barsa-develop-components 2.3.33 → 2.3.35
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
|
@@ -6,7 +6,7 @@ import { OnInit, AfterViewInit, OnDestroy, EventEmitter, ElementRef, TemplateRef
|
|
|
6
6
|
import * as i63 from 'barsa-novin-ray-core';
|
|
7
7
|
import { MetaobjectDataModel, FilePictureInfoModel, UiReportViewBaseSetting, MoForReportModel, ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, BaseComponent, ReportBaseComponent, AbbrevationDeviceSize, BaseItemContentPropsComponent, FormPropsBaseComponent, GeneralControlInfoModel, ReportViewColumn, BaseFormToolbaritemPropsComponent, DateService, AudioRecordingService, VideoRecordingService, FormComponentParams, IUploadingState, FilesValidationHelper, LinearListHelper, FileAttachmentInfo, UploadService, LayoutSetting, FormSetting, BaseViewItemPropsComponent, TypeUlvMainCtrlr, PortalService, ColumnValueOfParametersPipe, RowDataOption, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
8
8
|
import * as i68 from '@fundamental-ngx/core';
|
|
9
|
-
import { TabListComponent, TabPanelComponent, DynamicPageResponsiveSize, ContentDensity, PopoverComponent, PopoverBodyComponent, DialogRef, TabSizes, ButtonType, ProgressIndicatorState, GenericTagType } from '@fundamental-ngx/core';
|
|
9
|
+
import { TabListComponent, TabPanelComponent, DynamicPageResponsiveSize, ContentDensity, PopoverComponent, PopoverBodyComponent, DialogRef, TabSizes, ButtonType, DialogService, ProgressIndicatorState, GenericTagType } from '@fundamental-ngx/core';
|
|
10
10
|
import { BarcodeFormat } from '@zxing/library';
|
|
11
11
|
import * as i67 from 'barsa-tiles';
|
|
12
12
|
import { TilesViewerContainerComponent } from 'barsa-tiles';
|
|
@@ -859,6 +859,7 @@ declare class GeographicLocationComponent extends UiMoInfoSubFormUiComponent imp
|
|
|
859
859
|
latValue: any;
|
|
860
860
|
lngValue: any;
|
|
861
861
|
customFormPanelUi: any;
|
|
862
|
+
protected _dialogService: DialogService;
|
|
862
863
|
private _movePos;
|
|
863
864
|
get latitudeUi(): any;
|
|
864
865
|
get longitudeUi(): any;
|
|
@@ -904,11 +905,16 @@ declare class BarsaGeographicLocationComponent extends BaseComponent implements
|
|
|
904
905
|
latitude: any;
|
|
905
906
|
longitude: any;
|
|
906
907
|
}>;
|
|
908
|
+
signalMap: i0.WritableSignal<null>;
|
|
907
909
|
private _map;
|
|
908
910
|
private _marker;
|
|
909
911
|
private _navigatorOptions;
|
|
910
912
|
ngOnChanges(changes: SimpleChanges): void;
|
|
911
913
|
ngAfterViewInit(): void;
|
|
914
|
+
onLongPress(latlng: {
|
|
915
|
+
lat: number;
|
|
916
|
+
lng: number;
|
|
917
|
+
}): void;
|
|
912
918
|
onCurrentLocation(): void;
|
|
913
919
|
onFullscreen(): void;
|
|
914
920
|
onExitFullscreen(): void;
|