igniteui-webcomponents 3.1.0 → 3.3.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 +46 -0
- package/README.md +56 -1
- package/components/accordion/accordion.d.ts +36 -0
- package/components/accordion/accordion.js +127 -0
- package/components/accordion/accordion.js.map +1 -0
- package/components/{nav-drawer/styles/indigo/nav-drawer-header-item.indigo.css.d.ts → accordion/themes/accordion.base.css.d.ts} +0 -0
- package/components/accordion/themes/accordion.base.css.js +3 -0
- package/components/accordion/themes/accordion.base.css.js.map +1 -0
- package/components/badge/themes/light/badge.bootstrap.css.js +1 -1
- package/components/badge/themes/light/badge.bootstrap.css.js.map +1 -1
- package/components/button/button-base.d.ts +6 -1
- package/components/button/button-base.js +4 -0
- package/components/button/button-base.js.map +1 -1
- package/components/button/icon-button.d.ts +0 -1
- package/components/button/icon-button.js +13 -9
- package/components/button/icon-button.js.map +1 -1
- package/components/button/themes/button/light/button.base.css.js +1 -1
- package/components/button/themes/button/light/button.base.css.js.map +1 -1
- package/components/button/themes/button/light/button.material.css.js +1 -1
- package/components/button/themes/button/light/button.material.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.base.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.material.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
- package/components/calendar/calendar.d.ts +1 -5
- package/components/calendar/calendar.js +6 -4
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/common/calendar-base.js +16 -12
- package/components/calendar/common/calendar-base.js.map +1 -1
- package/components/calendar/common/calendar.model.js.map +1 -1
- package/components/calendar/days-view/days-view.d.ts +2 -1
- package/components/calendar/days-view/days-view.js +2 -2
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/months-view/months-view.d.ts +2 -1
- package/components/calendar/months-view/months-view.js +2 -2
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js +1 -1
- package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js.map +1 -1
- package/components/calendar/years-view/years-view.d.ts +2 -1
- package/components/calendar/years-view/years-view.js +2 -2
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.header.js +2 -0
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.js +6 -0
- package/components/card/card.js.map +1 -1
- package/components/card/themes/light/card.header.bootstrap.css.js +1 -1
- package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -1
- package/components/{nav-drawer/styles/indigo/nav-drawer-item.indigo.css.d.ts → card/themes/light/card.header.fluent.css.d.ts} +0 -0
- package/components/card/themes/light/card.header.fluent.css.js +3 -0
- package/components/card/themes/light/card.header.fluent.css.js.map +1 -0
- package/components/checkbox/checkbox-base.d.ts +1 -1
- package/components/checkbox/checkbox.d.ts +1 -0
- package/components/checkbox/checkbox.js +6 -5
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.d.ts +1 -0
- package/components/checkbox/switch.js +6 -5
- package/components/checkbox/switch.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.base.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.base.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.indigo.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.material.css.js +1 -1
- package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.base.css.js +1 -1
- package/components/checkbox/themes/light/switch.base.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.fluent.css.js +1 -1
- package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
- package/components/chip/chip.d.ts +1 -2
- package/components/chip/chip.js +3 -1
- package/components/chip/chip.js.map +1 -1
- package/components/chip/themes/chip.base.css.js +1 -1
- package/components/chip/themes/chip.base.css.js.map +1 -1
- package/components/chip/themes/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/chip.fluent.css.js +1 -1
- package/components/chip/themes/chip.fluent.css.js.map +1 -1
- package/components/chip/themes/chip.indigo.css.js +1 -1
- package/components/chip/themes/chip.indigo.css.js.map +1 -1
- package/components/chip/themes/chip.material.css.js +1 -1
- package/components/chip/themes/chip.material.css.js.map +1 -1
- package/components/common/decorators/blazorAdditionalDependencies.d.ts +5 -0
- package/components/common/decorators/blazorAdditionalDependencies.js +6 -0
- package/components/common/decorators/blazorAdditionalDependencies.js.map +1 -0
- package/components/common/decorators/index.d.ts +1 -0
- package/components/common/decorators/index.js +1 -0
- package/components/common/decorators/index.js.map +1 -1
- package/components/common/definitions/defineAllComponents.js +18 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/i18n/calendar.resources.js.map +1 -1
- package/components/common/mixins/constructor.d.ts +1 -0
- package/components/common/mixins/constructor.js.map +1 -1
- package/components/common/mixins/event-emitter.d.ts +2 -2
- package/components/common/mixins/event-emitter.js +2 -2
- package/components/common/mixins/event-emitter.js.map +1 -1
- package/components/common/types.d.ts +1 -0
- package/components/common/types.js +2 -0
- package/components/common/types.js.map +1 -0
- package/components/common/util.d.ts +18 -0
- package/components/common/util.js +17 -0
- package/components/common/util.js.map +1 -1
- package/components/date-time-input/date-time-input.d.ts +110 -0
- package/components/date-time-input/date-time-input.js +505 -0
- package/components/date-time-input/date-time-input.js.map +1 -0
- package/components/date-time-input/date-util.d.ts +89 -0
- package/components/date-time-input/date-util.js +597 -0
- package/components/date-time-input/date-util.js.map +1 -0
- package/components/dropdown/dropdown-group.d.ts +3 -2
- package/components/dropdown/dropdown-group.js +9 -10
- package/components/dropdown/dropdown-group.js.map +1 -1
- package/components/dropdown/dropdown.d.ts +25 -21
- package/components/dropdown/dropdown.js +63 -79
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/expansion-panel/expansion-panel.d.ts +73 -0
- package/components/expansion-panel/expansion-panel.js +173 -0
- package/components/expansion-panel/expansion-panel.js.map +1 -0
- package/components/{nav-drawer/styles/indigo/nav-drawer.indigo.css.d.ts → expansion-panel/themes/light/expansion-panel.base.css.d.ts} +0 -0
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js +3 -0
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -0
- package/components/{nav-drawer/styles/nav-drawer-header-item.base.css.d.ts → expansion-panel/themes/light/expansion-panel.bootstrap.css.d.ts} +0 -0
- package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js +3 -0
- package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js.map +1 -0
- package/components/{nav-drawer/styles/nav-drawer-item.base.css.d.ts → expansion-panel/themes/light/expansion-panel.fluent.css.d.ts} +0 -0
- package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js +3 -0
- package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js.map +1 -0
- package/components/{nav-drawer/styles/nav-drawer.base.css.d.ts → expansion-panel/themes/light/expansion-panel.indigo.css.d.ts} +0 -0
- package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js +3 -0
- package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js.map +1 -0
- package/components/form/form.d.ts +1 -1
- package/components/form/form.js +12 -2
- package/components/form/form.js.map +1 -1
- package/components/icon/icon.js +3 -7
- package/components/icon/icon.js.map +1 -1
- package/components/icon/icon.material.css.js +1 -1
- package/components/icon/icon.material.css.js.map +1 -1
- package/components/icon/icon.registry.js +5 -0
- package/components/icon/icon.registry.js.map +1 -1
- package/components/input/input-base.d.ts +7 -3
- package/components/input/input-base.js +16 -11
- package/components/input/input-base.js.map +1 -1
- package/components/input/input.d.ts +1 -4
- package/components/input/input.js +8 -4
- package/components/input/input.js.map +1 -1
- package/components/input/themes/light/input.base.css.js +1 -1
- package/components/input/themes/light/input.base.css.js.map +1 -1
- package/components/input/themes/light/input.bootstrap.css.js +1 -1
- package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
- package/components/list/list.js +4 -0
- package/components/list/list.js.map +1 -1
- package/components/list/themes/light/list-item.bootstrap.css.js +1 -1
- package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -1
- package/components/list/themes/light/list-item.fluent.css.js +1 -1
- package/components/list/themes/light/list-item.fluent.css.js.map +1 -1
- package/components/list/themes/light/list-item.indigo.css.js +1 -1
- package/components/list/themes/light/list-item.indigo.css.js.map +1 -1
- package/components/list/themes/light/list.base.css.js +1 -1
- package/components/list/themes/light/list.base.css.js.map +1 -1
- package/components/mask-input/mask-input-base.d.ts +38 -0
- package/components/mask-input/mask-input-base.js +110 -0
- package/components/mask-input/mask-input-base.js.map +1 -0
- package/components/mask-input/mask-input.d.ts +71 -0
- package/components/mask-input/mask-input.js +182 -0
- package/components/mask-input/mask-input.js.map +1 -0
- package/components/mask-input/mask-parser.d.ts +30 -0
- package/components/mask-input/mask-parser.js +167 -0
- package/components/mask-input/mask-parser.js.map +1 -0
- package/components/nav-drawer/nav-drawer-header-item.js +4 -3
- package/components/nav-drawer/nav-drawer-header-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer-item.d.ts +1 -0
- package/components/nav-drawer/nav-drawer-item.js +9 -5
- package/components/nav-drawer/nav-drawer-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer.js +6 -2
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/{snackbar/themes/snackbar.base.css.d.ts → nav-drawer/themes/dark/nav-drawer-item.base.css.d.ts} +0 -0
- package/components/nav-drawer/themes/dark/nav-drawer-item.base.css.js +3 -0
- package/components/nav-drawer/themes/dark/nav-drawer-item.base.css.js.map +1 -0
- package/components/{snackbar/themes/snackbar.bootstrap.css.d.ts → nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.d.ts} +0 -0
- package/components/nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.js +3 -0
- package/components/nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.js.map +1 -0
- package/components/{snackbar/themes/snackbar.fluent.css.d.ts → nav-drawer/themes/dark/nav-drawer-item.fluent.css.d.ts} +0 -0
- package/components/nav-drawer/themes/dark/nav-drawer-item.fluent.css.js +3 -0
- package/components/nav-drawer/themes/dark/nav-drawer-item.fluent.css.js.map +1 -0
- package/components/{snackbar/themes/snackbar.indigo.css.d.ts → nav-drawer/themes/dark/nav-drawer-item.indigo.css.d.ts} +0 -0
- package/components/nav-drawer/themes/dark/nav-drawer-item.indigo.css.js +3 -0
- package/components/nav-drawer/themes/dark/nav-drawer-item.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/dark/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/nav-drawer.indigo.css.js +3 -0
- package/components/nav-drawer/themes/dark/nav-drawer.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js +3 -0
- package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js +3 -0
- package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/{styles → themes/light}/indigo/nav-drawer-header-item.indigo.css.js +0 -0
- package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js +3 -0
- package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js +3 -0
- package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.d.ts +1 -0
- package/components/nav-drawer/{styles → themes/light}/nav-drawer-header-item.base.css.js +1 -1
- package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +1 -0
- package/components/nav-drawer/themes/light/nav-drawer-item.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js +3 -0
- package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +1 -0
- package/components/nav-drawer/themes/light/nav-drawer.base.css.d.ts +1 -0
- package/components/nav-drawer/{styles → themes/light}/nav-drawer.base.css.js +1 -1
- package/components/nav-drawer/themes/light/nav-drawer.base.css.js.map +1 -0
- package/components/navbar/navbar.js +2 -1
- package/components/navbar/navbar.js.map +1 -1
- package/components/navbar/themes/light/navbar.base.css.js +1 -1
- package/components/navbar/themes/light/navbar.base.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.bootstrap.css.js +1 -1
- package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.fluent.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.fluent.css.js +3 -0
- package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -0
- package/components/progress/circular-progress.d.ts +1 -1
- package/components/progress/circular-progress.js +3 -0
- package/components/progress/circular-progress.js.map +1 -1
- package/components/radio/radio.d.ts +2 -1
- package/components/radio/radio.js +6 -5
- package/components/radio/radio.js.map +1 -1
- package/components/radio/themes/light/radio.base.css.js +1 -1
- package/components/radio/themes/light/radio.base.css.js.map +1 -1
- package/components/radio/themes/light/radio.fluent.css.js +1 -1
- package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
- package/components/rating/rating-symbol.base.css.d.ts +1 -0
- package/components/rating/rating-symbol.base.css.js +3 -0
- package/components/rating/rating-symbol.base.css.js.map +1 -0
- package/components/rating/rating-symbol.d.ts +8 -2
- package/components/rating/rating-symbol.js +12 -3
- package/components/rating/rating-symbol.js.map +1 -1
- package/components/rating/rating.base.css.js +1 -1
- package/components/rating/rating.base.css.js.map +1 -1
- package/components/rating/rating.bootstrap.css.js +1 -1
- package/components/rating/rating.bootstrap.css.js.map +1 -1
- package/components/rating/rating.d.ts +19 -14
- package/components/rating/rating.fluent.css.js +1 -1
- package/components/rating/rating.fluent.css.js.map +1 -1
- package/components/rating/rating.indigo.css.js +1 -1
- package/components/rating/rating.indigo.css.js.map +1 -1
- package/components/rating/rating.js +86 -44
- package/components/rating/rating.js.map +1 -1
- package/components/slider/range-slider.d.ts +1 -1
- package/components/slider/range-slider.js.map +1 -1
- package/components/slider/slider-base.js +4 -1
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/slider.d.ts +1 -1
- package/components/slider/themes/light/slider.base.css.js +1 -1
- package/components/slider/themes/light/slider.base.css.js.map +1 -1
- package/components/slider/themes/light/slider.bootstrap.css.js +1 -1
- package/components/slider/themes/light/slider.bootstrap.css.js.map +1 -1
- package/components/slider/themes/light/slider.fluent.css.js +1 -1
- package/components/slider/themes/light/slider.fluent.css.js.map +1 -1
- package/components/slider/themes/light/slider.indigo.css.js +1 -1
- package/components/slider/themes/light/slider.indigo.css.js.map +1 -1
- package/components/slider/themes/light/slider.material.css.js +1 -1
- package/components/slider/themes/light/slider.material.css.js.map +1 -1
- package/components/snackbar/snackbar.d.ts +1 -1
- package/components/snackbar/snackbar.js +8 -4
- package/components/snackbar/snackbar.js.map +1 -1
- package/components/snackbar/themes/dark/snackbar.indigo.css.d.ts +1 -0
- package/components/snackbar/themes/dark/snackbar.indigo.css.js +3 -0
- package/components/snackbar/themes/dark/snackbar.indigo.css.js.map +1 -0
- package/components/snackbar/themes/light/snackbar.base.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.base.css.js +3 -0
- package/components/snackbar/themes/light/snackbar.base.css.js.map +1 -0
- package/components/snackbar/themes/light/snackbar.bootstrap.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.bootstrap.css.js +3 -0
- package/components/snackbar/themes/light/snackbar.bootstrap.css.js.map +1 -0
- package/components/snackbar/themes/light/snackbar.fluent.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.fluent.css.js +3 -0
- package/components/snackbar/themes/light/snackbar.fluent.css.js.map +1 -0
- package/components/snackbar/themes/light/snackbar.indigo.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.indigo.css.js +3 -0
- package/components/snackbar/themes/light/snackbar.indigo.css.js.map +1 -0
- package/components/tabs/tab-panel.d.ts +20 -0
- package/components/tabs/tab-panel.js +20 -0
- package/components/tabs/tab-panel.js.map +1 -0
- package/components/tabs/tab.d.ts +37 -0
- package/components/tabs/tab.js +71 -0
- package/components/tabs/tab.js.map +1 -0
- package/components/tabs/tabs.d.ts +79 -0
- package/components/tabs/tabs.js +316 -0
- package/components/tabs/tabs.js.map +1 -0
- package/components/tabs/themes/dark/tab.dark.base.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.dark.base.css.js +3 -0
- package/components/tabs/themes/dark/tab.dark.base.css.js.map +1 -0
- package/components/tabs/themes/dark/tab.dark.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.dark.bootstrap.css.js +3 -0
- package/components/tabs/themes/dark/tab.dark.bootstrap.css.js.map +1 -0
- package/components/tabs/themes/light/tab-panel.base.css.d.ts +1 -0
- package/components/tabs/themes/light/tab-panel.base.css.js +3 -0
- package/components/tabs/themes/light/tab-panel.base.css.js.map +1 -0
- package/components/tabs/themes/light/tab.base.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.base.css.js +3 -0
- package/components/tabs/themes/light/tab.base.css.js.map +1 -0
- package/components/tabs/themes/light/tab.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.bootstrap.css.js +3 -0
- package/components/tabs/themes/light/tab.bootstrap.css.js.map +1 -0
- package/components/tabs/themes/light/tab.fluent.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.fluent.css.js +3 -0
- package/components/tabs/themes/light/tab.fluent.css.js.map +1 -0
- package/components/tabs/themes/light/tab.indigo.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.indigo.css.js +3 -0
- package/components/tabs/themes/light/tab.indigo.css.js.map +1 -0
- package/components/tabs/themes/light/tabs.base.css.d.ts +1 -0
- package/components/tabs/themes/light/tabs.base.css.js +3 -0
- package/components/tabs/themes/light/tabs.base.css.js.map +1 -0
- package/components/tabs/themes/light/tabs.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/light/tabs.bootstrap.css.js +3 -0
- package/components/tabs/themes/light/tabs.bootstrap.css.js.map +1 -0
- package/components/tabs/themes/light/tabs.fluent.css.d.ts +1 -0
- package/components/tabs/themes/light/tabs.fluent.css.js +3 -0
- package/components/tabs/themes/light/tabs.fluent.css.js.map +1 -0
- package/components/tabs/themes/light/tabs.indigo.css.d.ts +1 -0
- package/components/tabs/themes/light/tabs.indigo.css.js +3 -0
- package/components/tabs/themes/light/tabs.indigo.css.js.map +1 -0
- package/components/tabs/utils.d.ts +14 -0
- package/components/tabs/utils.js +32 -0
- package/components/tabs/utils.js.map +1 -0
- package/components/toast/themes/toast.base.css.js +1 -1
- package/components/toast/themes/toast.base.css.js.map +1 -1
- package/components/toggle/toggle.controller.d.ts +17 -2
- package/components/toggle/toggle.controller.js +16 -11
- package/components/toggle/toggle.controller.js.map +1 -1
- package/components/toggle/toggle.directive.d.ts +1 -1
- package/components/toggle/toggle.directive.js +6 -4
- package/components/toggle/toggle.directive.js.map +1 -1
- package/components/tree/themes/dark/tree-item.bootstrap.css.d.ts +1 -0
- package/components/tree/themes/dark/tree-item.bootstrap.css.js +3 -0
- package/components/tree/themes/dark/tree-item.bootstrap.css.js.map +1 -0
- package/components/tree/themes/dark/tree-item.fluent.css.d.ts +1 -0
- package/components/tree/themes/dark/tree-item.fluent.css.js +3 -0
- package/components/tree/themes/dark/tree-item.fluent.css.js.map +1 -0
- package/components/tree/themes/dark/tree-item.indigo.css.d.ts +1 -0
- package/components/tree/themes/dark/tree-item.indigo.css.js +3 -0
- package/components/tree/themes/dark/tree-item.indigo.css.js.map +1 -0
- package/components/tree/themes/light/tree-item.base.css.d.ts +1 -0
- package/components/tree/themes/light/tree-item.base.css.js +3 -0
- package/components/tree/themes/light/tree-item.base.css.js.map +1 -0
- package/components/tree/themes/light/tree-item.bootstrap.css.d.ts +1 -0
- package/components/tree/themes/light/tree-item.bootstrap.css.js +3 -0
- package/components/tree/themes/light/tree-item.bootstrap.css.js.map +1 -0
- package/components/tree/themes/light/tree-item.fluent.css.d.ts +1 -0
- package/components/tree/themes/light/tree-item.fluent.css.js +3 -0
- package/components/tree/themes/light/tree-item.fluent.css.js.map +1 -0
- package/components/tree/themes/light/tree-item.indigo.css.d.ts +1 -0
- package/components/tree/themes/light/tree-item.indigo.css.js +3 -0
- package/components/tree/themes/light/tree-item.indigo.css.js.map +1 -0
- package/components/tree/themes/light/tree.base.css.d.ts +1 -0
- package/components/tree/themes/light/tree.base.css.js +3 -0
- package/components/tree/themes/light/tree.base.css.js.map +1 -0
- package/components/tree/tree-item.d.ts +116 -0
- package/components/tree/tree-item.js +465 -0
- package/components/tree/tree-item.js.map +1 -0
- package/components/tree/tree.common.d.ts +17 -0
- package/components/tree/tree.common.js +2 -0
- package/components/tree/tree.common.js.map +1 -0
- package/components/tree/tree.d.ts +71 -0
- package/components/tree/tree.js +169 -0
- package/components/tree/tree.js.map +1 -0
- package/components/tree/tree.navigation.d.ts +41 -0
- package/components/tree/tree.navigation.js +260 -0
- package/components/tree/tree.navigation.js.map +1 -0
- package/components/tree/tree.selection.d.ts +55 -0
- package/components/tree/tree.selection.js +265 -0
- package/components/tree/tree.selection.js.map +1 -0
- package/custom-elements.json +2754 -1522
- package/index.d.ts +12 -8
- package/index.js +9 -7
- package/index.js.map +1 -1
- package/package.json +10 -8
- 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/vscode-html-custom-data.json +515 -72
- package/components/nav-drawer/styles/indigo/nav-drawer-header-item.indigo.css.js.map +0 -1
- package/components/nav-drawer/styles/indigo/nav-drawer-item.indigo.css.js +0 -3
- package/components/nav-drawer/styles/indigo/nav-drawer-item.indigo.css.js.map +0 -1
- package/components/nav-drawer/styles/indigo/nav-drawer.indigo.css.js +0 -3
- package/components/nav-drawer/styles/indigo/nav-drawer.indigo.css.js.map +0 -1
- package/components/nav-drawer/styles/nav-drawer-header-item.base.css.js.map +0 -1
- package/components/nav-drawer/styles/nav-drawer-item.base.css.js +0 -3
- package/components/nav-drawer/styles/nav-drawer-item.base.css.js.map +0 -1
- package/components/nav-drawer/styles/nav-drawer.base.css.js.map +0 -1
- package/components/snackbar/themes/snackbar.base.css.js +0 -3
- package/components/snackbar/themes/snackbar.base.css.js.map +0 -1
- package/components/snackbar/themes/snackbar.bootstrap.css.js +0 -3
- package/components/snackbar/themes/snackbar.bootstrap.css.js.map +0 -1
- package/components/snackbar/themes/snackbar.fluent.css.js +0 -3
- package/components/snackbar/themes/snackbar.fluent.css.js.map +0 -1
- package/components/snackbar/themes/snackbar.indigo.css.js +0 -3
- package/components/snackbar/themes/snackbar.indigo.css.js.map +0 -1
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
3
|
"tags": [
|
|
4
|
+
{
|
|
5
|
+
"name": "igc-accordion",
|
|
6
|
+
"description": "The Accordion is a container-based component that can house multiple expansion panels\nand offers keyboard navigation.\n\nSlots:\n\n * ` ` {} - Renders the expansion panels inside default slot.\n\nAttributes:\n\n * `single-expand` {`boolean`} - \n\nProperties:\n\n * `tagName` {`\"igc-accordion\"`} - \n\n * `styles` - \n\n * `_enabledPanels` {`IgcExpansionPanelComponent[]`} - \n\n * `singleExpand` {`boolean`} - \n\n * `panels` {`IgcExpansionPanelComponent[]`} - Returns all of the accordions's direct igc-expansion-panel children.\n\n * `handleKeydown` - ",
|
|
7
|
+
"attributes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "single-expand",
|
|
10
|
+
"description": "`single-expand` {`boolean`} - \n\nProperty: singleExpand\n\nDefault: false",
|
|
11
|
+
"valueSet": "v"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
},
|
|
4
15
|
{
|
|
5
16
|
"name": "igc-avatar",
|
|
6
|
-
"description": "An avatar component is used as a representation of a user identity\ntypically in a user profile.\n\nSlots:\n\n * ` ` {} - Renders an icon inside the default slot.\n\nAttributes:\n\n * `src` {`string`} - The image source to use.\n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-avatar\"`} - \n\n * `styles`
|
|
17
|
+
"description": "An avatar component is used as a representation of a user identity\ntypically in a user profile.\n\nSlots:\n\n * ` ` {} - Renders an icon inside the default slot.\n\nAttributes:\n\n * `src` {`string`} - The image source to use.\n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-avatar\"`} - \n\n * `styles` - \n\n * `src` {`string`} - The image source to use.\n\n * `hasError` {`boolean`} - \n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `classes` {`{ circle: boolean; rounded: boolean; square: boolean; small: boolean; medium: boolean; large: boolean; }`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
7
18
|
"attributes": [
|
|
8
19
|
{
|
|
9
20
|
"name": "src",
|
|
@@ -40,7 +51,7 @@
|
|
|
40
51
|
},
|
|
41
52
|
{
|
|
42
53
|
"name": "igc-badge",
|
|
43
|
-
"description": "The badge is a component indicating a status on a related item or an area\nwhere some active indication is required.\n\nSlots:\n\n * ` ` {} - Default slot for the badge.\n\nAttributes:\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The type of badge.\n\n * `outlined` {`boolean`} - Sets whether to draw an outlined version of the badge.\n\n * `shape` {`\"rounded\" | \"square\"`} - The shape of the badge.\n\nProperties:\n\n * `tagName` {`\"igc-badge\"`} - \n\n * `styles`
|
|
54
|
+
"description": "The badge is a component indicating a status on a related item or an area\nwhere some active indication is required.\n\nSlots:\n\n * ` ` {} - Default slot for the badge.\n\nAttributes:\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The type of badge.\n\n * `outlined` {`boolean`} - Sets whether to draw an outlined version of the badge.\n\n * `shape` {`\"rounded\" | \"square\"`} - The shape of the badge.\n\nProperties:\n\n * `tagName` {`\"igc-badge\"`} - \n\n * `styles` - \n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The type of badge.\n\n * `outlined` {`boolean`} - Sets whether to draw an outlined version of the badge.\n\n * `shape` {`\"rounded\" | \"square\"`} - The shape of the badge.",
|
|
44
55
|
"attributes": [
|
|
45
56
|
{
|
|
46
57
|
"name": "variant",
|
|
@@ -84,7 +95,7 @@
|
|
|
84
95
|
},
|
|
85
96
|
{
|
|
86
97
|
"name": "igc-button",
|
|
87
|
-
"description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.\n\nEvents:\n\n * `igcFocus` {} - Emitted when the button gains focus.\n\n * `igcBlur` {} - Emitted when the button loses focus.\n\nSlots:\n\n * ` ` {} - Renders the label of the button.\n\n * `prefix` {} - Renders content before the label of the button.\n\n * `suffix` {} - Renders content after the label of the button.\n\nAttributes:\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-button\"`} - \n\n * `styles`
|
|
98
|
+
"description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.\n\nEvents:\n\n * `igcFocus` {} - Emitted when the button gains focus.\n\n * `igcBlur` {} - Emitted when the button loses focus.\n\nSlots:\n\n * ` ` {} - Renders the label of the button.\n\n * `prefix` {} - Renders content before the label of the button.\n\n * `suffix` {} - Renders content after the label of the button.\n\nAttributes:\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-button\"`} - \n\n * `styles` - \n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `_ariaLabel` {`string`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `ariaLabel` {`string`} - \n\n * `classes` {`{ flat: boolean; outlined: boolean; contained: boolean; fab: boolean; small: boolean; medium: boolean; large: boolean; disabled: boolean; }`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
88
99
|
"attributes": [
|
|
89
100
|
{
|
|
90
101
|
"name": "variant",
|
|
@@ -174,7 +185,7 @@
|
|
|
174
185
|
},
|
|
175
186
|
{
|
|
176
187
|
"name": "igc-icon-button",
|
|
177
|
-
"description": "Attributes:\n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon-button\"`} - \n\n * `styles`
|
|
188
|
+
"description": "Attributes:\n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon-button\"`} - \n\n * `styles` - \n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `_ariaLabel` {`string`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `ariaLabel` {`string`} - \n\n * `classes` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
178
189
|
"attributes": [
|
|
179
190
|
{
|
|
180
191
|
"name": "name",
|
|
@@ -277,7 +288,7 @@
|
|
|
277
288
|
},
|
|
278
289
|
{
|
|
279
290
|
"name": "igc-calendar",
|
|
280
|
-
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles`
|
|
291
|
+
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `styles` - \n\n * `tagName` {`\"igc-calendar\"`} - \n\n * `formatterMonth` {`DateTimeFormat`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `formatterMonthDay` {`DateTimeFormat`} - \n\n * `rangePreviewDate` {`Date | undefined`} - \n\n * `activeDaysViewIndex` {`number`} - \n\n * `daysViews` {`NodeList`} - \n\n * `monthsView` - \n\n * `yearsView` - \n\n * `hideOutsideDays` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hideHeader` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `headerOrientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visibleMonths` {`number`} - The number of months displayed in days view.\n\n * `activeView` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `formatOptions` {`Pick<DateTimeFormatOptions, \"month\" | \"weekday\">`} - The options used to format the months and the weekdays in the calendar views.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `yearPerPage` {`18 | 15`} - \n\n * `previousButtonLabel` {`string`} - \n\n * `nextButtonLabel` {`string`} - \n\n * `handleKeyDown` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `calendarModel` - \n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
|
|
281
292
|
"attributes": [
|
|
282
293
|
{
|
|
283
294
|
"name": "hide-outside-days",
|
|
@@ -420,7 +431,7 @@
|
|
|
420
431
|
},
|
|
421
432
|
{
|
|
422
433
|
"name": "igc-days-view",
|
|
423
|
-
"description": "Instantiate a days view as a separate component in the calendar.\n\nEvents:\n\n * `igcActiveDateChange` {} - Emitted when the active date changes.\n\n * `igcRangePreviewDateChange` {} - Emitted when the range preview date changes.\n\nAttributes:\n\n * `hide-leading-days` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hide-trailing-days` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `week-day-format` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `
|
|
434
|
+
"description": "Instantiate a days view as a separate component in the calendar.\n\nEvents:\n\n * `igcActiveDateChange` {} - Emitted when the active date changes.\n\n * `igcRangePreviewDateChange` {} - Emitted when the range preview date changes.\n\nAttributes:\n\n * `hide-leading-days` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hide-trailing-days` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `week-day-format` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `tagName` {`\"igc-days-view\"`} - \n\n * `styles` - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `dates` {`ICalendarDate[][]`} - \n\n * `activeDay` {`HTMLElement`} - \n\n * `hideLeadingDays` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hideTrailingDays` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `rangePreviewDate` {`Date | undefined`} - The range preview date.\n\n * `weekDayFormat` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `isSingleSelection` {`boolean`} - \n\n * `calendarModel` - \n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
|
|
424
435
|
"attributes": [
|
|
425
436
|
{
|
|
426
437
|
"name": "hide-leading-days",
|
|
@@ -529,7 +540,7 @@
|
|
|
529
540
|
},
|
|
530
541
|
{
|
|
531
542
|
"name": "igc-months-view",
|
|
532
|
-
"description": "Instantiate a months view as a separate component in the calendar.\n\nAttributes:\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates.\n\n * `month-format` {`\"
|
|
543
|
+
"description": "Instantiate a months view as a separate component in the calendar.\n\nAttributes:\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates.\n\n * `month-format` {`\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined`} - The format of the month. Defaults to long.\n\nProperties:\n\n * `tagName` {`\"igc-months-view\"`} - \n\n * `styles` - \n\n * `calendarModel` - \n\n * `monthFormatter` - \n\n * `activeMonth` {`HTMLElement`} - \n\n * `value` {`Date`} - Тhe current value of the calendar.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates.\n\n * `monthFormat` {`\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined`} - The format of the month. Defaults to long.\n\n * `months` {`Date[][]`} - ",
|
|
533
544
|
"attributes": [
|
|
534
545
|
{
|
|
535
546
|
"name": "locale",
|
|
@@ -537,22 +548,22 @@
|
|
|
537
548
|
},
|
|
538
549
|
{
|
|
539
550
|
"name": "month-format",
|
|
540
|
-
"description": "`month-format` {`\"
|
|
551
|
+
"description": "`month-format` {`\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined`} - The format of the month. Defaults to long.\n\nProperty: monthFormat\n\nDefault: long",
|
|
541
552
|
"values": [
|
|
542
553
|
{
|
|
543
|
-
"name": "
|
|
554
|
+
"name": "long"
|
|
544
555
|
},
|
|
545
556
|
{
|
|
546
|
-
"name": "
|
|
557
|
+
"name": "short"
|
|
547
558
|
},
|
|
548
559
|
{
|
|
549
|
-
"name": "
|
|
560
|
+
"name": "narrow"
|
|
550
561
|
},
|
|
551
562
|
{
|
|
552
|
-
"name": "
|
|
563
|
+
"name": "numeric"
|
|
553
564
|
},
|
|
554
565
|
{
|
|
555
|
-
"name": "
|
|
566
|
+
"name": "2-digit"
|
|
556
567
|
}
|
|
557
568
|
]
|
|
558
569
|
}
|
|
@@ -560,7 +571,7 @@
|
|
|
560
571
|
},
|
|
561
572
|
{
|
|
562
573
|
"name": "igc-years-view",
|
|
563
|
-
"description": "Instantiate a years view as a separate component in the calendar.\n\nAttributes:\n\n * `years-per-page` {`number`} - Sets how many years are displayed on a single page.\n\nProperties:\n\n * `
|
|
574
|
+
"description": "Instantiate a years view as a separate component in the calendar.\n\nAttributes:\n\n * `years-per-page` {`number`} - Sets how many years are displayed on a single page.\n\nProperties:\n\n * `tagName` {`\"igc-years-view\"`} - \n\n * `styles` - \n\n * `years` {`Date[][]`} - \n\n * `activeYear` {`HTMLElement`} - \n\n * `value` {`Date`} - Тhe current value of the calendar.\n\n * `yearsPerPage` {`number`} - Sets how many years are displayed on a single page.",
|
|
564
575
|
"attributes": [
|
|
565
576
|
{
|
|
566
577
|
"name": "years-per-page",
|
|
@@ -570,7 +581,7 @@
|
|
|
570
581
|
},
|
|
571
582
|
{
|
|
572
583
|
"name": "igc-card-actions",
|
|
573
|
-
"description": "A container for card action items like buttons\n\nSlots:\n\n * `start` {} - Renders items at the beginning of actions area\n\n * ` ` {} - Renders items at the middle of actions area\n\n * `end` {} - Renders items at the end of actions area\n\nAttributes:\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the actions.\n\nProperties:\n\n * `tagName` {`\"igc-card-actions\"`} - \n\n * `styles`
|
|
584
|
+
"description": "A container for card action items like buttons\n\nSlots:\n\n * `start` {} - Renders items at the beginning of actions area\n\n * ` ` {} - Renders items at the middle of actions area\n\n * `end` {} - Renders items at the end of actions area\n\nAttributes:\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the actions.\n\nProperties:\n\n * `tagName` {`\"igc-card-actions\"`} - \n\n * `styles` - \n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the actions.",
|
|
574
585
|
"attributes": [
|
|
575
586
|
{
|
|
576
587
|
"name": "orientation",
|
|
@@ -588,22 +599,22 @@
|
|
|
588
599
|
},
|
|
589
600
|
{
|
|
590
601
|
"name": "igc-card-content",
|
|
591
|
-
"description": "A container for card's text content\n\nSlots:\n\n * ` ` {} - Renders the card text content\n\nProperties:\n\n * `tagName` {`\"igc-card-content\"`} - \n\n * `styles`
|
|
602
|
+
"description": "A container for card's text content\n\nSlots:\n\n * ` ` {} - Renders the card text content\n\nProperties:\n\n * `tagName` {`\"igc-card-content\"`} - \n\n * `styles` - ",
|
|
592
603
|
"attributes": []
|
|
593
604
|
},
|
|
594
605
|
{
|
|
595
606
|
"name": "igc-card-header",
|
|
596
|
-
"description": "A container for card's header\n\nSlots:\n\n * `thumbnail` {} - Renders header media like icon\n\n * `title` {} - Renders the card title\n\n * `subtitle` {} - Renders the card subtitle\n\n * ` ` {} - Renders content next to the card title\n\nProperties:\n\n * `tagName` {`\"igc-card-header\"`} - \n\n * `styles`
|
|
607
|
+
"description": "A container for card's header\n\nSlots:\n\n * `thumbnail` {} - Renders header media like icon\n\n * `title` {} - Renders the card title\n\n * `subtitle` {} - Renders the card subtitle\n\n * ` ` {} - Renders content next to the card title\n\nProperties:\n\n * `tagName` {`\"igc-card-header\"`} - \n\n * `styles` - ",
|
|
597
608
|
"attributes": []
|
|
598
609
|
},
|
|
599
610
|
{
|
|
600
611
|
"name": "igc-card-media",
|
|
601
|
-
"description": "A container for card's media - could be an image, gif, video\n\nSlots:\n\n * ` ` {} - Renders the card media content\n\nProperties:\n\n * `tagName` {`\"igc-card-media\"`} - \n\n * `styles`
|
|
612
|
+
"description": "A container for card's media - could be an image, gif, video\n\nSlots:\n\n * ` ` {} - Renders the card media content\n\nProperties:\n\n * `tagName` {`\"igc-card-media\"`} - \n\n * `styles` - ",
|
|
602
613
|
"attributes": []
|
|
603
614
|
},
|
|
604
615
|
{
|
|
605
616
|
"name": "igc-card",
|
|
606
|
-
"description": "A container which wraps different elements related to a single subject\n\nSlots:\n\n * ` ` {} - Renders card content\n\nAttributes:\n\n * `elevated` {`boolean`} - Sets card elevated style, otherwise card looks outlined.\n\nProperties:\n\n * `tagName` {`\"igc-card\"`} - \n\n * `styles`
|
|
617
|
+
"description": "A container which wraps different elements related to a single subject\n\nSlots:\n\n * ` ` {} - Renders card content\n\nAttributes:\n\n * `elevated` {`boolean`} - Sets card elevated style, otherwise card looks outlined.\n\nProperties:\n\n * `tagName` {`\"igc-card\"`} - \n\n * `styles` - \n\n * `elevated` {`boolean`} - Sets card elevated style, otherwise card looks outlined.",
|
|
607
618
|
"attributes": [
|
|
608
619
|
{
|
|
609
620
|
"name": "elevated",
|
|
@@ -614,7 +625,7 @@
|
|
|
614
625
|
},
|
|
615
626
|
{
|
|
616
627
|
"name": "igc-checkbox",
|
|
617
|
-
"description": "A check box allowing single values to be selected/deselected.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The checkbox label.\n\nAttributes:\n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperties:\n\n * `tagName` {`\"igc-checkbox\"`} - \n\n * `styles`
|
|
628
|
+
"description": "A check box allowing single values to be selected/deselected.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The checkbox label.\n\nAttributes:\n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperties:\n\n * `tagName` {`\"igc-checkbox\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `input` {`HTMLInputElement`} - \n\n * `focused` {`boolean`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `ariaLabelledby` {`string`} - Sets the aria-labelledby attribute for the control.",
|
|
618
629
|
"attributes": [
|
|
619
630
|
{
|
|
620
631
|
"name": "indeterminate",
|
|
@@ -681,7 +692,7 @@
|
|
|
681
692
|
},
|
|
682
693
|
{
|
|
683
694
|
"name": "igc-switch",
|
|
684
|
-
"description": "Similar to a checkbox, a switch controls the state of a single setting on or off.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The switch label.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperties:\n\n * `tagName` {`\"igc-switch\"`} - \n\n * `styles`
|
|
695
|
+
"description": "Similar to a checkbox, a switch controls the state of a single setting on or off.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The switch label.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the control.\n\nProperties:\n\n * `tagName` {`\"igc-switch\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `focused` {`boolean`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `disabled` {`boolean`} - Disables the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `ariaLabelledby` {`string`} - Sets the aria-labelledby attribute for the control.",
|
|
685
696
|
"attributes": [
|
|
686
697
|
{
|
|
687
698
|
"name": "name",
|
|
@@ -743,7 +754,7 @@
|
|
|
743
754
|
},
|
|
744
755
|
{
|
|
745
756
|
"name": "igc-chip",
|
|
746
|
-
"description": "Chips help people enter information, make selections, filter content, or trigger actions.\n\nEvents:\n\n * `igcRemove` {} - Emits an event when the chip component is removed. Returns the removed chip component.\n\n * `igcSelect` {} - Emits event when the chip component is selected/deselected and any related animations and transitions also end.\n\nSlots:\n\n * ` ` {} - Renders the chip data.\n\n * `prefix` {} - Renders content before the data of the chip.\n\n * `suffix` {} - Renders content after the data of the chip.\n\nAttributes:\n\n * `disabled` {`boolean`} - Sets the disabled state for the chip.\n\n * `removable` {`boolean`} - Defines if the chip is removable or not.\n\n * `selectable` {`boolean`} - Defines if the chip is selectable or not.\n\n * `selected` {`boolean`} - Defines if the chip is selected or not.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - A property that sets the color variant of the chip component.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-chip\"`} - \n\n * `styles`
|
|
757
|
+
"description": "Chips help people enter information, make selections, filter content, or trigger actions.\n\nEvents:\n\n * `igcRemove` {} - Emits an event when the chip component is removed. Returns the removed chip component.\n\n * `igcSelect` {} - Emits event when the chip component is selected/deselected and any related animations and transitions also end.\n\nSlots:\n\n * ` ` {} - Renders the chip data.\n\n * `prefix` {} - Renders content before the data of the chip.\n\n * `suffix` {} - Renders content after the data of the chip.\n\nAttributes:\n\n * `disabled` {`boolean`} - Sets the disabled state for the chip.\n\n * `removable` {`boolean`} - Defines if the chip is removable or not.\n\n * `selectable` {`boolean`} - Defines if the chip is selectable or not.\n\n * `selected` {`boolean`} - Defines if the chip is selected or not.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - A property that sets the color variant of the chip component.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-chip\"`} - \n\n * `styles` - \n\n * `disabled` {`boolean`} - Sets the disabled state for the chip.\n\n * `removable` {`boolean`} - Defines if the chip is removable or not.\n\n * `selectable` {`boolean`} - Defines if the chip is selectable or not.\n\n * `selected` {`boolean`} - Defines if the chip is selected or not.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - A property that sets the color variant of the chip component.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
747
758
|
"attributes": [
|
|
748
759
|
{
|
|
749
760
|
"name": "disabled",
|
|
@@ -801,34 +812,132 @@
|
|
|
801
812
|
]
|
|
802
813
|
},
|
|
803
814
|
{
|
|
804
|
-
"name": "igc-
|
|
805
|
-
"description": "
|
|
815
|
+
"name": "igc-date-time-input",
|
|
816
|
+
"description": "A date time input is an input field that lets you set and edit the date and time in a chosen input element\nusing customizable display and input formats.\n\nEvents:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `input-format` {`string`} - The date format to apply on the input.\n\n * `min-value` {`Date | null`} - The minimum value required for the input to remain valid.\n\n * `max-value` {`Date | null`} - The maximum value required for the input to remain valid.\n\n * `display-format` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spin-loop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `value` {`Date | null`} - The value of the input.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-date-time-input\"`} - \n\n * `_defaultMask` {`string`} - \n\n * `_value` {`Date | null`} - \n\n * `_oldValue` {`Date | null`} - \n\n * `_inputDateParts` {`DatePartInfo[]`} - \n\n * `_inputFormat` {`string`} - \n\n * `_datePartDeltas` {`DatePartDeltas`} - \n\n * `inputFormat` {`string`} - The date format to apply on the input.\n\n * `minValue` {`Date | null`} - The minimum value required for the input to remain valid.\n\n * `maxValue` {`Date | null`} - The maximum value required for the input to remain valid.\n\n * `displayFormat` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spinDelta` {`DatePartDeltas`} - Delta values used to increment or decrement each date part on step actions.\nAll values default to `1`.\n\n * `spinLoop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `hasDateParts` {`boolean`} - \n\n * `hasTimeParts` {`boolean`} - \n\n * `targetDatePart` {`DatePart | undefined`} - \n\n * `datePartDeltas` {`DatePartDeltas`} - \n\n * `parser` - \n\n * `selection` {`MaskSelection`} - \n\n * `compositionStart` {`number`} - \n\n * `hasFocus` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `inputSelection` {`MaskSelection`} - \n\n * `emptyMask` {`string`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`Date | null`} - The value of the input.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
806
817
|
"attributes": [
|
|
807
818
|
{
|
|
808
|
-
"name": "
|
|
809
|
-
"description": "`
|
|
819
|
+
"name": "input-format",
|
|
820
|
+
"description": "`input-format` {`string`} - The date format to apply on the input.\n\nProperty: inputFormat"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "min-value",
|
|
824
|
+
"description": "`min-value` {`Date | null`} - The minimum value required for the input to remain valid.\n\nProperty: minValue",
|
|
825
|
+
"values": []
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "max-value",
|
|
829
|
+
"description": "`max-value` {`Date | null`} - The maximum value required for the input to remain valid.\n\nProperty: maxValue",
|
|
830
|
+
"values": []
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "display-format",
|
|
834
|
+
"description": "`display-format` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\nProperty: displayFormat"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "spin-loop",
|
|
838
|
+
"description": "`spin-loop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\nProperty: spinLoop\n\nDefault: true",
|
|
839
|
+
"valueSet": "v"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "locale",
|
|
843
|
+
"description": "`locale` {`string`} - The locale settings used to display the value.\n\nProperty: locale\n\nDefault: en"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"name": "prompt",
|
|
847
|
+
"description": "`prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\nProperty: prompt"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"name": "invalid",
|
|
851
|
+
"description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
852
|
+
"valueSet": "v"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "value",
|
|
856
|
+
"description": "`value` {`Date | null`} - The value of the input.\n\nProperty: value",
|
|
857
|
+
"values": []
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "dir",
|
|
861
|
+
"description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
|
|
810
862
|
"values": [
|
|
811
863
|
{
|
|
812
|
-
"name": "
|
|
864
|
+
"name": "ltr"
|
|
813
865
|
},
|
|
814
866
|
{
|
|
815
|
-
"name": "
|
|
867
|
+
"name": "rtl"
|
|
816
868
|
},
|
|
817
869
|
{
|
|
818
|
-
"name": "
|
|
870
|
+
"name": "auto"
|
|
819
871
|
}
|
|
820
872
|
]
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name": "name",
|
|
876
|
+
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "outlined",
|
|
880
|
+
"description": "`outlined` {`boolean`} - \n\nProperty: outlined\n\nDefault: false",
|
|
881
|
+
"valueSet": "v"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"name": "required",
|
|
885
|
+
"description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
|
|
886
|
+
"valueSet": "v"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "disabled",
|
|
890
|
+
"description": "`disabled` {`boolean`} - Makes the control a disabled field.\n\nProperty: disabled\n\nDefault: false",
|
|
891
|
+
"valueSet": "v"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "readonly",
|
|
895
|
+
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly\n\nDefault: false",
|
|
896
|
+
"valueSet": "v"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "placeholder",
|
|
900
|
+
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "label",
|
|
904
|
+
"description": "`label` {`string`} - The label for the control.\n\nProperty: label"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "size",
|
|
908
|
+
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "onigcInput",
|
|
912
|
+
"description": "`igcInput` {} - Emitted when the control input receives user input."
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "onigcChange",
|
|
916
|
+
"description": "`igcChange` {} - Emitted when the control's checked state changes."
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "onigcFocus",
|
|
920
|
+
"description": "`igcFocus` {} - Emitted when the control gains focus."
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "onigcBlur",
|
|
924
|
+
"description": "`igcBlur` {} - Emitted when the control loses focus."
|
|
821
925
|
}
|
|
822
926
|
]
|
|
823
927
|
},
|
|
928
|
+
{
|
|
929
|
+
"name": "igc-dropdown-group",
|
|
930
|
+
"description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-group\"`} - \n\n * `styles` - \n\n * `parent` - \n\n * `items` {`IgcDropdownItemComponent[]`} - All child `igc-dropdown-item`s.",
|
|
931
|
+
"attributes": []
|
|
932
|
+
},
|
|
824
933
|
{
|
|
825
934
|
"name": "igc-dropdown-header",
|
|
826
|
-
"description": "Slots:\n\n * ` ` {} - Renders the header.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-header\"`} - \n\n * `styles`
|
|
935
|
+
"description": "Slots:\n\n * ` ` {} - Renders the header.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-header\"`} - \n\n * `styles` - ",
|
|
827
936
|
"attributes": []
|
|
828
937
|
},
|
|
829
938
|
{
|
|
830
939
|
"name": "igc-dropdown-item",
|
|
831
|
-
"description": "Represents an item in a dropdown list.\n\nSlots:\n\n * `prefix` {} - Renders content before the item's main content.\n\n * ` ` {} - Renders the item's main content.\n\n * `suffix` {} - Renders content after the item's main content.\n\nAttributes:\n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-item\"`} - \n\n * `styles`
|
|
940
|
+
"description": "Represents an item in a dropdown list.\n\nSlots:\n\n * `prefix` {} - Renders content before the item's main content.\n\n * ` ` {} - Renders the item's main content.\n\n * `suffix` {} - Renders content after the item's main content.\n\nAttributes:\n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-item\"`} - \n\n * `styles` - \n\n * `_value` {`string`} - \n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.",
|
|
832
941
|
"attributes": [
|
|
833
942
|
{
|
|
834
943
|
"name": "value",
|
|
@@ -853,7 +962,7 @@
|
|
|
853
962
|
},
|
|
854
963
|
{
|
|
855
964
|
"name": "igc-dropdown",
|
|
856
|
-
"description": "Represents a DropDown component.\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown\"`} - \n\n * `styles`
|
|
965
|
+
"description": "Represents a DropDown component.\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown\"`} - \n\n * `styles` - \n\n * `selectedItem` - \n\n * `activeItem` - \n\n * `target` {`HTMLElement`} - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `allItems` {`IgcDropdownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcDropdownItemComponent[]`} - \n\n * `groups` {`IgcDropdownGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
857
966
|
"attributes": [
|
|
858
967
|
{
|
|
859
968
|
"name": "keep-open-on-select",
|
|
@@ -990,9 +1099,56 @@
|
|
|
990
1099
|
}
|
|
991
1100
|
]
|
|
992
1101
|
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "igc-expansion-panel",
|
|
1104
|
+
"description": "The Expansion Panel Component provides a way to display information in a toggleable way -\ncompact summary view containing title and description and expanded detail view containing\nadditional content to the summary header.\n\nEvents:\n\n * `igcOpening` {} - Emitted before opening the expansion panel.\n\n * `igcOpened` {} - Emitted after the expansion panel is opened.\n\n * `igcClosing` {} - Emitted before closing the expansion panel.\n\n * `igcClosed` {} - Emitted after the expansion panel is closed.\n\nSlots:\n\n * `title` {} - renders the title of the panel's header\n\n * `subtitle` {} - renders the subtitle of the panel's header\n\n * `indicator` {} - renders the expand/collapsed indicator\n\nAttributes:\n\n * `open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\n * `disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\n * `indicator-position` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\nProperties:\n\n * `tagName` {`\"igc-expansion-panel\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\n * `disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\n * `indicatorPosition` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\n * `panelHeader` {`HTMLElement`} - \n\n * `panelId` {`string`} - ",
|
|
1105
|
+
"attributes": [
|
|
1106
|
+
{
|
|
1107
|
+
"name": "open",
|
|
1108
|
+
"description": "`open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\nProperty: open\n\nDefault: false",
|
|
1109
|
+
"valueSet": "v"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "disabled",
|
|
1113
|
+
"description": "`disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\nProperty: disabled\n\nDefault: false",
|
|
1114
|
+
"valueSet": "v"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "indicator-position",
|
|
1118
|
+
"description": "`indicator-position` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\nProperty: indicatorPosition\n\nDefault: start",
|
|
1119
|
+
"values": [
|
|
1120
|
+
{
|
|
1121
|
+
"name": "none"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"name": "start"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"name": "end"
|
|
1128
|
+
}
|
|
1129
|
+
]
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"name": "onigcOpening",
|
|
1133
|
+
"description": "`igcOpening` {} - Emitted before opening the expansion panel."
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "onigcOpened",
|
|
1137
|
+
"description": "`igcOpened` {} - Emitted after the expansion panel is opened."
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "onigcClosing",
|
|
1141
|
+
"description": "`igcClosing` {} - Emitted before closing the expansion panel."
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"name": "onigcClosed",
|
|
1145
|
+
"description": "`igcClosed` {} - Emitted after the expansion panel is closed."
|
|
1146
|
+
}
|
|
1147
|
+
]
|
|
1148
|
+
},
|
|
993
1149
|
{
|
|
994
1150
|
"name": "igc-form",
|
|
995
|
-
"description": "The form is a component used to collect user input from\ninteractive controls.\n\nEvents:\n\n * `igcSubmit` {} - Emitted when the form is submitted.\n\n * `igcReset` {} - Emitted when the form is reset.\n\nSlots:\n\n * ` ` {} - Default slot for the form.\n\nAttributes:\n\n * `novalidate` {`boolean`} - Specifies if form data validation should be skipped on submit.\n\nProperties:\n\n * `tagName` {`\"igc-form\"`} - \n\n * `styles`
|
|
1151
|
+
"description": "The form is a component used to collect user input from\ninteractive controls.\n\nEvents:\n\n * `igcSubmit` {} - Emitted when the form is submitted.\n\n * `igcReset` {} - Emitted when the form is reset.\n\nSlots:\n\n * ` ` {} - Default slot for the form.\n\nAttributes:\n\n * `novalidate` {`boolean`} - Specifies if form data validation should be skipped on submit.\n\nProperties:\n\n * `tagName` {`\"igc-form\"`} - \n\n * `styles` - \n\n * `_controlsWithChecked` {`string[]`} - \n\n * `_controlsWithValue` {`string[]`} - \n\n * `_controlsThatSubmit` {`string[]`} - \n\n * `novalidate` {`boolean`} - Specifies if form data validation should be skipped on submit.",
|
|
996
1152
|
"attributes": [
|
|
997
1153
|
{
|
|
998
1154
|
"name": "novalidate",
|
|
@@ -1011,7 +1167,7 @@
|
|
|
1011
1167
|
},
|
|
1012
1168
|
{
|
|
1013
1169
|
"name": "igc-icon",
|
|
1014
|
-
"description": "Icon component\n\nAttributes:\n\n * `name` {`string`} - The name of the icon glyph to draw.\n\n * `collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\n * `mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon\"`} - \n\n * `styles`
|
|
1170
|
+
"description": "Icon component\n\nAttributes:\n\n * `name` {`string`} - The name of the icon glyph to draw.\n\n * `collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\n * `mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon\"`} - \n\n * `styles` - \n\n * `svg` {`string`} - \n\n * `_name` {`string`} - \n\n * `_collection` {`string`} - \n\n * `name` {`string`} - The name of the icon glyph to draw.\n\n * `collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\n * `mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\n * `iconLoaded` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1015
1171
|
"attributes": [
|
|
1016
1172
|
{
|
|
1017
1173
|
"name": "name",
|
|
@@ -1034,23 +1190,8 @@
|
|
|
1034
1190
|
},
|
|
1035
1191
|
{
|
|
1036
1192
|
"name": "igc-input",
|
|
1037
|
-
"description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `
|
|
1193
|
+
"description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1038
1194
|
"attributes": [
|
|
1039
|
-
{
|
|
1040
|
-
"name": "dir",
|
|
1041
|
-
"description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
|
|
1042
|
-
"values": [
|
|
1043
|
-
{
|
|
1044
|
-
"name": "ltr"
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"name": "rtl"
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"name": "auto"
|
|
1051
|
-
}
|
|
1052
|
-
]
|
|
1053
|
-
},
|
|
1054
1195
|
{
|
|
1055
1196
|
"name": "type",
|
|
1056
1197
|
"description": "`type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\nProperty: type\n\nDefault: text",
|
|
@@ -1152,6 +1293,21 @@
|
|
|
1152
1293
|
"name": "value",
|
|
1153
1294
|
"description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value\n\nDefault: "
|
|
1154
1295
|
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "dir",
|
|
1298
|
+
"description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
|
|
1299
|
+
"values": [
|
|
1300
|
+
{
|
|
1301
|
+
"name": "ltr"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "rtl"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"name": "auto"
|
|
1308
|
+
}
|
|
1309
|
+
]
|
|
1310
|
+
},
|
|
1155
1311
|
{
|
|
1156
1312
|
"name": "name",
|
|
1157
1313
|
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
@@ -1208,17 +1364,17 @@
|
|
|
1208
1364
|
},
|
|
1209
1365
|
{
|
|
1210
1366
|
"name": "igc-list-header",
|
|
1211
|
-
"description": "Header list item.\n\nSlots:\n\n * ` ` {} - Renders header list item's content.\n\nProperties:\n\n * `tagName` {`\"igc-list-header\"`} - \n\n * `styles`
|
|
1367
|
+
"description": "Header list item.\n\nSlots:\n\n * ` ` {} - Renders header list item's content.\n\nProperties:\n\n * `tagName` {`\"igc-list-header\"`} - \n\n * `styles` - ",
|
|
1212
1368
|
"attributes": []
|
|
1213
1369
|
},
|
|
1214
1370
|
{
|
|
1215
1371
|
"name": "igc-list-item",
|
|
1216
|
-
"description": "The list-item component is a container\nintended for row items in the list component.\n\nSlots:\n\n * ` ` {} - Renders custom content.\n\n * `start` {} - Renders content before all other content.\n\n * `end` {} - Renders content after all other content.\n\n * `title` {} - Renders the title.\n\n * `subtitle` {} - Renders the subtitle.\n\nProperties:\n\n * `tagName` {`\"igc-list-item\"`} - \n\n * `styles`
|
|
1372
|
+
"description": "The list-item component is a container\nintended for row items in the list component.\n\nSlots:\n\n * ` ` {} - Renders custom content.\n\n * `start` {} - Renders content before all other content.\n\n * `end` {} - Renders content after all other content.\n\n * `title` {} - Renders the title.\n\n * `subtitle` {} - Renders the subtitle.\n\nProperties:\n\n * `tagName` {`\"igc-list-item\"`} - \n\n * `styles` - ",
|
|
1217
1373
|
"attributes": []
|
|
1218
1374
|
},
|
|
1219
1375
|
{
|
|
1220
1376
|
"name": "igc-list",
|
|
1221
|
-
"description": "Displays a collection of data items in a templatable list format.\n\nSlots:\n\n * ` ` {} - Renders the list items and list headers inside default slot.\n\nAttributes:\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-list\"`} - \n\n * `styles`
|
|
1377
|
+
"description": "Displays a collection of data items in a templatable list format.\n\nSlots:\n\n * ` ` {} - Renders the list items and list headers inside default slot.\n\nAttributes:\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-list\"`} - \n\n * `styles` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1222
1378
|
"attributes": [
|
|
1223
1379
|
{
|
|
1224
1380
|
"name": "size",
|
|
@@ -1237,14 +1393,116 @@
|
|
|
1237
1393
|
}
|
|
1238
1394
|
]
|
|
1239
1395
|
},
|
|
1396
|
+
{
|
|
1397
|
+
"name": "igc-mask-input",
|
|
1398
|
+
"description": "A masked input is an input field where a developer can control user input and format the visible value,\nbased on configurable rules\n\nEvents:\n\n * `igcInput` {} - Emitted when the control receives user input\n\n * `igcChange` {} - Emitted when an alteration of the control's value is committed by the user\n\n * `igcFocus` {} - Emitted when the control gains focus\n\n * `igcBlur` {} - Emitted when the control loses focus\n\nSlots:\n\n * `prefix` {} - Renders content before the input\n\n * `suffix` {} - Renders content after the input\n\n * `helper-text` {} - Renders content below the input\n\nAttributes:\n\n * `value-mode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-mask-input\"`} - \n\n * `_value` {`string`} - \n\n * `valueMode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `parser` - \n\n * `selection` {`MaskSelection`} - \n\n * `compositionStart` {`number`} - \n\n * `hasFocus` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `inputSelection` {`MaskSelection`} - \n\n * `emptyMask` {`string`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1399
|
+
"attributes": [
|
|
1400
|
+
{
|
|
1401
|
+
"name": "value-mode",
|
|
1402
|
+
"description": "`value-mode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\nProperty: valueMode\n\nDefault: raw",
|
|
1403
|
+
"values": [
|
|
1404
|
+
{
|
|
1405
|
+
"name": "raw"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"name": "withFormatting"
|
|
1409
|
+
}
|
|
1410
|
+
]
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"name": "mask",
|
|
1414
|
+
"description": "`mask` {`string`} - The mask pattern to apply on the input.\n\nProperty: mask"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "prompt",
|
|
1418
|
+
"description": "`prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\nProperty: prompt"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"name": "invalid",
|
|
1422
|
+
"description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
1423
|
+
"valueSet": "v"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "value",
|
|
1427
|
+
"description": "`value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\nProperty: value"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"name": "dir",
|
|
1431
|
+
"description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
|
|
1432
|
+
"values": [
|
|
1433
|
+
{
|
|
1434
|
+
"name": "ltr"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"name": "rtl"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"name": "auto"
|
|
1441
|
+
}
|
|
1442
|
+
]
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"name": "name",
|
|
1446
|
+
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "outlined",
|
|
1450
|
+
"description": "`outlined` {`boolean`} - \n\nProperty: outlined\n\nDefault: false",
|
|
1451
|
+
"valueSet": "v"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "required",
|
|
1455
|
+
"description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
|
|
1456
|
+
"valueSet": "v"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "disabled",
|
|
1460
|
+
"description": "`disabled` {`boolean`} - Makes the control a disabled field.\n\nProperty: disabled\n\nDefault: false",
|
|
1461
|
+
"valueSet": "v"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "readonly",
|
|
1465
|
+
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly\n\nDefault: false",
|
|
1466
|
+
"valueSet": "v"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "placeholder",
|
|
1470
|
+
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "label",
|
|
1474
|
+
"description": "`label` {`string`} - The label for the control.\n\nProperty: label"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "size",
|
|
1478
|
+
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "onigcInput",
|
|
1482
|
+
"description": "`igcInput` {} - Emitted when the control receives user input"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "onigcChange",
|
|
1486
|
+
"description": "`igcChange` {} - Emitted when an alteration of the control's value is committed by the user"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"name": "onigcFocus",
|
|
1490
|
+
"description": "`igcFocus` {} - Emitted when the control gains focus"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "onigcBlur",
|
|
1494
|
+
"description": "`igcBlur` {} - Emitted when the control loses focus"
|
|
1495
|
+
}
|
|
1496
|
+
]
|
|
1497
|
+
},
|
|
1240
1498
|
{
|
|
1241
1499
|
"name": "igc-nav-drawer-header-item",
|
|
1242
|
-
"description": "A wrapper for navigation drawer's header.\n\nSlots:\n\n * ` ` {} - Renders the header content\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer-header-item\"`} - \n\n * `styles`
|
|
1500
|
+
"description": "A wrapper for navigation drawer's header.\n\nSlots:\n\n * ` ` {} - Renders the header content\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer-header-item\"`} - \n\n * `styles` - ",
|
|
1243
1501
|
"attributes": []
|
|
1244
1502
|
},
|
|
1245
1503
|
{
|
|
1246
1504
|
"name": "igc-nav-drawer-item",
|
|
1247
|
-
"description": "Represents a navigation drawer item.\n\nSlots:\n\n * `content` {} - The content slot for the drawer item.\n\n * `icon` {} - The slot for the icon of the drawer item.\n\nAttributes:\n\n * `disabled` {`boolean`} - Determines whether the drawer is disabled.\n\n * `active` {`boolean`} - Determines whether the drawer is active.\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer-item\"`} - \n\n * `styles`
|
|
1505
|
+
"description": "Represents a navigation drawer item.\n\nSlots:\n\n * `content` {} - The content slot for the drawer item.\n\n * `icon` {} - The slot for the icon of the drawer item.\n\nAttributes:\n\n * `disabled` {`boolean`} - Determines whether the drawer is disabled.\n\n * `active` {`boolean`} - Determines whether the drawer is active.\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer-item\"`} - \n\n * `styles` - \n\n * `disabled` {`boolean`} - Determines whether the drawer is disabled.\n\n * `active` {`boolean`} - Determines whether the drawer is active.\n\n * `_textLength` {`number`} - \n\n * `_text` {`HTMLElement[]`} - \n\n * `navdrawerIcon` {`Node[]`} - ",
|
|
1248
1506
|
"attributes": [
|
|
1249
1507
|
{
|
|
1250
1508
|
"name": "disabled",
|
|
@@ -1260,7 +1518,7 @@
|
|
|
1260
1518
|
},
|
|
1261
1519
|
{
|
|
1262
1520
|
"name": "igc-nav-drawer",
|
|
1263
|
-
"description": "Represents a side navigation container that provides\nquick access between views.\n\nSlots:\n\n * ` ` {} - The default slot for the drawer.\n\n * `mini` {} - The slot for the mini variant of the drawer.\n\nAttributes:\n\n * `position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | \"relative\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer\"`} - \n\n * `styles`
|
|
1521
|
+
"description": "Represents a side navigation container that provides\nquick access between views.\n\nSlots:\n\n * ` ` {} - The default slot for the drawer.\n\n * `mini` {} - The slot for the mini variant of the drawer.\n\nAttributes:\n\n * `position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | \"relative\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer\"`} - \n\n * `styles` - \n\n * `position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | \"relative\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.",
|
|
1264
1522
|
"attributes": [
|
|
1265
1523
|
{
|
|
1266
1524
|
"name": "position",
|
|
@@ -1292,7 +1550,7 @@
|
|
|
1292
1550
|
},
|
|
1293
1551
|
{
|
|
1294
1552
|
"name": "igc-navbar",
|
|
1295
|
-
"description": "A navigation bar component is used to facilitate navigation through\na series of hierarchical screens within an app.\n\nSlots:\n\n * ` ` {} - Renders a title inside the default slot.\n\n * `start` {} - Renders left aligned icons.\n\n * `end` {} - Renders right aligned action icons.\n\nProperties:\n\n * `tagName` {`\"igc-navbar\"`} - \n\n * `styles`
|
|
1553
|
+
"description": "A navigation bar component is used to facilitate navigation through\na series of hierarchical screens within an app.\n\nSlots:\n\n * ` ` {} - Renders a title inside the default slot.\n\n * `start` {} - Renders left aligned icons.\n\n * `end` {} - Renders right aligned action icons.\n\nProperties:\n\n * `tagName` {`\"igc-navbar\"`} - \n\n * `styles` - ",
|
|
1296
1554
|
"attributes": []
|
|
1297
1555
|
},
|
|
1298
1556
|
{
|
|
@@ -1315,7 +1573,7 @@
|
|
|
1315
1573
|
},
|
|
1316
1574
|
{
|
|
1317
1575
|
"name": "igc-circular-progress",
|
|
1318
|
-
"description": "A circular progress indicator used to express unspecified wait time or display\nthe length of a process.\n\nSlots:\n\n * ` ` {} - The text area container.\n\n * `gradient` {} - Customize the progress bar in order to use a color gradient instead of a solid color. Accepts `igc-circular-gradient` elements.\n\nAttributes:\n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animation-duration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hide-label` {`boolean`} - Shows/hides the label of the control.\n\n * `label-format` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.\n\nProperties:\n\n * `tagName` {`\"igc-circular-progress\"`} - \n\n * `styles`
|
|
1576
|
+
"description": "A circular progress indicator used to express unspecified wait time or display\nthe length of a process.\n\nSlots:\n\n * ` ` {} - The text area container.\n\n * `gradient` {} - Customize the progress bar in order to use a color gradient instead of a solid color. Accepts `igc-circular-gradient` elements.\n\nAttributes:\n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animation-duration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hide-label` {`boolean`} - Shows/hides the label of the control.\n\n * `label-format` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.\n\nProperties:\n\n * `tagName` {`\"igc-circular-progress\"`} - \n\n * `styles` - \n\n * `gradientId` {`string`} - \n\n * `gradientElements` {`IgcCircularGradientComponent[]`} - \n\n * `stroke` {`{ stroke: string; '--percentage': string; '--duration': string; }`} - \n\n * `svgParts` {`{ indeterminate: boolean; }`} - \n\n * `initialMax` {`number`} - \n\n * `initialValue` {`number`} - \n\n * `tick` {`number`} - \n\n * `assignedElements` {`HTMLElement[]`} - \n\n * `progressIndicator` {`Element`} - \n\n * `percentage` {`number`} - \n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animationDuration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hideLabel` {`boolean`} - Shows/hides the label of the control.\n\n * `labelFormat` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.",
|
|
1319
1577
|
"attributes": [
|
|
1320
1578
|
{
|
|
1321
1579
|
"name": "max",
|
|
@@ -1368,7 +1626,7 @@
|
|
|
1368
1626
|
},
|
|
1369
1627
|
{
|
|
1370
1628
|
"name": "igc-linear-progress",
|
|
1371
|
-
"description": "A linear progress indicator used to express unspecified wait time or display\nthe length of a process.\n\nSlots:\n\n * ` ` {} - The text area container.\n\nAttributes:\n\n * `striped` {`boolean`} - Sets the striped look of the control.\n\n * `label-align` {`\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\"`} - The position for the default label of the control.\n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animation-duration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hide-label` {`boolean`} - Shows/hides the label of the control.\n\n * `label-format` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.\n\nProperties:\n\n * `tagName` {`\"igc-linear-progress\"`} - \n\n * `styles`
|
|
1629
|
+
"description": "A linear progress indicator used to express unspecified wait time or display\nthe length of a process.\n\nSlots:\n\n * ` ` {} - The text area container.\n\nAttributes:\n\n * `striped` {`boolean`} - Sets the striped look of the control.\n\n * `label-align` {`\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\"`} - The position for the default label of the control.\n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animation-duration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hide-label` {`boolean`} - Shows/hides the label of the control.\n\n * `label-format` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.\n\nProperties:\n\n * `tagName` {`\"igc-linear-progress\"`} - \n\n * `styles` - \n\n * `striped` {`boolean`} - Sets the striped look of the control.\n\n * `labelAlign` {`\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\"`} - The position for the default label of the control.\n\n * `wrapperParts` {`{ fill: boolean; striped: boolean; indeterminate: boolean; primary: boolean; success: boolean; danger: boolean; warning: boolean; info: boolean; }`} - \n\n * `animInfo` {`{ width: string; '--duration': string; }`} - \n\n * `initialMax` {`number`} - \n\n * `initialValue` {`number`} - \n\n * `tick` {`number`} - \n\n * `assignedElements` {`HTMLElement[]`} - \n\n * `progressIndicator` {`Element`} - \n\n * `percentage` {`number`} - \n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animationDuration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hideLabel` {`boolean`} - Shows/hides the label of the control.\n\n * `labelFormat` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.",
|
|
1372
1630
|
"attributes": [
|
|
1373
1631
|
{
|
|
1374
1632
|
"name": "striped",
|
|
@@ -1450,7 +1708,7 @@
|
|
|
1450
1708
|
},
|
|
1451
1709
|
{
|
|
1452
1710
|
"name": "igc-radio-group",
|
|
1453
|
-
"description": "Attributes:\n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-radio-group\"`} - \n\n * `styles`
|
|
1711
|
+
"description": "Attributes:\n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-radio-group\"`} - \n\n * `styles` - \n\n * `radios` {`IgcRadioComponent[]`} - \n\n * `isLTR` {`boolean`} - \n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\n * `handleKeydown` - ",
|
|
1454
1712
|
"attributes": [
|
|
1455
1713
|
{
|
|
1456
1714
|
"name": "alignment",
|
|
@@ -1468,7 +1726,7 @@
|
|
|
1468
1726
|
},
|
|
1469
1727
|
{
|
|
1470
1728
|
"name": "igc-radio",
|
|
1471
|
-
"description": "Events:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The radio label.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `disabled` {`boolean`} - Disables the radio control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the radio control.\n\nProperties:\n\n * `tagName` {`\"igc-radio\"`} - \n\n * `styles`
|
|
1729
|
+
"description": "Events:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The radio label.\n\nAttributes:\n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `disabled` {`boolean`} - Disables the radio control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `aria-labelledby` {`string`} - Sets the aria-labelledby attribute for the radio control.\n\nProperties:\n\n * `tagName` {`\"igc-radio\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `_tabIndex` {`number`} - \n\n * `focused` {`boolean`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `disabled` {`boolean`} - Disables the radio control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `ariaLabelledby` {`string`} - Sets the aria-labelledby attribute for the radio control.",
|
|
1472
1730
|
"attributes": [
|
|
1473
1731
|
{
|
|
1474
1732
|
"name": "name",
|
|
@@ -1530,12 +1788,12 @@
|
|
|
1530
1788
|
},
|
|
1531
1789
|
{
|
|
1532
1790
|
"name": "igc-rating-symbol",
|
|
1533
|
-
"description": "\nUsed when a custom icon/symbol/element needs to be passed to the igc-rating component.\n\nSlots:\n\n * ` ` {} - Default slot for projected symbols/icons.\n\nProperties:\n\n * `tagName` {`\"igc-rating-symbol\"`} - ",
|
|
1791
|
+
"description": "\nUsed when a custom icon/symbol/element needs to be passed to the igc-rating component.\n\nSlots:\n\n * ` ` {} - Default slot for projected full symbols/icons.\n\n * `empty` {} - Default slot for projected empty symbols/icons.\n\nProperties:\n\n * `tagName` {`\"igc-rating-symbol\"`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1534
1792
|
"attributes": []
|
|
1535
1793
|
},
|
|
1536
1794
|
{
|
|
1537
1795
|
"name": "igc-rating",
|
|
1538
|
-
"description": "Rating provides insight regarding others' opinions and experiences,\nand can allow the user to submit a rating of their own\n\nEvents:\n\n * `igcChange` {} - Emitted when the value of the control changes.\n\n * `igcHover` {} - Emitted when hover is enabled and the user mouses over a symbol of the rating.\n\nAttributes:\n\n * `max` {`number`} - The maximum value for the rating\n\n * `step` {`number`} - The minimum value change allowed.\n\n * `
|
|
1796
|
+
"description": "Rating provides insight regarding others' opinions and experiences,\nand can allow the user to submit a rating of their own\n\nEvents:\n\n * `igcChange` {} - Emitted when the value of the control changes.\n\n * `igcHover` {} - Emitted when hover is enabled and the user mouses over a symbol of the rating.\n\nAttributes:\n\n * `max` {`number`} - The maximum value for the rating\n\n * `step` {`number`} - The minimum value change allowed.\n\n * `name` {`string`} - The name attribute of the control\n\n * `label` {`string`} - The label of the control.\n\n * `value-format` {`string`} - A format string which sets aria-valuetext. All instances of '{0}' will be replaced\nwith the current value of the control.\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `disabled` {`boolean`} - Sets the disabled state of the component\n\n * `hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\n\n * `single` {`boolean`} - Toggles single selection visual mode.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-rating\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `container` {`HTMLElement`} - \n\n * `valueLabel` {`Node[]`} - \n\n * `ratingSymbols` {`IgcRatingSymbolComponent[]`} - \n\n * `hoverValue` {`number`} - \n\n * `hoverState` {`boolean`} - \n\n * `isInteractive` {`boolean`} - \n\n * `hasProjectedSymbols` {`boolean`} - \n\n * `isLTR` {`boolean`} - \n\n * `valueText` {`string | number`} - \n\n * `max` {`number`} - The maximum value for the rating\n\n * `step` {`number`} - The minimum value change allowed.\n\n * `name` {`string`} - The name attribute of the control\n\n * `label` {`string`} - The label of the control.\n\n * `valueFormat` {`string`} - A format string which sets aria-valuetext. All instances of '{0}' will be replaced\nwith the current value of the control.\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `disabled` {`boolean`} - Sets the disabled state of the component\n\n * `hoverPreview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\n\n * `single` {`boolean`} - Toggles single selection visual mode.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1539
1797
|
"attributes": [
|
|
1540
1798
|
{
|
|
1541
1799
|
"name": "max",
|
|
@@ -1545,10 +1803,6 @@
|
|
|
1545
1803
|
"name": "step",
|
|
1546
1804
|
"description": "`step` {`number`} - The minimum value change allowed.\n\nProperty: step\n\nDefault: 1"
|
|
1547
1805
|
},
|
|
1548
|
-
{
|
|
1549
|
-
"name": "symbol",
|
|
1550
|
-
"description": "`symbol` {`string`} - The symbol which the rating will display.\n\nProperty: symbol\n\nDefault: ⭐"
|
|
1551
|
-
},
|
|
1552
1806
|
{
|
|
1553
1807
|
"name": "name",
|
|
1554
1808
|
"description": "`name` {`string`} - The name attribute of the control\n\nProperty: name"
|
|
@@ -1580,6 +1834,11 @@
|
|
|
1580
1834
|
"description": "`readonly` {`boolean`} - Sets the readonly state of the component\n\nProperty: readonly\n\nDefault: false",
|
|
1581
1835
|
"valueSet": "v"
|
|
1582
1836
|
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "single",
|
|
1839
|
+
"description": "`single` {`boolean`} - Toggles single selection visual mode.\n\nProperty: single\n\nDefault: false",
|
|
1840
|
+
"valueSet": "v"
|
|
1841
|
+
},
|
|
1583
1842
|
{
|
|
1584
1843
|
"name": "size",
|
|
1585
1844
|
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
@@ -1607,12 +1866,12 @@
|
|
|
1607
1866
|
},
|
|
1608
1867
|
{
|
|
1609
1868
|
"name": "igc-ripple",
|
|
1610
|
-
"description": "A ripple can be applied to an element to represent\ninteractive surface.\n\nProperties:\n\n * `tagName` {`\"igc-ripple\"`} - \n\n * `styles`
|
|
1869
|
+
"description": "A ripple can be applied to an element to represent\ninteractive surface.\n\nProperties:\n\n * `tagName` {`\"igc-ripple\"`} - \n\n * `styles` - \n\n * `handler` - ",
|
|
1611
1870
|
"attributes": []
|
|
1612
1871
|
},
|
|
1613
1872
|
{
|
|
1614
1873
|
"name": "igc-range-slider",
|
|
1615
|
-
"description": "A range slider component used to select two numeric values within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `aria-label-lower` {`string`} - The aria label of the lower thumb.\n\n * `aria-label-upper` {`string`} - The aria label of the upper thumb.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-range-slider\"`} - \n\n * `thumbFrom` {`HTMLElement`} - \n\n * `thumbTo` {`HTMLElement`} - \n\n * `_lower` {`number`} - \n\n * `_upper` {`number`} - \n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `ariaLabelLower` {`string`} - The aria label of the lower thumb.\n\n * `ariaLabelUpper` {`string`} - The aria label of the upper thumb.\n\n * `styles`
|
|
1874
|
+
"description": "A range slider component used to select two numeric values within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `aria-label-lower` {`string`} - The aria label of the lower thumb.\n\n * `aria-label-upper` {`string`} - The aria label of the upper thumb.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-range-slider\"`} - \n\n * `thumbFrom` {`HTMLElement`} - \n\n * `thumbTo` {`HTMLElement`} - \n\n * `_lower` {`number`} - \n\n * `_upper` {`number`} - \n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `ariaLabelLower` {`string`} - The aria label of the lower thumb.\n\n * `ariaLabelUpper` {`string`} - The aria label of the upper thumb.\n\n * `styles` - \n\n * `thumb` {`HTMLElement`} - \n\n * `labelElements` {`HTMLElement[]`} - \n\n * `_lowerBound` {`number | undefined`} - \n\n * `_upperBound` {`number | undefined`} - \n\n * `_min` {`number`} - \n\n * `_max` {`number`} - \n\n * `_step` {`number`} - \n\n * `startValue` {`number | undefined`} - \n\n * `pointerCaptured` {`boolean`} - \n\n * `thumbHoverTimer` - \n\n * `activeThumb` {`HTMLElement | undefined`} - \n\n * `thumbLabelsVisible` {`boolean`} - \n\n * `labels` {`string[] | undefined`} - \n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lowerBound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upperBound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discreteTrack` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hideTooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primaryTicks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondaryTicks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tickOrientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hidePrimaryLabels` {`boolean`} - Hides the primary tick labels.\n\n * `hideSecondaryLabels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `valueFormat` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `valueFormatOptions` {`NumberFormatOptions | undefined`} - Number format options used for the thumb and tick label values in the slider.\n\n * `tickLabelRotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\n * `activeValue` {`number`} - \n\n * `actualMin` {`number`} - \n\n * `actualMax` {`number`} - \n\n * `isLTR` {`boolean`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
|
|
1616
1875
|
"attributes": [
|
|
1617
1876
|
{
|
|
1618
1877
|
"name": "lower",
|
|
@@ -1736,12 +1995,12 @@
|
|
|
1736
1995
|
},
|
|
1737
1996
|
{
|
|
1738
1997
|
"name": "igc-slider-label",
|
|
1739
|
-
"description": "Properties:\n\n * `styles`
|
|
1998
|
+
"description": "Properties:\n\n * `styles` - \n\n * `tagName` {`\"igc-slider-label\"`} - ",
|
|
1740
1999
|
"attributes": []
|
|
1741
2000
|
},
|
|
1742
2001
|
{
|
|
1743
2002
|
"name": "igc-slider",
|
|
1744
|
-
"description": "A slider component used to select numeric value within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `value` {`number`} - The current value of the slider.\n\n * `aria-label` {`string`} - The aria label of the slider thumb.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-slider\"`} - \n\n * `_value` {`number`} - \n\n * `_ariaLabel` {`string`} - \n\n * `value` {`number`} - The current value of the slider.\n\n * `ariaLabel` {`string`} - The aria label of the slider thumb.\n\n * `styles`
|
|
2003
|
+
"description": "A slider component used to select numeric value within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `value` {`number`} - The current value of the slider.\n\n * `aria-label` {`string`} - The aria label of the slider thumb.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-slider\"`} - \n\n * `_value` {`number`} - \n\n * `_ariaLabel` {`string`} - \n\n * `value` {`number`} - The current value of the slider.\n\n * `ariaLabel` {`string`} - The aria label of the slider thumb.\n\n * `styles` - \n\n * `thumb` {`HTMLElement`} - \n\n * `labelElements` {`HTMLElement[]`} - \n\n * `_lowerBound` {`number | undefined`} - \n\n * `_upperBound` {`number | undefined`} - \n\n * `_min` {`number`} - \n\n * `_max` {`number`} - \n\n * `_step` {`number`} - \n\n * `startValue` {`number | undefined`} - \n\n * `pointerCaptured` {`boolean`} - \n\n * `thumbHoverTimer` - \n\n * `activeThumb` {`HTMLElement | undefined`} - \n\n * `thumbLabelsVisible` {`boolean`} - \n\n * `labels` {`string[] | undefined`} - \n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lowerBound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upperBound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - Disables the UI interactions of the slider.\n\n * `discreteTrack` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hideTooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primaryTicks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondaryTicks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tickOrientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hidePrimaryLabels` {`boolean`} - Hides the primary tick labels.\n\n * `hideSecondaryLabels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `valueFormat` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `valueFormatOptions` {`NumberFormatOptions | undefined`} - Number format options used for the thumb and tick label values in the slider.\n\n * `tickLabelRotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\n * `activeValue` {`number`} - \n\n * `actualMin` {`number`} - \n\n * `actualMax` {`number`} - \n\n * `isLTR` {`boolean`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
|
|
1745
2004
|
"attributes": [
|
|
1746
2005
|
{
|
|
1747
2006
|
"name": "value",
|
|
@@ -1857,7 +2116,7 @@
|
|
|
1857
2116
|
},
|
|
1858
2117
|
{
|
|
1859
2118
|
"name": "igc-snackbar",
|
|
1860
|
-
"description": "A snackbar component is used to provide feedback about an operation\nby showing a brief message at the bottom of the screen.\n\nEvents:\n\n * `igcAction` {} - Emitted when the snackbar action button is clicked.\n\nSlots:\n\n * ` ` {} - Renders the snackbar content.\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the snackbar is opened.\n\n * `display-time` {`number`} - Determines the duration in ms in which the snackbar will be visible.\n\n * `keep-open` {`boolean`} - Determines whether the snackbar should close after the displayTime is over.\n\n * `action-text` {`string`} - The snackbar action button.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles`
|
|
2119
|
+
"description": "A snackbar component is used to provide feedback about an operation\nby showing a brief message at the bottom of the screen.\n\nEvents:\n\n * `igcAction` {} - Emitted when the snackbar action button is clicked.\n\nSlots:\n\n * ` ` {} - Renders the snackbar content.\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the snackbar is opened.\n\n * `display-time` {`number`} - Determines the duration in ms in which the snackbar will be visible.\n\n * `keep-open` {`boolean`} - Determines whether the snackbar should close after the displayTime is over.\n\n * `action-text` {`string`} - The snackbar action button.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` - \n\n * `autoHideTimeout` {`number`} - \n\n * `open` {`boolean`} - Determines whether the snackbar is opened.\n\n * `displayTime` {`number`} - Determines the duration in ms in which the snackbar will be visible.\n\n * `keepOpen` {`boolean`} - Determines whether the snackbar should close after the displayTime is over.\n\n * `actionText` {`string`} - The snackbar action button.",
|
|
1861
2120
|
"attributes": [
|
|
1862
2121
|
{
|
|
1863
2122
|
"name": "open",
|
|
@@ -1883,6 +2142,71 @@
|
|
|
1883
2142
|
}
|
|
1884
2143
|
]
|
|
1885
2144
|
},
|
|
2145
|
+
{
|
|
2146
|
+
"name": "igc-tab-panel",
|
|
2147
|
+
"description": "Represents the content of a tab\n\nSlots:\n\n * ` ` {} - Renders the content.\n\nProperties:\n\n * `tagName` {`\"igc-tab-panel\"`} - \n\n * `styles` - \n\n * `increment` - ",
|
|
2148
|
+
"attributes": []
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"name": "igc-tab",
|
|
2152
|
+
"description": "Represents the tab header.\n\nSlots:\n\n * `prefix` {} - Renders before the tab header content.\n\n * ` ` {} - Renders the tab header content.\n\n * `suffix` {} - Renders after the tab header content.\n\nAttributes:\n\n * `panel` {`string`} - The id of the tab panel which will be controlled by the tab.\n\n * `selected` {`boolean`} - Determines whether the tab is selected.\n\n * `disabled` {`boolean`} - Determines whether the tab is disabled.\n\nProperties:\n\n * `tagName` {`\"igc-tab\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `tab` {`HTMLElement`} - \n\n * `panel` {`string`} - The id of the tab panel which will be controlled by the tab.\n\n * `selected` {`boolean`} - Determines whether the tab is selected.\n\n * `disabled` {`boolean`} - Determines whether the tab is disabled.",
|
|
2153
|
+
"attributes": [
|
|
2154
|
+
{
|
|
2155
|
+
"name": "panel",
|
|
2156
|
+
"description": "`panel` {`string`} - The id of the tab panel which will be controlled by the tab.\n\nProperty: panel\n\nDefault: "
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"name": "selected",
|
|
2160
|
+
"description": "`selected` {`boolean`} - Determines whether the tab is selected.\n\nProperty: selected\n\nDefault: false",
|
|
2161
|
+
"valueSet": "v"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "disabled",
|
|
2165
|
+
"description": "`disabled` {`boolean`} - Determines whether the tab is disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
2166
|
+
"valueSet": "v"
|
|
2167
|
+
}
|
|
2168
|
+
]
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "igc-tabs",
|
|
2172
|
+
"description": "Represents tabs component\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected tab changes.\n\nSlots:\n\n * ` ` {} - Renders the tab header.\n\n * `panel` {} - Renders the tab content.\n\nAttributes:\n\n * `alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\n * `activation` {`\"manual\" | \"auto\"`} - Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter.\n\nProperties:\n\n * `tagName` {`\"igc-tabs\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `tabs` {`IgcTabComponent[]`} - \n\n * `panels` {`IgcTabPanelComponent[]`} - \n\n * `wrapper` {`HTMLElement`} - \n\n * `container` {`HTMLElement`} - \n\n * `selectedIndicator` {`HTMLElement`} - \n\n * `showScrollButtons` {`boolean`} - \n\n * `disableStartScrollButton` {`boolean`} - \n\n * `disableEndScrollButton` {`boolean`} - \n\n * `activeTab` - \n\n * `resizeObserver` {`ResizeObserver`} - \n\n * `mutationObserver` {`MutationObserver`} - \n\n * `enabledTabs` {`IgcTabComponent[]`} - \n\n * `isLTR` {`boolean`} - \n\n * `selected` {`string`} - Returns the currently selected tab.\n\n * `alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\n * `activation` {`\"manual\" | \"auto\"`} - Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter.\n\n * `handleKeyDown` - ",
|
|
2173
|
+
"attributes": [
|
|
2174
|
+
{
|
|
2175
|
+
"name": "alignment",
|
|
2176
|
+
"description": "`alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\nProperty: alignment\n\nDefault: start",
|
|
2177
|
+
"values": [
|
|
2178
|
+
{
|
|
2179
|
+
"name": "start"
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"name": "end"
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"name": "center"
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"name": "justify"
|
|
2189
|
+
}
|
|
2190
|
+
]
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"name": "activation",
|
|
2194
|
+
"description": "`activation` {`\"manual\" | \"auto\"`} - Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter.\n\nProperty: activation\n\nDefault: auto",
|
|
2195
|
+
"values": [
|
|
2196
|
+
{
|
|
2197
|
+
"name": "manual"
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "auto"
|
|
2201
|
+
}
|
|
2202
|
+
]
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"name": "onigcChange",
|
|
2206
|
+
"description": "`igcChange` {} - Emitted when the selected tab changes."
|
|
2207
|
+
}
|
|
2208
|
+
]
|
|
2209
|
+
},
|
|
1886
2210
|
{
|
|
1887
2211
|
"name": "igc-toast",
|
|
1888
2212
|
"description": "A toast component is used to show a notification\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `display-time` {`number`} - Determines the time after which the toast will close\n\n * `keep-open` {`boolean`} - Determines whether the toast is closed automatically or not.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `displayTimeout` - \n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `displayTime` {`number`} - Determines the time after which the toast will close\n\n * `keepOpen` {`boolean`} - Determines whether the toast is closed automatically or not.",
|
|
@@ -1907,6 +2231,125 @@
|
|
|
1907
2231
|
"name": "test-popper",
|
|
1908
2232
|
"description": "Properties:\n\n * `toggleDirective` - ",
|
|
1909
2233
|
"attributes": []
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"name": "igc-tree-item",
|
|
2237
|
+
"description": "The tree-item component represents a child item of the tree component or another tree item.\n\nSlots:\n\n * ` ` {} - Renders nested tree-item component.\n\n * `label` {} - Renders the tree item container.\n\n * `indicator` {} - Renders the expand indicator container.\n\n * `loading` {} - Renders the tree item loading indicator container.\n\n * `indentation` {} - Renders the container (by default the space) before the tree item.\n\nAttributes:\n\n * `label` {`string`} - The tree item label.\n\n * `expanded` {`boolean`} - The tree item expansion state.\n\n * `active` {`boolean`} - Marks the item as the tree's active item.\n\n * `disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\n * `selected` {`boolean`} - The tree item selection state.\n\n * `loading` {`boolean`} - To be used for load-on-demand scenarios in order to specify whether the item is loading data.\n\n * `value` - The value entry that the tree item is visualizing. Required for searching through items.\n\nProperties:\n\n * `tagName` {`\"igc-tree-item\"`} - \n\n * `styles` - \n\n * `tabbableEl` {`HTMLElement[] | undefined`} - \n\n * `focusedProgrammatically` {`boolean`} - \n\n * `tree` - A reference to the tree the item is a part of.\n\n * `parent` - The parent item of the current tree item (if any)\n\n * `init` {`boolean`} - \n\n * `contentList` {`HTMLElement[]`} - \n\n * `wrapper` {`HTMLElement`} - \n\n * `isFocused` {`boolean`} - \n\n * `hasChildren` {`boolean`} - \n\n * `level` {`number`} - The depth of the item, relative to the root.\n\n * `indeterminate` {`boolean`} - \n\n * `label` {`string`} - The tree item label.\n\n * `expanded` {`boolean`} - The tree item expansion state.\n\n * `active` {`boolean`} - Marks the item as the tree's active item.\n\n * `disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\n * `selected` {`boolean`} - The tree item selection state.\n\n * `loading` {`boolean`} - To be used for load-on-demand scenarios in order to specify whether the item is loading data.\n\n * `value` - The value entry that the tree item is visualizing. Required for searching through items.\n\n * `selectionService` - \n\n * `navService` - \n\n * `parts` {`{ selected: boolean; focused: boolean; active: boolean; }`} - \n\n * `directChildren` {`IgcTreeItemComponent[]`} - \n\n * `allChildren` {`IgcTreeItemComponent[]`} - \n\n * `path` {`IgcTreeItemComponent[]`} - The full path to the tree item, starting from the top-most ancestor.",
|
|
2238
|
+
"attributes": [
|
|
2239
|
+
{
|
|
2240
|
+
"name": "label",
|
|
2241
|
+
"description": "`label` {`string`} - The tree item label.\n\nProperty: label\n\nDefault: "
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"name": "expanded",
|
|
2245
|
+
"description": "`expanded` {`boolean`} - The tree item expansion state.\n\nProperty: expanded\n\nDefault: false",
|
|
2246
|
+
"valueSet": "v"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"name": "active",
|
|
2250
|
+
"description": "`active` {`boolean`} - Marks the item as the tree's active item.\n\nProperty: active\n\nDefault: false",
|
|
2251
|
+
"valueSet": "v"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "disabled",
|
|
2255
|
+
"description": "`disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\nProperty: disabled\n\nDefault: false",
|
|
2256
|
+
"valueSet": "v"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"name": "selected",
|
|
2260
|
+
"description": "`selected` {`boolean`} - The tree item selection state.\n\nProperty: selected\n\nDefault: false",
|
|
2261
|
+
"valueSet": "v"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"name": "loading",
|
|
2265
|
+
"description": "`loading` {`boolean`} - To be used for load-on-demand scenarios in order to specify whether the item is loading data.\n\nProperty: loading\n\nDefault: false",
|
|
2266
|
+
"valueSet": "v"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"name": "value",
|
|
2270
|
+
"description": "`value` - The value entry that the tree item is visualizing. Required for searching through items.\n\nProperty: value\n\nDefault: undefined"
|
|
2271
|
+
}
|
|
2272
|
+
]
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "igc-tree",
|
|
2276
|
+
"description": "The tree allows users to represent hierarchical data in a tree-view structure,\nmaintaining parent-child relationships, as well as to define static tree-view structure without a corresponding data model.\n\nEvents:\n\n * `igcSelection` {} - Emitted when item selection is changing, before the selection completes.\n\n * `igcItemCollapsed` {} - Emitted when tree item is collapsed.\n\n * `igcItemCollapsing` {} - Emitted when tree item is about to collapse.\n\n * `igcItemExpanded` {} - Emitted when tree item is expanded.\n\n * `igcItemExpanding` {} - Emitted when tree item is about to expand.\n\n * `igcItemActivated` {} - Emitted when the tree's `active` item changes.\n\nSlots:\n\n * ` ` {} - Renders the tree items inside default slot.\n\nAttributes:\n\n * `single-branch-expand` {`boolean`} - Whether a single or multiple of a parent's child items can be expanded.\n\n * `selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-tree\"`} - \n\n * `styles` - \n\n * `singleBranchExpand` {`boolean`} - Whether a single or multiple of a parent's child items can be expanded.\n\n * `selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `items` {`IgcTreeItemComponent[]`} - Returns all of the tree's items.\n\n * `selectionService` - \n\n * `navService` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
2277
|
+
"attributes": [
|
|
2278
|
+
{
|
|
2279
|
+
"name": "single-branch-expand",
|
|
2280
|
+
"description": "`single-branch-expand` {`boolean`} - Whether a single or multiple of a parent's child items can be expanded.\n\nProperty: singleBranchExpand\n\nDefault: false",
|
|
2281
|
+
"valueSet": "v"
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"name": "selection",
|
|
2285
|
+
"description": "`selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\nProperty: selection\n\nDefault: none",
|
|
2286
|
+
"values": [
|
|
2287
|
+
{
|
|
2288
|
+
"name": "multiple"
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"name": "none"
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "cascade"
|
|
2295
|
+
}
|
|
2296
|
+
]
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"name": "dir",
|
|
2300
|
+
"description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
|
|
2301
|
+
"values": [
|
|
2302
|
+
{
|
|
2303
|
+
"name": "ltr"
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"name": "rtl"
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"name": "auto"
|
|
2310
|
+
}
|
|
2311
|
+
]
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "size",
|
|
2315
|
+
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
2316
|
+
"values": [
|
|
2317
|
+
{
|
|
2318
|
+
"name": "small"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "medium"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"name": "large"
|
|
2325
|
+
}
|
|
2326
|
+
]
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "onigcSelection",
|
|
2330
|
+
"description": "`igcSelection` {} - Emitted when item selection is changing, before the selection completes."
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"name": "onigcItemCollapsed",
|
|
2334
|
+
"description": "`igcItemCollapsed` {} - Emitted when tree item is collapsed."
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "onigcItemCollapsing",
|
|
2338
|
+
"description": "`igcItemCollapsing` {} - Emitted when tree item is about to collapse."
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"name": "onigcItemExpanded",
|
|
2342
|
+
"description": "`igcItemExpanded` {} - Emitted when tree item is expanded."
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "onigcItemExpanding",
|
|
2346
|
+
"description": "`igcItemExpanding` {} - Emitted when tree item is about to expand."
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"name": "onigcItemActivated",
|
|
2350
|
+
"description": "`igcItemActivated` {} - Emitted when the tree's `active` item changes."
|
|
2351
|
+
}
|
|
2352
|
+
]
|
|
1910
2353
|
}
|
|
1911
2354
|
],
|
|
1912
2355
|
"globalAttributes": [],
|