@dev-tcloud/tcloud-ui 0.0.39 → 0.0.40

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.
@@ -37,7 +37,9 @@ export declare class TCloudUiDataListComponent implements OnInit, OnDestroy, Aft
37
37
  formulario: FormGroup | undefined;
38
38
  constructor(dataListService: DataListService, formBuilder: FormBuilder);
39
39
  ngOnInit(): void;
40
+ t_fc: any | undefined;
40
41
  ngAfterViewChecked(): void;
42
+ get_selected_description(): void;
41
43
  generateID(): string;
42
44
  ngOnDestroy(): void;
43
45
  toSearch(e: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-tcloud/tcloud-ui",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.1.0",
6
6
  "@angular/core": "^14.1.0"