@crystaldesign/diva-backoffice 24.5.0-beta.20 → 24.5.0-beta.21

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.
@@ -5609,7 +5609,7 @@ function loadConfiguration(t, root, config, lang) {
5609
5609
  field: 'lastUpdated',
5610
5610
  type: 'unixTimeStamp',
5611
5611
  defaultSortOrder: 'descend',
5612
- sorter: 2,
5612
+ sorter: 3,
5613
5613
  filter: 'advanced',
5614
5614
  width: 100
5615
5615
  }, {
@@ -5661,7 +5661,7 @@ function loadConfiguration(t, root, config, lang) {
5661
5661
  },
5662
5662
  filter: {
5663
5663
  search: {
5664
- fields: ['_id', 'variant', 'organizations', 'kind', 'subject']
5664
+ fields: [['_id', 'eq'], 'variant', 'organizations', 'kind', 'subject']
5665
5665
  }
5666
5666
  },
5667
5667
  rowAction: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.5.0-beta.20",
3
+ "version": "24.5.0-beta.21",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "module": "build/esm/index.js",
52
52
  "types": "./build/types/backoffice/src/index.d.ts",
53
- "gitHead": "27eeab2ab300491097dd16f9b0252030a4a8b2ff"
53
+ "gitHead": "692b6e5679108554e3e9f1bb50e583f7d2984385"
54
54
  }