@orderingstack/front-components-product-configurator 1.4.2-beta.33 → 1.4.2-beta.34
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/components/MenuProduct/useMenuProduct.d.ts.map +1 -1
- package/dist/components/ProductConfigurator/ProductConfigurator.d.ts.map +1 -1
- package/dist/index.cjs.js +5 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -11102,7 +11102,8 @@ function ProductConfigurator(props) {
|
|
|
11102
11102
|
defaultValues: {
|
|
11103
11103
|
selected: initSelected,
|
|
11104
11104
|
filter: initFilter
|
|
11105
|
-
}
|
|
11105
|
+
},
|
|
11106
|
+
shouldUnregister: false
|
|
11106
11107
|
});
|
|
11107
11108
|
const {
|
|
11108
11109
|
getValues
|
|
@@ -11172,5 +11173,5 @@ function ProductConfigurator(props) {
|
|
|
11172
11173
|
})
|
|
11173
11174
|
});
|
|
11174
11175
|
}
|
|
11175
|
-
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, useProductConfigurator, useProductData, validateProductFilter };
|
|
11176
11177
|
//# sourceMappingURL=index.es.js.map
|