@testgorilla/tgo-coding-test 2.0.4 → 2.0.6

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,6 +24,7 @@ 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;
@@ -97,5 +98,5 @@ export declare class TgoCodingTestCandidateViewComponent implements OnInit, IQue
97
98
  private setTestCases;
98
99
  private setListeners;
99
100
  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>;
101
+ 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; }; "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>;
101
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-coding-test",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 19.0.0 < 20.0.0",
6
6
  "@angular/common": ">= 19.0.0 < 20.0.0",