@schneideress/dashboardframework 20.0.7 → 20.0.9
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
|
@@ -893,7 +893,7 @@ declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
|
|
|
893
893
|
emptyDashboardButtonAction: any;
|
|
894
894
|
DownloadOnlyStateButtonAction1: any;
|
|
895
895
|
DownloadOnlyStateButtonAction2: any;
|
|
896
|
-
|
|
896
|
+
hasGrid: boolean;
|
|
897
897
|
private initialWidgetCount;
|
|
898
898
|
private currentLoadingCount;
|
|
899
899
|
isSiteDetailDashboard: boolean;
|
|
@@ -910,6 +910,7 @@ declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
|
|
|
910
910
|
isIndicatorDashboard: boolean;
|
|
911
911
|
templateConfig: any;
|
|
912
912
|
bulkActionData: IBulkAction;
|
|
913
|
+
widgetCount: number;
|
|
913
914
|
hideDashboardBanner: EventEmitter<any>;
|
|
914
915
|
gridWrapper: ElementRef;
|
|
915
916
|
private scrollTrigger;
|
|
@@ -968,7 +969,7 @@ declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
|
|
|
968
969
|
updateAppliedFilters(data: any): void;
|
|
969
970
|
checkPAMWidgets(): void;
|
|
970
971
|
static ɵfac: i0.ɵɵFactoryDeclaration<RADashboardArea, never>;
|
|
971
|
-
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>;
|
|
972
|
+
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; }; "widgetCount": { "alias": "widget-count"; "required": false; }; }, { "hideDashboardBanner": "hideDashboardBanner"; }, never, never, false, never>;
|
|
972
973
|
}
|
|
973
974
|
|
|
974
975
|
declare class LockTooltip implements OnInit {
|