Blockly menus without closure (#2831)

* Blockly Menu and MenuItem that don't rely on the closure library.
This commit is contained in:
Sam El-Husseini
2019-08-16 17:23:14 -07:00
committed by GitHub
parent 8e4d904095
commit 2b26787185
6 changed files with 1398 additions and 572 deletions

View File

@@ -131,6 +131,7 @@ gulp.task('typings', function (cb) {
"core/",
"core/components",
"core/components/tree",
"core/components/menu",
"core/keyboard_nav",
"core/theme",
"core/utils",
@@ -165,6 +166,7 @@ gulp.task('typings', function (cb) {
`${tmpDir}/core/**`,
`${tmpDir}/core/components/**`,
`${tmpDir}/core/components/tree/**`,
`${tmpDir}/core/components/menu/**`,
`${tmpDir}/core/keyboard_nav/**`,
`${tmpDir}/core/utils/**`,
`${tmpDir}/core/theme/**`,