barsa-novin-ray-core 2.3.145 → 2.3.149
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-novin-ray-core-barsa-novin-ray-core-D50KRKKo.mjs → barsa-novin-ray-core-barsa-novin-ray-core-D0tt2ECR.mjs} +402 -70
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-D0tt2ECR.mjs.map +1 -0
- package/fesm2022/{barsa-novin-ray-core-barsa-report-page.module-7QOR1HJT.mjs → barsa-novin-ray-core-barsa-report-page.module-2Plo4BPj.mjs} +2 -2
- package/fesm2022/{barsa-novin-ray-core-barsa-report-page.module-7QOR1HJT.mjs.map → barsa-novin-ray-core-barsa-report-page.module-2Plo4BPj.mjs.map} +1 -1
- package/fesm2022/barsa-novin-ray-core.mjs +1 -1
- package/index.d.ts +88 -16
- package/package.json +1 -1
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-D50KRKKo.mjs.map +0 -1
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { NgModule, inject, ComponentFactoryResolver, NO_ERRORS_SCHEMA, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
3
3
|
import { FormsModule } from '@angular/forms';
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
|
-
import { r as reportRoutes, f as formRoutes, R as ReportEmptyPageComponent, B as BaseModule, D as DynamicComponentService } from './barsa-novin-ray-core-barsa-novin-ray-core-
|
|
5
|
+
import { r as reportRoutes, f as formRoutes, R as ReportEmptyPageComponent, B as BaseModule, D as DynamicComponentService } from './barsa-novin-ray-core-barsa-novin-ray-core-D0tt2ECR.mjs';
|
|
6
6
|
import * as i1 from '@angular/router';
|
|
7
7
|
import { RouterModule } from '@angular/router';
|
|
8
8
|
|
|
@@ -55,4 +55,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
55
55
|
}], ctorParameters: () => [] });
|
|
56
56
|
|
|
57
57
|
export { BarsaReportPageModule };
|
|
58
|
-
//# sourceMappingURL=barsa-novin-ray-core-barsa-report-page.module-
|
|
58
|
+
//# sourceMappingURL=barsa-novin-ray-core-barsa-report-page.module-2Plo4BPj.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"barsa-novin-ray-core-barsa-report-page.module-
|
|
1
|
+
{"version":3,"file":"barsa-novin-ray-core-barsa-report-page.module-2Plo4BPj.mjs","sources":["../../../projects/barsa-novin-ray-core/src/lib/report-page-routing/barsa-report-page-routing.module.ts","../../../projects/barsa-novin-ray-core/src/lib/report-page-routing/barsa-report-page.module.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\r\nimport { Routes, RouterModule } from '@angular/router'; // CLI imports router\r\nimport { formRoutes } from '../form-page-routing';\r\nimport { ReportEmptyPageComponent } from '../report-empty-page/report-empty-page.component';\r\nimport { reportRoutes } from './constants';\r\n\r\nconst routes: Routes = [\r\n {\r\n path: '',\r\n component: ReportEmptyPageComponent,\r\n children: [reportRoutes(), formRoutes()],\r\n data: {\r\n hideBreadCrumb: true\r\n }\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class BarsaReportPageRoutingModule {}\r\n","import { ComponentFactoryResolver, CUSTOM_ELEMENTS_SCHEMA, NgModule, NO_ERRORS_SCHEMA, inject } from '@angular/core';\r\nimport { FormsModule } from '@angular/forms';\r\nimport { CommonModule } from '@angular/common';\r\nimport { BaseModule } from '../base.module';\r\nimport { DynamicComponentService } from '../services';\r\nimport { BarsaReportPageRoutingModule } from './barsa-report-page-routing.module';\r\n\r\nconst components = [];\r\n\r\n@NgModule({\r\n imports: [CommonModule, FormsModule, BarsaReportPageRoutingModule],\r\n declarations: [...components],\r\n exports: [...components],\r\n schemas: [NO_ERRORS_SCHEMA, CUSTOM_ELEMENTS_SCHEMA]\r\n})\r\nexport class BarsaReportPageModule extends BaseModule {\r\n protected dcm: DynamicComponentService;\r\n protected cfr: ComponentFactoryResolver;\r\n\r\n protected dynamicComponents = [...components];\r\n\r\n /** Inserted by Angular inject() migration for backwards compatibility */\r\n \r\n constructor() {\r\n const dcm = inject(DynamicComponentService);\r\n const cfr = inject(ComponentFactoryResolver);\r\n\r\n super(dcm, cfr, 'BarsaReportPageModule');\r\n \r\n this.dcm = dcm;\r\n this.cfr = cfr;\r\n }\r\n}\r\n"],"names":[],"mappings":";;;;;;;;AAMA,MAAM,MAAM,GAAW;AACnB,IAAA;AACI,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,QAAQ,EAAE,CAAC,YAAY,EAAE,EAAE,UAAU,EAAE,CAAC;AACxC,QAAA,IAAI,EAAE;AACF,YAAA,cAAc,EAAE;AACnB;AACJ;CACJ;MAMY,4BAA4B,CAAA;8GAA5B,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,4BAA4B,wCAF3B,YAAY,CAAA,EAAA,CAAA,CAAA;+GAEb,4BAA4B,EAAA,OAAA,EAAA,CAH3B,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,EAC7B,YAAY,CAAA,EAAA,CAAA,CAAA;;2FAEb,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAJxC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;oBACxC,OAAO,EAAE,CAAC,YAAY;AACzB,iBAAA;;;ACbD,MAAM,UAAU,GAAG,EAAE;AAQf,MAAO,qBAAsB,SAAQ,UAAU,CAAA;;AAQjD,IAAA,WAAA,GAAA;AACI,QAAA,MAAM,GAAG,GAAG,MAAM,CAAC,uBAAuB,CAAC;AAC3C,QAAA,MAAM,GAAG,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAE5C,QAAA,KAAK,CAAC,GAAG,EAAE,GAAG,EAAE,uBAAuB,CAAC;AARlC,QAAA,IAAA,CAAA,iBAAiB,GAAG,CAAC,GAAG,UAAU,CAAC;AAUzC,QAAA,IAAI,CAAC,GAAG,GAAG,GAAG;AACd,QAAA,IAAI,CAAC,GAAG,GAAG,GAAG;;8GAfT,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,qBAAqB,EALpB,OAAA,EAAA,CAAA,YAAY,EAAE,WAAW,EAAE,4BAA4B,CAAA,EAAA,CAAA,CAAA;AAKxD,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,qBAAqB,EALpB,OAAA,EAAA,CAAA,YAAY,EAAE,WAAW,EAAE,4BAA4B,CAAA,EAAA,CAAA,CAAA;;2FAKxD,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBANjC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,WAAW,EAAE,4BAA4B,CAAC;AAClE,oBAAA,YAAY,EAAE,CAAC,GAAG,UAAU,CAAC;AAC7B,oBAAA,OAAO,EAAE,CAAC,GAAG,UAAU,CAAC;AACxB,oBAAA,OAAO,EAAE,CAAC,gBAAgB,EAAE,sBAAsB;AACrD,iBAAA;;;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { cx as APP_VERSION, a5 as AbsoluteDivBodyDirective, fx as AddDynamicFormStyles, eX as AffixRespondEvents, f9 as AllFilesMimeType, A as AnchorScrollDirective, bq as ApiService, dx as ApplicationBaseComponent, bY as ApplicationCtrlrService, u as AttrRtlDirective, fb as AudioMimeType, bG as AudioRecordingService, fD as AuthGuard, dD as BarsaApi, bu as BarsaDialogService, aI as BarsaIconDictPipe, fT as BarsaNovinRayCoreModule, ai as BarsaReadonlyDirective, co as BarsaSapUiFormPageModule, bK as BarsaStorageService, dK as BaseColumnPropsComponent, t as BaseComponent, cq as BaseController, v as BaseDirective, c as BaseDynamicComponent, m as BaseFormToolbaritemPropsComponent, k as BaseItemContentPropsComponent, B as BaseModule, d7 as BaseReportModel, c4 as BaseSettingsService, dP as BaseUlvSettingComponent, h as BaseViewContentPropsComponent, i as BaseViewItemPropsComponent, g as BaseViewPropsComponent, aH as BbbTranslatePipe, Z as BodyClickDirective, cV as BoolControlInfoModel, br as BreadcrumbService, cu as ButtonLoadingComponent, cW as CalculateControlInfoModel, cj as CalendarSettingsStore, aQ as CanUploadFilePipe, l as CardBaseItemContentPropsComponent, C as CardDynamicItemComponent, bg as CardMediaSizePipe, c3 as CardViewService, ff as ChangeLayoutInfoCustomUi, bk as ChunkArrayPipe, cR as CodeEditorControlInfoModel, di as ColSetting, a$ as ColumnCustomComponentPipe, aY as ColumnCustomUiPipe, b1 as ColumnIconPipe, dN as ColumnRendererBase, dO as ColumnRendererViewBase, w as ColumnResizerDirective, bO as ColumnService, ak as ColumnValueDirective, bb as ColumnValueOfParametersPipe, b0 as ColumnValuePipe, b3 as ComboRowImagePipe, cJ as CommandControlInfoModel, fz as ContainerComponent, bx as ContainerService, av as ContextMenuPipe, aK as ControlUiPipe, ay as ConvertToStylePipe, Q as CopyDirective, a0 as CountDownDirective, d9 as CustomCommand, bs as CustomInjector, fC as CustomRouteReuseStrategy, fL as DEFAULT_REPORT_LAYOUT_POLICY, cy as DIALOG_SERVICE, cf as DateHijriService, cg as DateMiladiService, dl as DateRanges, ce as DateService, ch as DateShamsiService, cU as DateTimeControlInfoModel, d8 as DefaultCommandsAccessValue, dg as DefaultGridSetting, ek as DeviceWidth, bt as DialogParams, x as DynamicCommandDirective, D as DynamicComponentService, bj as DynamicDarkColorPipe, d as DynamicFormComponent, n as DynamicFormToolbaritemComponent, e as DynamicItemComponent, o as DynamicLayoutComponent, ac as DynamicRootVariableDirective, a2 as DynamicStyleDirective, q as DynamicUlvPagingComponent, p as DynamicUlvToolbarComponent, S as EllapsisTextDirective, y as EllipsifyDirective, a as EmptyPageComponent, E as EmptyPageWithRouterAndRouterOutletComponent, ci as EntitySettingsStore, cS as EnumControlInfoModel, f1 as ExecuteDynamicCommand, f2 as ExecuteWorkflowChoiceDef, cz as FORM_DIALOG_COMPONENT, dq as FieldBaseComponent, cr as FieldBaseController, F as FieldDirective, d6 as FieldInfoTypeEnum, cn as FieldUiComponent, dr as FieldViewBase, cI as FileControlInfoModel, aJ as FileInfoCountPipe, cH as FilePictureInfoModel, dC as FilesValidationHelper, eG as FillAllLayoutControls, V as FillEmptySpaceDirective, aV as FilterColumnsByDetailsPipe, bd as FilterInlineActionListPipe, aC as FilterPipe, aF as FilterStringPipe, aD as FilterTabPipe, aM as FilterToolbarControlPipe, b8 as FilterWorkflowInMobilePipe, aU as FindColumnByDbNamePipe, eF as FindGroup, eI as FindLayoutSettingFromLayout94, b6 as FindPreviewColumnPipe, eH as FindToolbarItem, aP as FioriIconPipe, ds as FormBaseComponent, X as FormCloseDirective, cm as FormComponent, dM as FormFieldReportPageComponent, ck as FormNewComponent, dI as FormPageBaseComponent, dJ as FormPageComponent, bv as FormPanelService, dF as FormPropsBaseComponent, bw as FormService, dt as FormToolbarBaseComponent, d3 as FormToolbarButton, cM as GaugeControlInfoModel, cD as GeneralControlInfoModel, eC as GetAllColumnsSorted, eJ as GetAllHorizontalFromLayout94, fd as GetContentType, bp as GetCssVariableValuePipe, eM as GetDefaultMoObjectInfo, fj as GetImgTags, fe as GetViewableExtensions, eD as GetVisibleValue, dh as GridSetting, eE as GroupBy, au as GroupByPipe, bS as GroupByService, aw as HeaderFacetValuePipe, bc as HideAcceptCancelButtonsPipe, b9 as HideColumnsInmobilePipe, cO as HistoryControlInfoModel, by as HorizontalLayoutService, ad as HorizontalResponsiveDirective, cK as IconControlInfoModel, b_ as IdbService, I as ImageLazyDirective, f7 as ImageMimeType, fk as ImagetoPrint, bV as InMemoryStorageService, bJ as IndexedDbService, eW as InputNumber, z as IntersectionObserverDirective, fA as IntersectionStatus, fr as IsDarkMode, b4 as IsExpandedNodePipe, be as IsImagePipe, G as ItemsRendererDirective, bh as LabelStarTrimPipe, a4 as LabelmandatoryDirective, dy as LayoutItemBaseComponent, bT as LayoutMainContentService, dz as LayoutPanelBaseComponent, bz as LayoutService, ap as LeafletLongPressDirective, cY as LinearListControlInfoModel, dG as LinearListHelper, aR as ListCountPipe, cZ as ListRelationModel, a6 as LoadExternalFilesDirective, bI as LocalStorageService, bA as LogService, cc as LoginSettingsResolver, bl as MapToChatMessagePipe, M as MasterDetailsPageComponent, ae as MeasureFormTitleWidthDirective, aT as MergeFieldsToColumnsPipe, c$ as MetaobjectDataModel, d5 as MetaobjectRelationModel, fc as MimeTypes, d1 as MoForReportModel, d0 as MoForReportModelBase, aW as MoInfoUlvMoListPipe, a_ as MoInfoUlvPagingPipe, aE as MoReportValueConcatPipe, as as MoReportValuePipe, aB as MoValuePipe, Y as MobileDirective, ct as ModalRootComponent, aN as MultipleGroupByPipe, cA as NOTIFICATAION_POPUP_SERVER, cC as NOTIFICATION_WEBWORKER_FACTORY, bF as NetworkStatusService, N as NotFoundComponent, bM as NotificationService, a3 as NowraptextDirective, dB as NumberBaseComponent, cG as NumberControlInfoModel, H as NumbersOnlyInputDirective, at as NumeralPipe, af as OverflowTextDirective, dA as PageBaseComponent, dH as PageWithFormHandlerBaseComponent, f8 as PdfMimeType, aO as PictureFieldSourcePipe, cL as PictureFileControlInfoModel, bm as PicturesByGroupIdPipe, J as PlaceHolderDirective, c7 as PortalDynamicPageResolver, c8 as PortalFormPageResolver, P as PortalPageComponent, c9 as PortalPageResolver, b as PortalPageSidebarComponent, ca as PortalReportPageResolver, bB as PortalService, en as PreventDefaulEvent, _ as PreventDefaultDirective, a8 as PrintFilesDirective, fl as PrintImage, bL as PromptUpdateService, fJ as PushBannerComponent, bZ as PushCheckService, c2 as PushNotificationService, fK as REPORT_GRID_VIEWPORT_CLASS, fM as REPORT_TYPE_DEFAULT_POLICIES, b$ as RUNTIME_NAV_STATE_SCHEMA_V1, cP as RabetehAkseTakiListiControlInfoModel, fE as RedirectHomeGuard, cQ as RelatedReportControlInfoModel, cN as RelationListControlInfoModel, fy as RemoveDynamicFormStyles, aA as RemoveNewlinePipe, a7 as RenderUlvDirective, L as RenderUlvPaginDirective, K as RenderUlvViewerDirective, b7 as ReplacePipe, bo as ReportActionListPipe, dv as ReportBaseComponent, d2 as ReportBaseInfo, cd as ReportBreadcrumbResolver, dd as ReportCalendarModel, cl as ReportContainerComponent, R as ReportEmptyPageComponent, d4 as ReportExtraInfo, dk as ReportField, dc as ReportFormModel, dw as ReportItemBaseComponent, db as ReportListModel, da as ReportModel, cp as ReportNavigatorComponent, de as ReportTreeModel, dE as ReportViewBaseComponent, df as ReportViewColumn, fG as ResizableComponent, fH as ResizableDirective, fI as ResizableModule, aq as ResizeHandlerDirective, aj as ResizeObserverDirective, aX as ReversePipe, cF as RichStringControlInfoModel, fF as RootPageComponent, s as RootPortalComponent, dZ as RotateImage, a1 as RouteFormChangeDirective, bR as RoutingService, cT as RowDataOption, b2 as RowNumberPipe, j as RowState, c1 as RuntimeNavStateCacheService, ar as SafeBottomDirective, aZ as SanitizeTextPipe, a9 as SaveImageDirective, fm as SaveImageToFile, bQ as SaveScrollPositionService, bn as ScopedCssPipe, bW as ScrollLayoutContextHolder, am as ScrollPersistDirective, al as ScrollToSelectedDirective, dn as SelectionMode, ax as SeperatorFixPipe, bP as ServiceWorkerCommuncationService, bN as ServiceWorkerNotificationService, bX as ShellbarHeightService, ah as ShortcutHandlerDirective, ag as ShortcutRegisterDirective, c5 as SimpleTemplateEngine, ao as SimplebarDirective, c_ as SingleRelationControlInfoModel, dm as SortDirection, aG as SortPipe, dj as SortSetting, ab as SplideSliderDirective, bi as SplitPipe, cw as SplitterComponent, $ as StopPropagationDirective, cE as StringControlInfoModel, ba as StringToNumberPipe, cX as SubformControlInfoModel, du as SystemBaseComponent, c6 as TEMPLATE_ENGINE, cB as TOAST_SERVICE, dQ as TableHeaderWidthMode, T as TableResizerDirective, bU as TabpageService, b5 as ThImageOrIconePipe, cb as TileGroupBreadcrumResolver, dL as TilePropsComponent, az as TlbButtonsPipe, bf as ToolbarSettingsPipe, an as TooltipDirective, aS as TotalSummaryPipe, bC as UiService, U as UlvCommandDirective, dp as UlvHeightSizeType, bD as UlvMainService, cv as UnlimitSessionComponent, O as UntilInViewDirective, bE as UploadService, fa as VideoMimeType, bH as VideoRecordingService, cs as ViewBase, aL as VisibleValuePipe, aa as WebOtpDirective, f6 as WordMimeType, W as WorfkflowwChoiceCommandDirective, fp as addCssVariableToRoot, fw as addDynamicVariableTo, e$ as availablePrefixes, fu as bodyClick, c0 as buildRuntimeNavStateCacheKey, dY as calcContextMenuWidth, dS as calculateColumnContent, dT as calculateColumnWidth, dX as calculateColumnWidthFitToContainer, dW as calculateFreeColumnSize, dV as calculateMoDataListContentWidthByColumnName, f4 as cancelRequestAnimationFrame, eh as checkPermission, e8 as compareVersions, fO as contextDefaultsFromEnvironment, eP as createFormPanelMetaConditions, eR as createGridEditorFormPanel, f5 as easeInOutCubic, em as elementInViewport2, e6 as enumValueToStringSize, ea as executeUlvCommandHandler, fS as extractLayoutPolicyFromView, ei as fixUnclosedParentheses, fq as flattenTree, fi as forbiddenValidator, f as formRoutes, ey as formatBytes, ft as fromEntries, fB as fromIntersectionObserver, e5 as genrateInlineMoId, ed as getAllItemsPerChildren, e0 as getColumnValueOfMoDataList, eq as getComponentDefined, eT as getControlList, ex as getControlSizeMode, ec as getDateService, eu as getDeviceIsDesktop, ew as getDeviceIsMobile, et as getDeviceIsPhone, ev as getDeviceIsTablet, e_ as getFieldValue, fo as getFocusableTagNames, eO as getFormSettings, eK as getGridSettings, el as getHeaderValue, eA as getIcon, eg as getImagePath, d$ as getLabelWidth, eN as getLayout94ObjectInfo, eS as getLayoutControl, eQ as getNewMoGridEditor, ep as getParentHeight, fR as getReportTypeDefaultPolicy, f3 as getRequestAnimationFrame, eL as getResetGridSettings, eZ as getTargetRect, eb as getUniqueId, ez as getValidExtension, es as isFF, ef as isFirefox, ej as isFunction, eB as isImage, d_ as isInLocalMode, er as isSafari, eY as isTargetWindow, e7 as isVersionBiggerThan, e3 as measureText, e2 as measureText2, e4 as measureTextBy, fg as mobile_regex, fs as nullOrUndefinedString, fh as number_only, fv as removeDynamicStyle, f0 as requestAnimationFramePolyfill, fP as resolveFinalScroll, fQ as resolveReportLayoutPolicy, fN as scrollLayoutModeToContextEnvironment, e9 as scrollToElement, dU as setColumnWidthByMaxMoContentWidth, ee as setOneDepthLevel, dR as setTableThWidth, eU as shallowEqual, eo as stopPropagation, e1 as throwIfAlreadyLoaded, eV as toNumber, fn as validateAllFormFields } from './barsa-novin-ray-core-barsa-novin-ray-core-D50KRKKo.mjs';
|
|
1
|
+
export { cA as APP_VERSION, a5 as AbsoluteDivBodyDirective, fF as AddDynamicFormStyles, f3 as AffixRespondEvents, fh as AllFilesMimeType, A as AnchorScrollDirective, bt as ApiService, dA as ApplicationBaseComponent, b$ as ApplicationCtrlrService, u as AttrRtlDirective, fj as AudioMimeType, bJ as AudioRecordingService, fL as AuthGuard, dG as BarsaApi, bx as BarsaDialogService, aJ as BarsaIconDictPipe, f$ as BarsaNovinRayCoreModule, ai as BarsaReadonlyDirective, cr as BarsaSapUiFormPageModule, bN as BarsaStorageService, dN as BaseColumnPropsComponent, t as BaseComponent, ct as BaseController, v as BaseDirective, c as BaseDynamicComponent, m as BaseFormToolbaritemPropsComponent, k as BaseItemContentPropsComponent, B as BaseModule, da as BaseReportModel, c7 as BaseSettingsService, dS as BaseUlvSettingComponent, h as BaseViewContentPropsComponent, i as BaseViewItemPropsComponent, g as BaseViewPropsComponent, aI as BbbTranslatePipe, Z as BodyClickDirective, cY as BoolControlInfoModel, bu as BreadcrumbService, cx as ButtonLoadingComponent, cZ as CalculateControlInfoModel, cm as CalendarSettingsStore, aR as CanUploadFilePipe, l as CardBaseItemContentPropsComponent, C as CardDynamicItemComponent, bh as CardMediaSizePipe, c6 as CardViewService, fn as ChangeLayoutInfoCustomUi, bl as ChunkArrayPipe, cU as CodeEditorControlInfoModel, dl as ColSetting, b0 as ColumnCustomComponentPipe, aZ as ColumnCustomUiPipe, b2 as ColumnIconPipe, dQ as ColumnRendererBase, dR as ColumnRendererViewBase, w as ColumnResizerDirective, bR as ColumnService, ak as ColumnValueDirective, bc as ColumnValueOfParametersPipe, b1 as ColumnValuePipe, b4 as ComboRowImagePipe, cM as CommandControlInfoModel, fH as ContainerComponent, bA as ContainerService, aw as ContextMenuPipe, aL as ControlUiPipe, az as ConvertToStylePipe, Q as CopyDirective, a0 as CountDownDirective, dc as CustomCommand, bv as CustomInjector, fK as CustomRouteReuseStrategy, fT as DEFAULT_REPORT_LAYOUT_POLICY, cB as DIALOG_SERVICE, ci as DateHijriService, cj as DateMiladiService, dp as DateRanges, ch as DateService, ck as DateShamsiService, cX as DateTimeControlInfoModel, db as DefaultCommandsAccessValue, dj as DefaultGridSetting, en as DeviceWidth, bw as DialogParams, x as DynamicCommandDirective, D as DynamicComponentService, bk as DynamicDarkColorPipe, d as DynamicFormComponent, n as DynamicFormToolbaritemComponent, e as DynamicItemComponent, o as DynamicLayoutComponent, ac as DynamicRootVariableDirective, a2 as DynamicStyleDirective, q as DynamicUlvPagingComponent, p as DynamicUlvToolbarComponent, S as EllapsisTextDirective, y as EllipsifyDirective, a as EmptyPageComponent, E as EmptyPageWithRouterAndRouterOutletComponent, cl as EntitySettingsStore, cV as EnumControlInfoModel, f9 as ExecuteDynamicCommand, fa as ExecuteWorkflowChoiceDef, bs as ExistsColumnsPipe, cC as FORM_DIALOG_COMPONENT, dt as FieldBaseComponent, cu as FieldBaseController, F as FieldDirective, d9 as FieldInfoTypeEnum, cq as FieldUiComponent, du as FieldViewBase, cL as FileControlInfoModel, aK as FileInfoCountPipe, cK as FilePictureInfoModel, dF as FilesValidationHelper, eO as FillAllLayoutControls, V as FillEmptySpaceDirective, aW as FilterColumnsByDetailsPipe, be as FilterInlineActionListPipe, aD as FilterPipe, aG as FilterStringPipe, aE as FilterTabPipe, aN as FilterToolbarControlPipe, b9 as FilterWorkflowInMobilePipe, aV as FindColumnByDbNamePipe, br as FindColumnsPipe, eN as FindGroup, eQ as FindLayoutSettingFromLayout94, b7 as FindPreviewColumnPipe, eP as FindToolbarItem, aQ as FioriIconPipe, dv as FormBaseComponent, X as FormCloseDirective, cp as FormComponent, dP as FormFieldReportPageComponent, cn as FormNewComponent, dL as FormPageBaseComponent, dM as FormPageComponent, by as FormPanelService, dI as FormPropsBaseComponent, bz as FormService, dw as FormToolbarBaseComponent, d6 as FormToolbarButton, cP as GaugeControlInfoModel, cG as GeneralControlInfoModel, eK as GetAllColumnsSorted, eR as GetAllHorizontalFromLayout94, fl as GetContentType, bq as GetCssVariableValuePipe, eU as GetDefaultMoObjectInfo, fr as GetImgTags, fm as GetViewableExtensions, eL as GetVisibleValue, dk as GridSetting, eM as GroupBy, av as GroupByPipe, bV as GroupByService, ax as HeaderFacetValuePipe, bd as HideAcceptCancelButtonsPipe, ba as HideColumnsInmobilePipe, cR as HistoryControlInfoModel, bB as HorizontalLayoutService, ad as HorizontalResponsiveDirective, cN as IconControlInfoModel, c1 as IdbService, I as ImageLazyDirective, ff as ImageMimeType, fs as ImagetoPrint, bY as InMemoryStorageService, bM as IndexedDbService, f2 as InputNumber, z as IntersectionObserverDirective, fI as IntersectionStatus, fz as IsDarkMode, b5 as IsExpandedNodePipe, bf as IsImagePipe, G as ItemsRendererDirective, bi as LabelStarTrimPipe, a4 as LabelmandatoryDirective, dB as LayoutItemBaseComponent, bW as LayoutMainContentService, dC as LayoutPanelBaseComponent, bC as LayoutService, ap as LeafletLongPressDirective, c$ as LinearListControlInfoModel, dJ as LinearListHelper, aS as ListCountPipe, d0 as ListRelationModel, a6 as LoadExternalFilesDirective, bL as LocalStorageService, bD as LogService, cf as LoginSettingsResolver, bm as MapToChatMessagePipe, M as MasterDetailsPageComponent, ae as MeasureFormTitleWidthDirective, aU as MergeFieldsToColumnsPipe, d2 as MetaobjectDataModel, d8 as MetaobjectRelationModel, fk as MimeTypes, d4 as MoForReportModel, d3 as MoForReportModelBase, aX as MoInfoUlvMoListPipe, a$ as MoInfoUlvPagingPipe, as as MoLinkerDirective, aF as MoReportValueConcatPipe, at as MoReportValuePipe, aC as MoValuePipe, Y as MobileDirective, cw as ModalRootComponent, aO as MultipleGroupByPipe, cD as NOTIFICATAION_POPUP_SERVER, cF as NOTIFICATION_WEBWORKER_FACTORY, bI as NetworkStatusService, N as NotFoundComponent, bP as NotificationService, a3 as NowraptextDirective, dE as NumberBaseComponent, cJ as NumberControlInfoModel, H as NumbersOnlyInputDirective, au as NumeralPipe, af as OverflowTextDirective, dD as PageBaseComponent, dK as PageWithFormHandlerBaseComponent, fg as PdfMimeType, aP as PictureFieldSourcePipe, cO as PictureFileControlInfoModel, bn as PicturesByGroupIdPipe, J as PlaceHolderDirective, ca as PortalDynamicPageResolver, cb as PortalFormPageResolver, P as PortalPageComponent, cc as PortalPageResolver, b as PortalPageSidebarComponent, cd as PortalReportPageResolver, bE as PortalService, eq as PreventDefaulEvent, _ as PreventDefaultDirective, a8 as PrintFilesDirective, ft as PrintImage, bO as PromptUpdateService, fR as PushBannerComponent, c0 as PushCheckService, c5 as PushNotificationService, fS as REPORT_GRID_VIEWPORT_CLASS, fU as REPORT_TYPE_DEFAULT_POLICIES, c2 as RUNTIME_NAV_STATE_SCHEMA_V1, cS as RabetehAkseTakiListiControlInfoModel, fM as RedirectHomeGuard, cT as RelatedReportControlInfoModel, cQ as RelationListControlInfoModel, fG as RemoveDynamicFormStyles, aB as RemoveNewlinePipe, a7 as RenderUlvDirective, L as RenderUlvPaginDirective, K as RenderUlvViewerDirective, b8 as ReplacePipe, bp as ReportActionListPipe, dy as ReportBaseComponent, d5 as ReportBaseInfo, cg as ReportBreadcrumbResolver, dg as ReportCalendarModel, co as ReportContainerComponent, R as ReportEmptyPageComponent, d7 as ReportExtraInfo, dn as ReportField, df as ReportFormModel, dz as ReportItemBaseComponent, de as ReportListModel, dd as ReportModel, cs as ReportNavigatorComponent, dh as ReportTreeModel, dH as ReportViewBaseComponent, di as ReportViewColumn, fO as ResizableComponent, fP as ResizableDirective, fQ as ResizableModule, aq as ResizeHandlerDirective, aj as ResizeObserverDirective, aY as ReversePipe, cI as RichStringControlInfoModel, fN as RootPageComponent, s as RootPortalComponent, e0 as RotateImage, a1 as RouteFormChangeDirective, bU as RoutingService, cW as RowDataOption, b3 as RowNumberPipe, j as RowState, c4 as RuntimeNavStateCacheService, ar as SafeBottomDirective, a_ as SanitizeTextPipe, a9 as SaveImageDirective, fu as SaveImageToFile, bT as SaveScrollPositionService, bo as ScopedCssPipe, bZ as ScrollLayoutContextHolder, am as ScrollPersistDirective, al as ScrollToSelectedDirective, dr as SelectionMode, ay as SeperatorFixPipe, bS as ServiceWorkerCommuncationService, bQ as ServiceWorkerNotificationService, b_ as ShellbarHeightService, ah as ShortcutHandlerDirective, ag as ShortcutRegisterDirective, c8 as SimpleTemplateEngine, ao as SimplebarDirective, d1 as SingleRelationControlInfoModel, dq as SortDirection, aH as SortPipe, dm as SortSetting, ab as SplideSliderDirective, bj as SplitPipe, cz as SplitterComponent, $ as StopPropagationDirective, cH as StringControlInfoModel, bb as StringToNumberPipe, c_ as SubformControlInfoModel, dx as SystemBaseComponent, c9 as TEMPLATE_ENGINE, cE as TOAST_SERVICE, dT as TableHeaderWidthMode, T as TableResizerDirective, bX as TabpageService, b6 as ThImageOrIconePipe, ce as TileGroupBreadcrumResolver, dO as TilePropsComponent, aA as TlbButtonsPipe, bg as ToolbarSettingsPipe, an as TooltipDirective, aT as TotalSummaryPipe, bF as UiService, U as UlvCommandDirective, ds as UlvHeightSizeType, bG as UlvMainService, cy as UnlimitSessionComponent, O as UntilInViewDirective, bH as UploadService, fi as VideoMimeType, bK as VideoRecordingService, cv as ViewBase, aM as VisibleValuePipe, aa as WebOtpDirective, fe as WordMimeType, W as WorfkflowwChoiceCommandDirective, fx as addCssVariableToRoot, fE as addDynamicVariableTo, f7 as availablePrefixes, fC as bodyClick, c3 as buildRuntimeNavStateCacheKey, d$ as calcContextMenuWidth, dV as calculateColumnContent, dW as calculateColumnWidth, d_ as calculateColumnWidthFitToContainer, dZ as calculateFreeColumnSize, dY as calculateMoDataListContentWidthByColumnName, fc as cancelRequestAnimationFrame, ek as checkPermission, eb as compareVersions, fW as contextDefaultsFromEnvironment, eX as createFormPanelMetaConditions, eZ as createGridEditorFormPanel, fd as easeInOutCubic, ep as elementInViewport2, e9 as enumValueToStringSize, ed as executeUlvCommandHandler, f_ as extractLayoutPolicyFromView, el as fixUnclosedParentheses, fy as flattenTree, fq as forbiddenValidator, f as formRoutes, eB as formatBytes, fB as fromEntries, fJ as fromIntersectionObserver, e8 as genrateInlineMoId, eg as getAllItemsPerChildren, e3 as getColumnValueOfMoDataList, et as getComponentDefined, e$ as getControlList, eA as getControlSizeMode, ef as getDateService, ex as getDeviceIsDesktop, ez as getDeviceIsMobile, ew as getDeviceIsPhone, ey as getDeviceIsTablet, f6 as getFieldValue, fw as getFocusableTagNames, eW as getFormSettings, eS as getGridSettings, eo as getHeaderValue, eD as getIcon, ej as getImagePath, e2 as getLabelWidth, eV as getLayout94ObjectInfo, e_ as getLayoutControl, eF as getNestedValue, eY as getNewMoGridEditor, es as getParentHeight, fZ as getReportTypeDefaultPolicy, fb as getRequestAnimationFrame, eT as getResetGridSettings, f5 as getTargetRect, ee as getUniqueId, eC as getValidExtension, ev as isFF, ei as isFirefox, em as isFunction, eE as isImage, e1 as isInLocalMode, eu as isSafari, f4 as isTargetWindow, ea as isVersionBiggerThan, e6 as measureText, e5 as measureText2, e7 as measureTextBy, fo as mobile_regex, eI as multilevelSort, fA as nullOrUndefinedString, fp as number_only, fD as removeDynamicStyle, f8 as requestAnimationFramePolyfill, fX as resolveFinalScroll, fY as resolveReportLayoutPolicy, fV as scrollLayoutModeToContextEnvironment, ec as scrollToElement, eJ as searchEx, dX as setColumnWidthByMaxMoContentWidth, eh as setOneDepthLevel, dU as setTableThWidth, f0 as shallowEqual, eG as sort, eH as sortEx, er as stopPropagation, e4 as throwIfAlreadyLoaded, f1 as toNumber, fv as validateAllFormFields } from './barsa-novin-ray-core-barsa-novin-ray-core-D0tt2ECR.mjs';
|
|
2
2
|
//# sourceMappingURL=barsa-novin-ray-core.mjs.map
|
package/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as i1 from '@angular/router';
|
|
|
6
6
|
import { NavigationEnd, NavigationStart, Route, Router, ActivatedRoute, ParamMap, RouterEvent, ActivatedRouteSnapshot, Resolve, RouteReuseStrategy, DetachedRouteHandle, CanActivate, UrlTree } from '@angular/router';
|
|
7
7
|
import { IconFont, ContentDensity } from '@fundamental-ngx/core';
|
|
8
8
|
import { DurationInputArg1, DurationInputArg2, Duration, Moment } from 'moment';
|
|
9
|
-
import * as
|
|
9
|
+
import * as i151 from '@angular/forms';
|
|
10
10
|
import { ValidatorFn, FormGroup } from '@angular/forms';
|
|
11
11
|
import { DBSchema } from 'idb';
|
|
12
12
|
import * as i1$1 from '@angular/common';
|
|
@@ -1535,7 +1535,7 @@ declare class RemoveNewlinePipe implements PipeTransform {
|
|
|
1535
1535
|
|
|
1536
1536
|
declare class MoValuePipe implements PipeTransform {
|
|
1537
1537
|
constructor();
|
|
1538
|
-
transform(name: string, mo: MetaobjectDataModel, caption?: boolean): string;
|
|
1538
|
+
transform(name: string, mo: MetaobjectDataModel, caption?: boolean): string | any;
|
|
1539
1539
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoValuePipe, never>;
|
|
1540
1540
|
static ɵpipe: i0.ɵɵPipeDeclaration<MoValuePipe, "val", false>;
|
|
1541
1541
|
}
|
|
@@ -1572,12 +1572,10 @@ declare class FilterStringPipe implements PipeTransform {
|
|
|
1572
1572
|
static ɵpipe: i0.ɵɵPipeDeclaration<FilterStringPipe, "filterStr", false>;
|
|
1573
1573
|
}
|
|
1574
1574
|
|
|
1575
|
-
type SortOrder = 'asc' | 'desc';
|
|
1576
1575
|
declare class SortPipe implements PipeTransform {
|
|
1577
|
-
transform(
|
|
1576
|
+
transform<T>(items: T[], criteria: CollectionSort[]): T[];
|
|
1578
1577
|
static ɵfac: i0.ɵɵFactoryDeclaration<SortPipe, never>;
|
|
1579
1578
|
static ɵpipe: i0.ɵɵPipeDeclaration<SortPipe, "sort", false>;
|
|
1580
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SortPipe>;
|
|
1581
1579
|
}
|
|
1582
1580
|
|
|
1583
1581
|
declare class BbbTranslatePipe implements PipeTransform {
|
|
@@ -1700,6 +1698,15 @@ declare function formatBytes(bytes: any, decimals: number | undefined, size: 'By
|
|
|
1700
1698
|
declare function getValidExtension(validExtensions: any): string;
|
|
1701
1699
|
declare function getIcon(type: string): string;
|
|
1702
1700
|
declare function isImage(type: any): boolean;
|
|
1701
|
+
declare function getNestedValue<T extends Record<string, any>>(key: string, object: T): any;
|
|
1702
|
+
declare const sort: <T extends object>(a: T, b: T, key: string | null, isNumber?: boolean) => number;
|
|
1703
|
+
declare const sortEx: (sortBy: {
|
|
1704
|
+
field: string | null;
|
|
1705
|
+
direction: string;
|
|
1706
|
+
isNumber?: boolean;
|
|
1707
|
+
}[], moDataList: MetaobjectDataModel[]) => MetaobjectDataModel[];
|
|
1708
|
+
declare function multilevelSort(criteria: CollectionSort[]): (a: any, b: any) => any;
|
|
1709
|
+
declare const searchEx: (searchTerm: any, columns: string[], items: MetaobjectDataModel[]) => MetaobjectDataModel[];
|
|
1703
1710
|
declare function GetAllColumnsSorted(context: any): Array<ReportViewColumn>;
|
|
1704
1711
|
declare function GetVisibleValue(object: any, field: any): string;
|
|
1705
1712
|
interface Group {
|
|
@@ -1760,7 +1767,7 @@ interface SimpleRect {
|
|
|
1760
1767
|
}
|
|
1761
1768
|
declare function isTargetWindow(target: Element | Window): target is Window;
|
|
1762
1769
|
declare function getTargetRect(target: Element | Window): SimpleRect;
|
|
1763
|
-
declare function getFieldValue(name: string, mo: MetaobjectDataModel, caption?: boolean): string;
|
|
1770
|
+
declare function getFieldValue(name: string, mo: MetaobjectDataModel, caption?: boolean): string | any;
|
|
1764
1771
|
declare const availablePrefixes: string[];
|
|
1765
1772
|
declare function requestAnimationFramePolyfill(): typeof requestAnimationFrame;
|
|
1766
1773
|
declare function ExecuteDynamicCommand(command: {
|
|
@@ -2141,6 +2148,18 @@ declare class GetCssVariableValuePipe implements PipeTransform {
|
|
|
2141
2148
|
static ɵpipe: i0.ɵɵPipeDeclaration<GetCssVariableValuePipe, "getCssVarValue", false>;
|
|
2142
2149
|
}
|
|
2143
2150
|
|
|
2151
|
+
declare class FindColumnsPipe implements PipeTransform {
|
|
2152
|
+
transform(columns: ReportViewColumn[], columnsToFind: string): ReportViewColumn[];
|
|
2153
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FindColumnsPipe, never>;
|
|
2154
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FindColumnsPipe, "findColumns", false>;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
declare class ExistsColumnsPipe implements PipeTransform {
|
|
2158
|
+
transform(columns: ReportViewColumn[], column: ReportViewColumn): ReportViewColumn[];
|
|
2159
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExistsColumnsPipe, never>;
|
|
2160
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ExistsColumnsPipe, "existsColumns", false>;
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2144
2163
|
declare class ApiService {
|
|
2145
2164
|
portalLoginUrl: string;
|
|
2146
2165
|
executeUrl: string;
|
|
@@ -2307,6 +2326,7 @@ declare class PortalService {
|
|
|
2307
2326
|
loadUserPortalSetting(): void;
|
|
2308
2327
|
loadServerStartupData(): Promise<Record<string, any>>;
|
|
2309
2328
|
_loadServerStartupData(resolve: any, reject: any): void;
|
|
2329
|
+
buildNavigationParams(formpanelCtrlr: any, mo: MetaobjectDataModel, headerLayout: any, id: string, isPage: boolean): any;
|
|
2310
2330
|
ShowFormPanelControl(formpanelCtrlr: any, router: Router, activatedRoute: ActivatedRoute, dialogComponent: Type<any> | null, isPage: boolean, vcr: ViewContainerRef, isReload?: boolean): void;
|
|
2311
2331
|
loadSystem(id?: number): Promise<PortalDataModel>;
|
|
2312
2332
|
private _addToCachePageData;
|
|
@@ -2721,6 +2741,7 @@ declare class UlvMainService {
|
|
|
2721
2741
|
private _ulvHeightSizeTypeSource;
|
|
2722
2742
|
private _ulvHeightSizeSource;
|
|
2723
2743
|
private _toolbarSettingsSource;
|
|
2744
|
+
private _showToolbarBorderSource;
|
|
2724
2745
|
private _viewSettingsSource;
|
|
2725
2746
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
2726
2747
|
constructor();
|
|
@@ -2773,6 +2794,8 @@ declare class UlvMainService {
|
|
|
2773
2794
|
get hideSearchpanel(): boolean;
|
|
2774
2795
|
get cssBackground$(): Observable<CssBackground | null>;
|
|
2775
2796
|
get shortCuts$(): Observable<ShortCuts>;
|
|
2797
|
+
get showToolbarBorder$(): Observable<boolean>;
|
|
2798
|
+
setToolbarBorder(showBorder: boolean): void;
|
|
2776
2799
|
setToolbarSettings(toolbarSettings: MoForReportModel): void;
|
|
2777
2800
|
setUlvHeightSize(ulvHeightSize: number): void;
|
|
2778
2801
|
setUlvHeightSizeType(ulvSizeType: UlvHeightSizeType): void;
|
|
@@ -3813,6 +3836,7 @@ declare class ReportBaseComponent extends BaseComponent implements OnInit, After
|
|
|
3813
3836
|
selectedCount$: Observable<number>;
|
|
3814
3837
|
gridFreeColumnSizing$: Observable<boolean>;
|
|
3815
3838
|
ulvHeightSizeType$: Observable<UlvHeightSizeType>;
|
|
3839
|
+
isCheckList$: Observable<boolean>;
|
|
3816
3840
|
protected _portalService: PortalService;
|
|
3817
3841
|
protected _ulvMainService: UlvMainService;
|
|
3818
3842
|
protected _visibleColumnsSource: BehaviorSubject<ReportViewColumn[]>;
|
|
@@ -3822,6 +3846,7 @@ declare class ReportBaseComponent extends BaseComponent implements OnInit, After
|
|
|
3822
3846
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
3823
3847
|
constructor();
|
|
3824
3848
|
get moDataList(): MetaobjectDataModel[];
|
|
3849
|
+
get isCheckList(): boolean;
|
|
3825
3850
|
ngOnInit(): void;
|
|
3826
3851
|
ngAfterViewInit(): void;
|
|
3827
3852
|
ngOnDestroy(): void;
|
|
@@ -4195,6 +4220,9 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
4195
4220
|
isReportPage: boolean;
|
|
4196
4221
|
ulvHeightSizeType: UlvHeightSizeType;
|
|
4197
4222
|
contentHeight: number;
|
|
4223
|
+
alternateEditObjectColumn: string;
|
|
4224
|
+
disableHyperLink: boolean;
|
|
4225
|
+
columnsHyperLink: ReportViewColumn[];
|
|
4198
4226
|
/**
|
|
4199
4227
|
* Output of `resolveReportLayoutPolicy` for this report. When set, grid views should prefer
|
|
4200
4228
|
* `.scroll` / `.layout` over inferring scroll ownership from `ScrollLayoutContextHolder` alone.
|
|
@@ -4264,6 +4292,7 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
4264
4292
|
columnResized: EventEmitter<columnsResizedEventArgs>;
|
|
4265
4293
|
hasDetailsInRow: EventEmitter<boolean>;
|
|
4266
4294
|
set containerWidth(val: number);
|
|
4295
|
+
isMobile: boolean;
|
|
4267
4296
|
resizedByUser: boolean;
|
|
4268
4297
|
elWidth: number;
|
|
4269
4298
|
canView: boolean;
|
|
@@ -4275,6 +4304,7 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
4275
4304
|
detailsColumns: ReportViewColumn[];
|
|
4276
4305
|
detailsComponent: EjrayOlgo;
|
|
4277
4306
|
rowIndicator: boolean;
|
|
4307
|
+
height: string;
|
|
4278
4308
|
protected _titleCase: TitleCasePipe;
|
|
4279
4309
|
protected _bbbTranslate: BbbTranslatePipe;
|
|
4280
4310
|
protected _el: ElementRef<any>;
|
|
@@ -4291,9 +4321,15 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
4291
4321
|
protected _onVisible$: Subject<void>;
|
|
4292
4322
|
protected $resize: Subject<void>;
|
|
4293
4323
|
protected _ro: ResizeObserver;
|
|
4324
|
+
protected readonly _scrollLayoutContext: ScrollLayoutContextHolder | null;
|
|
4294
4325
|
private _singleClicked;
|
|
4295
4326
|
get showViewButton(): boolean;
|
|
4327
|
+
/**
|
|
4328
|
+
*
|
|
4329
|
+
*/
|
|
4330
|
+
constructor();
|
|
4296
4331
|
ngOnInit(): void;
|
|
4332
|
+
ngAfterViewInit(): void;
|
|
4297
4333
|
ngOnDestroy(): void;
|
|
4298
4334
|
ngOnChanges(changes: SimpleChanges): void;
|
|
4299
4335
|
onDeselectAll(): void;
|
|
@@ -4342,14 +4378,19 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
4342
4378
|
_trackBySelectedFn(index: any, record: any): void;
|
|
4343
4379
|
_trackByColumn(index: number, column: ReportViewColumn): string;
|
|
4344
4380
|
_trackByRow(index: number, row: MetaobjectDataModel): string;
|
|
4381
|
+
protected _setHeight(parentHeight: number, checkDialog?: boolean): void;
|
|
4382
|
+
protected _scrollLayoutMode(): 'root' | 'nested' | 'isolated';
|
|
4383
|
+
/** Parent chain owns vertical scroll (nested form shell), or policy says `scroll: 'inherit'`. */
|
|
4384
|
+
protected _effectiveScrollInheritsFromParent(): boolean;
|
|
4345
4385
|
protected onVisible(): void;
|
|
4346
4386
|
protected onResize(): void;
|
|
4387
|
+
protected _applyScrollLayoutForContextMode(): void;
|
|
4347
4388
|
protected _handleResize(): void;
|
|
4348
4389
|
protected onActionListClick(mo: MetaobjectDataModel, index: number, itemId: string): void;
|
|
4349
4390
|
protected _containerWidthChanged(_: number): void;
|
|
4350
4391
|
protected _setRowIndicator(columns: ReportViewColumn[]): void;
|
|
4351
4392
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportViewBaseComponent<any>, never>;
|
|
4352
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReportViewBaseComponent<any>, "bnrc-report-view-base", never, { "contextView": { "alias": "contextView"; "required": false; }; "viewSetting": { "alias": "viewSetting"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "simpleInlineEdit": { "alias": "simpleInlineEdit"; "required": false; }; "inlineEditWithoutSelection": { "alias": "inlineEditWithoutSelection"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; }; "allChecked": { "alias": "allChecked"; "required": false; }; "moDataList": { "alias": "moDataList"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "access": { "alias": "access"; "required": false; }; "groupby": { "alias": "groupby"; "required": false; }; "selectedCount": { "alias": "selectedCount"; "required": false; }; "conditionalFormats": { "alias": "conditionalFormats"; "required": false; }; "parentHeight": { "alias": "parentHeight"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "secondaryColumns": { "alias": "secondaryColumns"; "required": false; }; "popin": { "alias": "popin"; "required": false; }; "customFieldInfo": { "alias": "customFieldInfo"; "required": false; }; "hasSummary": { "alias": "hasSummary"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "columnsCount": { "alias": "columnsCount"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "openOnClick": { "alias": "openOnClick"; "required": false; }; "typeDefId": { "alias": "typeDefId"; "required": false; }; "reportId": { "alias": "reportId"; "required": false; }; "listEditViewId": { "alias": "listEditViewId"; "required": false; }; "typeViewId": { "alias": "typeViewId"; "required": false; }; "extraRelation": { "alias": "extraRelation"; "required": false; }; "relationList": { "alias": "relationList"; "required": false; }; "disableResponsive": { "alias": "disableResponsive"; "required": false; }; "rowItem": { "alias": "rowItem"; "required": false; }; "mobileOrTablet": { "alias": "mobileOrTablet"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "hideSearchpanel": { "alias": "hideSearchpanel"; "required": false; }; "newInlineEditMo": { "alias": "newInlineEditMo"; "required": false; }; "selectedMo": { "alias": "selectedMo"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "onlyInlineEdit": { "alias": "onlyInlineEdit"; "required": false; }; "rowHoverable": { "alias": "rowHoverable"; "required": false; }; "groupSummary": { "alias": "groupSummary"; "required": false; }; "tlbButtons": { "alias": "tlbButtons"; "required": false; }; "formSetting": { "alias": "formSetting"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "rowActivable": { "alias": "rowActivable"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "ulvHeightSizeType": { "alias": "ulvHeightSizeType"; "required": false; }; "contentHeight": { "alias": "contentHeight"; "required": false; }; "effectiveReportLayout": { "alias": "effectiveReportLayout"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "showOkCancelButtons": { "alias": "showOkCancelButtons"; "required": false; }; "title": { "alias": "title"; "required": false; }; "hasInlineDeleteButton": { "alias": "hasInlineDeleteButton"; "required": false; }; "hasInlineEditButton": { "alias": "hasInlineEditButton"; "required": false; }; "contextSetting": { "alias": "contextSetting"; "required": false; }; "gridFreeColumnSizing": { "alias": "gridFreeColumnSizing"; "required": false; }; "navigationArrow": { "alias": "navigationArrow"; "required": false; }; "cartableTemplates": { "alias": "cartableTemplates"; "required": false; }; "cartableChildsMo": { "alias": "cartableChildsMo"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "containerWidth": { "alias": "containerWidth"; "required": false; }; }, { "columnSummary": "columnSummary"; "escapeKey": "escapeKey"; "resetWorkflowState": "resetWorkflowState"; "deselectAll": "deselectAll"; "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelSave": "editFormPanelSave"; "selectNextInlineRecord": "selectNextInlineRecord"; "editFormPanelValueChange": "editFormPanelValueChange"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "workflowShareButtons": "workflowShareButtons"; "sortDescending": "sortDescending"; "filter": "filter"; "executeToolbarButton": "executeToolbarButton"; "resetGridSettings": "resetGridSettings"; "sortSettingsChange": "sortSettingsChange"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "columnResized": "columnResized"; "hasDetailsInRow": "hasDetailsInRow"; }, never, never, false, never>;
|
|
4393
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportViewBaseComponent<any>, "bnrc-report-view-base", never, { "contextView": { "alias": "contextView"; "required": false; }; "viewSetting": { "alias": "viewSetting"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "simpleInlineEdit": { "alias": "simpleInlineEdit"; "required": false; }; "inlineEditWithoutSelection": { "alias": "inlineEditWithoutSelection"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; }; "allChecked": { "alias": "allChecked"; "required": false; }; "moDataList": { "alias": "moDataList"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "access": { "alias": "access"; "required": false; }; "groupby": { "alias": "groupby"; "required": false; }; "selectedCount": { "alias": "selectedCount"; "required": false; }; "conditionalFormats": { "alias": "conditionalFormats"; "required": false; }; "parentHeight": { "alias": "parentHeight"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "secondaryColumns": { "alias": "secondaryColumns"; "required": false; }; "popin": { "alias": "popin"; "required": false; }; "customFieldInfo": { "alias": "customFieldInfo"; "required": false; }; "hasSummary": { "alias": "hasSummary"; "required": false; }; "layoutInfo": { "alias": "layoutInfo"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "columnsCount": { "alias": "columnsCount"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "openOnClick": { "alias": "openOnClick"; "required": false; }; "typeDefId": { "alias": "typeDefId"; "required": false; }; "reportId": { "alias": "reportId"; "required": false; }; "listEditViewId": { "alias": "listEditViewId"; "required": false; }; "typeViewId": { "alias": "typeViewId"; "required": false; }; "extraRelation": { "alias": "extraRelation"; "required": false; }; "relationList": { "alias": "relationList"; "required": false; }; "disableResponsive": { "alias": "disableResponsive"; "required": false; }; "rowItem": { "alias": "rowItem"; "required": false; }; "mobileOrTablet": { "alias": "mobileOrTablet"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "hideSearchpanel": { "alias": "hideSearchpanel"; "required": false; }; "newInlineEditMo": { "alias": "newInlineEditMo"; "required": false; }; "selectedMo": { "alias": "selectedMo"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "onlyInlineEdit": { "alias": "onlyInlineEdit"; "required": false; }; "rowHoverable": { "alias": "rowHoverable"; "required": false; }; "groupSummary": { "alias": "groupSummary"; "required": false; }; "tlbButtons": { "alias": "tlbButtons"; "required": false; }; "formSetting": { "alias": "formSetting"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "rowActivable": { "alias": "rowActivable"; "required": false; }; "isReportPage": { "alias": "isReportPage"; "required": false; }; "ulvHeightSizeType": { "alias": "ulvHeightSizeType"; "required": false; }; "contentHeight": { "alias": "contentHeight"; "required": false; }; "alternateEditObjectColumn": { "alias": "alternateEditObjectColumn"; "required": false; }; "disableHyperLink": { "alias": "disableHyperLink"; "required": false; }; "columnsHyperLink": { "alias": "columnsHyperLink"; "required": false; }; "effectiveReportLayout": { "alias": "effectiveReportLayout"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "showOkCancelButtons": { "alias": "showOkCancelButtons"; "required": false; }; "title": { "alias": "title"; "required": false; }; "hasInlineDeleteButton": { "alias": "hasInlineDeleteButton"; "required": false; }; "hasInlineEditButton": { "alias": "hasInlineEditButton"; "required": false; }; "contextSetting": { "alias": "contextSetting"; "required": false; }; "gridFreeColumnSizing": { "alias": "gridFreeColumnSizing"; "required": false; }; "navigationArrow": { "alias": "navigationArrow"; "required": false; }; "cartableTemplates": { "alias": "cartableTemplates"; "required": false; }; "cartableChildsMo": { "alias": "cartableChildsMo"; "required": false; }; "pagingSetting": { "alias": "pagingSetting"; "required": false; }; "containerWidth": { "alias": "containerWidth"; "required": false; }; }, { "columnSummary": "columnSummary"; "escapeKey": "escapeKey"; "resetWorkflowState": "resetWorkflowState"; "deselectAll": "deselectAll"; "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelSave": "editFormPanelSave"; "selectNextInlineRecord": "selectNextInlineRecord"; "editFormPanelValueChange": "editFormPanelValueChange"; "ulvCommandClick": "ulvCommandClick"; "sortAscending": "sortAscending"; "workflowShareButtons": "workflowShareButtons"; "sortDescending": "sortDescending"; "filter": "filter"; "executeToolbarButton": "executeToolbarButton"; "resetGridSettings": "resetGridSettings"; "sortSettingsChange": "sortSettingsChange"; "rowCheck": "rowCheck"; "rowClick": "rowClick"; "cartableFormClosed": "cartableFormClosed"; "createNewMo": "createNewMo"; "updateMo": "updateMo"; "expandClick": "expandClick"; "trackBySelectedFn": "trackBySelectedFn"; "allCheckbox": "allCheckbox"; "mandatory": "mandatory"; "columnResized": "columnResized"; "hasDetailsInRow": "hasDetailsInRow"; }, never, never, false, never>;
|
|
4353
4394
|
}
|
|
4354
4395
|
|
|
4355
4396
|
declare class FormPropsBaseComponent extends BaseComponent implements OnInit {
|
|
@@ -4643,6 +4684,7 @@ declare class MasterDetailsPageComponent extends PageWithFormHandlerBaseComponen
|
|
|
4643
4684
|
sectionClass: boolean;
|
|
4644
4685
|
ismodal: boolean;
|
|
4645
4686
|
isinsideview: boolean;
|
|
4687
|
+
isMobile: boolean;
|
|
4646
4688
|
settings: UiMasterDetailsPageSettings;
|
|
4647
4689
|
private readonly _scrollLayoutContext;
|
|
4648
4690
|
ngOnInit(): void;
|
|
@@ -4828,6 +4870,9 @@ declare class BaseViewPropsComponent extends BaseComponent {
|
|
|
4828
4870
|
title: any;
|
|
4829
4871
|
isChecked: any;
|
|
4830
4872
|
navigationArrow: string;
|
|
4873
|
+
alternateEditObjectColumn: string;
|
|
4874
|
+
disableHyperLink: boolean;
|
|
4875
|
+
columnsHyperLink: ReportViewColumn[];
|
|
4831
4876
|
resetWorkflowState: EventEmitter<void>;
|
|
4832
4877
|
deselectAll: EventEmitter<void>;
|
|
4833
4878
|
escapeKey: EventEmitter<MetaobjectDataModel>;
|
|
@@ -4860,7 +4905,7 @@ declare class BaseViewPropsComponent extends BaseComponent {
|
|
|
4860
4905
|
}>;
|
|
4861
4906
|
_trackByRow(index: number, row: MetaobjectDataModel): string;
|
|
4862
4907
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseViewPropsComponent, never>;
|
|
4863
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseViewPropsComponent, "bnrc-base-view-props", never, { "detailsComponent": { "alias": "detailsComponent"; "required": false; }; "detailsColumns": { "alias": "detailsColumns"; "required": false; }; "detailsText": { "alias": "detailsText"; "required": false; }; "detailsTextFunction": { "alias": "detailsTextFunction"; "required": false; }; "moDataList": { "alias": "moDataList"; "required": false; }; "reportId": { "alias": "reportId"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "allChecked": { "alias": "allChecked"; "required": false; }; "canView": { "alias": "canView"; "required": false; }; "visibility": { "alias": "visibility"; "required": false; }; "level": { "alias": "level"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "styleIndex": { "alias": "styleIndex"; "required": false; }; "parentExpanded": { "alias": "parentExpanded"; "required": false; }; "access": { "alias": "access"; "required": false; }; "groupby": { "alias": "groupby"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "conditionalFormats": { "alias": "conditionalFormats"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "secondaryColumns": { "alias": "secondaryColumns"; "required": false; }; "popin": { "alias": "popin"; "required": false; }; "typeDefId": { "alias": "typeDefId"; "required": false; }; "columnsCount": { "alias": "columnsCount"; "required": false; }; "mobileOrTablet": { "alias": "mobileOrTablet"; "required": false; }; "containerWidth": { "alias": "containerWidth"; "required": false; }; "newInlineEditMo": { "alias": "newInlineEditMo"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "onlyInlineEdit": { "alias": "onlyInlineEdit"; "required": false; }; "rowHoverable": { "alias": "rowHoverable"; "required": false; }; "openOnClick": { "alias": "openOnClick"; "required": false; }; "tlbButtons": { "alias": "tlbButtons"; "required": false; }; "setting": { "alias": "setting"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "formSetting": { "alias": "formSetting"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "rowActivable": { "alias": "rowActivable"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "showOkCancelButtons": { "alias": "showOkCancelButtons"; "required": false; }; "title": { "alias": "title"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "navigationArrow": { "alias": "navigationArrow"; "required": false; }; }, { "resetWorkflowState": "resetWorkflowState"; "deselectAll": "deselectAll"; "escapeKey": "escapeKey"; "rowCheck": "rowCheck"; "workflowShareButtons": "workflowShareButtons"; "rowClick": "rowClick"; "ulvCommand": "ulvCommand"; "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelSave": "editFormPanelSave"; "selectNextInlineRecord": "selectNextInlineRecord"; "action": "action"; "expandClick": "expandClick"; "editFormPanelValueChange": "editFormPanelValueChange"; "cartableFormClosed": "cartableFormClosed"; }, never, never, false, never>;
|
|
4908
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseViewPropsComponent, "bnrc-base-view-props", never, { "detailsComponent": { "alias": "detailsComponent"; "required": false; }; "detailsColumns": { "alias": "detailsColumns"; "required": false; }; "detailsText": { "alias": "detailsText"; "required": false; }; "detailsTextFunction": { "alias": "detailsTextFunction"; "required": false; }; "moDataList": { "alias": "moDataList"; "required": false; }; "reportId": { "alias": "reportId"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "isCheckList": { "alias": "isCheckList"; "required": false; }; "allChecked": { "alias": "allChecked"; "required": false; }; "canView": { "alias": "canView"; "required": false; }; "visibility": { "alias": "visibility"; "required": false; }; "level": { "alias": "level"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "styleIndex": { "alias": "styleIndex"; "required": false; }; "parentExpanded": { "alias": "parentExpanded"; "required": false; }; "access": { "alias": "access"; "required": false; }; "groupby": { "alias": "groupby"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "conditionalFormats": { "alias": "conditionalFormats"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "secondaryColumns": { "alias": "secondaryColumns"; "required": false; }; "popin": { "alias": "popin"; "required": false; }; "typeDefId": { "alias": "typeDefId"; "required": false; }; "columnsCount": { "alias": "columnsCount"; "required": false; }; "mobileOrTablet": { "alias": "mobileOrTablet"; "required": false; }; "containerWidth": { "alias": "containerWidth"; "required": false; }; "newInlineEditMo": { "alias": "newInlineEditMo"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "onlyInlineEdit": { "alias": "onlyInlineEdit"; "required": false; }; "rowHoverable": { "alias": "rowHoverable"; "required": false; }; "openOnClick": { "alias": "openOnClick"; "required": false; }; "tlbButtons": { "alias": "tlbButtons"; "required": false; }; "setting": { "alias": "setting"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; "formSetting": { "alias": "formSetting"; "required": false; }; "disableOverflowContextMenu": { "alias": "disableOverflowContextMenu"; "required": false; }; "rowActivable": { "alias": "rowActivable"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "showOkCancelButtons": { "alias": "showOkCancelButtons"; "required": false; }; "title": { "alias": "title"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "navigationArrow": { "alias": "navigationArrow"; "required": false; }; "alternateEditObjectColumn": { "alias": "alternateEditObjectColumn"; "required": false; }; "disableHyperLink": { "alias": "disableHyperLink"; "required": false; }; "columnsHyperLink": { "alias": "columnsHyperLink"; "required": false; }; }, { "resetWorkflowState": "resetWorkflowState"; "deselectAll": "deselectAll"; "escapeKey": "escapeKey"; "rowCheck": "rowCheck"; "workflowShareButtons": "workflowShareButtons"; "rowClick": "rowClick"; "ulvCommand": "ulvCommand"; "editFormPanelCancel": "editFormPanelCancel"; "editFormPanelSave": "editFormPanelSave"; "selectNextInlineRecord": "selectNextInlineRecord"; "action": "action"; "expandClick": "expandClick"; "editFormPanelValueChange": "editFormPanelValueChange"; "cartableFormClosed": "cartableFormClosed"; }, never, never, false, never>;
|
|
4864
4909
|
}
|
|
4865
4910
|
|
|
4866
4911
|
declare class BaseViewContentPropsComponent<T extends UiReportViewBaseSetting> extends BaseViewPropsComponent {
|
|
@@ -4953,7 +4998,10 @@ declare class BaseViewItemPropsComponent extends BaseViewPropsComponent implemen
|
|
|
4953
4998
|
rowNumber: string;
|
|
4954
4999
|
coloringRow: boolean;
|
|
4955
5000
|
noSaveInlineEditInServer: boolean;
|
|
5001
|
+
disableHyperLink: boolean;
|
|
5002
|
+
columnsHyperLink: ReportViewColumn[];
|
|
4956
5003
|
rowIndicatorColor: string;
|
|
5004
|
+
alternateEditObjectColumn: string;
|
|
4957
5005
|
maxHeightHeader: number;
|
|
4958
5006
|
UlvMainCtrlr: TypeUlvMainCtrlr;
|
|
4959
5007
|
fieldDict: Record<string, string>;
|
|
@@ -5049,7 +5097,7 @@ declare class BaseViewItemPropsComponent extends BaseViewPropsComponent implemen
|
|
|
5049
5097
|
saved: boolean;
|
|
5050
5098
|
}>;
|
|
5051
5099
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseViewItemPropsComponent, never>;
|
|
5052
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseViewItemPropsComponent, "bnrc-base-view-item-props", never, { "checkboxComponent": { "alias": "checkboxComponent"; "required": false; }; "disableEllapsis": { "alias": "disableEllapsis"; "required": false; }; "isslider": { "alias": "isslider"; "required": false; }; "attachmentViewType": { "alias": "attachmentViewType"; "required": false; }; "dirtyColumns": { "alias": "dirtyColumns"; "required": false; }; "contextMenuOverflowText": { "alias": "contextMenuOverflowText"; "required": false; }; "detailsComponent": { "alias": "detailsComponent"; "required": false; }; "detailsColumns": { "alias": "detailsColumns"; "required": false; }; "detailsText": { "alias": "detailsText"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "moDataListCount": { "alias": "moDataListCount"; "required": false; }; "index": { "alias": "index"; "required": false; }; "last": { "alias": "last"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "isdirty": { "alias": "isdirty"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "hideDetailsText": { "alias": "hideDetailsText"; "required": false; }; "showViewButton": { "alias": "showViewButton"; "required": false; }; "isNewInlineMo": { "alias": "isNewInlineMo"; "required": false; }; "extraRelation": { "alias": "extraRelation"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "inlineEditWithoutSelection": { "alias": "inlineEditWithoutSelection"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "rowIndicator": { "alias": "rowIndicator"; "required": false; }; "groupSummary": { "alias": "groupSummary"; "required": false; }; "isLastChildGroup": { "alias": "isLastChildGroup"; "required": false; }; "showRowNumber": { "alias": "showRowNumber"; "required": false; }; "rowNumber": { "alias": "rowNumber"; "required": false; }; "coloringRow": { "alias": "coloringRow"; "required": false; }; "noSaveInlineEditInServer": { "alias": "noSaveInlineEditInServer"; "required": false; }; "rowIndicatorColor": { "alias": "rowIndicatorColor"; "required": false; }; "maxHeightHeader": { "alias": "maxHeightHeader"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "actionList": { "alias": "actionList"; "required": false; }; "serializedRelatedMo": { "alias": "serializedRelatedMo"; "required": false; }; "cartableTemplate": { "alias": "cartableTemplate"; "required": false; }; "cartableMo": { "alias": "cartableMo"; "required": false; }; "cartableWorkflowData": { "alias": "cartableWorkflowData"; "required": false; }; }, { "actionListClick": "actionListClick"; "events": "events"; }, never, never, false, never>;
|
|
5100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseViewItemPropsComponent, "bnrc-base-view-item-props", never, { "checkboxComponent": { "alias": "checkboxComponent"; "required": false; }; "disableEllapsis": { "alias": "disableEllapsis"; "required": false; }; "isslider": { "alias": "isslider"; "required": false; }; "attachmentViewType": { "alias": "attachmentViewType"; "required": false; }; "dirtyColumns": { "alias": "dirtyColumns"; "required": false; }; "contextMenuOverflowText": { "alias": "contextMenuOverflowText"; "required": false; }; "detailsComponent": { "alias": "detailsComponent"; "required": false; }; "detailsColumns": { "alias": "detailsColumns"; "required": false; }; "detailsText": { "alias": "detailsText"; "required": false; }; "mo": { "alias": "mo"; "required": false; }; "moDataListCount": { "alias": "moDataListCount"; "required": false; }; "index": { "alias": "index"; "required": false; }; "last": { "alias": "last"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "isdirty": { "alias": "isdirty"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; "hideDetailsText": { "alias": "hideDetailsText"; "required": false; }; "showViewButton": { "alias": "showViewButton"; "required": false; }; "isNewInlineMo": { "alias": "isNewInlineMo"; "required": false; }; "extraRelation": { "alias": "extraRelation"; "required": false; }; "hideOpenIcon": { "alias": "hideOpenIcon"; "required": false; }; "inlineEditWithoutSelection": { "alias": "inlineEditWithoutSelection"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "rowIndicator": { "alias": "rowIndicator"; "required": false; }; "groupSummary": { "alias": "groupSummary"; "required": false; }; "isLastChildGroup": { "alias": "isLastChildGroup"; "required": false; }; "showRowNumber": { "alias": "showRowNumber"; "required": false; }; "rowNumber": { "alias": "rowNumber"; "required": false; }; "coloringRow": { "alias": "coloringRow"; "required": false; }; "noSaveInlineEditInServer": { "alias": "noSaveInlineEditInServer"; "required": false; }; "disableHyperLink": { "alias": "disableHyperLink"; "required": false; }; "columnsHyperLink": { "alias": "columnsHyperLink"; "required": false; }; "rowIndicatorColor": { "alias": "rowIndicatorColor"; "required": false; }; "alternateEditObjectColumn": { "alias": "alternateEditObjectColumn"; "required": false; }; "maxHeightHeader": { "alias": "maxHeightHeader"; "required": false; }; "UlvMainCtrlr": { "alias": "UlvMainCtrlr"; "required": false; }; "fieldDict": { "alias": "fieldDict"; "required": false; }; "actionList": { "alias": "actionList"; "required": false; }; "serializedRelatedMo": { "alias": "serializedRelatedMo"; "required": false; }; "cartableTemplate": { "alias": "cartableTemplate"; "required": false; }; "cartableMo": { "alias": "cartableMo"; "required": false; }; "cartableWorkflowData": { "alias": "cartableWorkflowData"; "required": false; }; }, { "actionListClick": "actionListClick"; "events": "events"; }, never, never, false, never>;
|
|
5053
5101
|
}
|
|
5054
5102
|
declare enum RowState {
|
|
5055
5103
|
Clean = 0,
|
|
@@ -5195,9 +5243,10 @@ declare class DynamicUlvToolbarComponent extends BaseDynamicComponent {
|
|
|
5195
5243
|
hidden: boolean;
|
|
5196
5244
|
buttons: any[];
|
|
5197
5245
|
moDataListCount: number;
|
|
5246
|
+
showToolbarBorder: boolean;
|
|
5198
5247
|
ngOnChanges(changes: SimpleChanges): void;
|
|
5199
5248
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicUlvToolbarComponent, never>;
|
|
5200
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicUlvToolbarComponent, "bnrc-dynamic-ulv-toolbar-component", never, { "viewSettings": { "alias": "viewSettings"; "required": false; }; "allowGridColumnSort": { "alias": "allowGridColumnSort"; "required": false; }; "useLayoutItemTextForControl": { "alias": "useLayoutItemTextForControl"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "access": { "alias": "access"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "gridSetting": { "alias": "gridSetting"; "required": false; }; "viewCollection": { "alias": "viewCollection"; "required": false; }; "toolbarButtonsReportView": { "alias": "toolbarButtonsReportView"; "required": false; }; "reportView": { "alias": "reportView"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "cls": { "alias": "cls"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "config": { "alias": "config"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "moDataListCount": { "alias": "moDataListCount"; "required": false; }; }, {}, never, never, false, never>;
|
|
5249
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicUlvToolbarComponent, "bnrc-dynamic-ulv-toolbar-component", never, { "viewSettings": { "alias": "viewSettings"; "required": false; }; "allowGridColumnSort": { "alias": "allowGridColumnSort"; "required": false; }; "useLayoutItemTextForControl": { "alias": "useLayoutItemTextForControl"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "deviceName": { "alias": "deviceName"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "access": { "alias": "access"; "required": false; }; "hideToolbar": { "alias": "hideToolbar"; "required": false; }; "toolbarButtons": { "alias": "toolbarButtons"; "required": false; }; "contentDensity": { "alias": "contentDensity"; "required": false; }; "inlineEditMode": { "alias": "inlineEditMode"; "required": false; }; "allowInlineEdit": { "alias": "allowInlineEdit"; "required": false; }; "gridSetting": { "alias": "gridSetting"; "required": false; }; "viewCollection": { "alias": "viewCollection"; "required": false; }; "toolbarButtonsReportView": { "alias": "toolbarButtonsReportView"; "required": false; }; "reportView": { "alias": "reportView"; "required": false; }; "inDialog": { "alias": "inDialog"; "required": false; }; "isMultiSelect": { "alias": "isMultiSelect"; "required": false; }; "cls": { "alias": "cls"; "required": false; }; "hasSelected": { "alias": "hasSelected"; "required": false; }; "config": { "alias": "config"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "moDataListCount": { "alias": "moDataListCount"; "required": false; }; "showToolbarBorder": { "alias": "showToolbarBorder"; "required": false; }; }, {}, never, never, false, never>;
|
|
5201
5250
|
}
|
|
5202
5251
|
|
|
5203
5252
|
declare class DynamicUlvPagingComponent extends BaseDynamicComponent {
|
|
@@ -5449,8 +5498,8 @@ declare class UlvCommandDirective extends BaseDirective {
|
|
|
5449
5498
|
ulvCommandHandler: any;
|
|
5450
5499
|
disable: boolean;
|
|
5451
5500
|
commandClick: EventEmitter<any>;
|
|
5452
|
-
$execute: Subject<
|
|
5453
|
-
onClick(event:
|
|
5501
|
+
$execute: Subject<MouseEvent>;
|
|
5502
|
+
onClick(event: MouseEvent): boolean;
|
|
5454
5503
|
ngOnInit(): void;
|
|
5455
5504
|
static ɵfac: i0.ɵɵFactoryDeclaration<UlvCommandDirective, never>;
|
|
5456
5505
|
static ɵdir: i0.ɵɵDirectiveDeclaration<UlvCommandDirective, "[ulvCommandHandler]", never, { "ulvCommandHandler": { "alias": "ulvCommandHandler"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; }, { "commandClick": "commandClick"; }, never, never, false, never>;
|
|
@@ -5935,6 +5984,29 @@ declare class SafeBottomDirective extends BaseDirective {
|
|
|
5935
5984
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SafeBottomDirective, "[safe-area]", never, { "applyTop": { "alias": "applyTop"; "required": false; }; "disableBottom": { "alias": "disableBottom"; "required": false; }; }, {}, never, never, false, never>;
|
|
5936
5985
|
}
|
|
5937
5986
|
|
|
5987
|
+
declare class MoLinkerDirective extends BaseDirective implements OnInit {
|
|
5988
|
+
moLinker: i0.InputSignal<MetaobjectDataModel>;
|
|
5989
|
+
alternateEditObjectColumn: i0.InputSignal<string | undefined>;
|
|
5990
|
+
disableHyperLink: i0.InputSignal<boolean>;
|
|
5991
|
+
private _routingService;
|
|
5992
|
+
private _activatedRoute;
|
|
5993
|
+
private _moVal;
|
|
5994
|
+
private _router;
|
|
5995
|
+
private _localUrlTree;
|
|
5996
|
+
ngOnInit(): void;
|
|
5997
|
+
onClick(event: MouseEvent): void;
|
|
5998
|
+
/**
|
|
5999
|
+
* ساخت آدرس برای تب جدید: کاملاً مستقل از ریشه اصلی سایت (بدون relativeTo)
|
|
6000
|
+
*/
|
|
6001
|
+
private buildNewTabUrl;
|
|
6002
|
+
/**
|
|
6003
|
+
* همان متد قبلی شما که روت را بر اساس ActivatedRoute فعلی میسازد
|
|
6004
|
+
*/
|
|
6005
|
+
private buildLocalUrlTree;
|
|
6006
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MoLinkerDirective, never>;
|
|
6007
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MoLinkerDirective, "[moLinker]", never, { "moLinker": { "alias": "moLinker"; "required": true; "isSignal": true; }; "alternateEditObjectColumn": { "alias": "alternateEditObjectColumn"; "required": true; "isSignal": true; }; "disableHyperLink": { "alias": "disableHyperLink"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
6008
|
+
}
|
|
6009
|
+
|
|
5938
6010
|
declare class PortalDynamicPageResolver {
|
|
5939
6011
|
private portalService;
|
|
5940
6012
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
@@ -6136,7 +6208,7 @@ declare class BarsaSapUiFormPageModule extends BaseModule {
|
|
|
6136
6208
|
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
6137
6209
|
constructor();
|
|
6138
6210
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaSapUiFormPageModule, never>;
|
|
6139
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiFormPageModule, never, [typeof i1$1.CommonModule, typeof
|
|
6211
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaSapUiFormPageModule, never, [typeof i1$1.CommonModule, typeof i151.FormsModule, typeof BarsaSapUiFormPageRoutingModule], never>;
|
|
6140
6212
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaSapUiFormPageModule>;
|
|
6141
6213
|
}
|
|
6142
6214
|
|
|
@@ -6362,9 +6434,9 @@ declare class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
6362
6434
|
constructor();
|
|
6363
6435
|
static forRoot(): ModuleWithProviders<BarsaNovinRayCoreModule>;
|
|
6364
6436
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaNovinRayCoreModule, never>;
|
|
6365
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaNovinRayCoreModule, [typeof FormComponent, typeof FieldUiComponent, typeof NotFoundComponent, typeof RootPageComponent, typeof RootPortalComponent, typeof ReportContainerComponent, typeof FormNewComponent, typeof ModalRootComponent, typeof PortalPageComponent, typeof PortalPageSidebarComponent, typeof EmptyPageWithRouterAndRouterOutletComponent, typeof DynamicItemComponent, typeof CardDynamicItemComponent, typeof DynamicFormComponent, typeof DynamicUlvToolbarComponent, typeof DynamicUlvPagingComponent, typeof BaseDynamicComponent, typeof DynamicFormToolbaritemComponent, typeof DynamicLayoutComponent, typeof EmptyPageComponent, typeof ReportEmptyPageComponent, typeof MasterDetailsPageComponent, typeof FormPageComponent, typeof FormFieldReportPageComponent, typeof ButtonLoadingComponent, typeof UnlimitSessionComponent, typeof PushBannerComponent, typeof ReportNavigatorComponent, typeof SplitterComponent, typeof NumeralPipe, typeof CanUploadFilePipe, typeof RemoveNewlinePipe, typeof ConvertToStylePipe, typeof FilterPipe, typeof FilterTabPipe, typeof FilterStringPipe, typeof FioriIconPipe, typeof SortPipe, typeof GroupByPipe, typeof MultipleGroupByPipe, typeof MoValuePipe, typeof MoReportValuePipe, typeof HeaderFacetValuePipe, typeof PictureFieldSourcePipe, typeof TlbButtonsPipe, typeof SeperatorFixPipe, typeof MoReportValueConcatPipe, typeof ContextMenuPipe, typeof BbbTranslatePipe, typeof BarsaIconDictPipe, typeof FileInfoCountPipe, typeof ControlUiPipe, typeof VisibleValuePipe, typeof FilterToolbarControlPipe, typeof ListCountPipe, typeof TotalSummaryPipe, typeof MergeFieldsToColumnsPipe, typeof FindColumnByDbNamePipe, typeof FilterColumnsByDetailsPipe, typeof MoInfoUlvMoListPipe, typeof MoInfoUlvPagingPipe, typeof ReversePipe, typeof ColumnCustomUiPipe, typeof SanitizeTextPipe, typeof ColumnCustomComponentPipe, typeof ColumnIconPipe, typeof ColumnValuePipe, typeof RowNumberPipe, typeof ComboRowImagePipe, typeof IsExpandedNodePipe, typeof ThImageOrIconePipe, typeof FindPreviewColumnPipe, typeof ReplacePipe, typeof FilterWorkflowInMobilePipe, typeof HideColumnsInmobilePipe, typeof StringToNumberPipe, typeof ColumnValueOfParametersPipe, typeof HideAcceptCancelButtonsPipe, typeof FilterInlineActionListPipe, typeof IsImagePipe, typeof ToolbarSettingsPipe, typeof CardMediaSizePipe, typeof LabelStarTrimPipe, typeof SplitPipe, typeof DynamicDarkColorPipe, typeof ChunkArrayPipe, typeof MapToChatMessagePipe, typeof PicturesByGroupIdPipe, typeof ScopedCssPipe, typeof ReportActionListPipe, typeof GetCssVariableValuePipe, typeof PlaceHolderDirective, typeof NumbersOnlyInputDirective, typeof RenderUlvViewerDirective, typeof RenderUlvPaginDirective, typeof AnchorScrollDirective, typeof ItemsRendererDirective, typeof UlvCommandDirective, typeof DynamicCommandDirective, typeof WorfkflowwChoiceCommandDirective, typeof ImageLazyDirective, typeof UntilInViewDirective, typeof IntersectionObserverDirective, typeof EllipsifyDirective, typeof TableResizerDirective, typeof ColumnResizerDirective, typeof AttrRtlDirective, typeof CopyDirective, typeof EllapsisTextDirective, typeof FillEmptySpaceDirective, typeof FormCloseDirective, typeof MobileDirective, typeof BodyClickDirective, typeof CountDownDirective, typeof RouteFormChangeDirective, typeof DynamicStyleDirective, typeof NowraptextDirective, typeof LabelmandatoryDirective, typeof AbsoluteDivBodyDirective, typeof LoadExternalFilesDirective, typeof StopPropagationDirective, typeof PreventDefaultDirective, typeof RenderUlvDirective, typeof PrintFilesDirective, typeof SaveImageDirective, typeof WebOtpDirective, typeof SplideSliderDirective, typeof DynamicRootVariableDirective, typeof HorizontalResponsiveDirective, typeof MeasureFormTitleWidthDirective, typeof OverflowTextDirective, typeof ShortcutRegisterDirective, typeof ShortcutHandlerDirective, typeof BarsaReadonlyDirective, typeof ResizeObserverDirective, typeof ColumnValueDirective, typeof ScrollToSelectedDirective, typeof ScrollPersistDirective, typeof TooltipDirective, typeof SimplebarDirective, typeof LeafletLongPressDirective, typeof ResizeHandlerDirective, typeof SafeBottomDirective], [typeof i1$1.CommonModule, typeof BarsaNovinRayCoreRoutingModule, typeof BarsaSapUiFormPageModule, typeof ResizableModule, typeof
|
|
6437
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarsaNovinRayCoreModule, [typeof FormComponent, typeof FieldUiComponent, typeof NotFoundComponent, typeof RootPageComponent, typeof RootPortalComponent, typeof ReportContainerComponent, typeof FormNewComponent, typeof ModalRootComponent, typeof PortalPageComponent, typeof PortalPageSidebarComponent, typeof EmptyPageWithRouterAndRouterOutletComponent, typeof DynamicItemComponent, typeof CardDynamicItemComponent, typeof DynamicFormComponent, typeof DynamicUlvToolbarComponent, typeof DynamicUlvPagingComponent, typeof BaseDynamicComponent, typeof DynamicFormToolbaritemComponent, typeof DynamicLayoutComponent, typeof EmptyPageComponent, typeof ReportEmptyPageComponent, typeof MasterDetailsPageComponent, typeof FormPageComponent, typeof FormFieldReportPageComponent, typeof ButtonLoadingComponent, typeof UnlimitSessionComponent, typeof PushBannerComponent, typeof ReportNavigatorComponent, typeof SplitterComponent, typeof NumeralPipe, typeof CanUploadFilePipe, typeof RemoveNewlinePipe, typeof ConvertToStylePipe, typeof FilterPipe, typeof FilterTabPipe, typeof FilterStringPipe, typeof FioriIconPipe, typeof SortPipe, typeof GroupByPipe, typeof MultipleGroupByPipe, typeof MoValuePipe, typeof MoReportValuePipe, typeof HeaderFacetValuePipe, typeof PictureFieldSourcePipe, typeof TlbButtonsPipe, typeof SeperatorFixPipe, typeof MoReportValueConcatPipe, typeof ContextMenuPipe, typeof BbbTranslatePipe, typeof BarsaIconDictPipe, typeof FileInfoCountPipe, typeof ControlUiPipe, typeof VisibleValuePipe, typeof FilterToolbarControlPipe, typeof ListCountPipe, typeof TotalSummaryPipe, typeof MergeFieldsToColumnsPipe, typeof FindColumnByDbNamePipe, typeof FilterColumnsByDetailsPipe, typeof MoInfoUlvMoListPipe, typeof MoInfoUlvPagingPipe, typeof ReversePipe, typeof ColumnCustomUiPipe, typeof SanitizeTextPipe, typeof ColumnCustomComponentPipe, typeof ColumnIconPipe, typeof ColumnValuePipe, typeof RowNumberPipe, typeof ComboRowImagePipe, typeof IsExpandedNodePipe, typeof ThImageOrIconePipe, typeof FindPreviewColumnPipe, typeof ReplacePipe, typeof FilterWorkflowInMobilePipe, typeof HideColumnsInmobilePipe, typeof StringToNumberPipe, typeof ColumnValueOfParametersPipe, typeof HideAcceptCancelButtonsPipe, typeof FilterInlineActionListPipe, typeof IsImagePipe, typeof ToolbarSettingsPipe, typeof CardMediaSizePipe, typeof LabelStarTrimPipe, typeof SplitPipe, typeof DynamicDarkColorPipe, typeof ChunkArrayPipe, typeof MapToChatMessagePipe, typeof PicturesByGroupIdPipe, typeof ScopedCssPipe, typeof ReportActionListPipe, typeof GetCssVariableValuePipe, typeof FindColumnsPipe, typeof ExistsColumnsPipe, typeof PlaceHolderDirective, typeof NumbersOnlyInputDirective, typeof RenderUlvViewerDirective, typeof RenderUlvPaginDirective, typeof AnchorScrollDirective, typeof ItemsRendererDirective, typeof UlvCommandDirective, typeof DynamicCommandDirective, typeof WorfkflowwChoiceCommandDirective, typeof ImageLazyDirective, typeof UntilInViewDirective, typeof IntersectionObserverDirective, typeof EllipsifyDirective, typeof TableResizerDirective, typeof ColumnResizerDirective, typeof AttrRtlDirective, typeof CopyDirective, typeof EllapsisTextDirective, typeof FillEmptySpaceDirective, typeof FormCloseDirective, typeof MobileDirective, typeof BodyClickDirective, typeof CountDownDirective, typeof RouteFormChangeDirective, typeof DynamicStyleDirective, typeof NowraptextDirective, typeof LabelmandatoryDirective, typeof AbsoluteDivBodyDirective, typeof LoadExternalFilesDirective, typeof StopPropagationDirective, typeof PreventDefaultDirective, typeof RenderUlvDirective, typeof PrintFilesDirective, typeof SaveImageDirective, typeof WebOtpDirective, typeof SplideSliderDirective, typeof DynamicRootVariableDirective, typeof HorizontalResponsiveDirective, typeof MeasureFormTitleWidthDirective, typeof OverflowTextDirective, typeof ShortcutRegisterDirective, typeof ShortcutHandlerDirective, typeof BarsaReadonlyDirective, typeof ResizeObserverDirective, typeof ColumnValueDirective, typeof ScrollToSelectedDirective, typeof ScrollPersistDirective, typeof TooltipDirective, typeof SimplebarDirective, typeof LeafletLongPressDirective, typeof ResizeHandlerDirective, typeof SafeBottomDirective, typeof MoLinkerDirective], [typeof i1$1.CommonModule, typeof BarsaNovinRayCoreRoutingModule, typeof BarsaSapUiFormPageModule, typeof ResizableModule, typeof i151.FormsModule, typeof i151.ReactiveFormsModule], [typeof FormComponent, typeof FieldUiComponent, typeof NotFoundComponent, typeof RootPageComponent, typeof RootPortalComponent, typeof ReportContainerComponent, typeof FormNewComponent, typeof ModalRootComponent, typeof PortalPageComponent, typeof PortalPageSidebarComponent, typeof EmptyPageWithRouterAndRouterOutletComponent, typeof DynamicItemComponent, typeof CardDynamicItemComponent, typeof DynamicFormComponent, typeof DynamicUlvToolbarComponent, typeof DynamicUlvPagingComponent, typeof BaseDynamicComponent, typeof DynamicFormToolbaritemComponent, typeof DynamicLayoutComponent, typeof EmptyPageComponent, typeof ReportEmptyPageComponent, typeof MasterDetailsPageComponent, typeof FormPageComponent, typeof FormFieldReportPageComponent, typeof ButtonLoadingComponent, typeof UnlimitSessionComponent, typeof PushBannerComponent, typeof ReportNavigatorComponent, typeof SplitterComponent, typeof NumeralPipe, typeof CanUploadFilePipe, typeof RemoveNewlinePipe, typeof ConvertToStylePipe, typeof FilterPipe, typeof FilterTabPipe, typeof FilterStringPipe, typeof FioriIconPipe, typeof SortPipe, typeof GroupByPipe, typeof MultipleGroupByPipe, typeof MoValuePipe, typeof MoReportValuePipe, typeof HeaderFacetValuePipe, typeof PictureFieldSourcePipe, typeof TlbButtonsPipe, typeof SeperatorFixPipe, typeof MoReportValueConcatPipe, typeof ContextMenuPipe, typeof BbbTranslatePipe, typeof BarsaIconDictPipe, typeof FileInfoCountPipe, typeof ControlUiPipe, typeof VisibleValuePipe, typeof FilterToolbarControlPipe, typeof ListCountPipe, typeof TotalSummaryPipe, typeof MergeFieldsToColumnsPipe, typeof FindColumnByDbNamePipe, typeof FilterColumnsByDetailsPipe, typeof MoInfoUlvMoListPipe, typeof MoInfoUlvPagingPipe, typeof ReversePipe, typeof ColumnCustomUiPipe, typeof SanitizeTextPipe, typeof ColumnCustomComponentPipe, typeof ColumnIconPipe, typeof ColumnValuePipe, typeof RowNumberPipe, typeof ComboRowImagePipe, typeof IsExpandedNodePipe, typeof ThImageOrIconePipe, typeof FindPreviewColumnPipe, typeof ReplacePipe, typeof FilterWorkflowInMobilePipe, typeof HideColumnsInmobilePipe, typeof StringToNumberPipe, typeof ColumnValueOfParametersPipe, typeof HideAcceptCancelButtonsPipe, typeof FilterInlineActionListPipe, typeof IsImagePipe, typeof ToolbarSettingsPipe, typeof CardMediaSizePipe, typeof LabelStarTrimPipe, typeof SplitPipe, typeof DynamicDarkColorPipe, typeof ChunkArrayPipe, typeof MapToChatMessagePipe, typeof PicturesByGroupIdPipe, typeof ScopedCssPipe, typeof ReportActionListPipe, typeof GetCssVariableValuePipe, typeof FindColumnsPipe, typeof ExistsColumnsPipe, typeof PlaceHolderDirective, typeof NumbersOnlyInputDirective, typeof RenderUlvViewerDirective, typeof RenderUlvPaginDirective, typeof AnchorScrollDirective, typeof ItemsRendererDirective, typeof UlvCommandDirective, typeof DynamicCommandDirective, typeof WorfkflowwChoiceCommandDirective, typeof ImageLazyDirective, typeof UntilInViewDirective, typeof IntersectionObserverDirective, typeof EllipsifyDirective, typeof TableResizerDirective, typeof ColumnResizerDirective, typeof AttrRtlDirective, typeof CopyDirective, typeof EllapsisTextDirective, typeof FillEmptySpaceDirective, typeof FormCloseDirective, typeof MobileDirective, typeof BodyClickDirective, typeof CountDownDirective, typeof RouteFormChangeDirective, typeof DynamicStyleDirective, typeof NowraptextDirective, typeof LabelmandatoryDirective, typeof AbsoluteDivBodyDirective, typeof LoadExternalFilesDirective, typeof StopPropagationDirective, typeof PreventDefaultDirective, typeof RenderUlvDirective, typeof PrintFilesDirective, typeof SaveImageDirective, typeof WebOtpDirective, typeof SplideSliderDirective, typeof DynamicRootVariableDirective, typeof HorizontalResponsiveDirective, typeof MeasureFormTitleWidthDirective, typeof OverflowTextDirective, typeof ShortcutRegisterDirective, typeof ShortcutHandlerDirective, typeof BarsaReadonlyDirective, typeof ResizeObserverDirective, typeof ColumnValueDirective, typeof ScrollToSelectedDirective, typeof ScrollPersistDirective, typeof TooltipDirective, typeof SimplebarDirective, typeof LeafletLongPressDirective, typeof ResizeHandlerDirective, typeof SafeBottomDirective, typeof MoLinkerDirective]>;
|
|
6366
6438
|
static ɵinj: i0.ɵɵInjectorDeclaration<BarsaNovinRayCoreModule>;
|
|
6367
6439
|
}
|
|
6368
6440
|
|
|
6369
|
-
export { APP_VERSION, AbsoluteDivBodyDirective, AddDynamicFormStyles, AffixRespondEvents, AllFilesMimeType, AnchorScrollDirective, ApiService, ApplicationBaseComponent, ApplicationCtrlrService, AttrRtlDirective, AudioMimeType, AudioRecordingService, AuthGuard, BBB, BarsaApi, BarsaDialogService, BarsaIconDictPipe, BarsaNovinRayCoreModule, BarsaReadonlyDirective, BarsaSapUiFormPageModule, BarsaStorageService, BaseColumnPropsComponent, BaseComponent, BaseController, BaseDirective, BaseDynamicComponent, BaseFormToolbaritemPropsComponent, BaseItemContentPropsComponent, BaseModule, BaseReportModel, BaseSettingsService, BaseUlvSettingComponent, BaseViewContentPropsComponent, BaseViewItemPropsComponent, BaseViewPropsComponent, BbbTranslatePipe, BodyClickDirective, BoolControlInfoModel, BreadcrumbService, ButtonLoadingComponent, Bw, CalculateControlInfoModel, CalendarMetaobjectDataModel, CalendarSettingsStore, CanUploadFilePipe, CardBaseItemContentPropsComponent, CardDynamicItemComponent, CardMediaSizePipe, CardViewService, ChangeLayoutInfoCustomUi, ChunkArrayPipe, CodeEditorControlInfoModel, ColSetting, ColumnCustomComponentPipe, ColumnCustomUiPipe, ColumnIconPipe, ColumnRendererBase, ColumnRendererViewBase, ColumnResizerDirective, ColumnService, ColumnValueDirective, ColumnValueOfParametersPipe, ColumnValuePipe, ComboRowImagePipe, CommandControlInfoModel, Common, ContainerComponent, ContainerService, ContextMenuPipe, ControlUiPipe, ConvertToStylePipe, CopyDirective, CountDownDirective, CustomCommand, CustomInjector, CustomRouteReuseStrategy, DEFAULT_REPORT_LAYOUT_POLICY, DIALOG_SERVICE, DateHijriService, DateMiladiService, DateRanges, DateService, DateShamsiService, DateTimeControlInfoModel, DefaultCommandsAccessValue, DefaultGridSetting, DeviceWidth, DialogParams, DynamicCommandDirective, DynamicComponentService, DynamicDarkColorPipe, DynamicFormComponent, DynamicFormToolbaritemComponent, DynamicItemComponent, DynamicLayoutComponent, DynamicRootVariableDirective, DynamicStyleDirective, DynamicUlvPagingComponent, DynamicUlvToolbarComponent, EllapsisTextDirective, EllipsifyDirective, EmptyPageComponent, EmptyPageWithRouterAndRouterOutletComponent, EntitySettingsStore, EnumControlInfoModel, ExecuteDynamicCommand, ExecuteWorkflowChoiceDef, Ext, FORM_DIALOG_COMPONENT, FieldBaseComponent, FieldBaseController, FieldDirective, FieldInfoTypeEnum, FieldUiComponent, FieldViewBase, FileControlInfoModel, FileInfoCountPipe, FilePictureInfoModel, FilesValidationHelper, FillAllLayoutControls, FillEmptySpaceDirective, FilterColumnsByDetailsPipe, FilterInlineActionListPipe, FilterPipe, FilterStringPipe, FilterTabPipe, FilterToolbarControlPipe, FilterWorkflowInMobilePipe, FindColumnByDbNamePipe, FindGroup, FindLayoutSettingFromLayout94, FindPreviewColumnPipe, FindToolbarItem, FioriIconPipe, FormBaseComponent, FormCloseDirective, FormComponent, FormFieldReportPageComponent, FormNewComponent, FormPageBaseComponent, FormPageComponent, FormPanelService, FormPropsBaseComponent, FormService, FormToolbarBaseComponent, FormToolbarButton, GanttChartHelper, GaugeControlInfoModel, GeneralControlInfoModel, GetAllColumnsSorted, GetAllHorizontalFromLayout94, GetContentType, GetCssVariableValuePipe, GetDefaultMoObjectInfo, GetImgTags, GetViewableExtensions, GetVisibleValue, GridSetting, GroupBy, GroupByPipe, GroupByService, HeaderFacetValuePipe, HideAcceptCancelButtonsPipe, HideColumnsInmobilePipe, HistoryControlInfoModel, HorizontalLayoutService, HorizontalResponsiveDirective, IconControlInfoModel, IdbService, ImageLazyDirective, ImageMimeType, ImagetoPrint, InMemoryStorageService, IndexedDbService, InputNumber, IntersectionObserverDirective, IntersectionStatus, IsDarkMode, IsExpandedNodePipe, IsImagePipe, ItemsRendererDirective, LabelStarTrimPipe, LabelmandatoryDirective, LayoutItemBaseComponent, LayoutMainContentService, LayoutPanelBaseComponent, LayoutService, LeafletLongPressDirective, LinearListControlInfoModel, LinearListHelper, ListCountPipe, ListRelationModel, LoadExternalFilesDirective, LocalStorageService, LogService, LoginAction, LoginForm, LoginFormData, LoginFormUi, LoginSettingsResolver, MapToChatMessagePipe, MasterDetailsPageComponent, MeasureFormTitleWidthDirective, MergeFieldsToColumnsPipe, MetaobjectDataModel, MetaobjectRelationModel, MimeTypes, MoForReportModel, MoForReportModelBase, MoInfoUlvMoListPipe, MoInfoUlvPagingPipe, MoReportValueConcatPipe, MoReportValuePipe, MoValuePipe, MobileDirective, ModalRootComponent, MultipleGroupByPipe, NOTIFICATAION_POPUP_SERVER, NOTIFICATION_WEBWORKER_FACTORY, NetworkStatusService, NotFoundComponent, NotificationService, NowraptextDirective, NumberBaseComponent, NumberControlInfoModel, NumbersOnlyInputDirective, NumeralPipe, Offline, OverflowTextDirective, PageBaseComponent, PageWithFormHandlerBaseComponent, PdfMimeType, PictureFieldSourcePipe, PictureFileControlInfoModel, PicturesByGroupIdPipe, PlaceHolderDirective, PortalDynamicPageResolver, PortalFormPageResolver, PortalPageComponent, PortalPageResolver, PortalPageSidebarComponent, PortalReportPageResolver, PortalService, PreventDefaulEvent, PreventDefaultDirective, PrintFilesDirective, PrintImage, PromptUpdateService, PushBannerComponent, PushCheckService, PushNotificationService, REPORT_GRID_VIEWPORT_CLASS, REPORT_TYPE_DEFAULT_POLICIES, RUNTIME_NAV_STATE_SCHEMA_V1, RabetehAkseTakiListiControlInfoModel, RedirectHomeGuard, RelatedReportControlInfoModel, RelationListControlInfoModel, RemoveDynamicFormStyles, RemoveNewlinePipe, RenderUlvDirective, RenderUlvPaginDirective, RenderUlvViewerDirective, ReplacePipe, ReportActionListPipe, ReportBaseComponent, ReportBaseInfo, ReportBreadcrumbResolver, ReportCalendarModel, ReportContainerComponent, ReportEmptyPageComponent, ReportExtraInfo, ReportField, ReportFormModel, ReportItemBaseComponent, ReportListModel, ReportModel, ReportNavigatorComponent, ReportTreeModel, ReportViewBaseComponent, ReportViewColumn, ResizableComponent, ResizableDirective, ResizableModule, ResizeHandlerDirective, ResizeObserverDirective, ReversePipe, RichStringControlInfoModel, RootPageComponent, RootPortalComponent, RotateImage, RouteFormChangeDirective, RoutingService, RowDataOption, RowNumberPipe, RowState, RuntimeNavStateCacheService, SafeBottomDirective, SanitizeTextPipe, SaveImageDirective, SaveImageToFile, SaveScrollPositionService, ScopedCssPipe, ScrollLayoutContextHolder, ScrollPersistDirective, ScrollToSelectedDirective, SelectionMode, SeperatorFixPipe, ServiceWorkerCommuncationService, ServiceWorkerNotificationService, ShellbarHeightService, ShortcutHandlerDirective, ShortcutRegisterDirective, SimpleTemplateEngine, SimplebarDirective, SingleRelationControlInfoModel, SortDirection, SortPipe, SortSetting, SplideSliderDirective, SplitPipe, SplitterComponent, StopPropagationDirective, StringControlInfoModel, StringToNumberPipe, SubformControlInfoModel, SystemBaseComponent, TEMPLATE_ENGINE, TOAST_SERVICE, TableHeaderWidthMode, TableResizerDirective, TabpageService, ThImageOrIconePipe, TileGroupBreadcrumResolver, TilePropsComponent, TlbButtonsPipe, ToolbarSettingsPipe, TooltipDirective, TotalSummaryPipe, Ui, UiService, Ul, UlvCommandDirective, UlvHeightSizeType, UlvMainCtrl, UlvMainService, UnlimitSessionComponent, UntilInViewDirective, UploadService, Util, VideoMimeType, VideoRecordingService, ViewBase, VisibleValuePipe, WebOtpDirective, WordMimeType, WorfkflowwChoiceCommandDirective, addCssVariableToRoot, addDynamicVariableTo, availablePrefixes, bodyClick, buildRuntimeNavStateCacheKey, calcContextMenuWidth, calculateColumnContent, calculateColumnWidth, calculateColumnWidthFitToContainer, calculateFreeColumnSize, calculateMoDataListContentWidthByColumnName, cancelRequestAnimationFrame, checkPermission, compareVersions, contextDefaultsFromEnvironment, createFormPanelMetaConditions, createGridEditorFormPanel, easeInOutCubic, elementInViewport2, enumValueToStringSize, executeUlvCommandHandler, extractLayoutPolicyFromView, fixUnclosedParentheses, flattenTree, forbiddenValidator, formRoutes, formatBytes, fromEntries, fromIntersectionObserver, genrateInlineMoId, getAllItemsPerChildren, getColumnValueOfMoDataList, getComponentDefined, getControlList, getControlSizeMode, getDateService, getDeviceIsDesktop, getDeviceIsMobile, getDeviceIsPhone, getDeviceIsTablet, getFieldValue, getFocusableTagNames, getFormSettings, getGridSettings, getHeaderValue, getIcon, getImagePath, getLabelWidth, getLayout94ObjectInfo, getLayoutControl, getNewMoGridEditor, getParentHeight, getReportTypeDefaultPolicy, getRequestAnimationFrame, getResetGridSettings, getTargetRect, getUniqueId, getValidExtension, isFF, isFirefox, isFunction, isImage, isInLocalMode, isSafari, isTargetWindow, isVersionBiggerThan, measureText, measureText2, measureTextBy, mobile_regex, nullOrUndefinedString, number_only, removeDynamicStyle, requestAnimationFramePolyfill, resolveFinalScroll, resolveReportLayoutPolicy, scrollLayoutModeToContextEnvironment, scrollToElement, setColumnWidthByMaxMoContentWidth, setOneDepthLevel, setTableThWidth, shallowEqual, stopPropagation, throwIfAlreadyLoaded, toNumber, validateAllFormFields };
|
|
6370
|
-
export type { AbbrevationDeviceSize, AppMenu, ApplicationSetting, BreadCrumbInfo, BruleActionMessage, CalendarConfig, CalendarFields, CalendarView, CardMediaSize, CartableTemplateKey, ChoiceDef, ClassNamesModel, CollectionGroup, CollectionPage, CollectionSort, CollectionState, ColumnInfoType, ColumnResizedArgs, ColumnSummaryType, Command, CommandGroup, CommonObservable, ComponentDataModel, ComponentSettingsDataModel, ContainerReportSetting, ContextEnvironment, ControlInfoTypes, CssBackground, CultureTypes, CustomApplicationMenuBodyUi, CustomApplicationUi, CustomNavGroupUi, CustomNavPageUi, CustomRibbon, CustomSystemContainerUi, CustomSystemNavUi, CustomSystemUi, DateInfo, DefaultCommandsAccess, DeviceSize, DownloadFileInfo, DownloadFileInfoResult, EasyingFn, EffectiveReportLayoutPolicy, EjrayOlgo, ExNotificationPayload, ExtraModel, FieldSetting, FieldSettings, FileAttachmentInfo, FormComponentParams, FormSetting, FormView, FormViewSetting, GridView, Group, GroupByItem, GroupVisibility, IApiResult, IBaseController, IDebug, IHeaderLayout, ISystem, ISystemData, ITemplateEngine, IUploadingState, IViewBase, IndexableObject, InfoBarType, LayoutSetting, LibraryDepenecy, LoginResult, Media, MenuItem, ModuleDataModel, ModuleListReportModel, ModuleWithDynamicComponents, Modules, NavGroupItem, NavGroupItemData, Navigator, NavigatorFolder, NavigatorFolderItem, NavigatorItem, NavigatorRoot, NavigatorRootItem, NgStyleInterface, NotificationAction, NotificationItem, NotificationPayload, NotificationPopupService, NotifyOptions, NumberInput, NzSafeAny, NzScrollToOptions, PageDataModel, PageListReportModel, PagingSetting, PictureGroupItem, PlaceHolderDataModel, PortalDataModel, PushState, RelationItemType, RelationListTypes, ReportItemSetting, ReportLayoutAdapter, ReportLayoutMode, ReportLayoutPolicyPartial, ReportModelTypes, ReportScrollMode, ReportSetting, RuntimeNavPayload, RuntimeNavSerializationMode, RuntimeNavStateEnvelope, ScrollLayoutMode, ScrollViewportHost, SearchInput, SearchPanelSettings, ShareButtonsChoiceDef, ShellbarSetting, ShortCutData, ShortCuts, SimpleRect,
|
|
6441
|
+
export { APP_VERSION, AbsoluteDivBodyDirective, AddDynamicFormStyles, AffixRespondEvents, AllFilesMimeType, AnchorScrollDirective, ApiService, ApplicationBaseComponent, ApplicationCtrlrService, AttrRtlDirective, AudioMimeType, AudioRecordingService, AuthGuard, BBB, BarsaApi, BarsaDialogService, BarsaIconDictPipe, BarsaNovinRayCoreModule, BarsaReadonlyDirective, BarsaSapUiFormPageModule, BarsaStorageService, BaseColumnPropsComponent, BaseComponent, BaseController, BaseDirective, BaseDynamicComponent, BaseFormToolbaritemPropsComponent, BaseItemContentPropsComponent, BaseModule, BaseReportModel, BaseSettingsService, BaseUlvSettingComponent, BaseViewContentPropsComponent, BaseViewItemPropsComponent, BaseViewPropsComponent, BbbTranslatePipe, BodyClickDirective, BoolControlInfoModel, BreadcrumbService, ButtonLoadingComponent, Bw, CalculateControlInfoModel, CalendarMetaobjectDataModel, CalendarSettingsStore, CanUploadFilePipe, CardBaseItemContentPropsComponent, CardDynamicItemComponent, CardMediaSizePipe, CardViewService, ChangeLayoutInfoCustomUi, ChunkArrayPipe, CodeEditorControlInfoModel, ColSetting, ColumnCustomComponentPipe, ColumnCustomUiPipe, ColumnIconPipe, ColumnRendererBase, ColumnRendererViewBase, ColumnResizerDirective, ColumnService, ColumnValueDirective, ColumnValueOfParametersPipe, ColumnValuePipe, ComboRowImagePipe, CommandControlInfoModel, Common, ContainerComponent, ContainerService, ContextMenuPipe, ControlUiPipe, ConvertToStylePipe, CopyDirective, CountDownDirective, CustomCommand, CustomInjector, CustomRouteReuseStrategy, DEFAULT_REPORT_LAYOUT_POLICY, DIALOG_SERVICE, DateHijriService, DateMiladiService, DateRanges, DateService, DateShamsiService, DateTimeControlInfoModel, DefaultCommandsAccessValue, DefaultGridSetting, DeviceWidth, DialogParams, DynamicCommandDirective, DynamicComponentService, DynamicDarkColorPipe, DynamicFormComponent, DynamicFormToolbaritemComponent, DynamicItemComponent, DynamicLayoutComponent, DynamicRootVariableDirective, DynamicStyleDirective, DynamicUlvPagingComponent, DynamicUlvToolbarComponent, EllapsisTextDirective, EllipsifyDirective, EmptyPageComponent, EmptyPageWithRouterAndRouterOutletComponent, EntitySettingsStore, EnumControlInfoModel, ExecuteDynamicCommand, ExecuteWorkflowChoiceDef, ExistsColumnsPipe, Ext, FORM_DIALOG_COMPONENT, FieldBaseComponent, FieldBaseController, FieldDirective, FieldInfoTypeEnum, FieldUiComponent, FieldViewBase, FileControlInfoModel, FileInfoCountPipe, FilePictureInfoModel, FilesValidationHelper, FillAllLayoutControls, FillEmptySpaceDirective, FilterColumnsByDetailsPipe, FilterInlineActionListPipe, FilterPipe, FilterStringPipe, FilterTabPipe, FilterToolbarControlPipe, FilterWorkflowInMobilePipe, FindColumnByDbNamePipe, FindColumnsPipe, FindGroup, FindLayoutSettingFromLayout94, FindPreviewColumnPipe, FindToolbarItem, FioriIconPipe, FormBaseComponent, FormCloseDirective, FormComponent, FormFieldReportPageComponent, FormNewComponent, FormPageBaseComponent, FormPageComponent, FormPanelService, FormPropsBaseComponent, FormService, FormToolbarBaseComponent, FormToolbarButton, GanttChartHelper, GaugeControlInfoModel, GeneralControlInfoModel, GetAllColumnsSorted, GetAllHorizontalFromLayout94, GetContentType, GetCssVariableValuePipe, GetDefaultMoObjectInfo, GetImgTags, GetViewableExtensions, GetVisibleValue, GridSetting, GroupBy, GroupByPipe, GroupByService, HeaderFacetValuePipe, HideAcceptCancelButtonsPipe, HideColumnsInmobilePipe, HistoryControlInfoModel, HorizontalLayoutService, HorizontalResponsiveDirective, IconControlInfoModel, IdbService, ImageLazyDirective, ImageMimeType, ImagetoPrint, InMemoryStorageService, IndexedDbService, InputNumber, IntersectionObserverDirective, IntersectionStatus, IsDarkMode, IsExpandedNodePipe, IsImagePipe, ItemsRendererDirective, LabelStarTrimPipe, LabelmandatoryDirective, LayoutItemBaseComponent, LayoutMainContentService, LayoutPanelBaseComponent, LayoutService, LeafletLongPressDirective, LinearListControlInfoModel, LinearListHelper, ListCountPipe, ListRelationModel, LoadExternalFilesDirective, LocalStorageService, LogService, LoginAction, LoginForm, LoginFormData, LoginFormUi, LoginSettingsResolver, MapToChatMessagePipe, MasterDetailsPageComponent, MeasureFormTitleWidthDirective, MergeFieldsToColumnsPipe, MetaobjectDataModel, MetaobjectRelationModel, MimeTypes, MoForReportModel, MoForReportModelBase, MoInfoUlvMoListPipe, MoInfoUlvPagingPipe, MoLinkerDirective, MoReportValueConcatPipe, MoReportValuePipe, MoValuePipe, MobileDirective, ModalRootComponent, MultipleGroupByPipe, NOTIFICATAION_POPUP_SERVER, NOTIFICATION_WEBWORKER_FACTORY, NetworkStatusService, NotFoundComponent, NotificationService, NowraptextDirective, NumberBaseComponent, NumberControlInfoModel, NumbersOnlyInputDirective, NumeralPipe, Offline, OverflowTextDirective, PageBaseComponent, PageWithFormHandlerBaseComponent, PdfMimeType, PictureFieldSourcePipe, PictureFileControlInfoModel, PicturesByGroupIdPipe, PlaceHolderDirective, PortalDynamicPageResolver, PortalFormPageResolver, PortalPageComponent, PortalPageResolver, PortalPageSidebarComponent, PortalReportPageResolver, PortalService, PreventDefaulEvent, PreventDefaultDirective, PrintFilesDirective, PrintImage, PromptUpdateService, PushBannerComponent, PushCheckService, PushNotificationService, REPORT_GRID_VIEWPORT_CLASS, REPORT_TYPE_DEFAULT_POLICIES, RUNTIME_NAV_STATE_SCHEMA_V1, RabetehAkseTakiListiControlInfoModel, RedirectHomeGuard, RelatedReportControlInfoModel, RelationListControlInfoModel, RemoveDynamicFormStyles, RemoveNewlinePipe, RenderUlvDirective, RenderUlvPaginDirective, RenderUlvViewerDirective, ReplacePipe, ReportActionListPipe, ReportBaseComponent, ReportBaseInfo, ReportBreadcrumbResolver, ReportCalendarModel, ReportContainerComponent, ReportEmptyPageComponent, ReportExtraInfo, ReportField, ReportFormModel, ReportItemBaseComponent, ReportListModel, ReportModel, ReportNavigatorComponent, ReportTreeModel, ReportViewBaseComponent, ReportViewColumn, ResizableComponent, ResizableDirective, ResizableModule, ResizeHandlerDirective, ResizeObserverDirective, ReversePipe, RichStringControlInfoModel, RootPageComponent, RootPortalComponent, RotateImage, RouteFormChangeDirective, RoutingService, RowDataOption, RowNumberPipe, RowState, RuntimeNavStateCacheService, SafeBottomDirective, SanitizeTextPipe, SaveImageDirective, SaveImageToFile, SaveScrollPositionService, ScopedCssPipe, ScrollLayoutContextHolder, ScrollPersistDirective, ScrollToSelectedDirective, SelectionMode, SeperatorFixPipe, ServiceWorkerCommuncationService, ServiceWorkerNotificationService, ShellbarHeightService, ShortcutHandlerDirective, ShortcutRegisterDirective, SimpleTemplateEngine, SimplebarDirective, SingleRelationControlInfoModel, SortDirection, SortPipe, SortSetting, SplideSliderDirective, SplitPipe, SplitterComponent, StopPropagationDirective, StringControlInfoModel, StringToNumberPipe, SubformControlInfoModel, SystemBaseComponent, TEMPLATE_ENGINE, TOAST_SERVICE, TableHeaderWidthMode, TableResizerDirective, TabpageService, ThImageOrIconePipe, TileGroupBreadcrumResolver, TilePropsComponent, TlbButtonsPipe, ToolbarSettingsPipe, TooltipDirective, TotalSummaryPipe, Ui, UiService, Ul, UlvCommandDirective, UlvHeightSizeType, UlvMainCtrl, UlvMainService, UnlimitSessionComponent, UntilInViewDirective, UploadService, Util, VideoMimeType, VideoRecordingService, ViewBase, VisibleValuePipe, WebOtpDirective, WordMimeType, WorfkflowwChoiceCommandDirective, addCssVariableToRoot, addDynamicVariableTo, availablePrefixes, bodyClick, buildRuntimeNavStateCacheKey, calcContextMenuWidth, calculateColumnContent, calculateColumnWidth, calculateColumnWidthFitToContainer, calculateFreeColumnSize, calculateMoDataListContentWidthByColumnName, cancelRequestAnimationFrame, checkPermission, compareVersions, contextDefaultsFromEnvironment, createFormPanelMetaConditions, createGridEditorFormPanel, easeInOutCubic, elementInViewport2, enumValueToStringSize, executeUlvCommandHandler, extractLayoutPolicyFromView, fixUnclosedParentheses, flattenTree, forbiddenValidator, formRoutes, formatBytes, fromEntries, fromIntersectionObserver, genrateInlineMoId, getAllItemsPerChildren, getColumnValueOfMoDataList, getComponentDefined, getControlList, getControlSizeMode, getDateService, getDeviceIsDesktop, getDeviceIsMobile, getDeviceIsPhone, getDeviceIsTablet, getFieldValue, getFocusableTagNames, getFormSettings, getGridSettings, getHeaderValue, getIcon, getImagePath, getLabelWidth, getLayout94ObjectInfo, getLayoutControl, getNestedValue, getNewMoGridEditor, getParentHeight, getReportTypeDefaultPolicy, getRequestAnimationFrame, getResetGridSettings, getTargetRect, getUniqueId, getValidExtension, isFF, isFirefox, isFunction, isImage, isInLocalMode, isSafari, isTargetWindow, isVersionBiggerThan, measureText, measureText2, measureTextBy, mobile_regex, multilevelSort, nullOrUndefinedString, number_only, removeDynamicStyle, requestAnimationFramePolyfill, resolveFinalScroll, resolveReportLayoutPolicy, scrollLayoutModeToContextEnvironment, scrollToElement, searchEx, setColumnWidthByMaxMoContentWidth, setOneDepthLevel, setTableThWidth, shallowEqual, sort, sortEx, stopPropagation, throwIfAlreadyLoaded, toNumber, validateAllFormFields };
|
|
6442
|
+
export type { AbbrevationDeviceSize, AppMenu, ApplicationSetting, BreadCrumbInfo, BruleActionMessage, CalendarConfig, CalendarFields, CalendarView, CardMediaSize, CartableTemplateKey, ChoiceDef, ClassNamesModel, CollectionGroup, CollectionPage, CollectionSort, CollectionState, ColumnInfoType, ColumnResizedArgs, ColumnSummaryType, Command, CommandGroup, CommonObservable, ComponentDataModel, ComponentSettingsDataModel, ContainerReportSetting, ContextEnvironment, ControlInfoTypes, CssBackground, CultureTypes, CustomApplicationMenuBodyUi, CustomApplicationUi, CustomNavGroupUi, CustomNavPageUi, CustomRibbon, CustomSystemContainerUi, CustomSystemNavUi, CustomSystemUi, DateInfo, DefaultCommandsAccess, DeviceSize, DownloadFileInfo, DownloadFileInfoResult, EasyingFn, EffectiveReportLayoutPolicy, EjrayOlgo, ExNotificationPayload, ExtraModel, FieldSetting, FieldSettings, FileAttachmentInfo, FormComponentParams, FormSetting, FormView, FormViewSetting, GridView, Group, GroupByItem, GroupVisibility, IApiResult, IBaseController, IDebug, IHeaderLayout, ISystem, ISystemData, ITemplateEngine, IUploadingState, IViewBase, IndexableObject, InfoBarType, LayoutSetting, LibraryDepenecy, LoginResult, Media, MenuItem, ModuleDataModel, ModuleListReportModel, ModuleWithDynamicComponents, Modules, NavGroupItem, NavGroupItemData, Navigator, NavigatorFolder, NavigatorFolderItem, NavigatorItem, NavigatorRoot, NavigatorRootItem, NgStyleInterface, NotificationAction, NotificationItem, NotificationPayload, NotificationPopupService, NotifyOptions, NumberInput, NzSafeAny, NzScrollToOptions, PageDataModel, PageListReportModel, PagingSetting, PictureGroupItem, PlaceHolderDataModel, PortalDataModel, PushState, RelationItemType, RelationListTypes, ReportItemSetting, ReportLayoutAdapter, ReportLayoutMode, ReportLayoutPolicyPartial, ReportModelTypes, ReportScrollMode, ReportSetting, RuntimeNavPayload, RuntimeNavSerializationMode, RuntimeNavStateEnvelope, ScrollLayoutMode, ScrollViewportHost, SearchInput, SearchPanelSettings, ShareButtonsChoiceDef, ShellbarSetting, ShortCutData, ShortCuts, SimpleRect, SystemSetting, TableState, ToolbarButtonReportViewType, TreeNodeObj, TreeView, TypeUlvDataCtrlr, TypeUlvMainCtrlr, UiReportViewBase, UiReportViewBaseSetting, UiResponsiveSettings, UlvParamType, User, ViewTypes, WorkflowExecuteChoiceStatus, WorkflowItem, columnsResizedEventArgs };
|