@swimlane/ngx-datatable 22.0.0-alpha.1 → 23.0.1
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## HEAD (unreleased)
|
|
4
4
|
|
|
5
|
+
## 23.0.1
|
|
6
|
+
|
|
7
|
+
- Fix: Fixing scroller Issue in datatable when multiple columns are there in datatable
|
|
8
|
+
|
|
9
|
+
## 22.0.0
|
|
10
|
+
|
|
11
|
+
- Enhancement: Added support for Angular 20
|
|
12
|
+
- Enhancement: Exporting isNullOrUndefined function and ColumnChangesService service to be used externally.
|
|
13
|
+
- Breaking: Removed support for Angular 17 and earlier versions
|
|
14
|
+
|
|
5
15
|
## 22.0.0-alpha.1
|
|
6
16
|
|
|
7
17
|
- Enhancement: Exporting isNullOrUndefined function and ColumnChangesService service to be used externally.
|
|
@@ -626,7 +626,7 @@ class ScrollerComponent {
|
|
|
626
626
|
this.prevScrollXPos = this.scrollXPos;
|
|
627
627
|
}
|
|
628
628
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ScrollerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
629
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: ScrollerComponent, isStandalone: true, selector: "datatable-scroller", inputs: { scrollbarV: "scrollbarV", scrollbarH: "scrollbarH", scrollHeight: "scrollHeight", scrollWidth: "scrollWidth" }, outputs: { scroll: "scroll" }, host: { properties: { "style.height.px": "this.scrollHeight", "style.
|
|
629
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: ScrollerComponent, isStandalone: true, selector: "datatable-scroller", inputs: { scrollbarV: "scrollbarV", scrollbarH: "scrollbarH", scrollHeight: "scrollHeight", scrollWidth: "scrollWidth" }, outputs: { scroll: "scroll" }, host: { properties: { "style.height.px": "this.scrollHeight", "style.minWidth.px": "this.scrollWidth" }, classAttribute: "datatable-scroll" }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
630
630
|
}
|
|
631
631
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ScrollerComponent, decorators: [{
|
|
632
632
|
type: Component,
|
|
@@ -649,7 +649,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImpor
|
|
|
649
649
|
type: Input
|
|
650
650
|
}], scrollWidth: [{
|
|
651
651
|
type: HostBinding,
|
|
652
|
-
args: ['style.
|
|
652
|
+
args: ['style.minWidth.px']
|
|
653
653
|
}, {
|
|
654
654
|
type: Input
|
|
655
655
|
}], scroll: [{
|