@decaf-ts/for-angular 0.0.66 → 0.0.67

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.
package/index.d.ts CHANGED
@@ -20,7 +20,6 @@ import { TranslateService, TranslateLoader, TranslationObject, TranslateParser,
20
20
  import { Observable, Subject, Subscription } from 'rxjs';
21
21
  import { HttpClient } from '@angular/common/http';
22
22
  import { SafeHtml, DomSanitizer, Title } from '@angular/platform-browser';
23
- import { SelectOption as SelectOption$1, KeyValue as KeyValue$1 } from 'src/lib/engine';
24
23
  import { NavigationOptions } from '@ionic/angular/common/providers/nav-controller';
25
24
  import { InjectablesRegistry } from '@decaf-ts/injectable-decorators';
26
25
  import { LoggedClass, Logger } from '@decaf-ts/logging';
@@ -8115,7 +8114,7 @@ declare class NgxRouterService {
8115
8114
  }
8116
8115
 
8117
8116
  declare class TableComponent extends ListComponent implements OnInit {
8118
- filter: SelectOption$1[];
8117
+ filter: SelectOption[];
8119
8118
  filterIndex: string;
8120
8119
  filterLabel: string;
8121
8120
  filterValue?: string;
@@ -8125,8 +8124,8 @@ declare class TableComponent extends ListComponent implements OnInit {
8125
8124
  injector: EnvironmentInjector;
8126
8125
  private get _cols();
8127
8126
  ngOnInit(): Promise<void>;
8128
- protected itemMapper(item: KeyValue$1, mapper: KeyValue$1, props?: KeyValue$1): KeyValue$1;
8129
- mapResults(data: KeyValue$1[]): KeyValue$1[];
8127
+ protected itemMapper(item: KeyValue, mapper: KeyValue, props?: KeyValue): KeyValue;
8128
+ mapResults(data: KeyValue[]): KeyValue[];
8130
8129
  handleAction(event: Event, action: CrudOperations, uid: string): Promise<void>;
8131
8130
  openFilterSelectOptions(event: Event): Promise<void>;
8132
8131
  handleFilterSelectClear(event: CustomEvent): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-angular",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "author": "Tiago Venceslau and Contributors",
5
5
  "license": "MPL-2.0 OR AGPL-3.0",
6
6
  "repository": {