all files / workbook/common/ all-module.js

100% Statements 10/10
100% Branches 0/0
100% Functions 5/5
100% Lines 10/10
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17   606×   99238×          
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;
});