@citolab/qti-components 6.9.1-beta.51 → 6.9.1-beta.52

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.
@@ -711,40 +711,13 @@
711
711
  },
712
712
  "parameters": [
713
713
  {
714
- "name": "manifestUri",
714
+ "name": "manifestURL",
715
715
  "type": {
716
716
  "text": "string"
717
717
  }
718
718
  }
719
719
  ]
720
720
  },
721
- {
722
- "kind": "function",
723
- "name": "getItemByIndex",
724
- "return": {
725
- "type": {
726
- "text": "Promise<any>"
727
- }
728
- },
729
- "parameters": [
730
- {
731
- "name": "packageUri",
732
- "type": {
733
- "text": "string"
734
- }
735
- },
736
- {
737
- "name": "index",
738
- "type": {
739
- "text": "number"
740
- }
741
- },
742
- {
743
- "name": "cancelPreviousRequest",
744
- "default": "true"
745
- }
746
- ]
747
- },
748
721
  {
749
722
  "kind": "function",
750
723
  "name": "getItemByUri",
@@ -759,10 +732,6 @@
759
732
  "type": {
760
733
  "text": "string"
761
734
  }
762
- },
763
- {
764
- "name": "cancelPreviousRequest",
765
- "default": "true"
766
735
  }
767
736
  ]
768
737
  }
@@ -776,14 +745,6 @@
776
745
  "module": "src/lib/qti-loader/qti-loader.ts"
777
746
  }
778
747
  },
779
- {
780
- "kind": "js",
781
- "name": "getItemByIndex",
782
- "declaration": {
783
- "name": "getItemByIndex",
784
- "module": "src/lib/qti-loader/qti-loader.ts"
785
- }
786
- },
787
748
  {
788
749
  "kind": "js",
789
750
  "name": "getItemByUri",
@@ -2410,7 +2371,7 @@
2410
2371
  "exports": [
2411
2372
  {
2412
2373
  "kind": "js",
2413
- "name": "default",
2374
+ "name": "QtiItemBody",
2414
2375
  "declaration": {
2415
2376
  "name": "QtiItemBody",
2416
2377
  "module": "src/lib/qti-components/qti-item-body/qti-item-body.ts"
@@ -3271,70 +3232,72 @@
3271
3232
  }
3272
3233
  ],
3273
3234
  "superclass": {
3274
- "name": "LitElement",
3275
- "package": "lit"
3235
+ "name": "Interaction",
3236
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3276
3237
  },
3277
3238
  "tagName": "qti-associate-interaction",
3278
3239
  "customElement": true,
3279
3240
  "attributes": [
3280
3241
  {
3281
- "name": "response-identifier",
3242
+ "name": "min-associations",
3282
3243
  "type": {
3283
- "text": "string"
3244
+ "text": "number"
3284
3245
  },
3285
- "default": "''",
3286
- "fieldName": "responseIdentifier",
3246
+ "default": "1",
3247
+ "fieldName": "minAssociations",
3287
3248
  "inheritedFrom": {
3288
3249
  "name": "DragDropInteractionMixin",
3289
3250
  "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3290
3251
  }
3291
3252
  },
3292
3253
  {
3293
- "name": "disabled",
3254
+ "name": "max-associations",
3294
3255
  "type": {
3295
- "text": "boolean"
3256
+ "text": "number"
3296
3257
  },
3297
- "default": "false",
3298
- "fieldName": "disabled",
3258
+ "default": "1",
3259
+ "fieldName": "maxAssociations",
3299
3260
  "inheritedFrom": {
3300
- "name": "DroppablesMixin",
3301
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3261
+ "name": "DragDropInteractionMixin",
3262
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3302
3263
  }
3303
3264
  },
3304
3265
  {
3305
- "name": "readonly",
3266
+ "name": "disabled",
3306
3267
  "type": {
3307
3268
  "text": "boolean"
3308
3269
  },
3309
3270
  "default": "false",
3310
- "fieldName": "readonly",
3271
+ "description": "disabled should be exposed to the attributes and accessible as property",
3272
+ "fieldName": "disabled",
3311
3273
  "inheritedFrom": {
3312
- "name": "DragDropInteractionMixin",
3313
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3274
+ "name": "Interaction",
3275
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3314
3276
  }
3315
3277
  },
3316
3278
  {
3317
- "name": "min-associations",
3279
+ "name": "response-identifier",
3318
3280
  "type": {
3319
- "text": "number"
3281
+ "text": "string"
3320
3282
  },
3321
- "default": "1",
3322
- "fieldName": "minAssociations",
3283
+ "default": "''",
3284
+ "fieldName": "responseIdentifier",
3323
3285
  "inheritedFrom": {
3324
- "name": "DragDropInteractionMixin",
3325
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3286
+ "name": "Interaction",
3287
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3326
3288
  }
3327
3289
  },
3328
3290
  {
3329
- "name": "max-associations",
3291
+ "name": "readonly",
3330
3292
  "type": {
3331
- "text": "number"
3293
+ "text": "boolean"
3332
3294
  },
3333
- "default": "1",
3334
- "fieldName": "maxAssociations",
3295
+ "default": "false",
3296
+ "description": "readonly should be exposed to the attributes and accessible as property",
3297
+ "fieldName": "readonly",
3335
3298
  "inheritedFrom": {
3336
- "name": "DragDropInteractionMixin",
3337
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3299
+ "name": "Interaction",
3300
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3338
3301
  }
3339
3302
  }
3340
3303
  ],
@@ -3345,8 +3308,8 @@
3345
3308
  "text": "CustomEvent"
3346
3309
  },
3347
3310
  "inheritedFrom": {
3348
- "name": "DragDropInteractionMixin",
3349
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3311
+ "name": "Interaction",
3312
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3350
3313
  }
3351
3314
  },
