@things-factory/reference-app 4.3.96 → 4.3.105-alpha.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.
@@ -422,7 +422,7 @@ class GristColorizing extends localize(i18next)(PageView) {
422
422
  }
423
423
  ],
424
424
  pagination: {
425
- pages: [20, 30, 50, 100, 200]
425
+ pages: [50, 100, 200, 500]
426
426
  }
427
427
  }
428
428
  }
@@ -436,7 +436,7 @@ class GristModePage extends localize(i18next)(PageView) {
436
436
  }
437
437
  ],
438
438
  pagination: {
439
- pages: [20, 30, 50, 100, 200]
439
+ pages: [50, 100, 200, 500]
440
440
  }
441
441
  }
442
442
  }
@@ -328,7 +328,7 @@ class GristPage extends localize(i18next)(PageView) {
328
328
  }
329
329
  ],
330
330
  pagination: {
331
- pages: [20, 30, 50, 100, 200]
331
+ pages: [50, 100, 200, 500]
332
332
  }
333
333
  }
334
334
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "4.3.96",
3
+ "version": "4.3.105-alpha.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -61,32 +61,32 @@
61
61
  "@operato/scene-tab": "^0.1.8",
62
62
  "@operato/shell": "^0.4.6",
63
63
  "@operato/utils": "^0.4.6",
64
- "@things-factory/api": "^4.3.96",
65
- "@things-factory/apptool-ui": "^4.3.96",
66
- "@things-factory/auth-ui": "^4.3.96",
67
- "@things-factory/board-service": "^4.3.96",
68
- "@things-factory/board-ui": "^4.3.96",
69
- "@things-factory/context-ui": "^4.3.96",
70
- "@things-factory/dashboard": "^4.3.96",
71
- "@things-factory/export-ui": "^4.3.96",
72
- "@things-factory/export-ui-excel": "^4.3.96",
73
- "@things-factory/grist-ui": "^4.3.96",
74
- "@things-factory/help": "^4.3.96",
75
- "@things-factory/integration-ui": "^4.3.96",
76
- "@things-factory/lite-menu": "^4.3.96",
77
- "@things-factory/more-ui": "^4.3.96",
78
- "@things-factory/notification": "^4.3.96",
79
- "@things-factory/oauth2-client": "^4.3.96",
80
- "@things-factory/print-ui": "^4.3.96",
81
- "@things-factory/resource-ui": "^4.3.96",
82
- "@things-factory/scene-form": "^4.3.96",
83
- "@things-factory/setting-base": "^4.3.96",
84
- "@things-factory/setting-ui": "^4.3.96",
85
- "@things-factory/shell": "^4.3.96",
86
- "@things-factory/system-ui": "^4.3.96"
64
+ "@things-factory/api": "^4.3.105-alpha.0",
65
+ "@things-factory/apptool-ui": "^4.3.105-alpha.0",
66
+ "@things-factory/auth-ui": "^4.3.105-alpha.0",
67
+ "@things-factory/board-service": "^4.3.105-alpha.0",
68
+ "@things-factory/board-ui": "^4.3.105-alpha.0",
69
+ "@things-factory/context-ui": "^4.3.105-alpha.0",
70
+ "@things-factory/dashboard": "^4.3.105-alpha.0",
71
+ "@things-factory/export-ui": "^4.3.105-alpha.0",
72
+ "@things-factory/export-ui-excel": "^4.3.105-alpha.0",
73
+ "@things-factory/grist-ui": "^4.3.105-alpha.0",
74
+ "@things-factory/help": "^4.3.105-alpha.0",
75
+ "@things-factory/integration-ui": "^4.3.105-alpha.0",
76
+ "@things-factory/lite-menu": "^4.3.105-alpha.0",
77
+ "@things-factory/more-ui": "^4.3.105-alpha.0",
78
+ "@things-factory/notification": "^4.3.105-alpha.0",
79
+ "@things-factory/oauth2-client": "^4.3.105-alpha.0",
80
+ "@things-factory/print-ui": "^4.3.105-alpha.0",
81
+ "@things-factory/resource-ui": "^4.3.105-alpha.0",
82
+ "@things-factory/scene-form": "^4.3.105-alpha.0",
83
+ "@things-factory/setting-base": "^4.3.105-alpha.0",
84
+ "@things-factory/setting-ui": "^4.3.105-alpha.0",
85
+ "@things-factory/shell": "^4.3.105-alpha.0",
86
+ "@things-factory/system-ui": "^4.3.105-alpha.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@things-factory/builder": "^4.3.96"
89
+ "@things-factory/builder": "^4.3.105-alpha.0"
90
90
  },
91
- "gitHead": "23837be4c755896109d1e7a22bab6898cb713bd4"
91
+ "gitHead": "3bf9a95c5f77324220346e5109880a171ee2a13d"
92
92
  }