@senior-gestao-pessoas/payroll-core 8.7.0 → 9.0.0
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 +3024 -10904
- 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/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 +2939 -8866
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +2999 -10876
- 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 -354
- 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 -414
- 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/workstationgroup-lookup/autocomplete.service.d.ts +0 -31
- /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.component.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,200 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/components/workstationgroup-lookup/workstationgroup-lookup.dto.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
var WorkstationgroupLookupDto = /** @class */ (function () {
|
|
7
|
-
function WorkstationgroupLookupDto(payload, referenceDate) {
|
|
8
|
-
var filterData = payload.filterData;
|
|
9
|
-
this.name = filterData.name || null;
|
|
10
|
-
this.code = filterData.code || null;
|
|
11
|
-
this.searchText = filterData.searchText || null;
|
|
12
|
-
this.companyId = filterData.headoffice || null;
|
|
13
|
-
this.companyBranchId = filterData.branchoffice && filterData.branchoffice.id || null;
|
|
14
|
-
this.departmentId = filterData.department && filterData.department.tableId || null;
|
|
15
|
-
this.costcenterId = filterData.costcenter && filterData.costcenter.id || null;
|
|
16
|
-
this.jobpositionIds = filterData.jobposition || null;
|
|
17
|
-
this.syndicateId = filterData.syndicate && filterData.syndicate.id || null;
|
|
18
|
-
this.shiftId = filterData.workshiftScale || null;
|
|
19
|
-
this.workshiftId = filterData.workshiftId && filterData.workshiftId.id || null;
|
|
20
|
-
this.workshiftGroupId = filterData.workshiftGroupId && filterData.workshiftGroupId.id || null;
|
|
21
|
-
this.intervalGroupId = filterData.intervalGroupId && filterData.intervalGroupId.is || null;
|
|
22
|
-
this.scaleTeamId = filterData.scaleTeamId && filterData.scaleTeamId.id || null;
|
|
23
|
-
this.scaleCategoryId = filterData.scaleCategoryId && filterData.scaleCategoryId.id || null;
|
|
24
|
-
this.employmentRelationshipId = filterData.employmentRelationshipId && filterData.employmentRelationshipId.id || null;
|
|
25
|
-
this.contractType = filterData.contractType || null;
|
|
26
|
-
this.expenseNatureId = filterData.expenseNatureId && filterData.expenseNatureId.id || null;
|
|
27
|
-
this.allowDeficient = filterData.allowDeficient || null;
|
|
28
|
-
this.disabilityIds = filterData.disabilityIds || null;
|
|
29
|
-
this.listExpired = filterData.hasOwnProperty('listExpired') ? filterData.listExpired : false;
|
|
30
|
-
this.manager = filterData.manager ? filterData.manager.tableId : null;
|
|
31
|
-
this.referenceDate = referenceDate || null;
|
|
32
|
-
this.page = {
|
|
33
|
-
current: payload.first ? payload.first : 0,
|
|
34
|
-
size: payload.rows ? payload.rows : 10
|
|
35
|
-
} || null;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @template THIS
|
|
39
|
-
* @this {THIS}
|
|
40
|
-
* @return {THIS}
|
|
41
|
-
*/
|
|
42
|
-
WorkstationgroupLookupDto.prototype.getToFilter = /**
|
|
43
|
-
* @template THIS
|
|
44
|
-
* @this {THIS}
|
|
45
|
-
* @return {THIS}
|
|
46
|
-
*/
|
|
47
|
-
function () {
|
|
48
|
-
/** @type {?} */
|
|
49
|
-
var objDTO = (/** @type {?} */ (this));
|
|
50
|
-
objDTO.jobpositionIds = (/** @type {?} */ (this)).convertListIds((/** @type {?} */ (this)).jobpositionIds);
|
|
51
|
-
objDTO.disabilityIds = (/** @type {?} */ (this)).convertListIds((/** @type {?} */ (this)).disabilityIds);
|
|
52
|
-
return objDTO;
|
|
53
|
-
};
|
|
54
|
-
/**
|
|
55
|
-
* @param {?} list
|
|
56
|
-
* @return {?}
|
|
57
|
-
*/
|
|
58
|
-
WorkstationgroupLookupDto.prototype.convertListIds = /**
|
|
59
|
-
* @param {?} list
|
|
60
|
-
* @return {?}
|
|
61
|
-
*/
|
|
62
|
-
function (list) {
|
|
63
|
-
if (list)
|
|
64
|
-
return list.map((/**
|
|
65
|
-
* @param {?} index
|
|
66
|
-
* @return {?}
|
|
67
|
-
*/
|
|
68
|
-
function (index) {
|
|
69
|
-
if (index.tableId)
|
|
70
|
-
return index.tableId;
|
|
71
|
-
else
|
|
72
|
-
return index.id;
|
|
73
|
-
}));
|
|
74
|
-
};
|
|
75
|
-
return WorkstationgroupLookupDto;
|
|
76
|
-
}());
|
|
77
|
-
export { WorkstationgroupLookupDto };
|
|
78
|
-
if (false) {
|
|
79
|
-
/**
|
|
80
|
-
* @type {?}
|
|
81
|
-
* @private
|
|
82
|
-
*/
|
|
83
|
-
WorkstationgroupLookupDto.prototype.code;
|
|
84
|
-
/**
|
|
85
|
-
* @type {?}
|
|
86
|
-
* @private
|
|
87
|
-
*/
|
|
88
|
-
WorkstationgroupLookupDto.prototype.name;
|
|
89
|
-
/**
|
|
90
|
-
* @type {?}
|
|
91
|
-
* @private
|
|
92
|
-
*/
|
|
93
|
-
WorkstationgroupLookupDto.prototype.companyId;
|
|
94
|
-
/**
|
|
95
|
-
* @type {?}
|
|
96
|
-
* @private
|
|
97
|
-
*/
|
|
98
|
-
WorkstationgroupLookupDto.prototype.companyBranchId;
|
|
99
|
-
/**
|
|
100
|
-
* @type {?}
|
|
101
|
-
* @private
|
|
102
|
-
*/
|
|
103
|
-
WorkstationgroupLookupDto.prototype.departmentId;
|
|
104
|
-
/**
|
|
105
|
-
* @type {?}
|
|
106
|
-
* @private
|
|
107
|
-
*/
|
|
108
|
-
WorkstationgroupLookupDto.prototype.costcenterId;
|
|
109
|
-
/**
|
|
110
|
-
* @type {?}
|
|
111
|
-
* @private
|
|
112
|
-
*/
|
|
113
|
-
WorkstationgroupLookupDto.prototype.jobpositionIds;
|
|
114
|
-
/**
|
|
115
|
-
* @type {?}
|
|
116
|
-
* @private
|
|
117
|
-
*/
|
|
118
|
-
WorkstationgroupLookupDto.prototype.syndicateId;
|
|
119
|
-
/**
|
|
120
|
-
* @type {?}
|
|
121
|
-
* @private
|
|
122
|
-
*/
|
|
123
|
-
WorkstationgroupLookupDto.prototype.shiftId;
|
|
124
|
-
/**
|
|
125
|
-
* @type {?}
|
|
126
|
-
* @private
|
|
127
|
-
*/
|
|
128
|
-
WorkstationgroupLookupDto.prototype.workshiftId;
|
|
129
|
-
/**
|
|
130
|
-
* @type {?}
|
|
131
|
-
* @private
|
|
132
|
-
*/
|
|
133
|
-
WorkstationgroupLookupDto.prototype.workshiftGroupId;
|
|
134
|
-
/**
|
|
135
|
-
* @type {?}
|
|
136
|
-
* @private
|
|
137
|
-
*/
|
|
138
|
-
WorkstationgroupLookupDto.prototype.intervalGroupId;
|
|
139
|
-
/**
|
|
140
|
-
* @type {?}
|
|
141
|
-
* @private
|
|
142
|
-
*/
|
|
143
|
-
WorkstationgroupLookupDto.prototype.scaleTeamId;
|
|
144
|
-
/**
|
|
145
|
-
* @type {?}
|
|
146
|
-
* @private
|
|
147
|
-
*/
|
|
148
|
-
WorkstationgroupLookupDto.prototype.scaleCategoryId;
|
|
149
|
-
/**
|
|
150
|
-
* @type {?}
|
|
151
|
-
* @private
|
|
152
|
-
*/
|
|
153
|
-
WorkstationgroupLookupDto.prototype.employmentRelationshipId;
|
|
154
|
-
/**
|
|
155
|
-
* @type {?}
|
|
156
|
-
* @private
|
|
157
|
-
*/
|
|
158
|
-
WorkstationgroupLookupDto.prototype.contractType;
|
|
159
|
-
/**
|
|
160
|
-
* @type {?}
|
|
161
|
-
* @private
|
|
162
|
-
*/
|
|
163
|
-
WorkstationgroupLookupDto.prototype.expenseNatureId;
|
|
164
|
-
/**
|
|
165
|
-
* @type {?}
|
|
166
|
-
* @private
|
|
167
|
-
*/
|
|
168
|
-
WorkstationgroupLookupDto.prototype.allowDeficient;
|
|
169
|
-
/**
|
|
170
|
-
* @type {?}
|
|
171
|
-
* @private
|
|
172
|
-
*/
|
|
173
|
-
WorkstationgroupLookupDto.prototype.disabilityIds;
|
|
174
|
-
/**
|
|
175
|
-
* @type {?}
|
|
176
|
-
* @private
|
|
177
|
-
*/
|
|
178
|
-
WorkstationgroupLookupDto.prototype.listExpired;
|
|
179
|
-
/**
|
|
180
|
-
* @type {?}
|
|
181
|
-
* @private
|
|
182
|
-
*/
|
|
183
|
-
WorkstationgroupLookupDto.prototype.referenceDate;
|
|
184
|
-
/**
|
|
185
|
-
* @type {?}
|
|
186
|
-
* @private
|
|
187
|
-
*/
|
|
188
|
-
WorkstationgroupLookupDto.prototype.searchText;
|
|
189
|
-
/**
|
|
190
|
-
* @type {?}
|
|
191
|
-
* @private
|
|
192
|
-
*/
|
|
193
|
-
WorkstationgroupLookupDto.prototype.manager;
|
|
194
|
-
/**
|
|
195
|
-
* @type {?}
|
|
196
|
-
* @private
|
|
197
|
-
*/
|
|
198
|
-
WorkstationgroupLookupDto.prototype.page;
|
|
199
|
-
}
|
|
200
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29ya3N0YXRpb25ncm91cC1sb29rdXAuZHRvLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvci1nZXN0YW8tcGVzc29hcy9wYXlyb2xsLWNvcmUvIiwic291cmNlcyI6WyJsaWIvY29tcG9uZW50cy93b3Jrc3RhdGlvbmdyb3VwLWxvb2t1cC93b3Jrc3RhdGlvbmdyb3VwLWxvb2t1cC5kdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQTtJQTBCSSxtQ0FBWSxPQUFZLEVBQUUsYUFBc0I7UUFDcEMsSUFBQSwrQkFBVTtRQUNsQixJQUFJLENBQUMsSUFBSSxHQUFHLFVBQVUsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDO1FBQ3BDLElBQUksQ0FBQyxJQUFJLEdBQUcsVUFBVSxDQUFDLElBQUksSUFBSSxJQUFJLENBQUM7UUFDcEMsSUFBSSxDQUFDLFVBQVUsR0FBRyxVQUFVLENBQUMsVUFBVSxJQUFJLElBQUksQ0FBQztRQUNoRCxJQUFJLENBQUMsU0FBUyxHQUFHLFVBQVUsQ0FBQyxVQUFVLElBQUksSUFBSSxDQUFDO1FBQy9DLElBQUksQ0FBQyxlQUFlLEdBQUcsVUFBVSxDQUFDLFlBQVksSUFBSSxVQUFVLENBQUMsWUFBWSxDQUFDLEVBQUUsSUFBSSxJQUFJLENBQUM7UUFDckYsSUFBSSxDQUFDLFlBQVksR0FBRyxVQUFVLENBQUMsVUFBVSxJQUFJLFVBQVUsQ0FBQyxVQUFVLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQztRQUNuRixJQUFJLENBQUMsWUFBWSxHQUFHLFVBQVUsQ0FBQyxVQUFVLElBQUksVUFBVSxDQUFDLFVBQVUsQ0FBQyxFQUFFLElBQUksSUFBSSxDQUFDO1FBQzlFLElBQUksQ0FBQyxjQUFjLEdBQUcsVUFBVSxDQUFDLFdBQVcsSUFBSSxJQUFJLENBQUM7UUFDckQsSUFBSSxDQUFDLFdBQVcsR0FBRyxVQUFVLENBQUMsU0FBUyxJQUFJLFVBQVUsQ0FBQyxTQUFTLENBQUMsRUFBRSxJQUFJLElBQUksQ0FBQztRQUMzRSxJQUFJLENBQUMsT0FBTyxHQUFHLFVBQVUsQ0FBQyxjQUFjLElBQUksSUFBSSxDQUFDO1FBQ2pELElBQUksQ0FBQyxXQUFXLEdBQUcsVUFBVSxDQUFDLFdBQVcsSUFBSSxVQUFVLENBQUMsV0FBVyxDQUFDLEVBQUUsSUFBSSxJQUFJLENBQUM7UUFDL0UsSUFBSSxDQUFDLGdCQUFnQixHQUFHLFVBQVUsQ0FBQyxnQkFBZ0IsSUFBSSxVQUFVLENBQUMsZ0JBQWdCLENBQUMsRUFBRSxJQUFJLElBQUksQ0FBQztRQUM5RixJQUFJLENBQUMsZUFBZSxHQUFHLFVBQVUsQ0FBQyxlQUFlLElBQUksVUFBVSxDQUFDLGVBQWUsQ0FBQyxFQUFFLElBQUksSUFBSSxDQUFDO1FBQzNGLElBQUksQ0FBQyxXQUFXLEdBQUcsVUFBVSxDQUFDLFdBQVcsSUFBSSxVQUFVLENBQUMsV0FBVyxDQUFDLEVBQUUsSUFBSSxJQUFJLENBQUM7UUFDL0UsSUFBSSxDQUFDLGVBQWUsR0FBRyxVQUFVLENBQUMsZUFBZSxJQUFJLFVBQVUsQ0FBQyxlQUFlLENBQUMsRUFBRSxJQUFJLElBQUksQ0FBQztRQUMzRixJQUFJLENBQUMsd0JBQXdCLEdBQUcsVUFBVSxDQUFDLHdCQUF3QixJQUFJLFVBQVUsQ0FBQyx3QkFBd0IsQ0FBQyxFQUFFLElBQUksSUFBSSxDQUFDO1FBQ3RILElBQUksQ0FBQyxZQUFZLEdBQUcsVUFBVSxDQUFDLFlBQVksSUFBSSxJQUFJLENBQUM7UUFDcEQsSUFBSSxDQUFDLGVBQWUsR0FBRyxVQUFVLENBQUMsZUFBZSxJQUFJLFVBQVUsQ0FBQyxlQUFlLENBQUMsRUFBRSxJQUFJLElBQUksQ0FBQztRQUMzRixJQUFJLENBQUMsY0FBYyxHQUFHLFVBQVUsQ0FBQyxjQUFjLElBQUksSUFBSSxDQUFDO1FBQ3hELElBQUksQ0FBQyxhQUFhLEdBQUcsVUFBVSxDQUFDLGFBQWEsSUFBSSxJQUFJLENBQUM7UUFDdEQsSUFBSSxDQUFDLFdBQVcsR0FBRyxVQUFVLENBQUMsY0FBYyxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUM7UUFDN0YsSUFBSSxDQUFDLE9BQU8sR0FBRyxVQUFVLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDO1FBQ3RFLElBQUksQ0FBQyxhQUFhLEdBQUcsYUFBYSxJQUFJLElBQUksQ0FBQztRQUMzQyxJQUFJLENBQUMsSUFBSSxHQUFHO1lBQ1IsT0FBTyxFQUFFLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDMUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUU7U0FDekMsSUFBSyxJQUFJLENBQUM7SUFFZixDQUFDOzs7Ozs7SUFFRCwrQ0FBVzs7Ozs7SUFBWDs7WUFDVSxNQUFNLEdBQUcsbUJBQUEsSUFBSSxFQUFBO1FBQ25CLE1BQU0sQ0FBQyxjQUFjLEdBQUcsbUJBQUEsSUFBSSxFQUFBLENBQUMsY0FBYyxDQUFDLG1CQUFBLElBQUksRUFBQSxDQUFDLGNBQWMsQ0FBQyxDQUFDO1FBQ2pFLE1BQU0sQ0FBQyxhQUFhLEdBQUcsbUJBQUEsSUFBSSxFQUFBLENBQUMsY0FBYyxDQUFDLG1CQUFBLElBQUksRUFBQSxDQUFDLGFBQWEsQ0FBQyxDQUFDO1FBQy9ELE9BQU8sTUFBTSxDQUFDO0lBQ2xCLENBQUM7Ozs7O0lBR0Qsa0RBQWM7Ozs7SUFBZCxVQUFlLElBQVM7UUFDcEIsSUFBSSxJQUFJO1lBQ0osT0FBTyxJQUFJLENBQUMsR0FBRzs7OztZQUFDLFVBQUMsS0FBVTtnQkFDdkIsSUFBSSxLQUFLLENBQUMsT0FBTztvQkFDYixPQUFPLEtBQUssQ0FBQyxPQUFPLENBQUM7O29CQUVyQixPQUFPLEtBQUssQ0FBQyxFQUFFLENBQUM7WUFDeEIsQ0FBQyxFQUFDLENBQUM7SUFDWCxDQUFDO0lBRUwsZ0NBQUM7QUFBRCxDQUFDLEFBNUVELElBNEVDOzs7Ozs7O0lBM0VHLHlDQUFzQjs7Ozs7SUFDdEIseUNBQXNCOzs7OztJQUN0Qiw4Q0FBMkI7Ozs7O0lBQzNCLG9EQUFpQzs7Ozs7SUFDakMsaURBQThCOzs7OztJQUM5QixpREFBOEI7Ozs7O0lBQzlCLG1EQUE2Qjs7Ozs7SUFDN0IsZ0RBQTZCOzs7OztJQUM3Qiw0Q0FBeUI7Ozs7O0lBQ3pCLGdEQUE2Qjs7Ozs7SUFDN0IscURBQWtDOzs7OztJQUNsQyxvREFBaUM7Ozs7O0lBQ2pDLGdEQUE2Qjs7Ozs7SUFDN0Isb0RBQWlDOzs7OztJQUNqQyw2REFBMEM7Ozs7O0lBQzFDLGlEQUE4Qjs7Ozs7SUFDOUIsb0RBQWlDOzs7OztJQUNqQyxtREFBZ0M7Ozs7O0lBQ2hDLGtEQUE0Qjs7Ozs7SUFDNUIsZ0RBQThCOzs7OztJQUM5QixrREFBK0I7Ozs7O0lBQy9CLCtDQUE0Qjs7Ozs7SUFDNUIsNENBQXdCOzs7OztJQUN4Qix5Q0FBa0IiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgV29ya3N0YXRpb25ncm91cExvb2t1cER0byB7XG4gICAgcHJpdmF0ZSBjb2RlPzogc3RyaW5nO1xuICAgIHByaXZhdGUgbmFtZT86IHN0cmluZztcbiAgICBwcml2YXRlIGNvbXBhbnlJZD86IHN0cmluZztcbiAgICBwcml2YXRlIGNvbXBhbnlCcmFuY2hJZD86IHN0cmluZztcbiAgICBwcml2YXRlIGRlcGFydG1lbnRJZD86IHN0cmluZztcbiAgICBwcml2YXRlIGNvc3RjZW50ZXJJZD86IHN0cmluZztcbiAgICBwcml2YXRlIGpvYnBvc2l0aW9uSWRzPzogYW55O1xuICAgIHByaXZhdGUgc3luZGljYXRlSWQ/OiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBzaGlmdElkPzogc3RyaW5nO1xuICAgIHByaXZhdGUgd29ya3NoaWZ0SWQ/OiBzdHJpbmc7XG4gICAgcHJpdmF0ZSB3b3Jrc2hpZnRHcm91cElkPzogc3RyaW5nO1xuICAgIHByaXZhdGUgaW50ZXJ2YWxHcm91cElkPzogc3RyaW5nO1xuICAgIHByaXZhdGUgc2NhbGVUZWFtSWQ/OiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBzY2FsZUNhdGVnb3J5SWQ/OiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBlbXBsb3ltZW50UmVsYXRpb25zaGlwSWQ/OiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBjb250cmFjdFR5cGU/OiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBleHBlbnNlTmF0dXJlSWQ/OiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBhbGxvd0RlZmljaWVudD86IHN0cmluZztcbiAgICBwcml2YXRlIGRpc2FiaWxpdHlJZHM/OiBhbnk7XG4gICAgcHJpdmF0ZSBsaXN0RXhwaXJlZD86IGJvb2xlYW47XG4gICAgcHJpdmF0ZSByZWZlcmVuY2VEYXRlPzogc3RyaW5nO1xuICAgIHByaXZhdGUgc2VhcmNoVGV4dD86IHN0cmluZztcbiAgICBwcml2YXRlIG1hbmFnZXI6IHN0cmluZztcbiAgICBwcml2YXRlIHBhZ2U6IGFueTtcblxuICAgIGNvbnN0cnVjdG9yKHBheWxvYWQ6IGFueSwgcmVmZXJlbmNlRGF0ZT86IHN0cmluZykge1xuICAgICAgICBjb25zdCB7IGZpbHRlckRhdGEgfSA9IHBheWxvYWQ7XG4gICAgICAgIHRoaXMubmFtZSA9IGZpbHRlckRhdGEubmFtZSB8fCBudWxsO1xuICAgICAgICB0aGlzLmNvZGUgPSBmaWx0ZXJEYXRhLmNvZGUgfHwgbnVsbDtcbiAgICAgICAgdGhpcy5zZWFyY2hUZXh0ID0gZmlsdGVyRGF0YS5zZWFyY2hUZXh0IHx8IG51bGw7XG4gICAgICAgIHRoaXMuY29tcGFueUlkID0gZmlsdGVyRGF0YS5oZWFkb2ZmaWNlIHx8IG51bGw7XG4gICAgICAgIHRoaXMuY29tcGFueUJyYW5jaElkID0gZmlsdGVyRGF0YS5icmFuY2hvZmZpY2UgJiYgZmlsdGVyRGF0YS5icmFuY2hvZmZpY2UuaWQgfHwgbnVsbDtcbiAgICAgICAgdGhpcy5kZXBhcnRtZW50SWQgPSBmaWx0ZXJEYXRhLmRlcGFydG1lbnQgJiYgZmlsdGVyRGF0YS5kZXBhcnRtZW50LnRhYmxlSWQgfHwgbnVsbDtcbiAgICAgICAgdGhpcy5jb3N0Y2VudGVySWQgPSBmaWx0ZXJEYXRhLmNvc3RjZW50ZXIgJiYgZmlsdGVyRGF0YS5jb3N0Y2VudGVyLmlkIHx8IG51bGw7XG4gICAgICAgIHRoaXMuam9icG9zaXRpb25JZHMgPSBmaWx0ZXJEYXRhLmpvYnBvc2l0aW9uIHx8IG51bGw7XG4gICAgICAgIHRoaXMuc3luZGljYXRlSWQgPSBmaWx0ZXJEYXRhLnN5bmRpY2F0ZSAmJiBmaWx0ZXJEYXRhLnN5bmRpY2F0ZS5pZCB8fCBudWxsO1xuICAgICAgICB0aGlzLnNoaWZ0SWQgPSBmaWx0ZXJEYXRhLndvcmtzaGlmdFNjYWxlIHx8IG51bGw7XG4gICAgICAgIHRoaXMud29ya3NoaWZ0SWQgPSBmaWx0ZXJEYXRhLndvcmtzaGlmdElkICYmIGZpbHRlckRhdGEud29ya3NoaWZ0SWQuaWQgfHwgbnVsbDtcbiAgICAgICAgdGhpcy53b3Jrc2hpZnRHcm91cElkID0gZmlsdGVyRGF0YS53b3Jrc2hpZnRHcm91cElkICYmIGZpbHRlckRhdGEud29ya3NoaWZ0R3JvdXBJZC5pZCB8fCBudWxsO1xuICAgICAgICB0aGlzLmludGVydmFsR3JvdXBJZCA9IGZpbHRlckRhdGEuaW50ZXJ2YWxHcm91cElkICYmIGZpbHRlckRhdGEuaW50ZXJ2YWxHcm91cElkLmlzIHx8IG51bGw7XG4gICAgICAgIHRoaXMuc2NhbGVUZWFtSWQgPSBmaWx0ZXJEYXRhLnNjYWxlVGVhbUlkICYmIGZpbHRlckRhdGEuc2NhbGVUZWFtSWQuaWQgfHwgbnVsbDtcbiAgICAgICAgdGhpcy5zY2FsZUNhdGVnb3J5SWQgPSBmaWx0ZXJEYXRhLnNjYWxlQ2F0ZWdvcnlJZCAmJiBmaWx0ZXJEYXRhLnNjYWxlQ2F0ZWdvcnlJZC5pZCB8fCBudWxsO1xuICAgICAgICB0aGlzLmVtcGxveW1lbnRSZWxhdGlvbnNoaXBJZCA9IGZpbHRlckRhdGEuZW1wbG95bWVudFJlbGF0aW9uc2hpcElkICYmIGZpbHRlckRhdGEuZW1wbG95bWVudFJlbGF0aW9uc2hpcElkLmlkIHx8IG51bGw7XG4gICAgICAgIHRoaXMuY29udHJhY3RUeXBlID0gZmlsdGVyRGF0YS5jb250cmFjdFR5cGUgfHwgbnVsbDtcbiAgICAgICAgdGhpcy5leHBlbnNlTmF0dXJlSWQgPSBmaWx0ZXJEYXRhLmV4cGVuc2VOYXR1cmVJZCAmJiBmaWx0ZXJEYXRhLmV4cGVuc2VOYXR1cmVJZC5pZCB8fCBudWxsO1xuICAgICAgICB0aGlzLmFsbG93RGVmaWNpZW50ID0gZmlsdGVyRGF0YS5hbGxvd0RlZmljaWVudCB8fCBudWxsO1xuICAgICAgICB0aGlzLmRpc2FiaWxpdHlJZHMgPSBmaWx0ZXJEYXRhLmRpc2FiaWxpdHlJZHMgfHwgbnVsbDtcbiAgICAgICAgdGhpcy5saXN0RXhwaXJlZCA9IGZpbHRlckRhdGEuaGFzT3duUHJvcGVydHkoJ2xpc3RFeHBpcmVkJykgPyBmaWx0ZXJEYXRhLmxpc3RFeHBpcmVkIDogZmFsc2U7XG4gICAgICAgIHRoaXMubWFuYWdlciA9IGZpbHRlckRhdGEubWFuYWdlciA/IGZpbHRlckRhdGEubWFuYWdlci50YWJsZUlkIDogbnVsbDtcbiAgICAgICAgdGhpcy5yZWZlcmVuY2VEYXRlID0gcmVmZXJlbmNlRGF0ZSB8fCBudWxsO1xuICAgICAgICB0aGlzLnBhZ2UgPSB7XG4gICAgICAgICAgICBjdXJyZW50OiBwYXlsb2FkLmZpcnN0ID8gcGF5bG9hZC5maXJzdCA6IDAsXG4gICAgICAgICAgICBzaXplOiBwYXlsb2FkLnJvd3MgPyBwYXlsb2FkLnJvd3MgOiAxMFxuICAgICAgICB9ICB8fCBudWxsO1xuXG4gICAgfVxuXG4gICAgZ2V0VG9GaWx0ZXIoKSB7XG4gICAgICAgIGNvbnN0IG9iakRUTyA9IHRoaXM7XG4gICAgICAgIG9iakRUTy5qb2Jwb3NpdGlvbklkcyA9IHRoaXMuY29udmVydExpc3RJZHModGhpcy5qb2Jwb3NpdGlvbklkcyk7XG4gICAgICAgIG9iakRUTy5kaXNhYmlsaXR5SWRzID0gdGhpcy5jb252ZXJ0TGlzdElkcyh0aGlzLmRpc2FiaWxpdHlJZHMpO1xuICAgICAgICByZXR1cm4gb2JqRFRPO1xuICAgIH1cblxuXG4gICAgY29udmVydExpc3RJZHMobGlzdDogYW55KSB7XG4gICAgICAgIGlmIChsaXN0KVxuICAgICAgICAgICAgcmV0dXJuIGxpc3QubWFwKChpbmRleDogYW55KSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKGluZGV4LnRhYmxlSWQpXG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBpbmRleC50YWJsZUlkO1xuICAgICAgICAgICAgICAgIGVsc2VcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGluZGV4LmlkO1xuICAgICAgICAgICAgfSk7XG4gICAgfVxuXG59XG4iXX0=
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/components/workstationgroup-lookup/workstationgroup-lookup.module.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
import { CommonModule } from "@angular/common";
|
|
7
|
-
import { NgModule } from "@angular/core";
|
|
8
|
-
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
|
9
|
-
import { TranslateModule } from "@ngx-translate/core";
|
|
10
|
-
import { DynamicFormModule } from "@seniorsistemas/angular-components";
|
|
11
|
-
import { AutocompleteService } from "./autocomplete.service";
|
|
12
|
-
import { LookupService } from "./lookup.service";
|
|
13
|
-
import { WorkstationgroupLookupComponent } from "./workstationgroup-lookup.component";
|
|
14
|
-
var WorkstationgroupLookupModule = /** @class */ (function () {
|
|
15
|
-
function WorkstationgroupLookupModule() {
|
|
16
|
-
}
|
|
17
|
-
WorkstationgroupLookupModule.decorators = [
|
|
18
|
-
{ type: NgModule, args: [{
|
|
19
|
-
imports: [FormsModule, DynamicFormModule, ReactiveFormsModule, CommonModule, TranslateModule],
|
|
20
|
-
declarations: [WorkstationgroupLookupComponent],
|
|
21
|
-
exports: [WorkstationgroupLookupComponent],
|
|
22
|
-
providers: [AutocompleteService, LookupService],
|
|
23
|
-
},] }
|
|
24
|
-
];
|
|
25
|
-
return WorkstationgroupLookupModule;
|
|
26
|
-
}());
|
|
27
|
-
export { WorkstationgroupLookupModule };
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid29ya3N0YXRpb25ncm91cC1sb29rdXAubW9kdWxlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvci1nZXN0YW8tcGVzc29hcy9wYXlyb2xsLWNvcmUvIiwic291cmNlcyI6WyJsaWIvY29tcG9uZW50cy93b3Jrc3RhdGlvbmdyb3VwLWxvb2t1cC93b3Jrc3RhdGlvbmdyb3VwLWxvb2t1cC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQzdELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUVqRCxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUV0RjtJQUFBO0lBT0EsQ0FBQzs7Z0JBUEEsUUFBUSxTQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFdBQVcsRUFBRSxpQkFBaUIsRUFBRSxtQkFBbUIsRUFBRSxZQUFZLEVBQUUsZUFBZSxDQUFDO29CQUM3RixZQUFZLEVBQUUsQ0FBQywrQkFBK0IsQ0FBQztvQkFDL0MsT0FBTyxFQUFFLENBQUMsK0JBQStCLENBQUM7b0JBQzFDLFNBQVMsRUFBRSxDQUFDLG1CQUFtQixFQUFFLGFBQWEsQ0FBQztpQkFDbEQ7O0lBRUQsbUNBQUM7Q0FBQSxBQVBELElBT0M7U0FEWSw0QkFBNEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcbmltcG9ydCB7IER5bmFtaWNGb3JtTW9kdWxlIH0gZnJvbSBcIkBzZW5pb3JzaXN0ZW1hcy9hbmd1bGFyLWNvbXBvbmVudHNcIjtcbmltcG9ydCB7IEF1dG9jb21wbGV0ZVNlcnZpY2UgfSBmcm9tIFwiLi9hdXRvY29tcGxldGUuc2VydmljZVwiO1xuaW1wb3J0IHsgTG9va3VwU2VydmljZSB9IGZyb20gXCIuL2xvb2t1cC5zZXJ2aWNlXCI7XG5cbmltcG9ydCB7IFdvcmtzdGF0aW9uZ3JvdXBMb29rdXBDb21wb25lbnQgfSBmcm9tIFwiLi93b3Jrc3RhdGlvbmdyb3VwLWxvb2t1cC5jb21wb25lbnRcIjtcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbRm9ybXNNb2R1bGUsIER5bmFtaWNGb3JtTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlLCBDb21tb25Nb2R1bGUsIFRyYW5zbGF0ZU1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbV29ya3N0YXRpb25ncm91cExvb2t1cENvbXBvbmVudF0sXG4gICAgZXhwb3J0czogW1dvcmtzdGF0aW9uZ3JvdXBMb29rdXBDb21wb25lbnRdLFxuICAgIHByb3ZpZGVyczogW0F1dG9jb21wbGV0ZVNlcnZpY2UsIExvb2t1cFNlcnZpY2VdLFxufSlcbmV4cG9ydCBjbGFzcyBXb3Jrc3RhdGlvbmdyb3VwTG9va3VwTW9kdWxlIHtcbn1cbiJdfQ==
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/entities/entity-odata-parameter.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
import { Operators } from '../enums';
|
|
7
|
-
var EntityODataParameter = /** @class */ (function () {
|
|
8
|
-
function EntityODataParameter(entityODataParameter) {
|
|
9
|
-
this.field = entityODataParameter.field;
|
|
10
|
-
this.value = entityODataParameter.value;
|
|
11
|
-
this.operation = entityODataParameter.operation;
|
|
12
|
-
}
|
|
13
|
-
Object.defineProperty(EntityODataParameter.prototype, "field", {
|
|
14
|
-
get: /**
|
|
15
|
-
* @return {?}
|
|
16
|
-
*/
|
|
17
|
-
function () {
|
|
18
|
-
return this._field;
|
|
19
|
-
},
|
|
20
|
-
set: /**
|
|
21
|
-
* @param {?} value
|
|
22
|
-
* @return {?}
|
|
23
|
-
*/
|
|
24
|
-
function (value) {
|
|
25
|
-
this._field = value;
|
|
26
|
-
},
|
|
27
|
-
enumerable: true,
|
|
28
|
-
configurable: true
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(EntityODataParameter.prototype, "operation", {
|
|
31
|
-
get: /**
|
|
32
|
-
* @return {?}
|
|
33
|
-
*/
|
|
34
|
-
function () {
|
|
35
|
-
return this._operation;
|
|
36
|
-
},
|
|
37
|
-
set: /**
|
|
38
|
-
* @param {?} value
|
|
39
|
-
* @return {?}
|
|
40
|
-
*/
|
|
41
|
-
function (value) {
|
|
42
|
-
this._operation = value;
|
|
43
|
-
},
|
|
44
|
-
enumerable: true,
|
|
45
|
-
configurable: true
|
|
46
|
-
});
|
|
47
|
-
Object.defineProperty(EntityODataParameter.prototype, "value", {
|
|
48
|
-
get: /**
|
|
49
|
-
* @return {?}
|
|
50
|
-
*/
|
|
51
|
-
function () {
|
|
52
|
-
return this._value;
|
|
53
|
-
},
|
|
54
|
-
set: /**
|
|
55
|
-
* @param {?} value
|
|
56
|
-
* @return {?}
|
|
57
|
-
*/
|
|
58
|
-
function (value) {
|
|
59
|
-
this._value = value;
|
|
60
|
-
},
|
|
61
|
-
enumerable: true,
|
|
62
|
-
configurable: true
|
|
63
|
-
});
|
|
64
|
-
/**
|
|
65
|
-
* @return {?}
|
|
66
|
-
*/
|
|
67
|
-
EntityODataParameter.prototype.toString = /**
|
|
68
|
-
* @return {?}
|
|
69
|
-
*/
|
|
70
|
-
function () {
|
|
71
|
-
if (this.operation === Operators.CONTAINING) {
|
|
72
|
-
return this.operation + "(lower(" + this.field + "), lower(" + this.value + "))";
|
|
73
|
-
}
|
|
74
|
-
return this.field + " " + (this.operation || '') + " " + this.value;
|
|
75
|
-
};
|
|
76
|
-
return EntityODataParameter;
|
|
77
|
-
}());
|
|
78
|
-
export { EntityODataParameter };
|
|
79
|
-
if (false) {
|
|
80
|
-
/**
|
|
81
|
-
* @type {?}
|
|
82
|
-
* @private
|
|
83
|
-
*/
|
|
84
|
-
EntityODataParameter.prototype._field;
|
|
85
|
-
/**
|
|
86
|
-
* @type {?}
|
|
87
|
-
* @private
|
|
88
|
-
*/
|
|
89
|
-
EntityODataParameter.prototype._operation;
|
|
90
|
-
/**
|
|
91
|
-
* @type {?}
|
|
92
|
-
* @private
|
|
93
|
-
*/
|
|
94
|
-
EntityODataParameter.prototype._value;
|
|
95
|
-
}
|
|
96
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW50aXR5LW9kYXRhLXBhcmFtZXRlci5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLXBlc3NvYXMvcGF5cm9sbC1jb3JlLyIsInNvdXJjZXMiOlsibGliL2NvcmUvZW50aXRpZXMvZW50aXR5LW9kYXRhLXBhcmFtZXRlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFFckM7SUFLRSw4QkFBWSxvQkFBNkU7UUFDdkYsSUFBSSxDQUFDLEtBQUssR0FBRyxvQkFBb0IsQ0FBQyxLQUFLLENBQUM7UUFDeEMsSUFBSSxDQUFDLEtBQUssR0FBRyxvQkFBb0IsQ0FBQyxLQUFLLENBQUM7UUFDeEMsSUFBSSxDQUFDLFNBQVMsR0FBRyxvQkFBb0IsQ0FBQyxTQUFTLENBQUM7SUFDbEQsQ0FBQztJQUVELHNCQUFJLHVDQUFLOzs7O1FBSVQ7WUFDRSxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7UUFDckIsQ0FBQzs7Ozs7UUFORCxVQUFVLEtBQUs7WUFDYixJQUFJLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQztRQUN0QixDQUFDOzs7T0FBQTtJQU1ELHNCQUFJLDJDQUFTOzs7O1FBSWI7WUFDRSxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUM7UUFDekIsQ0FBQzs7Ozs7UUFORCxVQUFjLEtBQUs7WUFDakIsSUFBSSxDQUFDLFVBQVUsR0FBRyxLQUFLLENBQUM7UUFDMUIsQ0FBQzs7O09BQUE7SUFNRCxzQkFBSSx1Q0FBSzs7OztRQUlUO1lBQ0UsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDO1FBQ3JCLENBQUM7Ozs7O1FBTkQsVUFBVSxLQUFLO1lBQ2IsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7UUFDdEIsQ0FBQzs7O09BQUE7Ozs7SUFNTSx1Q0FBUTs7O0lBQWY7UUFDRSxJQUFJLElBQUksQ0FBQyxTQUFTLEtBQUssU0FBUyxDQUFDLFVBQVUsRUFBRTtZQUMzQyxPQUFVLElBQUksQ0FBQyxTQUFTLGVBQVUsSUFBSSxDQUFDLEtBQUssaUJBQVksSUFBSSxDQUFDLEtBQUssT0FBSSxDQUFDO1NBQ3hFO1FBQ0QsT0FBVSxJQUFJLENBQUMsS0FBSyxVQUFJLElBQUksQ0FBQyxTQUFTLElBQUksRUFBRSxVQUFJLElBQUksQ0FBQyxLQUFPLENBQUM7SUFDL0QsQ0FBQztJQUNILDJCQUFDO0FBQUQsQ0FBQyxBQXpDRCxJQXlDQzs7Ozs7OztJQXhDQyxzQ0FBdUI7Ozs7O0lBQ3ZCLDBDQUE4Qjs7Ozs7SUFDOUIsc0NBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT3BlcmF0b3JzIH0gZnJvbSAnLi4vZW51bXMnO1xuXG5leHBvcnQgY2xhc3MgRW50aXR5T0RhdGFQYXJhbWV0ZXIge1xuICBwcml2YXRlIF9maWVsZDogc3RyaW5nO1xuICBwcml2YXRlIF9vcGVyYXRpb246IE9wZXJhdG9ycztcbiAgcHJpdmF0ZSBfdmFsdWU6IGFueTtcblxuICBjb25zdHJ1Y3RvcihlbnRpdHlPRGF0YVBhcmFtZXRlcjogeyBmaWVsZDogc3RyaW5nOyB2YWx1ZTogc3RyaW5nOyBvcGVyYXRpb24/OiBPcGVyYXRvcnMgfSkge1xuICAgIHRoaXMuZmllbGQgPSBlbnRpdHlPRGF0YVBhcmFtZXRlci5maWVsZDtcbiAgICB0aGlzLnZhbHVlID0gZW50aXR5T0RhdGFQYXJhbWV0ZXIudmFsdWU7XG4gICAgdGhpcy5vcGVyYXRpb24gPSBlbnRpdHlPRGF0YVBhcmFtZXRlci5vcGVyYXRpb247XG4gIH1cblxuICBzZXQgZmllbGQodmFsdWUpIHtcbiAgICB0aGlzLl9maWVsZCA9IHZhbHVlO1xuICB9XG5cbiAgZ2V0IGZpZWxkKCkge1xuICAgIHJldHVybiB0aGlzLl9maWVsZDtcbiAgfVxuXG4gIHNldCBvcGVyYXRpb24odmFsdWUpIHtcbiAgICB0aGlzLl9vcGVyYXRpb24gPSB2YWx1ZTtcbiAgfVxuXG4gIGdldCBvcGVyYXRpb24oKSB7XG4gICAgcmV0dXJuIHRoaXMuX29wZXJhdGlvbjtcbiAgfVxuXG4gIHNldCB2YWx1ZSh2YWx1ZSkge1xuICAgIHRoaXMuX3ZhbHVlID0gdmFsdWU7XG4gIH1cblxuICBnZXQgdmFsdWUoKSB7XG4gICAgcmV0dXJuIHRoaXMuX3ZhbHVlO1xuICB9XG5cbiAgcHVibGljIHRvU3RyaW5nKCk6IHN0cmluZyB7XG4gICAgaWYgKHRoaXMub3BlcmF0aW9uID09PSBPcGVyYXRvcnMuQ09OVEFJTklORykge1xuICAgICAgcmV0dXJuIGAke3RoaXMub3BlcmF0aW9ufShsb3dlcigke3RoaXMuZmllbGR9KSwgbG93ZXIoJHt0aGlzLnZhbHVlfSkpYDtcbiAgICB9XG4gICAgcmV0dXJuIGAke3RoaXMuZmllbGR9ICR7dGhpcy5vcGVyYXRpb24gfHwgJyd9ICR7dGhpcy52YWx1ZX1gO1xuICB9XG59XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/entities/index.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
export { EntityODataParameter } from './entity-odata-parameter';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yLWdlc3Rhby1wZXNzb2FzL3BheXJvbGwtY29yZS8iLCJzb3VyY2VzIjpbImxpYi9jb3JlL2VudGl0aWVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEscUNBQWMsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2VudGl0eS1vZGF0YS1wYXJhbWV0ZXInO1xuIl19
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/companyIndicationType.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var CompanyIndicationType = {
|
|
8
|
-
// Usa rotinas de dependente
|
|
9
|
-
USE_DEPENDENTS: "USE_DEPENDENTS",
|
|
10
|
-
// Controla frequência de vacinação
|
|
11
|
-
VACCINATION_FREQUENCY: "VACCINATION_FREQUENCY",
|
|
12
|
-
// Usa calculo de rateio
|
|
13
|
-
APPORTIONMENT_CALCULATION: "APPORTIONMENT_CALCULATION",
|
|
14
|
-
// Assinalamento usa posto de trabalho para colaborador
|
|
15
|
-
USE_WORKSTATION_GROUP_EMPLOYEE: "USE_WORKSTATION_GROUP_EMPLOYEE",
|
|
16
|
-
// Estrutura
|
|
17
|
-
STRUCTURE: "STRUCTURE",
|
|
18
|
-
// Anuidade
|
|
19
|
-
PAY_ANNUITY: "PAY_ANNUITY",
|
|
20
|
-
// Usa histórico de contas bancárias
|
|
21
|
-
USE_HISTORICAL_BANK_ACCOUNT: "USE_HISTORICAL_BANK_ACCOUNT",
|
|
22
|
-
};
|
|
23
|
-
export { CompanyIndicationType };
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGFueUluZGljYXRpb25UeXBlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvci1nZXN0YW8tcGVzc29hcy9wYXlyb2xsLWNvcmUvIiwic291cmNlcyI6WyJsaWIvY29yZS9lbnVtcy9jb21wYW55SW5kaWNhdGlvblR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUEsSUFBWSxxQkFBcUI7SUFDL0IsNEJBQTRCO0lBQzVCLGNBQWMsa0JBQW1CO0lBQ2pDLG1DQUFtQztJQUNuQyxxQkFBcUIseUJBQTBCO0lBQy9DLHdCQUF3QjtJQUN4Qix5QkFBeUIsNkJBQThCO0lBQ3ZELHVEQUF1RDtJQUN2RCw4QkFBOEIsa0NBQW1DO0lBQ2xFLFlBQVk7SUFDWCxTQUFTLGFBQWM7SUFDeEIsV0FBVztJQUNWLFdBQVcsZUFBZ0I7SUFDNUIsb0NBQW9DO0lBQ25DLDJCQUEyQiwrQkFBZ0M7RUFDNUQiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBDb21wYW55SW5kaWNhdGlvblR5cGUge1xuICAvLyBVc2Egcm90aW5hcyBkZSBkZXBlbmRlbnRlXG4gIFVTRV9ERVBFTkRFTlRTID0gJ1VTRV9ERVBFTkRFTlRTJyxcbiAgLy8gQ29udHJvbGEgZnJlcXXDqm5jaWEgZGUgdmFjaW5hw6fDo29cbiAgVkFDQ0lOQVRJT05fRlJFUVVFTkNZID0gJ1ZBQ0NJTkFUSU9OX0ZSRVFVRU5DWScsXG4gIC8vIFVzYSBjYWxjdWxvIGRlIHJhdGVpb1xuICBBUFBPUlRJT05NRU5UX0NBTENVTEFUSU9OID0gJ0FQUE9SVElPTk1FTlRfQ0FMQ1VMQVRJT04nLFxuICAvLyBBc3NpbmFsYW1lbnRvIHVzYSBwb3N0byBkZSB0cmFiYWxobyBwYXJhIGNvbGFib3JhZG9yXG4gIFVTRV9XT1JLU1RBVElPTl9HUk9VUF9FTVBMT1lFRSA9ICdVU0VfV09SS1NUQVRJT05fR1JPVVBfRU1QTE9ZRUUnLFxuIC8vIEVzdHJ1dHVyYVxuICBTVFJVQ1RVUkUgPSAnU1RSVUNUVVJFJyxcbiAvLyBBbnVpZGFkZVxuICBQQVlfQU5OVUlUWSA9ICdQQVlfQU5OVUlUWScsXG4gLy8gVXNhIGhpc3TDs3JpY28gZGUgY29udGFzIGJhbmPDoXJpYXNcbiAgVVNFX0hJU1RPUklDQUxfQkFOS19BQ0NPVU5UID0gJ1VTRV9ISVNUT1JJQ0FMX0JBTktfQUNDT1VOVCdcbn1cbiJdfQ==
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/comparetype.enumeration.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var CompareType = {
|
|
8
|
-
isBefore: "isBefore",
|
|
9
|
-
isAfter: "isAfter",
|
|
10
|
-
isSame: "isSame",
|
|
11
|
-
isSameOrAfter: "isSameOrAfter",
|
|
12
|
-
isSameOrBefore: "isSameOrBefore",
|
|
13
|
-
isNotSame: "isNotSame",
|
|
14
|
-
};
|
|
15
|
-
export { CompareType };
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGFyZXR5cGUuZW51bWVyYXRpb24uanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yLWdlc3Rhby1wZXNzb2FzL3BheXJvbGwtY29yZS8iLCJzb3VyY2VzIjpbImxpYi9jb3JlL2VudW1zL2NvbXBhcmV0eXBlLmVudW1lcmF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7OztBQUlBLElBQVksV0FBVztJQUNuQixRQUFRLFlBQWE7SUFDckIsT0FBTyxXQUFZO0lBQ25CLE1BQU0sVUFBVztJQUNqQixhQUFhLGlCQUFrQjtJQUMvQixjQUFjLGtCQUFtQjtJQUNqQyxTQUFTLGFBQWM7RUFDMUIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEVudW0gY29tIGFzIGZ1bsOnw7VlcyBkZSBjb21wYXJhw6fDo28gZGEgYmlibGlvdGVjYSBNb21lbnQuanNcbiAqIE7Do28gY29udGVtcGxhIGEgZnVuw6fDo28gaXNCZXR3ZWVuLCBzZXLDoSBuZWNlc3PDoXJpbyBmYXplciB1bWEgdmFsaWRhw6fDo28gZXNvZWPDrWZpY2EgcGFyYSB1c8OhLWxhXG4gKi9cbmV4cG9ydCBlbnVtIENvbXBhcmVUeXBlIHtcbiAgICBpc0JlZm9yZSA9IFwiaXNCZWZvcmVcIixcbiAgICBpc0FmdGVyID0gXCJpc0FmdGVyXCIsXG4gICAgaXNTYW1lID0gXCJpc1NhbWVcIixcbiAgICBpc1NhbWVPckFmdGVyID0gXCJpc1NhbWVPckFmdGVyXCIsXG4gICAgaXNTYW1lT3JCZWZvcmUgPSBcImlzU2FtZU9yQmVmb3JlXCIsXG4gICAgaXNOb3RTYW1lID0gXCJpc05vdFNhbWVcIixcbn1cbiJdfQ==
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/coreFieldType.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var CoreFieldType = {
|
|
8
|
-
searchValue: "searchValue",
|
|
9
|
-
};
|
|
10
|
-
export { CoreFieldType };
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29yZUZpZWxkVHlwZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLXBlc3NvYXMvcGF5cm9sbC1jb3JlLyIsInNvdXJjZXMiOlsibGliL2NvcmUvZW51bXMvY29yZUZpZWxkVHlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBQSxJQUFZLGFBQWE7SUFDckIsV0FBVyxlQUFnQjtFQUM5QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIENvcmVGaWVsZFR5cGUge1xuICAgIHNlYXJjaFZhbHVlID0gJ3NlYXJjaFZhbHVlJyxcbn1cbiJdfQ==
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/direction.enumeration.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var DirectionEnumeration = {
|
|
8
|
-
ASC: "ASC",
|
|
9
|
-
DESC: "DESC",
|
|
10
|
-
};
|
|
11
|
-
export { DirectionEnumeration };
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlyZWN0aW9uLmVudW1lcmF0aW9uLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvci1nZXN0YW8tcGVzc29hcy9wYXlyb2xsLWNvcmUvIiwic291cmNlcyI6WyJsaWIvY29yZS9lbnVtcy9kaXJlY3Rpb24uZW51bWVyYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUEsSUFBWSxvQkFBb0I7SUFDOUIsR0FBRyxPQUFRO0lBQ1gsSUFBSSxRQUFTO0VBQ2QiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBEaXJlY3Rpb25FbnVtZXJhdGlvbiB7XG4gIEFTQyA9ICdBU0MnLFxuICBERVNDID0gJ0RFU0MnLFxufVxuIl19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/httpRequestType.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var HttpRequestType = {
|
|
8
|
-
POST: "post",
|
|
9
|
-
GET: "get",
|
|
10
|
-
};
|
|
11
|
-
export { HttpRequestType };
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaHR0cFJlcXVlc3RUeXBlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvci1nZXN0YW8tcGVzc29hcy9wYXlyb2xsLWNvcmUvIiwic291cmNlcyI6WyJsaWIvY29yZS9lbnVtcy9odHRwUmVxdWVzdFR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUEsSUFBWSxlQUFlO0lBQ3pCLElBQUksUUFBUztJQUNiLEdBQUcsT0FBUTtFQUNaIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gSHR0cFJlcXVlc3RUeXBlIHtcbiAgUE9TVCA9IFwicG9zdFwiLFxuICBHRVQgPSBcImdldFwiLFxufVxuIl19
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/index.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
export { UsingType } from "./usingType";
|
|
7
|
-
export { CompanyIndicationType } from "./companyIndicationType";
|
|
8
|
-
export { CoreFieldType } from "./coreFieldType";
|
|
9
|
-
export { DirectionEnumeration } from "./direction.enumeration";
|
|
10
|
-
export { ModuleType } from "./moduleType";
|
|
11
|
-
export { Operators } from "./operators.enumeration";
|
|
12
|
-
export { CompareType } from "./comparetype.enumeration";
|
|
13
|
-
export { ServiceType } from "./serviceType";
|
|
14
|
-
export { HttpRequestType } from "./httpRequestType";
|
|
15
|
-
export { ReportFormat } from "./report-format.enumeration";
|
|
16
|
-
export { ParameterType } from "./parameter-type.enumeration";
|
|
17
|
-
export { MenuType } from "./menu-type.enumeration";
|
|
18
|
-
export { ReportStage } from "./report-stage.enumeration";
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yLWdlc3Rhby1wZXNzb2FzL3BheXJvbGwtY29yZS8iLCJzb3VyY2VzIjpbImxpYi9jb3JlL2VudW1zL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsMEJBQWMsYUFBYSxDQUFDO0FBQzVCLHNDQUFjLHlCQUF5QixDQUFDO0FBQ3hDLDhCQUFjLGlCQUFpQixDQUFDO0FBQ2hDLHFDQUFjLHlCQUF5QixDQUFDO0FBQ3hDLDJCQUFjLGNBQWMsQ0FBQztBQUM3QiwwQkFBYyx5QkFBeUIsQ0FBQztBQUN4Qyw0QkFBYywyQkFBMkIsQ0FBQztBQUMxQyw0QkFBYyxlQUFlLENBQUM7QUFDOUIsZ0NBQWMsbUJBQW1CLENBQUM7QUFDbEMsNkJBQWMsNkJBQTZCLENBQUM7QUFDNUMsOEJBQWMsOEJBQThCLENBQUM7QUFDN0MseUJBQWMseUJBQXlCLENBQUM7QUFDeEMsNEJBQWMsNEJBQTRCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tIFwiLi91c2luZ1R5cGVcIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBhbnlJbmRpY2F0aW9uVHlwZVwiO1xuZXhwb3J0ICogZnJvbSBcIi4vY29yZUZpZWxkVHlwZVwiO1xuZXhwb3J0ICogZnJvbSBcIi4vZGlyZWN0aW9uLmVudW1lcmF0aW9uXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9tb2R1bGVUeXBlXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9vcGVyYXRvcnMuZW51bWVyYXRpb25cIjtcbmV4cG9ydCAqIGZyb20gXCIuL2NvbXBhcmV0eXBlLmVudW1lcmF0aW9uXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9zZXJ2aWNlVHlwZVwiO1xuZXhwb3J0ICogZnJvbSBcIi4vaHR0cFJlcXVlc3RUeXBlXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9yZXBvcnQtZm9ybWF0LmVudW1lcmF0aW9uXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9wYXJhbWV0ZXItdHlwZS5lbnVtZXJhdGlvblwiO1xuZXhwb3J0ICogZnJvbSBcIi4vbWVudS10eXBlLmVudW1lcmF0aW9uXCI7XG5leHBvcnQgKiBmcm9tIFwiLi9yZXBvcnQtc3RhZ2UuZW51bWVyYXRpb25cIjtcbiJdfQ==
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/menu-type.enumeration.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var MenuType = {
|
|
8
|
-
DEFAULT: "DEFAULT",
|
|
9
|
-
ACTION: "ACTION",
|
|
10
|
-
};
|
|
11
|
-
export { MenuType };
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS10eXBlLmVudW1lcmF0aW9uLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvci1nZXN0YW8tcGVzc29hcy9wYXlyb2xsLWNvcmUvIiwic291cmNlcyI6WyJsaWIvY29yZS9lbnVtcy9tZW51LXR5cGUuZW51bWVyYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUEsSUFBWSxRQUFRO0lBQ2hCLE9BQU8sV0FBWTtJQUNuQixNQUFNLFVBQVc7RUFDcEIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBNZW51VHlwZSB7XG4gICAgREVGQVVMVCA9IFwiREVGQVVMVFwiLFxuICAgIEFDVElPTiA9IFwiQUNUSU9OXCJcbn1cbiJdfQ==
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/moduleType.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var ModuleType = {
|
|
8
|
-
/** Painel de gestão */
|
|
9
|
-
MANAGEMENT_PANEL: "MANAGEMENT_PANEL",
|
|
10
|
-
/** Gestão de desempenho*/
|
|
11
|
-
PERFORMANCE_MANAGEMENT: "PERFORMANCE_MANAGEMENT",
|
|
12
|
-
/** Carreira e sucessão */
|
|
13
|
-
CAREER_SUCCESSION: "CAREER_SUCCESSION",
|
|
14
|
-
/** Recrutamento */
|
|
15
|
-
RECRUIT_MANAGEMENT: "RECRUIT_MANAGEMENT",
|
|
16
|
-
/** Gestão de remuneração */
|
|
17
|
-
REMUNERATION_MANAGEMENT: "REMUNERATION_MANAGEMENT",
|
|
18
|
-
/** Gestão de desenvolvimento */
|
|
19
|
-
DEVELOPMENT_MANAGEMENT: "DEVELOPMENT_MANAGEMENT",
|
|
20
|
-
/** Folha de pagamento */
|
|
21
|
-
PAYROLL: "PAYROLL",
|
|
22
|
-
/** Aplicativo */
|
|
23
|
-
APP: "APP",
|
|
24
|
-
/** Moods */
|
|
25
|
-
MOODS: "MOODS",
|
|
26
|
-
};
|
|
27
|
-
export { ModuleType };
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlVHlwZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLXBlc3NvYXMvcGF5cm9sbC1jb3JlLyIsInNvdXJjZXMiOlsibGliL2NvcmUvZW51bXMvbW9kdWxlVHlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBQSxJQUFZLFVBQVU7SUFDcEIsdUJBQXVCO0lBQ3ZCLGdCQUFnQixvQkFBcUI7SUFDckMsMEJBQTBCO0lBQzFCLHNCQUFzQiwwQkFBMkI7SUFDakQsMEJBQTBCO0lBQzFCLGlCQUFpQixxQkFBc0I7SUFDdkMsbUJBQW1CO0lBQ25CLGtCQUFrQixzQkFBdUI7SUFDekMsNEJBQTRCO0lBQzVCLHVCQUF1QiwyQkFBNEI7SUFDbkQsZ0NBQWdDO0lBQ2hDLHNCQUFzQiwwQkFBMkI7SUFDakQseUJBQXlCO0lBQ3pCLE9BQU8sV0FBWTtJQUNuQixpQkFBaUI7SUFDakIsR0FBRyxPQUFRO0lBQ1gsWUFBWTtJQUNaLEtBQUssU0FBVTtFQUNoQiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIE1vZHVsZVR5cGUge1xuICAvKiogUGFpbmVsIGRlIGdlc3TDo28gKi9cbiAgTUFOQUdFTUVOVF9QQU5FTCA9ICdNQU5BR0VNRU5UX1BBTkVMJyxcbiAgLyoqIEdlc3TDo28gZGUgZGVzZW1wZW5obyovXG4gIFBFUkZPUk1BTkNFX01BTkFHRU1FTlQgPSAnUEVSRk9STUFOQ0VfTUFOQUdFTUVOVCcsXG4gIC8qKiBDYXJyZWlyYSBlIHN1Y2Vzc8OjbyAqL1xuICBDQVJFRVJfU1VDQ0VTU0lPTiA9ICdDQVJFRVJfU1VDQ0VTU0lPTicsXG4gIC8qKiBSZWNydXRhbWVudG8gKi9cbiAgUkVDUlVJVF9NQU5BR0VNRU5UID0gJ1JFQ1JVSVRfTUFOQUdFTUVOVCcsXG4gIC8qKiBHZXN0w6NvIGRlIHJlbXVuZXJhw6fDo28gKi9cbiAgUkVNVU5FUkFUSU9OX01BTkFHRU1FTlQgPSAnUkVNVU5FUkFUSU9OX01BTkFHRU1FTlQnLFxuICAvKiogR2VzdMOjbyBkZSBkZXNlbnZvbHZpbWVudG8gKi9cbiAgREVWRUxPUE1FTlRfTUFOQUdFTUVOVCA9ICdERVZFTE9QTUVOVF9NQU5BR0VNRU5UJyxcbiAgLyoqIEZvbGhhIGRlIHBhZ2FtZW50byAqL1xuICBQQVlST0xMID0gJ1BBWVJPTEwnLFxuICAvKiogQXBsaWNhdGl2byAqL1xuICBBUFAgPSAnQVBQJyxcbiAgLyoqIE1vb2RzICovXG4gIE1PT0RTID0gJ01PT0RTJ1xufVxuIl19
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/operators.enumeration.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var Operators = {
|
|
8
|
-
EQUAL: "eq",
|
|
9
|
-
DIFFERENT: "ne",
|
|
10
|
-
LESS_THAN: "it",
|
|
11
|
-
GREATER_THAN: "gt",
|
|
12
|
-
LESS__EQUAL_THAN: "le",
|
|
13
|
-
GREATER_EQUAL_THAN: "ge",
|
|
14
|
-
CONTAINING: "containing",
|
|
15
|
-
LOWER: "lower",
|
|
16
|
-
AND: "and",
|
|
17
|
-
OR: "or",
|
|
18
|
-
};
|
|
19
|
-
export { Operators };
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0b3JzLmVudW1lcmF0aW9uLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvci1nZXN0YW8tcGVzc29hcy9wYXlyb2xsLWNvcmUvIiwic291cmNlcyI6WyJsaWIvY29yZS9lbnVtcy9vcGVyYXRvcnMuZW51bWVyYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUEsSUFBWSxTQUFTO0lBQ25CLEtBQUssTUFBTztJQUNaLFNBQVMsTUFBTztJQUNoQixTQUFTLE1BQU87SUFDaEIsWUFBWSxNQUFPO0lBQ25CLGdCQUFnQixNQUFPO0lBQ3ZCLGtCQUFrQixNQUFPO0lBQ3pCLFVBQVUsY0FBZTtJQUN6QixLQUFLLFNBQVU7SUFDZixHQUFHLE9BQVE7SUFDWCxFQUFFLE1BQU87RUFDViIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIE9wZXJhdG9ycyB7XG4gIEVRVUFMID0gJ2VxJyxcbiAgRElGRkVSRU5UID0gJ25lJyxcbiAgTEVTU19USEFOID0gJ2l0JyxcbiAgR1JFQVRFUl9USEFOID0gJ2d0JyxcbiAgTEVTU19fRVFVQUxfVEhBTiA9ICdsZScsXG4gIEdSRUFURVJfRVFVQUxfVEhBTiA9ICdnZScsXG4gIENPTlRBSU5JTkcgPSAnY29udGFpbmluZycsXG4gIExPV0VSID0gJ2xvd2VyJyxcbiAgQU5EID0gJ2FuZCcsXG4gIE9SID0gJ29yJyxcbn1cbiJdfQ==
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/parameter-type.enumeration.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var ParameterType = {
|
|
8
|
-
STRING: "String",
|
|
9
|
-
INTEGER: "Integer",
|
|
10
|
-
DOUBLE: "Double",
|
|
11
|
-
BOOLEAN: "Boolean",
|
|
12
|
-
DATE: "Date",
|
|
13
|
-
DATETIME: "DateTime",
|
|
14
|
-
TIME: "Time",
|
|
15
|
-
OBJECT: "Object",
|
|
16
|
-
};
|
|
17
|
-
export { ParameterType };
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyYW1ldGVyLXR5cGUuZW51bWVyYXRpb24uanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yLWdlc3Rhby1wZXNzb2FzL3BheXJvbGwtY29yZS8iLCJzb3VyY2VzIjpbImxpYi9jb3JlL2VudW1zL3BhcmFtZXRlci10eXBlLmVudW1lcmF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7OztBQUFBLElBQVksYUFBYTtJQUNyQixNQUFNLFVBQVc7SUFDakIsT0FBTyxXQUFZO0lBQ25CLE1BQU0sVUFBVztJQUNqQixPQUFPLFdBQVk7SUFDbkIsSUFBSSxRQUFTO0lBQ2IsUUFBUSxZQUFhO0lBQ3JCLElBQUksUUFBUztJQUNiLE1BQU0sVUFBVztFQUNwQiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIFBhcmFtZXRlclR5cGUge1xuICAgIFNUUklORyA9IFwiU3RyaW5nXCIsXG4gICAgSU5URUdFUiA9IFwiSW50ZWdlclwiLFxuICAgIERPVUJMRSA9IFwiRG91YmxlXCIsXG4gICAgQk9PTEVBTiA9IFwiQm9vbGVhblwiLFxuICAgIERBVEUgPSBcIkRhdGVcIixcbiAgICBEQVRFVElNRSA9IFwiRGF0ZVRpbWVcIixcbiAgICBUSU1FID0gXCJUaW1lXCIsXG4gICAgT0JKRUNUID0gXCJPYmplY3RcIlxufVxuIl19
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/report-format.enumeration.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var ReportFormat = {
|
|
8
|
-
PDF: "Pdf",
|
|
9
|
-
CSV: "Csv",
|
|
10
|
-
HTML: "Html",
|
|
11
|
-
XLS: "Xls",
|
|
12
|
-
XLSX: "Xlsx",
|
|
13
|
-
XML: "Xml",
|
|
14
|
-
ODT: "Odt",
|
|
15
|
-
RTF: "Rtf",
|
|
16
|
-
};
|
|
17
|
-
export { ReportFormat };
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVwb3J0LWZvcm1hdC5lbnVtZXJhdGlvbi5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3ItZ2VzdGFvLXBlc3NvYXMvcGF5cm9sbC1jb3JlLyIsInNvdXJjZXMiOlsibGliL2NvcmUvZW51bXMvcmVwb3J0LWZvcm1hdC5lbnVtZXJhdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBQSxJQUFZLFlBQVk7SUFDcEIsR0FBRyxPQUFRO0lBQ1gsR0FBRyxPQUFRO0lBQ1gsSUFBSSxRQUFTO0lBQ2IsR0FBRyxPQUFRO0lBQ1gsSUFBSSxRQUFTO0lBQ2IsR0FBRyxPQUFRO0lBQ1gsR0FBRyxPQUFRO0lBQ1gsR0FBRyxPQUFRO0VBQ2QiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBSZXBvcnRGb3JtYXQge1xuICAgIFBERiA9IFwiUGRmXCIsXG4gICAgQ1NWID0gXCJDc3ZcIixcbiAgICBIVE1MID0gXCJIdG1sXCIsXG4gICAgWExTID0gXCJYbHNcIixcbiAgICBYTFNYID0gXCJYbHN4XCIsXG4gICAgWE1MID0gXCJYbWxcIixcbiAgICBPRFQgPSBcIk9kdFwiLFxuICAgIFJURiA9IFwiUnRmXCJcbn1cbiJdfQ==
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/report-stage.enumeration.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var ReportStage = {
|
|
8
|
-
STARTING: "Starting",
|
|
9
|
-
COMPILING: "Compiling",
|
|
10
|
-
FILLING: "Filling",
|
|
11
|
-
EXPORTING: "Exporting",
|
|
12
|
-
DONE: "Done",
|
|
13
|
-
CANCELLED: "Cancelled",
|
|
14
|
-
GENERATED: "Generated",
|
|
15
|
-
ERROR: "Error",
|
|
16
|
-
};
|
|
17
|
-
export { ReportStage };
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVwb3J0LXN0YWdlLmVudW1lcmF0aW9uLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNlbmlvci1nZXN0YW8tcGVzc29hcy9wYXlyb2xsLWNvcmUvIiwic291cmNlcyI6WyJsaWIvY29yZS9lbnVtcy9yZXBvcnQtc3RhZ2UuZW51bWVyYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUEsSUFBWSxXQUFXO0lBQ25CLFFBQVEsWUFBYTtJQUNyQixTQUFTLGFBQWM7SUFDdkIsT0FBTyxXQUFZO0lBQ25CLFNBQVMsYUFBYztJQUN2QixJQUFJLFFBQVM7SUFDYixTQUFTLGFBQWM7SUFDdkIsU0FBUyxhQUFjO0lBQ3ZCLEtBQUssU0FBVTtFQUNsQiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIFJlcG9ydFN0YWdlIHtcbiAgICBTVEFSVElORyA9IFwiU3RhcnRpbmdcIixcbiAgICBDT01QSUxJTkcgPSBcIkNvbXBpbGluZ1wiLFxuICAgIEZJTExJTkcgPSBcIkZpbGxpbmdcIixcbiAgICBFWFBPUlRJTkcgPSBcIkV4cG9ydGluZ1wiLFxuICAgIERPTkUgPSBcIkRvbmVcIixcbiAgICBDQU5DRUxMRUQgPSBcIkNhbmNlbGxlZFwiLFxuICAgIEdFTkVSQVRFRCA9IFwiR2VuZXJhdGVkXCIsXG4gICAgRVJST1IgPSBcIkVycm9yXCJcbn1cbiJdfQ==
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/core/enums/serviceType.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
/** @enum {string} */
|
|
7
|
-
var ServiceType = {
|
|
8
|
-
ENTRY: "entry",
|
|
9
|
-
GENERAL_REGISTER: "general_register",
|
|
10
|
-
ORGANIZATION_REGISTER: "organization_register",
|
|
11
|
-
PAYROLL: "payroll",
|
|
12
|
-
DEPENDENT: "dependent",
|
|
13
|
-
};
|
|
14
|
-
export { ServiceType };
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VydmljZVR5cGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2VuaW9yLWdlc3Rhby1wZXNzb2FzL3BheXJvbGwtY29yZS8iLCJzb3VyY2VzIjpbImxpYi9jb3JlL2VudW1zL3NlcnZpY2VUeXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7OztBQUFBLElBQVksV0FBVztJQUNyQixLQUFLLFNBQVU7SUFDZixnQkFBZ0Isb0JBQXFCO0lBQ3JDLHFCQUFxQix5QkFBMEI7SUFDL0MsT0FBTyxXQUFZO0lBQ25CLFNBQVMsYUFBYztFQUN4QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIFNlcnZpY2VUeXBlIHtcbiAgRU5UUlkgPSAnZW50cnknLFxuICBHRU5FUkFMX1JFR0lTVEVSID0gJ2dlbmVyYWxfcmVnaXN0ZXInLFxuICBPUkdBTklaQVRJT05fUkVHSVNURVIgPSAnb3JnYW5pemF0aW9uX3JlZ2lzdGVyJyxcbiAgUEFZUk9MTCA9ICdwYXlyb2xsJyxcbiAgREVQRU5ERU5UID0gJ2RlcGVuZGVudCcsXG59XG4iXX0=
|