@masterteam/dashboard-builder 0.0.24 → 0.0.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@masterteam/dashboard-builder",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/dashboard-builder",
|
|
6
6
|
"linkDirectory": true,
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"primeng": "21.1.5",
|
|
22
22
|
"rxjs": "^7.8.2",
|
|
23
23
|
"tailwindcss": "^4.2.2",
|
|
24
|
-
"@masterteam/components": "^0.0.
|
|
24
|
+
"@masterteam/components": "^0.0.145",
|
|
25
25
|
"@masterteam/icons": "^0.0.14"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
@@ -681,6 +681,7 @@ declare class DashboardBuilder implements OnInit, OnDestroy {
|
|
|
681
681
|
private cdr;
|
|
682
682
|
private dashboardService;
|
|
683
683
|
private storeService;
|
|
684
|
+
private itemStoreService;
|
|
684
685
|
private transloco;
|
|
685
686
|
private modalService;
|
|
686
687
|
/** Whether to wrap content in mt-page component */
|
|
@@ -701,6 +702,8 @@ declare class DashboardBuilder implements OnInit, OnDestroy {
|
|
|
701
702
|
readonly readonly: _angular_core.InputSignal<boolean>;
|
|
702
703
|
/** Optional informative authoring context for context-aware selection */
|
|
703
704
|
readonly informativeContext: _angular_core.InputSignal<DashboardInformativeContext | null>;
|
|
705
|
+
/** Dashboard-wide extra filters applied to every item request */
|
|
706
|
+
readonly extraFilters: _angular_core.InputSignal<Record<string, any>>;
|
|
704
707
|
/** Emit when page config changes */
|
|
705
708
|
readonly pageChange: _angular_core.OutputEmitterRef<_masterteam_dashboard_builder.Report>;
|
|
706
709
|
/** Emit when charts change */
|
|
@@ -748,6 +751,8 @@ declare class DashboardBuilder implements OnInit, OnDestroy {
|
|
|
748
751
|
private dragStartY;
|
|
749
752
|
private applyingDashboardData;
|
|
750
753
|
private emittingDashboardData;
|
|
754
|
+
private lastExtraFiltersSignature;
|
|
755
|
+
private lastStandaloneDashboardSignature;
|
|
751
756
|
private readonly boundHandleDragOver;
|
|
752
757
|
private readonly boundHandleDrop;
|
|
753
758
|
private readonly boundHandleDragEnd;
|
|
@@ -814,15 +819,18 @@ declare class DashboardBuilder implements OnInit, OnDestroy {
|
|
|
814
819
|
private handleDragEnd;
|
|
815
820
|
private startAutoScroll;
|
|
816
821
|
private stopAutoScroll;
|
|
822
|
+
private refreshAllItems;
|
|
817
823
|
constructor();
|
|
818
824
|
private applyDashboardData;
|
|
819
825
|
private emitDashboardDataChange;
|
|
826
|
+
private buildDashboardDataSnapshot;
|
|
827
|
+
private serializeDashboardData;
|
|
820
828
|
private setFiltersConfig;
|
|
821
829
|
private normalizeFiltersConfig;
|
|
822
830
|
private readSerializedObject;
|
|
823
831
|
private parseSerializedValue;
|
|
824
832
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DashboardBuilder, never>;
|
|
825
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DashboardBuilder, "mt-dashboard-builder", never, { "isPage": { "alias": "isPage"; "required": false; "isSignal": true; }; "pageTitle": { "alias": "pageTitle"; "required": false; "isSignal": true; }; "backButton": { "alias": "backButton"; "required": false; "isSignal": true; }; "pageId": { "alias": "pageId"; "required": false; "isSignal": true; }; "standalone": { "alias": "standalone"; "required": false; "isSignal": true; }; "services": { "alias": "services"; "required": false; "isSignal": true; }; "dashboardData": { "alias": "dashboardData"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "informativeContext": { "alias": "informativeContext"; "required": false; "isSignal": true; }; }, { "dashboardData": "dashboardDataChange"; "pageChange": "pageChange"; "chartsChange": "chartsChange"; "onSave": "onSave"; "onBack": "onBack"; "onAddChart": "onAddChart"; "onEditChart": "onEditChart"; }, never, never, true, never>;
|
|
833
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DashboardBuilder, "mt-dashboard-builder", never, { "isPage": { "alias": "isPage"; "required": false; "isSignal": true; }; "pageTitle": { "alias": "pageTitle"; "required": false; "isSignal": true; }; "backButton": { "alias": "backButton"; "required": false; "isSignal": true; }; "pageId": { "alias": "pageId"; "required": false; "isSignal": true; }; "standalone": { "alias": "standalone"; "required": false; "isSignal": true; }; "services": { "alias": "services"; "required": false; "isSignal": true; }; "dashboardData": { "alias": "dashboardData"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "informativeContext": { "alias": "informativeContext"; "required": false; "isSignal": true; }; "extraFilters": { "alias": "extraFilters"; "required": false; "isSignal": true; }; }, { "dashboardData": "dashboardDataChange"; "pageChange": "pageChange"; "chartsChange": "chartsChange"; "onSave": "onSave"; "onBack": "onBack"; "onAddChart": "onAddChart"; "onEditChart": "onEditChart"; }, never, never, true, never>;
|
|
826
834
|
}
|
|
827
835
|
|
|
828
836
|
/**
|