@crystaldesign/diva-backoffice 24.9.0-beta.8 → 24.9.0-rc.0
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 +1591 -575
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG/ArticleSelection/index.d.ts.map +1 -1
- package/build/types/backoffice/src/layout/Toolbar/Tools/WYSIWYG/useWysiwyg.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableExclusivity/index.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/TableRenaming/tableConfiguration/catalogConfig.d.ts +6 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/catalogConfig.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.d.ts +6 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/detailInfosConfig.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/featureConfig.d.ts +6 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/featureConfig.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/{tableConfiguration.d.ts → tableConfiguration/index.d.ts} +2 -2
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.d.ts +6 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/itemConfig.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.d.ts +6 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/optionsConfig.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.d.ts +6 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration/seriesConfig.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/SMChart/index.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/SMChart/types.d.ts +2 -0
- package/build/types/backoffice/src/ui/SMChart/types.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/BaseTable/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration.d.ts.map +0 -1
package/build/esm/index.js
CHANGED
|
@@ -71,7 +71,7 @@ import DeleteOutlined from '@ant-design/icons/DeleteOutlined';
|
|
|
71
71
|
import JSONEditor from 'jsoneditor';
|
|
72
72
|
import 'jsoneditor/dist/jsoneditor.css';
|
|
73
73
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
74
|
-
import { MinusCircleOutlined, PlusOutlined, DownloadOutlined as DownloadOutlined$1, PlusSquareOutlined, DeleteOutlined as DeleteOutlined$1, FullscreenOutlined, FileUnknownOutlined, CloseOutlined as CloseOutlined$1, PlusCircleOutlined as PlusCircleOutlined$1, HomeOutlined as HomeOutlined$1, InboxOutlined, PushpinOutlined, ReloadOutlined as ReloadOutlined$1 } from '@ant-design/icons';
|
|
74
|
+
import { MinusCircleOutlined, PlusOutlined, DownloadOutlined as DownloadOutlined$1, PlusSquareOutlined, DeleteOutlined as DeleteOutlined$1, FullscreenOutlined, FileUnknownOutlined, CloseOutlined as CloseOutlined$1, PlusCircleOutlined as PlusCircleOutlined$1, HomeOutlined as HomeOutlined$1, InboxOutlined, PushpinOutlined, PushpinFilled, ReloadOutlined as ReloadOutlined$1 } from '@ant-design/icons';
|
|
75
75
|
import { Editor } from '@tinymce/tinymce-react';
|
|
76
76
|
import { stringify } from 'csv';
|
|
77
77
|
import InfiniteScroll from 'react-infinite-scroll-component';
|
|
@@ -113,6 +113,7 @@ import Descriptions$1 from 'antd/es/descriptions';
|
|
|
113
113
|
import Space$1 from 'antd/es/space';
|
|
114
114
|
import { Spreadsheet } from '@crystaldesign/spreadsheet';
|
|
115
115
|
import EditOutlined from '@ant-design/icons/lib/icons/EditOutlined';
|
|
116
|
+
import UploadOutlined$1 from '@ant-design/icons/lib/icons/UploadOutlined';
|
|
116
117
|
import Switch$1 from 'antd/es/switch';
|
|
117
118
|
import Layout$1 from 'antd/es/layout';
|
|
118
119
|
import Menu from 'antd/es/menu';
|
|
@@ -14146,12 +14147,12 @@ var ApiKey = function ApiKey(_ref) {
|
|
|
14146
14147
|
value: _value,
|
|
14147
14148
|
placeholder: placeholder,
|
|
14148
14149
|
style: {
|
|
14149
|
-
width: '
|
|
14150
|
+
width: '85%'
|
|
14150
14151
|
}
|
|
14151
14152
|
}), /*#__PURE__*/jsx(Button, {
|
|
14152
14153
|
onClick: generateApiKey,
|
|
14153
14154
|
style: {
|
|
14154
|
-
width: '
|
|
14155
|
+
width: '15%'
|
|
14155
14156
|
},
|
|
14156
14157
|
children: t('backoffice.apikey.generate')
|
|
14157
14158
|
})]
|
|
@@ -21674,6 +21675,7 @@ var SMChart = function SMChart(props) {
|
|
|
21674
21675
|
var hasPermission = userHasPermission(props.permission);
|
|
21675
21676
|
var darkmode = root.contentStore.theme === 'darkmode';
|
|
21676
21677
|
return hasPermission ? /*#__PURE__*/jsx(Histogram, {
|
|
21678
|
+
visibleState: props.visibleState,
|
|
21677
21679
|
field: props.field,
|
|
21678
21680
|
interval: props.interval,
|
|
21679
21681
|
topPics: props.topPics,
|
|
@@ -21711,6 +21713,10 @@ var TableWrapper = function TableWrapper(_ref) {
|
|
|
21711
21713
|
setAutoRefresh = _useState2[1];
|
|
21712
21714
|
var _useTranslation = useTranslation$1(),
|
|
21713
21715
|
t = _useTranslation.t;
|
|
21716
|
+
var _useState3 = useState(false),
|
|
21717
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
21718
|
+
analyticsVisible = _useState4[0],
|
|
21719
|
+
setAnalyticsVisible = _useState4[1];
|
|
21714
21720
|
useEffect(function () {
|
|
21715
21721
|
if (!state.loading && state.configuration.canRefresh) state.triggerRefresh();
|
|
21716
21722
|
}, [root.dataStore.selectedOrganizationId]);
|
|
@@ -21792,7 +21798,27 @@ var TableWrapper = function TableWrapper(_ref) {
|
|
|
21792
21798
|
style: {
|
|
21793
21799
|
"float": 'right'
|
|
21794
21800
|
},
|
|
21795
|
-
children: [state.configuration.
|
|
21801
|
+
children: [state.configuration.histogram && state.configuration.histogram.type == 'default' && /*#__PURE__*/jsx(Button, {
|
|
21802
|
+
type: "default",
|
|
21803
|
+
size: 'middle',
|
|
21804
|
+
onClick: function onClick() {
|
|
21805
|
+
return setAnalyticsVisible(!analyticsVisible);
|
|
21806
|
+
},
|
|
21807
|
+
children: /*#__PURE__*/jsx(SMChart, {
|
|
21808
|
+
field: state.configuration.histogram.field,
|
|
21809
|
+
interval: state.configuration.histogram.interval,
|
|
21810
|
+
topPics: state.configuration.histogram.topPics,
|
|
21811
|
+
from: state.configuration.histogram.from,
|
|
21812
|
+
to: state.configuration.histogram.to,
|
|
21813
|
+
filter: state.configuration.histogram.filter,
|
|
21814
|
+
description: state.configuration.histogram.description,
|
|
21815
|
+
title: state.configuration.histogram.title.text,
|
|
21816
|
+
apiTranslation: state.configuration.histogram.apiTranslation,
|
|
21817
|
+
component: state.configuration.histogram.component,
|
|
21818
|
+
permission: state.configuration.histogram.permission,
|
|
21819
|
+
visibleState: [analyticsVisible, setAnalyticsVisible]
|
|
21820
|
+
})
|
|
21821
|
+
}), state.configuration.clientRelations && state.configuration.variant !== 'CatalogTable' && /*#__PURE__*/jsx(Fragment, {
|
|
21796
21822
|
children: /*#__PURE__*/jsx(SelectClientRelationCatalog, {
|
|
21797
21823
|
onSelectedCatalog: state.onSelectedCatalog,
|
|
21798
21824
|
dontLoadCatalogData: state.configuration.dontLoadCatalogData
|
|
@@ -21899,32 +21925,26 @@ var TableWrapper = function TableWrapper(_ref) {
|
|
|
21899
21925
|
}) : undefined,
|
|
21900
21926
|
mappingData: state.mappingData
|
|
21901
21927
|
}, 'create')]
|
|
21902
|
-
}), state.configuration.histogram && state.configuration.histogram.type == 'applicationStatus' && /*#__PURE__*/jsx(
|
|
21903
|
-
|
|
21904
|
-
|
|
21905
|
-
|
|
21906
|
-
|
|
21907
|
-
|
|
21908
|
-
|
|
21909
|
-
|
|
21910
|
-
|
|
21911
|
-
|
|
21912
|
-
|
|
21913
|
-
|
|
21914
|
-
|
|
21915
|
-
|
|
21916
|
-
|
|
21917
|
-
|
|
21918
|
-
|
|
21919
|
-
|
|
21920
|
-
|
|
21921
|
-
|
|
21922
|
-
filter: state.configuration.histogram.filter,
|
|
21923
|
-
description: state.configuration.histogram.description,
|
|
21924
|
-
title: state.configuration.histogram.title.text,
|
|
21925
|
-
apiTranslation: state.configuration.histogram.apiTranslation,
|
|
21926
|
-
component: state.configuration.histogram.component,
|
|
21927
|
-
permission: state.configuration.histogram.permission
|
|
21928
|
+
}), state.configuration.histogram && state.configuration.histogram.type == 'applicationStatus' && /*#__PURE__*/jsx("button", {
|
|
21929
|
+
onClick: function onClick() {
|
|
21930
|
+
return setAnalyticsVisible(!analyticsVisible);
|
|
21931
|
+
},
|
|
21932
|
+
children: /*#__PURE__*/jsx(AGHistogram, {
|
|
21933
|
+
footnote: state.configuration.histogram.footnote,
|
|
21934
|
+
height: state.configuration.histogram.height,
|
|
21935
|
+
width: state.configuration.histogram.width,
|
|
21936
|
+
sizeItems: state.configuration.histogram.sizeItems,
|
|
21937
|
+
subtitle: state.configuration.histogram.subtitle,
|
|
21938
|
+
title: state.configuration.histogram.title,
|
|
21939
|
+
mapping: state.configuration.histogram.mapping,
|
|
21940
|
+
apiInterface: state.configuration.histogram.apiInterface,
|
|
21941
|
+
globalFilter: state.globalFilter,
|
|
21942
|
+
stackMapping: state.configuration.histogram.stackMapping,
|
|
21943
|
+
tooltipText: state.configuration.histogram.tooltipText,
|
|
21944
|
+
headerText: state.configuration.histogram.headerText,
|
|
21945
|
+
filterField: state.configuration.histogram.field
|
|
21946
|
+
//visibleState={visibleState}
|
|
21947
|
+
})
|
|
21928
21948
|
})]
|
|
21929
21949
|
})
|
|
21930
21950
|
})
|
|
@@ -22148,10 +22168,10 @@ function BulkAction(_ref6) {
|
|
|
22148
22168
|
return state.selected.includes(d._id);
|
|
22149
22169
|
})) || [];
|
|
22150
22170
|
}, [state.selected, state.data]);
|
|
22151
|
-
var
|
|
22152
|
-
|
|
22153
|
-
showPopover =
|
|
22154
|
-
setShowPopover =
|
|
22171
|
+
var _useState5 = useState(),
|
|
22172
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
22173
|
+
showPopover = _useState6[0],
|
|
22174
|
+
setShowPopover = _useState6[1];
|
|
22155
22175
|
var allowed = useMemo(function () {
|
|
22156
22176
|
// if isValue is not set check if all fields have the same value, otherwise check if all fields have the given isValue
|
|
22157
22177
|
if (!action.rule) return true;
|
|
@@ -26485,7 +26505,7 @@ function PackageSelector(_ref) {
|
|
|
26485
26505
|
});
|
|
26486
26506
|
}
|
|
26487
26507
|
|
|
26488
|
-
var config = {
|
|
26508
|
+
var config$6 = {
|
|
26489
26509
|
detailInfos: {
|
|
26490
26510
|
colDef: [{
|
|
26491
26511
|
field: '_id',
|
|
@@ -26996,31 +27016,31 @@ function ownKeys$4(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymb
|
|
|
26996
27016
|
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
27017
|
var exclusivityTypes = [{
|
|
26998
27018
|
label: 'series',
|
|
26999
|
-
data: _objectSpread$4(_objectSpread$4({}, config['series']), {}, {
|
|
27019
|
+
data: _objectSpread$4(_objectSpread$4({}, config$6['series']), {}, {
|
|
27000
27020
|
value: 'series'
|
|
27001
27021
|
}),
|
|
27002
27022
|
value: 'series'
|
|
27003
27023
|
}, {
|
|
27004
27024
|
label: 'features',
|
|
27005
|
-
data: _objectSpread$4(_objectSpread$4({}, config['features']), {}, {
|
|
27025
|
+
data: _objectSpread$4(_objectSpread$4({}, config$6['features']), {}, {
|
|
27006
27026
|
value: 'features'
|
|
27007
27027
|
}),
|
|
27008
27028
|
value: 'features'
|
|
27009
27029
|
}, {
|
|
27010
27030
|
label: 'detailInfos',
|
|
27011
|
-
data: _objectSpread$4(_objectSpread$4({}, config['detailInfos']), {}, {
|
|
27031
|
+
data: _objectSpread$4(_objectSpread$4({}, config$6['detailInfos']), {}, {
|
|
27012
27032
|
value: 'detailInfos'
|
|
27013
27033
|
}),
|
|
27014
27034
|
value: 'detailInfos'
|
|
27015
27035
|
}, {
|
|
27016
27036
|
label: 'serieItems',
|
|
27017
|
-
data: _objectSpread$4(_objectSpread$4({}, config['serieItems']), {}, {
|
|
27037
|
+
data: _objectSpread$4(_objectSpread$4({}, config$6['serieItems']), {}, {
|
|
27018
27038
|
value: 'serieItems'
|
|
27019
27039
|
}),
|
|
27020
27040
|
value: 'serieItems'
|
|
27021
27041
|
}, {
|
|
27022
27042
|
label: 'featureOptions',
|
|
27023
|
-
data: _objectSpread$4(_objectSpread$4({}, config['featureOptions']), {}, {
|
|
27043
|
+
data: _objectSpread$4(_objectSpread$4({}, config$6['featureOptions']), {}, {
|
|
27024
27044
|
value: 'featureOptions'
|
|
27025
27045
|
}),
|
|
27026
27046
|
value: 'featureOptions'
|
|
@@ -27159,7 +27179,9 @@ function TableExclusivity () {
|
|
|
27159
27179
|
colDef: [{
|
|
27160
27180
|
field: 'active',
|
|
27161
27181
|
editable: true,
|
|
27162
|
-
cellDataType: 'boolean'
|
|
27182
|
+
cellDataType: 'boolean',
|
|
27183
|
+
pinned: 'left',
|
|
27184
|
+
lockPinned: true
|
|
27163
27185
|
}].concat(_toConsumableArray(selectedType.colDef), [{
|
|
27164
27186
|
field: 'lastUpdatedDate',
|
|
27165
27187
|
filter: 'date',
|
|
@@ -27222,6 +27244,42 @@ function TablePackages () {
|
|
|
27222
27244
|
action: function action(_ref) {
|
|
27223
27245
|
var selectedNodes = _ref.selectedNodes;
|
|
27224
27246
|
updateNavigation(selectedNodes[0].data._id, 'renaming');
|
|
27247
|
+
},
|
|
27248
|
+
disabled: function disabled(_ref2) {
|
|
27249
|
+
var selectedNodes = _ref2.selectedNodes;
|
|
27250
|
+
return !selectedNodes[0].data.basedCatalogId && !selectedNodes[0].data.basedPackageId;
|
|
27251
|
+
}
|
|
27252
|
+
}, {
|
|
27253
|
+
icon: /*#__PURE__*/jsx(UploadOutlined$1, {}),
|
|
27254
|
+
name: t('backoffice.idmEnricher.packages.label.publish'),
|
|
27255
|
+
action: function () {
|
|
27256
|
+
var _action = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(_ref3) {
|
|
27257
|
+
var selectedNodes, context;
|
|
27258
|
+
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
27259
|
+
while (1) switch (_context.prev = _context.next) {
|
|
27260
|
+
case 0:
|
|
27261
|
+
selectedNodes = _ref3.selectedNodes, context = _ref3.context;
|
|
27262
|
+
_context.next = 3;
|
|
27263
|
+
return context === null || context === void 0 ? void 0 : context.updateServerData(selectedNodes[0].data, {
|
|
27264
|
+
update: apiConfig.enricherService + '/packages/${_id}/publish',
|
|
27265
|
+
usePut: true
|
|
27266
|
+
});
|
|
27267
|
+
case 3:
|
|
27268
|
+
context === null || context === void 0 || context.reset();
|
|
27269
|
+
case 4:
|
|
27270
|
+
case "end":
|
|
27271
|
+
return _context.stop();
|
|
27272
|
+
}
|
|
27273
|
+
}, _callee);
|
|
27274
|
+
}));
|
|
27275
|
+
function action(_x) {
|
|
27276
|
+
return _action.apply(this, arguments);
|
|
27277
|
+
}
|
|
27278
|
+
return action;
|
|
27279
|
+
}(),
|
|
27280
|
+
disabled: function disabled(_ref4) {
|
|
27281
|
+
var selectedNodes = _ref4.selectedNodes;
|
|
27282
|
+
return !selectedNodes[0].data.basedCatalogId && !selectedNodes[0].data.basedPackageId;
|
|
27225
27283
|
}
|
|
27226
27284
|
}],
|
|
27227
27285
|
configuration: {
|
|
@@ -27232,21 +27290,49 @@ function TablePackages () {
|
|
|
27232
27290
|
"delete": apiConfig.enricherService + '/packages/${_id}',
|
|
27233
27291
|
update: apiConfig.enricherService + '/packages/${_id}'
|
|
27234
27292
|
},
|
|
27235
|
-
dateFormat: '
|
|
27293
|
+
dateFormat: 'DD.MM.YYYY, HH:mm:ss',
|
|
27236
27294
|
floatingFilter: true,
|
|
27237
27295
|
colDef: [{
|
|
27296
|
+
field: 'isPublished',
|
|
27297
|
+
headerName: t('backoffice.idmEnricher.packages.label.published'),
|
|
27298
|
+
valueGetter: function valueGetter(params) {
|
|
27299
|
+
var _params$data, _params$data2;
|
|
27300
|
+
var publishDate = (_params$data = params.data) !== null && _params$data !== void 0 && _params$data.publishDate ? new Date(params.data.publishDate) : undefined;
|
|
27301
|
+
var lastUpdatedDate = (_params$data2 = params.data) !== null && _params$data2 !== void 0 && _params$data2.lastUpdatedDate ? new Date(params.data.lastUpdatedDate) : undefined;
|
|
27302
|
+
if (!publishDate) return false;
|
|
27303
|
+
if (!lastUpdatedDate) return !!publishDate;
|
|
27304
|
+
if (publishDate < lastUpdatedDate) return undefined;
|
|
27305
|
+
return true;
|
|
27306
|
+
},
|
|
27307
|
+
editable: false,
|
|
27308
|
+
cellDataType: 'boolean',
|
|
27309
|
+
pinned: 'left',
|
|
27310
|
+
lockPinned: true,
|
|
27311
|
+
doRefresh: true,
|
|
27312
|
+
cellRendererParams: {
|
|
27313
|
+
disabled: true
|
|
27314
|
+
},
|
|
27315
|
+
tooltipValueGetter: function tooltipValueGetter(params) {
|
|
27316
|
+
return params.value == undefined ? t('backoffice.idmEnricher.packages.label.unpublishedChanges') : undefined;
|
|
27317
|
+
}
|
|
27318
|
+
}, {
|
|
27319
|
+
headerName: t('backoffice.idmEnricher.packages.label.name'),
|
|
27238
27320
|
field: 'name',
|
|
27239
27321
|
filter: 'text',
|
|
27240
27322
|
required: true
|
|
27241
27323
|
}, {
|
|
27324
|
+
headerName: t('backoffice.idmEnricher.packages.label.catalogId'),
|
|
27242
27325
|
field: 'basedCatalogId',
|
|
27243
|
-
headerName: 'basedCatalogId (TODO: onOff required)',
|
|
27244
27326
|
filter: 'text',
|
|
27245
27327
|
type: 'lookup',
|
|
27328
|
+
editable: function editable(_ref5) {
|
|
27329
|
+
var data = _ref5.data;
|
|
27330
|
+
return !data.isPublished && !data.basedPackageId;
|
|
27331
|
+
},
|
|
27246
27332
|
cellRendererParams: {
|
|
27247
27333
|
displayField: 'basedCatalogName',
|
|
27248
27334
|
apiInterface: {
|
|
27249
|
-
read: apiConfig.
|
|
27335
|
+
read: apiConfig.idmService + '/v3.0/catalogs?organizationId=${organizationId}'
|
|
27250
27336
|
},
|
|
27251
27337
|
lookupValue: 'name',
|
|
27252
27338
|
lookupKey: '_id'
|
|
@@ -27255,40 +27341,63 @@ function TablePackages () {
|
|
|
27255
27341
|
field: 'basedCatalogName',
|
|
27256
27342
|
hide: true
|
|
27257
27343
|
}, {
|
|
27344
|
+
headerName: t('backoffice.idmEnricher.packages.label.packageId'),
|
|
27258
27345
|
field: 'basedPackageId',
|
|
27259
|
-
headerName: 'basedPackageId (TODO: onOff required)',
|
|
27260
27346
|
filter: 'text',
|
|
27261
27347
|
type: 'lookup',
|
|
27348
|
+
editable: function editable(_ref6) {
|
|
27349
|
+
var data = _ref6.data;
|
|
27350
|
+
return !data.isPublished && !data.basedCatalogId;
|
|
27351
|
+
},
|
|
27262
27352
|
cellRendererParams: {
|
|
27263
27353
|
displayField: 'basedPackageName',
|
|
27264
27354
|
apiInterface: {
|
|
27265
27355
|
read: apiConfig.enricherService + '/packages?organizationId=${organizationId}'
|
|
27266
27356
|
},
|
|
27267
27357
|
lookupValue: 'name',
|
|
27268
|
-
lookupKey: '_id'
|
|
27358
|
+
lookupKey: '_id',
|
|
27359
|
+
filter: function filter(rowData, lookupData) {
|
|
27360
|
+
return rowData._id !== lookupData._id;
|
|
27361
|
+
}
|
|
27269
27362
|
}
|
|
27270
27363
|
}, {
|
|
27271
27364
|
field: 'basedPackageName',
|
|
27272
27365
|
hide: true
|
|
27273
27366
|
}, {
|
|
27367
|
+
headerName: t('backoffice.idmEnricher.general.label.lastUpdatedDate'),
|
|
27274
27368
|
field: 'lastUpdatedDate',
|
|
27275
27369
|
filter: 'date',
|
|
27276
27370
|
cellDataType: 'dateString',
|
|
27277
27371
|
editable: false
|
|
27278
27372
|
}, {
|
|
27373
|
+
headerName: t('backoffice.idmEnricher.general.label.createdDate'),
|
|
27279
27374
|
field: 'createdDate',
|
|
27280
27375
|
filter: 'date',
|
|
27281
27376
|
cellDataType: 'dateString',
|
|
27282
27377
|
editable: false
|
|
27283
27378
|
}, {
|
|
27379
|
+
headerName: t('backoffice.idmEnricher.packages.label.publishDate'),
|
|
27380
|
+
field: 'publishDate',
|
|
27381
|
+
filter: 'date',
|
|
27382
|
+
cellDataType: 'dateString',
|
|
27383
|
+
editable: false
|
|
27384
|
+
}, {
|
|
27385
|
+
headerName: t('backoffice.idmEnricher.general.label.createdBy'),
|
|
27284
27386
|
field: 'createdByDisplayText',
|
|
27285
27387
|
filter: 'text',
|
|
27286
27388
|
editable: false
|
|
27287
27389
|
}, {
|
|
27390
|
+
headerName: t('backoffice.idmEnricher.general.label.lastUpdatedBy'),
|
|
27288
27391
|
field: 'lastUpdatedByDisplayText',
|
|
27289
27392
|
filter: 'text',
|
|
27290
27393
|
editable: false
|
|
27291
27394
|
}, {
|
|
27395
|
+
headerName: t('backoffice.idmEnricher.packages.label.publishedBy'),
|
|
27396
|
+
field: 'publishedByDisplayText',
|
|
27397
|
+
filter: 'text',
|
|
27398
|
+
editable: false
|
|
27399
|
+
}, {
|
|
27400
|
+
headerName: t('backoffice.idmEnricher.general.label._id'),
|
|
27292
27401
|
field: '_id',
|
|
27293
27402
|
filter: 'text',
|
|
27294
27403
|
editable: false
|
|
@@ -27296,6 +27405,8 @@ function TablePackages () {
|
|
|
27296
27405
|
field: 'organizationId',
|
|
27297
27406
|
editable: false,
|
|
27298
27407
|
hide: true,
|
|
27408
|
+
lockVisible: true,
|
|
27409
|
+
suppressColumnsToolPanel: true,
|
|
27299
27410
|
defaultValue: '${organizationId}'
|
|
27300
27411
|
}]
|
|
27301
27412
|
}
|
|
@@ -27351,7 +27462,7 @@ function TableProperties () {
|
|
|
27351
27462
|
colDef: [{
|
|
27352
27463
|
field: 'key',
|
|
27353
27464
|
headerName: 'Key',
|
|
27354
|
-
|
|
27465
|
+
filter: 'text'
|
|
27355
27466
|
}, {
|
|
27356
27467
|
headerName: 'Name',
|
|
27357
27468
|
marryChildren: true,
|
|
@@ -27409,7 +27520,7 @@ function TableProperties () {
|
|
|
27409
27520
|
cellRendererParams: {
|
|
27410
27521
|
displayField: 'featureNosDisplayTexts',
|
|
27411
27522
|
apiInterface: {
|
|
27412
|
-
read: apiConfig.enricherService + 'packages/${packageId}/lookup/feature'
|
|
27523
|
+
read: apiConfig.enricherService + '/packages/${packageId}/lookup/feature'
|
|
27413
27524
|
},
|
|
27414
27525
|
lookupValue: 'featureText',
|
|
27415
27526
|
lookupKey: 'featureNo',
|
|
@@ -27430,7 +27541,7 @@ function TableProperties () {
|
|
|
27430
27541
|
cellRendererParams: {
|
|
27431
27542
|
displayField: 'optionKeysDisplayTexts',
|
|
27432
27543
|
apiInterface: {
|
|
27433
|
-
read: apiConfig.enricherService + 'packages/${packageId}/lookup/option'
|
|
27544
|
+
read: apiConfig.enricherService + '/packages/${packageId}/lookup/option'
|
|
27434
27545
|
},
|
|
27435
27546
|
lookupValue: 'optionText',
|
|
27436
27547
|
lookupKey: 'optionKey',
|
|
@@ -27451,7 +27562,7 @@ function TableProperties () {
|
|
|
27451
27562
|
cellRendererParams: {
|
|
27452
27563
|
displayField: 'serieNosDisplayTexts',
|
|
27453
27564
|
apiInterface: {
|
|
27454
|
-
read: apiConfig.enricherService + 'packages/${packageId}/lookup/serie'
|
|
27565
|
+
read: apiConfig.enricherService + '/packages/${packageId}/lookup/serie'
|
|
27455
27566
|
},
|
|
27456
27567
|
lookupValue: 'seriesName',
|
|
27457
27568
|
lookupKey: 'serieNo',
|
|
@@ -27472,7 +27583,7 @@ function TableProperties () {
|
|
|
27472
27583
|
cellRendererParams: {
|
|
27473
27584
|
displayField: 'typeNosDisplayTexts',
|
|
27474
27585
|
apiInterface: {
|
|
27475
|
-
read: apiConfig.enricherService + 'packages/${packageId}/lookup/item'
|
|
27586
|
+
read: apiConfig.enricherService + '/packages/${packageId}/lookup/item'
|
|
27476
27587
|
},
|
|
27477
27588
|
lookupValue: 'shortText',
|
|
27478
27589
|
lookupKey: 'typeNo',
|
|
@@ -27518,557 +27629,1448 @@ function TableProperties () {
|
|
|
27518
27629
|
});
|
|
27519
27630
|
}
|
|
27520
27631
|
|
|
27521
|
-
var
|
|
27522
|
-
|
|
27523
|
-
|
|
27524
|
-
|
|
27632
|
+
var config$5 = {
|
|
27633
|
+
colDef: [{
|
|
27634
|
+
field: 'translatedName',
|
|
27635
|
+
filter: 'text',
|
|
27636
|
+
type: 'withPlaceHolder',
|
|
27637
|
+
cellRendererParams: {
|
|
27638
|
+
placeHolderField: 'origName'
|
|
27639
|
+
}
|
|
27640
|
+
}, {
|
|
27641
|
+
field: 'origName',
|
|
27642
|
+
hide: true,
|
|
27643
|
+
lockVisible: true,
|
|
27644
|
+
suppressColumnsToolPanel: true
|
|
27645
|
+
}, {
|
|
27646
|
+
field: 'translatedComment',
|
|
27647
|
+
filter: 'text',
|
|
27648
|
+
type: 'withPlaceHolder',
|
|
27649
|
+
cellRendererParams: {
|
|
27650
|
+
placeHolderField: 'origComment'
|
|
27651
|
+
}
|
|
27652
|
+
}, {
|
|
27653
|
+
field: 'origComment',
|
|
27654
|
+
hide: true,
|
|
27655
|
+
lockVisible: true,
|
|
27656
|
+
suppressColumnsToolPanel: true
|
|
27657
|
+
}, {
|
|
27658
|
+
headerName: 'catalogName',
|
|
27659
|
+
marryChildren: true,
|
|
27660
|
+
children: [{
|
|
27661
|
+
field: 'translatedCatalogName.de',
|
|
27662
|
+
headerName: 'DE',
|
|
27663
|
+
isDictionary: true,
|
|
27525
27664
|
filter: 'text',
|
|
27526
|
-
|
|
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',
|
|
27665
|
+
type: 'withPlaceHolder',
|
|
27594
27666
|
cellRendererParams: {
|
|
27595
|
-
|
|
27596
|
-
value: 0,
|
|
27597
|
-
label: {
|
|
27598
|
-
de: 'Herr'
|
|
27599
|
-
}
|
|
27600
|
-
}, {
|
|
27601
|
-
value: 1,
|
|
27602
|
-
label: {
|
|
27603
|
-
de: 'Frau'
|
|
27604
|
-
}
|
|
27605
|
-
}]
|
|
27667
|
+
placeHolderField: 'origCatalogName.de'
|
|
27606
27668
|
}
|
|
27607
27669
|
}, {
|
|
27608
|
-
field: '
|
|
27609
|
-
|
|
27610
|
-
|
|
27611
|
-
field: 'telephone1',
|
|
27612
|
-
filter: 'text'
|
|
27613
|
-
}, {
|
|
27614
|
-
field: 'fax1',
|
|
27615
|
-
filter: 'text'
|
|
27616
|
-
}, {
|
|
27617
|
-
field: 'email1',
|
|
27618
|
-
filter: 'text'
|
|
27619
|
-
}, {
|
|
27620
|
-
field: 'street1',
|
|
27621
|
-
filter: 'text'
|
|
27622
|
-
}, {
|
|
27623
|
-
field: 'zipCodeStreet1',
|
|
27624
|
-
filter: 'text'
|
|
27625
|
-
}, {
|
|
27626
|
-
field: 'city1',
|
|
27627
|
-
filter: 'text'
|
|
27628
|
-
}, {
|
|
27629
|
-
field: 'isoCountryId1',
|
|
27670
|
+
field: 'translatedCatalogName.en',
|
|
27671
|
+
headerName: 'EN',
|
|
27672
|
+
isDictionary: true,
|
|
27630
27673
|
filter: 'text',
|
|
27631
|
-
|
|
27632
|
-
type: 'enum',
|
|
27633
|
-
cellRendererParams: {
|
|
27634
|
-
options: []
|
|
27635
|
-
}
|
|
27636
|
-
}, {
|
|
27637
|
-
field: 'contactPersonNo2',
|
|
27638
|
-
filter: 'text'
|
|
27639
|
-
}, {
|
|
27640
|
-
field: 'contactRole2',
|
|
27641
|
-
filter: 'text'
|
|
27642
|
-
}, {
|
|
27643
|
-
field: 'contactName2',
|
|
27644
|
-
filter: 'text'
|
|
27645
|
-
}, {
|
|
27646
|
-
field: 'firstName2',
|
|
27647
|
-
filter: 'text'
|
|
27648
|
-
}, {
|
|
27649
|
-
field: 'formOfAddress2',
|
|
27650
|
-
filter: 'number',
|
|
27651
|
-
type: 'enum',
|
|
27674
|
+
type: 'withPlaceHolder',
|
|
27652
27675
|
cellRendererParams: {
|
|
27653
|
-
|
|
27654
|
-
value: 0,
|
|
27655
|
-
label: {
|
|
27656
|
-
de: 'Herr'
|
|
27657
|
-
}
|
|
27658
|
-
}, {
|
|
27659
|
-
value: 1,
|
|
27660
|
-
label: {
|
|
27661
|
-
de: 'Frau'
|
|
27662
|
-
}
|
|
27663
|
-
}]
|
|
27676
|
+
placeHolderField: 'origCatalogName.en'
|
|
27664
27677
|
}
|
|
27665
27678
|
}, {
|
|
27666
|
-
field: '
|
|
27667
|
-
|
|
27668
|
-
|
|
27669
|
-
field: 'telephone2',
|
|
27670
|
-
filter: 'text'
|
|
27671
|
-
}, {
|
|
27672
|
-
field: 'fax2',
|
|
27673
|
-
filter: 'text'
|
|
27674
|
-
}, {
|
|
27675
|
-
field: 'email2',
|
|
27676
|
-
filter: 'text'
|
|
27677
|
-
}, {
|
|
27678
|
-
field: 'street2',
|
|
27679
|
-
filter: 'text'
|
|
27680
|
-
}, {
|
|
27681
|
-
field: 'zipCodeStreet2',
|
|
27682
|
-
filter: 'text'
|
|
27683
|
-
}, {
|
|
27684
|
-
field: 'city2',
|
|
27685
|
-
filter: 'text'
|
|
27686
|
-
}, {
|
|
27687
|
-
field: 'isoCountryId2',
|
|
27679
|
+
field: 'translatedCatalogName.fr',
|
|
27680
|
+
headerName: 'FR',
|
|
27681
|
+
isDictionary: true,
|
|
27688
27682
|
filter: 'text',
|
|
27689
|
-
|
|
27690
|
-
type: 'enum',
|
|
27683
|
+
type: 'withPlaceHolder',
|
|
27691
27684
|
cellRendererParams: {
|
|
27692
|
-
|
|
27685
|
+
placeHolderField: 'origCatalogName.fr'
|
|
27693
27686
|
}
|
|
27694
27687
|
}, {
|
|
27695
|
-
field: '
|
|
27696
|
-
|
|
27697
|
-
|
|
27698
|
-
field: 'manufactureName2',
|
|
27699
|
-
filter: 'text'
|
|
27700
|
-
}, {
|
|
27701
|
-
field: 'email',
|
|
27702
|
-
filter: 'text'
|
|
27703
|
-
}, {
|
|
27704
|
-
field: 'internetAddress',
|
|
27705
|
-
filter: 'text'
|
|
27706
|
-
}, {
|
|
27707
|
-
field: 'street',
|
|
27708
|
-
filter: 'text'
|
|
27709
|
-
}, {
|
|
27710
|
-
field: 'zipCodeStreet',
|
|
27711
|
-
filter: 'text'
|
|
27712
|
-
}, {
|
|
27713
|
-
field: 'city',
|
|
27714
|
-
filter: 'text'
|
|
27715
|
-
}, {
|
|
27716
|
-
field: 'contactSupplierIsoCountryId',
|
|
27688
|
+
field: 'translatedCatalogName.it',
|
|
27689
|
+
headerName: 'IT',
|
|
27690
|
+
isDictionary: true,
|
|
27717
27691
|
filter: 'text',
|
|
27718
|
-
|
|
27719
|
-
type: 'enum',
|
|
27692
|
+
type: 'withPlaceHolder',
|
|
27720
27693
|
cellRendererParams: {
|
|
27721
|
-
|
|
27694
|
+
placeHolderField: 'origCatalogName.it'
|
|
27722
27695
|
}
|
|
27723
|
-
}, {
|
|
27724
|
-
field: 'zipCodePostBox',
|
|
27725
|
-
filter: 'text'
|
|
27726
|
-
}, {
|
|
27727
|
-
field: 'postBox',
|
|
27728
|
-
filter: 'text'
|
|
27729
|
-
}, {
|
|
27730
|
-
field: 'telephoneSwitchboard',
|
|
27731
|
-
filter: 'text'
|
|
27732
|
-
}, {
|
|
27733
|
-
field: 'faxSwitchboard',
|
|
27734
|
-
filter: 'text'
|
|
27735
27696
|
}]
|
|
27736
|
-
},
|
|
27737
|
-
|
|
27738
|
-
|
|
27739
|
-
|
|
27740
|
-
|
|
27741
|
-
|
|
27742
|
-
|
|
27697
|
+
}, {
|
|
27698
|
+
headerName: 'catalogName',
|
|
27699
|
+
marryChildren: true,
|
|
27700
|
+
hide: true,
|
|
27701
|
+
lockVisible: true,
|
|
27702
|
+
suppressColumnsToolPanel: true,
|
|
27703
|
+
children: [{
|
|
27704
|
+
field: 'origCatalogName.de',
|
|
27705
|
+
hide: true,
|
|
27706
|
+
isDictionary: true
|
|
27743
27707
|
}, {
|
|
27744
|
-
|
|
27745
|
-
|
|
27746
|
-
|
|
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
|
-
}]
|
|
27708
|
+
field: 'origCatalogName.en',
|
|
27709
|
+
hide: true,
|
|
27710
|
+
isDictionary: true
|
|
27767
27711
|
}, {
|
|
27768
|
-
|
|
27769
|
-
|
|
27770
|
-
|
|
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
|
-
}]
|
|
27712
|
+
field: 'origCatalogName.fr',
|
|
27713
|
+
hide: true,
|
|
27714
|
+
isDictionary: true
|
|
27791
27715
|
}, {
|
|
27792
|
-
|
|
27793
|
-
|
|
27794
|
-
|
|
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
|
-
}]
|
|
27716
|
+
field: 'origCatalogName.it',
|
|
27717
|
+
hide: true,
|
|
27718
|
+
isDictionary: true
|
|
27815
27719
|
}]
|
|
27816
|
-
},
|
|
27817
|
-
|
|
27818
|
-
|
|
27819
|
-
|
|
27720
|
+
}, {
|
|
27721
|
+
headerName: 'catalogInfo',
|
|
27722
|
+
marryChildren: true,
|
|
27723
|
+
children: [{
|
|
27724
|
+
field: 'translatedCatalogInfo.de',
|
|
27725
|
+
headerName: 'DE',
|
|
27726
|
+
isDictionary: true,
|
|
27820
27727
|
filter: 'text',
|
|
27821
|
-
|
|
27822
|
-
|
|
27728
|
+
type: 'withPlaceHolder',
|
|
27729
|
+
cellRendererParams: {
|
|
27730
|
+
placeHolderField: 'origCatalogInfo.de'
|
|
27731
|
+
}
|
|
27823
27732
|
}, {
|
|
27824
|
-
|
|
27825
|
-
|
|
27826
|
-
|
|
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
|
-
}]
|
|
27847
|
-
}]
|
|
27848
|
-
},
|
|
27849
|
-
item: {
|
|
27850
|
-
colDef: [{
|
|
27851
|
-
field: 'serieNo',
|
|
27733
|
+
field: 'translatedCatalogInfo.en',
|
|
27734
|
+
headerName: 'EN',
|
|
27735
|
+
isDictionary: true,
|
|
27852
27736
|
filter: 'text',
|
|
27853
|
-
|
|
27854
|
-
|
|
27737
|
+
type: 'withPlaceHolder',
|
|
27738
|
+
cellRendererParams: {
|
|
27739
|
+
placeHolderField: 'origCatalogInfo.en'
|
|
27740
|
+
}
|
|
27855
27741
|
}, {
|
|
27856
|
-
field: '
|
|
27742
|
+
field: 'translatedCatalogInfo.fr',
|
|
27743
|
+
headerName: 'FR',
|
|
27744
|
+
isDictionary: true,
|
|
27857
27745
|
filter: 'text',
|
|
27858
|
-
|
|
27746
|
+
type: 'withPlaceHolder',
|
|
27747
|
+
cellRendererParams: {
|
|
27748
|
+
placeHolderField: 'origCatalogInfo.fr'
|
|
27749
|
+
}
|
|
27859
27750
|
}, {
|
|
27860
|
-
field: '
|
|
27751
|
+
field: 'translatedCatalogInfo.it',
|
|
27752
|
+
headerName: 'FR',
|
|
27753
|
+
isDictionary: true,
|
|
27861
27754
|
filter: 'text',
|
|
27862
|
-
|
|
27863
|
-
|
|
27864
|
-
|
|
27865
|
-
|
|
27866
|
-
filter: 'text'
|
|
27867
|
-
}, {
|
|
27868
|
-
field: 'eanNumber',
|
|
27869
|
-
filter: 'text'
|
|
27870
|
-
}, {
|
|
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
|
-
}]
|
|
27894
|
-
}, {
|
|
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
|
-
}]
|
|
27918
|
-
}, {
|
|
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
|
-
}]
|
|
27942
|
-
}, {
|
|
27943
|
-
field: 'salesNumber',
|
|
27944
|
-
filter: 'text'
|
|
27755
|
+
type: 'withPlaceHolder',
|
|
27756
|
+
cellRendererParams: {
|
|
27757
|
+
placeHolderField: 'origCatalogInfo.it'
|
|
27758
|
+
}
|
|
27945
27759
|
}]
|
|
27946
|
-
},
|
|
27947
|
-
|
|
27948
|
-
|
|
27949
|
-
|
|
27950
|
-
|
|
27951
|
-
|
|
27952
|
-
|
|
27760
|
+
}, {
|
|
27761
|
+
headerName: 'catalogInfo',
|
|
27762
|
+
marryChildren: true,
|
|
27763
|
+
hide: true,
|
|
27764
|
+
lockVisible: true,
|
|
27765
|
+
suppressColumnsToolPanel: true,
|
|
27766
|
+
children: [{
|
|
27767
|
+
field: 'origCatalogInfo.de',
|
|
27768
|
+
hide: true,
|
|
27769
|
+
isDictionary: true
|
|
27953
27770
|
}, {
|
|
27954
|
-
field: '
|
|
27955
|
-
|
|
27956
|
-
|
|
27957
|
-
editable: false
|
|
27771
|
+
field: 'origCatalogInfo.en',
|
|
27772
|
+
hide: true,
|
|
27773
|
+
isDictionary: true
|
|
27958
27774
|
}, {
|
|
27959
|
-
|
|
27960
|
-
|
|
27961
|
-
|
|
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
|
-
}]
|
|
27775
|
+
field: 'origCatalogInfo.fr',
|
|
27776
|
+
hide: true,
|
|
27777
|
+
isDictionary: true
|
|
27982
27778
|
}, {
|
|
27983
|
-
|
|
27984
|
-
|
|
27985
|
-
|
|
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
|
-
}]
|
|
27779
|
+
field: 'origCatalogInfo.it',
|
|
27780
|
+
hide: true,
|
|
27781
|
+
isDictionary: true
|
|
28006
27782
|
}]
|
|
28007
|
-
},
|
|
28008
|
-
|
|
28009
|
-
|
|
28010
|
-
|
|
28011
|
-
|
|
28012
|
-
|
|
28013
|
-
|
|
28014
|
-
}
|
|
28015
|
-
|
|
28016
|
-
|
|
28017
|
-
|
|
28018
|
-
|
|
28019
|
-
|
|
28020
|
-
|
|
28021
|
-
|
|
28022
|
-
|
|
28023
|
-
|
|
28024
|
-
|
|
28025
|
-
|
|
28026
|
-
|
|
28027
|
-
|
|
28028
|
-
|
|
28029
|
-
|
|
28030
|
-
|
|
28031
|
-
|
|
28032
|
-
|
|
28033
|
-
|
|
28034
|
-
|
|
28035
|
-
|
|
28036
|
-
|
|
28037
|
-
|
|
27783
|
+
}, {
|
|
27784
|
+
headerName: 'ContactPersonNo1',
|
|
27785
|
+
field: 'translatedContactPersonNo1',
|
|
27786
|
+
filter: 'text',
|
|
27787
|
+
type: 'withPlaceHolder',
|
|
27788
|
+
cellRendererParams: {
|
|
27789
|
+
placeHolderField: 'origContactPersonNo1'
|
|
27790
|
+
}
|
|
27791
|
+
}, {
|
|
27792
|
+
field: 'origContactPersonNo1',
|
|
27793
|
+
hide: true,
|
|
27794
|
+
lockVisible: true,
|
|
27795
|
+
suppressColumnsToolPanel: true
|
|
27796
|
+
}, {
|
|
27797
|
+
field: 'translatedContactRole1',
|
|
27798
|
+
filter: 'text',
|
|
27799
|
+
type: 'withPlaceHolder',
|
|
27800
|
+
cellRendererParams: {
|
|
27801
|
+
placeHolderField: 'origContactRole1'
|
|
27802
|
+
}
|
|
27803
|
+
}, {
|
|
27804
|
+
field: 'origContactRole1',
|
|
27805
|
+
hide: true,
|
|
27806
|
+
lockVisible: true,
|
|
27807
|
+
suppressColumnsToolPanel: true
|
|
27808
|
+
}, {
|
|
27809
|
+
field: 'translatedContactName1',
|
|
27810
|
+
filter: 'text',
|
|
27811
|
+
type: 'withPlaceHolder',
|
|
27812
|
+
cellRendererParams: {
|
|
27813
|
+
placeHolderField: 'origContactName1'
|
|
27814
|
+
}
|
|
27815
|
+
}, {
|
|
27816
|
+
field: 'origContactName1',
|
|
27817
|
+
hide: true,
|
|
27818
|
+
lockVisible: true,
|
|
27819
|
+
suppressColumnsToolPanel: true
|
|
27820
|
+
}, {
|
|
27821
|
+
field: 'translatedFirstName1',
|
|
27822
|
+
filter: 'text',
|
|
27823
|
+
type: 'withPlaceHolder',
|
|
27824
|
+
cellRendererParams: {
|
|
27825
|
+
placeHolderField: 'origFirstName1'
|
|
27826
|
+
}
|
|
27827
|
+
}, {
|
|
27828
|
+
field: 'origFirstName1',
|
|
27829
|
+
hide: true,
|
|
27830
|
+
lockVisible: true,
|
|
27831
|
+
suppressColumnsToolPanel: true
|
|
27832
|
+
}, {
|
|
27833
|
+
field: 'translatedFormOfAddress1',
|
|
27834
|
+
filter: 'number',
|
|
27835
|
+
type: ['enum', 'withPlaceHolder'],
|
|
27836
|
+
cellRendererParams: {
|
|
27837
|
+
placeHolderField: 'origFormOfAddress1',
|
|
27838
|
+
options: [{
|
|
27839
|
+
value: 0,
|
|
27840
|
+
label: {
|
|
27841
|
+
de: 'Herr'
|
|
27842
|
+
}
|
|
27843
|
+
}, {
|
|
27844
|
+
value: 1,
|
|
27845
|
+
label: {
|
|
27846
|
+
de: 'Frau'
|
|
27847
|
+
}
|
|
28038
27848
|
}]
|
|
28039
|
-
}
|
|
28040
|
-
|
|
28041
|
-
|
|
28042
|
-
|
|
28043
|
-
|
|
28044
|
-
|
|
28045
|
-
|
|
28046
|
-
|
|
28047
|
-
|
|
28048
|
-
|
|
28049
|
-
|
|
28050
|
-
|
|
28051
|
-
|
|
28052
|
-
|
|
28053
|
-
|
|
28054
|
-
|
|
28055
|
-
|
|
28056
|
-
|
|
28057
|
-
|
|
28058
|
-
|
|
28059
|
-
|
|
28060
|
-
|
|
28061
|
-
|
|
27849
|
+
}
|
|
27850
|
+
}, {
|
|
27851
|
+
field: 'origFormOfAddress1',
|
|
27852
|
+
hide: true,
|
|
27853
|
+
lockVisible: true,
|
|
27854
|
+
suppressColumnsToolPanel: true
|
|
27855
|
+
}, {
|
|
27856
|
+
field: 'translatedDepartment1',
|
|
27857
|
+
filter: 'text',
|
|
27858
|
+
type: 'withPlaceHolder',
|
|
27859
|
+
cellRendererParams: {
|
|
27860
|
+
placeHolderField: 'origDepartment1'
|
|
27861
|
+
}
|
|
27862
|
+
}, {
|
|
27863
|
+
field: 'origDepartment1',
|
|
27864
|
+
hide: true,
|
|
27865
|
+
lockVisible: true,
|
|
27866
|
+
suppressColumnsToolPanel: true
|
|
27867
|
+
}, {
|
|
27868
|
+
field: 'translatedTelephone1',
|
|
27869
|
+
filter: 'text',
|
|
27870
|
+
type: 'withPlaceHolder',
|
|
27871
|
+
cellRendererParams: {
|
|
27872
|
+
placeHolderField: 'origTelephone1'
|
|
27873
|
+
}
|
|
27874
|
+
}, {
|
|
27875
|
+
field: 'origTelephone1',
|
|
27876
|
+
hide: true,
|
|
27877
|
+
lockVisible: true,
|
|
27878
|
+
suppressColumnsToolPanel: true
|
|
27879
|
+
}, {
|
|
27880
|
+
field: 'translatedFax1',
|
|
27881
|
+
filter: 'text',
|
|
27882
|
+
type: 'withPlaceHolder',
|
|
27883
|
+
cellRendererParams: {
|
|
27884
|
+
placeHolderField: 'origFax1'
|
|
27885
|
+
}
|
|
27886
|
+
}, {
|
|
27887
|
+
field: 'origFax1',
|
|
27888
|
+
hide: true,
|
|
27889
|
+
lockVisible: true,
|
|
27890
|
+
suppressColumnsToolPanel: true
|
|
27891
|
+
}, {
|
|
27892
|
+
field: 'translatedEmail1',
|
|
27893
|
+
filter: 'text',
|
|
27894
|
+
type: 'withPlaceHolder',
|
|
27895
|
+
cellRendererParams: {
|
|
27896
|
+
placeHolderField: 'origEmail1'
|
|
27897
|
+
}
|
|
27898
|
+
}, {
|
|
27899
|
+
field: 'origEmail1',
|
|
27900
|
+
hide: true,
|
|
27901
|
+
lockVisible: true,
|
|
27902
|
+
suppressColumnsToolPanel: true
|
|
27903
|
+
}, {
|
|
27904
|
+
field: 'translatedStreet1',
|
|
27905
|
+
filter: 'text',
|
|
27906
|
+
type: 'withPlaceHolder',
|
|
27907
|
+
cellRendererParams: {
|
|
27908
|
+
placeHolderField: 'origStreet1'
|
|
27909
|
+
}
|
|
27910
|
+
}, {
|
|
27911
|
+
field: 'origStreet1',
|
|
27912
|
+
hide: true,
|
|
27913
|
+
lockVisible: true,
|
|
27914
|
+
suppressColumnsToolPanel: true
|
|
27915
|
+
}, {
|
|
27916
|
+
field: 'translatedZipCodeStreet1',
|
|
27917
|
+
filter: 'text',
|
|
27918
|
+
type: 'withPlaceHolder',
|
|
27919
|
+
cellRendererParams: {
|
|
27920
|
+
placeHolderField: 'origZipCodeStreet1'
|
|
27921
|
+
}
|
|
27922
|
+
}, {
|
|
27923
|
+
field: 'origZipCodeStreet1',
|
|
27924
|
+
hide: true,
|
|
27925
|
+
lockVisible: true,
|
|
27926
|
+
suppressColumnsToolPanel: true
|
|
27927
|
+
}, {
|
|
27928
|
+
field: 'translatedCity1',
|
|
27929
|
+
filter: 'text',
|
|
27930
|
+
type: 'withPlaceHolder',
|
|
27931
|
+
cellRendererParams: {
|
|
27932
|
+
placeHolderField: 'origCity1'
|
|
27933
|
+
}
|
|
27934
|
+
}, {
|
|
27935
|
+
field: 'origCity1',
|
|
27936
|
+
hide: true,
|
|
27937
|
+
lockVisible: true,
|
|
27938
|
+
suppressColumnsToolPanel: true
|
|
27939
|
+
}, {
|
|
27940
|
+
field: 'translatedIsoCountryId1',
|
|
27941
|
+
filter: 'text',
|
|
27942
|
+
editable: true,
|
|
27943
|
+
type: ['enum', 'withPlaceHolder'],
|
|
27944
|
+
cellRendererParams: {
|
|
27945
|
+
placeHolderField: 'origIsoCountryId1',
|
|
27946
|
+
options: []
|
|
27947
|
+
}
|
|
27948
|
+
}, {
|
|
27949
|
+
field: 'origIsoCountryId1',
|
|
27950
|
+
hide: true,
|
|
27951
|
+
lockVisible: true,
|
|
27952
|
+
suppressColumnsToolPanel: true
|
|
27953
|
+
}, {
|
|
27954
|
+
field: 'translatedContactPersonNo2',
|
|
27955
|
+
filter: 'text',
|
|
27956
|
+
type: 'withPlaceHolder',
|
|
27957
|
+
cellRendererParams: {
|
|
27958
|
+
placeHolderField: 'origContactPersonNo2'
|
|
27959
|
+
}
|
|
27960
|
+
}, {
|
|
27961
|
+
field: 'origContactPersonNo2',
|
|
27962
|
+
hide: true,
|
|
27963
|
+
lockVisible: true,
|
|
27964
|
+
suppressColumnsToolPanel: true
|
|
27965
|
+
}, {
|
|
27966
|
+
field: 'translatedContactRole2',
|
|
27967
|
+
filter: 'text',
|
|
27968
|
+
type: 'withPlaceHolder',
|
|
27969
|
+
cellRendererParams: {
|
|
27970
|
+
placeHolderField: 'origContactRole2'
|
|
27971
|
+
}
|
|
27972
|
+
}, {
|
|
27973
|
+
field: 'origContactRole2',
|
|
27974
|
+
hide: true,
|
|
27975
|
+
lockVisible: true,
|
|
27976
|
+
suppressColumnsToolPanel: true
|
|
27977
|
+
}, {
|
|
27978
|
+
field: 'translatedContactName2',
|
|
27979
|
+
filter: 'text',
|
|
27980
|
+
type: 'withPlaceHolder',
|
|
27981
|
+
cellRendererParams: {
|
|
27982
|
+
placeHolderField: 'origContactName2'
|
|
27983
|
+
}
|
|
27984
|
+
}, {
|
|
27985
|
+
field: 'origContactName2',
|
|
27986
|
+
hide: true,
|
|
27987
|
+
lockVisible: true,
|
|
27988
|
+
suppressColumnsToolPanel: true
|
|
27989
|
+
}, {
|
|
27990
|
+
field: 'translatedFirstName2',
|
|
27991
|
+
filter: 'text',
|
|
27992
|
+
type: 'withPlaceHolder',
|
|
27993
|
+
cellRendererParams: {
|
|
27994
|
+
placeHolderField: 'origFirstName2'
|
|
27995
|
+
}
|
|
27996
|
+
}, {
|
|
27997
|
+
field: 'origFirstName2',
|
|
27998
|
+
hide: true,
|
|
27999
|
+
lockVisible: true,
|
|
28000
|
+
suppressColumnsToolPanel: true
|
|
28001
|
+
}, {
|
|
28002
|
+
field: 'translatedFormOfAddress2',
|
|
28003
|
+
filter: 'number',
|
|
28004
|
+
type: ['enum', 'withPlaceHolder'],
|
|
28005
|
+
cellRendererParams: {
|
|
28006
|
+
placeHolderField: 'origFormOfAddress2',
|
|
28007
|
+
options: [{
|
|
28008
|
+
value: 0,
|
|
28009
|
+
label: {
|
|
28010
|
+
de: 'Herr'
|
|
28011
|
+
}
|
|
28012
|
+
}, {
|
|
28013
|
+
value: 1,
|
|
28014
|
+
label: {
|
|
28015
|
+
de: 'Frau'
|
|
28016
|
+
}
|
|
28062
28017
|
}]
|
|
28063
|
-
}
|
|
28064
|
-
}
|
|
28065
|
-
|
|
28066
|
-
|
|
28067
|
-
|
|
28068
|
-
|
|
28069
|
-
|
|
28070
|
-
|
|
28071
|
-
|
|
28018
|
+
}
|
|
28019
|
+
}, {
|
|
28020
|
+
field: 'origFormOfAddress2',
|
|
28021
|
+
hide: true,
|
|
28022
|
+
lockVisible: true,
|
|
28023
|
+
suppressColumnsToolPanel: true
|
|
28024
|
+
}, {
|
|
28025
|
+
field: 'translatedDepartment2',
|
|
28026
|
+
filter: 'text',
|
|
28027
|
+
type: 'withPlaceHolder',
|
|
28028
|
+
cellRendererParams: {
|
|
28029
|
+
placeHolderField: 'origDepartment2'
|
|
28030
|
+
}
|
|
28031
|
+
}, {
|
|
28032
|
+
field: 'origDepartment2',
|
|
28033
|
+
hide: true,
|
|
28034
|
+
lockVisible: true,
|
|
28035
|
+
suppressColumnsToolPanel: true
|
|
28036
|
+
}, {
|
|
28037
|
+
field: 'translatedTelephone2',
|
|
28038
|
+
filter: 'text',
|
|
28039
|
+
type: 'withPlaceHolder',
|
|
28040
|
+
cellRendererParams: {
|
|
28041
|
+
placeHolderField: 'origTelephone2'
|
|
28042
|
+
}
|
|
28043
|
+
}, {
|
|
28044
|
+
field: 'origTelephone2',
|
|
28045
|
+
hide: true,
|
|
28046
|
+
lockVisible: true,
|
|
28047
|
+
suppressColumnsToolPanel: true
|
|
28048
|
+
}, {
|
|
28049
|
+
field: 'translatedFax2',
|
|
28050
|
+
filter: 'text',
|
|
28051
|
+
type: 'withPlaceHolder',
|
|
28052
|
+
cellRendererParams: {
|
|
28053
|
+
placeHolderField: 'origFax2'
|
|
28054
|
+
}
|
|
28055
|
+
}, {
|
|
28056
|
+
field: 'origFax2',
|
|
28057
|
+
hide: true,
|
|
28058
|
+
lockVisible: true,
|
|
28059
|
+
suppressColumnsToolPanel: true
|
|
28060
|
+
}, {
|
|
28061
|
+
field: 'translatedEmail2',
|
|
28062
|
+
filter: 'text',
|
|
28063
|
+
type: 'withPlaceHolder',
|
|
28064
|
+
cellRendererParams: {
|
|
28065
|
+
placeHolderField: 'origEmail2'
|
|
28066
|
+
}
|
|
28067
|
+
}, {
|
|
28068
|
+
field: 'origEmail2',
|
|
28069
|
+
hide: true,
|
|
28070
|
+
lockVisible: true,
|
|
28071
|
+
suppressColumnsToolPanel: true
|
|
28072
|
+
}, {
|
|
28073
|
+
field: 'translatedStreet2',
|
|
28074
|
+
filter: 'text',
|
|
28075
|
+
type: 'withPlaceHolder',
|
|
28076
|
+
cellRendererParams: {
|
|
28077
|
+
placeHolderField: 'origStreet2'
|
|
28078
|
+
}
|
|
28079
|
+
}, {
|
|
28080
|
+
field: 'origStreet2',
|
|
28081
|
+
hide: true,
|
|
28082
|
+
lockVisible: true,
|
|
28083
|
+
suppressColumnsToolPanel: true
|
|
28084
|
+
}, {
|
|
28085
|
+
field: 'translatedZipCodeStreet2',
|
|
28086
|
+
filter: 'text',
|
|
28087
|
+
type: 'withPlaceHolder',
|
|
28088
|
+
cellRendererParams: {
|
|
28089
|
+
placeHolderField: 'origZipCodeStreet2'
|
|
28090
|
+
}
|
|
28091
|
+
}, {
|
|
28092
|
+
field: 'origZipCodeStreet2',
|
|
28093
|
+
hide: true,
|
|
28094
|
+
lockVisible: true,
|
|
28095
|
+
suppressColumnsToolPanel: true
|
|
28096
|
+
}, {
|
|
28097
|
+
field: 'translatedCity2',
|
|
28098
|
+
filter: 'text',
|
|
28099
|
+
type: 'withPlaceHolder',
|
|
28100
|
+
cellRendererParams: {
|
|
28101
|
+
placeHolderField: 'origCity2'
|
|
28102
|
+
}
|
|
28103
|
+
}, {
|
|
28104
|
+
field: 'origCity2',
|
|
28105
|
+
hide: true,
|
|
28106
|
+
lockVisible: true,
|
|
28107
|
+
suppressColumnsToolPanel: true
|
|
28108
|
+
}, {
|
|
28109
|
+
field: 'translatedIsoCountryId2',
|
|
28110
|
+
filter: 'text',
|
|
28111
|
+
editable: true,
|
|
28112
|
+
type: ['enum', 'withPlaceHolder'],
|
|
28113
|
+
cellRendererParams: {
|
|
28114
|
+
placeHolderField: 'origIsoCountryId2',
|
|
28115
|
+
options: []
|
|
28116
|
+
}
|
|
28117
|
+
}, {
|
|
28118
|
+
field: 'origIsoCountryId2',
|
|
28119
|
+
hide: true,
|
|
28120
|
+
lockVisible: true,
|
|
28121
|
+
suppressColumnsToolPanel: true
|
|
28122
|
+
}, {
|
|
28123
|
+
field: 'translatedManufactureName1',
|
|
28124
|
+
filter: 'text',
|
|
28125
|
+
type: 'withPlaceHolder',
|
|
28126
|
+
cellRendererParams: {
|
|
28127
|
+
placeHolderField: 'origManufactureName1'
|
|
28128
|
+
}
|
|
28129
|
+
}, {
|
|
28130
|
+
field: 'origManufactureName1',
|
|
28131
|
+
hide: true,
|
|
28132
|
+
lockVisible: true,
|
|
28133
|
+
suppressColumnsToolPanel: true
|
|
28134
|
+
}, {
|
|
28135
|
+
field: 'translatedManufactureName2',
|
|
28136
|
+
filter: 'text',
|
|
28137
|
+
type: 'withPlaceHolder',
|
|
28138
|
+
cellRendererParams: {
|
|
28139
|
+
placeHolderField: 'origManufactureName2'
|
|
28140
|
+
}
|
|
28141
|
+
}, {
|
|
28142
|
+
field: 'origManufactureName2',
|
|
28143
|
+
hide: true,
|
|
28144
|
+
lockVisible: true,
|
|
28145
|
+
suppressColumnsToolPanel: true
|
|
28146
|
+
}, {
|
|
28147
|
+
field: 'translatedEmail',
|
|
28148
|
+
filter: 'text',
|
|
28149
|
+
type: 'withPlaceHolder',
|
|
28150
|
+
cellRendererParams: {
|
|
28151
|
+
placeHolderField: 'origEmail'
|
|
28152
|
+
}
|
|
28153
|
+
}, {
|
|
28154
|
+
field: 'origEmail',
|
|
28155
|
+
hide: true,
|
|
28156
|
+
lockVisible: true,
|
|
28157
|
+
suppressColumnsToolPanel: true
|
|
28158
|
+
}, {
|
|
28159
|
+
field: 'translatedInternetAddress',
|
|
28160
|
+
filter: 'text',
|
|
28161
|
+
type: 'withPlaceHolder',
|
|
28162
|
+
cellRendererParams: {
|
|
28163
|
+
placeHolderField: 'origInternetAddress'
|
|
28164
|
+
}
|
|
28165
|
+
}, {
|
|
28166
|
+
field: 'origInternetAddress',
|
|
28167
|
+
hide: true,
|
|
28168
|
+
lockVisible: true,
|
|
28169
|
+
suppressColumnsToolPanel: true
|
|
28170
|
+
}, {
|
|
28171
|
+
field: 'translatedStreet',
|
|
28172
|
+
filter: 'text',
|
|
28173
|
+
type: 'withPlaceHolder',
|
|
28174
|
+
cellRendererParams: {
|
|
28175
|
+
placeHolderField: 'origStreet'
|
|
28176
|
+
}
|
|
28177
|
+
}, {
|
|
28178
|
+
field: 'origStreet',
|
|
28179
|
+
hide: true,
|
|
28180
|
+
lockVisible: true,
|
|
28181
|
+
suppressColumnsToolPanel: true
|
|
28182
|
+
}, {
|
|
28183
|
+
field: 'translatedZipCodeStreet',
|
|
28184
|
+
filter: 'text',
|
|
28185
|
+
type: 'withPlaceHolder',
|
|
28186
|
+
cellRendererParams: {
|
|
28187
|
+
placeHolderField: 'origZipCodeStreet'
|
|
28188
|
+
}
|
|
28189
|
+
}, {
|
|
28190
|
+
field: 'origZipCodeStreet',
|
|
28191
|
+
hide: true,
|
|
28192
|
+
lockVisible: true,
|
|
28193
|
+
suppressColumnsToolPanel: true
|
|
28194
|
+
}, {
|
|
28195
|
+
field: 'translatedCity',
|
|
28196
|
+
filter: 'text',
|
|
28197
|
+
type: 'withPlaceHolder',
|
|
28198
|
+
cellRendererParams: {
|
|
28199
|
+
placeHolderField: 'origCity'
|
|
28200
|
+
}
|
|
28201
|
+
}, {
|
|
28202
|
+
field: 'origCity',
|
|
28203
|
+
hide: true,
|
|
28204
|
+
lockVisible: true,
|
|
28205
|
+
suppressColumnsToolPanel: true
|
|
28206
|
+
}, {
|
|
28207
|
+
field: 'translatedContactSupplierIsoCountryId',
|
|
28208
|
+
filter: 'text',
|
|
28209
|
+
editable: true,
|
|
28210
|
+
type: ['enum', 'withPlaceHolder'],
|
|
28211
|
+
cellRendererParams: {
|
|
28212
|
+
placeHolderField: 'origContactSupplierIsoCountryId',
|
|
28213
|
+
options: []
|
|
28214
|
+
}
|
|
28215
|
+
}, {
|
|
28216
|
+
field: 'origContactSupplierIsoCountryId',
|
|
28217
|
+
hide: true,
|
|
28218
|
+
lockVisible: true,
|
|
28219
|
+
suppressColumnsToolPanel: true
|
|
28220
|
+
}, {
|
|
28221
|
+
field: 'translatedZipCodePostBox',
|
|
28222
|
+
filter: 'text',
|
|
28223
|
+
type: 'withPlaceHolder',
|
|
28224
|
+
cellRendererParams: {
|
|
28225
|
+
placeHolderField: 'origZipCodePostBox'
|
|
28226
|
+
}
|
|
28227
|
+
}, {
|
|
28228
|
+
field: 'origZipCodePostBox',
|
|
28229
|
+
hide: true,
|
|
28230
|
+
lockVisible: true,
|
|
28231
|
+
suppressColumnsToolPanel: true
|
|
28232
|
+
}, {
|
|
28233
|
+
field: 'translatedPostBox',
|
|
28234
|
+
filter: 'text',
|
|
28235
|
+
type: 'withPlaceHolder',
|
|
28236
|
+
cellRendererParams: {
|
|
28237
|
+
placeHolderField: 'origPostBox'
|
|
28238
|
+
}
|
|
28239
|
+
}, {
|
|
28240
|
+
field: 'origPostBox',
|
|
28241
|
+
hide: true,
|
|
28242
|
+
lockVisible: true,
|
|
28243
|
+
suppressColumnsToolPanel: true
|
|
28244
|
+
}, {
|
|
28245
|
+
field: 'translatedTelephoneSwitchboard',
|
|
28246
|
+
filter: 'text',
|
|
28247
|
+
type: 'withPlaceHolder',
|
|
28248
|
+
cellRendererParams: {
|
|
28249
|
+
placeHolderField: 'origTelephoneSwitchboard'
|
|
28250
|
+
}
|
|
28251
|
+
}, {
|
|
28252
|
+
field: 'origTelephoneSwitchboard',
|
|
28253
|
+
hide: true,
|
|
28254
|
+
lockVisible: true,
|
|
28255
|
+
suppressColumnsToolPanel: true
|
|
28256
|
+
}, {
|
|
28257
|
+
field: 'translatedFaxSwitchboard',
|
|
28258
|
+
filter: 'text',
|
|
28259
|
+
type: 'withPlaceHolder',
|
|
28260
|
+
cellRendererParams: {
|
|
28261
|
+
placeHolderField: 'origFaxSwitchboard'
|
|
28262
|
+
}
|
|
28263
|
+
}, {
|
|
28264
|
+
field: 'origFaxSwitchboard',
|
|
28265
|
+
hide: true,
|
|
28266
|
+
lockVisible: true,
|
|
28267
|
+
suppressColumnsToolPanel: true
|
|
28268
|
+
}]
|
|
28269
|
+
};
|
|
28270
|
+
|
|
28271
|
+
var config$4 = {
|
|
28272
|
+
colDef: [{
|
|
28273
|
+
field: 'detailInfoNo',
|
|
28274
|
+
filter: 'number',
|
|
28275
|
+
required: true,
|
|
28276
|
+
editable: false
|
|
28277
|
+
}, {
|
|
28278
|
+
headerName: 'externalName ',
|
|
28279
|
+
marryChildren: true,
|
|
28280
|
+
children: [{
|
|
28281
|
+
field: 'translatedExternalName.de',
|
|
28282
|
+
headerName: 'DE',
|
|
28283
|
+
isDictionary: true,
|
|
28284
|
+
filter: 'text',
|
|
28285
|
+
type: 'withPlaceHolder',
|
|
28286
|
+
cellRendererParams: {
|
|
28287
|
+
placeHolderField: 'origExternalName.de'
|
|
28288
|
+
}
|
|
28289
|
+
}, {
|
|
28290
|
+
field: 'translatedExternalName.en',
|
|
28291
|
+
headerName: 'EN',
|
|
28292
|
+
isDictionary: true,
|
|
28293
|
+
filter: 'text',
|
|
28294
|
+
type: 'withPlaceHolder',
|
|
28295
|
+
cellRendererParams: {
|
|
28296
|
+
placeHolderField: 'origExternalName.en'
|
|
28297
|
+
}
|
|
28298
|
+
}, {
|
|
28299
|
+
field: 'translatedExternalName.fr',
|
|
28300
|
+
headerName: 'FE',
|
|
28301
|
+
isDictionary: true,
|
|
28302
|
+
filter: 'text',
|
|
28303
|
+
type: 'withPlaceHolder',
|
|
28304
|
+
cellRendererParams: {
|
|
28305
|
+
placeHolderField: 'origExternalName.fr'
|
|
28306
|
+
}
|
|
28307
|
+
}, {
|
|
28308
|
+
field: 'translatedExternalName.it',
|
|
28309
|
+
headerName: 'IT',
|
|
28310
|
+
isDictionary: true,
|
|
28311
|
+
filter: 'text',
|
|
28312
|
+
type: 'withPlaceHolder',
|
|
28313
|
+
cellRendererParams: {
|
|
28314
|
+
placeHolderField: 'origExternalName.it'
|
|
28315
|
+
}
|
|
28316
|
+
}]
|
|
28317
|
+
}, {
|
|
28318
|
+
headerName: 'OrigExternalName',
|
|
28319
|
+
marryChildren: true,
|
|
28320
|
+
hide: true,
|
|
28321
|
+
lockVisible: true,
|
|
28322
|
+
suppressColumnsToolPanel: true,
|
|
28323
|
+
children: [{
|
|
28324
|
+
field: 'origExternalName.de',
|
|
28325
|
+
hide: true,
|
|
28326
|
+
isDictionary: true
|
|
28327
|
+
}, {
|
|
28328
|
+
field: 'origExternalName.en',
|
|
28329
|
+
hide: true,
|
|
28330
|
+
isDictionary: true
|
|
28331
|
+
}, {
|
|
28332
|
+
field: 'origExternalName.fr',
|
|
28333
|
+
hide: true,
|
|
28334
|
+
isDictionary: true
|
|
28335
|
+
}, {
|
|
28336
|
+
field: 'origExternalName.it',
|
|
28337
|
+
hide: true,
|
|
28338
|
+
isDictionary: true
|
|
28339
|
+
}]
|
|
28340
|
+
}, {
|
|
28341
|
+
headerName: 'internalName',
|
|
28342
|
+
marryChildren: true,
|
|
28343
|
+
children: [{
|
|
28344
|
+
field: 'translatedInternalName.de',
|
|
28345
|
+
headerName: 'DE',
|
|
28346
|
+
isDictionary: true,
|
|
28347
|
+
filter: 'text',
|
|
28348
|
+
type: 'withPlaceHolder',
|
|
28349
|
+
cellRendererParams: {
|
|
28350
|
+
placeHolderField: 'origInternalName.de'
|
|
28351
|
+
}
|
|
28352
|
+
}, {
|
|
28353
|
+
field: 'translatedInternalName.en',
|
|
28354
|
+
headerName: 'EN',
|
|
28355
|
+
isDictionary: true,
|
|
28356
|
+
filter: 'text',
|
|
28357
|
+
type: 'withPlaceHolder',
|
|
28358
|
+
cellRendererParams: {
|
|
28359
|
+
placeHolderField: 'origInternalName.en'
|
|
28360
|
+
}
|
|
28361
|
+
}, {
|
|
28362
|
+
field: 'translatedInternalName.fr',
|
|
28363
|
+
headerName: 'FR',
|
|
28364
|
+
isDictionary: true,
|
|
28365
|
+
filter: 'text',
|
|
28366
|
+
type: 'withPlaceHolder',
|
|
28367
|
+
cellRendererParams: {
|
|
28368
|
+
placeHolderField: 'origInternalName.fr'
|
|
28369
|
+
}
|
|
28370
|
+
}, {
|
|
28371
|
+
field: 'translatedInternalName.it',
|
|
28372
|
+
headerName: 'IT',
|
|
28373
|
+
isDictionary: true,
|
|
28374
|
+
filter: 'text',
|
|
28375
|
+
type: 'withPlaceHolder',
|
|
28376
|
+
cellRendererParams: {
|
|
28377
|
+
placeHolderField: 'origInternalName.it'
|
|
28378
|
+
}
|
|
28379
|
+
}]
|
|
28380
|
+
}, {
|
|
28381
|
+
headerName: 'origInternalName',
|
|
28382
|
+
marryChildren: true,
|
|
28383
|
+
hide: true,
|
|
28384
|
+
lockVisible: true,
|
|
28385
|
+
suppressColumnsToolPanel: true,
|
|
28386
|
+
children: [{
|
|
28387
|
+
field: 'origInternalName.de',
|
|
28388
|
+
hide: true,
|
|
28389
|
+
isDictionary: true
|
|
28390
|
+
}, {
|
|
28391
|
+
field: 'origInternalName.en',
|
|
28392
|
+
hide: true,
|
|
28393
|
+
isDictionary: true
|
|
28394
|
+
}, {
|
|
28395
|
+
field: 'origInternalName.fr',
|
|
28396
|
+
hide: true,
|
|
28397
|
+
isDictionary: true
|
|
28398
|
+
}, {
|
|
28399
|
+
field: 'origInternalName.it',
|
|
28400
|
+
hide: true,
|
|
28401
|
+
isDictionary: true
|
|
28402
|
+
}]
|
|
28403
|
+
}, {
|
|
28404
|
+
headerName: 'toolTip',
|
|
28405
|
+
marryChildren: true,
|
|
28406
|
+
children: [{
|
|
28407
|
+
field: 'translatedToolTip.de',
|
|
28408
|
+
headerName: 'DE',
|
|
28409
|
+
isDictionary: true,
|
|
28410
|
+
filter: 'text',
|
|
28411
|
+
type: 'withPlaceHolder',
|
|
28412
|
+
cellRendererParams: {
|
|
28413
|
+
placeHolderField: 'origToolTip.de'
|
|
28414
|
+
}
|
|
28415
|
+
}, {
|
|
28416
|
+
field: 'translatedToolTip.en',
|
|
28417
|
+
headerName: 'EN',
|
|
28418
|
+
isDictionary: true,
|
|
28419
|
+
filter: 'text',
|
|
28420
|
+
type: 'withPlaceHolder',
|
|
28421
|
+
cellRendererParams: {
|
|
28422
|
+
placeHolderField: 'origToolTip.en'
|
|
28423
|
+
}
|
|
28424
|
+
}, {
|
|
28425
|
+
field: 'translatedToolTip.fr',
|
|
28426
|
+
headerName: 'FR',
|
|
28427
|
+
isDictionary: true,
|
|
28428
|
+
filter: 'text',
|
|
28429
|
+
type: 'withPlaceHolder',
|
|
28430
|
+
cellRendererParams: {
|
|
28431
|
+
placeHolderField: 'origToolTip.fr'
|
|
28432
|
+
}
|
|
28433
|
+
}, {
|
|
28434
|
+
field: 'translatedToolTip.it',
|
|
28435
|
+
headerName: 'IT',
|
|
28436
|
+
isDictionary: true,
|
|
28437
|
+
filter: 'text',
|
|
28438
|
+
type: 'withPlaceHolder',
|
|
28439
|
+
cellRendererParams: {
|
|
28440
|
+
placeHolderField: 'origToolTip.it'
|
|
28441
|
+
}
|
|
28442
|
+
}]
|
|
28443
|
+
}, {
|
|
28444
|
+
headerName: 'origToolTip',
|
|
28445
|
+
marryChildren: true,
|
|
28446
|
+
hide: true,
|
|
28447
|
+
lockVisible: true,
|
|
28448
|
+
suppressColumnsToolPanel: true,
|
|
28449
|
+
children: [{
|
|
28450
|
+
field: 'origToolTip.de',
|
|
28451
|
+
hide: true,
|
|
28452
|
+
isDictionary: true
|
|
28453
|
+
}, {
|
|
28454
|
+
field: 'origToolTip.en',
|
|
28455
|
+
hide: true,
|
|
28456
|
+
isDictionary: true
|
|
28457
|
+
}, {
|
|
28458
|
+
field: 'origToolTip.fr',
|
|
28459
|
+
hide: true,
|
|
28460
|
+
isDictionary: true
|
|
28461
|
+
}, {
|
|
28462
|
+
field: 'origToolTip.it',
|
|
28463
|
+
hide: true,
|
|
28464
|
+
isDictionary: true
|
|
28465
|
+
}]
|
|
28466
|
+
}]
|
|
28467
|
+
};
|
|
28468
|
+
|
|
28469
|
+
var config$3 = {
|
|
28470
|
+
colDef: [{
|
|
28471
|
+
field: 'featureNo',
|
|
28472
|
+
filter: 'text',
|
|
28473
|
+
required: true,
|
|
28474
|
+
editable: false
|
|
28475
|
+
}, {
|
|
28476
|
+
headerName: 'featureText',
|
|
28477
|
+
marryChildren: true,
|
|
28478
|
+
children: [{
|
|
28479
|
+
field: 'translatedFeatureText.de',
|
|
28480
|
+
headerName: 'DE',
|
|
28481
|
+
isDictionary: true,
|
|
28482
|
+
filter: 'text',
|
|
28483
|
+
type: 'withPlaceHolder',
|
|
28484
|
+
cellRendererParams: {
|
|
28485
|
+
placeHolderField: 'origFeatureText.de'
|
|
28486
|
+
}
|
|
28487
|
+
}, {
|
|
28488
|
+
field: 'translatedFeatureText.en',
|
|
28489
|
+
headerName: 'EN',
|
|
28490
|
+
isDictionary: true,
|
|
28491
|
+
filter: 'text',
|
|
28492
|
+
type: 'withPlaceHolder',
|
|
28493
|
+
cellRendererParams: {
|
|
28494
|
+
placeHolderField: 'origFeatureText.en'
|
|
28495
|
+
}
|
|
28496
|
+
}, {
|
|
28497
|
+
field: 'translatedFeatureText.fr',
|
|
28498
|
+
headerName: 'FR',
|
|
28499
|
+
isDictionary: true,
|
|
28500
|
+
filter: 'text',
|
|
28501
|
+
type: 'withPlaceHolder',
|
|
28502
|
+
cellRendererParams: {
|
|
28503
|
+
placeHolderField: 'origFeatureText.fr'
|
|
28504
|
+
}
|
|
28505
|
+
}, {
|
|
28506
|
+
field: 'translatedFeatureText.it',
|
|
28507
|
+
headerName: 'IT',
|
|
28508
|
+
isDictionary: true,
|
|
28509
|
+
filter: 'text',
|
|
28510
|
+
type: 'withPlaceHolder',
|
|
28511
|
+
cellRendererParams: {
|
|
28512
|
+
placeHolderField: 'origFeatureText.it'
|
|
28513
|
+
}
|
|
28514
|
+
}]
|
|
28515
|
+
}, {
|
|
28516
|
+
headerName: 'origFeatureText',
|
|
28517
|
+
marryChildren: true,
|
|
28518
|
+
hide: true,
|
|
28519
|
+
lockVisible: true,
|
|
28520
|
+
suppressColumnsToolPanel: true,
|
|
28521
|
+
children: [{
|
|
28522
|
+
field: 'origFeatureText.de',
|
|
28523
|
+
hide: true,
|
|
28524
|
+
isDictionary: true
|
|
28525
|
+
}, {
|
|
28526
|
+
field: 'origFeatureText.en',
|
|
28527
|
+
hide: true,
|
|
28528
|
+
isDictionary: true
|
|
28529
|
+
}, {
|
|
28530
|
+
field: 'origFeatureText.fr',
|
|
28531
|
+
hide: true,
|
|
28532
|
+
isDictionary: true
|
|
28533
|
+
}, {
|
|
28534
|
+
field: 'origFeatureText.it',
|
|
28535
|
+
hide: true,
|
|
28536
|
+
isDictionary: true
|
|
28537
|
+
}]
|
|
28538
|
+
}]
|
|
28539
|
+
};
|
|
28540
|
+
|
|
28541
|
+
var config$2 = {
|
|
28542
|
+
colDef: [{
|
|
28543
|
+
field: 'serieNo',
|
|
28544
|
+
filter: 'text',
|
|
28545
|
+
required: true,
|
|
28546
|
+
editable: false
|
|
28547
|
+
}, {
|
|
28548
|
+
field: 'sequenceNo',
|
|
28549
|
+
filter: 'text',
|
|
28550
|
+
editable: false
|
|
28551
|
+
}, {
|
|
28552
|
+
field: 'typeNo',
|
|
28553
|
+
filter: 'text',
|
|
28554
|
+
required: true,
|
|
28555
|
+
editable: false
|
|
28556
|
+
}, {
|
|
28557
|
+
field: 'translatedEdpNumber',
|
|
28558
|
+
filter: 'text',
|
|
28559
|
+
type: 'withPlaceHolder',
|
|
28560
|
+
cellRendererParams: {
|
|
28561
|
+
placeHolderField: 'origEdpNumber'
|
|
28562
|
+
}
|
|
28563
|
+
}, {
|
|
28564
|
+
field: 'origEdpNumber',
|
|
28565
|
+
hide: true,
|
|
28566
|
+
lockVisible: true,
|
|
28567
|
+
suppressColumnsToolPanel: true
|
|
28568
|
+
}, {
|
|
28569
|
+
field: 'translatedEanNumber',
|
|
28570
|
+
filter: 'text',
|
|
28571
|
+
type: 'withPlaceHolder',
|
|
28572
|
+
cellRendererParams: {
|
|
28573
|
+
placeHolderField: 'origEanNumber'
|
|
28574
|
+
}
|
|
28575
|
+
}, {
|
|
28576
|
+
field: 'origEanNumber',
|
|
28577
|
+
hide: true,
|
|
28578
|
+
lockVisible: true,
|
|
28579
|
+
suppressColumnsToolPanel: true
|
|
28580
|
+
}, {
|
|
28581
|
+
headerName: 'shortText',
|
|
28582
|
+
marryChildren: true,
|
|
28583
|
+
children: [{
|
|
28584
|
+
field: 'translatedShortText.de',
|
|
28585
|
+
headerName: 'DE',
|
|
28586
|
+
isDictionary: true,
|
|
28587
|
+
filter: 'text',
|
|
28588
|
+
type: 'withPlaceHolder',
|
|
28589
|
+
cellRendererParams: {
|
|
28590
|
+
placeHolderField: 'origShortText.de'
|
|
28591
|
+
}
|
|
28592
|
+
}, {
|
|
28593
|
+
field: 'translatedShortText.ne',
|
|
28594
|
+
headerName: 'EN',
|
|
28595
|
+
isDictionary: true,
|
|
28596
|
+
filter: 'text',
|
|
28597
|
+
type: 'withPlaceHolder',
|
|
28598
|
+
cellRendererParams: {
|
|
28599
|
+
placeHolderField: 'origShortText.en'
|
|
28600
|
+
}
|
|
28601
|
+
}, {
|
|
28602
|
+
field: 'translatedShortText.fr',
|
|
28603
|
+
headerName: 'FR',
|
|
28604
|
+
isDictionary: true,
|
|
28605
|
+
filter: 'text',
|
|
28606
|
+
type: 'withPlaceHolder',
|
|
28607
|
+
cellRendererParams: {
|
|
28608
|
+
placeHolderField: 'origShortText.fr'
|
|
28609
|
+
}
|
|
28610
|
+
}, {
|
|
28611
|
+
field: 'translatedShortText.it',
|
|
28612
|
+
headerName: 'IT',
|
|
28613
|
+
isDictionary: true,
|
|
28614
|
+
filter: 'text',
|
|
28615
|
+
type: 'withPlaceHolder',
|
|
28616
|
+
cellRendererParams: {
|
|
28617
|
+
placeHolderField: 'origShortText.it'
|
|
28618
|
+
}
|
|
28619
|
+
}]
|
|
28620
|
+
}, {
|
|
28621
|
+
headerName: 'origShortText',
|
|
28622
|
+
marryChildren: true,
|
|
28623
|
+
hide: true,
|
|
28624
|
+
lockVisible: true,
|
|
28625
|
+
suppressColumnsToolPanel: true,
|
|
28626
|
+
children: [{
|
|
28627
|
+
field: 'origShortText.de',
|
|
28628
|
+
hide: true,
|
|
28629
|
+
isDictionary: true
|
|
28630
|
+
}, {
|
|
28631
|
+
field: 'origShortText.en',
|
|
28632
|
+
hide: true,
|
|
28633
|
+
isDictionary: true
|
|
28634
|
+
}, {
|
|
28635
|
+
field: 'origShortText.fr',
|
|
28636
|
+
hide: true,
|
|
28637
|
+
isDictionary: true
|
|
28638
|
+
}, {
|
|
28639
|
+
field: 'origShortText.it',
|
|
28640
|
+
hide: true,
|
|
28641
|
+
isDictionary: true
|
|
28642
|
+
}]
|
|
28643
|
+
}, {
|
|
28644
|
+
headerName: 'fullText',
|
|
28645
|
+
marryChildren: true,
|
|
28646
|
+
children: [{
|
|
28647
|
+
field: 'translatedFullText.de',
|
|
28648
|
+
headerName: 'DE',
|
|
28649
|
+
isDictionary: true,
|
|
28650
|
+
filter: 'text',
|
|
28651
|
+
type: 'withPlaceHolder',
|
|
28652
|
+
cellRendererParams: {
|
|
28653
|
+
placeHolderField: 'origFullText.de'
|
|
28654
|
+
}
|
|
28655
|
+
}, {
|
|
28656
|
+
field: 'translatedFullText.en',
|
|
28657
|
+
headerName: 'EN',
|
|
28658
|
+
isDictionary: true,
|
|
28659
|
+
filter: 'text',
|
|
28660
|
+
type: 'withPlaceHolder',
|
|
28661
|
+
cellRendererParams: {
|
|
28662
|
+
placeHolderField: 'origFullText.en'
|
|
28663
|
+
}
|
|
28664
|
+
}, {
|
|
28665
|
+
field: 'translatedFullText.fr',
|
|
28666
|
+
headerName: 'FR',
|
|
28667
|
+
isDictionary: true,
|
|
28668
|
+
filter: 'text',
|
|
28669
|
+
type: 'withPlaceHolder',
|
|
28670
|
+
cellRendererParams: {
|
|
28671
|
+
placeHolderField: 'origFullText.fr'
|
|
28672
|
+
}
|
|
28673
|
+
}, {
|
|
28674
|
+
field: 'translatedFullText.it',
|
|
28675
|
+
headerName: 'IT',
|
|
28676
|
+
isDictionary: true,
|
|
28677
|
+
filter: 'text',
|
|
28678
|
+
type: 'withPlaceHolder',
|
|
28679
|
+
cellRendererParams: {
|
|
28680
|
+
placeHolderField: 'origFullText.it'
|
|
28681
|
+
}
|
|
28682
|
+
}]
|
|
28683
|
+
}, {
|
|
28684
|
+
headerName: 'origFullText',
|
|
28685
|
+
marryChildren: true,
|
|
28686
|
+
hide: true,
|
|
28687
|
+
lockVisible: true,
|
|
28688
|
+
suppressColumnsToolPanel: true,
|
|
28689
|
+
children: [{
|
|
28690
|
+
field: 'origFullText.de',
|
|
28691
|
+
hide: true,
|
|
28692
|
+
isDictionary: true
|
|
28693
|
+
}, {
|
|
28694
|
+
field: 'origFullText.en',
|
|
28695
|
+
hide: true,
|
|
28696
|
+
isDictionary: true
|
|
28697
|
+
}, {
|
|
28698
|
+
field: 'origFullText.fr',
|
|
28699
|
+
hide: true,
|
|
28700
|
+
isDictionary: true
|
|
28701
|
+
}, {
|
|
28702
|
+
field: 'origFullText.it',
|
|
28703
|
+
hide: true,
|
|
28704
|
+
isDictionary: true
|
|
28705
|
+
}]
|
|
28706
|
+
}, {
|
|
28707
|
+
headerName: 'planningAdvice',
|
|
28708
|
+
marryChildren: true,
|
|
28709
|
+
children: [{
|
|
28710
|
+
field: 'translatedPlanningAdvice.de',
|
|
28711
|
+
headerName: 'DE',
|
|
28712
|
+
isDictionary: true,
|
|
28713
|
+
filter: 'text',
|
|
28714
|
+
type: 'withPlaceHolder',
|
|
28715
|
+
cellRendererParams: {
|
|
28716
|
+
placeHolderField: 'origPlanningAdvice.de'
|
|
28717
|
+
}
|
|
28718
|
+
}, {
|
|
28719
|
+
field: 'translatedPlanningAdvice.en',
|
|
28720
|
+
headerName: 'EN',
|
|
28721
|
+
isDictionary: true,
|
|
28722
|
+
filter: 'text',
|
|
28723
|
+
type: 'withPlaceHolder',
|
|
28724
|
+
cellRendererParams: {
|
|
28725
|
+
placeHolderField: 'origPlanningAdvice.en'
|
|
28726
|
+
}
|
|
28727
|
+
}, {
|
|
28728
|
+
field: 'translatedPlanningAdvice.fr',
|
|
28729
|
+
headerName: 'FR',
|
|
28730
|
+
isDictionary: true,
|
|
28731
|
+
filter: 'text',
|
|
28732
|
+
type: 'withPlaceHolder',
|
|
28733
|
+
cellRendererParams: {
|
|
28734
|
+
placeHolderField: 'origPlanningAdvice.fr'
|
|
28735
|
+
}
|
|
28736
|
+
}, {
|
|
28737
|
+
field: 'translatedPlanningAdvice.it',
|
|
28738
|
+
headerName: 'IT',
|
|
28739
|
+
isDictionary: true,
|
|
28740
|
+
filter: 'text',
|
|
28741
|
+
type: 'withPlaceHolder',
|
|
28742
|
+
cellRendererParams: {
|
|
28743
|
+
placeHolderField: 'origPlanningAdvice.it'
|
|
28744
|
+
}
|
|
28745
|
+
}]
|
|
28746
|
+
}, {
|
|
28747
|
+
headerName: 'origPlanningAdvice',
|
|
28748
|
+
marryChildren: true,
|
|
28749
|
+
hide: true,
|
|
28750
|
+
lockVisible: true,
|
|
28751
|
+
suppressColumnsToolPanel: true,
|
|
28752
|
+
children: [{
|
|
28753
|
+
field: 'origPlanningAdvice.de',
|
|
28754
|
+
hide: true,
|
|
28755
|
+
isDictionary: true
|
|
28756
|
+
}, {
|
|
28757
|
+
field: 'origPlanningAdvice.en',
|
|
28758
|
+
hide: true,
|
|
28759
|
+
isDictionary: true
|
|
28760
|
+
}, {
|
|
28761
|
+
field: 'origPlanningAdvice.fr',
|
|
28762
|
+
hide: true,
|
|
28763
|
+
isDictionary: true
|
|
28764
|
+
}, {
|
|
28765
|
+
field: 'origPlanningAdvice.it',
|
|
28766
|
+
hide: true,
|
|
28767
|
+
isDictionary: true
|
|
28768
|
+
}]
|
|
28769
|
+
}, {
|
|
28770
|
+
field: 'translatedSalesNumber',
|
|
28771
|
+
filter: 'text',
|
|
28772
|
+
type: 'withPlaceHolder',
|
|
28773
|
+
cellRendererParams: {
|
|
28774
|
+
placeHolderField: 'origSalesNumber'
|
|
28775
|
+
}
|
|
28776
|
+
}, {
|
|
28777
|
+
field: 'origSalesNumber',
|
|
28778
|
+
hide: true,
|
|
28779
|
+
lockVisible: true,
|
|
28780
|
+
suppressColumnsToolPanel: true
|
|
28781
|
+
}]
|
|
28782
|
+
};
|
|
28783
|
+
|
|
28784
|
+
var config$1 = {
|
|
28785
|
+
colDef: [{
|
|
28786
|
+
field: 'featureNo',
|
|
28787
|
+
filter: 'text',
|
|
28788
|
+
required: true,
|
|
28789
|
+
editable: false
|
|
28790
|
+
}, {
|
|
28791
|
+
field: 'optionKey',
|
|
28792
|
+
filter: 'text',
|
|
28793
|
+
required: true,
|
|
28794
|
+
editable: false
|
|
28795
|
+
}, {
|
|
28796
|
+
headerName: 'optionText',
|
|
28797
|
+
marryChildren: true,
|
|
28798
|
+
children: [{
|
|
28799
|
+
field: 'translatedOptionText.de',
|
|
28800
|
+
headerName: 'DE',
|
|
28801
|
+
isDictionary: true,
|
|
28802
|
+
filter: 'text',
|
|
28803
|
+
type: 'withPlaceHolder',
|
|
28804
|
+
cellRendererParams: {
|
|
28805
|
+
placeHolderField: 'origOptionText.de'
|
|
28806
|
+
}
|
|
28807
|
+
}, {
|
|
28808
|
+
field: 'translatedOptionText.en',
|
|
28809
|
+
headerName: 'EN',
|
|
28810
|
+
isDictionary: true,
|
|
28811
|
+
filter: 'text',
|
|
28812
|
+
type: 'withPlaceHolder',
|
|
28813
|
+
cellRendererParams: {
|
|
28814
|
+
placeHolderField: 'origOptionText.en'
|
|
28815
|
+
}
|
|
28816
|
+
}, {
|
|
28817
|
+
field: 'translatedOptionText.fr',
|
|
28818
|
+
headerName: 'FR',
|
|
28819
|
+
isDictionary: true,
|
|
28820
|
+
filter: 'text',
|
|
28821
|
+
type: 'withPlaceHolder',
|
|
28822
|
+
cellRendererParams: {
|
|
28823
|
+
placeHolderField: 'origOptionText.fr'
|
|
28824
|
+
}
|
|
28825
|
+
}, {
|
|
28826
|
+
field: 'translatedOptionText.it',
|
|
28827
|
+
headerName: 'IT',
|
|
28828
|
+
isDictionary: true,
|
|
28829
|
+
filter: 'text',
|
|
28830
|
+
type: 'withPlaceHolder',
|
|
28831
|
+
cellRendererParams: {
|
|
28832
|
+
placeHolderField: 'origOptionText.it'
|
|
28833
|
+
}
|
|
28834
|
+
}]
|
|
28835
|
+
}, {
|
|
28836
|
+
headerName: 'origOptionText',
|
|
28837
|
+
marryChildren: true,
|
|
28838
|
+
hide: true,
|
|
28839
|
+
lockVisible: true,
|
|
28840
|
+
suppressColumnsToolPanel: true,
|
|
28841
|
+
children: [{
|
|
28842
|
+
field: 'origOptionText.de',
|
|
28843
|
+
hide: true,
|
|
28844
|
+
isDictionary: true
|
|
28845
|
+
}, {
|
|
28846
|
+
field: 'origOptionText.en',
|
|
28847
|
+
hide: true,
|
|
28848
|
+
isDictionary: true
|
|
28849
|
+
}, {
|
|
28850
|
+
field: 'origOptionText.fr',
|
|
28851
|
+
hide: true,
|
|
28852
|
+
isDictionary: true
|
|
28853
|
+
}, {
|
|
28854
|
+
field: 'origOptionText.it',
|
|
28855
|
+
hide: true,
|
|
28856
|
+
isDictionary: true
|
|
28857
|
+
}]
|
|
28858
|
+
}, {
|
|
28859
|
+
headerName: 'optionCommentText',
|
|
28860
|
+
marryChildren: true,
|
|
28861
|
+
children: [{
|
|
28862
|
+
field: 'translatedOptionCommentText.de',
|
|
28863
|
+
headerName: 'DE',
|
|
28864
|
+
isDictionary: true,
|
|
28865
|
+
filter: 'text',
|
|
28866
|
+
type: 'withPlaceHolder',
|
|
28867
|
+
cellRendererParams: {
|
|
28868
|
+
placeHolderField: 'origOptionCommentText.de'
|
|
28869
|
+
}
|
|
28870
|
+
}, {
|
|
28871
|
+
field: 'translatedOptionCommentText.en',
|
|
28872
|
+
headerName: 'EN',
|
|
28873
|
+
isDictionary: true,
|
|
28874
|
+
filter: 'text',
|
|
28875
|
+
type: 'withPlaceHolder',
|
|
28876
|
+
cellRendererParams: {
|
|
28877
|
+
placeHolderField: 'origOptionCommentText.en'
|
|
28878
|
+
}
|
|
28879
|
+
}, {
|
|
28880
|
+
field: 'translatedOptionCommentText.fr',
|
|
28881
|
+
headerName: 'FR',
|
|
28882
|
+
isDictionary: true,
|
|
28883
|
+
filter: 'text',
|
|
28884
|
+
type: 'withPlaceHolder',
|
|
28885
|
+
cellRendererParams: {
|
|
28886
|
+
placeHolderField: 'origOptionCommentText.fr'
|
|
28887
|
+
}
|
|
28888
|
+
}, {
|
|
28889
|
+
field: 'translatedOptionCommentText.it',
|
|
28890
|
+
headerName: 'IT',
|
|
28891
|
+
isDictionary: true,
|
|
28892
|
+
filter: 'text',
|
|
28893
|
+
type: 'withPlaceHolder',
|
|
28894
|
+
cellRendererParams: {
|
|
28895
|
+
placeHolderField: 'origOptionCommentText.it'
|
|
28896
|
+
}
|
|
28897
|
+
}]
|
|
28898
|
+
}, {
|
|
28899
|
+
headerName: 'origOptionCommentText',
|
|
28900
|
+
marryChildren: true,
|
|
28901
|
+
hide: true,
|
|
28902
|
+
lockVisible: true,
|
|
28903
|
+
suppressColumnsToolPanel: true,
|
|
28904
|
+
children: [{
|
|
28905
|
+
field: 'origOptionCommentText.de',
|
|
28906
|
+
hide: true,
|
|
28907
|
+
isDictionary: true
|
|
28908
|
+
}, {
|
|
28909
|
+
field: 'origOptionCommentText.en',
|
|
28910
|
+
hide: true,
|
|
28911
|
+
isDictionary: true
|
|
28912
|
+
}, {
|
|
28913
|
+
field: 'origOptionCommentText.fr',
|
|
28914
|
+
hide: true,
|
|
28915
|
+
isDictionary: true
|
|
28916
|
+
}, {
|
|
28917
|
+
field: 'origOptionCommentText.it',
|
|
28918
|
+
hide: true,
|
|
28919
|
+
isDictionary: true
|
|
28920
|
+
}]
|
|
28921
|
+
}]
|
|
28922
|
+
};
|
|
28923
|
+
|
|
28924
|
+
var config = {
|
|
28925
|
+
colDef: [{
|
|
28926
|
+
field: 'serieNo',
|
|
28927
|
+
filter: 'text',
|
|
28928
|
+
required: true,
|
|
28929
|
+
editable: false
|
|
28930
|
+
}, {
|
|
28931
|
+
headerName: 'seriesName',
|
|
28932
|
+
marryChildren: true,
|
|
28933
|
+
required: true,
|
|
28934
|
+
children: [{
|
|
28935
|
+
field: 'translatedSeriesName.de',
|
|
28936
|
+
headerName: 'DE',
|
|
28937
|
+
isDictionary: true,
|
|
28938
|
+
filter: 'text',
|
|
28939
|
+
type: 'withPlaceHolder',
|
|
28940
|
+
cellRendererParams: {
|
|
28941
|
+
placeHolderField: 'origSeriesName.de'
|
|
28942
|
+
}
|
|
28943
|
+
}, {
|
|
28944
|
+
field: 'translatedSeriesName.en',
|
|
28945
|
+
headerName: 'EN',
|
|
28946
|
+
isDictionary: true,
|
|
28947
|
+
filter: 'text',
|
|
28948
|
+
type: 'withPlaceHolder',
|
|
28949
|
+
cellRendererParams: {
|
|
28950
|
+
placeHolderField: 'origSeriesName.en'
|
|
28951
|
+
}
|
|
28952
|
+
}, {
|
|
28953
|
+
field: 'translatedSeriesName.fr',
|
|
28954
|
+
headerName: 'FR',
|
|
28955
|
+
isDictionary: true,
|
|
28956
|
+
filter: 'text',
|
|
28957
|
+
type: 'withPlaceHolder',
|
|
28958
|
+
cellRendererParams: {
|
|
28959
|
+
placeHolderField: 'origSeriesName.fr'
|
|
28960
|
+
}
|
|
28961
|
+
}, {
|
|
28962
|
+
field: 'translatedSeriesName.it',
|
|
28963
|
+
headerName: 'IT',
|
|
28964
|
+
isDictionary: true,
|
|
28965
|
+
filter: 'text',
|
|
28966
|
+
type: 'withPlaceHolder',
|
|
28967
|
+
cellRendererParams: {
|
|
28968
|
+
placeHolderField: 'origSeriesName.it'
|
|
28969
|
+
}
|
|
28970
|
+
}]
|
|
28971
|
+
}, {
|
|
28972
|
+
headerName: 'origSeriesName',
|
|
28973
|
+
marryChildren: true,
|
|
28974
|
+
hide: true,
|
|
28975
|
+
lockVisible: true,
|
|
28976
|
+
suppressColumnsToolPanel: true,
|
|
28977
|
+
children: [{
|
|
28978
|
+
field: 'origSeriesName.de',
|
|
28979
|
+
isDictionary: true,
|
|
28980
|
+
hide: true
|
|
28981
|
+
}, {
|
|
28982
|
+
field: 'origSeriesName.en',
|
|
28983
|
+
isDictionary: true,
|
|
28984
|
+
hide: true
|
|
28985
|
+
}, {
|
|
28986
|
+
field: 'origSeriesName.fr',
|
|
28987
|
+
isDictionary: true,
|
|
28988
|
+
hide: true
|
|
28989
|
+
}, {
|
|
28990
|
+
field: 'origSeriesName.it',
|
|
28991
|
+
isDictionary: true,
|
|
28992
|
+
hide: true
|
|
28993
|
+
}]
|
|
28994
|
+
}, {
|
|
28995
|
+
headerName: 'seriesFullText',
|
|
28996
|
+
marryChildren: true,
|
|
28997
|
+
children: [{
|
|
28998
|
+
field: 'translatedSeriesFullText.de',
|
|
28999
|
+
headerName: 'DE',
|
|
29000
|
+
isDictionary: true,
|
|
29001
|
+
filter: 'text',
|
|
29002
|
+
type: 'withPlaceHolder',
|
|
29003
|
+
cellRendererParams: {
|
|
29004
|
+
placeHolderField: 'origSeriesFullText.de'
|
|
29005
|
+
}
|
|
29006
|
+
}, {
|
|
29007
|
+
field: 'translatedSeriesFullText.en',
|
|
29008
|
+
headerName: 'EN',
|
|
29009
|
+
isDictionary: true,
|
|
29010
|
+
filter: 'text',
|
|
29011
|
+
type: 'withPlaceHolder',
|
|
29012
|
+
cellRendererParams: {
|
|
29013
|
+
placeHolderField: 'origSeriesFullText.en'
|
|
29014
|
+
}
|
|
29015
|
+
}, {
|
|
29016
|
+
field: 'translatedSeriesFullText.fr',
|
|
29017
|
+
headerName: 'FR',
|
|
29018
|
+
isDictionary: true,
|
|
29019
|
+
filter: 'text',
|
|
29020
|
+
type: 'withPlaceHolder',
|
|
29021
|
+
cellRendererParams: {
|
|
29022
|
+
placeHolderField: 'origSeriesFullText.fr'
|
|
29023
|
+
}
|
|
29024
|
+
}, {
|
|
29025
|
+
field: 'translatedSeriesFullText.it',
|
|
29026
|
+
headerName: 'IT',
|
|
29027
|
+
isDictionary: true,
|
|
29028
|
+
filter: 'text',
|
|
29029
|
+
type: 'withPlaceHolder',
|
|
29030
|
+
cellRendererParams: {
|
|
29031
|
+
placeHolderField: 'origSeriesFullText.it'
|
|
29032
|
+
}
|
|
29033
|
+
}]
|
|
29034
|
+
}, {
|
|
29035
|
+
headerName: 'origSeriesFullText',
|
|
29036
|
+
marryChildren: true,
|
|
29037
|
+
hide: true,
|
|
29038
|
+
lockVisible: true,
|
|
29039
|
+
suppressColumnsToolPanel: true,
|
|
29040
|
+
children: [{
|
|
29041
|
+
field: 'origSeriesFullText.de',
|
|
29042
|
+
isDictionary: true,
|
|
29043
|
+
hide: true
|
|
29044
|
+
}, {
|
|
29045
|
+
field: 'origSeriesFullText.en',
|
|
29046
|
+
isDictionary: true,
|
|
29047
|
+
hide: true
|
|
29048
|
+
}, {
|
|
29049
|
+
field: 'origSeriesFullText.fr',
|
|
29050
|
+
isDictionary: true,
|
|
29051
|
+
hide: true
|
|
29052
|
+
}, {
|
|
29053
|
+
field: 'origSeriesFullText.it',
|
|
29054
|
+
isDictionary: true,
|
|
29055
|
+
hide: true
|
|
29056
|
+
}]
|
|
29057
|
+
}]
|
|
29058
|
+
};
|
|
29059
|
+
|
|
29060
|
+
var tableConfiguration = {
|
|
29061
|
+
catalog: config$5,
|
|
29062
|
+
detailInfo: config$4,
|
|
29063
|
+
feature: config$3,
|
|
29064
|
+
item: config$2,
|
|
29065
|
+
option: config$1,
|
|
29066
|
+
serie: config
|
|
29067
|
+
};
|
|
29068
|
+
var renamingTypes = [{
|
|
29069
|
+
label: 'catalog',
|
|
29070
|
+
data: 'catalog',
|
|
29071
|
+
value: 'catalog'
|
|
29072
|
+
}, {
|
|
29073
|
+
label: 'detailInfo',
|
|
28072
29074
|
data: 'detailInfo',
|
|
28073
29075
|
value: 'detailInfo'
|
|
28074
29076
|
}, {
|
|
@@ -28309,7 +29311,7 @@ function TableTabGroups () {
|
|
|
28309
29311
|
cellRendererParams: {
|
|
28310
29312
|
displayField: 'featureNosDisplayTexts',
|
|
28311
29313
|
apiInterface: {
|
|
28312
|
-
read: apiConfig.enricherService + 'packages/${packageId}/lookup/feature'
|
|
29314
|
+
read: apiConfig.enricherService + '/packages/${packageId}/lookup/feature'
|
|
28313
29315
|
},
|
|
28314
29316
|
lookupValue: 'featureText',
|
|
28315
29317
|
lookupKey: 'featureNo',
|
|
@@ -29045,7 +30047,8 @@ styleInject(css_248z$3);
|
|
|
29045
30047
|
|
|
29046
30048
|
var wrapper = "wrapper-wuBie";
|
|
29047
30049
|
var select = "select-w181d";
|
|
29048
|
-
var
|
|
30050
|
+
var button = "button-g8Tp4";
|
|
30051
|
+
var css_248z$2 = ".wrapper-wuBie {\n display: flex;\n gap: 16px;\n margin: 8px;\n justify-content: start;\n}\n\n.select-w181d {\n z-index: 1000;\n margin: 8px;\n flex-grow: 0.8;\n min-width: 100px;\n}\n.select-w181d div {\n border-color: grey !important;\n}\n.select-w181d div {\n box-shadow: none;\n box-shadow: initial;\n}\n\n.button-g8Tp4 {\n width: 40px;\n justify-content: center;\n}\n";
|
|
29049
30052
|
styleInject(css_248z$2);
|
|
29050
30053
|
|
|
29051
30054
|
var ArticleSelection = function ArticleSelection(_ref) {
|
|
@@ -29097,7 +30100,12 @@ var ArticleSelection = function ArticleSelection(_ref) {
|
|
|
29097
30100
|
}, [articleList]);
|
|
29098
30101
|
return /*#__PURE__*/jsxs("div", {
|
|
29099
30102
|
className: wrapper,
|
|
29100
|
-
children: [/*#__PURE__*/jsx(PushpinOutlined, {
|
|
30103
|
+
children: [!root.contentStore.toolPinned && /*#__PURE__*/jsx(PushpinOutlined, {
|
|
30104
|
+
onClick: function onClick() {
|
|
30105
|
+
return root.contentStore.toolPinned = !root.contentStore.toolPinned;
|
|
30106
|
+
},
|
|
30107
|
+
className: button
|
|
30108
|
+
}), root.contentStore.toolPinned && /*#__PURE__*/jsx(PushpinFilled, {
|
|
29101
30109
|
onClick: function onClick() {
|
|
29102
30110
|
return root.contentStore.toolPinned = !root.contentStore.toolPinned;
|
|
29103
30111
|
}
|
|
@@ -29112,7 +30120,8 @@ var ArticleSelection = function ArticleSelection(_ref) {
|
|
|
29112
30120
|
}), /*#__PURE__*/jsx(ReloadOutlined$1, {
|
|
29113
30121
|
onClick: function onClick() {
|
|
29114
30122
|
return setDoReset(true);
|
|
29115
|
-
}
|
|
30123
|
+
},
|
|
30124
|
+
className: button
|
|
29116
30125
|
})]
|
|
29117
30126
|
});
|
|
29118
30127
|
};
|
|
@@ -29215,9 +30224,15 @@ function useWysiwyg(_ref) {
|
|
|
29215
30224
|
});
|
|
29216
30225
|
}
|
|
29217
30226
|
}, [doReset]);
|
|
30227
|
+
useEffect(function () {
|
|
30228
|
+
if (articleCodex) {
|
|
30229
|
+
setDoReset(true);
|
|
30230
|
+
setArticleCodex(undefined);
|
|
30231
|
+
}
|
|
30232
|
+
}, [tool.parameters.packageId]);
|
|
29218
30233
|
var onEventCalled = /*#__PURE__*/function () {
|
|
29219
30234
|
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(e) {
|
|
29220
|
-
var catalogData, articles, key, article;
|
|
30235
|
+
var _articles$, catalogData, articles, key, article;
|
|
29221
30236
|
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
29222
30237
|
while (1) switch (_context2.prev = _context2.next) {
|
|
29223
30238
|
case 0:
|
|
@@ -29233,6 +30248,7 @@ function useWysiwyg(_ref) {
|
|
|
29233
30248
|
});
|
|
29234
30249
|
}
|
|
29235
30250
|
setArticleList(articles);
|
|
30251
|
+
if (articleCodex === undefined && articles !== null && articles !== void 0 && (_articles$ = articles[0]) !== null && _articles$ !== void 0 && _articles$.value) setArticleCodex(articles[0].value);
|
|
29236
30252
|
}
|
|
29237
30253
|
if (e.type === 'navigatedToOption') {
|
|
29238
30254
|
setCurrentNav(e.data.optionCodex);
|
|
@@ -29295,7 +30311,7 @@ function useWysiwyg(_ref) {
|
|
|
29295
30311
|
autoFocusForInput: true,
|
|
29296
30312
|
hideWarningDuringUserInput: false,
|
|
29297
30313
|
cssVariables: {
|
|
29298
|
-
primaryColor: '#
|
|
30314
|
+
primaryColor: '#001529',
|
|
29299
30315
|
secondaryColor: '#4a4543',
|
|
29300
30316
|
thirdColor: '#F3F3F3'
|
|
29301
30317
|
},
|
|
@@ -29415,7 +30431,7 @@ var draghandle = "draghandle-f5b0N";
|
|
|
29415
30431
|
var midHandle = "mid-handle--qh50";
|
|
29416
30432
|
var toolItem = "tool-item-KyKgQ";
|
|
29417
30433
|
var sel = "sel-iUm8X";
|
|
29418
|
-
var css_248z$1 = ".wrapper-njnwX {\n position: absolute;\n top: 0px;\n}\n.tools-selector-BHV3Z {\n width: 36px;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n gap: 16px;\n align-items: center;\n background-color: #001529;\n color: rgba(255, 255, 255, 0.85);\n padding-top: 16px;\n height: 100%;\n}\n\n.container-BucHG {\n right: 37px;\n height: 100%;\n width: 100%;\n position: absolute;\n background-color: #fff;\n z-index: 100;\n}\n\n.pinned-vk2AT.container-BucHG {\n position: relative;\n right: auto;\n right: initial;\n}\n\n.draghandle-f5b0N {\n position: absolute;\n height: 100%;\n top: 0px;\n left: 0;\n width: 2px;\n cursor: ew-resize;\n background-color: gray;\n}\n\n.mid-handle--qh50 {\n position: absolute;\n width: 5px;\n height: 32px;\n background-color: #fff;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border-left: 2px solid grey;\n border-right: 2px solid grey;\n}\n\n.tool-item-KyKgQ {\n writing-mode: vertical-lr;\n padding: 10px;\n text-orientation: mixed;\n cursor: pointer;\n position: relative;\n}\n\n.tool-item-KyKgQ::after {\n content: '';\n position: absolute;\n width: 3px;\n height: 0px;\n left: 0;\n bottom: 50%;\n background-color: rgba(255, 255, 255, 0.85);\n transition: all ease-in-out 0.2s;\n}\n.tool-item-KyKgQ:hover::after,\n.sel-iUm8X::after {\n height: 100%;\n bottom: 0;\n}\n";
|
|
30434
|
+
var css_248z$1 = ".wrapper-njnwX {\n position: absolute;\n top: 0px;\n}\n.tools-selector-BHV3Z {\n z-index: 2000;\n width: 36px;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n gap: 16px;\n align-items: center;\n background-color: #001529;\n color: rgba(255, 255, 255, 0.85);\n padding-top: 16px;\n height: 100%;\n}\n\n.container-BucHG {\n right: 37px;\n height: 100%;\n width: 100%;\n position: absolute;\n background-color: #fff;\n z-index: 100;\n}\n\n.pinned-vk2AT.container-BucHG {\n position: relative;\n right: auto;\n right: initial;\n}\n\n.draghandle-f5b0N {\n position: absolute;\n height: 100%;\n top: 0px;\n left: 0;\n width: 2px;\n cursor: ew-resize;\n background-color: gray;\n}\n\n.mid-handle--qh50 {\n position: absolute;\n width: 5px;\n height: 32px;\n background-color: #fff;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border-left: 2px solid grey;\n border-right: 2px solid grey;\n}\n\n.tool-item-KyKgQ {\n writing-mode: vertical-lr;\n padding: 10px;\n text-orientation: mixed;\n cursor: pointer;\n position: relative;\n}\n\n.tool-item-KyKgQ::after {\n content: '';\n position: absolute;\n width: 3px;\n height: 0px;\n left: 0;\n bottom: 50%;\n background-color: rgba(255, 255, 255, 0.85);\n transition: all ease-in-out 0.2s;\n}\n.tool-item-KyKgQ:hover::after,\n.sel-iUm8X::after {\n height: 100%;\n bottom: 0;\n}\n";
|
|
29419
30435
|
styleInject(css_248z$1);
|
|
29420
30436
|
|
|
29421
30437
|
var overlay = "overlay-Dr5pn";
|