@schneideress/dashboardframework 17.0.30 → 17.0.31
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/esm2022/lib/ra-dashboard-area/ra.dashboard.area.mjs +5 -2
- package/esm2022/lib/ra-widget-container/ra.widget.container.component.mjs +5 -3
- package/esm2022/lib/ra.base.dashboard.filter.mjs +1 -2
- package/esm2022/lib/ra.base.dashboard.template.mjs +5 -2
- package/fesm2022/schneideress-dashboardframework.mjs +12 -5
- package/fesm2022/schneideress-dashboardframework.mjs.map +1 -1
- package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +2 -2
- package/lib/ra.base.dashboard.template.d.ts +2 -1
- package/package.json +1 -1
|
@@ -38,7 +38,6 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
|
|
|
38
38
|
showDownloadOnlyState: boolean;
|
|
39
39
|
isWidgetMgmnt: boolean;
|
|
40
40
|
lastViewType: string;
|
|
41
|
-
bulkActionData: IBulkAction;
|
|
42
41
|
emptyDashboardTitle: any;
|
|
43
42
|
emptyDashboardMsg1: any;
|
|
44
43
|
emptyDashboardMsg2: any;
|
|
@@ -68,6 +67,7 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
|
|
|
68
67
|
dashboardInfo: IDashboardInfo;
|
|
69
68
|
isIndicatorDashboard: boolean;
|
|
70
69
|
templateConfig: any;
|
|
70
|
+
bulkActionData: IBulkAction;
|
|
71
71
|
hideDashboardBanner: EventEmitter<any>;
|
|
72
72
|
gridWrapper: ElementRef;
|
|
73
73
|
private scrollTrigger;
|
|
@@ -124,5 +124,5 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
|
|
|
124
124
|
updateAppliedFilters(data: any): void;
|
|
125
125
|
checkPAMWidgets(): void;
|
|
126
126
|
static ɵfac: i0.ɵɵFactoryDeclaration<RADashboardArea, never>;
|
|
127
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RADashboardArea, "ra-dashboard-area", never, { "userDashboardId": { "alias": "user-dashboard-id"; "required": false; }; "areaKey": { "alias": "area-key"; "required": false; }; "downloadDatastreamLimit": { "alias": "download-datastream-limit"; "required": false; }; "reportDatastreamLimit": { "alias": "report-datastream-limit"; "required": false; }; "globalFilter": { "alias": "global-filter"; "required": false; }; "raDashboardEventBus": { "alias": "event-bus"; "required": false; }; "widgetHeight": { "alias": "widget-height"; "required": false; }; "widgetWidth": { "alias": "widget-width"; "required": false; }; "appConfig": { "alias": "app-config"; "required": false; }; "dashboardInfo": { "alias": "dashboard-info"; "required": false; }; "isIndicatorDashboard": { "alias": "isIndicatorDashboard"; "required": false; }; "templateConfig": { "alias": "templateConfig"; "required": false; }; }, { "hideDashboardBanner": "hideDashboardBanner"; }, never, never, false, never>;
|
|
127
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RADashboardArea, "ra-dashboard-area", never, { "userDashboardId": { "alias": "user-dashboard-id"; "required": false; }; "areaKey": { "alias": "area-key"; "required": false; }; "downloadDatastreamLimit": { "alias": "download-datastream-limit"; "required": false; }; "reportDatastreamLimit": { "alias": "report-datastream-limit"; "required": false; }; "globalFilter": { "alias": "global-filter"; "required": false; }; "raDashboardEventBus": { "alias": "event-bus"; "required": false; }; "widgetHeight": { "alias": "widget-height"; "required": false; }; "widgetWidth": { "alias": "widget-width"; "required": false; }; "appConfig": { "alias": "app-config"; "required": false; }; "dashboardInfo": { "alias": "dashboard-info"; "required": false; }; "isIndicatorDashboard": { "alias": "isIndicatorDashboard"; "required": false; }; "templateConfig": { "alias": "templateConfig"; "required": false; }; "bulkActionData": { "alias": "bulk_Action_Data"; "required": false; }; }, { "hideDashboardBanner": "hideDashboardBanner"; }, never, never, false, never>;
|
|
128
128
|
}
|
|
@@ -14,10 +14,11 @@ export declare abstract class RaBaseDashboardTemplate {
|
|
|
14
14
|
globalFilter: any;
|
|
15
15
|
downloadDatastreamLimit: any;
|
|
16
16
|
reportDatastreamLimit: any;
|
|
17
|
+
bulkActionData: any;
|
|
17
18
|
constructor(ngZone: NgZone);
|
|
18
19
|
initialize: (eventBus: RADashboardEventBus, userDashboardId: number, appConfig: IAppConfig, dashboardInfo: IDashboardInfo, isIndicatorDashboard: boolean, templateConfig?: any) => void;
|
|
19
20
|
abstract init(): void;
|
|
20
21
|
ngOnInit(): void;
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<RaBaseDashboardTemplate, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RaBaseDashboardTemplate, never, never, { "dashboardId": { "alias": "dashboard-id"; "required": false; }; "globalFilter": { "alias": "global-filter"; "required": false; }; "downloadDatastreamLimit": { "alias": "download-datastream-limit"; "required": false; }; "reportDatastreamLimit": { "alias": "report-datastream-limit"; "required": false; }; "initialize": { "alias": "initialize"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RaBaseDashboardTemplate, never, never, { "dashboardId": { "alias": "dashboard-id"; "required": false; }; "globalFilter": { "alias": "global-filter"; "required": false; }; "downloadDatastreamLimit": { "alias": "download-datastream-limit"; "required": false; }; "reportDatastreamLimit": { "alias": "report-datastream-limit"; "required": false; }; "bulkActionData": { "alias": "bulk_Action_Data"; "required": false; }; "initialize": { "alias": "initialize"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
24
|
}
|