@sisense/sdk-ui-angular 2.18.0 → 2.18.1

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.
@@ -1,4 +1,4 @@
1
- import { SisenseContextService } from '../services';
1
+ import { SisenseContextService } from '../services/sisense-context.service';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DecoratorsModule {
4
4
  static sisenseContextService: SisenseContextService;
@@ -1,4 +1,4 @@
1
1
  import { DashboardProps as DashboardPropsPreact } from '@sisense/sdk-ui-preact';
2
- import { DashboardProps } from '../components/dashboard';
2
+ import type { DashboardProps } from '../components/dashboard';
3
3
  export declare function translateToPreactDashboardProps(dashboardProps: DashboardProps): DashboardPropsPreact;
4
4
  export declare function translateFromPreactDashboardProps(dashboardProps: DashboardPropsPreact): DashboardProps;
@@ -1,4 +1,4 @@
1
1
  import { WidgetProps as WidgetPropsPreact } from '@sisense/sdk-ui-preact';
2
- import { WidgetProps } from '../components/widgets';
2
+ import type { WidgetProps } from '../components/widgets';
3
3
  export declare function translateToPreactWidgetProps(widgetProps: WidgetProps): WidgetPropsPreact;
4
4
  export declare function translateFromPreactWidgetProps(widgetProps: WidgetPropsPreact): WidgetProps;
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "2.18.0",
14
+ "version": "2.18.1",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "2.18.0";
1
+ declare const _default: "2.18.1";
2
2
  export default _default;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "2.18.0",
14
+ "version": "2.18.1",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -76,9 +76,9 @@
76
76
  "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
77
77
  },
78
78
  "dependencies": {
79
- "@sisense/sdk-data": "2.18.0",
80
- "@sisense/sdk-tracking": "2.18.0",
81
- "@sisense/sdk-ui-preact": "2.18.0",
79
+ "@sisense/sdk-data": "2.18.1",
80
+ "@sisense/sdk-tracking": "2.18.1",
81
+ "@sisense/sdk-ui-preact": "2.18.1",
82
82
  "rxjs": "^7.8.1",
83
83
  "ts-deepmerge": "^6.2.0",
84
84
  "tslib": "^2.3.0"