oxpi-nglib 2.0.55 → 2.0.57

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.
@@ -1061,6 +1061,7 @@ class AuthDataService {
1061
1061
  financasGradeAnualDespesa: false,
1062
1062
  financasGradeAnualReceita: false,
1063
1063
  financasMensal: false,
1064
+ financasResumoDiario: false,
1064
1065
  financasConfiguracoes: false,
1065
1066
  recepcaoEnergizar: false,
1066
1067
  recepcaoConfiguracoes: false,
@@ -2689,8 +2690,7 @@ class ProdutoFormComponent {
2689
2690
  this.tabs = [
2690
2691
  { name: "Campos Gerais", value: 0 },
2691
2692
  { name: "Campos Fiscais", value: 1 },
2692
- { name: "Cardápio Digital", value: 2 },
2693
- { name: "Informações Adicionais", value: 3 },
2693
+ { name: "Cardápio Digital", value: 2 }
2694
2694
  ];
2695
2695
  this.selectedTab = 0;
2696
2696
  this.setores = [];
@@ -3623,11 +3623,11 @@ class ProdutosInformacoesAdicionaisComponent {
3623
3623
  });
3624
3624
  }
3625
3625
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ProdutosInformacoesAdicionaisComponent, deps: [{ token: CommonWebService }, { token: MAT_DIALOG_DATA }, { token: i1.HttpClient }, { token: i3.MatDialogRef }, { token: AuthDataService }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Component }); }
3626
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: ProdutosInformacoesAdicionaisComponent, selector: "lib-produtos-informacoes-adicionais", ngImport: i0, template: "<div class=\"ox-header\">\n <h2 class=\"titulo\">Informa\u00E7\u00F5es Adicionais</h2>\n <button mat-icon-button [mat-dialog-close]>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n<div class=\"dialog-content\"> \n <div class=\"form-group\" *ngIf=\"model\">\n <label>Modo Preparo</label>\n <textarea id=\"modo_preparo\" [(ngModel)]=\"model.modoPreparo\" cols=\"40\" rows=\"5\" class=\"form-control input-300\"\n tabindex=\"2\"></textarea>\n </div>\n</div>\n<div class=\"dialog-footer\">\n <button mat-button color=\"primary\" (click)=\"salvar()\" tabindex=\"9\">SALVAR</button>\n <button mat-button [mat-dialog-close]>VOLTAR</button>\n</div>\n<ox-busy-indicator [isBusy]=\"isBusy\"></ox-busy-indicator>", styles: [":host{background:#fafafa;display:flex;flex-direction:column;height:100%;max-height:99vh}\n"], dependencies: [{ kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i6$2.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i6$2.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i7$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i3.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "component", type: BusyIndicatorComponent, selector: "ox-busy-indicator", inputs: ["isBusy"] }] }); }
3626
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.7", type: ProdutosInformacoesAdicionaisComponent, selector: "lib-produtos-informacoes-adicionais", ngImport: i0, template: "<div class=\"ox-header\">\n <h2 class=\"titulo\">Informa\u00E7\u00F5es Adicionais</h2>\n <button mat-icon-button [mat-dialog-close]>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n<div class=\"dialog-content\"> \n <div class=\"form-group\" *ngIf=\"model\">\n <label>Modo de Preparo</label>\n <textarea id=\"modo_preparo\" [(ngModel)]=\"model.modoPreparo\" cols=\"40\" rows=\"8\" class=\"form-control input-300\"\n tabindex=\"2\"></textarea>\n </div>\n</div>\n<div class=\"dialog-footer\">\n <button mat-button color=\"primary\" (click)=\"salvar()\" tabindex=\"9\">SALVAR</button>\n <button mat-button [mat-dialog-close]>VOLTAR</button>\n</div>\n<ox-busy-indicator [isBusy]=\"isBusy\"></ox-busy-indicator>", styles: [":host{background:#fafafa;display:flex;flex-direction:column;height:100%;max-height:99vh}\n"], dependencies: [{ kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i6$2.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i6$2.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i7$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i3.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "component", type: BusyIndicatorComponent, selector: "ox-busy-indicator", inputs: ["isBusy"] }] }); }
3627
3627
  }
3628
3628
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: ProdutosInformacoesAdicionaisComponent, decorators: [{
3629
3629
  type: Component,
3630
- args: [{ selector: 'lib-produtos-informacoes-adicionais', template: "<div class=\"ox-header\">\n <h2 class=\"titulo\">Informa\u00E7\u00F5es Adicionais</h2>\n <button mat-icon-button [mat-dialog-close]>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n<div class=\"dialog-content\"> \n <div class=\"form-group\" *ngIf=\"model\">\n <label>Modo Preparo</label>\n <textarea id=\"modo_preparo\" [(ngModel)]=\"model.modoPreparo\" cols=\"40\" rows=\"5\" class=\"form-control input-300\"\n tabindex=\"2\"></textarea>\n </div>\n</div>\n<div class=\"dialog-footer\">\n <button mat-button color=\"primary\" (click)=\"salvar()\" tabindex=\"9\">SALVAR</button>\n <button mat-button [mat-dialog-close]>VOLTAR</button>\n</div>\n<ox-busy-indicator [isBusy]=\"isBusy\"></ox-busy-indicator>", styles: [":host{background:#fafafa;display:flex;flex-direction:column;height:100%;max-height:99vh}\n"] }]
3630
+ args: [{ selector: 'lib-produtos-informacoes-adicionais', template: "<div class=\"ox-header\">\n <h2 class=\"titulo\">Informa\u00E7\u00F5es Adicionais</h2>\n <button mat-icon-button [mat-dialog-close]>\n <mat-icon>close</mat-icon>\n </button>\n</div>\n<div class=\"dialog-content\"> \n <div class=\"form-group\" *ngIf=\"model\">\n <label>Modo de Preparo</label>\n <textarea id=\"modo_preparo\" [(ngModel)]=\"model.modoPreparo\" cols=\"40\" rows=\"8\" class=\"form-control input-300\"\n tabindex=\"2\"></textarea>\n </div>\n</div>\n<div class=\"dialog-footer\">\n <button mat-button color=\"primary\" (click)=\"salvar()\" tabindex=\"9\">SALVAR</button>\n <button mat-button [mat-dialog-close]>VOLTAR</button>\n</div>\n<ox-busy-indicator [isBusy]=\"isBusy\"></ox-busy-indicator>", styles: [":host{background:#fafafa;display:flex;flex-direction:column;height:100%;max-height:99vh}\n"] }]
3631
3631
  }], ctorParameters: function () { return [{ type: CommonWebService }, { type: undefined, decorators: [{
3632
3632
  type: Inject,
3633
3633
  args: [MAT_DIALOG_DATA]