@skyux/grids 6.16.0 → 7.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.
- package/esm2020/lib/modules/grid/grid-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/grid/grid-cell.component.mjs +3 -3
- package/esm2020/lib/modules/grid/grid-column.component.mjs +3 -3
- package/esm2020/lib/modules/grid/grid.component.mjs +10 -10
- package/esm2020/lib/modules/grid/grid.module.mjs +16 -18
- package/esm2020/lib/modules/shared/sky-grids-resources.module.mjs +4 -4
- package/fesm2015/skyux-grids.mjs +36 -38
- package/fesm2015/skyux-grids.mjs.map +1 -1
- package/fesm2020/skyux-grids.mjs +36 -38
- package/fesm2020/skyux-grids.mjs.map +1 -1
- package/lib/modules/grid/grid-cell.component.d.ts +1 -1
- package/lib/modules/grid/grid-column.component.d.ts +1 -1
- package/lib/modules/grid/grid.component.d.ts +1 -1
- package/package.json +13 -13
- package/skyux-grids.d.ts +0 -5
|
@@ -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>;
|
|
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>;
|
|
253
253
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/grids",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0-alpha.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"default": "./package.json"
|
|
21
21
|
},
|
|
22
22
|
".": {
|
|
23
|
-
"types": "./
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
24
|
"esm2020": "./esm2020/skyux-grids.mjs",
|
|
25
25
|
"es2020": "./fesm2020/skyux-grids.mjs",
|
|
26
26
|
"es2015": "./fesm2015/skyux-grids.mjs",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@angular/common": "^
|
|
36
|
-
"@angular/core": "^
|
|
37
|
-
"@angular/forms": "^
|
|
38
|
-
"@skyux/core": "
|
|
39
|
-
"@skyux/forms": "
|
|
40
|
-
"@skyux/i18n": "
|
|
41
|
-
"@skyux/indicators": "
|
|
42
|
-
"@skyux/layout": "
|
|
43
|
-
"@skyux/list-builder-common": "
|
|
44
|
-
"@skyux/popovers": "
|
|
35
|
+
"@angular/common": "^14.2.0",
|
|
36
|
+
"@angular/core": "^14.2.0",
|
|
37
|
+
"@angular/forms": "^14.2.0",
|
|
38
|
+
"@skyux/core": "7.0.0-alpha.0",
|
|
39
|
+
"@skyux/forms": "7.0.0-alpha.0",
|
|
40
|
+
"@skyux/i18n": "7.0.0-alpha.0",
|
|
41
|
+
"@skyux/indicators": "7.0.0-alpha.0",
|
|
42
|
+
"@skyux/layout": "7.0.0-alpha.0",
|
|
43
|
+
"@skyux/list-builder-common": "7.0.0-alpha.0",
|
|
44
|
+
"@skyux/popovers": "7.0.0-alpha.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"dragula": "3.7.3",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"esm2020": "esm2020/skyux-grids.mjs",
|
|
54
54
|
"fesm2020": "fesm2020/skyux-grids.mjs",
|
|
55
55
|
"fesm2015": "fesm2015/skyux-grids.mjs",
|
|
56
|
-
"typings": "
|
|
56
|
+
"typings": "index.d.ts",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|