mario-teacher-student-client 9000.0.2 → 9000.0.3
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/containers/AboutMyLearning/hook/useAboutMyLearning.d.ts +1 -0
- package/dist/containers/Goals/components/EditDetail.d.ts +2 -1
- package/dist/containers/Goals/constants/type.d.ts +7 -0
- package/dist/containers/Goals/hook/useGoalDetail.d.ts +1 -1
- package/dist/containers/ThingTeachersCanHelp/components/CreateThinkTeacherCanHelp.d.ts +4 -0
- package/dist/containers/ThingTeachersCanHelp/constants/type.d.ts +11 -0
- package/dist/containers/ThingTeachersCanHelp/hook/useThingTeachersCanHelp.d.ts +1 -0
- package/dist/index.css +122 -44
- package/dist/index.js +431 -307
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +432 -308
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const useGoalDetail: () => {
|
|
2
|
-
create: (data: any) => Promise<void>;
|
|
2
|
+
create: (data: any, baseLines: any, checkpoint: any) => Promise<void>;
|
|
3
3
|
update: (id: number, data: any) => Promise<void>;
|
|
4
4
|
getById: (id: number) => Promise<void>;
|
|
5
5
|
deleteById: (id: number) => Promise<void>;
|
|
@@ -6,3 +6,14 @@ export interface THING_TEACHER_CAN_HELP {
|
|
|
6
6
|
export interface THING_TEACHER_TYPE {
|
|
7
7
|
studentId: number;
|
|
8
8
|
}
|
|
9
|
+
export interface THING_TEACHER_CAN_HELP_DIALOG {
|
|
10
|
+
onClose: Function;
|
|
11
|
+
setOpen: Function;
|
|
12
|
+
selectedValue?: any;
|
|
13
|
+
open: boolean;
|
|
14
|
+
idItem?: number;
|
|
15
|
+
create: Function;
|
|
16
|
+
update: Function;
|
|
17
|
+
getById: Function;
|
|
18
|
+
getOneData: any;
|
|
19
|
+
}
|
package/dist/index.css
CHANGED
|
@@ -3856,6 +3856,23 @@ h2._1OAmb {
|
|
|
3856
3856
|
border-radius: 12px;
|
|
3857
3857
|
box-shadow: 0px 3px 12px 2px #0000001f; }
|
|
3858
3858
|
|
|
3859
|
+
._1OOBH ._3oCcd {
|
|
3860
|
+
border-radius: 50%;
|
|
3861
|
+
border-radius: 50%;
|
|
3862
|
+
padding: 2px; }
|
|
3863
|
+
|
|
3864
|
+
._1OOBH ._3WgsP {
|
|
3865
|
+
background: #F44336;
|
|
3866
|
+
color: #ffff; }
|
|
3867
|
+
|
|
3868
|
+
._1OOBH ._1qDbH {
|
|
3869
|
+
background: #308252;
|
|
3870
|
+
color: #ffff; }
|
|
3871
|
+
|
|
3872
|
+
._1OOBH ._1vcUH {
|
|
3873
|
+
color: #3182CE;
|
|
3874
|
+
background: rgba(186, 213, 248, 0.5); }
|
|
3875
|
+
|
|
3859
3876
|
@font-face {
|
|
3860
3877
|
font-family: "Lato-Regular";
|
|
3861
3878
|
src: url("/fonts/Lato-Regular.ttf");
|
|
@@ -6446,6 +6463,9 @@ h2._1KpSK {
|
|
|
6446
6463
|
._18ocr ._uWtvU > p {
|
|
6447
6464
|
margin-right: 5px; }
|
|
6448
6465
|
|
|
6466
|
+
._3WAzH {
|
|
6467
|
+
color: red; }
|
|
6468
|
+
|
|
6449
6469
|
@font-face {
|
|
6450
6470
|
font-family: "Lato-Regular";
|
|
6451
6471
|
src: url("/fonts/Lato-Regular.ttf");
|
|
@@ -6761,12 +6781,19 @@ h2._1KpSK {
|
|
|
6761
6781
|
._miWXB ._1mdHa {
|
|
6762
6782
|
background: #308252;
|
|
6763
6783
|
color: white;
|
|
6764
|
-
padding:
|
|
6784
|
+
padding: 10px 30px;
|
|
6785
|
+
border-radius: 12px; }
|
|
6765
6786
|
._miWXB ._2GCRD {
|
|
6766
6787
|
font-size: 24px;
|
|
6767
6788
|
font-weight: bold; }
|
|
6768
6789
|
._miWXB ._3zTpO {
|
|
6769
|
-
|
|
6790
|
+
font-family: 'Roboto';
|
|
6791
|
+
font-weight: 500;
|
|
6792
|
+
font-size: 18px;
|
|
6793
|
+
display: flex;
|
|
6794
|
+
align-items: center; }
|
|
6795
|
+
._miWXB ._3zTpO svg {
|
|
6796
|
+
margin-left: 15px; }
|
|
6770
6797
|
|
|
6771
6798
|
._3GVL7 {
|
|
6772
6799
|
padding: 24px 16px;
|
|
@@ -6789,54 +6816,104 @@ h2._1KpSK {
|
|
|
6789
6816
|
._3GVL7 ._2MK6T ._14vde {
|
|
6790
6817
|
display: flex; }
|
|
6791
6818
|
._3GVL7 ._2MK6T ._14vde ._QlPcx {
|
|
6792
|
-
color:
|
|
6819
|
+
color: #E53E3E;
|
|
6793
6820
|
background: white;
|
|
6794
6821
|
border: 1px solid;
|
|
6795
6822
|
border-radius: 12px;
|
|
6796
|
-
margin-right: 17px;
|
|
6823
|
+
margin-right: 17px;
|
|
6824
|
+
box-shadow: none;
|
|
6825
|
+
padding: 6px 6px 6px 15px; }
|
|
6826
|
+
._3GVL7 ._2MK6T ._14vde ._QlPcx span {
|
|
6827
|
+
font-weight: 600; }
|
|
6828
|
+
._3GVL7 ._2MK6T ._14vde ._QlPcx svg {
|
|
6829
|
+
font-size: 18px;
|
|
6830
|
+
margin-left: 8px; }
|
|
6797
6831
|
._3GVL7 ._2MK6T ._14vde ._1SrYb {
|
|
6798
|
-
color:
|
|
6832
|
+
color: #fff;
|
|
6799
6833
|
background: #308252;
|
|
6800
|
-
border-radius: 12px;
|
|
6834
|
+
border-radius: 12px;
|
|
6835
|
+
box-shadow: none;
|
|
6836
|
+
padding: 7px 10px 7px 20px; }
|
|
6837
|
+
._3GVL7 ._2MK6T ._14vde ._1SrYb span {
|
|
6838
|
+
font-weight: 600; }
|
|
6839
|
+
._3GVL7 ._2MK6T ._14vde ._1SrYb svg {
|
|
6840
|
+
font-size: 18px;
|
|
6841
|
+
margin-left: 8px; }
|
|
6801
6842
|
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
|
|
6805
|
-
|
|
6806
|
-
|
|
6807
|
-
|
|
6808
|
-
|
|
6809
|
-
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
|
|
6815
|
-
|
|
6816
|
-
|
|
6817
|
-
|
|
6818
|
-
|
|
6819
|
-
|
|
6820
|
-
|
|
6821
|
-
|
|
6822
|
-
|
|
6823
|
-
|
|
6843
|
+
#_3ExaF h2 {
|
|
6844
|
+
font-family: 'Roboto';
|
|
6845
|
+
font-weight: 700;
|
|
6846
|
+
font-size: 20px; }
|
|
6847
|
+
|
|
6848
|
+
._ubnov ._rwvi_, ._ubnov ._2iFKR {
|
|
6849
|
+
width: 508px;
|
|
6850
|
+
height: 170px; }
|
|
6851
|
+
|
|
6852
|
+
._ubnov ._3RC2E {
|
|
6853
|
+
position: relative; }
|
|
6854
|
+
._ubnov ._3RC2E ._1SrYb {
|
|
6855
|
+
position: absolute;
|
|
6856
|
+
top: 72%;
|
|
6857
|
+
right: 7%;
|
|
6858
|
+
color: white;
|
|
6859
|
+
background: black; }
|
|
6860
|
+
|
|
6861
|
+
._ubnov ._1v_Kg {
|
|
6862
|
+
margin-top: 26px;
|
|
6863
|
+
margin-bottom: 26px; }
|
|
6864
|
+
|
|
6865
|
+
._ubnov ._rwvi_ {
|
|
6866
|
+
display: flex;
|
|
6867
|
+
flex-direction: column;
|
|
6868
|
+
justify-content: center;
|
|
6869
|
+
align-items: center;
|
|
6870
|
+
border: 1px dashed rgba(0, 0, 0, 0.54);
|
|
6871
|
+
border-radius: 12px;
|
|
6872
|
+
cursor: pointer; }
|
|
6873
|
+
._ubnov ._rwvi_ ._1orNa {
|
|
6874
|
+
font-size: 62px;
|
|
6875
|
+
width: 62px;
|
|
6876
|
+
height: 62px;
|
|
6877
|
+
color: rgba(0, 0, 0, 0.26); }
|
|
6878
|
+
|
|
6879
|
+
._ubnov ._7GaPj {
|
|
6880
|
+
width: 100%;
|
|
6881
|
+
margin: 25px 0px;
|
|
6882
|
+
border-radius: 12px; }
|
|
6883
|
+
|
|
6884
|
+
._ubnov ._fxh4O {
|
|
6885
|
+
font-size: 16px; }
|
|
6886
|
+
|
|
6887
|
+
._ubnov ._11Fm- {
|
|
6888
|
+
font-size: 12px;
|
|
6889
|
+
color: rgba(0, 0, 0, 0.54); }
|
|
6890
|
+
|
|
6891
|
+
._2dVsV {
|
|
6892
|
+
padding: 20px 25px; }
|
|
6893
|
+
._2dVsV ._13_Md {
|
|
6894
|
+
color: #F44336;
|
|
6895
|
+
font-size: 14px;
|
|
6896
|
+
font-weight: 600;
|
|
6897
|
+
padding: 6px 15px; }
|
|
6898
|
+
._2dVsV ._29ag4 {
|
|
6899
|
+
padding: 10px 30px;
|
|
6900
|
+
font-size: 14px;
|
|
6901
|
+
font-weight: 600;
|
|
6902
|
+
color: #fff;
|
|
6824
6903
|
border-radius: 12px;
|
|
6825
|
-
|
|
6826
|
-
|
|
6827
|
-
|
|
6828
|
-
|
|
6829
|
-
|
|
6830
|
-
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
|
|
6837
|
-
|
|
6838
|
-
font-size: 12px;
|
|
6839
|
-
color: rgba(0, 0, 0, 0.54); }
|
|
6904
|
+
background: #308252;
|
|
6905
|
+
margin-left: 15px; }
|
|
6906
|
+
._2dVsV ._29ag4:hover {
|
|
6907
|
+
background: #308252;
|
|
6908
|
+
color: #fff; }
|
|
6909
|
+
._2dVsV ._ndctE {
|
|
6910
|
+
color: "#fff";
|
|
6911
|
+
font-size: 14px;
|
|
6912
|
+
font-weight: 600;
|
|
6913
|
+
background: "#E53E3E";
|
|
6914
|
+
font-size: 14px; }
|
|
6915
|
+
._2dVsV svg {
|
|
6916
|
+
margin-left: 15px; }
|
|
6840
6917
|
|
|
6841
6918
|
._1KdDE {
|
|
6842
6919
|
display: flex;
|
|
@@ -8007,7 +8084,8 @@ button._kb6Ui {
|
|
|
8007
8084
|
height: 60px;
|
|
8008
8085
|
border-radius: 50%;
|
|
8009
8086
|
-o-object-fit: cover;
|
|
8010
|
-
object-fit: cover;
|
|
8087
|
+
object-fit: cover;
|
|
8088
|
+
margin-right: 10px; }
|
|
8011
8089
|
|
|
8012
8090
|
._2qavH {
|
|
8013
8091
|
font-size: 16px !important; }
|