@senior-gestao-pessoas/payroll-core 9.4.0-f9d3c09b-0079-4f7c-94cf-dd79338e7089 → 9.5.0-01923a3e-20f4-4cb3-9565-a0584abd00d1

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.
Files changed (42) hide show
  1. package/bundles/senior-gestao-pessoas-payroll-core.umd.js +1214 -770
  2. package/bundles/senior-gestao-pessoas-payroll-core.umd.js.map +1 -1
  3. package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js +16 -1
  4. package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js.map +1 -1
  5. package/components/historical-pix-account/historical-pix-account-base.d.ts +27 -0
  6. package/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.d.ts +8 -40
  7. package/components/historical-pix-account/historical-pix-account.component.d.ts +36 -8
  8. package/components/historical-pix-account/historical-pix-account.service.d.ts +1 -0
  9. package/components/historical-pix-account-list/historical-pix-account-list.component.d.ts +10 -1
  10. package/components/shared/index.d.ts +1 -0
  11. package/components/shared/shared-state.service.d.ts +17 -0
  12. package/components/utils/format-utils/format-utils.service.d.ts +30 -3
  13. package/esm2015/components/historical-pix-account/historical-pix-account-base.js +173 -0
  14. package/esm2015/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +29 -187
  15. package/esm2015/components/historical-pix-account/historical-pix-account.component.js +245 -20
  16. package/esm2015/components/historical-pix-account/historical-pix-account.module.js +5 -1
  17. package/esm2015/components/historical-pix-account/historical-pix-account.service.js +8 -1
  18. package/esm2015/components/historical-pix-account-list/historical-pix-account-list.component.js +45 -4
  19. package/esm2015/components/shared/index.js +2 -0
  20. package/esm2015/components/shared/shared-state.service.js +41 -0
  21. package/esm2015/components/utils/format-utils/format-utils.service.js +88 -5
  22. package/esm2015/public_api.js +2 -1
  23. package/esm2015/senior-gestao-pessoas-payroll-core.js +3 -2
  24. package/esm5/components/historical-pix-account/historical-pix-account-base.js +186 -0
  25. package/esm5/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +53 -201
  26. package/esm5/components/historical-pix-account/historical-pix-account.component.js +287 -49
  27. package/esm5/components/historical-pix-account/historical-pix-account.module.js +5 -1
  28. package/esm5/components/historical-pix-account/historical-pix-account.service.js +8 -1
  29. package/esm5/components/historical-pix-account-list/historical-pix-account-list.component.js +50 -4
  30. package/esm5/components/shared/index.js +2 -0
  31. package/esm5/components/shared/shared-state.service.js +42 -0
  32. package/esm5/components/utils/format-utils/format-utils.service.js +88 -5
  33. package/esm5/public_api.js +2 -1
  34. package/esm5/senior-gestao-pessoas-payroll-core.js +3 -2
  35. package/fesm2015/senior-gestao-pessoas-payroll-core.js +880 -477
  36. package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
  37. package/fesm5/senior-gestao-pessoas-payroll-core.js +1210 -767
  38. package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
  39. package/package.json +2 -32
  40. package/public_api.d.ts +1 -0
  41. package/senior-gestao-pessoas-payroll-core.d.ts +2 -1
  42. package/senior-gestao-pessoas-payroll-core.metadata.json +1 -1
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/forms'), require('primeng/blockui'), require('primeng/progressspinner'), require('@angular/router'), require('@ngx-translate/core'), require('rxjs/operators'), require('primeng/breadcrumb'), require('@angular/common'), require('primeng/dropdown'), require('primeng/inputmask'), require('primeng/inputtext'), require('primeng/shared'), require('@seniorsistemas/angular-components'), require('moment'), require('rxjs'), require('primeng/tooltip'), require('primeng/table'), require('@angular/common/http'), require('primeng/api'), require('@senior-gestao-pessoas/angular-components'), require('ng2-img-cropper'), require('primeng/button'), require('primeng/dialog'), require('primeng/fileupload'), require('chance'), require('moment-business'), require('primeng/autocomplete'), require('primeng/splitbutton'), require('primeng/components/common/messageservice'), require('@seniorsistemas/senior-platform-data'), require('primeng/toast'), require('ng2-currency-mask'), require('primeng/fieldset'), require('primeng/panel'), require('primeng/confirmdialog')) :
3
- typeof define === 'function' && define.amd ? define('@senior-gestao-pessoas/payroll-core', ['exports', '@angular/core', '@angular/forms', 'primeng/blockui', 'primeng/progressspinner', '@angular/router', '@ngx-translate/core', 'rxjs/operators', 'primeng/breadcrumb', '@angular/common', 'primeng/dropdown', 'primeng/inputmask', 'primeng/inputtext', 'primeng/shared', '@seniorsistemas/angular-components', 'moment', 'rxjs', 'primeng/tooltip', 'primeng/table', '@angular/common/http', 'primeng/api', '@senior-gestao-pessoas/angular-components', 'ng2-img-cropper', 'primeng/button', 'primeng/dialog', 'primeng/fileupload', 'chance', 'moment-business', 'primeng/autocomplete', 'primeng/splitbutton', 'primeng/components/common/messageservice', '@seniorsistemas/senior-platform-data', 'primeng/toast', 'ng2-currency-mask', 'primeng/fieldset', 'primeng/panel', 'primeng/confirmdialog'], factory) :
4
- (global = global || self, factory((global['senior-gestao-pessoas'] = global['senior-gestao-pessoas'] || {}, global['senior-gestao-pessoas']['payroll-core'] = {}), global.ng.core, global.ng.forms, global.blockui, global.progressspinner, global.ng.router, global.core$1, global.rxjs.operators, global.breadcrumb, global.ng.common, global.dropdown, global.inputmask, global.inputtext, global.shared, global.angularComponents, global.moment_, global.rxjs, global.tooltip, global.table, global.ng.common.http, global.api, global.angularComponents$1, global.ng2ImgCropper, global.button, global.dialog, global.fileupload, global.chance, global.business, global.autocomplete, global.splitbutton, global.messageservice, global.seniorPlatformData, global.toast, global.ng2CurrencyMask, global.fieldset, global.panel, global.confirmdialog));
5
- }(this, (function (exports, core, forms, blockui, progressspinner, router, core$1, operators, breadcrumb, common, dropdown, inputmask, inputtext, shared, angularComponents, moment_, rxjs, tooltip, table, http, api, angularComponents$1, ng2ImgCropper, button, dialog, fileupload, chance, business, autocomplete, splitbutton, messageservice, seniorPlatformData, toast, ng2CurrencyMask, fieldset, panel, confirmdialog) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/forms'), require('primeng/blockui'), require('primeng/progressspinner'), require('@angular/router'), require('@ngx-translate/core'), require('rxjs/operators'), require('primeng/breadcrumb'), require('@angular/common'), require('primeng/dropdown'), require('primeng/inputmask'), require('primeng/inputtext'), require('primeng/shared'), require('@seniorsistemas/angular-components'), require('moment'), require('rxjs'), require('primeng/tooltip'), require('primeng/table'), require('@angular/common/http'), require('primeng/api'), require('@senior-gestao-pessoas/angular-components'), require('ng2-img-cropper'), require('primeng/button'), require('primeng/dialog'), require('primeng/fileupload'), require('chance'), require('moment-business'), require('primeng/autocomplete'), require('primeng/splitbutton'), require('primeng/components/common/messageservice'), require('@seniorsistemas/senior-platform-data'), require('primeng/toast'), require('ng2-currency-mask'), require('primeng/fieldset'), require('primeng/panel'), require('primeng/confirmdialog'), require('primeng/tabview')) :
3
+ typeof define === 'function' && define.amd ? define('@senior-gestao-pessoas/payroll-core', ['exports', '@angular/core', '@angular/forms', 'primeng/blockui', 'primeng/progressspinner', '@angular/router', '@ngx-translate/core', 'rxjs/operators', 'primeng/breadcrumb', '@angular/common', 'primeng/dropdown', 'primeng/inputmask', 'primeng/inputtext', 'primeng/shared', '@seniorsistemas/angular-components', 'moment', 'rxjs', 'primeng/tooltip', 'primeng/table', '@angular/common/http', 'primeng/api', '@senior-gestao-pessoas/angular-components', 'ng2-img-cropper', 'primeng/button', 'primeng/dialog', 'primeng/fileupload', 'chance', 'moment-business', 'primeng/autocomplete', 'primeng/splitbutton', 'primeng/components/common/messageservice', '@seniorsistemas/senior-platform-data', 'primeng/toast', 'ng2-currency-mask', 'primeng/fieldset', 'primeng/panel', 'primeng/confirmdialog', 'primeng/tabview'], factory) :
4
+ (global = global || self, factory((global['senior-gestao-pessoas'] = global['senior-gestao-pessoas'] || {}, global['senior-gestao-pessoas']['payroll-core'] = {}), global.ng.core, global.ng.forms, global.blockui, global.progressspinner, global.ng.router, global.core$1, global.rxjs.operators, global.breadcrumb, global.ng.common, global.dropdown, global.inputmask, global.inputtext, global.shared, global.angularComponents, global.moment_, global.rxjs, global.tooltip, global.table, global.ng.common.http, global.api, global.angularComponents$1, global.ng2ImgCropper, global.button, global.dialog, global.fileupload, global.chance, global.business, global.autocomplete, global.splitbutton, global.messageservice, global.seniorPlatformData, global.toast, global.ng2CurrencyMask, global.fieldset, global.panel, global.confirmdialog, global.tabview));
5
+ }(this, (function (exports, core, forms, blockui, progressspinner, router, core$1, operators, breadcrumb, common, dropdown, inputmask, inputtext, shared, angularComponents, moment_, rxjs, tooltip, table, http, api, angularComponents$1, ng2ImgCropper, button, dialog, fileupload, chance, business, autocomplete, splitbutton, messageservice, seniorPlatformData, toast, ng2CurrencyMask, fieldset, panel, confirmdialog, tabview) { 'use strict';
6
6
 
7
7
  business = business && business.hasOwnProperty('default') ? business['default'] : business;
8
8
 
@@ -9339,6 +9339,25 @@
9339
9339
  }
9340
9340
  return null;
9341
9341
  };
9342
+ /**
9343
+ * Retorna o CPF formatado
9344
+ * @param cpf CPF
9345
+ */
9346
+ FormatUtilsService.getFormattedCpfEdited = function (cpf) {
9347
+ if (!cpf)
9348
+ return '';
9349
+ cpf = cpf.replace(/\D/g, '').slice(0, 11);
9350
+ if (cpf.length > 9) {
9351
+ cpf = cpf.replace(/^(\d{3})(\d{3})(\d{3})(\d{2})$/, "$1.$2.$3-$4");
9352
+ }
9353
+ else if (cpf.length > 6) {
9354
+ cpf = cpf.replace(/^(\d{3})(\d{3})(\d{0,3})$/, "$1.$2.$3");
9355
+ }
9356
+ else if (cpf.length > 3) {
9357
+ cpf = cpf.replace(/^(\d{3})(\d{0,3})$/, "$1.$2");
9358
+ }
9359
+ return cpf;
9360
+ };
9342
9361
  /**
9343
9362
  * Retorna o CNPJ formatado
9344
9363
  * @param cnpj CNPJ
@@ -9354,6 +9373,28 @@
9354
9373
  }
9355
9374
  return null;
9356
9375
  };
9376
+ /**
9377
+ * Retorna o CNPJ formatado
9378
+ * @param cnpj CNPJ
9379
+ */
9380
+ FormatUtilsService.getFormattedCnpjEdited = function (cnpj) {
9381
+ if (!cnpj)
9382
+ return '';
9383
+ cnpj = cnpj.replace(/\D/g, '').slice(0, 14);
9384
+ if (cnpj.length > 12) {
9385
+ cnpj = cnpj.replace(/^(\d{2})(\d{3})(\d{3})(\d{4})(\d{2})$/, "$1.$2.$3/$4-$5");
9386
+ }
9387
+ else if (cnpj.length > 8) {
9388
+ cnpj = cnpj.replace(/^(\d{2})(\d{3})(\d{3})(\d{0,4})$/, "$1.$2.$3/$4");
9389
+ }
9390
+ else if (cnpj.length > 5) {
9391
+ cnpj = cnpj.replace(/^(\d{2})(\d{3})(\d{0,3})$/, "$1.$2.$3");
9392
+ }
9393
+ else if (cnpj.length > 2) {
9394
+ cnpj = cnpj.replace(/^(\d{2})(\d{0,3})$/, "$1.$2");
9395
+ }
9396
+ return cnpj;
9397
+ };
9357
9398
  /**
9358
9399
  * Retorna a mascara do CPF/CNPJ
9359
9400
  * @param key Valores possíveis são CPF ou CNPJ
@@ -9368,6 +9409,24 @@
9368
9409
  return "";
9369
9410
  }
9370
9411
  };
9412
+ /**
9413
+ * Método para formatar o número de inscrição do cliente.
9414
+ * @param subscriptionNumber
9415
+ * @param pixKeyType
9416
+ * @returns
9417
+ */
9418
+ FormatUtilsService.getFormattedSubscriptionNumber = function (subscriptionNumber, pixKeyType) {
9419
+ if (!subscriptionNumber || !pixKeyType)
9420
+ return subscriptionNumber;
9421
+ switch (pixKeyType) {
9422
+ case 'CNPJ':
9423
+ return this.getFormattedCnpjEdited(subscriptionNumber);
9424
+ case 'CPF':
9425
+ return this.getFormattedCpfEdited(subscriptionNumber);
9426
+ default:
9427
+ return subscriptionNumber;
9428
+ }
9429
+ };
9371
9430
  /**
9372
9431
  * Metódo para formatar o número de telefone.
9373
9432
  * @param telephoneNumber String contendo o número de telefone.
@@ -9399,6 +9458,13 @@
9399
9458
  }
9400
9459
  return tel;
9401
9460
  };
9461
+ /**
9462
+ * Metódo para formatar a porcentagem para 2 casas decimais.
9463
+ * @param value Número a ser formatado.
9464
+ */
9465
+ FormatUtilsService.getFormattedPercentage = function (value) {
9466
+ return parseFloat(value).toFixed(2).replace('.', ',') + '%';
9467
+ };
9402
9468
  /**
9403
9469
  * Metódo para formatar o número de telefone de um campo Input.
9404
9470
  * @param event Evento do Input do campo de telefone.
@@ -9412,640 +9478,1133 @@
9412
9478
  event.target.value = FormatUtilsService.getFormattedTelephoneNumber(telephoneNumber);
9413
9479
  };
9414
9480
  /**
9415
- * Metódo para formatar a porcentagem para 2 casas decimais.
9416
- * @param value Número a ser formatado.
9481
+ * Formata o campo de input de CPF em tempo real.
9482
+ * @param event Evento do input
9417
9483
  */
9418
- FormatUtilsService.getFormattedPercentage = function (value) {
9419
- return parseFloat(value).toFixed(2).replace('.', ',') + '%';
9484
+ FormatUtilsService.formatCpfInputEvent = function (event) {
9485
+ var cpf = event.target.value;
9486
+ // Permite apagar nos pontos sensíveis
9487
+ if (event.keyCode === 8 && (cpf.length === 4 || cpf.length === 8 || cpf.length === 12)) {
9488
+ return;
9489
+ }
9490
+ event.target.value = FormatUtilsService.getFormattedCpfEdited(cpf);
9491
+ };
9492
+ /**
9493
+ * Formata o campo de input de CNPJ em tempo real.
9494
+ * @param event Evento do input
9495
+ */
9496
+ FormatUtilsService.formatCnpjInputEvent = function (event) {
9497
+ var cnpj = event.target.value;
9498
+ // Permite apagar nos pontos sensíveis
9499
+ if (event.keyCode === 8 && (cnpj.length === 3 || cnpj.length === 7 || cnpj.length === 11 || cnpj.length === 16)) {
9500
+ return;
9501
+ }
9502
+ event.target.value = FormatUtilsService.getFormattedCnpjEdited(cnpj);
9420
9503
  };
9421
9504
  return FormatUtilsService;
9422
9505
  }());
9423
9506
 
9424
- var HistoricalPixAccountComponent = /** @class */ (function () {
9425
- function HistoricalPixAccountComponent(translateService, cd, formBuilder, messageService) {
9426
- var _this = this;
9427
- this.translateService = translateService;
9428
- this.cd = cd;
9429
- this.formBuilder = formBuilder;
9430
- this.messageService = messageService;
9431
- this.recordByRow = 1;
9432
- this.showDateChange = false;
9433
- this.isEditMode = false;
9434
- this.isViewMode = false;
9435
- this.withSideBar = true;
9436
- this.defaultCpfNumber = null;
9437
- this.listDataReciever = [];
9438
- this.isViewModeActive = new core.EventEmitter();
9439
- this.isEditModeActive = new core.EventEmitter();
9440
- this.isDeleteModeActive = new core.EventEmitter();
9441
- this.listFromApp = [];
9442
- this.visibleChange = new core.EventEmitter();
9443
- this.ngUnsubscribe = new rxjs.Subject();
9444
- this.orderBy = {
9445
- field: "dateChange",
9446
- direction: exports.DirectionEnumeration.DESC,
9447
- };
9448
- this.pixAccountItemInput = {};
9449
- this.totalRecords = 0;
9450
- this.actionLabel = this.translateService.instant("hcm.payroll.entries_query_actions_total_title");
9451
- this.loading = true;
9452
- this.listData = [];
9453
- this.listDataNoPage = [];
9454
- this.cols = [
9455
- {
9456
- label: this.translateService.instant("hcm.payroll.employees_addition_pix_key_type"),
9457
- field: "pixKeyType",
9458
- },
9459
- {
9460
- label: this.translateService.instant("hcm.payroll.employees_addition_pix_key"),
9461
- field: "pixKey",
9462
- },
9463
- {
9464
- label: this.translateService.instant("hcm.payroll.historical_pix_account_label_percentage"),
9465
- field: "percentage",
9466
- },
9467
- ];
9468
- this.actions = function (rowData, key) {
9469
- if (rowData === void 0) { rowData = {}; }
9470
- return [
9471
- {
9472
- visible: _this.isEditMode,
9473
- label: _this.translateService.instant("hcm.payroll.employees_image_cropper_view"),
9474
- command: function () {
9475
- if (_this.isAllowToViewHistorical) {
9476
- rowData["index"] = key;
9477
- _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
9478
- _this.visible = true;
9479
- }
9480
- else {
9481
- _this.isViewModeActive.emit(true);
9482
- }
9483
- },
9484
- },
9485
- {
9486
- visible: !!(!_this.isEditMode && _this.withSideBar),
9487
- label: _this.translateService.instant("hcm.payroll.edit"),
9488
- command: function () {
9489
- if (_this.isAllowToEditHistorical) {
9490
- rowData["index"] = key;
9491
- _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: true };
9492
- _this.visible = true;
9493
- }
9494
- else {
9495
- _this.isEditModeActive.emit(true);
9496
- if (_this.listFromApp.length == 0) {
9497
- rowData["index"] = key;
9498
- _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: true };
9499
- _this.visible = true;
9500
- }
9501
- }
9502
- },
9503
- },
9504
- {
9505
- visible: !_this.isEditMode,
9506
- label: _this.translateService.instant("hcm.payroll.delete"),
9507
- command: function () {
9508
- if (_this.isAllowToDeleteHistorical) {
9509
- _this.loading = true;
9510
- _this.deleteAnnuityItem(key);
9511
- }
9512
- else {
9513
- _this.isDeleteModeActive.emit(true);
9514
- if (_this.listFromApp.length == 0) {
9515
- _this.loading = true;
9516
- _this.deleteAnnuityItem(key);
9517
- }
9518
- }
9519
- },
9520
- },
9521
- ];
9522
- };
9523
- this.createFormGroup();
9507
+ var SharedStateService = /** @class */ (function () {
9508
+ function SharedStateService() {
9509
+ this.hideFieldSubject = new rxjs.BehaviorSubject(true);
9510
+ this.hideField$ = this.hideFieldSubject.asObservable();
9511
+ this.showButtonSubject = new rxjs.BehaviorSubject(true);
9512
+ this.showButton$ = this.showButtonSubject.asObservable();
9513
+ this.saveButtonSubject = new rxjs.BehaviorSubject(true);
9514
+ this.saveButton$ = this.saveButtonSubject.asObservable();
9515
+ this.showEditMode = new rxjs.BehaviorSubject(true);
9516
+ this.showEditMode$ = this.showEditMode.asObservable();
9517
+ this.activeValidatorsOnEditModalOpen = new rxjs.Subject();
9518
+ this.activeValidatorsOnEditModalOpen$ = this.activeValidatorsOnEditModalOpen.asObservable();
9524
9519
  }
9525
- HistoricalPixAccountComponent.prototype.ngOnInit = function () {
9526
- this.formGroup.setControl(this.fieldFormGroup, this.historicalPixAccountList);
9520
+ SharedStateService.prototype.setHideField = function (value) {
9521
+ this.hideFieldSubject.next(value);
9527
9522
  };
9528
- HistoricalPixAccountComponent.prototype.ngOnChanges = function (changes) {
9529
- if (changes['listDataReciever'] && changes['listDataReciever'].currentValue) {
9530
- this.listFromApp = changes['listDataReciever'].currentValue;
9531
- }
9523
+ SharedStateService.prototype.setShowButton = function (value) {
9524
+ this.showButtonSubject.next(value);
9532
9525
  };
9533
- HistoricalPixAccountComponent.prototype.createFormGroup = function () {
9534
- this.historicalPixAccountList = this.formBuilder.group({
9535
- historicalPixAccountList: this.formBuilder.control(null),
9536
- });
9526
+ SharedStateService.prototype.setSaveButton = function (value) {
9527
+ this.saveButtonSubject.next(value);
9537
9528
  };
9538
- HistoricalPixAccountComponent.prototype.ngOnDestroy = function () {
9539
- this.ngUnsubscribe.next();
9540
- this.ngUnsubscribe.complete();
9529
+ SharedStateService.prototype.setShowEditMode = function (value) {
9530
+ this.showEditMode.next(value);
9541
9531
  };
9542
- HistoricalPixAccountComponent.prototype.ngAfterViewInit = function () {
9543
- this.cd.detectChanges();
9532
+ SharedStateService.prototype.triggerActiveValidatorsOnEditModalOpen = function () {
9533
+ this.activeValidatorsOnEditModalOpen.next();
9544
9534
  };
9545
- HistoricalPixAccountComponent.prototype.onLazyLoad = function (event) {
9546
- var _this = this;
9547
- var first = event && event.first ? event.first : 0;
9548
- var rows = event && event.rows ? event.rows : this.recordByRow;
9549
- var arrList = this.getHistoricalPixAccountList();
9550
- this.listData = [];
9551
- this.totalRecords = null;
9552
- if (event && event.multiSortMeta && event.multiSortMeta.length) {
9553
- event.multiSortMeta.map(function (value) {
9554
- _this.orderBy.field = value.field;
9555
- _this.orderBy.direction = value.order === 1 ? exports.DirectionEnumeration.ASC : exports.DirectionEnumeration.DESC;
9556
- });
9557
- }
9558
- if (arrList && arrList.length) {
9559
- this.totalRecords = arrList.length;
9560
- this.listData = arrList;
9561
- this.listDataNoPage = __spread(arrList);
9562
- this.listData.sort(compareValues(this.orderBy.field, this.orderBy.direction));
9563
- this.listData = this.listData.slice(first, (first + rows));
9564
- }
9535
+ SharedStateService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function SharedStateService_Factory() { return new SharedStateService(); }, token: SharedStateService, providedIn: "root" });
9536
+ SharedStateService = __decorate([
9537
+ core.Injectable({
9538
+ providedIn: 'root',
9539
+ })
9540
+ ], SharedStateService);
9541
+ return SharedStateService;
9542
+ }());
9543
+
9544
+ var GenericValidator = /** @class */ (function () {
9545
+ function GenericValidator() {
9546
+ }
9547
+ /**
9548
+ * Valida o CEI (Cadastro específico de INSS) digitado.
9549
+ */
9550
+ GenericValidator.isValidCei = function (control) {
9551
+ var cei = control.value;
9552
+ if (!cei)
9553
+ return null;
9554
+ else if (cei.length != 11)
9555
+ return null;
9556
+ var multiplicadorBase = "3298765432";
9557
+ var total = 0;
9558
+ var resto = 0;
9559
+ var multiplicando = 0;
9560
+ var multiplicador = 0;
9561
+ if (cei.length !== 11 ||
9562
+ cei === "00000000000" ||
9563
+ cei === "11111111111" ||
9564
+ cei === "22222222222" ||
9565
+ cei === "33333333333" ||
9566
+ cei === "44444444444" ||
9567
+ cei === "55555555555" ||
9568
+ cei === "66666666666" ||
9569
+ cei === "77777777777" ||
9570
+ cei === "88888888888" ||
9571
+ cei === "99999999999")
9572
+ return { invalidCei: true };
9565
9573
  else {
9566
- this.listDataNoPage = [];
9574
+ for (var i = 0; i < 10; i++) {
9575
+ multiplicando = parseInt(cei.substring(i, i + 1), 10);
9576
+ multiplicador = parseInt(multiplicadorBase.substring(i, i + 1), 10);
9577
+ total += multiplicando * multiplicador;
9578
+ }
9579
+ resto = 11 - (total % 11);
9580
+ resto = resto === 10 || resto === 11 ? 0 : resto;
9581
+ var digito = parseInt("" + cei.charAt(10), 10);
9582
+ return resto === digito ? null : { invalidCei: true };
9567
9583
  }
9568
- if (this.isEditMode || arrList && arrList.length === 1) {
9569
- this.refreshCssInIE11();
9584
+ };
9585
+ /**
9586
+ * Valida se o CPF é valido. Deve-se ser informado o cpf sem máscara.
9587
+ */
9588
+ GenericValidator.isValidCpf = function (control) {
9589
+ var cpf = control.value;
9590
+ if (cpf) {
9591
+ var numbers = void 0, digits = void 0, sum = void 0, i = void 0, result = void 0, equalDigits = void 0;
9592
+ equalDigits = 1;
9593
+ if (cpf.length < 11) {
9594
+ return null;
9595
+ }
9596
+ for (i = 0; i < cpf.length - 1; i++) {
9597
+ if (cpf.charAt(i) !== cpf.charAt(i + 1)) {
9598
+ equalDigits = 0;
9599
+ break;
9600
+ }
9601
+ }
9602
+ if (!equalDigits) {
9603
+ numbers = cpf.substring(0, 9);
9604
+ digits = cpf.substring(9);
9605
+ sum = 0;
9606
+ for (i = 10; i > 1; i--) {
9607
+ sum += numbers.charAt(10 - i) * i;
9608
+ }
9609
+ result = sum % 11 < 2 ? 0 : 11 - (sum % 11);
9610
+ if (result !== Number(digits.charAt(0))) {
9611
+ return { cpfNotValid: true };
9612
+ }
9613
+ numbers = cpf.substring(0, 10);
9614
+ sum = 0;
9615
+ for (i = 11; i > 1; i--) {
9616
+ sum += numbers.charAt(11 - i) * i;
9617
+ }
9618
+ result = sum % 11 < 2 ? 0 : 11 - (sum % 11);
9619
+ if (result !== Number(digits.charAt(1))) {
9620
+ return { cpfNotValid: true };
9621
+ }
9622
+ return null;
9623
+ }
9624
+ else {
9625
+ return { cpfNotValid: true };
9626
+ }
9570
9627
  }
9571
- this.loading = false;
9628
+ return null;
9572
9629
  };
9573
9630
  /**
9574
- * Um Bug de CSS que acontece nas linhas da tabela, que resolve só atualizando qualquer parte do CSS da pagina.
9631
+ * Valida se o CNPJ é valido. Deve-se ser informado o cpf sem máscara.
9575
9632
  */
9576
- HistoricalPixAccountComponent.prototype.refreshCssInIE11 = function () {
9577
- if (/msie\s|trident\/|edge\//i.test(window.navigator.userAgent)) {
9578
- setTimeout(function () {
9579
- var row = document.getElementsByClassName("row0");
9580
- if (row && row[0])
9581
- row[0].className = 'refresh';
9582
- }, 1);
9633
+ GenericValidator.isValidCnpj = function (control) {
9634
+ var cnpj = control.value;
9635
+ if (cnpj) {
9636
+ var size = void 0, numbers = void 0, digits = void 0, sum = void 0, pos = void 0, result = void 0;
9637
+ cnpj = cnpj.replace(/[^\d]+/g, '');
9638
+ if (cnpj.length !== 14) {
9639
+ return null;
9640
+ }
9641
+ // Elimina CNPJs invalidos conhecidos
9642
+ if (cnpj === '00000000000000' ||
9643
+ cnpj === '11111111111111' ||
9644
+ cnpj === '22222222222222' ||
9645
+ cnpj === '33333333333333' ||
9646
+ cnpj === '44444444444444' ||
9647
+ cnpj === '55555555555555' ||
9648
+ cnpj === '66666666666666' ||
9649
+ cnpj === '77777777777777' ||
9650
+ cnpj === '88888888888888' ||
9651
+ cnpj === '99999999999999') {
9652
+ return { cnpjNotValid: true };
9653
+ }
9654
+ // Valida DVs
9655
+ size = cnpj.length - 2;
9656
+ numbers = cnpj.substring(0, size);
9657
+ digits = cnpj.substring(size);
9658
+ sum = 0;
9659
+ pos = size - 7;
9660
+ for (var i = size; i >= 1; i--) {
9661
+ sum += numbers.charAt(size - i) * pos--;
9662
+ if (pos < 2) {
9663
+ pos = 9;
9664
+ }
9665
+ }
9666
+ result = sum % 11 < 2 ? 0 : 11 - (sum % 11);
9667
+ if (result !== Number(digits.charAt(0))) {
9668
+ return { cnpjNotValid: true };
9669
+ }
9670
+ size = size + 1;
9671
+ numbers = cnpj.substring(0, size);
9672
+ sum = 0;
9673
+ pos = size - 7;
9674
+ for (var i = size; i >= 1; i--) {
9675
+ sum += numbers.charAt(size - i) * pos--;
9676
+ if (pos < 2) {
9677
+ pos = 9;
9678
+ }
9679
+ }
9680
+ result = sum % 11 < 2 ? 0 : 11 - (sum % 11);
9681
+ if (result !== Number(digits.charAt(1))) {
9682
+ return { cnpjNotValid: true };
9683
+ }
9684
+ return null;
9583
9685
  }
9686
+ return null;
9584
9687
  };
9585
- HistoricalPixAccountComponent.prototype.add = function () {
9586
- this.pixAccountItemInput = {};
9587
- this.visible = true;
9688
+ /**
9689
+ * Válida o número de telefone da chave PIX.
9690
+ */
9691
+ GenericValidator.isValidPhoneNumber = function (control) {
9692
+ var cellPhoneKey = control.value || '';
9693
+ cellPhoneKey = cellPhoneKey.replace(/[\s()-]/g, '');
9694
+ var regexNumberTelephone = /^[1-9][\d]{1,2}\d{8,10}$/;
9695
+ var isValidNumberTelephone = regexNumberTelephone.test(cellPhoneKey);
9696
+ return isValidNumberTelephone ? null : { invalidPhoneNumber: true };
9588
9697
  };
9589
- HistoricalPixAccountComponent.prototype.isNotAllowMessage = function () {
9590
- this.messageService.add({
9591
- severity: "error",
9592
- summary: this.translateService.instant("hcm.payroll.error"),
9593
- detail: this.translateService.instant("hcm.payroll.permission_error_not_allowed"),
9594
- });
9698
+ /**
9699
+ * Valida o email da chave PIX.
9700
+ */
9701
+ GenericValidator.isValidEmail = function (control) {
9702
+ var emailKey = control.value;
9703
+ var regexValidEmail = /^[\w-\.]+@[\w-]+(\.[\w-]{2,4}){1,2}$/;
9704
+ var isValidEmail = regexValidEmail.test(emailKey);
9705
+ return isValidEmail ? null : { invalidEmail: true };
9595
9706
  };
9596
- HistoricalPixAccountComponent.prototype.deleteAnnuityItem = function (index) {
9597
- var newlist = __spread(this.getHistoricalPixAccountList());
9598
- newlist.sort(compareValues(this.orderBy.field, this.orderBy.direction));
9599
- delete newlist[index];
9600
- newlist = newlist.filter(function (val) { return val; });
9601
- this.historicalPixAccountList.get("historicalPixAccountList").setValue(newlist);
9602
- this.verifyTotalPercentage();
9603
- this.onLazyLoad();
9707
+ return GenericValidator;
9708
+ }());
9709
+
9710
+ var HistoricakPixAccountBase = /** @class */ (function () {
9711
+ function HistoricakPixAccountBase(formBuilder) {
9712
+ this._paramsForm = new forms.FormGroup({});
9713
+ this._defaultCpfNumber = null;
9714
+ this.initialValidatorOfPercentage = [forms.Validators.required, forms.Validators.min(0.01)];
9715
+ this.pixAccountList = [];
9716
+ this.maxValuePercentage = 100.0;
9717
+ this.isShowPixKeyFieldValidatorMessage = false;
9718
+ this.formBuilder = formBuilder;
9719
+ this.createFormGroupBase();
9720
+ }
9721
+ HistoricakPixAccountBase.prototype.phoneMask = function (event) {
9722
+ FormatUtilsService.formatTelephoneInputEvent(event);
9604
9723
  };
9605
- HistoricalPixAccountComponent.prototype.getHistoricalPixAccountList = function () {
9606
- if (this.historicalPixAccountList.get("historicalPixAccountList") &&
9607
- this.historicalPixAccountList.get("historicalPixAccountList").value &&
9608
- this.historicalPixAccountList.get("historicalPixAccountList").value.length)
9609
- return this.historicalPixAccountList.get("historicalPixAccountList") && this.historicalPixAccountList.get("historicalPixAccountList").value;
9610
- else
9611
- return [];
9724
+ HistoricakPixAccountBase.prototype.cpfMask = function (event) {
9725
+ FormatUtilsService.formatCpfInputEvent(event);
9612
9726
  };
9613
- HistoricalPixAccountComponent.prototype.addItemInList = function ($event) {
9614
- var index = $event && $event.index >= 0 ? $event.index : null;
9615
- var newDataList = this.getHistoricalPixAccountList() ? this.getHistoricalPixAccountList() : [];
9616
- if (index != null) {
9617
- newDataList[index] = $event;
9618
- delete $event.index;
9727
+ HistoricakPixAccountBase.prototype.cnpjMask = function (event) {
9728
+ FormatUtilsService.formatCnpjInputEvent(event);
9729
+ };
9730
+ HistoricakPixAccountBase.prototype.onChangePixKeyType = function (item, form) {
9731
+ if (!item || !item.key)
9732
+ return;
9733
+ this.pixKeyType = item.key;
9734
+ var targetForm = (typeof form !== 'undefined' && form !== null)
9735
+ ? form
9736
+ : this.pixAccountFormGroup;
9737
+ this.isShowPixKeyFieldValidatorMessage = true;
9738
+ var pixKeyControl = targetForm.get("pixKey");
9739
+ if (pixKeyControl) {
9740
+ pixKeyControl.reset();
9741
+ }
9742
+ this.setPixKeyValidators(true, targetForm);
9743
+ if (item.key === "CPF") {
9744
+ this.setDefaultCpfPixKey(targetForm);
9745
+ }
9746
+ };
9747
+ HistoricakPixAccountBase.prototype.onClearPixKeyType = function (form) {
9748
+ var targetForm = (typeof form !== 'undefined' && form !== null)
9749
+ ? form
9750
+ : this.pixAccountFormGroup;
9751
+ this.isShowPixKeyFieldValidatorMessage = false;
9752
+ if (targetForm.get("pixKey")) {
9753
+ targetForm.get("pixKey").reset();
9754
+ }
9755
+ };
9756
+ HistoricakPixAccountBase.prototype.setDefaultCpfPixKey = function (form) {
9757
+ var targetForm = (typeof form !== 'undefined' && form !== null)
9758
+ ? form
9759
+ : this.pixAccountFormGroup;
9760
+ if (this._defaultCpfNumber) {
9761
+ if (targetForm.get("pixKey")) {
9762
+ targetForm.get("pixKey").setValue(this._defaultCpfNumber);
9763
+ }
9619
9764
  }
9620
9765
  else {
9621
- if (isValid($event["customFields"]) && Object.keys($event["customFields"]).length) {
9622
- var customValue = mountCustomToSave($event["customFields"]);
9623
- $event["customFields"] = __spread(customValue);
9766
+ var sheetDocument = this._paramsForm.get("sheetDocument");
9767
+ if (sheetDocument && sheetDocument.get("cpfNumber")) {
9768
+ var cpf = sheetDocument.get("cpfNumber").value;
9769
+ if (cpf && targetForm.get("pixKey")) {
9770
+ targetForm.get("pixKey").setValue(cpf);
9771
+ }
9624
9772
  }
9625
- $event["dateChange"] = this.dateChange;
9626
- newDataList.push($event);
9627
9773
  }
9628
- this.historicalPixAccountList.get("historicalPixAccountList").setValue(newDataList);
9629
- this.verifyTotalPercentage();
9630
- this.onLazyLoad({ first: this.getNumberPageByIndex(index, newDataList) });
9631
9774
  };
9632
- HistoricalPixAccountComponent.prototype.getNumberPageByIndex = function (index, list) {
9633
- if (index) {
9634
- var total = list.length;
9635
- var sub = this.recordByRow - 1;
9636
- return Math.ceil(total / this.recordByRow) * this.recordByRow - sub - 1;
9775
+ HistoricakPixAccountBase.prototype.createFormGroupBase = function () {
9776
+ this.pixAccountFormGroup = this.formBuilder.group({
9777
+ id: this.formBuilder.control(null),
9778
+ index: this.formBuilder.control(null),
9779
+ employee: this.formBuilder.control({ value: { tableId: null }, disabled: true }),
9780
+ dateChange: this.formBuilder.control(null),
9781
+ pixKeyType: this.formBuilder.control(null, forms.Validators.required),
9782
+ pixKey: this.formBuilder.control(null),
9783
+ percentage: this.formBuilder.control(null, forms.Validators.compose(__spread(this.initialValidatorOfPercentage, [
9784
+ forms.Validators.max(this.maxValuePercentage),
9785
+ ]))),
9786
+ externalId: this.formBuilder.control(null),
9787
+ customFields: this.formBuilder.control(null),
9788
+ });
9789
+ };
9790
+ HistoricakPixAccountBase.prototype.setValidatorsAccordingList = function (pixAccountList, index, isEditMode, form) {
9791
+ if (index === void 0) { index = null; }
9792
+ if (isEditMode === void 0) { isEditMode = true; }
9793
+ var targetForm = (typeof form !== 'undefined' && form !== null)
9794
+ ? form
9795
+ : this.pixAccountFormGroup;
9796
+ this.pixAccountList = (pixAccountList && pixAccountList.length > 0)
9797
+ ? [].concat(pixAccountList)
9798
+ : [];
9799
+ var percentageIncluded = [];
9800
+ for (var i = 0; i < this.pixAccountList.length; i++) {
9801
+ var field = this.pixAccountList[i];
9802
+ if (field && field.percentage && i !== index) {
9803
+ percentageIncluded.push(field.percentage);
9804
+ }
9637
9805
  }
9638
- return null;
9806
+ this.beforeSetPixKeyTypeValidator(targetForm);
9807
+ this.setPixKeyValidators(isEditMode, targetForm);
9808
+ this.validatePercentageValid(percentageIncluded, targetForm);
9639
9809
  };
9640
- HistoricalPixAccountComponent.prototype.verifyTotalPercentage = function () {
9641
- var list = this.getHistoricalPixAccountList() ? this.getHistoricalPixAccountList() : [];
9642
- var arrayPercentage = [];
9643
- if (!list.length)
9644
- return this.msgTotalLimitByPercentage = null;
9645
- list.filter(function (item) { return arrayPercentage.push(item && item["percentage"]); });
9646
- var sumPercentage = arrayPercentage.reduce(function (total, percentage) {
9647
- return total + percentage;
9648
- }, 0);
9649
- if (sumPercentage === 100) {
9650
- this.msgTotalLimitByPercentage = this.translateService.instant("hcm.payroll.historical_pix_account_msg_limit_total_by_percentage");
9810
+ HistoricakPixAccountBase.prototype.beforeSetPixKeyTypeValidator = function (form) {
9811
+ var control = form.get("pixKeyType");
9812
+ if (this.pixAccountList && this.pixAccountList.length) {
9813
+ control.setValidators(forms.Validators.compose([
9814
+ forms.Validators.required,
9815
+ this.validateDuplicatePixKeyTypeBankAccount(this.pixAccountList),
9816
+ ]));
9651
9817
  }
9652
9818
  else {
9653
- this.msgTotalLimitByPercentage = null;
9819
+ control.setValidators(forms.Validators.required);
9820
+ }
9821
+ control.updateValueAndValidity();
9822
+ };
9823
+ HistoricakPixAccountBase.prototype.setPixKeyValidators = function (isEditMode, form) {
9824
+ var pixKey = form.get("pixKey");
9825
+ switch (this.pixKeyType) {
9826
+ case "TELEPHONE":
9827
+ pixKey.setValidators(forms.Validators.compose([forms.Validators.required, GenericValidator.isValidPhoneNumber]));
9828
+ break;
9829
+ case "EMAIL":
9830
+ pixKey.setValidators(forms.Validators.compose([forms.Validators.required, GenericValidator.isValidEmail]));
9831
+ break;
9832
+ case "CPF":
9833
+ pixKey.setValidators(forms.Validators.compose([forms.Validators.required, GenericValidator.isValidCpf]));
9834
+ break;
9835
+ case "CNPJ":
9836
+ pixKey.setValidators(forms.Validators.compose([forms.Validators.required, GenericValidator.isValidCnpj]));
9837
+ break;
9838
+ case "RANDOM_KEY":
9839
+ pixKey.setValidators(forms.Validators.required);
9840
+ break;
9841
+ default:
9842
+ pixKey.clearValidators();
9843
+ }
9844
+ if (isEditMode) {
9845
+ pixKey.enable();
9654
9846
  }
9847
+ pixKey.updateValueAndValidity();
9655
9848
  };
9656
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "scopedActions", {
9657
- get: function () {
9658
- return this.actions.bind(this);
9659
- },
9660
- enumerable: true,
9661
- configurable: true
9662
- });
9663
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "recordsMessage", {
9664
- get: function () {
9665
- return (this.totalRecords || 0) + " " + (this.totalRecords === 1 ? this.translateService.instant("hcm.payroll.admission_register") : this.translateService.instant("hcm.payroll.admission_registers"));
9666
- },
9667
- enumerable: true,
9668
- configurable: true
9669
- });
9670
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "getTooltipAndDisableButtonAdd", {
9671
- get: function () {
9672
- return this.dateChange ? null : this.msgTooltipAdd;
9673
- },
9674
- enumerable: true,
9675
- configurable: true
9676
- });
9677
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "dateChange", {
9678
- get: function () {
9679
- return this._dateChange;
9680
- },
9681
- set: function (value) {
9682
- var _this = this;
9683
- this._dateChange = value;
9684
- if (this._dateChange) {
9685
- this.listData.filter(function (row) { return row["dateChange"] = _this._dateChange; });
9686
- }
9687
- },
9688
- enumerable: true,
9689
- configurable: true
9690
- });
9691
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "displayDateChange", {
9849
+ HistoricakPixAccountBase.prototype.validatePercentageValid = function (listValue, form) {
9850
+ var percentage = form.get("percentage");
9851
+ this.maxValuePercentage = listValue.reduce(function (acc, val) { return acc - val; }, 100.0);
9852
+ percentage.setValidators(forms.Validators.compose(__spread(this.initialValidatorOfPercentage, [
9853
+ forms.Validators.max(this.maxValuePercentage),
9854
+ ])));
9855
+ percentage.updateValueAndValidity();
9856
+ };
9857
+ HistoricakPixAccountBase.prototype.validateDuplicatePixKeyTypeBankAccount = function (listCompare) {
9858
+ return function (control) {
9859
+ var value = control.value;
9860
+ var isDuplicate = listCompare.some(function (field) {
9861
+ return value &&
9862
+ field.pixKeyType.key === "BANK_ACCOUNT" &&
9863
+ value.key === "BANK_ACCOUNT";
9864
+ });
9865
+ return isDuplicate ? { pixKeyTypeBankAccountDuplicate: true } : null;
9866
+ };
9867
+ };
9868
+ Object.defineProperty(HistoricakPixAccountBase.prototype, "paramsForm", {
9692
9869
  get: function () {
9693
- return this._displayDateChange;
9870
+ return this._paramsForm;
9694
9871
  },
9695
9872
  set: function (value) {
9696
- var _this = this;
9697
- this._displayDateChange = value;
9698
- if (this._displayDateChange) {
9699
- this.listData.filter(function (row) { return row["displayDateChange"] = _this._displayDateChange; });
9700
- }
9873
+ this._paramsForm = value;
9701
9874
  },
9702
9875
  enumerable: true,
9703
9876
  configurable: true
9704
9877
  });
9705
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "addListData", {
9706
- set: function (list) {
9707
- this.loading = true;
9708
- this.historicalPixAccountList.get("historicalPixAccountList").patchValue(list);
9709
- this.verifyTotalPercentage();
9710
- this.onLazyLoad();
9711
- },
9712
- enumerable: true,
9713
- configurable: true
9714
- });
9715
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "visible", {
9878
+ Object.defineProperty(HistoricakPixAccountBase.prototype, "defaultCpfNumber", {
9716
9879
  get: function () {
9717
- return this._visible;
9880
+ return this._defaultCpfNumber;
9718
9881
  },
9719
9882
  set: function (value) {
9720
- this._visible = value;
9721
- this.visibleChange.emit(this.visible);
9883
+ this._defaultCpfNumber = value;
9722
9884
  },
9723
9885
  enumerable: true,
9724
9886
  configurable: true
9725
9887
  });
9726
- HistoricalPixAccountComponent.prototype.close = function () {
9727
- this.visible = false;
9728
- };
9729
- HistoricalPixAccountComponent.prototype.getFormattedTelephoneNumber = function (telephoneNumber) {
9730
- return FormatUtilsService.getFormattedTelephoneNumber(telephoneNumber);
9888
+ return HistoricakPixAccountBase;
9889
+ }());
9890
+
9891
+ var HistoricalPixAccountService = /** @class */ (function () {
9892
+ function HistoricalPixAccountService(http) {
9893
+ this.http = http;
9894
+ }
9895
+ HistoricalPixAccountService.prototype.query = function (path, body, service) {
9896
+ if (service === void 0) { service = exports.ServiceType.PAYROLL; }
9897
+ return this.http.query(path, body, service);
9731
9898
  };
9732
- HistoricalPixAccountComponent.prototype.getFormattedCpf = function (cpf) {
9733
- return FormatUtilsService.getFormattedCpf(cpf);
9899
+ HistoricalPixAccountService.prototype.enumQuery = function () {
9900
+ var path = 'enumQuery';
9901
+ var body = {
9902
+ names: ['PixKeyType']
9903
+ };
9904
+ return this.http.query(path, body, exports.ServiceType.PAYROLL);
9734
9905
  };
9735
- HistoricalPixAccountComponent.prototype.getFormattedCnpj = function (cnpj) {
9736
- return FormatUtilsService.getFormattedCnpj(cnpj);
9737
- };
9738
- HistoricalPixAccountComponent.prototype.getFormattedPercentage = function (value) {
9739
- return FormatUtilsService.getFormattedPercentage(value);
9740
- };
9741
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToAddHistorical", {
9742
- get: function () {
9743
- return (this.permission["incluir"]);
9744
- },
9745
- enumerable: true,
9746
- configurable: true
9747
- });
9748
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToDeleteHistorical", {
9749
- get: function () {
9750
- return (this.permission["excluir"]);
9751
- },
9752
- enumerable: true,
9753
- configurable: true
9754
- });
9755
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToEditHistorical", {
9756
- get: function () {
9757
- return (this.permission["editar"]);
9758
- },
9759
- enumerable: true,
9760
- configurable: true
9761
- });
9762
- Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToViewHistorical", {
9763
- get: function () {
9764
- return (this.permission["visualizar"]);
9765
- },
9766
- enumerable: true,
9767
- configurable: true
9768
- });
9769
- HistoricalPixAccountComponent.ctorParameters = function () { return [
9770
- { type: core$1.TranslateService },
9771
- { type: core.ChangeDetectorRef },
9772
- { type: forms.FormBuilder },
9773
- { type: api.MessageService }
9906
+ HistoricalPixAccountService.ctorParameters = function () { return [
9907
+ { type: HttpClientService }
9774
9908
  ]; };
9775
- __decorate([
9776
- core.ViewChild(angularComponents.CustomFieldsComponent, { static: false })
9777
- ], HistoricalPixAccountComponent.prototype, "customFields", void 0);
9778
- __decorate([
9779
- core.Input()
9780
- ], HistoricalPixAccountComponent.prototype, "formGroup", void 0);
9781
- __decorate([
9782
- core.Input()
9783
- ], HistoricalPixAccountComponent.prototype, "fieldFormGroup", void 0);
9784
- __decorate([
9785
- core.Input()
9786
- ], HistoricalPixAccountComponent.prototype, "_dateChange", void 0);
9787
- __decorate([
9788
- core.Input()
9789
- ], HistoricalPixAccountComponent.prototype, "_displayDateChange", void 0);
9790
- __decorate([
9791
- core.Input()
9792
- ], HistoricalPixAccountComponent.prototype, "recordByRow", void 0);
9793
- __decorate([
9794
- core.Input()
9795
- ], HistoricalPixAccountComponent.prototype, "showDateChange", void 0);
9796
- __decorate([
9797
- core.Input()
9798
- ], HistoricalPixAccountComponent.prototype, "msgTooltipAdd", void 0);
9799
- __decorate([
9800
- core.Input()
9801
- ], HistoricalPixAccountComponent.prototype, "isEditMode", void 0);
9802
- __decorate([
9803
- core.Input()
9804
- ], HistoricalPixAccountComponent.prototype, "isViewMode", void 0);
9805
- __decorate([
9806
- core.Input()
9807
- ], HistoricalPixAccountComponent.prototype, "currency", void 0);
9808
- __decorate([
9809
- core.Input()
9810
- ], HistoricalPixAccountComponent.prototype, "customEntity", void 0);
9811
- __decorate([
9812
- core.Input()
9813
- ], HistoricalPixAccountComponent.prototype, "customService", void 0);
9814
- __decorate([
9815
- core.Input()
9816
- ], HistoricalPixAccountComponent.prototype, "withSideBar", void 0);
9817
- __decorate([
9818
- core.Input()
9819
- ], HistoricalPixAccountComponent.prototype, "paramsForm", void 0);
9820
- __decorate([
9821
- core.Input()
9822
- ], HistoricalPixAccountComponent.prototype, "defaultCpfNumber", void 0);
9823
- __decorate([
9824
- core.Input()
9825
- ], HistoricalPixAccountComponent.prototype, "permission", void 0);
9826
- __decorate([
9827
- core.Input()
9828
- ], HistoricalPixAccountComponent.prototype, "listDataReciever", void 0);
9829
- __decorate([
9830
- core.Output()
9831
- ], HistoricalPixAccountComponent.prototype, "isViewModeActive", void 0);
9832
- __decorate([
9833
- core.Output()
9834
- ], HistoricalPixAccountComponent.prototype, "isEditModeActive", void 0);
9835
- __decorate([
9836
- core.Output()
9837
- ], HistoricalPixAccountComponent.prototype, "isDeleteModeActive", void 0);
9838
- __decorate([
9839
- core.Input()
9840
- ], HistoricalPixAccountComponent.prototype, "dateChange", null);
9841
- __decorate([
9842
- core.Input()
9843
- ], HistoricalPixAccountComponent.prototype, "displayDateChange", null);
9844
- __decorate([
9845
- core.Input()
9846
- ], HistoricalPixAccountComponent.prototype, "addListData", null);
9847
- __decorate([
9848
- core.Input()
9849
- ], HistoricalPixAccountComponent.prototype, "visible", null);
9850
- HistoricalPixAccountComponent = __decorate([
9851
- core.Component({
9852
- // tslint:disable-next-line:component-selector
9853
- selector: "c-historical-pix-account",
9854
- template: "<s-sidebar *ngIf=\"withSideBar\" [visible]=\"visible\" (visibleChange)=\"close()\"\n header=\"{{'hcm.payroll.historical_pix_account_title_form'|translate}}\">\n<pix-account [(visible)]=\"visible\"\n [isEditAndViewValue]=\"pixAccountItemInput\"\n [currency]=\"currency\"\n [customEntity]=\"customEntity\"\n [customService]=\"customService\"\n [getListPixAccount]=\"listDataNoPage\"\n [paramsForm]=\"paramsForm\"\n (pixAccountItemToList)=\"addItemInList($event)\"\n [defaultCpfNumber]=\"defaultCpfNumber\"></pix-account>\n</s-sidebar>\n\n<div *ngIf=\"!withSideBar\">\n <pix-account [(visible)]=\"visible\"\n [isEditAndViewValue]=\"pixAccountItemInput\"\n [currency]=\"currency\"\n [customEntity]=\"customEntity\"\n [customService]=\"customService\"\n [getListPixAccount]=\"listDataNoPage\"\n [withSideBar]=\"false\"\n [isViewMode]=\"isViewMode\"\n [paramsForm]=\"paramsForm\"\n (pixAccountItemToList)=\"addItemInList($event)\"\n [defaultCpfNumber]=\"defaultCpfNumber\"></pix-account>\n</div>\n\n<div class=\"ui-g-1\" *ngIf=\"withSideBar && !isEditMode\">\n <div class=\"form-group \">\n <s-button id=\"ta-addPayAnnuity\"\n [disabled]=\"getTooltipAndDisableButtonAdd || msgTotalLimitByPercentage\"\n (onClick)=\"add()\"\n [pTooltip]=\"getTooltipAndDisableButtonAdd || msgTotalLimitByPercentage\"\n tooltipPosition=\"top\"\n label=\"{{'hcm.payroll.historical_pix_account_add'|translate}}\"></s-button>\n </div>\n</div>\n<div class=\"ui-g-12\">\n <p-table\n id=\"table-annuity\"\n [value]=\"listData\"\n [columns]=\"cols\"\n (onLazyLoad)=\"onLazyLoad($event)\"\n [lazy]=\"true\"\n [scrollable]=\"true\"\n [paginator]=\"true\"\n [totalRecords]=\"totalRecords\"\n [sortMode]=\"'multiple'\"\n *sLoadingState=\"loading\"\n [rows]=\"recordByRow\"\n dataKey=\"id\">\n <ng-template pTemplate=\"colgroup\" let-coumns>\n <colgroup>\n <col [ngClass]=\"'col-default-m'\">\n <col [ngClass]=\"'col-default-m'\">\n <col [ngClass]=\"'col-default-s'\">\n <col [ngClass]=\"'col-action'\">\n </colgroup>\n </ng-template>\n <ng-template pTemplate=\"header\" let-columns>\n <!-- Cabe\u00E7alhos quando da table \u00E9 permitido ordenar as colunas -->\n <tr>\n <!-- Cabe\u00E7alhos das colunas da tabela -->\n <th\n [pSortableColumn]=\"'pixKeyType'\"\n [pTooltip]=\"'hcm.payroll.employees_addition_pix_key_type' | translate\"\n tooltipPosition=\"top\"\n showDelay=\"500\"\n >\n <div class=\"senior-header\" id=\"table-0\">\n <span\n id=\"table-annuity-s-0\">{{ 'hcm.payroll.employees_addition_pix_key_type' | translate }}</span>\n <p-sortIcon class=\"p-sorticon-status\"\n [field]=\"'hcm.payroll.employees_addition_pix_key_type' | translate\"></p-sortIcon>\n </div>\n </th>\n\n <th\n [pSortableColumn]=\"'pixKey'\"\n [pTooltip]=\"'hcm.payroll.employees_addition_pix_key' | translate\"\n tooltipPosition=\"top\"\n showDelay=\"500\"\n >\n <div class=\"senior-header\">\n <span>{{ 'hcm.payroll.employees_addition_pix_key' | translate }}</span>\n <p-sortIcon class=\"p-sorticon-status\"\n [field]=\"'hcm.payroll.employees_addition_pix_key' | translate\"></p-sortIcon>\n </div>\n </th>\n\n <th\n [pSortableColumn]=\"'percentage'\"\n [pTooltip]=\"'hcm.payroll.historical_pix_account_label_percentage' | translate\"\n tooltipPosition=\"top\"\n showDelay=\"500\"\n >\n <div class=\"senior-header\">\n <span>{{ 'hcm.payroll.historical_pix_account_label_percentage' | translate }}</span>\n <p-sortIcon class=\"p-sorticon-status\"\n [field]=\"'hcm.payroll.historical_pix_account_label_percentage' | translate\"></p-sortIcon>\n </div>\n </th>\n <!-- Cabe\u00E7alho da coluna de a\u00E7\u00F5es -->\n <th id=\"col-actions\"></th>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"body\" let-rowData let-key=\"rowIndex\">\n\n <tr [ngClass]=\"'row'+key\" [pSelectableRow]=\"rowData\">\n <td [pTooltip]=\"rowData?.pixKeyType.value\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ rowData?.pixKeyType.value }}</span>\n </td>\n\n <ng-container [ngSwitch]=\"rowData?.pixKeyType.key\">\n <td *ngSwitchCase=\"'TELEPHONE'\"\n [pTooltip]=\"getFormattedTelephoneNumber(rowData?.pixKey)\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ getFormattedTelephoneNumber(rowData?.pixKey) }}</span>\n </td>\n <td *ngSwitchCase=\"'CPF'\"\n [pTooltip]=\"getFormattedCpf(rowData?.pixKey)\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ getFormattedCpf(rowData?.pixKey) }}</span>\n </td>\n <td *ngSwitchCase=\"'CNPJ'\"\n [pTooltip]=\"getFormattedCnpj(rowData?.pixKey)\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ getFormattedCnpj(rowData?.pixKey) }}</span>\n </td>\n <td *ngSwitchDefault\n [pTooltip]=\"rowData?.pixKey\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ rowData?.pixKey }}</span>\n </td>\n </ng-container>\n <td [pTooltip]=\"getFormattedPercentage(rowData?.percentage)\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ getFormattedPercentage(rowData?.percentage) }}</span>\n </td>\n <td id=\"col-actions-{{key}}\" class=\"col-actions \"\n *ngIf=\"actions && actions(rowData, key)?.length\">\n <s-button id=\"table-admission-btn-actions-{{key}}\"\n *ngIf=\"actions(rowData, key).length > 1\" [label]=\"actionLabel\"\n priority=\"default\" [model]=\"scopedActions(rowData, key)\"\n [disabled]=\"false\" [auxiliary]=\"true\"></s-button>\n\n <s-button id=\"table-admission-btn-action-{{key}}\"\n *ngIf=\"actions(rowData, key).length <= 1\"\n [label]=\"scopedActions(rowData, key)[0].label\"\n priority=\"default\"\n (click)=\"scopedActions(rowData, key)[0].command()\"\n [disabled]=\"false\" [auxiliary]=\"true\"></s-button>\n </td>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"emptymessage\" let-columns>\n <tr>\n <td [attr.colspan]=\"columns.length +2\">\n {{'hcm.payroll.admission_empty_message'|translate}}\n </td>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"paginatorright\">\n <span *ngIf=\"totalRecords\">{{recordsMessage}}</span>\n </ng-template>\n </p-table>\n</div>\n",
9855
- styles: [".refresh{width:100%!important}#table-annuity .col-default-s{width:10%}#table-annuity .col-default-m{width:12%}#table-annuity .col-default-l{width:16%}#table-annuity .col-action{width:10%}#table-annuity .icon-warning{text-align:center!important;color:#ff6d00c7!important}@media screen and (max-width:612px){#table-annuity .col-default-1,#table-annuity .col-default-2{width:16%}#table-annuity .col-default-3{width:26%}#table-annuity .col-icon{width:10%}#table-annuity .col-action{width:27%}}#main{display:-webkit-box;display:flex;height:100%;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}#main form{height:100%}#main .footer{border-top:1px solid #ccc;padding-top:15px;margin-top:15px;flex-shrink:0;margin-bottom:-18px}#main .footer-s-border{padding-left:7px;flex-shrink:0;margin-bottom:-18px}"]
9856
- })
9857
- ], HistoricalPixAccountComponent);
9858
- return HistoricalPixAccountComponent;
9909
+ HistoricalPixAccountService = __decorate([
9910
+ core.Injectable()
9911
+ ], HistoricalPixAccountService);
9912
+ return HistoricalPixAccountService;
9859
9913
  }());
9860
9914
 
9861
- var GenericValidator = /** @class */ (function () {
9862
- function GenericValidator() {
9915
+ var HistoricalPixAccountComponent = /** @class */ (function (_super) {
9916
+ __extends(HistoricalPixAccountComponent, _super);
9917
+ function HistoricalPixAccountComponent(translateService, cd, formBuilder, sharedStateService, service) {
9918
+ var _this = _super.call(this, formBuilder) || this;
9919
+ _this.translateService = translateService;
9920
+ _this.cd = cd;
9921
+ _this.sharedStateService = sharedStateService;
9922
+ _this.service = service;
9923
+ _this.recordByRow = 1;
9924
+ _this.showDateChange = false;
9925
+ _this.isEditMode = false;
9926
+ _this.isViewMode = false;
9927
+ _this.withSideBar = true;
9928
+ _this.listDataReciever = [];
9929
+ _this.addExistentHistoricData = [];
9930
+ _this.getListPixAccount = [];
9931
+ _this.isEditModeForSave = false;
9932
+ _this.isViewModeActive = new core.EventEmitter();
9933
+ _this.isEditModeActive = new core.EventEmitter();
9934
+ _this.isDeleteModeActive = new core.EventEmitter();
9935
+ _this.isValidChangeForm = new core.EventEmitter();
9936
+ _this.listFromApp = [];
9937
+ _this.visibleChange = new core.EventEmitter();
9938
+ _this.ngUnsubscribe = new rxjs.Subject();
9939
+ _this.orderBy = {
9940
+ field: "dateChange",
9941
+ direction: exports.DirectionEnumeration.DESC,
9942
+ };
9943
+ _this.pixAccountItemInput = {};
9944
+ _this.totalRecords = 0;
9945
+ _this.actionLabel = _this.translateService.instant("hcm.payroll.entries_query_actions_total_title");
9946
+ _this.loading = true;
9947
+ _this.listData = [];
9948
+ _this.listDataNoPage = [];
9949
+ _this.showButtonView = true;
9950
+ _this.showEditMode = false;
9951
+ _this.hasRecordsPix = true;
9952
+ _this.hideFields = _this.sharedStateService.hideField$;
9953
+ _this.suggestions = [];
9954
+ _this.formGroupByRow = {};
9955
+ _this.cols = [
9956
+ {
9957
+ label: _this.translateService.instant("hcm.payroll.employees_addition_pix_key_type"),
9958
+ field: "pixKeyType",
9959
+ },
9960
+ {
9961
+ label: _this.translateService.instant("hcm.payroll.employees_addition_pix_key"),
9962
+ field: "pixKey",
9963
+ },
9964
+ {
9965
+ label: _this.translateService.instant("hcm.payroll.historical_pix_account_label_percentage"),
9966
+ field: "percentage",
9967
+ },
9968
+ {
9969
+ label: _this.translateService.instant("hcm.payroll.movimentation_generic_action"),
9970
+ field: "actions",
9971
+ }
9972
+ ];
9973
+ _this.actions = function (rowData, key) {
9974
+ if (rowData === void 0) { rowData = {}; }
9975
+ return [
9976
+ {
9977
+ visible: _this.isEditMode,
9978
+ label: _this.translateService.instant("hcm.payroll.employees_image_cropper_view"),
9979
+ command: function () {
9980
+ if (_this.isAllowToViewHistorical) {
9981
+ rowData["index"] = key;
9982
+ _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
9983
+ _this.visible = true;
9984
+ }
9985
+ else {
9986
+ _this.isViewModeActive.emit(true);
9987
+ }
9988
+ },
9989
+ },
9990
+ {
9991
+ visible: !!(!_this.isEditMode && _this.withSideBar),
9992
+ label: _this.translateService.instant("hcm.payroll.edit"),
9993
+ command: function () {
9994
+ if (_this.isAllowToEditHistorical) {
9995
+ rowData["index"] = key;
9996
+ _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: true };
9997
+ _this.visible = true;
9998
+ }
9999
+ else {
10000
+ _this.isEditModeActive.emit(true);
10001
+ if (_this.listFromApp.length == 0) {
10002
+ rowData["index"] = key;
10003
+ _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: true };
10004
+ _this.visible = true;
10005
+ }
10006
+ }
10007
+ },
10008
+ },
10009
+ {
10010
+ visible: !_this.isEditMode || _this.showEditMode,
10011
+ label: _this.translateService.instant("hcm.payroll.delete"),
10012
+ command: function () {
10013
+ if (_this.isAllowToDeleteHistorical) {
10014
+ _this.loading = true;
10015
+ _this.deleteAnnuityItem(key);
10016
+ }
10017
+ else {
10018
+ _this.isDeleteModeActive.emit(true);
10019
+ if (_this.listFromApp.length == 0) {
10020
+ _this.loading = true;
10021
+ _this.deleteAnnuityItem(key);
10022
+ }
10023
+ }
10024
+ },
10025
+ },
10026
+ ];
10027
+ };
10028
+ _this.createFormGroup();
10029
+ return _this;
9863
10030
  }
10031
+ HistoricalPixAccountComponent.prototype.ngOnInit = function () {
10032
+ var _this = this;
10033
+ this.formGroup.setControl(this.fieldFormGroup, this.historicalPixAccountList);
10034
+ this.sharedStateService.showButton$.subscribe(function (value) {
10035
+ _this.showButtonView = value;
10036
+ });
10037
+ this.sharedStateService.showEditMode$.subscribe(function (value) {
10038
+ _this.showEditMode = value;
10039
+ _this.isEditModeForSave = value;
10040
+ });
10041
+ this.sharedStateService.activeValidatorsOnEditModalOpen$
10042
+ .subscribe(function () {
10043
+ Object.values(_this.formGroupByRow).forEach(function (fg) {
10044
+ Object.values(fg.controls).forEach(function (control) {
10045
+ control.markAsTouched();
10046
+ control.updateValueAndValidity();
10047
+ });
10048
+ });
10049
+ _this.emitFormValidity();
10050
+ });
10051
+ };
10052
+ HistoricalPixAccountComponent.prototype.ngOnChanges = function (changes) {
10053
+ if (changes['listDataReciever'] && changes['listDataReciever'].currentValue) {
10054
+ this.listFromApp = changes['listDataReciever'].currentValue;
10055
+ }
10056
+ if (changes['addExistentHistoricData'] && changes['addExistentHistoricData'].currentValue) {
10057
+ this.getHistoricalPixAccountList();
10058
+ }
10059
+ if (changes['addExistentHistoricData'] && changes['addExistentHistoricData'].currentValue) {
10060
+ var newData = changes['addExistentHistoricData'].currentValue;
10061
+ this.rebuildFormGroupMap(newData);
10062
+ }
10063
+ };
10064
+ HistoricalPixAccountComponent.prototype.createFormGroup = function () {
10065
+ this.historicalPixAccountList = this.formBuilder.group({
10066
+ historicalPixAccountList: this.formBuilder.control(null),
10067
+ });
10068
+ };
10069
+ HistoricalPixAccountComponent.prototype.ngOnDestroy = function () {
10070
+ this.ngUnsubscribe.next();
10071
+ this.ngUnsubscribe.complete();
10072
+ };
10073
+ HistoricalPixAccountComponent.prototype.ngAfterViewInit = function () {
10074
+ this.cd.detectChanges();
10075
+ };
10076
+ HistoricalPixAccountComponent.prototype.emitFormValidity = function () {
10077
+ var allValid = Object.values(this.formGroupByRow).every(function (fg) {
10078
+ fg.updateValueAndValidity();
10079
+ return fg.valid;
10080
+ });
10081
+ this.isValidChangeForm.emit(allValid);
10082
+ };
10083
+ HistoricalPixAccountComponent.prototype.filterPixKeyType = function (event) {
10084
+ var _this = this;
10085
+ var query = event.query;
10086
+ this.service.enumQuery().subscribe(function (response) {
10087
+ var pixKeyTypeEnum = response.results.find(function (result) { return result.enumName === 'PixKeyType'; });
10088
+ if (pixKeyTypeEnum) {
10089
+ _this.suggestions = pixKeyTypeEnum.items.filter(function (item) {
10090
+ return item.value.toLowerCase().includes(query.toLowerCase());
10091
+ });
10092
+ }
10093
+ else {
10094
+ _this.suggestions = [];
10095
+ }
10096
+ });
10097
+ };
10098
+ HistoricalPixAccountComponent.prototype.createPixRowFormGroup = function () {
10099
+ return this.formBuilder.group({
10100
+ pixKeyType: [null, forms.Validators.required],
10101
+ pixKey: [null],
10102
+ percentage: [0, forms.Validators.compose(__spread(this.initialValidatorOfPercentage, [
10103
+ forms.Validators.max(this.maxValuePercentage),
10104
+ ]))]
10105
+ });
10106
+ };
10107
+ HistoricalPixAccountComponent.prototype.onPixKeyInput = function (event, index) {
10108
+ var inputValue = event.target.value;
10109
+ var inputRawValue = inputValue.replace(/\D/g, '');
10110
+ var form = this.formGroupByRow[index];
10111
+ var pixKeyControl = form.get('pixKey');
10112
+ if (pixKeyControl) {
10113
+ pixKeyControl.setValue(inputRawValue, { emitEvent: false });
10114
+ pixKeyControl.markAsDirty();
10115
+ pixKeyControl.updateValueAndValidity();
10116
+ }
10117
+ this.setPixKeyValidators(true, form);
10118
+ this.emitFormValidity();
10119
+ };
10120
+ HistoricalPixAccountComponent.prototype.onBlurPixCpfAndCnpj = function (index) {
10121
+ var form = this.formGroupByRow[index];
10122
+ var pixKeyControl = form.get('pixKey');
10123
+ var pixKeyTypeControl = form.get('pixKeyType');
10124
+ if (!pixKeyControl || !pixKeyTypeControl)
10125
+ return;
10126
+ var currentValue = pixKeyControl.value;
10127
+ var pixKeyType = pixKeyTypeControl.value.key;
10128
+ var rawValue = (currentValue || '').replace(/\D/g, '');
10129
+ pixKeyControl.setValue(rawValue, { emitEvent: false });
10130
+ if (pixKeyControl.valid) {
10131
+ form.patchValue({
10132
+ pixKeyFormatted: FormatUtilsService.getFormattedSubscriptionNumber(rawValue, pixKeyType)
10133
+ });
10134
+ }
10135
+ this.emitFormValidity();
10136
+ };
10137
+ HistoricalPixAccountComponent.prototype.getFormattedPixKey = function (type, value) {
10138
+ return FormatUtilsService.getFormattedSubscriptionNumber(value, type);
10139
+ };
10140
+ HistoricalPixAccountComponent.prototype.syncPixDataToParentForm = function () {
10141
+ if (!this.isEditModeForSave)
10142
+ return;
10143
+ var values = Object.values(this.formGroupByRow).map(function (fg) {
10144
+ var value = fg.getRawValue();
10145
+ var pixKeyType = value.pixKeyType.key;
10146
+ if (pixKeyType === 'CPF' || pixKeyType === 'CNPJ') {
10147
+ value.pixKey = (value.pixKey || '').replace(/[.\-\/]/g, '');
10148
+ }
10149
+ else if (pixKeyType === 'TELEPHONE') {
10150
+ value.pixKey = (value.pixKey || '').replace(/[()\s\-]/g, '');
10151
+ }
10152
+ return value;
10153
+ });
10154
+ this.formGroup
10155
+ .get(this.fieldFormGroup)
10156
+ .get('historicalPixAccountList')
10157
+ .setValue(values);
10158
+ this.emitFormValidity();
10159
+ };
10160
+ HistoricalPixAccountComponent.prototype.syncResetPixFormToParent = function () {
10161
+ this.formGroupByRow = {};
10162
+ this.historicalPixAccountList.reset();
10163
+ this.historicalPixAccountList.get('historicalPixAccountList').setValue([]);
10164
+ if (this.addExistentHistoricData.length) {
10165
+ this.rebuildFormGroupMap(this.addExistentHistoricData);
10166
+ }
10167
+ };
10168
+ HistoricalPixAccountComponent.prototype.onLazyLoad = function (event) {
10169
+ var _this = this;
10170
+ var first = event && event.first ? event.first : 0;
10171
+ var rows = event && event.rows ? event.rows : this.recordByRow;
10172
+ var arrList = this.getHistoricalPixAccountList();
10173
+ this.listData = [];
10174
+ this.totalRecords = null;
10175
+ if (event && event.multiSortMeta && event.multiSortMeta.length) {
10176
+ event.multiSortMeta.map(function (value) {
10177
+ _this.orderBy.field = value.field;
10178
+ _this.orderBy.direction = value.order === 1 ? exports.DirectionEnumeration.ASC : exports.DirectionEnumeration.DESC;
10179
+ });
10180
+ }
10181
+ if (arrList && arrList.length) {
10182
+ this.totalRecords = arrList.length;
10183
+ this.listData = arrList;
10184
+ this.listDataNoPage = __spread(arrList);
10185
+ this.listData.sort(compareValues(this.orderBy.field, this.orderBy.direction));
10186
+ this.listData = this.listData.slice(first, (first + rows));
10187
+ }
10188
+ else {
10189
+ this.listDataNoPage = [];
10190
+ }
10191
+ if (this.isEditMode || arrList && arrList.length === 1) {
10192
+ this.refreshCssInIE11();
10193
+ }
10194
+ this.loading = false;
10195
+ this.cd.detectChanges();
10196
+ };
9864
10197
  /**
9865
- * Valida o CEI (Cadastro específico de INSS) digitado.
10198
+ * Um Bug de CSS que acontece nas linhas da tabela, que resolve só atualizando qualquer parte do CSS da pagina.
9866
10199
  */
9867
- GenericValidator.isValidCei = function (control) {
9868
- var cei = control.value;
9869
- if (!cei)
9870
- return null;
9871
- else if (cei.length != 11)
9872
- return null;
9873
- var multiplicadorBase = "3298765432";
9874
- var total = 0;
9875
- var resto = 0;
9876
- var multiplicando = 0;
9877
- var multiplicador = 0;
9878
- if (cei.length !== 11 ||
9879
- cei === "00000000000" ||
9880
- cei === "11111111111" ||
9881
- cei === "22222222222" ||
9882
- cei === "33333333333" ||
9883
- cei === "44444444444" ||
9884
- cei === "55555555555" ||
9885
- cei === "66666666666" ||
9886
- cei === "77777777777" ||
9887
- cei === "88888888888" ||
9888
- cei === "99999999999")
9889
- return { invalidCei: true };
10200
+ HistoricalPixAccountComponent.prototype.refreshCssInIE11 = function () {
10201
+ if (/msie\s|trident\/|edge\//i.test(window.navigator.userAgent)) {
10202
+ setTimeout(function () {
10203
+ var row = document.getElementsByClassName("row0");
10204
+ if (row && row[0])
10205
+ row[0].className = 'refresh';
10206
+ }, 1);
10207
+ }
10208
+ };
10209
+ HistoricalPixAccountComponent.prototype.add = function () {
10210
+ this.pixAccountItemInput = {};
10211
+ this.visible = true;
10212
+ };
10213
+ HistoricalPixAccountComponent.prototype.addPix = function () {
10214
+ var newItem = {
10215
+ pixKeyType: {},
10216
+ pixKey: '',
10217
+ percentage: 0
10218
+ };
10219
+ var index = this.addExistentHistoricData.length;
10220
+ this.addExistentHistoricData = __spread(this.addExistentHistoricData, [
10221
+ newItem
10222
+ ]);
10223
+ this.formGroupByRow[index] = this.createPixRowFormGroup();
10224
+ this.setValidatorsAccordingList(this.addExistentHistoricData, index, true);
10225
+ this.emitFormValidity();
10226
+ };
10227
+ HistoricalPixAccountComponent.prototype.deletePix = function (index) {
10228
+ if (this.dataListPix.editingCell) {
10229
+ this.dataListPix.editingCell = null;
10230
+ }
10231
+ this.addExistentHistoricData = this.addExistentHistoricData.filter(function (_, i) { return i !== index; });
10232
+ this.rebuildFormGroupMap(this.addExistentHistoricData);
10233
+ this.emitFormValidity();
10234
+ };
10235
+ HistoricalPixAccountComponent.prototype.rebuildFormGroupMap = function (data) {
10236
+ var _this = this;
10237
+ this.formGroupByRow = {};
10238
+ data.forEach(function (item, index) {
10239
+ var form = _this.createPixRowFormGroup();
10240
+ var pixKeyType = item.pixKeyType.key;
10241
+ var pixKeyRaw = item.pixKey;
10242
+ if (pixKeyType === 'CPF' || pixKeyType === 'CNPJ') {
10243
+ item.pixKey = FormatUtilsService.getFormattedSubscriptionNumber(pixKeyRaw, pixKeyType);
10244
+ }
10245
+ if (pixKeyType === 'TELEPHONE') {
10246
+ item.pixKey = FormatUtilsService.getFormattedTelephoneNumber(pixKeyRaw);
10247
+ }
10248
+ form.patchValue(item);
10249
+ _this.formGroupByRow[index] = form;
10250
+ _this.pixKeyType = pixKeyType;
10251
+ _this.setPixKeyValidators(true, form);
10252
+ _this.setValidatorsAccordingList(data, index, _this.isEditMode);
10253
+ var listValues = data
10254
+ .filter(function (_, i) { return i !== index; })
10255
+ .map(function (row) { return row.percentage ? parseFloat(row.percentage) : 0; });
10256
+ _this.validatePercentageValid(listValues, form);
10257
+ });
10258
+ this.emitFormValidity();
10259
+ };
10260
+ HistoricalPixAccountComponent.prototype.onPixKeyTypeChange = function (item, index) {
10261
+ var _this = this;
10262
+ var form = this.formGroupByRow[index];
10263
+ this.onChangePixKeyType(item, form);
10264
+ this.addExistentHistoricData[index].pixKey = '';
10265
+ setTimeout(function () {
10266
+ if (_this.dataListPix.editingCell) {
10267
+ _this.dataListPix.editingCell = null;
10268
+ }
10269
+ });
10270
+ this.cd.detectChanges();
10271
+ };
10272
+ HistoricalPixAccountComponent.prototype.onPixKeyTypeClear = function (index) {
10273
+ var form = this.formGroupByRow[index];
10274
+ this.onClearPixKeyType(form);
10275
+ };
10276
+ HistoricalPixAccountComponent.prototype.deleteAnnuityItem = function (index) {
10277
+ var newlist = __spread(this.getHistoricalPixAccountList());
10278
+ newlist.sort(compareValues(this.orderBy.field, this.orderBy.direction));
10279
+ delete newlist[index];
10280
+ newlist = newlist.filter(function (val) { return val; });
10281
+ this.historicalPixAccountList.get("historicalPixAccountList").setValue(newlist);
10282
+ this.verifyTotalPercentage();
10283
+ this.onLazyLoad();
10284
+ };
10285
+ HistoricalPixAccountComponent.prototype.getHistoricalPixAccountList = function () {
10286
+ if (this.historicalPixAccountList.get("historicalPixAccountList") &&
10287
+ this.historicalPixAccountList.get("historicalPixAccountList").value &&
10288
+ this.historicalPixAccountList.get("historicalPixAccountList").value.length)
10289
+ return this.historicalPixAccountList.get("historicalPixAccountList") && this.historicalPixAccountList.get("historicalPixAccountList").value;
10290
+ else
10291
+ return [];
10292
+ };
10293
+ HistoricalPixAccountComponent.prototype.addItemInList = function ($event) {
10294
+ var index = $event && $event.index >= 0 ? $event.index : null;
10295
+ var newDataList = this.getHistoricalPixAccountList() ? this.getHistoricalPixAccountList() : [];
10296
+ if (index != null) {
10297
+ newDataList[index] = $event;
10298
+ delete $event.index;
10299
+ }
10300
+ else {
10301
+ if (isValid($event["customFields"]) && Object.keys($event["customFields"]).length) {
10302
+ var customValue = mountCustomToSave($event["customFields"]);
10303
+ $event["customFields"] = __spread(customValue);
10304
+ }
10305
+ $event["dateChange"] = this.dateChange;
10306
+ newDataList.push($event);
10307
+ }
10308
+ this.historicalPixAccountList.get("historicalPixAccountList").setValue(newDataList);
10309
+ this.verifyTotalPercentage();
10310
+ this.onLazyLoad({ first: this.getNumberPageByIndex(index, newDataList) });
10311
+ };
10312
+ HistoricalPixAccountComponent.prototype.getNumberPageByIndex = function (index, list) {
10313
+ if (index) {
10314
+ var total = list.length;
10315
+ var sub = this.recordByRow - 1;
10316
+ return Math.ceil(total / this.recordByRow) * this.recordByRow - sub - 1;
10317
+ }
10318
+ return null;
10319
+ };
10320
+ HistoricalPixAccountComponent.prototype.verifyTotalPercentage = function () {
10321
+ var list = this.getHistoricalPixAccountList() ? this.getHistoricalPixAccountList() : [];
10322
+ var arrayPercentage = [];
10323
+ if (!list.length)
10324
+ return this.msgTotalLimitByPercentage = null;
10325
+ list.filter(function (item) { return arrayPercentage.push(item && item["percentage"]); });
10326
+ var sumPercentage = arrayPercentage.reduce(function (total, percentage) {
10327
+ return total + percentage;
10328
+ }, 0);
10329
+ if (sumPercentage === 100) {
10330
+ this.msgTotalLimitByPercentage = this.translateService.instant("hcm.payroll.historical_pix_account_msg_limit_total_by_percentage");
10331
+ }
9890
10332
  else {
9891
- for (var i = 0; i < 10; i++) {
9892
- multiplicando = parseInt(cei.substring(i, i + 1), 10);
9893
- multiplicador = parseInt(multiplicadorBase.substring(i, i + 1), 10);
9894
- total += multiplicando * multiplicador;
9895
- }
9896
- resto = 11 - (total % 11);
9897
- resto = resto === 10 || resto === 11 ? 0 : resto;
9898
- var digito = parseInt("" + cei.charAt(10), 10);
9899
- return resto === digito ? null : { invalidCei: true };
10333
+ this.msgTotalLimitByPercentage = null;
9900
10334
  }
9901
10335
  };
9902
- /**
9903
- * Valida se o CPF é valido. Deve-se ser informado o cpf sem máscara.
9904
- */
9905
- GenericValidator.isValidCpf = function (control) {
9906
- var cpf = control.value;
9907
- if (cpf) {
9908
- var numbers = void 0, digits = void 0, sum = void 0, i = void 0, result = void 0, equalDigits = void 0;
9909
- equalDigits = 1;
9910
- if (cpf.length < 11) {
9911
- return null;
9912
- }
9913
- for (i = 0; i < cpf.length - 1; i++) {
9914
- if (cpf.charAt(i) !== cpf.charAt(i + 1)) {
9915
- equalDigits = 0;
9916
- break;
9917
- }
9918
- }
9919
- if (!equalDigits) {
9920
- numbers = cpf.substring(0, 9);
9921
- digits = cpf.substring(9);
9922
- sum = 0;
9923
- for (i = 10; i > 1; i--) {
9924
- sum += numbers.charAt(10 - i) * i;
9925
- }
9926
- result = sum % 11 < 2 ? 0 : 11 - (sum % 11);
9927
- if (result !== Number(digits.charAt(0))) {
9928
- return { cpfNotValid: true };
9929
- }
9930
- numbers = cpf.substring(0, 10);
9931
- sum = 0;
9932
- for (i = 11; i > 1; i--) {
9933
- sum += numbers.charAt(11 - i) * i;
9934
- }
9935
- result = sum % 11 < 2 ? 0 : 11 - (sum % 11);
9936
- if (result !== Number(digits.charAt(1))) {
9937
- return { cpfNotValid: true };
9938
- }
9939
- return null;
9940
- }
9941
- else {
9942
- return { cpfNotValid: true };
9943
- }
10336
+ HistoricalPixAccountComponent.prototype.onSyncValue = function (field, index) {
10337
+ if (this.formGroupByRow &&
10338
+ this.formGroupByRow[index] &&
10339
+ this.formGroupByRow[index].get(field)) {
10340
+ var control = this.formGroupByRow[index].get(field);
10341
+ var value = control.value;
10342
+ this.addExistentHistoricData[index][field] = value;
10343
+ control.markAsDirty();
10344
+ control.markAsTouched();
10345
+ control.updateValueAndValidity();
10346
+ var currentList = this.addExistentHistoricData.map(function (item, i) {
10347
+ return i === index ? 0 : item.percentage;
10348
+ });
10349
+ this.validatePercentageValid(currentList, this.formGroupByRow[index]);
10350
+ this.emitFormValidity();
9944
10351
  }
9945
- return null;
9946
10352
  };
9947
- /**
9948
- * Valida se o CNPJ é valido. Deve-se ser informado o cpf sem máscara.
9949
- */
9950
- GenericValidator.isValidCnpj = function (control) {
9951
- var cnpj = control.value;
9952
- if (cnpj) {
9953
- var size = void 0, numbers = void 0, digits = void 0, sum = void 0, pos = void 0, result = void 0;
9954
- cnpj = cnpj.replace(/[^\d]+/g, '');
9955
- if (cnpj.length !== 14) {
9956
- return null;
9957
- }
9958
- // Elimina CNPJs invalidos conhecidos
9959
- if (cnpj === '00000000000000' ||
9960
- cnpj === '11111111111111' ||
9961
- cnpj === '22222222222222' ||
9962
- cnpj === '33333333333333' ||
9963
- cnpj === '44444444444444' ||
9964
- cnpj === '55555555555555' ||
9965
- cnpj === '66666666666666' ||
9966
- cnpj === '77777777777777' ||
9967
- cnpj === '88888888888888' ||
9968
- cnpj === '99999999999999') {
9969
- return { cnpjNotValid: true };
9970
- }
9971
- // Valida DVs
9972
- size = cnpj.length - 2;
9973
- numbers = cnpj.substring(0, size);
9974
- digits = cnpj.substring(size);
9975
- sum = 0;
9976
- pos = size - 7;
9977
- for (var i = size; i >= 1; i--) {
9978
- sum += numbers.charAt(size - i) * pos--;
9979
- if (pos < 2) {
9980
- pos = 9;
9981
- }
9982
- }
9983
- result = sum % 11 < 2 ? 0 : 11 - (sum % 11);
9984
- if (result !== Number(digits.charAt(0))) {
9985
- return { cnpjNotValid: true };
9986
- }
9987
- size = size + 1;
9988
- numbers = cnpj.substring(0, size);
9989
- sum = 0;
9990
- pos = size - 7;
9991
- for (var i = size; i >= 1; i--) {
9992
- sum += numbers.charAt(size - i) * pos--;
9993
- if (pos < 2) {
9994
- pos = 9;
9995
- }
10353
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "scopedActions", {
10354
+ get: function () {
10355
+ return this.actions.bind(this);
10356
+ },
10357
+ enumerable: true,
10358
+ configurable: true
10359
+ });
10360
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "recordsMessage", {
10361
+ get: function () {
10362
+ return (this.totalRecords || 0) + " " + (this.totalRecords === 1 ? this.translateService.instant("hcm.payroll.admission_register") : this.translateService.instant("hcm.payroll.admission_registers"));
10363
+ },
10364
+ enumerable: true,
10365
+ configurable: true
10366
+ });
10367
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "getTooltipAndDisableButtonAdd", {
10368
+ get: function () {
10369
+ return this.dateChange ? null : this.msgTooltipAdd;
10370
+ },
10371
+ enumerable: true,
10372
+ configurable: true
10373
+ });
10374
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "dateChange", {
10375
+ get: function () {
10376
+ return this._dateChange;
10377
+ },
10378
+ set: function (value) {
10379
+ var _this = this;
10380
+ this._dateChange = value;
10381
+ if (this._dateChange) {
10382
+ this.listData.filter(function (row) { return row["dateChange"] = _this._dateChange; });
9996
10383
  }
9997
- result = sum % 11 < 2 ? 0 : 11 - (sum % 11);
9998
- if (result !== Number(digits.charAt(1))) {
9999
- return { cnpjNotValid: true };
10384
+ },
10385
+ enumerable: true,
10386
+ configurable: true
10387
+ });
10388
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "displayDateChange", {
10389
+ get: function () {
10390
+ return this._displayDateChange;
10391
+ },
10392
+ set: function (value) {
10393
+ var _this = this;
10394
+ this._displayDateChange = value;
10395
+ if (this._displayDateChange) {
10396
+ this.listData.filter(function (row) { return row["displayDateChange"] = _this._displayDateChange; });
10000
10397
  }
10001
- return null;
10002
- }
10003
- return null;
10398
+ },
10399
+ enumerable: true,
10400
+ configurable: true
10401
+ });
10402
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "addListData", {
10403
+ set: function (list) {
10404
+ this.loading = true;
10405
+ this.historicalPixAccountList.get("historicalPixAccountList").patchValue(list);
10406
+ this.verifyTotalPercentage();
10407
+ this.onLazyLoad();
10408
+ },
10409
+ enumerable: true,
10410
+ configurable: true
10411
+ });
10412
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "visible", {
10413
+ get: function () {
10414
+ return this._visible;
10415
+ },
10416
+ set: function (value) {
10417
+ this._visible = value;
10418
+ this.visibleChange.emit(this.visible);
10419
+ },
10420
+ enumerable: true,
10421
+ configurable: true
10422
+ });
10423
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "paramsForm", {
10424
+ set: function (value) {
10425
+ this._paramsForm = value;
10426
+ },
10427
+ enumerable: true,
10428
+ configurable: true
10429
+ });
10430
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "defaultCpfNumber", {
10431
+ set: function (value) {
10432
+ this._defaultCpfNumber = value;
10433
+ },
10434
+ enumerable: true,
10435
+ configurable: true
10436
+ });
10437
+ HistoricalPixAccountComponent.prototype.close = function () {
10438
+ this.visible = false;
10004
10439
  };
10005
- /**
10006
- * Válida o número de telefone da chave PIX.
10007
- */
10008
- GenericValidator.isValidPhoneNumber = function (control) {
10009
- var cellPhoneKey = control.value || '';
10010
- cellPhoneKey = cellPhoneKey.replace(/[\s()-]/g, '');
10011
- var regexNumberTelephone = /^[1-9][\d]{1,2}\d{8,10}$/;
10012
- var isValidNumberTelephone = regexNumberTelephone.test(cellPhoneKey);
10013
- return isValidNumberTelephone ? null : { invalidPhoneNumber: true };
10440
+ HistoricalPixAccountComponent.prototype.getFormattedTelephoneNumber = function (telephoneNumber) {
10441
+ return FormatUtilsService.getFormattedTelephoneNumber(telephoneNumber);
10014
10442
  };
10015
- /**
10016
- * Valida o email da chave PIX.
10017
- */
10018
- GenericValidator.isValidEmail = function (control) {
10019
- var emailKey = control.value;
10020
- var regexValidEmail = /^[\w-\.]+@[\w-]+(\.[\w-]{2,4}){1,2}$/;
10021
- var isValidEmail = regexValidEmail.test(emailKey);
10022
- return isValidEmail ? null : { invalidEmail: true };
10443
+ HistoricalPixAccountComponent.prototype.getFormattedCpf = function (cpf) {
10444
+ return FormatUtilsService.getFormattedCpf(cpf);
10023
10445
  };
10024
- return GenericValidator;
10025
- }());
10026
-
10027
- var HistoricalPixAccountFormComponent = /** @class */ (function () {
10028
- function HistoricalPixAccountFormComponent(formBuilder, cd) {
10029
- this.formBuilder = formBuilder;
10030
- this.cd = cd;
10031
- this.withSideBar = true;
10032
- this.isEditMode = false;
10033
- this.paramsForm = new forms.FormGroup({});
10034
- this.defaultCpfNumber = null;
10035
- this.visibleChange = new core.EventEmitter();
10036
- this.pixAccountItemToList = new core.EventEmitter();
10037
- this.ngUnsubscribe = new rxjs.Subject();
10038
- this.initialValidatorOfPercentage = [forms.Validators.required, forms.Validators.min(0.01)];
10039
- this.labelBtnAdd = "hcm.payroll.employees_add";
10040
- this.maxValuePercentage = 100.00;
10041
- this.visibleBtnSave = true;
10042
- this.isView = false;
10043
- this.isShowPixKeyFieldValidatorMessage = false;
10044
- this.createFormGroup();
10045
- this.registerSubjects();
10046
- }
10047
- HistoricalPixAccountFormComponent.prototype.ngOnInit = function () {
10446
+ HistoricalPixAccountComponent.prototype.getFormattedCnpj = function (cnpj) {
10447
+ return FormatUtilsService.getFormattedCnpj(cnpj);
10448
+ };
10449
+ HistoricalPixAccountComponent.prototype.getFormattedPercentage = function (value) {
10450
+ return FormatUtilsService.getFormattedPercentage(value);
10048
10451
  };
10452
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToAddHistorical", {
10453
+ get: function () {
10454
+ return (this.permission["incluir"]);
10455
+ },
10456
+ enumerable: true,
10457
+ configurable: true
10458
+ });
10459
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToDeleteHistorical", {
10460
+ get: function () {
10461
+ return (this.permission["excluir"]);
10462
+ },
10463
+ enumerable: true,
10464
+ configurable: true
10465
+ });
10466
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToEditHistorical", {
10467
+ get: function () {
10468
+ return (this.permission["editar"]);
10469
+ },
10470
+ enumerable: true,
10471
+ configurable: true
10472
+ });
10473
+ Object.defineProperty(HistoricalPixAccountComponent.prototype, "isAllowToViewHistorical", {
10474
+ get: function () {
10475
+ return (this.permission["visualizar"]);
10476
+ },
10477
+ enumerable: true,
10478
+ configurable: true
10479
+ });
10480
+ HistoricalPixAccountComponent.ctorParameters = function () { return [
10481
+ { type: core$1.TranslateService },
10482
+ { type: core.ChangeDetectorRef },
10483
+ { type: forms.FormBuilder },
10484
+ { type: SharedStateService },
10485
+ { type: HistoricalPixAccountService }
10486
+ ]; };
10487
+ __decorate([
10488
+ core.ViewChild(angularComponents.CustomFieldsComponent, { static: false })
10489
+ ], HistoricalPixAccountComponent.prototype, "customFields", void 0);
10490
+ __decorate([
10491
+ core.ViewChild('dataListPix', { static: false })
10492
+ ], HistoricalPixAccountComponent.prototype, "dataListPix", void 0);
10493
+ __decorate([
10494
+ core.Input()
10495
+ ], HistoricalPixAccountComponent.prototype, "formGroup", void 0);
10496
+ __decorate([
10497
+ core.Input()
10498
+ ], HistoricalPixAccountComponent.prototype, "fieldFormGroup", void 0);
10499
+ __decorate([
10500
+ core.Input()
10501
+ ], HistoricalPixAccountComponent.prototype, "_dateChange", void 0);
10502
+ __decorate([
10503
+ core.Input()
10504
+ ], HistoricalPixAccountComponent.prototype, "_displayDateChange", void 0);
10505
+ __decorate([
10506
+ core.Input()
10507
+ ], HistoricalPixAccountComponent.prototype, "recordByRow", void 0);
10508
+ __decorate([
10509
+ core.Input()
10510
+ ], HistoricalPixAccountComponent.prototype, "showDateChange", void 0);
10511
+ __decorate([
10512
+ core.Input()
10513
+ ], HistoricalPixAccountComponent.prototype, "msgTooltipAdd", void 0);
10514
+ __decorate([
10515
+ core.Input()
10516
+ ], HistoricalPixAccountComponent.prototype, "isEditMode", void 0);
10517
+ __decorate([
10518
+ core.Input()
10519
+ ], HistoricalPixAccountComponent.prototype, "isViewMode", void 0);
10520
+ __decorate([
10521
+ core.Input()
10522
+ ], HistoricalPixAccountComponent.prototype, "currency", void 0);
10523
+ __decorate([
10524
+ core.Input()
10525
+ ], HistoricalPixAccountComponent.prototype, "customEntity", void 0);
10526
+ __decorate([
10527
+ core.Input()
10528
+ ], HistoricalPixAccountComponent.prototype, "customService", void 0);
10529
+ __decorate([
10530
+ core.Input()
10531
+ ], HistoricalPixAccountComponent.prototype, "withSideBar", void 0);
10532
+ __decorate([
10533
+ core.Input()
10534
+ ], HistoricalPixAccountComponent.prototype, "permission", void 0);
10535
+ __decorate([
10536
+ core.Input()
10537
+ ], HistoricalPixAccountComponent.prototype, "listDataReciever", void 0);
10538
+ __decorate([
10539
+ core.Input()
10540
+ ], HistoricalPixAccountComponent.prototype, "addExistentHistoricData", void 0);
10541
+ __decorate([
10542
+ core.Input()
10543
+ ], HistoricalPixAccountComponent.prototype, "getListPixAccount", void 0);
10544
+ __decorate([
10545
+ core.Input()
10546
+ ], HistoricalPixAccountComponent.prototype, "isEditModeForSave", void 0);
10547
+ __decorate([
10548
+ core.Output()
10549
+ ], HistoricalPixAccountComponent.prototype, "isViewModeActive", void 0);
10550
+ __decorate([
10551
+ core.Output()
10552
+ ], HistoricalPixAccountComponent.prototype, "isEditModeActive", void 0);
10553
+ __decorate([
10554
+ core.Output()
10555
+ ], HistoricalPixAccountComponent.prototype, "isDeleteModeActive", void 0);
10556
+ __decorate([
10557
+ core.Output()
10558
+ ], HistoricalPixAccountComponent.prototype, "isValidChangeForm", void 0);
10559
+ __decorate([
10560
+ core.Input()
10561
+ ], HistoricalPixAccountComponent.prototype, "dateChange", null);
10562
+ __decorate([
10563
+ core.Input()
10564
+ ], HistoricalPixAccountComponent.prototype, "displayDateChange", null);
10565
+ __decorate([
10566
+ core.Input()
10567
+ ], HistoricalPixAccountComponent.prototype, "addListData", null);
10568
+ __decorate([
10569
+ core.Input()
10570
+ ], HistoricalPixAccountComponent.prototype, "visible", null);
10571
+ __decorate([
10572
+ core.Input()
10573
+ ], HistoricalPixAccountComponent.prototype, "paramsForm", null);
10574
+ __decorate([
10575
+ core.Input()
10576
+ ], HistoricalPixAccountComponent.prototype, "defaultCpfNumber", null);
10577
+ HistoricalPixAccountComponent = __decorate([
10578
+ core.Component({
10579
+ // tslint:disable-next-line:component-selector
10580
+ selector: "c-historical-pix-account",
10581
+ template: "<s-sidebar *ngIf=\"withSideBar\" [visible]=\"visible\" (visibleChange)=\"close()\"\n header=\"{{'hcm.payroll.historical_pix_account_title_form'|translate}}\">\n<pix-account [(visible)]=\"visible\"\n [isEditAndViewValue]=\"pixAccountItemInput\"\n [currency]=\"currency\"\n [customEntity]=\"customEntity\"\n [customService]=\"customService\"\n [getListPixAccount]=\"listDataNoPage\"\n [paramsForm]=\"paramsForm\"\n (pixAccountItemToList)=\"addItemInList($event)\"\n [defaultCpfNumber]=\"defaultCpfNumber\"></pix-account>\n</s-sidebar>\n\n<div *ngIf=\"!withSideBar\">\n <pix-account [(visible)]=\"visible\"\n [isEditAndViewValue]=\"pixAccountItemInput\"\n [currency]=\"currency\"\n [customEntity]=\"customEntity\"\n [customService]=\"customService\"\n [getListPixAccount]=\"listDataNoPage\"\n [withSideBar]=\"false\"\n [isViewMode]=\"isViewMode\"\n [paramsForm]=\"paramsForm\"\n (pixAccountItemToList)=\"addItemInList($event)\"\n [defaultCpfNumber]=\"defaultCpfNumber\"></pix-account>\n</div>\n\n<div class=\"ui-g-1\" *ngIf=\"withSideBar && !isEditMode\">\n <div class=\"form-group \">\n <s-button id=\"ta-addPayAnnuity\"\n [disabled]=\"getTooltipAndDisableButtonAdd || msgTotalLimitByPercentage\"\n (onClick)=\"add()\"\n [pTooltip]=\"getTooltipAndDisableButtonAdd || msgTotalLimitByPercentage\"\n tooltipPosition=\"top\"\n label=\"{{'hcm.payroll.historical_pix_account_add'|translate}}\"></s-button>\n </div>\n</div>\n<div *ngIf=\"!showEditMode || !(hideFields | async)\" class=\"ui-g-12\">\n <p-table\n id=\"table-annuity\"\n [value]=\"listData\"\n [columns]=\"cols\"\n (onLazyLoad)=\"onLazyLoad($event)\"\n [lazy]=\"true\"\n [scrollable]=\"true\"\n [paginator]=\"true\"\n [totalRecords]=\"totalRecords\"\n [sortMode]=\"'multiple'\"\n *sLoadingState=\"loading\"\n [rows]=\"recordByRow\"\n dataKey=\"id\">\n <ng-template pTemplate=\"colgroup\" let-coumns>\n <colgroup>\n <col [ngClass]=\"'col-default-m'\">\n <col [ngClass]=\"'col-default-m'\">\n <col [ngClass]=\"'col-default-s'\">\n <col *ngIf=\"showButtonView\" [ngClass]=\"'col-action'\">\n </colgroup>\n </ng-template>\n <ng-template pTemplate=\"header\" let-columns>\n <!-- Cabe\u00E7alhos quando da table \u00E9 permitido ordenar as colunas -->\n <tr>\n <!-- Cabe\u00E7alhos das colunas da tabela -->\n <th\n [pSortableColumn]=\"'pixKeyType'\"\n [pTooltip]=\"'hcm.payroll.employees_addition_pix_key_type' | translate\"\n tooltipPosition=\"top\"\n showDelay=\"500\"\n >\n <div class=\"senior-header\" id=\"table-0\">\n <span\n id=\"table-annuity-s-0\">{{ 'hcm.payroll.employees_addition_pix_key_type' | translate }}</span>\n <p-sortIcon class=\"p-sorticon-status\"\n [field]=\"'hcm.payroll.employees_addition_pix_key_type' | translate\"></p-sortIcon>\n </div>\n </th>\n\n <th\n [pSortableColumn]=\"'pixKey'\"\n [pTooltip]=\"'hcm.payroll.employees_addition_pix_key' | translate\"\n tooltipPosition=\"top\"\n showDelay=\"500\"\n >\n <div class=\"senior-header\">\n <span>{{ 'hcm.payroll.employees_addition_pix_key' | translate }}</span>\n <p-sortIcon class=\"p-sorticon-status\"\n [field]=\"'hcm.payroll.employees_addition_pix_key' | translate\"></p-sortIcon>\n </div>\n </th>\n\n <th\n [pSortableColumn]=\"'percentage'\"\n [pTooltip]=\"'hcm.payroll.historical_pix_account_label_percentage' | translate\"\n tooltipPosition=\"top\"\n showDelay=\"500\"\n >\n <div class=\"senior-header\">\n <span>{{ 'hcm.payroll.historical_pix_account_label_percentage' | translate }}</span>\n <p-sortIcon class=\"p-sorticon-status\"\n [field]=\"'hcm.payroll.historical_pix_account_label_percentage' | translate\"></p-sortIcon>\n </div>\n </th>\n <!-- Cabe\u00E7alho da coluna de a\u00E7\u00F5es -->\n <th *ngIf=\"showButtonView\" id=\"col-actions\"></th>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"body\" let-rowData let-key=\"rowIndex\">\n\n <tr [ngClass]=\"'row'+key\" [pSelectableRow]=\"rowData\">\n <td [pTooltip]=\"rowData?.pixKeyType.value\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ rowData?.pixKeyType.value }}</span>\n </td>\n\n <ng-container [ngSwitch]=\"rowData?.pixKeyType.key\">\n <td *ngSwitchCase=\"'TELEPHONE'\"\n [pTooltip]=\"getFormattedTelephoneNumber(rowData?.pixKey)\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ getFormattedTelephoneNumber(rowData?.pixKey) }}</span>\n </td>\n <td *ngSwitchCase=\"'CPF'\"\n [pTooltip]=\"getFormattedCpf(rowData?.pixKey)\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ getFormattedCpf(rowData?.pixKey) }}</span>\n </td>\n <td *ngSwitchCase=\"'CNPJ'\"\n [pTooltip]=\"getFormattedCnpj(rowData?.pixKey)\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ getFormattedCnpj(rowData?.pixKey) }}</span>\n </td>\n <td *ngSwitchDefault\n [pTooltip]=\"rowData?.pixKey\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ rowData?.pixKey }}</span>\n </td>\n </ng-container>\n <td [pTooltip]=\"getFormattedPercentage(rowData?.percentage)\" tooltipPosition=\"top\"\n showDelay=\"500\">\n <span>{{ getFormattedPercentage(rowData?.percentage) }}</span>\n </td>\n <td id=\"col-actions-{{key}}\" class=\"col-actions \"\n *ngIf=\"actions && actions(rowData, key)?.length && showButtonView\">\n <s-button id=\"table-admission-btn-actions-{{key}}\"\n *ngIf=\"!isViewMode && actions(rowData, key).length > 1\" [label]=\"actionLabel\"\n priority=\"default\" [model]=\"scopedActions(rowData, key)\"\n [disabled]=\"false\" [auxiliary]=\"true\"></s-button>\n\n <s-button id=\"table-admission-btn-action-{{key}}\"\n *ngIf=\"!isViewMode && actions(rowData, key).length <= 1\"\n [label]=\"scopedActions(rowData, key)[0].label\"\n priority=\"default\"\n (click)=\"scopedActions(rowData, key)[0].command()\"\n [disabled]=\"false\" [auxiliary]=\"true\"></s-button>\n </td>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"emptymessage\" let-columns>\n <tr>\n <td [attr.colspan]=\"columns.length +2\">\n {{'hcm.payroll.admission_empty_message'|translate}}\n </td>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"paginatorright\">\n <span *ngIf=\"totalRecords\">{{recordsMessage}}</span>\n </ng-template>\n </p-table>\n</div>\n\n<!-- Template exlusivo para edi\u00E7\u00E3o de pix via modal-->\n<div *ngIf=\"showEditMode && (hideFields | async)\" class=\"ui-g-12\">\n <!-- Bot\u00E3o Adicionar -->\n <div class=\"ui-g\">\n <div class=\"ui-g-12\">\n <s-button\n id=\"btn-save\"\n label=\"{{ 'hcm.payroll.historical_pix_account_add' | translate}}\"\n priority=\"primary\"\n (onClick)=\"addPix()\">\n </s-button>\n </div>\n </div>\n\n <!-- Tabela -->\n <p-table #dataListPix sortField=\"percentage\"\n [columns]=\"cols\"\n [value]=\"addExistentHistoricData\"\n [pageLinks]=\"3\"\n [paginator]=\"true\"\n [responsive]=\"true\"\n [rows]=\"10\"\n [resetPageOnSort]=\"false\"\n [tableStyle]=\"{'margin-top': '2rem'}\"\n [customSort]=\"true\">\n <ng-template pTemplate=\"header\" let-columns>\n <tr>\n <th *ngFor=\"let col of cols\">\n {{ col.label }}\n </th>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"body\" let-item let-rowIndex=\"rowIndex\">\n <ng-container *ngIf=\"formGroupByRow[rowIndex]\" [formGroup]=\"formGroupByRow[rowIndex]\">\n <tr>\n <!-- Tipo de Chave -->\n <td class=\"ui-md-6 ui-sm-12 required\"\n [pEditableColumn]=\"item.pixKeyType\" pEditableColumnField=\"pixKeyType\">\n <p-cellEditor>\n <ng-template pTemplate=\"input\">\n <div style=\"width: 100%; position: relative;\">\n <p-autoComplete\n [suggestions]=\"suggestions\"\n (completeMethod)=\"filterPixKeyType($event)\"\n formControlName=\"pixKeyType\"\n [dropdown]=\"true\"\n (onSelect)=\"onPixKeyTypeChange($event, rowIndex)\"\n (onClear)=\"onPixKeyTypeClear(rowIndex)\"\n (ngModelChange)=\"onSyncValue('pixKeyType', rowIndex)\"\n field=\"value\"\n placeholder=\"{{'hcm.payroll.select' | translate}}\"\n appendTo=\"body\"\n [panelStyle]=\"{ maxWidth: '300px', width: '100%' }\"\n [inputStyle]=\"{ width: '100%' }\"\n ></p-autoComplete>\n\n <s-control-errors [control]=\"formGroupByRow[rowIndex]?.get('pixKeyType')\"\n [errorMessages]=\"{\n required: 'hcm.payroll.required' | translate,\n pixKeyTypeBankAccountDuplicate: 'hcm.payroll.historical_pix_key_type_bank_account_duplicate' | translate\n }\">\n </s-control-errors>\n </div>\n </ng-template>\n <ng-template pTemplate=\"output\">\n {{ item.pixKeyType?.value }}\n </ng-template>\n </p-cellEditor>\n </td>\n\n <!-- Chave Pix -->\n <td class=\"ui-md-6 ui-sm-12 required\"\n [pEditableColumn]=\"item.pixKey\" pEditableColumnField=\"pixKey\"\n [ngClass]=\"{'required': item.pixKeyType.key !== 'BANK_ACCOUNT',\n 'disabled': item.pixKeyType && item.pixKeyType.key === 'BANK_ACCOUNT'\n }\">\n <p-cellEditor>\n <ng-template pTemplate=\"input\">\n <ng-container [ngSwitch]=\"item.pixKeyType.key\">\n <input *ngSwitchCase=\"'TELEPHONE'\"\n only-number\n pInputText\n type=\"text\"\n formControlName=\"pixKey\"\n (keyup)=\"phoneMask($event)\"\n (ngModelChange)=\"onSyncValue('pixKey', rowIndex)\"\n maxlength=\"15\"\n placeholder=\"(__) ____-____\" />\n\n <input *ngSwitchCase=\"'CPF'\"\n type=\"text\"\n pInputText\n formControlName=\"pixKey\"\n maxlength=\"14\"\n placeholder=\"___.___.___-__\"\n (input)=\"onPixKeyInput($event, rowIndex)\"\n (blur)=\"onBlurPixCpfAndCnpj(rowIndex)\"\n (keyup)=\"cpfMask($event)\"\n (ngModelChange)=\"onSyncValue('pixKey', rowIndex)\" />\n\n <input *ngSwitchCase=\"'CNPJ'\"\n type=\"text\"\n pInputText\n formControlName=\"pixKey\"\n maxlength=\"18\"\n placeholder=\"___.___.___/____-__\"\n (input)=\"onPixKeyInput($event, rowIndex)\"\n (blur)=\"onBlurPixCpfAndCnpj(rowIndex)\"\n (keyup)=\"cnpjMask($event)\"\n (ngModelChange)=\"onSyncValue('pixKey', rowIndex)\" />\n\n <input *ngSwitchCase=\"'EMAIL'\"\n pInputText\n type=\"email\"\n formControlName=\"pixKey\"\n (ngModelChange)=\"onSyncValue('pixKey', rowIndex)\"\n placeholder=\"{{ 'hcm.payroll.employees_addition_email' | translate }}\" />\n\n <input *ngSwitchCase=\"'BANK_ACCOUNT'\"\n pInputText\n formControlName=\"pixKey\"\n (ngModelChange)=\"onSyncValue('pixKey', rowIndex)\"\n [disabled]=\"true\" />\n\n <input *ngSwitchDefault\n pInputText\n type=\"text\"\n formControlName=\"pixKey\"\n (ngModelChange)=\"onSyncValue('pixKey', rowIndex)\"\n maxlength=\"100\" />\n </ng-container>\n\n <s-control-errors *ngIf=\"isShowPixKeyFieldValidatorMessage\"\n [control]=\"formGroupByRow[rowIndex]?.get('pixKey')\"\n [errorMessages]=\"{\n required: 'hcm.payroll.required' | translate,\n invalidPhoneNumber: 'hcm.payroll.employees_addition_invalid_phone_number' | translate: { value: formGroupByRow[rowIndex]?.get('pixKey').value },\n invalidEmail: 'hcm.payroll.employees_addition_email_invalid' | translate,\n cpfNotValid: 'hcm.payroll.employees_addition_cpf_error' | translate,\n cnpjNotValid: 'hcm.payroll.employees_addition_cnpj_error' | translate\n }\">\n </s-control-errors>\n </ng-template>\n <ng-template pTemplate=\"output\">\n {{ getFormattedPixKey(item.pixKeyType?.key, item.pixKey) }}\n </ng-template>\n </p-cellEditor>\n </td>\n\n <!-- Percentual -->\n <td class=\"ui-md-6 ui-sm-12 required\"\n [pEditableColumn]=\"item.percentage\" pEditableColumnField=\"percentage\">\n <p-cellEditor>\n <ng-template pTemplate=\"input\">\n <input\n pInputText type=\"number\"\n formControlName=\"percentage\"\n (ngModelChange)=\"onSyncValue('percentage', rowIndex)\"\n >\n <s-control-errors\n [control]=\"formGroupByRow[rowIndex]?.get('percentage')\"\n [errorMessages]=\"{\n required: 'hcm.payroll.required' | translate,\n maxlength: 'hcm.payroll.error_max_length' | translate: { value: '6' },\n max: 'hcm.payroll.error_max_value_number' | translate: { value: maxValuePercentage },\n min: 'hcm.payroll.error_min_value_number' | translate: { value: '0,01' }\n }\">\n </s-control-errors>\n </ng-template>\n <ng-template pTemplate=\"output\">\n {{ item.percentage?.toFixed(2).replace('.', ',') }}%\n </ng-template>\n </p-cellEditor>\n </td>\n\n <!-- Bot\u00E3o de excluir -->\n <td>\n <s-button\n id=\"btn-delete\"\n label=\"{{ 'hcm.payroll.delete' | translate }}\"\n priority=\"default\"\n (onClick)=\"deletePix(rowIndex)\">\n </s-button>\n </td>\n </tr>\n </ng-container>\n </ng-template>\n </p-table>\n</div>\n",
10582
+ styles: [".refresh{width:100%!important}#table-annuity .col-default-s{width:10%}#table-annuity .col-default-m{width:12%}#table-annuity .col-default-l{width:16%}#table-annuity .col-action{width:10%}#table-annuity .icon-warning{text-align:center!important;color:#ff6d00c7!important}@media screen and (max-width:612px){#table-annuity .col-default-1,#table-annuity .col-default-2{width:16%}#table-annuity .col-default-3{width:26%}#table-annuity .col-icon{width:10%}#table-annuity .col-action{width:27%}}#main{display:-webkit-box;display:flex;height:100%;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}#main form{height:100%}#main .footer{border-top:1px solid #ccc;padding-top:15px;margin-top:15px;flex-shrink:0;margin-bottom:-18px}#main .footer-s-border{padding-left:7px;flex-shrink:0;margin-bottom:-18px}"]
10583
+ })
10584
+ ], HistoricalPixAccountComponent);
10585
+ return HistoricalPixAccountComponent;
10586
+ }(HistoricakPixAccountBase));
10587
+
10588
+ var HistoricalPixAccountFormComponent = /** @class */ (function (_super) {
10589
+ __extends(HistoricalPixAccountFormComponent, _super);
10590
+ function HistoricalPixAccountFormComponent(formBuilder, cd, sharedStateService) {
10591
+ var _this = _super.call(this, formBuilder) || this;
10592
+ _this.cd = cd;
10593
+ _this.sharedStateService = sharedStateService;
10594
+ _this.withSideBar = true;
10595
+ _this.isEditMode = false;
10596
+ _this.visibleChange = new core.EventEmitter();
10597
+ _this.pixAccountItemToList = new core.EventEmitter();
10598
+ _this.ngUnsubscribe = new rxjs.Subject();
10599
+ _this.labelBtnAdd = "hcm.payroll.employees_add";
10600
+ _this.visibleBtnSave = true;
10601
+ _this.isView = false;
10602
+ _this.isShowPixKeyFieldValidatorMessage = false;
10603
+ _this.hideFields = _this.sharedStateService.hideField$;
10604
+ _this.registerSubjects();
10605
+ return _this;
10606
+ }
10607
+ HistoricalPixAccountFormComponent.prototype.ngOnInit = function () { };
10049
10608
  HistoricalPixAccountFormComponent.prototype.ngAfterViewInit = function () {
10050
10609
  this.cd.detectChanges();
10051
10610
  };
@@ -10053,38 +10612,7 @@
10053
10612
  this.ngUnsubscribe.next(true);
10054
10613
  this.ngUnsubscribe.unsubscribe();
10055
10614
  };
10056
- HistoricalPixAccountFormComponent.prototype.registerSubjects = function () {
10057
- };
10058
- HistoricalPixAccountFormComponent.prototype.createFormGroup = function () {
10059
- this.pixAccountFormGroup = this.formBuilder.group({
10060
- id: this.formBuilder.control(null),
10061
- index: this.formBuilder.control(null),
10062
- employee: this.formBuilder.control({ value: { tableId: null }, disabled: true }),
10063
- dateChange: this.formBuilder.control(null),
10064
- pixKeyType: this.formBuilder.control(null, forms.Validators.required),
10065
- pixKey: this.formBuilder.control(null),
10066
- percentage: this.formBuilder.control(null, forms.Validators.compose(__spread(this.initialValidatorOfPercentage, [
10067
- forms.Validators.max(this.maxValuePercentage),
10068
- ]))),
10069
- externalId: this.formBuilder.control(null),
10070
- customFields: this.formBuilder.control(null),
10071
- });
10072
- };
10073
- HistoricalPixAccountFormComponent.prototype.onChangePixKeyType = function (item) {
10074
- if (item.key) {
10075
- this.pixKeyType = item.key;
10076
- this.isShowPixKeyFieldValidatorMessage = true;
10077
- this.pixAccountFormGroup.get("pixKey").reset();
10078
- this.setPixKeyValidators(true);
10079
- if (item.key === "CPF") {
10080
- this.setDefaultCpfPixKey();
10081
- }
10082
- }
10083
- };
10084
- HistoricalPixAccountFormComponent.prototype.onClearPixKeyType = function () {
10085
- this.isShowPixKeyFieldValidatorMessage = false;
10086
- this.pixAccountFormGroup.get("pixKey").reset();
10087
- };
10615
+ HistoricalPixAccountFormComponent.prototype.registerSubjects = function () { };
10088
10616
  Object.defineProperty(HistoricalPixAccountFormComponent.prototype, "visible", {
10089
10617
  get: function () {
10090
10618
  return this._visible;
@@ -10123,7 +10651,8 @@
10123
10651
  });
10124
10652
  HistoricalPixAccountFormComponent.prototype.formatPixKeyTelephoneNumber = function () {
10125
10653
  if (this.pixKeyType === "TELEPHONE") {
10126
- this.pixAccountFormGroup.get("pixKey").setValue(FormatUtilsService.getFormattedTelephoneNumber(this.pixAccountFormGroup.get("pixKey").value));
10654
+ var pixKeyCtrl = this.pixAccountFormGroup.get("pixKey");
10655
+ pixKeyCtrl.setValue(FormatUtilsService.getFormattedTelephoneNumber(pixKeyCtrl.value));
10127
10656
  }
10128
10657
  };
10129
10658
  HistoricalPixAccountFormComponent.prototype.convertDTOToShowWithCustomFields = function (data) {
@@ -10135,14 +10664,14 @@
10135
10664
  this.visibleBtnSave = isEditMode;
10136
10665
  if (this.pixAccountFormGroup.get("pixKeyType").value) {
10137
10666
  this.pixKeyType = this.pixAccountFormGroup.get("pixKeyType").value.key;
10138
- this.setPixKeyValidators(isEditMode);
10667
+ this.setPixKeyValidators(isEditMode, this.pixAccountFormGroup);
10139
10668
  this.formatPixKeyTelephoneNumber();
10140
10669
  }
10141
10670
  configEnabledFields(this.pixAccountFormGroup, isEditMode, [
10142
10671
  "pixKeyType",
10143
10672
  "pixKey",
10144
10673
  "percentage",
10145
- "customFields",
10674
+ "customFields"
10146
10675
  ], []);
10147
10676
  };
10148
10677
  HistoricalPixAccountFormComponent.prototype.close = function () {
@@ -10156,7 +10685,7 @@
10156
10685
  if (this.employeeId) {
10157
10686
  this.pixAccountFormGroup.get("employee").setValue({
10158
10687
  tableId: this.employeeId,
10159
- name: "",
10688
+ name: ""
10160
10689
  });
10161
10690
  }
10162
10691
  this.pixAccountItemToList.emit(this.pixAccountFormGroup.getRawValue());
@@ -10188,14 +10717,10 @@
10188
10717
  return {
10189
10718
  prefix: "",
10190
10719
  thousands: this.currency.thousandsSeparator,
10191
- decimal: this.currency.decimalSeparator,
10720
+ decimal: this.currency.decimalSeparator
10192
10721
  };
10193
10722
  };
10194
10723
  Object.defineProperty(HistoricalPixAccountFormComponent.prototype, "getListPixAccount", {
10195
- /**
10196
- * O Input que recebe a lista do component pai e chama o método de validação passando a lista recebida.
10197
- * @param pixAccountList
10198
- */
10199
10724
  set: function (pixAccountList) {
10200
10725
  if (pixAccountList) {
10201
10726
  this.setValidatorsAccordingList(pixAccountList, null, false);
@@ -10207,85 +10732,6 @@
10207
10732
  enumerable: true,
10208
10733
  configurable: true
10209
10734
  });
10210
- /**
10211
- * Recebe a lista de registros já inseridos na tabela adiciona em uma variável os valores que serão usados para
10212
- * a validação dos campos "percentage" e "pixAccount".
10213
- * Quando tem index significa que está em uma edição, os valores na posição do registro da edição (index) não serão adicionados
10214
- * no array de comparação dos validators.
10215
- * @param pixAccountList
10216
- * @param index
10217
- */
10218
- HistoricalPixAccountFormComponent.prototype.setValidatorsAccordingList = function (pixAccountList, index, isEditMode) {
10219
- if (index === void 0) { index = null; }
10220
- if (isEditMode === void 0) { isEditMode = true; }
10221
- this.pixAccountList = pixAccountList && pixAccountList.length ? __spread(pixAccountList) : [];
10222
- var percentageIncluded = [];
10223
- if (this.pixAccountList && this.pixAccountList.length) {
10224
- this.pixAccountList.filter(function (field, key) {
10225
- if (field["percentage"] && key != index) {
10226
- percentageIncluded.push(field["percentage"]);
10227
- }
10228
- });
10229
- }
10230
- this.beforeSetPixKeyTypeValidator();
10231
- this.setPixKeyValidators(isEditMode);
10232
- this.validatePercentageValid(percentageIncluded);
10233
- };
10234
- /**
10235
- * Antes de setar o validator prepara as variáveis necessária para que seja feita a validação do campo.
10236
- */
10237
- HistoricalPixAccountFormComponent.prototype.setPixKeyValidators = function (isEditMode) {
10238
- var genericPixKey = this.pixAccountFormGroup.get("pixKey");
10239
- if (this.pixKeyType) {
10240
- switch (this.pixKeyType) {
10241
- case "TELEPHONE":
10242
- genericPixKey.setValidators(forms.Validators.compose([
10243
- forms.Validators.required, GenericValidator.isValidPhoneNumber,
10244
- ]));
10245
- break;
10246
- case "EMAIL":
10247
- genericPixKey.setValidators(forms.Validators.compose([
10248
- forms.Validators.required, GenericValidator.isValidEmail,
10249
- ]));
10250
- break;
10251
- case "CPF":
10252
- genericPixKey.setValidators(forms.Validators.compose([
10253
- forms.Validators.required, GenericValidator.isValidCpf,
10254
- ]));
10255
- break;
10256
- case "CNPJ":
10257
- genericPixKey.setValidators(forms.Validators.compose([
10258
- forms.Validators.required, GenericValidator.isValidCnpj,
10259
- ]));
10260
- break;
10261
- case "RANDOM_KEY":
10262
- genericPixKey.setValidators(forms.Validators.required);
10263
- break;
10264
- default:
10265
- genericPixKey.setValidators(null);
10266
- break;
10267
- }
10268
- if (isEditMode) {
10269
- genericPixKey.enable();
10270
- }
10271
- genericPixKey.updateValueAndValidity();
10272
- }
10273
- };
10274
- /**
10275
- * Este método calcula as parcentagens que já foram inseridas, e seta a diferença para chegar em
10276
- * 100% na validação do campo "percentage" como um novo maxValue;
10277
- * @param listValue
10278
- */
10279
- HistoricalPixAccountFormComponent.prototype.validatePercentageValid = function (listValue) {
10280
- var percentage = this.pixAccountFormGroup.get("percentage");
10281
- this.maxValuePercentage = listValue
10282
- .reduce(function (currentValue, total) { return currentValue - total; }, 100.00);
10283
- percentage
10284
- .setValidators(forms.Validators.compose(__spread(this.initialValidatorOfPercentage, [
10285
- forms.Validators.max(this.maxValuePercentage),
10286
- ])));
10287
- percentage.updateValueAndValidity();
10288
- };
10289
10735
  Object.defineProperty(HistoricalPixAccountFormComponent.prototype, "isViewMode", {
10290
10736
  set: function (condition) {
10291
10737
  this.isView = !!(condition && !this.withSideBar);
@@ -10296,58 +10742,24 @@
10296
10742
  enumerable: true,
10297
10743
  configurable: true
10298
10744
  });
10299
- HistoricalPixAccountFormComponent.prototype.phoneMask = function (event) {
10300
- FormatUtilsService.formatTelephoneInputEvent(event);
10301
- };
10302
- HistoricalPixAccountFormComponent.prototype.setDefaultCpfPixKey = function () {
10303
- if (this.defaultCpfNumber) {
10304
- this.pixAccountFormGroup.get("pixKey").setValue(this.defaultCpfNumber);
10305
- }
10306
- else {
10307
- var sheetDocument = this.paramsForm.get("sheetDocument");
10308
- if (sheetDocument) {
10309
- var cpf = sheetDocument.get("cpfNumber").value;
10310
- if (cpf) {
10311
- this.pixAccountFormGroup.get("pixKey").setValue(cpf);
10312
- }
10313
- }
10314
- }
10315
- };
10316
- HistoricalPixAccountFormComponent.prototype.beforeSetPixKeyTypeValidator = function () {
10317
- var pixKeyType = this.pixAccountFormGroup.get("pixKeyType");
10318
- if (this.pixAccountList && this.pixAccountList.length && pixKeyType) {
10319
- pixKeyType
10320
- .setValidators(forms.Validators.compose([
10321
- forms.Validators.required,
10322
- this.validateDuplicatePixKeyTypeBankAccount(this.pixAccountList),
10323
- ]));
10324
- }
10325
- else {
10326
- pixKeyType.setValidators(forms.Validators.required);
10327
- }
10328
- };
10329
- HistoricalPixAccountFormComponent.prototype.validateDuplicatePixKeyTypeBankAccount = function (listCompare) {
10330
- return function (control) {
10331
- var value = control && control.value;
10332
- var condition = false;
10333
- listCompare.filter(function (field) {
10334
- if (value) {
10335
- if (field["pixKeyType"].key === 'BANK_ACCOUNT' && value.key === field["pixKeyType"].key) {
10336
- return condition = true;
10337
- }
10338
- }
10339
- });
10340
- if (condition) {
10341
- return { pixKeyTypeBankAccountDuplicate: true };
10342
- }
10343
- else {
10344
- return null;
10345
- }
10346
- };
10347
- };
10745
+ Object.defineProperty(HistoricalPixAccountFormComponent.prototype, "paramsForm", {
10746
+ set: function (value) {
10747
+ this._paramsForm = value;
10748
+ },
10749
+ enumerable: true,
10750
+ configurable: true
10751
+ });
10752
+ Object.defineProperty(HistoricalPixAccountFormComponent.prototype, "defaultCpfNumber", {
10753
+ set: function (value) {
10754
+ this._defaultCpfNumber = value;
10755
+ },
10756
+ enumerable: true,
10757
+ configurable: true
10758
+ });
10348
10759
  HistoricalPixAccountFormComponent.ctorParameters = function () { return [
10349
10760
  { type: forms.FormBuilder },
10350
- { type: core.ChangeDetectorRef }
10761
+ { type: core.ChangeDetectorRef },
10762
+ { type: SharedStateService }
10351
10763
  ]; };
10352
10764
  __decorate([
10353
10765
  core.ViewChild(angularComponents.CustomFieldsComponent, { static: true })
@@ -10367,12 +10779,6 @@
10367
10779
  __decorate([
10368
10780
  core.Input()
10369
10781
  ], HistoricalPixAccountFormComponent.prototype, "isEditMode", void 0);
10370
- __decorate([
10371
- core.Input()
10372
- ], HistoricalPixAccountFormComponent.prototype, "paramsForm", void 0);
10373
- __decorate([
10374
- core.Input()
10375
- ], HistoricalPixAccountFormComponent.prototype, "defaultCpfNumber", void 0);
10376
10782
  __decorate([
10377
10783
  core.Output()
10378
10784
  ], HistoricalPixAccountFormComponent.prototype, "visibleChange", void 0);
@@ -10391,32 +10797,21 @@
10391
10797
  __decorate([
10392
10798
  core.Input()
10393
10799
  ], HistoricalPixAccountFormComponent.prototype, "isViewMode", null);
10800
+ __decorate([
10801
+ core.Input()
10802
+ ], HistoricalPixAccountFormComponent.prototype, "paramsForm", null);
10803
+ __decorate([
10804
+ core.Input()
10805
+ ], HistoricalPixAccountFormComponent.prototype, "defaultCpfNumber", null);
10394
10806
  HistoricalPixAccountFormComponent = __decorate([
10395
10807
  core.Component({
10396
10808
  selector: "pix-account",
10397
- template: "<div id=\"main\">\n <form [formGroup]=\"pixAccountFormGroup\" autocomplete=\"off\">\n <div class=\"ui-fluid\">\n <div class=\"ui-g\">\n <!-- Tipo de chave -->\n <div class=\"ui-md-6 ui-sm-12 required\">\n <label>{{'hcm.payroll.employees_addition_pix_key_type'|translate}}</label>\n <input-rest-auto-complete-enum [dropdown]=\"true\" server=\"payroll\"\n enumeration=\"PixKeyType\"\n placeholder=\"{{'hcm.payroll.select' | translate}}\"\n name=\"pixKeyType\" [form]=\"pixAccountFormGroup\"\n (onSelect)=\"onChangePixKeyType($event)\"\n (onClear)=\"onClearPixKeyType()\"\n id=\"ta-pixKeyType\"></input-rest-auto-complete-enum>\n <s-control-errors [control]=\"pixAccountFormGroup.get('pixKeyType')\"\n [errorMessages]=\"{\n required: 'hcm.payroll.required' | translate,\n pixKeyTypeBankAccountDuplicate: 'hcm.payroll.historical_pix_key_type_bank_account_duplicate' | translate\n }\">\n </s-control-errors>\n </div>\n <!--Chave Pix-->\n <div class=\"ui-md-6 ui-sm-12\" [ngClass]=\"{'required': pixKeyType !== 'BANK_ACCOUNT'}\">\n <label>{{'hcm.payroll.employees_addition_pix_key' | translate}}</label>\n <ng-container [ngSwitch]=\"pixKeyType\">\n <input *ngSwitchCase=\"'TELEPHONE'\" only-number\n pInputText id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\"\n (keyup)=\"phoneMask($event)\" maxlength=\"15\"\n placeholder=\"(__) ____-____\">\n <p-inputMask *ngSwitchCase=\"'CPF'\"\n id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\"\n placeholder=\"___.___.___-__\"\n mask=\"999.999.999-99\" [unmask]=\"true\"></p-inputMask>\n <p-inputMask *ngSwitchCase=\"'CNPJ'\"\n id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\"\n placeholder=\"__.___.___/____-__\"\n mask=\"99.999.999/9999-99\" [unmask]=\"true\"></p-inputMask>\n <input *ngSwitchCase=\"'EMAIL'\"\n pInputText id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\"\n placeholder=\"{{'hcm.payroll.employees_addition_email'|translate}}\"/>\n <input *ngSwitchCase=\"'BANK_ACCOUNT'\" disabled\n pInputText id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\"/>\n <input *ngSwitchDefault\n pInputText id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\" maxlength=\"100\" />\n </ng-container>\n <s-control-errors *ngIf=\"isShowPixKeyFieldValidatorMessage\" id=\"er-pix-key\"\n [control]=\"pixAccountFormGroup.get('pixKey')\"\n [errorMessages]=\"{\n required: 'hcm.payroll.required' | translate,\n invalidPhoneNumber: 'hcm.payroll.employees_addition_invalid_phone_number' | translate: { value: pixAccountFormGroup.get('pixKey').value },\n invalidEmail: 'hcm.payroll.employees_addition_email_invalid' | translate,\n cpfNotValid: 'hcm.payroll.employees_addition_cpf_error' | translate,\n cnpjNotValid: 'hcm.payroll.employees_addition_cnpj_error' | translate\n }\">\n </s-control-errors>\n </div>\n <!--Percentual-->\n <div class=\"ui-md-6 ui-sm-12 required\">\n <label id=\"lb-percentage\"\n for=\"ff-percentage\">{{ 'hcm.payroll.historical_bank_account_label_percentage' | translate }}</label>\n <div class=\"ui-inputgroup\">\n <span class=\"ui-inputgroup-addon\">%</span>\n <input pInputText id=\"ff-percentage\" name=\"percentage\"\n formControlName=\"percentage\"\n currencyMask\n [options]=\"optionsPercentage\"\n [placeholder]=\"percentagePlaceholder\"/>\n </div>\n <s-control-errors [control]=\"pixAccountFormGroup.get('percentage')\"\n [errorMessages]=\"{\n required: 'hcm.payroll.required' | translate,\n maxlength: 'hcm.payroll.error_max_length' | translate: { value: '6' },\n max: 'hcm.payroll.error_max_value_number' | translate: { value: maxValuePercentage },\n min: 'hcm.payroll.error_min_value_number' | translate: { value: '0,01' }\n }\">\n </s-control-errors>\n </div>\n <div class=\"ui-g-12\">\n <p-fieldset\n legend=\"{{ 'hcm.payroll.custom_fields' | translate }}\"\n [attr.data-hidden]=\"!customFields || !customFields.fields.length\"\n >\n <s-custom-fields\n domain=\"hcm\"\n service=\"{{customService}}\"\n entity=\"{{customEntity}}\"\n formControlName=\"customFields\"\n [invalidErrorLabel]=\"'hcm.payroll.employees_invalid_field' | translate\"\n >\n </s-custom-fields>\n </p-fieldset>\n </div>\n </div>\n </div>\n </form>\n\n <div [ngClass]=\"withSideBar ? 'footer' : 'footer-s-border'\">\n <div class=\"form-group\">\n <s-button id=\"btn-save\" label=\"{{ labelBtnAdd | translate}}\" priority=\"primary\"\n (onClick)=\"addItem()\" *ngIf=\"visibleBtnSave && !this.isView\"></s-button>\n <s-button *ngIf=\"withSideBar\" id=\"btn-close\" label=\"{{'hcm.payroll.cancel'|translate}}\" priority=\"secondary\"\n priority=\"link\" (onClick)=\"close()\"></s-button>\n </div>\n </div>\n</div>\n",
10809
+ template: "<div id=\"main\">\n <form *ngIf=\"!(hideFields | async)\" [formGroup]=\"pixAccountFormGroup\" autocomplete=\"off\">\n <div class=\"ui-fluid\">\n <div class=\"ui-g\">\n <!-- Tipo de chave -->\n <div class=\"ui-md-6 ui-sm-12 required\">\n <label>{{'hcm.payroll.employees_addition_pix_key_type'|translate}}</label>\n <input-rest-auto-complete-enum [dropdown]=\"true\" server=\"payroll\"\n enumeration=\"PixKeyType\"\n placeholder=\"{{'hcm.payroll.select' | translate}}\"\n name=\"pixKeyType\" [form]=\"pixAccountFormGroup\"\n (onSelect)=\"onChangePixKeyType($event)\"\n (onClear)=\"onClearPixKeyType()\"\n id=\"ta-pixKeyType\"></input-rest-auto-complete-enum>\n <s-control-errors [control]=\"pixAccountFormGroup.get('pixKeyType')\"\n [errorMessages]=\"{\n required: 'hcm.payroll.required' | translate,\n pixKeyTypeBankAccountDuplicate: 'hcm.payroll.historical_pix_key_type_bank_account_duplicate' | translate\n }\">\n </s-control-errors>\n </div>\n <!--Chave Pix-->\n <div class=\"ui-md-6 ui-sm-12\" [ngClass]=\"{'required': pixKeyType !== 'BANK_ACCOUNT'}\">\n <label>{{'hcm.payroll.employees_addition_pix_key' | translate}}</label>\n <ng-container [ngSwitch]=\"pixKeyType\">\n <input *ngSwitchCase=\"'TELEPHONE'\" only-number\n pInputText id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\"\n (keyup)=\"phoneMask($event)\" maxlength=\"15\"\n placeholder=\"(__) ____-____\">\n <p-inputMask *ngSwitchCase=\"'CPF'\"\n id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\"\n placeholder=\"___.___.___-__\"\n mask=\"999.999.999-99\" [unmask]=\"true\"></p-inputMask>\n <p-inputMask *ngSwitchCase=\"'CNPJ'\"\n id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\"\n placeholder=\"__.___.___/____-__\"\n mask=\"99.999.999/9999-99\" [unmask]=\"true\"></p-inputMask>\n <input *ngSwitchCase=\"'EMAIL'\"\n pInputText id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\"\n placeholder=\"{{'hcm.payroll.employees_addition_email'|translate}}\"/>\n <input *ngSwitchCase=\"'BANK_ACCOUNT'\" disabled\n pInputText id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\"/>\n <input *ngSwitchDefault\n pInputText id=\"ta-pixKey\" name=\"pixKey\" formControlName=\"pixKey\" maxlength=\"100\" />\n </ng-container>\n <s-control-errors *ngIf=\"isShowPixKeyFieldValidatorMessage\" id=\"er-pix-key\"\n [control]=\"pixAccountFormGroup.get('pixKey')\"\n [errorMessages]=\"{\n required: 'hcm.payroll.required' | translate,\n invalidPhoneNumber: 'hcm.payroll.employees_addition_invalid_phone_number' | translate: { value: pixAccountFormGroup.get('pixKey').value },\n invalidEmail: 'hcm.payroll.employees_addition_email_invalid' | translate,\n cpfNotValid: 'hcm.payroll.employees_addition_cpf_error' | translate,\n cnpjNotValid: 'hcm.payroll.employees_addition_cnpj_error' | translate\n }\">\n </s-control-errors>\n </div>\n <!--Percentual-->\n <div class=\"ui-md-6 ui-sm-12 required\">\n <label id=\"lb-percentage\"\n for=\"ff-percentage\">{{ 'hcm.payroll.historical_bank_account_label_percentage' | translate }}</label>\n <div class=\"ui-inputgroup\">\n <span class=\"ui-inputgroup-addon\">%</span>\n <input pInputText id=\"ff-percentage\" name=\"percentage\"\n formControlName=\"percentage\"\n currencyMask\n [options]=\"optionsPercentage\"\n [placeholder]=\"percentagePlaceholder\"/>\n </div>\n <s-control-errors [control]=\"pixAccountFormGroup.get('percentage')\"\n [errorMessages]=\"{\n required: 'hcm.payroll.required' | translate,\n maxlength: 'hcm.payroll.error_max_length' | translate: { value: '6' },\n max: 'hcm.payroll.error_max_value_number' | translate: { value: maxValuePercentage },\n min: 'hcm.payroll.error_min_value_number' | translate: { value: '0,01' }\n }\">\n </s-control-errors>\n </div>\n <div class=\"ui-g-12\">\n <p-fieldset\n legend=\"{{ 'hcm.payroll.custom_fields' | translate }}\"\n [attr.data-hidden]=\"!customFields || !customFields.fields.length\"\n >\n <s-custom-fields\n domain=\"hcm\"\n service=\"{{customService}}\"\n entity=\"{{customEntity}}\"\n formControlName=\"customFields\"\n [invalidErrorLabel]=\"'hcm.payroll.employees_invalid_field' | translate\"\n >\n </s-custom-fields>\n </p-fieldset>\n </div>\n </div>\n </div>\n </form>\n\n <div [ngClass]=\"withSideBar ? 'footer' : 'footer-s-border'\">\n <div class=\"form-group\">\n <s-button id=\"btn-save\" label=\"{{ labelBtnAdd | translate}}\" priority=\"primary\"\n (onClick)=\"addItem()\" *ngIf=\"visibleBtnSave && !this.isView\"></s-button>\n <s-button *ngIf=\"withSideBar\" id=\"btn-close\" label=\"{{'hcm.payroll.cancel'|translate}}\" priority=\"secondary\"\n priority=\"link\" (onClick)=\"close()\"></s-button>\n </div>\n </div>\n</div>\n",
10398
10810
  styles: [".refresh{width:100%!important}#table-annuity .col-default-s{width:10%}#table-annuity .col-default-m{width:12%}#table-annuity .col-default-l{width:16%}#table-annuity .col-action{width:10%}#table-annuity .icon-warning{text-align:center!important;color:#ff6d00c7!important}@media screen and (max-width:612px){#table-annuity .col-default-1,#table-annuity .col-default-2{width:16%}#table-annuity .col-default-3{width:26%}#table-annuity .col-icon{width:10%}#table-annuity .col-action{width:27%}}#main{display:-webkit-box;display:flex;height:100%;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}#main form{height:100%}#main .footer{border-top:1px solid #ccc;padding-top:15px;margin-top:15px;flex-shrink:0;margin-bottom:-18px}#main .footer-s-border{padding-left:7px;flex-shrink:0;margin-bottom:-18px}"]
10399
10811
  })
10400
10812
  ], HistoricalPixAccountFormComponent);
10401
10813
  return HistoricalPixAccountFormComponent;
10402
- }());
10403
-
10404
- var HistoricalPixAccountService = /** @class */ (function () {
10405
- function HistoricalPixAccountService(http) {
10406
- this.http = http;
10407
- }
10408
- HistoricalPixAccountService.prototype.query = function (path, body, service) {
10409
- if (service === void 0) { service = exports.ServiceType.PAYROLL; }
10410
- return this.http.query(path, body, service);
10411
- };
10412
- HistoricalPixAccountService.ctorParameters = function () { return [
10413
- { type: HttpClientService }
10414
- ]; };
10415
- HistoricalPixAccountService = __decorate([
10416
- core.Injectable()
10417
- ], HistoricalPixAccountService);
10418
- return HistoricalPixAccountService;
10419
- }());
10814
+ }(HistoricakPixAccountBase));
10420
10815
 
10421
10816
  var HistoricalPixAccountModule = /** @class */ (function () {
10422
10817
  function HistoricalPixAccountModule() {
@@ -10446,6 +10841,8 @@
10446
10841
  angularComponents.CustomFieldsModule,
10447
10842
  panel.PanelModule,
10448
10843
  inputmask.InputMaskModule,
10844
+ dropdown.DropdownModule,
10845
+ tabview.TabViewModule,
10449
10846
  ],
10450
10847
  declarations: [HistoricalPixAccountComponent, HistoricalPixAccountFormComponent],
10451
10848
  providers: [HistoricalPixAccountService, api.ConfirmationService],
@@ -10488,7 +10885,7 @@
10488
10885
 
10489
10886
  var moment$e = moment_;
10490
10887
  var HistoricalPixAccountListComponent = /** @class */ (function () {
10491
- function HistoricalPixAccountListComponent(confirmationService, translateService, activatedRoute, cd, router, messageService, historicalPixAccountListService) {
10888
+ function HistoricalPixAccountListComponent(confirmationService, translateService, activatedRoute, cd, router, messageService, historicalPixAccountListService, sharedStateService) {
10492
10889
  this.confirmationService = confirmationService;
10493
10890
  this.translateService = translateService;
10494
10891
  this.activatedRoute = activatedRoute;
@@ -10496,11 +10893,14 @@
10496
10893
  this.router = router;
10497
10894
  this.messageService = messageService;
10498
10895
  this.historicalPixAccountListService = historicalPixAccountListService;
10896
+ this.sharedStateService = sharedStateService;
10499
10897
  this.endPoint = "hcm/payroll/queries/historicalEmployeePixQuery";
10500
10898
  this.keyPayload = "historicalEmployeePix";
10501
10899
  this.withSidebar = true;
10502
10900
  this.isOnlyView = new core.EventEmitter();
10901
+ this.isOnlyEdit = new core.EventEmitter();
10503
10902
  this.enableView = new core.EventEmitter();
10903
+ this.isEditJudicialDependentPix = new core.EventEmitter();
10504
10904
  this.ngUnsubscribe = new rxjs.Subject();
10505
10905
  this.loading = true;
10506
10906
  this.columns = [
@@ -10520,6 +10920,7 @@
10520
10920
  HistoricalPixAccountListComponent.prototype.ngOnDestroy = function () {
10521
10921
  this.ngUnsubscribe.next();
10522
10922
  this.ngUnsubscribe.complete();
10923
+ this.unsubscribe();
10523
10924
  };
10524
10925
  HistoricalPixAccountListComponent.prototype.ngAfterViewInit = function () {
10525
10926
  this.cd.detectChanges();
@@ -10539,6 +10940,9 @@
10539
10940
  label: this.translateService.instant("hcm.payroll.employees_image_cropper_view"),
10540
10941
  command: function () {
10541
10942
  if (_this.isAllowToViewHistorical) {
10943
+ _this.sharedStateService.setHideField(true);
10944
+ _this.sharedStateService.setShowButton(false);
10945
+ _this.sharedStateService.setShowEditMode(false);
10542
10946
  var dateChange = rowData && rowData.dateChange && moment$e(rowData.dateChange, _this.dateFormat).format("YYYY-MM-DD");
10543
10947
  if (_this.withSidebar) {
10544
10948
  _this.isOnlyView.emit(true);
@@ -10547,6 +10951,7 @@
10547
10951
  });
10548
10952
  }
10549
10953
  else {
10954
+ _this.sharedStateService.setSaveButton(false);
10550
10955
  _this.enableView.emit(dateChange);
10551
10956
  }
10552
10957
  }
@@ -10559,14 +10964,20 @@
10559
10964
  label: this.translateService.instant("hcm.payroll.edit"),
10560
10965
  command: function () {
10561
10966
  if (_this.isAllowToEditHistorical) {
10967
+ _this.sharedStateService.setHideField(true);
10968
+ _this.sharedStateService.setShowButton(false);
10969
+ _this.sharedStateService.setShowEditMode(true);
10562
10970
  var dateChange = rowData && rowData.dateChange && moment$e(rowData.dateChange, _this.dateFormat).format("YYYY-MM-DD");
10563
10971
  if (_this.withSidebar) {
10564
- _this.isOnlyView.emit(false);
10565
10972
  _this.router.navigate(["historical-pix-account/" + dateChange], {
10566
10973
  relativeTo: _this.activatedRoute,
10567
10974
  });
10568
10975
  }
10569
10976
  else {
10977
+ setTimeout(function () {
10978
+ _this.sharedStateService.triggerActiveValidatorsOnEditModalOpen();
10979
+ });
10980
+ _this.sharedStateService.setSaveButton(true);
10570
10981
  _this.enableView.emit(dateChange);
10571
10982
  }
10572
10983
  }
@@ -10652,6 +11063,24 @@
10652
11063
  this.lastRecord = payload[0];
10653
11064
  }
10654
11065
  };
11066
+ HistoricalPixAccountListComponent.prototype.unsubscribe = function () {
11067
+ if (this._subscription) {
11068
+ this._subscription.unsubscribe();
11069
+ }
11070
+ };
11071
+ Object.defineProperty(HistoricalPixAccountListComponent.prototype, "hideFieldsOnAdd$", {
11072
+ set: function (subject) {
11073
+ var _this = this;
11074
+ this.unsubscribe();
11075
+ if (subject) {
11076
+ this._subscription = subject.subscribe(function (value) {
11077
+ _this.sharedStateService.setHideField(value);
11078
+ });
11079
+ }
11080
+ },
11081
+ enumerable: true,
11082
+ configurable: true
11083
+ });
10655
11084
  Object.defineProperty(HistoricalPixAccountListComponent.prototype, "isAllowToAddHistorical", {
10656
11085
  get: function () {
10657
11086
  return (this.permission["incluir"]);
@@ -10704,7 +11133,8 @@
10704
11133
  { type: core.ChangeDetectorRef },
10705
11134
  { type: router.Router },
10706
11135
  { type: api.MessageService },
10707
- { type: HistoricalPixAccountListService }
11136
+ { type: HistoricalPixAccountListService },
11137
+ { type: SharedStateService }
10708
11138
  ]; };
10709
11139
  __decorate([
10710
11140
  core.ViewChild(angularComponents.CustomFieldsComponent, { static: false })
@@ -10730,12 +11160,24 @@
10730
11160
  __decorate([
10731
11161
  core.Input()
10732
11162
  ], HistoricalPixAccountListComponent.prototype, "withSidebar", void 0);
11163
+ __decorate([
11164
+ core.Input()
11165
+ ], HistoricalPixAccountListComponent.prototype, "hideField", void 0);
10733
11166
  __decorate([
10734
11167
  core.Output()
10735
11168
  ], HistoricalPixAccountListComponent.prototype, "isOnlyView", void 0);
11169
+ __decorate([
11170
+ core.Output()
11171
+ ], HistoricalPixAccountListComponent.prototype, "isOnlyEdit", void 0);
10736
11172
  __decorate([
10737
11173
  core.Output()
10738
11174
  ], HistoricalPixAccountListComponent.prototype, "enableView", void 0);
11175
+ __decorate([
11176
+ core.Output()
11177
+ ], HistoricalPixAccountListComponent.prototype, "isEditJudicialDependentPix", void 0);
11178
+ __decorate([
11179
+ core.Input()
11180
+ ], HistoricalPixAccountListComponent.prototype, "hideFieldsOnAdd$", null);
10739
11181
  __decorate([
10740
11182
  core.Input()
10741
11183
  ], HistoricalPixAccountListComponent.prototype, "reloadList", null);
@@ -10858,6 +11300,7 @@
10858
11300
  exports.PermissionService = PermissionService;
10859
11301
  exports.ReportService = ReportService;
10860
11302
  exports.ServicesModule = ServicesModule;
11303
+ exports.SharedStateService = SharedStateService;
10861
11304
  exports.SpinnerLoaderComponent = SpinnerLoaderComponent;
10862
11305
  exports.SpinnerLoaderModule = SpinnerLoaderModule;
10863
11306
  exports.StringMethods = StringMethods;
@@ -10953,7 +11396,8 @@
10953
11396
  exports.ɵo = AutocompleteService;
10954
11397
  exports.ɵp = LookupService$1;
10955
11398
  exports.ɵq = HistoricalBankAccountFormComponent;
10956
- exports.ɵr = HistoricalPixAccountFormComponent;
11399
+ exports.ɵr = HistoricakPixAccountBase;
11400
+ exports.ɵs = HistoricalPixAccountFormComponent;
10957
11401
 
10958
11402
  Object.defineProperty(exports, '__esModule', { value: true });
10959
11403