@htmlbricks/hb-player-live-camera-ptz 0.73.4 → 0.73.7
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/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
710
|
],
|
|
711
|
-
"iifeIntegrity": "sha384-
|
|
711
|
+
"iifeIntegrity": "sha384-s2Wj5Xq1Dk39Df/O7DHoB8QYELRq2T2qbsQM8z/DEwxom6AaaOaB//og/8JEmWvF",
|
|
712
712
|
"dependencies": [
|
|
713
713
|
{
|
|
714
714
|
"name": "hb-dialog",
|
|
@@ -871,5 +871,5 @@
|
|
|
871
871
|
"size": {},
|
|
872
872
|
"iifePath": "main.iife.js",
|
|
873
873
|
"repoName": "@htmlbricks/hb-player-live-camera-ptz",
|
|
874
|
-
"version": "0.73.
|
|
874
|
+
"version": "0.73.7"
|
|
875
875
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-player-live-camera-ptz",
|
|
3
|
-
"version": "0.73.
|
|
3
|
+
"version": "0.73.7",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Live camera view built on `hb-player-live` with a configurable PTZ panel: D-pad or analog joystick, zoom in/out, go home, click-to-center region on the video, optional grid overlay, fullscreen, mute, and play/pause. Manages camera presets in dialogs with `hb-table` (add, go to, delete). Toolbar uses Bulma `button` / `buttons has-addons`. Feature flags live in `configuration`; PTZ and UI state are driven by `is_ptz_connected`, `is_ptz_panel_opened`, and `is_home`. Dispatches movement, preset, and video-init events for the host app to wire to your backend.",
|
|
6
6
|
"licenses": [
|