mario-core 2.9.198-release → 2.9.199-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 +13 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +13 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -783,6 +783,7 @@ var customize_reflection = "Customize Reflection";
|
|
|
783
783
|
var include_section_you_want_to_appear = "Include section you want to appear";
|
|
784
784
|
var time_of_day = "Time of Day";
|
|
785
785
|
var last_1_1_conversation = "Last 1-1 conversation";
|
|
786
|
+
var leave_page = "Leave page";
|
|
786
787
|
var lang_us = {
|
|
787
788
|
dashboard: dashboard,
|
|
788
789
|
user: user,
|
|
@@ -1541,7 +1542,8 @@ var lang_us = {
|
|
|
1541
1542
|
customize_reflection: customize_reflection,
|
|
1542
1543
|
include_section_you_want_to_appear: include_section_you_want_to_appear,
|
|
1543
1544
|
time_of_day: time_of_day,
|
|
1544
|
-
last_1_1_conversation: last_1_1_conversation
|
|
1545
|
+
last_1_1_conversation: last_1_1_conversation,
|
|
1546
|
+
leave_page: leave_page
|
|
1545
1547
|
};
|
|
1546
1548
|
|
|
1547
1549
|
var dashboard$1 = "Dashboard";
|
|
@@ -2289,6 +2291,7 @@ var customize_reflection$1 = "Customize Reflection";
|
|
|
2289
2291
|
var include_section_you_want_to_appear$1 = "Include section you want to appear";
|
|
2290
2292
|
var time_of_day$1 = "Time of Day";
|
|
2291
2293
|
var last_1_1_conversation$1 = "Last 1-1 conversation";
|
|
2294
|
+
var leave_page$1 = "Leave page";
|
|
2292
2295
|
var lang_uk = {
|
|
2293
2296
|
dashboard: dashboard$1,
|
|
2294
2297
|
user: user$1,
|
|
@@ -3047,7 +3050,8 @@ var lang_uk = {
|
|
|
3047
3050
|
customize_reflection: customize_reflection$1,
|
|
3048
3051
|
include_section_you_want_to_appear: include_section_you_want_to_appear$1,
|
|
3049
3052
|
time_of_day: time_of_day$1,
|
|
3050
|
-
last_1_1_conversation: last_1_1_conversation$1
|
|
3053
|
+
last_1_1_conversation: last_1_1_conversation$1,
|
|
3054
|
+
leave_page: leave_page$1
|
|
3051
3055
|
};
|
|
3052
3056
|
|
|
3053
3057
|
var dashboard$2 = "لوحة المعلومات";
|
|
@@ -3778,6 +3782,7 @@ var manageable_levels_of_stress_allowing_me_to_perform_at_my_best$2 = "مستو
|
|
|
3778
3782
|
var still_in_control_but_starting_to_feel_the_pressure$2 = "ما زلتُ أسيطر على زمام الأمور ولكني بدأتُ أشعر بالضغط.";
|
|
3779
3783
|
var too_much_pressure_and_really_struggling_to_manage_my_workload$2 = "أعاني من ضغط شديد وصعوبة كبيرة في التعامل مع أعباء العمل.";
|
|
3780
3784
|
var last_1_1_conversation$2 = "آخر محادثة 1-1";
|
|
3785
|
+
var leave_page$2 = "Leave page";
|
|
3781
3786
|
var lang_ar = {
|
|
3782
3787
|
dashboard: dashboard$2,
|
|
3783
3788
|
user: user$2,
|
|
@@ -4516,7 +4521,8 @@ var lang_ar = {
|
|
|
4516
4521
|
manageable_levels_of_stress_allowing_me_to_perform_at_my_best: manageable_levels_of_stress_allowing_me_to_perform_at_my_best$2,
|
|
4517
4522
|
still_in_control_but_starting_to_feel_the_pressure: still_in_control_but_starting_to_feel_the_pressure$2,
|
|
4518
4523
|
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$2,
|
|
4519
|
-
last_1_1_conversation: last_1_1_conversation$2
|
|
4524
|
+
last_1_1_conversation: last_1_1_conversation$2,
|
|
4525
|
+
leave_page: leave_page$2
|
|
4520
4526
|
};
|
|
4521
4527
|
|
|
4522
4528
|
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
@@ -26863,11 +26869,11 @@ var UserColumns = [{
|
|
|
26863
26869
|
};
|
|
26864
26870
|
}
|
|
26865
26871
|
}, {
|
|
26866
|
-
name: "",
|
|
26867
|
-
className: "
|
|
26872
|
+
name: "Impersonate",
|
|
26873
|
+
className: "align-top"
|
|
26868
26874
|
}, {
|
|
26869
|
-
name: "",
|
|
26870
|
-
className: "
|
|
26875
|
+
name: "Delete",
|
|
26876
|
+
className: "align-top"
|
|
26871
26877
|
}];
|
|
26872
26878
|
var DEFAULT_PAGE_SIZE$1 = {
|
|
26873
26879
|
label: "10",
|