stable

Clone or download

Read-only

request #15136: Convert TLP to TypeScript

How to test: - make post-checkout - No functional change expected. Note: this brings a bug fix to dropdowns. When the code can't find the dropdown menu, it will throw an error instead of crashing with "Cannot read property 'classList' of null" Change-Id: I6f8540b06353b5ac256487511b4df4545c851a00

Modified Files

Name
M plugins/agiledashboard/webpack.common.js +6 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.test.js +4 −0 Go to diff View file
M plugins/graphontrackersv5/webpack.common.js +3 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/WrongColorPopover.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/error/error-actions.test.ts +8 −8 Go to diff View file
M plugins/tracker/webpack.common.js +6 −31 Go to diff View file
M plugins/userlog/scripts/user-logging-date-picker.ts +1 −1 Go to diff View file
M src/scripts/account/keys-tokens.ts +2 −3 Go to diff View file
D src/themes/tlp/src/index.d.ts +0 −50 Go to diff View file
D src/themes/tlp/src/index.en_US.js +0 −3 Go to diff View file
R src/themes/tlp/src/js/popovers.d.ts Go to diff View file
D src/themes/tlp/src/index.fr_FR.js +0 −19 Go to diff View file
R src/themes/tlp/src/vendor-overrides/select2.js Go to diff View file
R src/themes/tlp/src/js/default_locale.js Go to diff View file
R src/themes/tlp/src/js/dom-walker.js Go to diff View file
D src/themes/tlp/src/js/dropdowns.d.ts +0 −39 Go to diff View file
M src/themes/tlp/src/js/dropdowns.test.ts +23 −6 Go to diff View file
R src/themes/tlp/src/js/dropdowns.js Go to diff View file
D src/themes/tlp/src/js/fetch-wrapper.d.ts +0 −49 Go to diff View file
D src/themes/tlp/src/js/fetch-wrapper.js +0 −148 Go to diff View file
A src/themes/tlp/src/js/fetch-wrapper.ts +189 −0 Go to diff View file
D src/themes/tlp/src/js/index.js +0 −42 Go to diff View file
A src/themes/tlp/src/js/index.ts +55 −0 Go to diff View file
D src/themes/tlp/src/js/modal.d.ts +0 −42 Go to diff View file
R src/themes/tlp/src/js/modal.js Go to diff View file
M src/themes/tlp/src/js/popovers.test.ts +9 −0 Go to diff View file
R src/themes/tlp/src/js/popovers.js Go to diff View file
R src/themes/tlp/src/vendor-i18n/fr_FR/tlp.fr.js Go to diff View file
R src/themes/tlp/src/vendor-overrides/flatpickr.js Go to diff View file
A src/themes/tlp/src/vendor-overrides/select2.ts +50 −0 Go to diff View file
M src/webpack.common.js +19 −14 Go to diff View file
M tests/jest/jest.base.config.js +2 −2 Go to diff View file
M tools/utils/scripts/webpack-aliases.js +1 −1 Go to diff View file
M tsconfig.json +1 −1 Go to diff View file