@pisell/pisellos 0.0.218 → 0.0.219

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.
@@ -1,5 +1,5 @@
1
1
  export declare const SORT_BY = "id";
2
- export declare const DEFAULT_PAGE_SIZE = 5;
2
+ export declare const DEFAULT_PAGE_SIZE = 20;
3
3
  export declare const DEFAULT_CUSTOMER: {
4
4
  id: number;
5
5
  nickname: string;
@@ -2,7 +2,7 @@
2
2
  export var SORT_BY = "id";
3
3
 
4
4
  // 默认每页数量
5
- export var DEFAULT_PAGE_SIZE = 5;
5
+ export var DEFAULT_PAGE_SIZE = 20;
6
6
 
7
7
  // 默认客户
8
8
  export var DEFAULT_CUSTOMER = {
@@ -1,5 +1,5 @@
1
1
  export declare const SORT_BY = "id";
2
- export declare const DEFAULT_PAGE_SIZE = 5;
2
+ export declare const DEFAULT_PAGE_SIZE = 20;
3
3
  export declare const DEFAULT_CUSTOMER: {
4
4
  id: number;
5
5
  nickname: string;
@@ -25,7 +25,7 @@ __export(constants_exports, {
25
25
  });
26
26
  module.exports = __toCommonJS(constants_exports);
27
27
  var SORT_BY = "id";
28
- var DEFAULT_PAGE_SIZE = 5;
28
+ var DEFAULT_PAGE_SIZE = 20;
29
29
  var DEFAULT_CUSTOMER = {
30
30
  "id": 1,
31
31
  "nickname": "Select a customer",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "0.0.218",
4
+ "version": "0.0.219",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",