@schneideress/dashboardframework 17.0.46 → 20.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.
Files changed (75) hide show
  1. package/fesm2022/schneideress-dashboardframework.mjs +52 -59
  2. package/fesm2022/schneideress-dashboardframework.mjs.map +1 -1
  3. package/index.d.ts +1255 -5
  4. package/package.json +11 -7
  5. package/esm2022/gridster/index.mjs +0 -12
  6. package/esm2022/gridster/lib/gridster.component.mjs +0 -627
  7. package/esm2022/gridster/lib/gridster.interface.mjs +0 -3
  8. package/esm2022/gridster/lib/gridster.module.mjs +0 -17
  9. package/esm2022/gridster/lib/gridsterCompact.service.mjs +0 -126
  10. package/esm2022/gridster/lib/gridsterConfig.constant.mjs +0 -118
  11. package/esm2022/gridster/lib/gridsterConfig.interface.mjs +0 -37
  12. package/esm2022/gridster/lib/gridsterConfigS.interface.mjs +0 -2
  13. package/esm2022/gridster/lib/gridsterDraggable.service.mjs +0 -405
  14. package/esm2022/gridster/lib/gridsterEmptyCell.service.mjs +0 -255
  15. package/esm2022/gridster/lib/gridsterItem.component.mjs +0 -231
  16. package/esm2022/gridster/lib/gridsterItem.interface.mjs +0 -3
  17. package/esm2022/gridster/lib/gridsterPreview.component.mjs +0 -36
  18. package/esm2022/gridster/lib/gridsterPush.service.mjs +0 -316
  19. package/esm2022/gridster/lib/gridsterPushResize.service.mjs +0 -225
  20. package/esm2022/gridster/lib/gridsterRenderer.interface.mjs +0 -2
  21. package/esm2022/gridster/lib/gridsterRenderer.service.mjs +0 -274
  22. package/esm2022/gridster/lib/gridsterResizable.service.mjs +0 -470
  23. package/esm2022/gridster/lib/gridsterResizeEventType.interface.mjs +0 -2
  24. package/esm2022/gridster/lib/gridsterScroll.service.mjs +0 -134
  25. package/esm2022/gridster/lib/gridsterSwap.service.mjs +0 -87
  26. package/esm2022/gridster/lib/gridsterUtils.service.mjs +0 -92
  27. package/esm2022/lib/custom.notifier.options.mjs +0 -41
  28. package/esm2022/lib/ra-dashboard-area/ra.dashboard.area.mjs +0 -639
  29. package/esm2022/lib/ra-widget-container/lock-tooltip/lock.tooltip.component.mjs +0 -43
  30. package/esm2022/lib/ra-widget-container/ra.widget.container.component.mjs +0 -971
  31. package/esm2022/lib/ra.base.dashboard.filter.mjs +0 -46
  32. package/esm2022/lib/ra.base.dashboard.template.mjs +0 -45
  33. package/esm2022/lib/ra.dashbard.event.bus.mjs +0 -46
  34. package/esm2022/lib/ra.dashboard.module.mjs +0 -55
  35. package/esm2022/lib/ra.dashboard.responsive.service.mjs +0 -149
  36. package/esm2022/lib/ra.dashboard.service.mjs +0 -84
  37. package/esm2022/lib/ra.event.enum.mjs +0 -75
  38. package/esm2022/lib/ra.gridster.config.mjs +0 -56
  39. package/esm2022/public-api.mjs +0 -13
  40. package/esm2022/schneideress-dashboardframework.mjs +0 -5
  41. package/gridster/index.d.ts +0 -9
  42. package/gridster/lib/gridster.component.d.ts +0 -79
  43. package/gridster/lib/gridster.interface.d.ts +0 -49
  44. package/gridster/lib/gridster.module.d.ts +0 -8
  45. package/gridster/lib/gridsterCompact.service.d.ts +0 -11
  46. package/gridster/lib/gridsterConfig.constant.d.ts +0 -2
  47. package/gridster/lib/gridsterConfig.interface.d.ts +0 -155
  48. package/gridster/lib/gridsterConfigS.interface.d.ts +0 -107
  49. package/gridster/lib/gridsterDraggable.service.d.ts +0 -68
  50. package/gridster/lib/gridsterEmptyCell.service.d.ts +0 -31
  51. package/gridster/lib/gridsterItem.component.d.ts +0 -61
  52. package/gridster/lib/gridsterItem.interface.d.ts +0 -67
  53. package/gridster/lib/gridsterPreview.component.d.ts +0 -17
  54. package/gridster/lib/gridsterPush.service.d.ts +0 -34
  55. package/gridster/lib/gridsterPushResize.service.d.ts +0 -26
  56. package/gridster/lib/gridsterRenderer.interface.d.ts +0 -14
  57. package/gridster/lib/gridsterRenderer.service.d.ts +0 -37
  58. package/gridster/lib/gridsterResizable.service.d.ts +0 -86
  59. package/gridster/lib/gridsterResizeEventType.interface.d.ts +0 -6
  60. package/gridster/lib/gridsterScroll.service.d.ts +0 -7
  61. package/gridster/lib/gridsterSwap.service.d.ts +0 -13
  62. package/gridster/lib/gridsterUtils.service.d.ts +0 -16
  63. package/lib/custom.notifier.options.d.ts +0 -2
  64. package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +0 -132
  65. package/lib/ra-widget-container/lock-tooltip/lock.tooltip.component.d.ts +0 -20
  66. package/lib/ra-widget-container/ra.widget.container.component.d.ts +0 -154
  67. package/lib/ra.base.dashboard.filter.d.ts +0 -19
  68. package/lib/ra.base.dashboard.template.d.ts +0 -24
  69. package/lib/ra.dashbard.event.bus.d.ts +0 -23
  70. package/lib/ra.dashboard.module.d.ts +0 -16
  71. package/lib/ra.dashboard.responsive.service.d.ts +0 -24
  72. package/lib/ra.dashboard.service.d.ts +0 -26
  73. package/lib/ra.event.enum.d.ts +0 -72
  74. package/lib/ra.gridster.config.d.ts +0 -2
  75. package/public-api.d.ts +0 -9
