UNPKG

@adaptabletools/adaptable-cjs

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

19 lines (18 loc) 684 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BulkUpdateApiImpl = void 0; const tslib_1 = require("tslib"); const ApiBase_1 = require("./ApiBase"); const ModuleConstants = tslib_1.__importStar(require("../../Utilities/Constants/ModuleConstants")); class BulkUpdateApiImpl extends ApiBase_1.ApiBase { getBulkUpdateValue() { return this.getAdaptableState().Internal.BulkUpdate.BulkUpdateValue; } openBulkUpdateSettingsPanel() { this.showModulePopup(ModuleConstants.BulkUpdateModuleId); } showBulkUpdatePopup() { this.openBulkUpdateSettingsPanel(); } } exports.BulkUpdateApiImpl = BulkUpdateApiImpl;