larksr_websdk 3.2.36 → 3.2.39

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.
@@ -108,5 +108,6 @@ export default class ScreenState extends EventBase<SCREEN_EVENT_TYPE, ScreenEven
108
108
  private larksr;
109
109
  constructor(rootElement: HTMLElement, params: IAppliParams, larksr: LarkSR, handelRootElementSize?: boolean);
110
110
  reset(params: IAppliParams): void;
111
+ setMobileForceLandScape(force: boolean): void;
111
112
  resize(): void;
112
113
  }
@@ -11,7 +11,13 @@ export default class ScaleMode {
11
11
  * 以应用原始尺寸的缩放.
12
12
  */
13
13
  static CONTAIN_APP: string;
14
+ /**
15
+ * 裁剪模式,完全填充屏幕但保留宽高比
16
+ */
14
17
  static FILL_CLIP: string;
18
+ /**
19
+ * 拉伸模式,完全填充屏幕但不保留宽高比
20
+ */
15
21
  static FILL_STRETCH: string;
16
22
  /**
17
23
  * offset 控制条的高度