woocommerce/plugins/woocommerce-blocks/assets/js/hocs
Alexandre Lara 9d57f891eb
With Product Variations HOC > Convert to TypeScript (#44785)
* Add with-product-variations.tsx

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Add types for ProductVariationItem

* Fix ESLint errors

* Remove JS file

* Replace Product with ProductResponseItem interface

Initially, a Product interface was created to add the required types; however,
it was pointed out that the @woocommerce/types alias already provided an interface
for products (the ProductResponseItem interface).

* Remove returning types definition

---------

Co-authored-by: github-actions <github-actions@github.com>
2024-02-26 10:26:21 -03:00
..
test Update product category controls to use typescript (https://github.com/woocommerce/woocommerce-blocks/pull/11909) 2023-12-08 11:39:31 +00:00
index.js Update product category controls to use typescript (https://github.com/woocommerce/woocommerce-blocks/pull/11909) 2023-12-08 11:39:31 +00:00
with-attributes.js Refactor errors util to TypeScript, minor typing fixes (https://github.com/woocommerce/woocommerce-blocks/pull/10754) 2023-08-30 18:56:28 +12:00
with-category.js Refactor errors util to TypeScript, minor typing fixes (https://github.com/woocommerce/woocommerce-blocks/pull/10754) 2023-08-30 18:56:28 +12:00
with-product-variations.tsx With Product Variations HOC > Convert to TypeScript (#44785) 2024-02-26 10:26:21 -03:00
with-product.js Refactor errors util to TypeScript, minor typing fixes (https://github.com/woocommerce/woocommerce-blocks/pull/10754) 2023-08-30 18:56:28 +12:00
with-searched-categories.tsx Update product category controls to use typescript (https://github.com/woocommerce/woocommerce-blocks/pull/11909) 2023-12-08 11:39:31 +00:00
with-searched-products.tsx Refactor errors util to TypeScript, minor typing fixes (https://github.com/woocommerce/woocommerce-blocks/pull/10754) 2023-08-30 18:56:28 +12:00
with-transform-single-select-to-multiple-select.tsx Convert `product-control` to TypeScript (https://github.com/woocommerce/woocommerce-blocks/pull/10552) 2023-08-29 08:01:31 +02:00