igniteui-webcomponents 2.0.0 → 2.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -1
- 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 +12 -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/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/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 +809 -156
- package/index.d.ts +24 -17
- package/index.js +23 -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 +315 -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",
|
|
@@ -1879,43 +1965,16 @@
|
|
|
1879
1965
|
"default": "false"
|
|
1880
1966
|
},
|
|
1881
1967
|
{
|
|
1882
|
-
"name": "
|
|
1883
|
-
"attribute": "
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1968
|
+
"name": "minlength",
|
|
1969
|
+
"attribute": "minlength",
|
|
1970
|
+
"description": "The minlength attribute of the control.",
|
|
1971
|
+
"type": "number"
|
|
1886
1972
|
},
|
|
1887
1973
|
{
|
|
1888
|
-
"name": "
|
|
1889
|
-
"attribute": "
|
|
1890
|
-
"description": "
|
|
1891
|
-
"type": "
|
|
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
|
-
{
|
|
1909
|
-
"name": "minlength",
|
|
1910
|
-
"attribute": "minlength",
|
|
1911
|
-
"description": "The minlength attribute of the control.",
|
|
1912
|
-
"type": "number"
|
|
1913
|
-
},
|
|
1914
|
-
{
|
|
1915
|
-
"name": "maxlength",
|
|
1916
|
-
"attribute": "maxlength",
|
|
1917
|
-
"description": "The maxlength attribute of the control.",
|
|
1918
|
-
"type": "number"
|
|
1974
|
+
"name": "maxlength",
|
|
1975
|
+
"attribute": "maxlength",
|
|
1976
|
+
"description": "The maxlength attribute of the control.",
|
|
1977
|
+
"type": "number"
|
|
1919
1978
|
},
|
|
1920
1979
|
{
|
|
1921
1980
|
"name": "min",
|
|
@@ -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",
|
|
@@ -2435,11 +2938,6 @@
|
|
|
2435
2938
|
"type": "\"igc-radio\"",
|
|
2436
2939
|
"default": "\"igc-radio\""
|
|
2437
2940
|
},
|
|
2438
|
-
{
|
|
2439
|
-
"name": "styles",
|
|
2440
|
-
"type": "CSSResult",
|
|
2441
|
-
"default": "\"styles\""
|
|
2442
|
-
},
|
|
2443
2941
|
{
|
|
2444
2942
|
"name": "name",
|
|
2445
2943
|
"attribute": "name",
|
|
@@ -2694,8 +3192,8 @@
|
|
|
2694
3192
|
},
|
|
2695
3193
|
{
|
|
2696
3194
|
"name": "styles",
|
|
2697
|
-
"type": "CSSResult
|
|
2698
|
-
"default": "
|
|
3195
|
+
"type": "CSSResult",
|
|
3196
|
+
"default": "\"styles\""
|
|
2699
3197
|
},
|
|
2700
3198
|
{
|
|
2701
3199
|
"name": "min",
|
|
@@ -2878,6 +3376,22 @@
|
|
|
2878
3376
|
}
|
|
2879
3377
|
]
|
|
2880
3378
|
},
|
|
3379
|
+
{
|
|
3380
|
+
"name": "igc-slider-label",
|
|
3381
|
+
"path": "./src/components/slider/slider-label.ts",
|
|
3382
|
+
"properties": [
|
|
3383
|
+
{
|
|
3384
|
+
"name": "styles",
|
|
3385
|
+
"type": "CSSResult",
|
|
3386
|
+
"default": "\"css`\\n :host {\\n display: none;\\n }\\n `\""
|
|
3387
|
+
},
|
|
3388
|
+
{
|
|
3389
|
+
"name": "tagName",
|
|
3390
|
+
"type": "\"igc-slider-label\"",
|
|
3391
|
+
"default": "\"igc-slider-label\""
|
|
3392
|
+
}
|
|
3393
|
+
]
|
|
3394
|
+
},
|
|
2881
3395
|
{
|
|
2882
3396
|
"name": "igc-slider",
|
|
2883
3397
|
"path": "./src/components/slider/slider.ts",
|
|
@@ -3004,8 +3518,8 @@
|
|
|
3004
3518
|
},
|
|
3005
3519
|
{
|
|
3006
3520
|
"name": "styles",
|
|
3007
|
-
"type": "CSSResult
|
|
3008
|
-
"default": "
|
|
3521
|
+
"type": "CSSResult",
|
|
3522
|
+
"default": "\"styles\""
|
|
3009
3523
|
},
|
|
3010
3524
|
{
|
|
3011
3525
|
"name": "min",
|
|
@@ -3187,6 +3701,145 @@
|
|
|
3187
3701
|
"description": "The filled part of the track."
|
|
3188
3702
|
}
|
|
3189
3703
|
]
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "igc-snackbar",
|
|
3707
|
+
"path": "./src/components/snackbar/snackbar.ts",
|
|
3708
|
+
"description": "A snackbar component is used to provide feedback about an operation\nby showing a brief message at the bottom of the screen.",
|
|
3709
|
+
"attributes": [
|
|
3710
|
+
{
|
|
3711
|
+
"name": "open",
|
|
3712
|
+
"description": "Determines whether the snackbar is opened.",
|
|
3713
|
+
"type": "boolean",
|
|
3714
|
+
"default": "false"
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "display-time",
|
|
3718
|
+
"description": "Determines the duration in ms in which the snackbar will be visible.",
|
|
3719
|
+
"type": "number",
|
|
3720
|
+
"default": "4000"
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"name": "keep-open",
|
|
3724
|
+
"description": "Determines whether the snackbar should close after the displayTime is over.",
|
|
3725
|
+
"type": "boolean",
|
|
3726
|
+
"default": "false"
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"name": "action-text",
|
|
3730
|
+
"description": "The snackbar action button.",
|
|
3731
|
+
"type": "string"
|
|
3732
|
+
}
|
|
3733
|
+
],
|
|
3734
|
+
"properties": [
|
|
3735
|
+
{
|
|
3736
|
+
"name": "open",
|
|
3737
|
+
"attribute": "open",
|
|
3738
|
+
"description": "Determines whether the snackbar is opened.",
|
|
3739
|
+
"type": "boolean",
|
|
3740
|
+
"default": "false"
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"name": "displayTime",
|
|
3744
|
+
"attribute": "display-time",
|
|
3745
|
+
"description": "Determines the duration in ms in which the snackbar will be visible.",
|
|
3746
|
+
"type": "number",
|
|
3747
|
+
"default": "4000"
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "keepOpen",
|
|
3751
|
+
"attribute": "keep-open",
|
|
3752
|
+
"description": "Determines whether the snackbar should close after the displayTime is over.",
|
|
3753
|
+
"type": "boolean",
|
|
3754
|
+
"default": "false"
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"name": "actionText",
|
|
3758
|
+
"attribute": "action-text",
|
|
3759
|
+
"description": "The snackbar action button.",
|
|
3760
|
+
"type": "string"
|
|
3761
|
+
}
|
|
3762
|
+
],
|
|
3763
|
+
"events": [
|
|
3764
|
+
{
|
|
3765
|
+
"name": "igcAction",
|
|
3766
|
+
"description": "Emitted when the snackbar action button is clicked."
|
|
3767
|
+
}
|
|
3768
|
+
],
|
|
3769
|
+
"slots": [
|
|
3770
|
+
{
|
|
3771
|
+
"name": "",
|
|
3772
|
+
"description": "Renders the snackbar content."
|
|
3773
|
+
}
|
|
3774
|
+
],
|
|
3775
|
+
"cssParts": [
|
|
3776
|
+
{
|
|
3777
|
+
"name": "base",
|
|
3778
|
+
"description": "The base wrapper of the snackbar component."
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "message",
|
|
3782
|
+
"description": "The snackbar message."
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "action",
|
|
3786
|
+
"description": "The snackbar action button."
|
|
3787
|
+
}
|
|
3788
|
+
]
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"name": "igc-toast",
|
|
3792
|
+
"path": "./src/components/toast/toast.ts",
|
|
3793
|
+
"description": "A toast component is used to show a notification",
|
|
3794
|
+
"attributes": [
|
|
3795
|
+
{
|
|
3796
|
+
"name": "open",
|
|
3797
|
+
"description": "Determines whether the toast is opened.",
|
|
3798
|
+
"type": "boolean",
|
|
3799
|
+
"default": "false"
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"name": "display-time",
|
|
3803
|
+
"description": "Determines the time after which the toast will close",
|
|
3804
|
+
"type": "number",
|
|
3805
|
+
"default": "4000"
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"name": "keep-open",
|
|
3809
|
+
"description": "Determines whether the toast is closed automatically or not.",
|
|
3810
|
+
"type": "boolean",
|
|
3811
|
+
"default": "false"
|
|
3812
|
+
}
|
|
3813
|
+
],
|
|
3814
|
+
"properties": [
|
|
3815
|
+
{
|
|
3816
|
+
"name": "open",
|
|
3817
|
+
"attribute": "open",
|
|
3818
|
+
"description": "Determines whether the toast is opened.",
|
|
3819
|
+
"type": "boolean",
|
|
3820
|
+
"default": "false"
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"name": "displayTime",
|
|
3824
|
+
"attribute": "display-time",
|
|
3825
|
+
"description": "Determines the time after which the toast will close",
|
|
3826
|
+
"type": "number",
|
|
3827
|
+
"default": "4000"
|
|
3828
|
+
},
|
|
3829
|
+
{
|
|
3830
|
+
"name": "keepOpen",
|
|
3831
|
+
"attribute": "keep-open",
|
|
3832
|
+
"description": "Determines whether the toast is closed automatically or not.",
|
|
3833
|
+
"type": "boolean",
|
|
3834
|
+
"default": "false"
|
|
3835
|
+
}
|
|
3836
|
+
],
|
|
3837
|
+
"cssParts": [
|
|
3838
|
+
{
|
|
3839
|
+
"name": "base",
|
|
3840
|
+
"description": "The base wrapper of the toast."
|
|
3841
|
+
}
|
|
3842
|
+
]
|
|
3190
3843
|
}
|
|
3191
3844
|
]
|
|
3192
3845
|
}
|