barsa-develop-components 1.0.289 → 1.0.290
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/esm2020/lib/barsa-develop-components.module.mjs +8 -4
- package/esm2020/lib/barsa-geographic-location/barsa-geographic-location.component.mjs +144 -0
- package/esm2020/lib/geographic-location/geographic-location.component.mjs +59 -169
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/barsa-develop-components.mjs +158 -129
- package/fesm2015/barsa-develop-components.mjs.map +1 -1
- package/fesm2020/barsa-develop-components.mjs +157 -129
- package/fesm2020/barsa-develop-components.mjs.map +1 -1
- package/lib/barsa-develop-components.module.d.ts +16 -14
- package/lib/barsa-geographic-location/barsa-geographic-location.component.d.ts +39 -0
- package/lib/geographic-location/geographic-location.component.d.ts +18 -20
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -35,6 +35,7 @@ import { BarsaDocumentListItemComponent } from './barsa-document-list-item/barsa
|
|
|
35
35
|
import { AcceptRejectComponent } from './accept-reject/accept-reject.component';
|
|
36
36
|
import { FooterComponent } from './footer/footer.component';
|
|
37
37
|
import { GeographicLocationComponent } from './geographic-location/geographic-location.component';
|
|
38
|
+
import { BarsaGeographicLocationComponent } from './barsa-geographic-location/barsa-geographic-location.component';
|
|
38
39
|
import * as i0 from "@angular/core";
|
|
39
40
|
import * as i1 from "./login-form/login-form.component";
|
|
40
41
|
import * as i2 from "./login-social-conncetions/login-social-conncetions.component";
|
|
@@ -85,24 +86,25 @@ import * as i46 from "./barsa-document-list-item/barsa-document-list-item.compon
|
|
|
85
86
|
import * as i47 from "./accept-reject/accept-reject.component";
|
|
86
87
|
import * as i48 from "./footer/footer.component";
|
|
87
88
|
import * as i49 from "./geographic-location/geographic-location.component";
|
|
88
|
-
import * as i50 from "./
|
|
89
|
-
import * as i51 from "./
|
|
90
|
-
import * as i52 from "./
|
|
91
|
-
import * as i53 from "./pipes/
|
|
92
|
-
import * as i54 from "
|
|
93
|
-
import * as i55 from "
|
|
94
|
-
import * as i56 from "
|
|
95
|
-
import * as i57 from "
|
|
96
|
-
import * as i58 from "barsa-
|
|
97
|
-
import * as i59 from "barsa-
|
|
98
|
-
import * as i60 from "
|
|
99
|
-
import * as i61 from "@fundamental-ngx/
|
|
89
|
+
import * as i50 from "./barsa-geographic-location/barsa-geographic-location.component";
|
|
90
|
+
import * as i51 from "./ui-person/ui-person.pipe";
|
|
91
|
+
import * as i52 from "./barcode-format-pipe";
|
|
92
|
+
import * as i53 from "./pipes/mo-list-to-flow-item.pipe";
|
|
93
|
+
import * as i54 from "./pipes/datasource-to-flow-item";
|
|
94
|
+
import * as i55 from "@angular/common";
|
|
95
|
+
import * as i56 from "barsa-novin-ray-core";
|
|
96
|
+
import * as i57 from "@angular/forms";
|
|
97
|
+
import * as i58 from "barsa-sap-ui";
|
|
98
|
+
import * as i59 from "barsa-echarts";
|
|
99
|
+
import * as i60 from "barsa-tiles";
|
|
100
|
+
import * as i61 from "@fundamental-ngx/core";
|
|
101
|
+
import * as i62 from "@fundamental-ngx/platform";
|
|
100
102
|
export declare class BarsaDevelopComponentsModule extends BaseModule {
|
|
101
103
|
protected dcm: DynamicComponentService;
|
|
102
104
|
protected cfr: ComponentFactoryResolver;
|
|
103
|
-
protected dynamicComponents: (typeof UiTextFieldSearchComponent | typeof SettingFormComponent | typeof BarcodeReaderVideoComponent | typeof BarcodeReaderDialogComponent | typeof BarcodeReaderComponent | typeof UiPersonComponent | typeof LoginSocialConncetionsComponent | typeof LoginFormComponent | typeof ServiceDeskHeaderComponent | typeof CardContentImageAndTitleComponent | typeof CardHeaderLogoTitleSubtitleComponent | typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent | typeof UlvContextMenuItemShowFileContentComponent | typeof CheckboxButtonComponent | typeof ReportLineChartViewComponent | typeof CardContentLineChartComponent | typeof QueryStringObservableComponent | typeof QueryStringFormObservableComponent | typeof G4bDetailsComponent | typeof AvatarComponent | typeof G4bEstelamComponent | typeof TimerCountDownComponent | typeof MicroProccessFlowComponent | typeof MoInfoMicroProccessFlowComponent | typeof UiPicturesCarouselComponent | typeof UiNumRateComponent | typeof MediaFileUploaderComponent | typeof SubformInRowReportComponent | typeof MasterDetailCardFormComponent | typeof ReportButtonViewComponent | typeof BarsaDocumentsComponent | typeof BarsaDocumentListItemComponent | typeof AcceptRejectComponent | typeof FooterComponent | typeof GeographicLocationComponent)[];
|
|
105
|
+
protected dynamicComponents: (typeof UiTextFieldSearchComponent | typeof SettingFormComponent | typeof BarcodeReaderVideoComponent | typeof BarcodeReaderDialogComponent | typeof BarcodeReaderComponent | typeof UiPersonComponent | typeof LoginSocialConncetionsComponent | typeof LoginFormComponent | typeof ServiceDeskHeaderComponent | typeof CardContentImageAndTitleComponent | typeof CardHeaderLogoTitleSubtitleComponent | typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent | typeof UlvContextMenuItemShowFileContentComponent | typeof CheckboxButtonComponent | typeof ReportLineChartViewComponent | typeof CardContentLineChartComponent | typeof QueryStringObservableComponent | typeof QueryStringFormObservableComponent | typeof G4bDetailsComponent | typeof AvatarComponent | typeof G4bEstelamComponent | typeof TimerCountDownComponent | typeof MicroProccessFlowComponent | typeof MoInfoMicroProccessFlowComponent | typeof UiPicturesCarouselComponent | typeof UiNumRateComponent | typeof MediaFileUploaderComponent | typeof SubformInRowReportComponent | typeof MasterDetailCardFormComponent | typeof ReportButtonViewComponent | typeof BarsaDocumentsComponent | typeof BarsaDocumentListItemComponent | typeof AcceptRejectComponent | typeof FooterComponent | typeof GeographicLocationComponent | typeof BarsaGeographicLocationComponent)[];
|
|
104
106
|
constructor(dcm: DynamicComponentService, cfr: ComponentFactoryResolver);
|
|
105
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaDevelopComponentsModule, never>;
|
|
106
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaDevelopComponentsModule, [typeof i1.LoginFormComponent, typeof i2.LoginSocialConncetionsComponent, typeof i3.UiPersonComponent, typeof i4.BarcodeReaderComponent, typeof i5.BarcodeReaderDialogComponent, typeof i6.BarcodeReaderVideoComponent, typeof i7.SettingFormComponent, typeof i8.MicroProcessFlowViewComponent, typeof i9.UiEnumSegmentedButtonComponent, typeof i10.TabProcessViewComponent, typeof i11.UiTextFieldSearchComponent, typeof i12.ServiceDeskHeaderComponent, typeof i13.CardContentImageAndTitleComponent, typeof i14.CardHeaderLogoTitleSubtitleComponent, typeof i15.FormContentQuickViewComponent, typeof i16.ServiceDeskServcieDetailComponent, typeof i17.ServiceDeskViewOfServicesComponent, typeof i18.ServiceDeskCardContentMojavezhayAkhzShodeComponent, typeof i19.CardHeaderBigImageTitleAndSubtitleComponent, typeof i20.ServiceDeskFormLayoutContentMojavezComponent, typeof i21.UlvContextMenuItemShowFileContentComponent, typeof i22.ResendVerificationCodeComponent, typeof i23.CheckboxButtonComponent, typeof i24.ReportTabViewComponent, typeof i25.ReportLineChartViewComponent, typeof i26.CardHeaderKpiComponent, typeof i27.CardContentLineChartComponent, typeof i28.FormChartContentComponent, typeof i29.TableViewVerticalColumnsComponent, typeof i30.QueryStringObservableComponent, typeof i31.QueryStringFormObservableComponent, typeof i32.G4bDetailsComponent, typeof i33.AvatarComponent, typeof i34.G4bEstelamComponent, typeof i35.TimerCountDownComponent, typeof i36.MoInfoMicroProccessFlowComponent, typeof i37.MicroProccessFlowComponent, typeof i38.EnumInfoMicroProccessFlowComponent, typeof i39.UiPicturesCarouselComponent, typeof i40.UiNumRateComponent, typeof i41.MediaFileUploaderComponent, typeof i42.SubformInRowReportComponent, typeof i43.MasterDetailCardFormComponent, typeof i44.ReportButtonViewComponent, typeof i45.BarsaDocumentsComponent, typeof i46.BarsaDocumentListItemComponent, typeof i47.AcceptRejectComponent, typeof i48.FooterComponent, typeof i49.GeographicLocationComponent, typeof i50.
|
|
108
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaDevelopComponentsModule, [typeof i1.LoginFormComponent, typeof i2.LoginSocialConncetionsComponent, typeof i3.UiPersonComponent, typeof i4.BarcodeReaderComponent, typeof i5.BarcodeReaderDialogComponent, typeof i6.BarcodeReaderVideoComponent, typeof i7.SettingFormComponent, typeof i8.MicroProcessFlowViewComponent, typeof i9.UiEnumSegmentedButtonComponent, typeof i10.TabProcessViewComponent, typeof i11.UiTextFieldSearchComponent, typeof i12.ServiceDeskHeaderComponent, typeof i13.CardContentImageAndTitleComponent, typeof i14.CardHeaderLogoTitleSubtitleComponent, typeof i15.FormContentQuickViewComponent, typeof i16.ServiceDeskServcieDetailComponent, typeof i17.ServiceDeskViewOfServicesComponent, typeof i18.ServiceDeskCardContentMojavezhayAkhzShodeComponent, typeof i19.CardHeaderBigImageTitleAndSubtitleComponent, typeof i20.ServiceDeskFormLayoutContentMojavezComponent, typeof i21.UlvContextMenuItemShowFileContentComponent, typeof i22.ResendVerificationCodeComponent, typeof i23.CheckboxButtonComponent, typeof i24.ReportTabViewComponent, typeof i25.ReportLineChartViewComponent, typeof i26.CardHeaderKpiComponent, typeof i27.CardContentLineChartComponent, typeof i28.FormChartContentComponent, typeof i29.TableViewVerticalColumnsComponent, typeof i30.QueryStringObservableComponent, typeof i31.QueryStringFormObservableComponent, typeof i32.G4bDetailsComponent, typeof i33.AvatarComponent, typeof i34.G4bEstelamComponent, typeof i35.TimerCountDownComponent, typeof i36.MoInfoMicroProccessFlowComponent, typeof i37.MicroProccessFlowComponent, typeof i38.EnumInfoMicroProccessFlowComponent, typeof i39.UiPicturesCarouselComponent, typeof i40.UiNumRateComponent, typeof i41.MediaFileUploaderComponent, typeof i42.SubformInRowReportComponent, typeof i43.MasterDetailCardFormComponent, typeof i44.ReportButtonViewComponent, typeof i45.BarsaDocumentsComponent, typeof i46.BarsaDocumentListItemComponent, typeof i47.AcceptRejectComponent, typeof i48.FooterComponent, typeof i49.GeographicLocationComponent, typeof i50.BarsaGeographicLocationComponent, typeof i51.UiPersonPipe, typeof i52.BarcodeFormatPipe, typeof i53.MoListToFlowItemPipe, typeof i54.DataSourceToFlowItemPipe], [typeof i55.CommonModule, typeof i56.BarsaNovinRayCoreModule, typeof i57.ReactiveFormsModule, typeof i58.BarsaSapUiModule, typeof i59.BarsaEchartsModule, typeof i60.BarsaTilesModule, typeof i61.FundamentalNgxCoreModule, typeof i62.FundamentalNgxPlatformModule, typeof i57.FormsModule], [typeof i1.LoginFormComponent, typeof i2.LoginSocialConncetionsComponent, typeof i3.UiPersonComponent, typeof i4.BarcodeReaderComponent, typeof i5.BarcodeReaderDialogComponent, typeof i6.BarcodeReaderVideoComponent, typeof i7.SettingFormComponent, typeof i8.MicroProcessFlowViewComponent, typeof i9.UiEnumSegmentedButtonComponent, typeof i10.TabProcessViewComponent, typeof i11.UiTextFieldSearchComponent, typeof i12.ServiceDeskHeaderComponent, typeof i13.CardContentImageAndTitleComponent, typeof i14.CardHeaderLogoTitleSubtitleComponent, typeof i15.FormContentQuickViewComponent, typeof i16.ServiceDeskServcieDetailComponent, typeof i17.ServiceDeskViewOfServicesComponent, typeof i18.ServiceDeskCardContentMojavezhayAkhzShodeComponent, typeof i19.CardHeaderBigImageTitleAndSubtitleComponent, typeof i20.ServiceDeskFormLayoutContentMojavezComponent, typeof i21.UlvContextMenuItemShowFileContentComponent, typeof i22.ResendVerificationCodeComponent, typeof i23.CheckboxButtonComponent, typeof i24.ReportTabViewComponent, typeof i25.ReportLineChartViewComponent, typeof i26.CardHeaderKpiComponent, typeof i27.CardContentLineChartComponent, typeof i28.FormChartContentComponent, typeof i29.TableViewVerticalColumnsComponent, typeof i30.QueryStringObservableComponent, typeof i31.QueryStringFormObservableComponent, typeof i32.G4bDetailsComponent, typeof i33.AvatarComponent, typeof i34.G4bEstelamComponent, typeof i35.TimerCountDownComponent, typeof i36.MoInfoMicroProccessFlowComponent, typeof i37.MicroProccessFlowComponent, typeof i38.EnumInfoMicroProccessFlowComponent, typeof i39.UiPicturesCarouselComponent, typeof i40.UiNumRateComponent, typeof i41.MediaFileUploaderComponent, typeof i42.SubformInRowReportComponent, typeof i43.MasterDetailCardFormComponent, typeof i44.ReportButtonViewComponent, typeof i45.BarsaDocumentsComponent, typeof i46.BarsaDocumentListItemComponent, typeof i47.AcceptRejectComponent, typeof i48.FooterComponent, typeof i49.GeographicLocationComponent, typeof i50.BarsaGeographicLocationComponent]>;
|
|
107
109
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaDevelopComponentsModule>;
|
|
108
110
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { AfterViewInit, OnChanges, SimpleChanges, EventEmitter, ElementRef } from '@angular/core';
|
|
2
|
+
import { BaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BarsaGeographicLocationComponent extends BaseComponent implements AfterViewInit, OnChanges {
|
|
5
|
+
private _el;
|
|
6
|
+
disableOrReadonly: boolean;
|
|
7
|
+
currentLocation: number[];
|
|
8
|
+
setAutomaticLocation: boolean;
|
|
9
|
+
showLocationButton: boolean;
|
|
10
|
+
showFullscreenButton: boolean;
|
|
11
|
+
defaultLocation: number[];
|
|
12
|
+
move: EventEmitter<any>;
|
|
13
|
+
moveEnd: EventEmitter<any>;
|
|
14
|
+
fullscreen: EventEmitter<any>;
|
|
15
|
+
error: EventEmitter<any>;
|
|
16
|
+
private _map;
|
|
17
|
+
private _navigatorOptions;
|
|
18
|
+
private _marker;
|
|
19
|
+
constructor(_el: ElementRef);
|
|
20
|
+
ngAfterViewInit(): void;
|
|
21
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
22
|
+
onCurrentLocation(): void;
|
|
23
|
+
onFullscreen(): void;
|
|
24
|
+
protected _addMarkers(disableOrReadonly: boolean, pos: number[]): void;
|
|
25
|
+
protected _setGeoLocation(position: {
|
|
26
|
+
coords: {
|
|
27
|
+
latitude: any;
|
|
28
|
+
longitude: any;
|
|
29
|
+
};
|
|
30
|
+
}, disableOrReadonly?: boolean, setView?: boolean): void;
|
|
31
|
+
protected _initilaize(): void;
|
|
32
|
+
protected _onErrorNavigatorLocation(err: any): void;
|
|
33
|
+
protected _getNavigatorCurrentPosition(): void;
|
|
34
|
+
protected _createMarker(id: any, mo: any, lat: any, lng: any, text: any, icon: any, draggable: any): any;
|
|
35
|
+
protected _onMove(e: any): void;
|
|
36
|
+
protected _onMoveEnd(e: any): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaGeographicLocationComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaGeographicLocationComponent, "bdc-barsa-geographic-location", never, { "disableOrReadonly": "disableOrReadonly"; "currentLocation": "currentLocation"; "setAutomaticLocation": "setAutomaticLocation"; "showLocationButton": "showLocationButton"; "showFullscreenButton": "showFullscreenButton"; "defaultLocation": "defaultLocation"; }, { "move": "move"; "moveEnd": "moveEnd"; "fullscreen": "fullscreen"; "error": "error"; }, never, never, false>;
|
|
39
|
+
}
|
|
@@ -1,27 +1,25 @@
|
|
|
1
|
-
import { OnInit,
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { UiMoInfoSubFormUiComponent } from 'barsa-sap-ui';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GeographicLocationComponent extends UiMoInfoSubFormUiComponent implements OnInit
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
coords: {
|
|
12
|
-
latitude: any;
|
|
13
|
-
longitude: any;
|
|
14
|
-
};
|
|
15
|
-
}): void;
|
|
16
|
-
protected _initilaize(): void;
|
|
17
|
-
protected _onErrorNavigatorLocation(err: any): void;
|
|
18
|
-
protected _getNavigatorCurrentPosition(): void;
|
|
19
|
-
protected _createMarker(id: any, mo: any, lat: any, lng: any, text: any, icon: any, draggable: any): any;
|
|
4
|
+
export declare class GeographicLocationComponent extends UiMoInfoSubFormUiComponent implements OnInit {
|
|
5
|
+
dialogTemplate: TemplateRef<any>;
|
|
6
|
+
fullscreen: boolean;
|
|
7
|
+
currentLocation: number[];
|
|
8
|
+
latitude: number;
|
|
9
|
+
longitude: number;
|
|
10
|
+
customFormPanelUi: any;
|
|
20
11
|
get latitudeUi(): any;
|
|
21
12
|
get longitudeUi(): any;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
13
|
+
openDialog(dialog: TemplateRef<any>): void;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
onFullscreen(): void;
|
|
16
|
+
onExistFullscreen(): void;
|
|
17
|
+
onOpenChange(isOpen: any): void;
|
|
18
|
+
onErrorNavigatorLocation(err: any): void;
|
|
19
|
+
onMove(e: any): void;
|
|
20
|
+
onMoveEnd(e: any): void;
|
|
21
|
+
protected _setCurrentLocation(lat: number | undefined, lng: number | undefined): void;
|
|
22
|
+
protected _valueChanged(): void;
|
|
25
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<GeographicLocationComponent, never>;
|
|
26
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<GeographicLocationComponent, "bdc-geographic-location", never, {}, {}, never, never, false>;
|
|
27
25
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -49,4 +49,5 @@ export * from './lib/barsa-document-list-item/barsa-document-list-item.component
|
|
|
49
49
|
export * from './lib/accept-reject/accept-reject.component';
|
|
50
50
|
export * from './lib/footer/footer.component';
|
|
51
51
|
export * from './lib/geographic-location/geographic-location.component';
|
|
52
|
+
export * from './lib/barsa-geographic-location/barsa-geographic-location.component';
|
|
52
53
|
export * from './lib/barsa-develop-components.module';
|