@clickview/player 1.18.0-rc.2 → 1.18.0-rc.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/dist/en.json +1 -0
- package/dist/interactive-player.css +88 -0
- package/dist/interactive-player.js +2 -0
- package/dist/interactive-player.js.LICENSE.txt +153 -0
- package/dist/player.css +48 -0
- package/dist/player.js +2 -0
- package/dist/player.js.LICENSE.txt +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
Copyright (c) 2018 Jed Watson.
|
|
9
|
+
Licensed under the MIT License (MIT), see
|
|
10
|
+
http://jedwatson.github.io/classnames
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
Copyright (c) 2017 Jed Watson.
|
|
15
|
+
Licensed under the MIT License (MIT), see
|
|
16
|
+
http://jedwatson.github.io/classnames
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/*!
|
|
20
|
+
* Cropper.js v1.5.6
|
|
21
|
+
* https://fengyuanchen.github.io/cropperjs
|
|
22
|
+
*
|
|
23
|
+
* Copyright 2015-present Chen Fengyuan
|
|
24
|
+
* Released under the MIT license
|
|
25
|
+
*
|
|
26
|
+
* Date: 2019-10-04T04:33:48.372Z
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
/*!
|
|
30
|
+
* Programatically add the following
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
/*!
|
|
34
|
+
* jQuery JavaScript Library v3.7.1
|
|
35
|
+
* https://jquery.com/
|
|
36
|
+
*
|
|
37
|
+
* Copyright OpenJS Foundation and other contributors
|
|
38
|
+
* Released under the MIT license
|
|
39
|
+
* https://jquery.org/license
|
|
40
|
+
*
|
|
41
|
+
* Date: 2023-08-28T13:37Z
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
/*! @name @videojs/http-streaming @version 2.8.2 @license Apache-2.0 */
|
|
45
|
+
|
|
46
|
+
/*! @name aes-decrypter @version 3.1.2 @license Apache-2.0 */
|
|
47
|
+
|
|
48
|
+
/*! @name m3u8-parser @version 4.7.0 @license Apache-2.0 */
|
|
49
|
+
|
|
50
|
+
/*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */
|
|
51
|
+
|
|
52
|
+
/*! @name videojs-contrib-quality-levels @version 2.0.9 @license Apache-2.0 */
|
|
53
|
+
|
|
54
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @license React
|
|
58
|
+
* react-dom-server-legacy.browser.production.min.js
|
|
59
|
+
*
|
|
60
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
61
|
+
*
|
|
62
|
+
* This source code is licensed under the MIT license found in the
|
|
63
|
+
* LICENSE file in the root directory of this source tree.
|
|
64
|
+
*/
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @license React
|
|
68
|
+
* react-dom-server.browser.production.min.js
|
|
69
|
+
*
|
|
70
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
71
|
+
*
|
|
72
|
+
* This source code is licensed under the MIT license found in the
|
|
73
|
+
* LICENSE file in the root directory of this source tree.
|
|
74
|
+
*/
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* @license React
|
|
78
|
+
* react-dom.production.min.js
|
|
79
|
+
*
|
|
80
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
81
|
+
*
|
|
82
|
+
* This source code is licensed under the MIT license found in the
|
|
83
|
+
* LICENSE file in the root directory of this source tree.
|
|
84
|
+
*/
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* @license React
|
|
88
|
+
* react-is.production.min.js
|
|
89
|
+
*
|
|
90
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
91
|
+
*
|
|
92
|
+
* This source code is licensed under the MIT license found in the
|
|
93
|
+
* LICENSE file in the root directory of this source tree.
|
|
94
|
+
*/
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @license React
|
|
98
|
+
* react-jsx-runtime.production.min.js
|
|
99
|
+
*
|
|
100
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
101
|
+
*
|
|
102
|
+
* This source code is licensed under the MIT license found in the
|
|
103
|
+
* LICENSE file in the root directory of this source tree.
|
|
104
|
+
*/
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* @license React
|
|
108
|
+
* react.production.min.js
|
|
109
|
+
*
|
|
110
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
111
|
+
*
|
|
112
|
+
* This source code is licensed under the MIT license found in the
|
|
113
|
+
* LICENSE file in the root directory of this source tree.
|
|
114
|
+
*/
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* @license React
|
|
118
|
+
* scheduler.production.min.js
|
|
119
|
+
*
|
|
120
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
121
|
+
*
|
|
122
|
+
* This source code is licensed under the MIT license found in the
|
|
123
|
+
* LICENSE file in the root directory of this source tree.
|
|
124
|
+
*/
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* @license React
|
|
128
|
+
* use-sync-external-store-shim.production.min.js
|
|
129
|
+
*
|
|
130
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
131
|
+
*
|
|
132
|
+
* This source code is licensed under the MIT license found in the
|
|
133
|
+
* LICENSE file in the root directory of this source tree.
|
|
134
|
+
*/
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* @license React
|
|
138
|
+
* use-sync-external-store-shim/with-selector.production.min.js
|
|
139
|
+
*
|
|
140
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
141
|
+
*
|
|
142
|
+
* This source code is licensed under the MIT license found in the
|
|
143
|
+
* LICENSE file in the root directory of this source tree.
|
|
144
|
+
*/
|
|
145
|
+
|
|
146
|
+
/** @license React v16.13.1
|
|
147
|
+
* react-is.production.min.js
|
|
148
|
+
*
|
|
149
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
150
|
+
*
|
|
151
|
+
* This source code is licensed under the MIT license found in the
|
|
152
|
+
* LICENSE file in the root directory of this source tree.
|
|
153
|
+
*/
|