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
package/custom-elements.json
CHANGED
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"name": "styles",
|
|
45
|
-
"type": "CSSResult
|
|
46
|
-
"default": "
|
|
45
|
+
"type": "CSSResult",
|
|
46
|
+
"default": "\"styles\""
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"name": "src",
|
|
@@ -232,11 +232,6 @@
|
|
|
232
232
|
"type": "\"igc-button\"",
|
|
233
233
|
"default": "\"igc-button\""
|
|
234
234
|
},
|
|
235
|
-
{
|
|
236
|
-
"name": "styles",
|
|
237
|
-
"type": "CSSResult[]",
|
|
238
|
-
"default": "[\"styles\"]"
|
|
239
|
-
},
|
|
240
235
|
{
|
|
241
236
|
"name": "variant",
|
|
242
237
|
"attribute": "variant",
|
|
@@ -407,11 +402,6 @@
|
|
|
407
402
|
"type": "\"igc-icon-button\"",
|
|
408
403
|
"default": "\"igc-icon-button\""
|
|
409
404
|
},
|
|
410
|
-
{
|
|
411
|
-
"name": "styles",
|
|
412
|
-
"type": "CSSResult[]",
|
|
413
|
-
"default": "[\"styles\"]"
|
|
414
|
-
},
|
|
415
405
|
{
|
|
416
406
|
"name": "name",
|
|
417
407
|
"attribute": "name",
|
|
@@ -582,16 +572,16 @@
|
|
|
582
572
|
}
|
|
583
573
|
],
|
|
584
574
|
"properties": [
|
|
575
|
+
{
|
|
576
|
+
"name": "styles",
|
|
577
|
+
"type": "CSSResult",
|
|
578
|
+
"default": "\"styles\""
|
|
579
|
+
},
|
|
585
580
|
{
|
|
586
581
|
"name": "tagName",
|
|
587
582
|
"type": "\"igc-calendar\"",
|
|
588
583
|
"default": "\"igc-calendar\""
|
|
589
584
|
},
|
|
590
|
-
{
|
|
591
|
-
"name": "styles",
|
|
592
|
-
"type": "CSSResult[]",
|
|
593
|
-
"default": "[\"styles\"]"
|
|
594
|
-
},
|
|
595
585
|
{
|
|
596
586
|
"name": "hideOutsideDays",
|
|
597
587
|
"attribute": "hide-outside-days",
|
|
@@ -852,8 +842,8 @@
|
|
|
852
842
|
"properties": [
|
|
853
843
|
{
|
|
854
844
|
"name": "styles",
|
|
855
|
-
"type": "CSSResult
|
|
856
|
-
"default": "
|
|
845
|
+
"type": "CSSResult",
|
|
846
|
+
"default": "\"styles\""
|
|
857
847
|
},
|
|
858
848
|
{
|
|
859
849
|
"name": "hideLeadingDays",
|
|
@@ -1005,8 +995,8 @@
|
|
|
1005
995
|
"properties": [
|
|
1006
996
|
{
|
|
1007
997
|
"name": "styles",
|
|
1008
|
-
"type": "CSSResult
|
|
1009
|
-
"default": "
|
|
998
|
+
"type": "CSSResult",
|
|
999
|
+
"default": "\"styles\""
|
|
1010
1000
|
},
|
|
1011
1001
|
{
|
|
1012
1002
|
"name": "value",
|
|
@@ -1059,8 +1049,8 @@
|
|
|
1059
1049
|
"properties": [
|
|
1060
1050
|
{
|
|
1061
1051
|
"name": "styles",
|
|
1062
|
-
"type": "CSSResult
|
|
1063
|
-
"default": "
|
|
1052
|
+
"type": "CSSResult",
|
|
1053
|
+
"default": "\"styles\""
|
|
1064
1054
|
},
|
|
1065
1055
|
{
|
|
1066
1056
|
"name": "value",
|
|
@@ -1310,11 +1300,6 @@
|
|
|
1310
1300
|
"type": "\"igc-checkbox\"",
|
|
1311
1301
|
"default": "\"igc-checkbox\""
|
|
1312
1302
|
},
|
|
1313
|
-
{
|
|
1314
|
-
"name": "styles",
|
|
1315
|
-
"type": "CSSResult",
|
|
1316
|
-
"default": "\"styles\""
|
|
1317
|
-
},
|
|
1318
1303
|
{
|
|
1319
1304
|
"name": "indeterminate",
|
|
1320
1305
|
"attribute": "indeterminate",
|
|
@@ -1570,6 +1555,139 @@
|
|
|
1570
1555
|
}
|
|
1571
1556
|
]
|
|
1572
1557
|
},
|
|
1558
|
+
{
|
|
1559
|
+
"name": "igc-chip",
|
|
1560
|
+
"path": "./src/components/chip/chip.ts",
|
|
1561
|
+
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
|
|
1562
|
+
"attributes": [
|
|
1563
|
+
{
|
|
1564
|
+
"name": "disabled",
|
|
1565
|
+
"description": "Sets the disabled state for the chip.",
|
|
1566
|
+
"type": "boolean",
|
|
1567
|
+
"default": "false"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"name": "removable",
|
|
1571
|
+
"description": "Defines if the chip is removable or not.",
|
|
1572
|
+
"type": "boolean",
|
|
1573
|
+
"default": "false"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"name": "selectable",
|
|
1577
|
+
"description": "Defines if the chip is selectable or not.",
|
|
1578
|
+
"type": "boolean",
|
|
1579
|
+
"default": "false"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "selected",
|
|
1583
|
+
"description": "Defines if the chip is selected or not.",
|
|
1584
|
+
"type": "boolean",
|
|
1585
|
+
"default": "false"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"name": "variant",
|
|
1589
|
+
"description": "A property that sets the color variant of the chip component.",
|
|
1590
|
+
"type": "\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\""
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "size",
|
|
1594
|
+
"description": "Determines the size of the component.",
|
|
1595
|
+
"type": "\"small\" | \"medium\" | \"large\"",
|
|
1596
|
+
"default": "\"medium\""
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"properties": [
|
|
1600
|
+
{
|
|
1601
|
+
"name": "tagName",
|
|
1602
|
+
"type": "\"igc-chip\"",
|
|
1603
|
+
"default": "\"igc-chip\""
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "styles",
|
|
1607
|
+
"type": "CSSResult",
|
|
1608
|
+
"default": "\"styles\""
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"name": "disabled",
|
|
1612
|
+
"attribute": "disabled",
|
|
1613
|
+
"description": "Sets the disabled state for the chip.",
|
|
1614
|
+
"type": "boolean",
|
|
1615
|
+
"default": "false"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"name": "removable",
|
|
1619
|
+
"attribute": "removable",
|
|
1620
|
+
"description": "Defines if the chip is removable or not.",
|
|
1621
|
+
"type": "boolean",
|
|
1622
|
+
"default": "false"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "selectable",
|
|
1626
|
+
"attribute": "selectable",
|
|
1627
|
+
"description": "Defines if the chip is selectable or not.",
|
|
1628
|
+
"type": "boolean",
|
|
1629
|
+
"default": "false"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"name": "selected",
|
|
1633
|
+
"attribute": "selected",
|
|
1634
|
+
"description": "Defines if the chip is selected or not.",
|
|
1635
|
+
"type": "boolean",
|
|
1636
|
+
"default": "false"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "variant",
|
|
1640
|
+
"attribute": "variant",
|
|
1641
|
+
"description": "A property that sets the color variant of the chip component.",
|
|
1642
|
+
"type": "\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\""
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "size",
|
|
1646
|
+
"attribute": "size",
|
|
1647
|
+
"description": "Determines the size of the component.",
|
|
1648
|
+
"type": "\"small\" | \"medium\" | \"large\"",
|
|
1649
|
+
"default": "\"medium\""
|
|
1650
|
+
}
|
|
1651
|
+
],
|
|
1652
|
+
"events": [
|
|
1653
|
+
{
|
|
1654
|
+
"name": "igcRemove",
|
|
1655
|
+
"description": "Emits an event when the chip component is removed. Returns the removed chip component."
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "igcSelect",
|
|
1659
|
+
"description": "Emits event when the chip component is selected/deselected and any related animations and transitions also end."
|
|
1660
|
+
}
|
|
1661
|
+
],
|
|
1662
|
+
"slots": [
|
|
1663
|
+
{
|
|
1664
|
+
"name": "",
|
|
1665
|
+
"description": "Renders the chip data."
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"name": "prefix",
|
|
1669
|
+
"description": "Renders content before the data of the chip."
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"name": "suffix",
|
|
1673
|
+
"description": "Renders content after the data of the chip."
|
|
1674
|
+
}
|
|
1675
|
+
],
|
|
1676
|
+
"cssParts": [
|
|
1677
|
+
{
|
|
1678
|
+
"name": "base",
|
|
1679
|
+
"description": "The base wrapper of the chip."
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "prefix",
|
|
1683
|
+
"description": "The prefix container of the chip."
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "suffix",
|
|
1687
|
+
"description": "The suffix container of the chip."
|
|
1688
|
+
}
|
|
1689
|
+
]
|
|
1690
|
+
},
|
|
1573
1691
|
{
|
|
1574
1692
|
"name": "igc-form",
|
|
1575
1693
|
"path": "./src/components/form/form.ts",
|
|
@@ -1710,62 +1828,17 @@
|
|
|
1710
1828
|
"description": "The input mode attribute of the control.",
|
|
1711
1829
|
"type": "\"numeric\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"none\" | \"txt\" | \"decimal\""
|
|
1712
1830
|
},
|
|
1713
|
-
{
|
|
1714
|
-
"name": "name",
|
|
1715
|
-
"description": "The name attribute of the control.",
|
|
1716
|
-
"type": "string"
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"name": "value",
|
|
1720
|
-
"description": "The value attribute of the control.",
|
|
1721
|
-
"type": "string",
|
|
1722
|
-
"default": "\"\""
|
|
1723
|
-
},
|
|
1724
1831
|
{
|
|
1725
1832
|
"name": "pattern",
|
|
1726
1833
|
"description": "The pattern attribute of the control.",
|
|
1727
1834
|
"type": "string"
|
|
1728
1835
|
},
|
|
1729
|
-
{
|
|
1730
|
-
"name": "label",
|
|
1731
|
-
"description": "The label of the control.",
|
|
1732
|
-
"type": "string",
|
|
1733
|
-
"default": "\"Label\""
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
"name": "placeholder",
|
|
1737
|
-
"description": "The placeholder attribute of the control.",
|
|
1738
|
-
"type": "string"
|
|
1739
|
-
},
|
|
1740
1836
|
{
|
|
1741
1837
|
"name": "invalid",
|
|
1742
1838
|
"description": "Controls the validity of the control.",
|
|
1743
1839
|
"type": "boolean",
|
|
1744
1840
|
"default": "false"
|
|
1745
1841
|
},
|
|
1746
|
-
{
|
|
1747
|
-
"name": "outlined",
|
|
1748
|
-
"type": "boolean",
|
|
1749
|
-
"default": "false"
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
"name": "required",
|
|
1753
|
-
"description": "Makes the control a required field.",
|
|
1754
|
-
"type": "boolean",
|
|
1755
|
-
"default": "false"
|
|
1756
|
-
},
|
|
1757
|
-
{
|
|
1758
|
-
"name": "disabled",
|
|
1759
|
-
"description": "Makes the control a disabled field.",
|
|
1760
|
-
"type": "boolean",
|
|
1761
|
-
"default": "false"
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"name": "readonly",
|
|
1765
|
-
"description": "Makes the control a readonly field.",
|
|
1766
|
-
"type": "boolean",
|
|
1767
|
-
"default": "false"
|
|
1768
|
-
},
|
|
1769
1842
|
{
|
|
1770
1843
|
"name": "minlength",
|
|
1771
1844
|
"description": "The minlength attribute of the control.",
|
|
@@ -1801,6 +1874,50 @@
|
|
|
1801
1874
|
"description": "The autocomplete attribute of the control.",
|
|
1802
1875
|
"type": "string"
|
|
1803
1876
|
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "value",
|
|
1879
|
+
"description": "The value attribute of the control.",
|
|
1880
|
+
"type": "string",
|
|
1881
|
+
"default": "\"\""
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"name": "name",
|
|
1885
|
+
"description": "The name attribute of the control.",
|
|
1886
|
+
"type": "string"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "outlined",
|
|
1890
|
+
"type": "boolean",
|
|
1891
|
+
"default": "false"
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "required",
|
|
1895
|
+
"description": "Makes the control a required field.",
|
|
1896
|
+
"type": "boolean",
|
|
1897
|
+
"default": "false"
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"name": "disabled",
|
|
1901
|
+
"description": "Makes the control a disabled field.",
|
|
1902
|
+
"type": "boolean",
|
|
1903
|
+
"default": "false"
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "readonly",
|
|
1907
|
+
"description": "Makes the control a readonly field.",
|
|
1908
|
+
"type": "boolean",
|
|
1909
|
+
"default": "false"
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "placeholder",
|
|
1913
|
+
"description": "The placeholder attribute of the control.",
|
|
1914
|
+
"type": "string"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "label",
|
|
1918
|
+
"description": "The label for the control.",
|
|
1919
|
+
"type": "string"
|
|
1920
|
+
},
|
|
1804
1921
|
{
|
|
1805
1922
|
"name": "size",
|
|
1806
1923
|
"description": "Determines the size of the component.",
|
|
@@ -1814,11 +1931,6 @@
|
|
|
1814
1931
|
"type": "\"igc-input\"",
|
|
1815
1932
|
"default": "\"igc-input\""
|
|
1816
1933
|
},
|
|
1817
|
-
{
|
|
1818
|
-
"name": "styles",
|
|
1819
|
-
"type": "CSSResult",
|
|
1820
|
-
"default": "\"styles\""
|
|
1821
|
-
},
|
|
1822
1934
|
{
|
|
1823
1935
|
"name": "dir",
|
|
1824
1936
|
"attribute": "dir",
|
|
@@ -1839,38 +1951,12 @@
|
|
|
1839
1951
|
"description": "The input mode attribute of the control.",
|
|
1840
1952
|
"type": "\"numeric\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"none\" | \"txt\" | \"decimal\""
|
|
1841
1953
|
},
|
|
1842
|
-
{
|
|
1843
|
-
"name": "name",
|
|
1844
|
-
"attribute": "name",
|
|
1845
|
-
"description": "The name attribute of the control.",
|
|
1846
|
-
"type": "string"
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"name": "value",
|
|
1850
|
-
"attribute": "value",
|
|
1851
|
-
"description": "The value attribute of the control.",
|
|
1852
|
-
"type": "string",
|
|
1853
|
-
"default": "\"\""
|
|
1854
|
-
},
|
|
1855
1954
|
{
|
|
1856
1955
|
"name": "pattern",
|
|
1857
1956
|
"attribute": "pattern",
|
|
1858
1957
|
"description": "The pattern attribute of the control.",
|
|
1859
1958
|
"type": "string"
|
|
1860
1959
|
},
|
|
1861
|
-
{
|
|
1862
|
-
"name": "label",
|
|
1863
|
-
"attribute": "label",
|
|
1864
|
-
"description": "The label of the control.",
|
|
1865
|
-
"type": "string",
|
|
1866
|
-
"default": "\"Label\""
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"name": "placeholder",
|
|
1870
|
-
"attribute": "placeholder",
|
|
1871
|
-
"description": "The placeholder attribute of the control.",
|
|
1872
|
-
"type": "string"
|
|
1873
|
-
},
|
|
1874
1960
|
{
|
|
1875
1961
|
"name": "invalid",
|
|
1876
1962
|
"attribute": "invalid",
|
|
@@ -1878,33 +1964,6 @@
|
|
|
1878
1964
|
"type": "boolean",
|
|
1879
1965
|
"default": "false"
|
|
1880
1966
|
},
|
|
1881
|
-
{
|
|
1882
|
-
"name": "outlined",
|
|
1883
|
-
"attribute": "outlined",
|
|
1884
|
-
"type": "boolean",
|
|
1885
|
-
"default": "false"
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"name": "required",
|
|
1889
|
-
"attribute": "required",
|
|
1890
|
-
"description": "Makes the control a required field.",
|
|
1891
|
-
"type": "boolean",
|
|
1892
|
-
"default": "false"
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"name": "disabled",
|
|
1896
|
-
"attribute": "disabled",
|
|
1897
|
-
"description": "Makes the control a disabled field.",
|
|
1898
|
-
"type": "boolean",
|
|
1899
|
-
"default": "false"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"name": "readonly",
|
|
1903
|
-
"attribute": "readonly",
|
|
1904
|
-
"description": "Makes the control a readonly field.",
|
|
1905
|
-
"type": "boolean",
|
|
1906
|
-
"default": "false"
|
|
1907
|
-
},
|
|
1908
1967
|
{
|
|
1909
1968
|
"name": "minlength",
|
|
1910
1969
|
"attribute": "minlength",
|
|
@@ -1947,6 +2006,63 @@
|
|
|
1947
2006
|
"description": "The autocomplete attribute of the control.",
|
|
1948
2007
|
"type": "string"
|
|
1949
2008
|
},
|
|
2009
|
+
{
|
|
2010
|
+
"name": "styles",
|
|
2011
|
+
"type": "CSSResult",
|
|
2012
|
+
"default": "\"styles\""
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"name": "value",
|
|
2016
|
+
"attribute": "value",
|
|
2017
|
+
"description": "The value attribute of the control.",
|
|
2018
|
+
"type": "string",
|
|
2019
|
+
"default": "\"\""
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"name": "name",
|
|
2023
|
+
"attribute": "name",
|
|
2024
|
+
"description": "The name attribute of the control.",
|
|
2025
|
+
"type": "string"
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"name": "outlined",
|
|
2029
|
+
"attribute": "outlined",
|
|
2030
|
+
"type": "boolean",
|
|
2031
|
+
"default": "false"
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"name": "required",
|
|
2035
|
+
"attribute": "required",
|
|
2036
|
+
"description": "Makes the control a required field.",
|
|
2037
|
+
"type": "boolean",
|
|
2038
|
+
"default": "false"
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"name": "disabled",
|
|
2042
|
+
"attribute": "disabled",
|
|
2043
|
+
"description": "Makes the control a disabled field.",
|
|
2044
|
+
"type": "boolean",
|
|
2045
|
+
"default": "false"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"name": "readonly",
|
|
2049
|
+
"attribute": "readonly",
|
|
2050
|
+
"description": "Makes the control a readonly field.",
|
|
2051
|
+
"type": "boolean",
|
|
2052
|
+
"default": "false"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"name": "placeholder",
|
|
2056
|
+
"attribute": "placeholder",
|
|
2057
|
+
"description": "The placeholder attribute of the control.",
|
|
2058
|
+
"type": "string"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"name": "label",
|
|
2062
|
+
"attribute": "label",
|
|
2063
|
+
"description": "The label for the control.",
|
|
2064
|
+
"type": "string"
|
|
2065
|
+
},
|
|
1950
2066
|
{
|
|
1951
2067
|
"name": "size",
|
|
1952
2068
|
"attribute": "size",
|
|
@@ -2152,8 +2268,8 @@
|
|
|
2152
2268
|
},
|
|
2153
2269
|
{
|
|
2154
2270
|
"name": "styles",
|
|
2155
|
-
"type": "CSSResult
|
|
2156
|
-
"default": "
|
|
2271
|
+
"type": "CSSResult",
|
|
2272
|
+
"default": "\"styles\""
|
|
2157
2273
|
}
|
|
2158
2274
|
],
|
|
2159
2275
|
"slots": [
|
|
@@ -2189,8 +2305,8 @@
|
|
|
2189
2305
|
},
|
|
2190
2306
|
{
|
|
2191
2307
|
"name": "styles",
|
|
2192
|
-
"type": "CSSResult
|
|
2193
|
-
"default": "
|
|
2308
|
+
"type": "CSSResult",
|
|
2309
|
+
"default": "\"styles\""
|
|
2194
2310
|
},
|
|
2195
2311
|
{
|
|
2196
2312
|
"name": "disabled",
|
|
@@ -2258,8 +2374,8 @@
|
|
|
2258
2374
|
},
|
|
2259
2375
|
{
|
|
2260
2376
|
"name": "styles",
|
|
2261
|
-
"type": "CSSResult
|
|
2262
|
-
"default": "
|
|
2377
|
+
"type": "CSSResult",
|
|
2378
|
+
"default": "\"styles\""
|
|
2263
2379
|
},
|
|
2264
2380
|
{
|
|
2265
2381
|
"name": "position",
|
|
@@ -2313,8 +2429,8 @@
|
|
|
2313
2429
|
},
|
|
2314
2430
|
{
|
|
2315
2431
|
"name": "styles",
|
|
2316
|
-
"type": "CSSResult
|
|
2317
|
-
"default": "
|
|
2432
|
+
"type": "CSSResult",
|
|
2433
|
+
"default": "\"styles\""
|
|
2318
2434
|
}
|
|
2319
2435
|
],
|
|
2320
2436
|
"slots": [
|
|
@@ -2350,6 +2466,393 @@
|
|
|
2350
2466
|
}
|
|
2351
2467
|
]
|
|
2352
2468
|
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "igc-circular-gradient",
|
|
2471
|
+
"path": "./src/components/progress/circular-gradient.ts",
|
|
2472
|
+
"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.",
|
|
2473
|
+
"attributes": [
|
|
2474
|
+
{
|
|
2475
|
+
"name": "offset",
|
|
2476
|
+
"description": "Defines where the gradient stop is placed along the gradient vector",
|
|
2477
|
+
"type": "string",
|
|
2478
|
+
"default": "\"0%\""
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"name": "color",
|
|
2482
|
+
"description": "Defines the color of the gradient stop",
|
|
2483
|
+
"type": "string",
|
|
2484
|
+
"default": "\"black\""
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"name": "opacity",
|
|
2488
|
+
"description": "Defines the opacity of the gradient stop",
|
|
2489
|
+
"type": "number",
|
|
2490
|
+
"default": "1"
|
|
2491
|
+
}
|
|
2492
|
+
],
|
|
2493
|
+
"properties": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "tagName",
|
|
2496
|
+
"type": "\"igc-circular-gradient\"",
|
|
2497
|
+
"default": "\"igc-circular-gradient\""
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"name": "offset",
|
|
2501
|
+
"attribute": "offset",
|
|
2502
|
+
"description": "Defines where the gradient stop is placed along the gradient vector",
|
|
2503
|
+
"type": "string",
|
|
2504
|
+
"default": "\"0%\""
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"name": "color",
|
|
2508
|
+
"attribute": "color",
|
|
2509
|
+
"description": "Defines the color of the gradient stop",
|
|
2510
|
+
"type": "string",
|
|
2511
|
+
"default": "\"black\""
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "opacity",
|
|
2515
|
+
"attribute": "opacity",
|
|
2516
|
+
"description": "Defines the opacity of the gradient stop",
|
|
2517
|
+
"type": "number",
|
|
2518
|
+
"default": "1"
|
|
2519
|
+
}
|
|
2520
|
+
]
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"name": "igc-circular-progress",
|
|
2524
|
+
"path": "./src/components/progress/circular-progress.ts",
|
|
2525
|
+
"description": "A circular progress indicator used to express unspecified wait time or display\nthe length of a process.",
|
|
2526
|
+
"attributes": [
|
|
2527
|
+
{
|
|
2528
|
+
"name": "max",
|
|
2529
|
+
"description": "Maximum value of the control.",
|
|
2530
|
+
"type": "number",
|
|
2531
|
+
"default": "100"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"name": "value",
|
|
2535
|
+
"description": "The value of the control.",
|
|
2536
|
+
"type": "number",
|
|
2537
|
+
"default": "0"
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"name": "variant",
|
|
2541
|
+
"description": "The variant of the control.",
|
|
2542
|
+
"type": "\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"",
|
|
2543
|
+
"default": "\"primary\""
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"name": "animation-duration",
|
|
2547
|
+
"description": "Animation duration in milliseconds.",
|
|
2548
|
+
"type": "number",
|
|
2549
|
+
"default": "500"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"name": "indeterminate",
|
|
2553
|
+
"description": "The indeterminate state of the control.",
|
|
2554
|
+
"type": "boolean",
|
|
2555
|
+
"default": "false"
|
|
2556
|
+
},
|
|
2557
|
+
{
|
|
2558
|
+
"name": "hide-label",
|
|
2559
|
+
"description": "Shows/hides the label of the control.",
|
|
2560
|
+
"type": "boolean",
|
|
2561
|
+
"default": "false"
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"name": "label-format",
|
|
2565
|
+
"description": "Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.",
|
|
2566
|
+
"type": "string"
|
|
2567
|
+
}
|
|
2568
|
+
],
|
|
2569
|
+
"properties": [
|
|
2570
|
+
{
|
|
2571
|
+
"name": "tagName",
|
|
2572
|
+
"type": "\"igc-circular-progress\"",
|
|
2573
|
+
"default": "\"igc-circular-progress\""
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "styles",
|
|
2577
|
+
"type": "CSSResult",
|
|
2578
|
+
"default": "\"styles\""
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"name": "max",
|
|
2582
|
+
"attribute": "max",
|
|
2583
|
+
"description": "Maximum value of the control.",
|
|
2584
|
+
"type": "number",
|
|
2585
|
+
"default": "100"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"name": "value",
|
|
2589
|
+
"attribute": "value",
|
|
2590
|
+
"description": "The value of the control.",
|
|
2591
|
+
"type": "number",
|
|
2592
|
+
"default": "0"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"name": "variant",
|
|
2596
|
+
"attribute": "variant",
|
|
2597
|
+
"description": "The variant of the control.",
|
|
2598
|
+
"type": "\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"",
|
|
2599
|
+
"default": "\"primary\""
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "animationDuration",
|
|
2603
|
+
"attribute": "animation-duration",
|
|
2604
|
+
"description": "Animation duration in milliseconds.",
|
|
2605
|
+
"type": "number",
|
|
2606
|
+
"default": "500"
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"name": "indeterminate",
|
|
2610
|
+
"attribute": "indeterminate",
|
|
2611
|
+
"description": "The indeterminate state of the control.",
|
|
2612
|
+
"type": "boolean",
|
|
2613
|
+
"default": "false"
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"name": "hideLabel",
|
|
2617
|
+
"attribute": "hide-label",
|
|
2618
|
+
"description": "Shows/hides the label of the control.",
|
|
2619
|
+
"type": "boolean",
|
|
2620
|
+
"default": "false"
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"name": "labelFormat",
|
|
2624
|
+
"attribute": "label-format",
|
|
2625
|
+
"description": "Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.",
|
|
2626
|
+
"type": "string"
|
|
2627
|
+
}
|
|
2628
|
+
],
|
|
2629
|
+
"slots": [
|
|
2630
|
+
{
|
|
2631
|
+
"name": "",
|
|
2632
|
+
"description": "The text area container."
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"name": "gradient",
|
|
2636
|
+
"description": "Customize the progress bar in order to use a color gradient instead of a solid color. Accepts `igc-circular-gradient` elements."
|
|
2637
|
+
}
|
|
2638
|
+
],
|
|
2639
|
+
"cssParts": [
|
|
2640
|
+
{
|
|
2641
|
+
"name": "svg"
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "gradient_start"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"name": "gradient_end"
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"name": "track"
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"name": "fill"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"name": "label"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "value"
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"name": "indeterminate"
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"name": "primary"
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"name": "danger"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"name": "warning"
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"name": "info"
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "success"
|
|
2678
|
+
}
|
|
2679
|
+
]
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"name": "igc-linear-progress",
|
|
2683
|
+
"path": "./src/components/progress/linear-progress.ts",
|
|
2684
|
+
"description": "A linear progress indicator used to express unspecified wait time or display\nthe length of a process.",
|
|
2685
|
+
"attributes": [
|
|
2686
|
+
{
|
|
2687
|
+
"name": "striped",
|
|
2688
|
+
"description": "Sets the striped look of the control.",
|
|
2689
|
+
"type": "boolean",
|
|
2690
|
+
"default": "false"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "label-align",
|
|
2694
|
+
"description": "The position for the default label of the control.",
|
|
2695
|
+
"type": "\"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\"",
|
|
2696
|
+
"default": "\"top-start\""
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "max",
|
|
2700
|
+
"description": "Maximum value of the control.",
|
|
2701
|
+
"type": "number",
|
|
2702
|
+
"default": "100"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"name": "value",
|
|
2706
|
+
"description": "The value of the control.",
|
|
2707
|
+
"type": "number",
|
|
2708
|
+
"default": "0"
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "variant",
|
|
2712
|
+
"description": "The variant of the control.",
|
|
2713
|
+
"type": "\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"",
|
|
2714
|
+
"default": "\"primary\""
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "animation-duration",
|
|
2718
|
+
"description": "Animation duration in milliseconds.",
|
|
2719
|
+
"type": "number",
|
|
2720
|
+
"default": "500"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "indeterminate",
|
|
2724
|
+
"description": "The indeterminate state of the control.",
|
|
2725
|
+
"type": "boolean",
|
|
2726
|
+
"default": "false"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"name": "hide-label",
|
|
2730
|
+
"description": "Shows/hides the label of the control.",
|
|
2731
|
+
"type": "boolean",
|
|
2732
|
+
"default": "false"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "label-format",
|
|
2736
|
+
"description": "Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.",
|
|
2737
|
+
"type": "string"
|
|
2738
|
+
}
|
|
2739
|
+
],
|
|
2740
|
+
"properties": [
|
|
2741
|
+
{
|
|
2742
|
+
"name": "tagName",
|
|
2743
|
+
"type": "\"igc-linear-progress\"",
|
|
2744
|
+
"default": "\"igc-linear-progress\""
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "styles",
|
|
2748
|
+
"type": "CSSResult",
|
|
2749
|
+
"default": "\"styles\""
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "striped",
|
|
2753
|
+
"attribute": "striped",
|
|
2754
|
+
"description": "Sets the striped look of the control.",
|
|
2755
|
+
"type": "boolean",
|
|
2756
|
+
"default": "false"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"name": "labelAlign",
|
|
2760
|
+
"attribute": "label-align",
|
|
2761
|
+
"description": "The position for the default label of the control.",
|
|
2762
|
+
"type": "\"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\"",
|
|
2763
|
+
"default": "\"top-start\""
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"name": "max",
|
|
2767
|
+
"attribute": "max",
|
|
2768
|
+
"description": "Maximum value of the control.",
|
|
2769
|
+
"type": "number",
|
|
2770
|
+
"default": "100"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"name": "value",
|
|
2774
|
+
"attribute": "value",
|
|
2775
|
+
"description": "The value of the control.",
|
|
2776
|
+
"type": "number",
|
|
2777
|
+
"default": "0"
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"name": "variant",
|
|
2781
|
+
"attribute": "variant",
|
|
2782
|
+
"description": "The variant of the control.",
|
|
2783
|
+
"type": "\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"",
|
|
2784
|
+
"default": "\"primary\""
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"name": "animationDuration",
|
|
2788
|
+
"attribute": "animation-duration",
|
|
2789
|
+
"description": "Animation duration in milliseconds.",
|
|
2790
|
+
"type": "number",
|
|
2791
|
+
"default": "500"
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"name": "indeterminate",
|
|
2795
|
+
"attribute": "indeterminate",
|
|
2796
|
+
"description": "The indeterminate state of the control.",
|
|
2797
|
+
"type": "boolean",
|
|
2798
|
+
"default": "false"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"name": "hideLabel",
|
|
2802
|
+
"attribute": "hide-label",
|
|
2803
|
+
"description": "Shows/hides the label of the control.",
|
|
2804
|
+
"type": "boolean",
|
|
2805
|
+
"default": "false"
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"name": "labelFormat",
|
|
2809
|
+
"attribute": "label-format",
|
|
2810
|
+
"description": "Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.",
|
|
2811
|
+
"type": "string"
|
|
2812
|
+
}
|
|
2813
|
+
],
|
|
2814
|
+
"slots": [
|
|
2815
|
+
{
|
|
2816
|
+
"name": "",
|
|
2817
|
+
"description": "The text area container."
|
|
2818
|
+
}
|
|
2819
|
+
],
|
|
2820
|
+
"cssParts": [
|
|
2821
|
+
{
|
|
2822
|
+
"name": "track"
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"name": "fill"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "striped"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"name": "label"
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"name": "value"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"name": "indeterminate"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "primary"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "danger"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"name": "warning"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "info"
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"name": "success"
|
|
2853
|
+
}
|
|
2854
|
+
]
|
|
2855
|
+
},
|
|
2353
2856
|
{
|
|
2354
2857
|
"name": "igc-radio-group",
|
|
2355
2858
|
"path": "./src/components/radio-group/radio-group.ts",
|
|
@@ -2380,152 +2883,365 @@
|
|
|
2380
2883
|
]
|
|
2381
2884
|
},
|
|
2382
2885
|
{
|
|
2383
|
-
"name": "igc-radio",
|
|
2384
|
-
"path": "./src/components/radio/radio.ts",
|
|
2886
|
+
"name": "igc-radio",
|
|
2887
|
+
"path": "./src/components/radio/radio.ts",
|
|
2888
|
+
"attributes": [
|
|
2889
|
+
{
|
|
2890
|
+
"name": "name",
|
|
2891
|
+
"description": "The name attribute of the control.",
|
|
2892
|
+
"type": "string"
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"name": "value",
|
|
2896
|
+
"description": "The value attribute of the control.",
|
|
2897
|
+
"type": "string"
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "required",
|
|
2901
|
+
"description": "Makes the control a required field.",
|
|
2902
|
+
"type": "boolean",
|
|
2903
|
+
"default": "false"
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "checked",
|
|
2907
|
+
"description": "The checked state of the control.",
|
|
2908
|
+
"type": "boolean",
|
|
2909
|
+
"default": "false"
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"name": "disabled",
|
|
2913
|
+
"description": "Disables the radio control.",
|
|
2914
|
+
"type": "boolean",
|
|
2915
|
+
"default": "false"
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"name": "invalid",
|
|
2919
|
+
"description": "Controls the validity of the control.",
|
|
2920
|
+
"type": "boolean",
|
|
2921
|
+
"default": "false"
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"name": "label-position",
|
|
2925
|
+
"description": "The label position of the radio control.",
|
|
2926
|
+
"type": "\"before\" | \"after\"",
|
|
2927
|
+
"default": "\"after\""
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"name": "aria-labelledby",
|
|
2931
|
+
"description": "Sets the aria-labelledby attribute for the radio control.",
|
|
2932
|
+
"type": "string"
|
|
2933
|
+
}
|
|
2934
|
+
],
|
|
2935
|
+
"properties": [
|
|
2936
|
+
{
|
|
2937
|
+
"name": "tagName",
|
|
2938
|
+
"type": "\"igc-radio\"",
|
|
2939
|
+
"default": "\"igc-radio\""
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"name": "name",
|
|
2943
|
+
"attribute": "name",
|
|
2944
|
+
"description": "The name attribute of the control.",
|
|
2945
|
+
"type": "string"
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"name": "value",
|
|
2949
|
+
"attribute": "value",
|
|
2950
|
+
"description": "The value attribute of the control.",
|
|
2951
|
+
"type": "string"
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
"name": "required",
|
|
2955
|
+
"attribute": "required",
|
|
2956
|
+
"description": "Makes the control a required field.",
|
|
2957
|
+
"type": "boolean",
|
|
2958
|
+
"default": "false"
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "checked",
|
|
2962
|
+
"attribute": "checked",
|
|
2963
|
+
"description": "The checked state of the control.",
|
|
2964
|
+
"type": "boolean",
|
|
2965
|
+
"default": "false"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"name": "disabled",
|
|
2969
|
+
"attribute": "disabled",
|
|
2970
|
+
"description": "Disables the radio control.",
|
|
2971
|
+
"type": "boolean",
|
|
2972
|
+
"default": "false"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"name": "invalid",
|
|
2976
|
+
"attribute": "invalid",
|
|
2977
|
+
"description": "Controls the validity of the control.",
|
|
2978
|
+
"type": "boolean",
|
|
2979
|
+
"default": "false"
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"name": "labelPosition",
|
|
2983
|
+
"attribute": "label-position",
|
|
2984
|
+
"description": "The label position of the radio control.",
|
|
2985
|
+
"type": "\"before\" | \"after\"",
|
|
2986
|
+
"default": "\"after\""
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "ariaLabelledby",
|
|
2990
|
+
"attribute": "aria-labelledby",
|
|
2991
|
+
"description": "Sets the aria-labelledby attribute for the radio control.",
|
|
2992
|
+
"type": "string"
|
|
2993
|
+
}
|
|
2994
|
+
],
|
|
2995
|
+
"events": [
|
|
2996
|
+
{
|
|
2997
|
+
"name": "igcChange",
|
|
2998
|
+
"description": "Emitted when the control's checked state changes."
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "igcFocus",
|
|
3002
|
+
"description": "Emitted when the control gains focus."
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "igcBlur",
|
|
3006
|
+
"description": "Emitted when the control loses focus."
|
|
3007
|
+
}
|
|
3008
|
+
],
|
|
3009
|
+
"slots": [
|
|
3010
|
+
{
|
|
3011
|
+
"name": "",
|
|
3012
|
+
"description": "The radio label."
|
|
3013
|
+
}
|
|
3014
|
+
],
|
|
3015
|
+
"cssParts": [
|
|
3016
|
+
{
|
|
3017
|
+
"name": "base",
|
|
3018
|
+
"description": "The radio control base wrapper."
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"name": "control",
|
|
3022
|
+
"description": "The radio control."
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"name": "label",
|
|
3026
|
+
"description": "The radio control label."
|
|
3027
|
+
}
|
|
3028
|
+
]
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "igc-rating-symbol",
|
|
3032
|
+
"path": "./src/components/rating/rating-symbol.ts",
|
|
3033
|
+
"description": "\nUsed when a custom icon/symbol/element needs to be passed to the igc-rating component.",
|
|
3034
|
+
"properties": [
|
|
3035
|
+
{
|
|
3036
|
+
"name": "tagName",
|
|
3037
|
+
"type": "\"igc-rating-symbol\"",
|
|
3038
|
+
"default": "\"igc-rating-symbol\""
|
|
3039
|
+
}
|
|
3040
|
+
],
|
|
3041
|
+
"slots": [
|
|
3042
|
+
{
|
|
3043
|
+
"name": "",
|
|
3044
|
+
"description": "Default slot for projected symbols/icons."
|
|
3045
|
+
}
|
|
3046
|
+
]
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
"name": "igc-rating",
|
|
3050
|
+
"path": "./src/components/rating/rating.ts",
|
|
3051
|
+
"description": "Rating provides insight regarding others' opinions and experiences,\nand can allow the user to submit a rating of their own",
|
|
2385
3052
|
"attributes": [
|
|
3053
|
+
{
|
|
3054
|
+
"name": "max",
|
|
3055
|
+
"description": "The maximum value for the rating",
|
|
3056
|
+
"type": "number",
|
|
3057
|
+
"default": "5"
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"name": "step",
|
|
3061
|
+
"description": "The minimum value change allowed.",
|
|
3062
|
+
"type": "number",
|
|
3063
|
+
"default": "1"
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"name": "symbol",
|
|
3067
|
+
"description": "The symbol which the rating will display.",
|
|
3068
|
+
"type": "string",
|
|
3069
|
+
"default": "\"⭐\""
|
|
3070
|
+
},
|
|
2386
3071
|
{
|
|
2387
3072
|
"name": "name",
|
|
2388
|
-
"description": "The name attribute of the control
|
|
3073
|
+
"description": "The name attribute of the control",
|
|
2389
3074
|
"type": "string"
|
|
2390
3075
|
},
|
|
2391
3076
|
{
|
|
2392
|
-
"name": "
|
|
2393
|
-
"description": "The
|
|
3077
|
+
"name": "label",
|
|
3078
|
+
"description": "The label of the control.",
|
|
2394
3079
|
"type": "string"
|
|
2395
3080
|
},
|
|
2396
3081
|
{
|
|
2397
|
-
"name": "
|
|
2398
|
-
"description": "
|
|
2399
|
-
"type": "
|
|
2400
|
-
"default": "false"
|
|
3082
|
+
"name": "value-format",
|
|
3083
|
+
"description": "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.",
|
|
3084
|
+
"type": "string"
|
|
2401
3085
|
},
|
|
2402
3086
|
{
|
|
2403
|
-
"name": "
|
|
2404
|
-
"description": "The
|
|
2405
|
-
"type": "
|
|
2406
|
-
"default": "
|
|
3087
|
+
"name": "value",
|
|
3088
|
+
"description": "The current value of the component",
|
|
3089
|
+
"type": "number",
|
|
3090
|
+
"default": "0"
|
|
2407
3091
|
},
|
|
2408
3092
|
{
|
|
2409
3093
|
"name": "disabled",
|
|
2410
|
-
"description": "
|
|
3094
|
+
"description": "Sets the disabled state of the component",
|
|
2411
3095
|
"type": "boolean",
|
|
2412
3096
|
"default": "false"
|
|
2413
3097
|
},
|
|
2414
3098
|
{
|
|
2415
|
-
"name": "
|
|
2416
|
-
"description": "
|
|
3099
|
+
"name": "hover-preview",
|
|
3100
|
+
"description": "Sets hover preview behavior for the component",
|
|
2417
3101
|
"type": "boolean",
|
|
2418
3102
|
"default": "false"
|
|
2419
3103
|
},
|
|
2420
3104
|
{
|
|
2421
|
-
"name": "
|
|
2422
|
-
"description": "
|
|
2423
|
-
"type": "
|
|
2424
|
-
"default": "
|
|
3105
|
+
"name": "readonly",
|
|
3106
|
+
"description": "Sets the readonly state of the component",
|
|
3107
|
+
"type": "boolean",
|
|
3108
|
+
"default": "false"
|
|
2425
3109
|
},
|
|
2426
3110
|
{
|
|
2427
|
-
"name": "
|
|
2428
|
-
"description": "
|
|
2429
|
-
"type": "
|
|
3111
|
+
"name": "size",
|
|
3112
|
+
"description": "Determines the size of the component.",
|
|
3113
|
+
"type": "\"small\" | \"medium\" | \"large\"",
|
|
3114
|
+
"default": "\"large\""
|
|
2430
3115
|
}
|
|
2431
3116
|
],
|
|
2432
3117
|
"properties": [
|
|
2433
3118
|
{
|
|
2434
3119
|
"name": "tagName",
|
|
2435
|
-
"type": "\"igc-
|
|
2436
|
-
"default": "\"igc-
|
|
3120
|
+
"type": "\"igc-rating\"",
|
|
3121
|
+
"default": "\"igc-rating\""
|
|
2437
3122
|
},
|
|
2438
3123
|
{
|
|
2439
3124
|
"name": "styles",
|
|
2440
|
-
"type": "CSSResult",
|
|
2441
|
-
"default": "\"styles\""
|
|
3125
|
+
"type": "CSSResult[]",
|
|
3126
|
+
"default": "[\"styles\"]"
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"name": "max",
|
|
3130
|
+
"attribute": "max",
|
|
3131
|
+
"description": "The maximum value for the rating",
|
|
3132
|
+
"type": "number",
|
|
3133
|
+
"default": "5"
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
"name": "step",
|
|
3137
|
+
"attribute": "step",
|
|
3138
|
+
"description": "The minimum value change allowed.",
|
|
3139
|
+
"type": "number",
|
|
3140
|
+
"default": "1"
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"name": "symbol",
|
|
3144
|
+
"attribute": "symbol",
|
|
3145
|
+
"description": "The symbol which the rating will display.",
|
|
3146
|
+
"type": "string",
|
|
3147
|
+
"default": "\"⭐\""
|
|
2442
3148
|
},
|
|
2443
3149
|
{
|
|
2444
3150
|
"name": "name",
|
|
2445
3151
|
"attribute": "name",
|
|
2446
|
-
"description": "The name attribute of the control
|
|
3152
|
+
"description": "The name attribute of the control",
|
|
2447
3153
|
"type": "string"
|
|
2448
3154
|
},
|
|
2449
3155
|
{
|
|
2450
|
-
"name": "
|
|
2451
|
-
"attribute": "
|
|
2452
|
-
"description": "The
|
|
3156
|
+
"name": "label",
|
|
3157
|
+
"attribute": "label",
|
|
3158
|
+
"description": "The label of the control.",
|
|
2453
3159
|
"type": "string"
|
|
2454
3160
|
},
|
|
2455
3161
|
{
|
|
2456
|
-
"name": "
|
|
2457
|
-
"attribute": "
|
|
2458
|
-
"description": "
|
|
2459
|
-
"type": "
|
|
2460
|
-
"default": "false"
|
|
3162
|
+
"name": "valueFormat",
|
|
3163
|
+
"attribute": "value-format",
|
|
3164
|
+
"description": "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.",
|
|
3165
|
+
"type": "string"
|
|
2461
3166
|
},
|
|
2462
3167
|
{
|
|
2463
|
-
"name": "
|
|
2464
|
-
"attribute": "
|
|
2465
|
-
"description": "The
|
|
2466
|
-
"type": "
|
|
2467
|
-
"default": "
|
|
3168
|
+
"name": "value",
|
|
3169
|
+
"attribute": "value",
|
|
3170
|
+
"description": "The current value of the component",
|
|
3171
|
+
"type": "number",
|
|
3172
|
+
"default": "0"
|
|
2468
3173
|
},
|
|
2469
3174
|
{
|
|
2470
3175
|
"name": "disabled",
|
|
2471
3176
|
"attribute": "disabled",
|
|
2472
|
-
"description": "
|
|
3177
|
+
"description": "Sets the disabled state of the component",
|
|
2473
3178
|
"type": "boolean",
|
|
2474
3179
|
"default": "false"
|
|
2475
3180
|
},
|
|
2476
3181
|
{
|
|
2477
|
-
"name": "
|
|
2478
|
-
"attribute": "
|
|
2479
|
-
"description": "
|
|
3182
|
+
"name": "hoverPreview",
|
|
3183
|
+
"attribute": "hover-preview",
|
|
3184
|
+
"description": "Sets hover preview behavior for the component",
|
|
2480
3185
|
"type": "boolean",
|
|
2481
3186
|
"default": "false"
|
|
2482
3187
|
},
|
|
2483
3188
|
{
|
|
2484
|
-
"name": "
|
|
2485
|
-
"attribute": "
|
|
2486
|
-
"description": "
|
|
2487
|
-
"type": "
|
|
2488
|
-
"default": "
|
|
3189
|
+
"name": "readonly",
|
|
3190
|
+
"attribute": "readonly",
|
|
3191
|
+
"description": "Sets the readonly state of the component",
|
|
3192
|
+
"type": "boolean",
|
|
3193
|
+
"default": "false"
|
|
2489
3194
|
},
|
|
2490
3195
|
{
|
|
2491
|
-
"name": "
|
|
2492
|
-
"attribute": "
|
|
2493
|
-
"description": "
|
|
2494
|
-
"type": "
|
|
3196
|
+
"name": "size",
|
|
3197
|
+
"attribute": "size",
|
|
3198
|
+
"description": "Determines the size of the component.",
|
|
3199
|
+
"type": "\"small\" | \"medium\" | \"large\"",
|
|
3200
|
+
"default": "\"large\""
|
|
2495
3201
|
}
|
|
2496
3202
|
],
|
|
2497
3203
|
"events": [
|
|
2498
3204
|
{
|
|
2499
3205
|
"name": "igcChange",
|
|
2500
|
-
"description": "Emitted when the
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"name": "igcFocus",
|
|
2504
|
-
"description": "Emitted when the control gains focus."
|
|
3206
|
+
"description": "Emitted when the value of the control changes."
|
|
2505
3207
|
},
|
|
2506
3208
|
{
|
|
2507
|
-
"name": "
|
|
2508
|
-
"description": "Emitted when the
|
|
2509
|
-
}
|
|
2510
|
-
],
|
|
2511
|
-
"slots": [
|
|
2512
|
-
{
|
|
2513
|
-
"name": "",
|
|
2514
|
-
"description": "The radio label."
|
|
3209
|
+
"name": "igcHover",
|
|
3210
|
+
"description": "Emitted when hover is enabled and the user mouses over a symbol of the rating."
|
|
2515
3211
|
}
|
|
2516
3212
|
],
|
|
2517
3213
|
"cssParts": [
|
|
2518
3214
|
{
|
|
2519
3215
|
"name": "base",
|
|
2520
|
-
"description": "The
|
|
3216
|
+
"description": "The main wrapper which holds all of the rating elements."
|
|
2521
3217
|
},
|
|
2522
3218
|
{
|
|
2523
|
-
"name": "
|
|
2524
|
-
"description": "The
|
|
3219
|
+
"name": "label",
|
|
3220
|
+
"description": "The label part."
|
|
2525
3221
|
},
|
|
2526
3222
|
{
|
|
2527
|
-
"name": "
|
|
2528
|
-
"description": "The
|
|
3223
|
+
"name": "symbol",
|
|
3224
|
+
"description": "The part for a single symbol."
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"name": "fraction",
|
|
3228
|
+
"description": "The part for the selected symbols."
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"name": "symbols-wrapper",
|
|
3232
|
+
"description": "The wrapper that holds all symbols."
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "large",
|
|
3236
|
+
"description": "A part responsible for the symbols size."
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "medium",
|
|
3240
|
+
"description": "A part responsible for the symbols size."
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"name": "small",
|
|
3244
|
+
"description": "A part responsible for the symbols size."
|
|
2529
3245
|
}
|
|
2530
3246
|
]
|
|
2531
3247
|
},
|
|
@@ -2694,8 +3410,8 @@
|
|
|
2694
3410
|
},
|
|
2695
3411
|
{
|
|
2696
3412
|
"name": "styles",
|
|
2697
|
-
"type": "CSSResult
|
|
2698
|
-
"default": "
|
|
3413
|
+
"type": "CSSResult",
|
|
3414
|
+
"default": "\"styles\""
|
|
2699
3415
|
},
|
|
2700
3416
|
{
|
|
2701
3417
|
"name": "min",
|
|
@@ -2878,6 +3594,22 @@
|
|
|
2878
3594
|
}
|
|
2879
3595
|
]
|
|
2880
3596
|
},
|
|
3597
|
+
{
|
|
3598
|
+
"name": "igc-slider-label",
|
|
3599
|
+
"path": "./src/components/slider/slider-label.ts",
|
|
3600
|
+
"properties": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "styles",
|
|
3603
|
+
"type": "CSSResult",
|
|
3604
|
+
"default": "\"css`\\n :host {\\n display: none;\\n }\\n `\""
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"name": "tagName",
|
|
3608
|
+
"type": "\"igc-slider-label\"",
|
|
3609
|
+
"default": "\"igc-slider-label\""
|
|
3610
|
+
}
|
|
3611
|
+
]
|
|
3612
|
+
},
|
|
2881
3613
|
{
|
|
2882
3614
|
"name": "igc-slider",
|
|
2883
3615
|
"path": "./src/components/slider/slider.ts",
|
|
@@ -3004,8 +3736,8 @@
|
|
|
3004
3736
|
},
|
|
3005
3737
|
{
|
|
3006
3738
|
"name": "styles",
|
|
3007
|
-
"type": "CSSResult
|
|
3008
|
-
"default": "
|
|
3739
|
+
"type": "CSSResult",
|
|
3740
|
+
"default": "\"styles\""
|
|
3009
3741
|
},
|
|
3010
3742
|
{
|
|
3011
3743
|
"name": "min",
|
|
@@ -3187,6 +3919,145 @@
|
|
|
3187
3919
|
"description": "The filled part of the track."
|
|
3188
3920
|
}
|
|
3189
3921
|
]
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
"name": "igc-snackbar",
|
|
3925
|
+
"path": "./src/components/snackbar/snackbar.ts",
|
|
3926
|
+
"description": "A snackbar component is used to provide feedback about an operation\nby showing a brief message at the bottom of the screen.",
|
|
3927
|
+
"attributes": [
|
|
3928
|
+
{
|
|
3929
|
+
"name": "open",
|
|
3930
|
+
"description": "Determines whether the snackbar is opened.",
|
|
3931
|
+
"type": "boolean",
|
|
3932
|
+
"default": "false"
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"name": "display-time",
|
|
3936
|
+
"description": "Determines the duration in ms in which the snackbar will be visible.",
|
|
3937
|
+
"type": "number",
|
|
3938
|
+
"default": "4000"
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"name": "keep-open",
|
|
3942
|
+
"description": "Determines whether the snackbar should close after the displayTime is over.",
|
|
3943
|
+
"type": "boolean",
|
|
3944
|
+
"default": "false"
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"name": "action-text",
|
|
3948
|
+
"description": "The snackbar action button.",
|
|
3949
|
+
"type": "string"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"properties": [
|
|
3953
|
+
{
|
|
3954
|
+
"name": "open",
|
|
3955
|
+
"attribute": "open",
|
|
3956
|
+
"description": "Determines whether the snackbar is opened.",
|
|
3957
|
+
"type": "boolean",
|
|
3958
|
+
"default": "false"
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"name": "displayTime",
|
|
3962
|
+
"attribute": "display-time",
|
|
3963
|
+
"description": "Determines the duration in ms in which the snackbar will be visible.",
|
|
3964
|
+
"type": "number",
|
|
3965
|
+
"default": "4000"
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
"name": "keepOpen",
|
|
3969
|
+
"attribute": "keep-open",
|
|
3970
|
+
"description": "Determines whether the snackbar should close after the displayTime is over.",
|
|
3971
|
+
"type": "boolean",
|
|
3972
|
+
"default": "false"
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"name": "actionText",
|
|
3976
|
+
"attribute": "action-text",
|
|
3977
|
+
"description": "The snackbar action button.",
|
|
3978
|
+
"type": "string"
|
|
3979
|
+
}
|
|
3980
|
+
],
|
|
3981
|
+
"events": [
|
|
3982
|
+
{
|
|
3983
|
+
"name": "igcAction",
|
|
3984
|
+
"description": "Emitted when the snackbar action button is clicked."
|
|
3985
|
+
}
|
|
3986
|
+
],
|
|
3987
|
+
"slots": [
|
|
3988
|
+
{
|
|
3989
|
+
"name": "",
|
|
3990
|
+
"description": "Renders the snackbar content."
|
|
3991
|
+
}
|
|
3992
|
+
],
|
|
3993
|
+
"cssParts": [
|
|
3994
|
+
{
|
|
3995
|
+
"name": "base",
|
|
3996
|
+
"description": "The base wrapper of the snackbar component."
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"name": "message",
|
|
4000
|
+
"description": "The snackbar message."
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"name": "action",
|
|
4004
|
+
"description": "The snackbar action button."
|
|
4005
|
+
}
|
|
4006
|
+
]
|
|
4007
|
+
},
|
|
4008
|
+
{
|
|
4009
|
+
"name": "igc-toast",
|
|
4010
|
+
"path": "./src/components/toast/toast.ts",
|
|
4011
|
+
"description": "A toast component is used to show a notification",
|
|
4012
|
+
"attributes": [
|
|
4013
|
+
{
|
|
4014
|
+
"name": "open",
|
|
4015
|
+
"description": "Determines whether the toast is opened.",
|
|
4016
|
+
"type": "boolean",
|
|
4017
|
+
"default": "false"
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"name": "display-time",
|
|
4021
|
+
"description": "Determines the time after which the toast will close",
|
|
4022
|
+
"type": "number",
|
|
4023
|
+
"default": "4000"
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "keep-open",
|
|
4027
|
+
"description": "Determines whether the toast is closed automatically or not.",
|
|
4028
|
+
"type": "boolean",
|
|
4029
|
+
"default": "false"
|
|
4030
|
+
}
|
|
4031
|
+
],
|
|
4032
|
+
"properties": [
|
|
4033
|
+
{
|
|
4034
|
+
"name": "open",
|
|
4035
|
+
"attribute": "open",
|
|
4036
|
+
"description": "Determines whether the toast is opened.",
|
|
4037
|
+
"type": "boolean",
|
|
4038
|
+
"default": "false"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"name": "displayTime",
|
|
4042
|
+
"attribute": "display-time",
|
|
4043
|
+
"description": "Determines the time after which the toast will close",
|
|
4044
|
+
"type": "number",
|
|
4045
|
+
"default": "4000"
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "keepOpen",
|
|
4049
|
+
"attribute": "keep-open",
|
|
4050
|
+
"description": "Determines whether the toast is closed automatically or not.",
|
|
4051
|
+
"type": "boolean",
|
|
4052
|
+
"default": "false"
|
|
4053
|
+
}
|
|
4054
|
+
],
|
|
4055
|
+
"cssParts": [
|
|
4056
|
+
{
|
|
4057
|
+
"name": "base",
|
|
4058
|
+
"description": "The base wrapper of the toast."
|
|
4059
|
+
}
|
|
4060
|
+
]
|
|
3190
4061
|
}
|
|
3191
4062
|
]
|
|
3192
4063
|
}
|