@masterteam/dashboard-builder 0.0.22 → 0.0.23

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masterteam/dashboard-builder",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/dashboard-builder",
6
6
  "linkDirectory": true,
@@ -21,8 +21,8 @@
21
21
  "primeng": "21.1.5",
22
22
  "rxjs": "^7.8.2",
23
23
  "tailwindcss": "^4.2.2",
24
- "@masterteam/icons": "^0.0.14",
25
- "@masterteam/components": "^0.0.144"
24
+ "@masterteam/components": "^0.0.144",
25
+ "@masterteam/icons": "^0.0.14"
26
26
  },
27
27
  "dependencies": {
28
28
  "tslib": "^2.8.1",
@@ -739,7 +739,7 @@ declare class DashboardBuilder implements OnInit, OnDestroy {
739
739
  /** Reference to chart settings drawer */
740
740
  private chartSettingsRef;
741
741
  readonly languageCode: _angular_core.Signal<string>;
742
- readonly direction: _angular_core.Signal<"ltr" | "rtl">;
742
+ readonly direction: _angular_core.Signal<"rtl" | "ltr">;
743
743
  readonly chartActionsContext: ChartActionsContext;
744
744
  readonly options: GridsterConfig;
745
745
  private subscription;
@@ -875,7 +875,7 @@ declare class DashboardViewer implements OnInit, OnDestroy {
875
875
  readonly dialogs: _angular_core.WritableSignal<DashboardDialogItem[]>;
876
876
  readonly filters: _angular_core.WritableSignal<any[]>;
877
877
  readonly languageCode: _angular_core.Signal<string>;
878
- readonly direction: _angular_core.Signal<"ltr" | "rtl">;
878
+ readonly direction: _angular_core.Signal<"rtl" | "ltr">;
879
879
  readonly hasRenderableContent: _angular_core.Signal<boolean>;
880
880
  readonly visibleItems: _angular_core.Signal<DashboardChartItem[]>;
881
881
  readonly layoutHeight: _angular_core.Signal<string>;
@@ -3529,7 +3529,7 @@ declare class DashboardStoreService {
3529
3529
  /** Language code */
3530
3530
  readonly languageCode: _angular_core.WritableSignal<string>;
3531
3531
  /** Direction */
3532
- readonly direction: _angular_core.WritableSignal<"ltr" | "rtl">;
3532
+ readonly direction: _angular_core.WritableSignal<"rtl" | "ltr">;
3533
3533
  /** Inside Report Viewer flag - controls text truncation in charts */
3534
3534
  private insideReportViewerSignal;
3535
3535
  readonly insideReportViewer: _angular_core.Signal<boolean>;