igniteui-webcomponents 3.0.0 → 3.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +58 -6
- package/README.md +56 -1
- package/components/avatar/avatar.js +2 -2
- package/components/avatar/avatar.js.map +1 -1
- package/components/badge/badge.js +3 -3
- package/components/badge/badge.js.map +1 -1
- 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 +5 -1
- package/components/button/button-base.js.map +1 -1
- package/components/button/button.js +6 -6
- package/components/button/button.js.map +1 -1
- package/components/button/icon-button.d.ts +1 -1
- package/components/button/icon-button.js +19 -16
- 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 +8 -8
- package/components/calendar/calendar.js +16 -16
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/common/calendar-base.d.ts +1 -1
- package/components/calendar/common/calendar-base.js +21 -15
- package/components/calendar/common/calendar-base.js.map +1 -1
- package/components/calendar/common/utils.d.ts +1 -1
- package/components/calendar/common/utils.js.map +1 -1
- package/components/calendar/days-view/days-view.d.ts +5 -5
- package/components/calendar/days-view/days-view.js +13 -11
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/months-view/months-view.d.ts +3 -3
- package/components/calendar/months-view/months-view.js +12 -10
- 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 +3 -3
- package/components/calendar/years-view/years-view.js +11 -9
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.actions.js +3 -3
- package/components/card/card.actions.js.map +1 -1
- package/components/card/card.content.js +3 -3
- package/components/card/card.content.js.map +1 -1
- package/components/card/card.header.js +6 -4
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.js +4 -4
- package/components/card/card.js.map +1 -1
- package/components/card/card.media.js +1 -1
- package/components/card/card.media.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-header-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-base.js +2 -1
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/checkbox.js +6 -7
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.js +6 -7
- 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 +2 -1
- package/components/chip/chip.js +20 -9
- 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/definitions/defineAllComponents.js +57 -41
- package/components/common/definitions/defineAllComponents.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/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 +108 -0
- package/components/date-time-input/date-time-input.js +495 -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 +1 -1
- package/components/dropdown/dropdown-group.js +5 -3
- package/components/dropdown/dropdown-group.js.map +1 -1
- package/components/dropdown/dropdown-header.d.ts +1 -1
- package/components/dropdown/dropdown-header.js +3 -3
- package/components/dropdown/dropdown-header.js.map +1 -1
- package/components/dropdown/dropdown-item.js +6 -6
- package/components/dropdown/dropdown-item.js.map +1 -1
- package/components/dropdown/dropdown.d.ts +5 -5
- package/components/dropdown/dropdown.js +11 -10
- 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 +168 -0
- package/components/expansion-panel/expansion-panel.js.map +1 -0
- package/components/{nav-drawer/styles/indigo/nav-drawer-item.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/indigo/nav-drawer.indigo.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-header-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-item.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 +2 -2
- package/components/form/form.js +15 -4
- package/components/form/form.js.map +1 -1
- package/components/icon/icon.d.ts +1 -1
- package/components/icon/icon.js +3 -2
- 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 -4
- package/components/input/input-base.js +20 -12
- package/components/input/input-base.js.map +1 -1
- package/components/input/input.d.ts +2 -5
- package/components/input/input.js +13 -7
- 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-header.js +3 -3
- package/components/list/list-header.js.map +1 -1
- package/components/list/list-item.js +5 -5
- package/components/list/list-item.js.map +1 -1
- package/components/list/list.d.ts +1 -1
- package/components/list/list.js +4 -4
- 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 +5 -4
- 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 +11 -7
- package/components/nav-drawer/nav-drawer-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer.js +4 -4
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/nav-drawer/{styles/nav-drawer.base.css.d.ts → 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.base.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.bootstrap.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.fluent.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/{snackbar/themes/snackbar.indigo.css.d.ts → nav-drawer/themes/dark/nav-drawer.indigo.css.d.ts} +0 -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 +6 -5
- 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/base.js +2 -2
- package/components/progress/base.js.map +1 -1
- package/components/progress/circular-progress.d.ts +2 -2
- package/components/progress/circular-progress.js +6 -6
- package/components/progress/circular-progress.js.map +1 -1
- package/components/progress/linear-progress.d.ts +1 -1
- package/components/progress/linear-progress.js +7 -7
- package/components/progress/linear-progress.js.map +1 -1
- package/components/radio/radio.d.ts +1 -1
- package/components/radio/radio.js +9 -9
- 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/radio-group/radio-group.js +1 -1
- package/components/radio-group/radio-group.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.d.ts +2 -2
- package/components/rating/rating.fluent.css.js +1 -1
- package/components/rating/rating.fluent.css.js.map +1 -1
- package/components/rating/rating.js +10 -10
- package/components/rating/rating.js.map +1 -1
- package/components/ripple/ripple.js +1 -1
- package/components/ripple/ripple.js.map +1 -1
- package/components/slider/range-slider.d.ts +3 -3
- package/components/slider/range-slider.js +2 -2
- package/components/slider/range-slider.js.map +1 -1
- package/components/slider/slider-base.js +8 -7
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/slider.d.ts +3 -3
- package/components/slider/slider.js +2 -2
- package/components/slider/slider.js.map +1 -1
- package/components/snackbar/snackbar.d.ts +3 -1
- package/components/snackbar/snackbar.js +9 -5
- 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 +21 -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 +80 -0
- package/components/tabs/tabs.js +308 -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/toast/toast.js +5 -5
- package/components/toast/toast.js.map +1 -1
- package/components/toggle/toggle.controller.d.ts +3 -3
- package/components/toggle/toggle.controller.js +1 -1
- package/components/toggle/toggle.controller.js.map +1 -1
- package/components/toggle/toggle.directive.d.ts +1 -1
- package/components/toggle/toggle.directive.js +5 -4
- package/components/toggle/toggle.directive.js.map +1 -1
- package/components/toggle/{utilities.d.ts → types.d.ts} +0 -0
- package/components/toggle/types.js +2 -0
- package/components/toggle/types.js.map +1 -0
- 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 +117 -0
- package/components/tree/tree-item.js +458 -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 +149 -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 +1260 -125
- package/index.d.ts +62 -52
- package/index.js +60 -51
- package/index.js.map +1 -1
- package/package.json +3 -3
- 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/theming/config.d.ts +1 -1
- package/theming/config.js +2 -2
- package/theming/config.js.map +1 -1
- package/theming/index.d.ts +3 -3
- package/theming/index.js +3 -3
- package/theming/index.js.map +1 -1
- package/theming/{theming-controlller.d.ts → theming-controller.d.ts} +1 -1
- package/theming/{theming-controlller.js → theming-controller.js} +3 -3
- package/theming/theming-controller.js.map +1 -0
- package/theming/theming-decorator.js +1 -1
- package/theming/theming-decorator.js.map +1 -1
- package/theming/theming-event.d.ts +1 -1
- package/theming/theming-event.js.map +1 -1
- package/vscode-html-custom-data.json +507 -60
- 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
- package/components/toggle/utilities.js +0 -2
- package/components/toggle/utilities.js.map +0 -1
- package/theming/theming-controlller.js.map +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "igc-avatar",
|
|
6
|
-
"description": "An avatar component is used as a representation of a user identity\ntypically in a user profile.\n\nSlots:\n\n * ` ` {} - Renders an icon inside the default slot.\n\nAttributes:\n\n * `src` {`string`} - The image source to use.\n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-avatar\"`} - \n\n * `styles`
|
|
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` - \n\n * `src` {`string`} - The image source to use.\n\n * `hasError` {`boolean`} - \n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `classes` {`{ circle: boolean; rounded: boolean; square: boolean; small: boolean; medium: boolean; large: boolean; }`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
7
7
|
"attributes": [
|
|
8
8
|
{
|
|
9
9
|
"name": "src",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"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`
|
|
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` - \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
44
|
"attributes": [
|
|
45
45
|
{
|
|
46
46
|
"name": "variant",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "igc-button",
|
|
87
|
-
"description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.\n\nEvents:\n\n * `igcFocus` {} - Emitted when the button gains focus.\n\n * `igcBlur` {} - Emitted when the button loses focus.\n\nSlots:\n\n * ` ` {} - Renders the label of the button.\n\n * `prefix` {} - Renders content before the label of the button.\n\n * `suffix` {} - Renders content after the label of the button.\n\nAttributes:\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-button\"`} - \n\n * `styles`
|
|
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` - \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
88
|
"attributes": [
|
|
89
89
|
{
|
|
90
90
|
"name": "variant",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"name": "igc-icon-button",
|
|
177
|
-
"description": "Attributes:\n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\n * `aria-label` {`string`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon-button\"`} - \n\n * `styles`
|
|
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` - \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
178
|
"attributes": [
|
|
179
179
|
{
|
|
180
180
|
"name": "name",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"name": "igc-calendar",
|
|
280
|
-
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the header.\n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} - Тhe current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - Тhe current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `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`
|
|
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` - \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
281
|
"attributes": [
|
|
282
282
|
{
|
|
283
283
|
"name": "hide-outside-days",
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
},
|
|
421
421
|
{
|
|
422
422
|
"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 * `styles`
|
|
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 * `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
424
|
"attributes": [
|
|
425
425
|
{
|
|
426
426
|
"name": "hide-leading-days",
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
},
|
|
530
530
|
{
|
|
531
531
|
"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` {`\"
|
|
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` {`\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined`} - The format of the month. Defaults to long.\n\nProperties:\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
533
|
"attributes": [
|
|
534
534
|
{
|
|
535
535
|
"name": "locale",
|
|
@@ -537,22 +537,22 @@
|
|
|
537
537
|
},
|
|
538
538
|
{
|
|
539
539
|
"name": "month-format",
|
|
540
|
-
"description": "`month-format` {`\"
|
|
540
|
+
"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
541
|
"values": [
|
|
542
542
|
{
|
|
543
|
-
"name": "
|
|
543
|
+
"name": "long"
|
|
544
544
|
},
|
|
545
545
|
{
|
|
546
|
-
"name": "
|
|
546
|
+
"name": "short"
|
|
547
547
|
},
|
|
548
548
|
{
|
|
549
|
-
"name": "
|
|
549
|
+
"name": "narrow"
|
|
550
550
|
},
|
|
551
551
|
{
|
|
552
|
-
"name": "
|
|
552
|
+
"name": "numeric"
|
|
553
553
|
},
|
|
554
554
|
{
|
|
555
|
-
"name": "
|
|
555
|
+
"name": "2-digit"
|
|
556
556
|
}
|
|
557
557
|
]
|
|
558
558
|
}
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
562
|
"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 * `styles`
|
|
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 * `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
564
|
"attributes": [
|
|
565
565
|
{
|
|
566
566
|
"name": "years-per-page",
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
},
|
|
571
571
|
{
|
|
572
572
|
"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`
|
|
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` - \n\n * `orientation` {`\"vertical\" | \"horizontal\"`} - The orientation of the actions.",
|
|
574
574
|
"attributes": [
|
|
575
575
|
{
|
|
576
576
|
"name": "orientation",
|
|
@@ -588,22 +588,22 @@
|
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
590
|
"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`
|
|
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` - ",
|
|
592
592
|
"attributes": []
|
|
593
593
|
},
|
|
594
594
|
{
|
|
595
595
|
"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`
|
|
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` - ",
|
|
597
597
|
"attributes": []
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
600
|
"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`
|
|
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` - ",
|
|
602
602
|
"attributes": []
|
|
603
603
|
},
|
|
604
604
|
{
|
|
605
605
|
"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`
|
|
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` - \n\n * `elevated` {`boolean`} - Sets card elevated style, otherwise card looks outlined.",
|
|
607
607
|
"attributes": [
|
|
608
608
|
{
|
|
609
609
|
"name": "elevated",
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
},
|
|
615
615
|
{
|
|
616
616
|
"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`
|
|
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` - \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
618
|
"attributes": [
|
|
619
619
|
{
|
|
620
620
|
"name": "indeterminate",
|
|
@@ -681,7 +681,7 @@
|
|
|
681
681
|
},
|
|
682
682
|
{
|
|
683
683
|
"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`
|
|
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` - \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
685
|
"attributes": [
|
|
686
686
|
{
|
|
687
687
|
"name": "name",
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
745
|
"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`
|
|
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` - \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
747
|
"attributes": [
|
|
748
748
|
{
|
|
749
749
|
"name": "disabled",
|
|
@@ -800,9 +800,123 @@
|
|
|
800
800
|
}
|
|
801
801
|
]
|
|
802
802
|
},
|
|
803
|
+
{
|
|
804
|
+
"name": "igc-date-time-input",
|
|
805
|
+
"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 * `_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 * `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
|
+
"attributes": [
|
|
807
|
+
{
|
|
808
|
+
"name": "input-format",
|
|
809
|
+
"description": "`input-format` {`string`} - The date format to apply on the input.\n\nProperty: inputFormat"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "min-value",
|
|
813
|
+
"description": "`min-value` {`Date | null`} - The minimum value required for the input to remain valid.\n\nProperty: minValue",
|
|
814
|
+
"values": []
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "max-value",
|
|
818
|
+
"description": "`max-value` {`Date | null`} - The maximum value required for the input to remain valid.\n\nProperty: maxValue",
|
|
819
|
+
"values": []
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "display-format",
|
|
823
|
+
"description": "`display-format` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\nProperty: displayFormat"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"name": "spin-loop",
|
|
827
|
+
"description": "`spin-loop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\nProperty: spinLoop\n\nDefault: true",
|
|
828
|
+
"valueSet": "v"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "locale",
|
|
832
|
+
"description": "`locale` {`string`} - The locale settings used to display the value.\n\nProperty: locale\n\nDefault: en"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "prompt",
|
|
836
|
+
"description": "`prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\nProperty: prompt"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "invalid",
|
|
840
|
+
"description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
841
|
+
"valueSet": "v"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "value",
|
|
845
|
+
"description": "`value` {`Date | null`} - The value of the input.\n\nProperty: value",
|
|
846
|
+
"values": []
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "dir",
|
|
850
|
+
"description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
|
|
851
|
+
"values": [
|
|
852
|
+
{
|
|
853
|
+
"name": "ltr"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "rtl"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "auto"
|
|
860
|
+
}
|
|
861
|
+
]
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "name",
|
|
865
|
+
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "outlined",
|
|
869
|
+
"description": "`outlined` {`boolean`} - \n\nProperty: outlined\n\nDefault: false",
|
|
870
|
+
"valueSet": "v"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "required",
|
|
874
|
+
"description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
|
|
875
|
+
"valueSet": "v"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "disabled",
|
|
879
|
+
"description": "`disabled` {`boolean`} - Makes the control a disabled field.\n\nProperty: disabled\n\nDefault: false",
|
|
880
|
+
"valueSet": "v"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "readonly",
|
|
884
|
+
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly\n\nDefault: false",
|
|
885
|
+
"valueSet": "v"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "placeholder",
|
|
889
|
+
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "label",
|
|
893
|
+
"description": "`label` {`string`} - The label for the control.\n\nProperty: label"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "size",
|
|
897
|
+
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "onigcInput",
|
|
901
|
+
"description": "`igcInput` {} - Emitted when the control input receives user input."
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"name": "onigcChange",
|
|
905
|
+
"description": "`igcChange` {} - Emitted when the control's checked state changes."
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"name": "onigcFocus",
|
|
909
|
+
"description": "`igcFocus` {} - Emitted when the control gains focus."
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "onigcBlur",
|
|
913
|
+
"description": "`igcBlur` {} - Emitted when the control loses focus."
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
},
|
|
803
917
|
{
|
|
804
918
|
"name": "igc-dropdown-group",
|
|
805
|
-
"description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nAttributes:\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-dropdown-group\"`} - \n\n * `styles`
|
|
919
|
+
"description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nAttributes:\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-dropdown-group\"`} - \n\n * `styles` - \n\n * `items` {`IgcDropdownItemComponent[]`} - All child `igc-dropdown-item`s.\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - ",
|
|
806
920
|
"attributes": [
|
|
807
921
|
{
|
|
808
922
|
"name": "size",
|
|
@@ -823,12 +937,12 @@
|
|
|
823
937
|
},
|
|
824
938
|
{
|
|
825
939
|
"name": "igc-dropdown-header",
|
|
826
|
-
"description": "Slots:\n\n * ` ` {} - Renders the header.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-header\"`} - \n\n * `styles`
|
|
940
|
+
"description": "Slots:\n\n * ` ` {} - Renders the header.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown-header\"`} - \n\n * `styles` - ",
|
|
827
941
|
"attributes": []
|
|
828
942
|
},
|
|
829
943
|
{
|
|
830
944
|
"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`
|
|
945
|
+
"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
946
|
"attributes": [
|
|
833
947
|
{
|
|
834
948
|
"name": "value",
|
|
@@ -853,7 +967,7 @@
|
|
|
853
967
|
},
|
|
854
968
|
{
|
|
855
969
|
"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`
|
|
970
|
+
"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 * `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
971
|
"attributes": [
|
|
858
972
|
{
|
|
859
973
|
"name": "keep-open-on-select",
|
|
@@ -990,9 +1104,56 @@
|
|
|
990
1104
|
}
|
|
991
1105
|
]
|
|
992
1106
|
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "igc-expansion-panel",
|
|
1109
|
+
"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 * `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`} - ",
|
|
1110
|
+
"attributes": [
|
|
1111
|
+
{
|
|
1112
|
+
"name": "open",
|
|
1113
|
+
"description": "`open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\nProperty: open\n\nDefault: false",
|
|
1114
|
+
"valueSet": "v"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "disabled",
|
|
1118
|
+
"description": "`disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\nProperty: disabled\n\nDefault: false",
|
|
1119
|
+
"valueSet": "v"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "indicator-position",
|
|
1123
|
+
"description": "`indicator-position` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\nProperty: indicatorPosition\n\nDefault: start",
|
|
1124
|
+
"values": [
|
|
1125
|
+
{
|
|
1126
|
+
"name": "none"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"name": "start"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"name": "end"
|
|
1133
|
+
}
|
|
1134
|
+
]
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "onigcOpening",
|
|
1138
|
+
"description": "`igcOpening` {} - Emitted before opening the expansion panel."
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "onigcOpened",
|
|
1142
|
+
"description": "`igcOpened` {} - Emitted after the expansion panel is opened."
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "onigcClosing",
|
|
1146
|
+
"description": "`igcClosing` {} - Emitted before closing the expansion panel."
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "onigcClosed",
|
|
1150
|
+
"description": "`igcClosed` {} - Emitted after the expansion panel is closed."
|
|
1151
|
+
}
|
|
1152
|
+
]
|
|
1153
|
+
},
|
|
993
1154
|
{
|
|
994
1155
|
"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`
|
|
1156
|
+
"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
1157
|
"attributes": [
|
|
997
1158
|
{
|
|
998
1159
|
"name": "novalidate",
|
|
@@ -1011,7 +1172,7 @@
|
|
|
1011
1172
|
},
|
|
1012
1173
|
{
|
|
1013
1174
|
"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`
|
|
1175
|
+
"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
1176
|
"attributes": [
|
|
1016
1177
|
{
|
|
1017
1178
|
"name": "name",
|
|
@@ -1034,23 +1195,8 @@
|
|
|
1034
1195
|
},
|
|
1035
1196
|
{
|
|
1036
1197
|
"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 * `
|
|
1198
|
+
"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 * `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
1199
|
"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
1200
|
{
|
|
1055
1201
|
"name": "type",
|
|
1056
1202
|
"description": "`type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\nProperty: type\n\nDefault: text",
|
|
@@ -1152,6 +1298,21 @@
|
|
|
1152
1298
|
"name": "value",
|
|
1153
1299
|
"description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value\n\nDefault: "
|
|
1154
1300
|
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "dir",
|
|
1303
|
+
"description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
|
|
1304
|
+
"values": [
|
|
1305
|
+
{
|
|
1306
|
+
"name": "ltr"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "rtl"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "auto"
|
|
1313
|
+
}
|
|
1314
|
+
]
|
|
1315
|
+
},
|
|
1155
1316
|
{
|
|
1156
1317
|
"name": "name",
|
|
1157
1318
|
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
@@ -1208,17 +1369,17 @@
|
|
|
1208
1369
|
},
|
|
1209
1370
|
{
|
|
1210
1371
|
"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`
|
|
1372
|
+
"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
1373
|
"attributes": []
|
|
1213
1374
|
},
|
|
1214
1375
|
{
|
|
1215
1376
|
"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`
|
|
1377
|
+
"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
1378
|
"attributes": []
|
|
1218
1379
|
},
|
|
1219
1380
|
{
|
|
1220
1381
|
"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`
|
|
1382
|
+
"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
1383
|
"attributes": [
|
|
1223
1384
|
{
|
|
1224
1385
|
"name": "size",
|
|
@@ -1237,14 +1398,116 @@
|
|
|
1237
1398
|
}
|
|
1238
1399
|
]
|
|
1239
1400
|
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "igc-mask-input",
|
|
1403
|
+
"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 * `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.",
|
|
1404
|
+
"attributes": [
|
|
1405
|
+
{
|
|
1406
|
+
"name": "value-mode",
|
|
1407
|
+
"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",
|
|
1408
|
+
"values": [
|
|
1409
|
+
{
|
|
1410
|
+
"name": "raw"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"name": "withFormatting"
|
|
1414
|
+
}
|
|
1415
|
+
]
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "mask",
|
|
1419
|
+
"description": "`mask` {`string`} - The mask pattern to apply on the input.\n\nProperty: mask"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"name": "prompt",
|
|
1423
|
+
"description": "`prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\nProperty: prompt"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "invalid",
|
|
1427
|
+
"description": "`invalid` {`boolean`} - Controls the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
1428
|
+
"valueSet": "v"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "value",
|
|
1432
|
+
"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"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "dir",
|
|
1436
|
+
"description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
|
|
1437
|
+
"values": [
|
|
1438
|
+
{
|
|
1439
|
+
"name": "ltr"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"name": "rtl"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"name": "auto"
|
|
1446
|
+
}
|
|
1447
|
+
]
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"name": "name",
|
|
1451
|
+
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "outlined",
|
|
1455
|
+
"description": "`outlined` {`boolean`} - \n\nProperty: outlined\n\nDefault: false",
|
|
1456
|
+
"valueSet": "v"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "required",
|
|
1460
|
+
"description": "`required` {`boolean`} - Makes the control a required field.\n\nProperty: required\n\nDefault: false",
|
|
1461
|
+
"valueSet": "v"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "disabled",
|
|
1465
|
+
"description": "`disabled` {`boolean`} - Makes the control a disabled field.\n\nProperty: disabled\n\nDefault: false",
|
|
1466
|
+
"valueSet": "v"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "readonly",
|
|
1470
|
+
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readonly\n\nDefault: false",
|
|
1471
|
+
"valueSet": "v"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"name": "placeholder",
|
|
1475
|
+
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"name": "label",
|
|
1479
|
+
"description": "`label` {`string`} - The label for the control.\n\nProperty: label"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "size",
|
|
1483
|
+
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"name": "onigcInput",
|
|
1487
|
+
"description": "`igcInput` {} - Emitted when the control receives user input"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"name": "onigcChange",
|
|
1491
|
+
"description": "`igcChange` {} - Emitted when an alteration of the control's value is committed by the user"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"name": "onigcFocus",
|
|
1495
|
+
"description": "`igcFocus` {} - Emitted when the control gains focus"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "onigcBlur",
|
|
1499
|
+
"description": "`igcBlur` {} - Emitted when the control loses focus"
|
|
1500
|
+
}
|
|
1501
|
+
]
|
|
1502
|
+
},
|
|
1240
1503
|
{
|
|
1241
1504
|
"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`
|
|
1505
|
+
"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
1506
|
"attributes": []
|
|
1244
1507
|
},
|
|
1245
1508
|
{
|
|
1246
1509
|
"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`
|
|
1510
|
+
"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
1511
|
"attributes": [
|
|
1249
1512
|
{
|
|
1250
1513
|
"name": "disabled",
|
|
@@ -1260,7 +1523,7 @@
|
|
|
1260
1523
|
},
|
|
1261
1524
|
{
|
|
1262
1525
|
"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`
|
|
1526
|
+
"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
1527
|
"attributes": [
|
|
1265
1528
|
{
|
|
1266
1529
|
"name": "position",
|
|
@@ -1292,7 +1555,7 @@
|
|
|
1292
1555
|
},
|
|
1293
1556
|
{
|
|
1294
1557
|
"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`
|
|
1558
|
+
"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
1559
|
"attributes": []
|
|
1297
1560
|
},
|
|
1298
1561
|
{
|
|
@@ -1315,7 +1578,7 @@
|
|
|
1315
1578
|
},
|
|
1316
1579
|
{
|
|
1317
1580
|
"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`
|
|
1581
|
+
"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
1582
|
"attributes": [
|
|
1320
1583
|
{
|
|
1321
1584
|
"name": "max",
|
|
@@ -1368,7 +1631,7 @@
|
|
|
1368
1631
|
},
|
|
1369
1632
|
{
|
|
1370
1633
|
"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`
|
|
1634
|
+
"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
1635
|
"attributes": [
|
|
1373
1636
|
{
|
|
1374
1637
|
"name": "striped",
|
|
@@ -1450,7 +1713,7 @@
|
|
|
1450
1713
|
},
|
|
1451
1714
|
{
|
|
1452
1715
|
"name": "igc-radio-group",
|
|
1453
|
-
"description": "Attributes:\n\n * `alignment` {`\"vertical\" | \"horizontal\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-radio-group\"`} - \n\n * `styles`
|
|
1716
|
+
"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
1717
|
"attributes": [
|
|
1455
1718
|
{
|
|
1456
1719
|
"name": "alignment",
|
|
@@ -1468,7 +1731,7 @@
|
|
|
1468
1731
|
},
|
|
1469
1732
|
{
|
|
1470
1733
|
"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`
|
|
1734
|
+
"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 * `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
1735
|
"attributes": [
|
|
1473
1736
|
{
|
|
1474
1737
|
"name": "name",
|
|
@@ -1607,12 +1870,12 @@
|
|
|
1607
1870
|
},
|
|
1608
1871
|
{
|
|
1609
1872
|
"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`
|
|
1873
|
+
"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
1874
|
"attributes": []
|
|
1612
1875
|
},
|
|
1613
1876
|
{
|
|
1614
1877
|
"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`
|
|
1878
|
+
"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
1879
|
"attributes": [
|
|
1617
1880
|
{
|
|
1618
1881
|
"name": "lower",
|
|
@@ -1736,12 +1999,12 @@
|
|
|
1736
1999
|
},
|
|
1737
2000
|
{
|
|
1738
2001
|
"name": "igc-slider-label",
|
|
1739
|
-
"description": "Properties:\n\n * `styles`
|
|
2002
|
+
"description": "Properties:\n\n * `styles` - \n\n * `tagName` {`\"igc-slider-label\"`} - ",
|
|
1740
2003
|
"attributes": []
|
|
1741
2004
|
},
|
|
1742
2005
|
{
|
|
1743
2006
|
"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`
|
|
2007
|
+
"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
2008
|
"attributes": [
|
|
1746
2009
|
{
|
|
1747
2010
|
"name": "value",
|
|
@@ -1857,7 +2120,7 @@
|
|
|
1857
2120
|
},
|
|
1858
2121
|
{
|
|
1859
2122
|
"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`
|
|
2123
|
+
"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
2124
|
"attributes": [
|
|
1862
2125
|
{
|
|
1863
2126
|
"name": "open",
|
|
@@ -1883,6 +2146,71 @@
|
|
|
1883
2146
|
}
|
|
1884
2147
|
]
|
|
1885
2148
|
},
|
|
2149
|
+
{
|
|
2150
|
+
"name": "igc-tab-panel",
|
|
2151
|
+
"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` - ",
|
|
2152
|
+
"attributes": []
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"name": "igc-tab",
|
|
2156
|
+
"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.",
|
|
2157
|
+
"attributes": [
|
|
2158
|
+
{
|
|
2159
|
+
"name": "panel",
|
|
2160
|
+
"description": "`panel` {`string`} - The id of the tab panel which will be controlled by the tab.\n\nProperty: panel\n\nDefault: "
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"name": "selected",
|
|
2164
|
+
"description": "`selected` {`boolean`} - Determines whether the tab is selected.\n\nProperty: selected\n\nDefault: false",
|
|
2165
|
+
"valueSet": "v"
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"name": "disabled",
|
|
2169
|
+
"description": "`disabled` {`boolean`} - Determines whether the tab is disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
2170
|
+
"valueSet": "v"
|
|
2171
|
+
}
|
|
2172
|
+
]
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"name": "igc-tabs",
|
|
2176
|
+
"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` - ",
|
|
2177
|
+
"attributes": [
|
|
2178
|
+
{
|
|
2179
|
+
"name": "alignment",
|
|
2180
|
+
"description": "`alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\nProperty: alignment\n\nDefault: start",
|
|
2181
|
+
"values": [
|
|
2182
|
+
{
|
|
2183
|
+
"name": "start"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"name": "end"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"name": "center"
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"name": "justify"
|
|
2193
|
+
}
|
|
2194
|
+
]
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"name": "activation",
|
|
2198
|
+
"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",
|
|
2199
|
+
"values": [
|
|
2200
|
+
{
|
|
2201
|
+
"name": "manual"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "auto"
|
|
2205
|
+
}
|
|
2206
|
+
]
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"name": "onigcChange",
|
|
2210
|
+
"description": "`igcChange` {} - Emitted when the selected tab changes."
|
|
2211
|
+
}
|
|
2212
|
+
]
|
|
2213
|
+
},
|
|
1886
2214
|
{
|
|
1887
2215
|
"name": "igc-toast",
|
|
1888
2216
|
"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 +2235,125 @@
|
|
|
1907
2235
|
"name": "test-popper",
|
|
1908
2236
|
"description": "Properties:\n\n * `toggleDirective` - ",
|
|
1909
2237
|
"attributes": []
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"name": "igc-tree-item",
|
|
2241
|
+
"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.",
|
|
2242
|
+
"attributes": [
|
|
2243
|
+
{
|
|
2244
|
+
"name": "label",
|
|
2245
|
+
"description": "`label` {`string`} - The tree item label.\n\nProperty: label\n\nDefault: "
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"name": "expanded",
|
|
2249
|
+
"description": "`expanded` {`boolean`} - The tree item expansion state.\n\nProperty: expanded\n\nDefault: false",
|
|
2250
|
+
"valueSet": "v"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "active",
|
|
2254
|
+
"description": "`active` {`boolean`} - Marks the item as the tree's active item.\n\nProperty: active\n\nDefault: false",
|
|
2255
|
+
"valueSet": "v"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"name": "disabled",
|
|
2259
|
+
"description": "`disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\nProperty: disabled\n\nDefault: false",
|
|
2260
|
+
"valueSet": "v"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"name": "selected",
|
|
2264
|
+
"description": "`selected` {`boolean`} - The tree item selection state.\n\nProperty: selected\n\nDefault: false",
|
|
2265
|
+
"valueSet": "v"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "loading",
|
|
2269
|
+
"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",
|
|
2270
|
+
"valueSet": "v"
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"name": "value",
|
|
2274
|
+
"description": "`value` - The value entry that the tree item is visualizing. Required for searching through items.\n\nProperty: value\n\nDefault: undefined"
|
|
2275
|
+
}
|
|
2276
|
+
]
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "igc-tree",
|
|
2280
|
+
"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.",
|
|
2281
|
+
"attributes": [
|
|
2282
|
+
{
|
|
2283
|
+
"name": "single-branch-expand",
|
|
2284
|
+
"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",
|
|
2285
|
+
"valueSet": "v"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"name": "selection",
|
|
2289
|
+
"description": "`selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\nProperty: selection\n\nDefault: none",
|
|
2290
|
+
"values": [
|
|
2291
|
+
{
|
|
2292
|
+
"name": "multiple"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "none"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "cascade"
|
|
2299
|
+
}
|
|
2300
|
+
]
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"name": "dir",
|
|
2304
|
+
"description": "`dir` {`Direction`} - The direction attribute of the control.\n\nProperty: dir\n\nDefault: auto",
|
|
2305
|
+
"values": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "ltr"
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "rtl"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "auto"
|
|
2314
|
+
}
|
|
2315
|
+
]
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"name": "size",
|
|
2319
|
+
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
2320
|
+
"values": [
|
|
2321
|
+
{
|
|
2322
|
+
"name": "small"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "medium"
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
"name": "large"
|
|
2329
|
+
}
|
|
2330
|
+
]
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"name": "onigcSelection",
|
|
2334
|
+
"description": "`igcSelection` {} - Emitted when item selection is changing, before the selection completes."
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "onigcItemCollapsed",
|
|
2338
|
+
"description": "`igcItemCollapsed` {} - Emitted when tree item is collapsed."
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"name": "onigcItemCollapsing",
|
|
2342
|
+
"description": "`igcItemCollapsing` {} - Emitted when tree item is about to collapse."
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "onigcItemExpanded",
|
|
2346
|
+
"description": "`igcItemExpanded` {} - Emitted when tree item is expanded."
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"name": "onigcItemExpanding",
|
|
2350
|
+
"description": "`igcItemExpanding` {} - Emitted when tree item is about to expand."
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "onigcItemActivated",
|
|
2354
|
+
"description": "`igcItemActivated` {} - Emitted when the tree's `active` item changes."
|
|
2355
|
+
}
|
|
2356
|
+
]
|
|
1910
2357
|
}
|
|
1911
2358
|
],
|
|
1912
2359
|
"globalAttributes": [],
|