igniteui-webcomponents 5.3.0-beta.1 → 5.3.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/animations/easings.d.ts +31 -0
- package/animations/player.d.ts +24 -0
- package/animations/presets/fade/index.d.ts +3 -0
- package/animations/presets/grow/index.d.ts +3 -0
- package/animations/presets/slide/index.d.ts +3 -0
- package/animations/types.d.ts +5 -0
- package/components/accordion/accordion.d.ts +44 -0
- package/components/accordion/themes/accordion.base.css.d.ts +1 -0
- package/components/avatar/avatar.d.ts +51 -0
- package/components/avatar/themes/avatar.base.css.d.ts +1 -0
- package/components/avatar/themes/dark/avatar.bootstrap.css.d.ts +1 -0
- package/components/avatar/themes/dark/avatar.fluent.css.d.ts +1 -0
- package/components/avatar/themes/dark/avatar.indigo.css.d.ts +1 -0
- package/components/avatar/themes/dark/avatar.material.css.d.ts +1 -0
- package/components/avatar/themes/light/avatar.bootstrap.css.d.ts +1 -0
- package/components/avatar/themes/light/avatar.fluent.css.d.ts +1 -0
- package/components/avatar/themes/light/avatar.indigo.css.d.ts +1 -0
- package/components/avatar/themes/light/avatar.material.css.d.ts +1 -0
- package/components/avatar/themes/light/avatar.shared.css.d.ts +1 -0
- package/components/avatar/themes/shared/avatar.bootstrap.css.d.ts +1 -0
- package/components/avatar/themes/shared/avatar.common.css.d.ts +1 -0
- package/components/avatar/themes/shared/avatar.fluent.css.d.ts +1 -0
- package/components/avatar/themes/shared/avatar.indigo.css.d.ts +1 -0
- package/components/avatar/themes/themes.d.ts +2 -0
- package/components/badge/badge.d.ts +41 -0
- package/components/badge/themes/badge.base.css.d.ts +1 -0
- package/components/badge/themes/dark/badge.bootstrap.css.d.ts +1 -0
- package/components/badge/themes/dark/badge.fluent.css.d.ts +1 -0
- package/components/badge/themes/dark/badge.indigo.css.d.ts +1 -0
- package/components/badge/themes/dark/badge.material.css.d.ts +1 -0
- package/components/badge/themes/light/badge.bootstrap.css.d.ts +1 -0
- package/components/badge/themes/light/badge.fluent.css.d.ts +1 -0
- package/components/badge/themes/light/badge.indigo.css.d.ts +1 -0
- package/components/badge/themes/light/badge.material.css.d.ts +1 -0
- package/components/badge/themes/light/badge.shared.css.d.ts +1 -0
- package/components/badge/themes/shared/badge.bootstrap.css.d.ts +1 -0
- package/components/badge/themes/shared/badge.common.css.d.ts +1 -0
- package/components/badge/themes/shared/badge.indigo.css.d.ts +1 -0
- package/components/badge/themes/themes.d.ts +2 -0
- package/components/banner/banner.d.ts +55 -0
- package/components/banner/themes/banner.base.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.bootstrap.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.fluent.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.indigo.css.d.ts +1 -0
- package/components/banner/themes/dark/banner.material.css.d.ts +1 -0
- package/components/banner/themes/light/banner.bootstrap.css.d.ts +1 -0
- package/components/banner/themes/light/banner.fluent.css.d.ts +1 -0
- package/components/banner/themes/light/banner.indigo.css.d.ts +1 -0
- package/components/banner/themes/light/banner.material.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.bootstrap.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.fluent.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.indigo.css.d.ts +1 -0
- package/components/banner/themes/shared/banner.material.css.d.ts +1 -0
- package/components/banner/themes/themes.d.ts +2 -0
- package/components/button/button-base.d.ts +69 -0
- package/components/button/button.d.ts +31 -0
- package/components/button/icon-button.d.ts +40 -0
- package/components/button/themes/button/button.base.css.d.ts +1 -0
- package/components/button/themes/button/dark/button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/button/dark/button.fluent.css.d.ts +1 -0
- package/components/button/themes/button/dark/button.indigo.css.d.ts +1 -0
- package/components/button/themes/button/dark/button.material.css.d.ts +1 -0
- package/components/button/themes/button/light/button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/button/light/button.fluent.css.d.ts +1 -0
- package/components/button/themes/button/light/button.indigo.css.d.ts +1 -0
- package/components/button/themes/button/light/button.material.css.d.ts +1 -0
- package/components/button/themes/button/light/button.shared.css.d.ts +1 -0
- package/components/button/themes/button/shared/button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/button/shared/button.common.css.d.ts +1 -0
- package/components/button/themes/button/shared/button.fluent.css.d.ts +1 -0
- package/components/button/themes/button/shared/button.indigo.css.d.ts +1 -0
- package/components/button/themes/button/shared/button.material.css.d.ts +1 -0
- package/components/button/themes/button/themes.d.ts +2 -0
- package/components/button/themes/icon-button/dark/icon-button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/icon-button/dark/icon-button.fluent.css.d.ts +1 -0
- package/components/button/themes/icon-button/dark/icon-button.indigo.css.d.ts +1 -0
- package/components/button/themes/icon-button/dark/icon-button.material.css.d.ts +1 -0
- package/components/button/themes/icon-button/icon-button.base.css.d.ts +1 -0
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/icon-button/light/icon-button.fluent.css.d.ts +1 -0
- package/components/button/themes/icon-button/light/icon-button.indigo.css.d.ts +1 -0
- package/components/button/themes/icon-button/light/icon-button.material.css.d.ts +1 -0
- package/components/button/themes/icon-button/shared/icon-button.bootstrap.css.d.ts +1 -0
- package/components/button/themes/icon-button/shared/icon-button.common.css.d.ts +1 -0
- package/components/button/themes/icon-button/shared/icon-button.fluent.css.d.ts +1 -0
- package/components/button/themes/icon-button/shared/icon-button.indigo.css.d.ts +1 -0
- package/components/button/themes/icon-button/shared/icon-button.material.css.d.ts +1 -0
- package/components/button/themes/icon-button/themes.d.ts +2 -0
- package/components/button-group/button-group.d.ts +67 -0
- package/components/button-group/themes/button.base.css.d.ts +1 -0
- package/components/button-group/themes/button.d.ts +2 -0
- package/components/button-group/themes/dark/button-group.bootstrap.css.d.ts +1 -0
- package/components/button-group/themes/dark/button-group.fluent.css.d.ts +1 -0
- package/components/button-group/themes/dark/button-group.indigo.css.d.ts +1 -0
- package/components/button-group/themes/dark/button-group.material.css.d.ts +1 -0
- package/components/button-group/themes/dark/button-group.shared.css.d.ts +1 -0
- package/components/button-group/themes/group.base.css.d.ts +1 -0
- package/components/button-group/themes/group.d.ts +2 -0
- package/components/button-group/themes/light/button-group.bootstrap.css.d.ts +1 -0
- package/components/button-group/themes/light/button-group.fluent.css.d.ts +1 -0
- package/components/button-group/themes/light/button-group.indigo.css.d.ts +1 -0
- package/components/button-group/themes/light/button-group.material.css.d.ts +1 -0
- package/components/button-group/themes/light/button-group.shared.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.bootstrap.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.common.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.fluent.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.indigo.css.d.ts +1 -0
- package/components/button-group/themes/shared/button/button.material.css.d.ts +1 -0
- package/components/button-group/themes/shared/group/group.bootstrap.css.d.ts +1 -0
- package/components/button-group/themes/shared/group/group.common.css.d.ts +1 -0
- package/components/button-group/themes/shared/group/group.fluent.css.d.ts +1 -0
- package/components/button-group/themes/shared/group/group.indigo.css.d.ts +1 -0
- package/components/button-group/toggle-button.d.ts +51 -0
- package/components/calendar/base.d.ts +65 -0
- package/components/calendar/calendar.d.ts +154 -0
- package/components/calendar/days-view/days-view.d.ts +87 -0
- package/components/calendar/helpers.d.ts +55 -0
- package/components/calendar/model.d.ts +55 -0
- package/components/calendar/months-view/months-view.d.ts +44 -0
- package/components/calendar/themes/calendar.base.css.d.ts +1 -0
- package/components/calendar/themes/calendar.d.ts +2 -0
- package/components/calendar/themes/dark/calendar.bootstrap.css.d.ts +1 -0
- package/components/calendar/themes/dark/calendar.fluent.css.d.ts +1 -0
- package/components/calendar/themes/dark/calendar.indigo.css.d.ts +1 -0
- package/components/calendar/themes/dark/calendar.material.css.d.ts +1 -0
- package/components/calendar/themes/days-view.base.css.d.ts +1 -0
- package/components/calendar/themes/days.d.ts +2 -0
- package/components/calendar/themes/light/calendar.bootstrap.css.d.ts +1 -0
- package/components/calendar/themes/light/calendar.fluent.css.d.ts +1 -0
- package/components/calendar/themes/light/calendar.indigo.css.d.ts +1 -0
- package/components/calendar/themes/light/calendar.material.css.d.ts +1 -0
- package/components/calendar/themes/light/calendar.shared.css.d.ts +1 -0
- package/components/calendar/themes/shared/bootstrap/calendar.bootstrap.css.d.ts +1 -0
- package/components/calendar/themes/shared/bootstrap/days-view.bootstrap.css.d.ts +1 -0
- package/components/calendar/themes/shared/bootstrap/year-month-view.bootstrap.css.d.ts +1 -0
- package/components/calendar/themes/shared/fluent/calendar.fluent.css.d.ts +1 -0
- package/components/calendar/themes/shared/fluent/days-view.fluent.css.d.ts +1 -0
- package/components/calendar/themes/shared/fluent/year-month-view.fluent.css.d.ts +1 -0
- package/components/calendar/themes/shared/indigo/calendar.indigo.css.d.ts +1 -0
- package/components/calendar/themes/shared/indigo/days-view.indigo.css.d.ts +1 -0
- package/components/calendar/themes/shared/indigo/year-month-view.indigo.css.d.ts +1 -0
- package/components/calendar/themes/shared/material/calendar.material.css.d.ts +1 -0
- package/components/calendar/themes/shared/material/days-view.material.css.d.ts +1 -0
- package/components/calendar/themes/shared/material/year-month-view.material.css.d.ts +1 -0
- package/components/calendar/themes/year-month-view.base.css.d.ts +1 -0
- package/components/calendar/themes/year-month.d.ts +2 -0
- package/components/calendar/types.d.ts +16 -0
- package/components/calendar/years-view/years-view.d.ts +41 -0
- package/components/card/card.actions.d.ts +24 -0
- package/components/card/card.content.d.ts +17 -0
- package/components/card/card.d.ts +22 -0
- package/components/card/card.header.d.ts +22 -0
- package/components/card/card.media.d.ts +17 -0
- package/components/card/themes/actions.d.ts +2 -0
- package/components/card/themes/card.actions.base.css.d.ts +1 -0
- package/components/card/themes/card.content.base.css.d.ts +1 -0
- package/components/card/themes/card.header.base.css.d.ts +1 -0
- package/components/card/themes/card.media.base.css.d.ts +1 -0
- package/components/card/themes/container.base.css.d.ts +1 -0
- package/components/card/themes/container.d.ts +2 -0
- package/components/card/themes/content.d.ts +2 -0
- package/components/card/themes/dark/card.bootstrap.css.d.ts +1 -0
- package/components/card/themes/dark/card.fluent.css.d.ts +1 -0
- package/components/card/themes/dark/card.indigo.css.d.ts +1 -0
- package/components/card/themes/dark/card.material.css.d.ts +1 -0
- package/components/card/themes/dark/card.shared.css.d.ts +1 -0
- package/components/card/themes/header.d.ts +2 -0
- package/components/card/themes/light/container/card.bootstrap.css.d.ts +1 -0
- package/components/card/themes/light/container/card.fluent.css.d.ts +1 -0
- package/components/card/themes/light/container/card.indigo.css.d.ts +1 -0
- package/components/card/themes/light/container/card.material.css.d.ts +1 -0
- package/components/card/themes/light/container/card.shared.css.d.ts +1 -0
- package/components/card/themes/shared/actions/card.actions.bootstrap.css.d.ts +1 -0
- package/components/card/themes/shared/actions/card.actions.indigo.css.d.ts +1 -0
- package/components/card/themes/shared/container/card.common.css.d.ts +1 -0
- package/components/card/themes/shared/container/card.fluent.css.d.ts +1 -0
- package/components/card/themes/shared/container/card.indigo.css.d.ts +1 -0
- package/components/card/themes/shared/content/card.content.bootstrap.css.d.ts +1 -0
- package/components/card/themes/shared/content/card.content.common.css.d.ts +1 -0
- package/components/card/themes/shared/header/card.header.bootstrap.css.d.ts +1 -0
- package/components/card/themes/shared/header/card.header.common.css.d.ts +1 -0
- package/components/card/themes/shared/header/card.header.fluent.css.d.ts +1 -0
- package/components/card/themes/shared/header/card.header.indigo.css.d.ts +1 -0
- package/components/carousel/animations.d.ts +1 -0
- package/components/carousel/carousel-indicator-container.d.ts +21 -0
- package/components/carousel/carousel-indicator.d.ts +34 -0
- package/components/carousel/carousel-slide.d.ts +37 -0
- package/components/carousel/carousel.d.ts +199 -0
- package/components/carousel/themes/carousel-indicator-container.base.css.d.ts +1 -0
- package/components/carousel/themes/carousel-indicator.base.css.d.ts +1 -0
- package/components/carousel/themes/carousel-slide.base.css.d.ts +1 -0
- package/components/carousel/themes/carousel.base.css.d.ts +1 -0
- package/components/carousel/themes/container.d.ts +2 -0
- package/components/carousel/themes/dark/carousel.bootstrap.css.d.ts +1 -0
- package/components/carousel/themes/dark/carousel.fluent.css.d.ts +1 -0
- package/components/carousel/themes/dark/carousel.indigo.css.d.ts +1 -0
- package/components/carousel/themes/dark/carousel.material.css.d.ts +1 -0
- package/components/carousel/themes/dark/carousel.shared.css.d.ts +1 -0
- package/components/carousel/themes/indicator-container.d.ts +2 -0
- package/components/carousel/themes/light/carousel.bootstrap.css.d.ts +1 -0
- package/components/carousel/themes/light/carousel.fluent.css.d.ts +1 -0
- package/components/carousel/themes/light/carousel.indigo.css.d.ts +1 -0
- package/components/carousel/themes/light/carousel.material.css.d.ts +1 -0
- package/components/carousel/themes/light/carousel.shared.css.d.ts +1 -0
- package/components/carousel/themes/shared/carousel.bootstrap.css.d.ts +1 -0
- package/components/carousel/themes/shared/carousel.common.css.d.ts +1 -0
- package/components/carousel/themes/shared/carousel.fluent.css.d.ts +1 -0
- package/components/carousel/themes/shared/carousel.indigo.css.d.ts +1 -0
- package/components/carousel/themes/shared/indicator-container/indicator-container.bootstrap.css.d.ts +1 -0
- package/components/carousel/themes/shared/indicator-container/indicator-container.common.css.d.ts +1 -0
- package/components/carousel/themes/shared/indicator-container/indicator-container.fluent.css.d.ts +1 -0
- package/components/carousel/themes/shared/indicator-container/indicator-container.indigo.css.d.ts +1 -0
- package/components/checkbox/checkbox-base.d.ts +51 -0
- package/components/checkbox/checkbox.d.ts +44 -0
- package/components/checkbox/switch.d.ts +29 -0
- package/components/checkbox/themes/checkbox-themes.d.ts +2 -0
- package/components/checkbox/themes/checkbox.base.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.material.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch/switch.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch/switch.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch/switch.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/dark/switch/switch.material.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.material.css.d.ts +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.shared.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch/switch.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch/switch.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch/switch.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch/switch.material.css.d.ts +1 -0
- package/components/checkbox/themes/light/switch/switch.shared.css.d.ts +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.common.css.d.ts +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.material.css.d.ts +1 -0
- package/components/checkbox/themes/shared/switch/switch.bootstrap.css.d.ts +1 -0
- package/components/checkbox/themes/shared/switch/switch.common.css.d.ts +1 -0
- package/components/checkbox/themes/shared/switch/switch.fluent.css.d.ts +1 -0
- package/components/checkbox/themes/shared/switch/switch.indigo.css.d.ts +1 -0
- package/components/checkbox/themes/shared/switch/switch.material.css.d.ts +1 -0
- package/components/checkbox/themes/switch-themes.d.ts +2 -0
- package/components/checkbox/themes/switch.base.css.d.ts +1 -0
- package/components/checkbox/validators.d.ts +3 -0
- package/components/chip/chip.d.ts +66 -0
- package/components/chip/themes/chip.base.css.d.ts +1 -0
- package/components/chip/themes/chip.base.css.js +1 -1
- package/components/chip/themes/chip.base.css.js.map +1 -1
- package/components/chip/themes/dark/chip.bootstrap.css.d.ts +1 -0
- package/components/chip/themes/dark/chip.fluent.css.d.ts +1 -0
- package/components/chip/themes/dark/chip.indigo.css.d.ts +1 -0
- package/components/chip/themes/dark/chip.material.css.d.ts +1 -0
- package/components/chip/themes/light/chip.bootstrap.css.d.ts +1 -0
- package/components/chip/themes/light/chip.fluent.css.d.ts +1 -0
- package/components/chip/themes/light/chip.indigo.css.d.ts +1 -0
- package/components/chip/themes/light/chip.material.css.d.ts +1 -0
- package/components/chip/themes/light/chip.shared.css.d.ts +1 -0
- package/components/chip/themes/shared/chip.bootstrap.css.d.ts +1 -0
- package/components/chip/themes/shared/chip.common.css.d.ts +1 -0
- package/components/chip/themes/shared/chip.fluent.css.d.ts +1 -0
- package/components/chip/themes/shared/chip.indigo.css.d.ts +1 -0
- package/components/chip/themes/themes.d.ts +2 -0
- package/components/combo/combo-header.d.ts +12 -0
- package/components/combo/combo-item.d.ts +34 -0
- package/components/combo/combo-list.d.ts +11 -0
- package/components/combo/combo.d.ts +322 -0
- package/components/combo/controllers/data.d.ts +22 -0
- package/components/combo/controllers/navigation.d.ts +50 -0
- package/components/combo/controllers/selection.d.ts +33 -0
- package/components/combo/operations/filter.d.ts +6 -0
- package/components/combo/operations/group.d.ts +6 -0
- package/components/combo/themes/combo-header.base.css.d.ts +1 -0
- package/components/combo/themes/combo-item.base.css.d.ts +1 -0
- package/components/combo/themes/combo.base.css.d.ts +1 -0
- package/components/combo/themes/dark/combo.bootstrap.css.d.ts +1 -0
- package/components/combo/themes/dark/combo.fluent.css.d.ts +1 -0
- package/components/combo/themes/dark/combo.indigo.css.d.ts +1 -0
- package/components/combo/themes/dark/combo.material.css.d.ts +1 -0
- package/components/combo/themes/light/combo.bootstrap.css.d.ts +1 -0
- package/components/combo/themes/light/combo.fluent.css.d.ts +1 -0
- package/components/combo/themes/light/combo.indigo.css.d.ts +1 -0
- package/components/combo/themes/light/combo.material.css.d.ts +1 -0
- package/components/combo/themes/light/combo.shared.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.bootstrap.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.common.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.fluent.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.indigo.css.d.ts +1 -0
- package/components/combo/themes/shared/combo.material.css.d.ts +1 -0
- package/components/combo/themes/themes.d.ts +2 -0
- package/components/combo/types.d.ts +45 -0
- package/components/combo/validators.d.ts +3 -0
- package/components/common/context.d.ts +16 -0
- package/components/common/controllers/async-consumer.d.ts +17 -0
- package/components/common/controllers/drag.d.ts +143 -0
- package/components/common/controllers/focus-ring.d.ts +32 -0
- package/components/common/controllers/fullscreen.d.ts +41 -0
- package/components/common/controllers/gestures.d.ts +76 -0
- package/components/common/controllers/key-bindings.d.ts +150 -0
- package/components/common/controllers/mutation-observer.d.ts +74 -0
- package/components/common/controllers/root-click.d.ts +26 -0
- package/components/common/controllers/root-scroll.d.ts +27 -0
- package/components/common/decorators/blazorAdditionalDependencies.d.ts +5 -0
- package/components/common/decorators/blazorDeepImport.d.ts +5 -0
- package/components/common/decorators/blazorInclude.d.ts +5 -0
- package/components/common/decorators/blazorIndirectRender.d.ts +5 -0
- package/components/common/decorators/blazorSuppressComponent.d.ts +5 -0
- package/components/common/decorators/blazorTypeOverride.d.ts +7 -0
- package/components/common/decorators/watch.d.ts +5 -0
- package/components/common/definitions/defineAllComponents.d.ts +1 -0
- package/components/common/definitions/defineAllComponents.js +4 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/definitions/defineComponents.d.ts +2 -0
- package/components/common/definitions/register.d.ts +5 -0
- package/components/common/i18n/calendar.resources.d.ts +17 -0
- package/components/common/localization/intl-formatters.d.ts +17 -0
- package/components/common/localization/validation-en.d.ts +13 -0
- package/components/common/mixins/alert.d.ts +38 -0
- package/components/common/mixins/combo-box.d.ts +54 -0
- package/components/common/mixins/constructor.d.ts +2 -0
- package/components/common/mixins/event-emitter.d.ts +11 -0
- package/components/common/mixins/forms/associated-required.d.ts +13 -0
- package/components/common/mixins/forms/associated.d.ts +11 -0
- package/components/common/mixins/forms/form-value.d.ts +32 -0
- package/components/common/mixins/forms/types.d.ts +128 -0
- package/components/common/mixins/option.d.ts +39 -0
- package/components/common/util.d.ts +122 -0
- package/components/common/validators.d.ts +56 -0
- package/components/date-picker/date-picker.d.ts +288 -0
- package/components/date-picker/themes/dark/date-picker.bootstrap.css.d.ts +1 -0
- package/components/date-picker/themes/dark/date-picker.fluent.css.d.ts +1 -0
- package/components/date-picker/themes/dark/date-picker.indigo.css.d.ts +1 -0
- package/components/date-picker/themes/dark/date-picker.material.css.d.ts +1 -0
- package/components/date-picker/themes/date-picker.base.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.bootstrap.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.fluent.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.indigo.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.material.css.d.ts +1 -0
- package/components/date-picker/themes/light/date-picker.shared.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.bootstrap.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.common.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.fluent.css.d.ts +1 -0
- package/components/date-picker/themes/shared/date-picker.indigo.css.d.ts +1 -0
- package/components/date-picker/themes/themes.d.ts +2 -0
- package/components/date-picker/validators.d.ts +3 -0
- package/components/date-time-input/date-time-input.d.ts +135 -0
- package/components/date-time-input/date-util.d.ts +90 -0
- package/components/date-time-input/validators.d.ts +3 -0
- package/components/dialog/dialog.d.ts +95 -0
- package/components/dialog/themes/dark/dialog.bootstrap.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.fluent.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.indigo.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.material.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.shared.css.d.ts +1 -0
- package/components/dialog/themes/dialog.base.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.bootstrap.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.fluent.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.indigo.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.material.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.shared.css.d.ts +1 -0
- package/components/dialog/themes/shared/dialog.bootstrap.css.d.ts +1 -0
- package/components/dialog/themes/shared/dialog.common.css.d.ts +1 -0
- package/components/dialog/themes/shared/dialog.fluent.css.d.ts +1 -0
- package/components/dialog/themes/shared/dialog.indigo.css.d.ts +1 -0
- package/components/dialog/themes/themes.d.ts +2 -0
- package/components/divider/divider.d.ts +40 -0
- package/components/divider/themes/dark/divider.bootstrap.css.d.ts +1 -0
- package/components/divider/themes/dark/divider.fluent.css.d.ts +1 -0
- package/components/divider/themes/dark/divider.indigo.css.d.ts +1 -0
- package/components/divider/themes/dark/divider.material.css.d.ts +1 -0
- package/components/divider/themes/divider.base.css.d.ts +1 -0
- package/components/divider/themes/light/divider.bootstrap.css.d.ts +1 -0
- package/components/divider/themes/light/divider.fluent.css.d.ts +1 -0
- package/components/divider/themes/light/divider.indigo.css.d.ts +1 -0
- package/components/divider/themes/light/divider.material.css.d.ts +1 -0
- package/components/divider/themes/light/divider.shared.css.d.ts +1 -0
- package/components/divider/themes/shared/divider.common.css.d.ts +1 -0
- package/components/divider/themes/shared/divider.indigo.css.d.ts +1 -0
- package/components/divider/themes/themes.d.ts +2 -0
- package/components/dropdown/dropdown-group.d.ts +27 -0
- package/components/dropdown/dropdown-header.d.ts +19 -0
- package/components/dropdown/dropdown-item.d.ts +24 -0
- package/components/dropdown/dropdown.d.ts +118 -0
- package/components/dropdown/themes/container.d.ts +2 -0
- package/components/dropdown/themes/dark/dropdown.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.material.css.d.ts +1 -0
- package/components/dropdown/themes/dark/dropdown.shared.css.d.ts +1 -0
- package/components/dropdown/themes/dropdown-group.base.css.d.ts +1 -0
- package/components/dropdown/themes/dropdown-header.base.css.d.ts +1 -0
- package/components/dropdown/themes/dropdown-item.base.css.d.ts +1 -0
- package/components/dropdown/themes/dropdown.base.css.d.ts +1 -0
- package/components/dropdown/themes/group.d.ts +2 -0
- package/components/dropdown/themes/header.d.ts +2 -0
- package/components/dropdown/themes/item.d.ts +2 -0
- package/components/dropdown/themes/light/dropdown.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.material.css.d.ts +1 -0
- package/components/dropdown/themes/light/dropdown.shared.css.d.ts +1 -0
- package/components/dropdown/themes/shared/dropdown.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/shared/dropdown.common.css.d.ts +1 -0
- package/components/dropdown/themes/shared/dropdown.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/shared/dropdown.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/shared/dropdown.material.css.d.ts +1 -0
- package/components/dropdown/themes/shared/group/dropdown-group.common.css.d.ts +1 -0
- package/components/dropdown/themes/shared/group/dropdown-group.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.common.css.d.ts +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.indigo.css.d.ts +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.common.css.d.ts +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.fluent.css.d.ts +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.d.ts +1 -0
- package/components/expansion-panel/expansion-panel.d.ts +83 -0
- package/components/expansion-panel/themes/dark/expansion-panel.bootstrap.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.fluent.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.indigo.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.material.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.shared.css.d.ts +1 -0
- package/components/expansion-panel/themes/expansion-panel.base.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.fluent.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.indigo.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.material.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.shared.css.d.ts +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.bootstrap.css.d.ts +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.common.css.d.ts +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.fluent.css.d.ts +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.indigo.css.d.ts +1 -0
- package/components/expansion-panel/themes/themes.d.ts +2 -0
- package/components/focus-trap/focus-trap.d.ts +35 -0
- package/components/icon/icon-references.d.ts +28 -0
- package/components/icon/icon-state.broadcast.d.ts +14 -0
- package/components/icon/icon.d.ts +47 -0
- package/components/icon/icon.registry.d.ts +24 -0
- package/components/icon/internal-icons-lib.d.ts +2 -0
- package/components/icon/registry/default-map.d.ts +12 -0
- package/components/icon/registry/parser.d.ts +6 -0
- package/components/icon/registry/types.d.ts +35 -0
- package/components/icon/themes/dark/icon.bootstrap.css.d.ts +1 -0
- package/components/icon/themes/dark/icon.fluent.css.d.ts +1 -0
- package/components/icon/themes/dark/icon.indigo.css.d.ts +1 -0
- package/components/icon/themes/dark/icon.material.css.d.ts +1 -0
- package/components/icon/themes/icon.base.css.d.ts +1 -0
- package/components/icon/themes/light/icon.bootstrap.css.d.ts +1 -0
- package/components/icon/themes/light/icon.fluent.css.d.ts +1 -0
- package/components/icon/themes/light/icon.indigo.css.d.ts +1 -0
- package/components/icon/themes/light/icon.material.css.d.ts +1 -0
- package/components/icon/themes/light/icon.shared.css.d.ts +1 -0
- package/components/icon/themes/shared/icon.bootstrap.css.d.ts +1 -0
- package/components/icon/themes/shared/icon.common.css.d.ts +1 -0
- package/components/icon/themes/shared/icon.fluent.css.d.ts +1 -0
- package/components/icon/themes/shared/icon.indigo.css.d.ts +1 -0
- package/components/icon/themes/themes.d.ts +2 -0
- package/components/input/input-base.d.ts +72 -0
- package/components/input/input.d.ts +135 -0
- package/components/input/themes/dark/input.bootstrap.css.d.ts +1 -0
- package/components/input/themes/dark/input.fluent.css.d.ts +1 -0
- package/components/input/themes/dark/input.indigo.css.d.ts +1 -0
- package/components/input/themes/dark/input.material.css.d.ts +1 -0
- package/components/input/themes/input.base.css.d.ts +1 -0
- package/components/input/themes/light/input.bootstrap.css.d.ts +1 -0
- package/components/input/themes/light/input.fluent.css.d.ts +1 -0
- package/components/input/themes/light/input.indigo.css.d.ts +1 -0
- package/components/input/themes/light/input.material.css.d.ts +1 -0
- package/components/input/themes/light/input.shared.css.d.ts +1 -0
- package/components/input/themes/shared/input.bootstrap.css.d.ts +1 -0
- package/components/input/themes/shared/input.common.css.d.ts +1 -0
- package/components/input/themes/shared/input.fluent.css.d.ts +1 -0
- package/components/input/themes/shared/input.indigo.css.d.ts +1 -0
- package/components/input/themes/shared/input.material.css.d.ts +1 -0
- package/components/input/themes/themes.d.ts +2 -0
- package/components/input/validators.d.ts +4 -0
- package/components/list/list-header.d.ts +21 -0
- package/components/list/list-item.d.ts +33 -0
- package/components/list/list.d.ts +21 -0
- package/components/list/themes/container.base.css.d.ts +1 -0
- package/components/list/themes/container.d.ts +2 -0
- package/components/list/themes/dark/container/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.material.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.shared.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.material.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.material.css.d.ts +1 -0
- package/components/list/themes/header.base.css.d.ts +1 -0
- package/components/list/themes/header.d.ts +2 -0
- package/components/list/themes/item.base.css.d.ts +1 -0
- package/components/list/themes/item.d.ts +2 -0
- package/components/list/themes/light/container/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/container/list.fluent.css.d.ts +1 -0
- package/components/list/themes/light/container/list.indigo.css.d.ts +1 -0
- package/components/list/themes/light/container/list.material.css.d.ts +1 -0
- package/components/list/themes/light/container/list.shared.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.fluent.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.material.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.indigo.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.material.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.common.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.fluent.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.indigo.css.d.ts +1 -0
- package/components/list/themes/shared/header/list-header.common.css.d.ts +1 -0
- package/components/list/themes/shared/header/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.common.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.indigo.css.d.ts +1 -0
- package/components/mask-input/mask-input-base.d.ts +34 -0
- package/components/mask-input/mask-input.d.ts +73 -0
- package/components/mask-input/mask-parser.d.ts +32 -0
- package/components/mask-input/validators.d.ts +3 -0
- package/components/nav-drawer/nav-drawer-header-item.d.ts +18 -0
- package/components/nav-drawer/nav-drawer-item.d.ts +38 -0
- package/components/nav-drawer/nav-drawer.d.ts +44 -0
- package/components/nav-drawer/themes/container.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/container.d.ts +2 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.shared.css.d.ts +1 -0
- package/components/nav-drawer/themes/header-item.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/header-item.d.ts +2 -0
- package/components/nav-drawer/themes/item.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/item.d.ts +2 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.shared.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.common.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.common.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.common.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.material.css.d.ts +1 -0
- package/components/navbar/navbar.d.ts +27 -0
- package/components/navbar/themes/dark/navbar.bootstrap.css.d.ts +1 -0
- package/components/navbar/themes/dark/navbar.fluent.css.d.ts +1 -0
- package/components/navbar/themes/dark/navbar.indigo.css.d.ts +1 -0
- package/components/navbar/themes/dark/navbar.material.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.bootstrap.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.fluent.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.indigo.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.material.css.d.ts +1 -0
- package/components/navbar/themes/light/navbar.shared.css.d.ts +1 -0
- package/components/navbar/themes/navbar.base.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.bootstrap.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.common.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.fluent.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.indigo.css.d.ts +1 -0
- package/components/navbar/themes/themes.d.ts +2 -0
- package/components/popover/popover.d.ts +72 -0
- package/components/popover/themes/light/popover.base.css.d.ts +1 -0
- package/components/progress/base.d.ts +61 -0
- package/components/progress/circular-gradient.d.ts +35 -0
- package/components/progress/circular-progress.d.ts +39 -0
- package/components/progress/linear-progress.d.ts +42 -0
- package/components/progress/themes/circular/circular.progress.base.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.material.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.shared.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.material.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.shared.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.common.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/circular/themes.d.ts +2 -0
- package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.material.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.shared.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.material.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.shared.css.d.ts +1 -0
- package/components/progress/themes/linear/linear.progress.base.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.common.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/linear/themes.d.ts +2 -0
- package/components/radio/radio.d.ts +101 -0
- package/components/radio/themes/dark/radio.bootstrap.css.d.ts +1 -0
- package/components/radio/themes/dark/radio.fluent.css.d.ts +1 -0
- package/components/radio/themes/dark/radio.indigo.css.d.ts +1 -0
- package/components/radio/themes/dark/radio.material.css.d.ts +1 -0
- package/components/radio/themes/light/radio.bootstrap.css.d.ts +1 -0
- package/components/radio/themes/light/radio.fluent.css.d.ts +1 -0
- package/components/radio/themes/light/radio.indigo.css.d.ts +1 -0
- package/components/radio/themes/light/radio.material.css.d.ts +1 -0
- package/components/radio/themes/light/radio.shared.css.d.ts +1 -0
- package/components/radio/themes/radio.base.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.bootstrap.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.common.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.fluent.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.indigo.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.material.css.d.ts +1 -0
- package/components/radio/themes/themes.d.ts +2 -0
- package/components/radio/utils.d.ts +13 -0
- package/components/radio/validators.d.ts +3 -0
- package/components/radio-group/radio-group.base.css.d.ts +1 -0
- package/components/radio-group/radio-group.d.ts +51 -0
- package/components/radio-group/radio-group.fluent.css.d.ts +1 -0
- package/components/radio-group/radio-group.indigo.css.d.ts +1 -0
- package/components/radio-group/radio-group.material.css.d.ts +1 -0
- package/components/rating/rating-symbol.d.ts +26 -0
- package/components/rating/rating.d.ts +143 -0
- package/components/rating/themes/dark/rating.bootstrap.css.d.ts +1 -0
- package/components/rating/themes/dark/rating.fluent.css.d.ts +1 -0
- package/components/rating/themes/dark/rating.indigo.css.d.ts +1 -0
- package/components/rating/themes/dark/rating.material.css.d.ts +1 -0
- package/components/rating/themes/light/rating.bootstrap.css.d.ts +1 -0
- package/components/rating/themes/light/rating.fluent.css.d.ts +1 -0
- package/components/rating/themes/light/rating.indigo.css.d.ts +1 -0
- package/components/rating/themes/light/rating.material.css.d.ts +1 -0
- package/components/rating/themes/light/rating.shared.css.d.ts +1 -0
- package/components/rating/themes/rating-symbol.base.css.d.ts +1 -0
- package/components/rating/themes/rating.base.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.bootstrap.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.common.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.fluent.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.indigo.css.d.ts +1 -0
- package/components/rating/themes/themes.d.ts +2 -0
- package/components/resize-container/default-ghost.d.ts +4 -0
- package/components/resize-container/resize-container.d.ts +68 -0
- package/components/resize-container/resize-container.js +0 -1
- package/components/resize-container/resize-container.js.map +1 -1
- package/components/resize-container/resize-controller.d.ts +46 -0
- package/components/resize-container/themes/dark/resize-indicator.bootstrap.css.d.ts +1 -0
- package/components/resize-container/themes/dark/resize-indicator.fluent.css.d.ts +1 -0
- package/components/resize-container/themes/dark/resize-indicator.indigo.css.d.ts +1 -0
- package/components/resize-container/themes/dark/resize-indicator.material.css.d.ts +1 -0
- package/components/resize-container/themes/dark/resize-indicator.shared.css.d.ts +1 -0
- package/components/resize-container/themes/light/resize-indicator.bootstrap.css.d.ts +1 -0
- package/components/resize-container/themes/light/resize-indicator.fluent.css.d.ts +1 -0
- package/components/resize-container/themes/light/resize-indicator.indigo.css.d.ts +1 -0
- package/components/resize-container/themes/light/resize-indicator.material.css.d.ts +1 -0
- package/components/resize-container/themes/light/resize-indicator.shared.css.d.ts +1 -0
- package/components/resize-container/themes/resize-container.base.css.d.ts +1 -0
- package/components/resize-container/themes/shared/resize-container.common.css.d.ts +1 -0
- package/components/resize-container/themes/themes.d.ts +2 -0
- package/components/resize-container/types.d.ts +38 -0
- package/components/ripple/ripple.d.ts +21 -0
- package/components/ripple/ripple.material.css.d.ts +1 -0
- package/components/select/select-group.d.ts +35 -0
- package/components/select/select-header.d.ts +19 -0
- package/components/select/select-item.d.ts +30 -0
- package/components/select/select.d.ts +171 -0
- package/components/select/themes/dark/select.bootstrap.css.d.ts +1 -0
- package/components/select/themes/dark/select.fluent.css.d.ts +1 -0
- package/components/select/themes/dark/select.indigo.css.d.ts +1 -0
- package/components/select/themes/dark/select.material.css.d.ts +1 -0
- package/components/select/themes/light/select.bootstrap.css.d.ts +1 -0
- package/components/select/themes/light/select.fluent.css.d.ts +1 -0
- package/components/select/themes/light/select.indigo.css.d.ts +1 -0
- package/components/select/themes/light/select.material.css.d.ts +1 -0
- package/components/select/themes/light/select.shared.css.d.ts +1 -0
- package/components/select/themes/select.base.css.d.ts +1 -0
- package/components/select/themes/shared/select.bootstrap.css.d.ts +1 -0
- package/components/select/themes/shared/select.common.css.d.ts +1 -0
- package/components/select/themes/shared/select.fluent.css.d.ts +1 -0
- package/components/select/themes/shared/select.indigo.css.d.ts +1 -0
- package/components/select/themes/shared/select.material.css.d.ts +1 -0
- package/components/select/themes/themes.d.ts +2 -0
- package/components/select/validators.d.ts +3 -0
- package/components/slider/range-slider.d.ts +91 -0
- package/components/slider/slider-base.d.ts +165 -0
- package/components/slider/slider-label.d.ts +12 -0
- package/components/slider/slider.d.ts +74 -0
- package/components/slider/themes/dark/slider.bootstrap.css.d.ts +1 -0
- package/components/slider/themes/dark/slider.fluent.css.d.ts +1 -0
- package/components/slider/themes/dark/slider.indigo.css.d.ts +1 -0
- package/components/slider/themes/dark/slider.material.css.d.ts +1 -0
- package/components/slider/themes/light/slider.bootstrap.css.d.ts +1 -0
- package/components/slider/themes/light/slider.fluent.css.d.ts +1 -0
- package/components/slider/themes/light/slider.indigo.css.d.ts +1 -0
- package/components/slider/themes/light/slider.material.css.d.ts +1 -0
- package/components/slider/themes/light/slider.shared.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.bootstrap.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.common.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.fluent.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.indigo.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.material.css.d.ts +1 -0
- package/components/slider/themes/slider.base.css.d.ts +1 -0
- package/components/slider/themes/themes.d.ts +2 -0
- package/components/snackbar/snackbar.d.ts +44 -0
- package/components/snackbar/themes/dark/snackbar.bootstrap.css.d.ts +1 -0
- package/components/snackbar/themes/dark/snackbar.fluent.css.d.ts +1 -0
- package/components/snackbar/themes/dark/snackbar.indigo.css.d.ts +1 -0
- package/components/snackbar/themes/dark/snackbar.material.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.bootstrap.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.fluent.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.indigo.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.material.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.shared.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.bootstrap.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.common.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.fluent.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.indigo.css.d.ts +1 -0
- package/components/snackbar/themes/snackbar.base.css.d.ts +1 -0
- package/components/snackbar/themes/themes.d.ts +2 -0
- package/components/stepper/animations.d.ts +8 -0
- package/components/stepper/step.d.ts +104 -0
- package/components/stepper/stepper.common.d.ts +11 -0
- package/components/stepper/stepper.d.ts +125 -0
- package/components/stepper/themes/step/dark/step.bootstrap.css.d.ts +1 -0
- package/components/stepper/themes/step/dark/step.fluent.css.d.ts +1 -0
- package/components/stepper/themes/step/dark/step.indigo.css.d.ts +1 -0
- package/components/stepper/themes/step/dark/step.material.css.d.ts +1 -0
- package/components/stepper/themes/step/dark/step.shared.css.d.ts +1 -0
- package/components/stepper/themes/step/light/step.bootstrap.css.d.ts +1 -0
- package/components/stepper/themes/step/light/step.fluent.css.d.ts +1 -0
- package/components/stepper/themes/step/light/step.indigo.css.d.ts +1 -0
- package/components/stepper/themes/step/light/step.material.css.d.ts +1 -0
- package/components/stepper/themes/step/light/step.shared.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.bootstrap.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.common.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.fluent.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.indigo.css.d.ts +1 -0
- package/components/stepper/themes/step/step.base.css.d.ts +1 -0
- package/components/stepper/themes/step/themes.d.ts +2 -0
- package/components/stepper/themes/stepper/stepper.base.css.d.ts +1 -0
- package/components/stepper/themes/stepper/stepper.bootstrap.css.d.ts +1 -0
- package/components/stepper/themes/stepper/stepper.fluent.css.d.ts +1 -0
- package/components/stepper/themes/stepper/stepper.indigo.css.d.ts +1 -0
- package/components/tabs/tab-panel.d.ts +21 -0
- package/components/tabs/tab.d.ts +47 -0
- package/components/tabs/tabs.d.ts +93 -0
- package/components/tabs/themes/dark/tab.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.fluent.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.indigo.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.material.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.shared.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.fluent.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.indigo.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.material.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.shared.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.common.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.fluent.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.indigo.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.common.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.fluent.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.indigo.css.d.ts +1 -0
- package/components/tabs/themes/tab-panel.base.css.d.ts +1 -0
- package/components/tabs/themes/tab-themes.d.ts +2 -0
- package/components/tabs/themes/tab.base.css.d.ts +1 -0
- package/components/tabs/themes/tabs-themes.d.ts +2 -0
- package/components/tabs/themes/tabs.base.css.d.ts +1 -0
- package/components/textarea/textarea.d.ts +203 -0
- package/components/textarea/themes/dark/textarea.bootstrap.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.bootstrap.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.shared.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.bootstrap.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.common.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/textarea.base.css.d.ts +1 -0
- package/components/textarea/themes/themes.d.ts +2 -0
- package/components/textarea/validators.d.ts +3 -0
- package/components/tile-manager/position.d.ts +35 -0
- package/components/tile-manager/serializer.d.ts +28 -0
- package/components/tile-manager/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 +1 -1
- 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,56 @@
|
|
|
1
|
+
type ValidatorHandler<T> = (host: T) => boolean;
|
|
2
|
+
type ValidatorMessageFormat<T> = (host: T) => string;
|
|
3
|
+
/** @ignore */
|
|
4
|
+
export interface Validator<T = any> {
|
|
5
|
+
key: keyof ValidityStateFlags;
|
|
6
|
+
message: string | ValidatorMessageFormat<T>;
|
|
7
|
+
isValid: ValidatorHandler<T>;
|
|
8
|
+
}
|
|
9
|
+
export declare const requiredValidator: Validator<{
|
|
10
|
+
required: boolean;
|
|
11
|
+
value?: unknown;
|
|
12
|
+
}>;
|
|
13
|
+
export declare const requiredBooleanValidator: Validator<{
|
|
14
|
+
required: boolean;
|
|
15
|
+
checked: boolean;
|
|
16
|
+
}>;
|
|
17
|
+
export declare const minLengthValidator: Validator<{
|
|
18
|
+
minLength?: number;
|
|
19
|
+
value: string;
|
|
20
|
+
}>;
|
|
21
|
+
export declare const maxLengthValidator: Validator<{
|
|
22
|
+
maxLength?: number;
|
|
23
|
+
value: string;
|
|
24
|
+
}>;
|
|
25
|
+
export declare const patternValidator: Validator<{
|
|
26
|
+
pattern?: string;
|
|
27
|
+
value: string;
|
|
28
|
+
}>;
|
|
29
|
+
export declare const minValidator: Validator<{
|
|
30
|
+
min?: number;
|
|
31
|
+
value: number | string;
|
|
32
|
+
}>;
|
|
33
|
+
export declare const maxValidator: Validator<{
|
|
34
|
+
max?: number;
|
|
35
|
+
value: number | string;
|
|
36
|
+
}>;
|
|
37
|
+
export declare const stepValidator: Validator<{
|
|
38
|
+
min?: number;
|
|
39
|
+
step?: number;
|
|
40
|
+
value: number | string;
|
|
41
|
+
}>;
|
|
42
|
+
export declare const emailValidator: Validator<{
|
|
43
|
+
value: string;
|
|
44
|
+
}>;
|
|
45
|
+
export declare const urlValidator: Validator<{
|
|
46
|
+
value: string;
|
|
47
|
+
}>;
|
|
48
|
+
export declare const minDateValidator: Validator<{
|
|
49
|
+
value?: Date | null;
|
|
50
|
+
min?: Date | null;
|
|
51
|
+
}>;
|
|
52
|
+
export declare const maxDateValidator: Validator<{
|
|
53
|
+
value?: Date | null;
|
|
54
|
+
max?: Date | null;
|
|
55
|
+
}>;
|
|
56
|
+
export {};
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
import { type TemplateResult } from 'lit';
|
|
2
|
+
import { type DateRangeDescriptor, type WeekDays } from '../calendar/types.js';
|
|
3
|
+
import { type IgcCalendarResourceStrings } from '../common/i18n/calendar.resources.js';
|
|
4
|
+
import { IgcBaseComboBoxLikeComponent } from '../common/mixins/combo-box.js';
|
|
5
|
+
import type { AbstractConstructor } from '../common/mixins/constructor.js';
|
|
6
|
+
import { type FormValue } from '../common/mixins/forms/form-value.js';
|
|
7
|
+
import type { DatePart } from '../date-time-input/date-util.js';
|
|
8
|
+
import type { RangeTextSelectMode, SelectionRangeDirection } from '../types.js';
|
|
9
|
+
export interface IgcDatePickerComponentEventMap {
|
|
10
|
+
igcOpening: CustomEvent<void>;
|
|
11
|
+
igcOpened: CustomEvent<void>;
|
|
12
|
+
igcClosing: CustomEvent<void>;
|
|
13
|
+
igcClosed: CustomEvent<void>;
|
|
14
|
+
igcChange: CustomEvent<Date>;
|
|
15
|
+
igcInput: CustomEvent<Date>;
|
|
16
|
+
}
|
|
17
|
+
declare const IgcDatePickerComponent_base: import("../common/mixins/constructor.js").Constructor<import("../common/mixins/forms/types.js").FormRequiredInterface & import("../common/mixins/forms/types.js").FormAssociatedElementInterface> & import("../common/mixins/constructor.js").Constructor<import("../common/mixins/event-emitter.js").EventEmitterInterface<IgcDatePickerComponentEventMap>> & AbstractConstructor<IgcBaseComboBoxLikeComponent>;
|
|
18
|
+
/**
|
|
19
|
+
* igc-date-picker is a feature rich component used for entering a date through manual text input or
|
|
20
|
+
* choosing date values from a calendar dialog that pops up.
|
|
21
|
+
*
|
|
22
|
+
* @element igc-date-picker
|
|
23
|
+
*
|
|
24
|
+
* @slot prefix - Renders content before the input.
|
|
25
|
+
* @slot suffix - Renders content after the input.
|
|
26
|
+
* @slot helper-text - Renders content below the input.
|
|
27
|
+
* @slot bad-input - Renders content when the value is in the disabledDates ranges.
|
|
28
|
+
* @slot value-missing - Renders content when the required validation fails.
|
|
29
|
+
* @slot range-overflow - Renders content when the max validation fails.
|
|
30
|
+
* @slot range-underflow - Renders content when the min validation fails.
|
|
31
|
+
* @slot custom-error - Renders content when setCustomValidity(message) is set.
|
|
32
|
+
* @slot invalid - Renders content when the component is in invalid state (validity.valid = false).
|
|
33
|
+
* @slot title - Renders content in the calendar title.
|
|
34
|
+
* @slot header-date - Renders content instead of the current date/range in the calendar header.
|
|
35
|
+
* @slot clear-icon - Renders a clear icon template.
|
|
36
|
+
* @slot calendar-icon - Renders the icon/content for the calendar picker.
|
|
37
|
+
* @slot calendar-icon-open - Renders the icon/content for the picker in open state.
|
|
38
|
+
* @slot actions - Renders content in the action part of the picker in open state.
|
|
39
|
+
*
|
|
40
|
+
* @fires igcOpening - Emitted just before the calendar dropdown is shown.
|
|
41
|
+
* @fires igcOpened - Emitted after the calendar dropdown is shown.
|
|
42
|
+
* @fires igcClosing - Emitted just before the calendar dropdown is hidden.
|
|
43
|
+
* @fires igcClosed - Emitted after the calendar dropdown is hidden.
|
|
44
|
+
* @fires igcChange - Emitted when the user modifies and commits the elements's value.
|
|
45
|
+
* @fires igcInput - Emitted when when the user types in the element.
|
|
46
|
+
*
|
|
47
|
+
* @csspart label - The label wrapper that renders content above the target input.
|
|
48
|
+
* @csspart container - The main wrapper that holds all main input elements.
|
|
49
|
+
* @csspart input - The native input element.
|
|
50
|
+
* @csspart prefix - The prefix wrapper.
|
|
51
|
+
* @csspart suffix - The suffix wrapper.
|
|
52
|
+
* @csspart calendar-icon - The calendar icon wrapper for closed state.
|
|
53
|
+
* @csspart calendar-icon-open - The calendar icon wrapper for opened state.
|
|
54
|
+
* @csspart clear-icon - The clear icon wrapper.
|
|
55
|
+
* @csspart actions - The actions wrapper.
|
|
56
|
+
* @csspart helper-text - The helper-text wrapper that renders content below the target input.
|
|
57
|
+
* @csspart header - The calendar header element.
|
|
58
|
+
* @csspart header-title - The calendar header title element.
|
|
59
|
+
* @csspart header-date - The calendar header date element.
|
|
60
|
+
* @csspart calendar-content - The calendar content element which contains the views and navigation elements.
|
|
61
|
+
* @csspart navigation - The calendar navigation container element.
|
|
62
|
+
* @csspart months-navigation - The calendar months navigation button element.
|
|
63
|
+
* @csspart years-navigation - The calendar years navigation button element.
|
|
64
|
+
* @csspart years-range - The calendar years range element.
|
|
65
|
+
* @csspart navigation-buttons - The calendar navigation buttons container.
|
|
66
|
+
* @csspart navigation-button - The calendar previous/next navigation button.
|
|
67
|
+
* @csspart days-view-container - The calendar days view container element.
|
|
68
|
+
* @csspart days-view - The calendar days view element.
|
|
69
|
+
* @csspart months-view - The calendar months view element.
|
|
70
|
+
* @csspart years-view - The calendar years view element.
|
|
71
|
+
* @csspart days-row - The calendar days row element.
|
|
72
|
+
* @csspart calendar-label - The calendar week header label element.
|
|
73
|
+
* @csspart week-number - The calendar week number element.
|
|
74
|
+
* @csspart week-number-inner - The calendar week number inner element.
|
|
75
|
+
* @csspart date - The calendar date element.
|
|
76
|
+
* @csspart date-inner - The calendar date inner element.
|
|
77
|
+
* @csspart first - The calendar first selected date element in range selection.
|
|
78
|
+
* @csspart last - The calendar last selected date element in range selection.
|
|
79
|
+
* @csspart inactive - The calendar inactive date element.
|
|
80
|
+
* @csspart hidden - The calendar hidden date element.
|
|
81
|
+
* @csspart weekend - The calendar weekend date element.
|
|
82
|
+
* @csspart range - The calendar range selected element.
|
|
83
|
+
* @csspart special - The calendar special date element.
|
|
84
|
+
* @csspart disabled - The calendar disabled date element.
|
|
85
|
+
* @csspart single - The calendar single selected date element.
|
|
86
|
+
* @csspart preview - The calendar range selection preview date element.
|
|
87
|
+
* @csspart month - The calendar month element.
|
|
88
|
+
* @csspart month-inner - The calendar month inner element.
|
|
89
|
+
* @csspart year - The calendar year element.
|
|
90
|
+
* @csspart year-inner - The calendar year inner element.
|
|
91
|
+
* @csspart selected - The calendar selected state for element(s). Applies to date, month and year elements.
|
|
92
|
+
* @csspart current - The calendar current state for element(s). Applies to date, month and year elements.
|
|
93
|
+
*/
|
|
94
|
+
export default class IgcDatePickerComponent extends IgcDatePickerComponent_base {
|
|
95
|
+
static readonly tagName = "igc-date-picker";
|
|
96
|
+
static styles: import("lit").CSSResult[];
|
|
97
|
+
protected static shadowRootOptions: {
|
|
98
|
+
delegatesFocus: boolean;
|
|
99
|
+
mode: ShadowRootMode;
|
|
100
|
+
serializable?: boolean;
|
|
101
|
+
slotAssignment?: SlotAssignmentMode;
|
|
102
|
+
};
|
|
103
|
+
private static readonly increment;
|
|
104
|
+
protected inputId: string;
|
|
105
|
+
protected get __validators(): import("../common/validators.js").Validator<IgcDatePickerComponent>[];
|
|
106
|
+
static register(): void;
|
|
107
|
+
private _activeDate;
|
|
108
|
+
private _min;
|
|
109
|
+
private _max;
|
|
110
|
+
private _disabledDates?;
|
|
111
|
+
private _dateConstraints?;
|
|
112
|
+
private _displayFormat?;
|
|
113
|
+
private _inputFormat?;
|
|
114
|
+
private get isDropDown();
|
|
115
|
+
private _input;
|
|
116
|
+
private _calendar;
|
|
117
|
+
private prefixes;
|
|
118
|
+
private suffixes;
|
|
119
|
+
private actions;
|
|
120
|
+
private headerDateSlotItems;
|
|
121
|
+
protected get _isMaterialTheme(): boolean;
|
|
122
|
+
protected _formValue: FormValue<Date | null>;
|
|
123
|
+
/**
|
|
124
|
+
* Sets the state of the datepicker dropdown.
|
|
125
|
+
* @attr
|
|
126
|
+
*/
|
|
127
|
+
open: boolean;
|
|
128
|
+
/**
|
|
129
|
+
* The label of the datepicker.
|
|
130
|
+
* @attr label
|
|
131
|
+
*/
|
|
132
|
+
label: string;
|
|
133
|
+
/**
|
|
134
|
+
* Determines whether the calendar is opened in a dropdown or a modal dialog
|
|
135
|
+
* @attr mode
|
|
136
|
+
*/
|
|
137
|
+
mode: 'dropdown' | 'dialog';
|
|
138
|
+
/**
|
|
139
|
+
* Whether to allow typing in the input.
|
|
140
|
+
* @attr non-editable
|
|
141
|
+
*/
|
|
142
|
+
nonEditable: boolean;
|
|
143
|
+
/**
|
|
144
|
+
* Makes the control a readonly field.
|
|
145
|
+
* @attr readonly
|
|
146
|
+
*/
|
|
147
|
+
readOnly: boolean;
|
|
148
|
+
/**
|
|
149
|
+
* The value of the picker
|
|
150
|
+
* @attr
|
|
151
|
+
*/
|
|
152
|
+
set value(value: Date | string | null | undefined);
|
|
153
|
+
get value(): Date | null;
|
|
154
|
+
/**
|
|
155
|
+
* Gets/Sets the date which is shown in the calendar picker and is highlighted.
|
|
156
|
+
* By default it is the current date.
|
|
157
|
+
*/
|
|
158
|
+
set activeDate(value: Date | string | null | undefined);
|
|
159
|
+
get activeDate(): Date;
|
|
160
|
+
/**
|
|
161
|
+
* The minimum value required for the date picker to remain valid.
|
|
162
|
+
* @attr
|
|
163
|
+
*/
|
|
164
|
+
set min(value: Date | string | null | undefined);
|
|
165
|
+
get min(): Date | null;
|
|
166
|
+
/**
|
|
167
|
+
* The maximum value required for the date picker to remain valid.
|
|
168
|
+
* @attr
|
|
169
|
+
*/
|
|
170
|
+
set max(value: Date | string | null | undefined);
|
|
171
|
+
get max(): Date | null;
|
|
172
|
+
/**
|
|
173
|
+
* The orientation of the calendar header.
|
|
174
|
+
* @attr header-orientation
|
|
175
|
+
*/
|
|
176
|
+
headerOrientation: 'vertical' | 'horizontal';
|
|
177
|
+
/**
|
|
178
|
+
* The orientation of the multiple months displayed in the calendar's days view.
|
|
179
|
+
* @attr
|
|
180
|
+
*/
|
|
181
|
+
orientation: 'vertical' | 'horizontal';
|
|
182
|
+
/**
|
|
183
|
+
* Determines whether the calendar hides its header.
|
|
184
|
+
* @attr hide-header
|
|
185
|
+
*/
|
|
186
|
+
hideHeader: boolean;
|
|
187
|
+
/**
|
|
188
|
+
* Controls the visibility of the dates that do not belong to the current month.
|
|
189
|
+
* @attr hide-outside-days
|
|
190
|
+
*/
|
|
191
|
+
hideOutsideDays: boolean;
|
|
192
|
+
/** Gets/sets disabled dates. */
|
|
193
|
+
set disabledDates(dates: DateRangeDescriptor[]);
|
|
194
|
+
get disabledDates(): DateRangeDescriptor[];
|
|
195
|
+
/** Gets/sets special dates. */
|
|
196
|
+
specialDates: DateRangeDescriptor[];
|
|
197
|
+
/**
|
|
198
|
+
* Whether the control will have outlined appearance.
|
|
199
|
+
* @attr
|
|
200
|
+
*/
|
|
201
|
+
outlined: boolean;
|
|
202
|
+
/**
|
|
203
|
+
* The placeholder attribute of the control.
|
|
204
|
+
* @attr
|
|
205
|
+
*/
|
|
206
|
+
placeholder: string;
|
|
207
|
+
/**
|
|
208
|
+
* The number of months displayed in the calendar.
|
|
209
|
+
* @attr visible-months
|
|
210
|
+
*/
|
|
211
|
+
visibleMonths: number;
|
|
212
|
+
/**
|
|
213
|
+
* Whether to show the number of the week in the calendar.
|
|
214
|
+
* @attr show-week-numbers
|
|
215
|
+
*/
|
|
216
|
+
showWeekNumbers: boolean;
|
|
217
|
+
/**
|
|
218
|
+
* Format to display the value in when not editing.
|
|
219
|
+
* Defaults to the input format if not set.
|
|
220
|
+
* @attr display-format
|
|
221
|
+
*/
|
|
222
|
+
set displayFormat(value: string);
|
|
223
|
+
get displayFormat(): string;
|
|
224
|
+
/**
|
|
225
|
+
* The date format to apply on the input.
|
|
226
|
+
* Defaults to the current locale Intl.DateTimeFormat
|
|
227
|
+
* @attr input-format
|
|
228
|
+
*/
|
|
229
|
+
set inputFormat(value: string);
|
|
230
|
+
get inputFormat(): string;
|
|
231
|
+
/**
|
|
232
|
+
* The locale settings used to display the value.
|
|
233
|
+
* @attr
|
|
234
|
+
*/
|
|
235
|
+
locale: string;
|
|
236
|
+
/** The prompt symbol to use for unfilled parts of the mask.
|
|
237
|
+
* @attr
|
|
238
|
+
*/
|
|
239
|
+
prompt: string;
|
|
240
|
+
/** The resource strings of the calendar. */
|
|
241
|
+
resourceStrings: IgcCalendarResourceStrings;
|
|
242
|
+
protected openChange(): void;
|
|
243
|
+
/** Sets the start day of the week for the calendar. */
|
|
244
|
+
weekStart: WeekDays;
|
|
245
|
+
constructor();
|
|
246
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
247
|
+
/** Clears the input part of the component of any user input */
|
|
248
|
+
clear(): void;
|
|
249
|
+
/** Increments the passed in date part */
|
|
250
|
+
stepUp(datePart?: DatePart, delta?: number): void;
|
|
251
|
+
/** Decrements the passed in date part */
|
|
252
|
+
stepDown(datePart?: DatePart, delta?: number): void;
|
|
253
|
+
/** Selects the text in the input of the component */
|
|
254
|
+
select(): void;
|
|
255
|
+
/** Sets the text selection range in the input of the component */
|
|
256
|
+
setSelectionRange(start: number, end: number, direction?: SelectionRangeDirection): void;
|
|
257
|
+
setRangeText(replacement: string, start: number, end: number, mode?: RangeTextSelectMode): void;
|
|
258
|
+
protected onEscapeKey(): Promise<void>;
|
|
259
|
+
protected handleFocusIn(): void;
|
|
260
|
+
protected handleFocusOut({ relatedTarget }: FocusEvent): void;
|
|
261
|
+
protected handlerCalendarIconSlotPointerDown(event: PointerEvent): void;
|
|
262
|
+
protected handleInputClick(event: Event): void;
|
|
263
|
+
protected handleAnchorClick(): Promise<void>;
|
|
264
|
+
private _shouldCloseCalendarDropdown;
|
|
265
|
+
protected handleInputChangeEvent(event: CustomEvent<Date>): void;
|
|
266
|
+
protected handleCalendarChangeEvent(event: CustomEvent<Date>): Promise<void>;
|
|
267
|
+
protected handleInputEvent(event: CustomEvent<Date>): void;
|
|
268
|
+
protected handleClosing(): void;
|
|
269
|
+
protected handleDialogClosing(event: Event): void;
|
|
270
|
+
protected handleDialogClosed(event: Event): void;
|
|
271
|
+
private setDateConstraints;
|
|
272
|
+
private renderClearIcon;
|
|
273
|
+
private renderCalendarIcon;
|
|
274
|
+
private renderCalendarSlots;
|
|
275
|
+
private renderCalendar;
|
|
276
|
+
protected renderActions(): TemplateResult<1>;
|
|
277
|
+
protected renderPicker(id: string): TemplateResult<1>;
|
|
278
|
+
private renderLabel;
|
|
279
|
+
private renderHelperText;
|
|
280
|
+
protected renderInput(id: string): TemplateResult<1>;
|
|
281
|
+
protected render(): TemplateResult<1>;
|
|
282
|
+
}
|
|
283
|
+
declare global {
|
|
284
|
+
interface HTMLElementTagNameMap {
|
|
285
|
+
'igc-date-picker': IgcDatePickerComponent;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
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,135 @@
|
|
|
1
|
+
import type { AbstractConstructor } from '../common/mixins/constructor.js';
|
|
2
|
+
import { type FormValue } from '../common/mixins/forms/form-value.js';
|
|
3
|
+
import type { IgcInputComponentEventMap } from '../input/input-base.js';
|
|
4
|
+
import { IgcMaskInputBaseComponent, type MaskRange } from '../mask-input/mask-input-base.js';
|
|
5
|
+
import { DatePart, type DatePartDeltas } from './date-util.js';
|
|
6
|
+
export interface IgcDateTimeInputComponentEventMap extends Omit<IgcInputComponentEventMap, 'igcChange'> {
|
|
7
|
+
igcChange: CustomEvent<Date | null>;
|
|
8
|
+
}
|
|
9
|
+
declare const IgcDateTimeInputComponent_base: import("../common/mixins/constructor.js").Constructor<import("../common/mixins/event-emitter.js").EventEmitterInterface<IgcDateTimeInputComponentEventMap>> & AbstractConstructor<IgcMaskInputBaseComponent>;
|
|
10
|
+
/**
|
|
11
|
+
* A date time input is an input field that lets you set and edit the date and time in a chosen input element
|
|
12
|
+
* using customizable display and input formats.
|
|
13
|
+
*
|
|
14
|
+
* @element igc-date-time-input
|
|
15
|
+
*
|
|
16
|
+
* @slot prefix - Renders content before the input.
|
|
17
|
+
* @slot suffix - Renders content after input.
|
|
18
|
+
* @slot helper-text - Renders content below the input.
|
|
19
|
+
* @slot value-missing - Renders content when the required validation fails.
|
|
20
|
+
* @slot range-overflow - Renders content when the max validation fails.
|
|
21
|
+
* @slot range-underflow - Renders content when the min validation fails.
|
|
22
|
+
* @slot custom-error - Renders content when setCustomValidity(message) is set.
|
|
23
|
+
* @slot invalid - Renders content when the component is in invalid state (validity.valid = false).
|
|
24
|
+
*
|
|
25
|
+
* @fires igcInput - Emitted when the control input receives user input.
|
|
26
|
+
* @fires igcChange - Emitted when the control's checked state changes.
|
|
27
|
+
*
|
|
28
|
+
* @csspart container - The main wrapper that holds all main input elements.
|
|
29
|
+
* @csspart input - The native input element.
|
|
30
|
+
* @csspart label - The native label element.
|
|
31
|
+
* @csspart prefix - The prefix wrapper.
|
|
32
|
+
* @csspart suffix - The suffix wrapper.
|
|
33
|
+
* @csspart helper-text - The helper text wrapper.
|
|
34
|
+
*/
|
|
35
|
+
export default class IgcDateTimeInputComponent extends IgcDateTimeInputComponent_base {
|
|
36
|
+
static readonly tagName = "igc-date-time-input";
|
|
37
|
+
static register(): void;
|
|
38
|
+
protected get __validators(): import("../common/validators.js").Validator<IgcDateTimeInputComponent>[];
|
|
39
|
+
protected _formValue: FormValue<Date | null>;
|
|
40
|
+
protected _defaultMask: string;
|
|
41
|
+
private _oldValue;
|
|
42
|
+
private _min;
|
|
43
|
+
private _max;
|
|
44
|
+
private _inputDateParts;
|
|
45
|
+
private _inputFormat;
|
|
46
|
+
private _datePartDeltas;
|
|
47
|
+
/**
|
|
48
|
+
* The date format to apply on the input.
|
|
49
|
+
* @attr input-format
|
|
50
|
+
*/
|
|
51
|
+
get inputFormat(): string;
|
|
52
|
+
set inputFormat(val: string);
|
|
53
|
+
get value(): Date | null;
|
|
54
|
+
/**
|
|
55
|
+
* The value of the input.
|
|
56
|
+
* @attr
|
|
57
|
+
*/
|
|
58
|
+
set value(value: Date | string | null | undefined);
|
|
59
|
+
/**
|
|
60
|
+
* The minimum value required for the input to remain valid.
|
|
61
|
+
* @attr
|
|
62
|
+
*/
|
|
63
|
+
set min(value: Date | string | null | undefined);
|
|
64
|
+
get min(): Date | null;
|
|
65
|
+
/**
|
|
66
|
+
* The maximum value required for the input to remain valid.
|
|
67
|
+
* @attr
|
|
68
|
+
*/
|
|
69
|
+
set max(value: Date | string | null | undefined);
|
|
70
|
+
get max(): Date | null;
|
|
71
|
+
/**
|
|
72
|
+
* Format to display the value in when not editing.
|
|
73
|
+
* Defaults to the input format if not set.
|
|
74
|
+
* @attr display-format
|
|
75
|
+
*/
|
|
76
|
+
displayFormat: string;
|
|
77
|
+
/**
|
|
78
|
+
* Delta values used to increment or decrement each date part on step actions.
|
|
79
|
+
* All values default to `1`.
|
|
80
|
+
*/
|
|
81
|
+
spinDelta: DatePartDeltas;
|
|
82
|
+
/**
|
|
83
|
+
* Sets whether to loop over the currently spun segment.
|
|
84
|
+
* @attr spin-loop
|
|
85
|
+
*/
|
|
86
|
+
spinLoop: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* The locale settings used to display the value.
|
|
89
|
+
* @attr
|
|
90
|
+
*/
|
|
91
|
+
locale: string;
|
|
92
|
+
protected setDefaultMask(): void;
|
|
93
|
+
protected setDisplayFormat(): void;
|
|
94
|
+
protected promptChange(): void;
|
|
95
|
+
protected get hasDateParts(): boolean;
|
|
96
|
+
protected get hasTimeParts(): boolean;
|
|
97
|
+
private get targetDatePart();
|
|
98
|
+
private get datePartDeltas();
|
|
99
|
+
constructor();
|
|
100
|
+
connectedCallback(): void;
|
|
101
|
+
/** Increments a date/time portion. */
|
|
102
|
+
stepUp(datePart?: DatePart, delta?: number): void;
|
|
103
|
+
/** Decrements a date/time portion. */
|
|
104
|
+
stepDown(datePart?: DatePart, delta?: number): void;
|
|
105
|
+
/** Clears the input element of user input. */
|
|
106
|
+
clear(): void;
|
|
107
|
+
protected setToday(): void;
|
|
108
|
+
protected updateMask(): void;
|
|
109
|
+
protected handleInput(): void;
|
|
110
|
+
protected handleDragLeave(): void;
|
|
111
|
+
protected handleDragEnter(): void;
|
|
112
|
+
protected updateInput(string: string, range: MaskRange): Promise<void>;
|
|
113
|
+
private trySpinValue;
|
|
114
|
+
private spinValue;
|
|
115
|
+
private onWheel;
|
|
116
|
+
private updateDefaultMask;
|
|
117
|
+
private setMask;
|
|
118
|
+
private parseDate;
|
|
119
|
+
private getMaskedValue;
|
|
120
|
+
private isComplete;
|
|
121
|
+
private updateValue;
|
|
122
|
+
protected _updateSetRangeTextValue(): void;
|
|
123
|
+
private getNewPosition;
|
|
124
|
+
protected handleFocus(): Promise<void>;
|
|
125
|
+
protected handleBlur(): void;
|
|
126
|
+
protected navigateParts(delta: number): void;
|
|
127
|
+
protected keyboardSpin(direction: 'up' | 'down'): Promise<void>;
|
|
128
|
+
protected renderInput(): import("lit-html").TemplateResult<1>;
|
|
129
|
+
}
|
|
130
|
+
declare global {
|
|
131
|
+
interface HTMLElementTagNameMap {
|
|
132
|
+
'igc-date-time-input': IgcDateTimeInputComponent;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
export {};
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export declare enum FormatDesc {
|
|
2
|
+
Numeric = "numeric",
|
|
3
|
+
TwoDigits = "2-digit"
|
|
4
|
+
}
|
|
5
|
+
export declare enum DateParts {
|
|
6
|
+
Day = "day",
|
|
7
|
+
Month = "month",
|
|
8
|
+
Year = "year",
|
|
9
|
+
Date = "date",
|
|
10
|
+
Hours = "hours",
|
|
11
|
+
Minutes = "minutes",
|
|
12
|
+
Seconds = "seconds",
|
|
13
|
+
AmPm = "amPm",
|
|
14
|
+
Literal = "literal"
|
|
15
|
+
}
|
|
16
|
+
export declare enum DatePart {
|
|
17
|
+
Month = "month",
|
|
18
|
+
Year = "year",
|
|
19
|
+
Date = "date",
|
|
20
|
+
Hours = "hours",
|
|
21
|
+
Minutes = "minutes",
|
|
22
|
+
Seconds = "seconds",
|
|
23
|
+
AmPm = "amPm"
|
|
24
|
+
}
|
|
25
|
+
/** @ignore */
|
|
26
|
+
export interface DatePartInfo {
|
|
27
|
+
type: DateParts;
|
|
28
|
+
start: number;
|
|
29
|
+
end: number;
|
|
30
|
+
format: string;
|
|
31
|
+
}
|
|
32
|
+
export interface DatePartDeltas {
|
|
33
|
+
date?: number;
|
|
34
|
+
month?: number;
|
|
35
|
+
year?: number;
|
|
36
|
+
hours?: number;
|
|
37
|
+
minutes?: number;
|
|
38
|
+
seconds?: number;
|
|
39
|
+
}
|
|
40
|
+
export declare abstract class DateTimeUtil {
|
|
41
|
+
static readonly DEFAULT_INPUT_FORMAT = "MM/dd/yyyy";
|
|
42
|
+
static readonly DEFAULT_TIME_INPUT_FORMAT = "hh:mm tt";
|
|
43
|
+
private static readonly SEPARATOR;
|
|
44
|
+
private static readonly DEFAULT_LOCALE;
|
|
45
|
+
private static _parser;
|
|
46
|
+
static parseValueFromMask(inputData: string, dateTimeParts: DatePartInfo[], promptChar?: string): Date | null;
|
|
47
|
+
static getDefaultMask(locale: string): string;
|
|
48
|
+
static parseDateTimeFormat(mask: string, locale?: string, noLeadingZero?: boolean): DatePartInfo[];
|
|
49
|
+
static parseIsoDate(value: string): Date | null;
|
|
50
|
+
static isValidDate(value: any): value is Date;
|
|
51
|
+
static formatDate(value: Date, locale: string, format: string, noLeadingZero?: boolean): string;
|
|
52
|
+
static getPartValue(datePartInfo: DatePartInfo, partLength: number, _dateValue: Date | null): string;
|
|
53
|
+
static spinYear(delta: number, newDate: Date): Date;
|
|
54
|
+
static spinMonth(delta: number, newDate: Date, spinLoop: boolean): void;
|
|
55
|
+
static spinDate(delta: number, newDate: Date, spinLoop: boolean): void;
|
|
56
|
+
static spinHours(delta: number, newDate: Date, spinLoop: boolean): void;
|
|
57
|
+
static spinMinutes(delta: number, newDate: Date, spinLoop: boolean): void;
|
|
58
|
+
static spinSeconds(delta: number, newDate: Date, spinLoop: boolean): void;
|
|
59
|
+
static spinAmPm(newDate: Date, currentDate: Date, amPmFromMask: string): Date;
|
|
60
|
+
static greaterThanMaxValue(value: Date, maxValue: Date, includeTime?: boolean, includeDate?: boolean): boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Determines whether the provided value is less than the provided min value.
|
|
63
|
+
*
|
|
64
|
+
* @param includeTime set to false if you want to exclude time portion of the two dates
|
|
65
|
+
* @param includeDate set to false if you want to exclude the date portion of the two dates
|
|
66
|
+
* @returns true if provided value is less than provided minValue
|
|
67
|
+
*/
|
|
68
|
+
static lessThanMinValue(value: Date, minValue: Date, includeTime?: boolean, includeDate?: boolean): boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Validates a value within a given min and max value range.
|
|
71
|
+
*
|
|
72
|
+
* @param value The value to validate
|
|
73
|
+
* @param minValue The lowest possible value that `value` can take
|
|
74
|
+
* @param maxValue The largest possible value that `value` can take
|
|
75
|
+
*/
|
|
76
|
+
static validateMinMax(value: Date, minValue: Date | string, maxValue: Date | string, includeTime?: boolean, includeDate?: boolean): {};
|
|
77
|
+
private static setDisplayFormatOptions;
|
|
78
|
+
private static getMask;
|
|
79
|
+
private static addCurrentPart;
|
|
80
|
+
private static ensureLeadingZero;
|
|
81
|
+
private static determineDatePart;
|
|
82
|
+
private static getDefaultLocaleMask;
|
|
83
|
+
private static fillDatePartsPositions;
|
|
84
|
+
private static getCleanVal;
|
|
85
|
+
private static escapeRegExp;
|
|
86
|
+
private static trimEmptyPlaceholders;
|
|
87
|
+
private static daysInMonth;
|
|
88
|
+
private static prependValue;
|
|
89
|
+
private static toTwelveHourFormat;
|
|
90
|
+
}
|