@wavemaker/app-ng-runtime 11.8.0-next.27302 → 11.8.0-next.27306
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/base/bundles/index.umd.js +4 -6
- app-ng-runtime/components/base/esm2022/utils/data-utils.mjs +2 -2
- app-ng-runtime/components/base/esm2022/widgets/common/base/base-field-validations.mjs +5 -7
- app-ng-runtime/components/base/fesm2022/index.mjs +4 -6
- app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/base/utils/data-utils.d.ts +1 -0
- app-ng-runtime/components/data/list/bundles/index.umd.js +8 -5
- app-ng-runtime/components/data/list/esm2022/list.component.mjs +9 -6
- app-ng-runtime/components/data/list/fesm2022/index.mjs +8 -5
- app-ng-runtime/components/data/list/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/list/list.component.d.ts +1 -0
- app-ng-runtime/package.json +1 -1
|
@@ -201,6 +201,7 @@ export declare class ListComponent extends StylableComponent implements OnInit,
|
|
|
201
201
|
*/
|
|
202
202
|
private getItemRefByIndexOrModel;
|
|
203
203
|
private beforePaginationChange;
|
|
204
|
+
trackByFn($index: number): number;
|
|
204
205
|
private subscribeToPullToRefresh;
|
|
205
206
|
private setUpCUDHandlers;
|
|
206
207
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, [null, null, null, null, null, null, { attribute: "itemclass.bind"; }, { attribute: "disableitem.bind"; }, { attribute: "dataset.bind"; }, { attribute: "datasource.bind"; }, { attribute: "mouseenter.event"; }, { attribute: "mouseleave.event"; }, null, null, { optional: true; }]>;
|