@grapecity/wijmo.grid.grouppanel
Advanced tools
Comparing version 5.20241.1-nightly.d20240206.t020200 to 5.20241.1-nightly.d20240207.t020128
/*! | ||
* | ||
* Wijmo Library 5.20241.001-nightly.d20240206.t020200 | ||
* Wijmo Library 5.20241.001-nightly.d20240207.t020128 | ||
* https://developer.mescius.com/wijmo | ||
@@ -5,0 +5,0 @@ * |
/*! | ||
* | ||
* Wijmo Library 5.20241.001-nightly.d20240206.t020200 | ||
* Wijmo Library 5.20241.001-nightly.d20240207.t020128 | ||
* https://developer.mescius.com/wijmo | ||
@@ -5,0 +5,0 @@ * |
/*! | ||
* | ||
* Wijmo Library 5.20241.001-nightly.d20240206.t020200 | ||
* Wijmo Library 5.20241.001-nightly.d20240207.t020128 | ||
* https://developer.mescius.com/wijmo | ||
@@ -5,0 +5,0 @@ * |
/*! | ||
* | ||
* Wijmo Library 5.20241.001-nightly.d20240206.t020200 | ||
* Wijmo Library 5.20241.001-nightly.d20240207.t020128 | ||
* https://developer.mescius.com/wijmo | ||
@@ -71,5 +71,5 @@ * | ||
*/ | ||
export declare class GroupPanel extends Control { | ||
export declare class GroupPanel<T = any> extends Control { | ||
_g: any; | ||
_view: ICollectionView; | ||
_view: ICollectionView<T>; | ||
_gds: ObservableArray<GroupDescription>; | ||
@@ -152,3 +152,3 @@ _hideGroupedCols: boolean; | ||
*/ | ||
readonly collectionView: ICollectionView; | ||
readonly collectionView: ICollectionView<T>; | ||
/** | ||
@@ -155,0 +155,0 @@ * Gets or sets the {@link wijmo.grid.filter.FlexGridFilter} to use for filtering |
/*! | ||
* | ||
* Wijmo Library 5.20241.001-nightly.d20240206.t020200 | ||
* Wijmo Library 5.20241.001-nightly.d20240207.t020128 | ||
* https://developer.mescius.com/wijmo | ||
@@ -5,0 +5,0 @@ * |
{ | ||
"name": "@grapecity/wijmo.grid.grouppanel", | ||
"version": "5.20241.001-nightly.d20240206.t020200", | ||
"version": "5.20241.001-nightly.d20240207.t020128", | ||
"description": "UI library for pure JS, Angular, React, Vue and more...", | ||
@@ -10,6 +10,6 @@ "author": "MESCIUS inc", | ||
"dependencies": { | ||
"@grapecity/wijmo": "5.20241.001-nightly.d20240206.t020200", | ||
"@grapecity/wijmo.input": "5.20241.001-nightly.d20240206.t020200", | ||
"@grapecity/wijmo.grid": "5.20241.001-nightly.d20240206.t020200", | ||
"@grapecity/wijmo.grid.filter": "5.20241.001-nightly.d20240206.t020200" | ||
"@grapecity/wijmo": "5.20241.001-nightly.d20240207.t020128", | ||
"@grapecity/wijmo.input": "5.20241.001-nightly.d20240207.t020128", | ||
"@grapecity/wijmo.grid": "5.20241.001-nightly.d20240207.t020128", | ||
"@grapecity/wijmo.grid.filter": "5.20241.001-nightly.d20240207.t020128" | ||
}, | ||
@@ -16,0 +16,0 @@ "homepage": "https://developer.mescius.com/wijmo", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
104174