@sofit/view-locale 1.337.2 → 1.338.3
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/.vscode/commit-msg.js +0 -0
- package/.vscode/settings.json +0 -0
- package/Jenkinsfile +0 -17
- package/coverage/jest/results.xml +25 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +79 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +201 -0
- package/coverage/lcov-report/lib/index.html +126 -0
- package/coverage/lcov-report/lib/index.ts.html +89 -0
- package/coverage/lcov-report/lib/runner.ts.html +575 -0
- package/coverage/lcov-report/lib/translations/common/auth.ts.html +95 -0
- package/coverage/lcov-report/lib/translations/common/benchmarking.ts.html +131 -0
- package/coverage/lcov-report/lib/translations/common/database-errors.ts.html +227 -0
- package/coverage/lcov-report/lib/translations/common/entity.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/common/firebase_notification.ts.html +131 -0
- package/coverage/lcov-report/lib/translations/common/general.ts.html +326 -0
- package/coverage/lcov-report/lib/translations/common/index.html +216 -0
- package/coverage/lcov-report/lib/translations/common/internal-server-errors.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/common/joi.ts.html +485 -0
- package/coverage/lcov-report/lib/translations/emails/change_solicitation_responsible.ts.html +194 -0
- package/coverage/lcov-report/lib/translations/emails/client_company_economic_groups_finished.ts.html +104 -0
- package/coverage/lcov-report/lib/translations/emails/dispatch-crlv.ts.html +137 -0
- package/coverage/lcov-report/lib/translations/emails/dispatch-vehicle-model-record.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/emails/finished-pre-invoice-conference.ts.html +152 -0
- package/coverage/lcov-report/lib/translations/emails/import_client_vehicle.ts.html +134 -0
- package/coverage/lcov-report/lib/translations/emails/index.html +276 -0
- package/coverage/lcov-report/lib/translations/emails/index.ts.html +110 -0
- package/coverage/lcov-report/lib/translations/emails/send_fine_consultation_error.ts.html +149 -0
- package/coverage/lcov-report/lib/translations/emails/send_pre_invoice_conference.ts.html +149 -0
- package/coverage/lcov-report/lib/translations/emails/unidas_vehicle_upsert_finished.ts.html +185 -0
- package/coverage/lcov-report/lib/translations/emails/vehicle_bulk_exceeded_limit.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/emails/vehicle_bulk_finished.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/index.html +111 -0
- package/coverage/lcov-report/lib/translations/index.ts.html +1349 -0
- package/coverage/lcov-report/lib/translations/integrations/index.html +141 -0
- package/coverage/lcov-report/lib/translations/integrations/inout.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/integrations/pipefy.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/integrations/suiv.ts.html +95 -0
- package/coverage/lcov-report/lib/translations/microservices/telemetry/index.html +111 -0
- package/coverage/lcov-report/lib/translations/microservices/telemetry/index.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/access_log.ts.html +476 -0
- package/coverage/lcov-report/lib/translations/modules/advance_payment.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/app_parameter.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/attachment.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle.ts.html +452 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle_reason.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle_to_delete.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/backup_vehicle_utilization.ts.html +407 -0
- package/coverage/lcov-report/lib/translations/modules/benchmark_pendency.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/budget.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/carsharing_type.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/modules/cash_basis.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/change_history.ts.html +254 -0
- package/coverage/lcov-report/lib/translations/modules/checklist.ts.html +389 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_group.ts.html +188 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_group_item.ts.html +347 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_group_option.ts.html +140 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_model.ts.html +287 -0
- package/coverage/lcov-report/lib/translations/modules/checklist_reply.ts.html +224 -0
- package/coverage/lcov-report/lib/translations/modules/city.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/modules/client.ts.html +512 -0
- package/coverage/lcov-report/lib/translations/modules/client_company.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/client_integration.ts.html +179 -0
- package/coverage/lcov-report/lib/translations/modules/company.ts.html +323 -0
- package/coverage/lcov-report/lib/translations/modules/condition.ts.html +320 -0
- package/coverage/lcov-report/lib/translations/modules/cost_center.ts.html +260 -0
- package/coverage/lcov-report/lib/translations/modules/cost_center_request_vehicle_type.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/cost_sharing.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/cost_sharing_entity.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/country.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/custom_field.ts.html +761 -0
- package/coverage/lcov-report/lib/translations/modules/custom_migration_table.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/custom_table.ts.html +311 -0
- package/coverage/lcov-report/lib/translations/modules/customer.ts.html +287 -0
- package/coverage/lcov-report/lib/translations/modules/daily_quota.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/dashboard.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/dashboard_report.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/db_server.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/deduct.ts.html +185 -0
- package/coverage/lcov-report/lib/translations/modules/deduct_installment.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/default_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/destination.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/document.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/driver_control.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/driver_license_point.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/email_template.ts.html +158 -0
- package/coverage/lcov-report/lib/translations/modules/employee.ts.html +1133 -0
- package/coverage/lcov-report/lib/translations/modules/employee_change_history.ts.html +275 -0
- package/coverage/lcov-report/lib/translations/modules/employee_hiring_regime.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/modules/employee_role.ts.html +179 -0
- package/coverage/lcov-report/lib/translations/modules/expense.ts.html +452 -0
- package/coverage/lcov-report/lib/translations/modules/expense_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/expense_parcel.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/exportations.ts.html +137 -0
- package/coverage/lcov-report/lib/translations/modules/external_relation.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/favorite.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/fine.ts.html +164 -0
- package/coverage/lcov-report/lib/translations/modules/fine_consultation.ts.html +692 -0
- package/coverage/lcov-report/lib/translations/modules/fine_infringement_resource.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/fine_qualification.ts.html +239 -0
- package/coverage/lcov-report/lib/translations/modules/fine_qualification_integration_key.ts.html +164 -0
- package/coverage/lcov-report/lib/translations/modules/fine_resource.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/foreseen_maintenance_plan_service_item.ts.html +236 -0
- package/coverage/lcov-report/lib/translations/modules/foreseen_service_order_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/gas_pump.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/gas_pump_control.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/gate.ts.html +164 -0
- package/coverage/lcov-report/lib/translations/modules/gate_appointment.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/gate_appointment_diary.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/import_map.ts.html +251 -0
- package/coverage/lcov-report/lib/translations/modules/import_map_process.ts.html +215 -0
- package/coverage/lcov-report/lib/translations/modules/index.html +3096 -0
- package/coverage/lcov-report/lib/translations/modules/inmetro_model.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/integration.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/item.ts.html +551 -0
- package/coverage/lcov-report/lib/translations/modules/leasing_contract.ts.html +176 -0
- package/coverage/lcov-report/lib/translations/modules/leasing_measurement.ts.html +413 -0
- package/coverage/lcov-report/lib/translations/modules/maintenance_plan.ts.html +212 -0
- package/coverage/lcov-report/lib/translations/modules/maintenance_plan_service.ts.html +464 -0
- package/coverage/lcov-report/lib/translations/modules/measurement_unit.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/module_help_config.ts.html +203 -0
- package/coverage/lcov-report/lib/translations/modules/module_help_user_data.ts.html +158 -0
- package/coverage/lcov-report/lib/translations/modules/night_transport.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/notification.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/occurrence_type.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/parameter.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/password_complexity.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/password_recover.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/pendency.ts.html +110 -0
- package/coverage/lcov-report/lib/translations/modules/plan.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/pre_invoice_compliance.ts.html +359 -0
- package/coverage/lcov-report/lib/translations/modules/pre_invoice_conference.ts.html +404 -0
- package/coverage/lcov-report/lib/translations/modules/profile.ts.html +227 -0
- package/coverage/lcov-report/lib/translations/modules/qualification_severity.ts.html +179 -0
- package/coverage/lcov-report/lib/translations/modules/quota.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/release_notification.ts.html +200 -0
- package/coverage/lcov-report/lib/translations/modules/rental_agreement.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/report.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/report_folder.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/request.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/request_destination.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/request_historic.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/request_occurrence.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/revenue.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/route.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/modules/service_budget.ts.html +485 -0
- package/coverage/lcov-report/lib/translations/modules/service_budget_item.ts.html +608 -0
- package/coverage/lcov-report/lib/translations/modules/service_order.ts.html +599 -0
- package/coverage/lcov-report/lib/translations/modules/service_order_expenses.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation.ts.html +416 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_action.ts.html +509 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_action_field.ts.html +344 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_action_message.ts.html +353 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_automation.ts.html +1181 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_comment.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_field.ts.html +266 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_history.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_phase.ts.html +311 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_transition.ts.html +227 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_transition_validation.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_type.ts.html +263 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_version.ts.html +197 -0
- package/coverage/lcov-report/lib/translations/modules/solicitation_watcher.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/sso_provider.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/state.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/stock_entry.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/stock_entry_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/stock_exit.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/stock_exit_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/stock_transfer.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/stock_transfer_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/sub_system.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/subscription.ts.html +131 -0
- package/coverage/lcov-report/lib/translations/modules/subscription_transaction.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/subsidiary.ts.html +260 -0
- package/coverage/lcov-report/lib/translations/modules/supplier.ts.html +476 -0
- package/coverage/lcov-report/lib/translations/modules/system.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/tag.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/taggable.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_event.ts.html +476 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_event_type.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_event_type_supplier.ts.html +176 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_historical_use.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_supplier_api.ts.html +119 -0
- package/coverage/lcov-report/lib/translations/modules/telemetry_supplier_field.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/tire.ts.html +170 -0
- package/coverage/lcov-report/lib/translations/modules/tire_brand.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/tire_dimension.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/tire_discard_cause.ts.html +128 -0
- package/coverage/lcov-report/lib/translations/modules/tire_drawing.ts.html +236 -0
- package/coverage/lcov-report/lib/translations/modules/tire_life.ts.html +110 -0
- package/coverage/lcov-report/lib/translations/modules/transaction.ts.html +668 -0
- package/coverage/lcov-report/lib/translations/modules/trip.ts.html +779 -0
- package/coverage/lcov-report/lib/translations/modules/upgrade_script.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/user.ts.html +251 -0
- package/coverage/lcov-report/lib/translations/modules/user_device.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/utilized_quota.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle.ts.html +2801 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_axes.ts.html +143 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_axis.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_axis_type.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_booking.ts.html +293 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_brand.ts.html +203 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_bulk.ts.html +191 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_casualty.ts.html +629 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_casualty_classification.ts.html +128 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_casualty_type.ts.html +128 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_change_history.ts.html +323 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_class.ts.html +140 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_deactivation_cause.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_due.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_event.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_event_type.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_fipe_option.ts.html +131 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_fuel.ts.html +179 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_group.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_hitch.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_layout.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_layout_axe.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_layout_position.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_leasing.ts.html +356 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan.ts.html +233 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_maintenance_plan_service.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model.ts.html +275 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_class.ts.html +176 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_consumption.ts.html +155 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_price_history.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_record.ts.html +131 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_technical_spec.ts.html +167 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_model_version.ts.html +203 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_request_type.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_stock.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_tag.ts.html +107 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_type.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/vehicle_type_axis.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/visual_management.ts.html +122 -0
- package/coverage/lcov-report/lib/translations/modules/warehouse.ts.html +188 -0
- package/coverage/lcov-report/lib/translations/modules/warehouse_item.ts.html +89 -0
- package/coverage/lcov-report/lib/translations/modules/webhook.ts.html +302 -0
- package/coverage/lcov-report/lib/translations/modules/white_label.ts.html +89 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +170 -0
- package/coverage/lcov.info +3156 -0
- package/jest.config.json +0 -0
- package/lib/index.ts +0 -0
- package/lib/joi/joi.type.ts +0 -0
- package/lib/languages.ts +0 -0
- package/lib/runner.ts +0 -0
- package/lib/tests/basic.spec.ts +0 -0
- package/lib/tests/joi.spec.ts +0 -0
- package/lib/translations/common/auth.ts +0 -0
- package/lib/translations/common/benchmarking.ts +0 -0
- package/lib/translations/common/database-errors.ts +0 -0
- package/lib/translations/common/entity.ts +0 -0
- package/lib/translations/common/firebase_notification.ts +0 -0
- package/lib/translations/common/general.ts +0 -0
- package/lib/translations/common/internal-server-errors.ts +0 -0
- package/lib/translations/common/joi.ts +0 -0
- package/lib/translations/emails/change_solicitation_responsible.ts +0 -0
- package/lib/translations/emails/client_company_economic_groups_finished.ts +0 -0
- package/lib/translations/emails/dispatch-crlv.ts +0 -0
- package/lib/translations/emails/dispatch-vehicle-model-record.ts +0 -0
- package/lib/translations/emails/finished-pre-invoice-conference.ts +0 -0
- package/lib/translations/emails/import_client_vehicle.ts +0 -0
- package/lib/translations/emails/index.ts +0 -0
- package/lib/translations/emails/send_fine_consultation_error.ts +0 -0
- package/lib/translations/emails/send_pre_invoice_conference.ts +0 -0
- package/lib/translations/emails/unidas_vehicle_upsert_finished.ts +0 -0
- package/lib/translations/emails/vehicle_bulk_exceeded_limit.ts +0 -0
- package/lib/translations/emails/vehicle_bulk_finished.ts +0 -0
- package/lib/translations/index.ts +0 -0
- package/lib/translations/integrations/inout.ts +0 -0
- package/lib/translations/integrations/pipefy.ts +0 -0
- package/lib/translations/integrations/suiv.ts +0 -0
- package/lib/translations/microservices/telemetry/index.ts +0 -0
- package/lib/translations/modules/access_log.ts +0 -0
- package/lib/translations/modules/advance_payment.ts +0 -0
- package/lib/translations/modules/app_parameter.ts +0 -0
- package/lib/translations/modules/attachment.ts +0 -0
- package/lib/translations/modules/backup_vehicle.ts +0 -0
- package/lib/translations/modules/backup_vehicle_reason.ts +0 -0
- package/lib/translations/modules/backup_vehicle_to_delete.ts +0 -0
- package/lib/translations/modules/backup_vehicle_utilization.ts +0 -0
- package/lib/translations/modules/benchmark_pendency.ts +0 -0
- package/lib/translations/modules/budget.ts +0 -0
- package/lib/translations/modules/carsharing_type.ts +0 -0
- package/lib/translations/modules/cash_basis.ts +0 -0
- package/lib/translations/modules/change_history.ts +0 -0
- package/lib/translations/modules/checklist.ts +0 -0
- package/lib/translations/modules/checklist_group.ts +0 -0
- package/lib/translations/modules/checklist_group_item.ts +0 -0
- package/lib/translations/modules/checklist_group_option.ts +0 -0
- package/lib/translations/modules/checklist_model.ts +0 -0
- package/lib/translations/modules/checklist_reply.ts +0 -0
- package/lib/translations/modules/city.ts +0 -0
- package/lib/translations/modules/client.ts +0 -0
- package/lib/translations/modules/client_company.ts +0 -0
- package/lib/translations/modules/client_integration.ts +0 -0
- package/lib/translations/modules/company.ts +0 -0
- package/lib/translations/modules/condition.ts +0 -0
- package/lib/translations/modules/cost_center.ts +0 -0
- package/lib/translations/modules/cost_center_request_vehicle_type.ts +0 -0
- package/lib/translations/modules/cost_sharing.ts +0 -0
- package/lib/translations/modules/cost_sharing_entity.ts +0 -0
- package/lib/translations/modules/country.ts +0 -0
- package/lib/translations/modules/custom_field.ts +0 -0
- package/lib/translations/modules/custom_migration_table.ts +0 -0
- package/lib/translations/modules/custom_table.ts +0 -0
- package/lib/translations/modules/customer.ts +0 -0
- package/lib/translations/modules/daily_quota.ts +0 -0
- package/lib/translations/modules/dashboard.ts +0 -0
- package/lib/translations/modules/dashboard_report.ts +0 -0
- package/lib/translations/modules/db_server.ts +0 -0
- package/lib/translations/modules/deduct.ts +0 -0
- package/lib/translations/modules/deduct_installment.ts +0 -0
- package/lib/translations/modules/default_item.ts +0 -0
- package/lib/translations/modules/destination.ts +0 -0
- package/lib/translations/modules/document.ts +0 -0
- package/lib/translations/modules/driver_control.ts +0 -0
- package/lib/translations/modules/driver_license_point.ts +0 -0
- package/lib/translations/modules/email_template.ts +0 -0
- package/lib/translations/modules/employee.ts +0 -0
- package/lib/translations/modules/employee_change_history.ts +0 -0
- package/lib/translations/modules/employee_hiring_regime.ts +0 -0
- package/lib/translations/modules/employee_role.ts +0 -0
- package/lib/translations/modules/expense.ts +0 -0
- package/lib/translations/modules/expense_item.ts +0 -0
- package/lib/translations/modules/expense_parcel.ts +0 -0
- package/lib/translations/modules/exportations.ts +0 -0
- package/lib/translations/modules/external_relation.ts +0 -0
- package/lib/translations/modules/favorite.ts +0 -0
- package/lib/translations/modules/fine.ts +0 -0
- package/lib/translations/modules/fine_consultation.ts +0 -0
- package/lib/translations/modules/fine_infringement_resource.ts +0 -0
- package/lib/translations/modules/fine_qualification.ts +0 -0
- package/lib/translations/modules/fine_qualification_integration_key.ts +0 -0
- package/lib/translations/modules/fine_resource.ts +0 -0
- package/lib/translations/modules/foreseen_maintenance_plan_service_item.ts +0 -0
- package/lib/translations/modules/foreseen_service_order_item.ts +0 -0
- package/lib/translations/modules/gas_pump.ts +0 -0
- package/lib/translations/modules/gas_pump_control.ts +0 -0
- package/lib/translations/modules/gate.ts +0 -0
- package/lib/translations/modules/gate_appointment.ts +0 -0
- package/lib/translations/modules/gate_appointment_diary.ts +0 -0
- package/lib/translations/modules/import_map.ts +0 -0
- package/lib/translations/modules/import_map_process.ts +0 -0
- package/lib/translations/modules/inmetro_model.ts +0 -0
- package/lib/translations/modules/integration.ts +0 -0
- package/lib/translations/modules/item.ts +0 -0
- package/lib/translations/modules/leasing_contract.ts +0 -0
- package/lib/translations/modules/leasing_measurement.ts +0 -0
- package/lib/translations/modules/maintenance_plan.ts +0 -0
- package/lib/translations/modules/maintenance_plan_service.ts +0 -0
- package/lib/translations/modules/measurement_unit.ts +0 -0
- package/lib/translations/modules/module_help_config.ts +0 -0
- package/lib/translations/modules/module_help_user_data.ts +0 -0
- package/lib/translations/modules/night_transport.ts +0 -0
- package/lib/translations/modules/notification.ts +0 -0
- package/lib/translations/modules/occurrence_type.ts +0 -0
- package/lib/translations/modules/parameter.ts +0 -0
- package/lib/translations/modules/password_complexity.ts +0 -0
- package/lib/translations/modules/password_recover.ts +0 -0
- package/lib/translations/modules/pendency.ts +0 -0
- package/lib/translations/modules/plan.ts +0 -0
- package/lib/translations/modules/pre_invoice_compliance.ts +0 -0
- package/lib/translations/modules/pre_invoice_conference.ts +0 -0
- package/lib/translations/modules/profile.ts +0 -0
- package/lib/translations/modules/qualification_severity.ts +0 -0
- package/lib/translations/modules/quota.ts +0 -0
- package/lib/translations/modules/release_notification.ts +0 -0
- package/lib/translations/modules/rental_agreement.ts +0 -0
- package/lib/translations/modules/report.ts +0 -0
- package/lib/translations/modules/report_folder.ts +0 -0
- package/lib/translations/modules/request.ts +0 -0
- package/lib/translations/modules/request_destination.ts +0 -0
- package/lib/translations/modules/request_historic.ts +0 -0
- package/lib/translations/modules/request_occurrence.ts +0 -0
- package/lib/translations/modules/revenue.ts +0 -0
- package/lib/translations/modules/route.ts +0 -0
- package/lib/translations/modules/service_budget.ts +0 -0
- package/lib/translations/modules/service_budget_item.ts +0 -0
- package/lib/translations/modules/service_order.ts +0 -0
- package/lib/translations/modules/service_order_expenses.ts +0 -0
- package/lib/translations/modules/solicitation.ts +0 -0
- package/lib/translations/modules/solicitation_action.ts +0 -0
- package/lib/translations/modules/solicitation_action_field.ts +0 -0
- package/lib/translations/modules/solicitation_action_message.ts +0 -0
- package/lib/translations/modules/solicitation_automation.ts +0 -0
- package/lib/translations/modules/solicitation_comment.ts +0 -0
- package/lib/translations/modules/solicitation_field.ts +0 -0
- package/lib/translations/modules/solicitation_history.ts +0 -0
- package/lib/translations/modules/solicitation_phase.ts +0 -0
- package/lib/translations/modules/solicitation_transition.ts +0 -0
- package/lib/translations/modules/solicitation_transition_validation.ts +0 -0
- package/lib/translations/modules/solicitation_type.ts +0 -0
- package/lib/translations/modules/solicitation_version.ts +0 -0
- package/lib/translations/modules/solicitation_watcher.ts +0 -0
- package/lib/translations/modules/sso_provider.ts +0 -0
- package/lib/translations/modules/state.ts +0 -0
- package/lib/translations/modules/stock_entry.ts +0 -0
- package/lib/translations/modules/stock_entry_item.ts +0 -0
- package/lib/translations/modules/stock_exit.ts +0 -0
- package/lib/translations/modules/stock_exit_item.ts +0 -0
- package/lib/translations/modules/stock_transfer.ts +0 -0
- package/lib/translations/modules/stock_transfer_item.ts +0 -0
- package/lib/translations/modules/sub_system.ts +0 -0
- package/lib/translations/modules/subscription.ts +0 -0
- package/lib/translations/modules/subscription_transaction.ts +0 -0
- package/lib/translations/modules/subsidiary.ts +0 -0
- package/lib/translations/modules/supplier.ts +0 -0
- package/lib/translations/modules/system.ts +0 -0
- package/lib/translations/modules/tag.ts +0 -0
- package/lib/translations/modules/taggable.ts +0 -0
- package/lib/translations/modules/telemetry_event.ts +0 -0
- package/lib/translations/modules/telemetry_event_type.ts +0 -0
- package/lib/translations/modules/telemetry_event_type_supplier.ts +0 -0
- package/lib/translations/modules/telemetry_historical_use.ts +0 -0
- package/lib/translations/modules/telemetry_supplier_api.ts +0 -0
- package/lib/translations/modules/telemetry_supplier_field.ts +0 -0
- package/lib/translations/modules/tire.ts +0 -0
- package/lib/translations/modules/tire_brand.ts +0 -0
- package/lib/translations/modules/tire_dimension.ts +0 -0
- package/lib/translations/modules/tire_discard_cause.ts +0 -0
- package/lib/translations/modules/tire_drawing.ts +0 -0
- package/lib/translations/modules/tire_life.ts +0 -0
- package/lib/translations/modules/transaction.ts +0 -0
- package/lib/translations/modules/trip.ts +0 -0
- package/lib/translations/modules/upgrade_script.ts +0 -0
- package/lib/translations/modules/user.ts +0 -0
- package/lib/translations/modules/user_device.ts +0 -0
- package/lib/translations/modules/utilized_quota.ts +0 -0
- package/lib/translations/modules/vehicle.ts +0 -0
- package/lib/translations/modules/vehicle_axes.ts +0 -0
- package/lib/translations/modules/vehicle_axis.ts +0 -0
- package/lib/translations/modules/vehicle_axis_type.ts +0 -0
- package/lib/translations/modules/vehicle_booking.ts +0 -0
- package/lib/translations/modules/vehicle_brand.ts +0 -0
- package/lib/translations/modules/vehicle_bulk.ts +0 -0
- package/lib/translations/modules/vehicle_casualty.ts +0 -0
- package/lib/translations/modules/vehicle_casualty_classification.ts +0 -0
- package/lib/translations/modules/vehicle_casualty_type.ts +0 -0
- package/lib/translations/modules/vehicle_change_history.ts +0 -0
- package/lib/translations/modules/vehicle_class.ts +0 -0
- package/lib/translations/modules/vehicle_deactivation_cause.ts +0 -0
- package/lib/translations/modules/vehicle_due.ts +0 -0
- package/lib/translations/modules/vehicle_event.ts +0 -0
- package/lib/translations/modules/vehicle_event_type.ts +0 -0
- package/lib/translations/modules/vehicle_fipe_option.ts +0 -0
- package/lib/translations/modules/vehicle_fuel.ts +0 -0
- package/lib/translations/modules/vehicle_group.ts +0 -0
- package/lib/translations/modules/vehicle_hitch.ts +0 -0
- package/lib/translations/modules/vehicle_layout.ts +0 -0
- package/lib/translations/modules/vehicle_layout_axe.ts +0 -0
- package/lib/translations/modules/vehicle_layout_position.ts +0 -0
- package/lib/translations/modules/vehicle_leasing.ts +0 -0
- package/lib/translations/modules/vehicle_maintenance_plan.ts +0 -0
- package/lib/translations/modules/vehicle_maintenance_plan_item.ts +0 -0
- package/lib/translations/modules/vehicle_maintenance_plan_service.ts +0 -0
- package/lib/translations/modules/vehicle_model.ts +0 -0
- package/lib/translations/modules/vehicle_model_class.ts +0 -0
- package/lib/translations/modules/vehicle_model_consumption.ts +0 -0
- package/lib/translations/modules/vehicle_model_price_history.ts +0 -0
- package/lib/translations/modules/vehicle_model_record.ts +0 -0
- package/lib/translations/modules/vehicle_model_technical_spec.ts +0 -0
- package/lib/translations/modules/vehicle_model_version.ts +0 -0
- package/lib/translations/modules/vehicle_request_type.ts +0 -0
- package/lib/translations/modules/vehicle_stock.ts +0 -0
- package/lib/translations/modules/vehicle_tag.ts +0 -0
- package/lib/translations/modules/vehicle_type.ts +0 -0
- package/lib/translations/modules/vehicle_type_axis.ts +0 -0
- package/lib/translations/modules/visual_management.ts +0 -0
- package/lib/translations/modules/warehouse.ts +0 -0
- package/lib/translations/modules/warehouse_item.ts +0 -0
- package/lib/translations/modules/webhook.ts +0 -0
- package/lib/translations/modules/white_label.ts +0 -0
- package/lib/translations/translation.interface.ts +0 -0
- package/package.json +1 -1
- package/readme.md +0 -0
- package/nodemon.json +0 -6
- package/package-lock.json_old +0 -7972
- package/tsconfig.json +0 -62
- package/tslint.json +0 -11
package/.vscode/commit-msg.js
CHANGED
|
File without changes
|
package/.vscode/settings.json
CHANGED
|
File without changes
|
package/Jenkinsfile
CHANGED
|
@@ -30,23 +30,6 @@ pipeline {
|
|
|
30
30
|
sh 'npm test'
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
|
|
34
|
-
stage('Publish') {
|
|
35
|
-
when {
|
|
36
|
-
expression {
|
|
37
|
-
env.BRANCH_NAME == "master"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
steps {
|
|
42
|
-
script {
|
|
43
|
-
withCredentials([string(credentialsId: 'npm', variable: 'NPM_TOKEN')]) {
|
|
44
|
-
sh "echo //registry.npmjs.org/:_authToken=${env.NPM_TOKEN} > .npmrc"
|
|
45
|
-
sh 'npm publish'
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
33
|
}
|
|
51
34
|
|
|
52
35
|
post {
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuites name="Sofit View Locale tests" tests="9" failures="0" time="8.385">
|
|
3
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2023-02-28T19:52:36" time="6.953" tests="5">
|
|
4
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.002">
|
|
5
|
+
</testcase>
|
|
6
|
+
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0.001">
|
|
7
|
+
</testcase>
|
|
8
|
+
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0.001">
|
|
9
|
+
</testcase>
|
|
10
|
+
<testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
|
|
11
|
+
</testcase>
|
|
12
|
+
<testcase classname="Joi tests should return translated types" name="Joi tests should return translated types" time="0.001">
|
|
13
|
+
</testcase>
|
|
14
|
+
</testsuite>
|
|
15
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2023-02-28T19:52:43" time="0.5" tests="4">
|
|
16
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.002">
|
|
17
|
+
</testcase>
|
|
18
|
+
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
|
|
19
|
+
</testcase>
|
|
20
|
+
<testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0.001">
|
|
21
|
+
</testcase>
|
|
22
|
+
<testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0">
|
|
23
|
+
</testcase>
|
|
24
|
+
</testsuite>
|
|
25
|
+
</testsuites>
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
body, html {
|
|
2
|
+
margin:0; padding: 0;
|
|
3
|
+
height: 100%;
|
|
4
|
+
}
|
|
5
|
+
body {
|
|
6
|
+
font-family: Helvetica Neue, Helvetica, Arial;
|
|
7
|
+
font-size: 14px;
|
|
8
|
+
color:#333;
|
|
9
|
+
}
|
|
10
|
+
.small { font-size: 12px; }
|
|
11
|
+
*, *:after, *:before {
|
|
12
|
+
-webkit-box-sizing:border-box;
|
|
13
|
+
-moz-box-sizing:border-box;
|
|
14
|
+
box-sizing:border-box;
|
|
15
|
+
}
|
|
16
|
+
h1 { font-size: 20px; margin: 0;}
|
|
17
|
+
h2 { font-size: 14px; }
|
|
18
|
+
pre {
|
|
19
|
+
font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
20
|
+
margin: 0;
|
|
21
|
+
padding: 0;
|
|
22
|
+
-moz-tab-size: 2;
|
|
23
|
+
-o-tab-size: 2;
|
|
24
|
+
tab-size: 2;
|
|
25
|
+
}
|
|
26
|
+
a { color:#0074D9; text-decoration:none; }
|
|
27
|
+
a:hover { text-decoration:underline; }
|
|
28
|
+
.strong { font-weight: bold; }
|
|
29
|
+
.space-top1 { padding: 10px 0 0 0; }
|
|
30
|
+
.pad2y { padding: 20px 0; }
|
|
31
|
+
.pad1y { padding: 10px 0; }
|
|
32
|
+
.pad2x { padding: 0 20px; }
|
|
33
|
+
.pad2 { padding: 20px; }
|
|
34
|
+
.pad1 { padding: 10px; }
|
|
35
|
+
.space-left2 { padding-left:55px; }
|
|
36
|
+
.space-right2 { padding-right:20px; }
|
|
37
|
+
.center { text-align:center; }
|
|
38
|
+
.clearfix { display:block; }
|
|
39
|
+
.clearfix:after {
|
|
40
|
+
content:'';
|
|
41
|
+
display:block;
|
|
42
|
+
height:0;
|
|
43
|
+
clear:both;
|
|
44
|
+
visibility:hidden;
|
|
45
|
+
}
|
|
46
|
+
.fl { float: left; }
|
|
47
|
+
@media only screen and (max-width:640px) {
|
|
48
|
+
.col3 { width:100%; max-width:100%; }
|
|
49
|
+
.hide-mobile { display:none!important; }
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.quiet {
|
|
53
|
+
color: #7f7f7f;
|
|
54
|
+
color: rgba(0,0,0,0.5);
|
|
55
|
+
}
|
|
56
|
+
.quiet a { opacity: 0.7; }
|
|
57
|
+
|
|
58
|
+
.fraction {
|
|
59
|
+
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
60
|
+
font-size: 10px;
|
|
61
|
+
color: #555;
|
|
62
|
+
background: #E8E8E8;
|
|
63
|
+
padding: 4px 5px;
|
|
64
|
+
border-radius: 3px;
|
|
65
|
+
vertical-align: middle;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
div.path a:link, div.path a:visited { color: #333; }
|
|
69
|
+
table.coverage {
|
|
70
|
+
border-collapse: collapse;
|
|
71
|
+
margin: 10px 0 0 0;
|
|
72
|
+
padding: 0;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
table.coverage td {
|
|
76
|
+
margin: 0;
|
|
77
|
+
padding: 0;
|
|
78
|
+
vertical-align: top;
|
|
79
|
+
}
|
|
80
|
+
table.coverage td.line-count {
|
|
81
|
+
text-align: right;
|
|
82
|
+
padding: 0 5px 0 20px;
|
|
83
|
+
}
|
|
84
|
+
table.coverage td.line-coverage {
|
|
85
|
+
text-align: right;
|
|
86
|
+
padding-right: 10px;
|
|
87
|
+
min-width:20px;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
table.coverage td span.cline-any {
|
|
91
|
+
display: inline-block;
|
|
92
|
+
padding: 0 5px;
|
|
93
|
+
width: 100%;
|
|
94
|
+
}
|
|
95
|
+
.missing-if-branch {
|
|
96
|
+
display: inline-block;
|
|
97
|
+
margin-right: 5px;
|
|
98
|
+
border-radius: 3px;
|
|
99
|
+
position: relative;
|
|
100
|
+
padding: 0 4px;
|
|
101
|
+
background: #333;
|
|
102
|
+
color: yellow;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.skip-if-branch {
|
|
106
|
+
display: none;
|
|
107
|
+
margin-right: 10px;
|
|
108
|
+
position: relative;
|
|
109
|
+
padding: 0 4px;
|
|
110
|
+
background: #ccc;
|
|
111
|
+
color: white;
|
|
112
|
+
}
|
|
113
|
+
.missing-if-branch .typ, .skip-if-branch .typ {
|
|
114
|
+
color: inherit !important;
|
|
115
|
+
}
|
|
116
|
+
.coverage-summary {
|
|
117
|
+
border-collapse: collapse;
|
|
118
|
+
width: 100%;
|
|
119
|
+
}
|
|
120
|
+
.coverage-summary tr { border-bottom: 1px solid #bbb; }
|
|
121
|
+
.keyline-all { border: 1px solid #ddd; }
|
|
122
|
+
.coverage-summary td, .coverage-summary th { padding: 10px; }
|
|
123
|
+
.coverage-summary tbody { border: 1px solid #bbb; }
|
|
124
|
+
.coverage-summary td { border-right: 1px solid #bbb; }
|
|
125
|
+
.coverage-summary td:last-child { border-right: none; }
|
|
126
|
+
.coverage-summary th {
|
|
127
|
+
text-align: left;
|
|
128
|
+
font-weight: normal;
|
|
129
|
+
white-space: nowrap;
|
|
130
|
+
}
|
|
131
|
+
.coverage-summary th.file { border-right: none !important; }
|
|
132
|
+
.coverage-summary th.pct { }
|
|
133
|
+
.coverage-summary th.pic,
|
|
134
|
+
.coverage-summary th.abs,
|
|
135
|
+
.coverage-summary td.pct,
|
|
136
|
+
.coverage-summary td.abs { text-align: right; }
|
|
137
|
+
.coverage-summary td.file { white-space: nowrap; }
|
|
138
|
+
.coverage-summary td.pic { min-width: 120px !important; }
|
|
139
|
+
.coverage-summary tfoot td { }
|
|
140
|
+
|
|
141
|
+
.coverage-summary .sorter {
|
|
142
|
+
height: 10px;
|
|
143
|
+
width: 7px;
|
|
144
|
+
display: inline-block;
|
|
145
|
+
margin-left: 0.5em;
|
|
146
|
+
background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent;
|
|
147
|
+
}
|
|
148
|
+
.coverage-summary .sorted .sorter {
|
|
149
|
+
background-position: 0 -20px;
|
|
150
|
+
}
|
|
151
|
+
.coverage-summary .sorted-desc .sorter {
|
|
152
|
+
background-position: 0 -10px;
|
|
153
|
+
}
|
|
154
|
+
.status-line { height: 10px; }
|
|
155
|
+
/* yellow */
|
|
156
|
+
.cbranch-no { background: yellow !important; color: #111; }
|
|
157
|
+
/* dark red */
|
|
158
|
+
.red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
|
|
159
|
+
.low .chart { border:1px solid #C21F39 }
|
|
160
|
+
.highlighted,
|
|
161
|
+
.highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{
|
|
162
|
+
background: #C21F39 !important;
|
|
163
|
+
}
|
|
164
|
+
/* medium red */
|
|
165
|
+
.cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE }
|
|
166
|
+
/* light red */
|
|
167
|
+
.low, .cline-no { background:#FCE1E5 }
|
|
168
|
+
/* light green */
|
|
169
|
+
.high, .cline-yes { background:rgb(230,245,208) }
|
|
170
|
+
/* medium green */
|
|
171
|
+
.cstat-yes { background:rgb(161,215,106) }
|
|
172
|
+
/* dark green */
|
|
173
|
+
.status-line.high, .high .cover-fill { background:rgb(77,146,33) }
|
|
174
|
+
.high .chart { border:1px solid rgb(77,146,33) }
|
|
175
|
+
/* dark yellow (gold) */
|
|
176
|
+
.status-line.medium, .medium .cover-fill { background: #f9cd0b; }
|
|
177
|
+
.medium .chart { border:1px solid #f9cd0b; }
|
|
178
|
+
/* light yellow */
|
|
179
|
+
.medium { background: #fff4c2; }
|
|
180
|
+
|
|
181
|
+
.cstat-skip { background: #ddd; color: #111; }
|
|
182
|
+
.fstat-skip { background: #ddd; color: #111 !important; }
|
|
183
|
+
.cbranch-skip { background: #ddd !important; color: #111; }
|
|
184
|
+
|
|
185
|
+
span.cline-neutral { background: #eaeaea; }
|
|
186
|
+
|
|
187
|
+
.coverage-summary td.empty {
|
|
188
|
+
opacity: .5;
|
|
189
|
+
padding-top: 4px;
|
|
190
|
+
padding-bottom: 4px;
|
|
191
|
+
line-height: 1;
|
|
192
|
+
color: #888;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.cover-fill, .cover-empty {
|
|
196
|
+
display:inline-block;
|
|
197
|
+
height: 12px;
|
|
198
|
+
}
|
|
199
|
+
.chart {
|
|
200
|
+
line-height: 0;
|
|
201
|
+
}
|
|
202
|
+
.cover-empty {
|
|
203
|
+
background: white;
|
|
204
|
+
}
|
|
205
|
+
.cover-full {
|
|
206
|
+
border-right: none !important;
|
|
207
|
+
}
|
|
208
|
+
pre.prettyprint {
|
|
209
|
+
border: none !important;
|
|
210
|
+
padding: 0 !important;
|
|
211
|
+
margin: 0 !important;
|
|
212
|
+
}
|
|
213
|
+
.com { color: #999 !important; }
|
|
214
|
+
.ignore-none { color: #999; font-weight: normal; }
|
|
215
|
+
|
|
216
|
+
.wrapper {
|
|
217
|
+
min-height: 100%;
|
|
218
|
+
height: auto !important;
|
|
219
|
+
height: 100%;
|
|
220
|
+
margin: 0 auto -48px;
|
|
221
|
+
}
|
|
222
|
+
.footer, .push {
|
|
223
|
+
height: 48px;
|
|
224
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
var jumpToCode = (function init() {
|
|
3
|
+
// Classes of code we would like to highlight in the file view
|
|
4
|
+
var missingCoverageClasses = ['.cbranch-no', '.cstat-no', '.fstat-no'];
|
|
5
|
+
|
|
6
|
+
// Elements to highlight in the file listing view
|
|
7
|
+
var fileListingElements = ['td.pct.low'];
|
|
8
|
+
|
|
9
|
+
// We don't want to select elements that are direct descendants of another match
|
|
10
|
+
var notSelector = ':not(' + missingCoverageClasses.join('):not(') + ') > '; // becomes `:not(a):not(b) > `
|
|
11
|
+
|
|
12
|
+
// Selecter that finds elements on the page to which we can jump
|
|
13
|
+
var selector =
|
|
14
|
+
fileListingElements.join(', ') +
|
|
15
|
+
', ' +
|
|
16
|
+
notSelector +
|
|
17
|
+
missingCoverageClasses.join(', ' + notSelector); // becomes `:not(a):not(b) > a, :not(a):not(b) > b`
|
|
18
|
+
|
|
19
|
+
// The NodeList of matching elements
|
|
20
|
+
var missingCoverageElements = document.querySelectorAll(selector);
|
|
21
|
+
|
|
22
|
+
var currentIndex;
|
|
23
|
+
|
|
24
|
+
function toggleClass(index) {
|
|
25
|
+
missingCoverageElements
|
|
26
|
+
.item(currentIndex)
|
|
27
|
+
.classList.remove('highlighted');
|
|
28
|
+
missingCoverageElements.item(index).classList.add('highlighted');
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function makeCurrent(index) {
|
|
32
|
+
toggleClass(index);
|
|
33
|
+
currentIndex = index;
|
|
34
|
+
missingCoverageElements.item(index).scrollIntoView({
|
|
35
|
+
behavior: 'smooth',
|
|
36
|
+
block: 'center',
|
|
37
|
+
inline: 'center'
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
function goToPrevious() {
|
|
42
|
+
var nextIndex = 0;
|
|
43
|
+
if (typeof currentIndex !== 'number' || currentIndex === 0) {
|
|
44
|
+
nextIndex = missingCoverageElements.length - 1;
|
|
45
|
+
} else if (missingCoverageElements.length > 1) {
|
|
46
|
+
nextIndex = currentIndex - 1;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
makeCurrent(nextIndex);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
function goToNext() {
|
|
53
|
+
var nextIndex = 0;
|
|
54
|
+
|
|
55
|
+
if (
|
|
56
|
+
typeof currentIndex === 'number' &&
|
|
57
|
+
currentIndex < missingCoverageElements.length - 1
|
|
58
|
+
) {
|
|
59
|
+
nextIndex = currentIndex + 1;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
makeCurrent(nextIndex);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
return function jump(event) {
|
|
66
|
+
switch (event.which) {
|
|
67
|
+
case 78: // n
|
|
68
|
+
case 74: // j
|
|
69
|
+
goToNext();
|
|
70
|
+
break;
|
|
71
|
+
case 66: // b
|
|
72
|
+
case 75: // k
|
|
73
|
+
case 80: // p
|
|
74
|
+
goToPrevious();
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
})();
|
|
79
|
+
window.addEventListener('keydown', jumpToCode);
|
|
Binary file
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for All files</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1>All files</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">99.14% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>1041/1050</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">66.67% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>28/42</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">84.62% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>11/13</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">99.14% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>1036/1045</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
</div>
|
|
58
|
+
<div class='status-line high'></div>
|
|
59
|
+
<div class="pad1">
|
|
60
|
+
<table class="coverage-summary">
|
|
61
|
+
<thead>
|
|
62
|
+
<tr>
|
|
63
|
+
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
64
|
+
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
65
|
+
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
66
|
+
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
67
|
+
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
68
|
+
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
69
|
+
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
70
|
+
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
71
|
+
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
72
|
+
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
73
|
+
</tr>
|
|
74
|
+
</thead>
|
|
75
|
+
<tbody><tr>
|
|
76
|
+
<td class="file high" data-value="lib"><a href="lib/index.html">lib</a></td>
|
|
77
|
+
<td data-value="83.64" class="pic high">
|
|
78
|
+
<div class="chart"><div class="cover-fill" style="width: 83%"></div><div class="cover-empty" style="width: 17%"></div></div>
|
|
79
|
+
</td>
|
|
80
|
+
<td data-value="83.64" class="pct high">83.64%</td>
|
|
81
|
+
<td data-value="55" class="abs high">46/55</td>
|
|
82
|
+
<td data-value="66.67" class="pct medium">66.67%</td>
|
|
83
|
+
<td data-value="42" class="abs medium">28/42</td>
|
|
84
|
+
<td data-value="90" class="pct high">90%</td>
|
|
85
|
+
<td data-value="10" class="abs high">9/10</td>
|
|
86
|
+
<td data-value="83.02" class="pct high">83.02%</td>
|
|
87
|
+
<td data-value="53" class="abs high">44/53</td>
|
|
88
|
+
</tr>
|
|
89
|
+
|
|
90
|
+
<tr>
|
|
91
|
+
<td class="file high" data-value="lib/translations"><a href="lib/translations/index.html">lib/translations</a></td>
|
|
92
|
+
<td data-value="100" class="pic high">
|
|
93
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
94
|
+
</td>
|
|
95
|
+
<td data-value="100" class="pct high">100%</td>
|
|
96
|
+
<td data-value="424" class="abs high">424/424</td>
|
|
97
|
+
<td data-value="100" class="pct high">100%</td>
|
|
98
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
99
|
+
<td data-value="66.67" class="pct medium">66.67%</td>
|
|
100
|
+
<td data-value="3" class="abs medium">2/3</td>
|
|
101
|
+
<td data-value="100" class="pct high">100%</td>
|
|
102
|
+
<td data-value="421" class="abs high">421/421</td>
|
|
103
|
+
</tr>
|
|
104
|
+
|
|
105
|
+
<tr>
|
|
106
|
+
<td class="file high" data-value="lib/translations/common"><a href="lib/translations/common/index.html">lib/translations/common</a></td>
|
|
107
|
+
<td data-value="100" class="pic high">
|
|
108
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
109
|
+
</td>
|
|
110
|
+
<td data-value="100" class="pct high">100%</td>
|
|
111
|
+
<td data-value="13" class="abs high">13/13</td>
|
|
112
|
+
<td data-value="100" class="pct high">100%</td>
|
|
113
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
114
|
+
<td data-value="100" class="pct high">100%</td>
|
|
115
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
116
|
+
<td data-value="100" class="pct high">100%</td>
|
|
117
|
+
<td data-value="13" class="abs high">13/13</td>
|
|
118
|
+
</tr>
|
|
119
|
+
|
|
120
|
+
<tr>
|
|
121
|
+
<td class="file high" data-value="lib/translations/emails"><a href="lib/translations/emails/index.html">lib/translations/emails</a></td>
|
|
122
|
+
<td data-value="100" class="pic high">
|
|
123
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
124
|
+
</td>
|
|
125
|
+
<td data-value="100" class="pct high">100%</td>
|
|
126
|
+
<td data-value="36" class="abs high">36/36</td>
|
|
127
|
+
<td data-value="100" class="pct high">100%</td>
|
|
128
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
129
|
+
<td data-value="100" class="pct high">100%</td>
|
|
130
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
131
|
+
<td data-value="100" class="pct high">100%</td>
|
|
132
|
+
<td data-value="36" class="abs high">36/36</td>
|
|
133
|
+
</tr>
|
|
134
|
+
|
|
135
|
+
<tr>
|
|
136
|
+
<td class="file high" data-value="lib/translations/integrations"><a href="lib/translations/integrations/index.html">lib/translations/integrations</a></td>
|
|
137
|
+
<td data-value="100" class="pic high">
|
|
138
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
139
|
+
</td>
|
|
140
|
+
<td data-value="100" class="pct high">100%</td>
|
|
141
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
142
|
+
<td data-value="100" class="pct high">100%</td>
|
|
143
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
144
|
+
<td data-value="100" class="pct high">100%</td>
|
|
145
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
146
|
+
<td data-value="100" class="pct high">100%</td>
|
|
147
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
148
|
+
</tr>
|
|
149
|
+
|
|
150
|
+
<tr>
|
|
151
|
+
<td class="file high" data-value="lib/translations/microservices/telemetry"><a href="lib/translations/microservices/telemetry/index.html">lib/translations/microservices/telemetry</a></td>
|
|
152
|
+
<td data-value="100" class="pic high">
|
|
153
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
154
|
+
</td>
|
|
155
|
+
<td data-value="100" class="pct high">100%</td>
|
|
156
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
157
|
+
<td data-value="100" class="pct high">100%</td>
|
|
158
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
159
|
+
<td data-value="100" class="pct high">100%</td>
|
|
160
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
161
|
+
<td data-value="100" class="pct high">100%</td>
|
|
162
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
163
|
+
</tr>
|
|
164
|
+
|
|
165
|
+
<tr>
|
|
166
|
+
<td class="file high" data-value="lib/translations/modules"><a href="lib/translations/modules/index.html">lib/translations/modules</a></td>
|
|
167
|
+
<td data-value="100" class="pic high">
|
|
168
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
169
|
+
</td>
|
|
170
|
+
<td data-value="100" class="pct high">100%</td>
|
|
171
|
+
<td data-value="518" class="abs high">518/518</td>
|
|
172
|
+
<td data-value="100" class="pct high">100%</td>
|
|
173
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
174
|
+
<td data-value="100" class="pct high">100%</td>
|
|
175
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
176
|
+
<td data-value="100" class="pct high">100%</td>
|
|
177
|
+
<td data-value="518" class="abs high">518/518</td>
|
|
178
|
+
</tr>
|
|
179
|
+
|
|
180
|
+
</tbody>
|
|
181
|
+
</table>
|
|
182
|
+
</div>
|
|
183
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
184
|
+
</div><!-- /wrapper -->
|
|
185
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
186
|
+
Code coverage generated by
|
|
187
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
188
|
+
at Tue Feb 28 2023 19:52:44 GMT+0000 (Coordinated Universal Time)
|
|
189
|
+
</div>
|
|
190
|
+
</div>
|
|
191
|
+
<script src="prettify.js"></script>
|
|
192
|
+
<script>
|
|
193
|
+
window.onload = function () {
|
|
194
|
+
prettyPrint();
|
|
195
|
+
};
|
|
196
|
+
</script>
|
|
197
|
+
<script src="sorter.js"></script>
|
|
198
|
+
<script src="block-navigation.js"></script>
|
|
199
|
+
</body>
|
|
200
|
+
</html>
|
|
201
|
+
|