mario-core 2.9.195-release → 2.9.197-release
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 +21 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +21 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +101 -101
package/dist/index.js
CHANGED
|
@@ -781,6 +781,7 @@ var start_reflection = "Start Reflection";
|
|
|
781
781
|
var customize_reflection = "Customize Reflection";
|
|
782
782
|
var include_section_you_want_to_appear = "Include section you want to appear";
|
|
783
783
|
var time_of_day = "Time of Day";
|
|
784
|
+
var last_1_1_conversation = "Last 1-1 conversation";
|
|
784
785
|
var lang_us = {
|
|
785
786
|
dashboard: dashboard,
|
|
786
787
|
user: user,
|
|
@@ -1537,7 +1538,8 @@ var lang_us = {
|
|
|
1537
1538
|
start_reflection: start_reflection,
|
|
1538
1539
|
customize_reflection: customize_reflection,
|
|
1539
1540
|
include_section_you_want_to_appear: include_section_you_want_to_appear,
|
|
1540
|
-
time_of_day: time_of_day
|
|
1541
|
+
time_of_day: time_of_day,
|
|
1542
|
+
last_1_1_conversation: last_1_1_conversation
|
|
1541
1543
|
};
|
|
1542
1544
|
|
|
1543
1545
|
var dashboard$1 = "Dashboard";
|
|
@@ -2283,6 +2285,7 @@ var start_reflection$1 = "Start Reflection";
|
|
|
2283
2285
|
var customize_reflection$1 = "Customize Reflection";
|
|
2284
2286
|
var include_section_you_want_to_appear$1 = "Include section you want to appear";
|
|
2285
2287
|
var time_of_day$1 = "Time of Day";
|
|
2288
|
+
var last_1_1_conversation$1 = "Last 1-1 conversation";
|
|
2286
2289
|
var lang_uk = {
|
|
2287
2290
|
dashboard: dashboard$1,
|
|
2288
2291
|
user: user$1,
|
|
@@ -3039,7 +3042,8 @@ var lang_uk = {
|
|
|
3039
3042
|
start_reflection: start_reflection$1,
|
|
3040
3043
|
customize_reflection: customize_reflection$1,
|
|
3041
3044
|
include_section_you_want_to_appear: include_section_you_want_to_appear$1,
|
|
3042
|
-
time_of_day: time_of_day$1
|
|
3045
|
+
time_of_day: time_of_day$1,
|
|
3046
|
+
last_1_1_conversation: last_1_1_conversation$1
|
|
3043
3047
|
};
|
|
3044
3048
|
|
|
3045
3049
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -3768,6 +3772,7 @@ var calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$2 = "أشع
|
|
|
3768
3772
|
var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$2 = "مستويات الإجهاد لدي معقولة وتمكّنني من تقديم أفضل ما لديّ.";
|
|
3769
3773
|
var still_in_control_but_starting_to_feel_the_pressure$2 = "ما زلتُ أسيطر على زمام الأمور ولكني بدأتُ أشعر بالضغط.";
|
|
3770
3774
|
var too_much_pressure_and_really_struggling_to_manage_my_workload$2 = "أعاني من ضغط شديد وصعوبة كبيرة في التعامل مع أعباء العمل.";
|
|
3775
|
+
var last_1_1_conversation$2 = "آخر محادثة 1-1";
|
|
3771
3776
|
var lang_ar = {
|
|
3772
3777
|
dashboard: dashboard$2,
|
|
3773
3778
|
user: user$2,
|
|
@@ -4504,7 +4509,8 @@ var lang_ar = {
|
|
|
4504
4509
|
calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best: calm_and_relaxed_but_not_enough_motivation_to_perform_at_my_best$2,
|
|
4505
4510
|
manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$2,
|
|
4506
4511
|
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$2,
|
|
4507
|
-
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$2
|
|
4512
|
+
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$2,
|
|
4513
|
+
last_1_1_conversation: last_1_1_conversation$2
|
|
4508
4514
|
};
|
|
4509
4515
|
|
|
4510
4516
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -26851,7 +26857,10 @@ var UserColumns = [{
|
|
|
26851
26857
|
};
|
|
26852
26858
|
}
|
|
26853
26859
|
}, {
|
|
26854
|
-
name: "
|
|
26860
|
+
name: "",
|
|
26861
|
+
className: "text-center"
|
|
26862
|
+
}, {
|
|
26863
|
+
name: "",
|
|
26855
26864
|
className: "text-center"
|
|
26856
26865
|
}];
|
|
26857
26866
|
var DEFAULT_PAGE_SIZE$1 = {
|
|
@@ -27924,17 +27933,22 @@ var UserList = function UserList() {
|
|
|
27924
27933
|
}, record.isActive ? t("active") : t("inactive")), React__default.createElement("td", {
|
|
27925
27934
|
className: "align-middle"
|
|
27926
27935
|
}, utcToLocalTime(record === null || record === void 0 ? void 0 : record.createTime, "yyyy-MM-DD HH:mm")), React__default.createElement("td", null, rosterUserInfo(record)), React__default.createElement("td", {
|
|
27927
|
-
className: "
|
|
27936
|
+
className: "align-middle"
|
|
27928
27937
|
}, React__default.createElement(fa.FaUsersCog, {
|
|
27929
27938
|
style: {
|
|
27930
27939
|
fontSize: "18px",
|
|
27931
|
-
|
|
27940
|
+
margin: "0 10px",
|
|
27932
27941
|
cursor: "pointer"
|
|
27933
27942
|
},
|
|
27934
27943
|
onClick: function onClick() {
|
|
27935
27944
|
return swicthUser(record.id);
|
|
27936
27945
|
}
|
|
27937
|
-
}), React__default.createElement(
|
|
27946
|
+
})), React__default.createElement("td", {
|
|
27947
|
+
className: "align-middle",
|
|
27948
|
+
style: {
|
|
27949
|
+
padding: "0 15px"
|
|
27950
|
+
}
|
|
27951
|
+
}, React__default.createElement(DeleteButtonIcon, {
|
|
27938
27952
|
onClick: function onClick() {
|
|
27939
27953
|
return removeData(record.id);
|
|
27940
27954
|
}
|