Move the rendering object to live on the workspace_svg (#3016)

* Move the rendering object onto the workspace allowing the various workspaces to have different renderers.
This commit is contained in:
Sam El-Husseini
2019-09-13 14:20:34 -07:00
committed by GitHub
parent fc420b7037
commit e339ae26bc
24 changed files with 446 additions and 169 deletions

View File

@@ -411,6 +411,8 @@ gulp.task('typings', function (cb) {
"core/components/tree",
"core/components/menu",
"core/keyboard_nav",
"core/renderers/common",
"core/renderers/measurables",
"core/theme",
"core/utils",
"msg/"
@@ -449,6 +451,8 @@ gulp.task('typings', function (cb) {
`${tmpDir}/core/components/tree/**`,
`${tmpDir}/core/components/menu/**`,
`${tmpDir}/core/keyboard_nav/**`,
`${tmpDir}/core/renderers/common/**`,
`${tmpDir}/core/renderers/measurables/**`,
`${tmpDir}/core/utils/**`,
`${tmpDir}/core/theme/**`,
`${tmpDir}/msg/**`