@evercam/ui 0.0.55-beta.10 → 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 +8 -41
- package/dist/index.mjs +3787 -2806
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +13 -13
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +9 -13
- 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 +361 -25
- package/dist/src/types.d.ts +7 -6
- package/dist/style.css +1 -1
- package/dist/styles.css +335 -0
- package/dist/tags.json +3 -15
- package/dist/web-types.json +41 -88
- 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"
|
|
@@ -703,15 +645,6 @@
|
|
|
703
645
|
"type": "number"
|
|
704
646
|
}
|
|
705
647
|
},
|
|
706
|
-
{
|
|
707
|
-
"name": "chart-min-label-height",
|
|
708
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
709
|
-
"default": "18",
|
|
710
|
-
"value": {
|
|
711
|
-
"kind": "expression",
|
|
712
|
-
"type": "number"
|
|
713
|
-
}
|
|
714
|
-
},
|
|
715
648
|
{
|
|
716
649
|
"name": "min-zoom",
|
|
717
650
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
@@ -748,6 +681,24 @@
|
|
|
748
681
|
"type": "string"
|
|
749
682
|
}
|
|
750
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
|
+
},
|
|
751
702
|
{
|
|
752
703
|
"name": "cursor-timestamp",
|
|
753
704
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
@@ -870,24 +821,6 @@
|
|
|
870
821
|
"kind": "expression",
|
|
871
822
|
"type": "boolean"
|
|
872
823
|
}
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"name": "forbidden-intervals",
|
|
876
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
877
|
-
"default": "() => []",
|
|
878
|
-
"value": {
|
|
879
|
-
"kind": "expression",
|
|
880
|
-
"type": "array"
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"name": "forbidden-interval-color",
|
|
885
|
-
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
886
|
-
"default": "#ddd",
|
|
887
|
-
"value": {
|
|
888
|
-
"kind": "expression",
|
|
889
|
-
"type": "string"
|
|
890
|
-
}
|
|
891
824
|
}
|
|
892
825
|
]
|
|
893
826
|
},
|
|
@@ -900,6 +833,26 @@
|
|
|
900
833
|
"description": "",
|
|
901
834
|
"doc-url": "https://ui.evercam.io/",
|
|
902
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
|
|
903
856
|
}
|
|
904
857
|
],
|
|
905
858
|
"attributes": [
|