fix/se: production build

This commit is contained in:
Konstantin Kireyev
2024-06-17 13:05:22 +05:00
parent 1f8081c1f4
commit e81eba6ace
5 changed files with 13 additions and 11 deletions

View File

@ -189,7 +189,7 @@ require([
'spreadsheeteditor/main/app/controller/ViewTab',
'spreadsheeteditor/main/app/controller/Search',
'spreadsheeteditor/main/app/controller/WBProtection',
'spreadsheeteditor/main/app/view/FileMenuPanels',
// 'spreadsheeteditor/main/app/view/FileMenuPanels',
// 'spreadsheeteditor/main/app/view/ParagraphSettings',
// 'spreadsheeteditor/main/app/view/ImageSettings',
// 'spreadsheeteditor/main/app/view/ChartSettings',

View File

@ -30,7 +30,8 @@
*
*/
define([
'core'
'core',
'spreadsheeteditor/main/app/view/FileMenuPanels'
], function () {
'use strict';

View File

@ -30,7 +30,8 @@
*
*/
define([
'common/main/lib/component/BaseView'
'common/main/lib/component/BaseView',
'common/main/lib/component/RadioBox'
], function () {
'use strict';

View File

@ -180,7 +180,7 @@ require([
'spreadsheeteditor/main/app/controller/ViewTab',
'spreadsheeteditor/main/app/controller/Search',
'spreadsheeteditor/main/app/controller/WBProtection',
'spreadsheeteditor/main/app/view/FileMenuPanels',
// 'spreadsheeteditor/main/app/view/FileMenuPanels',
// 'spreadsheeteditor/main/app/view/ParagraphSettings',
// 'spreadsheeteditor/main/app/view/ImageSettings',
// 'spreadsheeteditor/main/app/view/ChartSettings',
@ -223,9 +223,9 @@ require([
'spreadsheeteditor/main/app/view/SortDialog',
'spreadsheeteditor/main/app/view/ViewManagerDlg',
'spreadsheeteditor/main/app/view/CellSettings',
// 'spreadsheeteditor/main/app/view/CellSettings',
'spreadsheeteditor/main/app/view/ChartDataDialog',
'spreadsheeteditor/main/app/view/ChartSettings',
// 'spreadsheeteditor/main/app/view/ChartSettings',
'spreadsheeteditor/main/app/view/ChartTypeDialog',
'spreadsheeteditor/main/app/view/ExternalLinksDlg',
'spreadsheeteditor/main/app/view/FileMenuPanels',
@ -234,7 +234,7 @@ require([
'spreadsheeteditor/main/app/view/NameManagerDlg',
'spreadsheeteditor/main/app/view/NamedRangePasteDlg',
'spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced',
'spreadsheeteditor/main/app/view/PivotSettings',
// 'spreadsheeteditor/main/app/view/PivotSettings',
'spreadsheeteditor/main/app/view/PrintSettings',
'spreadsheeteditor/main/app/view/ProtectRangesDlg',
'spreadsheeteditor/main/app/view/ProtectedRangesManagerDlg',

View File

@ -21,18 +21,18 @@ require([
'spreadsheeteditor/main/app/view/SortDialog',
'spreadsheeteditor/main/app/view/ViewManagerDlg',
'spreadsheeteditor/main/app/view/CellSettings',
// 'spreadsheeteditor/main/app/view/CellSettings',
'spreadsheeteditor/main/app/view/ChartDataDialog',
'spreadsheeteditor/main/app/view/ChartSettings',
// 'spreadsheeteditor/main/app/view/ChartSettings',
'spreadsheeteditor/main/app/view/ChartTypeDialog',
'spreadsheeteditor/main/app/view/ExternalLinksDlg',
'spreadsheeteditor/main/app/view/FileMenuPanels',
// 'spreadsheeteditor/main/app/view/FileMenuPanels',
'spreadsheeteditor/main/app/view/FormatRulesManagerDlg',
'spreadsheeteditor/main/app/view/MacroDialog',
'spreadsheeteditor/main/app/view/NameManagerDlg',
'spreadsheeteditor/main/app/view/NamedRangePasteDlg',
'spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced',
'spreadsheeteditor/main/app/view/PivotSettings',
// 'spreadsheeteditor/main/app/view/PivotSettings',
'spreadsheeteditor/main/app/view/PrintSettings',
'spreadsheeteditor/main/app/view/ProtectRangesDlg',
'spreadsheeteditor/main/app/view/ProtectedRangesManagerDlg',