@crystaldesign/diva-backoffice 24.9.0-beta.12 → 24.9.0-beta.14

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 (19) hide show
  1. package/build/esm/index.js +1393 -486
  2. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.d.ts.map +1 -1
  3. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
  4. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.d.ts +6 -0
  5. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.d.ts.map +1 -0
  6. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.d.ts +6 -0
  7. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.d.ts.map +1 -0
  8. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/featureConfig.d.ts +6 -0
  9. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/featureConfig.d.ts.map +1 -0
  10. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/{tableConfiguration.d.ts → tableConfiguration/index.d.ts} +2 -2
  11. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/index.d.ts.map +1 -0
  12. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.d.ts +6 -0
  13. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.d.ts.map +1 -0
  14. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.d.ts +6 -0
  15. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.d.ts.map +1 -0
  16. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.d.ts +6 -0
  17. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.d.ts.map +1 -0
  18. package/package.json +3 -3
  19. package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration.d.ts.map +0 -1
@@ -26485,7 +26485,7 @@ function PackageSelector(_ref) {
26485
26485
  });
26486
26486
  }
26487
26487
 
26488
- var config = {
26488
+ var config$6 = {
26489
26489
  detailInfos: {
26490
26490
  colDef: [{
26491
26491
  field: '_id',
@@ -26996,31 +26996,31 @@ function ownKeys$4(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymb
26996
26996
  function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$4(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$4(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
26997
26997
  var exclusivityTypes = [{
26998
26998
  label: 'series',
26999
- data: _objectSpread$4(_objectSpread$4({}, config['series']), {}, {
26999
+ data: _objectSpread$4(_objectSpread$4({}, config$6['series']), {}, {
27000
27000
  value: 'series'
27001
27001
  }),
27002
27002
  value: 'series'
27003
27003
  }, {
27004
27004
  label: 'features',
27005
- data: _objectSpread$4(_objectSpread$4({}, config['features']), {}, {
27005
+ data: _objectSpread$4(_objectSpread$4({}, config$6['features']), {}, {
27006
27006
  value: 'features'
27007
27007
  }),
27008
27008
  value: 'features'
27009
27009
  }, {
27010
27010
  label: 'detailInfos',
27011
- data: _objectSpread$4(_objectSpread$4({}, config['detailInfos']), {}, {
27011
+ data: _objectSpread$4(_objectSpread$4({}, config$6['detailInfos']), {}, {
27012
27012
  value: 'detailInfos'
27013
27013
  }),
27014
27014
  value: 'detailInfos'
27015
27015
  }, {
27016
27016
  label: 'serieItems',
27017
- data: _objectSpread$4(_objectSpread$4({}, config['serieItems']), {}, {
27017
+ data: _objectSpread$4(_objectSpread$4({}, config$6['serieItems']), {}, {
27018
27018
  value: 'serieItems'
27019
27019
  }),
27020
27020
  value: 'serieItems'
27021
27021
  }, {
27022
27022
  label: 'featureOptions',
27023
- data: _objectSpread$4(_objectSpread$4({}, config['featureOptions']), {}, {
27023
+ data: _objectSpread$4(_objectSpread$4({}, config$6['featureOptions']), {}, {
27024
27024
  value: 'featureOptions'
27025
27025
  }),
27026
27026
  value: 'featureOptions'
@@ -27159,7 +27159,9 @@ function TableExclusivity () {
27159
27159
  colDef: [{
27160
27160
  field: 'active',
27161
27161
  editable: true,
27162
- cellDataType: 'boolean'
27162
+ cellDataType: 'boolean',
27163
+ pinned: 'left',
27164
+ lockPinned: true
27163
27165
  }].concat(_toConsumableArray(selectedType.colDef), [{
27164
27166
  field: 'lastUpdatedDate',
27165
27167
  filter: 'date',
@@ -27235,6 +27237,20 @@ function TablePackages () {
27235
27237
  dateFormat: 'LL',
27236
27238
  floatingFilter: true,
27237
27239
  colDef: [{
27240
+ field: 'isPublished',
27241
+ valueGetter: function valueGetter(params) {
27242
+ var _params$data;
27243
+ return !!((_params$data = params.data) !== null && _params$data !== void 0 && _params$data.isPublished);
27244
+ },
27245
+ editable: function editable(params) {
27246
+ var _params$data2;
27247
+ return !((_params$data2 = params.data) !== null && _params$data2 !== void 0 && _params$data2.isPublished);
27248
+ },
27249
+ cellDataType: 'boolean',
27250
+ pinned: 'left',
27251
+ lockPinned: true,
27252
+ doRefresh: true
27253
+ }, {
27238
27254
  field: 'name',
27239
27255
  filter: 'text',
27240
27256
  required: true
@@ -27246,7 +27262,7 @@ function TablePackages () {
27246
27262
  cellRendererParams: {
27247
27263
  displayField: 'basedCatalogName',
27248
27264
  apiInterface: {
27249
- read: apiConfig.enricherService + '/v3.0/catalogs?organizationId=${organizationId}'
27265
+ read: apiConfig.idmService + '/v3.0/catalogs?organizationId=${organizationId}'
27250
27266
  },
27251
27267
  lookupValue: 'name',
27252
27268
  lookupKey: '_id'
@@ -27351,7 +27367,7 @@ function TableProperties () {
27351
27367
  colDef: [{
27352
27368
  field: 'key',
27353
27369
  headerName: 'Key',
27354
- cellDataType: 'string'
27370
+ filter: 'text'
27355
27371
  }, {
27356
27372
  headerName: 'Name',
27357
27373
  marryChildren: true,
@@ -27409,7 +27425,7 @@ function TableProperties () {
27409
27425
  cellRendererParams: {
27410
27426
  displayField: 'featureNosDisplayTexts',
27411
27427
  apiInterface: {
27412
- read: apiConfig.enricherService + 'packages/${packageId}/lookup/feature'
27428
+ read: apiConfig.enricherService + '/packages/${packageId}/lookup/feature'
27413
27429
  },
27414
27430
  lookupValue: 'featureText',
27415
27431
  lookupKey: 'featureNo',
@@ -27430,7 +27446,7 @@ function TableProperties () {
27430
27446
  cellRendererParams: {
27431
27447
  displayField: 'optionKeysDisplayTexts',
27432
27448
  apiInterface: {
27433
- read: apiConfig.enricherService + 'packages/${packageId}/lookup/option'
27449
+ read: apiConfig.enricherService + '/packages/${packageId}/lookup/option'
27434
27450
  },
27435
27451
  lookupValue: 'optionText',
27436
27452
  lookupKey: 'optionKey',
@@ -27451,7 +27467,7 @@ function TableProperties () {
27451
27467
  cellRendererParams: {
27452
27468
  displayField: 'serieNosDisplayTexts',
27453
27469
  apiInterface: {
27454
- read: apiConfig.enricherService + 'packages/${packageId}/lookup/serie'
27470
+ read: apiConfig.enricherService + '/packages/${packageId}/lookup/serie'
27455
27471
  },
27456
27472
  lookupValue: 'seriesName',
27457
27473
  lookupKey: 'serieNo',
@@ -27472,7 +27488,7 @@ function TableProperties () {
27472
27488
  cellRendererParams: {
27473
27489
  displayField: 'typeNosDisplayTexts',
27474
27490
  apiInterface: {
27475
- read: apiConfig.enricherService + 'packages/${packageId}/lookup/item'
27491
+ read: apiConfig.enricherService + '/packages/${packageId}/lookup/item'
27476
27492
  },
27477
27493
  lookupValue: 'shortText',
27478
27494
  lookupKey: 'typeNo',
@@ -27518,550 +27534,1441 @@ function TableProperties () {
27518
27534
  });
27519
27535
  }
27520
27536
 
27521
- var tableConfiguration = {
27522
- catalog: {
27523
- colDef: [{
27524
- field: 'name',
27537
+ var config$5 = {
27538
+ colDef: [{
27539
+ field: 'translatedName',
27540
+ filter: 'text',
27541
+ type: 'withPlaceHolder',
27542
+ cellRendererParams: {
27543
+ placeHolderField: 'origName'
27544
+ }
27545
+ }, {
27546
+ field: 'origName',
27547
+ hide: true,
27548
+ lockVisible: true,
27549
+ suppressColumnsToolPanel: true
27550
+ }, {
27551
+ field: 'translatedComment',
27552
+ filter: 'text',
27553
+ type: 'withPlaceHolder',
27554
+ cellRendererParams: {
27555
+ placeHolderField: 'origComment'
27556
+ }
27557
+ }, {
27558
+ field: 'origComment',
27559
+ hide: true,
27560
+ lockVisible: true,
27561
+ suppressColumnsToolPanel: true
27562
+ }, {
27563
+ headerName: 'catalogName',
27564
+ marryChildren: true,
27565
+ children: [{
27566
+ field: 'translatedCatalogName.de',
27567
+ headerName: 'DE',
27568
+ isDictionary: true,
27525
27569
  filter: 'text',
27526
- required: true
27527
- }, {
27528
- field: 'comment',
27529
- filter: 'text'
27530
- }, {
27531
- headerName: 'catalogName',
27532
- marryChildren: true,
27533
- children: [{
27534
- field: 'catalogName.de',
27535
- headerName: 'DE',
27536
- isDictionary: true,
27537
- filter: 'text'
27538
- }, {
27539
- field: 'catalogName.en',
27540
- headerName: 'EN',
27541
- isDictionary: true,
27542
- filter: 'text'
27543
- }, {
27544
- field: 'catalogName.fr',
27545
- headerName: 'FR',
27546
- isDictionary: true,
27547
- filter: 'text'
27548
- }, {
27549
- field: 'catalogName.it',
27550
- headerName: 'IT',
27551
- isDictionary: true,
27552
- filter: 'text'
27553
- }]
27554
- }, {
27555
- headerName: 'catalogInfo',
27556
- marryChildren: true,
27557
- children: [{
27558
- field: 'catalogInfo.de',
27559
- headerName: 'DE',
27560
- isDictionary: true,
27561
- filter: 'text'
27562
- }, {
27563
- field: 'catalogInfo.en',
27564
- headerName: 'EN',
27565
- isDictionary: true,
27566
- filter: 'text'
27567
- }, {
27568
- field: 'catalogInfo.fr',
27569
- headerName: 'FR',
27570
- isDictionary: true,
27571
- filter: 'text'
27572
- }, {
27573
- field: 'catalogInfo.it',
27574
- headerName: 'FR',
27575
- isDictionary: true,
27576
- filter: 'text'
27577
- }]
27578
- }, {
27579
- field: 'contactPersonNo1',
27580
- filter: 'text'
27581
- }, {
27582
- field: 'contactRole1',
27583
- filter: 'text'
27584
- }, {
27585
- field: 'contactName1',
27586
- filter: 'text'
27587
- }, {
27588
- field: 'firstName1',
27589
- filter: 'text'
27590
- }, {
27591
- field: 'formOfAddress1',
27592
- filter: 'number',
27593
- type: 'enum',
27570
+ type: 'withPlaceHolder',
27594
27571
  cellRendererParams: {
27595
- options: [{
27596
- value: 0,
27597
- label: {
27598
- de: 'Herr'
27599
- }
27600
- }, {
27601
- value: 1,
27602
- label: {
27603
- de: 'Frau'
27604
- }
27605
- }]
27572
+ placeHolderField: 'origCatalogName.de'
27606
27573
  }
27607
27574
  }, {
27608
- field: 'department1',
27609
- filter: 'text'
27610
- }, {
27611
- field: 'telephone1',
27612
- filter: 'text'
27575
+ field: 'translatedCatalogName.en',
27576
+ headerName: 'EN',
27577
+ isDictionary: true,
27578
+ filter: 'text',
27579
+ type: 'withPlaceHolder',
27580
+ cellRendererParams: {
27581
+ placeHolderField: 'origCatalogName.en'
27582
+ }
27613
27583
  }, {
27614
- field: 'fax1',
27615
- filter: 'text'
27584
+ field: 'translatedCatalogName.fr',
27585
+ headerName: 'FR',
27586
+ isDictionary: true,
27587
+ filter: 'text',
27588
+ type: 'withPlaceHolder',
27589
+ cellRendererParams: {
27590
+ placeHolderField: 'origCatalogName.fr'
27591
+ }
27616
27592
  }, {
27617
- field: 'email1',
27618
- filter: 'text'
27593
+ field: 'translatedCatalogName.it',
27594
+ headerName: 'IT',
27595
+ isDictionary: true,
27596
+ filter: 'text',
27597
+ type: 'withPlaceHolder',
27598
+ cellRendererParams: {
27599
+ placeHolderField: 'origCatalogName.it'
27600
+ }
27601
+ }]
27602
+ }, {
27603
+ headerName: 'catalogName',
27604
+ marryChildren: true,
27605
+ hide: true,
27606
+ lockVisible: true,
27607
+ suppressColumnsToolPanel: true,
27608
+ children: [{
27609
+ field: 'origCatalogName.de',
27610
+ hide: true,
27611
+ isDictionary: true
27619
27612
  }, {
27620
- field: 'street1',
27621
- filter: 'text'
27613
+ field: 'origCatalogName.en',
27614
+ hide: true,
27615
+ isDictionary: true
27622
27616
  }, {
27623
- field: 'zipCodeStreet1',
27624
- filter: 'text'
27617
+ field: 'origCatalogName.fr',
27618
+ hide: true,
27619
+ isDictionary: true
27625
27620
  }, {
27626
- field: 'city1',
27627
- filter: 'text'
27621
+ field: 'origCatalogName.it',
27622
+ hide: true,
27623
+ isDictionary: true
27624
+ }]
27625
+ }, {
27626
+ headerName: 'catalogInfo',
27627
+ marryChildren: true,
27628
+ children: [{
27629
+ field: 'translatedCatalogInfo.de',
27630
+ headerName: 'DE',
27631
+ isDictionary: true,
27632
+ filter: 'text',
27633
+ type: 'withPlaceHolder',
27634
+ cellRendererParams: {
27635
+ placeHolderField: 'origCatalogInfo.de'
27636
+ }
27628
27637
  }, {
27629
- field: 'isoCountryId1',
27638
+ field: 'translatedCatalogInfo.en',
27639
+ headerName: 'EN',
27640
+ isDictionary: true,
27630
27641
  filter: 'text',
27631
- editable: true,
27632
- type: 'enum',
27642
+ type: 'withPlaceHolder',
27633
27643
  cellRendererParams: {
27634
- options: []
27644
+ placeHolderField: 'origCatalogInfo.en'
27635
27645
  }
27636
27646
  }, {
27637
- field: 'contactPersonNo2',
27638
- filter: 'text'
27647
+ field: 'translatedCatalogInfo.fr',
27648
+ headerName: 'FR',
27649
+ isDictionary: true,
27650
+ filter: 'text',
27651
+ type: 'withPlaceHolder',
27652
+ cellRendererParams: {
27653
+ placeHolderField: 'origCatalogInfo.fr'
27654
+ }
27639
27655
  }, {
27640
- field: 'contactRole2',
27641
- filter: 'text'
27656
+ field: 'translatedCatalogInfo.it',
27657
+ headerName: 'FR',
27658
+ isDictionary: true,
27659
+ filter: 'text',
27660
+ type: 'withPlaceHolder',
27661
+ cellRendererParams: {
27662
+ placeHolderField: 'origCatalogInfo.it'
27663
+ }
27664
+ }]
27665
+ }, {
27666
+ headerName: 'catalogInfo',
27667
+ marryChildren: true,
27668
+ hide: true,
27669
+ lockVisible: true,
27670
+ suppressColumnsToolPanel: true,
27671
+ children: [{
27672
+ field: 'origCatalogInfo.de',
27673
+ hide: true,
27674
+ isDictionary: true
27642
27675
  }, {
27643
- field: 'contactName2',
27644
- filter: 'text'
27676
+ field: 'origCatalogInfo.en',
27677
+ hide: true,
27678
+ isDictionary: true
27645
27679
  }, {
27646
- field: 'firstName2',
27647
- filter: 'text'
27680
+ field: 'origCatalogInfo.fr',
27681
+ hide: true,
27682
+ isDictionary: true
27648
27683
  }, {
27649
- field: 'formOfAddress2',
27650
- filter: 'number',
27651
- type: 'enum',
27684
+ field: 'origCatalogInfo.it',
27685
+ hide: true,
27686
+ isDictionary: true
27687
+ }]
27688
+ }, {
27689
+ headerName: 'ContactPersonNo1',
27690
+ field: 'translatedContactPersonNo1',
27691
+ filter: 'text',
27692
+ type: 'withPlaceHolder',
27693
+ cellRendererParams: {
27694
+ placeHolderField: 'origContactPersonNo1'
27695
+ }
27696
+ }, {
27697
+ field: 'origContactPersonNo1',
27698
+ hide: true,
27699
+ lockVisible: true,
27700
+ suppressColumnsToolPanel: true
27701
+ }, {
27702
+ field: 'translatedContactRole1',
27703
+ filter: 'text',
27704
+ type: 'withPlaceHolder',
27705
+ cellRendererParams: {
27706
+ placeHolderField: 'origContactRole1'
27707
+ }
27708
+ }, {
27709
+ field: 'origContactRole1',
27710
+ hide: true,
27711
+ lockVisible: true,
27712
+ suppressColumnsToolPanel: true
27713
+ }, {
27714
+ field: 'translatedContactName1',
27715
+ filter: 'text',
27716
+ type: 'withPlaceHolder',
27717
+ cellRendererParams: {
27718
+ placeHolderField: 'origContactName1'
27719
+ }
27720
+ }, {
27721
+ field: 'origContactName1',
27722
+ hide: true,
27723
+ lockVisible: true,
27724
+ suppressColumnsToolPanel: true
27725
+ }, {
27726
+ field: 'translatedFirstName1',
27727
+ filter: 'text',
27728
+ type: 'withPlaceHolder',
27729
+ cellRendererParams: {
27730
+ placeHolderField: 'origFirstName1'
27731
+ }
27732
+ }, {
27733
+ field: 'origFirstName1',
27734
+ hide: true,
27735
+ lockVisible: true,
27736
+ suppressColumnsToolPanel: true
27737
+ }, {
27738
+ field: 'translatedFormOfAddress1',
27739
+ filter: 'number',
27740
+ type: ['enum', 'withPlaceHolder'],
27741
+ cellRendererParams: {
27742
+ placeHolderField: 'origFormOfAddress1',
27743
+ options: [{
27744
+ value: 0,
27745
+ label: {
27746
+ de: 'Herr'
27747
+ }
27748
+ }, {
27749
+ value: 1,
27750
+ label: {
27751
+ de: 'Frau'
27752
+ }
27753
+ }]
27754
+ }
27755
+ }, {
27756
+ field: 'origFormOfAddress1',
27757
+ hide: true,
27758
+ lockVisible: true,
27759
+ suppressColumnsToolPanel: true
27760
+ }, {
27761
+ field: 'translatedDepartment1',
27762
+ filter: 'text',
27763
+ type: 'withPlaceHolder',
27764
+ cellRendererParams: {
27765
+ placeHolderField: 'origDepartment1'
27766
+ }
27767
+ }, {
27768
+ field: 'origDepartment1',
27769
+ hide: true,
27770
+ lockVisible: true,
27771
+ suppressColumnsToolPanel: true
27772
+ }, {
27773
+ field: 'translatedTelephone1',
27774
+ filter: 'text',
27775
+ type: 'withPlaceHolder',
27776
+ cellRendererParams: {
27777
+ placeHolderField: 'origTelephone1'
27778
+ }
27779
+ }, {
27780
+ field: 'origTelephone1',
27781
+ hide: true,
27782
+ lockVisible: true,
27783
+ suppressColumnsToolPanel: true
27784
+ }, {
27785
+ field: 'translatedFax1',
27786
+ filter: 'text',
27787
+ type: 'withPlaceHolder',
27788
+ cellRendererParams: {
27789
+ placeHolderField: 'origFax1'
27790
+ }
27791
+ }, {
27792
+ field: 'origFax1',
27793
+ hide: true,
27794
+ lockVisible: true,
27795
+ suppressColumnsToolPanel: true
27796
+ }, {
27797
+ field: 'translatedEmail1',
27798
+ filter: 'text',
27799
+ type: 'withPlaceHolder',
27800
+ cellRendererParams: {
27801
+ placeHolderField: 'origEmail1'
27802
+ }
27803
+ }, {
27804
+ field: 'origEmail1',
27805
+ hide: true,
27806
+ lockVisible: true,
27807
+ suppressColumnsToolPanel: true
27808
+ }, {
27809
+ field: 'translatedStreet1',
27810
+ filter: 'text',
27811
+ type: 'withPlaceHolder',
27812
+ cellRendererParams: {
27813
+ placeHolderField: 'origStreet1'
27814
+ }
27815
+ }, {
27816
+ field: 'origStreet1',
27817
+ hide: true,
27818
+ lockVisible: true,
27819
+ suppressColumnsToolPanel: true
27820
+ }, {
27821
+ field: 'translatedZipCodeStreet1',
27822
+ filter: 'text',
27823
+ type: 'withPlaceHolder',
27824
+ cellRendererParams: {
27825
+ placeHolderField: 'origZipCodeStreet1'
27826
+ }
27827
+ }, {
27828
+ field: 'origZipCodeStreet1',
27829
+ hide: true,
27830
+ lockVisible: true,
27831
+ suppressColumnsToolPanel: true
27832
+ }, {
27833
+ field: 'translatedCity1',
27834
+ filter: 'text',
27835
+ type: 'withPlaceHolder',
27836
+ cellRendererParams: {
27837
+ placeHolderField: 'origCity1'
27838
+ }
27839
+ }, {
27840
+ field: 'origCity1',
27841
+ hide: true,
27842
+ lockVisible: true,
27843
+ suppressColumnsToolPanel: true
27844
+ }, {
27845
+ field: 'translatedIsoCountryId1',
27846
+ filter: 'text',
27847
+ editable: true,
27848
+ type: ['enum', 'withPlaceHolder'],
27849
+ cellRendererParams: {
27850
+ placeHolderField: 'origIsoCountryId1',
27851
+ options: []
27852
+ }
27853
+ }, {
27854
+ field: 'origIsoCountryId1',
27855
+ hide: true,
27856
+ lockVisible: true,
27857
+ suppressColumnsToolPanel: true
27858
+ }, {
27859
+ field: 'translatedContactPersonNo2',
27860
+ filter: 'text',
27861
+ type: 'withPlaceHolder',
27862
+ cellRendererParams: {
27863
+ placeHolderField: 'origContactPersonNo2'
27864
+ }
27865
+ }, {
27866
+ field: 'origContactPersonNo2',
27867
+ hide: true,
27868
+ lockVisible: true,
27869
+ suppressColumnsToolPanel: true
27870
+ }, {
27871
+ field: 'translatedContactRole2',
27872
+ filter: 'text',
27873
+ type: 'withPlaceHolder',
27874
+ cellRendererParams: {
27875
+ placeHolderField: 'origContactRole2'
27876
+ }
27877
+ }, {
27878
+ field: 'origContactRole2',
27879
+ hide: true,
27880
+ lockVisible: true,
27881
+ suppressColumnsToolPanel: true
27882
+ }, {
27883
+ field: 'translatedContactName2',
27884
+ filter: 'text',
27885
+ type: 'withPlaceHolder',
27886
+ cellRendererParams: {
27887
+ placeHolderField: 'origContactName2'
27888
+ }
27889
+ }, {
27890
+ field: 'origContactName2',
27891
+ hide: true,
27892
+ lockVisible: true,
27893
+ suppressColumnsToolPanel: true
27894
+ }, {
27895
+ field: 'translatedFirstName2',
27896
+ filter: 'text',
27897
+ type: 'withPlaceHolder',
27898
+ cellRendererParams: {
27899
+ placeHolderField: 'origFirstName2'
27900
+ }
27901
+ }, {
27902
+ field: 'origFirstName2',
27903
+ hide: true,
27904
+ lockVisible: true,
27905
+ suppressColumnsToolPanel: true
27906
+ }, {
27907
+ field: 'translatedFormOfAddress2',
27908
+ filter: 'number',
27909
+ type: ['enum', 'withPlaceHolder'],
27910
+ cellRendererParams: {
27911
+ placeHolderField: 'origFormOfAddress2',
27912
+ options: [{
27913
+ value: 0,
27914
+ label: {
27915
+ de: 'Herr'
27916
+ }
27917
+ }, {
27918
+ value: 1,
27919
+ label: {
27920
+ de: 'Frau'
27921
+ }
27922
+ }]
27923
+ }
27924
+ }, {
27925
+ field: 'origFormOfAddress2',
27926
+ hide: true,
27927
+ lockVisible: true,
27928
+ suppressColumnsToolPanel: true
27929
+ }, {
27930
+ field: 'translatedDepartment2',
27931
+ filter: 'text',
27932
+ type: 'withPlaceHolder',
27933
+ cellRendererParams: {
27934
+ placeHolderField: 'origDepartment2'
27935
+ }
27936
+ }, {
27937
+ field: 'origDepartment2',
27938
+ hide: true,
27939
+ lockVisible: true,
27940
+ suppressColumnsToolPanel: true
27941
+ }, {
27942
+ field: 'translatedTelephone2',
27943
+ filter: 'text',
27944
+ type: 'withPlaceHolder',
27945
+ cellRendererParams: {
27946
+ placeHolderField: 'origTelephone2'
27947
+ }
27948
+ }, {
27949
+ field: 'origTelephone2',
27950
+ hide: true,
27951
+ lockVisible: true,
27952
+ suppressColumnsToolPanel: true
27953
+ }, {
27954
+ field: 'translatedFax2',
27955
+ filter: 'text',
27956
+ type: 'withPlaceHolder',
27957
+ cellRendererParams: {
27958
+ placeHolderField: 'origFax2'
27959
+ }
27960
+ }, {
27961
+ field: 'origFax2',
27962
+ hide: true,
27963
+ lockVisible: true,
27964
+ suppressColumnsToolPanel: true
27965
+ }, {
27966
+ field: 'translatedEmail2',
27967
+ filter: 'text',
27968
+ type: 'withPlaceHolder',
27969
+ cellRendererParams: {
27970
+ placeHolderField: 'origEmail2'
27971
+ }
27972
+ }, {
27973
+ field: 'origEmail2',
27974
+ hide: true,
27975
+ lockVisible: true,
27976
+ suppressColumnsToolPanel: true
27977
+ }, {
27978
+ field: 'translatedStreet2',
27979
+ filter: 'text',
27980
+ type: 'withPlaceHolder',
27981
+ cellRendererParams: {
27982
+ placeHolderField: 'origStreet2'
27983
+ }
27984
+ }, {
27985
+ field: 'origStreet2',
27986
+ hide: true,
27987
+ lockVisible: true,
27988
+ suppressColumnsToolPanel: true
27989
+ }, {
27990
+ field: 'translatedZipCodeStreet2',
27991
+ filter: 'text',
27992
+ type: 'withPlaceHolder',
27993
+ cellRendererParams: {
27994
+ placeHolderField: 'origZipCodeStreet2'
27995
+ }
27996
+ }, {
27997
+ field: 'origZipCodeStreet2',
27998
+ hide: true,
27999
+ lockVisible: true,
28000
+ suppressColumnsToolPanel: true
28001
+ }, {
28002
+ field: 'translatedCity2',
28003
+ filter: 'text',
28004
+ type: 'withPlaceHolder',
28005
+ cellRendererParams: {
28006
+ placeHolderField: 'origCity2'
28007
+ }
28008
+ }, {
28009
+ field: 'origCity2',
28010
+ hide: true,
28011
+ lockVisible: true,
28012
+ suppressColumnsToolPanel: true
28013
+ }, {
28014
+ field: 'translatedIsoCountryId2',
28015
+ filter: 'text',
28016
+ editable: true,
28017
+ type: ['enum', 'withPlaceHolder'],
28018
+ cellRendererParams: {
28019
+ placeHolderField: 'origIsoCountryId2',
28020
+ options: []
28021
+ }
28022
+ }, {
28023
+ field: 'origIsoCountryId2',
28024
+ hide: true,
28025
+ lockVisible: true,
28026
+ suppressColumnsToolPanel: true
28027
+ }, {
28028
+ field: 'translatedManufactureName1',
28029
+ filter: 'text',
28030
+ type: 'withPlaceHolder',
28031
+ cellRendererParams: {
28032
+ placeHolderField: 'origManufactureName1'
28033
+ }
28034
+ }, {
28035
+ field: 'origManufactureName1',
28036
+ hide: true,
28037
+ lockVisible: true,
28038
+ suppressColumnsToolPanel: true
28039
+ }, {
28040
+ field: 'translatedManufactureName2',
28041
+ filter: 'text',
28042
+ type: 'withPlaceHolder',
28043
+ cellRendererParams: {
28044
+ placeHolderField: 'origManufactureName2'
28045
+ }
28046
+ }, {
28047
+ field: 'origManufactureName2',
28048
+ hide: true,
28049
+ lockVisible: true,
28050
+ suppressColumnsToolPanel: true
28051
+ }, {
28052
+ field: 'translatedEmail',
28053
+ filter: 'text',
28054
+ type: 'withPlaceHolder',
28055
+ cellRendererParams: {
28056
+ placeHolderField: 'origEmail'
28057
+ }
28058
+ }, {
28059
+ field: 'origEmail',
28060
+ hide: true,
28061
+ lockVisible: true,
28062
+ suppressColumnsToolPanel: true
28063
+ }, {
28064
+ field: 'translatedInternetAddress',
28065
+ filter: 'text',
28066
+ type: 'withPlaceHolder',
28067
+ cellRendererParams: {
28068
+ placeHolderField: 'origInternetAddress'
28069
+ }
28070
+ }, {
28071
+ field: 'origInternetAddress',
28072
+ hide: true,
28073
+ lockVisible: true,
28074
+ suppressColumnsToolPanel: true
28075
+ }, {
28076
+ field: 'translatedStreet',
28077
+ filter: 'text',
28078
+ type: 'withPlaceHolder',
28079
+ cellRendererParams: {
28080
+ placeHolderField: 'origStreet'
28081
+ }
28082
+ }, {
28083
+ field: 'origStreet',
28084
+ hide: true,
28085
+ lockVisible: true,
28086
+ suppressColumnsToolPanel: true
28087
+ }, {
28088
+ field: 'translatedZipCodeStreet',
28089
+ filter: 'text',
28090
+ type: 'withPlaceHolder',
28091
+ cellRendererParams: {
28092
+ placeHolderField: 'origZipCodeStreet'
28093
+ }
28094
+ }, {
28095
+ field: 'origZipCodeStreet',
28096
+ hide: true,
28097
+ lockVisible: true,
28098
+ suppressColumnsToolPanel: true
28099
+ }, {
28100
+ field: 'translatedCity',
28101
+ filter: 'text',
28102
+ type: 'withPlaceHolder',
28103
+ cellRendererParams: {
28104
+ placeHolderField: 'origCity'
28105
+ }
28106
+ }, {
28107
+ field: 'origCity',
28108
+ hide: true,
28109
+ lockVisible: true,
28110
+ suppressColumnsToolPanel: true
28111
+ }, {
28112
+ field: 'translatedContactSupplierIsoCountryId',
28113
+ filter: 'text',
28114
+ editable: true,
28115
+ type: ['enum', 'withPlaceHolder'],
28116
+ cellRendererParams: {
28117
+ placeHolderField: 'origContactSupplierIsoCountryId',
28118
+ options: []
28119
+ }
28120
+ }, {
28121
+ field: 'origContactSupplierIsoCountryId',
28122
+ hide: true,
28123
+ lockVisible: true,
28124
+ suppressColumnsToolPanel: true
28125
+ }, {
28126
+ field: 'translatedZipCodePostBox',
28127
+ filter: 'text',
28128
+ type: 'withPlaceHolder',
28129
+ cellRendererParams: {
28130
+ placeHolderField: 'origZipCodePostBox'
28131
+ }
28132
+ }, {
28133
+ field: 'origZipCodePostBox',
28134
+ hide: true,
28135
+ lockVisible: true,
28136
+ suppressColumnsToolPanel: true
28137
+ }, {
28138
+ field: 'translatedPostBox',
28139
+ filter: 'text',
28140
+ type: 'withPlaceHolder',
28141
+ cellRendererParams: {
28142
+ placeHolderField: 'origPostBox'
28143
+ }
28144
+ }, {
28145
+ field: 'origPostBox',
28146
+ hide: true,
28147
+ lockVisible: true,
28148
+ suppressColumnsToolPanel: true
28149
+ }, {
28150
+ field: 'translatedTelephoneSwitchboard',
28151
+ filter: 'text',
28152
+ type: 'withPlaceHolder',
28153
+ cellRendererParams: {
28154
+ placeHolderField: 'origTelephoneSwitchboard'
28155
+ }
28156
+ }, {
28157
+ field: 'origTelephoneSwitchboard',
28158
+ hide: true,
28159
+ lockVisible: true,
28160
+ suppressColumnsToolPanel: true
28161
+ }, {
28162
+ field: 'translatedFaxSwitchboard',
28163
+ filter: 'text',
28164
+ type: 'withPlaceHolder',
28165
+ cellRendererParams: {
28166
+ placeHolderField: 'origFaxSwitchboard'
28167
+ }
28168
+ }, {
28169
+ field: 'origFaxSwitchboard',
28170
+ hide: true,
28171
+ lockVisible: true,
28172
+ suppressColumnsToolPanel: true
28173
+ }]
28174
+ };
28175
+
28176
+ var config$4 = {
28177
+ colDef: [{
28178
+ field: 'detailInfoNo',
28179
+ filter: 'number',
28180
+ required: true,
28181
+ editable: false
28182
+ }, {
28183
+ headerName: 'externalName ',
28184
+ marryChildren: true,
28185
+ children: [{
28186
+ field: 'translatedExternalName.de',
28187
+ headerName: 'DE',
28188
+ isDictionary: true,
28189
+ filter: 'text',
28190
+ type: 'withPlaceHolder',
27652
28191
  cellRendererParams: {
27653
- options: [{
27654
- value: 0,
27655
- label: {
27656
- de: 'Herr'
27657
- }
27658
- }, {
27659
- value: 1,
27660
- label: {
27661
- de: 'Frau'
27662
- }
27663
- }]
28192
+ placeHolderField: 'origExternalName.de'
27664
28193
  }
27665
28194
  }, {
27666
- field: 'department2',
27667
- filter: 'text'
27668
- }, {
27669
- field: 'telephone2',
27670
- filter: 'text'
27671
- }, {
27672
- field: 'fax2',
27673
- filter: 'text'
28195
+ field: 'translatedExternalName.en',
28196
+ headerName: 'EN',
28197
+ isDictionary: true,
28198
+ filter: 'text',
28199
+ type: 'withPlaceHolder',
28200
+ cellRendererParams: {
28201
+ placeHolderField: 'origExternalName.en'
28202
+ }
27674
28203
  }, {
27675
- field: 'email2',
27676
- filter: 'text'
28204
+ field: 'translatedExternalName.fr',
28205
+ headerName: 'FE',
28206
+ isDictionary: true,
28207
+ filter: 'text',
28208
+ type: 'withPlaceHolder',
28209
+ cellRendererParams: {
28210
+ placeHolderField: 'origExternalName.fr'
28211
+ }
27677
28212
  }, {
27678
- field: 'street2',
27679
- filter: 'text'
28213
+ field: 'translatedExternalName.it',
28214
+ headerName: 'IT',
28215
+ isDictionary: true,
28216
+ filter: 'text',
28217
+ type: 'withPlaceHolder',
28218
+ cellRendererParams: {
28219
+ placeHolderField: 'origExternalName.it'
28220
+ }
28221
+ }]
28222
+ }, {
28223
+ headerName: 'OrigExternalName',
28224
+ marryChildren: true,
28225
+ hide: true,
28226
+ lockVisible: true,
28227
+ suppressColumnsToolPanel: true,
28228
+ children: [{
28229
+ field: 'origExternalName.de',
28230
+ hide: true,
28231
+ isDictionary: true
27680
28232
  }, {
27681
- field: 'zipCodeStreet2',
27682
- filter: 'text'
28233
+ field: 'origExternalName.en',
28234
+ hide: true,
28235
+ isDictionary: true
27683
28236
  }, {
27684
- field: 'city2',
27685
- filter: 'text'
28237
+ field: 'origExternalName.fr',
28238
+ hide: true,
28239
+ isDictionary: true
27686
28240
  }, {
27687
- field: 'isoCountryId2',
28241
+ field: 'origExternalName.it',
28242
+ hide: true,
28243
+ isDictionary: true
28244
+ }]
28245
+ }, {
28246
+ headerName: 'internalName',
28247
+ marryChildren: true,
28248
+ children: [{
28249
+ field: 'translatedInternalName.de',
28250
+ headerName: 'DE',
28251
+ isDictionary: true,
27688
28252
  filter: 'text',
27689
- editable: true,
27690
- type: 'enum',
28253
+ type: 'withPlaceHolder',
27691
28254
  cellRendererParams: {
27692
- options: []
28255
+ placeHolderField: 'origInternalName.de'
27693
28256
  }
27694
28257
  }, {
27695
- field: 'manufactureName1',
27696
- filter: 'text'
27697
- }, {
27698
- field: 'manufactureName2',
27699
- filter: 'text'
27700
- }, {
27701
- field: 'email',
27702
- filter: 'text'
28258
+ field: 'translatedInternalName.en',
28259
+ headerName: 'EN',
28260
+ isDictionary: true,
28261
+ filter: 'text',
28262
+ type: 'withPlaceHolder',
28263
+ cellRendererParams: {
28264
+ placeHolderField: 'origInternalName.en'
28265
+ }
27703
28266
  }, {
27704
- field: 'internetAddress',
27705
- filter: 'text'
28267
+ field: 'translatedInternalName.fr',
28268
+ headerName: 'FR',
28269
+ isDictionary: true,
28270
+ filter: 'text',
28271
+ type: 'withPlaceHolder',
28272
+ cellRendererParams: {
28273
+ placeHolderField: 'origInternalName.fr'
28274
+ }
27706
28275
  }, {
27707
- field: 'street',
27708
- filter: 'text'
28276
+ field: 'translatedInternalName.it',
28277
+ headerName: 'IT',
28278
+ isDictionary: true,
28279
+ filter: 'text',
28280
+ type: 'withPlaceHolder',
28281
+ cellRendererParams: {
28282
+ placeHolderField: 'origInternalName.it'
28283
+ }
28284
+ }]
28285
+ }, {
28286
+ headerName: 'origInternalName',
28287
+ marryChildren: true,
28288
+ hide: true,
28289
+ lockVisible: true,
28290
+ suppressColumnsToolPanel: true,
28291
+ children: [{
28292
+ field: 'origInternalName.de',
28293
+ hide: true,
28294
+ isDictionary: true
27709
28295
  }, {
27710
- field: 'zipCodeStreet',
27711
- filter: 'text'
28296
+ field: 'origInternalName.en',
28297
+ hide: true,
28298
+ isDictionary: true
27712
28299
  }, {
27713
- field: 'city',
27714
- filter: 'text'
28300
+ field: 'origInternalName.fr',
28301
+ hide: true,
28302
+ isDictionary: true
27715
28303
  }, {
27716
- field: 'contactSupplierIsoCountryId',
28304
+ field: 'origInternalName.it',
28305
+ hide: true,
28306
+ isDictionary: true
28307
+ }]
28308
+ }, {
28309
+ headerName: 'toolTip',
28310
+ marryChildren: true,
28311
+ children: [{
28312
+ field: 'translatedToolTip.de',
28313
+ headerName: 'DE',
28314
+ isDictionary: true,
27717
28315
  filter: 'text',
27718
- editable: true,
27719
- type: 'enum',
28316
+ type: 'withPlaceHolder',
27720
28317
  cellRendererParams: {
27721
- options: []
28318
+ placeHolderField: 'origToolTip.de'
27722
28319
  }
27723
28320
  }, {
27724
- field: 'zipCodePostBox',
27725
- filter: 'text'
28321
+ field: 'translatedToolTip.en',
28322
+ headerName: 'EN',
28323
+ isDictionary: true,
28324
+ filter: 'text',
28325
+ type: 'withPlaceHolder',
28326
+ cellRendererParams: {
28327
+ placeHolderField: 'origToolTip.en'
28328
+ }
27726
28329
  }, {
27727
- field: 'postBox',
27728
- filter: 'text'
28330
+ field: 'translatedToolTip.fr',
28331
+ headerName: 'FR',
28332
+ isDictionary: true,
28333
+ filter: 'text',
28334
+ type: 'withPlaceHolder',
28335
+ cellRendererParams: {
28336
+ placeHolderField: 'origToolTip.fr'
28337
+ }
28338
+ }, {
28339
+ field: 'translatedToolTip.it',
28340
+ headerName: 'IT',
28341
+ isDictionary: true,
28342
+ filter: 'text',
28343
+ type: 'withPlaceHolder',
28344
+ cellRendererParams: {
28345
+ placeHolderField: 'origToolTip.it'
28346
+ }
28347
+ }]
28348
+ }, {
28349
+ headerName: 'origToolTip',
28350
+ marryChildren: true,
28351
+ hide: true,
28352
+ lockVisible: true,
28353
+ suppressColumnsToolPanel: true,
28354
+ children: [{
28355
+ field: 'origToolTip.de',
28356
+ hide: true,
28357
+ isDictionary: true
27729
28358
  }, {
27730
- field: 'telephoneSwitchboard',
27731
- filter: 'text'
28359
+ field: 'origToolTip.en',
28360
+ hide: true,
28361
+ isDictionary: true
27732
28362
  }, {
27733
- field: 'faxSwitchboard',
27734
- filter: 'text'
28363
+ field: 'origToolTip.fr',
28364
+ hide: true,
28365
+ isDictionary: true
28366
+ }, {
28367
+ field: 'origToolTip.it',
28368
+ hide: true,
28369
+ isDictionary: true
27735
28370
  }]
27736
- },
27737
- detailInfo: {
27738
- colDef: [{
27739
- field: 'detailInfoNo',
27740
- filter: 'number',
27741
- required: true,
27742
- editable: false
28371
+ }]
28372
+ };
28373
+
28374
+ var config$3 = {
28375
+ colDef: [{
28376
+ field: 'featureNo',
28377
+ filter: 'text',
28378
+ required: true,
28379
+ editable: false
28380
+ }, {
28381
+ headerName: 'featureText',
28382
+ marryChildren: true,
28383
+ children: [{
28384
+ field: 'translatedFeatureText.de',
28385
+ headerName: 'DE',
28386
+ isDictionary: true,
28387
+ filter: 'text',
28388
+ type: 'withPlaceHolder',
28389
+ cellRendererParams: {
28390
+ placeHolderField: 'origFeatureText.de'
28391
+ }
27743
28392
  }, {
27744
- headerName: 'externalName ',
27745
- marryChildren: true,
27746
- children: [{
27747
- field: 'externalName.de',
27748
- headerName: 'DE',
27749
- isDictionary: true,
27750
- filter: 'text'
27751
- }, {
27752
- field: 'externalName.en',
27753
- headerName: 'EN',
27754
- isDictionary: true,
27755
- filter: 'text'
27756
- }, {
27757
- field: 'externalName.fr',
27758
- headerName: 'FE',
27759
- isDictionary: true,
27760
- filter: 'text'
27761
- }, {
27762
- field: 'externalName.it',
27763
- headerName: 'IT',
27764
- isDictionary: true,
27765
- filter: 'text'
27766
- }]
28393
+ field: 'translatedFeatureText.en',
28394
+ headerName: 'EN',
28395
+ isDictionary: true,
28396
+ filter: 'text',
28397
+ type: 'withPlaceHolder',
28398
+ cellRendererParams: {
28399
+ placeHolderField: 'origFeatureText.en'
28400
+ }
27767
28401
  }, {
27768
- headerName: 'internalName',
27769
- marryChildren: true,
27770
- children: [{
27771
- field: 'internalName.de',
27772
- headerName: 'DE',
27773
- isDictionary: true,
27774
- filter: 'text'
27775
- }, {
27776
- field: 'internalName.en',
27777
- headerName: 'EN',
27778
- isDictionary: true,
27779
- filter: 'text'
27780
- }, {
27781
- field: 'internalName.fr',
27782
- headerName: 'FR',
27783
- isDictionary: true,
27784
- filter: 'text'
27785
- }, {
27786
- field: 'internalName.it',
27787
- headerName: 'IT',
27788
- isDictionary: true,
27789
- filter: 'text'
27790
- }]
28402
+ field: 'translatedFeatureText.fr',
28403
+ headerName: 'FR',
28404
+ isDictionary: true,
28405
+ filter: 'text',
28406
+ type: 'withPlaceHolder',
28407
+ cellRendererParams: {
28408
+ placeHolderField: 'origFeatureText.fr'
28409
+ }
27791
28410
  }, {
27792
- headerName: 'toolTip',
27793
- marryChildren: true,
27794
- children: [{
27795
- field: 'toolTip.de',
27796
- headerName: 'DE',
27797
- isDictionary: true,
27798
- filter: 'text'
27799
- }, {
27800
- field: 'toolTip.en',
27801
- headerName: 'EN',
27802
- isDictionary: true,
27803
- filter: 'text'
27804
- }, {
27805
- field: 'toolTip.fr',
27806
- headerName: 'FR',
27807
- isDictionary: true,
27808
- filter: 'text'
27809
- }, {
27810
- field: 'toolTip.it',
27811
- headerName: 'IT',
27812
- isDictionary: true,
27813
- filter: 'text'
27814
- }]
28411
+ field: 'translatedFeatureText.it',
28412
+ headerName: 'IT',
28413
+ isDictionary: true,
28414
+ filter: 'text',
28415
+ type: 'withPlaceHolder',
28416
+ cellRendererParams: {
28417
+ placeHolderField: 'origFeatureText.it'
28418
+ }
27815
28419
  }]
27816
- },
27817
- feature: {
27818
- colDef: [{
27819
- field: 'featureNo',
28420
+ }, {
28421
+ headerName: 'origFeatureText',
28422
+ marryChildren: true,
28423
+ hide: true,
28424
+ lockVisible: true,
28425
+ suppressColumnsToolPanel: true,
28426
+ children: [{
28427
+ field: 'origFeatureText.de',
28428
+ hide: true,
28429
+ isDictionary: true
28430
+ }, {
28431
+ field: 'origFeatureText.en',
28432
+ hide: true,
28433
+ isDictionary: true
28434
+ }, {
28435
+ field: 'origFeatureText.fr',
28436
+ hide: true,
28437
+ isDictionary: true
28438
+ }, {
28439
+ field: 'origFeatureText.it',
28440
+ hide: true,
28441
+ isDictionary: true
28442
+ }]
28443
+ }]
28444
+ };
28445
+
28446
+ var config$2 = {
28447
+ colDef: [{
28448
+ field: 'serieNo',
28449
+ filter: 'text',
28450
+ required: true,
28451
+ editable: false
28452
+ }, {
28453
+ field: 'sequenceNo',
28454
+ filter: 'text',
28455
+ editable: false
28456
+ }, {
28457
+ field: 'typeNo',
28458
+ filter: 'text',
28459
+ required: true,
28460
+ editable: false
28461
+ }, {
28462
+ field: 'translatedEdpNumber',
28463
+ filter: 'text',
28464
+ type: 'withPlaceHolder',
28465
+ cellRendererParams: {
28466
+ placeHolderField: 'origEdpNumber'
28467
+ }
28468
+ }, {
28469
+ field: 'origEdpNumber',
28470
+ hide: true,
28471
+ lockVisible: true,
28472
+ suppressColumnsToolPanel: true
28473
+ }, {
28474
+ field: 'translatedEanNumber',
28475
+ filter: 'text',
28476
+ type: 'withPlaceHolder',
28477
+ cellRendererParams: {
28478
+ placeHolderField: 'origEanNumber'
28479
+ }
28480
+ }, {
28481
+ field: 'origEanNumber',
28482
+ hide: true,
28483
+ lockVisible: true,
28484
+ suppressColumnsToolPanel: true
28485
+ }, {
28486
+ headerName: 'shortText',
28487
+ marryChildren: true,
28488
+ children: [{
28489
+ field: 'translatedShortText.de',
28490
+ headerName: 'DE',
28491
+ isDictionary: true,
27820
28492
  filter: 'text',
27821
- required: true,
27822
- editable: false
28493
+ type: 'withPlaceHolder',
28494
+ cellRendererParams: {
28495
+ placeHolderField: 'origShortText.de'
28496
+ }
27823
28497
  }, {
27824
- headerName: 'featureText',
27825
- marryChildren: true,
27826
- children: [{
27827
- field: 'featureText.de',
27828
- headerName: 'DE',
27829
- isDictionary: true,
27830
- filter: 'text'
27831
- }, {
27832
- field: 'featureText.en',
27833
- headerName: 'EN',
27834
- isDictionary: true,
27835
- filter: 'text'
27836
- }, {
27837
- field: 'featureText.fr',
27838
- headerName: 'FR',
27839
- isDictionary: true,
27840
- filter: 'text'
27841
- }, {
27842
- field: 'featureText.it',
27843
- headerName: 'IT',
27844
- isDictionary: true,
27845
- filter: 'text'
27846
- }]
28498
+ field: 'translatedShortText.ne',
28499
+ headerName: 'EN',
28500
+ isDictionary: true,
28501
+ filter: 'text',
28502
+ type: 'withPlaceHolder',
28503
+ cellRendererParams: {
28504
+ placeHolderField: 'origShortText.en'
28505
+ }
28506
+ }, {
28507
+ field: 'translatedShortText.fr',
28508
+ headerName: 'FR',
28509
+ isDictionary: true,
28510
+ filter: 'text',
28511
+ type: 'withPlaceHolder',
28512
+ cellRendererParams: {
28513
+ placeHolderField: 'origShortText.fr'
28514
+ }
28515
+ }, {
28516
+ field: 'translatedShortText.it',
28517
+ headerName: 'IT',
28518
+ isDictionary: true,
28519
+ filter: 'text',
28520
+ type: 'withPlaceHolder',
28521
+ cellRendererParams: {
28522
+ placeHolderField: 'origShortText.it'
28523
+ }
27847
28524
  }]
27848
- },
27849
- item: {
27850
- colDef: [{
27851
- field: 'serieNo',
28525
+ }, {
28526
+ headerName: 'origShortText',
28527
+ marryChildren: true,
28528
+ hide: true,
28529
+ lockVisible: true,
28530
+ suppressColumnsToolPanel: true,
28531
+ children: [{
28532
+ field: 'origShortText.de',
28533
+ hide: true,
28534
+ isDictionary: true
28535
+ }, {
28536
+ field: 'origShortText.en',
28537
+ hide: true,
28538
+ isDictionary: true
28539
+ }, {
28540
+ field: 'origShortText.fr',
28541
+ hide: true,
28542
+ isDictionary: true
28543
+ }, {
28544
+ field: 'origShortText.it',
28545
+ hide: true,
28546
+ isDictionary: true
28547
+ }]
28548
+ }, {
28549
+ headerName: 'fullText',
28550
+ marryChildren: true,
28551
+ children: [{
28552
+ field: 'translatedFullText.de',
28553
+ headerName: 'DE',
28554
+ isDictionary: true,
27852
28555
  filter: 'text',
27853
- required: true,
27854
- editable: false
28556
+ type: 'withPlaceHolder',
28557
+ cellRendererParams: {
28558
+ placeHolderField: 'origFullText.de'
28559
+ }
27855
28560
  }, {
27856
- field: 'sequenceNo',
28561
+ field: 'translatedFullText.en',
28562
+ headerName: 'EN',
28563
+ isDictionary: true,
27857
28564
  filter: 'text',
27858
- editable: false
28565
+ type: 'withPlaceHolder',
28566
+ cellRendererParams: {
28567
+ placeHolderField: 'origFullText.en'
28568
+ }
27859
28569
  }, {
27860
- field: 'typeNo',
28570
+ field: 'translatedFullText.fr',
28571
+ headerName: 'FR',
28572
+ isDictionary: true,
27861
28573
  filter: 'text',
27862
- required: true,
27863
- editable: false
28574
+ type: 'withPlaceHolder',
28575
+ cellRendererParams: {
28576
+ placeHolderField: 'origFullText.fr'
28577
+ }
27864
28578
  }, {
27865
- field: 'edpNumber',
27866
- filter: 'text'
28579
+ field: 'translatedFullText.it',
28580
+ headerName: 'IT',
28581
+ isDictionary: true,
28582
+ filter: 'text',
28583
+ type: 'withPlaceHolder',
28584
+ cellRendererParams: {
28585
+ placeHolderField: 'origFullText.it'
28586
+ }
28587
+ }]
28588
+ }, {
28589
+ headerName: 'origFullText',
28590
+ marryChildren: true,
28591
+ hide: true,
28592
+ lockVisible: true,
28593
+ suppressColumnsToolPanel: true,
28594
+ children: [{
28595
+ field: 'origFullText.de',
28596
+ hide: true,
28597
+ isDictionary: true
27867
28598
  }, {
27868
- field: 'eanNumber',
27869
- filter: 'text'
28599
+ field: 'origFullText.en',
28600
+ hide: true,
28601
+ isDictionary: true
27870
28602
  }, {
27871
- headerName: 'shortText',
27872
- marryChildren: true,
27873
- children: [{
27874
- field: 'shortText.de',
27875
- headerName: 'DE',
27876
- isDictionary: true,
27877
- filter: 'text'
27878
- }, {
27879
- field: 'shortText.ne',
27880
- headerName: 'EN',
27881
- isDictionary: true,
27882
- filter: 'text'
27883
- }, {
27884
- field: 'shortText.fr',
27885
- headerName: 'FR',
27886
- isDictionary: true,
27887
- filter: 'text'
27888
- }, {
27889
- field: 'shortText.it',
27890
- headerName: 'IT',
27891
- isDictionary: true,
27892
- filter: 'text'
27893
- }]
28603
+ field: 'origFullText.fr',
28604
+ hide: true,
28605
+ isDictionary: true
27894
28606
  }, {
27895
- headerName: 'fullText',
27896
- marryChildren: true,
27897
- children: [{
27898
- field: 'fullText.de',
27899
- headerName: 'DE',
27900
- isDictionary: true,
27901
- filter: 'text'
27902
- }, {
27903
- field: 'fullText.en',
27904
- headerName: 'EN',
27905
- isDictionary: true,
27906
- filter: 'text'
27907
- }, {
27908
- field: 'fullText.fr',
27909
- headerName: 'FR',
27910
- isDictionary: true,
27911
- filter: 'text'
27912
- }, {
27913
- field: 'fullText.it',
27914
- headerName: 'IT',
27915
- isDictionary: true,
27916
- filter: 'text'
27917
- }]
28607
+ field: 'origFullText.it',
28608
+ hide: true,
28609
+ isDictionary: true
28610
+ }]
28611
+ }, {
28612
+ headerName: 'planningAdvice',
28613
+ marryChildren: true,
28614
+ children: [{
28615
+ field: 'translatedPlanningAdvice.de',
28616
+ headerName: 'DE',
28617
+ isDictionary: true,
28618
+ filter: 'text',
28619
+ type: 'withPlaceHolder',
28620
+ cellRendererParams: {
28621
+ placeHolderField: 'origPlanningAdvice.de'
28622
+ }
27918
28623
  }, {
27919
- headerName: 'planningAdvice',
27920
- marryChildren: true,
27921
- children: [{
27922
- field: 'planningAdvice.de',
27923
- headerName: 'DE',
27924
- isDictionary: true,
27925
- filter: 'text'
27926
- }, {
27927
- field: 'planningAdvice.en',
27928
- headerName: 'EN',
27929
- isDictionary: true,
27930
- filter: 'text'
27931
- }, {
27932
- field: 'planningAdvice.fr',
27933
- headerName: 'FR',
27934
- isDictionary: true,
27935
- filter: 'text'
27936
- }, {
27937
- field: 'planningAdvice.it',
27938
- headerName: 'FR',
27939
- isDictionary: true,
27940
- filter: 'text'
27941
- }]
28624
+ field: 'translatedPlanningAdvice.en',
28625
+ headerName: 'EN',
28626
+ isDictionary: true,
28627
+ filter: 'text',
28628
+ type: 'withPlaceHolder',
28629
+ cellRendererParams: {
28630
+ placeHolderField: 'origPlanningAdvice.en'
28631
+ }
27942
28632
  }, {
27943
- field: 'salesNumber',
27944
- filter: 'text'
28633
+ field: 'translatedPlanningAdvice.fr',
28634
+ headerName: 'FR',
28635
+ isDictionary: true,
28636
+ filter: 'text',
28637
+ type: 'withPlaceHolder',
28638
+ cellRendererParams: {
28639
+ placeHolderField: 'origPlanningAdvice.fr'
28640
+ }
28641
+ }, {
28642
+ field: 'translatedPlanningAdvice.it',
28643
+ headerName: 'IT',
28644
+ isDictionary: true,
28645
+ filter: 'text',
28646
+ type: 'withPlaceHolder',
28647
+ cellRendererParams: {
28648
+ placeHolderField: 'origPlanningAdvice.it'
28649
+ }
27945
28650
  }]
27946
- },
27947
- option: {
27948
- colDef: [{
27949
- field: 'featureNo',
28651
+ }, {
28652
+ headerName: 'origPlanningAdvice',
28653
+ marryChildren: true,
28654
+ hide: true,
28655
+ lockVisible: true,
28656
+ suppressColumnsToolPanel: true,
28657
+ children: [{
28658
+ field: 'origPlanningAdvice.de',
28659
+ hide: true,
28660
+ isDictionary: true
28661
+ }, {
28662
+ field: 'origPlanningAdvice.en',
28663
+ hide: true,
28664
+ isDictionary: true
28665
+ }, {
28666
+ field: 'origPlanningAdvice.fr',
28667
+ hide: true,
28668
+ isDictionary: true
28669
+ }, {
28670
+ field: 'origPlanningAdvice.it',
28671
+ hide: true,
28672
+ isDictionary: true
28673
+ }]
28674
+ }, {
28675
+ field: 'translatedSalesNumber',
28676
+ filter: 'text',
28677
+ type: 'withPlaceHolder',
28678
+ cellRendererParams: {
28679
+ placeHolderField: 'origSalesNumber'
28680
+ }
28681
+ }, {
28682
+ field: 'origSalesNumber',
28683
+ hide: true,
28684
+ lockVisible: true,
28685
+ suppressColumnsToolPanel: true
28686
+ }]
28687
+ };
28688
+
28689
+ var config$1 = {
28690
+ colDef: [{
28691
+ field: 'featureNo',
28692
+ filter: 'text',
28693
+ required: true,
28694
+ editable: false
28695
+ }, {
28696
+ field: 'optionKey',
28697
+ filter: 'text',
28698
+ required: true,
28699
+ editable: false
28700
+ }, {
28701
+ headerName: 'optionText',
28702
+ marryChildren: true,
28703
+ children: [{
28704
+ field: 'translatedOptionText.de',
28705
+ headerName: 'DE',
28706
+ isDictionary: true,
27950
28707
  filter: 'text',
27951
- required: true,
27952
- editable: false
28708
+ type: 'withPlaceHolder',
28709
+ cellRendererParams: {
28710
+ placeHolderField: 'origOptionText.de'
28711
+ }
27953
28712
  }, {
27954
- field: 'optionKey',
28713
+ field: 'translatedOptionText.en',
28714
+ headerName: 'EN',
28715
+ isDictionary: true,
27955
28716
  filter: 'text',
27956
- required: true,
27957
- editable: false
28717
+ type: 'withPlaceHolder',
28718
+ cellRendererParams: {
28719
+ placeHolderField: 'origOptionText.en'
28720
+ }
27958
28721
  }, {
27959
- headerName: 'optionText',
27960
- marryChildren: true,
27961
- children: [{
27962
- field: 'optionText.de',
27963
- headerName: 'DE',
27964
- isDictionary: true,
27965
- filter: 'text'
27966
- }, {
27967
- field: 'optionText.en',
27968
- headerName: 'EN',
27969
- isDictionary: true,
27970
- filter: 'text'
27971
- }, {
27972
- field: 'optionText.fr',
27973
- headerName: 'FR',
27974
- isDictionary: true,
27975
- filter: 'text'
27976
- }, {
27977
- field: 'optionText.it',
27978
- headerName: 'IT',
27979
- isDictionary: true,
27980
- filter: 'text'
27981
- }]
28722
+ field: 'translatedOptionText.fr',
28723
+ headerName: 'FR',
28724
+ isDictionary: true,
28725
+ filter: 'text',
28726
+ type: 'withPlaceHolder',
28727
+ cellRendererParams: {
28728
+ placeHolderField: 'origOptionText.fr'
28729
+ }
27982
28730
  }, {
27983
- headerName: 'optionCommentText',
27984
- marryChildren: true,
27985
- children: [{
27986
- field: 'optionCommentText.de',
27987
- headerName: 'DE',
27988
- isDictionary: true,
27989
- filter: 'text'
27990
- }, {
27991
- field: 'optionCommentText.en',
27992
- headerName: 'EN',
27993
- isDictionary: true,
27994
- filter: 'text'
27995
- }, {
27996
- field: 'optionCommentText.fr',
27997
- headerName: 'FR',
27998
- isDictionary: true,
27999
- filter: 'text'
28000
- }, {
28001
- field: 'optionCommentText.it',
28002
- headerName: 'IT',
28003
- isDictionary: true,
28004
- filter: 'text'
28005
- }]
28731
+ field: 'translatedOptionText.it',
28732
+ headerName: 'IT',
28733
+ isDictionary: true,
28734
+ filter: 'text',
28735
+ type: 'withPlaceHolder',
28736
+ cellRendererParams: {
28737
+ placeHolderField: 'origOptionText.it'
28738
+ }
28006
28739
  }]
28007
- },
28008
- serie: {
28009
- colDef: [{
28010
- field: 'serieNo',
28740
+ }, {
28741
+ headerName: 'origOptionText',
28742
+ marryChildren: true,
28743
+ hide: true,
28744
+ lockVisible: true,
28745
+ suppressColumnsToolPanel: true,
28746
+ children: [{
28747
+ field: 'origOptionText.de',
28748
+ hide: true,
28749
+ isDictionary: true
28750
+ }, {
28751
+ field: 'origOptionText.en',
28752
+ hide: true,
28753
+ isDictionary: true
28754
+ }, {
28755
+ field: 'origOptionText.fr',
28756
+ hide: true,
28757
+ isDictionary: true
28758
+ }, {
28759
+ field: 'origOptionText.it',
28760
+ hide: true,
28761
+ isDictionary: true
28762
+ }]
28763
+ }, {
28764
+ headerName: 'optionCommentText',
28765
+ marryChildren: true,
28766
+ children: [{
28767
+ field: 'translatedOptionCommentText.de',
28768
+ headerName: 'DE',
28769
+ isDictionary: true,
28011
28770
  filter: 'text',
28012
- required: true,
28013
- editable: false
28771
+ type: 'withPlaceHolder',
28772
+ cellRendererParams: {
28773
+ placeHolderField: 'origOptionCommentText.de'
28774
+ }
28014
28775
  }, {
28015
- headerName: 'seriesName',
28016
- marryChildren: true,
28017
- required: true,
28018
- children: [{
28019
- field: 'seriesName.de',
28020
- headerName: 'DE',
28021
- isDictionary: true,
28022
- filter: 'text'
28023
- }, {
28024
- field: 'seriesName.en',
28025
- headerName: 'EN',
28026
- isDictionary: true,
28027
- filter: 'text'
28028
- }, {
28029
- field: 'seriesName.fr',
28030
- headerName: 'FR',
28031
- isDictionary: true,
28032
- filter: 'text'
28033
- }, {
28034
- field: 'seriesName.it',
28035
- headerName: 'IT',
28036
- isDictionary: true,
28037
- filter: 'text'
28038
- }]
28776
+ field: 'translatedOptionCommentText.en',
28777
+ headerName: 'EN',
28778
+ isDictionary: true,
28779
+ filter: 'text',
28780
+ type: 'withPlaceHolder',
28781
+ cellRendererParams: {
28782
+ placeHolderField: 'origOptionCommentText.en'
28783
+ }
28039
28784
  }, {
28040
- headerName: 'seriesFullText',
28041
- marryChildren: true,
28042
- children: [{
28043
- field: 'seriesFullText.de',
28044
- headerName: 'DE',
28045
- isDictionary: true,
28046
- filter: 'text'
28047
- }, {
28048
- field: 'seriesFullText.en',
28049
- headerName: 'EN',
28050
- isDictionary: true,
28051
- filter: 'text'
28052
- }, {
28053
- field: 'seriesFullText.fr',
28054
- headerName: 'FR',
28055
- isDictionary: true,
28056
- filter: 'text'
28057
- }, {
28058
- field: 'seriesFullText.it',
28059
- headerName: 'IT',
28060
- isDictionary: true,
28061
- filter: 'text'
28062
- }]
28785
+ field: 'translatedOptionCommentText.fr',
28786
+ headerName: 'FR',
28787
+ isDictionary: true,
28788
+ filter: 'text',
28789
+ type: 'withPlaceHolder',
28790
+ cellRendererParams: {
28791
+ placeHolderField: 'origOptionCommentText.fr'
28792
+ }
28793
+ }, {
28794
+ field: 'translatedOptionCommentText.it',
28795
+ headerName: 'IT',
28796
+ isDictionary: true,
28797
+ filter: 'text',
28798
+ type: 'withPlaceHolder',
28799
+ cellRendererParams: {
28800
+ placeHolderField: 'origOptionCommentText.it'
28801
+ }
28063
28802
  }]
28064
- }
28803
+ }, {
28804
+ headerName: 'origOptionCommentText',
28805
+ marryChildren: true,
28806
+ hide: true,
28807
+ lockVisible: true,
28808
+ suppressColumnsToolPanel: true,
28809
+ children: [{
28810
+ field: 'origOptionCommentText.de',
28811
+ hide: true,
28812
+ isDictionary: true
28813
+ }, {
28814
+ field: 'origOptionCommentText.en',
28815
+ hide: true,
28816
+ isDictionary: true
28817
+ }, {
28818
+ field: 'origOptionCommentText.fr',
28819
+ hide: true,
28820
+ isDictionary: true
28821
+ }, {
28822
+ field: 'origOptionCommentText.it',
28823
+ hide: true,
28824
+ isDictionary: true
28825
+ }]
28826
+ }]
28827
+ };
28828
+
28829
+ var config = {
28830
+ colDef: [{
28831
+ field: 'serieNo',
28832
+ filter: 'text',
28833
+ required: true,
28834
+ editable: false
28835
+ }, {
28836
+ headerName: 'seriesName',
28837
+ marryChildren: true,
28838
+ required: true,
28839
+ children: [{
28840
+ field: 'translatedSeriesName.de',
28841
+ headerName: 'DE',
28842
+ isDictionary: true,
28843
+ filter: 'text',
28844
+ type: 'withPlaceHolder',
28845
+ cellRendererParams: {
28846
+ placeHolderField: 'origSeriesName.de'
28847
+ }
28848
+ }, {
28849
+ field: 'translatedSeriesName.en',
28850
+ headerName: 'EN',
28851
+ isDictionary: true,
28852
+ filter: 'text',
28853
+ type: 'withPlaceHolder',
28854
+ cellRendererParams: {
28855
+ placeHolderField: 'origSeriesName.en'
28856
+ }
28857
+ }, {
28858
+ field: 'translatedSeriesName.fr',
28859
+ headerName: 'FR',
28860
+ isDictionary: true,
28861
+ filter: 'text',
28862
+ type: 'withPlaceHolder',
28863
+ cellRendererParams: {
28864
+ placeHolderField: 'origSeriesName.fr'
28865
+ }
28866
+ }, {
28867
+ field: 'translatedSeriesName.it',
28868
+ headerName: 'IT',
28869
+ isDictionary: true,
28870
+ filter: 'text',
28871
+ type: 'withPlaceHolder',
28872
+ cellRendererParams: {
28873
+ placeHolderField: 'origSeriesName.it'
28874
+ }
28875
+ }]
28876
+ }, {
28877
+ headerName: 'origSeriesName',
28878
+ marryChildren: true,
28879
+ hide: true,
28880
+ lockVisible: true,
28881
+ suppressColumnsToolPanel: true,
28882
+ children: [{
28883
+ field: 'origSeriesName.de',
28884
+ isDictionary: true,
28885
+ hide: true
28886
+ }, {
28887
+ field: 'origSeriesName.en',
28888
+ isDictionary: true,
28889
+ hide: true
28890
+ }, {
28891
+ field: 'origSeriesName.fr',
28892
+ isDictionary: true,
28893
+ hide: true
28894
+ }, {
28895
+ field: 'origSeriesName.it',
28896
+ isDictionary: true,
28897
+ hide: true
28898
+ }]
28899
+ }, {
28900
+ headerName: 'seriesFullText',
28901
+ marryChildren: true,
28902
+ children: [{
28903
+ field: 'translatedSeriesFullText.de',
28904
+ headerName: 'DE',
28905
+ isDictionary: true,
28906
+ filter: 'text',
28907
+ type: 'withPlaceHolder',
28908
+ cellRendererParams: {
28909
+ placeHolderField: 'origSeriesFullText.de'
28910
+ }
28911
+ }, {
28912
+ field: 'translatedSeriesFullText.en',
28913
+ headerName: 'EN',
28914
+ isDictionary: true,
28915
+ filter: 'text',
28916
+ type: 'withPlaceHolder',
28917
+ cellRendererParams: {
28918
+ placeHolderField: 'origSeriesFullText.en'
28919
+ }
28920
+ }, {
28921
+ field: 'translatedSeriesFullText.fr',
28922
+ headerName: 'FR',
28923
+ isDictionary: true,
28924
+ filter: 'text',
28925
+ type: 'withPlaceHolder',
28926
+ cellRendererParams: {
28927
+ placeHolderField: 'origSeriesFullText.fr'
28928
+ }
28929
+ }, {
28930
+ field: 'translatedSeriesFullText.it',
28931
+ headerName: 'IT',
28932
+ isDictionary: true,
28933
+ filter: 'text',
28934
+ type: 'withPlaceHolder',
28935
+ cellRendererParams: {
28936
+ placeHolderField: 'origSeriesFullText.it'
28937
+ }
28938
+ }]
28939
+ }, {
28940
+ headerName: 'origSeriesFullText',
28941
+ marryChildren: true,
28942
+ hide: true,
28943
+ lockVisible: true,
28944
+ suppressColumnsToolPanel: true,
28945
+ children: [{
28946
+ field: 'origSeriesFullText.de',
28947
+ isDictionary: true,
28948
+ hide: true
28949
+ }, {
28950
+ field: 'origSeriesFullText.en',
28951
+ isDictionary: true,
28952
+ hide: true
28953
+ }, {
28954
+ field: 'origSeriesFullText.fr',
28955
+ isDictionary: true,
28956
+ hide: true
28957
+ }, {
28958
+ field: 'origSeriesFullText.it',
28959
+ isDictionary: true,
28960
+ hide: true
28961
+ }]
28962
+ }]
28963
+ };
28964
+
28965
+ var tableConfiguration = {
28966
+ catalog: config$5,
28967
+ detailInfo: config$4,
28968
+ feature: config$3,
28969
+ item: config$2,
28970
+ option: config$1,
28971
+ serie: config
28065
28972
  };
28066
28973
  var renamingTypes = [{
28067
28974
  label: 'catalog',
@@ -28309,7 +29216,7 @@ function TableTabGroups () {
28309
29216
  cellRendererParams: {
28310
29217
  displayField: 'featureNosDisplayTexts',
28311
29218
  apiInterface: {
28312
- read: apiConfig.enricherService + 'packages/${packageId}/lookup/feature'
29219
+ read: apiConfig.enricherService + '/packages/${packageId}/lookup/feature'
28313
29220
  },
28314
29221
  lookupValue: 'featureText',
28315
29222
  lookupKey: 'featureNo',