@sofit/view-locale 1.46.0 → 1.47.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 +15 -1
- package/dist/translations/index.js +28 -0
- package/dist/translations/modules/driver_control.d.ts +4 -0
- package/dist/translations/modules/driver_control.js +6 -0
- package/dist/translations/modules/driver_license_point.d.ts +4 -0
- package/dist/translations/modules/driver_license_point.js +6 -0
- package/dist/translations/modules/expense.d.ts +4 -0
- package/dist/translations/modules/expense.js +6 -0
- package/dist/translations/modules/gate_appointment.d.ts +4 -0
- package/dist/translations/modules/gate_appointment.js +6 -0
- package/dist/translations/modules/night_transport.d.ts +4 -0
- package/dist/translations/modules/night_transport.js +6 -0
- package/dist/translations/modules/pendency.d.ts +4 -0
- package/dist/translations/modules/pendency.js +6 -0
- package/dist/translations/modules/request_occurrence.d.ts +4 -0
- package/dist/translations/modules/request_occurrence.js +6 -0
- package/dist/translations/modules/service_order.d.ts +4 -0
- package/dist/translations/modules/service_order.js +6 -0
- package/dist/translations/modules/solicitation.d.ts +4 -0
- package/dist/translations/modules/solicitation.js +6 -0
- package/dist/translations/modules/solicitation_comment.d.ts +4 -0
- package/dist/translations/modules/solicitation_comment.js +6 -0
- package/dist/translations/modules/solicitation_history.d.ts +4 -0
- package/dist/translations/modules/solicitation_history.js +6 -0
- package/dist/translations/modules/solicitation_watcher.d.ts +4 -0
- package/dist/translations/modules/solicitation_watcher.js +6 -0
- package/dist/translations/modules/trip.d.ts +4 -0
- package/dist/translations/modules/trip.js +6 -0
- package/dist/translations/modules/vehicle_change_history.d.ts +4 -0
- package/dist/translations/modules/vehicle_change_history.js +6 -0
- package/lib/translations/index.ts +36 -8
- package/lib/translations/modules/driver_control.ts +4 -0
- package/lib/translations/modules/driver_license_point.ts +4 -0
- package/lib/translations/modules/expense.ts +4 -0
- package/lib/translations/modules/gate_appointment.ts +4 -0
- package/lib/translations/modules/night_transport.ts +4 -0
- package/lib/translations/modules/pendency.ts +4 -0
- package/lib/translations/modules/request_occurrence.ts +4 -0
- package/lib/translations/modules/service_order.ts +4 -0
- package/lib/translations/modules/solicitation.ts +4 -0
- package/lib/translations/modules/solicitation_comment.ts +4 -0
- package/lib/translations/modules/solicitation_history.ts +4 -0
- package/lib/translations/modules/solicitation_watcher.ts +4 -0
- package/lib/translations/modules/trip.ts +4 -0
- package/lib/translations/modules/vehicle_change_history.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.293">
|
|
2
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-07-03T16:59:25" time="1.605" tests="4">
|
|
3
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.003">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase classname="
|
|
5
|
+
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0.001">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase classname="
|
|
7
|
+
<testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase classname="
|
|
9
|
+
<testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0">
|
|
10
10
|
</testcase>
|
|
11
11
|
</testsuite>
|
|
12
|
-
<testsuite name="
|
|
13
|
-
<testcase classname="
|
|
12
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-07-03T16:59:25" time="1.576" tests="4">
|
|
13
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.003">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase classname="
|
|
15
|
+
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0">
|
|
16
16
|
</testcase>
|
|
17
|
-
<testcase classname="
|
|
17
|
+
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0.001">
|
|
18
18
|
</testcase>
|
|
19
|
-
<testcase classname="
|
|
19
|
+
<testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
|
|
20
20
|
</testcase>
|
|
21
21
|
</testsuite>
|
|
22
22
|
</testsuites>
|
|
@@ -14,9 +14,12 @@ import * as company from './modules/company';
|
|
|
14
14
|
import * as cost_center from './modules/cost_center';
|
|
15
15
|
import * as cost_sharing from './modules/cost_sharing';
|
|
16
16
|
import * as customer from './modules/customer';
|
|
17
|
+
import * as driver_control from './modules/driver_control';
|
|
18
|
+
import * as driver_license_point from './modules/driver_license_point';
|
|
17
19
|
import * as employee from './modules/employee';
|
|
18
20
|
import * as employee_hiring_regime from './modules/employee_hiring_regime';
|
|
19
21
|
import * as employee_role from './modules/employee_role';
|
|
22
|
+
import * as expense from './modules/expense';
|
|
20
23
|
import * as fine from './modules/fine';
|
|
21
24
|
import * as fine_qualification from './modules/fine_qualification';
|
|
22
25
|
import * as fine_resource from './modules/fine_resource';
|
|
@@ -24,15 +27,24 @@ import * as foreseen_maintenance_plan_service_item from './modules/foreseen_main
|
|
|
24
27
|
import * as foreseen_service_order_item from './modules/foreseen_service_order_item';
|
|
25
28
|
import * as gas_pump_control from './modules/gas_pump_control';
|
|
26
29
|
import * as gate from './modules/gate';
|
|
30
|
+
import * as gate_appointment from './modules/gate_appointment';
|
|
27
31
|
import * as item from './modules/item';
|
|
28
32
|
import * as leasing_contract from './modules/leasing_contract';
|
|
29
33
|
import * as maintenance_plan from './modules/maintenance_plan';
|
|
30
34
|
import * as maintenance_plan_service from './modules/maintenance_plan_service';
|
|
31
35
|
import * as measurement_unit from './modules/measurement_unit';
|
|
36
|
+
import * as night_transport from './modules/night_transport';
|
|
32
37
|
import * as parameter from './modules/parameter';
|
|
38
|
+
import * as pendency from './modules/pendency';
|
|
33
39
|
import * as qualification_severity from './modules/qualification_severity';
|
|
34
40
|
import * as release_notification from './modules/release_notification';
|
|
41
|
+
import * as request_occurrence from './modules/request_occurrence';
|
|
35
42
|
import * as route from './modules/route';
|
|
43
|
+
import * as service_order from './modules/service_order';
|
|
44
|
+
import * as solicitation from './modules/solicitation';
|
|
45
|
+
import * as solicitation_comment from './modules/solicitation_comment';
|
|
46
|
+
import * as solicitation_history from './modules/solicitation_history';
|
|
47
|
+
import * as solicitation_watcher from './modules/solicitation_watcher';
|
|
36
48
|
import * as stock_entry_item from './modules/stock_entry_item';
|
|
37
49
|
import * as sub_system from './modules/sub_system';
|
|
38
50
|
import * as subsidiary from './modules/subsidiary';
|
|
@@ -42,9 +54,11 @@ import * as tire_brand from './modules/tire_brand';
|
|
|
42
54
|
import * as tire_dimension from './modules/tire_dimension';
|
|
43
55
|
import * as tire_drawing from './modules/tire_drawing';
|
|
44
56
|
import * as transaction from './modules/transaction';
|
|
57
|
+
import * as trip from './modules/trip';
|
|
45
58
|
import * as vehicle from './modules/vehicle';
|
|
46
59
|
import * as vehicle_axes from './modules/vehicle_axes';
|
|
47
60
|
import * as vehicle_brand from './modules/vehicle_brand';
|
|
61
|
+
import * as vehicle_change_history from './modules/vehicle_change_history';
|
|
48
62
|
import * as vehicle_deactivation_cause from './modules/vehicle_deactivation_cause';
|
|
49
63
|
import * as vehicle_due from './modules/vehicle_due';
|
|
50
64
|
import * as vehicle_fuel from './modules/vehicle_fuel';
|
|
@@ -57,4 +71,4 @@ import * as warehouse from './modules/warehouse';
|
|
|
57
71
|
import * as warehouse_item from './modules/warehouse_item';
|
|
58
72
|
export { joi } from './common/joi';
|
|
59
73
|
export { databaseErrors } from './common/database-errors';
|
|
60
|
-
export { auth, benchmarking, general, checklist, checklist_group, checklist_group_item, checklist_group_option, checklist_model, checklist_reply,
|
|
74
|
+
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, customer, driver_control, driver_license_point, employee, employee_hiring_regime, employee_role, expense, fine, fine_qualification, fine_resource, foreseen_maintenance_plan_service_item, foreseen_service_order_item, gas_pump_control, gate, gate_appointment, 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_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_model, vehicle_model_version, vehicle_tag, warehouse, warehouse_item };
|
|
@@ -39,12 +39,18 @@ const cost_sharing = __importStar(require("./modules/cost_sharing"));
|
|
|
39
39
|
exports.cost_sharing = cost_sharing;
|
|
40
40
|
const customer = __importStar(require("./modules/customer"));
|
|
41
41
|
exports.customer = customer;
|
|
42
|
+
const driver_control = __importStar(require("./modules/driver_control"));
|
|
43
|
+
exports.driver_control = driver_control;
|
|
44
|
+
const driver_license_point = __importStar(require("./modules/driver_license_point"));
|
|
45
|
+
exports.driver_license_point = driver_license_point;
|
|
42
46
|
const employee = __importStar(require("./modules/employee"));
|
|
43
47
|
exports.employee = employee;
|
|
44
48
|
const employee_hiring_regime = __importStar(require("./modules/employee_hiring_regime"));
|
|
45
49
|
exports.employee_hiring_regime = employee_hiring_regime;
|
|
46
50
|
const employee_role = __importStar(require("./modules/employee_role"));
|
|
47
51
|
exports.employee_role = employee_role;
|
|
52
|
+
const expense = __importStar(require("./modules/expense"));
|
|
53
|
+
exports.expense = expense;
|
|
48
54
|
const fine = __importStar(require("./modules/fine"));
|
|
49
55
|
exports.fine = fine;
|
|
50
56
|
const fine_qualification = __importStar(require("./modules/fine_qualification"));
|
|
@@ -59,6 +65,8 @@ const gas_pump_control = __importStar(require("./modules/gas_pump_control"));
|
|
|
59
65
|
exports.gas_pump_control = gas_pump_control;
|
|
60
66
|
const gate = __importStar(require("./modules/gate"));
|
|
61
67
|
exports.gate = gate;
|
|
68
|
+
const gate_appointment = __importStar(require("./modules/gate_appointment"));
|
|
69
|
+
exports.gate_appointment = gate_appointment;
|
|
62
70
|
const item = __importStar(require("./modules/item"));
|
|
63
71
|
exports.item = item;
|
|
64
72
|
const leasing_contract = __importStar(require("./modules/leasing_contract"));
|
|
@@ -69,14 +77,30 @@ const maintenance_plan_service = __importStar(require("./modules/maintenance_pla
|
|
|
69
77
|
exports.maintenance_plan_service = maintenance_plan_service;
|
|
70
78
|
const measurement_unit = __importStar(require("./modules/measurement_unit"));
|
|
71
79
|
exports.measurement_unit = measurement_unit;
|
|
80
|
+
const night_transport = __importStar(require("./modules/night_transport"));
|
|
81
|
+
exports.night_transport = night_transport;
|
|
72
82
|
const parameter = __importStar(require("./modules/parameter"));
|
|
73
83
|
exports.parameter = parameter;
|
|
84
|
+
const pendency = __importStar(require("./modules/pendency"));
|
|
85
|
+
exports.pendency = pendency;
|
|
74
86
|
const qualification_severity = __importStar(require("./modules/qualification_severity"));
|
|
75
87
|
exports.qualification_severity = qualification_severity;
|
|
76
88
|
const release_notification = __importStar(require("./modules/release_notification"));
|
|
77
89
|
exports.release_notification = release_notification;
|
|
90
|
+
const request_occurrence = __importStar(require("./modules/request_occurrence"));
|
|
91
|
+
exports.request_occurrence = request_occurrence;
|
|
78
92
|
const route = __importStar(require("./modules/route"));
|
|
79
93
|
exports.route = route;
|
|
94
|
+
const service_order = __importStar(require("./modules/service_order"));
|
|
95
|
+
exports.service_order = service_order;
|
|
96
|
+
const solicitation = __importStar(require("./modules/solicitation"));
|
|
97
|
+
exports.solicitation = solicitation;
|
|
98
|
+
const solicitation_comment = __importStar(require("./modules/solicitation_comment"));
|
|
99
|
+
exports.solicitation_comment = solicitation_comment;
|
|
100
|
+
const solicitation_history = __importStar(require("./modules/solicitation_history"));
|
|
101
|
+
exports.solicitation_history = solicitation_history;
|
|
102
|
+
const solicitation_watcher = __importStar(require("./modules/solicitation_watcher"));
|
|
103
|
+
exports.solicitation_watcher = solicitation_watcher;
|
|
80
104
|
const stock_entry_item = __importStar(require("./modules/stock_entry_item"));
|
|
81
105
|
exports.stock_entry_item = stock_entry_item;
|
|
82
106
|
const sub_system = __importStar(require("./modules/sub_system"));
|
|
@@ -95,12 +119,16 @@ const tire_drawing = __importStar(require("./modules/tire_drawing"));
|
|
|
95
119
|
exports.tire_drawing = tire_drawing;
|
|
96
120
|
const transaction = __importStar(require("./modules/transaction"));
|
|
97
121
|
exports.transaction = transaction;
|
|
122
|
+
const trip = __importStar(require("./modules/trip"));
|
|
123
|
+
exports.trip = trip;
|
|
98
124
|
const vehicle = __importStar(require("./modules/vehicle"));
|
|
99
125
|
exports.vehicle = vehicle;
|
|
100
126
|
const vehicle_axes = __importStar(require("./modules/vehicle_axes"));
|
|
101
127
|
exports.vehicle_axes = vehicle_axes;
|
|
102
128
|
const vehicle_brand = __importStar(require("./modules/vehicle_brand"));
|
|
103
129
|
exports.vehicle_brand = vehicle_brand;
|
|
130
|
+
const vehicle_change_history = __importStar(require("./modules/vehicle_change_history"));
|
|
131
|
+
exports.vehicle_change_history = vehicle_change_history;
|
|
104
132
|
const vehicle_deactivation_cause = __importStar(require("./modules/vehicle_deactivation_cause"));
|
|
105
133
|
exports.vehicle_deactivation_cause = vehicle_deactivation_cause;
|
|
106
134
|
const vehicle_due = __importStar(require("./modules/vehicle_due"));
|
|
@@ -14,9 +14,12 @@ import * as company from './modules/company';
|
|
|
14
14
|
import * as cost_center from './modules/cost_center';
|
|
15
15
|
import * as cost_sharing from './modules/cost_sharing';
|
|
16
16
|
import * as customer from './modules/customer';
|
|
17
|
+
import * as driver_control from './modules/driver_control';
|
|
18
|
+
import * as driver_license_point from './modules/driver_license_point';
|
|
17
19
|
import * as employee from './modules/employee';
|
|
18
20
|
import * as employee_hiring_regime from './modules/employee_hiring_regime';
|
|
19
21
|
import * as employee_role from './modules/employee_role';
|
|
22
|
+
import * as expense from './modules/expense';
|
|
20
23
|
import * as fine from './modules/fine';
|
|
21
24
|
import * as fine_qualification from './modules/fine_qualification';
|
|
22
25
|
import * as fine_resource from './modules/fine_resource';
|
|
@@ -24,15 +27,24 @@ import * as foreseen_maintenance_plan_service_item from './modules/foreseen_main
|
|
|
24
27
|
import * as foreseen_service_order_item from './modules/foreseen_service_order_item';
|
|
25
28
|
import * as gas_pump_control from './modules/gas_pump_control';
|
|
26
29
|
import * as gate from './modules/gate';
|
|
30
|
+
import * as gate_appointment from './modules/gate_appointment';
|
|
27
31
|
import * as item from './modules/item';
|
|
28
32
|
import * as leasing_contract from './modules/leasing_contract';
|
|
29
33
|
import * as maintenance_plan from './modules/maintenance_plan';
|
|
30
34
|
import * as maintenance_plan_service from './modules/maintenance_plan_service';
|
|
31
35
|
import * as measurement_unit from './modules/measurement_unit';
|
|
36
|
+
import * as night_transport from './modules/night_transport';
|
|
32
37
|
import * as parameter from './modules/parameter';
|
|
38
|
+
import * as pendency from './modules/pendency';
|
|
33
39
|
import * as qualification_severity from './modules/qualification_severity';
|
|
34
40
|
import * as release_notification from './modules/release_notification';
|
|
41
|
+
import * as request_occurrence from './modules/request_occurrence';
|
|
35
42
|
import * as route from './modules/route';
|
|
43
|
+
import * as service_order from './modules/service_order';
|
|
44
|
+
import * as solicitation from './modules/solicitation';
|
|
45
|
+
import * as solicitation_comment from './modules/solicitation_comment';
|
|
46
|
+
import * as solicitation_history from './modules/solicitation_history';
|
|
47
|
+
import * as solicitation_watcher from './modules/solicitation_watcher';
|
|
36
48
|
import * as stock_entry_item from './modules/stock_entry_item';
|
|
37
49
|
import * as sub_system from './modules/sub_system';
|
|
38
50
|
import * as subsidiary from './modules/subsidiary';
|
|
@@ -42,9 +54,11 @@ import * as tire_brand from './modules/tire_brand';
|
|
|
42
54
|
import * as tire_dimension from './modules/tire_dimension';
|
|
43
55
|
import * as tire_drawing from './modules/tire_drawing';
|
|
44
56
|
import * as transaction from './modules/transaction';
|
|
57
|
+
import * as trip from './modules/trip';
|
|
45
58
|
import * as vehicle from './modules/vehicle';
|
|
46
59
|
import * as vehicle_axes from './modules/vehicle_axes';
|
|
47
60
|
import * as vehicle_brand from './modules/vehicle_brand';
|
|
61
|
+
import * as vehicle_change_history from './modules/vehicle_change_history';
|
|
48
62
|
import * as vehicle_deactivation_cause from './modules/vehicle_deactivation_cause';
|
|
49
63
|
import * as vehicle_due from './modules/vehicle_due';
|
|
50
64
|
import * as vehicle_fuel from './modules/vehicle_fuel';
|
|
@@ -63,38 +77,50 @@ export {
|
|
|
63
77
|
auth,
|
|
64
78
|
benchmarking,
|
|
65
79
|
general,
|
|
80
|
+
inout,
|
|
81
|
+
pipefy,
|
|
82
|
+
cash_basis,
|
|
66
83
|
checklist,
|
|
67
84
|
checklist_group,
|
|
68
85
|
checklist_group_item,
|
|
69
86
|
checklist_group_option,
|
|
70
87
|
checklist_model,
|
|
71
88
|
checklist_reply,
|
|
72
|
-
cash_basis,
|
|
73
89
|
company,
|
|
74
90
|
cost_center,
|
|
75
91
|
cost_sharing,
|
|
76
92
|
customer,
|
|
93
|
+
driver_control,
|
|
94
|
+
driver_license_point,
|
|
77
95
|
employee,
|
|
78
96
|
employee_hiring_regime,
|
|
79
97
|
employee_role,
|
|
80
|
-
|
|
98
|
+
expense,
|
|
81
99
|
fine,
|
|
82
100
|
fine_qualification,
|
|
101
|
+
fine_resource,
|
|
83
102
|
foreseen_maintenance_plan_service_item,
|
|
84
103
|
foreseen_service_order_item,
|
|
85
104
|
gas_pump_control,
|
|
86
105
|
gate,
|
|
106
|
+
gate_appointment,
|
|
87
107
|
item,
|
|
88
108
|
leasing_contract,
|
|
89
109
|
maintenance_plan,
|
|
90
110
|
maintenance_plan_service,
|
|
91
111
|
measurement_unit,
|
|
112
|
+
night_transport,
|
|
92
113
|
parameter,
|
|
93
|
-
|
|
94
|
-
inout,
|
|
114
|
+
pendency,
|
|
95
115
|
qualification_severity,
|
|
96
116
|
release_notification,
|
|
117
|
+
request_occurrence,
|
|
97
118
|
route,
|
|
119
|
+
service_order,
|
|
120
|
+
solicitation,
|
|
121
|
+
solicitation_comment,
|
|
122
|
+
solicitation_history,
|
|
123
|
+
solicitation_watcher,
|
|
98
124
|
stock_entry_item,
|
|
99
125
|
sub_system,
|
|
100
126
|
subsidiary,
|
|
@@ -104,16 +130,18 @@ export {
|
|
|
104
130
|
tire_dimension,
|
|
105
131
|
tire_drawing,
|
|
106
132
|
transaction,
|
|
133
|
+
trip,
|
|
134
|
+
vehicle,
|
|
135
|
+
vehicle_axes,
|
|
107
136
|
vehicle_brand,
|
|
137
|
+
vehicle_change_history,
|
|
108
138
|
vehicle_deactivation_cause,
|
|
139
|
+
vehicle_due,
|
|
140
|
+
vehicle_fuel,
|
|
109
141
|
vehicle_layout,
|
|
110
142
|
vehicle_leasing,
|
|
111
143
|
vehicle_model,
|
|
112
144
|
vehicle_model_version,
|
|
113
|
-
vehicle,
|
|
114
|
-
vehicle_fuel,
|
|
115
|
-
vehicle_axes,
|
|
116
|
-
vehicle_due,
|
|
117
145
|
vehicle_tag,
|
|
118
146
|
warehouse,
|
|
119
147
|
warehouse_item
|