@crystaldesign/diva-backoffice 24.7.0-beta.44 → 24.7.0-beta.46
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.
- package/build/esm/index.js +240 -347
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map +1 -1
- package/package.json +2 -2
package/build/esm/index.js
CHANGED
|
@@ -22807,69 +22807,23 @@ var config$1 = {
|
|
|
22807
22807
|
filter: 'text',
|
|
22808
22808
|
editable: false
|
|
22809
22809
|
}, {
|
|
22810
|
-
|
|
22811
|
-
marryChildren: true,
|
|
22812
|
-
required: true,
|
|
22810
|
+
field: 'externalName',
|
|
22813
22811
|
editable: false,
|
|
22814
|
-
|
|
22815
|
-
|
|
22816
|
-
|
|
22817
|
-
isDictionary: true,
|
|
22818
|
-
editable: false,
|
|
22819
|
-
filter: 'text'
|
|
22820
|
-
}, {
|
|
22821
|
-
field: 'externalName.en',
|
|
22822
|
-
headerName: 'EN',
|
|
22823
|
-
isDictionary: true,
|
|
22824
|
-
editable: false,
|
|
22825
|
-
filter: 'text'
|
|
22826
|
-
}, {
|
|
22827
|
-
field: 'externalName.fr',
|
|
22828
|
-
headerName: 'FR',
|
|
22829
|
-
isDictionary: true,
|
|
22830
|
-
filter: 'text',
|
|
22831
|
-
editable: false
|
|
22832
|
-
}]
|
|
22812
|
+
filter: 'text',
|
|
22813
|
+
type: 'translated',
|
|
22814
|
+
isDictionary: true
|
|
22833
22815
|
}, {
|
|
22834
|
-
|
|
22835
|
-
|
|
22836
|
-
|
|
22837
|
-
|
|
22838
|
-
|
|
22839
|
-
headerName: 'DE',
|
|
22840
|
-
isDictionary: true,
|
|
22841
|
-
filter: 'text'
|
|
22842
|
-
}, {
|
|
22843
|
-
field: 'internalName.en',
|
|
22844
|
-
headerName: 'EN',
|
|
22845
|
-
isDictionary: true,
|
|
22846
|
-
filter: 'text'
|
|
22847
|
-
}, {
|
|
22848
|
-
field: 'internalName.fr',
|
|
22849
|
-
headerName: 'FR',
|
|
22850
|
-
isDictionary: true,
|
|
22851
|
-
filter: 'text'
|
|
22852
|
-
}]
|
|
22816
|
+
field: 'internalName',
|
|
22817
|
+
editable: false,
|
|
22818
|
+
filter: 'text',
|
|
22819
|
+
type: 'translated',
|
|
22820
|
+
isDictionary: true
|
|
22853
22821
|
}, {
|
|
22854
|
-
|
|
22855
|
-
|
|
22856
|
-
|
|
22857
|
-
|
|
22858
|
-
|
|
22859
|
-
headerName: 'DE',
|
|
22860
|
-
isDictionary: true,
|
|
22861
|
-
filter: 'text'
|
|
22862
|
-
}, {
|
|
22863
|
-
field: 'toolTip.en',
|
|
22864
|
-
headerName: 'EN',
|
|
22865
|
-
isDictionary: true,
|
|
22866
|
-
filter: 'text'
|
|
22867
|
-
}, {
|
|
22868
|
-
field: 'toolTip.fr',
|
|
22869
|
-
headerName: 'FR',
|
|
22870
|
-
isDictionary: true,
|
|
22871
|
-
filter: 'text'
|
|
22872
|
-
}]
|
|
22822
|
+
field: 'toolTip',
|
|
22823
|
+
editable: false,
|
|
22824
|
+
filter: 'text',
|
|
22825
|
+
type: 'translated',
|
|
22826
|
+
isDictionary: true
|
|
22873
22827
|
}, {
|
|
22874
22828
|
field: 'catalogId',
|
|
22875
22829
|
filter: 'text',
|
|
@@ -22877,7 +22831,8 @@ var config$1 = {
|
|
|
22877
22831
|
}, {
|
|
22878
22832
|
field: 'organizationId',
|
|
22879
22833
|
filter: 'text',
|
|
22880
|
-
editable: false
|
|
22834
|
+
editable: false,
|
|
22835
|
+
defaultValue: '${organizationId}'
|
|
22881
22836
|
}]
|
|
22882
22837
|
},
|
|
22883
22838
|
features: {
|
|
@@ -22890,29 +22845,11 @@ var config$1 = {
|
|
|
22890
22845
|
filter: 'number',
|
|
22891
22846
|
editable: false
|
|
22892
22847
|
}, {
|
|
22893
|
-
|
|
22894
|
-
marryChildren: true,
|
|
22895
|
-
required: true,
|
|
22848
|
+
field: 'featureText',
|
|
22896
22849
|
editable: false,
|
|
22897
|
-
|
|
22898
|
-
|
|
22899
|
-
|
|
22900
|
-
isDictionary: true,
|
|
22901
|
-
editable: false,
|
|
22902
|
-
filter: 'text'
|
|
22903
|
-
}, {
|
|
22904
|
-
field: 'featureText.en',
|
|
22905
|
-
headerName: 'EN',
|
|
22906
|
-
isDictionary: true,
|
|
22907
|
-
editable: false,
|
|
22908
|
-
filter: 'text'
|
|
22909
|
-
}, {
|
|
22910
|
-
field: 'featureText.fr',
|
|
22911
|
-
headerName: 'FR',
|
|
22912
|
-
isDictionary: true,
|
|
22913
|
-
editable: false,
|
|
22914
|
-
filter: 'text'
|
|
22915
|
-
}]
|
|
22850
|
+
filter: 'text',
|
|
22851
|
+
type: 'translated',
|
|
22852
|
+
isDictionary: true
|
|
22916
22853
|
}, {
|
|
22917
22854
|
field: 'featureNo',
|
|
22918
22855
|
filter: 'text',
|
|
@@ -22949,53 +22886,17 @@ var config$1 = {
|
|
|
22949
22886
|
filter: 'text',
|
|
22950
22887
|
editable: false
|
|
22951
22888
|
}, {
|
|
22952
|
-
|
|
22953
|
-
marryChildren: true,
|
|
22954
|
-
required: true,
|
|
22889
|
+
field: 'seriesName',
|
|
22955
22890
|
editable: false,
|
|
22956
|
-
|
|
22957
|
-
|
|
22958
|
-
|
|
22959
|
-
isDictionary: true,
|
|
22960
|
-
editable: false,
|
|
22961
|
-
filter: 'text'
|
|
22962
|
-
}, {
|
|
22963
|
-
field: 'seriesName.en',
|
|
22964
|
-
headerName: 'EN',
|
|
22965
|
-
isDictionary: true,
|
|
22966
|
-
editable: false,
|
|
22967
|
-
filter: 'text'
|
|
22968
|
-
}, {
|
|
22969
|
-
field: 'seriesName.fr',
|
|
22970
|
-
headerName: 'FR',
|
|
22971
|
-
isDictionary: true,
|
|
22972
|
-
editable: false,
|
|
22973
|
-
filter: 'text'
|
|
22974
|
-
}]
|
|
22891
|
+
filter: 'text',
|
|
22892
|
+
type: 'translated',
|
|
22893
|
+
isDictionary: true
|
|
22975
22894
|
}, {
|
|
22976
|
-
|
|
22977
|
-
marryChildren: true,
|
|
22978
|
-
required: true,
|
|
22895
|
+
field: 'seriesFullText',
|
|
22979
22896
|
editable: false,
|
|
22980
|
-
|
|
22981
|
-
|
|
22982
|
-
|
|
22983
|
-
isDictionary: true,
|
|
22984
|
-
editable: false,
|
|
22985
|
-
filter: 'text'
|
|
22986
|
-
}, {
|
|
22987
|
-
field: 'seriesFullText.en',
|
|
22988
|
-
headerName: 'EN',
|
|
22989
|
-
isDictionary: true,
|
|
22990
|
-
editable: false,
|
|
22991
|
-
filter: 'text'
|
|
22992
|
-
}, {
|
|
22993
|
-
field: 'seriesFullText.fr',
|
|
22994
|
-
headerName: 'FR',
|
|
22995
|
-
isDictionary: true,
|
|
22996
|
-
editable: false,
|
|
22997
|
-
filter: 'text'
|
|
22998
|
-
}]
|
|
22897
|
+
filter: 'text',
|
|
22898
|
+
type: 'translated',
|
|
22899
|
+
isDictionary: true
|
|
22999
22900
|
}, {
|
|
23000
22901
|
field: 'serieNo',
|
|
23001
22902
|
filter: 'number',
|
|
@@ -23007,7 +22908,8 @@ var config$1 = {
|
|
|
23007
22908
|
}, {
|
|
23008
22909
|
field: 'organizationId',
|
|
23009
22910
|
filter: 'text',
|
|
23010
|
-
editable: false
|
|
22911
|
+
editable: false,
|
|
22912
|
+
defaultValue: '${organizationId}'
|
|
23011
22913
|
}, {
|
|
23012
22914
|
field: 'sequenceNo',
|
|
23013
22915
|
filter: 'number',
|
|
@@ -23042,53 +22944,17 @@ var config$1 = {
|
|
|
23042
22944
|
filter: 'text',
|
|
23043
22945
|
editable: false
|
|
23044
22946
|
}, {
|
|
23045
|
-
|
|
23046
|
-
marryChildren: true,
|
|
23047
|
-
required: true,
|
|
22947
|
+
field: 'shortText',
|
|
23048
22948
|
editable: false,
|
|
23049
|
-
|
|
23050
|
-
|
|
23051
|
-
|
|
23052
|
-
isDictionary: true,
|
|
23053
|
-
filter: 'text',
|
|
23054
|
-
editable: false
|
|
23055
|
-
}, {
|
|
23056
|
-
field: 'shortText.en',
|
|
23057
|
-
headerName: 'EN',
|
|
23058
|
-
isDictionary: true,
|
|
23059
|
-
filter: 'text',
|
|
23060
|
-
editable: false
|
|
23061
|
-
}, {
|
|
23062
|
-
field: 'shortText.fr',
|
|
23063
|
-
headerName: 'FR',
|
|
23064
|
-
isDictionary: true,
|
|
23065
|
-
filter: 'text',
|
|
23066
|
-
editable: false
|
|
23067
|
-
}]
|
|
22949
|
+
filter: 'text',
|
|
22950
|
+
type: 'translated',
|
|
22951
|
+
isDictionary: true
|
|
23068
22952
|
}, {
|
|
23069
|
-
|
|
23070
|
-
marryChildren: true,
|
|
23071
|
-
required: true,
|
|
22953
|
+
field: 'fullText',
|
|
23072
22954
|
editable: false,
|
|
23073
|
-
|
|
23074
|
-
|
|
23075
|
-
|
|
23076
|
-
isDictionary: true,
|
|
23077
|
-
filter: 'text',
|
|
23078
|
-
editable: false
|
|
23079
|
-
}, {
|
|
23080
|
-
field: 'fullText.en',
|
|
23081
|
-
headerName: 'EN',
|
|
23082
|
-
isDictionary: true,
|
|
23083
|
-
filter: 'text',
|
|
23084
|
-
editable: false
|
|
23085
|
-
}, {
|
|
23086
|
-
field: 'fullText.fr',
|
|
23087
|
-
headerName: 'FR',
|
|
23088
|
-
isDictionary: true,
|
|
23089
|
-
filter: 'text',
|
|
23090
|
-
editable: false
|
|
23091
|
-
}]
|
|
22955
|
+
filter: 'text',
|
|
22956
|
+
type: 'translated',
|
|
22957
|
+
isDictionary: true
|
|
23092
22958
|
}, {
|
|
23093
22959
|
field: 'featureClassRefNo',
|
|
23094
22960
|
filter: 'number',
|
|
@@ -23163,45 +23029,17 @@ var config$1 = {
|
|
|
23163
23029
|
filter: 'number',
|
|
23164
23030
|
editable: false
|
|
23165
23031
|
}, {
|
|
23166
|
-
|
|
23167
|
-
|
|
23168
|
-
|
|
23169
|
-
|
|
23170
|
-
|
|
23171
|
-
headerName: 'DE',
|
|
23172
|
-
isDictionary: true,
|
|
23173
|
-
filter: 'text'
|
|
23174
|
-
}, {
|
|
23175
|
-
field: 'planningAdvice.en',
|
|
23176
|
-
headerName: 'EN',
|
|
23177
|
-
isDictionary: true,
|
|
23178
|
-
filter: 'text'
|
|
23179
|
-
}, {
|
|
23180
|
-
field: 'planningAdvice.fr',
|
|
23181
|
-
headerName: 'FR',
|
|
23182
|
-
isDictionary: true,
|
|
23183
|
-
filter: 'text'
|
|
23184
|
-
}]
|
|
23032
|
+
field: 'planningAdvice',
|
|
23033
|
+
editable: false,
|
|
23034
|
+
filter: 'text',
|
|
23035
|
+
type: 'translated',
|
|
23036
|
+
isDictionary: true
|
|
23185
23037
|
}, {
|
|
23186
|
-
|
|
23187
|
-
|
|
23188
|
-
|
|
23189
|
-
|
|
23190
|
-
|
|
23191
|
-
headerName: 'DE',
|
|
23192
|
-
isDictionary: true,
|
|
23193
|
-
filter: 'text'
|
|
23194
|
-
}, {
|
|
23195
|
-
field: 'optionalAdditionalItems.groupTitleDb.en',
|
|
23196
|
-
headerName: 'EN',
|
|
23197
|
-
isDictionary: true,
|
|
23198
|
-
filter: 'text'
|
|
23199
|
-
}, {
|
|
23200
|
-
field: 'optionalAdditionalItems.groupTitleDb.fr',
|
|
23201
|
-
headerName: 'FR',
|
|
23202
|
-
isDictionary: true,
|
|
23203
|
-
filter: 'text'
|
|
23204
|
-
}]
|
|
23038
|
+
field: 'groupTitleDb',
|
|
23039
|
+
editable: false,
|
|
23040
|
+
filter: 'text',
|
|
23041
|
+
type: 'translated',
|
|
23042
|
+
isDictionary: true
|
|
23205
23043
|
}, {
|
|
23206
23044
|
field: 'salesNumber',
|
|
23207
23045
|
filter: 'text',
|
|
@@ -23222,55 +23060,20 @@ var config$1 = {
|
|
|
23222
23060
|
filter: 'text',
|
|
23223
23061
|
editable: false
|
|
23224
23062
|
}, {
|
|
23225
|
-
|
|
23226
|
-
marryChildren: true,
|
|
23227
|
-
required: true,
|
|
23063
|
+
field: 'optionText',
|
|
23228
23064
|
editable: false,
|
|
23229
|
-
|
|
23230
|
-
|
|
23231
|
-
|
|
23232
|
-
isDictionary: true,
|
|
23233
|
-
editable: false,
|
|
23234
|
-
filter: 'text'
|
|
23235
|
-
}, {
|
|
23236
|
-
field: 'optionText.en',
|
|
23237
|
-
headerName: 'EN',
|
|
23238
|
-
isDictionary: true,
|
|
23239
|
-
editable: false,
|
|
23240
|
-
filter: 'text'
|
|
23241
|
-
}, {
|
|
23242
|
-
field: 'optionText.fr',
|
|
23243
|
-
headerName: 'FR',
|
|
23244
|
-
isDictionary: true,
|
|
23245
|
-
editable: false,
|
|
23246
|
-
filter: 'text'
|
|
23247
|
-
}]
|
|
23065
|
+
filter: 'text',
|
|
23066
|
+
type: 'translated',
|
|
23067
|
+
isDictionary: true
|
|
23248
23068
|
}, {
|
|
23249
|
-
|
|
23250
|
-
marryChildren: true,
|
|
23251
|
-
required: true,
|
|
23069
|
+
field: 'optionCommentText',
|
|
23252
23070
|
editable: false,
|
|
23253
|
-
|
|
23254
|
-
|
|
23255
|
-
|
|
23256
|
-
isDictionary: true,
|
|
23257
|
-
editable: false,
|
|
23258
|
-
filter: 'text'
|
|
23259
|
-
}, {
|
|
23260
|
-
field: 'optionCommentText.en',
|
|
23261
|
-
headerName: 'EN',
|
|
23262
|
-
isDictionary: true,
|
|
23263
|
-
editable: false,
|
|
23264
|
-
filter: 'text'
|
|
23265
|
-
}, {
|
|
23266
|
-
field: 'optionCommentText.fr',
|
|
23267
|
-
headerName: 'FR',
|
|
23268
|
-
isDictionary: true,
|
|
23269
|
-
editable: false,
|
|
23270
|
-
filter: 'text'
|
|
23271
|
-
}]
|
|
23071
|
+
filter: 'text',
|
|
23072
|
+
type: 'translated',
|
|
23073
|
+
isDictionary: true
|
|
23272
23074
|
}, {
|
|
23273
23075
|
field: 'optionFreeText',
|
|
23076
|
+
filter: 'text',
|
|
23274
23077
|
editable: false
|
|
23275
23078
|
}, {
|
|
23276
23079
|
field: 'validFromDate',
|
|
@@ -23552,8 +23355,15 @@ function TablePackages (_ref) {
|
|
|
23552
23355
|
floatingFilter: true,
|
|
23553
23356
|
colDef: [{
|
|
23554
23357
|
field: 'name',
|
|
23555
|
-
filter: 'text'
|
|
23556
|
-
|
|
23358
|
+
filter: 'text'
|
|
23359
|
+
}, {
|
|
23360
|
+
field: 'basedCatalogId',
|
|
23361
|
+
headerName: 'basedCatalogId (TODO: onOff required, lookup)',
|
|
23362
|
+
filter: 'text'
|
|
23363
|
+
}, {
|
|
23364
|
+
field: 'basedPackageId',
|
|
23365
|
+
headerName: 'basedPackageId (TODO: onOff required, lookup)',
|
|
23366
|
+
filter: 'text'
|
|
23557
23367
|
}, {
|
|
23558
23368
|
field: 'lastUpdatedDate',
|
|
23559
23369
|
filter: 'date',
|
|
@@ -23576,6 +23386,11 @@ function TablePackages (_ref) {
|
|
|
23576
23386
|
field: '_id',
|
|
23577
23387
|
filter: 'text',
|
|
23578
23388
|
editable: false
|
|
23389
|
+
}, {
|
|
23390
|
+
field: 'organizationId',
|
|
23391
|
+
editable: false,
|
|
23392
|
+
hide: true,
|
|
23393
|
+
defaultValue: '${organizationId}'
|
|
23579
23394
|
}]
|
|
23580
23395
|
}
|
|
23581
23396
|
})]
|
|
@@ -23622,30 +23437,27 @@ function TableProperties (_ref) {
|
|
|
23622
23437
|
colDef: [{
|
|
23623
23438
|
field: 'key',
|
|
23624
23439
|
headerName: 'Key',
|
|
23625
|
-
cellDataType: 'string'
|
|
23626
|
-
editable: true,
|
|
23627
|
-
width: 200
|
|
23440
|
+
cellDataType: 'string'
|
|
23628
23441
|
}, {
|
|
23629
23442
|
headerName: 'Name',
|
|
23630
23443
|
marryChildren: true,
|
|
23631
|
-
required: true,
|
|
23632
23444
|
children: [{
|
|
23633
|
-
field: 'name.
|
|
23445
|
+
field: 'name.de',
|
|
23634
23446
|
headerName: 'DE',
|
|
23635
23447
|
isDictionary: true,
|
|
23636
23448
|
filter: 'text'
|
|
23637
23449
|
}, {
|
|
23638
|
-
field: 'name.
|
|
23450
|
+
field: 'name.en',
|
|
23639
23451
|
headerName: 'EN',
|
|
23640
23452
|
isDictionary: true,
|
|
23641
23453
|
filter: 'text'
|
|
23642
23454
|
}, {
|
|
23643
|
-
field: 'name.
|
|
23455
|
+
field: 'name.fr',
|
|
23644
23456
|
headerName: 'FR',
|
|
23645
23457
|
isDictionary: true,
|
|
23646
23458
|
filter: 'text'
|
|
23647
23459
|
}, {
|
|
23648
|
-
field: 'name.
|
|
23460
|
+
field: 'name.it',
|
|
23649
23461
|
headerName: 'IT',
|
|
23650
23462
|
isDictionary: true,
|
|
23651
23463
|
filter: 'text'
|
|
@@ -23653,19 +23465,18 @@ function TableProperties (_ref) {
|
|
|
23653
23465
|
}, {
|
|
23654
23466
|
headerName: 'Value',
|
|
23655
23467
|
marryChildren: true,
|
|
23656
|
-
required: true,
|
|
23657
23468
|
children: [{
|
|
23658
|
-
field: 'value.
|
|
23469
|
+
field: 'value.de',
|
|
23659
23470
|
headerName: 'DE',
|
|
23660
23471
|
isDictionary: true,
|
|
23661
23472
|
filter: 'text'
|
|
23662
23473
|
}, {
|
|
23663
|
-
field: 'value.
|
|
23474
|
+
field: 'value.en',
|
|
23664
23475
|
headerName: 'EN',
|
|
23665
23476
|
isDictionary: true,
|
|
23666
23477
|
filter: 'text'
|
|
23667
23478
|
}, {
|
|
23668
|
-
field: 'value.
|
|
23479
|
+
field: 'value.fr',
|
|
23669
23480
|
headerName: 'FR',
|
|
23670
23481
|
isDictionary: true,
|
|
23671
23482
|
filter: 'text'
|
|
@@ -23679,32 +23490,28 @@ function TableProperties (_ref) {
|
|
|
23679
23490
|
field: 'featureNos',
|
|
23680
23491
|
headerName: 'FeatureNo (TODO Lookup)',
|
|
23681
23492
|
cellDataType: 'string',
|
|
23682
|
-
editable: true
|
|
23683
|
-
width: 200
|
|
23493
|
+
editable: true
|
|
23684
23494
|
}, {
|
|
23685
23495
|
field: 'optionKeys',
|
|
23686
23496
|
headerName: 'OptionKeys (TODO Lookup)',
|
|
23687
23497
|
cellDataType: 'string',
|
|
23688
|
-
editable: true
|
|
23689
|
-
width: 200
|
|
23498
|
+
editable: true
|
|
23690
23499
|
}, {
|
|
23691
23500
|
field: 'serieNos',
|
|
23692
23501
|
headerName: 'SerieNos (TODO Lookup)',
|
|
23693
23502
|
cellDataType: 'string',
|
|
23694
|
-
editable: true
|
|
23695
|
-
width: 200
|
|
23503
|
+
editable: true
|
|
23696
23504
|
}, {
|
|
23697
23505
|
field: 'typeNos',
|
|
23698
23506
|
headerName: 'TypeNos (TODO Lookup)',
|
|
23699
23507
|
cellDataType: 'string',
|
|
23700
|
-
editable: true
|
|
23701
|
-
width: 200
|
|
23508
|
+
editable: true
|
|
23702
23509
|
}, {
|
|
23703
23510
|
field: 'organizationId',
|
|
23704
|
-
headerName: 'OrganizationId (TODO DefaultValue)',
|
|
23705
23511
|
cellDataType: 'string',
|
|
23706
|
-
|
|
23707
|
-
|
|
23512
|
+
defaultValue: '${organizationId}',
|
|
23513
|
+
required: true,
|
|
23514
|
+
hide: true
|
|
23708
23515
|
}, {
|
|
23709
23516
|
field: 'lastUpdatedDate',
|
|
23710
23517
|
filter: 'date',
|
|
@@ -23745,25 +23552,24 @@ var config = {
|
|
|
23745
23552
|
}, {
|
|
23746
23553
|
headerName: 'catalogName',
|
|
23747
23554
|
marryChildren: true,
|
|
23748
|
-
required: true,
|
|
23749
23555
|
children: [{
|
|
23750
|
-
field: 'catalogName.
|
|
23556
|
+
field: 'catalogName.de',
|
|
23751
23557
|
headerName: 'DE',
|
|
23752
23558
|
isDictionary: true,
|
|
23753
23559
|
filter: 'text'
|
|
23754
23560
|
}, {
|
|
23755
|
-
field: 'catalogName.
|
|
23561
|
+
field: 'catalogName.en',
|
|
23756
23562
|
headerName: 'EN',
|
|
23757
23563
|
isDictionary: true,
|
|
23758
23564
|
filter: 'text'
|
|
23759
23565
|
}, {
|
|
23760
|
-
field: 'catalogName.
|
|
23566
|
+
field: 'catalogName.fr',
|
|
23761
23567
|
headerName: 'FR',
|
|
23762
23568
|
isDictionary: true,
|
|
23763
23569
|
filter: 'text'
|
|
23764
23570
|
}, {
|
|
23765
|
-
field: 'catalogName.
|
|
23766
|
-
headerName: '
|
|
23571
|
+
field: 'catalogName.it',
|
|
23572
|
+
headerName: 'IT',
|
|
23767
23573
|
isDictionary: true,
|
|
23768
23574
|
filter: 'text'
|
|
23769
23575
|
}]
|
|
@@ -23771,22 +23577,22 @@ var config = {
|
|
|
23771
23577
|
headerName: 'catalogInfo',
|
|
23772
23578
|
marryChildren: true,
|
|
23773
23579
|
children: [{
|
|
23774
|
-
field: 'catalogInfo.
|
|
23580
|
+
field: 'catalogInfo.de',
|
|
23775
23581
|
headerName: 'DE',
|
|
23776
23582
|
isDictionary: true,
|
|
23777
23583
|
filter: 'text'
|
|
23778
23584
|
}, {
|
|
23779
|
-
field: 'catalogInfo.
|
|
23585
|
+
field: 'catalogInfo.en',
|
|
23780
23586
|
headerName: 'EN',
|
|
23781
23587
|
isDictionary: true,
|
|
23782
23588
|
filter: 'text'
|
|
23783
23589
|
}, {
|
|
23784
|
-
field: 'catalogInfo.
|
|
23590
|
+
field: 'catalogInfo.fr',
|
|
23785
23591
|
headerName: 'FR',
|
|
23786
23592
|
isDictionary: true,
|
|
23787
23593
|
filter: 'text'
|
|
23788
23594
|
}, {
|
|
23789
|
-
field: 'catalogInfo.
|
|
23595
|
+
field: 'catalogInfo.it',
|
|
23790
23596
|
headerName: 'FR',
|
|
23791
23597
|
isDictionary: true,
|
|
23792
23598
|
filter: 'text'
|
|
@@ -23805,7 +23611,21 @@ var config = {
|
|
|
23805
23611
|
filter: 'text'
|
|
23806
23612
|
}, {
|
|
23807
23613
|
field: 'formOfAddress1',
|
|
23808
|
-
filter: 'number'
|
|
23614
|
+
filter: 'number',
|
|
23615
|
+
type: 'enum',
|
|
23616
|
+
cellRendererParams: {
|
|
23617
|
+
options: [{
|
|
23618
|
+
value: 0,
|
|
23619
|
+
label: {
|
|
23620
|
+
de: 'Herr'
|
|
23621
|
+
}
|
|
23622
|
+
}, {
|
|
23623
|
+
value: 1,
|
|
23624
|
+
label: {
|
|
23625
|
+
de: 'Frau'
|
|
23626
|
+
}
|
|
23627
|
+
}]
|
|
23628
|
+
}
|
|
23809
23629
|
}, {
|
|
23810
23630
|
field: 'department1',
|
|
23811
23631
|
filter: 'text'
|
|
@@ -23828,7 +23648,7 @@ var config = {
|
|
|
23828
23648
|
field: 'city1',
|
|
23829
23649
|
filter: 'text'
|
|
23830
23650
|
}, {
|
|
23831
|
-
field: 'isoCountryId1',
|
|
23651
|
+
field: 'isoCountryId1 (TODO: lookup)',
|
|
23832
23652
|
filter: 'text'
|
|
23833
23653
|
}, {
|
|
23834
23654
|
field: 'contactPersonNo2',
|
|
@@ -23844,7 +23664,21 @@ var config = {
|
|
|
23844
23664
|
filter: 'text'
|
|
23845
23665
|
}, {
|
|
23846
23666
|
field: 'formOfAddress2',
|
|
23847
|
-
filter: 'number'
|
|
23667
|
+
filter: 'number',
|
|
23668
|
+
type: 'enum',
|
|
23669
|
+
cellRendererParams: {
|
|
23670
|
+
options: [{
|
|
23671
|
+
value: 0,
|
|
23672
|
+
label: {
|
|
23673
|
+
de: 'Herr'
|
|
23674
|
+
}
|
|
23675
|
+
}, {
|
|
23676
|
+
value: 1,
|
|
23677
|
+
label: {
|
|
23678
|
+
de: 'Frau'
|
|
23679
|
+
}
|
|
23680
|
+
}]
|
|
23681
|
+
}
|
|
23848
23682
|
}, {
|
|
23849
23683
|
field: 'department2',
|
|
23850
23684
|
filter: 'text'
|
|
@@ -23867,7 +23701,7 @@ var config = {
|
|
|
23867
23701
|
field: 'city2',
|
|
23868
23702
|
filter: 'text'
|
|
23869
23703
|
}, {
|
|
23870
|
-
field: 'isoCountryId2',
|
|
23704
|
+
field: 'isoCountryId2 (TODO: lookup)',
|
|
23871
23705
|
filter: 'text'
|
|
23872
23706
|
}, {
|
|
23873
23707
|
field: 'manufactureName1',
|
|
@@ -23891,7 +23725,7 @@ var config = {
|
|
|
23891
23725
|
field: 'city',
|
|
23892
23726
|
filter: 'text'
|
|
23893
23727
|
}, {
|
|
23894
|
-
field: 'contactSupplierIsoCountryId',
|
|
23728
|
+
field: 'contactSupplierIsoCountryId (TODO: lookup)',
|
|
23895
23729
|
filter: 'text'
|
|
23896
23730
|
}, {
|
|
23897
23731
|
field: 'zipCodePostBox',
|
|
@@ -23914,64 +23748,76 @@ var config = {
|
|
|
23914
23748
|
required: true,
|
|
23915
23749
|
editable: false
|
|
23916
23750
|
}, {
|
|
23917
|
-
headerName: 'externalName',
|
|
23751
|
+
headerName: 'externalName ',
|
|
23918
23752
|
marryChildren: true,
|
|
23919
|
-
required: true,
|
|
23920
23753
|
children: [{
|
|
23921
|
-
field: 'externalName.
|
|
23754
|
+
field: 'externalName.de',
|
|
23922
23755
|
headerName: 'DE',
|
|
23923
23756
|
isDictionary: true,
|
|
23924
23757
|
filter: 'text'
|
|
23925
23758
|
}, {
|
|
23926
|
-
field: 'externalName.
|
|
23759
|
+
field: 'externalName.en',
|
|
23927
23760
|
headerName: 'EN',
|
|
23928
23761
|
isDictionary: true,
|
|
23929
23762
|
filter: 'text'
|
|
23930
23763
|
}, {
|
|
23931
|
-
field: 'externalName.
|
|
23932
|
-
headerName: '
|
|
23764
|
+
field: 'externalName.fr',
|
|
23765
|
+
headerName: 'FE',
|
|
23766
|
+
isDictionary: true,
|
|
23767
|
+
filter: 'text'
|
|
23768
|
+
}, {
|
|
23769
|
+
field: 'externalName.it',
|
|
23770
|
+
headerName: 'IT',
|
|
23933
23771
|
isDictionary: true,
|
|
23934
23772
|
filter: 'text'
|
|
23935
23773
|
}]
|
|
23936
23774
|
}, {
|
|
23937
23775
|
headerName: 'internalName',
|
|
23938
23776
|
marryChildren: true,
|
|
23939
|
-
required: true,
|
|
23940
23777
|
children: [{
|
|
23941
|
-
field: 'internalName.
|
|
23778
|
+
field: 'internalName.de',
|
|
23942
23779
|
headerName: 'DE',
|
|
23943
23780
|
isDictionary: true,
|
|
23944
23781
|
filter: 'text'
|
|
23945
23782
|
}, {
|
|
23946
|
-
field: 'internalName.
|
|
23783
|
+
field: 'internalName.en',
|
|
23947
23784
|
headerName: 'EN',
|
|
23948
23785
|
isDictionary: true,
|
|
23949
23786
|
filter: 'text'
|
|
23950
23787
|
}, {
|
|
23951
|
-
field: 'internalName.
|
|
23788
|
+
field: 'internalName.fr',
|
|
23952
23789
|
headerName: 'FR',
|
|
23953
23790
|
isDictionary: true,
|
|
23954
23791
|
filter: 'text'
|
|
23792
|
+
}, {
|
|
23793
|
+
field: 'internalName.it',
|
|
23794
|
+
headerName: 'IT',
|
|
23795
|
+
isDictionary: true,
|
|
23796
|
+
filter: 'text'
|
|
23955
23797
|
}]
|
|
23956
23798
|
}, {
|
|
23957
23799
|
headerName: 'toolTip',
|
|
23958
23800
|
marryChildren: true,
|
|
23959
|
-
required: true,
|
|
23960
23801
|
children: [{
|
|
23961
|
-
field: 'toolTip.
|
|
23802
|
+
field: 'toolTip.de',
|
|
23962
23803
|
headerName: 'DE',
|
|
23963
23804
|
isDictionary: true,
|
|
23964
23805
|
filter: 'text'
|
|
23965
23806
|
}, {
|
|
23966
|
-
field: 'toolTip.
|
|
23807
|
+
field: 'toolTip.en',
|
|
23967
23808
|
headerName: 'EN',
|
|
23968
23809
|
isDictionary: true,
|
|
23969
23810
|
filter: 'text'
|
|
23970
23811
|
}, {
|
|
23971
|
-
field: 'toolTip.
|
|
23812
|
+
field: 'toolTip.fr',
|
|
23972
23813
|
headerName: 'FR',
|
|
23973
23814
|
isDictionary: true,
|
|
23974
23815
|
filter: 'text'
|
|
23816
|
+
}, {
|
|
23817
|
+
field: 'toolTip.it',
|
|
23818
|
+
headerName: 'IT',
|
|
23819
|
+
isDictionary: true,
|
|
23820
|
+
filter: 'text'
|
|
23975
23821
|
}]
|
|
23976
23822
|
}]
|
|
23977
23823
|
},
|
|
@@ -23984,22 +23830,26 @@ var config = {
|
|
|
23984
23830
|
}, {
|
|
23985
23831
|
headerName: 'featureText',
|
|
23986
23832
|
marryChildren: true,
|
|
23987
|
-
required: true,
|
|
23988
23833
|
children: [{
|
|
23989
|
-
field: 'featureText.
|
|
23834
|
+
field: 'featureText.de',
|
|
23990
23835
|
headerName: 'DE',
|
|
23991
23836
|
isDictionary: true,
|
|
23992
23837
|
filter: 'text'
|
|
23993
23838
|
}, {
|
|
23994
|
-
field: 'featureText.
|
|
23839
|
+
field: 'featureText.en',
|
|
23995
23840
|
headerName: 'EN',
|
|
23996
23841
|
isDictionary: true,
|
|
23997
23842
|
filter: 'text'
|
|
23998
23843
|
}, {
|
|
23999
|
-
field: 'featureText.
|
|
23844
|
+
field: 'featureText.fr',
|
|
24000
23845
|
headerName: 'FR',
|
|
24001
23846
|
isDictionary: true,
|
|
24002
23847
|
filter: 'text'
|
|
23848
|
+
}, {
|
|
23849
|
+
field: 'featureText.it',
|
|
23850
|
+
headerName: 'IT',
|
|
23851
|
+
isDictionary: true,
|
|
23852
|
+
filter: 'text'
|
|
24003
23853
|
}]
|
|
24004
23854
|
}]
|
|
24005
23855
|
},
|
|
@@ -24027,57 +23877,71 @@ var config = {
|
|
|
24027
23877
|
}, {
|
|
24028
23878
|
headerName: 'shortText',
|
|
24029
23879
|
marryChildren: true,
|
|
24030
|
-
required: true,
|
|
24031
23880
|
children: [{
|
|
24032
|
-
field: 'shortText.
|
|
23881
|
+
field: 'shortText.de',
|
|
24033
23882
|
headerName: 'DE',
|
|
24034
23883
|
isDictionary: true,
|
|
24035
23884
|
filter: 'text'
|
|
24036
23885
|
}, {
|
|
24037
|
-
field: 'shortText.
|
|
23886
|
+
field: 'shortText.ne',
|
|
24038
23887
|
headerName: 'EN',
|
|
24039
23888
|
isDictionary: true,
|
|
24040
23889
|
filter: 'text'
|
|
24041
23890
|
}, {
|
|
24042
|
-
field: 'shortText.
|
|
23891
|
+
field: 'shortText.fr',
|
|
24043
23892
|
headerName: 'FR',
|
|
24044
23893
|
isDictionary: true,
|
|
24045
23894
|
filter: 'text'
|
|
23895
|
+
}, {
|
|
23896
|
+
field: 'shortText.it',
|
|
23897
|
+
headerName: 'IT',
|
|
23898
|
+
isDictionary: true,
|
|
23899
|
+
filter: 'text'
|
|
24046
23900
|
}]
|
|
24047
23901
|
}, {
|
|
24048
23902
|
headerName: 'fullText',
|
|
24049
23903
|
marryChildren: true,
|
|
24050
23904
|
children: [{
|
|
24051
|
-
field: 'fullText.
|
|
23905
|
+
field: 'fullText.de',
|
|
24052
23906
|
headerName: 'DE',
|
|
24053
23907
|
isDictionary: true,
|
|
24054
23908
|
filter: 'text'
|
|
24055
23909
|
}, {
|
|
24056
|
-
field: 'fullText.
|
|
23910
|
+
field: 'fullText.en',
|
|
24057
23911
|
headerName: 'EN',
|
|
24058
23912
|
isDictionary: true,
|
|
24059
23913
|
filter: 'text'
|
|
24060
23914
|
}, {
|
|
24061
|
-
field: 'fullText.
|
|
23915
|
+
field: 'fullText.fr',
|
|
24062
23916
|
headerName: 'FR',
|
|
24063
23917
|
isDictionary: true,
|
|
24064
23918
|
filter: 'text'
|
|
23919
|
+
}, {
|
|
23920
|
+
field: 'fullText.it',
|
|
23921
|
+
headerName: 'IT',
|
|
23922
|
+
isDictionary: true,
|
|
23923
|
+
filter: 'text'
|
|
24065
23924
|
}]
|
|
24066
23925
|
}, {
|
|
24067
23926
|
headerName: 'planningAdvice',
|
|
24068
23927
|
marryChildren: true,
|
|
24069
23928
|
children: [{
|
|
24070
|
-
field: 'planningAdvice.
|
|
23929
|
+
field: 'planningAdvice.de',
|
|
24071
23930
|
headerName: 'DE',
|
|
24072
23931
|
isDictionary: true,
|
|
24073
23932
|
filter: 'text'
|
|
24074
23933
|
}, {
|
|
24075
|
-
field: 'planningAdvice.
|
|
23934
|
+
field: 'planningAdvice.en',
|
|
24076
23935
|
headerName: 'EN',
|
|
24077
23936
|
isDictionary: true,
|
|
24078
23937
|
filter: 'text'
|
|
24079
23938
|
}, {
|
|
24080
|
-
field: 'planningAdvice.
|
|
23939
|
+
field: 'planningAdvice.fr',
|
|
23940
|
+
headerName: 'FR',
|
|
23941
|
+
isDictionary: true,
|
|
23942
|
+
filter: 'text'
|
|
23943
|
+
}, {
|
|
23944
|
+
field: 'planningAdvice.it',
|
|
24081
23945
|
headerName: 'FR',
|
|
24082
23946
|
isDictionary: true,
|
|
24083
23947
|
filter: 'text'
|
|
@@ -24101,18 +23965,24 @@ var config = {
|
|
|
24101
23965
|
}, {
|
|
24102
23966
|
headerName: 'optionText',
|
|
24103
23967
|
marryChildren: true,
|
|
24104
|
-
required: true,
|
|
24105
23968
|
children: [{
|
|
24106
|
-
field: 'optionText.
|
|
23969
|
+
field: 'optionText.de',
|
|
24107
23970
|
headerName: 'DE',
|
|
24108
23971
|
isDictionary: true,
|
|
24109
23972
|
filter: 'text'
|
|
24110
23973
|
}, {
|
|
24111
|
-
field: 'optionText.
|
|
23974
|
+
field: 'optionText.en',
|
|
23975
|
+
headerName: 'EN',
|
|
23976
|
+
isDictionary: true,
|
|
23977
|
+
filter: 'text'
|
|
23978
|
+
}, {
|
|
23979
|
+
field: 'optionText.fr',
|
|
23980
|
+
headerName: 'FR',
|
|
24112
23981
|
isDictionary: true,
|
|
24113
23982
|
filter: 'text'
|
|
24114
23983
|
}, {
|
|
24115
|
-
field: 'optionText.
|
|
23984
|
+
field: 'optionText.it',
|
|
23985
|
+
headerName: 'IT',
|
|
24116
23986
|
isDictionary: true,
|
|
24117
23987
|
filter: 'text'
|
|
24118
23988
|
}]
|
|
@@ -24120,15 +23990,23 @@ var config = {
|
|
|
24120
23990
|
headerName: 'optionCommentText',
|
|
24121
23991
|
marryChildren: true,
|
|
24122
23992
|
children: [{
|
|
24123
|
-
field: 'optionCommentText.
|
|
23993
|
+
field: 'optionCommentText.de',
|
|
23994
|
+
headerName: 'DE',
|
|
23995
|
+
isDictionary: true,
|
|
23996
|
+
filter: 'text'
|
|
23997
|
+
}, {
|
|
23998
|
+
field: 'optionCommentText.en',
|
|
23999
|
+
headerName: 'EN',
|
|
24124
24000
|
isDictionary: true,
|
|
24125
24001
|
filter: 'text'
|
|
24126
24002
|
}, {
|
|
24127
|
-
field: 'optionCommentText.
|
|
24003
|
+
field: 'optionCommentText.fr',
|
|
24004
|
+
headerName: 'FR',
|
|
24128
24005
|
isDictionary: true,
|
|
24129
24006
|
filter: 'text'
|
|
24130
24007
|
}, {
|
|
24131
|
-
field: 'optionCommentText.
|
|
24008
|
+
field: 'optionCommentText.it',
|
|
24009
|
+
headerName: 'IT',
|
|
24132
24010
|
isDictionary: true,
|
|
24133
24011
|
filter: 'text'
|
|
24134
24012
|
}]
|
|
@@ -24136,19 +24014,32 @@ var config = {
|
|
|
24136
24014
|
},
|
|
24137
24015
|
serie: {
|
|
24138
24016
|
colDef: [{
|
|
24017
|
+
field: 'serieNo',
|
|
24018
|
+
filter: 'text',
|
|
24019
|
+
required: true,
|
|
24020
|
+
editable: false
|
|
24021
|
+
}, {
|
|
24139
24022
|
headerName: 'seriesName',
|
|
24140
24023
|
marryChildren: true,
|
|
24141
24024
|
required: true,
|
|
24142
24025
|
children: [{
|
|
24143
|
-
field: 'seriesName.
|
|
24026
|
+
field: 'seriesName.de',
|
|
24027
|
+
headerName: 'DE',
|
|
24144
24028
|
isDictionary: true,
|
|
24145
24029
|
filter: 'text'
|
|
24146
24030
|
}, {
|
|
24147
|
-
field: 'seriesName.
|
|
24031
|
+
field: 'seriesName.en',
|
|
24032
|
+
headerName: 'EN',
|
|
24033
|
+
isDictionary: true,
|
|
24034
|
+
filter: 'text'
|
|
24035
|
+
}, {
|
|
24036
|
+
field: 'seriesName.fr',
|
|
24037
|
+
headerName: 'FR',
|
|
24148
24038
|
isDictionary: true,
|
|
24149
24039
|
filter: 'text'
|
|
24150
24040
|
}, {
|
|
24151
|
-
field: 'seriesName.
|
|
24041
|
+
field: 'seriesName.it',
|
|
24042
|
+
headerName: 'IT',
|
|
24152
24043
|
isDictionary: true,
|
|
24153
24044
|
filter: 'text'
|
|
24154
24045
|
}]
|
|
@@ -24156,23 +24047,26 @@ var config = {
|
|
|
24156
24047
|
headerName: 'seriesFullText',
|
|
24157
24048
|
marryChildren: true,
|
|
24158
24049
|
children: [{
|
|
24159
|
-
field: 'seriesFullText.
|
|
24050
|
+
field: 'seriesFullText.de',
|
|
24051
|
+
headerName: 'DE',
|
|
24052
|
+
isDictionary: true,
|
|
24053
|
+
filter: 'text'
|
|
24054
|
+
}, {
|
|
24055
|
+
field: 'seriesFullText.en',
|
|
24056
|
+
headerName: 'EN',
|
|
24160
24057
|
isDictionary: true,
|
|
24161
24058
|
filter: 'text'
|
|
24162
24059
|
}, {
|
|
24163
|
-
field: 'seriesFullText.
|
|
24060
|
+
field: 'seriesFullText.fr',
|
|
24061
|
+
headerName: 'FR',
|
|
24164
24062
|
isDictionary: true,
|
|
24165
24063
|
filter: 'text'
|
|
24166
24064
|
}, {
|
|
24167
|
-
field: 'seriesFullText.
|
|
24065
|
+
field: 'seriesFullText.it',
|
|
24066
|
+
headerName: 'IT',
|
|
24168
24067
|
isDictionary: true,
|
|
24169
24068
|
filter: 'text'
|
|
24170
24069
|
}]
|
|
24171
|
-
}, {
|
|
24172
|
-
field: 'serieNo',
|
|
24173
|
-
filter: 'text',
|
|
24174
|
-
required: true,
|
|
24175
|
-
editable: false
|
|
24176
24070
|
}]
|
|
24177
24071
|
}
|
|
24178
24072
|
};
|
|
@@ -24263,8 +24157,6 @@ function TableRenaming (_ref) {
|
|
|
24263
24157
|
type: 'dotnetSSM',
|
|
24264
24158
|
apiInterface: {
|
|
24265
24159
|
read: apiConfig.enricherService + '/packages/${packageId}/renaming/${type}',
|
|
24266
|
-
create: apiConfig.enricherService + '/packages/${packageId}/renaming/${type}',
|
|
24267
|
-
"delete": apiConfig.enricherService + '/packages/${packageId}/renaming/${type}/${_id}',
|
|
24268
24160
|
update: apiConfig.enricherService + '/packages/${packageId}/renaming/${type}/${_id}'
|
|
24269
24161
|
},
|
|
24270
24162
|
dateFormat: 'LL',
|
|
@@ -24301,6 +24193,7 @@ function IDMCatalogEditor(_ref) {
|
|
|
24301
24193
|
var selectedPackage = _ref.selectedPackage,
|
|
24302
24194
|
setSelectedPackage = _ref.setSelectedPackage,
|
|
24303
24195
|
jwt = _ref.jwt,
|
|
24196
|
+
organizationId = _ref.organizationId,
|
|
24304
24197
|
apiConfig = _ref.apiConfig;
|
|
24305
24198
|
var _useTranslation = useTranslation$1(),
|
|
24306
24199
|
t = _useTranslation.t;
|
|
@@ -24322,6 +24215,7 @@ function IDMCatalogEditor(_ref) {
|
|
|
24322
24215
|
gridId: 'crud-grid_tabgroups',
|
|
24323
24216
|
jwt: jwt,
|
|
24324
24217
|
applicationData: {
|
|
24218
|
+
organizationId: organizationId,
|
|
24325
24219
|
packageId: selectedPackage
|
|
24326
24220
|
},
|
|
24327
24221
|
configuration: {
|
|
@@ -24364,14 +24258,13 @@ function IDMCatalogEditor(_ref) {
|
|
|
24364
24258
|
field: 'featureNos',
|
|
24365
24259
|
headerName: 'FeatureNo (TODO Lookup)',
|
|
24366
24260
|
cellDataType: 'string',
|
|
24367
|
-
editable: true
|
|
24368
|
-
width: 200
|
|
24261
|
+
editable: true
|
|
24369
24262
|
}, {
|
|
24370
24263
|
field: 'organizationId',
|
|
24371
|
-
headerName: 'OrganizationId (TODO DefaultValue)',
|
|
24372
24264
|
cellDataType: 'string',
|
|
24373
|
-
editable:
|
|
24374
|
-
|
|
24265
|
+
editable: false,
|
|
24266
|
+
hide: true,
|
|
24267
|
+
defaultValue: '${organizationId}'
|
|
24375
24268
|
}, {
|
|
24376
24269
|
field: 'lastUpdatedDate',
|
|
24377
24270
|
filter: 'date',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAElF,QAAA,MAAM,MAAM,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,MAAM,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;KAAE,CAAA;
|
|
1
|
+
{"version":3,"file":"tableConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableExclusivity/tableConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAElF,QAAA,MAAM,MAAM,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,MAAM,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;KAAE,CAAA;CAkdvH,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpE,MAAM,CAAC,OAAO,WAAW,EAAE,GAAG,EAAE,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,EAAE,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TablePackages/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpE,MAAM,CAAC,OAAO,WAAW,EAAE,GAAG,EAAE,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,EAAE,sBAAsB,eA0E/F"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableProperties/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableProperties/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,MAAM,CAAC,OAAO,WAAW,EAAE,eAAe,EAAE,kBAAkB,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableProperties/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,MAAM,CAAC,OAAO,WAAW,EAAE,eAAe,EAAE,kBAAkB,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,sBAAsB,eA6JvG"}
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAqDpE,MAAM,CAAC,OAAO,WAAW,EAAE,eAAe,EAAE,kBAAkB,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAqDpE,MAAM,CAAC,OAAO,WAAW,EAAE,eAAe,EAAE,kBAAkB,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,sBAAsB,eAqEvG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAElF,QAAA,MAAM,MAAM,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,MAAM,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;KAAE,CAAA;
|
|
1
|
+
{"version":3,"file":"tableConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAElF,QAAA,MAAM,MAAM,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,MAAM,EAAE,CAAC,mBAAmB,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;KAAE,CAAA;CA0oBvH,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IDMEnricherEditorState } from '../../useIDMEnricherEditor';
|
|
2
|
-
export default function IDMCatalogEditor({ selectedPackage, setSelectedPackage, jwt, apiConfig }: IDMEnricherEditorState): JSX.Element;
|
|
2
|
+
export default function IDMCatalogEditor({ selectedPackage, setSelectedPackage, jwt, organizationId, apiConfig }: IDMEnricherEditorState): JSX.Element;
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableTabGroups/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableTabGroups/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,eAAe,EAAE,kBAAkB,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableTabGroups/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,eAAe,EAAE,kBAAkB,EAAE,GAAG,EAAE,cAAc,EAAE,SAAS,EAAE,EAAE,sBAAsB,eA2GvI"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.7.0-beta.
|
|
3
|
+
"version": "24.7.0-beta.46",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^5.15.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
},
|
|
53
53
|
"module": "build/esm/index.js",
|
|
54
54
|
"types": "./build/types/backoffice/src/index.d.ts",
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "3d32b333e86562efdf0d1471982181863b262ec9"
|
|
56
56
|
}
|