igniteui-angular 12.3.12 → 12.3.13

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.
@@ -115,7 +115,7 @@ export declare class IgxFilteringService implements OnDestroy {
115
115
  generateExpressionsList(expressions: IFilteringExpressionsTree | IFilteringExpression, operator: FilteringLogic, expressionsUIs: ExpressionUI[]): void;
116
116
  isFilteringExpressionsTreeEmpty(expressionTree: IFilteringExpressionsTree): boolean;
117
117
  private filter_internal;
118
- /** Modifies the filteringState object to contain the newly added fitering conditions/expressions.
118
+ /** Modifies the filteringState object to contain the newly added filtering conditions/expressions.
119
119
  * If createNewTree is true, filteringState will not be modified (because it directly affects the grid.filteringExpressionsTree),
120
120
  * but a new object is created and returned.
121
121
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "12.3.12",
3
+ "version": "12.3.13",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",