@citolab/qti-components 6.7.1-60 → 6.7.1-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.
@@ -96,65 +96,6 @@
96
96
  }
97
97
  ]
98
98
  },
99
- {
100
- "kind": "javascript-module",
101
- "path": "src/lib/qti-transformers/index.ts",
102
- "declarations": [],
103
- "exports": [
104
- {
105
- "kind": "js",
106
- "name": "*",
107
- "declaration": {
108
- "name": "*",
109
- "package": "./qti-transformers"
110
- }
111
- }
112
- ]
113
- },
114
- {
115
- "kind": "javascript-module",
116
- "path": "src/lib/qti-transformers/qti-transformers.ts",
117
- "declarations": [
118
- {
119
- "kind": "function",
120
- "name": "qtiTransformItem",
121
- "return": {
122
- "type": {
123
- "text": ""
124
- }
125
- },
126
- "description": "Browser based QTI-XML to HTML transformer.\nReturns an object with methods to load, parse, transform and serialize QTI XML items."
127
- },
128
- {
129
- "kind": "function",
130
- "name": "qtiTransformTest",
131
- "return": {
132
- "type": {
133
- "text": ""
134
- }
135
- },
136
- "description": "Returns an object with methods to load, parse and transform QTI tests."
137
- }
138
- ],
139
- "exports": [
140
- {
141
- "kind": "js",
142
- "name": "qtiTransformItem",
143
- "declaration": {
144
- "name": "qtiTransformItem",
145
- "module": "src/lib/qti-transformers/qti-transformers.ts"
146
- }
147
- },
148
- {
149
- "kind": "js",
150
- "name": "qtiTransformTest",
151
- "declaration": {
152
- "name": "qtiTransformTest",
153
- "module": "src/lib/qti-transformers/qti-transformers.ts"
154
- }
155
- }
156
- ]
157
- },
158
99
  {
159
100
  "kind": "javascript-module",
160
101
  "path": "src/lib/qti-components/index.ts",
@@ -578,6 +519,65 @@
578
519
  }
579
520
  ]
580
521
  },
522
+ {
523
+ "kind": "javascript-module",
524
+ "path": "src/lib/qti-transformers/index.ts",
525
+ "declarations": [],
526
+ "exports": [
527
+ {
528
+ "kind": "js",
529
+ "name": "*",
530
+ "declaration": {
531
+ "name": "*",
532
+ "package": "./qti-transformers"
533
+ }
534
+ }
535
+ ]
536
+ },
537
+ {
538
+ "kind": "javascript-module",
539
+ "path": "src/lib/qti-transformers/qti-transformers.ts",
540
+ "declarations": [
541
+ {
542
+ "kind": "function",
543
+ "name": "qtiTransformItem",
544
+ "return": {
545
+ "type": {
546
+ "text": ""
547
+ }
548
+ },
549
+ "description": "Browser based QTI-XML to HTML transformer.\nReturns an object with methods to load, parse, transform and serialize QTI XML items."
550
+ },
551
+ {
552
+ "kind": "function",
553
+ "name": "qtiTransformTest",
554
+ "return": {
555
+ "type": {
556
+ "text": ""
557
+ }
558
+ },
559
+ "description": "Returns an object with methods to load, parse and transform QTI tests."
560
+ }
561
+ ],
562
+ "exports": [
563
+ {
564
+ "kind": "js",
565
+ "name": "qtiTransformItem",
566
+ "declaration": {
567
+ "name": "qtiTransformItem",
568
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
569
+ }
570
+ },
571
+ {
572
+ "kind": "js",
573
+ "name": "qtiTransformTest",
574
+ "declaration": {
575
+ "name": "qtiTransformTest",
576
+ "module": "src/lib/qti-transformers/qti-transformers.ts"
577
+ }
578
+ }
579
+ ]
580
+ },
581
581
  {
582
582
  "kind": "javascript-module",
583
583
  "path": "src/lib/qti-components/internal/event-types.ts",
@@ -703,62 +703,6 @@
703
703
  "declarations": [],
704
704
  "exports": []
705
705
  },
