mario-education 2.4.404-multi → 2.4.405-multi

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,4 @@
1
+ export declare const create: (data: any) => Promise<import("axios").AxiosResponse<any>>;
2
+ export declare const update: (id: any, data: any) => Promise<import("axios").AxiosResponse<any>>;
3
+ export declare const get: (filters: any) => Promise<import("axios").AxiosResponse<any>>;
4
+ export declare const remove: (id: number) => Promise<import("axios").AxiosResponse<any>>;
@@ -0,0 +1,5 @@
1
+ import { IFilter, ISkillTest } from "../utils/serviceType.interface";
2
+ export declare const getSkillTestRequest: (filter: IFilter) => Promise<import("axios").AxiosResponse<any>>;
3
+ export declare const createSkillTestRequest: (data: ISkillTest) => Promise<import("axios").AxiosResponse<any>>;
4
+ export declare const deleteSkillTestRequest: (id: number) => Promise<import("axios").AxiosResponse<any>>;
5
+ export declare const editSkillTestRequest: (id: number, data: ISkillTest) => Promise<import("axios").AxiosResponse<any>>;
@@ -3,5 +3,6 @@ export declare const remove: (id: string, userChangeId?: string | undefined) =>
3
3
  export declare const getTeacher: () => Promise<import("axios").AxiosResponse<any>>;
4
4
  export declare const getStudentAll: (filter: any) => Promise<import("axios").AxiosResponse<any>>;
5
5
  export declare const changeTeacherOfStudent: (id: number, teacherUserId: any) => Promise<import("axios").AxiosResponse<any>>;
6
+ export declare const changeMultiTeacherOfStudent: (studentId: any, params: any) => Promise<import("axios").AxiosResponse<any>>;
6
7
  export declare const getTeachersByStudentId: (studentId: number) => Promise<import("axios").AxiosResponse<any>>;
7
8
  export declare const getAllTeachers: (filters: any) => Promise<import("axios").AxiosResponse<any>>;
