@crystaldesign/diva-backoffice 26.1.0-beta.26 → 26.1.0-beta.27

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.
@@ -34231,12 +34231,14 @@ var TablePackages = observer(function () {
34231
34231
  field: "settings.".concat(organizationId, ".automaticPublishing"),
34232
34232
  cellDataType: 'boolean',
34233
34233
  editable: true,
34234
- isDictionary: true
34234
+ isDictionary: true,
34235
+ defaultValue: false
34235
34236
  }, {
34236
34237
  headerName: 'backoffice.idmEnricher.packages.label.isApi2',
34237
34238
  field: 'isApi',
34238
34239
  cellDataType: 'boolean',
34239
- editable: false
34240
+ editable: false,
34241
+ defaultValue: false
34240
34242
  }, {
34241
34243
  headerName: 'backoffice.idmEnricher.general.label.lastUpdatedDate',
34242
34244
  field: 'lastUpdatedDate',
@@ -35583,7 +35585,8 @@ function getConfig(t) {
35583
35585
  field: 'partListExclusive',
35584
35586
  headerName: 'backoffice.idmEnricher.exclusivity.label.partListExclusive',
35585
35587
  editable: false,
35586
- cellDataType: 'boolean'
35588
+ cellDataType: 'boolean',
35589
+ defaultValue: false
35587
35590
  }, {
35588
35591
  field: 'sequenceNo',
35589
35592
  headerName: 'backoffice.idmEnricher.renaming.label.sequenceNo',
@@ -35889,7 +35892,8 @@ var ExclusivityTable = observer(function (_ref) {
35889
35892
  editable: !viewOnly,
35890
35893
  cellDataType: 'boolean',
35891
35894
  pinned: 'left',
35892
- lockPinned: true
35895
+ lockPinned: true,
35896
+ defaultValue: false
35893
35897
  }].concat(_toConsumableArray(config.colDef), [{
35894
35898
  headerName: 'backoffice.idmEnricher.general.label.lastUpdatedDate',
35895
35899
  field: 'lastUpdatedDate',
@@ -37721,7 +37725,8 @@ var TablePriceList = observer(function () {
37721
37725
  headerName: 'backoffice.idmEnricher.pricelists.label.forPublishing',
37722
37726
  field: 'forPublishing',
37723
37727
  editable: !viewOnly,
37724
- cellDataType: 'boolean'
37728
+ cellDataType: 'boolean',
37729
+ defaultValue: false
37725
37730
  }, {
37726
37731
  headerName: 'backoffice.idmEnricher.pricelists.label.validFrom',
37727
37732
  field: 'validFrom',
@@ -39354,7 +39359,8 @@ var TableCatalogs = observer(function () {
39354
39359
  }, {
39355
39360
  headerName: 'backoffice.idmCatalog.general.label.catalogMergeType',
39356
39361
  field: 'catalogMergeType',
39357
- cellDataType: 'boolean'
39362
+ cellDataType: 'boolean',
39363
+ defaultValue: false
39358
39364
  }, {
39359
39365
  headerName: 'backoffice.idmCatalog.general.label.catalogDataVersion',
39360
39366
  field: 'catalogDataVersion',
@@ -39670,7 +39676,8 @@ var TableCatalogs = observer(function () {
39670
39676
  headerName: 'backoffice.idmCatalog.general.label.basicPriceDependent',
39671
39677
  field: 'basicPriceDependent',
39672
39678
  cellDataType: 'boolean',
39673
- required: true
39679
+ required: true,
39680
+ defaultValue: false
39674
39681
  }, {
39675
39682
  headerName: 'backoffice.idmCatalog.general.label.priceTypeFormula',
39676
39683
  field: 'priceTypeFormula'
@@ -40366,7 +40373,8 @@ var Items$1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
40366
40373
  children: [{
40367
40374
  headerName: 'backoffice.idmCatalogEditor.items.label.partListExclusive',
40368
40375
  field: 'partListExclusive',
40369
- cellDataType: 'boolean'
40376
+ cellDataType: 'boolean',
40377
+ defaultValue: false
40370
40378
  }, {
40371
40379
  headerName: 'backoffice.idmCatalogEditor.items.label.partlist',
40372
40380
  field: 'partListRef',
@@ -41443,7 +41451,8 @@ var Options$1 = /*#__PURE__*/forwardRef(function Options(_ref, ref) {
41443
41451
  }, createTranslatedColumnConfig('optionText', 'backoffice.idmCatalog.options.label.optionText', selectedCatalog === null || selectedCatalog === void 0 ? void 0 : selectedCatalog.isoLanguageIds, true), createTranslatedColumnConfig('optionCommentText', 'backoffice.idmCatalog.options.label.optionCommentText', selectedCatalog === null || selectedCatalog === void 0 ? void 0 : selectedCatalog.isoLanguageIds), {
41444
41452
  headerName: 'backoffice.idmCatalog.options.label.optionFreeText',
41445
41453
  field: 'optionFreeText',
41446
- cellDataType: 'boolean'
41454
+ cellDataType: 'boolean',
41455
+ defaultValue: false
41447
41456
  }, {
41448
41457
  field: 'featureNos',
41449
41458
  headerName: 'backoffice.idmCatalogEditor.catalogoptions.label.featureIds',
@@ -44240,7 +44249,8 @@ var TablePrices = observer(function () {
44240
44249
  field: 'partListExclusive',
44241
44250
  headerName: 'backoffice.idmCatalog.prices.label.partListExclusive',
44242
44251
  editable: false,
44243
- cellDataType: 'boolean'
44252
+ cellDataType: 'boolean',
44253
+ defaultValue: false
44244
44254
  }].concat(_toConsumableArray((_priceFeatureGroups$m = priceFeatureGroups.map(function (priceFeatureGroup) {
44245
44255
  var _priceFeatureGroup$ke;
44246
44256
  return {
@@ -45101,7 +45111,8 @@ function Options(_ref) {
45101
45111
  }, createTranslatedColumnConfig('optionText', 'backoffice.idmCatalog.options.label.optionText', languages, true), createTranslatedColumnConfig('optionCommentText', 'backoffice.idmCatalog.options.label.optionCommentText', languages), {
45102
45112
  headerName: 'backoffice.idmCatalog.options.label.optionFreeText',
45103
45113
  field: 'optionFreeText',
45104
- cellDataType: 'boolean'
45114
+ cellDataType: 'boolean',
45115
+ defaultValue: false
45105
45116
  }, {
45106
45117
  field: 'featureNos',
45107
45118
  headerName: 'backoffice.idmCatalogEditor.catalogoptions.label.featureIds',
@@ -1 +1 @@
1
- {"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Items.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAiB,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtG,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,UAAU,UAAU;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,WAAW,CAAC;IAC7B,aAAa,EAAE,GAAG,CAAC;IACnB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;CACnC;AAED,QAAA,MAAM,KAAK,wFAqZT,CAAC;AAIH,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Items.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAiB,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtG,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAIvC,UAAU,UAAU;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,WAAW,CAAC;IAC7B,aAAa,EAAE,GAAG,CAAC;IACnB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;CACnC;AAED,QAAA,MAAM,KAAK,wFAsZT,CAAC;AAIH,eAAe,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAiB,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtG,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,QAAA,MAAM,OAAO;oBAGO,MAAM;qBACL,WAAW;eACjB,SAAS;YACZ,oBAAoB,CAAC,GAAG,CAAC;6CA0SnC,CAAC;AAEH,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCatalogEditor/Tables/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,SAAS,EAAkB,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAiB,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtG,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,QAAA,MAAM,OAAO;oBAGO,MAAM;qBACL,WAAW;eACjB,SAAS;YACZ,oBAAoB,CAAC,GAAG,CAAC;6CA2SnC,CAAC;AAEH,eAAe,OAAO,CAAC"}
@@ -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;AAuBvE,eAAO,MAAM,aAAa;;CAs5BxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableCatalogs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAuBvE,eAAO,MAAM,aAAa;;CAw5BxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TablePrices/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAiB/C,eAAO,MAAM,WAAW;;CA4KtB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TablePrices/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAiB/C,eAAO,MAAM,WAAW;;CA6KtB,CAAC"}
@@ -146,6 +146,7 @@ export default function getConfig(t: TFunction): {
146
146
  cellDataType?: undefined;
147
147
  isDictionary?: undefined;
148
148
  customParams?: undefined;
149
+ defaultValue?: undefined;
149
150
  } | {
150
151
  headerName: string;
151
152
  field: string;
@@ -153,6 +154,7 @@ export default function getConfig(t: TFunction): {
153
154
  cellDataType: string;
154
155
  isDictionary: boolean;
155
156
  customParams?: undefined;
157
+ defaultValue?: undefined;
156
158
  } | {
157
159
  headerName: string;
158
160
  field: string;
@@ -162,6 +164,7 @@ export default function getConfig(t: TFunction): {
162
164
  dateFormat: string;
163
165
  };
164
166
  isDictionary?: undefined;
167
+ defaultValue?: undefined;
165
168
  } | {
166
169
  headerName: string;
167
170
  field: string;
@@ -169,6 +172,15 @@ export default function getConfig(t: TFunction): {
169
172
  cellDataType: string;
170
173
  isDictionary?: undefined;
171
174
  customParams?: undefined;
175
+ defaultValue?: undefined;
176
+ } | {
177
+ field: string;
178
+ headerName: string;
179
+ editable: boolean;
180
+ cellDataType: string;
181
+ defaultValue: boolean;
182
+ isDictionary?: undefined;
183
+ customParams?: undefined;
172
184
  })[];
173
185
  };
174
186
  option: {
@@ -1 +1 @@
1
- {"version":3,"file":"tableConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,CAAC,EAAE,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0c7C"}
1
+ {"version":3,"file":"tableConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpC,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,CAAC,EAAE,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2c7C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AA4BpD,eAAO,MAAM,aAAa;;CA0WxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AA4BpD,eAAO,MAAM,aAAa;;CA4WxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePriceList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAevE,eAAO,MAAM,cAAc;;CAiUzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePriceList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAevE,eAAO,MAAM,cAAc;;CAkUzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMOrganizationOptionsEditor/Tables/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,qBA4KnE"}
1
+ {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMOrganizationOptionsEditor/Tables/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,qBA6KnE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "26.1.0-beta.26",
3
+ "version": "26.1.0-beta.27",
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": "6.1.0",
17
17
  "@babel/runtime": "7.24.7",
18
- "@crystaldesign/content-box": "26.1.0-beta.26",
19
- "@crystaldesign/content-item": "26.1.0-beta.26",
20
- "@crystaldesign/diva-core": "26.1.0-beta.26",
21
- "@crystaldesign/diva-utils": "26.1.0-beta.26",
22
- "@crystaldesign/media-upload": "26.1.0-beta.26",
23
- "@crystaldesign/rtf-editor": "26.1.0-beta.26",
24
- "@crystaldesign/spreadsheet": "26.1.0-beta.26",
18
+ "@crystaldesign/content-box": "26.1.0-beta.27",
19
+ "@crystaldesign/content-item": "26.1.0-beta.27",
20
+ "@crystaldesign/diva-core": "26.1.0-beta.27",
21
+ "@crystaldesign/diva-utils": "26.1.0-beta.27",
22
+ "@crystaldesign/media-upload": "26.1.0-beta.27",
23
+ "@crystaldesign/rtf-editor": "26.1.0-beta.27",
24
+ "@crystaldesign/spreadsheet": "26.1.0-beta.27",
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": "92da46bc32f6b625f789a777f477efd1aea47ea2"
54
+ "gitHead": "51c89160973173ac08b18a2b6b91d9b939774a58"
55
55
  }