3352
3315
  {
@@ -3355,8 +3318,8 @@
3355
3318
  "text": "CustomEvent"
3356
3319
  },
3357
3320
  "inheritedFrom": {
3358
- "name": "DragDropInteractionMixin",
3359
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3321
+ "name": "Interaction",
3322
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3360
3323
  }
3361
3324
  }
3362
3325
  ]
@@ -3427,18 +3390,6 @@
3427
3390
  "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
3428
3391
  }
3429
3392
  },
3430
- {
3431
- "name": "response-identifier",
3432
- "type": {
3433
- "text": "string"
3434
- },
3435
- "default": "''",
3436
- "fieldName": "responseIdentifier",
3437
- "inheritedFrom": {
3438
- "name": "ChoicesMixin",
3439
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
3440
- }
3441
- },
3442
3393
  {
3443
3394
  "name": "min-choices",
3444
3395
  "type": {
@@ -3463,16 +3414,29 @@
3463
3414
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
3464
3415
  }
3465
3416
  },
3417
+ {
3418
+ "name": "response-identifier",
3419
+ "type": {
3420
+ "text": "string"
3421
+ },
3422
+ "default": "''",
3423
+ "fieldName": "responseIdentifier",
3424
+ "inheritedFrom": {
3425
+ "name": "Interaction",
3426
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3427
+ }
3428
+ },
3466
3429
  {
3467
3430
  "name": "disabled",
3468
3431
  "type": {
3469
3432
  "text": "boolean"
3470
3433
  },
3471
3434
  "default": "false",
3435
+ "description": "disabled should be exposed to the attributes and accessible as property",
3472
3436
  "fieldName": "disabled",
3473
3437
  "inheritedFrom": {
3474
- "name": "ChoicesMixin",
3475
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
3438
+ "name": "Interaction",
3439
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3476
3440
  }
3477
3441
  },
3478
3442
  {
@@ -3481,10 +3445,11 @@
3481
3445
  "text": "boolean"
3482
3446
  },
3483
3447
  "default": "false",
3448
+ "description": "readonly should be exposed to the attributes and accessible as property",
3484
3449
  "fieldName": "readonly",
3485
3450
  "inheritedFrom": {
3486
- "name": "ChoicesMixin",
3487
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
3451
+ "name": "Interaction",
3452
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3488
3453
  }
3489
3454
  }
3490
3455
  ],
@@ -3503,8 +3468,8 @@
3503
3468
  }
3504
3469
  ],
3505
3470
  "superclass": {
3506
- "name": "LitElement",
3507
- "package": "lit"
3471
+ "name": "Interaction",
3472
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3508
3473
  },
3509
3474
  "tagName": "qti-choice-interaction",
3510
3475
  "customElement": true,
@@ -3515,8 +3480,8 @@
3515
3480
  "text": "CustomEvent"
3516
3481
  },
3517
3482
  "inheritedFrom": {
3518
- "name": "ChoicesMixin",
3519
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
3483
+ "name": "Interaction",
3484
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3520
3485
  }
3521
3486
  },
3522
3487
  {
@@ -3525,8 +3490,8 @@
3525
3490
  "text": "CustomEvent"
3526
3491
  },
3527
3492
  "inheritedFrom": {
3528
- "name": "ChoicesMixin",
3529
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
3493
+ "name": "Interaction",
3494
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
3530
3495
  }
3531
3496
  }
3532
3497
  ]
@@ -3859,6 +3824,13 @@
3859
3824
  "description": "text appearing in the extended-text-nteraction if it is empty",
3860
3825
  "fieldName": "placeholderText"
3861
3826
  },
3827
+ {
3828
+ "name": "data-patternmask-message",
3829
+ "type": {
3830
+ "text": "string"
3831
+ },
3832
+ "fieldName": "dataPatternmaskMessage"
3833
+ },
3862
3834
  {
3863
3835
  "name": "class",
3864
3836
  "fieldName": "classNames"
@@ -3973,70 +3945,72 @@
3973
3945
  }
3974
3946
  ],
3975
3947
  "superclass": {
3976
- "name": "LitElement",
3977
- "package": "lit"
3948
+ "name": "Interaction",
3949
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
3978
3950
  },
3979
3951
  "tagName": "qti-gap-match-interaction",
3980
3952
  "customElement": true,
