@citolab/qti-components 6.0.30 → 6.0.31
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.
- package/dist/custom-elements.json +456 -402
- package/dist/index.cjs +61 -58
- package/dist/index.d.cts +8 -2
- package/dist/index.d.ts +8 -2
- package/dist/index.js +59 -56
- package/dist/qti-components/index.cjs +40 -37
- package/dist/qti-components/index.d.cts +8 -2
- package/dist/qti-components/index.d.ts +8 -2
- package/dist/qti-components/index.js +70 -67
- package/package.json +1 -1
|
@@ -131,42 +131,6 @@
|
|
|
131
131
|
}
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
|
-
{
|
|
135
|
-
"kind": "javascript-module",
|
|
136
|
-
"path": "src/lib/qti-item-react/index.ts",
|
|
137
|
-
"declarations": [],
|
|
138
|
-
"exports": [
|
|
139
|
-
{
|
|
140
|
-
"kind": "js",
|
|
141
|
-
"name": "*",
|
|
142
|
-
"declaration": {
|
|
143
|
-
"name": "*",
|
|
144
|
-
"package": "./qti-item.react"
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
]
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"kind": "javascript-module",
|
|
151
|
-
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
152
|
-
"declarations": [
|
|
153
|
-
{
|
|
154
|
-
"kind": "variable",
|
|
155
|
-
"name": "QtiItem",
|
|
156
|
-
"default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n 'qti-outcome-changed': 'qti-outcome-changed', // as EventName<Event>\n 'qti-interaction-changed': 'qti-interaction-changed',\n 'qti-item-connected': 'qti-item-connected'\n }\n})"
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"exports": [
|
|
160
|
-
{
|
|
161
|
-
"kind": "js",
|
|
162
|
-
"name": "QtiItem",
|
|
163
|
-
"declaration": {
|
|
164
|
-
"name": "QtiItem",
|
|
165
|
-
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
]
|
|
169
|
-
},
|
|
170
134
|
{
|
|
171
135
|
"kind": "javascript-module",
|
|
172
136
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -550,49 +514,6 @@
|
|
|
550
514
|
}
|
|
551
515
|
]
|
|
552
516
|
},
|
|
553
|
-
{
|
|
554
|
-
"kind": "javascript-module",
|
|
555
|
-
"path": "src/lib/qti-transform/index.ts",
|
|
556
|
-
"declarations": [],
|
|
557
|
-
"exports": [
|
|
558
|
-
{
|
|
559
|
-
"kind": "js",
|
|
560
|
-
"name": "*",
|
|
561
|
-
"declaration": {
|
|
562
|
-
"name": "*",
|
|
563
|
-
"package": "./qti-transform"
|
|
564
|
-
}
|
|
565
|
-
}
|
|
566
|
-
]
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"kind": "javascript-module",
|
|
570
|
-
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
571
|
-
"declarations": [
|
|
572
|
-
{
|
|
573
|
-
"kind": "function",
|
|
574
|
-
"name": "qtiTransform",
|
|
575
|
-
"parameters": [
|
|
576
|
-
{
|
|
577
|
-
"name": "xmlValue",
|
|
578
|
-
"type": {
|
|
579
|
-
"text": "string"
|
|
580
|
-
}
|
|
581
|
-
}
|
|
582
|
-
]
|
|
583
|
-
}
|
|
584
|
-
],
|
|
585
|
-
"exports": [
|
|
586
|
-
{
|
|
587
|
-
"kind": "js",
|
|
588
|
-
"name": "qtiTransform",
|
|
589
|
-
"declaration": {
|
|
590
|
-
"name": "qtiTransform",
|
|
591
|
-
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
592
|
-
}
|
|
593
|
-
}
|
|
594
|
-
]
|
|
595
|
-
},
|
|
596
517
|
{
|
|
597
518
|
"kind": "javascript-module",
|
|
598
519
|
"path": "src/lib/qti-item/index.ts",
|
|
@@ -658,6 +579,85 @@
|
|
|
658
579
|
}
|
|
659
580
|
]
|
|
660
581
|
},
|
|
582
|
+
{
|
|
583
|
+
"kind": "javascript-module",
|
|
584
|
+
"path": "src/lib/qti-item-react/index.ts",
|
|
585
|
+
"declarations": [],
|
|
586
|
+
"exports": [
|
|
587
|
+
{
|
|
588
|
+
"kind": "js",
|
|
589
|
+
"name": "*",
|
|
590
|
+
"declaration": {
|
|
591
|
+
"name": "*",
|
|
592
|
+
"package": "./qti-item.react"
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
]
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "javascript-module",
|
|
599
|
+
"path": "src/lib/qti-item-react/qti-item.react.ts",
|
|
600
|
+
"declarations": [
|
|
601
|
+
{
|
|
602
|
+
"kind": "variable",
|
|
603
|
+
"name": "QtiItem",
|
|
604
|
+
"default": "createComponent({\n tagName: 'qti-item',\n react: React,\n elementClass: QtiItemWebComponent,\n events: {\n 'qti-outcome-changed': 'qti-outcome-changed', // as EventName<Event>\n 'qti-interaction-changed': 'qti-interaction-changed',\n 'qti-item-connected': 'qti-item-connected'\n }\n})"
|
|
605
|
+
}
|
|
606
|
+
],
|
|
607
|
+
"exports": [
|
|
608
|
+
{
|
|
609
|
+
"kind": "js",
|
|
610
|
+
"name": "QtiItem",
|
|
611
|
+
"declaration": {
|
|
612
|
+
"name": "QtiItem",
|
|
613
|
+
"module": "src/lib/qti-item-react/qti-item.react.ts"
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
]
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"kind": "javascript-module",
|
|
620
|
+
"path": "src/lib/qti-transform/index.ts",
|
|
621
|
+
"declarations": [],
|
|
622
|
+
"exports": [
|
|
623
|
+
{
|
|
624
|
+
"kind": "js",
|
|
625
|
+
"name": "*",
|
|
626
|
+
"declaration": {
|
|
627
|
+
"name": "*",
|
|
628
|
+
"package": "./qti-transform"
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
]
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"kind": "javascript-module",
|
|
635
|
+
"path": "src/lib/qti-transform/qti-transform.ts",
|
|
636
|
+
"declarations": [
|
|
637
|
+
{
|
|
638
|
+
"kind": "function",
|
|
639
|
+
"name": "qtiTransform",
|
|
640
|
+
"parameters": [
|
|
641
|
+
{
|
|
642
|
+
"name": "xmlValue",
|
|
643
|
+
"type": {
|
|
644
|
+
"text": "string"
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
]
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"exports": [
|
|
651
|
+
{
|
|
652
|
+
"kind": "js",
|
|
653
|
+
"name": "qtiTransform",
|
|
654
|
+
"declaration": {
|
|
655
|
+
"name": "qtiTransform",
|
|
656
|
+
"module": "src/lib/qti-transform/qti-transform.ts"
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
]
|
|
660
|
+
},
|
|
661
661
|
{
|
|
662
662
|
"kind": "javascript-module",
|
|
663
663
|
"path": "src/lib/qti-components/qti-assessment-item/qti-assessment-item.ts",
|
|
@@ -854,53 +854,6 @@
|
|
|
854
854
|
}
|
|
855
855
|
]
|
|
856
856
|
},
|
|
857
|
-
{
|
|
858
|
-
"kind": "javascript-module",
|
|
859
|
-
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
860
|
-
"declarations": [
|
|
861
|
-
{
|
|
862
|
-
"kind": "class",
|
|
863
|
-
"description": "",
|
|
864
|
-
"name": "QtiItemBody",
|
|
865
|
-
"slots": [
|
|
866
|
-
{
|
|
867
|
-
"description": "item body content.",
|
|
868
|
-
"name": ""
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"description": "the qti rubric block is placed above the item",
|
|
872
|
-
"name": "qti-rubric-block"
|
|
873
|
-
}
|
|
874
|
-
],
|
|
875
|
-
"members": [],
|
|
876
|
-
"superclass": {
|
|
877
|
-
"name": "LitElement",
|
|
878
|
-
"package": "lit"
|
|
879
|
-
},
|
|
880
|
-
"summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
|
|
881
|
-
"tagName": "qti-item-body",
|
|
882
|
-
"customElement": true
|
|
883
|
-
}
|
|
884
|
-
],
|
|
885
|
-
"exports": [
|
|
886
|
-
{
|
|
887
|
-
"kind": "js",
|
|
888
|
-
"name": "default",
|
|
889
|
-
"declaration": {
|
|
890
|
-
"name": "QtiItemBody",
|
|
891
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"kind": "custom-element-definition",
|
|
896
|
-
"name": "qti-item-body",
|
|
897
|
-
"declaration": {
|
|
898
|
-
"name": "QtiItemBody",
|
|
899
|
-
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
]
|
|
903
|
-
},
|
|
904
857
|
{
|
|
905
858
|
"kind": "javascript-module",
|
|
906
859
|
"path": "src/lib/qti-components/qti-interaction/qti-associable-hotspot.ts",
|
|
@@ -1564,6 +1517,53 @@
|
|
|
1564
1517
|
}
|
|
1565
1518
|
]
|
|
1566
1519
|
},
|
|
1520
|
+
{
|
|
1521
|
+
"kind": "javascript-module",
|
|
1522
|
+
"path": "src/lib/qti-components/qti-item-body/qti-item-body.ts",
|
|
1523
|
+
"declarations": [
|
|
1524
|
+
{
|
|
1525
|
+
"kind": "class",
|
|
1526
|
+
"description": "",
|
|
1527
|
+
"name": "QtiItemBody",
|
|
1528
|
+
"slots": [
|
|
1529
|
+
{
|
|
1530
|
+
"description": "item body content.",
|
|
1531
|
+
"name": ""
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"description": "the qti rubric block is placed above the item",
|
|
1535
|
+
"name": "qti-rubric-block"
|
|
1536
|
+
}
|
|
1537
|
+
],
|
|
1538
|
+
"members": [],
|
|
1539
|
+
"superclass": {
|
|
1540
|
+
"name": "LitElement",
|
|
1541
|
+
"package": "lit"
|
|
1542
|
+
},
|
|
1543
|
+
"summary": "The qti-item-body node contains the text, graphics, media objects and interactions that describe the item's content and information about how it is structured.",
|
|
1544
|
+
"tagName": "qti-item-body",
|
|
1545
|
+
"customElement": true
|
|
1546
|
+
}
|
|
1547
|
+
],
|
|
1548
|
+
"exports": [
|
|
1549
|
+
{
|
|
1550
|
+
"kind": "js",
|
|
1551
|
+
"name": "default",
|
|
1552
|
+
"declaration": {
|
|
1553
|
+
"name": "QtiItemBody",
|
|
1554
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"kind": "custom-element-definition",
|
|
1559
|
+
"name": "qti-item-body",
|
|
1560
|
+
"declaration": {
|
|
1561
|
+
"name": "QtiItemBody",
|
|
1562
|
+
"module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
|
|
1563
|
+
}
|
|
1564
|
+
}
|
|
1565
|
+
]
|
|
1566
|
+
},
|
|
1567
1567
|
{
|
|
1568
1568
|
"kind": "javascript-module",
|
|
1569
1569
|
"path": "src/lib/qti-components/qti-prompt/qti-prompt.ts",
|
|
@@ -2743,18 +2743,24 @@
|
|
|
2743
2743
|
},
|
|
2744
2744
|
{
|
|
2745
2745
|
"kind": "javascript-module",
|
|
2746
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2746
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
2747
2747
|
"declarations": [
|
|
2748
2748
|
{
|
|
2749
2749
|
"kind": "class",
|
|
2750
2750
|
"description": "",
|
|
2751
|
-
"name": "
|
|
2751
|
+
"name": "QtiGapMatchInteraction",
|
|
2752
2752
|
"members": [],
|
|
2753
|
+
"mixins": [
|
|
2754
|
+
{
|
|
2755
|
+
"name": "DragDropInteractionMixin",
|
|
2756
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2757
|
+
}
|
|
2758
|
+
],
|
|
2753
2759
|
"superclass": {
|
|
2754
|
-
"name": "
|
|
2755
|
-
"
|
|
2760
|
+
"name": "LitElement",
|
|
2761
|
+
"package": "lit"
|
|
2756
2762
|
},
|
|
2757
|
-
"tagName": "qti-
|
|
2763
|
+
"tagName": "qti-gap-match-interaction",
|
|
2758
2764
|
"customElement": true,
|
|
2759
2765
|
"attributes": [
|
|
2760
2766
|
{
|
|
@@ -2765,8 +2771,8 @@
|
|
|
2765
2771
|
"default": "''",
|
|
2766
2772
|
"fieldName": "responseIdentifier",
|
|
2767
2773
|
"inheritedFrom": {
|
|
2768
|
-
"name": "
|
|
2769
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2774
|
+
"name": "DragDropInteractionMixin",
|
|
2775
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2770
2776
|
}
|
|
2771
2777
|
},
|
|
2772
2778
|
{
|
|
@@ -2775,11 +2781,10 @@
|
|
|
2775
2781
|
"text": "boolean"
|
|
2776
2782
|
},
|
|
2777
2783
|
"default": "false",
|
|
2778
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2779
2784
|
"fieldName": "disabled",
|
|
2780
2785
|
"inheritedFrom": {
|
|
2781
|
-
"name": "
|
|
2782
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2786
|
+
"name": "DroppablesMixin",
|
|
2787
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2783
2788
|
}
|
|
2784
2789
|
},
|
|
2785
2790
|
{
|
|
@@ -2788,11 +2793,34 @@
|
|
|
2788
2793
|
"text": "boolean"
|
|
2789
2794
|
},
|
|
2790
2795
|
"default": "false",
|
|
2791
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2792
2796
|
"fieldName": "readonly",
|
|
2793
2797
|
"inheritedFrom": {
|
|
2794
|
-
"name": "
|
|
2795
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2798
|
+
"name": "DragDropInteractionMixin",
|
|
2799
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2800
|
+
}
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"name": "min-associations",
|
|
2804
|
+
"type": {
|
|
2805
|
+
"text": "number"
|
|
2806
|
+
},
|
|
2807
|
+
"default": "1",
|
|
2808
|
+
"fieldName": "minAssociations",
|
|
2809
|
+
"inheritedFrom": {
|
|
2810
|
+
"name": "DragDropInteractionMixin",
|
|
2811
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"name": "max-associations",
|
|
2816
|
+
"type": {
|
|
2817
|
+
"text": "number"
|
|
2818
|
+
},
|
|
2819
|
+
"default": "1",
|
|
2820
|
+
"fieldName": "maxAssociations",
|
|
2821
|
+
"inheritedFrom": {
|
|
2822
|
+
"name": "DragDropInteractionMixin",
|
|
2823
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2796
2824
|
}
|
|
2797
2825
|
}
|
|
2798
2826
|
],
|
|
@@ -2803,8 +2831,8 @@
|
|
|
2803
2831
|
"text": "CustomEvent"
|
|
2804
2832
|
},
|
|
2805
2833
|
"inheritedFrom": {
|
|
2806
|
-
"name": "
|
|
2807
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2834
|
+
"name": "DragDropInteractionMixin",
|
|
2835
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2808
2836
|
}
|
|
2809
2837
|
},
|
|
2810
2838
|
{
|
|
@@ -2813,8 +2841,8 @@
|
|
|
2813
2841
|
"text": "CustomEvent"
|
|
2814
2842
|
},
|
|
2815
2843
|
"inheritedFrom": {
|
|
2816
|
-
"name": "
|
|
2817
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2844
|
+
"name": "DragDropInteractionMixin",
|
|
2845
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2818
2846
|
}
|
|
2819
2847
|
}
|
|
2820
2848
|
]
|
|
@@ -2823,42 +2851,36 @@
|
|
|
2823
2851
|
"exports": [
|
|
2824
2852
|
{
|
|
2825
2853
|
"kind": "js",
|
|
2826
|
-
"name": "
|
|
2854
|
+
"name": "QtiGapMatchInteraction",
|
|
2827
2855
|
"declaration": {
|
|
2828
|
-
"name": "
|
|
2829
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2856
|
+
"name": "QtiGapMatchInteraction",
|
|
2857
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2830
2858
|
}
|
|
2831
2859
|
},
|
|
2832
2860
|
{
|
|
2833
2861
|
"kind": "custom-element-definition",
|
|
2834
|
-
"name": "qti-
|
|
2862
|
+
"name": "qti-gap-match-interaction",
|
|
2835
2863
|
"declaration": {
|
|
2836
|
-
"name": "
|
|
2837
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2864
|
+
"name": "QtiGapMatchInteraction",
|
|
2865
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2838
2866
|
}
|
|
2839
2867
|
}
|
|
2840
2868
|
]
|
|
2841
2869
|
},
|
|
2842
2870
|
{
|
|
2843
2871
|
"kind": "javascript-module",
|
|
2844
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2872
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts",
|
|
2845
2873
|
"declarations": [
|
|
2846
2874
|
{
|
|
2847
2875
|
"kind": "class",
|
|
2848
2876
|
"description": "",
|
|
2849
|
-
"name": "
|
|
2877
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2850
2878
|
"members": [],
|
|
2851
|
-
"mixins": [
|
|
2852
|
-
{
|
|
2853
|
-
"name": "DragDropInteractionMixin",
|
|
2854
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2855
|
-
}
|
|
2856
|
-
],
|
|
2857
2879
|
"superclass": {
|
|
2858
|
-
"name": "
|
|
2859
|
-
"
|
|
2880
|
+
"name": "Interaction",
|
|
2881
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
2860
2882
|
},
|
|
2861
|
-
"tagName": "qti-
|
|
2883
|
+
"tagName": "qti-graphic-associate-interaction",
|
|
2862
2884
|
"customElement": true,
|
|
2863
2885
|
"attributes": [
|
|
2864
2886
|
{
|
|
@@ -2869,8 +2891,8 @@
|
|
|
2869
2891
|
"default": "''",
|
|
2870
2892
|
"fieldName": "responseIdentifier",
|
|
2871
2893
|
"inheritedFrom": {
|
|
2872
|
-
"name": "
|
|
2873
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2894
|
+
"name": "Interaction",
|
|
2895
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2874
2896
|
}
|
|
2875
2897
|
},
|
|
2876
2898
|
{
|
|
@@ -2879,10 +2901,11 @@
|
|
|
2879
2901
|
"text": "boolean"
|
|
2880
2902
|
},
|
|
2881
2903
|
"default": "false",
|
|
2904
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2882
2905
|
"fieldName": "disabled",
|
|
2883
2906
|
"inheritedFrom": {
|
|
2884
|
-
"name": "
|
|
2885
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2907
|
+
"name": "Interaction",
|
|
2908
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2886
2909
|
}
|
|
2887
2910
|
},
|
|
2888
2911
|
{
|
|
@@ -2891,34 +2914,11 @@
|
|
|
2891
2914
|
"text": "boolean"
|
|
2892
2915
|
},
|
|
2893
2916
|
"default": "false",
|
|
2917
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2894
2918
|
"fieldName": "readonly",
|
|
2895
2919
|
"inheritedFrom": {
|
|
2896
|
-
"name": "
|
|
2897
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2898
|
-
}
|
|
2899
|
-
},
|
|
2900
|
-
{
|
|
2901
|
-
"name": "min-associations",
|
|
2902
|
-
"type": {
|
|
2903
|
-
"text": "number"
|
|
2904
|
-
},
|
|
2905
|
-
"default": "1",
|
|
2906
|
-
"fieldName": "minAssociations",
|
|
2907
|
-
"inheritedFrom": {
|
|
2908
|
-
"name": "DragDropInteractionMixin",
|
|
2909
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
{
|
|
2913
|
-
"name": "max-associations",
|
|
2914
|
-
"type": {
|
|
2915
|
-
"text": "number"
|
|
2916
|
-
},
|
|
2917
|
-
"default": "1",
|
|
2918
|
-
"fieldName": "maxAssociations",
|
|
2919
|
-
"inheritedFrom": {
|
|
2920
|
-
"name": "DragDropInteractionMixin",
|
|
2921
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2920
|
+
"name": "Interaction",
|
|
2921
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2922
2922
|
}
|
|
2923
2923
|
}
|
|
2924
2924
|
],
|
|
@@ -2929,8 +2929,8 @@
|
|
|
2929
2929
|
"text": "CustomEvent"
|
|
2930
2930
|
},
|
|
2931
2931
|
"inheritedFrom": {
|
|
2932
|
-
"name": "
|
|
2933
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2932
|
+
"name": "Interaction",
|
|
2933
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2934
2934
|
}
|
|
2935
2935
|
},
|
|
2936
2936
|
{
|
|
@@ -2939,8 +2939,8 @@
|
|
|
2939
2939
|
"text": "CustomEvent"
|
|
2940
2940
|
},
|
|
2941
2941
|
"inheritedFrom": {
|
|
2942
|
-
"name": "
|
|
2943
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2942
|
+
"name": "Interaction",
|
|
2943
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2944
2944
|
}
|
|
2945
2945
|
}
|
|
2946
2946
|
]
|
|
@@ -2949,18 +2949,18 @@
|
|
|
2949
2949
|
"exports": [
|
|
2950
2950
|
{
|
|
2951
2951
|
"kind": "js",
|
|
2952
|
-
"name": "
|
|
2952
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2953
2953
|
"declaration": {
|
|
2954
|
-
"name": "
|
|
2955
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2954
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2955
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
2956
2956
|
}
|
|
2957
2957
|
},
|
|
2958
2958
|
{
|
|
2959
2959
|
"kind": "custom-element-definition",
|
|
2960
|
-
"name": "qti-
|
|
2960
|
+
"name": "qti-graphic-associate-interaction",
|
|
2961
2961
|
"declaration": {
|
|
2962
|
-
"name": "
|
|
2963
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2962
|
+
"name": "QtiGraphicAssociateInteraction",
|
|
2963
|
+
"module": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/qti-graphic-associate-interaction.ts"
|
|
2964
2964
|
}
|
|
2965
2965
|
}
|
|
2966
2966
|
]
|
|
@@ -3695,6 +3695,140 @@
|
|
|
3695
3695
|
}
|
|
3696
3696
|
]
|
|
3697
3697
|
},
|
|
3698
|
+
{
|
|
3699
|
+
"kind": "javascript-module",
|
|
3700
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts",
|
|
3701
|
+
"declarations": [
|
|
3702
|
+
{
|
|
3703
|
+
"kind": "class",
|
|
3704
|
+
"description": "",
|
|
3705
|
+
"name": "QtiOrderInteraction",
|
|
3706
|
+
"members": [],
|
|
3707
|
+
"attributes": [
|
|
3708
|
+
{
|
|
3709
|
+
"name": "orientation",
|
|
3710
|
+
"type": {
|
|
3711
|
+
"text": "'horizontal' | 'vertical'"
|
|
3712
|
+
},
|
|
3713
|
+
"description": "orientation of choices",
|
|
3714
|
+
"fieldName": "orientation"
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "response-identifier",
|
|
3718
|
+
"type": {
|
|
3719
|
+
"text": "string"
|
|
3720
|
+
},
|
|
3721
|
+
"default": "''",
|
|
3722
|
+
"fieldName": "responseIdentifier",
|
|
3723
|
+
"inheritedFrom": {
|
|
3724
|
+
"name": "DragDropInteractionMixin",
|
|
3725
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3726
|
+
}
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"name": "disabled",
|
|
3730
|
+
"type": {
|
|
3731
|
+
"text": "boolean"
|
|
3732
|
+
},
|
|
3733
|
+
"default": "false",
|
|
3734
|
+
"fieldName": "disabled",
|
|
3735
|
+
"inheritedFrom": {
|
|
3736
|
+
"name": "DroppablesMixin",
|
|
3737
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3738
|
+
}
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"name": "readonly",
|
|
3742
|
+
"type": {
|
|
3743
|
+
"text": "boolean"
|
|
3744
|
+
},
|
|
3745
|
+
"default": "false",
|
|
3746
|
+
"fieldName": "readonly",
|
|
3747
|
+
"inheritedFrom": {
|
|
3748
|
+
"name": "DragDropInteractionMixin",
|
|
3749
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3750
|
+
}
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"name": "min-associations",
|
|
3754
|
+
"type": {
|
|
3755
|
+
"text": "number"
|
|
3756
|
+
},
|
|
3757
|
+
"default": "1",
|
|
3758
|
+
"fieldName": "minAssociations",
|
|
3759
|
+
"inheritedFrom": {
|
|
3760
|
+
"name": "DragDropInteractionMixin",
|
|
3761
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"name": "max-associations",
|
|
3766
|
+
"type": {
|
|
3767
|
+
"text": "number"
|
|
3768
|
+
},
|
|
3769
|
+
"default": "1",
|
|
3770
|
+
"fieldName": "maxAssociations",
|
|
3771
|
+
"inheritedFrom": {
|
|
3772
|
+
"name": "DragDropInteractionMixin",
|
|
3773
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3774
|
+
}
|
|
3775
|
+
}
|
|
3776
|
+
],
|
|
3777
|
+
"mixins": [
|
|
3778
|
+
{
|
|
3779
|
+
"name": "DragDropInteractionMixin",
|
|
3780
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3781
|
+
}
|
|
3782
|
+
],
|
|
3783
|
+
"superclass": {
|
|
3784
|
+
"name": "LitElement",
|
|
3785
|
+
"package": "lit"
|
|
3786
|
+
},
|
|
3787
|
+
"tagName": "qti-order-interaction",
|
|
3788
|
+
"customElement": true,
|
|
3789
|
+
"events": [
|
|
3790
|
+
{
|
|
3791
|
+
"name": "qti-register-interaction",
|
|
3792
|
+
"type": {
|
|
3793
|
+
"text": "CustomEvent"
|
|
3794
|
+
},
|
|
3795
|
+
"inheritedFrom": {
|
|
3796
|
+
"name": "DragDropInteractionMixin",
|
|
3797
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3798
|
+
}
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"name": "qti-interaction-response",
|
|
3802
|
+
"type": {
|
|
3803
|
+
"text": "CustomEvent"
|
|
3804
|
+
},
|
|
3805
|
+
"inheritedFrom": {
|
|
3806
|
+
"name": "DragDropInteractionMixin",
|
|
3807
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3808
|
+
}
|
|
3809
|
+
}
|
|
3810
|
+
]
|
|
3811
|
+
}
|
|
3812
|
+
],
|
|
3813
|
+
"exports": [
|
|
3814
|
+
{
|
|
3815
|
+
"kind": "js",
|
|
3816
|
+
"name": "QtiOrderInteraction",
|
|
3817
|
+
"declaration": {
|
|
3818
|
+
"name": "QtiOrderInteraction",
|
|
3819
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"kind": "custom-element-definition",
|
|
3824
|
+
"name": "qti-order-interaction",
|
|
3825
|
+
"declaration": {
|
|
3826
|
+
"name": "QtiOrderInteraction",
|
|
3827
|
+
"module": "src/lib/qti-components/qti-interaction/qti-order-interaction/qti-order-interaction.ts"
|
|
3828
|
+
}
|
|
3829
|
+
}
|
|
3830
|
+
]
|
|
3831
|
+
},
|
|
3698
3832
|
{
|
|
3699
3833
|
"kind": "javascript-module",
|
|
3700
3834
|
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
|
|
@@ -3944,21 +4078,29 @@
|
|
|
3944
4078
|
},
|
|
3945
4079
|
{
|
|
3946
4080
|
"kind": "javascript-module",
|
|
3947
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4081
|
+
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
|
|
3948
4082
|
"declarations": [
|
|
3949
4083
|
{
|
|
3950
4084
|
"kind": "class",
|
|
3951
4085
|
"description": "",
|
|
3952
|
-
"name": "
|
|
4086
|
+
"name": "QtiSelectPointInteraction",
|
|
3953
4087
|
"members": [],
|
|
3954
4088
|
"attributes": [
|
|
3955
4089
|
{
|
|
3956
|
-
"name": "
|
|
4090
|
+
"name": "max-choices",
|
|
3957
4091
|
"type": {
|
|
3958
|
-
"text": "
|
|
4092
|
+
"text": "number"
|
|
3959
4093
|
},
|
|
3960
|
-
"
|
|
3961
|
-
"fieldName": "
|
|
4094
|
+
"default": "0",
|
|
4095
|
+
"fieldName": "maxChoices"
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
"name": "min-choices",
|
|
4099
|
+
"type": {
|
|
4100
|
+
"text": "number"
|
|
4101
|
+
},
|
|
4102
|
+
"default": "0",
|
|
4103
|
+
"fieldName": "minChoices"
|
|
3962
4104
|
},
|
|
3963
4105
|
{
|
|
3964
4106
|
"name": "response-identifier",
|
|
@@ -3968,8 +4110,8 @@
|
|
|
3968
4110
|
"default": "''",
|
|
3969
4111
|
"fieldName": "responseIdentifier",
|
|
3970
4112
|
"inheritedFrom": {
|
|
3971
|
-
"name": "
|
|
3972
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4113
|
+
"name": "Interaction",
|
|
4114
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3973
4115
|
}
|
|
3974
4116
|
},
|
|
3975
4117
|
{
|
|
@@ -3978,10 +4120,11 @@
|
|
|
3978
4120
|
"text": "boolean"
|
|
3979
4121
|
},
|
|
3980
4122
|
"default": "false",
|
|
4123
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3981
4124
|
"fieldName": "disabled",
|
|
3982
4125
|
"inheritedFrom": {
|
|
3983
|
-
"name": "
|
|
3984
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4126
|
+
"name": "Interaction",
|
|
4127
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3985
4128
|
}
|
|
3986
4129
|
},
|
|
3987
4130
|
{
|
|
@@ -3989,49 +4132,20 @@
|
|
|
3989
4132
|
"type": {
|
|
3990
4133
|
"text": "boolean"
|
|
3991
4134
|
},
|
|
3992
|
-
"default": "false",
|
|
3993
|
-
"
|
|
3994
|
-
"
|
|
3995
|
-
"name": "DragDropInteractionMixin",
|
|
3996
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3997
|
-
}
|
|
3998
|
-
},
|
|
3999
|
-
{
|
|
4000
|
-
"name": "min-associations",
|
|
4001
|
-
"type": {
|
|
4002
|
-
"text": "number"
|
|
4003
|
-
},
|
|
4004
|
-
"default": "1",
|
|
4005
|
-
"fieldName": "minAssociations",
|
|
4006
|
-
"inheritedFrom": {
|
|
4007
|
-
"name": "DragDropInteractionMixin",
|
|
4008
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
4009
|
-
}
|
|
4010
|
-
},
|
|
4011
|
-
{
|
|
4012
|
-
"name": "max-associations",
|
|
4013
|
-
"type": {
|
|
4014
|
-
"text": "number"
|
|
4015
|
-
},
|
|
4016
|
-
"default": "1",
|
|
4017
|
-
"fieldName": "maxAssociations",
|
|
4135
|
+
"default": "false",
|
|
4136
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4137
|
+
"fieldName": "readonly",
|
|
4018
4138
|
"inheritedFrom": {
|
|
4019
|
-
"name": "
|
|
4020
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4139
|
+
"name": "Interaction",
|
|
4140
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4021
4141
|
}
|
|
4022
4142
|
}
|
|
4023
4143
|
],
|
|
4024
|
-
"mixins": [
|
|
4025
|
-
{
|
|
4026
|
-
"name": "DragDropInteractionMixin",
|
|
4027
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
4028
|
-
}
|
|
4029
|
-
],
|
|
4030
4144
|
"superclass": {
|
|
4031
|
-
"name": "
|
|
4032
|
-
"
|
|
4145
|
+
"name": "Interaction",
|
|
4146
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4033
4147
|
},
|
|
4034
|
-
"tagName": "qti-
|
|
4148
|
+
"tagName": "qti-select-point-interaction",
|
|
4035
4149
|
"customElement": true,
|
|
4036
4150
|
"events": [
|
|
4037
4151
|
{
|
|
@@ -4040,8 +4154,8 @@
|
|
|
4040
4154
|
"text": "CustomEvent"
|
|
4041
4155
|
},
|
|
4042
4156
|
"inheritedFrom": {
|
|
4043
|
-
"name": "
|
|
4044
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4157
|
+
"name": "Interaction",
|
|
4158
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4045
4159
|
}
|
|
4046
4160
|
},
|
|
4047
4161
|
{
|
|
@@ -4050,8 +4164,8 @@
|
|
|
4050
4164
|
"text": "CustomEvent"
|
|
4051
4165
|
},
|
|
4052
4166
|
"inheritedFrom": {
|
|
4053
|
-
"name": "
|
|
4054
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
4167
|
+
"name": "Interaction",
|
|
4168
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4055
4169
|
}
|
|
4056
4170
|
}
|
|
4057
4171
|
]
|
|
@@ -4060,47 +4174,62 @@
|
|
|
4060
4174
|
"exports": [
|
|
4061
4175
|
{
|
|
4062
4176
|
"kind": "js",
|
|
4063
|
-
"name": "
|
|
4177
|
+
"name": "QtiSelectPointInteraction",
|
|
4064
4178
|
"declaration": {
|
|
4065
|
-
"name": "
|
|
4066
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4179
|
+
"name": "QtiSelectPointInteraction",
|
|
4180
|
+
"module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
|
|
4067
4181
|
}
|
|
4068
4182
|
},
|
|
4069
4183
|
{
|
|
4070
4184
|
"kind": "custom-element-definition",
|
|
4071
|
-
"name": "qti-
|
|
4185
|
+
"name": "qti-select-point-interaction",
|
|
4072
4186
|
"declaration": {
|
|
4073
|
-
"name": "
|
|
4074
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4187
|
+
"name": "QtiSelectPointInteraction",
|
|
4188
|
+
"module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
|
|
4075
4189
|
}
|
|
4076
4190
|
}
|
|
4077
4191
|
]
|
|
4078
4192
|
},
|
|
4079
4193
|
{
|
|
4080
4194
|
"kind": "javascript-module",
|
|
4081
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
4195
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.mdx",
|
|
4196
|
+
"declarations": [],
|
|
4197
|
+
"exports": []
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
"kind": "javascript-module",
|
|
4201
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
|
|
4082
4202
|
"declarations": [
|
|
4083
4203
|
{
|
|
4084
4204
|
"kind": "class",
|
|
4085
4205
|
"description": "",
|
|
4086
|
-
"name": "
|
|
4206
|
+
"name": "QtiTextEntryInteraction",
|
|
4087
4207
|
"members": [],
|
|
4088
4208
|
"attributes": [
|
|
4089
4209
|
{
|
|
4090
|
-
"name": "
|
|
4210
|
+
"name": "expected-length",
|
|
4091
4211
|
"type": {
|
|
4092
4212
|
"text": "number"
|
|
4093
4213
|
},
|
|
4094
|
-
"
|
|
4095
|
-
"fieldName": "maxChoices"
|
|
4214
|
+
"fieldName": "expectedLength"
|
|
4096
4215
|
},
|
|
4097
4216
|
{
|
|
4098
|
-
"name": "
|
|
4217
|
+
"name": "pattern-mask",
|
|
4099
4218
|
"type": {
|
|
4100
|
-
"text": "
|
|
4219
|
+
"text": "string"
|
|
4101
4220
|
},
|
|
4102
|
-
"
|
|
4103
|
-
|
|
4221
|
+
"fieldName": "patternMask"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"name": "placeholder-text",
|
|
4225
|
+
"type": {
|
|
4226
|
+
"text": "string"
|
|
4227
|
+
},
|
|
4228
|
+
"fieldName": "placeholderText"
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"name": "class",
|
|
4232
|
+
"fieldName": "classNames"
|
|
4104
4233
|
},
|
|
4105
4234
|
{
|
|
4106
4235
|
"name": "response-identifier",
|
|
@@ -4145,7 +4274,7 @@
|
|
|
4145
4274
|
"name": "Interaction",
|
|
4146
4275
|
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4147
4276
|
},
|
|
4148
|
-
"tagName": "qti-
|
|
4277
|
+
"tagName": "qti-text-entry-interaction",
|
|
4149
4278
|
"customElement": true,
|
|
4150
4279
|
"events": [
|
|
4151
4280
|
{
|
|
@@ -4174,18 +4303,18 @@
|
|
|
4174
4303
|
"exports": [
|
|
4175
4304
|
{
|
|
4176
4305
|
"kind": "js",
|
|
4177
|
-
"name": "
|
|
4306
|
+
"name": "QtiTextEntryInteraction",
|
|
4178
4307
|
"declaration": {
|
|
4179
|
-
"name": "
|
|
4180
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4308
|
+
"name": "QtiTextEntryInteraction",
|
|
4309
|
+
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4181
4310
|
}
|
|
4182
4311
|
},
|
|
4183
4312
|
{
|
|
4184
4313
|
"kind": "custom-element-definition",
|
|
4185
|
-
"name": "qti-
|
|
4314
|
+
"name": "qti-text-entry-interaction",
|
|
4186
4315
|
"declaration": {
|
|
4187
|
-
"name": "
|
|
4188
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
4316
|
+
"name": "QtiTextEntryInteraction",
|
|
4317
|
+
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4189
4318
|
}
|
|
4190
4319
|
}
|
|
4191
4320
|
]
|
|
@@ -4385,135 +4514,6 @@
|
|
|
4385
4514
|
}
|
|
4386
4515
|
]
|
|
4387
4516
|
},
|
|
4388
|
-
{
|
|
4389
|
-
"kind": "javascript-module",
|
|
4390
|
-
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.mdx",
|
|
4391
|
-
"declarations": [],
|
|
4392
|
-
"exports": []
|
|
4393
|
-
},
|
|
4394
|
-
{
|
|
4395
|
-
"kind": "javascript-module",
|
|
4396
|
-
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
|
|
4397
|
-
"declarations": [
|
|
4398
|
-
{
|
|
4399
|
-
"kind": "class",
|
|
4400
|
-
"description": "",
|
|
4401
|
-
"name": "QtiTextEntryInteraction",
|
|
4402
|
-
"members": [],
|
|
4403
|
-
"attributes": [
|
|
4404
|
-
{
|
|
4405
|
-
"name": "expected-length",
|
|
4406
|
-
"type": {
|
|
4407
|
-
"text": "number"
|
|
4408
|
-
},
|
|
4409
|
-
"fieldName": "expectedLength"
|
|
4410
|
-
},
|
|
4411
|
-
{
|
|
4412
|
-
"name": "pattern-mask",
|
|
4413
|
-
"type": {
|
|
4414
|
-
"text": "string"
|
|
4415
|
-
},
|
|
4416
|
-
"fieldName": "patternMask"
|
|
4417
|
-
},
|
|
4418
|
-
{
|
|
4419
|
-
"name": "placeholder-text",
|
|
4420
|
-
"type": {
|
|
4421
|
-
"text": "string"
|
|
4422
|
-
},
|
|
4423
|
-
"fieldName": "placeholderText"
|
|
4424
|
-
},
|
|
4425
|
-
{
|
|
4426
|
-
"name": "class",
|
|
4427
|
-
"fieldName": "classNames"
|
|
4428
|
-
},
|
|
4429
|
-
{
|
|
4430
|
-
"name": "response-identifier",
|
|
4431
|
-
"type": {
|
|
4432
|
-
"text": "string"
|
|
4433
|
-
},
|
|
4434
|
-
"default": "''",
|
|
4435
|
-
"fieldName": "responseIdentifier",
|
|
4436
|
-
"inheritedFrom": {
|
|
4437
|
-
"name": "Interaction",
|
|
4438
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4439
|
-
}
|
|
4440
|
-
},
|
|
4441
|
-
{
|
|
4442
|
-
"name": "disabled",
|
|
4443
|
-
"type": {
|
|
4444
|
-
"text": "boolean"
|
|
4445
|
-
},
|
|
4446
|
-
"default": "false",
|
|
4447
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4448
|
-
"fieldName": "disabled",
|
|
4449
|
-
"inheritedFrom": {
|
|
4450
|
-
"name": "Interaction",
|
|
4451
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4452
|
-
}
|
|
4453
|
-
},
|
|
4454
|
-
{
|
|
4455
|
-
"name": "readonly",
|
|
4456
|
-
"type": {
|
|
4457
|
-
"text": "boolean"
|
|
4458
|
-
},
|
|
4459
|
-
"default": "false",
|
|
4460
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4461
|
-
"fieldName": "readonly",
|
|
4462
|
-
"inheritedFrom": {
|
|
4463
|
-
"name": "Interaction",
|
|
4464
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4465
|
-
}
|
|
4466
|
-
}
|
|
4467
|
-
],
|
|
4468
|
-
"superclass": {
|
|
4469
|
-
"name": "Interaction",
|
|
4470
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4471
|
-
},
|
|
4472
|
-
"tagName": "qti-text-entry-interaction",
|
|
4473
|
-
"customElement": true,
|
|
4474
|
-
"events": [
|
|
4475
|
-
{
|
|
4476
|
-
"name": "qti-register-interaction",
|
|
4477
|
-
"type": {
|
|
4478
|
-
"text": "CustomEvent"
|
|
4479
|
-
},
|
|
4480
|
-
"inheritedFrom": {
|
|
4481
|
-
"name": "Interaction",
|
|
4482
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4483
|
-
}
|
|
4484
|
-
},
|
|
4485
|
-
{
|
|
4486
|
-
"name": "qti-interaction-response",
|
|
4487
|
-
"type": {
|
|
4488
|
-
"text": "CustomEvent"
|
|
4489
|
-
},
|
|
4490
|
-
"inheritedFrom": {
|
|
4491
|
-
"name": "Interaction",
|
|
4492
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4493
|
-
}
|
|
4494
|
-
}
|
|
4495
|
-
]
|
|
4496
|
-
}
|
|
4497
|
-
],
|
|
4498
|
-
"exports": [
|
|
4499
|
-
{
|
|
4500
|
-
"kind": "js",
|
|
4501
|
-
"name": "QtiTextEntryInteraction",
|
|
4502
|
-
"declaration": {
|
|
4503
|
-
"name": "QtiTextEntryInteraction",
|
|
4504
|
-
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4505
|
-
}
|
|
4506
|
-
},
|
|
4507
|
-
{
|
|
4508
|
-
"kind": "custom-element-definition",
|
|
4509
|
-
"name": "qti-text-entry-interaction",
|
|
4510
|
-
"declaration": {
|
|
4511
|
-
"name": "QtiTextEntryInteraction",
|
|
4512
|
-
"module": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts"
|
|
4513
|
-
}
|
|
4514
|
-
}
|
|
4515
|
-
]
|
|
4516
|
-
},
|
|
4517
4517
|
{
|
|
4518
4518
|
"kind": "javascript-module",
|
|
4519
4519
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/index.ts",
|
|
@@ -4695,6 +4695,14 @@
|
|
|
4695
4695
|
"package": "./qti-variable/qti-variable"
|
|
4696
4696
|
}
|
|
4697
4697
|
},
|
|
4698
|
+
{
|
|
4699
|
+
"kind": "js",
|
|
4700
|
+
"name": "*",
|
|
4701
|
+
"declaration": {
|
|
4702
|
+
"name": "*",
|
|
4703
|
+
"package": "./qti-string-match/qti-string-match"
|
|
4704
|
+
}
|
|
4705
|
+
},
|
|
4698
4706
|
{
|
|
4699
4707
|
"kind": "js",
|
|
4700
4708
|
"name": "*",
|
|
@@ -6623,6 +6631,52 @@
|
|
|
6623
6631
|
}
|
|
6624
6632
|
]
|
|
6625
6633
|
},
|
|
6634
|
+
{
|
|
6635
|
+
"kind": "javascript-module",
|
|
6636
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts",
|
|
6637
|
+
"declarations": [
|
|
6638
|
+
{
|
|
6639
|
+
"kind": "class",
|
|
6640
|
+
"description": "",
|
|
6641
|
+
"name": "QtiStringMatch",
|
|
6642
|
+
"members": [],
|
|
6643
|
+
"attributes": [
|
|
6644
|
+
{
|
|
6645
|
+
"name": "case-sensitive",
|
|
6646
|
+
"type": {
|
|
6647
|
+
"text": "string"
|
|
6648
|
+
},
|
|
6649
|
+
"default": "'true'",
|
|
6650
|
+
"fieldName": "caseSensitive"
|
|
6651
|
+
}
|
|
6652
|
+
],
|
|
6653
|
+
"superclass": {
|
|
6654
|
+
"name": "QtiExpression",
|
|
6655
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6656
|
+
},
|
|
6657
|
+
"tagName": "qti-string-match",
|
|
6658
|
+
"customElement": true
|
|
6659
|
+
}
|
|
6660
|
+
],
|
|
6661
|
+
"exports": [
|
|
6662
|
+
{
|
|
6663
|
+
"kind": "js",
|
|
6664
|
+
"name": "QtiStringMatch",
|
|
6665
|
+
"declaration": {
|
|
6666
|
+
"name": "QtiStringMatch",
|
|
6667
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6670
|
+
{
|
|
6671
|
+
"kind": "custom-element-definition",
|
|
6672
|
+
"name": "qti-string-match",
|
|
6673
|
+
"declaration": {
|
|
6674
|
+
"name": "QtiStringMatch",
|
|
6675
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-string-match/qti-string-match.ts"
|
|
6676
|
+
}
|
|
6677
|
+
}
|
|
6678
|
+
]
|
|
6679
|
+
},
|
|
6626
6680
|
{
|
|
6627
6681
|
"kind": "javascript-module",
|
|
6628
6682
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts",
|