mario-education 2.4.150-level → 2.4.152-level
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 +108 -0
- package/dist/index.js +65 -12
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +65 -12
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1173,6 +1173,60 @@ h6._3zOGW {
|
|
|
1173
1173
|
|
|
1174
1174
|
._3Eas5 {
|
|
1175
1175
|
max-height: 430px;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
._1tKnn{
|
|
1179
|
+
display: none;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
@media (max-width: 374px) {
|
|
1183
|
+
._CHu-i {
|
|
1184
|
+
font-size: 18px;
|
|
1185
|
+
}
|
|
1186
|
+
._CHu-i + img {
|
|
1187
|
+
width: 36px;
|
|
1188
|
+
height: 36px;
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
@media (max-width: 576px) {
|
|
1193
|
+
._10Pgm{
|
|
1194
|
+
padding: 0 10px;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
._1tKnn{
|
|
1198
|
+
display: block;
|
|
1199
|
+
background: #ffffff;
|
|
1200
|
+
border: 1px solid #ebeff2;
|
|
1201
|
+
box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
|
|
1202
|
+
border-radius: 8px;
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
._1Zuq3{
|
|
1206
|
+
gap: 6px;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
._2Hdbu {
|
|
1210
|
+
gap: 8px;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
._3dK0P {
|
|
1214
|
+
max-width: 150px;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
._348ls {
|
|
1218
|
+
align-items: baseline;
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
@media (min-width: 577px) and (max-width: 992px){
|
|
1223
|
+
._1i0El {
|
|
1224
|
+
gap: 8px;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
._2Hdbu {
|
|
1228
|
+
gap: 8px;
|
|
1229
|
+
}
|
|
1176
1230
|
}
|
|
1177
1231
|
._3U9cF {
|
|
1178
1232
|
padding: 16px;
|
|
@@ -2020,6 +2074,35 @@ h6._3zOGW {
|
|
|
2020
2074
|
._4SQcs{
|
|
2021
2075
|
gap: 8px;
|
|
2022
2076
|
}
|
|
2077
|
+
|
|
2078
|
+
._5wSJP{
|
|
2079
|
+
padding-right: 6px;
|
|
2080
|
+
width: 100%;
|
|
2081
|
+
max-width: 130px;
|
|
2082
|
+
align-items: start;
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
._5wSJP label {
|
|
2086
|
+
display: flex;
|
|
2087
|
+
align-items: center;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
._n_lnI{
|
|
2091
|
+
padding-right: 6px;
|
|
2092
|
+
width: 100%;
|
|
2093
|
+
max-width: 130px;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
._n_lnI > ._27ojF{
|
|
2097
|
+
justify-content: start;
|
|
2098
|
+
align-items: baseline;
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
._n_lnI label {
|
|
2102
|
+
display: flex;
|
|
2103
|
+
align-items: center;
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2023
2106
|
}
|
|
2024
2107
|
|
|
2025
2108
|
@media (min-width: 577px) and (max-width: 768px) {
|
|
@@ -2045,6 +2128,31 @@ h6._3zOGW {
|
|
|
2045
2128
|
gap: 20px;
|
|
2046
2129
|
}
|
|
2047
2130
|
}
|
|
2131
|
+
|
|
2132
|
+
@media (min-width: 577px) and (max-width: 1023px) {
|
|
2133
|
+
._5wSJP{
|
|
2134
|
+
padding-right: 0;
|
|
2135
|
+
width: 100%;
|
|
2136
|
+
max-width: 180px;
|
|
2137
|
+
}
|
|
2138
|
+
._5wSJP label {
|
|
2139
|
+
display: flex;
|
|
2140
|
+
align-items: center;
|
|
2141
|
+
}
|
|
2142
|
+
._n_lnI{
|
|
2143
|
+
padding-right: 0;
|
|
2144
|
+
width: 100%;
|
|
2145
|
+
max-width: 130px;
|
|
2146
|
+
}
|
|
2147
|
+
._n_lnI > ._27ojF{
|
|
2148
|
+
justify-content: start;
|
|
2149
|
+
}
|
|
2150
|
+
._n_lnI label {
|
|
2151
|
+
display: flex;
|
|
2152
|
+
align-items: center;
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2048
2156
|
@media (min-width: 2100px) {
|
|
2049
2157
|
._2MTrM{
|
|
2050
2158
|
gap: 50px;
|
package/dist/index.js
CHANGED
|
@@ -22504,7 +22504,7 @@ var TYPECHART;
|
|
|
22504
22504
|
TYPECHART[TYPECHART["DONUT"] = 4] = "DONUT";
|
|
22505
22505
|
})(TYPECHART || (TYPECHART = {}));
|
|
22506
22506
|
|
|
22507
|
-
var styles$1 = {"dashboard-card":"_1Jgr2","quantity-table":"_3Thdy","size-icon":"_1WLBo","block-dashboard":"_10Pgm","size-arrow":"_3jPb_","color-down":"_1c43y","color-up":"_F1afY","box-filter":"_1kqUQ","title-card":"_10hbz","value-card":"_2rmw_","deviant-card":"_1tdQu","filter-card":"_2BvFN","box-skill-item":"_2TBTW","numerical-order":"_3XXJp","backoround-top-skill":"_LCuWQ","color-filter":"_3x9D7","btn-filter":"_2In63","block-collapse":"_1Vhg_","form-date-picker":"_6yLxd","bock-filter-left":"_h74SO","bock-filter-right":"_3e2pi","form-filter-right":"_ntUB6","form-filter-left":"_1DlZ4","bock-filter-wrap":"_1tYDM","title-card-box":"_3hSow","box-item":"_1yuC9","image-no-data":"_2PMoX","image-grade":"_3ZX0b","chart-data":"_2asi-","apexcharts-datalabels":"_muT01","apexcharts-pie-label":"_35BzZ","image-custom":"_3pkbc","image-special-need":"_16MpB","title-dashboard":"_CHu-i","box-chart":"_3Y-Dd","block-filter-right":"_1YJnk","shadow-lg":"_2eMbe","chart-header-wrapper":"_6ZvFg","devide-component":"_24CNV","header-chart":"_2vtSi","header-left":"_IpsVf","icon-chart":"_gzxWe","header-right":"_37IcR","header-title":"_2G6Wz","button-export":"_3xpNv","button-content":"_3H5Ly","button-icon":"_J_n-D","icon-config":"_3AALV","cursor-pointer":"_11Xjn","btn-show-chart":"_2htKu","rotate-180":"_q1nUO","header-chart-generate":"_s8xMf","block-header-chart":"_tHUJ_","name-chart":"_3xKHX","title-chart":"_pFFg9","description-chart":"_3hqV3","title-chart-generate":"_3rdqX","expand-icon":"_nwv00","custom-tooltip":"_29aQo","custom-tooltip-month":"_2SJIY","tooltip-data-cursor":"_2lZv_","tooltip-data-box":"_8NzTd","tooltip-data":"_1EP1I","name":"_1J69a","data":"_3-8OW","checkbox-chart":"_1qXAT","column-chart-percent":"_3NgrB","chart-background":"_32fu3","custom-marker":"_DmMzw","mark-custom":"_1eUXn","item-legend":"_3hrrC","label-legend-custom":"_Q-iiW","mark-legend":"_cD4ey","percent":"_2HWhv","listItem":"_2Hdbu","item":"_3RJ2T","item-checkbox":"_3dK0P","box-checkbox":"_1bHgZ","check-box":"_QwDVv","item-detail":"_1QgWc","question":"_348ls","avr-question":"_1VfnR","volatility":"_3eW34","arr":"_1bljF","month-text":"_30y0h","arrow":"_1HtM3","arrow-up":"_3qqQU","percent-text":"_2Fgfn","arrow-down":"_1yXO7","point-custom":"_2JNm-","student-by-age":"_38ikt","total-student":"_1TnWs","pie-chart":"_3BTJi","options-gender":"_1Ws0m","legend":"_2HnO_","text-lengend":"_2BFJw","student-by-grade":"_2az-l","bubble-chart-custom":"_2j8fp","x-axis-custom-wrap":"_1BN5z","axis-content":"_1rYav","legend-wrap":"_3-zAs","label-chart":"_24PRg","list-percent":"_1PPhv","percent-item":"_1rjWR","chart-custom":"_f-Ti4","title-grade":"_1hZ_V","title-modal":"_3L9WC","header-desc-modal":"_1TFtP","form-checkbox":"_37aqf","checkbox-content":"_1iabV","btn-export":"_1eQAg","image-logo":"_1eqkj","chart-to-canvas":"_2IQ8b","chart-pdf":"_sQ21k","box-top-5-most":"_3Eas5"};
|
|
22507
|
+
var styles$1 = {"dashboard-card":"_1Jgr2","quantity-table":"_3Thdy","size-icon":"_1WLBo","block-dashboard":"_10Pgm","size-arrow":"_3jPb_","color-down":"_1c43y","color-up":"_F1afY","box-filter":"_1kqUQ","title-card":"_10hbz","value-card":"_2rmw_","deviant-card":"_1tdQu","filter-card":"_2BvFN","box-skill-item":"_2TBTW","numerical-order":"_3XXJp","backoround-top-skill":"_LCuWQ","color-filter":"_3x9D7","btn-filter":"_2In63","block-collapse":"_1Vhg_","form-date-picker":"_6yLxd","bock-filter-left":"_h74SO","bock-filter-right":"_3e2pi","form-filter-right":"_ntUB6","form-filter-left":"_1DlZ4","bock-filter-wrap":"_1tYDM","title-card-box":"_3hSow","box-item":"_1yuC9","image-no-data":"_2PMoX","image-grade":"_3ZX0b","chart-data":"_2asi-","apexcharts-datalabels":"_muT01","apexcharts-pie-label":"_35BzZ","image-custom":"_3pkbc","image-special-need":"_16MpB","title-dashboard":"_CHu-i","box-chart":"_3Y-Dd","block-filter-right":"_1YJnk","shadow-lg":"_2eMbe","chart-header-wrapper":"_6ZvFg","devide-component":"_24CNV","header-chart":"_2vtSi","header-left":"_IpsVf","icon-chart":"_gzxWe","header-right":"_37IcR","header-title":"_2G6Wz","button-export":"_3xpNv","button-content":"_3H5Ly","button-icon":"_J_n-D","icon-config":"_3AALV","cursor-pointer":"_11Xjn","btn-show-chart":"_2htKu","rotate-180":"_q1nUO","header-chart-generate":"_s8xMf","block-header-chart":"_tHUJ_","name-chart":"_3xKHX","title-chart":"_pFFg9","description-chart":"_3hqV3","title-chart-generate":"_3rdqX","expand-icon":"_nwv00","custom-tooltip":"_29aQo","custom-tooltip-month":"_2SJIY","tooltip-data-cursor":"_2lZv_","tooltip-data-box":"_8NzTd","tooltip-data":"_1EP1I","name":"_1J69a","data":"_3-8OW","checkbox-chart":"_1qXAT","column-chart-percent":"_3NgrB","chart-background":"_32fu3","custom-marker":"_DmMzw","mark-custom":"_1eUXn","item-legend":"_3hrrC","label-legend-custom":"_Q-iiW","mark-legend":"_cD4ey","percent":"_2HWhv","listItem":"_2Hdbu","item":"_3RJ2T","item-checkbox":"_3dK0P","box-checkbox":"_1bHgZ","check-box":"_QwDVv","item-detail":"_1QgWc","question":"_348ls","avr-question":"_1VfnR","volatility":"_3eW34","arr":"_1bljF","month-text":"_30y0h","arrow":"_1HtM3","arrow-up":"_3qqQU","percent-text":"_2Fgfn","arrow-down":"_1yXO7","point-custom":"_2JNm-","student-by-age":"_38ikt","total-student":"_1TnWs","pie-chart":"_3BTJi","options-gender":"_1Ws0m","legend":"_2HnO_","text-lengend":"_2BFJw","student-by-grade":"_2az-l","bubble-chart-custom":"_2j8fp","x-axis-custom-wrap":"_1BN5z","axis-content":"_1rYav","legend-wrap":"_3-zAs","label-chart":"_24PRg","list-percent":"_1PPhv","percent-item":"_1rjWR","chart-custom":"_f-Ti4","title-grade":"_1hZ_V","title-modal":"_3L9WC","header-desc-modal":"_1TFtP","form-checkbox":"_37aqf","checkbox-content":"_1iabV","btn-export":"_1eQAg","image-logo":"_1eqkj","chart-to-canvas":"_2IQ8b","chart-pdf":"_sQ21k","box-top-5-most":"_3Eas5","filter-mobile-block":"_1tKnn","filter-wrapper-mobile":"_1Zuq3","total-card-wrapper":"_1i0El"};
|
|
22508
22508
|
|
|
22509
22509
|
var CheckboxCustom = function CheckboxCustom(_ref) {
|
|
22510
22510
|
var _ref$background = _ref.background,
|
|
@@ -30533,7 +30533,7 @@ var TotalCard = function TotalCard(_ref) {
|
|
|
30533
30533
|
title = _ref.title,
|
|
30534
30534
|
value = _ref.value;
|
|
30535
30535
|
return React__default.createElement("div", {
|
|
30536
|
-
className: styles$1["title-card-box"] + " " + styles$1["box-item"] + " p-4 mb-2 shadow-md"
|
|
30536
|
+
className: styles$1["title-card-box"] + " " + styles$1["box-item"] + " p-4 mb-2 mb-sm-0 mb-lg-2 shadow-md"
|
|
30537
30537
|
}, React__default.createElement("div", {
|
|
30538
30538
|
className: "d-flex align-items-center justify-content-center"
|
|
30539
30539
|
}, React__default.createElement("img", {
|
|
@@ -31936,6 +31936,10 @@ var Dashboard = function Dashboard() {
|
|
|
31936
31936
|
isExpandChart = _useState2[0],
|
|
31937
31937
|
setIsExpandChart = _useState2[1];
|
|
31938
31938
|
|
|
31939
|
+
var _useState3 = React.useState(false),
|
|
31940
|
+
isShowFilterMobile = _useState3[0],
|
|
31941
|
+
setIsShowFilterMobile = _useState3[1];
|
|
31942
|
+
|
|
31939
31943
|
var toggle = function toggle() {
|
|
31940
31944
|
setSelectedToPrint([]);
|
|
31941
31945
|
setModal(!modal);
|
|
@@ -32018,9 +32022,53 @@ var Dashboard = function Dashboard() {
|
|
|
32018
32022
|
})), React__default.createElement("p", {
|
|
32019
32023
|
className: styles$1["button-content"] + " mb-0"
|
|
32020
32024
|
}, t("export_to_pdf")))), React__default.createElement("div", {
|
|
32021
|
-
className:
|
|
32025
|
+
className: styles$1['filter-mobile-block'] + " p-3 my-4"
|
|
32022
32026
|
}, React__default.createElement("div", {
|
|
32023
|
-
|
|
32027
|
+
onClick: function onClick() {
|
|
32028
|
+
return setIsShowFilterMobile(!isShowFilterMobile);
|
|
32029
|
+
},
|
|
32030
|
+
className: "d-flex justify-content-between cursor-pointer"
|
|
32031
|
+
}, React__default.createElement("span", {
|
|
32032
|
+
className: "font-weight-bold"
|
|
32033
|
+
}, "Filter"), isShowFilterMobile ? React__default.createElement(fi.FiChevronUp, {
|
|
32034
|
+
size: "1.5rem"
|
|
32035
|
+
}) : React__default.createElement(fi.FiChevronDown, {
|
|
32036
|
+
size: "1.5rem"
|
|
32037
|
+
})), isShowFilterMobile ? React__default.createElement("div", {
|
|
32038
|
+
className: "d-flex flex-column " + styles$1["filter-wrapper-mobile"]
|
|
32039
|
+
}, React__default.createElement("div", {
|
|
32040
|
+
className: "d-flex flex-column mt-3 " + styles$1["filter-wrapper-mobile"]
|
|
32041
|
+
}, LIST_FILTERS_LEFT.map(function (e) {
|
|
32042
|
+
return React__default.createElement(SelectFilter, {
|
|
32043
|
+
name: e.name,
|
|
32044
|
+
icon: e.icon,
|
|
32045
|
+
handleChangeFilters: e.handleChangeFilters,
|
|
32046
|
+
filter: filter,
|
|
32047
|
+
option: e.option,
|
|
32048
|
+
onChangeFilters: onChangeFilters
|
|
32049
|
+
});
|
|
32050
|
+
})), React__default.createElement("div", {
|
|
32051
|
+
className: "d-flex flex-column " + styles$1["filter-wrapper-mobile"]
|
|
32052
|
+
}, LIST_FILTERS_RIGHT.map(function (e) {
|
|
32053
|
+
return React__default.createElement(SelectFilter, {
|
|
32054
|
+
name: e.name,
|
|
32055
|
+
icon: e.icon,
|
|
32056
|
+
handleChangeFilters: e.handleChangeFilters,
|
|
32057
|
+
filter: filter,
|
|
32058
|
+
studentId: e.studentId || 0,
|
|
32059
|
+
studentDefault: e.studentDefault,
|
|
32060
|
+
onChangeFilters: onChangeFilters,
|
|
32061
|
+
teacherUserId: teacherUserId,
|
|
32062
|
+
changeCurrentTeacherUserId: changeCurrentTeacherUserId,
|
|
32063
|
+
btnStyle: e.name === FILTER_NAME.StudentName ? {
|
|
32064
|
+
minWidth: 220,
|
|
32065
|
+
justifyContent: "center"
|
|
32066
|
+
} : {}
|
|
32067
|
+
});
|
|
32068
|
+
}))) : null), React__default.createElement("div", {
|
|
32069
|
+
className: "d-none d-sm-flex justify-content-between flex-wrap my-2"
|
|
32070
|
+
}, React__default.createElement("div", {
|
|
32071
|
+
className: "d-flex flex-wrap"
|
|
32024
32072
|
}, LIST_FILTERS_LEFT.map(function (e) {
|
|
32025
32073
|
return React__default.createElement(SelectFilter, {
|
|
32026
32074
|
name: e.name,
|
|
@@ -32049,7 +32097,7 @@ var Dashboard = function Dashboard() {
|
|
|
32049
32097
|
} : {}
|
|
32050
32098
|
});
|
|
32051
32099
|
}))), React__default.createElement("div", {
|
|
32052
|
-
className: "d-flex align-items-center justify-content-between flex-wrap mb-3"
|
|
32100
|
+
className: styles$1["total-card-wrapper"] + " d-flex align-items-center justify-content-center justify-content-lg-between flex-wrap mb-3"
|
|
32053
32101
|
}, totalCardData.map(function (item) {
|
|
32054
32102
|
return React__default.createElement(TotalCard, {
|
|
32055
32103
|
icon: item.icon,
|
|
@@ -32073,7 +32121,7 @@ var Dashboard = function Dashboard() {
|
|
|
32073
32121
|
}, React__default.createElement(reactstrap.Row, {
|
|
32074
32122
|
className: "d-flex"
|
|
32075
32123
|
}, React__default.createElement(reactstrap.Col, {
|
|
32076
|
-
md: !isExpandChart ? 6 : 12
|
|
32124
|
+
md: !isExpandChart && chartIsOpened[0] ? 6 : 12
|
|
32077
32125
|
}, React__default.createElement(GenerateChartData, {
|
|
32078
32126
|
isShowExpandIcon: true,
|
|
32079
32127
|
colors: ["#0F9655"],
|
|
@@ -32087,7 +32135,7 @@ var Dashboard = function Dashboard() {
|
|
|
32087
32135
|
onExpand: handleToggleChartWidth,
|
|
32088
32136
|
timeOfDay: filter.optionDate
|
|
32089
32137
|
})), React__default.createElement(reactstrap.Col, {
|
|
32090
|
-
md: !isExpandChart ? 6 : 12,
|
|
32138
|
+
md: !isExpandChart && chartIsOpened[0] ? 6 : 12,
|
|
32091
32139
|
className: ""
|
|
32092
32140
|
}, React__default.createElement(GenerateChartData, {
|
|
32093
32141
|
isShowExpandIcon: true,
|
|
@@ -32104,7 +32152,7 @@ var Dashboard = function Dashboard() {
|
|
|
32104
32152
|
}))), React__default.createElement(reactstrap.Row, {
|
|
32105
32153
|
className: "d-flex"
|
|
32106
32154
|
}, React__default.createElement(reactstrap.Col, {
|
|
32107
|
-
md: 7
|
|
32155
|
+
md: chartIsOpened[0] ? 7 : 12
|
|
32108
32156
|
}, React__default.createElement(GenerateChartData, {
|
|
32109
32157
|
colors: ["#169490", "#316CD9", "#FFB04F"],
|
|
32110
32158
|
name: t(preparednessChartName),
|
|
@@ -32128,7 +32176,9 @@ var Dashboard = function Dashboard() {
|
|
|
32128
32176
|
series: dataOverallReadyToLearn.resultQuestion,
|
|
32129
32177
|
timeOfDay: filter.optionDate,
|
|
32130
32178
|
dayOfWeek: []
|
|
32131
|
-
}))), React__default.createElement(
|
|
32179
|
+
}))), React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
32180
|
+
md: !chartIsOpened[0] ? 6 : 12
|
|
32181
|
+
}, React__default.createElement(GenerateChartData, {
|
|
32132
32182
|
name: t(successIndicatorsName),
|
|
32133
32183
|
typeChart: TYPECHART.AREA,
|
|
32134
32184
|
onActiveColumn: handleActiveColumnOneToOne,
|
|
@@ -32139,7 +32189,7 @@ var Dashboard = function Dashboard() {
|
|
|
32139
32189
|
dayOfWeek: dayOfWeekOneToOne,
|
|
32140
32190
|
timeOfDay: filter.optionDate,
|
|
32141
32191
|
colors: ["#73C8E5", "#F9F871", "#D7B0DE", "#E56362", "#5A7F05", "#D3D3D3"]
|
|
32142
|
-
}), React__default.createElement(BubbleChartCustom$1, {
|
|
32192
|
+
}))), React__default.createElement(BubbleChartCustom$1, {
|
|
32143
32193
|
data: readinessToLearning
|
|
32144
32194
|
}), React__default.createElement("div", {
|
|
32145
32195
|
className: "" + styles$1["mt-15"]
|
|
@@ -32160,6 +32210,8 @@ var Dashboard = function Dashboard() {
|
|
|
32160
32210
|
index: 1
|
|
32161
32211
|
}), React__default.createElement(reactstrap.Collapse, {
|
|
32162
32212
|
isOpen: chartIsOpened[1]
|
|
32213
|
+
}, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
32214
|
+
md: !chartIsOpened[1] ? 6 : 12
|
|
32163
32215
|
}, React__default.createElement(GenerateChartData, {
|
|
32164
32216
|
colors: ["#73C8E5", "#F9F871", "#D7B0DE", "#E56362", "#5A7F05", "#D3D3D3"],
|
|
32165
32217
|
name: t(learningProcessName),
|
|
@@ -32171,7 +32223,7 @@ var Dashboard = function Dashboard() {
|
|
|
32171
32223
|
dayOfWeek: dayOfWeekConference,
|
|
32172
32224
|
avgQuestionLastMonth: avgConferenceLastMonth,
|
|
32173
32225
|
timeOfDay: filter.optionDate
|
|
32174
|
-
}), React__default.createElement(TopLearningStrategy$1, {
|
|
32226
|
+
}))), React__default.createElement(TopLearningStrategy$1, {
|
|
32175
32227
|
data: topLearningStrategies
|
|
32176
32228
|
}))));
|
|
32177
32229
|
};
|
|
@@ -34928,7 +34980,8 @@ var SurveyDashboard = function SurveyDashboard() {
|
|
|
34928
34980
|
})), React__default.createElement(reactstrap.Col, {
|
|
34929
34981
|
md: 5
|
|
34930
34982
|
}, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
34931
|
-
md:
|
|
34983
|
+
md: 9,
|
|
34984
|
+
lg: 7,
|
|
34932
34985
|
style: {
|
|
34933
34986
|
margin: "0 auto"
|
|
34934
34987
|
}
|