@evercam/ui 0.0.55-beta.1 → 0.0.55-beta.11

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.
@@ -174,33 +174,6 @@
174
174
  "type": "boolean|string|number",
175
175
  "description": ""
176
176
  },
177
- "EVideoPlayer/sources": {
178
- "type": "array|string",
179
- "description": ""
180
- },
181
- "EVideoPlayer/video-listeners": {
182
- "type": "object",
183
- "description": ""
184
- },
185
- "EVideoPlayer/video-options": {
186
- "type": "object",
187
- "description": ""
188
- },
189
- "EVideoPlayer/is-hls": {
190
- "type": "boolean",
191
- "description": "",
192
- "default": false
193
- },
194
- "EVideoPlayer/streaming-token": {
195
- "type": "string",
196
- "description": "",
197
- "default": ""
198
- },
199
- "EVideoPlayer/is-live-view": {
200
- "type": "boolean",
201
- "description": "",
202
- "default": false
203
- },
204
177
  "ETimeline/events-groups": {
205
178
  "type": "object",
206
179
  "description": ""
@@ -298,6 +271,14 @@
298
271
  "type": "string",
299
272
  "description": ""
300
273
  },
274
+ "ETimeline/min-visible-date": {
275
+ "type": "string",
276
+ "description": ""
277
+ },
278
+ "ETimeline/max-visible-date": {
279
+ "type": "string",
280
+ "description": ""
281
+ },
301
282
  "ETimeline/cursor-timestamp": {
302
283
  "type": "string|any",
303
284
  "description": ""
@@ -354,5 +335,10 @@
354
335
  "type": "number",
355
336
  "description": "",
356
337
  "default": 18
338
+ },
339
+ "ETimeline/milestones-first": {
340
+ "type": "boolean",
341
+ "description": "",
342
+ "default": true
357
343
  }
358
344
  }