@project-sunbird/sunbird-questionset-editor-web-component 2.0.0-beta.1 → 2.0.0-beta.3

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.
Files changed (64) hide show
  1. package/3rdpartylicenses.txt +28 -109
  2. package/KaTeX_AMS-Regular.ttf +0 -0
  3. package/KaTeX_AMS-Regular.woff +0 -0
  4. package/KaTeX_AMS-Regular.woff2 +0 -0
  5. package/KaTeX_Caligraphic-Bold.ttf +0 -0
  6. package/KaTeX_Caligraphic-Bold.woff +0 -0
  7. package/KaTeX_Caligraphic-Bold.woff2 +0 -0
  8. package/KaTeX_Caligraphic-Regular.ttf +0 -0
  9. package/KaTeX_Caligraphic-Regular.woff +0 -0
  10. package/KaTeX_Caligraphic-Regular.woff2 +0 -0
  11. package/KaTeX_Fraktur-Bold.ttf +0 -0
  12. package/KaTeX_Fraktur-Bold.woff +0 -0
  13. package/KaTeX_Fraktur-Bold.woff2 +0 -0
  14. package/KaTeX_Fraktur-Regular.ttf +0 -0
  15. package/KaTeX_Fraktur-Regular.woff +0 -0
  16. package/KaTeX_Fraktur-Regular.woff2 +0 -0
  17. package/KaTeX_Main-Bold.ttf +0 -0
  18. package/KaTeX_Main-Bold.woff +0 -0
  19. package/KaTeX_Main-Bold.woff2 +0 -0
  20. package/KaTeX_Main-BoldItalic.ttf +0 -0
  21. package/KaTeX_Main-BoldItalic.woff +0 -0
  22. package/KaTeX_Main-BoldItalic.woff2 +0 -0
  23. package/KaTeX_Main-Italic.ttf +0 -0
  24. package/KaTeX_Main-Italic.woff +0 -0
  25. package/KaTeX_Main-Italic.woff2 +0 -0
  26. package/KaTeX_Main-Regular.ttf +0 -0
  27. package/KaTeX_Main-Regular.woff +0 -0
  28. package/KaTeX_Main-Regular.woff2 +0 -0
  29. package/KaTeX_Math-BoldItalic.ttf +0 -0
  30. package/KaTeX_Math-BoldItalic.woff +0 -0
  31. package/KaTeX_Math-BoldItalic.woff2 +0 -0
  32. package/KaTeX_Math-Italic.ttf +0 -0
  33. package/KaTeX_Math-Italic.woff +0 -0
  34. package/KaTeX_Math-Italic.woff2 +0 -0
  35. package/KaTeX_SansSerif-Bold.ttf +0 -0
  36. package/KaTeX_SansSerif-Bold.woff +0 -0
  37. package/KaTeX_SansSerif-Bold.woff2 +0 -0
  38. package/KaTeX_SansSerif-Italic.ttf +0 -0
  39. package/KaTeX_SansSerif-Italic.woff +0 -0
  40. package/KaTeX_SansSerif-Italic.woff2 +0 -0
  41. package/KaTeX_SansSerif-Regular.ttf +0 -0
  42. package/KaTeX_SansSerif-Regular.woff +0 -0
  43. package/KaTeX_SansSerif-Regular.woff2 +0 -0
  44. package/KaTeX_Script-Regular.ttf +0 -0
  45. package/KaTeX_Script-Regular.woff +0 -0
  46. package/KaTeX_Script-Regular.woff2 +0 -0
  47. package/KaTeX_Size1-Regular.ttf +0 -0
  48. package/KaTeX_Size1-Regular.woff +0 -0
  49. package/KaTeX_Size1-Regular.woff2 +0 -0
  50. package/KaTeX_Size2-Regular.ttf +0 -0
  51. package/KaTeX_Size2-Regular.woff +0 -0
  52. package/KaTeX_Size2-Regular.woff2 +0 -0
  53. package/KaTeX_Size3-Regular.ttf +0 -0
  54. package/KaTeX_Size3-Regular.woff +0 -0
  55. package/KaTeX_Size3-Regular.woff2 +0 -0
  56. package/KaTeX_Size4-Regular.ttf +0 -0
  57. package/KaTeX_Size4-Regular.woff +0 -0
  58. package/KaTeX_Size4-Regular.woff2 +0 -0
  59. package/KaTeX_Typewriter-Regular.ttf +0 -0
  60. package/KaTeX_Typewriter-Regular.woff +0 -0
  61. package/KaTeX_Typewriter-Regular.woff2 +0 -0
  62. package/package.json +1 -1
  63. package/styles.css +10 -2
  64. package/sunbird-questionset-editor.js +3190 -2
@@ -38,6 +38,31 @@ MIT
38
38
  @angular/forms
39
39
  MIT
40
40
 
41
+ @angular/material
42
+ MIT
43
+ The MIT License
44
+
45
+ Copyright (c) 2023 Google LLC.
46
+
47
+ Permission is hereby granted, free of charge, to any person obtaining a copy
48
+ of this software and associated documentation files (the "Software"), to deal
49
+ in the Software without restriction, including without limitation the rights
50
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51
+ copies of the Software, and to permit persons to whom the Software is
52
+ furnished to do so, subject to the following conditions:
53
+
54
+ The above copyright notice and this permission notice shall be included in
55
+ all copies or substantial portions of the Software.
56
+
57
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63
+ THE SOFTWARE.
64
+
65
+
41
66
  @angular/platform-browser
42
67
  MIT
43
68
 
@@ -94,6 +119,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
94
119
  SOFTWARE.
95
120
 
96
121
 
122
+ @project-sunbird/common-form-elements-full
123
+
97
124
  @project-sunbird/sb-styles
98
125
  MIT
99
126
  MIT License
@@ -119,40 +146,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
119
146
  SOFTWARE.
120
147
 
121
148
 
122
- @project-sunbird/sunbird-player-sdk-v9
123
-
124
149
  @project-sunbird/sunbird-questionset-editor
125
150
  MIT
126
151
 
127
- @project-sunbird/sunbird-quml-player
152
+ @project-sunbird/sunbird-quml-player-web-component
128
153
  MIT
129
154
 
130
155
  @project-sunbird/sunbird-resource-library
131
156
 
132
- ally.js
133
- MIT
134
- The MIT License (MIT)
135
-
136
- Copyright (c) 2015 Rodney Rehm
137
-
138
- Permission is hereby granted, free of charge, to any person obtaining a copy
139
- of this software and associated documentation files (the "Software"), to deal
140
- in the Software without restriction, including without limitation the rights
141
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
142
- copies of the Software, and to permit persons to whom the Software is
143
- furnished to do so, subject to the following conditions:
144
-
145
- The above copyright notice and this permission notice shall be included in
146
- all copies or substantial portions of the Software.
147
-
148
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
149
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
150
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
151
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
152
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
153
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
154
- THE SOFTWARE.
155
-
156
157
  bowser
157
158
  MIT
158
159
  Copyright 2015, Dustin Diaz (the "Original Author")
@@ -196,32 +197,6 @@ programs and associated documentation files created by the
196
197
  Original Author, when distributed with the Software.
197
198
 
198
199
 
199
- common-form-elements-web-v9
200
-
201
- css.escape
202
- MIT
203
- Copyright Mathias Bynens <https://mathiasbynens.be/>
204
-
205
- Permission is hereby granted, free of charge, to any person obtaining
206
- a copy of this software and associated documentation files (the
207
- "Software"), to deal in the Software without restriction, including
208
- without limitation the rights to use, copy, modify, merge, publish,
209
- distribute, sublicense, and/or sell copies of the Software, and to
210
- permit persons to whom the Software is furnished to do so, subject to
211
- the following conditions:
212
-
213
- The above copyright notice and this permission notice shall be
214
- included in all copies or substantial portions of the Software.
215
-
216
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
217
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
218
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
219
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
220
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
221
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
222
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
223
-
224
-
225
200
  date-fns
226
201
  MIT
227
202
  # License
@@ -477,31 +452,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
477
452
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
478
453
 
479
454
 
480
- katex
481
- MIT
482
- The MIT License (MIT)
483
-
484
- Copyright (c) 2013-2019 Khan Academy and other contributors
485
-
486
- Permission is hereby granted, free of charge, to any person obtaining a copy
487
- of this software and associated documentation files (the "Software"), to deal
488
- in the Software without restriction, including without limitation the rights
489
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
490
- copies of the Software, and to permit persons to whom the Software is
491
- furnished to do so, subject to the following conditions:
492
-
493
- The above copyright notice and this permission notice shall be included in all
494
- copies or substantial portions of the Software.
495
-
496
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
497
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
498
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
499
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
500
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
501
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
502
- SOFTWARE.
503
-
504
-
505
455
  lodash-es
506
456
  MIT
507
457
  Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
@@ -607,43 +557,12 @@ SOFTWARE.
607
557
  ng2-semantic-ui-v9
608
558
  MIT
609
559
 
610
- ngx-bootstrap/carousel
611
- MIT
612
-
613
- ngx-bootstrap/utils
614
- MIT
615
-
616
560
  ngx-chips
617
561
  MIT
618
562
 
619
563
  ngx-infinite-scroll
620
564
  MIT
621
565
 
622
- platform
623
- MIT
624
- Copyright 2014-2016 Benjamin Tan <https://demoneaux.github.io/>
625
- Copyright 2011-2013 John-David Dalton <http://allyoucanleet.com/>
626
-
627
- Permission is hereby granted, free of charge, to any person obtaining
628
- a copy of this software and associated documentation files (the
629
- "Software"), to deal in the Software without restriction, including
630
- without limitation the rights to use, copy, modify, merge, publish,
631
- distribute, sublicense, and/or sell copies of the Software, and to
632
- permit persons to whom the Software is furnished to do so, subject to
633
- the following conditions:
634
-
635
- The above copyright notice and this permission notice shall be
636
- included in all copies or substantial portions of the Software.
637
-
638
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
639
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
640
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
641
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
642
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
643
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
644
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
645
-
646
-
647
566
  popper.js
648
567
  MIT
649
568
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-sunbird/sunbird-questionset-editor-web-component",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.3",
4
4
  "description": "The web component package for the sunbird questionset editor",
5
5
  "main": "sunbird-questionset-editor.js",
6
6
  "scripts": {