package/package.json CHANGED
@@ -1,104 +1,104 @@
1
- {
2
- "name": "mario-education",
3
- "version": "2.4.404-multi",
4
- "description": "Contains education components && functions for BRSS Mario project",
5
- "author": "brss",
6
- "license": "MIT",
7
- "repository": "brss/mario-education",
8
- "main": "dist/index.js",
9
- "module": "dist/index.modern.js",
10
- "source": "src/index.tsx",
11
- "engines": {
12
- "node": ">=10"
13
- },
14
- "scripts": {
15
- "build": "microbundle-crl --no-compress --format modern,cjs",
16
- "start": "microbundle-crl watch --no-compress --format modern,cjs",
17
- "prepare": "run-s build",
18
- "test": "run-s test:unit test:lint test:build",
19
- "test:build": "run-s build",
20
- "test:lint": "eslint .",
21
- "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
22
- "test:watch": "react-scripts test --env=jsdom",
23
- "predeploy": "cd example && npm install && npm run build",
24
- "deploy": "gh-pages -d example/build"
25
- },
26
- "peerDependencies": {
27
- "react": "^16.0.0",
28
- "react-table": "*",
29
- "reactstrap": "*",
30
- "react-dom": "*",
31
- "react-redux": "*",
32
- "react-router-dom": "*"
33
- },
34
- "devDependencies": {
35
- "@rollup/plugin-commonjs": "11.0.2",
36
- "@testing-library/jest-dom": "^4.2.4",
37
- "@testing-library/react": "^9.5.0",
38
- "@testing-library/user-event": "^7.2.1",
39
- "@types/jest": "^25.1.4",
40
- "@types/node": "^12.12.38",
41
- "@types/react": "^16.9.27",
42
- "@types/react-dom": "^16.9.7",
43
- "@types/react-redux": "^7.1.16",
44
- "@types/react-router-dom": "^5.1.7",
45
- "@types/react-table": "^7.0.28",
46
- "@types/reactstrap": "",
47
- "@typescript-eslint/eslint-plugin": "^2.26.0",
48
- "@typescript-eslint/parser": "^2.26.0",
49
- "@types/yup": "^0.29.11",
50
- "babel-eslint": "^10.0.3",
51
- "cross-env": "^7.0.2",
52
- "eslint": "^6.8.0",
53
- "eslint-config-prettier": "^6.7.0",
54
- "eslint-config-standard": "^14.1.0",
55
- "eslint-config-standard-react": "^9.2.0",
56
- "eslint-plugin-import": "^2.18.2",
57
- "eslint-plugin-node": "^11.0.0",
58
- "eslint-plugin-prettier": "^3.1.1",
59
- "eslint-plugin-promise": "^4.2.1",
60
- "eslint-plugin-react": "^7.17.0",
61
- "eslint-plugin-standard": "^4.0.1",
62
- "gh-pages": "^2.2.0",
63
- "microbundle-crl": "^0.13.10",
64
- "npm-run-all": "^4.1.5",
65
- "prettier": "^2.0.4",
66
- "react-scripts": "^3.4.1",
67
- "typescript": "^3.7.5"
68
- },
69
- "files": [
70
- "dist"
71
- ],
72
- "dependencies": {
73
- "@ag-grid-community/client-side-row-model": "^22.1.1",
74
- "@ag-grid-community/react": "^22.0.0",
75
- "@ag-grid-enterprise/core": "^22.1.1",
76
- "@ag-grid-enterprise/master-detail": "^22.1.1",
77
- "@date-io/moment": "^1.3.13",
78
- "@emotion/styled": "^11.6.0",
79
- "@material-ui/core": "^4.12.3",
80
- "@material-ui/data-grid": "^4.0.0-alpha.37",
81
- "@material-ui/icons": "^4.11.2",
82
- "@material-ui/lab": "^4.0.0-alpha.60",
83
- "@material-ui/pickers": "^3.2.8",
84
- "@nivo/core": "^0.83.0",
85
- "@nivo/pie": "^0.80.0",
86
- "@tinymce/tinymce-react": "3.9.0",
87
- "@types/react-datepicker": "^4.8.0",
88
- "apexcharts": "^3.33.1",
89
- "axios": "^0.21.1",
90
- "date-fns": "^2.19.0",
91
- "formik": "^2.2.6",
92
- "grapesjs": "^0.15.10",
93
- "grapesjs-preset-webpage": "^0.1.11",
94
- "html2canvas": "^1.4.1",
95
- "jspdf": "^2.5.1",
96
- "mario-core": "2.9.248-multi",
97
- "react-apexcharts": "^1.3.9",
98
- "react-datepicker": "^3.8.0",
99
- "react-icons": "^4.2.0",
100
- "react-simple-star-rating": "^1.0.6",
101
- "reactstrap": "^8.10.1",
102
- "yup": "^0.32.9"
103
- }
104
- }
1
+ {
2
+ "name": "mario-education",
3
+ "version": "2.4.405-multi",
4
+ "description": "Contains education components && functions for BRSS Mario project",
5
+ "author": "brss",
6
+ "license": "MIT",
7
+ "repository": "brss/mario-education",
8
+ "main": "dist/index.js",
9
+ "module": "dist/index.modern.js",
10
+ "source": "src/index.tsx",
11
+ "engines": {
12
+ "node": ">=10"
13
+ },
14
+ "scripts": {
15
+ "build": "microbundle-crl --no-compress --format modern,cjs",
16
+ "start": "microbundle-crl watch --no-compress --format modern,cjs",
17
+ "prepare": "run-s build",
18
+ "test": "run-s test:unit test:lint test:build",
19
+ "test:build": "run-s build",
20
+ "test:lint": "eslint .",
21
+ "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
22
+ "test:watch": "react-scripts test --env=jsdom",
23
+ "predeploy": "cd example && npm install && npm run build",
24
+ "deploy": "gh-pages -d example/build"
25
+ },
26
+ "peerDependencies": {
27
+ "react": "^16.0.0",
28
+ "react-table": "*",
29
+ "reactstrap": "*",
30
+ "react-dom": "*",
31
+ "react-redux": "*",
32
+ "react-router-dom": "*"
33
+ },
34
+ "devDependencies": {
35
+ "@rollup/plugin-commonjs": "11.0.2",
36
+ "@testing-library/jest-dom": "^4.2.4",
37
+ "@testing-library/react": "^9.5.0",
38
+ "@testing-library/user-event": "^7.2.1",
39
+ "@types/jest": "^25.1.4",
40
+ "@types/node": "^12.12.38",
41
+ "@types/react": "^16.9.27",
42
+ "@types/react-dom": "^16.9.7",
43
+ "@types/react-redux": "^7.1.16",
44
+ "@types/react-router-dom": "^5.1.7",
45
+ "@types/react-table": "^7.0.28",
46
+ "@types/reactstrap": "",
47
+ "@typescript-eslint/eslint-plugin": "^2.26.0",
48
+ "@typescript-eslint/parser": "^2.26.0",
49
+ "@types/yup": "^0.29.11",
50
+ "babel-eslint": "^10.0.3",
51
+ "cross-env": "^7.0.2",
52
+ "eslint": "^6.8.0",
53
+ "eslint-config-prettier": "^6.7.0",
54
+ "eslint-config-standard": "^14.1.0",
55
+ "eslint-config-standard-react": "^9.2.0",
56
+ "eslint-plugin-import": "^2.18.2",
57
+ "eslint-plugin-node": "^11.0.0",
58
+ "eslint-plugin-prettier": "^3.1.1",
59
+ "eslint-plugin-promise": "^4.2.1",
60
+ "eslint-plugin-react": "^7.17.0",
61
+ "eslint-plugin-standard": "^4.0.1",
62
+ "gh-pages": "^2.2.0",
63
+ "microbundle-crl": "^0.13.10",
64
+ "npm-run-all": "^4.1.5",
65
+ "prettier": "^2.0.4",
66
+ "react-scripts": "^3.4.1",
67
+ "typescript": "^3.7.5"
68
+ },
69
+ "files": [
70
+ "dist"
71
+ ],
72
+ "dependencies": {
73
+ "@ag-grid-community/client-side-row-model": "^22.1.1",
74
+ "@ag-grid-community/react": "^22.0.0",
75
+ "@ag-grid-enterprise/core": "^22.1.1",
76
+ "@ag-grid-enterprise/master-detail": "^22.1.1",
77
+ "@date-io/moment": "^1.3.13",
78
+ "@emotion/styled": "^11.6.0",
79
+ "@material-ui/core": "^4.12.3",
80
+ "@material-ui/data-grid": "^4.0.0-alpha.37",
81
+ "@material-ui/icons": "^4.11.2",
82
+ "@material-ui/lab": "^4.0.0-alpha.60",
83
+ "@material-ui/pickers": "^3.2.8",
84
+ "@nivo/core": "^0.83.0",
85
+ "@nivo/pie": "^0.80.0",
86
+ "@tinymce/tinymce-react": "3.9.0",
87
+ "@types/react-datepicker": "^4.8.0",
88
+ "apexcharts": "^3.33.1",
89
+ "axios": "^0.21.1",
90
+ "date-fns": "^2.19.0",
91
+ "formik": "^2.2.6",
92
+ "grapesjs": "^0.15.10",
93
+ "grapesjs-preset-webpage": "^0.1.11",
94
+ "html2canvas": "^1.4.1",
95
+ "jspdf": "^2.5.1",
96
+ "mario-core": "2.9.248-multi",
97
+ "react-apexcharts": "^1.3.9",
98
+ "react-datepicker": "^3.8.0",
99
+ "react-icons": "^4.2.0",
100
+ "react-simple-star-rating": "^1.0.6",
101
+ "reactstrap": "^8.10.1",
102
+ "yup": "^0.32.9"
103
+ }
104
+ }