@rangertechnologies/ngnxt 2.1.148 → 2.1.149
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/esm2022/environments/version.mjs +2 -2
- package/esm2022/lib/components/datatable/datatable.component.mjs +2 -2
- package/fesm2022/rangertechnologies-ngnxt.mjs +2 -2
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.149.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.148.tgz +0 -0
|
@@ -6596,7 +6596,7 @@ class NxtDatatable {
|
|
|
6596
6596
|
}
|
|
6597
6597
|
}
|
|
6598
6598
|
else {
|
|
6599
|
-
if (event.action === 'select') {
|
|
6599
|
+
if (event.action === 'select' || event.action === 'save') {
|
|
6600
6600
|
this.selectedView = event.data.filterName;
|
|
6601
6601
|
this.currentViewFilter = event.data;
|
|
6602
6602
|
this.ngOnChanges({});
|
|
@@ -14678,7 +14678,7 @@ const VERSION = {
|
|
|
14678
14678
|
"semver": null,
|
|
14679
14679
|
"suffix": "05a52cb-dirty",
|
|
14680
14680
|
"semverString": null,
|
|
14681
|
-
"version": "2.1.
|
|
14681
|
+
"version": "2.1.149"
|
|
14682
14682
|
};
|
|
14683
14683
|
/* tslint:enable */
|
|
14684
14684
|
|