@citolab/qti-components 6.7.1-44 → 6.7.1-45

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,6 +96,65 @@
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
+ },
99
158
  {
100
159
  "kind": "javascript-module",
101
160
  "path": "src/lib/qti-components/index.ts",
@@ -511,65 +570,6 @@
511
570
  }
512
571
  ]
513
572
  },
514
- {
515
- "kind": "javascript-module",
516
- "path": "src/lib/qti-transformers/index.ts",
517
- "declarations": [],
518
- "exports": [
519
- {
520
- "kind": "js",
521
- "name": "*",
522
- "declaration": {
523
- "name": "*",
524
- "package": "./qti-transformers"
525
- }
526
- }
527
- ]
528
- },
529
- {
530
- "kind": "javascript-module",
531
- "path": "src/lib/qti-transformers/qti-transformers.ts",
532
- "declarations": [
533
- {
534
- "kind": "function",
535
- "name": "qtiTransformItem",
536
- "return": {
537
- "type": {
538
- "text": ""
539
- }
540
- },
541
- "description": "Browser based QTI-XML to HTML transformer.\nReturns an object with methods to load, parse, transform and serialize QTI XML items."
542
- },
543
- {
544
- "kind": "function",
545
- "name": "qtiTransformTest",
546
- "return": {
547
- "type": {
548
- "text": ""
549
- }
550
- },
551
- "description": "Returns an object with methods to load, parse and transform QTI tests."
552
- }
553
- ],
554
- "exports": [
555
- {
556
- "kind": "js",
557
- "name": "qtiTransformItem",
558
- "declaration": {
559
- "name": "qtiTransformItem",
560
- "module": "src/lib/qti-transformers/qti-transformers.ts"
561
- }
562
- },
563
- {
564
- "kind": "js",
565
- "name": "qtiTransformTest",
566
- "declaration": {
567
- "name": "qtiTransformTest",
568
- "module": "src/lib/qti-transformers/qti-transformers.ts"
569
- }
570
- }
571
- ]
572
- },
573
573
  {
574
574
  "kind": "javascript-module",
575
575
  "path": "src/lib/qti-components/internal/event-types.ts",
@@ -695,6 +695,41 @@
695
695
  "declarations": [],
696
696
  "exports": []
697
697
  },
698
+ {
699
+ "kind": "javascript-module",
700
+ "path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
701
+ "declarations": [
702
+ {
703
+ "kind": "class",
704
+ "description": "",
705
+ "name": "QtiCompanionMaterialsInfo",
706
+ "superclass": {
707
+ "name": "LitElement",
708
+ "package": "lit"
709
+ },
710
+ "tagName": "qti-companion-materials-info",
711
+ "customElement": true
712
+ }
713
+ ],
714
+ "exports": [
715
+ {
716
+ "kind": "js",
717
+ "name": "QtiCompanionMaterialsInfo",
718
+ "declaration": {
719
+ "name": "QtiCompanionMaterialsInfo",
720
+ "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
721
+ }
722
+ },
723
+ {
724
+ "kind": "custom-element-definition",
725
+ "name": "qti-companion-materials-info",
726
+ "declaration": {
727
+ "name": "QtiCompanionMaterialsInfo",
728
+ "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
729
+ }
730
+ }
731
+ ]
732
+ },
698
733
  {
699
734
  "kind": "javascript-module",
700
735
  "path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
@@ -874,41 +909,6 @@
874
909
  }
875
910
  ]
876
911
  },
877
- {
878
- "kind": "javascript-module",
879
- "path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
880
- "declarations": [
881
- {
882
- "kind": "class",
883
- "description": "",
884
- "name": "QtiCompanionMaterialsInfo",
885
- "superclass": {
886
- "name": "LitElement",
887
- "package": "lit"
888
- },
889
- "tagName": "qti-companion-materials-info",
890
- "customElement": true
891
- }
892
- ],
893
- "exports": [
894
- {
895
- "kind": "js",
896
- "name": "QtiCompanionMaterialsInfo",
897
- "declaration": {
898
- "name": "QtiCompanionMaterialsInfo",
899
- "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
900
- }
901
- },
902
- {
903
- "kind": "custom-element-definition",
904
- "name": "qti-companion-materials-info",
905
- "declaration": {
906
- "name": "QtiCompanionMaterialsInfo",
907
- "module": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts"
908
- }
909
- }
910
- ]
911
- },
912
912
  {
913
913
  "kind": "javascript-module",
914
914
  "path": "src/lib/qti-components/qti-custom-operator/qti-custom-operator.ts",