diff --git a/build/documenteditor.json b/build/documenteditor.json index 581ba44c9..76b63b587 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -334,6 +334,8 @@ "../apps/common/embed/lib/view/LoadMask.js", "../apps/common/embed/lib/view/modals.js", "../apps/common/embed/lib/controller/modals.js", + "../apps/common/embed/lib/view/SearchBar.js", + "../apps/documenteditor/embed/js/SearchBar.js", "../apps/documenteditor/embed/js/ApplicationView.js", "../apps/documenteditor/embed/js/ApplicationController.js", "../apps/documenteditor/embed/js/application.js" diff --git a/build/presentationeditor.json b/build/presentationeditor.json index 4d2ebeee0..0d8cf19ad 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -338,6 +338,8 @@ "../apps/common/embed/lib/view/LoadMask.js", "../apps/common/embed/lib/view/modals.js", "../apps/common/embed/lib/controller/modals.js", + "../apps/common/embed/lib/view/SearchBar.js", + "../apps/presentationeditor/embed/js/SearchBar.js", "../apps/presentationeditor/embed/js/ApplicationView.js", "../apps/presentationeditor/embed/js/ApplicationController.js", "../apps/presentationeditor/embed/js/application.js" diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index c0b8bddb8..3bb80c57b 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -351,6 +351,8 @@ "../apps/common/embed/lib/view/LoadMask.js", "../apps/common/embed/lib/view/modals.js", "../apps/common/embed/lib/controller/modals.js", + "../apps/common/embed/lib/view/SearchBar.js", + "../apps/spreadsheeteditor/embed/js/SearchBar.js", "../apps/spreadsheeteditor/embed/js/ApplicationView.js", "../apps/spreadsheeteditor/embed/js/ApplicationController.js", "../apps/spreadsheeteditor/embed/js/application.js"