Commit Graph

11 Commits

Author SHA1 Message Date
alschmiedt
0fb4ed3ff4 Fix imports 2021-08-03 13:44:22 -07:00
alschmiedt
1e3cdeb16e clang-format core/menuitem.js 2021-08-03 13:44:22 -07:00
alschmiedt
dc682a7e0b Migrate core/menuitem.js named requires 2021-08-03 13:44:22 -07:00
alschmiedt
cc606ba2d2 Migrate core/menuitem.js to goog.module 2021-08-03 13:44:19 -07:00
alschmiedt
e685e0fb8f Migrate core/menuitem.js to ES6 const/let 2021-08-03 13:42:35 -07:00
Neil Fraser
e661c92a36 More JSDoc improvements 2021-05-27 21:30:26 -07:00
Sam El-Husseini
8f5966ec75 Fix field dropdown with images (#4016)
* Fix field dropdown with images
2020-07-06 10:55:00 -07:00
Sam El-Husseini
1052f7548b Enable unusedPrivateMembers check (#3924)
* Add unusedPrivateMembers check
2020-05-28 17:44:16 -07:00
Sam El-Husseini
3f4faeab46 Cleanup types under components/ (#3910)
* Fix types under components

* Fix menu
2020-05-20 16:54:53 -07:00
Sam El-Husseini
60a8eb63fe Fix contextmenu / dropdown field menu accessibility (#3892)
* Fix contextmenu and dropdown field accessibility
2020-05-08 09:22:28 -07:00
Neil Fraser
b9ce29843e Move Menu + MenuItem out of components to utils (#3893)
* Move Menu + MenuItem out of /core/components to /core

Blockly.Menu and Blockly.MenuItem no longer depend on Blockly.Component and thus should not be in /core/component.

Also delete Blockly.utils.uiMenu in the process.
2020-05-07 13:13:45 -04:00