logitude-dashboard-library 3.2.25 → 3.2.26

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.
@@ -0,0 +1,8 @@
1
+ import { WidgetLoadLog } from "../types/WidgetLoadLog";
2
+ import { ApiServices } from "./ApiServices";
3
+ export declare class WidgetLoadLogService {
4
+ _ApiServices: ApiServices;
5
+ controller: string;
6
+ constructor();
7
+ create(widgetLoadLog: WidgetLoadLog): Promise<import("axios").AxiosResponse<any, any>>;
8
+ }
@@ -1035,7 +1035,7 @@ $dark-grey: #717585;
1035
1035
  font-size: 14px;
1036
1036
  white-space: nowrap;
1037
1037
  padding: 0px !important;
1038
- position: sticky;
1038
+ position: sticky !important;
1039
1039
  top: 0px;
1040
1040
  z-index: 1;
1041
1041
  border: 0px !important;
@@ -0,0 +1,7 @@
1
+ export declare type WidgetLoadLog = {
2
+ Tenant: number;
3
+ WidgetId: string;
4
+ DashboardId: string;
5
+ LoadTime: number;
6
+ TotalExecutionTime: number;
7
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "3.2.25",
3
+ "version": "3.2.26",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",