barsa-novin-ray-core 2.3.113 → 2.3.116
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/fesm2022/barsa-novin-ray-core.mjs +216 -154
- package/fesm2022/barsa-novin-ray-core.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2630,6 +2630,7 @@ declare class UlvMainService {
|
|
|
2630
2630
|
private _selectedView$;
|
|
2631
2631
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
2632
2632
|
constructor();
|
|
2633
|
+
_setPriorityAndPriorityGroup(toolbarButtons: any[]): any[];
|
|
2633
2634
|
get selectedView$(): Observable<UiReportViewBase | null>;
|
|
2634
2635
|
get inlineEditMode(): boolean;
|
|
2635
2636
|
get gridSettingChangedByUser$(): Observable<{
|
|
@@ -4263,7 +4264,6 @@ declare class EmptyPageComponent extends PageWithFormHandlerBaseComponent implem
|
|
|
4263
4264
|
declare class MasterDetailsPageComponent extends PageWithFormHandlerBaseComponent implements OnInit {
|
|
4264
4265
|
_position: string | null;
|
|
4265
4266
|
sectionClass: boolean;
|
|
4266
|
-
absolutePageClass: boolean;
|
|
4267
4267
|
ismodal: boolean;
|
|
4268
4268
|
settings: UiMasterDetailsPageSettings;
|
|
4269
4269
|
ngOnInit(): void;
|