@dragonworks/ngx-dashboard 20.3.2 → 21.0.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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dragonworks/ngx-dashboard",
3
- "version": "20.3.2",
3
+ "version": "21.0.0",
4
4
  "description": "Angular library for building drag-and-drop grid dashboards with resizable cells and customizable widgets",
5
5
  "peerDependencies": {
6
- "@angular/common": "^20.2.0",
7
- "@angular/core": "^20.2.0",
8
- "@angular/material": "^20.2.0",
9
- "@angular/cdk": "^20.2.0",
10
- "@angular/localize": "^20.2.0"
6
+ "@angular/common": "^21.0.0",
7
+ "@angular/core": "^21.0.0",
8
+ "@angular/material": "^21.0.0",
9
+ "@angular/cdk": "^21.0.0",
10
+ "@angular/localize": "^21.0.0"
11
11
  },
12
12
  "dependencies": {
13
13
  "tslib": "^2.3.0"
@@ -33,13 +33,13 @@
33
33
  "md3"
34
34
  ],
35
35
  "module": "fesm2022/dragonworks-ngx-dashboard.mjs",
36
- "typings": "index.d.ts",
36
+ "typings": "types/dragonworks-ngx-dashboard.d.ts",
37
37
  "exports": {
38
38
  "./package.json": {
39
39
  "default": "./package.json"
40
40
  },
41
41
  ".": {
42
- "types": "./index.d.ts",
42
+ "types": "./types/dragonworks-ngx-dashboard.d.ts",
43
43
  "default": "./fesm2022/dragonworks-ngx-dashboard.mjs"
44
44
  }
45
45
  }
@@ -4,7 +4,7 @@ import { Type, ViewContainerRef, ComponentRef, OnChanges, SimpleChanges, Injecti
4
4
  import * as _ngrx_signals from '@ngrx/signals';
5
5
  import { SafeHtml } from '@angular/platform-browser';
6
6
 
7
- declare const NGX_DASHBOARD_VERSION = "20.3.2";
7
+ declare const NGX_DASHBOARD_VERSION = "21.0.0";
8
8
 
9
9
  /**
10
10
  * Branded type for cell identifiers to ensure type safety when working with grid coordinates.