mario-education 2.4.259-release → 2.4.260-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 +4 -12
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -12
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -12708,7 +12708,7 @@ var useQuestionList$1 = function useQuestionList(isDefaultQuestion, isDefaultCla
|
|
|
12708
12708
|
isDefaultClassReflection: isDefaultClassReflection,
|
|
12709
12709
|
isDefaultConference: isDefaultConference != null ? isDefaultConference : undefined,
|
|
12710
12710
|
isDefaultSurvey: isDefaultSurvey != null ? isDefaultSurvey : undefined,
|
|
12711
|
-
sortBy: "0",
|
|
12711
|
+
sortBy: !isDefaultSurvey ? "" : "0",
|
|
12712
12712
|
isDescending: false,
|
|
12713
12713
|
isIntervention: false
|
|
12714
12714
|
};
|
|
@@ -12908,6 +12908,9 @@ var useQuestionList$1 = function useQuestionList(isDefaultQuestion, isDefaultCla
|
|
|
12908
12908
|
var gridOptions = {
|
|
12909
12909
|
columnDefs: isDefaultQuestion && !isDefaultClassReflection ? [].concat(columnDefs, [{
|
|
12910
12910
|
rowDrag: true,
|
|
12911
|
+
onRowDragMove: function onRowDragMove() {
|
|
12912
|
+
console.log("run");
|
|
12913
|
+
},
|
|
12911
12914
|
headerComponentParams: {
|
|
12912
12915
|
template: "<div class=\"text-center w-100\">Order</div>"
|
|
12913
12916
|
}
|
|
@@ -30297,7 +30300,6 @@ var useChartDatas = function useChartDatas() {
|
|
|
30297
30300
|
readinessToLearning = _useDashboard.readinessToLearning,
|
|
30298
30301
|
handleChangeFilters = _useDashboard.handleChangeFilters,
|
|
30299
30302
|
handleChangeAcademicYearFilters = _useDashboard.handleChangeAcademicYearFilters,
|
|
30300
|
-
bandScore = _useDashboard.bandScore,
|
|
30301
30303
|
academicYear = _useDashboard.academicYear,
|
|
30302
30304
|
user = _useDashboard.user,
|
|
30303
30305
|
studentDefault = _useDashboard.studentDefault,
|
|
@@ -30409,16 +30411,6 @@ var useChartDatas = function useChartDatas() {
|
|
|
30409
30411
|
value: -1,
|
|
30410
30412
|
label: "All"
|
|
30411
30413
|
}].concat(gradeOptions(gradeList, filter.studentUserId))
|
|
30412
|
-
}, {
|
|
30413
|
-
name: FILTER_NAME.BandScore,
|
|
30414
|
-
icon: "/images/star-icon.svg",
|
|
30415
|
-
handleChangeFilters: handleChangeFilters,
|
|
30416
|
-
labelBox: labelBox,
|
|
30417
|
-
setLabelBox: setLabelBox,
|
|
30418
|
-
option: [{
|
|
30419
|
-
value: -1,
|
|
30420
|
-
label: "All"
|
|
30421
|
-
}].concat(bandScore)
|
|
30422
30414
|
}, {
|
|
30423
30415
|
name: FILTER_NAME.AcademicYear,
|
|
30424
30416
|
icon: "/images/student-icon.svg",
|