@things-factory/reference-app 6.1.70 → 6.1.71
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
|
|
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.
|
|
3
|
+
"version": "6.1.71",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -68,29 +68,29 @@
|
|
|
68
68
|
"@operato/shell": "^1.0.1",
|
|
69
69
|
"@operato/utils": "^1.0.1",
|
|
70
70
|
"@things-factory/api": "^6.1.66",
|
|
71
|
-
"@things-factory/apptool-ui": "^6.1.
|
|
71
|
+
"@things-factory/apptool-ui": "^6.1.71",
|
|
72
72
|
"@things-factory/attachment-base": "^6.1.66",
|
|
73
|
-
"@things-factory/auth-ui": "^6.1.
|
|
73
|
+
"@things-factory/auth-ui": "^6.1.71",
|
|
74
74
|
"@things-factory/board-service": "^6.1.66",
|
|
75
|
-
"@things-factory/board-ui": "^6.1.
|
|
76
|
-
"@things-factory/ccp": "^6.1.
|
|
77
|
-
"@things-factory/contact": "^6.1.
|
|
75
|
+
"@things-factory/board-ui": "^6.1.71",
|
|
76
|
+
"@things-factory/ccp": "^6.1.71",
|
|
77
|
+
"@things-factory/contact": "^6.1.71",
|
|
78
78
|
"@things-factory/context-ui": "^6.1.70",
|
|
79
|
-
"@things-factory/dashboard": "^6.1.
|
|
80
|
-
"@things-factory/dataset": "^6.1.
|
|
79
|
+
"@things-factory/dashboard": "^6.1.71",
|
|
80
|
+
"@things-factory/dataset": "^6.1.71",
|
|
81
81
|
"@things-factory/export-ui": "^6.1.70",
|
|
82
82
|
"@things-factory/export-ui-excel": "^6.1.70",
|
|
83
83
|
"@things-factory/help": "^6.1.66",
|
|
84
|
-
"@things-factory/integration-ui": "^6.1.
|
|
85
|
-
"@things-factory/lite-menu": "^6.1.
|
|
84
|
+
"@things-factory/integration-ui": "^6.1.71",
|
|
85
|
+
"@things-factory/lite-menu": "^6.1.71",
|
|
86
86
|
"@things-factory/more-ui": "^6.1.68",
|
|
87
|
-
"@things-factory/notification": "^6.1.
|
|
87
|
+
"@things-factory/notification": "^6.1.71",
|
|
88
88
|
"@things-factory/oauth2-client": "^6.1.66",
|
|
89
|
-
"@things-factory/organization": "^6.1.
|
|
89
|
+
"@things-factory/organization": "^6.1.71",
|
|
90
90
|
"@things-factory/print-ui": "^6.1.70",
|
|
91
91
|
"@things-factory/product-base": "^6.1.66",
|
|
92
|
-
"@things-factory/qc": "^6.1.
|
|
93
|
-
"@things-factory/resource-ui": "^6.1.
|
|
92
|
+
"@things-factory/qc": "^6.1.71",
|
|
93
|
+
"@things-factory/resource-ui": "^6.1.71",
|
|
94
94
|
"@things-factory/routing-base": "^6.1.66",
|
|
95
95
|
"@things-factory/setting-base": "^6.1.66",
|
|
96
96
|
"@things-factory/setting-ui": "^6.1.66",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@things-factory/builder": "^6.1.66"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "468074de192c57950fc398df7c0eab3deeb2b7c6"
|
|
108
108
|
}
|