@wavemaker/app-ng-runtime 11.7.2-next.26369 → 11.7.2-next.26370
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.
- app-ng-runtime/components/data/form/bundles/index.umd.js +3 -1
- app-ng-runtime/components/data/form/esm2022/form.component.mjs +4 -2
- app-ng-runtime/components/data/form/fesm2022/index.mjs +3 -1
- app-ng-runtime/components/data/form/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/list/esm2022/list.component.mjs +1 -1
- app-ng-runtime/components/data/list/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/list/list.component.d.ts +1 -1
- app-ng-runtime/package.json +1 -1
|
@@ -99,7 +99,7 @@ export declare class ListComponent extends StylableComponent implements OnInit,
|
|
|
99
99
|
* @param widgteName: Name of the widget
|
|
100
100
|
* @param index: Index of the widget
|
|
101
101
|
*/
|
|
102
|
-
getWidgets(widgteName: string, index
|
|
102
|
+
getWidgets(widgteName: string, index?: number): any[];
|
|
103
103
|
getItem(index: number): ListItemDirective;
|
|
104
104
|
/**
|
|
105
105
|
* Returns index of listItem(listItemDirective / listItemObject)
|