oxpi-nglib 1.0.75 → 1.0.78

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.
@@ -4,12 +4,14 @@ import { MatDialog, MatDialogRef } from '@angular/material/dialog';
4
4
  import { ScreenHelperService } from '../../providers/screen-helper.service';
5
5
  import { NotificationService } from '../../providers/notification.service';
6
6
  import { CommonWebService } from '../../providers/common-web-service';
7
+ import { AuthDataService } from '../../providers/auth-data.service';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class ProdutosHistoryComponent implements OnInit {
9
10
  private ws;
10
11
  private notification;
11
12
  dataDialog: Produto;
12
13
  dialog: MatDialog;
14
+ private auth;
13
15
  private elRef;
14
16
  private dialogRef;
15
17
  private screenHelper;
@@ -17,7 +19,7 @@ export declare class ProdutosHistoryComponent implements OnInit {
17
19
  items: Produto[];
18
20
  isBusy: boolean;
19
21
  mobile: any;
20
- constructor(ws: CommonWebService, notification: NotificationService, dataDialog: Produto, dialog: MatDialog, elRef: ElementRef, dialogRef: MatDialogRef<ProdutosHistoryComponent>, screenHelper: ScreenHelperService);
22
+ constructor(ws: CommonWebService, notification: NotificationService, dataDialog: Produto, dialog: MatDialog, auth: AuthDataService, elRef: ElementRef, dialogRef: MatDialogRef<ProdutosHistoryComponent>, screenHelper: ScreenHelperService);
21
23
  ngOnInit(): void;
22
24
  atualiza(): void;
23
25
  abreCadastro(item: Produto): void;
@@ -4,6 +4,7 @@ export interface Produto extends IOwnership {
4
4
  startTime?: Date;
5
5
  endTime?: Date;
6
6
  enviadoPC: boolean;
7
+ startEndElapsed?: string;
7
8
  id: number;
8
9
  nome: string;
9
10
  unidade: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxpi-nglib",
3
- "version": "1.0.75",
3
+ "version": "1.0.78",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.5",
6
6
  "@angular/core": "^14.0.5"