[TASK] Move SVG Tree to Lit Elements
The SVG Tree class is now a lit element, allowing for further reduction of d3 usage in favor of native HTML5 APIs. Resolves: #93773 Releases: master Signed-off-by:Benni Mack <benni@typo3.org> Signed-off-by:
Benjamin Franzke <bfr@qbus.de> Change-Id: I12fef793726f83e872a353901528516a589e48ab Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68309 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- Build/Sources/Sass/component/_svgtree.scss 11 additions, 0 deletionsBuild/Sources/Sass/component/_svgtree.scss
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/SelectTree.ts 2 additions, 0 deletions...ources/Public/TypeScript/FormEngine/Element/SelectTree.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/FormEngine/Element/SelectTreeElement.ts 12 additions, 10 deletions...Public/TypeScript/FormEngine/Element/SelectTreeElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/PageTree/PageTree.ts 3 additions, 6 deletions.../backend/Resources/Public/TypeScript/PageTree/PageTree.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/PageTree/PageTreeElement.ts 65 additions, 38 deletions...d/Resources/Public/TypeScript/PageTree/PageTreeElement.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/SvgTree.ts 71 additions, 80 deletions...TypeScript/backend/Resources/Public/TypeScript/SvgTree.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/Tooltip.ts 4 additions, 1 deletion...TypeScript/backend/Resources/Public/TypeScript/Tooltip.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/Tree/FileStorageTree.ts 4 additions, 5 deletions...ckend/Resources/Public/TypeScript/Tree/FileStorageTree.ts
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/Tree/FileStorageTreeContainer.ts 10 additions, 16 deletions...ources/Public/TypeScript/Tree/FileStorageTreeContainer.ts
- typo3/sysext/backend/Classes/Form/Element/SelectTreeElement.php 1 addition, 1 deletion...sysext/backend/Classes/Form/Element/SelectTreeElement.php
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/SelectTree.js 1 addition, 1 deletion...ources/Public/JavaScript/FormEngine/Element/SelectTree.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine/Element/SelectTreeElement.js 6 additions, 6 deletions...Public/JavaScript/FormEngine/Element/SelectTreeElement.js
- typo3/sysext/backend/Resources/Public/JavaScript/PageTree/PageTree.js 1 addition, 1 deletion.../backend/Resources/Public/JavaScript/PageTree/PageTree.js
- typo3/sysext/backend/Resources/Public/JavaScript/PageTree/PageTreeElement.js 23 additions, 19 deletions...d/Resources/Public/JavaScript/PageTree/PageTreeElement.js
- typo3/sysext/backend/Resources/Public/JavaScript/SvgTree.js 7 additions, 3 deletionstypo3/sysext/backend/Resources/Public/JavaScript/SvgTree.js
- typo3/sysext/backend/Resources/Public/JavaScript/Tooltip.js 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/JavaScript/Tooltip.js
- typo3/sysext/backend/Resources/Public/JavaScript/Tree/FileStorageTree.js 1 addition, 1 deletion...ckend/Resources/Public/JavaScript/Tree/FileStorageTree.js
- typo3/sysext/backend/Resources/Public/JavaScript/Tree/FileStorageTreeContainer.js 6 additions, 6 deletions...ources/Public/JavaScript/Tree/FileStorageTreeContainer.js
Please register or sign in to comment