@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.
- package/dist/attributes.json +13 -27
- package/dist/index.mjs +4105 -2934
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +15 -15
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +20 -4
- package/dist/src/components/ETimelineMilestone.vue.d.ts +26 -2
- package/dist/src/components/EToggleSwitch.vue.d.ts +49 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +253 -14
- package/dist/src/components/EVideoPlayerActions.vue.d.ts +193 -0
- package/dist/src/components/EVideoPlayerControls.vue.d.ts +146 -0
- package/dist/src/components/EVideoPlayerProgressBar.vue.d.ts +100 -0
- package/dist/src/components/EVideoPlayerThumbnailPreview.vue.d.ts +68 -0
- package/dist/src/components/EZoomable.vue.d.ts +64 -0
- package/dist/src/index.d.ts +373 -17
- package/dist/src/types.d.ts +14 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +335 -0
- package/dist/tags.json +4 -12
- package/dist/web-types.json +50 -61
- package/package.json +1 -1
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@evercam/ui",
|
|
5
|
-
"version": "0.0.55-beta.
|
|
5
|
+
"version": "0.0.55-beta.8",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -481,65 +481,7 @@
|
|
|
481
481
|
},
|
|
482
482
|
"description": "",
|
|
483
483
|
"doc-url": "https://ui.evercam.io/",
|
|
484
|
-
"attributes":
|
|
485
|
-
{
|
|
486
|
-
"name": "sources",
|
|
487
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
488
|
-
"default": "undefined",
|
|
489
|
-
"value": {
|
|
490
|
-
"kind": "expression",
|
|
491
|
-
"type": [
|
|
492
|
-
"array",
|
|
493
|
-
"string"
|
|
494
|
-
]
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"name": "video-listeners",
|
|
499
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
500
|
-
"default": "() => ({})",
|
|
501
|
-
"value": {
|
|
502
|
-
"kind": "expression",
|
|
503
|
-
"type": "object"
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"name": "video-options",
|
|
508
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
509
|
-
"default": "() => ({})",
|
|
510
|
-
"value": {
|
|
511
|
-
"kind": "expression",
|
|
512
|
-
"type": "object"
|
|
513
|
-
}
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"name": "is-hls",
|
|
517
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
518
|
-
"default": "false",
|
|
519
|
-
"value": {
|
|
520
|
-
"kind": "expression",
|
|
521
|
-
"type": "boolean"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "streaming-token",
|
|
526
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
527
|
-
"default": "",
|
|
528
|
-
"value": {
|
|
529
|
-
"kind": "expression",
|
|
530
|
-
"type": "string"
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"name": "is-live-view",
|
|
535
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
536
|
-
"default": "false",
|
|
537
|
-
"value": {
|
|
538
|
-
"kind": "expression",
|
|
539
|
-
"type": "boolean"
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
]
|
|
484
|
+
"attributes": null
|
|
543
485
|
},
|
|
544
486
|
{
|
|
545
487
|
"name": "ETimeline",
|
|
@@ -562,7 +504,7 @@
|
|
|
562
504
|
{
|
|
563
505
|
"name": "x-axes-config",
|
|
564
506
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
565
|
-
"default": "() =>
|
|
507
|
+
"default": "() => ah",
|
|
566
508
|
"value": {
|
|
567
509
|
"kind": "expression",
|
|
568
510
|
"type": "object"
|
|
@@ -739,6 +681,24 @@
|
|
|
739
681
|
"type": "string"
|
|
740
682
|
}
|
|
741
683
|
},
|
|
684
|
+
{
|
|
685
|
+
"name": "min-visible-date",
|
|
686
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
687
|
+
"default": "undefined",
|
|
688
|
+
"value": {
|
|
689
|
+
"kind": "expression",
|
|
690
|
+
"type": "string"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "max-visible-date",
|
|
695
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
696
|
+
"default": "undefined",
|
|
697
|
+
"value": {
|
|
698
|
+
"kind": "expression",
|
|
699
|
+
"type": "string"
|
|
700
|
+
}
|
|
701
|
+
},
|
|
742
702
|
{
|
|
743
703
|
"name": "cursor-timestamp",
|
|
744
704
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
@@ -852,6 +812,15 @@
|
|
|
852
812
|
"kind": "expression",
|
|
853
813
|
"type": "number"
|
|
854
814
|
}
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "milestones-first",
|
|
818
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
819
|
+
"default": "true",
|
|
820
|
+
"value": {
|
|
821
|
+
"kind": "expression",
|
|
822
|
+
"type": "boolean"
|
|
823
|
+
}
|
|
855
824
|
}
|
|
856
825
|
]
|
|
857
826
|
},
|
|
@@ -864,6 +833,26 @@
|
|
|
864
833
|
"description": "",
|
|
865
834
|
"doc-url": "https://ui.evercam.io/",
|
|
866
835
|
"attributes": null
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"name": "EToggleSwitch",
|
|
839
|
+
"source": {
|
|
840
|
+
"module": "./src/components/EToggleSwitch.vue",
|
|
841
|
+
"symbol": "EToggleSwitch"
|
|
842
|
+
},
|
|
843
|
+
"description": "",
|
|
844
|
+
"doc-url": "https://ui.evercam.io/",
|
|
845
|
+
"attributes": null
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "EZoomable",
|
|
849
|
+
"source": {
|
|
850
|
+
"module": "./src/components/EZoomable.vue",
|
|
851
|
+
"symbol": "EZoomable"
|
|
852
|
+
},
|
|
853
|
+
"description": "",
|
|
854
|
+
"doc-url": "https://ui.evercam.io/",
|
|
855
|
+
"attributes": null
|
|
867
856
|
}
|
|
868
857
|
],
|
|
869
858
|
"attributes": [
|