mario-education 2.4.13-beta → 2.4.14-beta

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const colors: string[];
2
3
  export declare const INITIAL_BEST_FRIENDS: {
3
4
  friends: number;
@@ -15,4 +16,4 @@ export declare const LEARNING_STRATEGY_CHART_COLORS: string[];
15
16
  export declare const LEARNING_STRATEGY_INIT: {
16
17
  learningStrategies: never[];
17
18
  };
18
- export declare const GRAGE_DEFAULT: number[];
19
+ export declare const GRAGE_DEFAULT: import("react").ReactText[];
@@ -63,6 +63,8 @@ export declare type DashboardFilter = {
63
63
  studentIds: number[];
64
64
  gender?: number[];
65
65
  grade?: string[];
66
+ teacherId?: number;
67
+ mtss?: MtssType;
66
68
  };
67
69
  export interface ICircleChartItem {
68
70
  id: number;
@@ -116,4 +118,9 @@ export interface IReadinessToLearning {
116
118
  questionText: string;
117
119
  percentQuestion: number;
118
120
  }
121
+ export declare enum MtssType {
122
+ Tier1 = 0,
123
+ Tier2 = 1,
124
+ Tier3 = 2
125
+ }
119
126
  export {};
@@ -1,6 +1,6 @@
1
1
  import { ApexOptions } from "apexcharts";
2
2
  import { IOptionSelector } from "../../../components/Select/InputSelector";
3
- import { IActivityCircle, ISeries, IStudentByGrade, IsyntheticFriendCircle, LegalGenderType } from "./types";
3
+ import { IActivityCircle, ISeries, IStudentByGrade, IsyntheticFriendCircle, LegalGenderType, MtssType } from "./types";
4
4
  export declare const getColors: (length: number) => string[];
5
5
  export declare const friendCircleItems: ({ bestFriends, friends, couldBeFriends, supportive }: IsyntheticFriendCircle) => {
6
6
  id: number;
@@ -23,6 +23,10 @@ export declare const genderOptions: {
23
23
  value: LegalGenderType;
24
24
  label: string;
25
25
  }[];
26
+ export declare const mtssOptions: {
27
+ value: MtssType;
28
+ label: string;
29
+ }[];
26
30
  export declare const learningStrategyChartOptions: (labelNames: string[], usageCountList: number[]) => ApexOptions;
27
31
  export declare const ReadinessToLearnOptions: (questionTexts: string[]) => ApexOptions;
28
32
  export declare const optionsChartGrade: (maxDatas: number, colorCharts: string[]) => ApexOptions;
@@ -20,5 +20,7 @@ declare const useDashboard: () => {
20
20
  safety: never[];
21
21
  topSkill: never[];
22
22
  getConvertMinuteToHour: (timeSecond: any) => string;
23
+ teacherId: number;
24
+ setTeacherId: import("react").Dispatch<import("react").SetStateAction<number>>;
23
25
  };
24
26
  export default useDashboard;
package/dist/index.css CHANGED
@@ -125,7 +125,7 @@ h6._3zOGW {
125
125
 
126
126
  ._1Jgr2 {
127
127
  padding: 16px;
128
- min-height: 450px;
128
+ min-height: 530px;
129
129
  height: 100%;
130
130
  display: flex;
131
131
  flex-direction: column;
@@ -133,6 +133,7 @@ h6._3zOGW {
133
133
  border: 1px solid #ebeff2;
134
134
  box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
135
135
  border-radius: 8px;
136
+ margin-bottom: 20px;
136
137
  }
137
138
 
138
139
  ._3Thdy {
@@ -282,6 +283,10 @@ h6._3zOGW {
282
283
  ._2asi- ._muT01 ._35BzZ {
283
284
  font-size: 20px;
284
285
  }
286
+ ._2asi-{
287
+ overflow: hidden;
288
+ max-height: 470px;
289
+ }
285
290
 
286
291
  @media (min-width: 1024px) {
287
292
  ._3pkbc {