@ekg.training/ekg-video-player 1.0.9 → 1.1.0

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/README.md CHANGED
@@ -154,6 +154,7 @@ See [`examples/React/src/App.js`](examples/React/src/App.js) or [`examples/Javas
154
154
  - `windowProps` (object): Window size/orientation
155
155
  - `translations` (object): UI translations
156
156
  - `infoLink` (string): The link (image or video) to player information (e.g. instructions to use player)
157
+ - `ecgLinks` (string or array): Array of an ECG image links or url of single ECG image link
157
158
  - `allowPiP` (boolean): Enable/disable availability of PIP feature
158
159
 
159
160
  ### thumbnails (object)
@@ -207,6 +208,8 @@ The `translations` object allows you to customize UI text labels and messages. A
207
208
  | minLabel | Minutes label |
208
209
  | showInfoLabel | Show toolbar info label |
209
210
  | hideInfoLabel | Hide toolbar info label |
211
+ | hideECGLabel | Hide ECG |
212
+ | showECGLabel | Show ECG |
210
213
  | warningLabel | WARNING text |
211
214
  | slowInternetSpeedWarning | Slow internet speed warning |
212
215
 
package/README.npm.md CHANGED
@@ -154,6 +154,7 @@ See [`examples/React/src/App.js`](examples/React/src/App.js) or [`examples/Javas
154
154
  - `windowProps` (object): Window size/orientation
155
155
  - `translations` (object): UI translations
156
156
  - `infoLink` (string): The link (image or video) to player information (e.g. instructions to use player)
157
+ - `ecgLinks` (string or array): Array of an ECG image links or url of single ECG image link
157
158
  - `allowPiP` (boolean): Enable/disable availability of PIP feature
158
159
 
159
160
  ### thumbnails (object)
@@ -207,6 +208,8 @@ The `translations` object allows you to customize UI text labels and messages. A
207
208
  | minLabel | Minutes label |
208
209
  | showInfoLabel | Show toolbar info label |
209
210
  | hideInfoLabel | Hide toolbar info label |
211
+ | hideECGLabel | Hide ECG |
212
+ | showECGLabel | Show ECG |
210
213
  | warningLabel | WARNING text |
211
214
  | slowInternetSpeedWarning | Slow internet speed warning |
212
215
 
@@ -23,6 +23,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
23
  SOFTWARE.
24
24
 
25
25
 
26
+ classnames
27
+ MIT
28
+ The MIT License (MIT)
29
+
30
+ Copyright (c) 2018 Jed Watson
31
+
32
+ Permission is hereby granted, free of charge, to any person obtaining a copy
33
+ of this software and associated documentation files (the "Software"), to deal
34
+ in the Software without restriction, including without limitation the rights
35
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36
+ copies of the Software, and to permit persons to whom the Software is
37
+ furnished to do so, subject to the following conditions:
38
+
39
+ The above copyright notice and this permission notice shall be included in all
40
+ copies or substantial portions of the Software.
41
+
42
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48
+ SOFTWARE.
49
+
50
+
26
51
  css-loader
27
52
  MIT
28
53
  Copyright JS Foundation and other contributors
@@ -72,6 +97,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
72
97
  SOFTWARE.
73
98
 
74
99
 
100
+ prop-types
101
+ MIT
102
+ MIT License
103
+
104
+ Copyright (c) 2013-present, Facebook, Inc.
105
+
106
+ Permission is hereby granted, free of charge, to any person obtaining a copy
107
+ of this software and associated documentation files (the "Software"), to deal
108
+ in the Software without restriction, including without limitation the rights
109
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
110
+ copies of the Software, and to permit persons to whom the Software is
111
+ furnished to do so, subject to the following conditions:
112
+
113
+ The above copyright notice and this permission notice shall be included in all
114
+ copies or substantial portions of the Software.
115
+
116
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
117
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
118
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
119
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
120
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
121
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
122
+ SOFTWARE.
123
+
124
+
75
125
  react
76
126
  MIT
77
127
  MIT License
@@ -122,6 +172,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
122
172
  SOFTWARE.
123
173
 
124
174
 
175
+ react-easy-swipe
176
+ MIT
177
+
178
+ react-responsive-carousel
179
+ MIT
180
+ MIT License
181
+
182
+ Copyright (c) [year] [fullname]
183
+
184
+ Permission is hereby granted, free of charge, to any person obtaining a copy
185
+ of this software and associated documentation files (the "Software"), to deal
186
+ in the Software without restriction, including without limitation the rights
187
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
188
+ copies of the Software, and to permit persons to whom the Software is
189
+ furnished to do so, subject to the following conditions:
190
+
191
+ The above copyright notice and this permission notice shall be included in all
192
+ copies or substantial portions of the Software.
193
+
194
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
195
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
196
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
197
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
198
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
200
+ SOFTWARE.
201
+
202
+
125
203
  react-zoom-pan-pinch
126
204
  MIT
127
205
  MIT License