igniteui-webcomponents 5.3.0-beta.0 → 5.3.0-beta.2
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/animations/easings.d.ts +31 -0
- package/animations/player.d.ts +24 -0
- package/animations/presets/fade/index.d.ts +3 -0
- package/animations/presets/grow/index.d.ts +3 -0
- package/animations/presets/slide/index.d.ts +3 -0
- package/animations/types.d.ts +5 -0
- package/components/accordion/accordion.d.ts +44 -0
- package/components/accordion/themes/accordion.base.css.d.ts +1 -0
- package/components/avatar/avatar.d.ts +51 -0
- package/components/avatar/themes/avatar.base.css.d.ts +1 -0
- package/components/avatar/themes/dark/avatar.bootstrap.css.d.ts +1 -0
- package/components/avatar/themes/dark/avatar.fluent.css.d.ts +1 -0
- package/components/avatar/themes/dark/avatar.indigo.css.d.ts +1 -0
- package/components/avatar/themes/dark/avatar.material.css.d.ts +1 -0
- package/components/avatar/themes/light/avatar.bootstrap.css.d.ts +1 -0
- package/components/avatar/themes/light/avatar.fluent.css.d.ts +1 -0
- package/components/avatar/themes/light/avatar.indigo.css.d.ts +1 -0
- package/components/avatar/themes/light/avatar.material.css.d.ts +1 -0
- package/components/avatar/themes/light/avatar.shared.css.d.ts +1 -0
- package/components/avatar/themes/shared/avatar.bootstrap.css.d.ts +1 -0
- package/components/avatar/themes/shared/avatar.common.css.d.ts +1 -0
- package/components/avatar/themes/shared/avatar.fluent.css.d.ts +1 -0
- package/components/avatar/themes/shared/avatar.indigo.css.d.ts +1 -0
- package/components/avatar/themes/themes.d.ts +2 -0
- package/components/badge/badge.d.ts +41 -0
- package/components/badge/themes/badge.base.css.d.ts +1 -0
- package/components/badge/themes/dark/badge.bootstrap.css.d.ts +1 -0
- package/components/badge/themes/dark/badge.fluent.css.d.ts +1 -0
- package/components/badge/themes/dark/badge.indigo.css.d.ts +1 -0
- package/components/badge/themes/dark/badge.material.css.d.ts +1 -0
- package/components/badge/themes/light/badge.bootstrap.css.d.ts +1 -0
- package/components/badge/themes/light/badge.fluent.css.d.ts +1 -0
- package/components/badge/themes/light/badge.indigo.css.d.ts +1 -0
- package/components/badge/themes/light/badge.material.css.d.ts +1 -0
- package/components/badge/themes/light/badge.shared.css.d.ts +1 -0
- package/components/badge/themes/shared/badge.bootstrap.css.d.ts +1 -0
- package/components/badge/themes/shared/badge.common.css.d.ts +1 -0
- package/components/badge/themes/shared/badge.indigo.css.d.ts +1 -0
- package/components/badge/themes/themes.d.ts +2 -0
- package/components/banner/banner.d.ts +55 -0
- package/components/banner/themes/banner.base.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.bootstrap.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.fluent.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.indigo.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.material.css.d.ts +1 -0
- package/components/banner/themes/light/banner.bootstrap.css.d.ts +1 -0
- package/components/banner/themes/light/banner.fluent.css.d.ts +1 -0
- package/components/banner/themes/light/banner.indigo.css.d.ts +1 -0
- package/components/banner/themes/light/banner.material.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.bootstrap.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.fluent.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.indigo.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.material.css.d.ts +1 -0
- package/components/banner/themes/themes.d.ts +2 -0
- package/components/button/button-base.d.ts +69 -0
- package/components/button/button.d.ts +31 -0
- package/components/button/icon-button.d.ts +40 -0
- package/components/button/themes/button/button.base.css.d.ts +1 -0
- package/components/button/themes/button/dark/button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/button/dark/button.fluent.css.d.ts +1 -0
- package/components/button/themes/button/dark/button.indigo.css.d.ts +1 -0
- package/components/button/themes/button/dark/button.material.css.d.ts +1 -0
- package/components/button/themes/button/light/button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/button/light/button.fluent.css.d.ts +1 -0
- package/components/button/themes/button/light/button.indigo.css.d.ts +1 -0
- package/components/button/themes/button/light/button.material.css.d.ts +1 -0
- package/components/button/themes/button/light/button.shared.css.d.ts +1 -0
- package/components/button/themes/button/shared/button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/button/shared/button.common.css.d.ts +1 -0
- package/components/button/themes/button/shared/button.fluent.css.d.ts +1 -0
- package/components/button/themes/button/shared/button.indigo.css.d.ts +1 -0
- package/components/button/themes/button/shared/button.material.css.d.ts +1 -0
- package/components/button/themes/button/themes.d.ts +2 -0
- package/components/button/themes/icon-button/dark/icon-button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/icon-button/dark/icon-button.fluent.css.d.ts +1 -0
- package/components/button/themes/icon-button/dark/icon-button.indigo.css.d.ts +1 -0
- package/components/button/themes/icon-button/dark/icon-button.material.css.d.ts +1 -0
- package/components/button/themes/icon-button/icon-button.base.css.d.ts +1 -0
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/icon-button/light/icon-button.fluent.css.d.ts +1 -0
- package/components/button/themes/icon-button/light/icon-button.indigo.css.d.ts +1 -0
- package/components/button/themes/icon-button/light/icon-button.material.css.d.ts +1 -0
- package/components/button/themes/icon-button/shared/icon-button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/icon-button/shared/icon-button.common.css.d.ts +1 -0
- package/components/button/themes/icon-button/shared/icon-button.fluent.css.d.ts +1 -0
- package/components/button/themes/icon-button/shared/icon-button.indigo.css.d.ts +1 -0
- package/components/button/themes/icon-button/shared/icon-button.material.css.d.ts +1 -0
- package/components/button/themes/icon-button/themes.d.ts +2 -0
- package/components/button-group/button-group.d.ts +67 -0
- package/components/button-group/themes/button.base.css.d.ts +1 -0
- package/components/button-group/themes/button.d.ts +2 -0
- package/components/button-group/themes/dark/button-group.bootstrap.css.d.ts +1 -0
- package/components/button-group/themes/dark/button-group.fluent.css.d.ts +1 -0
- package/components/button-group/themes/dark/button-group.indigo.css.d.ts +1 -0
- package/components/button-group/themes/dark/button-group.material.css.d.ts +1 -0
- package/components/button-group/themes/dark/button-group.shared.css.d.ts +1 -0
- package/components/button-group/themes/group.base.css.d.ts +1 -0
- package/components/button-group/themes/group.d.ts +2 -0
- package/components/button-group/themes/light/button-group.bootstrap.css.d.ts +1 -0
- package/components/button-group/themes/light/button-group.fluent.css.d.ts +1 -0
- package/components/button-group/themes/light/button-group.indigo.css.d.ts +1 -0
- package/components/button-group/themes/light/button-group.material.css.d.ts +1 -0
- package/components/button-group/themes/light/button-group.shared.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.bootstrap.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.common.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.fluent.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.indigo.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.material.css.d.ts +1 -0
- package/components/button-group/themes/shared/group/group.bootstrap.css.d.ts +1 -0
- package/components/button-group/themes/shared/group/group.common.css.d.ts +1 -0
- package/components/button-group/themes/shared/group/group.fluent.css.d.ts +1 -0
- package/components/button-group/themes/shared/group/group.indigo.css.d.ts +1 -0
- package/components/button-group/toggle-button.d.ts +51 -0
- package/components/calendar/base.d.ts +65 -0
- package/components/calendar/calendar.d.ts +154 -0
- package/components/calendar/days-view/days-view.d.ts +87 -0
- package/components/calendar/helpers.d.ts +55 -0
- package/components/calendar/model.d.ts +55 -0
- package/components/calendar/months-view/months-view.d.ts +44 -0
- package/components/calendar/themes/calendar.base.css.d.ts +1 -0
- package/components/calendar/themes/calendar.d.ts +2 -0
- package/components/calendar/themes/dark/calendar.bootstrap.css.d.ts +1 -0
- package/components/calendar/themes/dark/calendar.fluent.css.d.ts +1 -0
- package/components/calendar/themes/dark/calendar.indigo.css.d.ts +1 -0
- package/components/calendar/themes/dark/calendar.material.css.d.ts +1 -0
- package/components/calendar/themes/days-view.base.css.d.ts +1 -0
- package/components/calendar/themes/days.d.ts +2 -0
- package/components/calendar/themes/light/calendar.bootstrap.css.d.ts +1 -0
- package/components/calendar/themes/light/calendar.fluent.css.d.ts +1 -0
- package/components/calendar/themes/light/calendar.indigo.css.d.ts +1 -0
- package/components/calendar/themes/light/calendar.material.css.d.ts +1 -0
- package/components/calendar/themes/light/calendar.shared.css.d.ts +1 -0
- package/components/calendar/themes/shared/bootstrap/calendar.bootstrap.css.d.ts +1 -0
- package/components/calendar/themes/shared/bootstrap/days-view.bootstrap.css.d.ts +1 -0
- package/components/calendar/themes/shared/bootstrap/year-month-view.bootstrap.css.d.ts +1 -0
- package/components/calendar/themes/shared/fluent/calendar.fluent.css.d.ts +1 -0
- package/components/calendar/themes/shared/fluent/days-view.fluent.css.d.ts +1 -0
- package/components/calendar/themes/shared/fluent/year-month-view.fluent.css.d.ts +1 -0
- package/components/calendar/themes/shared/indigo/calendar.indigo.css.d.ts +1 -0
- package/components/calendar/themes/shared/indigo/days-view.indigo.css.d.ts +1 -0
- package/components/calendar/themes/shared/indigo/year-month-view.indigo.css.d.ts +1 -0
- package/components/calendar/themes/shared/material/calendar.material.css.d.ts +1 -0
- package/components/calendar/themes/shared/material/days-view.material.css.d.ts +1 -0
- package/components/calendar/themes/shared/material/year-month-view.material.css.d.ts +1 -0
- package/components/calendar/themes/year-month-view.base.css.d.ts +1 -0
- package/components/calendar/themes/year-month.d.ts +2 -0
- package/components/calendar/types.d.ts +16 -0
- package/components/calendar/years-view/years-view.d.ts +41 -0
- package/components/card/card.actions.d.ts +24 -0
- package/components/card/card.content.d.ts +17 -0
- package/components/card/card.d.ts +22 -0
- package/components/card/card.header.d.ts +22 -0
- package/components/card/card.media.d.ts +17 -0
- package/components/card/themes/actions.d.ts +2 -0
- package/components/card/themes/card.actions.base.css.d.ts +1 -0
- package/components/card/themes/card.content.base.css.d.ts +1 -0
- package/components/card/themes/card.header.base.css.d.ts +1 -0
- package/components/card/themes/card.media.base.css.d.ts +1 -0
- package/components/card/themes/container.base.css.d.ts +1 -0
- package/components/card/themes/container.d.ts +2 -0
- package/components/card/themes/content.d.ts +2 -0
- package/components/card/themes/dark/card.bootstrap.css.d.ts +1 -0
- package/components/card/themes/dark/card.fluent.css.d.ts +1 -0
- package/components/card/themes/dark/card.indigo.css.d.ts +1 -0
- package/components/card/themes/dark/card.material.css.d.ts +1 -0
- package/components/card/themes/dark/card.shared.css.d.ts +1 -0
- package/components/card/themes/header.d.ts +2 -0
- package/components/card/themes/light/container/card.bootstrap.css.d.ts +1 -0
- package/components/card/themes/light/container/card.fluent.css.d.ts +1 -0
- package/components/card/themes/light/container/card.indigo.css.d.ts +1 -0
- package/components/card/themes/light/container/card.material.css.d.ts +1 -0
- package/components/card/themes/light/container/card.shared.css.d.ts +1 -0
- package/components/card/themes/shared/actions/card.actions.bootstrap.css.d.ts +1 -0
- package/components/card/themes/shared/actions/card.actions.indigo.css.d.ts +1 -0
- package/components/card/themes/shared/container/card.common.css.d.ts +1 -0
- package/components/card/themes/shared/container/card.fluent.css.d.ts +1 -0
- package/components/card/themes/shared/container/card.indigo.css.d.ts +1 -0
- package/components/card/themes/shared/content/card.content.bootstrap.css.d.ts +1 -0
- package/components/card/themes/shared/content/card.content.common.css.d.ts +1 -0
- package/components/card/themes/shared/header/card.header.bootstrap.css.d.ts +1 -0
- package/components/card/themes/shared/header/card.header.common.css.d.ts +1 -0
- package/components/card/themes/shared/header/card.header.fluent.css.d.ts +1 -0
- package/components/card/themes/shared/header/card.header.indigo.css.d.ts +1 -0
- package/components/carousel/animations.d.ts +1 -0
- package/components/carousel/carousel-indicator-container.d.ts +21 -0
- package/components/carousel/carousel-indicator.d.ts +34 -0
- package/components/carousel/carousel-slide.d.ts +37 -0
- package/components/carousel/carousel.d.ts +199 -0
- package/components/carousel/themes/carousel-indicator-container.base.css.d.ts +1 -0
- package/components/carousel/themes/carousel-indicator.base.css.d.ts +1 -0
- package/components/carousel/themes/carousel-slide.base.css.d.ts +1 -0
- package/components/carousel/themes/carousel.base.css.d.ts +1 -0
- package/components/carousel/themes/container.d.ts +2 -0
- package/components/carousel/themes/dark/carousel.bootstrap.css.d.ts +1 -0
- package/components/carousel/themes/dark/carousel.fluent.css.d.ts +1 -0
- package/components/carousel/themes/dark/carousel.indigo.css.d.ts +1 -0
- package/components/carousel/themes/dark/carousel.material.css.d.ts +1 -0
- package/components/carousel/themes/dark/carousel.shared.css.d.ts +1 -0
- package/components/carousel/themes/indicator-container.d.ts +2 -0
- package/components/carousel/themes/light/carousel.bootstrap.css.d.ts +1 -0
- package/components/carousel/themes/light/carousel.fluent.css.d.ts +1 -0
- package/components/carousel/themes/light/carousel.indigo.css.d.ts +1 -0
- package/components/carousel/themes/light/carousel.material.css.d.ts +1 -0
- package/components/carousel/themes/light/carousel.shared.css.d.ts +1 -0
- package/components/carousel/themes/shared/carousel.bootstrap.css.d.ts +1 -0
- package/components/carousel/themes/shared/carousel.common.css.d.ts +1 -0
- package/components/carousel/themes/shared/carousel.fluent.css.d.ts +1 -0
- package/components/carousel/themes/shared/carousel.indigo.css.d.ts +1 -0
- package/components/carousel/themes/shared/indicator-container/indicator-container.bootstrap.css.d.ts +1 -0
- package/components/carousel/themes/shared/indicator-container/indicator-container.common.css.d.ts +1 -0
- package/components/carousel/themes/shared/indicator-container/indicator-container.fluent.css.d.ts +1 -0
- package/components/carousel/themes/shared/indicator-container/indicator-container.indigo.css.d.ts +1 -0
- package/components/checkbox/checkbox-base.d.ts +51 -0
- package/components/checkbox/checkbox.d.ts +44 -0
- package/components/checkbox/switch.d.ts +29 -0
- package/components/checkbox/themes/checkbox-themes.d.ts +2 -0
- package/components/checkbox/themes/checkbox.base.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.material.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch/switch.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch/switch.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch/switch.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch/switch.material.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.material.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.shared.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch/switch.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch/switch.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch/switch.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch/switch.material.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch/switch.shared.css.d.ts +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.common.css.d.ts +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.material.css.d.ts +1 -0
- package/components/checkbox/themes/shared/switch/switch.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/shared/switch/switch.common.css.d.ts +1 -0
- package/components/checkbox/themes/shared/switch/switch.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/shared/switch/switch.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/shared/switch/switch.material.css.d.ts +1 -0
- package/components/checkbox/themes/switch-themes.d.ts +2 -0
- package/components/checkbox/themes/switch.base.css.d.ts +1 -0
- package/components/checkbox/validators.d.ts +3 -0
- package/components/chip/chip.d.ts +66 -0
- package/components/chip/themes/chip.base.css.d.ts +1 -0
- package/components/chip/themes/chip.base.css.js +1 -1
- package/components/chip/themes/chip.base.css.js.map +1 -1
- package/components/chip/themes/dark/chip.bootstrap.css.d.ts +1 -0
- package/components/chip/themes/dark/chip.fluent.css.d.ts +1 -0
- package/components/chip/themes/dark/chip.indigo.css.d.ts +1 -0
- package/components/chip/themes/dark/chip.material.css.d.ts +1 -0
- package/components/chip/themes/light/chip.bootstrap.css.d.ts +1 -0
- package/components/chip/themes/light/chip.fluent.css.d.ts +1 -0
- package/components/chip/themes/light/chip.indigo.css.d.ts +1 -0
- package/components/chip/themes/light/chip.material.css.d.ts +1 -0
- package/components/chip/themes/light/chip.shared.css.d.ts +1 -0
- package/components/chip/themes/shared/chip.bootstrap.css.d.ts +1 -0
- package/components/chip/themes/shared/chip.common.css.d.ts +1 -0
- package/components/chip/themes/shared/chip.fluent.css.d.ts +1 -0
- package/components/chip/themes/shared/chip.indigo.css.d.ts +1 -0
- package/components/chip/themes/themes.d.ts +2 -0
- package/components/combo/combo-header.d.ts +12 -0
- package/components/combo/combo-item.d.ts +34 -0
- package/components/combo/combo-list.d.ts +11 -0
- package/components/combo/combo.d.ts +322 -0
- package/components/combo/controllers/data.d.ts +22 -0
- package/components/combo/controllers/navigation.d.ts +50 -0
- package/components/combo/controllers/selection.d.ts +33 -0
- package/components/combo/operations/filter.d.ts +6 -0
- package/components/combo/operations/group.d.ts +6 -0
- package/components/combo/themes/combo-header.base.css.d.ts +1 -0
- package/components/combo/themes/combo-item.base.css.d.ts +1 -0
- package/components/combo/themes/combo.base.css.d.ts +1 -0
- package/components/combo/themes/dark/combo.bootstrap.css.d.ts +1 -0
- package/components/combo/themes/dark/combo.fluent.css.d.ts +1 -0
- package/components/combo/themes/dark/combo.indigo.css.d.ts +1 -0
- package/components/combo/themes/dark/combo.material.css.d.ts +1 -0
- package/components/combo/themes/light/combo.bootstrap.css.d.ts +1 -0
- package/components/combo/themes/light/combo.fluent.css.d.ts +1 -0
- package/components/combo/themes/light/combo.indigo.css.d.ts +1 -0
- package/components/combo/themes/light/combo.material.css.d.ts +1 -0
- package/components/combo/themes/light/combo.shared.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.bootstrap.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.common.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.fluent.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.indigo.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.material.css.d.ts +1 -0
- package/components/combo/themes/themes.d.ts +2 -0
- package/components/combo/types.d.ts +45 -0
- package/components/combo/validators.d.ts +3 -0
- package/components/common/context.d.ts +16 -0
- package/components/common/controllers/async-consumer.d.ts +17 -0
- package/components/common/controllers/drag.d.ts +143 -0
- package/components/common/controllers/focus-ring.d.ts +32 -0
- package/components/common/controllers/fullscreen.d.ts +41 -0
- package/components/common/controllers/gestures.d.ts +76 -0
- package/components/common/controllers/key-bindings.d.ts +150 -0
- package/components/common/controllers/mutation-observer.d.ts +74 -0
- package/components/common/controllers/root-click.d.ts +26 -0
- package/components/common/controllers/root-scroll.d.ts +27 -0
- package/components/common/decorators/blazorAdditionalDependencies.d.ts +5 -0
- package/components/common/decorators/blazorDeepImport.d.ts +5 -0
- package/components/common/decorators/blazorInclude.d.ts +5 -0
- package/components/common/decorators/blazorIndirectRender.d.ts +5 -0
- package/components/common/decorators/blazorSuppressComponent.d.ts +5 -0
- package/components/common/decorators/blazorTypeOverride.d.ts +7 -0
- package/components/common/decorators/watch.d.ts +5 -0
- package/components/common/definitions/defineAllComponents.d.ts +1 -0
- package/components/common/definitions/defineAllComponents.js +4 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/definitions/defineComponents.d.ts +2 -0
- package/components/common/definitions/register.d.ts +5 -0
- package/components/common/i18n/calendar.resources.d.ts +17 -0
- package/components/common/localization/intl-formatters.d.ts +17 -0
- package/components/common/localization/validation-en.d.ts +13 -0
- package/components/common/mixins/alert.d.ts +38 -0
- package/components/common/mixins/combo-box.d.ts +54 -0
- package/components/common/mixins/constructor.d.ts +2 -0
- package/components/common/mixins/event-emitter.d.ts +11 -0
- package/components/common/mixins/forms/associated-required.d.ts +13 -0
- package/components/common/mixins/forms/associated.d.ts +11 -0
- package/components/common/mixins/forms/form-value.d.ts +32 -0
- package/components/common/mixins/forms/types.d.ts +128 -0
- package/components/common/mixins/option.d.ts +39 -0
- package/components/common/util.d.ts +122 -0
- package/components/common/validators.d.ts +56 -0
- package/components/date-picker/date-picker.d.ts +288 -0
- package/components/date-picker/themes/dark/date-picker.bootstrap.css.d.ts +1 -0
- package/components/date-picker/themes/dark/date-picker.fluent.css.d.ts +1 -0
- package/components/date-picker/themes/dark/date-picker.indigo.css.d.ts +1 -0
- package/components/date-picker/themes/dark/date-picker.material.css.d.ts +1 -0
- package/components/date-picker/themes/date-picker.base.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.bootstrap.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.fluent.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.indigo.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.material.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.shared.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.bootstrap.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.common.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.fluent.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.indigo.css.d.ts +1 -0
- package/components/date-picker/themes/themes.d.ts +2 -0
- package/components/date-picker/validators.d.ts +3 -0
- package/components/date-time-input/date-time-input.d.ts +135 -0
- package/components/date-time-input/date-util.d.ts +90 -0
- package/components/date-time-input/validators.d.ts +3 -0
- package/components/dialog/dialog.d.ts +95 -0
- package/components/dialog/themes/dark/dialog.bootstrap.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.fluent.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.indigo.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.material.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.shared.css.d.ts +1 -0
- package/components/dialog/themes/dialog.base.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.bootstrap.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.fluent.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.indigo.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.material.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.shared.css.d.ts +1 -0
- package/components/dialog/themes/shared/dialog.bootstrap.css.d.ts +1 -0
- package/components/dialog/themes/shared/dialog.common.css.d.ts +1 -0
- package/components/dialog/themes/shared/dialog.fluent.css.d.ts +1 -0
- package/components/dialog/themes/shared/dialog.indigo.css.d.ts +1 -0
- package/components/dialog/themes/themes.d.ts +2 -0
- package/components/divider/divider.d.ts +40 -0
- package/components/divider/themes/dark/divider.bootstrap.css.d.ts +1 -0
- package/components/divider/themes/dark/divider.fluent.css.d.ts +1 -0
- package/components/divider/themes/dark/divider.indigo.css.d.ts +1 -0
- package/components/divider/themes/dark/divider.material.css.d.ts +1 -0
- package/components/divider/themes/divider.base.css.d.ts +1 -0
- package/components/divider/themes/light/divider.bootstrap.css.d.ts +1 -0
- package/components/divider/themes/light/divider.fluent.css.d.ts +1 -0
- package/components/divider/themes/light/divider.indigo.css.d.ts +1 -0
- package/components/divider/themes/light/divider.material.css.d.ts +1 -0
- package/components/divider/themes/light/divider.shared.css.d.ts +1 -0
- package/components/divider/themes/shared/divider.common.css.d.ts +1 -0
- package/components/divider/themes/shared/divider.indigo.css.d.ts +1 -0
- package/components/divider/themes/themes.d.ts +2 -0
- package/components/dropdown/dropdown-group.d.ts +27 -0
- package/components/dropdown/dropdown-header.d.ts +19 -0
- package/components/dropdown/dropdown-item.d.ts +24 -0
- package/components/dropdown/dropdown.d.ts +118 -0
- package/components/dropdown/themes/container.d.ts +2 -0
- package/components/dropdown/themes/dark/dropdown.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.material.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.shared.css.d.ts +1 -0
- package/components/dropdown/themes/dropdown-group.base.css.d.ts +1 -0
- package/components/dropdown/themes/dropdown-header.base.css.d.ts +1 -0
- package/components/dropdown/themes/dropdown-item.base.css.d.ts +1 -0
- package/components/dropdown/themes/dropdown.base.css.d.ts +1 -0
- package/components/dropdown/themes/group.d.ts +2 -0
- package/components/dropdown/themes/header.d.ts +2 -0
- package/components/dropdown/themes/item.d.ts +2 -0
- package/components/dropdown/themes/light/dropdown.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.material.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.shared.css.d.ts +1 -0
- package/components/dropdown/themes/shared/dropdown.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/shared/dropdown.common.css.d.ts +1 -0
- package/components/dropdown/themes/shared/dropdown.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/shared/dropdown.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/shared/dropdown.material.css.d.ts +1 -0
- package/components/dropdown/themes/shared/group/dropdown-group.common.css.d.ts +1 -0
- package/components/dropdown/themes/shared/group/dropdown-group.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.common.css.d.ts +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.common.css.d.ts +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.d.ts +1 -0
- package/components/expansion-panel/expansion-panel.d.ts +83 -0
- package/components/expansion-panel/themes/dark/expansion-panel.bootstrap.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.fluent.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.indigo.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.material.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.shared.css.d.ts +1 -0
- package/components/expansion-panel/themes/expansion-panel.base.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.fluent.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.indigo.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.material.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.shared.css.d.ts +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.bootstrap.css.d.ts +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.common.css.d.ts +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.fluent.css.d.ts +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.indigo.css.d.ts +1 -0
- package/components/expansion-panel/themes/themes.d.ts +2 -0
- package/components/focus-trap/focus-trap.d.ts +35 -0
- package/components/icon/icon-references.d.ts +28 -0
- package/components/icon/icon-state.broadcast.d.ts +14 -0
- package/components/icon/icon.d.ts +47 -0
- package/components/icon/icon.registry.d.ts +24 -0
- package/components/icon/internal-icons-lib.d.ts +2 -0
- package/components/icon/registry/default-map.d.ts +12 -0
- package/components/icon/registry/parser.d.ts +6 -0
- package/components/icon/registry/types.d.ts +35 -0
- package/components/icon/themes/dark/icon.bootstrap.css.d.ts +1 -0
- package/components/icon/themes/dark/icon.fluent.css.d.ts +1 -0
- package/components/icon/themes/dark/icon.indigo.css.d.ts +1 -0
- package/components/icon/themes/dark/icon.material.css.d.ts +1 -0
- package/components/icon/themes/icon.base.css.d.ts +1 -0
- package/components/icon/themes/light/icon.bootstrap.css.d.ts +1 -0
- package/components/icon/themes/light/icon.fluent.css.d.ts +1 -0
- package/components/icon/themes/light/icon.indigo.css.d.ts +1 -0
- package/components/icon/themes/light/icon.material.css.d.ts +1 -0
- package/components/icon/themes/light/icon.shared.css.d.ts +1 -0
- package/components/icon/themes/shared/icon.bootstrap.css.d.ts +1 -0
- package/components/icon/themes/shared/icon.common.css.d.ts +1 -0
- package/components/icon/themes/shared/icon.fluent.css.d.ts +1 -0
- package/components/icon/themes/shared/icon.indigo.css.d.ts +1 -0
- package/components/icon/themes/themes.d.ts +2 -0
- package/components/input/input-base.d.ts +72 -0
- package/components/input/input.d.ts +135 -0
- package/components/input/themes/dark/input.bootstrap.css.d.ts +1 -0
- package/components/input/themes/dark/input.fluent.css.d.ts +1 -0
- package/components/input/themes/dark/input.indigo.css.d.ts +1 -0
- package/components/input/themes/dark/input.material.css.d.ts +1 -0
- package/components/input/themes/input.base.css.d.ts +1 -0
- package/components/input/themes/light/input.bootstrap.css.d.ts +1 -0
- package/components/input/themes/light/input.fluent.css.d.ts +1 -0
- package/components/input/themes/light/input.indigo.css.d.ts +1 -0
- package/components/input/themes/light/input.material.css.d.ts +1 -0
- package/components/input/themes/light/input.shared.css.d.ts +1 -0
- package/components/input/themes/shared/input.bootstrap.css.d.ts +1 -0
- package/components/input/themes/shared/input.common.css.d.ts +1 -0
- package/components/input/themes/shared/input.fluent.css.d.ts +1 -0
- package/components/input/themes/shared/input.indigo.css.d.ts +1 -0
- package/components/input/themes/shared/input.material.css.d.ts +1 -0
- package/components/input/themes/themes.d.ts +2 -0
- package/components/input/validators.d.ts +4 -0
- package/components/list/list-header.d.ts +21 -0
- package/components/list/list-item.d.ts +33 -0
- package/components/list/list.d.ts +21 -0
- package/components/list/themes/container.base.css.d.ts +1 -0
- package/components/list/themes/container.d.ts +2 -0
- package/components/list/themes/dark/container/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.material.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.shared.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.material.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.material.css.d.ts +1 -0
- package/components/list/themes/header.base.css.d.ts +1 -0
- package/components/list/themes/header.d.ts +2 -0
- package/components/list/themes/item.base.css.d.ts +1 -0
- package/components/list/themes/item.d.ts +2 -0
- package/components/list/themes/light/container/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/container/list.fluent.css.d.ts +1 -0
- package/components/list/themes/light/container/list.indigo.css.d.ts +1 -0
- package/components/list/themes/light/container/list.material.css.d.ts +1 -0
- package/components/list/themes/light/container/list.shared.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.fluent.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.material.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.indigo.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.material.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.common.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.fluent.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.indigo.css.d.ts +1 -0
- package/components/list/themes/shared/header/list-header.common.css.d.ts +1 -0
- package/components/list/themes/shared/header/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.common.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.indigo.css.d.ts +1 -0
- package/components/mask-input/mask-input-base.d.ts +34 -0
- package/components/mask-input/mask-input.d.ts +73 -0
- package/components/mask-input/mask-parser.d.ts +32 -0
- package/components/mask-input/validators.d.ts +3 -0
- package/components/nav-drawer/nav-drawer-header-item.d.ts +18 -0
- package/components/nav-drawer/nav-drawer-item.d.ts +38 -0
- package/components/nav-drawer/nav-drawer.d.ts +44 -0
- package/components/nav-drawer/themes/container.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/container.d.ts +2 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.shared.css.d.ts +1 -0
- package/components/nav-drawer/themes/header-item.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/header-item.d.ts +2 -0
- package/components/nav-drawer/themes/item.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/item.d.ts +2 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.shared.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.common.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.common.css.d.ts +1 -0
- 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.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.common.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.material.css.d.ts +1 -0
- package/components/navbar/navbar.d.ts +27 -0
- package/components/navbar/themes/dark/navbar.bootstrap.css.d.ts +1 -0
- package/components/navbar/themes/dark/navbar.fluent.css.d.ts +1 -0
- package/components/navbar/themes/dark/navbar.indigo.css.d.ts +1 -0
- package/components/navbar/themes/dark/navbar.material.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.bootstrap.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.fluent.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.indigo.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.material.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.shared.css.d.ts +1 -0
- package/components/navbar/themes/navbar.base.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.bootstrap.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.common.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.fluent.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.indigo.css.d.ts +1 -0
- package/components/navbar/themes/themes.d.ts +2 -0
- package/components/popover/popover.d.ts +72 -0
- package/components/popover/themes/light/popover.base.css.d.ts +1 -0
- package/components/progress/base.d.ts +61 -0
- package/components/progress/circular-gradient.d.ts +35 -0
- package/components/progress/circular-progress.d.ts +39 -0
- package/components/progress/linear-progress.d.ts +42 -0
- package/components/progress/themes/circular/circular.progress.base.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.material.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.shared.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.material.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.shared.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.common.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/circular/themes.d.ts +2 -0
- package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.material.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.shared.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.material.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.shared.css.d.ts +1 -0
- package/components/progress/themes/linear/linear.progress.base.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.common.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/linear/themes.d.ts +2 -0
- package/components/radio/radio.d.ts +101 -0
- package/components/radio/themes/dark/radio.bootstrap.css.d.ts +1 -0
- package/components/radio/themes/dark/radio.fluent.css.d.ts +1 -0
- package/components/radio/themes/dark/radio.indigo.css.d.ts +1 -0
- package/components/radio/themes/dark/radio.material.css.d.ts +1 -0
- package/components/radio/themes/light/radio.bootstrap.css.d.ts +1 -0
- package/components/radio/themes/light/radio.fluent.css.d.ts +1 -0
- package/components/radio/themes/light/radio.indigo.css.d.ts +1 -0
- package/components/radio/themes/light/radio.material.css.d.ts +1 -0
- package/components/radio/themes/light/radio.shared.css.d.ts +1 -0
- package/components/radio/themes/radio.base.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.bootstrap.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.common.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.fluent.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.indigo.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.material.css.d.ts +1 -0
- package/components/radio/themes/themes.d.ts +2 -0
- package/components/radio/utils.d.ts +13 -0
- package/components/radio/validators.d.ts +3 -0
- package/components/radio-group/radio-group.base.css.d.ts +1 -0
- package/components/radio-group/radio-group.d.ts +51 -0
- package/components/radio-group/radio-group.fluent.css.d.ts +1 -0
- package/components/radio-group/radio-group.indigo.css.d.ts +1 -0
- package/components/radio-group/radio-group.material.css.d.ts +1 -0
- package/components/rating/rating-symbol.d.ts +26 -0
- package/components/rating/rating.d.ts +143 -0
- package/components/rating/themes/dark/rating.bootstrap.css.d.ts +1 -0
- package/components/rating/themes/dark/rating.fluent.css.d.ts +1 -0
- package/components/rating/themes/dark/rating.indigo.css.d.ts +1 -0
- package/components/rating/themes/dark/rating.material.css.d.ts +1 -0
- package/components/rating/themes/light/rating.bootstrap.css.d.ts +1 -0
- package/components/rating/themes/light/rating.fluent.css.d.ts +1 -0
- package/components/rating/themes/light/rating.indigo.css.d.ts +1 -0
- package/components/rating/themes/light/rating.material.css.d.ts +1 -0
- package/components/rating/themes/light/rating.shared.css.d.ts +1 -0
- package/components/rating/themes/rating-symbol.base.css.d.ts +1 -0
- package/components/rating/themes/rating.base.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.bootstrap.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.common.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.fluent.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.indigo.css.d.ts +1 -0
- package/components/rating/themes/themes.d.ts +2 -0
- package/components/resize-container/default-ghost.d.ts +4 -0
- package/components/resize-container/resize-container.d.ts +68 -0
- package/components/resize-container/resize-container.js +0 -1
- package/components/resize-container/resize-container.js.map +1 -1
- package/components/resize-container/resize-controller.d.ts +46 -0
- package/components/resize-container/themes/dark/resize-indicator.bootstrap.css.d.ts +1 -0
- package/components/resize-container/themes/dark/resize-indicator.fluent.css.d.ts +1 -0
- package/components/resize-container/themes/dark/resize-indicator.indigo.css.d.ts +1 -0
- package/components/resize-container/themes/dark/resize-indicator.material.css.d.ts +1 -0
- package/components/resize-container/themes/dark/resize-indicator.shared.css.d.ts +1 -0
- package/components/resize-container/themes/light/resize-indicator.bootstrap.css.d.ts +1 -0
- package/components/resize-container/themes/light/resize-indicator.fluent.css.d.ts +1 -0
- package/components/resize-container/themes/light/resize-indicator.indigo.css.d.ts +1 -0
- package/components/resize-container/themes/light/resize-indicator.material.css.d.ts +1 -0
- package/components/resize-container/themes/light/resize-indicator.shared.css.d.ts +1 -0
- package/components/resize-container/themes/resize-container.base.css.d.ts +1 -0
- package/components/resize-container/themes/shared/resize-container.common.css.d.ts +1 -0
- package/components/resize-container/themes/themes.d.ts +2 -0
- package/components/resize-container/types.d.ts +38 -0
- package/components/ripple/ripple.d.ts +21 -0
- package/components/ripple/ripple.material.css.d.ts +1 -0
- package/components/select/select-group.d.ts +35 -0
- package/components/select/select-header.d.ts +19 -0
- package/components/select/select-item.d.ts +30 -0
- package/components/select/select.d.ts +171 -0
- package/components/select/themes/dark/select.bootstrap.css.d.ts +1 -0
- package/components/select/themes/dark/select.fluent.css.d.ts +1 -0
- package/components/select/themes/dark/select.indigo.css.d.ts +1 -0
- package/components/select/themes/dark/select.material.css.d.ts +1 -0
- package/components/select/themes/light/select.bootstrap.css.d.ts +1 -0
- package/components/select/themes/light/select.fluent.css.d.ts +1 -0
- package/components/select/themes/light/select.indigo.css.d.ts +1 -0
- package/components/select/themes/light/select.material.css.d.ts +1 -0
- package/components/select/themes/light/select.shared.css.d.ts +1 -0
- package/components/select/themes/select.base.css.d.ts +1 -0
- package/components/select/themes/shared/select.bootstrap.css.d.ts +1 -0
- package/components/select/themes/shared/select.common.css.d.ts +1 -0
- package/components/select/themes/shared/select.fluent.css.d.ts +1 -0
- package/components/select/themes/shared/select.indigo.css.d.ts +1 -0
- package/components/select/themes/shared/select.material.css.d.ts +1 -0
- package/components/select/themes/themes.d.ts +2 -0
- package/components/select/validators.d.ts +3 -0
- package/components/slider/range-slider.d.ts +91 -0
- package/components/slider/slider-base.d.ts +165 -0
- package/components/slider/slider-label.d.ts +12 -0
- package/components/slider/slider.d.ts +74 -0
- package/components/slider/themes/dark/slider.bootstrap.css.d.ts +1 -0
- package/components/slider/themes/dark/slider.fluent.css.d.ts +1 -0
- package/components/slider/themes/dark/slider.indigo.css.d.ts +1 -0
- package/components/slider/themes/dark/slider.material.css.d.ts +1 -0
- package/components/slider/themes/light/slider.bootstrap.css.d.ts +1 -0
- package/components/slider/themes/light/slider.fluent.css.d.ts +1 -0
- package/components/slider/themes/light/slider.indigo.css.d.ts +1 -0
- package/components/slider/themes/light/slider.material.css.d.ts +1 -0
- package/components/slider/themes/light/slider.shared.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.bootstrap.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.common.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.fluent.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.indigo.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.material.css.d.ts +1 -0
- package/components/slider/themes/slider.base.css.d.ts +1 -0
- package/components/slider/themes/themes.d.ts +2 -0
- package/components/snackbar/snackbar.d.ts +44 -0
- package/components/snackbar/themes/dark/snackbar.bootstrap.css.d.ts +1 -0
- package/components/snackbar/themes/dark/snackbar.fluent.css.d.ts +1 -0
- package/components/snackbar/themes/dark/snackbar.indigo.css.d.ts +1 -0
- package/components/snackbar/themes/dark/snackbar.material.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.bootstrap.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.fluent.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.indigo.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.material.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.shared.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.bootstrap.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.common.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.fluent.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.indigo.css.d.ts +1 -0
- package/components/snackbar/themes/snackbar.base.css.d.ts +1 -0
- package/components/snackbar/themes/themes.d.ts +2 -0
- package/components/stepper/animations.d.ts +8 -0
- package/components/stepper/step.d.ts +104 -0
- package/components/stepper/stepper.common.d.ts +11 -0
- package/components/stepper/stepper.d.ts +125 -0
- package/components/stepper/themes/step/dark/step.bootstrap.css.d.ts +1 -0
- package/components/stepper/themes/step/dark/step.fluent.css.d.ts +1 -0
- package/components/stepper/themes/step/dark/step.indigo.css.d.ts +1 -0
- package/components/stepper/themes/step/dark/step.material.css.d.ts +1 -0
- package/components/stepper/themes/step/dark/step.shared.css.d.ts +1 -0
- package/components/stepper/themes/step/light/step.bootstrap.css.d.ts +1 -0
- package/components/stepper/themes/step/light/step.fluent.css.d.ts +1 -0
- package/components/stepper/themes/step/light/step.indigo.css.d.ts +1 -0
- package/components/stepper/themes/step/light/step.material.css.d.ts +1 -0
- package/components/stepper/themes/step/light/step.shared.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.bootstrap.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.common.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.fluent.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.indigo.css.d.ts +1 -0
- package/components/stepper/themes/step/step.base.css.d.ts +1 -0
- package/components/stepper/themes/step/themes.d.ts +2 -0
- package/components/stepper/themes/stepper/stepper.base.css.d.ts +1 -0
- package/components/stepper/themes/stepper/stepper.bootstrap.css.d.ts +1 -0
- package/components/stepper/themes/stepper/stepper.fluent.css.d.ts +1 -0
- package/components/stepper/themes/stepper/stepper.indigo.css.d.ts +1 -0
- package/components/tabs/tab-panel.d.ts +21 -0
- package/components/tabs/tab.d.ts +47 -0
- package/components/tabs/tabs.d.ts +93 -0
- package/components/tabs/themes/dark/tab.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.fluent.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.indigo.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.material.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.shared.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.fluent.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.indigo.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.material.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.shared.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.common.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.fluent.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.indigo.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.common.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.fluent.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.indigo.css.d.ts +1 -0
- package/components/tabs/themes/tab-panel.base.css.d.ts +1 -0
- package/components/tabs/themes/tab-themes.d.ts +2 -0
- package/components/tabs/themes/tab.base.css.d.ts +1 -0
- package/components/tabs/themes/tabs-themes.d.ts +2 -0
- package/components/tabs/themes/tabs.base.css.d.ts +1 -0
- package/components/textarea/textarea.d.ts +203 -0
- package/components/textarea/themes/dark/textarea.bootstrap.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.bootstrap.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.shared.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.bootstrap.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.common.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/textarea.base.css.d.ts +1 -0
- package/components/textarea/themes/themes.d.ts +2 -0
- package/components/textarea/validators.d.ts +3 -0
- package/components/tile-manager/position.d.ts +35 -0
- package/components/tile-manager/serializer.d.ts +28 -0
- package/components/tile-manager/serializer.js +2 -0
- package/components/tile-manager/serializer.js.map +1 -1
- package/components/tile-manager/themes/container.d.ts +2 -0
- package/components/tile-manager/themes/dark/tile-manager.bootstrap.css.d.ts +1 -0
- package/components/tile-manager/themes/dark/tile-manager.fluent.css.d.ts +1 -0
- package/components/tile-manager/themes/dark/tile-manager.indigo.css.d.ts +1 -0
- package/components/tile-manager/themes/dark/tile-manager.material.css.d.ts +1 -0
- package/components/tile-manager/themes/dark/tile-manager.shared.css.d.ts +1 -0
- package/components/tile-manager/themes/light/tile-manager.bootstrap.css.d.ts +1 -0
- package/components/tile-manager/themes/light/tile-manager.fluent.css.d.ts +1 -0
- package/components/tile-manager/themes/light/tile-manager.indigo.css.d.ts +1 -0
- package/components/tile-manager/themes/light/tile-manager.material.css.d.ts +1 -0
- package/components/tile-manager/themes/light/tile-manager.shared.css.d.ts +1 -0
- package/components/tile-manager/themes/shared/tile/tile.bootstrap.css.d.ts +1 -0
- package/components/tile-manager/themes/shared/tile/tile.common.css.d.ts +1 -0
- package/components/tile-manager/themes/shared/tile/tile.fluent.css.d.ts +1 -0
- package/components/tile-manager/themes/shared/tile/tile.indigo.css.d.ts +1 -0
- package/components/tile-manager/themes/shared/tile-manager.common.css.d.ts +1 -0
- package/components/tile-manager/themes/tile-manager.base.css.d.ts +1 -0
- package/components/tile-manager/themes/tile.base.css.d.ts +1 -0
- package/components/tile-manager/themes/tile.d.ts +2 -0
- package/components/tile-manager/tile-manager.d.ts +99 -0
- package/components/tile-manager/tile-util.d.ts +68 -0
- package/components/tile-manager/tile-util.js +7 -0
- package/components/tile-manager/tile-util.js.map +1 -1
- package/components/tile-manager/tile.d.ts +193 -0
- package/components/tile-manager/tile.js +36 -26
- package/components/tile-manager/tile.js.map +1 -1
- package/components/toast/themes/dark/toast.bootstrap.css.d.ts +1 -0
- package/components/toast/themes/dark/toast.fluent.css.d.ts +1 -0
- package/components/toast/themes/dark/toast.indigo.css.d.ts +1 -0
- package/components/toast/themes/dark/toast.material.css.d.ts +1 -0
- package/components/toast/themes/dark/toast.shared.css.d.ts +1 -0
- package/components/toast/themes/light/toast.bootstrap.css.d.ts +1 -0
- package/components/toast/themes/light/toast.fluent.css.d.ts +1 -0
- package/components/toast/themes/light/toast.indigo.css.d.ts +1 -0
- package/components/toast/themes/light/toast.material.css.d.ts +1 -0
- package/components/toast/themes/light/toast.shared.css.d.ts +1 -0
- package/components/toast/themes/shared/toast.bootstrap.css.d.ts +1 -0
- package/components/toast/themes/shared/toast.common.css.d.ts +1 -0
- package/components/toast/themes/shared/toast.fluent.css.d.ts +1 -0
- package/components/toast/themes/themes.d.ts +2 -0
- package/components/toast/themes/toast.base.css.d.ts +1 -0
- package/components/toast/toast.d.ts +21 -0
- package/components/tree/themes/container.base.css.d.ts +1 -0
- package/components/tree/themes/container.d.ts +2 -0
- package/components/tree/themes/dark/container.bootstrap.css.d.ts +1 -0
- package/components/tree/themes/dark/container.fluent.css.d.ts +1 -0
- package/components/tree/themes/dark/container.indigo.css.d.ts +1 -0
- package/components/tree/themes/dark/container.material.css.d.ts +1 -0
- package/components/tree/themes/dark/container.shared.css.d.ts +1 -0
- package/components/tree/themes/item.base.css.d.ts +1 -0
- package/components/tree/themes/item.d.ts +2 -0
- package/components/tree/themes/light/container.bootstrap.css.d.ts +1 -0
- package/components/tree/themes/light/container.fluent.css.d.ts +1 -0
- package/components/tree/themes/light/container.indigo.css.d.ts +1 -0
- package/components/tree/themes/light/container.material.css.d.ts +1 -0
- package/components/tree/themes/light/container.shared.css.d.ts +1 -0
- package/components/tree/themes/shared/item.common.css.d.ts +1 -0
- package/components/tree/themes/shared/item.indigo.css.d.ts +1 -0
- package/components/tree/themes/shared/item.material.css.d.ts +1 -0
- package/components/tree/tree-item.d.ts +137 -0
- package/components/tree/tree.common.d.ts +16 -0
- package/components/tree/tree.d.ts +77 -0
- package/components/tree/tree.navigation.d.ts +41 -0
- package/components/tree/tree.selection.d.ts +55 -0
- package/components/types.d.ts +5 -0
- package/components/validation-container/themes/dark/validator.bootstrap.css.d.ts +1 -0
- package/components/validation-container/themes/dark/validator.fluent.css.d.ts +1 -0
- package/components/validation-container/themes/dark/validator.indigo.css.d.ts +1 -0
- package/components/validation-container/themes/dark/validator.material.css.d.ts +1 -0
- package/components/validation-container/themes/light/validator.bootstrap.css.d.ts +1 -0
- package/components/validation-container/themes/light/validator.fluent.css.d.ts +1 -0
- package/components/validation-container/themes/light/validator.indigo.css.d.ts +1 -0
- package/components/validation-container/themes/light/validator.material.css.d.ts +1 -0
- package/components/validation-container/themes/light/validator.shared.css.d.ts +1 -0
- package/components/validation-container/themes/shared/validator.common.css.d.ts +1 -0
- package/components/validation-container/themes/themes.d.ts +2 -0
- package/components/validation-container/themes/validator.base.css.d.ts +1 -0
- package/components/validation-container/validation-container.d.ts +42 -0
- package/custom-elements.json +34 -20
- package/igniteui-webcomponents.css-data.json +1 -1
- package/igniteui-webcomponents.html-data.json +1 -1
- package/index.d.ts +107 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/theming/config.d.ts +17 -0
- package/theming/theming-controller.d.ts +18 -0
- package/theming/theming-decorator.d.ts +43 -0
- package/theming/theming-event.d.ts +21 -0
- package/theming/types.d.ts +26 -0
- package/theming/utils.d.ts +1 -0
- package/web-types.json +2 -2
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
import { type TemplateResult } from 'lit';
|
|
2
|
+
import { IgcBaseComboBoxLikeComponent } from '../common/mixins/combo-box.js';
|
|
3
|
+
import type { AbstractConstructor } from '../common/mixins/constructor.js';
|
|
4
|
+
import { type FormValue } from '../common/mixins/forms/form-value.js';
|
|
5
|
+
import IgcInputComponent from '../input/input.js';
|
|
6
|
+
import { type IgcPlacement } from '../popover/popover.js';
|
|
7
|
+
import IgcSelectGroupComponent from './select-group.js';
|
|
8
|
+
import IgcSelectItemComponent from './select-item.js';
|
|
9
|
+
export interface IgcSelectComponentEventMap {
|
|
10
|
+
igcChange: CustomEvent<IgcSelectItemComponent>;
|
|
11
|
+
focus: FocusEvent;
|
|
12
|
+
blur: FocusEvent;
|
|
13
|
+
igcOpening: CustomEvent<void>;
|
|
14
|
+
igcOpened: CustomEvent<void>;
|
|
15
|
+
igcClosing: CustomEvent<void>;
|
|
16
|
+
igcClosed: CustomEvent<void>;
|
|
17
|
+
}
|
|
18
|
+
declare const IgcSelectComponent_base: import("../common/mixins/constructor.js").Constructor<import("../common/mixins/forms/types.js").FormRequiredInterface & import("../common/mixins/forms/types.js").FormAssociatedElementInterface> & import("../common/mixins/constructor.js").Constructor<import("../common/mixins/event-emitter.js").EventEmitterInterface<IgcSelectComponentEventMap>> & AbstractConstructor<IgcBaseComboBoxLikeComponent>;
|
|
19
|
+
/**
|
|
20
|
+
* Represents a control that provides a menu of options.
|
|
21
|
+
*
|
|
22
|
+
* @element igc-select
|
|
23
|
+
*
|
|
24
|
+
* @slot - Renders the list of select items.
|
|
25
|
+
* @slot prefix - Renders content before the input.
|
|
26
|
+
* @slot suffix - Renders content after input.
|
|
27
|
+
* @slot header - Renders a container before the list of options.
|
|
28
|
+
* @slot footer - Renders a container after the list of options.
|
|
29
|
+
* @slot helper-text - Renders content below the input.
|
|
30
|
+
* @slot toggle-icon - Renders content inside the suffix container.
|
|
31
|
+
* @slot toggle-icon-expanded - Renders content for the toggle icon when the component is in open state.
|
|
32
|
+
* @slot value-missing - Renders content when the required validation fails.
|
|
33
|
+
* @slot custom-error - Renders content when setCustomValidity(message) is set.
|
|
34
|
+
* @slot invalid - Renders content when the component is in invalid state (validity.valid = false).
|
|
35
|
+
*
|
|
36
|
+
* @fires igcChange - Emitted when the control's checked state changes.
|
|
37
|
+
* @fires igcOpening - Emitted just before the list of options is opened.
|
|
38
|
+
* @fires igcOpened - Emitted after the list of options is opened.
|
|
39
|
+
* @fires igcClosing - Emitter just before the list of options is closed.
|
|
40
|
+
* @fires igcClosed - Emitted after the list of options is closed.
|
|
41
|
+
*
|
|
42
|
+
* @csspart list - The list wrapping container for the items of the igc-select.
|
|
43
|
+
* @csspart input - The encapsulated igc-input of the igc-select.
|
|
44
|
+
* @csspart label - The encapsulated text label of the igc-select.
|
|
45
|
+
* @csspart prefix - The prefix wrapper of the input of the igc-select.
|
|
46
|
+
* @csspart suffix - The suffix wrapper of the input of the igc-select.
|
|
47
|
+
* @csspart toggle-icon - The toggle icon wrapper of the igc-select.
|
|
48
|
+
* @csspart helper-text - The helper text wrapper of the igc-select.
|
|
49
|
+
*/
|
|
50
|
+
export default class IgcSelectComponent extends IgcSelectComponent_base {
|
|
51
|
+
static readonly tagName = "igc-select";
|
|
52
|
+
static styles: import("lit").CSSResult[];
|
|
53
|
+
static register(): void;
|
|
54
|
+
protected _formValue: FormValue<string | undefined>;
|
|
55
|
+
private _searchTerm;
|
|
56
|
+
private _lastKeyTime;
|
|
57
|
+
private _rootScrollController;
|
|
58
|
+
private get _activeItems();
|
|
59
|
+
protected _selectedItem: IgcSelectItemComponent | null;
|
|
60
|
+
protected _activeItem: IgcSelectItemComponent;
|
|
61
|
+
protected get __validators(): import("../common/validators.js").Validator<IgcSelectComponent>[];
|
|
62
|
+
protected _input: IgcInputComponent;
|
|
63
|
+
protected _inputSuffix: Array<HTMLElement>;
|
|
64
|
+
protected _inputPrefix: Array<HTMLElement>;
|
|
65
|
+
protected _expandedIconSlot: Array<HTMLElement>;
|
|
66
|
+
/**
|
|
67
|
+
* The value attribute of the control.
|
|
68
|
+
* @attr
|
|
69
|
+
*/
|
|
70
|
+
set value(value: string | undefined);
|
|
71
|
+
get value(): string | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* The outlined attribute of the control.
|
|
74
|
+
* @attr
|
|
75
|
+
*/
|
|
76
|
+
outlined: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* The autofocus attribute of the control.
|
|
79
|
+
* @attr
|
|
80
|
+
*/
|
|
81
|
+
autofocus: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* The distance of the select dropdown from its input.
|
|
84
|
+
* @attr
|
|
85
|
+
*/
|
|
86
|
+
distance: number;
|
|
87
|
+
/**
|
|
88
|
+
* The label attribute of the control.
|
|
89
|
+
* @attr
|
|
90
|
+
*/
|
|
91
|
+
label: string;
|
|
92
|
+
/**
|
|
93
|
+
* The placeholder attribute of the control.
|
|
94
|
+
* @attr
|
|
95
|
+
*/
|
|
96
|
+
placeholder: string;
|
|
97
|
+
/** The preferred placement of the select dropdown around its input.
|
|
98
|
+
* @type {'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end'}
|
|
99
|
+
* @attr
|
|
100
|
+
*/
|
|
101
|
+
placement: IgcPlacement;
|
|
102
|
+
/**
|
|
103
|
+
* Determines the behavior of the component during scrolling of the parent container.
|
|
104
|
+
* @attr scroll-strategy
|
|
105
|
+
*/
|
|
106
|
+
scrollStrategy: 'scroll' | 'block' | 'close';
|
|
107
|
+
/** Returns the items of the igc-select component. */
|
|
108
|
+
get items(): IgcSelectItemComponent[];
|
|
109
|
+
/** Returns the groups of the igc-select component. */
|
|
110
|
+
get groups(): IgcSelectGroupComponent[];
|
|
111
|
+
/** Returns the selected item from the dropdown or null. */
|
|
112
|
+
get selectedItem(): IgcSelectItemComponent | null;
|
|
113
|
+
protected scrollStrategyChanged(): void;
|
|
114
|
+
protected openChange(): void;
|
|
115
|
+
constructor();
|
|
116
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
117
|
+
protected firstUpdated(): Promise<void>;
|
|
118
|
+
private handleFocusIn;
|
|
119
|
+
private handleFocusOut;
|
|
120
|
+
private handleClick;
|
|
121
|
+
private handleChange;
|
|
122
|
+
private handleSearch;
|
|
123
|
+
protected handleAnchorClick(): void;
|
|
124
|
+
private onEnterKey;
|
|
125
|
+
private onSpaceBarKey;
|
|
126
|
+
private onArrowDown;
|
|
127
|
+
private onArrowUp;
|
|
128
|
+
private altArrowDown;
|
|
129
|
+
private altArrowUp;
|
|
130
|
+
protected onEscapeKey(): Promise<void>;
|
|
131
|
+
private onTabKey;
|
|
132
|
+
protected onHomeKey(): void;
|
|
133
|
+
protected onEndKey(): void;
|
|
134
|
+
protected handleClosing(): void;
|
|
135
|
+
private activateItem;
|
|
136
|
+
private setSelectedItem;
|
|
137
|
+
private _selectItem;
|
|
138
|
+
private _navigateToActiveItem;
|
|
139
|
+
private _updateValue;
|
|
140
|
+
private clearSelectedItem;
|
|
141
|
+
private focusItemOnOpen;
|
|
142
|
+
protected getItem(value: string): IgcSelectItemComponent | undefined;
|
|
143
|
+
/** Sets focus on the component. */
|
|
144
|
+
focus(options?: FocusOptions): void;
|
|
145
|
+
/** Removes focus from the component. */
|
|
146
|
+
blur(): void;
|
|
147
|
+
/** Checks the validity of the control and moves the focus to it if it is not valid. */
|
|
148
|
+
reportValidity(): boolean;
|
|
149
|
+
/** Navigates to the item with the specified value. If it exists, returns the found item, otherwise - null. */
|
|
150
|
+
navigateTo(value: string): IgcSelectItemComponent | null;
|
|
151
|
+
/** Navigates to the item at the specified index. If it exists, returns the found item, otherwise - null. */
|
|
152
|
+
navigateTo(index: number): IgcSelectItemComponent | null;
|
|
153
|
+
/** Selects the item with the specified value. If it exists, returns the found item, otherwise - null. */
|
|
154
|
+
select(value: string): IgcSelectItemComponent | null;
|
|
155
|
+
/** Selects the item at the specified index. If it exists, returns the found item, otherwise - null. */
|
|
156
|
+
select(index: number): IgcSelectItemComponent | null;
|
|
157
|
+
/** Resets the current value and selection of the component. */
|
|
158
|
+
clearSelection(): void;
|
|
159
|
+
protected renderInputSlots(): TemplateResult<1>;
|
|
160
|
+
protected renderToggleIcon(): TemplateResult<1>;
|
|
161
|
+
protected renderHelperText(): TemplateResult;
|
|
162
|
+
protected renderInputAnchor(): TemplateResult<1>;
|
|
163
|
+
protected renderDropdown(): TemplateResult<1>;
|
|
164
|
+
protected render(): TemplateResult<1>;
|
|
165
|
+
}
|
|
166
|
+
declare global {
|
|
167
|
+
interface HTMLElementTagNameMap {
|
|
168
|
+
'igc-select': IgcSelectComponent;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import type { Constructor } from '../common/mixins/constructor.js';
|
|
2
|
+
import { IgcSliderBaseComponent } from './slider-base.js';
|
|
3
|
+
export interface IgcRangeSliderValue {
|
|
4
|
+
lower: number;
|
|
5
|
+
upper: number;
|
|
6
|
+
}
|
|
7
|
+
export interface IgcRangeSliderComponentEventMap {
|
|
8
|
+
/**
|
|
9
|
+
* Emitted when a value is changed via thumb drag or keyboard interaction.
|
|
10
|
+
*/
|
|
11
|
+
igcInput: CustomEvent<IgcRangeSliderValue>;
|
|
12
|
+
/**
|
|
13
|
+
* Emitted when a value change is committed on a thumb drag end or keyboard interaction.
|
|
14
|
+
*/
|
|
15
|
+
igcChange: CustomEvent<IgcRangeSliderValue>;
|
|
16
|
+
}
|
|
17
|
+
declare const IgcRangeSliderComponent_base: Constructor<import("../common/mixins/event-emitter.js").EventEmitterInterface<IgcRangeSliderComponentEventMap>> & Constructor<IgcSliderBaseComponent>;
|
|
18
|
+
/**
|
|
19
|
+
* A range slider component used to select two numeric values within a range.
|
|
20
|
+
*
|
|
21
|
+
* @element igc-range-slider
|
|
22
|
+
*
|
|
23
|
+
* @fires igcInput - Emitted when a value is changed via thumb drag or keyboard interaction.
|
|
24
|
+
* @fires igcChange - Emitted when a value change is committed on a thumb drag end or keyboard interaction.
|
|
25
|
+
*
|
|
26
|
+
* @csspart base - The base wrapper of the slider.
|
|
27
|
+
* @csspart ticks - The ticks container.
|
|
28
|
+
* @csspart tick-group - The tick group container.
|
|
29
|
+
* @csspart tick - The tick element.
|
|
30
|
+
* @csspart tick-label - The tick label element.
|
|
31
|
+
* @csspart tick-label-inner - The inner element of the tick label.
|
|
32
|
+
* @csspart thumbs - The thumbs container.
|
|
33
|
+
* @csspart thumb - The thumb element.
|
|
34
|
+
* @csspart thumb-label - The thumb tooltip label container.
|
|
35
|
+
* @csspart thumb-label-inner - The thumb tooltip label inner element.
|
|
36
|
+
* @csspart track - The track container.
|
|
37
|
+
* @csspart steps - The track steps element.
|
|
38
|
+
* @csspart inactive - The inactive element of the track.
|
|
39
|
+
* @csspart fill - The filled part of the track.
|
|
40
|
+
*/
|
|
41
|
+
export default class IgcRangeSliderComponent extends IgcRangeSliderComponent_base {
|
|
42
|
+
static readonly tagName = "igc-range-slider";
|
|
43
|
+
static register(): void;
|
|
44
|
+
private thumbFrom;
|
|
45
|
+
private thumbTo;
|
|
46
|
+
private _lower;
|
|
47
|
+
private _upper;
|
|
48
|
+
/**
|
|
49
|
+
* The current value of the lower thumb.
|
|
50
|
+
* @attr
|
|
51
|
+
*/
|
|
52
|
+
set lower(val: number);
|
|
53
|
+
get lower(): number;
|
|
54
|
+
/**
|
|
55
|
+
* The current value of the upper thumb.
|
|
56
|
+
* @attr
|
|
57
|
+
*/
|
|
58
|
+
set upper(val: number);
|
|
59
|
+
get upper(): number;
|
|
60
|
+
/**
|
|
61
|
+
* The aria label for the lower thumb.
|
|
62
|
+
* @attr thumb-label-lower
|
|
63
|
+
*/
|
|
64
|
+
thumbLabelLower: string;
|
|
65
|
+
/**
|
|
66
|
+
* The aria label for the upper thumb.
|
|
67
|
+
* @attr thumb-label-upper
|
|
68
|
+
*/
|
|
69
|
+
thumbLabelUpper: string;
|
|
70
|
+
protected get activeValue(): number;
|
|
71
|
+
protected normalizeValue(): void;
|
|
72
|
+
protected getTrackStyle(): {
|
|
73
|
+
insetInlineStart: string;
|
|
74
|
+
width: string;
|
|
75
|
+
};
|
|
76
|
+
private closestTo;
|
|
77
|
+
protected closestHandle(event: PointerEvent): HTMLElement;
|
|
78
|
+
protected updateValue(increment: number): boolean;
|
|
79
|
+
protected emitInputEvent(): void;
|
|
80
|
+
protected emitChangeEvent(): void;
|
|
81
|
+
private toggleActiveThumb;
|
|
82
|
+
private handleFocus;
|
|
83
|
+
protected renderThumb(value: number, ariaLabel?: string, thumbId?: string): import("lit-html").TemplateResult<1>;
|
|
84
|
+
protected renderThumbs(): import("lit-html").TemplateResult<1>;
|
|
85
|
+
}
|
|
86
|
+
declare global {
|
|
87
|
+
interface HTMLElementTagNameMap {
|
|
88
|
+
'igc-range-slider': IgcRangeSliderComponent;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export {};
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { LitElement, type TemplateResult } from 'lit';
|
|
2
|
+
import { type StyleInfo } from 'lit/directives/style-map.js';
|
|
3
|
+
export declare class IgcSliderBaseComponent extends LitElement {
|
|
4
|
+
static styles: import("lit").CSSResult[];
|
|
5
|
+
protected thumb: HTMLElement;
|
|
6
|
+
protected base: HTMLDivElement;
|
|
7
|
+
private labelElements;
|
|
8
|
+
private _min;
|
|
9
|
+
private _max;
|
|
10
|
+
private _lowerBound?;
|
|
11
|
+
private _upperBound?;
|
|
12
|
+
private _step;
|
|
13
|
+
private startValue?;
|
|
14
|
+
private pointerCaptured;
|
|
15
|
+
private thumbHoverTimer;
|
|
16
|
+
protected activeThumb?: HTMLElement;
|
|
17
|
+
protected thumbLabelsVisible: boolean;
|
|
18
|
+
protected labels: string[];
|
|
19
|
+
protected get hasLabels(): boolean;
|
|
20
|
+
protected get distance(): number;
|
|
21
|
+
/**
|
|
22
|
+
* The minimum value of the slider scale. Defaults to 0.
|
|
23
|
+
*
|
|
24
|
+
* If `min` is greater than `max` the call is a no-op.
|
|
25
|
+
*
|
|
26
|
+
* If `labels` are provided (projected), then `min` is always set to 0.
|
|
27
|
+
*
|
|
28
|
+
* If `lowerBound` ends up being less than than the current `min` value,
|
|
29
|
+
* it is automatically assigned the new `min` value.
|
|
30
|
+
* @attr
|
|
31
|
+
*/
|
|
32
|
+
set min(value: number);
|
|
33
|
+
get min(): number;
|
|
34
|
+
/**
|
|
35
|
+
* The maximum value of the slider scale. Defaults to 100.
|
|
36
|
+
*
|
|
37
|
+
* If `max` is less than `min` the call is a no-op.
|
|
38
|
+
*
|
|
39
|
+
* If `labels` are provided (projected), then `max` is always set to
|
|
40
|
+
* the number of labels.
|
|
41
|
+
*
|
|
42
|
+
* If `upperBound` ends up being greater than than the current `max` value,
|
|
43
|
+
* it is automatically assigned the new `max` value.
|
|
44
|
+
* @attr
|
|
45
|
+
*/
|
|
46
|
+
set max(value: number);
|
|
47
|
+
get max(): number;
|
|
48
|
+
/**
|
|
49
|
+
* The lower bound of the slider value. If not set, the `min` value is applied.
|
|
50
|
+
* @attr lower-bound
|
|
51
|
+
*/
|
|
52
|
+
set lowerBound(value: number);
|
|
53
|
+
get lowerBound(): number;
|
|
54
|
+
/**
|
|
55
|
+
* The upper bound of the slider value. If not set, the `max` value is applied.
|
|
56
|
+
* @attr upper-bound
|
|
57
|
+
*/
|
|
58
|
+
set upperBound(value: number);
|
|
59
|
+
get upperBound(): number;
|
|
60
|
+
/**
|
|
61
|
+
* Disables the UI interactions of the slider.
|
|
62
|
+
* @attr
|
|
63
|
+
*/
|
|
64
|
+
disabled: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Marks the slider track as discrete so it displays the steps.
|
|
67
|
+
* If the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.
|
|
68
|
+
* @attr discrete-track
|
|
69
|
+
*/
|
|
70
|
+
discreteTrack: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Hides the thumb tooltip.
|
|
73
|
+
* @attr hide-tooltip
|
|
74
|
+
*/
|
|
75
|
+
hideTooltip: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* Specifies the granularity that the value must adhere to.
|
|
78
|
+
*
|
|
79
|
+
* If set to 0 no stepping is implied and any value in the range is allowed.
|
|
80
|
+
* If `labels` are provided (projected) then the step is always assumed to be 1 since it is a discrete slider.
|
|
81
|
+
*
|
|
82
|
+
* @attr
|
|
83
|
+
*/
|
|
84
|
+
set step(value: number);
|
|
85
|
+
get step(): number;
|
|
86
|
+
/**
|
|
87
|
+
* The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.
|
|
88
|
+
* @attr primary-ticks
|
|
89
|
+
*/
|
|
90
|
+
primaryTicks: number;
|
|
91
|
+
/**
|
|
92
|
+
* The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.
|
|
93
|
+
* @attr secondary-ticks
|
|
94
|
+
*/
|
|
95
|
+
secondaryTicks: number;
|
|
96
|
+
/**
|
|
97
|
+
* Changes the orientation of the ticks.
|
|
98
|
+
* @attr tick-orientation
|
|
99
|
+
*/
|
|
100
|
+
tickOrientation: 'mirror' | 'start' | 'end';
|
|
101
|
+
/**
|
|
102
|
+
* Hides the primary tick labels.
|
|
103
|
+
* @attr hide-primary-labels
|
|
104
|
+
*/
|
|
105
|
+
hidePrimaryLabels: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* Hides the secondary tick labels.
|
|
108
|
+
* @attr hide-secondary-labels
|
|
109
|
+
*/
|
|
110
|
+
hideSecondaryLabels: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* The locale used to format the thumb and tick label values in the slider.
|
|
113
|
+
* @attr
|
|
114
|
+
*/
|
|
115
|
+
locale: string;
|
|
116
|
+
/**
|
|
117
|
+
* String format used for the thumb and tick label values in the slider.
|
|
118
|
+
* @attr value-format
|
|
119
|
+
*/
|
|
120
|
+
valueFormat?: string;
|
|
121
|
+
/**
|
|
122
|
+
* Number format options used for the thumb and tick label values in the slider.
|
|
123
|
+
*/
|
|
124
|
+
valueFormatOptions?: Intl.NumberFormatOptions;
|
|
125
|
+
/**
|
|
126
|
+
* The degrees for the rotation of the tick labels. Defaults to 0.
|
|
127
|
+
* @attr tick-label-rotation
|
|
128
|
+
*/
|
|
129
|
+
tickLabelRotation: 0 | 90 | -90;
|
|
130
|
+
protected constraintsChange(): void;
|
|
131
|
+
constructor();
|
|
132
|
+
private handleArrowKeys;
|
|
133
|
+
private handlePageKeys;
|
|
134
|
+
private handleKeyboardIncrement;
|
|
135
|
+
private handleKeyUp;
|
|
136
|
+
protected handleSlotChange(): void;
|
|
137
|
+
protected get activeValue(): number;
|
|
138
|
+
protected normalizeValue(): void;
|
|
139
|
+
protected getTrackStyle(): StyleInfo;
|
|
140
|
+
protected updateValue(_increment: number): boolean;
|
|
141
|
+
protected renderThumbs(): TemplateResult<1>;
|
|
142
|
+
protected emitInputEvent(): void;
|
|
143
|
+
protected emitChangeEvent(): void;
|
|
144
|
+
protected validateValue(value: number): number;
|
|
145
|
+
protected formatValue(value: number): string;
|
|
146
|
+
private normalizeByStep;
|
|
147
|
+
protected closestHandle(_event: PointerEvent): HTMLElement;
|
|
148
|
+
private totalTickCount;
|
|
149
|
+
private tickValue;
|
|
150
|
+
private isPrimary;
|
|
151
|
+
protected showThumbLabels(): void;
|
|
152
|
+
protected hideThumbLabels(): void;
|
|
153
|
+
private calculateTrackUpdate;
|
|
154
|
+
private updateSlider;
|
|
155
|
+
private pointerDown;
|
|
156
|
+
private pointerMove;
|
|
157
|
+
private lostPointerCapture;
|
|
158
|
+
protected handleThumbFocus(event: FocusEvent): void;
|
|
159
|
+
protected handleThumbBlur(): void;
|
|
160
|
+
protected _renderTicks(): Generator<TemplateResult<1>, void, unknown>;
|
|
161
|
+
protected renderTicks(): TemplateResult<1>;
|
|
162
|
+
protected renderThumb(value: number, ariaLabel?: string, thumbId?: string): TemplateResult<1>;
|
|
163
|
+
private renderSteps;
|
|
164
|
+
protected render(): TemplateResult<1>;
|
|
165
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
export default class IgcSliderLabelComponent extends LitElement {
|
|
3
|
+
static readonly tagName = "igc-slider-label";
|
|
4
|
+
static styles: import("lit").CSSResult;
|
|
5
|
+
static register(): void;
|
|
6
|
+
protected createRenderRoot(): this;
|
|
7
|
+
}
|
|
8
|
+
declare global {
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
'igc-slider-label': IgcSliderLabelComponent;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import type { Constructor } from '../common/mixins/constructor.js';
|
|
2
|
+
import { type FormValue } from '../common/mixins/forms/form-value.js';
|
|
3
|
+
import { IgcSliderBaseComponent } from './slider-base.js';
|
|
4
|
+
export interface IgcSliderComponentEventMap {
|
|
5
|
+
/**
|
|
6
|
+
* Emitted when a value is changed via thumb drag or keyboard interaction.
|
|
7
|
+
*/
|
|
8
|
+
igcInput: CustomEvent<number>;
|
|
9
|
+
/**
|
|
10
|
+
* Emitted when a value change is committed on a thumb drag end or keyboard interaction.
|
|
11
|
+
*/
|
|
12
|
+
igcChange: CustomEvent<number>;
|
|
13
|
+
}
|
|
14
|
+
declare const IgcSliderComponent_base: Constructor<import("../common/mixins/forms/types.js").FormAssociatedElementInterface> & Constructor<import("../common/mixins/event-emitter.js").EventEmitterInterface<IgcSliderComponentEventMap>> & Constructor<IgcSliderBaseComponent>;
|
|
15
|
+
/**
|
|
16
|
+
* A slider component used to select numeric value within a range.
|
|
17
|
+
*
|
|
18
|
+
* @element igc-slider
|
|
19
|
+
*
|
|
20
|
+
* @fires igcInput - Emitted when a value is changed via thumb drag or keyboard interaction.
|
|
21
|
+
* @fires igcChange - Emitted when a value change is committed on a thumb drag end or keyboard interaction.
|
|
22
|
+
*
|
|
23
|
+
* @csspart base - The base wrapper of the slider.
|
|
24
|
+
* @csspart ticks - The ticks container.
|
|
25
|
+
* @csspart tick-group - The tick group container.
|
|
26
|
+
* @csspart tick - The tick element.
|
|
27
|
+
* @csspart tick-label - The tick label element.
|
|
28
|
+
* @csspart tick-label-inner - The inner element of the tick label.
|
|
29
|
+
* @csspart thumbs - The thumbs container.
|
|
30
|
+
* @csspart thumb - The thumb element.
|
|
31
|
+
* @csspart thumb-label - The thumb tooltip label container.
|
|
32
|
+
* @csspart thumb-label-inner - The thumb tooltip label inner element.
|
|
33
|
+
* @csspart track - The track container.
|
|
34
|
+
* @csspart steps - The track steps element.
|
|
35
|
+
* @csspart inactive - The inactive element of the track.
|
|
36
|
+
* @csspart fill - The filled part of the track.
|
|
37
|
+
*/
|
|
38
|
+
export default class IgcSliderComponent extends IgcSliderComponent_base {
|
|
39
|
+
static readonly tagName = "igc-slider";
|
|
40
|
+
static register(): void;
|
|
41
|
+
protected _formValue: FormValue<number>;
|
|
42
|
+
/**
|
|
43
|
+
* The current value of the component.
|
|
44
|
+
* @attr
|
|
45
|
+
*/
|
|
46
|
+
set value(value: number);
|
|
47
|
+
get value(): number;
|
|
48
|
+
protected get activeValue(): number;
|
|
49
|
+
constructor();
|
|
50
|
+
protected normalizeValue(): void;
|
|
51
|
+
protected getTrackStyle(): {
|
|
52
|
+
width: string;
|
|
53
|
+
};
|
|
54
|
+
protected updateValue(increment: number): boolean;
|
|
55
|
+
protected emitInputEvent(): void;
|
|
56
|
+
protected emitChangeEvent(): void;
|
|
57
|
+
/**
|
|
58
|
+
* Increments the value of the slider by `stepIncrement * step`, where `stepIncrement` defaults to 1.
|
|
59
|
+
* @param stepIncrement Optional step increment. If no parameter is passed, it defaults to 1.
|
|
60
|
+
*/
|
|
61
|
+
stepUp(stepIncrement?: number): void;
|
|
62
|
+
/**
|
|
63
|
+
* Decrements the value of the slider by `stepDecrement * step`, where `stepDecrement` defaults to 1.
|
|
64
|
+
* @param stepDecrement Optional step decrement. If no parameter is passed, it defaults to 1.
|
|
65
|
+
*/
|
|
66
|
+
stepDown(stepDecrement?: number): void;
|
|
67
|
+
protected renderThumbs(): import("lit-html").TemplateResult<1>;
|
|
68
|
+
}
|
|
69
|
+
declare global {
|
|
70
|
+
interface HTMLElementTagNameMap {
|
|
71
|
+
'igc-slider': IgcSliderComponent;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|