cty-mui-angular 1.0.13 → 1.0.15
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/directives/proxies.d.ts +1 -1
- package/esm2022/directives/proxies.mjs +4 -4
- package/esm2022/standalone/directives/proxies.mjs +4 -4
- package/fesm2022/cty-mui-angular-standalone.mjs +3 -3
- package/fesm2022/cty-mui-angular-standalone.mjs.map +1 -1
- package/fesm2022/cty-mui-angular.mjs +3 -3
- package/fesm2022/cty-mui-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +1 -1
|
@@ -1361,11 +1361,11 @@ let CtyVirtualList = class CtyVirtualList {
|
|
|
1361
1361
|
proxyOutputs(this, this.el, ['ctyScroll']);
|
|
1362
1362
|
}
|
|
1363
1363
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyVirtualList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1364
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyVirtualList, selector: "cty-virtual-list", inputs: { containerHeight: "containerHeight", direction: "direction", itemKey: "itemKey",
|
|
1364
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyVirtualList, selector: "cty-virtual-list", inputs: { containerHeight: "containerHeight", direction: "direction", itemKey: "itemKey", items: "items", preloadItemCount: "preloadItemCount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1365
1365
|
};
|
|
1366
1366
|
CtyVirtualList = __decorate([
|
|
1367
1367
|
ProxyCmp({
|
|
1368
|
-
inputs: ['containerHeight', 'direction', 'itemKey', '
|
|
1368
|
+
inputs: ['containerHeight', 'direction', 'itemKey', 'items', 'preloadItemCount']
|
|
1369
1369
|
})
|
|
1370
1370
|
], CtyVirtualList);
|
|
1371
1371
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyVirtualList, decorators: [{
|
|
@@ -1375,7 +1375,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1375
1375
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1376
1376
|
template: '<ng-content></ng-content>',
|
|
1377
1377
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1378
|
-
inputs: ['containerHeight', 'direction', 'itemKey', '
|
|
1378
|
+
inputs: ['containerHeight', 'direction', 'itemKey', 'items', 'preloadItemCount'],
|
|
1379
1379
|
}]
|
|
1380
1380
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1381
1381
|
|