@crystaldesign/diva-backoffice 25.2.0-beta.36 → 25.2.0-beta.38

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.
@@ -34527,6 +34527,13 @@ function TableCatalogs () {
34527
34527
  headerName: 'backoffice.idmCatalog.general.label.hash',
34528
34528
  field: 'hash',
34529
34529
  editable: false
34530
+ }, {
34531
+ field: 'organizationId',
34532
+ editable: false,
34533
+ hide: true,
34534
+ lockVisible: true,
34535
+ suppressColumnsToolPanel: true,
34536
+ defaultValue: '${organizationId}'
34530
34537
  }]
34531
34538
  };
34532
34539
  }, []);
@@ -34660,16 +34667,6 @@ function useModule (currentModules) {
34660
34667
  to: 'catalogs/idmeditor/catalogs/' + catalogId + '/series' + (searchParams ? '?' + searchParams.toString() : ''),
34661
34668
  children: t('backoffice.menu.items.label.IDMCatalogEditorTableSeries')
34662
34669
  })
34663
- }, {
34664
- key: 'items',
34665
- style: {
34666
- margin: 0
34667
- },
34668
- icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
34669
- label: /*#__PURE__*/jsx(Link, {
34670
- to: 'catalogs/idmeditor/catalogs/' + catalogId + '/items' + (searchParams ? '?' + searchParams.toString() : ''),
34671
- children: t('backoffice.menu.items.label.IDMCatalogEditorTableItems')
34672
- })
34673
34670
  }, {
34674
34671
  key: 'features',
34675
34672
  style: {
@@ -34701,24 +34698,24 @@ function useModule (currentModules) {
34701
34698
  children: t('backoffice.menu.items.label.IDMCatalogEditorTableFeatureClasses')
34702
34699
  })
34703
34700
  }, {
34704
- key: 'decisions',
34701
+ key: 'items',
34705
34702
  style: {
34706
34703
  margin: 0
34707
34704
  },
34708
34705
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
34709
34706
  label: /*#__PURE__*/jsx(Link, {
34710
- to: 'catalogs/idmeditor/catalogs/' + catalogId + '/decisions' + (searchParams ? '?' + searchParams.toString() : ''),
34711
- children: t('backoffice.menu.items.label.IDMCatalogEditorTableDecisions')
34707
+ to: 'catalogs/idmeditor/catalogs/' + catalogId + '/items' + (searchParams ? '?' + searchParams.toString() : ''),
34708
+ children: t('backoffice.menu.items.label.IDMCatalogEditorTableItems')
34712
34709
  })
34713
34710
  }, {
34714
- key: 'detailinfos',
34711
+ key: 'decisions',
34715
34712
  style: {
34716
34713
  margin: 0
34717
34714
  },
34718
34715
  icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
34719
34716
  label: /*#__PURE__*/jsx(Link, {
34720
- to: 'catalogs/idmeditor/catalogs/' + catalogId + '/detailinfos' + (searchParams ? '?' + searchParams.toString() : ''),
34721
- children: t('backoffice.menu.items.label.IDMCatalogEditorTableDetailInfos')
34717
+ to: 'catalogs/idmeditor/catalogs/' + catalogId + '/decisions' + (searchParams ? '?' + searchParams.toString() : ''),
34718
+ children: t('backoffice.menu.items.label.IDMCatalogEditorTableDecisions')
34722
34719
  })
34723
34720
  }, {
34724
34721
  key: 'partlists',
@@ -34730,6 +34727,16 @@ function useModule (currentModules) {
34730
34727
  to: 'catalogs/idmeditor/catalogs/' + catalogId + '/partlists' + (searchParams ? '?' + searchParams.toString() : ''),
34731
34728
  children: t('backoffice.menu.items.label.IDMCatalogEditorTablePartlists')
34732
34729
  })
34730
+ }, {
34731
+ key: 'detailinfos',
34732
+ style: {
34733
+ margin: 0
34734
+ },
34735
+ icon: /*#__PURE__*/jsx(ApartmentOutlined, {}),
34736
+ label: /*#__PURE__*/jsx(Link, {
34737
+ to: 'catalogs/idmeditor/catalogs/' + catalogId + '/detailinfos' + (searchParams ? '?' + searchParams.toString() : ''),
34738
+ children: t('backoffice.menu.items.label.IDMCatalogEditorTableDetailInfos')
34739
+ })
34733
34740
  }, {
34734
34741
  key: 'pricefeaturegroups',
34735
34742
  style: {
@@ -34992,7 +34999,24 @@ function Items(_ref) {
34992
34999
  }, {
34993
35000
  headerName: 'backoffice.idmCatalogEditor.items.label.featureClassRefNo',
34994
35001
  field: 'featureClassRefNo',
34995
- cellDataType: 'number',
35002
+ cellDataType: 'lookup',
35003
+ customParams: {
35004
+ nameField: 'featureClassRefNoDisplayText',
35005
+ filterCellType: 'number',
35006
+ displayLabelTemplate: '${name} (${value})',
35007
+ apiInterface: {
35008
+ read: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses'
35009
+ },
35010
+ lookupKey: 'featureClassNo',
35011
+ lookupValue: 'featureClassName',
35012
+ lookupKeyFilterType: {
35013
+ type: 'equals',
35014
+ filterType: 'number'
35015
+ },
35016
+ multiple: false,
35017
+ translated: true
35018
+ },
35019
+ additionalFields: ['featureClassRefNoDisplayText'],
34996
35020
  required: true
34997
35021
  }, {
34998
35022
  headerName: 'backoffice.idmCatalogEditor.items.label.eClassNo',
@@ -36054,7 +36078,8 @@ function TableFeatureClasses () {
36054
36078
  editable: false,
36055
36079
  hide: true,
36056
36080
  lockVisible: true,
36057
- suppressColumnsToolPanel: true
36081
+ suppressColumnsToolPanel: true,
36082
+ defaultValue: {}
36058
36083
  }]
36059
36084
  };
36060
36085
  }, []);
