barsa-novin-ray-core 2.3.164 → 2.3.167
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-a524W8nV.mjs → barsa-novin-ray-core-barsa-novin-ray-core-CKKXv9DX.mjs} +834 -792
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-CKKXv9DX.mjs.map +1 -0
- package/fesm2022/{barsa-novin-ray-core-barsa-report-page.module-Cc0Iyw-a.mjs → barsa-novin-ray-core-barsa-report-page.module-BIBAUbnS.mjs} +10 -10
- package/fesm2022/{barsa-novin-ray-core-barsa-report-page.module-Cc0Iyw-a.mjs.map → barsa-novin-ray-core-barsa-report-page.module-BIBAUbnS.mjs.map} +1 -1
- package/fesm2022/barsa-novin-ray-core.mjs +1 -1
- package/package.json +3 -3
- package/types/barsa-novin-ray-core.d.ts +49 -41
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-a524W8nV.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Injectable, inject, ElementRef, Input, ChangeDetectionStrategy, Component, Pipe, Injector, EnvironmentInjector, ApplicationRef, createComponent, Compiler, DOCUMENT,
|
|
2
|
+
import { Injectable, inject, ElementRef, Input, ChangeDetectionStrategy, Component, Pipe, Injector, EnvironmentInjector, ApplicationRef, createComponent, InjectionToken, Compiler, DOCUMENT, NgZone, signal, ViewContainerRef, isDevMode, SecurityContext, EventEmitter, ChangeDetectorRef, Renderer2, HostBinding, Output, HostListener, ViewChild, effect, Directive, TemplateRef, input, booleanAttribute, NgModule, NO_ERRORS_SCHEMA, CUSTOM_ELEMENTS_SCHEMA, ErrorHandler, provideAppInitializer } from '@angular/core';
|
|
3
3
|
import { Subject, from, BehaviorSubject, of, exhaustMap, map as map$1, shareReplay, catchError, timer, combineLatest, debounceTime as debounceTime$1, distinctUntilChanged as distinctUntilChanged$1, switchMap, forkJoin, withLatestFrom as withLatestFrom$1, fromEvent, throwError, merge, interval, filter as filter$1, lastValueFrom, timeout, takeUntil as takeUntil$1, take, skip, Observable, tap as tap$1, 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';
|
|
@@ -10,8 +10,7 @@ import moment$1 from 'moment-hijri';
|
|
|
10
10
|
import moment$2 from 'moment-jalaali';
|
|
11
11
|
import { _isNumberValue } from '@angular/cdk/coercion';
|
|
12
12
|
import { FormControl, FormGroup, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
13
|
-
import { HttpClient, HttpEventType, HttpErrorResponse, HttpHeaders, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
|
|
14
|
-
import { loadRemoteModule } from '@angular-architects/native-federation';
|
|
13
|
+
import { HttpClient, HttpEventType, HttpErrorResponse, HttpHeaders, provideHttpClient, withXhr, withInterceptorsFromDi } from '@angular/common/http';
|
|
15
14
|
import * as i1$1 from '@angular/common';
|
|
16
15
|
import { Location, TitleCasePipe, CommonModule } from '@angular/common';
|
|
17
16
|
import RecordRTC from 'recordrtc';
|
|
@@ -108,10 +107,10 @@ class LogService {
|
|
|
108
107
|
console.warn(warn);
|
|
109
108
|
}
|
|
110
109
|
}
|
|
111
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
112
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
110
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
111
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LogService, providedIn: 'root' }); }
|
|
113
112
|
}
|
|
114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LogService, decorators: [{
|
|
115
114
|
type: Injectable,
|
|
116
115
|
args: [{
|
|
117
116
|
providedIn: 'root'
|
|
@@ -167,10 +166,10 @@ class BaseComponent {
|
|
|
167
166
|
console.log('ngOnDestroy');
|
|
168
167
|
console.log(this);
|
|
169
168
|
}
|
|
170
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
171
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
169
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
170
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: BaseComponent, isStandalone: false, selector: "bnrc-base", inputs: { rendered: "rendered" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
172
171
|
}
|
|
173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseComponent, decorators: [{
|
|
174
173
|
type: Component,
|
|
175
174
|
args: [{
|
|
176
175
|
selector: 'bnrc-base',
|
|
@@ -186,10 +185,10 @@ class EmptyPageWithRouterAndRouterOutletComponent extends BaseComponent {
|
|
|
186
185
|
constructor() {
|
|
187
186
|
super();
|
|
188
187
|
}
|
|
189
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
190
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
188
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EmptyPageWithRouterAndRouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
189
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: EmptyPageWithRouterAndRouterOutletComponent, isStandalone: false, selector: "bnrc-empty-page-with-router-and-router-outlet", usesInheritance: true, ngImport: i0, template: "<ng-container #containerRef></ng-container>\r\n<router-outlet></router-outlet>\r\n<router-outlet name=\"main\"></router-outlet>\r\n", styles: [""], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
191
190
|
}
|
|
192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EmptyPageWithRouterAndRouterOutletComponent, decorators: [{
|
|
193
192
|
type: Component,
|
|
194
193
|
args: [{ selector: 'bnrc-empty-page-with-router-and-router-outlet', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<ng-container #containerRef></ng-container>\r\n<router-outlet></router-outlet>\r\n<router-outlet name=\"main\"></router-outlet>\r\n" }]
|
|
195
194
|
}], ctorParameters: () => [] });
|
|
@@ -543,10 +542,10 @@ class DateService {
|
|
|
543
542
|
}
|
|
544
543
|
return val1 === val2;
|
|
545
544
|
}
|
|
546
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
547
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
545
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
546
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateService }); }
|
|
548
547
|
}
|
|
549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateService, decorators: [{
|
|
550
549
|
type: Injectable
|
|
551
550
|
}] });
|
|
552
551
|
|
|
@@ -680,10 +679,10 @@ class DateHijriService extends DateService {
|
|
|
680
679
|
}
|
|
681
680
|
return m.format(format);
|
|
682
681
|
}
|
|
683
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
684
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
682
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateHijriService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
683
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateHijriService }); }
|
|
685
684
|
}
|
|
686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateHijriService, decorators: [{
|
|
687
686
|
type: Injectable
|
|
688
687
|
}] });
|
|
689
688
|
|
|
@@ -796,10 +795,10 @@ class DateMiladiService extends DateService {
|
|
|
796
795
|
weekDays() {
|
|
797
796
|
return moment.weekdays();
|
|
798
797
|
}
|
|
799
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
800
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
798
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateMiladiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
799
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateMiladiService }); }
|
|
801
800
|
}
|
|
802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateMiladiService, decorators: [{
|
|
803
802
|
type: Injectable
|
|
804
803
|
}], ctorParameters: () => [] });
|
|
805
804
|
|
|
@@ -940,10 +939,10 @@ class DateShamsiService extends DateService {
|
|
|
940
939
|
}
|
|
941
940
|
return moment$2(value, format);
|
|
942
941
|
}
|
|
943
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
944
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
942
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateShamsiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
943
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateShamsiService }); }
|
|
945
944
|
}
|
|
946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateShamsiService, decorators: [{
|
|
947
946
|
type: Injectable
|
|
948
947
|
}], ctorParameters: () => [] });
|
|
949
948
|
|
|
@@ -2951,10 +2950,10 @@ class MoReportValuePipe {
|
|
|
2951
2950
|
transform(name, mo, Columns, caption) {
|
|
2952
2951
|
return getColumnValueOfMoDataList(name, mo, Columns, caption);
|
|
2953
2952
|
}
|
|
2954
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2955
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2953
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoReportValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2954
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MoReportValuePipe, isStandalone: false, name: "rval" }); }
|
|
2956
2955
|
}
|
|
2957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoReportValuePipe, decorators: [{
|
|
2958
2957
|
type: Pipe,
|
|
2959
2958
|
args: [{
|
|
2960
2959
|
name: 'rval',
|
|
@@ -2979,11 +2978,11 @@ class EnumCaptionPipe {
|
|
|
2979
2978
|
const val = obj[`${field}$Caption`];
|
|
2980
2979
|
return val !== undefined ? val : obj[field];
|
|
2981
2980
|
}
|
|
2982
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2983
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2984
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2981
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EnumCaptionPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2982
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: EnumCaptionPipe, isStandalone: false, name: "enumCaption" }); }
|
|
2983
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EnumCaptionPipe, providedIn: 'root' }); }
|
|
2985
2984
|
}
|
|
2986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EnumCaptionPipe, decorators: [{
|
|
2987
2986
|
type: Injectable,
|
|
2988
2987
|
args: [{ providedIn: 'root' }]
|
|
2989
2988
|
}, {
|
|
@@ -3031,10 +3030,10 @@ class NumeralPipe {
|
|
|
3031
3030
|
const newVal = value.toString().replace(/,/g, '');
|
|
3032
3031
|
return newVal;
|
|
3033
3032
|
}
|
|
3034
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3035
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3033
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumeralPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3034
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: NumeralPipe, isStandalone: false, name: "numeral" }); }
|
|
3036
3035
|
}
|
|
3037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumeralPipe, decorators: [{
|
|
3038
3037
|
type: Pipe,
|
|
3039
3038
|
args: [{
|
|
3040
3039
|
name: 'numeral',
|
|
@@ -3092,10 +3091,10 @@ class GroupByPipe {
|
|
|
3092
3091
|
value: groupedCollection[key]
|
|
3093
3092
|
}));
|
|
3094
3093
|
}
|
|
3095
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3096
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3094
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GroupByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3095
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: GroupByPipe, isStandalone: false, name: "groupBy" }); }
|
|
3097
3096
|
}
|
|
3098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GroupByPipe, decorators: [{
|
|
3099
3098
|
type: Pipe,
|
|
3100
3099
|
args: [{
|
|
3101
3100
|
name: 'groupBy',
|
|
@@ -3121,10 +3120,10 @@ class BbbTranslatePipe {
|
|
|
3121
3120
|
}
|
|
3122
3121
|
return result;
|
|
3123
3122
|
}
|
|
3124
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3125
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BbbTranslatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3124
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BbbTranslatePipe, isStandalone: false, name: "bbbTranslate" }); }
|
|
3126
3125
|
}
|
|
3127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BbbTranslatePipe, decorators: [{
|
|
3128
3127
|
type: Pipe,
|
|
3129
3128
|
args: [{
|
|
3130
3129
|
name: 'bbbTranslate',
|
|
@@ -3160,10 +3159,10 @@ class ContextMenuPipe {
|
|
|
3160
3159
|
return true;
|
|
3161
3160
|
});
|
|
3162
3161
|
}
|
|
3163
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3164
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContextMenuPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3163
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ContextMenuPipe, isStandalone: false, name: "contextMenu" }); }
|
|
3165
3164
|
}
|
|
3166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContextMenuPipe, decorators: [{
|
|
3167
3166
|
type: Pipe,
|
|
3168
3167
|
args: [{
|
|
3169
3168
|
name: 'contextMenu',
|
|
@@ -3180,10 +3179,10 @@ class HeaderFacetValuePipe {
|
|
|
3180
3179
|
// rating-indicator && progress-indicator
|
|
3181
3180
|
return Number(value.Value);
|
|
3182
3181
|
}
|
|
3183
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3184
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HeaderFacetValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3183
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: HeaderFacetValuePipe, isStandalone: false, name: "facetValue" }); }
|
|
3185
3184
|
}
|
|
3186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HeaderFacetValuePipe, decorators: [{
|
|
3187
3186
|
type: Pipe,
|
|
3188
3187
|
args: [{
|
|
3189
3188
|
name: 'facetValue',
|
|
@@ -3202,10 +3201,10 @@ class SeperatorFixPipe {
|
|
|
3202
3201
|
}
|
|
3203
3202
|
return !removeSeperator ? buttons : buttons.filter((c) => typeof c === 'object' && c.cls);
|
|
3204
3203
|
}
|
|
3205
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3206
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3204
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SeperatorFixPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3205
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: SeperatorFixPipe, isStandalone: false, name: "seperatorFix" }); }
|
|
3207
3206
|
}
|
|
3208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SeperatorFixPipe, decorators: [{
|
|
3209
3208
|
type: Pipe,
|
|
3210
3209
|
args: [{
|
|
3211
3210
|
name: 'seperatorFix',
|
|
@@ -3233,10 +3232,10 @@ class ConvertToStylePipe {
|
|
|
3233
3232
|
}
|
|
3234
3233
|
return {};
|
|
3235
3234
|
}
|
|
3236
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3237
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3235
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ConvertToStylePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3236
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ConvertToStylePipe, isStandalone: false, name: "convertToStyle" }); }
|
|
3238
3237
|
}
|
|
3239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ConvertToStylePipe, decorators: [{
|
|
3240
3239
|
type: Pipe,
|
|
3241
3240
|
args: [{
|
|
3242
3241
|
name: 'convertToStyle',
|
|
@@ -3296,10 +3295,10 @@ class TlbButtonsPipe {
|
|
|
3296
3295
|
}
|
|
3297
3296
|
return value === val && !btn.hidden && !btn.Command?.hide;
|
|
3298
3297
|
}
|
|
3299
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3300
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3298
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TlbButtonsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3299
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: TlbButtonsPipe, isStandalone: false, name: "tlbButtons" }); }
|
|
3301
3300
|
}
|
|
3302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TlbButtonsPipe, decorators: [{
|
|
3303
3302
|
type: Pipe,
|
|
3304
3303
|
args: [{
|
|
3305
3304
|
name: 'tlbButtons',
|
|
@@ -3315,10 +3314,10 @@ class RemoveNewlinePipe {
|
|
|
3315
3314
|
}
|
|
3316
3315
|
return text;
|
|
3317
3316
|
}
|
|
3318
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3319
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3317
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RemoveNewlinePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3318
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: RemoveNewlinePipe, isStandalone: false, name: "removeNewline" }); }
|
|
3320
3319
|
}
|
|
3321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RemoveNewlinePipe, decorators: [{
|
|
3322
3321
|
type: Pipe,
|
|
3323
3322
|
args: [{
|
|
3324
3323
|
name: 'removeNewline',
|
|
@@ -3331,10 +3330,10 @@ class MoValuePipe {
|
|
|
3331
3330
|
transform(name, mo, caption) {
|
|
3332
3331
|
return getFieldValue(name, mo, caption);
|
|
3333
3332
|
}
|
|
3334
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3335
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3333
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3334
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MoValuePipe, isStandalone: false, name: "val" }); }
|
|
3336
3335
|
}
|
|
3337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoValuePipe, decorators: [{
|
|
3338
3337
|
type: Pipe,
|
|
3339
3338
|
args: [{
|
|
3340
3339
|
name: 'val',
|
|
@@ -3362,10 +3361,10 @@ class FilterPipe {
|
|
|
3362
3361
|
});
|
|
3363
3362
|
return match;
|
|
3364
3363
|
}
|
|
3365
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3366
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3364
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3365
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterPipe, isStandalone: false, name: "filter" }); }
|
|
3367
3366
|
}
|
|
3368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterPipe, decorators: [{
|
|
3369
3368
|
type: Pipe,
|
|
3370
3369
|
args: [{
|
|
3371
3370
|
name: 'filter',
|
|
@@ -3380,10 +3379,10 @@ class FilterTabPipe {
|
|
|
3380
3379
|
}
|
|
3381
3380
|
return collection.filter((val) => val.Visible !== false);
|
|
3382
3381
|
}
|
|
3383
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3384
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3382
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterTabPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3383
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterTabPipe, isStandalone: false, name: "filterTab" }); }
|
|
3385
3384
|
}
|
|
3386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterTabPipe, decorators: [{
|
|
3387
3386
|
type: Pipe,
|
|
3388
3387
|
args: [{
|
|
3389
3388
|
name: 'filterTab',
|
|
@@ -3414,10 +3413,10 @@ class MoReportValueConcatPipe {
|
|
|
3414
3413
|
});
|
|
3415
3414
|
return result;
|
|
3416
3415
|
}
|
|
3417
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3418
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoReportValueConcatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3417
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MoReportValueConcatPipe, isStandalone: false, name: "rvalConcat" }); }
|
|
3419
3418
|
}
|
|
3420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoReportValueConcatPipe, decorators: [{
|
|
3421
3420
|
type: Pipe,
|
|
3422
3421
|
args: [{
|
|
3423
3422
|
name: 'rvalConcat',
|
|
@@ -3456,10 +3455,10 @@ class FilterStringPipe {
|
|
|
3456
3455
|
});
|
|
3457
3456
|
return match;
|
|
3458
3457
|
}
|
|
3459
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3460
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3458
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterStringPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3459
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterStringPipe, isStandalone: false, name: "filterStr" }); }
|
|
3461
3460
|
}
|
|
3462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterStringPipe, decorators: [{
|
|
3463
3462
|
type: Pipe,
|
|
3464
3463
|
args: [{
|
|
3465
3464
|
name: 'filterStr',
|
|
@@ -3474,10 +3473,10 @@ class SortPipe {
|
|
|
3474
3473
|
}
|
|
3475
3474
|
return [...items].sort(multilevelSort(criteria));
|
|
3476
3475
|
}
|
|
3477
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3478
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3476
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3477
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: SortPipe, isStandalone: false, name: "sort" }); }
|
|
3479
3478
|
}
|
|
3480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SortPipe, decorators: [{
|
|
3481
3480
|
type: Pipe,
|
|
3482
3481
|
args: [{
|
|
3483
3482
|
name: 'sort',
|
|
@@ -3491,10 +3490,10 @@ class BarsaIconDictPipe {
|
|
|
3491
3490
|
const sizeField = size === '128' ? 'FileIconDict128' : 'FileIconDict16';
|
|
3492
3491
|
return BarsaApi.Common.File[sizeField][type];
|
|
3493
3492
|
}
|
|
3494
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3495
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3493
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaIconDictPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3494
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BarsaIconDictPipe, isStandalone: false, name: "barsaIconDict" }); }
|
|
3496
3495
|
}
|
|
3497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaIconDictPipe, decorators: [{
|
|
3498
3497
|
type: Pipe,
|
|
3499
3498
|
args: [{
|
|
3500
3499
|
name: 'barsaIconDict',
|
|
@@ -3510,10 +3509,10 @@ class FileInfoCountPipe {
|
|
|
3510
3509
|
}
|
|
3511
3510
|
return value.Files.filter((c) => !c.IsDeleted).length;
|
|
3512
3511
|
}
|
|
3513
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3514
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3512
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FileInfoCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3513
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FileInfoCountPipe, isStandalone: false, name: "fileinfoCount" }); }
|
|
3515
3514
|
}
|
|
3516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FileInfoCountPipe, decorators: [{
|
|
3517
3516
|
type: Pipe,
|
|
3518
3517
|
args: [{
|
|
3519
3518
|
name: 'fileinfoCount',
|
|
@@ -3540,10 +3539,10 @@ class ControlUiPipe {
|
|
|
3540
3539
|
});
|
|
3541
3540
|
return finded;
|
|
3542
3541
|
}
|
|
3543
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3544
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3542
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ControlUiPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3543
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ControlUiPipe, isStandalone: false, name: "controlUi" }); }
|
|
3545
3544
|
}
|
|
3546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ControlUiPipe, decorators: [{
|
|
3547
3546
|
type: Pipe,
|
|
3548
3547
|
args: [{
|
|
3549
3548
|
name: 'controlUi',
|
|
@@ -3556,10 +3555,10 @@ class VisibleValuePipe {
|
|
|
3556
3555
|
transform(object, field) {
|
|
3557
3556
|
return GetVisibleValue(object, field);
|
|
3558
3557
|
}
|
|
3559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3560
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3558
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: VisibleValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3559
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: VisibleValuePipe, isStandalone: false, name: "barsaVisibleValue" }); }
|
|
3561
3560
|
}
|
|
3562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: VisibleValuePipe, decorators: [{
|
|
3563
3562
|
type: Pipe,
|
|
3564
3563
|
args: [{
|
|
3565
3564
|
name: 'barsaVisibleValue',
|
|
@@ -3571,10 +3570,10 @@ class FilterToolbarControlPipe {
|
|
|
3571
3570
|
transform(config) {
|
|
3572
3571
|
return config.items.filter((c) => c.xtype !== 'Ly.LayoutControl' || (c.xtype === 'Ly.LayoutControl' && c.FieldUi)); // filter toolbar button.fieldui is undefined in toolbar layout control.
|
|
3573
3572
|
}
|
|
3574
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3575
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3573
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterToolbarControlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3574
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterToolbarControlPipe, isStandalone: false, name: "filterToolbarControl" }); }
|
|
3576
3575
|
}
|
|
3577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterToolbarControlPipe, decorators: [{
|
|
3578
3577
|
type: Pipe,
|
|
3579
3578
|
args: [{
|
|
3580
3579
|
name: 'filterToolbarControl',
|
|
@@ -3656,10 +3655,10 @@ class MultipleGroupByPipe {
|
|
|
3656
3655
|
}
|
|
3657
3656
|
});
|
|
3658
3657
|
}
|
|
3659
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3660
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3658
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MultipleGroupByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3659
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MultipleGroupByPipe, isStandalone: false, name: "multipleGroupBy" }); }
|
|
3661
3660
|
}
|
|
3662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MultipleGroupByPipe, decorators: [{
|
|
3663
3662
|
type: Pipe,
|
|
3664
3663
|
args: [{
|
|
3665
3664
|
name: 'multipleGroupBy',
|
|
@@ -3676,10 +3675,10 @@ class PictureFieldSourcePipe {
|
|
|
3676
3675
|
const url = getImagePath(type, moId, value, fieldDefId, sw, sh);
|
|
3677
3676
|
return url;
|
|
3678
3677
|
}
|
|
3679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3680
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3678
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PictureFieldSourcePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3679
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: PictureFieldSourcePipe, isStandalone: false, name: "picFieldSrc" }); }
|
|
3681
3680
|
}
|
|
3682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PictureFieldSourcePipe, decorators: [{
|
|
3683
3682
|
type: Pipe,
|
|
3684
3683
|
args: [{
|
|
3685
3684
|
name: 'picFieldSrc',
|
|
@@ -3717,10 +3716,10 @@ class FioriIconPipe {
|
|
|
3717
3716
|
return defaultIcon;
|
|
3718
3717
|
}
|
|
3719
3718
|
}
|
|
3720
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3721
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3719
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FioriIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3720
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FioriIconPipe, isStandalone: false, name: "fioriIcon" }); }
|
|
3722
3721
|
}
|
|
3723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FioriIconPipe, decorators: [{
|
|
3724
3723
|
type: Pipe,
|
|
3725
3724
|
args: [{
|
|
3726
3725
|
name: 'fioriIcon',
|
|
@@ -3742,10 +3741,10 @@ class CanUploadFilePipe {
|
|
|
3742
3741
|
}
|
|
3743
3742
|
return canUpload;
|
|
3744
3743
|
}
|
|
3745
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3746
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3744
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CanUploadFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3745
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: CanUploadFilePipe, isStandalone: false, name: "canUploadFile" }); }
|
|
3747
3746
|
}
|
|
3748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CanUploadFilePipe, decorators: [{
|
|
3749
3748
|
type: Pipe,
|
|
3750
3749
|
args: [{
|
|
3751
3750
|
name: 'canUploadFile',
|
|
@@ -3758,10 +3757,10 @@ class ListCountPipe {
|
|
|
3758
3757
|
transform(list) {
|
|
3759
3758
|
return list.length;
|
|
3760
3759
|
}
|
|
3761
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3762
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3760
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ListCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3761
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ListCountPipe, isStandalone: false, name: "listCount" }); }
|
|
3763
3762
|
}
|
|
3764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ListCountPipe, decorators: [{
|
|
3765
3764
|
type: Pipe,
|
|
3766
3765
|
args: [{
|
|
3767
3766
|
name: 'listCount',
|
|
@@ -3773,10 +3772,10 @@ class TotalSummaryPipe {
|
|
|
3773
3772
|
transform(moDataList, columnName) {
|
|
3774
3773
|
return moDataList.reduce((curr, prev, currIndex) => currIndex === 0 ? Number(prev[columnName]) : curr + Number(prev[columnName]), 0);
|
|
3775
3774
|
}
|
|
3776
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3777
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3775
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TotalSummaryPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3776
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: TotalSummaryPipe, isStandalone: false, name: "totalSummary" }); }
|
|
3778
3777
|
}
|
|
3779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TotalSummaryPipe, decorators: [{
|
|
3780
3779
|
type: Pipe,
|
|
3781
3780
|
args: [{
|
|
3782
3781
|
name: 'totalSummary',
|
|
@@ -3811,11 +3810,11 @@ class MergeFieldsToColumnsPipe {
|
|
|
3811
3810
|
}
|
|
3812
3811
|
return columns;
|
|
3813
3812
|
}
|
|
3814
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3815
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3816
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3813
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MergeFieldsToColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3814
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MergeFieldsToColumnsPipe, isStandalone: false, name: "mergeFieldsToColumns" }); }
|
|
3815
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MergeFieldsToColumnsPipe }); }
|
|
3817
3816
|
}
|
|
3818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MergeFieldsToColumnsPipe, decorators: [{
|
|
3819
3818
|
type: Injectable
|
|
3820
3819
|
}, {
|
|
3821
3820
|
type: Pipe,
|
|
@@ -3839,10 +3838,10 @@ class FindColumnByDbNamePipe {
|
|
|
3839
3838
|
_findColumn(columns, name) {
|
|
3840
3839
|
return columns.find((column) => column.Name === name || column.Caption === name || column.Alias === name);
|
|
3841
3840
|
}
|
|
3842
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3843
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3841
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindColumnByDbNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3842
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FindColumnByDbNamePipe, isStandalone: false, name: "findColumnByDbName" }); }
|
|
3844
3843
|
}
|
|
3845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindColumnByDbNamePipe, decorators: [{
|
|
3846
3845
|
type: Pipe,
|
|
3847
3846
|
args: [{
|
|
3848
3847
|
name: 'findColumnByDbName',
|
|
@@ -3861,10 +3860,10 @@ class FilterColumnsByDetailsPipe {
|
|
|
3861
3860
|
detailsColumns.map((c) => c.Name).indexOf(column.Name) === -1);
|
|
3862
3861
|
return x;
|
|
3863
3862
|
}
|
|
3864
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3865
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3863
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterColumnsByDetailsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3864
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterColumnsByDetailsPipe, isStandalone: false, name: "filterColumnsByDetails" }); }
|
|
3866
3865
|
}
|
|
3867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterColumnsByDetailsPipe, decorators: [{
|
|
3868
3867
|
type: Pipe,
|
|
3869
3868
|
args: [{
|
|
3870
3869
|
name: 'filterColumnsByDetails',
|
|
@@ -3876,10 +3875,10 @@ class MoInfoUlvPagingPipe {
|
|
|
3876
3875
|
transform(ulvAdapterPaging, ulvUiPaging) {
|
|
3877
3876
|
return ulvAdapterPaging ? ulvAdapterPaging : ulvUiPaging;
|
|
3878
3877
|
}
|
|
3879
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3880
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3878
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvPagingPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3879
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvPagingPipe, isStandalone: false, name: "moInfoUlvPaging" }); }
|
|
3881
3880
|
}
|
|
3882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3881
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvPagingPipe, decorators: [{
|
|
3883
3882
|
type: Pipe,
|
|
3884
3883
|
args: [{
|
|
3885
3884
|
name: 'moInfoUlvPaging',
|
|
@@ -3933,10 +3932,10 @@ class MoInfoUlvMoListPipe {
|
|
|
3933
3932
|
}
|
|
3934
3933
|
return result;
|
|
3935
3934
|
}
|
|
3936
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3937
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3935
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvMoListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3936
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvMoListPipe, isStandalone: false, name: "moInfoUlvMoList" }); }
|
|
3938
3937
|
}
|
|
3939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvMoListPipe, decorators: [{
|
|
3940
3939
|
type: Pipe,
|
|
3941
3940
|
args: [{
|
|
3942
3941
|
name: 'moInfoUlvMoList',
|
|
@@ -3954,10 +3953,10 @@ class ReversePipe {
|
|
|
3954
3953
|
}
|
|
3955
3954
|
return value.reverse();
|
|
3956
3955
|
}
|
|
3957
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3958
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3956
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReversePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3957
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ReversePipe, isStandalone: false, name: "reverse" }); }
|
|
3959
3958
|
}
|
|
3960
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReversePipe, decorators: [{
|
|
3961
3960
|
type: Pipe,
|
|
3962
3961
|
args: [{
|
|
3963
3962
|
name: 'reverse',
|
|
@@ -3985,10 +3984,10 @@ class ColumnCustomUiPipe {
|
|
|
3985
3984
|
});
|
|
3986
3985
|
return component;
|
|
3987
3986
|
}
|
|
3988
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3989
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3987
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomUiPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3988
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomUiPipe, isStandalone: false, name: "columnCustomUi" }); }
|
|
3990
3989
|
}
|
|
3991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomUiPipe, decorators: [{
|
|
3992
3991
|
type: Pipe,
|
|
3993
3992
|
args: [{
|
|
3994
3993
|
name: 'columnCustomUi',
|
|
@@ -4004,10 +4003,10 @@ class SanitizeTextPipe {
|
|
|
4004
4003
|
transform(text) {
|
|
4005
4004
|
return this._domSanitizer.bypassSecurityTrustHtml(text);
|
|
4006
4005
|
}
|
|
4007
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4008
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4006
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SanitizeTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4007
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: SanitizeTextPipe, isStandalone: false, name: "sanitizeText" }); }
|
|
4009
4008
|
}
|
|
4010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SanitizeTextPipe, decorators: [{
|
|
4011
4010
|
type: Pipe,
|
|
4012
4011
|
args: [{
|
|
4013
4012
|
name: 'sanitizeText',
|
|
@@ -4040,11 +4039,11 @@ class ColumnCustomComponentPipe {
|
|
|
4040
4039
|
}
|
|
4041
4040
|
return columns;
|
|
4042
4041
|
}
|
|
4043
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4044
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4045
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4042
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomComponentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4043
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomComponentPipe, isStandalone: false, name: "columnCustomComponent" }); }
|
|
4044
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomComponentPipe }); }
|
|
4046
4045
|
}
|
|
4047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomComponentPipe, decorators: [{
|
|
4048
4047
|
type: Injectable
|
|
4049
4048
|
}, {
|
|
4050
4049
|
type: Pipe,
|
|
@@ -4076,10 +4075,10 @@ class ColumnValuePipe {
|
|
|
4076
4075
|
}
|
|
4077
4076
|
return caption || '';
|
|
4078
4077
|
}
|
|
4079
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4080
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4078
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4079
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ColumnValuePipe, isStandalone: false, name: "columnValue" }); }
|
|
4081
4080
|
}
|
|
4082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValuePipe, decorators: [{
|
|
4083
4082
|
type: Pipe,
|
|
4084
4083
|
args: [{
|
|
4085
4084
|
name: 'columnValue',
|
|
@@ -4097,10 +4096,10 @@ class ColumnIconPipe {
|
|
|
4097
4096
|
}
|
|
4098
4097
|
return icon;
|
|
4099
4098
|
}
|
|
4100
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4101
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4099
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4100
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ColumnIconPipe, isStandalone: false, name: "columnIcon" }); }
|
|
4102
4101
|
}
|
|
4103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnIconPipe, decorators: [{
|
|
4104
4103
|
type: Pipe,
|
|
4105
4104
|
args: [{
|
|
4106
4105
|
name: 'columnIcon',
|
|
@@ -4117,11 +4116,11 @@ class RowNumberPipe {
|
|
|
4117
4116
|
const firstRow = BarsaApi.Common.Util.TryGetValue(setting, 'StartIndex', 0);
|
|
4118
4117
|
return rowIndex + Number(firstRow) + 1;
|
|
4119
4118
|
}
|
|
4120
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4121
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4122
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4119
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RowNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4120
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: RowNumberPipe, isStandalone: false, name: "rowNumber" }); }
|
|
4121
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RowNumberPipe }); }
|
|
4123
4122
|
}
|
|
4124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RowNumberPipe, decorators: [{
|
|
4125
4124
|
type: Injectable
|
|
4126
4125
|
}, {
|
|
4127
4126
|
type: Pipe,
|
|
@@ -4135,10 +4134,10 @@ class ComboRowImagePipe {
|
|
|
4135
4134
|
transform(value, data) {
|
|
4136
4135
|
return data.find((c) => c.id === value).url;
|
|
4137
4136
|
}
|
|
4138
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4139
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4137
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ComboRowImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4138
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ComboRowImagePipe, isStandalone: false, name: "comboRowImg" }); }
|
|
4140
4139
|
}
|
|
4141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ComboRowImagePipe, decorators: [{
|
|
4142
4141
|
type: Pipe,
|
|
4143
4142
|
args: [{
|
|
4144
4143
|
name: 'comboRowImg',
|
|
@@ -4159,10 +4158,10 @@ class IsExpandedNodePipe {
|
|
|
4159
4158
|
}
|
|
4160
4159
|
return this._isExpanded(value.parentNode);
|
|
4161
4160
|
}
|
|
4162
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4163
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4161
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IsExpandedNodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4162
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: IsExpandedNodePipe, isStandalone: false, name: "isExpandedNode" }); }
|
|
4164
4163
|
}
|
|
4165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IsExpandedNodePipe, decorators: [{
|
|
4166
4165
|
type: Pipe,
|
|
4167
4166
|
args: [{
|
|
4168
4167
|
name: 'isExpandedNode',
|
|
@@ -4179,10 +4178,10 @@ class ThImageOrIconePipe {
|
|
|
4179
4178
|
column.$IsImageOricon = x;
|
|
4180
4179
|
return x;
|
|
4181
4180
|
}
|
|
4182
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4183
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4181
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ThImageOrIconePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4182
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ThImageOrIconePipe, isStandalone: false, name: "thImageOrIcon" }); }
|
|
4184
4183
|
}
|
|
4185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ThImageOrIconePipe, decorators: [{
|
|
4186
4185
|
type: Pipe,
|
|
4187
4186
|
args: [{
|
|
4188
4187
|
name: 'thImageOrIcon',
|
|
@@ -4197,10 +4196,10 @@ class FindPreviewColumnPipe {
|
|
|
4197
4196
|
}
|
|
4198
4197
|
return columns.find((column) => column.IsPreview);
|
|
4199
4198
|
}
|
|
4200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4201
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4199
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindPreviewColumnPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4200
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FindPreviewColumnPipe, isStandalone: false, name: "findPreviewColumn" }); }
|
|
4202
4201
|
}
|
|
4203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindPreviewColumnPipe, decorators: [{
|
|
4204
4203
|
type: Pipe,
|
|
4205
4204
|
args: [{
|
|
4206
4205
|
name: 'findPreviewColumn',
|
|
@@ -4213,10 +4212,10 @@ class ReplacePipe {
|
|
|
4213
4212
|
const regex = new RegExp(regexValue, 'g');
|
|
4214
4213
|
return value.replace(regex, replaceValue);
|
|
4215
4214
|
}
|
|
4216
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4217
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4216
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ReplacePipe, isStandalone: false, name: "replace" }); }
|
|
4218
4217
|
}
|
|
4219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReplacePipe, decorators: [{
|
|
4220
4219
|
type: Pipe,
|
|
4221
4220
|
args: [{
|
|
4222
4221
|
name: 'replace',
|
|
@@ -4235,10 +4234,10 @@ class FilterWorkflowInMobilePipe {
|
|
|
4235
4234
|
}
|
|
4236
4235
|
return buttons.filter((button) => !button.isWorkflow);
|
|
4237
4236
|
}
|
|
4238
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4239
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4237
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterWorkflowInMobilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4238
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterWorkflowInMobilePipe, isStandalone: false, name: "filterWorkflowInMobile" }); }
|
|
4240
4239
|
}
|
|
4241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterWorkflowInMobilePipe, decorators: [{
|
|
4242
4241
|
type: Pipe,
|
|
4243
4242
|
args: [{
|
|
4244
4243
|
name: 'filterWorkflowInMobile',
|
|
@@ -4255,10 +4254,10 @@ class HideColumnsInmobilePipe {
|
|
|
4255
4254
|
const x = columns.filter((column, _i) => arrOfColumns.indexOf(column.Caption) === -1 && arrOfColumns.indexOf(column.Name) === -1);
|
|
4256
4255
|
return x;
|
|
4257
4256
|
}
|
|
4258
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4259
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4257
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HideColumnsInmobilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4258
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: HideColumnsInmobilePipe, isStandalone: false, name: "hideColumnsInmobile" }); }
|
|
4260
4259
|
}
|
|
4261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HideColumnsInmobilePipe, decorators: [{
|
|
4262
4261
|
type: Pipe,
|
|
4263
4262
|
args: [{
|
|
4264
4263
|
name: 'hideColumnsInmobile',
|
|
@@ -4279,10 +4278,10 @@ class StringToNumberPipe {
|
|
|
4279
4278
|
}
|
|
4280
4279
|
return tvalue;
|
|
4281
4280
|
}
|
|
4282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4283
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4281
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: StringToNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4282
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: StringToNumberPipe, isStandalone: false, name: "strToNum" }); }
|
|
4284
4283
|
}
|
|
4285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: StringToNumberPipe, decorators: [{
|
|
4286
4285
|
type: Pipe,
|
|
4287
4286
|
args: [{
|
|
4288
4287
|
name: 'strToNum',
|
|
@@ -4308,10 +4307,10 @@ class ColumnValueOfParametersPipe {
|
|
|
4308
4307
|
}
|
|
4309
4308
|
return defaultValue;
|
|
4310
4309
|
}
|
|
4311
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4312
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4310
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValueOfParametersPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4311
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ColumnValueOfParametersPipe, isStandalone: false, name: "columnValueOfParameters" }); }
|
|
4313
4312
|
}
|
|
4314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValueOfParametersPipe, decorators: [{
|
|
4315
4314
|
type: Pipe,
|
|
4316
4315
|
args: [{
|
|
4317
4316
|
name: 'columnValueOfParameters',
|
|
@@ -4330,10 +4329,10 @@ class HideAcceptCancelButtonsPipe {
|
|
|
4330
4329
|
}
|
|
4331
4330
|
return buttons.filter((c) => c.itemId !== 'Ok' && c.itemId !== 'Cancel');
|
|
4332
4331
|
}
|
|
4333
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4334
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4332
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HideAcceptCancelButtonsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4333
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: HideAcceptCancelButtonsPipe, isStandalone: false, name: "hideAcceptCancel" }); }
|
|
4335
4334
|
}
|
|
4336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HideAcceptCancelButtonsPipe, decorators: [{
|
|
4337
4336
|
type: Pipe,
|
|
4338
4337
|
args: [{
|
|
4339
4338
|
name: 'hideAcceptCancel',
|
|
@@ -4347,10 +4346,10 @@ class FilterInlineActionListPipe {
|
|
|
4347
4346
|
(action.itemId === 'Edit' && !hideEditButton) ||
|
|
4348
4347
|
(action.itemId === 'Show' && !hideShowButton));
|
|
4349
4348
|
}
|
|
4350
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4351
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4349
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterInlineActionListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4350
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterInlineActionListPipe, isStandalone: false, name: "filterInlineActionList" }); }
|
|
4352
4351
|
}
|
|
4353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterInlineActionListPipe, decorators: [{
|
|
4354
4353
|
type: Pipe,
|
|
4355
4354
|
args: [{
|
|
4356
4355
|
name: 'filterInlineActionList',
|
|
@@ -4364,10 +4363,10 @@ class IsImagePipe {
|
|
|
4364
4363
|
) {
|
|
4365
4364
|
return isImage(type);
|
|
4366
4365
|
}
|
|
4367
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4368
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IsImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4367
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: IsImagePipe, isStandalone: false, name: "isImageType" }); }
|
|
4369
4368
|
}
|
|
4370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IsImagePipe, decorators: [{
|
|
4371
4370
|
type: Pipe,
|
|
4372
4371
|
args: [{
|
|
4373
4372
|
name: 'isImageType',
|
|
@@ -4389,10 +4388,10 @@ class ToolbarSettingsPipe {
|
|
|
4389
4388
|
});
|
|
4390
4389
|
return [...toolbarButtons.filter((c) => !c.HideButton)];
|
|
4391
4390
|
}
|
|
4392
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4393
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4391
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ToolbarSettingsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4392
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ToolbarSettingsPipe, isStandalone: false, name: "ulvToolbarSettings" }); }
|
|
4394
4393
|
}
|
|
4395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ToolbarSettingsPipe, decorators: [{
|
|
4396
4395
|
type: Pipe,
|
|
4397
4396
|
args: [{
|
|
4398
4397
|
name: 'ulvToolbarSettings',
|
|
@@ -4408,10 +4407,10 @@ class CardMediaSizePipe {
|
|
|
4408
4407
|
const x = cardMediaSize.split('x');
|
|
4409
4408
|
return [+x[0], +x[1]];
|
|
4410
4409
|
}
|
|
4411
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4412
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4410
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardMediaSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4411
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: CardMediaSizePipe, isStandalone: false, name: "cardMediaSize" }); }
|
|
4413
4412
|
}
|
|
4414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardMediaSizePipe, decorators: [{
|
|
4415
4414
|
type: Pipe,
|
|
4416
4415
|
args: [{
|
|
4417
4416
|
name: 'cardMediaSize',
|
|
@@ -4434,10 +4433,10 @@ class LabelStarTrimPipe {
|
|
|
4434
4433
|
const key2 = !hasStar ? key.trim() : key.replace('*', '').trim();
|
|
4435
4434
|
return key2;
|
|
4436
4435
|
}
|
|
4437
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4438
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4436
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LabelStarTrimPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4437
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: LabelStarTrimPipe, isStandalone: false, name: "lableStartTrim" }); }
|
|
4439
4438
|
}
|
|
4440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LabelStarTrimPipe, decorators: [{
|
|
4441
4440
|
type: Pipe,
|
|
4442
4441
|
args: [{
|
|
4443
4442
|
name: 'lableStartTrim',
|
|
@@ -4449,10 +4448,10 @@ class SplitPipe {
|
|
|
4449
4448
|
transform(value, delimiter = ',') {
|
|
4450
4449
|
return value ? value.split(delimiter).map((s) => s.trim()) : [];
|
|
4451
4450
|
}
|
|
4452
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4453
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4451
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4452
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: SplitPipe, isStandalone: false, name: "split" }); }
|
|
4454
4453
|
}
|
|
4455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitPipe, decorators: [{
|
|
4456
4455
|
type: Pipe,
|
|
4457
4456
|
args: [{
|
|
4458
4457
|
name: 'split',
|
|
@@ -4625,10 +4624,10 @@ class DynamicDarkColorPipe {
|
|
|
4625
4624
|
});
|
|
4626
4625
|
return 0.2126 * a[0] + 0.7152 * a[1] + 0.0722 * a[2];
|
|
4627
4626
|
}
|
|
4628
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4629
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4627
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicDarkColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4628
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: DynamicDarkColorPipe, isStandalone: false, name: "dynamicDarkColor" }); }
|
|
4630
4629
|
}
|
|
4631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicDarkColorPipe, decorators: [{
|
|
4632
4631
|
type: Pipe,
|
|
4633
4632
|
args: [{
|
|
4634
4633
|
name: 'dynamicDarkColor',
|
|
@@ -4647,10 +4646,10 @@ class ChunkArrayPipe {
|
|
|
4647
4646
|
}
|
|
4648
4647
|
return out;
|
|
4649
4648
|
}
|
|
4650
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4651
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4649
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ChunkArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4650
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ChunkArrayPipe, isStandalone: false, name: "chunkArray" }); }
|
|
4652
4651
|
}
|
|
4653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ChunkArrayPipe, decorators: [{
|
|
4654
4653
|
type: Pipe,
|
|
4655
4654
|
args: [{
|
|
4656
4655
|
name: 'chunkArray',
|
|
@@ -4689,10 +4688,10 @@ class MapToChatMessagePipe {
|
|
|
4689
4688
|
});
|
|
4690
4689
|
return match;
|
|
4691
4690
|
}
|
|
4692
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4693
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MapToChatMessagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4692
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MapToChatMessagePipe, isStandalone: false, name: "mapToChatMessage" }); }
|
|
4694
4693
|
}
|
|
4695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MapToChatMessagePipe, decorators: [{
|
|
4696
4695
|
type: Pipe,
|
|
4697
4696
|
args: [{
|
|
4698
4697
|
name: 'mapToChatMessage',
|
|
@@ -4707,10 +4706,10 @@ class PicturesByGroupIdPipe {
|
|
|
4707
4706
|
}
|
|
4708
4707
|
return value.filter((c) => c.groupId === groupId);
|
|
4709
4708
|
}
|
|
4710
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4711
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4709
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PicturesByGroupIdPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4710
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: PicturesByGroupIdPipe, isStandalone: false, name: "picturesByGroupId" }); }
|
|
4712
4711
|
}
|
|
4713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4712
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PicturesByGroupIdPipe, decorators: [{
|
|
4714
4713
|
type: Pipe,
|
|
4715
4714
|
args: [{
|
|
4716
4715
|
name: 'picturesByGroupId',
|
|
@@ -4747,10 +4746,10 @@ class ScopedCssPipe {
|
|
|
4747
4746
|
// حالا کل محتوای داخل wrapper را برگردانید
|
|
4748
4747
|
return container.innerHTML;
|
|
4749
4748
|
}
|
|
4750
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4751
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4749
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScopedCssPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4750
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ScopedCssPipe, isStandalone: false, name: "scopedCss" }); }
|
|
4752
4751
|
}
|
|
4753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScopedCssPipe, decorators: [{
|
|
4754
4753
|
type: Pipe,
|
|
4755
4754
|
args: [{
|
|
4756
4755
|
name: 'scopedCss',
|
|
@@ -4797,10 +4796,10 @@ class ReportActionListPipe {
|
|
|
4797
4796
|
}
|
|
4798
4797
|
return buttons;
|
|
4799
4798
|
}
|
|
4800
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4801
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4799
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportActionListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4800
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ReportActionListPipe, isStandalone: false, name: "reportActionList" }); }
|
|
4802
4801
|
}
|
|
4803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportActionListPipe, decorators: [{
|
|
4804
4803
|
type: Pipe,
|
|
4805
4804
|
args: [{
|
|
4806
4805
|
name: 'reportActionList',
|
|
@@ -4826,10 +4825,10 @@ class GetCssVariableValuePipe {
|
|
|
4826
4825
|
}
|
|
4827
4826
|
return value;
|
|
4828
4827
|
}
|
|
4829
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4830
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4828
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GetCssVariableValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4829
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: GetCssVariableValuePipe, isStandalone: false, name: "getCssVarValue" }); }
|
|
4831
4830
|
}
|
|
4832
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GetCssVariableValuePipe, decorators: [{
|
|
4833
4832
|
type: Pipe,
|
|
4834
4833
|
args: [{
|
|
4835
4834
|
name: 'getCssVarValue',
|
|
@@ -4846,10 +4845,10 @@ class FindColumnsPipe {
|
|
|
4846
4845
|
const x = columns.filter((column, _i) => arrOfColumns.indexOf(column.Caption) !== -1 || arrOfColumns.indexOf(column.Name) !== -1);
|
|
4847
4846
|
return x;
|
|
4848
4847
|
}
|
|
4849
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4850
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4848
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4849
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FindColumnsPipe, isStandalone: false, name: "findColumns" }); }
|
|
4851
4850
|
}
|
|
4852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindColumnsPipe, decorators: [{
|
|
4853
4852
|
type: Pipe,
|
|
4854
4853
|
args: [{
|
|
4855
4854
|
name: 'findColumns',
|
|
@@ -4864,10 +4863,10 @@ class ExistsColumnsPipe {
|
|
|
4864
4863
|
}
|
|
4865
4864
|
return columns.filter((col) => col.Name === column.Name || col.Caption === column.Caption);
|
|
4866
4865
|
}
|
|
4867
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4868
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4866
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ExistsColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4867
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ExistsColumnsPipe, isStandalone: false, name: "existsColumns" }); }
|
|
4869
4868
|
}
|
|
4870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ExistsColumnsPipe, decorators: [{
|
|
4871
4870
|
type: Pipe,
|
|
4872
4871
|
args: [{
|
|
4873
4872
|
name: 'existsColumns',
|
|
@@ -4923,10 +4922,10 @@ class ApiService {
|
|
|
4923
4922
|
});
|
|
4924
4923
|
});
|
|
4925
4924
|
}
|
|
4926
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4927
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4925
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4926
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApiService, providedIn: 'root' }); }
|
|
4928
4927
|
}
|
|
4929
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApiService, decorators: [{
|
|
4930
4929
|
type: Injectable,
|
|
4931
4930
|
args: [{
|
|
4932
4931
|
providedIn: 'root'
|
|
@@ -5001,10 +5000,10 @@ class BreadcrumbService {
|
|
|
5001
5000
|
const breadcrumb = data.breadcrumb || BarsaApi.Common.Util.TryGetValue(data, 'pageData.BreadCrumb', '');
|
|
5002
5001
|
return typeof breadcrumb === 'function' ? data.breadcrumb(data) : breadcrumb;
|
|
5003
5002
|
}
|
|
5004
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5005
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5003
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BreadcrumbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5004
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BreadcrumbService, providedIn: 'root' }); }
|
|
5006
5005
|
}
|
|
5007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BreadcrumbService, decorators: [{
|
|
5008
5007
|
type: Injectable,
|
|
5009
5008
|
args: [{
|
|
5010
5009
|
providedIn: 'root'
|
|
@@ -5032,13 +5031,14 @@ class ModalRootComponent extends BaseComponent {
|
|
|
5032
5031
|
});
|
|
5033
5032
|
this._appRef.attachView(this.componentInstance.hostView);
|
|
5034
5033
|
}
|
|
5035
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5036
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5034
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ModalRootComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5035
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ModalRootComponent, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.Eager }); }
|
|
5037
5036
|
}
|
|
5038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ModalRootComponent, decorators: [{
|
|
5039
5038
|
type: Component,
|
|
5040
5039
|
args: [{
|
|
5041
5040
|
template: ``,
|
|
5041
|
+
changeDetection: ChangeDetectionStrategy.Eager,
|
|
5042
5042
|
standalone: false
|
|
5043
5043
|
}]
|
|
5044
5044
|
}] });
|
|
@@ -5073,10 +5073,10 @@ class DialogParams {
|
|
|
5073
5073
|
ngOnDestroy() {
|
|
5074
5074
|
this.afterClosed.unsubscribe();
|
|
5075
5075
|
}
|
|
5076
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5077
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5076
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogParams, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5077
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogParams }); }
|
|
5078
5078
|
}
|
|
5079
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogParams, decorators: [{
|
|
5080
5080
|
type: Injectable
|
|
5081
5081
|
}], ctorParameters: () => [] });
|
|
5082
5082
|
class BarsaDialogService {
|
|
@@ -5108,10 +5108,10 @@ class BarsaDialogService {
|
|
|
5108
5108
|
// this.modalRootComponentRef.instance.navigate();
|
|
5109
5109
|
return dialogParams.afterClosed$;
|
|
5110
5110
|
}
|
|
5111
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5112
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5111
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaDialogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5112
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaDialogService, providedIn: 'root' }); }
|
|
5113
5113
|
}
|
|
5114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaDialogService, decorators: [{
|
|
5115
5115
|
type: Injectable,
|
|
5116
5116
|
args: [{
|
|
5117
5117
|
providedIn: 'root'
|
|
@@ -5119,10 +5119,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
5119
5119
|
}] });
|
|
5120
5120
|
|
|
5121
5121
|
class NotFoundComponent extends BaseComponent {
|
|
5122
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5123
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5122
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NotFoundComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5123
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: NotFoundComponent, isStandalone: false, selector: "bnrc-not-found", inputs: { componentName: "componentName", moduleName: "moduleName" }, usesInheritance: true, ngImport: i0, template: "<div fd-form-control>{{ moduleName + ' ' + componentName }}</div>\r\n", styles: [":host{border:1px solid red;display:flex;align-items:center;justify-content:center;opacity:.2}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
5124
5124
|
}
|
|
5125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NotFoundComponent, decorators: [{
|
|
5126
5126
|
type: Component,
|
|
5127
5127
|
args: [{ selector: 'bnrc-not-found', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div fd-form-control>{{ moduleName + ' ' + componentName }}</div>\r\n", styles: [":host{border:1px solid red;display:flex;align-items:center;justify-content:center;opacity:.2}\n"] }]
|
|
5128
5128
|
}], propDecorators: { componentName: [{
|
|
@@ -5131,11 +5131,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
5131
5131
|
type: Input
|
|
5132
5132
|
}] } });
|
|
5133
5133
|
|
|
5134
|
+
const APP_VERSION = new InjectionToken('AppVersion');
|
|
5135
|
+
const DIALOG_SERVICE = new InjectionToken('DIALOG_SERVICE');
|
|
5136
|
+
const FORM_DIALOG_COMPONENT = new InjectionToken('FORM_DIALOG_COMPONENT');
|
|
5137
|
+
const NOTIFICATAION_POPUP_SERVER = new InjectionToken('NOTIFICATAION_POPUP_SERVER');
|
|
5138
|
+
const TOAST_SERVICE = new InjectionToken('TOAST_SERVICE');
|
|
5139
|
+
const NATIVE_FEDERATION_RUNTIME = new InjectionToken('NativeFederationRuntime');
|
|
5140
|
+
const NOTIFICATION_WEBWORKER_FACTORY = new InjectionToken('notificaion-worker');
|
|
5141
|
+
|
|
5134
5142
|
class DynamicComponentService {
|
|
5135
5143
|
constructor() {
|
|
5136
5144
|
this._injector = inject(Injector);
|
|
5137
5145
|
this._compiler = inject(Compiler);
|
|
5138
5146
|
this._environmentInjector = inject(EnvironmentInjector);
|
|
5147
|
+
this._nativeFederationRuntime = inject(NATIVE_FEDERATION_RUNTIME, { optional: true });
|
|
5139
5148
|
// NgModule های لود شده (روش قدیمی)
|
|
5140
5149
|
this._dynamicModuleWithComponents = {};
|
|
5141
5150
|
// cache برای remote های standalone که قبلاً لود شدن
|
|
@@ -5211,12 +5220,7 @@ class DynamicComponentService {
|
|
|
5211
5220
|
const cacheKey = remoteEntry;
|
|
5212
5221
|
let componentMap$ = this._remoteCache.get(cacheKey);
|
|
5213
5222
|
if (!componentMap$) {
|
|
5214
|
-
componentMap$ = from(
|
|
5215
|
-
// Native Federation نام remote رو از خود remoteEntry.json میخونه؛
|
|
5216
|
-
// فقط آدرس مانیفست و ماژول expose شده لازمه.
|
|
5217
|
-
remoteEntry, // .../remoteEntry.json
|
|
5218
|
-
exposedModule: './ComponentMap' // ثابت — طبق public-api.ts remote
|
|
5219
|
-
})).pipe(map$1((m) => m.COMPONENT_MAP), shareReplay(1));
|
|
5223
|
+
componentMap$ = from(this._loadRemoteComponentMap(remoteEntry, component.Module)).pipe(shareReplay(1));
|
|
5220
5224
|
this._remoteCache.set(cacheKey, componentMap$);
|
|
5221
5225
|
}
|
|
5222
5226
|
return componentMap$.pipe(map$1((componentMap) => {
|
|
@@ -5240,10 +5244,22 @@ class DynamicComponentService {
|
|
|
5240
5244
|
return of(componentRef);
|
|
5241
5245
|
}));
|
|
5242
5246
|
}
|
|
5243
|
-
|
|
5244
|
-
|
|
5247
|
+
async _loadRemoteComponentMap(remoteEntry, remoteName) {
|
|
5248
|
+
const runtime = this._nativeFederationRuntime;
|
|
5249
|
+
if (!runtime) {
|
|
5250
|
+
throw new Error(`runtime مربوط به Native Federation برای remote "${remoteName}" در هاست provide نشده است.`);
|
|
5251
|
+
}
|
|
5252
|
+
await runtime.initRemoteEntry(remoteEntry, remoteName);
|
|
5253
|
+
const remoteModule = await runtime.loadRemoteModule(remoteName, './ComponentMap');
|
|
5254
|
+
if (!remoteModule?.COMPONENT_MAP) {
|
|
5255
|
+
throw new Error(`خروجی COMPONENT_MAP در remote "${remoteName}" از آدرس "${remoteEntry}" پیدا نشد.`);
|
|
5256
|
+
}
|
|
5257
|
+
return remoteModule.COMPONENT_MAP;
|
|
5258
|
+
}
|
|
5259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicComponentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5260
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicComponentService, providedIn: 'root' }); }
|
|
5245
5261
|
}
|
|
5246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicComponentService, decorators: [{
|
|
5247
5263
|
type: Injectable,
|
|
5248
5264
|
args: [{ providedIn: 'root' }]
|
|
5249
5265
|
}], ctorParameters: () => [] });
|
|
@@ -5655,6 +5671,7 @@ class FormPanelService extends BaseComponent {
|
|
|
5655
5671
|
}
|
|
5656
5672
|
_refresh(context) {
|
|
5657
5673
|
this.context = context;
|
|
5674
|
+
this._context = context;
|
|
5658
5675
|
const isModal = BarsaApi.Common.Util.TryGetValue(this, '_context.Setting.IsModal', false);
|
|
5659
5676
|
if (this._context?.IsSubForm || isModal || this._isModal.getValue()) {
|
|
5660
5677
|
return;
|
|
@@ -5809,10 +5826,10 @@ class ContainerService {
|
|
|
5809
5826
|
this.addModules.next();
|
|
5810
5827
|
}
|
|
5811
5828
|
}
|
|
5812
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5813
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5829
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5830
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContainerService }); }
|
|
5814
5831
|
}
|
|
5815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContainerService, decorators: [{
|
|
5816
5833
|
type: Injectable
|
|
5817
5834
|
}] });
|
|
5818
5835
|
|
|
@@ -5861,10 +5878,10 @@ class LayoutService {
|
|
|
5861
5878
|
this._listOfHorizontal = this._listOfHorizontal.filter((c) => c !== id);
|
|
5862
5879
|
this.horizontalSource.next(this._listOfHorizontal);
|
|
5863
5880
|
}
|
|
5864
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5865
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5881
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5882
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutService }); }
|
|
5866
5883
|
}
|
|
5867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutService, decorators: [{
|
|
5868
5885
|
type: Injectable
|
|
5869
5886
|
}], ctorParameters: () => [] });
|
|
5870
5887
|
|
|
@@ -5895,10 +5912,10 @@ class PortalPageResolver {
|
|
|
5895
5912
|
});
|
|
5896
5913
|
return x;
|
|
5897
5914
|
}
|
|
5898
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5899
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5915
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5916
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageResolver, providedIn: 'root' }); }
|
|
5900
5917
|
}
|
|
5901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageResolver, decorators: [{
|
|
5902
5919
|
type: Injectable,
|
|
5903
5920
|
args: [{ providedIn: 'root' }]
|
|
5904
5921
|
}] });
|
|
@@ -5938,10 +5955,10 @@ class AuthGuard {
|
|
|
5938
5955
|
}
|
|
5939
5956
|
}), map(([pageInfo]) => pageInfo.hasAuthorized));
|
|
5940
5957
|
}
|
|
5941
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5942
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5958
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AuthGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5959
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AuthGuard }); }
|
|
5943
5960
|
}
|
|
5944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AuthGuard, decorators: [{
|
|
5945
5962
|
type: Injectable
|
|
5946
5963
|
}] });
|
|
5947
5964
|
|
|
@@ -5968,10 +5985,10 @@ class LocalStorageService {
|
|
|
5968
5985
|
clear() {
|
|
5969
5986
|
localStorage.clear();
|
|
5970
5987
|
}
|
|
5971
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5972
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5988
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5989
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LocalStorageService }); }
|
|
5973
5990
|
}
|
|
5974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
5975
5992
|
type: Injectable
|
|
5976
5993
|
}], ctorParameters: () => [] });
|
|
5977
5994
|
|
|
@@ -6109,10 +6126,10 @@ class SearchService {
|
|
|
6109
6126
|
search(term) {
|
|
6110
6127
|
this.search$.next(term);
|
|
6111
6128
|
}
|
|
6112
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6113
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6129
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SearchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6130
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SearchService, providedIn: 'root' }); }
|
|
6114
6131
|
}
|
|
6115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SearchService, decorators: [{
|
|
6116
6133
|
type: Injectable,
|
|
6117
6134
|
args: [{
|
|
6118
6135
|
providedIn: 'root'
|
|
@@ -6470,10 +6487,10 @@ class ApplicationCtrlrService {
|
|
|
6470
6487
|
}
|
|
6471
6488
|
_setStatusBarValues(_statusbarValues) { }
|
|
6472
6489
|
_showReleaseNoteWindow(_releaseNoteData) { }
|
|
6473
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6474
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6490
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApplicationCtrlrService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6491
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApplicationCtrlrService, providedIn: 'root' }); }
|
|
6475
6492
|
}
|
|
6476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApplicationCtrlrService, decorators: [{
|
|
6477
6494
|
type: Injectable,
|
|
6478
6495
|
args: [{
|
|
6479
6496
|
providedIn: 'root'
|
|
@@ -6517,10 +6534,10 @@ class RedirectHomeGuard {
|
|
|
6517
6534
|
this._portalService.pushActionNext(pushAction);
|
|
6518
6535
|
}
|
|
6519
6536
|
}
|
|
6520
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6521
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6537
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RedirectHomeGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6538
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RedirectHomeGuard }); }
|
|
6522
6539
|
}
|
|
6523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RedirectHomeGuard, decorators: [{
|
|
6524
6541
|
type: Injectable
|
|
6525
6542
|
}] });
|
|
6526
6543
|
|
|
@@ -6538,10 +6555,10 @@ class ReportBreadcrumbResolver {
|
|
|
6538
6555
|
isReportPage: params.id.split('__').length > 3 ? params.id.split('__')[3] : null
|
|
6539
6556
|
};
|
|
6540
6557
|
}
|
|
6541
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6542
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6558
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportBreadcrumbResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6559
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportBreadcrumbResolver, providedIn: 'root' }); }
|
|
6543
6560
|
}
|
|
6544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportBreadcrumbResolver, decorators: [{
|
|
6545
6562
|
type: Injectable,
|
|
6546
6563
|
args: [{ providedIn: 'root' }]
|
|
6547
6564
|
}] });
|
|
@@ -6550,7 +6567,7 @@ function reportRoutes(authGuard = false) {
|
|
|
6550
6567
|
return {
|
|
6551
6568
|
path: 'report/:id',
|
|
6552
6569
|
canActivate: authGuard ? [AuthGuard] : [],
|
|
6553
|
-
loadChildren: () => import('./barsa-novin-ray-core-barsa-report-page.module-
|
|
6570
|
+
loadChildren: () => import('./barsa-novin-ray-core-barsa-report-page.module-BIBAUbnS.mjs').then((m) => m.BarsaReportPageModule),
|
|
6554
6571
|
resolve: {
|
|
6555
6572
|
breadcrumb: ReportBreadcrumbResolver
|
|
6556
6573
|
}
|
|
@@ -7543,10 +7560,10 @@ class PortalService {
|
|
|
7543
7560
|
}
|
|
7544
7561
|
return modules;
|
|
7545
7562
|
}
|
|
7546
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7547
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7563
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7564
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalService, providedIn: 'root' }); }
|
|
7548
7565
|
}
|
|
7549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalService, decorators: [{
|
|
7550
7567
|
type: Injectable,
|
|
7551
7568
|
args: [{
|
|
7552
7569
|
providedIn: 'root'
|
|
@@ -7566,10 +7583,10 @@ class UiService {
|
|
|
7566
7583
|
setTabSelected(val) {
|
|
7567
7584
|
this.tabSelected.next(val);
|
|
7568
7585
|
}
|
|
7569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7570
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7586
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7587
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UiService }); }
|
|
7571
7588
|
}
|
|
7572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UiService, decorators: [{
|
|
7573
7590
|
type: Injectable
|
|
7574
7591
|
}], ctorParameters: () => [] });
|
|
7575
7592
|
|
|
@@ -8687,10 +8704,10 @@ class UlvMainService {
|
|
|
8687
8704
|
this._cartableTemplates$.next(cartableTemplates);
|
|
8688
8705
|
});
|
|
8689
8706
|
}
|
|
8690
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8691
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8707
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UlvMainService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8708
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UlvMainService }); }
|
|
8692
8709
|
}
|
|
8693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UlvMainService, decorators: [{
|
|
8694
8711
|
type: Injectable
|
|
8695
8712
|
}], ctorParameters: () => [] });
|
|
8696
8713
|
|
|
@@ -8849,10 +8866,10 @@ class UploadService {
|
|
|
8849
8866
|
// });
|
|
8850
8867
|
});
|
|
8851
8868
|
}
|
|
8852
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8853
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8869
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UploadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8870
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UploadService, providedIn: 'root' }); }
|
|
8854
8871
|
}
|
|
8855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UploadService, decorators: [{
|
|
8856
8873
|
type: Injectable,
|
|
8857
8874
|
args: [{
|
|
8858
8875
|
providedIn: 'root'
|
|
@@ -8863,10 +8880,10 @@ class NetworkStatusService {
|
|
|
8863
8880
|
get networkStatus$() {
|
|
8864
8881
|
return merge(of(null), fromEvent(window, 'online'), fromEvent(window, 'offline')).pipe(map(() => navigator.onLine));
|
|
8865
8882
|
}
|
|
8866
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8867
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8883
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NetworkStatusService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8884
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NetworkStatusService }); }
|
|
8868
8885
|
}
|
|
8869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NetworkStatusService, decorators: [{
|
|
8870
8887
|
type: Injectable
|
|
8871
8888
|
}] });
|
|
8872
8889
|
|
|
@@ -8953,10 +8970,10 @@ class AudioRecordingService {
|
|
|
8953
8970
|
}
|
|
8954
8971
|
}
|
|
8955
8972
|
}
|
|
8956
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8957
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8973
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AudioRecordingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8974
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AudioRecordingService }); }
|
|
8958
8975
|
}
|
|
8959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AudioRecordingService, decorators: [{
|
|
8960
8977
|
type: Injectable
|
|
8961
8978
|
}] });
|
|
8962
8979
|
|
|
@@ -9063,10 +9080,10 @@ class VideoRecordingService {
|
|
|
9063
9080
|
}
|
|
9064
9081
|
}
|
|
9065
9082
|
}
|
|
9066
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9067
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9083
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: VideoRecordingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9084
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: VideoRecordingService }); }
|
|
9068
9085
|
}
|
|
9069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9086
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: VideoRecordingService, decorators: [{
|
|
9070
9087
|
type: Injectable
|
|
9071
9088
|
}] });
|
|
9072
9089
|
|
|
@@ -9095,10 +9112,10 @@ class IndexedDbService {
|
|
|
9095
9112
|
delete(dbName) {
|
|
9096
9113
|
window.indexedDB.deleteDatabase(dbName);
|
|
9097
9114
|
}
|
|
9098
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9099
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9115
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IndexedDbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9116
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IndexedDbService }); }
|
|
9100
9117
|
}
|
|
9101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IndexedDbService, decorators: [{
|
|
9102
9119
|
type: Injectable
|
|
9103
9120
|
}], ctorParameters: () => [] });
|
|
9104
9121
|
|
|
@@ -9167,10 +9184,10 @@ class BarsaStorageService {
|
|
|
9167
9184
|
openDatabase(version) {
|
|
9168
9185
|
this._indexedDbService.open(this.DBNAME_KEY, version);
|
|
9169
9186
|
}
|
|
9170
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9171
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9187
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9188
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaStorageService }); }
|
|
9172
9189
|
}
|
|
9173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaStorageService, decorators: [{
|
|
9174
9191
|
type: Injectable
|
|
9175
9192
|
}] });
|
|
9176
9193
|
|
|
@@ -9220,20 +9237,13 @@ class PromptUpdateService {
|
|
|
9220
9237
|
}
|
|
9221
9238
|
});
|
|
9222
9239
|
}
|
|
9223
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9224
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9240
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PromptUpdateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9241
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PromptUpdateService }); }
|
|
9225
9242
|
}
|
|
9226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PromptUpdateService, decorators: [{
|
|
9227
9244
|
type: Injectable
|
|
9228
9245
|
}], ctorParameters: () => [] });
|
|
9229
9246
|
|
|
9230
|
-
const APP_VERSION = new InjectionToken('AppVersion');
|
|
9231
|
-
const DIALOG_SERVICE = new InjectionToken('DIALOG_SERVICE');
|
|
9232
|
-
const FORM_DIALOG_COMPONENT = new InjectionToken('FORM_DIALOG_COMPONENT');
|
|
9233
|
-
const NOTIFICATAION_POPUP_SERVER = new InjectionToken('NOTIFICATAION_POPUP_SERVER');
|
|
9234
|
-
const TOAST_SERVICE = new InjectionToken('TOAST_SERVICE');
|
|
9235
|
-
const NOTIFICATION_WEBWORKER_FACTORY = new InjectionToken('notificaion-worker');
|
|
9236
|
-
|
|
9237
9247
|
class ServiceWorkerNotificationService {
|
|
9238
9248
|
constructor() {
|
|
9239
9249
|
this.hasRegistration = false;
|
|
@@ -9372,10 +9382,10 @@ class ServiceWorkerNotificationService {
|
|
|
9372
9382
|
isReqInterSupported() {
|
|
9373
9383
|
return 'requireInteraction' in Notification.prototype;
|
|
9374
9384
|
}
|
|
9375
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9376
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9385
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9386
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerNotificationService }); }
|
|
9377
9387
|
}
|
|
9378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerNotificationService, decorators: [{
|
|
9379
9389
|
type: Injectable
|
|
9380
9390
|
}], ctorParameters: () => [] });
|
|
9381
9391
|
|
|
@@ -9551,10 +9561,10 @@ class NotificationService {
|
|
|
9551
9561
|
}
|
|
9552
9562
|
});
|
|
9553
9563
|
}
|
|
9554
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9555
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9565
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NotificationService }); }
|
|
9556
9566
|
}
|
|
9557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NotificationService, decorators: [{
|
|
9558
9568
|
type: Injectable
|
|
9559
9569
|
}], ctorParameters: () => [] });
|
|
9560
9570
|
|
|
@@ -9568,10 +9578,10 @@ class ColumnService {
|
|
|
9568
9578
|
controlRendered() {
|
|
9569
9579
|
this._uiControlRendered.next();
|
|
9570
9580
|
}
|
|
9571
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9572
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9581
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9582
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnService }); }
|
|
9573
9583
|
}
|
|
9574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnService, decorators: [{
|
|
9575
9585
|
type: Injectable
|
|
9576
9586
|
}], ctorParameters: () => [] });
|
|
9577
9587
|
|
|
@@ -9614,10 +9624,10 @@ class IdbService {
|
|
|
9614
9624
|
const db = await this.dbPromise;
|
|
9615
9625
|
await db.clear(store);
|
|
9616
9626
|
}
|
|
9617
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9618
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9627
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IdbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9628
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IdbService, providedIn: 'root' }); }
|
|
9619
9629
|
}
|
|
9620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IdbService, decorators: [{
|
|
9621
9631
|
type: Injectable,
|
|
9622
9632
|
args: [{ providedIn: 'root' }]
|
|
9623
9633
|
}], ctorParameters: () => [] });
|
|
@@ -9635,7 +9645,8 @@ class PushNotificationService {
|
|
|
9635
9645
|
isSubscribed: false,
|
|
9636
9646
|
permission: checkPermission(),
|
|
9637
9647
|
errorMessage: null
|
|
9638
|
-
},
|
|
9648
|
+
}, /* @ts-ignore */
|
|
9649
|
+
...(ngDevMode ? [{ debugName: "_push" }] : /* istanbul ignore next */ []));
|
|
9639
9650
|
this.registerServiceWorkerMessageListener = () => {
|
|
9640
9651
|
// avoid adding multiple listeners (idempotent)
|
|
9641
9652
|
const onMessage = (event) => {
|
|
@@ -9796,10 +9807,10 @@ class PushNotificationService {
|
|
|
9796
9807
|
const token2 = this.local.getItem(BarsaApi.LoginAction.token2StorageKey) ?? '';
|
|
9797
9808
|
return { headers: new HttpHeaders({ 'Content-Type': 'application/json', sth: token2 }) };
|
|
9798
9809
|
}
|
|
9799
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9800
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9810
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9811
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushNotificationService, providedIn: 'root' }); }
|
|
9801
9812
|
}
|
|
9802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushNotificationService, decorators: [{
|
|
9803
9814
|
type: Injectable,
|
|
9804
9815
|
args: [{ providedIn: 'root' }]
|
|
9805
9816
|
}] });
|
|
@@ -9881,10 +9892,10 @@ class ServiceWorkerCommuncationService {
|
|
|
9881
9892
|
}
|
|
9882
9893
|
this._toastService.open(msg, { duration: 5000 });
|
|
9883
9894
|
}
|
|
9884
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9885
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9895
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerCommuncationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9896
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerCommuncationService }); }
|
|
9886
9897
|
}
|
|
9887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerCommuncationService, decorators: [{
|
|
9888
9899
|
type: Injectable
|
|
9889
9900
|
}] });
|
|
9890
9901
|
|
|
@@ -9907,10 +9918,10 @@ class SaveScrollPositionService {
|
|
|
9907
9918
|
value[key] = scrollTop;
|
|
9908
9919
|
this._scrollPositionSource.next(value);
|
|
9909
9920
|
}
|
|
9910
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9911
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9921
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SaveScrollPositionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9922
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SaveScrollPositionService }); }
|
|
9912
9923
|
}
|
|
9913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SaveScrollPositionService, decorators: [{
|
|
9914
9925
|
type: Injectable
|
|
9915
9926
|
}] });
|
|
9916
9927
|
|
|
@@ -10032,10 +10043,10 @@ class RoutingService {
|
|
|
10032
10043
|
state: { ...data }
|
|
10033
10044
|
});
|
|
10034
10045
|
}
|
|
10035
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10036
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10046
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RoutingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10047
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RoutingService }); }
|
|
10037
10048
|
}
|
|
10038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RoutingService, decorators: [{
|
|
10039
10050
|
type: Injectable
|
|
10040
10051
|
}], ctorParameters: () => [] });
|
|
10041
10052
|
|
|
@@ -10047,10 +10058,10 @@ class GroupByService {
|
|
|
10047
10058
|
setGroupBy(groupBy) {
|
|
10048
10059
|
this._groupBy.next(groupBy);
|
|
10049
10060
|
}
|
|
10050
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10051
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10061
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GroupByService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10062
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GroupByService, providedIn: 'root' }); }
|
|
10052
10063
|
}
|
|
10053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GroupByService, decorators: [{
|
|
10054
10065
|
type: Injectable,
|
|
10055
10066
|
args: [{
|
|
10056
10067
|
providedIn: 'root'
|
|
@@ -10065,10 +10076,10 @@ class LayoutMainContentService {
|
|
|
10065
10076
|
setMainContentHeight(height) {
|
|
10066
10077
|
this.mainContentHeightSource.next(height);
|
|
10067
10078
|
}
|
|
10068
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10069
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10079
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutMainContentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10080
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutMainContentService }); }
|
|
10070
10081
|
}
|
|
10071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutMainContentService, decorators: [{
|
|
10072
10083
|
type: Injectable
|
|
10073
10084
|
}], ctorParameters: () => [] });
|
|
10074
10085
|
|
|
@@ -10076,10 +10087,10 @@ class TabpageService {
|
|
|
10076
10087
|
setItemCount(itemCount) {
|
|
10077
10088
|
this.itemCount = itemCount;
|
|
10078
10089
|
}
|
|
10079
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10080
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10090
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TabpageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10091
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TabpageService }); }
|
|
10081
10092
|
}
|
|
10082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10093
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TabpageService, decorators: [{
|
|
10083
10094
|
type: Injectable
|
|
10084
10095
|
}] });
|
|
10085
10096
|
|
|
@@ -10099,26 +10110,27 @@ class InMemoryStorageService {
|
|
|
10099
10110
|
clear() {
|
|
10100
10111
|
this._dictionary.clear();
|
|
10101
10112
|
}
|
|
10102
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10103
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10113
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: InMemoryStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10114
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: InMemoryStorageService, providedIn: 'root' }); }
|
|
10104
10115
|
}
|
|
10105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: InMemoryStorageService, decorators: [{
|
|
10106
10117
|
type: Injectable,
|
|
10107
10118
|
args: [{ providedIn: 'root' }]
|
|
10108
10119
|
}] });
|
|
10109
10120
|
|
|
10110
10121
|
class ScrollLayoutContextHolder {
|
|
10111
10122
|
constructor() {
|
|
10112
|
-
this._mode = signal('root',
|
|
10123
|
+
this._mode = signal('root', /* @ts-ignore */
|
|
10124
|
+
...(ngDevMode ? [{ debugName: "_mode" }] : /* istanbul ignore next */ []));
|
|
10113
10125
|
this.mode = this._mode.asReadonly();
|
|
10114
10126
|
}
|
|
10115
10127
|
setMode(mode) {
|
|
10116
10128
|
this._mode.set(mode);
|
|
10117
10129
|
}
|
|
10118
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10119
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10130
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollLayoutContextHolder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10131
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollLayoutContextHolder }); }
|
|
10120
10132
|
}
|
|
10121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollLayoutContextHolder, decorators: [{
|
|
10122
10134
|
type: Injectable
|
|
10123
10135
|
}], ctorParameters: () => [] });
|
|
10124
10136
|
|
|
@@ -10136,10 +10148,10 @@ class ShellbarHeightService {
|
|
|
10136
10148
|
}
|
|
10137
10149
|
this._dict.next([...x]);
|
|
10138
10150
|
}
|
|
10139
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10140
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShellbarHeightService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10152
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShellbarHeightService, providedIn: 'root' }); }
|
|
10141
10153
|
}
|
|
10142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShellbarHeightService, decorators: [{
|
|
10143
10155
|
type: Injectable,
|
|
10144
10156
|
args: [{ providedIn: 'root' }]
|
|
10145
10157
|
}], ctorParameters: () => [] });
|
|
@@ -10196,10 +10208,10 @@ class PushCheckService {
|
|
|
10196
10208
|
}
|
|
10197
10209
|
return true;
|
|
10198
10210
|
}
|
|
10199
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10200
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10211
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushCheckService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10212
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushCheckService, providedIn: 'root' }); }
|
|
10201
10213
|
}
|
|
10202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushCheckService, decorators: [{
|
|
10203
10215
|
type: Injectable,
|
|
10204
10216
|
args: [{ providedIn: 'root' }]
|
|
10205
10217
|
}] });
|
|
@@ -10341,10 +10353,10 @@ class RuntimeNavStateCacheService {
|
|
|
10341
10353
|
/* ignore IDB errors during purge */
|
|
10342
10354
|
}
|
|
10343
10355
|
}
|
|
10344
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10345
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10356
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RuntimeNavStateCacheService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10357
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RuntimeNavStateCacheService, providedIn: 'root' }); }
|
|
10346
10358
|
}
|
|
10347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RuntimeNavStateCacheService, decorators: [{
|
|
10348
10360
|
type: Injectable,
|
|
10349
10361
|
args: [{ providedIn: 'root' }]
|
|
10350
10362
|
}], ctorParameters: () => [] });
|
|
@@ -10363,10 +10375,10 @@ class CardViewService {
|
|
|
10363
10375
|
this._maxHeaderTitleHeight$.next(height);
|
|
10364
10376
|
}
|
|
10365
10377
|
}
|
|
10366
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10367
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10378
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10379
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardViewService }); }
|
|
10368
10380
|
}
|
|
10369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardViewService, decorators: [{
|
|
10370
10382
|
type: Injectable
|
|
10371
10383
|
}] });
|
|
10372
10384
|
|
|
@@ -10384,10 +10396,10 @@ class BaseSettingsService {
|
|
|
10384
10396
|
removeSetting(key) {
|
|
10385
10397
|
return from(this.idb.delete('settings', key));
|
|
10386
10398
|
}
|
|
10387
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10388
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10399
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseSettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10400
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseSettingsService, providedIn: 'root' }); }
|
|
10389
10401
|
}
|
|
10390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseSettingsService, decorators: [{
|
|
10391
10403
|
type: Injectable,
|
|
10392
10404
|
args: [{ providedIn: 'root' }]
|
|
10393
10405
|
}] });
|
|
@@ -10565,10 +10577,10 @@ class CustomUiRegistryService {
|
|
|
10565
10577
|
this._log.error('CustomUiRegistry: failed to persist cache', err);
|
|
10566
10578
|
}
|
|
10567
10579
|
}
|
|
10568
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10569
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10580
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CustomUiRegistryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10581
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CustomUiRegistryService, providedIn: 'root' }); }
|
|
10570
10582
|
}
|
|
10571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CustomUiRegistryService, decorators: [{
|
|
10572
10584
|
type: Injectable,
|
|
10573
10585
|
args: [{ providedIn: 'root' }]
|
|
10574
10586
|
}] });
|
|
@@ -10593,8 +10605,10 @@ class FieldBaseComponent extends BaseComponent {
|
|
|
10593
10605
|
ariaLabel: 'انتخاب'
|
|
10594
10606
|
}
|
|
10595
10607
|
};
|
|
10596
|
-
this.errorMessage = signal('',
|
|
10597
|
-
|
|
10608
|
+
this.errorMessage = signal('', /* @ts-ignore */
|
|
10609
|
+
...(ngDevMode ? [{ debugName: "errorMessage" }] : /* istanbul ignore next */ []));
|
|
10610
|
+
this.errorCode = signal(-1, /* @ts-ignore */
|
|
10611
|
+
...(ngDevMode ? [{ debugName: "errorCode" }] : /* istanbul ignore next */ []));
|
|
10598
10612
|
this.injector = inject(Injector);
|
|
10599
10613
|
// #endregion
|
|
10600
10614
|
this._portalService = inject(PortalService);
|
|
@@ -10740,10 +10754,10 @@ class FieldBaseComponent extends BaseComponent {
|
|
|
10740
10754
|
this._cdr.detectChanges();
|
|
10741
10755
|
}
|
|
10742
10756
|
}
|
|
10743
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10744
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10757
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10758
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FieldBaseComponent, isStandalone: false, selector: "bnrc-field-base", inputs: { context: "context", focusControl: "focusControl", layoutInfo: "layoutInfo", value: "value", width: "width", height: "height", formHeight: "formHeight", inlineEdit: "inlineEdit", cellEdit: "cellEdit", formContainer: "formContainer", id: "id", parametes: "parametes", settings: "settings" }, outputs: { valueChange: "valueChange", formmatedValue: "formmatedValue" }, host: { properties: { "class.isMobile": "this.isMobile", "class.isTablet": "this.isTablet", "class.rtl": "this._rlt" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10745
10759
|
}
|
|
10746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldBaseComponent, decorators: [{
|
|
10747
10761
|
type: Component,
|
|
10748
10762
|
args: [{
|
|
10749
10763
|
selector: 'bnrc-field-base',
|
|
@@ -10795,8 +10809,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
10795
10809
|
class FieldViewBase extends FieldBaseComponent {
|
|
10796
10810
|
constructor() {
|
|
10797
10811
|
super(...arguments);
|
|
10798
|
-
this.errorMessage = signal('',
|
|
10799
|
-
|
|
10812
|
+
this.errorMessage = signal('', /* @ts-ignore */
|
|
10813
|
+
...(ngDevMode ? [{ debugName: "errorMessage" }] : /* istanbul ignore next */ []));
|
|
10814
|
+
this.errorCode = signal(-1, /* @ts-ignore */
|
|
10815
|
+
...(ngDevMode ? [{ debugName: "errorCode" }] : /* istanbul ignore next */ []));
|
|
10800
10816
|
this.injector = inject(Injector);
|
|
10801
10817
|
}
|
|
10802
10818
|
/**
|
|
@@ -10815,10 +10831,10 @@ class FieldViewBase extends FieldBaseComponent {
|
|
|
10815
10831
|
this.errorMessage.set(message);
|
|
10816
10832
|
this.errorCode.set(code);
|
|
10817
10833
|
}
|
|
10818
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10819
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10834
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldViewBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10835
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FieldViewBase, isStandalone: false, selector: "bnrc-ext-field-base", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10820
10836
|
}
|
|
10821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldViewBase, decorators: [{
|
|
10822
10838
|
type: Component,
|
|
10823
10839
|
args: [{
|
|
10824
10840
|
selector: 'bnrc-ext-field-base',
|
|
@@ -10953,10 +10969,10 @@ class FormBaseComponent extends BaseComponent {
|
|
|
10953
10969
|
_setParamters() {
|
|
10954
10970
|
this.parameters = BarsaApi.Common.Util.TryGetValue(this.context, 'Setting.View.CustomUi.Parameters', null);
|
|
10955
10971
|
}
|
|
10956
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10957
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10972
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10973
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FormBaseComponent, isStandalone: false, selector: "bnrc-form-base", inputs: { context: "context" }, outputs: { formClose: "formClose" }, host: { properties: { "attr.id": "this.id", "class.fullscreen": "this.fullscreen", "attr.typeDefName": "this._typeDefName", "attr.viewName": "this._viewName" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10958
10974
|
}
|
|
10959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormBaseComponent, decorators: [{
|
|
10960
10976
|
type: Component,
|
|
10961
10977
|
args: [{
|
|
10962
10978
|
selector: 'bnrc-form-base',
|
|
@@ -10997,10 +11013,10 @@ class FormToolbarBaseComponent extends BaseComponent {
|
|
|
10997
11013
|
onToolClick(btn) {
|
|
10998
11014
|
this.toolClick.emit(btn);
|
|
10999
11015
|
}
|
|
11000
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11001
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11016
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormToolbarBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11017
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FormToolbarBaseComponent, isStandalone: false, selector: "bnrc-form-toolbar-base", inputs: { buttons: "buttons", visible: "visible", size: "size", device: "device", deviceSize: "deviceSize", rtl: "rtl", landscape: "landscape", standalone: "standalone", shouldOverflow: "shouldOverflow", toolbarVisible: "toolbarVisible", isFirefox: "isFirefox", dirValue: "dirValue", width: "width" }, outputs: { toolClick: "toolClick" }, host: { properties: { "attr.rtl": "this._rtl" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11002
11018
|
}
|
|
11003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormToolbarBaseComponent, decorators: [{
|
|
11004
11020
|
type: Component,
|
|
11005
11021
|
args: [{
|
|
11006
11022
|
selector: 'bnrc-form-toolbar-base',
|
|
@@ -11046,10 +11062,10 @@ class SystemBaseComponent extends BaseComponent {
|
|
|
11046
11062
|
super();
|
|
11047
11063
|
this.showFormPanel = () => { };
|
|
11048
11064
|
}
|
|
11049
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11050
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11065
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SystemBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11066
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: SystemBaseComponent, isStandalone: false, selector: "bnrc-system-base", inputs: { context: "context", showFormPanel: "showFormPanel" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11051
11067
|
}
|
|
11052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SystemBaseComponent, decorators: [{
|
|
11053
11069
|
type: Component,
|
|
11054
11070
|
args: [{
|
|
11055
11071
|
selector: 'bnrc-system-base',
|
|
@@ -11330,10 +11346,10 @@ class ReportBaseComponent extends BaseComponent {
|
|
|
11330
11346
|
refreshContextMoDataList(moDataList) {
|
|
11331
11347
|
this.context.fireEvent('RefreshContextMoDataList', moDataList);
|
|
11332
11348
|
}
|
|
11333
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11334
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11349
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11350
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ReportBaseComponent, isStandalone: false, selector: "bnrc-report-base", inputs: { context: "context", currentPage: "currentPage" }, outputs: { pageChange: "pageChange", pageSizeChange: "pageSizeChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11335
11351
|
}
|
|
11336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportBaseComponent, decorators: [{
|
|
11337
11353
|
type: Component,
|
|
11338
11354
|
args: [{
|
|
11339
11355
|
selector: 'bnrc-report-base',
|
|
@@ -11370,10 +11386,10 @@ class ReportItemBaseComponent extends BaseComponent {
|
|
|
11370
11386
|
this.fields[c.ComponentParameter.$Caption] = c.$Caption;
|
|
11371
11387
|
});
|
|
11372
11388
|
}
|
|
11373
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11374
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11389
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportItemBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11390
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ReportItemBaseComponent, isStandalone: false, selector: "bnrc-report-item-base", inputs: { classNames: "classNames", context: "context", mo: "mo", allColumns: "allColumns", index: "index" }, outputs: { itemClick: "itemClick" }, host: { listeners: { "click": "onClick($event.target)" }, properties: { "class": "this.classNames2" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11375
11391
|
}
|
|
11376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportItemBaseComponent, decorators: [{
|
|
11377
11393
|
type: Component,
|
|
11378
11394
|
args: [{
|
|
11379
11395
|
selector: 'bnrc-report-item-base',
|
|
@@ -11406,10 +11422,10 @@ class ApplicationBaseComponent extends BaseComponent {
|
|
|
11406
11422
|
super(...arguments);
|
|
11407
11423
|
this.systemList = [];
|
|
11408
11424
|
}
|
|
11409
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11410
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11425
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApplicationBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11426
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ApplicationBaseComponent, isStandalone: false, selector: "bnrc-application-base", inputs: { context: "context", selectedSystemId: "selectedSystemId" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11411
11427
|
}
|
|
11412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
|
|
11413
11429
|
type: Component,
|
|
11414
11430
|
args: [{
|
|
11415
11431
|
selector: 'bnrc-application-base',
|
|
@@ -11449,10 +11465,10 @@ class LayoutItemBaseComponent extends BaseComponent {
|
|
|
11449
11465
|
this.maxLabelWidth = maxLabelWidth.currentValue;
|
|
11450
11466
|
}
|
|
11451
11467
|
}
|
|
11452
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11453
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11468
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutItemBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11469
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: LayoutItemBaseComponent, isStandalone: false, selector: "bnrc-layout-item-base", inputs: { config: "config", isPanel: "isPanel", maxLabelWidth: "maxLabelWidth", rtl: "rtl" }, host: { properties: { "attr.id": "this.id" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11454
11470
|
}
|
|
11455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutItemBaseComponent, decorators: [{
|
|
11456
11472
|
type: Component,
|
|
11457
11473
|
args: [{
|
|
11458
11474
|
selector: 'bnrc-layout-item-base',
|
|
@@ -11530,10 +11546,10 @@ class LayoutPanelBaseComponent extends LayoutItemBaseComponent {
|
|
|
11530
11546
|
this._layoutService.setMaxWidth(controlWidth);
|
|
11531
11547
|
}
|
|
11532
11548
|
}
|
|
11533
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11534
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11549
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutPanelBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11550
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: LayoutPanelBaseComponent, isStandalone: false, selector: "bnrc-layout-panel-base", inputs: { parentDom: "parentDom", isPanel: "isPanel", config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11535
11551
|
}
|
|
11536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutPanelBaseComponent, decorators: [{
|
|
11537
11553
|
type: Component,
|
|
11538
11554
|
args: [{
|
|
11539
11555
|
selector: 'bnrc-layout-panel-base',
|
|
@@ -11601,10 +11617,10 @@ class ContainerComponent extends BaseComponent {
|
|
|
11601
11617
|
this._cdr.detectChanges();
|
|
11602
11618
|
}
|
|
11603
11619
|
}
|
|
11604
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11605
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11620
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11621
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ContainerComponent, isStandalone: false, selector: "bnrc-container", viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "containerBottomRef", first: true, predicate: ["containerBottomRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11606
11622
|
}
|
|
11607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContainerComponent, decorators: [{
|
|
11608
11624
|
type: Component,
|
|
11609
11625
|
args: [{
|
|
11610
11626
|
selector: 'bnrc-container',
|
|
@@ -11715,10 +11731,10 @@ class PageBaseComponent extends ContainerComponent {
|
|
|
11715
11731
|
const x2 = BarsaApi.Common.Util.TryGetValue(pageData, 'ModuleList2.MoDataList', []);
|
|
11716
11732
|
return x2.length ? x2 : x;
|
|
11717
11733
|
}
|
|
11718
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11719
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11734
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PageBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11735
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: PageBaseComponent, isStandalone: false, selector: "bnrc-page-base", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11720
11736
|
}
|
|
11721
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PageBaseComponent, decorators: [{
|
|
11722
11738
|
type: Component,
|
|
11723
11739
|
args: [{
|
|
11724
11740
|
selector: 'bnrc-page-base',
|
|
@@ -11939,10 +11955,10 @@ class NumberBaseComponent extends FieldBaseComponent {
|
|
|
11939
11955
|
this.formmatedValue.emit(this.inputElement?.value);
|
|
11940
11956
|
this.valueChange.emit(this.value);
|
|
11941
11957
|
}
|
|
11942
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11943
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11958
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumberBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11959
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: NumberBaseComponent, isStandalone: false, selector: "bnrc-number-base", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11944
11960
|
}
|
|
11945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumberBaseComponent, decorators: [{
|
|
11946
11962
|
type: Component,
|
|
11947
11963
|
args: [{
|
|
11948
11964
|
selector: 'bnrc-number-base',
|
|
@@ -12322,10 +12338,10 @@ class ReportViewBaseComponent extends BaseComponent {
|
|
|
12322
12338
|
}
|
|
12323
12339
|
this.rowIndicator = Number(columns[0].MetaFieldTypeId) === 41;
|
|
12324
12340
|
}
|
|
12325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12326
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12341
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportViewBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12342
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ReportViewBaseComponent, isStandalone: false, selector: "bnrc-report-view-base", inputs: { contextView: "contextView", viewSetting: "viewSetting", allColumns: "allColumns", isCheckList: "isCheckList", simpleInlineEdit: "simpleInlineEdit", alternateRowMode: "alternateRowMode", inlineEditWithoutSelection: "inlineEditWithoutSelection", hideToolbar: "hideToolbar", hideTitle: "hideTitle", toolbarButtons: "toolbarButtons", allChecked: "allChecked", moDataList: "moDataList", UlvMainCtrlr: "UlvMainCtrlr", access: "access", allowRecordReorder: "allowRecordReorder", groupby: "groupby", selectedCount: "selectedCount", conditionalFormats: "conditionalFormats", parentHeight: "parentHeight", deviceName: "deviceName", deviceSize: "deviceSize", contextMenuItems: "contextMenuItems", columns: "columns", allowInlineEdit: "allowInlineEdit", secondaryColumns: "secondaryColumns", popin: "popin", customFieldInfo: "customFieldInfo", hasSummary: "hasSummary", layoutInfo: "layoutInfo", hasSelected: "hasSelected", hideIcon: "hideIcon", columnsCount: "columnsCount", hideOpenIcon: "hideOpenIcon", openOnClick: "openOnClick", typeDefId: "typeDefId", reportId: "reportId", listEditViewId: "listEditViewId", typeViewId: "typeViewId", extraRelation: "extraRelation", relationList: "relationList", disableResponsive: "disableResponsive", rowItem: "rowItem", mobileOrTablet: "mobileOrTablet", inDialog: "inDialog", isMultiSelect: "isMultiSelect", fullscreen: "fullscreen", hideSearchpanel: "hideSearchpanel", newInlineEditMo: "newInlineEditMo", selectedMo: "selectedMo", inlineEditMode: "inlineEditMode", onlyInlineEdit: "onlyInlineEdit", rowHoverable: "rowHoverable", groupSummary: "groupSummary", tlbButtons: "tlbButtons", formSetting: "formSetting", disableOverflowContextMenu: "disableOverflowContextMenu", rowActivable: "rowActivable", isReportPage: "isReportPage", ulvHeightSizeType: "ulvHeightSizeType", contentHeight: "contentHeight", alternateEditObjectColumn: "alternateEditObjectColumn", disableHyperLink: "disableHyperLink", columnsHyperLink: "columnsHyperLink", effectiveReportLayout: "effectiveReportLayout", contentDensity: "contentDensity", rtl: "rtl", showOkCancelButtons: "showOkCancelButtons", title: "title", hasInlineDeleteButton: "hasInlineDeleteButton", hasInlineEditButton: "hasInlineEditButton", contextSetting: "contextSetting", gridFreeColumnSizing: "gridFreeColumnSizing", navigationArrow: "navigationArrow", cartableTemplates: "cartableTemplates", $Component: "$Component", cartableChildsMo: "cartableChildsMo", pagingSetting: "pagingSetting", minEmptyRows: "minEmptyRows", containerWidth: "containerWidth" }, outputs: { 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" }, host: { properties: { "class.report-view": "this._reportView", "style.visibility": "this._visibility" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
12327
12343
|
}
|
|
12328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportViewBaseComponent, decorators: [{
|
|
12329
12345
|
type: Component,
|
|
12330
12346
|
args: [{
|
|
12331
12347
|
selector: 'bnrc-report-view-base',
|
|
@@ -12487,6 +12503,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
12487
12503
|
type: Input
|
|
12488
12504
|
}], cartableTemplates: [{
|
|
12489
12505
|
type: Input
|
|
12506
|
+
}], $Component: [{
|
|
12507
|
+
type: Input
|
|
12490
12508
|
}], cartableChildsMo: [{
|
|
12491
12509
|
type: Input
|
|
12492
12510
|
}], pagingSetting: [{
|
|
@@ -12569,10 +12587,10 @@ class FormPropsBaseComponent extends BaseComponent {
|
|
|
12569
12587
|
onEvents(title, data) {
|
|
12570
12588
|
this.events.emit({ title, data });
|
|
12571
12589
|
}
|
|
12572
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12573
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12590
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPropsBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
12591
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FormPropsBaseComponent, isStandalone: false, selector: "bnrc-form-props-base", inputs: { breadCrumbs: "breadCrumbs", toolbarVisible: "toolbarVisible", toolbarItems: "toolbarItems", layoutActions: "layoutActions", layoutActionsTemplateRef: "layoutActionsTemplateRef", layout94: "layout94", settings: "settings", workflowPanelUi: "workflowPanelUi", title: "title", subtitle: "subtitle", description: "description", facetList: "facetList", removeHeaderBorder: "removeHeaderBorder", removeContentPadding: "removeContentPadding", isMobile: "isMobile", isModal: "isModal", avatar: "avatar", rtl: "rtl", mask: "mask", canSend: "canSend", landscape: "landscape", standalone: "standalone", footerDesign: "footerDesign", workflowButtons: "workflowButtons", workflowButtonsComboMode: "workflowButtonsComboMode", fieldDict: "fieldDict", contentDensity: "contentDensity", deviceSize: "deviceSize", dirValue: "dirValue", modernTabs: "modernTabs", mo: "mo" }, outputs: { events: "events" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
12574
12592
|
}
|
|
12575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPropsBaseComponent, decorators: [{
|
|
12576
12594
|
type: Component,
|
|
12577
12595
|
args: [{
|
|
12578
12596
|
selector: 'bnrc-form-props-base',
|
|
@@ -12800,13 +12818,14 @@ class PageWithFormHandlerBaseComponent extends PageBaseComponent {
|
|
|
12800
12818
|
_showFormPanel(refreshOnly = false) {
|
|
12801
12819
|
this._portalService.ShowFormPanelControl(this.formpanelCtrlr, this._router, this._activatedRoute, this._formDialogComponent, this.isFirstPage, this._vcr, refreshOnly);
|
|
12802
12820
|
}
|
|
12803
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12804
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12821
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PageWithFormHandlerBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
12822
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: PageWithFormHandlerBaseComponent, isStandalone: false, selector: "ng-component", inputs: { ShowFormPanelControl: "ShowFormPanelControl", ForceCloseChild: "ForceCloseChild", RefreshFormPanelControl: "RefreshFormPanelControl" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.Eager }); }
|
|
12805
12823
|
}
|
|
12806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PageWithFormHandlerBaseComponent, decorators: [{
|
|
12807
12825
|
type: Component,
|
|
12808
12826
|
args: [{
|
|
12809
12827
|
template: '',
|
|
12828
|
+
changeDetection: ChangeDetectionStrategy.Eager,
|
|
12810
12829
|
standalone: false
|
|
12811
12830
|
}]
|
|
12812
12831
|
}], propDecorators: { ShowFormPanelControl: [{
|
|
@@ -12878,10 +12897,10 @@ class FormPageBaseComponent extends ContainerComponent {
|
|
|
12878
12897
|
this.params = Object.assign({}, { moId, typeDefId, reportId, viewId });
|
|
12879
12898
|
this._cdr.detectChanges();
|
|
12880
12899
|
}
|
|
12881
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12882
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12900
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPageBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
12901
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FormPageBaseComponent, isStandalone: false, selector: "bnrc-form-page-base", inputs: { formPanelCtrlr: "formPanelCtrlr" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
12883
12902
|
}
|
|
12884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPageBaseComponent, decorators: [{
|
|
12885
12904
|
type: Component,
|
|
12886
12905
|
args: [{
|
|
12887
12906
|
selector: 'bnrc-form-page-base',
|
|
@@ -12905,7 +12924,8 @@ class FormComponent extends BaseComponent {
|
|
|
12905
12924
|
this.bruleAction = new EventEmitter();
|
|
12906
12925
|
this.beforeTransition = new EventEmitter();
|
|
12907
12926
|
this.afterTransition = new EventEmitter();
|
|
12908
|
-
this.uiFormComponent = signal(undefined,
|
|
12927
|
+
this.uiFormComponent = signal(undefined, /* @ts-ignore */
|
|
12928
|
+
...(ngDevMode ? [{ debugName: "uiFormComponent" }] : /* istanbul ignore next */ []));
|
|
12909
12929
|
this.cdr = inject(ChangeDetectorRef);
|
|
12910
12930
|
this.portalService = inject(PortalService);
|
|
12911
12931
|
this.injector = inject(Injector);
|
|
@@ -13068,10 +13088,10 @@ class FormComponent extends BaseComponent {
|
|
|
13068
13088
|
this.uiComponent.emit(component.instance);
|
|
13069
13089
|
});
|
|
13070
13090
|
}
|
|
13071
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13072
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13091
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13092
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FormComponent, isStandalone: false, selector: "bnrc-form", inputs: { params: "params", customFormPanelUi: "customFormPanelUi", formPanelCtrl: "formPanelCtrl", UlvMainCtrlr: "UlvMainCtrlr", formPanelCtrlId: "formPanelCtrlId", saveOnChange: "saveOnChange", inlineEditInReport: "inlineEditInReport" }, outputs: { titleChanged: "titleChanged", moChanged: "moChanged", formClose: "formClose", uiComponent: "uiComponent", formRendered: "formRendered", bruleAction: "bruleAction", beforeTransition: "beforeTransition", afterTransition: "afterTransition" }, viewQueries: [{ propertyName: "vcr", first: true, predicate: ["placeholder"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '<ng-container #placeholder> </ng-container>', isInline: true, styles: [":host{display:block;width:100%;min-height:100%}:host ::ng-deep bsu-ly-layout-container-of-root.ismobile bnrc-field-ui{padding:.3rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13073
13093
|
}
|
|
13074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormComponent, decorators: [{
|
|
13075
13095
|
type: Component,
|
|
13076
13096
|
args: [{ selector: 'bnrc-form', template: '<ng-container #placeholder> </ng-container>', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:block;width:100%;min-height:100%}:host ::ng-deep bsu-ly-layout-container-of-root.ismobile bnrc-field-ui{padding:.3rem}\n"] }]
|
|
13077
13097
|
}], ctorParameters: () => [], propDecorators: { params: [{
|
|
@@ -13155,10 +13175,10 @@ class BaseDirective {
|
|
|
13155
13175
|
console.log('ngOnDestroy');
|
|
13156
13176
|
console.log(this);
|
|
13157
13177
|
}
|
|
13158
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13159
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13179
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: BaseDirective, isStandalone: true, usesOnChanges: true, ngImport: i0 }); }
|
|
13160
13180
|
}
|
|
13161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseDirective, decorators: [{
|
|
13162
13182
|
type: Directive
|
|
13163
13183
|
}] });
|
|
13164
13184
|
|
|
@@ -13175,10 +13195,10 @@ class FormCloseDirective extends BaseDirective {
|
|
|
13175
13195
|
titleContainerDom?.insertAdjacentElement('afterbegin', closeButton);
|
|
13176
13196
|
}
|
|
13177
13197
|
}
|
|
13178
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13179
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13198
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormCloseDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13199
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: FormCloseDirective, isStandalone: false, selector: "[formClose]", inputs: { isMobile: "isMobile" }, usesInheritance: true, ngImport: i0 }); }
|
|
13180
13200
|
}
|
|
13181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormCloseDirective, decorators: [{
|
|
13182
13202
|
type: Directive,
|
|
13183
13203
|
args: [{
|
|
13184
13204
|
selector: '[formClose]',
|
|
@@ -13198,8 +13218,8 @@ class FormPageComponent extends FormPageBaseComponent {
|
|
|
13198
13218
|
this.containerRef.insert(this._placeHolderTemplate.createEmbeddedView(this, this._injector));
|
|
13199
13219
|
super.ngOnInit();
|
|
13200
13220
|
}
|
|
13201
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13202
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13221
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13222
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FormPageComponent, isStandalone: false, selector: "bnrc-form-page", inputs: { formPanelCtrlr: "formPanelCtrlr" }, host: { properties: { "class.section": "this.sectionClass", "class.absolute-page": "this.absolutePageClass" } }, providers: [FormService, RoutingService, ContainerService], viewQueries: [{ propertyName: "_placeHolderTemplate", first: true, predicate: ["placeHolderTemplate"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
13203
13223
|
<ng-template #placeHolderTemplate>
|
|
13204
13224
|
<bnrc-form
|
|
13205
13225
|
[formPanelCtrl]="formPanelCtrlr"
|
|
@@ -13212,7 +13232,7 @@ class FormPageComponent extends FormPageBaseComponent {
|
|
|
13212
13232
|
<router-outlet></router-outlet>
|
|
13213
13233
|
`, isInline: true, styles: [":host{display:block;background:var(--sapBackgroundColor)}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "component", type: FormComponent, selector: "bnrc-form", inputs: ["params", "customFormPanelUi", "formPanelCtrl", "UlvMainCtrlr", "formPanelCtrlId", "saveOnChange", "inlineEditInReport"], outputs: ["titleChanged", "moChanged", "formClose", "uiComponent", "formRendered", "bruleAction", "beforeTransition", "afterTransition"] }, { kind: "directive", type: FormCloseDirective, selector: "[formClose]", inputs: ["isMobile"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13214
13234
|
}
|
|
13215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPageComponent, decorators: [{
|
|
13216
13236
|
type: Component,
|
|
13217
13237
|
args: [{ selector: 'bnrc-form-page', template: `
|
|
13218
13238
|
<ng-template #placeHolderTemplate>
|
|
@@ -13260,10 +13280,10 @@ class BaseColumnPropsComponent extends BaseComponent {
|
|
|
13260
13280
|
_callChangeToEditMode() {
|
|
13261
13281
|
this.changeToEditMode.emit(this._el.nativeElement);
|
|
13262
13282
|
}
|
|
13263
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13264
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13283
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseColumnPropsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13284
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: BaseColumnPropsComponent, isStandalone: false, selector: "bnrc-base-column-props", inputs: { allColumns: "allColumns", column: "column", attachmentViewType: "attachmentViewType", mo: "mo", index: "index", editMode: "editMode", isMobile: "isMobile", customRowHeight: "customRowHeight", controlUi: "controlUi", formLayoutShowLabel: "formLayoutShowLabel", isChecked: "isChecked", isdirty: "isdirty", isNewInlineMo: "isNewInlineMo", layout94: "layout94", detailsComponentSetting: "detailsComponentSetting", value: "value", icon: "icon", rtl: "rtl", cellEdit: "cellEdit", deviceName: "deviceName", deviceSize: "deviceSize", customComponent: "customComponent" }, outputs: { save: "save", cancel: "cancel", tab: "tab", changeToEditMode: "changeToEditMode" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13265
13285
|
}
|
|
13266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseColumnPropsComponent, decorators: [{
|
|
13267
13287
|
type: Component,
|
|
13268
13288
|
args: [{
|
|
13269
13289
|
selector: 'bnrc-base-column-props',
|
|
@@ -13334,10 +13354,10 @@ class TilePropsComponent extends BaseComponent {
|
|
|
13334
13354
|
this._renderer2 = inject(Renderer2);
|
|
13335
13355
|
this._cdr = inject(ChangeDetectorRef);
|
|
13336
13356
|
}
|
|
13337
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13338
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13357
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TilePropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13358
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: TilePropsComponent, isStandalone: false, selector: "bnrc-tile-base", inputs: { parameters: "parameters", data: "data", context: "context", edit: "edit", deviceSize: "deviceSize", setToStorage: "setToStorage", listMode: "listMode", navigateBackOnClick: "navigateBackOnClick", groupType: "groupType", layoutInfo: "layoutInfo" }, outputs: { hideClick: "hideClick", renameClick: "renameClick", changeGroupClick: "changeGroupClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13339
13359
|
}
|
|
13340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TilePropsComponent, decorators: [{
|
|
13341
13361
|
type: Component,
|
|
13342
13362
|
args: [{
|
|
13343
13363
|
selector: 'bnrc-tile-base',
|
|
@@ -13404,10 +13424,10 @@ class FormFieldReportPageComponent extends BaseComponent {
|
|
|
13404
13424
|
this._loadingSource.next(val);
|
|
13405
13425
|
this._cdr.detectChanges();
|
|
13406
13426
|
}
|
|
13407
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13408
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13427
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormFieldReportPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13428
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FormFieldReportPageComponent, isStandalone: false, selector: "bnrc-form-field-report-page.component", host: { properties: { "class.section": "this.sectionClass", "class.absolute-page": "this.absolutePageClass" } }, viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `<ng-container #containerRef></ng-container><router-outlet></router-outlet>`, isInline: true, styles: [":host{display:block;background:var(--sapBackgroundColor)}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13409
13429
|
}
|
|
13410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13430
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormFieldReportPageComponent, decorators: [{
|
|
13411
13431
|
type: Component,
|
|
13412
13432
|
args: [{ selector: 'bnrc-form-field-report-page.component', template: `<ng-container #containerRef></ng-container><router-outlet></router-outlet>`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:block;background:var(--sapBackgroundColor)}\n"] }]
|
|
13413
13433
|
}], ctorParameters: () => [], propDecorators: { containerRef: [{
|
|
@@ -13425,8 +13445,10 @@ class ColumnRendererBase extends BaseComponent {
|
|
|
13425
13445
|
constructor() {
|
|
13426
13446
|
super(...arguments);
|
|
13427
13447
|
this._isSmall = false;
|
|
13428
|
-
this.errorMessage = signal('',
|
|
13429
|
-
|
|
13448
|
+
this.errorMessage = signal('', /* @ts-ignore */
|
|
13449
|
+
...(ngDevMode ? [{ debugName: "errorMessage" }] : /* istanbul ignore next */ []));
|
|
13450
|
+
this.errorCode = signal(-1, /* @ts-ignore */
|
|
13451
|
+
...(ngDevMode ? [{ debugName: "errorCode" }] : /* istanbul ignore next */ []));
|
|
13430
13452
|
this.injector = inject(Injector);
|
|
13431
13453
|
/**
|
|
13432
13454
|
*
|
|
@@ -13435,7 +13457,8 @@ class ColumnRendererBase extends BaseComponent {
|
|
|
13435
13457
|
this._cdr = inject(ChangeDetectorRef);
|
|
13436
13458
|
}
|
|
13437
13459
|
ngOnInit() {
|
|
13438
|
-
this.signalValue = signal(this.value,
|
|
13460
|
+
this.signalValue = signal(this.value, /* @ts-ignore */
|
|
13461
|
+
...(ngDevMode ? [{ debugName: "signalValue" }] : /* istanbul ignore next */ []));
|
|
13439
13462
|
super.ngOnInit();
|
|
13440
13463
|
this.fieldTypeId = Number(this.column.FieldTypeId);
|
|
13441
13464
|
if (this.deviceSize === 's') {
|
|
@@ -13469,10 +13492,10 @@ class ColumnRendererBase extends BaseComponent {
|
|
|
13469
13492
|
onSetMaxWidth() {
|
|
13470
13493
|
this._renderer2.setStyle(this._filePopover.nativeElement, 'max-width', `${this.containerDom?.offsetWidth}px`);
|
|
13471
13494
|
}
|
|
13472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13473
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13495
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnRendererBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13496
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ColumnRendererBase, isStandalone: false, selector: "bsu-column-renderer-base", inputs: { cellEdit: "cellEdit", column: "column", allColumns: "allColumns", mo: "mo", index: "index", editMode: "editMode", attachmentViewType: "attachmentViewType", customRowHeight: "customRowHeight", controlUi: "controlUi", formLayoutShowLabel: "formLayoutShowLabel", isChecked: "isChecked", isNewInlineMo: "isNewInlineMo", containerDom: "containerDom", disableEllapsis: "disableEllapsis", rtl: "rtl", isMobile: "isMobile", fdTextMode: "fdTextMode", deviceName: "deviceName", deviceSize: "deviceSize", value: "value", icon: "icon", parameters: "parameters" }, host: { properties: { "class.isMobile": "this._isSmall" } }, viewQueries: [{ propertyName: "_filePopover", first: true, predicate: ["fileviewerPopover"], descendants: true, read: ElementRef }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13474
13497
|
}
|
|
13475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnRendererBase, decorators: [{
|
|
13476
13499
|
type: Component,
|
|
13477
13500
|
args: [{
|
|
13478
13501
|
selector: 'bsu-column-renderer-base',
|
|
@@ -13535,8 +13558,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
13535
13558
|
class ColumnRendererViewBase extends ColumnRendererBase {
|
|
13536
13559
|
constructor() {
|
|
13537
13560
|
super(...arguments);
|
|
13538
|
-
this.errorMessage = signal('',
|
|
13539
|
-
|
|
13561
|
+
this.errorMessage = signal('', /* @ts-ignore */
|
|
13562
|
+
...(ngDevMode ? [{ debugName: "errorMessage" }] : /* istanbul ignore next */ []));
|
|
13563
|
+
this.errorCode = signal(-1, /* @ts-ignore */
|
|
13564
|
+
...(ngDevMode ? [{ debugName: "errorCode" }] : /* istanbul ignore next */ []));
|
|
13540
13565
|
this.injector = inject(Injector);
|
|
13541
13566
|
}
|
|
13542
13567
|
/**
|
|
@@ -13549,10 +13574,10 @@ class ColumnRendererViewBase extends ColumnRendererBase {
|
|
|
13549
13574
|
this.errorMessage.set(message);
|
|
13550
13575
|
this.errorCode.set(code);
|
|
13551
13576
|
}
|
|
13552
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13553
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13577
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnRendererViewBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13578
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ColumnRendererViewBase, isStandalone: false, selector: "bnrc-ext-field-base", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13554
13579
|
}
|
|
13555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnRendererViewBase, decorators: [{
|
|
13556
13581
|
type: Component,
|
|
13557
13582
|
args: [{
|
|
13558
13583
|
selector: 'bnrc-ext-field-base',
|
|
@@ -13594,12 +13619,12 @@ class EmptyPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
13594
13619
|
this._position = 'initial';
|
|
13595
13620
|
}
|
|
13596
13621
|
}
|
|
13597
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13598
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13622
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EmptyPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13623
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: EmptyPageComponent, isStandalone: false, selector: "bnrc-empty-page", host: { properties: { "style.position": "this._position", "class.section": "this.sectionClass", "class.absolute-page": "this.absolutePageClass", "class.modal": "this.ismodal" } }, providers: [RoutingService, ContainerService], usesInheritance: true, ngImport: i0, template: `<ng-container #containerRef></ng-container>
|
|
13599
13624
|
<router-outlet></router-outlet>
|
|
13600
13625
|
<router-outlet name="dialog"></router-outlet>`, isInline: true, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13601
13626
|
}
|
|
13602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13627
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EmptyPageComponent, decorators: [{
|
|
13603
13628
|
type: Component,
|
|
13604
13629
|
args: [{ selector: 'bnrc-empty-page', template: `<ng-container #containerRef></ng-container>
|
|
13605
13630
|
<router-outlet></router-outlet>
|
|
@@ -13710,8 +13735,8 @@ class SplitterComponent extends BaseComponent {
|
|
|
13710
13735
|
nextSibling && this._renderer.addClass(nextSibling, 'tw-overflow-hidden');
|
|
13711
13736
|
}
|
|
13712
13737
|
}
|
|
13713
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13714
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13738
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13739
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: SplitterComponent, isStandalone: false, selector: "bnrc-splitter", inputs: { minWidth: "minWidth", maxWidth: "maxWidth", config: "config", elDom: "elDom" }, outputs: { spliterResized: "spliterResized" }, host: { properties: { "class.empty-space": "this.emptyClass", "class.big": "this.isBig", "style.flex": "this.flex", "style.max-width.px": "this.elMaxWidth", "style.height.px": "this.elHeight" } }, usesInheritance: true, ngImport: i0, template: `<div class="splitter-container">
|
|
13715
13740
|
<div class="splitter-line"></div>
|
|
13716
13741
|
<div class="grip-handle">
|
|
13717
13742
|
<svg viewBox="0 0 24 24" fill="currentColor">
|
|
@@ -13723,9 +13748,9 @@ class SplitterComponent extends BaseComponent {
|
|
|
13723
13748
|
<circle cx="15" cy="16" r="1.5" />
|
|
13724
13749
|
</svg>
|
|
13725
13750
|
</div>
|
|
13726
|
-
</div>`, isInline: true, styles: [":host{display:flex;align-items:center;justify-content:center;width:12px;cursor:col-resize;z-index:50;-webkit-user-select:none;user-select:none;position:relative;background:var(--sapBackgroundColor)}.splitter-container{height:100%;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.splitter-line{width:1px;height:90%;background:linear-gradient(to bottom,transparent 0%,rgba(203,213,225,1) 15%,rgba(203,213,225,1) 85%,transparent 100%);transition:all .2s}.grip-handle{position:absolute;width:17px;height:20px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000000d;transition:all .2s;color:#94a3b8}.grip-handle svg{width:14px;height:14px}:host:hover .splitter-line,.is-resizing .splitter-line{background:linear-gradient(to bottom,transparent 0%,#3b82f6 15%,#3b82f6 85%,transparent 100%);width:2px}:host:hover .grip-handle,.is-resizing .grip-handle{border-color:#3b82f6;color:#3b82f6;box-shadow:0 4px 6px -1px #3b82f633;transform:scale(1.05)}\n"] }); }
|
|
13751
|
+
</div>`, isInline: true, styles: [":host{display:flex;align-items:center;justify-content:center;width:12px;cursor:col-resize;z-index:50;-webkit-user-select:none;user-select:none;position:relative;background:var(--sapBackgroundColor)}.splitter-container{height:100%;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.splitter-line{width:1px;height:90%;background:linear-gradient(to bottom,transparent 0%,rgba(203,213,225,1) 15%,rgba(203,213,225,1) 85%,transparent 100%);transition:all .2s}.grip-handle{position:absolute;width:17px;height:20px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000000d;transition:all .2s;color:#94a3b8}.grip-handle svg{width:14px;height:14px}:host:hover .splitter-line,.is-resizing .splitter-line{background:linear-gradient(to bottom,transparent 0%,#3b82f6 15%,#3b82f6 85%,transparent 100%);width:2px}:host:hover .grip-handle,.is-resizing .grip-handle{border-color:#3b82f6;color:#3b82f6;box-shadow:0 4px 6px -1px #3b82f633;transform:scale(1.05)}\n"], changeDetection: i0.ChangeDetectionStrategy.Eager }); }
|
|
13727
13752
|
}
|
|
13728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitterComponent, decorators: [{
|
|
13729
13754
|
type: Component,
|
|
13730
13755
|
args: [{ selector: 'bnrc-splitter', standalone: false, template: `<div class="splitter-container">
|
|
13731
13756
|
<div class="splitter-line"></div>
|
|
@@ -13739,7 +13764,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
13739
13764
|
<circle cx="15" cy="16" r="1.5" />
|
|
13740
13765
|
</svg>
|
|
13741
13766
|
</div>
|
|
13742
|
-
</div>`, styles: [":host{display:flex;align-items:center;justify-content:center;width:12px;cursor:col-resize;z-index:50;-webkit-user-select:none;user-select:none;position:relative;background:var(--sapBackgroundColor)}.splitter-container{height:100%;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.splitter-line{width:1px;height:90%;background:linear-gradient(to bottom,transparent 0%,rgba(203,213,225,1) 15%,rgba(203,213,225,1) 85%,transparent 100%);transition:all .2s}.grip-handle{position:absolute;width:17px;height:20px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000000d;transition:all .2s;color:#94a3b8}.grip-handle svg{width:14px;height:14px}:host:hover .splitter-line,.is-resizing .splitter-line{background:linear-gradient(to bottom,transparent 0%,#3b82f6 15%,#3b82f6 85%,transparent 100%);width:2px}:host:hover .grip-handle,.is-resizing .grip-handle{border-color:#3b82f6;color:#3b82f6;box-shadow:0 4px 6px -1px #3b82f633;transform:scale(1.05)}\n"] }]
|
|
13767
|
+
</div>`, changeDetection: ChangeDetectionStrategy.Eager, styles: [":host{display:flex;align-items:center;justify-content:center;width:12px;cursor:col-resize;z-index:50;-webkit-user-select:none;user-select:none;position:relative;background:var(--sapBackgroundColor)}.splitter-container{height:100%;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.splitter-line{width:1px;height:90%;background:linear-gradient(to bottom,transparent 0%,rgba(203,213,225,1) 15%,rgba(203,213,225,1) 85%,transparent 100%);transition:all .2s}.grip-handle{position:absolute;width:17px;height:20px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000000d;transition:all .2s;color:#94a3b8}.grip-handle svg{width:14px;height:14px}:host:hover .splitter-line,.is-resizing .splitter-line{background:linear-gradient(to bottom,transparent 0%,#3b82f6 15%,#3b82f6 85%,transparent 100%);width:2px}:host:hover .grip-handle,.is-resizing .grip-handle{border-color:#3b82f6;color:#3b82f6;box-shadow:0 4px 6px -1px #3b82f633;transform:scale(1.05)}\n"] }]
|
|
13743
13768
|
}], propDecorators: { emptyClass: [{
|
|
13744
13769
|
type: HostBinding,
|
|
13745
13770
|
args: ['class.empty-space']
|
|
@@ -13958,10 +13983,10 @@ class FillEmptySpaceDirective extends BaseDirective {
|
|
|
13958
13983
|
const n = parseFloat(s);
|
|
13959
13984
|
return Number.isNaN(n) ? 0 : n;
|
|
13960
13985
|
}
|
|
13961
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13962
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13986
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FillEmptySpaceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13987
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: FillEmptySpaceDirective, isStandalone: false, selector: "[fillEmptySpace]", inputs: { mode: "mode", containerDom: "containerDom", decrement: "decrement", disable: "disable", height: "height", dontUseTopBound: "dontUseTopBound", setMinHeight: "setMinHeight", setMaxHeight: "setMaxHeight" }, outputs: { heightChanged: "heightChanged" }, exportAs: ["fillEmptySpace"], usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
13963
13988
|
}
|
|
13964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13989
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FillEmptySpaceDirective, decorators: [{
|
|
13965
13990
|
type: Directive,
|
|
13966
13991
|
args: [{
|
|
13967
13992
|
selector: '[fillEmptySpace]',
|
|
@@ -14030,8 +14055,8 @@ class MasterDetailsPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
14030
14055
|
// add ngondestroy because to call routingservice ngondestroy.
|
|
14031
14056
|
// if i dont add this ngondestroy in routingservice do not call.
|
|
14032
14057
|
}
|
|
14033
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14034
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14058
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MasterDetailsPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14059
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: MasterDetailsPageComponent, isStandalone: false, selector: "bnrc-master-details-page", host: { properties: { "style.position": "this._position", "class.section": "this.sectionClass", "class.modal": "this.ismodal", "class.insideview": "this.isinsideview" } }, providers: [RoutingService, ContainerService, ScrollLayoutContextHolder], usesInheritance: true, ngImport: i0, template: `
|
|
14035
14060
|
<div
|
|
14036
14061
|
class="tw-flex tw-h-full tw-w-full tw-flex-col md:tw-flex-row tw-p-2"
|
|
14037
14062
|
fillEmptySpace
|
|
@@ -14055,7 +14080,7 @@ class MasterDetailsPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
14055
14080
|
<router-outlet name="dialog"></router-outlet>
|
|
14056
14081
|
`, isInline: true, styles: [":host{display:block;box-sizing:border-box}:host .fd-dynamic-page__content ::ng-deep bnrc-empty-page{flex:1 1 auto;min-height:0}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "component", type: SplitterComponent, selector: "bnrc-splitter", inputs: ["minWidth", "maxWidth", "config", "elDom"], outputs: ["spliterResized"] }, { kind: "directive", type: FillEmptySpaceDirective, selector: "[fillEmptySpace]", inputs: ["mode", "containerDom", "decrement", "disable", "height", "dontUseTopBound", "setMinHeight", "setMaxHeight"], outputs: ["heightChanged"], exportAs: ["fillEmptySpace"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14057
14082
|
}
|
|
14058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MasterDetailsPageComponent, decorators: [{
|
|
14059
14084
|
type: Component,
|
|
14060
14085
|
args: [{ selector: 'bnrc-master-details-page', template: `
|
|
14061
14086
|
<div
|
|
@@ -14099,12 +14124,12 @@ class PortalPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
14099
14124
|
super.ngOnInit();
|
|
14100
14125
|
this.addModulesToDom();
|
|
14101
14126
|
}
|
|
14102
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14103
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14127
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14128
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: PortalPageComponent, isStandalone: false, selector: "bnrc-portal-page", providers: [RoutingService], usesInheritance: true, ngImport: i0, template: `<ng-container #containerRef></ng-container> <router-outlet></router-outlet
|
|
14104
14129
|
><router-outlet name="dialog"></router-outlet>
|
|
14105
14130
|
<ng-container #containerBottomRef></ng-container> `, isInline: true, styles: [":host{min-height:100svh}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14106
14131
|
}
|
|
14107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageComponent, decorators: [{
|
|
14108
14133
|
type: Component,
|
|
14109
14134
|
args: [{ selector: 'bnrc-portal-page', template: `<ng-container #containerRef></ng-container> <router-outlet></router-outlet
|
|
14110
14135
|
><router-outlet name="dialog"></router-outlet>
|
|
@@ -14120,14 +14145,14 @@ class PortalPageSidebarComponent extends PageBaseComponent {
|
|
|
14120
14145
|
super.ngOnInit();
|
|
14121
14146
|
this._routingService.isSidebar = true;
|
|
14122
14147
|
}
|
|
14123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14124
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageSidebarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14149
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: PortalPageSidebarComponent, isStandalone: false, selector: "bnrc-portal-page-sidebar", providers: [RoutingService], usesInheritance: true, ngImport: i0, template: `<div class="page-sidebar-wrapper">
|
|
14125
14150
|
<div class="sidebar" fillEmptySpace><ng-container #containerRef></ng-container></div>
|
|
14126
14151
|
<div class="mainside"><router-outlet name="mainside"></router-outlet></div>
|
|
14127
14152
|
</div>
|
|
14128
14153
|
<router-outlet></router-outlet>`, isInline: true, dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: FillEmptySpaceDirective, selector: "[fillEmptySpace]", inputs: ["mode", "containerDom", "decrement", "disable", "height", "dontUseTopBound", "setMinHeight", "setMaxHeight"], outputs: ["heightChanged"], exportAs: ["fillEmptySpace"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14129
14154
|
}
|
|
14130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageSidebarComponent, decorators: [{
|
|
14131
14156
|
type: Component,
|
|
14132
14157
|
args: [{
|
|
14133
14158
|
selector: 'bnrc-portal-page-sidebar',
|
|
@@ -14228,10 +14253,10 @@ class BaseDynamicComponent extends BaseComponent {
|
|
|
14228
14253
|
this._component.destroy();
|
|
14229
14254
|
}
|
|
14230
14255
|
}
|
|
14231
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14232
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14256
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseDynamicComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14257
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: BaseDynamicComponent, isStandalone: false, selector: "bnrc-dynamic-component", inputs: { component: "component", FnHandleEvents: "FnHandleEvents", value: "value" }, outputs: { events: "events" }, viewQueries: [{ propertyName: "_container", first: true, predicate: ["componentContainer"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-container #componentContainer></ng-container>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14233
14258
|
}
|
|
14234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseDynamicComponent, decorators: [{
|
|
14235
14260
|
type: Component,
|
|
14236
14261
|
args: [{
|
|
14237
14262
|
selector: 'bnrc-dynamic-component',
|
|
@@ -14253,10 +14278,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
14253
14278
|
}] } });
|
|
14254
14279
|
|
|
14255
14280
|
class DynamicFormComponent extends BaseDynamicComponent {
|
|
14256
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14257
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14281
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicFormComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14282
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DynamicFormComponent, isStandalone: false, selector: "bnrc-dynamic-form-component", inputs: { breadCrumbs: "breadCrumbs", toolbarVisible: "toolbarVisible", toolbarItems: "toolbarItems", layoutActions: "layoutActions", layoutActionsTemplateRef: "layoutActionsTemplateRef", workflowButtons: "workflowButtons", layout94: "layout94", footerDesign: "footerDesign", settings: "settings", workflowPanelUi: "workflowPanelUi", title: "title", subtitle: "subtitle", description: "description", facetList: "facetList", removeHeaderBorder: "removeHeaderBorder", removeContentPadding: "removeContentPadding", isMobile: "isMobile", isModal: "isModal", avatar: "avatar", rtl: "rtl", mask: "mask", mo: "mo", contentDensity: "contentDensity", deviceSize: "deviceSize", dirValue: "dirValue", fieldDict: "fieldDict", modernTabs: "modernTabs" }, usesInheritance: true, ngImport: i0, template: `<ng-container #componentContainer></ng-container>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14258
14283
|
}
|
|
14259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicFormComponent, decorators: [{
|
|
14260
14285
|
type: Component,
|
|
14261
14286
|
args: [{
|
|
14262
14287
|
selector: 'bnrc-dynamic-form-component',
|
|
@@ -14321,10 +14346,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
14321
14346
|
}] } });
|
|
14322
14347
|
|
|
14323
14348
|
class DynamicItemComponent extends BaseDynamicComponent {
|
|
14324
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14325
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14349
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14350
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DynamicItemComponent, isStandalone: false, selector: "bnrc-dynamic-item-component", inputs: { mo: "mo", allColumns: "allColumns", moDataList: "moDataList", columns: "columns", column: "column", index: "index", last: "last", hideOpenIcon: "hideOpenIcon", deviceName: "deviceName", deviceSize: "deviceSize", rtl: "rtl", editMode: "editMode", setting: "setting", parameters: "parameters", contextMenuItems: "contextMenuItems", canView: "canView", showRowNumber: "showRowNumber", rowNumber: "rowNumber", formSetting: "formSetting", conditionalFormats: "conditionalFormats", disableOverflowContextMenu: "disableOverflowContextMenu", navigationArrow: "navigationArrow", isCheckList: "isCheckList", maxHeightHeader: "maxHeightHeader", fields: "fields", isChecked: "isChecked", layout94$: "layout94$", inlineEditMode: "inlineEditMode", isNewInlineMo: "isNewInlineMo", allowInlineEdit: "allowInlineEdit", typeDefId: "typeDefId", rowIndicator: "rowIndicator", rowIndicatorColor: "rowIndicatorColor", UlvMainCtrlr: "UlvMainCtrlr" }, usesInheritance: true, ngImport: i0, template: `<ng-container #componentContainer></ng-container>`, isInline: true, styles: [":host{display:contents}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14326
14351
|
}
|
|
14327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicItemComponent, decorators: [{
|
|
14328
14353
|
type: Component,
|
|
14329
14354
|
args: [{ selector: 'bnrc-dynamic-item-component', template: `<ng-container #componentContainer></ng-container>`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:contents}\n"] }]
|
|
14330
14355
|
}], propDecorators: { mo: [{
|
|
@@ -14398,10 +14423,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
14398
14423
|
}] } });
|
|
14399
14424
|
|
|
14400
14425
|
class CardDynamicItemComponent extends DynamicItemComponent {
|
|
14401
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14402
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14426
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardDynamicItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14427
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: CardDynamicItemComponent, isStandalone: false, selector: "bnrc-card-dynamic-item-component", inputs: { columnTemplate: "columnTemplate", extendedHeaderTemplate: "extendedHeaderTemplate" }, usesInheritance: true, ngImport: i0, template: `<ng-container #componentContainer></ng-container>`, isInline: true, styles: [":host{display:contents}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14403
14428
|
}
|
|
14404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardDynamicItemComponent, decorators: [{
|
|
14405
14430
|
type: Component,
|
|
14406
14431
|
args: [{ selector: 'bnrc-card-dynamic-item-component', template: `<ng-container #componentContainer></ng-container>`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:contents}\n"] }]
|
|
14407
14432
|
}], propDecorators: { columnTemplate: [{
|
|
@@ -14433,10 +14458,10 @@ class BaseViewPropsComponent extends BaseComponent {
|
|
|
14433
14458
|
_trackByRow(index, row) {
|
|
14434
14459
|
return `${row.$Group ? row.$Group : row.Id}${index}`;
|
|
14435
14460
|
}
|
|
14436
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14437
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14461
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14462
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: BaseViewPropsComponent, isStandalone: false, selector: "bnrc-base-view-props", inputs: { detailsComponent: "detailsComponent", detailsColumns: "detailsColumns", detailsText: "detailsText", detailsTextFunction: "detailsTextFunction", moDataList: "moDataList", reportId: "reportId", allColumns: "allColumns", hideOpenIcon: "hideOpenIcon", isCheckList: "isCheckList", allChecked: "allChecked", canView: "canView", visibility: "visibility", level: "level", expanded: "expanded", styleIndex: "styleIndex", parentExpanded: "parentExpanded", access: "access", groupby: "groupby", UlvMainCtrlr: "UlvMainCtrlr", conditionalFormats: "conditionalFormats", deviceName: "deviceName", deviceSize: "deviceSize", contextMenuItems: "contextMenuItems", columns: "columns", allowInlineEdit: "allowInlineEdit", secondaryColumns: "secondaryColumns", popin: "popin", typeDefId: "typeDefId", columnsCount: "columnsCount", mobileOrTablet: "mobileOrTablet", containerWidth: "containerWidth", newInlineEditMo: "newInlineEditMo", inlineEditMode: "inlineEditMode", onlyInlineEdit: "onlyInlineEdit", rowHoverable: "rowHoverable", openOnClick: "openOnClick", tlbButtons: "tlbButtons", setting: "setting", parameters: "parameters", formSetting: "formSetting", disableOverflowContextMenu: "disableOverflowContextMenu", rowActivable: "rowActivable", contentDensity: "contentDensity", rtl: "rtl", showOkCancelButtons: "showOkCancelButtons", title: "title", isChecked: "isChecked", navigationArrow: "navigationArrow", alternateEditObjectColumn: "alternateEditObjectColumn", disableHyperLink: "disableHyperLink", columnsHyperLink: "columnsHyperLink" }, outputs: { 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" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14438
14463
|
}
|
|
14439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewPropsComponent, decorators: [{
|
|
14440
14465
|
type: Component,
|
|
14441
14466
|
args: [{
|
|
14442
14467
|
selector: 'bnrc-base-view-props',
|
|
@@ -14581,10 +14606,10 @@ class BaseViewContentPropsComponent extends BaseViewPropsComponent {
|
|
|
14581
14606
|
super(...arguments);
|
|
14582
14607
|
this.actionListClick = new EventEmitter();
|
|
14583
14608
|
}
|
|
14584
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14585
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14609
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewContentPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14610
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: BaseViewContentPropsComponent, isStandalone: false, selector: "bnrc-base-view-content-props", inputs: { moDataList: "moDataList", maxHeightHeader: "maxHeightHeader", setting: "setting" }, outputs: { actionListClick: "actionListClick" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14586
14611
|
}
|
|
14587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewContentPropsComponent, decorators: [{
|
|
14588
14613
|
type: Component,
|
|
14589
14614
|
args: [{
|
|
14590
14615
|
selector: 'bnrc-base-view-content-props',
|
|
@@ -14630,9 +14655,12 @@ class BaseViewItemPropsComponent extends BaseViewPropsComponent {
|
|
|
14630
14655
|
this.inlineEditInReport = true;
|
|
14631
14656
|
this.rewriteLayout = true;
|
|
14632
14657
|
this.hasCartableTemplate = false;
|
|
14633
|
-
this.workflowState = signal(null,
|
|
14634
|
-
|
|
14635
|
-
this.
|
|
14658
|
+
this.workflowState = signal(null, /* @ts-ignore */
|
|
14659
|
+
...(ngDevMode ? [{ debugName: "workflowState" }] : /* istanbul ignore next */ []));
|
|
14660
|
+
this.bruleActionMessage = signal(null, /* @ts-ignore */
|
|
14661
|
+
...(ngDevMode ? [{ debugName: "bruleActionMessage" }] : /* istanbul ignore next */ []));
|
|
14662
|
+
this.activeColumn = signal(undefined, /* @ts-ignore */
|
|
14663
|
+
...(ngDevMode ? [{ debugName: "activeColumn" }] : /* istanbul ignore next */ []));
|
|
14636
14664
|
this._domSanitizer = inject(DomSanitizer);
|
|
14637
14665
|
this._cdr = inject(ChangeDetectorRef);
|
|
14638
14666
|
this._reportValuePipe = inject(MoReportValuePipe);
|
|
@@ -15059,10 +15087,10 @@ class BaseViewItemPropsComponent extends BaseViewPropsComponent {
|
|
|
15059
15087
|
});
|
|
15060
15088
|
});
|
|
15061
15089
|
}
|
|
15062
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15063
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15090
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewItemPropsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15091
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: BaseViewItemPropsComponent, isStandalone: false, selector: "bnrc-base-view-item-props", inputs: { checkboxComponent: "checkboxComponent", disableEllapsis: "disableEllapsis", isslider: "isslider", attachmentViewType: "attachmentViewType", dirtyColumns: "dirtyColumns", contextMenuOverflowText: "contextMenuOverflowText", detailsComponent: "detailsComponent", detailsColumns: "detailsColumns", detailsText: "detailsText", mo: "mo", moDataListCount: "moDataListCount", index: "index", last: "last", hideHeader: "hideHeader", isdirty: "isdirty", isChecked: "isChecked", hideDetailsText: "hideDetailsText", showViewButton: "showViewButton", isNewInlineMo: "isNewInlineMo", extraRelation: "extraRelation", hideOpenIcon: "hideOpenIcon", inlineEditWithoutSelection: "inlineEditWithoutSelection", inDialog: "inDialog", isMobile: "isMobile", isMultiSelect: "isMultiSelect", rowIndicator: "rowIndicator", groupSummary: "groupSummary", isLastChildGroup: "isLastChildGroup", showRowNumber: "showRowNumber", rowNumber: "rowNumber", alternateRowMode: "alternateRowMode", noSaveInlineEditInServer: "noSaveInlineEditInServer", disableHyperLink: "disableHyperLink", columnsHyperLink: "columnsHyperLink", rowIndicatorColor: "rowIndicatorColor", alternateEditObjectColumn: "alternateEditObjectColumn", maxHeightHeader: "maxHeightHeader", UlvMainCtrlr: "UlvMainCtrlr", fieldDict: "fieldDict", actionList: "actionList", serializedRelatedMo: "serializedRelatedMo", cartableTemplate: "cartableTemplate", cartableMo: "cartableMo", cartableWorkflowData: "cartableWorkflowData" }, outputs: { actionListClick: "actionListClick", events: "events" }, viewQueries: [{ propertyName: "_cartableFormRef", first: true, predicate: ["cartableFormRef"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15064
15092
|
}
|
|
15065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15093
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewItemPropsComponent, decorators: [{
|
|
15066
15094
|
type: Component,
|
|
15067
15095
|
args: [{
|
|
15068
15096
|
selector: 'bnrc-base-view-item-props',
|
|
@@ -15202,10 +15230,10 @@ class BaseItemContentPropsComponent extends BaseComponent {
|
|
|
15202
15230
|
detectChanges() {
|
|
15203
15231
|
this._cdr.detectChanges();
|
|
15204
15232
|
}
|
|
15205
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15206
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15233
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseItemContentPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15234
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: BaseItemContentPropsComponent, isStandalone: false, selector: "bnrc-base-item-content-props", inputs: { mo: "mo", allColumns: "allColumns", column: "column", index: "index", styleIndex: "styleIndex", deviceName: "deviceName", deviceSize: "deviceSize", rtl: "rtl", editMode: "editMode", setting: "setting", parameters: "parameters", contextMenuItems: "contextMenuItems", canView: "canView", conditionalFormats: "conditionalFormats", disableOverflowContextMenu: "disableOverflowContextMenu", navigationArrow: "navigationArrow", isCheckList: "isCheckList", fields: "fields", isChecked: "isChecked", hideOpenIcon: "hideOpenIcon", layout94$: "layout94$", inlineEditMode: "inlineEditMode", allowInlineEdit: "allowInlineEdit", isNewInlineMo: "isNewInlineMo", formSetting: "formSetting", typeDefId: "typeDefId", maxHeightHeader: "maxHeightHeader", UlvMainCtrlr: "UlvMainCtrlr" }, outputs: { events: "events" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15207
15235
|
}
|
|
15208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseItemContentPropsComponent, decorators: [{
|
|
15209
15237
|
type: Component,
|
|
15210
15238
|
args: [{
|
|
15211
15239
|
selector: 'bnrc-base-item-content-props',
|
|
@@ -15274,10 +15302,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
15274
15302
|
}] } });
|
|
15275
15303
|
|
|
15276
15304
|
class CardBaseItemContentPropsComponent extends BaseItemContentPropsComponent {
|
|
15277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15278
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15305
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardBaseItemContentPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15306
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: CardBaseItemContentPropsComponent, isStandalone: false, selector: "bnrc-card-base-item-content-props", inputs: { columnTemplate: "columnTemplate", extendedHeaderTemplate: "extendedHeaderTemplate" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15279
15307
|
}
|
|
15280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardBaseItemContentPropsComponent, decorators: [{
|
|
15281
15309
|
type: Component,
|
|
15282
15310
|
args: [{
|
|
15283
15311
|
selector: 'bnrc-card-base-item-content-props',
|
|
@@ -15299,10 +15327,10 @@ class BaseFormToolbaritemPropsComponent extends BaseComponent {
|
|
|
15299
15327
|
this._reportValuePipe = inject(MoReportValuePipe);
|
|
15300
15328
|
this._cdr = inject(ChangeDetectorRef);
|
|
15301
15329
|
}
|
|
15302
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15303
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15330
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseFormToolbaritemPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15331
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: BaseFormToolbaritemPropsComponent, isStandalone: false, selector: "bnrc-form-toolbaritem-props", inputs: { deviceName: "deviceName", deviceSize: "deviceSize", btn: "btn", context: "context", isEnable: "isEnable", inlineEditMode: "inlineEditMode", parameters: "parameters", mo: "mo", allColumns: "allColumns", index: "index", showText: "showText", conditionalFormats: "conditionalFormats" }, outputs: { ulvClick: "ulvClick", commandClick: "commandClick" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15304
15332
|
}
|
|
15305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseFormToolbaritemPropsComponent, decorators: [{
|
|
15306
15334
|
type: Component,
|
|
15307
15335
|
args: [{
|
|
15308
15336
|
selector: 'bnrc-form-toolbaritem-props',
|
|
@@ -15345,10 +15373,10 @@ class DynamicFormToolbaritemComponent extends BaseDynamicComponent {
|
|
|
15345
15373
|
super(...arguments);
|
|
15346
15374
|
this.btnClick = new EventEmitter();
|
|
15347
15375
|
}
|
|
15348
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15349
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15376
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicFormToolbaritemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15377
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DynamicFormToolbaritemComponent, isStandalone: false, selector: "bnrc-dynamic-form-toolbaritem", inputs: { mo: "mo", index: "index", deviceName: "deviceName", deviceSize: "deviceSize", context: "context", btn: "btn", isEnable: "isEnable", showText: "showText", allColumns: "allColumns", conditionalFormats: "conditionalFormats" }, outputs: { btnClick: "btnClick" }, usesInheritance: true, ngImport: i0, template: `<ng-container #componentContainer></ng-container>`, isInline: true, styles: [":host{display:block;width:min-content}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15350
15378
|
}
|
|
15351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicFormToolbaritemComponent, decorators: [{
|
|
15352
15380
|
type: Component,
|
|
15353
15381
|
args: [{ selector: 'bnrc-dynamic-form-toolbaritem', template: `<ng-container #componentContainer></ng-container>`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:block;width:min-content}\n"] }]
|
|
15354
15382
|
}], propDecorators: { btnClick: [{
|
|
@@ -15404,10 +15432,10 @@ class DynamicLayoutComponent extends BaseDynamicComponent {
|
|
|
15404
15432
|
}
|
|
15405
15433
|
super.ngOnInit();
|
|
15406
15434
|
}
|
|
15407
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15408
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15435
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicLayoutComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15436
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DynamicLayoutComponent, isStandalone: false, selector: "bnrc-dynamic-layout", inputs: { selector: "selector", module: "module", name: "name", parameters: "parameters", moduleFileName: "moduleFileName", flex: "flex", config: "config", maxLabelWidth: "maxLabelWidth", hasHorizontalText: "hasHorizontalText", isSearchPanel: "isSearchPanel" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true, styles: [":host{display:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15409
15437
|
}
|
|
15410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicLayoutComponent, decorators: [{
|
|
15411
15439
|
type: Component,
|
|
15412
15440
|
args: [{ selector: 'bnrc-dynamic-layout', template: ``, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:none}\n"] }]
|
|
15413
15441
|
}], propDecorators: { selector: [{
|
|
@@ -15448,10 +15476,10 @@ class DynamicUlvToolbarComponent extends BaseDynamicComponent {
|
|
|
15448
15476
|
this._component.instance.changeDetect && this._component.instance.changeDetect();
|
|
15449
15477
|
}
|
|
15450
15478
|
}
|
|
15451
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15452
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15479
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicUlvToolbarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15480
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DynamicUlvToolbarComponent, isStandalone: false, selector: "bnrc-dynamic-ulv-toolbar-component", inputs: { viewSettings: "viewSettings", allowGridColumnSort: "allowGridColumnSort", useLayoutItemTextForControl: "useLayoutItemTextForControl", enableSearch: "enableSearch", hideTitle: "hideTitle", title: "title", icon: "icon", deviceName: "deviceName", deviceSize: "deviceSize", access: "access", hideToolbar: "hideToolbar", toolbarButtons: "toolbarButtons", contentDensity: "contentDensity", inlineEditMode: "inlineEditMode", allowInlineEdit: "allowInlineEdit", gridSetting: "gridSetting", viewCollection: "viewCollection", toolbarButtonsReportView: "toolbarButtonsReportView", reportView: "reportView", inDialog: "inDialog", isMultiSelect: "isMultiSelect", cls: "cls", hasSelected: "hasSelected", config: "config", hidden: "hidden", buttons: "buttons", moDataListCount: "moDataListCount", showToolbarBorder: "showToolbarBorder" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-container #componentContainer></ng-container>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15453
15481
|
}
|
|
15454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicUlvToolbarComponent, decorators: [{
|
|
15455
15483
|
type: Component,
|
|
15456
15484
|
args: [{
|
|
15457
15485
|
selector: 'bnrc-dynamic-ulv-toolbar-component',
|
|
@@ -15529,10 +15557,10 @@ class DynamicUlvPagingComponent extends BaseDynamicComponent {
|
|
|
15529
15557
|
this._component.instance.changeDetect && this._component.instance.changeDetect();
|
|
15530
15558
|
}
|
|
15531
15559
|
}
|
|
15532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15533
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15560
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicUlvPagingComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15561
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DynamicUlvPagingComponent, isStandalone: false, selector: "bnrc-dynamic-ulv-paging-component", inputs: { pagingSetting: "pagingSetting", context: "context" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-container #componentContainer></ng-container>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15534
15562
|
}
|
|
15535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicUlvPagingComponent, decorators: [{
|
|
15536
15564
|
type: Component,
|
|
15537
15565
|
args: [{
|
|
15538
15566
|
selector: 'bnrc-dynamic-ulv-paging-component',
|
|
@@ -15572,10 +15600,10 @@ class UnlimitSessionComponent extends BaseComponent {
|
|
|
15572
15600
|
_setStandaloneApp() {
|
|
15573
15601
|
this._portalService.RunBlMethodAsync('BarsaSetStandAloneApp', [BarsaApi.LoginFormData.PortalId]).catch((_) => { });
|
|
15574
15602
|
}
|
|
15575
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15576
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15603
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UnlimitSessionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15604
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: UnlimitSessionComponent, isStandalone: false, selector: "bnrc-unlimit-session", usesInheritance: true, ngImport: i0, template: "", styles: [":host{background:#191919 -webkit-linear-gradient(top,#000 0%,#191919 100%) no-repeat;background:#191919 linear-gradient(to bottom,#000,#191919) no-repeat;text-align:center}:host h1,:host h2{font-weight:400}:host h1{margin:0 auto;padding:.15em;font-size:10em;text-shadow:0 2px 2px #000}:host h2{margin-bottom:2em}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15577
15605
|
}
|
|
15578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UnlimitSessionComponent, decorators: [{
|
|
15579
15607
|
type: Component,
|
|
15580
15608
|
args: [{ selector: 'bnrc-unlimit-session', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "", styles: [":host{background:#191919 -webkit-linear-gradient(top,#000 0%,#191919 100%) no-repeat;background:#191919 linear-gradient(to bottom,#000,#191919) no-repeat;text-align:center}:host h1,:host h2{font-weight:400}:host h1{margin:0 auto;padding:.15em;font-size:10em;text-shadow:0 2px 2px #000}:host h2{margin-bottom:2em}\n"] }]
|
|
15581
15609
|
}] });
|
|
@@ -15612,8 +15640,8 @@ class PushBannerComponent extends BaseComponent {
|
|
|
15612
15640
|
onEnable() {
|
|
15613
15641
|
this._pushService.subscribe();
|
|
15614
15642
|
}
|
|
15615
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15616
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
15643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushBannerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15644
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.8", type: PushBannerComponent, isStandalone: false, selector: "bnrc-push-banner", usesInheritance: true, ngImport: i0, template: `
|
|
15617
15645
|
@if(push().bannerVisible){
|
|
15618
15646
|
<div class="push-banner" [ngClass]="bannerPositionClass">
|
|
15619
15647
|
<div class="text">
|
|
@@ -15631,7 +15659,7 @@ class PushBannerComponent extends BaseComponent {
|
|
|
15631
15659
|
}
|
|
15632
15660
|
`, isInline: true, styles: [".push-banner{position:fixed;left:0;right:0;font-family:var(--sapFontFamily);background:#fff;border-radius:12px 12px 0 0;box-shadow:0 -4px 16px #00000026;padding:16px;display:flex;flex-direction:column;gap:8px;z-index:9999}.actions{display:flex;gap:8px}.btn.enable{background:#25d366;color:#fff;border-radius:8px;padding:8px 12px;border:none}.btn.later{background:transparent;color:#666;border:none;padding:8px 12px}.error{color:red;font-size:13px}.position-ios-bottom{bottom:0;top:auto;border-radius:12px 12px 0 0}.position-android-top{top:0;bottom:auto;border-radius:0 0 12px 12px}.position-desktop{inset:20px 20px auto auto;width:320px;max-width:90%;border-radius:8px}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15633
15661
|
}
|
|
15634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushBannerComponent, decorators: [{
|
|
15635
15663
|
type: Component,
|
|
15636
15664
|
args: [{ selector: 'bnrc-push-banner', standalone: false, changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
15637
15665
|
@if(push().bannerVisible){
|
|
@@ -15676,10 +15704,10 @@ class LoadExternalFilesDirective {
|
|
|
15676
15704
|
});
|
|
15677
15705
|
}
|
|
15678
15706
|
}
|
|
15679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15680
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
15707
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LoadExternalFilesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
15708
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: LoadExternalFilesDirective, isStandalone: false, selector: "[loadExternalFiles]", ngImport: i0 }); }
|
|
15681
15709
|
}
|
|
15682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LoadExternalFilesDirective, decorators: [{
|
|
15683
15711
|
type: Directive,
|
|
15684
15712
|
args: [{
|
|
15685
15713
|
selector: '[loadExternalFiles]',
|
|
@@ -15692,7 +15720,8 @@ class RootPortalComponent extends PageBaseComponent {
|
|
|
15692
15720
|
super(...arguments);
|
|
15693
15721
|
this._dir = 'ltr';
|
|
15694
15722
|
this.isRoot = true;
|
|
15695
|
-
this.inLocalMode = signal(false,
|
|
15723
|
+
this.inLocalMode = signal(false, /* @ts-ignore */
|
|
15724
|
+
...(ngDevMode ? [{ debugName: "inLocalMode" }] : /* istanbul ignore next */ []));
|
|
15696
15725
|
}
|
|
15697
15726
|
ngOnInit() {
|
|
15698
15727
|
super.ngOnInit();
|
|
@@ -15772,8 +15801,8 @@ class RootPortalComponent extends PageBaseComponent {
|
|
|
15772
15801
|
this._portalService.setSiteImageUrl(BackgroundColor, this.imageUrl);
|
|
15773
15802
|
}
|
|
15774
15803
|
}
|
|
15775
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15776
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
15804
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RootPortalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15805
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.8", type: RootPortalComponent, isStandalone: false, selector: "bnrc-root-portal", host: { properties: { "attr.dir": "this._dir", "attr.devicesize": "this._deviceSize" } }, viewQueries: [{ propertyName: "sectionRef", first: true, predicate: ["sectionRef"], descendants: true }, { propertyName: "footerRefVcr", first: true, predicate: ["footerRef"], descendants: true, read: ViewContainerRef }], usesInheritance: true, ngImport: i0, template: `
|
|
15777
15806
|
<span
|
|
15778
15807
|
class="!tw-hidden tw-grid-cols-[1fr_auto] tw-text-bold tw-grid tw-grid-cols-12 tw-gap-2 tw-py-1 tw-px-2 tw-font-semibold
|
|
15779
15808
|
max-md:tw-grid-cols-1 tw-inline-flex tw-items-center tw-gap-1 tw-px-3
|
|
@@ -15850,7 +15879,7 @@ class RootPortalComponent extends PageBaseComponent {
|
|
|
15850
15879
|
<bnrc-push-banner></bnrc-push-banner>
|
|
15851
15880
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "component", type: UnlimitSessionComponent, selector: "bnrc-unlimit-session" }, { kind: "component", type: PushBannerComponent, selector: "bnrc-push-banner" }, { kind: "directive", type: LoadExternalFilesDirective, selector: "[loadExternalFiles]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
15852
15881
|
}
|
|
15853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RootPortalComponent, decorators: [{
|
|
15854
15883
|
type: Component,
|
|
15855
15884
|
args: [{
|
|
15856
15885
|
selector: 'bnrc-root-portal',
|
|
@@ -15954,10 +15983,10 @@ class AnchorScrollDirective {
|
|
|
15954
15983
|
element.scrollIntoView();
|
|
15955
15984
|
}
|
|
15956
15985
|
}
|
|
15957
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15958
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
15986
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnchorScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
15987
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: AnchorScrollDirective, isStandalone: false, selector: "[anchorScroll]", inputs: { anchorScroll: "anchorScroll" }, host: { listeners: { "click": "scrollInto()" } }, ngImport: i0 }); }
|
|
15959
15988
|
}
|
|
15960
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15989
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnchorScrollDirective, decorators: [{
|
|
15961
15990
|
type: Directive,
|
|
15962
15991
|
args: [{
|
|
15963
15992
|
selector: '[anchorScroll]',
|
|
@@ -15985,10 +16014,10 @@ class AttrRtlDirective extends BaseDirective {
|
|
|
15985
16014
|
_setRtlAttribute(rtl) {
|
|
15986
16015
|
this._renderer2.setAttribute(this._el.nativeElement, 'rtl', `${rtl}`);
|
|
15987
16016
|
}
|
|
15988
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15989
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16017
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AttrRtlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16018
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: AttrRtlDirective, isStandalone: false, selector: "[attrRtl]", inputs: { rtl: ["attrRtl", "rtl"] }, usesInheritance: true, ngImport: i0 }); }
|
|
15990
16019
|
}
|
|
15991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AttrRtlDirective, decorators: [{
|
|
15992
16021
|
type: Directive,
|
|
15993
16022
|
args: [{
|
|
15994
16023
|
selector: '[attrRtl]',
|
|
@@ -16022,10 +16051,10 @@ class ColumnResizerDirective extends BaseDirective {
|
|
|
16022
16051
|
this.renderer.setStyle(cell, 'padding-left', 0);
|
|
16023
16052
|
this.renderer.setStyle(cell, 'position', 'relative');
|
|
16024
16053
|
}
|
|
16025
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16026
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16054
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnResizerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16055
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ColumnResizerDirective, isStandalone: false, selector: "[columnResizer]", inputs: { disableResizer: "disableResizer" }, usesInheritance: true, ngImport: i0 }); }
|
|
16027
16056
|
}
|
|
16028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnResizerDirective, decorators: [{
|
|
16029
16058
|
type: Directive,
|
|
16030
16059
|
args: [{
|
|
16031
16060
|
selector: '[columnResizer]',
|
|
@@ -16053,10 +16082,10 @@ class DynamicCommandDirective {
|
|
|
16053
16082
|
this.commandClick.emit();
|
|
16054
16083
|
return false;
|
|
16055
16084
|
}
|
|
16056
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16057
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16085
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicCommandDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16086
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: DynamicCommandDirective, isStandalone: false, selector: "[dynCommand]", inputs: { dynCommand: "dynCommand", mo: "mo", enableCommand: "enableCommand" }, outputs: { commandClick: "commandClick" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
|
|
16058
16087
|
}
|
|
16059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicCommandDirective, decorators: [{
|
|
16060
16089
|
type: Directive,
|
|
16061
16090
|
args: [{
|
|
16062
16091
|
selector: '[dynCommand]',
|
|
@@ -16128,10 +16157,10 @@ class EllipsifyDirective extends BaseDirective {
|
|
|
16128
16157
|
});
|
|
16129
16158
|
});
|
|
16130
16159
|
}
|
|
16131
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16132
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16160
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EllipsifyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16161
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: EllipsifyDirective, isStandalone: false, selector: "[ellipsify]", inputs: { limitLine: "limitLine" }, host: { listeners: { "mousemove": "moseMove($event)" } }, usesInheritance: true, ngImport: i0 }); }
|
|
16133
16162
|
}
|
|
16134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EllipsifyDirective, decorators: [{
|
|
16135
16164
|
type: Directive,
|
|
16136
16165
|
args: [{
|
|
16137
16166
|
selector: '[ellipsify]',
|
|
@@ -16145,10 +16174,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
16145
16174
|
}] } });
|
|
16146
16175
|
|
|
16147
16176
|
class FieldDirective {
|
|
16148
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16149
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16177
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16178
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: FieldDirective, isStandalone: false, selector: "[field]", inputs: { field: "field", value: "value" }, ngImport: i0 }); }
|
|
16150
16179
|
}
|
|
16151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldDirective, decorators: [{
|
|
16152
16181
|
type: Directive,
|
|
16153
16182
|
args: [{
|
|
16154
16183
|
selector: '[field]',
|
|
@@ -16216,10 +16245,10 @@ class ImageLazyDirective extends BaseDirective {
|
|
|
16216
16245
|
rect.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
16217
16246
|
return isInViewport;
|
|
16218
16247
|
}
|
|
16219
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16220
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16248
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ImageLazyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16249
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ImageLazyDirective, isStandalone: false, selector: "[imgLazy]", inputs: { auto: "auto", threshold: "threshold", imgLazy: "imgLazy" }, outputs: { imageLoaded: "imageLoaded" }, usesInheritance: true, ngImport: i0 }); }
|
|
16221
16250
|
}
|
|
16222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ImageLazyDirective, decorators: [{
|
|
16223
16252
|
type: Directive,
|
|
16224
16253
|
args: [{
|
|
16225
16254
|
selector: '[imgLazy]',
|
|
@@ -16312,10 +16341,10 @@ class IntersectionObserverDirective {
|
|
|
16312
16341
|
ngOnDestroy() {
|
|
16313
16342
|
this.destroy$.next();
|
|
16314
16343
|
}
|
|
16315
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16316
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16344
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IntersectionObserverDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16345
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: IntersectionObserverDirective, isStandalone: false, selector: "[intersectionObserver]", inputs: { intersectionDebounce: "intersectionDebounce", intersectionRootMargin: "intersectionRootMargin", intersectionRoot: "intersectionRoot", intersectionThreshold: "intersectionThreshold" }, outputs: { visibilityChange: "visibilityChange" }, ngImport: i0 }); }
|
|
16317
16346
|
}
|
|
16318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IntersectionObserverDirective, decorators: [{
|
|
16319
16348
|
type: Directive,
|
|
16320
16349
|
args: [{
|
|
16321
16350
|
selector: '[intersectionObserver]',
|
|
@@ -16368,10 +16397,10 @@ class ItemsRendererDirective extends BaseDirective {
|
|
|
16368
16397
|
this._el.nativeElement.appendChild(fragmentDoc);
|
|
16369
16398
|
this._fragmentDoc = fragmentDoc;
|
|
16370
16399
|
}
|
|
16371
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16372
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16400
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ItemsRendererDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16401
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ItemsRendererDirective, isStandalone: false, selector: "[itemsRenderer]", inputs: { itemsRenderer: "itemsRenderer", moDataList: "moDataList", itemClass: "itemClass", handleClick: "handleClick" }, outputs: { itemClick: "itemClick" }, usesInheritance: true, ngImport: i0 }); }
|
|
16373
16402
|
}
|
|
16374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ItemsRendererDirective, decorators: [{
|
|
16375
16404
|
type: Directive,
|
|
16376
16405
|
args: [{
|
|
16377
16406
|
selector: '[itemsRenderer]',
|
|
@@ -16401,10 +16430,10 @@ class NumbersOnlyInputDirective {
|
|
|
16401
16430
|
event.stopPropagation();
|
|
16402
16431
|
}
|
|
16403
16432
|
}
|
|
16404
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16405
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16433
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumbersOnlyInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16434
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: NumbersOnlyInputDirective, isStandalone: false, selector: "input[type=number], input[numbersOnly]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0 }); }
|
|
16406
16435
|
}
|
|
16407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumbersOnlyInputDirective, decorators: [{
|
|
16408
16437
|
type: Directive,
|
|
16409
16438
|
args: [{
|
|
16410
16439
|
selector: 'input[type=number], input[numbersOnly]',
|
|
@@ -16416,10 +16445,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
16416
16445
|
}] } });
|
|
16417
16446
|
|
|
16418
16447
|
class PlaceHolderDirective {
|
|
16419
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16420
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16448
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PlaceHolderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16449
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: PlaceHolderDirective, isStandalone: false, selector: "[placeHolder]", inputs: { placeHolder: "placeHolder" }, ngImport: i0 }); }
|
|
16421
16450
|
}
|
|
16422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PlaceHolderDirective, decorators: [{
|
|
16423
16452
|
type: Directive,
|
|
16424
16453
|
args: [{
|
|
16425
16454
|
selector: '[placeHolder]',
|
|
@@ -16479,10 +16508,10 @@ class RenderUlvViewerDirective extends BaseDirective {
|
|
|
16479
16508
|
.subscribe();
|
|
16480
16509
|
}
|
|
16481
16510
|
}
|
|
16482
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16483
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16511
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvViewerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16512
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: RenderUlvViewerDirective, isStandalone: false, selector: "[renderUlvViewer]", inputs: { mask: "mask", isReportPage: "isReportPage", layoutInfo: "layoutInfo", viewer: ["renderUlvViewer", "viewer"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
16484
16513
|
}
|
|
16485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvViewerDirective, decorators: [{
|
|
16486
16515
|
type: Directive,
|
|
16487
16516
|
args: [{
|
|
16488
16517
|
selector: '[renderUlvViewer]',
|
|
@@ -16551,10 +16580,10 @@ class RenderUlvPaginDirective extends BaseDirective {
|
|
|
16551
16580
|
.subscribe();
|
|
16552
16581
|
}
|
|
16553
16582
|
}
|
|
16554
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16555
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16583
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvPaginDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16584
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: RenderUlvPaginDirective, isStandalone: false, selector: "[renderUlvPaging]", inputs: { mask: "mask", pagingSetting: "pagingSetting", context: ["renderUlvPaging", "context"] }, outputs: { pageChange: "pageChange" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
16556
16585
|
}
|
|
16557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16586
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvPaginDirective, decorators: [{
|
|
16558
16587
|
type: Directive,
|
|
16559
16588
|
args: [{
|
|
16560
16589
|
selector: '[renderUlvPaging]',
|
|
@@ -16771,10 +16800,10 @@ class TableResizerDirective extends BaseDirective {
|
|
|
16771
16800
|
this._currentResizer = null;
|
|
16772
16801
|
this.renderer.setStyle(this._el.nativeElement, 'cursor', 'default');
|
|
16773
16802
|
}
|
|
16774
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16775
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16803
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TableResizerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16804
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: TableResizerDirective, isStandalone: false, selector: "[tableResizer]", inputs: { fitWidth: "fitWidth", minWidth: "minWidth", minHeight: "minHeight", containerWidth: "containerWidth", rowResizer: "rowResizer", enableResizing: "enableResizing" }, outputs: { columnResized: "columnResized" }, host: { listeners: { "mousedown": "moseDown($event)", "mousemove": "moseMove($event)" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
16776
16805
|
}
|
|
16777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TableResizerDirective, decorators: [{
|
|
16778
16807
|
type: Directive,
|
|
16779
16808
|
args: [{
|
|
16780
16809
|
selector: '[tableResizer]',
|
|
@@ -16832,10 +16861,10 @@ class UlvCommandDirective extends BaseDirective {
|
|
|
16832
16861
|
}))
|
|
16833
16862
|
.subscribe();
|
|
16834
16863
|
}
|
|
16835
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16836
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16864
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UlvCommandDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16865
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: UlvCommandDirective, isStandalone: false, selector: "[ulvCommandHandler]", inputs: { ulvCommandHandler: "ulvCommandHandler", disable: "disable" }, outputs: { commandClick: "commandClick" }, host: { listeners: { "click": "onClick($event)" } }, usesInheritance: true, ngImport: i0 }); }
|
|
16837
16866
|
}
|
|
16838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UlvCommandDirective, decorators: [{
|
|
16839
16868
|
type: Directive,
|
|
16840
16869
|
args: [{
|
|
16841
16870
|
selector: '[ulvCommandHandler]',
|
|
@@ -16883,10 +16912,10 @@ class UntilInViewDirective extends BaseDirective {
|
|
|
16883
16912
|
ngOnDestroy() {
|
|
16884
16913
|
this._onDestroy$.next();
|
|
16885
16914
|
}
|
|
16886
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16887
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16915
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UntilInViewDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16916
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: UntilInViewDirective, isStandalone: false, selector: "[untilInView]", inputs: { untilInView: "untilInView", intersectionDebounce: "intersectionDebounce" }, usesInheritance: true, ngImport: i0 }); }
|
|
16888
16917
|
}
|
|
16889
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UntilInViewDirective, decorators: [{
|
|
16890
16919
|
type: Directive,
|
|
16891
16920
|
args: [{
|
|
16892
16921
|
selector: '[untilInView]',
|
|
@@ -16932,10 +16961,10 @@ class WorfkflowwChoiceCommandDirective {
|
|
|
16932
16961
|
this.commandClick.emit();
|
|
16933
16962
|
return false;
|
|
16934
16963
|
}
|
|
16935
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16936
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16964
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: WorfkflowwChoiceCommandDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16965
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: WorfkflowwChoiceCommandDirective, isStandalone: false, selector: "[wfChoice]", inputs: { wfChoice: "wfChoice", mo: "mo", enableCommand: "enableCommand" }, outputs: { commandClick: "commandClick", workflowExecuteChoiceStatusChanged: "workflowExecuteChoiceStatusChanged" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
|
|
16937
16966
|
}
|
|
16938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: WorfkflowwChoiceCommandDirective, decorators: [{
|
|
16939
16968
|
type: Directive,
|
|
16940
16969
|
args: [{
|
|
16941
16970
|
selector: '[wfChoice]',
|
|
@@ -16989,10 +17018,10 @@ class CopyDirective extends BaseDirective {
|
|
|
16989
17018
|
dom.appendChild(inputEl);
|
|
16990
17019
|
this._inputEl = inputEl;
|
|
16991
17020
|
}
|
|
16992
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16993
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17021
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CopyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17022
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: CopyDirective, isStandalone: false, selector: "[copy]", inputs: { copy: "copy" }, host: { listeners: { "click": "doCopy()" } }, usesInheritance: true, ngImport: i0 }); }
|
|
16994
17023
|
}
|
|
16995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CopyDirective, decorators: [{
|
|
16996
17025
|
type: Directive,
|
|
16997
17026
|
args: [{
|
|
16998
17027
|
selector: '[copy]',
|
|
@@ -17041,10 +17070,10 @@ class EllapsisTextDirective extends BaseDirective {
|
|
|
17041
17070
|
_isEllipsisActive(element) {
|
|
17042
17071
|
return element.scrollWidth > element.clientWidth;
|
|
17043
17072
|
}
|
|
17044
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17045
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17073
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EllapsisTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17074
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: EllapsisTextDirective, isStandalone: false, selector: "[ellapsisText]", inputs: { ellapsisText: "ellapsisText", fontSize: "fontSize", disableEllapsis: "disableEllapsis" }, outputs: { ellapsised: "ellapsised" }, usesInheritance: true, ngImport: i0 }); }
|
|
17046
17075
|
}
|
|
17047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EllapsisTextDirective, decorators: [{
|
|
17048
17077
|
type: Directive,
|
|
17049
17078
|
args: [{
|
|
17050
17079
|
selector: '[ellapsisText]',
|
|
@@ -17070,10 +17099,10 @@ class MobileDirective extends BaseDirective {
|
|
|
17070
17099
|
const dom = this._el.nativeElement;
|
|
17071
17100
|
this._renderer2.addClass(dom, 'mobile');
|
|
17072
17101
|
}
|
|
17073
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17074
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17102
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MobileDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17103
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: MobileDirective, isStandalone: false, selector: "[mobile]", usesInheritance: true, ngImport: i0 }); }
|
|
17075
17104
|
}
|
|
17076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MobileDirective, decorators: [{
|
|
17077
17106
|
type: Directive,
|
|
17078
17107
|
args: [{
|
|
17079
17108
|
selector: '[mobile]',
|
|
@@ -17092,10 +17121,10 @@ class BodyClickDirective extends BaseDirective {
|
|
|
17092
17121
|
}
|
|
17093
17122
|
bodyClick(this._document, this._el);
|
|
17094
17123
|
}
|
|
17095
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17096
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17124
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BodyClickDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17125
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: BodyClickDirective, isStandalone: false, selector: "[bodyClick]", inputs: { disableBodyClick: "disableBodyClick" }, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0 }); }
|
|
17097
17126
|
}
|
|
17098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BodyClickDirective, decorators: [{
|
|
17099
17128
|
type: Directive,
|
|
17100
17129
|
args: [{
|
|
17101
17130
|
selector: '[bodyClick]',
|
|
@@ -17112,10 +17141,10 @@ class PreventDefaultDirective extends BaseDirective {
|
|
|
17112
17141
|
onClick(e) {
|
|
17113
17142
|
e.preventDefault();
|
|
17114
17143
|
}
|
|
17115
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17116
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PreventDefaultDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17145
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: PreventDefaultDirective, isStandalone: false, selector: "[preventDefault]", host: { listeners: { "click": "onClick($event)" } }, usesInheritance: true, ngImport: i0 }); }
|
|
17117
17146
|
}
|
|
17118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PreventDefaultDirective, decorators: [{
|
|
17119
17148
|
type: Directive,
|
|
17120
17149
|
args: [{
|
|
17121
17150
|
selector: '[preventDefault]',
|
|
@@ -17130,10 +17159,10 @@ class StopPropagationDirective extends BaseDirective {
|
|
|
17130
17159
|
onClick(e) {
|
|
17131
17160
|
e.stopPropagation();
|
|
17132
17161
|
}
|
|
17133
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17134
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: StopPropagationDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17163
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: StopPropagationDirective, isStandalone: false, selector: "[stopPropagation]", host: { listeners: { "click": "onClick($event)" } }, usesInheritance: true, ngImport: i0 }); }
|
|
17135
17164
|
}
|
|
17136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: StopPropagationDirective, decorators: [{
|
|
17137
17166
|
type: Directive,
|
|
17138
17167
|
args: [{
|
|
17139
17168
|
selector: '[stopPropagation]',
|
|
@@ -17207,8 +17236,8 @@ class CountDownDirective extends BaseDirective {
|
|
|
17207
17236
|
}
|
|
17208
17237
|
return `${this.includeHour ? hours + ':' : ''}${this.includeMinute ? minutes + ':' : ''}${seconds}`;
|
|
17209
17238
|
}
|
|
17210
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17211
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17239
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CountDownDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17240
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: CountDownDirective, isStandalone: false, selector: "[countDown]", inputs: { value: ["countDown", "value"], includeMonth: "includeMonth", includeDay: "includeDay", includeHour: "includeHour", includeMinute: "includeMinute" }, outputs: { expired: "expired" }, providers: [
|
|
17212
17241
|
{
|
|
17213
17242
|
provide: DateService,
|
|
17214
17243
|
useFactory: getDateService,
|
|
@@ -17216,7 +17245,7 @@ class CountDownDirective extends BaseDirective {
|
|
|
17216
17245
|
}
|
|
17217
17246
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
17218
17247
|
}
|
|
17219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CountDownDirective, decorators: [{
|
|
17220
17249
|
type: Directive,
|
|
17221
17250
|
args: [{
|
|
17222
17251
|
selector: '[countDown]',
|
|
@@ -17258,10 +17287,10 @@ class RouteFormChangeDirective extends BaseDirective {
|
|
|
17258
17287
|
this.stateChanged.emit();
|
|
17259
17288
|
});
|
|
17260
17289
|
}
|
|
17261
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17262
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17290
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RouteFormChangeDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17291
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: RouteFormChangeDirective, isStandalone: false, selector: "[routeFormChange]", inputs: { handleBodyClick: "handleBodyClick" }, outputs: { stateChanged: "stateChanged" }, usesInheritance: true, ngImport: i0 }); }
|
|
17263
17292
|
}
|
|
17264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RouteFormChangeDirective, decorators: [{
|
|
17265
17294
|
type: Directive,
|
|
17266
17295
|
args: [{
|
|
17267
17296
|
selector: '[routeFormChange]',
|
|
@@ -17294,10 +17323,10 @@ class DynamicStyleDirective extends BaseDirective {
|
|
|
17294
17323
|
super.ngOnDestroy();
|
|
17295
17324
|
RemoveDynamicFormStyles(this._style);
|
|
17296
17325
|
}
|
|
17297
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17298
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17326
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicStyleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17327
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: DynamicStyleDirective, isStandalone: false, selector: "[cssStyle]", inputs: { cssStyle: "cssStyle" }, host: { properties: { "attr.id": "this.id" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
17299
17328
|
}
|
|
17300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicStyleDirective, decorators: [{
|
|
17301
17330
|
type: Directive,
|
|
17302
17331
|
args: [{
|
|
17303
17332
|
selector: '[cssStyle]',
|
|
@@ -17321,10 +17350,10 @@ class NowraptextDirective extends BaseDirective {
|
|
|
17321
17350
|
this._renderer2.setStyle(dom, 'width', this.width);
|
|
17322
17351
|
this._renderer2.setStyle(dom, 'display', 'block');
|
|
17323
17352
|
}
|
|
17324
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17325
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17353
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NowraptextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17354
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: NowraptextDirective, isStandalone: false, selector: "[nowraptext]", inputs: { width: "width" }, usesInheritance: true, ngImport: i0 }); }
|
|
17326
17355
|
}
|
|
17327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NowraptextDirective, decorators: [{
|
|
17328
17357
|
type: Directive,
|
|
17329
17358
|
args: [{
|
|
17330
17359
|
selector: '[nowraptext]',
|
|
@@ -17360,10 +17389,10 @@ class LabelmandatoryDirective extends BaseDirective {
|
|
|
17360
17389
|
dom.innerHTML += `<strong ${style}>*</strong>`;
|
|
17361
17390
|
}
|
|
17362
17391
|
}
|
|
17363
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17364
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17392
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LabelmandatoryDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17393
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: LabelmandatoryDirective, isStandalone: false, selector: "[lblMandatory]", inputs: { lblMandatory: "lblMandatory", mandatoryStyle: "mandatoryStyle" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
17365
17394
|
}
|
|
17366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LabelmandatoryDirective, decorators: [{
|
|
17367
17396
|
type: Directive,
|
|
17368
17397
|
args: [{
|
|
17369
17398
|
selector: '[lblMandatory]',
|
|
@@ -17401,10 +17430,10 @@ class AbsoluteDivBodyDirective extends BaseDirective {
|
|
|
17401
17430
|
super.ngOnDestroy();
|
|
17402
17431
|
this.elem?.remove();
|
|
17403
17432
|
}
|
|
17404
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17405
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17433
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AbsoluteDivBodyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17434
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: AbsoluteDivBodyDirective, isStandalone: false, selector: "[absDiv]", outputs: { elemCreated: "elemCreated" }, usesInheritance: true, ngImport: i0 }); }
|
|
17406
17435
|
}
|
|
17407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AbsoluteDivBodyDirective, decorators: [{
|
|
17408
17437
|
type: Directive,
|
|
17409
17438
|
args: [{
|
|
17410
17439
|
selector: '[absDiv]',
|
|
@@ -17417,7 +17446,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
17417
17446
|
class RenderUlvDirective extends BaseDirective {
|
|
17418
17447
|
constructor() {
|
|
17419
17448
|
super(...arguments);
|
|
17420
|
-
this.reportId = input(
|
|
17449
|
+
this.reportId = input(/* @ts-ignore */
|
|
17450
|
+
...(ngDevMode ? [undefined, { debugName: "reportId" }] : /* istanbul ignore next */ []));
|
|
17421
17451
|
this._injector = inject(Injector);
|
|
17422
17452
|
this._environmentInjector = inject(EnvironmentInjector);
|
|
17423
17453
|
this._logService = inject(LogService);
|
|
@@ -17449,10 +17479,10 @@ class RenderUlvDirective extends BaseDirective {
|
|
|
17449
17479
|
}, this._vcr, this._injector, this._environmentInjector, false)
|
|
17450
17480
|
.subscribe();
|
|
17451
17481
|
}
|
|
17452
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17453
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
17482
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17483
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.8", type: RenderUlvDirective, isStandalone: false, selector: "[renderUlv]", inputs: { reportId: { classPropertyName: "reportId", publicName: "reportId", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
|
|
17454
17484
|
}
|
|
17455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvDirective, decorators: [{
|
|
17456
17486
|
type: Directive,
|
|
17457
17487
|
args: [{
|
|
17458
17488
|
selector: '[renderUlv]',
|
|
@@ -17474,10 +17504,10 @@ class PrintFilesDirective {
|
|
|
17474
17504
|
};
|
|
17475
17505
|
PrintImage(setting);
|
|
17476
17506
|
}
|
|
17477
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17478
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17507
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PrintFilesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17508
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: PrintFilesDirective, isStandalone: false, selector: "[printFiles]", inputs: { files: "files", file: "file", isImageGallery: "isImageGallery", component: "component" }, host: { listeners: { "click": "_handleClick()" } }, ngImport: i0 }); }
|
|
17479
17509
|
}
|
|
17480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PrintFilesDirective, decorators: [{
|
|
17481
17511
|
type: Directive,
|
|
17482
17512
|
args: [{
|
|
17483
17513
|
selector: '[printFiles]',
|
|
@@ -17503,10 +17533,10 @@ class SaveImageDirective {
|
|
|
17503
17533
|
}
|
|
17504
17534
|
SaveImageToFile(this.name, this.src);
|
|
17505
17535
|
}
|
|
17506
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17507
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17536
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SaveImageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17537
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: SaveImageDirective, isStandalone: false, selector: "[saveImage]", inputs: { name: "name", src: "src" }, host: { listeners: { "click": "_handleClick()" } }, ngImport: i0 }); }
|
|
17508
17538
|
}
|
|
17509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SaveImageDirective, decorators: [{
|
|
17510
17540
|
type: Directive,
|
|
17511
17541
|
args: [{
|
|
17512
17542
|
selector: '[saveImage]',
|
|
@@ -17556,10 +17586,10 @@ class WebOtpDirective {
|
|
|
17556
17586
|
this._ac.abort();
|
|
17557
17587
|
}
|
|
17558
17588
|
}
|
|
17559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17560
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: WebOtpDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17590
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: WebOtpDirective, isStandalone: false, selector: "[appWebotp]", inputs: { autoUpdate: "autoUpdate" }, outputs: { otpRecieved: "otpRecieved" }, ngImport: i0 }); }
|
|
17561
17591
|
}
|
|
17562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: WebOtpDirective, decorators: [{
|
|
17563
17593
|
type: Directive,
|
|
17564
17594
|
args: [{
|
|
17565
17595
|
selector: '[appWebotp]',
|
|
@@ -17653,10 +17683,10 @@ class SplideSliderDirective extends BaseDirective {
|
|
|
17653
17683
|
get direction() {
|
|
17654
17684
|
return BarsaApi.LoginFormData.IsRtl ? 'rtl' : 'ltr';
|
|
17655
17685
|
}
|
|
17656
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17657
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17686
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplideSliderDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17687
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: SplideSliderDirective, isStandalone: false, selector: "[splideSlider]", inputs: { moDataList: "moDataList", type: "type", breakpoint991: "breakpoint991", breakpoint768: "breakpoint768", breakpoint480: "breakpoint480", breakpoint1279: "breakpoint1279", sliderPerPage: "sliderPerPage", sliderGap: "sliderGap", sliderPadding: "sliderPadding", interval: "interval", autoPlay: "autoPlay", width: "width" }, host: { properties: { "style.width": "this._width" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
17658
17688
|
}
|
|
17659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplideSliderDirective, decorators: [{
|
|
17660
17690
|
type: Directive,
|
|
17661
17691
|
args: [{
|
|
17662
17692
|
selector: '[splideSlider]',
|
|
@@ -17694,13 +17724,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
17694
17724
|
class DynamicRootVariableDirective extends BaseDirective {
|
|
17695
17725
|
constructor() {
|
|
17696
17726
|
super(...arguments);
|
|
17697
|
-
this.cssVariableName = input.required(
|
|
17698
|
-
|
|
17727
|
+
this.cssVariableName = input.required(/* @ts-ignore */
|
|
17728
|
+
...(ngDevMode ? [{ debugName: "cssVariableName" }] : /* istanbul ignore next */ []));
|
|
17729
|
+
this.cssVariableValue = input.required(/* @ts-ignore */
|
|
17730
|
+
...(ngDevMode ? [{ debugName: "cssVariableValue" }] : /* istanbul ignore next */ []));
|
|
17699
17731
|
this.disable = input(false, { ...(ngDevMode ? { debugName: "disable" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
17700
17732
|
/**
|
|
17701
17733
|
* برای اجرای دستی مجدد effect توسط refresh
|
|
17702
17734
|
*/
|
|
17703
|
-
this._refreshVersion = signal(0,
|
|
17735
|
+
this._refreshVersion = signal(0, /* @ts-ignore */
|
|
17736
|
+
...(ngDevMode ? [{ debugName: "_refreshVersion" }] : /* istanbul ignore next */ []));
|
|
17704
17737
|
/**
|
|
17705
17738
|
* با تغییر هرکدام از ورودیهای زیر دوباره اجرا میشود:
|
|
17706
17739
|
*
|
|
@@ -17726,15 +17759,16 @@ class DynamicRootVariableDirective extends BaseDirective {
|
|
|
17726
17759
|
onCleanup(() => {
|
|
17727
17760
|
removeDynamicStyle(style);
|
|
17728
17761
|
});
|
|
17729
|
-
},
|
|
17762
|
+
}, /* @ts-ignore */
|
|
17763
|
+
...(ngDevMode ? [{ debugName: "_styleEffect" }] : /* istanbul ignore next */ []));
|
|
17730
17764
|
}
|
|
17731
17765
|
refresh() {
|
|
17732
17766
|
this._refreshVersion.update(version => version + 1);
|
|
17733
17767
|
}
|
|
17734
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17735
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
17768
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicRootVariableDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17769
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.8", type: DynamicRootVariableDirective, isStandalone: false, selector: "[cssRootVariable]", inputs: { cssVariableName: { classPropertyName: "cssVariableName", publicName: "cssVariableName", isSignal: true, isRequired: true, transformFunction: null }, cssVariableValue: { classPropertyName: "cssVariableValue", publicName: "cssVariableValue", isSignal: true, isRequired: true, transformFunction: null }, disable: { classPropertyName: "disable", publicName: "disable", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["cssRootVariable"], usesInheritance: true, ngImport: i0 }); }
|
|
17736
17770
|
}
|
|
17737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicRootVariableDirective, decorators: [{
|
|
17738
17772
|
type: Directive,
|
|
17739
17773
|
args: [{
|
|
17740
17774
|
selector: '[cssRootVariable]',
|
|
@@ -17768,10 +17802,10 @@ class HorizontalResponsiveDirective extends BaseDirective {
|
|
|
17768
17802
|
root.style.setProperty('--horizontal-grid-templateMd', `repeat(${MdColumns},1fr)`);
|
|
17769
17803
|
root.style.setProperty('--horizontal-grid-templateSm', `repeat(${SmColumns},1fr)`);
|
|
17770
17804
|
}
|
|
17771
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17772
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17805
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HorizontalResponsiveDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17806
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: HorizontalResponsiveDirective, isStandalone: false, selector: "[hrResponsive]", inputs: { disable: "disable", config: "config", hrResponsive: "hrResponsive" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
17773
17807
|
}
|
|
17774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HorizontalResponsiveDirective, decorators: [{
|
|
17775
17809
|
type: Directive,
|
|
17776
17810
|
args: [{
|
|
17777
17811
|
selector: '[hrResponsive]',
|
|
@@ -17809,10 +17843,10 @@ class MeasureFormTitleWidthDirective extends BaseDirective {
|
|
|
17809
17843
|
? this._renderer2.addClass(this._el.nativeElement, 'overflow-toolbar')
|
|
17810
17844
|
: this._renderer2.addClass(this._el.nativeElement, 'title-auto');
|
|
17811
17845
|
}
|
|
17812
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17813
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17846
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MeasureFormTitleWidthDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17847
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: MeasureFormTitleWidthDirective, isStandalone: false, selector: "[mWidthTitle]", inputs: { mWidthTitle: "mWidthTitle", enableMobile: "enableMobile" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
17814
17848
|
}
|
|
17815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MeasureFormTitleWidthDirective, decorators: [{
|
|
17816
17850
|
type: Directive,
|
|
17817
17851
|
args: [{
|
|
17818
17852
|
selector: '[mWidthTitle]',
|
|
@@ -17859,10 +17893,10 @@ class OverflowTextDirective extends BaseDirective {
|
|
|
17859
17893
|
this._renderer2.addClass(this._el.nativeElement, 'overflow-text-in');
|
|
17860
17894
|
this._renderer2.addClass(this._el.nativeElement.parentNode, 'child-has-overflow-text');
|
|
17861
17895
|
}
|
|
17862
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17863
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17896
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: OverflowTextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17897
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: OverflowTextDirective, isStandalone: false, selector: "[overflowText]", exportAs: ["overflowText"], usesInheritance: true, ngImport: i0 }); }
|
|
17864
17898
|
}
|
|
17865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: OverflowTextDirective, decorators: [{
|
|
17866
17900
|
type: Directive,
|
|
17867
17901
|
args: [{
|
|
17868
17902
|
selector: '[overflowText]',
|
|
@@ -17895,10 +17929,10 @@ class ShortcutRegisterDirective extends BaseDirective {
|
|
|
17895
17929
|
});
|
|
17896
17930
|
this._ulvMainService.setShortCuts(shortcuts);
|
|
17897
17931
|
}
|
|
17898
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17899
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17932
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShortcutRegisterDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17933
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ShortcutRegisterDirective, isStandalone: false, selector: "[shortcutRegister]", inputs: { shortcutRegister: "shortcutRegister" }, usesInheritance: true, ngImport: i0 }); }
|
|
17900
17934
|
}
|
|
17901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShortcutRegisterDirective, decorators: [{
|
|
17902
17936
|
type: Directive,
|
|
17903
17937
|
args: [{
|
|
17904
17938
|
selector: '[shortcutRegister]',
|
|
@@ -17922,10 +17956,10 @@ class ShortcutHandlerDirective extends BaseDirective {
|
|
|
17922
17956
|
}
|
|
17923
17957
|
};
|
|
17924
17958
|
}
|
|
17925
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17926
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17959
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShortcutHandlerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17960
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ShortcutHandlerDirective, isStandalone: false, selector: "[shortcutHandler]", inputs: { shortcutHandler: "shortcutHandler" }, outputs: { shortCutCommand: "shortCutCommand" }, host: { listeners: { "keydown": "onKeyEnter($event)" } }, usesInheritance: true, ngImport: i0 }); }
|
|
17927
17961
|
}
|
|
17928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShortcutHandlerDirective, decorators: [{
|
|
17929
17963
|
type: Directive,
|
|
17930
17964
|
args: [{
|
|
17931
17965
|
selector: '[shortcutHandler]',
|
|
@@ -17949,10 +17983,10 @@ class BarsaReadonlyDirective extends BaseDirective {
|
|
|
17949
17983
|
this._renderer2.addClass(this._el.nativeElement, 'barsa-readonly');
|
|
17950
17984
|
}
|
|
17951
17985
|
}
|
|
17952
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17953
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17986
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaReadonlyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17987
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: BarsaReadonlyDirective, isStandalone: false, selector: "[barsaReadonly]", inputs: { barsaReadonly: "barsaReadonly" }, usesInheritance: true, ngImport: i0 }); }
|
|
17954
17988
|
}
|
|
17955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17989
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaReadonlyDirective, decorators: [{
|
|
17956
17990
|
type: Directive,
|
|
17957
17991
|
args: [{
|
|
17958
17992
|
selector: '[barsaReadonly]',
|
|
@@ -17981,10 +18015,10 @@ class ResizeObserverDirective {
|
|
|
17981
18015
|
this.observer.unobserve(this.el.nativeElement);
|
|
17982
18016
|
this.observer.disconnect();
|
|
17983
18017
|
}
|
|
17984
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17985
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18018
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizeObserverDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18019
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ResizeObserverDirective, isStandalone: false, selector: "[resizeObserver]", outputs: { elResized: "elResized" }, ngImport: i0 }); }
|
|
17986
18020
|
}
|
|
17987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizeObserverDirective, decorators: [{
|
|
17988
18022
|
type: Directive,
|
|
17989
18023
|
args: [{
|
|
17990
18024
|
selector: '[resizeObserver]',
|
|
@@ -18011,10 +18045,10 @@ class ColumnValueDirective extends BaseDirective {
|
|
|
18011
18045
|
this._renderer2.setProperty(this._el.nativeElement, 'textContent', '');
|
|
18012
18046
|
}
|
|
18013
18047
|
}
|
|
18014
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18015
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18048
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValueDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18049
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ColumnValueDirective, isStandalone: false, selector: "[columnValue]", inputs: { columnValue: "columnValue" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
18016
18050
|
}
|
|
18017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValueDirective, decorators: [{
|
|
18018
18052
|
type: Directive,
|
|
18019
18053
|
args: [{
|
|
18020
18054
|
selector: '[columnValue]',
|
|
@@ -18048,10 +18082,10 @@ class ScrollToSelectedDirective extends BaseDirective {
|
|
|
18048
18082
|
block: 'center'
|
|
18049
18083
|
});
|
|
18050
18084
|
}
|
|
18051
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18052
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18085
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollToSelectedDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18086
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ScrollToSelectedDirective, isStandalone: false, selector: "[scrollToSelected]", inputs: { scrollToSelected: "scrollToSelected" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
18053
18087
|
}
|
|
18054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollToSelectedDirective, decorators: [{
|
|
18055
18089
|
type: Directive,
|
|
18056
18090
|
args: [{
|
|
18057
18091
|
selector: '[scrollToSelected]',
|
|
@@ -18088,10 +18122,10 @@ class ScrollPersistDirective {
|
|
|
18088
18122
|
this.observer.disconnect();
|
|
18089
18123
|
}
|
|
18090
18124
|
}
|
|
18091
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18092
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollPersistDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18126
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ScrollPersistDirective, isStandalone: false, selector: "[scrollPersist]", inputs: { key: ["scrollPersist", "key"] }, host: { listeners: { "scroll": "onScroll()" } }, ngImport: i0 }); }
|
|
18093
18127
|
}
|
|
18094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollPersistDirective, decorators: [{
|
|
18095
18129
|
type: Directive,
|
|
18096
18130
|
args: [{
|
|
18097
18131
|
selector: '[scrollPersist]',
|
|
@@ -18107,7 +18141,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
18107
18141
|
|
|
18108
18142
|
class TooltipDirective {
|
|
18109
18143
|
constructor() {
|
|
18110
|
-
this.bnrcTooltip = input.required(
|
|
18144
|
+
this.bnrcTooltip = input.required(/* @ts-ignore */
|
|
18145
|
+
...(ngDevMode ? [{ debugName: "bnrcTooltip" }] : /* istanbul ignore next */ []));
|
|
18111
18146
|
this.hostRef = inject(ElementRef);
|
|
18112
18147
|
this.renderer = inject(Renderer2);
|
|
18113
18148
|
this.document = inject(DOCUMENT);
|
|
@@ -18145,10 +18180,10 @@ class TooltipDirective {
|
|
|
18145
18180
|
this.tooltipEl = null;
|
|
18146
18181
|
}
|
|
18147
18182
|
}
|
|
18148
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18149
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
18183
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TooltipDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18184
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.8", type: TooltipDirective, isStandalone: false, selector: "[bnrcTooltip]", inputs: { bnrcTooltip: { classPropertyName: "bnrcTooltip", publicName: "bnrcTooltip", isSignal: true, isRequired: true, transformFunction: null } }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()" } }, ngImport: i0 }); }
|
|
18150
18185
|
}
|
|
18151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TooltipDirective, decorators: [{
|
|
18152
18187
|
type: Directive,
|
|
18153
18188
|
args: [{
|
|
18154
18189
|
selector: '[bnrcTooltip]',
|
|
@@ -18179,10 +18214,10 @@ class SimplebarDirective extends BaseDirective {
|
|
|
18179
18214
|
const SimpleBar = (await import('simplebar')).default;
|
|
18180
18215
|
new SimpleBar(this._el.nativeElement, { autoHide: true });
|
|
18181
18216
|
}
|
|
18182
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18183
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18217
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SimplebarDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18218
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: SimplebarDirective, isStandalone: false, selector: "[simplebar]", usesInheritance: true, ngImport: i0 }); }
|
|
18184
18219
|
}
|
|
18185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SimplebarDirective, decorators: [{
|
|
18186
18221
|
type: Directive,
|
|
18187
18222
|
args: [{
|
|
18188
18223
|
selector: '[simplebar]',
|
|
@@ -18245,10 +18280,10 @@ class LeafletLongPressDirective {
|
|
|
18245
18280
|
ngOnDestroy() {
|
|
18246
18281
|
this.sub.unsubscribe();
|
|
18247
18282
|
}
|
|
18248
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18249
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18283
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LeafletLongPressDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18284
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: LeafletLongPressDirective, isStandalone: false, selector: "[leafletLongPress]", inputs: { map: ["leafletLongPress", "map"], longPressDuration: "longPressDuration" }, outputs: { longPress: "longPress" }, usesOnChanges: true, ngImport: i0 }); }
|
|
18250
18285
|
}
|
|
18251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LeafletLongPressDirective, decorators: [{
|
|
18252
18287
|
type: Directive,
|
|
18253
18288
|
args: [{
|
|
18254
18289
|
selector: '[leafletLongPress]',
|
|
@@ -18308,10 +18343,10 @@ class ResizeHandlerDirective extends BaseDirective {
|
|
|
18308
18343
|
// no-op
|
|
18309
18344
|
}
|
|
18310
18345
|
}
|
|
18311
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18312
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18346
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizeHandlerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18347
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ResizeHandlerDirective, isStandalone: false, selector: "[resizeHandler]", inputs: { fnResize: "fnResize" }, usesInheritance: true, ngImport: i0 }); }
|
|
18313
18348
|
}
|
|
18314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizeHandlerDirective, decorators: [{
|
|
18315
18350
|
type: Directive,
|
|
18316
18351
|
args: [{
|
|
18317
18352
|
selector: '[resizeHandler]',
|
|
@@ -18343,10 +18378,10 @@ class SafeBottomDirective extends BaseDirective {
|
|
|
18343
18378
|
this._renderer2.addClass(this._el.nativeElement, clsNonStandlalone);
|
|
18344
18379
|
}
|
|
18345
18380
|
}
|
|
18346
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18347
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18381
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SafeBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18382
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: SafeBottomDirective, isStandalone: false, selector: "[safe-area]", inputs: { applyTop: "applyTop", disableBottom: "disableBottom" }, usesInheritance: true, ngImport: i0 }); }
|
|
18348
18383
|
}
|
|
18349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SafeBottomDirective, decorators: [{
|
|
18350
18385
|
type: Directive,
|
|
18351
18386
|
args: [{
|
|
18352
18387
|
selector: '[safe-area]',
|
|
@@ -18361,9 +18396,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
18361
18396
|
class MoLinkerDirective extends BaseDirective {
|
|
18362
18397
|
constructor() {
|
|
18363
18398
|
super(...arguments);
|
|
18364
|
-
this.moLinker = input.required(
|
|
18365
|
-
|
|
18366
|
-
this.
|
|
18399
|
+
this.moLinker = input.required(/* @ts-ignore */
|
|
18400
|
+
...(ngDevMode ? [{ debugName: "moLinker" }] : /* istanbul ignore next */ []));
|
|
18401
|
+
this.alternateEditObjectColumn = input.required(/* @ts-ignore */
|
|
18402
|
+
...(ngDevMode ? [{ debugName: "alternateEditObjectColumn" }] : /* istanbul ignore next */ []));
|
|
18403
|
+
this.disableHyperLink = input(false, /* @ts-ignore */
|
|
18404
|
+
...(ngDevMode ? [{ debugName: "disableHyperLink" }] : /* istanbul ignore next */ []));
|
|
18367
18405
|
this._routingService = inject(RoutingService, { optional: true });
|
|
18368
18406
|
this._activatedRoute = inject(ActivatedRoute);
|
|
18369
18407
|
this._moVal = inject(MoValuePipe);
|
|
@@ -18463,10 +18501,10 @@ class MoLinkerDirective extends BaseDirective {
|
|
|
18463
18501
|
relativeTo: this._activatedRoute // وابستگی به روت فعلی فقط برای کلیک معمولی
|
|
18464
18502
|
});
|
|
18465
18503
|
}
|
|
18466
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18467
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
18504
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoLinkerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18505
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "22.0.8", type: MoLinkerDirective, isStandalone: false, selector: "[moLinker]", inputs: { moLinker: { classPropertyName: "moLinker", publicName: "moLinker", isSignal: true, isRequired: true, transformFunction: null }, alternateEditObjectColumn: { classPropertyName: "alternateEditObjectColumn", publicName: "alternateEditObjectColumn", isSignal: true, isRequired: true, transformFunction: null }, disableHyperLink: { classPropertyName: "disableHyperLink", publicName: "disableHyperLink", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "auxclick": "onAuxClick($event)", "click": "onClick($event)" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
18468
18506
|
}
|
|
18469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18507
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoLinkerDirective, decorators: [{
|
|
18470
18508
|
type: Directive,
|
|
18471
18509
|
args: [{
|
|
18472
18510
|
selector: '[moLinker]',
|
|
@@ -18519,10 +18557,10 @@ class PortalDynamicPageResolver {
|
|
|
18519
18557
|
// }
|
|
18520
18558
|
return this.portalService.resolveData(pageData);
|
|
18521
18559
|
}
|
|
18522
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18523
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18560
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalDynamicPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18561
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalDynamicPageResolver, providedIn: 'root' }); }
|
|
18524
18562
|
}
|
|
18525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalDynamicPageResolver, decorators: [{
|
|
18526
18564
|
type: Injectable,
|
|
18527
18565
|
args: [{ providedIn: 'root' }]
|
|
18528
18566
|
}], ctorParameters: () => [] });
|
|
@@ -18535,10 +18573,10 @@ class PortalFormPageResolver {
|
|
|
18535
18573
|
const breadcrumb = route.params.bc; // means breadCrumb
|
|
18536
18574
|
return breadcrumb;
|
|
18537
18575
|
}
|
|
18538
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18539
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18576
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalFormPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18577
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalFormPageResolver, providedIn: 'root' }); }
|
|
18540
18578
|
}
|
|
18541
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalFormPageResolver, decorators: [{
|
|
18542
18580
|
type: Injectable,
|
|
18543
18581
|
args: [{ providedIn: 'root' }]
|
|
18544
18582
|
}], ctorParameters: () => [] });
|
|
@@ -18569,10 +18607,10 @@ class PortalReportPageResolver {
|
|
|
18569
18607
|
return pageData;
|
|
18570
18608
|
}));
|
|
18571
18609
|
}
|
|
18572
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18573
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18610
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalReportPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18611
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalReportPageResolver, providedIn: 'root' }); }
|
|
18574
18612
|
}
|
|
18575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalReportPageResolver, decorators: [{
|
|
18576
18614
|
type: Injectable,
|
|
18577
18615
|
args: [{ providedIn: 'root' }]
|
|
18578
18616
|
}], ctorParameters: () => [] });
|
|
@@ -18597,10 +18635,10 @@ class TileGroupBreadcrumResolver {
|
|
|
18597
18635
|
// url2 = '/' + url2;
|
|
18598
18636
|
return this._localStorage.getItem('ActiveTile');
|
|
18599
18637
|
}
|
|
18600
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18601
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18638
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TileGroupBreadcrumResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18639
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TileGroupBreadcrumResolver, providedIn: 'root' }); }
|
|
18602
18640
|
}
|
|
18603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TileGroupBreadcrumResolver, decorators: [{
|
|
18604
18642
|
type: Injectable,
|
|
18605
18643
|
args: [{ providedIn: 'root' }]
|
|
18606
18644
|
}], ctorParameters: () => [] });
|
|
@@ -18612,10 +18650,10 @@ class LoginSettingsResolver {
|
|
|
18612
18650
|
return res.text().then((c) => BarsaApi.Ext.decode(BarsaApi.Common.Util.ReplaceArabicCharchter(c))?.LoginSettings);
|
|
18613
18651
|
});
|
|
18614
18652
|
}
|
|
18615
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18616
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18653
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LoginSettingsResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18654
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LoginSettingsResolver, providedIn: 'root' }); }
|
|
18617
18655
|
}
|
|
18618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LoginSettingsResolver, decorators: [{
|
|
18619
18657
|
type: Injectable,
|
|
18620
18658
|
args: [{ providedIn: 'root' }]
|
|
18621
18659
|
}], ctorParameters: () => [] });
|
|
@@ -18713,10 +18751,10 @@ class CalendarSettingsStore extends EntitySettingsStore {
|
|
|
18713
18751
|
super(...arguments);
|
|
18714
18752
|
this.keyPrefix = 'cal_cfg_';
|
|
18715
18753
|
}
|
|
18716
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18717
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18754
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CalendarSettingsStore, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18755
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CalendarSettingsStore, providedIn: 'root' }); }
|
|
18718
18756
|
}
|
|
18719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CalendarSettingsStore, decorators: [{
|
|
18720
18758
|
type: Injectable,
|
|
18721
18759
|
args: [{
|
|
18722
18760
|
providedIn: 'root'
|
|
@@ -18754,10 +18792,10 @@ class FormNewComponent extends BaseComponent {
|
|
|
18754
18792
|
replaceUrl: true
|
|
18755
18793
|
});
|
|
18756
18794
|
}
|
|
18757
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18758
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
18795
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormNewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
18796
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FormNewComponent, isStandalone: false, selector: "bnrc-form-new", inputs: { settings: "settings" }, usesInheritance: true, ngImport: i0, template: '<bnrc-form [params]="params" (formClose)="onFormClose()"></bnrc-form>', isInline: true, dependencies: [{ kind: "component", type: FormComponent, selector: "bnrc-form", inputs: ["params", "customFormPanelUi", "formPanelCtrl", "UlvMainCtrlr", "formPanelCtrlId", "saveOnChange", "inlineEditInReport"], outputs: ["titleChanged", "moChanged", "formClose", "uiComponent", "formRendered", "bruleAction", "beforeTransition", "afterTransition"] }, { kind: "directive", type: FormCloseDirective, selector: "[formClose]", inputs: ["isMobile"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
18759
18797
|
}
|
|
18760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormNewComponent, decorators: [{
|
|
18761
18799
|
type: Component,
|
|
18762
18800
|
args: [{
|
|
18763
18801
|
selector: 'bnrc-form-new',
|
|
@@ -18815,10 +18853,10 @@ class ReportContainerComponent extends BaseComponent {
|
|
|
18815
18853
|
.pipe(takeUntil(this._onDestroy$), catchError$1((err) => throwError(err)), finalize(() => this._loadingSource.next(false)))
|
|
18816
18854
|
.subscribe();
|
|
18817
18855
|
}
|
|
18818
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18819
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
18856
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18857
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.8", type: ReportContainerComponent, isStandalone: false, selector: "bnrc-report-container", inputs: { settings: "settings" }, usesInheritance: true, ngImport: i0, template: "@if ((loading$ | async)!!) {\r\n<bsu-mask></bsu-mask>\r\n}\r\n", styles: [":host{display:block}\n"], dependencies: [{ kind: "pipe", type: i1$1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
18820
18858
|
}
|
|
18821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportContainerComponent, decorators: [{
|
|
18822
18860
|
type: Component,
|
|
18823
18861
|
args: [{ selector: 'bnrc-report-container', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "@if ((loading$ | async)!!) {\r\n<bsu-mask></bsu-mask>\r\n}\r\n", styles: [":host{display:block}\n"] }]
|
|
18824
18862
|
}], ctorParameters: () => [], propDecorators: { settings: [{
|
|
@@ -18938,10 +18976,10 @@ class FieldUiComponent extends BaseComponent {
|
|
|
18938
18976
|
});
|
|
18939
18977
|
}
|
|
18940
18978
|
}
|
|
18941
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18942
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
18979
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldUiComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18980
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: FieldUiComponent, isStandalone: false, selector: "bnrc-field-ui", inputs: { isSearchPanel: "isSearchPanel", customField: "customField", componentUi: "componentUi", layoutInfo: "layoutInfo", inlineEdit: "inlineEdit", focusControl: "focusControl", cellEdit: "cellEdit", formHeight: "formHeight" }, host: { properties: { "style.width": "this.width" } }, viewQueries: [{ propertyName: "vcr", first: true, predicate: ["placeholder"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '<ng-container #placeholder></ng-container>', isInline: true, styles: [":host{display:block;width:100%;min-height:0;height:auto;box-sizing:border-box}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
18943
18981
|
}
|
|
18944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldUiComponent, decorators: [{
|
|
18945
18983
|
type: Component,
|
|
18946
18984
|
args: [{ selector: 'bnrc-field-ui', template: '<ng-container #placeholder></ng-container>', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:block;width:100%;min-height:0;height:auto;box-sizing:border-box}\n"] }]
|
|
18947
18985
|
}], ctorParameters: () => [], propDecorators: { isSearchPanel: [{
|
|
@@ -19002,11 +19040,11 @@ const routes$1 = [
|
|
|
19002
19040
|
}
|
|
19003
19041
|
];
|
|
19004
19042
|
class BarsaSapUiFormPageRoutingModule {
|
|
19005
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19006
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
19007
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
19043
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19044
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
19045
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, imports: [RouterModule.forChild(routes$1), RouterModule] }); }
|
|
19008
19046
|
}
|
|
19009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, decorators: [{
|
|
19010
19048
|
type: NgModule,
|
|
19011
19049
|
args: [{
|
|
19012
19050
|
imports: [RouterModule.forChild(routes$1)],
|
|
@@ -19051,11 +19089,11 @@ class BarsaSapUiFormPageModule extends BaseModule {
|
|
|
19051
19089
|
this.dynamicComponents = [...components$1];
|
|
19052
19090
|
this.dcm = dcm;
|
|
19053
19091
|
}
|
|
19054
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19055
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
19056
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
19092
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19093
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageModule, imports: [CommonModule, FormsModule, BarsaSapUiFormPageRoutingModule] }); }
|
|
19094
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageModule, imports: [CommonModule, FormsModule, BarsaSapUiFormPageRoutingModule] }); }
|
|
19057
19095
|
}
|
|
19058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19096
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageModule, decorators: [{
|
|
19059
19097
|
type: NgModule,
|
|
19060
19098
|
args: [{
|
|
19061
19099
|
imports: [CommonModule, FormsModule, BarsaSapUiFormPageRoutingModule],
|
|
@@ -19093,10 +19131,12 @@ class ReportNavigatorComponent extends BaseComponent {
|
|
|
19093
19131
|
// tap((c) => (c.isReportPage ? (this.minheight = 'auto') : '100vh')),
|
|
19094
19132
|
tap((c) => (c.ReportId = !c.ReportId ? c.ReportId2 : c.ReportId)), tap((_c) => this.containerRef.clear()), tap((navItem) => this._applicationCtrlService.selectNavGroupItem(navItem.Id)), tap((navItem) => this._applicationCtrlService.selectedReportId(navItem.ReportId)), tap((navItem) => this._applicationCtrlService.selectReportCaption(navItem.ReportId2)), tap((navItem) => (this._navItemParams = navItem)), switchMap$1((navItem) => from(this._finalizeNavItemFromCache(navItem)).pipe(switchMap$1((resolved) => this._portalService
|
|
19095
19133
|
.renderUlvMainUi(resolved, this.containerRef, this._injector, this._environmentInjector, resolved.isReportPage)
|
|
19096
|
-
.pipe(catchError$1((_err) =>
|
|
19097
|
-
|
|
19098
|
-
|
|
19099
|
-
|
|
19134
|
+
.pipe(catchError$1((_err) => {
|
|
19135
|
+
// this._location.back();
|
|
19136
|
+
// return throwError(() => new Error(err));
|
|
19137
|
+
console.error('Error rendering ULV main UI, rendering NotFoundComponent instead.', _err);
|
|
19138
|
+
return of(true);
|
|
19139
|
+
}))))), tap((ulv) => this._setActiveReport(ulv)), finalize(() => {
|
|
19100
19140
|
this._setLoading(false);
|
|
19101
19141
|
}))
|
|
19102
19142
|
.subscribe(() => {
|
|
@@ -19233,10 +19273,10 @@ class ReportNavigatorComponent extends BaseComponent {
|
|
|
19233
19273
|
}
|
|
19234
19274
|
return nav;
|
|
19235
19275
|
}
|
|
19236
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19237
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19276
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportNavigatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19277
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ReportNavigatorComponent, isStandalone: false, selector: "bnrc-report-navigator", viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `<ng-container #containerRef></ng-container>`, isInline: true, styles: [":host{display:block;width:100%;background:var(--sapBaseColor)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19238
19278
|
}
|
|
19239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportNavigatorComponent, decorators: [{
|
|
19240
19280
|
type: Component,
|
|
19241
19281
|
args: [{ selector: 'bnrc-report-navigator', template: `<ng-container #containerRef></ng-container>`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:block;width:100%;background:var(--sapBaseColor)}\n"] }]
|
|
19242
19282
|
}], ctorParameters: () => [], propDecorators: { containerRef: [{
|
|
@@ -19253,8 +19293,8 @@ class ReportEmptyPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
19253
19293
|
this.containerRef.insert(this.blockTemplate.createEmbeddedView(this, this._injecotr));
|
|
19254
19294
|
super.ngOnInit();
|
|
19255
19295
|
}
|
|
19256
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19257
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19296
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportEmptyPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19297
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ReportEmptyPageComponent, isStandalone: false, selector: "bnrc-report-empty-page", providers: [RoutingService, ContainerService], viewQueries: [{ propertyName: "blockTemplate", first: true, predicate: ["block"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
19258
19298
|
<ng-template #block>
|
|
19259
19299
|
<bnrc-report-navigator></bnrc-report-navigator>
|
|
19260
19300
|
</ng-template>
|
|
@@ -19262,7 +19302,7 @@ class ReportEmptyPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
19262
19302
|
<router-outlet></router-outlet>
|
|
19263
19303
|
`, isInline: true, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "component", type: ReportNavigatorComponent, selector: "bnrc-report-navigator" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19264
19304
|
}
|
|
19265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportEmptyPageComponent, decorators: [{
|
|
19266
19306
|
type: Component,
|
|
19267
19307
|
args: [{ selector: 'bnrc-report-empty-page', template: `
|
|
19268
19308
|
<ng-template #block>
|
|
@@ -19292,8 +19332,10 @@ class FieldBaseController extends BaseController {
|
|
|
19292
19332
|
class ViewBase extends BaseComponent {
|
|
19293
19333
|
constructor() {
|
|
19294
19334
|
super(...arguments);
|
|
19295
|
-
this.errorMessage = signal('',
|
|
19296
|
-
|
|
19335
|
+
this.errorMessage = signal('', /* @ts-ignore */
|
|
19336
|
+
...(ngDevMode ? [{ debugName: "errorMessage" }] : /* istanbul ignore next */ []));
|
|
19337
|
+
this.errorCode = signal(-1, /* @ts-ignore */
|
|
19338
|
+
...(ngDevMode ? [{ debugName: "errorCode" }] : /* istanbul ignore next */ []));
|
|
19297
19339
|
this.injector = inject(Injector);
|
|
19298
19340
|
}
|
|
19299
19341
|
/**
|
|
@@ -19306,10 +19348,10 @@ class ViewBase extends BaseComponent {
|
|
|
19306
19348
|
this.errorMessage.set(message);
|
|
19307
19349
|
this.errorCode.set(code);
|
|
19308
19350
|
}
|
|
19309
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19310
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19351
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ViewBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19352
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ViewBase, isStandalone: false, selector: "bnrc-view-base", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19311
19353
|
}
|
|
19312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ViewBase, decorators: [{
|
|
19313
19355
|
type: Component,
|
|
19314
19356
|
args: [{
|
|
19315
19357
|
selector: 'bnrc-view-base',
|
|
@@ -19320,10 +19362,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
19320
19362
|
}] });
|
|
19321
19363
|
|
|
19322
19364
|
class ButtonLoadingComponent {
|
|
19323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19324
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
19365
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ButtonLoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19366
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.8", type: ButtonLoadingComponent, isStandalone: false, selector: "bnrc-button-loading", inputs: { valid: "valid", loading: "loading", text: "text", transparent: "transparent" }, ngImport: i0, template: "<!-- <button class=\"button\" [disabled]=\"loading\">\r\n <i [class.!tw-hidden]=\"!loading\" class=\"fa fa-circle-o-notch fa-spin\"></i\r\n >{{ (loading ? 'Wait' : text) | bbbTranslate }}\r\n</button> -->\r\n<button\r\n type=\"button\"\r\n class=\"tw-bg-(--primaryColor) tw-bg-blue-500 tw-w-full hover:tw-bg-blue-700 tw-text-white tw-font-bold tw-py-2 tw-px-4 tw-rounded dark:tw-bg-blue-700 dark:hover:tw-bg-blue-900\"\r\n [disabled]=\"loading || !valid\"\r\n [class.transparent]=\"transparent\"\r\n [class.!tw-bg-gray-200]=\"!valid\"\r\n>\r\n @if(loading && valid){\r\n <div role=\"status\" class=\"tw-w-full tw-flex tw-justify-center\">\r\n <svg\r\n class=\"tw-mr-3 tw--ml-1 tw-size-5 tw-animate-spin tw-text-white\"\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n fill=\"none\"\r\n viewBox=\"0 0 24 24\"\r\n >\r\n <circle class=\"tw-opacity-25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-width=\"4\"></circle>\r\n <path\r\n class=\"tw-opacity-75\"\r\n fill=\"currentColor\"\r\n d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z\"\r\n ></path>\r\n </svg>\r\n <span class=\"tw-sr-only\">{{ 'Loading' | bbbTranslate }}...</span>\r\n </div>\r\n }@else{\r\n <span class=\"button__text\">{{ text | bbbTranslate }}</span>\r\n }\r\n</button>\r\n", styles: [":host{display:block;width:100%}.button{width:100%;position:relative;padding:8px 16px;background:var(--button-loading);border:none;outline:none;cursor:pointer}.button .button__text{font:700 1rem IranYekanDigits,B-Font;color:var(--button-loading-text-color);transition:all .2s}.button.transparent{background:transparent;border:1px solid var(--button-loading)}.button.transparent .button__text{color:var(--button-loading)}.button.transparent .button:active{background:var(--button-loading-transparent-active)}.button[disabled],.button[disabled]:active{background-color:gray}.button:active{background:var(--button-loading-active)}.button--loading .button__text{visibility:hidden;opacity:0}.button--loading:after{content:\"\";position:absolute;width:16px;height:16px;inset:0;margin:auto;border:4px solid transparent;border-top-color:var(--button-loading-border-top-color);border-radius:50%;animation:button-loading-spinner 1s ease infinite}.transparent.button--loading:after{border-top-color:var(--button-loading-transparent-border-top-color)}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}\n"], dependencies: [{ kind: "pipe", type: BbbTranslatePipe, name: "bbbTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19325
19367
|
}
|
|
19326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ButtonLoadingComponent, decorators: [{
|
|
19327
19369
|
type: Component,
|
|
19328
19370
|
args: [{ selector: 'bnrc-button-loading', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<!-- <button class=\"button\" [disabled]=\"loading\">\r\n <i [class.!tw-hidden]=\"!loading\" class=\"fa fa-circle-o-notch fa-spin\"></i\r\n >{{ (loading ? 'Wait' : text) | bbbTranslate }}\r\n</button> -->\r\n<button\r\n type=\"button\"\r\n class=\"tw-bg-(--primaryColor) tw-bg-blue-500 tw-w-full hover:tw-bg-blue-700 tw-text-white tw-font-bold tw-py-2 tw-px-4 tw-rounded dark:tw-bg-blue-700 dark:hover:tw-bg-blue-900\"\r\n [disabled]=\"loading || !valid\"\r\n [class.transparent]=\"transparent\"\r\n [class.!tw-bg-gray-200]=\"!valid\"\r\n>\r\n @if(loading && valid){\r\n <div role=\"status\" class=\"tw-w-full tw-flex tw-justify-center\">\r\n <svg\r\n class=\"tw-mr-3 tw--ml-1 tw-size-5 tw-animate-spin tw-text-white\"\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n fill=\"none\"\r\n viewBox=\"0 0 24 24\"\r\n >\r\n <circle class=\"tw-opacity-25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-width=\"4\"></circle>\r\n <path\r\n class=\"tw-opacity-75\"\r\n fill=\"currentColor\"\r\n d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z\"\r\n ></path>\r\n </svg>\r\n <span class=\"tw-sr-only\">{{ 'Loading' | bbbTranslate }}...</span>\r\n </div>\r\n }@else{\r\n <span class=\"button__text\">{{ text | bbbTranslate }}</span>\r\n }\r\n</button>\r\n", styles: [":host{display:block;width:100%}.button{width:100%;position:relative;padding:8px 16px;background:var(--button-loading);border:none;outline:none;cursor:pointer}.button .button__text{font:700 1rem IranYekanDigits,B-Font;color:var(--button-loading-text-color);transition:all .2s}.button.transparent{background:transparent;border:1px solid var(--button-loading)}.button.transparent .button__text{color:var(--button-loading)}.button.transparent .button:active{background:var(--button-loading-transparent-active)}.button[disabled],.button[disabled]:active{background-color:gray}.button:active{background:var(--button-loading-active)}.button--loading .button__text{visibility:hidden;opacity:0}.button--loading:after{content:\"\";position:absolute;width:16px;height:16px;inset:0;margin:auto;border:4px solid transparent;border-top-color:var(--button-loading-border-top-color);border-radius:50%;animation:button-loading-spinner 1s ease infinite}.transparent.button--loading:after{border-top-color:var(--button-loading-transparent-border-top-color)}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}\n"] }]
|
|
19329
19371
|
}], propDecorators: { valid: [{
|
|
@@ -19360,10 +19402,10 @@ class BaseUlvSettingComponent extends BaseComponent {
|
|
|
19360
19402
|
getSettings() {
|
|
19361
19403
|
return getGridSettings(this.context);
|
|
19362
19404
|
}
|
|
19363
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19364
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseUlvSettingComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19406
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: BaseUlvSettingComponent, isStandalone: false, selector: "bnrc-base-ulv-setting", host: { properties: { "class.mobile": "this.mobile" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19365
19407
|
}
|
|
19366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseUlvSettingComponent, decorators: [{
|
|
19367
19409
|
type: Component,
|
|
19368
19410
|
args: [{
|
|
19369
19411
|
selector: 'bnrc-base-ulv-setting',
|
|
@@ -19433,10 +19475,10 @@ class RootPageComponent extends BaseComponent {
|
|
|
19433
19475
|
this._pageContent = true;
|
|
19434
19476
|
this.viewContainerRef = inject(ViewContainerRef);
|
|
19435
19477
|
}
|
|
19436
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19437
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19478
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RootPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19479
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: RootPageComponent, isStandalone: false, selector: "bnrc-root-page", host: { properties: { "class.page-content": "this._pageContent" } }, providers: [RoutingService], usesInheritance: true, ngImport: i0, template: `<router-outlet></router-outlet><router-outlet name="main"></router-outlet>`, isInline: true, styles: [":host{position:relative;display:block}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19438
19480
|
}
|
|
19439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RootPageComponent, decorators: [{
|
|
19440
19482
|
type: Component,
|
|
19441
19483
|
args: [{ selector: 'bnrc-root-page', template: `<router-outlet></router-outlet><router-outlet name="main"></router-outlet>`, changeDetection: ChangeDetectionStrategy.OnPush, providers: [RoutingService], standalone: false, styles: [":host{position:relative;display:block}\n"] }]
|
|
19442
19484
|
}], propDecorators: { _pageContent: [{
|
|
@@ -19459,10 +19501,10 @@ class ResizableDirective {
|
|
|
19459
19501
|
return fromEvent(this.documentRef, 'mousemove').pipe(map(({ clientX }) => (this.rtl ? width + left - clientX : width + clientX - right)), distinctUntilChanged(), takeUntil(fromEvent(this.documentRef, 'mouseup').pipe(tap((_c) => this.resizableComplete.emit()))));
|
|
19460
19502
|
}));
|
|
19461
19503
|
}
|
|
19462
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19463
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
19504
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
19505
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ResizableDirective, isStandalone: false, selector: "[resizable]", inputs: { rtl: "rtl" }, outputs: { resizableComplete: "resizableComplete", resizableStart: "resizableStart", resizable: "resizable" }, ngImport: i0 }); }
|
|
19464
19506
|
}
|
|
19465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19507
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableDirective, decorators: [{
|
|
19466
19508
|
type: Directive,
|
|
19467
19509
|
args: [{
|
|
19468
19510
|
selector: '[resizable]',
|
|
@@ -19490,12 +19532,12 @@ class ResizableComponent {
|
|
|
19490
19532
|
this._renderer2.setStyle(this._el.nativeElement, 'width', width + 'px');
|
|
19491
19533
|
this.widthChanging.emit(width);
|
|
19492
19534
|
}
|
|
19493
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19494
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19535
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19536
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ResizableComponent, isStandalone: false, selector: "th[resizable]", inputs: { disableResize: "disableResize", rtl: "rtl" }, outputs: { widthChange: "widthChange", widthChanging: "widthChanging", widthChangeStart: "widthChangeStart" }, ngImport: i0, template: "<div class=\"wrapper\" [style.justify-content]=\"disableResize ? 'center' : 'flex-end'\">\r\n <div class=\"content tw-flex\">\r\n <ng-content></ng-content>\r\n </div>\r\n <div\r\n [style.pointer-events]=\"disableResize ? 'none' : 'auto'\"\r\n class=\"bar\"\r\n [class.rtl]=\"rtl\"\r\n (resizable)=\"onResize($event)\"\r\n [rtl]=\"rtl\"\r\n (resizableStart)=\"widthChangeStart.emit()\"\r\n (resizableComplete)=\"widthChange.emit()\"\r\n ></div>\r\n</div>\r\n", styles: [".wrapper{display:flex}.content{flex:1;min-width:0}.bar{position:absolute;z-index:2;top:0;bottom:0;width:2px;margin:0 -.5rem 0 .5rem;justify-self:flex-start;border-left:2px solid transparent;border-right:2px solid transparent;background:#8a2be2;cursor:col-resize;opacity:0;transition:opacity .3s}.bar.rtl{margin:0 0 0 -.5rem}.bar:hover,.bar:active{opacity:1}\n"], dependencies: [{ kind: "directive", type: ResizableDirective, selector: "[resizable]", inputs: ["rtl"], outputs: ["resizableComplete", "resizableStart", "resizable"] }], changeDetection: i0.ChangeDetectionStrategy.Eager }); }
|
|
19495
19537
|
}
|
|
19496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableComponent, decorators: [{
|
|
19497
19539
|
type: Component,
|
|
19498
|
-
args: [{ selector: 'th[resizable]', standalone: false, template: "<div class=\"wrapper\" [style.justify-content]=\"disableResize ? 'center' : 'flex-end'\">\r\n <div class=\"content tw-flex\">\r\n <ng-content></ng-content>\r\n </div>\r\n <div\r\n [style.pointer-events]=\"disableResize ? 'none' : 'auto'\"\r\n class=\"bar\"\r\n [class.rtl]=\"rtl\"\r\n (resizable)=\"onResize($event)\"\r\n [rtl]=\"rtl\"\r\n (resizableStart)=\"widthChangeStart.emit()\"\r\n (resizableComplete)=\"widthChange.emit()\"\r\n ></div>\r\n</div>\r\n", styles: [".wrapper{display:flex}.content{flex:1;min-width:0}.bar{position:absolute;z-index:2;top:0;bottom:0;width:2px;margin:0 -.5rem 0 .5rem;justify-self:flex-start;border-left:2px solid transparent;border-right:2px solid transparent;background:#8a2be2;cursor:col-resize;opacity:0;transition:opacity .3s}.bar.rtl{margin:0 0 0 -.5rem}.bar:hover,.bar:active{opacity:1}\n"] }]
|
|
19540
|
+
args: [{ selector: 'th[resizable]', changeDetection: ChangeDetectionStrategy.Eager, standalone: false, template: "<div class=\"wrapper\" [style.justify-content]=\"disableResize ? 'center' : 'flex-end'\">\r\n <div class=\"content tw-flex\">\r\n <ng-content></ng-content>\r\n </div>\r\n <div\r\n [style.pointer-events]=\"disableResize ? 'none' : 'auto'\"\r\n class=\"bar\"\r\n [class.rtl]=\"rtl\"\r\n (resizable)=\"onResize($event)\"\r\n [rtl]=\"rtl\"\r\n (resizableStart)=\"widthChangeStart.emit()\"\r\n (resizableComplete)=\"widthChange.emit()\"\r\n ></div>\r\n</div>\r\n", styles: [".wrapper{display:flex}.content{flex:1;min-width:0}.bar{position:absolute;z-index:2;top:0;bottom:0;width:2px;margin:0 -.5rem 0 .5rem;justify-self:flex-start;border-left:2px solid transparent;border-right:2px solid transparent;background:#8a2be2;cursor:col-resize;opacity:0;transition:opacity .3s}.bar.rtl{margin:0 0 0 -.5rem}.bar:hover,.bar:active{opacity:1}\n"] }]
|
|
19499
19541
|
}], propDecorators: { disableResize: [{
|
|
19500
19542
|
type: Input
|
|
19501
19543
|
}], rtl: [{
|
|
@@ -19509,11 +19551,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
19509
19551
|
}] } });
|
|
19510
19552
|
|
|
19511
19553
|
class ResizableModule {
|
|
19512
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19513
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
19514
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
19554
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19555
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ResizableModule, declarations: [ResizableComponent, ResizableDirective], exports: [ResizableComponent] }); }
|
|
19556
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableModule }); }
|
|
19515
19557
|
}
|
|
19516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableModule, decorators: [{
|
|
19517
19559
|
type: NgModule,
|
|
19518
19560
|
args: [{
|
|
19519
19561
|
declarations: [ResizableComponent, ResizableDirective],
|
|
@@ -19614,10 +19656,10 @@ class NoInternetComponent extends BaseComponent {
|
|
|
19614
19656
|
}
|
|
19615
19657
|
});
|
|
19616
19658
|
}
|
|
19617
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19618
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19659
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NoInternetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19660
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: NoInternetComponent, isStandalone: false, selector: "bnrc-not-internet", usesInheritance: true, ngImport: i0, template: "<h1>\u26A0</h1>\r\n<h2>No connection to the internet</h2>\r\n<p>This Display has a connection to your network but no connection to the internet.</p>\r\n<p class=\"desc\">The connection to the outside world is needed for updates and keeping the time.</p>\r\n", styles: [":host{background:#191919 -webkit-linear-gradient(top,#000 0%,#191919 100%) no-repeat;background:#191919 linear-gradient(to bottom,#000,#191919) no-repeat;text-align:center}:host h1,:host h2{font-weight:400}:host h1{margin:0 auto;padding:.15em;font-size:10em;text-shadow:0 2px 2px #000}:host h2{margin-bottom:2em}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19619
19661
|
}
|
|
19620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NoInternetComponent, decorators: [{
|
|
19621
19663
|
type: Component,
|
|
19622
19664
|
args: [{ selector: 'bnrc-not-internet', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<h1>\u26A0</h1>\r\n<h2>No connection to the internet</h2>\r\n<p>This Display has a connection to your network but no connection to the internet.</p>\r\n<p class=\"desc\">The connection to the outside world is needed for updates and keeping the time.</p>\r\n", styles: [":host{background:#191919 -webkit-linear-gradient(top,#000 0%,#191919 100%) no-repeat;background:#191919 linear-gradient(to bottom,#000,#191919) no-repeat;text-align:center}:host h1,:host h2{font-weight:400}:host h1{margin:0 auto;padding:.15em;font-size:10em;text-shadow:0 2px 2px #000}:host h2{margin-bottom:2em}\n"] }]
|
|
19623
19665
|
}], ctorParameters: () => [] });
|
|
@@ -19626,10 +19668,10 @@ class ServerConnectionErrorComponent extends BaseComponent {
|
|
|
19626
19668
|
onReload() {
|
|
19627
19669
|
window.location.reload();
|
|
19628
19670
|
}
|
|
19629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19630
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19671
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServerConnectionErrorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19672
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: ServerConnectionErrorComponent, isStandalone: false, selector: "bnrc-server-connection-error", usesInheritance: true, ngImport: i0, template: "<div class=\"container\">\r\n <span></span>\r\n <div class=\"middle\">\r\n <h1>502</h1>\r\n <p>\u0627\u0631\u062A\u0628\u0627\u0637 \u0628\u0627 \u0633\u0631\u0648\u0631 \u062F\u06CC\u062A\u0627 \u0642\u0637\u0639 \u0645\u06CC \u0628\u0627\u0634\u062F.</p>\r\n </div>\r\n <div>\r\n <button class=\"fd-button fd-button--transparent\" (click)=\"onReload()\">Reload</button>\r\n </div>\r\n</div>\r\n", styles: [":host{direction:rtl}:host .container{height:100%;text-align:center;display:flex;flex-direction:column}:host span{height:100%;vertical-align:middle;display:inline-block}:host .middle{vertical-align:middle;margin:0;display:inline-block}:host h1{font-size:25em}:host p{margin:-70px 0 0;padding:0;font-size:2em}:host a{color:#ccc}@media only screen and (max-width:767px){:host h1{font-size:13em}:host p{font-size:1.5em;margin-top:-50px}}@media only screen and (max-width:400px){:host h1{font-size:9em}:host p{font-size:1em;margin-top:-30px}}:host button{margin-top:5rem;border:1px solid #ccc;padding:5px;max-width:120px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19631
19673
|
}
|
|
19632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServerConnectionErrorComponent, decorators: [{
|
|
19633
19675
|
type: Component,
|
|
19634
19676
|
args: [{ selector: 'bnrc-server-connection-error', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div class=\"container\">\r\n <span></span>\r\n <div class=\"middle\">\r\n <h1>502</h1>\r\n <p>\u0627\u0631\u062A\u0628\u0627\u0637 \u0628\u0627 \u0633\u0631\u0648\u0631 \u062F\u06CC\u062A\u0627 \u0642\u0637\u0639 \u0645\u06CC \u0628\u0627\u0634\u062F.</p>\r\n </div>\r\n <div>\r\n <button class=\"fd-button fd-button--transparent\" (click)=\"onReload()\">Reload</button>\r\n </div>\r\n</div>\r\n", styles: [":host{direction:rtl}:host .container{height:100%;text-align:center;display:flex;flex-direction:column}:host span{height:100%;vertical-align:middle;display:inline-block}:host .middle{vertical-align:middle;margin:0;display:inline-block}:host h1{font-size:25em}:host p{margin:-70px 0 0;padding:0;font-size:2em}:host a{color:#ccc}@media only screen and (max-width:767px){:host h1{font-size:13em}:host p{font-size:1.5em;margin-top:-50px}}@media only screen and (max-width:400px){:host h1{font-size:9em}:host p{font-size:1em;margin-top:-30px}}:host button{margin-top:5rem;border:1px solid #ccc;padding:5px;max-width:120px}\n"] }]
|
|
19635
19677
|
}] });
|
|
@@ -19948,11 +19990,11 @@ const routesServiceDesk = [
|
|
|
19948
19990
|
const routes = [...routesDefault, ...mainRoutes, ...routesServiceDesk];
|
|
19949
19991
|
// export const routesServiceDesk2 = [...routesDefault, ...routesServiceDesk];
|
|
19950
19992
|
class BarsaNovinRayCoreRoutingModule {
|
|
19951
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19952
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
19953
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
19993
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19994
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
19995
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
|
|
19954
19996
|
}
|
|
19955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, decorators: [{
|
|
19956
19998
|
type: NgModule,
|
|
19957
19999
|
args: [{
|
|
19958
20000
|
imports: [RouterModule.forChild(routes)],
|
|
@@ -19976,10 +20018,10 @@ class GlobalErrorHandler {
|
|
|
19976
20018
|
// IMPORTANT: Rethrow the error otherwise it gets swallowed
|
|
19977
20019
|
// throw error;
|
|
19978
20020
|
}
|
|
19979
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19980
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
20021
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GlobalErrorHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20022
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GlobalErrorHandler }); }
|
|
19981
20023
|
}
|
|
19982
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
19983
20025
|
type: Injectable
|
|
19984
20026
|
}], ctorParameters: () => [] });
|
|
19985
20027
|
|
|
@@ -20274,8 +20316,8 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
20274
20316
|
]
|
|
20275
20317
|
};
|
|
20276
20318
|
}
|
|
20277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20278
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20319
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20320
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreModule, declarations: [FormComponent,
|
|
20279
20321
|
FieldUiComponent,
|
|
20280
20322
|
NotFoundComponent,
|
|
20281
20323
|
RootPageComponent,
|
|
@@ -20569,14 +20611,14 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
20569
20611
|
ResizeHandlerDirective,
|
|
20570
20612
|
SafeBottomDirective,
|
|
20571
20613
|
MoLinkerDirective] }); }
|
|
20572
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20614
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreModule, providers: [provideHttpClient(withXhr(), withInterceptorsFromDi())], imports: [CommonModule,
|
|
20573
20615
|
BarsaNovinRayCoreRoutingModule,
|
|
20574
20616
|
BarsaSapUiFormPageModule,
|
|
20575
20617
|
ResizableModule,
|
|
20576
20618
|
FormsModule,
|
|
20577
20619
|
ReactiveFormsModule] }); }
|
|
20578
20620
|
}
|
|
20579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreModule, decorators: [{
|
|
20580
20622
|
type: NgModule,
|
|
20581
20623
|
args: [{
|
|
20582
20624
|
declarations: [...components, ...pipes, ...directives],
|
|
@@ -20590,7 +20632,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
20590
20632
|
FormsModule,
|
|
20591
20633
|
ReactiveFormsModule
|
|
20592
20634
|
],
|
|
20593
|
-
providers: [provideHttpClient(withInterceptorsFromDi())]
|
|
20635
|
+
providers: [provideHttpClient(withXhr(), withInterceptorsFromDi())]
|
|
20594
20636
|
}]
|
|
20595
20637
|
}], ctorParameters: () => [] });
|
|
20596
20638
|
|
|
@@ -20598,5 +20640,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
20598
20640
|
* Generated bundle index. Do not edit.
|
|
20599
20641
|
*/
|
|
20600
20642
|
|
|
20601
|
-
export { ColSetting as $, APP_VERSION as A, BaseModule as B, BaseFormToolbaritemPropsComponent as C, DynamicComponentService as D, BaseItemContentPropsComponent as E, BaseReportModel as F, BaseSettingsService as G, BaseUlvSettingComponent as H, BaseViewContentPropsComponent as I, BaseViewItemPropsComponent as J, BaseViewPropsComponent as K, BbbTranslatePipe as L, BodyClickDirective as M, BoolControlInfoModel as N, BreadcrumbService as O, ButtonLoadingComponent as P, CalculateControlInfoModel as Q, ReportEmptyPageComponent as R, CalendarSettingsStore as S, CanUploadFilePipe as T, CardBaseItemContentPropsComponent as U, CardDynamicItemComponent as V, CardMediaSizePipe as W, CardViewService as X, ChangeLayoutInfoCustomUi as Y, ChunkArrayPipe as Z, CodeEditorControlInfoModel as _, AbsoluteDivBodyDirective as a, FileInfoCountPipe as a$, ColumnCustomComponentPipe as a0, ColumnCustomUiPipe as a1, ColumnIconPipe as a2, ColumnRendererBase as a3, ColumnRendererViewBase as a4, ColumnResizerDirective as a5, ColumnService as a6, ColumnValueDirective as a7, ColumnValueOfParametersPipe as a8, ColumnValuePipe as a9, DynamicDarkColorPipe as aA, DynamicFormComponent as aB, DynamicFormToolbaritemComponent as aC, DynamicItemComponent as aD, DynamicLayoutComponent as aE, DynamicRootVariableDirective as aF, DynamicStyleDirective as aG, DynamicUlvPagingComponent as aH, DynamicUlvToolbarComponent as aI, EllapsisTextDirective as aJ, EllipsifyDirective as aK, EmptyPageComponent as aL, EmptyPageWithRouterAndRouterOutletComponent as aM, EntitySettingsStore as aN, EnumCaptionPipe as aO, EnumControlInfoModel as aP, ExecuteDynamicCommand as aQ, ExecuteWorkflowChoiceDef as aR, ExistsColumnsPipe as aS, FORM_DIALOG_COMPONENT as aT, FieldBaseComponent as aU, FieldBaseController as aV, FieldDirective as aW, FieldInfoTypeEnum as aX, FieldUiComponent as aY, FieldViewBase as aZ, FileControlInfoModel as a_, ComboRowImagePipe as aa, CommandControlInfoModel as ab, ContainerComponent as ac, ContainerService as ad, ContextMenuPipe as ae, ControlUiPipe as af, ConvertToStylePipe as ag, CopyDirective as ah, CountDownDirective as ai, CustomCommand as aj, CustomInjector as ak, CustomRouteReuseStrategy as al, CustomUiRegistryService as am, DEFAULT_REPORT_LAYOUT_POLICY as an, DIALOG_SERVICE as ao, DateHijriService as ap, DateMiladiService as aq, DateRanges as ar, DateService as as, DateShamsiService as at, DateTimeControlInfoModel as au, DefaultCommandsAccessValue as av, DefaultGridSetting as aw, DeviceWidth as ax, DialogParams as ay, DynamicCommandDirective as az, AddDynamicFormStyles as b, ItemsRendererDirective as b$, FilePictureInfoModel as b0, FilesValidationHelper as b1, FillAllLayoutControls as b2, FillEmptySpaceDirective as b3, FilterColumnsByDetailsPipe as b4, FilterInlineActionListPipe as b5, FilterPipe as b6, FilterStringPipe as b7, FilterTabPipe as b8, FilterToolbarControlPipe as b9, GetDefaultMoObjectInfo as bA, GetImgTags as bB, GetViewableExtensions as bC, GetVisibleValue as bD, GridSetting as bE, GroupBy as bF, GroupByPipe as bG, GroupByService as bH, HeaderFacetValuePipe as bI, HideAcceptCancelButtonsPipe as bJ, HideColumnsInmobilePipe as bK, HistoryControlInfoModel as bL, HorizontalLayoutService as bM, HorizontalResponsiveDirective as bN, IconControlInfoModel as bO, IdbService as bP, ImageLazyDirective as bQ, ImageMimeType as bR, ImagetoPrint as bS, InMemoryStorageService as bT, IndexedDbService as bU, InputNumber as bV, IntersectionObserverDirective as bW, IntersectionStatus as bX, IsDarkMode as bY, IsExpandedNodePipe as bZ, IsImagePipe as b_, FilterWorkflowInMobilePipe as ba, FindColumnByDbNamePipe as bb, FindColumnsPipe as bc, FindGroup as bd, FindLayoutSettingFromLayout94 as be, FindPreviewColumnPipe as bf, FindToolbarItem as bg, FioriIconPipe as bh, FormBaseComponent as bi, FormCloseDirective as bj, FormComponent as bk, FormFieldReportPageComponent as bl, FormNewComponent as bm, FormPageBaseComponent as bn, FormPageComponent as bo, FormPanelService as bp, FormPropsBaseComponent as bq, FormService as br, FormToolbarBaseComponent as bs, FormToolbarButton as bt, GaugeControlInfoModel as bu, GeneralControlInfoModel as bv, GetAllColumnsSorted as bw, GetAllHorizontalFromLayout94 as bx, GetContentType as by, GetCssVariableValuePipe as bz, AffixRespondEvents as c, PushBannerComponent as c$, LabelStarTrimPipe as c0, LabelmandatoryDirective as c1, LayoutItemBaseComponent as c2, LayoutMainContentService as c3, LayoutPanelBaseComponent as c4, LayoutService as c5, LeafletLongPressDirective as c6, LinearListControlInfoModel as c7, LinearListHelper as c8, ListCountPipe as c9, NotFoundComponent as cA, NotificationService as cB, NowraptextDirective as cC, NumberBaseComponent as cD, NumberControlInfoModel as cE, NumbersOnlyInputDirective as cF, NumeralPipe as cG, OverflowTextDirective as cH, PageBaseComponent as cI, PageWithFormHandlerBaseComponent as cJ, PdfMimeType as cK, PictureFieldSourcePipe as cL, PictureFileControlInfoModel as cM, PicturesByGroupIdPipe as cN, PlaceHolderDirective as cO, PortalDynamicPageResolver as cP, PortalFormPageResolver as cQ, PortalPageComponent as cR, PortalPageResolver as cS, PortalPageSidebarComponent as cT, PortalReportPageResolver as cU, PortalService as cV, PreventDefaulEvent as cW, PreventDefaultDirective as cX, PrintFilesDirective as cY, PrintImage as cZ, PromptUpdateService as c_, ListRelationModel as ca, LoadExternalFilesDirective as cb, LocalStorageService as cc, LogService as cd, LoginSettingsResolver as ce, MapToChatMessagePipe as cf, MasterDetailsPageComponent as cg, MeasureFormTitleWidthDirective as ch, MergeFieldsToColumnsPipe as ci, MetaobjectDataModel as cj, MetaobjectRelationModel as ck, MimeTypes as cl, MoForReportModel as cm, MoForReportModelBase as cn, MoInfoUlvMoListPipe as co, MoInfoUlvPagingPipe as cp, MoLinkerDirective as cq, MoReportValueConcatPipe as cr, MoReportValuePipe as cs, MoValuePipe as ct, MobileDirective as cu, ModalRootComponent as cv, MultipleGroupByPipe as cw, NOTIFICATAION_POPUP_SERVER as cx, NOTIFICATION_WEBWORKER_FACTORY as cy, NetworkStatusService as cz, AllFilesMimeType as d, ShortcutRegisterDirective as d$, PushCheckService as d0, PushNotificationService as d1, REPORT_GRID_VIEWPORT_CLASS as d2, REPORT_TYPE_DEFAULT_POLICIES as d3, RUNTIME_NAV_STATE_SCHEMA_V1 as d4, RabetehAkseTakiListiControlInfoModel as d5, RedirectHomeGuard as d6, RelatedReportControlInfoModel as d7, RelationListControlInfoModel as d8, RemoveDynamicFormStyles as d9, ResizeObserverDirective as dA, ReversePipe as dB, RichStringControlInfoModel as dC, RootPageComponent as dD, RootPortalComponent as dE, RotateImage as dF, RouteFormChangeDirective as dG, RoutingService as dH, RowDataOption as dI, RowNumberPipe as dJ, RowState as dK, RuntimeNavStateCacheService as dL, SafeBottomDirective as dM, SanitizeTextPipe as dN, SaveImageDirective as dO, SaveImageToFile as dP, SaveScrollPositionService as dQ, ScopedCssPipe as dR, ScrollLayoutContextHolder as dS, ScrollPersistDirective as dT, ScrollToSelectedDirective as dU, SelectionMode as dV, SeperatorFixPipe as dW, ServiceWorkerCommuncationService as dX, ServiceWorkerNotificationService as dY, ShellbarHeightService as dZ, ShortcutHandlerDirective as d_, RemoveNewlinePipe as da, RenderUlvDirective as db, RenderUlvPaginDirective as dc, RenderUlvViewerDirective as dd, ReplacePipe as de, ReportActionListPipe as df, ReportBaseComponent as dg, ReportBaseInfo as dh, ReportBreadcrumbResolver as di, ReportCalendarModel as dj, ReportContainerComponent as dk, ReportExtraInfo as dl, ReportField as dm, ReportFormModel as dn, ReportItemBaseComponent as dp, ReportListModel as dq, ReportModel as dr, ReportNavigatorComponent as ds, ReportTreeModel as dt, ReportViewBaseComponent as du, ReportViewColumn as dv, ResizableComponent as dw, ResizableDirective as dx, ResizableModule as dy, ResizeHandlerDirective as dz, AnchorScrollDirective as e, flattenTree as e$, SimpleTemplateEngine as e0, SimplebarDirective as e1, SingleRelationControlInfoModel as e2, SortDirection as e3, SortPipe as e4, SortSetting as e5, SplideSliderDirective as e6, SplitPipe as e7, SplitterComponent as e8, StopPropagationDirective as e9, VisibleValuePipe as eA, WebOtpDirective as eB, WordMimeType as eC, WorfkflowwChoiceCommandDirective as eD, addCssVariableToRoot as eE, addDynamicVariableTo as eF, availablePrefixes as eG, bodyClick as eH, buildRuntimeNavStateCacheKey as eI, calcContextMenuWidth as eJ, calculateColumnContent as eK, calculateColumnWidth as eL, calculateColumnWidthFitToContainer as eM, calculateFreeColumnSize as eN, calculateMoDataListContentWidthByColumnName as eO, cancelRequestAnimationFrame as eP, checkPermission as eQ, compareVersions as eR, contextDefaultsFromEnvironment as eS, createFormPanelMetaConditions as eT, createGridEditorFormPanel as eU, easeInOutCubic as eV, elementInViewport2 as eW, enumValueToStringSize as eX, executeUlvCommandHandler as eY, extractLayoutPolicyFromView as eZ, fixUnclosedParentheses as e_, StringControlInfoModel as ea, StringToNumberPipe as eb, SubformControlInfoModel as ec, SystemBaseComponent as ed, TEMPLATE_ENGINE as ee, TOAST_SERVICE as ef, TableHeaderWidthMode as eg, TableResizerDirective as eh, TabpageService as ei, ThImageOrIconePipe as ej, TileGroupBreadcrumResolver as ek, TilePropsComponent as el, TlbButtonsPipe as em, ToolbarSettingsPipe as en, TooltipDirective as eo, TotalSummaryPipe as ep, UiService as eq, UlvCommandDirective as er, UlvHeightSizeType as es, UlvMainService as et, UnlimitSessionComponent as eu, UntilInViewDirective as ev, UploadService as ew, VideoMimeType as ex, VideoRecordingService as ey, ViewBase as ez, formRoutes as f, stopPropagation as f$, forbiddenValidator as f0, formatBytes as f1, fromEntries as f2, fromIntersectionObserver as f3, genrateInlineMoId as f4, getAllItemsPerChildren as f5, getColumnValueOfMoDataList as f6, getComponentDefined as f7, getControlList as f8, getControlSizeMode as f9, isFunction as fA, isIOS as fB, isImage as fC, isInLocalMode as fD, isSafari as fE, isTargetWindow as fF, isVersionBiggerThan as fG, measureText as fH, measureText2 as fI, measureTextBy as fJ, mobile_regex as fK, multilevelSort as fL, nullOrUndefinedString as fM, number_only as fN, removeDynamicStyle as fO, requestAnimationFramePolyfill as fP, resolveFinalScroll as fQ, resolveReportLayoutPolicy as fR, scrollLayoutModeToContextEnvironment as fS, scrollToElement as fT, searchEx as fU, setColumnWidthByMaxMoContentWidth as fV, setOneDepthLevel as fW, setTableThWidth as fX, shallowEqual as fY, sort as fZ, sortEx as f_, getDateService as fa, getDeviceIsDesktop as fb, getDeviceIsMobile as fc, getDeviceIsPhone as fd, getDeviceIsTablet as fe, getFieldValue as ff, getFocusableTagNames as fg, getFormSettings as fh, getGridSettings as fi, getHeaderValue as fj, getIcon as fk, getImagePath as fl, getLabelWidth as fm, getLayout94ObjectInfo as fn, getLayoutControl as fo, getNestedValue as fp, getNewMoGridEditor as fq, getParentHeight as fr, getReportTypeDefaultPolicy as fs, getRequestAnimationFrame as ft, getResetGridSettings as fu, getTargetRect as fv, getUniqueId as fw, getValidExtension as fx, isFF as fy, isFirefox as fz, ApiService as g, throwIfAlreadyLoaded as g0, toNumber as g1, validateAllFormFields as g2, ApplicationBaseComponent as h, ApplicationCtrlrService as i, AttrRtlDirective as j, AudioMimeType as k, AudioRecordingService as l, AuthGuard as m, BarsaApi as n, BarsaDialogService as o, BarsaIconDictPipe as p, BarsaNovinRayCoreModule as q, reportRoutes as r, BarsaReadonlyDirective as s, BarsaSapUiFormPageModule as t, BarsaStorageService as u, BaseColumnPropsComponent as v, BaseComponent as w, BaseController as x, BaseDirective as y, BaseDynamicComponent as z };
|
|
20602
|
-
//# sourceMappingURL=barsa-novin-ray-core-barsa-novin-ray-core-
|
|
20643
|
+
export { ColSetting as $, APP_VERSION as A, BaseModule as B, BaseFormToolbaritemPropsComponent as C, DynamicComponentService as D, BaseItemContentPropsComponent as E, BaseReportModel as F, BaseSettingsService as G, BaseUlvSettingComponent as H, BaseViewContentPropsComponent as I, BaseViewItemPropsComponent as J, BaseViewPropsComponent as K, BbbTranslatePipe as L, BodyClickDirective as M, BoolControlInfoModel as N, BreadcrumbService as O, ButtonLoadingComponent as P, CalculateControlInfoModel as Q, ReportEmptyPageComponent as R, CalendarSettingsStore as S, CanUploadFilePipe as T, CardBaseItemContentPropsComponent as U, CardDynamicItemComponent as V, CardMediaSizePipe as W, CardViewService as X, ChangeLayoutInfoCustomUi as Y, ChunkArrayPipe as Z, CodeEditorControlInfoModel as _, AbsoluteDivBodyDirective as a, FileInfoCountPipe as a$, ColumnCustomComponentPipe as a0, ColumnCustomUiPipe as a1, ColumnIconPipe as a2, ColumnRendererBase as a3, ColumnRendererViewBase as a4, ColumnResizerDirective as a5, ColumnService as a6, ColumnValueDirective as a7, ColumnValueOfParametersPipe as a8, ColumnValuePipe as a9, DynamicDarkColorPipe as aA, DynamicFormComponent as aB, DynamicFormToolbaritemComponent as aC, DynamicItemComponent as aD, DynamicLayoutComponent as aE, DynamicRootVariableDirective as aF, DynamicStyleDirective as aG, DynamicUlvPagingComponent as aH, DynamicUlvToolbarComponent as aI, EllapsisTextDirective as aJ, EllipsifyDirective as aK, EmptyPageComponent as aL, EmptyPageWithRouterAndRouterOutletComponent as aM, EntitySettingsStore as aN, EnumCaptionPipe as aO, EnumControlInfoModel as aP, ExecuteDynamicCommand as aQ, ExecuteWorkflowChoiceDef as aR, ExistsColumnsPipe as aS, FORM_DIALOG_COMPONENT as aT, FieldBaseComponent as aU, FieldBaseController as aV, FieldDirective as aW, FieldInfoTypeEnum as aX, FieldUiComponent as aY, FieldViewBase as aZ, FileControlInfoModel as a_, ComboRowImagePipe as aa, CommandControlInfoModel as ab, ContainerComponent as ac, ContainerService as ad, ContextMenuPipe as ae, ControlUiPipe as af, ConvertToStylePipe as ag, CopyDirective as ah, CountDownDirective as ai, CustomCommand as aj, CustomInjector as ak, CustomRouteReuseStrategy as al, CustomUiRegistryService as am, DEFAULT_REPORT_LAYOUT_POLICY as an, DIALOG_SERVICE as ao, DateHijriService as ap, DateMiladiService as aq, DateRanges as ar, DateService as as, DateShamsiService as at, DateTimeControlInfoModel as au, DefaultCommandsAccessValue as av, DefaultGridSetting as aw, DeviceWidth as ax, DialogParams as ay, DynamicCommandDirective as az, AddDynamicFormStyles as b, ItemsRendererDirective as b$, FilePictureInfoModel as b0, FilesValidationHelper as b1, FillAllLayoutControls as b2, FillEmptySpaceDirective as b3, FilterColumnsByDetailsPipe as b4, FilterInlineActionListPipe as b5, FilterPipe as b6, FilterStringPipe as b7, FilterTabPipe as b8, FilterToolbarControlPipe as b9, GetDefaultMoObjectInfo as bA, GetImgTags as bB, GetViewableExtensions as bC, GetVisibleValue as bD, GridSetting as bE, GroupBy as bF, GroupByPipe as bG, GroupByService as bH, HeaderFacetValuePipe as bI, HideAcceptCancelButtonsPipe as bJ, HideColumnsInmobilePipe as bK, HistoryControlInfoModel as bL, HorizontalLayoutService as bM, HorizontalResponsiveDirective as bN, IconControlInfoModel as bO, IdbService as bP, ImageLazyDirective as bQ, ImageMimeType as bR, ImagetoPrint as bS, InMemoryStorageService as bT, IndexedDbService as bU, InputNumber as bV, IntersectionObserverDirective as bW, IntersectionStatus as bX, IsDarkMode as bY, IsExpandedNodePipe as bZ, IsImagePipe as b_, FilterWorkflowInMobilePipe as ba, FindColumnByDbNamePipe as bb, FindColumnsPipe as bc, FindGroup as bd, FindLayoutSettingFromLayout94 as be, FindPreviewColumnPipe as bf, FindToolbarItem as bg, FioriIconPipe as bh, FormBaseComponent as bi, FormCloseDirective as bj, FormComponent as bk, FormFieldReportPageComponent as bl, FormNewComponent as bm, FormPageBaseComponent as bn, FormPageComponent as bo, FormPanelService as bp, FormPropsBaseComponent as bq, FormService as br, FormToolbarBaseComponent as bs, FormToolbarButton as bt, GaugeControlInfoModel as bu, GeneralControlInfoModel as bv, GetAllColumnsSorted as bw, GetAllHorizontalFromLayout94 as bx, GetContentType as by, GetCssVariableValuePipe as bz, AffixRespondEvents as c, PromptUpdateService as c$, LabelStarTrimPipe as c0, LabelmandatoryDirective as c1, LayoutItemBaseComponent as c2, LayoutMainContentService as c3, LayoutPanelBaseComponent as c4, LayoutService as c5, LeafletLongPressDirective as c6, LinearListControlInfoModel as c7, LinearListHelper as c8, ListCountPipe as c9, NetworkStatusService as cA, NotFoundComponent as cB, NotificationService as cC, NowraptextDirective as cD, NumberBaseComponent as cE, NumberControlInfoModel as cF, NumbersOnlyInputDirective as cG, NumeralPipe as cH, OverflowTextDirective as cI, PageBaseComponent as cJ, PageWithFormHandlerBaseComponent as cK, PdfMimeType as cL, PictureFieldSourcePipe as cM, PictureFileControlInfoModel as cN, PicturesByGroupIdPipe as cO, PlaceHolderDirective as cP, PortalDynamicPageResolver as cQ, PortalFormPageResolver as cR, PortalPageComponent as cS, PortalPageResolver as cT, PortalPageSidebarComponent as cU, PortalReportPageResolver as cV, PortalService as cW, PreventDefaulEvent as cX, PreventDefaultDirective as cY, PrintFilesDirective as cZ, PrintImage as c_, ListRelationModel as ca, LoadExternalFilesDirective as cb, LocalStorageService as cc, LogService as cd, LoginSettingsResolver as ce, MapToChatMessagePipe as cf, MasterDetailsPageComponent as cg, MeasureFormTitleWidthDirective as ch, MergeFieldsToColumnsPipe as ci, MetaobjectDataModel as cj, MetaobjectRelationModel as ck, MimeTypes as cl, MoForReportModel as cm, MoForReportModelBase as cn, MoInfoUlvMoListPipe as co, MoInfoUlvPagingPipe as cp, MoLinkerDirective as cq, MoReportValueConcatPipe as cr, MoReportValuePipe as cs, MoValuePipe as ct, MobileDirective as cu, ModalRootComponent as cv, MultipleGroupByPipe as cw, NATIVE_FEDERATION_RUNTIME as cx, NOTIFICATAION_POPUP_SERVER as cy, NOTIFICATION_WEBWORKER_FACTORY as cz, AllFilesMimeType as d, ShortcutHandlerDirective as d$, PushBannerComponent as d0, PushCheckService as d1, PushNotificationService as d2, REPORT_GRID_VIEWPORT_CLASS as d3, REPORT_TYPE_DEFAULT_POLICIES as d4, RUNTIME_NAV_STATE_SCHEMA_V1 as d5, RabetehAkseTakiListiControlInfoModel as d6, RedirectHomeGuard as d7, RelatedReportControlInfoModel as d8, RelationListControlInfoModel as d9, ResizeHandlerDirective as dA, ResizeObserverDirective as dB, ReversePipe as dC, RichStringControlInfoModel as dD, RootPageComponent as dE, RootPortalComponent as dF, RotateImage as dG, RouteFormChangeDirective as dH, RoutingService as dI, RowDataOption as dJ, RowNumberPipe as dK, RowState as dL, RuntimeNavStateCacheService as dM, SafeBottomDirective as dN, SanitizeTextPipe as dO, SaveImageDirective as dP, SaveImageToFile as dQ, SaveScrollPositionService as dR, ScopedCssPipe as dS, ScrollLayoutContextHolder as dT, ScrollPersistDirective as dU, ScrollToSelectedDirective as dV, SelectionMode as dW, SeperatorFixPipe as dX, ServiceWorkerCommuncationService as dY, ServiceWorkerNotificationService as dZ, ShellbarHeightService as d_, RemoveDynamicFormStyles as da, RemoveNewlinePipe as db, RenderUlvDirective as dc, RenderUlvPaginDirective as dd, RenderUlvViewerDirective as de, ReplacePipe as df, ReportActionListPipe as dg, ReportBaseComponent as dh, ReportBaseInfo as di, ReportBreadcrumbResolver as dj, ReportCalendarModel as dk, ReportContainerComponent as dl, ReportExtraInfo as dm, ReportField as dn, ReportFormModel as dp, ReportItemBaseComponent as dq, ReportListModel as dr, ReportModel as ds, ReportNavigatorComponent as dt, ReportTreeModel as du, ReportViewBaseComponent as dv, ReportViewColumn as dw, ResizableComponent as dx, ResizableDirective as dy, ResizableModule as dz, AnchorScrollDirective as e, fixUnclosedParentheses as e$, ShortcutRegisterDirective as e0, SimpleTemplateEngine as e1, SimplebarDirective as e2, SingleRelationControlInfoModel as e3, SortDirection as e4, SortPipe as e5, SortSetting as e6, SplideSliderDirective as e7, SplitPipe as e8, SplitterComponent as e9, ViewBase as eA, VisibleValuePipe as eB, WebOtpDirective as eC, WordMimeType as eD, WorfkflowwChoiceCommandDirective as eE, addCssVariableToRoot as eF, addDynamicVariableTo as eG, availablePrefixes as eH, bodyClick as eI, buildRuntimeNavStateCacheKey as eJ, calcContextMenuWidth as eK, calculateColumnContent as eL, calculateColumnWidth as eM, calculateColumnWidthFitToContainer as eN, calculateFreeColumnSize as eO, calculateMoDataListContentWidthByColumnName as eP, cancelRequestAnimationFrame as eQ, checkPermission as eR, compareVersions as eS, contextDefaultsFromEnvironment as eT, createFormPanelMetaConditions as eU, createGridEditorFormPanel as eV, easeInOutCubic as eW, elementInViewport2 as eX, enumValueToStringSize as eY, executeUlvCommandHandler as eZ, extractLayoutPolicyFromView as e_, StopPropagationDirective as ea, StringControlInfoModel as eb, StringToNumberPipe as ec, SubformControlInfoModel as ed, SystemBaseComponent as ee, TEMPLATE_ENGINE as ef, TOAST_SERVICE as eg, TableHeaderWidthMode as eh, TableResizerDirective as ei, TabpageService as ej, ThImageOrIconePipe as ek, TileGroupBreadcrumResolver as el, TilePropsComponent as em, TlbButtonsPipe as en, ToolbarSettingsPipe as eo, TooltipDirective as ep, TotalSummaryPipe as eq, UiService as er, UlvCommandDirective as es, UlvHeightSizeType as et, UlvMainService as eu, UnlimitSessionComponent as ev, UntilInViewDirective as ew, UploadService as ex, VideoMimeType as ey, VideoRecordingService as ez, formRoutes as f, sortEx as f$, flattenTree as f0, forbiddenValidator as f1, formatBytes as f2, fromEntries as f3, fromIntersectionObserver as f4, genrateInlineMoId as f5, getAllItemsPerChildren as f6, getColumnValueOfMoDataList as f7, getComponentDefined as f8, getControlList as f9, isFirefox as fA, isFunction as fB, isIOS as fC, isImage as fD, isInLocalMode as fE, isSafari as fF, isTargetWindow as fG, isVersionBiggerThan as fH, measureText as fI, measureText2 as fJ, measureTextBy as fK, mobile_regex as fL, multilevelSort as fM, nullOrUndefinedString as fN, number_only as fO, removeDynamicStyle as fP, requestAnimationFramePolyfill as fQ, resolveFinalScroll as fR, resolveReportLayoutPolicy as fS, scrollLayoutModeToContextEnvironment as fT, scrollToElement as fU, searchEx as fV, setColumnWidthByMaxMoContentWidth as fW, setOneDepthLevel as fX, setTableThWidth as fY, shallowEqual as fZ, sort as f_, getControlSizeMode as fa, getDateService as fb, getDeviceIsDesktop as fc, getDeviceIsMobile as fd, getDeviceIsPhone as fe, getDeviceIsTablet as ff, getFieldValue as fg, getFocusableTagNames as fh, getFormSettings as fi, getGridSettings as fj, getHeaderValue as fk, getIcon as fl, getImagePath as fm, getLabelWidth as fn, getLayout94ObjectInfo as fo, getLayoutControl as fp, getNestedValue as fq, getNewMoGridEditor as fr, getParentHeight as fs, getReportTypeDefaultPolicy as ft, getRequestAnimationFrame as fu, getResetGridSettings as fv, getTargetRect as fw, getUniqueId as fx, getValidExtension as fy, isFF as fz, ApiService as g, stopPropagation as g0, throwIfAlreadyLoaded as g1, toNumber as g2, validateAllFormFields as g3, ApplicationBaseComponent as h, ApplicationCtrlrService as i, AttrRtlDirective as j, AudioMimeType as k, AudioRecordingService as l, AuthGuard as m, BarsaApi as n, BarsaDialogService as o, BarsaIconDictPipe as p, BarsaNovinRayCoreModule as q, reportRoutes as r, BarsaReadonlyDirective as s, BarsaSapUiFormPageModule as t, BarsaStorageService as u, BaseColumnPropsComponent as v, BaseComponent as w, BaseController as x, BaseDirective as y, BaseDynamicComponent as z };
|
|
20644
|
+
//# sourceMappingURL=barsa-novin-ray-core-barsa-novin-ray-core-CKKXv9DX.mjs.map
|