http-request-manager 18.14.0 → 18.15.0

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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "http-request-manager",
3
- "version": "18.14.0",
3
+ "version": "18.15.0",
4
4
  "homepage": "https://wavecoders.ca",
5
5
  "author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
6
6
  "description": "This is an Angular Module containing Components/Services using Material",
@@ -2530,6 +2530,8 @@ declare class RequestManagerStateDemoComponent implements OnInit {
2530
2530
  getColumnsFromData(data: any[]): string[];
2531
2531
  updateDisplayedColumns(data: any[]): void;
2532
2532
  isObject(value: any): boolean;
2533
+ getRecordLabel(item: any): string;
2534
+ private normalizeLabelValue;
2533
2535
  getDataLength(data: any): number;
2534
2536
  selectedRecord$?: Observable<ClientInfo$1 | null>;
2535
2537
  fb: FormBuilder;
Binary file