@testgorilla/tgo-ui 3.11.1 → 3.11.3

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": "@testgorilla/tgo-ui",
3
- "version": "3.11.1",
3
+ "version": "3.11.3",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "src/**/*.ts": [
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TruncatePipe implements PipeTransform {
4
+ transform(input: any, length?: number, suffix?: string, preserve?: boolean): any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "truncate", false>;
7
+ }
package/public-api.d.ts CHANGED
@@ -173,3 +173,6 @@ export * from './pipes/memoize-func.pipe';
173
173
  export * from './components/filter-button/filter-button.component';
174
174
  export * from './components/filter-button/filter-button.component.module';
175
175
  export * from './components/filter-button/filter-button.model';
176
+ export * from './components/breadcrumb/breadcrumb.component';
177
+ export * from './components/breadcrumb/breadcrumb.component.module';
178
+ export * from './components/breadcrumb/breadcrumb.model';