@sofit/view-locale 1.50.2 → 1.52.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 +3 -1
- package/dist/translations/index.js +4 -0
- package/dist/translations/modules/stock_transfer.d.ts +4 -0
- package/dist/translations/modules/stock_transfer.js +6 -0
- package/dist/translations/modules/stock_transfer_item.d.ts +4 -0
- package/dist/translations/modules/stock_transfer_item.js +6 -0
- package/lib/translations/index.ts +4 -0
- package/lib/translations/modules/stock_transfer.ts +4 -0
- package/lib/translations/modules/stock_transfer_item.ts +4 -0
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="3.
|
|
2
|
-
<testsuite name="
|
|
3
|
-
<testcase classname="
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="3.486">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-07-22T18:58:48" time="2.331" 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.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.001">
|
|
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-07-22T18:58:48" time="2.328" tests="4">
|
|
13
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.004">
|
|
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>
|
|
@@ -48,6 +48,8 @@ import * as solicitation_comment from './modules/solicitation_comment';
|
|
|
48
48
|
import * as solicitation_history from './modules/solicitation_history';
|
|
49
49
|
import * as solicitation_watcher from './modules/solicitation_watcher';
|
|
50
50
|
import * as stock_entry_item from './modules/stock_entry_item';
|
|
51
|
+
import * as stock_transfer from './modules/stock_transfer';
|
|
52
|
+
import * as stock_transfer_item from './modules/stock_transfer_item';
|
|
51
53
|
import * as sub_system from './modules/sub_system';
|
|
52
54
|
import * as subsidiary from './modules/subsidiary';
|
|
53
55
|
import * as supplier from './modules/supplier';
|
|
@@ -74,4 +76,4 @@ import * as warehouse from './modules/warehouse';
|
|
|
74
76
|
import * as warehouse_item from './modules/warehouse_item';
|
|
75
77
|
export { joi } from './common/joi';
|
|
76
78
|
export { databaseErrors } from './common/database-errors';
|
|
77
|
-
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_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_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 };
|
|
79
|
+
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_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 };
|
|
@@ -107,6 +107,10 @@ const solicitation_watcher = __importStar(require("./modules/solicitation_watche
|
|
|
107
107
|
exports.solicitation_watcher = solicitation_watcher;
|
|
108
108
|
const stock_entry_item = __importStar(require("./modules/stock_entry_item"));
|
|
109
109
|
exports.stock_entry_item = stock_entry_item;
|
|
110
|
+
const stock_transfer = __importStar(require("./modules/stock_transfer"));
|
|
111
|
+
exports.stock_transfer = stock_transfer;
|
|
112
|
+
const stock_transfer_item = __importStar(require("./modules/stock_transfer_item"));
|
|
113
|
+
exports.stock_transfer_item = stock_transfer_item;
|
|
110
114
|
const sub_system = __importStar(require("./modules/sub_system"));
|
|
111
115
|
exports.sub_system = sub_system;
|
|
112
116
|
const subsidiary = __importStar(require("./modules/subsidiary"));
|
|
@@ -48,6 +48,8 @@ import * as solicitation_comment from './modules/solicitation_comment';
|
|
|
48
48
|
import * as solicitation_history from './modules/solicitation_history';
|
|
49
49
|
import * as solicitation_watcher from './modules/solicitation_watcher';
|
|
50
50
|
import * as stock_entry_item from './modules/stock_entry_item';
|
|
51
|
+
import * as stock_transfer from './modules/stock_transfer';
|
|
52
|
+
import * as stock_transfer_item from './modules/stock_transfer_item';
|
|
51
53
|
import * as sub_system from './modules/sub_system';
|
|
52
54
|
import * as subsidiary from './modules/subsidiary';
|
|
53
55
|
import * as supplier from './modules/supplier';
|
|
@@ -126,6 +128,8 @@ export {
|
|
|
126
128
|
solicitation_comment,
|
|
127
129
|
solicitation_history,
|
|
128
130
|
solicitation_watcher,
|
|
131
|
+
stock_transfer,
|
|
132
|
+
stock_transfer_item,
|
|
129
133
|
stock_entry_item,
|
|
130
134
|
sub_system,
|
|
131
135
|
subsidiary,
|