@testgorilla/tgo-coding-test 2.0.5 → 2.0.7

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.
@@ -24,12 +24,12 @@ export declare class TgoCodingTestCandidateViewComponent implements OnInit, IQue
24
24
  private readonly apiService;
25
25
  private readonly route;
26
26
  private readonly codingTestConfigService;
27
+ invitationUUID: string;
27
28
  assessment?: Assessment;
28
29
  question: Question;
29
30
  test: TestResultRead;
30
31
  expirationObservable?: Observable<void>;
31
32
  completeObservable?: Observable<void>;
32
- isDemo?: boolean;
33
33
  validationStatusChanged: EventEmitter<any>;
34
34
  antiCheatingConfigurationChanged: EventEmitter<IAntiCheatingState>;
35
35
  fullscreenChanged: EventEmitter<boolean>;
@@ -97,5 +97,5 @@ export declare class TgoCodingTestCandidateViewComponent implements OnInit, IQue
97
97
  private setTestCases;
98
98
  private setListeners;
99
99
  static ɵfac: i0.ɵɵFactoryDeclaration<TgoCodingTestCandidateViewComponent, never>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<TgoCodingTestCandidateViewComponent, "tgo-coding-test-candidate-view", never, { "assessment": { "alias": "assessment"; "required": false; }; "question": { "alias": "question"; "required": true; }; "test": { "alias": "test"; "required": true; }; "expirationObservable": { "alias": "expirationObservable"; "required": false; }; "completeObservable": { "alias": "completeObservable"; "required": false; }; "isDemo": { "alias": "isDemo"; "required": false; }; }, { "validationStatusChanged": "validationStatusChanged"; "antiCheatingConfigurationChanged": "antiCheatingConfigurationChanged"; "fullscreenChanged": "fullscreenChanged"; "themeChanged": "themeChanged"; "codingFullscreenChanged": "codingFullscreenChanged"; "navigationButtonStateChanged": "navigationButtonStateChanged"; "configurationStateChanged": "configurationStateChanged"; "submissionStateChanged": "submissionStateChanged"; "loadingStateChanged": "loadingStateChanged"; }, never, never, true, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<TgoCodingTestCandidateViewComponent, "tgo-coding-test-candidate-view", never, { "invitationUUID": { "alias": "invitationUUID"; "required": true; }; "assessment": { "alias": "assessment"; "required": false; }; "question": { "alias": "question"; "required": true; }; "test": { "alias": "test"; "required": true; }; "expirationObservable": { "alias": "expirationObservable"; "required": false; }; "completeObservable": { "alias": "completeObservable"; "required": false; }; }, { "validationStatusChanged": "validationStatusChanged"; "antiCheatingConfigurationChanged": "antiCheatingConfigurationChanged"; "fullscreenChanged": "fullscreenChanged"; "themeChanged": "themeChanged"; "codingFullscreenChanged": "codingFullscreenChanged"; "navigationButtonStateChanged": "navigationButtonStateChanged"; "configurationStateChanged": "configurationStateChanged"; "submissionStateChanged": "submissionStateChanged"; "loadingStateChanged": "loadingStateChanged"; }, never, never, true, never>;
101
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-coding-test",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 19.0.0 < 20.0.0",
6
6
  "@angular/common": ">= 19.0.0 < 20.0.0",