@@ -1,154 +0,0 @@
1
- import { OnInit, ElementRef, EventEmitter, OnChanges, SimpleChanges, AfterViewInit, OnDestroy, NgZone, Renderer2, TemplateRef, ViewContainerRef, ChangeDetectorRef } from '@angular/core';
2
- import { RaDashboardService } from './../ra.dashboard.service';
3
- import { RADashboardEventBus } from '../ra.dashbard.event.bus';
4
- import { IAppConfig, IWidgetInfo, RADownloadType, RaWidgetlockStatus, WidgetViewState, IconfigChanges, IBulkAction, IDashboardInfo } from '@schneideress/widgetframework';
5
- import { NgxUiLoaderService } from 'ngx-ui-loader';
6
- import { NotifierService } from 'angular-notifier';
7
- import { RATranslateService, RAPermissionService, DomService } from '@schneideress/ra-common';
8
- import { LockTooltip } from './lock-tooltip/lock.tooltip.component';
9
- import * as i0 from "@angular/core";
10
- export declare class RAWidgetContainer implements OnInit, OnChanges, AfterViewInit, OnDestroy {
11
- private dashboardService;
12
- private ngxService;
13
- private translateService;
14
- private ngZone;
15
- private notifier;
16
- private renderer;
17
- private cdr;
18
- private raPermissionService;
19
- private domService;
20
- showPanel: boolean;
21
- private isWidgetLoaded;
22
- private widgetElement;
23
- private configChanged;
24
- widgetHeight: number;
25
- lockClass: string;
26
- lockStatus: RaWidgetlockStatus;
27
- isDownloadIconVisible: boolean;
28
- isChartDownloadVisible: boolean;
29
- isGridDownloadVisible: boolean;
30
- downloadIconType: RADownloadType;
31
- enableTitleLine: boolean;
32
- isGlobalFilterApplied: boolean;
33
- toolTipValue: string;
34
- toolTipWidth: string;
35
- lockDetails: any;
36
- hideLock: boolean;
37
- lockTemplateInfo: TemplateRef<any>;
38
- editToolTipValue: string;
39
- copyToolTipValue: string;
40
- moveToolTipValue: string;
41
- excelToolTipValue: string;
42
- deleteToolTipValue: string;
43
- editText: string;
44
- copyText: string;
45
- moveText: string;
46
- excelText: string;
47
- deleteText: string;
48
- editToolTipWidth: string;
49
- copyToolTipWidth: string;
50
- moveToolTipWidth: string;
51
- excelToolTipWidth: string;
52
- deleteToolTipWidth: string;
53
- widgetSettings: any;
54
- noPadding: boolean;
55
- isMouseHover: boolean;
56
- showSettingsLink: boolean;
57
- isKpiView: boolean;
58
- showExcell: boolean;
59
- hideTitle: boolean;
60
- inapplicableFilters: any;
61
- popupInstance: LockTooltip;
62
- currentComponent: any;
63
- lockIconTitle: any;
64
- lockIconFooter: any;
65
- inapplicableIconTitle: any;
66
- inapplicableIconFooter: any;
67
- isCustomElement: any;
68
- showOnlyDropdown: boolean;
69
- ctlWidget: ElementRef;
70
- ctlWidgetModule: ViewContainerRef;
71
- widgetDropdown: ElementRef;
72
- searchInput: ElementRef;
73
- wcWrapper: ElementRef;
74
- banPopupDiv: ElementRef;
75
- lockPopupDiv: ElementRef;
76
- widgetInstanceId: number;
77
- globalFilter: any;
78
- dashboardInfo: IDashboardInfo;
79
- data: any;
80
- raDashboardEventBus: RADashboardEventBus;
81
- appConfig: IAppConfig;
82
- width: number;
83
- height: number;
84
- gridCellHeight: number;
85
- bulkActionData: IBulkAction;
86
- canLoadData: boolean;
87
- widgetDeleted: EventEmitter<string>;
88
- updateAppliedFilters: EventEmitter<any>;
89
- lockTitle: string;
90
- dataLoaded: EventEmitter<any>;
91
- widgetLoaded: EventEmitter<any>;
92
- isWidgetStateApplicable: boolean;
93
- isWidgetCanMove: boolean;
94
- widgetEmptyState: string;
95
- domResized: boolean;
96
- lockVisible: boolean;
97
- lockedFields: any;
98
- detailPageUrl: string;
99
- baseUrl: string;
100
- isWidgetMgmnt: boolean;
101
- WidgetDisplayName: string;
102
- enableTitleLineActual: boolean;
103
- widgetElementHandler: any;
104
- set setResized(resized: boolean);
105
- constructor(dashboardService: RaDashboardService, ngxService: NgxUiLoaderService, translateService: RATranslateService, ngZone: NgZone, notifier: NotifierService, renderer: Renderer2, cdr: ChangeDetectorRef, raPermissionService: RAPermissionService, domService: DomService);
106
- ngOnInit(): void;
107
- get widgetViewState(): typeof WidgetViewState;
108
- ngOnChanges(changes: SimpleChanges): void;
109
- invokeWidgetResizedEvent(): void;
110
- mouseHover(isHover?: boolean): void;
111
- ngAfterViewInit(): void;
112
- ngOnDestroy(): void;
113
- /** To Edit current widget configuration*/
114
- editWidget(): void;
115
- /** To Delete current widget from DOM*/
116
- deleteWidget(): void;
117
- /** To Move or change position if current widget container*/
118
- moveWidget(): void;
119
- /** To Copy Current widget with same configuration*/
120
- copyWidget(): void;
121
- visitPage(): void;
122
- getHostUrl(): string;
123
- configChangeEventHandler(widgetInfo: any): void;
124
- private generateConfigFilter;
125
- /** To load external custom element to the widget container*/
126
- loadWidget(widgetInfo: any): Promise<void>;
127
- /**To set Default State for the widget when it is not configured */
128
- setNotConfiguredState(widgetInfo: IWidgetInfo, forceEnable?: boolean): void;
129
- /**To configure empty state for the widget */
130
- setEmptyState(widgetState: any): void;
131
- getConfigChanges(configChanged?: boolean): IconfigChanges;
132
- /** To refresh widget on input config changes */
133
- refreshWidget(widgetInfo: IWidgetInfo, configChanged?: boolean): Promise<void>;
134
- mouseOver(event: any): void;
135
- private setLock;
136
- setDownloadIcon(): Promise<void>;
137
- downloadIconClicked(type: string): void;
138
- private removeMenu;
139
- private checkVisitLinkVisiblity;
140
- /**Show dropdown on gear icon click */
141
- showDropDown(e: any): void;
142
- private addEventListener;
143
- private getContenxtHtml;
144
- private getHr;
145
- private getHtmlForButton;
146
- private getParsedConfig;
147
- private applayWidgetSettings;
148
- private setInapplicableFilters;
149
- openPopup(title: any, data: any, footer: any, type: any, template?: any): void;
150
- closePopup(): void;
151
- getwidgetTitleTranslation(item: any): any;
152
- static ɵfac: i0.ɵɵFactoryDeclaration<RAWidgetContainer, never>;
153
- static ɵcmp: i0.ɵɵComponentDeclaration<RAWidgetContainer, "ra-widget-container", never, { "widgetInstanceId": { "alias": "widget-instance-id"; "required": false; }; "globalFilter": { "alias": "global-filter"; "required": false; }; "dashboardInfo": { "alias": "dashboard-info"; "required": false; }; "data": { "alias": "data"; "required": false; }; "raDashboardEventBus": { "alias": "event-bus"; "required": false; }; "appConfig": { "alias": "app-config"; "required": false; }; "width": { "alias": "widget-width"; "required": false; }; "height": { "alias": "widget-height"; "required": false; }; "gridCellHeight": { "alias": "grid-cell-height"; "required": false; }; "bulkActionData": { "alias": "bulk-action-data"; "required": false; }; "canLoadData": { "alias": "canLoadData"; "required": false; }; "setResized": { "alias": "dom-resized"; "required": false; }; }, { "widgetDeleted": "widgetDeleted"; "updateAppliedFilters": "updateAppliedFilters"; "dataLoaded": "dataLoaded"; "widgetLoaded": "widgetLoaded"; }, never, never, false, never>;
154
- }
@@ -1,19 +0,0 @@
1
- import { IAppConfig } from '@schneideress/widgetframework';
2
- import * as i0 from "@angular/core";
3
- export declare abstract class RaBaseDashboardFilter {
4
- abstract getFilterConfig(): any;
5
- abstract setFilterConfig(filter: string, appConfig: IAppConfig): any;
6
- abstract clearData(): void;
7
- abstract isValid(): boolean;
8
- abstract showHideInapplicableMsg(status: boolean): any;
9
- abstract showDateRangeControl(isIndicatorDashboard: boolean): any;
10
- private getAllFilterConfig;
11
- setInapplicableFilterMsg: (status: boolean) => void;
12
- isValidEntry: () => boolean;
13
- clearAllData: () => void;
14
- setAllFilterConfig: (globalFilter: string, appConfig: IAppConfig) => void;
15
- showOnlyDateRangeControl: (isIndicatorDashboard: boolean) => void;
16
- ngOnInit(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<RaBaseDashboardFilter, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<RaBaseDashboardFilter, never, never, { "getAllFilterConfig": { "alias": "getAllFilterConfig"; "required": false; }; "setInapplicableFilterMsg": { "alias": "setInapplicableFilterMsg"; "required": false; }; "isValidEntry": { "alias": "isValidEntry"; "required": false; }; "clearAllData": { "alias": "clearAllData"; "required": false; }; "setAllFilterConfig": { "alias": "setAllFilterConfig"; "required": false; }; "showOnlyDateRangeControl": { "alias": "showOnlyDateRangeControl"; "required": false; }; }, {}, never, never, false, never>;
19
- }
@@ -1,24 +0,0 @@
1
- import { NgZone } from '@angular/core';
2
- import { RADashboardEventBus } from './ra.dashbard.event.bus';
3
- import { IAppConfig, IDashboardInfo } from '@schneideress/widgetframework';
4
- import * as i0 from "@angular/core";
5
- export declare abstract class RaBaseDashboardTemplate {
6
- private ngZone;
7
- userDashboardId: number;
8
- raDashboardEventBus: RADashboardEventBus;
9
- appConfig: IAppConfig;
10
- dashboardInfo: IDashboardInfo;
11
- isIndicatorDashboard: boolean;
12
- templateConfig: any;
13
- dashboardId: number;
14
- globalFilter: any;
15
- downloadDatastreamLimit: any;
16
- reportDatastreamLimit: any;
17
- bulkActionData: any;
18
- constructor(ngZone: NgZone);
19
- initialize: (eventBus: RADashboardEventBus, userDashboardId: number, appConfig: IAppConfig, dashboardInfo: IDashboardInfo, isIndicatorDashboard: boolean, templateConfig?: any) => void;
20
- abstract init(): void;
21
- ngOnInit(): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<RaBaseDashboardTemplate, 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>;
24
- }
@@ -1,23 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import * as i0 from "@angular/core";
3
- export declare class RADashboardEventBus {
4
- private eventQueue;
5
- /**
6
- * To emit an event with the name & data
7
- */
8
- publish(eventName: string, data: any): void;
9
- /**
10
- * To emit an event with the name, data, key & value
11
- */
12
- publishWithKey(eventName: string, data: any, key: string, value: string): void;
13
- /**
14
- * To subscribe to an event with the name
15
- */
16
- subscribe(eventName: string): Observable<any>;
17
- /**
18
- * To subscribe to an event with the name key & value
19
- */
20
- subscribeWithKey(eventName: string, key: string, value: string): Observable<any>;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<RADashboardEventBus, never>;
22
- static ɵprov: i0.ɵɵInjectableDeclaration<RADashboardEventBus>;
23
- }
@@ -1,16 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ra-dashboard-area/ra.dashboard.area";
3
- import * as i2 from "./ra-widget-container/ra.widget.container.component";
4
- import * as i3 from "./ra-widget-container/lock-tooltip/lock.tooltip.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "../gridster/lib/gridster.module";
7
- import * as i6 from "@angular/common/http";
8
- import * as i7 from "ngx-ui-loader";
9
- import * as i8 from "angular-notifier";
10
- import * as i9 from "@schneideress/ra-common";
11
- import * as i10 from "@schneideress/common-controls";
12
- export declare class DashboardFrameworkModule {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<DashboardFrameworkModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardFrameworkModule, [typeof i1.RADashboardArea, typeof i2.RAWidgetContainer, typeof i3.LockTooltip], [typeof i4.CommonModule, typeof i5.GridsterModule, typeof i6.HttpClientModule, typeof i7.NgxUiLoaderModule, typeof i8.NotifierModule, typeof i9.RACommonModule, typeof i10.RACommonControlsModule], [typeof i1.RADashboardArea]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<DashboardFrameworkModule>;
16
- }
@@ -1,24 +0,0 @@
1
- import { GridsterConfig, GridsterItem } from "../gridster";
2
- import { Subject } from "rxjs";
3
- import * as i0 from "@angular/core";
4
- export declare class RADashboardResponsiveService {
5
- resized: Subject<unknown>;
6
- maxColsDesktop: number;
7
- private screenWidthAdjusted;
8
- private screenWidth;
9
- private resInfo;
10
- private currentResInfo;
11
- constructor();
12
- private setScreenWidth;
13
- get IsDesktopView(): boolean;
14
- get IsMobile(): boolean;
15
- getGridsterConfig(isWidgetMgmnt: boolean, resize: boolean, canMove: boolean): GridsterConfig;
16
- /**To map IwidgetInfo object to gridsterItem */
17
- getGridsterItem(widget: any): GridsterItem;
18
- private getWidth;
19
- private getMinItemRows;
20
- private getMinItemCols;
21
- private getHeight;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<RADashboardResponsiveService, never>;
23
- static ɵprov: i0.ɵɵInjectableDeclaration<RADashboardResponsiveService>;
24
- }
@@ -1,26 +0,0 @@
1
- import { Injector } from '@angular/core';
2
- import { BaseService } from '@schneideress/ra-common';
3
- import { IAppConfig, IWidgetInfo } from '@schneideress/widgetframework';
4
- import * as i0 from "@angular/core";
5
- export declare class RaDashboardService extends BaseService {
6
- constructor(injector: Injector);
7
- private loadedScripts;
8
- clientId: any;
9
- loadExternalScript(scriptPath: string, callback: any): void;
10
- getWidgetsByDashboardArea(widgetInfo: IWidgetInfo, appConfig: IAppConfig): import("rxjs").Observable<any>;
11
- updateWidgets(widgetList: Array<IWidgetInfo>, appConfig: IAppConfig): import("rxjs").Observable<any>;
12
- getWidgetConfigInfo(widgetInfo: any): import("rxjs").Observable<never>;
13
- updateConfig(config: any, widgetInstanceId: number): void;
14
- /**To add widget to the database */
15
- addWidget(widgetInfo: any, appConfig: IAppConfig): import("rxjs").Observable<any>;
16
- /** To Delete current widget from DOM*/
17
- deleteWidget(widgetInfo: any, appConfig: IAppConfig): import("rxjs").Observable<any>;
18
- /**To Update widgetInfo in database */
19
- updateWidget(widgetInfo: IWidgetInfo, appConfig: IAppConfig): import("rxjs").Observable<any>;
20
- /** To Move or change position if current widget container*/
21
- moveWidget(widgetInfo: any): void;
22
- /** To Copy Current widget with same configuration*/
23
- copyWidget(widgetInfo: any): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<RaDashboardService, never>;
25
- static ɵprov: i0.ɵɵInjectableDeclaration<RaDashboardService>;
26
- }
@@ -1,72 +0,0 @@
1
- export declare enum RAEvent {
2
- /** widget selection click on widget library */
3
- WidgetSelected = "widgetSelected",
4
- /** triggers when user click on the edit link in widget container */
5
- WidgetEditClicked = "widgetEditClicked",
6
- /** triggers when user clicks the cancel button on widget configuration window */
7
- ConfigCancelClick = "configCancelClick",
8
- /** triggers when user click on the close button on widget configuration window */
9
- ConfigCloseClick = "configCloseClick",
10
- /** add button click on widget configuration window */
11
- ConfigAddClick = "configAddClick",
12
- /** triggers when a user click on the save button in widget configuration window */
13
- ConfigChanged = "configChanged",
14
- /**To rearrange widgets in a dashboard */
15
- RearrangeClicked = "rearrangeClicked",
16
- /**dashboard customize button click */
17
- DashboardCustomizeClick = "dashboardCustomizeClick",
18
- /**triggers when user clicks on the dashboard change icon in header section */
19
- DashboardChanged = "dashboardChanged",
20
- /** triggers when user clicks the close button on library */
21
- WidgetLibraryCloseBtnClicked = "WidgetLibraryCloseBtnClicked",
22
- /** triggers when user clicks on view dashboard*/
23
- LoadDashboard = "LoadDashboard",
24
- /** triggers when user clicks on copywidget */
25
- CopyWidget = "CopyWidget",
26
- /**triggers when user clicks on Move widget */
27
- MoveWidget = "MoveWidget",
28
- /**triggers when user raise delete widget event */
29
- WidgetDelete = "WidgetDelete",
30
- /** used to add widget to widgetlist when user copies a widget to current dashboard */
31
- AddWidget = "AddWidget",
32
- /** done button click on widget library flyout */
33
- widgetLibraryDoneClick = "widgetLibraryDoneClick",
34
- /**refresh favorite icon after srtting and resetting favorites */
35
- favoriteIconRefresh = "favoriteIconRefresh",
36
- /**to refresh menu content */
37
- QuickLinkRefresh = "QuickLinkRefresh",
38
- /**To raise widget added event */
39
- WidgetAdded = "WidgetAdded",
40
- /**To update global filter site from map widget selected site */
41
- UpdateGlobalFilterFromMapWidget = "UpdateGlobalFilterFromMapWidget",
42
- /**To add widget on empty dashboard */
43
- AddWidgetEmptyDashboard = "AddWidgetEmptyDashboard",
44
- /**To raise new widget add click event */
45
- AddNewWidgetToDashboard = "AddNewWidgetToDashboard",
46
- HideDashboardBanner = "HideDashboardBanner",
47
- /**To launch flyout from custom widget library */
48
- LaunchCustomWidgetFlyout = "LaunchCustomWidgetFlyout",
49
- /**update applied filter badge for inaplicable filters */
50
- UpdateAppledFiterForInapplicableFilter = "UpdateAppledFiterForInapplicableFilter",
51
- /**show inapplicable filter message in global filter flyout */
52
- ShowInapplicableFilterMessage = "ShowInapplicableFilterMessage",
53
- /** Bulk Action Clicked */
54
- BulkActionClick = "BulkActionClick",
55
- /** Global Filter Clicked */
56
- /** When user change the curated filter(eg:data streams), system will create/delete widgets */
57
- CuratedFilterChange = "CuratedFilterChange",
58
- GlobalFilterClick = "GlobalFilterClick",
59
- LayoutChange = "LayoutChange",
60
- /** Event raised when DownloadOnlyState is activated */
61
- DownloadOnlyState = "DownloadOnlyState",
62
- /** Event on excel download button clicked*/
63
- DownloadExcelClick = "DownloadExcelClick",
64
- /** Event on emission report snapshot button clicked*/
65
- SnapShotClick = "SnapShotClick",
66
- /** Event on emission report snapshot selected from list*/
67
- SnapShotSelected = "SnapShotSelected"
68
- }
69
- export declare enum RAEventKey {
70
- /** on edit widget click */
71
- WidgetInstanceId = "widgetInstanceId"
72
- }
@@ -1,2 +0,0 @@
1
- import { GridsterConfig } from './../gridster/lib/gridsterConfig.interface';
2
- export declare const GridsterConfigDefaultSettings: GridsterConfig;
package/public-api.d.ts DELETED
@@ -1,9 +0,0 @@
1
- export * from './lib/ra.dashboard.service';
2
- export * from './lib/ra-dashboard-area/ra.dashboard.area';
3
- export * from './lib/ra-widget-container/ra.widget.container.component';
4
- export * from './lib/ra.dashboard.module';
5
- export * from './lib/ra.dashbard.event.bus';
6
- export * from './lib/ra.event.enum';
7
- export * from './lib/ra.base.dashboard.template';
8
- export * from './lib/ra.base.dashboard.filter';
9
- export * from './lib/ra.dashboard.responsive.service';