@the-liberators/ngx-scrumteamsurvey-tools 2.3.29 → 2.3.32

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.
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./truncate.pipe";
3
+ export declare class TruncatePipeModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipeModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TruncatePipeModule, [typeof i1.TruncatePipe], never, [typeof i1.TruncatePipe]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<TruncatePipeModule>;
7
+ }
@@ -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(value: string, limit?: number): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "truncate", false>;
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.29",
3
+ "version": "2.3.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.1.5",
6
6
  "@angular/core": "^19.1.5",
package/public-api.d.ts CHANGED
@@ -137,6 +137,8 @@ export * from './lib/pipes/segmentName/segmentName.module';
137
137
  export * from './lib/pipes/segmentName/segmentName.pipe';
138
138
  export * from './lib/pipes/slugify/ngx-slugify.module';
139
139
  export * from './lib/pipes/slugify/ngx-slugify.pipe';
140
+ export * from './lib/pipes/truncate/truncate.module';
141
+ export * from './lib/pipes/truncate/truncate.pipe';
140
142
  export * from './lib/results/components/arrow/arrow.component';
141
143
  export * from './lib/results/components/badge-progression/badge-progression.component';
142
144
  export * from './lib/results/components/badge-streak/badge-streak.component';