barsa-develop-components 0.0.2

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.
Files changed (108) hide show
  1. package/README.md +25 -0
  2. package/esm2020/barsa-develop-components.mjs +5 -0
  3. package/esm2020/lib/avatar/avatar.component.mjs +19 -0
  4. package/esm2020/lib/barcode-format-pipe.mjs +24 -0
  5. package/esm2020/lib/barcode-reader/barcode-reader.component.mjs +64 -0
  6. package/esm2020/lib/barcode-reader-dialog/barcode-reader-dialog.component.mjs +82 -0
  7. package/esm2020/lib/barcode-reader-video/barcode-reader-video.component.mjs +66 -0
  8. package/esm2020/lib/barcode.service.mjs +330 -0
  9. package/esm2020/lib/barsa-develop-components.module.mjs +224 -0
  10. package/esm2020/lib/card-content-image-and-title/card-content-image-and-title.component.mjs +50 -0
  11. package/esm2020/lib/card-content-line-chart/card-content-line-chart.component.mjs +38 -0
  12. package/esm2020/lib/card-header-big-image-title-and-subtitle/card-header-big-image-title-and-subtitle.component.mjs +20 -0
  13. package/esm2020/lib/card-header-kpi/card-header-kpi.component.mjs +36 -0
  14. package/esm2020/lib/card-header-logo-title-subtitle/card-header-logo-title-subtitle.component.mjs +46 -0
  15. package/esm2020/lib/checkbox-button/checkbox-button.component.mjs +23 -0
  16. package/esm2020/lib/enum-info-micro-proccess-flow/enum-info-micro-proccess-flow.component.mjs +17 -0
  17. package/esm2020/lib/form-chart-content/form-chart-content.component.mjs +38 -0
  18. package/esm2020/lib/form-content-quick-view/form-content-quick-view.component.mjs +51 -0
  19. package/esm2020/lib/g4b-details/g4b-details.component.mjs +28 -0
  20. package/esm2020/lib/g4b-estelam/g4b-estelam.component.mjs +30 -0
  21. package/esm2020/lib/login-form/login-form.component.mjs +49 -0
  22. package/esm2020/lib/login-social-conncetions/login-social-conncetions.component.mjs +30 -0
  23. package/esm2020/lib/micro-proccess-flow/micro-proccess-flow.component.mjs +48 -0
  24. package/esm2020/lib/micro-process-flow-view/micro-process-flow-view.component.mjs +24 -0
  25. package/esm2020/lib/mo-info-micro-proccess-flow/mo-info-micro-proccess-flow.component.mjs +23 -0
  26. package/esm2020/lib/models/models.mjs +2 -0
  27. package/esm2020/lib/models/person.mjs +2 -0
  28. package/esm2020/lib/pipes/datasource-to-flow-item.mjs +22 -0
  29. package/esm2020/lib/pipes/index.mjs +3 -0
  30. package/esm2020/lib/pipes/mo-list-to-flow-item.pipe.mjs +22 -0
  31. package/esm2020/lib/query-string-form-observable/query-string-form-observable.component.mjs +37 -0
  32. package/esm2020/lib/query-string-observable/query-string-observable.component.mjs +22 -0
  33. package/esm2020/lib/report-line-chart-view/report-line-chart-view.component.mjs +13 -0
  34. package/esm2020/lib/report-tab-view/report-tab-view.component.mjs +27 -0
  35. package/esm2020/lib/resend-verification-code/resend-verification-code.component.mjs +59 -0
  36. package/esm2020/lib/service-desk-card-content-mojavezhay-akhz-shode/service-desk-card-content-mojavezhay-akhz-shode.component.mjs +28 -0
  37. package/esm2020/lib/service-desk-form-layout-content-mojavez/service-desk-form-layout-content-mojavez.component.mjs +110 -0
  38. package/esm2020/lib/service-desk-header/service-desk-header.component.mjs +229 -0
  39. package/esm2020/lib/service-desk-servcie-detail/service-desk-servcie-detail.component.mjs +147 -0
  40. package/esm2020/lib/service-desk-view-of-services/service-desk-view-of-services.component.mjs +22 -0
  41. package/esm2020/lib/setting-form/setting-form.component.mjs +66 -0
  42. package/esm2020/lib/tab-process-view/tab-process-view.component.mjs +41 -0
  43. package/esm2020/lib/table-view-vertical-columns/table-view-vertical-columns.component.mjs +15 -0
  44. package/esm2020/lib/timer-count-down/timer-count-down.component.mjs +79 -0
  45. package/esm2020/lib/ui-enum-segmented-button/ui-enum-segmented-button.component.mjs +25 -0
  46. package/esm2020/lib/ui-num-rate/ui-num-rate.component.mjs +18 -0
  47. package/esm2020/lib/ui-person/ui-person.component.mjs +160 -0
  48. package/esm2020/lib/ui-person/ui-person.pipe.mjs +40 -0
  49. package/esm2020/lib/ui-pictures-carousel/ui-pictures-carousel.component.mjs +17 -0
  50. package/esm2020/lib/ui-text-field-search/ui-text-field-search.component.mjs +30 -0
  51. package/esm2020/lib/ulv-context-menu-item-show-file-content/ulv-context-menu-item-show-file-content.component.mjs +70 -0
  52. package/esm2020/public-api.mjs +47 -0
  53. package/fesm2015/barsa-develop-components.mjs +2368 -0
  54. package/fesm2015/barsa-develop-components.mjs.map +1 -0
  55. package/fesm2020/barsa-develop-components.mjs +2344 -0
  56. package/fesm2020/barsa-develop-components.mjs.map +1 -0
  57. package/index.d.ts +5 -0
  58. package/lib/avatar/avatar.component.d.ts +9 -0
  59. package/lib/barcode-format-pipe.d.ts +7 -0
  60. package/lib/barcode-reader/barcode-reader.component.d.ts +19 -0
  61. package/lib/barcode-reader-dialog/barcode-reader-dialog.component.d.ts +32 -0
  62. package/lib/barcode-reader-video/barcode-reader-video.component.d.ts +22 -0
  63. package/lib/barcode.service.d.ts +98 -0
  64. package/lib/barsa-develop-components.module.d.ts +94 -0
  65. package/lib/card-content-image-and-title/card-content-image-and-title.component.d.ts +21 -0
  66. package/lib/card-content-line-chart/card-content-line-chart.component.d.ts +9 -0
  67. package/lib/card-header-big-image-title-and-subtitle/card-header-big-image-title-and-subtitle.component.d.ts +6 -0
  68. package/lib/card-header-kpi/card-header-kpi.component.d.ts +14 -0
  69. package/lib/card-header-logo-title-subtitle/card-header-logo-title-subtitle.component.d.ts +23 -0
  70. package/lib/checkbox-button/checkbox-button.component.d.ts +13 -0
  71. package/lib/enum-info-micro-proccess-flow/enum-info-micro-proccess-flow.component.d.ts +8 -0
  72. package/lib/form-chart-content/form-chart-content.component.d.ts +9 -0
  73. package/lib/form-content-quick-view/form-content-quick-view.component.d.ts +13 -0
  74. package/lib/g4b-details/g4b-details.component.d.ts +9 -0
  75. package/lib/g4b-estelam/g4b-estelam.component.d.ts +11 -0
  76. package/lib/login-form/login-form.component.d.ts +15 -0
  77. package/lib/login-social-conncetions/login-social-conncetions.component.d.ts +12 -0
  78. package/lib/micro-proccess-flow/micro-proccess-flow.component.d.ts +22 -0
  79. package/lib/micro-process-flow-view/micro-process-flow-view.component.d.ts +14 -0
  80. package/lib/mo-info-micro-proccess-flow/mo-info-micro-proccess-flow.component.d.ts +9 -0
  81. package/lib/models/models.d.ts +19 -0
  82. package/lib/models/person.d.ts +10 -0
  83. package/lib/pipes/datasource-to-flow-item.d.ts +10 -0
  84. package/lib/pipes/index.d.ts +2 -0
  85. package/lib/pipes/mo-list-to-flow-item.pipe.d.ts +10 -0
  86. package/lib/query-string-form-observable/query-string-form-observable.component.d.ts +13 -0
  87. package/lib/query-string-observable/query-string-observable.component.d.ts +9 -0
  88. package/lib/report-line-chart-view/report-line-chart-view.component.d.ts +7 -0
  89. package/lib/report-tab-view/report-tab-view.component.d.ts +15 -0
  90. package/lib/resend-verification-code/resend-verification-code.component.d.ts +18 -0
  91. package/lib/service-desk-card-content-mojavezhay-akhz-shode/service-desk-card-content-mojavezhay-akhz-shode.component.d.ts +15 -0
  92. package/lib/service-desk-form-layout-content-mojavez/service-desk-form-layout-content-mojavez.component.d.ts +26 -0
  93. package/lib/service-desk-header/service-desk-header.component.d.ts +57 -0
  94. package/lib/service-desk-servcie-detail/service-desk-servcie-detail.component.d.ts +39 -0
  95. package/lib/service-desk-view-of-services/service-desk-view-of-services.component.d.ts +12 -0
  96. package/lib/setting-form/setting-form.component.d.ts +23 -0
  97. package/lib/tab-process-view/tab-process-view.component.d.ts +19 -0
  98. package/lib/table-view-vertical-columns/table-view-vertical-columns.component.d.ts +6 -0
  99. package/lib/timer-count-down/timer-count-down.component.d.ts +15 -0
  100. package/lib/ui-enum-segmented-button/ui-enum-segmented-button.component.d.ts +9 -0
  101. package/lib/ui-num-rate/ui-num-rate.component.d.ts +8 -0
  102. package/lib/ui-person/ui-person.component.d.ts +31 -0
  103. package/lib/ui-person/ui-person.pipe.d.ts +7 -0
  104. package/lib/ui-pictures-carousel/ui-pictures-carousel.component.d.ts +6 -0
  105. package/lib/ui-text-field-search/ui-text-field-search.component.d.ts +14 -0
  106. package/lib/ulv-context-menu-item-show-file-content/ulv-context-menu-item-show-file-content.component.d.ts +25 -0
  107. package/package.json +31 -0
  108. package/public-api.d.ts +43 -0
