@adaptabletools/adaptable-plugin-nocode-aggrid
Advanced tools
+1
-1
| { | ||
| "name": "@adaptabletools/adaptable-plugin-nocode-aggrid", | ||
| "version": "22.0.1", | ||
| "version": "22.0.2", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.adaptabletools.com/", |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { AdaptableOptions, AdaptablePlugin, AgGridConfig } from '@adaptabletools/adaptable'; | ||
| import { AdaptableOptions, AdaptablePlugin, AgGridConfig } from '@adaptabletools/adaptable/types'; | ||
| export declare const readJSONFile: (file: File, toJSON?: (str: string) => Promise<any> | any) => Promise<unknown>; | ||
@@ -3,0 +3,0 @@ export declare const readExcelFile: (file: File) => Promise<any>; |
+3
-2
| import { read as XLSXRead, utils as XLSXUtils } from 'xlsx'; | ||
| import { AdaptablePlugin, AdaptableNoCodeWizard, } from '@adaptabletools/adaptable'; | ||
| import { AdaptablePlugin } from '@adaptabletools/adaptable/types'; | ||
| import { AdaptableNoCodeWizard } from '@adaptabletools/adaptable/agGrid'; | ||
| import packageJson from '../package.json'; | ||
@@ -71,3 +72,3 @@ import adaptableCorePackageJson from '@adaptabletools/adaptable/package.json'; | ||
| if (theme) { | ||
| document.documentElement.classList.add(`ab--theme-${theme}`); | ||
| document.documentElement.classList.add(`ab--theme-${theme}`, `infinite-theme-mode--${theme}`); | ||
| } | ||
@@ -74,0 +75,0 @@ let isJSON; |
9054
1.06%147
0.68%