@citolab/qti-components 6.0.7 → 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.
@@ -4570,61 +4570,6 @@
4570
4570
  }
4571
4571
  ]
4572
4572
  },
4573
- {
4574
- "kind": "javascript-module",
4575
- "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
4576
- "declarations": [
4577
- {
4578
- "kind": "class",
4579
- "description": "",
4580
- "name": "QtiOutcomeDeclaration",
4581
- "members": [],
4582
- "events": [
4583
- {
4584
- "name": "qti-register-variable",
4585
- "type": {
4586
- "text": "CustomEvent"
4587
- }
4588
- }
4589
- ],
4590
- "attributes": [
4591
- {
4592
- "name": "identifier"
4593
- },
4594
- {
4595
- "name": "cardinality"
4596
- },
4597
- {
4598
- "name": "base-type"
4599
- }
4600
- ],
4601
- "superclass": {
4602
- "name": "QtiVariableDeclaration",
4603
- "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
4604
- },
4605
- "tagName": "qti-outcome-declaration",
4606
- "customElement": true
4607
- }
4608
- ],
4609
- "exports": [
4610
- {
4611
- "kind": "js",
4612
- "name": "QtiOutcomeDeclaration",
4613
- "declaration": {
4614
- "name": "QtiOutcomeDeclaration",
4615
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
4616
- }
4617
- },
4618
- {
4619
- "kind": "custom-element-definition",
4620
- "name": "qti-outcome-declaration",
4621
- "declaration": {
4622
- "name": "QtiOutcomeDeclaration",
4623
- "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
4624
- }
4625
- }
4626
- ]
4627
- },
4628
4573
  {
4629
4574
  "kind": "javascript-module",
4630
4575
  "path": "src/lib/qti-components/qti-utilities/events/qti-choice-element-selected.ts",
@@ -4760,6 +4705,61 @@
4760
4705
  }
4761
4706
  ]
4762
4707
  },
4708
+ {
4709
+ "kind": "javascript-module",
4710
+ "path": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts",
4711
+ "declarations": [
4712
+ {
4713
+ "kind": "class",
4714
+ "description": "",
4715
+ "name": "QtiOutcomeDeclaration",
4716
+ "members": [],
4717
+ "events": [
4718
+ {
4719
+ "name": "qti-register-variable",
4720
+ "type": {
4721
+ "text": "CustomEvent"
4722
+ }
4723
+ }
4724
+ ],
4725
+ "attributes": [
4726
+ {
4727
+ "name": "identifier"
4728
+ },
4729
+ {
4730
+ "name": "cardinality"
4731
+ },
4732
+ {
4733
+ "name": "base-type"
4734
+ }
4735
+ ],
4736
+ "superclass": {
4737
+ "name": "QtiVariableDeclaration",
4738
+ "module": "/src/lib/qti-components/qti-variabledeclaration/qti-variabledeclaration"
4739
+ },
4740
+ "tagName": "qti-outcome-declaration",
4741
+ "customElement": true
4742
+ }
4743
+ ],
4744
+ "exports": [
4745
+ {
4746
+ "kind": "js",
4747
+ "name": "QtiOutcomeDeclaration",
4748
+ "declaration": {
4749
+ "name": "QtiOutcomeDeclaration",
4750
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
4751
+ }
4752
+ },
4753
+ {
4754
+ "kind": "custom-element-definition",
4755
+ "name": "qti-outcome-declaration",
4756
+ "declaration": {
4757
+ "name": "QtiOutcomeDeclaration",
4758
+ "module": "src/lib/qti-components/qti-variabledeclaration/qti-outcomedeclaration/qti-outcomedeclaration.ts"
4759
+ }
4760
+ }
4761
+ ]
4762
+ },
4763
4763
  {
4764
4764
  "kind": "javascript-module",
4765
4765
  "path": "src/lib/qti-components/qti-variabledeclaration/qti-responsedeclaration/qti-responsedeclaration.ts",
@@ -5516,6 +5516,42 @@
5516
5516
  }
5517
5517
  ]
5518
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",
@@ -5593,36 +5629,46 @@
5593
5629
  },
5594
5630
  {
5595
5631
  "kind": "javascript-module",
5596
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts",
5632
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts",
5597
5633
  "declarations": [
5598
5634
  {
5599
5635
  "kind": "class",
5600
5636
  "description": "",
5601
- "name": "QtiAnd",
5637
+ "name": "QtiBaseValue",
5602
5638
  "members": [],
5639
+ "attributes": [
5640
+ {
5641
+ "name": "baseType",
5642
+ "type": {
5643
+ "text": "BaseType"
5644
+ },
5645
+ "default": "'string'",
5646
+ "fieldName": "baseType"
5647
+ }
5648
+ ],
5603
5649
  "superclass": {
5604
- "name": "QtiConditionExpression",
5605
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5650
+ "name": "QtiExpression",
5651
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5606
5652
  },
5607
- "tagName": "qti-and",
5653
+ "tagName": "qti-base-value",
5608
5654
  "customElement": true
5609
5655
  }
5610
5656
  ],
5611
5657
  "exports": [
5612
5658
  {
5613
5659
  "kind": "js",
5614
- "name": "QtiAnd",
5660
+ "name": "QtiBaseValue",
5615
5661
  "declaration": {
5616
- "name": "QtiAnd",
5617
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5662
+ "name": "QtiBaseValue",
5663
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
5618
5664
  }
5619
5665
  },
5620
5666
  {
5621
5667
  "kind": "custom-element-definition",
5622
- "name": "qti-and",
5668
+ "name": "qti-base-value",
5623
5669
  "declaration": {
5624
- "name": "QtiAnd",
5625
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-and/qti-and.ts"
5670
+ "name": "QtiBaseValue",
5671
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
5626
5672
  }
5627
5673
  }
5628
5674
  ]
@@ -5663,52 +5709,6 @@
5663
5709
  }
