educast-classroom-sdk 2.6.6 → 2.6.7

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.
@@ -87,6 +87,144 @@ and limitations under the License.
87
87
 
88
88
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
89
89
 
90
+ /**
91
+ * @license
92
+ Copyright (c) 2008, Adobe Systems Incorporated
93
+ All rights reserved.
94
+
95
+ Redistribution and use in source and binary forms, with or without
96
+ modification, are permitted provided that the following conditions are
97
+ met:
98
+
99
+ * Redistributions of source code must retain the above copyright notice,
100
+ this list of conditions and the following disclaimer.
101
+
102
+ * Redistributions in binary form must reproduce the above copyright
103
+ notice, this list of conditions and the following disclaimer in the
104
+ documentation and/or other materials provided with the distribution.
105
+
106
+ * Neither the name of Adobe Systems Incorporated nor the names of its
107
+ contributors may be used to endorse or promote products derived from
108
+ this software without specific prior written permission.
109
+
110
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
111
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
112
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
113
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
114
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
115
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
116
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
117
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
118
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
119
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
120
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
121
+ */
122
+
123
+ /**
124
+ * @license
125
+ *
126
+ * Licensed under the MIT License.
127
+ * http://opensource.org/licenses/mit-license
128
+ */
129
+
130
+ /**
131
+ * @license
132
+ * (c) Dean McNamee <dean@gmail.com>, 2013.
133
+ *
134
+ * https://github.com/deanm/omggif
135
+ *
136
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
137
+ * of this software and associated documentation files (the "Software"), to
138
+ * deal in the Software without restriction, including without limitation the
139
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
140
+ * sell copies of the Software, and to permit persons to whom the Software is
141
+ * furnished to do so, subject to the following conditions:
142
+ *
143
+ * The above copyright notice and this permission notice shall be included in
144
+ * all copies or substantial portions of the Software.
145
+ *
146
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
147
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
148
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
149
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
150
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
151
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
152
+ * IN THE SOFTWARE.
153
+ *
154
+ * omggif is a JavaScript implementation of a GIF 89a encoder and decoder,
155
+ * including animation and compression. It does not rely on any specific
156
+ * underlying system, so should run in the browser, Node, or Plask.
157
+ */
158
+
159
+ /**
160
+ * @license
161
+ * Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
162
+ *
163
+ * Licensed under the MIT License.
164
+ * http://opensource.org/licenses/mit-license
165
+ */
166
+
167
+ /**
168
+ * @license
169
+ * Copyright (c) 2017 Aras Abbasi
170
+ *
171
+ * Licensed under the MIT License.
172
+ * http://opensource.org/licenses/mit-license
173
+ */
174
+
175
+ /**
176
+ * @license
177
+ * Copyright (c) 2018 Aras Abbasi
178
+ *
179
+ * Licensed under the MIT License.
180
+ * http://opensource.org/licenses/mit-license
181
+ */
182
+
183
+ /**
184
+ * @license
185
+ * Copyright (c) 2019 Aras Abbasi
186
+ *
187
+ * Licensed under the MIT License.
188
+ * http://opensource.org/licenses/mit-license
189
+ */
190
+
191
+ /**
192
+ * @license
193
+ * FPDF is released under a permissive license: there is no usage restriction.
194
+ * You may embed it freely in your application (commercial or not), with or
195
+ * without modifications.
196
+ *
197
+ * Reference: http://www.fpdf.org/en/script/script37.php
198
+ */
199
+
200
+ /**
201
+ * @license
202
+ * Joseph Myers does not specify a particular license for his work.
203
+ *
204
+ * Author: Joseph Myers
205
+ * Accessed from: http://www.myersdaily.org/joseph/javascript/md5.js
206
+ *
207
+ * Modified by: Owen Leong
208
+ */
209
+
210
+ /**
211
+ * @license
212
+ * Licensed under the MIT License.
213
+ * http://opensource.org/licenses/mit-license
214
+ * Author: Owen Leong (@owenl131)
215
+ * Date: 15 Oct 2020
216
+ * References:
217
+ * https://www.cs.cmu.edu/~dst/Adobe/Gallery/anon21jul01-pdf-encryption.txt
218
+ * https://github.com/foliojs/pdfkit/blob/master/lib/security.js
219
+ * http://www.fpdf.org/en/script/script37.php
220
+ */
221
+
222
+ /**
223
+ * @license
224
+ * Licensed under the MIT License.
225
+ * http://opensource.org/licenses/mit-license
226
+ */
227
+
90
228
  /**
91
229
  * @license
92
230
  * Lodash <https://lodash.com/>
@@ -96,6 +234,38 @@ and limitations under the License.
96
234
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
97
235
  */
