mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 09:22:26 +08:00
fix/se: production build
This commit is contained in:
@ -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',
|
||||
|
||||
@ -30,7 +30,8 @@
|
||||
*
|
||||
*/
|
||||
define([
|
||||
'core'
|
||||
'core',
|
||||
'spreadsheeteditor/main/app/view/FileMenuPanels'
|
||||
], function () {
|
||||
'use strict';
|
||||
|
||||
|
||||
@ -30,7 +30,8 @@
|
||||
*
|
||||
*/
|
||||
define([
|
||||
'common/main/lib/component/BaseView'
|
||||
'common/main/lib/component/BaseView',
|
||||
'common/main/lib/component/RadioBox'
|
||||
], function () {
|
||||
'use strict';
|
||||
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user