igniteui-webcomponents 4.9.0 → 4.11.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 +24 -0
- package/animations/player.d.ts +1 -1
- package/components/banner/banner.d.ts +55 -0
- package/components/banner/banner.js +100 -0
- package/components/banner/banner.js.map +1 -0
- package/components/banner/themes/banner.base.css.js +3 -0
- package/components/banner/themes/banner.base.css.js.map +1 -0
- package/components/banner/themes/dark/banner.bootstrap.css.js +3 -0
- package/components/banner/themes/dark/banner.bootstrap.css.js.map +1 -0
- package/components/banner/themes/dark/banner.fluent.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.fluent.css.js +3 -0
- package/components/banner/themes/dark/banner.fluent.css.js.map +1 -0
- package/components/banner/themes/dark/banner.indigo.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.indigo.css.js +3 -0
- package/components/banner/themes/dark/banner.indigo.css.js.map +1 -0
- package/components/banner/themes/dark/banner.material.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.material.css.js +3 -0
- package/components/banner/themes/dark/banner.material.css.js.map +1 -0
- package/components/banner/themes/light/banner.bootstrap.css.d.ts +1 -0
- package/components/banner/themes/light/banner.bootstrap.css.js +3 -0
- package/components/banner/themes/light/banner.bootstrap.css.js.map +1 -0
- package/components/banner/themes/light/banner.fluent.css.d.ts +1 -0
- package/components/banner/themes/light/banner.fluent.css.js +3 -0
- package/components/banner/themes/light/banner.fluent.css.js.map +1 -0
- package/components/banner/themes/light/banner.indigo.css.d.ts +1 -0
- package/components/banner/themes/light/banner.indigo.css.js +3 -0
- package/components/banner/themes/light/banner.indigo.css.js.map +1 -0
- package/components/banner/themes/light/banner.material.css.d.ts +1 -0
- package/components/banner/themes/light/banner.material.css.js +3 -0
- package/components/banner/themes/light/banner.material.css.js.map +1 -0
- package/components/banner/themes/shared/banner.bootstrap.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.bootstrap.css.js +3 -0
- package/components/banner/themes/shared/banner.bootstrap.css.js.map +1 -0
- package/components/banner/themes/shared/banner.fluent.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.fluent.css.js +3 -0
- package/components/banner/themes/shared/banner.fluent.css.js.map +1 -0
- package/components/banner/themes/shared/banner.indigo.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.indigo.css.js +3 -0
- package/components/banner/themes/shared/banner.indigo.css.js.map +1 -0
- package/components/banner/themes/shared/banner.material.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.material.css.js +3 -0
- package/components/banner/themes/shared/banner.material.css.js.map +1 -0
- package/components/banner/themes/themes.d.ts +2 -0
- package/components/banner/themes/themes.js +43 -0
- package/components/banner/themes/themes.js.map +1 -0
- package/components/button/button-base.d.ts +3 -1
- package/components/button/button-base.js +13 -4
- package/components/button/button-base.js.map +1 -1
- package/components/button/themes/button/button.base.css.js +1 -1
- package/components/button/themes/button/button.base.css.js.map +1 -1
- package/components/button/themes/button/dark/button.bootstrap.css.js +1 -1
- package/components/button/themes/button/dark/button.bootstrap.css.js.map +1 -1
- package/components/button/themes/button/dark/button.fluent.css.js +1 -1
- package/components/button/themes/button/dark/button.fluent.css.js.map +1 -1
- package/components/button/themes/button/dark/button.indigo.css.js +1 -1
- package/components/button/themes/button/dark/button.indigo.css.js.map +1 -1
- package/components/button/themes/button/dark/button.material.css.js +1 -1
- package/components/button/themes/button/dark/button.material.css.js.map +1 -1
- package/components/button/themes/button/light/button.bootstrap.css.js +1 -1
- package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
- package/components/button/themes/button/light/button.fluent.css.js +1 -1
- package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
- package/components/button/themes/button/light/button.indigo.css.js +1 -1
- package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
- package/components/button/themes/button/light/button.material.css.js +1 -1
- package/components/button/themes/button/light/button.material.css.js.map +1 -1
- package/components/button/themes/button/light/button.shared.css.js +1 -1
- package/components/button/themes/button/light/button.shared.css.js.map +1 -1
- package/components/button/themes/button/shared/button.bootstrap.css.js +1 -1
- package/components/button/themes/button/shared/button.bootstrap.css.js.map +1 -1
- package/components/button/themes/button/shared/button.common.css.js +1 -1
- package/components/button/themes/button/shared/button.common.css.js.map +1 -1
- package/components/button/themes/button/shared/button.fluent.css.js +1 -1
- package/components/button/themes/button/shared/button.fluent.css.js.map +1 -1
- package/components/button/themes/button/shared/button.indigo.css.js +1 -1
- package/components/button/themes/button/shared/button.indigo.css.js.map +1 -1
- package/components/button/themes/button/shared/button.material.css.js +1 -1
- package/components/button/themes/button/shared/button.material.css.js.map +1 -1
- package/components/button/themes/icon-button/dark/icon-button.bootstrap.css.js +1 -1
- package/components/button/themes/icon-button/dark/icon-button.bootstrap.css.js.map +1 -1
- package/components/button/themes/icon-button/dark/icon-button.fluent.css.js +1 -1
- package/components/button/themes/icon-button/dark/icon-button.fluent.css.js.map +1 -1
- package/components/button/themes/icon-button/dark/icon-button.indigo.css.js +1 -1
- package/components/button/themes/icon-button/dark/icon-button.indigo.css.js.map +1 -1
- package/components/button/themes/icon-button/dark/icon-button.material.css.js +1 -1
- package/components/button/themes/icon-button/dark/icon-button.material.css.js.map +1 -1
- package/components/button/themes/icon-button/icon-button.base.css.js +1 -1
- package/components/button/themes/icon-button/icon-button.base.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.material.css.js +1 -1
- package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
- package/components/button/themes/icon-button/shared/icon-button.bootstrap.css.js +1 -1
- package/components/button/themes/icon-button/shared/icon-button.bootstrap.css.js.map +1 -1
- package/components/button/themes/icon-button/shared/icon-button.common.css.js +1 -1
- package/components/button/themes/icon-button/shared/icon-button.common.css.js.map +1 -1
- package/components/button/themes/icon-button/shared/icon-button.fluent.css.js +1 -1
- package/components/button/themes/icon-button/shared/icon-button.fluent.css.js.map +1 -1
- package/components/button/themes/icon-button/shared/icon-button.indigo.css.js +1 -1
- package/components/button/themes/icon-button/shared/icon-button.indigo.css.js.map +1 -1
- package/components/button/themes/icon-button/shared/icon-button.material.css.js +1 -1
- package/components/button/themes/icon-button/shared/icon-button.material.css.js.map +1 -1
- package/components/button-group/themes/button.base.css.js +1 -1
- package/components/button-group/themes/button.base.css.js.map +1 -1
- package/components/button-group/themes/button.d.ts +1 -1
- package/components/button-group/themes/button.js +7 -0
- package/components/button-group/themes/button.js.map +1 -1
- package/components/button-group/themes/dark/button-group.bootstrap.css.js +1 -1
- package/components/button-group/themes/dark/button-group.bootstrap.css.js.map +1 -1
- package/components/button-group/themes/dark/button-group.fluent.css.js +1 -1
- package/components/button-group/themes/dark/button-group.fluent.css.js.map +1 -1
- package/components/button-group/themes/dark/button-group.indigo.css.js +1 -1
- package/components/button-group/themes/dark/button-group.indigo.css.js.map +1 -1
- package/components/button-group/themes/dark/button-group.material.css.js +1 -1
- package/components/button-group/themes/dark/button-group.material.css.js.map +1 -1
- package/components/button-group/themes/dark/button-group.shared.css.js +1 -1
- package/components/button-group/themes/dark/button-group.shared.css.js.map +1 -1
- package/components/button-group/themes/group.d.ts +1 -1
- package/components/button-group/themes/group.js.map +1 -1
- package/components/button-group/themes/light/button-group.bootstrap.css.js +1 -1
- package/components/button-group/themes/light/button-group.bootstrap.css.js.map +1 -1
- package/components/button-group/themes/light/button-group.fluent.css.js +1 -1
- package/components/button-group/themes/light/button-group.fluent.css.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/button-group/themes/light/button-group.material.css.js +1 -1
- package/components/button-group/themes/light/button-group.material.css.js.map +1 -1
- package/components/button-group/themes/light/button-group.shared.css.js +1 -1
- package/components/button-group/themes/light/button-group.shared.css.js.map +1 -1
- package/components/button-group/themes/shared/button/button.bootstrap.css.js +1 -1
- package/components/button-group/themes/shared/button/button.bootstrap.css.js.map +1 -1
- package/components/button-group/themes/shared/button/button.common.css.js +1 -1
- package/components/button-group/themes/shared/button/button.common.css.js.map +1 -1
- package/components/button-group/themes/shared/button/button.fluent.css.js +1 -1
- package/components/button-group/themes/shared/button/button.fluent.css.js.map +1 -1
- package/components/button-group/themes/shared/button/button.indigo.css.js +1 -1
- package/components/button-group/themes/shared/button/button.indigo.css.js.map +1 -1
- package/components/button-group/themes/shared/button/button.material.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.material.css.js +3 -0
- package/components/button-group/themes/shared/button/button.material.css.js.map +1 -0
- package/components/button-group/themes/shared/group/group.bootstrap.css.js +1 -1
- package/components/button-group/themes/shared/group/group.bootstrap.css.js.map +1 -1
- package/components/button-group/themes/shared/group/group.common.css.js +1 -1
- package/components/button-group/themes/shared/group/group.common.css.js.map +1 -1
- package/components/button-group/themes/shared/group/group.indigo.css.js +1 -1
- package/components/button-group/themes/shared/group/group.indigo.css.js.map +1 -1
- package/components/button-group/toggle-button.d.ts +3 -1
- package/components/button-group/toggle-button.js +9 -1
- package/components/button-group/toggle-button.js.map +1 -1
- package/components/calendar/calendar.d.ts +2 -1
- package/components/calendar/calendar.js +15 -14
- package/components/calendar/calendar.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/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/bootstrap/year-month-view.bootstrap.css.js +1 -1
- package/components/calendar/themes/shared/bootstrap/year-month-view.bootstrap.css.js.map +1 -1
- package/components/calendar/themes/shared/fluent/year-month-view.fluent.css.js +1 -1
- package/components/calendar/themes/shared/fluent/year-month-view.fluent.css.js.map +1 -1
- package/components/calendar/themes/shared/indigo/year-month-view.indigo.css.js +1 -1
- package/components/calendar/themes/shared/indigo/year-month-view.indigo.css.js.map +1 -1
- package/components/calendar/themes/shared/material/year-month-view.material.css.js +1 -1
- package/components/calendar/themes/shared/material/year-month-view.material.css.js.map +1 -1
- package/components/checkbox/checkbox-base.d.ts +2 -6
- package/components/checkbox/checkbox-base.js +18 -37
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/checkbox.js +3 -3
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.js +3 -3
- package/components/checkbox/switch.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/checkbox/checkbox.shared.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.shared.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/checkbox/checkbox.bootstrap.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.common.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.common.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.material.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.material.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/checkbox/themes/switch-themes.js +3 -4
- package/components/checkbox/themes/switch-themes.js.map +1 -1
- package/components/chip/themes/dark/chip.indigo.css.js +1 -1
- package/components/chip/themes/dark/chip.indigo.css.js.map +1 -1
- package/components/chip/themes/light/chip.indigo.css.js +1 -1
- package/components/chip/themes/light/chip.indigo.css.js.map +1 -1
- package/components/combo/combo.d.ts +2 -0
- package/components/combo/combo.js +17 -0
- package/components/combo/combo.js.map +1 -1
- package/components/combo/controllers/navigation.d.ts +1 -0
- package/components/combo/controllers/navigation.js +7 -1
- package/components/combo/controllers/navigation.js.map +1 -1
- package/components/combo/controllers/selection.d.ts +1 -0
- package/components/combo/controllers/selection.js +9 -0
- package/components/combo/controllers/selection.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/shared/combo.common.css.js +1 -1
- package/components/combo/themes/shared/combo.common.css.js.map +1 -1
- package/components/common/controllers/focus-ring.d.ts +32 -0
- package/components/common/controllers/focus-ring.js +31 -0
- package/components/common/controllers/focus-ring.js.map +1 -0
- package/components/common/decorators/blazorDeepImport.d.ts +1 -1
- package/components/common/decorators/blazorDeepImport.js.map +1 -1
- package/components/common/decorators/blazorIndirectRender.d.ts +1 -1
- package/components/common/decorators/blazorIndirectRender.js.map +1 -1
- package/components/common/decorators/blazorSuppressComponent.d.ts +1 -1
- package/components/common/decorators/blazorSuppressComponent.js.map +1 -1
- package/components/common/definitions/defineAllComponents.js +6 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/localization/validation-en.d.ts +1 -0
- package/components/common/localization/validation-en.js +1 -0
- package/components/common/localization/validation-en.js.map +1 -1
- package/components/common/mixins/event-emitter.d.ts +1 -1
- package/components/common/mixins/event-emitter.js.map +1 -1
- package/components/common/mixins/form-associated.d.ts +1 -1
- package/components/common/mixins/form-associated.js.map +1 -1
- package/components/common/mixins/option.d.ts +10 -6
- package/components/common/mixins/option.js +28 -23
- package/components/common/mixins/option.js.map +1 -1
- package/components/common/mixins/sizable.d.ts +1 -1
- package/components/common/mixins/sizable.js.map +1 -1
- package/components/common/util.d.ts +5 -1
- package/components/common/util.js +2 -1
- package/components/common/util.js.map +1 -1
- package/components/common/validators.d.ts +9 -1
- package/components/common/validators.js +16 -1
- package/components/common/validators.js.map +1 -1
- package/components/date-picker/date-picker.d.ts +279 -0
- package/components/date-picker/date-picker.js +534 -0
- package/components/date-picker/date-picker.js.map +1 -0
- package/components/date-picker/themes/dark/date-picker.bootstrap.css.d.ts +1 -0
- package/components/date-picker/themes/dark/date-picker.bootstrap.css.js +3 -0
- package/components/date-picker/themes/dark/date-picker.bootstrap.css.js.map +1 -0
- package/components/date-picker/themes/dark/date-picker.fluent.css.d.ts +1 -0
- package/components/date-picker/themes/dark/date-picker.fluent.css.js +3 -0
- package/components/date-picker/themes/dark/date-picker.fluent.css.js.map +1 -0
- package/components/date-picker/themes/dark/date-picker.indigo.css.d.ts +1 -0
- package/components/date-picker/themes/dark/date-picker.indigo.css.js +3 -0
- package/components/date-picker/themes/dark/date-picker.indigo.css.js.map +1 -0
- package/components/date-picker/themes/dark/date-picker.material.css.d.ts +1 -0
- package/components/date-picker/themes/dark/date-picker.material.css.js +3 -0
- package/components/date-picker/themes/dark/date-picker.material.css.js.map +1 -0
- package/components/date-picker/themes/date-picker.base.css.d.ts +1 -0
- package/components/date-picker/themes/date-picker.base.css.js +3 -0
- package/components/date-picker/themes/date-picker.base.css.js.map +1 -0
- package/components/date-picker/themes/light/date-picker.bootstrap.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.bootstrap.css.js +3 -0
- package/components/date-picker/themes/light/date-picker.bootstrap.css.js.map +1 -0
- package/components/date-picker/themes/light/date-picker.fluent.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.fluent.css.js +3 -0
- package/components/date-picker/themes/light/date-picker.fluent.css.js.map +1 -0
- package/components/date-picker/themes/light/date-picker.indigo.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.indigo.css.js +3 -0
- package/components/date-picker/themes/light/date-picker.indigo.css.js.map +1 -0
- package/components/date-picker/themes/light/date-picker.material.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.material.css.js +3 -0
- package/components/date-picker/themes/light/date-picker.material.css.js.map +1 -0
- package/components/date-picker/themes/light/date-picker.shared.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.shared.css.js +3 -0
- package/components/date-picker/themes/light/date-picker.shared.css.js.map +1 -0
- package/components/date-picker/themes/shared/date-picker.bootstrap.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.bootstrap.css.js +3 -0
- package/components/date-picker/themes/shared/date-picker.bootstrap.css.js.map +1 -0
- package/components/date-picker/themes/shared/date-picker.common.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.common.css.js +3 -0
- package/components/date-picker/themes/shared/date-picker.common.css.js.map +1 -0
- package/components/date-picker/themes/shared/date-picker.fluent.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.fluent.css.js +3 -0
- package/components/date-picker/themes/shared/date-picker.fluent.css.js.map +1 -0
- package/components/date-picker/themes/shared/date-picker.indigo.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.indigo.css.js +3 -0
- package/components/date-picker/themes/shared/date-picker.indigo.css.js.map +1 -0
- package/components/date-picker/themes/themes.d.ts +2 -0
- package/components/date-picker/themes/themes.js +49 -0
- package/components/date-picker/themes/themes.js.map +1 -0
- package/components/date-time-input/date-time-input.d.ts +3 -3
- package/components/date-time-input/date-time-input.js +21 -27
- package/components/date-time-input/date-time-input.js.map +1 -1
- package/components/dialog/dialog.d.ts +2 -1
- package/components/dialog/dialog.js +18 -11
- package/components/dialog/dialog.js.map +1 -1
- package/components/dialog/themes/dialog.base.css.js +1 -1
- package/components/dialog/themes/dialog.base.css.js.map +1 -1
- package/components/dialog/themes/shared/dialog.indigo.css.js +1 -1
- package/components/dialog/themes/shared/dialog.indigo.css.js.map +1 -1
- package/components/divider/divider.d.ts +40 -0
- package/components/divider/divider.js +58 -0
- package/components/divider/divider.js.map +1 -0
- package/components/divider/themes/dark/divider.bootstrap.css.d.ts +1 -0
- package/components/divider/themes/dark/divider.bootstrap.css.js +3 -0
- package/components/divider/themes/dark/divider.bootstrap.css.js.map +1 -0
- package/components/divider/themes/dark/divider.fluent.css.d.ts +1 -0
- package/components/divider/themes/dark/divider.fluent.css.js +3 -0
- package/components/divider/themes/dark/divider.fluent.css.js.map +1 -0
- package/components/divider/themes/dark/divider.indigo.css.d.ts +1 -0
- package/components/divider/themes/dark/divider.indigo.css.js +3 -0
- package/components/divider/themes/dark/divider.indigo.css.js.map +1 -0
- package/components/divider/themes/dark/divider.material.css.d.ts +1 -0
- package/components/divider/themes/dark/divider.material.css.js +3 -0
- package/components/divider/themes/dark/divider.material.css.js.map +1 -0
- package/components/divider/themes/divider.base.css.d.ts +1 -0
- package/components/divider/themes/divider.base.css.js +3 -0
- package/components/divider/themes/divider.base.css.js.map +1 -0
- package/components/divider/themes/light/divider.bootstrap.css.d.ts +1 -0
- package/components/divider/themes/light/divider.bootstrap.css.js +3 -0
- package/components/divider/themes/light/divider.bootstrap.css.js.map +1 -0
- package/components/divider/themes/light/divider.fluent.css.d.ts +1 -0
- package/components/divider/themes/light/divider.fluent.css.js +3 -0
- package/components/divider/themes/light/divider.fluent.css.js.map +1 -0
- package/components/divider/themes/light/divider.indigo.css.d.ts +1 -0
- package/components/divider/themes/light/divider.indigo.css.js +3 -0
- package/components/divider/themes/light/divider.indigo.css.js.map +1 -0
- package/components/divider/themes/light/divider.material.css.d.ts +1 -0
- package/components/divider/themes/light/divider.material.css.js +3 -0
- package/components/divider/themes/light/divider.material.css.js.map +1 -0
- package/components/divider/themes/light/divider.shared.css.d.ts +1 -0
- package/components/divider/themes/light/divider.shared.css.js +3 -0
- package/components/divider/themes/light/divider.shared.css.js.map +1 -0
- package/components/divider/themes/shared/divider.common.css.d.ts +1 -0
- package/components/divider/themes/shared/divider.common.css.js +3 -0
- package/components/divider/themes/shared/divider.common.css.js.map +1 -0
- package/components/divider/themes/shared/divider.indigo.css.d.ts +1 -0
- package/components/divider/themes/shared/divider.indigo.css.js +3 -0
- package/components/divider/themes/shared/divider.indigo.css.js.map +1 -0
- package/components/divider/themes/themes.d.ts +2 -0
- package/components/divider/themes/themes.js +47 -0
- package/components/divider/themes/themes.js.map +1 -0
- package/components/dropdown/dropdown-group.d.ts +1 -1
- package/components/dropdown/dropdown-group.js.map +1 -1
- package/components/dropdown/dropdown-item.d.ts +3 -3
- package/components/dropdown/dropdown-item.js.map +1 -1
- package/components/dropdown/dropdown.d.ts +3 -3
- package/components/dropdown/dropdown.js +1 -0
- 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/header.js +7 -0
- package/components/dropdown/themes/header.js.map +1 -1
- package/components/dropdown/themes/item.js +7 -0
- package/components/dropdown/themes/item.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/dropdown/themes/shared/dropdown.common.css.js +1 -1
- package/components/dropdown/themes/shared/dropdown.common.css.js.map +1 -1
- package/components/dropdown/themes/shared/dropdown.indigo.css.js +1 -1
- package/components/dropdown/themes/shared/dropdown.indigo.css.js.map +1 -1
- package/components/dropdown/themes/shared/header/dropdown-header.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.indigo.css.js +3 -0
- package/components/dropdown/themes/shared/header/dropdown-header.indigo.css.js.map +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.common.css.js +1 -1
- package/components/dropdown/themes/shared/item/dropdown-item.common.css.js.map +1 -1
- package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.js +3 -0
- package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.js.map +1 -0
- package/components/focus-trap/focus-trap.d.ts +35 -0
- package/components/focus-trap/focus-trap.js +144 -0
- package/components/focus-trap/focus-trap.js.map +1 -0
- package/components/icon/internal-icons-lib.js +6 -0
- package/components/icon/internal-icons-lib.js.map +1 -1
- package/components/input/input-base.d.ts +2 -1
- package/components/input/input.d.ts +11 -2
- package/components/input/input.js +13 -4
- package/components/input/input.js.map +1 -1
- package/components/list/themes/dark/container/list.indigo.css.js +1 -1
- package/components/list/themes/dark/container/list.indigo.css.js.map +1 -1
- package/components/list/themes/dark/header/list-header.indigo.css.js +1 -1
- package/components/list/themes/dark/header/list-header.indigo.css.js.map +1 -1
- package/components/list/themes/dark/item/list-item.indigo.css.js +1 -1
- package/components/list/themes/dark/item/list-item.indigo.css.js.map +1 -1
- package/components/list/themes/header.js +3 -2
- package/components/list/themes/header.js.map +1 -1
- package/components/list/themes/item.base.css.js +1 -1
- package/components/list/themes/item.base.css.js.map +1 -1
- package/components/list/themes/light/container/list.indigo.css.js +1 -1
- package/components/list/themes/light/container/list.indigo.css.js.map +1 -1
- package/components/list/themes/light/header/list-header.indigo.css.js +1 -1
- package/components/list/themes/light/header/list-header.indigo.css.js.map +1 -1
- package/components/list/themes/light/item/list-item.indigo.css.js +1 -1
- package/components/list/themes/light/item/list-item.indigo.css.js.map +1 -1
- package/components/list/themes/shared/container/list.bootstrap.css.js +1 -1
- package/components/list/themes/shared/container/list.bootstrap.css.js.map +1 -1
- package/components/list/themes/shared/container/list.fluent.css.js +1 -1
- package/components/list/themes/shared/container/list.fluent.css.js.map +1 -1
- package/components/list/themes/shared/container/list.indigo.css.js +1 -1
- package/components/list/themes/shared/container/list.indigo.css.js.map +1 -1
- package/components/list/themes/shared/container/list.material.css.js +1 -1
- package/components/list/themes/shared/container/list.material.css.js.map +1 -1
- package/components/list/themes/shared/header/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/shared/header/list-header.indigo.css.js +3 -0
- package/components/list/themes/shared/header/list-header.indigo.css.js.map +1 -0
- package/components/list/themes/shared/item/list-item.common.css.js +1 -1
- package/components/list/themes/shared/item/list-item.common.css.js.map +1 -1
- package/components/list/themes/shared/item/list-item.indigo.css.js +1 -1
- package/components/list/themes/shared/item/list-item.indigo.css.js.map +1 -1
- package/components/mask-input/mask-input.js +2 -4
- package/components/mask-input/mask-input.js.map +1 -1
- package/components/nav-drawer/nav-drawer.d.ts +6 -6
- package/components/nav-drawer/nav-drawer.js +11 -13
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/nav-drawer/themes/container.base.css.js +1 -1
- package/components/nav-drawer/themes/container.base.css.js.map +1 -1
- package/components/nav-drawer/themes/container.js +3 -2
- package/components/nav-drawer/themes/container.js.map +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.bootstrap.css.js +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.bootstrap.css.js.map +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.js +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.js.map +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.indigo.css.js +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.indigo.css.js.map +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.material.css.js +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.material.css.js.map +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.shared.css.js +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.shared.css.js.map +1 -1
- package/components/nav-drawer/themes/header-item.base.css.js +1 -1
- package/components/nav-drawer/themes/header-item.base.css.js.map +1 -1
- package/components/nav-drawer/themes/header-item.js +21 -0
- package/components/nav-drawer/themes/header-item.js.map +1 -1
- package/components/nav-drawer/themes/item.base.css.js +1 -1
- package/components/nav-drawer/themes/item.base.css.js.map +1 -1
- package/components/nav-drawer/themes/item.js +7 -0
- package/components/nav-drawer/themes/item.js.map +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.js +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.js.map +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.js +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.js.map +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.js +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.js.map +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.material.css.js +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.material.css.js.map +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.shared.css.js +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.shared.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.js +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.common.css.js +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.common.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.js +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.js +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.material.css.js +3 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.material.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.bootstrap.css.js +1 -1
- package/components/nav-drawer/themes/shared/header-item/header-item.bootstrap.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/header-item/header-item.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.fluent.css.js +3 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.indigo.css.js +3 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.material.css.js +3 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.material.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/item/item.bootstrap.css.js +1 -1
- package/components/nav-drawer/themes/shared/item/item.bootstrap.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/item/item.common.css.js +1 -1
- package/components/nav-drawer/themes/shared/item/item.common.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/item/item.fluent.css.js +1 -1
- package/components/nav-drawer/themes/shared/item/item.fluent.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/item/item.indigo.css.js +1 -1
- package/components/nav-drawer/themes/shared/item/item.indigo.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/item/item.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.material.css.js +3 -0
- package/components/nav-drawer/themes/shared/item/item.material.css.js.map +1 -0
- package/components/navbar/themes/dark/navbar.fluent.css.js +1 -1
- package/components/navbar/themes/dark/navbar.fluent.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.fluent.css.js +1 -1
- package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.shared.css.js +1 -1
- package/components/navbar/themes/light/navbar.shared.css.js.map +1 -1
- package/components/navbar/themes/navbar.base.css.js +1 -1
- package/components/navbar/themes/navbar.base.css.js.map +1 -1
- package/components/navbar/themes/shared/navbar.bootstrap.css.js +1 -1
- package/components/navbar/themes/shared/navbar.bootstrap.css.js.map +1 -1
- package/components/navbar/themes/shared/navbar.common.css.js +1 -1
- package/components/navbar/themes/shared/navbar.common.css.js.map +1 -1
- package/components/navbar/themes/shared/navbar.indigo.css.js +1 -1
- package/components/navbar/themes/shared/navbar.indigo.css.js.map +1 -1
- package/components/popover/popover.d.ts +2 -0
- package/components/popover/popover.js +1 -1
- package/components/popover/popover.js.map +1 -1
- package/components/progress/base.d.ts +1 -1
- package/components/progress/base.js +6 -4
- package/components/progress/base.js.map +1 -1
- package/components/progress/circular-progress.d.ts +13 -13
- package/components/progress/circular-progress.js +1 -1
- package/components/progress/circular-progress.js.map +1 -1
- package/components/progress/linear-progress.d.ts +11 -11
- package/components/progress/linear-progress.js +4 -4
- package/components/progress/linear-progress.js.map +1 -1
- package/components/progress/themes/circular/circular.progress.base.css.js +1 -1
- package/components/progress/themes/circular/circular.progress.base.css.js.map +1 -1
- package/components/progress/themes/circular/dark/circular.progress.indigo.css.js +1 -1
- package/components/progress/themes/circular/dark/circular.progress.indigo.css.js.map +1 -1
- package/components/progress/themes/circular/light/circular.progress.indigo.css.js +1 -1
- package/components/progress/themes/circular/light/circular.progress.indigo.css.js.map +1 -1
- package/components/progress/themes/circular/shared/circular.progress.bootstrap.css.js +1 -1
- package/components/progress/themes/circular/shared/circular.progress.bootstrap.css.js.map +1 -1
- package/components/progress/themes/circular/shared/circular.progress.common.css.js +1 -1
- package/components/progress/themes/circular/shared/circular.progress.common.css.js.map +1 -1
- package/components/progress/themes/circular/shared/circular.progress.fluent.css.js +1 -1
- package/components/progress/themes/circular/shared/circular.progress.fluent.css.js.map +1 -1
- package/components/progress/themes/circular/shared/circular.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.indigo.css.js +3 -0
- package/components/progress/themes/circular/shared/circular.progress.indigo.css.js.map +1 -0
- package/components/progress/themes/circular/themes.js +3 -2
- package/components/progress/themes/circular/themes.js.map +1 -1
- package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.js +1 -1
- package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.js.map +1 -1
- package/components/progress/themes/linear/dark/linear.progress.indigo.css.js +1 -1
- package/components/progress/themes/linear/dark/linear.progress.indigo.css.js.map +1 -1
- package/components/progress/themes/linear/light/linear.progress.bootstrap.css.js +1 -1
- package/components/progress/themes/linear/light/linear.progress.bootstrap.css.js.map +1 -1
- package/components/progress/themes/linear/light/linear.progress.indigo.css.js +1 -1
- package/components/progress/themes/linear/light/linear.progress.indigo.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.base.css.js +1 -1
- package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
- package/components/progress/themes/linear/shared/linear.progress.fluent.css.js +1 -1
- package/components/progress/themes/linear/shared/linear.progress.fluent.css.js.map +1 -1
- package/components/progress/themes/linear/shared/linear.progress.indigo.css.js +1 -1
- package/components/progress/themes/linear/shared/linear.progress.indigo.css.js.map +1 -1
- package/components/radio/radio.d.ts +13 -5
- package/components/radio/radio.js +51 -43
- 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/dark/radio.fluent.css.js +1 -1
- package/components/radio/themes/dark/radio.fluent.css.js.map +1 -1
- package/components/radio/themes/dark/radio.indigo.css.js +1 -1
- package/components/radio/themes/dark/radio.indigo.css.js.map +1 -1
- package/components/radio/themes/dark/radio.material.css.js +1 -1
- package/components/radio/themes/dark/radio.material.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.fluent.css.js +1 -1
- package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
- package/components/radio/themes/light/radio.indigo.css.js +1 -1
- package/components/radio/themes/light/radio.indigo.css.js.map +1 -1
- package/components/radio/themes/light/radio.material.css.js +1 -1
- package/components/radio/themes/light/radio.material.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/themes/shared/radio.bootstrap.css.js +1 -1
- package/components/radio/themes/shared/radio.bootstrap.css.js.map +1 -1
- package/components/radio/themes/shared/radio.fluent.css.js +1 -1
- package/components/radio/themes/shared/radio.fluent.css.js.map +1 -1
- package/components/radio/themes/shared/radio.material.css.js +1 -1
- package/components/radio/themes/shared/radio.material.css.js.map +1 -1
- package/components/radio/themes/themes.js +3 -4
- package/components/radio/themes/themes.js.map +1 -1
- package/components/radio/utils.d.ts +1 -1
- package/components/radio/utils.js +9 -2
- package/components/radio/utils.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +20 -0
- package/components/radio-group/radio-group.js +53 -4
- 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/rating-symbol.base.css.js +1 -1
- package/components/rating/themes/rating-symbol.base.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.indigo.css.js +1 -1
- package/components/rating/themes/shared/rating.indigo.css.js.map +1 -1
- package/components/ripple/ripple.js +31 -19
- package/components/ripple/ripple.js.map +1 -1
- package/components/select/select-item.d.ts +9 -4
- package/components/select/select-item.js +9 -8
- package/components/select/select-item.js.map +1 -1
- package/components/select/select.d.ts +9 -7
- package/components/select/select.js +11 -0
- 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/shared/select.common.css.js +1 -1
- package/components/select/themes/shared/select.common.css.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/dark/slider.fluent.css.js +1 -1
- package/components/slider/themes/dark/slider.fluent.css.js.map +1 -1
- package/components/slider/themes/dark/slider.indigo.css.js +1 -1
- package/components/slider/themes/dark/slider.indigo.css.js.map +1 -1
- package/components/slider/themes/dark/slider.material.css.js +1 -1
- package/components/slider/themes/dark/slider.material.css.js.map +1 -1
- package/components/slider/themes/light/slider.bootstrap.css.js +1 -1
- package/components/slider/themes/light/slider.bootstrap.css.js.map +1 -1
- package/components/slider/themes/light/slider.fluent.css.js +1 -1
- package/components/slider/themes/light/slider.fluent.css.js.map +1 -1
- package/components/slider/themes/light/slider.indigo.css.js +1 -1
- package/components/slider/themes/light/slider.indigo.css.js.map +1 -1
- package/components/slider/themes/light/slider.material.css.js +1 -1
- package/components/slider/themes/light/slider.material.css.js.map +1 -1
- package/components/slider/themes/light/slider.shared.css.js +1 -1
- package/components/slider/themes/light/slider.shared.css.js.map +1 -1
- package/components/slider/themes/shared/slider.common.css.js +1 -1
- package/components/slider/themes/shared/slider.common.css.js.map +1 -1
- package/components/slider/themes/shared/slider.indigo.css.js +1 -1
- package/components/slider/themes/shared/slider.indigo.css.js.map +1 -1
- package/components/slider/themes/slider.base.css.js +1 -1
- package/components/slider/themes/slider.base.css.js.map +1 -1
- package/components/snackbar/themes/dark/snackbar.indigo.css.js +1 -1
- package/components/snackbar/themes/dark/snackbar.indigo.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.indigo.css.js +1 -1
- package/components/snackbar/themes/light/snackbar.indigo.css.js.map +1 -1
- package/components/stepper/themes/step/dark/step.bootstrap.css.js +1 -1
- package/components/stepper/themes/step/dark/step.bootstrap.css.js.map +1 -1
- package/components/stepper/themes/step/dark/step.fluent.css.js +1 -1
- package/components/stepper/themes/step/dark/step.fluent.css.js.map +1 -1
- package/components/stepper/themes/step/dark/step.indigo.css.js +1 -1
- package/components/stepper/themes/step/dark/step.indigo.css.js.map +1 -1
- package/components/stepper/themes/step/dark/step.material.css.js +1 -1
- package/components/stepper/themes/step/dark/step.material.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.indigo.css.js +1 -1
- package/components/stepper/themes/step/light/step.indigo.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.shared.css.js +1 -1
- package/components/stepper/themes/step/light/step.shared.css.js.map +1 -1
- package/components/stepper/themes/step/shared/step.common.css.js +1 -1
- package/components/stepper/themes/step/shared/step.common.css.js.map +1 -1
- package/components/stepper/themes/step/shared/step.indigo.css.js +1 -1
- package/components/stepper/themes/step/shared/step.indigo.css.js.map +1 -1
- package/components/stepper/themes/stepper/stepper.indigo.css.js +1 -1
- package/components/stepper/themes/stepper/stepper.indigo.css.js.map +1 -1
- package/components/textarea/textarea.d.ts +5 -2
- package/components/textarea/textarea.js +12 -5
- package/components/textarea/textarea.js.map +1 -1
- package/components/textarea/themes/shared/textarea.indigo.css.js +1 -1
- package/components/textarea/themes/shared/textarea.indigo.css.js.map +1 -1
- package/components/toast/themes/dark/toast.indigo.css.js +1 -1
- package/components/toast/themes/dark/toast.indigo.css.js.map +1 -1
- package/components/toast/themes/light/toast.indigo.css.js +1 -1
- package/components/toast/themes/light/toast.indigo.css.js.map +1 -1
- package/components/toast/themes/shared/toast.bootstrap.css.js +1 -1
- package/components/toast/themes/shared/toast.bootstrap.css.js.map +1 -1
- package/components/toast/themes/shared/toast.common.css.js +1 -1
- package/components/toast/themes/shared/toast.common.css.js.map +1 -1
- package/components/toast/themes/shared/toast.fluent.css.js +1 -1
- package/components/toast/themes/shared/toast.fluent.css.js.map +1 -1
- package/components/toast/themes/toast.base.css.js +1 -1
- package/components/toast/themes/toast.base.css.js.map +1 -1
- package/components/tree/themes/dark/container.bootstrap.css.js +1 -1
- package/components/tree/themes/dark/container.bootstrap.css.js.map +1 -1
- package/components/tree/themes/dark/container.fluent.css.js +1 -1
- package/components/tree/themes/dark/container.fluent.css.js.map +1 -1
- package/components/tree/themes/dark/container.indigo.css.js +1 -1
- package/components/tree/themes/dark/container.indigo.css.js.map +1 -1
- package/components/tree/themes/dark/container.material.css.js +1 -1
- package/components/tree/themes/dark/container.material.css.js.map +1 -1
- package/components/tree/themes/item.base.css.js +1 -1
- package/components/tree/themes/item.base.css.js.map +1 -1
- package/components/tree/themes/light/container.indigo.css.js +1 -1
- package/components/tree/themes/light/container.indigo.css.js.map +1 -1
- package/components/tree/themes/light/container.shared.css.js +1 -1
- package/components/tree/themes/light/container.shared.css.js.map +1 -1
- package/components/tree/themes/shared/item.common.css.js +1 -1
- package/components/tree/themes/shared/item.common.css.js.map +1 -1
- package/components/tree/themes/shared/item.indigo.css.js +1 -1
- package/components/tree/themes/shared/item.indigo.css.js.map +1 -1
- package/custom-elements.json +3360 -529
- package/igniteui-webcomponents.css-data.json +929 -0
- package/igniteui-webcomponents.html-data.json +2700 -0
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/package.json +6 -2
- package/themes/dark/fluent.css +1 -1
- package/themes/dark/indigo.css +1 -1
- package/themes/light/indigo.css +1 -1
- package/web-types.json +7623 -0
- package/components/checkbox/themes/dark/switch/switch.shared.css.js +0 -3
- package/components/checkbox/themes/dark/switch/switch.shared.css.js.map +0 -1
- package/components/radio/themes/dark/radio.shared.css.js +0 -3
- package/components/radio/themes/dark/radio.shared.css.js.map +0 -1
- /package/components/{checkbox/themes/dark/switch/switch.shared.css.d.ts → banner/themes/banner.base.css.d.ts} +0 -0
- /package/components/{radio/themes/dark/radio.shared.css.d.ts → banner/themes/dark/banner.bootstrap.css.d.ts} +0 -0
package/custom-elements.json
CHANGED
|
@@ -31,6 +31,14 @@
|
|
|
31
31
|
"module": "./components/badge/badge.js"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
+
{
|
|
35
|
+
"kind": "js",
|
|
36
|
+
"name": "IgcBannerComponent",
|
|
37
|
+
"declaration": {
|
|
38
|
+
"name": "default",
|
|
39
|
+
"module": "./components/banner/banner.js"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
34
42
|
{
|
|
35
43
|
"kind": "js",
|
|
36
44
|
"name": "IgcButtonComponent",
|
|
@@ -135,6 +143,14 @@
|
|
|
135
143
|
"module": "./components/combo/combo.js"
|
|
136
144
|
}
|
|
137
145
|
},
|
|
146
|
+
{
|
|
147
|
+
"kind": "js",
|
|
148
|
+
"name": "IgcDatePickerComponent",
|
|
149
|
+
"declaration": {
|
|
150
|
+
"name": "default",
|
|
151
|
+
"module": "./components/date-picker/date-picker.js"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
138
154
|
{
|
|
139
155
|
"kind": "js",
|
|
140
156
|
"name": "IgcDateTimeInputComponent",
|
|
@@ -151,6 +167,14 @@
|
|
|
151
167
|
"module": "./components/dialog/dialog.js"
|
|
152
168
|
}
|
|
153
169
|
},
|
|
170
|
+
{
|
|
171
|
+
"kind": "js",
|
|
172
|
+
"name": "IgcDividerComponent",
|
|
173
|
+
"declaration": {
|
|
174
|
+
"name": "default",
|
|
175
|
+
"module": "./components/divider/divider.js"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
154
178
|
{
|
|
155
179
|
"kind": "js",
|
|
156
180
|
"name": "IgcDropdownComponent",
|
|
@@ -1561,6 +1585,328 @@
|
|
|
1561
1585
|
}
|
|
1562
1586
|
]
|
|
1563
1587
|
},
|
|
1588
|
+
{
|
|
1589
|
+
"kind": "javascript-module",
|
|
1590
|
+
"path": "src/components/banner/banner.ts",
|
|
1591
|
+
"declarations": [
|
|
1592
|
+
{
|
|
1593
|
+
"kind": "class",
|
|
1594
|
+
"description": "The `igc-banner` component displays important and concise message(s) for a user to address, that is specific to a page or feature.",
|
|
1595
|
+
"name": "IgcBannerComponent",
|
|
1596
|
+
"cssParts": [
|
|
1597
|
+
{
|
|
1598
|
+
"description": "The base wrapper of the banner component.",
|
|
1599
|
+
"name": "base"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"description": "The inner wrapper that sets the space around the banner.",
|
|
1603
|
+
"name": "spacer"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"description": "The part that holds the text and the illustration.",
|
|
1607
|
+
"name": "message"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"description": "The part that holds the banner icon/illustration.",
|
|
1611
|
+
"name": "illustration"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"description": "The part that holds the banner text content.",
|
|
1615
|
+
"name": "content"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"description": "The part that holds the banner action buttons.",
|
|
1619
|
+
"name": "actions"
|
|
1620
|
+
}
|
|
1621
|
+
],
|
|
1622
|
+
"slots": [
|
|
1623
|
+
{
|
|
1624
|
+
"description": "Renders the text content of the banner message.",
|
|
1625
|
+
"name": ""
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"description": "Renders additional content at the start of the message block.",
|
|
1629
|
+
"name": "prefix"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"description": "Renders any action elements.",
|
|
1633
|
+
"name": "actions"
|
|
1634
|
+
}
|
|
1635
|
+
],
|
|
1636
|
+
"members": [
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "field",
|
|
1639
|
+
"name": "tagName",
|
|
1640
|
+
"type": {
|
|
1641
|
+
"text": "string"
|
|
1642
|
+
},
|
|
1643
|
+
"privacy": "public",
|
|
1644
|
+
"static": true,
|
|
1645
|
+
"readonly": true,
|
|
1646
|
+
"default": "'igc-banner'"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"kind": "method",
|
|
1650
|
+
"name": "register",
|
|
1651
|
+
"privacy": "public",
|
|
1652
|
+
"static": true
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"kind": "field",
|
|
1656
|
+
"name": "_internals",
|
|
1657
|
+
"type": {
|
|
1658
|
+
"text": "ElementInternals"
|
|
1659
|
+
},
|
|
1660
|
+
"privacy": "private"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"kind": "field",
|
|
1664
|
+
"name": "_bannerRef",
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "Ref<HTMLElement>"
|
|
1667
|
+
},
|
|
1668
|
+
"privacy": "private"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "field",
|
|
1672
|
+
"name": "_animationPlayer",
|
|
1673
|
+
"privacy": "private"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "field",
|
|
1677
|
+
"name": "open",
|
|
1678
|
+
"type": {
|
|
1679
|
+
"text": "boolean"
|
|
1680
|
+
},
|
|
1681
|
+
"privacy": "public",
|
|
1682
|
+
"default": "false",
|
|
1683
|
+
"description": "Determines whether the banner is being shown/hidden.",
|
|
1684
|
+
"attribute": "open",
|
|
1685
|
+
"reflects": true
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"kind": "method",
|
|
1689
|
+
"name": "show",
|
|
1690
|
+
"privacy": "public",
|
|
1691
|
+
"return": {
|
|
1692
|
+
"type": {
|
|
1693
|
+
"text": "Promise<boolean>"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
"description": "Shows the banner if not already shown. Returns `true` when the animation has completed."
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"kind": "method",
|
|
1700
|
+
"name": "hide",
|
|
1701
|
+
"privacy": "public",
|
|
1702
|
+
"return": {
|
|
1703
|
+
"type": {
|
|
1704
|
+
"text": "Promise<boolean>"
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
"description": "Hides the banner if not already hidden. Returns `true` when the animation has completed."
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "method",
|
|
1711
|
+
"name": "toggle",
|
|
1712
|
+
"privacy": "public",
|
|
1713
|
+
"return": {
|
|
1714
|
+
"type": {
|
|
1715
|
+
"text": "Promise<boolean>"
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
"description": "Toggles between shown/hidden state. Returns `true` when the animation has completed."
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "method",
|
|
1722
|
+
"name": "toggleAnimation",
|
|
1723
|
+
"privacy": "private",
|
|
1724
|
+
"parameters": [
|
|
1725
|
+
{
|
|
1726
|
+
"name": "dir",
|
|
1727
|
+
"type": {
|
|
1728
|
+
"text": "'open' | 'close'"
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
]
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"kind": "method",
|
|
1735
|
+
"name": "handleClick",
|
|
1736
|
+
"privacy": "private"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"kind": "field",
|
|
1740
|
+
"name": "role",
|
|
1741
|
+
"type": {
|
|
1742
|
+
"text": "string"
|
|
1743
|
+
},
|
|
1744
|
+
"default": "'status'"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "field",
|
|
1748
|
+
"name": "ariaLive",
|
|
1749
|
+
"type": {
|
|
1750
|
+
"text": "string"
|
|
1751
|
+
},
|
|
1752
|
+
"default": "'polite'"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"kind": "method",
|
|
1756
|
+
"name": "addEventListener",
|
|
1757
|
+
"privacy": "public",
|
|
1758
|
+
"return": {
|
|
1759
|
+
"type": {
|
|
1760
|
+
"text": "void"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
"parameters": [
|
|
1764
|
+
{
|
|
1765
|
+
"name": "type",
|
|
1766
|
+
"type": {
|
|
1767
|
+
"text": "K"
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"name": "listener",
|
|
1772
|
+
"type": {
|
|
1773
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"name": "options",
|
|
1778
|
+
"optional": true,
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "boolean | AddEventListenerOptions"
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
],
|
|
1784
|
+
"inheritedFrom": {
|
|
1785
|
+
"name": "EventEmitterMixin",
|
|
1786
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"kind": "method",
|
|
1791
|
+
"name": "removeEventListener",
|
|
1792
|
+
"privacy": "public",
|
|
1793
|
+
"return": {
|
|
1794
|
+
"type": {
|
|
1795
|
+
"text": "void"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"parameters": [
|
|
1799
|
+
{
|
|
1800
|
+
"name": "type",
|
|
1801
|
+
"type": {
|
|
1802
|
+
"text": "K"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "listener",
|
|
1807
|
+
"type": {
|
|
1808
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"name": "options",
|
|
1813
|
+
"optional": true,
|
|
1814
|
+
"type": {
|
|
1815
|
+
"text": "boolean | EventListenerOptions"
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
],
|
|
1819
|
+
"inheritedFrom": {
|
|
1820
|
+
"name": "EventEmitterMixin",
|
|
1821
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "method",
|
|
1826
|
+
"name": "emitEvent",
|
|
1827
|
+
"privacy": "private",
|
|
1828
|
+
"return": {
|
|
1829
|
+
"type": {
|
|
1830
|
+
"text": "boolean"
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
"parameters": [
|
|
1834
|
+
{
|
|
1835
|
+
"name": "type",
|
|
1836
|
+
"type": {
|
|
1837
|
+
"text": "K"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "eventInitDict",
|
|
1842
|
+
"optional": true,
|
|
1843
|
+
"type": {
|
|
1844
|
+
"text": "CustomEventInit<D>"
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1847
|
+
],
|
|
1848
|
+
"inheritedFrom": {
|
|
1849
|
+
"name": "EventEmitterMixin",
|
|
1850
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
],
|
|
1854
|
+
"events": [
|
|
1855
|
+
{
|
|
1856
|
+
"description": "Emitted before closing the banner - when a user interacts (click) with the default action of the banner.",
|
|
1857
|
+
"name": "igcClosing"
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"description": "Emitted after the banner is closed - when a user interacts (click) with the default action of the banner.",
|
|
1861
|
+
"name": "igcClosed"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"type": {
|
|
1865
|
+
"text": "CustomEvent"
|
|
1866
|
+
},
|
|
1867
|
+
"inheritedFrom": {
|
|
1868
|
+
"name": "EventEmitterMixin",
|
|
1869
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
],
|
|
1873
|
+
"attributes": [
|
|
1874
|
+
{
|
|
1875
|
+
"name": "open",
|
|
1876
|
+
"type": {
|
|
1877
|
+
"text": "boolean"
|
|
1878
|
+
},
|
|
1879
|
+
"default": "false",
|
|
1880
|
+
"description": "Determines whether the banner is being shown/hidden.",
|
|
1881
|
+
"fieldName": "open",
|
|
1882
|
+
"attribute": "open"
|
|
1883
|
+
}
|
|
1884
|
+
],
|
|
1885
|
+
"mixins": [
|
|
1886
|
+
{
|
|
1887
|
+
"name": "EventEmitterMixin",
|
|
1888
|
+
"module": "/src/components/common/mixins/event-emitter.js"
|
|
1889
|
+
}
|
|
1890
|
+
],
|
|
1891
|
+
"superclass": {
|
|
1892
|
+
"name": "LitElement",
|
|
1893
|
+
"package": "lit"
|
|
1894
|
+
},
|
|
1895
|
+
"tagName": "igc-banner",
|
|
1896
|
+
"customElement": true
|
|
1897
|
+
}
|
|
1898
|
+
],
|
|
1899
|
+
"exports": [
|
|
1900
|
+
{
|
|
1901
|
+
"kind": "js",
|
|
1902
|
+
"name": "default",
|
|
1903
|
+
"declaration": {
|
|
1904
|
+
"name": "IgcBannerComponent",
|
|
1905
|
+
"module": "src/components/banner/banner.ts"
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
]
|
|
1909
|
+
},
|
|
1564
1910
|
{
|
|
1565
1911
|
"kind": "javascript-module",
|
|
1566
1912
|
"path": "src/components/button/button-base.ts",
|
|
@@ -1591,6 +1937,11 @@
|
|
|
1591
1937
|
"static": true,
|
|
1592
1938
|
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }"
|
|
1593
1939
|
},
|
|
1940
|
+
{
|
|
1941
|
+
"kind": "field",
|
|
1942
|
+
"name": "_kbFocus",
|
|
1943
|
+
"privacy": "private"
|
|
1944
|
+
},
|
|
1594
1945
|
{
|
|
1595
1946
|
"kind": "field",
|
|
1596
1947
|
"name": "__internals",
|
|
@@ -2232,6 +2583,15 @@
|
|
|
2232
2583
|
"module": "src/components/button/button-base.ts"
|
|
2233
2584
|
}
|
|
2234
2585
|
},
|
|
2586
|
+
{
|
|
2587
|
+
"kind": "field",
|
|
2588
|
+
"name": "_kbFocus",
|
|
2589
|
+
"privacy": "private",
|
|
2590
|
+
"inheritedFrom": {
|
|
2591
|
+
"name": "IgcButtonBaseComponent",
|
|
2592
|
+
"module": "src/components/button/button-base.ts"
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2235
2595
|
{
|
|
2236
2596
|
"kind": "field",
|
|
2237
2597
|
"name": "__internals",
|
|
@@ -2906,6 +3266,15 @@
|
|
|
2906
3266
|
"module": "src/components/button/button-base.ts"
|
|
2907
3267
|
}
|
|
2908
3268
|
},
|
|
3269
|
+
{
|
|
3270
|
+
"kind": "field",
|
|
3271
|
+
"name": "_kbFocus",
|
|
3272
|
+
"privacy": "private",
|
|
3273
|
+
"inheritedFrom": {
|
|
3274
|
+
"name": "IgcButtonBaseComponent",
|
|
3275
|
+
"module": "src/components/button/button-base.ts"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
2909
3278
|
{
|
|
2910
3279
|
"kind": "field",
|
|
2911
3280
|
"name": "__internals",
|
|
@@ -3764,6 +4133,11 @@
|
|
|
3764
4133
|
"privacy": "public",
|
|
3765
4134
|
"static": true
|
|
3766
4135
|
},
|
|
4136
|
+
{
|
|
4137
|
+
"kind": "field",
|
|
4138
|
+
"name": "_kbFocus",
|
|
4139
|
+
"privacy": "private"
|
|
4140
|
+
},
|
|
3767
4141
|
{
|
|
3768
4142
|
"kind": "field",
|
|
3769
4143
|
"name": "_nativeButton",
|
|
@@ -3888,6 +4262,10 @@
|
|
|
3888
4262
|
"kind": "javascript-module",
|
|
3889
4263
|
"path": "src/components/calendar/calendar.ts",
|
|
3890
4264
|
"declarations": [
|
|
4265
|
+
{
|
|
4266
|
+
"kind": "variable",
|
|
4267
|
+
"name": "focusActiveDate"
|
|
4268
|
+
},
|
|
3891
4269
|
{
|
|
3892
4270
|
"kind": "class",
|
|
3893
4271
|
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.",
|
|
@@ -4199,8 +4577,8 @@
|
|
|
4199
4577
|
},
|
|
4200
4578
|
{
|
|
4201
4579
|
"kind": "method",
|
|
4202
|
-
"name": "focusActiveDate",
|
|
4203
|
-
"privacy": "
|
|
4580
|
+
"name": "[focusActiveDate]",
|
|
4581
|
+
"privacy": "public"
|
|
4204
4582
|
},
|
|
4205
4583
|
{
|
|
4206
4584
|
"kind": "method",
|
|
@@ -4892,6 +5270,14 @@
|
|
|
4892
5270
|
}
|
|
4893
5271
|
],
|
|
4894
5272
|
"exports": [
|
|
5273
|
+
{
|
|
5274
|
+
"kind": "js",
|
|
5275
|
+
"name": "focusActiveDate",
|
|
5276
|
+
"declaration": {
|
|
5277
|
+
"name": "focusActiveDate",
|
|
5278
|
+
"module": "src/components/calendar/calendar.ts"
|
|
5279
|
+
}
|
|
5280
|
+
},
|
|
4895
5281
|
{
|
|
4896
5282
|
"kind": "js",
|
|
4897
5283
|
"name": "default",
|
|
@@ -5258,6 +5644,11 @@
|
|
|
5258
5644
|
"module": "src/components/common/mixins/form-associated.ts"
|
|
5259
5645
|
}
|
|
5260
5646
|
},
|
|
5647
|
+
{
|
|
5648
|
+
"kind": "field",
|
|
5649
|
+
"name": "_kbFocus",
|
|
5650
|
+
"privacy": "protected"
|
|
5651
|
+
},
|
|
5261
5652
|
{
|
|
5262
5653
|
"kind": "field",
|
|
5263
5654
|
"name": "_value",
|
|
@@ -5291,15 +5682,6 @@
|
|
|
5291
5682
|
},
|
|
5292
5683
|
"privacy": "protected"
|
|
5293
5684
|
},
|
|
5294
|
-
{
|
|
5295
|
-
"kind": "field",
|
|
5296
|
-
"name": "focused",
|
|
5297
|
-
"type": {
|
|
5298
|
-
"text": "boolean"
|
|
5299
|
-
},
|
|
5300
|
-
"privacy": "protected",
|
|
5301
|
-
"default": "false"
|
|
5302
|
-
},
|
|
5303
5685
|
{
|
|
5304
5686
|
"kind": "field",
|
|
5305
5687
|
"name": "hideLabel",
|
|
@@ -5341,11 +5723,6 @@
|
|
|
5341
5723
|
"attribute": "label-position",
|
|
5342
5724
|
"reflects": true
|
|
5343
5725
|
},
|
|
5344
|
-
{
|
|
5345
|
-
"kind": "method",
|
|
5346
|
-
"name": "handleChange",
|
|
5347
|
-
"privacy": "protected"
|
|
5348
|
-
},
|
|
5349
5726
|
{
|
|
5350
5727
|
"kind": "method",
|
|
5351
5728
|
"name": "click",
|
|
@@ -5388,29 +5765,6 @@
|
|
|
5388
5765
|
"name": "handleFocus",
|
|
5389
5766
|
"privacy": "protected"
|
|
5390
5767
|
},
|
|
5391
|
-
{
|
|
5392
|
-
"kind": "method",
|
|
5393
|
-
"name": "handleMouseDown",
|
|
5394
|
-
"privacy": "protected",
|
|
5395
|
-
"parameters": [
|
|
5396
|
-
{
|
|
5397
|
-
"name": "event",
|
|
5398
|
-
"type": {
|
|
5399
|
-
"text": "PointerEvent"
|
|
5400
|
-
}
|
|
5401
|
-
}
|
|
5402
|
-
]
|
|
5403
|
-
},
|
|
5404
|
-
{
|
|
5405
|
-
"kind": "method",
|
|
5406
|
-
"name": "handleKeyUp",
|
|
5407
|
-
"privacy": "protected"
|
|
5408
|
-
},
|
|
5409
|
-
{
|
|
5410
|
-
"kind": "method",
|
|
5411
|
-
"name": "handleSlotChange",
|
|
5412
|
-
"privacy": "protected"
|
|
5413
|
-
},
|
|
5414
5768
|
{
|
|
5415
5769
|
"kind": "field",
|
|
5416
5770
|
"name": "required",
|
|
@@ -6607,6 +6961,15 @@
|
|
|
6607
6961
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
6608
6962
|
}
|
|
6609
6963
|
},
|
|
6964
|
+
{
|
|
6965
|
+
"kind": "field",
|
|
6966
|
+
"name": "_kbFocus",
|
|
6967
|
+
"privacy": "protected",
|
|
6968
|
+
"inheritedFrom": {
|
|
6969
|
+
"name": "IgcCheckboxBaseComponent",
|
|
6970
|
+
"module": "src/components/checkbox/checkbox-base.ts"
|
|
6971
|
+
}
|
|
6972
|
+
},
|
|
6610
6973
|
{
|
|
6611
6974
|
"kind": "field",
|
|
6612
6975
|
"name": "_value",
|
|
@@ -6656,19 +7019,6 @@
|
|
|
6656
7019
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
6657
7020
|
}
|
|
6658
7021
|
},
|
|
6659
|
-
{
|
|
6660
|
-
"kind": "field",
|
|
6661
|
-
"name": "focused",
|
|
6662
|
-
"type": {
|
|
6663
|
-
"text": "boolean"
|
|
6664
|
-
},
|
|
6665
|
-
"privacy": "protected",
|
|
6666
|
-
"default": "false",
|
|
6667
|
-
"inheritedFrom": {
|
|
6668
|
-
"name": "IgcCheckboxBaseComponent",
|
|
6669
|
-
"module": "src/components/checkbox/checkbox-base.ts"
|
|
6670
|
-
}
|
|
6671
|
-
},
|
|
6672
7022
|
{
|
|
6673
7023
|
"kind": "field",
|
|
6674
7024
|
"name": "hideLabel",
|
|
@@ -6726,15 +7076,6 @@
|
|
|
6726
7076
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
6727
7077
|
}
|
|
6728
7078
|
},
|
|
6729
|
-
{
|
|
6730
|
-
"kind": "method",
|
|
6731
|
-
"name": "handleChange",
|
|
6732
|
-
"privacy": "protected",
|
|
6733
|
-
"inheritedFrom": {
|
|
6734
|
-
"name": "IgcCheckboxBaseComponent",
|
|
6735
|
-
"module": "src/components/checkbox/checkbox-base.ts"
|
|
6736
|
-
}
|
|
6737
|
-
},
|
|
6738
7079
|
{
|
|
6739
7080
|
"kind": "method",
|
|
6740
7081
|
"name": "click",
|
|
@@ -6791,41 +7132,6 @@
|
|
|
6791
7132
|
"name": "IgcCheckboxBaseComponent",
|
|
6792
7133
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
6793
7134
|
}
|
|
6794
|
-
},
|
|
6795
|
-
{
|
|
6796
|
-
"kind": "method",
|
|
6797
|
-
"name": "handleMouseDown",
|
|
6798
|
-
"privacy": "protected",
|
|
6799
|
-
"parameters": [
|
|
6800
|
-
{
|
|
6801
|
-
"name": "event",
|
|
6802
|
-
"type": {
|
|
6803
|
-
"text": "PointerEvent"
|
|
6804
|
-
}
|
|
6805
|
-
}
|
|
6806
|
-
],
|
|
6807
|
-
"inheritedFrom": {
|
|
6808
|
-
"name": "IgcCheckboxBaseComponent",
|
|
6809
|
-
"module": "src/components/checkbox/checkbox-base.ts"
|
|
6810
|
-
}
|
|
6811
|
-
},
|
|
6812
|
-
{
|
|
6813
|
-
"kind": "method",
|
|
6814
|
-
"name": "handleKeyUp",
|
|
6815
|
-
"privacy": "protected",
|
|
6816
|
-
"inheritedFrom": {
|
|
6817
|
-
"name": "IgcCheckboxBaseComponent",
|
|
6818
|
-
"module": "src/components/checkbox/checkbox-base.ts"
|
|
6819
|
-
}
|
|
6820
|
-
},
|
|
6821
|
-
{
|
|
6822
|
-
"kind": "method",
|
|
6823
|
-
"name": "handleSlotChange",
|
|
6824
|
-
"privacy": "protected",
|
|
6825
|
-
"inheritedFrom": {
|
|
6826
|
-
"name": "IgcCheckboxBaseComponent",
|
|
6827
|
-
"module": "src/components/checkbox/checkbox-base.ts"
|
|
6828
|
-
}
|
|
6829
7135
|
}
|
|
6830
7136
|
],
|
|
6831
7137
|
"events": [
|
|
@@ -7543,6 +7849,15 @@
|
|
|
7543
7849
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
7544
7850
|
}
|
|
7545
7851
|
},
|
|
7852
|
+
{
|
|
7853
|
+
"kind": "field",
|
|
7854
|
+
"name": "_kbFocus",
|
|
7855
|
+
"privacy": "protected",
|
|
7856
|
+
"inheritedFrom": {
|
|
7857
|
+
"name": "IgcCheckboxBaseComponent",
|
|
7858
|
+
"module": "src/components/checkbox/checkbox-base.ts"
|
|
7859
|
+
}
|
|
7860
|
+
},
|
|
7546
7861
|
{
|
|
7547
7862
|
"kind": "field",
|
|
7548
7863
|
"name": "_value",
|
|
@@ -7592,19 +7907,6 @@
|
|
|
7592
7907
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
7593
7908
|
}
|
|
7594
7909
|
},
|
|
7595
|
-
{
|
|
7596
|
-
"kind": "field",
|
|
7597
|
-
"name": "focused",
|
|
7598
|
-
"type": {
|
|
7599
|
-
"text": "boolean"
|
|
7600
|
-
},
|
|
7601
|
-
"privacy": "protected",
|
|
7602
|
-
"default": "false",
|
|
7603
|
-
"inheritedFrom": {
|
|
7604
|
-
"name": "IgcCheckboxBaseComponent",
|
|
7605
|
-
"module": "src/components/checkbox/checkbox-base.ts"
|
|
7606
|
-
}
|
|
7607
|
-
},
|
|
7608
7910
|
{
|
|
7609
7911
|
"kind": "field",
|
|
7610
7912
|
"name": "hideLabel",
|
|
@@ -7662,15 +7964,6 @@
|
|
|
7662
7964
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
7663
7965
|
}
|
|
7664
7966
|
},
|
|
7665
|
-
{
|
|
7666
|
-
"kind": "method",
|
|
7667
|
-
"name": "handleChange",
|
|
7668
|
-
"privacy": "protected",
|
|
7669
|
-
"inheritedFrom": {
|
|
7670
|
-
"name": "IgcCheckboxBaseComponent",
|
|
7671
|
-
"module": "src/components/checkbox/checkbox-base.ts"
|
|
7672
|
-
}
|
|
7673
|
-
},
|
|
7674
7967
|
{
|
|
7675
7968
|
"kind": "method",
|
|
7676
7969
|
"name": "click",
|
|
@@ -7736,41 +8029,6 @@
|
|
|
7736
8029
|
"name": "IgcCheckboxBaseComponent",
|
|
7737
8030
|
"module": "src/components/checkbox/checkbox-base.ts"
|
|
7738
8031
|
}
|
|
7739
|
-
},
|
|
7740
|
-
{
|
|
7741
|
-
"kind": "method",
|
|
7742
|
-
"name": "handleMouseDown",
|
|
7743
|
-
"privacy": "protected",
|
|
7744
|
-
"parameters": [
|
|
7745
|
-
{
|
|
7746
|
-
"name": "event",
|
|
7747
|
-
"type": {
|
|
7748
|
-
"text": "PointerEvent"
|
|
7749
|
-
}
|
|
7750
|
-
}
|
|
7751
|
-
],
|
|
7752
|
-
"inheritedFrom": {
|
|
7753
|
-
"name": "IgcCheckboxBaseComponent",
|
|
7754
|
-
"module": "src/components/checkbox/checkbox-base.ts"
|
|
7755
|
-
}
|
|
7756
|
-
},
|
|
7757
|
-
{
|
|
7758
|
-
"kind": "method",
|
|
7759
|
-
"name": "handleKeyUp",
|
|
7760
|
-
"privacy": "protected",
|
|
7761
|
-
"inheritedFrom": {
|
|
7762
|
-
"name": "IgcCheckboxBaseComponent",
|
|
7763
|
-
"module": "src/components/checkbox/checkbox-base.ts"
|
|
7764
|
-
}
|
|
7765
|
-
},
|
|
7766
|
-
{
|
|
7767
|
-
"kind": "method",
|
|
7768
|
-
"name": "handleSlotChange",
|
|
7769
|
-
"privacy": "protected",
|
|
7770
|
-
"inheritedFrom": {
|
|
7771
|
-
"name": "IgcCheckboxBaseComponent",
|
|
7772
|
-
"module": "src/components/checkbox/checkbox-base.ts"
|
|
7773
|
-
}
|
|
7774
8032
|
}
|
|
7775
8033
|
],
|
|
7776
8034
|
"events": [
|
|
@@ -9044,6 +9302,11 @@
|
|
|
9044
9302
|
"name": "toggleDirectiveChange",
|
|
9045
9303
|
"privacy": "protected"
|
|
9046
9304
|
},
|
|
9305
|
+
{
|
|
9306
|
+
"kind": "method",
|
|
9307
|
+
"name": "updateOnDisableFiltering",
|
|
9308
|
+
"privacy": "protected"
|
|
9309
|
+
},
|
|
9047
9310
|
{
|
|
9048
9311
|
"kind": "field",
|
|
9049
9312
|
"name": "_rootClickController",
|
|
@@ -9327,6 +9590,19 @@
|
|
|
9327
9590
|
}
|
|
9328
9591
|
]
|
|
9329
9592
|
},
|
|
9593
|
+
{
|
|
9594
|
+
"kind": "method",
|
|
9595
|
+
"name": "selectByIndex",
|
|
9596
|
+
"privacy": "protected",
|
|
9597
|
+
"parameters": [
|
|
9598
|
+
{
|
|
9599
|
+
"name": "index",
|
|
9600
|
+
"type": {
|
|
9601
|
+
"text": "number"
|
|
9602
|
+
}
|
|
9603
|
+
}
|
|
9604
|
+
]
|
|
9605
|
+
},
|
|
9330
9606
|
{
|
|
9331
9607
|
"kind": "method",
|
|
9332
9608
|
"name": "navigateTo",
|
|
@@ -10214,6 +10490,10 @@
|
|
|
10214
10490
|
}
|
|
10215
10491
|
]
|
|
10216
10492
|
},
|
|
10493
|
+
{
|
|
10494
|
+
"kind": "function",
|
|
10495
|
+
"name": "noop"
|
|
10496
|
+
},
|
|
10217
10497
|
{
|
|
10218
10498
|
"kind": "function",
|
|
10219
10499
|
"name": "asPercent",
|
|
@@ -10289,7 +10569,8 @@
|
|
|
10289
10569
|
"text": "HTMLElement"
|
|
10290
10570
|
}
|
|
10291
10571
|
}
|
|
10292
|
-
]
|
|
10572
|
+
],
|
|
10573
|
+
"description": "Returns whether an element has a Left-to-Right directionality."
|
|
10293
10574
|
},
|
|
10294
10575
|
{
|
|
10295
10576
|
"kind": "function",
|
|
@@ -10493,6 +10774,14 @@
|
|
|
10493
10774
|
"module": "src/components/common/util.ts"
|
|
10494
10775
|
}
|
|
10495
10776
|
},
|
|
10777
|
+
{
|
|
10778
|
+
"kind": "js",
|
|
10779
|
+
"name": "noop",
|
|
10780
|
+
"declaration": {
|
|
10781
|
+
"name": "noop",
|
|
10782
|
+
"module": "src/components/common/util.ts"
|
|
10783
|
+
}
|
|
10784
|
+
},
|
|
10496
10785
|
{
|
|
10497
10786
|
"kind": "js",
|
|
10498
10787
|
"name": "asPercent",
|
|
@@ -10623,7 +10912,7 @@
|
|
|
10623
10912
|
"kind": "variable",
|
|
10624
10913
|
"name": "requiredValidator",
|
|
10625
10914
|
"type": {
|
|
10626
|
-
"text": "Validator<{\n required: boolean;\n value?:
|
|
10915
|
+
"text": "Validator<{\n required: boolean;\n value?: unknown;\n}>"
|
|
10627
10916
|
},
|
|
10628
10917
|
"default": "{\n key: 'valueMissing',\n message: validatorMessages.required,\n isValid: ({ required, value }) => (required ? !!value : true),\n}"
|
|
10629
10918
|
},
|
|
@@ -10706,6 +10995,22 @@
|
|
|
10706
10995
|
"text": "Validator<{ value: string }>"
|
|
10707
10996
|
},
|
|
10708
10997
|
"default": "{\n key: 'typeMismatch',\n message: validatorMessages.url,\n isValid: ({ value }) => URL.canParse(value),\n}"
|
|
10998
|
+
},
|
|
10999
|
+
{
|
|
11000
|
+
"kind": "variable",
|
|
11001
|
+
"name": "minDateValidator",
|
|
11002
|
+
"type": {
|
|
11003
|
+
"text": "Validator<{\n value?: Date | null;\n min?: Date | null;\n}>"
|
|
11004
|
+
},
|
|
11005
|
+
"default": "{\n key: 'rangeUnderflow',\n message: ({ min }) => formatString(validatorMessages.min, min),\n isValid: ({ value, min }) =>\n min\n ? !DateTimeUtil.lessThanMinValue(value ?? new Date(), min, false, true)\n : true,\n}"
|
|
11006
|
+
},
|
|
11007
|
+
{
|
|
11008
|
+
"kind": "variable",
|
|
11009
|
+
"name": "maxDateValidator",
|
|
11010
|
+
"type": {
|
|
11011
|
+
"text": "Validator<{\n value?: Date | null;\n max?: Date | null;\n}>"
|
|
11012
|
+
},
|
|
11013
|
+
"default": "{\n key: 'rangeOverflow',\n message: ({ max }) => formatString(validatorMessages.max, max),\n isValid: ({ value, max }) =>\n max\n ? !DateTimeUtil.greaterThanMaxValue(value ?? new Date(), max, false, true)\n : true,\n}"
|
|
10709
11014
|
}
|
|
10710
11015
|
],
|
|
10711
11016
|
"exports": [
|
|
@@ -10796,18 +11101,38 @@
|
|
|
10796
11101
|
"name": "urlValidator",
|
|
10797
11102
|
"module": "src/components/common/validators.ts"
|
|
10798
11103
|
}
|
|
11104
|
+
},
|
|
11105
|
+
{
|
|
11106
|
+
"kind": "js",
|
|
11107
|
+
"name": "minDateValidator",
|
|
11108
|
+
"declaration": {
|
|
11109
|
+
"name": "minDateValidator",
|
|
11110
|
+
"module": "src/components/common/validators.ts"
|
|
11111
|
+
}
|
|
11112
|
+
},
|
|
11113
|
+
{
|
|
11114
|
+
"kind": "js",
|
|
11115
|
+
"name": "maxDateValidator",
|
|
11116
|
+
"declaration": {
|
|
11117
|
+
"name": "maxDateValidator",
|
|
11118
|
+
"module": "src/components/common/validators.ts"
|
|
11119
|
+
}
|
|
10799
11120
|
}
|
|
10800
11121
|
]
|
|
10801
11122
|
},
|
|
10802
11123
|
{
|
|
10803
11124
|
"kind": "javascript-module",
|
|
10804
|
-
"path": "src/components/date-
|
|
11125
|
+
"path": "src/components/date-picker/date-picker.ts",
|
|
10805
11126
|
"declarations": [
|
|
10806
11127
|
{
|
|
10807
11128
|
"kind": "class",
|
|
10808
|
-
"description": "
|
|
10809
|
-
"name": "
|
|
11129
|
+
"description": "igc-date-picker is a feature rich component used for entering a date through manual text input or\nchoosing date values from a calendar dialog that pops up.",
|
|
11130
|
+
"name": "IgcDatePickerComponent",
|
|
10810
11131
|
"cssParts": [
|
|
11132
|
+
{
|
|
11133
|
+
"description": "The label wrapper that renders content above the target input.",
|
|
11134
|
+
"name": "label"
|
|
11135
|
+
},
|
|
10811
11136
|
{
|
|
10812
11137
|
"description": "The main wrapper that holds all main input elements.",
|
|
10813
11138
|
"name": "container"
|
|
@@ -10816,10 +11141,6 @@
|
|
|
10816
11141
|
"description": "The native input element.",
|
|
10817
11142
|
"name": "input"
|
|
10818
11143
|
},
|
|
10819
|
-
{
|
|
10820
|
-
"description": "The native label element.",
|
|
10821
|
-
"name": "label"
|
|
10822
|
-
},
|
|
10823
11144
|
{
|
|
10824
11145
|
"description": "The prefix wrapper.",
|
|
10825
11146
|
"name": "prefix"
|
|
@@ -10829,8 +11150,168 @@
|
|
|
10829
11150
|
"name": "suffix"
|
|
10830
11151
|
},
|
|
10831
11152
|
{
|
|
10832
|
-
"description": "The
|
|
11153
|
+
"description": "The calendar icon wrapper for closed state.",
|
|
11154
|
+
"name": "calendar-icon"
|
|
11155
|
+
},
|
|
11156
|
+
{
|
|
11157
|
+
"description": "The calendar icon wrapper for opened state.",
|
|
11158
|
+
"name": "calendar-icon-open"
|
|
11159
|
+
},
|
|
11160
|
+
{
|
|
11161
|
+
"description": "The clear icon wrapper.",
|
|
11162
|
+
"name": "clear-icon"
|
|
11163
|
+
},
|
|
11164
|
+
{
|
|
11165
|
+
"description": "The actions wrapper.",
|
|
11166
|
+
"name": "actions"
|
|
11167
|
+
},
|
|
11168
|
+
{
|
|
11169
|
+
"description": "The helper-text wrapper that renders content below the target input.",
|
|
10833
11170
|
"name": "helper-text"
|
|
11171
|
+
},
|
|
11172
|
+
{
|
|
11173
|
+
"description": "The calendar header element.",
|
|
11174
|
+
"name": "header"
|
|
11175
|
+
},
|
|
11176
|
+
{
|
|
11177
|
+
"description": "The calendar header title element.",
|
|
11178
|
+
"name": "header-title"
|
|
11179
|
+
},
|
|
11180
|
+
{
|
|
11181
|
+
"description": "The calendar header date element.",
|
|
11182
|
+
"name": "header-date"
|
|
11183
|
+
},
|
|
11184
|
+
{
|
|
11185
|
+
"description": "The calendar content element which contains the views and navigation elements.",
|
|
11186
|
+
"name": "calendar-content"
|
|
11187
|
+
},
|
|
11188
|
+
{
|
|
11189
|
+
"description": "The calendar navigation container element.",
|
|
11190
|
+
"name": "navigation"
|
|
11191
|
+
},
|
|
11192
|
+
{
|
|
11193
|
+
"description": "The calendar months navigation button element.",
|
|
11194
|
+
"name": "months-navigation"
|
|
11195
|
+
},
|
|
11196
|
+
{
|
|
11197
|
+
"description": "The calendar years navigation button element.",
|
|
11198
|
+
"name": "years-navigation"
|
|
11199
|
+
},
|
|
11200
|
+
{
|
|
11201
|
+
"description": "The calendar years range element.",
|
|
11202
|
+
"name": "years-range"
|
|
11203
|
+
},
|
|
11204
|
+
{
|
|
11205
|
+
"description": "The calendar navigation buttons container.",
|
|
11206
|
+
"name": "navigation-buttons"
|
|
11207
|
+
},
|
|
11208
|
+
{
|
|
11209
|
+
"description": "The calendar previous/next navigation button.",
|
|
11210
|
+
"name": "navigation-button"
|
|
11211
|
+
},
|
|
11212
|
+
{
|
|
11213
|
+
"description": "The calendar days view container element.",
|
|
11214
|
+
"name": "days-view-container"
|
|
11215
|
+
},
|
|
11216
|
+
{
|
|
11217
|
+
"description": "The calendar days view element.",
|
|
11218
|
+
"name": "days-view"
|
|
11219
|
+
},
|
|
11220
|
+
{
|
|
11221
|
+
"description": "The calendar months view element.",
|
|
11222
|
+
"name": "months-view"
|
|
11223
|
+
},
|
|
11224
|
+
{
|
|
11225
|
+
"description": "The calendar years view element.",
|
|
11226
|
+
"name": "years-view"
|
|
11227
|
+
},
|
|
11228
|
+
{
|
|
11229
|
+
"description": "The calendar days row element.",
|
|
11230
|
+
"name": "days-row"
|
|
11231
|
+
},
|
|
11232
|
+
{
|
|
11233
|
+
"description": "The calendar week header label element.",
|
|
11234
|
+
"name": "calendar-label"
|
|
11235
|
+
},
|
|
11236
|
+
{
|
|
11237
|
+
"description": "The calendar week number element.",
|
|
11238
|
+
"name": "week-number"
|
|
11239
|
+
},
|
|
11240
|
+
{
|
|
11241
|
+
"description": "The calendar week number inner element.",
|
|
11242
|
+
"name": "week-number-inner"
|
|
11243
|
+
},
|
|
11244
|
+
{
|
|
11245
|
+
"description": "The calendar date element.",
|
|
11246
|
+
"name": "date"
|
|
11247
|
+
},
|
|
11248
|
+
{
|
|
11249
|
+
"description": "The calendar date inner element.",
|
|
11250
|
+
"name": "date-inner"
|
|
11251
|
+
},
|
|
11252
|
+
{
|
|
11253
|
+
"description": "The calendar first selected date element in range selection.",
|
|
11254
|
+
"name": "first"
|
|
11255
|
+
},
|
|
11256
|
+
{
|
|
11257
|
+
"description": "The calendar last selected date element in range selection.",
|
|
11258
|
+
"name": "last"
|
|
11259
|
+
},
|
|
11260
|
+
{
|
|
11261
|
+
"description": "The calendar inactive date element.",
|
|
11262
|
+
"name": "inactive"
|
|
11263
|
+
},
|
|
11264
|
+
{
|
|
11265
|
+
"description": "The calendar hidden date element.",
|
|
11266
|
+
"name": "hidden"
|
|
11267
|
+
},
|
|
11268
|
+
{
|
|
11269
|
+
"description": "The calendar weekend date element.",
|
|
11270
|
+
"name": "weekend"
|
|
11271
|
+
},
|
|
11272
|
+
{
|
|
11273
|
+
"description": "The calendar range selected element.",
|
|
11274
|
+
"name": "range"
|
|
11275
|
+
},
|
|
11276
|
+
{
|
|
11277
|
+
"description": "The calendar special date element.",
|
|
11278
|
+
"name": "special"
|
|
11279
|
+
},
|
|
11280
|
+
{
|
|
11281
|
+
"description": "The calendar disabled date element.",
|
|
11282
|
+
"name": "disabled"
|
|
11283
|
+
},
|
|
11284
|
+
{
|
|
11285
|
+
"description": "The calendar single selected date element.",
|
|
11286
|
+
"name": "single"
|
|
11287
|
+
},
|
|
11288
|
+
{
|
|
11289
|
+
"description": "The calendar range selection preview date element.",
|
|
11290
|
+
"name": "preview"
|
|
11291
|
+
},
|
|
11292
|
+
{
|
|
11293
|
+
"description": "The calendar month element.",
|
|
11294
|
+
"name": "month"
|
|
11295
|
+
},
|
|
11296
|
+
{
|
|
11297
|
+
"description": "The calendar month inner element.",
|
|
11298
|
+
"name": "month-inner"
|
|
11299
|
+
},
|
|
11300
|
+
{
|
|
11301
|
+
"description": "The calendar year element.",
|
|
11302
|
+
"name": "year"
|
|
11303
|
+
},
|
|
11304
|
+
{
|
|
11305
|
+
"description": "The calendar year inner element.",
|
|
11306
|
+
"name": "year-inner"
|
|
11307
|
+
},
|
|
11308
|
+
{
|
|
11309
|
+
"description": "The calendar selected state for element(s). Applies to date, month and year elements.",
|
|
11310
|
+
"name": "selected"
|
|
11311
|
+
},
|
|
11312
|
+
{
|
|
11313
|
+
"description": "The calendar current state for element(s). Applies to date, month and year elements.",
|
|
11314
|
+
"name": "current"
|
|
10834
11315
|
}
|
|
10835
11316
|
],
|
|
10836
11317
|
"slots": [
|
|
@@ -10839,12 +11320,32 @@
|
|
|
10839
11320
|
"name": "prefix"
|
|
10840
11321
|
},
|
|
10841
11322
|
{
|
|
10842
|
-
"description": "Renders content after input.",
|
|
11323
|
+
"description": "Renders content after the input.",
|
|
10843
11324
|
"name": "suffix"
|
|
10844
11325
|
},
|
|
10845
11326
|
{
|
|
10846
11327
|
"description": "Renders content below the input.",
|
|
10847
11328
|
"name": "helper-text"
|
|
11329
|
+
},
|
|
11330
|
+
{
|
|
11331
|
+
"description": "Renders content in the calendar title.",
|
|
11332
|
+
"name": "title"
|
|
11333
|
+
},
|
|
11334
|
+
{
|
|
11335
|
+
"description": "Renders a clear icon template.",
|
|
11336
|
+
"name": "clear-icon"
|
|
11337
|
+
},
|
|
11338
|
+
{
|
|
11339
|
+
"description": "Renders the icon/content for the calendar picker.",
|
|
11340
|
+
"name": "calendar-icon"
|
|
11341
|
+
},
|
|
11342
|
+
{
|
|
11343
|
+
"description": "Renders the icon/content for the picker in open state.",
|
|
11344
|
+
"name": "calendar-icon-open"
|
|
11345
|
+
},
|
|
11346
|
+
{
|
|
11347
|
+
"description": "Renders content in the action part of the picker in open state.",
|
|
11348
|
+
"name": "actions"
|
|
10848
11349
|
}
|
|
10849
11350
|
],
|
|
10850
11351
|
"members": [
|
|
@@ -10857,13 +11358,39 @@
|
|
|
10857
11358
|
"privacy": "public",
|
|
10858
11359
|
"static": true,
|
|
10859
11360
|
"readonly": true,
|
|
10860
|
-
"default": "'igc-date-
|
|
11361
|
+
"default": "'igc-date-picker'"
|
|
10861
11362
|
},
|
|
10862
11363
|
{
|
|
10863
|
-
"kind": "
|
|
10864
|
-
"name": "
|
|
10865
|
-
"
|
|
10866
|
-
|
|
11364
|
+
"kind": "field",
|
|
11365
|
+
"name": "shadowRootOptions",
|
|
11366
|
+
"type": {
|
|
11367
|
+
"text": "object"
|
|
11368
|
+
},
|
|
11369
|
+
"privacy": "protected",
|
|
11370
|
+
"static": true,
|
|
11371
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }"
|
|
11372
|
+
},
|
|
11373
|
+
{
|
|
11374
|
+
"kind": "field",
|
|
11375
|
+
"name": "increment",
|
|
11376
|
+
"privacy": "private",
|
|
11377
|
+
"static": true,
|
|
11378
|
+
"readonly": true
|
|
11379
|
+
},
|
|
11380
|
+
{
|
|
11381
|
+
"kind": "field",
|
|
11382
|
+
"name": "inputId",
|
|
11383
|
+
"privacy": "protected",
|
|
11384
|
+
"default": "`date-picker-${IgcDatePickerComponent.increment()}`"
|
|
11385
|
+
},
|
|
11386
|
+
{
|
|
11387
|
+
"kind": "field",
|
|
11388
|
+
"name": "[themeSymbol]",
|
|
11389
|
+
"type": {
|
|
11390
|
+
"text": "Theme"
|
|
11391
|
+
},
|
|
11392
|
+
"privacy": "private",
|
|
11393
|
+
"readonly": true
|
|
10867
11394
|
},
|
|
10868
11395
|
{
|
|
10869
11396
|
"kind": "field",
|
|
@@ -10872,145 +11399,1964 @@
|
|
|
10872
11399
|
"text": "Validator[]"
|
|
10873
11400
|
},
|
|
10874
11401
|
"privacy": "protected",
|
|
10875
|
-
"default": "[\n
|
|
11402
|
+
"default": "[\n requiredValidator,\n minDateValidator,\n maxDateValidator,\n {\n key: 'badInput',\n message: () => formatString(messages.disabledDate, this.value),\n isValid: () =>\n this.value\n ? !isDateInRanges(this.value, this.disabledDates ?? [])\n : true,\n },\n ]",
|
|
10876
11403
|
"inheritedFrom": {
|
|
10877
11404
|
"name": "FormAssociatedMixin",
|
|
10878
11405
|
"module": "src/components/common/mixins/form-associated.ts"
|
|
10879
11406
|
}
|
|
10880
11407
|
},
|
|
10881
11408
|
{
|
|
10882
|
-
"kind": "
|
|
10883
|
-
"name": "
|
|
10884
|
-
"
|
|
10885
|
-
|
|
10886
|
-
},
|
|
10887
|
-
"privacy": "protected"
|
|
11409
|
+
"kind": "method",
|
|
11410
|
+
"name": "register",
|
|
11411
|
+
"privacy": "public",
|
|
11412
|
+
"static": true
|
|
10888
11413
|
},
|
|
10889
11414
|
{
|
|
10890
11415
|
"kind": "field",
|
|
10891
11416
|
"name": "_value",
|
|
10892
11417
|
"type": {
|
|
10893
|
-
"text": "Date | null"
|
|
11418
|
+
"text": "Date | null | undefined"
|
|
10894
11419
|
},
|
|
10895
|
-
"privacy": "
|
|
10896
|
-
"default": "null"
|
|
11420
|
+
"privacy": "private"
|
|
10897
11421
|
},
|
|
10898
11422
|
{
|
|
10899
11423
|
"kind": "field",
|
|
10900
|
-
"name": "
|
|
11424
|
+
"name": "_activeDate",
|
|
10901
11425
|
"type": {
|
|
10902
|
-
"text": "Date | null"
|
|
11426
|
+
"text": "Date | null | undefined"
|
|
10903
11427
|
},
|
|
10904
|
-
"privacy": "private"
|
|
10905
|
-
"default": "null"
|
|
11428
|
+
"privacy": "private"
|
|
10906
11429
|
},
|
|
10907
11430
|
{
|
|
10908
11431
|
"kind": "field",
|
|
10909
|
-
"name": "
|
|
11432
|
+
"name": "_min",
|
|
10910
11433
|
"type": {
|
|
10911
|
-
"text": "
|
|
11434
|
+
"text": "Date | undefined"
|
|
10912
11435
|
},
|
|
10913
11436
|
"privacy": "private"
|
|
10914
11437
|
},
|
|
10915
11438
|
{
|
|
10916
11439
|
"kind": "field",
|
|
10917
|
-
"name": "
|
|
11440
|
+
"name": "_max",
|
|
10918
11441
|
"type": {
|
|
10919
|
-
"text": "
|
|
11442
|
+
"text": "Date | undefined"
|
|
10920
11443
|
},
|
|
10921
11444
|
"privacy": "private"
|
|
10922
11445
|
},
|
|
10923
11446
|
{
|
|
10924
11447
|
"kind": "field",
|
|
10925
|
-
"name": "
|
|
11448
|
+
"name": "_disabledDates",
|
|
10926
11449
|
"type": {
|
|
10927
|
-
"text": "
|
|
11450
|
+
"text": "DateRangeDescriptor[] | undefined"
|
|
10928
11451
|
},
|
|
10929
|
-
"privacy": "private"
|
|
10930
|
-
"default": "{\n date: 1,\n month: 1,\n year: 1,\n hours: 1,\n minutes: 1,\n seconds: 1,\n }"
|
|
11452
|
+
"privacy": "private"
|
|
10931
11453
|
},
|
|
10932
11454
|
{
|
|
10933
11455
|
"kind": "field",
|
|
10934
|
-
"name": "
|
|
11456
|
+
"name": "_dateConstraints",
|
|
10935
11457
|
"type": {
|
|
10936
|
-
"text": "
|
|
11458
|
+
"text": "DateRangeDescriptor[] | undefined"
|
|
10937
11459
|
},
|
|
10938
|
-
"privacy": "
|
|
10939
|
-
"description": "The date format to apply on the input.",
|
|
10940
|
-
"attribute": "input-format"
|
|
11460
|
+
"privacy": "private"
|
|
10941
11461
|
},
|
|
10942
11462
|
{
|
|
10943
11463
|
"kind": "field",
|
|
10944
|
-
"name": "
|
|
11464
|
+
"name": "_displayFormat",
|
|
10945
11465
|
"type": {
|
|
10946
|
-
"text": "string |
|
|
11466
|
+
"text": "string | undefined"
|
|
10947
11467
|
},
|
|
10948
|
-
"privacy": "
|
|
10949
|
-
"description": "The value of the input.",
|
|
10950
|
-
"attribute": "value",
|
|
10951
|
-
"inheritedFrom": {
|
|
10952
|
-
"name": "IgcInputBaseComponent",
|
|
10953
|
-
"module": "src/components/input/input-base.ts"
|
|
10954
|
-
}
|
|
10955
|
-
},
|
|
10956
|
-
{
|
|
10957
|
-
"kind": "method",
|
|
10958
|
-
"name": "updateFormValue",
|
|
10959
|
-
"privacy": "protected"
|
|
11468
|
+
"privacy": "private"
|
|
10960
11469
|
},
|
|
10961
11470
|
{
|
|
10962
11471
|
"kind": "field",
|
|
10963
|
-
"name": "
|
|
11472
|
+
"name": "_inputFormat",
|
|
10964
11473
|
"type": {
|
|
10965
|
-
"text": "
|
|
11474
|
+
"text": "string | undefined"
|
|
10966
11475
|
},
|
|
10967
|
-
"privacy": "
|
|
10968
|
-
"description": "The minimum value required for the input to remain valid.",
|
|
10969
|
-
"attribute": "min"
|
|
11476
|
+
"privacy": "private"
|
|
10970
11477
|
},
|
|
10971
11478
|
{
|
|
10972
11479
|
"kind": "field",
|
|
10973
|
-
"name": "
|
|
10974
|
-
"
|
|
10975
|
-
"text": "Date"
|
|
10976
|
-
},
|
|
10977
|
-
"privacy": "public",
|
|
10978
|
-
"description": "The maximum value required for the input to remain valid.",
|
|
10979
|
-
"attribute": "max"
|
|
11480
|
+
"name": "_rootClickController",
|
|
11481
|
+
"privacy": "private"
|
|
10980
11482
|
},
|
|
10981
11483
|
{
|
|
10982
11484
|
"kind": "field",
|
|
10983
|
-
"name": "
|
|
10984
|
-
"privacy": "
|
|
10985
|
-
"
|
|
10986
|
-
"deprecated": "since v4.4.0. Use the `min` property instead.",
|
|
10987
|
-
"attribute": "min-value"
|
|
11485
|
+
"name": "isDropDown",
|
|
11486
|
+
"privacy": "private",
|
|
11487
|
+
"readonly": true
|
|
10988
11488
|
},
|
|
10989
11489
|
{
|
|
10990
11490
|
"kind": "field",
|
|
10991
|
-
"name": "
|
|
10992
|
-
"privacy": "
|
|
10993
|
-
"
|
|
10994
|
-
"deprecated": "since v4.4.0. Use the `max` property instead.",
|
|
10995
|
-
"attribute": "max-value"
|
|
11491
|
+
"name": "isMaterialTheme",
|
|
11492
|
+
"privacy": "private",
|
|
11493
|
+
"readonly": true
|
|
10996
11494
|
},
|
|
10997
11495
|
{
|
|
10998
11496
|
"kind": "field",
|
|
10999
|
-
"name": "
|
|
11497
|
+
"name": "_input",
|
|
11000
11498
|
"type": {
|
|
11001
|
-
"text": "
|
|
11499
|
+
"text": "IgcDateTimeInputComponent"
|
|
11002
11500
|
},
|
|
11003
|
-
"privacy": "
|
|
11004
|
-
"description": "Format to display the value in when not editing.\nDefaults to the input format if not set.",
|
|
11005
|
-
"attribute": "display-format"
|
|
11501
|
+
"privacy": "private"
|
|
11006
11502
|
},
|
|
11007
11503
|
{
|
|
11008
11504
|
"kind": "field",
|
|
11009
|
-
"name": "
|
|
11505
|
+
"name": "_calendar",
|
|
11010
11506
|
"type": {
|
|
11011
|
-
"text": "
|
|
11507
|
+
"text": "IgcCalendarComponent"
|
|
11012
11508
|
},
|
|
11013
|
-
"privacy": "
|
|
11509
|
+
"privacy": "private"
|
|
11510
|
+
},
|
|
11511
|
+
{
|
|
11512
|
+
"kind": "field",
|
|
11513
|
+
"name": "prefixes",
|
|
11514
|
+
"type": {
|
|
11515
|
+
"text": "Array<HTMLElement>"
|
|
11516
|
+
},
|
|
11517
|
+
"privacy": "private"
|
|
11518
|
+
},
|
|
11519
|
+
{
|
|
11520
|
+
"kind": "field",
|
|
11521
|
+
"name": "suffixes",
|
|
11522
|
+
"type": {
|
|
11523
|
+
"text": "Array<HTMLElement>"
|
|
11524
|
+
},
|
|
11525
|
+
"privacy": "private"
|
|
11526
|
+
},
|
|
11527
|
+
{
|
|
11528
|
+
"kind": "field",
|
|
11529
|
+
"name": "actions",
|
|
11530
|
+
"type": {
|
|
11531
|
+
"text": "Array<HTMLElement>"
|
|
11532
|
+
},
|
|
11533
|
+
"privacy": "private"
|
|
11534
|
+
},
|
|
11535
|
+
{
|
|
11536
|
+
"kind": "field",
|
|
11537
|
+
"name": "helperText",
|
|
11538
|
+
"type": {
|
|
11539
|
+
"text": "Array<HTMLElement>"
|
|
11540
|
+
},
|
|
11541
|
+
"privacy": "private"
|
|
11542
|
+
},
|
|
11543
|
+
{
|
|
11544
|
+
"kind": "field",
|
|
11545
|
+
"name": "open",
|
|
11546
|
+
"type": {
|
|
11547
|
+
"text": "boolean"
|
|
11548
|
+
},
|
|
11549
|
+
"privacy": "public",
|
|
11550
|
+
"default": "false",
|
|
11551
|
+
"description": "Sets the state of the datepicker dropdown.",
|
|
11552
|
+
"attribute": "open",
|
|
11553
|
+
"reflects": true,
|
|
11554
|
+
"inheritedFrom": {
|
|
11555
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
11556
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
11557
|
+
}
|
|
11558
|
+
},
|
|
11559
|
+
{
|
|
11560
|
+
"kind": "field",
|
|
11561
|
+
"name": "label",
|
|
11562
|
+
"type": {
|
|
11563
|
+
"text": "string"
|
|
11564
|
+
},
|
|
11565
|
+
"privacy": "public",
|
|
11566
|
+
"description": "The label of the datepicker.",
|
|
11567
|
+
"attribute": "label"
|
|
11568
|
+
},
|
|
11569
|
+
{
|
|
11570
|
+
"kind": "field",
|
|
11571
|
+
"name": "mode",
|
|
11572
|
+
"type": {
|
|
11573
|
+
"text": "'dropdown' | 'dialog'"
|
|
11574
|
+
},
|
|
11575
|
+
"privacy": "public",
|
|
11576
|
+
"default": "'dropdown'",
|
|
11577
|
+
"description": "Determines whether the calendar is opened in a dropdown or a modal dialog",
|
|
11578
|
+
"attribute": "mode"
|
|
11579
|
+
},
|
|
11580
|
+
{
|
|
11581
|
+
"kind": "field",
|
|
11582
|
+
"name": "nonEditable",
|
|
11583
|
+
"type": {
|
|
11584
|
+
"text": "boolean"
|
|
11585
|
+
},
|
|
11586
|
+
"privacy": "public",
|
|
11587
|
+
"default": "false",
|
|
11588
|
+
"description": "Whether to allow typing in the input.",
|
|
11589
|
+
"attribute": "non-editable",
|
|
11590
|
+
"reflects": true
|
|
11591
|
+
},
|
|
11592
|
+
{
|
|
11593
|
+
"kind": "field",
|
|
11594
|
+
"name": "readOnly",
|
|
11595
|
+
"type": {
|
|
11596
|
+
"text": "boolean"
|
|
11597
|
+
},
|
|
11598
|
+
"privacy": "public",
|
|
11599
|
+
"default": "false",
|
|
11600
|
+
"description": "Makes the control a readonly field.",
|
|
11601
|
+
"attribute": "readonly",
|
|
11602
|
+
"reflects": true
|
|
11603
|
+
},
|
|
11604
|
+
{
|
|
11605
|
+
"kind": "field",
|
|
11606
|
+
"name": "value",
|
|
11607
|
+
"privacy": "public",
|
|
11608
|
+
"description": "The value of the picker",
|
|
11609
|
+
"attribute": "value",
|
|
11610
|
+
"type": {
|
|
11611
|
+
"text": "Date | null"
|
|
11612
|
+
}
|
|
11613
|
+
},
|
|
11614
|
+
{
|
|
11615
|
+
"kind": "field",
|
|
11616
|
+
"name": "activeDate",
|
|
11617
|
+
"privacy": "public",
|
|
11618
|
+
"description": "Gets/Sets the date which is shown in the calendar picker and is highlighted.\nBy default it is the current date.",
|
|
11619
|
+
"type": {
|
|
11620
|
+
"text": "Date"
|
|
11621
|
+
},
|
|
11622
|
+
"attribute": "active-date"
|
|
11623
|
+
},
|
|
11624
|
+
{
|
|
11625
|
+
"kind": "field",
|
|
11626
|
+
"name": "min",
|
|
11627
|
+
"privacy": "public",
|
|
11628
|
+
"description": "The minimum value required for the date picker to remain valid.",
|
|
11629
|
+
"attribute": "min",
|
|
11630
|
+
"type": {
|
|
11631
|
+
"text": "Date"
|
|
11632
|
+
}
|
|
11633
|
+
},
|
|
11634
|
+
{
|
|
11635
|
+
"kind": "field",
|
|
11636
|
+
"name": "max",
|
|
11637
|
+
"privacy": "public",
|
|
11638
|
+
"description": "The maximum value required for the date picker to remain valid.",
|
|
11639
|
+
"attribute": "max",
|
|
11640
|
+
"type": {
|
|
11641
|
+
"text": "Date"
|
|
11642
|
+
}
|
|
11643
|
+
},
|
|
11644
|
+
{
|
|
11645
|
+
"kind": "field",
|
|
11646
|
+
"name": "headerOrientation",
|
|
11647
|
+
"type": {
|
|
11648
|
+
"text": "'vertical' | 'horizontal'"
|
|
11649
|
+
},
|
|
11650
|
+
"privacy": "public",
|
|
11651
|
+
"default": "'horizontal'",
|
|
11652
|
+
"description": "The orientation of the calendar header.",
|
|
11653
|
+
"attribute": "header-orientation",
|
|
11654
|
+
"reflects": true
|
|
11655
|
+
},
|
|
11656
|
+
{
|
|
11657
|
+
"kind": "field",
|
|
11658
|
+
"name": "orientation",
|
|
11659
|
+
"type": {
|
|
11660
|
+
"text": "'vertical' | 'horizontal'"
|
|
11661
|
+
},
|
|
11662
|
+
"privacy": "public",
|
|
11663
|
+
"default": "'horizontal'",
|
|
11664
|
+
"description": "The orientation of the multiple months displayed in the calendar's days view.",
|
|
11665
|
+
"attribute": "orientation"
|
|
11666
|
+
},
|
|
11667
|
+
{
|
|
11668
|
+
"kind": "field",
|
|
11669
|
+
"name": "hideHeader",
|
|
11670
|
+
"type": {
|
|
11671
|
+
"text": "boolean"
|
|
11672
|
+
},
|
|
11673
|
+
"privacy": "public",
|
|
11674
|
+
"default": "false",
|
|
11675
|
+
"description": "Determines whether the calendar hides its header.",
|
|
11676
|
+
"attribute": "hide-header",
|
|
11677
|
+
"reflects": true
|
|
11678
|
+
},
|
|
11679
|
+
{
|
|
11680
|
+
"kind": "field",
|
|
11681
|
+
"name": "hideOutsideDays",
|
|
11682
|
+
"type": {
|
|
11683
|
+
"text": "boolean"
|
|
11684
|
+
},
|
|
11685
|
+
"privacy": "public",
|
|
11686
|
+
"default": "false",
|
|
11687
|
+
"description": "Controls the visibility of the dates that do not belong to the current month.",
|
|
11688
|
+
"attribute": "hide-outside-days",
|
|
11689
|
+
"reflects": true
|
|
11690
|
+
},
|
|
11691
|
+
{
|
|
11692
|
+
"kind": "field",
|
|
11693
|
+
"name": "disabledDates",
|
|
11694
|
+
"privacy": "public",
|
|
11695
|
+
"description": "Gets/sets disabled dates."
|
|
11696
|
+
},
|
|
11697
|
+
{
|
|
11698
|
+
"kind": "field",
|
|
11699
|
+
"name": "specialDates",
|
|
11700
|
+
"type": {
|
|
11701
|
+
"text": "DateRangeDescriptor[]"
|
|
11702
|
+
},
|
|
11703
|
+
"privacy": "public",
|
|
11704
|
+
"description": "Gets/sets special dates."
|
|
11705
|
+
},
|
|
11706
|
+
{
|
|
11707
|
+
"kind": "field",
|
|
11708
|
+
"name": "outlined",
|
|
11709
|
+
"type": {
|
|
11710
|
+
"text": "boolean"
|
|
11711
|
+
},
|
|
11712
|
+
"privacy": "public",
|
|
11713
|
+
"default": "false",
|
|
11714
|
+
"description": "Whether the control will have outlined appearance.",
|
|
11715
|
+
"attribute": "outlined",
|
|
11716
|
+
"reflects": true
|
|
11717
|
+
},
|
|
11718
|
+
{
|
|
11719
|
+
"kind": "field",
|
|
11720
|
+
"name": "placeholder",
|
|
11721
|
+
"type": {
|
|
11722
|
+
"text": "string"
|
|
11723
|
+
},
|
|
11724
|
+
"privacy": "public",
|
|
11725
|
+
"description": "The placeholder attribute of the control.",
|
|
11726
|
+
"attribute": "placeholder"
|
|
11727
|
+
},
|
|
11728
|
+
{
|
|
11729
|
+
"kind": "field",
|
|
11730
|
+
"name": "visibleMonths",
|
|
11731
|
+
"type": {
|
|
11732
|
+
"text": "number"
|
|
11733
|
+
},
|
|
11734
|
+
"privacy": "public",
|
|
11735
|
+
"default": "1",
|
|
11736
|
+
"description": "The number of months displayed in the calendar.",
|
|
11737
|
+
"attribute": "visible-months"
|
|
11738
|
+
},
|
|
11739
|
+
{
|
|
11740
|
+
"kind": "field",
|
|
11741
|
+
"name": "showWeekNumbers",
|
|
11742
|
+
"type": {
|
|
11743
|
+
"text": "boolean"
|
|
11744
|
+
},
|
|
11745
|
+
"privacy": "public",
|
|
11746
|
+
"default": "false",
|
|
11747
|
+
"description": "Whether to show the number of the week in the calendar.",
|
|
11748
|
+
"attribute": "show-week-numbers",
|
|
11749
|
+
"reflects": true
|
|
11750
|
+
},
|
|
11751
|
+
{
|
|
11752
|
+
"kind": "field",
|
|
11753
|
+
"name": "displayFormat",
|
|
11754
|
+
"privacy": "public",
|
|
11755
|
+
"description": "Format to display the value in when not editing.\nDefaults to the input format if not set.",
|
|
11756
|
+
"attribute": "display-format",
|
|
11757
|
+
"type": {
|
|
11758
|
+
"text": "string"
|
|
11759
|
+
}
|
|
11760
|
+
},
|
|
11761
|
+
{
|
|
11762
|
+
"kind": "field",
|
|
11763
|
+
"name": "inputFormat",
|
|
11764
|
+
"privacy": "public",
|
|
11765
|
+
"description": "The date format to apply on the input.\nDefaults to the current locale Intl.DateTimeFormat",
|
|
11766
|
+
"attribute": "input-format",
|
|
11767
|
+
"type": {
|
|
11768
|
+
"text": "string"
|
|
11769
|
+
}
|
|
11770
|
+
},
|
|
11771
|
+
{
|
|
11772
|
+
"kind": "field",
|
|
11773
|
+
"name": "locale",
|
|
11774
|
+
"type": {
|
|
11775
|
+
"text": "string"
|
|
11776
|
+
},
|
|
11777
|
+
"privacy": "public",
|
|
11778
|
+
"default": "'en'",
|
|
11779
|
+
"description": "The locale settings used to display the value.",
|
|
11780
|
+
"attribute": "locale"
|
|
11781
|
+
},
|
|
11782
|
+
{
|
|
11783
|
+
"kind": "field",
|
|
11784
|
+
"name": "prompt",
|
|
11785
|
+
"type": {
|
|
11786
|
+
"text": "string"
|
|
11787
|
+
},
|
|
11788
|
+
"privacy": "public",
|
|
11789
|
+
"default": "'_'",
|
|
11790
|
+
"description": "The prompt symbol to use for unfilled parts of the mask.",
|
|
11791
|
+
"attribute": "prompt"
|
|
11792
|
+
},
|
|
11793
|
+
{
|
|
11794
|
+
"kind": "field",
|
|
11795
|
+
"name": "resourceStrings",
|
|
11796
|
+
"type": {
|
|
11797
|
+
"text": "IgcCalendarResourceStrings"
|
|
11798
|
+
},
|
|
11799
|
+
"privacy": "public",
|
|
11800
|
+
"default": "IgcCalendarResourceStringEN",
|
|
11801
|
+
"description": "The resource strings of the calendar."
|
|
11802
|
+
},
|
|
11803
|
+
{
|
|
11804
|
+
"kind": "method",
|
|
11805
|
+
"name": "openChange",
|
|
11806
|
+
"privacy": "protected"
|
|
11807
|
+
},
|
|
11808
|
+
{
|
|
11809
|
+
"kind": "field",
|
|
11810
|
+
"name": "weekStart",
|
|
11811
|
+
"type": {
|
|
11812
|
+
"text": "| 'sunday'\n | 'monday'\n | 'tuesday'\n | 'wednesday'\n | 'thursday'\n | 'friday'\n | 'saturday'"
|
|
11813
|
+
},
|
|
11814
|
+
"privacy": "public",
|
|
11815
|
+
"default": "'sunday'",
|
|
11816
|
+
"description": "Sets the start day of the week for the calendar.",
|
|
11817
|
+
"attribute": "week-start"
|
|
11818
|
+
},
|
|
11819
|
+
{
|
|
11820
|
+
"kind": "method",
|
|
11821
|
+
"name": "clear",
|
|
11822
|
+
"privacy": "public",
|
|
11823
|
+
"description": "Clears the input part of the component of any user input"
|
|
11824
|
+
},
|
|
11825
|
+
{
|
|
11826
|
+
"kind": "method",
|
|
11827
|
+
"name": "stepUp",
|
|
11828
|
+
"privacy": "public",
|
|
11829
|
+
"return": {
|
|
11830
|
+
"type": {
|
|
11831
|
+
"text": "void"
|
|
11832
|
+
}
|
|
11833
|
+
},
|
|
11834
|
+
"parameters": [
|
|
11835
|
+
{
|
|
11836
|
+
"name": "datePart",
|
|
11837
|
+
"optional": true,
|
|
11838
|
+
"type": {
|
|
11839
|
+
"text": "DatePart"
|
|
11840
|
+
}
|
|
11841
|
+
},
|
|
11842
|
+
{
|
|
11843
|
+
"name": "delta",
|
|
11844
|
+
"optional": true,
|
|
11845
|
+
"type": {
|
|
11846
|
+
"text": "number"
|
|
11847
|
+
}
|
|
11848
|
+
}
|
|
11849
|
+
],
|
|
11850
|
+
"description": "Increments the passed in date part"
|
|
11851
|
+
},
|
|
11852
|
+
{
|
|
11853
|
+
"kind": "method",
|
|
11854
|
+
"name": "stepDown",
|
|
11855
|
+
"privacy": "public",
|
|
11856
|
+
"return": {
|
|
11857
|
+
"type": {
|
|
11858
|
+
"text": "void"
|
|
11859
|
+
}
|
|
11860
|
+
},
|
|
11861
|
+
"parameters": [
|
|
11862
|
+
{
|
|
11863
|
+
"name": "datePart",
|
|
11864
|
+
"optional": true,
|
|
11865
|
+
"type": {
|
|
11866
|
+
"text": "DatePart"
|
|
11867
|
+
}
|
|
11868
|
+
},
|
|
11869
|
+
{
|
|
11870
|
+
"name": "delta",
|
|
11871
|
+
"optional": true,
|
|
11872
|
+
"type": {
|
|
11873
|
+
"text": "number"
|
|
11874
|
+
}
|
|
11875
|
+
}
|
|
11876
|
+
],
|
|
11877
|
+
"description": "Decrements the passed in date part"
|
|
11878
|
+
},
|
|
11879
|
+
{
|
|
11880
|
+
"kind": "method",
|
|
11881
|
+
"name": "select",
|
|
11882
|
+
"privacy": "public",
|
|
11883
|
+
"return": {
|
|
11884
|
+
"type": {
|
|
11885
|
+
"text": "void"
|
|
11886
|
+
}
|
|
11887
|
+
},
|
|
11888
|
+
"description": "Selects the text in the input of the component"
|
|
11889
|
+
},
|
|
11890
|
+
{
|
|
11891
|
+
"kind": "method",
|
|
11892
|
+
"name": "setSelectionRange",
|
|
11893
|
+
"privacy": "public",
|
|
11894
|
+
"return": {
|
|
11895
|
+
"type": {
|
|
11896
|
+
"text": "void"
|
|
11897
|
+
}
|
|
11898
|
+
},
|
|
11899
|
+
"parameters": [
|
|
11900
|
+
{
|
|
11901
|
+
"name": "start",
|
|
11902
|
+
"type": {
|
|
11903
|
+
"text": "number"
|
|
11904
|
+
}
|
|
11905
|
+
},
|
|
11906
|
+
{
|
|
11907
|
+
"name": "end",
|
|
11908
|
+
"type": {
|
|
11909
|
+
"text": "number"
|
|
11910
|
+
}
|
|
11911
|
+
},
|
|
11912
|
+
{
|
|
11913
|
+
"name": "direction",
|
|
11914
|
+
"optional": true,
|
|
11915
|
+
"type": {
|
|
11916
|
+
"text": "'none' | 'backward' | 'forward'"
|
|
11917
|
+
}
|
|
11918
|
+
}
|
|
11919
|
+
],
|
|
11920
|
+
"description": "Sets the text selection range in the input of the component"
|
|
11921
|
+
},
|
|
11922
|
+
{
|
|
11923
|
+
"kind": "method",
|
|
11924
|
+
"name": "setRangeText",
|
|
11925
|
+
"privacy": "public",
|
|
11926
|
+
"return": {
|
|
11927
|
+
"type": {
|
|
11928
|
+
"text": "void"
|
|
11929
|
+
}
|
|
11930
|
+
},
|
|
11931
|
+
"parameters": [
|
|
11932
|
+
{
|
|
11933
|
+
"name": "replacement",
|
|
11934
|
+
"type": {
|
|
11935
|
+
"text": "string"
|
|
11936
|
+
}
|
|
11937
|
+
},
|
|
11938
|
+
{
|
|
11939
|
+
"name": "start",
|
|
11940
|
+
"type": {
|
|
11941
|
+
"text": "number"
|
|
11942
|
+
}
|
|
11943
|
+
},
|
|
11944
|
+
{
|
|
11945
|
+
"name": "end",
|
|
11946
|
+
"type": {
|
|
11947
|
+
"text": "number"
|
|
11948
|
+
}
|
|
11949
|
+
},
|
|
11950
|
+
{
|
|
11951
|
+
"name": "mode",
|
|
11952
|
+
"optional": true,
|
|
11953
|
+
"type": {
|
|
11954
|
+
"text": "'select' | 'start' | 'end' | 'preserve'"
|
|
11955
|
+
}
|
|
11956
|
+
}
|
|
11957
|
+
]
|
|
11958
|
+
},
|
|
11959
|
+
{
|
|
11960
|
+
"kind": "method",
|
|
11961
|
+
"name": "onEscapeKey",
|
|
11962
|
+
"privacy": "protected"
|
|
11963
|
+
},
|
|
11964
|
+
{
|
|
11965
|
+
"kind": "method",
|
|
11966
|
+
"name": "handleFocusIn",
|
|
11967
|
+
"privacy": "protected"
|
|
11968
|
+
},
|
|
11969
|
+
{
|
|
11970
|
+
"kind": "method",
|
|
11971
|
+
"name": "handleFocusOut",
|
|
11972
|
+
"privacy": "protected",
|
|
11973
|
+
"parameters": [
|
|
11974
|
+
{
|
|
11975
|
+
"name": "{ relatedTarget }",
|
|
11976
|
+
"type": {
|
|
11977
|
+
"text": "FocusEvent"
|
|
11978
|
+
}
|
|
11979
|
+
}
|
|
11980
|
+
]
|
|
11981
|
+
},
|
|
11982
|
+
{
|
|
11983
|
+
"kind": "method",
|
|
11984
|
+
"name": "handlerCalendarIconSlotPointerDown",
|
|
11985
|
+
"privacy": "protected",
|
|
11986
|
+
"parameters": [
|
|
11987
|
+
{
|
|
11988
|
+
"name": "event",
|
|
11989
|
+
"type": {
|
|
11990
|
+
"text": "PointerEvent"
|
|
11991
|
+
}
|
|
11992
|
+
}
|
|
11993
|
+
]
|
|
11994
|
+
},
|
|
11995
|
+
{
|
|
11996
|
+
"kind": "method",
|
|
11997
|
+
"name": "handleInputClick",
|
|
11998
|
+
"privacy": "protected",
|
|
11999
|
+
"parameters": [
|
|
12000
|
+
{
|
|
12001
|
+
"name": "event",
|
|
12002
|
+
"type": {
|
|
12003
|
+
"text": "Event"
|
|
12004
|
+
}
|
|
12005
|
+
}
|
|
12006
|
+
]
|
|
12007
|
+
},
|
|
12008
|
+
{
|
|
12009
|
+
"kind": "method",
|
|
12010
|
+
"name": "handleAnchorClick",
|
|
12011
|
+
"privacy": "protected",
|
|
12012
|
+
"inheritedFrom": {
|
|
12013
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12014
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12015
|
+
}
|
|
12016
|
+
},
|
|
12017
|
+
{
|
|
12018
|
+
"kind": "method",
|
|
12019
|
+
"name": "_shouldCloseCalendarDropdown",
|
|
12020
|
+
"privacy": "private"
|
|
12021
|
+
},
|
|
12022
|
+
{
|
|
12023
|
+
"kind": "method",
|
|
12024
|
+
"name": "handleInputChangeEvent",
|
|
12025
|
+
"privacy": "protected",
|
|
12026
|
+
"parameters": [
|
|
12027
|
+
{
|
|
12028
|
+
"name": "event",
|
|
12029
|
+
"type": {
|
|
12030
|
+
"text": "CustomEvent<Date>"
|
|
12031
|
+
}
|
|
12032
|
+
}
|
|
12033
|
+
]
|
|
12034
|
+
},
|
|
12035
|
+
{
|
|
12036
|
+
"kind": "method",
|
|
12037
|
+
"name": "handleCalendarChangeEvent",
|
|
12038
|
+
"privacy": "protected",
|
|
12039
|
+
"parameters": [
|
|
12040
|
+
{
|
|
12041
|
+
"name": "event",
|
|
12042
|
+
"type": {
|
|
12043
|
+
"text": "CustomEvent<Date>"
|
|
12044
|
+
}
|
|
12045
|
+
}
|
|
12046
|
+
]
|
|
12047
|
+
},
|
|
12048
|
+
{
|
|
12049
|
+
"kind": "method",
|
|
12050
|
+
"name": "handleInputEvent",
|
|
12051
|
+
"privacy": "protected",
|
|
12052
|
+
"parameters": [
|
|
12053
|
+
{
|
|
12054
|
+
"name": "event",
|
|
12055
|
+
"type": {
|
|
12056
|
+
"text": "CustomEvent<Date>"
|
|
12057
|
+
}
|
|
12058
|
+
}
|
|
12059
|
+
]
|
|
12060
|
+
},
|
|
12061
|
+
{
|
|
12062
|
+
"kind": "method",
|
|
12063
|
+
"name": "handleClosing",
|
|
12064
|
+
"privacy": "protected"
|
|
12065
|
+
},
|
|
12066
|
+
{
|
|
12067
|
+
"kind": "method",
|
|
12068
|
+
"name": "handleDialogClosing",
|
|
12069
|
+
"privacy": "protected",
|
|
12070
|
+
"parameters": [
|
|
12071
|
+
{
|
|
12072
|
+
"name": "event",
|
|
12073
|
+
"type": {
|
|
12074
|
+
"text": "Event"
|
|
12075
|
+
}
|
|
12076
|
+
}
|
|
12077
|
+
]
|
|
12078
|
+
},
|
|
12079
|
+
{
|
|
12080
|
+
"kind": "method",
|
|
12081
|
+
"name": "handleDialogClosed",
|
|
12082
|
+
"privacy": "protected",
|
|
12083
|
+
"parameters": [
|
|
12084
|
+
{
|
|
12085
|
+
"name": "event",
|
|
12086
|
+
"type": {
|
|
12087
|
+
"text": "Event"
|
|
12088
|
+
}
|
|
12089
|
+
}
|
|
12090
|
+
]
|
|
12091
|
+
},
|
|
12092
|
+
{
|
|
12093
|
+
"kind": "method",
|
|
12094
|
+
"name": "setDateConstraints",
|
|
12095
|
+
"privacy": "private"
|
|
12096
|
+
},
|
|
12097
|
+
{
|
|
12098
|
+
"kind": "method",
|
|
12099
|
+
"name": "renderClearIcon",
|
|
12100
|
+
"privacy": "private"
|
|
12101
|
+
},
|
|
12102
|
+
{
|
|
12103
|
+
"kind": "method",
|
|
12104
|
+
"name": "renderCalendarIcon",
|
|
12105
|
+
"privacy": "private"
|
|
12106
|
+
},
|
|
12107
|
+
{
|
|
12108
|
+
"kind": "method",
|
|
12109
|
+
"name": "renderCalendar",
|
|
12110
|
+
"privacy": "private",
|
|
12111
|
+
"parameters": [
|
|
12112
|
+
{
|
|
12113
|
+
"name": "id",
|
|
12114
|
+
"type": {
|
|
12115
|
+
"text": "string"
|
|
12116
|
+
}
|
|
12117
|
+
}
|
|
12118
|
+
]
|
|
12119
|
+
},
|
|
12120
|
+
{
|
|
12121
|
+
"kind": "method",
|
|
12122
|
+
"name": "renderActions",
|
|
12123
|
+
"privacy": "protected"
|
|
12124
|
+
},
|
|
12125
|
+
{
|
|
12126
|
+
"kind": "method",
|
|
12127
|
+
"name": "renderPicker",
|
|
12128
|
+
"privacy": "protected",
|
|
12129
|
+
"parameters": [
|
|
12130
|
+
{
|
|
12131
|
+
"name": "id",
|
|
12132
|
+
"type": {
|
|
12133
|
+
"text": "string"
|
|
12134
|
+
}
|
|
12135
|
+
}
|
|
12136
|
+
]
|
|
12137
|
+
},
|
|
12138
|
+
{
|
|
12139
|
+
"kind": "method",
|
|
12140
|
+
"name": "renderLabel",
|
|
12141
|
+
"privacy": "private",
|
|
12142
|
+
"parameters": [
|
|
12143
|
+
{
|
|
12144
|
+
"name": "id",
|
|
12145
|
+
"type": {
|
|
12146
|
+
"text": "string"
|
|
12147
|
+
}
|
|
12148
|
+
}
|
|
12149
|
+
]
|
|
12150
|
+
},
|
|
12151
|
+
{
|
|
12152
|
+
"kind": "method",
|
|
12153
|
+
"name": "renderHelperText",
|
|
12154
|
+
"privacy": "private"
|
|
12155
|
+
},
|
|
12156
|
+
{
|
|
12157
|
+
"kind": "method",
|
|
12158
|
+
"name": "renderInput",
|
|
12159
|
+
"privacy": "protected",
|
|
12160
|
+
"parameters": [
|
|
12161
|
+
{
|
|
12162
|
+
"name": "id",
|
|
12163
|
+
"type": {
|
|
12164
|
+
"text": "string"
|
|
12165
|
+
}
|
|
12166
|
+
}
|
|
12167
|
+
]
|
|
12168
|
+
},
|
|
12169
|
+
{
|
|
12170
|
+
"kind": "field",
|
|
12171
|
+
"name": "required",
|
|
12172
|
+
"type": {
|
|
12173
|
+
"text": "boolean"
|
|
12174
|
+
},
|
|
12175
|
+
"privacy": "public",
|
|
12176
|
+
"default": "false",
|
|
12177
|
+
"description": "Makes the control a required field in a form context.",
|
|
12178
|
+
"attribute": "required",
|
|
12179
|
+
"reflects": true,
|
|
12180
|
+
"inheritedFrom": {
|
|
12181
|
+
"name": "FormAssociatedRequiredMixin",
|
|
12182
|
+
"module": "src/components/common/mixins/form-associated-required.ts"
|
|
12183
|
+
}
|
|
12184
|
+
},
|
|
12185
|
+
{
|
|
12186
|
+
"kind": "method",
|
|
12187
|
+
"name": "requiredChange",
|
|
12188
|
+
"privacy": "protected",
|
|
12189
|
+
"inheritedFrom": {
|
|
12190
|
+
"name": "FormAssociatedRequiredMixin",
|
|
12191
|
+
"module": "src/components/common/mixins/form-associated-required.ts"
|
|
12192
|
+
}
|
|
12193
|
+
},
|
|
12194
|
+
{
|
|
12195
|
+
"kind": "field",
|
|
12196
|
+
"name": "formAssociated",
|
|
12197
|
+
"type": {
|
|
12198
|
+
"text": "boolean"
|
|
12199
|
+
},
|
|
12200
|
+
"privacy": "public",
|
|
12201
|
+
"static": true,
|
|
12202
|
+
"readonly": true,
|
|
12203
|
+
"default": "true",
|
|
12204
|
+
"inheritedFrom": {
|
|
12205
|
+
"name": "FormAssociatedMixin",
|
|
12206
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12207
|
+
}
|
|
12208
|
+
},
|
|
12209
|
+
{
|
|
12210
|
+
"kind": "field",
|
|
12211
|
+
"name": "__internals",
|
|
12212
|
+
"type": {
|
|
12213
|
+
"text": "ElementInternals"
|
|
12214
|
+
},
|
|
12215
|
+
"privacy": "private",
|
|
12216
|
+
"inheritedFrom": {
|
|
12217
|
+
"name": "FormAssociatedMixin",
|
|
12218
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12219
|
+
}
|
|
12220
|
+
},
|
|
12221
|
+
{
|
|
12222
|
+
"kind": "field",
|
|
12223
|
+
"name": "_disabled",
|
|
12224
|
+
"type": {
|
|
12225
|
+
"text": "boolean"
|
|
12226
|
+
},
|
|
12227
|
+
"privacy": "protected",
|
|
12228
|
+
"default": "false",
|
|
12229
|
+
"inheritedFrom": {
|
|
12230
|
+
"name": "FormAssociatedMixin",
|
|
12231
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12232
|
+
}
|
|
12233
|
+
},
|
|
12234
|
+
{
|
|
12235
|
+
"kind": "field",
|
|
12236
|
+
"name": "_invalid",
|
|
12237
|
+
"type": {
|
|
12238
|
+
"text": "boolean"
|
|
12239
|
+
},
|
|
12240
|
+
"privacy": "protected",
|
|
12241
|
+
"default": "false",
|
|
12242
|
+
"inheritedFrom": {
|
|
12243
|
+
"name": "FormAssociatedMixin",
|
|
12244
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12245
|
+
}
|
|
12246
|
+
},
|
|
12247
|
+
{
|
|
12248
|
+
"kind": "field",
|
|
12249
|
+
"name": "_dirty",
|
|
12250
|
+
"type": {
|
|
12251
|
+
"text": "boolean"
|
|
12252
|
+
},
|
|
12253
|
+
"privacy": "protected",
|
|
12254
|
+
"default": "false",
|
|
12255
|
+
"inheritedFrom": {
|
|
12256
|
+
"name": "FormAssociatedMixin",
|
|
12257
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12258
|
+
}
|
|
12259
|
+
},
|
|
12260
|
+
{
|
|
12261
|
+
"kind": "field",
|
|
12262
|
+
"name": "_defaultValue",
|
|
12263
|
+
"type": {
|
|
12264
|
+
"text": "unknown"
|
|
12265
|
+
},
|
|
12266
|
+
"privacy": "protected",
|
|
12267
|
+
"description": "The default value of the control at \"creation\" time.",
|
|
12268
|
+
"inheritedFrom": {
|
|
12269
|
+
"name": "FormAssociatedMixin",
|
|
12270
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12271
|
+
}
|
|
12272
|
+
},
|
|
12273
|
+
{
|
|
12274
|
+
"kind": "field",
|
|
12275
|
+
"name": "name",
|
|
12276
|
+
"type": {
|
|
12277
|
+
"text": "string"
|
|
12278
|
+
},
|
|
12279
|
+
"privacy": "public",
|
|
12280
|
+
"description": "The name attribute of the control.",
|
|
12281
|
+
"attribute": "name",
|
|
12282
|
+
"reflects": true,
|
|
12283
|
+
"inheritedFrom": {
|
|
12284
|
+
"name": "FormAssociatedMixin",
|
|
12285
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12286
|
+
}
|
|
12287
|
+
},
|
|
12288
|
+
{
|
|
12289
|
+
"kind": "field",
|
|
12290
|
+
"name": "form",
|
|
12291
|
+
"type": {
|
|
12292
|
+
"text": "HTMLFormElement | null"
|
|
12293
|
+
},
|
|
12294
|
+
"privacy": "public",
|
|
12295
|
+
"description": "Returns the HTMLFormElement associated with this element.",
|
|
12296
|
+
"readonly": true,
|
|
12297
|
+
"inheritedFrom": {
|
|
12298
|
+
"name": "FormAssociatedMixin",
|
|
12299
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12300
|
+
}
|
|
12301
|
+
},
|
|
12302
|
+
{
|
|
12303
|
+
"kind": "field",
|
|
12304
|
+
"name": "validity",
|
|
12305
|
+
"type": {
|
|
12306
|
+
"text": "ValidityState"
|
|
12307
|
+
},
|
|
12308
|
+
"privacy": "public",
|
|
12309
|
+
"description": "Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.",
|
|
12310
|
+
"readonly": true,
|
|
12311
|
+
"inheritedFrom": {
|
|
12312
|
+
"name": "FormAssociatedMixin",
|
|
12313
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12314
|
+
}
|
|
12315
|
+
},
|
|
12316
|
+
{
|
|
12317
|
+
"kind": "field",
|
|
12318
|
+
"name": "validationMessage",
|
|
12319
|
+
"type": {
|
|
12320
|
+
"text": "string"
|
|
12321
|
+
},
|
|
12322
|
+
"privacy": "public",
|
|
12323
|
+
"description": "A string containing the validation message of this element.",
|
|
12324
|
+
"readonly": true,
|
|
12325
|
+
"inheritedFrom": {
|
|
12326
|
+
"name": "FormAssociatedMixin",
|
|
12327
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12328
|
+
}
|
|
12329
|
+
},
|
|
12330
|
+
{
|
|
12331
|
+
"kind": "field",
|
|
12332
|
+
"name": "willValidate",
|
|
12333
|
+
"type": {
|
|
12334
|
+
"text": "boolean"
|
|
12335
|
+
},
|
|
12336
|
+
"privacy": "public",
|
|
12337
|
+
"description": "A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.",
|
|
12338
|
+
"readonly": true,
|
|
12339
|
+
"inheritedFrom": {
|
|
12340
|
+
"name": "FormAssociatedMixin",
|
|
12341
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12342
|
+
}
|
|
12343
|
+
},
|
|
12344
|
+
{
|
|
12345
|
+
"kind": "field",
|
|
12346
|
+
"name": "disabled",
|
|
12347
|
+
"privacy": "public",
|
|
12348
|
+
"description": "The disabled state of the component",
|
|
12349
|
+
"default": "false",
|
|
12350
|
+
"attribute": "disabled",
|
|
12351
|
+
"type": {
|
|
12352
|
+
"text": "boolean"
|
|
12353
|
+
},
|
|
12354
|
+
"reflects": true,
|
|
12355
|
+
"inheritedFrom": {
|
|
12356
|
+
"name": "FormAssociatedMixin",
|
|
12357
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12358
|
+
}
|
|
12359
|
+
},
|
|
12360
|
+
{
|
|
12361
|
+
"kind": "field",
|
|
12362
|
+
"name": "invalid",
|
|
12363
|
+
"privacy": "public",
|
|
12364
|
+
"description": "Control the validity of the control.",
|
|
12365
|
+
"default": "false",
|
|
12366
|
+
"attribute": "invalid",
|
|
12367
|
+
"type": {
|
|
12368
|
+
"text": "boolean"
|
|
12369
|
+
},
|
|
12370
|
+
"reflects": true,
|
|
12371
|
+
"inheritedFrom": {
|
|
12372
|
+
"name": "FormAssociatedMixin",
|
|
12373
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12374
|
+
}
|
|
12375
|
+
},
|
|
12376
|
+
{
|
|
12377
|
+
"kind": "method",
|
|
12378
|
+
"name": "setDefaultValue",
|
|
12379
|
+
"privacy": "protected",
|
|
12380
|
+
"description": "Saves the initial value/checked state of the control.\n\nCalled on connectedCallback.",
|
|
12381
|
+
"inheritedFrom": {
|
|
12382
|
+
"name": "FormAssociatedMixin",
|
|
12383
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12384
|
+
}
|
|
12385
|
+
},
|
|
12386
|
+
{
|
|
12387
|
+
"kind": "method",
|
|
12388
|
+
"name": "restoreDefaultValue",
|
|
12389
|
+
"privacy": "protected",
|
|
12390
|
+
"description": "Called when the parent form is reset.\n\nRestores the initially bound value/checked state of the control.",
|
|
12391
|
+
"inheritedFrom": {
|
|
12392
|
+
"name": "FormAssociatedMixin",
|
|
12393
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12394
|
+
}
|
|
12395
|
+
},
|
|
12396
|
+
{
|
|
12397
|
+
"kind": "field",
|
|
12398
|
+
"name": "handleInvalid",
|
|
12399
|
+
"privacy": "protected",
|
|
12400
|
+
"inheritedFrom": {
|
|
12401
|
+
"name": "FormAssociatedMixin",
|
|
12402
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12403
|
+
}
|
|
12404
|
+
},
|
|
12405
|
+
{
|
|
12406
|
+
"kind": "method",
|
|
12407
|
+
"name": "setFormValue",
|
|
12408
|
+
"privacy": "protected",
|
|
12409
|
+
"parameters": [
|
|
12410
|
+
{
|
|
12411
|
+
"name": "value",
|
|
12412
|
+
"type": {
|
|
12413
|
+
"text": "string | File | FormData | null"
|
|
12414
|
+
}
|
|
12415
|
+
},
|
|
12416
|
+
{
|
|
12417
|
+
"name": "state",
|
|
12418
|
+
"optional": true,
|
|
12419
|
+
"type": {
|
|
12420
|
+
"text": "string | File | FormData | null | undefined"
|
|
12421
|
+
}
|
|
12422
|
+
}
|
|
12423
|
+
],
|
|
12424
|
+
"inheritedFrom": {
|
|
12425
|
+
"name": "FormAssociatedMixin",
|
|
12426
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12427
|
+
}
|
|
12428
|
+
},
|
|
12429
|
+
{
|
|
12430
|
+
"kind": "method",
|
|
12431
|
+
"name": "setValidity",
|
|
12432
|
+
"privacy": "protected",
|
|
12433
|
+
"parameters": [
|
|
12434
|
+
{
|
|
12435
|
+
"name": "flags",
|
|
12436
|
+
"optional": true,
|
|
12437
|
+
"type": {
|
|
12438
|
+
"text": "ValidityStateFlags | undefined"
|
|
12439
|
+
}
|
|
12440
|
+
},
|
|
12441
|
+
{
|
|
12442
|
+
"name": "message",
|
|
12443
|
+
"optional": true,
|
|
12444
|
+
"type": {
|
|
12445
|
+
"text": "string | undefined"
|
|
12446
|
+
}
|
|
12447
|
+
},
|
|
12448
|
+
{
|
|
12449
|
+
"name": "anchor",
|
|
12450
|
+
"optional": true,
|
|
12451
|
+
"type": {
|
|
12452
|
+
"text": "HTMLElement | undefined"
|
|
12453
|
+
}
|
|
12454
|
+
}
|
|
12455
|
+
],
|
|
12456
|
+
"inheritedFrom": {
|
|
12457
|
+
"name": "FormAssociatedMixin",
|
|
12458
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12459
|
+
}
|
|
12460
|
+
},
|
|
12461
|
+
{
|
|
12462
|
+
"kind": "method",
|
|
12463
|
+
"name": "formResetCallback",
|
|
12464
|
+
"privacy": "protected",
|
|
12465
|
+
"inheritedFrom": {
|
|
12466
|
+
"name": "FormAssociatedMixin",
|
|
12467
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12468
|
+
}
|
|
12469
|
+
},
|
|
12470
|
+
{
|
|
12471
|
+
"kind": "method",
|
|
12472
|
+
"name": "formDisabledCallback",
|
|
12473
|
+
"privacy": "protected",
|
|
12474
|
+
"parameters": [
|
|
12475
|
+
{
|
|
12476
|
+
"name": "state",
|
|
12477
|
+
"type": {
|
|
12478
|
+
"text": "boolean"
|
|
12479
|
+
}
|
|
12480
|
+
}
|
|
12481
|
+
],
|
|
12482
|
+
"inheritedFrom": {
|
|
12483
|
+
"name": "FormAssociatedMixin",
|
|
12484
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12485
|
+
}
|
|
12486
|
+
},
|
|
12487
|
+
{
|
|
12488
|
+
"kind": "method",
|
|
12489
|
+
"name": "updateValidity",
|
|
12490
|
+
"privacy": "protected",
|
|
12491
|
+
"parameters": [
|
|
12492
|
+
{
|
|
12493
|
+
"name": "message",
|
|
12494
|
+
"optional": true,
|
|
12495
|
+
"type": {
|
|
12496
|
+
"text": "string"
|
|
12497
|
+
}
|
|
12498
|
+
}
|
|
12499
|
+
],
|
|
12500
|
+
"description": "Executes the component validators and updates the internal validity state.",
|
|
12501
|
+
"inheritedFrom": {
|
|
12502
|
+
"name": "FormAssociatedMixin",
|
|
12503
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12504
|
+
}
|
|
12505
|
+
},
|
|
12506
|
+
{
|
|
12507
|
+
"kind": "method",
|
|
12508
|
+
"name": "setInvalidState",
|
|
12509
|
+
"privacy": "protected",
|
|
12510
|
+
"description": "Applies the FormAssociatedElementInterface.invalid| `invalid` attribute on the control and the associated styles\nif the element has completed the first update cycle or it has been interacted with by the user.\n\nUsually, it should be called after FormAssociatedElementInterface.updateValidity| `updateValidity()`",
|
|
12511
|
+
"inheritedFrom": {
|
|
12512
|
+
"name": "FormAssociatedMixin",
|
|
12513
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12514
|
+
}
|
|
12515
|
+
},
|
|
12516
|
+
{
|
|
12517
|
+
"kind": "method",
|
|
12518
|
+
"name": "reportValidity",
|
|
12519
|
+
"privacy": "public",
|
|
12520
|
+
"description": "Checks for validity of the control and shows the browser message if it invalid.",
|
|
12521
|
+
"inheritedFrom": {
|
|
12522
|
+
"name": "FormAssociatedMixin",
|
|
12523
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12524
|
+
}
|
|
12525
|
+
},
|
|
12526
|
+
{
|
|
12527
|
+
"kind": "method",
|
|
12528
|
+
"name": "checkValidity",
|
|
12529
|
+
"privacy": "public",
|
|
12530
|
+
"description": "Checks for validity of the control and emits the invalid event if it invalid.",
|
|
12531
|
+
"inheritedFrom": {
|
|
12532
|
+
"name": "FormAssociatedMixin",
|
|
12533
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12534
|
+
}
|
|
12535
|
+
},
|
|
12536
|
+
{
|
|
12537
|
+
"kind": "method",
|
|
12538
|
+
"name": "setCustomValidity",
|
|
12539
|
+
"privacy": "public",
|
|
12540
|
+
"parameters": [
|
|
12541
|
+
{
|
|
12542
|
+
"name": "message",
|
|
12543
|
+
"type": {
|
|
12544
|
+
"text": "string"
|
|
12545
|
+
}
|
|
12546
|
+
}
|
|
12547
|
+
],
|
|
12548
|
+
"description": "Sets a custom validation message for the control.\nAs long as `message` is not empty, the control is considered invalid.",
|
|
12549
|
+
"inheritedFrom": {
|
|
12550
|
+
"name": "FormAssociatedMixin",
|
|
12551
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
12552
|
+
}
|
|
12553
|
+
},
|
|
12554
|
+
{
|
|
12555
|
+
"kind": "method",
|
|
12556
|
+
"name": "addEventListener",
|
|
12557
|
+
"privacy": "public",
|
|
12558
|
+
"return": {
|
|
12559
|
+
"type": {
|
|
12560
|
+
"text": "void"
|
|
12561
|
+
}
|
|
12562
|
+
},
|
|
12563
|
+
"parameters": [
|
|
12564
|
+
{
|
|
12565
|
+
"name": "type",
|
|
12566
|
+
"type": {
|
|
12567
|
+
"text": "K"
|
|
12568
|
+
}
|
|
12569
|
+
},
|
|
12570
|
+
{
|
|
12571
|
+
"name": "listener",
|
|
12572
|
+
"type": {
|
|
12573
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
12574
|
+
}
|
|
12575
|
+
},
|
|
12576
|
+
{
|
|
12577
|
+
"name": "options",
|
|
12578
|
+
"optional": true,
|
|
12579
|
+
"type": {
|
|
12580
|
+
"text": "boolean | AddEventListenerOptions"
|
|
12581
|
+
}
|
|
12582
|
+
}
|
|
12583
|
+
],
|
|
12584
|
+
"inheritedFrom": {
|
|
12585
|
+
"name": "EventEmitterMixin",
|
|
12586
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
12587
|
+
}
|
|
12588
|
+
},
|
|
12589
|
+
{
|
|
12590
|
+
"kind": "method",
|
|
12591
|
+
"name": "removeEventListener",
|
|
12592
|
+
"privacy": "public",
|
|
12593
|
+
"return": {
|
|
12594
|
+
"type": {
|
|
12595
|
+
"text": "void"
|
|
12596
|
+
}
|
|
12597
|
+
},
|
|
12598
|
+
"parameters": [
|
|
12599
|
+
{
|
|
12600
|
+
"name": "type",
|
|
12601
|
+
"type": {
|
|
12602
|
+
"text": "K"
|
|
12603
|
+
}
|
|
12604
|
+
},
|
|
12605
|
+
{
|
|
12606
|
+
"name": "listener",
|
|
12607
|
+
"type": {
|
|
12608
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
12609
|
+
}
|
|
12610
|
+
},
|
|
12611
|
+
{
|
|
12612
|
+
"name": "options",
|
|
12613
|
+
"optional": true,
|
|
12614
|
+
"type": {
|
|
12615
|
+
"text": "boolean | EventListenerOptions"
|
|
12616
|
+
}
|
|
12617
|
+
}
|
|
12618
|
+
],
|
|
12619
|
+
"inheritedFrom": {
|
|
12620
|
+
"name": "EventEmitterMixin",
|
|
12621
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
12622
|
+
}
|
|
12623
|
+
},
|
|
12624
|
+
{
|
|
12625
|
+
"kind": "method",
|
|
12626
|
+
"name": "emitEvent",
|
|
12627
|
+
"type": {
|
|
12628
|
+
"text": "<\n K extends keyof IgcBaseComboBoxEventMap,\n D extends UnpackCustomEvent<IgcBaseComboBoxEventMap[K]>,\n >(\n event: K,\n eventInitDict?: CustomEventInit<D>\n ) => boolean"
|
|
12629
|
+
},
|
|
12630
|
+
"privacy": "public",
|
|
12631
|
+
"return": {
|
|
12632
|
+
"type": {
|
|
12633
|
+
"text": "boolean"
|
|
12634
|
+
}
|
|
12635
|
+
},
|
|
12636
|
+
"parameters": [
|
|
12637
|
+
{
|
|
12638
|
+
"name": "type",
|
|
12639
|
+
"type": {
|
|
12640
|
+
"text": "K"
|
|
12641
|
+
}
|
|
12642
|
+
},
|
|
12643
|
+
{
|
|
12644
|
+
"name": "eventInitDict",
|
|
12645
|
+
"optional": true,
|
|
12646
|
+
"type": {
|
|
12647
|
+
"text": "CustomEventInit<D>"
|
|
12648
|
+
}
|
|
12649
|
+
}
|
|
12650
|
+
],
|
|
12651
|
+
"inheritedFrom": {
|
|
12652
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12653
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12654
|
+
}
|
|
12655
|
+
},
|
|
12656
|
+
{
|
|
12657
|
+
"kind": "field",
|
|
12658
|
+
"name": "keepOpenOnSelect",
|
|
12659
|
+
"type": {
|
|
12660
|
+
"text": "boolean"
|
|
12661
|
+
},
|
|
12662
|
+
"privacy": "public",
|
|
12663
|
+
"default": "false",
|
|
12664
|
+
"description": "Whether the component dropdown should be kept open on selection.",
|
|
12665
|
+
"attribute": "keep-open-on-select",
|
|
12666
|
+
"reflects": true,
|
|
12667
|
+
"inheritedFrom": {
|
|
12668
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12669
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12670
|
+
}
|
|
12671
|
+
},
|
|
12672
|
+
{
|
|
12673
|
+
"kind": "field",
|
|
12674
|
+
"name": "keepOpenOnOutsideClick",
|
|
12675
|
+
"type": {
|
|
12676
|
+
"text": "boolean"
|
|
12677
|
+
},
|
|
12678
|
+
"privacy": "public",
|
|
12679
|
+
"default": "false",
|
|
12680
|
+
"description": "Whether the component dropdown should be kept open on clicking outside of it.",
|
|
12681
|
+
"attribute": "keep-open-on-outside-click",
|
|
12682
|
+
"reflects": true,
|
|
12683
|
+
"inheritedFrom": {
|
|
12684
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12685
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12686
|
+
}
|
|
12687
|
+
},
|
|
12688
|
+
{
|
|
12689
|
+
"kind": "method",
|
|
12690
|
+
"name": "emitClosing",
|
|
12691
|
+
"privacy": "protected",
|
|
12692
|
+
"inheritedFrom": {
|
|
12693
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12694
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12695
|
+
}
|
|
12696
|
+
},
|
|
12697
|
+
{
|
|
12698
|
+
"kind": "method",
|
|
12699
|
+
"name": "emitClosed",
|
|
12700
|
+
"privacy": "protected",
|
|
12701
|
+
"inheritedFrom": {
|
|
12702
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12703
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12704
|
+
}
|
|
12705
|
+
},
|
|
12706
|
+
{
|
|
12707
|
+
"kind": "method",
|
|
12708
|
+
"name": "emitOpening",
|
|
12709
|
+
"privacy": "protected",
|
|
12710
|
+
"inheritedFrom": {
|
|
12711
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12712
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12713
|
+
}
|
|
12714
|
+
},
|
|
12715
|
+
{
|
|
12716
|
+
"kind": "method",
|
|
12717
|
+
"name": "emitOpened",
|
|
12718
|
+
"privacy": "protected",
|
|
12719
|
+
"inheritedFrom": {
|
|
12720
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12721
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12722
|
+
}
|
|
12723
|
+
},
|
|
12724
|
+
{
|
|
12725
|
+
"kind": "method",
|
|
12726
|
+
"name": "_hide",
|
|
12727
|
+
"privacy": "protected",
|
|
12728
|
+
"parameters": [
|
|
12729
|
+
{
|
|
12730
|
+
"name": "emitEvent",
|
|
12731
|
+
"default": "false"
|
|
12732
|
+
}
|
|
12733
|
+
],
|
|
12734
|
+
"inheritedFrom": {
|
|
12735
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12736
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12737
|
+
}
|
|
12738
|
+
},
|
|
12739
|
+
{
|
|
12740
|
+
"kind": "method",
|
|
12741
|
+
"name": "_show",
|
|
12742
|
+
"privacy": "protected",
|
|
12743
|
+
"parameters": [
|
|
12744
|
+
{
|
|
12745
|
+
"name": "emitEvent",
|
|
12746
|
+
"default": "false"
|
|
12747
|
+
}
|
|
12748
|
+
],
|
|
12749
|
+
"inheritedFrom": {
|
|
12750
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12751
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12752
|
+
}
|
|
12753
|
+
},
|
|
12754
|
+
{
|
|
12755
|
+
"kind": "method",
|
|
12756
|
+
"name": "show",
|
|
12757
|
+
"privacy": "public",
|
|
12758
|
+
"description": "Shows the component.",
|
|
12759
|
+
"inheritedFrom": {
|
|
12760
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12761
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12762
|
+
}
|
|
12763
|
+
},
|
|
12764
|
+
{
|
|
12765
|
+
"kind": "method",
|
|
12766
|
+
"name": "hide",
|
|
12767
|
+
"privacy": "public",
|
|
12768
|
+
"description": "Hides the component.",
|
|
12769
|
+
"inheritedFrom": {
|
|
12770
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12771
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12772
|
+
}
|
|
12773
|
+
},
|
|
12774
|
+
{
|
|
12775
|
+
"kind": "method",
|
|
12776
|
+
"name": "toggle",
|
|
12777
|
+
"privacy": "public",
|
|
12778
|
+
"description": "Toggles the open state of the component.",
|
|
12779
|
+
"inheritedFrom": {
|
|
12780
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12781
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12782
|
+
}
|
|
12783
|
+
}
|
|
12784
|
+
],
|
|
12785
|
+
"events": [
|
|
12786
|
+
{
|
|
12787
|
+
"description": "Emitted just before the calendar dropdown is shown.",
|
|
12788
|
+
"name": "igcOpening"
|
|
12789
|
+
},
|
|
12790
|
+
{
|
|
12791
|
+
"description": "Emitted after the calendar dropdown is shown.",
|
|
12792
|
+
"name": "igcOpened"
|
|
12793
|
+
},
|
|
12794
|
+
{
|
|
12795
|
+
"description": "Emitted just before the calendar dropdown is hidden.",
|
|
12796
|
+
"name": "igcClosing"
|
|
12797
|
+
},
|
|
12798
|
+
{
|
|
12799
|
+
"description": "Emitted after the calendar dropdown is hidden.",
|
|
12800
|
+
"name": "igcClosed"
|
|
12801
|
+
},
|
|
12802
|
+
{
|
|
12803
|
+
"description": "Emitted when the user modifies and commits the elements's value.",
|
|
12804
|
+
"name": "igcChange"
|
|
12805
|
+
},
|
|
12806
|
+
{
|
|
12807
|
+
"description": "Emitted when when the user types in the element.",
|
|
12808
|
+
"name": "igcInput"
|
|
12809
|
+
},
|
|
12810
|
+
{
|
|
12811
|
+
"type": {
|
|
12812
|
+
"text": "CustomEvent"
|
|
12813
|
+
},
|
|
12814
|
+
"inheritedFrom": {
|
|
12815
|
+
"name": "EventEmitterMixin",
|
|
12816
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
12817
|
+
}
|
|
12818
|
+
}
|
|
12819
|
+
],
|
|
12820
|
+
"attributes": [
|
|
12821
|
+
{
|
|
12822
|
+
"name": "open",
|
|
12823
|
+
"type": {
|
|
12824
|
+
"text": "boolean"
|
|
12825
|
+
},
|
|
12826
|
+
"default": "false",
|
|
12827
|
+
"description": "Sets the state of the datepicker dropdown.",
|
|
12828
|
+
"fieldName": "open",
|
|
12829
|
+
"attribute": "open",
|
|
12830
|
+
"inheritedFrom": {
|
|
12831
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
12832
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
12833
|
+
}
|
|
12834
|
+
},
|
|
12835
|
+
{
|
|
12836
|
+
"name": "label",
|
|
12837
|
+
"type": {
|
|
12838
|
+
"text": "string"
|
|
12839
|
+
},
|
|
12840
|
+
"description": "The label of the datepicker.",
|
|
12841
|
+
"fieldName": "label",
|
|
12842
|
+
"attribute": "label"
|
|
12843
|
+
},
|
|
12844
|
+
{
|
|
12845
|
+
"name": "mode",
|
|
12846
|
+
"type": {
|
|
12847
|
+
"text": "'dropdown' | 'dialog'"
|
|
12848
|
+
},
|
|
12849
|
+
"default": "'dropdown'",
|
|
12850
|
+
"description": "Determines whether the calendar is opened in a dropdown or a modal dialog",
|
|
12851
|
+
"fieldName": "mode",
|
|
12852
|
+
"attribute": "mode"
|
|
12853
|
+
},
|
|
12854
|
+
{
|
|
12855
|
+
"name": "non-editable",
|
|
12856
|
+
"type": {
|
|
12857
|
+
"text": "boolean"
|
|
12858
|
+
},
|
|
12859
|
+
"default": "false",
|
|
12860
|
+
"description": "Whether to allow typing in the input.",
|
|
12861
|
+
"fieldName": "nonEditable",
|
|
12862
|
+
"attribute": "non-editable"
|
|
12863
|
+
},
|
|
12864
|
+
{
|
|
12865
|
+
"name": "readonly",
|
|
12866
|
+
"type": {
|
|
12867
|
+
"text": "boolean"
|
|
12868
|
+
},
|
|
12869
|
+
"default": "false",
|
|
12870
|
+
"description": "Makes the control a readonly field.",
|
|
12871
|
+
"fieldName": "readOnly",
|
|
12872
|
+
"attribute": "readonly"
|
|
12873
|
+
},
|
|
12874
|
+
{
|
|
12875
|
+
"name": "value",
|
|
12876
|
+
"description": "The value of the picker",
|
|
12877
|
+
"fieldName": "value",
|
|
12878
|
+
"attribute": "value",
|
|
12879
|
+
"type": {
|
|
12880
|
+
"text": "Date | null"
|
|
12881
|
+
}
|
|
12882
|
+
},
|
|
12883
|
+
{
|
|
12884
|
+
"name": "min",
|
|
12885
|
+
"description": "The minimum value required for the date picker to remain valid.",
|
|
12886
|
+
"fieldName": "min",
|
|
12887
|
+
"attribute": "min",
|
|
12888
|
+
"type": {
|
|
12889
|
+
"text": "Date"
|
|
12890
|
+
}
|
|
12891
|
+
},
|
|
12892
|
+
{
|
|
12893
|
+
"name": "max",
|
|
12894
|
+
"description": "The maximum value required for the date picker to remain valid.",
|
|
12895
|
+
"fieldName": "max",
|
|
12896
|
+
"attribute": "max",
|
|
12897
|
+
"type": {
|
|
12898
|
+
"text": "Date"
|
|
12899
|
+
}
|
|
12900
|
+
},
|
|
12901
|
+
{
|
|
12902
|
+
"name": "header-orientation",
|
|
12903
|
+
"type": {
|
|
12904
|
+
"text": "'vertical' | 'horizontal'"
|
|
12905
|
+
},
|
|
12906
|
+
"default": "'horizontal'",
|
|
12907
|
+
"description": "The orientation of the calendar header.",
|
|
12908
|
+
"fieldName": "headerOrientation",
|
|
12909
|
+
"attribute": "header-orientation"
|
|
12910
|
+
},
|
|
12911
|
+
{
|
|
12912
|
+
"name": "orientation",
|
|
12913
|
+
"type": {
|
|
12914
|
+
"text": "'vertical' | 'horizontal'"
|
|
12915
|
+
},
|
|
12916
|
+
"default": "'horizontal'",
|
|
12917
|
+
"description": "The orientation of the multiple months displayed in the calendar's days view.",
|
|
12918
|
+
"fieldName": "orientation",
|
|
12919
|
+
"attribute": "orientation"
|
|
12920
|
+
},
|
|
12921
|
+
{
|
|
12922
|
+
"name": "hide-header",
|
|
12923
|
+
"type": {
|
|
12924
|
+
"text": "boolean"
|
|
12925
|
+
},
|
|
12926
|
+
"default": "false",
|
|
12927
|
+
"description": "Determines whether the calendar hides its header.",
|
|
12928
|
+
"fieldName": "hideHeader",
|
|
12929
|
+
"attribute": "hide-header"
|
|
12930
|
+
},
|
|
12931
|
+
{
|
|
12932
|
+
"name": "hide-outside-days",
|
|
12933
|
+
"type": {
|
|
12934
|
+
"text": "boolean"
|
|
12935
|
+
},
|
|
12936
|
+
"default": "false",
|
|
12937
|
+
"description": "Controls the visibility of the dates that do not belong to the current month.",
|
|
12938
|
+
"fieldName": "hideOutsideDays",
|
|
12939
|
+
"attribute": "hide-outside-days"
|
|
12940
|
+
},
|
|
12941
|
+
{
|
|
12942
|
+
"name": "outlined",
|
|
12943
|
+
"type": {
|
|
12944
|
+
"text": "boolean"
|
|
12945
|
+
},
|
|
12946
|
+
"default": "false",
|
|
12947
|
+
"description": "Whether the control will have outlined appearance.",
|
|
12948
|
+
"fieldName": "outlined",
|
|
12949
|
+
"attribute": "outlined"
|
|
12950
|
+
},
|
|
12951
|
+
{
|
|
12952
|
+
"name": "placeholder",
|
|
12953
|
+
"type": {
|
|
12954
|
+
"text": "string"
|
|
12955
|
+
},
|
|
12956
|
+
"description": "The placeholder attribute of the control.",
|
|
12957
|
+
"fieldName": "placeholder",
|
|
12958
|
+
"attribute": "placeholder"
|
|
12959
|
+
},
|
|
12960
|
+
{
|
|
12961
|
+
"name": "visible-months",
|
|
12962
|
+
"type": {
|
|
12963
|
+
"text": "number"
|
|
12964
|
+
},
|
|
12965
|
+
"default": "1",
|
|
12966
|
+
"description": "The number of months displayed in the calendar.",
|
|
12967
|
+
"fieldName": "visibleMonths",
|
|
12968
|
+
"attribute": "visible-months"
|
|
12969
|
+
},
|
|
12970
|
+
{
|
|
12971
|
+
"name": "show-week-numbers",
|
|
12972
|
+
"type": {
|
|
12973
|
+
"text": "boolean"
|
|
12974
|
+
},
|
|
12975
|
+
"default": "false",
|
|
12976
|
+
"description": "Whether to show the number of the week in the calendar.",
|
|
12977
|
+
"fieldName": "showWeekNumbers",
|
|
12978
|
+
"attribute": "show-week-numbers"
|
|
12979
|
+
},
|
|
12980
|
+
{
|
|
12981
|
+
"name": "display-format",
|
|
12982
|
+
"description": "Format to display the value in when not editing.\nDefaults to the input format if not set.",
|
|
12983
|
+
"fieldName": "displayFormat",
|
|
12984
|
+
"attribute": "display-format",
|
|
12985
|
+
"type": {
|
|
12986
|
+
"text": "string"
|
|
12987
|
+
}
|
|
12988
|
+
},
|
|
12989
|
+
{
|
|
12990
|
+
"name": "input-format",
|
|
12991
|
+
"description": "The date format to apply on the input.\nDefaults to the current locale Intl.DateTimeFormat",
|
|
12992
|
+
"fieldName": "inputFormat",
|
|
12993
|
+
"attribute": "input-format",
|
|
12994
|
+
"type": {
|
|
12995
|
+
"text": "string"
|
|
12996
|
+
}
|
|
12997
|
+
},
|
|
12998
|
+
{
|
|
12999
|
+
"name": "locale",
|
|
13000
|
+
"type": {
|
|
13001
|
+
"text": "string"
|
|
13002
|
+
},
|
|
13003
|
+
"default": "'en'",
|
|
13004
|
+
"description": "The locale settings used to display the value.",
|
|
13005
|
+
"fieldName": "locale",
|
|
13006
|
+
"attribute": "locale"
|
|
13007
|
+
},
|
|
13008
|
+
{
|
|
13009
|
+
"name": "prompt",
|
|
13010
|
+
"type": {
|
|
13011
|
+
"text": "string"
|
|
13012
|
+
},
|
|
13013
|
+
"default": "'_'",
|
|
13014
|
+
"description": "The prompt symbol to use for unfilled parts of the mask.",
|
|
13015
|
+
"fieldName": "prompt",
|
|
13016
|
+
"attribute": "prompt"
|
|
13017
|
+
},
|
|
13018
|
+
{
|
|
13019
|
+
"name": "active-date",
|
|
13020
|
+
"description": "Gets/Sets the date which is shown in the calendar picker and is highlighted.\nBy default it is the current date.",
|
|
13021
|
+
"type": {
|
|
13022
|
+
"text": "Date"
|
|
13023
|
+
},
|
|
13024
|
+
"fieldName": "activeDate"
|
|
13025
|
+
},
|
|
13026
|
+
{
|
|
13027
|
+
"name": "week-start",
|
|
13028
|
+
"type": {
|
|
13029
|
+
"text": "| 'sunday'\n | 'monday'\n | 'tuesday'\n | 'wednesday'\n | 'thursday'\n | 'friday'\n | 'saturday'"
|
|
13030
|
+
},
|
|
13031
|
+
"default": "'sunday'",
|
|
13032
|
+
"description": "Sets the start day of the week for the calendar.",
|
|
13033
|
+
"fieldName": "weekStart"
|
|
13034
|
+
},
|
|
13035
|
+
{
|
|
13036
|
+
"name": "required",
|
|
13037
|
+
"type": {
|
|
13038
|
+
"text": "boolean"
|
|
13039
|
+
},
|
|
13040
|
+
"default": "false",
|
|
13041
|
+
"description": "Makes the control a required field in a form context.",
|
|
13042
|
+
"fieldName": "required",
|
|
13043
|
+
"attribute": "required",
|
|
13044
|
+
"inheritedFrom": {
|
|
13045
|
+
"name": "FormAssociatedRequiredMixin",
|
|
13046
|
+
"module": "src/components/common/mixins/form-associated-required.ts"
|
|
13047
|
+
}
|
|
13048
|
+
},
|
|
13049
|
+
{
|
|
13050
|
+
"name": "name",
|
|
13051
|
+
"type": {
|
|
13052
|
+
"text": "string"
|
|
13053
|
+
},
|
|
13054
|
+
"description": "The name attribute of the control.",
|
|
13055
|
+
"fieldName": "name",
|
|
13056
|
+
"attribute": "name",
|
|
13057
|
+
"inheritedFrom": {
|
|
13058
|
+
"name": "FormAssociatedMixin",
|
|
13059
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
13060
|
+
}
|
|
13061
|
+
},
|
|
13062
|
+
{
|
|
13063
|
+
"name": "disabled",
|
|
13064
|
+
"description": "The disabled state of the component",
|
|
13065
|
+
"default": "false",
|
|
13066
|
+
"fieldName": "disabled",
|
|
13067
|
+
"attribute": "disabled",
|
|
13068
|
+
"type": {
|
|
13069
|
+
"text": "boolean"
|
|
13070
|
+
},
|
|
13071
|
+
"inheritedFrom": {
|
|
13072
|
+
"name": "FormAssociatedMixin",
|
|
13073
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
13074
|
+
}
|
|
13075
|
+
},
|
|
13076
|
+
{
|
|
13077
|
+
"name": "invalid",
|
|
13078
|
+
"description": "Control the validity of the control.",
|
|
13079
|
+
"default": "false",
|
|
13080
|
+
"fieldName": "invalid",
|
|
13081
|
+
"attribute": "invalid",
|
|
13082
|
+
"type": {
|
|
13083
|
+
"text": "boolean"
|
|
13084
|
+
},
|
|
13085
|
+
"inheritedFrom": {
|
|
13086
|
+
"name": "FormAssociatedMixin",
|
|
13087
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
13088
|
+
}
|
|
13089
|
+
},
|
|
13090
|
+
{
|
|
13091
|
+
"name": "keep-open-on-select",
|
|
13092
|
+
"type": {
|
|
13093
|
+
"text": "boolean"
|
|
13094
|
+
},
|
|
13095
|
+
"default": "false",
|
|
13096
|
+
"description": "Whether the component dropdown should be kept open on selection.",
|
|
13097
|
+
"fieldName": "keepOpenOnSelect",
|
|
13098
|
+
"attribute": "keep-open-on-select",
|
|
13099
|
+
"inheritedFrom": {
|
|
13100
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
13101
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
13102
|
+
}
|
|
13103
|
+
},
|
|
13104
|
+
{
|
|
13105
|
+
"name": "keep-open-on-outside-click",
|
|
13106
|
+
"type": {
|
|
13107
|
+
"text": "boolean"
|
|
13108
|
+
},
|
|
13109
|
+
"default": "false",
|
|
13110
|
+
"description": "Whether the component dropdown should be kept open on clicking outside of it.",
|
|
13111
|
+
"fieldName": "keepOpenOnOutsideClick",
|
|
13112
|
+
"attribute": "keep-open-on-outside-click",
|
|
13113
|
+
"inheritedFrom": {
|
|
13114
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
13115
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
13116
|
+
}
|
|
13117
|
+
}
|
|
13118
|
+
],
|
|
13119
|
+
"mixins": [
|
|
13120
|
+
{
|
|
13121
|
+
"name": "FormAssociatedRequiredMixin",
|
|
13122
|
+
"module": "/src/components/common/mixins/form-associated-required.js"
|
|
13123
|
+
},
|
|
13124
|
+
{
|
|
13125
|
+
"name": "EventEmitterMixin",
|
|
13126
|
+
"module": "/src/components/common/mixins/event-emitter.js"
|
|
13127
|
+
}
|
|
13128
|
+
],
|
|
13129
|
+
"superclass": {
|
|
13130
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
13131
|
+
"module": "/src/components/common/mixins/combo-box.js"
|
|
13132
|
+
},
|
|
13133
|
+
"tagName": "igc-date-picker",
|
|
13134
|
+
"customElement": true
|
|
13135
|
+
}
|
|
13136
|
+
],
|
|
13137
|
+
"exports": [
|
|
13138
|
+
{
|
|
13139
|
+
"kind": "js",
|
|
13140
|
+
"name": "default",
|
|
13141
|
+
"declaration": {
|
|
13142
|
+
"name": "IgcDatePickerComponent",
|
|
13143
|
+
"module": "src/components/date-picker/date-picker.ts"
|
|
13144
|
+
}
|
|
13145
|
+
}
|
|
13146
|
+
]
|
|
13147
|
+
},
|
|
13148
|
+
{
|
|
13149
|
+
"kind": "javascript-module",
|
|
13150
|
+
"path": "src/components/date-time-input/date-time-input.ts",
|
|
13151
|
+
"declarations": [
|
|
13152
|
+
{
|
|
13153
|
+
"kind": "class",
|
|
13154
|
+
"description": "A date time input is an input field that lets you set and edit the date and time in a chosen input element\nusing customizable display and input formats.",
|
|
13155
|
+
"name": "IgcDateTimeInputComponent",
|
|
13156
|
+
"cssParts": [
|
|
13157
|
+
{
|
|
13158
|
+
"description": "The main wrapper that holds all main input elements.",
|
|
13159
|
+
"name": "container"
|
|
13160
|
+
},
|
|
13161
|
+
{
|
|
13162
|
+
"description": "The native input element.",
|
|
13163
|
+
"name": "input"
|
|
13164
|
+
},
|
|
13165
|
+
{
|
|
13166
|
+
"description": "The native label element.",
|
|
13167
|
+
"name": "label"
|
|
13168
|
+
},
|
|
13169
|
+
{
|
|
13170
|
+
"description": "The prefix wrapper.",
|
|
13171
|
+
"name": "prefix"
|
|
13172
|
+
},
|
|
13173
|
+
{
|
|
13174
|
+
"description": "The suffix wrapper.",
|
|
13175
|
+
"name": "suffix"
|
|
13176
|
+
},
|
|
13177
|
+
{
|
|
13178
|
+
"description": "The helper text wrapper.",
|
|
13179
|
+
"name": "helper-text"
|
|
13180
|
+
}
|
|
13181
|
+
],
|
|
13182
|
+
"slots": [
|
|
13183
|
+
{
|
|
13184
|
+
"description": "Renders content before the input.",
|
|
13185
|
+
"name": "prefix"
|
|
13186
|
+
},
|
|
13187
|
+
{
|
|
13188
|
+
"description": "Renders content after input.",
|
|
13189
|
+
"name": "suffix"
|
|
13190
|
+
},
|
|
13191
|
+
{
|
|
13192
|
+
"description": "Renders content below the input.",
|
|
13193
|
+
"name": "helper-text"
|
|
13194
|
+
}
|
|
13195
|
+
],
|
|
13196
|
+
"members": [
|
|
13197
|
+
{
|
|
13198
|
+
"kind": "field",
|
|
13199
|
+
"name": "tagName",
|
|
13200
|
+
"type": {
|
|
13201
|
+
"text": "string"
|
|
13202
|
+
},
|
|
13203
|
+
"privacy": "public",
|
|
13204
|
+
"static": true,
|
|
13205
|
+
"readonly": true,
|
|
13206
|
+
"default": "'igc-date-time-input'"
|
|
13207
|
+
},
|
|
13208
|
+
{
|
|
13209
|
+
"kind": "method",
|
|
13210
|
+
"name": "register",
|
|
13211
|
+
"privacy": "public",
|
|
13212
|
+
"static": true
|
|
13213
|
+
},
|
|
13214
|
+
{
|
|
13215
|
+
"kind": "field",
|
|
13216
|
+
"name": "validators",
|
|
13217
|
+
"type": {
|
|
13218
|
+
"text": "Validator[]"
|
|
13219
|
+
},
|
|
13220
|
+
"privacy": "protected",
|
|
13221
|
+
"default": "[\n requiredValidator,\n\n {\n ...minDateValidator,\n isValid: () =>\n this.min\n ? !DateTimeUtil.lessThanMinValue(\n this.value || new Date(),\n this.min,\n this.hasTimeParts,\n this.hasDateParts\n )\n : true,\n },\n {\n ...maxDateValidator,\n isValid: () =>\n this.max\n ? !DateTimeUtil.greaterThanMaxValue(\n this.value || new Date(),\n this.max,\n this.hasTimeParts,\n this.hasDateParts\n )\n : true,\n },\n ]",
|
|
13222
|
+
"inheritedFrom": {
|
|
13223
|
+
"name": "FormAssociatedMixin",
|
|
13224
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
13225
|
+
}
|
|
13226
|
+
},
|
|
13227
|
+
{
|
|
13228
|
+
"kind": "field",
|
|
13229
|
+
"name": "_defaultMask",
|
|
13230
|
+
"type": {
|
|
13231
|
+
"text": "string"
|
|
13232
|
+
},
|
|
13233
|
+
"privacy": "protected"
|
|
13234
|
+
},
|
|
13235
|
+
{
|
|
13236
|
+
"kind": "field",
|
|
13237
|
+
"name": "_value",
|
|
13238
|
+
"type": {
|
|
13239
|
+
"text": "Date | null"
|
|
13240
|
+
},
|
|
13241
|
+
"privacy": "protected",
|
|
13242
|
+
"default": "null"
|
|
13243
|
+
},
|
|
13244
|
+
{
|
|
13245
|
+
"kind": "field",
|
|
13246
|
+
"name": "_oldValue",
|
|
13247
|
+
"type": {
|
|
13248
|
+
"text": "Date | null"
|
|
13249
|
+
},
|
|
13250
|
+
"privacy": "private",
|
|
13251
|
+
"default": "null"
|
|
13252
|
+
},
|
|
13253
|
+
{
|
|
13254
|
+
"kind": "field",
|
|
13255
|
+
"name": "_inputDateParts",
|
|
13256
|
+
"type": {
|
|
13257
|
+
"text": "DatePartInfo[]"
|
|
13258
|
+
},
|
|
13259
|
+
"privacy": "private"
|
|
13260
|
+
},
|
|
13261
|
+
{
|
|
13262
|
+
"kind": "field",
|
|
13263
|
+
"name": "_inputFormat",
|
|
13264
|
+
"type": {
|
|
13265
|
+
"text": "string"
|
|
13266
|
+
},
|
|
13267
|
+
"privacy": "private"
|
|
13268
|
+
},
|
|
13269
|
+
{
|
|
13270
|
+
"kind": "field",
|
|
13271
|
+
"name": "_datePartDeltas",
|
|
13272
|
+
"type": {
|
|
13273
|
+
"text": "DatePartDeltas"
|
|
13274
|
+
},
|
|
13275
|
+
"privacy": "private",
|
|
13276
|
+
"default": "{\n date: 1,\n month: 1,\n year: 1,\n hours: 1,\n minutes: 1,\n seconds: 1,\n }"
|
|
13277
|
+
},
|
|
13278
|
+
{
|
|
13279
|
+
"kind": "field",
|
|
13280
|
+
"name": "inputFormat",
|
|
13281
|
+
"type": {
|
|
13282
|
+
"text": "string"
|
|
13283
|
+
},
|
|
13284
|
+
"privacy": "public",
|
|
13285
|
+
"description": "The date format to apply on the input.",
|
|
13286
|
+
"attribute": "input-format"
|
|
13287
|
+
},
|
|
13288
|
+
{
|
|
13289
|
+
"kind": "field",
|
|
13290
|
+
"name": "value",
|
|
13291
|
+
"type": {
|
|
13292
|
+
"text": "string | Date | null"
|
|
13293
|
+
},
|
|
13294
|
+
"privacy": "public",
|
|
13295
|
+
"description": "The value of the input.",
|
|
13296
|
+
"attribute": "value",
|
|
13297
|
+
"inheritedFrom": {
|
|
13298
|
+
"name": "IgcInputBaseComponent",
|
|
13299
|
+
"module": "src/components/input/input-base.ts"
|
|
13300
|
+
}
|
|
13301
|
+
},
|
|
13302
|
+
{
|
|
13303
|
+
"kind": "method",
|
|
13304
|
+
"name": "updateFormValue",
|
|
13305
|
+
"privacy": "protected"
|
|
13306
|
+
},
|
|
13307
|
+
{
|
|
13308
|
+
"kind": "field",
|
|
13309
|
+
"name": "min",
|
|
13310
|
+
"type": {
|
|
13311
|
+
"text": "Date"
|
|
13312
|
+
},
|
|
13313
|
+
"privacy": "public",
|
|
13314
|
+
"description": "The minimum value required for the input to remain valid.",
|
|
13315
|
+
"attribute": "min"
|
|
13316
|
+
},
|
|
13317
|
+
{
|
|
13318
|
+
"kind": "field",
|
|
13319
|
+
"name": "max",
|
|
13320
|
+
"type": {
|
|
13321
|
+
"text": "Date"
|
|
13322
|
+
},
|
|
13323
|
+
"privacy": "public",
|
|
13324
|
+
"description": "The maximum value required for the input to remain valid.",
|
|
13325
|
+
"attribute": "max"
|
|
13326
|
+
},
|
|
13327
|
+
{
|
|
13328
|
+
"kind": "field",
|
|
13329
|
+
"name": "minValue",
|
|
13330
|
+
"privacy": "public",
|
|
13331
|
+
"description": "The minimum value required for the input to remain valid.",
|
|
13332
|
+
"deprecated": "since v4.4.0. Use the `min` property instead.",
|
|
13333
|
+
"attribute": "min-value"
|
|
13334
|
+
},
|
|
13335
|
+
{
|
|
13336
|
+
"kind": "field",
|
|
13337
|
+
"name": "maxValue",
|
|
13338
|
+
"privacy": "public",
|
|
13339
|
+
"description": "The maximum value required for the input to remain valid.",
|
|
13340
|
+
"deprecated": "since v4.4.0. Use the `max` property instead.",
|
|
13341
|
+
"attribute": "max-value"
|
|
13342
|
+
},
|
|
13343
|
+
{
|
|
13344
|
+
"kind": "field",
|
|
13345
|
+
"name": "displayFormat",
|
|
13346
|
+
"type": {
|
|
13347
|
+
"text": "string"
|
|
13348
|
+
},
|
|
13349
|
+
"privacy": "public",
|
|
13350
|
+
"description": "Format to display the value in when not editing.\nDefaults to the input format if not set.",
|
|
13351
|
+
"attribute": "display-format"
|
|
13352
|
+
},
|
|
13353
|
+
{
|
|
13354
|
+
"kind": "field",
|
|
13355
|
+
"name": "spinDelta",
|
|
13356
|
+
"type": {
|
|
13357
|
+
"text": "DatePartDeltas"
|
|
13358
|
+
},
|
|
13359
|
+
"privacy": "public",
|
|
11014
13360
|
"description": "Delta values used to increment or decrement each date part on step actions.\nAll values default to `1`."
|
|
11015
13361
|
},
|
|
11016
13362
|
{
|
|
@@ -11173,12 +13519,12 @@
|
|
|
11173
13519
|
},
|
|
11174
13520
|
{
|
|
11175
13521
|
"kind": "method",
|
|
11176
|
-
"name": "
|
|
13522
|
+
"name": "setToday",
|
|
11177
13523
|
"privacy": "protected"
|
|
11178
13524
|
},
|
|
11179
13525
|
{
|
|
11180
13526
|
"kind": "method",
|
|
11181
|
-
"name": "
|
|
13527
|
+
"name": "updateMask",
|
|
11182
13528
|
"privacy": "protected"
|
|
11183
13529
|
},
|
|
11184
13530
|
{
|
|
@@ -12554,11 +14900,11 @@
|
|
|
12554
14900
|
},
|
|
12555
14901
|
{
|
|
12556
14902
|
"name": "value",
|
|
14903
|
+
"description": "The value of the input.",
|
|
14904
|
+
"fieldName": "value",
|
|
12557
14905
|
"type": {
|
|
12558
14906
|
"text": "Date | null"
|
|
12559
14907
|
},
|
|
12560
|
-
"description": "The value of the input.",
|
|
12561
|
-
"fieldName": "value",
|
|
12562
14908
|
"attribute": "value"
|
|
12563
14909
|
},
|
|
12564
14910
|
{
|
|
@@ -13934,7 +16280,12 @@
|
|
|
13934
16280
|
},
|
|
13935
16281
|
{
|
|
13936
16282
|
"kind": "method",
|
|
13937
|
-
"name": "
|
|
16283
|
+
"name": "slotChanged",
|
|
16284
|
+
"privacy": "private"
|
|
16285
|
+
},
|
|
16286
|
+
{
|
|
16287
|
+
"kind": "method",
|
|
16288
|
+
"name": "handleContentChange",
|
|
13938
16289
|
"privacy": "private"
|
|
13939
16290
|
},
|
|
13940
16291
|
{
|
|
@@ -14142,6 +16493,157 @@
|
|
|
14142
16493
|
}
|
|
14143
16494
|
]
|
|
14144
16495
|
},
|
|
16496
|
+
{
|
|
16497
|
+
"kind": "javascript-module",
|
|
16498
|
+
"path": "src/components/divider/divider.ts",
|
|
16499
|
+
"declarations": [
|
|
16500
|
+
{
|
|
16501
|
+
"kind": "class",
|
|
16502
|
+
"description": "The igc-divider allows the content author to easily create a horizontal/vertical rule as a break between content to better organize information on a page.",
|
|
16503
|
+
"name": "IgcDividerComponent",
|
|
16504
|
+
"cssProperties": [
|
|
16505
|
+
{
|
|
16506
|
+
"description": "Sets the color of the divider.",
|
|
16507
|
+
"name": "--color"
|
|
16508
|
+
},
|
|
16509
|
+
{
|
|
16510
|
+
"description": "Shrinks the divider by the given amount from the start. If `middle` is set it will shrink from both sides.",
|
|
16511
|
+
"name": "--inset"
|
|
16512
|
+
}
|
|
16513
|
+
],
|
|
16514
|
+
"members": [
|
|
16515
|
+
{
|
|
16516
|
+
"kind": "field",
|
|
16517
|
+
"name": "tagName",
|
|
16518
|
+
"type": {
|
|
16519
|
+
"text": "string"
|
|
16520
|
+
},
|
|
16521
|
+
"privacy": "public",
|
|
16522
|
+
"static": true,
|
|
16523
|
+
"readonly": true,
|
|
16524
|
+
"default": "'igc-divider'"
|
|
16525
|
+
},
|
|
16526
|
+
{
|
|
16527
|
+
"kind": "field",
|
|
16528
|
+
"name": "_internals",
|
|
16529
|
+
"type": {
|
|
16530
|
+
"text": "ElementInternals"
|
|
16531
|
+
},
|
|
16532
|
+
"privacy": "private"
|
|
16533
|
+
},
|
|
16534
|
+
{
|
|
16535
|
+
"kind": "method",
|
|
16536
|
+
"name": "register",
|
|
16537
|
+
"privacy": "public",
|
|
16538
|
+
"static": true
|
|
16539
|
+
},
|
|
16540
|
+
{
|
|
16541
|
+
"kind": "field",
|
|
16542
|
+
"name": "_vertical",
|
|
16543
|
+
"type": {
|
|
16544
|
+
"text": "boolean"
|
|
16545
|
+
},
|
|
16546
|
+
"privacy": "private",
|
|
16547
|
+
"default": "false"
|
|
16548
|
+
},
|
|
16549
|
+
{
|
|
16550
|
+
"kind": "field",
|
|
16551
|
+
"name": "vertical",
|
|
16552
|
+
"privacy": "public",
|
|
16553
|
+
"description": "Whether to render a vertical divider line.",
|
|
16554
|
+
"attribute": "vertical",
|
|
16555
|
+
"type": {
|
|
16556
|
+
"text": "boolean"
|
|
16557
|
+
},
|
|
16558
|
+
"reflects": true
|
|
16559
|
+
},
|
|
16560
|
+
{
|
|
16561
|
+
"kind": "field",
|
|
16562
|
+
"name": "middle",
|
|
16563
|
+
"type": {
|
|
16564
|
+
"text": "boolean"
|
|
16565
|
+
},
|
|
16566
|
+
"privacy": "public",
|
|
16567
|
+
"default": "false",
|
|
16568
|
+
"description": "When set and inset is provided, it will shrink the divider line from both sides.",
|
|
16569
|
+
"attribute": "middle",
|
|
16570
|
+
"reflects": true
|
|
16571
|
+
},
|
|
16572
|
+
{
|
|
16573
|
+
"kind": "field",
|
|
16574
|
+
"name": "type",
|
|
16575
|
+
"type": {
|
|
16576
|
+
"text": "'solid' | 'dashed'"
|
|
16577
|
+
},
|
|
16578
|
+
"privacy": "public",
|
|
16579
|
+
"default": "'solid'",
|
|
16580
|
+
"description": "Whether to render a solid or a dashed divider line.",
|
|
16581
|
+
"attribute": "type",
|
|
16582
|
+
"reflects": true
|
|
16583
|
+
},
|
|
16584
|
+
{
|
|
16585
|
+
"kind": "field",
|
|
16586
|
+
"name": "role",
|
|
16587
|
+
"type": {
|
|
16588
|
+
"text": "string"
|
|
16589
|
+
},
|
|
16590
|
+
"default": "'separator'"
|
|
16591
|
+
},
|
|
16592
|
+
{
|
|
16593
|
+
"kind": "field",
|
|
16594
|
+
"name": "ariaOrientation"
|
|
16595
|
+
}
|
|
16596
|
+
],
|
|
16597
|
+
"attributes": [
|
|
16598
|
+
{
|
|
16599
|
+
"name": "vertical",
|
|
16600
|
+
"description": "Whether to render a vertical divider line.",
|
|
16601
|
+
"fieldName": "vertical",
|
|
16602
|
+
"attribute": "vertical",
|
|
16603
|
+
"type": {
|
|
16604
|
+
"text": "boolean"
|
|
16605
|
+
}
|
|
16606
|
+
},
|
|
16607
|
+
{
|
|
16608
|
+
"name": "middle",
|
|
16609
|
+
"type": {
|
|
16610
|
+
"text": "boolean"
|
|
16611
|
+
},
|
|
16612
|
+
"default": "false",
|
|
16613
|
+
"description": "When set and inset is provided, it will shrink the divider line from both sides.",
|
|
16614
|
+
"fieldName": "middle",
|
|
16615
|
+
"attribute": "middle"
|
|
16616
|
+
},
|
|
16617
|
+
{
|
|
16618
|
+
"name": "type",
|
|
16619
|
+
"type": {
|
|
16620
|
+
"text": "'solid' | 'dashed'"
|
|
16621
|
+
},
|
|
16622
|
+
"default": "'solid'",
|
|
16623
|
+
"description": "Whether to render a solid or a dashed divider line.",
|
|
16624
|
+
"fieldName": "type",
|
|
16625
|
+
"attribute": "type"
|
|
16626
|
+
}
|
|
16627
|
+
],
|
|
16628
|
+
"superclass": {
|
|
16629
|
+
"name": "LitElement",
|
|
16630
|
+
"package": "lit"
|
|
16631
|
+
},
|
|
16632
|
+
"tagName": "igc-divider",
|
|
16633
|
+
"customElement": true
|
|
16634
|
+
}
|
|
16635
|
+
],
|
|
16636
|
+
"exports": [
|
|
16637
|
+
{
|
|
16638
|
+
"kind": "js",
|
|
16639
|
+
"name": "default",
|
|
16640
|
+
"declaration": {
|
|
16641
|
+
"name": "IgcDividerComponent",
|
|
16642
|
+
"module": "src/components/divider/divider.ts"
|
|
16643
|
+
}
|
|
16644
|
+
}
|
|
16645
|
+
]
|
|
16646
|
+
},
|
|
14145
16647
|
{
|
|
14146
16648
|
"kind": "javascript-module",
|
|
14147
16649
|
"path": "src/components/dropdown/dropdown-group.ts",
|
|
@@ -14291,15 +16793,15 @@
|
|
|
14291
16793
|
"name": "IgcDropdownItemComponent",
|
|
14292
16794
|
"cssParts": [
|
|
14293
16795
|
{
|
|
14294
|
-
"description": "The prefix wrapper.",
|
|
16796
|
+
"description": "The prefix wrapper of the igc-dropdown-item.",
|
|
14295
16797
|
"name": "prefix"
|
|
14296
16798
|
},
|
|
14297
16799
|
{
|
|
14298
|
-
"description": "The main content wrapper.",
|
|
16800
|
+
"description": "The main content wrapper of the igc-dropdown-item.",
|
|
14299
16801
|
"name": "content"
|
|
14300
16802
|
},
|
|
14301
16803
|
{
|
|
14302
|
-
"description": "The suffix wrapper.",
|
|
16804
|
+
"description": "The suffix wrapper of the igc-dropdown-item.",
|
|
14303
16805
|
"name": "suffix"
|
|
14304
16806
|
}
|
|
14305
16807
|
],
|
|
@@ -14347,6 +16849,45 @@
|
|
|
14347
16849
|
"module": "src/components/common/mixins/option.ts"
|
|
14348
16850
|
}
|
|
14349
16851
|
},
|
|
16852
|
+
{
|
|
16853
|
+
"kind": "field",
|
|
16854
|
+
"name": "_active",
|
|
16855
|
+
"type": {
|
|
16856
|
+
"text": "boolean"
|
|
16857
|
+
},
|
|
16858
|
+
"privacy": "protected",
|
|
16859
|
+
"default": "false",
|
|
16860
|
+
"inheritedFrom": {
|
|
16861
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
16862
|
+
"module": "src/components/common/mixins/option.ts"
|
|
16863
|
+
}
|
|
16864
|
+
},
|
|
16865
|
+
{
|
|
16866
|
+
"kind": "field",
|
|
16867
|
+
"name": "_disabled",
|
|
16868
|
+
"type": {
|
|
16869
|
+
"text": "boolean"
|
|
16870
|
+
},
|
|
16871
|
+
"privacy": "protected",
|
|
16872
|
+
"default": "false",
|
|
16873
|
+
"inheritedFrom": {
|
|
16874
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
16875
|
+
"module": "src/components/common/mixins/option.ts"
|
|
16876
|
+
}
|
|
16877
|
+
},
|
|
16878
|
+
{
|
|
16879
|
+
"kind": "field",
|
|
16880
|
+
"name": "_selected",
|
|
16881
|
+
"type": {
|
|
16882
|
+
"text": "boolean"
|
|
16883
|
+
},
|
|
16884
|
+
"privacy": "protected",
|
|
16885
|
+
"default": "false",
|
|
16886
|
+
"inheritedFrom": {
|
|
16887
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
16888
|
+
"module": "src/components/common/mixins/option.ts"
|
|
16889
|
+
}
|
|
16890
|
+
},
|
|
14350
16891
|
{
|
|
14351
16892
|
"kind": "field",
|
|
14352
16893
|
"name": "_value",
|
|
@@ -14384,11 +16925,7 @@
|
|
|
14384
16925
|
{
|
|
14385
16926
|
"kind": "field",
|
|
14386
16927
|
"name": "active",
|
|
14387
|
-
"type": {
|
|
14388
|
-
"text": "boolean"
|
|
14389
|
-
},
|
|
14390
16928
|
"privacy": "public",
|
|
14391
|
-
"default": "false",
|
|
14392
16929
|
"description": "Whether the item is active.",
|
|
14393
16930
|
"attribute": "active",
|
|
14394
16931
|
"reflects": true,
|
|
@@ -14400,11 +16937,7 @@
|
|
|
14400
16937
|
{
|
|
14401
16938
|
"kind": "field",
|
|
14402
16939
|
"name": "disabled",
|
|
14403
|
-
"type": {
|
|
14404
|
-
"text": "boolean"
|
|
14405
|
-
},
|
|
14406
16940
|
"privacy": "public",
|
|
14407
|
-
"default": "false",
|
|
14408
16941
|
"description": "Whether the item is disabled.",
|
|
14409
16942
|
"attribute": "disabled",
|
|
14410
16943
|
"reflects": true,
|
|
@@ -14416,11 +16949,7 @@
|
|
|
14416
16949
|
{
|
|
14417
16950
|
"kind": "field",
|
|
14418
16951
|
"name": "selected",
|
|
14419
|
-
"type": {
|
|
14420
|
-
"text": "boolean"
|
|
14421
|
-
},
|
|
14422
16952
|
"privacy": "public",
|
|
14423
|
-
"default": "false",
|
|
14424
16953
|
"description": "Whether the item is selected.",
|
|
14425
16954
|
"attribute": "selected",
|
|
14426
16955
|
"reflects": true,
|
|
@@ -14432,30 +16961,12 @@
|
|
|
14432
16961
|
{
|
|
14433
16962
|
"kind": "field",
|
|
14434
16963
|
"name": "value",
|
|
14435
|
-
"type": {
|
|
14436
|
-
"text": "string"
|
|
14437
|
-
},
|
|
14438
16964
|
"privacy": "public",
|
|
14439
16965
|
"description": "The current value of the item.\nIf not specified, the element's text content is used.",
|
|
14440
16966
|
"attribute": "value",
|
|
14441
|
-
"
|
|
14442
|
-
"
|
|
14443
|
-
|
|
14444
|
-
}
|
|
14445
|
-
},
|
|
14446
|
-
{
|
|
14447
|
-
"kind": "method",
|
|
14448
|
-
"name": "disabledChange",
|
|
14449
|
-
"privacy": "protected",
|
|
14450
|
-
"inheritedFrom": {
|
|
14451
|
-
"name": "IgcBaseOptionLikeComponent",
|
|
14452
|
-
"module": "src/components/common/mixins/option.ts"
|
|
14453
|
-
}
|
|
14454
|
-
},
|
|
14455
|
-
{
|
|
14456
|
-
"kind": "method",
|
|
14457
|
-
"name": "selectedChange",
|
|
14458
|
-
"privacy": "protected",
|
|
16967
|
+
"type": {
|
|
16968
|
+
"text": "string"
|
|
16969
|
+
},
|
|
14459
16970
|
"inheritedFrom": {
|
|
14460
16971
|
"name": "IgcBaseOptionLikeComponent",
|
|
14461
16972
|
"module": "src/components/common/mixins/option.ts"
|
|
@@ -14483,10 +16994,6 @@
|
|
|
14483
16994
|
"attributes": [
|
|
14484
16995
|
{
|
|
14485
16996
|
"name": "active",
|
|
14486
|
-
"type": {
|
|
14487
|
-
"text": "boolean"
|
|
14488
|
-
},
|
|
14489
|
-
"default": "false",
|
|
14490
16997
|
"description": "Whether the item is active.",
|
|
14491
16998
|
"fieldName": "active",
|
|
14492
16999
|
"attribute": "active",
|
|
@@ -14497,10 +17004,6 @@
|
|
|
14497
17004
|
},
|
|
14498
17005
|
{
|
|
14499
17006
|
"name": "disabled",
|
|
14500
|
-
"type": {
|
|
14501
|
-
"text": "boolean"
|
|
14502
|
-
},
|
|
14503
|
-
"default": "false",
|
|
14504
17007
|
"description": "Whether the item is disabled.",
|
|
14505
17008
|
"fieldName": "disabled",
|
|
14506
17009
|
"attribute": "disabled",
|
|
@@ -14511,10 +17014,6 @@
|
|
|
14511
17014
|
},
|
|
14512
17015
|
{
|
|
14513
17016
|
"name": "selected",
|
|
14514
|
-
"type": {
|
|
14515
|
-
"text": "boolean"
|
|
14516
|
-
},
|
|
14517
|
-
"default": "false",
|
|
14518
17017
|
"description": "Whether the item is selected.",
|
|
14519
17018
|
"fieldName": "selected",
|
|
14520
17019
|
"attribute": "selected",
|
|
@@ -14525,12 +17024,12 @@
|
|
|
14525
17024
|
},
|
|
14526
17025
|
{
|
|
14527
17026
|
"name": "value",
|
|
14528
|
-
"type": {
|
|
14529
|
-
"text": "string"
|
|
14530
|
-
},
|
|
14531
17027
|
"description": "The current value of the item.\nIf not specified, the element's text content is used.",
|
|
14532
17028
|
"fieldName": "value",
|
|
14533
17029
|
"attribute": "value",
|
|
17030
|
+
"type": {
|
|
17031
|
+
"text": "string"
|
|
17032
|
+
},
|
|
14534
17033
|
"inheritedFrom": {
|
|
14535
17034
|
"name": "IgcBaseOptionLikeComponent",
|
|
14536
17035
|
"module": "src/components/common/mixins/option.ts"
|
|
@@ -14560,11 +17059,11 @@
|
|
|
14560
17059
|
"name": "IgcDropdownComponent",
|
|
14561
17060
|
"cssParts": [
|
|
14562
17061
|
{
|
|
14563
|
-
"description": "The dropdown list wrapper.",
|
|
17062
|
+
"description": "The dropdown list wrapper container.",
|
|
14564
17063
|
"name": "base"
|
|
14565
17064
|
},
|
|
14566
17065
|
{
|
|
14567
|
-
"description": "The dropdown list.",
|
|
17066
|
+
"description": "The dropdown list element.",
|
|
14568
17067
|
"name": "list"
|
|
14569
17068
|
}
|
|
14570
17069
|
],
|
|
@@ -14681,7 +17180,7 @@
|
|
|
14681
17180
|
"privacy": "public",
|
|
14682
17181
|
"default": "'absolute'",
|
|
14683
17182
|
"description": "Sets the component's positioning strategy.",
|
|
14684
|
-
"deprecated": "since v4.9.0
|
|
17183
|
+
"deprecated": "since v4.9.0. Stacking context is now handled through the popover API.",
|
|
14685
17184
|
"attribute": "position-strategy"
|
|
14686
17185
|
},
|
|
14687
17186
|
{
|
|
@@ -15074,7 +17573,7 @@
|
|
|
15074
17573
|
"text": "\"small\" | \"medium\" | \"large\""
|
|
15075
17574
|
},
|
|
15076
17575
|
"privacy": "public",
|
|
15077
|
-
"default": "'
|
|
17576
|
+
"default": "'medium'",
|
|
15078
17577
|
"description": "Determines the size of the component.",
|
|
15079
17578
|
"deprecated": "since v4.5.0. Use the `--ig-size` CSS custom property instead.",
|
|
15080
17579
|
"attribute": "size",
|
|
@@ -15378,7 +17877,7 @@
|
|
|
15378
17877
|
},
|
|
15379
17878
|
"default": "'absolute'",
|
|
15380
17879
|
"description": "Sets the component's positioning strategy.",
|
|
15381
|
-
"deprecated": "since v4.9.0
|
|
17880
|
+
"deprecated": "since v4.9.0. Stacking context is now handled through the popover API.",
|
|
15382
17881
|
"fieldName": "positionStrategy",
|
|
15383
17882
|
"attribute": "position-strategy"
|
|
15384
17883
|
},
|
|
@@ -15929,6 +18428,125 @@
|
|
|
15929
18428
|
}
|
|
15930
18429
|
]
|
|
15931
18430
|
},
|
|
18431
|
+
{
|
|
18432
|
+
"kind": "javascript-module",
|
|
18433
|
+
"path": "src/components/focus-trap/focus-trap.ts",
|
|
18434
|
+
"declarations": [
|
|
18435
|
+
{
|
|
18436
|
+
"kind": "class",
|
|
18437
|
+
"description": "",
|
|
18438
|
+
"name": "IgcFocusTrapComponent",
|
|
18439
|
+
"slots": [
|
|
18440
|
+
{
|
|
18441
|
+
"description": "The content of the focus trap component",
|
|
18442
|
+
"name": ""
|
|
18443
|
+
}
|
|
18444
|
+
],
|
|
18445
|
+
"members": [
|
|
18446
|
+
{
|
|
18447
|
+
"kind": "field",
|
|
18448
|
+
"name": "tagName",
|
|
18449
|
+
"type": {
|
|
18450
|
+
"text": "string"
|
|
18451
|
+
},
|
|
18452
|
+
"privacy": "public",
|
|
18453
|
+
"static": true,
|
|
18454
|
+
"readonly": true,
|
|
18455
|
+
"default": "'igc-focus-trap'"
|
|
18456
|
+
},
|
|
18457
|
+
{
|
|
18458
|
+
"kind": "method",
|
|
18459
|
+
"name": "register",
|
|
18460
|
+
"privacy": "public",
|
|
18461
|
+
"static": true
|
|
18462
|
+
},
|
|
18463
|
+
{
|
|
18464
|
+
"kind": "field",
|
|
18465
|
+
"name": "_focused",
|
|
18466
|
+
"type": {
|
|
18467
|
+
"text": "boolean"
|
|
18468
|
+
},
|
|
18469
|
+
"privacy": "protected",
|
|
18470
|
+
"default": "false"
|
|
18471
|
+
},
|
|
18472
|
+
{
|
|
18473
|
+
"kind": "field",
|
|
18474
|
+
"name": "disabled",
|
|
18475
|
+
"type": {
|
|
18476
|
+
"text": "boolean"
|
|
18477
|
+
},
|
|
18478
|
+
"privacy": "public",
|
|
18479
|
+
"default": "false",
|
|
18480
|
+
"description": "Whether to manage focus state for the slotted children.",
|
|
18481
|
+
"attribute": "disabled",
|
|
18482
|
+
"reflects": true
|
|
18483
|
+
},
|
|
18484
|
+
{
|
|
18485
|
+
"kind": "field",
|
|
18486
|
+
"name": "focused",
|
|
18487
|
+
"privacy": "public",
|
|
18488
|
+
"description": "Whether focus in currently inside the trap component.",
|
|
18489
|
+
"readonly": true
|
|
18490
|
+
},
|
|
18491
|
+
{
|
|
18492
|
+
"kind": "field",
|
|
18493
|
+
"name": "focusableElements",
|
|
18494
|
+
"privacy": "public",
|
|
18495
|
+
"description": "An array of focusable elements including elements in Shadow roots",
|
|
18496
|
+
"readonly": true
|
|
18497
|
+
},
|
|
18498
|
+
{
|
|
18499
|
+
"kind": "method",
|
|
18500
|
+
"name": "onFocusIn",
|
|
18501
|
+
"privacy": "private"
|
|
18502
|
+
},
|
|
18503
|
+
{
|
|
18504
|
+
"kind": "method",
|
|
18505
|
+
"name": "onFocusOut",
|
|
18506
|
+
"privacy": "private"
|
|
18507
|
+
},
|
|
18508
|
+
{
|
|
18509
|
+
"kind": "method",
|
|
18510
|
+
"name": "focusFirstElement",
|
|
18511
|
+
"privacy": "public"
|
|
18512
|
+
},
|
|
18513
|
+
{
|
|
18514
|
+
"kind": "method",
|
|
18515
|
+
"name": "focusLastElement",
|
|
18516
|
+
"privacy": "public"
|
|
18517
|
+
}
|
|
18518
|
+
],
|
|
18519
|
+
"attributes": [
|
|
18520
|
+
{
|
|
18521
|
+
"name": "disabled",
|
|
18522
|
+
"type": {
|
|
18523
|
+
"text": "boolean"
|
|
18524
|
+
},
|
|
18525
|
+
"default": "false",
|
|
18526
|
+
"description": "Whether to manage focus state for the slotted children.",
|
|
18527
|
+
"fieldName": "disabled",
|
|
18528
|
+
"attribute": "disabled"
|
|
18529
|
+
}
|
|
18530
|
+
],
|
|
18531
|
+
"superclass": {
|
|
18532
|
+
"name": "LitElement",
|
|
18533
|
+
"package": "lit"
|
|
18534
|
+
},
|
|
18535
|
+
"tagName": "igc-focus-trap",
|
|
18536
|
+
"customElement": true
|
|
18537
|
+
}
|
|
18538
|
+
],
|
|
18539
|
+
"exports": [
|
|
18540
|
+
{
|
|
18541
|
+
"kind": "js",
|
|
18542
|
+
"name": "default",
|
|
18543
|
+
"declaration": {
|
|
18544
|
+
"name": "IgcFocusTrapComponent",
|
|
18545
|
+
"module": "src/components/focus-trap/focus-trap.ts"
|
|
18546
|
+
}
|
|
18547
|
+
}
|
|
18548
|
+
]
|
|
18549
|
+
},
|
|
15932
18550
|
{
|
|
15933
18551
|
"kind": "javascript-module",
|
|
15934
18552
|
"path": "src/components/form/form.ts",
|
|
@@ -16695,7 +19313,7 @@
|
|
|
16695
19313
|
"type": {
|
|
16696
19314
|
"text": "IconCollection"
|
|
16697
19315
|
},
|
|
16698
|
-
"default": "{\n navigate_before: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M15.61 7.41L14.2 6l-6 6 6 6 1.41-1.41L11.03 12l4.58-4.59z\"/></svg>`,\n },\n navigate_next: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M10.02 6L8.61 7.41 13.19 12l-4.58 4.59L10.02 18l6-6-6-6z\"/></svg>`,\n },\n keyboard_arrow_up: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z\"/></svg>`,\n },\n keyboard_arrow_down: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\"/></svg>`,\n },\n keyboard_arrow_right: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"/></svg>`,\n },\n chip_cancel: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z\"/></svg>`,\n },\n chip_select: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"/></svg>`,\n },\n star: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"/></svg>`,\n },\n star_border: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z\"/></svg>`,\n },\n case_sensitive: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" preserveAspectRatio=\"xMidYMid meet\"><path d=\"M21.2 16.5c0-.2-.1-.5-.1-.7v-4.4c0-.4-.1-.8-.3-1.2-.2-.3-.5-.6-.8-.7-.3-.2-.7-.3-1.1-.3-.4-.1-.8-.1-1.2-.1-.5 0-.9 0-1.4.1-.4.1-.8.3-1.2.5-.3.2-.6.5-.8.9s-.3.9-.3 1.3h1.4c0-.5.2-1 .7-1.3.5-.2 1-.4 1.5-.3.2 0 .5 0 .7.1.2 0 .4.1.6.2.2.1.3.2.5.4.1.2.2.5.2.7s-.1.4-.2.6c-.2.2-.4.3-.6.3-.3.1-.6.1-.9.2-.4 0-.7.1-1.1.2-.4.1-.7.1-1.1.2-.3.1-.7.2-1 .4s-.5.5-.7.8c-.2.4-.3.8-.3 1.2s.1.8.2 1.1c.1.3.4.5.6.7.3.2.6.3.9.4.9.2 1.9.2 2.8-.2.5-.2 1-.6 1.4-1 0 .4.1.7.3 1 .2.2.6.3.9.3.4 0 .7-.1 1-.2v-1.1c-.1 0-.3.1-.4.1-.1.1-.2 0-.2-.2zm-1.5-1.7c0 .2-.1.4-.2.6-.1.2-.3.5-.5.6-.2.2-.5.4-.8.5-.4.1-.8.2-1.2.2-.2 0-.4 0-.6-.1-.2 0-.4-.1-.5-.2-.2-.1-.3-.2-.4-.4-.1-.2-.2-.4-.1-.6 0-.3.1-.6.2-.8.2-.2.4-.4.6-.5.3-.1.6-.2.9-.2s.7-.1 1-.1.6-.1.9-.1.5-.1.7-.3v1.4zm-9.6-.4l1.3 3.6h1.8L8.5 6H6.7L2 18h1.7L5 14.4h5.1zm-2.5-7l2.1 5.5H5.5l2.1-5.5z\"></path></svg>`,\n },\n clear: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"/></svg>`,\n },\n arrow_drop_up: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M7 14l5-5 5 5z\"/></svg>`,\n },\n arrow_drop_down: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M7 10l5 5 5-5z\"/></svg>`,\n },\n arrow_downward: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z\"/></svg>`,\n },\n arrow_upward: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z\"/></svg>`,\n },\n}"
|
|
19316
|
+
"default": "{\n navigate_before: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M15.61 7.41L14.2 6l-6 6 6 6 1.41-1.41L11.03 12l4.58-4.59z\"/></svg>`,\n },\n navigate_next: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M10.02 6L8.61 7.41 13.19 12l-4.58 4.59L10.02 18l6-6-6-6z\"/></svg>`,\n },\n keyboard_arrow_up: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z\"/></svg>`,\n },\n keyboard_arrow_down: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\"/></svg>`,\n },\n keyboard_arrow_right: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"/></svg>`,\n },\n chip_cancel: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z\"/></svg>`,\n },\n chip_select: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"/></svg>`,\n },\n star: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"/></svg>`,\n },\n star_border: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z\"/></svg>`,\n },\n case_sensitive: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" preserveAspectRatio=\"xMidYMid meet\"><path d=\"M21.2 16.5c0-.2-.1-.5-.1-.7v-4.4c0-.4-.1-.8-.3-1.2-.2-.3-.5-.6-.8-.7-.3-.2-.7-.3-1.1-.3-.4-.1-.8-.1-1.2-.1-.5 0-.9 0-1.4.1-.4.1-.8.3-1.2.5-.3.2-.6.5-.8.9s-.3.9-.3 1.3h1.4c0-.5.2-1 .7-1.3.5-.2 1-.4 1.5-.3.2 0 .5 0 .7.1.2 0 .4.1.6.2.2.1.3.2.5.4.1.2.2.5.2.7s-.1.4-.2.6c-.2.2-.4.3-.6.3-.3.1-.6.1-.9.2-.4 0-.7.1-1.1.2-.4.1-.7.1-1.1.2-.3.1-.7.2-1 .4s-.5.5-.7.8c-.2.4-.3.8-.3 1.2s.1.8.2 1.1c.1.3.4.5.6.7.3.2.6.3.9.4.9.2 1.9.2 2.8-.2.5-.2 1-.6 1.4-1 0 .4.1.7.3 1 .2.2.6.3.9.3.4 0 .7-.1 1-.2v-1.1c-.1 0-.3.1-.4.1-.1.1-.2 0-.2-.2zm-1.5-1.7c0 .2-.1.4-.2.6-.1.2-.3.5-.5.6-.2.2-.5.4-.8.5-.4.1-.8.2-1.2.2-.2 0-.4 0-.6-.1-.2 0-.4-.1-.5-.2-.2-.1-.3-.2-.4-.4-.1-.2-.2-.4-.1-.6 0-.3.1-.6.2-.8.2-.2.4-.4.6-.5.3-.1.6-.2.9-.2s.7-.1 1-.1.6-.1.9-.1.5-.1.7-.3v1.4zm-9.6-.4l1.3 3.6h1.8L8.5 6H6.7L2 18h1.7L5 14.4h5.1zm-2.5-7l2.1 5.5H5.5l2.1-5.5z\"></path></svg>`,\n },\n clear: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"/></svg>`,\n },\n arrow_drop_up: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M7 14l5-5 5 5z\"/></svg>`,\n },\n arrow_drop_down: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M7 10l5 5 5-5z\"/></svg>`,\n },\n arrow_downward: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z\"/></svg>`,\n },\n arrow_upward: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z\"/></svg>`,\n },\n calendar: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 -960 960 960\" width=\"24\"><path d=\"M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Z\"/></svg>`,\n },\n calendar_today: {\n svg: `<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z\"/></svg>`,\n },\n}"
|
|
16699
19317
|
}
|
|
16700
19318
|
],
|
|
16701
19319
|
"exports": [
|
|
@@ -17786,11 +20404,21 @@
|
|
|
17786
20404
|
{
|
|
17787
20405
|
"kind": "field",
|
|
17788
20406
|
"name": "inputmode",
|
|
20407
|
+
"privacy": "public",
|
|
20408
|
+
"description": "The input mode attribute of the control.",
|
|
20409
|
+
"deprecated": "since v4.10.0. Use `inputMode` property instead.",
|
|
17789
20410
|
"type": {
|
|
17790
|
-
"text": "
|
|
20411
|
+
"text": "string"
|
|
20412
|
+
}
|
|
20413
|
+
},
|
|
20414
|
+
{
|
|
20415
|
+
"kind": "field",
|
|
20416
|
+
"name": "inputMode",
|
|
20417
|
+
"type": {
|
|
20418
|
+
"text": "string"
|
|
17791
20419
|
},
|
|
17792
20420
|
"privacy": "public",
|
|
17793
|
-
"description": "The input mode attribute of the control.",
|
|
20421
|
+
"description": "The input mode attribute of the control.\nSee [relevant MDN article](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)",
|
|
17794
20422
|
"attribute": "inputmode"
|
|
17795
20423
|
},
|
|
17796
20424
|
{
|
|
@@ -18885,10 +21513,10 @@
|
|
|
18885
21513
|
{
|
|
18886
21514
|
"name": "inputmode",
|
|
18887
21515
|
"type": {
|
|
18888
|
-
"text": "
|
|
21516
|
+
"text": "string"
|
|
18889
21517
|
},
|
|
18890
|
-
"description": "The input mode attribute of the control.",
|
|
18891
|
-
"fieldName": "
|
|
21518
|
+
"description": "The input mode attribute of the control.\nSee [relevant MDN article](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)",
|
|
21519
|
+
"fieldName": "inputMode",
|
|
18892
21520
|
"attribute": "inputmode"
|
|
18893
21521
|
},
|
|
18894
21522
|
{
|
|
@@ -20745,7 +23373,7 @@
|
|
|
20745
23373
|
"text": "Validator[]"
|
|
20746
23374
|
},
|
|
20747
23375
|
"privacy": "protected",
|
|
20748
|
-
"default": "[\n
|
|
23376
|
+
"default": "[\n requiredValidator,\n {\n key: 'badInput',\n message: messages.mask,\n isValid: () => this.parser.isValidString(this.maskedValue),\n },\n ]",
|
|
20749
23377
|
"inheritedFrom": {
|
|
20750
23378
|
"name": "IgcInputBaseComponent",
|
|
20751
23379
|
"module": "src/components/input/input-base.ts"
|
|
@@ -22641,25 +25269,25 @@
|
|
|
22641
25269
|
"name": "IgcNavDrawerComponent",
|
|
22642
25270
|
"cssParts": [
|
|
22643
25271
|
{
|
|
22644
|
-
"description": "The base wrapper of the navigation
|
|
25272
|
+
"description": "The base wrapper of the igc-navigation-drawer.",
|
|
22645
25273
|
"name": "base"
|
|
22646
25274
|
},
|
|
22647
25275
|
{
|
|
22648
|
-
"description": "The main container.",
|
|
25276
|
+
"description": "The main container of the igc-navigation-drawer.",
|
|
22649
25277
|
"name": "main"
|
|
22650
25278
|
},
|
|
22651
25279
|
{
|
|
22652
|
-
"description": "The mini container.",
|
|
25280
|
+
"description": "The mini container of the igc-navigation-drawer.",
|
|
22653
25281
|
"name": "mini"
|
|
22654
25282
|
}
|
|
22655
25283
|
],
|
|
22656
25284
|
"slots": [
|
|
22657
25285
|
{
|
|
22658
|
-
"description": "The default slot for the drawer.",
|
|
25286
|
+
"description": "The default slot for the igc-navigation-drawer.",
|
|
22659
25287
|
"name": ""
|
|
22660
25288
|
},
|
|
22661
25289
|
{
|
|
22662
|
-
"description": "The slot for the mini variant of the drawer.",
|
|
25290
|
+
"description": "The slot for the mini variant of the igc-navigation-drawer.",
|
|
22663
25291
|
"name": "mini"
|
|
22664
25292
|
}
|
|
22665
25293
|
],
|
|
@@ -22730,19 +25358,6 @@
|
|
|
22730
25358
|
"name": "toggle",
|
|
22731
25359
|
"privacy": "public",
|
|
22732
25360
|
"description": "Toggles the open state of the drawer."
|
|
22733
|
-
},
|
|
22734
|
-
{
|
|
22735
|
-
"kind": "method",
|
|
22736
|
-
"name": "resolvePartNames",
|
|
22737
|
-
"privacy": "private",
|
|
22738
|
-
"parameters": [
|
|
22739
|
-
{
|
|
22740
|
-
"name": "base",
|
|
22741
|
-
"type": {
|
|
22742
|
-
"text": "string"
|
|
22743
|
-
}
|
|
22744
|
-
}
|
|
22745
|
-
]
|
|
22746
25361
|
}
|
|
22747
25362
|
],
|
|
22748
25363
|
"attributes": [
|
|
@@ -22872,6 +25487,12 @@
|
|
|
22872
25487
|
"kind": "class",
|
|
22873
25488
|
"description": "",
|
|
22874
25489
|
"name": "IgcPopoverComponent",
|
|
25490
|
+
"cssParts": [
|
|
25491
|
+
{
|
|
25492
|
+
"description": "The container wrapping the slotted content in the popover.",
|
|
25493
|
+
"name": "container"
|
|
25494
|
+
}
|
|
25495
|
+
],
|
|
22875
25496
|
"slots": [
|
|
22876
25497
|
{
|
|
22877
25498
|
"description": "Content of the popover.",
|
|
@@ -23320,11 +25941,6 @@
|
|
|
23320
25941
|
}
|
|
23321
25942
|
]
|
|
23322
25943
|
},
|
|
23323
|
-
{
|
|
23324
|
-
"kind": "method",
|
|
23325
|
-
"name": "slotChanged",
|
|
23326
|
-
"privacy": "protected"
|
|
23327
|
-
},
|
|
23328
25944
|
{
|
|
23329
25945
|
"kind": "method",
|
|
23330
25946
|
"name": "_updateARIA",
|
|
@@ -23601,42 +26217,55 @@
|
|
|
23601
26217
|
"name": "IgcCircularProgressComponent",
|
|
23602
26218
|
"cssParts": [
|
|
23603
26219
|
{
|
|
26220
|
+
"description": "The igc-circular-progress SVG element.",
|
|
23604
26221
|
"name": "svg"
|
|
23605
26222
|
},
|
|
23606
26223
|
{
|
|
26224
|
+
"description": "The igc-circular-progress linear-gradient start color.",
|
|
23607
26225
|
"name": "gradient_start"
|
|
23608
26226
|
},
|
|
23609
26227
|
{
|
|
26228
|
+
"description": "The igc-circular-progress linear-gradient end color.",
|
|
23610
26229
|
"name": "gradient_end"
|
|
23611
26230
|
},
|
|
23612
26231
|
{
|
|
26232
|
+
"description": "The igc-circular-progress ring track area.",
|
|
23613
26233
|
"name": "track"
|
|
23614
26234
|
},
|
|
23615
26235
|
{
|
|
26236
|
+
"description": "The igc-circular-progress indicator area.",
|
|
23616
26237
|
"name": "fill"
|
|
23617
26238
|
},
|
|
23618
26239
|
{
|
|
26240
|
+
"description": "The igc-circular-progress label.",
|
|
23619
26241
|
"name": "label"
|
|
23620
26242
|
},
|
|
23621
26243
|
{
|
|
26244
|
+
"description": "The igc-circular-progress label value.",
|
|
23622
26245
|
"name": "value"
|
|
23623
26246
|
},
|
|
23624
26247
|
{
|
|
26248
|
+
"description": "The igc-circular-progress indeterminate state.",
|
|
23625
26249
|
"name": "indeterminate"
|
|
23626
26250
|
},
|
|
23627
26251
|
{
|
|
26252
|
+
"description": "The igc-circular-progress primary state.",
|
|
23628
26253
|
"name": "primary"
|
|
23629
26254
|
},
|
|
23630
26255
|
{
|
|
26256
|
+
"description": "The igc-circular-progress error state.",
|
|
23631
26257
|
"name": "danger"
|
|
23632
26258
|
},
|
|
23633
26259
|
{
|
|
26260
|
+
"description": "The igc-circular-progress warning state.",
|
|
23634
26261
|
"name": "warning"
|
|
23635
26262
|
},
|
|
23636
26263
|
{
|
|
26264
|
+
"description": "The igc-circular-progress info state.",
|
|
23637
26265
|
"name": "info"
|
|
23638
26266
|
},
|
|
23639
26267
|
{
|
|
26268
|
+
"description": "The igc-circular-progress success state.",
|
|
23640
26269
|
"name": "success"
|
|
23641
26270
|
}
|
|
23642
26271
|
],
|
|
@@ -23913,15 +26542,6 @@
|
|
|
23913
26542
|
"module": "src/components/progress/base.ts"
|
|
23914
26543
|
}
|
|
23915
26544
|
},
|
|
23916
|
-
{
|
|
23917
|
-
"kind": "method",
|
|
23918
|
-
"name": "slotChanged",
|
|
23919
|
-
"privacy": "protected",
|
|
23920
|
-
"inheritedFrom": {
|
|
23921
|
-
"name": "IgcProgressBaseComponent",
|
|
23922
|
-
"module": "src/components/progress/base.ts"
|
|
23923
|
-
}
|
|
23924
|
-
},
|
|
23925
26545
|
{
|
|
23926
26546
|
"kind": "method",
|
|
23927
26547
|
"name": "_updateARIA",
|
|
@@ -24152,36 +26772,47 @@
|
|
|
24152
26772
|
"name": "IgcLinearProgressComponent",
|
|
24153
26773
|
"cssParts": [
|
|
24154
26774
|
{
|
|
26775
|
+
"description": "The igc-linear-progress track area.",
|
|
24155
26776
|
"name": "track"
|
|
24156
26777
|
},
|
|
24157
26778
|
{
|
|
26779
|
+
"description": "The igc-linear-progress indicator area.",
|
|
24158
26780
|
"name": "fill"
|
|
24159
26781
|
},
|
|
24160
26782
|
{
|
|
26783
|
+
"description": "The igc-linear-progress striped indicator.",
|
|
24161
26784
|
"name": "striped"
|
|
24162
26785
|
},
|
|
24163
26786
|
{
|
|
26787
|
+
"description": "The igc-linear-progress label.",
|
|
24164
26788
|
"name": "label"
|
|
24165
26789
|
},
|
|
24166
26790
|
{
|
|
26791
|
+
"description": "The igc-linear-progress label value.",
|
|
24167
26792
|
"name": "value"
|
|
24168
26793
|
},
|
|
24169
26794
|
{
|
|
26795
|
+
"description": "The igc-linear-progress indeterminate state.",
|
|
24170
26796
|
"name": "indeterminate"
|
|
24171
26797
|
},
|
|
24172
26798
|
{
|
|
26799
|
+
"description": "The igc-linear-progress indicator primary state.",
|
|
24173
26800
|
"name": "primary"
|
|
24174
26801
|
},
|
|
24175
26802
|
{
|
|
26803
|
+
"description": "The igc-linear-progress indicator error state.",
|
|
24176
26804
|
"name": "danger"
|
|
24177
26805
|
},
|
|
24178
26806
|
{
|
|
26807
|
+
"description": "The igc-linear-progress indicator warning state.",
|
|
24179
26808
|
"name": "warning"
|
|
24180
26809
|
},
|
|
24181
26810
|
{
|
|
26811
|
+
"description": "The igc-linear-progress indicator info state.",
|
|
24182
26812
|
"name": "info"
|
|
24183
26813
|
},
|
|
24184
26814
|
{
|
|
26815
|
+
"description": "The igc-linear-progress indicator success state.",
|
|
24185
26816
|
"name": "success"
|
|
24186
26817
|
}
|
|
24187
26818
|
],
|
|
@@ -24447,15 +27078,6 @@
|
|
|
24447
27078
|
"module": "src/components/progress/base.ts"
|
|
24448
27079
|
}
|
|
24449
27080
|
},
|
|
24450
|
-
{
|
|
24451
|
-
"kind": "method",
|
|
24452
|
-
"name": "slotChanged",
|
|
24453
|
-
"privacy": "protected",
|
|
24454
|
-
"inheritedFrom": {
|
|
24455
|
-
"name": "IgcProgressBaseComponent",
|
|
24456
|
-
"module": "src/components/progress/base.ts"
|
|
24457
|
-
}
|
|
24458
|
-
},
|
|
24459
27081
|
{
|
|
24460
27082
|
"kind": "method",
|
|
24461
27083
|
"name": "_updateARIA",
|
|
@@ -24756,7 +27378,7 @@
|
|
|
24756
27378
|
"text": "Validator[]"
|
|
24757
27379
|
},
|
|
24758
27380
|
"privacy": "protected",
|
|
24759
|
-
"default": "[\n {\n key: 'valueMissing',\n message: messages.required,\n isValid: () => {\n const
|
|
27381
|
+
"default": "[\n {\n key: 'valueMissing',\n message: messages.required,\n isValid: () => {\n const radios = this._radios;\n const checked = this._checkedRadios;\n return radios.some((radio) => radio.required)\n ? checked.length > 0\n : true;\n },\n },\n ]",
|
|
24760
27382
|
"inheritedFrom": {
|
|
24761
27383
|
"name": "FormAssociatedMixin",
|
|
24762
27384
|
"module": "src/components/common/mixins/form-associated.ts"
|
|
@@ -24774,6 +27396,11 @@
|
|
|
24774
27396
|
"privacy": "private",
|
|
24775
27397
|
"default": "`radio-label-${this.inputId}`"
|
|
24776
27398
|
},
|
|
27399
|
+
{
|
|
27400
|
+
"kind": "field",
|
|
27401
|
+
"name": "_kbFocus",
|
|
27402
|
+
"privacy": "private"
|
|
27403
|
+
},
|
|
24777
27404
|
{
|
|
24778
27405
|
"kind": "field",
|
|
24779
27406
|
"name": "_checked",
|
|
@@ -24818,26 +27445,39 @@
|
|
|
24818
27445
|
},
|
|
24819
27446
|
{
|
|
24820
27447
|
"kind": "field",
|
|
24821
|
-
"name": "
|
|
27448
|
+
"name": "hideLabel",
|
|
24822
27449
|
"type": {
|
|
24823
27450
|
"text": "boolean"
|
|
24824
27451
|
},
|
|
24825
|
-
"privacy": "
|
|
27452
|
+
"privacy": "protected",
|
|
24826
27453
|
"default": "false"
|
|
24827
27454
|
},
|
|
24828
27455
|
{
|
|
24829
27456
|
"kind": "field",
|
|
24830
|
-
"name": "
|
|
24831
|
-
"
|
|
24832
|
-
|
|
24833
|
-
|
|
24834
|
-
"privacy": "protected",
|
|
24835
|
-
"default": "false"
|
|
27457
|
+
"name": "_radios",
|
|
27458
|
+
"privacy": "private",
|
|
27459
|
+
"description": "Returns all radio elements from the group, that is having the same name property.",
|
|
27460
|
+
"readonly": true
|
|
24836
27461
|
},
|
|
24837
27462
|
{
|
|
24838
27463
|
"kind": "field",
|
|
24839
|
-
"name": "
|
|
27464
|
+
"name": "_siblings",
|
|
24840
27465
|
"privacy": "private",
|
|
27466
|
+
"description": "All sibling radio elements of the one invoking the getter.",
|
|
27467
|
+
"readonly": true
|
|
27468
|
+
},
|
|
27469
|
+
{
|
|
27470
|
+
"kind": "field",
|
|
27471
|
+
"name": "_active",
|
|
27472
|
+
"privacy": "private",
|
|
27473
|
+
"description": "All non-disabled radio elements from the group.",
|
|
27474
|
+
"readonly": true
|
|
27475
|
+
},
|
|
27476
|
+
{
|
|
27477
|
+
"kind": "field",
|
|
27478
|
+
"name": "_checkedRadios",
|
|
27479
|
+
"privacy": "private",
|
|
27480
|
+
"description": "All checked radio elements from the group.",
|
|
24841
27481
|
"readonly": true
|
|
24842
27482
|
},
|
|
24843
27483
|
{
|
|
@@ -24963,35 +27603,32 @@
|
|
|
24963
27603
|
},
|
|
24964
27604
|
{
|
|
24965
27605
|
"kind": "method",
|
|
24966
|
-
"name": "
|
|
27606
|
+
"name": "formResetCallback",
|
|
24967
27607
|
"privacy": "protected",
|
|
24968
|
-
"
|
|
24969
|
-
|
|
24970
|
-
|
|
24971
|
-
|
|
24972
|
-
"text": "PointerEvent"
|
|
24973
|
-
}
|
|
24974
|
-
}
|
|
24975
|
-
]
|
|
27608
|
+
"inheritedFrom": {
|
|
27609
|
+
"name": "FormAssociatedMixin",
|
|
27610
|
+
"module": "src/components/common/mixins/form-associated.ts"
|
|
27611
|
+
}
|
|
24976
27612
|
},
|
|
24977
27613
|
{
|
|
24978
27614
|
"kind": "method",
|
|
24979
|
-
"name": "
|
|
24980
|
-
"privacy": "
|
|
27615
|
+
"name": "_resetTabIndexes",
|
|
27616
|
+
"privacy": "private",
|
|
27617
|
+
"description": "Called after a form reset callback to restore default keyboard navigation."
|
|
24981
27618
|
},
|
|
24982
27619
|
{
|
|
24983
27620
|
"kind": "method",
|
|
24984
|
-
"name": "
|
|
27621
|
+
"name": "handleClick",
|
|
24985
27622
|
"privacy": "protected"
|
|
24986
27623
|
},
|
|
24987
27624
|
{
|
|
24988
27625
|
"kind": "method",
|
|
24989
|
-
"name": "
|
|
27626
|
+
"name": "handleBlur",
|
|
24990
27627
|
"privacy": "protected"
|
|
24991
27628
|
},
|
|
24992
27629
|
{
|
|
24993
27630
|
"kind": "method",
|
|
24994
|
-
"name": "
|
|
27631
|
+
"name": "handleFocus",
|
|
24995
27632
|
"privacy": "protected"
|
|
24996
27633
|
},
|
|
24997
27634
|
{
|
|
@@ -25007,11 +27644,6 @@
|
|
|
25007
27644
|
}
|
|
25008
27645
|
]
|
|
25009
27646
|
},
|
|
25010
|
-
{
|
|
25011
|
-
"kind": "method",
|
|
25012
|
-
"name": "handleSlotChange",
|
|
25013
|
-
"privacy": "protected"
|
|
25014
|
-
},
|
|
25015
27647
|
{
|
|
25016
27648
|
"kind": "field",
|
|
25017
27649
|
"name": "required",
|
|
@@ -25285,15 +27917,6 @@
|
|
|
25285
27917
|
"module": "src/components/common/mixins/form-associated.ts"
|
|
25286
27918
|
}
|
|
25287
27919
|
},
|
|
25288
|
-
{
|
|
25289
|
-
"kind": "method",
|
|
25290
|
-
"name": "formResetCallback",
|
|
25291
|
-
"privacy": "protected",
|
|
25292
|
-
"inheritedFrom": {
|
|
25293
|
-
"name": "FormAssociatedMixin",
|
|
25294
|
-
"module": "src/components/common/mixins/form-associated.ts"
|
|
25295
|
-
}
|
|
25296
|
-
},
|
|
25297
27920
|
{
|
|
25298
27921
|
"kind": "method",
|
|
25299
27922
|
"name": "formDisabledCallback",
|
|
@@ -25657,6 +28280,38 @@
|
|
|
25657
28280
|
"privacy": "public",
|
|
25658
28281
|
"static": true
|
|
25659
28282
|
},
|
|
28283
|
+
{
|
|
28284
|
+
"kind": "field",
|
|
28285
|
+
"name": "_internals",
|
|
28286
|
+
"type": {
|
|
28287
|
+
"text": "ElementInternals"
|
|
28288
|
+
},
|
|
28289
|
+
"privacy": "private"
|
|
28290
|
+
},
|
|
28291
|
+
{
|
|
28292
|
+
"kind": "field",
|
|
28293
|
+
"name": "_name",
|
|
28294
|
+
"type": {
|
|
28295
|
+
"text": "string"
|
|
28296
|
+
},
|
|
28297
|
+
"privacy": "private"
|
|
28298
|
+
},
|
|
28299
|
+
{
|
|
28300
|
+
"kind": "field",
|
|
28301
|
+
"name": "_value",
|
|
28302
|
+
"type": {
|
|
28303
|
+
"text": "string"
|
|
28304
|
+
},
|
|
28305
|
+
"privacy": "private"
|
|
28306
|
+
},
|
|
28307
|
+
{
|
|
28308
|
+
"kind": "field",
|
|
28309
|
+
"name": "_radios",
|
|
28310
|
+
"type": {
|
|
28311
|
+
"text": "NodeListOf<IgcRadioComponent>"
|
|
28312
|
+
},
|
|
28313
|
+
"privacy": "private"
|
|
28314
|
+
},
|
|
25660
28315
|
{
|
|
25661
28316
|
"kind": "field",
|
|
25662
28317
|
"name": "alignment",
|
|
@@ -25668,6 +28323,45 @@
|
|
|
25668
28323
|
"description": "Alignment of the radio controls inside this group.",
|
|
25669
28324
|
"attribute": "alignment",
|
|
25670
28325
|
"reflects": true
|
|
28326
|
+
},
|
|
28327
|
+
{
|
|
28328
|
+
"kind": "field",
|
|
28329
|
+
"name": "name",
|
|
28330
|
+
"privacy": "public",
|
|
28331
|
+
"description": "Gets/Sets the name for all child igc-radio components.",
|
|
28332
|
+
"attribute": "name",
|
|
28333
|
+
"type": {
|
|
28334
|
+
"text": "string"
|
|
28335
|
+
},
|
|
28336
|
+
"reflects": true
|
|
28337
|
+
},
|
|
28338
|
+
{
|
|
28339
|
+
"kind": "field",
|
|
28340
|
+
"name": "value",
|
|
28341
|
+
"privacy": "public",
|
|
28342
|
+
"description": "Gets/Sets the checked igc-radio element that matches `value`",
|
|
28343
|
+
"attribute": "value",
|
|
28344
|
+
"type": {
|
|
28345
|
+
"text": "string"
|
|
28346
|
+
}
|
|
28347
|
+
},
|
|
28348
|
+
{
|
|
28349
|
+
"kind": "method",
|
|
28350
|
+
"name": "_setRadiosName",
|
|
28351
|
+
"privacy": "private"
|
|
28352
|
+
},
|
|
28353
|
+
{
|
|
28354
|
+
"kind": "method",
|
|
28355
|
+
"name": "_setSelectedRadio",
|
|
28356
|
+
"privacy": "private"
|
|
28357
|
+
},
|
|
28358
|
+
{
|
|
28359
|
+
"kind": "field",
|
|
28360
|
+
"name": "role",
|
|
28361
|
+
"type": {
|
|
28362
|
+
"text": "string"
|
|
28363
|
+
},
|
|
28364
|
+
"default": "'radiogroup'"
|
|
25671
28365
|
}
|
|
25672
28366
|
],
|
|
25673
28367
|
"attributes": [
|
|
@@ -25680,6 +28374,24 @@
|
|
|
25680
28374
|
"description": "Alignment of the radio controls inside this group.",
|
|
25681
28375
|
"fieldName": "alignment",
|
|
25682
28376
|
"attribute": "alignment"
|
|
28377
|
+
},
|
|
28378
|
+
{
|
|
28379
|
+
"name": "name",
|
|
28380
|
+
"description": "Gets/Sets the name for all child igc-radio components.",
|
|
28381
|
+
"fieldName": "name",
|
|
28382
|
+
"attribute": "name",
|
|
28383
|
+
"type": {
|
|
28384
|
+
"text": "string"
|
|
28385
|
+
}
|
|
28386
|
+
},
|
|
28387
|
+
{
|
|
28388
|
+
"name": "value",
|
|
28389
|
+
"description": "Gets/Sets the checked igc-radio element that matches `value`",
|
|
28390
|
+
"fieldName": "value",
|
|
28391
|
+
"attribute": "value",
|
|
28392
|
+
"type": {
|
|
28393
|
+
"text": "string"
|
|
28394
|
+
}
|
|
25683
28395
|
}
|
|
25684
28396
|
],
|
|
25685
28397
|
"superclass": {
|
|
@@ -27154,15 +29866,15 @@
|
|
|
27154
29866
|
"name": "IgcSelectItemComponent",
|
|
27155
29867
|
"cssParts": [
|
|
27156
29868
|
{
|
|
27157
|
-
"description": "The prefix wrapper.",
|
|
29869
|
+
"description": "The prefix wrapper of the igc-select-item.",
|
|
27158
29870
|
"name": "prefix"
|
|
27159
29871
|
},
|
|
27160
29872
|
{
|
|
27161
|
-
"description": "The main content wrapper.",
|
|
29873
|
+
"description": "The main content wrapper of the igc-select-item.",
|
|
27162
29874
|
"name": "content"
|
|
27163
29875
|
},
|
|
27164
29876
|
{
|
|
27165
|
-
"description": "The suffix wrapper.",
|
|
29877
|
+
"description": "The suffix wrapper of the igc-select-item.",
|
|
27166
29878
|
"name": "suffix"
|
|
27167
29879
|
}
|
|
27168
29880
|
],
|
|
@@ -27199,9 +29911,16 @@
|
|
|
27199
29911
|
"static": true
|
|
27200
29912
|
},
|
|
27201
29913
|
{
|
|
27202
|
-
"kind": "
|
|
27203
|
-
"name": "
|
|
27204
|
-
"privacy": "
|
|
29914
|
+
"kind": "field",
|
|
29915
|
+
"name": "active",
|
|
29916
|
+
"privacy": "public",
|
|
29917
|
+
"description": "Whether the item is disabled.",
|
|
29918
|
+
"attribute": "active",
|
|
29919
|
+
"reflects": true,
|
|
29920
|
+
"inheritedFrom": {
|
|
29921
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
29922
|
+
"module": "src/components/common/mixins/option.ts"
|
|
29923
|
+
}
|
|
27205
29924
|
},
|
|
27206
29925
|
{
|
|
27207
29926
|
"kind": "field",
|
|
@@ -27215,6 +29934,45 @@
|
|
|
27215
29934
|
"module": "src/components/common/mixins/option.ts"
|
|
27216
29935
|
}
|
|
27217
29936
|
},
|
|
29937
|
+
{
|
|
29938
|
+
"kind": "field",
|
|
29939
|
+
"name": "_active",
|
|
29940
|
+
"type": {
|
|
29941
|
+
"text": "boolean"
|
|
29942
|
+
},
|
|
29943
|
+
"privacy": "protected",
|
|
29944
|
+
"default": "false",
|
|
29945
|
+
"inheritedFrom": {
|
|
29946
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
29947
|
+
"module": "src/components/common/mixins/option.ts"
|
|
29948
|
+
}
|
|
29949
|
+
},
|
|
29950
|
+
{
|
|
29951
|
+
"kind": "field",
|
|
29952
|
+
"name": "_disabled",
|
|
29953
|
+
"type": {
|
|
29954
|
+
"text": "boolean"
|
|
29955
|
+
},
|
|
29956
|
+
"privacy": "protected",
|
|
29957
|
+
"default": "false",
|
|
29958
|
+
"inheritedFrom": {
|
|
29959
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
29960
|
+
"module": "src/components/common/mixins/option.ts"
|
|
29961
|
+
}
|
|
29962
|
+
},
|
|
29963
|
+
{
|
|
29964
|
+
"kind": "field",
|
|
29965
|
+
"name": "_selected",
|
|
29966
|
+
"type": {
|
|
29967
|
+
"text": "boolean"
|
|
29968
|
+
},
|
|
29969
|
+
"privacy": "protected",
|
|
29970
|
+
"default": "false",
|
|
29971
|
+
"inheritedFrom": {
|
|
29972
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
29973
|
+
"module": "src/components/common/mixins/option.ts"
|
|
29974
|
+
}
|
|
29975
|
+
},
|
|
27218
29976
|
{
|
|
27219
29977
|
"kind": "field",
|
|
27220
29978
|
"name": "_value",
|
|
@@ -27249,30 +30007,10 @@
|
|
|
27249
30007
|
"module": "src/components/common/mixins/option.ts"
|
|
27250
30008
|
}
|
|
27251
30009
|
},
|
|
27252
|
-
{
|
|
27253
|
-
"kind": "field",
|
|
27254
|
-
"name": "active",
|
|
27255
|
-
"type": {
|
|
27256
|
-
"text": "boolean"
|
|
27257
|
-
},
|
|
27258
|
-
"privacy": "public",
|
|
27259
|
-
"default": "false",
|
|
27260
|
-
"description": "Whether the item is active.",
|
|
27261
|
-
"attribute": "active",
|
|
27262
|
-
"reflects": true,
|
|
27263
|
-
"inheritedFrom": {
|
|
27264
|
-
"name": "IgcBaseOptionLikeComponent",
|
|
27265
|
-
"module": "src/components/common/mixins/option.ts"
|
|
27266
|
-
}
|
|
27267
|
-
},
|
|
27268
30010
|
{
|
|
27269
30011
|
"kind": "field",
|
|
27270
30012
|
"name": "disabled",
|
|
27271
|
-
"type": {
|
|
27272
|
-
"text": "boolean"
|
|
27273
|
-
},
|
|
27274
30013
|
"privacy": "public",
|
|
27275
|
-
"default": "false",
|
|
27276
30014
|
"description": "Whether the item is disabled.",
|
|
27277
30015
|
"attribute": "disabled",
|
|
27278
30016
|
"reflects": true,
|
|
@@ -27284,11 +30022,7 @@
|
|
|
27284
30022
|
{
|
|
27285
30023
|
"kind": "field",
|
|
27286
30024
|
"name": "selected",
|
|
27287
|
-
"type": {
|
|
27288
|
-
"text": "boolean"
|
|
27289
|
-
},
|
|
27290
30025
|
"privacy": "public",
|
|
27291
|
-
"default": "false",
|
|
27292
30026
|
"description": "Whether the item is selected.",
|
|
27293
30027
|
"attribute": "selected",
|
|
27294
30028
|
"reflects": true,
|
|
@@ -27300,30 +30034,12 @@
|
|
|
27300
30034
|
{
|
|
27301
30035
|
"kind": "field",
|
|
27302
30036
|
"name": "value",
|
|
27303
|
-
"type": {
|
|
27304
|
-
"text": "string"
|
|
27305
|
-
},
|
|
27306
30037
|
"privacy": "public",
|
|
27307
30038
|
"description": "The current value of the item.\nIf not specified, the element's text content is used.",
|
|
27308
30039
|
"attribute": "value",
|
|
27309
|
-
"
|
|
27310
|
-
"
|
|
27311
|
-
|
|
27312
|
-
}
|
|
27313
|
-
},
|
|
27314
|
-
{
|
|
27315
|
-
"kind": "method",
|
|
27316
|
-
"name": "disabledChange",
|
|
27317
|
-
"privacy": "protected",
|
|
27318
|
-
"inheritedFrom": {
|
|
27319
|
-
"name": "IgcBaseOptionLikeComponent",
|
|
27320
|
-
"module": "src/components/common/mixins/option.ts"
|
|
27321
|
-
}
|
|
27322
|
-
},
|
|
27323
|
-
{
|
|
27324
|
-
"kind": "method",
|
|
27325
|
-
"name": "selectedChange",
|
|
27326
|
-
"privacy": "protected",
|
|
30040
|
+
"type": {
|
|
30041
|
+
"text": "string"
|
|
30042
|
+
},
|
|
27327
30043
|
"inheritedFrom": {
|
|
27328
30044
|
"name": "IgcBaseOptionLikeComponent",
|
|
27329
30045
|
"module": "src/components/common/mixins/option.ts"
|
|
@@ -27342,20 +30058,10 @@
|
|
|
27342
30058
|
}
|
|
27343
30059
|
}
|
|
27344
30060
|
],
|
|
27345
|
-
"superclass": {
|
|
27346
|
-
"name": "IgcBaseOptionLikeComponent",
|
|
27347
|
-
"module": "/src/components/common/mixins/option.js"
|
|
27348
|
-
},
|
|
27349
|
-
"tagName": "igc-select-item",
|
|
27350
|
-
"customElement": true,
|
|
27351
30061
|
"attributes": [
|
|
27352
30062
|
{
|
|
27353
30063
|
"name": "active",
|
|
27354
|
-
"
|
|
27355
|
-
"text": "boolean"
|
|
27356
|
-
},
|
|
27357
|
-
"default": "false",
|
|
27358
|
-
"description": "Whether the item is active.",
|
|
30064
|
+
"description": "Whether the item is disabled.",
|
|
27359
30065
|
"fieldName": "active",
|
|
27360
30066
|
"attribute": "active",
|
|
27361
30067
|
"inheritedFrom": {
|
|
@@ -27365,10 +30071,6 @@
|
|
|
27365
30071
|
},
|
|
27366
30072
|
{
|
|
27367
30073
|
"name": "disabled",
|
|
27368
|
-
"type": {
|
|
27369
|
-
"text": "boolean"
|
|
27370
|
-
},
|
|
27371
|
-
"default": "false",
|
|
27372
30074
|
"description": "Whether the item is disabled.",
|
|
27373
30075
|
"fieldName": "disabled",
|
|
27374
30076
|
"attribute": "disabled",
|
|
@@ -27379,10 +30081,6 @@
|
|
|
27379
30081
|
},
|
|
27380
30082
|
{
|
|
27381
30083
|
"name": "selected",
|
|
27382
|
-
"type": {
|
|
27383
|
-
"text": "boolean"
|
|
27384
|
-
},
|
|
27385
|
-
"default": "false",
|
|
27386
30084
|
"description": "Whether the item is selected.",
|
|
27387
30085
|
"fieldName": "selected",
|
|
27388
30086
|
"attribute": "selected",
|
|
@@ -27393,18 +30091,24 @@
|
|
|
27393
30091
|
},
|
|
27394
30092
|
{
|
|
27395
30093
|
"name": "value",
|
|
27396
|
-
"type": {
|
|
27397
|
-
"text": "string"
|
|
27398
|
-
},
|
|
27399
30094
|
"description": "The current value of the item.\nIf not specified, the element's text content is used.",
|
|
27400
30095
|
"fieldName": "value",
|
|
27401
30096
|
"attribute": "value",
|
|
30097
|
+
"type": {
|
|
30098
|
+
"text": "string"
|
|
30099
|
+
},
|
|
27402
30100
|
"inheritedFrom": {
|
|
27403
30101
|
"name": "IgcBaseOptionLikeComponent",
|
|
27404
30102
|
"module": "src/components/common/mixins/option.ts"
|
|
27405
30103
|
}
|
|
27406
30104
|
}
|
|
27407
|
-
]
|
|
30105
|
+
],
|
|
30106
|
+
"superclass": {
|
|
30107
|
+
"name": "IgcBaseOptionLikeComponent",
|
|
30108
|
+
"module": "/src/components/common/mixins/option.js"
|
|
30109
|
+
},
|
|
30110
|
+
"tagName": "igc-select-item",
|
|
30111
|
+
"customElement": true
|
|
27408
30112
|
}
|
|
27409
30113
|
],
|
|
27410
30114
|
"exports": [
|
|
@@ -27428,31 +30132,31 @@
|
|
|
27428
30132
|
"name": "IgcSelectComponent",
|
|
27429
30133
|
"cssParts": [
|
|
27430
30134
|
{
|
|
27431
|
-
"description": "The list of
|
|
30135
|
+
"description": "The list wrapping container for the items of the igc-select.",
|
|
27432
30136
|
"name": "list"
|
|
27433
30137
|
},
|
|
27434
30138
|
{
|
|
27435
|
-
"description": "The encapsulated igc-input.",
|
|
30139
|
+
"description": "The encapsulated igc-input of the igc-select.",
|
|
27436
30140
|
"name": "input"
|
|
27437
30141
|
},
|
|
27438
30142
|
{
|
|
27439
|
-
"description": "The encapsulated text label.",
|
|
30143
|
+
"description": "The encapsulated text label of the igc-select.",
|
|
27440
30144
|
"name": "label"
|
|
27441
30145
|
},
|
|
27442
30146
|
{
|
|
27443
|
-
"description": "The prefix wrapper.",
|
|
30147
|
+
"description": "The prefix wrapper of the input of the igc-select.",
|
|
27444
30148
|
"name": "prefix"
|
|
27445
30149
|
},
|
|
27446
30150
|
{
|
|
27447
|
-
"description": "The suffix wrapper.",
|
|
30151
|
+
"description": "The suffix wrapper of the input of the igc-select.",
|
|
27448
30152
|
"name": "suffix"
|
|
27449
30153
|
},
|
|
27450
30154
|
{
|
|
27451
|
-
"description": "The toggle icon wrapper.",
|
|
30155
|
+
"description": "The toggle icon wrapper of the igc-select.",
|
|
27452
30156
|
"name": "toggle-icon"
|
|
27453
30157
|
},
|
|
27454
30158
|
{
|
|
27455
|
-
"description": "The helper text wrapper.",
|
|
30159
|
+
"description": "The helper text wrapper of the igc-select.",
|
|
27456
30160
|
"name": "helper-text"
|
|
27457
30161
|
}
|
|
27458
30162
|
],
|
|
@@ -27840,6 +30544,20 @@
|
|
|
27840
30544
|
}
|
|
27841
30545
|
]
|
|
27842
30546
|
},
|
|
30547
|
+
{
|
|
30548
|
+
"kind": "method",
|
|
30549
|
+
"name": "handleAnchorClick",
|
|
30550
|
+
"privacy": "protected",
|
|
30551
|
+
"return": {
|
|
30552
|
+
"type": {
|
|
30553
|
+
"text": "void"
|
|
30554
|
+
}
|
|
30555
|
+
},
|
|
30556
|
+
"inheritedFrom": {
|
|
30557
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
30558
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
30559
|
+
}
|
|
30560
|
+
},
|
|
27843
30561
|
{
|
|
27844
30562
|
"kind": "method",
|
|
27845
30563
|
"name": "onEnterKey",
|
|
@@ -27981,6 +30699,11 @@
|
|
|
27981
30699
|
"name": "clearSelectedItem",
|
|
27982
30700
|
"privacy": "private"
|
|
27983
30701
|
},
|
|
30702
|
+
{
|
|
30703
|
+
"kind": "method",
|
|
30704
|
+
"name": "focusItemOnOpen",
|
|
30705
|
+
"privacy": "private"
|
|
30706
|
+
},
|
|
27984
30707
|
{
|
|
27985
30708
|
"kind": "method",
|
|
27986
30709
|
"name": "getItem",
|
|
@@ -28744,15 +31467,6 @@
|
|
|
28744
31467
|
"module": "src/components/common/mixins/combo-box.ts"
|
|
28745
31468
|
}
|
|
28746
31469
|
},
|
|
28747
|
-
{
|
|
28748
|
-
"kind": "method",
|
|
28749
|
-
"name": "handleAnchorClick",
|
|
28750
|
-
"privacy": "protected",
|
|
28751
|
-
"inheritedFrom": {
|
|
28752
|
-
"name": "IgcBaseComboBoxLikeComponent",
|
|
28753
|
-
"module": "src/components/common/mixins/combo-box.ts"
|
|
28754
|
-
}
|
|
28755
|
-
},
|
|
28756
31470
|
{
|
|
28757
31471
|
"kind": "method",
|
|
28758
31472
|
"name": "_hide",
|
|
@@ -35810,6 +38524,15 @@
|
|
|
35810
38524
|
"static": true,
|
|
35811
38525
|
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }"
|
|
35812
38526
|
},
|
|
38527
|
+
{
|
|
38528
|
+
"kind": "field",
|
|
38529
|
+
"name": "_value",
|
|
38530
|
+
"type": {
|
|
38531
|
+
"text": "string"
|
|
38532
|
+
},
|
|
38533
|
+
"privacy": "private",
|
|
38534
|
+
"default": "''"
|
|
38535
|
+
},
|
|
35813
38536
|
{
|
|
35814
38537
|
"kind": "field",
|
|
35815
38538
|
"name": "observer",
|
|
@@ -35986,13 +38709,12 @@
|
|
|
35986
38709
|
{
|
|
35987
38710
|
"kind": "field",
|
|
35988
38711
|
"name": "value",
|
|
35989
|
-
"type": {
|
|
35990
|
-
"text": "string"
|
|
35991
|
-
},
|
|
35992
38712
|
"privacy": "public",
|
|
35993
|
-
"default": "''",
|
|
35994
38713
|
"description": "The value of the component",
|
|
35995
|
-
"attribute": "value"
|
|
38714
|
+
"attribute": "value",
|
|
38715
|
+
"type": {
|
|
38716
|
+
"text": "string"
|
|
38717
|
+
}
|
|
35996
38718
|
},
|
|
35997
38719
|
{
|
|
35998
38720
|
"kind": "field",
|
|
@@ -36869,13 +39591,12 @@
|
|
|
36869
39591
|
},
|
|
36870
39592
|
{
|
|
36871
39593
|
"name": "value",
|
|
36872
|
-
"type": {
|
|
36873
|
-
"text": "string"
|
|
36874
|
-
},
|
|
36875
|
-
"default": "''",
|
|
36876
39594
|
"description": "The value of the component",
|
|
36877
39595
|
"fieldName": "value",
|
|
36878
|
-
"attribute": "value"
|
|
39596
|
+
"attribute": "value",
|
|
39597
|
+
"type": {
|
|
39598
|
+
"text": "string"
|
|
39599
|
+
}
|
|
36879
39600
|
},
|
|
36880
39601
|
{
|
|
36881
39602
|
"name": "spellcheck",
|
|
@@ -42419,6 +45140,19 @@
|
|
|
42419
45140
|
}
|
|
42420
45141
|
]
|
|
42421
45142
|
},
|
|
45143
|
+
{
|
|
45144
|
+
"kind": "method",
|
|
45145
|
+
"name": "select",
|
|
45146
|
+
"privacy": "public",
|
|
45147
|
+
"parameters": [
|
|
45148
|
+
{
|
|
45149
|
+
"name": "index",
|
|
45150
|
+
"type": {
|
|
45151
|
+
"text": "number"
|
|
45152
|
+
}
|
|
45153
|
+
}
|
|
45154
|
+
]
|
|
45155
|
+
},
|
|
42422
45156
|
{
|
|
42423
45157
|
"kind": "field",
|
|
42424
45158
|
"name": "currentItem",
|
|
@@ -42904,6 +45638,19 @@
|
|
|
42904
45638
|
}
|
|
42905
45639
|
]
|
|
42906
45640
|
},
|
|
45641
|
+
{
|
|
45642
|
+
"kind": "method",
|
|
45643
|
+
"name": "selectByIndex",
|
|
45644
|
+
"privacy": "public",
|
|
45645
|
+
"parameters": [
|
|
45646
|
+
{
|
|
45647
|
+
"name": "index",
|
|
45648
|
+
"type": {
|
|
45649
|
+
"text": "number"
|
|
45650
|
+
}
|
|
45651
|
+
}
|
|
45652
|
+
]
|
|
45653
|
+
},
|
|
42907
45654
|
{
|
|
42908
45655
|
"kind": "method",
|
|
42909
45656
|
"name": "hostConnected",
|
|
@@ -43037,6 +45784,97 @@
|
|
|
43037
45784
|
}
|
|
43038
45785
|
]
|
|
43039
45786
|
},
|
|
45787
|
+
{
|
|
45788
|
+
"kind": "javascript-module",
|
|
45789
|
+
"path": "src/components/common/controllers/focus-ring.ts",
|
|
45790
|
+
"declarations": [
|
|
45791
|
+
{
|
|
45792
|
+
"kind": "class",
|
|
45793
|
+
"description": "A controller class which determines whether a focus ring should be shown to indicate keyboard focus.\nFocus rings are visible only when the user is interacting with a keyboard, not with a mouse, touch, or other input methods.\n\nBy default the class attaches a keyup event handler on the component host and will update its keyboard focus\nstate based on it.",
|
|
45794
|
+
"name": "KeyboardFocusRingController",
|
|
45795
|
+
"members": [
|
|
45796
|
+
{
|
|
45797
|
+
"kind": "field",
|
|
45798
|
+
"name": "_host",
|
|
45799
|
+
"type": {
|
|
45800
|
+
"text": "ReactiveControllerHost & HTMLElement"
|
|
45801
|
+
},
|
|
45802
|
+
"privacy": "private",
|
|
45803
|
+
"readonly": true,
|
|
45804
|
+
"default": "host"
|
|
45805
|
+
},
|
|
45806
|
+
{
|
|
45807
|
+
"kind": "field",
|
|
45808
|
+
"name": "_focused",
|
|
45809
|
+
"type": {
|
|
45810
|
+
"text": "boolean"
|
|
45811
|
+
},
|
|
45812
|
+
"privacy": "private",
|
|
45813
|
+
"default": "false"
|
|
45814
|
+
},
|
|
45815
|
+
{
|
|
45816
|
+
"kind": "field",
|
|
45817
|
+
"name": "focused",
|
|
45818
|
+
"privacy": "public",
|
|
45819
|
+
"description": "Gets whether the current focus state is activated through a keyboard interaction.",
|
|
45820
|
+
"readonly": true
|
|
45821
|
+
},
|
|
45822
|
+
{
|
|
45823
|
+
"kind": "method",
|
|
45824
|
+
"name": "hostConnected",
|
|
45825
|
+
"privacy": "public"
|
|
45826
|
+
},
|
|
45827
|
+
{
|
|
45828
|
+
"kind": "method",
|
|
45829
|
+
"name": "hostDisconnected",
|
|
45830
|
+
"privacy": "public"
|
|
45831
|
+
},
|
|
45832
|
+
{
|
|
45833
|
+
"kind": "method",
|
|
45834
|
+
"name": "handleEvent",
|
|
45835
|
+
"privacy": "public"
|
|
45836
|
+
},
|
|
45837
|
+
{
|
|
45838
|
+
"kind": "field",
|
|
45839
|
+
"name": "reset",
|
|
45840
|
+
"privacy": "public",
|
|
45841
|
+
"description": "Resets the keyboard focus state.\n\nUsually called on blur of the component or when a pointer based interaction\nis executed."
|
|
45842
|
+
}
|
|
45843
|
+
]
|
|
45844
|
+
},
|
|
45845
|
+
{
|
|
45846
|
+
"kind": "function",
|
|
45847
|
+
"name": "addKeyboardFocusRing",
|
|
45848
|
+
"parameters": [
|
|
45849
|
+
{
|
|
45850
|
+
"name": "host",
|
|
45851
|
+
"type": {
|
|
45852
|
+
"text": "ReactiveControllerHost & HTMLElement"
|
|
45853
|
+
}
|
|
45854
|
+
}
|
|
45855
|
+
],
|
|
45856
|
+
"description": "Adds a KeyboardFocusRingController responsible for managing keyboard focus state."
|
|
45857
|
+
}
|
|
45858
|
+
],
|
|
45859
|
+
"exports": [
|
|
45860
|
+
{
|
|
45861
|
+
"kind": "js",
|
|
45862
|
+
"name": "KeyboardFocusRingController",
|
|
45863
|
+
"declaration": {
|
|
45864
|
+
"name": "KeyboardFocusRingController",
|
|
45865
|
+
"module": "src/components/common/controllers/focus-ring.ts"
|
|
45866
|
+
}
|
|
45867
|
+
},
|
|
45868
|
+
{
|
|
45869
|
+
"kind": "js",
|
|
45870
|
+
"name": "addKeyboardFocusRing",
|
|
45871
|
+
"declaration": {
|
|
45872
|
+
"name": "addKeyboardFocusRing",
|
|
45873
|
+
"module": "src/components/common/controllers/focus-ring.ts"
|
|
45874
|
+
}
|
|
45875
|
+
}
|
|
45876
|
+
]
|
|
45877
|
+
},
|
|
43040
45878
|
{
|
|
43041
45879
|
"kind": "javascript-module",
|
|
43042
45880
|
"path": "src/components/common/controllers/key-bindings.ts",
|
|
@@ -46035,6 +48873,33 @@
|
|
|
46035
48873
|
},
|
|
46036
48874
|
"privacy": "protected"
|
|
46037
48875
|
},
|
|
48876
|
+
{
|
|
48877
|
+
"kind": "field",
|
|
48878
|
+
"name": "_active",
|
|
48879
|
+
"type": {
|
|
48880
|
+
"text": "boolean"
|
|
48881
|
+
},
|
|
48882
|
+
"privacy": "protected",
|
|
48883
|
+
"default": "false"
|
|
48884
|
+
},
|
|
48885
|
+
{
|
|
48886
|
+
"kind": "field",
|
|
48887
|
+
"name": "_disabled",
|
|
48888
|
+
"type": {
|
|
48889
|
+
"text": "boolean"
|
|
48890
|
+
},
|
|
48891
|
+
"privacy": "protected",
|
|
48892
|
+
"default": "false"
|
|
48893
|
+
},
|
|
48894
|
+
{
|
|
48895
|
+
"kind": "field",
|
|
48896
|
+
"name": "_selected",
|
|
48897
|
+
"type": {
|
|
48898
|
+
"text": "boolean"
|
|
48899
|
+
},
|
|
48900
|
+
"privacy": "protected",
|
|
48901
|
+
"default": "false"
|
|
48902
|
+
},
|
|
46038
48903
|
{
|
|
46039
48904
|
"kind": "field",
|
|
46040
48905
|
"name": "_value",
|
|
@@ -46060,11 +48925,7 @@
|
|
|
46060
48925
|
{
|
|
46061
48926
|
"kind": "field",
|
|
46062
48927
|
"name": "active",
|
|
46063
|
-
"type": {
|
|
46064
|
-
"text": "boolean"
|
|
46065
|
-
},
|
|
46066
48928
|
"privacy": "public",
|
|
46067
|
-
"default": "false",
|
|
46068
48929
|
"description": "Whether the item is active.",
|
|
46069
48930
|
"attribute": "active",
|
|
46070
48931
|
"reflects": true
|
|
@@ -46072,11 +48933,7 @@
|
|
|
46072
48933
|
{
|
|
46073
48934
|
"kind": "field",
|
|
46074
48935
|
"name": "disabled",
|
|
46075
|
-
"type": {
|
|
46076
|
-
"text": "boolean"
|
|
46077
|
-
},
|
|
46078
48936
|
"privacy": "public",
|
|
46079
|
-
"default": "false",
|
|
46080
48937
|
"description": "Whether the item is disabled.",
|
|
46081
48938
|
"attribute": "disabled",
|
|
46082
48939
|
"reflects": true
|
|
@@ -46084,11 +48941,7 @@
|
|
|
46084
48941
|
{
|
|
46085
48942
|
"kind": "field",
|
|
46086
48943
|
"name": "selected",
|
|
46087
|
-
"type": {
|
|
46088
|
-
"text": "boolean"
|
|
46089
|
-
},
|
|
46090
48944
|
"privacy": "public",
|
|
46091
|
-
"default": "false",
|
|
46092
48945
|
"description": "Whether the item is selected.",
|
|
46093
48946
|
"attribute": "selected",
|
|
46094
48947
|
"reflects": true
|
|
@@ -46096,22 +48949,12 @@
|
|
|
46096
48949
|
{
|
|
46097
48950
|
"kind": "field",
|
|
46098
48951
|
"name": "value",
|
|
46099
|
-
"type": {
|
|
46100
|
-
"text": "string"
|
|
46101
|
-
},
|
|
46102
48952
|
"privacy": "public",
|
|
46103
48953
|
"description": "The current value of the item.\nIf not specified, the element's text content is used.",
|
|
46104
|
-
"attribute": "value"
|
|
46105
|
-
|
|
46106
|
-
|
|
46107
|
-
|
|
46108
|
-
"name": "disabledChange",
|
|
46109
|
-
"privacy": "protected"
|
|
46110
|
-
},
|
|
46111
|
-
{
|
|
46112
|
-
"kind": "method",
|
|
46113
|
-
"name": "selectedChange",
|
|
46114
|
-
"privacy": "protected"
|
|
48954
|
+
"attribute": "value",
|
|
48955
|
+
"type": {
|
|
48956
|
+
"text": "string"
|
|
48957
|
+
}
|
|
46115
48958
|
},
|
|
46116
48959
|
{
|
|
46117
48960
|
"kind": "field",
|
|
@@ -46125,42 +48968,30 @@
|
|
|
46125
48968
|
"attributes": [
|
|
46126
48969
|
{
|
|
46127
48970
|
"name": "active",
|
|
46128
|
-
"type": {
|
|
46129
|
-
"text": "boolean"
|
|
46130
|
-
},
|
|
46131
|
-
"default": "false",
|
|
46132
48971
|
"description": "Whether the item is active.",
|
|
46133
48972
|
"fieldName": "active",
|
|
46134
48973
|
"attribute": "active"
|
|
46135
48974
|
},
|
|
46136
48975
|
{
|
|
46137
48976
|
"name": "disabled",
|
|
46138
|
-
"type": {
|
|
46139
|
-
"text": "boolean"
|
|
46140
|
-
},
|
|
46141
|
-
"default": "false",
|
|
46142
48977
|
"description": "Whether the item is disabled.",
|
|
46143
48978
|
"fieldName": "disabled",
|
|
46144
48979
|
"attribute": "disabled"
|
|
46145
48980
|
},
|
|
46146
48981
|
{
|
|
46147
48982
|
"name": "selected",
|
|
46148
|
-
"type": {
|
|
46149
|
-
"text": "boolean"
|
|
46150
|
-
},
|
|
46151
|
-
"default": "false",
|
|
46152
48983
|
"description": "Whether the item is selected.",
|
|
46153
48984
|
"fieldName": "selected",
|
|
46154
48985
|
"attribute": "selected"
|
|
46155
48986
|
},
|
|
46156
48987
|
{
|
|
46157
48988
|
"name": "value",
|
|
46158
|
-
"type": {
|
|
46159
|
-
"text": "string"
|
|
46160
|
-
},
|
|
46161
48989
|
"description": "The current value of the item.\nIf not specified, the element's text content is used.",
|
|
46162
48990
|
"fieldName": "value",
|
|
46163
|
-
"attribute": "value"
|
|
48991
|
+
"attribute": "value",
|
|
48992
|
+
"type": {
|
|
48993
|
+
"text": "string"
|
|
48994
|
+
}
|
|
46164
48995
|
}
|
|
46165
48996
|
],
|
|
46166
48997
|
"superclass": {
|