AG-1329 Rename packages to new scopes (@ag-grid-community & @ag-grid-enterprise)
This commit is contained in:
@@ -4,8 +4,8 @@ import React from "react";
|
||||
import {render} from "react-dom";
|
||||
import {BrowserRouter} from "react-router-dom";
|
||||
|
||||
import "@ag-grid-community/grid-core/dist/styles/ag-grid.css";
|
||||
import "@ag-grid-community/grid-core/dist/styles/ag-theme-balham.css";
|
||||
import "@ag-grid-community/core/dist/styles/ag-grid.css";
|
||||
import "@ag-grid-community/core/dist/styles/ag-theme-balham.css";
|
||||
import "../node_modules/bootstrap/dist/css/bootstrap.css";
|
||||
|
||||
import App from "./App";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React, {Component} from "react";
|
||||
import {AgGridColumn, AgGridReact} from "@ag-grid-community/grid-react";
|
||||
import {AgGridColumn, AgGridReact} from "@ag-grid-community/react";
|
||||
import RowDataFactory from "./RowDataFactory";
|
||||
import DateComponent from "./DateComponent.jsx";
|
||||
import SkillsCellRenderer from './SkillsCellRenderer.jsx';
|
||||
@@ -14,10 +14,10 @@ import SortableHeaderComponent from './SortableHeaderComponent.jsx';
|
||||
import "./RichGridDeclarativeExample.css";
|
||||
|
||||
// for community features
|
||||
// import {AllCommunityModules} from "@ag-grid-community/grid-all-modules";
|
||||
// import {AllCommunityModules} from "@ag-grid-community/all-modules";
|
||||
|
||||
// for enterprise features
|
||||
import {AllModules} from "@ag-grid-enterprise/grid-all-modules";
|
||||
import {AllModules} from "@ag-grid-enterprise/all-modules";
|
||||
|
||||
export default class RichGridDeclarativeExample extends Component {
|
||||
constructor(props) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React, {Component} from "react";
|
||||
import {connect} from "react-redux";
|
||||
import {AgGridReact} from "@ag-grid-community/grid-react";
|
||||
import {AgGridReact} from "@ag-grid-community/react";
|
||||
|
||||
import PriceRenderer from "./PriceRenderer";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React, {useContext} from "react";
|
||||
import {Context} from "./store";
|
||||
import {AgGridReact} from "@ag-grid-community/grid-react";
|
||||
import {AgGridReact} from "@ag-grid-community/react";
|
||||
|
||||
/*
|
||||
* This component serves to display the row data (provided by redux)
|
||||
|
||||
Reference in New Issue
Block a user