igniteui-webcomponents 5.3.0 → 5.4.0-rc.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 +19 -0
- package/README.md +10 -5
- package/components/avatar/avatar.d.ts +2 -1
- package/components/avatar/avatar.js.map +1 -1
- package/components/badge/badge.d.ts +2 -2
- package/components/badge/badge.js.map +1 -1
- package/components/button/button.d.ts +2 -1
- package/components/button/button.js.map +1 -1
- package/components/button/icon-button.d.ts +2 -1
- package/components/button/icon-button.js.map +1 -1
- package/components/button-group/button-group.d.ts +3 -2
- package/components/button-group/button-group.js.map +1 -1
- package/components/button-group/themes/light/button-group.indigo.css.js +1 -1
- package/components/button-group/themes/light/button-group.indigo.css.js.map +1 -1
- package/components/calendar/base.d.ts +2 -2
- package/components/calendar/base.js.map +1 -1
- package/components/calendar/calendar.d.ts +5 -4
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/themes/calendar.base.css.js +1 -1
- package/components/calendar/themes/calendar.base.css.js.map +1 -1
- package/components/calendar/themes/dark/calendar.bootstrap.css.js +1 -1
- package/components/calendar/themes/dark/calendar.bootstrap.css.js.map +1 -1
- package/components/calendar/themes/dark/calendar.fluent.css.js +1 -1
- package/components/calendar/themes/dark/calendar.fluent.css.js.map +1 -1
- package/components/calendar/themes/dark/calendar.indigo.css.js +1 -1
- package/components/calendar/themes/dark/calendar.indigo.css.js.map +1 -1
- package/components/calendar/themes/dark/calendar.material.css.js +1 -1
- package/components/calendar/themes/dark/calendar.material.css.js.map +1 -1
- package/components/calendar/themes/light/calendar.bootstrap.css.js +1 -1
- package/components/calendar/themes/light/calendar.bootstrap.css.js.map +1 -1
- package/components/calendar/themes/light/calendar.fluent.css.js +1 -1
- package/components/calendar/themes/light/calendar.fluent.css.js.map +1 -1
- package/components/calendar/themes/light/calendar.indigo.css.js +1 -1
- package/components/calendar/themes/light/calendar.indigo.css.js.map +1 -1
- package/components/calendar/themes/light/calendar.material.css.js +1 -1
- package/components/calendar/themes/light/calendar.material.css.js.map +1 -1
- package/components/calendar/themes/light/calendar.shared.css.js +1 -1
- package/components/calendar/themes/light/calendar.shared.css.js.map +1 -1
- package/components/calendar/themes/shared/bootstrap/calendar.bootstrap.css.js +1 -1
- package/components/calendar/themes/shared/bootstrap/calendar.bootstrap.css.js.map +1 -1
- package/components/calendar/themes/shared/bootstrap/days-view.bootstrap.css.js +1 -1
- package/components/calendar/themes/shared/bootstrap/days-view.bootstrap.css.js.map +1 -1
- package/components/calendar/themes/shared/fluent/calendar.fluent.css.js +1 -1
- package/components/calendar/themes/shared/fluent/calendar.fluent.css.js.map +1 -1
- package/components/calendar/themes/shared/fluent/days-view.fluent.css.js +1 -1
- package/components/calendar/themes/shared/fluent/days-view.fluent.css.js.map +1 -1
- package/components/calendar/themes/shared/indigo/calendar.indigo.css.js +1 -1
- package/components/calendar/themes/shared/indigo/calendar.indigo.css.js.map +1 -1
- package/components/calendar/themes/shared/material/calendar.material.css.js +1 -1
- package/components/calendar/themes/shared/material/calendar.material.css.js.map +1 -1
- package/components/calendar/themes/shared/material/days-view.material.css.js +1 -1
- package/components/calendar/themes/shared/material/days-view.material.css.js.map +1 -1
- package/components/calendar/types.d.ts +3 -0
- package/components/calendar/types.js.map +1 -1
- package/components/card/card.actions.d.ts +2 -1
- package/components/card/card.actions.js.map +1 -1
- package/components/card/themes/card.actions.base.css.js +1 -1
- package/components/card/themes/card.actions.base.css.js.map +1 -1
- package/components/card/themes/container.js +2 -1
- package/components/card/themes/container.js.map +1 -1
- package/components/card/themes/dark/card.bootstrap.css.js +1 -1
- package/components/card/themes/dark/card.bootstrap.css.js.map +1 -1
- package/components/card/themes/dark/card.fluent.css.js +1 -1
- package/components/card/themes/dark/card.fluent.css.js.map +1 -1
- package/components/card/themes/dark/card.indigo.css.js +1 -1
- package/components/card/themes/dark/card.indigo.css.js.map +1 -1
- package/components/card/themes/dark/card.material.css.js +1 -1
- package/components/card/themes/dark/card.material.css.js.map +1 -1
- package/components/card/themes/dark/card.shared.css.js +1 -1
- package/components/card/themes/dark/card.shared.css.js.map +1 -1
- package/components/card/themes/light/container/card.bootstrap.css.js +1 -1
- package/components/card/themes/light/container/card.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/container/card.fluent.css.js +1 -1
- package/components/card/themes/light/container/card.fluent.css.js.map +1 -1
- package/components/card/themes/light/container/card.indigo.css.js +1 -1
- package/components/card/themes/light/container/card.indigo.css.js.map +1 -1
- package/components/card/themes/light/container/card.material.css.js +1 -1
- package/components/card/themes/light/container/card.material.css.js.map +1 -1
- package/components/card/themes/light/container/card.shared.css.js +1 -1
- package/components/card/themes/light/container/card.shared.css.js.map +1 -1
- package/components/card/themes/shared/container/card.bootstrap.css.d.ts +1 -0
- package/components/card/themes/shared/container/card.bootstrap.css.js +3 -0
- package/components/card/themes/shared/container/card.bootstrap.css.js.map +1 -0
- package/components/card/themes/shared/container/card.indigo.css.js +1 -1
- package/components/card/themes/shared/container/card.indigo.css.js.map +1 -1
- package/components/card/themes/shared/content/card.content.bootstrap.css.js +1 -1
- package/components/card/themes/shared/content/card.content.bootstrap.css.js.map +1 -1
- package/components/card/themes/shared/header/card.header.bootstrap.css.js +1 -1
- package/components/card/themes/shared/header/card.header.bootstrap.css.js.map +1 -1
- package/components/card/themes/shared/header/card.header.fluent.css.js +1 -1
- package/components/card/themes/shared/header/card.header.fluent.css.js.map +1 -1
- package/components/card/themes/shared/header/card.header.indigo.css.js +1 -1
- package/components/card/themes/shared/header/card.header.indigo.css.js.map +1 -1
- package/components/carousel/carousel-slide.d.ts +5 -1
- package/components/carousel/carousel-slide.js.map +1 -1
- package/components/carousel/carousel.d.ts +3 -2
- package/components/carousel/carousel.js.map +1 -1
- package/components/carousel/themes/dark/carousel.bootstrap.css.js +1 -1
- package/components/carousel/themes/dark/carousel.bootstrap.css.js.map +1 -1
- package/components/carousel/themes/dark/carousel.fluent.css.js +1 -1
- package/components/carousel/themes/dark/carousel.fluent.css.js.map +1 -1
- package/components/carousel/themes/dark/carousel.indigo.css.js +1 -1
- package/components/carousel/themes/dark/carousel.indigo.css.js.map +1 -1
- package/components/carousel/themes/dark/carousel.material.css.js +1 -1
- package/components/carousel/themes/dark/carousel.material.css.js.map +1 -1
- package/components/carousel/themes/light/carousel.bootstrap.css.js +1 -1
- package/components/carousel/themes/light/carousel.bootstrap.css.js.map +1 -1
- package/components/carousel/themes/light/carousel.fluent.css.js +1 -1
- package/components/carousel/themes/light/carousel.fluent.css.js.map +1 -1
- package/components/carousel/themes/light/carousel.indigo.css.js +1 -1
- package/components/carousel/themes/light/carousel.indigo.css.js.map +1 -1
- package/components/carousel/themes/light/carousel.material.css.js +1 -1
- package/components/carousel/themes/light/carousel.material.css.js.map +1 -1
- package/components/checkbox/checkbox-base.d.ts +6 -3
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.bootstrap.css.js +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.indigo.css.js +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.material.css.js +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.material.css.js.map +1 -1
- package/components/checkbox/themes/dark/switch/switch.bootstrap.css.js +1 -1
- package/components/checkbox/themes/dark/switch/switch.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/dark/switch/switch.fluent.css.js +1 -1
- package/components/checkbox/themes/dark/switch/switch.fluent.css.js.map +1 -1
- package/components/checkbox/themes/dark/switch/switch.indigo.css.js +1 -1
- package/components/checkbox/themes/dark/switch/switch.indigo.css.js.map +1 -1
- package/components/checkbox/themes/dark/switch/switch.material.css.js +1 -1
- package/components/checkbox/themes/dark/switch/switch.material.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.bootstrap.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.indigo.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.material.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.material.css.js.map +1 -1
- package/components/checkbox/themes/light/switch/switch.bootstrap.css.js +1 -1
- package/components/checkbox/themes/light/switch/switch.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/light/switch/switch.fluent.css.js +1 -1
- package/components/checkbox/themes/light/switch/switch.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/switch/switch.indigo.css.js +1 -1
- package/components/checkbox/themes/light/switch/switch.indigo.css.js.map +1 -1
- package/components/checkbox/themes/light/switch/switch.material.css.js +1 -1
- package/components/checkbox/themes/light/switch/switch.material.css.js.map +1 -1
- package/components/checkbox/themes/light/switch/switch.shared.css.js +1 -1
- package/components/checkbox/themes/light/switch/switch.shared.css.js.map +1 -1
- package/components/checkbox/themes/shared/switch/switch.bootstrap.css.js +1 -1
- package/components/checkbox/themes/shared/switch/switch.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/shared/switch/switch.common.css.js +1 -1
- package/components/checkbox/themes/shared/switch/switch.common.css.js.map +1 -1
- package/components/checkbox/themes/shared/switch/switch.fluent.css.js +1 -1
- package/components/checkbox/themes/shared/switch/switch.fluent.css.js.map +1 -1
- package/components/checkbox/themes/shared/switch/switch.indigo.css.js +1 -1
- package/components/checkbox/themes/shared/switch/switch.indigo.css.js.map +1 -1
- package/components/checkbox/themes/shared/switch/switch.material.css.js +1 -1
- package/components/checkbox/themes/shared/switch/switch.material.css.js.map +1 -1
- package/components/chip/themes/dark/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/dark/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/light/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/light/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/shared/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/shared/chip.bootstrap.css.js.map +1 -1
- package/components/combo/themes/dark/combo.bootstrap.css.js +1 -1
- package/components/combo/themes/dark/combo.bootstrap.css.js.map +1 -1
- package/components/combo/themes/dark/combo.fluent.css.js +1 -1
- package/components/combo/themes/dark/combo.fluent.css.js.map +1 -1
- package/components/combo/themes/dark/combo.indigo.css.js +1 -1
- package/components/combo/themes/dark/combo.indigo.css.js.map +1 -1
- package/components/combo/themes/dark/combo.material.css.js +1 -1
- package/components/combo/themes/dark/combo.material.css.js.map +1 -1
- package/components/combo/themes/light/combo.bootstrap.css.js +1 -1
- package/components/combo/themes/light/combo.bootstrap.css.js.map +1 -1
- package/components/combo/themes/light/combo.fluent.css.js +1 -1
- package/components/combo/themes/light/combo.fluent.css.js.map +1 -1
- package/components/combo/themes/light/combo.indigo.css.js +1 -1
- package/components/combo/themes/light/combo.indigo.css.js.map +1 -1
- package/components/combo/themes/light/combo.material.css.js +1 -1
- package/components/combo/themes/light/combo.material.css.js.map +1 -1
- package/components/combo/themes/light/combo.shared.css.js +1 -1
- package/components/combo/themes/light/combo.shared.css.js.map +1 -1
- package/components/common/controllers/drag.d.ts +13 -0
- package/components/common/controllers/drag.js +30 -4
- package/components/common/controllers/drag.js.map +1 -1
- package/components/common/controllers/root-scroll.d.ts +2 -1
- package/components/common/controllers/root-scroll.js.map +1 -1
- package/components/common/mixins/alert.d.ts +2 -1
- package/components/common/mixins/alert.js.map +1 -1
- package/components/common/mixins/forms/associated.js +1 -1
- package/components/common/mixins/forms/associated.js.map +1 -1
- package/components/common/mixins/forms/form-value.d.ts +1 -0
- package/components/common/mixins/forms/form-value.js +16 -0
- package/components/common/mixins/forms/form-value.js.map +1 -1
- package/components/common/util.d.ts +4 -0
- package/components/common/util.js.map +1 -1
- package/components/date-picker/date-picker.d.ts +5 -5
- package/components/date-picker/date-picker.js.map +1 -1
- package/components/date-picker/themes/dark/date-picker.bootstrap.css.js +1 -1
- package/components/date-picker/themes/dark/date-picker.bootstrap.css.js.map +1 -1
- package/components/date-picker/themes/dark/date-picker.fluent.css.js +1 -1
- package/components/date-picker/themes/dark/date-picker.fluent.css.js.map +1 -1
- package/components/date-picker/themes/dark/date-picker.indigo.css.js +1 -1
- package/components/date-picker/themes/dark/date-picker.indigo.css.js.map +1 -1
- package/components/date-picker/themes/dark/date-picker.material.css.js +1 -1
- package/components/date-picker/themes/dark/date-picker.material.css.js.map +1 -1
- package/components/date-picker/themes/light/date-picker.bootstrap.css.js +1 -1
- package/components/date-picker/themes/light/date-picker.bootstrap.css.js.map +1 -1
- package/components/date-picker/themes/light/date-picker.fluent.css.js +1 -1
- package/components/date-picker/themes/light/date-picker.fluent.css.js.map +1 -1
- package/components/date-picker/themes/light/date-picker.indigo.css.js +1 -1
- package/components/date-picker/themes/light/date-picker.indigo.css.js.map +1 -1
- package/components/date-picker/themes/light/date-picker.material.css.js +1 -1
- package/components/date-picker/themes/light/date-picker.material.css.js.map +1 -1
- package/components/date-picker/themes/light/date-picker.shared.css.js +1 -1
- package/components/date-picker/themes/light/date-picker.shared.css.js.map +1 -1
- package/components/divider/divider.d.ts +2 -1
- package/components/divider/divider.js.map +1 -1
- package/components/dropdown/dropdown.d.ts +4 -4
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/themes/dark/dropdown.bootstrap.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.bootstrap.css.js.map +1 -1
- package/components/dropdown/themes/dark/dropdown.fluent.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.fluent.css.js.map +1 -1
- package/components/dropdown/themes/dark/dropdown.indigo.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.indigo.css.js.map +1 -1
- package/components/dropdown/themes/dark/dropdown.material.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.material.css.js.map +1 -1
- package/components/dropdown/themes/dark/dropdown.shared.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.shared.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.bootstrap.css.js +1 -1
- package/components/dropdown/themes/light/dropdown.bootstrap.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.fluent.css.js +1 -1
- package/components/dropdown/themes/light/dropdown.fluent.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.indigo.css.js +1 -1
- package/components/dropdown/themes/light/dropdown.indigo.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.material.css.js +1 -1
- package/components/dropdown/themes/light/dropdown.material.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.shared.css.js +1 -1
- package/components/dropdown/themes/light/dropdown.shared.css.js.map +1 -1
- package/components/expansion-panel/expansion-panel.d.ts +2 -1
- package/components/expansion-panel/expansion-panel.js.map +1 -1
- package/components/file-input/file-input.d.ts +85 -0
- package/components/file-input/file-input.js +155 -0
- package/components/file-input/file-input.js.map +1 -0
- package/components/file-input/themes/file-input.base.css.d.ts +1 -0
- package/components/file-input/themes/file-input.base.css.js +3 -0
- package/components/file-input/themes/file-input.base.css.js.map +1 -0
- package/components/file-input/themes/shared/file-input.bootstrap.css.d.ts +1 -0
- package/components/file-input/themes/shared/file-input.bootstrap.css.js +3 -0
- package/components/file-input/themes/shared/file-input.bootstrap.css.js.map +1 -0
- package/components/file-input/themes/shared/file-input.fluent.css.d.ts +1 -0
- package/components/file-input/themes/shared/file-input.fluent.css.js +3 -0
- package/components/file-input/themes/shared/file-input.fluent.css.js.map +1 -0
- package/components/file-input/themes/shared/file-input.indigo.css.d.ts +1 -0
- package/components/file-input/themes/shared/file-input.indigo.css.js +3 -0
- package/components/file-input/themes/shared/file-input.indigo.css.js.map +1 -0
- package/components/file-input/themes/shared/file-input.material.css.d.ts +1 -0
- package/components/file-input/themes/shared/file-input.material.css.js +3 -0
- package/components/file-input/themes/shared/file-input.material.css.js.map +1 -0
- package/components/file-input/themes/themes.d.ts +2 -0
- package/components/file-input/themes/themes.js +50 -0
- package/components/file-input/themes/themes.js.map +1 -0
- package/components/file-input/validators.d.ts +3 -0
- package/components/file-input/validators.js +5 -0
- package/components/file-input/validators.js.map +1 -0
- package/components/input/input-base.d.ts +3 -1
- package/components/input/input-base.js +6 -2
- package/components/input/input-base.js.map +1 -1
- package/components/input/input.d.ts +2 -2
- package/components/input/input.js.map +1 -1
- package/components/input/themes/dark/input.fluent.css.js +1 -1
- package/components/input/themes/dark/input.fluent.css.js.map +1 -1
- package/components/input/themes/light/input.fluent.css.js +1 -1
- package/components/input/themes/light/input.fluent.css.js.map +1 -1
- package/components/input/themes/shared/input.bootstrap.css.js +1 -1
- package/components/input/themes/shared/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/shared/input.material.css.js +1 -1
- package/components/input/themes/shared/input.material.css.js.map +1 -1
- package/components/mask-input/mask-input.d.ts +2 -1
- package/components/mask-input/mask-input.js.map +1 -1
- package/components/nav-drawer/nav-drawer.d.ts +2 -1
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/popover/popover.d.ts +2 -2
- package/components/popover/popover.js.map +1 -1
- package/components/progress/linear-progress.d.ts +2 -1
- package/components/progress/linear-progress.js.map +1 -1
- package/components/radio/radio.d.ts +12 -3
- package/components/radio/radio.js +18 -0
- package/components/radio/radio.js.map +1 -1
- package/components/radio/themes/dark/radio.bootstrap.css.js +1 -1
- package/components/radio/themes/dark/radio.bootstrap.css.js.map +1 -1
- package/components/radio/themes/light/radio.bootstrap.css.js +1 -1
- package/components/radio/themes/light/radio.bootstrap.css.js.map +1 -1
- package/components/radio/themes/light/radio.shared.css.js +1 -1
- package/components/radio/themes/light/radio.shared.css.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +2 -1
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/rating/themes/dark/rating.indigo.css.js +1 -1
- package/components/rating/themes/dark/rating.indigo.css.js.map +1 -1
- package/components/rating/themes/light/rating.indigo.css.js +1 -1
- package/components/rating/themes/light/rating.indigo.css.js.map +1 -1
- package/components/rating/themes/light/rating.shared.css.js +1 -1
- package/components/rating/themes/light/rating.shared.css.js.map +1 -1
- package/components/rating/themes/rating.base.css.js +1 -1
- package/components/rating/themes/rating.base.css.js.map +1 -1
- package/components/rating/themes/shared/rating.common.css.js +1 -1
- package/components/rating/themes/shared/rating.common.css.js.map +1 -1
- package/components/rating/themes/shared/rating.indigo.css.js +1 -1
- package/components/rating/themes/shared/rating.indigo.css.js.map +1 -1
- package/components/resize-container/resize-container.d.ts +1 -0
- package/components/resize-container/resize-container.js.map +1 -1
- package/components/select/select.d.ts +4 -4
- package/components/select/select.js.map +1 -1
- package/components/select/themes/dark/select.bootstrap.css.js +1 -1
- package/components/select/themes/dark/select.bootstrap.css.js.map +1 -1
- package/components/select/themes/dark/select.fluent.css.js +1 -1
- package/components/select/themes/dark/select.fluent.css.js.map +1 -1
- package/components/select/themes/dark/select.indigo.css.js +1 -1
- package/components/select/themes/dark/select.indigo.css.js.map +1 -1
- package/components/select/themes/dark/select.material.css.js +1 -1
- package/components/select/themes/dark/select.material.css.js.map +1 -1
- package/components/select/themes/light/select.bootstrap.css.js +1 -1
- package/components/select/themes/light/select.bootstrap.css.js.map +1 -1
- package/components/select/themes/light/select.fluent.css.js +1 -1
- package/components/select/themes/light/select.fluent.css.js.map +1 -1
- package/components/select/themes/light/select.indigo.css.js +1 -1
- package/components/select/themes/light/select.indigo.css.js.map +1 -1
- package/components/select/themes/light/select.material.css.js +1 -1
- package/components/select/themes/light/select.material.css.js.map +1 -1
- package/components/select/themes/light/select.shared.css.js +1 -1
- package/components/select/themes/light/select.shared.css.js.map +1 -1
- package/components/slider/range-slider.d.ts +5 -3
- package/components/slider/range-slider.js.map +1 -1
- package/components/slider/slider-base.d.ts +3 -2
- package/components/slider/slider-base.js +1 -3
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/themes/dark/slider.bootstrap.css.js +1 -1
- package/components/slider/themes/dark/slider.bootstrap.css.js.map +1 -1
- package/components/slider/themes/light/slider.bootstrap.css.js +1 -1
- package/components/slider/themes/light/slider.bootstrap.css.js.map +1 -1
- package/components/snackbar/themes/dark/snackbar.fluent.css.js +1 -1
- package/components/snackbar/themes/dark/snackbar.fluent.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.fluent.css.js +1 -1
- package/components/snackbar/themes/light/snackbar.fluent.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.shared.css.js +1 -1
- package/components/snackbar/themes/light/snackbar.shared.css.js.map +1 -1
- package/components/stepper/animations.d.ts +2 -1
- package/components/stepper/animations.js.map +1 -1
- package/components/stepper/step.d.ts +8 -3
- package/components/stepper/step.js.map +1 -1
- package/components/stepper/stepper.common.d.ts +8 -4
- package/components/stepper/stepper.common.js.map +1 -1
- package/components/stepper/stepper.d.ts +6 -5
- package/components/stepper/stepper.js.map +1 -1
- package/components/stepper/themes/step/step.base.css.js +1 -1
- package/components/stepper/themes/step/step.base.css.js.map +1 -1
- package/components/tabs/tabs.d.ts +3 -2
- package/components/tabs/tabs.js.map +1 -1
- package/components/textarea/textarea.d.ts +2 -2
- package/components/textarea/textarea.js.map +1 -1
- package/components/textarea/themes/dark/textarea.fluent.css.js +1 -1
- package/components/textarea/themes/dark/textarea.fluent.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.fluent.css.js +1 -1
- package/components/textarea/themes/light/textarea.fluent.css.js.map +1 -1
- package/components/tile-manager/tile-ghost-util.js +2 -0
- package/components/tile-manager/tile-ghost-util.js.map +1 -1
- package/components/tile-manager/tile-manager.js.map +1 -1
- package/components/tile-manager/tile.d.ts +4 -2
- package/components/tile-manager/tile.js +36 -17
- package/components/tile-manager/tile.js.map +1 -1
- package/components/toast/themes/dark/toast.bootstrap.css.js +1 -1
- package/components/toast/themes/dark/toast.bootstrap.css.js.map +1 -1
- package/components/toast/themes/dark/toast.fluent.css.js +1 -1
- package/components/toast/themes/dark/toast.fluent.css.js.map +1 -1
- package/components/toast/themes/dark/toast.material.css.js +1 -1
- package/components/toast/themes/dark/toast.material.css.js.map +1 -1
- package/components/toast/themes/dark/toast.shared.css.js +1 -1
- package/components/toast/themes/dark/toast.shared.css.js.map +1 -1
- package/components/toast/themes/light/toast.bootstrap.css.js +1 -1
- package/components/toast/themes/light/toast.bootstrap.css.js.map +1 -1
- package/components/toast/themes/light/toast.fluent.css.js +1 -1
- package/components/toast/themes/light/toast.fluent.css.js.map +1 -1
- package/components/toast/themes/light/toast.shared.css.js +1 -1
- package/components/toast/themes/light/toast.shared.css.js.map +1 -1
- package/components/tree/tree.common.d.ts +4 -6
- package/components/tree/tree.common.js.map +1 -1
- package/components/tree/tree.d.ts +2 -1
- package/components/tree/tree.js.map +1 -1
- package/components/tree/tree.selection.js.map +1 -1
- package/components/types.d.ts +30 -2
- package/components/types.js.map +1 -1
- package/custom-elements.json +2368 -516
- package/igniteui-webcomponents.css-data.json +1 -1
- package/igniteui-webcomponents.html-data.json +1 -1
- package/index.d.ts +14 -6
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/theming/types.d.ts +2 -2
- package/theming/types.js.map +1 -1
- package/web-types.json +2 -2
- package/components/common/decorators/blazorTypeOverride.d.ts +0 -7
- package/components/common/decorators/blazorTypeOverride.js +0 -4
- package/components/common/decorators/blazorTypeOverride.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -1245,6 +1245,12 @@
|
|
|
1245
1245
|
}
|
|
1246
1246
|
]
|
|
1247
1247
|
},
|
|
1248
|
+
{
|
|
1249
|
+
"kind": "javascript-module",
|
|
1250
|
+
"path": "src/components/types.ts",
|
|
1251
|
+
"declarations": [],
|
|
1252
|
+
"exports": []
|
|
1253
|
+
},
|
|
1248
1254
|
{
|
|
1249
1255
|
"kind": "javascript-module",
|
|
1250
1256
|
"path": "src/components/avatar/avatar.ts",
|
|
@@ -1346,13 +1352,16 @@
|
|
|
1346
1352
|
"kind": "field",
|
|
1347
1353
|
"name": "shape",
|
|
1348
1354
|
"type": {
|
|
1349
|
-
"text": "
|
|
1355
|
+
"text": "AvatarShape"
|
|
1350
1356
|
},
|
|
1351
1357
|
"privacy": "public",
|
|
1352
1358
|
"default": "'square'",
|
|
1353
1359
|
"description": "The shape of the avatar.",
|
|
1354
1360
|
"attribute": "shape",
|
|
1355
|
-
"reflects": true
|
|
1361
|
+
"reflects": true,
|
|
1362
|
+
"expandedType": {
|
|
1363
|
+
"text": "'square' | 'circle' | 'rounded'"
|
|
1364
|
+
}
|
|
1356
1365
|
},
|
|
1357
1366
|
{
|
|
1358
1367
|
"kind": "method",
|
|
@@ -1417,12 +1426,15 @@
|
|
|
1417
1426
|
{
|
|
1418
1427
|
"name": "shape",
|
|
1419
1428
|
"type": {
|
|
1420
|
-
"text": "
|
|
1429
|
+
"text": "AvatarShape"
|
|
1421
1430
|
},
|
|
1422
1431
|
"default": "'square'",
|
|
1423
1432
|
"description": "The shape of the avatar.",
|
|
1424
1433
|
"fieldName": "shape",
|
|
1425
|
-
"attribute": "shape"
|
|
1434
|
+
"attribute": "shape",
|
|
1435
|
+
"expandedType": {
|
|
1436
|
+
"text": "'square' | 'circle' | 'rounded'"
|
|
1437
|
+
}
|
|
1426
1438
|
}
|
|
1427
1439
|
],
|
|
1428
1440
|
"superclass": {
|
|
@@ -3177,13 +3189,16 @@
|
|
|
3177
3189
|
"kind": "field",
|
|
3178
3190
|
"name": "indicatorPosition",
|
|
3179
3191
|
"type": {
|
|
3180
|
-
"text": "
|
|
3192
|
+
"text": "ExpansionPanelIndicatorPosition"
|
|
3181
3193
|
},
|
|
3182
3194
|
"privacy": "public",
|
|
3183
3195
|
"default": "'start'",
|
|
3184
3196
|
"description": "The indicator position of the expansion panel.",
|
|
3185
3197
|
"attribute": "indicator-position",
|
|
3186
|
-
"reflects": true
|
|
3198
|
+
"reflects": true,
|
|
3199
|
+
"expandedType": {
|
|
3200
|
+
"text": "'start' | 'end' | 'none'"
|
|
3201
|
+
}
|
|
3187
3202
|
},
|
|
3188
3203
|
{
|
|
3189
3204
|
"kind": "method",
|
|
@@ -3417,12 +3432,15 @@
|
|
|
3417
3432
|
{
|
|
3418
3433
|
"name": "indicator-position",
|
|
3419
3434
|
"type": {
|
|
3420
|
-
"text": "
|
|
3435
|
+
"text": "ExpansionPanelIndicatorPosition"
|
|
3421
3436
|
},
|
|
3422
3437
|
"default": "'start'",
|
|
3423
3438
|
"description": "The indicator position of the expansion panel.",
|
|
3424
3439
|
"fieldName": "indicatorPosition",
|
|
3425
|
-
"attribute": "indicator-position"
|
|
3440
|
+
"attribute": "indicator-position",
|
|
3441
|
+
"expandedType": {
|
|
3442
|
+
"text": "'start' | 'end' | 'none'"
|
|
3443
|
+
}
|
|
3426
3444
|
}
|
|
3427
3445
|
],
|
|
3428
3446
|
"mixins": [
|
|
@@ -3694,12 +3712,6 @@
|
|
|
3694
3712
|
}
|
|
3695
3713
|
]
|
|
3696
3714
|
},
|
|
3697
|
-
{
|
|
3698
|
-
"kind": "javascript-module",
|
|
3699
|
-
"path": "src/components/types.ts",
|
|
3700
|
-
"declarations": [],
|
|
3701
|
-
"exports": []
|
|
3702
|
-
},
|
|
3703
3715
|
{
|
|
3704
3716
|
"kind": "javascript-module",
|
|
3705
3717
|
"path": "src/components/badge/badge.ts",
|
|
@@ -3777,13 +3789,16 @@
|
|
|
3777
3789
|
"kind": "field",
|
|
3778
3790
|
"name": "shape",
|
|
3779
3791
|
"type": {
|
|
3780
|
-
"text": "
|
|
3792
|
+
"text": "BadgeShape"
|
|
3781
3793
|
},
|
|
3782
3794
|
"privacy": "public",
|
|
3783
3795
|
"default": "'rounded'",
|
|
3784
3796
|
"description": "The shape of the badge.",
|
|
3785
3797
|
"attribute": "shape",
|
|
3786
|
-
"reflects": true
|
|
3798
|
+
"reflects": true,
|
|
3799
|
+
"expandedType": {
|
|
3800
|
+
"text": "'rounded' | 'square'"
|
|
3801
|
+
}
|
|
3787
3802
|
},
|
|
3788
3803
|
{
|
|
3789
3804
|
"kind": "method",
|
|
@@ -3826,12 +3841,15 @@
|
|
|
3826
3841
|
{
|
|
3827
3842
|
"name": "shape",
|
|
3828
3843
|
"type": {
|
|
3829
|
-
"text": "
|
|
3844
|
+
"text": "BadgeShape"
|
|
3830
3845
|
},
|
|
3831
3846
|
"default": "'rounded'",
|
|
3832
3847
|
"description": "The shape of the badge.",
|
|
3833
3848
|
"fieldName": "shape",
|
|
3834
|
-
"attribute": "shape"
|
|
3849
|
+
"attribute": "shape",
|
|
3850
|
+
"expandedType": {
|
|
3851
|
+
"text": "'rounded' | 'square'"
|
|
3852
|
+
}
|
|
3835
3853
|
}
|
|
3836
3854
|
],
|
|
3837
3855
|
"superclass": {
|
|
@@ -4423,13 +4441,16 @@
|
|
|
4423
4441
|
"kind": "field",
|
|
4424
4442
|
"name": "variant",
|
|
4425
4443
|
"type": {
|
|
4426
|
-
"text": "
|
|
4444
|
+
"text": "ButtonVariant"
|
|
4427
4445
|
},
|
|
4428
4446
|
"privacy": "public",
|
|
4429
4447
|
"default": "'contained'",
|
|
4430
4448
|
"description": "Sets the variant of the button.",
|
|
4431
4449
|
"attribute": "variant",
|
|
4432
|
-
"reflects": true
|
|
4450
|
+
"reflects": true,
|
|
4451
|
+
"expandedType": {
|
|
4452
|
+
"text": "'contained' | 'flat' | 'outlined' | 'fab'"
|
|
4453
|
+
}
|
|
4433
4454
|
},
|
|
4434
4455
|
{
|
|
4435
4456
|
"kind": "method",
|
|
@@ -4814,12 +4835,15 @@
|
|
|
4814
4835
|
{
|
|
4815
4836
|
"name": "variant",
|
|
4816
4837
|
"type": {
|
|
4817
|
-
"text": "
|
|
4838
|
+
"text": "ButtonVariant"
|
|
4818
4839
|
},
|
|
4819
4840
|
"default": "'contained'",
|
|
4820
4841
|
"description": "Sets the variant of the button.",
|
|
4821
4842
|
"fieldName": "variant",
|
|
4822
|
-
"attribute": "variant"
|
|
4843
|
+
"attribute": "variant",
|
|
4844
|
+
"expandedType": {
|
|
4845
|
+
"text": "'contained' | 'flat' | 'outlined' | 'fab'"
|
|
4846
|
+
}
|
|
4823
4847
|
},
|
|
4824
4848
|
{
|
|
4825
4849
|
"name": "type",
|
|
@@ -5560,24 +5584,30 @@
|
|
|
5560
5584
|
"kind": "field",
|
|
5561
5585
|
"name": "alignment",
|
|
5562
5586
|
"type": {
|
|
5563
|
-
"text": "
|
|
5587
|
+
"text": "ContentOrientation"
|
|
5564
5588
|
},
|
|
5565
5589
|
"privacy": "public",
|
|
5566
5590
|
"default": "'horizontal'",
|
|
5567
5591
|
"description": "Sets the orientation of the buttons in the group.",
|
|
5568
5592
|
"attribute": "alignment",
|
|
5569
|
-
"reflects": true
|
|
5593
|
+
"reflects": true,
|
|
5594
|
+
"expandedType": {
|
|
5595
|
+
"text": "'horizontal' | 'vertical'"
|
|
5596
|
+
}
|
|
5570
5597
|
},
|
|
5571
5598
|
{
|
|
5572
5599
|
"kind": "field",
|
|
5573
5600
|
"name": "selection",
|
|
5574
5601
|
"type": {
|
|
5575
|
-
"text": "
|
|
5602
|
+
"text": "ButtonGroupSelection"
|
|
5576
5603
|
},
|
|
5577
5604
|
"privacy": "public",
|
|
5578
5605
|
"default": "'single'",
|
|
5579
5606
|
"description": "Controls the mode of selection for the button group.",
|
|
5580
|
-
"attribute": "selection"
|
|
5607
|
+
"attribute": "selection",
|
|
5608
|
+
"expandedType": {
|
|
5609
|
+
"text": "'single' | 'single-required' | 'multiple'"
|
|
5610
|
+
}
|
|
5581
5611
|
},
|
|
5582
5612
|
{
|
|
5583
5613
|
"kind": "field",
|
|
@@ -5810,22 +5840,28 @@
|
|
|
5810
5840
|
{
|
|
5811
5841
|
"name": "alignment",
|
|
5812
5842
|
"type": {
|
|
5813
|
-
"text": "
|
|
5843
|
+
"text": "ContentOrientation"
|
|
5814
5844
|
},
|
|
5815
5845
|
"default": "'horizontal'",
|
|
5816
5846
|
"description": "Sets the orientation of the buttons in the group.",
|
|
5817
5847
|
"fieldName": "alignment",
|
|
5818
|
-
"attribute": "alignment"
|
|
5848
|
+
"attribute": "alignment",
|
|
5849
|
+
"expandedType": {
|
|
5850
|
+
"text": "'horizontal' | 'vertical'"
|
|
5851
|
+
}
|
|
5819
5852
|
},
|
|
5820
5853
|
{
|
|
5821
5854
|
"name": "selection",
|
|
5822
5855
|
"type": {
|
|
5823
|
-
"text": "
|
|
5856
|
+
"text": "ButtonGroupSelection"
|
|
5824
5857
|
},
|
|
5825
5858
|
"default": "'single'",
|
|
5826
5859
|
"description": "Controls the mode of selection for the button group.",
|
|
5827
5860
|
"fieldName": "selection",
|
|
5828
|
-
"attribute": "selection"
|
|
5861
|
+
"attribute": "selection",
|
|
5862
|
+
"expandedType": {
|
|
5863
|
+
"text": "'single' | 'single-required' | 'multiple'"
|
|
5864
|
+
}
|
|
5829
5865
|
},
|
|
5830
5866
|
{
|
|
5831
5867
|
"name": "selectedItems",
|
|
@@ -6711,12 +6747,15 @@
|
|
|
6711
6747
|
"kind": "field",
|
|
6712
6748
|
"name": "selection",
|
|
6713
6749
|
"type": {
|
|
6714
|
-
"text": "
|
|
6750
|
+
"text": "CalendarSelection"
|
|
6715
6751
|
},
|
|
6716
6752
|
"privacy": "public",
|
|
6717
6753
|
"default": "'single'",
|
|
6718
6754
|
"description": "Sets the type of selection in the component.",
|
|
6719
|
-
"attribute": "selection"
|
|
6755
|
+
"attribute": "selection",
|
|
6756
|
+
"expandedType": {
|
|
6757
|
+
"text": "'single' | 'multiple' | 'range'"
|
|
6758
|
+
}
|
|
6720
6759
|
},
|
|
6721
6760
|
{
|
|
6722
6761
|
"kind": "field",
|
|
@@ -6806,12 +6845,15 @@
|
|
|
6806
6845
|
{
|
|
6807
6846
|
"name": "selection",
|
|
6808
6847
|
"type": {
|
|
6809
|
-
"text": "
|
|
6848
|
+
"text": "CalendarSelection"
|
|
6810
6849
|
},
|
|
6811
6850
|
"default": "'single'",
|
|
6812
6851
|
"description": "Sets the type of selection in the component.",
|
|
6813
6852
|
"fieldName": "selection",
|
|
6814
|
-
"attribute": "selection"
|
|
6853
|
+
"attribute": "selection",
|
|
6854
|
+
"expandedType": {
|
|
6855
|
+
"text": "'single' | 'multiple' | 'range'"
|
|
6856
|
+
}
|
|
6815
6857
|
},
|
|
6816
6858
|
{
|
|
6817
6859
|
"name": "show-week-numbers",
|
|
@@ -7580,12 +7622,15 @@
|
|
|
7580
7622
|
"kind": "field",
|
|
7581
7623
|
"name": "selection",
|
|
7582
7624
|
"type": {
|
|
7583
|
-
"text": "
|
|
7625
|
+
"text": "CalendarSelection"
|
|
7584
7626
|
},
|
|
7585
7627
|
"privacy": "public",
|
|
7586
7628
|
"default": "'single'",
|
|
7587
7629
|
"description": "Sets the type of selection in the component.",
|
|
7588
7630
|
"attribute": "selection",
|
|
7631
|
+
"expandedType": {
|
|
7632
|
+
"text": "'single' | 'multiple' | 'range'"
|
|
7633
|
+
},
|
|
7589
7634
|
"inheritedFrom": {
|
|
7590
7635
|
"name": "IgcCalendarBaseComponent",
|
|
7591
7636
|
"module": "src/components/calendar/base.ts"
|
|
@@ -7773,12 +7818,15 @@
|
|
|
7773
7818
|
{
|
|
7774
7819
|
"name": "selection",
|
|
7775
7820
|
"type": {
|
|
7776
|
-
"text": "
|
|
7821
|
+
"text": "CalendarSelection"
|
|
7777
7822
|
},
|
|
7778
7823
|
"default": "'single'",
|
|
7779
7824
|
"description": "Sets the type of selection in the component.",
|
|
7780
7825
|
"fieldName": "selection",
|
|
7781
7826
|
"attribute": "selection",
|
|
7827
|
+
"expandedType": {
|
|
7828
|
+
"text": "'single' | 'multiple' | 'range'"
|
|
7829
|
+
},
|
|
7782
7830
|
"inheritedFrom": {
|
|
7783
7831
|
"name": "IgcCalendarBaseComponent",
|
|
7784
7832
|
"module": "src/components/calendar/base.ts"
|
|
@@ -8701,24 +8749,30 @@
|
|
|
8701
8749
|
"kind": "field",
|
|
8702
8750
|
"name": "headerOrientation",
|
|
8703
8751
|
"type": {
|
|
8704
|
-
"text": "
|
|
8752
|
+
"text": "CalendarHeaderOrientation"
|
|
8705
8753
|
},
|
|
8706
8754
|
"privacy": "public",
|
|
8707
8755
|
"default": "'horizontal'",
|
|
8708
8756
|
"description": "The orientation of the calendar header.",
|
|
8709
8757
|
"attribute": "header-orientation",
|
|
8710
|
-
"reflects": true
|
|
8758
|
+
"reflects": true,
|
|
8759
|
+
"expandedType": {
|
|
8760
|
+
"text": "'horizontal' | 'vertical'"
|
|
8761
|
+
}
|
|
8711
8762
|
},
|
|
8712
8763
|
{
|
|
8713
8764
|
"kind": "field",
|
|
8714
8765
|
"name": "orientation",
|
|
8715
8766
|
"type": {
|
|
8716
|
-
"text": "
|
|
8767
|
+
"text": "ContentOrientation"
|
|
8717
8768
|
},
|
|
8718
8769
|
"privacy": "public",
|
|
8719
8770
|
"default": "'horizontal'",
|
|
8720
8771
|
"description": "The orientation of the calendar months when more than one month\nis being shown.",
|
|
8721
|
-
"attribute": "orientation"
|
|
8772
|
+
"attribute": "orientation",
|
|
8773
|
+
"expandedType": {
|
|
8774
|
+
"text": "'horizontal' | 'vertical'"
|
|
8775
|
+
}
|
|
8722
8776
|
},
|
|
8723
8777
|
{
|
|
8724
8778
|
"kind": "field",
|
|
@@ -8735,12 +8789,15 @@
|
|
|
8735
8789
|
"kind": "field",
|
|
8736
8790
|
"name": "activeView",
|
|
8737
8791
|
"type": {
|
|
8738
|
-
"text": "
|
|
8792
|
+
"text": "CalendarActiveView"
|
|
8739
8793
|
},
|
|
8740
8794
|
"privacy": "public",
|
|
8741
8795
|
"default": "'days'",
|
|
8742
8796
|
"description": "The current active view of the component.",
|
|
8743
|
-
"attribute": "active-view"
|
|
8797
|
+
"attribute": "active-view",
|
|
8798
|
+
"expandedType": {
|
|
8799
|
+
"text": "'days' | 'months' | 'years'"
|
|
8800
|
+
}
|
|
8744
8801
|
},
|
|
8745
8802
|
{
|
|
8746
8803
|
"kind": "field",
|
|
@@ -9402,12 +9459,15 @@
|
|
|
9402
9459
|
"kind": "field",
|
|
9403
9460
|
"name": "selection",
|
|
9404
9461
|
"type": {
|
|
9405
|
-
"text": "
|
|
9462
|
+
"text": "CalendarSelection"
|
|
9406
9463
|
},
|
|
9407
9464
|
"privacy": "public",
|
|
9408
9465
|
"default": "'single'",
|
|
9409
9466
|
"description": "Sets the type of selection in the component.",
|
|
9410
9467
|
"attribute": "selection",
|
|
9468
|
+
"expandedType": {
|
|
9469
|
+
"text": "'single' | 'multiple' | 'range'"
|
|
9470
|
+
},
|
|
9411
9471
|
"inheritedFrom": {
|
|
9412
9472
|
"name": "IgcCalendarBaseComponent",
|
|
9413
9473
|
"module": "src/components/calendar/base.ts"
|
|
@@ -9546,22 +9606,28 @@
|
|
|
9546
9606
|
{
|
|
9547
9607
|
"name": "header-orientation",
|
|
9548
9608
|
"type": {
|
|
9549
|
-
"text": "
|
|
9609
|
+
"text": "CalendarHeaderOrientation"
|
|
9550
9610
|
},
|
|
9551
9611
|
"default": "'horizontal'",
|
|
9552
9612
|
"description": "The orientation of the calendar header.",
|
|
9553
9613
|
"fieldName": "headerOrientation",
|
|
9554
|
-
"attribute": "header-orientation"
|
|
9614
|
+
"attribute": "header-orientation",
|
|
9615
|
+
"expandedType": {
|
|
9616
|
+
"text": "'horizontal' | 'vertical'"
|
|
9617
|
+
}
|
|
9555
9618
|
},
|
|
9556
9619
|
{
|
|
9557
9620
|
"name": "orientation",
|
|
9558
9621
|
"type": {
|
|
9559
|
-
"text": "
|
|
9622
|
+
"text": "ContentOrientation"
|
|
9560
9623
|
},
|
|
9561
9624
|
"default": "'horizontal'",
|
|
9562
9625
|
"description": "The orientation of the calendar months when more than one month\nis being shown.",
|
|
9563
9626
|
"fieldName": "orientation",
|
|
9564
|
-
"attribute": "orientation"
|
|
9627
|
+
"attribute": "orientation",
|
|
9628
|
+
"expandedType": {
|
|
9629
|
+
"text": "'horizontal' | 'vertical'"
|
|
9630
|
+
}
|
|
9565
9631
|
},
|
|
9566
9632
|
{
|
|
9567
9633
|
"name": "visible-months",
|
|
@@ -9576,12 +9642,15 @@
|
|
|
9576
9642
|
{
|
|
9577
9643
|
"name": "active-view",
|
|
9578
9644
|
"type": {
|
|
9579
|
-
"text": "
|
|
9645
|
+
"text": "CalendarActiveView"
|
|
9580
9646
|
},
|
|
9581
9647
|
"default": "'days'",
|
|
9582
9648
|
"description": "The current active view of the component.",
|
|
9583
9649
|
"fieldName": "activeView",
|
|
9584
|
-
"attribute": "active-view"
|
|
9650
|
+
"attribute": "active-view",
|
|
9651
|
+
"expandedType": {
|
|
9652
|
+
"text": "'days' | 'months' | 'years'"
|
|
9653
|
+
}
|
|
9585
9654
|
},
|
|
9586
9655
|
{
|
|
9587
9656
|
"name": "value",
|
|
@@ -9612,12 +9681,15 @@
|
|
|
9612
9681
|
{
|
|
9613
9682
|
"name": "selection",
|
|
9614
9683
|
"type": {
|
|
9615
|
-
"text": "
|
|
9684
|
+
"text": "CalendarSelection"
|
|
9616
9685
|
},
|
|
9617
9686
|
"default": "'single'",
|
|
9618
9687
|
"description": "Sets the type of selection in the component.",
|
|
9619
9688
|
"fieldName": "selection",
|
|
9620
9689
|
"attribute": "selection",
|
|
9690
|
+
"expandedType": {
|
|
9691
|
+
"text": "'single' | 'multiple' | 'range'"
|
|
9692
|
+
},
|
|
9621
9693
|
"inheritedFrom": {
|
|
9622
9694
|
"name": "IgcCalendarBaseComponent",
|
|
9623
9695
|
"module": "src/components/calendar/base.ts"
|
|
@@ -9758,25 +9830,31 @@
|
|
|
9758
9830
|
"kind": "field",
|
|
9759
9831
|
"name": "orientation",
|
|
9760
9832
|
"type": {
|
|
9761
|
-
"text": "
|
|
9833
|
+
"text": "ContentOrientation"
|
|
9762
9834
|
},
|
|
9763
9835
|
"privacy": "public",
|
|
9764
9836
|
"default": "'horizontal'",
|
|
9765
9837
|
"description": "The orientation of the actions.",
|
|
9766
9838
|
"attribute": "orientation",
|
|
9767
|
-
"reflects": true
|
|
9839
|
+
"reflects": true,
|
|
9840
|
+
"expandedType": {
|
|
9841
|
+
"text": "'horizontal' | 'vertical'"
|
|
9842
|
+
}
|
|
9768
9843
|
}
|
|
9769
9844
|
],
|
|
9770
9845
|
"attributes": [
|
|
9771
9846
|
{
|
|
9772
9847
|
"name": "orientation",
|
|
9773
9848
|
"type": {
|
|
9774
|
-
"text": "
|
|
9849
|
+
"text": "ContentOrientation"
|
|
9775
9850
|
},
|
|
9776
9851
|
"default": "'horizontal'",
|
|
9777
9852
|
"description": "The orientation of the actions.",
|
|
9778
9853
|
"fieldName": "orientation",
|
|
9779
|
-
"attribute": "orientation"
|
|
9854
|
+
"attribute": "orientation",
|
|
9855
|
+
"expandedType": {
|
|
9856
|
+
"text": "'horizontal' | 'vertical'"
|
|
9857
|
+
}
|
|
9780
9858
|
}
|
|
9781
9859
|
],
|
|
9782
9860
|
"superclass": {
|
|
@@ -10119,13 +10197,16 @@
|
|
|
10119
10197
|
"kind": "field",
|
|
10120
10198
|
"name": "variant",
|
|
10121
10199
|
"type": {
|
|
10122
|
-
"text": "
|
|
10200
|
+
"text": "IconButtonVariant"
|
|
10123
10201
|
},
|
|
10124
10202
|
"privacy": "public",
|
|
10125
10203
|
"default": "'contained'",
|
|
10126
10204
|
"description": "The visual variant of the icon button.",
|
|
10127
10205
|
"attribute": "variant",
|
|
10128
|
-
"reflects": true
|
|
10206
|
+
"reflects": true,
|
|
10207
|
+
"expandedType": {
|
|
10208
|
+
"text": "'contained' | 'flat' | 'outlined'"
|
|
10209
|
+
}
|
|
10129
10210
|
},
|
|
10130
10211
|
{
|
|
10131
10212
|
"kind": "method",
|
|
@@ -10584,12 +10665,15 @@
|
|
|
10584
10665
|
{
|
|
10585
10666
|
"name": "variant",
|
|
10586
10667
|
"type": {
|
|
10587
|
-
"text": "
|
|
10668
|
+
"text": "IconButtonVariant"
|
|
10588
10669
|
},
|
|
10589
10670
|
"default": "'contained'",
|
|
10590
10671
|
"description": "The visual variant of the icon button.",
|
|
10591
10672
|
"fieldName": "variant",
|
|
10592
|
-
"attribute": "variant"
|
|
10673
|
+
"attribute": "variant",
|
|
10674
|
+
"expandedType": {
|
|
10675
|
+
"text": "'contained' | 'flat' | 'outlined'"
|
|
10676
|
+
}
|
|
10593
10677
|
},
|
|
10594
10678
|
{
|
|
10595
10679
|
"name": "type",
|
|
@@ -11019,13 +11103,16 @@
|
|
|
11019
11103
|
"kind": "field",
|
|
11020
11104
|
"name": "type",
|
|
11021
11105
|
"type": {
|
|
11022
|
-
"text": "
|
|
11106
|
+
"text": "DividerType"
|
|
11023
11107
|
},
|
|
11024
11108
|
"privacy": "public",
|
|
11025
11109
|
"default": "'solid'",
|
|
11026
11110
|
"description": "Whether to render a solid or a dashed divider line.",
|
|
11027
11111
|
"attribute": "type",
|
|
11028
|
-
"reflects": true
|
|
11112
|
+
"reflects": true,
|
|
11113
|
+
"expandedType": {
|
|
11114
|
+
"text": "'solid' | 'dashed'"
|
|
11115
|
+
}
|
|
11029
11116
|
},
|
|
11030
11117
|
{
|
|
11031
11118
|
"kind": "field",
|
|
@@ -11063,12 +11150,15 @@
|
|
|
11063
11150
|
{
|
|
11064
11151
|
"name": "type",
|
|
11065
11152
|
"type": {
|
|
11066
|
-
"text": "
|
|
11153
|
+
"text": "DividerType"
|
|
11067
11154
|
},
|
|
11068
11155
|
"default": "'solid'",
|
|
11069
11156
|
"description": "Whether to render a solid or a dashed divider line.",
|
|
11070
11157
|
"fieldName": "type",
|
|
11071
|
-
"attribute": "type"
|
|
11158
|
+
"attribute": "type",
|
|
11159
|
+
"expandedType": {
|
|
11160
|
+
"text": "'solid' | 'dashed'"
|
|
11161
|
+
}
|
|
11072
11162
|
}
|
|
11073
11163
|
],
|
|
11074
11164
|
"superclass": {
|
|
@@ -12170,9 +12260,14 @@
|
|
|
12170
12260
|
"kind": "method",
|
|
12171
12261
|
"name": "_handleDragOver",
|
|
12172
12262
|
"privacy": "private",
|
|
12263
|
+
"return": {
|
|
12264
|
+
"type": {
|
|
12265
|
+
"text": "void"
|
|
12266
|
+
}
|
|
12267
|
+
},
|
|
12173
12268
|
"parameters": [
|
|
12174
12269
|
{
|
|
12175
|
-
"name": "
|
|
12270
|
+
"name": "{ event, state }",
|
|
12176
12271
|
"type": {
|
|
12177
12272
|
"text": "DragCallbackParameters"
|
|
12178
12273
|
}
|
|
@@ -12189,6 +12284,54 @@
|
|
|
12189
12284
|
"name": "_handleDragEnd",
|
|
12190
12285
|
"privacy": "private"
|
|
12191
12286
|
},
|
|
12287
|
+
{
|
|
12288
|
+
"kind": "method",
|
|
12289
|
+
"name": "_performSwap",
|
|
12290
|
+
"privacy": "private",
|
|
12291
|
+
"return": {
|
|
12292
|
+
"type": {
|
|
12293
|
+
"text": "void"
|
|
12294
|
+
}
|
|
12295
|
+
},
|
|
12296
|
+
"parameters": [
|
|
12297
|
+
{
|
|
12298
|
+
"name": "match",
|
|
12299
|
+
"type": {
|
|
12300
|
+
"text": "IgcTileComponent"
|
|
12301
|
+
}
|
|
12302
|
+
}
|
|
12303
|
+
]
|
|
12304
|
+
},
|
|
12305
|
+
{
|
|
12306
|
+
"kind": "method",
|
|
12307
|
+
"name": "_shouldSwap",
|
|
12308
|
+
"privacy": "private",
|
|
12309
|
+
"return": {
|
|
12310
|
+
"type": {
|
|
12311
|
+
"text": "boolean"
|
|
12312
|
+
}
|
|
12313
|
+
},
|
|
12314
|
+
"parameters": [
|
|
12315
|
+
{
|
|
12316
|
+
"name": "{ clientX, clientY }",
|
|
12317
|
+
"type": {
|
|
12318
|
+
"text": "PointerEvent"
|
|
12319
|
+
}
|
|
12320
|
+
},
|
|
12321
|
+
{
|
|
12322
|
+
"name": "state",
|
|
12323
|
+
"type": {
|
|
12324
|
+
"text": "DragCallbackParameters['state']"
|
|
12325
|
+
}
|
|
12326
|
+
},
|
|
12327
|
+
{
|
|
12328
|
+
"name": "match",
|
|
12329
|
+
"type": {
|
|
12330
|
+
"text": "IgcTileComponent"
|
|
12331
|
+
}
|
|
12332
|
+
}
|
|
12333
|
+
]
|
|
12334
|
+
},
|
|
12192
12335
|
{
|
|
12193
12336
|
"kind": "method",
|
|
12194
12337
|
"name": "_skipDrag",
|
|
@@ -13587,26 +13730,6 @@
|
|
|
13587
13730
|
"attribute": "previous",
|
|
13588
13731
|
"reflects": true
|
|
13589
13732
|
},
|
|
13590
|
-
{
|
|
13591
|
-
"kind": "method",
|
|
13592
|
-
"name": "toggleAnimation",
|
|
13593
|
-
"privacy": "public",
|
|
13594
|
-
"parameters": [
|
|
13595
|
-
{
|
|
13596
|
-
"name": "type",
|
|
13597
|
-
"type": {
|
|
13598
|
-
"text": "'in' | 'out'"
|
|
13599
|
-
}
|
|
13600
|
-
},
|
|
13601
|
-
{
|
|
13602
|
-
"name": "direction",
|
|
13603
|
-
"default": "'normal'",
|
|
13604
|
-
"type": {
|
|
13605
|
-
"text": "'normal' | 'reverse'"
|
|
13606
|
-
}
|
|
13607
|
-
}
|
|
13608
|
-
]
|
|
13609
|
-
},
|
|
13610
13733
|
{
|
|
13611
13734
|
"kind": "field",
|
|
13612
13735
|
"name": "role",
|
|
@@ -13978,12 +14101,15 @@
|
|
|
13978
14101
|
"kind": "field",
|
|
13979
14102
|
"name": "indicatorsOrientation",
|
|
13980
14103
|
"type": {
|
|
13981
|
-
"text": "
|
|
14104
|
+
"text": "CarouselIndicatorsOrientation"
|
|
13982
14105
|
},
|
|
13983
14106
|
"privacy": "public",
|
|
13984
14107
|
"default": "'end'",
|
|
13985
14108
|
"description": "Sets the orientation of the indicator controls (dots).",
|
|
13986
|
-
"attribute": "indicators-orientation"
|
|
14109
|
+
"attribute": "indicators-orientation",
|
|
14110
|
+
"expandedType": {
|
|
14111
|
+
"text": "'end' | 'start'"
|
|
14112
|
+
}
|
|
13987
14113
|
},
|
|
13988
14114
|
{
|
|
13989
14115
|
"kind": "field",
|
|
@@ -14032,12 +14158,15 @@
|
|
|
14032
14158
|
"kind": "field",
|
|
14033
14159
|
"name": "animationType",
|
|
14034
14160
|
"type": {
|
|
14035
|
-
"text": "
|
|
14161
|
+
"text": "HorizontalTransitionAnimation"
|
|
14036
14162
|
},
|
|
14037
14163
|
"privacy": "public",
|
|
14038
14164
|
"default": "'slide'",
|
|
14039
14165
|
"description": "The animation type.",
|
|
14040
|
-
"attribute": "animation-type"
|
|
14166
|
+
"attribute": "animation-type",
|
|
14167
|
+
"expandedType": {
|
|
14168
|
+
"text": "'slide' | 'fade' | 'none'"
|
|
14169
|
+
}
|
|
14041
14170
|
},
|
|
14042
14171
|
{
|
|
14043
14172
|
"kind": "field",
|
|
@@ -14710,12 +14839,15 @@
|
|
|
14710
14839
|
{
|
|
14711
14840
|
"name": "indicators-orientation",
|
|
14712
14841
|
"type": {
|
|
14713
|
-
"text": "
|
|
14842
|
+
"text": "CarouselIndicatorsOrientation"
|
|
14714
14843
|
},
|
|
14715
14844
|
"default": "'end'",
|
|
14716
14845
|
"description": "Sets the orientation of the indicator controls (dots).",
|
|
14717
14846
|
"fieldName": "indicatorsOrientation",
|
|
14718
|
-
"attribute": "indicators-orientation"
|
|
14847
|
+
"attribute": "indicators-orientation",
|
|
14848
|
+
"expandedType": {
|
|
14849
|
+
"text": "'end' | 'start'"
|
|
14850
|
+
}
|
|
14719
14851
|
},
|
|
14720
14852
|
{
|
|
14721
14853
|
"name": "indicators-label-format",
|
|
@@ -14759,12 +14891,15 @@
|
|
|
14759
14891
|
{
|
|
14760
14892
|
"name": "animation-type",
|
|
14761
14893
|
"type": {
|
|
14762
|
-
"text": "
|
|
14894
|
+
"text": "HorizontalTransitionAnimation"
|
|
14763
14895
|
},
|
|
14764
14896
|
"default": "'slide'",
|
|
14765
14897
|
"description": "The animation type.",
|
|
14766
14898
|
"fieldName": "animationType",
|
|
14767
|
-
"attribute": "animation-type"
|
|
14899
|
+
"attribute": "animation-type",
|
|
14900
|
+
"expandedType": {
|
|
14901
|
+
"text": "'slide' | 'fade' | 'none'"
|
|
14902
|
+
}
|
|
14768
14903
|
}
|
|
14769
14904
|
],
|
|
14770
14905
|
"mixins": [
|
|
@@ -17498,6 +17633,14 @@
|
|
|
17498
17633
|
},
|
|
17499
17634
|
"default": "{ setValue: convertToDate, setDefaultValue: convertToDate, setFormValue: getDateFormValue, }"
|
|
17500
17635
|
},
|
|
17636
|
+
{
|
|
17637
|
+
"kind": "variable",
|
|
17638
|
+
"name": "defaultFileListTransformer",
|
|
17639
|
+
"type": {
|
|
17640
|
+
"text": "Partial<\n FormValueTransformers<FileList | null>\n>"
|
|
17641
|
+
},
|
|
17642
|
+
"default": "{ setValue: (value) => value || null, getValue: (value) => value, setDefaultValue: (value) => value || null, getDefaultValue: (value) => value, setFormValue: (files: FileList | null, host: IgcFormControl) => { if (!host.name || !files) { return null; } const data = new FormData(); for (const file of Array.from(files)) { data.append(host.name, file); } return data; }, }"
|
|
17643
|
+
},
|
|
17501
17644
|
{
|
|
17502
17645
|
"kind": "class",
|
|
17503
17646
|
"description": "",
|
|
@@ -17627,6 +17770,14 @@
|
|
|
17627
17770
|
"module": "src/components/common/mixins/forms/form-value.ts"
|
|
17628
17771
|
}
|
|
17629
17772
|
},
|
|
17773
|
+
{
|
|
17774
|
+
"kind": "js",
|
|
17775
|
+
"name": "defaultFileListTransformer",
|
|
17776
|
+
"declaration": {
|
|
17777
|
+
"name": "defaultFileListTransformer",
|
|
17778
|
+
"module": "src/components/common/mixins/forms/form-value.ts"
|
|
17779
|
+
}
|
|
17780
|
+
},
|
|
17630
17781
|
{
|
|
17631
17782
|
"kind": "js",
|
|
17632
17783
|
"name": "FormValue",
|
|
@@ -20069,13 +20220,16 @@
|
|
|
20069
20220
|
"kind": "field",
|
|
20070
20221
|
"name": "labelPosition",
|
|
20071
20222
|
"type": {
|
|
20072
|
-
"text": "
|
|
20223
|
+
"text": "ToggleLabelPosition"
|
|
20073
20224
|
},
|
|
20074
20225
|
"privacy": "public",
|
|
20075
20226
|
"default": "'after'",
|
|
20076
20227
|
"description": "The label position of the control.",
|
|
20077
20228
|
"attribute": "label-position",
|
|
20078
|
-
"reflects": true
|
|
20229
|
+
"reflects": true,
|
|
20230
|
+
"expandedType": {
|
|
20231
|
+
"text": "'after' | 'before'"
|
|
20232
|
+
}
|
|
20079
20233
|
},
|
|
20080
20234
|
{
|
|
20081
20235
|
"kind": "method",
|
|
@@ -20743,12 +20897,15 @@
|
|
|
20743
20897
|
{
|
|
20744
20898
|
"name": "label-position",
|
|
20745
20899
|
"type": {
|
|
20746
|
-
"text": "
|
|
20900
|
+
"text": "ToggleLabelPosition"
|
|
20747
20901
|
},
|
|
20748
20902
|
"default": "'after'",
|
|
20749
20903
|
"description": "The label position of the control.",
|
|
20750
20904
|
"fieldName": "labelPosition",
|
|
20751
|
-
"attribute": "label-position"
|
|
20905
|
+
"attribute": "label-position",
|
|
20906
|
+
"expandedType": {
|
|
20907
|
+
"text": "'after' | 'before'"
|
|
20908
|
+
}
|
|
20752
20909
|
},
|
|
20753
20910
|
{
|
|
20754
20911
|
"name": "required",
|
|
@@ -21696,13 +21853,16 @@
|
|
|
21696
21853
|
"kind": "field",
|
|
21697
21854
|
"name": "labelPosition",
|
|
21698
21855
|
"type": {
|
|
21699
|
-
"text": "
|
|
21856
|
+
"text": "ToggleLabelPosition"
|
|
21700
21857
|
},
|
|
21701
21858
|
"privacy": "public",
|
|
21702
21859
|
"default": "'after'",
|
|
21703
21860
|
"description": "The label position of the control.",
|
|
21704
21861
|
"attribute": "label-position",
|
|
21705
21862
|
"reflects": true,
|
|
21863
|
+
"expandedType": {
|
|
21864
|
+
"text": "'after' | 'before'"
|
|
21865
|
+
},
|
|
21706
21866
|
"inheritedFrom": {
|
|
21707
21867
|
"name": "IgcCheckboxBaseComponent",
|
|
21708
21868
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
@@ -21876,12 +22036,15 @@
|
|
|
21876
22036
|
{
|
|
21877
22037
|
"name": "label-position",
|
|
21878
22038
|
"type": {
|
|
21879
|
-
"text": "
|
|
22039
|
+
"text": "ToggleLabelPosition"
|
|
21880
22040
|
},
|
|
21881
22041
|
"default": "'after'",
|
|
21882
22042
|
"description": "The label position of the control.",
|
|
21883
22043
|
"fieldName": "labelPosition",
|
|
21884
22044
|
"attribute": "label-position",
|
|
22045
|
+
"expandedType": {
|
|
22046
|
+
"text": "'after' | 'before'"
|
|
22047
|
+
},
|
|
21885
22048
|
"inheritedFrom": {
|
|
21886
22049
|
"name": "IgcCheckboxBaseComponent",
|
|
21887
22050
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
@@ -23461,6 +23624,16 @@
|
|
|
23461
23624
|
}
|
|
23462
23625
|
]
|
|
23463
23626
|
},
|
|
23627
|
+
{
|
|
23628
|
+
"kind": "method",
|
|
23629
|
+
"name": "renderFileParts",
|
|
23630
|
+
"privacy": "protected",
|
|
23631
|
+
"return": {
|
|
23632
|
+
"type": {
|
|
23633
|
+
"text": "TemplateResult | typeof nothing"
|
|
23634
|
+
}
|
|
23635
|
+
}
|
|
23636
|
+
},
|
|
23464
23637
|
{
|
|
23465
23638
|
"kind": "method",
|
|
23466
23639
|
"name": "setSelectionRange",
|
|
@@ -24533,7 +24706,7 @@
|
|
|
24533
24706
|
"kind": "field",
|
|
24534
24707
|
"name": "type",
|
|
24535
24708
|
"type": {
|
|
24536
|
-
"text": "
|
|
24709
|
+
"text": "InputType"
|
|
24537
24710
|
},
|
|
24538
24711
|
"privacy": "public",
|
|
24539
24712
|
"default": "'text'",
|
|
@@ -25566,6 +25739,20 @@
|
|
|
25566
25739
|
"module": "src/components/input/input-base.ts"
|
|
25567
25740
|
}
|
|
25568
25741
|
},
|
|
25742
|
+
{
|
|
25743
|
+
"kind": "method",
|
|
25744
|
+
"name": "renderFileParts",
|
|
25745
|
+
"privacy": "protected",
|
|
25746
|
+
"return": {
|
|
25747
|
+
"type": {
|
|
25748
|
+
"text": "TemplateResult | typeof nothing"
|
|
25749
|
+
}
|
|
25750
|
+
},
|
|
25751
|
+
"inheritedFrom": {
|
|
25752
|
+
"name": "IgcInputBaseComponent",
|
|
25753
|
+
"module": "src/components/input/input-base.ts"
|
|
25754
|
+
}
|
|
25755
|
+
},
|
|
25569
25756
|
{
|
|
25570
25757
|
"kind": "method",
|
|
25571
25758
|
"name": "setSelectionRange",
|
|
@@ -25675,7 +25862,7 @@
|
|
|
25675
25862
|
{
|
|
25676
25863
|
"name": "type",
|
|
25677
25864
|
"type": {
|
|
25678
|
-
"text": "
|
|
25865
|
+
"text": "InputType"
|
|
25679
25866
|
},
|
|
25680
25867
|
"default": "'text'",
|
|
25681
25868
|
"description": "The type attribute of the control.",
|
|
@@ -26028,7 +26215,7 @@
|
|
|
26028
26215
|
"kind": "field",
|
|
26029
26216
|
"name": "placement",
|
|
26030
26217
|
"type": {
|
|
26031
|
-
"text": "
|
|
26218
|
+
"text": "PopoverPlacement"
|
|
26032
26219
|
},
|
|
26033
26220
|
"privacy": "public",
|
|
26034
26221
|
"default": "'bottom-start'",
|
|
@@ -26167,7 +26354,7 @@
|
|
|
26167
26354
|
{
|
|
26168
26355
|
"name": "placement",
|
|
26169
26356
|
"type": {
|
|
26170
|
-
"text": "
|
|
26357
|
+
"text": "PopoverPlacement"
|
|
26171
26358
|
},
|
|
26172
26359
|
"default": "'bottom-start'",
|
|
26173
26360
|
"description": "Where to place the floating element relative to the parent anchor element.",
|
|
@@ -30592,6 +30779,20 @@
|
|
|
30592
30779
|
"module": "src/components/input/input-base.ts"
|
|
30593
30780
|
}
|
|
30594
30781
|
},
|
|
30782
|
+
{
|
|
30783
|
+
"kind": "method",
|
|
30784
|
+
"name": "renderFileParts",
|
|
30785
|
+
"privacy": "protected",
|
|
30786
|
+
"return": {
|
|
30787
|
+
"type": {
|
|
30788
|
+
"text": "TemplateResult | typeof nothing"
|
|
30789
|
+
}
|
|
30790
|
+
},
|
|
30791
|
+
"inheritedFrom": {
|
|
30792
|
+
"name": "IgcInputBaseComponent",
|
|
30793
|
+
"module": "src/components/input/input-base.ts"
|
|
30794
|
+
}
|
|
30795
|
+
},
|
|
30595
30796
|
{
|
|
30596
30797
|
"kind": "method",
|
|
30597
30798
|
"name": "renderPrefix",
|
|
@@ -32560,6 +32761,20 @@
|
|
|
32560
32761
|
"module": "src/components/input/input-base.ts"
|
|
32561
32762
|
}
|
|
32562
32763
|
},
|
|
32764
|
+
{
|
|
32765
|
+
"kind": "method",
|
|
32766
|
+
"name": "renderFileParts",
|
|
32767
|
+
"privacy": "protected",
|
|
32768
|
+
"return": {
|
|
32769
|
+
"type": {
|
|
32770
|
+
"text": "TemplateResult | typeof nothing"
|
|
32771
|
+
}
|
|
32772
|
+
},
|
|
32773
|
+
"inheritedFrom": {
|
|
32774
|
+
"name": "IgcInputBaseComponent",
|
|
32775
|
+
"module": "src/components/input/input-base.ts"
|
|
32776
|
+
}
|
|
32777
|
+
},
|
|
32563
32778
|
{
|
|
32564
32779
|
"kind": "method",
|
|
32565
32780
|
"name": "renderPrefix",
|
|
@@ -33950,12 +34165,15 @@
|
|
|
33950
34165
|
"kind": "field",
|
|
33951
34166
|
"name": "mode",
|
|
33952
34167
|
"type": {
|
|
33953
|
-
"text": "
|
|
34168
|
+
"text": "PickerMode"
|
|
33954
34169
|
},
|
|
33955
34170
|
"privacy": "public",
|
|
33956
34171
|
"default": "'dropdown'",
|
|
33957
34172
|
"description": "Determines whether the calendar is opened in a dropdown or a modal dialog",
|
|
33958
|
-
"attribute": "mode"
|
|
34173
|
+
"attribute": "mode",
|
|
34174
|
+
"expandedType": {
|
|
34175
|
+
"text": "'dropdown' | 'dialog'"
|
|
34176
|
+
}
|
|
33959
34177
|
},
|
|
33960
34178
|
{
|
|
33961
34179
|
"kind": "field",
|
|
@@ -34025,24 +34243,30 @@
|
|
|
34025
34243
|
"kind": "field",
|
|
34026
34244
|
"name": "headerOrientation",
|
|
34027
34245
|
"type": {
|
|
34028
|
-
"text": "
|
|
34246
|
+
"text": "CalendarHeaderOrientation"
|
|
34029
34247
|
},
|
|
34030
34248
|
"privacy": "public",
|
|
34031
34249
|
"default": "'horizontal'",
|
|
34032
34250
|
"description": "The orientation of the calendar header.",
|
|
34033
34251
|
"attribute": "header-orientation",
|
|
34034
|
-
"reflects": true
|
|
34252
|
+
"reflects": true,
|
|
34253
|
+
"expandedType": {
|
|
34254
|
+
"text": "'horizontal' | 'vertical'"
|
|
34255
|
+
}
|
|
34035
34256
|
},
|
|
34036
34257
|
{
|
|
34037
34258
|
"kind": "field",
|
|
34038
34259
|
"name": "orientation",
|
|
34039
34260
|
"type": {
|
|
34040
|
-
"text": "
|
|
34261
|
+
"text": "ContentOrientation"
|
|
34041
34262
|
},
|
|
34042
34263
|
"privacy": "public",
|
|
34043
34264
|
"default": "'horizontal'",
|
|
34044
34265
|
"description": "The orientation of the multiple months displayed in the calendar's days view.",
|
|
34045
|
-
"attribute": "orientation"
|
|
34266
|
+
"attribute": "orientation",
|
|
34267
|
+
"expandedType": {
|
|
34268
|
+
"text": "'horizontal' | 'vertical'"
|
|
34269
|
+
}
|
|
34046
34270
|
},
|
|
34047
34271
|
{
|
|
34048
34272
|
"kind": "field",
|
|
@@ -35367,12 +35591,15 @@
|
|
|
35367
35591
|
{
|
|
35368
35592
|
"name": "mode",
|
|
35369
35593
|
"type": {
|
|
35370
|
-
"text": "
|
|
35594
|
+
"text": "PickerMode"
|
|
35371
35595
|
},
|
|
35372
35596
|
"default": "'dropdown'",
|
|
35373
35597
|
"description": "Determines whether the calendar is opened in a dropdown or a modal dialog",
|
|
35374
35598
|
"fieldName": "mode",
|
|
35375
|
-
"attribute": "mode"
|
|
35599
|
+
"attribute": "mode",
|
|
35600
|
+
"expandedType": {
|
|
35601
|
+
"text": "'dropdown' | 'dialog'"
|
|
35602
|
+
}
|
|
35376
35603
|
},
|
|
35377
35604
|
{
|
|
35378
35605
|
"name": "non-editable",
|
|
@@ -35424,22 +35651,28 @@
|
|
|
35424
35651
|
{
|
|
35425
35652
|
"name": "header-orientation",
|
|
35426
35653
|
"type": {
|
|
35427
|
-
"text": "
|
|
35654
|
+
"text": "CalendarHeaderOrientation"
|
|
35428
35655
|
},
|
|
35429
35656
|
"default": "'horizontal'",
|
|
35430
35657
|
"description": "The orientation of the calendar header.",
|
|
35431
35658
|
"fieldName": "headerOrientation",
|
|
35432
|
-
"attribute": "header-orientation"
|
|
35659
|
+
"attribute": "header-orientation",
|
|
35660
|
+
"expandedType": {
|
|
35661
|
+
"text": "'horizontal' | 'vertical'"
|
|
35662
|
+
}
|
|
35433
35663
|
},
|
|
35434
35664
|
{
|
|
35435
35665
|
"name": "orientation",
|
|
35436
35666
|
"type": {
|
|
35437
|
-
"text": "
|
|
35667
|
+
"text": "ContentOrientation"
|
|
35438
35668
|
},
|
|
35439
35669
|
"default": "'horizontal'",
|
|
35440
35670
|
"description": "The orientation of the multiple months displayed in the calendar's days view.",
|
|
35441
35671
|
"fieldName": "orientation",
|
|
35442
|
-
"attribute": "orientation"
|
|
35672
|
+
"attribute": "orientation",
|
|
35673
|
+
"expandedType": {
|
|
35674
|
+
"text": "'horizontal' | 'vertical'"
|
|
35675
|
+
}
|
|
35443
35676
|
},
|
|
35444
35677
|
{
|
|
35445
35678
|
"name": "hide-header",
|
|
@@ -36377,23 +36610,29 @@
|
|
|
36377
36610
|
"kind": "field",
|
|
36378
36611
|
"name": "placement",
|
|
36379
36612
|
"type": {
|
|
36380
|
-
"text": "
|
|
36613
|
+
"text": "PopoverPlacement"
|
|
36381
36614
|
},
|
|
36382
36615
|
"privacy": "public",
|
|
36383
36616
|
"default": "'bottom-start'",
|
|
36384
36617
|
"description": "The preferred placement of the component around the target element.",
|
|
36385
|
-
"attribute": "placement"
|
|
36618
|
+
"attribute": "placement",
|
|
36619
|
+
"expandedType": {
|
|
36620
|
+
"text": "'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end'"
|
|
36621
|
+
}
|
|
36386
36622
|
},
|
|
36387
36623
|
{
|
|
36388
36624
|
"kind": "field",
|
|
36389
36625
|
"name": "scrollStrategy",
|
|
36390
36626
|
"type": {
|
|
36391
|
-
"text": "
|
|
36627
|
+
"text": "PopoverScrollStrategy"
|
|
36392
36628
|
},
|
|
36393
36629
|
"privacy": "public",
|
|
36394
36630
|
"default": "'scroll'",
|
|
36395
36631
|
"description": "Determines the behavior of the component during scrolling of the parent container.",
|
|
36396
|
-
"attribute": "scroll-strategy"
|
|
36632
|
+
"attribute": "scroll-strategy",
|
|
36633
|
+
"expandedType": {
|
|
36634
|
+
"text": "'scroll' | 'block' | 'close'"
|
|
36635
|
+
}
|
|
36397
36636
|
},
|
|
36398
36637
|
{
|
|
36399
36638
|
"kind": "field",
|
|
@@ -37067,22 +37306,28 @@
|
|
|
37067
37306
|
{
|
|
37068
37307
|
"name": "placement",
|
|
37069
37308
|
"type": {
|
|
37070
|
-
"text": "
|
|
37309
|
+
"text": "PopoverPlacement"
|
|
37071
37310
|
},
|
|
37072
37311
|
"default": "'bottom-start'",
|
|
37073
37312
|
"description": "The preferred placement of the component around the target element.",
|
|
37074
37313
|
"fieldName": "placement",
|
|
37075
|
-
"attribute": "placement"
|
|
37314
|
+
"attribute": "placement",
|
|
37315
|
+
"expandedType": {
|
|
37316
|
+
"text": "'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end'"
|
|
37317
|
+
}
|
|
37076
37318
|
},
|
|
37077
37319
|
{
|
|
37078
37320
|
"name": "scroll-strategy",
|
|
37079
37321
|
"type": {
|
|
37080
|
-
"text": "
|
|
37322
|
+
"text": "PopoverScrollStrategy"
|
|
37081
37323
|
},
|
|
37082
37324
|
"default": "'scroll'",
|
|
37083
37325
|
"description": "Determines the behavior of the component during scrolling of the parent container.",
|
|
37084
37326
|
"fieldName": "scrollStrategy",
|
|
37085
|
-
"attribute": "scroll-strategy"
|
|
37327
|
+
"attribute": "scroll-strategy",
|
|
37328
|
+
"expandedType": {
|
|
37329
|
+
"text": "'scroll' | 'block' | 'close'"
|
|
37330
|
+
}
|
|
37086
37331
|
},
|
|
37087
37332
|
{
|
|
37088
37333
|
"name": "flip",
|
|
@@ -37184,38 +37429,102 @@
|
|
|
37184
37429
|
},
|
|
37185
37430
|
{
|
|
37186
37431
|
"kind": "javascript-module",
|
|
37187
|
-
"path": "src/components/
|
|
37432
|
+
"path": "src/components/file-input/validators.ts",
|
|
37433
|
+
"declarations": [
|
|
37434
|
+
{
|
|
37435
|
+
"kind": "variable",
|
|
37436
|
+
"name": "fileValidators",
|
|
37437
|
+
"type": {
|
|
37438
|
+
"text": "Validator<IgcFileInputComponent>[]"
|
|
37439
|
+
},
|
|
37440
|
+
"default": "[ requiredValidator, ]"
|
|
37441
|
+
}
|
|
37442
|
+
],
|
|
37443
|
+
"exports": [
|
|
37444
|
+
{
|
|
37445
|
+
"kind": "js",
|
|
37446
|
+
"name": "fileValidators",
|
|
37447
|
+
"declaration": {
|
|
37448
|
+
"name": "fileValidators",
|
|
37449
|
+
"module": "src/components/file-input/validators.ts"
|
|
37450
|
+
}
|
|
37451
|
+
}
|
|
37452
|
+
]
|
|
37453
|
+
},
|
|
37454
|
+
{
|
|
37455
|
+
"kind": "javascript-module",
|
|
37456
|
+
"path": "src/components/file-input/file-input.ts",
|
|
37188
37457
|
"declarations": [
|
|
37189
37458
|
{
|
|
37190
37459
|
"kind": "class",
|
|
37191
|
-
"description": "
|
|
37192
|
-
"name": "
|
|
37460
|
+
"description": "",
|
|
37461
|
+
"name": "IgcFileInputComponent",
|
|
37193
37462
|
"cssParts": [
|
|
37194
37463
|
{
|
|
37195
|
-
"description": "The
|
|
37196
|
-
"name": "
|
|
37464
|
+
"description": "The main wrapper that holds all main input elements.",
|
|
37465
|
+
"name": "container"
|
|
37197
37466
|
},
|
|
37198
37467
|
{
|
|
37199
|
-
"description": "The
|
|
37200
|
-
"name": "
|
|
37468
|
+
"description": "The native input element.",
|
|
37469
|
+
"name": "input"
|
|
37201
37470
|
},
|
|
37202
37471
|
{
|
|
37203
|
-
"description": "The
|
|
37472
|
+
"description": "The native label element.",
|
|
37473
|
+
"name": "label"
|
|
37474
|
+
},
|
|
37475
|
+
{
|
|
37476
|
+
"description": "The file names wrapper when input type is 'file'.",
|
|
37477
|
+
"name": "file-names"
|
|
37478
|
+
},
|
|
37479
|
+
{
|
|
37480
|
+
"description": "The browse button when input type is 'file'.",
|
|
37481
|
+
"name": "file-selector-button"
|
|
37482
|
+
},
|
|
37483
|
+
{
|
|
37484
|
+
"description": "The prefix wrapper.",
|
|
37485
|
+
"name": "prefix"
|
|
37486
|
+
},
|
|
37487
|
+
{
|
|
37488
|
+
"description": "The suffix wrapper.",
|
|
37204
37489
|
"name": "suffix"
|
|
37490
|
+
},
|
|
37491
|
+
{
|
|
37492
|
+
"description": "The helper text wrapper.",
|
|
37493
|
+
"name": "helper-text"
|
|
37205
37494
|
}
|
|
37206
37495
|
],
|
|
37207
37496
|
"slots": [
|
|
37208
37497
|
{
|
|
37209
|
-
"description": "Renders
|
|
37210
|
-
"name": ""
|
|
37211
|
-
},
|
|
37212
|
-
{
|
|
37213
|
-
"description": "Renders content before the main content area.",
|
|
37498
|
+
"description": "Renders content before the input.",
|
|
37214
37499
|
"name": "prefix"
|
|
37215
37500
|
},
|
|
37216
37501
|
{
|
|
37217
|
-
"description": "Renders content after
|
|
37502
|
+
"description": "Renders content after input.",
|
|
37218
37503
|
"name": "suffix"
|
|
37504
|
+
},
|
|
37505
|
+
{
|
|
37506
|
+
"description": "Renders content below the input.",
|
|
37507
|
+
"name": "helper-text"
|
|
37508
|
+
},
|
|
37509
|
+
{
|
|
37510
|
+
"description": "Renders content for the browse button when input type is file.",
|
|
37511
|
+
"name": "file-selector-text"
|
|
37512
|
+
},
|
|
37513
|
+
{
|
|
37514
|
+
"description": "Renders content when input type is file and no file is chosen.",
|
|
37515
|
+
"name": "file-missing-text"
|
|
37516
|
+
},
|
|
37517
|
+
{
|
|
37518
|
+
"description": "Renders content when the required validation fails.",
|
|
37519
|
+
"name": "value-missing"
|
|
37520
|
+
},
|
|
37521
|
+
{
|
|
37522
|
+
"description": "Renders content when setCustomValidity(message) is set.",
|
|
37523
|
+
"name": "custom-error"
|
|
37524
|
+
},
|
|
37525
|
+
{
|
|
37526
|
+
"description": "Renders content when the component is in invalid state (validity.valid = false).",
|
|
37527
|
+
"name": "invalid"
|
|
37219
37528
|
}
|
|
37220
37529
|
],
|
|
37221
37530
|
"members": [
|
|
@@ -37228,275 +37537,1630 @@
|
|
|
37228
37537
|
"privacy": "public",
|
|
37229
37538
|
"static": true,
|
|
37230
37539
|
"readonly": true,
|
|
37231
|
-
"default": "'igc-
|
|
37540
|
+
"default": "'igc-file-input'"
|
|
37232
37541
|
},
|
|
37233
37542
|
{
|
|
37234
37543
|
"kind": "method",
|
|
37235
37544
|
"name": "register",
|
|
37236
37545
|
"privacy": "public",
|
|
37237
|
-
"static": true
|
|
37546
|
+
"static": true,
|
|
37547
|
+
"return": {
|
|
37548
|
+
"type": {
|
|
37549
|
+
"text": "void"
|
|
37550
|
+
}
|
|
37551
|
+
}
|
|
37238
37552
|
},
|
|
37239
37553
|
{
|
|
37240
37554
|
"kind": "field",
|
|
37241
|
-
"name": "
|
|
37242
|
-
"
|
|
37243
|
-
|
|
37244
|
-
|
|
37245
|
-
"
|
|
37555
|
+
"name": "__validators",
|
|
37556
|
+
"type": {
|
|
37557
|
+
"text": "Validator[]"
|
|
37558
|
+
},
|
|
37559
|
+
"privacy": "protected",
|
|
37560
|
+
"readonly": true,
|
|
37246
37561
|
"inheritedFrom": {
|
|
37247
|
-
"name": "
|
|
37248
|
-
"module": "src/components/
|
|
37562
|
+
"name": "IgcInputBaseComponent",
|
|
37563
|
+
"module": "src/components/input/input-base.ts"
|
|
37249
37564
|
}
|
|
37250
37565
|
},
|
|
37251
37566
|
{
|
|
37252
37567
|
"kind": "field",
|
|
37253
|
-
"name": "
|
|
37568
|
+
"name": "_formValue",
|
|
37254
37569
|
"type": {
|
|
37255
|
-
"text": "
|
|
37570
|
+
"text": "FormValue<unknown>"
|
|
37256
37571
|
},
|
|
37257
37572
|
"privacy": "protected",
|
|
37258
37573
|
"inheritedFrom": {
|
|
37259
|
-
"name": "
|
|
37260
|
-
"module": "src/components/
|
|
37574
|
+
"name": "IgcInputBaseComponent",
|
|
37575
|
+
"module": "src/components/input/input-base.ts"
|
|
37261
37576
|
}
|
|
37262
37577
|
},
|
|
37263
37578
|
{
|
|
37264
37579
|
"kind": "field",
|
|
37265
|
-
"name": "
|
|
37580
|
+
"name": "_hasActivation",
|
|
37266
37581
|
"type": {
|
|
37267
37582
|
"text": "boolean"
|
|
37268
37583
|
},
|
|
37269
|
-
"privacy": "
|
|
37270
|
-
"default": "false"
|
|
37271
|
-
"inheritedFrom": {
|
|
37272
|
-
"name": "IgcBaseOptionLikeComponent",
|
|
37273
|
-
"module": "src/components/common/mixins/option.ts"
|
|
37274
|
-
}
|
|
37584
|
+
"privacy": "private",
|
|
37585
|
+
"default": "false"
|
|
37275
37586
|
},
|
|
37276
37587
|
{
|
|
37277
37588
|
"kind": "field",
|
|
37278
|
-
"name": "
|
|
37589
|
+
"name": "_fileNames",
|
|
37279
37590
|
"type": {
|
|
37280
|
-
"text": "
|
|
37591
|
+
"text": "string | null"
|
|
37281
37592
|
},
|
|
37282
|
-
"privacy": "
|
|
37283
|
-
"
|
|
37593
|
+
"privacy": "private",
|
|
37594
|
+
"readonly": true
|
|
37595
|
+
},
|
|
37596
|
+
{
|
|
37597
|
+
"kind": "field",
|
|
37598
|
+
"name": "value",
|
|
37599
|
+
"type": {
|
|
37600
|
+
"text": "string | Date | null"
|
|
37601
|
+
},
|
|
37602
|
+
"privacy": "public",
|
|
37603
|
+
"description": "The value of the control.",
|
|
37604
|
+
"attribute": "value",
|
|
37284
37605
|
"inheritedFrom": {
|
|
37285
|
-
"name": "
|
|
37286
|
-
"module": "src/components/
|
|
37606
|
+
"name": "IgcInputBaseComponent",
|
|
37607
|
+
"module": "src/components/input/input-base.ts"
|
|
37287
37608
|
}
|
|
37288
37609
|
},
|
|
37289
37610
|
{
|
|
37290
37611
|
"kind": "field",
|
|
37291
|
-
"name": "
|
|
37612
|
+
"name": "multiple",
|
|
37292
37613
|
"type": {
|
|
37293
37614
|
"text": "boolean"
|
|
37294
37615
|
},
|
|
37295
|
-
"privacy": "
|
|
37616
|
+
"privacy": "public",
|
|
37296
37617
|
"default": "false",
|
|
37297
|
-
"
|
|
37298
|
-
|
|
37299
|
-
"module": "src/components/common/mixins/option.ts"
|
|
37300
|
-
}
|
|
37618
|
+
"description": "The multiple attribute of the control.\nUsed to indicate that a file input allows the user to select more than one file.",
|
|
37619
|
+
"attribute": "multiple"
|
|
37301
37620
|
},
|
|
37302
37621
|
{
|
|
37303
37622
|
"kind": "field",
|
|
37304
|
-
"name": "
|
|
37623
|
+
"name": "accept",
|
|
37305
37624
|
"type": {
|
|
37306
37625
|
"text": "string"
|
|
37307
37626
|
},
|
|
37308
|
-
"privacy": "
|
|
37309
|
-
"
|
|
37310
|
-
|
|
37311
|
-
|
|
37312
|
-
}
|
|
37627
|
+
"privacy": "public",
|
|
37628
|
+
"default": "''",
|
|
37629
|
+
"description": "The accept attribute of the control.\nDefines the file types as a list of comma-separated values that the file input should accept.",
|
|
37630
|
+
"attribute": "accept"
|
|
37313
37631
|
},
|
|
37314
37632
|
{
|
|
37315
37633
|
"kind": "field",
|
|
37316
|
-
"name": "
|
|
37634
|
+
"name": "autofocus",
|
|
37317
37635
|
"type": {
|
|
37318
|
-
"text": "
|
|
37636
|
+
"text": "boolean"
|
|
37319
37637
|
},
|
|
37320
|
-
"privacy": "
|
|
37321
|
-
"
|
|
37322
|
-
|
|
37323
|
-
"module": "src/components/common/mixins/option.ts"
|
|
37324
|
-
}
|
|
37638
|
+
"privacy": "public",
|
|
37639
|
+
"description": "The autofocus attribute of the control.",
|
|
37640
|
+
"attribute": "autofocus"
|
|
37325
37641
|
},
|
|
37326
37642
|
{
|
|
37327
37643
|
"kind": "field",
|
|
37328
|
-
"name": "
|
|
37329
|
-
"
|
|
37644
|
+
"name": "readOnly",
|
|
37645
|
+
"type": {
|
|
37646
|
+
"text": "boolean"
|
|
37647
|
+
},
|
|
37648
|
+
"privacy": "public",
|
|
37649
|
+
"default": "false",
|
|
37650
|
+
"description": "Makes the control a readonly field.",
|
|
37651
|
+
"attribute": "readonly",
|
|
37652
|
+
"reflects": true,
|
|
37330
37653
|
"readonly": true,
|
|
37331
37654
|
"inheritedFrom": {
|
|
37332
|
-
"name": "
|
|
37333
|
-
"module": "src/components/
|
|
37655
|
+
"name": "IgcInputBaseComponent",
|
|
37656
|
+
"module": "src/components/input/input-base.ts"
|
|
37334
37657
|
}
|
|
37335
37658
|
},
|
|
37336
37659
|
{
|
|
37337
37660
|
"kind": "field",
|
|
37338
|
-
"name": "
|
|
37661
|
+
"name": "files",
|
|
37662
|
+
"type": {
|
|
37663
|
+
"text": "FileList | null"
|
|
37664
|
+
},
|
|
37339
37665
|
"privacy": "public",
|
|
37340
|
-
"description": "
|
|
37341
|
-
"
|
|
37342
|
-
"reflects": true,
|
|
37343
|
-
"inheritedFrom": {
|
|
37344
|
-
"name": "IgcBaseOptionLikeComponent",
|
|
37345
|
-
"module": "src/components/common/mixins/option.ts"
|
|
37346
|
-
}
|
|
37666
|
+
"description": "Returns the selected files when input type is 'file', otherwise returns null.",
|
|
37667
|
+
"readonly": true
|
|
37347
37668
|
},
|
|
37348
37669
|
{
|
|
37349
|
-
"kind": "
|
|
37350
|
-
"name": "
|
|
37351
|
-
"privacy": "
|
|
37352
|
-
"
|
|
37353
|
-
|
|
37354
|
-
|
|
37670
|
+
"kind": "method",
|
|
37671
|
+
"name": "_restoreDefaultValue",
|
|
37672
|
+
"privacy": "protected",
|
|
37673
|
+
"return": {
|
|
37674
|
+
"type": {
|
|
37675
|
+
"text": "void"
|
|
37676
|
+
}
|
|
37677
|
+
},
|
|
37355
37678
|
"inheritedFrom": {
|
|
37356
|
-
"name": "
|
|
37357
|
-
"module": "src/components/
|
|
37679
|
+
"name": "IgcInputBaseComponent",
|
|
37680
|
+
"module": "src/components/input/input-base.ts"
|
|
37358
37681
|
}
|
|
37359
37682
|
},
|
|
37360
37683
|
{
|
|
37361
|
-
"kind": "
|
|
37362
|
-
"name": "
|
|
37684
|
+
"kind": "method",
|
|
37685
|
+
"name": "setSelectionRange",
|
|
37363
37686
|
"privacy": "public",
|
|
37364
|
-
"
|
|
37365
|
-
|
|
37366
|
-
|
|
37367
|
-
|
|
37687
|
+
"parameters": [
|
|
37688
|
+
{
|
|
37689
|
+
"name": "start",
|
|
37690
|
+
"type": {
|
|
37691
|
+
"text": "number"
|
|
37692
|
+
}
|
|
37693
|
+
},
|
|
37694
|
+
{
|
|
37695
|
+
"name": "end",
|
|
37696
|
+
"type": {
|
|
37697
|
+
"text": "number"
|
|
37698
|
+
}
|
|
37699
|
+
},
|
|
37700
|
+
{
|
|
37701
|
+
"name": "direction",
|
|
37702
|
+
"default": "'none'",
|
|
37703
|
+
"type": {
|
|
37704
|
+
"text": "SelectionRangeDirection"
|
|
37705
|
+
}
|
|
37706
|
+
}
|
|
37707
|
+
],
|
|
37708
|
+
"description": "Sets the text selection range of the control",
|
|
37709
|
+
"return": {
|
|
37710
|
+
"type": {
|
|
37711
|
+
"text": "void"
|
|
37712
|
+
}
|
|
37368
37713
|
},
|
|
37369
37714
|
"inheritedFrom": {
|
|
37370
|
-
"name": "
|
|
37371
|
-
"module": "src/components/
|
|
37715
|
+
"name": "IgcInputBaseComponent",
|
|
37716
|
+
"module": "src/components/input/input-base.ts"
|
|
37372
37717
|
}
|
|
37373
37718
|
},
|
|
37374
37719
|
{
|
|
37375
|
-
"kind": "
|
|
37376
|
-
"name": "
|
|
37377
|
-
"
|
|
37378
|
-
|
|
37720
|
+
"kind": "method",
|
|
37721
|
+
"name": "setRangeText",
|
|
37722
|
+
"privacy": "public",
|
|
37723
|
+
"parameters": [
|
|
37724
|
+
{
|
|
37725
|
+
"name": "replacement",
|
|
37726
|
+
"type": {
|
|
37727
|
+
"text": "string"
|
|
37728
|
+
}
|
|
37729
|
+
},
|
|
37730
|
+
{
|
|
37731
|
+
"name": "start",
|
|
37732
|
+
"type": {
|
|
37733
|
+
"text": "number"
|
|
37734
|
+
}
|
|
37735
|
+
},
|
|
37736
|
+
{
|
|
37737
|
+
"name": "end",
|
|
37738
|
+
"type": {
|
|
37739
|
+
"text": "number"
|
|
37740
|
+
}
|
|
37741
|
+
},
|
|
37742
|
+
{
|
|
37743
|
+
"name": "selectMode",
|
|
37744
|
+
"default": "'preserve'",
|
|
37745
|
+
"type": {
|
|
37746
|
+
"text": "RangeTextSelectMode"
|
|
37747
|
+
}
|
|
37748
|
+
}
|
|
37749
|
+
],
|
|
37750
|
+
"description": "Replaces the selected text in the input.",
|
|
37751
|
+
"return": {
|
|
37752
|
+
"type": {
|
|
37753
|
+
"text": "void"
|
|
37754
|
+
}
|
|
37379
37755
|
},
|
|
37380
|
-
"default": "'option'",
|
|
37381
37756
|
"inheritedFrom": {
|
|
37382
|
-
"name": "
|
|
37383
|
-
"module": "src/components/
|
|
37757
|
+
"name": "IgcInputBaseComponent",
|
|
37758
|
+
"module": "src/components/input/input-base.ts"
|
|
37384
37759
|
}
|
|
37385
|
-
}
|
|
37386
|
-
],
|
|
37387
|
-
"attributes": [
|
|
37760
|
+
},
|
|
37388
37761
|
{
|
|
37389
|
-
"
|
|
37390
|
-
"
|
|
37391
|
-
"
|
|
37392
|
-
"
|
|
37393
|
-
|
|
37394
|
-
|
|
37395
|
-
|
|
37762
|
+
"kind": "method",
|
|
37763
|
+
"name": "_handleChange",
|
|
37764
|
+
"privacy": "private",
|
|
37765
|
+
"return": {
|
|
37766
|
+
"type": {
|
|
37767
|
+
"text": "void"
|
|
37768
|
+
}
|
|
37396
37769
|
}
|
|
37397
37770
|
},
|
|
37398
37771
|
{
|
|
37399
|
-
"
|
|
37400
|
-
"
|
|
37401
|
-
"
|
|
37402
|
-
"
|
|
37403
|
-
|
|
37404
|
-
|
|
37405
|
-
|
|
37772
|
+
"kind": "method",
|
|
37773
|
+
"name": "_handleCancel",
|
|
37774
|
+
"privacy": "private",
|
|
37775
|
+
"return": {
|
|
37776
|
+
"type": {
|
|
37777
|
+
"text": "void"
|
|
37778
|
+
}
|
|
37406
37779
|
}
|
|
37407
37780
|
},
|
|
37408
37781
|
{
|
|
37409
|
-
"
|
|
37410
|
-
"
|
|
37411
|
-
"
|
|
37412
|
-
"
|
|
37413
|
-
|
|
37414
|
-
|
|
37415
|
-
|
|
37782
|
+
"kind": "method",
|
|
37783
|
+
"name": "_handleFocus",
|
|
37784
|
+
"privacy": "protected",
|
|
37785
|
+
"return": {
|
|
37786
|
+
"type": {
|
|
37787
|
+
"text": "void"
|
|
37788
|
+
}
|
|
37416
37789
|
}
|
|
37417
37790
|
},
|
|
37418
37791
|
{
|
|
37419
|
-
"
|
|
37420
|
-
"
|
|
37421
|
-
"
|
|
37422
|
-
"
|
|
37423
|
-
|
|
37424
|
-
|
|
37425
|
-
|
|
37426
|
-
"inheritedFrom": {
|
|
37427
|
-
"name": "IgcBaseOptionLikeComponent",
|
|
37428
|
-
"module": "src/components/common/mixins/option.ts"
|
|
37792
|
+
"kind": "method",
|
|
37793
|
+
"name": "_handleBlur",
|
|
37794
|
+
"privacy": "protected",
|
|
37795
|
+
"return": {
|
|
37796
|
+
"type": {
|
|
37797
|
+
"text": "void"
|
|
37798
|
+
}
|
|
37429
37799
|
}
|
|
37430
|
-
}
|
|
37431
|
-
],
|
|
37432
|
-
"superclass": {
|
|
37433
|
-
"name": "IgcBaseOptionLikeComponent",
|
|
37434
|
-
"module": "/src/components/common/mixins/option.js"
|
|
37435
|
-
},
|
|
37436
|
-
"tagName": "igc-select-item",
|
|
37437
|
-
"customElement": true
|
|
37438
|
-
}
|
|
37439
|
-
],
|
|
37440
|
-
"exports": [
|
|
37441
|
-
{
|
|
37442
|
-
"kind": "js",
|
|
37443
|
-
"name": "default",
|
|
37444
|
-
"declaration": {
|
|
37445
|
-
"name": "IgcSelectItemComponent",
|
|
37446
|
-
"module": "src/components/select/select-item.ts"
|
|
37447
|
-
}
|
|
37448
|
-
}
|
|
37449
|
-
]
|
|
37450
|
-
},
|
|
37451
|
-
{
|
|
37452
|
-
"kind": "javascript-module",
|
|
37453
|
-
"path": "src/components/select/select-group.ts",
|
|
37454
|
-
"declarations": [
|
|
37455
|
-
{
|
|
37456
|
-
"kind": "class",
|
|
37457
|
-
"description": "",
|
|
37458
|
-
"name": "IgcSelectGroupComponent",
|
|
37459
|
-
"cssParts": [
|
|
37460
|
-
{
|
|
37461
|
-
"description": "The native label element.",
|
|
37462
|
-
"name": "label"
|
|
37463
|
-
}
|
|
37464
|
-
],
|
|
37465
|
-
"slots": [
|
|
37466
|
-
{
|
|
37467
|
-
"description": "Contains the group's label.",
|
|
37468
|
-
"name": "label"
|
|
37469
37800
|
},
|
|
37470
37801
|
{
|
|
37471
|
-
"
|
|
37472
|
-
"name": ""
|
|
37473
|
-
|
|
37474
|
-
|
|
37475
|
-
|
|
37802
|
+
"kind": "method",
|
|
37803
|
+
"name": "_handleClick",
|
|
37804
|
+
"privacy": "protected",
|
|
37805
|
+
"return": {
|
|
37806
|
+
"type": {
|
|
37807
|
+
"text": "void"
|
|
37808
|
+
}
|
|
37809
|
+
}
|
|
37810
|
+
},
|
|
37476
37811
|
{
|
|
37477
|
-
"kind": "
|
|
37478
|
-
"name": "
|
|
37479
|
-
"
|
|
37480
|
-
|
|
37812
|
+
"kind": "method",
|
|
37813
|
+
"name": "renderFileParts",
|
|
37814
|
+
"privacy": "protected",
|
|
37815
|
+
"return": {
|
|
37816
|
+
"type": {
|
|
37817
|
+
"text": "TemplateResult | typeof nothing"
|
|
37818
|
+
}
|
|
37481
37819
|
},
|
|
37482
|
-
"
|
|
37483
|
-
|
|
37484
|
-
|
|
37485
|
-
|
|
37820
|
+
"inheritedFrom": {
|
|
37821
|
+
"name": "IgcInputBaseComponent",
|
|
37822
|
+
"module": "src/components/input/input-base.ts"
|
|
37823
|
+
}
|
|
37486
37824
|
},
|
|
37487
37825
|
{
|
|
37488
37826
|
"kind": "method",
|
|
37489
|
-
"name": "
|
|
37490
|
-
"privacy": "
|
|
37491
|
-
"
|
|
37827
|
+
"name": "renderInput",
|
|
37828
|
+
"privacy": "protected",
|
|
37829
|
+
"return": {
|
|
37830
|
+
"type": {
|
|
37831
|
+
"text": "TemplateResult"
|
|
37832
|
+
}
|
|
37833
|
+
},
|
|
37834
|
+
"inheritedFrom": {
|
|
37835
|
+
"name": "IgcInputBaseComponent",
|
|
37836
|
+
"module": "src/components/input/input-base.ts"
|
|
37837
|
+
}
|
|
37492
37838
|
},
|
|
37493
37839
|
{
|
|
37494
37840
|
"kind": "field",
|
|
37495
|
-
"name": "
|
|
37841
|
+
"name": "_required",
|
|
37496
37842
|
"type": {
|
|
37497
|
-
"text": "
|
|
37843
|
+
"text": "boolean"
|
|
37498
37844
|
},
|
|
37499
|
-
"privacy": "
|
|
37845
|
+
"privacy": "protected",
|
|
37846
|
+
"default": "false",
|
|
37847
|
+
"inheritedFrom": {
|
|
37848
|
+
"name": "IgcInputBaseComponent",
|
|
37849
|
+
"module": "src/components/input/input-base.ts"
|
|
37850
|
+
}
|
|
37851
|
+
},
|
|
37852
|
+
{
|
|
37853
|
+
"kind": "field",
|
|
37854
|
+
"name": "required",
|
|
37855
|
+
"privacy": "public",
|
|
37856
|
+
"description": "When set, makes the component a required field for validation.",
|
|
37857
|
+
"default": "false",
|
|
37858
|
+
"attribute": "required",
|
|
37859
|
+
"type": {
|
|
37860
|
+
"text": "boolean"
|
|
37861
|
+
},
|
|
37862
|
+
"reflects": true,
|
|
37863
|
+
"inheritedFrom": {
|
|
37864
|
+
"name": "IgcInputBaseComponent",
|
|
37865
|
+
"module": "src/components/input/input-base.ts"
|
|
37866
|
+
}
|
|
37867
|
+
},
|
|
37868
|
+
{
|
|
37869
|
+
"kind": "field",
|
|
37870
|
+
"name": "defaultValue",
|
|
37871
|
+
"privacy": "public",
|
|
37872
|
+
"inheritedFrom": {
|
|
37873
|
+
"name": "IgcInputBaseComponent",
|
|
37874
|
+
"module": "src/components/input/input-base.ts"
|
|
37875
|
+
}
|
|
37876
|
+
},
|
|
37877
|
+
{
|
|
37878
|
+
"kind": "field",
|
|
37879
|
+
"name": "formAssociated",
|
|
37880
|
+
"type": {
|
|
37881
|
+
"text": "boolean"
|
|
37882
|
+
},
|
|
37883
|
+
"privacy": "public",
|
|
37884
|
+
"static": true,
|
|
37885
|
+
"readonly": true,
|
|
37886
|
+
"default": "true",
|
|
37887
|
+
"inheritedFrom": {
|
|
37888
|
+
"name": "IgcInputBaseComponent",
|
|
37889
|
+
"module": "src/components/input/input-base.ts"
|
|
37890
|
+
}
|
|
37891
|
+
},
|
|
37892
|
+
{
|
|
37893
|
+
"kind": "field",
|
|
37894
|
+
"name": "__internals",
|
|
37895
|
+
"type": {
|
|
37896
|
+
"text": "ElementInternals"
|
|
37897
|
+
},
|
|
37898
|
+
"privacy": "private",
|
|
37899
|
+
"inheritedFrom": {
|
|
37900
|
+
"name": "IgcInputBaseComponent",
|
|
37901
|
+
"module": "src/components/input/input-base.ts"
|
|
37902
|
+
}
|
|
37903
|
+
},
|
|
37904
|
+
{
|
|
37905
|
+
"kind": "field",
|
|
37906
|
+
"name": "_disabled",
|
|
37907
|
+
"type": {
|
|
37908
|
+
"text": "boolean"
|
|
37909
|
+
},
|
|
37910
|
+
"privacy": "protected",
|
|
37911
|
+
"default": "false",
|
|
37912
|
+
"inheritedFrom": {
|
|
37913
|
+
"name": "IgcInputBaseComponent",
|
|
37914
|
+
"module": "src/components/input/input-base.ts"
|
|
37915
|
+
}
|
|
37916
|
+
},
|
|
37917
|
+
{
|
|
37918
|
+
"kind": "field",
|
|
37919
|
+
"name": "_invalid",
|
|
37920
|
+
"type": {
|
|
37921
|
+
"text": "boolean"
|
|
37922
|
+
},
|
|
37923
|
+
"privacy": "protected",
|
|
37924
|
+
"default": "false",
|
|
37925
|
+
"inheritedFrom": {
|
|
37926
|
+
"name": "IgcInputBaseComponent",
|
|
37927
|
+
"module": "src/components/input/input-base.ts"
|
|
37928
|
+
}
|
|
37929
|
+
},
|
|
37930
|
+
{
|
|
37931
|
+
"kind": "field",
|
|
37932
|
+
"name": "_dirty",
|
|
37933
|
+
"type": {
|
|
37934
|
+
"text": "boolean"
|
|
37935
|
+
},
|
|
37936
|
+
"privacy": "protected",
|
|
37937
|
+
"default": "false",
|
|
37938
|
+
"inheritedFrom": {
|
|
37939
|
+
"name": "IgcInputBaseComponent",
|
|
37940
|
+
"module": "src/components/input/input-base.ts"
|
|
37941
|
+
}
|
|
37942
|
+
},
|
|
37943
|
+
{
|
|
37944
|
+
"kind": "field",
|
|
37945
|
+
"name": "_pristine",
|
|
37946
|
+
"type": {
|
|
37947
|
+
"text": "boolean"
|
|
37948
|
+
},
|
|
37949
|
+
"privacy": "protected",
|
|
37950
|
+
"default": "true",
|
|
37951
|
+
"inheritedFrom": {
|
|
37952
|
+
"name": "IgcInputBaseComponent",
|
|
37953
|
+
"module": "src/components/input/input-base.ts"
|
|
37954
|
+
}
|
|
37955
|
+
},
|
|
37956
|
+
{
|
|
37957
|
+
"kind": "field",
|
|
37958
|
+
"name": "name",
|
|
37959
|
+
"type": {
|
|
37960
|
+
"text": "string"
|
|
37961
|
+
},
|
|
37962
|
+
"privacy": "public",
|
|
37963
|
+
"description": "The name attribute of the control.",
|
|
37964
|
+
"attribute": "name",
|
|
37965
|
+
"reflects": true,
|
|
37966
|
+
"inheritedFrom": {
|
|
37967
|
+
"name": "IgcInputBaseComponent",
|
|
37968
|
+
"module": "src/components/input/input-base.ts"
|
|
37969
|
+
}
|
|
37970
|
+
},
|
|
37971
|
+
{
|
|
37972
|
+
"kind": "field",
|
|
37973
|
+
"name": "disabled",
|
|
37974
|
+
"privacy": "public",
|
|
37975
|
+
"description": "The disabled state of the component.",
|
|
37976
|
+
"default": "false",
|
|
37977
|
+
"attribute": "disabled",
|
|
37978
|
+
"type": {
|
|
37979
|
+
"text": "boolean"
|
|
37980
|
+
},
|
|
37981
|
+
"reflects": true,
|
|
37982
|
+
"inheritedFrom": {
|
|
37983
|
+
"name": "IgcInputBaseComponent",
|
|
37984
|
+
"module": "src/components/input/input-base.ts"
|
|
37985
|
+
}
|
|
37986
|
+
},
|
|
37987
|
+
{
|
|
37988
|
+
"kind": "field",
|
|
37989
|
+
"name": "invalid",
|
|
37990
|
+
"privacy": "public",
|
|
37991
|
+
"description": "Sets the control into invalid state (visual state only).",
|
|
37992
|
+
"default": "false",
|
|
37993
|
+
"attribute": "invalid",
|
|
37994
|
+
"type": {
|
|
37995
|
+
"text": "boolean"
|
|
37996
|
+
},
|
|
37997
|
+
"reflects": true,
|
|
37998
|
+
"inheritedFrom": {
|
|
37999
|
+
"name": "IgcInputBaseComponent",
|
|
38000
|
+
"module": "src/components/input/input-base.ts"
|
|
38001
|
+
}
|
|
38002
|
+
},
|
|
38003
|
+
{
|
|
38004
|
+
"kind": "field",
|
|
38005
|
+
"name": "form",
|
|
38006
|
+
"type": {
|
|
38007
|
+
"text": "HTMLFormElement | null"
|
|
38008
|
+
},
|
|
38009
|
+
"privacy": "public",
|
|
38010
|
+
"description": "Returns the HTMLFormElement associated with this element.",
|
|
38011
|
+
"readonly": true,
|
|
38012
|
+
"inheritedFrom": {
|
|
38013
|
+
"name": "IgcInputBaseComponent",
|
|
38014
|
+
"module": "src/components/input/input-base.ts"
|
|
38015
|
+
}
|
|
38016
|
+
},
|
|
38017
|
+
{
|
|
38018
|
+
"kind": "field",
|
|
38019
|
+
"name": "validity",
|
|
38020
|
+
"type": {
|
|
38021
|
+
"text": "ValidityState"
|
|
38022
|
+
},
|
|
38023
|
+
"privacy": "public",
|
|
38024
|
+
"description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.",
|
|
38025
|
+
"readonly": true,
|
|
38026
|
+
"inheritedFrom": {
|
|
38027
|
+
"name": "IgcInputBaseComponent",
|
|
38028
|
+
"module": "src/components/input/input-base.ts"
|
|
38029
|
+
}
|
|
38030
|
+
},
|
|
38031
|
+
{
|
|
38032
|
+
"kind": "field",
|
|
38033
|
+
"name": "validationMessage",
|
|
38034
|
+
"type": {
|
|
38035
|
+
"text": "string"
|
|
38036
|
+
},
|
|
38037
|
+
"privacy": "public",
|
|
38038
|
+
"description": "A string containing the validation message of this element.",
|
|
38039
|
+
"readonly": true,
|
|
38040
|
+
"inheritedFrom": {
|
|
38041
|
+
"name": "IgcInputBaseComponent",
|
|
38042
|
+
"module": "src/components/input/input-base.ts"
|
|
38043
|
+
}
|
|
38044
|
+
},
|
|
38045
|
+
{
|
|
38046
|
+
"kind": "field",
|
|
38047
|
+
"name": "willValidate",
|
|
38048
|
+
"type": {
|
|
38049
|
+
"text": "boolean"
|
|
38050
|
+
},
|
|
38051
|
+
"privacy": "public",
|
|
38052
|
+
"description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.",
|
|
38053
|
+
"readonly": true,
|
|
38054
|
+
"inheritedFrom": {
|
|
38055
|
+
"name": "IgcInputBaseComponent",
|
|
38056
|
+
"module": "src/components/input/input-base.ts"
|
|
38057
|
+
}
|
|
38058
|
+
},
|
|
38059
|
+
{
|
|
38060
|
+
"kind": "method",
|
|
38061
|
+
"name": "_handleInvalid",
|
|
38062
|
+
"privacy": "private",
|
|
38063
|
+
"parameters": [
|
|
38064
|
+
{
|
|
38065
|
+
"name": "event",
|
|
38066
|
+
"type": {
|
|
38067
|
+
"text": "Event"
|
|
38068
|
+
}
|
|
38069
|
+
}
|
|
38070
|
+
],
|
|
38071
|
+
"inheritedFrom": {
|
|
38072
|
+
"name": "IgcInputBaseComponent",
|
|
38073
|
+
"module": "src/components/input/input-base.ts"
|
|
38074
|
+
}
|
|
38075
|
+
},
|
|
38076
|
+
{
|
|
38077
|
+
"kind": "method",
|
|
38078
|
+
"name": "_setInvalidState",
|
|
38079
|
+
"privacy": "private",
|
|
38080
|
+
"return": {
|
|
38081
|
+
"type": {
|
|
38082
|
+
"text": "void"
|
|
38083
|
+
}
|
|
38084
|
+
},
|
|
38085
|
+
"inheritedFrom": {
|
|
38086
|
+
"name": "IgcInputBaseComponent",
|
|
38087
|
+
"module": "src/components/input/input-base.ts"
|
|
38088
|
+
}
|
|
38089
|
+
},
|
|
38090
|
+
{
|
|
38091
|
+
"kind": "method",
|
|
38092
|
+
"name": "__runValidators",
|
|
38093
|
+
"privacy": "private",
|
|
38094
|
+
"inheritedFrom": {
|
|
38095
|
+
"name": "IgcInputBaseComponent",
|
|
38096
|
+
"module": "src/components/input/input-base.ts"
|
|
38097
|
+
}
|
|
38098
|
+
},
|
|
38099
|
+
{
|
|
38100
|
+
"kind": "method",
|
|
38101
|
+
"name": "_setDefaultValue",
|
|
38102
|
+
"privacy": "protected",
|
|
38103
|
+
"return": {
|
|
38104
|
+
"type": {
|
|
38105
|
+
"text": "void"
|
|
38106
|
+
}
|
|
38107
|
+
},
|
|
38108
|
+
"parameters": [
|
|
38109
|
+
{
|
|
38110
|
+
"name": "current",
|
|
38111
|
+
"type": {
|
|
38112
|
+
"text": "string | null"
|
|
38113
|
+
}
|
|
38114
|
+
}
|
|
38115
|
+
],
|
|
38116
|
+
"inheritedFrom": {
|
|
38117
|
+
"name": "IgcInputBaseComponent",
|
|
38118
|
+
"module": "src/components/input/input-base.ts"
|
|
38119
|
+
}
|
|
38120
|
+
},
|
|
38121
|
+
{
|
|
38122
|
+
"kind": "method",
|
|
38123
|
+
"name": "_validate",
|
|
38124
|
+
"privacy": "protected",
|
|
38125
|
+
"return": {
|
|
38126
|
+
"type": {
|
|
38127
|
+
"text": "void"
|
|
38128
|
+
}
|
|
38129
|
+
},
|
|
38130
|
+
"parameters": [
|
|
38131
|
+
{
|
|
38132
|
+
"name": "message",
|
|
38133
|
+
"optional": true,
|
|
38134
|
+
"type": {
|
|
38135
|
+
"text": "string"
|
|
38136
|
+
}
|
|
38137
|
+
}
|
|
38138
|
+
],
|
|
38139
|
+
"inheritedFrom": {
|
|
38140
|
+
"name": "IgcInputBaseComponent",
|
|
38141
|
+
"module": "src/components/input/input-base.ts"
|
|
38142
|
+
}
|
|
38143
|
+
},
|
|
38144
|
+
{
|
|
38145
|
+
"kind": "method",
|
|
38146
|
+
"name": "_updateValidity",
|
|
38147
|
+
"privacy": "protected",
|
|
38148
|
+
"parameters": [
|
|
38149
|
+
{
|
|
38150
|
+
"name": "error",
|
|
38151
|
+
"optional": true,
|
|
38152
|
+
"type": {
|
|
38153
|
+
"text": "string"
|
|
38154
|
+
}
|
|
38155
|
+
}
|
|
38156
|
+
],
|
|
38157
|
+
"description": "Executes the component validators and updates the internal validity state.",
|
|
38158
|
+
"inheritedFrom": {
|
|
38159
|
+
"name": "IgcInputBaseComponent",
|
|
38160
|
+
"module": "src/components/input/input-base.ts"
|
|
38161
|
+
}
|
|
38162
|
+
},
|
|
38163
|
+
{
|
|
38164
|
+
"kind": "method",
|
|
38165
|
+
"name": "_setFormValue",
|
|
38166
|
+
"privacy": "protected",
|
|
38167
|
+
"return": {
|
|
38168
|
+
"type": {
|
|
38169
|
+
"text": "void"
|
|
38170
|
+
}
|
|
38171
|
+
},
|
|
38172
|
+
"parameters": [
|
|
38173
|
+
{
|
|
38174
|
+
"name": "value",
|
|
38175
|
+
"type": {
|
|
38176
|
+
"text": "FormValueType"
|
|
38177
|
+
}
|
|
38178
|
+
},
|
|
38179
|
+
{
|
|
38180
|
+
"name": "state",
|
|
38181
|
+
"optional": true,
|
|
38182
|
+
"type": {
|
|
38183
|
+
"text": "FormValueType"
|
|
38184
|
+
}
|
|
38185
|
+
}
|
|
38186
|
+
],
|
|
38187
|
+
"inheritedFrom": {
|
|
38188
|
+
"name": "IgcInputBaseComponent",
|
|
38189
|
+
"module": "src/components/input/input-base.ts"
|
|
38190
|
+
}
|
|
38191
|
+
},
|
|
38192
|
+
{
|
|
38193
|
+
"kind": "method",
|
|
38194
|
+
"name": "formAssociatedCallback",
|
|
38195
|
+
"privacy": "protected",
|
|
38196
|
+
"return": {
|
|
38197
|
+
"type": {
|
|
38198
|
+
"text": "void"
|
|
38199
|
+
}
|
|
38200
|
+
},
|
|
38201
|
+
"parameters": [
|
|
38202
|
+
{
|
|
38203
|
+
"name": "_form",
|
|
38204
|
+
"type": {
|
|
38205
|
+
"text": "HTMLFormElement"
|
|
38206
|
+
}
|
|
38207
|
+
}
|
|
38208
|
+
],
|
|
38209
|
+
"inheritedFrom": {
|
|
38210
|
+
"name": "IgcInputBaseComponent",
|
|
38211
|
+
"module": "src/components/input/input-base.ts"
|
|
38212
|
+
}
|
|
38213
|
+
},
|
|
38214
|
+
{
|
|
38215
|
+
"kind": "method",
|
|
38216
|
+
"name": "formDisabledCallback",
|
|
38217
|
+
"privacy": "protected",
|
|
38218
|
+
"return": {
|
|
38219
|
+
"type": {
|
|
38220
|
+
"text": "void"
|
|
38221
|
+
}
|
|
38222
|
+
},
|
|
38223
|
+
"parameters": [
|
|
38224
|
+
{
|
|
38225
|
+
"name": "state",
|
|
38226
|
+
"type": {
|
|
38227
|
+
"text": "boolean"
|
|
38228
|
+
}
|
|
38229
|
+
}
|
|
38230
|
+
],
|
|
38231
|
+
"inheritedFrom": {
|
|
38232
|
+
"name": "IgcInputBaseComponent",
|
|
38233
|
+
"module": "src/components/input/input-base.ts"
|
|
38234
|
+
}
|
|
38235
|
+
},
|
|
38236
|
+
{
|
|
38237
|
+
"kind": "method",
|
|
38238
|
+
"name": "formResetCallback",
|
|
38239
|
+
"privacy": "protected",
|
|
38240
|
+
"return": {
|
|
38241
|
+
"type": {
|
|
38242
|
+
"text": "void"
|
|
38243
|
+
}
|
|
38244
|
+
},
|
|
38245
|
+
"inheritedFrom": {
|
|
38246
|
+
"name": "IgcInputBaseComponent",
|
|
38247
|
+
"module": "src/components/input/input-base.ts"
|
|
38248
|
+
}
|
|
38249
|
+
},
|
|
38250
|
+
{
|
|
38251
|
+
"kind": "method",
|
|
38252
|
+
"name": "formStateRestoreCallback",
|
|
38253
|
+
"privacy": "protected",
|
|
38254
|
+
"return": {
|
|
38255
|
+
"type": {
|
|
38256
|
+
"text": "void"
|
|
38257
|
+
}
|
|
38258
|
+
},
|
|
38259
|
+
"parameters": [
|
|
38260
|
+
{
|
|
38261
|
+
"name": "_state",
|
|
38262
|
+
"type": {
|
|
38263
|
+
"text": "FormValueType"
|
|
38264
|
+
}
|
|
38265
|
+
},
|
|
38266
|
+
{
|
|
38267
|
+
"name": "_mode",
|
|
38268
|
+
"type": {
|
|
38269
|
+
"text": "FormRestoreMode"
|
|
38270
|
+
}
|
|
38271
|
+
}
|
|
38272
|
+
],
|
|
38273
|
+
"inheritedFrom": {
|
|
38274
|
+
"name": "IgcInputBaseComponent",
|
|
38275
|
+
"module": "src/components/input/input-base.ts"
|
|
38276
|
+
}
|
|
38277
|
+
},
|
|
38278
|
+
{
|
|
38279
|
+
"kind": "method",
|
|
38280
|
+
"name": "reportValidity",
|
|
38281
|
+
"privacy": "public",
|
|
38282
|
+
"description": "Checks for validity of the control and shows the browser message if it invalid.",
|
|
38283
|
+
"inheritedFrom": {
|
|
38284
|
+
"name": "IgcInputBaseComponent",
|
|
38285
|
+
"module": "src/components/input/input-base.ts"
|
|
38286
|
+
}
|
|
38287
|
+
},
|
|
38288
|
+
{
|
|
38289
|
+
"kind": "method",
|
|
38290
|
+
"name": "checkValidity",
|
|
38291
|
+
"privacy": "public",
|
|
38292
|
+
"description": "Checks for validity of the control and emits the invalid event if it invalid.",
|
|
38293
|
+
"inheritedFrom": {
|
|
38294
|
+
"name": "IgcInputBaseComponent",
|
|
38295
|
+
"module": "src/components/input/input-base.ts"
|
|
38296
|
+
}
|
|
38297
|
+
},
|
|
38298
|
+
{
|
|
38299
|
+
"kind": "method",
|
|
38300
|
+
"name": "setCustomValidity",
|
|
38301
|
+
"privacy": "public",
|
|
38302
|
+
"parameters": [
|
|
38303
|
+
{
|
|
38304
|
+
"name": "message",
|
|
38305
|
+
"type": {
|
|
38306
|
+
"text": "string"
|
|
38307
|
+
}
|
|
38308
|
+
}
|
|
38309
|
+
],
|
|
38310
|
+
"description": "Sets a custom validation message for the control.\nAs long as `message` is not empty, the control is considered invalid.",
|
|
38311
|
+
"inheritedFrom": {
|
|
38312
|
+
"name": "IgcInputBaseComponent",
|
|
38313
|
+
"module": "src/components/input/input-base.ts"
|
|
38314
|
+
}
|
|
38315
|
+
},
|
|
38316
|
+
{
|
|
38317
|
+
"kind": "method",
|
|
38318
|
+
"name": "addEventListener",
|
|
38319
|
+
"privacy": "public",
|
|
38320
|
+
"return": {
|
|
38321
|
+
"type": {
|
|
38322
|
+
"text": "void"
|
|
38323
|
+
}
|
|
38324
|
+
},
|
|
38325
|
+
"parameters": [
|
|
38326
|
+
{
|
|
38327
|
+
"name": "type",
|
|
38328
|
+
"type": {
|
|
38329
|
+
"text": "K"
|
|
38330
|
+
}
|
|
38331
|
+
},
|
|
38332
|
+
{
|
|
38333
|
+
"name": "listener",
|
|
38334
|
+
"type": {
|
|
38335
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
38336
|
+
}
|
|
38337
|
+
},
|
|
38338
|
+
{
|
|
38339
|
+
"name": "options",
|
|
38340
|
+
"optional": true,
|
|
38341
|
+
"type": {
|
|
38342
|
+
"text": "boolean | AddEventListenerOptions"
|
|
38343
|
+
}
|
|
38344
|
+
}
|
|
38345
|
+
],
|
|
38346
|
+
"inheritedFrom": {
|
|
38347
|
+
"name": "IgcInputBaseComponent",
|
|
38348
|
+
"module": "src/components/input/input-base.ts"
|
|
38349
|
+
}
|
|
38350
|
+
},
|
|
38351
|
+
{
|
|
38352
|
+
"kind": "method",
|
|
38353
|
+
"name": "removeEventListener",
|
|
38354
|
+
"privacy": "public",
|
|
38355
|
+
"return": {
|
|
38356
|
+
"type": {
|
|
38357
|
+
"text": "void"
|
|
38358
|
+
}
|
|
38359
|
+
},
|
|
38360
|
+
"parameters": [
|
|
38361
|
+
{
|
|
38362
|
+
"name": "type",
|
|
38363
|
+
"type": {
|
|
38364
|
+
"text": "K"
|
|
38365
|
+
}
|
|
38366
|
+
},
|
|
38367
|
+
{
|
|
38368
|
+
"name": "listener",
|
|
38369
|
+
"type": {
|
|
38370
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
38371
|
+
}
|
|
38372
|
+
},
|
|
38373
|
+
{
|
|
38374
|
+
"name": "options",
|
|
38375
|
+
"optional": true,
|
|
38376
|
+
"type": {
|
|
38377
|
+
"text": "boolean | EventListenerOptions"
|
|
38378
|
+
}
|
|
38379
|
+
}
|
|
38380
|
+
],
|
|
38381
|
+
"inheritedFrom": {
|
|
38382
|
+
"name": "IgcInputBaseComponent",
|
|
38383
|
+
"module": "src/components/input/input-base.ts"
|
|
38384
|
+
}
|
|
38385
|
+
},
|
|
38386
|
+
{
|
|
38387
|
+
"kind": "method",
|
|
38388
|
+
"name": "emitEvent",
|
|
38389
|
+
"privacy": "private",
|
|
38390
|
+
"return": {
|
|
38391
|
+
"type": {
|
|
38392
|
+
"text": "boolean"
|
|
38393
|
+
}
|
|
38394
|
+
},
|
|
38395
|
+
"parameters": [
|
|
38396
|
+
{
|
|
38397
|
+
"name": "type",
|
|
38398
|
+
"type": {
|
|
38399
|
+
"text": "K"
|
|
38400
|
+
}
|
|
38401
|
+
},
|
|
38402
|
+
{
|
|
38403
|
+
"name": "eventInitDict",
|
|
38404
|
+
"optional": true,
|
|
38405
|
+
"type": {
|
|
38406
|
+
"text": "CustomEventInit<D>"
|
|
38407
|
+
}
|
|
38408
|
+
}
|
|
38409
|
+
],
|
|
38410
|
+
"inheritedFrom": {
|
|
38411
|
+
"name": "IgcInputBaseComponent",
|
|
38412
|
+
"module": "src/components/input/input-base.ts"
|
|
38413
|
+
}
|
|
38414
|
+
},
|
|
38415
|
+
{
|
|
38416
|
+
"kind": "field",
|
|
38417
|
+
"name": "shadowRootOptions",
|
|
38418
|
+
"type": {
|
|
38419
|
+
"text": "object"
|
|
38420
|
+
},
|
|
38421
|
+
"privacy": "protected",
|
|
38422
|
+
"static": true,
|
|
38423
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }",
|
|
38424
|
+
"inheritedFrom": {
|
|
38425
|
+
"name": "IgcInputBaseComponent",
|
|
38426
|
+
"module": "src/components/input/input-base.ts"
|
|
38427
|
+
}
|
|
38428
|
+
},
|
|
38429
|
+
{
|
|
38430
|
+
"kind": "field",
|
|
38431
|
+
"name": "increment",
|
|
38432
|
+
"privacy": "private",
|
|
38433
|
+
"static": true,
|
|
38434
|
+
"readonly": true,
|
|
38435
|
+
"inheritedFrom": {
|
|
38436
|
+
"name": "IgcInputBaseComponent",
|
|
38437
|
+
"module": "src/components/input/input-base.ts"
|
|
38438
|
+
}
|
|
38439
|
+
},
|
|
38440
|
+
{
|
|
38441
|
+
"kind": "field",
|
|
38442
|
+
"name": "inputId",
|
|
38443
|
+
"privacy": "protected",
|
|
38444
|
+
"default": "`input-${IgcInputBaseComponent.increment()}`",
|
|
38445
|
+
"inheritedFrom": {
|
|
38446
|
+
"name": "IgcInputBaseComponent",
|
|
38447
|
+
"module": "src/components/input/input-base.ts"
|
|
38448
|
+
}
|
|
38449
|
+
},
|
|
38450
|
+
{
|
|
38451
|
+
"kind": "field",
|
|
38452
|
+
"name": "input",
|
|
38453
|
+
"type": {
|
|
38454
|
+
"text": "HTMLInputElement"
|
|
38455
|
+
},
|
|
38456
|
+
"privacy": "protected",
|
|
38457
|
+
"inheritedFrom": {
|
|
38458
|
+
"name": "IgcInputBaseComponent",
|
|
38459
|
+
"module": "src/components/input/input-base.ts"
|
|
38460
|
+
}
|
|
38461
|
+
},
|
|
38462
|
+
{
|
|
38463
|
+
"kind": "field",
|
|
38464
|
+
"name": "_helperText",
|
|
38465
|
+
"type": {
|
|
38466
|
+
"text": "Array<HTMLElement>"
|
|
38467
|
+
},
|
|
38468
|
+
"privacy": "protected",
|
|
38469
|
+
"inheritedFrom": {
|
|
38470
|
+
"name": "IgcInputBaseComponent",
|
|
38471
|
+
"module": "src/components/input/input-base.ts"
|
|
38472
|
+
}
|
|
38473
|
+
},
|
|
38474
|
+
{
|
|
38475
|
+
"kind": "field",
|
|
38476
|
+
"name": "prefixes",
|
|
38477
|
+
"type": {
|
|
38478
|
+
"text": "Array<HTMLElement>"
|
|
38479
|
+
},
|
|
38480
|
+
"privacy": "protected",
|
|
38481
|
+
"inheritedFrom": {
|
|
38482
|
+
"name": "IgcInputBaseComponent",
|
|
38483
|
+
"module": "src/components/input/input-base.ts"
|
|
38484
|
+
}
|
|
38485
|
+
},
|
|
38486
|
+
{
|
|
38487
|
+
"kind": "field",
|
|
38488
|
+
"name": "suffixes",
|
|
38489
|
+
"type": {
|
|
38490
|
+
"text": "Array<HTMLElement>"
|
|
38491
|
+
},
|
|
38492
|
+
"privacy": "protected",
|
|
38493
|
+
"inheritedFrom": {
|
|
38494
|
+
"name": "IgcInputBaseComponent",
|
|
38495
|
+
"module": "src/components/input/input-base.ts"
|
|
38496
|
+
}
|
|
38497
|
+
},
|
|
38498
|
+
{
|
|
38499
|
+
"kind": "field",
|
|
38500
|
+
"name": "_isMaterial",
|
|
38501
|
+
"privacy": "protected",
|
|
38502
|
+
"readonly": true,
|
|
38503
|
+
"inheritedFrom": {
|
|
38504
|
+
"name": "IgcInputBaseComponent",
|
|
38505
|
+
"module": "src/components/input/input-base.ts"
|
|
38506
|
+
}
|
|
38507
|
+
},
|
|
38508
|
+
{
|
|
38509
|
+
"kind": "field",
|
|
38510
|
+
"name": "outlined",
|
|
38511
|
+
"type": {
|
|
38512
|
+
"text": "boolean"
|
|
38513
|
+
},
|
|
38514
|
+
"privacy": "public",
|
|
38515
|
+
"default": "false",
|
|
38516
|
+
"description": "Whether the control will have outlined appearance.",
|
|
38517
|
+
"attribute": "outlined",
|
|
38518
|
+
"reflects": true,
|
|
38519
|
+
"inheritedFrom": {
|
|
38520
|
+
"name": "IgcInputBaseComponent",
|
|
38521
|
+
"module": "src/components/input/input-base.ts"
|
|
38522
|
+
}
|
|
38523
|
+
},
|
|
38524
|
+
{
|
|
38525
|
+
"kind": "field",
|
|
38526
|
+
"name": "placeholder",
|
|
38527
|
+
"type": {
|
|
38528
|
+
"text": "string"
|
|
38529
|
+
},
|
|
38530
|
+
"privacy": "public",
|
|
38531
|
+
"description": "The placeholder attribute of the control.",
|
|
38532
|
+
"attribute": "placeholder",
|
|
38533
|
+
"inheritedFrom": {
|
|
38534
|
+
"name": "IgcInputBaseComponent",
|
|
38535
|
+
"module": "src/components/input/input-base.ts"
|
|
38536
|
+
}
|
|
38537
|
+
},
|
|
38538
|
+
{
|
|
38539
|
+
"kind": "field",
|
|
38540
|
+
"name": "label",
|
|
38541
|
+
"type": {
|
|
38542
|
+
"text": "string"
|
|
38543
|
+
},
|
|
38544
|
+
"privacy": "public",
|
|
38545
|
+
"description": "The label for the control.",
|
|
38546
|
+
"attribute": "label",
|
|
38547
|
+
"inheritedFrom": {
|
|
38548
|
+
"name": "IgcInputBaseComponent",
|
|
38549
|
+
"module": "src/components/input/input-base.ts"
|
|
38550
|
+
}
|
|
38551
|
+
},
|
|
38552
|
+
{
|
|
38553
|
+
"kind": "method",
|
|
38554
|
+
"name": "focus",
|
|
38555
|
+
"privacy": "public",
|
|
38556
|
+
"parameters": [
|
|
38557
|
+
{
|
|
38558
|
+
"name": "options",
|
|
38559
|
+
"optional": true,
|
|
38560
|
+
"type": {
|
|
38561
|
+
"text": "FocusOptions"
|
|
38562
|
+
}
|
|
38563
|
+
}
|
|
38564
|
+
],
|
|
38565
|
+
"description": "Sets focus on the control.",
|
|
38566
|
+
"inheritedFrom": {
|
|
38567
|
+
"name": "IgcInputBaseComponent",
|
|
38568
|
+
"module": "src/components/input/input-base.ts"
|
|
38569
|
+
}
|
|
38570
|
+
},
|
|
38571
|
+
{
|
|
38572
|
+
"kind": "method",
|
|
38573
|
+
"name": "blur",
|
|
38574
|
+
"privacy": "public",
|
|
38575
|
+
"description": "Removes focus from the control.",
|
|
38576
|
+
"inheritedFrom": {
|
|
38577
|
+
"name": "IgcInputBaseComponent",
|
|
38578
|
+
"module": "src/components/input/input-base.ts"
|
|
38579
|
+
}
|
|
38580
|
+
},
|
|
38581
|
+
{
|
|
38582
|
+
"kind": "method",
|
|
38583
|
+
"name": "renderValidatorContainer",
|
|
38584
|
+
"privacy": "protected",
|
|
38585
|
+
"return": {
|
|
38586
|
+
"type": {
|
|
38587
|
+
"text": "TemplateResult"
|
|
38588
|
+
}
|
|
38589
|
+
},
|
|
38590
|
+
"inheritedFrom": {
|
|
38591
|
+
"name": "IgcInputBaseComponent",
|
|
38592
|
+
"module": "src/components/input/input-base.ts"
|
|
38593
|
+
}
|
|
38594
|
+
},
|
|
38595
|
+
{
|
|
38596
|
+
"kind": "method",
|
|
38597
|
+
"name": "resolvePartNames",
|
|
38598
|
+
"privacy": "protected",
|
|
38599
|
+
"parameters": [
|
|
38600
|
+
{
|
|
38601
|
+
"name": "base",
|
|
38602
|
+
"type": {
|
|
38603
|
+
"text": "string"
|
|
38604
|
+
}
|
|
38605
|
+
}
|
|
38606
|
+
],
|
|
38607
|
+
"inheritedFrom": {
|
|
38608
|
+
"name": "IgcInputBaseComponent",
|
|
38609
|
+
"module": "src/components/input/input-base.ts"
|
|
38610
|
+
}
|
|
38611
|
+
},
|
|
38612
|
+
{
|
|
38613
|
+
"kind": "method",
|
|
38614
|
+
"name": "renderPrefix",
|
|
38615
|
+
"privacy": "private",
|
|
38616
|
+
"inheritedFrom": {
|
|
38617
|
+
"name": "IgcInputBaseComponent",
|
|
38618
|
+
"module": "src/components/input/input-base.ts"
|
|
38619
|
+
}
|
|
38620
|
+
},
|
|
38621
|
+
{
|
|
38622
|
+
"kind": "method",
|
|
38623
|
+
"name": "renderSuffix",
|
|
38624
|
+
"privacy": "private",
|
|
38625
|
+
"inheritedFrom": {
|
|
38626
|
+
"name": "IgcInputBaseComponent",
|
|
38627
|
+
"module": "src/components/input/input-base.ts"
|
|
38628
|
+
}
|
|
38629
|
+
},
|
|
38630
|
+
{
|
|
38631
|
+
"kind": "method",
|
|
38632
|
+
"name": "renderLabel",
|
|
38633
|
+
"privacy": "private",
|
|
38634
|
+
"inheritedFrom": {
|
|
38635
|
+
"name": "IgcInputBaseComponent",
|
|
38636
|
+
"module": "src/components/input/input-base.ts"
|
|
38637
|
+
}
|
|
38638
|
+
},
|
|
38639
|
+
{
|
|
38640
|
+
"kind": "method",
|
|
38641
|
+
"name": "renderMaterial",
|
|
38642
|
+
"privacy": "private",
|
|
38643
|
+
"inheritedFrom": {
|
|
38644
|
+
"name": "IgcInputBaseComponent",
|
|
38645
|
+
"module": "src/components/input/input-base.ts"
|
|
38646
|
+
}
|
|
38647
|
+
},
|
|
38648
|
+
{
|
|
38649
|
+
"kind": "method",
|
|
38650
|
+
"name": "renderStandard",
|
|
38651
|
+
"privacy": "private",
|
|
38652
|
+
"inheritedFrom": {
|
|
38653
|
+
"name": "IgcInputBaseComponent",
|
|
38654
|
+
"module": "src/components/input/input-base.ts"
|
|
38655
|
+
}
|
|
38656
|
+
}
|
|
38657
|
+
],
|
|
38658
|
+
"events": [
|
|
38659
|
+
{
|
|
38660
|
+
"description": "Emitted when the control input receives user input.",
|
|
38661
|
+
"name": "igcInput"
|
|
38662
|
+
},
|
|
38663
|
+
{
|
|
38664
|
+
"description": "Emitted when the control's checked state changes.",
|
|
38665
|
+
"name": "igcChange"
|
|
38666
|
+
},
|
|
38667
|
+
{
|
|
38668
|
+
"description": "Emitted when the control's file picker dialog is canceled.",
|
|
38669
|
+
"name": "igcCancel"
|
|
38670
|
+
},
|
|
38671
|
+
{
|
|
38672
|
+
"type": {
|
|
38673
|
+
"text": "CustomEvent"
|
|
38674
|
+
},
|
|
38675
|
+
"inheritedFrom": {
|
|
38676
|
+
"name": "IgcInputBaseComponent",
|
|
38677
|
+
"module": "src/components/input/input-base.ts"
|
|
38678
|
+
}
|
|
38679
|
+
}
|
|
38680
|
+
],
|
|
38681
|
+
"attributes": [
|
|
38682
|
+
{
|
|
38683
|
+
"name": "value",
|
|
38684
|
+
"description": "The value of the control.",
|
|
38685
|
+
"fieldName": "value",
|
|
38686
|
+
"attribute": "value",
|
|
38687
|
+
"type": {
|
|
38688
|
+
"text": "string"
|
|
38689
|
+
}
|
|
38690
|
+
},
|
|
38691
|
+
{
|
|
38692
|
+
"name": "multiple",
|
|
38693
|
+
"type": {
|
|
38694
|
+
"text": "boolean"
|
|
38695
|
+
},
|
|
38696
|
+
"default": "false",
|
|
38697
|
+
"description": "The multiple attribute of the control.\nUsed to indicate that a file input allows the user to select more than one file.",
|
|
38698
|
+
"fieldName": "multiple",
|
|
38699
|
+
"attribute": "multiple"
|
|
38700
|
+
},
|
|
38701
|
+
{
|
|
38702
|
+
"name": "accept",
|
|
38703
|
+
"type": {
|
|
38704
|
+
"text": "string"
|
|
38705
|
+
},
|
|
38706
|
+
"default": "''",
|
|
38707
|
+
"description": "The accept attribute of the control.\nDefines the file types as a list of comma-separated values that the file input should accept.",
|
|
38708
|
+
"fieldName": "accept",
|
|
38709
|
+
"attribute": "accept"
|
|
38710
|
+
},
|
|
38711
|
+
{
|
|
38712
|
+
"name": "autofocus",
|
|
38713
|
+
"type": {
|
|
38714
|
+
"text": "boolean"
|
|
38715
|
+
},
|
|
38716
|
+
"description": "The autofocus attribute of the control.",
|
|
38717
|
+
"fieldName": "autofocus",
|
|
38718
|
+
"attribute": "autofocus"
|
|
38719
|
+
},
|
|
38720
|
+
{
|
|
38721
|
+
"name": "required",
|
|
38722
|
+
"description": "When set, makes the component a required field for validation.",
|
|
38723
|
+
"default": "false",
|
|
38724
|
+
"fieldName": "required",
|
|
38725
|
+
"attribute": "required",
|
|
38726
|
+
"type": {
|
|
38727
|
+
"text": "boolean"
|
|
38728
|
+
},
|
|
38729
|
+
"inheritedFrom": {
|
|
38730
|
+
"name": "IgcInputBaseComponent",
|
|
38731
|
+
"module": "src/components/input/input-base.ts"
|
|
38732
|
+
}
|
|
38733
|
+
},
|
|
38734
|
+
{
|
|
38735
|
+
"name": "name",
|
|
38736
|
+
"type": {
|
|
38737
|
+
"text": "string"
|
|
38738
|
+
},
|
|
38739
|
+
"description": "The name attribute of the control.",
|
|
38740
|
+
"fieldName": "name",
|
|
38741
|
+
"attribute": "name",
|
|
38742
|
+
"inheritedFrom": {
|
|
38743
|
+
"name": "IgcInputBaseComponent",
|
|
38744
|
+
"module": "src/components/input/input-base.ts"
|
|
38745
|
+
}
|
|
38746
|
+
},
|
|
38747
|
+
{
|
|
38748
|
+
"name": "disabled",
|
|
38749
|
+
"description": "The disabled state of the component.",
|
|
38750
|
+
"default": "false",
|
|
38751
|
+
"fieldName": "disabled",
|
|
38752
|
+
"attribute": "disabled",
|
|
38753
|
+
"type": {
|
|
38754
|
+
"text": "boolean"
|
|
38755
|
+
},
|
|
38756
|
+
"inheritedFrom": {
|
|
38757
|
+
"name": "IgcInputBaseComponent",
|
|
38758
|
+
"module": "src/components/input/input-base.ts"
|
|
38759
|
+
}
|
|
38760
|
+
},
|
|
38761
|
+
{
|
|
38762
|
+
"name": "invalid",
|
|
38763
|
+
"description": "Sets the control into invalid state (visual state only).",
|
|
38764
|
+
"default": "false",
|
|
38765
|
+
"fieldName": "invalid",
|
|
38766
|
+
"attribute": "invalid",
|
|
38767
|
+
"type": {
|
|
38768
|
+
"text": "boolean"
|
|
38769
|
+
},
|
|
38770
|
+
"inheritedFrom": {
|
|
38771
|
+
"name": "IgcInputBaseComponent",
|
|
38772
|
+
"module": "src/components/input/input-base.ts"
|
|
38773
|
+
}
|
|
38774
|
+
},
|
|
38775
|
+
{
|
|
38776
|
+
"name": "outlined",
|
|
38777
|
+
"type": {
|
|
38778
|
+
"text": "boolean"
|
|
38779
|
+
},
|
|
38780
|
+
"default": "false",
|
|
38781
|
+
"description": "Whether the control will have outlined appearance.",
|
|
38782
|
+
"fieldName": "outlined",
|
|
38783
|
+
"attribute": "outlined",
|
|
38784
|
+
"inheritedFrom": {
|
|
38785
|
+
"name": "IgcInputBaseComponent",
|
|
38786
|
+
"module": "src/components/input/input-base.ts"
|
|
38787
|
+
}
|
|
38788
|
+
},
|
|
38789
|
+
{
|
|
38790
|
+
"name": "readonly",
|
|
38791
|
+
"type": {
|
|
38792
|
+
"text": "boolean"
|
|
38793
|
+
},
|
|
38794
|
+
"default": "false",
|
|
38795
|
+
"description": "Makes the control a readonly field.",
|
|
38796
|
+
"fieldName": "readOnly",
|
|
38797
|
+
"attribute": "readonly",
|
|
38798
|
+
"inheritedFrom": {
|
|
38799
|
+
"name": "IgcInputBaseComponent",
|
|
38800
|
+
"module": "src/components/input/input-base.ts"
|
|
38801
|
+
}
|
|
38802
|
+
},
|
|
38803
|
+
{
|
|
38804
|
+
"name": "placeholder",
|
|
38805
|
+
"type": {
|
|
38806
|
+
"text": "string"
|
|
38807
|
+
},
|
|
38808
|
+
"description": "The placeholder attribute of the control.",
|
|
38809
|
+
"fieldName": "placeholder",
|
|
38810
|
+
"attribute": "placeholder",
|
|
38811
|
+
"inheritedFrom": {
|
|
38812
|
+
"name": "IgcInputBaseComponent",
|
|
38813
|
+
"module": "src/components/input/input-base.ts"
|
|
38814
|
+
}
|
|
38815
|
+
},
|
|
38816
|
+
{
|
|
38817
|
+
"name": "label",
|
|
38818
|
+
"type": {
|
|
38819
|
+
"text": "string"
|
|
38820
|
+
},
|
|
38821
|
+
"description": "The label for the control.",
|
|
38822
|
+
"fieldName": "label",
|
|
38823
|
+
"attribute": "label",
|
|
38824
|
+
"inheritedFrom": {
|
|
38825
|
+
"name": "IgcInputBaseComponent",
|
|
38826
|
+
"module": "src/components/input/input-base.ts"
|
|
38827
|
+
}
|
|
38828
|
+
}
|
|
38829
|
+
],
|
|
38830
|
+
"superclass": {
|
|
38831
|
+
"name": "IgcInputBaseComponent",
|
|
38832
|
+
"module": "/src/components/input/input-base.js"
|
|
38833
|
+
},
|
|
38834
|
+
"tagName": "igc-file-input",
|
|
38835
|
+
"customElement": true
|
|
38836
|
+
}
|
|
38837
|
+
],
|
|
38838
|
+
"exports": [
|
|
38839
|
+
{
|
|
38840
|
+
"kind": "js",
|
|
38841
|
+
"name": "default",
|
|
38842
|
+
"declaration": {
|
|
38843
|
+
"name": "IgcFileInputComponent",
|
|
38844
|
+
"module": "src/components/file-input/file-input.ts"
|
|
38845
|
+
}
|
|
38846
|
+
}
|
|
38847
|
+
]
|
|
38848
|
+
},
|
|
38849
|
+
{
|
|
38850
|
+
"kind": "javascript-module",
|
|
38851
|
+
"path": "src/components/select/select-item.ts",
|
|
38852
|
+
"declarations": [
|
|
38853
|
+
{
|
|
38854
|
+
"kind": "class",
|
|
38855
|
+
"description": "Represents an item in a select list.",
|
|
38856
|
+
"name": "IgcSelectItemComponent",
|
|
38857
|
+
"cssParts": [
|
|
38858
|
+
{
|
|
38859
|
+
"description": "The prefix wrapper of the igc-select-item.",
|
|
38860
|
+
"name": "prefix"
|
|
38861
|
+
},
|
|
38862
|
+
{
|
|
38863
|
+
"description": "The main content wrapper of the igc-select-item.",
|
|
38864
|
+
"name": "content"
|
|
38865
|
+
},
|
|
38866
|
+
{
|
|
38867
|
+
"description": "The suffix wrapper of the igc-select-item.",
|
|
38868
|
+
"name": "suffix"
|
|
38869
|
+
}
|
|
38870
|
+
],
|
|
38871
|
+
"slots": [
|
|
38872
|
+
{
|
|
38873
|
+
"description": "Renders the all content bar the prefix and suffix.",
|
|
38874
|
+
"name": ""
|
|
38875
|
+
},
|
|
38876
|
+
{
|
|
38877
|
+
"description": "Renders content before the main content area.",
|
|
38878
|
+
"name": "prefix"
|
|
38879
|
+
},
|
|
38880
|
+
{
|
|
38881
|
+
"description": "Renders content after the main content area.",
|
|
38882
|
+
"name": "suffix"
|
|
38883
|
+
}
|
|
38884
|
+
],
|
|
38885
|
+
"members": [
|
|
38886
|
+
{
|
|
38887
|
+
"kind": "field",
|
|
38888
|
+
"name": "tagName",
|
|
38889
|
+
"type": {
|
|
38890
|
+
"text": "string"
|
|
38891
|
+
},
|
|
38892
|
+
"privacy": "public",
|
|
38893
|
+
"static": true,
|
|
38894
|
+
"readonly": true,
|
|
38895
|
+
"default": "'igc-select-item'"
|
|
38896
|
+
},
|
|
38897
|
+
{
|
|
38898
|
+
"kind": "method",
|
|
38899
|
+
"name": "register",
|
|
38900
|
+
"privacy": "public",
|
|
38901
|
+
"static": true
|
|
38902
|
+
},
|
|
38903
|
+
{
|
|
38904
|
+
"kind": "field",
|
|
38905
|
+
"name": "active",
|
|
38906
|
+
"privacy": "public",
|
|
38907
|
+
"description": "Whether the item is disabled.",
|
|
38908
|
+
"attribute": "active",
|
|
38909
|
+
"reflects": true,
|
|
38910
|
+
"inheritedFrom": {
|
|
38911
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
38912
|
+
"module": "src/components/common/mixins/option.ts"
|
|
38913
|
+
}
|
|
38914
|
+
},
|
|
38915
|
+
{
|
|
38916
|
+
"kind": "field",
|
|
38917
|
+
"name": "_internals",
|
|
38918
|
+
"type": {
|
|
38919
|
+
"text": "ElementInternals"
|
|
38920
|
+
},
|
|
38921
|
+
"privacy": "protected",
|
|
38922
|
+
"inheritedFrom": {
|
|
38923
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
38924
|
+
"module": "src/components/common/mixins/option.ts"
|
|
38925
|
+
}
|
|
38926
|
+
},
|
|
38927
|
+
{
|
|
38928
|
+
"kind": "field",
|
|
38929
|
+
"name": "_active",
|
|
38930
|
+
"type": {
|
|
38931
|
+
"text": "boolean"
|
|
38932
|
+
},
|
|
38933
|
+
"privacy": "protected",
|
|
38934
|
+
"default": "false",
|
|
38935
|
+
"inheritedFrom": {
|
|
38936
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
38937
|
+
"module": "src/components/common/mixins/option.ts"
|
|
38938
|
+
}
|
|
38939
|
+
},
|
|
38940
|
+
{
|
|
38941
|
+
"kind": "field",
|
|
38942
|
+
"name": "_disabled",
|
|
38943
|
+
"type": {
|
|
38944
|
+
"text": "boolean"
|
|
38945
|
+
},
|
|
38946
|
+
"privacy": "protected",
|
|
38947
|
+
"default": "false",
|
|
38948
|
+
"inheritedFrom": {
|
|
38949
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
38950
|
+
"module": "src/components/common/mixins/option.ts"
|
|
38951
|
+
}
|
|
38952
|
+
},
|
|
38953
|
+
{
|
|
38954
|
+
"kind": "field",
|
|
38955
|
+
"name": "_selected",
|
|
38956
|
+
"type": {
|
|
38957
|
+
"text": "boolean"
|
|
38958
|
+
},
|
|
38959
|
+
"privacy": "protected",
|
|
38960
|
+
"default": "false",
|
|
38961
|
+
"inheritedFrom": {
|
|
38962
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
38963
|
+
"module": "src/components/common/mixins/option.ts"
|
|
38964
|
+
}
|
|
38965
|
+
},
|
|
38966
|
+
{
|
|
38967
|
+
"kind": "field",
|
|
38968
|
+
"name": "_value",
|
|
38969
|
+
"type": {
|
|
38970
|
+
"text": "string"
|
|
38971
|
+
},
|
|
38972
|
+
"privacy": "protected",
|
|
38973
|
+
"inheritedFrom": {
|
|
38974
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
38975
|
+
"module": "src/components/common/mixins/option.ts"
|
|
38976
|
+
}
|
|
38977
|
+
},
|
|
38978
|
+
{
|
|
38979
|
+
"kind": "field",
|
|
38980
|
+
"name": "_content",
|
|
38981
|
+
"type": {
|
|
38982
|
+
"text": "Array<Element>"
|
|
38983
|
+
},
|
|
38984
|
+
"privacy": "protected",
|
|
38985
|
+
"inheritedFrom": {
|
|
38986
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
38987
|
+
"module": "src/components/common/mixins/option.ts"
|
|
38988
|
+
}
|
|
38989
|
+
},
|
|
38990
|
+
{
|
|
38991
|
+
"kind": "field",
|
|
38992
|
+
"name": "_contentSlotText",
|
|
38993
|
+
"privacy": "protected",
|
|
38994
|
+
"readonly": true,
|
|
38995
|
+
"inheritedFrom": {
|
|
38996
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
38997
|
+
"module": "src/components/common/mixins/option.ts"
|
|
38998
|
+
}
|
|
38999
|
+
},
|
|
39000
|
+
{
|
|
39001
|
+
"kind": "field",
|
|
39002
|
+
"name": "disabled",
|
|
39003
|
+
"privacy": "public",
|
|
39004
|
+
"description": "Whether the item is disabled.",
|
|
39005
|
+
"attribute": "disabled",
|
|
39006
|
+
"reflects": true,
|
|
39007
|
+
"inheritedFrom": {
|
|
39008
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
39009
|
+
"module": "src/components/common/mixins/option.ts"
|
|
39010
|
+
}
|
|
39011
|
+
},
|
|
39012
|
+
{
|
|
39013
|
+
"kind": "field",
|
|
39014
|
+
"name": "selected",
|
|
39015
|
+
"privacy": "public",
|
|
39016
|
+
"description": "Whether the item is selected.",
|
|
39017
|
+
"attribute": "selected",
|
|
39018
|
+
"reflects": true,
|
|
39019
|
+
"inheritedFrom": {
|
|
39020
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
39021
|
+
"module": "src/components/common/mixins/option.ts"
|
|
39022
|
+
}
|
|
39023
|
+
},
|
|
39024
|
+
{
|
|
39025
|
+
"kind": "field",
|
|
39026
|
+
"name": "value",
|
|
39027
|
+
"privacy": "public",
|
|
39028
|
+
"description": "The current value of the item.\nIf not specified, the element's text content is used.",
|
|
39029
|
+
"attribute": "value",
|
|
39030
|
+
"type": {
|
|
39031
|
+
"text": "string"
|
|
39032
|
+
},
|
|
39033
|
+
"inheritedFrom": {
|
|
39034
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
39035
|
+
"module": "src/components/common/mixins/option.ts"
|
|
39036
|
+
}
|
|
39037
|
+
},
|
|
39038
|
+
{
|
|
39039
|
+
"kind": "field",
|
|
39040
|
+
"name": "role",
|
|
39041
|
+
"type": {
|
|
39042
|
+
"text": "string"
|
|
39043
|
+
},
|
|
39044
|
+
"default": "'option'",
|
|
39045
|
+
"inheritedFrom": {
|
|
39046
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
39047
|
+
"module": "src/components/common/mixins/option.ts"
|
|
39048
|
+
}
|
|
39049
|
+
}
|
|
39050
|
+
],
|
|
39051
|
+
"attributes": [
|
|
39052
|
+
{
|
|
39053
|
+
"name": "active",
|
|
39054
|
+
"description": "Whether the item is disabled.",
|
|
39055
|
+
"fieldName": "active",
|
|
39056
|
+
"attribute": "active",
|
|
39057
|
+
"inheritedFrom": {
|
|
39058
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
39059
|
+
"module": "src/components/common/mixins/option.ts"
|
|
39060
|
+
}
|
|
39061
|
+
},
|
|
39062
|
+
{
|
|
39063
|
+
"name": "disabled",
|
|
39064
|
+
"description": "Whether the item is disabled.",
|
|
39065
|
+
"fieldName": "disabled",
|
|
39066
|
+
"attribute": "disabled",
|
|
39067
|
+
"inheritedFrom": {
|
|
39068
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
39069
|
+
"module": "src/components/common/mixins/option.ts"
|
|
39070
|
+
}
|
|
39071
|
+
},
|
|
39072
|
+
{
|
|
39073
|
+
"name": "selected",
|
|
39074
|
+
"description": "Whether the item is selected.",
|
|
39075
|
+
"fieldName": "selected",
|
|
39076
|
+
"attribute": "selected",
|
|
39077
|
+
"inheritedFrom": {
|
|
39078
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
39079
|
+
"module": "src/components/common/mixins/option.ts"
|
|
39080
|
+
}
|
|
39081
|
+
},
|
|
39082
|
+
{
|
|
39083
|
+
"name": "value",
|
|
39084
|
+
"description": "The current value of the item.\nIf not specified, the element's text content is used.",
|
|
39085
|
+
"fieldName": "value",
|
|
39086
|
+
"attribute": "value",
|
|
39087
|
+
"type": {
|
|
39088
|
+
"text": "string"
|
|
39089
|
+
},
|
|
39090
|
+
"inheritedFrom": {
|
|
39091
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
39092
|
+
"module": "src/components/common/mixins/option.ts"
|
|
39093
|
+
}
|
|
39094
|
+
}
|
|
39095
|
+
],
|
|
39096
|
+
"superclass": {
|
|
39097
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
39098
|
+
"module": "/src/components/common/mixins/option.js"
|
|
39099
|
+
},
|
|
39100
|
+
"tagName": "igc-select-item",
|
|
39101
|
+
"customElement": true
|
|
39102
|
+
}
|
|
39103
|
+
],
|
|
39104
|
+
"exports": [
|
|
39105
|
+
{
|
|
39106
|
+
"kind": "js",
|
|
39107
|
+
"name": "default",
|
|
39108
|
+
"declaration": {
|
|
39109
|
+
"name": "IgcSelectItemComponent",
|
|
39110
|
+
"module": "src/components/select/select-item.ts"
|
|
39111
|
+
}
|
|
39112
|
+
}
|
|
39113
|
+
]
|
|
39114
|
+
},
|
|
39115
|
+
{
|
|
39116
|
+
"kind": "javascript-module",
|
|
39117
|
+
"path": "src/components/select/select-group.ts",
|
|
39118
|
+
"declarations": [
|
|
39119
|
+
{
|
|
39120
|
+
"kind": "class",
|
|
39121
|
+
"description": "",
|
|
39122
|
+
"name": "IgcSelectGroupComponent",
|
|
39123
|
+
"cssParts": [
|
|
39124
|
+
{
|
|
39125
|
+
"description": "The native label element.",
|
|
39126
|
+
"name": "label"
|
|
39127
|
+
}
|
|
39128
|
+
],
|
|
39129
|
+
"slots": [
|
|
39130
|
+
{
|
|
39131
|
+
"description": "Contains the group's label.",
|
|
39132
|
+
"name": "label"
|
|
39133
|
+
},
|
|
39134
|
+
{
|
|
39135
|
+
"description": "Intended to contain the items belonging to this group.",
|
|
39136
|
+
"name": ""
|
|
39137
|
+
}
|
|
39138
|
+
],
|
|
39139
|
+
"members": [
|
|
39140
|
+
{
|
|
39141
|
+
"kind": "field",
|
|
39142
|
+
"name": "tagName",
|
|
39143
|
+
"type": {
|
|
39144
|
+
"text": "string"
|
|
39145
|
+
},
|
|
39146
|
+
"privacy": "public",
|
|
39147
|
+
"static": true,
|
|
39148
|
+
"readonly": true,
|
|
39149
|
+
"default": "'igc-select-group'"
|
|
39150
|
+
},
|
|
39151
|
+
{
|
|
39152
|
+
"kind": "method",
|
|
39153
|
+
"name": "register",
|
|
39154
|
+
"privacy": "public",
|
|
39155
|
+
"static": true
|
|
39156
|
+
},
|
|
39157
|
+
{
|
|
39158
|
+
"kind": "field",
|
|
39159
|
+
"name": "_internals",
|
|
39160
|
+
"type": {
|
|
39161
|
+
"text": "ElementInternals"
|
|
39162
|
+
},
|
|
39163
|
+
"privacy": "private"
|
|
37500
39164
|
},
|
|
37501
39165
|
{
|
|
37502
39166
|
"kind": "field",
|
|
@@ -37941,23 +39605,29 @@
|
|
|
37941
39605
|
"kind": "field",
|
|
37942
39606
|
"name": "placement",
|
|
37943
39607
|
"type": {
|
|
37944
|
-
"text": "
|
|
39608
|
+
"text": "PopoverPlacement"
|
|
37945
39609
|
},
|
|
37946
39610
|
"privacy": "public",
|
|
37947
39611
|
"default": "'bottom-start'",
|
|
37948
39612
|
"description": "The preferred placement of the select dropdown around its input.",
|
|
37949
|
-
"attribute": "placement"
|
|
39613
|
+
"attribute": "placement",
|
|
39614
|
+
"expandedType": {
|
|
39615
|
+
"text": "'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end'"
|
|
39616
|
+
}
|
|
37950
39617
|
},
|
|
37951
39618
|
{
|
|
37952
39619
|
"kind": "field",
|
|
37953
39620
|
"name": "scrollStrategy",
|
|
37954
39621
|
"type": {
|
|
37955
|
-
"text": "
|
|
39622
|
+
"text": "PopoverScrollStrategy"
|
|
37956
39623
|
},
|
|
37957
39624
|
"privacy": "public",
|
|
37958
39625
|
"default": "'scroll'",
|
|
37959
39626
|
"description": "Determines the behavior of the component during scrolling of the parent container.",
|
|
37960
|
-
"attribute": "scroll-strategy"
|
|
39627
|
+
"attribute": "scroll-strategy",
|
|
39628
|
+
"expandedType": {
|
|
39629
|
+
"text": "'scroll' | 'block' | 'close'"
|
|
39630
|
+
}
|
|
37961
39631
|
},
|
|
37962
39632
|
{
|
|
37963
39633
|
"kind": "field",
|
|
@@ -39251,22 +40921,28 @@
|
|
|
39251
40921
|
{
|
|
39252
40922
|
"name": "placement",
|
|
39253
40923
|
"type": {
|
|
39254
|
-
"text": "
|
|
40924
|
+
"text": "PopoverPlacement"
|
|
39255
40925
|
},
|
|
39256
40926
|
"default": "'bottom-start'",
|
|
39257
40927
|
"description": "The preferred placement of the select dropdown around its input.",
|
|
39258
40928
|
"fieldName": "placement",
|
|
39259
|
-
"attribute": "placement"
|
|
40929
|
+
"attribute": "placement",
|
|
40930
|
+
"expandedType": {
|
|
40931
|
+
"text": "'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end'"
|
|
40932
|
+
}
|
|
39260
40933
|
},
|
|
39261
40934
|
{
|
|
39262
40935
|
"name": "scroll-strategy",
|
|
39263
40936
|
"type": {
|
|
39264
|
-
"text": "
|
|
40937
|
+
"text": "PopoverScrollStrategy"
|
|
39265
40938
|
},
|
|
39266
40939
|
"default": "'scroll'",
|
|
39267
40940
|
"description": "Determines the behavior of the component during scrolling of the parent container.",
|
|
39268
40941
|
"fieldName": "scrollStrategy",
|
|
39269
|
-
"attribute": "scroll-strategy"
|
|
40942
|
+
"attribute": "scroll-strategy",
|
|
40943
|
+
"expandedType": {
|
|
40944
|
+
"text": "'scroll' | 'block' | 'close'"
|
|
40945
|
+
}
|
|
39270
40946
|
},
|
|
39271
40947
|
{
|
|
39272
40948
|
"name": "required",
|
|
@@ -39489,7 +41165,7 @@
|
|
|
39489
41165
|
"kind": "field",
|
|
39490
41166
|
"name": "labelAlign",
|
|
39491
41167
|
"type": {
|
|
39492
|
-
"text": "
|
|
41168
|
+
"text": "LinearProgressLabelAlign"
|
|
39493
41169
|
},
|
|
39494
41170
|
"privacy": "public",
|
|
39495
41171
|
"default": "'top-start'",
|
|
@@ -39784,7 +41460,7 @@
|
|
|
39784
41460
|
{
|
|
39785
41461
|
"name": "label-align",
|
|
39786
41462
|
"type": {
|
|
39787
|
-
"text": "
|
|
41463
|
+
"text": "LinearProgressLabelAlign"
|
|
39788
41464
|
},
|
|
39789
41465
|
"default": "'top-start'",
|
|
39790
41466
|
"description": "The position for the default label of the control.",
|
|
@@ -40325,12 +42001,15 @@
|
|
|
40325
42001
|
"kind": "field",
|
|
40326
42002
|
"name": "valueMode",
|
|
40327
42003
|
"type": {
|
|
40328
|
-
"text": "
|
|
42004
|
+
"text": "MaskInputValueMode"
|
|
40329
42005
|
},
|
|
40330
42006
|
"privacy": "public",
|
|
40331
42007
|
"default": "'raw'",
|
|
40332
42008
|
"description": "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.",
|
|
40333
|
-
"attribute": "value-mode"
|
|
42009
|
+
"attribute": "value-mode",
|
|
42010
|
+
"expandedType": {
|
|
42011
|
+
"text": "'raw' | 'withFormatting'"
|
|
42012
|
+
}
|
|
40334
42013
|
},
|
|
40335
42014
|
{
|
|
40336
42015
|
"kind": "field",
|
|
@@ -41537,6 +43216,20 @@
|
|
|
41537
43216
|
"module": "src/components/input/input-base.ts"
|
|
41538
43217
|
}
|
|
41539
43218
|
},
|
|
43219
|
+
{
|
|
43220
|
+
"kind": "method",
|
|
43221
|
+
"name": "renderFileParts",
|
|
43222
|
+
"privacy": "protected",
|
|
43223
|
+
"return": {
|
|
43224
|
+
"type": {
|
|
43225
|
+
"text": "TemplateResult | typeof nothing"
|
|
43226
|
+
}
|
|
43227
|
+
},
|
|
43228
|
+
"inheritedFrom": {
|
|
43229
|
+
"name": "IgcInputBaseComponent",
|
|
43230
|
+
"module": "src/components/input/input-base.ts"
|
|
43231
|
+
}
|
|
43232
|
+
},
|
|
41540
43233
|
{
|
|
41541
43234
|
"kind": "method",
|
|
41542
43235
|
"name": "renderPrefix",
|
|
@@ -41606,12 +43299,15 @@
|
|
|
41606
43299
|
{
|
|
41607
43300
|
"name": "value-mode",
|
|
41608
43301
|
"type": {
|
|
41609
|
-
"text": "
|
|
43302
|
+
"text": "MaskInputValueMode"
|
|
41610
43303
|
},
|
|
41611
43304
|
"default": "'raw'",
|
|
41612
43305
|
"description": "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.",
|
|
41613
43306
|
"fieldName": "valueMode",
|
|
41614
|
-
"attribute": "value-mode"
|
|
43307
|
+
"attribute": "value-mode",
|
|
43308
|
+
"expandedType": {
|
|
43309
|
+
"text": "'raw' | 'withFormatting'"
|
|
43310
|
+
}
|
|
41615
43311
|
},
|
|
41616
43312
|
{
|
|
41617
43313
|
"name": "value",
|
|
@@ -42026,13 +43722,16 @@
|
|
|
42026
43722
|
"kind": "field",
|
|
42027
43723
|
"name": "position",
|
|
42028
43724
|
"type": {
|
|
42029
|
-
"text": "
|
|
43725
|
+
"text": "NavDrawerPosition"
|
|
42030
43726
|
},
|
|
42031
43727
|
"privacy": "public",
|
|
42032
43728
|
"default": "'start'",
|
|
42033
43729
|
"description": "The position of the drawer.",
|
|
42034
43730
|
"attribute": "position",
|
|
42035
|
-
"reflects": true
|
|
43731
|
+
"reflects": true,
|
|
43732
|
+
"expandedType": {
|
|
43733
|
+
"text": "'start' | 'end' | 'top' | 'bottom' | 'relative'"
|
|
43734
|
+
}
|
|
42036
43735
|
},
|
|
42037
43736
|
{
|
|
42038
43737
|
"kind": "field",
|
|
@@ -42089,12 +43788,15 @@
|
|
|
42089
43788
|
{
|
|
42090
43789
|
"name": "position",
|
|
42091
43790
|
"type": {
|
|
42092
|
-
"text": "
|
|
43791
|
+
"text": "NavDrawerPosition"
|
|
42093
43792
|
},
|
|
42094
43793
|
"default": "'start'",
|
|
42095
43794
|
"description": "The position of the drawer.",
|
|
42096
43795
|
"fieldName": "position",
|
|
42097
|
-
"attribute": "position"
|
|
43796
|
+
"attribute": "position",
|
|
43797
|
+
"expandedType": {
|
|
43798
|
+
"text": "'start' | 'end' | 'top' | 'bottom' | 'relative'"
|
|
43799
|
+
}
|
|
42098
43800
|
},
|
|
42099
43801
|
{
|
|
42100
43802
|
"name": "open",
|
|
@@ -42477,13 +44179,16 @@
|
|
|
42477
44179
|
"kind": "field",
|
|
42478
44180
|
"name": "labelPosition",
|
|
42479
44181
|
"type": {
|
|
42480
|
-
"text": "
|
|
44182
|
+
"text": "ToggleLabelPosition"
|
|
42481
44183
|
},
|
|
42482
44184
|
"privacy": "public",
|
|
42483
44185
|
"default": "'after'",
|
|
42484
44186
|
"description": "The label position of the radio control.",
|
|
42485
44187
|
"attribute": "label-position",
|
|
42486
|
-
"reflects": true
|
|
44188
|
+
"reflects": true,
|
|
44189
|
+
"expandedType": {
|
|
44190
|
+
"text": "'after' | 'before'"
|
|
44191
|
+
}
|
|
42487
44192
|
},
|
|
42488
44193
|
{
|
|
42489
44194
|
"kind": "method",
|
|
@@ -42534,6 +44239,46 @@
|
|
|
42534
44239
|
"privacy": "public",
|
|
42535
44240
|
"description": "Removes focus from the radio control."
|
|
42536
44241
|
},
|
|
44242
|
+
{
|
|
44243
|
+
"kind": "method",
|
|
44244
|
+
"name": "_checkValidity",
|
|
44245
|
+
"privacy": "private"
|
|
44246
|
+
},
|
|
44247
|
+
{
|
|
44248
|
+
"kind": "method",
|
|
44249
|
+
"name": "_reportValidity",
|
|
44250
|
+
"privacy": "private"
|
|
44251
|
+
},
|
|
44252
|
+
{
|
|
44253
|
+
"kind": "method",
|
|
44254
|
+
"name": "checkValidity",
|
|
44255
|
+
"privacy": "public",
|
|
44256
|
+
"description": "Checks for validity of the control and emits the invalid event if it invalid.",
|
|
44257
|
+
"return": {
|
|
44258
|
+
"type": {
|
|
44259
|
+
"text": "boolean"
|
|
44260
|
+
}
|
|
44261
|
+
},
|
|
44262
|
+
"inheritedFrom": {
|
|
44263
|
+
"name": "BaseFormAssociated",
|
|
44264
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
44265
|
+
}
|
|
44266
|
+
},
|
|
44267
|
+
{
|
|
44268
|
+
"kind": "method",
|
|
44269
|
+
"name": "reportValidity",
|
|
44270
|
+
"privacy": "public",
|
|
44271
|
+
"description": "Checks for validity of the control and shows the browser message if it invalid.",
|
|
44272
|
+
"return": {
|
|
44273
|
+
"type": {
|
|
44274
|
+
"text": "boolean"
|
|
44275
|
+
}
|
|
44276
|
+
},
|
|
44277
|
+
"inheritedFrom": {
|
|
44278
|
+
"name": "BaseFormAssociated",
|
|
44279
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
44280
|
+
}
|
|
44281
|
+
},
|
|
42537
44282
|
{
|
|
42538
44283
|
"kind": "method",
|
|
42539
44284
|
"name": "setCustomValidity",
|
|
@@ -43027,26 +44772,6 @@
|
|
|
43027
44772
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
43028
44773
|
}
|
|
43029
44774
|
},
|
|
43030
|
-
{
|
|
43031
|
-
"kind": "method",
|
|
43032
|
-
"name": "reportValidity",
|
|
43033
|
-
"privacy": "public",
|
|
43034
|
-
"description": "Checks for validity of the control and shows the browser message if it invalid.",
|
|
43035
|
-
"inheritedFrom": {
|
|
43036
|
-
"name": "BaseFormAssociated",
|
|
43037
|
-
"module": "src/components/common/mixins/forms/associated.ts"
|
|
43038
|
-
}
|
|
43039
|
-
},
|
|
43040
|
-
{
|
|
43041
|
-
"kind": "method",
|
|
43042
|
-
"name": "checkValidity",
|
|
43043
|
-
"privacy": "public",
|
|
43044
|
-
"description": "Checks for validity of the control and emits the invalid event if it invalid.",
|
|
43045
|
-
"inheritedFrom": {
|
|
43046
|
-
"name": "BaseFormAssociated",
|
|
43047
|
-
"module": "src/components/common/mixins/forms/associated.ts"
|
|
43048
|
-
}
|
|
43049
|
-
},
|
|
43050
44775
|
{
|
|
43051
44776
|
"kind": "method",
|
|
43052
44777
|
"name": "addEventListener",
|
|
@@ -43184,12 +44909,15 @@
|
|
|
43184
44909
|
{
|
|
43185
44910
|
"name": "label-position",
|
|
43186
44911
|
"type": {
|
|
43187
|
-
"text": "
|
|
44912
|
+
"text": "ToggleLabelPosition"
|
|
43188
44913
|
},
|
|
43189
44914
|
"default": "'after'",
|
|
43190
44915
|
"description": "The label position of the radio control.",
|
|
43191
44916
|
"fieldName": "labelPosition",
|
|
43192
|
-
"attribute": "label-position"
|
|
44917
|
+
"attribute": "label-position",
|
|
44918
|
+
"expandedType": {
|
|
44919
|
+
"text": "'after' | 'before'"
|
|
44920
|
+
}
|
|
43193
44921
|
},
|
|
43194
44922
|
{
|
|
43195
44923
|
"name": "required",
|
|
@@ -43352,13 +45080,16 @@
|
|
|
43352
45080
|
"kind": "field",
|
|
43353
45081
|
"name": "alignment",
|
|
43354
45082
|
"type": {
|
|
43355
|
-
"text": "
|
|
45083
|
+
"text": "ContentOrientation"
|
|
43356
45084
|
},
|
|
43357
45085
|
"privacy": "public",
|
|
43358
45086
|
"default": "'vertical'",
|
|
43359
45087
|
"description": "Alignment of the radio controls inside this group.",
|
|
43360
45088
|
"attribute": "alignment",
|
|
43361
|
-
"reflects": true
|
|
45089
|
+
"reflects": true,
|
|
45090
|
+
"expandedType": {
|
|
45091
|
+
"text": "'horizontal' | 'vertical'"
|
|
45092
|
+
}
|
|
43362
45093
|
},
|
|
43363
45094
|
{
|
|
43364
45095
|
"kind": "field",
|
|
@@ -43427,12 +45158,15 @@
|
|
|
43427
45158
|
{
|
|
43428
45159
|
"name": "alignment",
|
|
43429
45160
|
"type": {
|
|
43430
|
-
"text": "
|
|
45161
|
+
"text": "ContentOrientation"
|
|
43431
45162
|
},
|
|
43432
45163
|
"default": "'vertical'",
|
|
43433
45164
|
"description": "Alignment of the radio controls inside this group.",
|
|
43434
45165
|
"fieldName": "alignment",
|
|
43435
|
-
"attribute": "alignment"
|
|
45166
|
+
"attribute": "alignment",
|
|
45167
|
+
"expandedType": {
|
|
45168
|
+
"text": "'horizontal' | 'vertical'"
|
|
45169
|
+
}
|
|
43436
45170
|
},
|
|
43437
45171
|
{
|
|
43438
45172
|
"name": "name",
|
|
@@ -44775,46 +46509,6 @@
|
|
|
44775
46509
|
}
|
|
44776
46510
|
]
|
|
44777
46511
|
},
|
|
44778
|
-
{
|
|
44779
|
-
"kind": "javascript-module",
|
|
44780
|
-
"path": "src/components/common/decorators/blazorTypeOverride.ts",
|
|
44781
|
-
"declarations": [
|
|
44782
|
-
{
|
|
44783
|
-
"kind": "function",
|
|
44784
|
-
"name": "blazorTypeOverride",
|
|
44785
|
-
"parameters": [
|
|
44786
|
-
{
|
|
44787
|
-
"name": "_typeName",
|
|
44788
|
-
"type": {
|
|
44789
|
-
"text": "string"
|
|
44790
|
-
},
|
|
44791
|
-
"description": "an alternate type name to use."
|
|
44792
|
-
},
|
|
44793
|
-
{
|
|
44794
|
-
"name": "_allWeb",
|
|
44795
|
-
"default": "false",
|
|
44796
|
-
"description": "indicates that the alternate type is used for all modern web rather than just blazor."
|
|
44797
|
-
}
|
|
44798
|
-
],
|
|
44799
|
-
"description": "Indicates an alternate member name that can be used for a member due to collisions in a wrapping API.",
|
|
44800
|
-
"return": {
|
|
44801
|
-
"type": {
|
|
44802
|
-
"text": ""
|
|
44803
|
-
}
|
|
44804
|
-
}
|
|
44805
|
-
}
|
|
44806
|
-
],
|
|
44807
|
-
"exports": [
|
|
44808
|
-
{
|
|
44809
|
-
"kind": "js",
|
|
44810
|
-
"name": "blazorTypeOverride",
|
|
44811
|
-
"declaration": {
|
|
44812
|
-
"name": "blazorTypeOverride",
|
|
44813
|
-
"module": "src/components/common/decorators/blazorTypeOverride.ts"
|
|
44814
|
-
}
|
|
44815
|
-
}
|
|
44816
|
-
]
|
|
44817
|
-
},
|
|
44818
46512
|
{
|
|
44819
46513
|
"kind": "javascript-module",
|
|
44820
46514
|
"path": "src/components/slider/slider-base.ts",
|
|
@@ -45064,12 +46758,15 @@
|
|
|
45064
46758
|
"kind": "field",
|
|
45065
46759
|
"name": "tickOrientation",
|
|
45066
46760
|
"type": {
|
|
45067
|
-
"text": "
|
|
46761
|
+
"text": "SliderTickOrientation"
|
|
45068
46762
|
},
|
|
45069
46763
|
"privacy": "public",
|
|
45070
46764
|
"default": "'end'",
|
|
45071
46765
|
"description": "Changes the orientation of the ticks.",
|
|
45072
|
-
"attribute": "tick-orientation"
|
|
46766
|
+
"attribute": "tick-orientation",
|
|
46767
|
+
"expandedType": {
|
|
46768
|
+
"text": "'end' | 'mirror' | 'start'"
|
|
46769
|
+
}
|
|
45073
46770
|
},
|
|
45074
46771
|
{
|
|
45075
46772
|
"kind": "field",
|
|
@@ -45127,13 +46824,16 @@
|
|
|
45127
46824
|
"kind": "field",
|
|
45128
46825
|
"name": "tickLabelRotation",
|
|
45129
46826
|
"type": {
|
|
45130
|
-
"text": "
|
|
46827
|
+
"text": "SliderTickLabelRotation"
|
|
45131
46828
|
},
|
|
45132
46829
|
"privacy": "public",
|
|
45133
46830
|
"default": "0",
|
|
45134
46831
|
"description": "The degrees for the rotation of the tick labels. Defaults to 0.",
|
|
45135
46832
|
"attribute": "tick-label-rotation",
|
|
45136
|
-
"reflects": true
|
|
46833
|
+
"reflects": true,
|
|
46834
|
+
"expandedType": {
|
|
46835
|
+
"text": "'0' | '90' | "
|
|
46836
|
+
}
|
|
45137
46837
|
},
|
|
45138
46838
|
{
|
|
45139
46839
|
"kind": "method",
|
|
@@ -45573,12 +47273,15 @@
|
|
|
45573
47273
|
{
|
|
45574
47274
|
"name": "tick-orientation",
|
|
45575
47275
|
"type": {
|
|
45576
|
-
"text": "
|
|
47276
|
+
"text": "SliderTickOrientation"
|
|
45577
47277
|
},
|
|
45578
47278
|
"default": "'end'",
|
|
45579
47279
|
"description": "Changes the orientation of the ticks.",
|
|
45580
47280
|
"fieldName": "tickOrientation",
|
|
45581
|
-
"attribute": "tick-orientation"
|
|
47281
|
+
"attribute": "tick-orientation",
|
|
47282
|
+
"expandedType": {
|
|
47283
|
+
"text": "'end' | 'mirror' | 'start'"
|
|
47284
|
+
}
|
|
45582
47285
|
},
|
|
45583
47286
|
{
|
|
45584
47287
|
"name": "hide-primary-labels",
|
|
@@ -45622,12 +47325,15 @@
|
|
|
45622
47325
|
{
|
|
45623
47326
|
"name": "tick-label-rotation",
|
|
45624
47327
|
"type": {
|
|
45625
|
-
"text": "
|
|
47328
|
+
"text": "SliderTickLabelRotation"
|
|
45626
47329
|
},
|
|
45627
47330
|
"default": "0",
|
|
45628
47331
|
"description": "The degrees for the rotation of the tick labels. Defaults to 0.",
|
|
45629
47332
|
"fieldName": "tickLabelRotation",
|
|
45630
|
-
"attribute": "tick-label-rotation"
|
|
47333
|
+
"attribute": "tick-label-rotation",
|
|
47334
|
+
"expandedType": {
|
|
47335
|
+
"text": "'0' | '90' | "
|
|
47336
|
+
}
|
|
45631
47337
|
}
|
|
45632
47338
|
],
|
|
45633
47339
|
"superclass": {
|
|
@@ -46485,12 +48191,15 @@
|
|
|
46485
48191
|
"kind": "field",
|
|
46486
48192
|
"name": "tickOrientation",
|
|
46487
48193
|
"type": {
|
|
46488
|
-
"text": "
|
|
48194
|
+
"text": "SliderTickOrientation"
|
|
46489
48195
|
},
|
|
46490
48196
|
"privacy": "public",
|
|
46491
48197
|
"default": "'end'",
|
|
46492
48198
|
"description": "Changes the orientation of the ticks.",
|
|
46493
48199
|
"attribute": "tick-orientation",
|
|
48200
|
+
"expandedType": {
|
|
48201
|
+
"text": "'end' | 'mirror' | 'start'"
|
|
48202
|
+
},
|
|
46494
48203
|
"inheritedFrom": {
|
|
46495
48204
|
"name": "IgcSliderBaseComponent",
|
|
46496
48205
|
"module": "src/components/slider/slider-base.ts"
|
|
@@ -46572,13 +48281,16 @@
|
|
|
46572
48281
|
"kind": "field",
|
|
46573
48282
|
"name": "tickLabelRotation",
|
|
46574
48283
|
"type": {
|
|
46575
|
-
"text": "
|
|
48284
|
+
"text": "SliderTickLabelRotation"
|
|
46576
48285
|
},
|
|
46577
48286
|
"privacy": "public",
|
|
46578
48287
|
"default": "0",
|
|
46579
48288
|
"description": "The degrees for the rotation of the tick labels. Defaults to 0.",
|
|
46580
48289
|
"attribute": "tick-label-rotation",
|
|
46581
48290
|
"reflects": true,
|
|
48291
|
+
"expandedType": {
|
|
48292
|
+
"text": "'0' | '90' | "
|
|
48293
|
+
},
|
|
46582
48294
|
"inheritedFrom": {
|
|
46583
48295
|
"name": "IgcSliderBaseComponent",
|
|
46584
48296
|
"module": "src/components/slider/slider-base.ts"
|
|
@@ -47104,12 +48816,15 @@
|
|
|
47104
48816
|
{
|
|
47105
48817
|
"name": "tick-orientation",
|
|
47106
48818
|
"type": {
|
|
47107
|
-
"text": "
|
|
48819
|
+
"text": "SliderTickOrientation"
|
|
47108
48820
|
},
|
|
47109
48821
|
"default": "'end'",
|
|
47110
48822
|
"description": "Changes the orientation of the ticks.",
|
|
47111
48823
|
"fieldName": "tickOrientation",
|
|
47112
48824
|
"attribute": "tick-orientation",
|
|
48825
|
+
"expandedType": {
|
|
48826
|
+
"text": "'end' | 'mirror' | 'start'"
|
|
48827
|
+
},
|
|
47113
48828
|
"inheritedFrom": {
|
|
47114
48829
|
"name": "IgcSliderBaseComponent",
|
|
47115
48830
|
"module": "src/components/slider/slider-base.ts"
|
|
@@ -47173,12 +48888,15 @@
|
|
|
47173
48888
|
{
|
|
47174
48889
|
"name": "tick-label-rotation",
|
|
47175
48890
|
"type": {
|
|
47176
|
-
"text": "
|
|
48891
|
+
"text": "SliderTickLabelRotation"
|
|
47177
48892
|
},
|
|
47178
48893
|
"default": "0",
|
|
47179
48894
|
"description": "The degrees for the rotation of the tick labels. Defaults to 0.",
|
|
47180
48895
|
"fieldName": "tickLabelRotation",
|
|
47181
48896
|
"attribute": "tick-label-rotation",
|
|
48897
|
+
"expandedType": {
|
|
48898
|
+
"text": "'0' | '90' | "
|
|
48899
|
+
},
|
|
47182
48900
|
"inheritedFrom": {
|
|
47183
48901
|
"name": "IgcSliderBaseComponent",
|
|
47184
48902
|
"module": "src/components/slider/slider-base.ts"
|
|
@@ -47282,13 +49000,16 @@
|
|
|
47282
49000
|
"kind": "field",
|
|
47283
49001
|
"name": "position",
|
|
47284
49002
|
"type": {
|
|
47285
|
-
"text": "
|
|
49003
|
+
"text": "AbsolutePosition"
|
|
47286
49004
|
},
|
|
47287
49005
|
"privacy": "public",
|
|
47288
49006
|
"default": "'bottom'",
|
|
47289
49007
|
"description": "Sets the position of the component in the viewport.",
|
|
47290
49008
|
"attribute": "position",
|
|
47291
|
-
"reflects": true
|
|
49009
|
+
"reflects": true,
|
|
49010
|
+
"expandedType": {
|
|
49011
|
+
"text": "'bottom' | 'middle' | 'top'"
|
|
49012
|
+
}
|
|
47292
49013
|
},
|
|
47293
49014
|
{
|
|
47294
49015
|
"kind": "method",
|
|
@@ -47402,12 +49123,15 @@
|
|
|
47402
49123
|
{
|
|
47403
49124
|
"name": "position",
|
|
47404
49125
|
"type": {
|
|
47405
|
-
"text": "
|
|
49126
|
+
"text": "AbsolutePosition"
|
|
47406
49127
|
},
|
|
47407
49128
|
"default": "'bottom'",
|
|
47408
49129
|
"description": "Sets the position of the component in the viewport.",
|
|
47409
49130
|
"fieldName": "position",
|
|
47410
|
-
"attribute": "position"
|
|
49131
|
+
"attribute": "position",
|
|
49132
|
+
"expandedType": {
|
|
49133
|
+
"text": "'bottom' | 'middle' | 'top'"
|
|
49134
|
+
}
|
|
47411
49135
|
}
|
|
47412
49136
|
],
|
|
47413
49137
|
"superclass": {
|
|
@@ -47691,13 +49415,16 @@
|
|
|
47691
49415
|
"kind": "field",
|
|
47692
49416
|
"name": "position",
|
|
47693
49417
|
"type": {
|
|
47694
|
-
"text": "
|
|
49418
|
+
"text": "AbsolutePosition"
|
|
47695
49419
|
},
|
|
47696
49420
|
"privacy": "public",
|
|
47697
49421
|
"default": "'bottom'",
|
|
47698
49422
|
"description": "Sets the position of the component in the viewport.",
|
|
47699
49423
|
"attribute": "position",
|
|
47700
49424
|
"reflects": true,
|
|
49425
|
+
"expandedType": {
|
|
49426
|
+
"text": "'bottom' | 'middle' | 'top'"
|
|
49427
|
+
},
|
|
47701
49428
|
"inheritedFrom": {
|
|
47702
49429
|
"name": "IgcBaseAlertLikeComponent",
|
|
47703
49430
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -47887,12 +49614,15 @@
|
|
|
47887
49614
|
{
|
|
47888
49615
|
"name": "position",
|
|
47889
49616
|
"type": {
|
|
47890
|
-
"text": "
|
|
49617
|
+
"text": "AbsolutePosition"
|
|
47891
49618
|
},
|
|
47892
49619
|
"default": "'bottom'",
|
|
47893
49620
|
"description": "Sets the position of the component in the viewport.",
|
|
47894
49621
|
"fieldName": "position",
|
|
47895
49622
|
"attribute": "position",
|
|
49623
|
+
"expandedType": {
|
|
49624
|
+
"text": "'bottom' | 'middle' | 'top'"
|
|
49625
|
+
},
|
|
47896
49626
|
"inheritedFrom": {
|
|
47897
49627
|
"name": "IgcBaseAlertLikeComponent",
|
|
47898
49628
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -49053,12 +50783,15 @@
|
|
|
49053
50783
|
"kind": "field",
|
|
49054
50784
|
"name": "tickOrientation",
|
|
49055
50785
|
"type": {
|
|
49056
|
-
"text": "
|
|
50786
|
+
"text": "SliderTickOrientation"
|
|
49057
50787
|
},
|
|
49058
50788
|
"privacy": "public",
|
|
49059
50789
|
"default": "'end'",
|
|
49060
50790
|
"description": "Changes the orientation of the ticks.",
|
|
49061
50791
|
"attribute": "tick-orientation",
|
|
50792
|
+
"expandedType": {
|
|
50793
|
+
"text": "'end' | 'mirror' | 'start'"
|
|
50794
|
+
},
|
|
49062
50795
|
"inheritedFrom": {
|
|
49063
50796
|
"name": "IgcSliderBaseComponent",
|
|
49064
50797
|
"module": "src/components/slider/slider-base.ts"
|
|
@@ -49140,13 +50873,16 @@
|
|
|
49140
50873
|
"kind": "field",
|
|
49141
50874
|
"name": "tickLabelRotation",
|
|
49142
50875
|
"type": {
|
|
49143
|
-
"text": "
|
|
50876
|
+
"text": "SliderTickLabelRotation"
|
|
49144
50877
|
},
|
|
49145
50878
|
"privacy": "public",
|
|
49146
50879
|
"default": "0",
|
|
49147
50880
|
"description": "The degrees for the rotation of the tick labels. Defaults to 0.",
|
|
49148
50881
|
"attribute": "tick-label-rotation",
|
|
49149
50882
|
"reflects": true,
|
|
50883
|
+
"expandedType": {
|
|
50884
|
+
"text": "'0' | '90' | "
|
|
50885
|
+
},
|
|
49150
50886
|
"inheritedFrom": {
|
|
49151
50887
|
"name": "IgcSliderBaseComponent",
|
|
49152
50888
|
"module": "src/components/slider/slider-base.ts"
|
|
@@ -49725,12 +51461,15 @@
|
|
|
49725
51461
|
{
|
|
49726
51462
|
"name": "tick-orientation",
|
|
49727
51463
|
"type": {
|
|
49728
|
-
"text": "
|
|
51464
|
+
"text": "SliderTickOrientation"
|
|
49729
51465
|
},
|
|
49730
51466
|
"default": "'end'",
|
|
49731
51467
|
"description": "Changes the orientation of the ticks.",
|
|
49732
51468
|
"fieldName": "tickOrientation",
|
|
49733
51469
|
"attribute": "tick-orientation",
|
|
51470
|
+
"expandedType": {
|
|
51471
|
+
"text": "'end' | 'mirror' | 'start'"
|
|
51472
|
+
},
|
|
49734
51473
|
"inheritedFrom": {
|
|
49735
51474
|
"name": "IgcSliderBaseComponent",
|
|
49736
51475
|
"module": "src/components/slider/slider-base.ts"
|
|
@@ -49794,12 +51533,15 @@
|
|
|
49794
51533
|
{
|
|
49795
51534
|
"name": "tick-label-rotation",
|
|
49796
51535
|
"type": {
|
|
49797
|
-
"text": "
|
|
51536
|
+
"text": "SliderTickLabelRotation"
|
|
49798
51537
|
},
|
|
49799
51538
|
"default": "0",
|
|
49800
51539
|
"description": "The degrees for the rotation of the tick labels. Defaults to 0.",
|
|
49801
51540
|
"fieldName": "tickLabelRotation",
|
|
49802
51541
|
"attribute": "tick-label-rotation",
|
|
51542
|
+
"expandedType": {
|
|
51543
|
+
"text": "'0' | '90' | "
|
|
51544
|
+
},
|
|
49803
51545
|
"inheritedFrom": {
|
|
49804
51546
|
"name": "IgcSliderBaseComponent",
|
|
49805
51547
|
"module": "src/components/slider/slider-base.ts"
|
|
@@ -50278,24 +52020,30 @@
|
|
|
50278
52020
|
"kind": "field",
|
|
50279
52021
|
"name": "alignment",
|
|
50280
52022
|
"type": {
|
|
50281
|
-
"text": "
|
|
52023
|
+
"text": "TabsAlignment"
|
|
50282
52024
|
},
|
|
50283
52025
|
"privacy": "public",
|
|
50284
52026
|
"default": "'start'",
|
|
50285
52027
|
"description": "Sets the alignment for the tab headers",
|
|
50286
52028
|
"attribute": "alignment",
|
|
50287
|
-
"reflects": true
|
|
52029
|
+
"reflects": true,
|
|
52030
|
+
"expandedType": {
|
|
52031
|
+
"text": "'start' | 'end' | 'center' | 'justify'"
|
|
52032
|
+
}
|
|
50288
52033
|
},
|
|
50289
52034
|
{
|
|
50290
52035
|
"kind": "field",
|
|
50291
52036
|
"name": "activation",
|
|
50292
52037
|
"type": {
|
|
50293
|
-
"text": "
|
|
52038
|
+
"text": "TabsActivation"
|
|
50294
52039
|
},
|
|
50295
52040
|
"privacy": "public",
|
|
50296
52041
|
"default": "'auto'",
|
|
50297
52042
|
"description": "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.",
|
|
50298
|
-
"attribute": "activation"
|
|
52043
|
+
"attribute": "activation",
|
|
52044
|
+
"expandedType": {
|
|
52045
|
+
"text": "'auto' | 'manual'"
|
|
52046
|
+
}
|
|
50299
52047
|
},
|
|
50300
52048
|
{
|
|
50301
52049
|
"kind": "method",
|
|
@@ -50569,22 +52317,28 @@
|
|
|
50569
52317
|
{
|
|
50570
52318
|
"name": "alignment",
|
|
50571
52319
|
"type": {
|
|
50572
|
-
"text": "
|
|
52320
|
+
"text": "TabsAlignment"
|
|
50573
52321
|
},
|
|
50574
52322
|
"default": "'start'",
|
|
50575
52323
|
"description": "Sets the alignment for the tab headers",
|
|
50576
52324
|
"fieldName": "alignment",
|
|
50577
|
-
"attribute": "alignment"
|
|
52325
|
+
"attribute": "alignment",
|
|
52326
|
+
"expandedType": {
|
|
52327
|
+
"text": "'start' | 'end' | 'center' | 'justify'"
|
|
52328
|
+
}
|
|
50578
52329
|
},
|
|
50579
52330
|
{
|
|
50580
52331
|
"name": "activation",
|
|
50581
52332
|
"type": {
|
|
50582
|
-
"text": "
|
|
52333
|
+
"text": "TabsActivation"
|
|
50583
52334
|
},
|
|
50584
52335
|
"default": "'auto'",
|
|
50585
52336
|
"description": "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.",
|
|
50586
52337
|
"fieldName": "activation",
|
|
50587
|
-
"attribute": "activation"
|
|
52338
|
+
"attribute": "activation",
|
|
52339
|
+
"expandedType": {
|
|
52340
|
+
"text": "'auto' | 'manual'"
|
|
52341
|
+
}
|
|
50588
52342
|
}
|
|
50589
52343
|
],
|
|
50590
52344
|
"mixins": [
|
|
@@ -50731,13 +52485,16 @@
|
|
|
50731
52485
|
"kind": "field",
|
|
50732
52486
|
"name": "position",
|
|
50733
52487
|
"type": {
|
|
50734
|
-
"text": "
|
|
52488
|
+
"text": "AbsolutePosition"
|
|
50735
52489
|
},
|
|
50736
52490
|
"privacy": "public",
|
|
50737
52491
|
"default": "'bottom'",
|
|
50738
52492
|
"description": "Sets the position of the component in the viewport.",
|
|
50739
52493
|
"attribute": "position",
|
|
50740
52494
|
"reflects": true,
|
|
52495
|
+
"expandedType": {
|
|
52496
|
+
"text": "'bottom' | 'middle' | 'top'"
|
|
52497
|
+
},
|
|
50741
52498
|
"inheritedFrom": {
|
|
50742
52499
|
"name": "IgcBaseAlertLikeComponent",
|
|
50743
52500
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -50909,12 +52666,15 @@
|
|
|
50909
52666
|
{
|
|
50910
52667
|
"name": "position",
|
|
50911
52668
|
"type": {
|
|
50912
|
-
"text": "
|
|
52669
|
+
"text": "AbsolutePosition"
|
|
50913
52670
|
},
|
|
50914
52671
|
"default": "'bottom'",
|
|
50915
52672
|
"description": "Sets the position of the component in the viewport.",
|
|
50916
52673
|
"fieldName": "position",
|
|
50917
52674
|
"attribute": "position",
|
|
52675
|
+
"expandedType": {
|
|
52676
|
+
"text": "'bottom' | 'middle' | 'top'"
|
|
52677
|
+
},
|
|
50918
52678
|
"inheritedFrom": {
|
|
50919
52679
|
"name": "IgcBaseAlertLikeComponent",
|
|
50920
52680
|
"module": "src/components/common/mixins/alert.ts"
|
|
@@ -51711,13 +53471,16 @@
|
|
|
51711
53471
|
"kind": "field",
|
|
51712
53472
|
"name": "labelPosition",
|
|
51713
53473
|
"type": {
|
|
51714
|
-
"text": "
|
|
53474
|
+
"text": "ToggleLabelPosition"
|
|
51715
53475
|
},
|
|
51716
53476
|
"privacy": "public",
|
|
51717
53477
|
"default": "'after'",
|
|
51718
53478
|
"description": "The label position of the control.",
|
|
51719
53479
|
"attribute": "label-position",
|
|
51720
53480
|
"reflects": true,
|
|
53481
|
+
"expandedType": {
|
|
53482
|
+
"text": "'after' | 'before'"
|
|
53483
|
+
},
|
|
51721
53484
|
"inheritedFrom": {
|
|
51722
53485
|
"name": "IgcCheckboxBaseComponent",
|
|
51723
53486
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
@@ -51904,12 +53667,15 @@
|
|
|
51904
53667
|
{
|
|
51905
53668
|
"name": "label-position",
|
|
51906
53669
|
"type": {
|
|
51907
|
-
"text": "
|
|
53670
|
+
"text": "ToggleLabelPosition"
|
|
51908
53671
|
},
|
|
51909
53672
|
"default": "'after'",
|
|
51910
53673
|
"description": "The label position of the control.",
|
|
51911
53674
|
"fieldName": "labelPosition",
|
|
51912
53675
|
"attribute": "label-position",
|
|
53676
|
+
"expandedType": {
|
|
53677
|
+
"text": "'after' | 'before'"
|
|
53678
|
+
},
|
|
51913
53679
|
"inheritedFrom": {
|
|
51914
53680
|
"name": "IgcCheckboxBaseComponent",
|
|
51915
53681
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
@@ -52250,12 +54016,15 @@
|
|
|
52250
54016
|
"kind": "field",
|
|
52251
54017
|
"name": "resize",
|
|
52252
54018
|
"type": {
|
|
52253
|
-
"text": "
|
|
54019
|
+
"text": "TextareaResize"
|
|
52254
54020
|
},
|
|
52255
54021
|
"privacy": "public",
|
|
52256
54022
|
"default": "'vertical'",
|
|
52257
54023
|
"description": "Controls whether the control can be resized.\nWhen `auto` is set, the control will try to expand and fit its content.",
|
|
52258
|
-
"attribute": "resize"
|
|
54024
|
+
"attribute": "resize",
|
|
54025
|
+
"expandedType": {
|
|
54026
|
+
"text": "'vertical' | 'auto' | 'none'"
|
|
54027
|
+
}
|
|
52259
54028
|
},
|
|
52260
54029
|
{
|
|
52261
54030
|
"kind": "field",
|
|
@@ -53240,12 +55009,15 @@
|
|
|
53240
55009
|
{
|
|
53241
55010
|
"name": "resize",
|
|
53242
55011
|
"type": {
|
|
53243
|
-
"text": "
|
|
55012
|
+
"text": "TextareaResize"
|
|
53244
55013
|
},
|
|
53245
55014
|
"default": "'vertical'",
|
|
53246
55015
|
"description": "Controls whether the control can be resized.\nWhen `auto` is set, the control will try to expand and fit its content.",
|
|
53247
55016
|
"fieldName": "resize",
|
|
53248
|
-
"attribute": "resize"
|
|
55017
|
+
"attribute": "resize",
|
|
55018
|
+
"expandedType": {
|
|
55019
|
+
"text": "'vertical' | 'auto' | 'none'"
|
|
55020
|
+
}
|
|
53249
55021
|
},
|
|
53250
55022
|
{
|
|
53251
55023
|
"name": "rows",
|
|
@@ -55033,13 +56805,16 @@
|
|
|
55033
56805
|
"kind": "field",
|
|
55034
56806
|
"name": "selection",
|
|
55035
56807
|
"type": {
|
|
55036
|
-
"text": "
|
|
56808
|
+
"text": "TreeSelection"
|
|
55037
56809
|
},
|
|
55038
56810
|
"privacy": "public",
|
|
55039
56811
|
"default": "'none'",
|
|
55040
56812
|
"description": "The selection state of the tree.",
|
|
55041
56813
|
"attribute": "selection",
|
|
55042
|
-
"reflects": true
|
|
56814
|
+
"reflects": true,
|
|
56815
|
+
"expandedType": {
|
|
56816
|
+
"text": "'none' | 'multiple' | 'cascade'"
|
|
56817
|
+
}
|
|
55043
56818
|
},
|
|
55044
56819
|
{
|
|
55045
56820
|
"kind": "method",
|
|
@@ -55361,12 +57136,15 @@
|
|
|
55361
57136
|
{
|
|
55362
57137
|
"name": "selection",
|
|
55363
57138
|
"type": {
|
|
55364
|
-
"text": "
|
|
57139
|
+
"text": "TreeSelection"
|
|
55365
57140
|
},
|
|
55366
57141
|
"default": "'none'",
|
|
55367
57142
|
"description": "The selection state of the tree.",
|
|
55368
57143
|
"fieldName": "selection",
|
|
55369
|
-
"attribute": "selection"
|
|
57144
|
+
"attribute": "selection",
|
|
57145
|
+
"expandedType": {
|
|
57146
|
+
"text": "'none' | 'multiple' | 'cascade'"
|
|
57147
|
+
}
|
|
55370
57148
|
}
|
|
55371
57149
|
],
|
|
55372
57150
|
"mixins": [
|
|
@@ -55663,26 +57441,6 @@
|
|
|
55663
57441
|
"attribute": "complete",
|
|
55664
57442
|
"reflects": true
|
|
55665
57443
|
},
|
|
55666
|
-
{
|
|
55667
|
-
"kind": "method",
|
|
55668
|
-
"name": "toggleAnimation",
|
|
55669
|
-
"privacy": "public",
|
|
55670
|
-
"parameters": [
|
|
55671
|
-
{
|
|
55672
|
-
"name": "type",
|
|
55673
|
-
"type": {
|
|
55674
|
-
"text": "'in' | 'out'"
|
|
55675
|
-
}
|
|
55676
|
-
},
|
|
55677
|
-
{
|
|
55678
|
-
"name": "direction",
|
|
55679
|
-
"default": "'normal'",
|
|
55680
|
-
"type": {
|
|
55681
|
-
"text": "'normal' | 'reverse'"
|
|
55682
|
-
}
|
|
55683
|
-
}
|
|
55684
|
-
]
|
|
55685
|
-
},
|
|
55686
57444
|
{
|
|
55687
57445
|
"kind": "method",
|
|
55688
57446
|
"name": "activeChange",
|
|
@@ -55923,25 +57681,31 @@
|
|
|
55923
57681
|
"kind": "field",
|
|
55924
57682
|
"name": "orientation",
|
|
55925
57683
|
"type": {
|
|
55926
|
-
"text": "
|
|
57684
|
+
"text": "StepperOrientation"
|
|
55927
57685
|
},
|
|
55928
57686
|
"privacy": "public",
|
|
55929
57687
|
"default": "'horizontal'",
|
|
55930
57688
|
"description": "Gets/Sets the orientation of the stepper.",
|
|
55931
57689
|
"attribute": "orientation",
|
|
55932
|
-
"reflects": true
|
|
57690
|
+
"reflects": true,
|
|
57691
|
+
"expandedType": {
|
|
57692
|
+
"text": "'horizontal' | 'vertical'"
|
|
57693
|
+
}
|
|
55933
57694
|
},
|
|
55934
57695
|
{
|
|
55935
57696
|
"kind": "field",
|
|
55936
57697
|
"name": "stepType",
|
|
55937
57698
|
"type": {
|
|
55938
|
-
"text": "
|
|
57699
|
+
"text": "StepperStepType"
|
|
55939
57700
|
},
|
|
55940
57701
|
"privacy": "public",
|
|
55941
57702
|
"default": "'full'",
|
|
55942
57703
|
"description": "Get/Set the type of the steps.",
|
|
55943
57704
|
"attribute": "step-type",
|
|
55944
|
-
"reflects": true
|
|
57705
|
+
"reflects": true,
|
|
57706
|
+
"expandedType": {
|
|
57707
|
+
"text": "'full' | 'indicator' | 'title'"
|
|
57708
|
+
}
|
|
55945
57709
|
},
|
|
55946
57710
|
{
|
|
55947
57711
|
"kind": "field",
|
|
@@ -55970,23 +57734,29 @@
|
|
|
55970
57734
|
"kind": "field",
|
|
55971
57735
|
"name": "verticalAnimation",
|
|
55972
57736
|
"type": {
|
|
55973
|
-
"text": "
|
|
57737
|
+
"text": "StepperVerticalAnimation"
|
|
55974
57738
|
},
|
|
55975
57739
|
"privacy": "public",
|
|
55976
57740
|
"default": "'grow'",
|
|
55977
57741
|
"description": "The animation type when in vertical mode.",
|
|
55978
|
-
"attribute": "vertical-animation"
|
|
57742
|
+
"attribute": "vertical-animation",
|
|
57743
|
+
"expandedType": {
|
|
57744
|
+
"text": "'grow' | 'fade' | 'none'"
|
|
57745
|
+
}
|
|
55979
57746
|
},
|
|
55980
57747
|
{
|
|
55981
57748
|
"kind": "field",
|
|
55982
57749
|
"name": "horizontalAnimation",
|
|
55983
57750
|
"type": {
|
|
55984
|
-
"text": "
|
|
57751
|
+
"text": "HorizontalTransitionAnimation"
|
|
55985
57752
|
},
|
|
55986
57753
|
"privacy": "public",
|
|
55987
57754
|
"default": "'slide'",
|
|
55988
57755
|
"description": "The animation type when in horizontal mode.",
|
|
55989
|
-
"attribute": "horizontal-animation"
|
|
57756
|
+
"attribute": "horizontal-animation",
|
|
57757
|
+
"expandedType": {
|
|
57758
|
+
"text": "'slide' | 'fade' | 'none'"
|
|
57759
|
+
}
|
|
55990
57760
|
},
|
|
55991
57761
|
{
|
|
55992
57762
|
"kind": "field",
|
|
@@ -56003,11 +57773,14 @@
|
|
|
56003
57773
|
"kind": "field",
|
|
56004
57774
|
"name": "titlePosition",
|
|
56005
57775
|
"type": {
|
|
56006
|
-
"text": "
|
|
57776
|
+
"text": "StepperTitlePosition | undefined"
|
|
56007
57777
|
},
|
|
56008
57778
|
"privacy": "public",
|
|
56009
57779
|
"description": "Get/Set the position of the steps title.",
|
|
56010
|
-
"attribute": "title-position"
|
|
57780
|
+
"attribute": "title-position",
|
|
57781
|
+
"expandedType": {
|
|
57782
|
+
"text": "'bottom' | 'top' | 'end' | 'start' | undefined"
|
|
57783
|
+
}
|
|
56011
57784
|
},
|
|
56012
57785
|
{
|
|
56013
57786
|
"kind": "method",
|
|
@@ -56464,22 +58237,28 @@
|
|
|
56464
58237
|
{
|
|
56465
58238
|
"name": "vertical-animation",
|
|
56466
58239
|
"type": {
|
|
56467
|
-
"text": "
|
|
58240
|
+
"text": "StepperVerticalAnimation"
|
|
56468
58241
|
},
|
|
56469
58242
|
"default": "'grow'",
|
|
56470
58243
|
"description": "The animation type when in vertical mode.",
|
|
56471
58244
|
"fieldName": "verticalAnimation",
|
|
56472
|
-
"attribute": "vertical-animation"
|
|
58245
|
+
"attribute": "vertical-animation",
|
|
58246
|
+
"expandedType": {
|
|
58247
|
+
"text": "'grow' | 'fade' | 'none'"
|
|
58248
|
+
}
|
|
56473
58249
|
},
|
|
56474
58250
|
{
|
|
56475
58251
|
"name": "horizontal-animation",
|
|
56476
58252
|
"type": {
|
|
56477
|
-
"text": "
|
|
58253
|
+
"text": "HorizontalTransitionAnimation"
|
|
56478
58254
|
},
|
|
56479
58255
|
"default": "'slide'",
|
|
56480
58256
|
"description": "The animation type when in horizontal mode.",
|
|
56481
58257
|
"fieldName": "horizontalAnimation",
|
|
56482
|
-
"attribute": "horizontal-animation"
|
|
58258
|
+
"attribute": "horizontal-animation",
|
|
58259
|
+
"expandedType": {
|
|
58260
|
+
"text": "'slide' | 'fade' | 'none'"
|
|
58261
|
+
}
|
|
56483
58262
|
},
|
|
56484
58263
|
{
|
|
56485
58264
|
"name": "animation-duration",
|
|
@@ -56494,20 +58273,26 @@
|
|
|
56494
58273
|
{
|
|
56495
58274
|
"name": "orientation",
|
|
56496
58275
|
"type": {
|
|
56497
|
-
"text": "
|
|
58276
|
+
"text": "StepperOrientation"
|
|
56498
58277
|
},
|
|
56499
58278
|
"default": "'horizontal'",
|
|
56500
58279
|
"description": "Gets/Sets the orientation of the stepper.",
|
|
56501
|
-
"fieldName": "orientation"
|
|
58280
|
+
"fieldName": "orientation",
|
|
58281
|
+
"expandedType": {
|
|
58282
|
+
"text": "'horizontal' | 'vertical'"
|
|
58283
|
+
}
|
|
56502
58284
|
},
|
|
56503
58285
|
{
|
|
56504
58286
|
"name": "step-type",
|
|
56505
58287
|
"type": {
|
|
56506
|
-
"text": "
|
|
58288
|
+
"text": "StepperStepType"
|
|
56507
58289
|
},
|
|
56508
58290
|
"default": "'full'",
|
|
56509
58291
|
"description": "Get/Set the type of the steps.",
|
|
56510
|
-
"fieldName": "stepType"
|
|
58292
|
+
"fieldName": "stepType",
|
|
58293
|
+
"expandedType": {
|
|
58294
|
+
"text": "'full' | 'indicator' | 'title'"
|
|
58295
|
+
}
|
|
56511
58296
|
},
|
|
56512
58297
|
{
|
|
56513
58298
|
"name": "linear",
|
|
@@ -56530,10 +58315,13 @@
|
|
|
56530
58315
|
{
|
|
56531
58316
|
"name": "title-position",
|
|
56532
58317
|
"type": {
|
|
56533
|
-
"text": "
|
|
58318
|
+
"text": "StepperTitlePosition | undefined"
|
|
56534
58319
|
},
|
|
56535
58320
|
"description": "Get/Set the position of the steps title.",
|
|
56536
|
-
"fieldName": "titlePosition"
|
|
58321
|
+
"fieldName": "titlePosition",
|
|
58322
|
+
"expandedType": {
|
|
58323
|
+
"text": "'bottom' | 'top' | 'end' | 'start' | undefined"
|
|
58324
|
+
}
|
|
56537
58325
|
}
|
|
56538
58326
|
],
|
|
56539
58327
|
"mixins": [
|
|
@@ -56838,6 +58626,14 @@
|
|
|
56838
58626
|
"module": "./components/dropdown/dropdown-item.js"
|
|
56839
58627
|
}
|
|
56840
58628
|
},
|
|
58629
|
+
{
|
|
58630
|
+
"kind": "js",
|
|
58631
|
+
"name": "IgcFileInputComponent",
|
|
58632
|
+
"declaration": {
|
|
58633
|
+
"name": "default",
|
|
58634
|
+
"module": "./components/file-input/file-input.js"
|
|
58635
|
+
}
|
|
58636
|
+
},
|
|
56841
58637
|
{
|
|
56842
58638
|
"kind": "js",
|
|
56843
58639
|
"name": "IgcSelectComponent",
|
|
@@ -57206,6 +59002,14 @@
|
|
|
57206
59002
|
"module": "./components/common/i18n/calendar.resources.js"
|
|
57207
59003
|
}
|
|
57208
59004
|
},
|
|
59005
|
+
{
|
|
59006
|
+
"kind": "js",
|
|
59007
|
+
"name": "IgcCalendarResourceStrings",
|
|
59008
|
+
"declaration": {
|
|
59009
|
+
"name": "IgcCalendarResourceStrings",
|
|
59010
|
+
"module": "./components/common/i18n/calendar.resources.js"
|
|
59011
|
+
}
|
|
59012
|
+
},
|
|
57209
59013
|
{
|
|
57210
59014
|
"kind": "js",
|
|
57211
59015
|
"name": "IgcBannerComponentEventMap",
|
|
@@ -57326,6 +59130,14 @@
|
|
|
57326
59130
|
"module": "./components/input/input-base.js"
|
|
57327
59131
|
}
|
|
57328
59132
|
},
|
|
59133
|
+
{
|
|
59134
|
+
"kind": "js",
|
|
59135
|
+
"name": "IgcFileInputComponentEventMap",
|
|
59136
|
+
"declaration": {
|
|
59137
|
+
"name": "IgcInputComponentEventMap",
|
|
59138
|
+
"module": "./components/input/input-base.js"
|
|
59139
|
+
}
|
|
59140
|
+
},
|
|
57329
59141
|
{
|
|
57330
59142
|
"kind": "js",
|
|
57331
59143
|
"name": "IgcRadioComponentEventMap",
|
|
@@ -57416,50 +59228,42 @@
|
|
|
57416
59228
|
},
|
|
57417
59229
|
{
|
|
57418
59230
|
"kind": "js",
|
|
57419
|
-
"name": "
|
|
59231
|
+
"name": "*",
|
|
57420
59232
|
"declaration": {
|
|
57421
|
-
"name": "
|
|
57422
|
-
"
|
|
59233
|
+
"name": "*",
|
|
59234
|
+
"package": "./components/types.js"
|
|
57423
59235
|
}
|
|
57424
59236
|
},
|
|
57425
59237
|
{
|
|
57426
59238
|
"kind": "js",
|
|
57427
|
-
"name": "
|
|
57428
|
-
"declaration": {
|
|
57429
|
-
"name": "SelectionRangeDirection",
|
|
57430
|
-
"module": "./components/types.js"
|
|
57431
|
-
}
|
|
57432
|
-
},
|
|
57433
|
-
{
|
|
57434
|
-
"kind": "js",
|
|
57435
|
-
"name": "StyleVariant",
|
|
59239
|
+
"name": "IgcTileChangeStateEventArgs",
|
|
57436
59240
|
"declaration": {
|
|
57437
|
-
"name": "
|
|
57438
|
-
"module": "./components/
|
|
59241
|
+
"name": "IgcTileChangeStateEventArgs",
|
|
59242
|
+
"module": "./components/tile-manager/tile.js"
|
|
57439
59243
|
}
|
|
57440
59244
|
},
|
|
57441
59245
|
{
|
|
57442
59246
|
"kind": "js",
|
|
57443
|
-
"name": "
|
|
59247
|
+
"name": "CalendarActiveView",
|
|
57444
59248
|
"declaration": {
|
|
57445
|
-
"name": "
|
|
57446
|
-
"module": "./components/types.js"
|
|
59249
|
+
"name": "CalendarActiveView",
|
|
59250
|
+
"module": "./components/calendar/types.js"
|
|
57447
59251
|
}
|
|
57448
59252
|
},
|
|
57449
59253
|
{
|
|
57450
59254
|
"kind": "js",
|
|
57451
|
-
"name": "
|
|
59255
|
+
"name": "CalendarHeaderOrientation",
|
|
57452
59256
|
"declaration": {
|
|
57453
|
-
"name": "
|
|
57454
|
-
"module": "./components/types.js"
|
|
59257
|
+
"name": "CalendarHeaderOrientation",
|
|
59258
|
+
"module": "./components/calendar/types.js"
|
|
57455
59259
|
}
|
|
57456
59260
|
},
|
|
57457
59261
|
{
|
|
57458
59262
|
"kind": "js",
|
|
57459
|
-
"name": "
|
|
59263
|
+
"name": "CalendarSelection",
|
|
57460
59264
|
"declaration": {
|
|
57461
|
-
"name": "
|
|
57462
|
-
"module": "./components/
|
|
59265
|
+
"name": "CalendarSelection",
|
|
59266
|
+
"module": "./components/calendar/types.js"
|
|
57463
59267
|
}
|
|
57464
59268
|
},
|
|
57465
59269
|
{
|
|
@@ -57488,9 +59292,9 @@
|
|
|
57488
59292
|
},
|
|
57489
59293
|
{
|
|
57490
59294
|
"kind": "js",
|
|
57491
|
-
"name": "
|
|
59295
|
+
"name": "IgcCheckboxChangeEventArgs",
|
|
57492
59296
|
"declaration": {
|
|
57493
|
-
"name": "
|
|
59297
|
+
"name": "IgcCheckboxChangeEventArgs",
|
|
57494
59298
|
"module": "./components/checkbox/checkbox-base.js"
|
|
57495
59299
|
}
|
|
57496
59300
|
},
|
|
@@ -57512,36 +59316,52 @@
|
|
|
57512
59316
|
},
|
|
57513
59317
|
{
|
|
57514
59318
|
"kind": "js",
|
|
57515
|
-
"name": "
|
|
59319
|
+
"name": "PopoverPlacement",
|
|
57516
59320
|
"declaration": {
|
|
57517
|
-
"name": "
|
|
59321
|
+
"name": "PopoverPlacement",
|
|
59322
|
+
"module": "./components/popover/popover.js"
|
|
59323
|
+
}
|
|
59324
|
+
},
|
|
59325
|
+
{
|
|
59326
|
+
"kind": "js",
|
|
59327
|
+
"name": "IgcRadioChangeEventArgs",
|
|
59328
|
+
"declaration": {
|
|
59329
|
+
"name": "IgcRadioChangeEventArgs",
|
|
57518
59330
|
"module": "./components/radio/radio.js"
|
|
57519
59331
|
}
|
|
57520
59332
|
},
|
|
57521
59333
|
{
|
|
57522
59334
|
"kind": "js",
|
|
57523
|
-
"name": "
|
|
59335
|
+
"name": "IgcRangeSliderValueEventArgs",
|
|
57524
59336
|
"declaration": {
|
|
57525
|
-
"name": "
|
|
59337
|
+
"name": "IgcRangeSliderValueEventArgs",
|
|
57526
59338
|
"module": "./components/slider/range-slider.js"
|
|
57527
59339
|
}
|
|
57528
59340
|
},
|
|
57529
59341
|
{
|
|
57530
59342
|
"kind": "js",
|
|
57531
|
-
"name": "
|
|
59343
|
+
"name": "IgcActiveStepChangingEventArgs",
|
|
57532
59344
|
"declaration": {
|
|
57533
|
-
"name": "
|
|
59345
|
+
"name": "IgcActiveStepChangingEventArgs",
|
|
57534
59346
|
"module": "./components/stepper/stepper.common.js"
|
|
57535
59347
|
}
|
|
57536
59348
|
},
|
|
57537
59349
|
{
|
|
57538
59350
|
"kind": "js",
|
|
57539
|
-
"name": "
|
|
59351
|
+
"name": "IgcActiveStepChangedEventArgs",
|
|
57540
59352
|
"declaration": {
|
|
57541
|
-
"name": "
|
|
59353
|
+
"name": "IgcActiveStepChangedEventArgs",
|
|
57542
59354
|
"module": "./components/stepper/stepper.common.js"
|
|
57543
59355
|
}
|
|
57544
59356
|
},
|
|
59357
|
+
{
|
|
59358
|
+
"kind": "js",
|
|
59359
|
+
"name": "IgcTreeSelectionEventArgs",
|
|
59360
|
+
"declaration": {
|
|
59361
|
+
"name": "IgcTreeSelectionEventArgs",
|
|
59362
|
+
"module": "./components/tree/tree.common.js"
|
|
59363
|
+
}
|
|
59364
|
+
},
|
|
57545
59365
|
{
|
|
57546
59366
|
"kind": "js",
|
|
57547
59367
|
"name": "ComboItemTemplate",
|
|
@@ -57574,14 +59394,6 @@
|
|
|
57574
59394
|
"module": "./components/combo/types.js"
|
|
57575
59395
|
}
|
|
57576
59396
|
},
|
|
57577
|
-
{
|
|
57578
|
-
"kind": "js",
|
|
57579
|
-
"name": "GroupingOptions",
|
|
57580
|
-
"declaration": {
|
|
57581
|
-
"name": "GroupingOptions",
|
|
57582
|
-
"module": "./components/combo/types.js"
|
|
57583
|
-
}
|
|
57584
|
-
},
|
|
57585
59397
|
{
|
|
57586
59398
|
"kind": "js",
|
|
57587
59399
|
"name": "IgcComboChangeEventArgs",
|
|
@@ -57597,6 +59409,46 @@
|
|
|
57597
59409
|
"name": "IconMeta",
|
|
57598
59410
|
"module": "./components/icon/registry/types.js"
|
|
57599
59411
|
}
|
|
59412
|
+
},
|
|
59413
|
+
{
|
|
59414
|
+
"kind": "js",
|
|
59415
|
+
"name": "CheckboxChangeEventArgs",
|
|
59416
|
+
"declaration": {
|
|
59417
|
+
"name": "CheckboxChangeEventArgs",
|
|
59418
|
+
"module": "./components/checkbox/checkbox-base.js"
|
|
59419
|
+
}
|
|
59420
|
+
},
|
|
59421
|
+
{
|
|
59422
|
+
"kind": "js",
|
|
59423
|
+
"name": "RadioChangeEventArgs",
|
|
59424
|
+
"declaration": {
|
|
59425
|
+
"name": "RadioChangeEventArgs",
|
|
59426
|
+
"module": "./components/radio/radio.js"
|
|
59427
|
+
}
|
|
59428
|
+
},
|
|
59429
|
+
{
|
|
59430
|
+
"kind": "js",
|
|
59431
|
+
"name": "IgcRangeSliderValue",
|
|
59432
|
+
"declaration": {
|
|
59433
|
+
"name": "IgcRangeSliderValue",
|
|
59434
|
+
"module": "./components/slider/range-slider.js"
|
|
59435
|
+
}
|
|
59436
|
+
},
|
|
59437
|
+
{
|
|
59438
|
+
"kind": "js",
|
|
59439
|
+
"name": "IgcActiveStepChangingArgs",
|
|
59440
|
+
"declaration": {
|
|
59441
|
+
"name": "IgcActiveStepChangingArgs",
|
|
59442
|
+
"module": "./components/stepper/stepper.common.js"
|
|
59443
|
+
}
|
|
59444
|
+
},
|
|
59445
|
+
{
|
|
59446
|
+
"kind": "js",
|
|
59447
|
+
"name": "IgcActiveStepChangedArgs",
|
|
59448
|
+
"declaration": {
|
|
59449
|
+
"name": "IgcActiveStepChangedArgs",
|
|
59450
|
+
"module": "./components/stepper/stepper.common.js"
|
|
59451
|
+
}
|
|
57600
59452
|
}
|
|
57601
59453
|
]
|
|
57602
59454
|
},
|