3981
3953
  "attributes": [
3982
3954
  {
3983
- "name": "response-identifier",
3955
+ "name": "min-associations",
3984
3956
  "type": {
3985
- "text": "string"
3957
+ "text": "number"
3986
3958
  },
3987
- "default": "''",
3988
- "fieldName": "responseIdentifier",
3959
+ "default": "1",
3960
+ "fieldName": "minAssociations",
3989
3961
  "inheritedFrom": {
3990
3962
  "name": "DragDropInteractionMixin",
3991
3963
  "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3992
3964
  }
3993
3965
  },
3994
3966
  {
3995
- "name": "disabled",
3967
+ "name": "max-associations",
3996
3968
  "type": {
3997
- "text": "boolean"
3969
+ "text": "number"
3998
3970
  },
3999
- "default": "false",
4000
- "fieldName": "disabled",
3971
+ "default": "1",
3972
+ "fieldName": "maxAssociations",
4001
3973
  "inheritedFrom": {
4002
- "name": "DroppablesMixin",
4003
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
3974
+ "name": "DragDropInteractionMixin",
3975
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4004
3976
  }
4005
3977
  },
4006
3978
  {
4007
- "name": "readonly",
3979
+ "name": "disabled",
4008
3980
  "type": {
4009
3981
  "text": "boolean"
4010
3982
  },
4011
3983
  "default": "false",
4012
- "fieldName": "readonly",
3984
+ "description": "disabled should be exposed to the attributes and accessible as property",
3985
+ "fieldName": "disabled",
4013
3986
  "inheritedFrom": {
4014
- "name": "DragDropInteractionMixin",
4015
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3987
+ "name": "Interaction",
3988
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4016
3989
  }
4017
3990
  },
4018
3991
  {
4019
- "name": "min-associations",
3992
+ "name": "response-identifier",
4020
3993
  "type": {
4021
- "text": "number"
3994
+ "text": "string"
4022
3995
  },
4023
- "default": "1",
4024
- "fieldName": "minAssociations",
3996
+ "default": "''",
3997
+ "fieldName": "responseIdentifier",
4025
3998
  "inheritedFrom": {
4026
- "name": "DragDropInteractionMixin",
4027
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
3999
+ "name": "Interaction",
4000
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4028
4001
  }
4029
4002
  },
4030
4003
  {
4031
- "name": "max-associations",
4004
+ "name": "readonly",
4032
4005
  "type": {
4033
- "text": "number"
4006
+ "text": "boolean"
4034
4007
  },
4035
- "default": "1",
4036
- "fieldName": "maxAssociations",
4008
+ "default": "false",
4009
+ "description": "readonly should be exposed to the attributes and accessible as property",
4010
+ "fieldName": "readonly",
4037
4011
  "inheritedFrom": {
4038
- "name": "DragDropInteractionMixin",
4039
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4012
+ "name": "Interaction",
4013
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4040
4014
  }
4041
4015
  }
4042
4016
  ],
@@ -4047,8 +4021,8 @@
4047
4021
  "text": "CustomEvent"
4048
4022
  },
4049
4023
  "inheritedFrom": {
4050
- "name": "DragDropInteractionMixin",
4051
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4024
+ "name": "Interaction",
4025
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4052
4026
  }
4053
4027
  },
4054
4028
  {
@@ -4057,8 +4031,8 @@
4057
4031
  "text": "CustomEvent"
4058
4032
  },
4059
4033
  "inheritedFrom": {
4060
- "name": "DragDropInteractionMixin",
4061
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4034
+ "name": "Interaction",
4035
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4062
4036
  }
4063
4037
  }
4064
4038
  ]
@@ -4209,70 +4183,72 @@
4209
4183
  }
4210
4184
  ],
4211
4185
  "superclass": {
4212
- "name": "LitElement",
4213
- "package": "lit"
4186
+ "name": "Interaction",
4187
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4214
4188
  },
4215
4189
  "tagName": "qti-graphic-gap-match-interaction",
4216
4190
  "customElement": true,
4217
4191
  "attributes": [
4218
4192
  {
4219
- "name": "response-identifier",
4193
+ "name": "min-associations",
4220
4194
  "type": {
4221
- "text": "string"
4195
+ "text": "number"
4222
4196
  },
4223
- "default": "''",
4224
- "fieldName": "responseIdentifier",
4197
+ "default": "1",
4198
+ "fieldName": "minAssociations",
4225
4199
  "inheritedFrom": {
4226
4200
  "name": "DragDropInteractionMixin",
4227
4201
  "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4228
4202
  }
4229
4203
  },
4230
4204
  {
4231
- "name": "disabled",
4205
+ "name": "max-associations",
4232
4206
  "type": {
4233
- "text": "boolean"
4207
+ "text": "number"
4234
4208
  },
4235
- "default": "false",
4236
- "fieldName": "disabled",
4209
+ "default": "1",
4210
+ "fieldName": "maxAssociations",
4237
4211
  "inheritedFrom": {
4238
- "name": "DroppablesMixin",
4239
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4212
+ "name": "DragDropInteractionMixin",
4213
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4240
4214
  }
4241
4215
  },
4242
4216
  {
4243
- "name": "readonly",
4217
+ "name": "disabled",
4244
4218
  "type": {
4245
4219
  "text": "boolean"
4246
4220
  },
4247
4221
  "default": "false",
4248
- "fieldName": "readonly",
4222
+ "description": "disabled should be exposed to the attributes and accessible as property",
4223
+ "fieldName": "disabled",
4249
4224
  "inheritedFrom": {
4250
- "name": "DragDropInteractionMixin",
4251
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4225
+ "name": "Interaction",
4226
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4252
4227
  }
4253
4228
  },
4254
4229
  {
4255
- "name": "min-associations",
4230
+ "name": "response-identifier",
4256
4231
  "type": {
4257
- "text": "number"
4232
+ "text": "string"
4258
4233
  },
4259
- "default": "1",
4260
- "fieldName": "minAssociations",
4234
+ "default": "''",
4235
+ "fieldName": "responseIdentifier",
4261
4236
  "inheritedFrom": {
4262
- "name": "DragDropInteractionMixin",
4263
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4237
+ "name": "Interaction",
4238
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4264
4239
  }
4265
4240
  },
4266
4241
  {
4267
- "name": "max-associations",
4242
+ "name": "readonly",
4268
4243
  "type": {
4269
- "text": "number"
4244
+ "text": "boolean"
4270
4245
  },
4271
- "default": "1",
4272
- "fieldName": "maxAssociations",
4246
+ "default": "false",
4247
+ "description": "readonly should be exposed to the attributes and accessible as property",
4248
+ "fieldName": "readonly",
4273
4249
  "inheritedFrom": {
4274
- "name": "DragDropInteractionMixin",
4275
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4250
+ "name": "Interaction",
4251
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4276
4252
  }
4277
4253
  }
4278
4254
  ],
@@ -4283,8 +4259,8 @@
4283
4259
  "text": "CustomEvent"
4284
4260
  },
4285
4261
  "inheritedFrom": {
4286
- "name": "DragDropInteractionMixin",
4287
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4262
+ "name": "Interaction",
4263
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4288
4264
  }
4289
4265
  },
