woocommerce/plugins/woocommerce-blocks/assets/js/interactivity
David Arenas 5a3f6e2e2e Update the Interactivity API files to include latest changes (https://github.com/woocommerce/woocommerce-blocks/pull/9924)
* Update Interactivity API JS files

* Disable TS checks in the Interactivity API for now

* Add new SSR files

* Replace wp_ prefixes with wc_ ones

* Replace wp- prefix with wc-

* Replace guternberg_ prefix with woocommerce_

* Remove file comments from Gutenberg

* Rename files with `wp` prefix

* Fix code to load Interactivity API php files

* Remove TODO comments

* Replace @wordpress with @woocommerce

* Update Webpack configuration

* Fix directive prefix

* Remove interactivity folder from tsconfig exclude

* Add client-side navigation meta tag code

* Remove unneeded blocks.php file

* Fix store tag id

* Register Interactivity API runtime script

* Fix Interactivity API runtime registering

* Remove all files related to directive processing in PHP

* Move json_encode to Store's render method
2023-06-27 12:22:12 +02:00
..
constants.js Update the Interactivity API files to include latest changes (https://github.com/woocommerce/woocommerce-blocks/pull/9924) 2023-06-27 12:22:12 +02:00
directives.js Update the Interactivity API files to include latest changes (https://github.com/woocommerce/woocommerce-blocks/pull/9924) 2023-06-27 12:22:12 +02:00
hooks.js Update the Interactivity API files to include latest changes (https://github.com/woocommerce/woocommerce-blocks/pull/9924) 2023-06-27 12:22:12 +02:00
index.js Update the Interactivity API files to include latest changes (https://github.com/woocommerce/woocommerce-blocks/pull/9924) 2023-06-27 12:22:12 +02:00
router.js Update the Interactivity API files to include latest changes (https://github.com/woocommerce/woocommerce-blocks/pull/9924) 2023-06-27 12:22:12 +02:00
store.js Update the Interactivity API files to include latest changes (https://github.com/woocommerce/woocommerce-blocks/pull/9924) 2023-06-27 12:22:12 +02:00
utils.js Update the Interactivity API files to include latest changes (https://github.com/woocommerce/woocommerce-blocks/pull/9924) 2023-06-27 12:22:12 +02:00
vdom.js Update the Interactivity API files to include latest changes (https://github.com/woocommerce/woocommerce-blocks/pull/9924) 2023-06-27 12:22:12 +02:00