@kudashi/kds-api 2.14.2-rc-2 → 2.14.3-rc-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.
Files changed (2) hide show
  1. package/api.d.ts +3 -2
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -4635,10 +4635,11 @@ declare global {
4635
4635
  postMessage(data: any, origin?: string): void
4636
4636
 
4637
4637
  /**
4638
- * 插件容器使用最大值 将会覆盖size.y
4638
+ * view是否使用最大高度 将会覆盖size.y
4639
+ * @param viewId
4639
4640
  * @param useMaxHeight
4640
4641
  */
4641
- pluginViewUseMaxHeight(useMaxHeight: boolean): void;
4642
+ pluginViewUseMaxHeight(viewId: string, useMaxHeight: boolean): void;
4642
4643
  }
4643
4644
 
4644
4645
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kudashi/kds-api",
3
- "version": "2.14.2-rc-2",
3
+ "version": "2.14.3-rc-1",
4
4
  "description": "kds api",
5
5
  "main": "api.d.ts",
6
6
  "scripts": {