@sisense/sdk-ui-angular 1.24.0 → 1.25.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.
@@ -59,6 +59,12 @@ export declare class DashboardByIdComponent implements AfterViewInit, OnChanges,
59
59
  * {@inheritDoc @sisense/sdk-ui!DashboardByIdProps.dashboardOid}
60
60
  */
61
61
  dashboardOid: DashboardByIdProps['dashboardOid'];
62
+ /**
63
+ * {@inheritDoc @sisense/sdk-ui!DashboardByIdProps.persist}
64
+ *
65
+ * @alpha
66
+ */
67
+ persist: DashboardByIdProps['persist'];
62
68
  private componentAdapter;
63
69
  /**
64
70
  * Constructor for the `DashboardById` component.
@@ -100,5 +106,5 @@ export declare class DashboardByIdComponent implements AfterViewInit, OnChanges,
100
106
  */
101
107
  ngOnDestroy(): void;
102
108
  static ɵfac: i0.ɵɵFactoryDeclaration<DashboardByIdComponent, never>;
103
- static ɵcmp: i0.ɵɵComponentDeclaration<DashboardByIdComponent, "csdk-dashboard-by-id", never, { "dashboardOid": "dashboardOid"; }, {}, never, never, false, never>;
109
+ static ɵcmp: i0.ɵɵComponentDeclaration<DashboardByIdComponent, "csdk-dashboard-by-id", never, { "dashboardOid": "dashboardOid"; "persist": "persist"; }, {}, never, never, false, never>;
104
110
  }
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.24.0",
14
+ "version": "1.25.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -25,9 +25,9 @@
25
25
  "dist/**/*"
26
26
  ],
27
27
  "peerDependencies": {
28
- "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
29
- "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
30
- "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
28
+ "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
29
+ "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
30
+ "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@sisense/sdk-data": "workspace:^",
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.24.0";
1
+ declare const _default: "1.25.0";
2
2
  export default _default;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.24.0",
14
+ "version": "1.25.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -40,14 +40,14 @@
40
40
  "sync-version": "node ./scripts/sync-version.cjs"
41
41
  },
42
42
  "peerDependencies": {
43
- "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
44
- "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
45
- "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
43
+ "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
44
+ "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
45
+ "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
46
46
  },
47
47
  "dependencies": {
48
- "@sisense/sdk-data": "^1.24.0",
49
- "@sisense/sdk-tracking": "^1.24.0",
50
- "@sisense/sdk-ui-preact": "^1.24.0",
48
+ "@sisense/sdk-data": "^1.25.0",
49
+ "@sisense/sdk-tracking": "^1.25.0",
50
+ "@sisense/sdk-ui-preact": "^1.25.0",
51
51
  "rxjs": "^7.8.1",
52
52
  "ts-deepmerge": "^6.2.0",
53
53
  "tslib": "^2.3.0"