@energycap/components 0.46.13 → 0.46.14-highlighting-normalized-pattern.20260701-1417

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.46.13",
3
+ "version": "0.46.14-highlighting-normalized-pattern.20260701-1417",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"
@@ -5344,7 +5344,8 @@ declare class ResizableComponent extends ResizableBase implements OnInit {
5344
5344
  }
5345
5345
 
5346
5346
  declare class HighlightTextPipe implements PipeTransform {
5347
- transform(value: string, searchText: string): string;
5347
+ transform(value: string, searchText: string, normalizePattern?: string): string;
5348
+ private transformNormalized;
5348
5349
  private strongWrap;
5349
5350
  private escapeRegex;
5350
5351
  static ɵfac: i0.ɵɵFactoryDeclaration<HighlightTextPipe, never>;