UNPKG

@adaptabletools/adaptable-cjs

Version:

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

16 lines (15 loc) 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntitlementInternalApi = void 0; const ApiBase_1 = require("../Implementation/ApiBase"); class EntitlementInternalApi extends ApiBase_1.ApiBase { setModulesEntitlements() { this.getAdaptableInternalApi() .getModuleService() .getModuleCollection() .forEach((module) => { module.setModuleEntitlement(); }); } } exports.EntitlementInternalApi = EntitlementInternalApi;