barsa-novin-ray-core 2.0.124 → 2.0.125

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,7 @@ export declare class PortalService {
59
59
  private _navigationEnd$;
60
60
  private _userPortalSettings$;
61
61
  private _cssUrlSource;
62
+ private _cssVariableUrlSource;
62
63
  private _cssCustomUrlSource;
63
64
  private _searchTerm$;
64
65
  private _windowResize$;
@@ -82,6 +83,7 @@ export declare class PortalService {
82
83
  get portalData(): PortalDataModel | null;
83
84
  get searchTerm$(): Observable<string>;
84
85
  get cssUrl$(): Observable<SafeResourceUrl | null>;
86
+ get cssVariableUrl$(): Observable<SafeResourceUrl | null>;
85
87
  get cssCustomUrl$(): Observable<SafeResourceUrl | null>;
86
88
  get userPortalSettings(): Record<string, MetaobjectDataModel>;
87
89
  get userPortalSettings$(): Observable<Record<string, MetaobjectDataModel>>;
@@ -101,7 +103,7 @@ export declare class PortalService {
101
103
  naviationEnd(event: NavigationEnd): void;
102
104
  naviationStart(event: NavigationStart): void;
103
105
  setUserPortalSettings(userPortalSettings: MetaobjectDataModel): void;
104
- setTheme(themeUrl: SafeResourceUrl): void;
106
+ setCssUrlTheme(themeUrl: SafeResourceUrl, cssVariableUrl?: SafeResourceUrl): void;
105
107
  setData(key: any, data: any): void;
106
108
  getData(key: any, defaultValue?: any): Observable<any>;
107
109
  getDataSync<T>(key: any, defaultValue?: any): T | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.0.124",
3
+ "version": "2.0.125",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.3.5",
6
6
  "@angular/common": "^17.3.5"