@crystaldesign/diva-backoffice 25.4.0-beta.13 → 25.4.0-beta.15

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.
Files changed (2) hide show
  1. package/build/esm/index.js +45 -23
  2. package/package.json +9 -9
@@ -7714,6 +7714,28 @@ function loadConfiguration(t, root, config, lang) {
7714
7714
  label: t('backoffice.form.organizationdetails.items.nein'),
7715
7715
  value: false
7716
7716
  }]
7717
+ }, {
7718
+ name: ['settings', 'pricePreview'],
7719
+ label: t('backoffice.form.organizationdetails.items.settings.pricePreview'),
7720
+ permission: 'backoffice_admin_organizations',
7721
+ type: 'radio',
7722
+ optionType: 'button',
7723
+ options: [{
7724
+ label: t('backoffice.form.organizationdetails.items.vererbt'),
7725
+ value: undefined
7726
+ }, {
7727
+ label: t('backoffice.form.organizationdetails.items.off'),
7728
+ value: 'off'
7729
+ }, {
7730
+ label: t('backoffice.form.organizationdetails.items.fromBasePrice'),
7731
+ value: 'fromBasePrice'
7732
+ }, {
7733
+ label: t('backoffice.form.organizationdetails.items.fromCurrentPrice'),
7734
+ value: 'fromCurrentPrice'
7735
+ }, {
7736
+ label: t('backoffice.form.organizationdetails.items.fromCurrentPriceHideCurrent'),
7737
+ value: 'fromCurrentPriceHideCurrent'
7738
+ }]
7717
7739
  }, {
7718
7740
  name: ['settings', 'enableARLeaflet'],
7719
7741
  label: t('backoffice.form.organizationdetails.items.settings.enableARLeaflet'),
@@ -30439,7 +30461,7 @@ function TableGroups () {
30439
30461
  return {
30440
30462
  type: 'dotnetSSM',
30441
30463
  apiInterface: apiInterface,
30442
- dateFormat: 'LL',
30464
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
30443
30465
  floatingFilter: true,
30444
30466
  colDef: [createTranslatedColumnConfig('name', 'backoffice.idmEnricher.groups.label.name', (selectedPackage === null || selectedPackage === void 0 ? void 0 : selectedPackage.isoLanguageIds) || ['DE'], true), {
30445
30467
  field: 'serieNos',
@@ -31128,7 +31150,7 @@ function TableProperties () {
31128
31150
  return {
31129
31151
  type: 'dotnetSSM',
31130
31152
  apiInterface: apiInterface,
31131
- dateFormat: 'LL',
31153
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
31132
31154
  floatingFilter: true,
31133
31155
  colDef: [{
31134
31156
  field: 'key',
@@ -31962,7 +31984,7 @@ var RenamingTable = function RenamingTable(_ref) {
31962
31984
  return {
31963
31985
  type: 'dotnetSSM',
31964
31986
  apiInterface: apiInterface,
31965
- dateFormat: 'LL',
31987
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
31966
31988
  floatingFilter: true,
31967
31989
  colDef: [].concat(_toConsumableArray(baseConfiguration.colDef), [{
31968
31990
  headerName: 'backoffice.idmEnricher.general.label.lastUpdatedDate',
@@ -32507,7 +32529,7 @@ var ExclusivityTable = function ExclusivityTable(_ref) {
32507
32529
  type: 'dotnetSSM',
32508
32530
  apiInterface: apiInterface,
32509
32531
  idCol: selectedSerie ? 'typeNo' : selectedFeature ? 'optionKey' : undefined,
32510
- dateFormat: 'LL',
32532
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
32511
32533
  floatingFilter: true,
32512
32534
  colDef: [{
32513
32535
  field: 'active',
@@ -32598,7 +32620,7 @@ function TableTabGroups () {
32598
32620
  return {
32599
32621
  type: 'dotnetSSM',
32600
32622
  apiInterface: apiInterface,
32601
- dateFormat: 'LL',
32623
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
32602
32624
  floatingFilter: true,
32603
32625
  colDef: [{
32604
32626
  field: 'featureNos',
@@ -32714,7 +32736,7 @@ function TablePartlistPos () {
32714
32736
  return {
32715
32737
  type: 'dotnetSSM',
32716
32738
  apiInterface: apiInterface,
32717
- dateFormat: 'LL',
32739
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
32718
32740
  floatingFilter: true,
32719
32741
  colDef: [{
32720
32742
  headerName: 'backoffice.idmEnricher.partlistpos.label.retailPrefix',
@@ -33546,7 +33568,7 @@ function Prices (_ref) {
33546
33568
  return {
33547
33569
  type: 'dotnetSSM',
33548
33570
  apiInterface: apiInterface,
33549
- dateFormat: 'LL',
33571
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
33550
33572
  floatingFilter: true,
33551
33573
  colDef: [{
33552
33574
  field: 'typeNo',
@@ -33835,7 +33857,7 @@ function TablePriceList () {
33835
33857
  return {
33836
33858
  type: 'dotnetSSM',
33837
33859
  apiInterface: apiInterface,
33838
- dateFormat: 'LL',
33860
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
33839
33861
  floatingFilter: true,
33840
33862
  colDef: [{
33841
33863
  headerName: 'backoffice.idmEnricher.pricelists.label.name',
@@ -35451,7 +35473,7 @@ function Items(_ref) {
35451
35473
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items/${typeNo}',
35452
35474
  update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${selectedSerie}/items/${typeNo}'
35453
35475
  },
35454
- dateFormat: 'LL',
35476
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
35455
35477
  floatingFilter: true,
35456
35478
  colDef: [{
35457
35479
  field: 'typeNo',
@@ -35803,7 +35825,7 @@ function TableSeries () {
35803
35825
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${_id}',
35804
35826
  update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/series/${_id}'
35805
35827
  },
35806
- dateFormat: 'LL',
35828
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
35807
35829
  colDef: [{
35808
35830
  field: 'serieNo',
35809
35831
  headerName: 'backoffice.idmCatalog.series.label.serieNo',
@@ -35943,7 +35965,7 @@ function Options(_ref) {
35943
35965
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features/${selectedFeature}/options/${optionKey}',
35944
35966
  update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/features/${selectedFeature}/options/${optionKey}'
35945
35967
  },
35946
- dateFormat: 'LL',
35968
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
35947
35969
  floatingFilter: true,
35948
35970
  colDef: [{
35949
35971
  field: 'optionKey',
@@ -36082,7 +36104,7 @@ function Features(_ref) {
36082
36104
  return {
36083
36105
  type: 'dotnetSSM',
36084
36106
  apiInterface: apiInterface,
36085
- dateFormat: 'LL',
36107
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
36086
36108
  colDef: [].concat(_toConsumableArray(featureClassId ? [{
36087
36109
  field: 'invisible',
36088
36110
  headerName: 'backoffice.idmCatalog.features.label.invisible',
@@ -36409,7 +36431,7 @@ function TableFeatureClasses () {
36409
36431
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses/${_id}',
36410
36432
  update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/featureclasses/${_id}'
36411
36433
  },
36412
- dateFormat: 'LL',
36434
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
36413
36435
  colDef: [{
36414
36436
  field: 'featureClassNo',
36415
36437
  headerName: 'backoffice.idmCatalog.featureclasses.label.featureClassNo',
@@ -36990,7 +37012,7 @@ function OptionCombinations(_ref) {
36990
37012
  return {
36991
37013
  type: 'dotnetSSM',
36992
37014
  apiInterface: apiInterface,
36993
- dateFormat: 'LL',
37015
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
36994
37016
  colDef: [].concat(_toConsumableArray((_decision$featureRefs3 = (_decision$featureRefs4 = decision.featureRefs) === null || _decision$featureRefs4 === void 0 ? void 0 : _decision$featureRefs4.map(function (featureRef, i) {
36995
37017
  var _decision$featureRefs5, _decision$featureRefs6;
36996
37018
  return {
@@ -37207,7 +37229,7 @@ function TableDecisions () {
37207
37229
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${_id}',
37208
37230
  update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/decisions/${_id}'
37209
37231
  },
37210
- dateFormat: 'LL',
37232
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
37211
37233
  colDef: [{
37212
37234
  field: 'decisionNo',
37213
37235
  headerName: 'backoffice.idmCatalog.decisions.label.decisionNo',
@@ -37348,7 +37370,7 @@ function TableDetailInfos () {
37348
37370
  read: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos',
37349
37371
  update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/detailinfos/${_id}'
37350
37372
  },
37351
- dateFormat: 'LL',
37373
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
37352
37374
  colDef: [{
37353
37375
  field: 'detailInfoNo',
37354
37376
  headerName: 'backoffice.idmCatalog.detailinfos.label.detailInfoNo',
@@ -37514,7 +37536,7 @@ function PartlistPos(_ref) {
37514
37536
  return {
37515
37537
  type: 'dotnetSSM',
37516
37538
  apiInterface: apiInterface,
37517
- dateFormat: 'LL',
37539
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
37518
37540
  colDef: [{
37519
37541
  field: 'sequenceNo',
37520
37542
  headerName: 'backoffice.idmCatalog.partlistpos.label.sequenceNo',
@@ -37749,7 +37771,7 @@ function TablePartlists () {
37749
37771
  return {
37750
37772
  type: 'dotnetSSM',
37751
37773
  apiInterface: apiInterface,
37752
- dateFormat: 'LL',
37774
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
37753
37775
  colDef: [{
37754
37776
  field: 'partlistKey',
37755
37777
  headerName: 'backoffice.idmCatalog.partlist.label.partlistKey',
@@ -37894,7 +37916,7 @@ function PriceFeatureGroupPercentageSurcharge(_ref) {
37894
37916
  return {
37895
37917
  type: 'dotnetSSM',
37896
37918
  apiInterface: apiInterface,
37897
- dateFormat: 'LL',
37919
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
37898
37920
  colDef: [].concat(_toConsumableArray((_priceFeatureGroup$fe3 = (_priceFeatureGroup$fe4 = priceFeatureGroup.featureNos) === null || _priceFeatureGroup$fe4 === void 0 ? void 0 : _priceFeatureGroup$fe4.map(function (featureNos, i) {
37899
37921
  var _priceFeatureGroup$fe5, _priceFeatureGroup$fe6;
37900
37922
  return {
@@ -38074,7 +38096,7 @@ function PriceFeatureGroupFinishes(_ref) {
38074
38096
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}',
38075
38097
  update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${priceFeatureGroupId}/finishes/${_id}'
38076
38098
  },
38077
- dateFormat: 'LL',
38099
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
38078
38100
  colDef: [].concat(_toConsumableArray((_priceFeatureGroup$fe3 = (_priceFeatureGroup$fe4 = priceFeatureGroup.featureNos) === null || _priceFeatureGroup$fe4 === void 0 ? void 0 : _priceFeatureGroup$fe4.map(function (featureNos, i) {
38079
38101
  var _priceFeatureGroup$fe5, _priceFeatureGroup$fe6;
38080
38102
  return {
@@ -38303,7 +38325,7 @@ function TablePriceFeatureGroups () {
38303
38325
  "delete": apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${_id}',
38304
38326
  update: apiConfig.idmService + '/v3.0/catalogs/${catalogId}/pricefeaturegroups/${_id}'
38305
38327
  },
38306
- dateFormat: 'LL',
38328
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
38307
38329
  colDef: [{
38308
38330
  field: 'priceFeatureGroupNo',
38309
38331
  headerName: 'backoffice.idmCatalog.pricefeaturegroups.label.priceFeatureGroupNo',
@@ -38433,7 +38455,7 @@ function TablePrices () {
38433
38455
  type: 'dotnetSSM',
38434
38456
  idCol: 'typeNo',
38435
38457
  apiInterface: apiInterface,
38436
- dateFormat: 'LL',
38458
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
38437
38459
  floatingFilter: true,
38438
38460
  colDef: [{
38439
38461
  field: 'typeNo',
@@ -38607,7 +38629,7 @@ function CollectionMembers(_ref) {
38607
38629
  return {
38608
38630
  type: 'dotnetSSM',
38609
38631
  apiInterface: apiInterface,
38610
- dateFormat: 'LL',
38632
+ dateFormat: 'DD.MM.YYYY, HH:mm:ss',
38611
38633
  colDef: [{
38612
38634
  headerName: 'backoffice.idmEnricher.collections.label.active',
38613
38635
  field: 'active',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "25.4.0-beta.13",
3
+ "version": "25.4.0-beta.15",
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.4.0-beta.13",
19
- "@crystaldesign/content-item": "25.4.0-beta.13",
20
- "@crystaldesign/diva-core": "25.4.0-beta.13",
21
- "@crystaldesign/diva-utils": "25.4.0-beta.13",
22
- "@crystaldesign/media-upload": "25.4.0-beta.13",
23
- "@crystaldesign/rtf-editor": "25.4.0-beta.13",
24
- "@crystaldesign/spreadsheet": "25.4.0-beta.13",
18
+ "@crystaldesign/content-box": "25.4.0-beta.15",
19
+ "@crystaldesign/content-item": "25.4.0-beta.15",
20
+ "@crystaldesign/diva-core": "25.4.0-beta.15",
21
+ "@crystaldesign/diva-utils": "25.4.0-beta.15",
22
+ "@crystaldesign/media-upload": "25.4.0-beta.15",
23
+ "@crystaldesign/rtf-editor": "25.4.0-beta.15",
24
+ "@crystaldesign/spreadsheet": "25.4.0-beta.15",
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": "d769af03d3ee0d568cb03233d63592a3e7b23b3d"
54
+ "gitHead": "6b7963c0d54dafabae4461c03ef41408385b0075"
55
55
  }