barsa-sap-ui 2.3.165 → 2.3.167
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/fesm2022/barsa-sap-ui.mjs +189 -62
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/barsa-sap-ui.d.ts +34 -6
package/package.json
CHANGED
package/types/barsa-sap-ui.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i234 from 'barsa-novin-ray-core';
|
|
2
|
-
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, ScrollLayoutContextHolder, ScrollLayoutMode, EntitySettingsStore, PortalService, UlvMainService, FormPanelService, LayoutMainContentService, DefaultCommandsAccess, ColumnSummaryType, columnsResizedEventArgs, ShareButtonsChoiceDef, SortSetting, FieldBaseComponent, EllipsifyDirective, AbbrevationDeviceSize, FillEmptySpaceDirective, RelationItemType, TreeNodeObj, ColumnRendererBase, UiReportViewBase, MoForReportModel, EjrayOlgo, TableHeaderWidthMode, ColumnResizedArgs, NotificationItem, NotificationAction, DateService, FormComponent, FormSetting, GeneralControlInfoModel, ColumnInfoType, SearchPanelSettings, GridView, ToolbarButtonReportViewType, PagingSetting, CssBackground, ShortCuts, BreadCrumbInfo, UlvHeightSizeType, ShortCutData, BaseViewItemPropsComponent, UploadService, IUploadingState, FilesValidationHelper, FileAttachmentInfo, LinearListHelper, BaseUlvSettingComponent, LayoutPanelBaseComponent, FormToolbarBaseComponent, InfoBarType, ReportModel, FilePictureInfoModel, FormBaseComponent, PictureGroupItem, Media, BaseController, IViewBase, IBaseController, ITemplateEngine, MoReportValuePipe, FindColumnsPipe, FieldViewBase, ContainerComponent, DialogParams, BarsaDialogService, ContainerService, UiResponsiveSettings, FormPropsBaseComponent, BaseDirective,
|
|
2
|
+
import { BaseComponent, ReportViewBaseComponent, UiReportViewBaseSetting, LayoutItemBaseComponent, BbbTranslatePipe, LayoutService, MetaobjectDataModel, GridSetting, ReportViewColumn, CollectionSort, SortDirection, ReportBaseComponent, DeviceSize, SelectionMode, LayoutSetting, ScrollLayoutContextHolder, ScrollLayoutMode, EntitySettingsStore, PortalService, UlvMainService, FormPanelService, LayoutMainContentService, DefaultCommandsAccess, ColumnSummaryType, columnsResizedEventArgs, ShareButtonsChoiceDef, SortSetting, FieldBaseComponent, EllipsifyDirective, AbbrevationDeviceSize, FillEmptySpaceDirective, RelationItemType, TreeNodeObj, ColumnRendererBase, UiReportViewBase, MoForReportModel, EjrayOlgo, TableHeaderWidthMode, ColumnResizedArgs, NotificationItem, NotificationAction, CultureTypes, DateService, FormComponent, FormSetting, GeneralControlInfoModel, ColumnInfoType, SearchPanelSettings, GridView, ToolbarButtonReportViewType, PagingSetting, CssBackground, ShortCuts, BreadCrumbInfo, UlvHeightSizeType, ShortCutData, BaseViewItemPropsComponent, UploadService, IUploadingState, FilesValidationHelper, FileAttachmentInfo, LinearListHelper, BaseUlvSettingComponent, LayoutPanelBaseComponent, FormToolbarBaseComponent, InfoBarType, ReportModel, FilePictureInfoModel, FormBaseComponent, PictureGroupItem, Media, BaseController, IViewBase, IBaseController, ITemplateEngine, MoReportValuePipe, FindColumnsPipe, FieldViewBase, ContainerComponent, DialogParams, BarsaDialogService, ContainerService, UiResponsiveSettings, FormPropsBaseComponent, BaseDirective, NumberBaseComponent, ViewTypes, ClassNamesModel, ReportExtraInfo, MenuItem, TypeUlvMainCtrlr, EffectiveReportLayoutPolicy, BaseViewContentPropsComponent, BaseColumnPropsComponent, BaseFormToolbaritemPropsComponent, FormComponentParams, BreadcrumbService, PictureFieldSourcePipe, ReportNavigatorComponent, BaseModule, DynamicComponentService } from 'barsa-novin-ray-core';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { OnInit, OnChanges, SimpleChanges, ElementRef, EventEmitter, NgZone, Renderer2, OnDestroy, QueryList, ChangeDetectorRef, TemplateRef, AfterViewInit, Signal, PipeTransform, ViewContainerRef, Injector, Type, ComponentRef, EnvironmentInjector, WritableSignal, ModuleWithProviders } from '@angular/core';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
@@ -810,7 +810,7 @@ declare class UiReportContainerComponent extends SapUiReportBaseComponent<UiRepo
|
|
|
810
810
|
interface UiTableViewSetting extends UiReportViewBaseSetting {
|
|
811
811
|
FitWidth: boolean;
|
|
812
812
|
GroupSummary: boolean;
|
|
813
|
-
FreezeColumn
|
|
813
|
+
FreezeColumn?: string;
|
|
814
814
|
NoHoriztonalBorders: boolean;
|
|
815
815
|
NoVerticalBorders: boolean;
|
|
816
816
|
NoBorders: boolean;
|
|
@@ -937,6 +937,7 @@ declare class BarsaTableHeaderComponent extends BaseComponent {
|
|
|
937
937
|
hasSecondaryColumns: boolean;
|
|
938
938
|
disableResize: boolean;
|
|
939
939
|
disableHeaderContextMenu: boolean;
|
|
940
|
+
freezeColumn: string | null;
|
|
940
941
|
deviceSize: AbbrevationDeviceSize;
|
|
941
942
|
tableHeaderMode: TableHeaderWidthMode;
|
|
942
943
|
allCheckbox: EventEmitter<boolean>;
|
|
@@ -991,7 +992,7 @@ declare class BarsaTableHeaderComponent extends BaseComponent {
|
|
|
991
992
|
private _followingCapacity;
|
|
992
993
|
private _setThWidth;
|
|
993
994
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTableHeaderComponent, never>;
|
|
994
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableHeaderComponent, "bsu-barsa-table-header", never, { "allChecked": { "alias": "allChecked"; "required": false; }; "allowRecordReorder": { "alias": "allowRecordReorder"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "attachmentViewType": { "alias": "attachmentViewType"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "fitWidth": { "alias": "fitWidth"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "contextMenuWidth": { "alias": "contextMenuWidth"; "required": false; }; "showViewButton": { "alias": "showViewButton"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "viewSetting": { "alias": "viewSetting"; "required": false; }; "tableWidth": { "alias": "tableWidth"; "required": false; }; "resizedByUser": { "alias": "resizedByUser"; "required": false; }; "disableResponsive": { "alias": "disableResponsive"; "required": false; }; "actionList": { "alias": "actionList"; "required": false; }; "rowIndicator": { "alias": "rowIndicator"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "showRowNumber": { "alias": "showRowNumber"; "required": false; }; "hasSecondaryColumns": { "alias": "hasSecondaryColumns"; "required": false; }; "disableResize": { "alias": "disableResize"; "required": false; }; "disableHeaderContextMenu": { "alias": "disableHeaderContextMenu"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "tableHeaderMode": { "alias": "tableHeaderMode"; "required": false; }; }, { "allCheckbox": "allCheckbox"; "columnResize": "columnResize"; "columnResizing": "columnResizing"; "fitToContent": "fitToContent"; "fitToContainer": "fitToContainer"; "freeColumnSize": "freeColumnSize"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "resetGridSettings": "resetGridSettings"; "headerRender": "headerRender"; }, never, never, false, never>;
|
|
995
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableHeaderComponent, "bsu-barsa-table-header", never, { "allChecked": { "alias": "allChecked"; "required": false; }; "allowRecordReorder": { "alias": "allowRecordReorder"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "attachmentViewType": { "alias": "attachmentViewType"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "fitWidth": { "alias": "fitWidth"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "contextMenuWidth": { "alias": "contextMenuWidth"; "required": false; }; "showViewButton": { "alias": "showViewButton"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "viewSetting": { "alias": "viewSetting"; "required": false; }; "tableWidth": { "alias": "tableWidth"; "required": false; }; "resizedByUser": { "alias": "resizedByUser"; "required": false; }; "disableResponsive": { "alias": "disableResponsive"; "required": false; }; "actionList": { "alias": "actionList"; "required": false; }; "rowIndicator": { "alias": "rowIndicator"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "showRowNumber": { "alias": "showRowNumber"; "required": false; }; "hasSecondaryColumns": { "alias": "hasSecondaryColumns"; "required": false; }; "disableResize": { "alias": "disableResize"; "required": false; }; "disableHeaderContextMenu": { "alias": "disableHeaderContextMenu"; "required": false; }; "freezeColumn": { "alias": "freezeColumn"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "tableHeaderMode": { "alias": "tableHeaderMode"; "required": false; }; }, { "allCheckbox": "allCheckbox"; "columnResize": "columnResize"; "columnResizing": "columnResizing"; "fitToContent": "fitToContent"; "fitToContainer": "fitToContainer"; "freeColumnSize": "freeColumnSize"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "filter": "filter"; "resetGridSettings": "resetGridSettings"; "headerRender": "headerRender"; }, never, never, false, never>;
|
|
995
996
|
}
|
|
996
997
|
|
|
997
998
|
declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSetting> implements OnInit, AfterViewInit, OnChanges {
|
|
@@ -1040,6 +1041,9 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1040
1041
|
x: number;
|
|
1041
1042
|
y: number;
|
|
1042
1043
|
} | null;
|
|
1044
|
+
private _freezeForcedFreeColumnSizing;
|
|
1045
|
+
get frozenColumnName(): string | null;
|
|
1046
|
+
get hasFrozenColumn(): boolean;
|
|
1043
1047
|
ngOnInit(): void;
|
|
1044
1048
|
ngAfterViewInit(): void;
|
|
1045
1049
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -1080,6 +1084,7 @@ declare class UiTableViewComponent extends ReportViewBaseComponent<UiTableViewSe
|
|
|
1080
1084
|
protected _containerWidthChanged(val: number): void;
|
|
1081
1085
|
protected _applyScrollLayoutForContextMode(): void;
|
|
1082
1086
|
private _setParentWidthFit;
|
|
1087
|
+
private _syncFrozenColumnMode;
|
|
1083
1088
|
private _setParentWidthFitToOffsetWidth;
|
|
1084
1089
|
private _setParentWidth;
|
|
1085
1090
|
private _refreshThWidth;
|
|
@@ -1106,18 +1111,36 @@ declare class UlNotifyPopupComponent extends BaseComponent {
|
|
|
1106
1111
|
static ɵcmp: i0.ɵɵComponentDeclaration<UlNotifyPopupComponent, "bsu-ul-notify-popup", never, {}, {}, never, never, false, never>;
|
|
1107
1112
|
}
|
|
1108
1113
|
|
|
1114
|
+
type SpecificRangeInputMode = 'SeparateFields' | 'UnifiedPicker';
|
|
1115
|
+
interface UiDateRangeExParameters extends MetaobjectDataModel {
|
|
1116
|
+
SpecificRangeInputMode?: 0 | 1;
|
|
1117
|
+
SpecificRangeInputMode$Caption?: SpecificRangeInputMode;
|
|
1118
|
+
}
|
|
1119
|
+
type SpecificDateField = 'FirstDate' | 'SecondDate';
|
|
1120
|
+
interface DateTimeInputPicker {
|
|
1121
|
+
onCaptionChanged(value: string): void;
|
|
1122
|
+
}
|
|
1109
1123
|
declare class UiDateRangeExComponent extends FieldBaseComponent implements OnInit {
|
|
1110
1124
|
dateRangePicker: ElementRef<HTMLElement>;
|
|
1111
1125
|
popover: PopoverComponent;
|
|
1126
|
+
parameters: UiDateRangeExParameters | undefined;
|
|
1112
1127
|
valueStr: string;
|
|
1113
1128
|
value: any;
|
|
1129
|
+
firstDate: Date | undefined;
|
|
1130
|
+
secondDate: Date | undefined;
|
|
1114
1131
|
dateRanges: string[];
|
|
1115
1132
|
isOpenPopover: boolean;
|
|
1133
|
+
culture: CultureTypes;
|
|
1134
|
+
readonly dateTimeFormatPattern = "YYYY/MM/DD HH:mm";
|
|
1116
1135
|
protected _dateService: DateService;
|
|
1136
|
+
private _ecap;
|
|
1137
|
+
get specificRangeInputMode(): SpecificRangeInputMode;
|
|
1117
1138
|
get _isValidPopover(): boolean;
|
|
1118
1139
|
ngOnInit(): void;
|
|
1119
1140
|
onDateRangeTypeChange(dateRangeType: any): void;
|
|
1120
1141
|
onDateRangeChange(): void;
|
|
1142
|
+
onSpecificDateChange(field: SpecificDateField, date: Date | undefined): void;
|
|
1143
|
+
onDateTimeInput(event: Event, picker: DateTimeInputPicker): void;
|
|
1121
1144
|
onOpenPopover(): void;
|
|
1122
1145
|
protected _setValue(value: any): void;
|
|
1123
1146
|
private _defaultValue;
|
|
@@ -1135,8 +1158,12 @@ declare class UiDateRangeExComponent extends FieldBaseComponent implements OnIni
|
|
|
1135
1158
|
private _getNextMonth;
|
|
1136
1159
|
private _getNextYear;
|
|
1137
1160
|
private _decorateDateRangePicker;
|
|
1161
|
+
private _normalizeDateTimeInput;
|
|
1162
|
+
private _syncSpecificDates;
|
|
1163
|
+
private _toDate;
|
|
1164
|
+
private _updateSpecificRangeCaption;
|
|
1138
1165
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiDateRangeExComponent, never>;
|
|
1139
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UiDateRangeExComponent, "bsu-ui-date-range-ex", never, {}, {}, never, never, false, never>;
|
|
1166
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiDateRangeExComponent, "bsu-ui-date-range-ex", never, { "parameters": { "alias": "parameters"; "required": false; }; }, {}, never, never, false, never>;
|
|
1140
1167
|
}
|
|
1141
1168
|
|
|
1142
1169
|
declare class UiGridFilterItemComponent extends BaseComponent implements OnInit {
|
|
@@ -3967,6 +3994,7 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
3967
3994
|
previewColumn: ReportViewColumn;
|
|
3968
3995
|
columnComponents: MoForReportModel | null;
|
|
3969
3996
|
detailsCollapsed: boolean;
|
|
3997
|
+
freezeColumn: string | null;
|
|
3970
3998
|
columnSummary: EventEmitter<ColumnSummaryType>;
|
|
3971
3999
|
reorderMoved: EventEmitter<CdkDragMove<any>>;
|
|
3972
4000
|
reorderEnded: EventEmitter<CdkDragEnd<any>>;
|
|
@@ -3985,7 +4013,7 @@ declare class BarsaTableRowComponent extends BaseViewItemPropsComponent implemen
|
|
|
3985
4013
|
private _setAlternateRowMode;
|
|
3986
4014
|
private _columnChangeToEditMode;
|
|
3987
4015
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaTableRowComponent, never>;
|
|
3988
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableRowComponent, "bsu-barsa-table-row", never, { "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "allowRecordReorder": { "alias": "allowRecordReorder"; "required": false; }; "previewColumn": { "alias": "previewColumn"; "required": false; }; "columnComponents": { "alias": "columnComponents"; "required": false; }; "detailsCollapsed": { "alias": "detailsCollapsed"; "required": false; }; }, { "columnSummary": "columnSummary"; "reorderMoved": "reorderMoved"; "reorderEnded": "reorderEnded"; }, never, never, false, never>;
|
|
4016
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaTableRowComponent, "bsu-barsa-table-row", never, { "showDetailsInRow": { "alias": "showDetailsInRow"; "required": false; }; "allowRecordReorder": { "alias": "allowRecordReorder"; "required": false; }; "previewColumn": { "alias": "previewColumn"; "required": false; }; "columnComponents": { "alias": "columnComponents"; "required": false; }; "detailsCollapsed": { "alias": "detailsCollapsed"; "required": false; }; "freezeColumn": { "alias": "freezeColumn"; "required": false; }; }, { "columnSummary": "columnSummary"; "reorderMoved": "reorderMoved"; "reorderEnded": "reorderEnded"; }, never, never, false, never>;
|
|
3989
4017
|
}
|
|
3990
4018
|
|
|
3991
4019
|
declare class BarsaTableColumnComponent extends BaseColumnPropsComponent {
|
|
@@ -5476,4 +5504,4 @@ declare class BarsaSapUiModule extends BaseModule {
|
|
|
5476
5504
|
}
|
|
5477
5505
|
|
|
5478
5506
|
export { ApplyConditionalFormatsDirective, AvatarGridColPipe, BarsaAnswerCardComponent, BarsaAspViewerComponent, BarsaBarDownloadFileComponent, BarsaBarPanelComponent, BarsaBaseLayoutPanelComponent, BarsaBottomMenuViewComponent, BarsaBreadcrumbsComponent, BarsaCardBannerComponent, BarsaCardLayoutPanelComponent, BarsaCardRowPayamComponent, BarsaCartableFormComponent, BarsaCartableGroupComponent, BarsaCartableTemplateComponent, BarsaChipComponent, BarsaColumnIndicatorComponent, BarsaColumnRendererComponent, BarsaColumnRowNumberComponent, BarsaCustomInlineEditComponent, BarsaCustomInlineEditRowComponent, BarsaDateTimePickerComponent, BarsaDynamicFieldComponent, BarsaEnumMenuButtonComponent, BarsaFieldKeyValueComponent, BarsaFormLayoutPanelComponent, BarsaFormSideContentComponent, BarsaGridLayoutPanelComponent, BarsaHorizontalFlexPanelComponent, BarsaImgSkeletonComponent, BarsaInfobarsComponent, BarsaLinkableItemsPanelComponent, BarsaListFileLinearComponent, BarsaListFileLinearGmailComponent, BarsaListLayoutPanelComponent, BarsaMegamenuComponent, BarsaModalComponent, BarsaMonacoEditorComponent, BarsaNetworkOfflineComponent, BarsaPishnamayeshPayamComponent, BarsaQuestionAnswerCommentsSectionComponent, BarsaQuestionAnswerContentActionsSectionComponent, BarsaQuestionAnswerCreatorTimeSectionComponent, BarsaQuestionAnswerFormAddCommentComponent, BarsaQuestionAnswerFormComponent, BarsaQuestionAnswerVoteSectionComponent, BarsaQuestionPostComponent, BarsaReportCardFlexViewComponent, BarsaReportCheckboxSwitchButtonComponent, BarsaReportOneOfListComponent, BarsaRowInlineActionlistComponent, BarsaSapUiModule, BarsaSapUiRoutingModule, BarsaSearchFormComponent, BarsaSimpleFormComponent, BarsaTabRouteManagerComponent, BarsaTableColumnComponent, BarsaTableHeaderComponent, BarsaTableRowComponent, BarsaTagCategoriesComponent, BarsaTagChipComponent, BarsaTagsCategoryRowComponent, BarsaTextEllipsisComponent, BarsaThemeComponent, BarsaThemeInspectorComponent, BarsaTinyemceComponent, BarsaToolbaritemSearchComponent, BarsaTreeItemComponent, BarsaUlvMainComponent, BlobViewerComponent, BreadcrumbComponent, CalendarMonthInfo, CalendarService, CaptchaFieldComponent, CardItemComponent, CardReportNavigatorComponent, CardViewContentComponent, ColRendererDirective, ColumnMatrixRendererComponent, ContentDensityDirective, CustomDateTimeComponent, DarkClassDirective, Day, DeviceInfoFieldBaseComponent, DialogHandlerDirective, DownloadFilesDirective, DynamicCommandComponent, DynamicPageSizePipe, FileCardViewerComponent, FileGalleryViewerComponent, FileInDialogComponent, FileViewerComponent, FileViewerContentComponent, FileViewerPopoverComponent, FixMoreDirective, FormDialogComponent, FormDialogLessComponent, FormToolbarButtonComponent, FormToolbarComponent, FormWizardComponent, FullscreenDialogDirective, FullscreenFilesDirective, FundamentalDynamicFormComponent, GanttDhtmlChartViewComponent, GetFormLayoutGrid, GlobalSearchComponent, GlobalSearchModuleComponent, GlobalSearchPanelComponent, HeaderAvatarComponent, HtreeCreateNewComponent, HyperlinkComponent, IconBusinessSuite, IconTNT, InlineSaveAndCancelComponent, LayoutActionsComponent, LayoutControlComponent, LayoutWizardComponent, ListItemComponent, LyEmptySpaceComponent, LyHorizontalLayoutComponent, LyLabelComponent, LyLayoutContainerComponent, LyLayoutContainerOfRootComponent, LyLayoutFieldLabelComponent, LyLayoutPanelComponent, LyLineComponent, LySimpleLabelComponent, LyTabContainerComponent, LyTabPageComponent, LyVerticalLayoutComponent, ManageFiltersReportComponent, MaskComponent, MatrixValuePipe, MessageStripComponent, NoDataComponent, NodeHasOneDepthLevelPipe, NotificationItemActionsComponent, NotificationItemComponent, ObjectStatusIconPipe, ProgressIndicatorComponent, ReportNewTopFormComponent, ReportSearchFieldsHiddenSettingsComponent, ReportSearchFieldsManageComponent, ReportSearchPanelSaveComponent, ReportViewRendererDirective, ResponsiveToolbarComponent, ResponsiveToolbarRendererComponent, RichTextColumnController, RichTextFieldController, RichTextStaticComponent, SapFontClassPipe, SapFontPipe, SapSizePipe, SapUiReportBaseComponent, SearchPanelComponent, StaticTextComponent, StringToArrayPipe, TableThDirective, TitleComponent, UiAspReportViewerComponent, UiBpmnViewerComponent, UiButtonComponent, UiCalendarComponent, UiCardViewComponent, UiCardViewHorizontalGroupComponent, UiCheckBoxComponent, UiColorUiComponent, UiContainerWithButtonComponent, UiDateRangeExComponent, UiDateTimeComponent, UiEditableGridComponent, UiExceptionFormComponent, UiFileLinearListBoxComponent, UiFormPanelComponent, UiGanttChartComponent, UiGraphComponent, UiGridColumnsComponent, UiGridComponent, UiGridFilterItemComponent, UiGridFilterSettingsComponent, UiGridSortItemComponent, UiGridSortSettingComponent, UiHtmlViewerComponent, UiInfoBarPanelComponent, UiLabelComponent, UiLinearListContainerWithButtonComponent, UiListViewComponent, UiMapComponent, UiMapReportComponent, UiMatrixViewComponent, UiMoInfoComboViewerComponent, UiMoInfoGeneralObjectUiComponent, UiMoInfoSubFormUiComponent, UiMoInfoUlvComboComponent, UiMonacoEditorComponent, UiMultiSelectCardComponent, UiMultiSelectCheckboxComponent, UiMultiSelectComboComponent, UiMultiSelectRadioComponent, UiMultiSelectSliderComponent, UiMultiSelectSmileComponent, UiNotificationViewComponent, UiNumDecimalUiComponent, UiNumIntSliderComponent, UiNumIntUiComponent, UiPdfViewerComponent, UiPictureFileComponent, UiPicturesInfoComponent, UiRadioGroupComponent, UiReadOnlyFieldComponent, UiReportCarouselViewComponent, UiReportContainerComponent, UiSearchCommandInfoUiComponent, UiSignatureComponent, UiSimpleComboComponent, UiSinglePictureComponent, UiSwitchButtonComponent, UiTableViewComponent, UiTextAreaComponent, UiTextFieldAutoCompleteComponent, UiTextFieldComponent, UiTimeSpanComponent, UiTinymceComponent, UiTreeComponent, UiTreeViewComponent, UiUlvFormMultiSelectUiComponent, UiUlvMainUiComponent, UiWorkflowPanelUiComponent, UlLoadingMaskUiComponent, UlMsgBoxAdapterComponent, UlNotifyPopupComponent, UlToastAdapterComponent, UlvColumnSettingsComponent, UlvContextMenuComponent, UlvFilterSettingsComponent, UlvFormMultiSelectComponent, UlvGroupbySettingsComponent, UlvPagingComponent, UlvSelectionComponent, UlvSettingsComponent, UlvSortSettingsComponent, UlvToolbarComponent, UploadFileStatusPipe, UtilDateToHhMmPipe, WidthTypeEnum, WizardLayoutDirective, _trimEnd, insertAvatar };
|
|
5479
|
-
export type { DropInfo, FormLayoutCol, IRichTextColumnView, IRichTextController, IRichTextFieldView, MegaMenuGroup, MegaMenuItem };
|
|
5507
|
+
export type { DropInfo, FormLayoutCol, IRichTextColumnView, IRichTextController, IRichTextFieldView, MegaMenuGroup, MegaMenuItem, SpecificRangeInputMode, UiDateRangeExParameters };
|