@citolab/qti-components 6.9.1-beta.61 → 6.9.1-beta.62

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.
@@ -1,5 +1,5 @@
1
1
  import { LitElement } from 'lit';
2
- import { p as QtiAssessmentItem } from '../qti-simple-choice-CFhbe77e.js';
2
+ import { p as QtiAssessmentItem } from '../qti-simple-choice-C_jJ4Bnp.js';
3
3
  import 'lit-html';
4
4
  import 'lit-html/directives/ref.js';
5
5
 
@@ -1,4 +1,4 @@
1
- import { p as QtiAssessmentItem } from '../qti-simple-choice-CFhbe77e.js';
1
+ import { p as QtiAssessmentItem } from '../qti-simple-choice-C_jJ4Bnp.js';
2
2
  import 'lit-html';
3
3
  import 'lit';
4
4
  import 'lit-html/directives/ref.js';
@@ -367,6 +367,7 @@ declare abstract class QtiFeedback extends LitElement {
367
367
  outcomeIdentifier: string;
368
368
  protected identifier: string;
369
369
  showStatus: string;
370
+ private _context?;
370
371
  connectedCallback(): void;
371
372
  checkShowFeedback(outcomeIdentifier: string): void;
372
373
  private showFeedback;
@@ -580,7 +581,7 @@ declare abstract class QtiExpression<T> extends LitElement implements QtiExpress
580
581
  render(): lit_html.TemplateResult<1>;
581
582
  calculate(): Readonly<T>;
582
583
  protected getResult(): Readonly<T>;
583
- get assessmentItem(): QtiAssessmentItem;
584
+ protected context?: ItemContext;
584
585
  getVariables: () => VariableDeclaration<number | string | (number | string)[] | null>[];
585
586
  }
586
587
 
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "engines": {
22
22
  "node": ">=20.0.0"
23
23
  },
24
- "version": "6.9.1-beta.61",
24
+ "version": "6.9.1-beta.62",
25
25
  "type": "module",
26
26
  "exports": {
27
27
  "./qti-components": "./dist/qti-components/index.js",