@dragonworks/ngx-dashboard 20.1.7 → 20.2.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/index.d.ts
CHANGED
|
@@ -340,6 +340,7 @@ declare class WidgetListComponent {
|
|
|
340
340
|
}[]>;
|
|
341
341
|
onDragStart(event: DragEvent, widget: WidgetDisplayItem): void;
|
|
342
342
|
onDragEnd(): void;
|
|
343
|
+
getWidgetAriaLabel(widget: WidgetDisplayItem): string;
|
|
343
344
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WidgetListComponent, never>;
|
|
344
345
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WidgetListComponent, "ngx-dashboard-widget-list", never, {}, {}, never, never, true, never>;
|
|
345
346
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dragonworks/ngx-dashboard",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.2.0",
|
|
4
4
|
"description": "Angular library for building drag-and-drop grid dashboards with resizable cells and customizable widgets",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.2.0",
|
|
7
7
|
"@angular/core": "^20.2.0",
|
|
8
8
|
"@angular/material": "^20.2.0",
|
|
9
|
-
"@angular/cdk": "^20.2.0"
|
|
9
|
+
"@angular/cdk": "^20.2.0",
|
|
10
|
+
"@angular/localize": "^20.2.0"
|
|
10
11
|
},
|
|
11
12
|
"dependencies": {
|
|
12
13
|
"tslib": "^2.3.0"
|