@crystaldesign/diva-backoffice 25.2.0-beta.27 → 25.2.0-beta.29

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.
@@ -34026,13 +34026,13 @@ function TableCatalogs () {
34026
34026
  value: 1000000000
34027
34027
  }];
34028
34028
  var roundingType = [{
34029
- name: t('backoffice.idmCatalog.general.label.roundingType.r1'),
34029
+ name: t('backoffice.idmCatalog.general.label.roundingTypeItem.r1'),
34030
34030
  value: 1
34031
34031
  }, {
34032
- name: t('backoffice.idmCatalog.general.label.roundingType.r2'),
34032
+ name: t('backoffice.idmCatalog.general.label.roundingTypeItem.r2'),
34033
34033
  value: 2
34034
34034
  }, {
34035
- name: t('backoffice.idmCatalog.general.label.roundingType.r3'),
34035
+ name: t('backoffice.idmCatalog.general.label.roundingTypeItem.r3'),
34036
34036
  value: 3
34037
34037
  }];
34038
34038
  return {
@@ -34331,7 +34331,7 @@ function TableCatalogs () {
34331
34331
  headerName: 'backoffice.idmCatalog.general.label.contact2',
34332
34332
  children: [{
34333
34333
  headerName: 'backoffice.idmCatalog.general.label.contactPersonNo',
34334
- field: 'contactPersonNo1'
34334
+ field: 'contactPersonNo2'
34335
34335
  }, {
34336
34336
  headerName: 'backoffice.idmCatalog.general.label.contactName',
34337
34337
  field: 'contactName2'
@@ -34991,11 +34991,9 @@ function Items(_ref) {
34991
34991
  field: 'partListRef',
34992
34992
  cellDataType: 'lookup',
34993
34993
  customParams: {
34994
- nameField: 'partListRef',
34995
34994
  apiInterface: {
34996
34995
  read: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/partlists'
34997
34996
  },
34998
- lookupValue: 'partlistKey',
34999
34997
  lookupKey: 'partlistKey'
35000
34998
  }
35001
34999
  }, {
@@ -36639,10 +36637,6 @@ function TableDecisions () {
36639
36637
  },
36640
36638
  lookupValue: 'featureText',
36641
36639
  lookupKey: 'featureNo',
36642
- lookupKeyFilterType: {
36643
- type: 'equals',
36644
- filterType: 'number'
36645
- },
36646
36640
  multiple: true,
36647
36641
  translated: true
36648
36642
  },
@@ -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,qBA8WA"}
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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDecisions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAWvE,MAAM,CAAC,OAAO,gCA2Pb"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableDecisions/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAWvE,MAAM,CAAC,OAAO,gCA0Pb"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "25.2.0-beta.27",
3
+ "version": "25.2.0-beta.29",
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.27",
19
- "@crystaldesign/content-item": "25.2.0-beta.27",
20
- "@crystaldesign/diva-core": "25.2.0-beta.27",
21
- "@crystaldesign/diva-utils": "25.2.0-beta.27",
22
- "@crystaldesign/media-upload": "25.2.0-beta.27",
23
- "@crystaldesign/rtf-editor": "25.2.0-beta.27",
24
- "@crystaldesign/spreadsheet": "25.2.0-beta.27",
18
+ "@crystaldesign/content-box": "25.2.0-beta.29",
19
+ "@crystaldesign/content-item": "25.2.0-beta.29",
20
+ "@crystaldesign/diva-core": "25.2.0-beta.29",
21
+ "@crystaldesign/diva-utils": "25.2.0-beta.29",
22
+ "@crystaldesign/media-upload": "25.2.0-beta.29",
23
+ "@crystaldesign/rtf-editor": "25.2.0-beta.29",
24
+ "@crystaldesign/spreadsheet": "25.2.0-beta.29",
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": "e7ada2683edaa490cae9b01d89265cde6da835e0"
54
+ "gitHead": "df5e8fcb342f5619d964e843cca33d0594e08f87"
55
55
  }