提交 a40c941c 编写于 作者: D DCloud_LXH

chore: update @dcloudio/types@3.0.13

上级 4aa362d8
......@@ -60,7 +60,7 @@ class NodesRef implements UniApp.NodesRef {
this._single = single
}
boundingClientRect(callback: (result: SelectorQueryNodeInfo) => void) {
boundingClientRect(callback?: (result: SelectorQueryNodeInfo) => void) {
this._selectorQuery._push(
this._selector,
this._component,
......@@ -192,7 +192,7 @@ class SelectorQuery implements UniApp.SelectorQuery {
component: ComponentPublicInstance | undefined | null,
single: boolean,
fields: NodeField,
callback: (result: SelectorQueryNodeInfo) => void
callback?: (result: SelectorQueryNodeInfo) => void
) {
this._queue.push({
component,
......
......@@ -6,7 +6,7 @@ importers:
specifiers:
'@babel/core': ^7.17.10
'@babel/preset-env': ^7.16.11
'@dcloudio/types': ^3.0.11
'@dcloudio/types': ^3.0.13
'@dcloudio/uni-api': 3.0.0-alpha-3050220220719003
'@dcloudio/uni-app': 3.0.0-alpha-3050220220719003
'@jest/types': ^27.0.2
......@@ -57,7 +57,7 @@ importers:
devDependencies:
'@babel/core': 7.18.5
'@babel/preset-env': 7.18.2_@babel+core@7.18.5
'@dcloudio/types': 3.0.11
'@dcloudio/types': 3.0.13
'@dcloudio/uni-api': link:packages/uni-api
'@dcloudio/uni-app': link:packages/uni-app
'@jest/types': 27.5.1
......@@ -2134,8 +2134,8 @@ packages:
resolution: {integrity: sha512-mrCMwcINy1IFjU9VUqLeWBkj404yWs5paLDttBcA+eqUjanuUQbBcTVPqlrGgkyzLXDcV2oDDZRSNxNpXi4kMQ==}
dev: true
/@dcloudio/types/3.0.11:
resolution: {integrity: sha512-ggXrnqpROuLwubjp5/IZvGd4f8l6MsXGPzU45WoQ4UGStxpStwnu3dDgdLgXJMyWnGPZetcsjl+hcQrD7mjAiw==}
/@dcloudio/types/3.0.13:
resolution: {integrity: sha512-K8z8DfylWnLjEHUnsc6DsxA6ugCzYZoAmyVIpT57K3cAfMTGx8E6GAW5x8Qy2lbFpw02N3D+sGHX63zO1zDVig==}
dev: true
/@dcloudio/uni-cli-i18n/2.0.0-alpha-33020211130001:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册