@dcloudio/uni-app-x 0.7.108 → 0.7.109

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.108",
3
+ "version": "0.7.109",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -157,7 +157,7 @@ declare global {
157
157
  * 批量创建文本布局,kotlin 层方法
158
158
  * @internal
159
159
  */
160
- _createTextLayouts(ids: IntArray): void
160
+ _createTextLayouts(data: IntArray, offset: Int, len: Int): void
161
161
  /**
162
162
  * 由编译器动态生成的子类中的 Element 渲染器,C层
163
163
  * @internal