oxpi-nglib 2.0.65 → 2.0.66
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/esm2022/lib/cadastros/clientes/clientes/clientes-form.component.mjs +4 -4
- package/esm2022/lib/cadastros/clientes/clientes/clientes.component.mjs +5 -5
- package/esm2022/lib/cadastros/clientes/clientes-add-dialog/clientes-add-dialog.component.mjs +4 -4
- package/esm2022/lib/cadastros/clientes/clientes-edit-dialog/clientes-edit-dialog.component.mjs +4 -4
- package/esm2022/lib/cadastros/clientes/selecao-cliente-dialog/selecao-cliente-dialog.component.mjs +4 -4
- package/esm2022/lib/cadastros/fornecedores/fornecedores/fornecedores-form.component.mjs +4 -4
- package/esm2022/lib/cadastros/fornecedores/fornecedores/fornecedores.component.mjs +5 -5
- package/esm2022/lib/cadastros/fornecedores/fornecedores-add-dialog/fornecedores-add-dialog.component.mjs +4 -4
- package/esm2022/lib/cadastros/fornecedores/fornecedores-edit-dialog/fornecedores-edit-dialog.component.mjs +4 -4
- package/esm2022/lib/cadastros/fornecedores/selecao-fornecedor-dialog/selecao-fornecedor-dialog.component.mjs +4 -4
- package/esm2022/lib/cadastros/funcionarios/funcionario-add-dialog/funcionario-add-dialog.component.mjs +4 -4
- package/esm2022/lib/cadastros/funcionarios/funcionario-edit-dialog/funcionario-edit-dialog.component.mjs +4 -4
- package/esm2022/lib/cadastros/funcionarios/funcionario-form/funcionario-form.component.mjs +4 -4
- package/esm2022/lib/cadastros/funcionarios/funcionarios/funcionarios.component.mjs +5 -5
- package/esm2022/lib/controls/alert-dialog/alert-dialog.component.mjs +4 -4
- package/esm2022/lib/controls/busy-indicator/busy-indicator.component.mjs +5 -5
- package/esm2022/lib/controls/check-button/check-button.component.mjs +5 -5
- package/esm2022/lib/controls/image-viewer/image-viewer.component.mjs +5 -5
- package/esm2022/lib/controls/item-card/item-card.component.mjs +4 -4
- package/esm2022/lib/controls/month-year-picker/month-year-picker.component.mjs +4 -4
- package/esm2022/lib/controls/numeric-picker/numeric-picker.component.mjs +4 -4
- package/esm2022/lib/controls/paginator/paginator.component.mjs +4 -4
- package/esm2022/lib/controls/produto-card/produto-card.component.mjs +4 -4
- package/esm2022/lib/controls/radio-button-group/radio-button-group.component.mjs +4 -4
- package/esm2022/lib/controls/selecao-list-item/selecao-list-item.component.mjs +5 -5
- package/esm2022/lib/oxpi-nglib.module.mjs +6 -93
- package/esm2022/lib/providers/auth-data.service.mjs +4 -4
- package/esm2022/lib/providers/common-web-service.mjs +4 -4
- package/esm2022/lib/providers/export.file.service.mjs +4 -4
- package/esm2022/lib/providers/notification.service.mjs +4 -4
- package/esm2022/lib/providers/preference.service.mjs +4 -4
- package/esm2022/lib/providers/safe-html.pipe.mjs +4 -4
- package/esm2022/lib/providers/screen-helper.service.mjs +4 -4
- package/esm2022/public-api.mjs +1 -30
- package/fesm2022/oxpi-nglib.mjs +519 -3345
- package/fesm2022/oxpi-nglib.mjs.map +1 -1
- package/lib/oxpi-nglib.module.d.ts +25 -54
- package/package.json +3 -3
- package/public-api.d.ts +0 -29
- package/esm2022/lib/cadastros/produtos/produto-add-dialog/produto-add-dialog.component.mjs +0 -85
- package/esm2022/lib/cadastros/produtos/produto-busca-filtros-dialog/produto-busca-filtros-dialog.component.mjs +0 -88
- package/esm2022/lib/cadastros/produtos/produto-composicao/produto-composicao.component.mjs +0 -150
- package/esm2022/lib/cadastros/produtos/produto-composicao-add-dialog/produto-composicao-add-dialog.component.mjs +0 -68
- package/esm2022/lib/cadastros/produtos/produto-edit-dialog/produto-edit-dialog.component.mjs +0 -84
- package/esm2022/lib/cadastros/produtos/produto-form/produto-form.component.mjs +0 -371
- package/esm2022/lib/cadastros/produtos/produto-selecao-dialog/produto-selecao-dialog.component.mjs +0 -159
- package/esm2022/lib/cadastros/produtos/produtos/produtos.component.mjs +0 -277
- package/esm2022/lib/cadastros/produtos-categoria-cardapio/produto-categoria-cardapio-add-dialog/produto-categoria-cardapio-add-dialog.component.mjs +0 -70
- package/esm2022/lib/cadastros/produtos-categoria-cardapio/produto-categoria-cardapio-edit-dialog/produto-categoria-cardapio-edit-dialog.component.mjs +0 -78
- package/esm2022/lib/cadastros/produtos-categoria-cardapio/produto-categoria-cardapio-selecao-dialog/produto-categoria-cardapio-selecao-dialog.component.mjs +0 -106
- package/esm2022/lib/cadastros/produtos-categoria-cardapio/produtos-categorias-cardapio/produtos-categorias-cardapio.component.mjs +0 -165
- package/esm2022/lib/cadastros/produtos-grupos/mover-grupo-dialog/mover-grupo-dialog.component.mjs +0 -65
- package/esm2022/lib/cadastros/produtos-grupos/produto-grupo-add-dialog/produto-grupo-add-dialog.component.mjs +0 -69
- package/esm2022/lib/cadastros/produtos-grupos/produto-grupo-edit-dialog/produto-grupo-edit-dialog.component.mjs +0 -68
- package/esm2022/lib/cadastros/produtos-grupos/produto-grupo-form/produto-grupo-form.component.mjs +0 -21
- package/esm2022/lib/cadastros/produtos-grupos/produto-grupo-selecao-dialog/produto-grupo-selecao-dialog.component.mjs +0 -106
- package/esm2022/lib/cadastros/produtos-grupos/produtos-grupos/produtos-grupos.component.mjs +0 -184
- package/esm2022/lib/cadastros/produtos-history/produtos-history.component.mjs +0 -79
- package/esm2022/lib/cadastros/produtos-informacoes-adicionais/produtos-informacoes-adicionais.component.mjs +0 -79
- package/esm2022/lib/cadastros/produtos-ncm-dialog/produtos-ncm-dialog.component.mjs +0 -58
- package/esm2022/lib/cadastros/produtos-subgrupos/produto-subgrupo-add-dialog/produto-subgrupo-add-dialog.component.mjs +0 -71
- package/esm2022/lib/cadastros/produtos-subgrupos/produto-subgrupo-edit-dialog/produto-subgrupo-edit-dialog.component.mjs +0 -68
- package/esm2022/lib/cadastros/produtos-subgrupos/produto-subgrupo-selecao-dialog/produto-subgrupo-selecao-dialog.component.mjs +0 -109
- package/esm2022/lib/cadastros/produtos-subgrupos/produtos-subgrupos/produtos-subgrupos.component.mjs +0 -156
- package/esm2022/lib/cadastros/produtos-verificacao-grupo/produto-verificacao-grupo-add-dialog/produto-verificacao-grupo-add-dialog.component.mjs +0 -70
- package/esm2022/lib/cadastros/produtos-verificacao-grupo/produto-verificacao-grupo-edit-dialog/produto-verificacao-grupo-edit-dialog.component.mjs +0 -78
- package/esm2022/lib/cadastros/produtos-verificacao-grupo/produto-verificacao-grupo-selecao-dialog/produto-verificacao-grupo-selecao-dialog.component.mjs +0 -106
- package/esm2022/lib/cadastros/produtos-verificacao-grupo/produtos-verificacao-grupo/produtos-verificacao-grupo.component.mjs +0 -160
- package/lib/cadastros/produtos/produto-add-dialog/produto-add-dialog.component.d.ts +0 -28
- package/lib/cadastros/produtos/produto-busca-filtros-dialog/produto-busca-filtros-dialog.component.d.ts +0 -34
- package/lib/cadastros/produtos/produto-composicao/produto-composicao.component.d.ts +0 -30
- package/lib/cadastros/produtos/produto-composicao-add-dialog/produto-composicao-add-dialog.component.d.ts +0 -29
- package/lib/cadastros/produtos/produto-edit-dialog/produto-edit-dialog.component.d.ts +0 -28
- package/lib/cadastros/produtos/produto-form/produto-form.component.d.ts +0 -83
- package/lib/cadastros/produtos/produto-selecao-dialog/produto-selecao-dialog.component.d.ts +0 -43
- package/lib/cadastros/produtos/produtos/produtos.component.d.ts +0 -50
- package/lib/cadastros/produtos-categoria-cardapio/produto-categoria-cardapio-add-dialog/produto-categoria-cardapio-add-dialog.component.d.ts +0 -27
- package/lib/cadastros/produtos-categoria-cardapio/produto-categoria-cardapio-edit-dialog/produto-categoria-cardapio-edit-dialog.component.d.ts +0 -28
- package/lib/cadastros/produtos-categoria-cardapio/produto-categoria-cardapio-selecao-dialog/produto-categoria-cardapio-selecao-dialog.component.d.ts +0 -35
- package/lib/cadastros/produtos-categoria-cardapio/produtos-categorias-cardapio/produtos-categorias-cardapio.component.d.ts +0 -39
- package/lib/cadastros/produtos-grupos/mover-grupo-dialog/mover-grupo-dialog.component.d.ts +0 -21
- package/lib/cadastros/produtos-grupos/produto-grupo-add-dialog/produto-grupo-add-dialog.component.d.ts +0 -27
- package/lib/cadastros/produtos-grupos/produto-grupo-edit-dialog/produto-grupo-edit-dialog.component.d.ts +0 -27
- package/lib/cadastros/produtos-grupos/produto-grupo-form/produto-grupo-form.component.d.ts +0 -11
- package/lib/cadastros/produtos-grupos/produto-grupo-selecao-dialog/produto-grupo-selecao-dialog.component.d.ts +0 -35
- package/lib/cadastros/produtos-grupos/produtos-grupos/produtos-grupos.component.d.ts +0 -37
- package/lib/cadastros/produtos-history/produtos-history.component.d.ts +0 -28
- package/lib/cadastros/produtos-informacoes-adicionais/produtos-informacoes-adicionais.component.d.ts +0 -25
- package/lib/cadastros/produtos-ncm-dialog/produtos-ncm-dialog.component.d.ts +0 -29
- package/lib/cadastros/produtos-subgrupos/produto-subgrupo-add-dialog/produto-subgrupo-add-dialog.component.d.ts +0 -27
- package/lib/cadastros/produtos-subgrupos/produto-subgrupo-edit-dialog/produto-subgrupo-edit-dialog.component.d.ts +0 -28
- package/lib/cadastros/produtos-subgrupos/produto-subgrupo-selecao-dialog/produto-subgrupo-selecao-dialog.component.d.ts +0 -35
- package/lib/cadastros/produtos-subgrupos/produtos-subgrupos/produtos-subgrupos.component.d.ts +0 -36
- package/lib/cadastros/produtos-verificacao-grupo/produto-verificacao-grupo-add-dialog/produto-verificacao-grupo-add-dialog.component.d.ts +0 -27
- package/lib/cadastros/produtos-verificacao-grupo/produto-verificacao-grupo-edit-dialog/produto-verificacao-grupo-edit-dialog.component.d.ts +0 -28
- package/lib/cadastros/produtos-verificacao-grupo/produto-verificacao-grupo-selecao-dialog/produto-verificacao-grupo-selecao-dialog.component.d.ts +0 -35
- package/lib/cadastros/produtos-verificacao-grupo/produtos-verificacao-grupo/produtos-verificacao-grupo.component.d.ts +0 -39
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { Produto } from '../../../models/entidades/produto';
|
|
4
|
-
import { ProdutoComposicao } from '../../../models/entidades/produto-composicao';
|
|
5
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
6
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
7
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ProdutoComposicaoComponent implements OnInit {
|
|
10
|
-
dialogRef: MatDialogRef<ProdutoComposicaoComponent>;
|
|
11
|
-
dialog: MatDialog;
|
|
12
|
-
produto: Produto;
|
|
13
|
-
private ws;
|
|
14
|
-
private notification;
|
|
15
|
-
private screenHelper;
|
|
16
|
-
items: ProdutoComposicao[];
|
|
17
|
-
selectedItem: ProdutoComposicao | null;
|
|
18
|
-
isBusy: boolean;
|
|
19
|
-
mobile: boolean;
|
|
20
|
-
totalCusto: number;
|
|
21
|
-
constructor(dialogRef: MatDialogRef<ProdutoComposicaoComponent>, dialog: MatDialog, produto: Produto, ws: CommonWebService, notification: NotificationService, screenHelper: ScreenHelperService);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
atualiza(): void;
|
|
24
|
-
selectItem(i: ProdutoComposicao): void;
|
|
25
|
-
novo(): void;
|
|
26
|
-
editar(): void;
|
|
27
|
-
excluir(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoComposicaoComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoComposicaoComponent, "ox-produto-composicao", never, {}, {}, never, never, false, never>;
|
|
30
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { Produto } from '../../../models/entidades/produto';
|
|
4
|
-
import { ProdutoComposicao } from '../../../models/entidades/produto-composicao';
|
|
5
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
6
|
-
import { FocusService } from '../../../providers/focus.service';
|
|
7
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
8
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class ProdutoComposicaoAddDialogComponent implements OnInit {
|
|
11
|
-
model: ProdutoComposicao;
|
|
12
|
-
private ws;
|
|
13
|
-
private notification;
|
|
14
|
-
private dialogRef;
|
|
15
|
-
private screenHelper;
|
|
16
|
-
isBusy: boolean;
|
|
17
|
-
mobile: boolean;
|
|
18
|
-
focus: FocusService;
|
|
19
|
-
constructor(model: ProdutoComposicao, ws: CommonWebService, notification: NotificationService, dialogRef: MatDialogRef<ProdutoComposicaoAddDialogComponent>, screenHelper: ScreenHelperService);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
salvar(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoComposicaoAddDialogComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoComposicaoAddDialogComponent, "lib-produto-composicao-add-dialog", never, {}, {}, never, never, false, never>;
|
|
24
|
-
}
|
|
25
|
-
export interface ProdutoComposicaoDialogInfo {
|
|
26
|
-
qtd: number;
|
|
27
|
-
produto: Produto;
|
|
28
|
-
produtoItem: Produto;
|
|
29
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { Produto } from '../../../models/entidades/produto';
|
|
4
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
5
|
-
import { FocusService } from '../../../providers/focus.service';
|
|
6
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
7
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ProdutoEditDialogComponent implements OnInit {
|
|
10
|
-
private ws;
|
|
11
|
-
private notification;
|
|
12
|
-
dataDialog: Produto;
|
|
13
|
-
dialog: MatDialog;
|
|
14
|
-
private elRef;
|
|
15
|
-
private dialogRef;
|
|
16
|
-
private screenHelper;
|
|
17
|
-
model: Produto | undefined;
|
|
18
|
-
mobile: boolean;
|
|
19
|
-
isBusy: boolean;
|
|
20
|
-
focus: FocusService;
|
|
21
|
-
constructor(ws: CommonWebService, notification: NotificationService, dataDialog: Produto, dialog: MatDialog, elRef: ElementRef, dialogRef: MatDialogRef<ProdutoEditDialogComponent>, screenHelper: ScreenHelperService);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
salvar(): void;
|
|
25
|
-
verHistorico(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoEditDialogComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoEditDialogComponent, "ox-produto-edit-dialog", never, {}, {}, never, never, false, never>;
|
|
28
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
4
|
-
import { RadioButtonGroupData } from '../../../controls/radio-button-group/radio-button-group.component';
|
|
5
|
-
import { Produto } from '../../../models/entidades/produto';
|
|
6
|
-
import { SetorEstoque } from '../../../models/entidades/setor-estoque';
|
|
7
|
-
import { LazyTrigger } from '../../../models/infra/lazy-trigger';
|
|
8
|
-
import { NumberParser } from '../../../models/infra/number-parser';
|
|
9
|
-
import { Tuple } from '../../../models/tuple';
|
|
10
|
-
import { AuthDataService } from '../../../providers/auth-data.service';
|
|
11
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
12
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
13
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
14
|
-
import * as i0 from "@angular/core";
|
|
15
|
-
export declare const lateralAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
16
|
-
export declare class ProdutoFormComponent implements OnInit {
|
|
17
|
-
dialog: MatDialog;
|
|
18
|
-
private ws;
|
|
19
|
-
private http;
|
|
20
|
-
private auth;
|
|
21
|
-
private notification;
|
|
22
|
-
private screenHelper;
|
|
23
|
-
cfopList: Tuple<string, string>[];
|
|
24
|
-
stList: Tuple<string, string>[];
|
|
25
|
-
modBaseICMS: Tuple<number, string>[];
|
|
26
|
-
cstICMSList: Tuple<string, string>[];
|
|
27
|
-
cstCofinsList: Tuple<string, string>[];
|
|
28
|
-
ncmEncontrado: boolean;
|
|
29
|
-
ncmNaoEncontrado: boolean;
|
|
30
|
-
isBusy: boolean;
|
|
31
|
-
pRedBC_icmsParser: NumberParser;
|
|
32
|
-
pRedBCEfet_icmsParser: NumberParser;
|
|
33
|
-
picmsEfet_icmsParser: NumberParser;
|
|
34
|
-
vbcEfet_icmsParser: NumberParser;
|
|
35
|
-
vicmsEfet_icmsParser: NumberParser;
|
|
36
|
-
psT_icmsParser: NumberParser;
|
|
37
|
-
vbcstRet_icmsParser: NumberParser;
|
|
38
|
-
vicmsSubstituto_icmsParser: NumberParser;
|
|
39
|
-
vicmsstRet_icmsParser: NumberParser;
|
|
40
|
-
pfcP_icmsParser: NumberParser;
|
|
41
|
-
vbcfcP_icmsParser: NumberParser;
|
|
42
|
-
pfcpsT_icmsParser: NumberParser;
|
|
43
|
-
vbcfcpsT_icmsParser: NumberParser;
|
|
44
|
-
pfcpstRet_icmsParser: NumberParser;
|
|
45
|
-
vbcfcpstRet_icmsParser: NumberParser;
|
|
46
|
-
ppiS_pisParser: NumberParser;
|
|
47
|
-
vbC_pisParser: NumberParser;
|
|
48
|
-
pcofinS_cofinsParser: NumberParser;
|
|
49
|
-
vbC_cofinsParser: NumberParser;
|
|
50
|
-
precoVendaParser: NumberParser;
|
|
51
|
-
precoCustoParser: NumberParser;
|
|
52
|
-
precoFuncParser: NumberParser;
|
|
53
|
-
pICMS_icmsParser: NumberParser;
|
|
54
|
-
qtdMinSubEstoqueParser: NumberParser;
|
|
55
|
-
estoqueMinimoParser: NumberParser;
|
|
56
|
-
quantidadeSuiteParser: NumberParser;
|
|
57
|
-
lazyTriggerNcm: LazyTrigger;
|
|
58
|
-
editMode: boolean;
|
|
59
|
-
nextIdClick: EventEmitter<any>;
|
|
60
|
-
progress: number;
|
|
61
|
-
message: string;
|
|
62
|
-
imgUrl: string | undefined;
|
|
63
|
-
_model: Produto;
|
|
64
|
-
get model(): Produto;
|
|
65
|
-
set model(value: Produto);
|
|
66
|
-
tabs: RadioButtonGroupData[];
|
|
67
|
-
selectedTab: number;
|
|
68
|
-
setores: SetorEstoque[];
|
|
69
|
-
constructor(dialog: MatDialog, ws: CommonWebService, http: HttpClient, auth: AuthDataService, notification: NotificationService, screenHelper: ScreenHelperService);
|
|
70
|
-
ngOnInit(): void;
|
|
71
|
-
loadSetores(): void;
|
|
72
|
-
editarNCM(): void;
|
|
73
|
-
editarSubgrupo(): void;
|
|
74
|
-
editarGrupo(): void;
|
|
75
|
-
editarCategoriaCardapio(): void;
|
|
76
|
-
editarVerificacaoGrupo(): void;
|
|
77
|
-
changeModo(ev: RadioButtonGroupData): void;
|
|
78
|
-
uploadFile(files: any): void;
|
|
79
|
-
setImgUrl(upload?: string | undefined): void;
|
|
80
|
-
findNCM(): void;
|
|
81
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoFormComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoFormComponent, "ox-produto-form", never, { "editMode": { "alias": "editMode"; "required": false; }; "model": { "alias": "model"; "required": false; }; }, { "nextIdClick": "nextIdClick"; }, never, never, false, never>;
|
|
83
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { Produto } from '../../../models/entidades/produto';
|
|
4
|
-
import { LazyTrigger } from '../../../models/infra/lazy-trigger';
|
|
5
|
-
import { NavegacaoSelecaoDialogUtil } from '../../../models/infra/selecao-utils';
|
|
6
|
-
import { ProdutoSearchSetting } from '../../../models/settings/produto-search-setting';
|
|
7
|
-
import { AuthDataService } from '../../../providers/auth-data.service';
|
|
8
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
9
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
10
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class ProdutoSelecaoDialogComponent implements OnInit {
|
|
13
|
-
dialogRef: MatDialogRef<ProdutoSelecaoDialogComponent>;
|
|
14
|
-
dialog: MatDialog;
|
|
15
|
-
private ws;
|
|
16
|
-
private notification;
|
|
17
|
-
private screenHelper;
|
|
18
|
-
args: ProdutoSearchSetting;
|
|
19
|
-
items: Produto[];
|
|
20
|
-
selectedItem: Produto | null;
|
|
21
|
-
isBusy: boolean;
|
|
22
|
-
mobile: boolean;
|
|
23
|
-
setting: ProdutoSearchSetting;
|
|
24
|
-
allowAdd: boolean;
|
|
25
|
-
allowEdit: boolean;
|
|
26
|
-
lazyTrigger: LazyTrigger;
|
|
27
|
-
trocaPaginaLazyTrigger: LazyTrigger;
|
|
28
|
-
nav: NavegacaoSelecaoDialogUtil<Produto, ProdutoSelecaoDialogComponent>;
|
|
29
|
-
quantidadePagina: number;
|
|
30
|
-
paginaAtual: number;
|
|
31
|
-
totalPaginas: number;
|
|
32
|
-
constructor(dialogRef: MatDialogRef<ProdutoSelecaoDialogComponent>, dialog: MatDialog, ws: CommonWebService, notification: NotificationService, auth: AuthDataService, screenHelper: ScreenHelperService, args: ProdutoSearchSetting);
|
|
33
|
-
ngOnInit(): void;
|
|
34
|
-
trocaPagina(): void;
|
|
35
|
-
atualiza(pagina?: number): void;
|
|
36
|
-
selectItem(i: Produto): void;
|
|
37
|
-
editar(): void;
|
|
38
|
-
abreCadastro(item: Produto): void;
|
|
39
|
-
novo(): void;
|
|
40
|
-
excluir(): void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoSelecaoDialogComponent, [null, null, null, null, null, null, { optional: true; }]>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoSelecaoDialogComponent, "lib-produto-selecao-dialog", never, {}, {}, never, never, false, never>;
|
|
43
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { ActivatedRoute } from '@angular/router';
|
|
4
|
-
import { Produto } from '../../../models/entidades/produto';
|
|
5
|
-
import { LazyTrigger } from '../../../models/infra/lazy-trigger';
|
|
6
|
-
import { PagingResult } from '../../../models/infra/paging-result';
|
|
7
|
-
import { ProdutoSearchSetting } from '../../../models/settings/produto-search-setting';
|
|
8
|
-
import { AuthDataService } from '../../../providers/auth-data.service';
|
|
9
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
10
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
11
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class ProdutosComponent implements OnInit {
|
|
14
|
-
private ws;
|
|
15
|
-
private notification;
|
|
16
|
-
dialog: MatDialog;
|
|
17
|
-
private route;
|
|
18
|
-
private screenHelper;
|
|
19
|
-
mobile: boolean;
|
|
20
|
-
isBusy: boolean;
|
|
21
|
-
items: Produto[];
|
|
22
|
-
result: PagingResult<Produto>;
|
|
23
|
-
private _selectedItem;
|
|
24
|
-
get selectedItem(): Produto | null;
|
|
25
|
-
set selectedItem(p: Produto | null);
|
|
26
|
-
lazyTrigger: LazyTrigger;
|
|
27
|
-
allowAdd: boolean;
|
|
28
|
-
allowExcluir: boolean;
|
|
29
|
-
usaEstoqueOnline: boolean;
|
|
30
|
-
setting: ProdutoSearchSetting;
|
|
31
|
-
private focus;
|
|
32
|
-
paginaAtual: number;
|
|
33
|
-
quantidadePagina: number;
|
|
34
|
-
constructor(ws: CommonWebService, notification: NotificationService, dialog: MatDialog, auth: AuthDataService, route: ActivatedRoute, screenHelper: ScreenHelperService);
|
|
35
|
-
ngOnInit(): void;
|
|
36
|
-
onSelectItem(): void;
|
|
37
|
-
ngOnDestroy(): void;
|
|
38
|
-
trocaPagina(): void;
|
|
39
|
-
atualiza(pagina?: number): void;
|
|
40
|
-
excluir(): void;
|
|
41
|
-
novo(): void;
|
|
42
|
-
abreCadastro(item: Produto): void;
|
|
43
|
-
salvar(): void;
|
|
44
|
-
filtros(): void;
|
|
45
|
-
composicao(): void;
|
|
46
|
-
verInformacoesAdicionais(): void;
|
|
47
|
-
verHistorico(): void;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutosComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutosComponent, "ox-produtos", never, {}, {}, never, never, false, never>;
|
|
50
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { ProdutoCategoriaCardapio } from '../../../models/entidades/produto-grupo';
|
|
4
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
5
|
-
import { FocusService } from '../../../providers/focus.service';
|
|
6
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
7
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ProdutoCategoriaCardapioAddDialogComponent implements OnInit {
|
|
10
|
-
private ws;
|
|
11
|
-
private notification;
|
|
12
|
-
dataDialog: ProdutoCategoriaCardapio;
|
|
13
|
-
dialog: MatDialog;
|
|
14
|
-
private elRef;
|
|
15
|
-
private dialogRef;
|
|
16
|
-
private screenHelper;
|
|
17
|
-
model: ProdutoCategoriaCardapio;
|
|
18
|
-
mobile: boolean;
|
|
19
|
-
isBusy: boolean;
|
|
20
|
-
focus: FocusService;
|
|
21
|
-
constructor(ws: CommonWebService, notification: NotificationService, dataDialog: ProdutoCategoriaCardapio, dialog: MatDialog, elRef: ElementRef, dialogRef: MatDialogRef<ProdutoCategoriaCardapioAddDialogComponent>, screenHelper: ScreenHelperService);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
salvar(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoCategoriaCardapioAddDialogComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoCategoriaCardapioAddDialogComponent, "ox-produto-categoria-cardapio-add-dialog", never, {}, {}, never, never, false, never>;
|
|
27
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { ProdutoCategoriaCardapio } from '../../../models/entidades/produto-grupo';
|
|
4
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
5
|
-
import { FocusService } from '../../../providers/focus.service';
|
|
6
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
7
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ProdutoCategoriaCardapioEditDialogComponent implements OnInit {
|
|
10
|
-
private ws;
|
|
11
|
-
private notification;
|
|
12
|
-
dataDialog: ProdutoCategoriaCardapio;
|
|
13
|
-
dialog: MatDialog;
|
|
14
|
-
private elRef;
|
|
15
|
-
private dialogRef;
|
|
16
|
-
private screenHelper;
|
|
17
|
-
model: ProdutoCategoriaCardapio | undefined;
|
|
18
|
-
mobile: boolean;
|
|
19
|
-
isBusy: boolean;
|
|
20
|
-
focus: FocusService;
|
|
21
|
-
constructor(ws: CommonWebService, notification: NotificationService, dataDialog: ProdutoCategoriaCardapio, dialog: MatDialog, elRef: ElementRef, dialogRef: MatDialogRef<ProdutoCategoriaCardapioEditDialogComponent>, screenHelper: ScreenHelperService);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
desativar(): void;
|
|
25
|
-
salvar(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoCategoriaCardapioEditDialogComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoCategoriaCardapioEditDialogComponent, "ox-produto-categoria-cardapio-edit-dialog", never, {}, {}, never, never, false, never>;
|
|
28
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { ProdutoCategoriaCardapio } from '../../../models/entidades/produto-grupo';
|
|
4
|
-
import { LazyTrigger } from '../../../models/infra/lazy-trigger';
|
|
5
|
-
import { NavegacaoSelecaoDialogUtil } from '../../../models/infra/selecao-utils';
|
|
6
|
-
import { SearchSetting } from '../../../models/settings/search-setting';
|
|
7
|
-
import { AuthDataService } from '../../../providers/auth-data.service';
|
|
8
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
9
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
10
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class ProdutoCategoriaCardapioSelecaoDialogComponent implements OnInit {
|
|
13
|
-
dialogRef: MatDialogRef<ProdutoCategoriaCardapioSelecaoDialogComponent>;
|
|
14
|
-
dialog: MatDialog;
|
|
15
|
-
private ws;
|
|
16
|
-
private notification;
|
|
17
|
-
private screenHelper;
|
|
18
|
-
items: ProdutoCategoriaCardapio[];
|
|
19
|
-
selectedItem: ProdutoCategoriaCardapio | null;
|
|
20
|
-
isBusy: boolean;
|
|
21
|
-
mobile: boolean;
|
|
22
|
-
setting: SearchSetting;
|
|
23
|
-
allowAdd: boolean;
|
|
24
|
-
allowEdit: boolean;
|
|
25
|
-
lazyTrigger: LazyTrigger;
|
|
26
|
-
nav: NavegacaoSelecaoDialogUtil<ProdutoCategoriaCardapio, ProdutoCategoriaCardapioSelecaoDialogComponent>;
|
|
27
|
-
constructor(dialogRef: MatDialogRef<ProdutoCategoriaCardapioSelecaoDialogComponent>, dialog: MatDialog, ws: CommonWebService, notification: NotificationService, auth: AuthDataService, screenHelper: ScreenHelperService);
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
atualiza(): void;
|
|
30
|
-
selectItem(i: ProdutoCategoriaCardapio): void;
|
|
31
|
-
novo(): void;
|
|
32
|
-
editar(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoCategoriaCardapioSelecaoDialogComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoCategoriaCardapioSelecaoDialogComponent, "ox-produto-categoria-cardapio-selecao-dialog", never, {}, {}, never, never, false, never>;
|
|
35
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { ProdutoCategoriaCardapio } from '../../../models/entidades/produto-grupo';
|
|
4
|
-
import { LazyTrigger } from '../../../models/infra/lazy-trigger';
|
|
5
|
-
import { SearchSetting } from '../../../models/settings/search-setting';
|
|
6
|
-
import { AuthDataService } from '../../../providers/auth-data.service';
|
|
7
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
8
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
9
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
10
|
-
import { ActivatedRoute } from '@angular/router';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class ProdutosCategoriasCardapioComponent implements OnInit {
|
|
13
|
-
private ws;
|
|
14
|
-
private notification;
|
|
15
|
-
dialog: MatDialog;
|
|
16
|
-
private route;
|
|
17
|
-
private screenHelper;
|
|
18
|
-
mobile: boolean;
|
|
19
|
-
isBusy: boolean;
|
|
20
|
-
items: ProdutoCategoriaCardapio[];
|
|
21
|
-
selectedItem: ProdutoCategoriaCardapio | null;
|
|
22
|
-
lazyTrigger: LazyTrigger;
|
|
23
|
-
allowAdd: boolean;
|
|
24
|
-
allowExcluir: boolean;
|
|
25
|
-
setting: SearchSetting;
|
|
26
|
-
exibeGruposVerificacao: boolean;
|
|
27
|
-
private focus;
|
|
28
|
-
constructor(ws: CommonWebService, notification: NotificationService, dialog: MatDialog, auth: AuthDataService, route: ActivatedRoute, screenHelper: ScreenHelperService);
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
onSelectItem(): void;
|
|
31
|
-
ngOnDestroy(): void;
|
|
32
|
-
atualiza(): void;
|
|
33
|
-
excluir(): void;
|
|
34
|
-
novo(): void;
|
|
35
|
-
abreCadastro(item: ProdutoCategoriaCardapio): void;
|
|
36
|
-
salvar(): void;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutosCategoriasCardapioComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutosCategoriasCardapioComponent, "ox-produtos-categorias-cardapio", never, {}, {}, never, never, false, never>;
|
|
39
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { ProdutoGrupo } from '../../../models/entidades/produto-grupo';
|
|
4
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
5
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MoverGrupoDialogComponent implements OnInit {
|
|
8
|
-
private ws;
|
|
9
|
-
dialogRef: MatDialogRef<MoverGrupoDialogComponent>;
|
|
10
|
-
private notification;
|
|
11
|
-
dataDialog: ProdutoGrupo;
|
|
12
|
-
grupos: ProdutoGrupo[];
|
|
13
|
-
selected: ProdutoGrupo | null;
|
|
14
|
-
isBusy: boolean;
|
|
15
|
-
constructor(ws: CommonWebService, dialogRef: MatDialogRef<MoverGrupoDialogComponent>, notification: NotificationService, dataDialog: ProdutoGrupo);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
atualiza(): void;
|
|
18
|
-
salvar(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MoverGrupoDialogComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MoverGrupoDialogComponent, "ox-mover-grupo-dialog", never, {}, {}, never, never, false, never>;
|
|
21
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { ProdutoGrupo } from '../../../models/entidades/produto-grupo';
|
|
4
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
5
|
-
import { FocusService } from '../../../providers/focus.service';
|
|
6
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
7
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ProdutoGrupoAddDialogComponent implements OnInit {
|
|
10
|
-
private ws;
|
|
11
|
-
private notification;
|
|
12
|
-
dataDialog: ProdutoGrupo;
|
|
13
|
-
dialog: MatDialog;
|
|
14
|
-
private elRef;
|
|
15
|
-
private dialogRef;
|
|
16
|
-
private screenHelper;
|
|
17
|
-
model: ProdutoGrupo;
|
|
18
|
-
mobile: boolean;
|
|
19
|
-
isBusy: boolean;
|
|
20
|
-
focus: FocusService;
|
|
21
|
-
constructor(ws: CommonWebService, notification: NotificationService, dataDialog: ProdutoGrupo, dialog: MatDialog, elRef: ElementRef, dialogRef: MatDialogRef<ProdutoGrupoAddDialogComponent>, screenHelper: ScreenHelperService);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
salvar(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoGrupoAddDialogComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoGrupoAddDialogComponent, "ox-produto-grupo-add-dialog", never, {}, {}, never, never, false, never>;
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { ProdutoGrupo } from '../../../models/entidades/produto-grupo';
|
|
4
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
5
|
-
import { FocusService } from '../../../providers/focus.service';
|
|
6
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
7
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ProdutoGrupoEditDialogComponent implements OnInit {
|
|
10
|
-
private ws;
|
|
11
|
-
private notification;
|
|
12
|
-
dataDialog: ProdutoGrupo;
|
|
13
|
-
dialog: MatDialog;
|
|
14
|
-
private elRef;
|
|
15
|
-
private dialogRef;
|
|
16
|
-
private screenHelper;
|
|
17
|
-
model: ProdutoGrupo | undefined;
|
|
18
|
-
mobile: boolean;
|
|
19
|
-
isBusy: boolean;
|
|
20
|
-
focus: FocusService;
|
|
21
|
-
constructor(ws: CommonWebService, notification: NotificationService, dataDialog: ProdutoGrupo, dialog: MatDialog, elRef: ElementRef, dialogRef: MatDialogRef<ProdutoGrupoEditDialogComponent>, screenHelper: ScreenHelperService);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
salvar(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoGrupoEditDialogComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoGrupoEditDialogComponent, "ox-produto-grupo-edit-dialog", never, {}, {}, never, never, false, never>;
|
|
27
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ProdutoCategoriaCardapio, ProdutoVerificaoGrupo, ProdutoGrupo, ProdutoSubgrupo } from '../../../models/entidades/produto-grupo';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ProdutoGrupoFormComponent implements OnInit {
|
|
5
|
-
model: ProdutoGrupo | ProdutoSubgrupo | ProdutoVerificaoGrupo | ProdutoCategoriaCardapio | undefined;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
isCardapioOrIsVerificacao(valor: any): valor is ProdutoCategoriaCardapio | ProdutoVerificaoGrupo;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoGrupoFormComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoGrupoFormComponent, "ox-produto-grupo-form", never, { "model": { "alias": "model"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import { ProdutoGrupo } from '../../../models/entidades/produto-grupo';
|
|
4
|
-
import { LazyTrigger } from '../../../models/infra/lazy-trigger';
|
|
5
|
-
import { NavegacaoSelecaoDialogUtil, SelecaoDialog } from '../../../models/infra/selecao-utils';
|
|
6
|
-
import { SearchSetting } from '../../../models/settings/search-setting';
|
|
7
|
-
import { AuthDataService } from '../../../providers/auth-data.service';
|
|
8
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
9
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
10
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class ProdutoGrupoSelecaoDialogComponent implements OnInit, SelecaoDialog<ProdutoGrupo, ProdutoGrupoSelecaoDialogComponent> {
|
|
13
|
-
dialogRef: MatDialogRef<ProdutoGrupoSelecaoDialogComponent>;
|
|
14
|
-
dialog: MatDialog;
|
|
15
|
-
private ws;
|
|
16
|
-
private notification;
|
|
17
|
-
private screenHelper;
|
|
18
|
-
items: ProdutoGrupo[];
|
|
19
|
-
selectedItem: ProdutoGrupo | null;
|
|
20
|
-
isBusy: boolean;
|
|
21
|
-
mobile: boolean;
|
|
22
|
-
setting: SearchSetting;
|
|
23
|
-
allowAdd: boolean;
|
|
24
|
-
allowEdit: boolean;
|
|
25
|
-
lazyTrigger: LazyTrigger;
|
|
26
|
-
nav: NavegacaoSelecaoDialogUtil<ProdutoGrupo, ProdutoGrupoSelecaoDialogComponent>;
|
|
27
|
-
constructor(dialogRef: MatDialogRef<ProdutoGrupoSelecaoDialogComponent>, dialog: MatDialog, ws: CommonWebService, notification: NotificationService, auth: AuthDataService, screenHelper: ScreenHelperService);
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
atualiza(): void;
|
|
30
|
-
selectItem(i: ProdutoGrupo): void;
|
|
31
|
-
novo(): void;
|
|
32
|
-
editar(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutoGrupoSelecaoDialogComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutoGrupoSelecaoDialogComponent, "ox-produto-grupo-selecao-dialog", never, {}, {}, never, never, false, never>;
|
|
35
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { ProdutoGrupo } from '../../../models/entidades/produto-grupo';
|
|
4
|
-
import { LazyTrigger } from '../../../models/infra/lazy-trigger';
|
|
5
|
-
import { SearchSetting } from '../../../models/settings/search-setting';
|
|
6
|
-
import { AuthDataService } from '../../../providers/auth-data.service';
|
|
7
|
-
import { CommonWebService } from '../../../providers/common-web-service';
|
|
8
|
-
import { NotificationService } from '../../../providers/notification.service';
|
|
9
|
-
import { ScreenHelperService } from '../../../providers/screen-helper.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class ProdutosGruposComponent implements OnInit {
|
|
12
|
-
private ws;
|
|
13
|
-
private notification;
|
|
14
|
-
dialog: MatDialog;
|
|
15
|
-
private screenHelper;
|
|
16
|
-
mobile: boolean;
|
|
17
|
-
isBusy: boolean;
|
|
18
|
-
items: ProdutoGrupo[];
|
|
19
|
-
selectedItem: ProdutoGrupo | null;
|
|
20
|
-
lazyTrigger: LazyTrigger;
|
|
21
|
-
allowAdd: boolean;
|
|
22
|
-
allowExcluir: boolean;
|
|
23
|
-
setting: SearchSetting;
|
|
24
|
-
private focus;
|
|
25
|
-
constructor(ws: CommonWebService, notification: NotificationService, dialog: MatDialog, auth: AuthDataService, screenHelper: ScreenHelperService);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
onSelectItem(): void;
|
|
28
|
-
ngOnDestroy(): void;
|
|
29
|
-
atualiza(): void;
|
|
30
|
-
excluir(): void;
|
|
31
|
-
novo(): void;
|
|
32
|
-
abreCadastro(item: ProdutoGrupo): void;
|
|
33
|
-
salvar(): void;
|
|
34
|
-
moverGrupo(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutosGruposComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutosGruposComponent, "ox-produtos-grupos", never, {}, {}, never, never, false, never>;
|
|
37
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { Produto } from '../../models/entidades/produto';
|
|
3
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
4
|
-
import { ScreenHelperService } from '../../providers/screen-helper.service';
|
|
5
|
-
import { NotificationService } from '../../providers/notification.service';
|
|
6
|
-
import { CommonWebService } from '../../providers/common-web-service';
|
|
7
|
-
import { AuthDataService } from '../../providers/auth-data.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ProdutosHistoryComponent implements OnInit {
|
|
10
|
-
private ws;
|
|
11
|
-
private notification;
|
|
12
|
-
dataDialog: Produto;
|
|
13
|
-
dialog: MatDialog;
|
|
14
|
-
private auth;
|
|
15
|
-
private elRef;
|
|
16
|
-
private dialogRef;
|
|
17
|
-
private screenHelper;
|
|
18
|
-
model: Produto;
|
|
19
|
-
items: Produto[];
|
|
20
|
-
isBusy: boolean;
|
|
21
|
-
mobile: any;
|
|
22
|
-
constructor(ws: CommonWebService, notification: NotificationService, dataDialog: Produto, dialog: MatDialog, auth: AuthDataService, elRef: ElementRef, dialogRef: MatDialogRef<ProdutosHistoryComponent>, screenHelper: ScreenHelperService);
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
atualiza(): void;
|
|
25
|
-
abreCadastro(item: Produto): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutosHistoryComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutosHistoryComponent, "lib-produtos-history", never, {}, {}, never, never, false, never>;
|
|
28
|
-
}
|
package/lib/cadastros/produtos-informacoes-adicionais/produtos-informacoes-adicionais.component.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Produto, ProdutoInformacoesAdicionais } from '../../models/entidades/produto';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
|
-
import { CommonWebService } from '../../providers/common-web-service';
|
|
5
|
-
import { AuthDataService } from '../../providers/auth-data.service';
|
|
6
|
-
import { NotificationService } from '../../providers/notification.service';
|
|
7
|
-
import { FocusService } from '../../providers/focus.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ProdutosInformacoesAdicionaisComponent {
|
|
10
|
-
private ws;
|
|
11
|
-
dataDialog: Produto;
|
|
12
|
-
private http;
|
|
13
|
-
private dialogRef;
|
|
14
|
-
private auth;
|
|
15
|
-
private notification;
|
|
16
|
-
model: ProdutoInformacoesAdicionais | null;
|
|
17
|
-
isBusy: boolean;
|
|
18
|
-
focus: FocusService;
|
|
19
|
-
constructor(ws: CommonWebService, dataDialog: Produto, http: HttpClient, dialogRef: MatDialogRef<ProdutosInformacoesAdicionaisComponent>, auth: AuthDataService, notification: NotificationService);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
load(): void;
|
|
22
|
-
salvar(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProdutosInformacoesAdicionaisComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProdutosInformacoesAdicionaisComponent, "lib-produtos-informacoes-adicionais", never, {}, {}, never, never, false, never>;
|
|
25
|
-
}
|