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