barsa-novin-ray-core 2.3.56 → 2.3.58
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
|
@@ -4129,7 +4129,7 @@ declare class MasterDetailsPageComponent extends PageWithFormHandlerBaseComponen
|
|
|
4129
4129
|
settings: UiMasterDetailsPageSettings;
|
|
4130
4130
|
ngOnInit(): void;
|
|
4131
4131
|
static ɵfac: i0.ɵɵFactoryDeclaration<MasterDetailsPageComponent, never>;
|
|
4132
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MasterDetailsPageComponent, "bnrc-
|
|
4132
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MasterDetailsPageComponent, "bnrc-master-details-page", never, {}, {}, never, never, false, never>;
|
|
4133
4133
|
}
|
|
4134
4134
|
interface UiMasterDetailsPageSettings extends MetaobjectDataModel {
|
|
4135
4135
|
DesktopDetailsRoute: MetaobjectDataModel;
|
|
@@ -5150,12 +5150,13 @@ declare class HorizontalResponsiveDirective extends BaseDirective {
|
|
|
5150
5150
|
|
|
5151
5151
|
declare class MeasureFormTitleWidthDirective extends BaseDirective implements OnInit {
|
|
5152
5152
|
mWidthTitle: string;
|
|
5153
|
+
enableMobile: boolean;
|
|
5153
5154
|
private ismobile;
|
|
5154
|
-
|
|
5155
|
+
ngAfterViewInit(): void;
|
|
5155
5156
|
ngOnChanges(changes: SimpleChanges): void;
|
|
5156
5157
|
_addClass(title: string): void;
|
|
5157
5158
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeasureFormTitleWidthDirective, never>;
|
|
5158
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MeasureFormTitleWidthDirective, "[mWidthTitle]", never, { "mWidthTitle": { "alias": "mWidthTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
5159
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MeasureFormTitleWidthDirective, "[mWidthTitle]", never, { "mWidthTitle": { "alias": "mWidthTitle"; "required": false; }; "enableMobile": { "alias": "enableMobile"; "required": false; }; }, {}, never, never, false, never>;
|
|
5159
5160
|
}
|
|
5160
5161
|
|
|
5161
5162
|
declare class OverflowTextDirective extends BaseDirective {
|