@citolab/qti-components 6.0.8 → 6.0.9
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 +226 -226
- package/package.json +2 -2
|
@@ -3455,19 +3455,26 @@
|
|
|
3455
3455
|
},
|
|
3456
3456
|
{
|
|
3457
3457
|
"kind": "javascript-module",
|
|
3458
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3458
|
+
"path": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts",
|
|
3459
3459
|
"declarations": [
|
|
3460
3460
|
{
|
|
3461
3461
|
"kind": "class",
|
|
3462
3462
|
"description": "",
|
|
3463
|
-
"name": "
|
|
3463
|
+
"name": "QtiMatchInteraction",
|
|
3464
3464
|
"members": [],
|
|
3465
|
-
"
|
|
3465
|
+
"mixins": [
|
|
3466
3466
|
{
|
|
3467
|
-
"name": "",
|
|
3468
|
-
"
|
|
3469
|
-
|
|
3470
|
-
|
|
3467
|
+
"name": "DragDropInteractionMixin",
|
|
3468
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3469
|
+
}
|
|
3470
|
+
],
|
|
3471
|
+
"superclass": {
|
|
3472
|
+
"name": "LitElement",
|
|
3473
|
+
"package": "lit"
|
|
3474
|
+
},
|
|
3475
|
+
"tagName": "qti-match-interaction",
|
|
3476
|
+
"customElement": true,
|
|
3477
|
+
"attributes": [
|
|
3471
3478
|
{
|
|
3472
3479
|
"name": "response-identifier",
|
|
3473
3480
|
"type": {
|
|
@@ -3476,8 +3483,8 @@
|
|
|
3476
3483
|
"default": "''",
|
|
3477
3484
|
"fieldName": "responseIdentifier",
|
|
3478
3485
|
"inheritedFrom": {
|
|
3479
|
-
"name": "
|
|
3480
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3486
|
+
"name": "DragDropInteractionMixin",
|
|
3487
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3481
3488
|
}
|
|
3482
3489
|
},
|
|
3483
3490
|
{
|
|
@@ -3486,11 +3493,10 @@
|
|
|
3486
3493
|
"text": "boolean"
|
|
3487
3494
|
},
|
|
3488
3495
|
"default": "false",
|
|
3489
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3490
3496
|
"fieldName": "disabled",
|
|
3491
3497
|
"inheritedFrom": {
|
|
3492
|
-
"name": "
|
|
3493
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3498
|
+
"name": "DroppablesMixin",
|
|
3499
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/droppables-mixin.ts"
|
|
3494
3500
|
}
|
|
3495
3501
|
},
|
|
3496
3502
|
{
|
|
@@ -3499,20 +3505,37 @@
|
|
|
3499
3505
|
"text": "boolean"
|
|
3500
3506
|
},
|
|
3501
3507
|
"default": "false",
|
|
3502
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3503
3508
|
"fieldName": "readonly",
|
|
3504
3509
|
"inheritedFrom": {
|
|
3505
|
-
"name": "
|
|
3506
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3510
|
+
"name": "DragDropInteractionMixin",
|
|
3511
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "min-associations",
|
|
3516
|
+
"type": {
|
|
3517
|
+
"text": "number"
|
|
3518
|
+
},
|
|
3519
|
+
"default": "1",
|
|
3520
|
+
"fieldName": "minAssociations",
|
|
3521
|
+
"inheritedFrom": {
|
|
3522
|
+
"name": "DragDropInteractionMixin",
|
|
3523
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"name": "max-associations",
|
|
3528
|
+
"type": {
|
|
3529
|
+
"text": "number"
|
|
3530
|
+
},
|
|
3531
|
+
"default": "1",
|
|
3532
|
+
"fieldName": "maxAssociations",
|
|
3533
|
+
"inheritedFrom": {
|
|
3534
|
+
"name": "DragDropInteractionMixin",
|
|
3535
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3507
3536
|
}
|
|
3508
3537
|
}
|
|
3509
3538
|
],
|
|
3510
|
-
"superclass": {
|
|
3511
|
-
"name": "Interaction",
|
|
3512
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3513
|
-
},
|
|
3514
|
-
"tagName": "qti-media-interaction",
|
|
3515
|
-
"customElement": true,
|
|
3516
3539
|
"events": [
|
|
3517
3540
|
{
|
|
3518
3541
|
"name": "qti-register-interaction",
|
|
@@ -3520,8 +3543,8 @@
|
|
|
3520
3543
|
"text": "CustomEvent"
|
|
3521
3544
|
},
|
|
3522
3545
|
"inheritedFrom": {
|
|
3523
|
-
"name": "
|
|
3524
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3546
|
+
"name": "DragDropInteractionMixin",
|
|
3547
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3525
3548
|
}
|
|
3526
3549
|
},
|
|
3527
3550
|
{
|
|
@@ -3530,8 +3553,8 @@
|
|
|
3530
3553
|
"text": "CustomEvent"
|
|
3531
3554
|
},
|
|
3532
3555
|
"inheritedFrom": {
|
|
3533
|
-
"name": "
|
|
3534
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3556
|
+
"name": "DragDropInteractionMixin",
|
|
3557
|
+
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3535
3558
|
}
|
|
3536
3559
|
}
|
|
3537
3560
|
]
|
|
@@ -3540,44 +3563,37 @@
|
|
|
3540
3563
|
"exports": [
|
|
3541
3564
|
{
|
|
3542
3565
|
"kind": "js",
|
|
3543
|
-
"name": "
|
|
3566
|
+
"name": "QtiMatchInteraction",
|
|
3544
3567
|
"declaration": {
|
|
3545
|
-
"name": "
|
|
3546
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3568
|
+
"name": "QtiMatchInteraction",
|
|
3569
|
+
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
3547
3570
|
}
|
|
3548
3571
|
},
|
|
3549
3572
|
{
|
|
3550
3573
|
"kind": "custom-element-definition",
|
|
3551
|
-
"name": "qti-
|
|
3574
|
+
"name": "qti-match-interaction",
|
|
3552
3575
|
"declaration": {
|
|
3553
|
-
"name": "
|
|
3554
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3576
|
+
"name": "QtiMatchInteraction",
|
|
3577
|
+
"module": "src/lib/qti-components/qti-interaction/qti-match-interaction/qti-match-interaction.ts"
|
|
3555
3578
|
}
|
|
3556
3579
|
}
|
|
3557
3580
|
]
|
|
3558
3581
|
},
|
|
3559
3582
|
{
|
|
3560
3583
|
"kind": "javascript-module",
|
|
3561
|
-
"path": "src/lib/qti-components/qti-interaction/qti-
|
|
3584
|
+
"path": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts",
|
|
3562
3585
|
"declarations": [
|
|
3563
3586
|
{
|
|
3564
3587
|
"kind": "class",
|
|
3565
3588
|
"description": "",
|
|
3566
|
-
"name": "
|
|
3589
|
+
"name": "QtiMediaInteraction",
|
|
3567
3590
|
"members": [],
|
|
3568
|
-
"mixins": [
|
|
3569
|
-
{
|
|
3570
|
-
"name": "DragDropInteractionMixin",
|
|
3571
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin"
|
|
3572
|
-
}
|
|
3573
|
-
],
|
|
3574
|
-
"superclass": {
|
|
3575
|
-
"name": "LitElement",
|
|
3576
|
-
"package": "lit"
|
|
3577
|
-
},
|
|
3578
|
-
"tagName": "qti-match-interaction",
|
|
3579
|
-
"customElement": true,
|
|
3580
3591
|
"attributes": [
|
|
3592
|
+
{
|
|
3593
|
+
"name": "",
|
|
3594
|
+
"fieldName": "",
|
|
3595
|
+
"attribute": ""
|
|
3596
|
+
},
|
|
3581
3597
|
{
|
|
3582
3598
|
"name": "response-identifier",
|
|
3583
3599
|
"type": {
|
|
@@ -3586,8 +3602,8 @@
|
|
|
3586
3602
|
"default": "''",
|
|
3587
3603
|
"fieldName": "responseIdentifier",
|
|
3588
3604
|
"inheritedFrom": {
|
|
3589
|
-
"name": "
|
|
3590
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3605
|
+
"name": "Interaction",
|
|
3606
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3591
3607
|
}
|
|
3592
3608
|
},
|
|
3593
3609
|
{
|
|
@@ -3596,10 +3612,11 @@
|
|
|
3596
3612
|
"text": "boolean"
|
|
3597
3613
|
},
|
|
3598
3614
|
"default": "false",
|
|
3615
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
3599
3616
|
"fieldName": "disabled",
|
|
3600
3617
|
"inheritedFrom": {
|
|
3601
|
-
"name": "
|
|
3602
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3618
|
+
"name": "Interaction",
|
|
3619
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3603
3620
|
}
|
|
3604
3621
|
},
|
|
3605
3622
|
{
|
|
@@ -3608,37 +3625,20 @@
|
|
|
3608
3625
|
"text": "boolean"
|
|
3609
3626
|
},
|
|
3610
3627
|
"default": "false",
|
|
3628
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
3611
3629
|
"fieldName": "readonly",
|
|
3612
3630
|
"inheritedFrom": {
|
|
3613
|
-
"name": "
|
|
3614
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3615
|
-
}
|
|
3616
|
-
},
|
|
3617
|
-
{
|
|
3618
|
-
"name": "min-associations",
|
|
3619
|
-
"type": {
|
|
3620
|
-
"text": "number"
|
|
3621
|
-
},
|
|
3622
|
-
"default": "1",
|
|
3623
|
-
"fieldName": "minAssociations",
|
|
3624
|
-
"inheritedFrom": {
|
|
3625
|
-
"name": "DragDropInteractionMixin",
|
|
3626
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3627
|
-
}
|
|
3628
|
-
},
|
|
3629
|
-
{
|
|
3630
|
-
"name": "max-associations",
|
|
3631
|
-
"type": {
|
|
3632
|
-
"text": "number"
|
|
3633
|
-
},
|
|
3634
|
-
"default": "1",
|
|
3635
|
-
"fieldName": "maxAssociations",
|
|
3636
|
-
"inheritedFrom": {
|
|
3637
|
-
"name": "DragDropInteractionMixin",
|
|
3638
|
-
"module": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-interaction-mixin.ts"
|
|
3631
|
+
"name": "Interaction",
|
|
3632
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3639
3633
|
}
|
|
3640
3634
|
}
|
|
3641
3635
|
],
|
|
3636
|
+
"superclass": {
|
|
3637
|
+
"name": "Interaction",
|
|
3638
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
3639
|
+
},
|
|
3640
|
+
"tagName": "qti-media-interaction",
|
|
3641
|
+
"customElement": true,
|
|
3642
3642
|
"events": [
|
|
3643
3643
|
{
|
|
3644
3644
|
"name": "qti-register-interaction",
|
|
@@ -3646,8 +3646,8 @@
|
|
|
3646
3646
|
"text": "CustomEvent"
|
|
3647
3647
|
},
|
|
3648
3648
|
"inheritedFrom": {
|
|
3649
|
-
"name": "
|
|
3650
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3649
|
+
"name": "Interaction",
|
|
3650
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3651
3651
|
}
|
|
3652
3652
|
},
|
|
3653
3653
|
{
|
|
@@ -3656,8 +3656,8 @@
|
|
|
3656
3656
|
"text": "CustomEvent"
|
|
3657
3657
|
},
|
|
3658
3658
|
"inheritedFrom": {
|
|
3659
|
-
"name": "
|
|
3660
|
-
"module": "src/lib/qti-components/qti-interaction/internal/
|
|
3659
|
+
"name": "Interaction",
|
|
3660
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3661
3661
|
}
|
|
3662
3662
|
}
|
|
3663
3663
|
]
|
|
@@ -3666,18 +3666,18 @@
|
|
|
3666
3666
|
"exports": [
|
|
3667
3667
|
{
|
|
3668
3668
|
"kind": "js",
|
|
3669
|
-
"name": "
|
|
3669
|
+
"name": "QtiMediaInteraction",
|
|
3670
3670
|
"declaration": {
|
|
3671
|
-
"name": "
|
|
3672
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3671
|
+
"name": "QtiMediaInteraction",
|
|
3672
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
3673
3673
|
}
|
|
3674
3674
|
},
|
|
3675
3675
|
{
|
|
3676
3676
|
"kind": "custom-element-definition",
|
|
3677
|
-
"name": "qti-
|
|
3677
|
+
"name": "qti-media-interaction",
|
|
3678
3678
|
"declaration": {
|
|
3679
|
-
"name": "
|
|
3680
|
-
"module": "src/lib/qti-components/qti-interaction/qti-
|
|
3679
|
+
"name": "QtiMediaInteraction",
|
|
3680
|
+
"module": "src/lib/qti-components/qti-interaction/qti-media-interaction/qti-media-interaction.ts"
|
|
3681
3681
|
}
|
|
3682
3682
|
}
|
|
3683
3683
|
]
|
|
@@ -4495,77 +4495,77 @@
|
|
|
4495
4495
|
},
|
|
4496
4496
|
{
|
|
4497
4497
|
"kind": "javascript-module",
|
|
4498
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4498
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts",
|
|
4499
4499
|
"declarations": [
|
|
4500
4500
|
{
|
|
4501
4501
|
"kind": "class",
|
|
4502
4502
|
"description": "",
|
|
4503
|
-
"name": "
|
|
4503
|
+
"name": "QtiResponseProcessing",
|
|
4504
4504
|
"members": [],
|
|
4505
|
+
"attributes": [
|
|
4506
|
+
{
|
|
4507
|
+
"name": "identifier"
|
|
4508
|
+
}
|
|
4509
|
+
],
|
|
4505
4510
|
"superclass": {
|
|
4506
4511
|
"name": "LitElement",
|
|
4507
4512
|
"package": "lit"
|
|
4508
4513
|
},
|
|
4509
|
-
"tagName": "qti-
|
|
4514
|
+
"tagName": "qti-response-processing",
|
|
4510
4515
|
"customElement": true
|
|
4511
4516
|
}
|
|
4512
4517
|
],
|
|
4513
4518
|
"exports": [
|
|
4514
4519
|
{
|
|
4515
4520
|
"kind": "js",
|
|
4516
|
-
"name": "
|
|
4521
|
+
"name": "default",
|
|
4517
4522
|
"declaration": {
|
|
4518
|
-
"name": "
|
|
4519
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4523
|
+
"name": "QtiResponseProcessing",
|
|
4524
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4520
4525
|
}
|
|
4521
4526
|
},
|
|
4522
4527
|
{
|
|
4523
4528
|
"kind": "custom-element-definition",
|
|
4524
|
-
"name": "qti-
|
|
4529
|
+
"name": "qti-response-processing",
|
|
4525
4530
|
"declaration": {
|
|
4526
|
-
"name": "
|
|
4527
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4531
|
+
"name": "QtiResponseProcessing",
|
|
4532
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseprocessing/qti-responseprocessing.ts"
|
|
4528
4533
|
}
|
|
4529
4534
|
}
|
|
4530
4535
|
]
|
|
4531
4536
|
},
|
|
4532
4537
|
{
|
|
4533
4538
|
"kind": "javascript-module",
|
|
4534
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4539
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
|
|
4535
4540
|
"declarations": [
|
|
4536
4541
|
{
|
|
4537
4542
|
"kind": "class",
|
|
4538
4543
|
"description": "",
|
|
4539
|
-
"name": "
|
|
4544
|
+
"name": "QtiRule",
|
|
4540
4545
|
"members": [],
|
|
4541
|
-
"attributes": [
|
|
4542
|
-
{
|
|
4543
|
-
"name": "identifier"
|
|
4544
|
-
}
|
|
4545
|
-
],
|
|
4546
4546
|
"superclass": {
|
|
4547
4547
|
"name": "LitElement",
|
|
4548
4548
|
"package": "lit"
|
|
4549
4549
|
},
|
|
4550
|
-
"tagName": "qti-
|
|
4550
|
+
"tagName": "qti-rule",
|
|
4551
4551
|
"customElement": true
|
|
4552
4552
|
}
|
|
4553
4553
|
],
|
|
4554
4554
|
"exports": [
|
|
4555
4555
|
{
|
|
4556
4556
|
"kind": "js",
|
|
4557
|
-
"name": "
|
|
4557
|
+
"name": "QtiRule",
|
|
4558
4558
|
"declaration": {
|
|
4559
|
-
"name": "
|
|
4560
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4559
|
+
"name": "QtiRule",
|
|
4560
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
|
|
4561
4561
|
}
|
|
4562
4562
|
},
|
|
4563
4563
|
{
|
|
4564
4564
|
"kind": "custom-element-definition",
|
|
4565
|
-
"name": "qti-
|
|
4565
|
+
"name": "qti-rule",
|
|
4566
4566
|
"declaration": {
|
|
4567
|
-
"name": "
|
|
4568
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4567
|
+
"name": "QtiRule",
|
|
4568
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
|
|
4569
4569
|
}
|
|
4570
4570
|
}
|
|
4571
4571
|
]
|
|
@@ -5179,52 +5179,6 @@
|
|
|
5179
5179
|
}
|
|
5180
5180
|
]
|
|
5181
5181
|
},
|
|
5182
|
-
{
|
|
5183
|
-
"kind": "javascript-module",
|
|
5184
|
-
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5185
|
-
"declarations": [
|
|
5186
|
-
{
|
|
5187
|
-
"kind": "function",
|
|
5188
|
-
"name": "positionHotspots",
|
|
5189
|
-
"parameters": [
|
|
5190
|
-
{
|
|
5191
|
-
"name": "shape",
|
|
5192
|
-
"type": {
|
|
5193
|
-
"text": "string"
|
|
5194
|
-
}
|
|
5195
|
-
},
|
|
5196
|
-
{
|
|
5197
|
-
"name": "coordsNumber",
|
|
5198
|
-
"type": {
|
|
5199
|
-
"text": "number[]"
|
|
5200
|
-
}
|
|
5201
|
-
},
|
|
5202
|
-
{
|
|
5203
|
-
"name": "img",
|
|
5204
|
-
"type": {
|
|
5205
|
-
"text": "HTMLImageElement"
|
|
5206
|
-
}
|
|
5207
|
-
},
|
|
5208
|
-
{
|
|
5209
|
-
"name": "hotspot",
|
|
5210
|
-
"type": {
|
|
5211
|
-
"text": "QtiHotspotChoice"
|
|
5212
|
-
}
|
|
5213
|
-
}
|
|
5214
|
-
]
|
|
5215
|
-
}
|
|
5216
|
-
],
|
|
5217
|
-
"exports": [
|
|
5218
|
-
{
|
|
5219
|
-
"kind": "js",
|
|
5220
|
-
"name": "positionHotspots",
|
|
5221
|
-
"declaration": {
|
|
5222
|
-
"name": "positionHotspots",
|
|
5223
|
-
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5224
|
-
}
|
|
5225
|
-
}
|
|
5226
|
-
]
|
|
5227
|
-
},
|
|
5228
5182
|
{
|
|
5229
5183
|
"kind": "javascript-module",
|
|
5230
5184
|
"path": "src/lib/qti-components/qti-interaction/internal/drag-drop/drag-drop-api.ts",
|
|
@@ -5516,6 +5470,88 @@
|
|
|
5516
5470
|
}
|
|
5517
5471
|
]
|
|
5518
5472
|
},
|
|
5473
|
+
{
|
|
5474
|
+
"kind": "javascript-module",
|
|
5475
|
+
"path": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts",
|
|
5476
|
+
"declarations": [
|
|
5477
|
+
{
|
|
5478
|
+
"kind": "function",
|
|
5479
|
+
"name": "positionHotspots",
|
|
5480
|
+
"parameters": [
|
|
5481
|
+
{
|
|
5482
|
+
"name": "shape",
|
|
5483
|
+
"type": {
|
|
5484
|
+
"text": "string"
|
|
5485
|
+
}
|
|
5486
|
+
},
|
|
5487
|
+
{
|
|
5488
|
+
"name": "coordsNumber",
|
|
5489
|
+
"type": {
|
|
5490
|
+
"text": "number[]"
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"name": "img",
|
|
5495
|
+
"type": {
|
|
5496
|
+
"text": "HTMLImageElement"
|
|
5497
|
+
}
|
|
5498
|
+
},
|
|
5499
|
+
{
|
|
5500
|
+
"name": "hotspot",
|
|
5501
|
+
"type": {
|
|
5502
|
+
"text": "QtiHotspotChoice"
|
|
5503
|
+
}
|
|
5504
|
+
}
|
|
5505
|
+
]
|
|
5506
|
+
}
|
|
5507
|
+
],
|
|
5508
|
+
"exports": [
|
|
5509
|
+
{
|
|
5510
|
+
"kind": "js",
|
|
5511
|
+
"name": "positionHotspots",
|
|
5512
|
+
"declaration": {
|
|
5513
|
+
"name": "positionHotspots",
|
|
5514
|
+
"module": "src/lib/qti-components/qti-interaction/internal/hotspots/hotspot.ts"
|
|
5515
|
+
}
|
|
5516
|
+
}
|
|
5517
|
+
]
|
|
5518
|
+
},
|
|
5519
|
+
{
|
|
5520
|
+
"kind": "javascript-module",
|
|
5521
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
5522
|
+
"declarations": [
|
|
5523
|
+
{
|
|
5524
|
+
"kind": "class",
|
|
5525
|
+
"description": "",
|
|
5526
|
+
"name": "QtiAnd",
|
|
5527
|
+
"members": [],
|
|
5528
|
+
"superclass": {
|
|
5529
|
+
"name": "QtiConditionExpression",
|
|
5530
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
5531
|
+
},
|
|
5532
|
+
"tagName": "qti-and",
|
|
5533
|
+
"customElement": true
|
|
5534
|
+
}
|
|
5535
|
+
],
|
|
5536
|
+
"exports": [
|
|
5537
|
+
{
|
|
5538
|
+
"kind": "js",
|
|
5539
|
+
"name": "QtiAnd",
|
|
5540
|
+
"declaration": {
|
|
5541
|
+
"name": "QtiAnd",
|
|
5542
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5543
|
+
}
|
|
5544
|
+
},
|
|
5545
|
+
{
|
|
5546
|
+
"kind": "custom-element-definition",
|
|
5547
|
+
"name": "qti-and",
|
|
5548
|
+
"declaration": {
|
|
5549
|
+
"name": "QtiAnd",
|
|
5550
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5551
|
+
}
|
|
5552
|
+
}
|
|
5553
|
+
]
|
|
5554
|
+
},
|
|
5519
5555
|
{
|
|
5520
5556
|
"kind": "javascript-module",
|
|
5521
5557
|
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
@@ -5591,42 +5627,6 @@
|
|
|
5591
5627
|
}
|
|
5592
5628
|
]
|
|
5593
5629
|
},
|
|
5594
|
-
{
|
|
5595
|
-
"kind": "javascript-module",
|
|
5596
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
|
|
5597
|
-
"declarations": [
|
|
5598
|
-
{
|
|
5599
|
-
"kind": "class",
|
|
5600
|
-
"description": "",
|
|
5601
|
-
"name": "QtiAnd",
|
|
5602
|
-
"members": [],
|
|
5603
|
-
"superclass": {
|
|
5604
|
-
"name": "QtiConditionExpression",
|
|
5605
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
|
|
5606
|
-
},
|
|
5607
|
-
"tagName": "qti-and",
|
|
5608
|
-
"customElement": true
|
|
5609
|
-
}
|
|
5610
|
-
],
|
|
5611
|
-
"exports": [
|
|
5612
|
-
{
|
|
5613
|
-
"kind": "js",
|
|
5614
|
-
"name": "QtiAnd",
|
|
5615
|
-
"declaration": {
|
|
5616
|
-
"name": "QtiAnd",
|
|
5617
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5618
|
-
}
|
|
5619
|
-
},
|
|
5620
|
-
{
|
|
5621
|
-
"kind": "custom-element-definition",
|
|
5622
|
-
"name": "qti-and",
|
|
5623
|
-
"declaration": {
|
|
5624
|
-
"name": "QtiAnd",
|
|
5625
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
|
|
5626
|
-
}
|
|
5627
|
-
}
|
|
5628
|
-
]
|
|
5629
|
-
},
|
|
5630
5630
|
{
|
|
5631
5631
|
"kind": "javascript-module",
|
|
5632
5632
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts",
|
|
@@ -6266,6 +6266,42 @@
|
|
|
6266
6266
|
}
|
|
6267
6267
|
]
|
|
6268
6268
|
},
|
|
6269
|
+
{
|
|
6270
|
+
"kind": "javascript-module",
|
|
6271
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts",
|
|
6272
|
+
"declarations": [
|
|
6273
|
+
{
|
|
6274
|
+
"kind": "class",
|
|
6275
|
+
"description": "",
|
|
6276
|
+
"name": "QtiVariable",
|
|
6277
|
+
"members": [],
|
|
6278
|
+
"superclass": {
|
|
6279
|
+
"name": "QtiExpression",
|
|
6280
|
+
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6281
|
+
},
|
|
6282
|
+
"tagName": "qti-variable",
|
|
6283
|
+
"customElement": true
|
|
6284
|
+
}
|
|
6285
|
+
],
|
|
6286
|
+
"exports": [
|
|
6287
|
+
{
|
|
6288
|
+
"kind": "js",
|
|
6289
|
+
"name": "QtiVariable",
|
|
6290
|
+
"declaration": {
|
|
6291
|
+
"name": "QtiVariable",
|
|
6292
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
|
|
6293
|
+
}
|
|
6294
|
+
},
|
|
6295
|
+
{
|
|
6296
|
+
"kind": "custom-element-definition",
|
|
6297
|
+
"name": "qti-variable",
|
|
6298
|
+
"declaration": {
|
|
6299
|
+
"name": "QtiVariable",
|
|
6300
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
|
|
6301
|
+
}
|
|
6302
|
+
}
|
|
6303
|
+
]
|
|
6304
|
+
},
|
|
6269
6305
|
{
|
|
6270
6306
|
"kind": "javascript-module",
|
|
6271
6307
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseif/qti-responseif.ts",
|
|
@@ -6315,42 +6351,6 @@
|
|
|
6315
6351
|
}
|
|
6316
6352
|
]
|
|
6317
6353
|
},
|
|
6318
|
-
{
|
|
6319
|
-
"kind": "javascript-module",
|
|
6320
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts",
|
|
6321
|
-
"declarations": [
|
|
6322
|
-
{
|
|
6323
|
-
"kind": "class",
|
|
6324
|
-
"description": "",
|
|
6325
|
-
"name": "QtiVariable",
|
|
6326
|
-
"members": [],
|
|
6327
|
-
"superclass": {
|
|
6328
|
-
"name": "QtiExpression",
|
|
6329
|
-
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
6330
|
-
},
|
|
6331
|
-
"tagName": "qti-variable",
|
|
6332
|
-
"customElement": true
|
|
6333
|
-
}
|
|
6334
|
-
],
|
|
6335
|
-
"exports": [
|
|
6336
|
-
{
|
|
6337
|
-
"kind": "js",
|
|
6338
|
-
"name": "QtiVariable",
|
|
6339
|
-
"declaration": {
|
|
6340
|
-
"name": "QtiVariable",
|
|
6341
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
|
|
6342
|
-
}
|
|
6343
|
-
},
|
|
6344
|
-
{
|
|
6345
|
-
"kind": "custom-element-definition",
|
|
6346
|
-
"name": "qti-variable",
|
|
6347
|
-
"declaration": {
|
|
6348
|
-
"name": "QtiVariable",
|
|
6349
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-variable/qti-variable.ts"
|
|
6350
|
-
}
|
|
6351
|
-
}
|
|
6352
|
-
]
|
|
6353
|
-
},
|
|
6354
6354
|
{
|
|
6355
6355
|
"kind": "javascript-module",
|
|
6356
6356
|
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-responsecondition/qti-responsecondition.ts",
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"engines": {
|
|
13
13
|
"node": ">=16.0.0"
|
|
14
14
|
},
|
|
15
|
-
"version": "6.0.
|
|
15
|
+
"version": "6.0.9",
|
|
16
16
|
"type": "module",
|
|
17
17
|
"main": "dist/qti-components/index.js",
|
|
18
18
|
"exports": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"storybook": "storybook dev -p 6006",
|
|
72
72
|
"deploy": "firebase deploy --only hosting:qti-components",
|
|
73
73
|
"build-storybook": "storybook build",
|
|
74
|
-
"prepublishOnly": "
|
|
74
|
+
"prepublishOnly": "npm run build-lib",
|
|
75
75
|
"publish": "np",
|
|
76
76
|
"test-storybook": "test-storybook",
|
|
77
77
|
"cem": "cem analyze --watch",
|