igniteui-webcomponents 2.0.0 → 2.1.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 +18 -2
- package/components/avatar/avatar.d.ts +1 -1
- package/components/avatar/avatar.js +10 -4
- package/components/avatar/avatar.js.map +1 -1
- package/components/avatar/{avatar.material.css.d.ts → themes/avatar.base.css.d.ts} +0 -0
- package/components/avatar/{avatar.material.css.js → themes/avatar.base.css.js} +2 -2
- package/components/avatar/themes/avatar.base.css.js.map +1 -0
- package/components/{badge/badge.material.css.d.ts → avatar/themes/avatar.bootstrap.css.d.ts} +0 -0
- package/components/avatar/themes/avatar.bootstrap.css.js +3 -0
- package/components/avatar/themes/avatar.bootstrap.css.js.map +1 -0
- package/components/badge/badge.js +9 -3
- package/components/badge/badge.js.map +1 -1
- package/components/{button/button.material.css.d.ts → badge/themes/light/badge.base.css.d.ts} +0 -0
- package/components/badge/themes/light/badge.base.css.js +3 -0
- package/components/badge/themes/light/badge.base.css.js.map +1 -0
- package/components/{button/icon-button.material.css.d.ts → badge/themes/light/badge.bootstrap.css.d.ts} +0 -0
- package/components/badge/themes/light/badge.bootstrap.css.js +3 -0
- package/components/badge/themes/light/badge.bootstrap.css.js.map +1 -0
- package/components/button/button.d.ts +1 -1
- package/components/button/button.js +13 -4
- package/components/button/button.js.map +1 -1
- package/components/button/icon-button.d.ts +2 -2
- package/components/button/icon-button.js +15 -6
- package/components/button/icon-button.js.map +1 -1
- package/components/{calendar/calendar.material.css.d.ts → button/themes/button/dark/button.fluent.css.d.ts} +0 -0
- package/components/button/themes/button/dark/button.fluent.css.js +3 -0
- package/components/button/themes/button/dark/button.fluent.css.js.map +1 -0
- package/components/{calendar/days-view/days-view.material.css.d.ts → button/themes/button/light/button.base.css.d.ts} +0 -0
- package/components/button/themes/button/light/button.base.css.js +3 -0
- package/components/button/themes/button/light/button.base.css.js.map +1 -0
- package/components/{calendar/months-view/months-view.material.css.d.ts → button/themes/button/light/button.bootstrap.css.d.ts} +0 -0
- package/components/button/themes/button/light/button.bootstrap.css.js +3 -0
- package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -0
- package/components/{calendar/years-view/years-view.material.css.d.ts → button/themes/button/light/button.fluent.css.d.ts} +0 -0
- package/components/button/themes/button/light/button.fluent.css.js +3 -0
- package/components/button/themes/button/light/button.fluent.css.js.map +1 -0
- package/components/{card/card.actions.material.css.d.ts → button/themes/button/light/button.indigo.css.d.ts} +0 -0
- package/components/button/themes/button/light/button.indigo.css.js +3 -0
- package/components/button/themes/button/light/button.indigo.css.js.map +1 -0
- package/components/{card/card.content.material.css.d.ts → button/themes/button/light/button.material.css.d.ts} +0 -0
- package/components/button/themes/button/light/button.material.css.js +3 -0
- package/components/button/themes/button/light/button.material.css.js.map +1 -0
- package/components/{card/card.header.material.css.d.ts → button/themes/icon-button/dark/icon-button.fluent.css.d.ts} +0 -0
- package/components/button/themes/icon-button/dark/icon-button.fluent.css.js +3 -0
- package/components/button/themes/icon-button/dark/icon-button.fluent.css.js.map +1 -0
- package/components/{card/card.material.css.d.ts → button/themes/icon-button/light/icon-button.base.css.d.ts} +0 -0
- package/components/button/themes/icon-button/light/icon-button.base.css.js +3 -0
- package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -0
- package/components/{card/card.media.material.css.d.ts → button/themes/icon-button/light/icon-button.bootstrap.css.d.ts} +0 -0
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +3 -0
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -0
- package/components/{checkbox/checkbox.material.css.d.ts → button/themes/icon-button/light/icon-button.fluent.css.d.ts} +0 -0
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js +3 -0
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -0
- package/components/{checkbox/switch.material.css.d.ts → button/themes/icon-button/light/icon-button.indigo.css.d.ts} +0 -0
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js +3 -0
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -0
- package/components/{input/input.dark.material.css.d.ts → button/themes/icon-button/light/icon-button.material.css.d.ts} +0 -0
- package/components/button/themes/icon-button/light/icon-button.material.css.js +3 -0
- package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -0
- package/components/calendar/calendar.d.ts +4 -4
- package/components/calendar/calendar.js +16 -9
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/days-view/days-view.d.ts +4 -4
- package/components/calendar/days-view/days-view.js +15 -8
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/months-view/months-view.d.ts +1 -1
- package/components/calendar/months-view/months-view.js +12 -5
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/{input/input.material.css.d.ts → calendar/themes/bootstrap/calendar.bootstrap.css.d.ts} +0 -0
- package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js +3 -0
- package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js.map +1 -0
- package/components/{list/list-header.material.css.d.ts → calendar/themes/bootstrap/days-view.bootstrap.css.d.ts} +0 -0
- package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js +3 -0
- package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js.map +1 -0
- package/components/{list/list-item.material.css.d.ts → calendar/themes/bootstrap/year-month-view.bootstrap.css.d.ts} +0 -0
- package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js +3 -0
- package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js.map +1 -0
- package/components/{list/list.material.css.d.ts → calendar/themes/calendar.base.css.d.ts} +0 -0
- package/components/calendar/themes/calendar.base.css.js +3 -0
- package/components/calendar/themes/calendar.base.css.js.map +1 -0
- package/components/{nav-drawer/nav-drawer-header-item.material.css.d.ts → calendar/themes/days-view.base.css.d.ts} +0 -0
- package/components/calendar/themes/days-view.base.css.js +3 -0
- package/components/calendar/themes/days-view.base.css.js.map +1 -0
- package/components/{nav-drawer/nav-drawer-item.material.css.d.ts → calendar/themes/fluent/calendar.fluent.css.d.ts} +0 -0
- package/components/calendar/themes/fluent/calendar.fluent.css.js +3 -0
- package/components/calendar/themes/fluent/calendar.fluent.css.js.map +1 -0
- package/components/{nav-drawer/nav-drawer.material.css.d.ts → calendar/themes/fluent/days-view.fluent.css.d.ts} +0 -0
- package/components/calendar/themes/fluent/days-view.fluent.css.js +3 -0
- package/components/calendar/themes/fluent/days-view.fluent.css.js.map +1 -0
- package/components/{navbar/navbar.material.css.d.ts → calendar/themes/fluent/year-month-view.fluent.css.d.ts} +0 -0
- package/components/calendar/themes/fluent/year-month-view.fluent.css.js +3 -0
- package/components/calendar/themes/fluent/year-month-view.fluent.css.js.map +1 -0
- package/components/{radio-group/radio-group.material.css.d.ts → calendar/themes/year-month-view.base.css.d.ts} +0 -0
- package/components/calendar/themes/year-month-view.base.css.js +3 -0
- package/components/calendar/themes/year-month-view.base.css.js.map +1 -0
- package/components/calendar/years-view/years-view.d.ts +1 -1
- package/components/calendar/years-view/years-view.js +11 -4
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.actions.js +16 -4
- package/components/card/card.actions.js.map +1 -1
- package/components/card/card.content.js +17 -5
- package/components/card/card.content.js.map +1 -1
- package/components/card/card.header.js +20 -4
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.js +15 -5
- package/components/card/card.js.map +1 -1
- package/components/card/card.media.js +3 -3
- package/components/card/card.media.js.map +1 -1
- package/components/{radio/radio.material.css.d.ts → card/themes/light/card.actions.bootstrap.css.d.ts} +0 -0
- package/components/card/themes/light/card.actions.bootstrap.css.js +3 -0
- package/components/card/themes/light/card.actions.bootstrap.css.js.map +1 -0
- package/components/{slider/slider.material.css.d.ts → card/themes/light/card.actions.material.css.d.ts} +0 -0
- package/components/card/{card.actions.material.css.js → themes/light/card.actions.material.css.js} +0 -0
- package/components/card/themes/light/card.actions.material.css.js.map +1 -0
- package/components/card/themes/light/card.bootstrap.css.d.ts +1 -0
- package/components/card/themes/light/card.bootstrap.css.js +3 -0
- package/components/card/themes/light/card.bootstrap.css.js.map +1 -0
- package/components/card/themes/light/card.content.bootstrap.css.d.ts +1 -0
- package/components/card/themes/light/card.content.bootstrap.css.js +3 -0
- package/components/card/themes/light/card.content.bootstrap.css.js.map +1 -0
- package/components/card/themes/light/card.content.indigo.css.d.ts +1 -0
- package/components/card/themes/light/card.content.indigo.css.js +3 -0
- package/components/card/themes/light/card.content.indigo.css.js.map +1 -0
- package/components/card/themes/light/card.content.material.css.d.ts +1 -0
- package/components/card/{card.content.material.css.js → themes/light/card.content.material.css.js} +0 -0
- package/components/card/themes/light/card.content.material.css.js.map +1 -0
- package/components/card/themes/light/card.fluent.css.d.ts +1 -0
- package/components/card/themes/light/card.fluent.css.js +3 -0
- package/components/card/themes/light/card.fluent.css.js.map +1 -0
- package/components/card/themes/light/card.header.bootstrap.css.d.ts +1 -0
- package/components/card/themes/light/card.header.bootstrap.css.js +3 -0
- package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -0
- package/components/card/themes/light/card.header.indigo.css.d.ts +1 -0
- package/components/card/themes/light/card.header.indigo.css.js +3 -0
- package/components/card/themes/light/card.header.indigo.css.js.map +1 -0
- package/components/card/themes/light/card.header.material.css.d.ts +1 -0
- package/components/card/themes/light/card.header.material.css.js +3 -0
- package/components/card/themes/light/card.header.material.css.js.map +1 -0
- package/components/card/themes/light/card.material.css.d.ts +1 -0
- package/components/card/themes/light/card.material.css.js +3 -0
- package/components/card/themes/light/card.material.css.js.map +1 -0
- package/components/card/themes/light/card.media.material.css.d.ts +1 -0
- package/components/card/{card.media.material.css.js → themes/light/card.media.material.css.js} +0 -0
- package/components/card/themes/light/card.media.material.css.js.map +1 -0
- package/components/checkbox/checkbox.d.ts +1 -1
- package/components/checkbox/checkbox.js +13 -4
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.js +13 -4
- package/components/checkbox/switch.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox.fluent.css.js +3 -0
- package/components/checkbox/themes/dark/checkbox.fluent.css.js.map +1 -0
- package/components/checkbox/themes/dark/checkbox.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox.indigo.css.js +3 -0
- package/components/checkbox/themes/dark/checkbox.indigo.css.js.map +1 -0
- package/components/checkbox/themes/dark/switch.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch.fluent.css.js +3 -0
- package/components/checkbox/themes/dark/switch.fluent.css.js.map +1 -0
- package/components/checkbox/themes/dark/switch.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch.indigo.css.js +3 -0
- package/components/checkbox/themes/dark/switch.indigo.css.js.map +1 -0
- package/components/checkbox/themes/light/checkbox.base.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox.base.css.js +3 -0
- package/components/checkbox/themes/light/checkbox.base.css.js.map +1 -0
- package/components/checkbox/themes/light/checkbox.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js +3 -0
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -0
- package/components/checkbox/themes/light/checkbox.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox.fluent.css.js +3 -0
- package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -0
- package/components/checkbox/themes/light/checkbox.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox.indigo.css.js +3 -0
- package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -0
- package/components/checkbox/themes/light/checkbox.material.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox.material.css.js +3 -0
- package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -0
- package/components/checkbox/themes/light/switch.base.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch.base.css.js +3 -0
- package/components/checkbox/themes/light/switch.base.css.js.map +1 -0
- package/components/checkbox/themes/light/switch.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch.bootstrap.css.js +3 -0
- package/components/checkbox/themes/light/switch.bootstrap.css.js.map +1 -0
- package/components/checkbox/themes/light/switch.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch.fluent.css.js +3 -0
- package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -0
- package/components/checkbox/themes/light/switch.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch.indigo.css.js +3 -0
- package/components/checkbox/themes/light/switch.indigo.css.js.map +1 -0
- package/components/checkbox/themes/light/switch.material.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch.material.css.js +3 -0
- package/components/checkbox/themes/light/switch.material.css.js.map +1 -0
- package/components/chip/chip.d.ts +48 -0
- package/components/chip/chip.js +96 -0
- package/components/chip/chip.js.map +1 -0
- package/components/chip/themes/chip.base.css.d.ts +1 -0
- 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/chip.bootstrap.css.d.ts +1 -0
- package/components/chip/themes/chip.bootstrap.css.js +3 -0
- package/components/chip/themes/chip.bootstrap.css.js.map +1 -0
- package/components/chip/themes/chip.fluent.css.d.ts +1 -0
- package/components/chip/themes/chip.fluent.css.js +3 -0
- package/components/chip/themes/chip.fluent.css.js.map +1 -0
- package/components/chip/themes/chip.indigo.css.d.ts +1 -0
- package/components/chip/themes/chip.indigo.css.js +3 -0
- package/components/chip/themes/chip.indigo.css.js.map +1 -0
- package/components/chip/themes/chip.material.css.d.ts +1 -0
- package/components/chip/themes/chip.material.css.js +3 -0
- package/components/chip/themes/chip.material.css.js.map +1 -0
- package/components/common/definitions/defineAllComponents.js +16 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/util.d.ts +2 -0
- package/components/common/util.js +2 -0
- package/components/common/util.js.map +1 -1
- package/components/form/form.js +2 -2
- package/components/form/form.js.map +1 -1
- package/components/input/input-base.d.ts +65 -0
- package/components/input/input-base.js +160 -0
- package/components/input/input-base.js.map +1 -0
- package/components/input/input.d.ts +6 -62
- package/components/input/input.js +15 -165
- package/components/input/input.js.map +1 -1
- package/components/input/themes/dark/input.dark.bootstrap.css.d.ts +1 -0
- package/components/input/themes/dark/input.dark.bootstrap.css.js +3 -0
- package/components/input/themes/dark/input.dark.bootstrap.css.js.map +1 -0
- package/components/input/themes/dark/input.dark.fluent.css.d.ts +1 -0
- package/components/input/themes/dark/input.dark.fluent.css.js +3 -0
- package/components/input/themes/dark/input.dark.fluent.css.js.map +1 -0
- package/components/input/themes/dark/input.dark.indigo.css.d.ts +1 -0
- package/components/input/themes/dark/input.dark.indigo.css.js +3 -0
- package/components/input/themes/dark/input.dark.indigo.css.js.map +1 -0
- package/components/input/themes/dark/input.dark.material.css.d.ts +1 -0
- package/components/input/{input.dark.material.css.js → themes/dark/input.dark.material.css.js} +0 -0
- package/components/input/themes/dark/input.dark.material.css.js.map +1 -0
- package/components/input/themes/light/input.base.css.d.ts +1 -0
- package/components/input/themes/light/input.base.css.js +3 -0
- package/components/input/themes/light/input.base.css.js.map +1 -0
- package/components/input/themes/light/input.bootstrap.css.d.ts +1 -0
- package/components/input/themes/light/input.bootstrap.css.js +3 -0
- package/components/input/themes/light/input.bootstrap.css.js.map +1 -0
- package/components/input/themes/light/input.fluent.css.d.ts +1 -0
- package/components/input/themes/light/input.fluent.css.js +3 -0
- package/components/input/themes/light/input.fluent.css.js.map +1 -0
- package/components/input/themes/light/input.indigo.css.d.ts +1 -0
- package/components/input/themes/light/input.indigo.css.js +3 -0
- package/components/input/themes/light/input.indigo.css.js.map +1 -0
- package/components/input/themes/light/input.material.css.d.ts +1 -0
- package/components/input/themes/light/input.material.css.js +3 -0
- package/components/input/themes/light/input.material.css.js.map +1 -0
- package/components/list/list-header.js +15 -3
- package/components/list/list-header.js.map +1 -1
- package/components/list/list-item.js +17 -3
- package/components/list/list-item.js.map +1 -1
- package/components/list/list.js +15 -3
- package/components/list/list.js.map +1 -1
- package/components/list/themes/dark/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/list.bootstrap.css.js +3 -0
- package/components/list/themes/dark/list.bootstrap.css.js.map +1 -0
- package/components/list/themes/dark/list.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/list.fluent.css.js +3 -0
- package/components/list/themes/dark/list.fluent.css.js.map +1 -0
- package/components/list/themes/dark/list.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/list.indigo.css.js +3 -0
- package/components/list/themes/dark/list.indigo.css.js.map +1 -0
- package/components/list/themes/light/list-header.base.css.d.ts +1 -0
- package/components/list/{list-header.material.css.js → themes/light/list-header.base.css.js} +1 -1
- package/components/list/themes/light/list-header.base.css.js.map +1 -0
- package/components/list/themes/light/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/light/list-header.indigo.css.js +3 -0
- package/components/list/themes/light/list-header.indigo.css.js.map +1 -0
- package/components/list/themes/light/list-item.base.css.d.ts +1 -0
- package/components/list/{list-item.material.css.js → themes/light/list-item.base.css.js} +1 -1
- package/components/list/themes/light/list-item.base.css.js.map +1 -0
- package/components/list/themes/light/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/list-item.bootstrap.css.js +3 -0
- package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -0
- package/components/list/themes/light/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/light/list-item.fluent.css.js +3 -0
- package/components/list/themes/light/list-item.fluent.css.js.map +1 -0
- package/components/list/themes/light/list-item.indigo.css.d.ts +1 -0
- package/components/list/themes/light/list-item.indigo.css.js +3 -0
- package/components/list/themes/light/list-item.indigo.css.js.map +1 -0
- package/components/list/themes/light/list.base.css.d.ts +1 -0
- package/components/list/{list.material.css.js → themes/light/list.base.css.js} +1 -1
- package/components/list/themes/light/list.base.css.js.map +1 -0
- package/components/list/themes/light/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/list.bootstrap.css.js +3 -0
- package/components/list/themes/light/list.bootstrap.css.js.map +1 -0
- package/components/nav-drawer/nav-drawer-header-item.d.ts +1 -1
- package/components/nav-drawer/nav-drawer-header-item.js +16 -4
- 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 +10 -4
- 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 +10 -4
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/nav-drawer/styles/indigo/nav-drawer-header-item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/styles/indigo/nav-drawer-header-item.indigo.css.js +3 -0
- package/components/nav-drawer/styles/indigo/nav-drawer-header-item.indigo.css.js.map +1 -0
- package/components/nav-drawer/styles/indigo/nav-drawer-item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/styles/indigo/nav-drawer-item.indigo.css.js +3 -0
- package/components/nav-drawer/styles/indigo/nav-drawer-item.indigo.css.js.map +1 -0
- package/components/nav-drawer/styles/indigo/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/styles/indigo/nav-drawer.indigo.css.js +3 -0
- package/components/nav-drawer/styles/indigo/nav-drawer.indigo.css.js.map +1 -0
- package/components/nav-drawer/styles/nav-drawer-header-item.base.css.d.ts +1 -0
- package/components/nav-drawer/{nav-drawer-header-item.material.css.js → styles/nav-drawer-header-item.base.css.js} +1 -1
- package/components/nav-drawer/styles/nav-drawer-header-item.base.css.js.map +1 -0
- package/components/nav-drawer/styles/nav-drawer-item.base.css.d.ts +1 -0
- package/components/nav-drawer/styles/nav-drawer-item.base.css.js +3 -0
- package/components/nav-drawer/styles/nav-drawer-item.base.css.js.map +1 -0
- package/components/nav-drawer/styles/nav-drawer.base.css.d.ts +1 -0
- package/components/nav-drawer/{nav-drawer.material.css.js → styles/nav-drawer.base.css.js} +1 -1
- package/components/nav-drawer/styles/nav-drawer.base.css.js.map +1 -0
- package/components/navbar/navbar.d.ts +1 -1
- package/components/navbar/navbar.js +17 -4
- package/components/navbar/navbar.js.map +1 -1
- package/components/navbar/themes/light/navbar.base.css.d.ts +1 -0
- package/components/navbar/{navbar.material.css.js → themes/light/navbar.base.css.js} +2 -2
- package/components/navbar/themes/light/navbar.base.css.js.map +1 -0
- package/components/navbar/themes/light/navbar.bootstrap.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.bootstrap.css.js +3 -0
- package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -0
- package/components/navbar/themes/light/navbar.indigo.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.indigo.css.js +3 -0
- package/components/navbar/themes/light/navbar.indigo.css.js.map +1 -0
- package/components/progress/base.d.ts +39 -0
- package/components/progress/base.js +142 -0
- package/components/progress/base.js.map +1 -0
- package/components/progress/circular-gradient.d.ts +25 -0
- package/components/progress/circular-gradient.js +30 -0
- package/components/progress/circular-gradient.js.map +1 -0
- package/components/progress/circular-progress.d.ts +48 -0
- package/components/progress/circular-progress.js +82 -0
- package/components/progress/circular-progress.js.map +1 -0
- package/components/progress/linear-progress.d.ts +49 -0
- package/components/progress/linear-progress.js +71 -0
- package/components/progress/linear-progress.js.map +1 -0
- package/components/progress/themes/circular/circular.progress.base.css.d.ts +1 -0
- package/components/progress/themes/circular/circular.progress.base.css.js +3 -0
- package/components/progress/themes/circular/circular.progress.base.css.js.map +1 -0
- package/components/progress/themes/circular/circular.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/circular/circular.progress.bootstrap.css.js +3 -0
- package/components/progress/themes/circular/circular.progress.bootstrap.css.js.map +1 -0
- package/components/progress/themes/circular/circular.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/circular/circular.progress.fluent.css.js +3 -0
- package/components/progress/themes/circular/circular.progress.fluent.css.js.map +1 -0
- package/components/progress/themes/linear/linear.progress.base.css.d.ts +1 -0
- package/components/progress/themes/linear/linear.progress.base.css.js +3 -0
- package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -0
- package/components/progress/themes/linear/linear.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/linear/linear.progress.bootstrap.css.js +3 -0
- package/components/progress/themes/linear/linear.progress.bootstrap.css.js.map +1 -0
- package/components/progress/themes/linear/linear.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/linear/linear.progress.fluent.css.js +3 -0
- package/components/progress/themes/linear/linear.progress.fluent.css.js.map +1 -0
- package/components/progress/themes/linear/linear.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/linear/linear.progress.indigo.css.js +3 -0
- package/components/progress/themes/linear/linear.progress.indigo.css.js.map +1 -0
- package/components/radio/radio.d.ts +1 -1
- package/components/radio/radio.js +15 -5
- package/components/radio/radio.js.map +1 -1
- package/components/radio/themes/dark/radio.fluent.css.d.ts +1 -0
- package/components/radio/themes/dark/radio.fluent.css.js +3 -0
- package/components/radio/themes/dark/radio.fluent.css.js.map +1 -0
- package/components/radio/themes/dark/radio.indigo.css.d.ts +1 -0
- package/components/radio/themes/dark/radio.indigo.css.js +3 -0
- package/components/radio/themes/dark/radio.indigo.css.js.map +1 -0
- package/components/radio/themes/light/radio.base.css.d.ts +1 -0
- package/components/radio/themes/light/radio.base.css.js +3 -0
- package/components/radio/themes/light/radio.base.css.js.map +1 -0
- package/components/radio/themes/light/radio.bootstrap.css.d.ts +1 -0
- package/components/radio/themes/light/radio.bootstrap.css.js +3 -0
- package/components/radio/themes/light/radio.bootstrap.css.js.map +1 -0
- package/components/radio/themes/light/radio.fluent.css.d.ts +1 -0
- package/components/radio/themes/light/radio.fluent.css.js +3 -0
- package/components/radio/themes/light/radio.fluent.css.js.map +1 -0
- package/components/radio/themes/light/radio.indigo.css.d.ts +1 -0
- package/components/radio/themes/light/radio.indigo.css.js +3 -0
- package/components/radio/themes/light/radio.indigo.css.js.map +1 -0
- package/components/radio/themes/light/radio.material.css.d.ts +1 -0
- package/components/radio/themes/light/radio.material.css.js +3 -0
- package/components/radio/themes/light/radio.material.css.js.map +1 -0
- package/components/radio-group/radio-group.base.css.d.ts +1 -0
- package/components/radio-group/{radio-group.material.css.js → radio-group.base.css.js} +1 -1
- package/components/radio-group/radio-group.base.css.js.map +1 -0
- package/components/radio-group/radio-group.js +1 -1
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/rating/rating-symbol.d.ts +18 -0
- package/components/rating/rating-symbol.js +8 -0
- package/components/rating/rating-symbol.js.map +1 -0
- package/components/rating/rating.base.css.d.ts +1 -0
- package/components/rating/rating.base.css.js +3 -0
- package/components/rating/rating.base.css.js.map +1 -0
- package/components/rating/rating.bootstrap.css.d.ts +1 -0
- package/components/rating/rating.bootstrap.css.js +3 -0
- package/components/rating/rating.bootstrap.css.js.map +1 -0
- package/components/rating/rating.d.ts +97 -0
- package/components/rating/rating.fluent.css.d.ts +1 -0
- package/components/rating/rating.fluent.css.js +3 -0
- package/components/rating/rating.fluent.css.js.map +1 -0
- package/components/rating/rating.indigo.css.d.ts +1 -0
- package/components/rating/rating.indigo.css.js +3 -0
- package/components/rating/rating.indigo.css.js.map +1 -0
- package/components/rating/rating.js +257 -0
- package/components/rating/rating.js.map +1 -0
- package/components/slider/slider-base.d.ts +1 -1
- package/components/slider/slider-base.js +13 -4
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/slider-label.d.ts +5 -0
- package/components/slider/slider-label.js.map +1 -1
- package/components/slider/themes/dark/slider.bootstrap.css.d.ts +1 -0
- package/components/slider/themes/dark/slider.bootstrap.css.js +3 -0
- package/components/slider/themes/dark/slider.bootstrap.css.js.map +1 -0
- package/components/slider/themes/dark/slider.fluent.css.d.ts +1 -0
- package/components/slider/themes/dark/slider.fluent.css.js +3 -0
- package/components/slider/themes/dark/slider.fluent.css.js.map +1 -0
- package/components/slider/themes/dark/slider.indigo.css.d.ts +1 -0
- package/components/slider/themes/dark/slider.indigo.css.js +3 -0
- package/components/slider/themes/dark/slider.indigo.css.js.map +1 -0
- package/components/slider/themes/light/slider.base.css.d.ts +1 -0
- package/components/slider/themes/light/slider.base.css.js +3 -0
- package/components/slider/themes/light/slider.base.css.js.map +1 -0
- package/components/slider/themes/light/slider.bootstrap.css.d.ts +1 -0
- package/components/slider/themes/light/slider.bootstrap.css.js +3 -0
- package/components/slider/themes/light/slider.bootstrap.css.js.map +1 -0
- package/components/slider/themes/light/slider.fluent.css.d.ts +1 -0
- package/components/slider/themes/light/slider.fluent.css.js +3 -0
- package/components/slider/themes/light/slider.fluent.css.js.map +1 -0
- package/components/slider/themes/light/slider.indigo.css.d.ts +1 -0
- package/components/slider/themes/light/slider.indigo.css.js +3 -0
- package/components/slider/themes/light/slider.indigo.css.js.map +1 -0
- package/components/slider/themes/light/slider.material.css.d.ts +1 -0
- package/components/slider/themes/light/slider.material.css.js +3 -0
- package/components/slider/themes/light/slider.material.css.js.map +1 -0
- package/components/snackbar/snackbar.d.ts +47 -0
- package/components/snackbar/snackbar.js +82 -0
- package/components/snackbar/snackbar.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/snackbar.bootstrap.css.d.ts +1 -0
- package/components/snackbar/themes/snackbar.bootstrap.css.js +3 -0
- package/components/snackbar/themes/snackbar.bootstrap.css.js.map +1 -0
- package/components/snackbar/themes/snackbar.fluent.css.d.ts +1 -0
- package/components/snackbar/themes/snackbar.fluent.css.js +3 -0
- package/components/snackbar/themes/snackbar.fluent.css.js.map +1 -0
- package/components/snackbar/themes/snackbar.indigo.css.d.ts +1 -0
- package/components/snackbar/themes/snackbar.indigo.css.js +3 -0
- package/components/snackbar/themes/snackbar.indigo.css.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/themes/toast.bootstrap.css.d.ts +1 -0
- package/components/toast/themes/toast.bootstrap.css.js +3 -0
- package/components/toast/themes/toast.bootstrap.css.js.map +1 -0
- package/components/toast/themes/toast.fluent.css.d.ts +1 -0
- package/components/toast/themes/toast.fluent.css.js +3 -0
- package/components/toast/themes/toast.fluent.css.js.map +1 -0
- package/components/toast/themes/toast.indigo.css.d.ts +1 -0
- package/components/toast/themes/toast.indigo.css.js +3 -0
- package/components/toast/themes/toast.indigo.css.js.map +1 -0
- package/components/toast/toast.d.ts +33 -0
- package/components/toast/toast.js +64 -0
- package/components/toast/toast.js.map +1 -0
- package/custom-elements.json +1086 -215
- package/index.d.ts +26 -17
- package/index.js +25 -15
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/themes/dark/bootstrap.css +1 -1
- package/themes/dark/fluent.css +1 -1
- package/themes/dark/indigo.css +1 -1
- package/themes/dark/material.css +1 -1
- package/themes/light/bootstrap.css +1 -1
- package/themes/light/fluent.css +1 -1
- package/themes/light/indigo.css +1 -1
- package/themes/light/material.css +1 -1
- package/theming/config.d.ts +14 -0
- package/theming/config.js +27 -0
- package/theming/config.js.map +1 -0
- package/theming/index.d.ts +4 -0
- package/theming/index.js +5 -0
- package/theming/index.js.map +1 -0
- package/theming/theming-controlller.d.ts +17 -0
- package/theming/theming-controlller.js +49 -0
- package/theming/theming-controlller.js.map +1 -0
- package/theming/theming-decorator.d.ts +24 -0
- package/theming/theming-decorator.js +13 -0
- package/theming/theming-decorator.js.map +1 -0
- package/theming/theming-event.d.ts +13 -0
- package/theming/theming-event.js +2 -0
- package/theming/theming-event.js.map +1 -0
- package/theming/types.d.ts +23 -0
- package/theming/types.js +2 -0
- package/theming/types.js.map +1 -0
- package/theming/utils.d.ts +1 -0
- package/theming/utils.js +36 -0
- package/theming/utils.js.map +1 -0
- package/vscode-html-custom-data.json +392 -50
- package/components/avatar/avatar.material.css.js.map +0 -1
- package/components/badge/badge.material.css.js +0 -3
- package/components/badge/badge.material.css.js.map +0 -1
- package/components/button/button.material.css.js +0 -3
- package/components/button/button.material.css.js.map +0 -1
- package/components/button/icon-button.material.css.js +0 -3
- package/components/button/icon-button.material.css.js.map +0 -1
- package/components/calendar/calendar.material.css.js +0 -3
- package/components/calendar/calendar.material.css.js.map +0 -1
- package/components/calendar/days-view/days-view.material.css.js +0 -3
- package/components/calendar/days-view/days-view.material.css.js.map +0 -1
- package/components/calendar/months-view/months-view.material.css.js +0 -3
- package/components/calendar/months-view/months-view.material.css.js.map +0 -1
- package/components/calendar/years-view/years-view.material.css.js +0 -3
- package/components/calendar/years-view/years-view.material.css.js.map +0 -1
- package/components/card/card.actions.material.css.js.map +0 -1
- package/components/card/card.content.material.css.js.map +0 -1
- package/components/card/card.header.material.css.js +0 -3
- package/components/card/card.header.material.css.js.map +0 -1
- package/components/card/card.material.css.js +0 -3
- package/components/card/card.material.css.js.map +0 -1
- package/components/card/card.media.material.css.js.map +0 -1
- package/components/checkbox/checkbox.material.css.js +0 -3
- package/components/checkbox/checkbox.material.css.js.map +0 -1
- package/components/checkbox/switch.material.css.js +0 -3
- package/components/checkbox/switch.material.css.js.map +0 -1
- package/components/input/input.dark.material.css.js.map +0 -1
- package/components/input/input.material.css.js +0 -3
- package/components/input/input.material.css.js.map +0 -1
- package/components/list/list-header.material.css.js.map +0 -1
- package/components/list/list-item.material.css.js.map +0 -1
- package/components/list/list.material.css.js.map +0 -1
- package/components/nav-drawer/nav-drawer-header-item.material.css.js.map +0 -1
- package/components/nav-drawer/nav-drawer-item.material.css.js +0 -3
- package/components/nav-drawer/nav-drawer-item.material.css.js.map +0 -1
- package/components/nav-drawer/nav-drawer.material.css.js.map +0 -1
- package/components/navbar/navbar.material.css.js.map +0 -1
- package/components/radio/radio.material.css.js +0 -3
- package/components/radio/radio.material.css.js.map +0 -1
- package/components/radio-group/radio-group.material.css.js.map +0 -1
- package/components/slider/slider.material.css.js +0 -3
- package/components/slider/slider.material.css.js.map +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "igc-avatar",
|
|
6
|
-
"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` {`CSSResult
|
|
6
|
+
"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` {`CSSResult`} - \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; small: boolean; medium: boolean; large: boolean; }`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
7
7
|
"attributes": [
|
|
8
8
|
{
|
|
9
9
|
"name": "src",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "igc-button",
|
|
87
|
-
"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`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-button\"`} - \n\n * `styles` {`CSSResult
|
|
87
|
+
"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`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-button\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `nativeElement` {`HTMLElement`} - \n\n * `_ariaLabel` {`string`} - \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`} - Determines whether the button is disabled.\n\n * `ariaLabel` {`string`} - \n\n * `classes` {`{ flat: boolean; outlined: boolean; contained: boolean; fab: boolean; small: boolean; medium: boolean; large: boolean; disabled: boolean; }`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
88
88
|
"attributes": [
|
|
89
89
|
{
|
|
90
90
|
"name": "variant",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"name": "igc-icon-button",
|
|
177
|
-
"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`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon-button\"`} - \n\n * `styles` {`CSSResult
|
|
177
|
+
"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`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon-button\"`} - \n\n * `styles` {`CSSResult`} - \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 * `nativeElement` {`HTMLElement`} - \n\n * `_ariaLabel` {`string`} - \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`} - Determines whether the button is disabled.\n\n * `ariaLabel` {`string`} - \n\n * `classes` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
178
178
|
"attributes": [
|
|
179
179
|
{
|
|
180
180
|
"name": "name",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"name": "igc-calendar",
|
|
280
|
-
"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` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - 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`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe 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 * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `
|
|
280
|
+
"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` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - 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`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe 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 * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` {`CSSResult`} - \n\n * `tagName` {`\"igc-calendar\"`} - \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` {`IgcMonthsViewComponent`} - \n\n * `yearsView` {`IgcYearsViewComponent`} - \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` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - 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` {`15 | 18`} - \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 * `calendarModel` {`Calendar`} - \n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe 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.",
|
|
281
281
|
"attributes": [
|
|
282
282
|
{
|
|
283
283
|
"name": "hide-outside-days",
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
418
|
"name": "igc-days-view",
|
|
419
|
-
"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`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe 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 * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` {`CSSResult
|
|
419
|
+
"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`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe 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 * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` {`CSSResult`} - \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 * `calendarModel` {`Calendar`} - \n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe 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.",
|
|
420
420
|
"attributes": [
|
|
421
421
|
{
|
|
422
422
|
"name": "hide-leading-days",
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
},
|
|
522
522
|
{
|
|
523
523
|
"name": "igc-months-view",
|
|
524
|
-
"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` {`\"numeric\" | \"2-digit\" | \"long\" | \"short\" | \"narrow\" | undefined`} - The format of the month. Defaults to long.\n\nProperties:\n\n * `styles` {`CSSResult
|
|
524
|
+
"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` {`\"numeric\" | \"2-digit\" | \"long\" | \"short\" | \"narrow\" | undefined`} - The format of the month. Defaults to long.\n\nProperties:\n\n * `styles` {`CSSResult`} - \n\n * `calendarModel` {`Calendar`} - \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` {`\"numeric\" | \"2-digit\" | \"long\" | \"short\" | \"narrow\" | undefined`} - The format of the month. Defaults to long.\n\n * `months` {`Date[][]`} - ",
|
|
525
525
|
"attributes": [
|
|
526
526
|
{
|
|
527
527
|
"name": "locale",
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
},
|
|
553
553
|
{
|
|
554
554
|
"name": "igc-years-view",
|
|
555
|
-
"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 * `styles` {`CSSResult
|
|
555
|
+
"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 * `styles` {`CSSResult`} - \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.",
|
|
556
556
|
"attributes": [
|
|
557
557
|
{
|
|
558
558
|
"name": "years-per-page",
|
|
@@ -720,6 +720,65 @@
|
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
722
|
},
|
|
723
|
+
{
|
|
724
|
+
"name": "igc-chip",
|
|
725
|
+
"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` {`CSSResult`} - \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.",
|
|
726
|
+
"attributes": [
|
|
727
|
+
{
|
|
728
|
+
"name": "disabled",
|
|
729
|
+
"description": "`disabled` {`boolean`} - Sets the disabled state for the chip.\n\nProperty: disabled\n\nDefault: false",
|
|
730
|
+
"valueSet": "v"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "removable",
|
|
734
|
+
"description": "`removable` {`boolean`} - Defines if the chip is removable or not.\n\nProperty: removable\n\nDefault: false",
|
|
735
|
+
"valueSet": "v"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "selectable",
|
|
739
|
+
"description": "`selectable` {`boolean`} - Defines if the chip is selectable or not.\n\nProperty: selectable\n\nDefault: false",
|
|
740
|
+
"valueSet": "v"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "selected",
|
|
744
|
+
"description": "`selected` {`boolean`} - Defines if the chip is selected or not.\n\nProperty: selected\n\nDefault: false",
|
|
745
|
+
"valueSet": "v"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "variant",
|
|
749
|
+
"description": "`variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - A property that sets the color variant of the chip component.\n\nProperty: variant",
|
|
750
|
+
"values": [
|
|
751
|
+
{
|
|
752
|
+
"name": "primary"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "info"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"name": "success"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "warning"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"name": "danger"
|
|
765
|
+
}
|
|
766
|
+
]
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "size",
|
|
770
|
+
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "onigcRemove",
|
|
774
|
+
"description": "`igcRemove` {} - Emits an event when the chip component is removed. Returns the removed chip component."
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "onigcSelect",
|
|
778
|
+
"description": "`igcSelect` {} - Emits event when the chip component is selected/deselected and any related animations and transitions also end."
|
|
779
|
+
}
|
|
780
|
+
]
|
|
781
|
+
},
|
|
723
782
|
{
|
|
724
783
|
"name": "igc-form",
|
|
725
784
|
"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` {`CSSResult`} - \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.",
|
|
@@ -764,7 +823,7 @@
|
|
|
764
823
|
},
|
|
765
824
|
{
|
|
766
825
|
"name": "igc-input",
|
|
767
|
-
"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 * `dir` {`Direction`} - The direction attribute of the control.\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 * `
|
|
826
|
+
"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 * `dir` {`Direction`} - The direction attribute of the control.\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 * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute 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 * `value` {`string`} - The value attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled 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 * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\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 * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute 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 * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` {`CSSResult`} - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled 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 * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
768
827
|
"attributes": [
|
|
769
828
|
{
|
|
770
829
|
"name": "dir",
|
|
@@ -838,51 +897,15 @@
|
|
|
838
897
|
}
|
|
839
898
|
]
|
|
840
899
|
},
|
|
841
|
-
{
|
|
842
|
-
"name": "name",
|
|
843
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"name": "value",
|
|
847
|
-
"description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value\n\nDefault: "
|
|
848
|
-
},
|
|
849
900
|
{
|
|
850
901
|
"name": "pattern",
|
|
851
902
|
"description": "`pattern` {`string`} - The pattern attribute of the control.\n\nProperty: pattern"
|
|
852
903
|
},
|
|
853
|
-
{
|
|
854
|
-
"name": "label",
|
|
855
|
-
"description": "`label` {`string`} - The label of the control.\n\nProperty: label\n\nDefault: Label"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"name": "placeholder",
|
|
859
|
-
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
860
|
-
},
|
|
861
904
|
{
|
|
862
905
|
"name": "invalid",
|
|
863
906
|
"description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
864
907
|
"valueSet": "v"
|
|
865
908
|
},
|
|
866
|
-
{
|
|
867
|
-
"name": "outlined",
|
|
868
|
-
"description": "`outlined` {`boolean`} - \n\nProperty: outlined\n\nDefault: false",
|
|
869
|
-
"valueSet": "v"
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"name": "required",
|
|
873
|
-
"description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
|
|
874
|
-
"valueSet": "v"
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"name": "disabled",
|
|
878
|
-
"description": "`disabled` {`boolean`} - Makes the control a disabled field.\n\nProperty: disabled\n\nDefault: false",
|
|
879
|
-
"valueSet": "v"
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"name": "readonly",
|
|
883
|
-
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly\n\nDefault: false",
|
|
884
|
-
"valueSet": "v"
|
|
885
|
-
},
|
|
886
909
|
{
|
|
887
910
|
"name": "minlength",
|
|
888
911
|
"description": "`minlength` {`number`} - The minlength attribute of the control.\n\nProperty: minlength"
|
|
@@ -914,6 +937,42 @@
|
|
|
914
937
|
"name": "autocomplete",
|
|
915
938
|
"description": "`autocomplete` {`string`} - The autocomplete attribute of the control.\n\nProperty: autocomplete"
|
|
916
939
|
},
|
|
940
|
+
{
|
|
941
|
+
"name": "value",
|
|
942
|
+
"description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value\n\nDefault: "
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "name",
|
|
946
|
+
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "outlined",
|
|
950
|
+
"description": "`outlined` {`boolean`} - \n\nProperty: outlined\n\nDefault: false",
|
|
951
|
+
"valueSet": "v"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "required",
|
|
955
|
+
"description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
|
|
956
|
+
"valueSet": "v"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "disabled",
|
|
960
|
+
"description": "`disabled` {`boolean`} - Makes the control a disabled field.\n\nProperty: disabled\n\nDefault: false",
|
|
961
|
+
"valueSet": "v"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"name": "readonly",
|
|
965
|
+
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly\n\nDefault: false",
|
|
966
|
+
"valueSet": "v"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "placeholder",
|
|
970
|
+
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "label",
|
|
974
|
+
"description": "`label` {`string`} - The label for the control.\n\nProperty: label"
|
|
975
|
+
},
|
|
917
976
|
{
|
|
918
977
|
"name": "size",
|
|
919
978
|
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
@@ -969,12 +1028,12 @@
|
|
|
969
1028
|
},
|
|
970
1029
|
{
|
|
971
1030
|
"name": "igc-nav-drawer-header-item",
|
|
972
|
-
"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` {`CSSResult
|
|
1031
|
+
"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` {`CSSResult`} - ",
|
|
973
1032
|
"attributes": []
|
|
974
1033
|
},
|
|
975
1034
|
{
|
|
976
1035
|
"name": "igc-nav-drawer-item",
|
|
977
|
-
"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` {`CSSResult
|
|
1036
|
+
"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` {`CSSResult`} - \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[]`} - ",
|
|
978
1037
|
"attributes": [
|
|
979
1038
|
{
|
|
980
1039
|
"name": "disabled",
|
|
@@ -990,7 +1049,7 @@
|
|
|
990
1049
|
},
|
|
991
1050
|
{
|
|
992
1051
|
"name": "igc-nav-drawer",
|
|
993
|
-
"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` {`\"start\" | \"end\" | \"top\" | \"bottom\"`} - 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` {`CSSResult
|
|
1052
|
+
"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` {`\"start\" | \"end\" | \"top\" | \"bottom\"`} - 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` {`CSSResult`} - \n\n * `position` {`\"start\" | \"end\" | \"top\" | \"bottom\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.",
|
|
994
1053
|
"attributes": [
|
|
995
1054
|
{
|
|
996
1055
|
"name": "position",
|
|
@@ -1019,9 +1078,162 @@
|
|
|
1019
1078
|
},
|
|
1020
1079
|
{
|
|
1021
1080
|
"name": "igc-navbar",
|
|
1022
|
-
"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` {`CSSResult
|
|
1081
|
+
"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` {`CSSResult`} - ",
|
|
1023
1082
|
"attributes": []
|
|
1024
1083
|
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "igc-circular-gradient",
|
|
1086
|
+
"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",
|
|
1087
|
+
"attributes": [
|
|
1088
|
+
{
|
|
1089
|
+
"name": "offset",
|
|
1090
|
+
"description": "`offset` {`string`} - Defines where the gradient stop is placed along the gradient vector\n\nProperty: offset\n\nDefault: 0%"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "color",
|
|
1094
|
+
"description": "`color` {`string`} - Defines the color of the gradient stop\n\nProperty: color\n\nDefault: black"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"name": "opacity",
|
|
1098
|
+
"description": "`opacity` {`number`} - Defines the opacity of the gradient stop\n\nProperty: opacity\n\nDefault: 1"
|
|
1099
|
+
}
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "igc-circular-progress",
|
|
1104
|
+
"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` {`CSSResult`} - \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.",
|
|
1105
|
+
"attributes": [
|
|
1106
|
+
{
|
|
1107
|
+
"name": "max",
|
|
1108
|
+
"description": "`max` {`number`} - Maximum value of the control.\n\nProperty: max\n\nDefault: 100"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "value",
|
|
1112
|
+
"description": "`value` {`number`} - The value of the control.\n\nProperty: value\n\nDefault: 0"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "variant",
|
|
1116
|
+
"description": "`variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\nProperty: variant\n\nDefault: primary",
|
|
1117
|
+
"values": [
|
|
1118
|
+
{
|
|
1119
|
+
"name": "primary"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "info"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "success"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "warning"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "danger"
|
|
1132
|
+
}
|
|
1133
|
+
]
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "animation-duration",
|
|
1137
|
+
"description": "`animation-duration` {`number`} - Animation duration in milliseconds.\n\nProperty: animationDuration\n\nDefault: 500"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "indeterminate",
|
|
1141
|
+
"description": "`indeterminate` {`boolean`} - The indeterminate state of the control.\n\nProperty: indeterminate\n\nDefault: false",
|
|
1142
|
+
"valueSet": "v"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "hide-label",
|
|
1146
|
+
"description": "`hide-label` {`boolean`} - Shows/hides the label of the control.\n\nProperty: hideLabel\n\nDefault: false",
|
|
1147
|
+
"valueSet": "v"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "label-format",
|
|
1151
|
+
"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"
|
|
1152
|
+
}
|
|
1153
|
+
]
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"name": "igc-linear-progress",
|
|
1157
|
+
"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\" | \"bottom\" | \"top-start\" | \"top-end\" | \"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` {`CSSResult`} - \n\n * `striped` {`boolean`} - Sets the striped look of the control.\n\n * `labelAlign` {`\"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"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.",
|
|
1158
|
+
"attributes": [
|
|
1159
|
+
{
|
|
1160
|
+
"name": "striped",
|
|
1161
|
+
"description": "`striped` {`boolean`} - Sets the striped look of the control.\n\nProperty: striped\n\nDefault: false",
|
|
1162
|
+
"valueSet": "v"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "label-align",
|
|
1166
|
+
"description": "`label-align` {`\"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\"`} - The position for the default label of the control.\n\nProperty: labelAlign\n\nDefault: top-start",
|
|
1167
|
+
"values": [
|
|
1168
|
+
{
|
|
1169
|
+
"name": "top"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"name": "bottom"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "top-start"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "top-end"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "bottom-start"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "bottom-end"
|
|
1185
|
+
}
|
|
1186
|
+
]
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"name": "max",
|
|
1190
|
+
"description": "`max` {`number`} - Maximum value of the control.\n\nProperty: max\n\nDefault: 100"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "value",
|
|
1194
|
+
"description": "`value` {`number`} - The value of the control.\n\nProperty: value\n\nDefault: 0"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "variant",
|
|
1198
|
+
"description": "`variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\nProperty: variant\n\nDefault: primary",
|
|
1199
|
+
"values": [
|
|
1200
|
+
{
|
|
1201
|
+
"name": "primary"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"name": "info"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "success"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"name": "warning"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"name": "danger"
|
|
1214
|
+
}
|
|
1215
|
+
]
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "animation-duration",
|
|
1219
|
+
"description": "`animation-duration` {`number`} - Animation duration in milliseconds.\n\nProperty: animationDuration\n\nDefault: 500"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "indeterminate",
|
|
1223
|
+
"description": "`indeterminate` {`boolean`} - The indeterminate state of the control.\n\nProperty: indeterminate\n\nDefault: false",
|
|
1224
|
+
"valueSet": "v"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "hide-label",
|
|
1228
|
+
"description": "`hide-label` {`boolean`} - Shows/hides the label of the control.\n\nProperty: hideLabel\n\nDefault: false",
|
|
1229
|
+
"valueSet": "v"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "label-format",
|
|
1233
|
+
"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"
|
|
1234
|
+
}
|
|
1235
|
+
]
|
|
1236
|
+
},
|
|
1025
1237
|
{
|
|
1026
1238
|
"name": "igc-radio-group",
|
|
1027
1239
|
"description": "Attributes:\n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-radio-group\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `radios` {`IgcRadioComponent[]`} - \n\n * `isLTR` {`boolean`} - \n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\n * `handleKeydown` - ",
|
|
@@ -1102,6 +1314,83 @@
|
|
|
1102
1314
|
}
|
|
1103
1315
|
]
|
|
1104
1316
|
},
|
|
1317
|
+
{
|
|
1318
|
+
"name": "igc-rating-symbol",
|
|
1319
|
+
"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 symbols/icons.\n\nProperties:\n\n * `tagName` {`\"igc-rating-symbol\"`} - ",
|
|
1320
|
+
"attributes": []
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"name": "igc-rating",
|
|
1324
|
+
"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\n * `step` {`number`} - The minimum value change allowed.\n\n * `symbol` {`string`} - The symbol which the rating will display.\n\n * `name` {`string`} - The name attribute of the control\n\n * `label` {`string`} - The label of the control.\n\n * `value-format` {`string`} - A format string which sets aria-valuetext. All instances of '{0}' will be replaced\nwith the current value of the control.\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `disabled` {`boolean`} - Sets the disabled state of the component\n\n * `hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\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 * `container` {`HTMLElement`} - \n\n * `ratingSymbols` {`IgcRatingSymbolComponent[]`} - \n\n * `hoverValue` {`number`} - \n\n * `hoverState` {`boolean`} - \n\n * `isInteractive` {`boolean`} - \n\n * `hasProjectedSymbols` {`boolean`} - \n\n * `isLTR` {`boolean`} - \n\n * `valueText` {`string | number`} - \n\n * `max` {`number`} - The maximum value for the rating\n\n * `step` {`number`} - The minimum value change allowed.\n\n * `symbol` {`string`} - The symbol which the rating will display.\n\n * `name` {`string`} - The name attribute of the control\n\n * `label` {`string`} - The label of the control.\n\n * `valueFormat` {`string`} - A format string which sets aria-valuetext. All instances of '{0}' will be replaced\nwith the current value of the control.\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `disabled` {`boolean`} - Sets the disabled state of the component\n\n * `hoverPreview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1325
|
+
"attributes": [
|
|
1326
|
+
{
|
|
1327
|
+
"name": "max",
|
|
1328
|
+
"description": "`max` {`number`} - The maximum value for the rating\n\nProperty: max\n\nDefault: 5"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "step",
|
|
1332
|
+
"description": "`step` {`number`} - The minimum value change allowed.\n\nProperty: step\n\nDefault: 1"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "symbol",
|
|
1336
|
+
"description": "`symbol` {`string`} - The symbol which the rating will display.\n\nProperty: symbol\n\nDefault: ⭐"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "name",
|
|
1340
|
+
"description": "`name` {`string`} - The name attribute of the control\n\nProperty: name"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "label",
|
|
1344
|
+
"description": "`label` {`string`} - The label of the control.\n\nProperty: label"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"name": "value-format",
|
|
1348
|
+
"description": "`value-format` {`string`} - A format string which sets aria-valuetext. All instances of '{0}' will be replaced\nwith the current value of the control.\nImportant for screen-readers and useful for localization.\n\nProperty: valueFormat"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "value",
|
|
1352
|
+
"description": "`value` {`number`} - The current value of the component\n\nProperty: value\n\nDefault: 0"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"name": "disabled",
|
|
1356
|
+
"description": "`disabled` {`boolean`} - Sets the disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
1357
|
+
"valueSet": "v"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"name": "hover-preview",
|
|
1361
|
+
"description": "`hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\nProperty: hoverPreview\n\nDefault: false",
|
|
1362
|
+
"valueSet": "v"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"name": "readonly",
|
|
1366
|
+
"description": "`readonly` {`boolean`} - Sets the readonly state of the component\n\nProperty: readonly\n\nDefault: false",
|
|
1367
|
+
"valueSet": "v"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"name": "size",
|
|
1371
|
+
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
1372
|
+
"values": [
|
|
1373
|
+
{
|
|
1374
|
+
"name": "small"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "medium"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"name": "large"
|
|
1381
|
+
}
|
|
1382
|
+
]
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"name": "onigcChange",
|
|
1386
|
+
"description": "`igcChange` {} - Emitted when the value of the control changes."
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"name": "onigcHover",
|
|
1390
|
+
"description": "`igcHover` {} - Emitted when hover is enabled and the user mouses over a symbol of the rating."
|
|
1391
|
+
}
|
|
1392
|
+
]
|
|
1393
|
+
},
|
|
1105
1394
|
{
|
|
1106
1395
|
"name": "igc-ripple",
|
|
1107
1396
|
"description": "A ripple can be applied to an element to represent\ninteractive surface.\n\nProperties:\n\n * `tagName` {`\"igc-ripple\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `handler` - ",
|
|
@@ -1109,7 +1398,7 @@
|
|
|
1109
1398
|
},
|
|
1110
1399
|
{
|
|
1111
1400
|
"name": "igc-range-slider",
|
|
1112
|
-
"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` {`CSSResult
|
|
1401
|
+
"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` {`CSSResult`} - \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 * `isLTR` {`boolean`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
|
|
1113
1402
|
"attributes": [
|
|
1114
1403
|
{
|
|
1115
1404
|
"name": "lower",
|
|
@@ -1231,9 +1520,14 @@
|
|
|
1231
1520
|
}
|
|
1232
1521
|
]
|
|
1233
1522
|
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "igc-slider-label",
|
|
1525
|
+
"description": "Properties:\n\n * `styles` {`CSSResult`} - \n\n * `tagName` {`\"igc-slider-label\"`} - ",
|
|
1526
|
+
"attributes": []
|
|
1527
|
+
},
|
|
1234
1528
|
{
|
|
1235
1529
|
"name": "igc-slider",
|
|
1236
|
-
"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 slider.\n\n * `aria-label` {`string`} - The aria label of the slider 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-slider\"`} - \n\n * `_value` {`number`} - \n\n * `_ariaLabel` {`string`} - \n\n * `value` {`number`} - The current value of the slider.\n\n * `ariaLabel` {`string`} - The aria label of the slider thumb.\n\n * `styles` {`CSSResult
|
|
1530
|
+
"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 slider.\n\n * `aria-label` {`string`} - The aria label of the slider 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-slider\"`} - \n\n * `_value` {`number`} - \n\n * `_ariaLabel` {`string`} - \n\n * `value` {`number`} - The current value of the slider.\n\n * `ariaLabel` {`string`} - The aria label of the slider thumb.\n\n * `styles` {`CSSResult`} - \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 * `isLTR` {`boolean`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
|
|
1237
1531
|
"attributes": [
|
|
1238
1532
|
{
|
|
1239
1533
|
"name": "value",
|
|
@@ -1346,6 +1640,54 @@
|
|
|
1346
1640
|
"description": "`igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction."
|
|
1347
1641
|
}
|
|
1348
1642
|
]
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "igc-snackbar",
|
|
1646
|
+
"description": "A snackbar component is used to provide feedback about an operation\nby showing a brief message at the bottom of the screen.\n\nEvents:\n\n * `igcAction` {} - Emitted when the snackbar action button is clicked.\n\nSlots:\n\n * ` ` {} - Renders the snackbar content.\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the snackbar is opened.\n\n * `display-time` {`number`} - Determines the duration in ms in which the snackbar will be visible.\n\n * `keep-open` {`boolean`} - Determines whether the snackbar should close after the displayTime is over.\n\n * `action-text` {`string`} - The snackbar action button.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` {`CSSResult`} - \n\n * `autoHideTimeout` {`number`} - \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 * `actionText` {`string`} - The snackbar action button.",
|
|
1647
|
+
"attributes": [
|
|
1648
|
+
{
|
|
1649
|
+
"name": "open",
|
|
1650
|
+
"description": "`open` {`boolean`} - Determines whether the snackbar is opened.\n\nProperty: open\n\nDefault: false",
|
|
1651
|
+
"valueSet": "v"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"name": "display-time",
|
|
1655
|
+
"description": "`display-time` {`number`} - Determines the duration in ms in which the snackbar will be visible.\n\nProperty: displayTime\n\nDefault: 4000"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "keep-open",
|
|
1659
|
+
"description": "`keep-open` {`boolean`} - Determines whether the snackbar should close after the displayTime is over.\n\nProperty: keepOpen\n\nDefault: false",
|
|
1660
|
+
"valueSet": "v"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "action-text",
|
|
1664
|
+
"description": "`action-text` {`string`} - The snackbar action button.\n\nProperty: actionText"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"name": "onigcAction",
|
|
1668
|
+
"description": "`igcAction` {} - Emitted when the snackbar action button is clicked."
|
|
1669
|
+
}
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "igc-toast",
|
|
1674
|
+
"description": "A toast component is used to show a notification\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `display-time` {`number`} - Determines the time after which the toast will close\n\n * `keep-open` {`boolean`} - Determines whether the toast is closed automatically or not.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `displayTimeout` - \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.",
|
|
1675
|
+
"attributes": [
|
|
1676
|
+
{
|
|
1677
|
+
"name": "open",
|
|
1678
|
+
"description": "`open` {`boolean`} - Determines whether the toast is opened.\n\nProperty: open\n\nDefault: false",
|
|
1679
|
+
"valueSet": "v"
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "display-time",
|
|
1683
|
+
"description": "`display-time` {`number`} - Determines the time after which the toast will close\n\nProperty: displayTime\n\nDefault: 4000"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "keep-open",
|
|
1687
|
+
"description": "`keep-open` {`boolean`} - Determines whether the toast is closed automatically or not.\n\nProperty: keepOpen\n\nDefault: false",
|
|
1688
|
+
"valueSet": "v"
|
|
1689
|
+
}
|
|
1690
|
+
]
|
|
1349
1691
|
}
|
|
1350
1692
|
],
|
|
1351
1693
|
"globalAttributes": [],
|