@dev-tcloud/tcloud-ui 0.0.34 → 0.0.36

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.
@@ -6,6 +6,7 @@ export declare class TCloudUiSearchInObjectService {
6
6
  private statusinfo;
7
7
  constructor(datepipe: DatePipe, statusinfo: StatusInfoPipe);
8
8
  private isADate;
9
+ private normalize;
9
10
  /**
10
11
  * meet - Procura em object - filtro utilizado para busca em tabelas
11
12
  * @param valor texto a ser procurado
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-tcloud/tcloud-ui",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.1.0",
6
6
  "@angular/core": "^14.1.0"