@things-factory/reference-app 6.1.70 → 6.1.72

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.
@@ -271,7 +271,7 @@ class GristFulltextSearch extends localize(i18next)(PageView) {
271
271
  this.grist.searchText = search
272
272
  },
273
273
  placeholder: 'Fulltext Search',
274
- value: this.grist.searchText
274
+ value: this.grist?.searchText || ''
275
275
  },
276
276
  filter: {
277
277
  handler: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "6.1.70",
3
+ "version": "6.1.72",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -67,42 +67,42 @@
67
67
  "@operato/scene-tab": "^1.0.0",
68
68
  "@operato/shell": "^1.0.1",
69
69
  "@operato/utils": "^1.0.1",
70
- "@things-factory/api": "^6.1.66",
71
- "@things-factory/apptool-ui": "^6.1.70",
72
- "@things-factory/attachment-base": "^6.1.66",
73
- "@things-factory/auth-ui": "^6.1.67",
74
- "@things-factory/board-service": "^6.1.66",
75
- "@things-factory/board-ui": "^6.1.69",
76
- "@things-factory/ccp": "^6.1.70",
77
- "@things-factory/contact": "^6.1.66",
78
- "@things-factory/context-ui": "^6.1.70",
79
- "@things-factory/dashboard": "^6.1.69",
80
- "@things-factory/dataset": "^6.1.70",
81
- "@things-factory/export-ui": "^6.1.70",
82
- "@things-factory/export-ui-excel": "^6.1.70",
70
+ "@things-factory/api": "^6.1.72",
71
+ "@things-factory/apptool-ui": "^6.1.72",
72
+ "@things-factory/attachment-base": "^6.1.72",
73
+ "@things-factory/auth-ui": "^6.1.72",
74
+ "@things-factory/board-service": "^6.1.72",
75
+ "@things-factory/board-ui": "^6.1.72",
76
+ "@things-factory/ccp": "^6.1.72",
77
+ "@things-factory/contact": "^6.1.72",
78
+ "@things-factory/context-ui": "^6.1.72",
79
+ "@things-factory/dashboard": "^6.1.72",
80
+ "@things-factory/dataset": "^6.1.72",
81
+ "@things-factory/export-ui": "^6.1.72",
82
+ "@things-factory/export-ui-excel": "^6.1.72",
83
83
  "@things-factory/help": "^6.1.66",
84
- "@things-factory/integration-ui": "^6.1.69",
85
- "@things-factory/lite-menu": "^6.1.69",
84
+ "@things-factory/integration-ui": "^6.1.72",
85
+ "@things-factory/lite-menu": "^6.1.72",
86
86
  "@things-factory/more-ui": "^6.1.68",
87
- "@things-factory/notification": "^6.1.70",
88
- "@things-factory/oauth2-client": "^6.1.66",
89
- "@things-factory/organization": "^6.1.67",
90
- "@things-factory/print-ui": "^6.1.70",
91
- "@things-factory/product-base": "^6.1.66",
92
- "@things-factory/qc": "^6.1.70",
93
- "@things-factory/resource-ui": "^6.1.70",
94
- "@things-factory/routing-base": "^6.1.66",
95
- "@things-factory/setting-base": "^6.1.66",
96
- "@things-factory/setting-ui": "^6.1.66",
87
+ "@things-factory/notification": "^6.1.72",
88
+ "@things-factory/oauth2-client": "^6.1.72",
89
+ "@things-factory/organization": "^6.1.72",
90
+ "@things-factory/print-ui": "^6.1.72",
91
+ "@things-factory/product-base": "^6.1.72",
92
+ "@things-factory/qc": "^6.1.72",
93
+ "@things-factory/resource-ui": "^6.1.72",
94
+ "@things-factory/routing-base": "^6.1.72",
95
+ "@things-factory/setting-base": "^6.1.72",
96
+ "@things-factory/setting-ui": "^6.1.72",
97
97
  "@things-factory/shell": "^6.1.66",
98
98
  "@things-factory/system-ui": "^6.1.66",
99
- "@things-factory/web-editor": "^6.1.66",
100
- "@things-factory/work-shift": "^6.1.66",
99
+ "@things-factory/web-editor": "^6.1.72",
100
+ "@things-factory/work-shift": "^6.1.72",
101
101
  "@tinymce/tinymce-webcomponent": "^2.0.1",
102
102
  "random-words": "^1.2.0"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@things-factory/builder": "^6.1.66"
106
106
  },
107
- "gitHead": "c597a3f5a31397aa9132c5ad96dc64a2b13bbf23"
107
+ "gitHead": "7e984bc3f940363c6887667b6ccbc5e360c2d3f7"
108
108
  }