barsa-sap-ui 2.2.20 → 2.2.22
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/esm2022/lib/barsa-ulv-main/barsa-ulv-main.component.mjs +2 -2
- package/esm2022/lib/download-files.directive.mjs +2 -2
- package/esm2022/lib/report-new-top-form/report-new-top-form.component.mjs +2 -1
- package/esm2022/lib/ui-multi-select-card/ui-multi-select-card.component.mjs +3 -3
- package/esm2022/lib/ui-multi-select-radio/ui-multi-select-radio.component.mjs +3 -3
- package/esm2022/lib/ui-picture-file/ui-picture-file.component.mjs +3 -3
- package/esm2022/lib/ui-pictures-info/ui-pictures-info.component.mjs +3 -3
- package/esm2022/lib/ui-radio-group/ui-radio-group.component.mjs +3 -3
- package/fesm2022/barsa-sap-ui.mjs +14 -13
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/lib/barsa-sap-ui.module.d.ts +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/report-new-top-form/report-new-top-form.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -243,7 +243,7 @@ import * as i238 from "./util-chat-time-badge.pipe";
|
|
|
243
243
|
export declare class BarsaSapUiModule extends BaseModule {
|
|
244
244
|
protected dcm: DynamicComponentService;
|
|
245
245
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
246
|
-
protected dynamicComponents: (typeof import("barsa-sap-ui").LayoutControlComponent | typeof import("barsa-sap-ui").UlvColumnSettingsComponent | typeof import("barsa-sap-ui").
|
|
246
|
+
protected dynamicComponents: (typeof import("barsa-sap-ui").LayoutControlComponent | typeof import("barsa-sap-ui").UlvColumnSettingsComponent | typeof import("barsa-sap-ui").UlvSortSettingsComponent | typeof import("barsa-sap-ui").UlvGroupbySettingsComponent | typeof import("barsa-sap-ui").UlvFilterSettingsComponent | typeof import("barsa-sap-ui").UiGridSortSettingComponent | typeof import("barsa-sap-ui").UiMoInfoGeneralObjectUiComponent | typeof import("barsa-sap-ui").FileInDialogComponent | typeof import("barsa-sap-ui").BarsaAspViewerComponent | typeof import("barsa-sap-ui").CustomDateTimeComponent | typeof import("barsa-sap-ui").UiExceptionFormComponent | typeof import("barsa-sap-ui").UiGraphComponent | typeof import("barsa-sap-ui").UlvContextMenuComponent | typeof import("barsa-sap-ui").ColumnRendererComponent | typeof import("barsa-sap-ui").BarsaTableHeaderComponent | typeof import("barsa-sap-ui").UlNotifyPopupComponent | typeof import("barsa-sap-ui").ReportSearchPanelSaveComponent | typeof import("barsa-sap-ui").ReportSearchFieldsHiddenSettingsComponent | typeof import("barsa-sap-ui").ReportSearchFieldsManageComponent | typeof import("barsa-sap-ui").ManageFiltersReportComponent | typeof import("barsa-sap-ui").ReportNavigatorComponent | typeof import("barsa-sap-ui").LyLineComponent | typeof import("barsa-sap-ui").UiUlvMainUiComponent | typeof import("barsa-sap-ui").BarsaUlvMainComponent | typeof import("barsa-sap-ui").BarsaMonacoEditorComponent | typeof import("barsa-sap-ui").BarsaTinyemceComponent | typeof import("barsa-sap-ui").UlvFormMultiSelectComponent | typeof import("barsa-sap-ui").UiUlvFormMultiSelectUiComponent | typeof import("barsa-sap-ui").LayoutActionsComponent | typeof import("barsa-sap-ui").FundamentalDynamicFormComponent | typeof import("barsa-sap-ui").UlToastAdapterComponent | typeof import("barsa-sap-ui").GlobalSearchModuleComponent | typeof import("barsa-sap-ui").GlobalSearchPanelComponent | typeof import("barsa-sap-ui").LySimpleLabelComponent | typeof import("barsa-sap-ui").UlLoadingMaskUiComponent | typeof import("barsa-sap-ui").UlMsgBoxAdapterComponent | typeof import("barsa-sap-ui").LyLabelComponent | typeof import("barsa-sap-ui").LyVerticalLayoutComponent | typeof import("barsa-sap-ui").LyHorizontalLayoutComponent | typeof import("barsa-sap-ui").UiPicturesInfoComponent | typeof import("barsa-sap-ui").FormDialogLessComponent | typeof import("barsa-sap-ui").UiFormPanelComponent | typeof import("barsa-sap-ui").LayoutWizardComponent | typeof import("barsa-sap-ui").ResponsiveToolbarRendererComponent | typeof import("barsa-sap-ui").ResponsiveToolbarComponent | typeof FormDialogComponent | typeof import("barsa-sap-ui").UlvSettingsComponent | typeof import("barsa-sap-ui").UiInfoBarPanelComponent | typeof import("barsa-sap-ui").UlvPagingComponent | typeof import("barsa-sap-ui").UlvToolbarComponent | typeof import("barsa-sap-ui").UlvSelectionComponent | typeof import("barsa-sap-ui").LyLayoutContainerOfRootComponent | typeof import("barsa-sap-ui").BarsaTableColumnComponent | typeof import("barsa-sap-ui").BreadcrumbComponent | typeof import("barsa-sap-ui").FormToolbarButtonComponent | typeof import("barsa-sap-ui").BarsaNetworkOfflineComponent | typeof import("barsa-sap-ui").FileViewerContentComponent | typeof import("barsa-sap-ui").FileViewerComponent | typeof import("barsa-sap-ui").BlobViewerComponent | typeof import("barsa-sap-ui").BarsaCartableFormComponent | typeof import("barsa-sap-ui").BarsaToolbaritemSearchComponent | typeof import("barsa-sap-ui").BarsaTextEllipsisComponent | typeof import("barsa-sap-ui").BarsaBarPanelComponent | typeof import("barsa-sap-ui").BarsaFormSideContentComponent | typeof import("barsa-sap-ui").BarsaSimpleFormComponent | typeof import("barsa-sap-ui").BarsaQuestionPostComponent | typeof import("barsa-sap-ui").BarsaQuestionAnswerFormComponent | typeof import("barsa-sap-ui").BarsaCustomInlineEditComponent | typeof import("barsa-sap-ui").BarsaChatComponent | typeof import("barsa-sap-ui").NotificationItemActionsComponent)[];
|
|
247
247
|
constructor(dcm: DynamicComponentService, componentFactoryResolver: ComponentFactoryResolver);
|
|
248
248
|
static forRoot(): ModuleWithProviders<BarsaSapUiModule>;
|
|
249
249
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiModule, never>;
|
package/lib/index.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ import { AvatarGridColPipe } from './avatar-size.pipe';
|
|
|
86
86
|
import { TableThDirective } from './table-th.directive';
|
|
87
87
|
import { ObjectStatusIconPipe } from './object-status-icon.pipe';
|
|
88
88
|
import { NotificationItemActionsComponent } from './notification-item-actions/notification-item-actions.component';
|
|
89
|
-
export declare const components: (typeof LayoutControlComponent | typeof UlvColumnSettingsComponent | typeof
|
|
90
|
-
export declare const pipes: (typeof
|
|
89
|
+
export declare const components: (typeof LayoutControlComponent | typeof UlvColumnSettingsComponent | typeof UlvSortSettingsComponent | typeof UlvGroupbySettingsComponent | typeof UlvFilterSettingsComponent | typeof UiGridSortSettingComponent | typeof UiMoInfoGeneralObjectUiComponent | typeof FileInDialogComponent | typeof BarsaAspViewerComponent | typeof CustomDateTimeComponent | typeof UiExceptionFormComponent | typeof UiGraphComponent | typeof UlvContextMenuComponent | typeof ColumnRendererComponent | typeof BarsaTableHeaderComponent | typeof UlNotifyPopupComponent | typeof ReportSearchPanelSaveComponent | typeof ReportSearchFieldsHiddenSettingsComponent | typeof ReportSearchFieldsManageComponent | typeof ManageFiltersReportComponent | typeof ReportNavigatorComponent | typeof LyLineComponent | typeof UiUlvMainUiComponent | typeof BarsaUlvMainComponent | typeof BarsaMonacoEditorComponent | typeof BarsaTinyemceComponent | typeof UlvFormMultiSelectComponent | typeof UiUlvFormMultiSelectUiComponent | typeof LayoutActionsComponent | typeof FundamentalDynamicFormComponent | typeof UlToastAdapterComponent | typeof GlobalSearchModuleComponent | typeof GlobalSearchPanelComponent | typeof LySimpleLabelComponent | typeof UlLoadingMaskUiComponent | typeof UlMsgBoxAdapterComponent | typeof LyLabelComponent | typeof LyVerticalLayoutComponent | typeof LyHorizontalLayoutComponent | typeof UiPicturesInfoComponent | typeof FormDialogLessComponent | typeof UiFormPanelComponent | typeof LayoutWizardComponent | typeof ResponsiveToolbarRendererComponent | typeof ResponsiveToolbarComponent | typeof FormDialogComponent | typeof UlvSettingsComponent | typeof UiInfoBarPanelComponent | typeof UlvPagingComponent | typeof UlvToolbarComponent | typeof UlvSelectionComponent | typeof LyLayoutContainerOfRootComponent | typeof BarsaTableColumnComponent | typeof BreadcrumbComponent | typeof FormToolbarButtonComponent | typeof BarsaNetworkOfflineComponent | typeof FileViewerContentComponent | typeof FileViewerComponent | typeof BlobViewerComponent | typeof BarsaCartableFormComponent | typeof BarsaToolbaritemSearchComponent | typeof BarsaTextEllipsisComponent | typeof BarsaBarPanelComponent | typeof BarsaFormSideContentComponent | typeof BarsaSimpleFormComponent | typeof BarsaQuestionPostComponent | typeof BarsaQuestionAnswerFormComponent | typeof BarsaCustomInlineEditComponent | typeof BarsaChatComponent | typeof NotificationItemActionsComponent)[];
|
|
90
|
+
export declare const pipes: (typeof StringToArrayPipe | typeof MatrixValuePipe | typeof ObjectStatusIconPipe | typeof UploadFileStatusPipe | typeof NodeHasOneDepthLevelPipe | typeof AvatarGridColPipe)[];
|
|
91
91
|
export declare const directives: (typeof WizardLayoutDirective | typeof ColRendererDirective | typeof ApplyConditionalFormatsDirective | typeof ReportViewRendererDirective | typeof FullscreenDialogDirective | typeof FullscreenFilesDirective | typeof DownloadFilesDirective | typeof DialogHandlerDirective | typeof TableThDirective)[];
|
|
92
92
|
export declare const INIT_SAPFIORI: (rtlService: RtlService, contentDensityService: GlobalContentDensityService, themeService: ThemingService, portalService: PortalService, domSanitizer: DomSanitizer, localStorageService: LocalStorageService) => () => void;
|
|
@@ -7,6 +7,7 @@ export declare class ReportNewTopFormComponent extends BaseViewItemPropsComponen
|
|
|
7
7
|
save: EventEmitter<MetaobjectDataModel>;
|
|
8
8
|
rewriteInlineEditLayout94: boolean;
|
|
9
9
|
newMo: MetaobjectDataModel;
|
|
10
|
+
rewriteLayout: boolean;
|
|
10
11
|
ngOnInit(): void;
|
|
11
12
|
onAdd(): void;
|
|
12
13
|
onSave(): void;
|