5664
5710
  ]
5665
5711
  },
5666
- {
5667
- "kind": "javascript-module",
5668
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts",
5669
- "declarations": [
5670
- {
5671
- "kind": "class",
5672
- "description": "",
5673
- "name": "QtiBaseValue",
5674
- "members": [],
5675
- "attributes": [
5676
- {
5677
- "name": "baseType",
5678
- "type": {
5679
- "text": "BaseType"
5680
- },
5681
- "default": "'string'",
5682
- "fieldName": "baseType"
5683
- }
5684
- ],
5685
- "superclass": {
5686
- "name": "QtiExpression",
5687
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5688
- },
5689
- "tagName": "qti-base-value",
5690
- "customElement": true
5691
- }
5692
- ],
5693
- "exports": [
5694
- {
5695
- "kind": "js",
5696
- "name": "QtiBaseValue",
5697
- "declaration": {
5698
- "name": "QtiBaseValue",
5699
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
5700
- }
5701
- },
5702
- {
5703
- "kind": "custom-element-definition",
5704
- "name": "qti-base-value",
5705
- "declaration": {
5706
- "name": "QtiBaseValue",
5707
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-basevalue/qti-basevalue.ts"
5708
- }
5709
- }
5710
- ]
5711
- },
5712
5712
  {
5713
5713
  "kind": "javascript-module",
5714
5714
  "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-correct/qti-correct.ts",
@@ -5875,72 +5875,72 @@
5875
5875
  },
5876
5876
  {
5877
5877
  "kind": "javascript-module",
5878
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts",
5878
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
5879
5879
  "declarations": [
5880
5880
  {
5881
5881
  "kind": "class",
5882
5882
  "description": "",
5883
- "name": "QtiIsNull",
5883
+ "name": "QtiGte",
5884
5884
  "members": [],
5885
5885
  "superclass": {
5886
- "name": "QtiExpression",
5887
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5886
+ "name": "QtiConditionExpression",
5887
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5888
5888
  },
5889
- "tagName": "qti-is-null",
5889
+ "tagName": "qti-gte",
5890
5890
  "customElement": true
5891
5891
  }
5892
5892
  ],
5893
5893
  "exports": [
5894
5894
  {
5895
5895
  "kind": "js",
5896
- "name": "QtiIsNull",
5896
+ "name": "QtiGte",
5897
5897
  "declaration": {
5898
- "name": "QtiIsNull",
5899
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
5898
+ "name": "QtiGte",
5899
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
5900
5900
  }
5901
5901
  },
5902
5902
  {
5903
5903
  "kind": "custom-element-definition",
5904
- "name": "qti-is-null",
5904
+ "name": "qti-gte",
5905
5905
  "declaration": {
5906
- "name": "QtiIsNull",
5907
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
5906
+ "name": "QtiGte",
5907
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
5908
5908
  }
5909
5909
  }
5910
5910
  ]
5911
5911
  },
5912
5912
  {
5913
5913
  "kind": "javascript-module",
5914
- "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts",
5914
+ "path": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts",
5915
5915
  "declarations": [
5916
5916
  {
5917
5917
  "kind": "class",
5918
5918
  "description": "",
5919
- "name": "QtiGte",
5919
+ "name": "QtiIsNull",
5920
5920
  "members": [],
5921
5921
  "superclass": {
5922
- "name": "QtiConditionExpression",
5923
- "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-condition-expression"
5922
+ "name": "QtiExpression",
5923
+ "module": "/src/lib/qti-components/qti-responseprocessing/qti-expression/qti-expression"
5924
5924
  },
5925
- "tagName": "qti-gte",
5925
+ "tagName": "qti-is-null",
5926
5926
  "customElement": true
5927
5927
  }
5928
5928
  ],
5929
5929
  "exports": [
5930
5930
  {
5931
5931
  "kind": "js",
5932
- "name": "QtiGte",
5932
+ "name": "QtiIsNull",
5933
5933
  "declaration": {
5934
- "name": "QtiGte",
5935
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
5934
+ "name": "QtiIsNull",
5935
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
5936
5936
  }
5937
5937
  },
5938
5938
  {
5939
5939
  "kind": "custom-element-definition",
5940
- "name": "qti-gte",
5940
+ "name": "qti-is-null",
5941
5941
  "declaration": {
5942
- "name": "QtiGte",
5943
- "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-gte/qti-gte.ts"
5942
+ "name": "QtiIsNull",
5943
+ "module": "src/lib/qti-components/qti-responseprocessing/qti-expression/qti-is-null/qti-is-null.ts"
5944
5944
  }
5945
5945
  }
5946
5946
  ]
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "engines": {
13
13
  "node": ">=16.0.0"
14
14
  },
15
- "version": "6.0.7",
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
- "prepare": "npm run build-lib",
74
+ "prepublishOnly": "npm run build-lib",
75
75
  "publish": "np",
76
76
  "test-storybook": "test-storybook",
77
77
  "cem": "cem analyze --watch",