@evercam/ui 0.0.55-beta.24 → 0.0.55-beta.25
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 +1 -0
- package/dist/attributes.json +19 -27
- package/dist/index.mjs +1617 -1217
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +12 -12
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/EToggleSwitch.vue.d.ts +34 -0
- package/dist/src/components/EVideoPlayer.vue.d.ts +188 -15
- package/dist/src/components/EZoomable.vue.d.ts +73 -0
- package/dist/src/constants.d.ts +1 -0
- package/dist/src/index.d.ts +281 -16
- package/dist/src/types.d.ts +9 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +108 -4
- package/dist/tags.json +9 -11
- package/dist/web-types.json +57 -64
- package/package.json +1 -1
package/dist/tags.json
CHANGED
|
@@ -68,17 +68,6 @@
|
|
|
68
68
|
],
|
|
69
69
|
"description": ""
|
|
70
70
|
},
|
|
71
|
-
"EVideoPlayer": {
|
|
72
|
-
"attributes": [
|
|
73
|
-
"sources",
|
|
74
|
-
"video-listeners",
|
|
75
|
-
"video-options",
|
|
76
|
-
"is-hls",
|
|
77
|
-
"streaming-token",
|
|
78
|
-
"is-live-view"
|
|
79
|
-
],
|
|
80
|
-
"description": ""
|
|
81
|
-
},
|
|
82
71
|
"ETimeline": {
|
|
83
72
|
"attributes": [
|
|
84
73
|
"events-groups",
|
|
@@ -156,5 +145,14 @@
|
|
|
156
145
|
"more-text-with-placeholder"
|
|
157
146
|
],
|
|
158
147
|
"description": ""
|
|
148
|
+
},
|
|
149
|
+
"EToggleSwitch": {
|
|
150
|
+
"attributes": [
|
|
151
|
+
"options",
|
|
152
|
+
"color",
|
|
153
|
+
"size",
|
|
154
|
+
"default-value"
|
|
155
|
+
],
|
|
156
|
+
"description": ""
|
|
159
157
|
}
|
|
160
158
|
}
|
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.23",
|
|
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": "() => Mh",
|
|
566
508
|
"value": {
|
|
567
509
|
"kind": "expression",
|
|
568
510
|
"type": "object"
|
|
@@ -1136,10 +1078,61 @@
|
|
|
1136
1078
|
]
|
|
1137
1079
|
},
|
|
1138
1080
|
{
|
|
1139
|
-
"name": "
|
|
1081
|
+
"name": "EToggleSwitch",
|
|
1082
|
+
"source": {
|
|
1083
|
+
"module": "./src/components/EToggleSwitch.vue",
|
|
1084
|
+
"symbol": "EToggleSwitch"
|
|
1085
|
+
},
|
|
1086
|
+
"description": "",
|
|
1087
|
+
"doc-url": "https://ui.evercam.io/",
|
|
1088
|
+
"attributes": [
|
|
1089
|
+
{
|
|
1090
|
+
"name": "options",
|
|
1091
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1092
|
+
"default": "undefined",
|
|
1093
|
+
"value": {
|
|
1094
|
+
"kind": "expression",
|
|
1095
|
+
"type": "array"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"name": "color",
|
|
1100
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1101
|
+
"default": "brand",
|
|
1102
|
+
"value": {
|
|
1103
|
+
"kind": "expression",
|
|
1104
|
+
"type": "string"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "size",
|
|
1109
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1110
|
+
"default": "sm",
|
|
1111
|
+
"value": {
|
|
1112
|
+
"kind": "expression",
|
|
1113
|
+
"type": "string"
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "default-value",
|
|
1118
|
+
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1119
|
+
"default": "null",
|
|
1120
|
+
"value": {
|
|
1121
|
+
"kind": "expression",
|
|
1122
|
+
"type": [
|
|
1123
|
+
"string",
|
|
1124
|
+
"number",
|
|
1125
|
+
"boolean"
|
|
1126
|
+
]
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
]
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"name": "EZoomable",
|
|
1140
1133
|
"source": {
|
|
1141
|
-
"module": "./src/components/
|
|
1142
|
-
"symbol": "
|
|
1134
|
+
"module": "./src/components/EZoomable.vue",
|
|
1135
|
+
"symbol": "EZoomable"
|
|
1143
1136
|
},
|
|
1144
1137
|
"description": "",
|
|
1145
1138
|
"doc-url": "https://ui.evercam.io/",
|