@things-factory/grist-ui 4.0.26 → 4.0.31

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.
@@ -89,7 +89,7 @@ class DataGridBody extends LitElement {
89
89
  var attrSelected = record['__selected__']
90
90
  var attrOdd = idxRow % 2
91
91
  var dirtyFields = record['__dirtyfields__'] || {}
92
- var { emphasized } = classifier.call(null, record, idxRow) || {}
92
+ var { emphasized } = classifier?.call(null, record, idxRow) || {}
93
93
 
94
94
  return html`
95
95
  ${columns.map(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/grist-ui",
3
- "version": "4.0.26",
3
+ "version": "4.0.31",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@material/mwc-icon": "^0.25.3",
28
- "@operato/data-grist": "^0.3.1",
29
- "@operato/headroom": "^0.3.1",
30
- "@things-factory/i18n-base": "^4.0.26",
31
- "@things-factory/styles": "^4.0.26",
32
- "@things-factory/utils": "^4.0.26",
28
+ "@operato/data-grist": "^0.3.7",
29
+ "@operato/headroom": "^0.3.7",
30
+ "@things-factory/i18n-base": "^4.0.31",
31
+ "@things-factory/styles": "^4.0.31",
32
+ "@things-factory/utils": "^4.0.31",
33
33
  "lit": "^2.0.2",
34
34
  "underscore": "^1.11.0"
35
35
  },
36
- "gitHead": "c4b39c74b9ce2472f30c26eb36ec62054c1ecf82"
36
+ "gitHead": "6c021ffdeacc9d123298528f6bba91f61389f33d"
37
37
  }