barsa-develop-components 2.3.114 → 2.3.120
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/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { Subject, Observable } from 'rxjs';
|
|
|
6
6
|
import * as i0 from '@angular/core';
|
|
7
7
|
import { OnInit, AfterViewInit, OnDestroy, EventEmitter, ElementRef, TemplateRef, QueryList, WritableSignal, PipeTransform, ViewContainerRef, SimpleChanges, OnChanges, Renderer2, ComponentFactoryResolver } from '@angular/core';
|
|
8
8
|
import * as i69 from '@fundamental-ngx/core';
|
|
9
|
-
import { TabListComponent, TabPanelComponent, DynamicPageResponsiveSize, ContentDensity, DialogService, PopoverComponent, PopoverBodyComponent, DialogRef, TabSizes, ButtonType, ProgressIndicatorState, GenericTagType } from '@fundamental-ngx/core';
|
|
9
|
+
import { TabListComponent, TabPanelComponent, DynamicPageResponsiveSize, ContentDensity, DialogService, PopoverComponent, PopoverBodyComponent, DialogRef, TabSizes, ButtonType, FileUploaderComponent, ProgressIndicatorState, GenericTagType } from '@fundamental-ngx/core';
|
|
10
10
|
import { BarcodeFormat } from '@zxing/library';
|
|
11
11
|
import * as i68 from 'barsa-tiles';
|
|
12
12
|
import { TilesViewerContainerComponent } from 'barsa-tiles';
|
|
@@ -793,6 +793,7 @@ declare class BarsaDocumentsComponent extends ReportViewBaseComponent<DocumentsS
|
|
|
793
793
|
}
|
|
794
794
|
|
|
795
795
|
declare class BarsaDocumentListItemComponent extends BaseComponent implements OnChanges {
|
|
796
|
+
fileUploadComponent: FileUploaderComponent;
|
|
796
797
|
documentItem: DocumentItem;
|
|
797
798
|
deviceSize: AbbrevationDeviceSize;
|
|
798
799
|
files: FileAttachmentInfo[];
|