@citolab/qti-components 6.9.1-beta.72 → 6.9.1-beta.74

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.
@@ -580,45 +580,92 @@
580
580
  },
581
581
  {
582
582
  "kind": "javascript-module",
583
- "path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
583
+ "path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
584
584
  "declarations": [
585
585
  {
586
586
  "kind": "class",
587
- "description": "",
588
- "name": "ItemPrintVariables",
587
+ "description": "Represents a custom element for referencing an assessment stimulus.",
588
+ "name": "QtiAssessmentStimulusRef",
589
589
  "members": [
590
590
  {
591
591
  "kind": "field",
592
- "name": "itemContext",
592
+ "name": "identifier",
593
593
  "type": {
594
- "text": "ItemContext | undefined"
594
+ "text": "string"
595
595
  },
596
- "privacy": "public"
596
+ "default": "''",
597
+ "description": "The identifier of the stimulus.",
598
+ "attribute": "identifier"
599
+ },
600
+ {
601
+ "kind": "field",
602
+ "name": "href",
603
+ "type": {
604
+ "text": "string"
605
+ },
606
+ "default": "''",
607
+ "description": "The href of the stimulus.",
608
+ "attribute": "href"
609
+ },
610
+ {
611
+ "kind": "method",
612
+ "name": "updateStimulusRef",
613
+ "privacy": "public",
614
+ "parameters": [
615
+ {
616
+ "name": "stimulusRef",
617
+ "type": {
618
+ "text": "Element"
619
+ },
620
+ "description": "The element to which the stimulus will be appended."
621
+ }
622
+ ],
623
+ "description": "Loads and appends the stimulus to the specified element."
624
+ }
625
+ ],
626
+ "attributes": [
627
+ {
628
+ "name": "identifier",
629
+ "type": {
630
+ "text": "string"
631
+ },
632
+ "default": "''",
633
+ "description": "The identifier of the stimulus.",
634
+ "fieldName": "identifier"
635
+ },
636
+ {
637
+ "name": "href",
638
+ "type": {
639
+ "text": "string"
640
+ },
641
+ "default": "''",
642
+ "description": "The href of the stimulus.",
643
+ "fieldName": "href"
597
644
  }
598
645
  ],
599
646
  "superclass": {
600
647
  "name": "LitElement",
601
648
  "package": "lit"
602
649
  },
603
- "tagName": "item-print-variables",
650
+ "tagName": "qti-assessment-stimulus-ref",
604
651
  "customElement": true
605
652
  }
606
653
  ],
607
654
  "exports": [
608
655
  {
609
656
  "kind": "js",
610
- "name": "ItemPrintVariables",
657
+ "name": "QtiAssessmentStimulusRef",
611
658
  "declaration": {
612
- "name": "ItemPrintVariables",
613
- "module": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts"
659
+ "name": "QtiAssessmentStimulusRef",
660
+ "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
614
661
  }
615
662
  },
616
663
  {
617
664
  "kind": "custom-element-definition",
618
- "name": "item-print-variables",
665
+ "name": "qti-assessment-stimulus-ref",
619
666
  "declaration": {
620
- "name": "ItemPrintVariables",
621
- "module": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts"
667
+ "name": "QtiAssessmentStimulusRef",
668
+ "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
622
669
  }
623
670
  }
624
671
  ]
@@ -1041,98 +1088,6 @@
1041
1088
  }
1042
1089
  ]
1043
1090
  },
1044
- {
1045
- "kind": "javascript-module",
1046
- "path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
1047
- "declarations": [
1048
- {
1049
- "kind": "class",
1050
- "description": "Represents a custom element for referencing an assessment stimulus.",
1051
- "name": "QtiAssessmentStimulusRef",
1052
- "members": [
1053
- {
1054
- "kind": "field",
1055
- "name": "identifier",
1056
- "type": {
1057
- "text": "string"
1058
- },
1059
- "default": "''",
1060
- "description": "The identifier of the stimulus.",
1061
- "attribute": "identifier"
1062
- },
1063
- {
1064
- "kind": "field",
1065
- "name": "href",
1066
- "type": {
1067
- "text": "string"
1068
- },
1069
- "default": "''",
1070
- "description": "The href of the stimulus.",
1071
- "attribute": "href"
1072
- },
1073
- {
1074
- "kind": "method",
1075
- "name": "updateStimulusRef",
1076
- "privacy": "public",
1077
- "parameters": [
1078
- {
1079
- "name": "stimulusRef",
1080
- "type": {
1081
- "text": "Element"
1082
- },
1083
- "description": "The element to which the stimulus will be appended."
1084
- }
1085
- ],
1086
- "description": "Loads and appends the stimulus to the specified element."
1087
- }
1088
- ],
1089
- "attributes": [
1090
- {
1091
- "name": "identifier",
1092
- "type": {
1093
- "text": "string"
1094
- },
1095
- "default": "''",
1096
- "description": "The identifier of the stimulus.",
1097
- "fieldName": "identifier"
1098
- },
1099
- {
1100
- "name": "href",
1101
- "type": {
1102
- "text": "string"
1103
- },
1104
- "default": "''",
1105
- "description": "The href of the stimulus.",
1106
- "fieldName": "href"
1107
- }
1108
- ],
1109
- "superclass": {
1110
- "name": "LitElement",
1111
- "package": "lit"
1112
- },
1113
- "tagName": "qti-assessment-stimulus-ref",
1114
- "customElement": true
1115
- }
1116
- ],
1117
- "exports": [
1118
- {
1119
- "kind": "js",
1120
- "name": "QtiAssessmentStimulusRef",
1121
- "declaration": {
1122
- "name": "QtiAssessmentStimulusRef",
1123
- "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
1124
- }
1125
- },
1126
- {
1127
- "kind": "custom-element-definition",
1128
- "name": "qti-assessment-stimulus-ref",
1129
- "declaration": {
1130
- "name": "QtiAssessmentStimulusRef",
1131
- "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
1132
- }
1133
- }
1134
- ]
1135
- },
1136
1091
  {
1137
1092
  "kind": "javascript-module",
1138
1093
  "path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",