[TASK] Migrate `Utility` to TypeScript
The RequireJS module `TYPO3/CMS/Backend/Utility` is migrated to TypeScript. This patch marks the global object `TYPO3.Utility` as deprecated. Any occurrence is migrated to properly use the module instead. Resolves: #82609 Releases: master Change-Id: Ic0deaa29074080edd71928891fd09c3fb2af63fd Reviewed-on: https://review.typo3.org/54251 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/types/TYPO3/index.d.ts 1 addition, 0 deletionsBuild/types/TYPO3/index.d.ts
- typo3/sysext/backend/Resources/Private/TypeScript/Utility.ts 84 additions, 0 deletionstypo3/sysext/backend/Resources/Private/TypeScript/Utility.ts
- typo3/sysext/backend/Resources/Public/JavaScript/Utility.js 67 additions, 77 deletionstypo3/sysext/backend/Resources/Public/JavaScript/Utility.js
- typo3/sysext/backend/Resources/Public/JavaScript/Viewport.js 3 additions, 2 deletionstypo3/sysext/backend/Resources/Public/JavaScript/Viewport.js
- typo3/sysext/backend/Resources/Public/JavaScript/extjs/components/pagetree/javascript/actions.js 750 additions, 748 deletions...avaScript/extjs/components/pagetree/javascript/actions.js
- typo3/sysext/backend/Resources/Public/JavaScript/extjs/components/pagetree/javascript/toppanel.js 453 additions, 450 deletions...vaScript/extjs/components/pagetree/javascript/toppanel.js
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-82609-DeprecateTYPO3Utility.rst 35 additions, 0 deletions...ngelog/master/Deprecation-82609-DeprecateTYPO3Utility.rst
Please register or sign in to comment