@orderingstack/front-components-product-configurator 1.4.2-beta.35 → 1.4.2-beta.36
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/index.es.js
CHANGED
|
@@ -9120,9 +9120,7 @@ function useMenuProduct(product, parentAttrs, nestedLvl, parentPriduct) {
|
|
|
9120
9120
|
const {
|
|
9121
9121
|
target: { checked, name: selCtx2, defaultValue: productId }
|
|
9122
9122
|
} = e2;
|
|
9123
|
-
|
|
9124
|
-
selectUnselectProduct(setValue, getValues, product, checked, unregister, nestedLvl);
|
|
9125
|
-
}
|
|
9123
|
+
selectUnselectProduct(setValue, getValues, product, checked, unregister, nestedLvl);
|
|
9126
9124
|
if (isRadio) {
|
|
9127
9125
|
console.log("handleOnInputChange radio", selCtx2, productId);
|
|
9128
9126
|
const otherGroupItems = (_a2 = parentPriduct == null ? void 0 : parentPriduct.items) == null ? void 0 : _a2.filter((x2) => x2.id !== product.id);
|
|
@@ -11175,5 +11173,5 @@ function ProductConfigurator(props) {
|
|
|
11175
11173
|
})
|
|
11176
11174
|
});
|
|
11177
11175
|
}
|
|
11178
|
-
export { ContextType, MainView, ProductConfigurator, ProductKinds, ProductTypes, SelMinSelMaxStatus, getProductToChangeInForm, index_esm as hookForm, selectProductsInForm, unselectProductsInForm, useMenuOptions, useProductData, validateProductFilter };
|
|
11176
|
+
export { ContextType, MainView, ProductConfigurator, ProductKinds, ProductTypes, SelMinSelMaxStatus, getProductToChangeInForm, index_esm as hookForm, selectProductsInForm, unselectProductsInForm, useMenuOptions, useProductData, useStore, validateProductFilter };
|
|
11179
11177
|
//# sourceMappingURL=index.es.js.map
|