barsa-develop-components 2.3.39 → 2.3.41
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.
|
@@ -56,6 +56,7 @@ import * as i8 from '@fundamental-ngx/core/inline-help';
|
|
|
56
56
|
import * as i2$7 from '@fundamental-ngx/core/content-density';
|
|
57
57
|
import * as i3$a from '@fundamental-ngx/core/token';
|
|
58
58
|
import * as i1$8 from '@fundamental-ngx/core/generic-tag';
|
|
59
|
+
import * as i2$8 from 'barsa-echarts';
|
|
59
60
|
import { BarsaEchartsModule } from 'barsa-echarts';
|
|
60
61
|
|
|
61
62
|
class UiTextFieldSearchComponent extends DeviceInfoFieldBaseComponent {
|
|
@@ -3572,6 +3573,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
3572
3573
|
type: Input
|
|
3573
3574
|
}] } });
|
|
3574
3575
|
|
|
3576
|
+
class PieProgressComponent extends BaseComponent {
|
|
3577
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: PieProgressComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3578
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.6", type: PieProgressComponent, isStandalone: false, selector: "bdc-pie-progress", inputs: { mo: "mo" }, usesInheritance: true, ngImport: i0, template: " @if(mo){\r\n <div *untilInView=\"el\" echartRenderer [chartInstanceId]=\"settings.ChartInstance.Id\" [parentMo]=\"mo\"></div>\r\n }\r\n", styles: [":host{display:block;min-height:200px}\n"], dependencies: [{ kind: "directive", type: i2$1.UntilInViewDirective, selector: "[untilInView]", inputs: ["untilInView", "intersectionDebounce"] }, { kind: "directive", type: i2$8.ChartBaseDirective, selector: "[echartRenderer]", inputs: ["chartInstanceId", "parentMoId", "parentMo"], exportAs: ["echartRenderer"] }] }); }
|
|
3579
|
+
}
|
|
3580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: PieProgressComponent, decorators: [{
|
|
3581
|
+
type: Component,
|
|
3582
|
+
args: [{ selector: 'bdc-pie-progress', standalone: false, template: " @if(mo){\r\n <div *untilInView=\"el\" echartRenderer [chartInstanceId]=\"settings.ChartInstance.Id\" [parentMo]=\"mo\"></div>\r\n }\r\n", styles: [":host{display:block;min-height:200px}\n"] }]
|
|
3583
|
+
}], propDecorators: { mo: [{
|
|
3584
|
+
type: Input
|
|
3585
|
+
}] } });
|
|
3586
|
+
|
|
3575
3587
|
const components = [
|
|
3576
3588
|
LoginFormComponent,
|
|
3577
3589
|
LoginSocialConncetionsComponent,
|
|
@@ -3629,7 +3641,8 @@ const components = [
|
|
|
3629
3641
|
FormReportViewItemComponent,
|
|
3630
3642
|
FormCardComponent,
|
|
3631
3643
|
ColumnProgressbarComponent,
|
|
3632
|
-
ColumnChipComponent
|
|
3644
|
+
ColumnChipComponent,
|
|
3645
|
+
PieProgressComponent
|
|
3633
3646
|
];
|
|
3634
3647
|
const pipes = [UiPersonPipe, BarcodeFormatPipe, MoListToFlowItemPipe, DataSourceToFlowItemPipe];
|
|
3635
3648
|
class BarsaDevelopComponentsModule extends BaseModule {
|
|
@@ -3699,7 +3712,8 @@ class BarsaDevelopComponentsModule extends BaseModule {
|
|
|
3699
3712
|
FormReportViewItemComponent,
|
|
3700
3713
|
FormCardComponent,
|
|
3701
3714
|
ColumnProgressbarComponent,
|
|
3702
|
-
ColumnChipComponent,
|
|
3715
|
+
ColumnChipComponent,
|
|
3716
|
+
PieProgressComponent, UiPersonPipe, BarcodeFormatPipe, MoListToFlowItemPipe, DataSourceToFlowItemPipe, PieProgressComponent], imports: [CommonModule,
|
|
3703
3717
|
BarsaNovinRayCoreModule,
|
|
3704
3718
|
ReactiveFormsModule,
|
|
3705
3719
|
BarsaSapUiModule,
|
|
@@ -3763,7 +3777,8 @@ class BarsaDevelopComponentsModule extends BaseModule {
|
|
|
3763
3777
|
FormReportViewItemComponent,
|
|
3764
3778
|
FormCardComponent,
|
|
3765
3779
|
ColumnProgressbarComponent,
|
|
3766
|
-
ColumnChipComponent
|
|
3780
|
+
ColumnChipComponent,
|
|
3781
|
+
PieProgressComponent] }); }
|
|
3767
3782
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: BarsaDevelopComponentsModule, providers: [UserMediaBaseService, WebBarcodeService], imports: [CommonModule,
|
|
3768
3783
|
BarsaNovinRayCoreModule,
|
|
3769
3784
|
ReactiveFormsModule,
|
|
@@ -3777,7 +3792,7 @@ class BarsaDevelopComponentsModule extends BaseModule {
|
|
|
3777
3792
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: BarsaDevelopComponentsModule, decorators: [{
|
|
3778
3793
|
type: NgModule,
|
|
3779
3794
|
args: [{
|
|
3780
|
-
declarations: [...components, ...pipes],
|
|
3795
|
+
declarations: [...components, ...pipes, PieProgressComponent],
|
|
3781
3796
|
schemas: [CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA],
|
|
3782
3797
|
imports: [
|
|
3783
3798
|
CommonModule,
|
|
@@ -3799,5 +3814,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
3799
3814
|
* Generated bundle index. Do not edit.
|
|
3800
3815
|
*/
|
|
3801
3816
|
|
|
3802
|
-
export { AcceptRejectComponent, AvatarComponent, BarcodeFormatPipe, BarcodeReaderComponent, BarcodeReaderDialogComponent, BarcodeReaderVideoComponent, BarsaDevelopComponentsModule, BarsaDocumentListItemComponent, BarsaDocumentsComponent, BarsaGeographicLocationComponent, CardContentImageAndTitleComponent, CardContentLineChartComponent, CardHeaderBigImageTitleAndSubtitleComponent, CardHeaderKpiComponent, CardHeaderLogoTitleSubtitleComponent, CheckboxButtonComponent, ColumnChipComponent, ColumnFormViewerComponent, ColumnProgressbarComponent, EnumInfoMicroProccessFlowComponent, FooterComponent, FormCardComponent, FormChartContentComponent, FormContentQuickViewComponent, FormReportViewComponent, FormReportViewItemComponent, G4bDetailsComponent, G4bEstelamComponent, GeographicLocationComponent, LoginFormComponent, LoginSocialConncetionsComponent, MasterDetailCardFormComponent, MediaFileUploaderComponent, MicroProccessFlowComponent, MicroProcessFlowViewComponent, MoInfoMicroProccessFlowComponent, QueryStringFormObservableComponent, QueryStringObservableComponent, ReportButtonViewComponent, ReportLineChartViewComponent, ReportTabViewComponent, ResendVerificationCodeComponent, ServiceDeskCardContentMojavezhayAkhzShodeComponent, ServiceDeskFormLayoutContentMojavezComponent, ServiceDeskHeaderComponent, ServiceDeskServcieDetailComponent, ServiceDeskViewOfServicesComponent, SettingFormComponent, SubformInRowReportComponent, TabProcessViewComponent, TableViewVerticalColumnsComponent, TimerCountDownComponent, TokenReportViewComponent, UiEnumSegmentedButtonComponent, UiNumRateComponent, UiPersonComponent, UiPicturesCarouselComponent, UiTextFieldSearchComponent, UlvContextMenuItemShowFileContentComponent };
|
|
3817
|
+
export { AcceptRejectComponent, AvatarComponent, BarcodeFormatPipe, BarcodeReaderComponent, BarcodeReaderDialogComponent, BarcodeReaderVideoComponent, BarsaDevelopComponentsModule, BarsaDocumentListItemComponent, BarsaDocumentsComponent, BarsaGeographicLocationComponent, CardContentImageAndTitleComponent, CardContentLineChartComponent, CardHeaderBigImageTitleAndSubtitleComponent, CardHeaderKpiComponent, CardHeaderLogoTitleSubtitleComponent, CheckboxButtonComponent, ColumnChipComponent, ColumnFormViewerComponent, ColumnProgressbarComponent, EnumInfoMicroProccessFlowComponent, FooterComponent, FormCardComponent, FormChartContentComponent, FormContentQuickViewComponent, FormReportViewComponent, FormReportViewItemComponent, G4bDetailsComponent, G4bEstelamComponent, GeographicLocationComponent, LoginFormComponent, LoginSocialConncetionsComponent, MasterDetailCardFormComponent, MediaFileUploaderComponent, MicroProccessFlowComponent, MicroProcessFlowViewComponent, MoInfoMicroProccessFlowComponent, PieProgressComponent, QueryStringFormObservableComponent, QueryStringObservableComponent, ReportButtonViewComponent, ReportLineChartViewComponent, ReportTabViewComponent, ResendVerificationCodeComponent, ServiceDeskCardContentMojavezhayAkhzShodeComponent, ServiceDeskFormLayoutContentMojavezComponent, ServiceDeskHeaderComponent, ServiceDeskServcieDetailComponent, ServiceDeskViewOfServicesComponent, SettingFormComponent, SubformInRowReportComponent, TabProcessViewComponent, TableViewVerticalColumnsComponent, TimerCountDownComponent, TokenReportViewComponent, UiEnumSegmentedButtonComponent, UiNumRateComponent, UiPersonComponent, UiPicturesCarouselComponent, UiTextFieldSearchComponent, UlvContextMenuItemShowFileContentComponent };
|
|
3803
3818
|
//# sourceMappingURL=barsa-develop-components.mjs.map
|