barsa-develop-components 2.3.46 → 2.3.48
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
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import * as i64 from 'barsa-novin-ray-core';
|
|
2
|
+
import { MetaobjectDataModel, FilePictureInfoModel, UiReportViewBaseSetting, MoForReportModel, ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, BaseComponent, ReportBaseComponent, AbbrevationDeviceSize, BaseItemContentPropsComponent, FormPropsBaseComponent, GeneralControlInfoModel, ReportViewColumn, BaseFormToolbaritemPropsComponent, DateService, AudioRecordingService, VideoRecordingService, FormComponentParams, IUploadingState, FilesValidationHelper, LinearListHelper, FileAttachmentInfo, UploadService, LayoutSetting, FormSetting, BaseViewItemPropsComponent, TypeUlvMainCtrlr, PortalService, ColumnValueOfParametersPipe, RowDataOption, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
1
3
|
import * as i66 from 'barsa-sap-ui';
|
|
2
4
|
import { DeviceInfoFieldBaseComponent, UiMoInfoSubFormUiComponent, UiCheckBoxComponent, UiMoInfoUlvComboComponent, UiSimpleComboComponent, UiPicturesInfoComponent, UiPdfViewerComponent, ColumnRendererComponent } from 'barsa-sap-ui';
|
|
3
5
|
import { Subject, Observable } from 'rxjs';
|
|
4
6
|
import * as i0 from '@angular/core';
|
|
5
7
|
import { OnInit, AfterViewInit, OnDestroy, EventEmitter, ElementRef, TemplateRef, QueryList, WritableSignal, PipeTransform, ViewContainerRef, SimpleChanges, OnChanges, Renderer2, ComponentFactoryResolver } from '@angular/core';
|
|
6
|
-
import * as i64 from 'barsa-novin-ray-core';
|
|
7
|
-
import { MetaobjectDataModel, FilePictureInfoModel, UiReportViewBaseSetting, MoForReportModel, ReportViewBaseComponent, FieldBaseComponent, FormBaseComponent, BaseComponent, ReportBaseComponent, AbbrevationDeviceSize, BaseItemContentPropsComponent, FormPropsBaseComponent, GeneralControlInfoModel, ReportViewColumn, BaseFormToolbaritemPropsComponent, DateService, AudioRecordingService, VideoRecordingService, FormComponentParams, IUploadingState, FilesValidationHelper, LinearListHelper, FileAttachmentInfo, UploadService, LayoutSetting, FormSetting, BaseViewItemPropsComponent, TypeUlvMainCtrlr, PortalService, ColumnValueOfParametersPipe, RowDataOption, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
8
8
|
import * as i69 from '@fundamental-ngx/core';
|
|
9
9
|
import { TabListComponent, TabPanelComponent, DynamicPageResponsiveSize, ContentDensity, PopoverComponent, PopoverBodyComponent, DialogRef, TabSizes, ButtonType, DialogService, ProgressIndicatorState, GenericTagType } from '@fundamental-ngx/core';
|
|
10
10
|
import { BarcodeFormat } from '@zxing/library';
|
|
@@ -18,17 +18,22 @@ import * as i70 from '@fundamental-ngx/platform';
|
|
|
18
18
|
declare class UiTextFieldSearchComponent extends DeviceInfoFieldBaseComponent {
|
|
19
19
|
value: string;
|
|
20
20
|
_debouncer: Subject<string>;
|
|
21
|
+
parameters: UiTextFieldSearchSettings;
|
|
21
22
|
get MinSize(): {
|
|
22
23
|
width: number;
|
|
23
24
|
height: number;
|
|
24
25
|
};
|
|
25
26
|
searchTerm: string;
|
|
26
27
|
ngOnInit(): void;
|
|
28
|
+
onAutoSearch(): void;
|
|
27
29
|
onSearchSubmit(): void;
|
|
28
30
|
_valueChange(value: string): void;
|
|
29
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiTextFieldSearchComponent, never>;
|
|
30
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiTextFieldSearchComponent, "bdc-ui-text-field-search", never, { "value": { "alias": "value"; "required": false; }; "MinSize": { "alias": "MinSize"; "required": false; }; }, {}, never, never, false, never>;
|
|
31
33
|
}
|
|
34
|
+
interface UiTextFieldSearchSettings extends MetaobjectDataModel {
|
|
35
|
+
RaiseValueChangeOnlyClick: boolean;
|
|
36
|
+
}
|
|
32
37
|
|
|
33
38
|
interface DocumentItem extends MetaobjectDataModel {
|
|
34
39
|
Title: string;
|