Update 35.2.0
This commit is contained in:
1
grid/index.js
Normal file
1
grid/index.js
Normal file
File diff suppressed because one or more lines are too long
4
main.js
4
main.js
@@ -9,7 +9,7 @@ import {
|
|||||||
ClientSideRowModelModule,
|
ClientSideRowModelModule,
|
||||||
themeQuartz,
|
themeQuartz,
|
||||||
iconSetQuartzLight,
|
iconSetQuartzLight,
|
||||||
createGrid // La exportamos por si la necesitas fuera
|
createGrid
|
||||||
} from "ag-grid-community";
|
} from "ag-grid-community";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
@@ -25,7 +25,6 @@ import {
|
|||||||
ClipboardModule,
|
ClipboardModule,
|
||||||
} from "ag-grid-enterprise";
|
} from "ag-grid-enterprise";
|
||||||
|
|
||||||
// ✅ Registro de módulos automático al importar este archivo
|
|
||||||
ModuleRegistry.registerModules([
|
ModuleRegistry.registerModules([
|
||||||
ValidationModule,
|
ValidationModule,
|
||||||
ColumnAutoSizeModule,
|
ColumnAutoSizeModule,
|
||||||
@@ -46,7 +45,6 @@ ModuleRegistry.registerModules([
|
|||||||
ClipboardModule,
|
ClipboardModule,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// ✅ Exportamos lo básico para que el bundle sea útil
|
|
||||||
export {
|
export {
|
||||||
createGrid,
|
createGrid,
|
||||||
themeQuartz,
|
themeQuartz,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "aggrid",
|
"name": "aggrid",
|
||||||
"version": "1.0.0",
|
"version": "35.2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./grid/index.js",
|
"main": "./grid/index.js",
|
||||||
"module": "./grid/index.js",
|
"module": "./grid/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user