@skyux/grids 7.7.0 → 8.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -249,5 +249,5 @@ export declare class SkyGridComponent implements OnInit, AfterContentInit, After
249
249
  private initColumns;
250
250
  private arraysEqual;
251
251
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyGridComponent, never>;
252
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyGridComponent, "sky-grid", never, { "columns": "columns"; "data": "data"; "enableMultiselect": "enableMultiselect"; "fit": "fit"; "hasToolbar": "hasToolbar"; "height": "height"; "highlightText": "highlightText"; "messageStream": "messageStream"; "multiselectRowId": "multiselectRowId"; "rowHighlightedId": "rowHighlightedId"; "selectedColumnIds": "selectedColumnIds"; "selectedRowIds": "selectedRowIds"; "settingsKey": "settingsKey"; "sortField": "sortField"; "width": "width"; }, { "columnWidthChange": "columnWidthChange"; "multiselectSelectionChange": "multiselectSelectionChange"; "rowDeleteCancel": "rowDeleteCancel"; "rowDeleteConfirm": "rowDeleteConfirm"; "selectedColumnIdsChange": "selectedColumnIdsChange"; "sortFieldChange": "sortFieldChange"; }, ["columnComponents"], never, false>;
252
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyGridComponent, "sky-grid", never, { "columns": "columns"; "data": "data"; "enableMultiselect": "enableMultiselect"; "fit": "fit"; "hasToolbar": "hasToolbar"; "height": "height"; "highlightText": "highlightText"; "messageStream": "messageStream"; "multiselectRowId": "multiselectRowId"; "rowHighlightedId": "rowHighlightedId"; "selectedColumnIds": "selectedColumnIds"; "selectedRowIds": "selectedRowIds"; "settingsKey": "settingsKey"; "sortField": "sortField"; "width": "width"; }, { "columnWidthChange": "columnWidthChange"; "multiselectSelectionChange": "multiselectSelectionChange"; "rowDeleteCancel": "rowDeleteCancel"; "rowDeleteConfirm": "rowDeleteConfirm"; "selectedColumnIdsChange": "selectedColumnIdsChange"; "sortFieldChange": "sortFieldChange"; }, ["columnComponents"], never, false, never>;
253
253
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/grids",
3
- "version": "7.7.0",
3
+ "version": "8.0.0-alpha.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -32,16 +32,16 @@
32
32
  }
33
33
  },
34
34
  "peerDependencies": {
35
- "@angular/common": "^14.2.11",
36
- "@angular/core": "^14.2.11",
37
- "@angular/forms": "^14.2.11",
38
- "@skyux/core": "7.7.0",
39
- "@skyux/forms": "7.7.0",
40
- "@skyux/i18n": "7.7.0",
41
- "@skyux/indicators": "7.7.0",
42
- "@skyux/layout": "7.7.0",
43
- "@skyux/list-builder-common": "7.7.0",
44
- "@skyux/popovers": "7.7.0"
35
+ "@angular/common": "^15.1.4",
36
+ "@angular/core": "^15.1.4",
37
+ "@angular/forms": "^15.1.4",
38
+ "@skyux/core": "8.0.0-alpha.0",
39
+ "@skyux/forms": "8.0.0-alpha.0",
40
+ "@skyux/i18n": "8.0.0-alpha.0",
41
+ "@skyux/indicators": "8.0.0-alpha.0",
42
+ "@skyux/layout": "8.0.0-alpha.0",
43
+ "@skyux/list-builder-common": "8.0.0-alpha.0",
44
+ "@skyux/popovers": "8.0.0-alpha.0"
45
45
  },
46
46
  "dependencies": {
47
47
  "dragula": "3.7.3",