barsa-novin-ray-core 2.3.130 → 2.3.132
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-1rIPnDjF.mjs → barsa-novin-ray-core-barsa-novin-ray-core-RggkK3TN.mjs} +99 -60
- 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-CdYA6Y8F.mjs → barsa-novin-ray-core-barsa-report-page.module-DStGV-ZA.mjs} +2 -2
- package/fesm2022/{barsa-novin-ray-core-barsa-report-page.module-CdYA6Y8F.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 +20 -6
- package/package.json +1 -1
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-1rIPnDjF.mjs.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Injectable, inject, ElementRef, Input, ChangeDetectionStrategy, Component, Pipe, ComponentFactoryResolver, Injector, ApplicationRef, Compiler, DOCUMENT, NgModuleFactory, InjectionToken, NgZone, signal, ViewContainerRef, EventEmitter, ChangeDetectorRef, Renderer2, HostBinding, Output, HostListener, ViewChild, Directive, TemplateRef, input, NgModule, NO_ERRORS_SCHEMA, CUSTOM_ELEMENTS_SCHEMA, provideAppInitializer, ErrorHandler } from '@angular/core';
|
|
3
|
-
import { Subject, from, BehaviorSubject, of, exhaustMap, map as map$1, combineLatest, debounceTime as debounceTime$1, distinctUntilChanged as distinctUntilChanged$1, switchMap, forkJoin, shareReplay, withLatestFrom as withLatestFrom$1, tap as tap$1, fromEvent, throwError, merge, interval, filter as filter$1, lastValueFrom, timeout, catchError as catchError$1, takeUntil as takeUntil$1, take, skip, Observable,
|
|
3
|
+
import { Subject, from, BehaviorSubject, of, exhaustMap, map as map$1, timer, combineLatest, debounceTime as debounceTime$1, distinctUntilChanged as distinctUntilChanged$1, switchMap, forkJoin, shareReplay, withLatestFrom as withLatestFrom$1, tap as tap$1, fromEvent, throwError, merge, interval, filter as filter$1, lastValueFrom, timeout, catchError as catchError$1, takeUntil as takeUntil$1, take, skip, Observable, mergeWith, Subscription } from 'rxjs';
|
|
4
4
|
import * as i1 from '@angular/router';
|
|
5
5
|
import { Router, NavigationEnd, ActivatedRoute, RouterEvent, NavigationStart, RouterModule, RouteReuseStrategy } from '@angular/router';
|
|
6
6
|
import { DomSanitizer, Title } from '@angular/platform-browser';
|
|
7
|
-
import { filter, startWith, map, tap, takeUntil,
|
|
7
|
+
import { filter, startWith, map, tap, takeUntil, exhaustMap as exhaustMap$1, withLatestFrom, delay, debounceTime, distinctUntilChanged, concatMap, finalize, publishReplay, refCount, shareReplay as shareReplay$1, switchMap as switchMap$1, catchError, merge as merge$1, pluck, mergeWith as mergeWith$1 } from 'rxjs/operators';
|
|
8
8
|
import moment from 'moment';
|
|
9
9
|
import moment$1 from 'moment-hijri';
|
|
10
10
|
import 'moment/locale/ar';
|
|
@@ -1495,9 +1495,9 @@ function calculateColumnWidthFitToContainer(container, canView, disableContextMe
|
|
|
1495
1495
|
const w = col.Width && col.Width > 0 ? col.Width : x;
|
|
1496
1496
|
allColWidth += w;
|
|
1497
1497
|
const percent = (w / containerWidth) * 100;
|
|
1498
|
-
col.$FitContainerWidth = isMobile || col.Width === 0 ? '100%' : `${percent}%`;
|
|
1498
|
+
col.$FitContainerWidth = isMobile || col.Width === 0 || percent === Infinity ? '100%' : `${percent}%`;
|
|
1499
1499
|
if (index === lCols.length - 1 && !hasDefinedWidth) {
|
|
1500
|
-
col.$FitContainerWidth = 100 - remainPercent + '%';
|
|
1500
|
+
col.$FitContainerWidth = 100 - (remainPercent === Infinity ? 0 : remainPercent) + '%';
|
|
1501
1501
|
}
|
|
1502
1502
|
else {
|
|
1503
1503
|
remainPercent += percent;
|
|
@@ -4346,6 +4346,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
4346
4346
|
}]
|
|
4347
4347
|
}] });
|
|
4348
4348
|
|
|
4349
|
+
class ReportActionListPipe {
|
|
4350
|
+
constructor() { }
|
|
4351
|
+
transform(inlineEditMode, canView, hideOpenIcon, hasInlineDeleteButton, showViewButton, navigationArrow
|
|
4352
|
+
// fileCount: number
|
|
4353
|
+
) {
|
|
4354
|
+
return this._createActionButtons(inlineEditMode, canView, hideOpenIcon, hasInlineDeleteButton, showViewButton, navigationArrow);
|
|
4355
|
+
}
|
|
4356
|
+
_createActionButtons(inlineEditMode, canView, hideOpenIcon, hasInlineEditButton, hasInlineDeleteButton, navigationArrow) {
|
|
4357
|
+
const showViewButton = !inlineEditMode && canView && !hideOpenIcon;
|
|
4358
|
+
const buttons = [];
|
|
4359
|
+
if (hasInlineEditButton) {
|
|
4360
|
+
buttons.push({
|
|
4361
|
+
glyph: 'edit',
|
|
4362
|
+
itemId: 'Edit',
|
|
4363
|
+
navigation: false,
|
|
4364
|
+
role: 'presentation',
|
|
4365
|
+
closeOnClick: true
|
|
4366
|
+
});
|
|
4367
|
+
}
|
|
4368
|
+
if (hasInlineDeleteButton) {
|
|
4369
|
+
buttons.push({
|
|
4370
|
+
glyph: 'delete',
|
|
4371
|
+
navigation: false,
|
|
4372
|
+
itemId: 'Delete',
|
|
4373
|
+
role: 'presentation',
|
|
4374
|
+
closeOnClick: true
|
|
4375
|
+
});
|
|
4376
|
+
}
|
|
4377
|
+
if (showViewButton) {
|
|
4378
|
+
buttons.push({
|
|
4379
|
+
glyph: navigationArrow,
|
|
4380
|
+
navigation: true,
|
|
4381
|
+
role: 'presentation',
|
|
4382
|
+
itemId: 'Show',
|
|
4383
|
+
closeOnClick: true
|
|
4384
|
+
});
|
|
4385
|
+
}
|
|
4386
|
+
return buttons;
|
|
4387
|
+
}
|
|
4388
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: ReportActionListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4389
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.6", ngImport: i0, type: ReportActionListPipe, isStandalone: false, name: "reportActionList" }); }
|
|
4390
|
+
}
|
|
4391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: ReportActionListPipe, decorators: [{
|
|
4392
|
+
type: Pipe,
|
|
4393
|
+
args: [{
|
|
4394
|
+
name: 'reportActionList',
|
|
4395
|
+
standalone: false
|
|
4396
|
+
}]
|
|
4397
|
+
}], ctorParameters: () => [] });
|
|
4398
|
+
|
|
4349
4399
|
class ApiService {
|
|
4350
4400
|
constructor() {
|
|
4351
4401
|
this.portalLoginUrl = `/api/auth/portal/login`;
|
|
@@ -4724,13 +4774,11 @@ class FormPanelService extends BaseComponent {
|
|
|
4724
4774
|
this._activatedRoute = inject(ActivatedRoute);
|
|
4725
4775
|
this.context$ = this._contextSource.asObservable().pipe(tap((context) => this._prepareContext(context)), takeUntil(this._onDestroy$));
|
|
4726
4776
|
this.toolbarClick$
|
|
4727
|
-
.pipe(
|
|
4728
|
-
leading: true,
|
|
4729
|
-
trailing: false
|
|
4730
|
-
}), takeUntil(this._onDestroy$))
|
|
4731
|
-
.subscribe((c) => {
|
|
4777
|
+
.pipe(exhaustMap$1((c) => {
|
|
4732
4778
|
this._toolbarClick(c);
|
|
4733
|
-
|
|
4779
|
+
return timer(1000); // ۱ ثانیه بلاک میشود
|
|
4780
|
+
}))
|
|
4781
|
+
.subscribe();
|
|
4734
4782
|
this.searchPanelIsObject$ = this._searchPanelIsObjectSource.asObservable().pipe(takeUntil(this._onDestroy$));
|
|
4735
4783
|
this.isSearchPanel$ = this._isSearchPanelSource.asObservable().pipe(takeUntil(this._onDestroy$));
|
|
4736
4784
|
this.isSearcPanelInSideContent$ = this._isSearcPanelInSideContent
|
|
@@ -5292,9 +5340,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
5292
5340
|
}], ctorParameters: () => [] });
|
|
5293
5341
|
|
|
5294
5342
|
class PortalPageResolver {
|
|
5295
|
-
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
5296
5343
|
constructor() {
|
|
5297
5344
|
this.portalService = inject(PortalService);
|
|
5345
|
+
/** Inserted by Angular inject() migration for backwards compatibility */
|
|
5346
|
+
this._titleService = inject(Title);
|
|
5298
5347
|
}
|
|
5299
5348
|
resolve(route
|
|
5300
5349
|
// state: RouterStateSnapshot
|
|
@@ -5309,7 +5358,13 @@ class PortalPageResolver {
|
|
|
5309
5358
|
// url2=route.url[0].path;
|
|
5310
5359
|
// }
|
|
5311
5360
|
// url2 = '/' + url2;
|
|
5312
|
-
|
|
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;
|
|
5313
5368
|
}
|
|
5314
5369
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: PortalPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5315
5370
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: PortalPageResolver, providedIn: 'root' }); }
|
|
@@ -5317,7 +5372,7 @@ class PortalPageResolver {
|
|
|
5317
5372
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: PortalPageResolver, decorators: [{
|
|
5318
5373
|
type: Injectable,
|
|
5319
5374
|
args: [{ providedIn: 'root' }]
|
|
5320
|
-
}]
|
|
5375
|
+
}] });
|
|
5321
5376
|
|
|
5322
5377
|
class AuthGuard {
|
|
5323
5378
|
constructor() {
|
|
@@ -5656,7 +5711,7 @@ class ApplicationCtrlrService {
|
|
|
5656
5711
|
if (this.deviceSize !== 's' && this.deviceSize !== 'm' && this.deviceSize !== 'l') {
|
|
5657
5712
|
this.sidebarToggled(true);
|
|
5658
5713
|
}
|
|
5659
|
-
this._selectedSystemTitle$.next(systemData.Caption);
|
|
5714
|
+
!systemData.IsActive && this._selectedSystemTitle$.next(systemData.Caption);
|
|
5660
5715
|
this._customApplicationMenuBodyUi.fireEvent('SelectedSystemChanged', this._customApplicationMenuBodyUi, systemData);
|
|
5661
5716
|
}
|
|
5662
5717
|
selectAppTileGroup(id) {
|
|
@@ -5958,7 +6013,7 @@ function reportRoutes(authGuard = false) {
|
|
|
5958
6013
|
return {
|
|
5959
6014
|
path: 'report/:id',
|
|
5960
6015
|
canActivate: authGuard ? [AuthGuard] : [],
|
|
5961
|
-
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),
|
|
5962
6017
|
resolve: {
|
|
5963
6018
|
breadcrumb: ReportBreadcrumbResolver
|
|
5964
6019
|
}
|
|
@@ -7922,7 +7977,7 @@ class UlvMainService {
|
|
|
7922
7977
|
if (!menuItems) {
|
|
7923
7978
|
return [];
|
|
7924
7979
|
}
|
|
7925
|
-
const newItems = menuItems.filter((c) => c.itemId !== 'Delete' && c.itemId !== 'AddToList' && c.itemId !== 'RemoveFromList');
|
|
7980
|
+
const newItems = menuItems.filter((c) => c.itemId !== 'Delete' && c.itemId !== 'AddToList' && c.itemId !== 'RemoveFromList' && c.itemId !== 'MoveUp' && c.itemId !== 'MoveDown');
|
|
7926
7981
|
return newItems;
|
|
7927
7982
|
}
|
|
7928
7983
|
_menuItemsChanged(menuItems) {
|
|
@@ -11244,7 +11299,6 @@ class ReportViewBaseComponent extends BaseComponent {
|
|
|
11244
11299
|
if (this.access.View && !this.showOkCancelButtons) {
|
|
11245
11300
|
this.canView = true;
|
|
11246
11301
|
}
|
|
11247
|
-
this.actionList = this._createActionButtons();
|
|
11248
11302
|
this.elWidth = this._el.nativeElement.clientWidth;
|
|
11249
11303
|
this.fitWidth = this.viewSetting?.FitWidth === true ? true : false;
|
|
11250
11304
|
if (this.columns) {
|
|
@@ -11422,37 +11476,6 @@ class ReportViewBaseComponent extends BaseComponent {
|
|
|
11422
11476
|
btn.handler(btn);
|
|
11423
11477
|
}
|
|
11424
11478
|
}
|
|
11425
|
-
_createActionButtons() {
|
|
11426
|
-
const buttons = [];
|
|
11427
|
-
if (this.hasInlineEditButton) {
|
|
11428
|
-
buttons.push({
|
|
11429
|
-
glyph: 'edit',
|
|
11430
|
-
itemId: 'Edit',
|
|
11431
|
-
navigation: false,
|
|
11432
|
-
role: 'presentation',
|
|
11433
|
-
closeOnClick: true
|
|
11434
|
-
});
|
|
11435
|
-
}
|
|
11436
|
-
if (this.hasInlineDeleteButton) {
|
|
11437
|
-
buttons.push({
|
|
11438
|
-
glyph: 'delete',
|
|
11439
|
-
navigation: false,
|
|
11440
|
-
itemId: 'Delete',
|
|
11441
|
-
role: 'presentation',
|
|
11442
|
-
closeOnClick: true
|
|
11443
|
-
});
|
|
11444
|
-
}
|
|
11445
|
-
if (this.showViewButton) {
|
|
11446
|
-
buttons.push({
|
|
11447
|
-
glyph: this.navigationArrow,
|
|
11448
|
-
navigation: true,
|
|
11449
|
-
role: 'presentation',
|
|
11450
|
-
itemId: 'Show',
|
|
11451
|
-
closeOnClick: true
|
|
11452
|
-
});
|
|
11453
|
-
}
|
|
11454
|
-
return buttons;
|
|
11455
|
-
}
|
|
11456
11479
|
_containerWidthChanged(_) { }
|
|
11457
11480
|
_setRowIndicator(columns) {
|
|
11458
11481
|
if (!columns?.length) {
|
|
@@ -13482,14 +13505,19 @@ class BaseViewItemPropsComponent extends BaseViewPropsComponent {
|
|
|
13482
13505
|
.subscribe((res) => {
|
|
13483
13506
|
if (res.saved) {
|
|
13484
13507
|
this.mo.$IsChecked = false;
|
|
13485
|
-
this.
|
|
13508
|
+
this.editFormPanelValueChange.emit({ mo: this.mo, fieldDbName: '$InlineMoState' });
|
|
13509
|
+
// this._formpanelValueChanged$.next('');
|
|
13486
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 });
|
|
13487
13514
|
}
|
|
13488
13515
|
if (res.reason === 'TAB' || res.reason === 'CTRL+ENTER') {
|
|
13489
13516
|
this.selectNextInlineRecord.emit(this.mo);
|
|
13490
13517
|
}
|
|
13491
13518
|
else if (res.reason === 'ESC') {
|
|
13492
13519
|
this.editFormPanelCancel.emit(this.mo);
|
|
13520
|
+
this.mo.$InlineMoState = RowState.Clean;
|
|
13493
13521
|
}
|
|
13494
13522
|
});
|
|
13495
13523
|
this._formpanelValueChanged$
|
|
@@ -13499,9 +13527,11 @@ class BaseViewItemPropsComponent extends BaseViewPropsComponent {
|
|
|
13499
13527
|
tap$1((_) => this._syncMo()), tap$1((_) => {
|
|
13500
13528
|
if (typeof this.mo.$InlineMoChanged === 'undefined') {
|
|
13501
13529
|
this.mo.$InlineMoChanged = true;
|
|
13530
|
+
this.mo.$InlineMoState = RowState.Dirty;
|
|
13502
13531
|
}
|
|
13503
13532
|
}))
|
|
13504
13533
|
.subscribe((c) => {
|
|
13534
|
+
c && (this.mo.$InlineMoState = RowState.Dirty);
|
|
13505
13535
|
this.editFormPanelValueChange.emit({ mo: this.mo, fieldDbName: c });
|
|
13506
13536
|
});
|
|
13507
13537
|
}
|
|
@@ -13979,6 +14009,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
13979
14009
|
}], cartableWorkflowData: [{
|
|
13980
14010
|
type: Input
|
|
13981
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 = {}));
|
|
13982
14020
|
|
|
13983
14021
|
class BaseItemContentPropsComponent extends BaseComponent {
|
|
13984
14022
|
constructor() {
|
|
@@ -15668,13 +15706,11 @@ class UlvCommandDirective extends BaseDirective {
|
|
|
15668
15706
|
ngOnInit() {
|
|
15669
15707
|
super.ngOnInit();
|
|
15670
15708
|
this.$execute
|
|
15671
|
-
.pipe(
|
|
15672
|
-
leading: true,
|
|
15673
|
-
trailing: false
|
|
15674
|
-
}), takeUntil$1(this._onDestroy$))
|
|
15675
|
-
.subscribe(() => {
|
|
15709
|
+
.pipe(exhaustMap(() => {
|
|
15676
15710
|
executeUlvCommandHandler(this.ulvCommandHandler);
|
|
15677
|
-
|
|
15711
|
+
return timer(1000); // ۱ ثانیه بلاک میشود
|
|
15712
|
+
}))
|
|
15713
|
+
.subscribe();
|
|
15678
15714
|
}
|
|
15679
15715
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: UlvCommandDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
15680
15716
|
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.6", type: UlvCommandDirective, isStandalone: false, selector: "[ulvCommandHandler]", inputs: { ulvCommandHandler: "ulvCommandHandler", disable: "disable" }, outputs: { commandClick: "commandClick" }, host: { listeners: { "click": "onClick($event)" } }, usesInheritance: true, ngImport: i0 }); }
|
|
@@ -18602,7 +18638,8 @@ const pipes = [
|
|
|
18602
18638
|
ChunkArrayPipe,
|
|
18603
18639
|
MapToChatMessagePipe,
|
|
18604
18640
|
PicturesByGroupIdPipe,
|
|
18605
|
-
ScopedCssPipe
|
|
18641
|
+
ScopedCssPipe,
|
|
18642
|
+
ReportActionListPipe
|
|
18606
18643
|
];
|
|
18607
18644
|
const functionL1 = async function () {
|
|
18608
18645
|
if (BarsaApi.LoginFormData.Culture === 'fa-IR') {
|
|
@@ -18788,7 +18825,8 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
18788
18825
|
ChunkArrayPipe,
|
|
18789
18826
|
MapToChatMessagePipe,
|
|
18790
18827
|
PicturesByGroupIdPipe,
|
|
18791
|
-
ScopedCssPipe,
|
|
18828
|
+
ScopedCssPipe,
|
|
18829
|
+
ReportActionListPipe, PlaceHolderDirective,
|
|
18792
18830
|
NumbersOnlyInputDirective,
|
|
18793
18831
|
RenderUlvViewerDirective,
|
|
18794
18832
|
RenderUlvPaginDirective,
|
|
@@ -18932,7 +18970,8 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
18932
18970
|
ChunkArrayPipe,
|
|
18933
18971
|
MapToChatMessagePipe,
|
|
18934
18972
|
PicturesByGroupIdPipe,
|
|
18935
|
-
ScopedCssPipe,
|
|
18973
|
+
ScopedCssPipe,
|
|
18974
|
+
ReportActionListPipe, PlaceHolderDirective,
|
|
18936
18975
|
NumbersOnlyInputDirective,
|
|
18937
18976
|
RenderUlvViewerDirective,
|
|
18938
18977
|
RenderUlvPaginDirective,
|
|
@@ -19013,5 +19052,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
19013
19052
|
* Generated bundle index. Do not edit.
|
|
19014
19053
|
*/
|
|
19015
19054
|
|
|
19016
|
-
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, CalendarSettingsService 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, UiService as bA, UlvMainService as bB, UploadService as bC, NetworkStatusService as bD, AudioRecordingService as bE, VideoRecordingService as bF, LocalStorageService as bG, IndexedDbService as bH, BarsaStorageService as bI, PromptUpdateService as bJ, NotificationService as bK, ServiceWorkerNotificationService as bL, ColumnService as bM, ServiceWorkerCommuncationService as bN, SaveScrollPositionService as bO, RoutingService as bP, GroupByService as bQ, LayoutMainContentService as bR, TabpageService as bS, InMemoryStorageService as bT, ShellbarHeightService as bU, ApplicationCtrlrService as bV, PushCheckService as bW, IdbService as bX, PushNotificationService as bY, CardViewService as bZ, BaseSettingsService 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, ApiService as bo, BreadcrumbService as bp, CustomInjector as bq, DialogParams as br, BarsaDialogService as bs, FormPanelService as bt, FormService as bu, ContainerService as bv, HorizontalLayoutService as bw, LayoutService as bx, LogService as by, PortalService as bz, BaseDynamicComponent as c, SingleRelationControlInfoModel as c$, PortalDynamicPageResolver as c0, PortalFormPageResolver as c1, PortalPageResolver as c2, PortalReportPageResolver as c3, TileGroupBreadcrumResolver as c4, LoginSettingsResolver as c5, ReportBreadcrumbResolver as c6, DateService as c7, DateHijriService as c8, DateMiladiService as c9, LayoutItemBaseComponent as cA, LayoutPanelBaseComponent as cB, PageBaseComponent as cC, NumberBaseComponent as cD, GeneralControlInfoModel as cE, StringControlInfoModel as cF, RichStringControlInfoModel as cG, NumberControlInfoModel as cH, FilePictureInfoModel as cI, FileControlInfoModel as cJ, CommandControlInfoModel as cK, IconControlInfoModel as cL, PictureFileControlInfoModel as cM, GaugeControlInfoModel as cN, RelationListControlInfoModel as cO, HistoryControlInfoModel as cP, RabetehAkseTakiListiControlInfoModel as cQ, RelatedReportControlInfoModel as cR, CodeEditorControlInfoModel as cS, EnumControlInfoModel as cT, RowDataOption as cU, DateTimeControlInfoModel as cV, BoolControlInfoModel as cW, CalculateControlInfoModel as cX, SubformControlInfoModel as cY, LinearListControlInfoModel as cZ, ListRelationModel as c_, DateShamsiService as ca, FormNewComponent as cb, ReportContainerComponent as cc, FormComponent as cd, FieldUiComponent as ce, BarsaSapUiFormPageModule as cf, ReportNavigatorComponent as cg, BaseController as ch, ViewBase as ci, ModalRootComponent as cj, ButtonLoadingComponent as ck, UnlimitSessionComponent as cl, SplitterComponent as cm, APP_VERSION as cn, DIALOG_SERVICE as co, FORM_DIALOG_COMPONENT as cp, NOTIFICATAION_POPUP_SERVER as cq, TOAST_SERVICE as cr, NOTIFICATION_WEBWORKER_FACTORY as cs, FieldBaseComponent as ct, FormBaseComponent as cu, FormToolbarBaseComponent as cv, SystemBaseComponent as cw, ReportBaseComponent as cx, ReportItemBaseComponent as cy, ApplicationBaseComponent as cz, DynamicFormComponent as d, getDateService as d$, MetaobjectDataModel as d0, MoForReportModelBase as d1, MoForReportModel as d2, ReportBaseInfo as d3, FormToolbarButton as d4, ReportExtraInfo as d5, MetaobjectRelationModel as d6, FieldInfoTypeEnum as d7, BaseReportModel as d8, DefaultCommandsAccessValue as d9, TilePropsComponent as dA, FormFieldReportPageComponent as dB, BaseUlvSettingComponent as dC, TableHeaderWidthMode as dD, setTableThWidth as dE, calculateColumnContent as dF, calculateColumnWidth as dG, setColumnWidthByMaxMoContentWidth as dH, calculateMoDataListContentWidthByColumnName as dI, calculateFreeColumnSize as dJ, calculateColumnWidthFitToContainer as dK, calcContextMenuWidth as dL, RotateImage as dM, isInLocalMode as dN, getLabelWidth as dO, getColumnValueOfMoDataList as dP, throwIfAlreadyLoaded as dQ, measureText2 as dR, measureText as dS, measureTextBy as dT, genrateInlineMoId as dU, enumValueToStringSize as dV, isVersionBiggerThan as dW, compareVersions as dX, scrollToElement as dY, executeUlvCommandHandler as dZ, getUniqueId as d_, CustomCommand as da, ReportModel as db, ReportListModel as dc, ReportFormModel as dd, ReportCalendarModel as de, ReportTreeModel as df, ReportViewColumn as dg, DefaultGridSetting as dh, GridSetting as di, ColSetting as dj, SortSetting as dk, ReportField as dl, DateRanges as dm, SortDirection as dn, SelectionMode as dp, UlvHeightSizeType as dq, FilesValidationHelper as dr, BarsaApi as ds, ReportViewBaseComponent as dt, FormPropsBaseComponent as du, LinearListHelper as dv, PageWithFormHandlerBaseComponent as dw, FormPageBaseComponent as dx, FormPageComponent as dy, BaseColumnPropsComponent as dz, DynamicItemComponent as e, MimeTypes as e$, getAllItemsPerChildren as e0, setOneDepthLevel as e1, isFirefox as e2, getImagePath as e3, checkPermission as e4, fixUnclosedParentheses as e5, isFunction as e6, DeviceWidth as e7, getHeaderValue as e8, elementInViewport2 as e9, getLayout94ObjectInfo as eA, getFormSettings as eB, createFormPanelMetaConditions as eC, getNewMoGridEditor as eD, createGridEditorFormPanel as eE, getLayoutControl as eF, getControlList as eG, shallowEqual as eH, toNumber as eI, InputNumber as eJ, AffixRespondEvents as eK, isTargetWindow as eL, getTargetRect as eM, getFieldValue as eN, availablePrefixes as eO, requestAnimationFramePolyfill as eP, ExecuteDynamicCommand as eQ, ExecuteWorkflowChoiceDef as eR, getRequestAnimationFrame as eS, cancelRequestAnimationFrame as eT, easeInOutCubic as eU, WordMimeType as eV, ImageMimeType as eW, PdfMimeType as eX, AllFilesMimeType as eY, VideoMimeType as eZ, AudioMimeType as e_, PreventDefaulEvent as ea, stopPropagation as eb, getParentHeight as ec, getComponentDefined as ed, isSafari as ee, isFF as ef, getDeviceIsPhone as eg, getDeviceIsDesktop as eh, getDeviceIsTablet as ei, getDeviceIsMobile as ej, getControlSizeMode as ek, formatBytes as el, getValidExtension as em, getIcon as en, isImage as eo, GetAllColumnsSorted as ep, GetVisibleValue as eq, GroupBy as er, FindGroup as es, FillAllLayoutControls as et, FindToolbarItem as eu, FindLayoutSettingFromLayout94 as ev, GetAllHorizontalFromLayout94 as ew, getGridSettings as ex, getResetGridSettings as ey, GetDefaultMoObjectInfo as ez, formRoutes as f, GetContentType as f0, GetViewableExtensions as f1, ChangeLayoutInfoCustomUi as f2, mobile_regex as f3, number_only as f4, forbiddenValidator as f5, GetImgTags as f6, ImagetoPrint as f7, PrintImage as f8, SaveImageToFile as f9, validateAllFormFields as fa, getFocusableTagNames as fb, addCssVariableToRoot as fc, flattenTree as fd, IsDarkMode as fe, nullOrUndefinedString as ff, fromEntries as fg, bodyClick as fh, removeDynamicStyle as fi, addDynamicVariableTo as fj, AddDynamicFormStyles as fk, RemoveDynamicFormStyles as fl, ContainerComponent as fm, IntersectionStatus as fn, fromIntersectionObserver as fo, CustomRouteReuseStrategy as fp, AuthGuard as fq, RedirectHomeGuard as fr, RootPageComponent as fs, ResizableComponent as ft, ResizableDirective as fu, ResizableModule as fv, PushBannerComponent as fw, BarsaNovinRayCoreModule as fx, 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 };
|
|
19017
|
-
//# 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
|