barsa-develop-components 1.0.456 → 2.0.1
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 → esm2022}/barsa-develop-components.mjs +4 -4
- package/esm2022/lib/accept-reject/accept-reject.component.mjs +68 -0
- package/esm2022/lib/avatar/avatar.component.mjs +29 -0
- package/esm2022/lib/barcode-format-pipe.mjs +24 -0
- package/esm2022/lib/barcode-reader/barcode-reader.component.mjs +62 -0
- package/esm2022/lib/barcode-reader-dialog/barcode-reader-dialog.component.mjs +82 -0
- package/esm2022/lib/barcode-reader-video/barcode-reader-video.component.mjs +66 -0
- package/esm2022/lib/barcode.service.mjs +330 -0
- package/{esm2020 → esm2022}/lib/barsa-develop-components.module.mjs +284 -284
- package/esm2022/lib/barsa-document-list-item/barsa-document-list-item.component.mjs +104 -0
- package/esm2022/lib/barsa-documents/barsa-documents.component.mjs +173 -0
- package/esm2022/lib/barsa-geographic-location/barsa-geographic-location.component.mjs +163 -0
- package/esm2022/lib/card-content-image-and-title/card-content-image-and-title.component.mjs +50 -0
- package/esm2022/lib/card-content-line-chart/card-content-line-chart.component.mjs +37 -0
- package/esm2022/lib/card-header-big-image-title-and-subtitle/card-header-big-image-title-and-subtitle.component.mjs +19 -0
- package/esm2022/lib/card-header-kpi/card-header-kpi.component.mjs +40 -0
- package/esm2022/lib/card-header-logo-title-subtitle/card-header-logo-title-subtitle.component.mjs +45 -0
- package/{esm2020 → esm2022}/lib/checkbox-button/checkbox-button.component.mjs +23 -23
- package/esm2022/lib/column-form-viewer/column-form-viewer.component.mjs +88 -0
- package/{esm2020 → esm2022}/lib/enum-info-micro-proccess-flow/enum-info-micro-proccess-flow.component.mjs +18 -18
- package/esm2022/lib/footer/footer.component.mjs +43 -0
- package/esm2022/lib/form-card/form-card.component.mjs +17 -0
- package/esm2022/lib/form-chart-content/form-chart-content.component.mjs +37 -0
- package/esm2022/lib/form-content-quick-view/form-content-quick-view.component.mjs +102 -0
- package/esm2022/lib/form-report-view/form-report-view.component.mjs +25 -0
- package/esm2022/lib/form-report-view-item/form-report-view-item.component.mjs +45 -0
- package/{esm2020 → esm2022}/lib/g4b-details/g4b-details.component.mjs +28 -28
- package/esm2022/lib/g4b-estelam/g4b-estelam.component.mjs +30 -0
- package/esm2022/lib/geographic-location/geographic-location.component.mjs +85 -0
- package/esm2022/lib/login-form/login-form.component.mjs +55 -0
- package/{esm2020 → esm2022}/lib/login-social-conncetions/login-social-conncetions.component.mjs +30 -30
- package/esm2022/lib/master-detail-card-form/master-detail-card-form.component.mjs +17 -0
- package/esm2022/lib/media-file-uploader/media-file-uploader.component.mjs +238 -0
- package/esm2022/lib/micro-proccess-flow/micro-proccess-flow.component.mjs +52 -0
- package/esm2022/lib/micro-process-flow-view/micro-process-flow-view.component.mjs +24 -0
- package/esm2022/lib/mo-info-micro-proccess-flow/mo-info-micro-proccess-flow.component.mjs +23 -0
- package/esm2022/lib/models/document-item.mjs +2 -0
- package/esm2022/lib/models/documents-setting.mjs +2 -0
- package/{esm2020 → esm2022}/lib/models/form-report-view-setting.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/index.mjs +8 -8
- package/{esm2020 → esm2022}/lib/models/micro-process-flow-view-setting.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/person.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/service-desk-view-of-services-setting.mjs +2 -2
- package/{esm2020 → esm2022}/lib/models/tab-process-view-setting.mjs +2 -2
- package/{esm2020 → esm2022}/lib/pipes/datasource-to-flow-item.mjs +22 -22
- package/{esm2020 → esm2022}/lib/pipes/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/pipes/mo-list-to-flow-item.pipe.mjs +22 -22
- package/esm2022/lib/query-string-form-observable/query-string-form-observable.component.mjs +37 -0
- package/esm2022/lib/query-string-observable/query-string-observable.component.mjs +22 -0
- package/esm2022/lib/report-button-view/report-button-view.component.mjs +37 -0
- package/{esm2020 → esm2022}/lib/report-line-chart-view/report-line-chart-view.component.mjs +13 -13
- package/esm2022/lib/report-tab-view/report-tab-view.component.mjs +27 -0
- package/esm2022/lib/resend-verification-code/resend-verification-code.component.mjs +62 -0
- package/{esm2020 → esm2022}/lib/service-desk-card-content-mojavezhay-akhz-shode/service-desk-card-content-mojavezhay-akhz-shode.component.mjs +28 -28
- package/esm2022/lib/service-desk-form-layout-content-mojavez/service-desk-form-layout-content-mojavez.component.mjs +110 -0
- package/esm2022/lib/service-desk-header/service-desk-header.component.mjs +240 -0
- package/esm2022/lib/service-desk-servcie-detail/service-desk-servcie-detail.component.mjs +142 -0
- package/esm2022/lib/service-desk-view-of-services/service-desk-view-of-services.component.mjs +37 -0
- package/esm2022/lib/setting-form/setting-form.component.mjs +64 -0
- package/esm2022/lib/subform-in-row-report/subform-in-row-report.component.mjs +73 -0
- package/esm2022/lib/tab-process-view/tab-process-view.component.mjs +48 -0
- package/esm2022/lib/table-view-vertical-columns/table-view-vertical-columns.component.mjs +16 -0
- package/esm2022/lib/timer-count-down/timer-count-down.component.mjs +98 -0
- package/esm2022/lib/token-report-view/token-report-view.component.mjs +27 -0
- package/esm2022/lib/ui-enum-segmented-button/ui-enum-segmented-button.component.mjs +25 -0
- package/esm2022/lib/ui-num-rate/ui-num-rate.component.mjs +29 -0
- package/esm2022/lib/ui-person/ui-person.component.mjs +160 -0
- package/esm2022/lib/ui-person/ui-person.pipe.mjs +40 -0
- package/esm2022/lib/ui-pictures-carousel/ui-pictures-carousel.component.mjs +17 -0
- package/esm2022/lib/ui-text-field-search/ui-text-field-search.component.mjs +42 -0
- package/esm2022/lib/ulv-context-menu-item-show-file-content/ulv-context-menu-item-show-file-content.component.mjs +69 -0
- package/{esm2020 → esm2022}/public-api.mjs +62 -62
- package/fesm2022/barsa-develop-components.mjs +3626 -0
- package/fesm2022/barsa-develop-components.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/accept-reject/accept-reject.component.d.ts +28 -28
- package/lib/avatar/avatar.component.d.ts +12 -12
- package/lib/barcode-format-pipe.d.ts +7 -7
- package/lib/barcode-reader/barcode-reader.component.d.ts +19 -19
- package/lib/barcode-reader-dialog/barcode-reader-dialog.component.d.ts +32 -32
- package/lib/barcode-reader-video/barcode-reader-video.component.d.ts +22 -22
- package/lib/barcode.service.d.ts +98 -98
- package/lib/barsa-develop-components.module.d.ts +117 -117
- package/lib/barsa-document-list-item/barsa-document-list-item.component.d.ts +39 -39
- package/lib/barsa-documents/barsa-documents.component.d.ts +47 -47
- package/lib/barsa-geographic-location/barsa-geographic-location.component.d.ts +45 -46
- package/lib/card-content-image-and-title/card-content-image-and-title.component.d.ts +18 -18
- package/lib/card-content-line-chart/card-content-line-chart.component.d.ts +9 -9
- package/lib/card-header-big-image-title-and-subtitle/card-header-big-image-title-and-subtitle.component.d.ts +6 -6
- package/lib/card-header-kpi/card-header-kpi.component.d.ts +14 -14
- package/lib/card-header-logo-title-subtitle/card-header-logo-title-subtitle.component.d.ts +23 -23
- package/lib/checkbox-button/checkbox-button.component.d.ts +13 -13
- package/lib/column-form-viewer/column-form-viewer.component.d.ts +30 -30
- package/lib/enum-info-micro-proccess-flow/enum-info-micro-proccess-flow.component.d.ts +8 -8
- package/lib/footer/footer.component.d.ts +15 -15
- package/lib/form-card/form-card.component.d.ts +8 -8
- package/lib/form-chart-content/form-chart-content.component.d.ts +9 -9
- package/lib/form-content-quick-view/form-content-quick-view.component.d.ts +18 -18
- package/lib/form-report-view/form-report-view.component.d.ts +13 -13
- package/lib/form-report-view-item/form-report-view-item.component.d.ts +15 -15
- package/lib/g4b-details/g4b-details.component.d.ts +9 -9
- package/lib/g4b-estelam/g4b-estelam.component.d.ts +11 -11
- package/lib/geographic-location/geographic-location.component.d.ts +33 -34
- package/lib/login-form/login-form.component.d.ts +12 -12
- package/lib/login-social-conncetions/login-social-conncetions.component.d.ts +12 -12
- package/lib/master-detail-card-form/master-detail-card-form.component.d.ts +8 -8
- package/lib/media-file-uploader/media-file-uploader.component.d.ts +52 -52
- package/lib/micro-proccess-flow/micro-proccess-flow.component.d.ts +28 -28
- package/lib/micro-process-flow-view/micro-process-flow-view.component.d.ts +14 -14
- package/lib/mo-info-micro-proccess-flow/mo-info-micro-proccess-flow.component.d.ts +9 -9
- package/lib/models/document-item.d.ts +19 -19
- package/lib/models/documents-setting.d.ts +11 -11
- package/lib/models/form-report-view-setting.d.ts +7 -7
- package/lib/models/index.d.ts +7 -7
- package/lib/models/micro-process-flow-view-setting.d.ts +8 -8
- package/lib/models/person.d.ts +10 -10
- package/lib/models/service-desk-view-of-services-setting.d.ts +6 -6
- package/lib/models/tab-process-view-setting.d.ts +7 -7
- package/lib/pipes/datasource-to-flow-item.d.ts +10 -10
- package/lib/pipes/index.d.ts +2 -2
- package/lib/pipes/mo-list-to-flow-item.pipe.d.ts +10 -10
- package/lib/query-string-form-observable/query-string-form-observable.component.d.ts +13 -13
- package/lib/query-string-observable/query-string-observable.component.d.ts +9 -9
- package/lib/report-button-view/report-button-view.component.d.ts +12 -12
- package/lib/report-line-chart-view/report-line-chart-view.component.d.ts +7 -7
- package/lib/report-tab-view/report-tab-view.component.d.ts +15 -15
- package/lib/resend-verification-code/resend-verification-code.component.d.ts +19 -18
- package/lib/service-desk-card-content-mojavezhay-akhz-shode/service-desk-card-content-mojavezhay-akhz-shode.component.d.ts +15 -15
- package/lib/service-desk-form-layout-content-mojavez/service-desk-form-layout-content-mojavez.component.d.ts +26 -26
- package/lib/service-desk-header/service-desk-header.component.d.ts +63 -63
- package/lib/service-desk-servcie-detail/service-desk-servcie-detail.component.d.ts +39 -39
- package/lib/service-desk-view-of-services/service-desk-view-of-services.component.d.ts +16 -16
- package/lib/setting-form/setting-form.component.d.ts +20 -20
- package/lib/subform-in-row-report/subform-in-row-report.component.d.ts +22 -21
- package/lib/tab-process-view/tab-process-view.component.d.ts +20 -20
- package/lib/table-view-vertical-columns/table-view-vertical-columns.component.d.ts +6 -6
- package/lib/timer-count-down/timer-count-down.component.d.ts +15 -15
- package/lib/token-report-view/token-report-view.component.d.ts +15 -15
- package/lib/ui-enum-segmented-button/ui-enum-segmented-button.component.d.ts +9 -9
- package/lib/ui-num-rate/ui-num-rate.component.d.ts +9 -9
- package/lib/ui-person/ui-person.component.d.ts +31 -31
- package/lib/ui-person/ui-person.pipe.d.ts +7 -7
- package/lib/ui-pictures-carousel/ui-pictures-carousel.component.d.ts +6 -6
- package/lib/ui-text-field-search/ui-text-field-search.component.d.ts +17 -17
- package/lib/ulv-context-menu-item-show-file-content/ulv-context-menu-item-show-file-content.component.d.ts +25 -25
- package/package.json +7 -13
- package/public-api.d.ts +58 -58
- package/esm2020/lib/accept-reject/accept-reject.component.mjs +0 -69
- package/esm2020/lib/avatar/avatar.component.mjs +0 -29
- package/esm2020/lib/barcode-format-pipe.mjs +0 -24
- package/esm2020/lib/barcode-reader/barcode-reader.component.mjs +0 -62
- package/esm2020/lib/barcode-reader-dialog/barcode-reader-dialog.component.mjs +0 -82
- package/esm2020/lib/barcode-reader-video/barcode-reader-video.component.mjs +0 -66
- package/esm2020/lib/barcode.service.mjs +0 -330
- package/esm2020/lib/barsa-document-list-item/barsa-document-list-item.component.mjs +0 -104
- package/esm2020/lib/barsa-documents/barsa-documents.component.mjs +0 -173
- package/esm2020/lib/barsa-geographic-location/barsa-geographic-location.component.mjs +0 -174
- package/esm2020/lib/card-content-image-and-title/card-content-image-and-title.component.mjs +0 -51
- package/esm2020/lib/card-content-line-chart/card-content-line-chart.component.mjs +0 -38
- package/esm2020/lib/card-header-big-image-title-and-subtitle/card-header-big-image-title-and-subtitle.component.mjs +0 -20
- package/esm2020/lib/card-header-kpi/card-header-kpi.component.mjs +0 -41
- package/esm2020/lib/card-header-logo-title-subtitle/card-header-logo-title-subtitle.component.mjs +0 -46
- package/esm2020/lib/column-form-viewer/column-form-viewer.component.mjs +0 -88
- package/esm2020/lib/footer/footer.component.mjs +0 -44
- package/esm2020/lib/form-card/form-card.component.mjs +0 -18
- package/esm2020/lib/form-chart-content/form-chart-content.component.mjs +0 -38
- package/esm2020/lib/form-content-quick-view/form-content-quick-view.component.mjs +0 -102
- package/esm2020/lib/form-report-view/form-report-view.component.mjs +0 -26
- package/esm2020/lib/form-report-view-item/form-report-view-item.component.mjs +0 -45
- package/esm2020/lib/g4b-estelam/g4b-estelam.component.mjs +0 -30
- package/esm2020/lib/geographic-location/geographic-location.component.mjs +0 -88
- package/esm2020/lib/login-form/login-form.component.mjs +0 -55
- package/esm2020/lib/master-detail-card-form/master-detail-card-form.component.mjs +0 -17
- package/esm2020/lib/media-file-uploader/media-file-uploader.component.mjs +0 -238
- package/esm2020/lib/micro-proccess-flow/micro-proccess-flow.component.mjs +0 -53
- package/esm2020/lib/micro-process-flow-view/micro-process-flow-view.component.mjs +0 -24
- package/esm2020/lib/mo-info-micro-proccess-flow/mo-info-micro-proccess-flow.component.mjs +0 -23
- package/esm2020/lib/models/document-item.mjs +0 -2
- package/esm2020/lib/models/documents-setting.mjs +0 -2
- package/esm2020/lib/query-string-form-observable/query-string-form-observable.component.mjs +0 -37
- package/esm2020/lib/query-string-observable/query-string-observable.component.mjs +0 -22
- package/esm2020/lib/report-button-view/report-button-view.component.mjs +0 -38
- package/esm2020/lib/report-tab-view/report-tab-view.component.mjs +0 -28
- package/esm2020/lib/resend-verification-code/resend-verification-code.component.mjs +0 -59
- package/esm2020/lib/service-desk-form-layout-content-mojavez/service-desk-form-layout-content-mojavez.component.mjs +0 -110
- package/esm2020/lib/service-desk-header/service-desk-header.component.mjs +0 -236
- package/esm2020/lib/service-desk-servcie-detail/service-desk-servcie-detail.component.mjs +0 -142
- package/esm2020/lib/service-desk-view-of-services/service-desk-view-of-services.component.mjs +0 -37
- package/esm2020/lib/setting-form/setting-form.component.mjs +0 -64
- package/esm2020/lib/subform-in-row-report/subform-in-row-report.component.mjs +0 -65
- package/esm2020/lib/tab-process-view/tab-process-view.component.mjs +0 -49
- package/esm2020/lib/table-view-vertical-columns/table-view-vertical-columns.component.mjs +0 -16
- package/esm2020/lib/timer-count-down/timer-count-down.component.mjs +0 -98
- package/esm2020/lib/token-report-view/token-report-view.component.mjs +0 -27
- package/esm2020/lib/ui-enum-segmented-button/ui-enum-segmented-button.component.mjs +0 -25
- package/esm2020/lib/ui-num-rate/ui-num-rate.component.mjs +0 -29
- package/esm2020/lib/ui-person/ui-person.component.mjs +0 -160
- package/esm2020/lib/ui-person/ui-person.pipe.mjs +0 -40
- package/esm2020/lib/ui-pictures-carousel/ui-pictures-carousel.component.mjs +0 -17
- package/esm2020/lib/ui-text-field-search/ui-text-field-search.component.mjs +0 -42
- package/esm2020/lib/ulv-context-menu-item-show-file-content/ulv-context-menu-item-show-file-content.component.mjs +0 -70
- package/fesm2015/barsa-develop-components.mjs +0 -3660
- package/fesm2015/barsa-develop-components.mjs.map +0 -1
- package/fesm2020/barsa-develop-components.mjs +0 -3625
- package/fesm2020/barsa-develop-components.mjs.map +0 -1
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { UiPdfViewerComponent } from 'barsa-sap-ui';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MediaFileUploaderComponent extends UiPdfViewerComponent implements OnInit {
|
|
5
|
-
videoElement: any;
|
|
6
|
-
photoElement: any;
|
|
7
|
-
dialogContainer: TemplateRef<any>;
|
|
8
|
-
isPlaying: boolean;
|
|
9
|
-
displayControls: boolean;
|
|
10
|
-
isRecording: boolean;
|
|
11
|
-
recordedTime: any;
|
|
12
|
-
fileBlob: any;
|
|
13
|
-
fileName: any;
|
|
14
|
-
audioStream: any;
|
|
15
|
-
videoStream: MediaStream;
|
|
16
|
-
audioConf: {
|
|
17
|
-
audio: boolean;
|
|
18
|
-
};
|
|
19
|
-
videoConf: {
|
|
20
|
-
video: {
|
|
21
|
-
facingMode: string;
|
|
22
|
-
width: number;
|
|
23
|
-
};
|
|
24
|
-
audio: boolean;
|
|
25
|
-
};
|
|
26
|
-
glyph: string;
|
|
27
|
-
recordType: string;
|
|
28
|
-
get video(): HTMLMediaElement;
|
|
29
|
-
get fileInput(): HTMLInputElement;
|
|
30
|
-
ngOnInit(): void;
|
|
31
|
-
onDelete(): void;
|
|
32
|
-
onClearRecord(): void;
|
|
33
|
-
onToggleRecord(): void;
|
|
34
|
-
onTakePhoto(): void;
|
|
35
|
-
onUpload(): void;
|
|
36
|
-
startVideoRecording(): void;
|
|
37
|
-
abortVideoRecording(): void;
|
|
38
|
-
stopVideoRecording(): void;
|
|
39
|
-
clearVideoRecordedData(): void;
|
|
40
|
-
downloadVideoRecordedData(): void;
|
|
41
|
-
startAudioRecording(): void;
|
|
42
|
-
abortAudioRecording(): void;
|
|
43
|
-
stopAudioRecording(): void;
|
|
44
|
-
clearAudioRecordedData(): void;
|
|
45
|
-
downloadAudioRecordedData(): void;
|
|
46
|
-
ngOnDestroy(): void;
|
|
47
|
-
_downloadFile(data: any, type: string, filename: string): any;
|
|
48
|
-
protected _downloadFileIdCompleted(response: any): void;
|
|
49
|
-
protected _refresh(_?: boolean): void;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MediaFileUploaderComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaFileUploaderComponent, "bdc-media-file-uploader", never, {}, {}, never, never, false>;
|
|
52
|
-
}
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { UiPdfViewerComponent } from 'barsa-sap-ui';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MediaFileUploaderComponent extends UiPdfViewerComponent implements OnInit {
|
|
5
|
+
videoElement: any;
|
|
6
|
+
photoElement: any;
|
|
7
|
+
dialogContainer: TemplateRef<any>;
|
|
8
|
+
isPlaying: boolean;
|
|
9
|
+
displayControls: boolean;
|
|
10
|
+
isRecording: boolean;
|
|
11
|
+
recordedTime: any;
|
|
12
|
+
fileBlob: any;
|
|
13
|
+
fileName: any;
|
|
14
|
+
audioStream: any;
|
|
15
|
+
videoStream: MediaStream;
|
|
16
|
+
audioConf: {
|
|
17
|
+
audio: boolean;
|
|
18
|
+
};
|
|
19
|
+
videoConf: {
|
|
20
|
+
video: {
|
|
21
|
+
facingMode: string;
|
|
22
|
+
width: number;
|
|
23
|
+
};
|
|
24
|
+
audio: boolean;
|
|
25
|
+
};
|
|
26
|
+
glyph: string;
|
|
27
|
+
recordType: string;
|
|
28
|
+
get video(): HTMLMediaElement;
|
|
29
|
+
get fileInput(): HTMLInputElement;
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
onDelete(): void;
|
|
32
|
+
onClearRecord(): void;
|
|
33
|
+
onToggleRecord(): void;
|
|
34
|
+
onTakePhoto(): void;
|
|
35
|
+
onUpload(): void;
|
|
36
|
+
startVideoRecording(): void;
|
|
37
|
+
abortVideoRecording(): void;
|
|
38
|
+
stopVideoRecording(): void;
|
|
39
|
+
clearVideoRecordedData(): void;
|
|
40
|
+
downloadVideoRecordedData(): void;
|
|
41
|
+
startAudioRecording(): void;
|
|
42
|
+
abortAudioRecording(): void;
|
|
43
|
+
stopAudioRecording(): void;
|
|
44
|
+
clearAudioRecordedData(): void;
|
|
45
|
+
downloadAudioRecordedData(): void;
|
|
46
|
+
ngOnDestroy(): void;
|
|
47
|
+
_downloadFile(data: any, type: string, filename: string): any;
|
|
48
|
+
protected _downloadFileIdCompleted(response: any): void;
|
|
49
|
+
protected _refresh(_?: boolean): void;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MediaFileUploaderComponent, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MediaFileUploaderComponent, "bdc-media-file-uploader", never, {}, {}, never, never, false, never>;
|
|
52
|
+
}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { EventEmitter, SimpleChanges, OnInit, ElementRef } 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
|
-
private _el;
|
|
6
|
-
items: Array<FlowItem>;
|
|
7
|
-
selected: string;
|
|
8
|
-
readonly: boolean;
|
|
9
|
-
idIskey: boolean;
|
|
10
|
-
selectedChange: EventEmitter<FlowItem>;
|
|
11
|
-
selectedIndex: number;
|
|
12
|
-
maxWidth: number;
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
*/
|
|
16
|
-
constructor(_el: ElementRef<any>);
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
onItemClick(item: FlowItem): void;
|
|
19
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
20
|
-
protected _setIndex(val: string, items: FlowItem[]): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MicroProccessFlowComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MicroProccessFlowComponent, "bdc-micro-proccess-flow", never, { "items": "items"; "selected": "selected"; "readonly": "readonly"; "idIskey": "idIskey"; }, { "selectedChange": "selectedChange"; }, never, never, false>;
|
|
23
|
-
}
|
|
24
|
-
export interface FlowItem {
|
|
25
|
-
id: string;
|
|
26
|
-
label: string;
|
|
27
|
-
icon: string;
|
|
28
|
-
}
|
|
1
|
+
import { EventEmitter, SimpleChanges, OnInit, ElementRef } 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
|
+
private _el;
|
|
6
|
+
items: Array<FlowItem>;
|
|
7
|
+
selected: string;
|
|
8
|
+
readonly: boolean;
|
|
9
|
+
idIskey: boolean;
|
|
10
|
+
selectedChange: EventEmitter<FlowItem>;
|
|
11
|
+
selectedIndex: number;
|
|
12
|
+
maxWidth: number;
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
constructor(_el: ElementRef<any>);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
onItemClick(item: FlowItem): void;
|
|
19
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
20
|
+
protected _setIndex(val: string, items: FlowItem[]): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MicroProccessFlowComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MicroProccessFlowComponent, "bdc-micro-proccess-flow", never, { "items": { "alias": "items"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "idIskey": { "alias": "idIskey"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
export interface FlowItem {
|
|
25
|
+
id: string;
|
|
26
|
+
label: string;
|
|
27
|
+
icon: string;
|
|
28
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ReportViewBaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
-
import { MicroProcessFlowViewSetting } from '../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
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ReportViewBaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import { MicroProcessFlowViewSetting } from '../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, never>;
|
|
14
|
+
}
|
|
@@ -1,9 +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
|
-
}
|
|
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, never>;
|
|
9
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { FilePictureInfoModel, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
2
|
-
export interface DocumentItem extends MetaobjectDataModel {
|
|
3
|
-
Title: string;
|
|
4
|
-
ItemKey: string;
|
|
5
|
-
Description: string;
|
|
6
|
-
IsRequired: boolean;
|
|
7
|
-
CanAccept: boolean;
|
|
8
|
-
Avatar: FilePictureInfoModel;
|
|
9
|
-
FontIcon: string;
|
|
10
|
-
MaxFileCount: number;
|
|
11
|
-
EachFileSize: number;
|
|
12
|
-
MaxFileSize: number;
|
|
13
|
-
SupportVideo: boolean;
|
|
14
|
-
SupportAudio: boolean;
|
|
15
|
-
SupportImage: boolean;
|
|
16
|
-
SupportFile: boolean;
|
|
17
|
-
$RelatedMo: MetaobjectDataModel;
|
|
18
|
-
$ValidExtensions: string;
|
|
19
|
-
}
|
|
1
|
+
import { FilePictureInfoModel, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
2
|
+
export interface DocumentItem extends MetaobjectDataModel {
|
|
3
|
+
Title: string;
|
|
4
|
+
ItemKey: string;
|
|
5
|
+
Description: string;
|
|
6
|
+
IsRequired: boolean;
|
|
7
|
+
CanAccept: boolean;
|
|
8
|
+
Avatar: FilePictureInfoModel;
|
|
9
|
+
FontIcon: string;
|
|
10
|
+
MaxFileCount: number;
|
|
11
|
+
EachFileSize: number;
|
|
12
|
+
MaxFileSize: number;
|
|
13
|
+
SupportVideo: boolean;
|
|
14
|
+
SupportAudio: boolean;
|
|
15
|
+
SupportImage: boolean;
|
|
16
|
+
SupportFile: boolean;
|
|
17
|
+
$RelatedMo: MetaobjectDataModel;
|
|
18
|
+
$ValidExtensions: string;
|
|
19
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { UiReportViewBaseSetting, MoForReportModel } from 'barsa-novin-ray-core';
|
|
2
|
-
export interface DocumentsSetting extends UiReportViewBaseSetting {
|
|
3
|
-
ItemKeyField: string;
|
|
4
|
-
FileField: string;
|
|
5
|
-
AcceptedText: string;
|
|
6
|
-
AcceptedField: string;
|
|
7
|
-
StatusField: string;
|
|
8
|
-
RejectedText: string;
|
|
9
|
-
RejectedReasonField: string;
|
|
10
|
-
DocumentItems: MoForReportModel;
|
|
11
|
-
}
|
|
1
|
+
import { UiReportViewBaseSetting, MoForReportModel } from 'barsa-novin-ray-core';
|
|
2
|
+
export interface DocumentsSetting extends UiReportViewBaseSetting {
|
|
3
|
+
ItemKeyField: string;
|
|
4
|
+
FileField: string;
|
|
5
|
+
AcceptedText: string;
|
|
6
|
+
AcceptedField: string;
|
|
7
|
+
StatusField: string;
|
|
8
|
+
RejectedText: string;
|
|
9
|
+
RejectedReasonField: string;
|
|
10
|
+
DocumentItems: MoForReportModel;
|
|
11
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UiReportViewBaseSetting, MetaobjectDataModel, MoForReportModel } from 'barsa-novin-ray-core';
|
|
2
|
-
export interface FormReportViewSetting extends UiReportViewBaseSetting {
|
|
3
|
-
MetaTypeDefValue: MetaobjectDataModel;
|
|
4
|
-
TypeViewEntityValue: MetaobjectDataModel;
|
|
5
|
-
ColumnsCustomUi: MoForReportModel;
|
|
6
|
-
SaveOnValueChanged: boolean;
|
|
7
|
-
}
|
|
1
|
+
import { UiReportViewBaseSetting, MetaobjectDataModel, MoForReportModel } from 'barsa-novin-ray-core';
|
|
2
|
+
export interface FormReportViewSetting extends UiReportViewBaseSetting {
|
|
3
|
+
MetaTypeDefValue: MetaobjectDataModel;
|
|
4
|
+
TypeViewEntityValue: MetaobjectDataModel;
|
|
5
|
+
ColumnsCustomUi: MoForReportModel;
|
|
6
|
+
SaveOnValueChanged: boolean;
|
|
7
|
+
}
|
package/lib/models/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './document-item';
|
|
2
|
-
export * from './documents-setting';
|
|
3
|
-
export * from './micro-process-flow-view-setting';
|
|
4
|
-
export * from './person';
|
|
5
|
-
export * from './service-desk-view-of-services-setting';
|
|
6
|
-
export * from './tab-process-view-setting';
|
|
7
|
-
export * from './form-report-view-setting';
|
|
1
|
+
export * from './document-item';
|
|
2
|
+
export * from './documents-setting';
|
|
3
|
+
export * from './micro-process-flow-view-setting';
|
|
4
|
+
export * from './person';
|
|
5
|
+
export * from './service-desk-view-of-services-setting';
|
|
6
|
+
export * from './tab-process-view-setting';
|
|
7
|
+
export * from './form-report-view-setting';
|
|
@@ -1,8 +1,8 @@
|
|
|
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
|
-
}
|
|
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
|
+
}
|
package/lib/models/person.d.ts
CHANGED
|
@@ -1,10 +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
|
|
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 type PersonFilter = Pick<Person, 'FirstName' | 'LastName' | 'NationalCode'>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
2
|
-
export interface ServiceDeskViewOfServicesSetting extends UiReportViewBaseSetting {
|
|
3
|
-
FieldDynamicCommand: string;
|
|
4
|
-
FieldIcon: string;
|
|
5
|
-
FieldTitle: string;
|
|
6
|
-
}
|
|
1
|
+
import { UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
2
|
+
export interface ServiceDeskViewOfServicesSetting extends UiReportViewBaseSetting {
|
|
3
|
+
FieldDynamicCommand: string;
|
|
4
|
+
FieldIcon: string;
|
|
5
|
+
FieldTitle: string;
|
|
6
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
2
|
-
export interface TabProcessViewSetting extends UiReportViewBaseSetting {
|
|
3
|
-
FieldTitle: string;
|
|
4
|
-
FieldSubtitle: string;
|
|
5
|
-
FieldIcon: string;
|
|
6
|
-
DefaultIcon: string;
|
|
7
|
-
}
|
|
1
|
+
import { UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
2
|
+
export interface TabProcessViewSetting extends UiReportViewBaseSetting {
|
|
3
|
+
FieldTitle: string;
|
|
4
|
+
FieldSubtitle: string;
|
|
5
|
+
FieldIcon: string;
|
|
6
|
+
DefaultIcon: string;
|
|
7
|
+
}
|
|
@@ -1,10 +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
|
-
}
|
|
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
|
+
}
|
package/lib/pipes/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './mo-list-to-flow-item.pipe';
|
|
2
|
-
export * from './datasource-to-flow-item';
|
|
1
|
+
export * from './mo-list-to-flow-item.pipe';
|
|
2
|
+
export * from './datasource-to-flow-item';
|
|
@@ -1,10 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,13 +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
|
-
}
|
|
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, never>;
|
|
13
|
+
}
|
|
@@ -1,9 +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
|
-
}
|
|
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, never>;
|
|
9
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MetaobjectDataModel, BaseFormToolbaritemPropsComponent } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ReportButtonViewComponent extends BaseFormToolbaritemPropsComponent implements OnInit {
|
|
5
|
-
loaded: boolean;
|
|
6
|
-
moDataList: MetaobjectDataModel[];
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
onMainActionClick(menu: any): void;
|
|
9
|
-
onButtonClick(btn: MetaobjectDataModel): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ReportButtonViewComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReportButtonViewComponent, "bdc-report-button-view", never, {}, {}, never, never, false>;
|
|
12
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MetaobjectDataModel, BaseFormToolbaritemPropsComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ReportButtonViewComponent extends BaseFormToolbaritemPropsComponent implements OnInit {
|
|
5
|
+
loaded: boolean;
|
|
6
|
+
moDataList: MetaobjectDataModel[];
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
onMainActionClick(menu: any): void;
|
|
9
|
+
onButtonClick(btn: MetaobjectDataModel): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportButtonViewComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportButtonViewComponent, "bdc-report-button-view", never, {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ReportViewBaseComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ReportLineChartViewComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> implements OnInit {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ReportLineChartViewComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReportLineChartViewComponent, "bdc-report-line-chart-view", never, {}, {}, never, never, false>;
|
|
7
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ReportViewBaseComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ReportLineChartViewComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> implements OnInit {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportLineChartViewComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportLineChartViewComponent, "bdc-report-line-chart-view", never, {}, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { TabPanelComponent } from '@fundamental-ngx/core';
|
|
3
|
-
import { ReportViewBaseComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ReportTabViewComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> implements OnInit {
|
|
6
|
-
fieldTitle: string;
|
|
7
|
-
fieldIcon: string;
|
|
8
|
-
fieldState: string;
|
|
9
|
-
mode: string;
|
|
10
|
-
arrowRight: string;
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
onSelectedTabChange(e: TabPanelComponent): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ReportTabViewComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReportTabViewComponent, "bdc-report-tab-view", never, {}, {}, never, never, false>;
|
|
15
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { TabPanelComponent } from '@fundamental-ngx/core';
|
|
3
|
+
import { ReportViewBaseComponent, UiReportViewBaseSetting } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ReportTabViewComponent extends ReportViewBaseComponent<UiReportViewBaseSetting> implements OnInit {
|
|
6
|
+
fieldTitle: string;
|
|
7
|
+
fieldIcon: string;
|
|
8
|
+
fieldState: string;
|
|
9
|
+
mode: string;
|
|
10
|
+
arrowRight: string;
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
onSelectedTabChange(e: TabPanelComponent): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportTabViewComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportTabViewComponent, "bdc-report-tab-view", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { FieldBaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ResendVerificationCodeComponent extends FieldBaseComponent implements AfterViewInit, OnDestroy {
|
|
5
|
-
caption: string;
|
|
6
|
-
timer: number;
|
|
7
|
-
minutes: string;
|
|
8
|
-
seconds: string;
|
|
9
|
-
interval$: any | null;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
static
|
|
18
|
-
}
|
|
1
|
+
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FieldBaseComponent } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ResendVerificationCodeComponent extends FieldBaseComponent implements AfterViewInit, OnDestroy {
|
|
5
|
+
caption: string;
|
|
6
|
+
timer: number;
|
|
7
|
+
minutes: string;
|
|
8
|
+
seconds: string;
|
|
9
|
+
interval$: any | null;
|
|
10
|
+
_baseTimeLeft: number;
|
|
11
|
+
_timeLeftCounter: number;
|
|
12
|
+
ngAfterViewInit(): void;
|
|
13
|
+
ngOnDestroy(): void;
|
|
14
|
+
onClick(): void;
|
|
15
|
+
onStartTimer(): void;
|
|
16
|
+
private _startTimer;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResendVerificationCodeComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResendVerificationCodeComponent, "bdc-resend-verification-code", never, {}, {}, never, never, false, never>;
|
|
19
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { BaseComponent, MetaobjectDataModel, ReportViewColumn } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ServiceDeskCardContentMojavezhayAkhzShodeComponent extends BaseComponent implements OnInit {
|
|
5
|
-
mo: MetaobjectDataModel;
|
|
6
|
-
allColumns: ReportViewColumn[];
|
|
7
|
-
parameters: MetaobjectDataModel;
|
|
8
|
-
rtl: boolean;
|
|
9
|
-
fieldTitle: string;
|
|
10
|
-
titleOfValue: string;
|
|
11
|
-
fieldValue: string;
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceDeskCardContentMojavezhayAkhzShodeComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ServiceDeskCardContentMojavezhayAkhzShodeComponent, "bdc-service-desk-card-content-mojavezhay-akhz-shode", never, { "mo": "mo"; "allColumns": "allColumns"; "parameters": "parameters"; "rtl": "rtl"; }, {}, never, never, false>;
|
|
15
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent, MetaobjectDataModel, ReportViewColumn } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ServiceDeskCardContentMojavezhayAkhzShodeComponent extends BaseComponent implements OnInit {
|
|
5
|
+
mo: MetaobjectDataModel;
|
|
6
|
+
allColumns: ReportViewColumn[];
|
|
7
|
+
parameters: MetaobjectDataModel;
|
|
8
|
+
rtl: boolean;
|
|
9
|
+
fieldTitle: string;
|
|
10
|
+
titleOfValue: string;
|
|
11
|
+
fieldValue: string;
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceDeskCardContentMojavezhayAkhzShodeComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ServiceDeskCardContentMojavezhayAkhzShodeComponent, "bdc-service-desk-card-content-mojavezhay-akhz-shode", never, { "mo": { "alias": "mo"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
+
}
|