igniteui-angular 21.2.0-rc.0 → 21.2.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/fesm2022/igniteui-angular-accordion.mjs +7 -7
  2. package/fesm2022/igniteui-angular-action-strip.mjs +10 -10
  3. package/fesm2022/igniteui-angular-avatar.mjs +7 -7
  4. package/fesm2022/igniteui-angular-badge.mjs +7 -8
  5. package/fesm2022/igniteui-angular-badge.mjs.map +1 -1
  6. package/fesm2022/igniteui-angular-banner.mjs +10 -10
  7. package/fesm2022/igniteui-angular-bottom-nav.mjs +22 -22
  8. package/fesm2022/igniteui-angular-button-group.mjs +7 -7
  9. package/fesm2022/igniteui-angular-calendar.mjs +61 -61
  10. package/fesm2022/igniteui-angular-card.mjs +31 -31
  11. package/fesm2022/igniteui-angular-carousel.mjs +32 -33
  12. package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
  13. package/fesm2022/igniteui-angular-chat-extras.mjs +6 -6
  14. package/fesm2022/igniteui-angular-chat.mjs +12 -12
  15. package/fesm2022/igniteui-angular-checkbox.mjs +7 -7
  16. package/fesm2022/igniteui-angular-chips.mjs +10 -10
  17. package/fesm2022/igniteui-angular-combo.mjs +52 -52
  18. package/fesm2022/igniteui-angular-core.mjs +63 -110
  19. package/fesm2022/igniteui-angular-core.mjs.map +1 -1
  20. package/fesm2022/igniteui-angular-date-picker.mjs +38 -38
  21. package/fesm2022/igniteui-angular-dialog.mjs +13 -13
  22. package/fesm2022/igniteui-angular-directives.mjs +191 -191
  23. package/fesm2022/igniteui-angular-drop-down.mjs +29 -29
  24. package/fesm2022/igniteui-angular-expansion-panel.mjs +28 -28
  25. package/fesm2022/igniteui-angular-grids-core.mjs +454 -453
  26. package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
  27. package/fesm2022/igniteui-angular-grids-grid.mjs +49 -49
  28. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +37 -37
  29. package/fesm2022/igniteui-angular-grids-lite.mjs +12 -12
  30. package/fesm2022/igniteui-angular-grids-pivot-grid.mjs +79 -79
  31. package/fesm2022/igniteui-angular-grids-tree-grid.mjs +55 -55
  32. package/fesm2022/igniteui-angular-icon.mjs +10 -10
  33. package/fesm2022/igniteui-angular-input-group.mjs +25 -25
  34. package/fesm2022/igniteui-angular-list.mjs +40 -40
  35. package/fesm2022/igniteui-angular-navbar.mjs +13 -13
  36. package/fesm2022/igniteui-angular-navigation-drawer.mjs +16 -16
  37. package/fesm2022/igniteui-angular-paginator.mjs +19 -19
  38. package/fesm2022/igniteui-angular-progressbar.mjs +19 -19
  39. package/fesm2022/igniteui-angular-query-builder.mjs +22 -22
  40. package/fesm2022/igniteui-angular-radio.mjs +14 -14
  41. package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
  42. package/fesm2022/igniteui-angular-select.mjs +25 -25
  43. package/fesm2022/igniteui-angular-simple-combo.mjs +7 -7
  44. package/fesm2022/igniteui-angular-slider.mjs +39 -42
  45. package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
  46. package/fesm2022/igniteui-angular-snackbar.mjs +7 -7
  47. package/fesm2022/igniteui-angular-splitter.mjs +13 -13
  48. package/fesm2022/igniteui-angular-stepper.mjs +38 -38
  49. package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
  50. package/fesm2022/igniteui-angular-switch.mjs +7 -7
  51. package/fesm2022/igniteui-angular-tabs.mjs +44 -43
  52. package/fesm2022/igniteui-angular-tabs.mjs.map +1 -1
  53. package/fesm2022/igniteui-angular-time-picker.mjs +19 -19
  54. package/fesm2022/igniteui-angular-toast.mjs +7 -7
  55. package/fesm2022/igniteui-angular-tree.mjs +28 -28
  56. package/lib/core/styles/components/badge/_badge-theme.scss +6 -1
  57. package/lib/core/styles/components/button-group/_button-group-theme.scss +78 -324
  58. package/lib/core/styles/components/chip/_chip-theme.scss +6 -2
  59. package/lib/core/styles/components/grid/_excel-filtering-theme.scss +16 -118
  60. package/lib/core/styles/components/grid/_grid-theme-builder.scss +391 -0
  61. package/lib/core/styles/components/grid/_grid-theme.scss +37 -39
  62. package/lib/core/styles/components/input/_input-group-theme.scss +1 -1
  63. package/lib/core/styles/components/progress/circular/_circular-theme.scss +1 -1
  64. package/lib/core/styles/components/query-builder/_query-builder-theme.scss +8 -8
  65. package/lib/core/styles/components/select/_select-theme.scss +1 -1
  66. package/migrations/common/ServerHost.js +35 -2
  67. package/migrations/common/UpdateChanges.js +37 -4
  68. package/migrations/common/tsLogger.js +34 -1
  69. package/migrations/common/tsUtils.js +35 -2
  70. package/migrations/common/util.d.ts +1 -1
  71. package/migrations/common/util.js +34 -1
  72. package/migrations/migration-collection.json +5 -0
  73. package/migrations/update-11_0_0/index.js +2 -3
  74. package/migrations/update-12_0_0/index.d.ts +1 -1
  75. package/migrations/update-12_0_0/index.js +2 -3
  76. package/migrations/update-12_1_0/index.js +2 -3
  77. package/migrations/update-13_0_0/index.js +2 -3
  78. package/migrations/update-13_1_0/index.js +2 -3
  79. package/migrations/update-15_1_0/index.js +2 -3
  80. package/migrations/update-16_1_0/index.js +2 -3
  81. package/migrations/update-17_0_0/index.js +36 -4
  82. package/migrations/update-17_1_0/index.js +2 -3
  83. package/migrations/update-18_0_0/index.js +2 -2
  84. package/migrations/update-20_0_6/index.js +3 -4
  85. package/migrations/update-21_0_0_import-migration/index.js +34 -1
  86. package/migrations/update-21_1_0_import-migration/index.js +34 -1
  87. package/migrations/update-21_2_0/changes/theme-changes.json +11 -0
  88. package/migrations/update-21_2_0/index.d.ts +3 -0
  89. package/migrations/update-21_2_0/index.js +18 -0
  90. package/package.json +2 -2
  91. package/schematics/ng-add/add-normalize.js +34 -1
  92. package/schematics/ng-add/index.spec.js +34 -1
  93. package/schematics/tsconfig.tsbuildinfo +1 -1
  94. package/skills/igniteui-angular-components/references/charts.md +4 -4
  95. package/skills/igniteui-angular-grids/SKILL.md +2 -0
  96. package/skills/igniteui-angular-grids/references/data-operations.md +3 -2
  97. package/skills/igniteui-angular-grids/references/sizing.md +204 -0
  98. package/skills/igniteui-angular-theming/SKILL.md +0 -3
  99. package/styles/igniteui-angular-dark.css +1 -1
  100. package/styles/igniteui-angular.css +1 -1
  101. package/styles/igniteui-bootstrap-dark.css +1 -1
  102. package/styles/igniteui-bootstrap-light.css +1 -1
  103. package/styles/igniteui-dark-green.css +1 -1
  104. package/styles/igniteui-fluent-dark-excel.css +1 -1
  105. package/styles/igniteui-fluent-dark-word.css +1 -1
  106. package/styles/igniteui-fluent-dark.css +1 -1
  107. package/styles/igniteui-fluent-light-excel.css +1 -1
  108. package/styles/igniteui-fluent-light-word.css +1 -1
  109. package/styles/igniteui-fluent-light.css +1 -1
  110. package/styles/igniteui-indigo-dark.css +1 -1
  111. package/styles/igniteui-indigo-light.css +1 -1
  112. package/styles/maps/igniteui-angular-dark.css.map +1 -1
  113. package/styles/maps/igniteui-angular.css.map +1 -1
  114. package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
  115. package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
  116. package/styles/maps/igniteui-dark-green.css.map +1 -1
  117. package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
  118. package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
  119. package/styles/maps/igniteui-fluent-dark.css.map +1 -1
  120. package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
  121. package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
  122. package/styles/maps/igniteui-fluent-light.css.map +1 -1
  123. package/styles/maps/igniteui-indigo-dark.css.map +1 -1
  124. package/styles/maps/igniteui-indigo-light.css.map +1 -1
  125. package/types/igniteui-angular-badge.d.ts +0 -2
  126. package/types/igniteui-angular-carousel.d.ts +0 -2
  127. package/types/igniteui-angular-core.d.ts +8 -35
  128. package/types/igniteui-angular-grids-core.d.ts +5 -0
  129. package/types/igniteui-angular-radio.d.ts +1 -1
  130. package/types/igniteui-angular-slider.d.ts +0 -2
  131. package/types/igniteui-angular-stepper.d.ts +0 -1
  132. package/types/igniteui-angular-tabs.d.ts +2 -4
  133. package/migrations/common/import-helper.js +0 -14
  134. package/skills/igniteui-angular-theming/references/contributing.md +0 -471
