@crystaldesign/diva-backoffice 24.7.0-rc.0 → 24.7.0-rc.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.
@@ -10798,7 +10798,7 @@ function loadConfiguration(t, root, config, lang) {
10798
10798
  id: 'ContentItems',
10799
10799
  label: t('backoffice.menu.items.label.ContentItems'),
10800
10800
  type: 'Table',
10801
- //permission: 'backoffice_content',
10801
+ permission: 'backoffice_contentitems',
10802
10802
  icon: 'OrderedListOutlined',
10803
10803
  rules: [{
10804
10804
  match: {
@@ -10853,11 +10853,13 @@ function loadConfiguration(t, root, config, lang) {
10853
10853
  globalValue: 'organization.parentType'
10854
10854
  }
10855
10855
  }]
10856
- }, {
10857
- id: 'CatalogEditorIDM',
10858
- label: t('backoffice.menu.items.label.CatalogEditorIDM'),
10859
- type: 'CatalogEditorIDM'
10860
- }]
10856
+ }
10857
+ // {
10858
+ // id: 'CatalogEditorIDM',
10859
+ // label: t('backoffice.menu.items.label.CatalogEditorIDM'),
10860
+ // type: 'CatalogEditorIDM',
10861
+ // },
10862
+ ]
10861
10863
  }, {
10862
10864
  label: t('backoffice.menu.items.label.adminarea'),
10863
10865
  permission: 'backoffice_admin',
@@ -18085,7 +18087,6 @@ var MenuWrapper = function MenuWrapper() {
18085
18087
  theme = _root$contentStore.theme;
18086
18088
  return /*#__PURE__*/jsxs(Layout.Sider, {
18087
18089
  className: sideBar,
18088
- collapsible: true,
18089
18090
  collapsed: root.contentStore.menuCollapsed,
18090
18091
  onCollapse: function onCollapse(value) {
18091
18092
  return root.contentStore.menuCollapsed = value;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/Menu/index.tsx"],"names":[],"mappings":";;;AA0FA,wBAAqC;AACrC,cAAc,SAAS,CAAC;AA6CxB,wBAAgB,OAAO,CAAC,IAAI,CAAC,EAAE,MAAM,2BA8EpC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/Menu/index.tsx"],"names":[],"mappings":";;;AAqFA,wBAAqC;AACrC,cAAc,SAAS,CAAC;AA6CxB,wBAAgB,OAAO,CAAC,IAAI,CAAC,EAAE,MAAM,2BA8EpC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.7.0-rc.0",
3
+ "version": "24.7.0-rc.2",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -52,5 +52,5 @@
52
52
  },
53
53
  "module": "build/esm/index.js",
54
54
  "types": "./build/types/backoffice/src/index.d.ts",
55
- "gitHead": "7404d8d8c3ee254262bf3e2db821aea9b3009a2e"
55
+ "gitHead": "b2a4449e1af86fd2dc48ebbf1a0719a27394429d"
56
56
  }