@things-factory/operato-board 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.
@@ -22,12 +22,12 @@ export class AttachmentListPage extends localize(i18next)(PageView) {
22
22
 
23
23
  get context() {
24
24
  return {
25
+ title: i18next.t('title.attachment list'),
25
26
  search: {
26
27
  handler: search => {
27
28
  this.grist.searchText = search
28
29
  },
29
- placeholder: i18next.t('title.attachment list'),
30
- value: this.grist.searchText
30
+ value: this.grist?.searchText || ''
31
31
  },
32
32
  board_topmenu: true
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
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,
@@ -80,41 +80,41 @@
80
80
  "@operato/shell": "^1.0.1",
81
81
  "@operato/styles": "^1.0.0",
82
82
  "@operato/utils": "^1.0.1",
83
- "@things-factory/apptool-ui": "^6.1.70",
84
- "@things-factory/auth-ui": "^6.1.67",
85
- "@things-factory/board-service": "^6.1.66",
86
- "@things-factory/board-ui": "^6.1.69",
87
- "@things-factory/context-ui": "^6.1.70",
88
- "@things-factory/export-ui": "^6.1.70",
89
- "@things-factory/fav-base": "^6.1.66",
90
- "@things-factory/font-base": "^6.1.66",
83
+ "@things-factory/apptool-ui": "^6.1.72",
84
+ "@things-factory/auth-ui": "^6.1.72",
85
+ "@things-factory/board-service": "^6.1.72",
86
+ "@things-factory/board-ui": "^6.1.72",
87
+ "@things-factory/context-ui": "^6.1.72",
88
+ "@things-factory/export-ui": "^6.1.72",
89
+ "@things-factory/fav-base": "^6.1.72",
90
+ "@things-factory/font-base": "^6.1.72",
91
91
  "@things-factory/form-ui": "^6.1.66",
92
92
  "@things-factory/help": "^6.1.66",
93
93
  "@things-factory/i18n-base": "^6.1.66",
94
- "@things-factory/import-ui": "^6.1.70",
95
- "@things-factory/integration-base": "^6.1.66",
96
- "@things-factory/integration-msgraph": "^6.1.66",
97
- "@things-factory/integration-notification": "^6.1.70",
98
- "@things-factory/integration-openai": "^6.1.66",
99
- "@things-factory/integration-ui": "^6.1.69",
94
+ "@things-factory/import-ui": "^6.1.72",
95
+ "@things-factory/integration-base": "^6.1.72",
96
+ "@things-factory/integration-msgraph": "^6.1.72",
97
+ "@things-factory/integration-notification": "^6.1.72",
98
+ "@things-factory/integration-openai": "^6.1.72",
99
+ "@things-factory/integration-ui": "^6.1.72",
100
100
  "@things-factory/layout-ui": "^6.1.66",
101
101
  "@things-factory/more-ui": "^6.1.68",
102
- "@things-factory/notification": "^6.1.70",
103
- "@things-factory/oauth2-client": "^6.1.66",
102
+ "@things-factory/notification": "^6.1.72",
103
+ "@things-factory/oauth2-client": "^6.1.72",
104
104
  "@things-factory/offline-ui": "^6.1.66",
105
105
  "@things-factory/operato-license-checker": "^3.1.0",
106
106
  "@things-factory/pdf": "^6.1.66",
107
107
  "@things-factory/print-service": "^6.1.66",
108
- "@things-factory/print-ui": "^6.1.70",
109
- "@things-factory/resource-ui": "^6.1.70",
108
+ "@things-factory/print-ui": "^6.1.72",
109
+ "@things-factory/resource-ui": "^6.1.72",
110
110
  "@things-factory/scene-google-map": "^6.1.66",
111
- "@things-factory/setting-ui": "^6.1.66",
111
+ "@things-factory/setting-ui": "^6.1.72",
112
112
  "@things-factory/shell": "^6.1.66",
113
113
  "@things-factory/system-ui": "^6.1.66"
114
114
  },
115
115
  "devDependencies": {
116
- "@things-factory/board-test": "^6.1.66",
116
+ "@things-factory/board-test": "^6.1.72",
117
117
  "@things-factory/builder": "^6.1.66"
118
118
  },
119
- "gitHead": "c597a3f5a31397aa9132c5ad96dc64a2b13bbf23"
119
+ "gitHead": "7e984bc3f940363c6887667b6ccbc5e360c2d3f7"
120
120
  }