@wavemaker/angular-codegen 11.2.3-next.23512 → 11.2.3-next.23514
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.
|
@@ -48169,12 +48169,6 @@ class PaginationService {
|
|
|
48169
48169
|
fetchNextDatasetOnScroll(dataNavigator, parent) {
|
|
48170
48170
|
// Load next set of data only after the success of current call
|
|
48171
48171
|
if (!parent.variableInflight) {
|
|
48172
|
-
// Fix for [WMS-23263]: set 'isNextPageData' flag to true & 'isDataUpdatedByUser' to false as next page data is being rendered on Scroll
|
|
48173
|
-
if (parent.widgetType === 'wm-table') {
|
|
48174
|
-
// set isNextPageData flag to true as next page data is being rendered
|
|
48175
|
-
parent.gridOptions.setIsNextPageData(true);
|
|
48176
|
-
parent.gridOptions.setIsDataUpdatedByUser(false);
|
|
48177
|
-
}
|
|
48178
48172
|
dataNavigator.navigatePage('next');
|
|
48179
48173
|
}
|
|
48180
48174
|
}
|
|
@@ -44247,12 +44247,6 @@ class PaginationService {
|
|
|
44247
44247
|
fetchNextDatasetOnScroll(dataNavigator, parent) {
|
|
44248
44248
|
// Load next set of data only after the success of current call
|
|
44249
44249
|
if (!parent.variableInflight) {
|
|
44250
|
-
// Fix for [WMS-23263]: set 'isNextPageData' flag to true & 'isDataUpdatedByUser' to false as next page data is being rendered on Scroll
|
|
44251
|
-
if (parent.widgetType === 'wm-table') {
|
|
44252
|
-
// set isNextPageData flag to true as next page data is being rendered
|
|
44253
|
-
parent.gridOptions.setIsNextPageData(true);
|
|
44254
|
-
parent.gridOptions.setIsDataUpdatedByUser(false);
|
|
44255
|
-
}
|
|
44256
44250
|
dataNavigator.navigatePage('next');
|
|
44257
44251
|
}
|
|
44258
44252
|
}
|
|
@@ -44247,12 +44247,6 @@ class PaginationService {
|
|
|
44247
44247
|
fetchNextDatasetOnScroll(dataNavigator, parent) {
|
|
44248
44248
|
// Load next set of data only after the success of current call
|
|
44249
44249
|
if (!parent.variableInflight) {
|
|
44250
|
-
// Fix for [WMS-23263]: set 'isNextPageData' flag to true & 'isDataUpdatedByUser' to false as next page data is being rendered on Scroll
|
|
44251
|
-
if (parent.widgetType === 'wm-table') {
|
|
44252
|
-
// set isNextPageData flag to true as next page data is being rendered
|
|
44253
|
-
parent.gridOptions.setIsNextPageData(true);
|
|
44254
|
-
parent.gridOptions.setIsDataUpdatedByUser(false);
|
|
44255
|
-
}
|
|
44256
44250
|
dataNavigator.navigatePage('next');
|
|
44257
44251
|
}
|
|
44258
44252
|
}
|