barsa-novin-ray-core 2.3.2 → 2.3.5

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.
@@ -6,7 +6,7 @@ export declare class DynamicComponentService {
6
6
  private _dynamicModuleWithComponents;
7
7
  constructor(cfr: ComponentFactoryResolver);
8
8
  addModuleWithComponents(moduleName: string, ngModuleRef: any): void;
9
- getComponentType(componentSelector: string, componentName: string, moduleName: string): Type<any>;
9
+ getComponentType(componentSelector: string, componentName: string, moduleName: string): Type<any> | undefined;
10
10
  getComponentBySelector(selector: string, moduleName: string, injector: Injector): Observable<ComponentRef<unknown>>;
11
11
  getComponentByName(componentName: string, moduleName: string, injector: Injector): Observable<ComponentRef<unknown>>;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponentService, never>;
@@ -120,7 +120,7 @@ export declare class PortalService {
120
120
  compileModule(dependency: LibraryDepenecy): Observable<NgModuleFactory<any>>;
121
121
  getModule(dependency: LibraryDepenecy): Observable<any>;
122
122
  setValueOnObject(path: any, index: any, modules: any, object: any): void;
123
- getComponentType(moduleName: string, componentName: string, selector: string): Type<any>;
123
+ getComponentType(moduleName: string, componentName: string, selector: string): Type<any> | undefined;
124
124
  getComponent(moduleName: string, _modulePath: string, _componentName: string, selector: string, parentInjector: Injector): Observable<ComponentRef<any>>;
125
125
  loadJs$(path: any): Observable<string>;
126
126
  ReportExecuteById(reportId: string): Observable<MoForReportModel>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.3.2",
3
+ "version": "2.3.5",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^19.2.10",
6
6
  "@angular/common": "^19.2.10"