@kyfe/ks-query-table 0.0.6 → 0.0.7
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/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
;{try{let e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
1
|
+
;{try{let e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="06009951-47cd-4e46-9255-af54e7bdef75",e._sentryDebugIdIdentifier="sentry-dbid-06009951-47cd-4e46-9255-af54e7bdef75")}catch(e){}};
|
|
2
2
|
{
|
|
3
3
|
let _global =
|
|
4
4
|
typeof window !== 'undefined' ?
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
self :
|
|
12
12
|
{};
|
|
13
13
|
|
|
14
|
-
_global.SENTRY_RELEASE={id:"@kyfe/ks-query-table@0.0.
|
|
14
|
+
_global.SENTRY_RELEASE={id:"@kyfe/ks-query-table@0.0.7"};}
|
|
15
15
|
module.exports =
|
|
16
16
|
/******/ (function(modules) { // webpackBootstrap
|
|
17
17
|
/******/ // The module cache
|
|
@@ -33960,7 +33960,6 @@ var addRowLength = 500;
|
|
|
33960
33960
|
page: _params.page,
|
|
33961
33961
|
pageTotal: res.pageTotal
|
|
33962
33962
|
});
|
|
33963
|
-
res.pageTotal = 2;
|
|
33964
33963
|
if (options && options.loadMore && _params.page >= res.pageTotal || !!scrollLoad) {
|
|
33965
33964
|
// 当前页码等于最大页码时 或者 无限滚动
|
|
33966
33965
|
_this2.loadMoreFinish = true;
|