@citolab/qti-components 6.0.12 → 6.0.13
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 +345 -345
- 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
|
]
|
|
@@ -3954,6 +3954,120 @@
|
|
|
3954
3954
|
}
|
|
3955
3955
|
]
|
|
3956
3956
|
},
|
|
3957
|
+
{
|
|
3958
|
+
"kind": "javascript-module",
|
|
3959
|
+
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
|
|
3960
|
+
"declarations": [
|
|
3961
|
+
{
|
|
3962
|
+
"kind": "class",
|
|
3963
|
+
"description": "",
|
|
3964
|
+
"name": "QtiSelectPointInteraction",
|
|
3965
|
+
"members": [],
|
|
3966
|
+
"attributes": [
|
|
3967
|
+
{
|
|
3968
|
+
"name": "max-choices",
|
|
3969
|
+
"type": {
|
|
3970
|
+
"text": "number"
|
|
3971
|
+
},
|
|
3972
|
+
"default": "0",
|
|
3973
|
+
"fieldName": "maxChoices"
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"name": "min-choices",
|
|
3977
|
+
"type": {
|
|
3978
|
+
"text": "number"
|
|
3979
|
+
},
|
|
3980
|
+
"default": "0",
|
|
3981
|
+
"fieldName": "minChoices"
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"name": "response-identifier",
|
|
3985
|
+
"type": {
|
|
3986
|
+
"text": "string"
|
|
3987
|
+
},
|
|
3988
|
+
"default": "''",
|
|
3989
|
+
"fieldName": "responseIdentifier",
|
|
3990
|
+
"inheritedFrom": {
|
|
3991
|
+
"name": "Interaction",
|
|
3992
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
3993
|
+
}
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
"name": "disabled",
|
|
3997
|
+
"type": {
|
|
3998
|
+
"text": "boolean"
|
|
3999
|
+
},
|
|
4000
|
+
"default": "false",
|
|
4001
|
+
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4002
|
+
"fieldName": "disabled",
|
|
4003
|
+
"inheritedFrom": {
|
|
4004
|
+
"name": "Interaction",
|
|
4005
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4006
|
+
}
|
|
4007
|
+
},
|
|
4008
|
+
{
|
|
4009
|
+
"name": "readonly",
|
|
4010
|
+
"type": {
|
|
4011
|
+
"text": "boolean"
|
|
4012
|
+
},
|
|
4013
|
+
"default": "false",
|
|
4014
|
+
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4015
|
+
"fieldName": "readonly",
|
|
4016
|
+
"inheritedFrom": {
|
|
4017
|
+
"name": "Interaction",
|
|
4018
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4019
|
+
}
|
|
4020
|
+
}
|
|
4021
|
+
],
|
|
4022
|
+
"superclass": {
|
|
4023
|
+
"name": "Interaction",
|
|
4024
|
+
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4025
|
+
},
|
|
4026
|
+
"tagName": "qti-select-point-interaction",
|
|
4027
|
+
"customElement": true,
|
|
4028
|
+
"events": [
|
|
4029
|
+
{
|
|
4030
|
+
"name": "qti-register-interaction",
|
|
4031
|
+
"type": {
|
|
4032
|
+
"text": "CustomEvent"
|
|
4033
|
+
},
|
|
4034
|
+
"inheritedFrom": {
|
|
4035
|
+
"name": "Interaction",
|
|
4036
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4037
|
+
}
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
"name": "qti-interaction-response",
|
|
4041
|
+
"type": {
|
|
4042
|
+
"text": "CustomEvent"
|
|
4043
|
+
},
|
|
4044
|
+
"inheritedFrom": {
|
|
4045
|
+
"name": "Interaction",
|
|
4046
|
+
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4047
|
+
}
|
|
4048
|
+
}
|
|
4049
|
+
]
|
|
4050
|
+
}
|
|
4051
|
+
],
|
|
4052
|
+
"exports": [
|
|
4053
|
+
{
|
|
4054
|
+
"kind": "js",
|
|
4055
|
+
"name": "QtiSelectPointInteraction",
|
|
4056
|
+
"declaration": {
|
|
4057
|
+
"name": "QtiSelectPointInteraction",
|
|
4058
|
+
"module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"kind": "custom-element-definition",
|
|
4063
|
+
"name": "qti-select-point-interaction",
|
|
4064
|
+
"declaration": {
|
|
4065
|
+
"name": "QtiSelectPointInteraction",
|
|
4066
|
+
"module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
|
|
4067
|
+
}
|
|
4068
|
+
}
|
|
4069
|
+
]
|
|
4070
|
+
},
|
|
3957
4071
|
{
|
|
3958
4072
|
"kind": "javascript-module",
|
|
3959
4073
|
"path": "src/lib/qti-components/qti-interaction/qti-slider-interaction/qti-slider-interaction.ts",
|
|
@@ -4149,120 +4263,6 @@
|
|
|
4149
4263
|
}
|
|
4150
4264
|
]
|
|
4151
4265
|
},
|
|
4152
|
-
{
|
|
4153
|
-
"kind": "javascript-module",
|
|
4154
|
-
"path": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts",
|
|
4155
|
-
"declarations": [
|
|
4156
|
-
{
|
|
4157
|
-
"kind": "class",
|
|
4158
|
-
"description": "",
|
|
4159
|
-
"name": "QtiSelectPointInteraction",
|
|
4160
|
-
"members": [],
|
|
4161
|
-
"attributes": [
|
|
4162
|
-
{
|
|
4163
|
-
"name": "max-choices",
|
|
4164
|
-
"type": {
|
|
4165
|
-
"text": "number"
|
|
4166
|
-
},
|
|
4167
|
-
"default": "0",
|
|
4168
|
-
"fieldName": "maxChoices"
|
|
4169
|
-
},
|
|
4170
|
-
{
|
|
4171
|
-
"name": "min-choices",
|
|
4172
|
-
"type": {
|
|
4173
|
-
"text": "number"
|
|
4174
|
-
},
|
|
4175
|
-
"default": "0",
|
|
4176
|
-
"fieldName": "minChoices"
|
|
4177
|
-
},
|
|
4178
|
-
{
|
|
4179
|
-
"name": "response-identifier",
|
|
4180
|
-
"type": {
|
|
4181
|
-
"text": "string"
|
|
4182
|
-
},
|
|
4183
|
-
"default": "''",
|
|
4184
|
-
"fieldName": "responseIdentifier",
|
|
4185
|
-
"inheritedFrom": {
|
|
4186
|
-
"name": "Interaction",
|
|
4187
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4188
|
-
}
|
|
4189
|
-
},
|
|
4190
|
-
{
|
|
4191
|
-
"name": "disabled",
|
|
4192
|
-
"type": {
|
|
4193
|
-
"text": "boolean"
|
|
4194
|
-
},
|
|
4195
|
-
"default": "false",
|
|
4196
|
-
"description": "disabled should be exposed to the attributes and accessible as property",
|
|
4197
|
-
"fieldName": "disabled",
|
|
4198
|
-
"inheritedFrom": {
|
|
4199
|
-
"name": "Interaction",
|
|
4200
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4201
|
-
}
|
|
4202
|
-
},
|
|
4203
|
-
{
|
|
4204
|
-
"name": "readonly",
|
|
4205
|
-
"type": {
|
|
4206
|
-
"text": "boolean"
|
|
4207
|
-
},
|
|
4208
|
-
"default": "false",
|
|
4209
|
-
"description": "readonly should be exposed to the attributes and accessible as property",
|
|
4210
|
-
"fieldName": "readonly",
|
|
4211
|
-
"inheritedFrom": {
|
|
4212
|
-
"name": "Interaction",
|
|
4213
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4214
|
-
}
|
|
4215
|
-
}
|
|
4216
|
-
],
|
|
4217
|
-
"superclass": {
|
|
4218
|
-
"name": "Interaction",
|
|
4219
|
-
"module": "/src/lib/qti-components/qti-interaction/internal/interaction/interaction"
|
|
4220
|
-
},
|
|
4221
|
-
"tagName": "qti-select-point-interaction",
|
|
4222
|
-
"customElement": true,
|
|
4223
|
-
"events": [
|
|
4224
|
-
{
|
|
4225
|
-
"name": "qti-register-interaction",
|
|
4226
|
-
"type": {
|
|
4227
|
-
"text": "CustomEvent"
|
|
4228
|
-
},
|
|
4229
|
-
"inheritedFrom": {
|
|
4230
|
-
"name": "Interaction",
|
|
4231
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4232
|
-
}
|
|
4233
|
-
},
|
|
4234
|
-
{
|
|
4235
|
-
"name": "qti-interaction-response",
|
|
4236
|
-
"type": {
|
|
4237
|
-
"text": "CustomEvent"
|
|
4238
|
-
},
|
|
4239
|
-
"inheritedFrom": {
|
|
4240
|
-
"name": "Interaction",
|
|
4241
|
-
"module": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.ts"
|
|
4242
|
-
}
|
|
4243
|
-
}
|
|
4244
|
-
]
|
|
4245
|
-
}
|
|
4246
|
-
],
|
|
4247
|
-
"exports": [
|
|
4248
|
-
{
|
|
4249
|
-
"kind": "js",
|
|
4250
|
-
"name": "QtiSelectPointInteraction",
|
|
4251
|
-
"declaration": {
|
|
4252
|
-
"name": "QtiSelectPointInteraction",
|
|
4253
|
-
"module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
|
|
4254
|
-
}
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"kind": "custom-element-definition",
|
|
4258
|
-
"name": "qti-select-point-interaction",
|
|
4259
|
-
"declaration": {
|
|
4260
|
-
"name": "QtiSelectPointInteraction",
|
|
4261
|
-
"module": "src/lib/qti-components/qti-interaction/qti-select-point-interaction/qti-select-point-interaction.ts"
|
|
4262
|
-
}
|
|
4263
|
-
}
|
|
4264
|
-
]
|
|
4265
|
-
},
|
|
4266
4266
|
{
|
|
4267
4267
|
"kind": "javascript-module",
|
|
4268
4268
|
"path": "src/lib/qti-components/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.ts",
|
|
@@ -4485,46 +4485,10 @@
|
|
|
4485
4485
|
},
|
|
4486
4486
|
{
|
|
4487
4487
|
"kind": "custom-element-definition",
|
|
4488
|
-
"name": "qti-response-else",
|
|
4489
|
-
"declaration": {
|
|
4490
|
-
"name": "QtiResponseElse",
|
|
4491
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4492
|
-
}
|
|
4493
|
-
}
|
|
4494
|
-
]
|
|
4495
|
-
},
|
|
4496
|
-
{
|
|
4497
|
-
"kind": "javascript-module",
|
|
4498
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
|
|
4499
|
-
"declarations": [
|
|
4500
|
-
{
|
|
4501
|
-
"kind": "class",
|
|
4502
|
-
"description": "",
|
|
4503
|
-
"name": "QtiRule",
|
|
4504
|
-
"members": [],
|
|
4505
|
-
"superclass": {
|
|
4506
|
-
"name": "LitElement",
|
|
4507
|
-
"package": "lit"
|
|
4508
|
-
},
|
|
4509
|
-
"tagName": "qti-rule",
|
|
4510
|
-
"customElement": true
|
|
4511
|
-
}
|
|
4512
|
-
],
|
|
4513
|
-
"exports": [
|
|
4514
|
-
{
|
|
4515
|
-
"kind": "js",
|
|
4516
|
-
"name": "QtiRule",
|
|
4517
|
-
"declaration": {
|
|
4518
|
-
"name": "QtiRule",
|
|
4519
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
|
|
4520
|
-
}
|
|
4521
|
-
},
|
|
4522
|
-
{
|
|
4523
|
-
"kind": "custom-element-definition",
|
|
4524
|
-
"name": "qti-rule",
|
|
4488
|
+
"name": "qti-response-else",
|
|
4525
4489
|
"declaration": {
|
|
4526
|
-
"name": "
|
|
4527
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-
|
|
4490
|
+
"name": "QtiResponseElse",
|
|
4491
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-responseelse/qti-responseelse.ts"
|
|
4528
4492
|
}
|
|
4529
4493
|
}
|
|
4530
4494
|
]
|
|
@@ -4570,6 +4534,42 @@
|
|
|
4570
4534
|
}
|
|
4571
4535
|
]
|
|
4572
4536
|
},
|
|
4537
|
+
{
|
|
4538
|
+
"kind": "javascript-module",
|
|
4539
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts",
|
|
4540
|
+
"declarations": [
|
|
4541
|
+
{
|
|
4542
|
+
"kind": "class",
|
|
4543
|
+
"description": "",
|
|
4544
|
+
"name": "QtiRule",
|
|
4545
|
+
"members": [],
|
|
4546
|
+
"superclass": {
|
|
4547
|
+
"name": "LitElement",
|
|
4548
|
+
"package": "lit"
|
|
4549
|
+
},
|
|
4550
|
+
"tagName": "qti-rule",
|
|
4551
|
+
"customElement": true
|
|
4552
|
+
}
|
|
4553
|
+
],
|
|
4554
|
+
"exports": [
|
|
4555
|
+
{
|
|
4556
|
+
"kind": "js",
|
|
4557
|
+
"name": "QtiRule",
|
|
4558
|
+
"declaration": {
|
|
4559
|
+
"name": "QtiRule",
|
|
4560
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
|
|
4561
|
+
}
|
|
4562
|
+
},
|
|
4563
|
+
{
|
|
4564
|
+
"kind": "custom-element-definition",
|
|
4565
|
+
"name": "qti-rule",
|
|
4566
|
+
"declaration": {
|
|
4567
|
+
"name": "QtiRule",
|
|
4568
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-rule/qti-rule.ts"
|
|
4569
|
+
}
|
|
4570
|
+
}
|
|
4571
|
+
]
|
|
4572
|
+
},
|
|
4573
4573
|
{
|
|
4574
4574
|
"kind": "javascript-module",
|
|
4575
4575
|
"path": "src/lib/qti-components/qti-utilities/events/qti-choice-element-selected.ts",
|
|
@@ -4760,26 +4760,6 @@
|
|
|
4760
4760
|
}
|
|
4761
4761
|
]
|
|
4762
4762
|
},
|
|
4763
|
-
{
|
|
4764
|
-
"kind": "javascript-module",
|
|
4765
|
-
"path": "src/lib/qti-components/utilities/context/context.ts",
|
|
4766
|
-
"declarations": [
|
|
4767
|
-
{
|
|
4768
|
-
"kind": "variable",
|
|
4769
|
-
"name": "loggerContext"
|
|
4770
|
-
}
|
|
4771
|
-
],
|
|
4772
|
-
"exports": [
|
|
4773
|
-
{
|
|
4774
|
-
"kind": "js",
|
|
4775
|
-
"name": "loggerContext",
|
|
4776
|
-
"declaration": {
|
|
4777
|
-
"name": "loggerContext",
|
|
4778
|
-
"module": "src/lib/qti-components/utilities/context/context.ts"
|
|
4779
|
-
}
|
|
4780
|
-
}
|
|
4781
|
-
]
|
|
4782
|
-
},
|
|
4783
4763
|
{
|
|
4784
4764
|
"kind": "javascript-module",
|
|
4785
4765
|
"path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
|
|
@@ -4847,6 +4827,26 @@
|
|
|
4847
4827
|
}
|
|
4848
4828
|
]
|
|
4849
4829
|
},
|
|
4830
|
+
{
|
|
4831
|
+
"kind": "javascript-module",
|
|
4832
|
+
"path": "src/lib/qti-components/utilities/context/context.ts",
|
|
4833
|
+
"declarations": [
|
|
4834
|
+
{
|
|
4835
|
+
"kind": "variable",
|
|
4836
|
+
"name": "loggerContext"
|
|
4837
|
+
}
|
|
4838
|
+
],
|
|
4839
|
+
"exports": [
|
|
4840
|
+
{
|
|
4841
|
+
"kind": "js",
|
|
4842
|
+
"name": "loggerContext",
|
|
4843
|
+
"declaration": {
|
|
4844
|
+
"name": "loggerContext",
|
|
4845
|
+
"module": "src/lib/qti-components/utilities/context/context.ts"
|
|
4846
|
+
}
|
|
4847
|
+
}
|
|
4848
|
+
]
|
|
4849
|
+
},
|
|
4850
4850
|
{
|
|
4851
4851
|
"kind": "javascript-module",
|
|
4852
4852
|
"path": "src/lib/qti-components/utilities/decorators/liveQuery.ts",
|
|
@@ -4920,43 +4920,43 @@
|
|
|
4920
4920
|
},
|
|
4921
4921
|
{
|
|
4922
4922
|
"kind": "javascript-module",
|
|
4923
|
-
"path": "src/lib/qti-components/utilities/
|
|
4923
|
+
"path": "src/lib/qti-components/utilities/reset-styles/reset-shadowroot-styles.ts",
|
|
4924
4924
|
"declarations": [
|
|
4925
4925
|
{
|
|
4926
|
-
"kind": "
|
|
4927
|
-
"
|
|
4928
|
-
"
|
|
4929
|
-
"members": []
|
|
4926
|
+
"kind": "variable",
|
|
4927
|
+
"name": "resetCss",
|
|
4928
|
+
"default": "css`\n /***\n The new CSS reset - version 1.4.9 (last updated 11.2.2022)\n GitHub page: https://github.com/elad2412/the-new-css-reset\n ***/\n\n /*\n Remove all the styles of the \"User-Agent-Stylesheet\", except for the 'display' property\n - The \"symbol *\" part is to solve Firefox SVG sprite bug\n */\n *:where(:not(iframe, canvas, img, svg, video, object):not(svg *, symbol *)) {\n all: unset;\n display: revert;\n }\n\n /* Preferred box-sizing value */\n *,\n *::before,\n *::after {\n box-sizing: border-box;\n }\n\n /* Reapply the pointer cursor for anchor tags */\n a,\n button {\n cursor: revert;\n }\n\n /* Remove list styles (bullets/numbers) */\n ol,\n ul,\n menu {\n list-style: none;\n }\n\n /* For images to not be able to exceed their container */\n img {\n max-width: 100%;\n }\n\n /* removes spacing between cells in tables */\n table {\n border-collapse: collapse;\n }\n\n /* revert the 'white-space' property for textarea elements on Safari */\n textarea {\n white-space: revert;\n }\n\n /* minimum style to allow to style meter element */\n meter {\n -webkit-appearance: revert;\n appearance: revert;\n }\n\n /* reset default text opacity of input placeholder */\n ::placeholder {\n all: unset;\n }\n\n /* fix the feature of 'hidden' attribute.\n display:revert; revert to element instead of attribute */\n :where([hidden]) {\n display: none;\n }\n\n /* revert for bug in Chromium browsers\n - fix for the content editable attribute will work properly. */\n :where([contenteditable]) {\n -moz-user-modify: read-write;\n -webkit-user-modify: read-write;\n overflow-wrap: break-word;\n -webkit-line-break: after-white-space;\n }\n\n /* apply back the draggable feature - exist only in Chromium and Safari */\n :where([draggable='true']) {\n -webkit-user-drag: element;\n }\n`"
|
|
4930
4929
|
}
|
|
4931
4930
|
],
|
|
4932
4931
|
"exports": [
|
|
4933
4932
|
{
|
|
4934
4933
|
"kind": "js",
|
|
4935
|
-
"name": "
|
|
4934
|
+
"name": "resetCss",
|
|
4936
4935
|
"declaration": {
|
|
4937
|
-
"name": "
|
|
4938
|
-
"module": "src/lib/qti-components/utilities/
|
|
4936
|
+
"name": "resetCss",
|
|
4937
|
+
"module": "src/lib/qti-components/utilities/reset-styles/reset-shadowroot-styles.ts"
|
|
4939
4938
|
}
|
|
4940
4939
|
}
|
|
4941
4940
|
]
|
|
4942
4941
|
},
|
|
4943
4942
|
{
|
|
4944
4943
|
"kind": "javascript-module",
|
|
4945
|
-
"path": "src/lib/qti-components/utilities/
|
|
4944
|
+
"path": "src/lib/qti-components/utilities/scoring/scoring-helper.ts",
|
|
4946
4945
|
"declarations": [
|
|
4947
4946
|
{
|
|
4948
|
-
"kind": "
|
|
4949
|
-
"
|
|
4950
|
-
"
|
|
4947
|
+
"kind": "class",
|
|
4948
|
+
"description": "",
|
|
4949
|
+
"name": "ScoringHelper",
|
|
4950
|
+
"members": []
|
|
4951
4951
|
}
|
|
4952
4952
|
],
|
|
4953
4953
|
"exports": [
|
|
4954
4954
|
{
|
|
4955
4955
|
"kind": "js",
|
|
4956
|
-
"name": "
|
|
4956
|
+
"name": "ScoringHelper",
|
|
4957
4957
|
"declaration": {
|
|
4958
|
-
"name": "
|
|
4959
|
-
"module": "src/lib/qti-components/utilities/
|
|
4958
|
+
"name": "ScoringHelper",
|
|
4959
|
+
"module": "src/lib/qti-components/utilities/scoring/scoring-helper.ts"
|
|
4960
4960
|
}
|
|
4961
4961
|
}
|
|
4962
4962
|
]
|
|
@@ -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,52 @@
|
|
|
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
5519
|
{
|
|
5520
5520
|
"kind": "javascript-module",
|
|
5521
5521
|
"path": "src/lib/qti-components/qti-interaction/internal/interaction/interaction.interface.ts",
|
|
@@ -5747,92 +5747,92 @@
|
|
|
5747
5747
|
},
|
|
5748
5748
|
{
|
|
5749
5749
|
"kind": "javascript-module",
|
|
5750
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal
|
|
5750
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
|
|
5751
5751
|
"declarations": [
|
|
5752
5752
|
{
|
|
5753
5753
|
"kind": "class",
|
|
5754
5754
|
"description": "",
|
|
5755
|
-
"name": "
|
|
5755
|
+
"name": "QtiEqual",
|
|
5756
5756
|
"members": [],
|
|
5757
5757
|
"attributes": [
|
|
5758
5758
|
{
|
|
5759
|
-
"name": "
|
|
5759
|
+
"name": "toleranceMode",
|
|
5760
5760
|
"type": {
|
|
5761
|
-
"text": "|
|
|
5761
|
+
"text": "'exact' | 'relative' | 'absolute'"
|
|
5762
5762
|
},
|
|
5763
|
-
"default": "
|
|
5764
|
-
"fieldName": "
|
|
5763
|
+
"default": "'exact'",
|
|
5764
|
+
"fieldName": "toleranceMode"
|
|
5765
5765
|
}
|
|
5766
5766
|
],
|
|
5767
5767
|
"superclass": {
|
|
5768
5768
|
"name": "QtiExpression",
|
|
5769
5769
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5770
5770
|
},
|
|
5771
|
-
"tagName": "qti-equal
|
|
5771
|
+
"tagName": "qti-equal",
|
|
5772
5772
|
"customElement": true
|
|
5773
5773
|
}
|
|
5774
5774
|
],
|
|
5775
5775
|
"exports": [
|
|
5776
5776
|
{
|
|
5777
5777
|
"kind": "js",
|
|
5778
|
-
"name": "
|
|
5778
|
+
"name": "QtiEqual",
|
|
5779
5779
|
"declaration": {
|
|
5780
|
-
"name": "
|
|
5781
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal
|
|
5780
|
+
"name": "QtiEqual",
|
|
5781
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5782
5782
|
}
|
|
5783
5783
|
},
|
|
5784
5784
|
{
|
|
5785
5785
|
"kind": "custom-element-definition",
|
|
5786
|
-
"name": "qti-equal
|
|
5786
|
+
"name": "qti-equal",
|
|
5787
5787
|
"declaration": {
|
|
5788
|
-
"name": "
|
|
5789
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal
|
|
5788
|
+
"name": "QtiEqual",
|
|
5789
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5790
5790
|
}
|
|
5791
5791
|
}
|
|
5792
5792
|
]
|
|
5793
5793
|
},
|
|
5794
5794
|
{
|
|
5795
5795
|
"kind": "javascript-module",
|
|
5796
|
-
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts",
|
|
5796
|
+
"path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts",
|
|
5797
5797
|
"declarations": [
|
|
5798
5798
|
{
|
|
5799
5799
|
"kind": "class",
|
|
5800
5800
|
"description": "",
|
|
5801
|
-
"name": "
|
|
5801
|
+
"name": "QtiEqualRounded",
|
|
5802
5802
|
"members": [],
|
|
5803
5803
|
"attributes": [
|
|
5804
5804
|
{
|
|
5805
|
-
"name": "
|
|
5805
|
+
"name": "roundingMode",
|
|
5806
5806
|
"type": {
|
|
5807
|
-
"text": "
|
|
5807
|
+
"text": "| \"decimalPlaces\"\n | \"significantFigures\""
|
|
5808
5808
|
},
|
|
5809
|
-
"default": "
|
|
5810
|
-
"fieldName": "
|
|
5809
|
+
"default": "\"significantFigures\"",
|
|
5810
|
+
"fieldName": "roundingMode"
|
|
5811
5811
|
}
|
|
5812
5812
|
],
|
|
5813
5813
|
"superclass": {
|
|
5814
5814
|
"name": "QtiExpression",
|
|
5815
5815
|
"module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
|
|
5816
5816
|
},
|
|
5817
|
-
"tagName": "qti-equal",
|
|
5817
|
+
"tagName": "qti-equal-rounded",
|
|
5818
5818
|
"customElement": true
|
|
5819
5819
|
}
|
|
5820
5820
|
],
|
|
5821
5821
|
"exports": [
|
|
5822
5822
|
{
|
|
5823
5823
|
"kind": "js",
|
|
5824
|
-
"name": "
|
|
5824
|
+
"name": "QtiEqualRounded",
|
|
5825
5825
|
"declaration": {
|
|
5826
|
-
"name": "
|
|
5827
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5826
|
+
"name": "QtiEqualRounded",
|
|
5827
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
|
|
5828
5828
|
}
|
|
5829
5829
|
},
|
|
5830
5830
|
{
|
|
5831
5831
|
"kind": "custom-element-definition",
|
|
5832
|
-
"name": "qti-equal",
|
|
5832
|
+
"name": "qti-equal-rounded",
|
|
5833
5833
|
"declaration": {
|
|
5834
|
-
"name": "
|
|
5835
|
-
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal/qti-equal.ts"
|
|
5834
|
+
"name": "QtiEqualRounded",
|
|
5835
|
+
"module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-equal-rounded/qti-equal-rounded.ts"
|
|
5836
5836
|
}
|
|
5837
5837
|
}
|
|
5838
5838
|
]
|
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.13",
|
|
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
|
-
"
|
|
74
|
+
"prepublish": "echo 'calling prepublishOnly as npm lifecycle hook to build-lib!' && npm run build-lib",
|
|
75
75
|
"publish": "np",
|
|
76
76
|
"test-storybook": "test-storybook",
|
|
77
77
|
"cem": "cem analyze --watch",
|