Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
  • TYPO3.CMS
  • ..
  • Element
  • SelectTreeElement.ts
Find file Blame History Permalink
  • Benni Mack's avatar
    [TASK] Use Lit-based template for SVG tree wrapper · e4dcc1e0
    Benni Mack authored Mar 12, 2021
    The SVG tree is now building the SVG elements
    and needed containers ("<g>")  via lit-helper.
    
    In addition, the update() method is renamed to
    this.updateVisibleNodes() to easier integrate
    this as Lit element, as update() is a reserved protected
    method in lit.
    
    The initialize() method is much cleaner, as the event listener
    registration is now separated in a custom method.
    
    Resolves: #93724
    Releases: master
    Change-Id: I945cd620f9900c6ea535dfe5f0d44ee5ced46f89
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68367
    
    
    Tested-by: default avatarRichard Haeser <richard@richardhaeser.com>
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: default avatarcore-ci <typo3@b13.com>
    Tested-by: default avatarDaniel Gorges <daniel.gorges@b13.com>
    Tested-by: default avatarBenni Mack <benni@typo3.org>
    Reviewed-by: default avatarRichard Haeser <richard@richardhaeser.com>
    Reviewed-by: default avatarDaniel Gorges <daniel.gorges@b13.com>
    Reviewed-by: default avatarBenni Mack <benni@typo3.org>
    e4dcc1e0