@sofit/view-locale 1.23.1 → 1.24.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 +7 -7
- package/dist/translations/common/entity.d.ts +4 -0
- package/dist/translations/common/entity.js +4 -0
- package/dist/translations/index.d.ts +6 -1
- package/dist/translations/index.js +10 -0
- package/dist/translations/modules/company.d.ts +4 -0
- package/dist/translations/modules/cost_center.d.ts +4 -0
- package/dist/translations/modules/customer.d.ts +4 -0
- package/dist/translations/modules/employee.d.ts +4 -0
- package/dist/translations/modules/employee_role.d.ts +4 -0
- package/dist/translations/modules/fine_qualification.d.ts +4 -0
- package/dist/translations/modules/fine_resource.d.ts +4 -0
- package/dist/translations/modules/foreseen_maintenance_plan_service_item.d.ts +4 -0
- package/dist/translations/modules/gate.d.ts +4 -0
- package/dist/translations/modules/maintenance_plan.d.ts +4 -0
- package/dist/translations/modules/maintenance_plan_service.d.ts +4 -0
- package/dist/translations/modules/measurement_unit.d.ts +4 -0
- package/dist/translations/modules/qualification_severity.d.ts +4 -0
- package/dist/translations/modules/release_notification.d.ts +4 -0
- package/dist/translations/modules/route.d.ts +4 -0
- package/dist/translations/modules/sub_system.d.ts +4 -0
- package/dist/translations/modules/subsidiary.d.ts +4 -0
- package/dist/translations/modules/supplier.d.ts +4 -0
- package/dist/translations/modules/system.d.ts +4 -0
- package/dist/translations/modules/tire_brand.d.ts +4 -0
- package/dist/translations/modules/tire_dimension.d.ts +4 -0
- package/dist/translations/modules/tire_drawing.d.ts +4 -0
- package/dist/translations/modules/vehicle.d.ts +436 -0
- package/dist/translations/modules/vehicle.js +326 -0
- package/dist/translations/modules/vehicle_axes.d.ts +30 -0
- package/dist/translations/modules/vehicle_axes.js +17 -0
- package/dist/translations/modules/vehicle_brand.d.ts +4 -0
- package/dist/translations/modules/vehicle_due.d.ts +34 -0
- package/dist/translations/modules/vehicle_due.js +20 -0
- package/dist/translations/modules/vehicle_fuel.d.ts +42 -0
- package/dist/translations/modules/vehicle_fuel.js +26 -0
- package/dist/translations/modules/vehicle_layout.d.ts +4 -0
- package/dist/translations/modules/vehicle_model.d.ts +4 -0
- package/dist/translations/modules/vehicle_tag.d.ts +18 -0
- package/dist/translations/modules/vehicle_tag.js +8 -0
- package/dist/translations/modules/warehouse.d.ts +4 -0
- package/lib/translations/common/entity.ts +4 -0
- package/lib/translations/index.ts +10 -0
- package/lib/translations/modules/vehicle.ts +433 -0
- package/lib/translations/modules/vehicle_axes.ts +22 -0
- package/lib/translations/modules/vehicle_due.ts +26 -0
- package/lib/translations/modules/vehicle_fuel.ts +34 -0
- package/lib/translations/modules/vehicle_tag.ts +10 -0
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="
|
|
2
|
-
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-03-
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="1.836">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-03-08T14:41:44" time="1.163" tests="4">
|
|
3
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="Joi tests should return non label message" name="Joi tests should return non label message" time="0
|
|
5
|
+
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0">
|
|
7
|
+
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0.001">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0
|
|
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="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-03-
|
|
13
|
-
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.
|
|
12
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-03-08T14:41:44" time="1.212" 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
15
|
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
|
|
16
16
|
</testcase>
|
|
@@ -22,10 +22,15 @@ import * as system from './modules/system';
|
|
|
22
22
|
import * as tire_brand from './modules/tire_brand';
|
|
23
23
|
import * as tire_dimension from './modules/tire_dimension';
|
|
24
24
|
import * as tire_drawing from './modules/tire_drawing';
|
|
25
|
+
import * as vehicle from './modules/vehicle';
|
|
26
|
+
import * as vehicle_axes from './modules/vehicle_axes';
|
|
25
27
|
import * as vehicle_brand from './modules/vehicle_brand';
|
|
28
|
+
import * as vehicle_due from './modules/vehicle_due';
|
|
29
|
+
import * as vehicle_fuel from './modules/vehicle_fuel';
|
|
26
30
|
import * as vehicle_layout from './modules/vehicle_layout';
|
|
27
31
|
import * as vehicle_model from './modules/vehicle_model';
|
|
32
|
+
import * as vehicle_tag from './modules/vehicle_tag';
|
|
28
33
|
import * as warehouse from './modules/warehouse';
|
|
29
34
|
export { joi } from './common/joi';
|
|
30
35
|
export { databaseErrors } from './common/database-errors';
|
|
31
|
-
export { auth, benchmarking, company, cost_center, customer, employee, employee_role, fine_resource, fine_qualification, foreseen_maintenance_plan_service_item, gate, maintenance_plan, maintenance_plan_service, measurement_unit, qualification_severity, release_notification, route, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, vehicle_brand, vehicle_layout, vehicle_model, warehouse };
|
|
36
|
+
export { auth, benchmarking, company, cost_center, customer, employee, employee_role, fine_resource, fine_qualification, foreseen_maintenance_plan_service_item, gate, maintenance_plan, maintenance_plan_service, measurement_unit, qualification_severity, release_notification, route, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, vehicle_brand, vehicle_layout, vehicle_model, vehicle, vehicle_fuel, vehicle_axes, vehicle_due, vehicle_tag, warehouse };
|
|
@@ -55,12 +55,22 @@ const tire_dimension = __importStar(require("./modules/tire_dimension"));
|
|
|
55
55
|
exports.tire_dimension = tire_dimension;
|
|
56
56
|
const tire_drawing = __importStar(require("./modules/tire_drawing"));
|
|
57
57
|
exports.tire_drawing = tire_drawing;
|
|
58
|
+
const vehicle = __importStar(require("./modules/vehicle"));
|
|
59
|
+
exports.vehicle = vehicle;
|
|
60
|
+
const vehicle_axes = __importStar(require("./modules/vehicle_axes"));
|
|
61
|
+
exports.vehicle_axes = vehicle_axes;
|
|
58
62
|
const vehicle_brand = __importStar(require("./modules/vehicle_brand"));
|
|
59
63
|
exports.vehicle_brand = vehicle_brand;
|
|
64
|
+
const vehicle_due = __importStar(require("./modules/vehicle_due"));
|
|
65
|
+
exports.vehicle_due = vehicle_due;
|
|
66
|
+
const vehicle_fuel = __importStar(require("./modules/vehicle_fuel"));
|
|
67
|
+
exports.vehicle_fuel = vehicle_fuel;
|
|
60
68
|
const vehicle_layout = __importStar(require("./modules/vehicle_layout"));
|
|
61
69
|
exports.vehicle_layout = vehicle_layout;
|
|
62
70
|
const vehicle_model = __importStar(require("./modules/vehicle_model"));
|
|
63
71
|
exports.vehicle_model = vehicle_model;
|
|
72
|
+
const vehicle_tag = __importStar(require("./modules/vehicle_tag"));
|
|
73
|
+
exports.vehicle_tag = vehicle_tag;
|
|
64
74
|
const warehouse = __importStar(require("./modules/warehouse"));
|
|
65
75
|
exports.warehouse = warehouse;
|
|
66
76
|
var joi_1 = require("./common/joi");
|