@hippovideo/video-sdk 0.0.0-experimental-e0cd48dc1bec-20230621 → 0.0.0-experimental-08cf8ec69c62-20230626

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.
@@ -0,0 +1,269 @@
1
+ /*!
2
+ Copyright (c) 2018 Jed Watson.
3
+ Licensed under the MIT License (MIT), see
4
+ http://jedwatson.github.io/classnames
5
+ */
6
+
7
+ /*!
8
+ * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2020
9
+ * @version 1.3.6
10
+ *
11
+ * Date formatter utility library that allows formatting date/time variables or Date objects using PHP DateTime format.
12
+ * This library is a standalone javascript library and does not depend on other libraries or plugins like jQuery. The
13
+ * library also adds support for Universal Module Definition (UMD).
14
+ *
15
+ * @see http://php.net/manual/en/function.date.php
16
+ *
17
+ * For more JQuery plugins visit http://plugins.krajee.com
18
+ * For more Yii related demos visit http://demos.krajee.com
19
+ */
20
+
21
+ /*!
22
+ * Quill Editor v1.3.7
23
+ * https://quilljs.com/
24
+ * Copyright (c) 2014, Jason Chen
25
+ * Copyright (c) 2013, salesforce.com
26
+ */
27
+
28
+ /*!
29
+ * jQuery Color Animations v2.2.0
30
+ * https://github.com/jquery/jquery-color
31
+ *
32
+ * Copyright OpenJS Foundation and other contributors
33
+ * Released under the MIT license.
34
+ * http://jquery.org/license
35
+ *
36
+ * Date: Sun May 10 09:02:36 2020 +0200
37
+ */
38
+
39
+ /*!
40
+ * jQuery Mousewheel 3.1.13
41
+ *
42
+ * Copyright jQuery Foundation and other contributors
43
+ * Released under the MIT license
44
+ * http://jquery.org/license
45
+ */
46
+
47
+ /*!
48
+ * jQuery UI Droppable 1.13.2
49
+ * http://jqueryui.com
50
+ *
51
+ * Copyright jQuery Foundation and other contributors
52
+ * Released under the MIT license.
53
+ * http://jquery.org/license
54
+ */
55
+
56
+ /*!
57
+ * jQuery UI Effects 1.13.2
58
+ * http://jqueryui.com
59
+ *
60
+ * Copyright jQuery Foundation and other contributors
61
+ * Released under the MIT license.
62
+ * http://jquery.org/license
63
+ */
64
+
65
+ /*!
66
+ * jQuery UI Effects Blind 1.13.2
67
+ * http://jqueryui.com
68
+ *
69
+ * Copyright jQuery Foundation and other contributors
70
+ * Released under the MIT license.
71
+ * http://jquery.org/license
72
+ */
73
+
74
+ /*!
75
+ * jQuery UI Effects Fade 1.13.2
76
+ * http://jqueryui.com
77
+ *
78
+ * Copyright jQuery Foundation and other contributors
79
+ * Released under the MIT license.
80
+ * http://jquery.org/license
81
+ */
82
+
83
+ /*!
84
+ * jQuery UI Effects Size 1.13.2
85
+ * http://jqueryui.com
86
+ *
87
+ * Copyright jQuery Foundation and other contributors
88
+ * Released under the MIT license.
89
+ * http://jquery.org/license
90
+ */
91
+
92
+ /*!
93
+ * jQuery UI Effects Slide 1.13.2
94
+ * http://jqueryui.com
95
+ *
96
+ * Copyright jQuery Foundation and other contributors
97
+ * Released under the MIT license.
98
+ * http://jquery.org/license
99
+ */
100
+
101
+ /*!
102
+ * jQuery Validation Plugin v1.19.5
103
+ *
104
+ * https://jqueryvalidation.org/
105
+ *
106
+ * Copyright (c) 2022 Jörn Zaefferer
107
+ * Released under the MIT license
108
+ */
109
+
110
+ /*! *****************************************************************************
111
+ Copyright (c) Microsoft Corporation. All rights reserved.
112
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
113
+ this file except in compliance with the License. You may obtain a copy of the
114
+ License at http://www.apache.org/licenses/LICENSE-2.0
115
+
116
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
117
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
118
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
119
+ MERCHANTABLITY OR NON-INFRINGEMENT.
120
+
121
+ See the Apache Version 2.0 License for specific language governing permissions
122
+ and limitations under the License.
123
+ ***************************************************************************** */
124
+
125
+ /*! DataTables 1.10.18
126
+ * ©2008-2018 SpryMedia Ltd - datatables.net/license
127
+ */
128
+
129
+ /*! DataTables 1.11.3
130
+ * ©2008-2021 SpryMedia Ltd - datatables.net/license
131
+ */
132
+
133
+ /*! DataTables Foundation integration
134
+ * ©2011-2015 SpryMedia Ltd - datatables.net/license
135
+ */
136
+
137
+ /**
138
+ * @license
139
+ * Copyright 2017 Google Inc.
140
+ *
141
+ * Licensed under the Apache License, Version 2.0 (the "License");
142
+ * you may not use this file except in compliance with the License.
143
+ * You may obtain a copy of the License at
144
+ *
145
+ * http://www.apache.org/licenses/LICENSE-2.0
146
+ *
147
+ * Unless required by applicable law or agreed to in writing, software
148
+ * distributed under the License is distributed on an "AS IS" BASIS,
149
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
150
+ * See the License for the specific language governing permissions and
151
+ * limitations under the License.
152
+ */
153
+
154
+ /**
155
+ * @license
156
+ * Copyright 2017 Google LLC
157
+ *
158
+ * Licensed under the Apache License, Version 2.0 (the "License");
159
+ * you may not use this file except in compliance with the License.
160
+ * You may obtain a copy of the License at
161
+ *
162
+ * http://www.apache.org/licenses/LICENSE-2.0
163
+ *
164
+ * Unless required by applicable law or agreed to in writing, software
165
+ * distributed under the License is distributed on an "AS IS" BASIS,
166
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
167
+ * See the License for the specific language governing permissions and
168
+ * limitations under the License.
169
+ */
170
+
171
+ /**
172
+ * @license
173
+ * Copyright 2018 Google Inc.
174
+ *
175
+ * Licensed under the Apache License, Version 2.0 (the "License");
176
+ * you may not use this file except in compliance with the License.
177
+ * You may obtain a copy of the License at
178
+ *
179
+ * http://www.apache.org/licenses/LICENSE-2.0
180
+ *
181
+ * Unless required by applicable law or agreed to in writing, software
182
+ * distributed under the License is distributed on an "AS IS" BASIS,
183
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
184
+ * See the License for the specific language governing permissions and
185
+ * limitations under the License.
186
+ */
187
+
188
+ /**
189
+ * @license
190
+ * Copyright 2019 Google Inc.
191
+ *
192
+ * Licensed under the Apache License, Version 2.0 (the "License");
193
+ * you may not use this file except in compliance with the License.
194
+ * You may obtain a copy of the License at
195
+ *
196
+ * http://www.apache.org/licenses/LICENSE-2.0
197
+ *
198
+ * Unless required by applicable law or agreed to in writing, software
199
+ * distributed under the License is distributed on an "AS IS" BASIS,
200
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ * See the License for the specific language governing permissions and
202
+ * limitations under the License.
203
+ */
204
+
205
+ /**
206
+ * @license Complex.js v2.0.11 11/02/2016
207
+ *
208
+ * Copyright (c) 2016, Robert Eisele (robert@xarg.org)
209
+ * Dual licensed under the MIT or GPL Version 2 licenses.
210
+ **/
211
+
212
+ /**
213
+ * @license Fraction.js v4.0.12 09/09/2015
214
+ * http://www.xarg.org/2014/03/rational-numbers-in-javascript/
215
+ *
216
+ * Copyright (c) 2015, Robert Eisele (robert@xarg.org)
217
+ * Dual licensed under the MIT or GPL Version 2 licenses.
218
+ **/
219
+
220
+ /**
221
+ * math.js
222
+ * https://github.com/josdejong/mathjs
223
+ *
224
+ * Math.js is an extensive math library for JavaScript and Node.js,
225
+ * It features real and complex numbers, units, matrices, a large set of
226
+ * mathematical functions, and a flexible expression parser.
227
+ *
228
+ * @version 7.1.0
229
+ * @date 2020-07-13
230
+ *
231
+ * @license
232
+ * Copyright (C) 2013-2020 Jos de Jong <wjosdejong@gmail.com>
233
+ *
234
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
235
+ * use this file except in compliance with the License. You may obtain a copy
236
+ * of the License at
237
+ *
238
+ * https://www.apache.org/licenses/LICENSE-2.0
239
+ *
240
+ * Unless required by applicable law or agreed to in writing, software
241
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
242
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
243
+ * License for the specific language governing permissions and limitations under
244
+ * the License.
245
+ */
246
+
247
+ /** @preserve
248
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
249
+ * derived from CryptoJS.mode.CTR
250
+ * Jan Hruby jhruby.web@gmail.com
251
+ */
252
+
253
+ /** @preserve
254
+ (c) 2012 by Cédric Mesnil. All rights reserved.
255
+
256
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
257
+
258
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
259
+ - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
260
+
261
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
262
+ */
263
+
264
+ /**!
265
+ * Sortable 1.15.0
266
+ * @author RubaXa <trash@rubaxa.org>
267
+ * @author owenm <owen23355@gmail.com>
268
+ * @license MIT
269
+ */