@fastnd/components 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/components/FavoriteButton/FavoriteButton.d.ts +2 -1
  2. package/dist/examples/data-explorer/CardCarouselPanel/CardCarouselPanel.tsx +197 -0
  3. package/dist/examples/data-explorer/CardView/CardView.tsx +168 -0
  4. package/dist/examples/data-explorer/ColumnConfigPopover/ColumnConfigPopover.tsx +157 -0
  5. package/dist/examples/data-explorer/DataExplorerEmpty/DataExplorerEmpty.tsx +56 -0
  6. package/dist/examples/data-explorer/DataExplorerPage/DataExplorerPage.tsx +101 -0
  7. package/dist/examples/data-explorer/DataExplorerPagination/DataExplorerPagination.tsx +129 -0
  8. package/dist/examples/data-explorer/DataExplorerToolbar/DataExplorerToolbar.tsx +143 -0
  9. package/dist/examples/data-explorer/DomainSwitcher/DomainSwitcher.tsx +36 -0
  10. package/dist/examples/data-explorer/ExpansionRows/ExpansionRows.tsx +180 -0
  11. package/dist/examples/data-explorer/FilterChip/FilterChip.tsx +85 -0
  12. package/dist/examples/data-explorer/FilterPopoverContent/FilterPopoverContent.tsx +73 -0
  13. package/dist/examples/data-explorer/ListView/ListView.tsx +305 -0
  14. package/dist/examples/data-explorer/MoreFiltersPopover/MoreFiltersPopover.tsx +113 -0
  15. package/dist/examples/data-explorer/TableView/TableView.tsx +193 -0
  16. package/dist/examples/data-explorer/cells/CellRenderer.tsx +147 -0
  17. package/dist/examples/data-explorer/cells/CurrencyCell.tsx +31 -0
  18. package/dist/examples/data-explorer/cells/DoubleTextCell.tsx +27 -0
  19. package/dist/examples/data-explorer/cells/ExpandButton.tsx +67 -0
  20. package/dist/examples/data-explorer/cells/InventoryBadgeCell.tsx +52 -0
  21. package/dist/examples/data-explorer/cells/LinkCell.tsx +42 -0
  22. package/dist/examples/data-explorer/cells/ScoreBar.tsx +50 -0
  23. package/dist/examples/data-explorer/cells/StatusBadgeCell.tsx +39 -0
  24. package/dist/examples/data-explorer/cells/TextCell.tsx +35 -0
  25. package/dist/examples/data-explorer/cells/index.ts +26 -0
  26. package/dist/examples/data-explorer/domains/applications.ts +225 -0
  27. package/dist/examples/data-explorer/domains/customers.ts +267 -0
  28. package/dist/examples/data-explorer/domains/index.ts +26 -0
  29. package/dist/examples/data-explorer/domains/products.ts +1116 -0
  30. package/dist/examples/data-explorer/domains/projects.ts +205 -0
  31. package/dist/examples/data-explorer/hooks/use-data-explorer-state.ts +371 -0
  32. package/dist/examples/data-explorer/index.ts +3 -0
  33. package/dist/examples/data-explorer/types.ts +239 -0
  34. package/dist/fastnd-components.js +9 -9
  35. package/package.json +1 -1
