jconsumer-shared 1.1.1 → 1.1.2

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.
Binary file
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./short-file-name.pipe";
3
+ import * as i2 from "@angular/common";
4
+ export declare class ShortFileNameModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShortFileNameModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ShortFileNameModule, [typeof i1.ShortFileNamePipe], [typeof i2.CommonModule], [typeof i1.ShortFileNamePipe]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ShortFileNameModule>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ShortFileNamePipe implements PipeTransform {
4
+ transform(value: string, len: number): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShortFileNamePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<ShortFileNamePipe, "shortFileName", false>;
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jconsumer-shared",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"
package/public-api.d.ts CHANGED
@@ -35,6 +35,8 @@ export * from './lib/pipes/autolink/autolink.pipe';
35
35
  export * from './lib/pipes/autolink/autolink.module';
36
36
  export * from './lib/pipes/date-format/date-format.module';
37
37
  export * from './lib/pipes/date-format/date-format.pipe';
38
+ export * from './lib/pipes/short-filename/short-file-name.module';
39
+ export * from './lib/pipes/short-filename/short-file-name.pipe';
38
40
  export * from './lib/form-message/form-message-display.service';
39
41
  export * from './lib/form-message/form-message-display.module';
40
42
  export * from './lib/calendar/date-time/datetime-processor.service';
Binary file