@senior-gestao-pessoas/payroll-core 8.6.1 → 8.7.0-e9f139d3-ad62-4e1a-9008-758471dd857f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/senior-gestao-pessoas-payroll-core.umd.js +3026 -10898
- package/bundles/senior-gestao-pessoas-payroll-core.umd.js.map +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js.map +1 -1
- package/components/data-list-rest/data-list-rest.component.d.ts +61 -0
- package/components/workstationgroup-lookup/autocomplete.service.d.ts +31 -0
- package/esm2015/components/admission-draft-summary/admission-draft-summary.component.js +106 -0
- package/esm2015/components/admission-draft-summary/admission-draft-summary.module.js +17 -0
- package/esm2015/components/admission-draft-summary/admission-draft-summary.service.js +27 -0
- package/esm2015/components/admission-draft-summary/index.js +4 -0
- package/esm2015/components/block-ui/block-ui.component.js +19 -0
- package/esm2015/components/block-ui/block-ui.module.js +25 -0
- package/esm2015/components/block-ui/index.js +3 -0
- package/esm2015/components/breadcrumb/breadcrumb.component.js +76 -0
- package/esm2015/components/breadcrumb/breadcrumb.module.js +25 -0
- package/esm2015/components/breadcrumb/index.js +3 -0
- package/esm2015/components/control-messages-error/control-messages-error.component.js +28 -0
- package/esm2015/components/control-messages-error/control-messages-error.module.js +17 -0
- package/esm2015/components/control-messages-error/index.js +3 -0
- package/esm2015/components/custom-fields/custom-fields.component.js +32 -0
- package/esm2015/components/custom-fields/custom-fields.module.js +31 -0
- package/esm2015/components/custom-fields/index.js +3 -0
- package/esm2015/components/data-list/data-list.component.js +305 -0
- package/esm2015/components/data-list/data-list.module.js +28 -0
- package/esm2015/components/data-list/data-list.service.js +19 -0
- package/esm2015/components/data-list/entity-odata-response.js +26 -0
- package/esm2015/components/data-list/index.js +2 -0
- package/esm2015/components/data-list-rest/data-list-rest.component.js +239 -0
- package/esm2015/components/data-list-rest/data-list-rest.module.js +28 -0
- package/esm2015/components/data-list-rest/data-list-rest.service.js +19 -0
- package/esm2015/components/data-list-rest/index.js +2 -0
- package/esm2015/components/directives/directives.module.js +17 -0
- package/esm2015/components/directives/index.js +4 -0
- package/esm2015/components/directives/name-not-spaces.directive.js +31 -0
- package/esm2015/components/directives/only-number.directive.js +41 -0
- package/esm2015/components/employee-selector/employee-selector.component.js +65 -0
- package/esm2015/components/employee-selector/employee-selector.module.js +18 -0
- package/esm2015/components/employee-selector/index.js +3 -0
- package/esm2015/components/employee-summary/employee-summary.component.js +108 -0
- package/esm2015/components/employee-summary/employee-summary.module.js +17 -0
- package/esm2015/components/employee-summary/employee-summary.service.js +33 -0
- package/esm2015/components/employee-summary/index.js +4 -0
- package/esm2015/components/error-page/error-page.component.js +15 -0
- package/esm2015/components/error-page/error-page.module.js +16 -0
- package/esm2015/components/error-page/index.js +3 -0
- package/esm2015/components/field-validator/field-validator.component.js +40 -0
- package/esm2015/components/field-validator/field-validator.module.js +18 -0
- package/esm2015/components/field-validator/index.js +3 -0
- package/esm2015/components/file-upload/file-upload.component.js +135 -0
- package/esm2015/components/file-upload/file-upload.module.js +19 -0
- package/esm2015/components/file-upload/file-upload.service.js +44 -0
- package/esm2015/components/file-upload/index.js +3 -0
- package/esm2015/components/from-to/from-to.component.js +16 -0
- package/esm2015/components/from-to/from-to.module.js +19 -0
- package/esm2015/components/from-to/index.js +3 -0
- package/esm2015/components/historical-bank-account/historical-bank-account-form/historical-bank-account-form.component.js +332 -0
- package/esm2015/components/historical-bank-account/historical-bank-account.component.js +329 -0
- package/esm2015/components/historical-bank-account/historical-bank-account.module.js +56 -0
- package/esm2015/components/historical-bank-account/historical-bank-account.service.js +20 -0
- package/esm2015/components/historical-bank-account/index.js +4 -0
- package/esm2015/components/historical-bank-account-list/historical-bank-account-list.component.js +223 -0
- package/esm2015/components/historical-bank-account-list/historical-bank-account-list.module.js +39 -0
- package/esm2015/components/historical-bank-account-list/historical-bank-account-list.service.js +35 -0
- package/esm2015/components/historical-bank-account-list/index.js +4 -0
- package/esm2015/components/image-cropper/image-crop.component.js +146 -0
- package/esm2015/components/image-cropper/image-crop.module.js +39 -0
- package/esm2015/components/image-cropper/image-crop.service.js +88 -0
- package/esm2015/components/image-cropper/index.js +4 -0
- package/esm2015/components/input-date/index.js +3 -0
- package/esm2015/components/input-date/input-date.component.js +115 -0
- package/esm2015/components/input-date/input-date.module.js +17 -0
- package/esm2015/components/input-date-model/index.js +3 -0
- package/esm2015/components/input-date-model/input-date-model.component.js +100 -0
- package/esm2015/components/input-date-model/input-date-model.module.js +17 -0
- package/esm2015/components/input-rest-auto-complete/index.js +4 -0
- package/esm2015/components/input-rest-auto-complete/input-rest-auto-complete.component.js +303 -0
- package/esm2015/components/input-rest-auto-complete/input-rest-auto-complete.module.js +21 -0
- package/esm2015/components/input-rest-auto-complete/input-rest-auto-complete.service.js +20 -0
- package/esm2015/components/input-rest-auto-complete-employee/index.js +3 -0
- package/esm2015/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.component.js +190 -0
- package/esm2015/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.module.js +28 -0
- package/esm2015/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.service.js +20 -0
- package/esm2015/components/input-rest-auto-complete-employee-model/index.js +3 -0
- package/esm2015/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.component.js +179 -0
- package/esm2015/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.module.js +28 -0
- package/esm2015/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.service.js +20 -0
- package/esm2015/components/input-rest-auto-complete-enum/index.js +4 -0
- package/esm2015/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.component.js +146 -0
- package/esm2015/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.module.js +28 -0
- package/esm2015/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.service.js +23 -0
- package/esm2015/components/input-rest-auto-complete-jobposition/index.js +4 -0
- package/esm2015/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.component.js +173 -0
- package/esm2015/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.module.js +28 -0
- package/esm2015/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.service.js +20 -0
- package/esm2015/components/input-rest-auto-complete-model/index.js +3 -0
- package/esm2015/components/input-rest-auto-complete-model/input-rest-auto-complete-model.component.js +227 -0
- package/esm2015/components/input-rest-auto-complete-model/input-rest-auto-complete-model.module.js +28 -0
- package/esm2015/components/input-rest-auto-complete-model/input-rest-auto-complete-model.service.js +20 -0
- package/esm2015/components/input-rest-auto-complete-model-enum/index.js +3 -0
- package/esm2015/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.component.js +124 -0
- package/esm2015/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.module.js +28 -0
- package/esm2015/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.service.js +23 -0
- package/esm2015/components/list-rest/index.js +3 -0
- package/esm2015/components/list-rest/list-rest.component.js +117 -0
- package/esm2015/components/list-rest/list-rest.module.js +33 -0
- package/esm2015/components/list-rest/list-rest.service.js +23 -0
- package/esm2015/components/lookup/index.js +2 -0
- package/esm2015/components/lookup/lookup.component.js +324 -0
- package/esm2015/components/lookup/lookup.module.js +20 -0
- package/esm2015/components/lookup/lookup.service.js +52 -0
- package/esm2015/components/shared/http-client.service.js +165 -0
- package/esm2015/components/shared/shared.module.js +21 -0
- package/esm2015/components/spinner/index.js +3 -0
- package/esm2015/components/spinner/spinner-loader.component.js +12 -0
- package/esm2015/components/spinner/spinner-loader.module.js +23 -0
- package/esm2015/components/toast/index.js +4 -0
- package/esm2015/components/toast/toast.component.js +88 -0
- package/esm2015/components/toast/toast.module.js +20 -0
- package/esm2015/components/toast/toast.service.js +42 -0
- package/esm2015/components/type-admission/index.js +3 -0
- package/esm2015/components/type-admission/type-admission.module.js +14 -0
- package/esm2015/components/type-admission/type-admission.services.js +62 -0
- package/esm2015/components/utils/cnpj-validator.js +62 -0
- package/esm2015/components/utils/cpf-validator.js +45 -0
- package/esm2015/components/utils/date-validator/date-validators.js +144 -0
- package/esm2015/components/utils/helpers.js +476 -0
- package/esm2015/components/utils/validations.js +127 -0
- package/esm2015/components/vanilla/string-methods.js +22 -0
- package/esm2015/components/workstationgroup-lookup/autocomplete.service.js +111 -0
- package/esm2015/components/workstationgroup-lookup/index.js +3 -0
- package/esm2015/components/workstationgroup-lookup/lookup.service.js +142 -0
- package/esm2015/components/workstationgroup-lookup/workstationgroup-lookup.component.js +587 -0
- package/esm2015/components/workstationgroup-lookup/workstationgroup-lookup.dto.js +48 -0
- package/esm2015/components/workstationgroup-lookup/workstationgroup-lookup.module.js +21 -0
- package/esm2015/core/entities/entity-odata-parameter.js +33 -0
- package/esm2015/core/entities/index.js +2 -0
- package/esm2015/core/enums/companyIndicationType.js +18 -0
- package/esm2015/core/enums/comparetype.enumeration.js +14 -0
- package/esm2015/core/enums/coreFieldType.js +5 -0
- package/esm2015/core/enums/direction.enumeration.js +6 -0
- package/esm2015/core/enums/httpRequestType.js +6 -0
- package/esm2015/core/enums/index.js +14 -0
- package/esm2015/core/enums/menu-type.enumeration.js +6 -0
- package/esm2015/core/enums/moduleType.js +22 -0
- package/esm2015/core/enums/operators.enumeration.js +14 -0
- package/esm2015/core/enums/parameter-type.enumeration.js +12 -0
- package/esm2015/core/enums/report-format.enumeration.js +12 -0
- package/esm2015/core/enums/report-stage.enumeration.js +12 -0
- package/esm2015/core/enums/serviceType.js +9 -0
- package/esm2015/core/enums/usingType.js +42 -0
- package/esm2015/core/interfaces/date-compare-options.js +1 -0
- package/esm2015/core/interfaces/date-validate-options.js +1 -0
- package/esm2015/core/interfaces/field-validators-object.js +1 -0
- package/esm2015/core/interfaces/index.js +1 -0
- package/esm2015/core/interfaces/pagination-data.js +1 -0
- package/esm2015/core/interfaces/report/domain-service.interface.js +1 -0
- package/esm2015/core/interfaces/report/generation-status.interface.js +1 -0
- package/esm2015/core/interfaces/report/get-parameters-out.interface.js +1 -0
- package/esm2015/core/interfaces/report/index.js +1 -0
- package/esm2015/core/interfaces/report/lookup-parameter.interface.js +1 -0
- package/esm2015/core/interfaces/report/parameter-def.interface.js +1 -0
- package/esm2015/core/interfaces/report/parameter-value.interface.js +1 -0
- package/esm2015/core/interfaces/report/report-header.interface.js +1 -0
- package/esm2015/core/interfaces/report/report-in.interface.js +1 -0
- package/esm2015/core/interfaces/report/report-menu.interface.js +1 -0
- package/esm2015/core/interfaces/report/report-out.interface.js +1 -0
- package/esm2015/core/interfaces/report/report.interface.js +1 -0
- package/esm2015/public_api.js +52 -58
- package/esm2015/senior-gestao-pessoas-payroll-core.js +19 -24
- package/esm2015/services/autocomplete-parameters.service.js +116 -0
- package/esm2015/services/company-indications.service.js +42 -0
- package/esm2015/services/form-comparator.service.js +99 -0
- package/esm2015/services/integration.service.js +19 -0
- package/esm2015/services/lookup-parameters.service.js +345 -0
- package/esm2015/services/permissions.service.js +89 -0
- package/esm2015/services/report.service.js +109 -0
- package/esm2015/services/services.module.js +29 -0
- package/esm2015/services/workflow-data.service.js +26 -0
- package/esm2015/services/workflow-integrator.service.js +248 -0
- package/esm5/components/admission-draft-summary/admission-draft-summary.component.js +109 -0
- package/esm5/components/admission-draft-summary/admission-draft-summary.module.js +20 -0
- package/esm5/components/admission-draft-summary/admission-draft-summary.service.js +28 -0
- package/esm5/components/admission-draft-summary/index.js +4 -0
- package/esm5/components/block-ui/block-ui.component.js +22 -0
- package/esm5/components/block-ui/block-ui.module.js +28 -0
- package/esm5/components/block-ui/index.js +3 -0
- package/esm5/components/breadcrumb/breadcrumb.component.js +79 -0
- package/esm5/components/breadcrumb/breadcrumb.module.js +28 -0
- package/esm5/components/breadcrumb/index.js +3 -0
- package/esm5/components/control-messages-error/control-messages-error.component.js +34 -0
- package/esm5/components/control-messages-error/control-messages-error.module.js +20 -0
- package/esm5/components/control-messages-error/index.js +3 -0
- package/esm5/components/custom-fields/custom-fields.component.js +33 -0
- package/esm5/components/custom-fields/custom-fields.module.js +34 -0
- package/esm5/components/custom-fields/index.js +3 -0
- package/esm5/components/data-list/data-list.component.js +338 -0
- package/esm5/components/data-list/data-list.module.js +31 -0
- package/esm5/components/data-list/data-list.service.js +20 -0
- package/esm5/components/data-list/entity-odata-response.js +40 -0
- package/esm5/components/data-list/index.js +2 -0
- package/esm5/components/data-list-rest/data-list-rest.component.js +264 -0
- package/esm5/components/data-list-rest/data-list-rest.module.js +31 -0
- package/esm5/components/data-list-rest/data-list-rest.service.js +20 -0
- package/esm5/components/data-list-rest/index.js +2 -0
- package/esm5/components/directives/directives.module.js +20 -0
- package/esm5/components/directives/index.js +4 -0
- package/esm5/components/directives/name-not-spaces.directive.js +32 -0
- package/esm5/components/directives/only-number.directive.js +42 -0
- package/esm5/components/employee-selector/employee-selector.component.js +75 -0
- package/esm5/components/employee-selector/employee-selector.module.js +21 -0
- package/esm5/components/employee-selector/index.js +3 -0
- package/esm5/components/employee-summary/employee-summary.component.js +111 -0
- package/esm5/components/employee-summary/employee-summary.module.js +20 -0
- package/esm5/components/employee-summary/employee-summary.service.js +34 -0
- package/esm5/components/employee-summary/index.js +4 -0
- package/esm5/components/error-page/error-page.component.js +17 -0
- package/esm5/components/error-page/error-page.module.js +19 -0
- package/esm5/components/error-page/index.js +3 -0
- package/esm5/components/field-validator/field-validator.component.js +42 -0
- package/esm5/components/field-validator/field-validator.module.js +21 -0
- package/esm5/components/field-validator/index.js +3 -0
- package/esm5/components/file-upload/file-upload.component.js +138 -0
- package/esm5/components/file-upload/file-upload.module.js +22 -0
- package/esm5/components/file-upload/file-upload.service.js +45 -0
- package/esm5/components/file-upload/index.js +3 -0
- package/esm5/components/from-to/from-to.component.js +18 -0
- package/esm5/components/from-to/from-to.module.js +22 -0
- package/esm5/components/from-to/index.js +3 -0
- package/esm5/components/historical-bank-account/historical-bank-account-form/historical-bank-account-form.component.js +353 -0
- package/esm5/components/historical-bank-account/historical-bank-account.component.js +363 -0
- package/esm5/components/historical-bank-account/historical-bank-account.module.js +59 -0
- package/esm5/components/historical-bank-account/historical-bank-account.service.js +22 -0
- package/esm5/components/historical-bank-account/index.js +4 -0
- package/esm5/components/historical-bank-account-list/historical-bank-account-list.component.js +243 -0
- package/esm5/components/historical-bank-account-list/historical-bank-account-list.module.js +42 -0
- package/esm5/components/historical-bank-account-list/historical-bank-account-list.service.js +37 -0
- package/esm5/components/historical-bank-account-list/index.js +4 -0
- package/esm5/components/image-cropper/image-crop.component.js +164 -0
- package/esm5/components/image-cropper/image-crop.module.js +41 -0
- package/esm5/components/image-cropper/image-crop.service.js +106 -0
- package/esm5/components/image-cropper/index.js +4 -0
- package/esm5/components/input-date/index.js +3 -0
- package/esm5/components/input-date/input-date.component.js +129 -0
- package/esm5/components/input-date/input-date.module.js +20 -0
- package/esm5/components/input-date-model/index.js +3 -0
- package/esm5/components/input-date-model/input-date-model.component.js +110 -0
- package/esm5/components/input-date-model/input-date-model.module.js +20 -0
- package/esm5/components/input-rest-auto-complete/index.js +4 -0
- package/esm5/components/input-rest-auto-complete/input-rest-auto-complete.component.js +317 -0
- package/esm5/components/input-rest-auto-complete/input-rest-auto-complete.module.js +24 -0
- package/esm5/components/input-rest-auto-complete/input-rest-auto-complete.service.js +22 -0
- package/esm5/components/input-rest-auto-complete-employee/index.js +3 -0
- package/esm5/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.component.js +192 -0
- package/esm5/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.module.js +31 -0
- package/esm5/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.service.js +21 -0
- package/esm5/components/input-rest-auto-complete-employee-model/index.js +3 -0
- package/esm5/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.component.js +185 -0
- package/esm5/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.module.js +31 -0
- package/esm5/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.service.js +21 -0
- package/esm5/components/input-rest-auto-complete-enum/index.js +4 -0
- package/esm5/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.component.js +162 -0
- package/esm5/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.module.js +31 -0
- package/esm5/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.service.js +24 -0
- package/esm5/components/input-rest-auto-complete-jobposition/index.js +4 -0
- package/esm5/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.component.js +176 -0
- package/esm5/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.module.js +31 -0
- package/esm5/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.service.js +21 -0
- package/esm5/components/input-rest-auto-complete-model/index.js +3 -0
- package/esm5/components/input-rest-auto-complete-model/input-rest-auto-complete-model.component.js +234 -0
- package/esm5/components/input-rest-auto-complete-model/input-rest-auto-complete-model.module.js +31 -0
- package/esm5/components/input-rest-auto-complete-model/input-rest-auto-complete-model.service.js +22 -0
- package/esm5/components/input-rest-auto-complete-model-enum/index.js +3 -0
- package/esm5/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.component.js +130 -0
- package/esm5/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.module.js +31 -0
- package/esm5/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.service.js +24 -0
- package/esm5/components/list-rest/index.js +3 -0
- package/esm5/components/list-rest/list-rest.component.js +119 -0
- package/esm5/components/list-rest/list-rest.module.js +36 -0
- package/esm5/components/list-rest/list-rest.service.js +24 -0
- package/esm5/components/lookup/index.js +2 -0
- package/esm5/components/lookup/lookup.component.js +339 -0
- package/esm5/components/lookup/lookup.module.js +23 -0
- package/esm5/components/lookup/lookup.service.js +54 -0
- package/esm5/components/shared/http-client.service.js +179 -0
- package/esm5/components/shared/shared.module.js +22 -0
- package/esm5/components/spinner/index.js +3 -0
- package/esm5/components/spinner/spinner-loader.component.js +15 -0
- package/esm5/components/spinner/spinner-loader.module.js +26 -0
- package/esm5/components/toast/index.js +4 -0
- package/esm5/components/toast/toast.component.js +88 -0
- package/esm5/components/toast/toast.module.js +23 -0
- package/esm5/components/toast/toast.service.js +47 -0
- package/esm5/components/type-admission/index.js +3 -0
- package/esm5/components/type-admission/type-admission.module.js +17 -0
- package/esm5/components/type-admission/type-admission.services.js +75 -0
- package/esm5/components/utils/cnpj-validator.js +66 -0
- package/esm5/components/utils/cpf-validator.js +49 -0
- package/esm5/components/utils/date-validator/date-validators.js +149 -0
- package/esm5/components/utils/helpers.js +502 -0
- package/esm5/components/utils/validations.js +131 -0
- package/esm5/components/vanilla/string-methods.js +24 -0
- package/esm5/components/workstationgroup-lookup/autocomplete.service.js +124 -0
- package/esm5/components/workstationgroup-lookup/index.js +3 -0
- package/esm5/components/workstationgroup-lookup/lookup.service.js +147 -0
- package/esm5/components/workstationgroup-lookup/workstationgroup-lookup.component.js +609 -0
- package/esm5/components/workstationgroup-lookup/workstationgroup-lookup.dto.js +50 -0
- package/esm5/components/workstationgroup-lookup/workstationgroup-lookup.module.js +24 -0
- package/esm5/core/entities/entity-odata-parameter.js +47 -0
- package/esm5/core/entities/index.js +2 -0
- package/esm5/core/enums/companyIndicationType.js +18 -0
- package/esm5/core/enums/comparetype.enumeration.js +14 -0
- package/esm5/core/enums/coreFieldType.js +5 -0
- package/esm5/core/enums/direction.enumeration.js +6 -0
- package/esm5/core/enums/httpRequestType.js +6 -0
- package/esm5/core/enums/index.js +14 -0
- package/esm5/core/enums/menu-type.enumeration.js +6 -0
- package/esm5/core/enums/moduleType.js +22 -0
- package/esm5/core/enums/operators.enumeration.js +14 -0
- package/esm5/core/enums/parameter-type.enumeration.js +12 -0
- package/esm5/core/enums/report-format.enumeration.js +12 -0
- package/esm5/core/enums/report-stage.enumeration.js +12 -0
- package/esm5/core/enums/serviceType.js +9 -0
- package/esm5/core/enums/usingType.js +42 -0
- package/esm5/core/interfaces/date-compare-options.js +1 -0
- package/esm5/core/interfaces/date-validate-options.js +1 -0
- package/esm5/core/interfaces/field-validators-object.js +1 -0
- package/esm5/core/interfaces/index.js +1 -0
- package/esm5/core/interfaces/pagination-data.js +1 -0
- package/esm5/core/interfaces/report/domain-service.interface.js +1 -0
- package/esm5/core/interfaces/report/generation-status.interface.js +1 -0
- package/esm5/core/interfaces/report/get-parameters-out.interface.js +1 -0
- package/esm5/core/interfaces/report/index.js +1 -0
- package/esm5/core/interfaces/report/lookup-parameter.interface.js +1 -0
- package/esm5/core/interfaces/report/parameter-def.interface.js +1 -0
- package/esm5/core/interfaces/report/parameter-value.interface.js +1 -0
- package/esm5/core/interfaces/report/report-header.interface.js +1 -0
- package/esm5/core/interfaces/report/report-in.interface.js +1 -0
- package/esm5/core/interfaces/report/report-menu.interface.js +1 -0
- package/esm5/core/interfaces/report/report-out.interface.js +1 -0
- package/esm5/core/interfaces/report/report.interface.js +1 -0
- package/esm5/public_api.js +52 -58
- package/esm5/senior-gestao-pessoas-payroll-core.js +19 -24
- package/esm5/services/autocomplete-parameters.service.js +129 -0
- package/esm5/services/company-indications.service.js +43 -0
- package/esm5/services/form-comparator.service.js +119 -0
- package/esm5/services/integration.service.js +20 -0
- package/esm5/services/lookup-parameters.service.js +362 -0
- package/esm5/services/permissions.service.js +100 -0
- package/esm5/services/report.service.js +110 -0
- package/esm5/services/services.module.js +32 -0
- package/esm5/services/workflow-data.service.js +27 -0
- package/esm5/services/workflow-integrator.service.js +361 -0
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +2941 -8860
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +3001 -10870
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/package.json +7 -1
- package/public_api.d.ts +52 -52
- package/senior-gestao-pessoas-payroll-core.d.ts +17 -17
- package/senior-gestao-pessoas-payroll-core.metadata.json +1 -1
- package/esm2015/lib/components/admission-draft-summary/admission-draft-summary.component.js +0 -203
- package/esm2015/lib/components/admission-draft-summary/admission-draft-summary.module.js +0 -20
- package/esm2015/lib/components/admission-draft-summary/admission-draft-summary.service.js +0 -59
- package/esm2015/lib/components/admission-draft-summary/index.js +0 -9
- package/esm2015/lib/components/block-ui/block-ui.component.js +0 -26
- package/esm2015/lib/components/block-ui/block-ui.module.js +0 -28
- package/esm2015/lib/components/block-ui/index.js +0 -8
- package/esm2015/lib/components/breadcrumb/breadcrumb.component.js +0 -151
- package/esm2015/lib/components/breadcrumb/breadcrumb.module.js +0 -28
- package/esm2015/lib/components/breadcrumb/index.js +0 -8
- package/esm2015/lib/components/control-messages-error/control-messages-error.component.js +0 -41
- package/esm2015/lib/components/control-messages-error/control-messages-error.module.js +0 -20
- package/esm2015/lib/components/control-messages-error/index.js +0 -8
- package/esm2015/lib/components/custom-fields/custom-fields.component.js +0 -65
- package/esm2015/lib/components/custom-fields/custom-fields.module.js +0 -34
- package/esm2015/lib/components/custom-fields/index.js +0 -8
- package/esm2015/lib/components/data-list/data-list.component.js +0 -456
- package/esm2015/lib/components/data-list/data-list.module.js +0 -31
- package/esm2015/lib/components/data-list/data-list.service.js +0 -38
- package/esm2015/lib/components/data-list/entity-odata-response.js +0 -72
- package/esm2015/lib/components/data-list/index.js +0 -7
- package/esm2015/lib/components/data-list-rest/data-list-rest.component.js +0 -346
- package/esm2015/lib/components/data-list-rest/data-list-rest.module.js +0 -31
- package/esm2015/lib/components/data-list-rest/data-list-rest.service.js +0 -38
- package/esm2015/lib/components/data-list-rest/index.js +0 -7
- package/esm2015/lib/components/directives/directives.module.js +0 -20
- package/esm2015/lib/components/directives/index.js +0 -9
- package/esm2015/lib/components/directives/name-not-spaces.directive.js +0 -59
- package/esm2015/lib/components/directives/only-number.directive.js +0 -60
- package/esm2015/lib/components/employee-selector/employee-selector.component.js +0 -145
- package/esm2015/lib/components/employee-selector/employee-selector.module.js +0 -21
- package/esm2015/lib/components/employee-selector/index.js +0 -8
- package/esm2015/lib/components/employee-summary/employee-summary.component.js +0 -200
- package/esm2015/lib/components/employee-summary/employee-summary.module.js +0 -20
- package/esm2015/lib/components/employee-summary/employee-summary.service.js +0 -74
- package/esm2015/lib/components/employee-summary/index.js +0 -9
- package/esm2015/lib/components/error-page/error-page.component.js +0 -23
- package/esm2015/lib/components/error-page/error-page.module.js +0 -19
- package/esm2015/lib/components/error-page/index.js +0 -8
- package/esm2015/lib/components/field-validator/field-validator.component.js +0 -64
- package/esm2015/lib/components/field-validator/field-validator.module.js +0 -21
- package/esm2015/lib/components/field-validator/index.js +0 -8
- package/esm2015/lib/components/file-upload/file-upload.component.js +0 -220
- package/esm2015/lib/components/file-upload/file-upload.module.js +0 -22
- package/esm2015/lib/components/file-upload/file-upload.service.js +0 -83
- package/esm2015/lib/components/file-upload/index.js +0 -8
- package/esm2015/lib/components/from-to/from-to.component.js +0 -25
- package/esm2015/lib/components/from-to/from-to.module.js +0 -22
- package/esm2015/lib/components/from-to/index.js +0 -8
- package/esm2015/lib/components/historical-bank-account/historical-bank-account-form/historical-bank-account-form.component.js +0 -514
- package/esm2015/lib/components/historical-bank-account/historical-bank-account.component.js +0 -542
- package/esm2015/lib/components/historical-bank-account/historical-bank-account.module.js +0 -59
- package/esm2015/lib/components/historical-bank-account/historical-bank-account.service.js +0 -40
- package/esm2015/lib/components/historical-bank-account/index.js +0 -9
- package/esm2015/lib/components/historical-bank-account-list/historical-bank-account-list.component.js +0 -359
- package/esm2015/lib/components/historical-bank-account-list/historical-bank-account-list.module.js +0 -42
- package/esm2015/lib/components/historical-bank-account-list/historical-bank-account-list.service.js +0 -62
- package/esm2015/lib/components/historical-bank-account-list/index.js +0 -9
- package/esm2015/lib/components/image-cropper/image-crop.component.js +0 -248
- package/esm2015/lib/components/image-cropper/image-crop.module.js +0 -38
- package/esm2015/lib/components/image-cropper/image-crop.service.js +0 -164
- package/esm2015/lib/components/image-cropper/index.js +0 -9
- package/esm2015/lib/components/input-date/index.js +0 -8
- package/esm2015/lib/components/input-date/input-date.component.js +0 -189
- package/esm2015/lib/components/input-date/input-date.module.js +0 -20
- package/esm2015/lib/components/input-date-model/index.js +0 -8
- package/esm2015/lib/components/input-date-model/input-date-model.component.js +0 -169
- package/esm2015/lib/components/input-date-model/input-date-model.module.js +0 -20
- package/esm2015/lib/components/input-rest-auto-complete/index.js +0 -9
- package/esm2015/lib/components/input-rest-auto-complete/input-rest-auto-complete.component.js +0 -444
- package/esm2015/lib/components/input-rest-auto-complete/input-rest-auto-complete.module.js +0 -24
- package/esm2015/lib/components/input-rest-auto-complete/input-rest-auto-complete.service.js +0 -40
- package/esm2015/lib/components/input-rest-auto-complete-employee/index.js +0 -8
- package/esm2015/lib/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.component.js +0 -263
- package/esm2015/lib/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.module.js +0 -31
- package/esm2015/lib/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.service.js +0 -40
- package/esm2015/lib/components/input-rest-auto-complete-employee-model/index.js +0 -8
- package/esm2015/lib/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.component.js +0 -253
- package/esm2015/lib/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.module.js +0 -31
- package/esm2015/lib/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.service.js +0 -40
- package/esm2015/lib/components/input-rest-auto-complete-enum/index.js +0 -9
- package/esm2015/lib/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.component.js +0 -209
- package/esm2015/lib/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.module.js +0 -31
- package/esm2015/lib/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.service.js +0 -44
- package/esm2015/lib/components/input-rest-auto-complete-jobposition/index.js +0 -9
- package/esm2015/lib/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.component.js +0 -254
- package/esm2015/lib/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.module.js +0 -31
- package/esm2015/lib/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.service.js +0 -40
- package/esm2015/lib/components/input-rest-auto-complete-model/index.js +0 -8
- package/esm2015/lib/components/input-rest-auto-complete-model/input-rest-auto-complete-model.component.js +0 -331
- package/esm2015/lib/components/input-rest-auto-complete-model/input-rest-auto-complete-model.module.js +0 -31
- package/esm2015/lib/components/input-rest-auto-complete-model/input-rest-auto-complete-model.service.js +0 -40
- package/esm2015/lib/components/input-rest-auto-complete-model-enum/index.js +0 -8
- package/esm2015/lib/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.component.js +0 -176
- package/esm2015/lib/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.module.js +0 -31
- package/esm2015/lib/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.service.js +0 -44
- package/esm2015/lib/components/list-rest/index.js +0 -8
- package/esm2015/lib/components/list-rest/list-rest.component.js +0 -192
- package/esm2015/lib/components/list-rest/list-rest.module.js +0 -36
- package/esm2015/lib/components/list-rest/list-rest.service.js +0 -48
- package/esm2015/lib/components/lookup/index.js +0 -7
- package/esm2015/lib/components/lookup/lookup.component.js +0 -471
- package/esm2015/lib/components/lookup/lookup.module.js +0 -23
- package/esm2015/lib/components/lookup/lookup.service.js +0 -91
- package/esm2015/lib/components/shared/http-client.service.js +0 -293
- package/esm2015/lib/components/shared/shared.module.js +0 -26
- package/esm2015/lib/components/spinner/index.js +0 -8
- package/esm2015/lib/components/spinner/spinner-loader.component.js +0 -15
- package/esm2015/lib/components/spinner/spinner-loader.module.js +0 -26
- package/esm2015/lib/components/toast/index.js +0 -9
- package/esm2015/lib/components/toast/toast.component.js +0 -156
- package/esm2015/lib/components/toast/toast.module.js +0 -23
- package/esm2015/lib/components/toast/toast.service.js +0 -76
- package/esm2015/lib/components/type-admission/index.js +0 -8
- package/esm2015/lib/components/type-admission/type-admission.module.js +0 -17
- package/esm2015/lib/components/type-admission/type-admission.services.js +0 -135
- package/esm2015/lib/components/utils/cnpj-validator.js +0 -82
- package/esm2015/lib/components/utils/cpf-validator.js +0 -76
- package/esm2015/lib/components/utils/date-validator/date-validators.js +0 -184
- package/esm2015/lib/components/utils/helpers.js +0 -737
- package/esm2015/lib/components/utils/validations.js +0 -237
- package/esm2015/lib/components/vanilla/string-methods.js +0 -37
- package/esm2015/lib/components/workstationgroup-lookup/autocomplete.service.js +0 -175
- package/esm2015/lib/components/workstationgroup-lookup/index.js +0 -8
- package/esm2015/lib/components/workstationgroup-lookup/lookup.service.js +0 -254
- package/esm2015/lib/components/workstationgroup-lookup/workstationgroup-lookup.component.js +0 -832
- package/esm2015/lib/components/workstationgroup-lookup/workstationgroup-lookup.dto.js +0 -193
- package/esm2015/lib/components/workstationgroup-lookup/workstationgroup-lookup.module.js +0 -24
- package/esm2015/lib/core/entities/entity-odata-parameter.js +0 -82
- package/esm2015/lib/core/entities/index.js +0 -7
- package/esm2015/lib/core/enums/companyIndicationType.js +0 -24
- package/esm2015/lib/core/enums/comparetype.enumeration.js +0 -16
- package/esm2015/lib/core/enums/coreFieldType.js +0 -11
- package/esm2015/lib/core/enums/direction.enumeration.js +0 -12
- package/esm2015/lib/core/enums/httpRequestType.js +0 -12
- package/esm2015/lib/core/enums/index.js +0 -19
- package/esm2015/lib/core/enums/menu-type.enumeration.js +0 -12
- package/esm2015/lib/core/enums/moduleType.js +0 -28
- package/esm2015/lib/core/enums/operators.enumeration.js +0 -20
- package/esm2015/lib/core/enums/parameter-type.enumeration.js +0 -18
- package/esm2015/lib/core/enums/report-format.enumeration.js +0 -18
- package/esm2015/lib/core/enums/report-stage.enumeration.js +0 -18
- package/esm2015/lib/core/enums/serviceType.js +0 -15
- package/esm2015/lib/core/enums/usingType.js +0 -48
- package/esm2015/lib/core/interfaces/date-compare-options.js +0 -19
- package/esm2015/lib/core/interfaces/date-validate-options.js +0 -17
- package/esm2015/lib/core/interfaces/field-validators-object.js +0 -20
- package/esm2015/lib/core/interfaces/index.js +0 -10
- package/esm2015/lib/core/interfaces/pagination-data.js +0 -18
- package/esm2015/lib/core/interfaces/report/domain-service.interface.js +0 -16
- package/esm2015/lib/core/interfaces/report/generation-status.interface.js +0 -22
- package/esm2015/lib/core/interfaces/report/get-parameters-out.interface.js +0 -16
- package/esm2015/lib/core/interfaces/report/index.js +0 -15
- package/esm2015/lib/core/interfaces/report/lookup-parameter.interface.js +0 -20
- package/esm2015/lib/core/interfaces/report/parameter-def.interface.js +0 -20
- package/esm2015/lib/core/interfaces/report/parameter-value.interface.js +0 -16
- package/esm2015/lib/core/interfaces/report/report-header.interface.js +0 -16
- package/esm2015/lib/core/interfaces/report/report-in.interface.js +0 -20
- package/esm2015/lib/core/interfaces/report/report-menu.interface.js +0 -18
- package/esm2015/lib/core/interfaces/report/report-out.interface.js +0 -14
- package/esm2015/lib/core/interfaces/report/report.interface.js +0 -48
- package/esm2015/lib/services/autocomplete-parameters.service.js +0 -180
- package/esm2015/lib/services/company-indications.service.js +0 -101
- package/esm2015/lib/services/form-comparator.service.js +0 -208
- package/esm2015/lib/services/integration.service.js +0 -37
- package/esm2015/lib/services/lookup-parameters.service.js +0 -557
- package/esm2015/lib/services/permissions.service.js +0 -218
- package/esm2015/lib/services/report.service.js +0 -161
- package/esm2015/lib/services/services.module.js +0 -32
- package/esm2015/lib/services/workflow-data.service.js +0 -57
- package/esm2015/lib/services/workflow-integrator.service.js +0 -416
- package/esm5/lib/components/admission-draft-summary/admission-draft-summary.component.js +0 -214
- package/esm5/lib/components/admission-draft-summary/admission-draft-summary.module.js +0 -24
- package/esm5/lib/components/admission-draft-summary/admission-draft-summary.service.js +0 -71
- package/esm5/lib/components/admission-draft-summary/index.js +0 -9
- package/esm5/lib/components/block-ui/block-ui.component.js +0 -30
- package/esm5/lib/components/block-ui/block-ui.module.js +0 -32
- package/esm5/lib/components/block-ui/index.js +0 -8
- package/esm5/lib/components/breadcrumb/breadcrumb.component.js +0 -170
- package/esm5/lib/components/breadcrumb/breadcrumb.module.js +0 -32
- package/esm5/lib/components/breadcrumb/index.js +0 -8
- package/esm5/lib/components/control-messages-error/control-messages-error.component.js +0 -48
- package/esm5/lib/components/control-messages-error/control-messages-error.module.js +0 -24
- package/esm5/lib/components/control-messages-error/index.js +0 -8
- package/esm5/lib/components/custom-fields/custom-fields.component.js +0 -70
- package/esm5/lib/components/custom-fields/custom-fields.module.js +0 -38
- package/esm5/lib/components/custom-fields/index.js +0 -8
- package/esm5/lib/components/data-list/data-list.component.js +0 -557
- package/esm5/lib/components/data-list/data-list.module.js +0 -35
- package/esm5/lib/components/data-list/data-list.service.js +0 -42
- package/esm5/lib/components/data-list/entity-odata-response.js +0 -83
- package/esm5/lib/components/data-list/index.js +0 -7
- package/esm5/lib/components/data-list-rest/data-list-rest.component.js +0 -406
- package/esm5/lib/components/data-list-rest/data-list-rest.module.js +0 -35
- package/esm5/lib/components/data-list-rest/data-list-rest.service.js +0 -42
- package/esm5/lib/components/data-list-rest/index.js +0 -7
- package/esm5/lib/components/directives/directives.module.js +0 -24
- package/esm5/lib/components/directives/index.js +0 -9
- package/esm5/lib/components/directives/name-not-spaces.directive.js +0 -66
- package/esm5/lib/components/directives/only-number.directive.js +0 -63
- package/esm5/lib/components/employee-selector/employee-selector.component.js +0 -168
- package/esm5/lib/components/employee-selector/employee-selector.module.js +0 -25
- package/esm5/lib/components/employee-selector/index.js +0 -8
- package/esm5/lib/components/employee-summary/employee-summary.component.js +0 -212
- package/esm5/lib/components/employee-summary/employee-summary.module.js +0 -24
- package/esm5/lib/components/employee-summary/employee-summary.service.js +0 -95
- package/esm5/lib/components/employee-summary/index.js +0 -9
- package/esm5/lib/components/error-page/error-page.component.js +0 -29
- package/esm5/lib/components/error-page/error-page.module.js +0 -23
- package/esm5/lib/components/error-page/index.js +0 -8
- package/esm5/lib/components/field-validator/field-validator.component.js +0 -74
- package/esm5/lib/components/field-validator/field-validator.module.js +0 -25
- package/esm5/lib/components/field-validator/index.js +0 -8
- package/esm5/lib/components/file-upload/file-upload.component.js +0 -261
- package/esm5/lib/components/file-upload/file-upload.module.js +0 -26
- package/esm5/lib/components/file-upload/file-upload.service.js +0 -99
- package/esm5/lib/components/file-upload/index.js +0 -8
- package/esm5/lib/components/from-to/from-to.component.js +0 -28
- package/esm5/lib/components/from-to/from-to.module.js +0 -26
- package/esm5/lib/components/from-to/index.js +0 -8
- package/esm5/lib/components/historical-bank-account/historical-bank-account-form/historical-bank-account-form.component.js +0 -657
- package/esm5/lib/components/historical-bank-account/historical-bank-account.component.js +0 -624
- package/esm5/lib/components/historical-bank-account/historical-bank-account.module.js +0 -63
- package/esm5/lib/components/historical-bank-account/historical-bank-account.service.js +0 -46
- package/esm5/lib/components/historical-bank-account/index.js +0 -9
- package/esm5/lib/components/historical-bank-account-list/historical-bank-account-list.component.js +0 -402
- package/esm5/lib/components/historical-bank-account-list/historical-bank-account-list.module.js +0 -46
- package/esm5/lib/components/historical-bank-account-list/historical-bank-account-list.service.js +0 -68
- package/esm5/lib/components/historical-bank-account-list/index.js +0 -9
- package/esm5/lib/components/image-cropper/image-crop.component.js +0 -287
- package/esm5/lib/components/image-cropper/image-crop.module.js +0 -39
- package/esm5/lib/components/image-cropper/image-crop.service.js +0 -221
- package/esm5/lib/components/image-cropper/index.js +0 -9
- package/esm5/lib/components/input-date/index.js +0 -8
- package/esm5/lib/components/input-date/input-date.component.js +0 -218
- package/esm5/lib/components/input-date/input-date.module.js +0 -24
- package/esm5/lib/components/input-date-model/index.js +0 -8
- package/esm5/lib/components/input-date-model/input-date-model.component.js +0 -190
- package/esm5/lib/components/input-date-model/input-date-model.module.js +0 -24
- package/esm5/lib/components/input-rest-auto-complete/index.js +0 -9
- package/esm5/lib/components/input-rest-auto-complete/input-rest-auto-complete.component.js +0 -497
- package/esm5/lib/components/input-rest-auto-complete/input-rest-auto-complete.module.js +0 -28
- package/esm5/lib/components/input-rest-auto-complete/input-rest-auto-complete.service.js +0 -46
- package/esm5/lib/components/input-rest-auto-complete-employee/index.js +0 -8
- package/esm5/lib/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.component.js +0 -300
- package/esm5/lib/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.module.js +0 -35
- package/esm5/lib/components/input-rest-auto-complete-employee/input-rest-auto-complete-employee.service.js +0 -44
- package/esm5/lib/components/input-rest-auto-complete-employee-model/index.js +0 -8
- package/esm5/lib/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.component.js +0 -291
- package/esm5/lib/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.module.js +0 -35
- package/esm5/lib/components/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.service.js +0 -44
- package/esm5/lib/components/input-rest-auto-complete-enum/index.js +0 -9
- package/esm5/lib/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.component.js +0 -252
- package/esm5/lib/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.module.js +0 -35
- package/esm5/lib/components/input-rest-auto-complete-enum/input-rest-auto-complete-enum.service.js +0 -48
- package/esm5/lib/components/input-rest-auto-complete-jobposition/index.js +0 -9
- package/esm5/lib/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.component.js +0 -302
- package/esm5/lib/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.module.js +0 -35
- package/esm5/lib/components/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.service.js +0 -44
- package/esm5/lib/components/input-rest-auto-complete-model/index.js +0 -8
- package/esm5/lib/components/input-rest-auto-complete-model/input-rest-auto-complete-model.component.js +0 -379
- package/esm5/lib/components/input-rest-auto-complete-model/input-rest-auto-complete-model.module.js +0 -35
- package/esm5/lib/components/input-rest-auto-complete-model/input-rest-auto-complete-model.service.js +0 -46
- package/esm5/lib/components/input-rest-auto-complete-model-enum/index.js +0 -8
- package/esm5/lib/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.component.js +0 -206
- package/esm5/lib/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.module.js +0 -35
- package/esm5/lib/components/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.service.js +0 -48
- package/esm5/lib/components/list-rest/index.js +0 -8
- package/esm5/lib/components/list-rest/list-rest.component.js +0 -219
- package/esm5/lib/components/list-rest/list-rest.module.js +0 -40
- package/esm5/lib/components/list-rest/list-rest.service.js +0 -57
- package/esm5/lib/components/lookup/index.js +0 -7
- package/esm5/lib/components/lookup/lookup.component.js +0 -600
- package/esm5/lib/components/lookup/lookup.module.js +0 -27
- package/esm5/lib/components/lookup/lookup.service.js +0 -94
- package/esm5/lib/components/shared/http-client.service.js +0 -355
- package/esm5/lib/components/shared/shared.module.js +0 -28
- package/esm5/lib/components/spinner/index.js +0 -8
- package/esm5/lib/components/spinner/spinner-loader.component.js +0 -19
- package/esm5/lib/components/spinner/spinner-loader.module.js +0 -30
- package/esm5/lib/components/toast/index.js +0 -9
- package/esm5/lib/components/toast/toast.component.js +0 -173
- package/esm5/lib/components/toast/toast.module.js +0 -27
- package/esm5/lib/components/toast/toast.service.js +0 -123
- package/esm5/lib/components/type-admission/index.js +0 -8
- package/esm5/lib/components/type-admission/type-admission.module.js +0 -21
- package/esm5/lib/components/type-admission/type-admission.services.js +0 -191
- package/esm5/lib/components/utils/cnpj-validator.js +0 -94
- package/esm5/lib/components/utils/cpf-validator.js +0 -98
- package/esm5/lib/components/utils/date-validator/date-validators.js +0 -289
- package/esm5/lib/components/utils/helpers.js +0 -763
- package/esm5/lib/components/utils/validations.js +0 -241
- package/esm5/lib/components/vanilla/string-methods.js +0 -42
- package/esm5/lib/components/workstationgroup-lookup/autocomplete.service.js +0 -250
- package/esm5/lib/components/workstationgroup-lookup/index.js +0 -8
- package/esm5/lib/components/workstationgroup-lookup/lookup.service.js +0 -318
- package/esm5/lib/components/workstationgroup-lookup/workstationgroup-lookup.component.js +0 -908
- package/esm5/lib/components/workstationgroup-lookup/workstationgroup-lookup.dto.js +0 -200
- package/esm5/lib/components/workstationgroup-lookup/workstationgroup-lookup.module.js +0 -28
- package/esm5/lib/core/entities/entity-odata-parameter.js +0 -96
- package/esm5/lib/core/entities/index.js +0 -7
- package/esm5/lib/core/enums/companyIndicationType.js +0 -24
- package/esm5/lib/core/enums/comparetype.enumeration.js +0 -16
- package/esm5/lib/core/enums/coreFieldType.js +0 -11
- package/esm5/lib/core/enums/direction.enumeration.js +0 -12
- package/esm5/lib/core/enums/httpRequestType.js +0 -12
- package/esm5/lib/core/enums/index.js +0 -19
- package/esm5/lib/core/enums/menu-type.enumeration.js +0 -12
- package/esm5/lib/core/enums/moduleType.js +0 -28
- package/esm5/lib/core/enums/operators.enumeration.js +0 -20
- package/esm5/lib/core/enums/parameter-type.enumeration.js +0 -18
- package/esm5/lib/core/enums/report-format.enumeration.js +0 -18
- package/esm5/lib/core/enums/report-stage.enumeration.js +0 -18
- package/esm5/lib/core/enums/serviceType.js +0 -15
- package/esm5/lib/core/enums/usingType.js +0 -48
- package/esm5/lib/core/interfaces/date-compare-options.js +0 -19
- package/esm5/lib/core/interfaces/date-validate-options.js +0 -17
- package/esm5/lib/core/interfaces/field-validators-object.js +0 -20
- package/esm5/lib/core/interfaces/index.js +0 -10
- package/esm5/lib/core/interfaces/pagination-data.js +0 -18
- package/esm5/lib/core/interfaces/report/domain-service.interface.js +0 -16
- package/esm5/lib/core/interfaces/report/generation-status.interface.js +0 -22
- package/esm5/lib/core/interfaces/report/get-parameters-out.interface.js +0 -16
- package/esm5/lib/core/interfaces/report/index.js +0 -15
- package/esm5/lib/core/interfaces/report/lookup-parameter.interface.js +0 -20
- package/esm5/lib/core/interfaces/report/parameter-def.interface.js +0 -20
- package/esm5/lib/core/interfaces/report/parameter-value.interface.js +0 -16
- package/esm5/lib/core/interfaces/report/report-header.interface.js +0 -16
- package/esm5/lib/core/interfaces/report/report-in.interface.js +0 -20
- package/esm5/lib/core/interfaces/report/report-menu.interface.js +0 -18
- package/esm5/lib/core/interfaces/report/report-out.interface.js +0 -14
- package/esm5/lib/core/interfaces/report/report.interface.js +0 -48
- package/esm5/lib/services/autocomplete-parameters.service.js +0 -255
- package/esm5/lib/services/company-indications.service.js +0 -126
- package/esm5/lib/services/form-comparator.service.js +0 -278
- package/esm5/lib/services/integration.service.js +0 -40
- package/esm5/lib/services/lookup-parameters.service.js +0 -748
- package/esm5/lib/services/permissions.service.js +0 -253
- package/esm5/lib/services/report.service.js +0 -231
- package/esm5/lib/services/services.module.js +0 -36
- package/esm5/lib/services/workflow-data.service.js +0 -73
- package/esm5/lib/services/workflow-integrator.service.js +0 -715
- package/lib/components/data-list-rest/data-list-rest.component.d.ts +0 -59
- package/lib/components/workstationgroup-lookup/autocomplete.service.d.ts +0 -31
- package/locale/en-US.json +0 -120
- package/locale/es-ES.json +0 -120
- package/locale/fallback.ts +0 -3
- package/locale/locale.spec.ts +0 -100
- package/locale/pt-BR.json +0 -120
- /package/{lib/components → components}/admission-draft-summary/admission-draft-summary.component.d.ts +0 -0
- /package/{lib/components → components}/admission-draft-summary/admission-draft-summary.module.d.ts +0 -0
- /package/{lib/components → components}/admission-draft-summary/admission-draft-summary.service.d.ts +0 -0
- /package/{lib/components → components}/admission-draft-summary/index.d.ts +0 -0
- /package/{lib/components → components}/block-ui/block-ui.component.d.ts +0 -0
- /package/{lib/components → components}/block-ui/block-ui.module.d.ts +0 -0
- /package/{lib/components → components}/block-ui/index.d.ts +0 -0
- /package/{lib/components → components}/breadcrumb/breadcrumb.component.d.ts +0 -0
- /package/{lib/components → components}/breadcrumb/breadcrumb.module.d.ts +0 -0
- /package/{lib/components → components}/breadcrumb/index.d.ts +0 -0
- /package/{lib/components → components}/control-messages-error/control-messages-error.component.d.ts +0 -0
- /package/{lib/components → components}/control-messages-error/control-messages-error.module.d.ts +0 -0
- /package/{lib/components → components}/control-messages-error/index.d.ts +0 -0
- /package/{lib/components → components}/custom-fields/custom-fields.component.d.ts +0 -0
- /package/{lib/components → components}/custom-fields/custom-fields.module.d.ts +0 -0
- /package/{lib/components → components}/custom-fields/index.d.ts +0 -0
- /package/{lib/components → components}/data-list/data-list.component.d.ts +0 -0
- /package/{lib/components → components}/data-list/data-list.module.d.ts +0 -0
- /package/{lib/components → components}/data-list/data-list.service.d.ts +0 -0
- /package/{lib/components → components}/data-list/entity-odata-response.d.ts +0 -0
- /package/{lib/components → components}/data-list/index.d.ts +0 -0
- /package/{lib/components → components}/data-list-rest/data-list-rest.module.d.ts +0 -0
- /package/{lib/components → components}/data-list-rest/data-list-rest.service.d.ts +0 -0
- /package/{lib/components → components}/data-list-rest/index.d.ts +0 -0
- /package/{lib/components → components}/directives/directives.module.d.ts +0 -0
- /package/{lib/components → components}/directives/index.d.ts +0 -0
- /package/{lib/components → components}/directives/name-not-spaces.directive.d.ts +0 -0
- /package/{lib/components → components}/directives/only-number.directive.d.ts +0 -0
- /package/{lib/components → components}/employee-selector/employee-selector.component.d.ts +0 -0
- /package/{lib/components → components}/employee-selector/employee-selector.module.d.ts +0 -0
- /package/{lib/components → components}/employee-selector/index.d.ts +0 -0
- /package/{lib/components → components}/employee-summary/employee-summary.component.d.ts +0 -0
- /package/{lib/components → components}/employee-summary/employee-summary.module.d.ts +0 -0
- /package/{lib/components → components}/employee-summary/employee-summary.service.d.ts +0 -0
- /package/{lib/components → components}/employee-summary/index.d.ts +0 -0
- /package/{lib/components → components}/error-page/error-page.component.d.ts +0 -0
- /package/{lib/components → components}/error-page/error-page.module.d.ts +0 -0
- /package/{lib/components → components}/error-page/index.d.ts +0 -0
- /package/{lib/components → components}/field-validator/field-validator.component.d.ts +0 -0
- /package/{lib/components → components}/field-validator/field-validator.module.d.ts +0 -0
- /package/{lib/components → components}/field-validator/index.d.ts +0 -0
- /package/{lib/components → components}/file-upload/file-upload.component.d.ts +0 -0
- /package/{lib/components → components}/file-upload/file-upload.module.d.ts +0 -0
- /package/{lib/components → components}/file-upload/file-upload.service.d.ts +0 -0
- /package/{lib/components → components}/file-upload/index.d.ts +0 -0
- /package/{lib/components → components}/from-to/from-to.component.d.ts +0 -0
- /package/{lib/components → components}/from-to/from-to.module.d.ts +0 -0
- /package/{lib/components → components}/from-to/index.d.ts +0 -0
- /package/{lib/components → components}/historical-bank-account/historical-bank-account-form/historical-bank-account-form.component.d.ts +0 -0
- /package/{lib/components → components}/historical-bank-account/historical-bank-account.component.d.ts +0 -0
- /package/{lib/components → components}/historical-bank-account/historical-bank-account.module.d.ts +0 -0
- /package/{lib/components → components}/historical-bank-account/historical-bank-account.service.d.ts +0 -0
- /package/{lib/components → components}/historical-bank-account/index.d.ts +0 -0
- /package/{lib/components → components}/historical-bank-account-list/historical-bank-account-list.component.d.ts +0 -0
- /package/{lib/components → components}/historical-bank-account-list/historical-bank-account-list.module.d.ts +0 -0
- /package/{lib/components → components}/historical-bank-account-list/historical-bank-account-list.service.d.ts +0 -0
- /package/{lib/components → components}/historical-bank-account-list/index.d.ts +0 -0
- /package/{lib/components → components}/image-cropper/image-crop.component.d.ts +0 -0
- /package/{lib/components → components}/image-cropper/image-crop.module.d.ts +0 -0
- /package/{lib/components → components}/image-cropper/image-crop.service.d.ts +0 -0
- /package/{lib/components → components}/image-cropper/index.d.ts +0 -0
- /package/{lib/components → components}/input-date/index.d.ts +0 -0
- /package/{lib/components → components}/input-date/input-date.component.d.ts +0 -0
- /package/{lib/components → components}/input-date/input-date.module.d.ts +0 -0
- /package/{lib/components → components}/input-date-model/index.d.ts +0 -0
- /package/{lib/components → components}/input-date-model/input-date-model.component.d.ts +0 -0
- /package/{lib/components → components}/input-date-model/input-date-model.module.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete/index.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete/input-rest-auto-complete.component.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete/input-rest-auto-complete.module.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete/input-rest-auto-complete.service.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-employee/index.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-employee/input-rest-auto-complete-employee.component.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-employee/input-rest-auto-complete-employee.module.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-employee/input-rest-auto-complete-employee.service.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-employee-model/index.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.component.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.module.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-employee-model/input-rest-auto-complete-employee-model.service.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-enum/index.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-enum/input-rest-auto-complete-enum.component.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-enum/input-rest-auto-complete-enum.module.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-enum/input-rest-auto-complete-enum.service.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-jobposition/index.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.component.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.module.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-jobposition/input-rest-auto-complete-jobposition.service.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-model/index.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-model/input-rest-auto-complete-model.component.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-model/input-rest-auto-complete-model.module.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-model/input-rest-auto-complete-model.service.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-model-enum/index.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.component.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.module.d.ts +0 -0
- /package/{lib/components → components}/input-rest-auto-complete-model-enum/input-rest-auto-complete-model-enum.service.d.ts +0 -0
- /package/{lib/components → components}/list-rest/index.d.ts +0 -0
- /package/{lib/components → components}/list-rest/list-rest.component.d.ts +0 -0
- /package/{lib/components → components}/list-rest/list-rest.module.d.ts +0 -0
- /package/{lib/components → components}/list-rest/list-rest.service.d.ts +0 -0
- /package/{lib/components → components}/lookup/index.d.ts +0 -0
- /package/{lib/components → components}/lookup/lookup.component.d.ts +0 -0
- /package/{lib/components → components}/lookup/lookup.module.d.ts +0 -0
- /package/{lib/components → components}/lookup/lookup.service.d.ts +0 -0
- /package/{lib/components → components}/shared/http-client.service.d.ts +0 -0
- /package/{lib/components → components}/shared/shared.module.d.ts +0 -0
- /package/{lib/components → components}/spinner/index.d.ts +0 -0
- /package/{lib/components → components}/spinner/spinner-loader.component.d.ts +0 -0
- /package/{lib/components → components}/spinner/spinner-loader.module.d.ts +0 -0
- /package/{lib/components → components}/toast/index.d.ts +0 -0
- /package/{lib/components → components}/toast/toast.component.d.ts +0 -0
- /package/{lib/components → components}/toast/toast.module.d.ts +0 -0
- /package/{lib/components → components}/toast/toast.service.d.ts +0 -0
- /package/{lib/components → components}/type-admission/index.d.ts +0 -0
- /package/{lib/components → components}/type-admission/type-admission.module.d.ts +0 -0
- /package/{lib/components → components}/type-admission/type-admission.services.d.ts +0 -0
- /package/{lib/components → components}/utils/cnpj-validator.d.ts +0 -0
- /package/{lib/components → components}/utils/cpf-validator.d.ts +0 -0
- /package/{lib/components → components}/utils/date-validator/date-validators.d.ts +0 -0
- /package/{lib/components → components}/utils/helpers.d.ts +0 -0
- /package/{lib/components → components}/utils/validations.d.ts +0 -0
- /package/{lib/components → components}/vanilla/string-methods.d.ts +0 -0
- /package/{lib/components → components}/workstationgroup-lookup/index.d.ts +0 -0
- /package/{lib/components → components}/workstationgroup-lookup/lookup.service.d.ts +0 -0
- /package/{lib/components → components}/workstationgroup-lookup/workstationgroup-lookup.component.d.ts +0 -0
- /package/{lib/components → components}/workstationgroup-lookup/workstationgroup-lookup.dto.d.ts +0 -0
- /package/{lib/components → components}/workstationgroup-lookup/workstationgroup-lookup.module.d.ts +0 -0
- /package/{lib/core → core}/entities/entity-odata-parameter.d.ts +0 -0
- /package/{lib/core → core}/entities/index.d.ts +0 -0
- /package/{lib/core → core}/enums/companyIndicationType.d.ts +0 -0
- /package/{lib/core → core}/enums/comparetype.enumeration.d.ts +0 -0
- /package/{lib/core → core}/enums/coreFieldType.d.ts +0 -0
- /package/{lib/core → core}/enums/direction.enumeration.d.ts +0 -0
- /package/{lib/core → core}/enums/httpRequestType.d.ts +0 -0
- /package/{lib/core → core}/enums/index.d.ts +0 -0
- /package/{lib/core → core}/enums/menu-type.enumeration.d.ts +0 -0
- /package/{lib/core → core}/enums/moduleType.d.ts +0 -0
- /package/{lib/core → core}/enums/operators.enumeration.d.ts +0 -0
- /package/{lib/core → core}/enums/parameter-type.enumeration.d.ts +0 -0
- /package/{lib/core → core}/enums/report-format.enumeration.d.ts +0 -0
- /package/{lib/core → core}/enums/report-stage.enumeration.d.ts +0 -0
- /package/{lib/core → core}/enums/serviceType.d.ts +0 -0
- /package/{lib/core → core}/enums/usingType.d.ts +0 -0
- /package/{lib/core → core}/interfaces/date-compare-options.d.ts +0 -0
- /package/{lib/core → core}/interfaces/date-validate-options.d.ts +0 -0
- /package/{lib/core → core}/interfaces/field-validators-object.d.ts +0 -0
- /package/{lib/core → core}/interfaces/index.d.ts +0 -0
- /package/{lib/core → core}/interfaces/pagination-data.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/domain-service.interface.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/generation-status.interface.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/get-parameters-out.interface.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/index.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/lookup-parameter.interface.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/parameter-def.interface.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/parameter-value.interface.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/report-header.interface.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/report-in.interface.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/report-menu.interface.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/report-out.interface.d.ts +0 -0
- /package/{lib/core → core}/interfaces/report/report.interface.d.ts +0 -0
- /package/{lib/services → services}/autocomplete-parameters.service.d.ts +0 -0
- /package/{lib/services → services}/company-indications.service.d.ts +0 -0
- /package/{lib/services → services}/form-comparator.service.d.ts +0 -0
- /package/{lib/services → services}/integration.service.d.ts +0 -0
- /package/{lib/services → services}/lookup-parameters.service.d.ts +0 -0
- /package/{lib/services → services}/permissions.service.d.ts +0 -0
- /package/{lib/services → services}/report.service.d.ts +0 -0
- /package/{lib/services → services}/services.module.d.ts +0 -0
- /package/{lib/services → services}/workflow-data.service.d.ts +0 -0
- /package/{lib/services → services}/workflow-integrator.service.d.ts +0 -0
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { Table } from 'primeng/table';
|
|
3
|
-
import { DirectionEnumeration } from '../../core/enums';
|
|
4
|
-
import { DataListRestService } from './data-list-rest.service';
|
|
5
|
-
export declare class DataListRestComponent implements OnInit, OnDestroy {
|
|
6
|
-
private dataListService;
|
|
7
|
-
dataListTable: Table;
|
|
8
|
-
id: string;
|
|
9
|
-
dataKey: string;
|
|
10
|
-
rows: number;
|
|
11
|
-
emptyMessage: string;
|
|
12
|
-
columns: any[];
|
|
13
|
-
paginator: boolean;
|
|
14
|
-
first: number;
|
|
15
|
-
alwaysShowPaginator: boolean;
|
|
16
|
-
actions?: Function;
|
|
17
|
-
actionLabel: string;
|
|
18
|
-
selectionMode: string;
|
|
19
|
-
lazy: boolean;
|
|
20
|
-
isMultipleSelection: boolean;
|
|
21
|
-
isSortable: boolean;
|
|
22
|
-
showHeaderCheckBox: boolean;
|
|
23
|
-
sortMode: string;
|
|
24
|
-
endpoint: string;
|
|
25
|
-
totalRecords: number;
|
|
26
|
-
orderBy: {
|
|
27
|
-
field: string;
|
|
28
|
-
direction: DirectionEnumeration;
|
|
29
|
-
}[];
|
|
30
|
-
singularMessageRecords: string;
|
|
31
|
-
pluralMessageRecords: string;
|
|
32
|
-
keyPayload: string;
|
|
33
|
-
initParameters: any;
|
|
34
|
-
lazyLoad: EventEmitter<any>;
|
|
35
|
-
loadingChange: EventEmitter<any>;
|
|
36
|
-
listDataChange: EventEmitter<any>;
|
|
37
|
-
selectedDataChange: EventEmitter<any>;
|
|
38
|
-
headerCheckboxToggle: EventEmitter<any>;
|
|
39
|
-
private _loading;
|
|
40
|
-
private _listData;
|
|
41
|
-
private _selectedData;
|
|
42
|
-
private _searchParameters;
|
|
43
|
-
private ngUnsubscribe;
|
|
44
|
-
constructor(dataListService: DataListRestService);
|
|
45
|
-
ngOnInit(): void;
|
|
46
|
-
ngOnDestroy(): void;
|
|
47
|
-
getActions(data: any, index: number): any;
|
|
48
|
-
pagination(event: any): void;
|
|
49
|
-
onLazyLoad(event: any): void;
|
|
50
|
-
onFilter(): void;
|
|
51
|
-
readonly recordsMessage: string;
|
|
52
|
-
getlistData(size?: number, offset?: number): void;
|
|
53
|
-
onHeaderCheckboxToggle(event: any): void;
|
|
54
|
-
getFieldValue(rowData: any, col: any): any;
|
|
55
|
-
parameters: any;
|
|
56
|
-
loading: boolean;
|
|
57
|
-
listData: any[];
|
|
58
|
-
selectedData: any[];
|
|
59
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { HttpClientService } from '../../components/shared/http-client.service';
|
|
2
|
-
import { ServiceType } from '../../core/enums/serviceType';
|
|
3
|
-
export declare class AutocompleteService {
|
|
4
|
-
private httpClienteService;
|
|
5
|
-
constructor(httpClienteService: HttpClientService);
|
|
6
|
-
getAutoComplete(entity: string, params: object, searchFields: any, codeIsString: boolean, service: ServiceType): import("rxjs").Observable<any>;
|
|
7
|
-
getAutoCompleteQuery(query: string, params: object): import("rxjs").Observable<any>;
|
|
8
|
-
/**
|
|
9
|
-
* Gera os parametros de pesquisa via pesquisa na grid
|
|
10
|
-
* @param filterData
|
|
11
|
-
*/
|
|
12
|
-
private generateGridParameters;
|
|
13
|
-
/**
|
|
14
|
-
* Gera a string de consulta CRUD de um campo.
|
|
15
|
-
* @param type Tipo do campo.
|
|
16
|
-
* @param attribute Nome do atribute da entidade
|
|
17
|
-
* @param value Valor do campo
|
|
18
|
-
*/
|
|
19
|
-
private getParameterByType;
|
|
20
|
-
/**
|
|
21
|
-
* Retorna o filtro formatador para ser chamdo no endpoint
|
|
22
|
-
* @param valueFilterSearch valor pra adicionar no filtro
|
|
23
|
-
*/
|
|
24
|
-
private getParameterBySearchType;
|
|
25
|
-
/**
|
|
26
|
-
* Formata o filtro quando for "Ou"
|
|
27
|
-
* @param attribute
|
|
28
|
-
* @param value
|
|
29
|
-
*/
|
|
30
|
-
private getSearchFilterString;
|
|
31
|
-
}
|
package/locale/en-US.json
DELETED
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"hcm.payroll.success": "Success",
|
|
3
|
-
"hcm.payroll.warn": "Attention",
|
|
4
|
-
"hcm.payroll.error": "Error",
|
|
5
|
-
"hcm.payroll.action": "Actions",
|
|
6
|
-
"hcm.payroll.filter": "Filter",
|
|
7
|
-
"hcm.payroll.filters": "Filters",
|
|
8
|
-
"hcm.payroll.employees_addition_branch": "Branch",
|
|
9
|
-
"hcm.entry.employees_addition_company_placeholder": "Enter the company name or code",
|
|
10
|
-
"hcm.payroll.employees_addition_employee_type": "Worker type",
|
|
11
|
-
"hcm.payroll.employees_addition_employee_label": "Worker",
|
|
12
|
-
"hcm.payroll.employees_addition_local": "Location",
|
|
13
|
-
"hcm.payroll.employees_addition_year": "years",
|
|
14
|
-
"hcm.payroll.employees_clean_filters": "",
|
|
15
|
-
"hcm.payroll.employees_company": "Company",
|
|
16
|
-
"hcm.payroll.employees_company_placeholder": "Enter at least three characters to view suggestions",
|
|
17
|
-
"hcm.payroll.employees_employee_situation_type": "Worker's situation",
|
|
18
|
-
"hcm.payroll.employees_image_cropper_cancel": "Cancel",
|
|
19
|
-
"hcm.payroll.employees_image_cropper_delete": "Delete photo",
|
|
20
|
-
"hcm.payroll.employees_image_cropper_edit": "Edit photo",
|
|
21
|
-
"hcm.payroll.employees_image_cropper_save": "Save",
|
|
22
|
-
"hcm.payroll.employees_image_cropper_select": "Select photo",
|
|
23
|
-
"hcm.payroll.employees_image_cropper_view": "View",
|
|
24
|
-
"hcm.payroll.employees_image_cropper_viewing": "Select the photo to adjust it afterwards",
|
|
25
|
-
"hcm.payroll.file_upload_cancel_label": "",
|
|
26
|
-
"hcm.payroll.file_upload_choose_label": "",
|
|
27
|
-
"hcm.payroll.file_upload_remove_label": "",
|
|
28
|
-
"hcm.payroll.file_upload_success_tooltip": "",
|
|
29
|
-
"hcm.payroll.not_suggestions": "No suggestions returned",
|
|
30
|
-
"hcm.payroll.permission_error_page": "Access denied",
|
|
31
|
-
"hcm.payroll.permission_error_page_description": "You do not have permission to access this content",
|
|
32
|
-
"hcm.payroll.suggestions": "Type to receive suggestions",
|
|
33
|
-
"hcm.payroll.without_records": "No registers to display",
|
|
34
|
-
"hcm.payroll.lookup_generic_filter_label": "",
|
|
35
|
-
"hcm.payroll.lookup_generic_clean_filter_label": "Clean",
|
|
36
|
-
"hcm.payroll.lookup_generic_btn_cancel_label": "",
|
|
37
|
-
"hcm.payroll.lookup_btn_select_label": "Select",
|
|
38
|
-
"hcm.payroll.lookup_auto_complete_empty_message": "No results were found",
|
|
39
|
-
"hcm.payroll.lookup_search_total_records_label": "",
|
|
40
|
-
"hcm.payroll.attachments_max_mb": "This file exceeds the 50 Mb limit and was not attached.",
|
|
41
|
-
"hcm.payroll.attachments_max_length": "The selection exceeds the limit of 10 attachments per worker. Only the first 10 files were attached.",
|
|
42
|
-
"hcm.payroll.attachments_alert_error": "Some selected files exceed 50mb limit and were not attached",
|
|
43
|
-
"hcm.payroll.cancel": "Cancel",
|
|
44
|
-
"hcm.payroll.admission_register": "register",
|
|
45
|
-
"hcm.payroll.admission_registers": "registers",
|
|
46
|
-
"hcm.payroll.movimentation_generic_action": "Actions",
|
|
47
|
-
"hcm.payroll.employees_addition_workstation": "Job position",
|
|
48
|
-
"hcm.payroll.enum_WorkshiftScale_FIRST_SHIFT": "First shift",
|
|
49
|
-
"hcm.payroll.enum_WorkshiftScale_SECOND_SHIFT": "Second shift",
|
|
50
|
-
"hcm.payroll.enum_WorkshiftScale_THIRD_SHIFT": "Third shift",
|
|
51
|
-
"hcm.payroll.enum_WorkshiftScale_FOURTH_SHIFT": "Fourth shift",
|
|
52
|
-
"hcm.payroll.enum_WorkshiftScale_MIXED": "Mixed",
|
|
53
|
-
"hcm.payroll.enum_WorkshiftScale_GENERAL": "General",
|
|
54
|
-
"hcm.payroll.code": "Code",
|
|
55
|
-
"hcm.payroll.movimentation_name": "Name",
|
|
56
|
-
"hcm.payroll.movimentation_historical_department_tab": "Location",
|
|
57
|
-
"hcm.payroll.employees_addition_cost_center": "Cost center",
|
|
58
|
-
"hcm.payroll.movimentation_historical_job_position_tab": "Job Position",
|
|
59
|
-
"hcm.payroll.employees_addition_syndicate": "Union",
|
|
60
|
-
"hcm.payroll.SHIFT": "Shift",
|
|
61
|
-
"hcm.payroll.employees_addition_scale": "Schedule",
|
|
62
|
-
"hcm.payroll.employees_addition_scale_category": "Category",
|
|
63
|
-
"hcm.payroll.employees_addition_scale_team": "Team",
|
|
64
|
-
"hcm.payroll.employees_addition_workshift-group": "Group",
|
|
65
|
-
"hcm.payroll.employees_addition_class_interval": "Interval group",
|
|
66
|
-
"hcm.payroll.employees_temporary_contract_temporary_contract_type": "Contract type",
|
|
67
|
-
"hcm.payroll.enum_EmployeeContractType_Apprentice": "6 - Apprentice",
|
|
68
|
-
"hcm.payroll.enum_EmployeeContractType_CooperativeWorker": "11 - Cooperative member",
|
|
69
|
-
"hcm.payroll.enum_EmployeeContractType_DomesticWorker": "12 - Domestic worker",
|
|
70
|
-
"hcm.payroll.enum_EmployeeContractType_Employee": "1 - Employee",
|
|
71
|
-
"hcm.payroll.enum_EmployeeContractType_FarmWorker": "3 - Rural worker",
|
|
72
|
-
"hcm.payroll.enum_EmployeeContractType_FixedDueDate": "7 - Fixed term",
|
|
73
|
-
"hcm.payroll.enum_EmployeeContractType_Manager": "2 - Director",
|
|
74
|
-
"hcm.payroll.enum_EmployeeContractType_PublicAgent": "9 - Public agent",
|
|
75
|
-
"hcm.payroll.enum_EmployeeContractType_Retired": "4 - Retiree",
|
|
76
|
-
"hcm.payroll.enum_EmployeeContractType_RetiredManager": "8 - Retired director",
|
|
77
|
-
"hcm.payroll.enum_EmployeeContractType_Teacher": "10 - Teacher",
|
|
78
|
-
"hcm.payroll.enum_EmployeeContractType_TeacherFixedDueDate": "13 - Teacher, fixed term",
|
|
79
|
-
"hcm.payroll.enum_EmployeeContractType_Trainee": "5 - Intern",
|
|
80
|
-
"hcm.payroll.enum_DecisionPcD_No": "Do not allow PwD",
|
|
81
|
-
"hcm.payroll.enum_DecisionPcD_Also": "Also allow PwD",
|
|
82
|
-
"hcm.payroll.enum_DecisionPcD_Only": "Allow PwD only",
|
|
83
|
-
"hcm.payroll.employees_addition_expense_nature": "Expense nature",
|
|
84
|
-
"hcm.payroll.allow_deficient": "Allowed PwD",
|
|
85
|
-
"hcm.payroll.employees_addition_disability": "Disability",
|
|
86
|
-
"hcm.payroll.workstation_form_lookup_grid_manager_label": "Manager",
|
|
87
|
-
"hcm.payroll.workstation_form_lookup_search_manager_label": "Manager",
|
|
88
|
-
"hcm.payroll.employees_addition_employment_relationship": "Employment Relationship",
|
|
89
|
-
"hcm.payroll.permission_error_not_allowed": "You do not have permission to execute this action",
|
|
90
|
-
"hcm.payroll.admission_empty_message": "No registers to display",
|
|
91
|
-
"hcm.payroll.error_min_length": "The entered value must have a minimum of {{value}} characters",
|
|
92
|
-
"hcm.payroll.error_max_length": "The entered value must have a maximum of {{value}} characters",
|
|
93
|
-
"hcm.payroll.error_max_value_number": "The defined value cannot be higher than {{value}}.",
|
|
94
|
-
"hcm.payroll.error_min_value_number": "The defined value cannot be lower than {{value}}.",
|
|
95
|
-
"hcm.payroll.historical_bank_account_add": "Add",
|
|
96
|
-
"hcm.payroll.historical_bank_account_label_date_when": "Date",
|
|
97
|
-
"hcm.payroll.historical_bank_account_label_bank": "Bank",
|
|
98
|
-
"hcm.payroll.historical_bank_account_label_bank_branch": "Branch",
|
|
99
|
-
"hcm.payroll.historical_bank_account_label_account": "Account",
|
|
100
|
-
"hcm.payroll.historical_bank_account_label_digit": "Digit",
|
|
101
|
-
"hcm.payroll.historical_bank_account_label_percentage": "Percentage",
|
|
102
|
-
"hcm.payroll.historical_bank_account_label_account_type_form": "Account type",
|
|
103
|
-
"hcm.payroll.historical_bank_account_label_account_form": "Bank account",
|
|
104
|
-
"hcm.payroll.not_allowed_delete_last": "Only the last record can be deleted",
|
|
105
|
-
"hcm.payroll.permission_error_not_allowed_search": "You do not have search permissions in this field",
|
|
106
|
-
"hcm.payroll.historical_bank_account_label_account_type": "Acc. Type",
|
|
107
|
-
"hcm.payroll.historical_bank_account_title_form": "Bank Accounts",
|
|
108
|
-
"hcm.payroll.historical_bank_account_label_bank_account_duplicate": "This account number has already been defined for this bank, branch and account type.",
|
|
109
|
-
"hcm.payroll.historical_bank_account_msg_limit_total_by_percentage": "The total value of 100% for the accounts percentage has been reached.",
|
|
110
|
-
"hcm.payroll.historical_bank_account_add_success": "Bank account added successfully!",
|
|
111
|
-
"hcm.payroll.historical_bank_account_label_qtd_account": "Number of Accounts",
|
|
112
|
-
"hcm.payroll.employees_movimentation_historical_bank_account_remove": "Bank accounts record removed successfully",
|
|
113
|
-
"hcm.payroll.employees_movimentation_historical_bank_account_error_remove": "Error removing bank account history",
|
|
114
|
-
"hcm.payroll.employees_movimentation_historical_bank_account_question_confirm_delete": "Do you really want to remove bank account history?",
|
|
115
|
-
"hcm.payroll.employee_selector_panel_header": "Worker selection",
|
|
116
|
-
"hcm.payroll.employee": "Worker",
|
|
117
|
-
"hcm.payroll.disagreements": "Disagreements",
|
|
118
|
-
"hcm.payroll.from": "From (Before):",
|
|
119
|
-
"hcm.payroll.to": "To (After):"
|
|
120
|
-
}
|
package/locale/es-ES.json
DELETED
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"hcm.payroll.warn": "Atencion",
|
|
3
|
-
"hcm.payroll.success": "Éxito",
|
|
4
|
-
"hcm.payroll.error": "Error",
|
|
5
|
-
"hcm.payroll.action": "Acciones",
|
|
6
|
-
"hcm.payroll.filter": "Filtrar",
|
|
7
|
-
"hcm.payroll.filters": "Filtros",
|
|
8
|
-
"hcm.payroll.employees_addition_branch": "Sucursal",
|
|
9
|
-
"hcm.entry.employees_addition_company_placeholder": "Digite nombre o código de la empresa",
|
|
10
|
-
"hcm.payroll.employees_addition_employee_type": "Tipo empleado",
|
|
11
|
-
"hcm.payroll.employees_addition_employee_label": "Empleado",
|
|
12
|
-
"hcm.payroll.employees_addition_local": "Local",
|
|
13
|
-
"hcm.payroll.employees_addition_year": "años",
|
|
14
|
-
"hcm.payroll.employees_clean_filters": "",
|
|
15
|
-
"hcm.payroll.employees_company": "Empresa",
|
|
16
|
-
"hcm.payroll.employees_company_placeholder": "Digite por lo menos tres caracteres para obtener sugerencias",
|
|
17
|
-
"hcm.payroll.employees_employee_situation_type": "Situación del empleado",
|
|
18
|
-
"hcm.payroll.employees_image_cropper_cancel": "Cancelar",
|
|
19
|
-
"hcm.payroll.employees_image_cropper_delete": "Excluir foto",
|
|
20
|
-
"hcm.payroll.employees_image_cropper_edit": "Editar foto",
|
|
21
|
-
"hcm.payroll.employees_image_cropper_save": "Guardar",
|
|
22
|
-
"hcm.payroll.employees_image_cropper_select": "Seleccionar foto",
|
|
23
|
-
"hcm.payroll.employees_image_cropper_view": "Visualizar",
|
|
24
|
-
"hcm.payroll.employees_image_cropper_viewing": "Seleccione la foto para ajustarla en seguida",
|
|
25
|
-
"hcm.payroll.file_upload_cancel_label": "",
|
|
26
|
-
"hcm.payroll.file_upload_choose_label": "",
|
|
27
|
-
"hcm.payroll.file_upload_remove_label": "",
|
|
28
|
-
"hcm.payroll.file_upload_success_tooltip": "",
|
|
29
|
-
"hcm.payroll.not_suggestions": "No retornó sugerencias",
|
|
30
|
-
"hcm.payroll.permission_error_page": "",
|
|
31
|
-
"hcm.payroll.permission_error_page_description": "",
|
|
32
|
-
"hcm.payroll.suggestions": "Digite para recibir sugerencias",
|
|
33
|
-
"hcm.payroll.without_records": "No hay registros para exhibir",
|
|
34
|
-
"hcm.payroll.lookup_generic_filter_label": "",
|
|
35
|
-
"hcm.payroll.lookup_generic_clean_filter_label": "Limpar",
|
|
36
|
-
"hcm.payroll.lookup_generic_btn_cancel_label": "",
|
|
37
|
-
"hcm.payroll.lookup_btn_select_label": "Selecionar",
|
|
38
|
-
"hcm.payroll.lookup_auto_complete_empty_message": "No se encontraron resultados.",
|
|
39
|
-
"hcm.payroll.lookup_search_total_records_label": "",
|
|
40
|
-
"hcm.payroll.attachments_max_mb": "Este archivo excede el límite de 50 Mb y no fue anexado.",
|
|
41
|
-
"hcm.payroll.attachments_max_length": "La selección excede el límite de 10 anexos por empleado. Solamente los 10 primeros archivos fueron anexados.",
|
|
42
|
-
"hcm.payroll.attachments_alert_error": "Algunos archivos seleccionados exceden el límite de 50 MB y no se adjuntaron",
|
|
43
|
-
"hcm.payroll.cancel": "Cancelar",
|
|
44
|
-
"hcm.payroll.admission_register": "registro",
|
|
45
|
-
"hcm.payroll.admission_registers": "registros",
|
|
46
|
-
"hcm.payroll.movimentation_generic_action": "Acciones",
|
|
47
|
-
"hcm.payroll.employees_addition_workstation": "Posición",
|
|
48
|
-
"hcm.payroll.enum_WorkshiftScale_FIRST_SHIFT": "Primeiro Turno",
|
|
49
|
-
"hcm.payroll.enum_WorkshiftScale_SECOND_SHIFT": "Segundo Turno",
|
|
50
|
-
"hcm.payroll.enum_WorkshiftScale_THIRD_SHIFT": "Tercer Turno",
|
|
51
|
-
"hcm.payroll.enum_WorkshiftScale_FOURTH_SHIFT": "Habitacion Turno",
|
|
52
|
-
"hcm.payroll.enum_WorkshiftScale_MIXED": "Mezclado",
|
|
53
|
-
"hcm.payroll.enum_WorkshiftScale_GENERAL": "General",
|
|
54
|
-
"hcm.payroll.code": "Código",
|
|
55
|
-
"hcm.payroll.movimentation_name": "Nombre",
|
|
56
|
-
"hcm.payroll.movimentation_historical_department_tab": "Local",
|
|
57
|
-
"hcm.payroll.employees_addition_cost_center": "Centro de costos",
|
|
58
|
-
"hcm.payroll.movimentation_historical_job_position_tab": "Función",
|
|
59
|
-
"hcm.payroll.employees_addition_syndicate": "Sindicato",
|
|
60
|
-
"hcm.payroll.SHIFT": "Turno",
|
|
61
|
-
"hcm.payroll.employees_addition_scale": "Escala",
|
|
62
|
-
"hcm.payroll.employees_addition_scale_category": "Categoría",
|
|
63
|
-
"hcm.payroll.employees_addition_scale_team": "Equipo",
|
|
64
|
-
"hcm.payroll.employees_addition_workshift-group": "Grupo",
|
|
65
|
-
"hcm.payroll.employees_addition_class_interval": "Grupo de intervalo",
|
|
66
|
-
"hcm.payroll.employees_addition_employment_relationship": "Vínculo",
|
|
67
|
-
"hcm.payroll.employees_temporary_contract_temporary_contract_type": "Tipo de contrato",
|
|
68
|
-
"hcm.payroll.enum_EmployeeContractType_Apprentice": "6 - Aprendiz",
|
|
69
|
-
"hcm.payroll.enum_EmployeeContractType_CooperativeWorker": "11 - Cooperado",
|
|
70
|
-
"hcm.payroll.enum_EmployeeContractType_DomesticWorker": "12 - Trabajador doméstico",
|
|
71
|
-
"hcm.payroll.enum_EmployeeContractType_Employee": "1 - Empleado",
|
|
72
|
-
"hcm.payroll.enum_EmployeeContractType_FarmWorker": "3 - Trabajador rural",
|
|
73
|
-
"hcm.payroll.enum_EmployeeContractType_FixedDueDate": "7 - Plazo determinado",
|
|
74
|
-
"hcm.payroll.enum_EmployeeContractType_Manager": "2 - Director",
|
|
75
|
-
"hcm.payroll.enum_EmployeeContractType_PublicAgent": "9 - Agente público",
|
|
76
|
-
"hcm.payroll.enum_EmployeeContractType_Retired": "4 - Jubilado",
|
|
77
|
-
"hcm.payroll.enum_EmployeeContractType_RetiredManager": "8 - Director jubilado",
|
|
78
|
-
"hcm.payroll.enum_EmployeeContractType_Teacher": "10 - Profesor",
|
|
79
|
-
"hcm.payroll.enum_EmployeeContractType_TeacherFixedDueDate": "13 - Profesor, plazo determinado",
|
|
80
|
-
"hcm.payroll.enum_EmployeeContractType_Trainee": "5 - Pasante",
|
|
81
|
-
"hcm.payroll.enum_DecisionPcD_No": "No permite PcD",
|
|
82
|
-
"hcm.payroll.enum_DecisionPcD_Also": "Permite también PcD",
|
|
83
|
-
"hcm.payroll.enum_DecisionPcD_Only": "Permite solamente PcD",
|
|
84
|
-
"hcm.payroll.employees_addition_expense_nature": "Naturaleza del gasto",
|
|
85
|
-
"hcm.payroll.allow_deficient": "Permite PcD",
|
|
86
|
-
"hcm.payroll.employees_addition_disability": "Deficiencia",
|
|
87
|
-
"hcm.payroll.workstation_form_lookup_grid_manager_label": "Administrador",
|
|
88
|
-
"hcm.payroll.workstation_form_lookup_search_manager_label": "Administrador",
|
|
89
|
-
"hcm.payroll.permission_error_not_allowed": "Usted no tiene permiso para ejecutar esa acción",
|
|
90
|
-
"hcm.payroll.admission_empty_message": "No hay registros para ser exhibidos",
|
|
91
|
-
"hcm.payroll.error_min_length": "El valor informado debe contener como mínimo {{value}} caracteres",
|
|
92
|
-
"hcm.payroll.error_max_length": "El valor informado debe contener como máximo {{value}} caracteres",
|
|
93
|
-
"hcm.payroll.error_max_value_number": "Valor informado no puede ser mayor que {{value}}.",
|
|
94
|
-
"hcm.payroll.error_min_value_number": "Valor informado no pode ser menor que {{value}}.",
|
|
95
|
-
"hcm.payroll.historical_bank_account_add": "Agregar",
|
|
96
|
-
"hcm.payroll.historical_bank_account_label_date_when": "Fecha",
|
|
97
|
-
"hcm.payroll.historical_bank_account_label_bank": "Banco",
|
|
98
|
-
"hcm.payroll.historical_bank_account_label_bank_branch": "Agencia",
|
|
99
|
-
"hcm.payroll.historical_bank_account_label_account": "Cuenta",
|
|
100
|
-
"hcm.payroll.historical_bank_account_label_digit": "Dígito",
|
|
101
|
-
"hcm.payroll.historical_bank_account_label_percentage": "Porcentual",
|
|
102
|
-
"hcm.payroll.not_allowed_delete_last": "Es permitido solamente la exclusión del último histórico",
|
|
103
|
-
"hcm.payroll.historical_bank_account_label_account_type_form": "Tipo cuenta",
|
|
104
|
-
"hcm.payroll.historical_bank_account_label_account_form": "Cuenta bancaria",
|
|
105
|
-
"hcm.payroll.permission_error_not_allowed_search": "Usted no tiene permiso de búsqueda en este campo",
|
|
106
|
-
"hcm.payroll.historical_bank_account_label_account_type": "T. Cuenta",
|
|
107
|
-
"hcm.payroll.historical_bank_account_title_form": "Cuentas Bancarias",
|
|
108
|
-
"hcm.payroll.historical_bank_account_label_bank_account_duplicate": "Este número de cuenta ya fue informado para este banco, agencia y tipo de cuenta.",
|
|
109
|
-
"hcm.payroll.historical_bank_account_msg_limit_total_by_percentage": "El total de 100% del porcentual de las cuentas fue alcanzada.",
|
|
110
|
-
"hcm.payroll.historical_bank_account_add_success": "¡Cuenta bancaria agregada con éxito!",
|
|
111
|
-
"hcm.payroll.employees_movimentation_historical_bank_account_error_remove": "Error al eliminar el historial de la cuenta bancaria",
|
|
112
|
-
"hcm.payroll.employees_movimentation_historical_bank_account_question_confirm_delete": "Realmente desea eliminar el historial de la cuenta bancaria?",
|
|
113
|
-
"hcm.payroll.historical_bank_account_label_qtd_account": "Cantidad de cuenta",
|
|
114
|
-
"hcm.payroll.employees_movimentation_historical_bank_account_remove": "El historial de la cuenta bancaria se eliminó correctamente",
|
|
115
|
-
"hcm.payroll.employee_selector_panel_header": "Selección de empleado",
|
|
116
|
-
"hcm.payroll.employee": "Empleado",
|
|
117
|
-
"hcm.payroll.disagreements": "Desacuerdos",
|
|
118
|
-
"hcm.payroll.from": "De (Antes):",
|
|
119
|
-
"hcm.payroll.to": "Para (Después):"
|
|
120
|
-
}
|
package/locale/fallback.ts
DELETED
package/locale/locale.spec.ts
DELETED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import * as enUs from "./en-US.json";
|
|
2
|
-
import * as esEs from "./es-ES.json";
|
|
3
|
-
import * as ptBr from "./pt-BR.json";
|
|
4
|
-
|
|
5
|
-
describe("Locale", () => {
|
|
6
|
-
const allTranslations = Object.keys({ ...ptBr, ...enUs, ...esEs });
|
|
7
|
-
const allTranslationsSet = new Set(allTranslations);
|
|
8
|
-
const ptBrVerify = new Set();
|
|
9
|
-
const enUsVerify = new Set();
|
|
10
|
-
const esEsVerify = new Set();
|
|
11
|
-
|
|
12
|
-
function verifyTranslationOnPtBr(verifiedTranslations: string[]): Object {
|
|
13
|
-
const missingTranslations = {};
|
|
14
|
-
verifiedTranslations.forEach(item => {
|
|
15
|
-
if (ptBr.hasOwnProperty(item)) {
|
|
16
|
-
missingTranslations[item] = ptBr[item];
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
return missingTranslations;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
it("Should the 'ptBr' translation keys be in all files", () => {
|
|
24
|
-
allTranslationsSet.forEach((translateKey) => {
|
|
25
|
-
if (!ptBr.hasOwnProperty(translateKey)) {
|
|
26
|
-
ptBrVerify.add(translateKey);
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
|
|
30
|
-
expect(ptBrVerify.size).toBeFalsy(ptBrVerify);
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
it("Should the 'enUs' translation keys be in all files", () => {
|
|
34
|
-
allTranslationsSet.forEach((translateKey) => {
|
|
35
|
-
if (!enUs.hasOwnProperty(translateKey)) {
|
|
36
|
-
enUsVerify.add(translateKey);
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
|
|
40
|
-
expect(enUsVerify.size).toBeFalsy(enUsVerify);
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
it("Should the 'esEs' translation keys be in all files", () => {
|
|
44
|
-
allTranslationsSet.forEach((translateKey) => {
|
|
45
|
-
if (!esEs.hasOwnProperty(translateKey)) {
|
|
46
|
-
esEsVerify.add(translateKey);
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
expect(esEsVerify.size).toBeFalsy(esEsVerify);
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
it("Should 'ptBr' not have empty entries on translations", () => {
|
|
54
|
-
const verifiedTranslation = Object.keys(ptBr)
|
|
55
|
-
.filter(translateKey => !ptBr[translateKey]);
|
|
56
|
-
|
|
57
|
-
const missingTranslations = verifyTranslationOnPtBr(verifiedTranslation);
|
|
58
|
-
expect(verifiedTranslation.length).toBeFalsy(missingTranslations);
|
|
59
|
-
});
|
|
60
|
-
|
|
61
|
-
it("Should 'enUs' not have empty entries on translations", () => {
|
|
62
|
-
const verifiedTranslation = Object.keys(enUs)
|
|
63
|
-
.filter(translateKey => !enUs[translateKey]);
|
|
64
|
-
|
|
65
|
-
const missingTranslations = verifyTranslationOnPtBr(verifiedTranslation);
|
|
66
|
-
expect(verifiedTranslation.length).toBeFalsy(missingTranslations);
|
|
67
|
-
});
|
|
68
|
-
|
|
69
|
-
it("Should 'esEs' not have empty entries on translations", () => {
|
|
70
|
-
const verifiedTranslation = Object.keys(esEs)
|
|
71
|
-
.filter(translateKey => !esEs[translateKey]);
|
|
72
|
-
|
|
73
|
-
const missingTranslations = verifyTranslationOnPtBr(verifiedTranslation);
|
|
74
|
-
expect(verifiedTranslation.length).toBeFalsy(missingTranslations);
|
|
75
|
-
});
|
|
76
|
-
|
|
77
|
-
it("Should 'ptBr' not have incorrect translations", () => {
|
|
78
|
-
const verifiedTranslation = Object.keys(ptBr)
|
|
79
|
-
.filter(translateKey => ptBr[translateKey].includes(translateKey));
|
|
80
|
-
|
|
81
|
-
const missingTranslations = verifyTranslationOnPtBr(verifiedTranslation);
|
|
82
|
-
expect(verifiedTranslation.length).toBeFalsy(missingTranslations);
|
|
83
|
-
});
|
|
84
|
-
|
|
85
|
-
it("Should 'enUs' not have incorrect translations", () => {
|
|
86
|
-
const verifiedTranslation = Object.keys(enUs)
|
|
87
|
-
.filter(translateKey => enUs[translateKey].includes(translateKey));
|
|
88
|
-
|
|
89
|
-
const missingTranslations = verifyTranslationOnPtBr(verifiedTranslation);
|
|
90
|
-
expect(verifiedTranslation.length).toBeFalsy(missingTranslations);
|
|
91
|
-
});
|
|
92
|
-
|
|
93
|
-
it("Should 'esEs' not have incorrect translations", () => {
|
|
94
|
-
const verifiedTranslation = Object.keys(esEs)
|
|
95
|
-
.filter(translateKey => esEs[translateKey].includes(translateKey));
|
|
96
|
-
|
|
97
|
-
const missingTranslations = verifyTranslationOnPtBr(verifiedTranslation);
|
|
98
|
-
expect(verifiedTranslation.length).toBeFalsy(missingTranslations);
|
|
99
|
-
});
|
|
100
|
-
});
|
package/locale/pt-BR.json
DELETED
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"hcm.payroll.success": "Sucesso",
|
|
3
|
-
"hcm.payroll.warn": "Atenção",
|
|
4
|
-
"hcm.payroll.error": "Erro",
|
|
5
|
-
"hcm.payroll.action": "Ações",
|
|
6
|
-
"hcm.payroll.filter": "Filtrar",
|
|
7
|
-
"hcm.payroll.filters": "Filtros",
|
|
8
|
-
"hcm.payroll.employees_addition_branch": "Filial",
|
|
9
|
-
"hcm.entry.employees_addition_company_placeholder": "Digite nome ou código da empresa",
|
|
10
|
-
"hcm.payroll.employees_addition_employee_type": "Tipo colaborador",
|
|
11
|
-
"hcm.payroll.employees_addition_employee_label": "Colaborador",
|
|
12
|
-
"hcm.payroll.employees_addition_local": "Local",
|
|
13
|
-
"hcm.payroll.employees_addition_year": "anos",
|
|
14
|
-
"hcm.payroll.employees_clean_filters": "Limpar campos",
|
|
15
|
-
"hcm.payroll.employees_company": "Empresa",
|
|
16
|
-
"hcm.payroll.employees_company_placeholder": "Digite pelo menos três caracteres para obter sugestões",
|
|
17
|
-
"hcm.payroll.employees_employee_situation_type": "Situação do colaborador",
|
|
18
|
-
"hcm.payroll.employees_image_cropper_cancel": "Cancelar",
|
|
19
|
-
"hcm.payroll.employees_image_cropper_delete": "Excluir foto",
|
|
20
|
-
"hcm.payroll.employees_image_cropper_edit": "Editar foto",
|
|
21
|
-
"hcm.payroll.employees_image_cropper_save": "Salvar",
|
|
22
|
-
"hcm.payroll.employees_image_cropper_select": "Selecionar foto",
|
|
23
|
-
"hcm.payroll.employees_image_cropper_view": "Visualizar",
|
|
24
|
-
"hcm.payroll.employees_image_cropper_viewing": "Selecione a foto para ajustá-la em seguida",
|
|
25
|
-
"hcm.payroll.file_upload_cancel_label": "Cancelar",
|
|
26
|
-
"hcm.payroll.file_upload_choose_label": "Anexar arquivos",
|
|
27
|
-
"hcm.payroll.file_upload_remove_label": "Remover",
|
|
28
|
-
"hcm.payroll.file_upload_success_tooltip": "Arquivo anexado com sucesso",
|
|
29
|
-
"hcm.payroll.not_suggestions": "Não retornou sugestões",
|
|
30
|
-
"hcm.payroll.permission_error_page": "Acesso negado",
|
|
31
|
-
"hcm.payroll.permission_error_page_description": "Você não tem permissão para acessar esse conteúdo",
|
|
32
|
-
"hcm.payroll.suggestions": "Digite para receber sugestões",
|
|
33
|
-
"hcm.payroll.without_records": "Não há registros para exibir",
|
|
34
|
-
"hcm.payroll.lookup_generic_filter_label": "Filtrar",
|
|
35
|
-
"hcm.payroll.lookup_generic_clean_filter_label": "Limpar",
|
|
36
|
-
"hcm.payroll.lookup_generic_btn_cancel_label": "Cancelar",
|
|
37
|
-
"hcm.payroll.lookup_btn_select_label": "Selecionar",
|
|
38
|
-
"hcm.payroll.lookup_auto_complete_empty_message": "Não foram encontrados resultados",
|
|
39
|
-
"hcm.payroll.lookup_search_total_records_label": "registro(s)",
|
|
40
|
-
"hcm.payroll.attachments_max_mb": "Este arquivo excede o limite de 50Mb e não foi anexado.",
|
|
41
|
-
"hcm.payroll.attachments_max_length": "A seleção excede o limite de 10 anexos por colaborador. Somente os 10 primeiros arquivos foram anexados",
|
|
42
|
-
"hcm.payroll.attachments_alert_error": "Alguns arquivos selecionados excedem o limite de 50Mb e não foram anexados.",
|
|
43
|
-
"hcm.payroll.cancel": "Cancelar",
|
|
44
|
-
"hcm.payroll.admission_register": "registro",
|
|
45
|
-
"hcm.payroll.admission_registers": "registros",
|
|
46
|
-
"hcm.payroll.movimentation_generic_action": "Ações",
|
|
47
|
-
"hcm.payroll.employees_addition_workstation": "Posto de trabalho",
|
|
48
|
-
"hcm.payroll.enum_WorkshiftScale_FIRST_SHIFT": "Primeiro Turno",
|
|
49
|
-
"hcm.payroll.enum_WorkshiftScale_SECOND_SHIFT": "Segundo Turno",
|
|
50
|
-
"hcm.payroll.enum_WorkshiftScale_THIRD_SHIFT": "Terceiro Turno",
|
|
51
|
-
"hcm.payroll.enum_WorkshiftScale_FOURTH_SHIFT": "Quarto Turno",
|
|
52
|
-
"hcm.payroll.enum_WorkshiftScale_MIXED": "Misto",
|
|
53
|
-
"hcm.payroll.enum_WorkshiftScale_GENERAL": "Geral",
|
|
54
|
-
"hcm.payroll.code": "Código",
|
|
55
|
-
"hcm.payroll.movimentation_name": "Nome",
|
|
56
|
-
"hcm.payroll.movimentation_historical_department_tab": "Local",
|
|
57
|
-
"hcm.payroll.employees_addition_cost_center": "Centro de custos",
|
|
58
|
-
"hcm.payroll.movimentation_historical_job_position_tab": "Cargo",
|
|
59
|
-
"hcm.payroll.employees_addition_syndicate": "Sindicato",
|
|
60
|
-
"hcm.payroll.SHIFT": "Turno",
|
|
61
|
-
"hcm.payroll.employees_addition_scale": "Escala",
|
|
62
|
-
"hcm.payroll.employees_addition_scale_category": "Categoria",
|
|
63
|
-
"hcm.payroll.employees_addition_scale_team": "Equipe",
|
|
64
|
-
"hcm.payroll.employees_addition_workshift-group": "Turma",
|
|
65
|
-
"hcm.payroll.employees_addition_class_interval": "Turma de intervalo",
|
|
66
|
-
"hcm.payroll.employees_addition_employment_relationship": "Vínculo",
|
|
67
|
-
"hcm.payroll.employees_temporary_contract_temporary_contract_type": "Tipo de contrato",
|
|
68
|
-
"hcm.payroll.enum_EmployeeContractType_Apprentice": "6 - Aprendiz",
|
|
69
|
-
"hcm.payroll.enum_EmployeeContractType_CooperativeWorker": "11 - Cooperado",
|
|
70
|
-
"hcm.payroll.enum_EmployeeContractType_DomesticWorker": "12 - Trabalhador doméstico",
|
|
71
|
-
"hcm.payroll.enum_EmployeeContractType_Employee": "1 - Empregado",
|
|
72
|
-
"hcm.payroll.enum_EmployeeContractType_FarmWorker": "3 - Trabalhador rural",
|
|
73
|
-
"hcm.payroll.enum_EmployeeContractType_FixedDueDate": "7 - Prazo determinado",
|
|
74
|
-
"hcm.payroll.enum_EmployeeContractType_Manager": "2 - Diretor",
|
|
75
|
-
"hcm.payroll.enum_EmployeeContractType_PublicAgent": "9 - Agente público",
|
|
76
|
-
"hcm.payroll.enum_EmployeeContractType_Retired": "4 - Aposentado",
|
|
77
|
-
"hcm.payroll.enum_EmployeeContractType_RetiredManager": "8 - Diretor aposentado",
|
|
78
|
-
"hcm.payroll.enum_EmployeeContractType_Teacher": "10 - Professor",
|
|
79
|
-
"hcm.payroll.enum_EmployeeContractType_TeacherFixedDueDate": "13 - Professor, prazo determinado",
|
|
80
|
-
"hcm.payroll.enum_EmployeeContractType_Trainee": "5 - Estagiário",
|
|
81
|
-
"hcm.payroll.enum_DecisionPcD_No": "Não permite PcD",
|
|
82
|
-
"hcm.payroll.enum_DecisionPcD_Also": "Permite também PcD",
|
|
83
|
-
"hcm.payroll.enum_DecisionPcD_Only": "Permite somente PcD",
|
|
84
|
-
"hcm.payroll.employees_addition_expense_nature": "Natureza de despesa",
|
|
85
|
-
"hcm.payroll.allow_deficient": "Permite PcD",
|
|
86
|
-
"hcm.payroll.employees_addition_disability": "Deficiência",
|
|
87
|
-
"hcm.payroll.workstation_form_lookup_grid_manager_label": "Gestor",
|
|
88
|
-
"hcm.payroll.workstation_form_lookup_search_manager_label": "Gestor",
|
|
89
|
-
"hcm.payroll.permission_error_not_allowed": "Você não tem permissão para executar essa ação",
|
|
90
|
-
"hcm.payroll.admission_empty_message": "Não há registros para serem exibidos",
|
|
91
|
-
"hcm.payroll.error_min_length": "O valor informado deve conter no mínimo {{value}} caracteres",
|
|
92
|
-
"hcm.payroll.error_max_length": "O valor informado deve conter no máximo {{value}} caracteres",
|
|
93
|
-
"hcm.payroll.error_max_value_number": "Valor informado não pode ser maior que {{value}}.",
|
|
94
|
-
"hcm.payroll.error_min_value_number": "Valor informado não pode ser menor que {{value}}.",
|
|
95
|
-
"hcm.payroll.historical_bank_account_add": "Adicionar",
|
|
96
|
-
"hcm.payroll.historical_bank_account_label_date_when": "Data",
|
|
97
|
-
"hcm.payroll.historical_bank_account_label_bank": "Banco",
|
|
98
|
-
"hcm.payroll.historical_bank_account_label_bank_branch": "Agência",
|
|
99
|
-
"hcm.payroll.historical_bank_account_label_account_type": "T. Conta",
|
|
100
|
-
"hcm.payroll.historical_bank_account_label_account": "Conta",
|
|
101
|
-
"hcm.payroll.historical_bank_account_label_digit": "Dígito",
|
|
102
|
-
"hcm.payroll.historical_bank_account_label_percentage": "Percentual",
|
|
103
|
-
"hcm.payroll.permission_error_not_allowed_search": "Você não tem permissão de busca neste campo",
|
|
104
|
-
"hcm.payroll.historical_bank_account_label_account_type_form": "Tipo de conta",
|
|
105
|
-
"hcm.payroll.historical_bank_account_label_account_form": "Conta Bancária",
|
|
106
|
-
"hcm.payroll.historical_bank_account_title_form": "Contas Bancárias",
|
|
107
|
-
"hcm.payroll.historical_bank_account_label_bank_account_duplicate": "Este número de conta já foi informado para este banco, agência e tipo de conta.",
|
|
108
|
-
"hcm.payroll.historical_bank_account_msg_limit_total_by_percentage": "O total de 100% do percentual das contas foi atingido.",
|
|
109
|
-
"hcm.payroll.historical_bank_account_add_success": "Conta bancária adicionada com sucesso!",
|
|
110
|
-
"hcm.payroll.not_allowed_delete_last": "É permitido somente a exclusão do último histórico",
|
|
111
|
-
"hcm.payroll.historical_bank_account_label_qtd_account": "Qtd. Contas",
|
|
112
|
-
"hcm.payroll.employees_movimentation_historical_bank_account_remove": "Histórico de contas bancárias removido com sucesso",
|
|
113
|
-
"hcm.payroll.employees_movimentation_historical_bank_account_error_remove": "Erro ao remover o histórico de contas bancárias",
|
|
114
|
-
"hcm.payroll.employees_movimentation_historical_bank_account_question_confirm_delete": "Deseja realmente remover o histórico de contas bancárias?",
|
|
115
|
-
"hcm.payroll.employee_selector_panel_header": "Seleção de colaborador",
|
|
116
|
-
"hcm.payroll.employee": "Colaborador",
|
|
117
|
-
"hcm.payroll.disagreements": "Divergências",
|
|
118
|
-
"hcm.payroll.from": "De (Antes):",
|
|
119
|
-
"hcm.payroll.to": "Para (Depois):"
|
|
120
|
-
}
|
|
File without changes
|
/package/{lib/components → components}/admission-draft-summary/admission-draft-summary.module.d.ts
RENAMED
|
File without changes
|
/package/{lib/components → components}/admission-draft-summary/admission-draft-summary.service.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{lib/components → components}/control-messages-error/control-messages-error.component.d.ts
RENAMED
|
File without changes
|
/package/{lib/components → components}/control-messages-error/control-messages-error.module.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|