@@ -0,0 +1,1116 @@
1
+ import type { ColumnsConfig, DomainConfig, DomainLayout, Product } from '../types'
2
+
3
+ export const PRODUCT_COLUMNS: ColumnsConfig<Product> = {
4
+ product_category: {
5
+ label: 'Produktkategorie',
6
+ type: 'text',
7
+ sortable: true,
8
+ filterable: true,
9
+ primaryFilter: true,
10
+ visible: true,
11
+ searchable: true,
12
+ },
13
+ product_group: {
14
+ label: 'Produktgruppe',
15
+ type: 'text',
16
+ sortable: true,
17
+ filterable: true,
18
+ primaryFilter: true,
19
+ visible: true,
20
+ searchable: true,
21
+ },
22
+ part_number: {
23
+ label: 'Produkt',
24
+ type: 'double-text',
25
+ sortable: true,
26
+ filterable: false,
27
+ visible: true,
28
+ secondary: 'product_family_name',
29
+ searchable: true,
30
+ },
31
+ manufacturer_name: {
32
+ label: 'Hersteller',
33
+ type: 'link',
34
+ sortable: true,
35
+ filterable: true,
36
+ primaryFilter: false,
37
+ visible: true,
38
+ searchable: true,
39
+ },
40
+ description: {
41
+ label: 'Beschreibung',
42
+ type: 'text',
43
+ sortable: false,
44
+ filterable: false,
45
+ visible: true,
46
+ searchable: true,
47
+ rowLines: 3,
48
+ },
49
+ lifecycle: {
50
+ label: 'Status',
51
+ type: 'status-badge',
52
+ sortable: true,
53
+ filterable: true,
54
+ primaryFilter: true,
55
+ visible: true,
56
+ hideTablet: true,
57
+ statusMap: {
58
+ Active: 'active',
59
+ NRND: 'nrnd',
60
+ EOL: 'eol',
61
+ Production: 'production',
62
+ },
63
+ },
64
+ alternatives: {
65
+ label: 'Alternativen',
66
+ type: 'expand',
67
+ sortable: false,
68
+ filterable: false,
69
+ visible: true,
70
+ hideMobile: true,
71
+ headerIcon: 'arrowLeftRight',
72
+ headerTooltip: 'Alternative Produkte',
73
+ expandIcon: 'arrowLeftRight',
74
+ expandLabel: 'Alternativen',
75
+ expandColumns: [
76
+ { key: 'alt_product_category', label: 'Kategorie', mapTo: 'product_category' },
77
+ { key: 'alt_family_name', label: 'Familie', mapTo: 'product_group' },
78
+ {
79
+ key: 'alt_part_number',
80
+ label: 'Teilenummer',
81
+ bold: true,
82
+ mapTo: 'part_number',
83
+ secondaryKey: 'alt_product_family_name',
84
+ },
85
+ { key: 'alt_manufacturer', label: 'Hersteller', mapTo: 'manufacturer_name' },
86
+ { key: 'alt_description', label: 'Beschreibung', mapTo: 'description' },
87
+ { key: 'alt_lifecycle', label: 'Status', mapTo: 'lifecycle' },
88
+ { key: 'match_score', label: 'Übereinstimmung', type: 'score-bar' },
89
+ ],
90
+ expandTitleFn: (row: Product) => `Alternativen für ${row.part_number}`,
91
+ },
92
+ cross_sells: {
93
+ label: 'Empfehlungen',
94
+ type: 'expand',
95
+ sortable: false,
96
+ filterable: false,
97
+ visible: true,
98
+ hideMobile: true,
99
+ headerIcon: 'sparkles',
100
+ headerTooltip: 'Cross-Sell Empfehlungen',
101
+ expandIcon: 'sparkles',
102
+ expandLabel: 'Empfehlungen',
103
+ expandColumns: [
104
+ { key: 'cross_sell_product_category', label: 'Kategorie', mapTo: 'product_category' },
105
+ { key: 'cross_sell_family_name', label: 'Familie', mapTo: 'product_group' },
106
+ {
107
+ key: 'cross_sell_part_number',
108
+ label: 'Teilenummer',
109
+ bold: true,
110
+ mapTo: 'part_number',
111
+ secondaryKey: 'cross_sell_product_family_name',
112
+ },
113
+ { key: 'cross_sell_manufacturer', label: 'Hersteller', mapTo: 'manufacturer_name' },
114
+ { key: 'cross_sell_description', label: 'Beschreibung', mapTo: 'description' },
115
+ { key: 'recommendation_source', label: 'Quelle', muted: true, mapTo: 'lifecycle' },
116
+ { key: 'recommendation_score', label: 'Score', type: 'score-bar' },
117
+ ],
118
+ expandTitleFn: (row: Product) => `Cross-Sell Empfehlungen für ${row.part_number}`,
119
+ },
120
+ price: {
121
+ label: 'Preis',
122
+ type: 'currency',
123
+ sortable: true,
124
+ filterable: false,
125
+ visible: false,
126
+ currencyField: 'currency',
127
+ },
128
+ lead_time: {
129
+ label: 'Lieferzeit',
130
+ type: 'text',
131
+ sortable: true,
132
+ filterable: false,
133
+ visible: false,
134
+ hideMobile: true,
135
+ },
136
+ inventory: {
137
+ label: 'Lagerbestand',
138
+ type: 'inventory',
139
+ sortable: true,
140
+ filterable: true,
141
+ primaryFilter: false,
142
+ visible: false,
143
+ hideMobile: true,
144
+ levelFn: (v: number) => (v > 10000 ? 'high' : v >= 1000 ? 'medium' : 'low'),
145
+ formatFn: (v: number) =>
146
+ v >= 1000 ? (v / 1000).toFixed(v >= 10000 ? 0 : 1) + 'k' : String(v),
147
+ labelMap: { high: 'Verfügbar', medium: 'Begrenzt', low: 'Knapp' },
148
+ filterOptions: ['Hoch (> 10.000)', 'Mittel (1.000–10.000)', 'Niedrig (< 1.000)'],
149
+ filterFn: (row: Product, val: string) => {
150
+ if (val.startsWith('Hoch')) return row.inventory > 10000
151
+ if (val.startsWith('Mittel')) return row.inventory >= 1000 && row.inventory <= 10000
152
+ return row.inventory < 1000
153
+ },
154
+ },
155
+ }
156
+
157
+ export const PRODUCT_LAYOUT: DomainLayout = {
158
+ list: {
159
+ titleField: 'part_number',
160
+ metaFields: ['product_category', 'product_group', 'manufacturer_name'],
161
+ badgeFields: ['lifecycle'],
162
+ valueField: null,
163
+ expandFields: ['alternatives', 'cross_sells'],
164
+ },
165
+ card: {
166
+ titleField: 'part_number',
167
+ subtitleField: 'description',
168
+ badgeFields: ['lifecycle'],
169
+ rows: [
170
+ { label: 'Familie', field: 'product_family_name' },
171
+ { label: 'Kategorie', field: 'product_category' },
172
+ { label: 'Gruppe', field: 'product_group' },
173
+ { label: 'Hersteller', field: 'manufacturer_name' },
174
+ ],
175
+ footerField: 'manufacturer_name',
176
+ expandFields: ['alternatives', 'cross_sells'],
177
+ },
178
+ }
179
+
180
+ export const MOCK_PRODUCTS: Product[] = [
181
+ {
182
+ id: 'p1',
183
+ part_number: 'TPS54360B',
184
+ tenant_part_number: 'FN-DC-0012',
185
+ product_category: 'Halbleiter',
186
+ product_group: 'Spannungsregler',
187
+ product_family_name: 'DC-DC Converter',
188
+ manufacturer_name: 'Texas Instruments',
189
+ description:
190
+ 'Abwärtswandler 4,5–60V, 3,5A, einstellbar, integrierter Gate-Treiber, 150 kHz–2,5 MHz schaltbar',
191
+ price: 3.45,
192
+ currency: 'EUR',
193
+ inventory: 12500,
194
+ lead_time: '8 Wochen',
195
+ lifecycle: 'Active',
196
+ favorite: true,
197
+ alternatives: [
198
+ {
199
+ alt_part_number: 'LM2596S-ADJ/NOPB',
200
+ alt_product_category: 'Halbleiter',
201
+ alt_product_family_name: 'Simple Switcher Regulator',
202
+ alt_family_name: 'Spannungsregler',
203
+ alt_manufacturer: 'ON Semiconductor',
204
+ alt_description: 'Einstellbarer Abwärtswandler 3A, 150kHz, TO-263-5 Gehäuse',
205
+ alt_lifecycle: 'Active',
206
+ match_score: 0.89,
207
+ },
208
+ {
209
+ alt_part_number: 'MP2315GJ-Z',
210
+ alt_product_category: 'Halbleiter',
211
+ alt_product_family_name: 'Synchronous Step-Down Converter',
212
+ alt_family_name: 'Spannungsregler',
213
+ alt_manufacturer: 'Monolithic Power Systems',
214
+ alt_description:
215
+ 'Synchroner Abwärtswandler 3A, 500kHz, QFN-12 mit integriertem Bootstrap',
216
+ alt_lifecycle: 'Active',
217
+ match_score: 0.82,
218
+ },
219
+ ],
220
+ cross_sells: [
221
+ {
222
+ cross_sell_part_number: 'LM2596S-3.3/NOPB',
223
+ cross_sell_product_category: 'Halbleiter',
224
+ cross_sell_product_family_name: 'Simple Switcher Regulator',
225
+ cross_sell_family_name: 'Spannungsregler',
226
+ cross_sell_manufacturer: 'ON Semiconductor',
227
+ cross_sell_description: 'Festspannungsregler 3,3V Variante für Kombi-Designs',
228
+ recommendation_score: 0.92,
229
+ recommendation_source: 'AI Model',
230
+ },
231
+ {
232
+ cross_sell_part_number: 'ADP5054ACPZ-R7',
233
+ cross_sell_product_category: 'Halbleiter',
234
+ cross_sell_product_family_name: 'ADP505x Quad-Channel PMIC',
235
+ cross_sell_family_name: 'Power Management',
236
+ cross_sell_manufacturer: 'Analog Devices',
237
+ cross_sell_description: 'Quad-Kanal PMIC für komplexere Power-Architekturen',
238
+ recommendation_score: 0.85,
239
+ recommendation_source: 'Manual',
240
+ },
241
+ {
242
+ cross_sell_part_number: 'MP2315GJ-P',
243
+ cross_sell_product_category: 'Halbleiter',
244
+ cross_sell_product_family_name: 'Synchronous Step-Down Converter',
245
+ cross_sell_family_name: 'Spannungsregler',
246
+ cross_sell_manufacturer: 'Monolithic Power Systems',
247
+ cross_sell_description:
248
+ 'Kompakte Alternative für platzkritische Designs mit integrierter Induktivität',
249
+ recommendation_score: 0.78,
250
+ recommendation_source: 'AI Model',
251
+ },
252
+ ],
253
+ },
254
+ {
255
+ id: 'p2',
256
+ part_number: 'LM2596S-5.0',
257
+ tenant_part_number: 'FN-DC-0034',
258
+ product_category: 'Halbleiter',
259
+ product_group: 'Spannungsregler',
260
+ product_family_name: 'Simple Switcher Voltage Regulator Series',
261
+ manufacturer_name: 'ON Semiconductor',
262
+ description:
263
+ 'Festspannungsregler 5V, 3A, TO-263, 150 kHz, thermisch robustes Gehäuse für Industrieumgebungen',
264
+ price: 1.82,
265
+ currency: 'EUR',
266
+ inventory: 45200,
267
+ lead_time: '12 Wochen',
268
+ lifecycle: 'Active',
269
+ favorite: false,
270
+ alternatives: [
271
+ {
272
+ alt_part_number: 'TPS54360B',
273
+ alt_product_category: 'Halbleiter',
274
+ alt_product_family_name: 'DC-DC Converter',
275
+ alt_family_name: 'DC-DC Converter',
276
+ alt_manufacturer: 'Texas Instruments',
277
+ alt_description:
278
+ 'Flexibler Abwärtswandler 4,5–60V einstellbar, ideal als Drop-in-Ersatz',
279
+ alt_lifecycle: 'Active',
280
+ match_score: 0.91,
281
+ },
282
+ {
283
+ alt_part_number: 'LM2676S-5.0/NOPB',
284
+ alt_product_category: 'Halbleiter',
285
+ alt_product_family_name: 'Simple Switcher Regulator',
286
+ alt_family_name: 'Spannungsregler',
287
+ alt_manufacturer: 'Texas Instruments',
288
+ alt_description: '5V Simple Switcher 3A, TO-263, verbesserte Nachfolgergeneration',
289
+ alt_lifecycle: 'Active',
290
+ match_score: 0.84,
291
+ },
292
+ ],
293
+ cross_sells: [
294
+ {
295
+ cross_sell_part_number: 'TPS54360B',
296
+ cross_sell_product_category: 'Halbleiter',
297
+ cross_sell_product_family_name: 'DC-DC Converter',
298
+ cross_sell_family_name: 'DC-DC Converter',
299
+ cross_sell_manufacturer: 'Texas Instruments',
300
+ cross_sell_description: 'Einstellbare Variante für flexiblere Ausgangsspannungen',
301
+ recommendation_score: 0.91,
302
+ recommendation_source: 'AI Model',
303
+ },
304
+ {
305
+ cross_sell_part_number: 'LM317T-DT',
306
+ cross_sell_product_category: 'Halbleiter',
307
+ cross_sell_product_family_name: 'LM317 Linear Voltage Regulator',
308
+ cross_sell_family_name: 'Linearregler',
309
+ cross_sell_manufacturer: 'STMicroelectronics',
310
+ cross_sell_description:
311
+ 'Linearer Spannungsregler als rauscharme Ergänzung für analoge Sektionen',
312
+ recommendation_score: 0.72,
313
+ recommendation_source: 'Manual',
314
+ },
315
+ ],
316
+ },
317
+ {
318
+ id: 'p3',
319
+ part_number: 'ADP5054ACPZ',
320
+ tenant_part_number: 'FN-PM-0087',
321
+ product_category: 'Halbleiter',
322
+ product_group: 'Power Management',
323
+ product_family_name: 'PMIC Multikanal-Regler mit programmierbarer Sequenz',
324
+ manufacturer_name: 'Analog Devices',
325
+ description:
326
+ 'Quad-Kanal PMIC mit konfigurierbarem Power-Sequencing, Soft-Start und Fehlerüberwachung, 48-LFCSP',
327
+ price: 8.9,
328
+ currency: 'EUR',
329
+ inventory: 3200,
330
+ lead_time: '16 Wochen',
331
+ lifecycle: 'Active',
332
+ favorite: false,
333
+ alternatives: [
334
+ {
335
+ alt_part_number: 'TPS65263RHAT',
336
+ alt_product_category: 'Halbleiter',
337
+ alt_product_family_name: 'TPS652xx Triple Buck Converter',
338
+ alt_family_name: 'Power Management',
339
+ alt_manufacturer: 'Texas Instruments',
340
+ alt_description:
341
+ 'Triple Synchron-Abwärtswandler mit I\u00B2C-Steuerung, 32-QFN Gehäuse',
342
+ alt_lifecycle: 'Active',
343
+ match_score: 0.85,
344
+ },
345
+ {
346
+ alt_part_number: 'MAX77714GTL+',
347
+ alt_product_category: 'Halbleiter',
348
+ alt_product_family_name: 'MAX777xx Multi-Output PMIC',
349
+ alt_family_name: 'PMIC',
350
+ alt_manufacturer: 'Maxim / ADI',
351
+ alt_description:
352
+ '9-Output PMIC mit LDOs und Buck-Wandlern für komplexe SoC-Versorgung',
353
+ alt_lifecycle: 'Active',
354
+ match_score: 0.78,
355
+ },
356
+ ],
357
+ cross_sells: [
358
+ {
359
+ cross_sell_part_number: 'TPS65263RHAT',
360
+ cross_sell_product_category: 'Halbleiter',
361
+ cross_sell_product_family_name: 'TPS652xx Triple Buck Converter',
362
+ cross_sell_family_name: 'Power Management',
363
+ cross_sell_manufacturer: 'Texas Instruments',
364
+ cross_sell_description:
365
+ 'Kompaktere Alternative mit I\u00B2C-Schnittstelle für FPGA-Power-Designs',
366
+ recommendation_score: 0.88,
367
+ recommendation_source: 'AI Model',
368
+ },
369
+ {
370
+ cross_sell_part_number: 'ADP5052ACPZ-R7',
371
+ cross_sell_product_category: 'Halbleiter',
372
+ cross_sell_product_family_name: 'ADP505x Quad-Channel PMIC',
373
+ cross_sell_family_name: 'PMIC',
374
+ cross_sell_manufacturer: 'Analog Devices',
375
+ cross_sell_description:
376
+ 'Fünf-Kanal-Variante der gleichen Familie für erweiterte Leistungsarchitekturen',
377
+ recommendation_score: 0.76,
378
+ recommendation_source: 'Manual',
379
+ },
380
+ ],
381
+ },
382
+ {
383
+ id: 'p4',
384
+ part_number: 'STM32F407VGT6',
385
+ tenant_part_number: 'FN-MC-0201',
386
+ product_category: 'Halbleiter',
387
+ product_group: 'Mikrocontroller',
388
+ product_family_name: 'STM32F4',
389
+ manufacturer_name: 'STMicroelectronics',
390
+ description:
391
+ 'ARM Cortex-M4 mit FPU, 168 MHz, 1 MB Flash, 192 KB RAM, Ethernet MAC, LQFP-100',
392
+ price: 12.35,
393
+ currency: 'EUR',
394
+ inventory: 8700,
395
+ lead_time: '10 Wochen',
396
+ lifecycle: 'Active',
397
+ favorite: true,
398
+ alternatives: [
399
+ {
400
+ alt_part_number: 'STM32F405RGT6',
401
+ alt_product_category: 'Halbleiter',
402
+ alt_product_family_name: 'STM32F4',
403
+ alt_family_name: 'STM32F4',
404
+ alt_manufacturer: 'STMicroelectronics',
405
+ alt_description:
406
+ 'Pin-kompatible Variante ohne Ethernet, gleicher Cortex-M4 Kern, LQFP-64',
407
+ alt_lifecycle: 'Active',
408
+ match_score: 0.95,
409
+ },
410
+ {
411
+ alt_part_number: 'MIMXRT1062DVJ6B',
412
+ alt_product_category: 'Halbleiter',
413
+ alt_product_family_name: 'i.MX RT1060 Crossover MCU',
414
+ alt_family_name: 'i.MX RT',
415
+ alt_manufacturer: 'NXP',
416
+ alt_description:
417
+ 'Crossover MCU 600 MHz, FlexSPI, USB HS, umfangreiches Peripherie-Set',
418
+ alt_lifecycle: 'Active',
419
+ match_score: 0.74,
420
+ },
421
+ {
422
+ alt_part_number: 'GD32F407VGT6',
423
+ alt_product_category: 'Halbleiter',
424
+ alt_product_family_name: 'GD32F4',
425
+ alt_family_name: 'GD32F4',
426
+ alt_manufacturer: 'GigaDevice',
427
+ alt_description:
428
+ 'Pinkompatibles Derivat mit 168 MHz, 1 MB Flash, deutlich günstigere Beschaffung',
429
+ alt_lifecycle: 'Active',
430
+ match_score: 0.88,
431
+ },
432
+ ],
433
+ cross_sells: [
434
+ {
435
+ cross_sell_part_number: 'STM32F407IGT6',
436
+ cross_sell_product_category: 'Halbleiter',
437
+ cross_sell_product_family_name: 'STM32F4',
438
+ cross_sell_family_name: 'STM32F4',
439
+ cross_sell_manufacturer: 'STMicroelectronics',
440
+ cross_sell_description: 'LQFP-176 Variante mit mehr I/O für pinreiche Designs',
441
+ recommendation_score: 0.94,
442
+ recommendation_source: 'AI Model',
443
+ },
444
+ {
445
+ cross_sell_part_number: 'STLINK-V3SET',
446
+ cross_sell_product_category: 'Halbleiter',
447
+ cross_sell_product_family_name: 'ST-Link Debugging Tools',
448
+ cross_sell_family_name: 'Debugging Tools',
449
+ cross_sell_manufacturer: 'STMicroelectronics',
450
+ cross_sell_description:
451
+ 'Offizieller ST-Link V3 JTAG/SWD-Debugger für STM32-Entwicklung',
452
+ recommendation_score: 0.87,
453
+ recommendation_source: 'Manual',
454
+ },
455
+ {
456
+ cross_sell_part_number: 'STM32F746NGH6',
457
+ cross_sell_product_category: 'Halbleiter',
458
+ cross_sell_product_family_name: 'STM32F7',
459
+ cross_sell_family_name: 'STM32F7',
460
+ cross_sell_manufacturer: 'STMicroelectronics',
461
+ cross_sell_description:
462
+ 'Upgrade-Pfad auf Cortex-M7 mit doppelter Performance und SDRAM-Interface',
463
+ recommendation_score: 0.79,
464
+ recommendation_source: 'AI Model',
465
+ },
466
+ {
467
+ cross_sell_part_number: 'NUCLEO-F407ZG',
468
+ cross_sell_product_category: 'Halbleiter',
469
+ cross_sell_product_family_name: 'Nucleo Development Boards',
470
+ cross_sell_family_name: 'Entwicklungsboards',
471
+ cross_sell_manufacturer: 'STMicroelectronics',
472
+ cross_sell_description:
473
+ 'Nucleo-144 Evaluierungsboard für schnellen Prototypenstart',
474
+ recommendation_score: 0.72,
475
+ recommendation_source: 'Manual',
476
+ },
477
+ ],
478
+ },
479
+ {
480
+ id: 'p5',
481
+ part_number: 'IRF540NPBF',
482
+ tenant_part_number: 'FN-TR-0045',
483
+ product_category: 'Halbleiter',
484
+ product_group: 'Transistoren',
485
+ product_family_name: 'N-Channel MOSFET',
486
+ manufacturer_name: 'Infineon',
487
+ description:
488
+ 'N-Kanal MOSFET 100V, 33A, Rds(on)=44m\u03A9, TO-220AB, geeignet für Hochstrom-Schalter',
489
+ price: 0.95,
490
+ currency: 'EUR',
491
+ inventory: 67000,
492
+ lead_time: '4 Wochen',
493
+ lifecycle: 'Active',
494
+ favorite: false,
495
+ alternatives: [
496
+ {
497
+ alt_part_number: 'STP36NF06L',
498
+ alt_product_category: 'Halbleiter',
499
+ alt_product_family_name: 'STripFET N-Channel MOSFET',
500
+ alt_family_name: 'N-Channel MOSFET',
501
+ alt_manufacturer: 'STMicroelectronics',
502
+ alt_description: '60V/30A N-Kanal MOSFET in TO-220, Logic-Level Gate kompatibel',
503
+ alt_lifecycle: 'Active',
504
+ match_score: 0.87,
505
+ },
506
+ {
507
+ alt_part_number: 'FDP8N60NZ-F085',
508
+ alt_product_category: 'Halbleiter',
509
+ alt_product_family_name: 'Super Junction N-Channel MOSFET',
510
+ alt_family_name: 'N-Channel MOSFET',
511
+ alt_manufacturer: 'Fairchild / ON Semi',
512
+ alt_description:
513
+ '600V/8A Super Junction MOSFET für High-Efficiency Konverter, D2PAK',
514
+ alt_lifecycle: 'Active',
515
+ match_score: 0.81,
516
+ },
517
+ ],
518
+ cross_sells: [
519
+ {
520
+ cross_sell_part_number: 'IR2110STRPBF',
521
+ cross_sell_product_category: 'Halbleiter',
522
+ cross_sell_product_family_name: 'IR2110 Gate Driver',
523
+ cross_sell_family_name: 'Gate-Treiber',
524
+ cross_sell_manufacturer: 'Infineon',
525
+ cross_sell_description:
526
+ 'High- und Low-Side Gate-Treiber passend für H-Brücken mit IRF540N',
527
+ recommendation_score: 0.83,
528
+ recommendation_source: 'AI Model',
529
+ },
530
+ {
531
+ cross_sell_part_number: 'UCC27524DGNR',
532
+ cross_sell_product_category: 'Halbleiter',
533
+ cross_sell_product_family_name: 'UCC275xx Dual Gate Driver',
534
+ cross_sell_family_name: 'Gate-Treiber',
535
+ cross_sell_manufacturer: 'Texas Instruments',
536
+ cross_sell_description:
537
+ 'Dual 5A Gate-Treiber mit einstellbarer Totzeit für synchrone Schaltnetzteile',
538
+ recommendation_score: 0.76,
539
+ recommendation_source: 'Manual',
540
+ },
541
+ ],
542
+ },
543
+ {
544
+ id: 'p6',
545
+ part_number: 'AD7124-8BCPZ',
546
+ tenant_part_number: 'FN-ADC-0033',
547
+ product_category: 'Halbleiter',
548
+ product_group: 'Datenerfassung',
549
+ product_family_name: 'Sigma-Delta ADC',
550
+ manufacturer_name: 'Analog Devices',
551
+ description:
552
+ '8-Kanal 24-Bit Sigma-Delta ADC mit programmierbarem Gain-Verstärker (PGA), Low-Power-Modi, 32-LFCSP',
553
+ price: 15.6,
554
+ currency: 'EUR',
555
+ inventory: 1200,
556
+ lead_time: '20 Wochen',
557
+ lifecycle: 'NRND',
558
+ favorite: false,
559
+ alternatives: [
560
+ {
561
+ alt_part_number: 'ADS1256IDBR',
562
+ alt_product_category: 'Halbleiter',
563
+ alt_product_family_name: 'ADS125x Delta-Sigma ADC',
564
+ alt_family_name: 'Delta-Sigma ADC',
565
+ alt_manufacturer: 'Texas Instruments',
566
+ alt_description:
567
+ '8-Kanal 24-Bit ADC mit 30 kSPS Datenrate und SPI-Interface, SSOP-28',
568
+ alt_lifecycle: 'Active',
569
+ match_score: 0.86,
570
+ },
571
+ {
572
+ alt_part_number: 'MCP3912A1T-E/SS',
573
+ alt_product_category: 'Halbleiter',
574
+ alt_product_family_name: 'MCP391x Energy Metering ADC',
575
+ alt_family_name: 'Delta-Sigma ADC',
576
+ alt_manufacturer: 'Microchip',
577
+ alt_description:
578
+ 'Dual-Kanal 24-Bit ADC mit Delta-Sigma für Energiemessanwendungen, SSOP-20',
579
+ alt_lifecycle: 'Active',
580
+ match_score: 0.79,
581
+ },
582
+ ],
583
+ cross_sells: [
584
+ {
585
+ cross_sell_part_number: 'AD8237ARMZ-R7',
586
+ cross_sell_product_category: 'Halbleiter',
587
+ cross_sell_product_family_name: 'AD823x Zero-Drift Instrumentation Amplifier',
588
+ cross_sell_family_name: 'Instrumentenverstärker',
589
+ cross_sell_manufacturer: 'Analog Devices',
590
+ cross_sell_description:
591
+ 'Zero-Drift Instrumentenverstärker als Eingangsstufe vor dem AD7124 in Sensoranwendungen',
592
+ recommendation_score: 0.81,
593
+ recommendation_source: 'AI Model',
594
+ },
595
+ {
596
+ cross_sell_part_number: 'REF5050AIDR',
597
+ cross_sell_product_category: 'Halbleiter',
598
+ cross_sell_product_family_name: 'REF50xx Precision Voltage Reference',
599
+ cross_sell_family_name: 'Spannungsreferenz',
600
+ cross_sell_manufacturer: 'Texas Instruments',
601
+ cross_sell_description:
602
+ 'Hochpräzise 5V-Referenz 0,05% für rauscharme ADC-Versorgung',
603
+ recommendation_score: 0.74,
604
+ recommendation_source: 'Manual',
605
+ },
606
+ ],
607
+ },
608
+ {
609
+ id: 'p7',
610
+ part_number: 'MAX232CPE+',
611
+ tenant_part_number: 'FN-IF-0011',
612
+ product_category: 'Halbleiter',
613
+ product_group: 'Interface',
614
+ product_family_name: 'RS-232 Transceiver',
615
+ manufacturer_name: 'Maxim / ADI',
616
+ description:
617
+ 'Dual RS-232 Transceiver mit integrierter Ladungspumpe, 5V Versorgung, DIP-16, Industriestandard',
618
+ price: 2.1,
619
+ currency: 'EUR',
620
+ inventory: 320,
621
+ lead_time: '14 Wochen',
622
+ lifecycle: 'EOL',
623
+ favorite: false,
624
+ alternatives: [
625
+ {
626
+ alt_part_number: 'SP3232EEN-L/TR',
627
+ alt_product_category: 'Halbleiter',
628
+ alt_product_family_name: 'SP3232 RS-232 Transceiver',
629
+ alt_family_name: 'RS-232 Transceiver',
630
+ alt_manufacturer: 'Exar / MaxLinear',
631
+ alt_description:
632
+ '3,0–5,5V RS-232 Transceiver, 250 kbps, 16-SOIC als direkter EOL-Nachfolger empfohlen',
633
+ alt_lifecycle: 'Active',
634
+ match_score: 0.93,
635
+ },
636
+ {
637
+ alt_part_number: 'ST232ABDR',
638
+ alt_product_category: 'Halbleiter',
639
+ alt_product_family_name: 'ST232 RS-232 Transceiver',
640
+ alt_family_name: 'RS-232 Transceiver',
641
+ alt_manufacturer: 'STMicroelectronics',
642
+ alt_description:
643
+ 'Dual RS-232 Transceiver 5V mit 120 kbps, SOP-16, weite Betriebstemperatur',
644
+ alt_lifecycle: 'Active',
645
+ match_score: 0.89,
646
+ },
647
+ ],
648
+ cross_sells: [
649
+ {
650
+ cross_sell_part_number: 'SP3232EEN-L/TR',
651
+ cross_sell_product_category: 'Halbleiter',
652
+ cross_sell_product_family_name: 'SP3232 RS-232 Transceiver',
653
+ cross_sell_family_name: 'RS-232 Transceiver',
654
+ cross_sell_manufacturer: 'Exar / MaxLinear',
655
+ cross_sell_description:
656
+ 'Direkter Nachfolger für EOL MAX232, empfohlener Migrationsschritt laut Datenblatt',
657
+ recommendation_score: 0.93,
658
+ recommendation_source: 'AI Model',
659
+ },
660
+ {
661
+ cross_sell_part_number: 'ICL3232CPZ-T',
662
+ cross_sell_product_category: 'Halbleiter',
663
+ cross_sell_product_family_name: 'ICL3232 RS-232 Transceiver',
664
+ cross_sell_family_name: 'RS-232 Transceiver',
665
+ cross_sell_manufacturer: 'Renesas',
666
+ cross_sell_description:
667
+ 'Low-Power RS-232 Transceiver mit 0,1 \u00B5A Shutdown-Modus für batteriebetriebene Geräte',
668
+ recommendation_score: 0.85,
669
+ recommendation_source: 'Manual',
670
+ },
671
+ ],
672
+ },
673
+ {
674
+ id: 'p8',
675
+ part_number: 'BQ25895RTWR',
676
+ tenant_part_number: 'FN-PM-0156',
677
+ product_category: 'Halbleiter',
678
+ product_group: 'Power Management',
679
+ product_family_name: 'Battery Charger',
680
+ manufacturer_name: 'Texas Instruments',
681
+ description:
682
+ 'I\u00B2C-gesteuertes Li-Ion/Li-Po Schnelllade-IC mit MaxCharge, 14V/5A Eingang, 5A Ladestrom, WQFN-24',
683
+ price: 4.75,
684
+ currency: 'EUR',
685
+ inventory: 5800,
686
+ lead_time: '6 Wochen',
687
+ lifecycle: 'Active',
688
+ favorite: false,
689
+ alternatives: [
690
+ {
691
+ alt_part_number: 'MP2639AGQD-Z',
692
+ alt_product_category: 'Halbleiter',
693
+ alt_product_family_name: 'MP263x Battery Charger',
694
+ alt_family_name: 'Battery Charger',
695
+ alt_manufacturer: 'Monolithic Power Systems',
696
+ alt_description:
697
+ '5A Single-Cell Li-Ion Lader mit I\u00B2C und OTG-Funktion, QFN-20',
698
+ alt_lifecycle: 'Active',
699
+ match_score: 0.84,
700
+ },
701
+ {
702
+ alt_part_number: 'ISL9238HRTZ-T',
703
+ alt_product_category: 'Halbleiter',
704
+ alt_product_family_name: 'ISL9238 Multiprotocol Notebook Charger',
705
+ alt_family_name: 'Notebook Charger',
706
+ alt_manufacturer: 'Renesas',
707
+ alt_description:
708
+ 'Multiprotokoll-Lader für Notebook-Akkus mit BC1.2 und USB-PD-Unterstützung',
709
+ alt_lifecycle: 'Active',
710
+ match_score: 0.77,
711
+ },
712
+ ],
713
+ cross_sells: [
714
+ {
715
+ cross_sell_part_number: 'BQ27441DRZR-G1B',
716
+ cross_sell_product_category: 'Halbleiter',
717
+ cross_sell_product_family_name: 'BQ274xx Fuel Gauge',
718
+ cross_sell_family_name: 'Fuel Gauge',
719
+ cross_sell_manufacturer: 'Texas Instruments',
720
+ cross_sell_description:
721
+ 'I\u00B2C-Akku-Fuel-Gauge mit Impedance Track für präzise Ladestandsmessung',
722
+ recommendation_score: 0.88,
723
+ recommendation_source: 'AI Model',
724
+ },
725
+ {
726
+ cross_sell_part_number: 'BQ2970DSGR',
727
+ cross_sell_product_category: 'Halbleiter',
728
+ cross_sell_product_family_name: 'BQ297x Battery Protection IC',
729
+ cross_sell_family_name: 'Battery Protection',
730
+ cross_sell_manufacturer: 'Texas Instruments',
731
+ cross_sell_description:
732
+ 'Sekundärschutz-IC für Li-Ion-Packs gegen Über- und Unterspannung',
733
+ recommendation_score: 0.75,
734
+ recommendation_source: 'Manual',
735
+ },
736
+ ],
737
+ },
738
+ {
739
+ id: 'p9',
740
+ part_number: 'ATMEGA328P-AU',
741
+ tenant_part_number: 'FN-MC-0098',
742
+ product_category: 'Halbleiter',
743
+ product_group: 'Mikrocontroller',
744
+ product_family_name: 'megaAVR',
745
+ manufacturer_name: 'Microchip',
746
+ description:
747
+ '8-Bit AVR MCU, 32 KB Flash, 2 KB SRAM, 1 KB EEPROM, 23 GPIO, TQFP-32, Arduino-kompatibel',
748
+ price: 2.45,
749
+ currency: 'EUR',
750
+ inventory: 18900,
751
+ lead_time: '8 Wochen',
752
+ lifecycle: 'Production',
753
+ favorite: false,
754
+ alternatives: [
755
+ {
756
+ alt_part_number: 'ATTINY88-MU',
757
+ alt_product_category: 'Halbleiter',
758
+ alt_product_family_name: 'ATtiny tinyAVR',
759
+ alt_family_name: 'tinyAVR',
760
+ alt_manufacturer: 'Microchip',
761
+ alt_description:
762
+ '8-Bit AVR 8 KB Flash, 512B SRAM, 28 GPIO, pinreduzierte Variante, MLF-32',
763
+ alt_lifecycle: 'Active',
764
+ match_score: 0.72,
765
+ },
766
+ {
767
+ alt_part_number: 'STM8S003F3P6TR',
768
+ alt_product_category: 'Halbleiter',
769
+ alt_product_family_name: 'STM8S Value Line MCU',
770
+ alt_family_name: 'STM8S',
771
+ alt_manufacturer: 'STMicroelectronics',
772
+ alt_description:
773
+ '8-Bit MCU 8 KB Flash, 1 KB RAM, TSSOP-20, kostengünstige Alternative für einfache Steuerungen',
774
+ alt_lifecycle: 'Active',
775
+ match_score: 0.68,
776
+ },
777
+ ],
778
+ cross_sells: [
779
+ {
780
+ cross_sell_part_number: 'ATMEGA2560-16AU',
781
+ cross_sell_product_category: 'Halbleiter',
782
+ cross_sell_product_family_name: 'megaAVR',
783
+ cross_sell_family_name: 'megaAVR',
784
+ cross_sell_manufacturer: 'Microchip',
785
+ cross_sell_description:
786
+ 'Upgrade auf 256 KB Flash und 86 GPIO für komplexere Applikationen',
787
+ recommendation_score: 0.82,
788
+ recommendation_source: 'AI Model',
789
+ },
790
+ {
791
+ cross_sell_part_number: 'MCP2200T-I/SS',
792
+ cross_sell_product_category: 'Halbleiter',
793
+ cross_sell_product_family_name: 'MCP2200 USB-to-UART Bridge',
794
+ cross_sell_family_name: 'USB Interface',
795
+ cross_sell_manufacturer: 'Microchip',
796
+ cross_sell_description:
797
+ 'USB-zu-UART Bridge IC als Kommunikationserweiterung für ATMEGA-Boards',
798
+ recommendation_score: 0.71,
799
+ recommendation_source: 'Manual',
800
+ },
801
+ ],
802
+ },
803
+ {
804
+ id: 'p10',
805
+ part_number: 'SN74LVC1G14DBVR',
806
+ tenant_part_number: 'FN-LG-0007',
807
+ product_category: 'Halbleiter',
808
+ product_group: 'Logik-ICs',
809
+ product_family_name: 'Single Gate Logic',
810
+ manufacturer_name: 'Texas Instruments',
811
+ description:
812
+ 'Einfach-Schmitt-Trigger-Inverter, 1,65\u20135,5V, 32 mA Ausgangsstrom, SOT-23-5',
813
+ price: 0.28,
814
+ currency: 'EUR',
815
+ inventory: 142000,
816
+ lead_time: '2 Wochen',
817
+ lifecycle: 'Active',
818
+ favorite: false,
819
+ alternatives: [
820
+ {
821
+ alt_part_number: 'NC7SZ14P5X',
822
+ alt_product_category: 'Halbleiter',
823
+ alt_product_family_name: 'TinyLogic UHS Single Gate',
824
+ alt_family_name: 'TinyLogic UHS',
825
+ alt_manufacturer: 'Fairchild / ON Semi',
826
+ alt_description:
827
+ 'UltraHighSpeed Single Schmitt-Trigger Inverter, 5-SC70, EMV-optimiert',
828
+ alt_lifecycle: 'Active',
829
+ match_score: 0.92,
830
+ },
831
+ {
832
+ alt_part_number: '74LVC1G14GW-Q100',
833
+ alt_product_category: 'Halbleiter',
834
+ alt_product_family_name: '74LVC1G Single Gate Logic',
835
+ alt_family_name: 'LVC-Logic',
836
+ alt_manufacturer: 'Nexperia',
837
+ alt_description:
838
+ 'Automotive-qualifiziertes Einzelgatters, TSSOP-5 Gehäuse, AEC-Q100 Grade 1',
839
+ alt_lifecycle: 'Active',
840
+ match_score: 0.88,
841
+ },
842
+ ],
843
+ cross_sells: [
844
+ {
845
+ cross_sell_part_number: 'SN74LVC1G08DBVR',
846
+ cross_sell_product_category: 'Halbleiter',
847
+ cross_sell_product_family_name: 'SN74LVC1G Single Gate Logic',
848
+ cross_sell_family_name: 'Single Gate Logic',
849
+ cross_sell_manufacturer: 'Texas Instruments',
850
+ cross_sell_description:
851
+ 'Einzelgatters AND-Gate aus gleicher LVC-Familie, ideal für Signalkonditionierung',
852
+ recommendation_score: 0.79,
853
+ recommendation_source: 'AI Model',
854
+ },
855
+ {
856
+ cross_sell_part_number: 'SN74LVC2G14DCUR',
857
+ cross_sell_product_category: 'Halbleiter',
858
+ cross_sell_product_family_name: 'SN74LVC2G Dual Gate Logic',
859
+ cross_sell_family_name: 'Single Gate Logic',
860
+ cross_sell_manufacturer: 'Texas Instruments',
861
+ cross_sell_description:
862
+ 'Dual-Schmitt-Trigger in VSSOP-8, spart Platine wenn zwei Kanäle benötigt',
863
+ recommendation_score: 0.68,
864
+ recommendation_source: 'Manual',
865
+ },
866
+ ],
867
+ },
868
+ {
869
+ id: 'p11',
870
+ part_number: 'NCV7356D1R2G',
871
+ tenant_part_number: 'FN-IF-0088',
872
+ product_category: 'Halbleiter',
873
+ product_group: 'Interface',
874
+ product_family_name: 'Single Wire CAN',
875
+ manufacturer_name: 'ON Semiconductor',
876
+ description:
877
+ 'Single-Wire CAN Transceiver nach GM LAN Standard, 3,3V/5V Betrieb, SO-8',
878
+ price: 1.55,
879
+ currency: 'EUR',
880
+ inventory: 7400,
881
+ lead_time: '6 Wochen',
882
+ lifecycle: 'Active',
883
+ favorite: false,
884
+ alternatives: [
885
+ {
886
+ alt_part_number: 'TJA1021T/20/C,118',
887
+ alt_product_category: 'Halbleiter',
888
+ alt_product_family_name: 'TJA1021 Single Wire CAN Transceiver',
889
+ alt_family_name: 'Single Wire CAN',
890
+ alt_manufacturer: 'NXP',
891
+ alt_description:
892
+ 'Single Wire CAN Transceiver kompatibel zu SAE J2411, SOIC-8 Gehäuse',
893
+ alt_lifecycle: 'Active',
894
+ match_score: 0.91,
895
+ },
896
+ {
897
+ alt_part_number: 'AU5780D',
898
+ alt_product_category: 'Halbleiter',
899
+ alt_product_family_name: 'AU5780 Single Wire CAN Transceiver',
900
+ alt_family_name: 'Single Wire CAN',
901
+ alt_manufacturer: 'Microchip',
902
+ alt_description:
903
+ 'SAE J2411 kompatibler Single Wire CAN Transceiver mit Fault-Toleranz-Modus',
904
+ alt_lifecycle: 'NRND',
905
+ match_score: 0.76,
906
+ },
907
+ ],
908
+ cross_sells: [
909
+ {
910
+ cross_sell_part_number: 'TJA1021T/20/C,118',
911
+ cross_sell_product_category: 'Halbleiter',
912
+ cross_sell_product_family_name: 'TJA1021 Single Wire CAN Transceiver',
913
+ cross_sell_family_name: 'Single Wire CAN',
914
+ cross_sell_manufacturer: 'NXP',
915
+ cross_sell_description:
916
+ 'NXP Alternative mit gleichem Pin-out, gut gepflegter Lieferkette',
917
+ recommendation_score: 0.9,
918
+ recommendation_source: 'AI Model',
919
+ },
920
+ {
921
+ cross_sell_part_number: 'TCAN1042VDRQ1',
922
+ cross_sell_product_category: 'Halbleiter',
923
+ cross_sell_product_family_name: 'TCAN1042 CAN FD Transceiver',
924
+ cross_sell_family_name: 'CAN FD Transceiver',
925
+ cross_sell_manufacturer: 'Texas Instruments',
926
+ cross_sell_description:
927
+ 'CAN FD fähiger Nachfolger für zukünftige Netzwerk-Upgrades, AEC-Q100',
928
+ recommendation_score: 0.73,
929
+ recommendation_source: 'AI Model',
930
+ },
931
+ ],
932
+ },
933
+ {
934
+ id: 'p12',
935
+ part_number: 'OPA2340UA',
936
+ tenant_part_number: 'FN-AMP-0023',
937
+ product_category: 'Halbleiter',
938
+ product_group: 'Verstärker',
939
+ product_family_name: 'Rail-to-Rail Op-Amp',
940
+ manufacturer_name: 'Texas Instruments',
941
+ description:
942
+ 'Dual Rail-to-Rail Ein-/Ausgang Op-Amp, 5,5 MHz GBW, 2,5\u20135,5V Versorgung, SO-8',
943
+ price: 1.9,
944
+ currency: 'EUR',
945
+ inventory: 95,
946
+ lead_time: '18 Wochen',
947
+ lifecycle: 'NRND',
948
+ favorite: false,
949
+ alternatives: [
950
+ {
951
+ alt_part_number: 'MCP6002T-I/SN',
952
+ alt_product_category: 'Halbleiter',
953
+ alt_product_family_name: 'MCP600x Rail-to-Rail Op-Amp',
954
+ alt_family_name: 'Rail-to-Rail Op-Amp',
955
+ alt_manufacturer: 'Microchip',
956
+ alt_description:
957
+ 'Dual Rail-to-Rail Op-Amp 1,8–6V, 1 MHz GBW, CMOS-Eingang, SN-Tape Reel',
958
+ alt_lifecycle: 'Active',
959
+ match_score: 0.88,
960
+ },
961
+ {
962
+ alt_part_number: 'LMV358IDGKR',
963
+ alt_product_category: 'Halbleiter',
964
+ alt_product_family_name: 'LMV358 Rail-to-Rail Op-Amp',
965
+ alt_family_name: 'Rail-to-Rail Op-Amp',
966
+ alt_manufacturer: 'Texas Instruments',
967
+ alt_description:
968
+ 'Dual RRIO Op-Amp 1 MHz, 2,7–5V, MSOP-8, kostengünstigere Ersatzoption',
969
+ alt_lifecycle: 'Active',
970
+ match_score: 0.83,
971
+ },
972
+ ],
973
+ cross_sells: [
974
+ {
975
+ cross_sell_part_number: 'OPA2344UA',
976
+ cross_sell_product_category: 'Halbleiter',
977
+ cross_sell_product_family_name: 'OPA234x Rail-to-Rail Op-Amp',
978
+ cross_sell_family_name: 'Rail-to-Rail Op-Amp',
979
+ cross_sell_manufacturer: 'Texas Instruments',
980
+ cross_sell_description:
981
+ 'Nachfolger mit verbessertem Offset und niedrigerem Rauschen, gleicher Footprint',
982
+ recommendation_score: 0.9,
983
+ recommendation_source: 'AI Model',
984
+ },
985
+ {
986
+ cross_sell_part_number: 'MCP6002T-I/SN',
987
+ cross_sell_product_category: 'Halbleiter',
988
+ cross_sell_product_family_name: 'MCP600x Rail-to-Rail Op-Amp',
989
+ cross_sell_family_name: 'Rail-to-Rail Op-Amp',
990
+ cross_sell_manufacturer: 'Microchip',
991
+ cross_sell_description:
992
+ 'NRND-sicherer Lageraufbau während Umstieg auf Nachfolgertyp',
993
+ recommendation_score: 0.85,
994
+ recommendation_source: 'AI Model',
995
+ },
996
+ ],
997
+ },
998
+ {
999
+ id: 'p13',
1000
+ part_number: 'XMC4800-F144K2048-AA-LONGVARIANT-REVB',
1001
+ tenant_part_number: 'FN-MC-0312',
1002
+ product_category: 'Halbleiter',
1003
+ product_group: 'Mikrocontroller',
1004
+ product_family_name: 'XMC4000 Industrial Microcontroller mit EtherCAT-Slave-Knoten',
1005
+ manufacturer_name: 'Infineon',
1006
+ description:
1007
+ 'ARM Cortex-M4F 144 MHz, 2 MB Flash, 352 KB RAM, integrierter EtherCAT-Slave-Knoten, LQFP-144, AEC-Q100',
1008
+ price: 24875.99,
1009
+ currency: 'EUR',
1010
+ inventory: 4,
1011
+ lead_time: '52 Wochen',
1012
+ lifecycle: 'NRND',
1013
+ favorite: false,
1014
+ alternatives: [
1015
+ {
1016
+ alt_part_number: 'XMC4700-F144K2048-AA',
1017
+ alt_product_category: 'Halbleiter',
1018
+ alt_product_family_name: 'XMC4000 Industrial MCU',
1019
+ alt_family_name: 'XMC4000',
1020
+ alt_manufacturer: 'Infineon',
1021
+ alt_description:
1022
+ 'Pin-kompatible aktive Variante ohne NRND-Status, gleicher EtherCAT-Slave-Block',
1023
+ alt_lifecycle: 'Active',
1024
+ match_score: 0.97,
1025
+ },
1026
+ {
1027
+ alt_part_number: 'STM32H743ZIT6',
1028
+ alt_product_category: 'Halbleiter',
1029
+ alt_product_family_name: 'STM32H7',
1030
+ alt_family_name: 'STM32H7',
1031
+ alt_manufacturer: 'STMicroelectronics',
1032
+ alt_description:
1033
+ 'Cortex-M7 480 MHz, 2 MB Flash, Ethernet MAC, LQFP-144 als leistungsstärkere Alternative',
1034
+ alt_lifecycle: 'Active',
1035
+ match_score: 0.81,
1036
+ },
1037
+ {
1038
+ alt_part_number: 'MIMXRT1064DVL6B',
1039
+ alt_product_category: 'Halbleiter',
1040
+ alt_product_family_name: 'i.MX RT1060 Crossover MCU',
1041
+ alt_family_name: 'i.MX RT1060',
1042
+ alt_manufacturer: 'NXP',
1043
+ alt_description:
1044
+ 'Crossover MCU 600 MHz, 4 MB Flash-on-Chip, FlexSPI, USB HS für High-Performance-Einsatz',
1045
+ alt_lifecycle: 'Active',
1046
+ match_score: 0.76,
1047
+ },
1048
+ {
1049
+ alt_part_number: 'TMS570LS3137ZWT',
1050
+ alt_product_category: 'Halbleiter',
1051
+ alt_product_family_name: 'TMS570 Safety MCU',
1052
+ alt_family_name: 'TMS570',
1053
+ alt_manufacturer: 'Texas Instruments',
1054
+ alt_description:
1055
+ 'Safety-MCU ARM Cortex-R4F 180 MHz, ASIL-D geeignet, für funktionale Sicherheitsanwendungen',
1056
+ alt_lifecycle: 'Active',
1057
+ match_score: 0.71,
1058
+ },
1059
+ {
1060
+ alt_part_number: 'R7FA6M5BH3CFP-AA',
1061
+ alt_product_category: 'Halbleiter',
1062
+ alt_product_family_name: 'RA6M5 Cortex-M33 MCU',
1063
+ alt_family_name: 'RA6M5',
1064
+ alt_manufacturer: 'Renesas',
1065
+ alt_description:
1066
+ 'Cortex-M33 200 MHz, 2 MB Flash, Ethernet, USB, TrustZone, LQFP-144 Pinning',
1067
+ alt_lifecycle: 'Active',
1068
+ match_score: 0.68,
1069
+ },
1070
+ ],
1071
+ cross_sells: [
1072
+ {
1073
+ cross_sell_part_number: 'XMC4700-F144K2048-AA',
1074
+ cross_sell_product_category: 'Halbleiter',
1075
+ cross_sell_product_family_name: 'XMC4000 Industrial MCU',
1076
+ cross_sell_family_name: 'XMC4000',
1077
+ cross_sell_manufacturer: 'Infineon',
1078
+ cross_sell_description:
1079
+ 'Empfohlener NRND-Nachfolger mit identischem Pin-out und Software-Kompatibilität',
1080
+ recommendation_score: 0.97,
1081
+ recommendation_source: 'AI Model',
1082
+ },
1083
+ {
1084
+ cross_sell_part_number: 'XMC4500-F144K1024-AA',
1085
+ cross_sell_product_category: 'Halbleiter',
1086
+ cross_sell_product_family_name: 'XMC4000 Industrial MCU',
1087
+ cross_sell_family_name: 'XMC4000',
1088
+ cross_sell_manufacturer: 'Infineon',
1089
+ cross_sell_description:
1090
+ 'Kostengünstigere XMC4000-Variante mit 1 MB Flash für weniger anspruchsvolle Funktionen',
1091
+ recommendation_score: 0.88,
1092
+ recommendation_source: 'Manual',
1093
+ },
1094
+ {
1095
+ cross_sell_part_number: 'DAS-KIT-XMC48-REVB',
1096
+ cross_sell_product_category: 'Halbleiter',
1097
+ cross_sell_product_family_name: 'XMC4800 Development Kit',
1098
+ cross_sell_family_name: 'Entwicklungskits',
1099
+ cross_sell_manufacturer: 'Infineon',
1100
+ cross_sell_description:
1101
+ 'Offizielles Debug- und Evaluierungskit für XMC4800 mit DAVE-Software-Support',
1102
+ recommendation_score: 0.79,
1103
+ recommendation_source: 'Manual',
1104
+ },
1105
+ ],
1106
+ },
1107
+ ]
1108
+
1109
+ export const PRODUCTS_CONFIG: DomainConfig<Product> = {
1110
+ key: 'products',
1111
+ label: 'Produkte',
1112
+ resultLabel: 'Produkten',
1113
+ columns: PRODUCT_COLUMNS,
1114
+ layout: PRODUCT_LAYOUT,
1115
+ data: MOCK_PRODUCTS,
1116
+ }