@testgorilla/tgo-coding-test 2.0.6 → 2.0.8

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.
@@ -30,7 +30,6 @@ export declare class TgoCodingTestCandidateViewComponent implements OnInit, IQue
30
30
  test: TestResultRead;
31
31
  expirationObservable?: Observable<void>;
32
32
  completeObservable?: Observable<void>;
33
- isDemo?: boolean;
34
33
  validationStatusChanged: EventEmitter<any>;
35
34
  antiCheatingConfigurationChanged: EventEmitter<IAntiCheatingState>;
36
35
  fullscreenChanged: EventEmitter<boolean>;
@@ -63,6 +62,7 @@ export declare class TgoCodingTestCandidateViewComponent implements OnInit, IQue
63
62
  firstTestRunComplete: boolean;
64
63
  canopyUiTheme: ApplicationTheme;
65
64
  private wasTourShown;
65
+ constructor();
66
66
  ngOnDestroy(): void;
67
67
  ngOnInit(): void;
68
68
  openSaveDialog(): void;
@@ -98,5 +98,5 @@ export declare class TgoCodingTestCandidateViewComponent implements OnInit, IQue
98
98
  private setTestCases;
99
99
  private setListeners;
100
100
  static ɵfac: i0.ɵɵFactoryDeclaration<TgoCodingTestCandidateViewComponent, 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
+ 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>;
102
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-coding-test",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 19.0.0 < 20.0.0",
6
6
  "@angular/common": ">= 19.0.0 < 20.0.0",