@things-factory/grist-ui 4.3.112-alpha.0 → 4.3.113

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.
@@ -2,8 +2,8 @@ import { LitElement, html, css } from 'lit'
2
2
 
3
3
  import '@material/mwc-icon'
4
4
 
5
- const DEFAULT_PAGES = [50, 100, 200, 500]
6
- const DEFAULT_LIMIT = 50
5
+ const DEFAULT_PAGES = [20, 30, 50, 100]
6
+ const DEFAULT_LIMIT = 30
7
7
 
8
8
  class DataGridFooter extends LitElement {
9
9
  static get properties() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/grist-ui",
3
- "version": "4.3.112-alpha.0",
3
+ "version": "4.3.113",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -27,12 +27,12 @@
27
27
  "@material/mwc-icon": "^0.25.3",
28
28
  "@operato/data-grist": "^0.4.6",
29
29
  "@operato/headroom": "^0.4.6",
30
- "@things-factory/i18n-base": "^4.3.112-alpha.0",
31
- "@things-factory/styles": "^4.3.112-alpha.0",
32
- "@things-factory/utils": "^4.3.112-alpha.0",
30
+ "@things-factory/i18n-base": "^4.3.113",
31
+ "@things-factory/styles": "^4.3.111",
32
+ "@things-factory/utils": "^4.3.111",
33
33
  "lit": "^2.2.0",
34
34
  "lodash-es": "^4.17.15",
35
35
  "underscore": "^1.11.0"
36
36
  },
37
- "gitHead": "22212301fe81fbf4f01c681f698925914557897a"
37
+ "gitHead": "696cf649776b0edad184457ff53ea58b7c86086f"
38
38
  }