barsa-novin-ray-core 2.3.58 → 2.3.60
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/index.d.ts
CHANGED
|
@@ -2252,6 +2252,7 @@ declare class ContainerService implements OnDestroy {
|
|
|
2252
2252
|
masterDetails: boolean;
|
|
2253
2253
|
paramId$: Observable<ParamMap>;
|
|
2254
2254
|
isMobile: boolean;
|
|
2255
|
+
FormPanelCtrlr: any;
|
|
2255
2256
|
protected _activatedRoute: ActivatedRoute;
|
|
2256
2257
|
protected _router: Router;
|
|
2257
2258
|
protected _portalService: PortalService;
|
|
@@ -5342,6 +5343,7 @@ interface FormNewSetting {
|
|
|
5342
5343
|
MetaTypeDef: MetaobjectDataModel;
|
|
5343
5344
|
MetaView: MetaobjectDataModel;
|
|
5344
5345
|
DisableGenerateId: boolean;
|
|
5346
|
+
ResolveMoId?: string;
|
|
5345
5347
|
}
|
|
5346
5348
|
declare class FormNewComponent extends BaseComponent implements OnInit {
|
|
5347
5349
|
settings: FormNewSetting;
|