@ray-js/ipc-player-integration 0.0.40-beta.1 → 0.0.41-beta.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.
@@ -43,6 +43,7 @@ export function FullScreen(props) {
43
43
  */
44
44
  const handleFull = () => {
45
45
  hasDpCode(devId, DIRECTION_CONTROL_DP_CODE).then(hasDirectionControlDpCode => {
46
+ console.log('res===fullScreen handleFull');
46
47
  hideMenuButton();
47
48
  hideStatusBar();
48
49
  setNavigationBarBack({
@@ -107,6 +108,7 @@ export function FullScreen(props) {
107
108
  setNavigationBarBack({
108
109
  type: 'system'
109
110
  });
111
+ console.log('res===fullScreen handleVertical');
110
112
  showMenuButton();
111
113
  showStatusBar();
112
114
  deleteContent('topLeft', verticalScreenId);
@@ -119,6 +121,7 @@ export function FullScreen(props) {
119
121
  };
120
122
  useEffect(() => {
121
123
  var _handlers$screenType;
124
+ console.log('res===fullScreen screenType', screenType, handlers[screenType]);
122
125
  (_handlers$screenType = handlers[screenType]) === null || _handlers$screenType === void 0 || _handlers$screenType.call(handlers);
123
126
  }, [screenType]);
124
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.40-beta.1",
3
+ "version": "0.0.41-beta.1",
4
4
  "description": "IPC 融合播放器",
5
5
  "main": "lib/index",
6
6
  "files": [