igniteui-webcomponents 5.3.0-beta.1 → 5.3.0-beta.3
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.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.d.ts +1 -0
- package/components/combo/themes/dark/combo.material.css.d.ts +1 -0
- 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.d.ts +1 -0
- package/components/combo/themes/light/combo.fluent.css.d.ts +1 -0
- 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.d.ts +1 -0
- 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.d.ts +1 -0
- package/components/combo/themes/light/combo.material.css.js +1 -1
- package/components/combo/themes/light/combo.material.css.js.map +1 -1
- package/components/combo/themes/light/combo.shared.css.d.ts +1 -0
- package/components/combo/themes/light/combo.shared.css.js +1 -1
- package/components/combo/themes/light/combo.shared.css.js.map +1 -1
- package/components/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.common.css.js +1 -1
- package/components/combo/themes/shared/combo.common.css.js.map +1 -1
- package/components/combo/themes/shared/combo.fluent.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.fluent.css.js +1 -1
- package/components/combo/themes/shared/combo.fluent.css.js.map +1 -1
- package/components/combo/themes/shared/combo.indigo.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.indigo.css.js +1 -1
- package/components/combo/themes/shared/combo.indigo.css.js.map +1 -1
- package/components/combo/themes/shared/combo.material.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.material.css.js +1 -1
- package/components/combo/themes/shared/combo.material.css.js.map +1 -1
- 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.common.css.js +1 -1
- package/components/date-picker/themes/shared/date-picker.common.css.js.map +1 -1
- 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/shared/date-picker.indigo.css.js +1 -1
- package/components/date-picker/themes/shared/date-picker.indigo.css.js.map +1 -1
- 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.bootstrap.css.js +1 -1
- package/components/input/themes/dark/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/dark/input.fluent.css.d.ts +1 -0
- package/components/input/themes/dark/input.fluent.css.js +1 -1
- package/components/input/themes/dark/input.fluent.css.js.map +1 -1
- package/components/input/themes/dark/input.indigo.css.d.ts +1 -0
- package/components/input/themes/dark/input.indigo.css.js +1 -1
- package/components/input/themes/dark/input.indigo.css.js.map +1 -1
- package/components/input/themes/dark/input.material.css.d.ts +1 -0
- package/components/input/themes/dark/input.material.css.js +1 -1
- package/components/input/themes/dark/input.material.css.js.map +1 -1
- 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.bootstrap.css.js +1 -1
- package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/light/input.fluent.css.d.ts +1 -0
- package/components/input/themes/light/input.fluent.css.js +1 -1
- package/components/input/themes/light/input.fluent.css.js.map +1 -1
- package/components/input/themes/light/input.indigo.css.d.ts +1 -0
- package/components/input/themes/light/input.indigo.css.js +1 -1
- package/components/input/themes/light/input.indigo.css.js.map +1 -1
- package/components/input/themes/light/input.material.css.d.ts +1 -0
- package/components/input/themes/light/input.material.css.js +1 -1
- package/components/input/themes/light/input.material.css.js.map +1 -1
- package/components/input/themes/light/input.shared.css.d.ts +1 -0
- package/components/input/themes/light/input.shared.css.js +1 -1
- package/components/input/themes/light/input.shared.css.js.map +1 -1
- 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/shared/input.material.css.js +1 -1
- package/components/input/themes/shared/input.material.css.js.map +1 -1
- 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.bootstrap.css.js +1 -1
- package/components/list/themes/dark/container/list.bootstrap.css.js.map +1 -1
- package/components/list/themes/dark/container/list.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.fluent.css.js +1 -1
- package/components/list/themes/dark/container/list.fluent.css.js.map +1 -1
- package/components/list/themes/dark/container/list.indigo.css.d.ts +1 -0
- 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/container/list.material.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.material.css.js +1 -1
- package/components/list/themes/dark/container/list.material.css.js.map +1 -1
- package/components/list/themes/dark/container/list.shared.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.shared.css.js +1 -1
- package/components/list/themes/dark/container/list.shared.css.js.map +1 -1
- package/components/list/themes/dark/header/list-header.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.bootstrap.css.js +1 -1
- package/components/list/themes/dark/header/list-header.bootstrap.css.js.map +1 -1
- package/components/list/themes/dark/header/list-header.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.fluent.css.js +1 -1
- package/components/list/themes/dark/header/list-header.fluent.css.js.map +1 -1
- package/components/list/themes/dark/header/list-header.indigo.css.d.ts +1 -0
- 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/header/list-header.material.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.material.css.js +1 -1
- package/components/list/themes/dark/header/list-header.material.css.js.map +1 -1
- package/components/list/themes/dark/item/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.bootstrap.css.js +1 -1
- package/components/list/themes/dark/item/list-item.bootstrap.css.js.map +1 -1
- package/components/list/themes/dark/item/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.fluent.css.js +1 -1
- package/components/list/themes/dark/item/list-item.fluent.css.js.map +1 -1
- package/components/list/themes/dark/item/list-item.indigo.css.d.ts +1 -0
- 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/dark/item/list-item.material.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.material.css.js +1 -1
- package/components/list/themes/dark/item/list-item.material.css.js.map +1 -1
- 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.bootstrap.css.js +1 -1
- package/components/list/themes/light/container/list.bootstrap.css.js.map +1 -1
- 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.indigo.css.js +1 -1
- package/components/list/themes/light/container/list.indigo.css.js.map +1 -1
- 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/container/list.shared.css.js +1 -1
- package/components/list/themes/light/container/list.shared.css.js.map +1 -1
- package/components/list/themes/light/header/list-header.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.bootstrap.css.js +1 -1
- package/components/list/themes/light/header/list-header.bootstrap.css.js.map +1 -1
- 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.indigo.css.js +1 -1
- package/components/list/themes/light/header/list-header.indigo.css.js.map +1 -1
- 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.bootstrap.css.js +1 -1
- package/components/list/themes/light/item/list-item.bootstrap.css.js.map +1 -1
- 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.indigo.css.js +1 -1
- package/components/list/themes/light/item/list-item.indigo.css.js.map +1 -1
- 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.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.d.ts +1 -0
- package/components/select/themes/dark/select.material.css.d.ts +1 -0
- 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.d.ts +1 -0
- package/components/select/themes/light/select.fluent.css.d.ts +1 -0
- 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.d.ts +1 -0
- 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.d.ts +1 -0
- package/components/select/themes/light/select.shared.css.d.ts +1 -0
- package/components/select/themes/light/select.shared.css.js +1 -1
- package/components/select/themes/light/select.shared.css.js.map +1 -1
- package/components/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.common.css.js +1 -1
- package/components/select/themes/shared/select.common.css.js.map +1 -1
- package/components/select/themes/shared/select.fluent.css.d.ts +1 -0
- package/components/select/themes/shared/select.fluent.css.js +1 -1
- package/components/select/themes/shared/select.fluent.css.js.map +1 -1
- package/components/select/themes/shared/select.indigo.css.d.ts +1 -0
- package/components/select/themes/shared/select.indigo.css.js +1 -1
- package/components/select/themes/shared/select.indigo.css.js.map +1 -1
- 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.bootstrap.css.js +1 -1
- package/components/textarea/themes/dark/textarea.bootstrap.css.js.map +1 -1
- package/components/textarea/themes/dark/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.fluent.css.js +1 -1
- package/components/textarea/themes/dark/textarea.fluent.css.js.map +1 -1
- package/components/textarea/themes/dark/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.indigo.css.js +1 -1
- package/components/textarea/themes/dark/textarea.indigo.css.js.map +1 -1
- package/components/textarea/themes/dark/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.material.css.js +1 -1
- package/components/textarea/themes/dark/textarea.material.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.bootstrap.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.bootstrap.css.js +1 -1
- package/components/textarea/themes/light/textarea.bootstrap.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.fluent.css.js +1 -1
- package/components/textarea/themes/light/textarea.fluent.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.indigo.css.js +1 -1
- package/components/textarea/themes/light/textarea.indigo.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.material.css.js +1 -1
- package/components/textarea/themes/light/textarea.material.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.shared.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.shared.css.js +1 -1
- package/components/textarea/themes/light/textarea.shared.css.js.map +1 -1
- 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/shared/textarea.material.css.js +1 -1
- package/components/textarea/themes/shared/textarea.material.css.js.map +1 -1
- 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.d.ts +193 -0
- package/components/tile-manager/tile.js +3 -3
- 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 +12 -8
- 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,143 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import type { Constructor } from '../common/mixins/constructor.js';
|
|
3
|
+
import { type FormValue } from '../common/mixins/forms/form-value.js';
|
|
4
|
+
import IgcRatingSymbolComponent from './rating-symbol.js';
|
|
5
|
+
export interface IgcRatingComponentEventMap {
|
|
6
|
+
igcChange: CustomEvent<number>;
|
|
7
|
+
igcHover: CustomEvent<number>;
|
|
8
|
+
}
|
|
9
|
+
declare const IgcRatingComponent_base: Constructor<import("../common/mixins/forms/types.js").FormAssociatedElementInterface> & Constructor<import("../common/mixins/event-emitter.js").EventEmitterInterface<IgcRatingComponentEventMap>> & Constructor<LitElement>;
|
|
10
|
+
/**
|
|
11
|
+
* Rating provides insight regarding others' opinions and experiences,
|
|
12
|
+
* and can allow the user to submit a rating of their own
|
|
13
|
+
*
|
|
14
|
+
* @element igc-rating
|
|
15
|
+
*
|
|
16
|
+
* @fires igcChange - Emitted when the value of the control changes.
|
|
17
|
+
* @fires igcHover - Emitted when hover is enabled and the user mouses over a symbol of the rating.
|
|
18
|
+
*
|
|
19
|
+
* @csspart base - The main wrapper which holds all of the rating elements.
|
|
20
|
+
* @csspart label - The label part.
|
|
21
|
+
* @csspart value-label - The value label part.
|
|
22
|
+
* @csspart symbols - A wrapper for all rating symbols.
|
|
23
|
+
* @csspart symbol - The part of the encapsulated default symbol.
|
|
24
|
+
* @csspart full - The part of the encapsulated full symbols.
|
|
25
|
+
* @csspart empty - The part of the encapsulated empty symbols.
|
|
26
|
+
*
|
|
27
|
+
* @cssproperty --symbol-size - The size of the symbols.
|
|
28
|
+
* @cssproperty --symbol-full-color - The color of the filled symbol.
|
|
29
|
+
* @cssproperty --symbol-empty-color - The color of the empty symbol.
|
|
30
|
+
* @cssproperty --symbol-full-filter - The filter(s) used for the filled symbol.
|
|
31
|
+
* @cssproperty --symbol-empty-filter - The filter(s) used for the empty symbol.
|
|
32
|
+
*/
|
|
33
|
+
export default class IgcRatingComponent extends IgcRatingComponent_base {
|
|
34
|
+
static readonly tagName = "igc-rating";
|
|
35
|
+
static styles: import("lit").CSSResult[];
|
|
36
|
+
static register(): void;
|
|
37
|
+
protected _formValue: FormValue<number>;
|
|
38
|
+
private _max;
|
|
39
|
+
private _step;
|
|
40
|
+
private _single;
|
|
41
|
+
protected ratingSymbols: IgcRatingSymbolComponent[];
|
|
42
|
+
protected container: HTMLElement;
|
|
43
|
+
protected valueLabel: Node[];
|
|
44
|
+
protected hoverValue: number;
|
|
45
|
+
protected hoverState: boolean;
|
|
46
|
+
protected get isInteractive(): boolean;
|
|
47
|
+
protected get hasProjectedSymbols(): boolean;
|
|
48
|
+
protected get valueText(): string;
|
|
49
|
+
/**
|
|
50
|
+
* The maximum value for the rating.
|
|
51
|
+
*
|
|
52
|
+
* If there are projected symbols, the maximum value will be resolved
|
|
53
|
+
* based on the number of symbols.
|
|
54
|
+
* @attr max
|
|
55
|
+
* @default 5
|
|
56
|
+
*/
|
|
57
|
+
set max(value: number);
|
|
58
|
+
get max(): number;
|
|
59
|
+
/**
|
|
60
|
+
* The minimum value change allowed.
|
|
61
|
+
*
|
|
62
|
+
* Valid values are in the interval between 0 and 1 inclusive.
|
|
63
|
+
* @attr step
|
|
64
|
+
* @default 1
|
|
65
|
+
*/
|
|
66
|
+
set step(value: number);
|
|
67
|
+
get step(): number;
|
|
68
|
+
/**
|
|
69
|
+
* The label of the control.
|
|
70
|
+
* @attr label
|
|
71
|
+
*/
|
|
72
|
+
label: string;
|
|
73
|
+
/**
|
|
74
|
+
* A format string which sets aria-valuetext. Instances of '{0}' will be replaced
|
|
75
|
+
* with the current value of the control and instances of '{1}' with the maximum value for the control.
|
|
76
|
+
*
|
|
77
|
+
* Important for screen-readers and useful for localization.
|
|
78
|
+
* @attr value-format
|
|
79
|
+
*/
|
|
80
|
+
valueFormat: string;
|
|
81
|
+
/**
|
|
82
|
+
* The current value of the component
|
|
83
|
+
* @attr value
|
|
84
|
+
* @default 0
|
|
85
|
+
*/
|
|
86
|
+
set value(number: number);
|
|
87
|
+
get value(): number;
|
|
88
|
+
/**
|
|
89
|
+
* Sets hover preview behavior for the component
|
|
90
|
+
* @attr hover-preview
|
|
91
|
+
*/
|
|
92
|
+
hoverPreview: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Makes the control a readonly field.
|
|
95
|
+
* @attr readonly
|
|
96
|
+
*/
|
|
97
|
+
readOnly: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* Toggles single selection visual mode.
|
|
100
|
+
* @attr single
|
|
101
|
+
* @default false
|
|
102
|
+
*/
|
|
103
|
+
set single(value: boolean);
|
|
104
|
+
get single(): boolean;
|
|
105
|
+
/**
|
|
106
|
+
* Whether to reset the rating when the user selects the same value.
|
|
107
|
+
* @attr allow-reset
|
|
108
|
+
*/
|
|
109
|
+
allowReset: boolean;
|
|
110
|
+
constructor();
|
|
111
|
+
protected firstUpdated(): Promise<void>;
|
|
112
|
+
protected handleClick({ clientX }: PointerEvent): void;
|
|
113
|
+
protected handlePointerMove({ clientX }: PointerEvent): void;
|
|
114
|
+
protected emitValueUpdate(value: number): void;
|
|
115
|
+
protected handleSlotChange(): void;
|
|
116
|
+
protected handleHoverEnabled(): void;
|
|
117
|
+
protected handleHoverDisabled(): void;
|
|
118
|
+
protected calcNewValue(x: number): number;
|
|
119
|
+
protected round(value: number): number;
|
|
120
|
+
protected clipSymbol(index: number, isLTR?: boolean): {
|
|
121
|
+
backward: string;
|
|
122
|
+
forward: string;
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* Increments the value of the control by `n` steps multiplied by the
|
|
126
|
+
* step factor.
|
|
127
|
+
*/
|
|
128
|
+
stepUp(n?: number): void;
|
|
129
|
+
/**
|
|
130
|
+
* Decrements the value of the control by `n` steps multiplied by
|
|
131
|
+
* the step factor.
|
|
132
|
+
*/
|
|
133
|
+
stepDown(n?: number): void;
|
|
134
|
+
protected renderSymbols(): Generator<import("lit-html").TemplateResult<1>, void, unknown>;
|
|
135
|
+
protected clipProjected(): void;
|
|
136
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
137
|
+
}
|
|
138
|
+
declare global {
|
|
139
|
+
interface HTMLElementTagNameMap {
|
|
140
|
+
'igc-rating': IgcRatingComponent;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
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,68 @@
|
|
|
1
|
+
import { LitElement, nothing } from 'lit';
|
|
2
|
+
import type { Constructor } from '../common/mixins/constructor.js';
|
|
3
|
+
import type { ResizeCallbackParams, ResizeGhostFactory, ResizeMode } from './types.js';
|
|
4
|
+
export interface IgcResizeContainerComponentEventMap {
|
|
5
|
+
igcResizeStart: CustomEvent<ResizeCallbackParams>;
|
|
6
|
+
igcResize: CustomEvent<ResizeCallbackParams>;
|
|
7
|
+
igcResizeEnd: CustomEvent<ResizeCallbackParams>;
|
|
8
|
+
igcResizeCancel: CustomEvent<unknown>;
|
|
9
|
+
}
|
|
10
|
+
declare const IgcResizeContainerComponent_base: Constructor<import("../common/mixins/event-emitter.js").EventEmitterInterface<IgcResizeContainerComponentEventMap>> & Constructor<LitElement>;
|
|
11
|
+
/**
|
|
12
|
+
* @element igc-resize
|
|
13
|
+
*
|
|
14
|
+
* @slot - renders the element(s) that should be resized
|
|
15
|
+
* @slot side-adorner - renders the side resize handle.
|
|
16
|
+
* @slot corner-adorner - renders the corner resize handle.
|
|
17
|
+
* @slot bottom-adorner - renders the bottom resize handle.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export default class IgcResizeContainerComponent extends IgcResizeContainerComponent_base {
|
|
21
|
+
static readonly tagName = "igc-resize";
|
|
22
|
+
static styles: import("lit").CSSResult[];
|
|
23
|
+
static register(): void;
|
|
24
|
+
private _controller;
|
|
25
|
+
private _enabled;
|
|
26
|
+
private _mode;
|
|
27
|
+
private _ghostFactory?;
|
|
28
|
+
/** The DOM container doing the actual resizing */
|
|
29
|
+
private _container;
|
|
30
|
+
/** Resize component adorners */
|
|
31
|
+
private _adorners;
|
|
32
|
+
private _isActive;
|
|
33
|
+
/** Whether the resize behavior is enabled. */
|
|
34
|
+
set enabled(value: boolean);
|
|
35
|
+
get enabled(): boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Whether to always show the resize element adorners.
|
|
38
|
+
*/
|
|
39
|
+
active: boolean;
|
|
40
|
+
set ghostFactory(value: ResizeGhostFactory);
|
|
41
|
+
get ghostFactory(): ResizeGhostFactory | undefined;
|
|
42
|
+
/** Get/Set the mode of the resizing operation. */
|
|
43
|
+
set mode(value: ResizeMode);
|
|
44
|
+
get mode(): ResizeMode;
|
|
45
|
+
setSize(width: number | null, height: number | null): void;
|
|
46
|
+
getSize(): {
|
|
47
|
+
width: string;
|
|
48
|
+
height: string;
|
|
49
|
+
};
|
|
50
|
+
constructor();
|
|
51
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
52
|
+
private _updateResizingState;
|
|
53
|
+
private _handlePointerEnter;
|
|
54
|
+
private _handlePointerLeave;
|
|
55
|
+
private _handleResizeStart;
|
|
56
|
+
private _handleResize;
|
|
57
|
+
private _handleResizeEnd;
|
|
58
|
+
private _handleResizeCancel;
|
|
59
|
+
protected _renderAdorner(name: 'side' | 'corner' | 'bottom', part: string): import("lit-html").TemplateResult<1>;
|
|
60
|
+
protected _renderAdorners(): import("lit-html").TemplateResult<1> | typeof nothing;
|
|
61
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
62
|
+
}
|
|
63
|
+
declare global {
|
|
64
|
+
interface HTMLElementTagNameMap {
|
|
65
|
+
'igc-resize': IgcResizeContainerComponent;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
export {};
|
|
@@ -117,7 +117,6 @@ let IgcResizeContainerComponent = IgcResizeContainerComponent_1 = class IgcResiz
|
|
|
117
117
|
_renderAdorner(name, part) {
|
|
118
118
|
return html `
|
|
119
119
|
<slot ${ref(this._adorners[name])} part=${part} name="${name}-adorner">
|
|
120
|
-
<div part="adorner-indicator"></div>
|
|
121
120
|
</slot>
|
|
122
121
|
`;
|
|
123
122
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resize-container.js","sourceRoot":"","sources":["../../../src/components/resize-container/resize-container.ts"],"names":[],"mappings":"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","sourcesContent":["import { LitElement, html, nothing } from 'lit';\nimport { property, state } from 'lit/decorators.js';\nimport { type Ref, createRef, ref } from 'lit/directives/ref.js';\n\nimport { themes } from '../../theming/theming-decorator.js';\nimport { registerComponent } from '../common/definitions/register.js';\nimport type { Constructor } from '../common/mixins/constructor.js';\nimport { EventEmitterMixin } from '../common/mixins/event-emitter.js';\nimport { partNameMap } from '../common/util.js';\nimport IgcIconComponent from '../icon/icon.js';\nimport { addResizeController } from './resize-controller.js';\nimport { styles } from './themes/resize-container.base.css.js';\nimport { styles as shared } from './themes/shared/resize-container.common.css.js';\nimport { all } from './themes/themes.js';\nimport type {\n ResizeCallbackParams,\n ResizeGhostFactory,\n ResizeMode,\n ResizeState,\n} from './types.js';\n\nexport interface IgcResizeContainerComponentEventMap {\n igcResizeStart: CustomEvent<ResizeCallbackParams>;\n igcResize: CustomEvent<ResizeCallbackParams>;\n igcResizeEnd: CustomEvent<ResizeCallbackParams>;\n igcResizeCancel: CustomEvent<unknown>;\n}\n\n/* blazorSuppress */\n/**\n * @element igc-resize\n *\n * @slot - renders the element(s) that should be resized\n * @slot side-adorner - renders the side resize handle.\n * @slot corner-adorner - renders the corner resize handle.\n * @slot bottom-adorner - renders the bottom resize handle.\n *\n */\n@themes(all)\nexport default class IgcResizeContainerComponent extends EventEmitterMixin<\n IgcResizeContainerComponentEventMap,\n Constructor<LitElement>\n>(LitElement) {\n public static readonly tagName = 'igc-resize';\n public static styles = [styles, shared];\n\n /* blazorSuppress */\n public static register(): void {\n registerComponent(IgcResizeContainerComponent, IgcIconComponent);\n }\n\n private _controller: ReturnType<typeof addResizeController>;\n\n private _enabled = true;\n private _mode: ResizeMode = 'immediate';\n private _ghostFactory?: ResizeGhostFactory;\n\n /** The DOM container doing the actual resizing */\n private _container: Ref<HTMLElement> = createRef();\n\n /** Resize component adorners */\n private _adorners: Record<'side' | 'corner' | 'bottom', Ref<HTMLElement>> = {\n side: createRef(),\n corner: createRef(),\n bottom: createRef(),\n };\n\n @state()\n private _isActive = false;\n\n /** Whether the resize behavior is enabled. */\n @property({ type: Boolean })\n public set enabled(value: boolean) {\n this._enabled = value;\n this._controller.set({ enabled: value });\n }\n\n public get enabled(): boolean {\n return this._enabled;\n }\n\n /**\n * Whether to always show the resize element adorners.\n */\n @property({ type: Boolean, reflect: true })\n public active = false;\n\n @property({ attribute: false })\n public set ghostFactory(value: ResizeGhostFactory) {\n this._ghostFactory = value;\n this._controller.set({ deferredFactory: this._ghostFactory });\n }\n\n public get ghostFactory(): ResizeGhostFactory | undefined {\n return this._ghostFactory;\n }\n\n /** Get/Set the mode of the resizing operation. */\n @property()\n public set mode(value: ResizeMode) {\n this._mode = value;\n this._controller.set({ mode: this._mode });\n }\n\n public get mode(): ResizeMode {\n return this._mode;\n }\n\n public setSize(width: number | null, height: number | null): void {\n this._controller.setSize(width, height);\n }\n\n public getSize() {\n const { width, height } = this._container.value!.style;\n return { width, height };\n }\n\n constructor() {\n super();\n\n this._controller = addResizeController(this, {\n ref: [this._adorners.side, this._adorners.corner, this._adorners.bottom],\n mode: this._mode,\n deferredFactory: this._ghostFactory,\n start: this._handleResizeStart,\n resize: this._handleResize,\n end: this._handleResizeEnd,\n cancel: this._handleResizeCancel,\n resizeTarget: () => this._container.value!,\n });\n }\n\n protected override createRenderRoot(): HTMLElement | DocumentFragment {\n const root = super.createRenderRoot();\n root.addEventListener('slotchange', () => this.requestUpdate());\n return root;\n }\n\n private _updateResizingState(params: ResizeCallbackParams): void {\n const { initial, current, trigger } = params.state;\n const { side, bottom } = this._adorners;\n\n if (trigger === side.value) {\n current.height = initial.height;\n } else if (trigger === bottom.value) {\n current.width = initial.width;\n }\n }\n\n private _handlePointerEnter(): void {\n this._isActive = true;\n }\n\n private _handlePointerLeave(): void {\n this._isActive = false;\n }\n\n private _handleResizeStart(params: ResizeCallbackParams): void {\n params.event.preventDefault();\n this.emitEvent('igcResizeStart', { bubbles: false, detail: params });\n }\n\n private _handleResize(params: ResizeCallbackParams): void {\n this._updateResizingState(params);\n this.emitEvent('igcResize', { bubbles: false, detail: params });\n }\n\n private _handleResizeEnd(params: ResizeCallbackParams): void {\n this.emitEvent('igcResizeEnd', { bubbles: false, detail: params });\n }\n\n private _handleResizeCancel({ initial }: ResizeState): void {\n this._controller.dispose();\n\n if (this.mode !== 'deferred') {\n Object.assign(this._container.value!.style, {\n width: `${initial.width}px`,\n height: `${initial.height}px`,\n });\n }\n\n this.emitEvent('igcResizeCancel', { bubbles: false, cancelable: false });\n }\n\n protected _renderAdorner(name: 'side' | 'corner' | 'bottom', part: string) {\n return html`\n <slot ${ref(this._adorners[name])} part=${part} name=\"${name}-adorner\">\n <div part=\"adorner-indicator\"></div>\n </slot>\n `;\n }\n\n protected _renderAdorners() {\n if (!this._enabled || (!this._isActive && !this.active)) {\n return nothing;\n }\n\n return html`\n ${this._renderAdorner('side', 'trigger-side')}\n ${this._renderAdorner('corner', 'trigger')}\n ${this._renderAdorner('bottom', 'trigger-bottom')}\n `;\n }\n\n protected override render() {\n const parts = partNameMap({\n 'resize-base': true,\n active: this._isActive || this.active,\n });\n\n const skipHandlers = this.active || !this._enabled;\n\n return html`\n <div\n ${ref(this._container)}\n part=${parts}\n @pointerenter=${skipHandlers ? nothing : this._handlePointerEnter}\n @pointerleave=${skipHandlers ? nothing : this._handlePointerLeave}\n >\n <slot></slot>\n ${this._renderAdorners()}\n </div>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'igc-resize': IgcResizeContainerComponent;\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"resize-container.js","sourceRoot":"","sources":["../../../src/components/resize-container/resize-container.ts"],"names":[],"mappings":"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","sourcesContent":["import { LitElement, html, nothing } from 'lit';\nimport { property, state } from 'lit/decorators.js';\nimport { type Ref, createRef, ref } from 'lit/directives/ref.js';\n\nimport { themes } from '../../theming/theming-decorator.js';\nimport { registerComponent } from '../common/definitions/register.js';\nimport type { Constructor } from '../common/mixins/constructor.js';\nimport { EventEmitterMixin } from '../common/mixins/event-emitter.js';\nimport { partNameMap } from '../common/util.js';\nimport IgcIconComponent from '../icon/icon.js';\nimport { addResizeController } from './resize-controller.js';\nimport { styles } from './themes/resize-container.base.css.js';\nimport { styles as shared } from './themes/shared/resize-container.common.css.js';\nimport { all } from './themes/themes.js';\nimport type {\n ResizeCallbackParams,\n ResizeGhostFactory,\n ResizeMode,\n ResizeState,\n} from './types.js';\n\nexport interface IgcResizeContainerComponentEventMap {\n igcResizeStart: CustomEvent<ResizeCallbackParams>;\n igcResize: CustomEvent<ResizeCallbackParams>;\n igcResizeEnd: CustomEvent<ResizeCallbackParams>;\n igcResizeCancel: CustomEvent<unknown>;\n}\n\n/* blazorSuppress */\n/**\n * @element igc-resize\n *\n * @slot - renders the element(s) that should be resized\n * @slot side-adorner - renders the side resize handle.\n * @slot corner-adorner - renders the corner resize handle.\n * @slot bottom-adorner - renders the bottom resize handle.\n *\n */\n@themes(all)\nexport default class IgcResizeContainerComponent extends EventEmitterMixin<\n IgcResizeContainerComponentEventMap,\n Constructor<LitElement>\n>(LitElement) {\n public static readonly tagName = 'igc-resize';\n public static styles = [styles, shared];\n\n /* blazorSuppress */\n public static register(): void {\n registerComponent(IgcResizeContainerComponent, IgcIconComponent);\n }\n\n private _controller: ReturnType<typeof addResizeController>;\n\n private _enabled = true;\n private _mode: ResizeMode = 'immediate';\n private _ghostFactory?: ResizeGhostFactory;\n\n /** The DOM container doing the actual resizing */\n private _container: Ref<HTMLElement> = createRef();\n\n /** Resize component adorners */\n private _adorners: Record<'side' | 'corner' | 'bottom', Ref<HTMLElement>> = {\n side: createRef(),\n corner: createRef(),\n bottom: createRef(),\n };\n\n @state()\n private _isActive = false;\n\n /** Whether the resize behavior is enabled. */\n @property({ type: Boolean })\n public set enabled(value: boolean) {\n this._enabled = value;\n this._controller.set({ enabled: value });\n }\n\n public get enabled(): boolean {\n return this._enabled;\n }\n\n /**\n * Whether to always show the resize element adorners.\n */\n @property({ type: Boolean, reflect: true })\n public active = false;\n\n @property({ attribute: false })\n public set ghostFactory(value: ResizeGhostFactory) {\n this._ghostFactory = value;\n this._controller.set({ deferredFactory: this._ghostFactory });\n }\n\n public get ghostFactory(): ResizeGhostFactory | undefined {\n return this._ghostFactory;\n }\n\n /** Get/Set the mode of the resizing operation. */\n @property()\n public set mode(value: ResizeMode) {\n this._mode = value;\n this._controller.set({ mode: this._mode });\n }\n\n public get mode(): ResizeMode {\n return this._mode;\n }\n\n public setSize(width: number | null, height: number | null): void {\n this._controller.setSize(width, height);\n }\n\n public getSize() {\n const { width, height } = this._container.value!.style;\n return { width, height };\n }\n\n constructor() {\n super();\n\n this._controller = addResizeController(this, {\n ref: [this._adorners.side, this._adorners.corner, this._adorners.bottom],\n mode: this._mode,\n deferredFactory: this._ghostFactory,\n start: this._handleResizeStart,\n resize: this._handleResize,\n end: this._handleResizeEnd,\n cancel: this._handleResizeCancel,\n resizeTarget: () => this._container.value!,\n });\n }\n\n protected override createRenderRoot(): HTMLElement | DocumentFragment {\n const root = super.createRenderRoot();\n root.addEventListener('slotchange', () => this.requestUpdate());\n return root;\n }\n\n private _updateResizingState(params: ResizeCallbackParams): void {\n const { initial, current, trigger } = params.state;\n const { side, bottom } = this._adorners;\n\n if (trigger === side.value) {\n current.height = initial.height;\n } else if (trigger === bottom.value) {\n current.width = initial.width;\n }\n }\n\n private _handlePointerEnter(): void {\n this._isActive = true;\n }\n\n private _handlePointerLeave(): void {\n this._isActive = false;\n }\n\n private _handleResizeStart(params: ResizeCallbackParams): void {\n params.event.preventDefault();\n this.emitEvent('igcResizeStart', { bubbles: false, detail: params });\n }\n\n private _handleResize(params: ResizeCallbackParams): void {\n this._updateResizingState(params);\n this.emitEvent('igcResize', { bubbles: false, detail: params });\n }\n\n private _handleResizeEnd(params: ResizeCallbackParams): void {\n this.emitEvent('igcResizeEnd', { bubbles: false, detail: params });\n }\n\n private _handleResizeCancel({ initial }: ResizeState): void {\n this._controller.dispose();\n\n if (this.mode !== 'deferred') {\n Object.assign(this._container.value!.style, {\n width: `${initial.width}px`,\n height: `${initial.height}px`,\n });\n }\n\n this.emitEvent('igcResizeCancel', { bubbles: false, cancelable: false });\n }\n\n protected _renderAdorner(name: 'side' | 'corner' | 'bottom', part: string) {\n return html`\n <slot ${ref(this._adorners[name])} part=${part} name=\"${name}-adorner\">\n </slot>\n `;\n }\n\n protected _renderAdorners() {\n if (!this._enabled || (!this._isActive && !this.active)) {\n return nothing;\n }\n\n return html`\n ${this._renderAdorner('side', 'trigger-side')}\n ${this._renderAdorner('corner', 'trigger')}\n ${this._renderAdorner('bottom', 'trigger-bottom')}\n `;\n }\n\n protected override render() {\n const parts = partNameMap({\n 'resize-base': true,\n active: this._isActive || this.active,\n });\n\n const skipHandlers = this.active || !this._enabled;\n\n return html`\n <div\n ${ref(this._container)}\n part=${parts}\n @pointerenter=${skipHandlers ? nothing : this._handlePointerEnter}\n @pointerleave=${skipHandlers ? nothing : this._handlePointerLeave}\n >\n <slot></slot>\n ${this._renderAdorners()}\n </div>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'igc-resize': IgcResizeContainerComponent;\n }\n}\n"]}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { ReactiveController, ReactiveControllerHost } from 'lit';
|
|
2
|
+
import type { ResizeControllerConfiguration } from './types.js';
|
|
3
|
+
declare class ResizeController implements ReactiveController {
|
|
4
|
+
private _host;
|
|
5
|
+
private _options;
|
|
6
|
+
private _id;
|
|
7
|
+
private _hasPointerCapture;
|
|
8
|
+
private _state;
|
|
9
|
+
private _activeRef;
|
|
10
|
+
private _ghost;
|
|
11
|
+
private get _element();
|
|
12
|
+
private get _resizeTarget();
|
|
13
|
+
/** Whether the controller is in deferred mode. */
|
|
14
|
+
private get _isDeferred();
|
|
15
|
+
private get _stateParameters();
|
|
16
|
+
constructor(host: ReactiveControllerHost & HTMLElement, options?: ResizeControllerConfiguration);
|
|
17
|
+
/** Whether the controller is enabled and will listen for events. */
|
|
18
|
+
get enabled(): boolean;
|
|
19
|
+
/** Updates the configuration of the resize controller. */
|
|
20
|
+
set(options?: ResizeControllerConfiguration): void;
|
|
21
|
+
/** Stops any resizing operation, cleaning up any additional elements and event listeners. */
|
|
22
|
+
dispose(): void;
|
|
23
|
+
/** Assign the given width and height in pixels to the resize target of the controller. */
|
|
24
|
+
setSize(width: number | null, height: number | null): void;
|
|
25
|
+
/** @internal */
|
|
26
|
+
hostConnected(): void;
|
|
27
|
+
/** @internal */
|
|
28
|
+
hostDisconnected(): void;
|
|
29
|
+
/** @internal */
|
|
30
|
+
handleEvent(event: PointerEvent & KeyboardEvent): void;
|
|
31
|
+
private _handlePointerDown;
|
|
32
|
+
private _handlePointerMove;
|
|
33
|
+
private _handlePointerEnd;
|
|
34
|
+
private _handleCancel;
|
|
35
|
+
private _shouldSkip;
|
|
36
|
+
private _setActiveRef;
|
|
37
|
+
private _setResizeState;
|
|
38
|
+
private _setResizeCancelListener;
|
|
39
|
+
private _setInitialState;
|
|
40
|
+
private _updateState;
|
|
41
|
+
private _updatePosition;
|
|
42
|
+
private _createGhostElement;
|
|
43
|
+
private _removeGhostElement;
|
|
44
|
+
}
|
|
45
|
+
export declare function addResizeController(host: ReactiveControllerHost & HTMLElement, options?: ResizeControllerConfiguration): ResizeController;
|
|
46
|
+
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,38 @@
|
|
|
1
|
+
import type { Ref } from 'lit/directives/ref.js';
|
|
2
|
+
export type ResizeMode = 'immediate' | 'deferred';
|
|
3
|
+
export type ResizeCallback = (params: ResizeCallbackParams) => unknown;
|
|
4
|
+
export type ResizeCancelCallback = (state: ResizeState) => unknown;
|
|
5
|
+
export type ResizeGhostFactory = () => HTMLElement;
|
|
6
|
+
export type ResizeState = {
|
|
7
|
+
initial: DOMRect;
|
|
8
|
+
current: DOMRect;
|
|
9
|
+
deltaX: number;
|
|
10
|
+
deltaY: number;
|
|
11
|
+
ghost: HTMLElement | null;
|
|
12
|
+
trigger: HTMLElement | null;
|
|
13
|
+
};
|
|
14
|
+
export type ResizeCallbackParams = {
|
|
15
|
+
event: PointerEvent;
|
|
16
|
+
state: ResizeState;
|
|
17
|
+
};
|
|
18
|
+
export type ResizeControllerConfiguration = {
|
|
19
|
+
enabled?: boolean;
|
|
20
|
+
ref?: Ref<HTMLElement>[];
|
|
21
|
+
mode?: ResizeMode;
|
|
22
|
+
deferredFactory?: ResizeGhostFactory;
|
|
23
|
+
/** Callback invoked at the start of a resize operation. */
|
|
24
|
+
start?: ResizeCallback;
|
|
25
|
+
/** Callback invoked on each pointer move during a resize operation. */
|
|
26
|
+
resize?: ResizeCallback;
|
|
27
|
+
/** Callback invoked when a resize operation completes. */
|
|
28
|
+
end?: ResizeCallback;
|
|
29
|
+
/** Callback invoked when a resize operation is cancelled. */
|
|
30
|
+
cancel?: ResizeCancelCallback;
|
|
31
|
+
/**
|
|
32
|
+
* Optional callback that returns the DOM element which will be resized/resizing depending on the
|
|
33
|
+
* configured mode of the controller.
|
|
34
|
+
*
|
|
35
|
+
* Defaults to the controller host.
|
|
36
|
+
*/
|
|
37
|
+
resizeTarget?: () => HTMLElement;
|
|
38
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* A ripple can be applied to an element to represent
|
|
4
|
+
* interactive surface.
|
|
5
|
+
*
|
|
6
|
+
* @element igc-ripple
|
|
7
|
+
*/
|
|
8
|
+
export default class IgcRippleComponent extends LitElement {
|
|
9
|
+
static readonly tagName = "igc-ripple";
|
|
10
|
+
static styles: import("lit").CSSResult;
|
|
11
|
+
static register(): void;
|
|
12
|
+
constructor();
|
|
13
|
+
private handler;
|
|
14
|
+
private getDimensions;
|
|
15
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
16
|
+
}
|
|
17
|
+
declare global {
|
|
18
|
+
interface HTMLElementTagNameMap {
|
|
19
|
+
'igc-ripple': IgcRippleComponent;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const styles: import("lit").CSSResult;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import IgcSelectItemComponent from './select-item.js';
|
|
3
|
+
/**
|
|
4
|
+
* @element igc-select-group - A container for a group of `igc-select-item` components.
|
|
5
|
+
*
|
|
6
|
+
* @slot label - Contains the group's label.
|
|
7
|
+
* @slot - Intended to contain the items belonging to this group.
|
|
8
|
+
*
|
|
9
|
+
* @csspart label - The native label element.
|
|
10
|
+
*/
|
|
11
|
+
export default class IgcSelectGroupComponent extends LitElement {
|
|
12
|
+
static readonly tagName = "igc-select-group";
|
|
13
|
+
static styles: import("lit").CSSResult[];
|
|
14
|
+
static register(): void;
|
|
15
|
+
private _internals;
|
|
16
|
+
private controlledItems;
|
|
17
|
+
/** All child `igc-select-item`s. */
|
|
18
|
+
items: Array<IgcSelectItemComponent>;
|
|
19
|
+
protected activeItems: Array<IgcSelectItemComponent>;
|
|
20
|
+
private _observerCallback;
|
|
21
|
+
/**
|
|
22
|
+
* Whether the group item and all its children are disabled.
|
|
23
|
+
* @attr
|
|
24
|
+
*/
|
|
25
|
+
disabled: boolean;
|
|
26
|
+
constructor();
|
|
27
|
+
protected firstUpdated(): Promise<void>;
|
|
28
|
+
protected disabledChange(): void;
|
|
29
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
30
|
+
}
|
|
31
|
+
declare global {
|
|
32
|
+
interface HTMLElementTagNameMap {
|
|
33
|
+
'igc-select-group': IgcSelectGroupComponent;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Represents a header item in an igc-select component.
|
|
4
|
+
*
|
|
5
|
+
* @element igc-select-header
|
|
6
|
+
*
|
|
7
|
+
* @slot - Renders the header.
|
|
8
|
+
*/
|
|
9
|
+
export default class IgcSelectHeaderComponent extends LitElement {
|
|
10
|
+
static readonly tagName = "igc-select-header";
|
|
11
|
+
static styles: import("lit").CSSResult[];
|
|
12
|
+
static register(): void;
|
|
13
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
14
|
+
}
|
|
15
|
+
declare global {
|
|
16
|
+
interface HTMLElementTagNameMap {
|
|
17
|
+
'igc-select-header': IgcSelectHeaderComponent;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { IgcBaseOptionLikeComponent } from '../common/mixins/option.js';
|
|
2
|
+
/**
|
|
3
|
+
* Represents an item in a select list.
|
|
4
|
+
*
|
|
5
|
+
* @element igc-select-item
|
|
6
|
+
*
|
|
7
|
+
* @slot - Renders the all content bar the prefix and suffix.
|
|
8
|
+
* @slot prefix - Renders content before the main content area.
|
|
9
|
+
* @slot suffix - Renders content after the main content area.
|
|
10
|
+
*
|
|
11
|
+
* @csspart prefix - The prefix wrapper of the igc-select-item.
|
|
12
|
+
* @csspart content - The main content wrapper of the igc-select-item.
|
|
13
|
+
* @csspart suffix - The suffix wrapper of the igc-select-item.
|
|
14
|
+
*/
|
|
15
|
+
export default class IgcSelectItemComponent extends IgcBaseOptionLikeComponent {
|
|
16
|
+
static readonly tagName = "igc-select-item";
|
|
17
|
+
static styles: import("lit").CSSResult[];
|
|
18
|
+
static register(): void;
|
|
19
|
+
/**
|
|
20
|
+
* Whether the item is disabled.
|
|
21
|
+
* @attr
|
|
22
|
+
*/
|
|
23
|
+
set active(value: boolean);
|
|
24
|
+
get active(): boolean;
|
|
25
|
+
}
|
|
26
|
+
declare global {
|
|
27
|
+
interface HTMLElementTagNameMap {
|
|
28
|
+
'igc-select-item': IgcSelectItemComponent;
|
|
29
|
+
}
|
|
30
|
+
}
|