4290
4266
  {
@@ -4293,8 +4269,8 @@
4293
4269
  "text": "CustomEvent"
4294
4270
  },
4295
4271
  "inheritedFrom": {
4296
- "name": "DragDropInteractionMixin",
4297
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4272
+ "name": "Interaction",
4273
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4298
4274
  }
4299
4275
  }
4300
4276
  ]
@@ -4341,24 +4317,12 @@
4341
4317
  }
4342
4318
  ],
4343
4319
  "superclass": {
4344
- "name": "LitElement",
4345
- "package": "lit"
4320
+ "name": "Interaction",
4321
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4346
4322
  },
4347
4323
  "tagName": "qti-graphic-order-interaction",
4348
4324
  "customElement": true,
4349
4325
  "attributes": [
4350
- {
4351
- "name": "response-identifier",
4352
- "type": {
4353
- "text": "string"
4354
- },
4355
- "default": "''",
4356
- "fieldName": "responseIdentifier",
4357
- "inheritedFrom": {
4358
- "name": "ChoicesMixin",
4359
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4360
- }
4361
- },
4362
4326
  {
4363
4327
  "name": "min-choices",
4364
4328
  "type": {
@@ -4383,16 +4347,29 @@
4383
4347
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4384
4348
  }
4385
4349
  },
4350
+ {
4351
+ "name": "response-identifier",
4352
+ "type": {
4353
+ "text": "string"
4354
+ },
4355
+ "default": "''",
4356
+ "fieldName": "responseIdentifier",
4357
+ "inheritedFrom": {
4358
+ "name": "Interaction",
4359
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4360
+ }
4361
+ },
4386
4362
  {
4387
4363
  "name": "disabled",
4388
4364
  "type": {
4389
4365
  "text": "boolean"
4390
4366
  },
4391
4367
  "default": "false",
4368
+ "description": "disabled should be exposed to the attributes and accessible as property",
4392
4369
  "fieldName": "disabled",
4393
4370
  "inheritedFrom": {
4394
- "name": "ChoicesMixin",
4395
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4371
+ "name": "Interaction",
4372
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4396
4373
  }
4397
4374
  },
4398
4375
  {
@@ -4401,10 +4378,11 @@
4401
4378
  "text": "boolean"
4402
4379
  },
4403
4380
  "default": "false",
4381
+ "description": "readonly should be exposed to the attributes and accessible as property",
4404
4382
  "fieldName": "readonly",
4405
4383
  "inheritedFrom": {
4406
- "name": "ChoicesMixin",
4407
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4384
+ "name": "Interaction",
4385
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4408
4386
  }
4409
4387
  }
4410
4388
  ],
@@ -4415,8 +4393,8 @@
4415
4393
  "text": "CustomEvent"
4416
4394
  },
4417
4395
  "inheritedFrom": {
4418
- "name": "ChoicesMixin",
4419
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4396
+ "name": "Interaction",
4397
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4420
4398
  }
4421
4399
  },
4422
4400
  {
@@ -4425,8 +4403,8 @@
4425
4403
  "text": "CustomEvent"
4426
4404
  },
4427
4405
  "inheritedFrom": {
4428
- "name": "ChoicesMixin",
4429
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4406
+ "name": "Interaction",
4407
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4430
4408
  }
4431
4409
  }
4432
4410
  ]
@@ -4473,24 +4451,12 @@
4473
4451
  }
4474
4452
  ],
4475
4453
  "superclass": {
4476
- "name": "LitElement",
4477
- "package": "lit"
4454
+ "name": "Interaction",
4455
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4478
4456
  },
4479
4457
  "tagName": "qti-hotspot-interaction",
4480
4458
  "customElement": true,
4481
4459
  "attributes": [
4482
- {
4483
- "name": "response-identifier",
4484
- "type": {
4485
- "text": "string"
4486
- },
4487
- "default": "''",
4488
- "fieldName": "responseIdentifier",
4489
- "inheritedFrom": {
4490
- "name": "ChoicesMixin",
4491
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4492
- }
4493
- },
4494
4460
  {
4495
4461
  "name": "min-choices",
4496
4462
  "type": {
@@ -4515,16 +4481,29 @@
4515
4481
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4516
4482
  }
4517
4483
  },
4484
+ {
4485
+ "name": "response-identifier",
4486
+ "type": {
4487
+ "text": "string"
4488
+ },
4489
+ "default": "''",
4490
+ "fieldName": "responseIdentifier",
4491
+ "inheritedFrom": {
4492
+ "name": "Interaction",
4493
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4494
+ }
4495
+ },
4518
4496
  {
4519
4497
  "name": "disabled",
4520
4498
  "type": {
4521
4499
  "text": "boolean"
4522
4500
  },
4523
4501
  "default": "false",
4502
+ "description": "disabled should be exposed to the attributes and accessible as property",
4524
4503
  "fieldName": "disabled",
4525
4504
  "inheritedFrom": {
4526
- "name": "ChoicesMixin",
4527
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4505
+ "name": "Interaction",
4506
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4528
4507
  }
4529
4508
  },
4530
4509
  {
@@ -4533,10 +4512,11 @@
4533
4512
  "text": "boolean"
4534
4513
  },
4535
4514
  "default": "false",
4515
+ "description": "readonly should be exposed to the attributes and accessible as property",
4536
4516
  "fieldName": "readonly",
4537
4517
  "inheritedFrom": {
4538
- "name": "ChoicesMixin",
4539
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4518
+ "name": "Interaction",
4519
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4540
4520
  }
4541
4521
  }
4542
4522
  ],
@@ -4547,8 +4527,8 @@
4547
4527
  "text": "CustomEvent"
4548
4528
  },
4549
4529
  "inheritedFrom": {
4550
- "name": "ChoicesMixin",
4551
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4530
+ "name": "Interaction",
4531
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4552
4532
  }
