define(["require", "exports", "../../workbook/index", "../integrations/index", "../integrations/index", "../actions/index", "../actions/index", "../actions/conditional-formatting"], function (require, exports, index_1, index_2, index_3, index_4, index_5, conditional_formatting_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var WorkbookAllModule = (function () {
function WorkbookAllModule() {
index_1.Workbook.Inject(index_1.DataBind, index_2.WorkbookSave, index_2.WorkbookNumberFormat, index_4.WorkbookCellFormat, index_4.WorkbookEdit, index_2.WorkbookFormula, index_2.WorkbookOpen, index_3.WorkbookSort, index_4.WorkbookHyperlink, index_3.WorkbookFilter, index_4.WorkbookInsert, index_4.WorkbookDelete, index_5.WorkbookFindAndReplace, index_5.WorkbookProtectSheet, index_5.WorkbookDataValidation, index_5.WorkbookMerge, conditional_formatting_1.WorkbookConditionalFormat, index_3.WorkbookImage, index_2.WorkbookChart, index_4.WorkbookAutoFill);
}
WorkbookAllModule.prototype.getModuleName = function () {
return 'workbookAll';
};
WorkbookAllModule.prototype.destroy = function () {
};
return WorkbookAllModule;
}());
exports.WorkbookAllModule = WorkbookAllModule;
});
|