package/index.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="barsa-develop-components" />
5
+ export * from './public-api';
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { BaseItemContentPropsComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AvatarComponent extends BaseItemContentPropsComponent<UiReportViewBaseSetting> implements OnInit {
5
+ pictureId: string;
6
+ ngOnInit(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "bdc-avatar", never, {}, {}, never, never, false>;
9
+ }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BarcodeFormatPipe implements PipeTransform {
4
+ transform(value: number): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeFormatPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BarcodeFormatPipe, "barcodeFormat", false>;
7
+ }
@@ -0,0 +1,19 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { ContentDensity, DynamicPageResponsiveSize } from '@fundamental-ngx/core';
4
+ import { UiMoInfoSubFormUiComponent } from 'barsa-sap-ui';
5
+ import { BarcodeFormat } from '@zxing/library';
6
+ import * as i0 from "@angular/core";
7
+ export declare class BarcodeReaderComponent extends UiMoInfoSubFormUiComponent implements OnInit {
8
+ size: DynamicPageResponsiveSize;
9
+ barcodeValue: string;
10
+ contentDensity$: Observable<ContentDensity>;
11
+ barcodeFormat: Array<BarcodeFormat>;
12
+ ngOnInit(): void;
13
+ onOpenBarcodeReader(): void;
14
+ onValueChange(e: any): void;
15
+ protected _addFormControl(formControl: any): void;
16
+ private _setFieldValue;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeReaderComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarcodeReaderComponent, "bdc-barcode-reader", never, {}, {}, never, never, false>;
19
+ }
@@ -0,0 +1,32 @@
1
+ import { AfterViewInit } from '@angular/core';
2
+ import { DialogRef } from '@fundamental-ngx/core';
3
+ import { Observable } from 'rxjs';
4
+ import { BaseComponent } from 'barsa-novin-ray-core';
5
+ import { UserMediaBaseService } from '../barcode.service';
6
+ import { BarcodeFormat } from '@zxing/library';
7
+ import * as i0 from "@angular/core";
8
+ export declare class BarcodeReaderDialogComponent extends BaseComponent implements AfterViewInit {
9
+ private _dialogRef;
10
+ private _userMediaService;
11
+ value: string;
12
+ cameras$: Observable<MediaDeviceInfo[]>;
13
+ format: BarcodeFormat[];
14
+ hasDevice$: Observable<boolean>;
15
+ permission$: Observable<boolean>;
16
+ loading: boolean;
17
+ selectedCamera: MediaDeviceInfo;
18
+ barcodeFormats: Array<BarcodeFormat>;
19
+ selectedFormat: BarcodeFormat;
20
+ constructor(_dialogRef: DialogRef, _userMediaService: UserMediaBaseService);
21
+ ngAfterViewInit(): void;
22
+ onDismiss(): void;
23
+ onOk(): void;
24
+ onCameraChange(value: any): void;
25
+ onFormatChange(format: any): void;
26
+ onScanSuccess(result: any): void;
27
+ onValueChanged(e: any): void;
28
+ private _close;
29
+ private _initialize;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeReaderDialogComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarcodeReaderDialogComponent, "bdc-barcode-reader-dialog", never, {}, {}, never, never, false>;
32
+ }
@@ -0,0 +1,22 @@
1
+ import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { BarcodeFormat } from '@zxing/library';
3
+ import { BaseComponent } from 'barsa-novin-ray-core';
4
+ import { WebBarcodeService } from '../barcode.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class BarcodeReaderVideoComponent extends BaseComponent implements OnInit, OnDestroy {
7
+ private _webBarcodeService;
8
+ allFormats: BarcodeFormat[];
9
+ previewFitMode: 'fill' | 'contain' | 'cover' | 'scale-down' | 'none';
10
+ scanSuccess: EventEmitter<string>;
11
+ videoElement: ElementRef<HTMLVideoElement>;
12
+ set selectedCamera(val: MediaDeviceInfo);
13
+ private _cameraSource;
14
+ constructor(_webBarcodeService: WebBarcodeService);
15
+ ngOnInit(): void;
16
+ ngOnDestroy(): void;
17
+ private _setFormat;
18
+ private _stopScan;
19
+ private _startScan;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeReaderVideoComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarcodeReaderVideoComponent, "bdc-barcode-reader-video", never, { "allFormats": "allFormats"; "previewFitMode": "previewFitMode"; "selectedCamera": "selectedCamera"; }, { "scanSuccess": "scanSuccess"; }, never, never, false>;
22
+ }
@@ -0,0 +1,98 @@
1
+ import { Result, Exception, BarcodeFormat } from '@zxing/library';
2
+ import { BrowserMultiFormatReader, IScannerControls } from '@zxing/browser';
3
+ import { BehaviorSubject, Observable, Subject } from 'rxjs';
4
+ import { LogService } from 'barsa-novin-ray-core';
5
+ import * as i0 from "@angular/core";
6
+ export interface ResultAndError {
7
+ result?: Result;
8
+ error?: Exception;
9
+ }
10
+ /**
11
+ * Based on zxing-typescript BrowserCodeReader
12
+ */
13
+ export declare class BrowserMultiFormatContinuousReader extends BrowserMultiFormatReader {
14
+ /**
15
+ * Allows to call scanner controls API while scanning.
16
+ * Will be undefined if no scanning is runnig.
17
+ */
18
+ protected scannerControls: IScannerControls | undefined;
19
+ /**
20
+ * Returns the code reader scanner controls.
21
+ */
22
+ getScannerControls(): IScannerControls;
23
+ /**
24
+ * Starts the decoding from the current or a new video element.
25
+ *
26
+ * @param deviceId The device's to be used Id
27
+ * @param previewEl A new video element
28
+ */
29
+ scanFromDeviceObservable(deviceId?: string, previewEl?: HTMLVideoElement): Promise<Observable<ResultAndError>>;
30
+ }
31
+ export declare class UserMediaBaseService {
32
+ private _logService;
33
+ hasNavigator: boolean;
34
+ isMediaDevicesSupported: boolean;
35
+ _camerasSource: BehaviorSubject<MediaDeviceInfo[]>;
36
+ cameras$: Observable<MediaDeviceInfo[]>;
37
+ _permissionResponse: Subject<DOMException>;
38
+ permissionResponse$: Observable<DOMException>;
39
+ _hasDevicesSource: BehaviorSubject<boolean>;
40
+ hasDevices$: Observable<boolean>;
41
+ _permissionSource: BehaviorSubject<boolean>;
42
+ permission$: Observable<boolean>;
43
+ _camerasNotFoundSource: Subject<DOMException>;
44
+ camerasNotFound$: Observable<DOMException>;
45
+ /**
46
+ *
47
+ */
48
+ constructor(_logService: LogService);
49
+ updateVideoInputDevices(): Promise<MediaDeviceInfo[]>;
50
+ /**
51
+ * Gets and registers all cammeras.
52
+ */
53
+ askForPermission(): Promise<boolean>;
54
+ protected terminateStream(stream: MediaStream | undefined): void;
55
+ protected _setPermission(permission: boolean): void;
56
+ protected _getAnyVideoDevice(): Promise<MediaStream>;
57
+ protected _handlePermissionException(err: DOMException): boolean;
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserMediaBaseService, never>;
59
+ static ɵprov: i0.ɵɵInjectableDeclaration<UserMediaBaseService>;
60
+ }
61
+ export declare class WebBarcodeService {
62
+ userMediaService: UserMediaBaseService;
63
+ scanError$: Observable<Error>;
64
+ scanFailure$: Observable<Error>;
65
+ scanComplete$: Observable<Result>;
66
+ scanSuccess$: Observable<string>;
67
+ private _device;
68
+ private _videoEl;
69
+ private _codeReader;
70
+ private _hints;
71
+ private _scanErrorSource;
72
+ private _scanFailureSource;
73
+ private _scanSubscription;
74
+ private _scanCompleteSource;
75
+ private _scanSuccessSource;
76
+ private _options;
77
+ constructor(userMediaService: UserMediaBaseService);
78
+ startScan(device: MediaDeviceInfo, videoEl: HTMLVideoElement, options?: {
79
+ delayBetweenScanAttempts: number;
80
+ delayBetweenScanSuccess: number;
81
+ }): void;
82
+ setFormat(input: BarcodeFormat[]): void;
83
+ scanStop(): void;
84
+ destroy(): void;
85
+ private getBarcodeFormatOrFail;
86
+ private scanFromDevice;
87
+ /**
88
+ * Handles decode errors.
89
+ */
90
+ private _onDecodeError;
91
+ /**
92
+ * Handles decode results.
93
+ */
94
+ private _onDecodeResult;
95
+ private getCodeReader;
96
+ static ɵfac: i0.ɵɵFactoryDeclaration<WebBarcodeService, never>;
97
+ static ɵprov: i0.ɵɵInjectableDeclaration<WebBarcodeService>;
98
+ }
@@ -0,0 +1,94 @@
1
+ import { ComponentFactoryResolver } from '@angular/core';
2
+ import { BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
3
+ import { LoginFormComponent } from './login-form/login-form.component';
4
+ import { LoginSocialConncetionsComponent } from './login-social-conncetions/login-social-conncetions.component';
5
+ import { UiPersonComponent } from './ui-person/ui-person.component';
6
+ import { BarcodeReaderComponent } from './barcode-reader/barcode-reader.component';
7
+ import { BarcodeReaderDialogComponent } from './barcode-reader-dialog/barcode-reader-dialog.component';
8
+ import { BarcodeReaderVideoComponent } from './barcode-reader-video/barcode-reader-video.component';
9
+ import { SettingFormComponent } from './setting-form/setting-form.component';
10
+ import { UiTextFieldSearchComponent } from './ui-text-field-search/ui-text-field-search.component';
11
+ import { ServiceDeskHeaderComponent } from './service-desk-header/service-desk-header.component';
12
+ import { CardContentImageAndTitleComponent } from './card-content-image-and-title/card-content-image-and-title.component';
13
+ import { CardHeaderLogoTitleSubtitleComponent } from './card-header-logo-title-subtitle/card-header-logo-title-subtitle.component';
14
+ import { FormContentQuickViewComponent } from './form-content-quick-view/form-content-quick-view.component';
15
+ import { ServiceDeskServcieDetailComponent } from './service-desk-servcie-detail/service-desk-servcie-detail.component';
16
+ import { ServiceDeskCardContentMojavezhayAkhzShodeComponent } from './service-desk-card-content-mojavezhay-akhz-shode/service-desk-card-content-mojavezhay-akhz-shode.component';
17
+ import { ServiceDeskFormLayoutContentMojavezComponent } from './service-desk-form-layout-content-mojavez/service-desk-form-layout-content-mojavez.component';
18
+ import { UlvContextMenuItemShowFileContentComponent } from './ulv-context-menu-item-show-file-content/ulv-context-menu-item-show-file-content.component';
19
+ import { CheckboxButtonComponent } from './checkbox-button/checkbox-button.component';
20
+ import { ReportLineChartViewComponent } from './report-line-chart-view/report-line-chart-view.component';
21
+ import { CardContentLineChartComponent } from './card-content-line-chart/card-content-line-chart.component';
22
+ import { FormChartContentComponent } from './form-chart-content/form-chart-content.component';
23
+ import { QueryStringObservableComponent } from './query-string-observable/query-string-observable.component';
24
+ import { QueryStringFormObservableComponent } from './query-string-form-observable/query-string-form-observable.component';
25
+ import { G4bDetailsComponent } from './g4b-details/g4b-details.component';
26
+ import { AvatarComponent } from './avatar/avatar.component';
27
+ import { G4bEstelamComponent } from './g4b-estelam/g4b-estelam.component';
28
+ import { TimerCountDownComponent } from './timer-count-down/timer-count-down.component';
29
+ import { MoInfoMicroProccessFlowComponent } from './mo-info-micro-proccess-flow/mo-info-micro-proccess-flow.component';
30
+ import { MicroProccessFlowComponent } from './micro-proccess-flow/micro-proccess-flow.component';
31
+ import { UiPicturesCarouselComponent } from './ui-pictures-carousel/ui-pictures-carousel.component';
32
+ import { UiNumRateComponent } from './ui-num-rate/ui-num-rate.component';
33
+ import * as i0 from "@angular/core";
34
+ import * as i1 from "./login-form/login-form.component";
35
+ import * as i2 from "./login-social-conncetions/login-social-conncetions.component";
36
+ import * as i3 from "./ui-person/ui-person.component";
37
+ import * as i4 from "./barcode-reader/barcode-reader.component";
38
+ import * as i5 from "./barcode-reader-dialog/barcode-reader-dialog.component";
39
+ import * as i6 from "./barcode-reader-video/barcode-reader-video.component";
40
+ import * as i7 from "./setting-form/setting-form.component";
41
+ import * as i8 from "./micro-process-flow-view/micro-process-flow-view.component";
42
+ import * as i9 from "./ui-enum-segmented-button/ui-enum-segmented-button.component";
43
+ import * as i10 from "./tab-process-view/tab-process-view.component";
44
+ import * as i11 from "./ui-text-field-search/ui-text-field-search.component";
45
+ import * as i12 from "./service-desk-header/service-desk-header.component";
46
+ import * as i13 from "./card-content-image-and-title/card-content-image-and-title.component";
47
+ import * as i14 from "./card-header-logo-title-subtitle/card-header-logo-title-subtitle.component";
48
+ import * as i15 from "./form-content-quick-view/form-content-quick-view.component";
49
+ import * as i16 from "./service-desk-servcie-detail/service-desk-servcie-detail.component";
50
+ import * as i17 from "./service-desk-view-of-services/service-desk-view-of-services.component";
51
+ import * as i18 from "./service-desk-card-content-mojavezhay-akhz-shode/service-desk-card-content-mojavezhay-akhz-shode.component";
52
+ import * as i19 from "./card-header-big-image-title-and-subtitle/card-header-big-image-title-and-subtitle.component";
53
+ import * as i20 from "./service-desk-form-layout-content-mojavez/service-desk-form-layout-content-mojavez.component";
54
+ import * as i21 from "./ulv-context-menu-item-show-file-content/ulv-context-menu-item-show-file-content.component";
55
+ import * as i22 from "./resend-verification-code/resend-verification-code.component";
56
+ import * as i23 from "./checkbox-button/checkbox-button.component";
57
+ import * as i24 from "./report-tab-view/report-tab-view.component";
58
+ import * as i25 from "./report-line-chart-view/report-line-chart-view.component";
59
+ import * as i26 from "./card-header-kpi/card-header-kpi.component";
60
+ import * as i27 from "./card-content-line-chart/card-content-line-chart.component";
61
+ import * as i28 from "./form-chart-content/form-chart-content.component";
62
+ import * as i29 from "./table-view-vertical-columns/table-view-vertical-columns.component";
63
+ import * as i30 from "./query-string-observable/query-string-observable.component";
64
+ import * as i31 from "./query-string-form-observable/query-string-form-observable.component";
65
+ import * as i32 from "./g4b-details/g4b-details.component";
66
+ import * as i33 from "./avatar/avatar.component";
67
+ import * as i34 from "./g4b-estelam/g4b-estelam.component";
68
+ import * as i35 from "./timer-count-down/timer-count-down.component";
69
+ import * as i36 from "./mo-info-micro-proccess-flow/mo-info-micro-proccess-flow.component";
70
+ import * as i37 from "./micro-proccess-flow/micro-proccess-flow.component";
71
+ import * as i38 from "./enum-info-micro-proccess-flow/enum-info-micro-proccess-flow.component";
72
+ import * as i39 from "./ui-pictures-carousel/ui-pictures-carousel.component";
73
+ import * as i40 from "./ui-num-rate/ui-num-rate.component";
74
+ import * as i41 from "./ui-person/ui-person.pipe";
75
+ import * as i42 from "./barcode-format-pipe";
76
+ import * as i43 from "./pipes/mo-list-to-flow-item.pipe";
77
+ import * as i44 from "./pipes/datasource-to-flow-item";
78
+ import * as i45 from "@angular/common";
79
+ import * as i46 from "barsa-novin-ray-core";
80
+ import * as i47 from "@angular/forms";
81
+ import * as i48 from "barsa-sap-ui";
82
+ import * as i49 from "barsa-echarts";
83
+ import * as i50 from "barsa-tiles";
84
+ import * as i51 from "@fundamental-ngx/core";
85
+ import * as i52 from "@fundamental-ngx/platform";
86
+ export declare class BarsaDevelopComponentsModule extends BaseModule {
87
+ protected dcm: DynamicComponentService;
88
+ protected cfr: ComponentFactoryResolver;
89
+ 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 FormContentQuickViewComponent | typeof ServiceDeskServcieDetailComponent | typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent | typeof ServiceDeskFormLayoutContentMojavezComponent | typeof UlvContextMenuItemShowFileContentComponent | typeof CheckboxButtonComponent | typeof ReportLineChartViewComponent | typeof CardContentLineChartComponent | typeof FormChartContentComponent | typeof QueryStringObservableComponent | typeof QueryStringFormObservableComponent | typeof G4bDetailsComponent | typeof AvatarComponent | typeof G4bEstelamComponent | typeof TimerCountDownComponent | typeof MicroProccessFlowComponent | typeof MoInfoMicroProccessFlowComponent | typeof UiPicturesCarouselComponent | typeof UiNumRateComponent)[];
90
+ constructor(dcm: DynamicComponentService, cfr: ComponentFactoryResolver);
91
+ static ɵfac: i0.ɵɵFactoryDeclaration<BarsaDevelopComponentsModule, never>;
92
+ 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.UiPersonPipe, typeof i42.BarcodeFormatPipe, typeof i43.MoListToFlowItemPipe, typeof i44.DataSourceToFlowItemPipe], [typeof i45.CommonModule, typeof i46.BarsaNovinRayCoreModule, typeof i47.ReactiveFormsModule, typeof i48.BarsaSapUiModule, typeof i49.BarsaEchartsModule, typeof i50.BarsaTilesModule, typeof i51.FundamentalNgxCoreModule, typeof i52.FundamentalNgxPlatformModule, typeof i47.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]>;
93
+ static ɵinj: i0.ɵɵInjectorDeclaration<BarsaDevelopComponentsModule>;
94
+ }
@@ -0,0 +1,21 @@
1
+ import { OnInit, ElementRef } from '@angular/core';
2
+ import { FilePictureInfoModel, BaseItemContentPropsComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CardContentImageAndTitleComponent extends BaseItemContentPropsComponent<UiReportViewBaseSetting> implements OnInit {
5
+ iconRef: ElementRef;
6
+ elemRef: ElementRef;
7
+ iconColor: string;
8
+ backgroundColor: string;
9
+ backgroundHoverColor: string;
10
+ iconHoverColor: string;
11
+ _iconColor: string;
12
+ _iconHoverColor: string;
13
+ _backgroundColor: string;
14
+ title: string;
15
+ icon: string;
16
+ iconPicture: FilePictureInfoModel;
17
+ ngOnInit(): void;
18
+ private prepareNumberSign;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardContentImageAndTitleComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardContentImageAndTitleComponent, "bdc-card-content-image-and-title", never, {}, {}, never, never, false>;
21
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { BaseItemContentPropsComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CardContentLineChartComponent extends BaseItemContentPropsComponent<UiReportViewBaseSetting> implements OnInit {
5
+ chartOption: any;
6
+ ngOnInit(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardContentLineChartComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardContentLineChartComponent, "bdc-card-content-line-chart", never, {}, {}, never, never, false>;
9
+ }
@@ -0,0 +1,6 @@
1
+ import { CardHeaderLogoTitleSubtitleComponent } from '../card-header-logo-title-subtitle/card-header-logo-title-subtitle.component';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CardHeaderBigImageTitleAndSubtitleComponent extends CardHeaderLogoTitleSubtitleComponent {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderBigImageTitleAndSubtitleComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderBigImageTitleAndSubtitleComponent, "bdc-card-header-big-image-title-and-subtitle", never, {}, {}, never, never, false>;
6
+ }
@@ -0,0 +1,14 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { KpiStatus } from '@fundamental-ngx/core/card/kpi/card-kpi-value.directive';
3
+ import { CardHeaderLogoTitleSubtitleComponent } from '../card-header-logo-title-subtitle/card-header-logo-title-subtitle.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CardHeaderKpiComponent extends CardHeaderLogoTitleSubtitleComponent implements OnInit {
6
+ kpiValue: string;
7
+ kpiStatus: KpiStatus;
8
+ kpiAnalyticalLabel: string;
9
+ kpiAnalyticalContent: string;
10
+ kpiAnalayticalSymbol: string;
11
+ ngOnInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderKpiComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderKpiComponent, "bdc-card-header-kpi", never, {}, {}, never, never, false>;
14
+ }
@@ -0,0 +1,23 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { BaseItemContentPropsComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CardHeaderLogoTitleSubtitleComponent extends BaseItemContentPropsComponent<UiReportViewBaseSetting> implements OnInit {
5
+ events: EventEmitter<{
6
+ title: string;
7
+ data?: any;
8
+ }>;
9
+ title: string;
10
+ subtitle: string;
11
+ fontIcon: string;
12
+ imageIcon: {
13
+ FileId: string;
14
+ };
15
+ hasIcon: boolean;
16
+ isIconImage: boolean;
17
+ titleDbName: string;
18
+ subtitleDbName: string;
19
+ avatarCircle: boolean;
20
+ ngOnInit(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderLogoTitleSubtitleComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderLogoTitleSubtitleComponent, "bdc-card-header-logo-title-subtitle", never, {}, { "events": "events"; }, never, never, false>;
23
+ }
@@ -0,0 +1,13 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ButtonType } from '@fundamental-ngx/core';
3
+ import { UiCheckBoxComponent } from 'barsa-sap-ui';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CheckboxButtonComponent extends UiCheckBoxComponent implements OnInit {
6
+ fdType: ButtonType;
7
+ trueIcon: string;
8
+ falseIcon: string;
9
+ ngOnInit(): void;
10
+ onClick(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxButtonComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxButtonComponent, "bdc-checkbox-button", never, {}, {}, never, never, false>;
13
+ }
@@ -0,0 +1,8 @@
1
+ import { UiSimpleComboComponent } from 'barsa-sap-ui';
2
+ import { FlowItem } from '../micro-proccess-flow/micro-proccess-flow.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class EnumInfoMicroProccessFlowComponent extends UiSimpleComboComponent {
5
+ onSelectedChange(item: FlowItem): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<EnumInfoMicroProccessFlowComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<EnumInfoMicroProccessFlowComponent, "bdc-enum-info-micro-proccess-flow", never, {}, {}, never, never, false>;
8
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FormPropsBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FormChartContentComponent extends FormPropsBaseComponent implements OnInit {
5
+ chartOption: any;
6
+ ngOnInit(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormChartContentComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormChartContentComponent, "bdc-form-chart-content", never, {}, {}, never, never, false>;
9
+ }
@@ -0,0 +1,13 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FormPropsBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FormContentQuickViewComponent extends FormPropsBaseComponent implements OnInit {
5
+ groups: {};
6
+ title: string;
7
+ subtitle: string;
8
+ fontIcon: string;
9
+ ngOnInit(): void;
10
+ getFieldType(value: any): any;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormContentQuickViewComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormContentQuickViewComponent, "bdc-form-content-quick-view", never, {}, {}, never, never, false>;
13
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit, ViewContainerRef } from '@angular/core';
2
+ import { BaseItemContentPropsComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class G4bDetailsComponent extends BaseItemContentPropsComponent<UiReportViewBaseSetting> implements OnInit {
5
+ _containerRef: ViewContainerRef;
6
+ ngOnInit(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<G4bDetailsComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<G4bDetailsComponent, "bdc-g4b-details", never, {}, {}, never, never, false>;
9
+ }
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { BaseItemContentPropsComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class G4bEstelamComponent extends BaseItemContentPropsComponent<UiReportViewBaseSetting> implements OnInit {
5
+ natijeh: number;
6
+ options: string[];
7
+ ngOnInit(): void;
8
+ onClick(e: any): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<G4bEstelamComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<G4bEstelamComponent, "bdc-g4b-estelam", never, {}, {}, never, never, false>;
11
+ }
@@ -0,0 +1,15 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { ControlUiPipe, FormBaseComponent, FormPanelService, PortalService } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class LoginFormComponent extends FormBaseComponent implements OnInit {
6
+ protected _controlUiPipe: ControlUiPipe;
7
+ protected _portalService: PortalService;
8
+ protected _formPanelService: FormPanelService;
9
+ onKeyEnter: (_: any) => void;
10
+ size$: Observable<'xl' | 'md' | 'sm'>;
11
+ constructor(_controlUiPipe: ControlUiPipe, _portalService: PortalService, _formPanelService: FormPanelService);
12
+ ngOnInit(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoginFormComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoginFormComponent, "bdc-login-form", never, {}, {}, never, never, false>;
15
+ }
@@ -0,0 +1,12 @@
1
+ import { ReportBaseComponent, UlvMainService, MoReportValuePipe, MetaobjectDataModel, PortalService } from 'barsa-novin-ray-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class LoginSocialConncetionsComponent extends ReportBaseComponent {
4
+ protected _ulvMainService: UlvMainService;
5
+ protected _portalService: PortalService;
6
+ private reportValuePipe;
7
+ rtl: any;
8
+ constructor(_ulvMainService: UlvMainService, _portalService: PortalService, reportValuePipe: MoReportValuePipe);
9
+ onClick(mo: MetaobjectDataModel): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoginSocialConncetionsComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoginSocialConncetionsComponent, "bdc-login-social-conncetions", never, {}, {}, never, never, false>;
12
+ }
@@ -0,0 +1,22 @@
1
+ import { EventEmitter, SimpleChanges, OnInit } from '@angular/core';
2
+ import { BaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MicroProccessFlowComponent extends BaseComponent implements OnInit {
5
+ items: Array<FlowItem>;
6
+ selected: string;
7
+ readonly: boolean;
8
+ idIskey: boolean;
9
+ selectedChange: EventEmitter<FlowItem>;
10
+ selectedIndex: number;
11
+ ngOnInit(): void;
12
+ onItemClick(item: FlowItem): void;
13
+ ngOnChanges(changes: SimpleChanges): void;
14
+ protected _setIndex(val: string, items: FlowItem[]): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<MicroProccessFlowComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<MicroProccessFlowComponent, "bdc-micro-proccess-flow", never, { "items": "items"; "selected": "selected"; "readonly": "readonly"; "idIskey": "idIskey"; }, { "selectedChange": "selectedChange"; }, never, never, false>;
17
+ }
18
+ export interface FlowItem {
19
+ id: string;
20
+ label: string;
21
+ icon: string;
22
+ }
@@ -0,0 +1,14 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ReportViewBaseComponent } from 'barsa-novin-ray-core';
3
+ import { MicroProcessFlowViewSetting } from '../models/models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MicroProcessFlowViewComponent extends ReportViewBaseComponent<MicroProcessFlowViewSetting> implements OnInit {
6
+ fieldTitle: string;
7
+ fieldIcon: string;
8
+ fieldState: string;
9
+ mode: string;
10
+ arrowRight: string;
11
+ ngOnInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<MicroProcessFlowViewComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<MicroProcessFlowViewComponent, "bdc-micro-process-flow-view", never, {}, {}, never, never, false>;
14
+ }
@@ -0,0 +1,9 @@
1
+ import { UiMoInfoUlvComboComponent } from 'barsa-sap-ui';
2
+ import { FlowItem } from '../micro-proccess-flow/micro-proccess-flow.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MoInfoMicroProccessFlowComponent extends UiMoInfoUlvComboComponent {
5
+ ngOnInit(): void;
6
+ onSelectedChange(item: FlowItem): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MoInfoMicroProccessFlowComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<MoInfoMicroProccessFlowComponent, "bdc-mo-info-micro-proccess-flow", never, {}, {}, never, never, false>;
9
+ }
@@ -0,0 +1,19 @@
1
+ import { UiReportViewBaseSetting } from 'barsa-novin-ray-core';
2
+ export interface MicroProcessFlowViewSetting extends UiReportViewBaseSetting {
3
+ FieldTitle: string;
4
+ FieldIcon: string;
5
+ FieldState: string;
6
+ Mode$Caption: string;
7
+ FlowItemMinWidth: string;
8
+ }
9
+ export interface TabProcessViewSetting extends UiReportViewBaseSetting {
10
+ FieldTitle: string;
11
+ FieldSubtitle: string;
12
+ FieldIcon: string;
13
+ DefaultIcon: string;
14
+ }
15
+ export interface ServiceDeskViewOfServicesSetting extends UiReportViewBaseSetting {
16
+ FieldDynamicCommand: string;
17
+ FieldIcon: string;
18
+ FieldTitle: string;
19
+ }
@@ -0,0 +1,10 @@
1
+ export interface Person {
2
+ Id: number;
3
+ FirstName: string;
4
+ LastName: string;
5
+ NationalCode: string;
6
+ FatherName: string;
7
+ Birthplace: string;
8
+ Mobile?: string;
9
+ }
10
+ export declare type PersonFilter = Pick<Person, 'FirstName' | 'LastName' | 'NationalCode'>;
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { RowDataOption } from 'barsa-novin-ray-core';
3
+ import { FlowItem } from '../micro-proccess-flow/micro-proccess-flow.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DataSourceToFlowItemPipe implements PipeTransform {
6
+ constructor();
7
+ transform(datasource: RowDataOption[]): FlowItem[];
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DataSourceToFlowItemPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<DataSourceToFlowItemPipe, "datasourceToFlowItem", false>;
10
+ }
@@ -0,0 +1,2 @@
1
+ export * from './mo-list-to-flow-item.pipe';
2
+ export * from './datasource-to-flow-item';
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { MetaobjectDataModel } from 'barsa-novin-ray-core';
3
+ import { FlowItem } from '../micro-proccess-flow/micro-proccess-flow.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MoListToFlowItemPipe implements PipeTransform {
6
+ constructor();
7
+ transform(moList: MetaobjectDataModel[]): FlowItem[];
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MoListToFlowItemPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<MoListToFlowItemPipe, "moListToFlowItem", false>;
10
+ }
@@ -0,0 +1,13 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ActivatedRoute, Router } from '@angular/router';
3
+ import { BaseComponent, PortalService } from 'barsa-novin-ray-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class QueryStringFormObservableComponent extends BaseComponent implements OnInit {
6
+ private _activatedRoute;
7
+ private _router;
8
+ private _portalService;
9
+ constructor(_activatedRoute: ActivatedRoute, _router: Router, _portalService: PortalService);
10
+ ngOnInit(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryStringFormObservableComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<QueryStringFormObservableComponent, "bdc-query-string-form-observable", never, {}, {}, never, never, false>;
13
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FieldBaseComponent } from 'barsa-novin-ray-core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class QueryStringObservableComponent extends FieldBaseComponent implements OnInit {
5
+ caption: string;
6
+ ngOnInit(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryStringObservableComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<QueryStringObservableComponent, "bdc-query-string-observable", never, {}, {}, never, never, false>;
9
+ }