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,6 +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
|
-
}
|
|
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, never>;
|
|
6
|
+
}
|
|
@@ -1,14 +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
|
-
}
|
|
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, never>;
|
|
14
|
+
}
|
|
@@ -1,23 +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
|
-
}
|
|
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, never>;
|
|
23
|
+
}
|
|
@@ -1,13 +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
|
-
}
|
|
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, never>;
|
|
13
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { DialogService } from '@fundamental-ngx/core';
|
|
3
|
-
import { LayoutSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
4
|
-
import { ColumnRendererComponent } from 'barsa-sap-ui';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ColumnFormViewerComponent extends ColumnRendererComponent implements OnInit {
|
|
7
|
-
protected _cdr: ChangeDetectorRef;
|
|
8
|
-
private _dialogService;
|
|
9
|
-
protected _el: ElementRef;
|
|
10
|
-
layout94: LayoutSetting;
|
|
11
|
-
parameters: MetaobjectDataModel;
|
|
12
|
-
isOpen: boolean;
|
|
13
|
-
dom: HTMLElement;
|
|
14
|
-
formParam: any;
|
|
15
|
-
confirmationReason: string;
|
|
16
|
-
loadForm: boolean;
|
|
17
|
-
loading: boolean;
|
|
18
|
-
newPage: boolean;
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
*/
|
|
22
|
-
constructor(_cdr: ChangeDetectorRef, _dialogService: DialogService, _el: ElementRef);
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
openPopover(): void;
|
|
25
|
-
onFormRendered(popover: any): void;
|
|
26
|
-
openMoInNewPage(): void;
|
|
27
|
-
openDialog(dialog: TemplateRef<any>, container: HTMLElement): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnFormViewerComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnFormViewerComponent, "bdc-column-form-viewer", never, { "layout94": "layout94"; "parameters": "parameters"; }, {}, never, never, false>;
|
|
30
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { DialogService } from '@fundamental-ngx/core';
|
|
3
|
+
import { LayoutSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
4
|
+
import { ColumnRendererComponent } from 'barsa-sap-ui';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ColumnFormViewerComponent extends ColumnRendererComponent implements OnInit {
|
|
7
|
+
protected _cdr: ChangeDetectorRef;
|
|
8
|
+
private _dialogService;
|
|
9
|
+
protected _el: ElementRef;
|
|
10
|
+
layout94: LayoutSetting;
|
|
11
|
+
parameters: MetaobjectDataModel;
|
|
12
|
+
isOpen: boolean;
|
|
13
|
+
dom: HTMLElement;
|
|
14
|
+
formParam: any;
|
|
15
|
+
confirmationReason: string;
|
|
16
|
+
loadForm: boolean;
|
|
17
|
+
loading: boolean;
|
|
18
|
+
newPage: boolean;
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
constructor(_cdr: ChangeDetectorRef, _dialogService: DialogService, _el: ElementRef);
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
openPopover(): void;
|
|
25
|
+
onFormRendered(popover: any): void;
|
|
26
|
+
openMoInNewPage(): void;
|
|
27
|
+
openDialog(dialog: TemplateRef<any>, container: HTMLElement): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnFormViewerComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnFormViewerComponent, "bdc-column-form-viewer", never, { "layout94": { "alias": "layout94"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; }, {}, never, never, false, never>;
|
|
30
|
+
}
|
|
@@ -1,8 +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
|
-
}
|
|
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, never>;
|
|
8
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import { BaseComponent, PortalService, MetaobjectDataModel, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FooterComponent extends BaseComponent implements OnInit {
|
|
5
|
-
private _portalService;
|
|
6
|
-
private _cdr;
|
|
7
|
-
settings: MetaobjectDataModel;
|
|
8
|
-
rtl: boolean;
|
|
9
|
-
footer: MetaobjectDataModel;
|
|
10
|
-
deviceSize: AbbrevationDeviceSize;
|
|
11
|
-
constructor(_portalService: PortalService, _cdr: ChangeDetectorRef);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "bdc-footer", never, { "settings": "settings"; }, {}, never, never, false>;
|
|
15
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
+
import { BaseComponent, PortalService, MetaobjectDataModel, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FooterComponent extends BaseComponent implements OnInit {
|
|
5
|
+
private _portalService;
|
|
6
|
+
private _cdr;
|
|
7
|
+
settings: MetaobjectDataModel;
|
|
8
|
+
rtl: boolean;
|
|
9
|
+
footer: MetaobjectDataModel;
|
|
10
|
+
deviceSize: AbbrevationDeviceSize;
|
|
11
|
+
constructor(_portalService: PortalService, _cdr: ChangeDetectorRef);
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "bdc-footer", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
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 FormCardComponent extends FormPropsBaseComponent implements OnInit {
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormCardComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormCardComponent, "bdc-form-card", never, {}, {}, never, never, false>;
|
|
8
|
-
}
|
|
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 FormCardComponent extends FormPropsBaseComponent implements OnInit {
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormCardComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormCardComponent, "bdc-form-card", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,9 +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
|
-
}
|
|
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, never>;
|
|
9
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
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
|
-
imageUrl: string;
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
getFieldValue(value: any): any;
|
|
12
|
-
getIsPhone(value: any): boolean;
|
|
13
|
-
getIsEmail(value: any): boolean;
|
|
14
|
-
getIsWebsite(value: any): boolean;
|
|
15
|
-
getFieldType(value: any): any;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormContentQuickViewComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormContentQuickViewComponent, "bdc-form-content-quick-view", never, {}, {}, never, never, false>;
|
|
18
|
-
}
|
|
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
|
+
imageUrl: string;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
getFieldValue(value: any): any;
|
|
12
|
+
getIsPhone(value: any): boolean;
|
|
13
|
+
getIsEmail(value: any): boolean;
|
|
14
|
+
getIsWebsite(value: any): boolean;
|
|
15
|
+
getFieldType(value: any): any;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormContentQuickViewComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormContentQuickViewComponent, "bdc-form-content-quick-view", never, {}, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { OnInit, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ReportViewBaseComponent, FormSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
-
import { FormReportViewSetting } from '../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FormReportViewComponent extends ReportViewBaseComponent<FormReportViewSetting> implements OnInit {
|
|
6
|
-
containerRef: ViewContainerRef;
|
|
7
|
-
formSettingItem: FormSetting;
|
|
8
|
-
parameters: FormReportViewSetting;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
_trackByRow(index: number, row: MetaobjectDataModel): string;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormReportViewComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormReportViewComponent, "bdc-form-report-view", never, {}, {}, never, never, false>;
|
|
13
|
-
}
|
|
1
|
+
import { OnInit, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ReportViewBaseComponent, FormSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
|
|
3
|
+
import { FormReportViewSetting } from '../models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FormReportViewComponent extends ReportViewBaseComponent<FormReportViewSetting> implements OnInit {
|
|
6
|
+
containerRef: ViewContainerRef;
|
|
7
|
+
formSettingItem: FormSetting;
|
|
8
|
+
parameters: FormReportViewSetting;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
_trackByRow(index: number, row: MetaobjectDataModel): string;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormReportViewComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormReportViewComponent, "bdc-form-report-view", never, {}, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { BaseViewItemPropsComponent, MetaobjectDataModel, TypeUlvMainCtrlr, FormComponentParams } from 'barsa-novin-ray-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FormReportViewItemComponent extends BaseViewItemPropsComponent implements OnInit {
|
|
5
|
-
mo: MetaobjectDataModel;
|
|
6
|
-
UlvMainCtrlr: TypeUlvMainCtrlr;
|
|
7
|
-
fieldDict: Record<string, string>;
|
|
8
|
-
saveOnValueChanged: boolean;
|
|
9
|
-
formParams: FormComponentParams;
|
|
10
|
-
toolbarItems: any[];
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
onMoChanged(mo: MetaobjectDataModel): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormReportViewItemComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormReportViewItemComponent, "bdc-form-report-view-item", never, { "mo": "mo"; "UlvMainCtrlr": "UlvMainCtrlr"; "fieldDict": "fieldDict"; "saveOnValueChanged": "saveOnValueChanged"; }, {}, never, never, false>;
|
|
15
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BaseViewItemPropsComponent, MetaobjectDataModel, TypeUlvMainCtrlr, FormComponentParams } from 'barsa-novin-ray-core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FormReportViewItemComponent extends BaseViewItemPropsComponent implements OnInit {
|
|
5
|
+
mo: MetaobjectDataModel;
|
|
6
|
+
UlvMainCtrlr: TypeUlvMainCtrlr;
|
|
7
|
+
fieldDict: Record<string, string>;
|
|
8
|
+
saveOnValueChanged: boolean;
|
|
9
|
+
formParams: FormComponentParams;
|
|
10
|
+
toolbarItems: any[];
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
onMoChanged(mo: MetaobjectDataModel): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormReportViewItemComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormReportViewItemComponent, "bdc-form-report-view-item", never, { "mo": { "alias": "mo"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "saveOnValueChanged": { "alias": "saveOnValueChanged"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -1,9 +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
|
-
}
|
|
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, never>;
|
|
9
|
+
}
|
|
@@ -1,11 +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
|
-
}
|
|
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, never>;
|
|
11
|
+
}
|
|
@@ -1,34 +1,33 @@
|
|
|
1
|
-
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { UiMoInfoSubFormUiComponent } from 'barsa-sap-ui';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GeographicLocationComponent extends UiMoInfoSubFormUiComponent implements OnInit {
|
|
5
|
-
dialogTemplate: TemplateRef<any>;
|
|
6
|
-
fullscreen: boolean;
|
|
7
|
-
latValue: any;
|
|
8
|
-
lngValue: any;
|
|
9
|
-
customFormPanelUi: any;
|
|
10
|
-
private _movePos;
|
|
11
|
-
get latitudeUi(): any;
|
|
12
|
-
get longitudeUi(): any;
|
|
13
|
-
openDialog(dialog: TemplateRef<any>): void;
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
onFullscreen(): void;
|
|
16
|
-
onExistFullscreen(): void;
|
|
17
|
-
onOpenChange(isOpen: any): void;
|
|
18
|
-
onErrorNavigatorLocation(err: any): void;
|
|
19
|
-
onMove(e: any): void;
|
|
20
|
-
onMoveEnd(e: any): void;
|
|
21
|
-
onMarkerChange(e: {
|
|
22
|
-
latitude: any;
|
|
23
|
-
longitude: any;
|
|
24
|
-
}): void;
|
|
25
|
-
protected _handleMarkerChange(e: {
|
|
26
|
-
latitude: any;
|
|
27
|
-
longitude: any;
|
|
28
|
-
}): void;
|
|
29
|
-
protected _setDefaultLatAndLong(lat: number, lng: number): void;
|
|
30
|
-
protected
|
|
31
|
-
|
|
32
|
-
static
|
|
33
|
-
|
|
34
|
-
}
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { UiMoInfoSubFormUiComponent } from 'barsa-sap-ui';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GeographicLocationComponent extends UiMoInfoSubFormUiComponent implements OnInit {
|
|
5
|
+
dialogTemplate: TemplateRef<any>;
|
|
6
|
+
fullscreen: boolean;
|
|
7
|
+
latValue: any;
|
|
8
|
+
lngValue: any;
|
|
9
|
+
customFormPanelUi: any;
|
|
10
|
+
private _movePos;
|
|
11
|
+
get latitudeUi(): any;
|
|
12
|
+
get longitudeUi(): any;
|
|
13
|
+
openDialog(dialog: TemplateRef<any>): void;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
onFullscreen(): void;
|
|
16
|
+
onExistFullscreen(): void;
|
|
17
|
+
onOpenChange(isOpen: any): void;
|
|
18
|
+
onErrorNavigatorLocation(err: any): void;
|
|
19
|
+
onMove(e: any): void;
|
|
20
|
+
onMoveEnd(e: any): void;
|
|
21
|
+
onMarkerChange(e: {
|
|
22
|
+
latitude: any;
|
|
23
|
+
longitude: any;
|
|
24
|
+
}): void;
|
|
25
|
+
protected _handleMarkerChange(e: {
|
|
26
|
+
latitude: any;
|
|
27
|
+
longitude: any;
|
|
28
|
+
}): void;
|
|
29
|
+
protected _setDefaultLatAndLong(lat: number, lng: number): void;
|
|
30
|
+
protected _valueChanged(): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GeographicLocationComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GeographicLocationComponent, "bdc-geographic-location", never, {}, {}, never, never, false, never>;
|
|
33
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { FormBaseComponent } from 'barsa-novin-ray-core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LoginFormComponent extends FormBaseComponent implements OnInit {
|
|
6
|
-
_desktopmode: boolean;
|
|
7
|
-
onKeyEnter: (_: any) => void;
|
|
8
|
-
size$: Observable<'xl' | 'md' | 'sm'>;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoginFormComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginFormComponent, "bdc-login-form", never, {}, {}, never, never, false>;
|
|
12
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { FormBaseComponent } from 'barsa-novin-ray-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LoginFormComponent extends FormBaseComponent implements OnInit {
|
|
6
|
+
_desktopmode: boolean;
|
|
7
|
+
onKeyEnter: (_: any) => void;
|
|
8
|
+
size$: Observable<'xl' | 'md' | 'sm'>;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoginFormComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginFormComponent, "bdc-login-form", never, {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -1,12 +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
|
-
}
|
|
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, never>;
|
|
12
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
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 MasterDetailCardFormComponent extends FormPropsBaseComponent implements OnInit {
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MasterDetailCardFormComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MasterDetailCardFormComponent, "bdc-master-detail-card-form", never, {}, {}, never, never, false>;
|
|
8
|
-
}
|
|
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 MasterDetailCardFormComponent extends FormPropsBaseComponent implements OnInit {
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MasterDetailCardFormComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MasterDetailCardFormComponent, "bdc-master-detail-card-form", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|