@things-factory/biz-ui 4.3.92 → 4.3.94-alpha.1

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.
@@ -138,6 +138,7 @@ export class ContactPointList extends localize(i18next)(PageView) {
138
138
  ]
139
139
 
140
140
  this.config = {
141
+ pagination: { limit: 50, pages: [50, 100, 200, 500] },
141
142
  rows: {
142
143
  selectable: {
143
144
  multiple: true
@@ -448,7 +449,7 @@ export class ContactPointList extends localize(i18next)(PageView) {
448
449
  this.dataGrist.fetch()
449
450
  }
450
451
  } catch (error) {
451
- this.showToast(error)
452
+ this.showToast(error.message)
452
453
  }
453
454
  }
454
455
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/biz-ui",
3
- "version": "4.3.92",
3
+ "version": "4.3.94-alpha.1",
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.3.92",
28
- "@things-factory/code-base": "^4.3.92",
29
- "@things-factory/form-ui": "^4.3.92",
30
- "@things-factory/grist-ui": "^4.3.92",
31
- "@things-factory/i18n-base": "^4.3.92",
32
- "@things-factory/import-ui": "^4.3.92",
33
- "@things-factory/layout-base": "^4.3.92",
34
- "@things-factory/shell": "^4.3.92"
27
+ "@things-factory/biz-base": "^4.3.94-alpha.1",
28
+ "@things-factory/code-base": "^4.3.94-alpha.1",
29
+ "@things-factory/form-ui": "^4.3.94-alpha.1",
30
+ "@things-factory/grist-ui": "^4.3.94-alpha.1",
31
+ "@things-factory/i18n-base": "^4.3.94-alpha.1",
32
+ "@things-factory/import-ui": "^4.3.94-alpha.1",
33
+ "@things-factory/layout-base": "^4.3.94-alpha.1",
34
+ "@things-factory/shell": "^4.3.94-alpha.1"
35
35
  },
36
- "gitHead": "43809ed986e3ac0824889c0fa5e79a0cfee2449d"
36
+ "gitHead": "5c698043389882069b7b0ace294c29618f714463"
37
37
  }