@crystaldesign/diva-backoffice 24.13.0-rc.2 → 24.13.0-rc.20

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.
@@ -29891,7 +29891,7 @@ function useModule$1 (currentModules) {
29891
29891
  },
29892
29892
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29893
29893
  label: /*#__PURE__*/jsx(Link, {
29894
- to: 'catalogs/idm/packages/' + packageId + '/renaming/features' + (searchParams ? '?' + searchParams.toString() : ''),
29894
+ to: 'catalogs/idmeditor/packages/' + packageId + '/renaming/features' + (searchParams ? '?' + searchParams.toString() : ''),
29895
29895
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingFeature')
29896
29896
  })
29897
29897
  }, {
@@ -29901,7 +29901,7 @@ function useModule$1 (currentModules) {
29901
29901
  },
29902
29902
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29903
29903
  label: /*#__PURE__*/jsx(Link, {
29904
- to: 'catalogs/idm/packages/' + packageId + '/renaming/options' + (searchParams ? '?' + searchParams.toString() : ''),
29904
+ to: 'catalogs/idmeditor/packages/' + packageId + '/renaming/options' + (searchParams ? '?' + searchParams.toString() : ''),
29905
29905
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingOption')
29906
29906
  })
29907
29907
  }, {
@@ -29911,7 +29911,7 @@ function useModule$1 (currentModules) {
29911
29911
  },
29912
29912
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29913
29913
  label: /*#__PURE__*/jsx(Link, {
29914
- to: 'catalogs/idm/packages/' + packageId + '/renaming/items' + (searchParams ? '?' + searchParams.toString() : ''),
29914
+ to: 'catalogs/idmeditor/packages/' + packageId + '/renaming/items' + (searchParams ? '?' + searchParams.toString() : ''),
29915
29915
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingItem')
29916
29916
  })
29917
29917
  }
@@ -29933,7 +29933,7 @@ function useModule$1 (currentModules) {
29933
29933
  },
29934
29934
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29935
29935
  label: /*#__PURE__*/jsx(Link, {
29936
- to: 'catalogs/idm/packages/' + packageId + '/tabgroups' + (searchParams ? '?' + searchParams.toString() : ''),
29936
+ to: 'catalogs/idmeditor/packages/' + packageId + '/tabgroups' + (searchParams ? '?' + searchParams.toString() : ''),
29937
29937
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableTabGroups')
29938
29938
  })
29939
29939
  }, {
@@ -29963,7 +29963,7 @@ function useModule$1 (currentModules) {
29963
29963
  },
29964
29964
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29965
29965
  label: /*#__PURE__*/jsx(Link, {
29966
- to: 'catalogs/idm/packages/' + packageId + '/exclusivity/efeature' + (searchParams ? '?' + searchParams.toString() : ''),
29966
+ to: 'catalogs/idmeditor/packages/' + packageId + '/exclusivity/efeature' + (searchParams ? '?' + searchParams.toString() : ''),
29967
29967
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingFeature')
29968
29968
  })
29969
29969
  }, {
@@ -29973,7 +29973,7 @@ function useModule$1 (currentModules) {
29973
29973
  },
29974
29974
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29975
29975
  label: /*#__PURE__*/jsx(Link, {
29976
- to: 'catalogs/idm/packages/' + packageId + '/exclusivity/eoption' + (searchParams ? '?' + searchParams.toString() : ''),
29976
+ to: 'catalogs/idmeditor/packages/' + packageId + '/exclusivity/eoption' + (searchParams ? '?' + searchParams.toString() : ''),
29977
29977
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingOption')
29978
29978
  })
29979
29979
  }, {
@@ -29983,7 +29983,7 @@ function useModule$1 (currentModules) {
29983
29983
  },
29984
29984
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
29985
29985
  label: /*#__PURE__*/jsx(Link, {
29986
- to: 'catalogs/idm/packages/' + packageId + '/exclusivity/eitem' + (searchParams ? '?' + searchParams.toString() : ''),
29986
+ to: 'catalogs/idmeditor/packages/' + packageId + '/exclusivity/eitem' + (searchParams ? '?' + searchParams.toString() : ''),
29987
29987
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableRenamingItem')
29988
29988
  })
29989
29989
  }
@@ -30005,7 +30005,7 @@ function useModule$1 (currentModules) {
30005
30005
  },
30006
30006
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
30007
30007
  label: /*#__PURE__*/jsx(Link, {
30008
- to: 'catalogs/idm/packages/' + packageId + '/properties' + (searchParams ? '?' + searchParams.toString() : ''),
30008
+ to: 'catalogs/idmeditor/packages/' + packageId + '/properties' + (searchParams ? '?' + searchParams.toString() : ''),
30009
30009
  children: t('backoffice.menu.items.label.IDMEnricherEditorTableProperties')
30010
30010
  })
30011
30011
  }];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.13.0-rc.2",
3
+ "version": "24.13.0-rc.20",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^6.5.0",
@@ -15,13 +15,13 @@
15
15
  "dependencies": {
16
16
  "@ant-design/icons": "5.4.0",
17
17
  "@babel/runtime": "7.24.7",
18
- "@crystaldesign/content-box": "24.13.0-rc.2",
19
- "@crystaldesign/content-item": "24.13.0-rc.2",
20
- "@crystaldesign/diva-core": "24.13.0-rc.2",
21
- "@crystaldesign/diva-utils": "24.13.0-rc.2",
22
- "@crystaldesign/media-upload": "24.13.0-rc.2",
23
- "@crystaldesign/rtf-editor": "24.13.0-rc.2",
24
- "@crystaldesign/spreadsheet": "24.13.0-rc.2",
18
+ "@crystaldesign/content-box": "24.13.0-rc.20",
19
+ "@crystaldesign/content-item": "24.13.0-rc.20",
20
+ "@crystaldesign/diva-core": "24.13.0-rc.20",
21
+ "@crystaldesign/diva-utils": "24.13.0-rc.20",
22
+ "@crystaldesign/media-upload": "24.13.0-rc.20",
23
+ "@crystaldesign/rtf-editor": "24.13.0-rc.20",
24
+ "@crystaldesign/spreadsheet": "24.13.0-rc.20",
25
25
  "@google/model-viewer": "3.5.0",
26
26
  "ag-charts-community": "^10.1.0",
27
27
  "ag-charts-react": "^10.1.0",
@@ -51,5 +51,5 @@
51
51
  },
52
52
  "module": "build/esm/index.js",
53
53
  "types": "./build/types/backoffice/src/index.d.ts",
54
- "gitHead": "50bbde3dac57fd61ebcfc08573e48a45eedd40cb"
54
+ "gitHead": "cf6932f54868849f777744adccd96ae59d312b50"
55
55
  }