98
236
 
237
+ /**
238
+ * @license
239
+ * Unicode Bidi Engine based on the work of Alex Shensis (@asthensis)
240
+ * MIT License
241
+ */
242
+
243
+ /**
244
+ * @license
245
+ * jsPDF fileloading PlugIn
246
+ * Copyright (c) 2018 Aras Abbasi (aras.abbasi@gmail.com)
247
+ *
248
+ * Licensed under the MIT License.
249
+ * http://opensource.org/licenses/mit-license
250
+ */
251
+
252
+ /**
253
+ * @license
254
+ * jsPDF filters PlugIn
255
+ * Copyright (c) 2014 Aras Abbasi
256
+ *
257
+ * Licensed under the MIT License.
258
+ * http://opensource.org/licenses/mit-license
259
+ */
260
+
261
+ /**
262
+ * @license
263
+ * jsPDF virtual FileSystem functionality
264
+ *
265
+ * Licensed under the MIT License.
266
+ * http://opensource.org/licenses/mit-license
267
+ */
268
+
99
269
  /**
100
270
  * @license React
101
271
  * react-is.production.min.js
@@ -106,6 +276,13 @@ and limitations under the License.
106
276
  * LICENSE file in the root directory of this source tree.
107
277
  */
108
278
 
279
+ /**
280
+ * A class to parse color values
281
+ * @author Stoyan Stefanov <sstoo@gmail.com>
282
+ * {@link http://www.phpied.com/rgb-color-parser-in-javascript/}
283
+ * @license Use it if you like it
284
+ */
285
+
109
286
  /**
110
287
  * [js-md5]{@link https://github.com/emn178/js-md5}
111
288
  *
@@ -116,6 +293,91 @@ and limitations under the License.
116
293
  * @license MIT
117
294
  */
118
295
 
