stable

Clone or download

Read-only

Merge 'gerrit #19556' into stable/master

* commit '3f6a94138c': request #15128 Inject document in TLP components Change-Id: Iaee19897488402e730633dc08f6b37ff2a6de347

Modified Files

Name
M src/themes/tlp/src/index.d.ts +18 −5 Go to diff View file
M src/themes/tlp/src/js/dom-walker.js +2 −2 Go to diff View file
M src/themes/tlp/src/js/dropdowns.d.ts +7 −1 Go to diff View file
M src/themes/tlp/src/js/dropdowns.js +14 −14 Go to diff View file
M src/themes/tlp/src/js/dropdowns.test.ts +43 −33 Go to diff View file
M src/themes/tlp/src/js/index.js +6 −5 Go to diff View file
M src/themes/tlp/src/js/modal.d.ts +10 −2 Go to diff View file
M src/themes/tlp/src/js/modal.js +20 −21 Go to diff View file
M src/themes/tlp/src/js/modal.test.ts +49 −41 Go to diff View file
M src/themes/tlp/src/js/popovers.d.ts +3 −0 Go to diff View file
M src/themes/tlp/src/js/popovers.js +31 −28 Go to diff View file
M src/themes/tlp/src/js/popovers.test.ts +45 −41 Go to diff View file