mario-core 2.9.395-feedback → 2.9.396-feedback

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.
@@ -0,0 +1,44 @@
1
+ /// <reference types="react" />
2
+ declare enum CSVType {
3
+ Students = "students",
4
+ Subjects = "subjects",
5
+ Grades = "grades",
6
+ Attendances = "attendances",
7
+ ClassReflection = "classReflection",
8
+ Others = "others",
9
+ AllUser = "allUser"
10
+ }
11
+ interface CSVImportButton {
12
+ text: string;
13
+ backgroundColor: string;
14
+ type: CSVType;
15
+ }
16
+ export interface Option {
17
+ label: string;
18
+ value: number;
19
+ }
20
+ declare const useCSVImportTab: () => {
21
+ isLoading: any;
22
+ buttons: CSVImportButton[];
23
+ id: string;
24
+ setType: import("react").Dispatch<import("react").SetStateAction<CSVType | null>>;
25
+ upload: (file: any) => Promise<void>;
26
+ initImportReflection: any;
27
+ setInitImportReflection: import("react").Dispatch<any>;
28
+ onConfirm: (values: any) => Promise<void>;
29
+ CSVType: typeof CSVType;
30
+ dataFile: any;
31
+ setDataFile: import("react").Dispatch<any>;
32
+ setArrStudent: import("react").Dispatch<any>;
33
+ arrStudent: any;
34
+ isCheckDomainIBS: boolean;
35
+ onChangeTeacher: (teacher: Option) => void;
36
+ uploadByTeacherId: (file: any) => Promise<void>;
37
+ setDataFileImportStudent: (dataFile: any) => void;
38
+ onUpLoadStudentFile: () => void;
39
+ defaultTeacher: number;
40
+ fileName: string;
41
+ onStudentSubmit: () => void;
42
+ downloadTemplateUser: () => Promise<void>;
43
+ };
44
+ export default useCSVImportTab;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const CSVImport: FC;
3
+ export default CSVImport;
package/dist/index.js CHANGED
@@ -2095,6 +2095,10 @@ var check_in_date = "Check-in Date";
2095
2095
  var veracross_setting = "Veracross Setting";
2096
2096
  var time_vera_cross_sync_hh = "Time Veracross Sync (HH)";
2097
2097
  var import_vera_cross = "Import Veracross";