@@ -45,10 +45,10 @@ class IgxNavigationService {
45
45
  return this.navs[id].close(...args);
46
46
  }
47
47
  }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxNavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
49
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxNavigationService, providedIn: 'root' }); }
48
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxNavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
49
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxNavigationService, providedIn: 'root' }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxNavigationService, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxNavigationService, decorators: [{
52
52
  type: Injectable,
53
53
  args: [{ providedIn: 'root' }]
54
54
  }], ctorParameters: () => [] });
@@ -70,10 +70,10 @@ class IgxNavigationToggleDirective {
70
70
  toggleNavigationDrawer() {
71
71
  this.state.toggle(this.target, true);
72
72
  }
73
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxNavigationToggleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
74
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: IgxNavigationToggleDirective, isStandalone: true, selector: "[igxNavToggle]", inputs: { target: ["igxNavToggle", "target"] }, host: { listeners: { "click": "toggleNavigationDrawer()" } }, ngImport: i0 }); }
73
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxNavigationToggleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
74
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.9", type: IgxNavigationToggleDirective, isStandalone: true, selector: "[igxNavToggle]", inputs: { target: ["igxNavToggle", "target"] }, host: { listeners: { "click": "toggleNavigationDrawer()" } }, ngImport: i0 }); }
75
75
  }
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxNavigationToggleDirective, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxNavigationToggleDirective, decorators: [{
77
77
  type: Directive,
78
78
  args: [{
79
79
  selector: '[igxNavToggle]',
@@ -103,10 +103,10 @@ class IgxNavigationCloseDirective {
103
103
  closeNavigationDrawer() {
104
104
  this.state.close(this.target, true);
105
105
  }
106
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxNavigationCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
107
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: IgxNavigationCloseDirective, isStandalone: true, selector: "[igxNavClose]", inputs: { target: ["igxNavClose", "target"] }, host: { listeners: { "click": "closeNavigationDrawer()" } }, ngImport: i0 }); }
106
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxNavigationCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
107
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.9", type: IgxNavigationCloseDirective, isStandalone: true, selector: "[igxNavClose]", inputs: { target: ["igxNavClose", "target"] }, host: { listeners: { "click": "closeNavigationDrawer()" } }, ngImport: i0 }); }
108
108
  }
109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxNavigationCloseDirective, decorators: [{
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxNavigationCloseDirective, decorators: [{
110
110
  type: Directive,
111
111
  args: [{
112
112
  selector: '[igxNavClose]',
@@ -159,6 +159,14 @@ var WEEKDAYS;
159
159
 
160
160
  /** @hidden @internal */
161
161
  const ELEMENTS_TOKEN = /*@__PURE__*/ new InjectionToken('elements environment');
162
+ /**
163
+ * Returns true if the element's direction is left-to-right
164
+ *
165
+ * @hidden @internal
166
+ */
167
+ function isLeftToRight(element) {
168
+ return element?.matches(':dir(ltr)') ?? true;
169
+ }
162
170
  /**
163
171
  * @hidden
164
172
  */
@@ -495,10 +503,10 @@ class PlatformUtil {
495
503
  this.KEYMAP.ARROW_DOWN, this.KEYMAP.ARROW_LEFT, this.KEYMAP.ARROW_RIGHT, this.KEYMAP.ARROW_UP
496
504
  ].includes(key);
497
505
  }
498
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: PlatformUtil, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
499
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: PlatformUtil, providedIn: 'root' }); }
506
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PlatformUtil, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
507
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PlatformUtil, providedIn: 'root' }); }
500
508
  }
