|
|
@@ -22,6 +22,7 @@ import ProcessReportResultPreview from './process/process-report-result-preview.
|
|
|
|
|
|
import DocGenerator from './info/doc-generator.js';
|
|
|
import SearchWidget from './info/search-widget.js';
|
|
|
+import MultiSearchWidget from './info/multi-search-widget.js';
|
|
|
import SearchAutoCompleteWidget from './info/search-auto-complete-widget.js';
|
|
|
|
|
|
|
|
|
@@ -74,6 +75,7 @@ const components = [
|
|
|
ProcessReportResultPreview,
|
|
|
DocGenerator,
|
|
|
SearchWidget,
|
|
|
+ MultiSearchWidget,
|
|
|
SearchAutoCompleteWidget,
|
|
|
PrintEpc,
|
|
|
PrintWidget,
|
|
|
@@ -147,6 +149,7 @@ export default {
|
|
|
ProcessReportResult,
|
|
|
ProcessReportResultPreview,
|
|
|
SearchWidget,
|
|
|
+ MultiSearchWidget,
|
|
|
SearchAutoCompleteWidget,
|
|
|
PrintEpc,
|
|
|
PrintWidget,
|