ag-grid-angular
Advanced tools
Comparing version
@@ -1,2 +0,3 @@ | ||
import type { ComponentRef, ViewContainerRef } from '@angular/core'; | ||
import type { ComponentRef } from '@angular/core'; | ||
import { ViewContainerRef } from '@angular/core'; | ||
import type { FrameworkComponentWrapper, WrappableInterface } from 'ag-grid-community'; | ||
@@ -6,5 +7,11 @@ import { BaseComponentWrapper } from 'ag-grid-community'; | ||
import * as i0 from "@angular/core"; | ||
export declare class AgComponentContainer { | ||
vcr: ViewContainerRef; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AgComponentContainer, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AgComponentContainer, "ag-component-container", never, {}, {}, never, never, false, never>; | ||
} | ||
export declare class AngularFrameworkComponentWrapper extends BaseComponentWrapper<WrappableInterface> implements FrameworkComponentWrapper { | ||
private viewContainerRef; | ||
private angularFrameworkOverrides; | ||
private compShards; | ||
setViewContainerRef(viewContainerRef: ViewContainerRef, angularFrameworkOverrides: AngularFrameworkOverrides): void; | ||
@@ -11,0 +18,0 @@ protected createWrapper(OriginalConstructor: { |
@@ -7,2 +7,3 @@ import { NgZone } from '@angular/core'; | ||
private _ngZone; | ||
readonly batchFrameworkComps: boolean; | ||
private isRunningWithinTestZone; | ||
@@ -9,0 +10,0 @@ private runOutside; |
{ | ||
"name": "ag-grid-angular", | ||
"version": "33.1.1", | ||
"version": "33.2.0", | ||
"description": "AG Grid Angular Component", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"ag-grid-community": "33.1.1", | ||
"ag-grid-community": "33.2.0", | ||
"tslib": "^2.3.0" | ||
@@ -14,0 +14,0 @@ }, |
@@ -277,4 +277,2 @@ # Angular Data Grid | Angular Table | ||
<th>Framework</th> | ||
<th>Packages</th> | ||
<th>Modules</th> | ||
</tr> | ||
@@ -284,48 +282,36 @@ </thead> | ||
<tr> | ||
<td>Create React App (CRA)</td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/create-react-app">Create React App (CRA)</a></td> | ||
<td align="middle"><img width="22" height="22" src="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/images/fw-logos/react.svg?raw=true" alt="React Logo"></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/create-react-app">Packages</a></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/modules/create-react-app">Modules</a></td> | ||
</tr> | ||
<tr> | ||
<td>Vite</td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/vite-react">Vite</a></td> | ||
<td align="middle"><img width="22" height="22" src="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/images/fw-logos/react.svg?raw=true" alt="React Logo"></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/vite-react">Packages</a></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/modules/vite-react">Modules</a></td> | ||
</tr> | ||
<tr> | ||
<td>Vite - TypeScript</td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/create-next-app">Create Next App</a></td> | ||
<td align="middle"><img width="22" height="22" src="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/images/fw-logos/react.svg?raw=true" alt="React Logo"></td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/vite-typescript">Vite - TypeScript</a></td> | ||
<td align="middle"><img width="22" height="22" src="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/community/frameworks/typescript.svg?raw=true" alt="TypeScript Logo"></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/vite-typescript">Packages</a></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/modules/vite-typescript">Modules</a></td> | ||
</tr> | ||
<tr> | ||
<td>Webpack 5 - TypeScript</td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/webpack5-typescript">Webpack 5 - TypeScript</a></td> | ||
<td align="middle"><img width="22" height="22" src="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/community/frameworks/typescript.svg?raw=true" alt="TypeScript Logo"></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/webpack5-typescript">Packages</a></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/modules/webpack5-typescript">Modules</a></td> | ||
</tr> | ||
<tr> | ||
<td>Webpack 5 - Angular</td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/webpack5-javascript">Webpack 5 - Angular</a></td> | ||
<td align="middle"><img width="22" height="22" src="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/images/fw-logos/javascript.svg?raw=true" alt="Angular Logo"></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/webpack5-javascript">Packages</a></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/modules/webpack5-javascript">Modules</a></td> | ||
</tr> | ||
<tr> | ||
<td>Angular CLI</td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/angular-cli">Angular CLI</a></td> | ||
<td align="middle"><img width="22" height="22" src="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/images/fw-logos/angular.svg?raw=true" alt="Angular Logo"></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/angular-cli">Packages</a></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/modules/angular-cli">Modules</a></td> | ||
</tr> | ||
<tr> | ||
<td>Nuxt</td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/nuxt-vue3">Nuxt</a></td> | ||
<td align="middle"><img width="22" height="22" src="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/images/fw-logos/vue.svg?raw=true" alt="Vue3 Logo"></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/nuxt-vue3">Packages</a></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/modules/nuxt-vue3">Modules</a></td> | ||
</tr> | ||
<tr> | ||
<td>Vite</td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/vite-vue3">Vite</a></td> | ||
<td align="middle"><img width="22" height="22" src="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/images/fw-logos/vue.svg?raw=true" alt="Vue3 Logo"></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/packages/vite-vue3">Packages</a></td> | ||
<td><a href="https://github.com/ag-grid/ag-grid-seed/tree/main/enterprise/modules/vite-vue3">Modules</a></td> | ||
</tr> | ||
@@ -332,0 +318,0 @@ </tbody> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
942703
2.04%8149
2.18%529
-2.58%+ Added
+ Added
- Removed
- Removed
Updated