@ag-grid-community/vue3
Advanced tools
Comparing version 27.3.0 to 28.0.0
@@ -5,4 +5,4 @@ import { PropType } from 'vue'; | ||
gridOptions: { | ||
type: PropType<GridOptions>; | ||
default: () => GridOptions; | ||
type: PropType<GridOptions<any>>; | ||
default: () => GridOptions<any>; | ||
}; | ||
@@ -43,4 +43,4 @@ autoParamsRefresh: { | ||
gridOptions: { | ||
type: PropType<GridOptions>; | ||
default: () => GridOptions; | ||
type: PropType<GridOptions<any>>; | ||
default: () => GridOptions<any>; | ||
}; | ||
@@ -66,3 +66,3 @@ autoParamsRefresh: { | ||
}>>, { | ||
gridOptions: GridOptions; | ||
gridOptions: GridOptions<any>; | ||
autoParamsRefresh: boolean; | ||
@@ -69,0 +69,0 @@ componentDependencies: String[]; |
{ | ||
"name": "@ag-grid-community/vue3", | ||
"description": "AG Grid Vue 3 Component", | ||
"version": "27.3.0", | ||
"version": "28.0.0", | ||
"author": "Sean Landsman <sean@thelandsmans.com>", | ||
@@ -33,3 +33,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ag-grid-community/core": "~27.3.0", | ||
"@ag-grid-community/core": "~28.0.0", | ||
"vue": "^3.0.0" | ||
@@ -36,0 +36,0 @@ }, |
@@ -1,6 +0,6 @@ | ||
![alt text](./github-banner.png "AG Grid") | ||
![AG Grid HTML5 Grid trusted by the community, built for enterprise](./github-banner.png "AG Grid") | ||
[![CDNJS](https://img.shields.io/cdnjs/v/ag-grid.svg)](https://cdnjs.com/libraries/ag-grid) | ||
[![npm](https://img.shields.io/npm/dm/ag-grid-community.svg)](https://www.npmjs.com/package/ag-grid-community) | ||
[![npm](https://img.shields.io/npm/dt/ag-grid-community.svg)](https://www.npmjs.com/package/ag-grid-community) | ||
[![npm](https://img.shields.io/npm/dm/@ag-grid-community/vue3.svg)](https://www.npmjs.com/package/@ag-grid-community/vue3) | ||
[![npm](https://img.shields.io/npm/dt/@ag-grid-community/vue3.svg)](https://www.npmjs.com/package/@ag-grid-community/vue3) | ||
@@ -10,7 +10,7 @@ # AG Grid Vue 3 Component | ||
AG Grid is a fully-featured and highly customizable JavaScript data grid. | ||
It delivers [outstanding performance](https://www.ag-grid.com/example.php?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github), has no third-party dependencies and [integrates smoothly with all major JavaScript frameworks](https://www.ag-grid.com/vue-data-grid/vue3/?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github). | ||
It delivers [outstanding performance](https://www.ag-grid.com/example?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github), has no third-party dependencies and [integrates smoothly with Vue](https://www.ag-grid.com/vue-data-grid/vue3/?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github). | ||
Here's how our grid looks with multiple filters and grouping enabled: | ||
![alt text](./github-grid-demo.jpg "AG Grid demo") | ||
![Image of AG Grid showing filtering and grouping enabled.](./github-grid-demo.jpg "AG Grid demo") | ||
@@ -29,2 +29,3 @@ ## Features | ||
* Grouping / Aggregation * | ||
* Accessibility support | ||
* Custom Filtering | ||
@@ -38,3 +39,2 @@ * In-place Cell Editing | ||
* Customizable Cell Contents | ||
* Excel-like Pivoting * | ||
* State Persistence | ||
@@ -44,2 +44,3 @@ * Keyboard Navigation | ||
* Data Export to Excel * | ||
* Excel-like Pivoting * | ||
* Row Reordering | ||
@@ -50,6 +51,8 @@ * Copy / Paste | ||
* Full Width Rows | ||
* Integrated Charting | ||
* Sparklines | ||
\* The features marked with an asterisk are available in the [Enterprise version](https://www.ag-grid.com/license-pricing.php?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github) only. | ||
\* The features marked with an asterisk are available in the [Enterprise version](https://www.ag-grid.com/license-pricing?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github) only. | ||
Check out the [developer documentation](https://www.ag-grid.com/documentation/?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github) for a complete list of features or visit [our official docs](https://www.ag-grid.com/features-overview/?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github) for tutorials and feature demos. | ||
Check out the [developer documentation](https://www.ag-grid.com/vue-data-grid/?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github) for a complete list of features or visit [our official docs](https://www.ag-grid.com/vue-data-grid/grid-features/?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github) for tutorials and feature demos. | ||
@@ -75,4 +78,4 @@ ## Getting started | ||
```ts | ||
import "@ag-grid-community/core/dist/styles/ag-grid.css"; | ||
import "@ag-grid-community/core/dist/styles/ag-theme-alpine.css"; | ||
import "@ag-grid-community/styles/ag-grid.css"; | ||
import "@ag-grid-community/styles/ag-theme-alpine.css"; | ||
``` | ||
@@ -130,4 +133,4 @@ | ||
<script> | ||
import "@ag-grid-community/core/dist/styles/ag-grid.css"; | ||
import "@ag-grid-community/core/dist/styles/ag-theme-alpine.css"; | ||
import "@ag-grid-community/styles/ag-grid.css"; | ||
import "@ag-grid-community/styles/ag-theme-alpine.css"; | ||
import { AgGridVue } from "@ag-grid-community/vue3"; | ||
@@ -159,3 +162,3 @@ | ||
If you have found a bug, please report it in this repository's [issues](https://github.com/ag-grid/ag-grid/issues) section. If you're using the Enterprise version, please use the private ticketing system to do that. For more information on support please see our [dedicated support page](https://www.ag-grid.com/support.php?utm_source=@ag-grid-community/vue3-readme&utm_medium=repository&utm_campaign=github). | ||
If you have found a bug, please report it in this repository's [issues](https://github.com/ag-grid/ag-grid/issues) section. If you're using the Enterprise version, please use the [private ticketing](https://ag-grid.zendesk.com/) system to do that. | ||
@@ -162,0 +165,0 @@ ## Asking Questions |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16097347
113052
168
+ Added@ag-grid-community/core@28.0.2(transitive)
- Removed@ag-grid-community/core@27.3.0(transitive)