706
- {
707
- "kind": "javascript-module",
708
- "path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
709
- "declarations": [
710
- {
711
- "kind": "class",
712
- "description": "Represents a custom element for referencing an assessment stimulus.",
713
- "name": "QtiAssessmentStimulusRef",
714
- "members": [],
715
- "attributes": [
716
- {
717
- "name": "identifier",
718
- "type": {
719
- "text": "string"
720
- },
721
- "default": "''",
722
- "description": "The identifier of the stimulus.",
723
- "fieldName": "identifier"
724
- },
725
- {
726
- "name": "href",
727
- "type": {
728
- "text": "string"
729
- },
730
- "default": "''",
731
- "description": "The href of the stimulus.",
732
- "fieldName": "href"
733
- }
734
- ],
735
- "superclass": {
736
- "name": "LitElement",
737
- "package": "lit"
738
- },
739
- "tagName": "qti-assessment-stimulus-ref",
740
- "customElement": true
741
- }
742
- ],
743
- "exports": [
744
- {
745
- "kind": "js",
746
- "name": "QtiAssessmentStimulusRef",
747
- "declaration": {
748
- "name": "QtiAssessmentStimulusRef",
749
- "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
750
- }
751
- },
752
- {
753
- "kind": "custom-element-definition",
754
- "name": "qti-assessment-stimulus-ref",
755
- "declaration": {
756
- "name": "QtiAssessmentStimulusRef",
757
- "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
758
- }
759
- }
760
- ]
761
- },
762
706
  {
763
707
  "kind": "javascript-module",
764
708
  "path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
@@ -938,6 +882,62 @@
938
882
  }
939
883
  ]
940
884
  },
885
+ {
886
+ "kind": "javascript-module",
887
+ "path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
888
+ "declarations": [
889
+ {
890
+ "kind": "class",
891
+ "description": "Represents a custom element for referencing an assessment stimulus.",
892
+ "name": "QtiAssessmentStimulusRef",
893
+ "members": [],
894
+ "attributes": [
895
+ {
896
+ "name": "identifier",
897
+ "type": {
898
+ "text": "string"
899
+ },
900
+ "default": "''",
901
+ "description": "The identifier of the stimulus.",
902
+ "fieldName": "identifier"
903
+ },
904
+ {
905
+ "name": "href",
906
+ "type": {
907
+ "text": "string"
908
+ },
909
+ "default": "''",
910
+ "description": "The href of the stimulus.",
911
+ "fieldName": "href"
912
+ }
913
+ ],
914
+ "superclass": {
915
+ "name": "LitElement",
916
+ "package": "lit"
917
+ },
918
+ "tagName": "qti-assessment-stimulus-ref",
919
+ "customElement": true
920
+ }
921
+ ],
922
+ "exports": [
923
+ {
924
+ "kind": "js",
925
+ "name": "QtiAssessmentStimulusRef",
926
+ "declaration": {
927
+ "name": "QtiAssessmentStimulusRef",
928
+ "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
929
+ }
930
+ },
931
+ {
932
+ "kind": "custom-element-definition",
933
+ "name": "qti-assessment-stimulus-ref",
934
+ "declaration": {
935
+ "name": "QtiAssessmentStimulusRef",
936
+ "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
937
+ }
938
+ }
939
+ ]
940
+ },
941
941
  {
942
942
  "kind": "javascript-module",
943
943
  "path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
@@ -4069,28 +4069,6 @@
4069
4069
  "description": "",
4070
4070
  "name": "QtiMatchInteraction",
4071
4071
  "members": [],
4072
- "events": [
4073
- {
4074
- "name": "qti-interaction-response",
4075
- "type": {
4076
- "text": "CustomEvent"
4077
- },
4078
- "inheritedFrom": {
4079
- "name": "DragDropInteractionMixin",
4080
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4081
- }
4082
- },
4083
- {
4084
- "name": "qti-register-interaction",
4085
- "type": {
4086
- "text": "CustomEvent"
4087
- },
4088
- "inheritedFrom": {
4089
- "name": "DragDropInteractionMixin",
4090
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4091
- }
4092
- }
4093
- ],
4094
4072
  "attributes": [
4095
4073
  {
4096
4074
  "name": "response-identifier",
@@ -4164,7 +4142,29 @@
4164
4142
  "package": "lit"
4165
4143
  },
4166
4144
  "tagName": "qti-match-interaction",
4167
- "customElement": true
4145
+ "customElement": true,
4146
+ "events": [
4147
+ {
4148
+ "name": "qti-register-interaction",
4149
+ "type": {
4150
+ "text": "CustomEvent"
4151
+ },
4152
+ "inheritedFrom": {
4153
+ "name": "DragDropInteractionMixin",
4154
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4155
+ }
4156
+ },
4157
+ {
4158
+ "name": "qti-interaction-response",
4159
+ "type": {
4160
+ "text": "CustomEvent"
4161
+ },
4162
+ "inheritedFrom": {
4163
+ "name": "DragDropInteractionMixin",
4164
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4165
+ }
4166
+ }
4167
+ ]
4168
4168
  }
4169
4169
  ],
4170
4170
  "exports": [