barsa-novin-ray-core 2.3.57 → 2.3.59
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;
|
|
@@ -5150,12 +5151,13 @@ declare class HorizontalResponsiveDirective extends BaseDirective {
|
|
|
5150
5151
|
|
|
5151
5152
|
declare class MeasureFormTitleWidthDirective extends BaseDirective implements OnInit {
|
|
5152
5153
|
mWidthTitle: string;
|
|
5154
|
+
enableMobile: boolean;
|
|
5153
5155
|
private ismobile;
|
|
5154
|
-
|
|
5156
|
+
ngAfterViewInit(): void;
|
|
5155
5157
|
ngOnChanges(changes: SimpleChanges): void;
|
|
5156
5158
|
_addClass(title: string): void;
|
|
5157
5159
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeasureFormTitleWidthDirective, never>;
|
|
5158
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MeasureFormTitleWidthDirective, "[mWidthTitle]", never, { "mWidthTitle": { "alias": "mWidthTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
5160
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MeasureFormTitleWidthDirective, "[mWidthTitle]", never, { "mWidthTitle": { "alias": "mWidthTitle"; "required": false; }; "enableMobile": { "alias": "enableMobile"; "required": false; }; }, {}, never, never, false, never>;
|
|
5159
5161
|
}
|
|
5160
5162
|
|
|
5161
5163
|
declare class OverflowTextDirective extends BaseDirective {
|
|
@@ -5341,6 +5343,7 @@ interface FormNewSetting {
|
|
|
5341
5343
|
MetaTypeDef: MetaobjectDataModel;
|
|
5342
5344
|
MetaView: MetaobjectDataModel;
|
|
5343
5345
|
DisableGenerateId: boolean;
|
|
5346
|
+
ResolveMoId?: string;
|
|
5344
5347
|
}
|
|
5345
5348
|
declare class FormNewComponent extends BaseComponent implements OnInit {
|
|
5346
5349
|
settings: FormNewSetting;
|