@schneideress/dashboardframework 20.0.2 → 20.0.3
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
|
@@ -896,6 +896,7 @@ declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
|
|
|
896
896
|
hasGird: boolean;
|
|
897
897
|
private initialWidgetCount;
|
|
898
898
|
private currentLoadingCount;
|
|
899
|
+
isSiteDetailDashboard: boolean;
|
|
899
900
|
userDashboardId: number;
|
|
900
901
|
areaKey: string;
|
|
901
902
|
downloadDatastreamLimit: any;
|
|
@@ -1206,7 +1207,9 @@ declare enum RAEvent {
|
|
|
1206
1207
|
/** Event on emission report snapshot button clicked*/
|
|
1207
1208
|
SnapShotClick = "SnapShotClick",
|
|
1208
1209
|
/** Event on emission report snapshot selected from list*/
|
|
1209
|
-
SnapShotSelected = "SnapShotSelected"
|
|
1210
|
+
SnapShotSelected = "SnapShotSelected",
|
|
1211
|
+
/** Event to update widget count */
|
|
1212
|
+
UpdateWidgetCount = "UpdateWidgetCount"
|
|
1210
1213
|
}
|
|
1211
1214
|
declare enum RAEventKey {
|
|
1212
1215
|
/** on edit widget click */
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schneideress/dashboardframework",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^20.2.1",
|
|
6
6
|
"@angular/core": "^20.2.1",
|
|
7
7
|
"@angular/platform-browser": "^20.2.1",
|
|
8
8
|
"bootstrap": "^5.3.7",
|
|
9
9
|
"@schneideress/ra-common": "^20.0.14",
|
|
10
|
-
"@schneideress/common-controls": "^20.0.
|
|
10
|
+
"@schneideress/common-controls": "^20.0.14",
|
|
11
11
|
"@schneideress/widgetframework": "^20.0.2",
|
|
12
12
|
"angular-notifier": "^14.0.0",
|
|
13
13
|
"ngx-ui-loader": "^19.0.0"
|