igniteui-angular 17.1.0-beta.3 → 17.1.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.
Files changed (77) hide show
  1. package/esm2022/lib/avatar/avatar.component.mjs +3 -3
  2. package/esm2022/lib/badge/badge.component.mjs +2 -2
  3. package/esm2022/lib/banner/banner.component.mjs +1 -1
  4. package/esm2022/lib/calendar/calendar-base.mjs +3 -3
  5. package/esm2022/lib/calendar/calendar.component.mjs +22 -22
  6. package/esm2022/lib/calendar/calendar.mjs +9 -23
  7. package/esm2022/lib/calendar/days-view/daysview-navigation.service.mjs +2 -3
  8. package/esm2022/lib/calendar/month-picker/month-picker.component.mjs +3 -3
  9. package/esm2022/lib/calendar/years-view/years-view.component.mjs +3 -2
  10. package/esm2022/lib/card/card.component.mjs +3 -3
  11. package/esm2022/lib/carousel/carousel-base.mjs +2 -7
  12. package/esm2022/lib/carousel/carousel.component.mjs +5 -8
  13. package/esm2022/lib/carousel/enums.mjs +11 -0
  14. package/esm2022/lib/carousel/public_api.mjs +3 -2
  15. package/esm2022/lib/carousel/slide.component.mjs +1 -1
  16. package/esm2022/lib/checkbox/checkbox.component.mjs +2 -2
  17. package/esm2022/lib/chips/chip.component.mjs +2 -2
  18. package/esm2022/lib/combo/combo.common.mjs +7 -15
  19. package/esm2022/lib/core/selection.mjs +8 -1
  20. package/esm2022/lib/core/touch-annotations.mjs +5 -0
  21. package/esm2022/lib/core/touch.mjs +14 -9
  22. package/esm2022/lib/data-operations/data-util.mjs +2 -2
  23. package/esm2022/lib/date-common/types.mjs +3 -3
  24. package/esm2022/lib/directives/button/button-base.mjs +2 -2
  25. package/esm2022/lib/directives/button/button.directive.mjs +2 -2
  26. package/esm2022/lib/directives/divider/divider.directive.mjs +2 -2
  27. package/esm2022/lib/directives/mask/mask.directive.mjs +1 -1
  28. package/esm2022/lib/directives/text-highlight/text-highlight.service.mjs +7 -1
  29. package/esm2022/lib/drop-down/drop-down.common.mjs +3 -3
  30. package/esm2022/lib/drop-down/drop-down.component.mjs +3 -3
  31. package/esm2022/lib/expansion-panel/expansion-panel-header.component.mjs +2 -2
  32. package/esm2022/lib/expansion-panel/expansion-panel.common.mjs +2 -2
  33. package/esm2022/lib/grids/cell.component.mjs +1 -1
  34. package/esm2022/lib/grids/columns/column.component.mjs +2 -2
  35. package/esm2022/lib/grids/common/grid.interface.mjs +1 -1
  36. package/esm2022/lib/grids/grid-base.directive.mjs +3 -2
  37. package/esm2022/lib/grids/hierarchical-grid/row-island.component.mjs +40 -11
  38. package/esm2022/lib/grids/state.directive.mjs +5 -2
  39. package/esm2022/lib/input-group/input-group.component.mjs +2 -2
  40. package/esm2022/lib/input-group/inputGroupType.mjs +3 -3
  41. package/esm2022/lib/navigation-drawer/navigation-drawer.component.mjs +1 -1
  42. package/esm2022/lib/progressbar/progressbar.component.mjs +3 -3
  43. package/esm2022/lib/select/select.component.mjs +1 -9
  44. package/esm2022/lib/services/direction/directionality.mjs +2 -2
  45. package/esm2022/lib/splitter/splitter.component.mjs +3 -3
  46. package/esm2022/lib/stepper/step/step.component.mjs +3 -2
  47. package/esm2022/lib/stepper/stepper.common.mjs +3 -3
  48. package/esm2022/lib/stepper/stepper.component.mjs +1 -1
  49. package/esm2022/lib/tabs/tabs/tabs.component.mjs +11 -18
  50. package/esm2022/lib/time-picker/time-picker.directives.mjs +2 -2
  51. package/esm2022/lib/tree/common.mjs +4 -4
  52. package/fesm2022/igniteui-angular.mjs +305 -290
  53. package/fesm2022/igniteui-angular.mjs.map +1 -1
  54. package/lib/calendar/calendar.d.ts +1 -1
  55. package/lib/calendar/years-view/years-view.component.d.ts +1 -1
  56. package/lib/carousel/carousel-base.d.ts +1 -6
  57. package/lib/carousel/carousel.component.d.ts +3 -7
  58. package/lib/carousel/enums.d.ts +11 -0
  59. package/lib/carousel/public_api.d.ts +2 -1
  60. package/lib/combo/combo.common.d.ts +1 -1
  61. package/lib/core/selection.d.ts +5 -0
  62. package/lib/core/touch-annotations.d.ts +59 -0
  63. package/lib/core/touch.d.ts +2 -1
  64. package/lib/directives/text-highlight/text-highlight.service.d.ts +4 -0
  65. package/lib/grids/common/grid.interface.d.ts +3 -0
  66. package/lib/grids/hierarchical-grid/row-island.component.d.ts +25 -5
  67. package/lib/grids/state.directive.d.ts +3 -0
  68. package/lib/select/select.component.d.ts +0 -4
  69. package/lib/splitter/splitter.component.d.ts +1 -1
  70. package/lib/stepper/stepper.common.d.ts +2 -1
  71. package/lib/stepper/stepper.component.d.ts +2 -1
  72. package/package.json +14 -5
  73. package/schematics/interfaces/options.d.ts +1 -0
  74. package/schematics/ng-add/index.spec.js +36 -11
  75. package/schematics/ng-add/schema.json +6 -0
  76. package/schematics/tsconfig.tsbuildinfo +1 -1
  77. package/schematics/utils/dependency-handler.js +12 -7
@@ -11,7 +11,7 @@ import * as i1 from '@angular/animations';
11
11
  import { style, animate, useAnimation, trigger, transition } from '@angular/animations';
12
12
  import { scaleInVerTop, scaleOutVerTop, AnimationUtil, fadeIn, fadeOut, slideInTop, slideOutTop, slideInBottom, slideOutBottom, scaleInHorRight, scaleOutHorRight, scaleInHorLeft, scaleOutHorLeft, scaleInVerBottom, scaleOutVerBottom, scaleInCenter, growVerIn, growVerOut, slideInRight, slideInLeft } from 'igniteui-angular/animations';
13
13
  import * as i1$1 from '@angular/platform-browser';
14
- import { HammerGestureConfig, HAMMER_GESTURE_CONFIG, ɵgetDOM as _getDOM } from '@angular/platform-browser';
14
+ import { ɵgetDOM as _getDOM, HammerGestureConfig, HAMMER_GESTURE_CONFIG } from '@angular/platform-browser';
15
15
  import * as i2 from '@angular/common/http';
16
16
  import { addRow, addChild, pinLeft, unpinLeft, jumpDown, jumpUp, caseSensitive, editor } from '@igniteui/material-icons-extended';
17
17
  import { __decorate, __param } from 'tslib';
@@ -1049,7 +1049,7 @@ class CachedDataCloneStrategy {
1049
1049
  /**
1050
1050
  * @hidden
1051
1051
  */
1052
- const DataType = mkenum({
1052
+ const DataType = /*@__PURE__*/ mkenum({
1053
1053
  String: 'string',
1054
1054
  Number: 'number',
1055
1055
  Boolean: 'boolean',
@@ -7073,6 +7073,12 @@ class IgxTextHighlightService {
7073
7073
  });
7074
7074
  this.onActiveElementChanged.emit(groupName);
7075
7075
  }
7076
+ /**
7077
+ * Destroys a highlight group.
7078
+ */
7079
+ destroyGroup(groupName) {
7080
+ this.highlightGroupsMap.delete(groupName);
7081
+ }
7076
7082
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: IgxTextHighlightService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7077
7083
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: IgxTextHighlightService, providedIn: 'root' }); }
7078
7084
  }
@@ -7092,12 +7098,12 @@ var Navigate;
7092
7098
  Navigate[Navigate["Down"] = 1] = "Down";
7093
7099
  })(Navigate || (Navigate = {}));
7094
7100
  /** Key actions that have designated handlers in IgxDropDownComponent */
7095
- const DropDownActionKey = mkenum({
7101
+ const DropDownActionKey = /*@__PURE__*/ mkenum({
7096
7102
  ESCAPE: 'escape',
7097
7103
  ENTER: 'enter',
7098
7104
  SPACE: 'space'
7099
7105
  });
7100
- const IGX_DROPDOWN_BASE = new InjectionToken('IgxDropDownBaseToken');
7106
+ const IGX_DROPDOWN_BASE = /*@__PURE__*/ new InjectionToken('IgxDropDownBaseToken');
7101
7107
 
7102
7108
  /**
7103
7109
  * Defines the possible values of the components' display density.
@@ -8301,7 +8307,7 @@ const InputResourceStringsEN = {
8301
8307
  igx_input_file_placeholder: 'No file chosen',
8302
8308
  };
8303
8309
 
8304
- const IgxBaseButtonType = mkenum({
8310
+ const IgxBaseButtonType = /*@__PURE__*/ mkenum({
8305
8311
  Flat: 'flat',
8306
8312
  Contained: 'contained',
8307
8313
  Outlined: 'outlined'
@@ -8384,7 +8390,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
8384
8390
  args: ['attr.disabled']
8385
8391
  }] } });
8386
8392
 
8387
- const IgxButtonType = mkenum({
8393
+ const IgxButtonType = /*@__PURE__*/ mkenum({
8388
8394
  ...IgxBaseButtonType,
8389
8395
  FAB: 'fab'
8390
8396
  });
@@ -8605,7 +8611,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
8605
8611
  args: ['style.--component-size']
8606
8612
  }] } });
8607
8613
 
8608
- const IgxInputGroupEnum = mkenum({
8614
+ const IgxInputGroupEnum = /*@__PURE__*/ mkenum({
8609
8615
  Line: 'line',
8610
8616
  Box: 'box',
8611
8617
  Border: 'border',
@@ -8615,7 +8621,7 @@ const IgxInputGroupEnum = mkenum({
8615
8621
  * Defines the InputGroupType DI token.
8616
8622
  */
8617
8623
  // Should this go trough Interface https://angular.io/api/core/InjectionToken
8618
- const IGX_INPUT_GROUP_TYPE = new InjectionToken('InputGroupType');
8624
+ const IGX_INPUT_GROUP_TYPE = /*@__PURE__*/ new InjectionToken('InputGroupType');
8619
8625
 
8620
8626
  /**
8621
8627
  * **Ignite UI for Angular Icon Service** -
@@ -9064,7 +9070,7 @@ function changei18n(resourceStrings) {
9064
9070
  igxI18N.instance().changei18n(resourceStrings);
9065
9071
  }
9066
9072
 
9067
- const IgxInputGroupTheme = mkenum({
9073
+ const IgxInputGroupTheme = /*@__PURE__*/ mkenum({
9068
9074
  Material: 'material',
9069
9075
  Fluent: 'fluent',
9070
9076
  Bootstrap: 'bootstrap',
@@ -9870,7 +9876,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
9870
9876
  args: ['keydown.Shift.Tab']
9871
9877
  }] } });
9872
9878
 
9873
- const IgxDividerType = mkenum({
9879
+ const IgxDividerType = /*@__PURE__*/ mkenum({
9874
9880
  SOLID: 'solid',
9875
9881
  DASHED: 'dashed'
9876
9882
  });
@@ -15418,7 +15424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
15418
15424
  args: ['mousedown', ['$event']]
15419
15425
  }] } });
15420
15426
 
