mario-education 2.4.494-feedback → 2.4.495-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.css +46 -47
- package/dist/index.js +23 -27
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +23 -27
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -2415,7 +2415,6 @@ h6._3zOGW {
|
|
|
2415
2415
|
line-height: 18px;
|
|
2416
2416
|
margin-right: 5px;
|
|
2417
2417
|
margin-bottom: 0;
|
|
2418
|
-
text-transform: capitalize;
|
|
2419
2418
|
}
|
|
2420
2419
|
|
|
2421
2420
|
._3-8OW {
|
|
@@ -3015,20 +3014,20 @@ h6._3zOGW {
|
|
|
3015
3014
|
flex-direction: column;
|
|
3016
3015
|
}
|
|
3017
3016
|
|
|
3018
|
-
._1ym2M
|
|
3017
|
+
._1ym2M > ._21miX {
|
|
3019
3018
|
font-size: 24px;
|
|
3020
3019
|
font-weight: 600;
|
|
3021
3020
|
line-height: 32px;
|
|
3022
3021
|
}
|
|
3023
3022
|
|
|
3024
|
-
._1ym2M
|
|
3023
|
+
._1ym2M > ._38wLO {
|
|
3025
3024
|
font-size: 32px;
|
|
3026
3025
|
font-weight: 600;
|
|
3027
3026
|
line-height: 40px;
|
|
3028
3027
|
margin-bottom: 8px;
|
|
3029
3028
|
}
|
|
3030
3029
|
|
|
3031
|
-
._1ym2M
|
|
3030
|
+
._1ym2M > ._3giEV {
|
|
3032
3031
|
font-size: 14px;
|
|
3033
3032
|
font-weight: 400;
|
|
3034
3033
|
line-height: 20px;
|
|
@@ -3070,57 +3069,57 @@ h6._3zOGW {
|
|
|
3070
3069
|
}
|
|
3071
3070
|
|
|
3072
3071
|
._3KJDS {
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3072
|
+
display: flex;
|
|
3073
|
+
flex-direction: column;
|
|
3074
|
+
height: 100%;
|
|
3075
|
+
flex-grow: 1;
|
|
3076
|
+
overflow: hidden;
|
|
3078
3077
|
}
|
|
3079
3078
|
|
|
3080
|
-
._3KJDS
|
|
3081
|
-
|
|
3079
|
+
._3KJDS > ._QR625 {
|
|
3080
|
+
flex-shrink: 0;
|
|
3082
3081
|
}
|
|
3083
3082
|
|
|
3084
|
-
._3KJDS
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3083
|
+
._3KJDS > ._xCCue {
|
|
3084
|
+
flex-grow: 1;
|
|
3085
|
+
overflow-y: auto;
|
|
3086
|
+
display: block;
|
|
3087
|
+
/* width: calc(100% + 10px); */
|
|
3089
3088
|
}
|
|
3090
3089
|
|
|
3091
|
-
._3KJDS
|
|
3090
|
+
._3KJDS > ._3GkYB {
|
|
3092
3091
|
padding-right: 10px;
|
|
3093
3092
|
}
|
|
3094
3093
|
|
|
3095
|
-
._3KJDS
|
|
3094
|
+
._3KJDS > ._xCCue::-webkit-scrollbar {
|
|
3096
3095
|
width: 10px;
|
|
3097
3096
|
}
|
|
3098
3097
|
|
|
3099
|
-
._3KJDS
|
|
3098
|
+
._3KJDS > ._xCCue::-webkit-scrollbar-track {
|
|
3100
3099
|
background: #F6F6F6;
|
|
3101
3100
|
border-radius: 8px;
|
|
3102
3101
|
box-shadow: none;
|
|
3103
3102
|
}
|
|
3104
3103
|
|
|
3105
|
-
._3KJDS
|
|
3104
|
+
._3KJDS > ._xCCue::-webkit-scrollbar-thumb {
|
|
3106
3105
|
background: #316CD9;
|
|
3107
3106
|
border: 2px solid #e1e1e1;
|
|
3108
3107
|
}
|
|
3109
3108
|
|
|
3110
|
-
._3KJDS
|
|
3109
|
+
._3KJDS > ._xCCue::-webkit-scrollbar-thumb:hover {
|
|
3111
3110
|
background: #2a5ebe;
|
|
3112
3111
|
}
|
|
3113
3112
|
|
|
3114
|
-
._3KJDS
|
|
3115
|
-
|
|
3116
|
-
|
|
3113
|
+
._3KJDS > ._xCCue > table {
|
|
3114
|
+
table-layout: fixed;
|
|
3115
|
+
width: 100%;
|
|
3117
3116
|
}
|
|
3118
3117
|
|
|
3119
3118
|
._3zJ60 {
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3119
|
+
display: table !important;
|
|
3120
|
+
width: 100%;
|
|
3121
|
+
table-layout: fixed;
|
|
3122
|
+
width: calc(100% - 20px);
|
|
3124
3123
|
}
|
|
3125
3124
|
|
|
3126
3125
|
._3iePe {
|
|
@@ -3131,31 +3130,31 @@ h6._3zOGW {
|
|
|
3131
3130
|
cursor: default;
|
|
3132
3131
|
}
|
|
3133
3132
|
|
|
3134
|
-
._3iePe>div {
|
|
3133
|
+
._3iePe > div {
|
|
3135
3134
|
font-size: 14px !important;
|
|
3136
3135
|
font-weight: 400 !important;
|
|
3137
3136
|
line-height: 20px !important;
|
|
3138
3137
|
opacity: .56;
|
|
3139
3138
|
}
|
|
3140
3139
|
|
|
3141
|
-
._3iePe>div>svg {
|
|
3140
|
+
._3iePe > div > svg {
|
|
3142
3141
|
width: 16px;
|
|
3143
3142
|
height: 16px;
|
|
3144
3143
|
margin-left: 8px;
|
|
3145
3144
|
}
|
|
3146
3145
|
|
|
3147
|
-
._jt5M3
|
|
3148
|
-
._jt5M3
|
|
3149
|
-
._jt5M3
|
|
3150
|
-
._jt5M3
|
|
3151
|
-
._jt5M3
|
|
3146
|
+
._jt5M3 > ._2cEqW,
|
|
3147
|
+
._jt5M3 > ._2cEqW > div,
|
|
3148
|
+
._jt5M3 > ._2cEqW > div > div,
|
|
3149
|
+
._jt5M3 > ._2cEqW > div > span,
|
|
3150
|
+
._jt5M3 > ._2cEqW > div > span > span {
|
|
3152
3151
|
font-size: 14px;
|
|
3153
3152
|
font-weight: 400;
|
|
3154
3153
|
line-height: 20px;
|
|
3155
3154
|
border-bottom: none;
|
|
3156
3155
|
}
|
|
3157
3156
|
|
|
3158
|
-
._2cEqW>div
|
|
3157
|
+
._2cEqW > div > ._qGHNb {
|
|
3159
3158
|
display: -webkit-box;
|
|
3160
3159
|
-webkit-box-orient: vertical;
|
|
3161
3160
|
overflow: hidden;
|
|
@@ -3166,42 +3165,42 @@ h6._3zOGW {
|
|
|
3166
3165
|
}
|
|
3167
3166
|
|
|
3168
3167
|
._1FNac {
|
|
3169
|
-
|
|
3170
|
-
|
|
3168
|
+
display: block !important;
|
|
3169
|
+
/* max-height: 400px;
|
|
3171
3170
|
overflow-y: scroll; */
|
|
3172
3171
|
}
|
|
3173
3172
|
|
|
3174
|
-
._e1eW1
|
|
3173
|
+
._e1eW1 > ._ZaJN5 {
|
|
3175
3174
|
display: table;
|
|
3176
3175
|
width: 100%;
|
|
3177
3176
|
table-layout: fixed;
|
|
3178
3177
|
}
|
|
3179
3178
|
|
|
3180
|
-
._e1eW1
|
|
3179
|
+
._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(1) {
|
|
3181
3180
|
width: 18%;
|
|
3182
3181
|
}
|
|
3183
3182
|
|
|
3184
|
-
._e1eW1
|
|
3183
|
+
._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(2) {
|
|
3185
3184
|
width: 10%;
|
|
3186
3185
|
}
|
|
3187
3186
|
|
|
3188
|
-
._e1eW1
|
|
3187
|
+
._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(3) {
|
|
3189
3188
|
width: 15%;
|
|
3190
3189
|
}
|
|
3191
3190
|
|
|
3192
|
-
._e1eW1
|
|
3191
|
+
._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(4) {
|
|
3193
3192
|
width: 12%;
|
|
3194
3193
|
}
|
|
3195
3194
|
|
|
3196
|
-
._e1eW1
|
|
3195
|
+
._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(5) {
|
|
3197
3196
|
width: 30%;
|
|
3198
3197
|
}
|
|
3199
3198
|
|
|
3200
|
-
._e1eW1
|
|
3199
|
+
._e1eW1 > ._jt5M3 > ._2cEqW:nth-child(6) {
|
|
3201
3200
|
width: 15%;
|
|
3202
3201
|
}
|
|
3203
3202
|
|
|
3204
|
-
._e1eW1
|
|
3203
|
+
._e1eW1 > ._jt5M3:nth-child(odd) {
|
|
3205
3204
|
background-color: #F6F6F6;
|
|
3206
3205
|
}
|
|
3207
3206
|
|
|
@@ -3220,7 +3219,7 @@ h6._3zOGW {
|
|
|
3220
3219
|
height: calc(-200px + 100vh)
|
|
3221
3220
|
}
|
|
3222
3221
|
|
|
3223
|
-
._2emfn>div>div>nav>ul {
|
|
3222
|
+
._2emfn > div > div > nav > ul {
|
|
3224
3223
|
margin: 16px 0 0;
|
|
3225
3224
|
}
|
|
3226
3225
|
|
package/dist/index.js
CHANGED
|
@@ -11329,7 +11329,7 @@ var Destinations = function Destinations() {
|
|
|
11329
11329
|
}
|
|
11330
11330
|
})));
|
|
11331
11331
|
}))) : React__default.createElement(marioCore.EmptyDataAlert, {
|
|
11332
|
-
label: t("
|
|
11332
|
+
label: t("designations")
|
|
11333
11333
|
})), React__default.createElement(reactstrap.Col, {
|
|
11334
11334
|
md: 8,
|
|
11335
11335
|
className: "text-right"
|
|
@@ -18441,7 +18441,7 @@ var TutorialScreenContainer = function TutorialScreenContainer() {
|
|
|
18441
18441
|
|
|
18442
18442
|
var tabs$3 = [{
|
|
18443
18443
|
path: "/admin/question/default-question-list",
|
|
18444
|
-
title: "
|
|
18444
|
+
title: "one_to_one_question",
|
|
18445
18445
|
component: function component() {
|
|
18446
18446
|
return React__default.createElement(QuestionBankList, {
|
|
18447
18447
|
isDefaultQuestion: true,
|
|
@@ -36577,7 +36577,7 @@ var ModelSkillStudent = function ModelSkillStudent(_ref) {
|
|
|
36577
36577
|
className: "" + styles$3["detail"]
|
|
36578
36578
|
}, "All of the students marked as feeling safe.") : React__default.createElement(core$1.Grid, null, React__default.createElement(core$1.Typography, {
|
|
36579
36579
|
className: "" + styles$3["detail"]
|
|
36580
|
-
}, React__default.createElement("b", null, studentPercentage === null || studentPercentage === void 0 ? void 0 : studentPercentage.toFixed(2), "%"), " ", t("of_students_are_not_feeling_safe"), " ", React__default.createElement("b", {
|
|
36580
|
+
}, React__default.createElement("b", null, studentPercentage === null || studentPercentage === void 0 ? void 0 : studentPercentage.toFixed(2), "%"), " ", t("of_students_are_not_feeling_safe"), ".", " ", React__default.createElement("b", {
|
|
36581
36581
|
className: "" + styles$3["link"],
|
|
36582
36582
|
onClick: function onClick() {
|
|
36583
36583
|
return handleToggleModel();
|
|
@@ -36589,9 +36589,9 @@ var ModelSkillStudent = function ModelSkillStudent(_ref) {
|
|
|
36589
36589
|
className: "" + styles$3["skill-student"]
|
|
36590
36590
|
}, !studentCount ? React__default.createElement(core$1.Typography, {
|
|
36591
36591
|
className: "" + styles$3["detail"]
|
|
36592
|
-
}, t("all_of_the_students_report_manageable_stress_levels")
|
|
36592
|
+
}, t("all_of_the_students_report_manageable_stress_levels")) : React__default.createElement(core$1.Grid, null, React__default.createElement(core$1.Typography, {
|
|
36593
36593
|
className: "" + styles$3["detail"]
|
|
36594
|
-
}, React__default.createElement("b", null, studentPercentage === null || studentPercentage === void 0 ? void 0 : studentPercentage.toFixed(2), "%"), " ", t("of_students_are_highly_stressed"), " ", React__default.createElement("b", {
|
|
36594
|
+
}, React__default.createElement("b", null, studentPercentage === null || studentPercentage === void 0 ? void 0 : studentPercentage.toFixed(2), "%"), " ", t("of_students_are_highly_stressed"), ".", " ", React__default.createElement("b", {
|
|
36595
36595
|
className: "" + styles$3["link"],
|
|
36596
36596
|
onClick: function onClick() {
|
|
36597
36597
|
return handleToggleModel();
|
|
@@ -40040,7 +40040,7 @@ var TemplateIEPList = function TemplateIEPList() {
|
|
|
40040
40040
|
className: "fadeIn animated"
|
|
40041
40041
|
}, React__default.createElement(TemplateDialogModal$1, {
|
|
40042
40042
|
ref: modal,
|
|
40043
|
-
header: t('
|
|
40043
|
+
header: !!id ? t('edit_template') + " IEP" : t('edit_template') + " IEP",
|
|
40044
40044
|
confirmText: !!id ? t("update") : t("create"),
|
|
40045
40045
|
onConfirm: onConfirm,
|
|
40046
40046
|
onCancel: onCancel,
|
|
@@ -40057,7 +40057,7 @@ var TemplateIEPList = function TemplateIEPList() {
|
|
|
40057
40057
|
}, React__default.createElement(reactstrap.Col, {
|
|
40058
40058
|
md: 4
|
|
40059
40059
|
}, React__default.createElement(marioCore.AddButton, {
|
|
40060
|
-
text: t('
|
|
40060
|
+
text: t('edit_template') + " IEP",
|
|
40061
40061
|
onClick: function onClick() {
|
|
40062
40062
|
return openModal();
|
|
40063
40063
|
}
|
|
@@ -70883,15 +70883,15 @@ var CustomQuestionAlert = function CustomQuestionAlert() {
|
|
|
70883
70883
|
size: "sm"
|
|
70884
70884
|
}, React__default.createElement("thead", null, React__default.createElement("tr", null, React__default.createElement("th", {
|
|
70885
70885
|
className: "align-top"
|
|
70886
|
-
}, t("
|
|
70886
|
+
}, t("text")), React__default.createElement("th", {
|
|
70887
70887
|
className: "align-top"
|
|
70888
|
-
}, t("
|
|
70888
|
+
}, t("question_text")), React__default.createElement("th", {
|
|
70889
70889
|
className: "align-top"
|
|
70890
70890
|
}, t("flag")), React__default.createElement("th", {
|
|
70891
70891
|
className: "align-top"
|
|
70892
70892
|
}, t("type")), React__default.createElement("th", {
|
|
70893
70893
|
className: "text-center"
|
|
70894
|
-
}, t("
|
|
70894
|
+
}, t("action")))), React__default.createElement("tbody", null, alerts.map(function (record) {
|
|
70895
70895
|
return React__default.createElement("tr", {
|
|
70896
70896
|
key: record.id
|
|
70897
70897
|
}, React__default.createElement("td", {
|
|
@@ -71054,27 +71054,27 @@ var useWeeklyQuest = function useWeeklyQuest() {
|
|
|
71054
71054
|
history.push(url);
|
|
71055
71055
|
}, [weeklyQuestList]);
|
|
71056
71056
|
var columnDefs = [{
|
|
71057
|
-
headerName:
|
|
71057
|
+
headerName: 'Quest name',
|
|
71058
71058
|
cellRendererFramework: function cellRendererFramework(params) {
|
|
71059
71059
|
return renderQuestText(params);
|
|
71060
71060
|
}
|
|
71061
71061
|
}, {
|
|
71062
|
-
headerName:
|
|
71062
|
+
headerName: 'Challenge',
|
|
71063
71063
|
cellRendererFramework: function cellRendererFramework(params) {
|
|
71064
71064
|
return renderQuestChallenge(params);
|
|
71065
71065
|
}
|
|
71066
71066
|
}, {
|
|
71067
|
-
headerName:
|
|
71067
|
+
headerName: 'Source',
|
|
71068
71068
|
cellRendererFramework: function cellRendererFramework(params) {
|
|
71069
71069
|
return renderQuestSource(params);
|
|
71070
71070
|
}
|
|
71071
71071
|
}, {
|
|
71072
|
-
headerName:
|
|
71072
|
+
headerName: 'Request',
|
|
71073
71073
|
cellRendererFramework: function cellRendererFramework(params) {
|
|
71074
71074
|
return renderQuestRequest(params);
|
|
71075
71075
|
}
|
|
71076
71076
|
}, {
|
|
71077
|
-
headerName:
|
|
71077
|
+
headerName: 'Active',
|
|
71078
71078
|
cellRendererFramework: function cellRendererFramework(params) {
|
|
71079
71079
|
return renderQuestActive(params);
|
|
71080
71080
|
}
|
|
@@ -71173,7 +71173,7 @@ var useWeeklyQuest = function useWeeklyQuest() {
|
|
|
71173
71173
|
console.log("run");
|
|
71174
71174
|
},
|
|
71175
71175
|
headerComponentParams: {
|
|
71176
|
-
template: "<div class=\"text-center w-100\">
|
|
71176
|
+
template: "<div class=\"text-center w-100\">Sort order</div>"
|
|
71177
71177
|
}
|
|
71178
71178
|
}]),
|
|
71179
71179
|
detailCellRenderer: "preview",
|
|
@@ -71251,9 +71251,6 @@ var WeeklyQuest = function WeeklyQuest() {
|
|
|
71251
71251
|
changeFilters = _useWeeklyQuest.changeFilters,
|
|
71252
71252
|
handleSwitchChallenge = _useWeeklyQuest.handleSwitchChallenge;
|
|
71253
71253
|
|
|
71254
|
-
var _useTranslation = marioCore.useTranslation(),
|
|
71255
|
-
t = _useTranslation.t;
|
|
71256
|
-
|
|
71257
71254
|
var buttonTextStyle = {
|
|
71258
71255
|
fontWeight: 500
|
|
71259
71256
|
};
|
|
@@ -71283,14 +71280,14 @@ var WeeklyQuest = function WeeklyQuest() {
|
|
|
71283
71280
|
}, React__default.createElement(reactstrap.Col, {
|
|
71284
71281
|
md: 10
|
|
71285
71282
|
}, React__default.createElement(marioCore.AddButton, {
|
|
71286
|
-
text:
|
|
71283
|
+
text: "Create Quest",
|
|
71287
71284
|
onClick: function onClick() {
|
|
71288
71285
|
return handleSetQuest();
|
|
71289
71286
|
}
|
|
71290
71287
|
})), React__default.createElement(reactstrap.Col, {
|
|
71291
71288
|
md: 2,
|
|
71292
71289
|
className: "d-flex align-items-center justify-content-end"
|
|
71293
|
-
},
|
|
71290
|
+
}, "Total of quests: ", total)), React__default.createElement("div", {
|
|
71294
71291
|
className: 'd-flex align-items-center my-3 justify-content-end'
|
|
71295
71292
|
}, React__default.createElement(reactstrap.Button, {
|
|
71296
71293
|
onClick: function onClick() {
|
|
@@ -71302,7 +71299,7 @@ var WeeklyQuest = function WeeklyQuest() {
|
|
|
71302
71299
|
}, React__default.createElement(fa.FaArrowLeft, null), React__default.createElement("span", {
|
|
71303
71300
|
className: 'ml-2',
|
|
71304
71301
|
style: buttonTextStyle
|
|
71305
|
-
},
|
|
71302
|
+
}, "Previous")), React__default.createElement(reactstrap.Button, {
|
|
71306
71303
|
onClick: function onClick() {
|
|
71307
71304
|
return handleSwitchChallenge(SwitchChallengeType.Next);
|
|
71308
71305
|
},
|
|
@@ -71312,7 +71309,7 @@ var WeeklyQuest = function WeeklyQuest() {
|
|
|
71312
71309
|
}, React__default.createElement("span", {
|
|
71313
71310
|
className: 'mr-2',
|
|
71314
71311
|
style: buttonTextStyle
|
|
71315
|
-
},
|
|
71312
|
+
}, "Next"), React__default.createElement(fa.FaArrowRight, null))), React__default.createElement(reactstrap.Row, {
|
|
71316
71313
|
className: "mb-2"
|
|
71317
71314
|
}, React__default.createElement(reactstrap.Col, {
|
|
71318
71315
|
md: 12,
|
|
@@ -72676,7 +72673,7 @@ var ViewStudent = function ViewStudent(_ref) {
|
|
|
72676
72673
|
className: classes.title
|
|
72677
72674
|
}, t('view_a_student')), React__default.createElement(core$1.Typography, {
|
|
72678
72675
|
className: classes.description
|
|
72679
|
-
}, t('select_a_student_to_see_their_profile_and_learning_plan')
|
|
72676
|
+
}, t('select_a_student_to_see_their_profile_and_learning_plan'))), React__default.createElement(core$1.Grid, {
|
|
72680
72677
|
item: true,
|
|
72681
72678
|
xs: 12,
|
|
72682
72679
|
sm: 5,
|
|
@@ -72785,7 +72782,7 @@ var StudentWellnessNote = function StudentWellnessNote(_ref) {
|
|
|
72785
72782
|
className: "" + styles$9["student-wellness__note__icon--success"]
|
|
72786
72783
|
}) : React__default.createElement(ErrorIcon, {
|
|
72787
72784
|
className: "" + styles$9["student-wellness__note__icon--danger"]
|
|
72788
|
-
})), React__default.createElement("div", null, !number && React__default.createElement(core$1.Typography, null, defaultText
|
|
72785
|
+
})), React__default.createElement("div", null, !number && React__default.createElement(core$1.Typography, null, defaultText), !!percent && React__default.createElement(core$1.Typography, {
|
|
72789
72786
|
className: "" + styles$9["student-wellness__item__info"]
|
|
72790
72787
|
}, React__default.createElement("span", null, React__default.createElement("span", {
|
|
72791
72788
|
className: " " + styles$9["student-wellness__item__info__percent--bold"],
|
|
@@ -75542,8 +75539,7 @@ var useStyles$l = core$1.makeStyles(function () {
|
|
|
75542
75539
|
width: "calc(100vw - " + drawerWidth15 + "px)"
|
|
75543
75540
|
}, _root),
|
|
75544
75541
|
fullWidth: (_fullWidth = {}, _fullWidth["@media(min-width: 1024px)"] = {
|
|
75545
|
-
width: "100vw!important"
|
|
75546
|
-
paddingLeft: 160
|
|
75542
|
+
width: "100vw!important"
|
|
75547
75543
|
}, _fullWidth)
|
|
75548
75544
|
};
|
|
75549
75545
|
});
|