pim-import 2.46.1 → 2.47.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.
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
{
|
|
297
297
|
"key": "lightSourceReplaceable",
|
|
298
298
|
"parent": "electrical",
|
|
299
|
-
"icon":
|
|
299
|
+
"icon": true,
|
|
300
300
|
"dictionary": "DReplaceable",
|
|
301
301
|
"type": "array"
|
|
302
302
|
},
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
{
|
|
423
423
|
"key": "powerSupplyReplaceable",
|
|
424
424
|
"parent": "electrical",
|
|
425
|
-
"icon":
|
|
425
|
+
"icon": true,
|
|
426
426
|
"dictionary": "DPowerSupplyReplaceable",
|
|
427
427
|
"type": "array"
|
|
428
428
|
},
|
|
@@ -586,5 +586,12 @@
|
|
|
586
586
|
"icon": false,
|
|
587
587
|
"dictionary": "",
|
|
588
588
|
"type": "boolean"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"key": "energyLabel",
|
|
592
|
+
"parent": "marking",
|
|
593
|
+
"icon": true,
|
|
594
|
+
"dictionary": "DEnergyLabel",
|
|
595
|
+
"type": "object"
|
|
589
596
|
}
|
|
590
597
|
]
|
package/package.json
CHANGED
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
{
|
|
297
297
|
"key": "lightSourceReplaceable",
|
|
298
298
|
"parent": "electrical",
|
|
299
|
-
"icon":
|
|
299
|
+
"icon": true,
|
|
300
300
|
"dictionary": "DReplaceable",
|
|
301
301
|
"type": "array"
|
|
302
302
|
},
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
{
|
|
423
423
|
"key": "powerSupplyReplaceable",
|
|
424
424
|
"parent": "electrical",
|
|
425
|
-
"icon":
|
|
425
|
+
"icon": true,
|
|
426
426
|
"dictionary": "DPowerSupplyReplaceable",
|
|
427
427
|
"type": "array"
|
|
428
428
|
},
|
|
@@ -586,5 +586,12 @@
|
|
|
586
586
|
"icon": false,
|
|
587
587
|
"dictionary": "",
|
|
588
588
|
"type": "boolean"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"key": "energyLabel",
|
|
592
|
+
"parent": "marking",
|
|
593
|
+
"icon": true,
|
|
594
|
+
"dictionary": "DEnergyLabel",
|
|
595
|
+
"type": "object"
|
|
589
596
|
}
|
|
590
597
|
]
|