@kengic/vue 0.5.13 → 0.5.14-beta.0
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/dist/kengic-vue.js +2 -2
- package/package.json +1 -1
package/dist/kengic-vue.js
CHANGED
@@ -7852,7 +7852,7 @@ function transformVarGridConfig(e) {
|
|
7852
7852
|
e.pg_size_opts = DEFAULT_PAGE_SIZES, Logger.error(`| \u6570\u636E\u6709\u8BEF | VarGridConfig.pg_size_opts \u975E\u6CD5, \u6539\u4E3A\u4F7F\u7528\u9ED8\u8BA4\u503C ${DEFAULT_PAGE_SIZES}.`, { VarGridConfig: e });
|
7853
7853
|
break;
|
7854
7854
|
default:
|
7855
|
-
switch (t = sortBy$1(uniq(t.map((r) => Math.floor(r)))), e.pg_size_opt || (e.pg_size_opt = t[0]), e.pg_size_opt = Number(e.pg_size_opt), !0) {
|
7855
|
+
switch (t = sortBy$1(uniq(t.map((r) => Math.floor(r)))), e.pg_size_opts = JSON.stringify(t), e.pg_size_opt || (e.pg_size_opt = t[0]), e.pg_size_opt = Number(e.pg_size_opt), !0) {
|
7856
7856
|
case Number.isNaN(e.pg_size_opt):
|
7857
7857
|
case !t.includes(e.pg_size_opt):
|
7858
7858
|
e.pg_size_opt = DEFAULT_PAGE_SIZE, Logger.error(`| \u6570\u636E\u6709\u8BEF | VarGridConfig.pg_size_opt \u975E\u6CD5, \u6539\u4E3A\u4F7F\u7528\u9ED8\u8BA4\u503C ${DEFAULT_PAGE_SIZE}.`, { VarGridConfig: e });
|
@@ -7861,7 +7861,7 @@ function transformVarGridConfig(e) {
|
|
7861
7861
|
break;
|
7862
7862
|
}
|
7863
7863
|
} catch {
|
7864
|
-
e.pg_size_opts = DEFAULT_PAGE_SIZES, Logger.error(`| \u6570\u636E\u6709\u8BEF | VarGridConfig.pg_size_opts \u975E\u6CD5, \u6539\u4E3A\u4F7F\u7528\u9ED8\u8BA4\u503C ${DEFAULT_PAGE_SIZES}.`, { VarGridConfig: e });
|
7864
|
+
e.pg_size_opts = DEFAULT_PAGE_SIZES, e.pg_size_opt = DEFAULT_PAGE_SIZE, Logger.error(`| \u6570\u636E\u6709\u8BEF | VarGridConfig.pg_size_opts \u975E\u6CD5, \u6539\u4E3A\u4F7F\u7528\u9ED8\u8BA4\u503C ${DEFAULT_PAGE_SIZES}.`, { VarGridConfig: e });
|
7865
7865
|
}
|
7866
7866
|
return e;
|
7867
7867
|
}
|