oxpi-nglib 3.0.3 → 3.0.4
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/fesm2022/oxpi-nglib.mjs
CHANGED
|
@@ -2833,6 +2833,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
2833
2833
|
}]
|
|
2834
2834
|
}] });
|
|
2835
2835
|
|
|
2836
|
+
var UsuarioTipo;
|
|
2837
|
+
(function (UsuarioTipo) {
|
|
2838
|
+
UsuarioTipo[UsuarioTipo["Humano"] = 0] = "Humano";
|
|
2839
|
+
UsuarioTipo[UsuarioTipo["Robo"] = 1] = "Robo";
|
|
2840
|
+
})(UsuarioTipo || (UsuarioTipo = {}));
|
|
2841
|
+
|
|
2836
2842
|
function validaSetorEstoque(item, focus) {
|
|
2837
2843
|
if (valTextEmpty(item.nome)) {
|
|
2838
2844
|
focus.set('nome');
|
|
@@ -3218,5 +3224,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
3218
3224
|
* Generated bundle index. Do not edit.
|
|
3219
3225
|
*/
|
|
3220
3226
|
|
|
3221
|
-
export { AlertDialogComponent, AuthDataService, BusyIndicatorComponent, BusyState, CheckButtonComponent, ClientesAddDialogComponent, ClientesComponent, ClientesEditDialogComponent, ClientesFormComponent, CommonWebService, ConsumoProdutoSearchSetting, DuplicataSearchSetting, ExportFileService, FocusService, FornecedoresAddDialogComponent, FornecedoresComponent, FornecedoresEditDialogComponent, FornecedoresFormComponent, FuncionarioAddDialogComponent, FuncionarioEditDialogComponent, FuncionarioFormComponent, FuncionariosComponent, ImageViewerComponent, ItemCardComponent, LazyTrigger, MonthYearPickerComponent, NavegacaoSelecaoDialogUtil, NotificationService, NumberParser, NumericPickerComponent, OcupacaoConducao, OcupacaoFilterSetting, OcupacaoSearchDateField, OcupacaoSearchSetting, OcupacaoSearchTipoEntrada, Ordem, Ownership, OxpiNglibModule, PagamentoRecebimentoSearchSetting, PaginatorComponent, PorOcupacaoTipo, Preferences, ProdutoSearchSetting, RadioButtonGroupComponent, SafeHtmlPipe, ScreenHelperService, SearchMode, SearchSetting, SelecaoClienteDialogComponent, SelecaoFornecedorDialogComponent, SelecaoListItemComponent, SuitesIntervencoesSetting, confirmaExclusao, convertToStringArquivo, fadeAnimation, formatCpfCnpj, formatDayMonthYear, geraNomeArquivo, isNotNullOrUndefined, isNullOrUndefined, menuLateralAnimation, printHtml, printTxt, selectText, setOwnershipLogin, valNumberEmpty, valNumberMin, valTextEmpty, valTextMax, validCpf, validaCnpj, validaFuncionario, validaOperador, validaPessoa, validaSetorEstoque };
|
|
3227
|
+
export { AlertDialogComponent, AuthDataService, BusyIndicatorComponent, BusyState, CheckButtonComponent, ClientesAddDialogComponent, ClientesComponent, ClientesEditDialogComponent, ClientesFormComponent, CommonWebService, ConsumoProdutoSearchSetting, DuplicataSearchSetting, ExportFileService, FocusService, FornecedoresAddDialogComponent, FornecedoresComponent, FornecedoresEditDialogComponent, FornecedoresFormComponent, FuncionarioAddDialogComponent, FuncionarioEditDialogComponent, FuncionarioFormComponent, FuncionariosComponent, ImageViewerComponent, ItemCardComponent, LazyTrigger, MonthYearPickerComponent, NavegacaoSelecaoDialogUtil, NotificationService, NumberParser, NumericPickerComponent, OcupacaoConducao, OcupacaoFilterSetting, OcupacaoSearchDateField, OcupacaoSearchSetting, OcupacaoSearchTipoEntrada, Ordem, Ownership, OxpiNglibModule, PagamentoRecebimentoSearchSetting, PaginatorComponent, PorOcupacaoTipo, Preferences, ProdutoSearchSetting, RadioButtonGroupComponent, SafeHtmlPipe, ScreenHelperService, SearchMode, SearchSetting, SelecaoClienteDialogComponent, SelecaoFornecedorDialogComponent, SelecaoListItemComponent, SuitesIntervencoesSetting, UsuarioTipo, confirmaExclusao, convertToStringArquivo, fadeAnimation, formatCpfCnpj, formatDayMonthYear, geraNomeArquivo, isNotNullOrUndefined, isNullOrUndefined, menuLateralAnimation, printHtml, printTxt, selectText, setOwnershipLogin, valNumberEmpty, valNumberMin, valTextEmpty, valTextMax, validCpf, validaCnpj, validaFuncionario, validaOperador, validaPessoa, validaSetorEstoque };
|
|
3222
3228
|
//# sourceMappingURL=oxpi-nglib.mjs.map
|