4553
4533
  },
4554
4534
  {
@@ -4557,8 +4537,8 @@
4557
4537
  "text": "CustomEvent"
4558
4538
  },
4559
4539
  "inheritedFrom": {
4560
- "name": "ChoicesMixin",
4561
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4540
+ "name": "Interaction",
4541
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4562
4542
  }
4563
4543
  }
4564
4544
  ]
@@ -4605,24 +4585,12 @@
4605
4585
  }
4606
4586
  ],
4607
4587
  "superclass": {
4608
- "name": "LitElement",
4609
- "package": "lit"
4588
+ "name": "Interaction",
4589
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4610
4590
  },
4611
4591
  "tagName": "qti-hottext-interaction",
4612
4592
  "customElement": true,
4613
4593
  "attributes": [
4614
- {
4615
- "name": "response-identifier",
4616
- "type": {
4617
- "text": "string"
4618
- },
4619
- "default": "''",
4620
- "fieldName": "responseIdentifier",
4621
- "inheritedFrom": {
4622
- "name": "ChoicesMixin",
4623
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4624
- }
4625
- },
4626
4594
  {
4627
4595
  "name": "min-choices",
4628
4596
  "type": {
@@ -4647,16 +4615,29 @@
4647
4615
  "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4648
4616
  }
4649
4617
  },
4618
+ {
4619
+ "name": "response-identifier",
4620
+ "type": {
4621
+ "text": "string"
4622
+ },
4623
+ "default": "''",
4624
+ "fieldName": "responseIdentifier",
4625
+ "inheritedFrom": {
4626
+ "name": "Interaction",
4627
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4628
+ }
4629
+ },
4650
4630
  {
4651
4631
  "name": "disabled",
4652
4632
  "type": {
4653
4633
  "text": "boolean"
4654
4634
  },
4655
4635
  "default": "false",
4636
+ "description": "disabled should be exposed to the attributes and accessible as property",
4656
4637
  "fieldName": "disabled",
4657
4638
  "inheritedFrom": {
4658
- "name": "ChoicesMixin",
4659
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4639
+ "name": "Interaction",
4640
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4660
4641
  }
4661
4642
  },
4662
4643
  {
@@ -4665,10 +4646,11 @@
4665
4646
  "text": "boolean"
4666
4647
  },
4667
4648
  "default": "false",
4649
+ "description": "readonly should be exposed to the attributes and accessible as property",
4668
4650
  "fieldName": "readonly",
4669
4651
  "inheritedFrom": {
4670
- "name": "ChoicesMixin",
4671
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4652
+ "name": "Interaction",
4653
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4672
4654
  }
4673
4655
  }
4674
4656
  ],
@@ -4679,8 +4661,8 @@
4679
4661
  "text": "CustomEvent"
4680
4662
  },
4681
4663
  "inheritedFrom": {
4682
- "name": "ChoicesMixin",
4683
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4664
+ "name": "Interaction",
4665
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4684
4666
  }
4685
4667
  },
4686
4668
  {
@@ -4689,8 +4671,8 @@
4689
4671
  "text": "CustomEvent"
4690
4672
  },
4691
4673
  "inheritedFrom": {
4692
- "name": "ChoicesMixin",
4693
- "module": "src/lib/qti-components/qti-interaction/internal/choices/choices.mixin.ts"
4674
+ "name": "Interaction",
4675
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4694
4676
  }
4695
4677
  }
4696
4678
  ]
@@ -4851,56 +4833,58 @@
4851
4833
  "default": "''",
4852
4834
  "fieldName": "responseIdentifier",
4853
4835
  "inheritedFrom": {
4854
- "name": "DragDropInteractionMixin",
4855
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4836
+ "name": "Interaction",
4837
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4856
4838
  }
4857
4839
  },
4858
4840
  {
4859
- "name": "disabled",
4841
+ "name": "min-associations",
4860
4842
  "type": {
4861
- "text": "boolean"
4843
+ "text": "number"
4862
4844
  },
4863
- "default": "false",
4864
- "fieldName": "disabled",
4845
+ "default": "1",
4846
+ "fieldName": "minAssociations",
4865
4847
  "inheritedFrom": {
4866
- "name": "DroppablesMixin",
4867
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
4848
+ "name": "DragDropInteractionMixin",
4849
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4868
4850
  }
4869
4851
  },
4870
4852
  {
4871
- "name": "readonly",
4853
+ "name": "max-associations",
4872
4854
  "type": {
4873
- "text": "boolean"
4855
+ "text": "number"
4874
4856
  },
4875
- "default": "false",
4876
- "fieldName": "readonly",
4857
+ "default": "1",
4858
+ "fieldName": "maxAssociations",
4877
4859
  "inheritedFrom": {
4878
4860
  "name": "DragDropInteractionMixin",
4879
4861
  "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4880
4862
  }
4881
4863
  },
4882
4864
  {
4883
- "name": "min-associations",
4865
+ "name": "disabled",
4884
4866
  "type": {
4885
- "text": "number"
4867
+ "text": "boolean"
4886
4868
  },
4887
- "default": "1",
4888
- "fieldName": "minAssociations",
4869
+ "default": "false",
4870
+ "description": "disabled should be exposed to the attributes and accessible as property",
4871
+ "fieldName": "disabled",
4889
4872
  "inheritedFrom": {
4890
- "name": "DragDropInteractionMixin",
4891
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4873
+ "name": "Interaction",
4874
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4892
4875
  }
4893
4876
  },