15421
- const LabelPosition = mkenum({
15427
+ const LabelPosition = /*@__PURE__*/ mkenum({
15422
15428
  BEFORE: 'before',
15423
15429
  AFTER: 'after'
15424
15430
  });
@@ -16170,7 +16176,7 @@ function DIR_DOCUMENT_FACTORY() {
16170
16176
  *
16171
16177
  * @hidden
16172
16178
  */
16173
- const DIR_DOCUMENT = new InjectionToken('dir-doc', {
16179
+ const DIR_DOCUMENT = /*@__PURE__*/ new InjectionToken('dir-doc', {
16174
16180
  providedIn: 'root',
16175
16181
  factory: DIR_DOCUMENT_FACTORY
16176
16182
  });
@@ -20476,7 +20482,7 @@ class GroupedRecords extends Array {
20476
20482
  }
20477
20483
 
20478
20484
  /** @hidden */
20479
- const IGX_EXPANSION_PANEL_COMPONENT = new InjectionToken('IgxExpansionPanelToken');
20485
+ const IGX_EXPANSION_PANEL_COMPONENT = /*@__PURE__*/ new InjectionToken('IgxExpansionPanelToken');
20480
20486
  class HeaderContentBaseDirective {
20481
20487
  constructor(element) {
20482
20488
  this.element = element;
@@ -20695,7 +20701,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
20695
20701
  /**
20696
20702
  * @hidden
20697
20703
  */
20698
- const ExpansionPanelHeaderIconPosition = mkenum({
20704
+ const ExpansionPanelHeaderIconPosition = /*@__PURE__*/ mkenum({
20699
20705
  LEFT: 'left',
20700
20706
  NONE: 'none',
20701
20707
  RIGHT: 'right'
@@ -21868,6 +21874,13 @@ class IgxSelectionAPIService {
21868
21874
  clear(componentID) {
21869
21875
  this.selection.set(componentID, this.get_empty());
21870
21876
  }
21877
+ /**
21878
+ * Removes selection for a component.
21879
+ * @param componentID
21880
+ */
21881
+ delete(componentID) {
21882
+ this.selection.delete(componentID);
21883
+ }
21871
21884
  /**
21872
21885
  * Get current component selection length.
21873
21886
  *
@@ -22881,8 +22894,8 @@ class IgxDropDownComponent extends IgxDropDownBaseDirective {
22881
22894
  ngOnDestroy() {
22882
22895
  this.destroy$.next(true);
22883
22896
  this.destroy$.complete();
22884
- this.selection.clear(this.id);
22885
- this.selection.clear(`${this.id}-active`);
22897
+ this.selection.delete(this.id);
22898
+ this.selection.delete(`${this.id}-active`);
22886
22899
  }
22887
22900
  /** @hidden @internal */
22888
22901
  calculateScrollPosition(item) {
@@ -26628,12 +26641,12 @@ const IGX_GRID_ACTION_STRIP_DIRECTIVES = [
26628
26641
  ];
26629
26642
 
26630
26643
  let NEXT_ID$o = 0;
26631
- const IgxAvatarSize = mkenum({
26644
+ const IgxAvatarSize = /*@__PURE__*/ mkenum({
26632
26645
  SMALL: 'small',
26633
26646
  MEDIUM: 'medium',
26634
26647
  LARGE: 'large'
26635
26648
  });
26636
- const IgxAvatarType = mkenum({
26649
+ const IgxAvatarType = /*@__PURE__*/ mkenum({
26637
26650
  INITIALS: 'initials',
26638
26651
  IMAGE: 'image',
26639
26652
  ICON: 'icon',
@@ -26924,7 +26937,7 @@ let NEXT_ID$n = 0;
26924
26937
  /**
26925
26938
  * Determines the igxBadge type
26926
26939
  */
26927
- const IgxBadgeType = mkenum({
26940
+ const IgxBadgeType = /*@__PURE__*/ mkenum({
26928
26941
  PRIMARY: 'primary',
26929
26942
  INFO: 'info',
26930
26943
  SUCCESS: 'success',
@@ -28108,30 +28121,16 @@ var DateRangeType;
28108
28121
  /**
28109
28122
  * Sets the selection type - single, multi or range.
28110
28123
  */
28111
- const CalendarSelection = mkenum({
28124
+ const CalendarSelection = /*@__PURE__*/ mkenum({
28112
28125
  SINGLE: 'single',
28113
28126
  MULTI: 'multi',
28114
28127
  RANGE: 'range'
28115
28128
  });
28116
- var ScrollMonth;
28117
- (function (ScrollMonth) {
28118
- ScrollMonth["PREV"] = "prev";
28119
- ScrollMonth["NEXT"] = "next";
28120
- ScrollMonth["NONE"] = "none";
28121
- })(ScrollMonth || (ScrollMonth = {}));
28122
- const IgxCalendarView = mkenum({
28129
+ const IgxCalendarView = /*@__PURE__*/ mkenum({
28123
28130
  Month: 'month',
28124
28131
  Year: 'year',
28125
28132
  Decade: 'decade'
28126
28133
  });
28127
- /**
28128
- * @hidden
28129
- */
28130
- var TimeDeltaInterval;
28131
- (function (TimeDeltaInterval) {
28132
- TimeDeltaInterval["Month"] = "month";
28133
- TimeDeltaInterval["Year"] = "year";
28134
- })(TimeDeltaInterval || (TimeDeltaInterval = {}));
28135
28134
  const MDAYS = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
28136
28135
  const FEBRUARY = 1;
28137
28136
  const range = (start = 0, stop, step = 1) => {
@@ -28399,16 +28398,16 @@ class Calendar {
28399
28398
  return this.timedelta(date, interval, activeViewIdx);
28400
28399
  }
28401
28400
  getNextMonth(date) {
28402
- return this.timedelta(date, TimeDeltaInterval.Month, 1);
28401
+ return this.timedelta(date, "month" /* TimeDeltaInterval.Month */, 1);
28403
28402
  }
28404
28403
  getPrevMonth(date) {
28405
- return this.timedelta(date, TimeDeltaInterval.Month, -1);
28404
+ return this.timedelta(date, "month" /* TimeDeltaInterval.Month */, -1);
28406
28405
  }
28407
28406
  getNextYear(date) {
28408
- return this.timedelta(date, TimeDeltaInterval.Year, 1);
28407
+ return this.timedelta(date, "year" /* TimeDeltaInterval.Year */, 1);
28409
28408
  }
28410
28409
  getPrevYear(date) {
28411
- return this.timedelta(date, TimeDeltaInterval.Year, -1);
28410
+ return this.timedelta(date, "year" /* TimeDeltaInterval.Year */, -1);
28412
28411
  }
28413
28412
  getWeekNumber(date, weekStart) {
28414
28413
  // current year
@@ -28421,7 +28420,7 @@ class Calendar {
28421
28420
  const dayNumber = Math.floor((date.getTime() - yearStart.getTime() -
28422
28421
  (date.getTimezoneOffset() - yearStart.getTimezoneOffset()) * 60000) / dayInMilSeconds) + 1;
28423
28422
  let weekNumber;
28424
- // if 01 Jan is Monday to Thursday, is considered 1st week of the year
28423
+ // if 01 Jan is Monday to Thursday, is considered 1st week of the year
28425
28424
  // if 01 Jan starts Friday to Sunday, is considered last week of previous year
28426
28425
  if (firstDayOfTheYear < 4) {
28427
28426
  // when calculating the week number we add 1 for the 1st week
@@ -28438,7 +28437,7 @@ class Calendar {
28438
28437
  // first day of the next year
28439
28438
  let nextYearFirstDay = nextYear.getDay() - weekStart;
28440
28439
  nextYearFirstDay = nextYearFirstDay >= 0 ? nextYearFirstDay : nextYearFirstDay + 7;
28441
- // if 01 Jan of the next year is Monday to Thursday, is considered 1st week of the next year
28440
+ // if 01 Jan of the next year is Monday to Thursday, is considered 1st week of the next year
28442
28441
  // if 01 Jan is Friday to Sunday, is considered 53rd week of the current year
28443
28442
  weekNumber = nextYearFirstDay < 4 ? 1 : 53;
28444
28443
  }
@@ -28743,7 +28742,7 @@ class IgxCalendarBaseDirective {
28743
28742
  /**
28744
28743
  * @hidden
28745
28744
  */
28746
- this.monthScrollDirection = ScrollMonth.NONE;
28745
+ this.monthScrollDirection = "none" /* ScrollMonth.NONE */;
28747
28746
  /**
28748
28747
  * @hidden
28749
28748
  */
@@ -29645,11 +29644,163 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
29645
29644
  args: ['focusout']
29646
29645
  }] } });
29647
29646
 
29647
+ const EVENT_SUFFIX = 'precise';
29648
+ /**
29649
+ * Touch gestures manager based on Hammer.js
29650
+ * Use with caution, this will track references for single manager per element. Very TBD. Much TODO.
29651
+ *
29652
+ * @hidden
29653
+ */
29654
+ class HammerGesturesManager {
29655
+ static { this.Hammer = typeof window !== 'undefined' ? window.Hammer : null; }
29656
+ constructor(_zone, doc, platformUtil) {
29657
+ this._zone = _zone;
29658
+ this.doc = doc;
29659
+ this.platformUtil = platformUtil;
29660
+ /**
29661
+ * Event option defaults for each recognizer, see http://hammerjs.github.io/api/ for API listing.
29662
+ */
29663
+ this.hammerOptions = {};
29664
+ this._hammerManagers = [];
29665
+ this.platformBrowser = this.platformUtil.isBrowser;
29666
+ if (this.platformBrowser && HammerGesturesManager.Hammer) {
29667
+ this.hammerOptions = {
29668
+ // D.P. #447 Force TouchInput due to PointerEventInput bug (https://github.com/hammerjs/hammer.js/issues/1065)
29669
+ // see https://github.com/IgniteUI/igniteui-angular/issues/447#issuecomment-324601803
29670
+ inputClass: HammerGesturesManager.Hammer.TouchInput,
29671
+ recognizers: [
29672
+ [HammerGesturesManager.Hammer.Pan, { threshold: 0 }],
29673
+ [HammerGesturesManager.Hammer.Swipe, { direction: HammerGesturesManager.Hammer.DIRECTION_HORIZONTAL }],
29674
+ [HammerGesturesManager.Hammer.Tap],
29675
+ [HammerGesturesManager.Hammer.Tap, { event: 'doubletap', taps: 2 }, ['tap']]
29676
+ ]
29677
+ };
29678
+ }
29679
+ }
29680
+ supports(eventName) {
29681
+ return eventName.toLowerCase().endsWith('.' + EVENT_SUFFIX);
29682
+ }
29683
+ /**
29684
+ * Add listener extended with options for Hammer.js. Will use defaults if none are provided.
29685
+ * Modeling after other event plugins for easy future modifications.
29686
+ */
29687
+ addEventListener(element, eventName, eventHandler, options = null) {
29688
+ if (!this.platformBrowser) {
29689
+ return;
29690
+ }
29691
+ // Creating the manager bind events, must be done outside of angular
29692
+ return this._zone.runOutsideAngular(() => {
29693
+ if (!HammerGesturesManager.Hammer) {
29694
+ //no hammer
29695
+ return;
29696
+ }
29697
+ let mc = this.getManagerForElement(element);
29698
+ if (mc === null) {
29699
+ // new Hammer is a shortcut for Manager with defaults
29700
+ mc = new HammerGesturesManager.Hammer(element, Object.assign(this.hammerOptions, options));
29701
+ this.addManagerForElement(element, mc);
29702
+ }
29703
+ const handler = (eventObj) => this._zone.run(() => eventHandler(eventObj));
29704
+ mc.on(eventName, handler);
29705
+ return () => mc.off(eventName, handler);
29706
+ });
29707
+ }
29708
+ /**
29709
+ * Add listener extended with options for Hammer.js. Will use defaults if none are provided.
29710
+ * Modeling after other event plugins for easy future modifications.
29711
+ *
29712
+ * @param target Can be one of either window, body or document(fallback default).
29713
+ */
29714
+ addGlobalEventListener(target, eventName, eventHandler) {
29715
+ if (!this.platformBrowser || !HammerGesturesManager.Hammer) {
29716
+ return;
29717
+ }
29718
+ const element = this.getGlobalEventTarget(target);
29719
+ // Creating the manager bind events, must be done outside of angular
29720
+ return this.addEventListener(element, eventName, eventHandler);
29721
+ }
29722
+ /**
29723
+ * Exposes [Dom]Adapter.getGlobalEventTarget to get global event targets.
29724
+ * Supported: window, document, body. Defaults to document for invalid args.
29725
+ *
29726
+ * @param target Target name
29727
+ */
29728
+ getGlobalEventTarget(target) {
29729
+ return _getDOM().getGlobalEventTarget(this.doc, target);
29730
+ }
29731
+ /**
29732
+ * Set HammerManager options.
29733
+ *
29734
+ * @param element The DOM element used to create the manager on.
29735
+ *
29736
+ * ### Example
29737
+ *
29738
+ * ```ts
29739
+ * manager.setManagerOption(myElem, "pan", { pointers: 1 });
29740
+ * ```
29741
+ */
29742
+ setManagerOption(element, event, options) {
29743
+ const manager = this.getManagerForElement(element);
29744
+ manager.get(event).set(options);
29745
+ }
29746
+ /**
29747
+ * Add an element and manager map to the internal collection.
29748
+ *
29749
+ * @param element The DOM element used to create the manager on.
29750
+ */
29751
+ addManagerForElement(element, manager) {
29752
+ this._hammerManagers.push({ element, manager });
29753
+ }
29754
+ /**
29755
+ * Get HammerManager for the element or null
29756
+ *
29757
+ * @param element The DOM element used to create the manager on.
29758
+ */
29759
+ getManagerForElement(element) {
29760
+ const result = this._hammerManagers.filter(value => value.element === element);
29761
+ return result.length ? result[0].manager : null;
29762
+ }
29763
+ /**
29764
+ * Destroys the HammerManager for the element, removing event listeners in the process.
29765
+ *
29766
+ * @param element The DOM element used to create the manager on.
29767
+ */
29768
+ removeManagerForElement(element) {
29769
+ let index = null;
29770
+ for (let i = 0; i < this._hammerManagers.length; i++) {
29771
+ if (element === this._hammerManagers[i].element) {
29772
+ index = i;
29773
+ break;
29774
+ }
29775
+ }
29776
+ if (index !== null) {
29777
+ const item = this._hammerManagers.splice(index, 1)[0];
29778
+ // destroy also
29779
+ item.manager.destroy();
29780
+ }
29781
+ }
29782
+ /** Destroys all internally tracked HammerManagers, removing event listeners in the process. */
29783
+ destroy() {
29784
+ for (const item of this._hammerManagers) {
29785
+ item.manager.destroy();
29786
+ }
29787
+ this._hammerManagers = [];
29788
+ }
29789
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: HammerGesturesManager, deps: [{ token: i0.NgZone }, { token: DOCUMENT }, { token: PlatformUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
29790
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: HammerGesturesManager }); }
29791
+ }
29792
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: HammerGesturesManager, decorators: [{
29793
+ type: Injectable
29794
+ }], ctorParameters: () => [{ type: i0.NgZone }, { type: undefined, decorators: [{
29795
+ type: Inject,
29796
+ args: [DOCUMENT]
29797
+ }] }, { type: PlatformUtil }] });
29798
+
29648
29799
  class CalendarHammerConfig extends HammerGestureConfig {
29649
29800
  constructor() {
29650
29801
  super(...arguments);
29651
29802
  this.overrides = {
29652
- pan: { direction: Hammer.DIRECTION_VERTICAL, threshold: 1 }
29803
+ pan: { direction: HammerGesturesManager.Hammer?.DIRECTION_VERTICAL, threshold: 1 }
29653
29804
  };
29654
29805
  }
29655
29806
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: CalendarHammerConfig, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
@@ -30235,7 +30386,7 @@ class IgxDaysViewNavigationService {
30235
30386
  dayIsNextMonth = step > 0 ? day.date.isNextMonth : day.date.isPrevMonth;
30236
30387
  }
30237
30388
  if (monthView.changeDaysView && !nextMonthView && ((day && dayIsNextMonth) || !day)) {
30238
- const monthAction = step > 0 ? ScrollMonth.NEXT : ScrollMonth.PREV;
30389
+ const monthAction = step > 0 ? "next" /* ScrollMonth.NEXT */ : "prev" /* ScrollMonth.PREV */;
30239
30390
  monthView.viewChanging.emit({ monthAction, key, nextDate });
30240
30391
  }
30241
30392
  }
@@ -30844,8 +30995,8 @@ class IgxCalendarComponent extends IgxMonthPickerBaseDirective {
30844
30995
  */
30845
30996
  this.startPrevMonthScroll = (isKeydownTrigger = false) => {
30846
30997
  this.startMonthScroll$.next();
30847
- this.monthScrollDirection = ScrollMonth.PREV;
30848
- this.animationAction = ScrollMonth.PREV;
30998
+ this.monthScrollDirection = "prev" /* ScrollMonth.PREV */;
30999
+ this.animationAction = "prev" /* ScrollMonth.PREV */;
30849
31000
  this.previousMonth(isKeydownTrigger);
30850
31001
  };
30851
31002
  /**
@@ -30856,8 +31007,8 @@ class IgxCalendarComponent extends IgxMonthPickerBaseDirective {
30856
31007
  */
30857
31008
  this.startNextMonthScroll = (isKeydownTrigger = false) => {
30858
31009
  this.startMonthScroll$.next();
30859
- this.monthScrollDirection = ScrollMonth.NEXT;
30860
- this.animationAction = ScrollMonth.NEXT;
31010
+ this.monthScrollDirection = "next" /* ScrollMonth.NEXT */;
31011
+ this.animationAction = "next" /* ScrollMonth.NEXT */;
30861
31012
  this.nextMonth(isKeydownTrigger);
30862
31013
  };
30863
31014
  /**
@@ -30874,16 +31025,16 @@ class IgxCalendarComponent extends IgxMonthPickerBaseDirective {
30874
31025
  // strange bug is introduced --> after changing number of months, continuous scrolling on mouse click does not happen
30875
31026
  this.daysView.stopMonthScroll$.next(true);
30876
31027
  this.daysView.stopMonthScroll$.complete();
30877
- if (this.monthScrollDirection === ScrollMonth.PREV) {
31028
+ if (this.monthScrollDirection === "prev" /* ScrollMonth.PREV */) {
30878
31029
  this.prevMonthBtn.nativeElement.focus();
30879
31030
  }
30880
- else if (this.monthScrollDirection === ScrollMonth.NEXT) {
31031
+ else if (this.monthScrollDirection === "next" /* ScrollMonth.NEXT */) {
30881
31032
  this.nextMonthBtn.nativeElement.focus();
30882
31033
  }
30883
31034
  if (this.platform.isActivationKey(event)) {
30884
31035
  this.resetActiveDate();
30885
31036
  }
30886
- this.monthScrollDirection = ScrollMonth.NONE;
31037
+ this.monthScrollDirection = "none" /* ScrollMonth.NONE */;
30887
31038
  };
30888
31039
  }
30889
31040
  /**
@@ -31096,7 +31247,7 @@ class IgxCalendarComponent extends IgxMonthPickerBaseDirective {
31096
31247
  const step = isPageDown ? 1 : -1;
31097
31248
  this.previousViewDate = this.viewDate;
31098
31249
  this.viewDate = this.calendarModel.timedelta(this.viewDate, 'year', step);
31099
- this.animationAction = isPageDown ? ScrollMonth.NEXT : ScrollMonth.PREV;
31250
+ this.animationAction = isPageDown ? "next" /* ScrollMonth.NEXT */ : "prev" /* ScrollMonth.PREV */;
31100
31251
  this.isKeydownTrigger = true;
31101
31252
  let monthView = this.daysView;
31102
31253
  let activeDate;
@@ -31156,7 +31307,7 @@ class IgxCalendarComponent extends IgxMonthPickerBaseDirective {
31156
31307
  * @internal
31157
31308
  */
31158
31309
  onMouseUp(event) {
31159
- if (this.monthScrollDirection !== ScrollMonth.NONE) {
31310
+ if (this.monthScrollDirection !== "none" /* ScrollMonth.NONE */) {
31160
31311
  this.stopMonthScroll(event);
31161
31312
  }
31162
31313
  }
@@ -31167,13 +31318,13 @@ class IgxCalendarComponent extends IgxMonthPickerBaseDirective {
31167
31318
  });
31168
31319
  this.startMonthScroll$.pipe(takeUntil(this.stopMonthScroll$), switchMap(() => this.scrollMonth$.pipe(skipLast(1), debounce(() => interval(300)), takeUntil(this.stopMonthScroll$)))).subscribe(() => {
31169
31320
  switch (this.monthScrollDirection) {
31170
- case ScrollMonth.PREV:
31321
+ case "prev" /* ScrollMonth.PREV */:
31171
31322
  this.previousMonth();
31172
31323
  break;
31173
- case ScrollMonth.NEXT:
31324
+ case "next" /* ScrollMonth.NEXT */:
31174
31325
  this.nextMonth();
31175
31326
  break;
31176
- case ScrollMonth.NONE:
31327
+ case "none" /* ScrollMonth.NONE */:
31177
31328
  default:
31178
31329
  break;
31179
31330
  }
@@ -31199,12 +31350,12 @@ class IgxCalendarComponent extends IgxMonthPickerBaseDirective {
31199
31350
  * @internal
31200
31351
  */
31201
31352
  previousMonth(isKeydownTrigger = false) {
31202
- if (isKeydownTrigger && this.animationAction === ScrollMonth.NEXT) {
31353
+ if (isKeydownTrigger && this.animationAction === "next" /* ScrollMonth.NEXT */) {
31203
31354
  return;
31204
31355
  }
31205
31356
  this.previousViewDate = this.viewDate;
31206
31357
  this.viewDate = this.calendarModel.getPrevMonth(this.viewDate);
31207
- this.animationAction = ScrollMonth.PREV;
31358
+ this.animationAction = "prev" /* ScrollMonth.PREV */;
31208
31359
  this.isKeydownTrigger = isKeydownTrigger;
31209
31360
  }
31210
31361
  suppressBlur() {
@@ -31226,7 +31377,7 @@ class IgxCalendarComponent extends IgxMonthPickerBaseDirective {
31226
31377
  this.isKeydownTrigger = isKeydownTrigger;
31227
31378
  this.previousViewDate = this.viewDate;
31228
31379
  this.viewDate = this.calendarModel.getNextMonth(this.viewDate);
31229
- this.animationAction = ScrollMonth.NEXT;
31380
+ this.animationAction = "next" /* ScrollMonth.NEXT */;
31230
31381
  }
31231
31382
  /**
31232
31383
  * @hidden
@@ -31389,14 +31540,14 @@ class IgxCalendarComponent extends IgxMonthPickerBaseDirective {
31389
31540
  * @internal
31390
31541
  */
31391
31542
  animationDone(event) {
31392
- if ((event.fromState === ScrollMonth.NONE && (event.toState === ScrollMonth.PREV || event.toState === ScrollMonth.NEXT)) ||
31393
- (event.fromState === 'void' && event.toState === ScrollMonth.NONE)) {
31543
+ if ((event.fromState === "none" /* ScrollMonth.NONE */ && (event.toState === "prev" /* ScrollMonth.PREV */ || event.toState === "next" /* ScrollMonth.NEXT */)) ||
31544
+ (event.fromState === 'void' && event.toState === "none" /* ScrollMonth.NONE */)) {
31394
31545
  this.viewDateChanged.emit({ previousValue: this.previousViewDate, currentValue: this.viewDate });
31395
31546
  }
31396
31547
  if (!this.isKeydownTrigger) {
31397
31548
  this.resetActiveDate();
31398
31549
  }
31399
- if (this.monthScrollDirection !== ScrollMonth.NONE) {
31550
+ if (this.monthScrollDirection !== "none" /* ScrollMonth.NONE */) {
31400
31551
  this.scrollMonth$.next();
31401
31552
  }
31402
31553
  if (!this.isDefaultView) {
@@ -31413,10 +31564,10 @@ class IgxCalendarComponent extends IgxMonthPickerBaseDirective {
31413
31564
  date.nativeElement.focus();
31414
31565
  }, parseInt(slideInRight.options.params.duration, 10));
31415
31566
  }
31416
- else if (this.callback && (event.toState === ScrollMonth.NEXT || event.toState === ScrollMonth.PREV)) {
31567
+ else if (this.callback && (event.toState === "next" /* ScrollMonth.NEXT */ || event.toState === "prev" /* ScrollMonth.PREV */)) {
31417
31568
  this.callback(this.nextDate);
31418
31569
  }
31419
- this.animationAction = ScrollMonth.NONE;
31570
+ this.animationAction = "none" /* ScrollMonth.NONE */;
31420
31571
  }
31421
31572
  /**
31422
31573
  * @hidden
@@ -31736,7 +31887,7 @@ class IgxMonthPickerComponent extends IgxMonthPickerBaseDirective {
31736
31887
  */
31737
31888
  animationDone(event) {
31738
31889
  if ((event.fromState === 'void' && event.toState === '') ||
31739
- (event.fromState === '' && (event.toState === ScrollMonth.PREV || event.toState === ScrollMonth.NEXT))) {
31890
+ (event.fromState === '' && (event.toState === "prev" /* ScrollMonth.PREV */ || event.toState === "next" /* ScrollMonth.NEXT */))) {
31740
31891
  this.viewDateChanged.emit({ previousValue: this.previousViewDate, currentValue: this.viewDate });
31741
31892
  }
31742
31893
  this.yearAction = '';
@@ -32197,7 +32348,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
32197
32348
  * @deprecated in 17.0.0. To switch betweet `outlined` and `elevated` card use the `elevated` property.
32198
32349
  * Since version 17.0.0 the card component is `outlined` by default.
32199
32350
  */
32200
- const IgxCardType = mkenum({
32351
+ const IgxCardType = /*@__PURE__*/ mkenum({
32201
32352
  ELEVATED: 'elevated',
32202
32353
  OUTLINED: 'outlined'
32203
32354
  });
@@ -32330,7 +32481,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
32330
32481
  type: Input,
32331
32482
  args: [{ transform: booleanAttribute }]
32332
32483
  }] } });
32333
- const IgxCardActionsLayout = mkenum({
32484
+ const IgxCardActionsLayout = /*@__PURE__*/ mkenum({
32334
32485
  START: 'start',
32335
32486
  JUSTIFY: 'justify'
32336
32487
  });
@@ -32450,17 +32601,22 @@ const CarouselResourceStringsEN = {
32450
32601
  igx_carousel_next_slide: 'next slide'
32451
32602
  };
32452
32603
 
32604
+ const HorizontalAnimationType = /*@__PURE__*/ mkenum({
32605
+ none: 'none',
32606
+ slide: 'slide',
32607
+ fade: 'fade'
32608
+ });
32609
+ const CarouselIndicatorsOrientation = /*@__PURE__*/ mkenum({
32610
+ bottom: 'bottom',
32611
+ top: 'top'
32612
+ });
32613
+
32453
32614
  var Direction;
32454
32615
  (function (Direction) {
32455
32616
  Direction[Direction["NONE"] = 0] = "NONE";
32456
32617
  Direction[Direction["NEXT"] = 1] = "NEXT";
32457
32618
  Direction[Direction["PREV"] = 2] = "PREV";
32458
32619
  })(Direction || (Direction = {}));
32459
- const HorizontalAnimationType = mkenum({
32460
- none: 'none',
32461
- slide: 'slide',
32462
- fade: 'fade'
32463
- });
32464
32620
  /** @hidden */
32465
32621
  let IgxCarouselComponentBase = class IgxCarouselComponentBase {
32466
32622
  constructor(animationService, cdr) {
@@ -32781,15 +32937,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
32781
32937
  }] } });
32782
32938
 
32783
32939
  let NEXT_ID$g = 0;
32784
- const CarouselIndicatorsOrientation = mkenum({
32785
- bottom: 'bottom',
32786
- top: 'top'
32787
- });
32788
32940
  class CarouselHammerConfig extends HammerGestureConfig {
32789
32941
  constructor() {
32790
32942
  super(...arguments);
32791
32943
  this.overrides = {
32792
- pan: { direction: Hammer.DIRECTION_HORIZONTAL }
32944
+ pan: { direction: HammerGesturesManager.Hammer?.DIRECTION_HORIZONTAL }
32793
32945
  };
32794
32946
  }
32795
32947
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: CarouselHammerConfig, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
@@ -33751,7 +33903,7 @@ const ChipResourceStringsEN = {
33751
33903
  igx_chip_select: 'select chip'
33752
33904
  };
33753
33905
 
33754
- const IgxChipTypeVariant = mkenum({
33906
+ const IgxChipTypeVariant = /*@__PURE__*/ mkenum({
33755
33907
  PRIMARY: 'primary',
33756
33908
  INFO: 'info',
33757
33909
  SUCCESS: 'success',
@@ -35270,7 +35422,7 @@ const ComboResourceStringsEN = {
35270
35422
  igx_combo_empty_message: 'The list is empty'
35271
35423
  };
35272
35424
 
35273
- const IGX_COMBO_COMPONENT = new InjectionToken('IgxComboComponentToken');
35425
+ const IGX_COMBO_COMPONENT = /*@__PURE__*/ new InjectionToken('IgxComboComponentToken');
35274
35426
  let NEXT_ID$f = 0;
35275
35427
  /**
35276
35428
  * @hidden
@@ -35284,14 +35436,6 @@ const ItemHeights = {
35284
35436
  cosy: 32,
35285
35437
  compact: 28,
35286
35438
  };
35287
- /** @hidden @internal */
35288
- var DataTypes;
35289
- (function (DataTypes) {
35290
- DataTypes["EMPTY"] = "empty";
35291
- DataTypes["PRIMITIVE"] = "primitive";
35292
- DataTypes["COMPLEX"] = "complex";
35293
- DataTypes["PRIMARYKEY"] = "valueKey";
35294
- })(DataTypes || (DataTypes = {}));
35295
35439
  class IgxComboBaseDirective extends DisplayDensityBase {
35296
35440
  /**
35297
35441
  * Configures the drop down list height
@@ -35460,14 +35604,14 @@ class IgxComboBaseDirective extends DisplayDensityBase {
35460
35604
  get isRemote() {
35461
35605
  return this.totalItemCount > 0 &&
35462
35606
  this.valueKey &&
35463
- this.dataType === DataTypes.COMPLEX;
35607
+ this.dataType === "complex" /* DataTypes.COMPLEX */;
35464
35608
  }
35465
35609
  /** @hidden @internal */
35466
35610
  get dataType() {
35467
35611
  if (this.displayKey) {
35468
- return DataTypes.COMPLEX;
35612
+ return "complex" /* DataTypes.COMPLEX */;
35469
35613
  }
35470
- return DataTypes.PRIMITIVE;
35614
+ return "primitive" /* DataTypes.PRIMITIVE */;
35471
35615
  }
35472
35616
  /**
35473
35617
  * Gets if control is valid, when used in a form
@@ -35574,7 +35718,7 @@ class IgxComboBaseDirective extends DisplayDensityBase {
35574
35718
  if (this.itemTemplate) {
35575
35719
  return this.itemTemplate;
35576
35720
  }
35577
- if (this._dataType === DataTypes.COMPLEX) {
35721
+ if (this._dataType === "complex" /* DataTypes.COMPLEX */) {
35578
35722
  return this.complexTemplate;
35579
35723
  }
35580
35724
  return this.primitiveTemplate;
@@ -36006,7 +36150,7 @@ class IgxComboBaseDirective extends DisplayDensityBase {
36006
36150
  this.destroy$.next();
36007
36151
  this.destroy$.complete();
36008
36152
  this.comboAPI.clear();
36009
- this.selectionService.clear(this.id);
36153
+ this.selectionService.delete(this.id);
36010
36154
  }
36011
36155
  /**
36012
36156
  * A method that opens/closes the combo.
@@ -37815,7 +37959,7 @@ const DatePickerResourceStringsEN = {
37815
37959
  };
37816
37960
 
37817
37961
  /** Header orientation in `dialog` mode. */
37818
- const PickerHeaderOrientation = mkenum({
37962
+ const PickerHeaderOrientation = /*@__PURE__*/ mkenum({
37819
37963
  Horizontal: 'horizontal',
37820
37964
  Vertical: 'vertical'
37821
37965
  });
@@ -37823,7 +37967,7 @@ const PickerHeaderOrientation = mkenum({
37823
37967
  * This enumeration is used to configure whether the date/time picker has an editable input with drop down
37824
37968
  * or is readonly - the date/time is selected only through a dialog.
37825
37969
  */
37826
- const PickerInteractionMode = mkenum({
37970
+ const PickerInteractionMode = /*@__PURE__*/ mkenum({
37827
37971
  DropDown: 'dropdown',
37828
37972
  Dialog: 'dialog'
37829
37973
  });
@@ -41609,7 +41753,7 @@ class IgxColumnComponent {
41609
41753
  this._visibleWhenCollapsed = value;
41610
41754
  this.visibleWhenCollapsedChange.emit(this._visibleWhenCollapsed);
41611
41755
  if (this.parent) {
41612
- this.parent.setExpandCollapseState();
41756
+ this.parent?.setExpandCollapseState?.();
41613
41757
  }
41614
41758
  }
41615
41759
  get visibleWhenCollapsed() {
@@ -44413,14 +44557,6 @@ class IgxSelectComponent extends IgxDropDownComponent {
44413
44557
  this.inputGroup.suffixes = this.suffixes;
44414
44558
  }
44415
44559
  }
44416
- /**
44417
- * @hidden @internal
44418
- */
44419
- ngOnDestroy() {
44420
- this.destroy$.next(true);
44421
- this.destroy$.complete();
44422
- this.selection.clear(this.id);
44423
- }
44424
44560
  /**
44425
44561
  * @hidden @internal
44426
44562
  * Prevent input blur - closing the items container on Header/Footer Template click.
@@ -44558,153 +44694,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
44558
44694
  type: Input
44559
44695
  }] } });
44560
44696
 
44561
- const EVENT_SUFFIX = 'precise';
44562
- /**
44563
- * Touch gestures manager based on Hammer.js
44564
- * Use with caution, this will track references for single manager per element. Very TBD. Much TODO.
44565
- *
44566
- * @hidden
44567
- */
44568
- class HammerGesturesManager {
44569
- constructor(_zone, doc, platformUtil) {
44570
- this._zone = _zone;
44571
- this.doc = doc;
44572
- this.platformUtil = platformUtil;
44573
- /**
44574
- * Event option defaults for each recognizer, see http://hammerjs.github.io/api/ for API listing.
44575
- */
44576
- this.hammerOptions = {};
44577
- this._hammerManagers = [];
44578
- this.platformBrowser = this.platformUtil.isBrowser;
44579
- if (this.platformBrowser) {
44580
- this.hammerOptions = {
44581
- // D.P. #447 Force TouchInput due to PointerEventInput bug (https://github.com/hammerjs/hammer.js/issues/1065)
44582
- // see https://github.com/IgniteUI/igniteui-angular/issues/447#issuecomment-324601803
44583
- inputClass: Hammer.TouchInput,
44584
- recognizers: [
44585
- [Hammer.Pan, { threshold: 0 }],
44586
- [Hammer.Swipe, { direction: Hammer.DIRECTION_HORIZONTAL }],
44587
- [Hammer.Tap],
44588
- [Hammer.Tap, { event: 'doubletap', taps: 2 }, ['tap']]
44589
- ]
44590
- };
44591
- }
44592
- }
44593
- supports(eventName) {
44594
- return eventName.toLowerCase().endsWith('.' + EVENT_SUFFIX);
44595
- }
44596
- /**
44597
- * Add listener extended with options for Hammer.js. Will use defaults if none are provided.
44598
- * Modeling after other event plugins for easy future modifications.
44599
- */
44600
- addEventListener(element, eventName, eventHandler, options = null) {
44601
- if (!this.platformBrowser) {
44602
- return;
44603
- }
44604
- // Creating the manager bind events, must be done outside of angular
44605
- return this._zone.runOutsideAngular(() => {
44606
- let mc = this.getManagerForElement(element);
44607
- if (mc === null) {
44608
- // new Hammer is a shortcut for Manager with defaults
44609
- mc = new Hammer(element, Object.assign(this.hammerOptions, options));
44610
- this.addManagerForElement(element, mc);
44611
- }
44612
- const handler = (eventObj) => this._zone.run(() => eventHandler(eventObj));
44613
- mc.on(eventName, handler);
44614
- return () => mc.off(eventName, handler);
44615
- });
44616
- }
44617
- /**
44618
- * Add listener extended with options for Hammer.js. Will use defaults if none are provided.
44619
- * Modeling after other event plugins for easy future modifications.
44620
- *
44621
- * @param target Can be one of either window, body or document(fallback default).
44622
- */
44623
- addGlobalEventListener(target, eventName, eventHandler) {
44624
- if (!this.platformBrowser) {
44625
- return;
44626
- }
44627
- const element = this.getGlobalEventTarget(target);
44628
- // Creating the manager bind events, must be done outside of angular
44629
- return this.addEventListener(element, eventName, eventHandler);
44630
- }
44631
- /**
44632
- * Exposes [Dom]Adapter.getGlobalEventTarget to get global event targets.
44633
- * Supported: window, document, body. Defaults to document for invalid args.
44634
- *
44635
- * @param target Target name
44636
- */
44637
- getGlobalEventTarget(target) {
44638
- return _getDOM().getGlobalEventTarget(this.doc, target);
44639
- }
44640
- /**
44641
- * Set HammerManager options.
44642
- *
44643
- * @param element The DOM element used to create the manager on.
44644
- *
44645
- * ### Example
44646
- *
44647
- * ```ts
44648
- * manager.setManagerOption(myElem, "pan", { pointers: 1 });
44649
- * ```
44650
- */
44651
- setManagerOption(element, event, options) {
44652
- const manager = this.getManagerForElement(element);
44653
- manager.get(event).set(options);
44654
- }
44655
- /**
44656
- * Add an element and manager map to the internal collection.
44657
- *
44658
- * @param element The DOM element used to create the manager on.
44659
- */
44660
- addManagerForElement(element, manager) {
44661
- this._hammerManagers.push({ element, manager });
44662
- }
44663
- /**
44664
- * Get HammerManager for the element or null
44665
- *
44666
- * @param element The DOM element used to create the manager on.
44667
- */
44668
- getManagerForElement(element) {
44669
- const result = this._hammerManagers.filter(value => value.element === element);
44670
- return result.length ? result[0].manager : null;
44671
- }
44672
- /**
44673
- * Destroys the HammerManager for the element, removing event listeners in the process.
44674
- *
44675
- * @param element The DOM element used to create the manager on.
44676
- */
44677
- removeManagerForElement(element) {
44678
- let index = null;
44679
- for (let i = 0; i < this._hammerManagers.length; i++) {
44680
- if (element === this._hammerManagers[i].element) {
44681
- index = i;
44682
- break;
44683
- }
44684
- }
44685
- if (index !== null) {
44686
- const item = this._hammerManagers.splice(index, 1)[0];
44687
- // destroy also
44688
- item.manager.destroy();
44689
- }
44690
- }
44691
- /** Destroys all internally tracked HammerManagers, removing event listeners in the process. */
44692
- destroy() {
44693
- for (const item of this._hammerManagers) {
44694
- item.manager.destroy();
44695
- }
44696
- this._hammerManagers = [];
44697
- }
44698
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: HammerGesturesManager, deps: [{ token: i0.NgZone }, { token: DOCUMENT }, { token: PlatformUtil }], target: i0.ɵɵFactoryTarget.Injectable }); }
44699
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: HammerGesturesManager }); }
44700
- }
44701
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: HammerGesturesManager, decorators: [{
44702
- type: Injectable
44703
- }], ctorParameters: () => [{ type: i0.NgZone }, { type: undefined, decorators: [{
44704
- type: Inject,
44705
- args: [DOCUMENT]
44706
- }] }, { type: PlatformUtil }] });
44707
-
44708
44697
  /** @hidden */
44709
44698
  const IGX_TIME_PICKER_COMPONENT = 'IgxTimePickerComponentToken';
44710
44699
 
@@ -44836,7 +44825,7 @@ class IgxItemListDirective {
44836
44825
  * @hidden @internal
44837
44826
  */
44838
44827
  ngOnInit() {
44839
- const hammerOptions = { recognizers: [[Hammer.Pan, { direction: Hammer.DIRECTION_VERTICAL, threshold: 10 }]] };
44828
+ const hammerOptions = { recognizers: [[HammerGesturesManager.Hammer?.Pan, { direction: HammerGesturesManager.Hammer?.DIRECTION_VERTICAL, threshold: 10 }]] };
44840
44829
  this.touchManager.addEventListener(this.elementRef.nativeElement, 'pan', this.onPanMove, hammerOptions);
44841
44830
  }
44842
44831
  /**
@@ -48618,12 +48607,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
48618
48607
 
48619
48608
  const ONE_PERCENT = 0.01;
48620
48609
  const MIN_VALUE = 0;
48621
- const IgxTextAlign = mkenum({
48610
+ const IgxTextAlign = /*@__PURE__*/ mkenum({
48622
48611
  START: 'start',
48623
48612
  CENTER: 'center',
48624
48613
  END: 'end'
48625
48614
  });
48626
- const IgxProgressType = mkenum({
48615
+ const IgxProgressType = /*@__PURE__*/ mkenum({
48627
48616
  ERROR: 'error',
48628
48617
  INFO: 'info',
48629
48618
  WARNING: 'warning',
@@ -49206,14 +49195,14 @@ const TreeResourceStringsEN = {
49206
49195
  };
49207
49196
 
49208
49197
  // Enums
49209
- const IgxTreeSelectionType = mkenum({
49198
+ const IgxTreeSelectionType = /*@__PURE__*/ mkenum({
49210
49199
  None: 'None',
49211
49200
  BiState: 'BiState',
49212
49201
  Cascading: 'Cascading'
49213
49202
  });
49214
49203
  // Token
49215
- const IGX_TREE_COMPONENT = new InjectionToken('IgxTreeToken');
49216
- const IGX_TREE_NODE_COMPONENT = new InjectionToken('IgxTreeNodeToken');
49204
+ const IGX_TREE_COMPONENT = /*@__PURE__*/ new InjectionToken('IgxTreeToken');
49205
+ const IGX_TREE_NODE_COMPONENT = /*@__PURE__*/ new InjectionToken('IgxTreeNodeToken');
49217
49206
 
49218
49207
  /** @hidden @internal */
49219
49208
  class IgxTreeService {
@@ -60076,7 +60065,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
60076
60065
  type: Injectable
60077
60066
  }] });
60078
60067
 
60079
- IgcTrialWatermark.register();
60068
+ /*@__PURE__*/ IgcTrialWatermark.register();
60080
60069
  let FAKE_ROW_ID = -1;
60081
60070
  const DEFAULT_ITEMS_PER_PAGE = 15;
60082
60071
  const MINIMUM_COLUMN_WIDTH$1 = 136;
@@ -62962,6 +62951,7 @@ class IgxGridBaseDirective extends DisplayDensityBase {
62962
62951
  this.transactionChange$.next();
62963
62952
  this.transactionChange$.complete();
62964
62953
  this._destroyed = true;
62954
+ this.textHighlightService.destroyGroup(this.id);
62965
62955
  if (this._advancedFilteringOverlayId) {
62966
62956
  this.overlayService.detach(this._advancedFilteringOverlayId);
62967
62957
  delete this._advancedFilteringOverlayId;
@@ -74842,7 +74832,10 @@ class IgxGridStateDirective {
74842
74832
  parent: c.parent ? c.parent.header : null,
74843
74833
  columnGroup: c.columnGroup,
74844
74834
  disableHiding: c.disableHiding,
74845
- disablePinning: c.disablePinning
74835
+ disablePinning: c.disablePinning,
74836
+ collapsible: c.columnGroup ? c.collapsible : undefined,
74837
+ expanded: c.columnGroup ? c.expanded : undefined,
74838
+ visibleWhenCollapsed: c.parent?.columnGroup ? c.visibleWhenCollapsed : undefined
74846
74839
  }));
74847
74840
  return { columns: gridColumns };
74848
74841
  },
@@ -80322,6 +80315,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
80322
80315
  }] });
80323
80316
 
80324
80317
  class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective {
80318
+ /**
80319
+ * Sets/Gets the toolbar template for each child grid created from this row island.
80320
+ */
80321
+ get toolbarTemplate() {
80322
+ return this._toolbarTemplate || this.toolbarDirectiveTemplate;
80323
+ }
80324
+ set toolbarTemplate(template) {
80325
+ this._toolbarTemplate = template;
80326
+ }
80327
+ /**
80328
+ * Sets/Gets the paginator template for each child grid created from this row island.
80329
+ */
80330
+ get paginatorTemplate() {
80331
+ return this._paginatorTemplate || this.paginatorDirectiveTemplate;
80332
+ }
80333
+ set paginatorTemplate(template) {
80334
+ this._paginatorTemplate = template;
80335
+ }
80325
80336
  /**
80326
80337
  * Sets if all immediate children of the grids for this `IgxRowIslandComponent` should be expanded/collapsed.
80327
80338
  * ```html
@@ -80501,12 +80512,19 @@ class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective {
80501
80512
  this._init = false;
80502
80513
  // Create the child toolbar if the parent island has a toolbar definition
80503
80514
  this.gridCreated.pipe(pluck('grid'), takeUntil(this.destroy$)).subscribe(grid => {
80504
- grid.rendered$.pipe(first$1(), filter(() => !!this.islandToolbarTemplate))
80505
- .subscribe(() => grid.toolbarOutlet.createEmbeddedView(this.islandToolbarTemplate, { $implicit: grid }, { injector: grid.toolbarOutlet.injector }));
80506
- grid.rendered$.pipe(first$1(), filter(() => !!this.islandPaginatorTemplate))
80515
+ grid.rendered$.pipe(first$1(), filter(() => !!this.toolbarTemplate))
80516
+ .subscribe(() => grid.toolbarOutlet.createEmbeddedView(this.toolbarTemplate, { $implicit: grid }, { injector: grid.toolbarOutlet.injector }));
80517
+ grid.rendered$.pipe(first$1(), filter(() => !!this.paginatorTemplate))
80507
80518
  .subscribe(() => {
80508
- this.rootGrid.paginatorList.changes.pipe(takeUntil(this.destroy$)).subscribe(() => grid.setUpPaginator());
80509
- grid.paginatorOutlet.createEmbeddedView(this.islandPaginatorTemplate);
80519
+ this.rootGrid.paginatorList.changes.pipe(takeUntil(this.destroy$)).subscribe((changes) => {
80520
+ changes.forEach(p => {
80521
+ if (p.nativeElement.offsetParent?.id === grid.id) {
80522
+ // Optimize update only for those grids that have related changed paginator.
80523
+ grid.setUpPaginator();
80524
+ }
80525
+ });
80526
+ });
80527
+ grid.paginatorOutlet.createEmbeddedView(this.paginatorTemplate, { $implicit: grid });
80510
80528
  });
80511
80529
  });
80512
80530
  }
@@ -80523,7 +80541,7 @@ class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective {
80523
80541
  * @hidden
80524
80542
  */
80525
80543
  ngOnDestroy() {
80526
- // Override the base destroy because we don't have rendered anything to use removeEventListener on
80544
+ // Override the base destroy because we have not rendered anything to use removeEventListener on
80527
80545
  this.destroy$.next(true);
80528
80546
  this.destroy$.complete();
80529
80547
  this._destroyed = true;
@@ -80584,11 +80602,11 @@ class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective {
80584
80602
  grid.onRowIslandChange();
80585
80603
  }
80586
80604
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: IgxRowIslandComponent, deps: [{ token: IgxGridValidationService }, { token: IgxGridSelectionService }, { token: IgxColumnResizingService }, { token: IGX_GRID_SERVICE_BASE }, { token: IgxFlatTransactionFactory }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: DOCUMENT }, { token: i0.ChangeDetectorRef }, { token: i0.IterableDiffers }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.EnvironmentInjector }, { token: IgxHierarchicalGridNavigationService }, { token: IgxFilteringService }, { token: IgxTextHighlightService }, { token: IgxOverlayService }, { token: IgxGridSummaryService }, { token: DisplayDensityToken, optional: true }, { token: IgxRowIslandAPIService }, { token: LOCALE_ID }, { token: PlatformUtil }], target: i0.ɵɵFactoryTarget.Component }); }
80587
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.1", type: IgxRowIslandComponent, isStandalone: true, selector: "igx-row-island", inputs: { key: "key", expandChildren: ["expandChildren", "expandChildren", booleanAttribute] }, outputs: { layoutChange: "layoutChange", gridCreated: "gridCreated", gridInitialized: "gridInitialized" }, providers: [
80605
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.2.1", type: IgxRowIslandComponent, isStandalone: true, selector: "igx-row-island", inputs: { key: "key", toolbarTemplate: "toolbarTemplate", paginatorTemplate: "paginatorTemplate", expandChildren: ["expandChildren", "expandChildren", booleanAttribute] }, outputs: { layoutChange: "layoutChange", gridCreated: "gridCreated", gridInitialized: "gridInitialized" }, providers: [
80588
80606
  IgxRowIslandAPIService,
80589
80607
  IgxFilteringService,
80590
80608
  IgxGridSelectionService
80591
- ], queries: [{ propertyName: "islandToolbarTemplate", first: true, predicate: IgxGridToolbarDirective, descendants: true, read: TemplateRef }, { propertyName: "islandPaginatorTemplate", first: true, predicate: IgxPaginatorDirective, descendants: true, read: TemplateRef }, { propertyName: "children", predicate: i0.forwardRef(() => IgxRowIslandComponent), read: IgxRowIslandComponent }, { propertyName: "childColumns", predicate: IgxColumnComponent, read: IgxColumnComponent }, { propertyName: "actionStrips", predicate: IgxActionStripToken, read: IgxActionStripToken }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
80609
+ ], queries: [{ propertyName: "toolbarDirectiveTemplate", first: true, predicate: IgxGridToolbarDirective, descendants: true, read: TemplateRef }, { propertyName: "paginatorDirectiveTemplate", first: true, predicate: IgxPaginatorDirective, descendants: true, read: TemplateRef }, { propertyName: "children", predicate: i0.forwardRef(() => IgxRowIslandComponent), read: IgxRowIslandComponent }, { propertyName: "childColumns", predicate: IgxColumnComponent, read: IgxColumnComponent }, { propertyName: "actionStrips", predicate: IgxActionStripToken, read: IgxActionStripToken }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
80592
80610
  }
80593
80611
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImport: i0, type: IgxRowIslandComponent, decorators: [{
80594
80612
  type: Component,
@@ -80628,12 +80646,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
80628
80646
  }], childColumns: [{
80629
80647
  type: ContentChildren,
80630
80648
  args: [IgxColumnComponent, { read: IgxColumnComponent, descendants: false }]
80631
- }], islandToolbarTemplate: [{
80649
+ }], toolbarDirectiveTemplate: [{
80632
80650
  type: ContentChild,
80633
80651
  args: [IgxGridToolbarDirective, { read: TemplateRef }]
80634
- }], islandPaginatorTemplate: [{
80652
+ }], paginatorDirectiveTemplate: [{
80635
80653
  type: ContentChild,
80636
80654
  args: [IgxPaginatorDirective, { read: TemplateRef }]
80655
+ }], toolbarTemplate: [{
80656
+ type: Input
80657
+ }], paginatorTemplate: [{
80658
+ type: Input
80637
80659
  }], actionStrips: [{
80638
80660
  type: ContentChildren,
80639
80661
  args: [IgxActionStripToken, { read: IgxActionStripToken, descendants: false }]
@@ -85648,20 +85670,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
85648
85670
  args: ['class.igx-tabs__panel']
85649
85671
  }] } });
85650
85672
 
85651
- const IgxTabsAlignment = mkenum({
85673
+ const IgxTabsAlignment = /*@__PURE__*/ mkenum({
85652
85674
  start: 'start',
85653
85675
  end: 'end',
85654
85676
  center: 'center',
85655
85677
  justify: 'justify'
85656
85678
  });
85657
85679
  /** @hidden */
85658
- var TabScrollButtonStyle;
85659
- (function (TabScrollButtonStyle) {
85660
- TabScrollButtonStyle["Enabled"] = "enabled";
85661
- TabScrollButtonStyle["Disabled"] = "disabled";
85662
- TabScrollButtonStyle["NotDisplayed"] = "not_displayed";
85663
- })(TabScrollButtonStyle || (TabScrollButtonStyle = {}));
85664
- /** @hidden */
85665
85680
  let NEXT_TAB_ID = 0;
85666
85681
  /**
85667
85682
  * Tabs component is used to organize or switch between similar data sets.
@@ -85840,15 +85855,15 @@ class IgxTabsComponent extends IgxTabsDirective {
85840
85855
  this.setScrollButtonStyle(this.scrollNextButton.nativeElement, scrollNextButtonStyle);
85841
85856
  }
85842
85857
  setScrollButtonStyle(button, buttonStyle) {
85843
- if (buttonStyle === TabScrollButtonStyle.Enabled) {
85858
+ if (buttonStyle === "enabled" /* TabScrollButtonStyle.Enabled */) {
85844
85859
  button.disabled = false;
85845
85860
  button.style.display = '';
85846
85861
  }
85847
- else if (buttonStyle === TabScrollButtonStyle.Disabled) {
85862
+ else if (buttonStyle === "disabled" /* TabScrollButtonStyle.Disabled */) {
85848
85863
  button.disabled = true;
85849
85864
  button.style.display = '';
85850
85865
  }
85851
- else if (buttonStyle === TabScrollButtonStyle.NotDisplayed) {
85866
+ else if (buttonStyle === "not_displayed" /* TabScrollButtonStyle.NotDisplayed */) {
85852
85867
  button.style.display = 'none';
85853
85868
  }
85854
85869
  }
@@ -85858,12 +85873,12 @@ class IgxTabsComponent extends IgxTabsDirective {
85858
85873
  if (offset === 0) {
85859
85874
  // Fix for IE 11, a difference is accumulated from the widths calculations.
85860
85875
  if (itemsContainerWidth - headerContainerWidth <= 1) {
85861
- return TabScrollButtonStyle.NotDisplayed;
85876
+ return "not_displayed" /* TabScrollButtonStyle.NotDisplayed */;
85862
85877
  }
85863
- return TabScrollButtonStyle.Disabled;
85878
+ return "disabled" /* TabScrollButtonStyle.Disabled */;
85864
85879
  }
85865
85880
  else {
85866
- return TabScrollButtonStyle.Enabled;
85881
+ return "enabled" /* TabScrollButtonStyle.Enabled */;
85867
85882
  }
85868
85883
  }
85869
85884
  resolveRightScrollButtonStyle(itemsContainerWidth) {
@@ -85873,13 +85888,13 @@ class IgxTabsComponent extends IgxTabsDirective {
85873
85888
  const total = offset + viewPortWidth;
85874
85889
  // Fix for IE 11, a difference is accumulated from the widths calculations.
85875
85890
  if (itemsContainerWidth - headerContainerWidth <= 1 && offset === 0) {
85876
- return TabScrollButtonStyle.NotDisplayed;
85891
+ return "not_displayed" /* TabScrollButtonStyle.NotDisplayed */;
85877
85892
  }
85878
85893
  if (itemsContainerWidth > total) {
85879
- return TabScrollButtonStyle.Enabled;
85894
+ return "enabled" /* TabScrollButtonStyle.Enabled */;
85880
85895
  }
85881
85896
  else {
85882
- return TabScrollButtonStyle.Disabled;
85897
+ return "disabled" /* TabScrollButtonStyle.Disabled */;
85883
85898
  }
85884
85899
  }
85885
85900
  getTabItemsContainerWidth() {
@@ -86875,7 +86890,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
86875
86890
  type: HostBinding,
86876
86891
  args: ['style.flex-direction']
86877
86892
  }] } });
86878
- const SPLITTER_INTERACTION_KEYS = new Set('right down left up arrowright arrowdown arrowleft arrowup'.split(' '));
86879
86893
  /**
86880
86894
  * @hidden @internal
86881
86895
  * Represents the draggable bar that visually separates panes and allows for changing their sizes.
@@ -86899,6 +86913,7 @@ class IgxSplitBarComponent {
86899
86913
  */
86900
86914
  this.moving = new EventEmitter();
86901
86915
  this.movingEnd = new EventEmitter();
86916
+ this.interactionKeys = new Set('right down left up arrowright arrowdown arrowleft arrowup'.split(' '));
86902
86917
  }
86903
86918
  /**
86904
86919
  * @hidden
@@ -86937,7 +86952,7 @@ class IgxSplitBarComponent {
86937
86952
  const key = event.key.toLowerCase();
86938
86953
  const ctrl = event.ctrlKey;
86939
86954
  event.stopPropagation();
86940
- if (SPLITTER_INTERACTION_KEYS.has(key)) {
86955
+ if (this.interactionKeys.has(key)) {
86941
86956
  event.preventDefault();
86942
86957
  }
86943
86958
  switch (key) {
@@ -87132,8 +87147,8 @@ const VerticalAnimationType = {
87132
87147
  None: 'none'
87133
87148
  };
87134
87149
  // Token
87135
- const IGX_STEPPER_COMPONENT = new InjectionToken('IgxStepperToken');
87136
- const IGX_STEP_COMPONENT = new InjectionToken('IgxStepToken');
87150
+ const IGX_STEPPER_COMPONENT = /*@__PURE__*/ new InjectionToken('IgxStepperToken');
87151
+ const IGX_STEP_COMPONENT = /*@__PURE__*/ new InjectionToken('IgxStepToken');
87137
87152
 
87138
87153
  /** @hidden @internal */
87139
87154
  class IgxStepperService {
@@ -90813,5 +90828,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.1", ngImpor
90813
90828
  * Generated bundle index. Do not edit.
90814
90829
  */
90815
90830
 
90816
- export { AbsolutePosition, AbsoluteScrollStrategy, ActionStripResourceStringsEN, AutoPositionStrategy, BannerResourceStringsEN, BaseFilteringStrategy, BlockScrollStrategy, ButtonGroupAlignment, CachedDataCloneStrategy, Calendar, CalendarHammerConfig, CalendarResourceStringsEN, CalendarSelection, CarouselHammerConfig, CarouselIndicatorsOrientation, CarouselResourceStringsEN, ChipResourceStringsEN, CloseScrollStrategy, ColumnDisplayOrder, ColumnPinningPosition, ComboResourceStringsEN, ConnectedPositioningStrategy, ContainerPositionStrategy, CsvFileTypes, DEFAULT_OWNER, DEFAULT_PIVOT_KEYS, DataType, DataUtil, DatePart, DatePickerResourceStringsEN, DateRangePickerFormatPipe, DateRangePickerResourceStringsEN, DateRangeType, DefaultDataCloneStrategy, DefaultPivotGridRecordSortingStrategy, DefaultPivotSortingStrategy, DefaultSortingStrategy, DimensionValuesFilteringStrategy, Direction, DisplayDensity, DisplayDensityBase, DisplayDensityToken, DragDirection, ElasticPositionStrategy, ExpansionPanelHeaderIconPosition, ExportHeaderType, ExportRecordType, FilterMode, FilterUtil, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, GRID_LEVEL_COL, GRID_PARENT, GRID_ROOT_SUMMARY, GlobalPositionStrategy, GridColumnDataType, GridInstanceType, GridPagingMode, GridResourceStringsEN, GridSelectionMode, GridSummaryCalculationMode, GridSummaryPosition, GroupMemberCountSortingStrategy, GroupedRecords, HorizontalAlignment, HorizontalAnimationType, IGX_ACCORDION_DIRECTIVES, IGX_ACTION_STRIP_DIRECTIVES, IGX_BANNER_DIRECTIVES, IGX_BOTTOM_NAV_DIRECTIVES, IGX_BUTTON_GROUP_DIRECTIVES, IGX_CALENDAR_DIRECTIVES, IGX_CARD_DIRECTIVES, IGX_CAROUSEL_DIRECTIVES, IGX_CHIPS_DIRECTIVES, IGX_CIRCULAR_PROGRESS_BAR_DIRECTIVES, IGX_COMBO_DIRECTIVES, IGX_DATE_PICKER_DIRECTIVES, IGX_DATE_RANGE_PICKER_DIRECTIVES, IGX_DIALOG_DIRECTIVES, IGX_DRAG_DROP_DIRECTIVES, IGX_DROP_DOWN_DIRECTIVES, IGX_EXPANSION_PANEL_DIRECTIVES, IGX_GRID_ACTION_STRIP_DIRECTIVES, IGX_GRID_BASE, IGX_GRID_COMMON_DIRECTIVES, IGX_GRID_DIRECTIVES, IGX_GRID_SERVICE_BASE, IGX_GRID_VALIDATION_DIRECTIVES, IGX_HIERARCHICAL_GRID_DIRECTIVES, IGX_INPUT_GROUP_DIRECTIVES, IGX_INPUT_GROUP_TYPE, IGX_LINEAR_PROGRESS_BAR_DIRECTIVES, IGX_LIST_DIRECTIVES, IGX_NAVBAR_DIRECTIVES, IGX_NAVIGATION_DRAWER_DIRECTIVES, IGX_PAGINATOR_DIRECTIVES, IGX_PIVOT_GRID_DIRECTIVES, IGX_PROGRESS_BAR_DIRECTIVES, IGX_QUERY_BUILDER_DIRECTIVES, IGX_RADIO_GROUP_DIRECTIVES, IGX_SELECT_DIRECTIVES, IGX_SIMPLE_COMBO_DIRECTIVES, IGX_SLIDER_DIRECTIVES, IGX_SPLITTER_DIRECTIVES, IGX_STEPPER_DIRECTIVES, IGX_TABS_DIRECTIVES, IGX_TIME_PICKER_DIRECTIVES, IGX_TOOLTIP_DIRECTIVES, IGX_TREE_DIRECTIVES, IGX_TREE_GRID_DIRECTIVES, ITreeGridAggregation, IgcFormControlDirective, IgcFormsModule, IgxAccordionComponent, IgxAccordionModule, IgxActionStripComponent, IgxActionStripMenuItemDirective, IgxActionStripModule, IgxAdvancedFilteringDialogComponent, IgxAppendDropStrategy, IgxAutocompleteDirective, IgxAutocompleteModule, IgxAvatarComponent, IgxAvatarModule, IgxAvatarSize, IgxAvatarType, IgxBadgeComponent, IgxBadgeModule, IgxBadgeType, IgxBannerActionsDirective, IgxBannerComponent, IgxBannerModule, IgxBaseExporter, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxBottomNavComponent, IgxBottomNavContentComponent, IgxBottomNavHeaderComponent, IgxBottomNavHeaderIconDirective, IgxBottomNavHeaderLabelDirective, IgxBottomNavItemComponent, IgxBottomNavModule, IgxButtonDirective, IgxButtonGroupComponent, IgxButtonGroupModule, IgxButtonModule, IgxCSVTextDirective, IgxCalendarComponent, IgxCalendarHeaderTemplateDirective, IgxCalendarModule, IgxCalendarMonthDirective, IgxCalendarScrollMonthDirective, IgxCalendarSubheaderTemplateDirective, IgxCalendarView, IgxCalendarYearDirective, IgxCardActionsComponent, IgxCardActionsLayout, IgxCardComponent, IgxCardContentDirective, IgxCardFooterDirective, IgxCardHeaderComponent, IgxCardHeaderSubtitleDirective, IgxCardHeaderTitleDirective, IgxCardMediaDirective, IgxCardModule, IgxCardThumbnailDirective, IgxCardType, IgxCarouselComponent, IgxCarouselIndicatorDirective, IgxCarouselModule, IgxCarouselNextButtonDirective, IgxCarouselPrevButtonDirective, IgxCellEditorTemplateDirective, IgxCellFooterTemplateDirective, IgxCellHeaderTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCheckboxComponent, IgxCheckboxModule, IgxChildGridRowComponent, IgxChipComponent, IgxChipTypeVariant, IgxChipsAreaComponent, IgxChipsModule, IgxCircularProgressBarComponent, IgxCollapsibleIndicatorTemplateDirective, IgxColumPatternValidatorDirective, IgxColumnActionsBaseDirective, IgxColumnActionsComponent, IgxColumnComponent, IgxColumnEmailValidatorDirective, IgxColumnGroupComponent, IgxColumnHidingDirective, IgxColumnLayoutComponent, IgxColumnMaxLengthValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnPinningDirective, IgxColumnRequiredValidatorDirective, IgxComboAddItemDirective, IgxComboClearIconDirective, IgxComboComponent, IgxComboEmptyDirective, IgxComboFooterDirective, IgxComboHeaderDirective, IgxComboHeaderItemDirective, IgxComboItemDirective, IgxComboModule, IgxComboToggleIconDirective, IgxCsvExporterOptions, IgxCsvExporterService, IgxDataLoadingTemplateDirective, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDatePickerComponent, IgxDatePickerModule, IgxDateRangeEndComponent, IgxDateRangeInputsBaseComponent, IgxDateRangePickerComponent, IgxDateRangePickerModule, IgxDateRangeSeparatorDirective, IgxDateRangeStartComponent, IgxDateSummaryOperand, IgxDateTimeEditorDirective, IgxDateTimeEditorModule, IgxDateTimeFilteringOperand, IgxDaysViewComponent, IgxDefaultDropStrategy, IgxDialogActionsDirective, IgxDialogComponent, IgxDialogModule, IgxDialogTitleDirective, IgxDividerDirective, IgxDividerModule, IgxDividerType, IgxDragDirective, IgxDragDropModule, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDragIndicatorIconDirective, IgxDragLocation, IgxDropDirective, IgxDropDownComponent, IgxDropDownGroupComponent, IgxDropDownItemComponent, IgxDropDownItemNavigationDirective, IgxDropDownModule, IgxEmptyListTemplateDirective, IgxExcelExporterOptions, IgxExcelExporterService, IgxExcelStyleClearFiltersComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleDateExpressionComponent, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleHeaderIconDirective, IgxExcelStyleHidingComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxExcelStyleMovingComponent, IgxExcelStylePinningComponent, IgxExcelStyleSearchComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleSortingComponent, IgxExcelTextDirective, IgxExpansionPanelBodyComponent, IgxExpansionPanelComponent, IgxExpansionPanelDescriptionDirective, IgxExpansionPanelHeaderComponent, IgxExpansionPanelIconDirective, IgxExpansionPanelModule, IgxExpansionPanelTitleDirective, IgxExporterOptionsBase, IgxFilterCellTemplateDirective, IgxFilterDirective, IgxFilterModule, IgxFilterOptions, IgxFilterPipe, IgxFilteringOperand, IgxFlatTransactionFactory, IgxFlexDirective, IgxFocusDirective, IgxFocusModule, IgxFocusTrapDirective, IgxFocusTrapModule, IgxForOfContext, IgxForOfDirective, IgxForOfModule, IgxGridActionButtonComponent, IgxGridActionsBaseDirective, IgxGridCell, IgxGridComponent, IgxGridDetailTemplateDirective, IgxGridEditingActionsComponent, IgxGridExcelStyleFilteringComponent, IgxGridFooterComponent, IgxGridForOfContext, IgxGridForOfDirective, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent, IgxGridModule, IgxGridPinningActionsComponent, IgxGridRow, IgxGridStateDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarDirective, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridTransaction, IgxGroupAreaDropDirective, IgxGroupByRow, IgxGroupByRowSelectorDirective, IgxGroupByRowTemplateDirective, IgxGroupedTreeGridSorting, IgxGrouping, IgxHeadSelectorDirective, IgxHeaderCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHierarchicalGridComponent, IgxHierarchicalGridModule, IgxHierarchicalGridRow, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxHintDirective, IgxIconButtonDirective, IgxIconComponent, IgxIconModule, IgxIconService, IgxInputDirective, IgxInputGroupComponent, IgxInputGroupModule, IgxInputState, IgxInsertDropStrategy, IgxItemListDirective, IgxLabelDirective, IgxLayoutDirective, IgxLayoutModule, IgxLinearProgressBarComponent, IgxListActionDirective, IgxListBaseDirective, IgxListComponent, IgxListItemComponent, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective, IgxListLineDirective, IgxListLineSubTitleDirective, IgxListLineTitleDirective, IgxListModule, IgxListPanState, IgxListThumbnailDirective, IgxMaskDirective, IgxMaskModule, IgxMonthPickerComponent, IgxMonthsViewComponent, IgxNavDrawerItemDirective, IgxNavDrawerMiniTemplateDirective, IgxNavDrawerTemplateDirective, IgxNavbarActionDirective, IgxNavbarComponent, IgxNavbarModule, IgxNavbarTitleDirective, IgxNavigationCloseDirective, IgxNavigationDrawerComponent, IgxNavigationDrawerModule, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberSummaryOperand, IgxOverlayOutletDirective, IgxOverlayService, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorComponent, IgxPaginatorContentDirective, IgxPaginatorDirective, IgxPaginatorModule, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxPivotAggregate, IgxPivotDataSelectorComponent, IgxPivotDateAggregate, IgxPivotDateDimension, IgxPivotGridComponent, IgxPivotGridModule, IgxPivotNumericAggregate, IgxPivotTimeAggregate, IgxPivotValueChipTemplateDirective, IgxPrefixDirective, IgxPrependDropStrategy, IgxProgressBarGradientDirective, IgxProgressBarModule, IgxProgressBarTextTemplateDirective, IgxProgressType, IgxQueryBuilderComponent, IgxQueryBuilderHeaderComponent, IgxQueryBuilderModule, IgxRadioComponent, IgxRadioGroupDirective, IgxRadioModule, IgxRippleDirective, IgxRippleModule, IgxRowAddTextDirective, IgxRowCollapsedIndicatorDirective, IgxRowDirective, IgxRowDragGhostDirective, IgxRowEditActionsDirective, IgxRowEditTabStopDirective, IgxRowEditTextDirective, IgxRowExpandedIndicatorDirective, IgxRowIslandComponent, IgxRowSelectorDirective, IgxScrollInertiaDirective, IgxScrollInertiaModule, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectToggleIconDirective, IgxSimpleComboComponent, IgxSimpleComboModule, IgxSlideComponent, IgxSliderComponent, IgxSliderModule, IgxSliderType, IgxSnackbarComponent, IgxSnackbarModule, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxSorting, IgxSplitBarComponent, IgxSplitterComponent, IgxSplitterModule, IgxSplitterPaneComponent, IgxStepActiveIndicatorDirective, IgxStepCompletedIndicatorDirective, IgxStepComponent, IgxStepContentDirective, IgxStepIndicatorDirective, IgxStepInvalidIndicatorDirective, IgxStepSubtitleDirective, IgxStepTitleDirective, IgxStepType, IgxStepperComponent, IgxStepperModule, IgxStepperOrientation, IgxStepperTitlePosition, IgxStringFilteringOperand, IgxSuffixDirective, IgxSummaryOperand, IgxSummaryRow, IgxSummaryTemplateDirective, IgxSwitchComponent, IgxSwitchModule, IgxTabContentComponent, IgxTabHeaderComponent, IgxTabHeaderIconDirective, IgxTabHeaderLabelDirective, IgxTabItemComponent, IgxTabsAlignment, IgxTabsComponent, IgxTabsModule, IgxTemplateOutletDirective, IgxTextAlign, IgxTextHighlightDirective, IgxTextHighlightModule, IgxTextHighlightService, IgxTextSelectionDirective, IgxTextSelectionModule, IgxThumbFromTemplateDirective, IgxThumbToTemplateDirective, IgxTickLabelTemplateDirective, IgxTimeFilteringOperand, IgxTimeItemDirective, IgxTimePickerComponent, IgxTimePickerModule, IgxTimeSummaryOperand, IgxToastComponent, IgxToastModule, IgxToggleActionDirective, IgxToggleDirective, IgxToggleModule, IgxTooltipDirective, IgxTooltipModule, IgxTooltipTargetDirective, IgxTransactionService, IgxTreeComponent, IgxTreeExpandIndicatorDirective, IgxTreeGridComponent, IgxTreeGridGroupByAreaComponent, IgxTreeGridGroupingPipe, IgxTreeGridModule, IgxTreeGridRow, IgxTreeModule, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeSelectionType, IgxYearsViewComponent, InputResourceStringsEN, LabelPosition, ListResourceStringsEN, NoOpScrollStrategy, NoopFilteringStrategy, NoopPivotDimensionsStrategy, NoopSortingStrategy, PaginatorResourceStringsEN, PagingError, PickerInteractionMode, PivotColumnDimensionsStrategy, PivotDimensionType, PivotRowDimensionsStrategy, Point, QueryBuilderResourceStringsEN, RadioGroupAlignment, RelativePosition, RelativePositionStrategy, RowPinningPosition, SPLITTER_INTERACTION_KEYS, ScrollMonth, ScrollStrategy, SliderHandle, SortingDirection, SplitterType, TickLabelsOrientation, TicksOrientation, TimePickerResourceStringsEN, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, TreeResourceStringsEN, VerticalAlignment, VerticalAnimationType, WEEKDAYS, changei18n, comboIgnoreDiacriticsFilter, igxI18N, isDateInRanges, isLeap, monthRange, range, weekDay };
90831
+ export { AbsolutePosition, AbsoluteScrollStrategy, ActionStripResourceStringsEN, AutoPositionStrategy, BannerResourceStringsEN, BaseFilteringStrategy, BlockScrollStrategy, ButtonGroupAlignment, CachedDataCloneStrategy, Calendar, CalendarHammerConfig, CalendarResourceStringsEN, CalendarSelection, CarouselHammerConfig, CarouselIndicatorsOrientation, CarouselResourceStringsEN, ChipResourceStringsEN, CloseScrollStrategy, ColumnDisplayOrder, ColumnPinningPosition, ComboResourceStringsEN, ConnectedPositioningStrategy, ContainerPositionStrategy, CsvFileTypes, DEFAULT_OWNER, DEFAULT_PIVOT_KEYS, DataType, DataUtil, DatePart, DatePickerResourceStringsEN, DateRangePickerFormatPipe, DateRangePickerResourceStringsEN, DateRangeType, DefaultDataCloneStrategy, DefaultPivotGridRecordSortingStrategy, DefaultPivotSortingStrategy, DefaultSortingStrategy, DimensionValuesFilteringStrategy, Direction, DisplayDensity, DisplayDensityBase, DisplayDensityToken, DragDirection, ElasticPositionStrategy, ExpansionPanelHeaderIconPosition, ExportHeaderType, ExportRecordType, FilterMode, FilterUtil, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, GRID_LEVEL_COL, GRID_PARENT, GRID_ROOT_SUMMARY, GlobalPositionStrategy, GridColumnDataType, GridInstanceType, GridPagingMode, GridResourceStringsEN, GridSelectionMode, GridSummaryCalculationMode, GridSummaryPosition, GroupMemberCountSortingStrategy, GroupedRecords, HorizontalAlignment, HorizontalAnimationType, IGX_ACCORDION_DIRECTIVES, IGX_ACTION_STRIP_DIRECTIVES, IGX_BANNER_DIRECTIVES, IGX_BOTTOM_NAV_DIRECTIVES, IGX_BUTTON_GROUP_DIRECTIVES, IGX_CALENDAR_DIRECTIVES, IGX_CARD_DIRECTIVES, IGX_CAROUSEL_DIRECTIVES, IGX_CHIPS_DIRECTIVES, IGX_CIRCULAR_PROGRESS_BAR_DIRECTIVES, IGX_COMBO_DIRECTIVES, IGX_DATE_PICKER_DIRECTIVES, IGX_DATE_RANGE_PICKER_DIRECTIVES, IGX_DIALOG_DIRECTIVES, IGX_DRAG_DROP_DIRECTIVES, IGX_DROP_DOWN_DIRECTIVES, IGX_EXPANSION_PANEL_DIRECTIVES, IGX_GRID_ACTION_STRIP_DIRECTIVES, IGX_GRID_BASE, IGX_GRID_COMMON_DIRECTIVES, IGX_GRID_DIRECTIVES, IGX_GRID_SERVICE_BASE, IGX_GRID_VALIDATION_DIRECTIVES, IGX_HIERARCHICAL_GRID_DIRECTIVES, IGX_INPUT_GROUP_DIRECTIVES, IGX_INPUT_GROUP_TYPE, IGX_LINEAR_PROGRESS_BAR_DIRECTIVES, IGX_LIST_DIRECTIVES, IGX_NAVBAR_DIRECTIVES, IGX_NAVIGATION_DRAWER_DIRECTIVES, IGX_PAGINATOR_DIRECTIVES, IGX_PIVOT_GRID_DIRECTIVES, IGX_PROGRESS_BAR_DIRECTIVES, IGX_QUERY_BUILDER_DIRECTIVES, IGX_RADIO_GROUP_DIRECTIVES, IGX_SELECT_DIRECTIVES, IGX_SIMPLE_COMBO_DIRECTIVES, IGX_SLIDER_DIRECTIVES, IGX_SPLITTER_DIRECTIVES, IGX_STEPPER_DIRECTIVES, IGX_TABS_DIRECTIVES, IGX_TIME_PICKER_DIRECTIVES, IGX_TOOLTIP_DIRECTIVES, IGX_TREE_DIRECTIVES, IGX_TREE_GRID_DIRECTIVES, ITreeGridAggregation, IgcFormControlDirective, IgcFormsModule, IgxAccordionComponent, IgxAccordionModule, IgxActionStripComponent, IgxActionStripMenuItemDirective, IgxActionStripModule, IgxAdvancedFilteringDialogComponent, IgxAppendDropStrategy, IgxAutocompleteDirective, IgxAutocompleteModule, IgxAvatarComponent, IgxAvatarModule, IgxAvatarSize, IgxAvatarType, IgxBadgeComponent, IgxBadgeModule, IgxBadgeType, IgxBannerActionsDirective, IgxBannerComponent, IgxBannerModule, IgxBaseExporter, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxBottomNavComponent, IgxBottomNavContentComponent, IgxBottomNavHeaderComponent, IgxBottomNavHeaderIconDirective, IgxBottomNavHeaderLabelDirective, IgxBottomNavItemComponent, IgxBottomNavModule, IgxButtonDirective, IgxButtonGroupComponent, IgxButtonGroupModule, IgxButtonModule, IgxCSVTextDirective, IgxCalendarComponent, IgxCalendarHeaderTemplateDirective, IgxCalendarModule, IgxCalendarMonthDirective, IgxCalendarScrollMonthDirective, IgxCalendarSubheaderTemplateDirective, IgxCalendarView, IgxCalendarYearDirective, IgxCardActionsComponent, IgxCardActionsLayout, IgxCardComponent, IgxCardContentDirective, IgxCardFooterDirective, IgxCardHeaderComponent, IgxCardHeaderSubtitleDirective, IgxCardHeaderTitleDirective, IgxCardMediaDirective, IgxCardModule, IgxCardThumbnailDirective, IgxCardType, IgxCarouselComponent, IgxCarouselIndicatorDirective, IgxCarouselModule, IgxCarouselNextButtonDirective, IgxCarouselPrevButtonDirective, IgxCellEditorTemplateDirective, IgxCellFooterTemplateDirective, IgxCellHeaderTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCheckboxComponent, IgxCheckboxModule, IgxChildGridRowComponent, IgxChipComponent, IgxChipTypeVariant, IgxChipsAreaComponent, IgxChipsModule, IgxCircularProgressBarComponent, IgxCollapsibleIndicatorTemplateDirective, IgxColumPatternValidatorDirective, IgxColumnActionsBaseDirective, IgxColumnActionsComponent, IgxColumnComponent, IgxColumnEmailValidatorDirective, IgxColumnGroupComponent, IgxColumnHidingDirective, IgxColumnLayoutComponent, IgxColumnMaxLengthValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnPinningDirective, IgxColumnRequiredValidatorDirective, IgxComboAddItemDirective, IgxComboClearIconDirective, IgxComboComponent, IgxComboEmptyDirective, IgxComboFooterDirective, IgxComboHeaderDirective, IgxComboHeaderItemDirective, IgxComboItemDirective, IgxComboModule, IgxComboToggleIconDirective, IgxCsvExporterOptions, IgxCsvExporterService, IgxDataLoadingTemplateDirective, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDatePickerComponent, IgxDatePickerModule, IgxDateRangeEndComponent, IgxDateRangeInputsBaseComponent, IgxDateRangePickerComponent, IgxDateRangePickerModule, IgxDateRangeSeparatorDirective, IgxDateRangeStartComponent, IgxDateSummaryOperand, IgxDateTimeEditorDirective, IgxDateTimeEditorModule, IgxDateTimeFilteringOperand, IgxDaysViewComponent, IgxDefaultDropStrategy, IgxDialogActionsDirective, IgxDialogComponent, IgxDialogModule, IgxDialogTitleDirective, IgxDividerDirective, IgxDividerModule, IgxDividerType, IgxDragDirective, IgxDragDropModule, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDragIndicatorIconDirective, IgxDragLocation, IgxDropDirective, IgxDropDownComponent, IgxDropDownGroupComponent, IgxDropDownItemComponent, IgxDropDownItemNavigationDirective, IgxDropDownModule, IgxEmptyListTemplateDirective, IgxExcelExporterOptions, IgxExcelExporterService, IgxExcelStyleClearFiltersComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleDateExpressionComponent, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleHeaderIconDirective, IgxExcelStyleHidingComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxExcelStyleMovingComponent, IgxExcelStylePinningComponent, IgxExcelStyleSearchComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleSortingComponent, IgxExcelTextDirective, IgxExpansionPanelBodyComponent, IgxExpansionPanelComponent, IgxExpansionPanelDescriptionDirective, IgxExpansionPanelHeaderComponent, IgxExpansionPanelIconDirective, IgxExpansionPanelModule, IgxExpansionPanelTitleDirective, IgxExporterOptionsBase, IgxFilterCellTemplateDirective, IgxFilterDirective, IgxFilterModule, IgxFilterOptions, IgxFilterPipe, IgxFilteringOperand, IgxFlatTransactionFactory, IgxFlexDirective, IgxFocusDirective, IgxFocusModule, IgxFocusTrapDirective, IgxFocusTrapModule, IgxForOfContext, IgxForOfDirective, IgxForOfModule, IgxGridActionButtonComponent, IgxGridActionsBaseDirective, IgxGridCell, IgxGridComponent, IgxGridDetailTemplateDirective, IgxGridEditingActionsComponent, IgxGridExcelStyleFilteringComponent, IgxGridFooterComponent, IgxGridForOfContext, IgxGridForOfDirective, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent, IgxGridModule, IgxGridPinningActionsComponent, IgxGridRow, IgxGridStateDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarDirective, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridTransaction, IgxGroupAreaDropDirective, IgxGroupByRow, IgxGroupByRowSelectorDirective, IgxGroupByRowTemplateDirective, IgxGroupedTreeGridSorting, IgxGrouping, IgxHeadSelectorDirective, IgxHeaderCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHierarchicalGridComponent, IgxHierarchicalGridModule, IgxHierarchicalGridRow, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxHintDirective, IgxIconButtonDirective, IgxIconComponent, IgxIconModule, IgxIconService, IgxInputDirective, IgxInputGroupComponent, IgxInputGroupModule, IgxInputState, IgxInsertDropStrategy, IgxItemListDirective, IgxLabelDirective, IgxLayoutDirective, IgxLayoutModule, IgxLinearProgressBarComponent, IgxListActionDirective, IgxListBaseDirective, IgxListComponent, IgxListItemComponent, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective, IgxListLineDirective, IgxListLineSubTitleDirective, IgxListLineTitleDirective, IgxListModule, IgxListPanState, IgxListThumbnailDirective, IgxMaskDirective, IgxMaskModule, IgxMonthPickerComponent, IgxMonthsViewComponent, IgxNavDrawerItemDirective, IgxNavDrawerMiniTemplateDirective, IgxNavDrawerTemplateDirective, IgxNavbarActionDirective, IgxNavbarComponent, IgxNavbarModule, IgxNavbarTitleDirective, IgxNavigationCloseDirective, IgxNavigationDrawerComponent, IgxNavigationDrawerModule, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberSummaryOperand, IgxOverlayOutletDirective, IgxOverlayService, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorComponent, IgxPaginatorContentDirective, IgxPaginatorDirective, IgxPaginatorModule, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxPivotAggregate, IgxPivotDataSelectorComponent, IgxPivotDateAggregate, IgxPivotDateDimension, IgxPivotGridComponent, IgxPivotGridModule, IgxPivotNumericAggregate, IgxPivotTimeAggregate, IgxPivotValueChipTemplateDirective, IgxPrefixDirective, IgxPrependDropStrategy, IgxProgressBarGradientDirective, IgxProgressBarModule, IgxProgressBarTextTemplateDirective, IgxProgressType, IgxQueryBuilderComponent, IgxQueryBuilderHeaderComponent, IgxQueryBuilderModule, IgxRadioComponent, IgxRadioGroupDirective, IgxRadioModule, IgxRippleDirective, IgxRippleModule, IgxRowAddTextDirective, IgxRowCollapsedIndicatorDirective, IgxRowDirective, IgxRowDragGhostDirective, IgxRowEditActionsDirective, IgxRowEditTabStopDirective, IgxRowEditTextDirective, IgxRowExpandedIndicatorDirective, IgxRowIslandComponent, IgxRowSelectorDirective, IgxScrollInertiaDirective, IgxScrollInertiaModule, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectToggleIconDirective, IgxSimpleComboComponent, IgxSimpleComboModule, IgxSlideComponent, IgxSliderComponent, IgxSliderModule, IgxSliderType, IgxSnackbarComponent, IgxSnackbarModule, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxSorting, IgxSplitBarComponent, IgxSplitterComponent, IgxSplitterModule, IgxSplitterPaneComponent, IgxStepActiveIndicatorDirective, IgxStepCompletedIndicatorDirective, IgxStepComponent, IgxStepContentDirective, IgxStepIndicatorDirective, IgxStepInvalidIndicatorDirective, IgxStepSubtitleDirective, IgxStepTitleDirective, IgxStepType, IgxStepperComponent, IgxStepperModule, IgxStepperOrientation, IgxStepperTitlePosition, IgxStringFilteringOperand, IgxSuffixDirective, IgxSummaryOperand, IgxSummaryRow, IgxSummaryTemplateDirective, IgxSwitchComponent, IgxSwitchModule, IgxTabContentComponent, IgxTabHeaderComponent, IgxTabHeaderIconDirective, IgxTabHeaderLabelDirective, IgxTabItemComponent, IgxTabsAlignment, IgxTabsComponent, IgxTabsModule, IgxTemplateOutletDirective, IgxTextAlign, IgxTextHighlightDirective, IgxTextHighlightModule, IgxTextHighlightService, IgxTextSelectionDirective, IgxTextSelectionModule, IgxThumbFromTemplateDirective, IgxThumbToTemplateDirective, IgxTickLabelTemplateDirective, IgxTimeFilteringOperand, IgxTimeItemDirective, IgxTimePickerComponent, IgxTimePickerModule, IgxTimeSummaryOperand, IgxToastComponent, IgxToastModule, IgxToggleActionDirective, IgxToggleDirective, IgxToggleModule, IgxTooltipDirective, IgxTooltipModule, IgxTooltipTargetDirective, IgxTransactionService, IgxTreeComponent, IgxTreeExpandIndicatorDirective, IgxTreeGridComponent, IgxTreeGridGroupByAreaComponent, IgxTreeGridGroupingPipe, IgxTreeGridModule, IgxTreeGridRow, IgxTreeModule, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeSelectionType, IgxYearsViewComponent, InputResourceStringsEN, LabelPosition, ListResourceStringsEN, NoOpScrollStrategy, NoopFilteringStrategy, NoopPivotDimensionsStrategy, NoopSortingStrategy, PaginatorResourceStringsEN, PagingError, PickerInteractionMode, PivotColumnDimensionsStrategy, PivotDimensionType, PivotRowDimensionsStrategy, Point, QueryBuilderResourceStringsEN, RadioGroupAlignment, RelativePosition, RelativePositionStrategy, RowPinningPosition, ScrollStrategy, SliderHandle, SortingDirection, SplitterType, TickLabelsOrientation, TicksOrientation, TimePickerResourceStringsEN, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, TreeResourceStringsEN, VerticalAlignment, VerticalAnimationType, WEEKDAYS, changei18n, comboIgnoreDiacriticsFilter, igxI18N, isDateInRanges, isLeap, monthRange, range, weekDay };
90817
90832
  //# sourceMappingURL=igniteui-angular.mjs.map