296
+ /** ====================================================================
297
+ * @license
298
+ * jsPDF XMP metadata plugin
299
+ * Copyright (c) 2016 Jussi Utunen, u-jussi@suomi24.fi
300
+ *
301
+ * Permission is hereby granted, free of charge, to any person obtaining
302
+ * a copy of this software and associated documentation files (the
303
+ * "Software"), to deal in the Software without restriction, including
304
+ * without limitation the rights to use, copy, modify, merge, publish,
305
+ * distribute, sublicense, and/or sell copies of the Software, and to
306
+ * permit persons to whom the Software is furnished to do so, subject to
307
+ * the following conditions:
308
+ *
309
+ * The above copyright notice and this permission notice shall be
310
+ * included in all copies or substantial portions of the Software.
311
+ *
312
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
313
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
314
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
315
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
316
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
317
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
318
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
319
+ * ====================================================================
320
+ */
321
+
322
+ /** @license
323
+ * Copyright (c) 2017 Dominik Homberger
324
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
325
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
326
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
327
+ https://webpjs.appspot.com
328
+ WebPRiffParser dominikhlbg@gmail.com
329
+ */
330
+
331
+ /** @license
332
+ *
333
+ * jsPDF - PDF Document creation from JavaScript
334
+ * Version 4.2.1 Built on 2026-03-17T11:11:27.057Z
335
+ * CommitID 00000000
336
+ *
337
+ * Copyright (c) 2010-2025 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
338
+ * 2015-2025 yWorks GmbH, http://www.yworks.com
339
+ * 2015-2025 Lukas Holländer <lukas.hollaender@yworks.com>, https://github.com/HackbrettXXX
340
+ * 2016-2018 Aras Abbasi <aras.abbasi@gmail.com>
341
+ * 2010 Aaron Spike, https://github.com/acspike
342
+ * 2012 Willow Systems Corporation, https://github.com/willowsystems
343
+ * 2012 Pablo Hess, https://github.com/pablohess
344
+ * 2012 Florian Jenett, https://github.com/fjenett
345
+ * 2013 Warren Weckesser, https://github.com/warrenweckesser
346
+ * 2013 Youssef Beddad, https://github.com/lifof
347
+ * 2013 Lee Driscoll, https://github.com/lsdriscoll
348
+ * 2013 Stefan Slonevskiy, https://github.com/stefslon
349
+ * 2013 Jeremy Morel, https://github.com/jmorel
350
+ * 2013 Christoph Hartmann, https://github.com/chris-rock
351
+ * 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
352
+ * 2014 James Makes, https://github.com/dollaruw
353
+ * 2014 Diego Casorran, https://github.com/diegocr
354
+ * 2014 Steven Spungin, https://github.com/Flamenco
355
+ * 2014 Kenneth Glassey, https://github.com/Gavvers
356
+ *
357
+ * Permission is hereby granted, free of charge, to any person obtaining
358
+ * a copy of this software and associated documentation files (the
359
+ * "Software"), to deal in the Software without restriction, including
360
+ * without limitation the rights to use, copy, modify, merge, publish,
361
+ * distribute, sublicense, and/or sell copies of the Software, and to
362
+ * permit persons to whom the Software is furnished to do so, subject to
363
+ * the following conditions:
364
+ *
365
+ * The above copyright notice and this permission notice shall be
366
+ * included in all copies or substantial portions of the Software.
367
+ *
368
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
369
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
370
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
371
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
372
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
373
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
374
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
375
+ *
376
+ * Contributor(s):
377
+ * siefkenj, ahwolf, rickygu, Midnith, saintclair, eaparango,
378
+ * kim3er, mfo, alnorth, Flamenco
379
+ */
380
+
119
381
  /** @license React v0.20.2
120
382
  * scheduler.production.min.js
121
383
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "educast-classroom-sdk",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "keywords": [
5
5
  "agora",
6
6
  "WebRTC",
@@ -48,67 +48,71 @@
48
48
  ]
49
49
  },
50
50
  "devDependencies": {
51
- "@types/js-md5": "0.7.0",
52
- "@types/react-copy-to-clipboard": "5.0.4",
51
+ "@babel/cli": "7.17.6",
52
+ "@babel/core": "7.13.15",
53
+ "@babel/plugin-proposal-class-properties": "7.13.0",
54
+ "@babel/plugin-proposal-decorators": "7.15.8",
55
+ "@babel/plugin-proposal-object-rest-spread": "7.13.8",
56
+ "@babel/plugin-proposal-private-property-in-object": "7.16.7",
57
+ "@babel/plugin-syntax-decorators": "7.12.13",
58
+ "@babel/plugin-syntax-dynamic-import": "7.8.3",
59
+ "@babel/plugin-transform-runtime": "7.13.15",
60
+ "@babel/plugin-transform-typescript": "7.16.1",
61
+ "@babel/preset-env": "7.13.15",
62
+ "@babel/preset-react": "7.13.13",
63
+ "@babel/preset-typescript": "7.13.0",
64
+ "@babel/runtime-corejs3": "7.13.10",
65
+ "@nicolo-ribaudo/semver-v6": "6.3.3",
66
+ "@storybook/addon-essentials": "6.5.13",
67
+ "@storybook/addon-links": "6.5.13",
68
+ "@storybook/addon-postcss": "2.0.0",
69
+ "@storybook/react": "6.5.13",
53
70
  "@types/axios": "0.14.0",
54
71
  "@types/classnames": "2.2.11",
72
+ "@types/js-md5": "0.7.0",
55
73
  "@types/lodash": "4.14.145",
56
74
  "@types/react": "17.0.44",
75
+ "@types/react-copy-to-clipboard": "5.0.4",
57
76
  "@types/react-dom": "16.9.2",
58
77
  "@types/react-helmet": "6.1.5",
59
78
  "@types/react-router-dom": "5.3.3",
60
- "@types/react-transition-group": "4.4.1",
61
- "@types/uuid": "3.4.6",
62
- "@types/tinycolor2": "1.4.3",
63
79
  "@types/react-select": "4.0.15",
64
- "cross-env": "6.0.3",
65
- "cpx": "1.5.0",
66
- "concurrently": "5.0.0",
67
- "@storybook/addon-postcss": "2.0.0",
68
- "@storybook/addon-essentials": "6.5.13",
69
- "@storybook/addon-links": "6.5.13",
70
- "@storybook/react": "6.5.13",
80
+ "@types/react-transition-group": "4.4.1",
71
81
  "@types/react-virtualized": "^9.21.14",
82
+ "@types/tinycolor2": "1.4.3",
83
+ "@types/uuid": "3.4.6",
72
84
  "babel-loader": "8.2.2",
85
+ "concurrently": "5.0.0",
86
+ "cpx": "1.5.0",
87
+ "cross-env": "6.0.3",
88
+ "crypto-browserify": "3.12.0",
73
89
  "mini-css-extract-plugin": "2.4.5",
90
+ "npm-run-all": "4.1.5",
91
+ "null-loader": "4.0.1",
92
+ "postcss": "8.4.4",
93
+ "postcss-import": "14.0.1",
94
+ "postcss-loader": "4.0.3",
74
95
  "storybook": "6.5.13",
96
+ "stream-browserify": "3.0.0",
75
97
  "svg-sprite-loader": "6.0.7",
76
98
  "svgaplayerweb": "2.3.2",
77
- "crypto-browserify": "3.12.0",
78
- "stream-browserify": "3.0.0",
79
- "npm-run-all": "4.1.5",
80
- "null-loader": "4.0.1",
81
- "@nicolo-ribaudo/semver-v6": "6.3.3",
99
+ "thread-loader": "3.0.1",
100
+ "url-loader": "4.1.1",
82
101
  "webpack": "5.54.0",
83
102
  "webpack-cli": "4.10.0",
84
103
  "webpackbar": "5.0.0-3",
85
- "thread-loader": "3.0.1",
86
- "url-loader": "4.1.1",
87
- "@babel/cli": "7.17.6",
88
- "@babel/core": "7.13.15",
89
- "@babel/plugin-proposal-class-properties": "7.13.0",
90
- "@babel/plugin-proposal-decorators": "7.15.8",
91
- "@babel/plugin-proposal-object-rest-spread": "7.13.8",
92
- "@babel/plugin-proposal-private-property-in-object": "7.16.7",
93
- "@babel/plugin-syntax-decorators": "7.12.13",
94
- "@babel/plugin-syntax-dynamic-import": "7.8.3",
95
- "@babel/plugin-transform-runtime": "7.13.15",
96
- "@babel/plugin-transform-typescript": "7.16.1",
97
- "@babel/preset-env": "7.13.15",
98
- "@babel/preset-react": "7.13.13",
99
- "@babel/preset-typescript": "7.13.0",
100
- "@babel/runtime-corejs3": "7.13.10",
101
- "postcss": "8.4.4",
102
- "postcss-import": "14.0.1",
103
- "postcss-loader": "4.0.3"
104
+ "worker-loader": "^3.0.8"
104
105
  },
105
106
  "dependencies": {
106
- "tinycolor2": "1.4.2",
107
107
  "@use-gesture/react": "10.2.11",
108
+ "agora-common-libs": "~2.9.0",
108
109
  "agora-edu-core": "~2.9.0",
110
+ "agora-extension-ai-denoiser": "1.0.0",
111
+ "agora-extension-beauty-effect": "1.0.1-beta",
112
+ "agora-extension-virtual-background": "1.1.1",
109
113
  "agora-rte-sdk": "~2.9.0",
110
- "agora-common-libs": "~2.9.0",
111
114
  "animate.css": "4.1.1",
115
+ "antd": "4.23.0",
112
116
  "autoprefixer": "10.2.5",
113
117
  "axios": "0.19.2",
114
118
  "buffer": "6.0.3",
@@ -117,11 +121,18 @@
117
121
  "dayjs": "1.10.4",
118
122
  "electron-screenshots": "0.0.13",
119
123
  "js-md5": "0.7.3",
124
+ "jspdf": "^4.2.1",
120
125
  "lodash": "4.17.21",
121
126
  "matchmedia-polyfill": "0.3.2",
122
127
  "mobx": "5.15.4",
123
128
  "mobx-react": "6.3.1",
129
+ "patch-package": "6.4.7",
124
130
  "promise-polyfill": "8.2.0",
131
+ "rc-notification": "4.4.0",
132
+ "rc-pagination": "3.1.6",
133
+ "rc-tooltip": "5.1.1",
134
+ "rc-trigger": "5.2.3",
135
+ "rc-util": "5.21.0",
125
136
  "react": "17.0.0",
126
137
  "react-copy-to-clipboard": "^5.1.0",
127
138
  "react-dom": "17.0.0",
@@ -130,23 +141,14 @@
130
141
  "react-rnd": "10.3.4",
131
142
  "react-router": "5.2.0",
132
143
  "react-router-dom": "5.2.0",
144
+ "react-select": "4.3.0",
133
145
  "react-spring": "9.4.4",
134
146
  "react-transition-group": "4.4.1",
135
147
  "react-use-measure": "2.1.1",
148
+ "react-virtualized": "9.22.3",
136
149
  "tailwindcss": "2.0.3",
150
+ "tinycolor2": "1.4.2",
137
151
  "typescript": "4.4.4",
138
- "uuid": "3.3.3",
139
- "agora-extension-virtual-background": "1.1.1",
140
- "agora-extension-beauty-effect": "1.0.1-beta",
141
- "agora-extension-ai-denoiser": "1.0.0",
142
- "antd": "4.23.0",
143
- "patch-package": "6.4.7",
144
- "react-virtualized": "9.22.3",
145
- "rc-notification": "4.4.0",
146
- "rc-pagination": "3.1.6",
147
- "rc-tooltip": "5.1.1",
148
- "rc-trigger": "5.2.3",
149
- "rc-util": "5.21.0",
150
- "react-select": "4.3.0"
152
+ "uuid": "3.3.3"
151
153
  }
152
154
  }