barsa-novin-ray-core 2.2.93 → 2.3.2
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(componentName: string, moduleName: string): Type<any>;
|
|
9
|
+
getComponentType(componentSelector: string, componentName: string, moduleName: string): Type<any>;
|
|
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,6 +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
124
|
getComponent(moduleName: string, _modulePath: string, _componentName: string, selector: string, parentInjector: Injector): Observable<ComponentRef<any>>;
|
|
124
125
|
loadJs$(path: any): Observable<string>;
|
|
125
126
|
ReportExecuteById(reportId: string): Observable<MoForReportModel>;
|
|
@@ -145,6 +146,7 @@ export declare class PortalService {
|
|
|
145
146
|
loadPortalData_Old1(): Observable<PortalDataModel>;
|
|
146
147
|
loadPortalDataSync_Old2(): void;
|
|
147
148
|
private _getDefaultPage;
|
|
149
|
+
private _addPage;
|
|
148
150
|
loadPortalDataSync(): void;
|
|
149
151
|
ShowForm(e: {
|
|
150
152
|
mo: MetaobjectDataModel;
|