@orderingstack/front-components-product-configurator 1.4.2-beta.5 → 1.4.2-beta.6

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
@@ -8812,6 +8812,7 @@ function useEmitFilter(product) {
8812
8812
  useEffect(() => {
8813
8813
  if (value && fltCtx && !isEmpty(emit)) {
8814
8814
  setFilter(fltCtx, emit);
8815
+ setValue(`filter.${fltCtx}`, emit);
8815
8816
  }
8816
8817
  }, [value]);
8817
8818
  return {};
@@ -10973,5 +10974,5 @@ function ProductConfigurator(props) {
10973
10974
  })
10974
10975
  });
10975
10976
  }
10976
- export { ContextType, MainView, ProductConfigurator, ProductKinds, ProductTypes, SelMinSelMaxStatus, index_esm as hookForm, useProductData };
10977
+ export { ContextType, MainView, ProductConfigurator, ProductKinds, ProductTypes, SelMinSelMaxStatus, getProductToChangeInForm, index_esm as hookForm, selectProductsInForm, unselectProductsInForm, useProductData, validateProductFilter };
10977
10978
  //# sourceMappingURL=index.es.js.map