@crystaldesign/diva-backoffice 24.5.0-beta.20 → 24.5.0-beta.22
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 +6 -3
- package/package.json +2 -2
package/build/esm/index.js
CHANGED
|
@@ -2849,7 +2849,10 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
2849
2849
|
}]
|
|
2850
2850
|
},
|
|
2851
2851
|
apiInterface: {
|
|
2852
|
-
read:
|
|
2852
|
+
read: {
|
|
2853
|
+
list: '${api2}?function=GetJsonTranslations&actualOfflineVersion=${actualOfflineVersion}&actualOfflineParentDir=${actualOfflineParentDir}&catalogGuid=${id}&catalogCodex=${codex}&filterContext=${filterContex}',
|
|
2854
|
+
filterServerSide: true
|
|
2855
|
+
},
|
|
2853
2856
|
create: '${api2}?function=SetJsonTranslations'
|
|
2854
2857
|
},
|
|
2855
2858
|
mapping: {
|
|
@@ -5609,7 +5612,7 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
5609
5612
|
field: 'lastUpdated',
|
|
5610
5613
|
type: 'unixTimeStamp',
|
|
5611
5614
|
defaultSortOrder: 'descend',
|
|
5612
|
-
sorter:
|
|
5615
|
+
sorter: 3,
|
|
5613
5616
|
filter: 'advanced',
|
|
5614
5617
|
width: 100
|
|
5615
5618
|
}, {
|
|
@@ -5661,7 +5664,7 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
5661
5664
|
},
|
|
5662
5665
|
filter: {
|
|
5663
5666
|
search: {
|
|
5664
|
-
fields: ['_id', 'variant', 'organizations', 'kind', 'subject']
|
|
5667
|
+
fields: [['_id', 'eq'], 'variant', 'organizations', 'kind', 'subject']
|
|
5665
5668
|
}
|
|
5666
5669
|
},
|
|
5667
5670
|
rowAction: [{
|
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.22",
|
|
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": "298dd644c2130fe2440509fe9ee035cf3af0c9e2"
|
|
54
54
|
}
|