@project-sunbird/sunbird-questionset-editor-web-component 2.0.0-beta.2 → 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.
- package/3rdpartylicenses.txt +1 -107
- package/KaTeX_AMS-Regular.ttf +0 -0
- package/KaTeX_AMS-Regular.woff +0 -0
- package/KaTeX_AMS-Regular.woff2 +0 -0
- package/KaTeX_Caligraphic-Bold.ttf +0 -0
- package/KaTeX_Caligraphic-Bold.woff +0 -0
- package/KaTeX_Caligraphic-Bold.woff2 +0 -0
- package/KaTeX_Caligraphic-Regular.ttf +0 -0
- package/KaTeX_Caligraphic-Regular.woff +0 -0
- package/KaTeX_Caligraphic-Regular.woff2 +0 -0
- package/KaTeX_Fraktur-Bold.ttf +0 -0
- package/KaTeX_Fraktur-Bold.woff +0 -0
- package/KaTeX_Fraktur-Bold.woff2 +0 -0
- package/KaTeX_Fraktur-Regular.ttf +0 -0
- package/KaTeX_Fraktur-Regular.woff +0 -0
- package/KaTeX_Fraktur-Regular.woff2 +0 -0
- package/KaTeX_Main-Bold.ttf +0 -0
- package/KaTeX_Main-Bold.woff +0 -0
- package/KaTeX_Main-Bold.woff2 +0 -0
- package/KaTeX_Main-BoldItalic.ttf +0 -0
- package/KaTeX_Main-BoldItalic.woff +0 -0
- package/KaTeX_Main-BoldItalic.woff2 +0 -0
- package/KaTeX_Main-Italic.ttf +0 -0
- package/KaTeX_Main-Italic.woff +0 -0
- package/KaTeX_Main-Italic.woff2 +0 -0
- package/KaTeX_Main-Regular.ttf +0 -0
- package/KaTeX_Main-Regular.woff +0 -0
- package/KaTeX_Main-Regular.woff2 +0 -0
- package/KaTeX_Math-BoldItalic.ttf +0 -0
- package/KaTeX_Math-BoldItalic.woff +0 -0
- package/KaTeX_Math-BoldItalic.woff2 +0 -0
- package/KaTeX_Math-Italic.ttf +0 -0
- package/KaTeX_Math-Italic.woff +0 -0
- package/KaTeX_Math-Italic.woff2 +0 -0
- package/KaTeX_SansSerif-Bold.ttf +0 -0
- package/KaTeX_SansSerif-Bold.woff +0 -0
- package/KaTeX_SansSerif-Bold.woff2 +0 -0
- package/KaTeX_SansSerif-Italic.ttf +0 -0
- package/KaTeX_SansSerif-Italic.woff +0 -0
- package/KaTeX_SansSerif-Italic.woff2 +0 -0
- package/KaTeX_SansSerif-Regular.ttf +0 -0
- package/KaTeX_SansSerif-Regular.woff +0 -0
- package/KaTeX_SansSerif-Regular.woff2 +0 -0
- package/KaTeX_Script-Regular.ttf +0 -0
- package/KaTeX_Script-Regular.woff +0 -0
- package/KaTeX_Script-Regular.woff2 +0 -0
- package/KaTeX_Size1-Regular.ttf +0 -0
- package/KaTeX_Size1-Regular.woff +0 -0
- package/KaTeX_Size1-Regular.woff2 +0 -0
- package/KaTeX_Size2-Regular.ttf +0 -0
- package/KaTeX_Size2-Regular.woff +0 -0
- package/KaTeX_Size2-Regular.woff2 +0 -0
- package/KaTeX_Size3-Regular.ttf +0 -0
- package/KaTeX_Size3-Regular.woff +0 -0
- package/KaTeX_Size3-Regular.woff2 +0 -0
- package/KaTeX_Size4-Regular.ttf +0 -0
- package/KaTeX_Size4-Regular.woff +0 -0
- package/KaTeX_Size4-Regular.woff2 +0 -0
- package/KaTeX_Typewriter-Regular.ttf +0 -0
- package/KaTeX_Typewriter-Regular.woff +0 -0
- package/KaTeX_Typewriter-Regular.woff2 +0 -0
- package/package.json +1 -1
- package/styles.css +10 -2
- package/sunbird-questionset-editor.js +3190 -2
package/3rdpartylicenses.txt
CHANGED
|
@@ -146,40 +146,14 @@ 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
|
-
|
|
151
149
|
@project-sunbird/sunbird-questionset-editor
|
|
152
150
|
MIT
|
|
153
151
|
|
|
154
|
-
@project-sunbird/sunbird-quml-player
|
|
152
|
+
@project-sunbird/sunbird-quml-player-web-component
|
|
155
153
|
MIT
|
|
156
154
|
|
|
157
155
|
@project-sunbird/sunbird-resource-library
|
|
158
156
|
|
|
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
|
-
|
|
183
157
|
bowser
|
|
184
158
|
MIT
|
|
185
159
|
Copyright 2015, Dustin Diaz (the "Original Author")
|
|
@@ -223,30 +197,6 @@ programs and associated documentation files created by the
|
|
|
223
197
|
Original Author, when distributed with the Software.
|
|
224
198
|
|
|
225
199
|
|
|
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
|
-
|
|
250
200
|
date-fns
|
|
251
201
|
MIT
|
|
252
202
|
# License
|
|
@@ -502,31 +452,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
|
502
452
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
503
453
|
|
|
504
454
|
|
|
505
|
-
katex
|
|
506
|
-
MIT
|
|
507
|
-
The MIT License (MIT)
|
|
508
|
-
|
|
509
|
-
Copyright (c) 2013-2019 Khan Academy and other contributors
|
|
510
|
-
|
|
511
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
512
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
513
|
-
in the Software without restriction, including without limitation the rights
|
|
514
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
515
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
516
|
-
furnished to do so, subject to the following conditions:
|
|
517
|
-
|
|
518
|
-
The above copyright notice and this permission notice shall be included in all
|
|
519
|
-
copies or substantial portions of the Software.
|
|
520
|
-
|
|
521
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
522
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
523
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
524
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
525
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
526
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
527
|
-
SOFTWARE.
|
|
528
|
-
|
|
529
|
-
|
|
530
455
|
lodash-es
|
|
531
456
|
MIT
|
|
532
457
|
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
@@ -632,43 +557,12 @@ SOFTWARE.
|
|
|
632
557
|
ng2-semantic-ui-v9
|
|
633
558
|
MIT
|
|
634
559
|
|
|
635
|
-
ngx-bootstrap/carousel
|
|
636
|
-
MIT
|
|
637
|
-
|
|
638
|
-
ngx-bootstrap/utils
|
|
639
|
-
MIT
|
|
640
|
-
|
|
641
560
|
ngx-chips
|
|
642
561
|
MIT
|
|
643
562
|
|
|
644
563
|
ngx-infinite-scroll
|
|
645
564
|
MIT
|
|
646
565
|
|
|
647
|
-
platform
|
|
648
|
-
MIT
|
|
649
|
-
Copyright 2014-2016 Benjamin Tan <https://demoneaux.github.io/>
|
|
650
|
-
Copyright 2011-2013 John-David Dalton <http://allyoucanleet.com/>
|
|
651
|
-
|
|
652
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
653
|
-
a copy of this software and associated documentation files (the
|
|
654
|
-
"Software"), to deal in the Software without restriction, including
|
|
655
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
656
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
657
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
658
|
-
the following conditions:
|
|
659
|
-
|
|
660
|
-
The above copyright notice and this permission notice shall be
|
|
661
|
-
included in all copies or substantial portions of the Software.
|
|
662
|
-
|
|
663
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
664
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
665
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
666
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
667
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
668
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
669
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
670
|
-
|
|
671
|
-
|
|
672
566
|
popper.js
|
|
673
567
|
MIT
|
|
674
568
|
|
package/KaTeX_AMS-Regular.ttf
CHANGED
|
Binary file
|
package/KaTeX_AMS-Regular.woff
CHANGED
|
Binary file
|
package/KaTeX_AMS-Regular.woff2
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/KaTeX_Fraktur-Bold.ttf
CHANGED
|
Binary file
|
package/KaTeX_Fraktur-Bold.woff
CHANGED
|
Binary file
|
package/KaTeX_Fraktur-Bold.woff2
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/KaTeX_Main-Bold.ttf
CHANGED
|
Binary file
|
package/KaTeX_Main-Bold.woff
CHANGED
|
Binary file
|
package/KaTeX_Main-Bold.woff2
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/KaTeX_Main-Italic.ttf
CHANGED
|
Binary file
|
package/KaTeX_Main-Italic.woff
CHANGED
|
Binary file
|
package/KaTeX_Main-Italic.woff2
CHANGED
|
Binary file
|
package/KaTeX_Main-Regular.ttf
CHANGED
|
Binary file
|
package/KaTeX_Main-Regular.woff
CHANGED
|
Binary file
|
package/KaTeX_Main-Regular.woff2
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/KaTeX_Math-Italic.ttf
CHANGED
|
Binary file
|
package/KaTeX_Math-Italic.woff
CHANGED
|
Binary file
|
package/KaTeX_Math-Italic.woff2
CHANGED
|
Binary file
|
package/KaTeX_SansSerif-Bold.ttf
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/KaTeX_Script-Regular.ttf
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/KaTeX_Size1-Regular.ttf
CHANGED
|
Binary file
|
package/KaTeX_Size1-Regular.woff
CHANGED
|
Binary file
|
|
Binary file
|
package/KaTeX_Size2-Regular.ttf
CHANGED
|
Binary file
|
package/KaTeX_Size2-Regular.woff
CHANGED
|
Binary file
|
|
Binary file
|
package/KaTeX_Size3-Regular.ttf
CHANGED
|
Binary file
|
package/KaTeX_Size3-Regular.woff
CHANGED
|
Binary file
|
|
Binary file
|
package/KaTeX_Size4-Regular.ttf
CHANGED
|
Binary file
|
package/KaTeX_Size4-Regular.woff
CHANGED
|
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.
|
|
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": {
|