@citolab/qti-components 6.9.1-beta.47 → 6.9.1-beta.49

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-DdIqHDOp.js';
2
+ import { p as QtiAssessmentItem } from '../qti-simple-choice-Bil0gmT4.js';
3
3
  import 'lit-html';
4
4
  import 'lit-html/directives/ref.js';
5
5
 
@@ -409,7 +409,7 @@ declare abstract class Interaction extends LitElement {
409
409
  }
410
410
 
411
411
  declare class QtiExtendedTextInteraction extends Interaction {
412
- textareaRef: lit_html_directives_ref_js.Ref<HTMLTextAreaElement>;
412
+ private _rows;
413
413
  /** expected length is mapped to the property maxlength on the textarea */
414
414
  expectedLength: number;
415
415
  patternMask: string;
@@ -417,7 +417,7 @@ declare class QtiExtendedTextInteraction extends Interaction {
417
417
  placeholderText: string;
418
418
  private _value;
419
419
  classNames: any;
420
- handleclassNamesChange(old: any, disabled: boolean): void;
420
+ handleclassNamesChange(old: any, classes: string): void;
421
421
  set response(value: string);
422
422
  validate(): boolean;
423
423
  static get styles(): lit.CSSResult[];
@@ -433,16 +433,14 @@ declare global {
433
433
  }
434
434
 
435
435
  declare class QtiTextEntryInteraction extends Interaction {
436
+ static styles: CSSResultGroup;
436
437
  expectedLength: number;
437
438
  patternMask: string;
438
439
  placeholderText: string;
439
440
  private _value;
440
441
  private _correctValue;
441
442
  private _size;
442
- static styles: CSSResultGroup;
443
443
  inputRef: lit_html_directives_ref_js.Ref<HTMLInputElement>;
444
- classNames: any;
445
- handleclassNamesChange(old: any, classes: string): void;
446
444
  set response(value: string | undefined);
447
445
  validate(): boolean;
448
446
  set correctResponse(value: string);
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.47",
24
+ "version": "6.9.1-beta.49",
25
25
  "type": "module",
26
26
  "exports": {
27
27
  "./qti-components": "./dist/qti-components/index.js",