2098
+ var open_field_questions = "Open Field Questions";
2099
+ var open_apply_setting = "Open Apply Setting";
2100
+ var time_open_apply_sync_hh = "Time Open Apply Sync (HH)";
2101
+ var import_open_apply = "Import Open Apply";
2098
2102
  var lang_us = {
2099
2103
  dashboard: dashboard,
2100
2104
  user: user,
@@ -4196,7 +4200,11 @@ var lang_us = {
4196
4200
  check_in_date: check_in_date,
4197
4201
  veracross_setting: veracross_setting,
4198
4202
  time_vera_cross_sync_hh: time_vera_cross_sync_hh,
4199
- import_vera_cross: import_vera_cross
4203
+ import_vera_cross: import_vera_cross,
4204
+ open_field_questions: open_field_questions,
4205
+ open_apply_setting: open_apply_setting,
4206
+ time_open_apply_sync_hh: time_open_apply_sync_hh,
4207
+ import_open_apply: import_open_apply
4200
4208
  };
4201
4209
 
4202
4210
  var dashboard$1 = "Dashboard";
@@ -6254,6 +6262,10 @@ var check_in_date$1 = "Check-in Date";
6254
6262
  var veracross_setting$1 = "Veracross Setting";
6255
6263
  var time_vera_cross_sync_hh$1 = "Time Veracross Sync (HH)";
6256
6264
  var import_vera_cross$1 = "Import Veracross";
6265
+ var open_field_questions$1 = "Open Field Questions";
6266
+ var open_apply_setting$1 = "Open Apply Setting";
6267
+ var time_open_apply_sync_hh$1 = "Time Open Apply Sync (HH)";
6268
+ var import_open_apply$1 = "Import Open Apply";
6257
6269
  var lang_uk = {
6258
6270
  dashboard: dashboard$1,
6259
6271
  user: user$1,
@@ -8355,7 +8367,11 @@ var lang_uk = {
8355
8367
  check_in_date: check_in_date$1,
8356
8368
  veracross_setting: veracross_setting$1,
8357
8369
  time_vera_cross_sync_hh: time_vera_cross_sync_hh$1,
8358
- import_vera_cross: import_vera_cross$1
8370
+ import_vera_cross: import_vera_cross$1,
8371
+ open_field_questions: open_field_questions$1,
8372
+ open_apply_setting: open_apply_setting$1,
8373
+ time_open_apply_sync_hh: time_open_apply_sync_hh$1,
8374
+ import_open_apply: import_open_apply$1
8359
8375
  };
8360
8376
 
8361
8377
  var dashboard$2 = "لوحة المعلومات";
@@ -10443,6 +10459,10 @@ var check_in_date$2 = "Check-in Date";
10443
10459
  var veracross_setting$2 = "Veracross Setting";
10444
10460
  var time_vera_cross_sync_hh$2 = "Time Veracross Sync (HH)";
10445
10461
  var import_vera_cross$2 = "Import Veracross";
10462
+ var open_field_questions$2 = "Open Field Questions";
10463
+ var open_apply_setting$2 = "Open Apply Setting";
10464
+ var time_open_apply_sync_hh$2 = "Time Open Apply Sync (HH)";
10465
+ var import_open_apply$2 = "Import Open Apply";
10446
10466
  var lang_ar = {
10447
10467
  dashboard: dashboard$2,
10448
10468
  user: user$2,
@@ -12576,7 +12596,11 @@ var lang_ar = {
12576
12596
  check_in_date: check_in_date$2,
12577
12597
  veracross_setting: veracross_setting$2,
12578
12598
  time_vera_cross_sync_hh: time_vera_cross_sync_hh$2,
12579
- import_vera_cross: import_vera_cross$2
12599
+ import_vera_cross: import_vera_cross$2,
12600
+ open_field_questions: open_field_questions$2,
12601
+ open_apply_setting: open_apply_setting$2,
12602
+ time_open_apply_sync_hh: time_open_apply_sync_hh$2,
12603
+ import_open_apply: import_open_apply$2
12580
12604
  };
12581
12605
 
12582
12606
  var dashboard$3 = "Cuadro de mandos";
@@ -14664,6 +14688,10 @@ var check_in_date$3 = "Check-in Date";
14664
14688
  var veracross_setting$3 = "Veracross Setting";
14665
14689
  var time_vera_cross_sync_hh$3 = "Time Veracross Sync (HH)";
14666
14690
  var import_vera_cross$3 = "Import Veracross";
14691
+ var open_field_questions$3 = "Open Field Questions";
14692
+ var open_apply_setting$3 = "Open Apply Setting";
14693
+ var time_open_apply_sync_hh$3 = "Time Open Apply Sync (HH)";
14694
+ var import_open_apply$3 = "Import Open Apply";
14667
14695
  var lang_es = {
14668
14696
  dashboard: dashboard$3,
14669
14697
  user: user$3,
@@ -16797,7 +16825,11 @@ var lang_es = {
16797
16825
  check_in_date: check_in_date$3,
16798
16826
  veracross_setting: veracross_setting$3,
16799
16827
  time_vera_cross_sync_hh: time_vera_cross_sync_hh$3,
16800
- import_vera_cross: import_vera_cross$3
16828
+ import_vera_cross: import_vera_cross$3,
16829
+ open_field_questions: open_field_questions$3,
16830
+ open_apply_setting: open_apply_setting$3,
16831
+ time_open_apply_sync_hh: time_open_apply_sync_hh$3,
16832
+ import_open_apply: import_open_apply$3
16801
16833
  };
16802
16834
 
16803
16835
  var dashboard$4 = "仪表板";
@@ -18885,6 +18917,10 @@ var check_in_date$4 = "Check-in Date";
18885
18917
  var veracross_setting$4 = "Veracross Setting";
18886
18918
  var time_vera_cross_sync_hh$4 = "Time Veracross Sync (HH)";
18887
18919
  var import_vera_cross$4 = "Import Veracross";
18920
+ var open_field_questions$4 = "Open Field Questions";
18921
+ var open_apply_setting$4 = "Open Apply Setting";
18922
+ var time_open_apply_sync_hh$4 = "Time Open Apply Sync (HH)";
18923
+ var import_open_apply$4 = "Import Open Apply";
18888
18924
  var lang_zh = {
18889
18925
  dashboard: dashboard$4,
18890
18926
  user: user$4,
@@ -21018,7 +21054,11 @@ var lang_zh = {
21018
21054
  check_in_date: check_in_date$4,
21019
21055
  veracross_setting: veracross_setting$4,
21020
21056
  time_vera_cross_sync_hh: time_vera_cross_sync_hh$4,
21021
- import_vera_cross: import_vera_cross$4
21057
+ import_vera_cross: import_vera_cross$4,
21058
+ open_field_questions: open_field_questions$4,
21059
+ open_apply_setting: open_apply_setting$4,
21060
+ time_open_apply_sync_hh: time_open_apply_sync_hh$4,
21061
+ import_open_apply: import_open_apply$4
21022
21062
  };
21023
21063
 
21024
21064
  var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";