501
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: PlatformUtil, decorators: [{
509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PlatformUtil, decorators: [{
502
510
  type: Injectable,
503
511
  args: [{ providedIn: 'root' }]
504
512
  }] });
@@ -976,10 +984,10 @@ class IgxSelectionAPIService {
976
984
  get_empty() {
977
985
  return new Set();
978
986
  }
979
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxSelectionAPIService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
980
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxSelectionAPIService, providedIn: 'root' }); }
987
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxSelectionAPIService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
988
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxSelectionAPIService, providedIn: 'root' }); }
981
989
  }
982
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxSelectionAPIService, decorators: [{
990
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxSelectionAPIService, decorators: [{
983
991
  type: Injectable,
984
992
  args: [{
985
993
  providedIn: 'root',
@@ -1135,10 +1143,10 @@ class HammerGesturesManager {
1135
1143
  }
1136
1144
  this._hammerManagers = [];
1137
1145
  }
1138
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: HammerGesturesManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1139
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: HammerGesturesManager }); }
1146
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HammerGesturesManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1147
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HammerGesturesManager }); }
1140
1148
  }
1141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: HammerGesturesManager, decorators: [{
1149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HammerGesturesManager, decorators: [{
1142
1150
  type: Injectable
1143
1151
  }], ctorParameters: () => [] });
