@crystaldesign/diva-backoffice 24.5.0-beta.15 → 24.5.0-beta.16
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.
- package/build/esm/index.js +5 -0
- package/package.json +2 -2
package/build/esm/index.js
CHANGED
|
@@ -5659,6 +5659,11 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
5659
5659
|
type: 'JsonEditor',
|
|
5660
5660
|
title: t('backoffice.table.emailtemplates.createAction.title')
|
|
5661
5661
|
},
|
|
5662
|
+
filter: {
|
|
5663
|
+
search: {
|
|
5664
|
+
fields: ['_id', 'variant', 'organizations', 'kind', 'subject']
|
|
5665
|
+
}
|
|
5666
|
+
},
|
|
5662
5667
|
rowAction: [{
|
|
5663
5668
|
actionType: 'Detail',
|
|
5664
5669
|
id: 'JsonEditorUpdateEmailTemplates',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.5.0-beta.
|
|
3
|
+
"version": "24.5.0-beta.16",
|
|
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": "
|
|
53
|
+
"gitHead": "0c8464bdee8d95e5bf7b849df1d724601923f429"
|
|
54
54
|
}
|