From 748ea8a7a1bcf2f6d4a16062fced890fd6f1ac7b Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 3 May 2022 23:45:37 +0300 Subject: [PATCH] [embed] add searchbar to build script --- build/documenteditor.json | 2 ++ build/presentationeditor.json | 2 ++ build/spreadsheeteditor.json | 2 ++ 3 files changed, 6 insertions(+) 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"