4894
4877
  {
4895
- "name": "max-associations",
4878
+ "name": "readonly",
4896
4879
  "type": {
4897
- "text": "number"
4880
+ "text": "boolean"
4898
4881
  },
4899
- "default": "1",
4900
- "fieldName": "maxAssociations",
4882
+ "default": "false",
4883
+ "description": "readonly should be exposed to the attributes and accessible as property",
4884
+ "fieldName": "readonly",
4901
4885
  "inheritedFrom": {
4902
- "name": "DragDropInteractionMixin",
4903
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4886
+ "name": "Interaction",
4887
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4904
4888
  }
4905
4889
  }
4906
4890
  ],
@@ -4911,8 +4895,8 @@
4911
4895
  }
4912
4896
  ],
4913
4897
  "superclass": {
4914
- "name": "LitElement",
4915
- "package": "lit"
4898
+ "name": "Interaction",
4899
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
4916
4900
  },
4917
4901
  "tagName": "qti-match-interaction",
4918
4902
  "customElement": true,
@@ -4923,8 +4907,8 @@
4923
4907
  "text": "CustomEvent"
4924
4908
  },
4925
4909
  "inheritedFrom": {
4926
- "name": "DragDropInteractionMixin",
4927
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4910
+ "name": "Interaction",
4911
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4928
4912
  }
4929
4913
  },
4930
4914
  {
@@ -4933,8 +4917,8 @@
4933
4917
  "text": "CustomEvent"
4934
4918
  },
4935
4919
  "inheritedFrom": {
4936
- "name": "DragDropInteractionMixin",
4937
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
4920
+ "name": "Interaction",
4921
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
4938
4922
  }
4939
4923
  }
4940
4924
  ]
@@ -5099,63 +5083,65 @@
5099
5083
  }
5100
5084
  },
5101
5085
  {
5102
- "name": "response-identifier",
5086
+ "name": "min-associations",
5103
5087
  "type": {
5104
- "text": "string"
5088
+ "text": "number"
5105
5089
  },
5106
- "default": "''",
5107
- "fieldName": "responseIdentifier",
5090
+ "default": "1",
5091
+ "fieldName": "minAssociations",
5108
5092
  "inheritedFrom": {
5109
5093
  "name": "DragDropInteractionMixin",
5110
5094
  "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5111
5095
  }
5112
5096
  },
5113
5097
  {
5114
- "name": "disabled",
5098
+ "name": "max-associations",
5115
5099
  "type": {
5116
- "text": "boolean"
5100
+ "text": "number"
5117
5101
  },
5118
- "default": "false",
5119
- "fieldName": "disabled",
5102
+ "default": "1",
5103
+ "fieldName": "maxAssociations",
5120
5104
  "inheritedFrom": {
5121
- "name": "DroppablesMixin",
5122
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
5105
+ "name": "DragDropInteractionMixin",
5106
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5123
5107
  }
5124
5108
  },
5125
5109
  {
5126
- "name": "readonly",
5110
+ "name": "disabled",
5127
5111
  "type": {
5128
5112
  "text": "boolean"
5129
5113
  },
5130
5114
  "default": "false",
5131
- "fieldName": "readonly",
5115
+ "description": "disabled should be exposed to the attributes and accessible as property",
5116
+ "fieldName": "disabled",
5132
5117
  "inheritedFrom": {
5133
- "name": "DragDropInteractionMixin",
5134
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5135
- }
5118
+ "name": "Interaction",
5119
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5120
+ }
5136
5121
  },
5137
5122
  {
5138
- "name": "min-associations",
5123
+ "name": "response-identifier",
5139
5124
  "type": {
5140
- "text": "number"
5125
+ "text": "string"
5141
5126
  },
5142
- "default": "1",
5143
- "fieldName": "minAssociations",
5127
+ "default": "''",
5128
+ "fieldName": "responseIdentifier",
5144
5129
  "inheritedFrom": {
5145
- "name": "DragDropInteractionMixin",
5146
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5130
+ "name": "Interaction",
5131
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5147
5132
  }
5148
5133
  },
5149
5134
  {
5150
- "name": "max-associations",
5135
+ "name": "readonly",
5151
5136
  "type": {
5152
- "text": "number"
5137
+ "text": "boolean"
5153
5138
  },
5154
- "default": "1",
5155
- "fieldName": "maxAssociations",
5139
+ "default": "false",
5140
+ "description": "readonly should be exposed to the attributes and accessible as property",
5141
+ "fieldName": "readonly",
5156
5142
  "inheritedFrom": {
5157
- "name": "DragDropInteractionMixin",
5158
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5143
+ "name": "Interaction",
5144
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5159
5145
  }
5160
5146
  }
5161
5147
  ],
@@ -5170,8 +5156,8 @@
5170
5156
  }
5171
5157
  ],
5172
5158
  "superclass": {
5173
- "name": "LitElement",
5174
- "package": "lit"
5159
+ "name": "Interaction",
5160
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
5175
5161
  },
5176
5162
  "tagName": "qti-order-interaction",
5177
5163
  "customElement": true,
@@ -5182,8 +5168,8 @@
5182
5168
  "text": "CustomEvent"
5183
5169
  },
5184
5170
  "inheritedFrom": {
5185
- "name": "DragDropInteractionMixin",
5186
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5171
+ "name": "Interaction",
5172
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5187
5173
  }
5188
5174
  },
5189
5175
  {
@@ -5192,8 +5178,8 @@
5192
5178
  "text": "CustomEvent"
5193
5179
  },
5194
5180
  "inheritedFrom": {
5195
- "name": "DragDropInteractionMixin",
5196
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
5181
+ "name": "Interaction",
5182
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
5197
5183
  }
5198
5184
  }
5199
5185
  ]
@@ -5630,13 +5616,6 @@
5630
5616
  }
5631
5617
  ],
