igniteui-angular 17.0.0-alpha.2 → 17.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/accordion/accordion.component.mjs +8 -7
- package/esm2022/lib/accordion/accordion.module.mjs +4 -4
- package/esm2022/lib/action-strip/action-strip.component.mjs +21 -25
- package/esm2022/lib/action-strip/action-strip.module.mjs +4 -4
- package/esm2022/lib/action-strip/grid-actions/grid-action-button.component.mjs +7 -6
- package/esm2022/lib/action-strip/grid-actions/grid-actions-base.directive.mjs +7 -6
- package/esm2022/lib/action-strip/grid-actions/grid-editing-actions.component.mjs +13 -9
- package/esm2022/lib/action-strip/grid-actions/grid-pinning-actions.component.mjs +3 -3
- package/esm2022/lib/avatar/avatar.component.mjs +3 -3
- package/esm2022/lib/avatar/avatar.module.mjs +4 -4
- package/esm2022/lib/badge/badge.component.mjs +3 -3
- package/esm2022/lib/badge/badge.module.mjs +4 -4
- package/esm2022/lib/banner/banner.component.mjs +3 -3
- package/esm2022/lib/banner/banner.directives.mjs +3 -3
- package/esm2022/lib/banner/banner.module.mjs +4 -4
- package/esm2022/lib/buttonGroup/buttonGroup.component.mjs +7 -6
- package/esm2022/lib/buttonGroup/buttongroup.module.mjs +4 -4
- package/esm2022/lib/calendar/calendar-base.mjs +8 -9
- package/esm2022/lib/calendar/calendar.component.mjs +11 -8
- package/esm2022/lib/calendar/calendar.directives.mjs +15 -15
- package/esm2022/lib/calendar/calendar.module.mjs +4 -4
- package/esm2022/lib/calendar/days-view/day-item.component.mjs +13 -9
- package/esm2022/lib/calendar/days-view/days-view.component.mjs +9 -7
- package/esm2022/lib/calendar/days-view/daysview-navigation.service.mjs +3 -3
- package/esm2022/lib/calendar/month-picker/month-picker-base.mjs +3 -3
- package/esm2022/lib/calendar/month-picker/month-picker.component.mjs +3 -3
- package/esm2022/lib/calendar/months-view/months-view.component.mjs +7 -6
- package/esm2022/lib/calendar/months-view.pipe.mjs +6 -6
- package/esm2022/lib/calendar/years-view/years-view.component.mjs +10 -9
- package/esm2022/lib/card/card.component.mjs +37 -33
- package/esm2022/lib/card/card.module.mjs +4 -4
- package/esm2022/lib/carousel/carousel.component.mjs +18 -13
- package/esm2022/lib/carousel/carousel.directives.mjs +9 -9
- package/esm2022/lib/carousel/carousel.module.mjs +4 -4
- package/esm2022/lib/carousel/slide.component.mjs +10 -8
- package/esm2022/lib/checkbox/checkbox.component.mjs +52 -64
- package/esm2022/lib/checkbox/checkbox.module.mjs +4 -4
- package/esm2022/lib/chips/chip.component.mjs +19 -12
- package/esm2022/lib/chips/chips-area.component.mjs +3 -3
- package/esm2022/lib/chips/chips.module.mjs +4 -4
- package/esm2022/lib/combo/combo-add-item.component.mjs +3 -3
- package/esm2022/lib/combo/combo-dropdown.component.mjs +7 -6
- package/esm2022/lib/combo/combo-item.component.mjs +7 -6
- package/esm2022/lib/combo/combo.api.mjs +3 -3
- package/esm2022/lib/combo/combo.common.mjs +27 -38
- package/esm2022/lib/combo/combo.component.mjs +28 -27
- package/esm2022/lib/combo/combo.directives.mjs +24 -24
- package/esm2022/lib/combo/combo.module.mjs +4 -4
- package/esm2022/lib/combo/combo.pipes.mjs +6 -6
- package/esm2022/lib/core/density.mjs +3 -3
- package/esm2022/lib/core/navigation/directives.mjs +6 -6
- package/esm2022/lib/core/navigation/nav.service.mjs +3 -3
- package/esm2022/lib/core/selection.mjs +3 -3
- package/esm2022/lib/core/touch.mjs +3 -3
- package/esm2022/lib/core/utils.mjs +3 -3
- package/esm2022/lib/date-common/calendar-container/calendar-container.component.mjs +3 -3
- package/esm2022/lib/date-common/picker-base.directive.mjs +7 -6
- package/esm2022/lib/date-common/picker-icons.common.mjs +9 -9
- package/esm2022/lib/date-picker/date-picker.component.mjs +13 -9
- package/esm2022/lib/date-picker/date-picker.module.mjs +4 -4
- package/esm2022/lib/date-range-picker/date-range-picker-inputs.common.mjs +15 -15
- package/esm2022/lib/date-range-picker/date-range-picker.component.mjs +9 -7
- package/esm2022/lib/date-range-picker/date-range-picker.module.mjs +4 -4
- package/esm2022/lib/dialog/dialog.component.mjs +17 -12
- package/esm2022/lib/dialog/dialog.directives.mjs +6 -6
- package/esm2022/lib/dialog/dialog.module.mjs +4 -4
- package/esm2022/lib/directives/autocomplete/autocomplete.directive.mjs +6 -6
- package/esm2022/lib/directives/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2022/lib/directives/button/button.directive.mjs +19 -35
- package/esm2022/lib/directives/button/button.module.mjs +4 -4
- package/esm2022/lib/directives/date-time-editor/date-time-editor.directive.mjs +7 -6
- package/esm2022/lib/directives/date-time-editor/date-time-editor.module.mjs +4 -4
- package/esm2022/lib/directives/divider/divider.directive.mjs +9 -7
- package/esm2022/lib/directives/divider/divider.module.mjs +4 -4
- package/esm2022/lib/directives/drag-drop/drag-drop.directive.mjs +16 -15
- package/esm2022/lib/directives/drag-drop/drag-drop.module.mjs +4 -4
- package/esm2022/lib/directives/filter/filter.directive.mjs +6 -6
- package/esm2022/lib/directives/filter/filter.module.mjs +4 -4
- package/esm2022/lib/directives/focus/focus.directive.mjs +6 -6
- package/esm2022/lib/directives/focus/focus.module.mjs +4 -4
- package/esm2022/lib/directives/focus-trap/focus-trap.directive.mjs +6 -6
- package/esm2022/lib/directives/focus-trap/focus-trap.module.mjs +4 -4
- package/esm2022/lib/directives/for-of/base.helper.component.mjs +3 -3
- package/esm2022/lib/directives/for-of/display.container.mjs +3 -3
- package/esm2022/lib/directives/for-of/for_of.directive.mjs +12 -10
- package/esm2022/lib/directives/for-of/for_of.module.mjs +4 -4
- package/esm2022/lib/directives/for-of/for_of.sync.service.mjs +6 -6
- package/esm2022/lib/directives/for-of/horizontal.virtual.helper.component.mjs +3 -3
- package/esm2022/lib/directives/for-of/virtual.helper.component.mjs +3 -3
- package/esm2022/lib/directives/form-control/form-control.directive.mjs +3 -3
- package/esm2022/lib/directives/form-control/form-control.module.mjs +4 -4
- package/esm2022/lib/directives/hint/hint.directive.mjs +3 -3
- package/esm2022/lib/directives/input/input.directive.mjs +11 -9
- package/esm2022/lib/directives/label/label.directive.mjs +3 -3
- package/esm2022/lib/directives/layout/layout.directive.mjs +9 -9
- package/esm2022/lib/directives/layout/layout.module.mjs +4 -4
- package/esm2022/lib/directives/mask/mask-parsing.service.mjs +3 -3
- package/esm2022/lib/directives/mask/mask.directive.mjs +7 -6
- package/esm2022/lib/directives/mask/mask.module.mjs +4 -4
- package/esm2022/lib/directives/notification/notifications.directive.mjs +9 -7
- package/esm2022/lib/directives/prefix/prefix.directive.mjs +3 -3
- package/esm2022/lib/directives/radio/radio-group.directive.mjs +11 -9
- package/esm2022/lib/directives/radio/radio-group.module.mjs +4 -4
- package/esm2022/lib/directives/ripple/ripple.directive.mjs +7 -7
- package/esm2022/lib/directives/ripple/ripple.module.mjs +4 -4
- package/esm2022/lib/directives/scroll-inertia/scroll_inertia.directive.mjs +3 -3
- package/esm2022/lib/directives/scroll-inertia/scroll_inertia.module.mjs +4 -4
- package/esm2022/lib/directives/suffix/suffix.directive.mjs +3 -3
- package/esm2022/lib/directives/template-outlet/template_outlet.directive.mjs +3 -3
- package/esm2022/lib/directives/text-highlight/text-highlight.directive.mjs +3 -3
- package/esm2022/lib/directives/text-highlight/text-highlight.module.mjs +4 -4
- package/esm2022/lib/directives/text-selection/text-selection.directive.mjs +26 -46
- package/esm2022/lib/directives/text-selection/text-selection.module.mjs +4 -4
- package/esm2022/lib/directives/toggle/toggle.directive.mjs +9 -9
- package/esm2022/lib/directives/toggle/toggle.module.mjs +4 -4
- package/esm2022/lib/directives/tooltip/tooltip-target.directive.mjs +6 -6
- package/esm2022/lib/directives/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/lib/directives/tooltip/tooltip.directive.mjs +3 -3
- package/esm2022/lib/directives/tooltip/tooltip.module.mjs +4 -4
- package/esm2022/lib/drop-down/drop-down-group.component.mjs +7 -6
- package/esm2022/lib/drop-down/drop-down-item.base.mjs +11 -8
- package/esm2022/lib/drop-down/drop-down-item.component.mjs +3 -3
- package/esm2022/lib/drop-down/drop-down-navigation.directive.mjs +3 -3
- package/esm2022/lib/drop-down/drop-down.base.mjs +3 -3
- package/esm2022/lib/drop-down/drop-down.component.mjs +7 -6
- package/esm2022/lib/drop-down/drop-down.module.mjs +4 -4
- package/esm2022/lib/expansion-panel/expansion-panel-body.component.mjs +3 -3
- package/esm2022/lib/expansion-panel/expansion-panel-header.component.mjs +7 -6
- package/esm2022/lib/expansion-panel/expansion-panel.common.mjs +3 -3
- package/esm2022/lib/expansion-panel/expansion-panel.component.mjs +7 -6
- package/esm2022/lib/expansion-panel/expansion-panel.directives.mjs +9 -9
- package/esm2022/lib/expansion-panel/expansion-panel.module.mjs +4 -4
- package/esm2022/lib/expansion-panel/toggle-animation-component.mjs +3 -3
- package/esm2022/lib/grids/api.service.mjs +3 -3
- package/esm2022/lib/grids/cell.component.mjs +7 -6
- package/esm2022/lib/grids/column-actions/column-actions-base.directive.mjs +3 -3
- package/esm2022/lib/grids/column-actions/column-actions.component.mjs +16 -15
- package/esm2022/lib/grids/column-actions/column-hiding.directive.mjs +3 -3
- package/esm2022/lib/grids/column-actions/column-pinning.directive.mjs +3 -3
- package/esm2022/lib/grids/columns/column-group.component.mjs +13 -9
- package/esm2022/lib/grids/columns/column-layout.component.mjs +7 -6
- package/esm2022/lib/grids/columns/column.component.mjs +37 -21
- package/esm2022/lib/grids/columns/templates.directive.mjs +24 -24
- package/esm2022/lib/grids/columns/validators.directive.mjs +21 -21
- package/esm2022/lib/grids/common/crud.service.mjs +3 -3
- package/esm2022/lib/grids/common/pipes.mjs +54 -54
- package/esm2022/lib/grids/filtering/advanced-filtering/advanced-filtering-dialog.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/base/grid-filtering-cell.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/base/grid-filtering-row.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/base-filtering.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/excel-style-clear-filters.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/excel-style-conditional-filter.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/excel-style-custom-dialog.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/excel-style-date-expression.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/excel-style-default-expression.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/excel-style-filtering.component.mjs +9 -9
- package/esm2022/lib/grids/filtering/excel-style/excel-style-header.component.mjs +11 -8
- package/esm2022/lib/grids/filtering/excel-style/excel-style-hiding.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/excel-style-moving.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/excel-style-pinning.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/excel-style-search.component.mjs +6 -6
- package/esm2022/lib/grids/filtering/excel-style/excel-style-selecting.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/excel-style/excel-style-sorting.component.mjs +3 -3
- package/esm2022/lib/grids/filtering/grid-filtering.service.mjs +5 -5
- package/esm2022/lib/grids/grid/expandable-cell.component.mjs +3 -3
- package/esm2022/lib/grids/grid/grid-api.service.mjs +3 -3
- package/esm2022/lib/grids/grid/grid-row.component.mjs +3 -3
- package/esm2022/lib/grids/grid/grid-validation.service.mjs +3 -3
- package/esm2022/lib/grids/grid/grid.component.mjs +11 -8
- package/esm2022/lib/grids/grid/grid.details.pipe.mjs +3 -3
- package/esm2022/lib/grids/grid/grid.module.mjs +4 -4
- package/esm2022/lib/grids/grid/grid.pipes.mjs +12 -12
- package/esm2022/lib/grids/grid/grid.summary.pipe.mjs +3 -3
- package/esm2022/lib/grids/grid/groupby-row.component.mjs +3 -3
- package/esm2022/lib/grids/grid-base.directive.mjs +33 -19
- package/esm2022/lib/grids/grid-footer/grid-footer.component.mjs +3 -3
- package/esm2022/lib/grids/grid-mrl-navigation.service.mjs +3 -3
- package/esm2022/lib/grids/grid-navigation.service.mjs +3 -3
- package/esm2022/lib/grids/grid.common.mjs +3 -3
- package/esm2022/lib/grids/grid.directives.mjs +33 -33
- package/esm2022/lib/grids/grid.rowEdit.directive.mjs +15 -15
- package/esm2022/lib/grids/grouping/grid-group-by-area.component.mjs +3 -3
- package/esm2022/lib/grids/grouping/group-by-area.directive.mjs +6 -6
- package/esm2022/lib/grids/grouping/tree-grid-group-by-area.component.mjs +8 -7
- package/esm2022/lib/grids/headers/grid-header-group.component.mjs +3 -3
- package/esm2022/lib/grids/headers/grid-header-row.component.mjs +14 -7
- package/esm2022/lib/grids/headers/grid-header.component.mjs +3 -3
- package/esm2022/lib/grids/headers/pipes.mjs +9 -9
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-cell.component.mjs +3 -3
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-grid-api.service.mjs +3 -3
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-grid-base.directive.mjs +7 -6
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-grid-navigation.service.mjs +3 -3
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-grid.component.mjs +11 -10
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-grid.module.mjs +4 -4
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-grid.pipes.mjs +6 -6
- package/esm2022/lib/grids/hierarchical-grid/hierarchical-row.component.mjs +3 -3
- package/esm2022/lib/grids/hierarchical-grid/row-island-api.service.mjs +3 -3
- package/esm2022/lib/grids/hierarchical-grid/row-island.component.mjs +7 -6
- package/esm2022/lib/grids/moving/moving.drag.directive.mjs +3 -3
- package/esm2022/lib/grids/moving/moving.drop.directive.mjs +3 -3
- package/esm2022/lib/grids/moving/moving.service.mjs +3 -3
- package/esm2022/lib/grids/pivot-grid/pivot-data-selector.component.mjs +13 -9
- package/esm2022/lib/grids/pivot-grid/pivot-filtering.service.mjs +3 -3
- package/esm2022/lib/grids/pivot-grid/pivot-grid-navigation.service.mjs +3 -3
- package/esm2022/lib/grids/pivot-grid/pivot-grid.component.mjs +25 -15
- package/esm2022/lib/grids/pivot-grid/pivot-grid.directives.mjs +3 -3
- package/esm2022/lib/grids/pivot-grid/pivot-grid.module.mjs +4 -4
- package/esm2022/lib/grids/pivot-grid/pivot-grid.pipes.mjs +30 -30
- package/esm2022/lib/grids/pivot-grid/pivot-header-row.component.mjs +3 -3
- package/esm2022/lib/grids/pivot-grid/pivot-row-dimension-content.component.mjs +3 -3
- package/esm2022/lib/grids/pivot-grid/pivot-row-dimension-header-group.component.mjs +3 -3
- package/esm2022/lib/grids/pivot-grid/pivot-row-dimension-header.component.mjs +3 -3
- package/esm2022/lib/grids/pivot-grid/pivot-row.component.mjs +3 -3
- package/esm2022/lib/grids/resizing/pivot-grid/pivot-resize-handle.directive.mjs +3 -3
- package/esm2022/lib/grids/resizing/pivot-grid/pivot-resizer.component.mjs +3 -3
- package/esm2022/lib/grids/resizing/pivot-grid/pivot-resizing.service.mjs +3 -3
- package/esm2022/lib/grids/resizing/resize-handle.directive.mjs +3 -3
- package/esm2022/lib/grids/resizing/resizer.component.mjs +3 -3
- package/esm2022/lib/grids/resizing/resizer.directive.mjs +3 -3
- package/esm2022/lib/grids/resizing/resizing.service.mjs +3 -3
- package/esm2022/lib/grids/row-drag.directive.mjs +9 -9
- package/esm2022/lib/grids/row.directive.mjs +7 -6
- package/esm2022/lib/grids/selection/drag-select.directive.mjs +6 -6
- package/esm2022/lib/grids/selection/row-selectors.mjs +9 -9
- package/esm2022/lib/grids/selection/selection.service.mjs +3 -3
- package/esm2022/lib/grids/state.directive.mjs +3 -3
- package/esm2022/lib/grids/summaries/grid-root-summary.pipe.mjs +3 -3
- package/esm2022/lib/grids/summaries/grid-summary.service.mjs +10 -8
- package/esm2022/lib/grids/summaries/summary-cell.component.mjs +7 -6
- package/esm2022/lib/grids/summaries/summary-row.component.mjs +3 -3
- package/esm2022/lib/grids/toolbar/common.mjs +15 -15
- package/esm2022/lib/grids/toolbar/grid-toolbar-advanced-filtering.component.mjs +3 -3
- package/esm2022/lib/grids/toolbar/grid-toolbar-exporter.component.mjs +9 -7
- package/esm2022/lib/grids/toolbar/grid-toolbar-hiding.component.mjs +3 -3
- package/esm2022/lib/grids/toolbar/grid-toolbar-pinning.component.mjs +3 -3
- package/esm2022/lib/grids/toolbar/grid-toolbar.base.mjs +16 -11
- package/esm2022/lib/grids/toolbar/grid-toolbar.component.mjs +7 -6
- package/esm2022/lib/grids/tree-grid/tree-cell.component.mjs +3 -3
- package/esm2022/lib/grids/tree-grid/tree-grid-api.service.mjs +3 -3
- package/esm2022/lib/grids/tree-grid/tree-grid-row.component.mjs +3 -3
- package/esm2022/lib/grids/tree-grid/tree-grid-selection.service.mjs +3 -3
- package/esm2022/lib/grids/tree-grid/tree-grid.component.mjs +7 -6
- package/esm2022/lib/grids/tree-grid/tree-grid.directives.mjs +3 -3
- package/esm2022/lib/grids/tree-grid/tree-grid.filtering.pipe.mjs +3 -3
- package/esm2022/lib/grids/tree-grid/tree-grid.grouping.pipe.mjs +3 -3
- package/esm2022/lib/grids/tree-grid/tree-grid.module.mjs +4 -4
- package/esm2022/lib/grids/tree-grid/tree-grid.pipes.mjs +21 -21
- package/esm2022/lib/grids/tree-grid/tree-grid.summary.pipe.mjs +3 -3
- package/esm2022/lib/icon/icon.component.mjs +6 -6
- package/esm2022/lib/icon/icon.module.mjs +4 -4
- package/esm2022/lib/icon/icon.service.mjs +3 -3
- package/esm2022/lib/input-group/input-group.component.mjs +7 -6
- package/esm2022/lib/input-group/input-group.module.mjs +4 -4
- package/esm2022/lib/list/list-item.component.mjs +9 -7
- package/esm2022/lib/list/list.common.mjs +15 -15
- package/esm2022/lib/list/list.component.mjs +26 -23
- package/esm2022/lib/list/list.module.mjs +4 -4
- package/esm2022/lib/navbar/navbar.component.mjs +13 -12
- package/esm2022/lib/navbar/navbar.module.mjs +4 -4
- package/esm2022/lib/navigation-drawer/navigation-drawer.component.mjs +13 -9
- package/esm2022/lib/navigation-drawer/navigation-drawer.directives.mjs +13 -13
- package/esm2022/lib/navigation-drawer/navigation-drawer.module.mjs +4 -4
- package/esm2022/lib/paginator/paginator-interfaces.mjs +3 -3
- package/esm2022/lib/paginator/paginator.component.mjs +12 -12
- package/esm2022/lib/paginator/paginator.module.mjs +4 -4
- package/esm2022/lib/progressbar/progressbar.common.mjs +6 -6
- package/esm2022/lib/progressbar/progressbar.component.mjs +23 -17
- package/esm2022/lib/progressbar/progressbar.module.mjs +4 -4
- package/esm2022/lib/query-builder/query-builder-header.component.mjs +7 -6
- package/esm2022/lib/query-builder/query-builder.component.mjs +6 -6
- package/esm2022/lib/query-builder/query-builder.module.mjs +4 -4
- package/esm2022/lib/radio/radio.component.mjs +37 -44
- package/esm2022/lib/select/select-group.component.mjs +3 -3
- package/esm2022/lib/select/select-item.component.mjs +3 -3
- package/esm2022/lib/select/select-navigation.directive.mjs +3 -3
- package/esm2022/lib/select/select.component.mjs +16 -15
- package/esm2022/lib/select/select.module.mjs +4 -4
- package/esm2022/lib/services/animation/angular-animation-service.mjs +3 -3
- package/esm2022/lib/services/csv/csv-exporter.mjs +3 -3
- package/esm2022/lib/services/direction/directionality.mjs +3 -3
- package/esm2022/lib/services/excel/excel-exporter.mjs +3 -3
- package/esm2022/lib/services/overlay/overlay.mjs +5 -5
- package/esm2022/lib/services/transaction/transaction-factory.service.mjs +6 -6
- package/esm2022/lib/simple-combo/simple-combo.component.mjs +51 -31
- package/esm2022/lib/simple-combo/simple-combo.module.mjs +4 -4
- package/esm2022/lib/slider/label/thumb-label.component.mjs +9 -7
- package/esm2022/lib/slider/slider.common.mjs +9 -9
- package/esm2022/lib/slider/slider.component.mjs +15 -10
- package/esm2022/lib/slider/slider.module.mjs +4 -4
- package/esm2022/lib/slider/thumb/thumb-slider.component.mjs +11 -8
- package/esm2022/lib/slider/ticks/tick.pipe.mjs +3 -3
- package/esm2022/lib/slider/ticks/ticks.component.mjs +11 -8
- package/esm2022/lib/snackbar/snackbar.component.mjs +3 -3
- package/esm2022/lib/snackbar/snackbar.module.mjs +4 -4
- package/esm2022/lib/splitter/splitter-pane/splitter-pane.component.mjs +9 -7
- package/esm2022/lib/splitter/splitter.component.mjs +6 -6
- package/esm2022/lib/splitter/splitter.module.mjs +4 -4
- package/esm2022/lib/stepper/step/step.component.mjs +15 -10
- package/esm2022/lib/stepper/stepper.component.mjs +9 -7
- package/esm2022/lib/stepper/stepper.directive.mjs +21 -21
- package/esm2022/lib/stepper/stepper.module.mjs +4 -4
- package/esm2022/lib/stepper/stepper.service.mjs +6 -6
- package/esm2022/lib/switch/switch.component.mjs +32 -40
- package/esm2022/lib/switch/switch.module.mjs +4 -4
- package/esm2022/lib/tabs/bottom-nav/bottom-nav-content.component.mjs +3 -3
- package/esm2022/lib/tabs/bottom-nav/bottom-nav-header.component.mjs +3 -3
- package/esm2022/lib/tabs/bottom-nav/bottom-nav-item.component.mjs +3 -3
- package/esm2022/lib/tabs/bottom-nav/bottom-nav.component.mjs +5 -5
- package/esm2022/lib/tabs/bottom-nav/bottom-nav.directives.mjs +6 -6
- package/esm2022/lib/tabs/bottom-nav/bottom-nav.module.mjs +4 -4
- package/esm2022/lib/tabs/tab-content.directive.mjs +3 -3
- package/esm2022/lib/tabs/tab-header.directive.mjs +3 -3
- package/esm2022/lib/tabs/tab-item.directive.mjs +9 -7
- package/esm2022/lib/tabs/tabs/tab-content.component.mjs +3 -3
- package/esm2022/lib/tabs/tabs/tab-header.component.mjs +3 -3
- package/esm2022/lib/tabs/tabs/tab-item.component.mjs +3 -3
- package/esm2022/lib/tabs/tabs/tabs.component.mjs +3 -3
- package/esm2022/lib/tabs/tabs/tabs.directives.mjs +6 -6
- package/esm2022/lib/tabs/tabs/tabs.module.mjs +4 -4
- package/esm2022/lib/tabs/tabs.directive.mjs +11 -17
- package/esm2022/lib/time-picker/time-picker.component.mjs +9 -7
- package/esm2022/lib/time-picker/time-picker.directives.mjs +6 -6
- package/esm2022/lib/time-picker/time-picker.module.mjs +4 -4
- package/esm2022/lib/time-picker/time-picker.pipes.mjs +6 -6
- package/esm2022/lib/toast/toast.component.mjs +3 -3
- package/esm2022/lib/toast/toast.module.mjs +4 -4
- package/esm2022/lib/tree/tree-navigation.service.mjs +3 -3
- package/esm2022/lib/tree/tree-node/tree-node.component.mjs +18 -13
- package/esm2022/lib/tree/tree-selection.service.mjs +3 -3
- package/esm2022/lib/tree/tree.component.mjs +13 -12
- package/esm2022/lib/tree/tree.module.mjs +4 -4
- package/esm2022/lib/tree/tree.service.mjs +3 -3
- package/fesm2022/igniteui-angular.mjs +2245 -2106
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/accordion/accordion.component.d.ts +1 -0
- package/lib/action-strip/action-strip.component.d.ts +2 -2
- package/lib/action-strip/grid-actions/grid-action-button.component.d.ts +1 -0
- package/lib/action-strip/grid-actions/grid-actions-base.directive.d.ts +1 -0
- package/lib/action-strip/grid-actions/grid-editing-actions.component.d.ts +4 -0
- package/lib/buttonGroup/buttonGroup.component.d.ts +1 -0
- package/lib/calendar/calendar-base.d.ts +1 -0
- package/lib/calendar/calendar.component.d.ts +3 -0
- package/lib/calendar/days-view/day-item.component.d.ts +4 -0
- package/lib/calendar/days-view/days-view.component.d.ts +2 -0
- package/lib/calendar/months-view/months-view.component.d.ts +1 -0
- package/lib/calendar/years-view/years-view.component.d.ts +1 -0
- package/lib/card/card.component.d.ts +4 -0
- package/lib/carousel/carousel.component.d.ts +5 -0
- package/lib/carousel/slide.component.d.ts +2 -0
- package/lib/checkbox/checkbox.component.d.ts +10 -16
- package/lib/chips/chip.component.d.ts +7 -0
- package/lib/combo/combo-dropdown.component.d.ts +1 -0
- package/lib/combo/combo-item.component.d.ts +1 -0
- package/lib/combo/combo.common.d.ts +10 -21
- package/lib/combo/combo.component.d.ts +10 -8
- package/lib/date-common/picker-base.directive.d.ts +1 -0
- package/lib/date-picker/date-picker.component.d.ts +4 -0
- package/lib/date-range-picker/date-range-picker.component.d.ts +2 -0
- package/lib/dialog/dialog.component.d.ts +5 -0
- package/lib/directives/autocomplete/autocomplete.directive.d.ts +1 -0
- package/lib/directives/button/button.directive.d.ts +10 -23
- package/lib/directives/date-time-editor/date-time-editor.directive.d.ts +1 -0
- package/lib/directives/divider/divider.directive.d.ts +2 -0
- package/lib/directives/drag-drop/drag-drop.directive.d.ts +1 -0
- package/lib/directives/focus/focus.directive.d.ts +1 -0
- package/lib/directives/focus-trap/focus-trap.directive.d.ts +1 -0
- package/lib/directives/for-of/for_of.directive.d.ts +2 -0
- package/lib/directives/input/input.directive.d.ts +2 -2
- package/lib/directives/layout/layout.directive.d.ts +1 -0
- package/lib/directives/mask/mask.directive.d.ts +1 -0
- package/lib/directives/notification/notifications.directive.d.ts +2 -0
- package/lib/directives/radio/radio-group.directive.d.ts +2 -2
- package/lib/directives/ripple/ripple.directive.d.ts +2 -0
- package/lib/directives/text-selection/text-selection.directive.d.ts +2 -17
- package/lib/directives/tooltip/tooltip-target.directive.d.ts +1 -0
- package/lib/drop-down/drop-down-group.component.d.ts +1 -0
- package/lib/drop-down/drop-down-item.base.d.ts +3 -0
- package/lib/drop-down/drop-down.component.d.ts +1 -0
- package/lib/expansion-panel/expansion-panel-header.component.d.ts +1 -0
- package/lib/expansion-panel/expansion-panel.component.d.ts +1 -0
- package/lib/grids/cell.component.d.ts +1 -0
- package/lib/grids/column-actions/column-actions.component.d.ts +1 -0
- package/lib/grids/columns/column-group.component.d.ts +4 -0
- package/lib/grids/columns/column-layout.component.d.ts +1 -0
- package/lib/grids/columns/column.component.d.ts +16 -0
- package/lib/grids/filtering/excel-style/excel-style-header.component.d.ts +3 -0
- package/lib/grids/grid/grid.component.d.ts +3 -0
- package/lib/grids/grid-base.directive.d.ts +11 -0
- package/lib/grids/grouping/tree-grid-group-by-area.component.d.ts +1 -0
- package/lib/grids/headers/grid-header-row.component.d.ts +5 -0
- package/lib/grids/hierarchical-grid/hierarchical-grid-base.directive.d.ts +1 -0
- package/lib/grids/hierarchical-grid/hierarchical-grid.component.d.ts +2 -1
- package/lib/grids/hierarchical-grid/row-island.component.d.ts +1 -0
- package/lib/grids/pivot-grid/pivot-data-selector.component.d.ts +4 -0
- package/lib/grids/pivot-grid/pivot-grid.component.d.ts +10 -0
- package/lib/grids/row.directive.d.ts +1 -0
- package/lib/grids/selection/drag-select.directive.d.ts +1 -0
- package/lib/grids/summaries/summary-cell.component.d.ts +1 -0
- package/lib/grids/toolbar/grid-toolbar-exporter.component.d.ts +2 -0
- package/lib/grids/toolbar/grid-toolbar.base.d.ts +1 -0
- package/lib/grids/toolbar/grid-toolbar.component.d.ts +1 -0
- package/lib/grids/tree-grid/tree-grid.component.d.ts +1 -0
- package/lib/icon/icon.component.d.ts +1 -0
- package/lib/input-group/input-group.component.d.ts +1 -0
- package/lib/list/list-item.component.d.ts +2 -0
- package/lib/list/list.component.d.ts +3 -0
- package/lib/navbar/navbar.component.d.ts +1 -0
- package/lib/navigation-drawer/navigation-drawer.component.d.ts +4 -0
- package/lib/navigation-drawer/navigation-drawer.directives.d.ts +2 -0
- package/lib/progressbar/progressbar.component.d.ts +6 -0
- package/lib/query-builder/query-builder-header.component.d.ts +1 -0
- package/lib/radio/radio.component.d.ts +5 -4
- package/lib/select/select.component.d.ts +1 -0
- package/lib/simple-combo/simple-combo.component.d.ts +16 -1
- package/lib/slider/label/thumb-label.component.d.ts +2 -0
- package/lib/slider/slider.component.d.ts +5 -0
- package/lib/slider/thumb/thumb-slider.component.d.ts +4 -1
- package/lib/slider/ticks/ticks.component.d.ts +3 -0
- package/lib/splitter/splitter-pane/splitter-pane.component.d.ts +2 -0
- package/lib/stepper/step/step.component.d.ts +5 -0
- package/lib/stepper/stepper.component.d.ts +2 -0
- package/lib/switch/switch.component.d.ts +4 -4
- package/lib/tabs/bottom-nav/bottom-nav.component.d.ts +1 -1
- package/lib/tabs/tab-item.directive.d.ts +2 -0
- package/lib/tabs/tabs.directive.d.ts +2 -4
- package/lib/time-picker/time-picker.component.d.ts +2 -0
- package/lib/tree/tree-node/tree-node.component.d.ts +5 -0
- package/lib/tree/tree.component.d.ts +1 -0
- package/migrations/common/tsUtils.d.ts +2 -0
- package/migrations/common/tsUtils.js +4 -3
- package/migrations/update-17_0_0/changes/classes.json +21 -0
- package/migrations/update-17_0_0/changes/members.json +21 -0
- package/migrations/update-17_0_0/index.js +48 -1
- package/package.json +2 -2
- package/schematics/tsconfig.tsbuildinfo +1 -1
- package/styles/igniteui-indigo-dark.css +1 -1
- package/styles/igniteui-indigo-light.css +1 -1
- package/styles/maps/igniteui-indigo-dark.css.map +1 -1
- package/styles/maps/igniteui-indigo-light.css.map +1 -1
|
@@ -193,4 +193,5 @@ export declare class IgxAccordionComponent implements AfterContentInit, AfterVie
|
|
|
193
193
|
private updatePanelsAnimation;
|
|
194
194
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxAccordionComponent, never>;
|
|
195
195
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxAccordionComponent, "igx-accordion", never, { "id": { "alias": "id"; "required": false; }; "animationSettings": { "alias": "animationSettings"; "required": false; }; "singleBranchExpand": { "alias": "singleBranchExpand"; "required": false; }; }, { "panelExpanding": "panelExpanding"; "panelExpanded": "panelExpanded"; "panelCollapsing": "panelCollapsing"; "panelCollapsed": "panelCollapsed"; }, ["_panels"], ["igx-expansion-panel"], true, never>;
|
|
196
|
+
static ngAcceptInputType_singleBranchExpand: unknown;
|
|
196
197
|
}
|
|
@@ -73,8 +73,7 @@ export declare class IgxActionStripComponent extends DisplayDensityBase implemen
|
|
|
73
73
|
* <igx-action-strip [hidden]="false">
|
|
74
74
|
* ```
|
|
75
75
|
*/
|
|
76
|
-
|
|
77
|
-
get hidden(): boolean;
|
|
76
|
+
hidden: boolean;
|
|
78
77
|
/**
|
|
79
78
|
* Gets/Sets the resource strings.
|
|
80
79
|
*
|
|
@@ -163,4 +162,5 @@ export declare class IgxActionStripComponent extends DisplayDensityBase implemen
|
|
|
163
162
|
private closeMenu;
|
|
164
163
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxActionStripComponent, [null, null, null, { optional: true; }, null]>;
|
|
165
164
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxActionStripComponent, "igx-action-strip", never, { "context": { "alias": "context"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; }, {}, ["_menuItems", "actionButtons"], ["*"], true, never>;
|
|
165
|
+
static ngAcceptInputType_hidden: unknown;
|
|
166
166
|
}
|
|
@@ -51,4 +51,5 @@ export declare class IgxGridActionButtonComponent {
|
|
|
51
51
|
preventEvent(event: any): void;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridActionButtonComponent, never>;
|
|
53
53
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridActionButtonComponent, "igx-grid-action-button", never, { "asMenuItem": { "alias": "asMenuItem"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "classNames": { "alias": "classNames"; "required": false; }; "iconSet": { "alias": "iconSet"; "required": false; }; "labelText": { "alias": "labelText"; "required": false; }; }, { "actionClick": "actionClick"; }, never, never, true, never>;
|
|
54
|
+
static ngAcceptInputType_asMenuItem: unknown;
|
|
54
55
|
}
|
|
@@ -49,4 +49,5 @@ export declare class IgxGridActionsBaseDirective implements AfterViewInit {
|
|
|
49
49
|
protected isRow(context: any): context is IgxRowDirective;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridActionsBaseDirective, never>;
|
|
51
51
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxGridActionsBaseDirective, "[igxGridActionsBase]", never, { "asMenuItems": { "alias": "asMenuItems"; "required": false; }; }, {}, never, never, true, never>;
|
|
52
|
+
static ngAcceptInputType_asMenuItems: unknown;
|
|
52
53
|
}
|
|
@@ -63,4 +63,8 @@ export declare class IgxGridEditingActionsComponent extends IgxGridActionsBaseDi
|
|
|
63
63
|
private registerIcons;
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridEditingActionsComponent, never>;
|
|
65
65
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxGridEditingActionsComponent, "igx-grid-editing-actions", never, { "addRow": { "alias": "addRow"; "required": false; }; "editRow": { "alias": "editRow"; "required": false; }; "deleteRow": { "alias": "deleteRow"; "required": false; }; "addChild": { "alias": "addChild"; "required": false; }; }, {}, never, never, true, never>;
|
|
66
|
+
static ngAcceptInputType_addRow: unknown;
|
|
67
|
+
static ngAcceptInputType_editRow: unknown;
|
|
68
|
+
static ngAcceptInputType_deleteRow: unknown;
|
|
69
|
+
static ngAcceptInputType_addChild: unknown;
|
|
66
70
|
}
|
|
@@ -272,6 +272,7 @@ export declare class IgxButtonGroupComponent extends DisplayDensityBase implemen
|
|
|
272
272
|
_clickHandler(index: number): void;
|
|
273
273
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxButtonGroupComponent, [null, null, null, { optional: true; }]>;
|
|
274
274
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxButtonGroupComponent, "igx-buttongroup", never, { "id": { "alias": "id"; "required": false; }; "itemContentCssClass": { "alias": "itemContentCssClass"; "required": false; }; "multiSelection": { "alias": "multiSelection"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "values": { "alias": "values"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; }, { "selected": "selected"; "deselected": "deselected"; }, ["templateButtons"], ["*"], true, never>;
|
|
275
|
+
static ngAcceptInputType_disabled: unknown;
|
|
275
276
|
}
|
|
276
277
|
export interface IButtonGroupEventArgs extends IBaseEventArgs, CancelableEventArgs {
|
|
277
278
|
owner: IgxButtonGroupComponent;
|
|
@@ -385,4 +385,5 @@ export declare class IgxCalendarBaseDirective implements ControlValueAccessor {
|
|
|
385
385
|
private validateDate;
|
|
386
386
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCalendarBaseDirective, never>;
|
|
387
387
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxCalendarBaseDirective, "[igxCalendarBase]", never, { "hideOutsideDays": { "alias": "hideOutsideDays"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "weekStart": { "alias": "weekStart"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "formatOptions": { "alias": "formatOptions"; "required": false; }; "formatViews": { "alias": "formatViews"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "value": { "alias": "value"; "required": false; }; "viewDate": { "alias": "viewDate"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "specialDates": { "alias": "specialDates"; "required": false; }; }, { "selected": "selected"; "viewDateChanged": "viewDateChanged"; "activeViewChanged": "activeViewChanged"; }, never, never, true, never>;
|
|
388
|
+
static ngAcceptInputType_hideOutsideDays: unknown;
|
|
388
389
|
}
|
|
@@ -499,4 +499,7 @@ export declare class IgxCalendarComponent extends IgxMonthPickerBaseDirective im
|
|
|
499
499
|
private focusMonth;
|
|
500
500
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCalendarComponent, never>;
|
|
501
501
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxCalendarComponent, "igx-calendar", never, { "id": { "alias": "id"; "required": false; }; "hasHeader": { "alias": "hasHeader"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "monthsViewNumber": { "alias": "monthsViewNumber"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "animationAction": { "alias": "animationAction"; "required": false; }; }, {}, ["headerTemplateDirective", "subheaderTemplateDirective"], never, true, never>;
|
|
502
|
+
static ngAcceptInputType_hasHeader: unknown;
|
|
503
|
+
static ngAcceptInputType_vertical: unknown;
|
|
504
|
+
static ngAcceptInputType_showWeekNumbers: unknown;
|
|
502
505
|
}
|
|
@@ -47,4 +47,8 @@ export declare class IgxDayItemComponent {
|
|
|
47
47
|
onSelect(event: any): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDayItemComponent, never>;
|
|
49
49
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDayItemComponent, "igx-day-item", never, { "date": { "alias": "date"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "outOfRangeDates": { "alias": "outOfRangeDates"; "required": false; }; "specialDates": { "alias": "specialDates"; "required": false; }; "hideOutsideDays": { "alias": "hideOutsideDays"; "required": false; }; "isLastInRange": { "alias": "isLastInRange"; "required": false; }; "isFirstInRange": { "alias": "isFirstInRange"; "required": false; }; "isWithinRange": { "alias": "isWithinRange"; "required": false; }; }, { "dateSelection": "dateSelection"; }, never, ["*"], true, never>;
|
|
50
|
+
static ngAcceptInputType_hideOutsideDays: unknown;
|
|
51
|
+
static ngAcceptInputType_isLastInRange: unknown;
|
|
52
|
+
static ngAcceptInputType_isFirstInRange: unknown;
|
|
53
|
+
static ngAcceptInputType_isWithinRange: unknown;
|
|
50
54
|
}
|
|
@@ -195,4 +195,6 @@ export declare class IgxDaysViewComponent extends IgxCalendarBaseDirective imple
|
|
|
195
195
|
private get isSingleSelection();
|
|
196
196
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDaysViewComponent, never>;
|
|
197
197
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDaysViewComponent, "igx-days-view", never, { "id": { "alias": "id"; "required": false; }; "changeDaysView": { "alias": "changeDaysView"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; }, { "dateSelection": "dateSelection"; "viewChanging": "viewChanging"; "activeDateChange": "activeDateChange"; "monthsViewBlur": "monthsViewBlur"; }, never, never, true, never>;
|
|
198
|
+
static ngAcceptInputType_changeDaysView: unknown;
|
|
199
|
+
static ngAcceptInputType_showWeekNumbers: unknown;
|
|
198
200
|
}
|
|
@@ -194,4 +194,5 @@ export declare class IgxMonthsViewComponent implements ControlValueAccessor {
|
|
|
194
194
|
private initMonthFormatter;
|
|
195
195
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxMonthsViewComponent, never>;
|
|
196
196
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxMonthsViewComponent, "igx-months-view", never, { "id": { "alias": "id"; "required": false; }; "date": { "alias": "date"; "required": false; }; "monthFormat": { "alias": "monthFormat"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "formatView": { "alias": "formatView"; "required": false; }; }, { "selected": "selected"; }, never, never, true, never>;
|
|
197
|
+
static ngAcceptInputType_formatView: unknown;
|
|
197
198
|
}
|
|
@@ -186,4 +186,5 @@ export declare class IgxYearsViewComponent implements ControlValueAccessor {
|
|
|
186
186
|
private generateYearRange;
|
|
187
187
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxYearsViewComponent, never>;
|
|
188
188
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxYearsViewComponent, "igx-years-view", never, { "formatView": { "alias": "formatView"; "required": false; }; "date": { "alias": "date"; "required": false; }; "yearFormat": { "alias": "yearFormat"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; }, { "selected": "selected"; }, never, never, true, never>;
|
|
189
|
+
static ngAcceptInputType_formatView: unknown;
|
|
189
190
|
}
|
|
@@ -52,6 +52,7 @@ export declare class IgxCardHeaderComponent {
|
|
|
52
52
|
vertical: boolean;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCardHeaderComponent, never>;
|
|
54
54
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxCardHeaderComponent, "igx-card-header", never, { "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, ["igx-avatar, igx-card-media, [igxCardThumbnail]", "\n [igxCardHeaderTitle],\n [igxCardHeaderSubtitle],\n .igx-card-header__title,\n .igx-card-header__subtitle", "*"], true, never>;
|
|
55
|
+
static ngAcceptInputType_vertical: unknown;
|
|
55
56
|
}
|
|
56
57
|
/**
|
|
57
58
|
* IgxCardThumbnail is container for the card thumbnail section.
|
|
@@ -230,6 +231,7 @@ export declare class IgxCardComponent {
|
|
|
230
231
|
private _elevated;
|
|
231
232
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCardComponent, never>;
|
|
232
233
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxCardComponent, "igx-card", never, { "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; "type": { "alias": "type"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
234
|
+
static ngAcceptInputType_horizontal: unknown;
|
|
233
235
|
}
|
|
234
236
|
export declare const IgxCardActionsLayout: {
|
|
235
237
|
START: "start";
|
|
@@ -288,4 +290,6 @@ export declare class IgxCardActionsComponent implements OnInit, OnChanges {
|
|
|
288
290
|
ngOnInit(): void;
|
|
289
291
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCardActionsComponent, [{ optional: true; }]>;
|
|
290
292
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxCardActionsComponent, "igx-card-actions", never, { "layout": { "alias": "layout"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "reverse": { "alias": "reverse"; "required": false; }; }, {}, never, ["[igxStart], [igxButton]:not([igxButton='icon']):not([igxEnd])", "*", "[igxEnd], [igxButton='icon']:not([igxStart]), igx-icon:not([igxStart])"], true, never>;
|
|
293
|
+
static ngAcceptInputType_vertical: unknown;
|
|
294
|
+
static ngAcceptInputType_reverse: unknown;
|
|
291
295
|
}
|
|
@@ -515,6 +515,11 @@ export declare class IgxCarouselComponent extends IgxCarouselComponentBase imple
|
|
|
515
515
|
private focusSlideElement;
|
|
516
516
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCarouselComponent, never>;
|
|
517
517
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxCarouselComponent, "igx-carousel", never, { "id": { "alias": "id"; "required": false; }; "loop": { "alias": "loop"; "required": false; }; "pause": { "alias": "pause"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; "keyboardSupport": { "alias": "keyboardSupport"; "required": false; }; "gesturesSupport": { "alias": "gesturesSupport"; "required": false; }; "maximumIndicatorsCount": { "alias": "maximumIndicatorsCount"; "required": false; }; "indicatorsOrientation": { "alias": "indicatorsOrientation"; "required": false; }; "animationType": { "alias": "animationType"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; }, { "slideChanged": "slideChanged"; "slideAdded": "slideAdded"; "slideRemoved": "slideRemoved"; "carouselPaused": "carouselPaused"; "carouselPlaying": "carouselPlaying"; }, ["indicatorTemplate", "nextButtonTemplate", "prevButtonTemplate", "slides"], ["*"], true, never>;
|
|
518
|
+
static ngAcceptInputType_loop: unknown;
|
|
519
|
+
static ngAcceptInputType_pause: unknown;
|
|
520
|
+
static ngAcceptInputType_navigation: unknown;
|
|
521
|
+
static ngAcceptInputType_keyboardSupport: unknown;
|
|
522
|
+
static ngAcceptInputType_gesturesSupport: unknown;
|
|
518
523
|
}
|
|
519
524
|
export interface ISlideEventArgs extends IBaseEventArgs {
|
|
520
525
|
carousel: IgxCarouselComponent;
|
|
@@ -117,4 +117,6 @@ export declare class IgxSlideComponent implements AfterContentChecked, OnDestroy
|
|
|
117
117
|
ngOnDestroy(): void;
|
|
118
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxSlideComponent, never>;
|
|
119
119
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxSlideComponent, "igx-slide", never, { "index": { "alias": "index"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "total": { "alias": "total"; "required": false; }; "active": { "alias": "active"; "required": false; }; "previous": { "alias": "previous"; "required": false; }; }, { "activeChange": "activeChange"; }, never, ["*"], true, never>;
|
|
120
|
+
static ngAcceptInputType_active: unknown;
|
|
121
|
+
static ngAcceptInputType_previous: unknown;
|
|
120
122
|
}
|
|
@@ -39,8 +39,6 @@ export declare class IgxCheckboxComponent implements EditorProvider, AfterViewIn
|
|
|
39
39
|
protected cdr: ChangeDetectorRef;
|
|
40
40
|
protected renderer: Renderer2;
|
|
41
41
|
ngControl: NgControl;
|
|
42
|
-
private static ngAcceptInputType_required;
|
|
43
|
-
private static ngAcceptInputType_disabled;
|
|
44
42
|
/**
|
|
45
43
|
* An event that is emitted after the checkbox state is changed.
|
|
46
44
|
* Provides references to the `IgxCheckboxComponent` and the `checked` property as event arguments.
|
|
@@ -275,8 +273,7 @@ export declare class IgxCheckboxComponent implements EditorProvider, AfterViewIn
|
|
|
275
273
|
* let isDisabled = this.checkbox.disabled;
|
|
276
274
|
* ```
|
|
277
275
|
*/
|
|
278
|
-
|
|
279
|
-
set disabled(value: boolean);
|
|
276
|
+
disabled: boolean;
|
|
280
277
|
/**
|
|
281
278
|
* Sets/gets whether the checkbox is invalid.
|
|
282
279
|
* Default value is `false`.
|
|
@@ -289,8 +286,7 @@ export declare class IgxCheckboxComponent implements EditorProvider, AfterViewIn
|
|
|
289
286
|
* let isInvalid = this.checkbox.invalid;
|
|
290
287
|
* ```
|
|
291
288
|
*/
|
|
292
|
-
|
|
293
|
-
set invalid(value: boolean);
|
|
289
|
+
invalid: boolean;
|
|
294
290
|
/**
|
|
295
291
|
* Sets/gets whether the checkbox is readonly.
|
|
296
292
|
* Default value is `false`.
|
|
@@ -340,16 +336,6 @@ export declare class IgxCheckboxComponent implements EditorProvider, AfterViewIn
|
|
|
340
336
|
* @internal
|
|
341
337
|
*/
|
|
342
338
|
private _required;
|
|
343
|
-
/**
|
|
344
|
-
* @hidden
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
private _disabled;
|
|
348
|
-
/**
|
|
349
|
-
* @hidden
|
|
350
|
-
* @internal
|
|
351
|
-
*/
|
|
352
|
-
private _invalid;
|
|
353
339
|
constructor(cdr: ChangeDetectorRef, renderer: Renderer2, ngControl: NgControl);
|
|
354
340
|
/**
|
|
355
341
|
* @hidden
|
|
@@ -396,4 +382,12 @@ export declare class IgxCheckboxComponent implements EditorProvider, AfterViewIn
|
|
|
396
382
|
private checkNativeValidity;
|
|
397
383
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCheckboxComponent, [null, null, { optional: true; self: true; }]>;
|
|
398
384
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxCheckboxComponent, "igx-checkbox", never, { "id": { "alias": "id"; "required": false; }; "labelId": { "alias": "labelId"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "required": { "alias": "required"; "required": false; }; "ariaLabelledBy": { "alias": "aria-labelledby"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disableTransitions": { "alias": "disableTransitions"; "required": false; }; }, { "change": "change"; }, never, ["*"], true, never>;
|
|
385
|
+
static ngAcceptInputType_disableRipple: unknown;
|
|
386
|
+
static ngAcceptInputType_required: unknown;
|
|
387
|
+
static ngAcceptInputType_indeterminate: unknown;
|
|
388
|
+
static ngAcceptInputType_checked: unknown;
|
|
389
|
+
static ngAcceptInputType_disabled: unknown;
|
|
390
|
+
static ngAcceptInputType_invalid: unknown;
|
|
391
|
+
static ngAcceptInputType_readonly: unknown;
|
|
392
|
+
static ngAcceptInputType_disableTransitions: unknown;
|
|
399
393
|
}
|
|
@@ -539,4 +539,11 @@ export declare class IgxChipComponent extends DisplayDensityBase implements OnDe
|
|
|
539
539
|
ngOnDestroy(): void;
|
|
540
540
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxChipComponent, [null, null, null, { optional: true; }]>;
|
|
541
541
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxChipComponent, "igx-chip", never, { "variant": { "alias": "variant"; "required": false; }; "id": { "alias": "id"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "data": { "alias": "data"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "animateOnRelease": { "alias": "animateOnRelease"; "required": false; }; "hideBaseOnDrag": { "alias": "hideBaseOnDrag"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removeIcon": { "alias": "removeIcon"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selectIcon": { "alias": "selectIcon"; "required": false; }; "class": { "alias": "class"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "color": { "alias": "color"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; }, { "selectedChange": "selectedChange"; "moveStart": "moveStart"; "moveEnd": "moveEnd"; "remove": "remove"; "chipClick": "chipClick"; "selectedChanging": "selectedChanging"; "selectedChanged": "selectedChanged"; "keyDown": "keyDown"; "dragEnter": "dragEnter"; "dragLeave": "dragLeave"; "dragOver": "dragOver"; "dragDrop": "dragDrop"; }, never, ["igx-prefix,[igxPrefix]", "*", "igx-suffix,[igxSuffix]"], true, never>;
|
|
542
|
+
static ngAcceptInputType_draggable: unknown;
|
|
543
|
+
static ngAcceptInputType_animateOnRelease: unknown;
|
|
544
|
+
static ngAcceptInputType_hideBaseOnDrag: unknown;
|
|
545
|
+
static ngAcceptInputType_removable: unknown;
|
|
546
|
+
static ngAcceptInputType_selectable: unknown;
|
|
547
|
+
static ngAcceptInputType_disabled: unknown;
|
|
548
|
+
static ngAcceptInputType_selected: unknown;
|
|
542
549
|
}
|
|
@@ -83,4 +83,5 @@ export declare class IgxComboDropDownComponent extends IgxDropDownComponent impl
|
|
|
83
83
|
private focusAddItemButton;
|
|
84
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxComboDropDownComponent, [null, null, null, null, null, { optional: true; }]>;
|
|
85
85
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxComboDropDownComponent, "igx-combo-drop-down", never, { "singleMode": { "alias": "singleMode"; "required": false; }; }, {}, ["children"], ["*"], true, never>;
|
|
86
|
+
static ngAcceptInputType_singleMode: unknown;
|
|
86
87
|
}
|
|
@@ -54,4 +54,5 @@ export declare class IgxComboItemComponent extends IgxDropDownItemComponent {
|
|
|
54
54
|
disableCheck(event: MouseEvent): void;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxComboItemComponent, never>;
|
|
56
56
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxComboItemComponent, "igx-combo-item", never, { "itemHeight": { "alias": "itemHeight"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "singleMode": { "alias": "singleMode"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
57
|
+
static ngAcceptInputType_singleMode: unknown;
|
|
57
58
|
}
|
|
@@ -8,7 +8,7 @@ import { SortingDirection } from '../data-operations/sorting-strategy';
|
|
|
8
8
|
import { IForOfState, IgxForOfDirective } from '../directives/for-of/for_of.directive';
|
|
9
9
|
import { IgxIconService } from '../icon/icon.service';
|
|
10
10
|
import { IgxInputGroupType } from '../input-group/inputGroupType';
|
|
11
|
-
import { IgxInputDirective, IgxInputGroupComponent, IgxLabelDirective, IgxPrefixDirective, IgxSuffixDirective } from '../input-group/public_api';
|
|
11
|
+
import { IgxInputDirective, IgxInputGroupComponent, IgxInputState, IgxLabelDirective, IgxPrefixDirective, IgxSuffixDirective } from '../input-group/public_api';
|
|
12
12
|
import { OverlaySettings } from '../services/public_api';
|
|
13
13
|
import { IgxComboDropDownComponent } from './combo-dropdown.component';
|
|
14
14
|
import { IgxComboAPIService } from './combo.api';
|
|
@@ -52,20 +52,6 @@ export declare enum DataTypes {
|
|
|
52
52
|
COMPLEX = "complex",
|
|
53
53
|
PRIMARYKEY = "valueKey"
|
|
54
54
|
}
|
|
55
|
-
export declare enum IgxComboState {
|
|
56
|
-
/**
|
|
57
|
-
* Combo with initial state.
|
|
58
|
-
*/
|
|
59
|
-
INITIAL = 0,
|
|
60
|
-
/**
|
|
61
|
-
* Combo with valid state.
|
|
62
|
-
*/
|
|
63
|
-
VALID = 1,
|
|
64
|
-
/**
|
|
65
|
-
* Combo with invalid state.
|
|
66
|
-
*/
|
|
67
|
-
INVALID = 2
|
|
68
|
-
}
|
|
69
55
|
/** The filtering criteria to be applied on data search */
|
|
70
56
|
export interface IComboFilteringOptions {
|
|
71
57
|
/** Defines filtering case-sensitivity */
|
|
@@ -583,18 +569,18 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
|
|
|
583
569
|
* let valid = this.combo.valid;
|
|
584
570
|
* ```
|
|
585
571
|
*/
|
|
586
|
-
get valid():
|
|
572
|
+
get valid(): IgxInputState;
|
|
587
573
|
/**
|
|
588
574
|
* Sets if control is valid, when used in a form
|
|
589
575
|
*
|
|
590
576
|
* ```typescript
|
|
591
577
|
* // set
|
|
592
|
-
* this.combo.valid =
|
|
578
|
+
* this.combo.valid = IgxInputState.INVALID;
|
|
593
579
|
* ```
|
|
594
580
|
*/
|
|
595
|
-
set valid(valid:
|
|
581
|
+
set valid(valid: IgxInputState);
|
|
596
582
|
/**
|
|
597
|
-
* The value of the
|
|
583
|
+
* The value of the combo
|
|
598
584
|
*
|
|
599
585
|
* ```typescript
|
|
600
586
|
* // get
|
|
@@ -610,7 +596,7 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
|
|
|
610
596
|
* let comboDisplayValue = this.combo.displayValue;
|
|
611
597
|
* ```
|
|
612
598
|
*/
|
|
613
|
-
get displayValue(): string
|
|
599
|
+
get displayValue(): string;
|
|
614
600
|
/**
|
|
615
601
|
* Defines the current state of the virtualized data. It contains `startIndex` and `chunkSize`
|
|
616
602
|
*
|
|
@@ -689,7 +675,7 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
|
|
|
689
675
|
protected _displayKey: string;
|
|
690
676
|
protected _remoteSelection: {};
|
|
691
677
|
protected _resourceStrings: import("../core/i18n/resources").IResourceStrings;
|
|
692
|
-
protected _valid:
|
|
678
|
+
protected _valid: IgxInputState;
|
|
693
679
|
protected ngControl: NgControl;
|
|
694
680
|
protected destroy$: Subject<any>;
|
|
695
681
|
protected _onTouchedCallback: () => void;
|
|
@@ -829,4 +815,7 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
|
|
|
829
815
|
protected abstract createDisplayText(newSelection: any[], oldSelection: any[]): any;
|
|
830
816
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxComboBaseDirective, [null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
831
817
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxComboBaseDirective, never, never, { "showSearchCaseIcon": { "alias": "showSearchCaseIcon"; "required": false; }; "overlaySettings": { "alias": "overlaySettings"; "required": false; }; "id": { "alias": "id"; "required": false; }; "width": { "alias": "width"; "required": false; }; "allowCustomValues": { "alias": "allowCustomValues"; "required": false; }; "itemsMaxHeight": { "alias": "itemsMaxHeight"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; "itemsWidth": { "alias": "itemsWidth"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "data": { "alias": "data"; "required": false; }; "valueKey": { "alias": "valueKey"; "required": false; }; "displayKey": { "alias": "displayKey"; "required": false; }; "groupKey": { "alias": "groupKey"; "required": false; }; "groupSortingDirection": { "alias": "groupSortingDirection"; "required": false; }; "filterFunction": { "alias": "filterFunction"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "filteringOptions": { "alias": "filteringOptions"; "required": false; }; }, { "opening": "opening"; "opened": "opened"; "closing": "closing"; "closed": "closed"; "addition": "addition"; "searchInputUpdate": "searchInputUpdate"; "dataPreLoad": "dataPreLoad"; }, ["itemTemplate", "headerTemplate", "footerTemplate", "headerItemTemplate", "addItemTemplate", "emptyTemplate", "toggleIconTemplate", "clearIconTemplate", "label", "prefixes", "suffixes"], never, false, never>;
|
|
818
|
+
static ngAcceptInputType_showSearchCaseIcon: unknown;
|
|
819
|
+
static ngAcceptInputType_allowCustomValues: unknown;
|
|
820
|
+
static ngAcceptInputType_disabled: unknown;
|
|
832
821
|
}
|
|
@@ -15,12 +15,16 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
/** Event emitted when an igx-combo's selection is changing */
|
|
16
16
|
export interface IComboSelectionChangingEventArgs extends IBaseCancelableEventArgs {
|
|
17
17
|
/** An array containing the values that are currently selected */
|
|
18
|
-
|
|
18
|
+
oldValue: any[];
|
|
19
19
|
/** An array containing the values that will be selected after this event */
|
|
20
|
+
newValue: any[];
|
|
21
|
+
/** An array containing the items that are currently selected */
|
|
22
|
+
oldSelection: any[];
|
|
23
|
+
/** An array containing the items that will be selected after this event */
|
|
20
24
|
newSelection: any[];
|
|
21
|
-
/** An array containing the
|
|
25
|
+
/** An array containing the items that will be added to the selection (if any) */
|
|
22
26
|
added: any[];
|
|
23
|
-
/** An array containing the
|
|
27
|
+
/** An array containing the items that will be removed from the selection (if any) */
|
|
24
28
|
removed: any[];
|
|
25
29
|
/** The text that will be displayed in the combo text box */
|
|
26
30
|
displayText: string;
|
|
@@ -97,10 +101,6 @@ export declare class IgxComboComponent extends IgxComboBaseDirective implements
|
|
|
97
101
|
selectionChanging: EventEmitter<IComboSelectionChangingEventArgs>;
|
|
98
102
|
/** @hidden @internal */
|
|
99
103
|
dropdown: IgxComboDropDownComponent;
|
|
100
|
-
/**
|
|
101
|
-
* @hidden @internal
|
|
102
|
-
*/
|
|
103
|
-
get inputEmpty(): boolean;
|
|
104
104
|
/** @hidden @internal */
|
|
105
105
|
get filteredData(): any[] | null;
|
|
106
106
|
/** @hidden @internal */
|
|
@@ -204,10 +204,12 @@ export declare class IgxComboComponent extends IgxComboBaseDirective implements
|
|
|
204
204
|
handleOpened(): void;
|
|
205
205
|
/** @hidden @internal */
|
|
206
206
|
focusSearchInput(opening?: boolean): void;
|
|
207
|
-
protected setSelection(
|
|
207
|
+
protected setSelection(selection: Set<any>, event?: Event): void;
|
|
208
208
|
protected createDisplayText(newSelection: any[], oldSelection: any[]): string;
|
|
209
209
|
/** Returns a string that should be populated in the combo's text box */
|
|
210
210
|
private concatDisplayText;
|
|
211
211
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxComboComponent, [null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
212
212
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxComboComponent, "igx-combo", never, { "autoFocusSearch": { "alias": "autoFocusSearch"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; }, { "selectionChanging": "selectionChanging"; }, never, ["[igxLabel]", "igx-prefix", "igx-hint, [igxHint]", "igx-suffix"], true, never>;
|
|
213
|
+
static ngAcceptInputType_autoFocusSearch: unknown;
|
|
214
|
+
static ngAcceptInputType_filterable: unknown;
|
|
213
215
|
}
|
|
@@ -222,4 +222,5 @@ export declare abstract class PickerBaseDirective extends DisplayDensityBase imp
|
|
|
222
222
|
abstract getEditElement(): HTMLInputElement;
|
|
223
223
|
static ɵfac: i0.ɵɵFactoryDeclaration<PickerBaseDirective, [null, null, { optional: true; }, { optional: true; }]>;
|
|
224
224
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PickerBaseDirective, never, never, { "inputFormat": { "alias": "inputFormat"; "required": false; }; "displayFormat": { "alias": "displayFormat"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "overlaySettings": { "alias": "overlaySettings"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "weekStart": { "alias": "weekStart"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "type": { "alias": "type"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, { "opening": "opening"; "opened": "opened"; "closing": "closing"; "closed": "closed"; }, ["toggleComponents", "prefixes", "suffixes"], never, false, never>;
|
|
225
|
+
static ngAcceptInputType_disabled: unknown;
|
|
225
226
|
}
|
|
@@ -415,4 +415,8 @@ export declare class IgxDatePickerComponent extends PickerBaseDirective implemen
|
|
|
415
415
|
private setCalendarViewDate;
|
|
416
416
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDatePickerComponent, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
417
417
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDatePickerComponent, "igx-date-picker", never, { "hideOutsideDays": { "alias": "hideOutsideDays"; "required": false; }; "displayMonthsCount": { "alias": "displayMonthsCount"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "headerOrientation": { "alias": "headerOrientation"; "required": false; }; "todayButtonLabel": { "alias": "todayButtonLabel"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; "spinLoop": { "alias": "spinLoop"; "required": false; }; "spinDelta": { "alias": "spinDelta"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "id": { "alias": "id"; "required": false; }; "formatViews": { "alias": "formatViews"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "specialDates": { "alias": "specialDates"; "required": false; }; "calendarFormat": { "alias": "calendarFormat"; "required": false; }; "value": { "alias": "value"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "valueChange": "valueChange"; "validationFailed": "validationFailed"; }, ["label", "headerTemplate", "subheaderTemplate", "pickerActions", "clearComponents"], ["[igxLabel]", "igx-prefix,[igxPrefix]", "igx-suffix,[igxSuffix]", "igx-hint,[igxHint]"], true, never>;
|
|
418
|
+
static ngAcceptInputType_hideOutsideDays: unknown;
|
|
419
|
+
static ngAcceptInputType_showWeekNumbers: unknown;
|
|
420
|
+
static ngAcceptInputType_spinLoop: unknown;
|
|
421
|
+
static ngAcceptInputType_readOnly: unknown;
|
|
418
422
|
}
|
|
@@ -360,4 +360,6 @@ export declare class IgxDateRangePickerComponent extends PickerBaseDirective imp
|
|
|
360
360
|
private _initializeCalendarContainer;
|
|
361
361
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDateRangePickerComponent, [null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
362
362
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDateRangePickerComponent, "igx-date-range-picker", never, { "displayMonthsCount": { "alias": "displayMonthsCount"; "required": false; }; "hideOutsideDays": { "alias": "hideOutsideDays"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "doneButtonText": { "alias": "doneButtonText"; "required": false; }; "overlaySettings": { "alias": "overlaySettings"; "required": false; }; "displayFormat": { "alias": "displayFormat"; "required": false; }; "inputFormat": { "alias": "inputFormat"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, ["label", "pickerActions", "dateSeparatorTemplate", "projectedInputs"], ["igx-date-single", "igx-date-range-start", "igx-date-range-end", "[igxLabel]", "igx-prefix,[igxPrefix]", "igx-suffix,[igxSuffix]", "igx-hint,[igxHint]"], true, never>;
|
|
363
|
+
static ngAcceptInputType_hideOutsideDays: unknown;
|
|
364
|
+
static ngAcceptInputType_showWeekNumbers: unknown;
|
|
363
365
|
}
|
|
@@ -385,6 +385,11 @@ export declare class IgxDialogComponent implements IToggleView, OnInit, OnDestro
|
|
|
385
385
|
private emitOpenedFromDialog;
|
|
386
386
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDialogComponent, [null, { optional: true; }]>;
|
|
387
387
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDialogComponent, "igx-dialog", never, { "id": { "alias": "id"; "required": false; }; "isModal": { "alias": "isModal"; "required": false; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; }; "focusTrap": { "alias": "focusTrap"; "required": false; }; "title": { "alias": "title"; "required": false; }; "message": { "alias": "message"; "required": false; }; "leftButtonLabel": { "alias": "leftButtonLabel"; "required": false; }; "leftButtonType": { "alias": "leftButtonType"; "required": false; }; "leftButtonColor": { "alias": "leftButtonColor"; "required": false; }; "leftButtonBackgroundColor": { "alias": "leftButtonBackgroundColor"; "required": false; }; "leftButtonRipple": { "alias": "leftButtonRipple"; "required": false; }; "rightButtonLabel": { "alias": "rightButtonLabel"; "required": false; }; "rightButtonType": { "alias": "rightButtonType"; "required": false; }; "rightButtonColor": { "alias": "rightButtonColor"; "required": false; }; "rightButtonBackgroundColor": { "alias": "rightButtonBackgroundColor"; "required": false; }; "rightButtonRipple": { "alias": "rightButtonRipple"; "required": false; }; "closeOnOutsideSelect": { "alias": "closeOnOutsideSelect"; "required": false; }; "positionSettings": { "alias": "positionSettings"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "role": { "alias": "role"; "required": false; }; "titleId": { "alias": "titleId"; "required": false; }; }, { "opening": "opening"; "opened": "opened"; "closing": "closing"; "closed": "closed"; "leftButtonSelect": "leftButtonSelect"; "rightButtonSelect": "rightButtonSelect"; "isOpenChange": "isOpenChange"; }, never, ["igx-dialog-title,[igxDialogTitle]", "*", "igx-dialog-actions,[igxDialogActions]"], true, never>;
|
|
388
|
+
static ngAcceptInputType_isModal: unknown;
|
|
389
|
+
static ngAcceptInputType_closeOnEscape: unknown;
|
|
390
|
+
static ngAcceptInputType_focusTrap: unknown;
|
|
391
|
+
static ngAcceptInputType_closeOnOutsideSelect: unknown;
|
|
392
|
+
static ngAcceptInputType_isOpen: unknown;
|
|
388
393
|
}
|
|
389
394
|
export interface IDialogEventArgs extends IBaseEventArgs {
|
|
390
395
|
dialog: IgxDialogComponent;
|
|
@@ -174,4 +174,5 @@ export declare class IgxAutocompleteDirective extends IgxDropDownItemNavigationD
|
|
|
174
174
|
private highlightFirstItem;
|
|
175
175
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxAutocompleteDirective, [{ optional: true; self: true; }, { optional: true; self: true; }, { optional: true; }, null, null]>;
|
|
176
176
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxAutocompleteDirective, "[igxAutocomplete]", ["igxAutocomplete"], { "target": { "alias": "igxAutocomplete"; "required": false; }; "autocompleteSettings": { "alias": "igxAutocompleteSettings"; "required": false; }; "disabled": { "alias": "igxAutocompleteDisabled"; "required": false; }; }, { "selectionChanging": "selectionChanging"; }, never, never, true, never>;
|
|
177
|
+
static ngAcceptInputType_disabled: unknown;
|
|
177
178
|
}
|
|
@@ -37,7 +37,6 @@ export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
|
37
37
|
private _renderer;
|
|
38
38
|
protected _displayDensityOptions: IDisplayDensityOptions;
|
|
39
39
|
private static ngAcceptInputType_type;
|
|
40
|
-
private static ngAcceptInputType_disabled;
|
|
41
40
|
/**
|
|
42
41
|
* Called when the button is clicked.
|
|
43
42
|
*/
|
|
@@ -61,11 +60,6 @@ export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
|
61
60
|
* @internal
|
|
62
61
|
*/
|
|
63
62
|
_cssClass: string;
|
|
64
|
-
/**
|
|
65
|
-
* @hidden
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
_disabled: boolean;
|
|
69
63
|
/**
|
|
70
64
|
* @hidden
|
|
71
65
|
* @internal
|
|
@@ -149,23 +143,14 @@ export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
|
149
143
|
*/
|
|
150
144
|
set label(value: string);
|
|
151
145
|
/**
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
/**
|
|
161
|
-
* Enables/disables the button.
|
|
162
|
-
*
|
|
163
|
-
* @example
|
|
164
|
-
* ```html
|
|
165
|
-
* <button type="button" igxButton="fab" [disabled]="true"></button>
|
|
166
|
-
* ```
|
|
167
|
-
*/
|
|
168
|
-
set disabled(val: boolean);
|
|
146
|
+
* Enables/disables the button.
|
|
147
|
+
*
|
|
148
|
+
* @example
|
|
149
|
+
* ```html
|
|
150
|
+
* <button igxButton="fab" disabled></button>
|
|
151
|
+
* ```
|
|
152
|
+
*/
|
|
153
|
+
disabled: boolean;
|
|
169
154
|
/**
|
|
170
155
|
* @hidden
|
|
171
156
|
* @internal
|
|
@@ -213,6 +198,8 @@ export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
|
213
198
|
deselect(): void;
|
|
214
199
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxButtonDirective, [null, null, { optional: true; }]>;
|
|
215
200
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxButtonDirective, "[igxButton]", never, { "selected": { "alias": "selected"; "required": false; }; "type": { "alias": "igxButton"; "required": false; }; "color": { "alias": "igxButtonColor"; "required": false; }; "background": { "alias": "igxButtonBackground"; "required": false; }; "label": { "alias": "igxLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "buttonClick": "buttonClick"; "buttonSelected": "buttonSelected"; }, never, never, true, never>;
|
|
201
|
+
static ngAcceptInputType_selected: unknown;
|
|
202
|
+
static ngAcceptInputType_disabled: unknown;
|
|
216
203
|
}
|
|
217
204
|
export interface IButtonEventArgs extends IBaseEventArgs {
|
|
218
205
|
button: IgxButtonDirective;
|
|
@@ -237,4 +237,5 @@ export declare class IgxDateTimeEditorDirective extends IgxMaskDirective impleme
|
|
|
237
237
|
private getNewPosition;
|
|
238
238
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDateTimeEditorDirective, never>;
|
|
239
239
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxDateTimeEditorDirective, "[igxDateTimeEditor]", ["igxDateTimeEditor"], { "locale": { "alias": "locale"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "spinLoop": { "alias": "spinLoop"; "required": false; }; "displayFormat": { "alias": "displayFormat"; "required": false; }; "inputFormat": { "alias": "igxDateTimeEditor"; "required": false; }; "value": { "alias": "value"; "required": false; }; "spinDelta": { "alias": "spinDelta"; "required": false; }; }, { "valueChange": "valueChange"; "validationFailed": "validationFailed"; }, never, never, true, never>;
|
|
240
|
+
static ngAcceptInputType_spinLoop: unknown;
|
|
240
241
|
}
|
|
@@ -80,4 +80,6 @@ export declare class IgxDividerDirective {
|
|
|
80
80
|
get isSolid(): boolean;
|
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDividerDirective, never>;
|
|
82
82
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxDividerDirective, "igx-divider", never, { "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; "type": { "alias": "type"; "required": false; }; "middle": { "alias": "middle"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "_inset": { "alias": "inset"; "required": false; }; }, {}, never, never, true, never>;
|
|
83
|
+
static ngAcceptInputType_middle: unknown;
|
|
84
|
+
static ngAcceptInputType_vertical: unknown;
|
|
83
85
|
}
|
|
@@ -618,6 +618,7 @@ export declare class IgxDragDirective implements AfterContentInit, OnDestroy {
|
|
|
618
618
|
protected onScrollContainer(): void;
|
|
619
619
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDragDirective, never>;
|
|
620
620
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxDragDirective, "[igxDrag]", ["drag"], { "data": { "alias": "igxDrag"; "required": false; }; "dragTolerance": { "alias": "dragTolerance"; "required": false; }; "dragDirection": { "alias": "dragDirection"; "required": false; }; "dragChannel": { "alias": "dragChannel"; "required": false; }; "ghost": { "alias": "ghost"; "required": false; }; "ghostClass": { "alias": "ghostClass"; "required": false; }; "ghostStyle": { "alias": "ghostStyle"; "required": false; }; "ghostTemplate": { "alias": "ghostTemplate"; "required": false; }; "ghostHost": { "alias": "ghostHost"; "required": false; }; "scrollContainer": { "alias": "scrollContainer"; "required": false; }; "ghostOffsetX": { "alias": "ghostOffsetX"; "required": false; }; "ghostOffsetY": { "alias": "ghostOffsetY"; "required": false; }; }, { "dragStart": "dragStart"; "dragMove": "dragMove"; "dragEnd": "dragEnd"; "dragClick": "dragClick"; "ghostCreate": "ghostCreate"; "ghostDestroy": "ghostDestroy"; "transitioned": "transitioned"; }, ["dragHandles", "dragIgnoredElems"], never, true, never>;
|
|
621
|
+
static ngAcceptInputType_ghost: unknown;
|
|
621
622
|
}
|
|
622
623
|
export declare class IgxDropDirective implements OnInit, OnDestroy {
|
|
623
624
|
element: ElementRef;
|
|
@@ -52,4 +52,5 @@ export declare class IgxFocusDirective {
|
|
|
52
52
|
trigger(): void;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxFocusDirective, [null, { optional: true; self: true; }, { optional: true; self: true; }]>;
|
|
54
54
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxFocusDirective, "[igxFocus]", ["igxFocus"], { "focused": { "alias": "igxFocus"; "required": false; }; }, {}, never, never, true, never>;
|
|
55
|
+
static ngAcceptInputType_focused: unknown;
|
|
55
56
|
}
|
|
@@ -30,4 +30,5 @@ export declare class IgxFocusTrapDirective implements AfterViewInit, OnDestroy {
|
|
|
30
30
|
private getFocusedElement;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxFocusTrapDirective, never>;
|
|
32
32
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxFocusTrapDirective, "[igxFocusTrap]", never, { "focusTrap": { "alias": "igxFocusTrap"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
|
+
static ngAcceptInputType_focusTrap: unknown;
|
|
33
34
|
}
|
|
@@ -571,4 +571,6 @@ export declare class IgxGridForOfDirective<T, U extends T[] = T[]> extends IgxFo
|
|
|
571
571
|
protected _calcMaxChunkSize(): number;
|
|
572
572
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridForOfDirective<any, any>, never>;
|
|
573
573
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxGridForOfDirective<any, any>, "[igxGridFor][igxGridForOf]", never, { "igxGridForOf": { "alias": "igxGridForOf"; "required": false; }; "igxGridForOfUniqueSizeCache": { "alias": "igxGridForOfUniqueSizeCache"; "required": false; }; "igxGridForOfVariableSizes": { "alias": "igxGridForOfVariableSizes"; "required": false; }; }, { "dataChanging": "dataChanging"; }, never, never, true, never>;
|
|
574
|
+
static ngAcceptInputType_igxGridForOfUniqueSizeCache: unknown;
|
|
575
|
+
static ngAcceptInputType_igxGridForOfVariableSizes: unknown;
|
|
574
576
|
}
|
|
@@ -35,8 +35,6 @@ export declare class IgxInputDirective implements AfterViewInit, OnDestroy {
|
|
|
35
35
|
protected element: ElementRef<HTMLInputElement>;
|
|
36
36
|
protected cdr: ChangeDetectorRef;
|
|
37
37
|
protected renderer: Renderer2;
|
|
38
|
-
private static ngAcceptInputType_required;
|
|
39
|
-
private static ngAcceptInputType_disabled;
|
|
40
38
|
/**
|
|
41
39
|
* Sets/gets whether the `"igx-input-group__input"` class is added to the host element.
|
|
42
40
|
* Default value is `false`.
|
|
@@ -269,4 +267,6 @@ export declare class IgxInputDirective implements AfterViewInit, OnDestroy {
|
|
|
269
267
|
get type(): string;
|
|
270
268
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxInputDirective, [null, { optional: true; self: true; }, { optional: true; self: true; }, null, null, null]>;
|
|
271
269
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxInputDirective, "[igxInput]", ["igxInput"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, never, true, never>;
|
|
270
|
+
static ngAcceptInputType_disabled: unknown;
|
|
271
|
+
static ngAcceptInputType_required: unknown;
|
|
272
272
|
}
|
|
@@ -111,6 +111,7 @@ export declare class IgxLayoutDirective {
|
|
|
111
111
|
get direction(): "row" | "column" | "row-reverse" | "column-reverse";
|
|
112
112
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxLayoutDirective, never>;
|
|
113
113
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxLayoutDirective, "[igxLayout]", never, { "dir": { "alias": "igxLayoutDir"; "required": false; }; "reverse": { "alias": "igxLayoutReverse"; "required": false; }; "wrap": { "alias": "igxLayoutWrap"; "required": false; }; "justify": { "alias": "igxLayoutJustify"; "required": false; }; "itemAlign": { "alias": "igxLayoutItemAlign"; "required": false; }; }, {}, never, never, true, never>;
|
|
114
|
+
static ngAcceptInputType_reverse: unknown;
|
|
114
115
|
}
|
|
115
116
|
export declare class IgxFlexDirective {
|
|
116
117
|
/**
|
|
@@ -132,6 +132,7 @@ export declare class IgxMaskDirective implements OnInit, AfterViewChecked, Contr
|
|
|
132
132
|
private showDisplayValue;
|
|
133
133
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxMaskDirective, never>;
|
|
134
134
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxMaskDirective, "[igxMask]", ["igxMask"], { "mask": { "alias": "igxMask"; "required": false; }; "promptChar": { "alias": "promptChar"; "required": false; }; "includeLiterals": { "alias": "includeLiterals"; "required": false; }; "displayValuePipe": { "alias": "displayValuePipe"; "required": false; }; "focusedValuePipe": { "alias": "focusedValuePipe"; "required": false; }; }, { "valueChanged": "valueChanged"; }, never, never, true, never>;
|
|
135
|
+
static ngAcceptInputType_includeLiterals: unknown;
|
|
135
136
|
}
|
|
136
137
|
/**
|
|
137
138
|
* The IgxMaskModule provides the {@link IgxMaskDirective} inside your application.
|