@things-factory/biz-ui 4.0.23 → 4.0.27

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.
@@ -98,7 +98,7 @@ class ContactPointsPopup extends localize(i18next)(LitElement) {
98
98
  list: {
99
99
  fields: ['companyName', 'accountNo', 'email', 'name', 'description']
100
100
  },
101
- pagination: { pages: [10, 20, 50, 2500] },
101
+ pagination: { pages: [10, 20, 50, 100] },
102
102
  rows: {
103
103
  selectable: {
104
104
  multiple: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/biz-ui",
3
- "version": "4.0.23",
3
+ "version": "4.0.27",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,14 +24,14 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/biz-base": "^4.0.23",
28
- "@things-factory/code-base": "^4.0.23",
29
- "@things-factory/form-ui": "^4.0.23",
30
- "@things-factory/grist-ui": "^4.0.23",
31
- "@things-factory/i18n-base": "^4.0.23",
32
- "@things-factory/import-ui": "^4.0.23",
33
- "@things-factory/layout-base": "^4.0.23",
34
- "@things-factory/shell": "^4.0.23"
27
+ "@things-factory/biz-base": "^4.0.27",
28
+ "@things-factory/code-base": "^4.0.27",
29
+ "@things-factory/form-ui": "^4.0.27",
30
+ "@things-factory/grist-ui": "^4.0.27",
31
+ "@things-factory/i18n-base": "^4.0.27",
32
+ "@things-factory/import-ui": "^4.0.27",
33
+ "@things-factory/layout-base": "^4.0.27",
34
+ "@things-factory/shell": "^4.0.27"
35
35
  },
36
- "gitHead": "49ba662dea1d349e9608a9a58c8fcfbc1310a5d6"
36
+ "gitHead": "276eaface2890c8f229ce6c9f64cde9c6b1e0083"
37
37
  }