5632
5618
  "attributes": [
5633
- {
5634
- "name": "value",
5635
- "type": {
5636
- "text": "number"
5637
- },
5638
- "fieldName": "value"
5639
- },
5640
5619
  {
5641
5620
  "name": "step-label",
5642
5621
  "type": {
@@ -5778,6 +5757,13 @@
5778
5757
  },
5779
5758
  "fieldName": "placeholderText"
5780
5759
  },
5760
+ {
5761
+ "name": "data-patternmask-message",
5762
+ "type": {
5763
+ "text": "string"
5764
+ },
5765
+ "fieldName": "dataPatternmaskMessage"
5766
+ },
5781
5767
  {
5782
5768
  "name": "response-identifier",
5783
5769
  "type": {
@@ -6412,7 +6398,7 @@
6412
6398
  "declarations": [
6413
6399
  {
6414
6400
  "kind": "mixin",
6415
- "description": "A mixin that adds choice functionality to a LitElement-based class.\nIt dispatches events with a custom `type` and handles selection logic.",
6401
+ "description": "",
6416
6402
  "name": "ActiveElementMixin",
6417
6403
  "members": [],
6418
6404
  "events": [
@@ -6461,15 +6447,13 @@
6461
6447
  "name": "Base",
6462
6448
  "type": {
6463
6449
  "text": "T"
6464
- },
6465
- "description": "The base class to extend."
6450
+ }
6466
6451
  },
6467
6452
  {
6468
6453
  "name": "type",
6469
6454
  "type": {
6470
6455
  "text": "string"
6471
- },
6472
- "description": "The type of the choice, used in event names."
6456
+ }
6473
6457
  }
6474
6458
  ]
6475
6459
  }
@@ -6494,29 +6478,7 @@
6494
6478
  "description": "",
6495
6479
  "name": "ChoicesMixin",
6496
6480
  "members": [],
6497
- "events": [
6498
- {
6499
- "name": "qti-register-interaction",
6500
- "type": {
6501
- "text": "CustomEvent"
6502
- }
6503
- },
6504
- {
6505
- "name": "qti-interaction-response",
6506
- "type": {
6507
- "text": "CustomEvent"
6508
- }
6509
- }
6510
- ],
6511
6481
  "attributes": [
6512
- {
6513
- "name": "response-identifier",
6514
- "type": {
6515
- "text": "string"
6516
- },
6517
- "default": "''",
6518
- "fieldName": "responseIdentifier"
6519
- },
6520
6482
  {
6521
6483
  "name": "min-choices",
6522
6484
  "type": {
@@ -6532,22 +6494,6 @@
6532
6494
  },
6533
6495
  "default": "1",
6534
6496
  "fieldName": "maxChoices"
6535
- },
6536
- {
6537
- "name": "disabled",
6538
- "type": {
6539
- "text": "boolean"
6540
- },
6541
- "default": "false",
6542
- "fieldName": "disabled"
6543
- },
6544
- {
6545
- "name": "readonly",
6546
- "type": {
6547
- "text": "boolean"
6548
- },
6549
- "default": "false",
6550
- "fieldName": "readonly"
6551
6497
  }
6552
6498
  ],
6553
6499
  "parameters": [
@@ -6593,8 +6539,8 @@
6593
6539
  }
6594
6540
  ],
6595
6541
  "superclass": {
6596
- "name": "LitElement",
6597
- "package": "lit"
6542
+ "name": "Interaction",
6543
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
6598
6544
  },
6599
6545
  "tagName": "test-element",
6600
6546
  "customElement": true,
@@ -6620,6 +6566,66 @@
6620
6566
  "name": "ShuffleMixin",
6621
6567
  "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
6622
6568
  }
6569
+ },
6570
+ {
6571
+ "name": "response-identifier",
6572
+ "type": {
6573
+ "text": "string"
6574
+ },
6575
+ "default": "''",
6576
+ "fieldName": "responseIdentifier",
6577
+ "inheritedFrom": {
6578
+ "name": "Interaction",
6579
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6580
+ }
6581
+ },
6582
+ {
6583
+ "name": "disabled",
6584
+ "type": {
6585
+ "text": "boolean"
6586
+ },
6587
+ "default": "false",
6588
+ "description": "disabled should be exposed to the attributes and accessible as property",
6589
+ "fieldName": "disabled",
6590
+ "inheritedFrom": {
6591
+ "name": "Interaction",
6592
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6593
+ }
6594
+ },
6595
+ {
6596
+ "name": "readonly",
6597
+ "type": {
6598
+ "text": "boolean"
6599
+ },
6600
+ "default": "false",
6601
+ "description": "readonly should be exposed to the attributes and accessible as property",
6602
+ "fieldName": "readonly",
6603
+ "inheritedFrom": {
6604
+ "name": "Interaction",
6605
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6606
+ }
6607
+ }
6608
+ ],
6609
+ "events": [
6610
+ {
6611
+ "name": "qti-register-interaction",
6612
+ "type": {
6613
+ "text": "CustomEvent"
6614
+ },
6615
+ "inheritedFrom": {
6616
+ "name": "Interaction",
6617
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6618
+ }
6619
+ },
6620
+ {
6621
+ "name": "qti-interaction-response",
6622
+ "type": {
6623
+ "text": "CustomEvent"
6624
+ },
6625
+ "inheritedFrom": {
6626
+ "name": "Interaction",
6627
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
6628
+ }
6623
6629
  }
6624
6630
  ]
6625
6631
  }
@@ -6681,34 +6687,6 @@
6681
6687
  }
6682
6688
  ],
