barsa-develop-components 2.3.112 → 2.3.114
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, PopoverComponent, PopoverBodyComponent, DialogRef, TabSizes, ButtonType,
|
|
9
|
+
import { TabListComponent, TabPanelComponent, DynamicPageResponsiveSize, ContentDensity, DialogService, PopoverComponent, PopoverBodyComponent, DialogRef, TabSizes, ButtonType, 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';
|
|
@@ -204,6 +204,7 @@ declare class BarcodeReaderComponent extends UiMoInfoSubFormUiComponent implemen
|
|
|
204
204
|
barcodeValue: string;
|
|
205
205
|
contentDensity$: Observable<ContentDensity>;
|
|
206
206
|
barcodeFormat: Array<BarcodeFormat>;
|
|
207
|
+
protected _dialogService: DialogService;
|
|
207
208
|
ngOnInit(): void;
|
|
208
209
|
onOpenBarcodeReader(): void;
|
|
209
210
|
onValueChange(e: any): void;
|
|
@@ -223,6 +224,7 @@ declare class UiPersonComponent extends FieldBaseComponent implements OnInit, Af
|
|
|
223
224
|
filterItems: PersonFilter;
|
|
224
225
|
isPopoverOpened: boolean;
|
|
225
226
|
onClose$: Subject<void>;
|
|
227
|
+
protected _dialogService: DialogService;
|
|
226
228
|
ngOnInit(): void;
|
|
227
229
|
ngAfterViewInit(): void;
|
|
228
230
|
filter(): void;
|