@sisense/sdk-ui-angular 2.11.0 → 2.13.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.
@@ -118,12 +118,6 @@ export declare class DashboardComponent implements AfterViewInit, OnChanges, OnD
118
118
  * {@inheritDoc @sisense/sdk-ui!DashboardProps.styleOptions}
119
119
  */
120
120
  styleOptions: DashboardProps['styleOptions'];
121
- /**
122
- * {@inheritDoc @sisense/sdk-ui!DashboardProps.tabbersOptions}
123
- *
124
- * @internal
125
- */
126
- tabbersOptions: DashboardProps['tabbersOptions'];
127
121
  private componentAdapter;
128
122
  /**
129
123
  * Constructor for the `Dashboard` component.
@@ -165,5 +159,5 @@ export declare class DashboardComponent implements AfterViewInit, OnChanges, OnD
165
159
  */
166
160
  ngOnDestroy(): void;
167
161
  static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, never>;
168
- static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "csdk-dashboard", never, { "title": "title"; "layoutOptions": "layoutOptions"; "config": "config"; "widgets": "widgets"; "filters": "filters"; "defaultDataSource": "defaultDataSource"; "widgetsOptions": "widgetsOptions"; "styleOptions": "styleOptions"; "tabbersOptions": "tabbersOptions"; }, {}, never, never, false, never>;
162
+ static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "csdk-dashboard", never, { "title": "title"; "layoutOptions": "layoutOptions"; "config": "config"; "widgets": "widgets"; "filters": "filters"; "defaultDataSource": "defaultDataSource"; "widgetsOptions": "widgetsOptions"; "styleOptions": "styleOptions"; }, {}, never, never, false, never>;
169
163
  }
@@ -43,7 +43,7 @@ export interface CriteriaFilterTileProps extends Omit<CriteriaFilterTilePropsPre
43
43
  * },
44
44
  * }
45
45
  * ```
46
- * <img src="media://angular-criteria-filter-tile-example.png" width="400px" />
46
+ * <img src="media://angular-criteria-filter-tile-example.png" width="225px" />
47
47
  * @group Filter Tiles
48
48
  */
49
49
  export declare class CriteriaFilterTileComponent implements AfterViewInit, OnChanges, OnDestroy {
@@ -48,7 +48,7 @@ export interface DateRangeFilterTileProps extends Omit<DateRangeFilterTilePropsP
48
48
  * };
49
49
  * }
50
50
  * ```
51
- * <img src="media://angular-date-range-filter-tile-example.png" width="600px" />
51
+ * <img src="media://angular-date-range-filter-tile-example.png" width="450px" />
52
52
  * @group Filter Tiles
53
53
  */
54
54
  export declare class DateRangeFilterTileComponent implements AfterViewInit, OnChanges, OnDestroy {
@@ -48,7 +48,7 @@ export interface RelativeDateFilterTileProps extends Omit<RelativeDateFilterTile
48
48
  * };
49
49
  * }
50
50
  * ```
51
- * <img src="media://angular-relative-date-filter-tile-example.png" width="600px" />
51
+ * <img src="media://angular-relative-date-filter-tile-example.png" width="225px" />
52
52
  * @group Filter Tiles
53
53
  */
54
54
  export declare class RelativeDateFilterTileComponent implements AfterViewInit, OnChanges, OnDestroy {
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "2.11.0",
14
+ "version": "2.13.0",
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.11.0";
1
+ declare const _default: "2.13.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": "2.11.0",
14
+ "version": "2.13.0",
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.11.0",
80
- "@sisense/sdk-tracking": "2.11.0",
81
- "@sisense/sdk-ui-preact": "2.11.0",
79
+ "@sisense/sdk-data": "2.13.0",
80
+ "@sisense/sdk-tracking": "2.13.0",
81
+ "@sisense/sdk-ui-preact": "2.13.0",
82
82
  "rxjs": "^7.8.1",
83
83
  "ts-deepmerge": "^6.2.0",
84
84
  "tslib": "^2.3.0"