barsa-novin-ray-core 2.3.131 → 2.3.133
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-BO6HWC7d.mjs → barsa-novin-ray-core-barsa-novin-ray-core-RggkK3TN.mjs} +30 -8
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-RggkK3TN.mjs.map +1 -0
- package/fesm2022/{barsa-novin-ray-core-barsa-report-page.module-BrPpG6JE.mjs → barsa-novin-ray-core-barsa-report-page.module-DStGV-ZA.mjs} +2 -2
- package/fesm2022/{barsa-novin-ray-core-barsa-report-page.module-BrPpG6JE.mjs.map → barsa-novin-ray-core-barsa-report-page.module-DStGV-ZA.mjs.map} +1 -1
- package/fesm2022/barsa-novin-ray-core.mjs +1 -1
- package/index.d.ts +9 -2
- package/package.json +1 -1
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-BO6HWC7d.mjs.map +0 -1
|
@@ -5340,9 +5340,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
5340
5340
|
}], ctorParameters: () => [] });
|
|
5341
5341
|
|
|
5342
5342
|
class PortalPageResolver {
|
|
5343
|
-
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
5344
5343
|
constructor() {
|
|
5345
5344
|
this.portalService = inject(PortalService);
|
|
5345
|
+
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
5346
|
+
this._titleService = inject(Title);
|
|
5346
5347
|
}
|
|
5347
5348
|
resolve(route
|
|
5348
5349
|
// state: RouterStateSnapshot
|
|
@@ -5357,7 +5358,13 @@ class PortalPageResolver {
|
|
|
5357
5358
|
// url2=route.url[0].path;
|
|
5358
5359
|
// }
|
|
5359
5360
|
// url2 = '/' + url2;
|
|
5360
|
-
|
|
5361
|
+
const x = this.portalService.resolveData(route.data.pageData);
|
|
5362
|
+
x.subscribe((data) => {
|
|
5363
|
+
if (data) {
|
|
5364
|
+
data.TabPageTitle && this._titleService.setTitle(data.TabPageTitle);
|
|
5365
|
+
}
|
|
5366
|
+
});
|
|
5367
|
+
return x;
|
|
5361
5368
|
}
|
|
5362
5369
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: PortalPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5363
5370
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: PortalPageResolver, providedIn: 'root' }); }
|
|
@@ -5365,7 +5372,7 @@ class PortalPageResolver {
|
|
|
5365
5372
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: PortalPageResolver, decorators: [{
|
|
5366
5373
|
type: Injectable,
|
|
5367
5374
|
args: [{ providedIn: 'root' }]
|
|
5368
|
-
}]
|
|
5375
|
+
}] });
|
|
5369
5376
|
|
|
5370
5377
|
class AuthGuard {
|
|
5371
5378
|
constructor() {
|
|
@@ -5704,7 +5711,7 @@ class ApplicationCtrlrService {
|
|
|
5704
5711
|
if (this.deviceSize !== 's' && this.deviceSize !== 'm' && this.deviceSize !== 'l') {
|
|
5705
5712
|
this.sidebarToggled(true);
|
|
5706
5713
|
}
|
|
5707
|
-
this._selectedSystemTitle$.next(systemData.Caption);
|
|
5714
|
+
!systemData.IsActive && this._selectedSystemTitle$.next(systemData.Caption);
|
|
5708
5715
|
this._customApplicationMenuBodyUi.fireEvent('SelectedSystemChanged', this._customApplicationMenuBodyUi, systemData);
|
|
5709
5716
|
}
|
|
5710
5717
|
selectAppTileGroup(id) {
|
|
@@ -6006,7 +6013,7 @@ function reportRoutes(authGuard = false) {
|
|
|
6006
6013
|
return {
|
|
6007
6014
|
path: 'report/:id',
|
|
6008
6015
|
canActivate: authGuard ? [AuthGuard] : [],
|
|
6009
|
-
loadChildren: () => import('./barsa-novin-ray-core-barsa-report-page.module-
|
|
6016
|
+
loadChildren: () => import('./barsa-novin-ray-core-barsa-report-page.module-DStGV-ZA.mjs').then((m) => m.BarsaReportPageModule),
|
|
6010
6017
|
resolve: {
|
|
6011
6018
|
breadcrumb: ReportBreadcrumbResolver
|
|
6012
6019
|
}
|
|
@@ -13498,14 +13505,19 @@ class BaseViewItemPropsComponent extends BaseViewPropsComponent {
|
|
|
13498
13505
|
.subscribe((res) => {
|
|
13499
13506
|
if (res.saved) {
|
|
13500
13507
|
this.mo.$IsChecked = false;
|
|
13501
|
-
this.
|
|
13508
|
+
this.editFormPanelValueChange.emit({ mo: this.mo, fieldDbName: '$InlineMoState' });
|
|
13509
|
+
// this._formpanelValueChanged$.next('');
|
|
13502
13510
|
this._cdr.markForCheck();
|
|
13511
|
+
!this.hasError && (this.mo.$InlineMoState = RowState.Clean);
|
|
13512
|
+
this.hasError && (this.mo.$InlineMoState = RowState.SaveFailed);
|
|
13513
|
+
this.editFormPanelValueChange.emit({ mo: this.mo });
|
|
13503
13514
|
}
|
|
13504
13515
|
if (res.reason === 'TAB' || res.reason === 'CTRL+ENTER') {
|
|
13505
13516
|
this.selectNextInlineRecord.emit(this.mo);
|
|
13506
13517
|
}
|
|
13507
13518
|
else if (res.reason === 'ESC') {
|
|
13508
13519
|
this.editFormPanelCancel.emit(this.mo);
|
|
13520
|
+
this.mo.$InlineMoState = RowState.Clean;
|
|
13509
13521
|
}
|
|
13510
13522
|
});
|
|
13511
13523
|
this._formpanelValueChanged$
|
|
@@ -13515,9 +13527,11 @@ class BaseViewItemPropsComponent extends BaseViewPropsComponent {
|
|
|
13515
13527
|
tap$1((_) => this._syncMo()), tap$1((_) => {
|
|
13516
13528
|
if (typeof this.mo.$InlineMoChanged === 'undefined') {
|
|
13517
13529
|
this.mo.$InlineMoChanged = true;
|
|
13530
|
+
this.mo.$InlineMoState = RowState.Dirty;
|
|
13518
13531
|
}
|
|
13519
13532
|
}))
|
|
13520
13533
|
.subscribe((c) => {
|
|
13534
|
+
c && (this.mo.$InlineMoState = RowState.Dirty);
|
|
13521
13535
|
this.editFormPanelValueChange.emit({ mo: this.mo, fieldDbName: c });
|
|
13522
13536
|
});
|
|
13523
13537
|
}
|
|
@@ -13995,6 +14009,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
13995
14009
|
}], cartableWorkflowData: [{
|
|
13996
14010
|
type: Input
|
|
13997
14011
|
}] } });
|
|
14012
|
+
var RowState;
|
|
14013
|
+
(function (RowState) {
|
|
14014
|
+
RowState[RowState["Clean"] = 0] = "Clean";
|
|
14015
|
+
RowState[RowState["Dirty"] = 1] = "Dirty";
|
|
14016
|
+
RowState[RowState["Saving"] = 2] = "Saving";
|
|
14017
|
+
RowState[RowState["Invalid"] = 3] = "Invalid";
|
|
14018
|
+
RowState[RowState["SaveFailed"] = 4] = "SaveFailed";
|
|
14019
|
+
})(RowState || (RowState = {}));
|
|
13998
14020
|
|
|
13999
14021
|
class BaseItemContentPropsComponent extends BaseComponent {
|
|
14000
14022
|
constructor() {
|
|
@@ -19030,5 +19052,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
19030
19052
|
* Generated bundle index. Do not edit.
|
|
19031
19053
|
*/
|
|
19032
19054
|
|
|
19033
|
-
export { StopPropagationDirective as $, AnchorScrollDirective as A, BaseModule as B, CardDynamicItemComponent as C, DynamicComponentService as D, EmptyPageWithRouterAndRouterOutletComponent as E, FieldDirective as F, ItemsRendererDirective as G, NumbersOnlyInputDirective as H, ImageLazyDirective as I, PlaceHolderDirective as J, RenderUlvViewerDirective as K, RenderUlvPaginDirective as L, MasterDetailsPageComponent as M, NotFoundComponent as N, UntilInViewDirective as O, PortalPageComponent as P, CopyDirective as Q, ReportEmptyPageComponent as R, EllapsisTextDirective as S, TableResizerDirective as T, UlvCommandDirective as U, FillEmptySpaceDirective as V, WorfkflowwChoiceCommandDirective as W, FormCloseDirective as X, MobileDirective as Y, BodyClickDirective as Z, PreventDefaultDirective as _, EmptyPageComponent as a, ColumnCustomComponentPipe as a$, CountDownDirective as a0, RouteFormChangeDirective as a1, DynamicStyleDirective as a2, NowraptextDirective as a3, LabelmandatoryDirective as a4, AbsoluteDivBodyDirective as a5, LoadExternalFilesDirective as a6, RenderUlvDirective as a7, PrintFilesDirective as a8, SaveImageDirective as a9, RemoveNewlinePipe as aA, MoValuePipe as aB, FilterPipe as aC, FilterTabPipe as aD, MoReportValueConcatPipe as aE, FilterStringPipe as aF, SortPipe as aG, BbbTranslatePipe as aH, BarsaIconDictPipe as aI, FileInfoCountPipe as aJ, ControlUiPipe as aK, VisibleValuePipe as aL, FilterToolbarControlPipe as aM, MultipleGroupByPipe as aN, PictureFieldSourcePipe as aO, FioriIconPipe as aP, CanUploadFilePipe as aQ, ListCountPipe as aR, TotalSummaryPipe as aS, MergeFieldsToColumnsPipe as aT, FindColumnByDbNamePipe as aU, FilterColumnsByDetailsPipe as aV, MoInfoUlvMoListPipe as aW, ReversePipe as aX, ColumnCustomUiPipe as aY, SanitizeTextPipe as aZ, MoInfoUlvPagingPipe as a_, WebOtpDirective as aa, SplideSliderDirective as ab, DynamicRootVariableDirective as ac, HorizontalResponsiveDirective as ad, MeasureFormTitleWidthDirective as ae, OverflowTextDirective as af, ShortcutRegisterDirective as ag, ShortcutHandlerDirective as ah, BarsaReadonlyDirective as ai, ResizeObserverDirective as aj, ColumnValueDirective as ak, ScrollToSelectedDirective as al, ScrollPersistDirective as am, TooltipDirective as an, SimplebarDirective as ao, LeafletLongPressDirective as ap, ResizeHandlerDirective as aq, SafeBottomDirective as ar, MoReportValuePipe as as, NumeralPipe as at, GroupByPipe as au, ContextMenuPipe as av, HeaderFacetValuePipe as aw, SeperatorFixPipe as ax, ConvertToStylePipe as ay, TlbButtonsPipe as az, PortalPageSidebarComponent as b, BaseSettingsService as b$, ColumnValuePipe as b0, ColumnIconPipe as b1, RowNumberPipe as b2, ComboRowImagePipe as b3, IsExpandedNodePipe as b4, ThImageOrIconePipe as b5, FindPreviewColumnPipe as b6, ReplacePipe as b7, FilterWorkflowInMobilePipe as b8, HideColumnsInmobilePipe as b9, PortalService as bA, UiService as bB, UlvMainService as bC, UploadService as bD, NetworkStatusService as bE, AudioRecordingService as bF, VideoRecordingService as bG, LocalStorageService as bH, IndexedDbService as bI, BarsaStorageService as bJ, PromptUpdateService as bK, NotificationService as bL, ServiceWorkerNotificationService as bM, ColumnService as bN, ServiceWorkerCommuncationService as bO, SaveScrollPositionService as bP, RoutingService as bQ, GroupByService as bR, LayoutMainContentService as bS, TabpageService as bT, InMemoryStorageService as bU, ShellbarHeightService as bV, ApplicationCtrlrService as bW, PushCheckService as bX, IdbService as bY, PushNotificationService as bZ, CardViewService as b_, StringToNumberPipe as ba, ColumnValueOfParametersPipe as bb, HideAcceptCancelButtonsPipe as bc, FilterInlineActionListPipe as bd, IsImagePipe as be, ToolbarSettingsPipe as bf, CardMediaSizePipe as bg, LabelStarTrimPipe as bh, SplitPipe as bi, DynamicDarkColorPipe as bj, ChunkArrayPipe as bk, MapToChatMessagePipe as bl, PicturesByGroupIdPipe as bm, ScopedCssPipe as bn, ReportActionListPipe as bo, ApiService as bp, BreadcrumbService as bq, CustomInjector as br, DialogParams as bs, BarsaDialogService as bt, FormPanelService as bu, FormService as bv, ContainerService as bw, HorizontalLayoutService as bx, LayoutService as by, LogService as bz, BaseDynamicComponent as c, ListRelationModel as c$, CalendarSettingsService as c0, PortalDynamicPageResolver as c1, PortalFormPageResolver as c2, PortalPageResolver as c3, PortalReportPageResolver as c4, TileGroupBreadcrumResolver as c5, LoginSettingsResolver as c6, ReportBreadcrumbResolver as c7, DateService as c8, DateHijriService as c9, ApplicationBaseComponent as cA, LayoutItemBaseComponent as cB, LayoutPanelBaseComponent as cC, PageBaseComponent as cD, NumberBaseComponent as cE, GeneralControlInfoModel as cF, StringControlInfoModel as cG, RichStringControlInfoModel as cH, NumberControlInfoModel as cI, FilePictureInfoModel as cJ, FileControlInfoModel as cK, CommandControlInfoModel as cL, IconControlInfoModel as cM, PictureFileControlInfoModel as cN, GaugeControlInfoModel as cO, RelationListControlInfoModel as cP, HistoryControlInfoModel as cQ, RabetehAkseTakiListiControlInfoModel as cR, RelatedReportControlInfoModel as cS, CodeEditorControlInfoModel as cT, EnumControlInfoModel as cU, RowDataOption as cV, DateTimeControlInfoModel as cW, BoolControlInfoModel as cX, CalculateControlInfoModel as cY, SubformControlInfoModel as cZ, LinearListControlInfoModel as c_, DateMiladiService as ca, DateShamsiService as cb, FormNewComponent as cc, ReportContainerComponent as cd, FormComponent as ce, FieldUiComponent as cf, BarsaSapUiFormPageModule as cg, ReportNavigatorComponent as ch, BaseController as ci, ViewBase as cj, ModalRootComponent as ck, ButtonLoadingComponent as cl, UnlimitSessionComponent as cm, SplitterComponent as cn, APP_VERSION as co, DIALOG_SERVICE as cp, FORM_DIALOG_COMPONENT as cq, NOTIFICATAION_POPUP_SERVER as cr, TOAST_SERVICE as cs, NOTIFICATION_WEBWORKER_FACTORY as ct, FieldBaseComponent as cu, FormBaseComponent as cv, FormToolbarBaseComponent as cw, SystemBaseComponent as cx, ReportBaseComponent as cy, ReportItemBaseComponent as cz, DynamicFormComponent as d, getUniqueId as d$, SingleRelationControlInfoModel as d0, MetaobjectDataModel as d1, MoForReportModelBase as d2, MoForReportModel as d3, ReportBaseInfo as d4, FormToolbarButton as d5, ReportExtraInfo as d6, MetaobjectRelationModel as d7, FieldInfoTypeEnum as d8, BaseReportModel as d9, BaseColumnPropsComponent as dA, TilePropsComponent as dB, FormFieldReportPageComponent as dC, BaseUlvSettingComponent as dD, TableHeaderWidthMode as dE, setTableThWidth as dF, calculateColumnContent as dG, calculateColumnWidth as dH, setColumnWidthByMaxMoContentWidth as dI, calculateMoDataListContentWidthByColumnName as dJ, calculateFreeColumnSize as dK, calculateColumnWidthFitToContainer as dL, calcContextMenuWidth as dM, RotateImage as dN, isInLocalMode as dO, getLabelWidth as dP, getColumnValueOfMoDataList as dQ, throwIfAlreadyLoaded as dR, measureText2 as dS, measureText as dT, measureTextBy as dU, genrateInlineMoId as dV, enumValueToStringSize as dW, isVersionBiggerThan as dX, compareVersions as dY, scrollToElement as dZ, executeUlvCommandHandler as d_, DefaultCommandsAccessValue as da, CustomCommand as db, ReportModel as dc, ReportListModel as dd, ReportFormModel as de, ReportCalendarModel as df, ReportTreeModel as dg, ReportViewColumn as dh, DefaultGridSetting as di, GridSetting as dj, ColSetting as dk, SortSetting as dl, ReportField as dm, DateRanges as dn, SortDirection as dp, SelectionMode as dq, UlvHeightSizeType as dr, FilesValidationHelper as ds, BarsaApi as dt, ReportViewBaseComponent as du, FormPropsBaseComponent as dv, LinearListHelper as dw, PageWithFormHandlerBaseComponent as dx, FormPageBaseComponent as dy, FormPageComponent as dz, DynamicItemComponent as e, AudioMimeType as e$, getDateService as e0, getAllItemsPerChildren as e1, setOneDepthLevel as e2, isFirefox as e3, getImagePath as e4, checkPermission as e5, fixUnclosedParentheses as e6, isFunction as e7, DeviceWidth as e8, getHeaderValue as e9, GetDefaultMoObjectInfo as eA, getLayout94ObjectInfo as eB, getFormSettings as eC, createFormPanelMetaConditions as eD, getNewMoGridEditor as eE, createGridEditorFormPanel as eF, getLayoutControl as eG, getControlList as eH, shallowEqual as eI, toNumber as eJ, InputNumber as eK, AffixRespondEvents as eL, isTargetWindow as eM, getTargetRect as eN, getFieldValue as eO, availablePrefixes as eP, requestAnimationFramePolyfill as eQ, ExecuteDynamicCommand as eR, ExecuteWorkflowChoiceDef as eS, getRequestAnimationFrame as eT, cancelRequestAnimationFrame as eU, easeInOutCubic as eV, WordMimeType as eW, ImageMimeType as eX, PdfMimeType as eY, AllFilesMimeType as eZ, VideoMimeType as e_, elementInViewport2 as ea, PreventDefaulEvent as eb, stopPropagation as ec, getParentHeight as ed, getComponentDefined as ee, isSafari as ef, isFF as eg, getDeviceIsPhone as eh, getDeviceIsDesktop as ei, getDeviceIsTablet as ej, getDeviceIsMobile as ek, getControlSizeMode as el, formatBytes as em, getValidExtension as en, getIcon as eo, isImage as ep, GetAllColumnsSorted as eq, GetVisibleValue as er, GroupBy as es, FindGroup as et, FillAllLayoutControls as eu, FindToolbarItem as ev, FindLayoutSettingFromLayout94 as ew, GetAllHorizontalFromLayout94 as ex, getGridSettings as ey, getResetGridSettings as ez, formRoutes as f, MimeTypes as f0, GetContentType as f1, GetViewableExtensions as f2, ChangeLayoutInfoCustomUi as f3, mobile_regex as f4, number_only as f5, forbiddenValidator as f6, GetImgTags as f7, ImagetoPrint as f8, PrintImage as f9, SaveImageToFile as fa, validateAllFormFields as fb, getFocusableTagNames as fc, addCssVariableToRoot as fd, flattenTree as fe, IsDarkMode as ff, nullOrUndefinedString as fg, fromEntries as fh, bodyClick as fi, removeDynamicStyle as fj, addDynamicVariableTo as fk, AddDynamicFormStyles as fl, RemoveDynamicFormStyles as fm, ContainerComponent as fn, IntersectionStatus as fo, fromIntersectionObserver as fp, CustomRouteReuseStrategy as fq, AuthGuard as fr, RedirectHomeGuard as fs, RootPageComponent as ft, ResizableComponent as fu, ResizableDirective as fv, ResizableModule as fw, PushBannerComponent as fx, BarsaNovinRayCoreModule as fy, BaseViewPropsComponent as g, BaseViewContentPropsComponent as h, BaseViewItemPropsComponent as i, BaseItemContentPropsComponent as j, CardBaseItemContentPropsComponent as k, BaseFormToolbaritemPropsComponent as l, DynamicFormToolbaritemComponent as m, DynamicLayoutComponent as n, DynamicTileGroupComponent as o, DynamicUlvToolbarComponent as p, DynamicUlvPagingComponent as q, reportRoutes as r, RootPortalComponent as s, BaseComponent as t, AttrRtlDirective as u, BaseDirective as v, ColumnResizerDirective as w, DynamicCommandDirective as x, EllipsifyDirective as y, IntersectionObserverDirective as z };
|
|
19034
|
-
//# sourceMappingURL=barsa-novin-ray-core-barsa-novin-ray-core-
|
|
19055
|
+
export { PreventDefaultDirective as $, AnchorScrollDirective as A, BaseModule as B, CardDynamicItemComponent as C, DynamicComponentService as D, EmptyPageWithRouterAndRouterOutletComponent as E, FieldDirective as F, IntersectionObserverDirective as G, ItemsRendererDirective as H, ImageLazyDirective as I, NumbersOnlyInputDirective as J, PlaceHolderDirective as K, RenderUlvViewerDirective as L, MasterDetailsPageComponent as M, NotFoundComponent as N, RenderUlvPaginDirective as O, PortalPageComponent as P, UntilInViewDirective as Q, ReportEmptyPageComponent as R, CopyDirective as S, TableResizerDirective as T, UlvCommandDirective as U, EllapsisTextDirective as V, WorfkflowwChoiceCommandDirective as W, FillEmptySpaceDirective as X, FormCloseDirective as Y, MobileDirective as Z, BodyClickDirective as _, EmptyPageComponent as a, MoInfoUlvPagingPipe as a$, StopPropagationDirective as a0, CountDownDirective as a1, RouteFormChangeDirective as a2, DynamicStyleDirective as a3, NowraptextDirective as a4, LabelmandatoryDirective as a5, AbsoluteDivBodyDirective as a6, LoadExternalFilesDirective as a7, RenderUlvDirective as a8, PrintFilesDirective as a9, TlbButtonsPipe as aA, RemoveNewlinePipe as aB, MoValuePipe as aC, FilterPipe as aD, FilterTabPipe as aE, MoReportValueConcatPipe as aF, FilterStringPipe as aG, SortPipe as aH, BbbTranslatePipe as aI, BarsaIconDictPipe as aJ, FileInfoCountPipe as aK, ControlUiPipe as aL, VisibleValuePipe as aM, FilterToolbarControlPipe as aN, MultipleGroupByPipe as aO, PictureFieldSourcePipe as aP, FioriIconPipe as aQ, CanUploadFilePipe as aR, ListCountPipe as aS, TotalSummaryPipe as aT, MergeFieldsToColumnsPipe as aU, FindColumnByDbNamePipe as aV, FilterColumnsByDetailsPipe as aW, MoInfoUlvMoListPipe as aX, ReversePipe as aY, ColumnCustomUiPipe as aZ, SanitizeTextPipe as a_, SaveImageDirective as aa, WebOtpDirective as ab, SplideSliderDirective as ac, DynamicRootVariableDirective as ad, HorizontalResponsiveDirective as ae, MeasureFormTitleWidthDirective as af, OverflowTextDirective as ag, ShortcutRegisterDirective as ah, ShortcutHandlerDirective as ai, BarsaReadonlyDirective as aj, ResizeObserverDirective as ak, ColumnValueDirective as al, ScrollToSelectedDirective as am, ScrollPersistDirective as an, TooltipDirective as ao, SimplebarDirective as ap, LeafletLongPressDirective as aq, ResizeHandlerDirective as ar, SafeBottomDirective as as, MoReportValuePipe as at, NumeralPipe as au, GroupByPipe as av, ContextMenuPipe as aw, HeaderFacetValuePipe as ax, SeperatorFixPipe as ay, ConvertToStylePipe as az, PortalPageSidebarComponent as b, CardViewService as b$, ColumnCustomComponentPipe as b0, ColumnValuePipe as b1, ColumnIconPipe as b2, RowNumberPipe as b3, ComboRowImagePipe as b4, IsExpandedNodePipe as b5, ThImageOrIconePipe as b6, FindPreviewColumnPipe as b7, ReplacePipe as b8, FilterWorkflowInMobilePipe as b9, LogService as bA, PortalService as bB, UiService as bC, UlvMainService as bD, UploadService as bE, NetworkStatusService as bF, AudioRecordingService as bG, VideoRecordingService as bH, LocalStorageService as bI, IndexedDbService as bJ, BarsaStorageService as bK, PromptUpdateService as bL, NotificationService as bM, ServiceWorkerNotificationService as bN, ColumnService as bO, ServiceWorkerCommuncationService as bP, SaveScrollPositionService as bQ, RoutingService as bR, GroupByService as bS, LayoutMainContentService as bT, TabpageService as bU, InMemoryStorageService as bV, ShellbarHeightService as bW, ApplicationCtrlrService as bX, PushCheckService as bY, IdbService as bZ, PushNotificationService as b_, HideColumnsInmobilePipe as ba, StringToNumberPipe as bb, ColumnValueOfParametersPipe as bc, HideAcceptCancelButtonsPipe as bd, FilterInlineActionListPipe as be, IsImagePipe as bf, ToolbarSettingsPipe as bg, CardMediaSizePipe as bh, LabelStarTrimPipe as bi, SplitPipe as bj, DynamicDarkColorPipe as bk, ChunkArrayPipe as bl, MapToChatMessagePipe as bm, PicturesByGroupIdPipe as bn, ScopedCssPipe as bo, ReportActionListPipe as bp, ApiService as bq, BreadcrumbService as br, CustomInjector as bs, DialogParams as bt, BarsaDialogService as bu, FormPanelService as bv, FormService as bw, ContainerService as bx, HorizontalLayoutService as by, LayoutService as bz, BaseDynamicComponent as c, LinearListControlInfoModel as c$, BaseSettingsService as c0, CalendarSettingsService as c1, PortalDynamicPageResolver as c2, PortalFormPageResolver as c3, PortalPageResolver as c4, PortalReportPageResolver as c5, TileGroupBreadcrumResolver as c6, LoginSettingsResolver as c7, ReportBreadcrumbResolver as c8, DateService as c9, ReportItemBaseComponent as cA, ApplicationBaseComponent as cB, LayoutItemBaseComponent as cC, LayoutPanelBaseComponent as cD, PageBaseComponent as cE, NumberBaseComponent as cF, GeneralControlInfoModel as cG, StringControlInfoModel as cH, RichStringControlInfoModel as cI, NumberControlInfoModel as cJ, FilePictureInfoModel as cK, FileControlInfoModel as cL, CommandControlInfoModel as cM, IconControlInfoModel as cN, PictureFileControlInfoModel as cO, GaugeControlInfoModel as cP, RelationListControlInfoModel as cQ, HistoryControlInfoModel as cR, RabetehAkseTakiListiControlInfoModel as cS, RelatedReportControlInfoModel as cT, CodeEditorControlInfoModel as cU, EnumControlInfoModel as cV, RowDataOption as cW, DateTimeControlInfoModel as cX, BoolControlInfoModel as cY, CalculateControlInfoModel as cZ, SubformControlInfoModel as c_, DateHijriService as ca, DateMiladiService as cb, DateShamsiService as cc, FormNewComponent as cd, ReportContainerComponent as ce, FormComponent as cf, FieldUiComponent as cg, BarsaSapUiFormPageModule as ch, ReportNavigatorComponent as ci, BaseController as cj, ViewBase as ck, ModalRootComponent as cl, ButtonLoadingComponent as cm, UnlimitSessionComponent as cn, SplitterComponent as co, APP_VERSION as cp, DIALOG_SERVICE as cq, FORM_DIALOG_COMPONENT as cr, NOTIFICATAION_POPUP_SERVER as cs, TOAST_SERVICE as ct, NOTIFICATION_WEBWORKER_FACTORY as cu, FieldBaseComponent as cv, FormBaseComponent as cw, FormToolbarBaseComponent as cx, SystemBaseComponent as cy, ReportBaseComponent as cz, DynamicFormComponent as d, executeUlvCommandHandler as d$, ListRelationModel as d0, SingleRelationControlInfoModel as d1, MetaobjectDataModel as d2, MoForReportModelBase as d3, MoForReportModel as d4, ReportBaseInfo as d5, FormToolbarButton as d6, ReportExtraInfo as d7, MetaobjectRelationModel as d8, FieldInfoTypeEnum as d9, FormPageComponent as dA, BaseColumnPropsComponent as dB, TilePropsComponent as dC, FormFieldReportPageComponent as dD, BaseUlvSettingComponent as dE, TableHeaderWidthMode as dF, setTableThWidth as dG, calculateColumnContent as dH, calculateColumnWidth as dI, setColumnWidthByMaxMoContentWidth as dJ, calculateMoDataListContentWidthByColumnName as dK, calculateFreeColumnSize as dL, calculateColumnWidthFitToContainer as dM, calcContextMenuWidth as dN, RotateImage as dO, isInLocalMode as dP, getLabelWidth as dQ, getColumnValueOfMoDataList as dR, throwIfAlreadyLoaded as dS, measureText2 as dT, measureText as dU, measureTextBy as dV, genrateInlineMoId as dW, enumValueToStringSize as dX, isVersionBiggerThan as dY, compareVersions as dZ, scrollToElement as d_, BaseReportModel as da, DefaultCommandsAccessValue as db, CustomCommand as dc, ReportModel as dd, ReportListModel as de, ReportFormModel as df, ReportCalendarModel as dg, ReportTreeModel as dh, ReportViewColumn as di, DefaultGridSetting as dj, GridSetting as dk, ColSetting as dl, SortSetting as dm, ReportField as dn, DateRanges as dp, SortDirection as dq, SelectionMode as dr, UlvHeightSizeType as ds, FilesValidationHelper as dt, BarsaApi as du, ReportViewBaseComponent as dv, FormPropsBaseComponent as dw, LinearListHelper as dx, PageWithFormHandlerBaseComponent as dy, FormPageBaseComponent as dz, DynamicItemComponent as e, VideoMimeType as e$, getUniqueId as e0, getDateService as e1, getAllItemsPerChildren as e2, setOneDepthLevel as e3, isFirefox as e4, getImagePath as e5, checkPermission as e6, fixUnclosedParentheses as e7, isFunction as e8, DeviceWidth as e9, getResetGridSettings as eA, GetDefaultMoObjectInfo as eB, getLayout94ObjectInfo as eC, getFormSettings as eD, createFormPanelMetaConditions as eE, getNewMoGridEditor as eF, createGridEditorFormPanel as eG, getLayoutControl as eH, getControlList as eI, shallowEqual as eJ, toNumber as eK, InputNumber as eL, AffixRespondEvents as eM, isTargetWindow as eN, getTargetRect as eO, getFieldValue as eP, availablePrefixes as eQ, requestAnimationFramePolyfill as eR, ExecuteDynamicCommand as eS, ExecuteWorkflowChoiceDef as eT, getRequestAnimationFrame as eU, cancelRequestAnimationFrame as eV, easeInOutCubic as eW, WordMimeType as eX, ImageMimeType as eY, PdfMimeType as eZ, AllFilesMimeType as e_, getHeaderValue as ea, elementInViewport2 as eb, PreventDefaulEvent as ec, stopPropagation as ed, getParentHeight as ee, getComponentDefined as ef, isSafari as eg, isFF as eh, getDeviceIsPhone as ei, getDeviceIsDesktop as ej, getDeviceIsTablet as ek, getDeviceIsMobile as el, getControlSizeMode as em, formatBytes as en, getValidExtension as eo, getIcon as ep, isImage as eq, GetAllColumnsSorted as er, GetVisibleValue as es, GroupBy as et, FindGroup as eu, FillAllLayoutControls as ev, FindToolbarItem as ew, FindLayoutSettingFromLayout94 as ex, GetAllHorizontalFromLayout94 as ey, getGridSettings as ez, formRoutes as f, AudioMimeType as f0, MimeTypes as f1, GetContentType as f2, GetViewableExtensions as f3, ChangeLayoutInfoCustomUi as f4, mobile_regex as f5, number_only as f6, forbiddenValidator as f7, GetImgTags as f8, ImagetoPrint as f9, PrintImage as fa, SaveImageToFile as fb, validateAllFormFields as fc, getFocusableTagNames as fd, addCssVariableToRoot as fe, flattenTree as ff, IsDarkMode as fg, nullOrUndefinedString as fh, fromEntries as fi, bodyClick as fj, removeDynamicStyle as fk, addDynamicVariableTo as fl, AddDynamicFormStyles as fm, RemoveDynamicFormStyles as fn, ContainerComponent as fo, IntersectionStatus as fp, fromIntersectionObserver as fq, CustomRouteReuseStrategy as fr, AuthGuard as fs, RedirectHomeGuard as ft, RootPageComponent as fu, ResizableComponent as fv, ResizableDirective as fw, ResizableModule as fx, PushBannerComponent as fy, BarsaNovinRayCoreModule as fz, BaseViewPropsComponent as g, BaseViewContentPropsComponent as h, BaseViewItemPropsComponent as i, RowState as j, BaseItemContentPropsComponent as k, CardBaseItemContentPropsComponent as l, BaseFormToolbaritemPropsComponent as m, DynamicFormToolbaritemComponent as n, DynamicLayoutComponent as o, DynamicTileGroupComponent as p, DynamicUlvToolbarComponent as q, reportRoutes as r, DynamicUlvPagingComponent as s, RootPortalComponent as t, BaseComponent as u, AttrRtlDirective as v, BaseDirective as w, ColumnResizerDirective as x, DynamicCommandDirective as y, EllipsifyDirective as z };
|
|
19056
|
+
//# sourceMappingURL=barsa-novin-ray-core-barsa-novin-ray-core-RggkK3TN.mjs.map
|