[TASK] Remove jQuery from some FormEngine components
This patch removes jQuery from a major part of FormEngine components, including elements, field wizards, enhancers and IRRE. Additionally, the argument `optionEl` of the method `FormEngine.setSelectOptionFromExternalSource()` accepts objects of type `HTMLOptionElement` which renders jQuery objects obsolete, which has been deprecated. Resolves: #91911 Releases: master Change-Id: I5b7d2f4c7b9b5993a5bbe8cec016aa74cabbbecd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65009 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Richard Haeser <richard@richardhaeser.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/DateTimePicker.ts 5 additions, 1 deletion...ipt/backend/Resources/Public/TypeScript/DateTimePicker.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Container/InlineControlContainer.ts 7 additions, 7 deletions...TypeScript/FormEngine/Container/InlineControlContainer.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/Extra/SelectBoxFilter.ts 13 additions, 20 deletions...ic/TypeScript/FormEngine/Element/Extra/SelectBoxFilter.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/InputDateTimeElement.ts 11 additions, 6 deletions...lic/TypeScript/FormEngine/Element/InputDateTimeElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/InputLinkElement.ts 2 additions, 2 deletions.../Public/TypeScript/FormEngine/Element/InputLinkElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/SelectCheckBoxElement.ts 32 additions, 30 deletions...ic/TypeScript/FormEngine/Element/SelectCheckBoxElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/SelectMultipleSideBySideElement.ts 3 additions, 3 deletions...ipt/FormEngine/Element/SelectMultipleSideBySideElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/SelectSingleElement.ts 32 additions, 23 deletions...blic/TypeScript/FormEngine/Element/SelectSingleElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/SlugElement.ts 60 additions, 56 deletions...urces/Public/TypeScript/FormEngine/Element/SlugElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/FieldWizard/LocalizationStateSelector.ts 29 additions, 32 deletions...cript/FormEngine/FieldWizard/LocalizationStateSelector.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/InlineRelation/AjaxDispatcher.ts 25 additions, 11 deletions...ic/TypeScript/FormEngine/InlineRelation/AjaxDispatcher.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/Utility.ts 32 additions, 0 deletions...TypeScript/backend/Resources/Public/TypeScript/Utility.ts
- Build/types/TYPO3/index.d.ts 1 addition, 1 deletionBuild/types/TYPO3/index.d.ts
- typo3/sysext/backend/Classes/Form/Element/SelectSingleElement.php 2 additions, 2 deletions...sext/backend/Classes/Form/Element/SelectSingleElement.php
- typo3/sysext/backend/Resources/Public/JavaScript/DateTimePicker.js 1 addition, 1 deletion...ext/backend/Resources/Public/JavaScript/DateTimePicker.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js 15 additions, 6 deletions.../sysext/backend/Resources/Public/JavaScript/FormEngine.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Container/InlineControlContainer.js 1 addition, 1 deletion...JavaScript/FormEngine/Container/InlineControlContainer.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/Extra/SelectBoxFilter.js 1 addition, 1 deletion...ic/JavaScript/FormEngine/Element/Extra/SelectBoxFilter.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/InputDateTimeElement.js 1 addition, 1 deletion...lic/JavaScript/FormEngine/Element/InputDateTimeElement.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/InputLinkElement.js 1 addition, 1 deletion.../Public/JavaScript/FormEngine/Element/InputLinkElement.js
Please register or sign in to comment