6683
6689
  "attributes": [
6684
- {
6685
- "name": "response-identifier",
6686
- "type": {
6687
- "text": "string"
6688
- },
6689
- "default": "''",
6690
- "fieldName": "responseIdentifier"
6691
- },
6692
- {
6693
- "name": "disabled",
6694
- "type": {
6695
- "text": "boolean"
6696
- },
6697
- "default": "false",
6698
- "fieldName": "disabled",
6699
- "inheritedFrom": {
6700
- "name": "DroppablesMixin",
6701
- "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
6702
- }
6703
- },
6704
- {
6705
- "name": "readonly",
6706
- "type": {
6707
- "text": "boolean"
6708
- },
6709
- "default": "false",
6710
- "fieldName": "readonly"
6711
- },
6712
6690
  {
6713
6691
  "name": "min-associations",
6714
6692
  "type": {
@@ -6724,6 +6702,18 @@
6724
6702
  },
6725
6703
  "default": "1",
6726
6704
  "fieldName": "maxAssociations"
6705
+ },
6706
+ {
6707
+ "name": "disabled",
6708
+ "type": {
6709
+ "text": "boolean"
6710
+ },
6711
+ "default": "false",
6712
+ "fieldName": "disabled",
6713
+ "inheritedFrom": {
6714
+ "name": "DroppablesMixin",
6715
+ "module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
6716
+ }
6727
6717
  }
6728
6718
  ],
6729
6719
  "mixins": [
@@ -7063,8 +7053,8 @@
7063
7053
  }
7064
7054
  ],
7065
7055
  "superclass": {
7066
- "name": "LitElement",
7067
- "package": "lit"
7056
+ "name": "Interaction",
7057
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
7068
7058
  },
7069
7059
  "tagName": "test-element",
7070
7060
  "customElement": true,
@@ -7090,6 +7080,66 @@
7090
7080
  "name": "ShuffleMixin",
7091
7081
  "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
7092
7082
  }
7083
+ },
7084
+ {
7085
+ "name": "response-identifier",
7086
+ "type": {
7087
+ "text": "string"
7088
+ },
7089
+ "default": "''",
7090
+ "fieldName": "responseIdentifier",
7091
+ "inheritedFrom": {
7092
+ "name": "Interaction",
7093
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7094
+ }
7095
+ },
7096
+ {
7097
+ "name": "disabled",
7098
+ "type": {
7099
+ "text": "boolean"
7100
+ },
7101
+ "default": "false",
7102
+ "description": "disabled should be exposed to the attributes and accessible as property",
7103
+ "fieldName": "disabled",
7104
+ "inheritedFrom": {
7105
+ "name": "Interaction",
7106
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7107
+ }
7108
+ },
7109
+ {
7110
+ "name": "readonly",
7111
+ "type": {
7112
+ "text": "boolean"
7113
+ },
7114
+ "default": "false",
7115
+ "description": "readonly should be exposed to the attributes and accessible as property",
7116
+ "fieldName": "readonly",
7117
+ "inheritedFrom": {
7118
+ "name": "Interaction",
7119
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7120
+ }
7121
+ }
7122
+ ],
7123
+ "events": [
7124
+ {
7125
+ "name": "qti-register-interaction",
7126
+ "type": {
7127
+ "text": "CustomEvent"
7128
+ },
7129
+ "inheritedFrom": {
7130
+ "name": "Interaction",
7131
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7132
+ }
7133
+ },
7134
+ {
7135
+ "name": "qti-interaction-response",
7136
+ "type": {
7137
+ "text": "CustomEvent"
7138
+ },
7139
+ "inheritedFrom": {
7140
+ "name": "Interaction",
7141
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7142
+ }
7093
7143
  }
7094
7144
  ]
7095
7145
  }
@@ -7170,8 +7220,8 @@
7170
7220
  }
7171
7221
  ],
7172
7222
  "superclass": {
7173
- "name": "LitElement",
7174
- "package": "lit"
7223
+ "name": "Interaction",
7224
+ "module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
7175
7225
  },
7176
7226
  "tagName": "test-element",
7177
7227
  "customElement": true,
@@ -7197,6 +7247,66 @@
7197
7247
  "name": "ShuffleMixin",
7198
7248
  "module": "src/lib/qti-components/qti-interaction/internal/shuffle/shuffle-mixin.ts"
7199
7249
  }
7250
+ },
7251
+ {
7252
+ "name": "response-identifier",
7253
+ "type": {
7254
+ "text": "string"
7255
+ },
7256
+ "default": "''",
7257
+ "fieldName": "responseIdentifier",
7258
+ "inheritedFrom": {
7259
+ "name": "Interaction",
7260
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7261
+ }
7262
+ },
7263
+ {
7264
+ "name": "disabled",
7265
+ "type": {
7266
+ "text": "boolean"
7267
+ },
7268
+ "default": "false",
7269
+ "description": "disabled should be exposed to the attributes and accessible as property",
7270
+ "fieldName": "disabled",
7271
+ "inheritedFrom": {
7272
+ "name": "Interaction",
7273
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7274
+ }
7275
+ },
7276
+ {
7277
+ "name": "readonly",
7278
+ "type": {
7279
+ "text": "boolean"
7280
+ },
7281
+ "default": "false",
7282
+ "description": "readonly should be exposed to the attributes and accessible as property",
7283
+ "fieldName": "readonly",
7284
+ "inheritedFrom": {
7285
+ "name": "Interaction",
7286
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7287
+ }
7288
+ }
7289
+ ],
7290
+ "events": [
7291
+ {
7292
+ "name": "qti-register-interaction",
7293
+ "type": {
7294
+ "text": "CustomEvent"
7295
+ },
7296
+ "inheritedFrom": {
7297
+ "name": "Interaction",
7298
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7299
+ }
7300
+ },
7301
+ {
7302
+ "name": "qti-interaction-response",
7303
+ "type": {
7304
+ "text": "CustomEvent"
7305
+ },
7306
+ "inheritedFrom": {
7307
+ "name": "Interaction",
7308
+ "module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
7309
+ }
7200
7310
  }
7201
7311
  ]
7202
7312
  }