@crystaldesign/diva-backoffice 24.5.0-beta.0 → 24.5.0-beta.2

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.
@@ -3067,6 +3067,7 @@ function loadConfiguration(t, root, config, lang) {
3067
3067
  title: 'OptionsForPrint',
3068
3068
  field: 'OptionsForPrint',
3069
3069
  editable: false,
3070
+ filter: 'advanced',
3070
3071
  width: 150
3071
3072
  }],
3072
3073
  apiInterface: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.5.0-beta.0",
3
+ "version": "24.5.0-beta.2",
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": "2d1e84027c967ac3e3b00dc6acb4d7632fdb5f29"
53
+ "gitHead": "f14c4263ace93dce642014582442bde0c015b84c"
54
54
  }