[TASK] Use new bootstrap Carousel interface in wizards elements
The jquery interface $().carousel() has an implicit dependency on jquery being loaded, whenever bootstrap is loaded. To get rid of jquery, we migrate to the newer vanilla js interface. Resolves: #101821 Related: #101820 Releases: main Change-Id: I0426676fc00fd765bf21095f7dfeb2ed78614839 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80816 Reviewed-by:Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Kienast <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benjamin Franzke <ben@bnf.dev> Tested-by:
Andreas Kienast <a.fernandez@scripting-base.de> Tested-by:
Benjamin Franzke <ben@bnf.dev>
Showing
- Build/Sources/TypeScript/backend/localization.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/backend/localization.ts
- Build/Sources/TypeScript/backend/multi-step-wizard.ts 20 additions, 15 deletionsBuild/Sources/TypeScript/backend/multi-step-wizard.ts
- Build/Sources/TypeScript/backend/wizard.ts 10 additions, 5 deletionsBuild/Sources/TypeScript/backend/wizard.ts
- Build/Sources/TypeScript/form/backend/form-manager/view-model.ts 1 addition, 1 deletion...ources/TypeScript/form/backend/form-manager/view-model.ts
- typo3/sysext/backend/Resources/Public/JavaScript/localization.js 1 addition, 1 deletion...ysext/backend/Resources/Public/JavaScript/localization.js
- typo3/sysext/backend/Resources/Public/JavaScript/multi-step-wizard.js 1 addition, 1 deletion.../backend/Resources/Public/JavaScript/multi-step-wizard.js
- typo3/sysext/backend/Resources/Public/JavaScript/wizard.js 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/JavaScript/wizard.js
- typo3/sysext/form/Resources/Public/JavaScript/backend/form-manager/view-model.js 1 addition, 1 deletion...rces/Public/JavaScript/backend/form-manager/view-model.js
Please register or sign in to comment