1144
1152
 
@@ -1182,10 +1190,10 @@ class IgxPickerToggleComponent {
1182
1190
  event.stopPropagation();
1183
1191
  this.clicked.emit();
1184
1192
  }
1185
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxPickerToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1186
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: IgxPickerToggleComponent, isStandalone: true, selector: "igx-picker-toggle", outputs: { clicked: "clicked" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
1193
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxPickerToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1194
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: IgxPickerToggleComponent, isStandalone: true, selector: "igx-picker-toggle", outputs: { clicked: "clicked" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
1187
1195
  }
1188
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxPickerToggleComponent, decorators: [{
1196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxPickerToggleComponent, decorators: [{
1189
1197
  type: Component,
1190
1198
  args: [{
1191
1199
  template: `<ng-content></ng-content>`,
@@ -1213,10 +1221,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
1213
1221
  * ```
1214
1222
  */
1215
1223
  class IgxPickerClearComponent extends IgxPickerToggleComponent {
1216
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxPickerClearComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1217
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: IgxPickerClearComponent, isStandalone: true, selector: "igx-picker-clear", usesInheritance: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
1224
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxPickerClearComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1225
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: IgxPickerClearComponent, isStandalone: true, selector: "igx-picker-clear", usesInheritance: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true }); }
1218
1226
  }
1219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxPickerClearComponent, decorators: [{
1227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxPickerClearComponent, decorators: [{
1220
1228
  type: Component,
1221
1229
  args: [{
1222
1230
  template: `<ng-content></ng-content>`,
@@ -1234,10 +1242,10 @@ class IgxPickerActionsDirective {
1234
1242
  constructor() {
1235
1243
  this.template = inject(TemplateRef);
1236
1244
  }
1237
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxPickerActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1238
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: IgxPickerActionsDirective, isStandalone: true, selector: "[igxPickerActions]", ngImport: i0 }); }
1245
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxPickerActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1246
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.9", type: IgxPickerActionsDirective, isStandalone: true, selector: "[igxPickerActions]", ngImport: i0 }); }
1239
1247
  }
1240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxPickerActionsDirective, decorators: [{
1248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxPickerActionsDirective, decorators: [{
1241
1249
  type: Directive,
1242
1250
  args: [{
1243
1251
  selector: '[igxPickerActions]',
@@ -4580,10 +4588,10 @@ class IgxDateFormatterPipe {
4580
4588
  transform(value, format, timezone, locale) {
4581
4589
  return this.i18nFormatter.formatDate(value, format, locale ?? this.locale_ID, timezone);
4582
4590
  }
4583
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxDateFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4584
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: IgxDateFormatterPipe, isStandalone: true, name: "date" }); }
4591
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxDateFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4592
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.9", ngImport: i0, type: IgxDateFormatterPipe, isStandalone: true, name: "date" }); }
4585
4593
  }
4586
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxDateFormatterPipe, decorators: [{
4594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxDateFormatterPipe, decorators: [{
4587
4595
  type: Pipe,
4588
4596
  args: [{
4589
4597
  name: 'date',
@@ -4597,10 +4605,10 @@ class IgxNumberFormatterPipe {
4597
4605
  transform(value, digitsInfo, locale) {
4598
4606
  return this.i18nFormatter.formatNumber(value, locale, digitsInfo);
4599
4607
  }
4600
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxNumberFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4601
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: IgxNumberFormatterPipe, isStandalone: true, name: "number" }); }
4608
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxNumberFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4609
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.9", ngImport: i0, type: IgxNumberFormatterPipe, isStandalone: true, name: "number" }); }
4602
4610
  }
4603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxNumberFormatterPipe, decorators: [{
4611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxNumberFormatterPipe, decorators: [{
4604
4612
  type: Pipe,
4605
4613
  args: [{
4606
4614
  name: 'number',
@@ -4614,10 +4622,10 @@ class IgxPercentFormatterPipe {
4614
4622
  transform(value, digitsInfo, locale) {
4615
4623
  return this.i18nFormatter.formatPercent(value, locale, digitsInfo);
4616
4624
  }
4617
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxPercentFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4618
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: IgxPercentFormatterPipe, isStandalone: true, name: "percent" }); }
4625
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxPercentFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4626
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.9", ngImport: i0, type: IgxPercentFormatterPipe, isStandalone: true, name: "percent" }); }
4619
4627
  }
4620
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxPercentFormatterPipe, decorators: [{
4628
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxPercentFormatterPipe, decorators: [{
4621
4629
  type: Pipe,
4622
4630
  args: [{
4623
4631
  name: 'percent',
@@ -4631,10 +4639,10 @@ class IgxCurrencyFormatterPipe {
4631
4639
  transform(value, currencyCode, display, digitsInfo, locale) {
4632
4640
  return this.i18nFormatter.formatCurrency(value, locale, display, currencyCode, digitsInfo);
4633
4641
  }
4634
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxCurrencyFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4635
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: IgxCurrencyFormatterPipe, isStandalone: true, name: "currency" }); }
4642
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxCurrencyFormatterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4643
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.9", ngImport: i0, type: IgxCurrencyFormatterPipe, isStandalone: true, name: "currency" }); }
4636
4644
  }
4637
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxCurrencyFormatterPipe, decorators: [{
4645
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxCurrencyFormatterPipe, decorators: [{
4638
4646
  type: Pipe,
4639
4647
  args: [{
4640
4648
  name: 'currency',
@@ -4702,69 +4710,14 @@ class IgxAngularAnimationService {
4702
4710
  const player = new IgxAngularAnimationPlayer(animationBuilder.create(element));
4703
4711
  return player;
4704
4712
  }
4705
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxAngularAnimationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4706
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxAngularAnimationService, providedIn: 'root' }); }
4713
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxAngularAnimationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4714
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxAngularAnimationService, providedIn: 'root' }); }
4707
4715
  }
4708
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxAngularAnimationService, decorators: [{
4716
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxAngularAnimationService, decorators: [{
4709
4717
  type: Injectable,
4710
4718
  args: [{ providedIn: 'root' }]
4711
4719
  }] });
4712
4720
 
4713
- /**
4714
- * @hidden
4715
- */
4716
- function DIR_DOCUMENT_FACTORY() {
4717
- return inject(DOCUMENT);
4718
- }
4719
- /**
4720
- * Injection token is used to inject the document into Directionality
4721
- * which factory could be faked for testing purposes.
4722
- *
4723
- * We can't provide and mock the DOCUMENT token from platform-browser because configureTestingModule
4724
- * allows override of the default providers, directive, pipes, modules of the test injector
4725
- * which causes errors.
4726
- *
4727
- * @hidden @internal
4728
- */
4729
- const DIR_DOCUMENT = /*@__PURE__*/ new InjectionToken('dir-doc', {
4730
- providedIn: 'root',
4731
- factory: DIR_DOCUMENT_FACTORY
4732
- });
4733
- /**
4734
- * @hidden @internal
4735
- *
4736
- * Bidirectional service that extracts the value of the direction attribute on the body or html elements.
4737
- *
4738
- * The dir attribute over the body element takes precedence.
4739
- */
4740
- class IgxDirectionality {
4741
- get value() {
4742
- return this._dir;
4743
- }
4744
- get document() {
4745
- return this._document;
4746
- }
4747
- get rtl() {
4748
- return this._dir === 'rtl';
4749
- }
4750
- constructor() {
4751
- const document = inject(DIR_DOCUMENT);
4752
- this._document = document;
4753
- const bodyDir = this._document.body ? this._document.body.dir : null;
4754
- const htmlDir = this._document.documentElement ? this._document.documentElement.dir : null;
4755
- const extractedDir = bodyDir || htmlDir;
4756
- this._dir = (extractedDir === 'ltr' || extractedDir === 'rtl') ? extractedDir : 'ltr';
4757
- }
4758
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxDirectionality, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4759
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxDirectionality, providedIn: 'root' }); }
4760
- }
4761
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxDirectionality, decorators: [{
4762
- type: Injectable,
4763
- args: [{
4764
- providedIn: 'root'
4765
- }]
4766
- }], ctorParameters: () => [] });
4767
-
4768
4721
  /**
4769
4722
  * @hidden @internal
4770
4723
  */
@@ -4785,10 +4738,10 @@ class IgxOverlayOutletDirective {
4785
4738
  get nativeElement() {
4786
4739
  return this.element.nativeElement;
4787
4740
  }
4788
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxOverlayOutletDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4789
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.6", type: IgxOverlayOutletDirective, isStandalone: true, selector: "[igxOverlayOutlet]", exportAs: ["overlay-outlet"], ngImport: i0 }); }
4741
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxOverlayOutletDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4742
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.9", type: IgxOverlayOutletDirective, isStandalone: true, selector: "[igxOverlayOutlet]", exportAs: ["overlay-outlet"], ngImport: i0 }); }
4790
4743
  }
4791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxOverlayOutletDirective, decorators: [{
4744
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxOverlayOutletDirective, decorators: [{
4792
4745
  type: Directive,
4793
4746
  args: [{
4794
4747
  exportAs: 'overlay-outlet',
@@ -6522,10 +6475,10 @@ class IgxOverlayService {
6522
6475
  info.size = size;
6523
6476
  }
6524
6477
  }
6525
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxOverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
6526
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxOverlayService, providedIn: 'root' }); }
6478
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxOverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
6479
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxOverlayService, providedIn: 'root' }); }
6527
6480
  }
6528
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxOverlayService, decorators: [{
6481
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxOverlayService, decorators: [{
6529
6482
  type: Injectable,
6530
6483
  args: [{ providedIn: 'root' }]
6531
6484
  }], ctorParameters: () => [] });
@@ -7368,10 +7321,10 @@ class IgxFlatTransactionFactory {
7368
7321
  return new IgxBaseTransactionService();
7369
7322
  }
7370
7323
  }
7371
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxFlatTransactionFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7372
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxFlatTransactionFactory, providedIn: 'root' }); }
7324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxFlatTransactionFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
7325
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxFlatTransactionFactory, providedIn: 'root' }); }
7373
7326
  }
7374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxFlatTransactionFactory, decorators: [{
7327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxFlatTransactionFactory, decorators: [{
7375
7328
  type: Injectable,
7376
7329
  args: [{
7377
7330
  providedIn: 'root'
@@ -7395,10 +7348,10 @@ class IgxHierarchicalTransactionFactory extends IgxFlatTransactionFactory {
7395
7348
  return new IgxBaseTransactionService();
7396
7349
  }
7397
7350
  }
7398
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxHierarchicalTransactionFactory, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
7399
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxHierarchicalTransactionFactory, providedIn: 'root' }); }
7351
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxHierarchicalTransactionFactory, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
7352
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxHierarchicalTransactionFactory, providedIn: 'root' }); }
7400
7353
  }
7401
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IgxHierarchicalTransactionFactory, decorators: [{
7354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: IgxHierarchicalTransactionFactory, decorators: [{
7402
7355
  type: Injectable,
7403
7356
  args: [{
7404
7357
  providedIn: 'root'
@@ -7661,5 +7614,5 @@ const TreeResourceStringsEN = prefixResource(IGX_PREFIX, TreeResourceStringsEN$1
7661
7614
  * Generated bundle index. Do not edit.
7662
7615
  */
7663
7616
 
7664
- export { AbsolutePosition, AbsoluteScrollStrategy, ActionStripResourceStringsEN, AutoPositionStrategy, BannerResourceStringsEN, BaseFilteringStrategy, BaseFitPositionStrategy, BaseFormatter, BlockScrollStrategy, ByLevelTreeGridMergeStrategy, CachedDataCloneStrategy, CalendarDay, CalendarResourceStringsEN, CarouselResourceStringsEN, ChipResourceStringsEN, CloseScrollStrategy, ColumnPinningPosition, ComboResourceStringsEN, ConnectedPositioningStrategy, ContainerPositionStrategy, DEFAULT_LOCALE, DataUtil, DatePart, DatePickerResourceStringsEN, DateRangePickerResourceStringsEN, DateRangeType, DateTimeUtil, DefaultDataCloneStrategy, DefaultMergeStrategy, DefaultSortingStrategy, DefaultTreeGridMergeStrategy, EDITOR_PROVIDER, ELEMENTS_TOKEN, ElasticPositionStrategy, ExpressionsTreeUtil, FilterUtil, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, FormattedValuesSortingStrategy, GlobalPositionStrategy, GridColumnDataType, GridResourceStringsEN, GridSummaryCalculationMode, GroupMemberCountSortingStrategy, GroupedRecords, HammerGesturesManager, HorizontalAlignment, I18N_FORMATTER, IgxActionStripActionsToken, IgxActionStripToken, IgxAngularAnimationPlayer, IgxAngularAnimationService, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxCurrencyFormatterPipe, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDateFormatterPipe, IgxDateTimeFilteringOperand, IgxFilteringOperand, IgxFlatTransactionFactory, IgxGrouping, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxNavigationCloseDirective, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberFormatterPipe, IgxOverlayOutletDirective, IgxOverlayService, IgxPercentFormatterPipe, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxSelectionAPIService, IgxSorting, IgxStringFilteringOperand, IgxTimeFilteringOperand, IgxTransactionService, InputResourceStringsEN, IntlFormatter, ListResourceStringsEN, NAVIGATION_KEYS, NoOpScrollStrategy, NoopFilteringStrategy, NoopSortingStrategy, OffsetMode, PaginatorResourceStringsEN, PagingError, PickerCalendarOrientation, PickerHeaderOrientation, PickerInteractionMode, PlatformUtil, Point, QueryBuilderResourceStringsEN, RelativePosition, RelativePositionStrategy, ScrollStrategy, SortingDirection, THEME_TOKEN, ThemeToken, TimePickerResourceStringsEN, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, TreeResourceStringsEN, Util, VerticalAlignment, WEEKDAYS, areEqualArrays, areSameMonth, calendarRange, changei18n, clamp, cloneArray, cloneHierarchicalArray, cloneValue, cloneValueCached, columnFieldPath, compareMaps, copyDescriptors, daysInWeek, first, flatten, formatToParts, generateMonth, getClosestActiveDate, getComponentCssSizeVar, getComponentSize, getComponentTheme, getCurrentResourceStrings, getHierarchy, getNextActiveDate, getPreviousActiveDate, getResizeObserver, getYearRange, intoChunks, isConstructor, isDate, isDateInRanges, isEqual, isHierarchyMatch, isNextMonth, isObject, isPreviousMonth, isTree, last, mergeObjects, modulo, normalizeURI, onResourceChangeHandle, parseDate, provideIgniteIntl, recreateExpression, recreateTree, recreateTreeFromFields, registerI18n, rem, resizeObservable, resolveNestedPath, reverseMapper, showMessage, toCalendarDay, trackByIdentity, uniqueDates, DIR_DOCUMENT as ɵDIR_DOCUMENT, IgxDirectionality as ɵIgxDirectionality, Size as ɵSize };
7617
+ export { AbsolutePosition, AbsoluteScrollStrategy, ActionStripResourceStringsEN, AutoPositionStrategy, BannerResourceStringsEN, BaseFilteringStrategy, BaseFitPositionStrategy, BaseFormatter, BlockScrollStrategy, ByLevelTreeGridMergeStrategy, CachedDataCloneStrategy, CalendarDay, CalendarResourceStringsEN, CarouselResourceStringsEN, ChipResourceStringsEN, CloseScrollStrategy, ColumnPinningPosition, ComboResourceStringsEN, ConnectedPositioningStrategy, ContainerPositionStrategy, DEFAULT_LOCALE, DataUtil, DatePart, DatePickerResourceStringsEN, DateRangePickerResourceStringsEN, DateRangeType, DateTimeUtil, DefaultDataCloneStrategy, DefaultMergeStrategy, DefaultSortingStrategy, DefaultTreeGridMergeStrategy, EDITOR_PROVIDER, ELEMENTS_TOKEN, ElasticPositionStrategy, ExpressionsTreeUtil, FilterUtil, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, FormattedValuesSortingStrategy, GlobalPositionStrategy, GridColumnDataType, GridResourceStringsEN, GridSummaryCalculationMode, GroupMemberCountSortingStrategy, GroupedRecords, HammerGesturesManager, HorizontalAlignment, I18N_FORMATTER, IgxActionStripActionsToken, IgxActionStripToken, IgxAngularAnimationPlayer, IgxAngularAnimationService, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxCurrencyFormatterPipe, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDateFormatterPipe, IgxDateTimeFilteringOperand, IgxFilteringOperand, IgxFlatTransactionFactory, IgxGrouping, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxNavigationCloseDirective, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberFormatterPipe, IgxOverlayOutletDirective, IgxOverlayService, IgxPercentFormatterPipe, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxSelectionAPIService, IgxSorting, IgxStringFilteringOperand, IgxTimeFilteringOperand, IgxTransactionService, InputResourceStringsEN, IntlFormatter, ListResourceStringsEN, NAVIGATION_KEYS, NoOpScrollStrategy, NoopFilteringStrategy, NoopSortingStrategy, OffsetMode, PaginatorResourceStringsEN, PagingError, PickerCalendarOrientation, PickerHeaderOrientation, PickerInteractionMode, PlatformUtil, Point, QueryBuilderResourceStringsEN, RelativePosition, RelativePositionStrategy, ScrollStrategy, SortingDirection, THEME_TOKEN, ThemeToken, TimePickerResourceStringsEN, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, TreeResourceStringsEN, Util, VerticalAlignment, WEEKDAYS, areEqualArrays, areSameMonth, calendarRange, changei18n, clamp, cloneArray, cloneHierarchicalArray, cloneValue, cloneValueCached, columnFieldPath, compareMaps, copyDescriptors, daysInWeek, first, flatten, formatToParts, generateMonth, getClosestActiveDate, getComponentCssSizeVar, getComponentSize, getComponentTheme, getCurrentResourceStrings, getHierarchy, getNextActiveDate, getPreviousActiveDate, getResizeObserver, getYearRange, intoChunks, isConstructor, isDate, isDateInRanges, isEqual, isHierarchyMatch, isLeftToRight, isNextMonth, isObject, isPreviousMonth, isTree, last, mergeObjects, modulo, normalizeURI, onResourceChangeHandle, parseDate, provideIgniteIntl, recreateExpression, recreateTree, recreateTreeFromFields, registerI18n, rem, resizeObservable, resolveNestedPath, reverseMapper, showMessage, toCalendarDay, trackByIdentity, uniqueDates, Size as ɵSize };
7665
7618
  //# sourceMappingURL=igniteui-angular-core.mjs.map