barsa-develop-components
Advanced tools
Comparing version 2.1.13 to 2.1.458
@@ -32,3 +32,2 @@ import { ComponentFactoryResolver } from '@angular/core'; | ||
import { ReportButtonViewComponent } from './report-button-view/report-button-view.component'; | ||
import { BarsaDocumentsComponent } from './barsa-documents/barsa-documents.component'; | ||
import { BarsaDocumentListItemComponent } from './barsa-document-list-item/barsa-document-list-item.component'; | ||
@@ -116,3 +115,3 @@ import { AcceptRejectComponent } from './accept-reject/accept-reject.component'; | ||
protected cfr: ComponentFactoryResolver; | ||
protected dynamicComponents: (typeof UiTextFieldSearchComponent | typeof SettingFormComponent | typeof BarcodeReaderVideoComponent | typeof BarcodeReaderDialogComponent | typeof BarcodeReaderComponent | typeof UiPersonComponent | typeof LoginSocialConncetionsComponent | typeof LoginFormComponent | typeof ServiceDeskHeaderComponent | typeof CardContentImageAndTitleComponent | typeof CardHeaderLogoTitleSubtitleComponent | typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent | typeof UlvContextMenuItemShowFileContentComponent | typeof ReportLineChartViewComponent | typeof CardContentLineChartComponent | typeof QueryStringObservableComponent | typeof QueryStringFormObservableComponent | typeof G4bDetailsComponent | typeof AvatarComponent | typeof G4bEstelamComponent | typeof TimerCountDownComponent | typeof MicroProccessFlowComponent | typeof MoInfoMicroProccessFlowComponent | typeof UiPicturesCarouselComponent | typeof UiNumRateComponent | typeof MediaFileUploaderComponent | typeof SubformInRowReportComponent | typeof MasterDetailCardFormComponent | typeof ReportButtonViewComponent | typeof BarsaDocumentsComponent | typeof BarsaDocumentListItemComponent | typeof AcceptRejectComponent | typeof FooterComponent | typeof GeographicLocationComponent | typeof BarsaGeographicLocationComponent | typeof ColumnFormViewerComponent | typeof FormReportViewItemComponent | typeof ColumnProgressbarComponent | typeof ColumnChipComponent)[]; | ||
protected dynamicComponents: (typeof UiTextFieldSearchComponent | typeof SettingFormComponent | typeof BarcodeReaderVideoComponent | typeof BarcodeReaderDialogComponent | typeof BarcodeReaderComponent | typeof UiPersonComponent | typeof LoginSocialConncetionsComponent | typeof LoginFormComponent | typeof ServiceDeskHeaderComponent | typeof CardContentImageAndTitleComponent | typeof CardHeaderLogoTitleSubtitleComponent | typeof ServiceDeskCardContentMojavezhayAkhzShodeComponent | typeof UlvContextMenuItemShowFileContentComponent | typeof ReportLineChartViewComponent | typeof CardContentLineChartComponent | typeof QueryStringObservableComponent | typeof QueryStringFormObservableComponent | typeof G4bDetailsComponent | typeof AvatarComponent | typeof G4bEstelamComponent | typeof TimerCountDownComponent | typeof MicroProccessFlowComponent | typeof MoInfoMicroProccessFlowComponent | typeof UiPicturesCarouselComponent | typeof UiNumRateComponent | typeof MediaFileUploaderComponent | typeof SubformInRowReportComponent | typeof MasterDetailCardFormComponent | typeof ReportButtonViewComponent | typeof BarsaDocumentListItemComponent | typeof AcceptRejectComponent | typeof FooterComponent | typeof GeographicLocationComponent | typeof BarsaGeographicLocationComponent | typeof ColumnFormViewerComponent | typeof FormReportViewItemComponent | typeof ColumnProgressbarComponent | typeof ColumnChipComponent)[]; | ||
constructor(dcm: DynamicComponentService, cfr: ComponentFactoryResolver); | ||
@@ -119,0 +118,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<BarsaDevelopComponentsModule, never>; |
@@ -1,4 +0,3 @@ | ||
import { ChangeDetectorRef, ElementRef, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core'; | ||
import { DialogService } from '@fundamental-ngx/core'; | ||
import { FilesValidationHelper, LinearListHelper, MetaobjectDataModel, ReportViewBaseComponent, ReportViewColumn, UploadService, FileAttachmentInfo, FindColumnByDbNamePipe, PortalService, UlvMainService, IUploadingState } from 'barsa-novin-ray-core'; | ||
import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; | ||
import { FilesValidationHelper, LinearListHelper, MetaobjectDataModel, ReportViewBaseComponent, ReportViewColumn, UploadService, FileAttachmentInfo, IUploadingState } from 'barsa-novin-ray-core'; | ||
import { Observable } from 'rxjs'; | ||
@@ -8,10 +7,2 @@ import { DocumentItem, DocumentsSetting } from '../models'; | ||
export declare class BarsaDocumentsComponent extends ReportViewBaseComponent<DocumentsSetting> implements OnInit, OnChanges { | ||
protected _el: ElementRef; | ||
protected _cdr: ChangeDetectorRef; | ||
protected _renderer2: Renderer2; | ||
protected _findColumnByDbName: FindColumnByDbNamePipe; | ||
protected _ulvMainService: UlvMainService; | ||
protected _portalService: PortalService; | ||
protected _dialogService: DialogService; | ||
protected _uploadService?: UploadService | undefined; | ||
keyColumn: ReportViewColumn; | ||
@@ -26,3 +17,2 @@ fileColumn: ReportViewColumn; | ||
protected _linearHelper: LinearListHelper; | ||
constructor(_el: ElementRef, _cdr: ChangeDetectorRef, _renderer2: Renderer2, _findColumnByDbName: FindColumnByDbNamePipe, _ulvMainService: UlvMainService, _portalService: PortalService, _dialogService: DialogService, _uploadService?: UploadService | undefined); | ||
get documentItems(): Array<DocumentItem>; | ||
@@ -47,4 +37,4 @@ ngOnInit(): void; | ||
protected _columnNotExistsInReport(columnCaption: any): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaDocumentsComponent, [null, null, null, null, null, null, null, { optional: true; }]>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaDocumentsComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaDocumentsComponent, "bdc-barsa-documents", never, {}, {}, never, never, false, never>; | ||
} |
@@ -1,2 +0,2 @@ | ||
import { AfterViewInit, EventEmitter, ElementRef } from '@angular/core'; | ||
import { AfterViewInit, EventEmitter, ElementRef, SimpleChanges } from '@angular/core'; | ||
import { BaseComponent } from 'barsa-novin-ray-core'; | ||
@@ -28,2 +28,3 @@ import * as i0 from "@angular/core"; | ||
constructor(_el: ElementRef); | ||
ngOnChanges(changes: SimpleChanges): void; | ||
ngAfterViewInit(): void; | ||
@@ -30,0 +31,0 @@ onCurrentLocation(): void; |
@@ -30,2 +30,3 @@ import { OnInit, TemplateRef } from '@angular/core'; | ||
protected _setDefaultLatAndLong(lat: number, lng: number): void; | ||
protected _titleChanged(): void; | ||
protected _valueChanged(): void; | ||
@@ -32,0 +33,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<GeographicLocationComponent, never>; |
{ | ||
"name": "barsa-develop-components", | ||
"version": "2.1.13", | ||
"version": "2.1.458", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/core": "^18.0.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1039970
6229