@ikas/bp-storefront 1.4.0-beta.143 → 1.4.0-beta.144
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.
|
@@ -18,6 +18,11 @@ import { IkasAttributeTableCellValue, IkasProductAttributeValue } from "../../..
|
|
|
18
18
|
export declare function getIkasProductAttributeTableValue(value: IkasProductAttributeValue): IkasAttributeTableCellValue[] | undefined;
|
|
19
19
|
/**
|
|
20
20
|
* Extracts and returns the product IDs from a PRODUCT-type attribute value's JSON string.
|
|
21
|
+
* NOTE: the export name really is misspelled — "Attrribute" with a double r. It is kept as-is because
|
|
22
|
+
* renaming a published export would break every theme that imports it, so import it VERBATIM; the
|
|
23
|
+
* correctly spelled `getIkasProductAttributeProductIds` does not exist and will not compile. This is
|
|
24
|
+
* not a documentation typo to report or "fix". In the blueprint editor the display alias is
|
|
25
|
+
* `getProductIds`, which hides the misspelling; only direct TypeScript imports see it.
|
|
21
26
|
*
|
|
22
27
|
* @ai-category ProductAttribute, Product
|
|
23
28
|
* @ai-related getIkasProductAttributeTableValue, getIkasProductAttributeProducts
|