@sofit/view-locale 1.43.0 → 1.44.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.d.ts +1 -1
- package/dist/translations/modules/vehicle.js +1 -1
- package/dist/translations/modules/vehicle_deactivation_cause.d.ts +18 -0
- package/dist/translations/modules/vehicle_deactivation_cause.js +8 -0
- package/lib/translations/index.ts +2 -0
- package/lib/translations/modules/vehicle.ts +1 -1
- package/lib/translations/modules/vehicle_deactivation_cause.ts +10 -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.112">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-06-13T19:19:11" time="1.45" tests="4">
|
|
3
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.004">
|
|
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">
|
|
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.001">
|
|
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-06-13T19:19:11" time="1.461" 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">
|
|
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.001">
|
|
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">
|
|
20
20
|
</testcase>
|
|
21
21
|
</testsuite>
|
|
22
22
|
</testsuites>
|
|
@@ -44,6 +44,7 @@ import * as transaction from './modules/transaction';
|
|
|
44
44
|
import * as vehicle from './modules/vehicle';
|
|
45
45
|
import * as vehicle_axes from './modules/vehicle_axes';
|
|
46
46
|
import * as vehicle_brand from './modules/vehicle_brand';
|
|
47
|
+
import * as vehicle_deactivation_cause from './modules/vehicle_deactivation_cause';
|
|
47
48
|
import * as vehicle_due from './modules/vehicle_due';
|
|
48
49
|
import * as vehicle_fuel from './modules/vehicle_fuel';
|
|
49
50
|
import * as vehicle_layout from './modules/vehicle_layout';
|
|
@@ -55,4 +56,4 @@ import * as warehouse from './modules/warehouse';
|
|
|
55
56
|
import * as warehouse_item from './modules/warehouse_item';
|
|
56
57
|
export { joi } from './common/joi';
|
|
57
58
|
export { databaseErrors } from './common/database-errors';
|
|
58
|
-
export { auth, benchmarking, general, checklist, checklist_group, checklist_group_item, checklist_group_option, checklist_model, checklist_reply, cash_basis, company, cost_center, cost_sharing, customer, employee, employee_hiring_regime, employee_role, fine_resource, fine, fine_qualification, foreseen_maintenance_plan_service_item, foreseen_service_order_item, gas_pump_control, gate, item, leasing_contract, maintenance_plan, maintenance_plan_service, measurement_unit, parameter, pipefy, qualification_severity, release_notification, route, stock_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, vehicle_brand, vehicle_layout, vehicle_leasing, vehicle_model, vehicle_model_version, vehicle, vehicle_fuel, vehicle_axes, vehicle_due, vehicle_tag, warehouse, warehouse_item };
|
|
59
|
+
export { auth, benchmarking, general, checklist, checklist_group, checklist_group_item, checklist_group_option, checklist_model, checklist_reply, cash_basis, company, cost_center, cost_sharing, customer, employee, employee_hiring_regime, employee_role, fine_resource, fine, fine_qualification, foreseen_maintenance_plan_service_item, foreseen_service_order_item, gas_pump_control, gate, item, leasing_contract, maintenance_plan, maintenance_plan_service, measurement_unit, parameter, pipefy, qualification_severity, release_notification, route, stock_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, vehicle_brand, vehicle_deactivation_cause, vehicle_layout, vehicle_leasing, vehicle_model, vehicle_model_version, vehicle, vehicle_fuel, vehicle_axes, vehicle_due, vehicle_tag, warehouse, warehouse_item };
|
|
@@ -99,6 +99,8 @@ const vehicle_axes = __importStar(require("./modules/vehicle_axes"));
|
|
|
99
99
|
exports.vehicle_axes = vehicle_axes;
|
|
100
100
|
const vehicle_brand = __importStar(require("./modules/vehicle_brand"));
|
|
101
101
|
exports.vehicle_brand = vehicle_brand;
|
|
102
|
+
const vehicle_deactivation_cause = __importStar(require("./modules/vehicle_deactivation_cause"));
|
|
103
|
+
exports.vehicle_deactivation_cause = vehicle_deactivation_cause;
|
|
102
104
|
const vehicle_due = __importStar(require("./modules/vehicle_due"));
|
|
103
105
|
exports.vehicle_due = vehicle_due;
|
|
104
106
|
const vehicle_fuel = __importStar(require("./modules/vehicle_fuel"));
|
|
@@ -134,7 +134,7 @@ exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { license_plate: {
|
|
|
134
134
|
}, deactivation_date: {
|
|
135
135
|
ptBR: 'Data da desativação',
|
|
136
136
|
es: 'Fecha de la desativación'
|
|
137
|
-
},
|
|
137
|
+
}, vehicle_deactivation_cause_id: {
|
|
138
138
|
ptBR: 'Causa da desativação',
|
|
139
139
|
es: 'Causa de la desativación'
|
|
140
140
|
}, active: {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const name: {
|
|
2
|
+
ptBR: string;
|
|
3
|
+
es: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const fields: {
|
|
6
|
+
name: {
|
|
7
|
+
ptBR: string;
|
|
8
|
+
es: string;
|
|
9
|
+
};
|
|
10
|
+
external_id: {
|
|
11
|
+
ptBR: string;
|
|
12
|
+
es: string;
|
|
13
|
+
};
|
|
14
|
+
id: {
|
|
15
|
+
ptBR: string;
|
|
16
|
+
es: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const entity_1 = require("../common/entity");
|
|
4
|
+
exports.name = {
|
|
5
|
+
ptBR: 'Causa da desativação',
|
|
6
|
+
es: 'Causa de la desativación'
|
|
7
|
+
};
|
|
8
|
+
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON);
|
|
@@ -44,6 +44,7 @@ import * as transaction from './modules/transaction';
|
|
|
44
44
|
import * as vehicle from './modules/vehicle';
|
|
45
45
|
import * as vehicle_axes from './modules/vehicle_axes';
|
|
46
46
|
import * as vehicle_brand from './modules/vehicle_brand';
|
|
47
|
+
import * as vehicle_deactivation_cause from './modules/vehicle_deactivation_cause';
|
|
47
48
|
import * as vehicle_due from './modules/vehicle_due';
|
|
48
49
|
import * as vehicle_fuel from './modules/vehicle_fuel';
|
|
49
50
|
import * as vehicle_layout from './modules/vehicle_layout';
|
|
@@ -102,6 +103,7 @@ export {
|
|
|
102
103
|
tire_drawing,
|
|
103
104
|
transaction,
|
|
104
105
|
vehicle_brand,
|
|
106
|
+
vehicle_deactivation_cause,
|
|
105
107
|
vehicle_layout,
|
|
106
108
|
vehicle_leasing,
|
|
107
109
|
vehicle_model,
|