nucleus-core-ts 0.9.875 → 0.9.877
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/dist/fe/components/IntegrationsPage/components/FieldMappingRows.js +28 -0
- package/dist/index.js +2 -2
- package/dist/src/ElysiaPlugin/routes/entity/index.d.ts +14 -0
- package/dist/src/Services/Integrations/mapping.d.ts +8 -0
- package/dist/src/Services/Integrations/runner.d.ts +2 -1
- package/package.json +1 -1
- package/dist/client.js +0 -4
|
@@ -117,6 +117,34 @@ export function FieldMappingRows({ rows, sourceFields, targetFields, disabled, o
|
|
|
117
117
|
". Use it when no single field is unique on its own, which is what the deduplication column needs."
|
|
118
118
|
]
|
|
119
119
|
}),
|
|
120
|
+
/*#__PURE__*/ _jsxs("p", {
|
|
121
|
+
className: theme.field.hint,
|
|
122
|
+
children: [
|
|
123
|
+
"A single field inside the braces can be shaped on its own with",
|
|
124
|
+
' ',
|
|
125
|
+
/*#__PURE__*/ _jsx("strong", {
|
|
126
|
+
children: '|'
|
|
127
|
+
}),
|
|
128
|
+
": ",
|
|
129
|
+
/*#__PURE__*/ _jsx("strong", {
|
|
130
|
+
children: '{companyCode}-{departmentCode|pathLeaf}'
|
|
131
|
+
}),
|
|
132
|
+
' ',
|
|
133
|
+
"turns ",
|
|
134
|
+
/*#__PURE__*/ _jsx("em", {
|
|
135
|
+
children: "TAT"
|
|
136
|
+
}),
|
|
137
|
+
" and ",
|
|
138
|
+
/*#__PURE__*/ _jsx("em", {
|
|
139
|
+
children: "050/285/204"
|
|
140
|
+
}),
|
|
141
|
+
" into ",
|
|
142
|
+
/*#__PURE__*/ _jsx("em", {
|
|
143
|
+
children: "TAT-204"
|
|
144
|
+
}),
|
|
145
|
+
". The transform chosen beside the row still applies to the finished value."
|
|
146
|
+
]
|
|
147
|
+
}),
|
|
120
148
|
/*#__PURE__*/ _jsxs("p", {
|
|
121
149
|
className: theme.field.hint,
|
|
122
150
|
children: [
|