mario-core 2.9.50-beta → 3.0.0-admin
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +100 -100
- package/dist/containers/Login/constant/type.d.ts +0 -5
- package/dist/containers/Login/views/ModelSelectRole.d.ts +0 -4
- package/dist/utils/amplitude.d.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -206,7 +206,7 @@ var use_for = "Use for";
|
|
|
206
206
|
var admin_training = "Admin training";
|
|
207
207
|
var teacher_training = "Teacher training";
|
|
208
208
|
var created_time = "Create time";
|
|
209
|
-
var total_reflections = "Total
|
|
209
|
+
var total_reflections = "Total Reflections";
|
|
210
210
|
var student_training = "Student training";
|
|
211
211
|
var create_destination = "Create Destination";
|
|
212
212
|
var total_of_designation = "Total of Designation";
|
|
@@ -1168,7 +1168,7 @@ var use_for$1 = "Use for";
|
|
|
1168
1168
|
var admin_training$1 = "Admin training";
|
|
1169
1169
|
var teacher_training$1 = "Teacher training";
|
|
1170
1170
|
var created_time$1 = "Create time";
|
|
1171
|
-
var total_reflections$1 = "Total
|
|
1171
|
+
var total_reflections$1 = "Total Reflections:";
|
|
1172
1172
|
var student_training$1 = "Student training";
|
|
1173
1173
|
var create_destination$1 = "Create Destination";
|
|
1174
1174
|
var total_of_designation$1 = "Total of Designation";
|