tutor-logic 5.0.0 → 20.0.0
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/fesm2022/tutor-logic.mjs +210 -249
- package/fesm2022/tutor-logic.mjs.map +1 -1
- package/index.d.ts +1940 -3
- package/package.json +3 -5
- package/esm2022/lib/consts/TutorRoles.mjs +0 -26
- package/esm2022/lib/consts/index.mjs +0 -2
- package/esm2022/lib/extensions/ImageSrcExtensions.mjs +0 -16
- package/esm2022/lib/extensions/index.mjs +0 -2
- package/esm2022/lib/models/cms-models.mjs +0 -2
- package/esm2022/lib/models/course-models.mjs +0 -6
- package/esm2022/lib/models/course-payment-models.mjs +0 -6
- package/esm2022/lib/models/course-shop-models.mjs +0 -2
- package/esm2022/lib/models/course-test-models.mjs +0 -2
- package/esm2022/lib/models/curator-models.mjs +0 -2
- package/esm2022/lib/models/default-course-landing-page-models.mjs +0 -2
- package/esm2022/lib/models/group-access-models.mjs +0 -2
- package/esm2022/lib/models/group-enter-models.mjs +0 -2
- package/esm2022/lib/models/group-models.mjs +0 -2
- package/esm2022/lib/models/group-page-info-models.mjs +0 -2
- package/esm2022/lib/models/icon-models.mjs +0 -2
- package/esm2022/lib/models/index.mjs +0 -31
- package/esm2022/lib/models/landing-models.mjs +0 -2
- package/esm2022/lib/models/like-models.mjs +0 -2
- package/esm2022/lib/models/material-models.mjs +0 -2
- package/esm2022/lib/models/models.mjs +0 -2
- package/esm2022/lib/models/payment-system-models.mjs +0 -2
- package/esm2022/lib/models/question-like-models.mjs +0 -2
- package/esm2022/lib/models/question-models.mjs +0 -9
- package/esm2022/lib/models/setting-models.mjs +0 -2
- package/esm2022/lib/models/solution-validation-models.mjs +0 -7
- package/esm2022/lib/models/student-course-models.mjs +0 -2
- package/esm2022/lib/models/student-models.mjs +0 -2
- package/esm2022/lib/models/student-statistic-models.mjs +0 -6
- package/esm2022/lib/models/student-statistic-snapshot-models.mjs +0 -2
- package/esm2022/lib/models/subject-menu-models.mjs +0 -7
- package/esm2022/lib/models/subject.models.mjs +0 -2
- package/esm2022/lib/models/test-models.mjs +0 -2
- package/esm2022/lib/models/test-restriction-models.mjs +0 -6
- package/esm2022/lib/models/test-solution-models.mjs +0 -9
- package/esm2022/lib/services/CourseDeadlineWarningService.mjs +0 -35
- package/esm2022/lib/services/CourseLandingPageQueryService.mjs +0 -49
- package/esm2022/lib/services/CourseOrderService.mjs +0 -41
- package/esm2022/lib/services/CoursePaymentQueryService.mjs +0 -36
- package/esm2022/lib/services/CoursePaymentService.mjs +0 -27
- package/esm2022/lib/services/CourseShopWindowDetailedService.mjs +0 -34
- package/esm2022/lib/services/CourseThemeItemTestRestrictionService.mjs +0 -44
- package/esm2022/lib/services/CourseThemeItemTestRestrictionStudentService.mjs +0 -41
- package/esm2022/lib/services/CuratorMessageTemplateService.mjs +0 -34
- package/esm2022/lib/services/DefaultCourseLandingPageQueryService.mjs +0 -24
- package/esm2022/lib/services/GroupStatisticSnapshotStudentService.mjs +0 -29
- package/esm2022/lib/services/PmtSystemService.mjs +0 -36
- package/esm2022/lib/services/QuestionLikeService.mjs +0 -27
- package/esm2022/lib/services/StudentAggregatedStatisticSnapshotService.mjs +0 -22
- package/esm2022/lib/services/StudentCourseProgressQueryService.mjs +0 -32
- package/esm2022/lib/services/StudentCourseProgressService.mjs +0 -36
- package/esm2022/lib/services/StudentCourseViewService.mjs +0 -36
- package/esm2022/lib/services/StudentGroupCourseAccessService.mjs +0 -22
- package/esm2022/lib/services/StudentGroupEnterService.mjs +0 -28
- package/esm2022/lib/services/StudentGroupInfoPageService.mjs +0 -22
- package/esm2022/lib/services/StudentGroupMaterialService.mjs +0 -22
- package/esm2022/lib/services/StudentGroupPaymentPlanQueryService.mjs +0 -36
- package/esm2022/lib/services/StudentGroupQueryService.mjs +0 -65
- package/esm2022/lib/services/StudentGroupTestRelationQueryService.mjs +0 -28
- package/esm2022/lib/services/StudentQueryService.mjs +0 -31
- package/esm2022/lib/services/StudentRegistrationService.mjs +0 -28
- package/esm2022/lib/services/StudentSubjectViewService.mjs +0 -31
- package/esm2022/lib/services/StudentTestSolutionQueryService.mjs +0 -34
- package/esm2022/lib/services/StudentTestSolutionService.mjs +0 -25
- package/esm2022/lib/services/StudentTestSolutionStartService.mjs +0 -28
- package/esm2022/lib/services/SubjectMenuService.mjs +0 -43
- package/esm2022/lib/services/SubjectQueryService.mjs +0 -43
- package/esm2022/lib/services/SubjectsService.mjs +0 -37
- package/esm2022/lib/services/TestQuestionStatisticQueryService.mjs +0 -25
- package/esm2022/lib/services/TestSolutionDetailedQueryService.mjs +0 -33
- package/esm2022/lib/services/TestSolutionQueryService.mjs +0 -31
- package/esm2022/lib/services/TestSolutionResultService.mjs +0 -43
- package/esm2022/lib/services/TestsService.mjs +0 -32
- package/esm2022/lib/services/TutorAppConfigurationService.mjs +0 -57
- package/esm2022/lib/services/TutorCommonSettingsService.mjs +0 -31
- package/esm2022/lib/services/index.mjs +0 -42
- package/esm2022/lib/services/open-api/OpenApiQuestionLikeService.mjs +0 -25
- package/esm2022/lib/services/open-api/OpenApiTestSolutionService.mjs +0 -25
- package/esm2022/lib/services/open-api/index.mjs +0 -3
- package/esm2022/lib/tutor-logic.module.mjs +0 -16
- package/esm2022/public-api.mjs +0 -9
- package/esm2022/tutor-logic.mjs +0 -5
- package/lib/consts/TutorRoles.d.ts +0 -25
- package/lib/consts/index.d.ts +0 -1
- package/lib/extensions/ImageSrcExtensions.d.ts +0 -10
- package/lib/extensions/index.d.ts +0 -1
- package/lib/models/cms-models.d.ts +0 -40
- package/lib/models/course-models.d.ts +0 -54
- package/lib/models/course-payment-models.d.ts +0 -94
- package/lib/models/course-shop-models.d.ts +0 -69
- package/lib/models/course-test-models.d.ts +0 -17
- package/lib/models/curator-models.d.ts +0 -19
- package/lib/models/default-course-landing-page-models.d.ts +0 -8
- package/lib/models/group-access-models.d.ts +0 -29
- package/lib/models/group-enter-models.d.ts +0 -9
- package/lib/models/group-models.d.ts +0 -84
- package/lib/models/group-page-info-models.d.ts +0 -29
- package/lib/models/icon-models.d.ts +0 -6
- package/lib/models/index.d.ts +0 -30
- package/lib/models/landing-models.d.ts +0 -24
- package/lib/models/like-models.d.ts +0 -17
- package/lib/models/material-models.d.ts +0 -11
- package/lib/models/models.d.ts +0 -11
- package/lib/models/payment-system-models.d.ts +0 -17
- package/lib/models/question-like-models.d.ts +0 -5
- package/lib/models/question-models.d.ts +0 -44
- package/lib/models/setting-models.d.ts +0 -57
- package/lib/models/solution-validation-models.d.ts +0 -36
- package/lib/models/student-course-models.d.ts +0 -66
- package/lib/models/student-models.d.ts +0 -40
- package/lib/models/student-statistic-models.d.ts +0 -58
- package/lib/models/student-statistic-snapshot-models.d.ts +0 -30
- package/lib/models/subject-menu-models.d.ts +0 -33
- package/lib/models/subject.models.d.ts +0 -46
- package/lib/models/test-models.d.ts +0 -25
- package/lib/models/test-restriction-models.d.ts +0 -73
- package/lib/models/test-solution-models.d.ts +0 -161
- package/lib/services/CourseDeadlineWarningService.d.ts +0 -19
- package/lib/services/CourseLandingPageQueryService.d.ts +0 -28
- package/lib/services/CourseOrderService.d.ts +0 -25
- package/lib/services/CoursePaymentQueryService.d.ts +0 -16
- package/lib/services/CoursePaymentService.d.ts +0 -13
- package/lib/services/CourseShopWindowDetailedService.d.ts +0 -14
- package/lib/services/CourseThemeItemTestRestrictionService.d.ts +0 -23
- package/lib/services/CourseThemeItemTestRestrictionStudentService.d.ts +0 -22
- package/lib/services/CuratorMessageTemplateService.d.ts +0 -16
- package/lib/services/DefaultCourseLandingPageQueryService.d.ts +0 -11
- package/lib/services/GroupStatisticSnapshotStudentService.d.ts +0 -16
- package/lib/services/PmtSystemService.d.ts +0 -15
- package/lib/services/QuestionLikeService.d.ts +0 -13
- package/lib/services/StudentAggregatedStatisticSnapshotService.d.ts +0 -11
- package/lib/services/StudentCourseProgressQueryService.d.ts +0 -18
- package/lib/services/StudentCourseProgressService.d.ts +0 -18
- package/lib/services/StudentCourseViewService.d.ts +0 -23
- package/lib/services/StudentGroupCourseAccessService.d.ts +0 -11
- package/lib/services/StudentGroupEnterService.d.ts +0 -13
- package/lib/services/StudentGroupInfoPageService.d.ts +0 -12
- package/lib/services/StudentGroupMaterialService.d.ts +0 -13
- package/lib/services/StudentGroupPaymentPlanQueryService.d.ts +0 -21
- package/lib/services/StudentGroupQueryService.d.ts +0 -41
- package/lib/services/StudentGroupTestRelationQueryService.d.ts +0 -12
- package/lib/services/StudentQueryService.d.ts +0 -14
- package/lib/services/StudentRegistrationService.d.ts +0 -14
- package/lib/services/StudentSubjectViewService.d.ts +0 -19
- package/lib/services/StudentTestSolutionQueryService.d.ts +0 -17
- package/lib/services/StudentTestSolutionService.d.ts +0 -13
- package/lib/services/StudentTestSolutionStartService.d.ts +0 -14
- package/lib/services/SubjectMenuService.d.ts +0 -24
- package/lib/services/SubjectQueryService.d.ts +0 -23
- package/lib/services/SubjectsService.d.ts +0 -22
- package/lib/services/TestQuestionStatisticQueryService.d.ts +0 -12
- package/lib/services/TestSolutionDetailedQueryService.d.ts +0 -20
- package/lib/services/TestSolutionQueryService.d.ts +0 -14
- package/lib/services/TestSolutionResultService.d.ts +0 -20
- package/lib/services/TestsService.d.ts +0 -15
- package/lib/services/TutorAppConfigurationService.d.ts +0 -26
- package/lib/services/TutorCommonSettingsService.d.ts +0 -14
- package/lib/services/index.d.ts +0 -41
- package/lib/services/open-api/OpenApiQuestionLikeService.d.ts +0 -11
- package/lib/services/open-api/OpenApiTestSolutionService.d.ts +0 -11
- package/lib/services/open-api/index.d.ts +0 -2
- package/lib/tutor-logic.module.d.ts +0 -6
- package/public-api.d.ts +0 -5
package/fesm2022/tutor-logic.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgModule,
|
|
2
|
+
import { NgModule, Inject, Injectable } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/common/http';
|
|
4
4
|
import { tap, of } from 'rxjs';
|
|
5
5
|
|
|
6
6
|
class TutorLogicModule {
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
9
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorLogicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: TutorLogicModule }); }
|
|
9
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorLogicModule }); }
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorLogicModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
declarations: [],
|
|
@@ -32,37 +32,10 @@ class TestsService {
|
|
|
32
32
|
edit(model) {
|
|
33
33
|
return this._httpClient.post(`${this.baseControllerUrl}/edit`, model);
|
|
34
34
|
}
|
|
35
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
36
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
35
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestsService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
36
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestsService, providedIn: 'root' }); }
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
39
|
-
type: Injectable,
|
|
40
|
-
args: [{
|
|
41
|
-
providedIn: 'root',
|
|
42
|
-
}]
|
|
43
|
-
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
44
|
-
type: Inject,
|
|
45
|
-
args: ['BASE_URL']
|
|
46
|
-
}] }] });
|
|
47
|
-
|
|
48
|
-
class TutorCommonSettingsService {
|
|
49
|
-
constructor(_httpClient, baseUrl) {
|
|
50
|
-
this._httpClient = _httpClient;
|
|
51
|
-
this.baseControllerUrl = baseUrl + 'api/tutor/settings';
|
|
52
|
-
}
|
|
53
|
-
get(name) {
|
|
54
|
-
return this._httpClient.get(`${this.baseControllerUrl}/get/${name}`);
|
|
55
|
-
}
|
|
56
|
-
getCached(name) {
|
|
57
|
-
return this._httpClient.get(`${this.baseControllerUrl}/get/${name}/cached`);
|
|
58
|
-
}
|
|
59
|
-
set(model) {
|
|
60
|
-
return this._httpClient.post(`${this.baseControllerUrl}/set`, model);
|
|
61
|
-
}
|
|
62
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorCommonSettingsService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
63
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorCommonSettingsService, providedIn: 'root' }); }
|
|
64
|
-
}
|
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorCommonSettingsService, decorators: [{
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestsService, decorators: [{
|
|
66
39
|
type: Injectable,
|
|
67
40
|
args: [{
|
|
68
41
|
providedIn: 'root',
|
|
@@ -84,7 +57,7 @@ class StudentGroupQueryService {
|
|
|
84
57
|
this._baseUrl = _baseUrl;
|
|
85
58
|
}
|
|
86
59
|
/**
|
|
87
|
-
* Поиск групп
|
|
60
|
+
* Поиск групп учеников
|
|
88
61
|
*/
|
|
89
62
|
search(model) {
|
|
90
63
|
return this._httpClient.post(`${this.getBaseUrl()}/query/search`, model);
|
|
@@ -120,10 +93,10 @@ class StudentGroupQueryService {
|
|
|
120
93
|
getStudentById(groupId, studentId) {
|
|
121
94
|
return this._httpClient.get(`${this.getBaseUrl()}/students/get-by-id/${groupId}/${studentId}`);
|
|
122
95
|
}
|
|
123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
124
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
96
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
97
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupQueryService, providedIn: 'root' }); }
|
|
125
98
|
}
|
|
126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
99
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupQueryService, decorators: [{
|
|
127
100
|
type: Injectable,
|
|
128
101
|
args: [{
|
|
129
102
|
providedIn: 'root',
|
|
@@ -147,10 +120,10 @@ class StudentQueryService {
|
|
|
147
120
|
search(searchModel) {
|
|
148
121
|
return this._httpClient.post(this.baseControllerUrl + 'Search', searchModel);
|
|
149
122
|
}
|
|
150
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
151
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
124
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentQueryService, providedIn: 'root' }); }
|
|
152
125
|
}
|
|
153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentQueryService, decorators: [{
|
|
154
127
|
type: Injectable,
|
|
155
128
|
args: [{
|
|
156
129
|
providedIn: 'root',
|
|
@@ -163,18 +136,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
163
136
|
class StudentGroupEnterService {
|
|
164
137
|
constructor(_httpClient, baseUrl) {
|
|
165
138
|
this._httpClient = _httpClient;
|
|
166
|
-
this.
|
|
139
|
+
this._baseControllerUrl = baseUrl + 'api/tutor/student-group/enter';
|
|
167
140
|
}
|
|
168
141
|
enterViaCode(model) {
|
|
169
|
-
return this._httpClient.post(this.
|
|
142
|
+
return this._httpClient.post(`${this._baseControllerUrl}/ViaCode`, model);
|
|
170
143
|
}
|
|
171
144
|
enterFreeOfCharge(id) {
|
|
172
|
-
return this._httpClient.post(this.
|
|
145
|
+
return this._httpClient.post(`${this._baseControllerUrl}/FreeOfCharge/${id}`, {});
|
|
173
146
|
}
|
|
174
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
175
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupEnterService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
148
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupEnterService, providedIn: 'root' }); }
|
|
176
149
|
}
|
|
177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupEnterService, decorators: [{
|
|
178
151
|
type: Injectable,
|
|
179
152
|
args: [{
|
|
180
153
|
providedIn: 'root',
|
|
@@ -199,10 +172,10 @@ class TestSolutionQueryService {
|
|
|
199
172
|
getSolutionById(id) {
|
|
200
173
|
return this._httpClient.get(`${this._baseUrl}/Get/By/Id/${id}`);
|
|
201
174
|
}
|
|
202
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
203
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
176
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionQueryService, providedIn: 'root' }); }
|
|
204
177
|
}
|
|
205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionQueryService, decorators: [{
|
|
206
179
|
type: Injectable,
|
|
207
180
|
args: [{
|
|
208
181
|
providedIn: 'root',
|
|
@@ -239,10 +212,10 @@ class TestSolutionResultService {
|
|
|
239
212
|
removeQuestionResult(model) {
|
|
240
213
|
return this._httpClient.post(`${this.baseControllerUrl}/question/validation/remove`, model);
|
|
241
214
|
}
|
|
242
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
243
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionResultService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
216
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionResultService, providedIn: 'root' }); }
|
|
244
217
|
}
|
|
245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionResultService, decorators: [{
|
|
246
219
|
type: Injectable,
|
|
247
220
|
args: [{
|
|
248
221
|
providedIn: 'root',
|
|
@@ -266,10 +239,10 @@ class StudentTestSolutionStartService {
|
|
|
266
239
|
startByErrors(model) {
|
|
267
240
|
return this._httpClient.post(`${this.baseControllerUrl}/By/Errors`, model);
|
|
268
241
|
}
|
|
269
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
270
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionStartService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
243
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionStartService, providedIn: 'root' }); }
|
|
271
244
|
}
|
|
272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionStartService, decorators: [{
|
|
273
246
|
type: Injectable,
|
|
274
247
|
args: [{ providedIn: 'root' }]
|
|
275
248
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -286,10 +259,10 @@ class OpenApiQuestionLikeService {
|
|
|
286
259
|
search(model) {
|
|
287
260
|
return this._httpClient.post(`${this._baseUrl}/search`, model);
|
|
288
261
|
}
|
|
289
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
290
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
262
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiQuestionLikeService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
263
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiQuestionLikeService, providedIn: 'root' }); }
|
|
291
264
|
}
|
|
292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiQuestionLikeService, decorators: [{
|
|
293
266
|
type: Injectable,
|
|
294
267
|
args: [{
|
|
295
268
|
providedIn: 'root',
|
|
@@ -308,10 +281,10 @@ class OpenApiTestSolutionService {
|
|
|
308
281
|
getById(id) {
|
|
309
282
|
return this._httpClient.get(`${this._baseUrl}/${id}`);
|
|
310
283
|
}
|
|
311
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
312
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
284
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiTestSolutionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
285
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiTestSolutionService, providedIn: 'root' }); }
|
|
313
286
|
}
|
|
314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OpenApiTestSolutionService, decorators: [{
|
|
315
288
|
type: Injectable,
|
|
316
289
|
args: [{
|
|
317
290
|
providedIn: 'root',
|
|
@@ -332,10 +305,10 @@ class StudentTestSolutionService {
|
|
|
332
305
|
finishSolution(model) {
|
|
333
306
|
return this._httpClient.post(this.baseControllerUrl + "finish", model);
|
|
334
307
|
}
|
|
335
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
336
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
309
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionService, providedIn: 'root' }); }
|
|
337
310
|
}
|
|
338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionService, decorators: [{
|
|
339
312
|
type: Injectable,
|
|
340
313
|
args: [{ providedIn: 'root' }]
|
|
341
314
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -350,23 +323,23 @@ BasePath = api/tutor/test-solution/query/mine
|
|
|
350
323
|
class StudentTestSolutionQueryService {
|
|
351
324
|
constructor(_httpClient, baseUrl) {
|
|
352
325
|
this._httpClient = _httpClient;
|
|
353
|
-
this.baseControllerUrl = baseUrl + 'api/tutor/test-solution/query/mine
|
|
326
|
+
this.baseControllerUrl = baseUrl + 'api/tutor/test-solution/query/mine';
|
|
354
327
|
}
|
|
355
328
|
search(model) {
|
|
356
|
-
return this._httpClient.post(this.baseControllerUrl
|
|
329
|
+
return this._httpClient.post(`${this.baseControllerUrl}/search`, model);
|
|
357
330
|
}
|
|
358
331
|
getResultById(id) {
|
|
359
|
-
let url = this.baseControllerUrl
|
|
332
|
+
let url = `${this.baseControllerUrl}/Get/By/Id/${id}/result`;
|
|
360
333
|
return this._httpClient.get(url);
|
|
361
334
|
}
|
|
362
335
|
getByTestId(testId) {
|
|
363
|
-
let url = this.baseControllerUrl
|
|
336
|
+
let url = `${this.baseControllerUrl}/Get/By/TestId/${testId}`;
|
|
364
337
|
return this._httpClient.get(url);
|
|
365
338
|
}
|
|
366
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
367
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
339
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
340
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionQueryService, providedIn: 'root' }); }
|
|
368
341
|
}
|
|
369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentTestSolutionQueryService, decorators: [{
|
|
370
343
|
type: Injectable,
|
|
371
344
|
args: [{ providedIn: 'root' }]
|
|
372
345
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -386,10 +359,10 @@ class StudentGroupTestRelationQueryService {
|
|
|
386
359
|
getById(studentGroupId, testId) {
|
|
387
360
|
return this._httpClient.get(`${this.getBaseUrl()}/getById/${testId}/${studentGroupId}`);
|
|
388
361
|
}
|
|
389
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
390
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
362
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupTestRelationQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
363
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupTestRelationQueryService, providedIn: 'root' }); }
|
|
391
364
|
}
|
|
392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupTestRelationQueryService, decorators: [{
|
|
393
366
|
type: Injectable,
|
|
394
367
|
args: [{
|
|
395
368
|
providedIn: 'root',
|
|
@@ -417,10 +390,10 @@ class CuratorMessageTemplateService {
|
|
|
417
390
|
search(model) {
|
|
418
391
|
return this._httpClient.post(this.getBaseControllerUrl() + 'search', model);
|
|
419
392
|
}
|
|
420
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
421
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
393
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuratorMessageTemplateService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
394
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuratorMessageTemplateService, providedIn: 'root' }); }
|
|
422
395
|
}
|
|
423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuratorMessageTemplateService, decorators: [{
|
|
424
397
|
type: Injectable,
|
|
425
398
|
args: [{
|
|
426
399
|
providedIn: 'root',
|
|
@@ -448,10 +421,10 @@ class CourseDeadlineWarningService {
|
|
|
448
421
|
getStudentWarningsGrouped(model) {
|
|
449
422
|
return this._httpClient.post(this.baseControllerUrl + `query/for-student/grouped`, model);
|
|
450
423
|
}
|
|
451
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
452
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
424
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseDeadlineWarningService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
425
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseDeadlineWarningService, providedIn: 'root' }); }
|
|
453
426
|
}
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseDeadlineWarningService, decorators: [{
|
|
455
428
|
type: Injectable,
|
|
456
429
|
args: [{
|
|
457
430
|
providedIn: 'root',
|
|
@@ -488,50 +461,10 @@ class CourseThemeItemTestRestrictionService {
|
|
|
488
461
|
getRemovingAllState(courseId) {
|
|
489
462
|
return this._http.get(`${this.baseControllerUrl}/removing-all/${courseId}/state`);
|
|
490
463
|
}
|
|
491
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
492
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
464
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
465
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionService, providedIn: 'root' }); }
|
|
493
466
|
}
|
|
494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
495
|
-
type: Injectable,
|
|
496
|
-
args: [{
|
|
497
|
-
providedIn: 'root',
|
|
498
|
-
}]
|
|
499
|
-
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
500
|
-
type: Inject,
|
|
501
|
-
args: ['BASE_URL']
|
|
502
|
-
}] }] });
|
|
503
|
-
|
|
504
|
-
/**
|
|
505
|
-
* Методы контроллера Tutor.Api.Controllers.Subjects.SubjectMenuController
|
|
506
|
-
*
|
|
507
|
-
* Базовый урл = api/tutor/subject/menu
|
|
508
|
-
*
|
|
509
|
-
* Методы для работы с меню предмета
|
|
510
|
-
*/
|
|
511
|
-
class SubjectMenuService {
|
|
512
|
-
constructor(_httpClient, baseUrl) {
|
|
513
|
-
this._httpClient = _httpClient;
|
|
514
|
-
this.baseControllerUrl = `${baseUrl}api/tutor/subject/menu`;
|
|
515
|
-
}
|
|
516
|
-
getByAliasOrId(idOrAlias) {
|
|
517
|
-
return this._httpClient.get(`${this.baseControllerUrl}/GetByAliasOrId?idOrAlias=${idOrAlias}`);
|
|
518
|
-
}
|
|
519
|
-
getByAliasOrIdCached(idOrAlias) {
|
|
520
|
-
return this._httpClient.get(`${this.baseControllerUrl}/GetByAliasOrId/Cached?idOrAlias=${idOrAlias}`);
|
|
521
|
-
}
|
|
522
|
-
update(model) {
|
|
523
|
-
return this._httpClient.post(`${this.baseControllerUrl}/Update`, model);
|
|
524
|
-
}
|
|
525
|
-
create(model) {
|
|
526
|
-
return this._httpClient.post(`${this.baseControllerUrl}/create`, model);
|
|
527
|
-
}
|
|
528
|
-
getMain() {
|
|
529
|
-
return this._httpClient.get(`${this.baseControllerUrl}/query/main`);
|
|
530
|
-
}
|
|
531
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectMenuService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
532
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectMenuService, providedIn: 'root' }); }
|
|
533
|
-
}
|
|
534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectMenuService, decorators: [{
|
|
467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionService, decorators: [{
|
|
535
468
|
type: Injectable,
|
|
536
469
|
args: [{
|
|
537
470
|
providedIn: 'root',
|
|
@@ -551,27 +484,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
551
484
|
class SubjectQueryService {
|
|
552
485
|
constructor(_httpClient, baseUrl) {
|
|
553
486
|
this._httpClient = _httpClient;
|
|
554
|
-
this.
|
|
487
|
+
this._baseControllerUrl = `${baseUrl}api/tutor/subject/query`;
|
|
555
488
|
}
|
|
556
489
|
getAll() {
|
|
557
|
-
return this._httpClient.get(this.
|
|
490
|
+
return this._httpClient.get(`${this._baseControllerUrl}/get-all`);
|
|
558
491
|
}
|
|
559
492
|
getAllCached() {
|
|
560
|
-
return this._httpClient.get(this.
|
|
493
|
+
return this._httpClient.get(`${this._baseControllerUrl}/get-all/cached`);
|
|
561
494
|
}
|
|
562
|
-
|
|
563
|
-
return this._httpClient.get(this.
|
|
495
|
+
getAllWithClarifications() {
|
|
496
|
+
return this._httpClient.get(`${this._baseControllerUrl}/get-all/with-clarifications`);
|
|
497
|
+
}
|
|
498
|
+
getAllWithClarificationsCached() {
|
|
499
|
+
return this._httpClient.get(`${this._baseControllerUrl}/get-all/with-clarifications/cached`);
|
|
564
500
|
}
|
|
565
501
|
getByAliasOrId(id) {
|
|
566
|
-
return this._httpClient.get(this.
|
|
502
|
+
return this._httpClient.get(`${this._baseControllerUrl}/GetByAliasOrId?idOrAlias=${id}`);
|
|
567
503
|
}
|
|
568
504
|
getByAliasOrIdCached(idOrAlias) {
|
|
569
|
-
return this._httpClient.get(this.
|
|
505
|
+
return this._httpClient.get(`${this._baseControllerUrl}/GetByAliasOrId/Cached?idOrAlias=${idOrAlias}`);
|
|
570
506
|
}
|
|
571
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
572
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
507
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
508
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectQueryService, providedIn: 'root' }); }
|
|
573
509
|
}
|
|
574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectQueryService, decorators: [{
|
|
575
511
|
type: Injectable,
|
|
576
512
|
args: [{
|
|
577
513
|
providedIn: 'root',
|
|
@@ -591,21 +527,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
591
527
|
class SubjectsService {
|
|
592
528
|
constructor(_httpClient, baseUrl) {
|
|
593
529
|
this._httpClient = _httpClient;
|
|
594
|
-
this.baseControllerUrl = baseUrl + 'api/tutor/subject
|
|
530
|
+
this.baseControllerUrl = baseUrl + 'api/tutor/subject';
|
|
595
531
|
}
|
|
596
532
|
create(model) {
|
|
597
|
-
return this._httpClient.post(this.baseControllerUrl
|
|
533
|
+
return this._httpClient.post(`${this.baseControllerUrl}/create`, model);
|
|
598
534
|
}
|
|
599
535
|
order(model) {
|
|
600
|
-
return this._httpClient.post(this.baseControllerUrl
|
|
536
|
+
return this._httpClient.post(`${this.baseControllerUrl}/order`, model);
|
|
601
537
|
}
|
|
602
538
|
update(model) {
|
|
603
|
-
return this._httpClient.post(this.baseControllerUrl
|
|
539
|
+
return this._httpClient.post(`${this.baseControllerUrl}/update`, model);
|
|
604
540
|
}
|
|
605
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
606
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
541
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectsService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
542
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectsService, providedIn: 'root' }); }
|
|
607
543
|
}
|
|
608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectsService, decorators: [{
|
|
609
545
|
type: Injectable,
|
|
610
546
|
args: [{
|
|
611
547
|
providedIn: 'root',
|
|
@@ -639,38 +575,10 @@ class CourseThemeItemTestRestrictionStudentService {
|
|
|
639
575
|
searchStudents(model) {
|
|
640
576
|
return this._http.post(this.baseControllerUrl + 'query/search', model);
|
|
641
577
|
}
|
|
642
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
643
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
578
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
579
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, providedIn: 'root' }); }
|
|
644
580
|
}
|
|
645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
646
|
-
type: Injectable,
|
|
647
|
-
args: [{
|
|
648
|
-
providedIn: 'root',
|
|
649
|
-
}]
|
|
650
|
-
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
651
|
-
type: Inject,
|
|
652
|
-
args: ['BASE_URL']
|
|
653
|
-
}] }] });
|
|
654
|
-
|
|
655
|
-
/**
|
|
656
|
-
* Методы контроллера Tutor.Api.Controllers.Subjects.StudentSubjectViewController
|
|
657
|
-
*
|
|
658
|
-
* Базовый урл = api/tutor/student-subject-view
|
|
659
|
-
*
|
|
660
|
-
* Методы для построения меню предмета
|
|
661
|
-
*/
|
|
662
|
-
class StudentSubjectViewService {
|
|
663
|
-
constructor(_httpClient, baseUrl) {
|
|
664
|
-
this._httpClient = _httpClient;
|
|
665
|
-
this.baseControllerUrl = baseUrl + 'api/tutor/student-subject-view/';
|
|
666
|
-
}
|
|
667
|
-
getV1(idOrAlias, iconSetId) {
|
|
668
|
-
return this._httpClient.get(this.baseControllerUrl + `get/v1?idOrAlias=${idOrAlias}&iconSetId=${iconSetId}`);
|
|
669
|
-
}
|
|
670
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentSubjectViewService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
671
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentSubjectViewService, providedIn: 'root' }); }
|
|
672
|
-
}
|
|
673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentSubjectViewService, decorators: [{
|
|
581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, decorators: [{
|
|
674
582
|
type: Injectable,
|
|
675
583
|
args: [{
|
|
676
584
|
providedIn: 'root',
|
|
@@ -699,10 +607,10 @@ class StudentCourseViewService {
|
|
|
699
607
|
loadThemeSolutionsAndTestRestriction(studentProgressId, themeItemId) {
|
|
700
608
|
return this._httpClient.get(this.baseControllerUrl + `load-theme-solutions-and-restriction?studentProgressId=${studentProgressId}&themeItemId=${themeItemId}`);
|
|
701
609
|
}
|
|
702
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
703
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
610
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseViewService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
611
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseViewService, providedIn: 'root' }); }
|
|
704
612
|
}
|
|
705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseViewService, decorators: [{
|
|
706
614
|
type: Injectable,
|
|
707
615
|
args: [{
|
|
708
616
|
providedIn: 'root',
|
|
@@ -729,10 +637,10 @@ class TestSolutionDetailedQueryService {
|
|
|
729
637
|
get(id) {
|
|
730
638
|
return this._httpClient.get(this._baseUrl + `Get/By/Id/${id}/detailed`);
|
|
731
639
|
}
|
|
732
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
733
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
640
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionDetailedQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
641
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionDetailedQueryService, providedIn: 'root' }); }
|
|
734
642
|
}
|
|
735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestSolutionDetailedQueryService, decorators: [{
|
|
736
644
|
type: Injectable,
|
|
737
645
|
args: [{
|
|
738
646
|
providedIn: 'root',
|
|
@@ -775,10 +683,10 @@ class CourseLandingPageQueryService {
|
|
|
775
683
|
getByIdCached(id) {
|
|
776
684
|
return this._httpClient.get(`${this._baseUrl}/get-by-id/cached?id=${id}`);
|
|
777
685
|
}
|
|
778
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
779
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
686
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseLandingPageQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
687
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseLandingPageQueryService, providedIn: 'root' }); }
|
|
780
688
|
}
|
|
781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseLandingPageQueryService, decorators: [{
|
|
782
690
|
type: Injectable,
|
|
783
691
|
args: [{
|
|
784
692
|
providedIn: 'root',
|
|
@@ -812,10 +720,10 @@ class CourseOrderService {
|
|
|
812
720
|
create(model) {
|
|
813
721
|
return this._httpClient.post(`${this.baseControllerUrl}/create`, model);
|
|
814
722
|
}
|
|
815
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
816
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
723
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseOrderService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
724
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseOrderService, providedIn: 'root' }); }
|
|
817
725
|
}
|
|
818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseOrderService, decorators: [{
|
|
819
727
|
type: Injectable,
|
|
820
728
|
args: [{
|
|
821
729
|
providedIn: 'root',
|
|
@@ -842,10 +750,10 @@ class CourseShopWindowDetailedService {
|
|
|
842
750
|
getByIdCached(id) {
|
|
843
751
|
return this._httpClient.get(`${this.baseControllerUrl}/by-id/${id}/cached`);
|
|
844
752
|
}
|
|
845
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
846
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
753
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseShopWindowDetailedService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
754
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseShopWindowDetailedService, providedIn: 'root' }); }
|
|
847
755
|
}
|
|
848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CourseShopWindowDetailedService, decorators: [{
|
|
849
757
|
type: Injectable,
|
|
850
758
|
args: [{
|
|
851
759
|
providedIn: 'root',
|
|
@@ -874,10 +782,10 @@ class StudentGroupPaymentPlanQueryService {
|
|
|
874
782
|
getPaymentPlans(id) {
|
|
875
783
|
return this._httpClient.get(`${this.getBaseUrl()}/payment-plans/${id}`);
|
|
876
784
|
}
|
|
877
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
878
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
785
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupPaymentPlanQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
786
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupPaymentPlanQueryService, providedIn: 'root' }); }
|
|
879
787
|
}
|
|
880
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupPaymentPlanQueryService, decorators: [{
|
|
881
789
|
type: Injectable,
|
|
882
790
|
args: [{
|
|
883
791
|
providedIn: 'root',
|
|
@@ -927,10 +835,10 @@ class TutorAppConfigurationService {
|
|
|
927
835
|
}
|
|
928
836
|
return of(value);
|
|
929
837
|
}
|
|
930
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
931
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorAppConfigurationService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
839
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorAppConfigurationService, providedIn: 'root' }); }
|
|
932
840
|
}
|
|
933
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TutorAppConfigurationService, decorators: [{
|
|
934
842
|
type: Injectable,
|
|
935
843
|
args: [{
|
|
936
844
|
providedIn: 'root',
|
|
@@ -951,10 +859,10 @@ class QuestionLikeService {
|
|
|
951
859
|
getBySolutionId(id) {
|
|
952
860
|
return this._httpClient.get(this.baseControllerUrl + `for-solution/${id}`);
|
|
953
861
|
}
|
|
954
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
955
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
862
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QuestionLikeService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
863
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QuestionLikeService, providedIn: 'root' }); }
|
|
956
864
|
}
|
|
957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QuestionLikeService, decorators: [{
|
|
958
866
|
type: Injectable,
|
|
959
867
|
args: [{
|
|
960
868
|
providedIn: 'root',
|
|
@@ -980,10 +888,10 @@ class StudentCourseProgressQueryService {
|
|
|
980
888
|
search(model) {
|
|
981
889
|
return this._httpClient.post(`${this.baseControllerUrl}/search`, model);
|
|
982
890
|
}
|
|
983
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
984
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
891
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
892
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressQueryService, providedIn: 'root' }); }
|
|
985
893
|
}
|
|
986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
894
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressQueryService, decorators: [{
|
|
987
895
|
type: Injectable,
|
|
988
896
|
args: [{
|
|
989
897
|
providedIn: 'root',
|
|
@@ -1013,10 +921,10 @@ class StudentCourseProgressService {
|
|
|
1013
921
|
startTestForItemBlock(model) {
|
|
1014
922
|
return this._httpClient.post(`${this.baseControllerUrl}/theme/item/start-test`, model);
|
|
1015
923
|
}
|
|
1016
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1017
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
925
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressService, providedIn: 'root' }); }
|
|
1018
926
|
}
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentCourseProgressService, decorators: [{
|
|
1020
928
|
type: Injectable,
|
|
1021
929
|
args: [{
|
|
1022
930
|
providedIn: 'root',
|
|
@@ -1034,10 +942,10 @@ class StudentGroupMaterialService {
|
|
|
1034
942
|
getMaterials(model) {
|
|
1035
943
|
return this._httpClient.post(`${this.baseControllerUrl}/materials/search`, model);
|
|
1036
944
|
}
|
|
1037
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1038
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
945
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupMaterialService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
946
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupMaterialService, providedIn: 'root' }); }
|
|
1039
947
|
}
|
|
1040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupMaterialService, decorators: [{
|
|
1041
949
|
type: Injectable,
|
|
1042
950
|
args: [{ providedIn: 'root' }]
|
|
1043
951
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1056,10 +964,10 @@ class CoursePaymentService {
|
|
|
1056
964
|
setPaymentSystem(model) {
|
|
1057
965
|
return this._httpClient.post(`${this.baseControllerUrl}/set-payment-system`, model);
|
|
1058
966
|
}
|
|
1059
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1060
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
967
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
968
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentService, providedIn: 'root' }); }
|
|
1061
969
|
}
|
|
1062
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentService, decorators: [{
|
|
1063
971
|
type: Injectable,
|
|
1064
972
|
args: [{
|
|
1065
973
|
providedIn: 'root',
|
|
@@ -1089,10 +997,10 @@ class CoursePaymentQueryService {
|
|
|
1089
997
|
getTypes() {
|
|
1090
998
|
return this._httpClient.get(this.baseControllerUrl + 'Types');
|
|
1091
999
|
}
|
|
1092
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1093
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1000
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1001
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentQueryService, providedIn: 'root' }); }
|
|
1094
1002
|
}
|
|
1095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CoursePaymentQueryService, decorators: [{
|
|
1096
1004
|
type: Injectable,
|
|
1097
1005
|
args: [{
|
|
1098
1006
|
providedIn: 'root',
|
|
@@ -1113,10 +1021,10 @@ class TestQuestionStatisticQueryService {
|
|
|
1113
1021
|
getState() {
|
|
1114
1022
|
return this._httpClient.get(`${this.baseControllerUrl}/state`);
|
|
1115
1023
|
}
|
|
1116
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1117
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1024
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestQuestionStatisticQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1025
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestQuestionStatisticQueryService, providedIn: 'root' }); }
|
|
1118
1026
|
}
|
|
1119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TestQuestionStatisticQueryService, decorators: [{
|
|
1120
1028
|
type: Injectable,
|
|
1121
1029
|
args: [{ providedIn: 'root' }]
|
|
1122
1030
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1132,10 +1040,10 @@ class StudentGroupCourseAccessService {
|
|
|
1132
1040
|
get(model) {
|
|
1133
1041
|
return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
|
|
1134
1042
|
}
|
|
1135
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1136
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1043
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupCourseAccessService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1044
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupCourseAccessService, providedIn: 'root' }); }
|
|
1137
1045
|
}
|
|
1138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupCourseAccessService, decorators: [{
|
|
1139
1047
|
type: Injectable,
|
|
1140
1048
|
args: [{ providedIn: 'root' }]
|
|
1141
1049
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1157,10 +1065,10 @@ class StudentRegistrationService {
|
|
|
1157
1065
|
demoRegistration() {
|
|
1158
1066
|
return this._httpClient.post(`${this._baseControllerUrl}/register/demo`, {});
|
|
1159
1067
|
}
|
|
1160
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1161
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1068
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentRegistrationService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1069
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentRegistrationService, providedIn: 'root' }); }
|
|
1162
1070
|
}
|
|
1163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentRegistrationService, decorators: [{
|
|
1164
1072
|
type: Injectable,
|
|
1165
1073
|
args: [{ providedIn: 'root' }]
|
|
1166
1074
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1188,10 +1096,10 @@ class PmtSystemService {
|
|
|
1188
1096
|
createOrUpdate(model) {
|
|
1189
1097
|
return this._http.post(`${this.baseControllerUrl}/create-or-update`, model);
|
|
1190
1098
|
}
|
|
1191
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1192
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1099
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PmtSystemService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1100
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PmtSystemService, providedIn: 'root' }); }
|
|
1193
1101
|
}
|
|
1194
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PmtSystemService, decorators: [{
|
|
1195
1103
|
type: Injectable,
|
|
1196
1104
|
args: [{
|
|
1197
1105
|
providedIn: 'root',
|
|
@@ -1209,10 +1117,10 @@ class DefaultCourseLandingPageQueryService {
|
|
|
1209
1117
|
getById(id) {
|
|
1210
1118
|
return this._httpClient.get(`${this._baseControllerUrl}/get-by-id/${id}`);
|
|
1211
1119
|
}
|
|
1212
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1213
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DefaultCourseLandingPageQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1121
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DefaultCourseLandingPageQueryService, providedIn: 'root' }); }
|
|
1214
1122
|
}
|
|
1215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DefaultCourseLandingPageQueryService, decorators: [{
|
|
1216
1124
|
type: Injectable,
|
|
1217
1125
|
args: [{
|
|
1218
1126
|
providedIn: 'root',
|
|
@@ -1230,10 +1138,10 @@ class StudentGroupInfoPageService {
|
|
|
1230
1138
|
get(model) {
|
|
1231
1139
|
return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
|
|
1232
1140
|
}
|
|
1233
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1234
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1141
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupInfoPageService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1142
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupInfoPageService, providedIn: 'root' }); }
|
|
1235
1143
|
}
|
|
1236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentGroupInfoPageService, decorators: [{
|
|
1237
1145
|
type: Injectable,
|
|
1238
1146
|
args: [{ providedIn: 'root' }]
|
|
1239
1147
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1244,15 +1152,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1244
1152
|
class StudentAggregatedStatisticSnapshotService {
|
|
1245
1153
|
constructor(_httpClient, baseUrl) {
|
|
1246
1154
|
this._httpClient = _httpClient;
|
|
1247
|
-
this.baseControllerUrl = baseUrl
|
|
1155
|
+
this.baseControllerUrl = `${baseUrl}api/tutor/student-aggregated-statistic-snapshot`;
|
|
1248
1156
|
}
|
|
1249
1157
|
get(studentId) {
|
|
1250
1158
|
return this._httpClient.get(`${this.baseControllerUrl}/query/get-by-id/${studentId}`);
|
|
1251
1159
|
}
|
|
1252
|
-
|
|
1253
|
-
|
|
1160
|
+
getDebugInfo(studentId) {
|
|
1161
|
+
return this._httpClient.get(`${this.baseControllerUrl}/query/get-by-id/${studentId}/debug-info`);
|
|
1162
|
+
}
|
|
1163
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1164
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, providedIn: 'root' }); }
|
|
1254
1165
|
}
|
|
1255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, decorators: [{
|
|
1256
1167
|
type: Injectable,
|
|
1257
1168
|
args: [{ providedIn: 'root' }]
|
|
1258
1169
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1273,10 +1184,49 @@ class GroupStatisticSnapshotStudentService {
|
|
|
1273
1184
|
get(model) {
|
|
1274
1185
|
return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
|
|
1275
1186
|
}
|
|
1276
|
-
|
|
1277
|
-
|
|
1187
|
+
/**
|
|
1188
|
+
* Получить информацию о снапшоте.
|
|
1189
|
+
* @param id идентификатор снепшота
|
|
1190
|
+
* @returns
|
|
1191
|
+
*/
|
|
1192
|
+
getSnapshotInfo(id) {
|
|
1193
|
+
return this._httpClient.get(`${this.baseControllerUrl}/snapshot-info/${id}`);
|
|
1194
|
+
}
|
|
1195
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GroupStatisticSnapshotStudentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1196
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GroupStatisticSnapshotStudentService, providedIn: 'root' }); }
|
|
1197
|
+
}
|
|
1198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: GroupStatisticSnapshotStudentService, decorators: [{
|
|
1199
|
+
type: Injectable,
|
|
1200
|
+
args: [{
|
|
1201
|
+
providedIn: 'root',
|
|
1202
|
+
}]
|
|
1203
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
1204
|
+
type: Inject,
|
|
1205
|
+
args: ['BASE_URL']
|
|
1206
|
+
}] }] });
|
|
1207
|
+
|
|
1208
|
+
/**
|
|
1209
|
+
* Методы контроллера Tutor.Api.Controllers.Subjects.SubjectMenuController
|
|
1210
|
+
*
|
|
1211
|
+
* Базовый урл = api/tutor/subject/menu
|
|
1212
|
+
*
|
|
1213
|
+
* Методы для работы с меню предмета
|
|
1214
|
+
*/
|
|
1215
|
+
class SubjectMenuService {
|
|
1216
|
+
constructor(_httpClient, baseUrl) {
|
|
1217
|
+
this._httpClient = _httpClient;
|
|
1218
|
+
this.baseControllerUrl = `${baseUrl}api/tutor/subject/menu`;
|
|
1219
|
+
}
|
|
1220
|
+
create(model) {
|
|
1221
|
+
return this._httpClient.post(`${this.baseControllerUrl}/create`, model);
|
|
1222
|
+
}
|
|
1223
|
+
getMain() {
|
|
1224
|
+
return this._httpClient.get(`${this.baseControllerUrl}/query/main`);
|
|
1225
|
+
}
|
|
1226
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectMenuService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1227
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectMenuService, providedIn: 'root' }); }
|
|
1278
1228
|
}
|
|
1279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SubjectMenuService, decorators: [{
|
|
1280
1230
|
type: Injectable,
|
|
1281
1231
|
args: [{
|
|
1282
1232
|
providedIn: 'root',
|
|
@@ -1286,6 +1236,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1286
1236
|
args: ['BASE_URL']
|
|
1287
1237
|
}] }] });
|
|
1288
1238
|
|
|
1239
|
+
var StudentGroupType;
|
|
1240
|
+
(function (StudentGroupType) {
|
|
1241
|
+
StudentGroupType["Course"] = "Course";
|
|
1242
|
+
StudentGroupType["ClassRoom"] = "ClassRoom";
|
|
1243
|
+
StudentGroupType["ExternalProduct"] = "ExternalProduct";
|
|
1244
|
+
})(StudentGroupType || (StudentGroupType = {}));
|
|
1245
|
+
|
|
1289
1246
|
var AnswerValidationResultType;
|
|
1290
1247
|
(function (AnswerValidationResultType) {
|
|
1291
1248
|
AnswerValidationResultType["NeedToCheckByYourSelf"] = "NeedToCheckByYourSelf";
|
|
@@ -1321,7 +1278,18 @@ var TestQuestionType;
|
|
|
1321
1278
|
TestQuestionType["DetailedAnswer"] = "DetailedAnswer";
|
|
1322
1279
|
TestQuestionType["TypeAnswerWithErrors"] = "TypeAnswerWithErrors";
|
|
1323
1280
|
TestQuestionType["ManyAnswersBoxes"] = "ManyAnswersBoxes";
|
|
1281
|
+
TestQuestionType["FillGaps"] = "FillGaps";
|
|
1324
1282
|
})(TestQuestionType || (TestQuestionType = {}));
|
|
1283
|
+
var GapType;
|
|
1284
|
+
(function (GapType) {
|
|
1285
|
+
GapType["Select"] = "Select";
|
|
1286
|
+
GapType["Input"] = "Input";
|
|
1287
|
+
})(GapType || (GapType = {}));
|
|
1288
|
+
var SelectRightAnswerOrAnswersQuestionDataItemType;
|
|
1289
|
+
(function (SelectRightAnswerOrAnswersQuestionDataItemType) {
|
|
1290
|
+
SelectRightAnswerOrAnswersQuestionDataItemType["FileId"] = "FileId";
|
|
1291
|
+
SelectRightAnswerOrAnswersQuestionDataItemType["MarkUp"] = "MarkUp";
|
|
1292
|
+
})(SelectRightAnswerOrAnswersQuestionDataItemType || (SelectRightAnswerOrAnswersQuestionDataItemType = {}));
|
|
1325
1293
|
|
|
1326
1294
|
var StudentCoursePaymentType;
|
|
1327
1295
|
(function (StudentCoursePaymentType) {
|
|
@@ -1335,13 +1303,6 @@ var TestQuestionErrorsStatisticOrderType;
|
|
|
1335
1303
|
TestQuestionErrorsStatisticOrderType["RecentErrors"] = "RecentErrors";
|
|
1336
1304
|
})(TestQuestionErrorsStatisticOrderType || (TestQuestionErrorsStatisticOrderType = {}));
|
|
1337
1305
|
|
|
1338
|
-
var SubjectMenuItemType;
|
|
1339
|
-
(function (SubjectMenuItemType) {
|
|
1340
|
-
SubjectMenuItemType["MenuItem"] = "MenuItem";
|
|
1341
|
-
SubjectMenuItemType["WorkSpaceLink"] = "WorkSpaceLink";
|
|
1342
|
-
SubjectMenuItemType["SubjectTestsLink"] = "SubjectTestsLink";
|
|
1343
|
-
})(SubjectMenuItemType || (SubjectMenuItemType = {}));
|
|
1344
|
-
|
|
1345
1306
|
/**
|
|
1346
1307
|
* Роли для модуля Tutor
|
|
1347
1308
|
*/
|
|
@@ -1372,15 +1333,15 @@ class ImageSrcExtensions {
|
|
|
1372
1333
|
/**
|
|
1373
1334
|
* Вовзращает полный путь к изображению по идентификатору файла и типу размера изображения
|
|
1374
1335
|
* @param publicImageUrlFormat Форматированная строка содержащая {fileId} и {sizeType} для замены
|
|
1375
|
-
* @param
|
|
1336
|
+
* @param imageFileId Идентификатор изображения
|
|
1376
1337
|
* @param imageType Тип изображения
|
|
1377
1338
|
* @returns
|
|
1378
1339
|
*/
|
|
1379
|
-
static createImagePath(publicImageUrlFormat,
|
|
1380
|
-
if (
|
|
1340
|
+
static createImagePath(publicImageUrlFormat, imageFileId, sizeType = 'Medium') {
|
|
1341
|
+
if (imageFileId === null || imageFileId === undefined) {
|
|
1381
1342
|
return null;
|
|
1382
1343
|
}
|
|
1383
|
-
return publicImageUrlFormat.replace('{sizeType}',
|
|
1344
|
+
return publicImageUrlFormat.replace('{sizeType}', sizeType).replace('{fileId}', imageFileId.toString());
|
|
1384
1345
|
}
|
|
1385
1346
|
}
|
|
1386
1347
|
|
|
@@ -1392,5 +1353,5 @@ class ImageSrcExtensions {
|
|
|
1392
1353
|
* Generated bundle index. Do not edit.
|
|
1393
1354
|
*/
|
|
1394
1355
|
|
|
1395
|
-
export { AnswerValidationResultType, CourseDeadlineWarningService, CourseLandingPageQueryService, CourseOrderService, CoursePaymentQueryService, CoursePaymentService, CourseShopWindowDetailedService, CourseThemeItemTestRestrictionService, CourseThemeItemTestRestrictionStudentService, CourseThemeItemType, CuratorMessageTemplateService, DefaultCourseLandingPageQueryService, GroupStatisticSnapshotStudentService, ImageSrcExtensions, OpenApiQuestionLikeService, OpenApiTestSolutionService, PmtSystemService, QuestionLikeService, QuestionValidationSourceType, StudentAggregatedStatisticSnapshotService, StudentCoursePaymentType, StudentCourseProgressQueryService, StudentCourseProgressService, StudentCourseViewService, StudentGroupCourseAccessService, StudentGroupEnterService, StudentGroupInfoPageService, StudentGroupMaterialService, StudentGroupPaymentPlanQueryService, StudentGroupQueryService, StudentGroupTestRelationQueryService, StudentQueryService, StudentRegistrationService,
|
|
1356
|
+
export { AnswerValidationResultType, CourseDeadlineWarningService, CourseLandingPageQueryService, CourseOrderService, CoursePaymentQueryService, CoursePaymentService, CourseShopWindowDetailedService, CourseThemeItemTestRestrictionService, CourseThemeItemTestRestrictionStudentService, CourseThemeItemType, CuratorMessageTemplateService, DefaultCourseLandingPageQueryService, GapType, GroupStatisticSnapshotStudentService, ImageSrcExtensions, OpenApiQuestionLikeService, OpenApiTestSolutionService, PmtSystemService, QuestionLikeService, QuestionValidationSourceType, SelectRightAnswerOrAnswersQuestionDataItemType, StudentAggregatedStatisticSnapshotService, StudentCoursePaymentType, StudentCourseProgressQueryService, StudentCourseProgressService, StudentCourseViewService, StudentGroupCourseAccessService, StudentGroupEnterService, StudentGroupInfoPageService, StudentGroupMaterialService, StudentGroupPaymentPlanQueryService, StudentGroupQueryService, StudentGroupTestRelationQueryService, StudentGroupType, StudentQueryService, StudentRegistrationService, StudentTestSolutionQueryService, StudentTestSolutionService, StudentTestSolutionStartService, SubjectMenuService, SubjectQueryService, SubjectsService, TestQuestionErrorsStatisticOrderType, TestQuestionStatisticQueryService, TestQuestionType, TestRestrictionValidationResultRuleType, TestSolutionDetailedQueryService, TestSolutionQueryService, TestSolutionResultService, TestsService, TutorAppConfigurationService, TutorLogicModule, TutorRoles };
|
|
1396
1357
|
//# sourceMappingURL=tutor-logic.mjs.map
|