@wavemaker/app-ng-runtime 11.8.5-next.27442 → 11.8.5-next.27448
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/data/pagination/bundles/index.umd.js +2 -2
- app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +3 -3
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs +2 -2
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/table/bundles/index.umd.js +1 -1
- app-ng-runtime/components/data/table/esm2022/table.component.mjs +2 -2
- app-ng-runtime/components/data/table/fesm2022/index.mjs +1 -1
- app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/file-upload/bundles/index.umd.js +7 -17
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +8 -18
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +7 -17
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/file-upload/file-upload.component.d.ts +1 -7
- app-ng-runtime/package.json +1 -1
|
@@ -1885,7 +1885,7 @@ class TableComponent extends StylableComponent {
|
|
|
1885
1885
|
this.dataNavigator.maxResults = nv;
|
|
1886
1886
|
break;
|
|
1887
1887
|
case 'currentpage':
|
|
1888
|
-
this.nativeElement
|
|
1888
|
+
this.nativeElement?.setAttribute('currentpage', nv);
|
|
1889
1889
|
break;
|
|
1890
1890
|
case 'ondemandmessage':
|
|
1891
1891
|
if (nv) {
|