@leanix/components 0.4.707 → 0.4.709

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.
@@ -1,7 +1,7 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class HighlightRangePipe implements PipeTransform {
4
- transform(text: string, offset?: number, length?: number): string;
4
+ transform(text: string, offset?: number, length?: number, className?: string): string;
5
5
  private doTransform;
6
6
  private highlight;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<HighlightRangePipe, never>;
@@ -6,6 +6,7 @@ export interface HighlightTermSearchOptions {
6
6
  * characters and spaces between words are included in the search: - [ ] / { } ( ) * + ? . ^ $ |
7
7
  */
8
8
  exactMatch: boolean;
9
+ className?: string;
9
10
  }
10
11
  export declare class HighlightTermPipe implements PipeTransform {
11
12
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.707",
3
+ "version": "0.4.709",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {