@project-sunbird/sunbird-questionset-editor-web-component 3.0.0-beta.1 → 3.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 +107 -1
  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 +2 -10
  64. package/sunbird-questionset-editor.js +2 -3518
@@ -146,14 +146,40 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
146
146
  SOFTWARE.
147
147
 
148
148
 
149
+ @project-sunbird/sunbird-player-sdk-v9
150
+
149
151
  @project-sunbird/sunbird-questionset-editor
150
152
  MIT
151
153
 
152
- @project-sunbird/sunbird-quml-player-web-component
154
+ @project-sunbird/sunbird-quml-player
153
155
  MIT
154
156
 
155
157
  @project-sunbird/sunbird-resource-library
156
158
 
159
+ ally.js
160
+ MIT
161
+ The MIT License (MIT)
162
+
163
+ Copyright (c) 2015 Rodney Rehm
164
+
165
+ Permission is hereby granted, free of charge, to any person obtaining a copy
166
+ of this software and associated documentation files (the "Software"), to deal
167
+ in the Software without restriction, including without limitation the rights
168
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
169
+ copies of the Software, and to permit persons to whom the Software is
170
+ furnished to do so, subject to the following conditions:
171
+
172
+ The above copyright notice and this permission notice shall be included in
173
+ all copies or substantial portions of the Software.
174
+
175
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
176
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
177
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
178
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
179
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
180
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
181
+ THE SOFTWARE.
182
+
157
183
  bowser
158
184
  MIT
159
185
  Copyright 2015, Dustin Diaz (the "Original Author")
@@ -197,6 +223,30 @@ programs and associated documentation files created by the
197
223
  Original Author, when distributed with the Software.
198
224
 
199
225
 
226
+ css.escape
227
+ MIT
228
+ Copyright Mathias Bynens <https://mathiasbynens.be/>
229
+
230
+ Permission is hereby granted, free of charge, to any person obtaining
231
+ a copy of this software and associated documentation files (the
232
+ "Software"), to deal in the Software without restriction, including
233
+ without limitation the rights to use, copy, modify, merge, publish,
234
+ distribute, sublicense, and/or sell copies of the Software, and to
235
+ permit persons to whom the Software is furnished to do so, subject to
236
+ the following conditions:
237
+
238
+ The above copyright notice and this permission notice shall be
239
+ included in all copies or substantial portions of the Software.
240
+
241
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
242
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
243
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
244
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
245
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
246
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
247
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
248
+
249
+
200
250
  date-fns
201
251
  MIT
202
252
  # License
@@ -426,6 +476,31 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
426
476
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
427
477
 
428
478
 
479
+ katex
480
+ MIT
481
+ The MIT License (MIT)
482
+
483
+ Copyright (c) 2013-2019 Khan Academy and other contributors
484
+
485
+ Permission is hereby granted, free of charge, to any person obtaining a copy
486
+ of this software and associated documentation files (the "Software"), to deal
487
+ in the Software without restriction, including without limitation the rights
488
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
489
+ copies of the Software, and to permit persons to whom the Software is
490
+ furnished to do so, subject to the following conditions:
491
+
492
+ The above copyright notice and this permission notice shall be included in all
493
+ copies or substantial portions of the Software.
494
+
495
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
496
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
497
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
498
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
499
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
500
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
501
+ SOFTWARE.
502
+
503
+
429
504
  lodash-es
430
505
  MIT
431
506
  Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
@@ -531,12 +606,43 @@ SOFTWARE.
531
606
  ng2-semantic-ui-v9
532
607
  MIT
533
608
 
609
+ ngx-bootstrap/carousel
610
+ MIT
611
+
612
+ ngx-bootstrap/utils
613
+ MIT
614
+
534
615
  ngx-chips
535
616
  MIT
536
617
 
537
618
  ngx-infinite-scroll
538
619
  MIT
539
620
 
621
+ platform
622
+ MIT
623
+ Copyright 2014-2016 Benjamin Tan <https://demoneaux.github.io/>
624
+ Copyright 2011-2013 John-David Dalton <http://allyoucanleet.com/>
625
+
626
+ Permission is hereby granted, free of charge, to any person obtaining
627
+ a copy of this software and associated documentation files (the
628
+ "Software"), to deal in the Software without restriction, including
629
+ without limitation the rights to use, copy, modify, merge, publish,
630
+ distribute, sublicense, and/or sell copies of the Software, and to
631
+ permit persons to whom the Software is furnished to do so, subject to
632
+ the following conditions:
633
+
634
+ The above copyright notice and this permission notice shall be
635
+ included in all copies or substantial portions of the Software.
636
+
637
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
638
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
639
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
640
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
641
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
642
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
643
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
644
+
645
+
540
646
  popper.js
541
647
  MIT
542
648
 
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": "3.0.0-beta.1",
3
+ "version": "3.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": {