@crystaldesign/diva-backoffice 24.4.0-beta.4 → 24.4.0-beta.6
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 +10 -1
- package/package.json +2 -2
package/build/esm/index.js
CHANGED
|
@@ -3026,7 +3026,7 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
3026
3026
|
apiInterface: {
|
|
3027
3027
|
read: {
|
|
3028
3028
|
list: '${api2}?function=GetBackofficePartlist&sessionGuid=${sessionGuID}&catalogCodex=${catalogCodex}',
|
|
3029
|
-
filterServerSide:
|
|
3029
|
+
filterServerSide: false
|
|
3030
3030
|
},
|
|
3031
3031
|
create: '${api2}?function=SetJsonPartlist'
|
|
3032
3032
|
},
|
|
@@ -8609,6 +8609,15 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
8609
8609
|
defaultValue: true
|
|
8610
8610
|
}]]
|
|
8611
8611
|
},
|
|
8612
|
+
FormPartlistArticlePrefix: {
|
|
8613
|
+
type: 'Form',
|
|
8614
|
+
title: 'Stücklisten Prefix',
|
|
8615
|
+
items: [{
|
|
8616
|
+
name: 'RetailPrefix',
|
|
8617
|
+
label: 'Prefix',
|
|
8618
|
+
type: 'input'
|
|
8619
|
+
}]
|
|
8620
|
+
},
|
|
8612
8621
|
OrgTree: {
|
|
8613
8622
|
type: 'OrgTree',
|
|
8614
8623
|
expandAll: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.4.0-beta.
|
|
3
|
+
"version": "24.4.0-beta.6",
|
|
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": "c27764978c8bf04b602a3b536836ef646401996e"
|
|
54
54
|
}
|