[TASK] Add missing jquery imports
Some modules are missing jquery imports. This currently works as jquery is exposed in the global object (window.$ and window.jQuery) and likely loaded by some other module. Still, loading may fail when jquery hasn't been loaded by another module, therefore these occurences are fixed and the type declarations are patched to avoid marking jquery available as global object (therefore typescript will complain when using jQuery or $ without importing it). Releases: main Resolves: #96349 Related: #96323 Change-Id: I7f57137a1f23416aa90579de8a1860a42a7a6d46 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72646 Tested-by:core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Container/FlexFormSectionContainer.ts 1 addition, 0 deletions...peScript/FormEngine/Container/FlexFormSectionContainer.ts
- Build/Sources/TypeScript/install/Resources/Public/TypeScript/Module/AbstractInteractableModule.ts 2 additions, 0 deletions...es/Public/TypeScript/Module/AbstractInteractableModule.ts
- Build/Sources/TypeScript/install/Resources/Public/TypeScript/Module/Settings/LocalConfiguration.ts 2 additions, 2 deletions...s/Public/TypeScript/Module/Settings/LocalConfiguration.ts
- Build/Sources/TypeScript/install/Resources/Public/TypeScript/Module/Upgrade/UpgradeDocs.ts 2 additions, 2 deletions...Resources/Public/TypeScript/Module/Upgrade/UpgradeDocs.ts
- Build/patches/@types+jquery+2.0.47.patch 13 additions, 0 deletionsBuild/patches/@types+jquery+2.0.47.patch
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Container/FlexFormSectionContainer.js 1 addition, 1 deletion...vaScript/FormEngine/Container/FlexFormSectionContainer.js
- typo3/sysext/install/Resources/Public/JavaScript/Module/AbstractInteractableModule.js 1 addition, 1 deletion...es/Public/JavaScript/Module/AbstractInteractableModule.js
- typo3/sysext/install/Resources/Public/JavaScript/Module/Settings/LocalConfiguration.js 1 addition, 1 deletion...s/Public/JavaScript/Module/Settings/LocalConfiguration.js
- typo3/sysext/install/Resources/Public/JavaScript/Module/Upgrade/UpgradeDocs.js 1 addition, 1 deletion...Resources/Public/JavaScript/Module/Upgrade/UpgradeDocs.js
Please register or sign in to comment