igniteui-angular 13.0.12 → 13.0.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.
@@ -31,8 +31,8 @@ $dark-input-group: $base-dark-input-group;
31
31
  /// @requires $fluent-input-group
32
32
  /// @requires $base-dark-input-group
33
33
  $dark-fluent-input-group: extend(
34
- $fluent-input-group,
35
34
  $base-dark-input-group,
35
+ $fluent-input-group,
36
36
  (
37
37
  input-prefix-background: (
38
38
  igx-color: ('grays', 100)
@@ -95,7 +95,7 @@ export declare class IgxFilteringService implements OnDestroy {
95
95
  generateExpressionsList(expressions: IFilteringExpressionsTree | IFilteringExpression, operator: FilteringLogic, expressionsUIs: ExpressionUI[]): void;
96
96
  isFilteringExpressionsTreeEmpty(expressionTree: IFilteringExpressionsTree): boolean;
97
97
  private filter_internal;
98
- /** Modifies the filteringState object to contain the newly added fitering conditions/expressions.
98
+ /** Modifies the filteringState object to contain the newly added filtering conditions/expressions.
99
99
  * If createNewTree is true, filteringState will not be modified (because it directly affects the grid.filteringExpressionsTree),
100
100
  * but a new object is created and returned.
101
101
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "13.0.12",
3
+ "version": "13.0.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",