@car-cutter/vue-webplayer 3.0.0 → 3.0.1
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/index.d.ts +4 -2
- package/dist/vue2.d.ts +4 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -231,8 +231,10 @@ declare type WebPlayerIconName =
|
|
|
231
231
|
| "UI_PLAY" // Play video
|
|
232
232
|
| "UI_PLUS" // Increase zoom
|
|
233
233
|
| "UI_REDUCE" // Reducing an extended view
|
|
234
|
-
| "UI_360" // 360
|
|
235
|
-
| "
|
|
234
|
+
| "UI_360" // Exterior 360 view
|
|
235
|
+
| "UI_360_PLAY" // Play exterior 360
|
|
236
|
+
| "UI_INTERIOR_360" // Interior 360 view
|
|
237
|
+
| "UI_INTERIOR_360_PLAY" // Play interior 360 view
|
|
236
238
|
| "UI_VOLUME" // Video volume
|
|
237
239
|
| "UI_VOLUME_OFF" // Muted video
|
|
238
240
|
| "CONTROLS_PREV" // Go to previous media
|
package/dist/vue2.d.ts
CHANGED
|
@@ -225,8 +225,10 @@ declare type WebPlayerIconName =
|
|
|
225
225
|
| "UI_PLAY" // Play video
|
|
226
226
|
| "UI_PLUS" // Increase zoom
|
|
227
227
|
| "UI_REDUCE" // Reducing an extended view
|
|
228
|
-
| "UI_360" // 360
|
|
229
|
-
| "
|
|
228
|
+
| "UI_360" // Exterior 360 view
|
|
229
|
+
| "UI_360_PLAY" // Play exterior 360
|
|
230
|
+
| "UI_INTERIOR_360" // Interior 360 view
|
|
231
|
+
| "UI_INTERIOR_360_PLAY" // Play interior 360 view
|
|
230
232
|
| "UI_VOLUME" // Video volume
|
|
231
233
|
| "UI_VOLUME_OFF" // Muted video
|
|
232
234
|
| "CONTROLS_PREV" // Go to previous media
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@car-cutter/vue-webplayer",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CarCutter",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"analyze": "vite-bundle-visualizer"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@car-cutter/wc-webplayer": "3.0.
|
|
44
|
+
"@car-cutter/wc-webplayer": "3.0.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": ">=2"
|