@citolab/qti-components 6.5.16-1 → 6.6.0
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 +624 -624
- package/package.json +1 -1
|
@@ -2,100 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "src/lib/decorators/index.ts",
|
|
8
|
-
"declarations": [],
|
|
9
|
-
"exports": [
|
|
10
|
-
{
|
|
11
|
-
"kind": "js",
|
|
12
|
-
"name": "*",
|
|
13
|
-
"declaration": {
|
|
14
|
-
"name": "*",
|
|
15
|
-
"package": "./live-query"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"kind": "js",
|
|
20
|
-
"name": "*",
|
|
21
|
-
"declaration": {
|
|
22
|
-
"name": "*",
|
|
23
|
-
"package": "./watch"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"kind": "javascript-module",
|
|
30
|
-
"path": "src/lib/decorators/live-query.ts",
|
|
31
|
-
"declarations": [
|
|
32
|
-
{
|
|
33
|
-
"kind": "function",
|
|
34
|
-
"name": "liveQuery",
|
|
35
|
-
"parameters": [
|
|
36
|
-
{
|
|
37
|
-
"name": "querySelector",
|
|
38
|
-
"type": {
|
|
39
|
-
"text": "string"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "options",
|
|
44
|
-
"optional": true,
|
|
45
|
-
"type": {
|
|
46
|
-
"text": "LiveQueryOptions"
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
]
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"exports": [
|
|
53
|
-
{
|
|
54
|
-
"kind": "js",
|
|
55
|
-
"name": "liveQuery",
|
|
56
|
-
"declaration": {
|
|
57
|
-
"name": "liveQuery",
|
|
58
|
-
"module": "src/lib/decorators/live-query.ts"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"kind": "javascript-module",
|
|
65
|
-
"path": "src/lib/decorators/watch.ts",
|
|
66
|
-
"declarations": [
|
|
67
|
-
{
|
|
68
|
-
"kind": "function",
|
|
69
|
-
"name": "watch",
|
|
70
|
-
"parameters": [
|
|
71
|
-
{
|
|
72
|
-
"name": "propertyName",
|
|
73
|
-
"type": {
|
|
74
|
-
"text": "string | string[]"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "options",
|
|
79
|
-
"optional": true,
|
|
80
|
-
"type": {
|
|
81
|
-
"text": "WatchOptions"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
],
|
|
85
|
-
"description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
|
|
86
|
-
}
|
|
87
|
-
],
|
|
88
|
-
"exports": [
|
|
89
|
-
{
|
|
90
|
-
"kind": "js",
|
|
91
|
-
"name": "watch",
|
|
92
|
-
"declaration": {
|
|
93
|
-
"name": "watch",
|
|
94
|
-
"module": "src/lib/decorators/watch.ts"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
5
|
{
|
|
100
6
|
"kind": "javascript-module",
|
|
101
7
|
"path": "src/lib/qti-components/index.ts",
|
|
@@ -554,6 +460,100 @@
|
|
|
554
460
|
}
|
|
555
461
|
]
|
|
556
462
|
},
|
|
463
|
+
{
|
|
464
|
+
"kind": "javascript-module",
|
|
465
|
+
"path": "src/lib/decorators/index.ts",
|
|
466
|
+
"declarations": [],
|
|
467
|
+
"exports": [
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "*",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "*",
|
|
473
|
+
"package": "./live-query"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"kind": "js",
|
|
478
|
+
"name": "*",
|
|
479
|
+
"declaration": {
|
|
480
|
+
"name": "*",
|
|
481
|
+
"package": "./watch"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"kind": "javascript-module",
|
|
488
|
+
"path": "src/lib/decorators/live-query.ts",
|
|
489
|
+
"declarations": [
|
|
490
|
+
{
|
|
491
|
+
"kind": "function",
|
|
492
|
+
"name": "liveQuery",
|
|
493
|
+
"parameters": [
|
|
494
|
+
{
|
|
495
|
+
"name": "querySelector",
|
|
496
|
+
"type": {
|
|
497
|
+
"text": "string"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "options",
|
|
502
|
+
"optional": true,
|
|
503
|
+
"type": {
|
|
504
|
+
"text": "LiveQueryOptions"
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
]
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"exports": [
|
|
511
|
+
{
|
|
512
|
+
"kind": "js",
|
|
513
|
+
"name": "liveQuery",
|
|
514
|
+
"declaration": {
|
|
515
|
+
"name": "liveQuery",
|
|
516
|
+
"module": "src/lib/decorators/live-query.ts"
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
]
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "javascript-module",
|
|
523
|
+
"path": "src/lib/decorators/watch.ts",
|
|
524
|
+
"declarations": [
|
|
525
|
+
{
|
|
526
|
+
"kind": "function",
|
|
527
|
+
"name": "watch",
|
|
528
|
+
"parameters": [
|
|
529
|
+
{
|
|
530
|
+
"name": "propertyName",
|
|
531
|
+
"type": {
|
|
532
|
+
"text": "string | string[]"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "options",
|
|
537
|
+
"optional": true,
|
|
538
|
+
"type": {
|
|
539
|
+
"text": "WatchOptions"
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
],
|
|
543
|
+
"description": "Runs when observed properties change, e.g. @property or @state, but before the component updates. To wait for an\nupdate to complete after a change occurs, use `await this.updateComplete` in the handler. To start watching after the\ninitial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n\nUsage:"
|
|
544
|
+
}
|
|
545
|
+
],
|
|
546
|
+
"exports": [
|
|
547
|
+
{
|
|
548
|
+
"kind": "js",
|
|
549
|
+
"name": "watch",
|
|
550
|
+
"declaration": {
|
|
551
|
+
"name": "watch",
|
|
552
|
+
"module": "src/lib/decorators/watch.ts"
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
]
|
|
556
|
+
},
|
|
557
557
|
{
|
|
558
558
|
"kind": "javascript-module",
|
|
559
559
|
"path": "src/lib/qti-components/internal/event-types.ts",
|
|
@@ -2822,47 +2822,32 @@
|
|
|
2822
2822
|
},
|
|
2823
2823
|
{
|
|
2824
2824
|
"kind": "javascript-module",
|
|
2825
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2825
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.mdx",
|
|
2826
2826
|
"declarations": [],
|
|
2827
2827
|
"exports": []
|
|
2828
2828
|
},
|
|
2829
2829
|
{
|
|
2830
2830
|
"kind": "javascript-module",
|
|
2831
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2831
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts",
|
|
2832
2832
|
"declarations": [
|
|
2833
2833
|
{
|
|
2834
2834
|
"kind": "class",
|
|
2835
2835
|
"description": "",
|
|
2836
|
-
"name": "
|
|
2836
|
+
"name": "QtiGapMatchInteraction",
|
|
2837
2837
|
"members": [],
|
|
2838
|
-
"
|
|
2839
|
-
{
|
|
2840
|
-
"name": "expected-length",
|
|
2841
|
-
"type": {
|
|
2842
|
-
"text": "number"
|
|
2843
|
-
},
|
|
2844
|
-
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
2845
|
-
"fieldName": "expectedLength"
|
|
2846
|
-
},
|
|
2847
|
-
{
|
|
2848
|
-
"name": "pattern-mask",
|
|
2849
|
-
"type": {
|
|
2850
|
-
"text": "string"
|
|
2851
|
-
},
|
|
2852
|
-
"fieldName": "patternMask"
|
|
2853
|
-
},
|
|
2854
|
-
{
|
|
2855
|
-
"name": "placeholder-text",
|
|
2856
|
-
"type": {
|
|
2857
|
-
"text": "string"
|
|
2858
|
-
},
|
|
2859
|
-
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
2860
|
-
"fieldName": "placeholderText"
|
|
2861
|
-
},
|
|
2838
|
+
"mixins": [
|
|
2862
2839
|
{
|
|
2863
|
-
"name": "
|
|
2864
|
-
"
|
|
2865
|
-
}
|
|
2840
|
+
"name": "DragDropInteractionMixin",
|
|
2841
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"superclass": {
|
|
2845
|
+
"name": "LitElement",
|
|
2846
|
+
"package": "lit"
|
|
2847
|
+
},
|
|
2848
|
+
"tagName": "qti-gap-match-interaction",
|
|
2849
|
+
"customElement": true,
|
|
2850
|
+
"attributes": [
|
|
2866
2851
|
{
|
|
2867
2852
|
"name": "response-identifier",
|
|
2868
2853
|
"type": {
|
|
@@ -2871,8 +2856,8 @@
|
|
|
2871
2856
|
"default": "''",
|
|
2872
2857
|
"fieldName": "responseIdentifier",
|
|
2873
2858
|
"inheritedFrom": {
|
|
2874
|
-
"name": "
|
|
2875
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2859
|
+
"name": "DragDropInteractionMixin",
|
|
2860
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2876
2861
|
}
|
|
2877
2862
|
},
|
|
2878
2863
|
{
|
|
@@ -2881,11 +2866,10 @@
|
|
|
2881
2866
|
"text": "boolean"
|
|
2882
2867
|
},
|
|
2883
2868
|
"default": "false",
|
|
2884
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
2885
2869
|
"fieldName": "disabled",
|
|
2886
2870
|
"inheritedFrom": {
|
|
2887
|
-
"name": "
|
|
2888
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2871
|
+
"name": "DroppablesMixin",
|
|
2872
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
2889
2873
|
}
|
|
2890
2874
|
},
|
|
2891
2875
|
{
|
|
@@ -2894,29 +2878,46 @@
|
|
|
2894
2878
|
"text": "boolean"
|
|
2895
2879
|
},
|
|
2896
2880
|
"default": "false",
|
|
2897
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
2898
2881
|
"fieldName": "readonly",
|
|
2899
2882
|
"inheritedFrom": {
|
|
2900
|
-
"name": "
|
|
2901
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2883
|
+
"name": "DragDropInteractionMixin",
|
|
2884
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2902
2885
|
}
|
|
2903
|
-
}
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"name": "min-associations",
|
|
2889
|
+
"type": {
|
|
2890
|
+
"text": "number"
|
|
2891
|
+
},
|
|
2892
|
+
"default": "1",
|
|
2893
|
+
"fieldName": "minAssociations",
|
|
2894
|
+
"inheritedFrom": {
|
|
2895
|
+
"name": "DragDropInteractionMixin",
|
|
2896
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "max-associations",
|
|
2901
|
+
"type": {
|
|
2902
|
+
"text": "number"
|
|
2903
|
+
},
|
|
2904
|
+
"default": "1",
|
|
2905
|
+
"fieldName": "maxAssociations",
|
|
2906
|
+
"inheritedFrom": {
|
|
2907
|
+
"name": "DragDropInteractionMixin",
|
|
2908
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2909
|
+
}
|
|
2910
|
+
}
|
|
2911
|
+
],
|
|
2912
|
+
"events": [
|
|
2912
2913
|
{
|
|
2913
2914
|
"name": "qti-register-interaction",
|
|
2914
2915
|
"type": {
|
|
2915
2916
|
"text": "CustomEvent"
|
|
2916
2917
|
},
|
|
2917
2918
|
"inheritedFrom": {
|
|
2918
|
-
"name": "
|
|
2919
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2919
|
+
"name": "DragDropInteractionMixin",
|
|
2920
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2920
2921
|
}
|
|
2921
2922
|
},
|
|
2922
2923
|
{
|
|
@@ -2925,8 +2926,8 @@
|
|
|
2925
2926
|
"text": "CustomEvent"
|
|
2926
2927
|
},
|
|
2927
2928
|
"inheritedFrom": {
|
|
2928
|
-
"name": "
|
|
2929
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
2929
|
+
"name": "DragDropInteractionMixin",
|
|
2930
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
2930
2931
|
}
|
|
2931
2932
|
}
|
|
2932
2933
|
]
|
|
@@ -2935,50 +2936,65 @@
|
|
|
2935
2936
|
"exports": [
|
|
2936
2937
|
{
|
|
2937
2938
|
"kind": "js",
|
|
2938
|
-
"name": "
|
|
2939
|
+
"name": "QtiGapMatchInteraction",
|
|
2939
2940
|
"declaration": {
|
|
2940
|
-
"name": "
|
|
2941
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2941
|
+
"name": "QtiGapMatchInteraction",
|
|
2942
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2942
2943
|
}
|
|
2943
2944
|
},
|
|
2944
2945
|
{
|
|
2945
2946
|
"kind": "custom-element-definition",
|
|
2946
|
-
"name": "qti-
|
|
2947
|
+
"name": "qti-gap-match-interaction",
|
|
2947
2948
|
"declaration": {
|
|
2948
|
-
"name": "
|
|
2949
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
2949
|
+
"name": "QtiGapMatchInteraction",
|
|
2950
|
+
"module": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/qti-gap-match-interaction.ts"
|
|
2950
2951
|
}
|
|
2951
2952
|
}
|
|
2952
2953
|
]
|
|
2953
2954
|
},
|
|
2954
2955
|
{
|
|
2955
2956
|
"kind": "javascript-module",
|
|
2956
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2957
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.mdx",
|
|
2957
2958
|
"declarations": [],
|
|
2958
2959
|
"exports": []
|
|
2959
2960
|
},
|
|
2960
2961
|
{
|
|
2961
2962
|
"kind": "javascript-module",
|
|
2962
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
2963
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts",
|
|
2963
2964
|
"declarations": [
|
|
2964
2965
|
{
|
|
2965
2966
|
"kind": "class",
|
|
2966
2967
|
"description": "",
|
|
2967
|
-
"name": "
|
|
2968
|
+
"name": "QtiExtendedTextInteraction",
|
|
2968
2969
|
"members": [],
|
|
2969
|
-
"mixins": [
|
|
2970
|
-
{
|
|
2971
|
-
"name": "DragDropInteractionMixin",
|
|
2972
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
2973
|
-
}
|
|
2974
|
-
],
|
|
2975
|
-
"superclass": {
|
|
2976
|
-
"name": "LitElement",
|
|
2977
|
-
"package": "lit"
|
|
2978
|
-
},
|
|
2979
|
-
"tagName": "qti-gap-match-interaction",
|
|
2980
|
-
"customElement": true,
|
|
2981
2970
|
"attributes": [
|
|
2971
|
+
{
|
|
2972
|
+
"name": "expected-length",
|
|
2973
|
+
"type": {
|
|
2974
|
+
"text": "number"
|
|
2975
|
+
},
|
|
2976
|
+
"description": "expected length is mapped to the property maxlength on the textarea",
|
|
2977
|
+
"fieldName": "expectedLength"
|
|
2978
|
+
},
|
|
2979
|
+
{
|
|
2980
|
+
"name": "pattern-mask",
|
|
2981
|
+
"type": {
|
|
2982
|
+
"text": "string"
|
|
2983
|
+
},
|
|
2984
|
+
"fieldName": "patternMask"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"name": "placeholder-text",
|
|
2988
|
+
"type": {
|
|
2989
|
+
"text": "string"
|
|
2990
|
+
},
|
|
2991
|
+
"description": "text appearing in the extended-text-nteraction if it is empty",
|
|
2992
|
+
"fieldName": "placeholderText"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "class",
|
|
2996
|
+
"fieldName": "classNames"
|
|
2997
|
+
},
|
|
2982
2998
|
{
|
|
2983
2999
|
"name": "response-identifier",
|
|
2984
3000
|
"type": {
|
|
@@ -2987,8 +3003,8 @@
|
|
|
2987
3003
|
"default": "''",
|
|
2988
3004
|
"fieldName": "responseIdentifier",
|
|
2989
3005
|
"inheritedFrom": {
|
|
2990
|
-
"name": "
|
|
2991
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3006
|
+
"name": "Interaction",
|
|
3007
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
2992
3008
|
}
|
|
2993
3009
|
},
|
|
2994
3010
|
{
|
|
@@ -2997,10 +3013,11 @@
|
|
|
2997
3013
|
"text": "boolean"
|
|
2998
3014
|
},
|
|
2999
3015
|
"default": "false",
|
|
3016
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3000
3017
|
"fieldName": "disabled",
|
|
3001
3018
|
"inheritedFrom": {
|
|
3002
|
-
"name": "
|
|
3003
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3019
|
+
"name": "Interaction",
|
|
3020
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3004
3021
|
}
|
|
3005
3022
|
},
|
|
3006
3023
|
{
|
|
@@ -3009,37 +3026,20 @@
|
|
|
3009
3026
|
"text": "boolean"
|
|
3010
3027
|
},
|
|
3011
3028
|
"default": "false",
|
|
3029
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3012
3030
|
"fieldName": "readonly",
|
|
3013
3031
|
"inheritedFrom": {
|
|
3014
|
-
"name": "
|
|
3015
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3016
|
-
}
|
|
3017
|
-
},
|
|
3018
|
-
{
|
|
3019
|
-
"name": "min-associations",
|
|
3020
|
-
"type": {
|
|
3021
|
-
"text": "number"
|
|
3022
|
-
},
|
|
3023
|
-
"default": "1",
|
|
3024
|
-
"fieldName": "minAssociations",
|
|
3025
|
-
"inheritedFrom": {
|
|
3026
|
-
"name": "DragDropInteractionMixin",
|
|
3027
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3028
|
-
}
|
|
3029
|
-
},
|
|
3030
|
-
{
|
|
3031
|
-
"name": "max-associations",
|
|
3032
|
-
"type": {
|
|
3033
|
-
"text": "number"
|
|
3034
|
-
},
|
|
3035
|
-
"default": "1",
|
|
3036
|
-
"fieldName": "maxAssociations",
|
|
3037
|
-
"inheritedFrom": {
|
|
3038
|
-
"name": "DragDropInteractionMixin",
|
|
3039
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3032
|
+
"name": "Interaction",
|
|
3033
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3040
3034
|
}
|
|
3041
3035
|
}
|
|
3042
3036
|
],
|
|
3037
|
+
"superclass": {
|
|
3038
|
+
"name": "Interaction",
|
|
3039
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3040
|
+
},
|
|
3041
|
+
"tagName": "qti-extended-text-interaction",
|
|
3042
|
+
"customElement": true,
|
|
3043
3043
|
"events": [
|
|
3044
3044
|
{
|
|
3045
3045
|
"name": "qti-register-interaction",
|
|
@@ -3047,8 +3047,8 @@
|
|
|
3047
3047
|
"text": "CustomEvent"
|
|
3048
3048
|
},
|
|
3049
3049
|
"inheritedFrom": {
|
|
3050
|
-
"name": "
|
|
3051
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3050
|
+
"name": "Interaction",
|
|
3051
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3052
3052
|
}
|
|
3053
3053
|
},
|
|
3054
3054
|
{
|
|
@@ -3057,8 +3057,8 @@
|
|
|
3057
3057
|
"text": "CustomEvent"
|
|
3058
3058
|
},
|
|
3059
3059
|
"inheritedFrom": {
|
|
3060
|
-
"name": "
|
|
3061
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3060
|
+
"name": "Interaction",
|
|
3061
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3062
3062
|
}
|
|
3063
3063
|
}
|
|
3064
3064
|
]
|
|
@@ -3067,18 +3067,18 @@
|
|
|
3067
3067
|
"exports": [
|
|
3068
3068
|
{
|
|
3069
3069
|
"kind": "js",
|
|
3070
|
-
"name": "
|
|
3070
|
+
"name": "QtiExtendedTextInteraction",
|
|
3071
3071
|
"declaration": {
|
|
3072
|
-
"name": "
|
|
3073
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3072
|
+
"name": "QtiExtendedTextInteraction",
|
|
3073
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
3074
3074
|
}
|
|
3075
3075
|
},
|
|
3076
3076
|
{
|
|
3077
3077
|
"kind": "custom-element-definition",
|
|
3078
|
-
"name": "qti-
|
|
3078
|
+
"name": "qti-extended-text-interaction",
|
|
3079
3079
|
"declaration": {
|
|
3080
|
-
"name": "
|
|
3081
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3080
|
+
"name": "QtiExtendedTextInteraction",
|
|
3081
|
+
"module": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/qti-extended-text-interaction.ts"
|
|
3082
3082
|
}
|
|
3083
3083
|
}
|
|
3084
3084
|
]
|
|
@@ -4802,6 +4802,42 @@
|
|
|
4802
4802
|
}
|
|
4803
4803
|
]
|
|
4804
4804
|
},
|
|
4805
|
+
{
|
|
4806
|
+
"kind": "javascript-module",
|
|
4807
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
4808
|
+
"declarations": [
|
|
4809
|
+
{
|
|
4810
|
+
"kind": "class",
|
|
4811
|
+
"description": "",
|
|
4812
|
+
"name": "QtiResponseElse",
|
|
4813
|
+
"members": [],
|
|
4814
|
+
"superclass": {
|
|
4815
|
+
"name": "LitElement",
|
|
4816
|
+
"package": "lit"
|
|
4817
|
+
},
|
|
4818
|
+
"tagName": "qti-response-else",
|
|
4819
|
+
"customElement": true
|
|
4820
|
+
}
|
|
4821
|
+
],
|
|
4822
|
+
"exports": [
|
|
4823
|
+
{
|
|
4824
|
+
"kind": "js",
|
|
4825
|
+
"name": "QtiResponseElse",
|
|
4826
|
+
"declaration": {
|
|
4827
|
+
"name": "QtiResponseElse",
|
|
4828
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
4829
|
+
}
|
|
4830
|
+
},
|
|
4831
|
+
{
|
|
4832
|
+
"kind": "custom-element-definition",
|
|
4833
|
+
"name": "qti-response-else",
|
|
4834
|
+
"declaration": {
|
|
4835
|
+
"name": "QtiResponseElse",
|
|
4836
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
4837
|
+
}
|
|
4838
|
+
}
|
|
4839
|
+
]
|
|
4840
|
+
},
|
|
4805
4841
|
{
|
|
4806
4842
|
"kind": "javascript-module",
|
|
4807
4843
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/index.ts",
|
|
@@ -5070,42 +5106,6 @@
|
|
|
5070
5106
|
}
|
|
5071
5107
|
]
|
|
5072
5108
|
},
|
|
5073
|
-
{
|
|
5074
|
-
"kind": "javascript-module",
|
|
5075
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts",
|
|
5076
|
-
"declarations": [
|
|
5077
|
-
{
|
|
5078
|
-
"kind": "class",
|
|
5079
|
-
"description": "",
|
|
5080
|
-
"name": "QtiResponseElse",
|
|
5081
|
-
"members": [],
|
|
5082
|
-
"superclass": {
|
|
5083
|
-
"name": "LitElement",
|
|
5084
|
-
"package": "lit"
|
|
5085
|
-
},
|
|
5086
|
-
"tagName": "qti-response-else",
|
|
5087
|
-
"customElement": true
|
|
5088
|
-
}
|
|
5089
|
-
],
|
|
5090
|
-
"exports": [
|
|
5091
|
-
{
|
|
5092
|
-
"kind": "js",
|
|
5093
|
-
"name": "QtiResponseElse",
|
|
5094
|
-
"declaration": {
|
|
5095
|
-
"name": "QtiResponseElse",
|
|
5096
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5097
|
-
}
|
|
5098
|
-
},
|
|
5099
|
-
{
|
|
5100
|
-
"kind": "custom-element-definition",
|
|
5101
|
-
"name": "qti-response-else",
|
|
5102
|
-
"declaration": {
|
|
5103
|
-
"name": "QtiResponseElse",
|
|
5104
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else.ts"
|
|
5105
|
-
}
|
|
5106
|
-
}
|
|
5107
|
-
]
|
|
5108
|
-
},
|
|
5109
5109
|
{
|
|
5110
5110
|
"kind": "javascript-module",
|
|
5111
5111
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-processing/qti-response-processing.ts",
|
|
@@ -5440,142 +5440,36 @@
|
|
|
5440
5440
|
},
|
|
5441
5441
|
{
|
|
5442
5442
|
"kind": "javascript-module",
|
|
5443
|
-
"path": "src/lib/qti-components/qti-interaction/internal/
|
|
5443
|
+
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
5444
5444
|
"declarations": [
|
|
5445
5445
|
{
|
|
5446
5446
|
"kind": "class",
|
|
5447
5447
|
"description": "",
|
|
5448
|
-
"name": "
|
|
5448
|
+
"name": "TouchDragAndDrop",
|
|
5449
|
+
"members": []
|
|
5450
|
+
}
|
|
5451
|
+
],
|
|
5452
|
+
"exports": [
|
|
5453
|
+
{
|
|
5454
|
+
"kind": "js",
|
|
5455
|
+
"name": "TouchDragAndDrop",
|
|
5456
|
+
"declaration": {
|
|
5457
|
+
"name": "TouchDragAndDrop",
|
|
5458
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts"
|
|
5459
|
+
}
|
|
5460
|
+
}
|
|
5461
|
+
]
|
|
5462
|
+
},
|
|
5463
|
+
{
|
|
5464
|
+
"kind": "javascript-module",
|
|
5465
|
+
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts",
|
|
5466
|
+
"declarations": [
|
|
5467
|
+
{
|
|
5468
|
+
"kind": "mixin",
|
|
5469
|
+
"description": "",
|
|
5470
|
+
"name": "DragDropInteractionMixin",
|
|
5449
5471
|
"members": [],
|
|
5450
|
-
"
|
|
5451
|
-
{
|
|
5452
|
-
"name": "min-choices",
|
|
5453
|
-
"type": {
|
|
5454
|
-
"text": "number"
|
|
5455
|
-
},
|
|
5456
|
-
"default": "0",
|
|
5457
|
-
"description": "the minimal number of selections a candidate must make",
|
|
5458
|
-
"fieldName": "minChoices"
|
|
5459
|
-
},
|
|
5460
|
-
{
|
|
5461
|
-
"name": "max-choices",
|
|
5462
|
-
"type": {
|
|
5463
|
-
"text": "number"
|
|
5464
|
-
},
|
|
5465
|
-
"default": "1",
|
|
5466
|
-
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
5467
|
-
"fieldName": "maxChoices"
|
|
5468
|
-
},
|
|
5469
|
-
{
|
|
5470
|
-
"name": "response-identifier",
|
|
5471
|
-
"type": {
|
|
5472
|
-
"text": "string"
|
|
5473
|
-
},
|
|
5474
|
-
"default": "''",
|
|
5475
|
-
"fieldName": "responseIdentifier",
|
|
5476
|
-
"inheritedFrom": {
|
|
5477
|
-
"name": "Interaction",
|
|
5478
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5479
|
-
}
|
|
5480
|
-
},
|
|
5481
|
-
{
|
|
5482
|
-
"name": "disabled",
|
|
5483
|
-
"type": {
|
|
5484
|
-
"text": "boolean"
|
|
5485
|
-
},
|
|
5486
|
-
"default": "false",
|
|
5487
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5488
|
-
"fieldName": "disabled",
|
|
5489
|
-
"inheritedFrom": {
|
|
5490
|
-
"name": "Interaction",
|
|
5491
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5492
|
-
}
|
|
5493
|
-
},
|
|
5494
|
-
{
|
|
5495
|
-
"name": "readonly",
|
|
5496
|
-
"type": {
|
|
5497
|
-
"text": "boolean"
|
|
5498
|
-
},
|
|
5499
|
-
"default": "false",
|
|
5500
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5501
|
-
"fieldName": "readonly",
|
|
5502
|
-
"inheritedFrom": {
|
|
5503
|
-
"name": "Interaction",
|
|
5504
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5505
|
-
}
|
|
5506
|
-
}
|
|
5507
|
-
],
|
|
5508
|
-
"superclass": {
|
|
5509
|
-
"name": "Interaction",
|
|
5510
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
5511
|
-
},
|
|
5512
|
-
"events": [
|
|
5513
|
-
{
|
|
5514
|
-
"name": "qti-register-interaction",
|
|
5515
|
-
"type": {
|
|
5516
|
-
"text": "CustomEvent"
|
|
5517
|
-
},
|
|
5518
|
-
"inheritedFrom": {
|
|
5519
|
-
"name": "Interaction",
|
|
5520
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5521
|
-
}
|
|
5522
|
-
},
|
|
5523
|
-
{
|
|
5524
|
-
"name": "qti-interaction-response",
|
|
5525
|
-
"type": {
|
|
5526
|
-
"text": "CustomEvent"
|
|
5527
|
-
},
|
|
5528
|
-
"inheritedFrom": {
|
|
5529
|
-
"name": "Interaction",
|
|
5530
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5531
|
-
}
|
|
5532
|
-
}
|
|
5533
|
-
]
|
|
5534
|
-
}
|
|
5535
|
-
],
|
|
5536
|
-
"exports": [
|
|
5537
|
-
{
|
|
5538
|
-
"kind": "js",
|
|
5539
|
-
"name": "Choices",
|
|
5540
|
-
"declaration": {
|
|
5541
|
-
"name": "Choices",
|
|
5542
|
-
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
5543
|
-
}
|
|
5544
|
-
}
|
|
5545
|
-
]
|
|
5546
|
-
},
|
|
5547
|
-
{
|
|
5548
|
-
"kind": "javascript-module",
|
|
5549
|
-
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
5550
|
-
"declarations": [
|
|
5551
|
-
{
|
|
5552
|
-
"kind": "class",
|
|
5553
|
-
"description": "",
|
|
5554
|
-
"name": "TouchDragAndDrop",
|
|
5555
|
-
"members": []
|
|
5556
|
-
}
|
|
5557
|
-
],
|
|
5558
|
-
"exports": [
|
|
5559
|
-
{
|
|
5560
|
-
"kind": "js",
|
|
5561
|
-
"name": "TouchDragAndDrop",
|
|
5562
|
-
"declaration": {
|
|
5563
|
-
"name": "TouchDragAndDrop",
|
|
5564
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts"
|
|
5565
|
-
}
|
|
5566
|
-
}
|
|
5567
|
-
]
|
|
5568
|
-
},
|
|
5569
|
-
{
|
|
5570
|
-
"kind": "javascript-module",
|
|
5571
|
-
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts",
|
|
5572
|
-
"declarations": [
|
|
5573
|
-
{
|
|
5574
|
-
"kind": "mixin",
|
|
5575
|
-
"description": "",
|
|
5576
|
-
"name": "DragDropInteractionMixin",
|
|
5577
|
-
"members": [],
|
|
5578
|
-
"events": [
|
|
5472
|
+
"events": [
|
|
5579
5473
|
{
|
|
5580
5474
|
"name": "qti-register-interaction",
|
|
5581
5475
|
"type": {
|
|
@@ -5835,6 +5729,112 @@
|
|
|
5835
5729
|
}
|
|
5836
5730
|
]
|
|
5837
5731
|
},
|
|
5732
|
+
{
|
|
5733
|
+
"kind": "javascript-module",
|
|
5734
|
+
"path": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts",
|
|
5735
|
+
"declarations": [
|
|
5736
|
+
{
|
|
5737
|
+
"kind": "class",
|
|
5738
|
+
"description": "",
|
|
5739
|
+
"name": "Choices",
|
|
5740
|
+
"members": [],
|
|
5741
|
+
"attributes": [
|
|
5742
|
+
{
|
|
5743
|
+
"name": "min-choices",
|
|
5744
|
+
"type": {
|
|
5745
|
+
"text": "number"
|
|
5746
|
+
},
|
|
5747
|
+
"default": "0",
|
|
5748
|
+
"description": "the minimal number of selections a candidate must make",
|
|
5749
|
+
"fieldName": "minChoices"
|
|
5750
|
+
},
|
|
5751
|
+
{
|
|
5752
|
+
"name": "max-choices",
|
|
5753
|
+
"type": {
|
|
5754
|
+
"text": "number"
|
|
5755
|
+
},
|
|
5756
|
+
"default": "1",
|
|
5757
|
+
"description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
|
|
5758
|
+
"fieldName": "maxChoices"
|
|
5759
|
+
},
|
|
5760
|
+
{
|
|
5761
|
+
"name": "response-identifier",
|
|
5762
|
+
"type": {
|
|
5763
|
+
"text": "string"
|
|
5764
|
+
},
|
|
5765
|
+
"default": "''",
|
|
5766
|
+
"fieldName": "responseIdentifier",
|
|
5767
|
+
"inheritedFrom": {
|
|
5768
|
+
"name": "Interaction",
|
|
5769
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5770
|
+
}
|
|
5771
|
+
},
|
|
5772
|
+
{
|
|
5773
|
+
"name": "disabled",
|
|
5774
|
+
"type": {
|
|
5775
|
+
"text": "boolean"
|
|
5776
|
+
},
|
|
5777
|
+
"default": "false",
|
|
5778
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
5779
|
+
"fieldName": "disabled",
|
|
5780
|
+
"inheritedFrom": {
|
|
5781
|
+
"name": "Interaction",
|
|
5782
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5783
|
+
}
|
|
5784
|
+
},
|
|
5785
|
+
{
|
|
5786
|
+
"name": "readonly",
|
|
5787
|
+
"type": {
|
|
5788
|
+
"text": "boolean"
|
|
5789
|
+
},
|
|
5790
|
+
"default": "false",
|
|
5791
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
5792
|
+
"fieldName": "readonly",
|
|
5793
|
+
"inheritedFrom": {
|
|
5794
|
+
"name": "Interaction",
|
|
5795
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5796
|
+
}
|
|
5797
|
+
}
|
|
5798
|
+
],
|
|
5799
|
+
"superclass": {
|
|
5800
|
+
"name": "Interaction",
|
|
5801
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
5802
|
+
},
|
|
5803
|
+
"events": [
|
|
5804
|
+
{
|
|
5805
|
+
"name": "qti-register-interaction",
|
|
5806
|
+
"type": {
|
|
5807
|
+
"text": "CustomEvent"
|
|
5808
|
+
},
|
|
5809
|
+
"inheritedFrom": {
|
|
5810
|
+
"name": "Interaction",
|
|
5811
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5812
|
+
}
|
|
5813
|
+
},
|
|
5814
|
+
{
|
|
5815
|
+
"name": "qti-interaction-response",
|
|
5816
|
+
"type": {
|
|
5817
|
+
"text": "CustomEvent"
|
|
5818
|
+
},
|
|
5819
|
+
"inheritedFrom": {
|
|
5820
|
+
"name": "Interaction",
|
|
5821
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
5822
|
+
}
|
|
5823
|
+
}
|
|
5824
|
+
]
|
|
5825
|
+
}
|
|
5826
|
+
],
|
|
5827
|
+
"exports": [
|
|
5828
|
+
{
|
|
5829
|
+
"kind": "js",
|
|
5830
|
+
"name": "Choices",
|
|
5831
|
+
"declaration": {
|
|
5832
|
+
"name": "Choices",
|
|
5833
|
+
"module": "src/lib/qti-components/qti-interaction/internal/choices/choices.ts"
|
|
5834
|
+
}
|
|
5835
|
+
}
|
|
5836
|
+
]
|
|
5837
|
+
},
|
|
5838
5838
|
{
|
|
5839
5839
|
"kind": "javascript-module",
|
|
5840
5840
|
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
@@ -5976,31 +5976,31 @@
|
|
|
5976
5976
|
},
|
|
5977
5977
|
{
|
|
5978
5978
|
"kind": "javascript-module",
|
|
5979
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5979
|
+
"path": "src/lib/qti-components/qti-interaction/qti-gap-match-interaction/__snapshots__/qti-gap-match-interaction.stories.ts.snap",
|
|
5980
5980
|
"declarations": [],
|
|
5981
5981
|
"exports": []
|
|
5982
5982
|
},
|
|
5983
5983
|
{
|
|
5984
5984
|
"kind": "javascript-module",
|
|
5985
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
5985
|
+
"path": "src/lib/qti-components/qti-interaction/qti-extended-text-interaction/__snapshots__/qti-extended-text-interaction.stories.ts.snap",
|
|
5986
5986
|
"declarations": [],
|
|
5987
5987
|
"exports": []
|
|
5988
5988
|
},
|
|
5989
5989
|
{
|
|
5990
5990
|
"kind": "javascript-module",
|
|
5991
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
5991
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-order-interaction/__snapshots__/qti-graphic-order-interaction.stories.ts.snap",
|
|
5992
5992
|
"declarations": [],
|
|
5993
5993
|
"exports": []
|
|
5994
5994
|
},
|
|
5995
5995
|
{
|
|
5996
5996
|
"kind": "javascript-module",
|
|
5997
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
5997
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-associate-interaction/__snapshots__/qti-graphic-associate-interaction.stories.ts.snap",
|
|
5998
5998
|
"declarations": [],
|
|
5999
5999
|
"exports": []
|
|
6000
6000
|
},
|
|
6001
6001
|
{
|
|
6002
6002
|
"kind": "javascript-module",
|
|
6003
|
-
"path": "src/lib/qti-components/qti-interaction/qti-graphic-
|
|
6003
|
+
"path": "src/lib/qti-components/qti-interaction/qti-graphic-gap-match-interaction/__snapshots__/qti-graphic-gap-match-interaction.stories.ts.snap",
|
|
6004
6004
|
"declarations": [],
|
|
6005
6005
|
"exports": []
|
|
6006
6006
|
},
|
|
@@ -6012,13 +6012,13 @@
|
|
|
6012
6012
|
},
|
|
6013
6013
|
{
|
|
6014
6014
|
"kind": "javascript-module",
|
|
6015
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6015
|
+
"path": "src/lib/qti-components/qti-interaction/qti-inline-choice-interaction/__snapshots__/qti-inline-choice-interaction.stories.ts.snap",
|
|
6016
6016
|
"declarations": [],
|
|
6017
6017
|
"exports": []
|
|
6018
6018
|
},
|
|
6019
6019
|
{
|
|
6020
6020
|
"kind": "javascript-module",
|
|
6021
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6021
|
+
"path": "src/lib/qti-components/qti-interaction/qti-hottext-interaction/__snapshots__/qti-hottext-interaction.stories.ts.snap",
|
|
6022
6022
|
"declarations": [],
|
|
6023
6023
|
"exports": []
|
|
6024
6024
|
},
|
|
@@ -6036,7 +6036,7 @@
|
|
|
6036
6036
|
},
|
|
6037
6037
|
{
|
|
6038
6038
|
"kind": "javascript-module",
|
|
6039
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6039
|
+
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6040
6040
|
"declarations": [],
|
|
6041
6041
|
"exports": []
|
|
6042
6042
|
},
|
|
@@ -6046,12 +6046,6 @@
|
|
|
6046
6046
|
"declarations": [],
|
|
6047
6047
|
"exports": []
|
|
6048
6048
|
},
|
|
6049
|
-
{
|
|
6050
|
-
"kind": "javascript-module",
|
|
6051
|
-
"path": "src/lib/qti-components/qti-interaction/qti-position-object-interaction/__snapshots__/qti-position-object-interaction.stories.ts.snap",
|
|
6052
|
-
"declarations": [],
|
|
6053
|
-
"exports": []
|
|
6054
|
-
},
|
|
6055
6049
|
{
|
|
6056
6050
|
"kind": "javascript-module",
|
|
6057
6051
|
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/__snapshots__/qti-select-point-interaction.stories.ts.snap",
|
|
@@ -6066,88 +6060,52 @@
|
|
|
6066
6060
|
},
|
|
6067
6061
|
{
|
|
6068
6062
|
"kind": "javascript-module",
|
|
6069
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
6063
|
+
"path": "src/lib/qti-components/qti-interaction/qti-order-interaction/__snapshots__/qti-order-interaction.stories.ts.snap",
|
|
6070
6064
|
"declarations": [],
|
|
6071
6065
|
"exports": []
|
|
6072
6066
|
},
|
|
6073
6067
|
{
|
|
6074
6068
|
"kind": "javascript-module",
|
|
6075
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
6076
|
-
"declarations": [],
|
|
6077
|
-
"exports": [
|
|
6078
|
-
{
|
|
6079
|
-
"kind": "custom-element-definition",
|
|
6080
|
-
"name": "qti-and",
|
|
6081
|
-
"declaration": {
|
|
6082
|
-
"name": "QtiAnd",
|
|
6083
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and"
|
|
6084
|
-
}
|
|
6085
|
-
},
|
|
6086
|
-
{
|
|
6087
|
-
"kind": "js",
|
|
6088
|
-
"name": "*",
|
|
6089
|
-
"declaration": {
|
|
6090
|
-
"name": "*",
|
|
6091
|
-
"package": "./qti-and"
|
|
6092
|
-
}
|
|
6093
|
-
}
|
|
6094
|
-
]
|
|
6095
|
-
},
|
|
6096
|
-
{
|
|
6097
|
-
"kind": "javascript-module",
|
|
6098
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts",
|
|
6069
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts",
|
|
6099
6070
|
"declarations": [
|
|
6100
6071
|
{
|
|
6101
6072
|
"kind": "class",
|
|
6102
6073
|
"description": "",
|
|
6103
|
-
"name": "
|
|
6074
|
+
"name": "QtiResponseIf",
|
|
6104
6075
|
"members": [],
|
|
6105
|
-
"mixins": [
|
|
6106
|
-
{
|
|
6107
|
-
"name": "qtiAndMixin",
|
|
6108
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6109
|
-
}
|
|
6110
|
-
],
|
|
6111
6076
|
"superclass": {
|
|
6112
|
-
"
|
|
6077
|
+
"name": "QtiResponseElse",
|
|
6078
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-else"
|
|
6113
6079
|
},
|
|
6114
|
-
"tagName": "qti-
|
|
6080
|
+
"tagName": "qti-response-if",
|
|
6115
6081
|
"customElement": true
|
|
6116
|
-
},
|
|
6117
|
-
{
|
|
6118
|
-
"kind": "mixin",
|
|
6119
|
-
"description": "",
|
|
6120
|
-
"name": "qtiAndMixin",
|
|
6121
|
-
"members": [],
|
|
6122
|
-
"parameters": [
|
|
6123
|
-
{
|
|
6124
|
-
"name": "Base",
|
|
6125
|
-
"type": {
|
|
6126
|
-
"text": "TBase"
|
|
6127
|
-
}
|
|
6128
|
-
}
|
|
6129
|
-
]
|
|
6130
6082
|
}
|
|
6131
6083
|
],
|
|
6132
6084
|
"exports": [
|
|
6133
6085
|
{
|
|
6134
6086
|
"kind": "js",
|
|
6135
|
-
"name": "
|
|
6087
|
+
"name": "QtiResponseIf",
|
|
6136
6088
|
"declaration": {
|
|
6137
|
-
"name": "
|
|
6138
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-
|
|
6089
|
+
"name": "QtiResponseIf",
|
|
6090
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
6139
6091
|
}
|
|
6140
6092
|
},
|
|
6141
6093
|
{
|
|
6142
|
-
"kind": "
|
|
6143
|
-
"name": "
|
|
6094
|
+
"kind": "custom-element-definition",
|
|
6095
|
+
"name": "qti-response-if",
|
|
6144
6096
|
"declaration": {
|
|
6145
|
-
"name": "
|
|
6146
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-
|
|
6097
|
+
"name": "QtiResponseIf",
|
|
6098
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-if.ts"
|
|
6147
6099
|
}
|
|
6148
6100
|
}
|
|
6149
6101
|
]
|
|
6150
6102
|
},
|
|
6103
|
+
{
|
|
6104
|
+
"kind": "javascript-module",
|
|
6105
|
+
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/__snapshots__/qti-text-entry-interaction.stories.ts.snap",
|
|
6106
|
+
"declarations": [],
|
|
6107
|
+
"exports": []
|
|
6108
|
+
},
|
|
6151
6109
|
{
|
|
6152
6110
|
"kind": "javascript-module",
|
|
6153
6111
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-basevalue/qti-basevalue.ts",
|
|
@@ -6230,6 +6188,84 @@
|
|
|
6230
6188
|
}
|
|
6231
6189
|
]
|
|
6232
6190
|
},
|
|
6191
|
+
{
|
|
6192
|
+
"kind": "javascript-module",
|
|
6193
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/index.ts",
|
|
6194
|
+
"declarations": [],
|
|
6195
|
+
"exports": [
|
|
6196
|
+
{
|
|
6197
|
+
"kind": "custom-element-definition",
|
|
6198
|
+
"name": "qti-and",
|
|
6199
|
+
"declaration": {
|
|
6200
|
+
"name": "QtiAnd",
|
|
6201
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and"
|
|
6202
|
+
}
|
|
6203
|
+
},
|
|
6204
|
+
{
|
|
6205
|
+
"kind": "js",
|
|
6206
|
+
"name": "*",
|
|
6207
|
+
"declaration": {
|
|
6208
|
+
"name": "*",
|
|
6209
|
+
"package": "./qti-and"
|
|
6210
|
+
}
|
|
6211
|
+
}
|
|
6212
|
+
]
|
|
6213
|
+
},
|
|
6214
|
+
{
|
|
6215
|
+
"kind": "javascript-module",
|
|
6216
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts",
|
|
6217
|
+
"declarations": [
|
|
6218
|
+
{
|
|
6219
|
+
"kind": "class",
|
|
6220
|
+
"description": "",
|
|
6221
|
+
"name": "QtiAnd",
|
|
6222
|
+
"members": [],
|
|
6223
|
+
"mixins": [
|
|
6224
|
+
{
|
|
6225
|
+
"name": "qtiAndMixin",
|
|
6226
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6227
|
+
}
|
|
6228
|
+
],
|
|
6229
|
+
"superclass": {
|
|
6230
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6231
|
+
},
|
|
6232
|
+
"tagName": "qti-and",
|
|
6233
|
+
"customElement": true
|
|
6234
|
+
},
|
|
6235
|
+
{
|
|
6236
|
+
"kind": "mixin",
|
|
6237
|
+
"description": "",
|
|
6238
|
+
"name": "qtiAndMixin",
|
|
6239
|
+
"members": [],
|
|
6240
|
+
"parameters": [
|
|
6241
|
+
{
|
|
6242
|
+
"name": "Base",
|
|
6243
|
+
"type": {
|
|
6244
|
+
"text": "TBase"
|
|
6245
|
+
}
|
|
6246
|
+
}
|
|
6247
|
+
]
|
|
6248
|
+
}
|
|
6249
|
+
],
|
|
6250
|
+
"exports": [
|
|
6251
|
+
{
|
|
6252
|
+
"kind": "js",
|
|
6253
|
+
"name": "QtiAnd",
|
|
6254
|
+
"declaration": {
|
|
6255
|
+
"name": "QtiAnd",
|
|
6256
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6257
|
+
}
|
|
6258
|
+
},
|
|
6259
|
+
{
|
|
6260
|
+
"kind": "js",
|
|
6261
|
+
"name": "qtiAndMixin",
|
|
6262
|
+
"declaration": {
|
|
6263
|
+
"name": "qtiAndMixin",
|
|
6264
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/qti-and.ts"
|
|
6265
|
+
}
|
|
6266
|
+
}
|
|
6267
|
+
]
|
|
6268
|
+
},
|
|
6233
6269
|
{
|
|
6234
6270
|
"kind": "javascript-module",
|
|
6235
6271
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-correct/qti-correct.ts",
|
|
@@ -6502,42 +6538,6 @@
|
|
|
6502
6538
|
}
|
|
6503
6539
|
]
|
|
6504
6540
|
},
|
|
6505
|
-
{
|
|
6506
|
-
"kind": "javascript-module",
|
|
6507
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
|
|
6508
|
-
"declarations": [
|
|
6509
|
-
{
|
|
6510
|
-
"kind": "class",
|
|
6511
|
-
"description": "",
|
|
6512
|
-
"name": "QtiLte",
|
|
6513
|
-
"members": [],
|
|
6514
|
-
"superclass": {
|
|
6515
|
-
"name": "QtiConditionExpression",
|
|
6516
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6517
|
-
},
|
|
6518
|
-
"tagName": "qti-lte",
|
|
6519
|
-
"customElement": true
|
|
6520
|
-
}
|
|
6521
|
-
],
|
|
6522
|
-
"exports": [
|
|
6523
|
-
{
|
|
6524
|
-
"kind": "js",
|
|
6525
|
-
"name": "QtiLte",
|
|
6526
|
-
"declaration": {
|
|
6527
|
-
"name": "QtiLte",
|
|
6528
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6529
|
-
}
|
|
6530
|
-
},
|
|
6531
|
-
{
|
|
6532
|
-
"kind": "custom-element-definition",
|
|
6533
|
-
"name": "qti-lte",
|
|
6534
|
-
"declaration": {
|
|
6535
|
-
"name": "QtiLte",
|
|
6536
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6537
|
-
}
|
|
6538
|
-
}
|
|
6539
|
-
]
|
|
6540
|
-
},
|
|
6541
6541
|
{
|
|
6542
6542
|
"kind": "javascript-module",
|
|
6543
6543
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-map-response/qti-map-response.ts",
|
|
@@ -6653,28 +6653,64 @@
|
|
|
6653
6653
|
"name": "QtiMatch",
|
|
6654
6654
|
"members": [],
|
|
6655
6655
|
"superclass": {
|
|
6656
|
-
"name": "QtiExpression",
|
|
6657
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6656
|
+
"name": "QtiExpression",
|
|
6657
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6658
|
+
},
|
|
6659
|
+
"tagName": "qti-match",
|
|
6660
|
+
"customElement": true
|
|
6661
|
+
}
|
|
6662
|
+
],
|
|
6663
|
+
"exports": [
|
|
6664
|
+
{
|
|
6665
|
+
"kind": "js",
|
|
6666
|
+
"name": "QtiMatch",
|
|
6667
|
+
"declaration": {
|
|
6668
|
+
"name": "QtiMatch",
|
|
6669
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
6670
|
+
}
|
|
6671
|
+
},
|
|
6672
|
+
{
|
|
6673
|
+
"kind": "custom-element-definition",
|
|
6674
|
+
"name": "qti-match",
|
|
6675
|
+
"declaration": {
|
|
6676
|
+
"name": "QtiMatch",
|
|
6677
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-match/qti-match.ts"
|
|
6678
|
+
}
|
|
6679
|
+
}
|
|
6680
|
+
]
|
|
6681
|
+
},
|
|
6682
|
+
{
|
|
6683
|
+
"kind": "javascript-module",
|
|
6684
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts",
|
|
6685
|
+
"declarations": [
|
|
6686
|
+
{
|
|
6687
|
+
"kind": "class",
|
|
6688
|
+
"description": "",
|
|
6689
|
+
"name": "QtiLte",
|
|
6690
|
+
"members": [],
|
|
6691
|
+
"superclass": {
|
|
6692
|
+
"name": "QtiConditionExpression",
|
|
6693
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6658
6694
|
},
|
|
6659
|
-
"tagName": "qti-
|
|
6695
|
+
"tagName": "qti-lte",
|
|
6660
6696
|
"customElement": true
|
|
6661
6697
|
}
|
|
6662
6698
|
],
|
|
6663
6699
|
"exports": [
|
|
6664
6700
|
{
|
|
6665
6701
|
"kind": "js",
|
|
6666
|
-
"name": "
|
|
6702
|
+
"name": "QtiLte",
|
|
6667
6703
|
"declaration": {
|
|
6668
|
-
"name": "
|
|
6669
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6704
|
+
"name": "QtiLte",
|
|
6705
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6670
6706
|
}
|
|
6671
6707
|
},
|
|
6672
6708
|
{
|
|
6673
6709
|
"kind": "custom-element-definition",
|
|
6674
|
-
"name": "qti-
|
|
6710
|
+
"name": "qti-lte",
|
|
6675
6711
|
"declaration": {
|
|
6676
|
-
"name": "
|
|
6677
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-
|
|
6712
|
+
"name": "QtiLte",
|
|
6713
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-lte/qti-lte.ts"
|
|
6678
6714
|
}
|
|
6679
6715
|
}
|
|
6680
6716
|
]
|
|
@@ -6787,42 +6823,6 @@
|
|
|
6787
6823
|
}
|
|
6788
6824
|
]
|
|
6789
6825
|
},
|
|
6790
|
-
{
|
|
6791
|
-
"kind": "javascript-module",
|
|
6792
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts",
|
|
6793
|
-
"declarations": [
|
|
6794
|
-
{
|
|
6795
|
-
"kind": "class",
|
|
6796
|
-
"description": "",
|
|
6797
|
-
"name": "QtiOr",
|
|
6798
|
-
"members": [],
|
|
6799
|
-
"superclass": {
|
|
6800
|
-
"name": "QtiConditionExpression",
|
|
6801
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
6802
|
-
},
|
|
6803
|
-
"tagName": "qti-or",
|
|
6804
|
-
"customElement": true
|
|
6805
|
-
}
|
|
6806
|
-
],
|
|
6807
|
-
"exports": [
|
|
6808
|
-
{
|
|
6809
|
-
"kind": "js",
|
|
6810
|
-
"name": "QtiOr",
|
|
6811
|
-
"declaration": {
|
|
6812
|
-
"name": "QtiOr",
|
|
6813
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts"
|
|
6814
|
-
}
|
|
6815
|
-
},
|
|
6816
|
-
{
|
|
6817
|
-
"kind": "custom-element-definition",
|
|
6818
|
-
"name": "qti-or",
|
|
6819
|
-
"declaration": {
|
|
6820
|
-
"name": "QtiOr",
|
|
6821
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts"
|
|
6822
|
-
}
|
|
6823
|
-
}
|
|
6824
|
-
]
|
|
6825
|
-
},
|
|
6826
6826
|
{
|
|
6827
6827
|
"kind": "javascript-module",
|
|
6828
6828
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-ordered/qti-ordered.ts",
|
|
@@ -6904,42 +6904,6 @@
|
|
|
6904
6904
|
}
|
|
6905
6905
|
]
|
|
6906
6906
|
},
|
|
6907
|
-
{
|
|
6908
|
-
"kind": "javascript-module",
|
|
6909
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts",
|
|
6910
|
-
"declarations": [
|
|
6911
|
-
{
|
|
6912
|
-
"kind": "class",
|
|
6913
|
-
"description": "",
|
|
6914
|
-
"name": "QtiProduct",
|
|
6915
|
-
"members": [],
|
|
6916
|
-
"superclass": {
|
|
6917
|
-
"name": "QtiExpression",
|
|
6918
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
6919
|
-
},
|
|
6920
|
-
"tagName": "qti-product",
|
|
6921
|
-
"customElement": true
|
|
6922
|
-
}
|
|
6923
|
-
],
|
|
6924
|
-
"exports": [
|
|
6925
|
-
{
|
|
6926
|
-
"kind": "js",
|
|
6927
|
-
"name": "QtiProduct",
|
|
6928
|
-
"declaration": {
|
|
6929
|
-
"name": "QtiProduct",
|
|
6930
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
6931
|
-
}
|
|
6932
|
-
},
|
|
6933
|
-
{
|
|
6934
|
-
"kind": "custom-element-definition",
|
|
6935
|
-
"name": "qti-product",
|
|
6936
|
-
"declaration": {
|
|
6937
|
-
"name": "QtiProduct",
|
|
6938
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
6939
|
-
}
|
|
6940
|
-
}
|
|
6941
|
-
]
|
|
6942
|
-
},
|
|
6943
6907
|
{
|
|
6944
6908
|
"kind": "javascript-module",
|
|
6945
6909
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-string-match/qti-string-match.ts",
|
|
@@ -7022,6 +6986,78 @@
|
|
|
7022
6986
|
}
|
|
7023
6987
|
]
|
|
7024
6988
|
},
|
|
6989
|
+
{
|
|
6990
|
+
"kind": "javascript-module",
|
|
6991
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts",
|
|
6992
|
+
"declarations": [
|
|
6993
|
+
{
|
|
6994
|
+
"kind": "class",
|
|
6995
|
+
"description": "",
|
|
6996
|
+
"name": "QtiProduct",
|
|
6997
|
+
"members": [],
|
|
6998
|
+
"superclass": {
|
|
6999
|
+
"name": "QtiExpression",
|
|
7000
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-expression"
|
|
7001
|
+
},
|
|
7002
|
+
"tagName": "qti-product",
|
|
7003
|
+
"customElement": true
|
|
7004
|
+
}
|
|
7005
|
+
],
|
|
7006
|
+
"exports": [
|
|
7007
|
+
{
|
|
7008
|
+
"kind": "js",
|
|
7009
|
+
"name": "QtiProduct",
|
|
7010
|
+
"declaration": {
|
|
7011
|
+
"name": "QtiProduct",
|
|
7012
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
7013
|
+
}
|
|
7014
|
+
},
|
|
7015
|
+
{
|
|
7016
|
+
"kind": "custom-element-definition",
|
|
7017
|
+
"name": "qti-product",
|
|
7018
|
+
"declaration": {
|
|
7019
|
+
"name": "QtiProduct",
|
|
7020
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-product/qti-product.ts"
|
|
7021
|
+
}
|
|
7022
|
+
}
|
|
7023
|
+
]
|
|
7024
|
+
},
|
|
7025
|
+
{
|
|
7026
|
+
"kind": "javascript-module",
|
|
7027
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts",
|
|
7028
|
+
"declarations": [
|
|
7029
|
+
{
|
|
7030
|
+
"kind": "class",
|
|
7031
|
+
"description": "",
|
|
7032
|
+
"name": "QtiOr",
|
|
7033
|
+
"members": [],
|
|
7034
|
+
"superclass": {
|
|
7035
|
+
"name": "QtiConditionExpression",
|
|
7036
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-expression/qti-condition-expression"
|
|
7037
|
+
},
|
|
7038
|
+
"tagName": "qti-or",
|
|
7039
|
+
"customElement": true
|
|
7040
|
+
}
|
|
7041
|
+
],
|
|
7042
|
+
"exports": [
|
|
7043
|
+
{
|
|
7044
|
+
"kind": "js",
|
|
7045
|
+
"name": "QtiOr",
|
|
7046
|
+
"declaration": {
|
|
7047
|
+
"name": "QtiOr",
|
|
7048
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts"
|
|
7049
|
+
}
|
|
7050
|
+
},
|
|
7051
|
+
{
|
|
7052
|
+
"kind": "custom-element-definition",
|
|
7053
|
+
"name": "qti-or",
|
|
7054
|
+
"declaration": {
|
|
7055
|
+
"name": "QtiOr",
|
|
7056
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-expression/qti-or/qti-or.ts"
|
|
7057
|
+
}
|
|
7058
|
+
}
|
|
7059
|
+
]
|
|
7060
|
+
},
|
|
7025
7061
|
{
|
|
7026
7062
|
"kind": "javascript-module",
|
|
7027
7063
|
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-variable/qti-variable.ts",
|
|
@@ -7060,36 +7096,36 @@
|
|
|
7060
7096
|
},
|
|
7061
7097
|
{
|
|
7062
7098
|
"kind": "javascript-module",
|
|
7063
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-
|
|
7099
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7064
7100
|
"declarations": [
|
|
7065
7101
|
{
|
|
7066
7102
|
"kind": "class",
|
|
7067
7103
|
"description": "",
|
|
7068
|
-
"name": "
|
|
7104
|
+
"name": "QtiResponseCondition",
|
|
7069
7105
|
"members": [],
|
|
7070
7106
|
"superclass": {
|
|
7071
|
-
"name": "
|
|
7072
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-
|
|
7107
|
+
"name": "QtiRule",
|
|
7108
|
+
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7073
7109
|
},
|
|
7074
|
-
"tagName": "qti-response-
|
|
7110
|
+
"tagName": "qti-response-condition",
|
|
7075
7111
|
"customElement": true
|
|
7076
7112
|
}
|
|
7077
7113
|
],
|
|
7078
7114
|
"exports": [
|
|
7079
7115
|
{
|
|
7080
7116
|
"kind": "js",
|
|
7081
|
-
"name": "
|
|
7117
|
+
"name": "QtiResponseCondition",
|
|
7082
7118
|
"declaration": {
|
|
7083
|
-
"name": "
|
|
7084
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-
|
|
7119
|
+
"name": "QtiResponseCondition",
|
|
7120
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7085
7121
|
}
|
|
7086
7122
|
},
|
|
7087
7123
|
{
|
|
7088
7124
|
"kind": "custom-element-definition",
|
|
7089
|
-
"name": "qti-response-
|
|
7125
|
+
"name": "qti-response-condition",
|
|
7090
7126
|
"declaration": {
|
|
7091
|
-
"name": "
|
|
7092
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-
|
|
7127
|
+
"name": "QtiResponseCondition",
|
|
7128
|
+
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7093
7129
|
}
|
|
7094
7130
|
}
|
|
7095
7131
|
]
|
|
@@ -7159,42 +7195,6 @@
|
|
|
7159
7195
|
"declarations": [],
|
|
7160
7196
|
"exports": []
|
|
7161
7197
|
},
|
|
7162
|
-
{
|
|
7163
|
-
"kind": "javascript-module",
|
|
7164
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts",
|
|
7165
|
-
"declarations": [
|
|
7166
|
-
{
|
|
7167
|
-
"kind": "class",
|
|
7168
|
-
"description": "",
|
|
7169
|
-
"name": "QtiResponseCondition",
|
|
7170
|
-
"members": [],
|
|
7171
|
-
"superclass": {
|
|
7172
|
-
"name": "QtiRule",
|
|
7173
|
-
"module": "/src/lib/qti-components/qti-response-processing/qti-rule/qti-rule"
|
|
7174
|
-
},
|
|
7175
|
-
"tagName": "qti-response-condition",
|
|
7176
|
-
"customElement": true
|
|
7177
|
-
}
|
|
7178
|
-
],
|
|
7179
|
-
"exports": [
|
|
7180
|
-
{
|
|
7181
|
-
"kind": "js",
|
|
7182
|
-
"name": "QtiResponseCondition",
|
|
7183
|
-
"declaration": {
|
|
7184
|
-
"name": "QtiResponseCondition",
|
|
7185
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7186
|
-
}
|
|
7187
|
-
},
|
|
7188
|
-
{
|
|
7189
|
-
"kind": "custom-element-definition",
|
|
7190
|
-
"name": "qti-response-condition",
|
|
7191
|
-
"declaration": {
|
|
7192
|
-
"name": "QtiResponseCondition",
|
|
7193
|
-
"module": "src/lib/qti-components/qti-response-processing/qti-rule/qti-response-condition/qti-response-condition.ts"
|
|
7194
|
-
}
|
|
7195
|
-
}
|
|
7196
|
-
]
|
|
7197
|
-
},
|
|
7198
7198
|
{
|
|
7199
7199
|
"kind": "javascript-module",
|
|
7200
7200
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-set-outcome-value/qti-set-outcome-value.ts",
|
|
@@ -7239,24 +7239,6 @@
|
|
|
7239
7239
|
}
|
|
7240
7240
|
]
|
|
7241
7241
|
},
|
|
7242
|
-
{
|
|
7243
|
-
"kind": "javascript-module",
|
|
7244
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7245
|
-
"declarations": [],
|
|
7246
|
-
"exports": []
|
|
7247
|
-
},
|
|
7248
|
-
{
|
|
7249
|
-
"kind": "javascript-module",
|
|
7250
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7251
|
-
"declarations": [],
|
|
7252
|
-
"exports": []
|
|
7253
|
-
},
|
|
7254
|
-
{
|
|
7255
|
-
"kind": "javascript-module",
|
|
7256
|
-
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7257
|
-
"declarations": [],
|
|
7258
|
-
"exports": []
|
|
7259
|
-
},
|
|
7260
7242
|
{
|
|
7261
7243
|
"kind": "javascript-module",
|
|
7262
7244
|
"path": "src/lib/qti-components/qti-response-processing/qti-response-else/qti-response-if/qti-response-else-if/qti-response-else-if.ts",
|
|
@@ -7293,6 +7275,24 @@
|
|
|
7293
7275
|
}
|
|
7294
7276
|
]
|
|
7295
7277
|
},
|
|
7278
|
+
{
|
|
7279
|
+
"kind": "javascript-module",
|
|
7280
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-and/__snapshots__/qti-and.stories.ts.snap",
|
|
7281
|
+
"declarations": [],
|
|
7282
|
+
"exports": []
|
|
7283
|
+
},
|
|
7284
|
+
{
|
|
7285
|
+
"kind": "javascript-module",
|
|
7286
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-member/__snapshots__/qti-member.stories.ts.snap",
|
|
7287
|
+
"declarations": [],
|
|
7288
|
+
"exports": []
|
|
7289
|
+
},
|
|
7290
|
+
{
|
|
7291
|
+
"kind": "javascript-module",
|
|
7292
|
+
"path": "src/lib/qti-components/qti-response-processing/qti-expression/qti-printed-variable/__snapshots__/qti-printed-variable.stories.ts.snap",
|
|
7293
|
+
"declarations": [],
|
|
7294
|
+
"exports": []
|
|
7295
|
+
},
|
|
7296
7296
|
{
|
|
7297
7297
|
"kind": "javascript-module",
|
|
7298
7298
|
"path": "src/lib/qti-components/qti-response-processing/qti-rule/qti-lookup-outcome-value/__snapshots__/qti-lookup-outcome-value.stories.ts.snap",
|