@dev-tcloud/tcloud-ui 0.0.95 → 0.0.97

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,8 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ToTextPipe implements PipeTransform {
4
+ formatBytes(value: any): string;
5
+ transform(value: any): any;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToTextPipe, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<ToTextPipe, "toText", false>;
8
+ }
@@ -5,3 +5,4 @@ export * from './cnpj';
5
5
  export * from './cpf';
6
6
  export * from './bytes';
7
7
  export * from './datebr';
8
+ export * from './array-to-text';
@@ -6,9 +6,10 @@ import * as i4 from "./cnpj";
6
6
  import * as i5 from "./cpf";
7
7
  import * as i6 from "./bytes";
8
8
  import * as i7 from "./datebr";
9
- import * as i8 from "@angular/common";
9
+ import * as i8 from "./array-to-text";
10
+ import * as i9 from "@angular/common";
10
11
  export declare class TCloudUiPipesModule {
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiPipesModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiPipesModule, [typeof i1.MonthNamePipe, typeof i2.StatusInfoPipe, typeof i3.RespectivePipe, typeof i4.CNPJPipe, typeof i5.CPFPipe, typeof i6.BytesPipe, typeof i7.DateBRPipe], [typeof i8.CommonModule], [typeof i8.DatePipe, typeof i1.MonthNamePipe, typeof i2.StatusInfoPipe, typeof i3.RespectivePipe, typeof i4.CNPJPipe, typeof i5.CPFPipe, typeof i6.BytesPipe, typeof i7.DateBRPipe]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiPipesModule, [typeof i1.MonthNamePipe, typeof i2.StatusInfoPipe, typeof i3.RespectivePipe, typeof i4.CNPJPipe, typeof i5.CPFPipe, typeof i6.BytesPipe, typeof i7.DateBRPipe, typeof i8.ToTextPipe], [typeof i9.CommonModule], [typeof i9.DatePipe, typeof i1.MonthNamePipe, typeof i2.StatusInfoPipe, typeof i3.RespectivePipe, typeof i4.CNPJPipe, typeof i5.CPFPipe, typeof i6.BytesPipe, typeof i7.DateBRPipe, typeof i8.ToTextPipe]>;
13
14
  static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiPipesModule>;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-tcloud/tcloud-ui",
3
- "version": "0.0.95",
3
+ "version": "0.0.97",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.1.0",
6
6
  "@angular/core": "^14.1.0"