mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 09:34:29 +08:00
[DE] moved some dialogs for delayed download
This commit is contained in:
@ -49,17 +49,14 @@ define([
|
||||
'common/main/lib/view/SymbolTableDialog',
|
||||
'common/main/lib/util/define',
|
||||
'documenteditor/main/app/view/Toolbar',
|
||||
'documenteditor/main/app/view/StyleTitleDialog',
|
||||
'documenteditor/main/app/view/PageMarginsDialog',
|
||||
'documenteditor/main/app/view/PageSizeDialog',
|
||||
'documenteditor/main/app/controller/PageLayout',
|
||||
'documenteditor/main/app/view/CustomColumnsDialog',
|
||||
'documenteditor/main/app/view/ControlSettingsDialog',
|
||||
'documenteditor/main/app/view/WatermarkSettingsDialog',
|
||||
'documenteditor/main/app/view/ListSettingsDialog',
|
||||
'documenteditor/main/app/view/DateTimeDialog',
|
||||
'documenteditor/main/app/view/LineNumbersDialog',
|
||||
'documenteditor/main/app/view/TextToTableDialog',
|
||||
'documenteditor/main/app/view/HyphenationDialog'
|
||||
], function () {
|
||||
'use strict';
|
||||
|
||||
@ -36,9 +36,6 @@ if (Common === undefined)
|
||||
var Common = {};
|
||||
|
||||
define([
|
||||
'common/main/lib/util/utils',
|
||||
'common/main/lib/component/InputField',
|
||||
'common/main/lib/component/Window'
|
||||
], function () { 'use strict';
|
||||
|
||||
DE.Views.StyleTitleDialog = Common.UI.Window.extend(_.extend({
|
||||
|
||||
@ -38,8 +38,6 @@
|
||||
*/
|
||||
|
||||
define([
|
||||
'common/main/lib/component/InputField',
|
||||
'common/main/lib/component/Window'
|
||||
], function () { 'use strict';
|
||||
|
||||
DE.Views.TableFormulaDialog = Common.UI.Window.extend(_.extend({
|
||||
|
||||
@ -48,9 +48,7 @@ define([
|
||||
'common/main/lib/component/ColorButton',
|
||||
'common/main/lib/component/ComboBorderSize',
|
||||
'common/main/lib/component/ComboDataView',
|
||||
'common/main/lib/view/InsertTableDialog',
|
||||
'documenteditor/main/app/view/TableFormulaDialog',
|
||||
'documenteditor/main/app/view/TableToTextDialog'
|
||||
'common/main/lib/view/InsertTableDialog'
|
||||
], function (menuTemplate, $, _, Backbone) {
|
||||
'use strict';
|
||||
|
||||
|
||||
@ -38,9 +38,6 @@
|
||||
*/
|
||||
|
||||
define([
|
||||
'common/main/lib/component/Window',
|
||||
'common/main/lib/component/CheckBox',
|
||||
'common/main/lib/component/RadioBox'
|
||||
], function () { 'use strict';
|
||||
|
||||
DE.Views.TableToTextDialog = Common.UI.Window.extend(_.extend({
|
||||
|
||||
@ -38,9 +38,6 @@
|
||||
*/
|
||||
|
||||
define([
|
||||
'common/main/lib/view/AdvancedSettingsWindow',
|
||||
'common/main/lib/component/CheckBox',
|
||||
'common/main/lib/component/MetricSpinner'
|
||||
], function () { 'use strict';
|
||||
|
||||
DE.Views.TextToTableDialog = Common.Views.AdvancedSettingsWindow.extend(_.extend({
|
||||
|
||||
@ -38,11 +38,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
define(['text!documenteditor/main/app/template/WatermarkSettings.template',
|
||||
'common/main/lib/util/utils',
|
||||
'common/main/lib/component/RadioBox',
|
||||
'common/main/lib/component/InputField',
|
||||
'common/main/lib/view/AdvancedSettingsWindow'
|
||||
define([
|
||||
'text!documenteditor/main/app/template/WatermarkSettings.template'
|
||||
], function (template) { 'use strict';
|
||||
|
||||
DE.Views.WatermarkText = new(function() {
|
||||
|
||||
@ -207,6 +207,11 @@ require([
|
||||
'documenteditor/main/app/view/ImageSettingsAdvanced',
|
||||
'documenteditor/main/app/view/TableSettingsAdvanced',
|
||||
'documenteditor/main/app/view/DropcapSettingsAdvanced',
|
||||
'documenteditor/main/app/view/StyleTitleDialog',
|
||||
'documenteditor/main/app/view/TableFormulaDialog',
|
||||
'documenteditor/main/app/view/TableToTextDialog',
|
||||
'documenteditor/main/app/view/TextToTableDialog',
|
||||
'documenteditor/main/app/view/WatermarkSettingsDialog',
|
||||
];
|
||||
|
||||
window.compareVersions = true;
|
||||
|
||||
@ -4,5 +4,10 @@ require([
|
||||
"documenteditor/main/app/view/ImageSettingsAdvanced.js",
|
||||
"documenteditor/main/app/view/TableSettingsAdvanced.js",
|
||||
"documenteditor/main/app/view/DropcapSettingsAdvanced.js",
|
||||
'documenteditor/main/app/view/StyleTitleDialog',
|
||||
'documenteditor/main/app/view/TableFormulaDialog',
|
||||
'documenteditor/main/app/view/TableToTextDialog',
|
||||
'documenteditor/main/app/view/TextToTableDialog',
|
||||
'documenteditor/main/app/view/WatermarkSettingsDialog',
|
||||
], function () {
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user