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
|
@@ -1589,12 +1589,12 @@ let CtyVirtualList = class CtyVirtualList {
|
|
|
1589
1589
|
proxyOutputs(this, this.el, ['ctyScroll']);
|
|
1590
1590
|
}
|
|
1591
1591
|
/** @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 });
|
|
1592
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyVirtualList, isStandalone: true, selector: "cty-virtual-list", inputs: { containerHeight: "containerHeight", direction: "direction", itemKey: "itemKey",
|
|
1592
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyVirtualList, isStandalone: true, 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 });
|
|
1593
1593
|
};
|
|
1594
1594
|
CtyVirtualList = __decorate([
|
|
1595
1595
|
ProxyCmp({
|
|
1596
1596
|
defineCustomElementFn: defineCustomElement$M,
|
|
1597
|
-
inputs: ['containerHeight', 'direction', 'itemKey', '
|
|
1597
|
+
inputs: ['containerHeight', 'direction', 'itemKey', 'items', 'preloadItemCount']
|
|
1598
1598
|
})
|
|
1599
1599
|
], CtyVirtualList);
|
|
1600
1600
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyVirtualList, decorators: [{
|
|
@@ -1604,7 +1604,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1604
1604
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1605
1605
|
template: '<ng-content></ng-content>',
|
|
1606
1606
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1607
|
-
inputs: ['containerHeight', 'direction', 'itemKey', '
|
|
1607
|
+
inputs: ['containerHeight', 'direction', 'itemKey', 'items', 'preloadItemCount'],
|
|
1608
1608
|
standalone: true
|
|
1609
1609
|
}]
|
|
1610
1610
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|