@htmlbricks/hb-player-live-camera-ptz 0.66.26 → 0.67.0
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 +2 -2
- package/main.iife.js +84 -56
- package/main.iife.js.map +1 -1
- package/manifest.json +144 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
}
|
|
494
494
|
}
|
|
495
495
|
},
|
|
496
|
-
"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). 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.",
|
|
496
|
+
"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.",
|
|
497
497
|
"storybookArgs": {
|
|
498
498
|
"presets": {
|
|
499
499
|
"control": {
|
|
@@ -677,7 +677,148 @@
|
|
|
677
677
|
}
|
|
678
678
|
}
|
|
679
679
|
],
|
|
680
|
-
"iifeIntegrity": "sha384
|
|
680
|
+
"iifeIntegrity": "sha384-GbWOWV5Ni7kCF4ZofpPdLj/bwcfP4OjcS3TIH/toON3ZoWgeHbgvcXPsTMRmPo2D",
|
|
681
|
+
"dependencies": [
|
|
682
|
+
{
|
|
683
|
+
"name": "hb-dialog",
|
|
684
|
+
"dependencies": []
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "hb-pad-joystick",
|
|
688
|
+
"dependencies": []
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "hb-player-live",
|
|
692
|
+
"dependencies": []
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"name": "hb-table",
|
|
696
|
+
"dependencies": [
|
|
697
|
+
{
|
|
698
|
+
"name": "hb-dialog",
|
|
699
|
+
"dependencies": []
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "hb-dialogform",
|
|
703
|
+
"dependencies": [
|
|
704
|
+
{
|
|
705
|
+
"name": "hb-dialog",
|
|
706
|
+
"dependencies": []
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "hb-form",
|
|
710
|
+
"dependencies": [
|
|
711
|
+
{
|
|
712
|
+
"name": "hb-input-area",
|
|
713
|
+
"dependencies": []
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "hb-input-array-objects",
|
|
717
|
+
"dependencies": [
|
|
718
|
+
{
|
|
719
|
+
"name": "hb-form",
|
|
720
|
+
"dependencies": []
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "hb-table",
|
|
724
|
+
"dependencies": []
|
|
725
|
+
}
|
|
726
|
+
]
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "hb-input-array-tags",
|
|
730
|
+
"dependencies": []
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "hb-input-checkbox",
|
|
734
|
+
"dependencies": []
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "hb-input-color",
|
|
738
|
+
"dependencies": []
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "hb-input-coords",
|
|
742
|
+
"dependencies": [
|
|
743
|
+
{
|
|
744
|
+
"name": "hb-input-number",
|
|
745
|
+
"dependencies": []
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "hb-map",
|
|
749
|
+
"dependencies": []
|
|
750
|
+
}
|
|
751
|
+
]
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "hb-input-date",
|
|
755
|
+
"dependencies": []
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"name": "hb-input-datetime",
|
|
759
|
+
"dependencies": [
|
|
760
|
+
{
|
|
761
|
+
"name": "hb-input-date",
|
|
762
|
+
"dependencies": []
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "hb-input-number",
|
|
766
|
+
"dependencies": []
|
|
767
|
+
}
|
|
768
|
+
]
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "hb-input-email",
|
|
772
|
+
"dependencies": []
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "hb-input-file",
|
|
776
|
+
"dependencies": []
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "hb-input-number",
|
|
780
|
+
"dependencies": []
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "hb-input-radio",
|
|
784
|
+
"dependencies": []
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "hb-input-range",
|
|
788
|
+
"dependencies": []
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"name": "hb-input-select",
|
|
792
|
+
"dependencies": []
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "hb-input-text",
|
|
796
|
+
"dependencies": []
|
|
797
|
+
}
|
|
798
|
+
]
|
|
799
|
+
}
|
|
800
|
+
]
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "hb-paginate",
|
|
804
|
+
"dependencies": [
|
|
805
|
+
{
|
|
806
|
+
"name": "hb-input-number",
|
|
807
|
+
"dependencies": []
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "hb-input-select",
|
|
811
|
+
"dependencies": []
|
|
812
|
+
}
|
|
813
|
+
]
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "hb-tooltip",
|
|
817
|
+
"dependencies": []
|
|
818
|
+
}
|
|
819
|
+
]
|
|
820
|
+
}
|
|
821
|
+
],
|
|
681
822
|
"screenshots": [],
|
|
682
823
|
"licenses": [
|
|
683
824
|
{
|
|
@@ -699,5 +840,5 @@
|
|
|
699
840
|
"size": {},
|
|
700
841
|
"iifePath": "main.iife.js",
|
|
701
842
|
"repoName": "@htmlbricks/hb-player-live-camera-ptz",
|
|
702
|
-
"version": "0.
|
|
843
|
+
"version": "0.67.0"
|
|
703
844
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-player-live-camera-ptz",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
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). 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.",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|