@@ -36843,9 +36868,6 @@ function TableDetailInfos () {
36843
36868
  type: 'dotnetSSM',
36844
36869
  apiInterface: {
36845
36870
  read: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos',
36846
- create: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos',
36847
- restore: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos/${_id}',
36848
- "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos/${_id}',
36849
36871
  update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos/${_id}'
36850
36872
  },
36851
36873
  dateFormat: 'LL',
@@ -36860,8 +36882,7 @@ function TableDetailInfos () {
36860
36882
  children: [{
36861
36883
  field: 'externalName.DE',
36862
36884
  headerName: 'backoffice.idmEnricher.general.label.DE',
36863
- isDictionary: true,
36864
- required: true
36885
+ isDictionary: true
36865
36886
  }, {
36866
36887
  field: 'externalName.EN',
36867
36888
  headerName: 'backoffice.idmEnricher.general.label.EN',
@@ -36881,8 +36902,7 @@ function TableDetailInfos () {
36881
36902
  children: [{
36882
36903
  field: 'internalName.DE',
36883
36904
  headerName: 'backoffice.idmEnricher.general.label.DE',
36884
- isDictionary: true,
36885
- required: true
36905
+ isDictionary: true
36886
36906
  }, {
36887
36907
  field: 'internalName.EN',
36888
36908
  headerName: 'backoffice.idmEnricher.general.label.EN',
@@ -36902,8 +36922,7 @@ function TableDetailInfos () {
36902
36922
  children: [{
36903
36923
  field: 'toolTip.DE',
36904
36924
  headerName: 'backoffice.idmEnricher.general.label.DE',
36905
- isDictionary: true,
36906
- required: true
36925
+ isDictionary: true
36907
36926
  }, {
36908
36927
  field: 'toolTip.EN',
36909
36928
  headerName: 'backoffice.idmEnricher.general.label.EN',
@@ -37319,8 +37338,7 @@ function TablePartlists () {
37319
37338
  required: true
37320
37339
  }, {
37321
37340
  field: 'comment',
37322
- headerName: 'backoffice.idmCatalog.partlist.label.comment',
37323
- required: true
37341
+ headerName: 'backoffice.idmCatalog.partlist.label.comment'
37324
37342
  }, {
37325
37343
  headerName: 'backoffice.idmCatalog.general.label.lastUpdatedDate',
37326
37344
  field: 'lastUpdatedDate',
@@ -1 +1 @@
1
- {"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Items.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAIrE,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,cAAc,EACd,SAAS,EACT,SAAS,EACT,aAAa,GACd,EAAE;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,SAAS,CAAC;CACtB,qBA4WA"}
1
+ {"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Items.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AAIrE,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,cAAc,EACd,SAAS,EACT,SAAS,EACT,aAAa,GACd,EAAE;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,SAAS,CAAC;CACtB,qBA0XA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableCatalogs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAevE,MAAM,CAAC,OAAO,gCAgtBb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableCatalogs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAevE,MAAM,CAAC,OAAO,gCAwtBb"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAUlD,MAAM,CAAC,OAAO,gCA8Rb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDetailInfos/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAUlD,MAAM,CAAC,OAAO,gCAwRb"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAWlD,MAAM,CAAC,OAAO,gCAgLb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableFeatureClasses/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAWlD,MAAM,CAAC,OAAO,gCAiLb"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TablePartlists/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAW/D,MAAM,CAAC,OAAO,gCAyJb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TablePartlists/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAW/D,MAAM,CAAC,OAAO,gCAwJb"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "25.2.0-beta.36",
3
+ "version": "25.2.0-beta.38",
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": "25.2.0-beta.36",
19
- "@crystaldesign/content-item": "25.2.0-beta.36",
20
- "@crystaldesign/diva-core": "25.2.0-beta.36",
21
- "@crystaldesign/diva-utils": "25.2.0-beta.36",
22
- "@crystaldesign/media-upload": "25.2.0-beta.36",
23
- "@crystaldesign/rtf-editor": "25.2.0-beta.36",
24
- "@crystaldesign/spreadsheet": "25.2.0-beta.36",
18
+ "@crystaldesign/content-box": "25.2.0-beta.38",
19
+ "@crystaldesign/content-item": "25.2.0-beta.38",
20
+ "@crystaldesign/diva-core": "25.2.0-beta.38",
21
+ "@crystaldesign/diva-utils": "25.2.0-beta.38",
22
+ "@crystaldesign/media-upload": "25.2.0-beta.38",
23
+ "@crystaldesign/rtf-editor": "25.2.0-beta.38",
24
+ "@crystaldesign/spreadsheet": "25.2.0-beta.38",
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": "3499b354577eaf407d7ca1edf2b3aee27a604b9c"
54
+ "gitHead": "7c74ce1270782ffd423968e48dfbf5b87d8b7214"
55
55
  }