@sofit/view-locale 1.55.1 → 1.56.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/coverage/jest/results.xml +11 -11
- package/dist/translations/index.d.ts +2 -1
- package/dist/translations/index.js +2 -0
- package/dist/translations/modules/vehicle_maintenance_plan_service.d.ts +4 -0
- package/dist/translations/modules/vehicle_maintenance_plan_service.js +6 -0
- package/lib/translations/index.ts +2 -0
- package/lib/translations/modules/vehicle_maintenance_plan_service.ts +4 -0
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.
|
|
2
|
-
<testsuite name="
|
|
3
|
-
<testcase classname="
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.403">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-08-13T12:58:21" time="1.692" tests="4">
|
|
3
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.003">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase classname="
|
|
5
|
+
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0.001">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase classname="
|
|
7
|
+
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase classname="
|
|
9
|
+
<testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
|
|
10
10
|
</testcase>
|
|
11
11
|
</testsuite>
|
|
12
|
-
<testsuite name="
|
|
13
|
-
<testcase classname="
|
|
12
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-08-13T12:58:21" time="1.693" tests="4">
|
|
13
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.003">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase classname="
|
|
15
|
+
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0.001">
|
|
16
16
|
</testcase>
|
|
17
|
-
<testcase classname="
|
|
17
|
+
<testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0">
|
|
18
18
|
</testcase>
|
|
19
|
-
<testcase classname="
|
|
19
|
+
<testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0.001">
|
|
20
20
|
</testcase>
|
|
21
21
|
</testsuite>
|
|
22
22
|
</testsuites>
|
|
@@ -70,6 +70,7 @@ import * as vehicle_fuel from './modules/vehicle_fuel';
|
|
|
70
70
|
import * as vehicle_layout from './modules/vehicle_layout';
|
|
71
71
|
import * as vehicle_leasing from './modules/vehicle_leasing';
|
|
72
72
|
import * as vehicle_maintenance_plan from './modules/vehicle_maintenance_plan';
|
|
73
|
+
import * as vehicle_maintenance_plan_service from './modules/vehicle_maintenance_plan_service';
|
|
73
74
|
import * as vehicle_model from './modules/vehicle_model';
|
|
74
75
|
import * as vehicle_model_version from './modules/vehicle_model_version';
|
|
75
76
|
import * as vehicle_tag from './modules/vehicle_tag';
|
|
@@ -77,4 +78,4 @@ import * as warehouse from './modules/warehouse';
|
|
|
77
78
|
import * as warehouse_item from './modules/warehouse_item';
|
|
78
79
|
export { joi } from './common/joi';
|
|
79
80
|
export { databaseErrors } from './common/database-errors';
|
|
80
|
-
export { auth, benchmarking, general, inout, pipefy, cash_basis, checklist, checklist_group, checklist_group_item, checklist_group_option, checklist_model, checklist_reply, company, cost_center, cost_sharing, cost_sharing_entity, customer, driver_control, driver_license_point, employee, employee_hiring_regime, employee_role, expense, fine, fine_qualification_integration_key, fine_qualification, fine_resource, foreseen_maintenance_plan_service_item, foreseen_service_order_item, gas_pump_control, gate, gate_appointment, gate_appointment_diary, item, leasing_contract, maintenance_plan, maintenance_plan_service, measurement_unit, night_transport, parameter, pendency, qualification_severity, release_notification, request_occurrence, route, service_order, solicitation, solicitation_comment, solicitation_history, solicitation_watcher, stock_transfer, stock_transfer_item, stock_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, trip, vehicle, vehicle_axes, vehicle_brand, vehicle_change_history, vehicle_deactivation_cause, vehicle_due, vehicle_fuel, vehicle_layout, vehicle_leasing, vehicle_maintenance_plan, vehicle_model, vehicle_model_version, vehicle_tag, warehouse, warehouse_item };
|
|
81
|
+
export { auth, benchmarking, general, inout, pipefy, cash_basis, checklist, checklist_group, checklist_group_item, checklist_group_option, checklist_model, checklist_reply, company, cost_center, cost_sharing, cost_sharing_entity, customer, driver_control, driver_license_point, employee, employee_hiring_regime, employee_role, expense, fine, fine_qualification_integration_key, fine_qualification, fine_resource, foreseen_maintenance_plan_service_item, foreseen_service_order_item, gas_pump_control, gate, gate_appointment, gate_appointment_diary, item, leasing_contract, maintenance_plan, maintenance_plan_service, measurement_unit, night_transport, parameter, pendency, qualification_severity, release_notification, request_occurrence, route, service_order, solicitation, solicitation_comment, solicitation_history, solicitation_watcher, stock_transfer, stock_transfer_item, stock_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, trip, vehicle, vehicle_axes, vehicle_brand, vehicle_change_history, vehicle_deactivation_cause, vehicle_due, vehicle_fuel, vehicle_layout, vehicle_leasing, vehicle_maintenance_plan, vehicle_maintenance_plan_service, vehicle_model, vehicle_model_version, vehicle_tag, warehouse, warehouse_item };
|
|
@@ -151,6 +151,8 @@ const vehicle_leasing = __importStar(require("./modules/vehicle_leasing"));
|
|
|
151
151
|
exports.vehicle_leasing = vehicle_leasing;
|
|
152
152
|
const vehicle_maintenance_plan = __importStar(require("./modules/vehicle_maintenance_plan"));
|
|
153
153
|
exports.vehicle_maintenance_plan = vehicle_maintenance_plan;
|
|
154
|
+
const vehicle_maintenance_plan_service = __importStar(require("./modules/vehicle_maintenance_plan_service"));
|
|
155
|
+
exports.vehicle_maintenance_plan_service = vehicle_maintenance_plan_service;
|
|
154
156
|
const vehicle_model = __importStar(require("./modules/vehicle_model"));
|
|
155
157
|
exports.vehicle_model = vehicle_model;
|
|
156
158
|
const vehicle_model_version = __importStar(require("./modules/vehicle_model_version"));
|
|
@@ -70,6 +70,7 @@ import * as vehicle_fuel from './modules/vehicle_fuel';
|
|
|
70
70
|
import * as vehicle_layout from './modules/vehicle_layout';
|
|
71
71
|
import * as vehicle_leasing from './modules/vehicle_leasing';
|
|
72
72
|
import * as vehicle_maintenance_plan from './modules/vehicle_maintenance_plan';
|
|
73
|
+
import * as vehicle_maintenance_plan_service from './modules/vehicle_maintenance_plan_service';
|
|
73
74
|
import * as vehicle_model from './modules/vehicle_model';
|
|
74
75
|
import * as vehicle_model_version from './modules/vehicle_model_version';
|
|
75
76
|
import * as vehicle_tag from './modules/vehicle_tag';
|
|
@@ -152,6 +153,7 @@ export {
|
|
|
152
153
|
vehicle_layout,
|
|
153
154
|
vehicle_leasing,
|
|
154
155
|
vehicle_maintenance_plan,
|
|
156
|
+
vehicle_maintenance_plan_service,
|
|
155
157
|
vehicle_model,
|
|
156
158
|
vehicle_model_version,
|
|
157
159
|
vehicle_tag,
|