tutor-logic 3.4.0 → 3.4.2
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/esm2022/lib/models/index.mjs +2 -1
- package/esm2022/lib/models/student-statistic-snapshot-models.mjs +2 -0
- package/esm2022/lib/services/CourseDeadlineWarningService.mjs +4 -4
- package/esm2022/lib/services/CourseLandingPageQueryService.mjs +4 -4
- package/esm2022/lib/services/CourseOrderService.mjs +4 -4
- package/esm2022/lib/services/CoursePaymentQueryService.mjs +4 -4
- package/esm2022/lib/services/CoursePaymentService.mjs +4 -4
- package/esm2022/lib/services/CourseShopWindowDetailedService.mjs +4 -4
- package/esm2022/lib/services/CourseThemeItemTestRestrictionService.mjs +4 -4
- package/esm2022/lib/services/CourseThemeItemTestRestrictionStudentService.mjs +4 -4
- package/esm2022/lib/services/CuratorMessageTemplateService.mjs +4 -4
- package/esm2022/lib/services/DefaultCourseLandingPageQueryService.mjs +4 -4
- package/esm2022/lib/services/GroupStatisticSnapshotStudentService.mjs +29 -0
- package/esm2022/lib/services/PmtSystemService.mjs +4 -4
- package/esm2022/lib/services/QuestionLikeService.mjs +4 -4
- package/esm2022/lib/services/StudentAggregatedStatisticSnapshotService.mjs +4 -4
- package/esm2022/lib/services/StudentCourseProgressQueryService.mjs +4 -4
- package/esm2022/lib/services/StudentCourseProgressService.mjs +4 -4
- package/esm2022/lib/services/StudentCourseViewService.mjs +4 -4
- package/esm2022/lib/services/StudentGroupCourseAccessService.mjs +4 -4
- package/esm2022/lib/services/StudentGroupEnterService.mjs +4 -4
- package/esm2022/lib/services/StudentGroupInfoPageService.mjs +4 -4
- package/esm2022/lib/services/StudentGroupMaterialService.mjs +4 -4
- package/esm2022/lib/services/StudentGroupPaymentPlanQueryService.mjs +4 -4
- package/esm2022/lib/services/StudentGroupQueryService.mjs +4 -4
- package/esm2022/lib/services/StudentGroupTestRelationQueryService.mjs +4 -4
- package/esm2022/lib/services/StudentQueryService.mjs +4 -4
- package/esm2022/lib/services/StudentRegistrationService.mjs +4 -4
- package/esm2022/lib/services/StudentSubjectViewService.mjs +4 -4
- package/esm2022/lib/services/StudentTestSolutionQueryService.mjs +4 -4
- package/esm2022/lib/services/StudentTestSolutionService.mjs +4 -4
- package/esm2022/lib/services/StudentTestSolutionStartService.mjs +4 -4
- package/esm2022/lib/services/SubjectMenuService.mjs +4 -4
- package/esm2022/lib/services/SubjectQueryService.mjs +4 -4
- package/esm2022/lib/services/SubjectsService.mjs +4 -4
- package/esm2022/lib/services/TestQuestionStatisticQueryService.mjs +4 -4
- package/esm2022/lib/services/TestSolutionDetailedQueryService.mjs +4 -4
- package/esm2022/lib/services/TestSolutionQueryService.mjs +4 -4
- package/esm2022/lib/services/TestSolutionResultService.mjs +4 -4
- package/esm2022/lib/services/TestsService.mjs +4 -4
- package/esm2022/lib/services/TutorAppConfigurationService.mjs +4 -4
- package/esm2022/lib/services/TutorCommonSettingsService.mjs +8 -8
- package/esm2022/lib/services/index.mjs +2 -1
- package/esm2022/lib/services/open-api/OpenApiQuestionLikeService.mjs +4 -4
- package/esm2022/lib/services/open-api/OpenApiTestSolutionService.mjs +4 -4
- package/esm2022/lib/tutor-logic.module.mjs +5 -5
- package/fesm2022/tutor-logic.mjs +158 -132
- package/fesm2022/tutor-logic.mjs.map +1 -1
- package/lib/models/index.d.ts +1 -0
- package/lib/models/student-statistic-snapshot-models.d.ts +29 -0
- package/lib/services/GroupStatisticSnapshotStudentService.d.ts +16 -0
- package/lib/services/index.d.ts +1 -0
- package/package.json +1 -1
package/fesm2022/tutor-logic.mjs
CHANGED
|
@@ -4,11 +4,11 @@ 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: "18.2.13", ngImport: i0, type: TutorLogicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TutorLogicModule }); }
|
|
9
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorLogicModule }); }
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorLogicModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
declarations: [],
|
|
@@ -32,10 +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: "18.2.13", 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: "18.2.13", ngImport: i0, type: TestsService, providedIn: 'root' }); }
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestsService, decorators: [{
|
|
39
39
|
type: Injectable,
|
|
40
40
|
args: [{
|
|
41
41
|
providedIn: 'root',
|
|
@@ -48,21 +48,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImpor
|
|
|
48
48
|
class TutorCommonSettingsService {
|
|
49
49
|
constructor(_httpClient, baseUrl) {
|
|
50
50
|
this._httpClient = _httpClient;
|
|
51
|
-
this.baseControllerUrl = baseUrl + 'api/tutor/settings
|
|
51
|
+
this.baseControllerUrl = baseUrl + 'api/tutor/settings';
|
|
52
52
|
}
|
|
53
53
|
get(name) {
|
|
54
|
-
return this._httpClient.get(this.baseControllerUrl
|
|
54
|
+
return this._httpClient.get(`${this.baseControllerUrl}/get/${name}`);
|
|
55
55
|
}
|
|
56
56
|
getCached(name) {
|
|
57
|
-
return this._httpClient.get(this.baseControllerUrl
|
|
57
|
+
return this._httpClient.get(`${this.baseControllerUrl}/get/${name}/cached`);
|
|
58
58
|
}
|
|
59
59
|
set(model) {
|
|
60
|
-
return this._httpClient.post(this.baseControllerUrl
|
|
60
|
+
return this._httpClient.post(`${this.baseControllerUrl}/set`, model);
|
|
61
61
|
}
|
|
62
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
63
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
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
64
|
}
|
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorCommonSettingsService, decorators: [{
|
|
66
66
|
type: Injectable,
|
|
67
67
|
args: [{
|
|
68
68
|
providedIn: 'root',
|
|
@@ -120,10 +120,10 @@ class StudentGroupQueryService {
|
|
|
120
120
|
getStudentById(groupId, studentId) {
|
|
121
121
|
return this._httpClient.get(`${this.getBaseUrl()}/students/get-by-id/${groupId}/${studentId}`);
|
|
122
122
|
}
|
|
123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
124
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
124
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupQueryService, providedIn: 'root' }); }
|
|
125
125
|
}
|
|
126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupQueryService, decorators: [{
|
|
127
127
|
type: Injectable,
|
|
128
128
|
args: [{
|
|
129
129
|
providedIn: 'root',
|
|
@@ -147,10 +147,10 @@ class StudentQueryService {
|
|
|
147
147
|
search(searchModel) {
|
|
148
148
|
return this._httpClient.post(this.baseControllerUrl + 'Search', searchModel);
|
|
149
149
|
}
|
|
150
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
151
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
150
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
151
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentQueryService, providedIn: 'root' }); }
|
|
152
152
|
}
|
|
153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentQueryService, decorators: [{
|
|
154
154
|
type: Injectable,
|
|
155
155
|
args: [{
|
|
156
156
|
providedIn: 'root',
|
|
@@ -171,10 +171,10 @@ class StudentGroupEnterService {
|
|
|
171
171
|
enterFreeOfCharge(id) {
|
|
172
172
|
return this._httpClient.post(this.baseControllerUrl + `FreeOfCharge/${id}`, {});
|
|
173
173
|
}
|
|
174
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
175
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
174
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupEnterService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
175
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupEnterService, providedIn: 'root' }); }
|
|
176
176
|
}
|
|
177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupEnterService, decorators: [{
|
|
178
178
|
type: Injectable,
|
|
179
179
|
args: [{
|
|
180
180
|
providedIn: 'root',
|
|
@@ -199,10 +199,10 @@ class TestSolutionQueryService {
|
|
|
199
199
|
getSolutionById(id) {
|
|
200
200
|
return this._httpClient.get(`${this._baseUrl}/Get/By/Id/${id}`);
|
|
201
201
|
}
|
|
202
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
203
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
202
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
203
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionQueryService, providedIn: 'root' }); }
|
|
204
204
|
}
|
|
205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionQueryService, decorators: [{
|
|
206
206
|
type: Injectable,
|
|
207
207
|
args: [{
|
|
208
208
|
providedIn: 'root',
|
|
@@ -239,10 +239,10 @@ class TestSolutionResultService {
|
|
|
239
239
|
removeQuestionResult(model) {
|
|
240
240
|
return this._httpClient.post(this.baseControllerUrl + `question/validation/remove`, model);
|
|
241
241
|
}
|
|
242
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
243
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionResultService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
243
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionResultService, providedIn: 'root' }); }
|
|
244
244
|
}
|
|
245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionResultService, decorators: [{
|
|
246
246
|
type: Injectable,
|
|
247
247
|
args: [{
|
|
248
248
|
providedIn: 'root',
|
|
@@ -266,10 +266,10 @@ class StudentTestSolutionStartService {
|
|
|
266
266
|
startByErrors(model) {
|
|
267
267
|
return this._httpClient.post(`${this.baseControllerUrl}/By/Errors`, model);
|
|
268
268
|
}
|
|
269
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
270
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
269
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionStartService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
270
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionStartService, providedIn: 'root' }); }
|
|
271
271
|
}
|
|
272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionStartService, decorators: [{
|
|
273
273
|
type: Injectable,
|
|
274
274
|
args: [{ providedIn: 'root' }]
|
|
275
275
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -286,10 +286,10 @@ class OpenApiQuestionLikeService {
|
|
|
286
286
|
search(model) {
|
|
287
287
|
return this._httpClient.post(`${this._baseUrl}/search`, model);
|
|
288
288
|
}
|
|
289
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
290
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
289
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiQuestionLikeService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
290
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiQuestionLikeService, providedIn: 'root' }); }
|
|
291
291
|
}
|
|
292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiQuestionLikeService, decorators: [{
|
|
293
293
|
type: Injectable,
|
|
294
294
|
args: [{
|
|
295
295
|
providedIn: 'root',
|
|
@@ -308,10 +308,10 @@ class OpenApiTestSolutionService {
|
|
|
308
308
|
getById(id) {
|
|
309
309
|
return this._httpClient.get(`${this._baseUrl}/${id}`);
|
|
310
310
|
}
|
|
311
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
312
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
311
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiTestSolutionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
312
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiTestSolutionService, providedIn: 'root' }); }
|
|
313
313
|
}
|
|
314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OpenApiTestSolutionService, decorators: [{
|
|
315
315
|
type: Injectable,
|
|
316
316
|
args: [{
|
|
317
317
|
providedIn: 'root',
|
|
@@ -332,10 +332,10 @@ class StudentTestSolutionService {
|
|
|
332
332
|
finishSolution(model) {
|
|
333
333
|
return this._httpClient.post(this.baseControllerUrl + "finish", model);
|
|
334
334
|
}
|
|
335
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
336
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
335
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
336
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionService, providedIn: 'root' }); }
|
|
337
337
|
}
|
|
338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionService, decorators: [{
|
|
339
339
|
type: Injectable,
|
|
340
340
|
args: [{ providedIn: 'root' }]
|
|
341
341
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -363,10 +363,10 @@ class StudentTestSolutionQueryService {
|
|
|
363
363
|
let url = this.baseControllerUrl + `Get/By/TestId/${testId}`;
|
|
364
364
|
return this._httpClient.get(url);
|
|
365
365
|
}
|
|
366
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
367
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
367
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionQueryService, providedIn: 'root' }); }
|
|
368
368
|
}
|
|
369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentTestSolutionQueryService, decorators: [{
|
|
370
370
|
type: Injectable,
|
|
371
371
|
args: [{ providedIn: 'root' }]
|
|
372
372
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -386,10 +386,10 @@ class StudentGroupTestRelationQueryService {
|
|
|
386
386
|
getById(studentGroupId, testId) {
|
|
387
387
|
return this._httpClient.get(`${this.getBaseUrl()}/getById/${testId}/${studentGroupId}`);
|
|
388
388
|
}
|
|
389
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
390
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
389
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupTestRelationQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
390
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupTestRelationQueryService, providedIn: 'root' }); }
|
|
391
391
|
}
|
|
392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupTestRelationQueryService, decorators: [{
|
|
393
393
|
type: Injectable,
|
|
394
394
|
args: [{
|
|
395
395
|
providedIn: 'root',
|
|
@@ -417,10 +417,10 @@ class CuratorMessageTemplateService {
|
|
|
417
417
|
search(model) {
|
|
418
418
|
return this._httpClient.post(this.getBaseControllerUrl() + 'search', model);
|
|
419
419
|
}
|
|
420
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
421
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
420
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CuratorMessageTemplateService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
421
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CuratorMessageTemplateService, providedIn: 'root' }); }
|
|
422
422
|
}
|
|
423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CuratorMessageTemplateService, decorators: [{
|
|
424
424
|
type: Injectable,
|
|
425
425
|
args: [{
|
|
426
426
|
providedIn: 'root',
|
|
@@ -448,10 +448,10 @@ class CourseDeadlineWarningService {
|
|
|
448
448
|
getStudentWarningsGrouped(model) {
|
|
449
449
|
return this._httpClient.post(this.baseControllerUrl + `query/for-student/grouped`, model);
|
|
450
450
|
}
|
|
451
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
452
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
451
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseDeadlineWarningService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
452
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseDeadlineWarningService, providedIn: 'root' }); }
|
|
453
453
|
}
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseDeadlineWarningService, decorators: [{
|
|
455
455
|
type: Injectable,
|
|
456
456
|
args: [{
|
|
457
457
|
providedIn: 'root',
|
|
@@ -488,10 +488,10 @@ class CourseThemeItemTestRestrictionService {
|
|
|
488
488
|
getRemovingAllState(courseId) {
|
|
489
489
|
return this._http.get(`${this.baseControllerUrl}/removing-all/${courseId}/state`);
|
|
490
490
|
}
|
|
491
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
492
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
491
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
492
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionService, providedIn: 'root' }); }
|
|
493
493
|
}
|
|
494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionService, decorators: [{
|
|
495
495
|
type: Injectable,
|
|
496
496
|
args: [{
|
|
497
497
|
providedIn: 'root',
|
|
@@ -522,10 +522,10 @@ class SubjectMenuService {
|
|
|
522
522
|
update(model) {
|
|
523
523
|
return this._httpClient.post(this.baseControllerUrl + `Update`, model);
|
|
524
524
|
}
|
|
525
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
526
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
525
|
+
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 }); }
|
|
526
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectMenuService, providedIn: 'root' }); }
|
|
527
527
|
}
|
|
528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectMenuService, decorators: [{
|
|
529
529
|
type: Injectable,
|
|
530
530
|
args: [{
|
|
531
531
|
providedIn: 'root',
|
|
@@ -562,10 +562,10 @@ class SubjectQueryService {
|
|
|
562
562
|
getByAliasOrIdCached(idOrAlias) {
|
|
563
563
|
return this._httpClient.get(this.baseControllerUrl + `GetByAliasOrId/Cached?idOrAlias=${idOrAlias}`);
|
|
564
564
|
}
|
|
565
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
566
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
565
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
566
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectQueryService, providedIn: 'root' }); }
|
|
567
567
|
}
|
|
568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectQueryService, decorators: [{
|
|
569
569
|
type: Injectable,
|
|
570
570
|
args: [{
|
|
571
571
|
providedIn: 'root',
|
|
@@ -596,10 +596,10 @@ class SubjectsService {
|
|
|
596
596
|
update(model) {
|
|
597
597
|
return this._httpClient.post(this.baseControllerUrl + 'Update', model);
|
|
598
598
|
}
|
|
599
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
600
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
599
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectsService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
600
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectsService, providedIn: 'root' }); }
|
|
601
601
|
}
|
|
602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SubjectsService, decorators: [{
|
|
603
603
|
type: Injectable,
|
|
604
604
|
args: [{
|
|
605
605
|
providedIn: 'root',
|
|
@@ -633,10 +633,10 @@ class CourseThemeItemTestRestrictionStudentService {
|
|
|
633
633
|
searchStudents(model) {
|
|
634
634
|
return this._http.post(this.baseControllerUrl + 'query/search', model);
|
|
635
635
|
}
|
|
636
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
637
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
636
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
637
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, providedIn: 'root' }); }
|
|
638
638
|
}
|
|
639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseThemeItemTestRestrictionStudentService, decorators: [{
|
|
640
640
|
type: Injectable,
|
|
641
641
|
args: [{
|
|
642
642
|
providedIn: 'root',
|
|
@@ -661,10 +661,10 @@ class StudentSubjectViewService {
|
|
|
661
661
|
getV1(idOrAlias, iconSetId) {
|
|
662
662
|
return this._httpClient.get(this.baseControllerUrl + `get/v1?idOrAlias=${idOrAlias}&iconSetId=${iconSetId}`);
|
|
663
663
|
}
|
|
664
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
665
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
664
|
+
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 }); }
|
|
665
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentSubjectViewService, providedIn: 'root' }); }
|
|
666
666
|
}
|
|
667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentSubjectViewService, decorators: [{
|
|
668
668
|
type: Injectable,
|
|
669
669
|
args: [{
|
|
670
670
|
providedIn: 'root',
|
|
@@ -693,10 +693,10 @@ class StudentCourseViewService {
|
|
|
693
693
|
loadThemeSolutionsAndTestRestriction(studentProgressId, themeItemId) {
|
|
694
694
|
return this._httpClient.get(this.baseControllerUrl + `load-theme-solutions-and-restriction?studentProgressId=${studentProgressId}&themeItemId=${themeItemId}`);
|
|
695
695
|
}
|
|
696
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
697
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
696
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseViewService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
697
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseViewService, providedIn: 'root' }); }
|
|
698
698
|
}
|
|
699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseViewService, decorators: [{
|
|
700
700
|
type: Injectable,
|
|
701
701
|
args: [{
|
|
702
702
|
providedIn: 'root',
|
|
@@ -723,10 +723,10 @@ class TestSolutionDetailedQueryService {
|
|
|
723
723
|
get(id) {
|
|
724
724
|
return this._httpClient.get(this._baseUrl + `Get/By/Id/${id}/detailed`);
|
|
725
725
|
}
|
|
726
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
727
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
726
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionDetailedQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
727
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionDetailedQueryService, providedIn: 'root' }); }
|
|
728
728
|
}
|
|
729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestSolutionDetailedQueryService, decorators: [{
|
|
730
730
|
type: Injectable,
|
|
731
731
|
args: [{
|
|
732
732
|
providedIn: 'root',
|
|
@@ -769,10 +769,10 @@ class CourseLandingPageQueryService {
|
|
|
769
769
|
getByIdCached(id) {
|
|
770
770
|
return this._httpClient.get(`${this._baseUrl}/get-by-id/cached?id=${id}`);
|
|
771
771
|
}
|
|
772
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
773
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
772
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseLandingPageQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
773
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseLandingPageQueryService, providedIn: 'root' }); }
|
|
774
774
|
}
|
|
775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseLandingPageQueryService, decorators: [{
|
|
776
776
|
type: Injectable,
|
|
777
777
|
args: [{
|
|
778
778
|
providedIn: 'root',
|
|
@@ -806,10 +806,10 @@ class CourseOrderService {
|
|
|
806
806
|
create(model) {
|
|
807
807
|
return this._httpClient.post(`${this.baseControllerUrl}/create`, model);
|
|
808
808
|
}
|
|
809
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
810
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
809
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseOrderService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
810
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseOrderService, providedIn: 'root' }); }
|
|
811
811
|
}
|
|
812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseOrderService, decorators: [{
|
|
813
813
|
type: Injectable,
|
|
814
814
|
args: [{
|
|
815
815
|
providedIn: 'root',
|
|
@@ -830,10 +830,10 @@ class CourseShopWindowDetailedService {
|
|
|
830
830
|
getById(id) {
|
|
831
831
|
return this._httpClient.get(this.baseControllerUrl + `byId/${id}`);
|
|
832
832
|
}
|
|
833
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
834
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
833
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseShopWindowDetailedService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
834
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseShopWindowDetailedService, providedIn: 'root' }); }
|
|
835
835
|
}
|
|
836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CourseShopWindowDetailedService, decorators: [{
|
|
837
837
|
type: Injectable,
|
|
838
838
|
args: [{
|
|
839
839
|
providedIn: 'root',
|
|
@@ -862,10 +862,10 @@ class StudentGroupPaymentPlanQueryService {
|
|
|
862
862
|
getPaymentPlans(id) {
|
|
863
863
|
return this._httpClient.get(`${this.getBaseUrl()}/payment-plans/${id}`);
|
|
864
864
|
}
|
|
865
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
866
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
865
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupPaymentPlanQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
866
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupPaymentPlanQueryService, providedIn: 'root' }); }
|
|
867
867
|
}
|
|
868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupPaymentPlanQueryService, decorators: [{
|
|
869
869
|
type: Injectable,
|
|
870
870
|
args: [{
|
|
871
871
|
providedIn: 'root',
|
|
@@ -908,10 +908,10 @@ class TutorAppConfigurationService {
|
|
|
908
908
|
}
|
|
909
909
|
return of(value);
|
|
910
910
|
}
|
|
911
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
912
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
911
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorAppConfigurationService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
912
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorAppConfigurationService, providedIn: 'root' }); }
|
|
913
913
|
}
|
|
914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TutorAppConfigurationService, decorators: [{
|
|
915
915
|
type: Injectable,
|
|
916
916
|
args: [{
|
|
917
917
|
providedIn: 'root',
|
|
@@ -932,10 +932,10 @@ class QuestionLikeService {
|
|
|
932
932
|
getBySolutionId(id) {
|
|
933
933
|
return this._httpClient.get(this.baseControllerUrl + `for-solution/${id}`);
|
|
934
934
|
}
|
|
935
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
936
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
935
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: QuestionLikeService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
936
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: QuestionLikeService, providedIn: 'root' }); }
|
|
937
937
|
}
|
|
938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: QuestionLikeService, decorators: [{
|
|
939
939
|
type: Injectable,
|
|
940
940
|
args: [{
|
|
941
941
|
providedIn: 'root',
|
|
@@ -961,10 +961,10 @@ class StudentCourseProgressQueryService {
|
|
|
961
961
|
search(model) {
|
|
962
962
|
return this._httpClient.post(`${this.baseControllerUrl}/search`, model);
|
|
963
963
|
}
|
|
964
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
965
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
964
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
965
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressQueryService, providedIn: 'root' }); }
|
|
966
966
|
}
|
|
967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressQueryService, decorators: [{
|
|
968
968
|
type: Injectable,
|
|
969
969
|
args: [{
|
|
970
970
|
providedIn: 'root',
|
|
@@ -994,10 +994,10 @@ class StudentCourseProgressService {
|
|
|
994
994
|
startTestForItemBlock(model) {
|
|
995
995
|
return this._httpClient.post(`${this.baseControllerUrl}/theme/item/start-test`, model);
|
|
996
996
|
}
|
|
997
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
998
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
997
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
998
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressService, providedIn: 'root' }); }
|
|
999
999
|
}
|
|
1000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentCourseProgressService, decorators: [{
|
|
1001
1001
|
type: Injectable,
|
|
1002
1002
|
args: [{
|
|
1003
1003
|
providedIn: 'root',
|
|
@@ -1015,10 +1015,10 @@ class StudentGroupMaterialService {
|
|
|
1015
1015
|
getMaterials(model) {
|
|
1016
1016
|
return this._httpClient.post(`${this.baseControllerUrl}/materials/search`, model);
|
|
1017
1017
|
}
|
|
1018
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1019
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1018
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupMaterialService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1019
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupMaterialService, providedIn: 'root' }); }
|
|
1020
1020
|
}
|
|
1021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupMaterialService, decorators: [{
|
|
1022
1022
|
type: Injectable,
|
|
1023
1023
|
args: [{ providedIn: 'root' }]
|
|
1024
1024
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1037,10 +1037,10 @@ class CoursePaymentService {
|
|
|
1037
1037
|
setPaymentSystem(model) {
|
|
1038
1038
|
return this._httpClient.post(`${this.baseControllerUrl}/set-payment-system`, model);
|
|
1039
1039
|
}
|
|
1040
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1041
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1040
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1041
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentService, providedIn: 'root' }); }
|
|
1042
1042
|
}
|
|
1043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentService, decorators: [{
|
|
1044
1044
|
type: Injectable,
|
|
1045
1045
|
args: [{
|
|
1046
1046
|
providedIn: 'root',
|
|
@@ -1070,10 +1070,10 @@ class CoursePaymentQueryService {
|
|
|
1070
1070
|
getTypes() {
|
|
1071
1071
|
return this._httpClient.get(this.baseControllerUrl + 'Types');
|
|
1072
1072
|
}
|
|
1073
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1074
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1073
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1074
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentQueryService, providedIn: 'root' }); }
|
|
1075
1075
|
}
|
|
1076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CoursePaymentQueryService, decorators: [{
|
|
1077
1077
|
type: Injectable,
|
|
1078
1078
|
args: [{
|
|
1079
1079
|
providedIn: 'root',
|
|
@@ -1094,10 +1094,10 @@ class TestQuestionStatisticQueryService {
|
|
|
1094
1094
|
getState() {
|
|
1095
1095
|
return this._httpClient.get(`${this.baseControllerUrl}/state`);
|
|
1096
1096
|
}
|
|
1097
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1098
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1097
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestQuestionStatisticQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1098
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestQuestionStatisticQueryService, providedIn: 'root' }); }
|
|
1099
1099
|
}
|
|
1100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TestQuestionStatisticQueryService, decorators: [{
|
|
1101
1101
|
type: Injectable,
|
|
1102
1102
|
args: [{ providedIn: 'root' }]
|
|
1103
1103
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1113,10 +1113,10 @@ class StudentGroupCourseAccessService {
|
|
|
1113
1113
|
get(model) {
|
|
1114
1114
|
return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
|
|
1115
1115
|
}
|
|
1116
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1117
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1116
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupCourseAccessService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1117
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupCourseAccessService, providedIn: 'root' }); }
|
|
1118
1118
|
}
|
|
1119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupCourseAccessService, decorators: [{
|
|
1120
1120
|
type: Injectable,
|
|
1121
1121
|
args: [{ providedIn: 'root' }]
|
|
1122
1122
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1138,10 +1138,10 @@ class StudentRegistrationService {
|
|
|
1138
1138
|
demoRegistration() {
|
|
1139
1139
|
return this._httpClient.post(`${this._baseControllerUrl}/register/demo`, {});
|
|
1140
1140
|
}
|
|
1141
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1142
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1141
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentRegistrationService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1142
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentRegistrationService, providedIn: 'root' }); }
|
|
1143
1143
|
}
|
|
1144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentRegistrationService, decorators: [{
|
|
1145
1145
|
type: Injectable,
|
|
1146
1146
|
args: [{ providedIn: 'root' }]
|
|
1147
1147
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1169,10 +1169,10 @@ class PmtSystemService {
|
|
|
1169
1169
|
createOrUpdate(model) {
|
|
1170
1170
|
return this._http.post(`${this.baseControllerUrl}/create-or-update`, model);
|
|
1171
1171
|
}
|
|
1172
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1173
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1172
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PmtSystemService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1173
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PmtSystemService, providedIn: 'root' }); }
|
|
1174
1174
|
}
|
|
1175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PmtSystemService, decorators: [{
|
|
1176
1176
|
type: Injectable,
|
|
1177
1177
|
args: [{
|
|
1178
1178
|
providedIn: 'root',
|
|
@@ -1190,10 +1190,10 @@ class DefaultCourseLandingPageQueryService {
|
|
|
1190
1190
|
getById(id) {
|
|
1191
1191
|
return this._httpClient.get(`${this._baseControllerUrl}/get-by-id/${id}`);
|
|
1192
1192
|
}
|
|
1193
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1194
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1193
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DefaultCourseLandingPageQueryService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1194
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DefaultCourseLandingPageQueryService, providedIn: 'root' }); }
|
|
1195
1195
|
}
|
|
1196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DefaultCourseLandingPageQueryService, decorators: [{
|
|
1197
1197
|
type: Injectable,
|
|
1198
1198
|
args: [{
|
|
1199
1199
|
providedIn: 'root',
|
|
@@ -1211,10 +1211,10 @@ class StudentGroupInfoPageService {
|
|
|
1211
1211
|
get(model) {
|
|
1212
1212
|
return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
|
|
1213
1213
|
}
|
|
1214
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1215
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1214
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupInfoPageService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1215
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupInfoPageService, providedIn: 'root' }); }
|
|
1216
1216
|
}
|
|
1217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentGroupInfoPageService, decorators: [{
|
|
1218
1218
|
type: Injectable,
|
|
1219
1219
|
args: [{ providedIn: 'root' }]
|
|
1220
1220
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1230,10 +1230,10 @@ class StudentAggregatedStatisticSnapshotService {
|
|
|
1230
1230
|
get(studentId) {
|
|
1231
1231
|
return this._httpClient.get(`${this.baseControllerUrl}/query/get-by-id/${studentId}`);
|
|
1232
1232
|
}
|
|
1233
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1234
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1233
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1234
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, providedIn: 'root' }); }
|
|
1235
1235
|
}
|
|
1236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StudentAggregatedStatisticSnapshotService, decorators: [{
|
|
1237
1237
|
type: Injectable,
|
|
1238
1238
|
args: [{ providedIn: 'root' }]
|
|
1239
1239
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
@@ -1241,6 +1241,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImpor
|
|
|
1241
1241
|
args: ['BASE_URL']
|
|
1242
1242
|
}] }] });
|
|
1243
1243
|
|
|
1244
|
+
class GroupStatisticSnapshotStudentService {
|
|
1245
|
+
constructor(_httpClient, baseUrl) {
|
|
1246
|
+
this._httpClient = _httpClient;
|
|
1247
|
+
this.baseControllerUrl = `${baseUrl}api/tutor/student-in-group-statistic-snapshot`;
|
|
1248
|
+
}
|
|
1249
|
+
/**
|
|
1250
|
+
*
|
|
1251
|
+
* @param model запрос для получения снапшота агрегированной статистики ученика по предметам и тегам в рамках группы (курса)
|
|
1252
|
+
* @returns
|
|
1253
|
+
*/
|
|
1254
|
+
get(model) {
|
|
1255
|
+
return this._httpClient.post(`${this.baseControllerUrl}/get`, model);
|
|
1256
|
+
}
|
|
1257
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupStatisticSnapshotStudentService, deps: [{ token: i1.HttpClient }, { token: 'BASE_URL' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1258
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupStatisticSnapshotStudentService, providedIn: 'root' }); }
|
|
1259
|
+
}
|
|
1260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupStatisticSnapshotStudentService, decorators: [{
|
|
1261
|
+
type: Injectable,
|
|
1262
|
+
args: [{
|
|
1263
|
+
providedIn: 'root',
|
|
1264
|
+
}]
|
|
1265
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
1266
|
+
type: Inject,
|
|
1267
|
+
args: ['BASE_URL']
|
|
1268
|
+
}] }] });
|
|
1269
|
+
|
|
1244
1270
|
var AnswerValidationResultType;
|
|
1245
1271
|
(function (AnswerValidationResultType) {
|
|
1246
1272
|
AnswerValidationResultType["NeedToCheckByYourSelf"] = "NeedToCheckByYourSelf";
|
|
@@ -1347,5 +1373,5 @@ class ImageSrcExtensions {
|
|
|
1347
1373
|
* Generated bundle index. Do not edit.
|
|
1348
1374
|
*/
|
|
1349
1375
|
|
|
1350
|
-
export { AnswerValidationResultType, CourseDeadlineWarningService, CourseLandingPageQueryService, CourseOrderService, CoursePaymentQueryService, CoursePaymentService, CourseShopWindowDetailedService, CourseThemeItemTestRestrictionService, CourseThemeItemTestRestrictionStudentService, CourseThemeItemType, CuratorMessageTemplateService, DefaultCourseLandingPageQueryService, ImageSrcExtensions, OpenApiQuestionLikeService, OpenApiTestSolutionService, PmtSystemService, QuestionLikeService, QuestionValidationSourceType, StudentAggregatedStatisticSnapshotService, StudentCoursePaymentType, StudentCourseProgressQueryService, StudentCourseProgressService, StudentCourseViewService, StudentGroupCourseAccessService, StudentGroupEnterService, StudentGroupInfoPageService, StudentGroupMaterialService, StudentGroupPaymentPlanQueryService, StudentGroupQueryService, StudentGroupTestRelationQueryService, StudentQueryService, StudentRegistrationService, StudentSubjectViewService, StudentTestSolutionQueryService, StudentTestSolutionService, StudentTestSolutionStartService, SubjectMenuItemType, SubjectMenuService, SubjectQueryService, SubjectsService, TestQuestionErrorsStatisticOrderType, TestQuestionStatisticQueryService, TestQuestionType, TestRestrictionValidationResultRuleType, TestSolutionDetailedQueryService, TestSolutionQueryService, TestSolutionResultService, TestsService, TutorAppConfigurationService, TutorCommonSettingsService, TutorLogicModule, TutorRoles };
|
|
1376
|
+
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, StudentSubjectViewService, StudentTestSolutionQueryService, StudentTestSolutionService, StudentTestSolutionStartService, SubjectMenuItemType, SubjectMenuService, SubjectQueryService, SubjectsService, TestQuestionErrorsStatisticOrderType, TestQuestionStatisticQueryService, TestQuestionType, TestRestrictionValidationResultRuleType, TestSolutionDetailedQueryService, TestSolutionQueryService, TestSolutionResultService, TestsService, TutorAppConfigurationService, TutorCommonSettingsService, TutorLogicModule, TutorRoles };
|
|
1351
1377
|
//# sourceMappingURL=tutor-logic.mjs.map
|