@byteluck-fe/model-driven-engine 2.9.0-alpha.2 → 2.9.0-alpha.3
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.
|
@@ -153,7 +153,7 @@ declare class Engine extends Watcher<EventKeys> {
|
|
|
153
153
|
* @param controlId
|
|
154
154
|
* @param rowIndex
|
|
155
155
|
*/
|
|
156
|
-
getInstance(controlId
|
|
156
|
+
getInstance(controlId?: string, rowIndex?: number): ControlRuntimeInstance<ControlsKeys> | undefined;
|
|
157
157
|
/**
|
|
158
158
|
* 获取组件实例,明细表中的组件将会得到数组, 第二个参数为(false/不传入)则获取到的是明细表内不包含表头内实例的所有控件实例,传入true则获取到包含表头内实例的所有控件实例,表头内实例永远在下标0的位置
|
|
159
159
|
* @param controlId
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-engine",
|
|
3
|
-
"version": "2.9.0-alpha.
|
|
3
|
+
"version": "2.9.0-alpha.3",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "~18.0.6"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "912c44b1c051bd4b110fb9135cb304e3b8e014d7"
|
|
38
38
|
}
|