barsa-sap-ui 2.0.122 → 2.0.123
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/apply-conditional-formmatings.directive.mjs +1 -1
- package/esm2022/lib/barsa-form-side-content/barsa-form-side-content.component.mjs +2 -2
- package/esm2022/lib/barsa-sap-ui.module.mjs +10 -3
- package/esm2022/lib/barsa-table-column/barsa-table-column.component.mjs +3 -3
- package/esm2022/lib/barsa-table-header/barsa-table-header.component.mjs +3 -3
- package/esm2022/lib/barsa-table-row/barsa-table-row.component.mjs +3 -3
- package/esm2022/lib/card-item/card-item.component.mjs +4 -4
- package/esm2022/lib/column-renderer/column-renderer.component.mjs +3 -3
- package/esm2022/lib/index.mjs +4 -3
- package/esm2022/lib/ly-layout-panel/ly-layout-panel.component.mjs +7 -2
- package/esm2022/lib/ui-card-view/ui-card-view.component.mjs +3 -3
- package/esm2022/lib/ui-table-view/ui-table-view.component.mjs +3 -3
- package/fesm2022/barsa-sap-ui.mjs +53 -40
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/lib/apply-conditional-formmatings.directive.d.ts +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/ly-layout-panel/ly-layout-panel.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ export declare class ApplyConditionalFormatsDirective extends BaseDirective impl
|
|
|
14
14
|
}[];
|
|
15
15
|
styleIndex: number[];
|
|
16
16
|
hostEl: any;
|
|
17
|
-
dbName: string;
|
|
17
|
+
dbName: string | undefined;
|
|
18
18
|
style: string;
|
|
19
19
|
constructor(_el: ElementRef, renderer2: Renderer2);
|
|
20
20
|
ngOnInit(): void;
|
package/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RtlService, GlobalContentDensityService, ThemingService } from '@fundamental-ngx/core';
|
|
2
|
-
import { PortalService } from 'barsa-novin-ray-core';
|
|
2
|
+
import { LocalStorageService, PortalService } from 'barsa-novin-ray-core';
|
|
3
3
|
import { LyLayoutContainerOfRootComponent } from './ly-layout-container-of-root/ly-layout-container-of-root.component';
|
|
4
4
|
import { UlvSelectionComponent } from './ulv-selection/ulv-selection.component';
|
|
5
5
|
import { UlvToolbarComponent } from './ulv-toolbar/ulv-toolbar.component';
|
|
@@ -98,4 +98,4 @@ import { ObjectStatusIconPipe } from './object-status-icon.pipe';
|
|
|
98
98
|
export declare const components: (typeof LayoutControlComponent | typeof UlvColumnSettingsComponent | typeof UiGridSortSettingComponent | typeof UlvSortSettingsComponent | typeof UlvGroupbySettingsComponent | typeof UlvFilterSettingsComponent | 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 BarsaUlvMainComponent | typeof UiUlvMainUiComponent | typeof BarsaTreeItemComponent | 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 CardItemComponent | typeof ListItemComponent | typeof BarsaTableRowComponent | typeof BarsaTableColumnComponent | typeof BreadcrumbComponent | typeof FormToolbarButtonComponent | typeof ReportNewTopFormComponent | typeof BarsaNetworkOfflineComponent | typeof FileViewerContentComponent | typeof FileViewerComponent | typeof BlobViewerComponent | typeof BarsaCartableFormComponent | typeof BarsaCartableGroupComponent | typeof BarsaToolbaritemSearchComponent | typeof BarsaTextEllipsisComponent | typeof BarsaBarPanelComponent | typeof BarsaFormSideContentComponent | typeof BarsaSimpleFormComponent | typeof BarsaCardRowPayamComponent | typeof BarsaQuestionPostComponent | typeof BarsaQuestionAnswerFormComponent | typeof BarsaAnswerCardComponent | typeof BarsaTagChipComponent | typeof BarsaCustomInlineEditComponent | typeof BarsaCustomInlineEditRowComponent | typeof BarsaChatComponent)[];
|
|
99
99
|
export declare const pipes: (typeof MatrixValuePipe | typeof ObjectStatusIconPipe | typeof StringToArrayPipe | typeof UploadFileStatusPipe | typeof NodeHasOneDepthLevelPipe | typeof AvatarGridColPipe)[];
|
|
100
100
|
export declare const directives: (typeof WizardLayoutDirective | typeof ColRendererDirective | typeof ApplyConditionalFormatsDirective | typeof ReportViewRendererDirective | typeof FullscreenDialogDirective | typeof FullscreenFilesDirective | typeof DownloadFilesDirective | typeof DialogHandlerDirective | typeof TableThDirective)[];
|
|
101
|
-
export declare const INIT_SAPFIORI: (rtlService: RtlService, contentDensityService: GlobalContentDensityService, themeService: ThemingService, portalService: PortalService, domSanitizer: DomSanitizer) => () => void;
|
|
101
|
+
export declare const INIT_SAPFIORI: (rtlService: RtlService, contentDensityService: GlobalContentDensityService, themeService: ThemingService, portalService: PortalService, domSanitizer: DomSanitizer, localStorageService: LocalStorageService) => () => void;
|