@things-factory/reference-app 8.0.0-alpha.8 → 8.0.0-beta.0

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.
@@ -132,7 +132,7 @@ class DataItemList extends localize(i18next)(LitElement) {
132
132
  width: 60
133
133
  },
134
134
  {
135
- type: 'string',
135
+ type: 'varname',
136
136
  name: 'tag',
137
137
  header: i18next.t('field.tag'),
138
138
  record: {
@@ -188,7 +188,7 @@ class GristFilters extends localize(i18next)(PageView) {
188
188
  alert(`${column.name} ${record[column.name]}, row : ${rowIndex}`)
189
189
  }
190
190
  },
191
- filter: 'ilike'
191
+ filter: 'i_like'
192
192
  },
193
193
  {
194
194
  type: 'email',