mario-education 2.4.150-level → 2.4.151-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/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/GenerateChartData.d.ts +3 -3
- package/dist/index.css +108 -0
- package/dist/index.js +73 -18
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +73 -18
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { IGenerateChart } from "../configs/types";
|
|
3
|
-
declare const
|
|
4
|
-
export default
|
|
3
|
+
declare const _default: React.NamedExoticComponent<IGenerateChart>;
|
|
4
|
+
export default _default;
|
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", {
|
|
@@ -30781,6 +30781,12 @@ var GenerateChartData = function GenerateChartData(_ref) {
|
|
|
30781
30781
|
})));
|
|
30782
30782
|
};
|
|
30783
30783
|
|
|
30784
|
+
var chartPropsAreEqual = function chartPropsAreEqual(prevMovie, nextMovie) {
|
|
30785
|
+
return prevMovie === nextMovie;
|
|
30786
|
+
};
|
|
30787
|
+
|
|
30788
|
+
var GenerateChartData$1 = React__default.memo(GenerateChartData, chartPropsAreEqual);
|
|
30789
|
+
|
|
30784
30790
|
var Loading = function Loading() {
|
|
30785
30791
|
return React__default.createElement("div", {
|
|
30786
30792
|
className: "d-flex align-items-center justify-content-center"
|
|
@@ -31496,7 +31502,7 @@ var DashboardToPDF = function DashboardToPDF(props) {
|
|
|
31496
31502
|
display: "block",
|
|
31497
31503
|
width: "45%"
|
|
31498
31504
|
}
|
|
31499
|
-
}, React__default.createElement(GenerateChartData, {
|
|
31505
|
+
}, React__default.createElement(GenerateChartData$1, {
|
|
31500
31506
|
colors: ["#0F9655"],
|
|
31501
31507
|
typeChart: TYPECHART.AREA,
|
|
31502
31508
|
activeColumn: [true],
|
|
@@ -31511,7 +31517,7 @@ var DashboardToPDF = function DashboardToPDF(props) {
|
|
|
31511
31517
|
display: "block",
|
|
31512
31518
|
width: "45%"
|
|
31513
31519
|
}
|
|
31514
|
-
}, React__default.createElement(GenerateChartData, {
|
|
31520
|
+
}, React__default.createElement(GenerateChartData$1, {
|
|
31515
31521
|
colors: ["#C44140"],
|
|
31516
31522
|
typeChart: TYPECHART.LINE,
|
|
31517
31523
|
activeColumn: [true],
|
|
@@ -31526,7 +31532,7 @@ var DashboardToPDF = function DashboardToPDF(props) {
|
|
|
31526
31532
|
display: "block",
|
|
31527
31533
|
width: "45%"
|
|
31528
31534
|
}
|
|
31529
|
-
}, React__default.createElement(GenerateChartData, {
|
|
31535
|
+
}, React__default.createElement(GenerateChartData$1, {
|
|
31530
31536
|
colors: ["#169490", "#316CD9", "#FFB04F"],
|
|
31531
31537
|
typeChart: TYPECHART.LINE,
|
|
31532
31538
|
activeColumn: activeColumnPreparedness,
|
|
@@ -31541,7 +31547,7 @@ var DashboardToPDF = function DashboardToPDF(props) {
|
|
|
31541
31547
|
display: "block",
|
|
31542
31548
|
width: "45%"
|
|
31543
31549
|
}
|
|
31544
|
-
}, React__default.createElement(GenerateChartData, {
|
|
31550
|
+
}, React__default.createElement(GenerateChartData$1, {
|
|
31545
31551
|
typeChart: TYPECHART.AREA,
|
|
31546
31552
|
activeColumn: activeColumnSuccessIndicators,
|
|
31547
31553
|
series: successIndicatorsData,
|
|
@@ -31556,7 +31562,7 @@ var DashboardToPDF = function DashboardToPDF(props) {
|
|
|
31556
31562
|
display: "block",
|
|
31557
31563
|
width: "45%"
|
|
31558
31564
|
}
|
|
31559
|
-
}, React__default.createElement(GenerateChartData, {
|
|
31565
|
+
}, React__default.createElement(GenerateChartData$1, {
|
|
31560
31566
|
colors: ["#73C8E5", "#F9F871", "#D7B0DE", "#E56362", "#5A7F05", "#D3D3D3"],
|
|
31561
31567
|
name: "Learning Process",
|
|
31562
31568
|
typeChart: TYPECHART.AREA,
|
|
@@ -31936,6 +31942,10 @@ var Dashboard = function Dashboard() {
|
|
|
31936
31942
|
isExpandChart = _useState2[0],
|
|
31937
31943
|
setIsExpandChart = _useState2[1];
|
|
31938
31944
|
|
|
31945
|
+
var _useState3 = React.useState(false),
|
|
31946
|
+
isShowFilterMobile = _useState3[0],
|
|
31947
|
+
setIsShowFilterMobile = _useState3[1];
|
|
31948
|
+
|
|
31939
31949
|
var toggle = function toggle() {
|
|
31940
31950
|
setSelectedToPrint([]);
|
|
31941
31951
|
setModal(!modal);
|
|
@@ -32018,9 +32028,53 @@ var Dashboard = function Dashboard() {
|
|
|
32018
32028
|
})), React__default.createElement("p", {
|
|
32019
32029
|
className: styles$1["button-content"] + " mb-0"
|
|
32020
32030
|
}, t("export_to_pdf")))), React__default.createElement("div", {
|
|
32021
|
-
className:
|
|
32031
|
+
className: styles$1['filter-mobile-block'] + " p-3 my-4"
|
|
32022
32032
|
}, React__default.createElement("div", {
|
|
32023
|
-
|
|
32033
|
+
onClick: function onClick() {
|
|
32034
|
+
return setIsShowFilterMobile(!isShowFilterMobile);
|
|
32035
|
+
},
|
|
32036
|
+
className: "d-flex justify-content-between cursor-pointer"
|
|
32037
|
+
}, React__default.createElement("span", {
|
|
32038
|
+
className: "font-weight-bold"
|
|
32039
|
+
}, "Filter"), isShowFilterMobile ? React__default.createElement(fi.FiChevronUp, {
|
|
32040
|
+
size: "1.5rem"
|
|
32041
|
+
}) : React__default.createElement(fi.FiChevronDown, {
|
|
32042
|
+
size: "1.5rem"
|
|
32043
|
+
})), isShowFilterMobile ? React__default.createElement("div", {
|
|
32044
|
+
className: "d-flex flex-column " + styles$1["filter-wrapper-mobile"]
|
|
32045
|
+
}, React__default.createElement("div", {
|
|
32046
|
+
className: "d-flex flex-column mt-3 " + styles$1["filter-wrapper-mobile"]
|
|
32047
|
+
}, LIST_FILTERS_LEFT.map(function (e) {
|
|
32048
|
+
return React__default.createElement(SelectFilter, {
|
|
32049
|
+
name: e.name,
|
|
32050
|
+
icon: e.icon,
|
|
32051
|
+
handleChangeFilters: e.handleChangeFilters,
|
|
32052
|
+
filter: filter,
|
|
32053
|
+
option: e.option,
|
|
32054
|
+
onChangeFilters: onChangeFilters
|
|
32055
|
+
});
|
|
32056
|
+
})), React__default.createElement("div", {
|
|
32057
|
+
className: "d-flex flex-column " + styles$1["filter-wrapper-mobile"]
|
|
32058
|
+
}, LIST_FILTERS_RIGHT.map(function (e) {
|
|
32059
|
+
return React__default.createElement(SelectFilter, {
|
|
32060
|
+
name: e.name,
|
|
32061
|
+
icon: e.icon,
|
|
32062
|
+
handleChangeFilters: e.handleChangeFilters,
|
|
32063
|
+
filter: filter,
|
|
32064
|
+
studentId: e.studentId || 0,
|
|
32065
|
+
studentDefault: e.studentDefault,
|
|
32066
|
+
onChangeFilters: onChangeFilters,
|
|
32067
|
+
teacherUserId: teacherUserId,
|
|
32068
|
+
changeCurrentTeacherUserId: changeCurrentTeacherUserId,
|
|
32069
|
+
btnStyle: e.name === FILTER_NAME.StudentName ? {
|
|
32070
|
+
minWidth: 220,
|
|
32071
|
+
justifyContent: "center"
|
|
32072
|
+
} : {}
|
|
32073
|
+
});
|
|
32074
|
+
}))) : null), React__default.createElement("div", {
|
|
32075
|
+
className: "d-none d-sm-flex justify-content-between flex-wrap my-2"
|
|
32076
|
+
}, React__default.createElement("div", {
|
|
32077
|
+
className: "d-flex flex-wrap"
|
|
32024
32078
|
}, LIST_FILTERS_LEFT.map(function (e) {
|
|
32025
32079
|
return React__default.createElement(SelectFilter, {
|
|
32026
32080
|
name: e.name,
|
|
@@ -32049,7 +32103,7 @@ var Dashboard = function Dashboard() {
|
|
|
32049
32103
|
} : {}
|
|
32050
32104
|
});
|
|
32051
32105
|
}))), React__default.createElement("div", {
|
|
32052
|
-
className: "d-flex align-items-center justify-content-between flex-wrap mb-3"
|
|
32106
|
+
className: styles$1["total-card-wrapper"] + " d-flex align-items-center justify-content-center justify-content-lg-between flex-wrap mb-3"
|
|
32053
32107
|
}, totalCardData.map(function (item) {
|
|
32054
32108
|
return React__default.createElement(TotalCard, {
|
|
32055
32109
|
icon: item.icon,
|
|
@@ -32073,8 +32127,8 @@ var Dashboard = function Dashboard() {
|
|
|
32073
32127
|
}, React__default.createElement(reactstrap.Row, {
|
|
32074
32128
|
className: "d-flex"
|
|
32075
32129
|
}, React__default.createElement(reactstrap.Col, {
|
|
32076
|
-
md: !isExpandChart ? 6 : 12
|
|
32077
|
-
}, React__default.createElement(GenerateChartData, {
|
|
32130
|
+
md: !isExpandChart && chartIsOpened[0] ? 6 : 12
|
|
32131
|
+
}, React__default.createElement(GenerateChartData$1, {
|
|
32078
32132
|
isShowExpandIcon: true,
|
|
32079
32133
|
colors: ["#0F9655"],
|
|
32080
32134
|
name: t(averageStudentSafetyName),
|
|
@@ -32089,7 +32143,7 @@ var Dashboard = function Dashboard() {
|
|
|
32089
32143
|
})), React__default.createElement(reactstrap.Col, {
|
|
32090
32144
|
md: !isExpandChart ? 6 : 12,
|
|
32091
32145
|
className: ""
|
|
32092
|
-
}, React__default.createElement(GenerateChartData, {
|
|
32146
|
+
}, React__default.createElement(GenerateChartData$1, {
|
|
32093
32147
|
isShowExpandIcon: true,
|
|
32094
32148
|
colors: ["#C44140"],
|
|
32095
32149
|
name: t(averageStudentStressName),
|
|
@@ -32105,7 +32159,7 @@ var Dashboard = function Dashboard() {
|
|
|
32105
32159
|
className: "d-flex"
|
|
32106
32160
|
}, React__default.createElement(reactstrap.Col, {
|
|
32107
32161
|
md: 7
|
|
32108
|
-
}, React__default.createElement(GenerateChartData, {
|
|
32162
|
+
}, React__default.createElement(GenerateChartData$1, {
|
|
32109
32163
|
colors: ["#169490", "#316CD9", "#FFB04F"],
|
|
32110
32164
|
name: t(preparednessChartName),
|
|
32111
32165
|
typeChart: TYPECHART.AREA,
|
|
@@ -32118,7 +32172,7 @@ var Dashboard = function Dashboard() {
|
|
|
32118
32172
|
timeOfDay: filter.optionDate
|
|
32119
32173
|
})), React__default.createElement(reactstrap.Col, {
|
|
32120
32174
|
md: 5
|
|
32121
|
-
}, React__default.createElement(GenerateChartData, {
|
|
32175
|
+
}, React__default.createElement(GenerateChartData$1, {
|
|
32122
32176
|
colors: ["#D9EEE4", "#FAF0F0"],
|
|
32123
32177
|
name: t(overallReadinessToLearn),
|
|
32124
32178
|
typeChart: TYPECHART.DONUT,
|
|
@@ -32128,7 +32182,7 @@ var Dashboard = function Dashboard() {
|
|
|
32128
32182
|
series: dataOverallReadyToLearn.resultQuestion,
|
|
32129
32183
|
timeOfDay: filter.optionDate,
|
|
32130
32184
|
dayOfWeek: []
|
|
32131
|
-
}))), React__default.createElement(GenerateChartData, {
|
|
32185
|
+
}))), React__default.createElement(GenerateChartData$1, {
|
|
32132
32186
|
name: t(successIndicatorsName),
|
|
32133
32187
|
typeChart: TYPECHART.AREA,
|
|
32134
32188
|
onActiveColumn: handleActiveColumnOneToOne,
|
|
@@ -32160,7 +32214,7 @@ var Dashboard = function Dashboard() {
|
|
|
32160
32214
|
index: 1
|
|
32161
32215
|
}), React__default.createElement(reactstrap.Collapse, {
|
|
32162
32216
|
isOpen: chartIsOpened[1]
|
|
32163
|
-
}, React__default.createElement(GenerateChartData, {
|
|
32217
|
+
}, React__default.createElement(GenerateChartData$1, {
|
|
32164
32218
|
colors: ["#73C8E5", "#F9F871", "#D7B0DE", "#E56362", "#5A7F05", "#D3D3D3"],
|
|
32165
32219
|
name: t(learningProcessName),
|
|
32166
32220
|
typeChart: TYPECHART.AREA,
|
|
@@ -34928,7 +34982,8 @@ var SurveyDashboard = function SurveyDashboard() {
|
|
|
34928
34982
|
})), React__default.createElement(reactstrap.Col, {
|
|
34929
34983
|
md: 5
|
|
34930
34984
|
}, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
|
|
34931
|
-
md:
|
|
34985
|
+
md: 9,
|
|
34986
|
+
lg: 7,
|
|
34932
34987
|
style: {
|
|
34933
34988
|
margin: "0 auto"
|
|
34934
34989
|
}
|