barsa-novin-ray-core 2.3.163 → 2.3.165
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-CGp55b2N.mjs → barsa-novin-ray-core-barsa-novin-ray-core-Q1H9o6KT.mjs} +1027 -793
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-Q1H9o6KT.mjs.map +1 -0
- package/fesm2022/{barsa-novin-ray-core-barsa-report-page.module-BfX9Hk-R.mjs → barsa-novin-ray-core-barsa-report-page.module-DKTPWXYB.mjs} +10 -10
- package/fesm2022/{barsa-novin-ray-core-barsa-report-page.module-BfX9Hk-R.mjs.map → barsa-novin-ray-core-barsa-report-page.module-DKTPWXYB.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 +120 -42
- package/fesm2022/barsa-novin-ray-core-barsa-novin-ray-core-CGp55b2N.mjs.map +0 -1
|
@@ -10,7 +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';
|
|
13
|
+
import { HttpClient, HttpEventType, HttpErrorResponse, HttpHeaders, provideHttpClient, withXhr, withInterceptorsFromDi } from '@angular/common/http';
|
|
14
14
|
import { loadRemoteModule } from '@angular-architects/native-federation';
|
|
15
15
|
import * as i1$1 from '@angular/common';
|
|
16
16
|
import { Location, TitleCasePipe, CommonModule } from '@angular/common';
|
|
@@ -21,6 +21,14 @@ import Splide from '@splidejs/splide';
|
|
|
21
21
|
|
|
22
22
|
class BarsaApi {
|
|
23
23
|
static { this.idGenerator = -10000; }
|
|
24
|
+
/**
|
|
25
|
+
* رجیستری سراسری کامپوننتهای سفارشی (per-xtype) که از سرور با
|
|
26
|
+
* BL method گرفته میشود. کلید = originalXtype (مثل 'Ui.TextArea')،
|
|
27
|
+
* مقدار = تعریف کامپوننت (Module/Name/Selector/Version/IsFederatedRemote/...).
|
|
28
|
+
* توسط CustomUiRegistryService در AppInitializer پر میشود و در
|
|
29
|
+
* getComponentDefined خوانده میشود.
|
|
30
|
+
*/
|
|
31
|
+
static { this.CustomUiMap = {}; }
|
|
24
32
|
static get GanttChartHelper() {
|
|
25
33
|
return GanttChartHelper;
|
|
26
34
|
}
|
|
@@ -100,10 +108,10 @@ class LogService {
|
|
|
100
108
|
console.warn(warn);
|
|
101
109
|
}
|
|
102
110
|
}
|
|
103
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
104
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
111
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
112
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LogService, providedIn: 'root' }); }
|
|
105
113
|
}
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LogService, decorators: [{
|
|
107
115
|
type: Injectable,
|
|
108
116
|
args: [{
|
|
109
117
|
providedIn: 'root'
|
|
@@ -159,10 +167,10 @@ class BaseComponent {
|
|
|
159
167
|
console.log('ngOnDestroy');
|
|
160
168
|
console.log(this);
|
|
161
169
|
}
|
|
162
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
163
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
170
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
171
|
+
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 }); }
|
|
164
172
|
}
|
|
165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseComponent, decorators: [{
|
|
166
174
|
type: Component,
|
|
167
175
|
args: [{
|
|
168
176
|
selector: 'bnrc-base',
|
|
@@ -178,10 +186,10 @@ class EmptyPageWithRouterAndRouterOutletComponent extends BaseComponent {
|
|
|
178
186
|
constructor() {
|
|
179
187
|
super();
|
|
180
188
|
}
|
|
181
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
182
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
189
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EmptyPageWithRouterAndRouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
190
|
+
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 }); }
|
|
183
191
|
}
|
|
184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EmptyPageWithRouterAndRouterOutletComponent, decorators: [{
|
|
185
193
|
type: Component,
|
|
186
194
|
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" }]
|
|
187
195
|
}], ctorParameters: () => [] });
|
|
@@ -535,10 +543,10 @@ class DateService {
|
|
|
535
543
|
}
|
|
536
544
|
return val1 === val2;
|
|
537
545
|
}
|
|
538
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
539
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
546
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
547
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateService }); }
|
|
540
548
|
}
|
|
541
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateService, decorators: [{
|
|
542
550
|
type: Injectable
|
|
543
551
|
}] });
|
|
544
552
|
|
|
@@ -672,10 +680,10 @@ class DateHijriService extends DateService {
|
|
|
672
680
|
}
|
|
673
681
|
return m.format(format);
|
|
674
682
|
}
|
|
675
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
676
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
683
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateHijriService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
684
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateHijriService }); }
|
|
677
685
|
}
|
|
678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateHijriService, decorators: [{
|
|
679
687
|
type: Injectable
|
|
680
688
|
}] });
|
|
681
689
|
|
|
@@ -788,10 +796,10 @@ class DateMiladiService extends DateService {
|
|
|
788
796
|
weekDays() {
|
|
789
797
|
return moment.weekdays();
|
|
790
798
|
}
|
|
791
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
792
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
799
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateMiladiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
800
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateMiladiService }); }
|
|
793
801
|
}
|
|
794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateMiladiService, decorators: [{
|
|
795
803
|
type: Injectable
|
|
796
804
|
}], ctorParameters: () => [] });
|
|
797
805
|
|
|
@@ -932,10 +940,10 @@ class DateShamsiService extends DateService {
|
|
|
932
940
|
}
|
|
933
941
|
return moment$2(value, format);
|
|
934
942
|
}
|
|
935
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
936
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
943
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateShamsiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
944
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateShamsiService }); }
|
|
937
945
|
}
|
|
938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DateShamsiService, decorators: [{
|
|
939
947
|
type: Injectable
|
|
940
948
|
}], ctorParameters: () => [] });
|
|
941
949
|
|
|
@@ -1090,6 +1098,16 @@ const isAndroid = () => {
|
|
|
1090
1098
|
}
|
|
1091
1099
|
return !!Device.os.android;
|
|
1092
1100
|
};
|
|
1101
|
+
const isIOS$1 = () => {
|
|
1102
|
+
if (!Device.os) {
|
|
1103
|
+
_setOS();
|
|
1104
|
+
}
|
|
1105
|
+
if (Device.os.ios) {
|
|
1106
|
+
return true;
|
|
1107
|
+
}
|
|
1108
|
+
// iPadOS 13+ خودش را «Macintosh» گزارش میکند؛ با وجود لمس از مکِ واقعی تفکیک میشود
|
|
1109
|
+
return !!Device.os.macintosh && supportTouch();
|
|
1110
|
+
};
|
|
1093
1111
|
// * ******* Browser Detection ********
|
|
1094
1112
|
/**
|
|
1095
1113
|
* Contains information about the used browser.
|
|
@@ -1972,6 +1990,10 @@ function setOneDepthLevel(node) {
|
|
|
1972
1990
|
function isFirefox() {
|
|
1973
1991
|
return navigator.userAgent.toLowerCase().indexOf('firefox') > -1;
|
|
1974
1992
|
}
|
|
1993
|
+
/** تشخیص دستگاههای iOS (iPhone/iPad/iPod، شامل iPadOS 13+ در حالت دسکتاپ). */
|
|
1994
|
+
function isIOS() {
|
|
1995
|
+
return isIOS$1();
|
|
1996
|
+
}
|
|
1975
1997
|
function getImagePath(type, moId, fileId, fieldDefId, size, sizeH) {
|
|
1976
1998
|
moId = moId == null ? '' : encodeURIComponent(moId);
|
|
1977
1999
|
fileId = fileId == null ? '' : encodeURIComponent(fileId);
|
|
@@ -2064,14 +2086,23 @@ function getComponentDefined(controlUi, customUiSetting) {
|
|
|
2064
2086
|
selector = selector.substring(1, selector.length);
|
|
2065
2087
|
selector = BarsaApi.LoginFormData.CustomUiPrefix + '-' + selector;
|
|
2066
2088
|
let version;
|
|
2067
|
-
|
|
2068
|
-
|
|
2089
|
+
let isFederatedRemote = false;
|
|
2090
|
+
let moduleFileName;
|
|
2091
|
+
// ── انتخاب override با اولویت ──────────────────────────────────
|
|
2092
|
+
// ۱) CustomUi روی خود فیلد (خاصترین) > ۲) رجیستری سراسری per-xtype > ۳) پیشفرض
|
|
2093
|
+
const registryEntry = BarsaApi.CustomUiMap ? BarsaApi.CustomUiMap[controlUi.originalXtype] : null;
|
|
2094
|
+
const override = customUiSetting && customUiSetting.Module ? customUiSetting : registryEntry;
|
|
2095
|
+
if (override && override.Module) {
|
|
2096
|
+
moduleName = override.Module;
|
|
2069
2097
|
moduleKebabName = BarsaApi.Common.Util.GetKebabCase(moduleName);
|
|
2070
|
-
componentName =
|
|
2071
|
-
selector =
|
|
2072
|
-
version =
|
|
2073
|
-
|
|
2074
|
-
|
|
2098
|
+
componentName = override.Name;
|
|
2099
|
+
selector = override.Selector;
|
|
2100
|
+
version = override.Version;
|
|
2101
|
+
isFederatedRemote = !!override.IsFederatedRemote;
|
|
2102
|
+
moduleFileName = override.ModuleFileName;
|
|
2103
|
+
}
|
|
2104
|
+
// ModuleFileName سرور را ترجیح بده؛ در غیر اینصورت از kebab نام ماژول بساز
|
|
2105
|
+
const modulePath = moduleFileName ? moduleFileName : moduleKebabName.slice(1, moduleKebabName.length);
|
|
2075
2106
|
return {
|
|
2076
2107
|
Id: '',
|
|
2077
2108
|
$Caption: '',
|
|
@@ -2079,7 +2110,8 @@ function getComponentDefined(controlUi, customUiSetting) {
|
|
|
2079
2110
|
ModuleFileName: modulePath,
|
|
2080
2111
|
Name: componentName,
|
|
2081
2112
|
Selector: selector,
|
|
2082
|
-
Version: version
|
|
2113
|
+
Version: version,
|
|
2114
|
+
IsFederatedRemote: isFederatedRemote
|
|
2083
2115
|
};
|
|
2084
2116
|
}
|
|
2085
2117
|
function isSafari() {
|
|
@@ -2919,10 +2951,10 @@ class MoReportValuePipe {
|
|
|
2919
2951
|
transform(name, mo, Columns, caption) {
|
|
2920
2952
|
return getColumnValueOfMoDataList(name, mo, Columns, caption);
|
|
2921
2953
|
}
|
|
2922
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2923
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2954
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoReportValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2955
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MoReportValuePipe, isStandalone: false, name: "rval" }); }
|
|
2924
2956
|
}
|
|
2925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoReportValuePipe, decorators: [{
|
|
2926
2958
|
type: Pipe,
|
|
2927
2959
|
args: [{
|
|
2928
2960
|
name: 'rval',
|
|
@@ -2947,11 +2979,11 @@ class EnumCaptionPipe {
|
|
|
2947
2979
|
const val = obj[`${field}$Caption`];
|
|
2948
2980
|
return val !== undefined ? val : obj[field];
|
|
2949
2981
|
}
|
|
2950
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2951
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
2952
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2982
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EnumCaptionPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2983
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: EnumCaptionPipe, isStandalone: false, name: "enumCaption" }); }
|
|
2984
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EnumCaptionPipe, providedIn: 'root' }); }
|
|
2953
2985
|
}
|
|
2954
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EnumCaptionPipe, decorators: [{
|
|
2955
2987
|
type: Injectable,
|
|
2956
2988
|
args: [{ providedIn: 'root' }]
|
|
2957
2989
|
}, {
|
|
@@ -2999,10 +3031,10 @@ class NumeralPipe {
|
|
|
2999
3031
|
const newVal = value.toString().replace(/,/g, '');
|
|
3000
3032
|
return newVal;
|
|
3001
3033
|
}
|
|
3002
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3003
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3034
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumeralPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3035
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: NumeralPipe, isStandalone: false, name: "numeral" }); }
|
|
3004
3036
|
}
|
|
3005
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumeralPipe, decorators: [{
|
|
3006
3038
|
type: Pipe,
|
|
3007
3039
|
args: [{
|
|
3008
3040
|
name: 'numeral',
|
|
@@ -3060,10 +3092,10 @@ class GroupByPipe {
|
|
|
3060
3092
|
value: groupedCollection[key]
|
|
3061
3093
|
}));
|
|
3062
3094
|
}
|
|
3063
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3064
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3095
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GroupByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3096
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: GroupByPipe, isStandalone: false, name: "groupBy" }); }
|
|
3065
3097
|
}
|
|
3066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GroupByPipe, decorators: [{
|
|
3067
3099
|
type: Pipe,
|
|
3068
3100
|
args: [{
|
|
3069
3101
|
name: 'groupBy',
|
|
@@ -3089,10 +3121,10 @@ class BbbTranslatePipe {
|
|
|
3089
3121
|
}
|
|
3090
3122
|
return result;
|
|
3091
3123
|
}
|
|
3092
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3093
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3124
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BbbTranslatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3125
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BbbTranslatePipe, isStandalone: false, name: "bbbTranslate" }); }
|
|
3094
3126
|
}
|
|
3095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BbbTranslatePipe, decorators: [{
|
|
3096
3128
|
type: Pipe,
|
|
3097
3129
|
args: [{
|
|
3098
3130
|
name: 'bbbTranslate',
|
|
@@ -3128,10 +3160,10 @@ class ContextMenuPipe {
|
|
|
3128
3160
|
return true;
|
|
3129
3161
|
});
|
|
3130
3162
|
}
|
|
3131
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3132
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3163
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContextMenuPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3164
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ContextMenuPipe, isStandalone: false, name: "contextMenu" }); }
|
|
3133
3165
|
}
|
|
3134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContextMenuPipe, decorators: [{
|
|
3135
3167
|
type: Pipe,
|
|
3136
3168
|
args: [{
|
|
3137
3169
|
name: 'contextMenu',
|
|
@@ -3148,10 +3180,10 @@ class HeaderFacetValuePipe {
|
|
|
3148
3180
|
// rating-indicator && progress-indicator
|
|
3149
3181
|
return Number(value.Value);
|
|
3150
3182
|
}
|
|
3151
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3152
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3183
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HeaderFacetValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3184
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: HeaderFacetValuePipe, isStandalone: false, name: "facetValue" }); }
|
|
3153
3185
|
}
|
|
3154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HeaderFacetValuePipe, decorators: [{
|
|
3155
3187
|
type: Pipe,
|
|
3156
3188
|
args: [{
|
|
3157
3189
|
name: 'facetValue',
|
|
@@ -3170,10 +3202,10 @@ class SeperatorFixPipe {
|
|
|
3170
3202
|
}
|
|
3171
3203
|
return !removeSeperator ? buttons : buttons.filter((c) => typeof c === 'object' && c.cls);
|
|
3172
3204
|
}
|
|
3173
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3174
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3205
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SeperatorFixPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3206
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: SeperatorFixPipe, isStandalone: false, name: "seperatorFix" }); }
|
|
3175
3207
|
}
|
|
3176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SeperatorFixPipe, decorators: [{
|
|
3177
3209
|
type: Pipe,
|
|
3178
3210
|
args: [{
|
|
3179
3211
|
name: 'seperatorFix',
|
|
@@ -3201,10 +3233,10 @@ class ConvertToStylePipe {
|
|
|
3201
3233
|
}
|
|
3202
3234
|
return {};
|
|
3203
3235
|
}
|
|
3204
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3205
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3236
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ConvertToStylePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3237
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ConvertToStylePipe, isStandalone: false, name: "convertToStyle" }); }
|
|
3206
3238
|
}
|
|
3207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ConvertToStylePipe, decorators: [{
|
|
3208
3240
|
type: Pipe,
|
|
3209
3241
|
args: [{
|
|
3210
3242
|
name: 'convertToStyle',
|
|
@@ -3264,10 +3296,10 @@ class TlbButtonsPipe {
|
|
|
3264
3296
|
}
|
|
3265
3297
|
return value === val && !btn.hidden && !btn.Command?.hide;
|
|
3266
3298
|
}
|
|
3267
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3268
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TlbButtonsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3300
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: TlbButtonsPipe, isStandalone: false, name: "tlbButtons" }); }
|
|
3269
3301
|
}
|
|
3270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TlbButtonsPipe, decorators: [{
|
|
3271
3303
|
type: Pipe,
|
|
3272
3304
|
args: [{
|
|
3273
3305
|
name: 'tlbButtons',
|
|
@@ -3283,10 +3315,10 @@ class RemoveNewlinePipe {
|
|
|
3283
3315
|
}
|
|
3284
3316
|
return text;
|
|
3285
3317
|
}
|
|
3286
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3287
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3318
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RemoveNewlinePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3319
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: RemoveNewlinePipe, isStandalone: false, name: "removeNewline" }); }
|
|
3288
3320
|
}
|
|
3289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RemoveNewlinePipe, decorators: [{
|
|
3290
3322
|
type: Pipe,
|
|
3291
3323
|
args: [{
|
|
3292
3324
|
name: 'removeNewline',
|
|
@@ -3299,10 +3331,10 @@ class MoValuePipe {
|
|
|
3299
3331
|
transform(name, mo, caption) {
|
|
3300
3332
|
return getFieldValue(name, mo, caption);
|
|
3301
3333
|
}
|
|
3302
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3303
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3334
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3335
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MoValuePipe, isStandalone: false, name: "val" }); }
|
|
3304
3336
|
}
|
|
3305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoValuePipe, decorators: [{
|
|
3306
3338
|
type: Pipe,
|
|
3307
3339
|
args: [{
|
|
3308
3340
|
name: 'val',
|
|
@@ -3330,10 +3362,10 @@ class FilterPipe {
|
|
|
3330
3362
|
});
|
|
3331
3363
|
return match;
|
|
3332
3364
|
}
|
|
3333
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3334
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3365
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3366
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterPipe, isStandalone: false, name: "filter" }); }
|
|
3335
3367
|
}
|
|
3336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterPipe, decorators: [{
|
|
3337
3369
|
type: Pipe,
|
|
3338
3370
|
args: [{
|
|
3339
3371
|
name: 'filter',
|
|
@@ -3348,10 +3380,10 @@ class FilterTabPipe {
|
|
|
3348
3380
|
}
|
|
3349
3381
|
return collection.filter((val) => val.Visible !== false);
|
|
3350
3382
|
}
|
|
3351
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3352
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3383
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterTabPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3384
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterTabPipe, isStandalone: false, name: "filterTab" }); }
|
|
3353
3385
|
}
|
|
3354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterTabPipe, decorators: [{
|
|
3355
3387
|
type: Pipe,
|
|
3356
3388
|
args: [{
|
|
3357
3389
|
name: 'filterTab',
|
|
@@ -3382,10 +3414,10 @@ class MoReportValueConcatPipe {
|
|
|
3382
3414
|
});
|
|
3383
3415
|
return result;
|
|
3384
3416
|
}
|
|
3385
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3386
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3417
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoReportValueConcatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3418
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MoReportValueConcatPipe, isStandalone: false, name: "rvalConcat" }); }
|
|
3387
3419
|
}
|
|
3388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoReportValueConcatPipe, decorators: [{
|
|
3389
3421
|
type: Pipe,
|
|
3390
3422
|
args: [{
|
|
3391
3423
|
name: 'rvalConcat',
|
|
@@ -3424,10 +3456,10 @@ class FilterStringPipe {
|
|
|
3424
3456
|
});
|
|
3425
3457
|
return match;
|
|
3426
3458
|
}
|
|
3427
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3428
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3459
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterStringPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3460
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterStringPipe, isStandalone: false, name: "filterStr" }); }
|
|
3429
3461
|
}
|
|
3430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterStringPipe, decorators: [{
|
|
3431
3463
|
type: Pipe,
|
|
3432
3464
|
args: [{
|
|
3433
3465
|
name: 'filterStr',
|
|
@@ -3442,10 +3474,10 @@ class SortPipe {
|
|
|
3442
3474
|
}
|
|
3443
3475
|
return [...items].sort(multilevelSort(criteria));
|
|
3444
3476
|
}
|
|
3445
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3446
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3477
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3478
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: SortPipe, isStandalone: false, name: "sort" }); }
|
|
3447
3479
|
}
|
|
3448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SortPipe, decorators: [{
|
|
3449
3481
|
type: Pipe,
|
|
3450
3482
|
args: [{
|
|
3451
3483
|
name: 'sort',
|
|
@@ -3459,10 +3491,10 @@ class BarsaIconDictPipe {
|
|
|
3459
3491
|
const sizeField = size === '128' ? 'FileIconDict128' : 'FileIconDict16';
|
|
3460
3492
|
return BarsaApi.Common.File[sizeField][type];
|
|
3461
3493
|
}
|
|
3462
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3463
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3494
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaIconDictPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3495
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BarsaIconDictPipe, isStandalone: false, name: "barsaIconDict" }); }
|
|
3464
3496
|
}
|
|
3465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaIconDictPipe, decorators: [{
|
|
3466
3498
|
type: Pipe,
|
|
3467
3499
|
args: [{
|
|
3468
3500
|
name: 'barsaIconDict',
|
|
@@ -3478,10 +3510,10 @@ class FileInfoCountPipe {
|
|
|
3478
3510
|
}
|
|
3479
3511
|
return value.Files.filter((c) => !c.IsDeleted).length;
|
|
3480
3512
|
}
|
|
3481
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3482
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3513
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FileInfoCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3514
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FileInfoCountPipe, isStandalone: false, name: "fileinfoCount" }); }
|
|
3483
3515
|
}
|
|
3484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FileInfoCountPipe, decorators: [{
|
|
3485
3517
|
type: Pipe,
|
|
3486
3518
|
args: [{
|
|
3487
3519
|
name: 'fileinfoCount',
|
|
@@ -3508,10 +3540,10 @@ class ControlUiPipe {
|
|
|
3508
3540
|
});
|
|
3509
3541
|
return finded;
|
|
3510
3542
|
}
|
|
3511
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3512
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3543
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ControlUiPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3544
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ControlUiPipe, isStandalone: false, name: "controlUi" }); }
|
|
3513
3545
|
}
|
|
3514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ControlUiPipe, decorators: [{
|
|
3515
3547
|
type: Pipe,
|
|
3516
3548
|
args: [{
|
|
3517
3549
|
name: 'controlUi',
|
|
@@ -3524,10 +3556,10 @@ class VisibleValuePipe {
|
|
|
3524
3556
|
transform(object, field) {
|
|
3525
3557
|
return GetVisibleValue(object, field);
|
|
3526
3558
|
}
|
|
3527
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3528
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3559
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: VisibleValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3560
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: VisibleValuePipe, isStandalone: false, name: "barsaVisibleValue" }); }
|
|
3529
3561
|
}
|
|
3530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: VisibleValuePipe, decorators: [{
|
|
3531
3563
|
type: Pipe,
|
|
3532
3564
|
args: [{
|
|
3533
3565
|
name: 'barsaVisibleValue',
|
|
@@ -3539,10 +3571,10 @@ class FilterToolbarControlPipe {
|
|
|
3539
3571
|
transform(config) {
|
|
3540
3572
|
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.
|
|
3541
3573
|
}
|
|
3542
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3543
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3574
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterToolbarControlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3575
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterToolbarControlPipe, isStandalone: false, name: "filterToolbarControl" }); }
|
|
3544
3576
|
}
|
|
3545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterToolbarControlPipe, decorators: [{
|
|
3546
3578
|
type: Pipe,
|
|
3547
3579
|
args: [{
|
|
3548
3580
|
name: 'filterToolbarControl',
|
|
@@ -3624,10 +3656,10 @@ class MultipleGroupByPipe {
|
|
|
3624
3656
|
}
|
|
3625
3657
|
});
|
|
3626
3658
|
}
|
|
3627
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3628
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3659
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MultipleGroupByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3660
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MultipleGroupByPipe, isStandalone: false, name: "multipleGroupBy" }); }
|
|
3629
3661
|
}
|
|
3630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MultipleGroupByPipe, decorators: [{
|
|
3631
3663
|
type: Pipe,
|
|
3632
3664
|
args: [{
|
|
3633
3665
|
name: 'multipleGroupBy',
|
|
@@ -3644,10 +3676,10 @@ class PictureFieldSourcePipe {
|
|
|
3644
3676
|
const url = getImagePath(type, moId, value, fieldDefId, sw, sh);
|
|
3645
3677
|
return url;
|
|
3646
3678
|
}
|
|
3647
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3648
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3679
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PictureFieldSourcePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3680
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: PictureFieldSourcePipe, isStandalone: false, name: "picFieldSrc" }); }
|
|
3649
3681
|
}
|
|
3650
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PictureFieldSourcePipe, decorators: [{
|
|
3651
3683
|
type: Pipe,
|
|
3652
3684
|
args: [{
|
|
3653
3685
|
name: 'picFieldSrc',
|
|
@@ -3685,10 +3717,10 @@ class FioriIconPipe {
|
|
|
3685
3717
|
return defaultIcon;
|
|
3686
3718
|
}
|
|
3687
3719
|
}
|
|
3688
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3689
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3720
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FioriIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3721
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FioriIconPipe, isStandalone: false, name: "fioriIcon" }); }
|
|
3690
3722
|
}
|
|
3691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FioriIconPipe, decorators: [{
|
|
3692
3724
|
type: Pipe,
|
|
3693
3725
|
args: [{
|
|
3694
3726
|
name: 'fioriIcon',
|
|
@@ -3710,10 +3742,10 @@ class CanUploadFilePipe {
|
|
|
3710
3742
|
}
|
|
3711
3743
|
return canUpload;
|
|
3712
3744
|
}
|
|
3713
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3714
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3745
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CanUploadFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3746
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: CanUploadFilePipe, isStandalone: false, name: "canUploadFile" }); }
|
|
3715
3747
|
}
|
|
3716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CanUploadFilePipe, decorators: [{
|
|
3717
3749
|
type: Pipe,
|
|
3718
3750
|
args: [{
|
|
3719
3751
|
name: 'canUploadFile',
|
|
@@ -3726,10 +3758,10 @@ class ListCountPipe {
|
|
|
3726
3758
|
transform(list) {
|
|
3727
3759
|
return list.length;
|
|
3728
3760
|
}
|
|
3729
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3730
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3761
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ListCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3762
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ListCountPipe, isStandalone: false, name: "listCount" }); }
|
|
3731
3763
|
}
|
|
3732
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ListCountPipe, decorators: [{
|
|
3733
3765
|
type: Pipe,
|
|
3734
3766
|
args: [{
|
|
3735
3767
|
name: 'listCount',
|
|
@@ -3741,10 +3773,10 @@ class TotalSummaryPipe {
|
|
|
3741
3773
|
transform(moDataList, columnName) {
|
|
3742
3774
|
return moDataList.reduce((curr, prev, currIndex) => currIndex === 0 ? Number(prev[columnName]) : curr + Number(prev[columnName]), 0);
|
|
3743
3775
|
}
|
|
3744
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3745
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3776
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TotalSummaryPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3777
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: TotalSummaryPipe, isStandalone: false, name: "totalSummary" }); }
|
|
3746
3778
|
}
|
|
3747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TotalSummaryPipe, decorators: [{
|
|
3748
3780
|
type: Pipe,
|
|
3749
3781
|
args: [{
|
|
3750
3782
|
name: 'totalSummary',
|
|
@@ -3779,11 +3811,11 @@ class MergeFieldsToColumnsPipe {
|
|
|
3779
3811
|
}
|
|
3780
3812
|
return columns;
|
|
3781
3813
|
}
|
|
3782
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3783
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3784
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3814
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MergeFieldsToColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3815
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MergeFieldsToColumnsPipe, isStandalone: false, name: "mergeFieldsToColumns" }); }
|
|
3816
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MergeFieldsToColumnsPipe }); }
|
|
3785
3817
|
}
|
|
3786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MergeFieldsToColumnsPipe, decorators: [{
|
|
3787
3819
|
type: Injectable
|
|
3788
3820
|
}, {
|
|
3789
3821
|
type: Pipe,
|
|
@@ -3807,10 +3839,10 @@ class FindColumnByDbNamePipe {
|
|
|
3807
3839
|
_findColumn(columns, name) {
|
|
3808
3840
|
return columns.find((column) => column.Name === name || column.Caption === name || column.Alias === name);
|
|
3809
3841
|
}
|
|
3810
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3811
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3842
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindColumnByDbNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3843
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FindColumnByDbNamePipe, isStandalone: false, name: "findColumnByDbName" }); }
|
|
3812
3844
|
}
|
|
3813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindColumnByDbNamePipe, decorators: [{
|
|
3814
3846
|
type: Pipe,
|
|
3815
3847
|
args: [{
|
|
3816
3848
|
name: 'findColumnByDbName',
|
|
@@ -3829,10 +3861,10 @@ class FilterColumnsByDetailsPipe {
|
|
|
3829
3861
|
detailsColumns.map((c) => c.Name).indexOf(column.Name) === -1);
|
|
3830
3862
|
return x;
|
|
3831
3863
|
}
|
|
3832
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3833
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3864
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterColumnsByDetailsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3865
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterColumnsByDetailsPipe, isStandalone: false, name: "filterColumnsByDetails" }); }
|
|
3834
3866
|
}
|
|
3835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterColumnsByDetailsPipe, decorators: [{
|
|
3836
3868
|
type: Pipe,
|
|
3837
3869
|
args: [{
|
|
3838
3870
|
name: 'filterColumnsByDetails',
|
|
@@ -3844,10 +3876,10 @@ class MoInfoUlvPagingPipe {
|
|
|
3844
3876
|
transform(ulvAdapterPaging, ulvUiPaging) {
|
|
3845
3877
|
return ulvAdapterPaging ? ulvAdapterPaging : ulvUiPaging;
|
|
3846
3878
|
}
|
|
3847
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3848
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3879
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvPagingPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3880
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvPagingPipe, isStandalone: false, name: "moInfoUlvPaging" }); }
|
|
3849
3881
|
}
|
|
3850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvPagingPipe, decorators: [{
|
|
3851
3883
|
type: Pipe,
|
|
3852
3884
|
args: [{
|
|
3853
3885
|
name: 'moInfoUlvPaging',
|
|
@@ -3901,10 +3933,10 @@ class MoInfoUlvMoListPipe {
|
|
|
3901
3933
|
}
|
|
3902
3934
|
return result;
|
|
3903
3935
|
}
|
|
3904
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3905
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvMoListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3937
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvMoListPipe, isStandalone: false, name: "moInfoUlvMoList" }); }
|
|
3906
3938
|
}
|
|
3907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoInfoUlvMoListPipe, decorators: [{
|
|
3908
3940
|
type: Pipe,
|
|
3909
3941
|
args: [{
|
|
3910
3942
|
name: 'moInfoUlvMoList',
|
|
@@ -3922,10 +3954,10 @@ class ReversePipe {
|
|
|
3922
3954
|
}
|
|
3923
3955
|
return value.reverse();
|
|
3924
3956
|
}
|
|
3925
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3926
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3957
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReversePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3958
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ReversePipe, isStandalone: false, name: "reverse" }); }
|
|
3927
3959
|
}
|
|
3928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReversePipe, decorators: [{
|
|
3929
3961
|
type: Pipe,
|
|
3930
3962
|
args: [{
|
|
3931
3963
|
name: 'reverse',
|
|
@@ -3953,10 +3985,10 @@ class ColumnCustomUiPipe {
|
|
|
3953
3985
|
});
|
|
3954
3986
|
return component;
|
|
3955
3987
|
}
|
|
3956
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3957
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
3988
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomUiPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3989
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomUiPipe, isStandalone: false, name: "columnCustomUi" }); }
|
|
3958
3990
|
}
|
|
3959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomUiPipe, decorators: [{
|
|
3960
3992
|
type: Pipe,
|
|
3961
3993
|
args: [{
|
|
3962
3994
|
name: 'columnCustomUi',
|
|
@@ -3972,10 +4004,10 @@ class SanitizeTextPipe {
|
|
|
3972
4004
|
transform(text) {
|
|
3973
4005
|
return this._domSanitizer.bypassSecurityTrustHtml(text);
|
|
3974
4006
|
}
|
|
3975
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3976
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4007
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SanitizeTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4008
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: SanitizeTextPipe, isStandalone: false, name: "sanitizeText" }); }
|
|
3977
4009
|
}
|
|
3978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SanitizeTextPipe, decorators: [{
|
|
3979
4011
|
type: Pipe,
|
|
3980
4012
|
args: [{
|
|
3981
4013
|
name: 'sanitizeText',
|
|
@@ -4008,11 +4040,11 @@ class ColumnCustomComponentPipe {
|
|
|
4008
4040
|
}
|
|
4009
4041
|
return columns;
|
|
4010
4042
|
}
|
|
4011
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4012
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4013
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4043
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomComponentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4044
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomComponentPipe, isStandalone: false, name: "columnCustomComponent" }); }
|
|
4045
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomComponentPipe }); }
|
|
4014
4046
|
}
|
|
4015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnCustomComponentPipe, decorators: [{
|
|
4016
4048
|
type: Injectable
|
|
4017
4049
|
}, {
|
|
4018
4050
|
type: Pipe,
|
|
@@ -4044,10 +4076,10 @@ class ColumnValuePipe {
|
|
|
4044
4076
|
}
|
|
4045
4077
|
return caption || '';
|
|
4046
4078
|
}
|
|
4047
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4048
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4079
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4080
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ColumnValuePipe, isStandalone: false, name: "columnValue" }); }
|
|
4049
4081
|
}
|
|
4050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValuePipe, decorators: [{
|
|
4051
4083
|
type: Pipe,
|
|
4052
4084
|
args: [{
|
|
4053
4085
|
name: 'columnValue',
|
|
@@ -4065,10 +4097,10 @@ class ColumnIconPipe {
|
|
|
4065
4097
|
}
|
|
4066
4098
|
return icon;
|
|
4067
4099
|
}
|
|
4068
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4069
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4100
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4101
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ColumnIconPipe, isStandalone: false, name: "columnIcon" }); }
|
|
4070
4102
|
}
|
|
4071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnIconPipe, decorators: [{
|
|
4072
4104
|
type: Pipe,
|
|
4073
4105
|
args: [{
|
|
4074
4106
|
name: 'columnIcon',
|
|
@@ -4085,11 +4117,11 @@ class RowNumberPipe {
|
|
|
4085
4117
|
const firstRow = BarsaApi.Common.Util.TryGetValue(setting, 'StartIndex', 0);
|
|
4086
4118
|
return rowIndex + Number(firstRow) + 1;
|
|
4087
4119
|
}
|
|
4088
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4089
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4090
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RowNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4121
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: RowNumberPipe, isStandalone: false, name: "rowNumber" }); }
|
|
4122
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RowNumberPipe }); }
|
|
4091
4123
|
}
|
|
4092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RowNumberPipe, decorators: [{
|
|
4093
4125
|
type: Injectable
|
|
4094
4126
|
}, {
|
|
4095
4127
|
type: Pipe,
|
|
@@ -4103,10 +4135,10 @@ class ComboRowImagePipe {
|
|
|
4103
4135
|
transform(value, data) {
|
|
4104
4136
|
return data.find((c) => c.id === value).url;
|
|
4105
4137
|
}
|
|
4106
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4107
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4138
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ComboRowImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4139
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ComboRowImagePipe, isStandalone: false, name: "comboRowImg" }); }
|
|
4108
4140
|
}
|
|
4109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ComboRowImagePipe, decorators: [{
|
|
4110
4142
|
type: Pipe,
|
|
4111
4143
|
args: [{
|
|
4112
4144
|
name: 'comboRowImg',
|
|
@@ -4127,10 +4159,10 @@ class IsExpandedNodePipe {
|
|
|
4127
4159
|
}
|
|
4128
4160
|
return this._isExpanded(value.parentNode);
|
|
4129
4161
|
}
|
|
4130
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4131
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IsExpandedNodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4163
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: IsExpandedNodePipe, isStandalone: false, name: "isExpandedNode" }); }
|
|
4132
4164
|
}
|
|
4133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IsExpandedNodePipe, decorators: [{
|
|
4134
4166
|
type: Pipe,
|
|
4135
4167
|
args: [{
|
|
4136
4168
|
name: 'isExpandedNode',
|
|
@@ -4147,10 +4179,10 @@ class ThImageOrIconePipe {
|
|
|
4147
4179
|
column.$IsImageOricon = x;
|
|
4148
4180
|
return x;
|
|
4149
4181
|
}
|
|
4150
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4151
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ThImageOrIconePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4183
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ThImageOrIconePipe, isStandalone: false, name: "thImageOrIcon" }); }
|
|
4152
4184
|
}
|
|
4153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ThImageOrIconePipe, decorators: [{
|
|
4154
4186
|
type: Pipe,
|
|
4155
4187
|
args: [{
|
|
4156
4188
|
name: 'thImageOrIcon',
|
|
@@ -4165,10 +4197,10 @@ class FindPreviewColumnPipe {
|
|
|
4165
4197
|
}
|
|
4166
4198
|
return columns.find((column) => column.IsPreview);
|
|
4167
4199
|
}
|
|
4168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4169
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindPreviewColumnPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4201
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FindPreviewColumnPipe, isStandalone: false, name: "findPreviewColumn" }); }
|
|
4170
4202
|
}
|
|
4171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindPreviewColumnPipe, decorators: [{
|
|
4172
4204
|
type: Pipe,
|
|
4173
4205
|
args: [{
|
|
4174
4206
|
name: 'findPreviewColumn',
|
|
@@ -4181,10 +4213,10 @@ class ReplacePipe {
|
|
|
4181
4213
|
const regex = new RegExp(regexValue, 'g');
|
|
4182
4214
|
return value.replace(regex, replaceValue);
|
|
4183
4215
|
}
|
|
4184
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4185
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4216
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4217
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ReplacePipe, isStandalone: false, name: "replace" }); }
|
|
4186
4218
|
}
|
|
4187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReplacePipe, decorators: [{
|
|
4188
4220
|
type: Pipe,
|
|
4189
4221
|
args: [{
|
|
4190
4222
|
name: 'replace',
|
|
@@ -4203,10 +4235,10 @@ class FilterWorkflowInMobilePipe {
|
|
|
4203
4235
|
}
|
|
4204
4236
|
return buttons.filter((button) => !button.isWorkflow);
|
|
4205
4237
|
}
|
|
4206
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4207
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4238
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterWorkflowInMobilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4239
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterWorkflowInMobilePipe, isStandalone: false, name: "filterWorkflowInMobile" }); }
|
|
4208
4240
|
}
|
|
4209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterWorkflowInMobilePipe, decorators: [{
|
|
4210
4242
|
type: Pipe,
|
|
4211
4243
|
args: [{
|
|
4212
4244
|
name: 'filterWorkflowInMobile',
|
|
@@ -4223,10 +4255,10 @@ class HideColumnsInmobilePipe {
|
|
|
4223
4255
|
const x = columns.filter((column, _i) => arrOfColumns.indexOf(column.Caption) === -1 && arrOfColumns.indexOf(column.Name) === -1);
|
|
4224
4256
|
return x;
|
|
4225
4257
|
}
|
|
4226
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4227
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HideColumnsInmobilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4259
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: HideColumnsInmobilePipe, isStandalone: false, name: "hideColumnsInmobile" }); }
|
|
4228
4260
|
}
|
|
4229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HideColumnsInmobilePipe, decorators: [{
|
|
4230
4262
|
type: Pipe,
|
|
4231
4263
|
args: [{
|
|
4232
4264
|
name: 'hideColumnsInmobile',
|
|
@@ -4247,10 +4279,10 @@ class StringToNumberPipe {
|
|
|
4247
4279
|
}
|
|
4248
4280
|
return tvalue;
|
|
4249
4281
|
}
|
|
4250
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4251
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: StringToNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4283
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: StringToNumberPipe, isStandalone: false, name: "strToNum" }); }
|
|
4252
4284
|
}
|
|
4253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: StringToNumberPipe, decorators: [{
|
|
4254
4286
|
type: Pipe,
|
|
4255
4287
|
args: [{
|
|
4256
4288
|
name: 'strToNum',
|
|
@@ -4276,10 +4308,10 @@ class ColumnValueOfParametersPipe {
|
|
|
4276
4308
|
}
|
|
4277
4309
|
return defaultValue;
|
|
4278
4310
|
}
|
|
4279
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4280
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4311
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValueOfParametersPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4312
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ColumnValueOfParametersPipe, isStandalone: false, name: "columnValueOfParameters" }); }
|
|
4281
4313
|
}
|
|
4282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValueOfParametersPipe, decorators: [{
|
|
4283
4315
|
type: Pipe,
|
|
4284
4316
|
args: [{
|
|
4285
4317
|
name: 'columnValueOfParameters',
|
|
@@ -4298,10 +4330,10 @@ class HideAcceptCancelButtonsPipe {
|
|
|
4298
4330
|
}
|
|
4299
4331
|
return buttons.filter((c) => c.itemId !== 'Ok' && c.itemId !== 'Cancel');
|
|
4300
4332
|
}
|
|
4301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4302
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4333
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HideAcceptCancelButtonsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4334
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: HideAcceptCancelButtonsPipe, isStandalone: false, name: "hideAcceptCancel" }); }
|
|
4303
4335
|
}
|
|
4304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HideAcceptCancelButtonsPipe, decorators: [{
|
|
4305
4337
|
type: Pipe,
|
|
4306
4338
|
args: [{
|
|
4307
4339
|
name: 'hideAcceptCancel',
|
|
@@ -4315,10 +4347,10 @@ class FilterInlineActionListPipe {
|
|
|
4315
4347
|
(action.itemId === 'Edit' && !hideEditButton) ||
|
|
4316
4348
|
(action.itemId === 'Show' && !hideShowButton));
|
|
4317
4349
|
}
|
|
4318
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4319
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterInlineActionListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4351
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FilterInlineActionListPipe, isStandalone: false, name: "filterInlineActionList" }); }
|
|
4320
4352
|
}
|
|
4321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FilterInlineActionListPipe, decorators: [{
|
|
4322
4354
|
type: Pipe,
|
|
4323
4355
|
args: [{
|
|
4324
4356
|
name: 'filterInlineActionList',
|
|
@@ -4332,10 +4364,10 @@ class IsImagePipe {
|
|
|
4332
4364
|
) {
|
|
4333
4365
|
return isImage(type);
|
|
4334
4366
|
}
|
|
4335
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4336
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4367
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IsImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4368
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: IsImagePipe, isStandalone: false, name: "isImageType" }); }
|
|
4337
4369
|
}
|
|
4338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IsImagePipe, decorators: [{
|
|
4339
4371
|
type: Pipe,
|
|
4340
4372
|
args: [{
|
|
4341
4373
|
name: 'isImageType',
|
|
@@ -4357,10 +4389,10 @@ class ToolbarSettingsPipe {
|
|
|
4357
4389
|
});
|
|
4358
4390
|
return [...toolbarButtons.filter((c) => !c.HideButton)];
|
|
4359
4391
|
}
|
|
4360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4361
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4392
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ToolbarSettingsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4393
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ToolbarSettingsPipe, isStandalone: false, name: "ulvToolbarSettings" }); }
|
|
4362
4394
|
}
|
|
4363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ToolbarSettingsPipe, decorators: [{
|
|
4364
4396
|
type: Pipe,
|
|
4365
4397
|
args: [{
|
|
4366
4398
|
name: 'ulvToolbarSettings',
|
|
@@ -4376,10 +4408,10 @@ class CardMediaSizePipe {
|
|
|
4376
4408
|
const x = cardMediaSize.split('x');
|
|
4377
4409
|
return [+x[0], +x[1]];
|
|
4378
4410
|
}
|
|
4379
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4380
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4411
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardMediaSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4412
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: CardMediaSizePipe, isStandalone: false, name: "cardMediaSize" }); }
|
|
4381
4413
|
}
|
|
4382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardMediaSizePipe, decorators: [{
|
|
4383
4415
|
type: Pipe,
|
|
4384
4416
|
args: [{
|
|
4385
4417
|
name: 'cardMediaSize',
|
|
@@ -4402,10 +4434,10 @@ class LabelStarTrimPipe {
|
|
|
4402
4434
|
const key2 = !hasStar ? key.trim() : key.replace('*', '').trim();
|
|
4403
4435
|
return key2;
|
|
4404
4436
|
}
|
|
4405
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4406
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4437
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LabelStarTrimPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4438
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: LabelStarTrimPipe, isStandalone: false, name: "lableStartTrim" }); }
|
|
4407
4439
|
}
|
|
4408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LabelStarTrimPipe, decorators: [{
|
|
4409
4441
|
type: Pipe,
|
|
4410
4442
|
args: [{
|
|
4411
4443
|
name: 'lableStartTrim',
|
|
@@ -4417,10 +4449,10 @@ class SplitPipe {
|
|
|
4417
4449
|
transform(value, delimiter = ',') {
|
|
4418
4450
|
return value ? value.split(delimiter).map((s) => s.trim()) : [];
|
|
4419
4451
|
}
|
|
4420
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4421
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4452
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4453
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: SplitPipe, isStandalone: false, name: "split" }); }
|
|
4422
4454
|
}
|
|
4423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitPipe, decorators: [{
|
|
4424
4456
|
type: Pipe,
|
|
4425
4457
|
args: [{
|
|
4426
4458
|
name: 'split',
|
|
@@ -4593,10 +4625,10 @@ class DynamicDarkColorPipe {
|
|
|
4593
4625
|
});
|
|
4594
4626
|
return 0.2126 * a[0] + 0.7152 * a[1] + 0.0722 * a[2];
|
|
4595
4627
|
}
|
|
4596
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4597
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4628
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicDarkColorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4629
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: DynamicDarkColorPipe, isStandalone: false, name: "dynamicDarkColor" }); }
|
|
4598
4630
|
}
|
|
4599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicDarkColorPipe, decorators: [{
|
|
4600
4632
|
type: Pipe,
|
|
4601
4633
|
args: [{
|
|
4602
4634
|
name: 'dynamicDarkColor',
|
|
@@ -4615,10 +4647,10 @@ class ChunkArrayPipe {
|
|
|
4615
4647
|
}
|
|
4616
4648
|
return out;
|
|
4617
4649
|
}
|
|
4618
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4619
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4650
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ChunkArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4651
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ChunkArrayPipe, isStandalone: false, name: "chunkArray" }); }
|
|
4620
4652
|
}
|
|
4621
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ChunkArrayPipe, decorators: [{
|
|
4622
4654
|
type: Pipe,
|
|
4623
4655
|
args: [{
|
|
4624
4656
|
name: 'chunkArray',
|
|
@@ -4657,10 +4689,10 @@ class MapToChatMessagePipe {
|
|
|
4657
4689
|
});
|
|
4658
4690
|
return match;
|
|
4659
4691
|
}
|
|
4660
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4661
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4692
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MapToChatMessagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4693
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: MapToChatMessagePipe, isStandalone: false, name: "mapToChatMessage" }); }
|
|
4662
4694
|
}
|
|
4663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MapToChatMessagePipe, decorators: [{
|
|
4664
4696
|
type: Pipe,
|
|
4665
4697
|
args: [{
|
|
4666
4698
|
name: 'mapToChatMessage',
|
|
@@ -4675,10 +4707,10 @@ class PicturesByGroupIdPipe {
|
|
|
4675
4707
|
}
|
|
4676
4708
|
return value.filter((c) => c.groupId === groupId);
|
|
4677
4709
|
}
|
|
4678
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4679
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4710
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PicturesByGroupIdPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4711
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: PicturesByGroupIdPipe, isStandalone: false, name: "picturesByGroupId" }); }
|
|
4680
4712
|
}
|
|
4681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PicturesByGroupIdPipe, decorators: [{
|
|
4682
4714
|
type: Pipe,
|
|
4683
4715
|
args: [{
|
|
4684
4716
|
name: 'picturesByGroupId',
|
|
@@ -4715,10 +4747,10 @@ class ScopedCssPipe {
|
|
|
4715
4747
|
// حالا کل محتوای داخل wrapper را برگردانید
|
|
4716
4748
|
return container.innerHTML;
|
|
4717
4749
|
}
|
|
4718
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4719
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4750
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScopedCssPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4751
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ScopedCssPipe, isStandalone: false, name: "scopedCss" }); }
|
|
4720
4752
|
}
|
|
4721
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScopedCssPipe, decorators: [{
|
|
4722
4754
|
type: Pipe,
|
|
4723
4755
|
args: [{
|
|
4724
4756
|
name: 'scopedCss',
|
|
@@ -4765,10 +4797,10 @@ class ReportActionListPipe {
|
|
|
4765
4797
|
}
|
|
4766
4798
|
return buttons;
|
|
4767
4799
|
}
|
|
4768
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4769
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4800
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportActionListPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4801
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ReportActionListPipe, isStandalone: false, name: "reportActionList" }); }
|
|
4770
4802
|
}
|
|
4771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4803
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportActionListPipe, decorators: [{
|
|
4772
4804
|
type: Pipe,
|
|
4773
4805
|
args: [{
|
|
4774
4806
|
name: 'reportActionList',
|
|
@@ -4794,10 +4826,10 @@ class GetCssVariableValuePipe {
|
|
|
4794
4826
|
}
|
|
4795
4827
|
return value;
|
|
4796
4828
|
}
|
|
4797
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4798
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4829
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GetCssVariableValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4830
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: GetCssVariableValuePipe, isStandalone: false, name: "getCssVarValue" }); }
|
|
4799
4831
|
}
|
|
4800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GetCssVariableValuePipe, decorators: [{
|
|
4801
4833
|
type: Pipe,
|
|
4802
4834
|
args: [{
|
|
4803
4835
|
name: 'getCssVarValue',
|
|
@@ -4814,10 +4846,10 @@ class FindColumnsPipe {
|
|
|
4814
4846
|
const x = columns.filter((column, _i) => arrOfColumns.indexOf(column.Caption) !== -1 || arrOfColumns.indexOf(column.Name) !== -1);
|
|
4815
4847
|
return x;
|
|
4816
4848
|
}
|
|
4817
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4818
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4849
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4850
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: FindColumnsPipe, isStandalone: false, name: "findColumns" }); }
|
|
4819
4851
|
}
|
|
4820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FindColumnsPipe, decorators: [{
|
|
4821
4853
|
type: Pipe,
|
|
4822
4854
|
args: [{
|
|
4823
4855
|
name: 'findColumns',
|
|
@@ -4832,10 +4864,10 @@ class ExistsColumnsPipe {
|
|
|
4832
4864
|
}
|
|
4833
4865
|
return columns.filter((col) => col.Name === column.Name || col.Caption === column.Caption);
|
|
4834
4866
|
}
|
|
4835
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4836
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4867
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ExistsColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4868
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ExistsColumnsPipe, isStandalone: false, name: "existsColumns" }); }
|
|
4837
4869
|
}
|
|
4838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ExistsColumnsPipe, decorators: [{
|
|
4839
4871
|
type: Pipe,
|
|
4840
4872
|
args: [{
|
|
4841
4873
|
name: 'existsColumns',
|
|
@@ -4891,10 +4923,10 @@ class ApiService {
|
|
|
4891
4923
|
});
|
|
4892
4924
|
});
|
|
4893
4925
|
}
|
|
4894
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4895
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4926
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4927
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApiService, providedIn: 'root' }); }
|
|
4896
4928
|
}
|
|
4897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4929
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApiService, decorators: [{
|
|
4898
4930
|
type: Injectable,
|
|
4899
4931
|
args: [{
|
|
4900
4932
|
providedIn: 'root'
|
|
@@ -4969,10 +5001,10 @@ class BreadcrumbService {
|
|
|
4969
5001
|
const breadcrumb = data.breadcrumb || BarsaApi.Common.Util.TryGetValue(data, 'pageData.BreadCrumb', '');
|
|
4970
5002
|
return typeof breadcrumb === 'function' ? data.breadcrumb(data) : breadcrumb;
|
|
4971
5003
|
}
|
|
4972
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4973
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5004
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BreadcrumbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5005
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BreadcrumbService, providedIn: 'root' }); }
|
|
4974
5006
|
}
|
|
4975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BreadcrumbService, decorators: [{
|
|
4976
5008
|
type: Injectable,
|
|
4977
5009
|
args: [{
|
|
4978
5010
|
providedIn: 'root'
|
|
@@ -5000,13 +5032,14 @@ class ModalRootComponent extends BaseComponent {
|
|
|
5000
5032
|
});
|
|
5001
5033
|
this._appRef.attachView(this.componentInstance.hostView);
|
|
5002
5034
|
}
|
|
5003
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5004
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5035
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ModalRootComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5036
|
+
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 }); }
|
|
5005
5037
|
}
|
|
5006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ModalRootComponent, decorators: [{
|
|
5007
5039
|
type: Component,
|
|
5008
5040
|
args: [{
|
|
5009
5041
|
template: ``,
|
|
5042
|
+
changeDetection: ChangeDetectionStrategy.Eager,
|
|
5010
5043
|
standalone: false
|
|
5011
5044
|
}]
|
|
5012
5045
|
}] });
|
|
@@ -5041,10 +5074,10 @@ class DialogParams {
|
|
|
5041
5074
|
ngOnDestroy() {
|
|
5042
5075
|
this.afterClosed.unsubscribe();
|
|
5043
5076
|
}
|
|
5044
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5045
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5077
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogParams, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5078
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogParams }); }
|
|
5046
5079
|
}
|
|
5047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DialogParams, decorators: [{
|
|
5048
5081
|
type: Injectable
|
|
5049
5082
|
}], ctorParameters: () => [] });
|
|
5050
5083
|
class BarsaDialogService {
|
|
@@ -5076,10 +5109,10 @@ class BarsaDialogService {
|
|
|
5076
5109
|
// this.modalRootComponentRef.instance.navigate();
|
|
5077
5110
|
return dialogParams.afterClosed$;
|
|
5078
5111
|
}
|
|
5079
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5080
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5112
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaDialogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5113
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaDialogService, providedIn: 'root' }); }
|
|
5081
5114
|
}
|
|
5082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaDialogService, decorators: [{
|
|
5083
5116
|
type: Injectable,
|
|
5084
5117
|
args: [{
|
|
5085
5118
|
providedIn: 'root'
|
|
@@ -5087,10 +5120,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
5087
5120
|
}] });
|
|
5088
5121
|
|
|
5089
5122
|
class NotFoundComponent extends BaseComponent {
|
|
5090
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5091
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NotFoundComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5124
|
+
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 }); }
|
|
5092
5125
|
}
|
|
5093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NotFoundComponent, decorators: [{
|
|
5094
5127
|
type: Component,
|
|
5095
5128
|
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"] }]
|
|
5096
5129
|
}], propDecorators: { componentName: [{
|
|
@@ -5208,10 +5241,10 @@ class DynamicComponentService {
|
|
|
5208
5241
|
return of(componentRef);
|
|
5209
5242
|
}));
|
|
5210
5243
|
}
|
|
5211
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5212
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5244
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicComponentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5245
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicComponentService, providedIn: 'root' }); }
|
|
5213
5246
|
}
|
|
5214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicComponentService, decorators: [{
|
|
5215
5248
|
type: Injectable,
|
|
5216
5249
|
args: [{ providedIn: 'root' }]
|
|
5217
5250
|
}], ctorParameters: () => [] });
|
|
@@ -5777,10 +5810,10 @@ class ContainerService {
|
|
|
5777
5810
|
this.addModules.next();
|
|
5778
5811
|
}
|
|
5779
5812
|
}
|
|
5780
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5781
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5813
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5814
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContainerService }); }
|
|
5782
5815
|
}
|
|
5783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContainerService, decorators: [{
|
|
5784
5817
|
type: Injectable
|
|
5785
5818
|
}] });
|
|
5786
5819
|
|
|
@@ -5829,10 +5862,10 @@ class LayoutService {
|
|
|
5829
5862
|
this._listOfHorizontal = this._listOfHorizontal.filter((c) => c !== id);
|
|
5830
5863
|
this.horizontalSource.next(this._listOfHorizontal);
|
|
5831
5864
|
}
|
|
5832
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5833
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5865
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5866
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutService }); }
|
|
5834
5867
|
}
|
|
5835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutService, decorators: [{
|
|
5836
5869
|
type: Injectable
|
|
5837
5870
|
}], ctorParameters: () => [] });
|
|
5838
5871
|
|
|
@@ -5863,10 +5896,10 @@ class PortalPageResolver {
|
|
|
5863
5896
|
});
|
|
5864
5897
|
return x;
|
|
5865
5898
|
}
|
|
5866
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5867
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5899
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5900
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageResolver, providedIn: 'root' }); }
|
|
5868
5901
|
}
|
|
5869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageResolver, decorators: [{
|
|
5870
5903
|
type: Injectable,
|
|
5871
5904
|
args: [{ providedIn: 'root' }]
|
|
5872
5905
|
}] });
|
|
@@ -5906,10 +5939,10 @@ class AuthGuard {
|
|
|
5906
5939
|
}
|
|
5907
5940
|
}), map(([pageInfo]) => pageInfo.hasAuthorized));
|
|
5908
5941
|
}
|
|
5909
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5910
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5942
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AuthGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5943
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AuthGuard }); }
|
|
5911
5944
|
}
|
|
5912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AuthGuard, decorators: [{
|
|
5913
5946
|
type: Injectable
|
|
5914
5947
|
}] });
|
|
5915
5948
|
|
|
@@ -5936,10 +5969,10 @@ class LocalStorageService {
|
|
|
5936
5969
|
clear() {
|
|
5937
5970
|
localStorage.clear();
|
|
5938
5971
|
}
|
|
5939
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5940
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5972
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5973
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LocalStorageService }); }
|
|
5941
5974
|
}
|
|
5942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
5943
5976
|
type: Injectable
|
|
5944
5977
|
}], ctorParameters: () => [] });
|
|
5945
5978
|
|
|
@@ -6077,10 +6110,10 @@ class SearchService {
|
|
|
6077
6110
|
search(term) {
|
|
6078
6111
|
this.search$.next(term);
|
|
6079
6112
|
}
|
|
6080
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6081
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6113
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SearchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6114
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SearchService, providedIn: 'root' }); }
|
|
6082
6115
|
}
|
|
6083
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SearchService, decorators: [{
|
|
6084
6117
|
type: Injectable,
|
|
6085
6118
|
args: [{
|
|
6086
6119
|
providedIn: 'root'
|
|
@@ -6438,10 +6471,10 @@ class ApplicationCtrlrService {
|
|
|
6438
6471
|
}
|
|
6439
6472
|
_setStatusBarValues(_statusbarValues) { }
|
|
6440
6473
|
_showReleaseNoteWindow(_releaseNoteData) { }
|
|
6441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6442
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApplicationCtrlrService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6475
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApplicationCtrlrService, providedIn: 'root' }); }
|
|
6443
6476
|
}
|
|
6444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApplicationCtrlrService, decorators: [{
|
|
6445
6478
|
type: Injectable,
|
|
6446
6479
|
args: [{
|
|
6447
6480
|
providedIn: 'root'
|
|
@@ -6485,10 +6518,10 @@ class RedirectHomeGuard {
|
|
|
6485
6518
|
this._portalService.pushActionNext(pushAction);
|
|
6486
6519
|
}
|
|
6487
6520
|
}
|
|
6488
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6489
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6521
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RedirectHomeGuard, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6522
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RedirectHomeGuard }); }
|
|
6490
6523
|
}
|
|
6491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RedirectHomeGuard, decorators: [{
|
|
6492
6525
|
type: Injectable
|
|
6493
6526
|
}] });
|
|
6494
6527
|
|
|
@@ -6506,10 +6539,10 @@ class ReportBreadcrumbResolver {
|
|
|
6506
6539
|
isReportPage: params.id.split('__').length > 3 ? params.id.split('__')[3] : null
|
|
6507
6540
|
};
|
|
6508
6541
|
}
|
|
6509
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6510
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6542
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportBreadcrumbResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6543
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportBreadcrumbResolver, providedIn: 'root' }); }
|
|
6511
6544
|
}
|
|
6512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportBreadcrumbResolver, decorators: [{
|
|
6513
6546
|
type: Injectable,
|
|
6514
6547
|
args: [{ providedIn: 'root' }]
|
|
6515
6548
|
}] });
|
|
@@ -6518,7 +6551,7 @@ function reportRoutes(authGuard = false) {
|
|
|
6518
6551
|
return {
|
|
6519
6552
|
path: 'report/:id',
|
|
6520
6553
|
canActivate: authGuard ? [AuthGuard] : [],
|
|
6521
|
-
loadChildren: () => import('./barsa-novin-ray-core-barsa-report-page.module-
|
|
6554
|
+
loadChildren: () => import('./barsa-novin-ray-core-barsa-report-page.module-DKTPWXYB.mjs').then((m) => m.BarsaReportPageModule),
|
|
6522
6555
|
resolve: {
|
|
6523
6556
|
breadcrumb: ReportBreadcrumbResolver
|
|
6524
6557
|
}
|
|
@@ -7511,10 +7544,10 @@ class PortalService {
|
|
|
7511
7544
|
}
|
|
7512
7545
|
return modules;
|
|
7513
7546
|
}
|
|
7514
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7515
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7547
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7548
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalService, providedIn: 'root' }); }
|
|
7516
7549
|
}
|
|
7517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalService, decorators: [{
|
|
7518
7551
|
type: Injectable,
|
|
7519
7552
|
args: [{
|
|
7520
7553
|
providedIn: 'root'
|
|
@@ -7534,10 +7567,10 @@ class UiService {
|
|
|
7534
7567
|
setTabSelected(val) {
|
|
7535
7568
|
this.tabSelected.next(val);
|
|
7536
7569
|
}
|
|
7537
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7538
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7570
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7571
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UiService }); }
|
|
7539
7572
|
}
|
|
7540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UiService, decorators: [{
|
|
7541
7574
|
type: Injectable
|
|
7542
7575
|
}], ctorParameters: () => [] });
|
|
7543
7576
|
|
|
@@ -7550,6 +7583,7 @@ class UlvMainService {
|
|
|
7550
7583
|
this.openOneClick = false;
|
|
7551
7584
|
this._bbbPipe = inject(BbbTranslatePipe);
|
|
7552
7585
|
this._apiService = inject(ApiService);
|
|
7586
|
+
this._portalService = inject(PortalService);
|
|
7553
7587
|
this._setUiViewerSelector$ = new Subject();
|
|
7554
7588
|
this._gridFreeColumnSizing$ = new BehaviorSubject(false);
|
|
7555
7589
|
this._layoutInfoSource = new Subject();
|
|
@@ -7621,6 +7655,8 @@ class UlvMainService {
|
|
|
7621
7655
|
this._showToolbarBorderSource = new BehaviorSubject(false);
|
|
7622
7656
|
this._viewSettingsSource = new BehaviorSubject({});
|
|
7623
7657
|
this._parentHeightSource = new BehaviorSubject(0);
|
|
7658
|
+
this._moveUpAccessSource = new BehaviorSubject(false);
|
|
7659
|
+
this._reorderGroupbySource = new BehaviorSubject([]);
|
|
7624
7660
|
this.context$ = this._contextSource
|
|
7625
7661
|
.asObservable()
|
|
7626
7662
|
.pipe(takeUntil(this._onDestroy$), tap((context) => (this.context = context)), tap((context) => this._initialize(context)), tap((context) => this._addEventListener(context)))
|
|
@@ -7887,6 +7923,20 @@ class UlvMainService {
|
|
|
7887
7923
|
get parentHeight() {
|
|
7888
7924
|
return this._parentHeightSource.getValue();
|
|
7889
7925
|
}
|
|
7926
|
+
/**
|
|
7927
|
+
* مجاز بودن تغییر ترتیب رکوردها با drag/drop. بهصورت واکنشی از سه عامل ساخته میشود:
|
|
7928
|
+
* دسترسی MoveUp، نبودِ گروهبندی، و نبودِ حالتِ ویرایش لیستی (چون در این دو حالت اندیس ردیف با اندیس آرایه یکی نیست).
|
|
7929
|
+
*/
|
|
7930
|
+
get allowRecordReorder$() {
|
|
7931
|
+
return combineLatest([
|
|
7932
|
+
this._moveUpAccessSource,
|
|
7933
|
+
this._reorderGroupbySource,
|
|
7934
|
+
this._inlineEditModeSource
|
|
7935
|
+
]).pipe(map(([moveUp, groupby, inlineEdit]) => moveUp === true && !groupby.length && !inlineEdit), distinctUntilChanged());
|
|
7936
|
+
}
|
|
7937
|
+
setReorderGroupby(groupby) {
|
|
7938
|
+
this._reorderGroupbySource.next(groupby ?? []);
|
|
7939
|
+
}
|
|
7890
7940
|
get alternateRowMode$() {
|
|
7891
7941
|
return this._alternateRowMode.asObservable();
|
|
7892
7942
|
}
|
|
@@ -8091,6 +8141,13 @@ class UlvMainService {
|
|
|
8091
8141
|
this._onDestroy$.next();
|
|
8092
8142
|
this._unscubscribeContext();
|
|
8093
8143
|
}
|
|
8144
|
+
/**
|
|
8145
|
+
* تغییر ترتیب رکورد: source را دقیقاً بالای aboveTarget قرار میدهد.
|
|
8146
|
+
* برای بردن به انتهای لیست، aboveTargetMoId برابر null فرستاده میشود.
|
|
8147
|
+
*/
|
|
8148
|
+
changeRecordOrderAbove(sourceMoId, aboveTargetMoId) {
|
|
8149
|
+
return this._portalService.RunBlMethodAsync('ChangeOrderAbove', [sourceMoId, aboveTargetMoId]);
|
|
8150
|
+
}
|
|
8094
8151
|
pageSizeChanged(pageIndex) {
|
|
8095
8152
|
this.context.fireEvent('PageChange', this.context, pageIndex);
|
|
8096
8153
|
}
|
|
@@ -8354,6 +8411,11 @@ class UlvMainService {
|
|
|
8354
8411
|
this._initSearchpanel(context);
|
|
8355
8412
|
this._initCreateNewInlineMo(context);
|
|
8356
8413
|
this._initGridFreeColumnSizing(context);
|
|
8414
|
+
this._initAllowRecordReorder(context);
|
|
8415
|
+
}
|
|
8416
|
+
_initAllowRecordReorder(context) {
|
|
8417
|
+
const moveUp = BarsaApi.Common.Util.TryGetValue(context, 'Setting.Extra.DefaultCommandsAccess.MoveUp', false);
|
|
8418
|
+
this._moveUpAccessSource.next(moveUp === true);
|
|
8357
8419
|
}
|
|
8358
8420
|
_initGridFreeColumnSizing(context) {
|
|
8359
8421
|
if (context && context.Setting.View?.Grid_FreeColumnSizing) {
|
|
@@ -8626,10 +8688,10 @@ class UlvMainService {
|
|
|
8626
8688
|
this._cartableTemplates$.next(cartableTemplates);
|
|
8627
8689
|
});
|
|
8628
8690
|
}
|
|
8629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8630
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UlvMainService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8692
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UlvMainService }); }
|
|
8631
8693
|
}
|
|
8632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UlvMainService, decorators: [{
|
|
8633
8695
|
type: Injectable
|
|
8634
8696
|
}], ctorParameters: () => [] });
|
|
8635
8697
|
|
|
@@ -8788,10 +8850,10 @@ class UploadService {
|
|
|
8788
8850
|
// });
|
|
8789
8851
|
});
|
|
8790
8852
|
}
|
|
8791
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8792
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8853
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UploadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8854
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UploadService, providedIn: 'root' }); }
|
|
8793
8855
|
}
|
|
8794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8856
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UploadService, decorators: [{
|
|
8795
8857
|
type: Injectable,
|
|
8796
8858
|
args: [{
|
|
8797
8859
|
providedIn: 'root'
|
|
@@ -8802,10 +8864,10 @@ class NetworkStatusService {
|
|
|
8802
8864
|
get networkStatus$() {
|
|
8803
8865
|
return merge(of(null), fromEvent(window, 'online'), fromEvent(window, 'offline')).pipe(map(() => navigator.onLine));
|
|
8804
8866
|
}
|
|
8805
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8806
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8867
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NetworkStatusService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8868
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NetworkStatusService }); }
|
|
8807
8869
|
}
|
|
8808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NetworkStatusService, decorators: [{
|
|
8809
8871
|
type: Injectable
|
|
8810
8872
|
}] });
|
|
8811
8873
|
|
|
@@ -8892,10 +8954,10 @@ class AudioRecordingService {
|
|
|
8892
8954
|
}
|
|
8893
8955
|
}
|
|
8894
8956
|
}
|
|
8895
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8896
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8957
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AudioRecordingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8958
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AudioRecordingService }); }
|
|
8897
8959
|
}
|
|
8898
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AudioRecordingService, decorators: [{
|
|
8899
8961
|
type: Injectable
|
|
8900
8962
|
}] });
|
|
8901
8963
|
|
|
@@ -9002,10 +9064,10 @@ class VideoRecordingService {
|
|
|
9002
9064
|
}
|
|
9003
9065
|
}
|
|
9004
9066
|
}
|
|
9005
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9006
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9067
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: VideoRecordingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9068
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: VideoRecordingService }); }
|
|
9007
9069
|
}
|
|
9008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9070
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: VideoRecordingService, decorators: [{
|
|
9009
9071
|
type: Injectable
|
|
9010
9072
|
}] });
|
|
9011
9073
|
|
|
@@ -9034,10 +9096,10 @@ class IndexedDbService {
|
|
|
9034
9096
|
delete(dbName) {
|
|
9035
9097
|
window.indexedDB.deleteDatabase(dbName);
|
|
9036
9098
|
}
|
|
9037
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9038
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9099
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IndexedDbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9100
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IndexedDbService }); }
|
|
9039
9101
|
}
|
|
9040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IndexedDbService, decorators: [{
|
|
9041
9103
|
type: Injectable
|
|
9042
9104
|
}], ctorParameters: () => [] });
|
|
9043
9105
|
|
|
@@ -9106,10 +9168,10 @@ class BarsaStorageService {
|
|
|
9106
9168
|
openDatabase(version) {
|
|
9107
9169
|
this._indexedDbService.open(this.DBNAME_KEY, version);
|
|
9108
9170
|
}
|
|
9109
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9110
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9171
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9172
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaStorageService }); }
|
|
9111
9173
|
}
|
|
9112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaStorageService, decorators: [{
|
|
9113
9175
|
type: Injectable
|
|
9114
9176
|
}] });
|
|
9115
9177
|
|
|
@@ -9159,10 +9221,10 @@ class PromptUpdateService {
|
|
|
9159
9221
|
}
|
|
9160
9222
|
});
|
|
9161
9223
|
}
|
|
9162
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9163
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PromptUpdateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9225
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PromptUpdateService }); }
|
|
9164
9226
|
}
|
|
9165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PromptUpdateService, decorators: [{
|
|
9166
9228
|
type: Injectable
|
|
9167
9229
|
}], ctorParameters: () => [] });
|
|
9168
9230
|
|
|
@@ -9311,10 +9373,10 @@ class ServiceWorkerNotificationService {
|
|
|
9311
9373
|
isReqInterSupported() {
|
|
9312
9374
|
return 'requireInteraction' in Notification.prototype;
|
|
9313
9375
|
}
|
|
9314
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9315
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9376
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9377
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerNotificationService }); }
|
|
9316
9378
|
}
|
|
9317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerNotificationService, decorators: [{
|
|
9318
9380
|
type: Injectable
|
|
9319
9381
|
}], ctorParameters: () => [] });
|
|
9320
9382
|
|
|
@@ -9490,10 +9552,10 @@ class NotificationService {
|
|
|
9490
9552
|
}
|
|
9491
9553
|
});
|
|
9492
9554
|
}
|
|
9493
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9494
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9555
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9556
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NotificationService }); }
|
|
9495
9557
|
}
|
|
9496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NotificationService, decorators: [{
|
|
9497
9559
|
type: Injectable
|
|
9498
9560
|
}], ctorParameters: () => [] });
|
|
9499
9561
|
|
|
@@ -9507,10 +9569,10 @@ class ColumnService {
|
|
|
9507
9569
|
controlRendered() {
|
|
9508
9570
|
this._uiControlRendered.next();
|
|
9509
9571
|
}
|
|
9510
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9511
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9572
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9573
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnService }); }
|
|
9512
9574
|
}
|
|
9513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnService, decorators: [{
|
|
9514
9576
|
type: Injectable
|
|
9515
9577
|
}], ctorParameters: () => [] });
|
|
9516
9578
|
|
|
@@ -9553,10 +9615,10 @@ class IdbService {
|
|
|
9553
9615
|
const db = await this.dbPromise;
|
|
9554
9616
|
await db.clear(store);
|
|
9555
9617
|
}
|
|
9556
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9557
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9618
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IdbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9619
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IdbService, providedIn: 'root' }); }
|
|
9558
9620
|
}
|
|
9559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IdbService, decorators: [{
|
|
9560
9622
|
type: Injectable,
|
|
9561
9623
|
args: [{ providedIn: 'root' }]
|
|
9562
9624
|
}], ctorParameters: () => [] });
|
|
@@ -9574,7 +9636,8 @@ class PushNotificationService {
|
|
|
9574
9636
|
isSubscribed: false,
|
|
9575
9637
|
permission: checkPermission(),
|
|
9576
9638
|
errorMessage: null
|
|
9577
|
-
},
|
|
9639
|
+
}, /* @ts-ignore */
|
|
9640
|
+
...(ngDevMode ? [{ debugName: "_push" }] : /* istanbul ignore next */ []));
|
|
9578
9641
|
this.registerServiceWorkerMessageListener = () => {
|
|
9579
9642
|
// avoid adding multiple listeners (idempotent)
|
|
9580
9643
|
const onMessage = (event) => {
|
|
@@ -9735,10 +9798,10 @@ class PushNotificationService {
|
|
|
9735
9798
|
const token2 = this.local.getItem(BarsaApi.LoginAction.token2StorageKey) ?? '';
|
|
9736
9799
|
return { headers: new HttpHeaders({ 'Content-Type': 'application/json', sth: token2 }) };
|
|
9737
9800
|
}
|
|
9738
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9739
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9801
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9802
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushNotificationService, providedIn: 'root' }); }
|
|
9740
9803
|
}
|
|
9741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushNotificationService, decorators: [{
|
|
9742
9805
|
type: Injectable,
|
|
9743
9806
|
args: [{ providedIn: 'root' }]
|
|
9744
9807
|
}] });
|
|
@@ -9820,10 +9883,10 @@ class ServiceWorkerCommuncationService {
|
|
|
9820
9883
|
}
|
|
9821
9884
|
this._toastService.open(msg, { duration: 5000 });
|
|
9822
9885
|
}
|
|
9823
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9824
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9886
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerCommuncationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9887
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerCommuncationService }); }
|
|
9825
9888
|
}
|
|
9826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9889
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServiceWorkerCommuncationService, decorators: [{
|
|
9827
9890
|
type: Injectable
|
|
9828
9891
|
}] });
|
|
9829
9892
|
|
|
@@ -9846,10 +9909,10 @@ class SaveScrollPositionService {
|
|
|
9846
9909
|
value[key] = scrollTop;
|
|
9847
9910
|
this._scrollPositionSource.next(value);
|
|
9848
9911
|
}
|
|
9849
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9850
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9912
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SaveScrollPositionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9913
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SaveScrollPositionService }); }
|
|
9851
9914
|
}
|
|
9852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9915
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SaveScrollPositionService, decorators: [{
|
|
9853
9916
|
type: Injectable
|
|
9854
9917
|
}] });
|
|
9855
9918
|
|
|
@@ -9971,10 +10034,10 @@ class RoutingService {
|
|
|
9971
10034
|
state: { ...data }
|
|
9972
10035
|
});
|
|
9973
10036
|
}
|
|
9974
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9975
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10037
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RoutingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10038
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RoutingService }); }
|
|
9976
10039
|
}
|
|
9977
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RoutingService, decorators: [{
|
|
9978
10041
|
type: Injectable
|
|
9979
10042
|
}], ctorParameters: () => [] });
|
|
9980
10043
|
|
|
@@ -9986,10 +10049,10 @@ class GroupByService {
|
|
|
9986
10049
|
setGroupBy(groupBy) {
|
|
9987
10050
|
this._groupBy.next(groupBy);
|
|
9988
10051
|
}
|
|
9989
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9990
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10052
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GroupByService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10053
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GroupByService, providedIn: 'root' }); }
|
|
9991
10054
|
}
|
|
9992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GroupByService, decorators: [{
|
|
9993
10056
|
type: Injectable,
|
|
9994
10057
|
args: [{
|
|
9995
10058
|
providedIn: 'root'
|
|
@@ -10004,10 +10067,10 @@ class LayoutMainContentService {
|
|
|
10004
10067
|
setMainContentHeight(height) {
|
|
10005
10068
|
this.mainContentHeightSource.next(height);
|
|
10006
10069
|
}
|
|
10007
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10008
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10070
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutMainContentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10071
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutMainContentService }); }
|
|
10009
10072
|
}
|
|
10010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutMainContentService, decorators: [{
|
|
10011
10074
|
type: Injectable
|
|
10012
10075
|
}], ctorParameters: () => [] });
|
|
10013
10076
|
|
|
@@ -10015,10 +10078,10 @@ class TabpageService {
|
|
|
10015
10078
|
setItemCount(itemCount) {
|
|
10016
10079
|
this.itemCount = itemCount;
|
|
10017
10080
|
}
|
|
10018
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10019
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10081
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TabpageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10082
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TabpageService }); }
|
|
10020
10083
|
}
|
|
10021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TabpageService, decorators: [{
|
|
10022
10085
|
type: Injectable
|
|
10023
10086
|
}] });
|
|
10024
10087
|
|
|
@@ -10038,26 +10101,27 @@ class InMemoryStorageService {
|
|
|
10038
10101
|
clear() {
|
|
10039
10102
|
this._dictionary.clear();
|
|
10040
10103
|
}
|
|
10041
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10042
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10104
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: InMemoryStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10105
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: InMemoryStorageService, providedIn: 'root' }); }
|
|
10043
10106
|
}
|
|
10044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: InMemoryStorageService, decorators: [{
|
|
10045
10108
|
type: Injectable,
|
|
10046
10109
|
args: [{ providedIn: 'root' }]
|
|
10047
10110
|
}] });
|
|
10048
10111
|
|
|
10049
10112
|
class ScrollLayoutContextHolder {
|
|
10050
10113
|
constructor() {
|
|
10051
|
-
this._mode = signal('root',
|
|
10114
|
+
this._mode = signal('root', /* @ts-ignore */
|
|
10115
|
+
...(ngDevMode ? [{ debugName: "_mode" }] : /* istanbul ignore next */ []));
|
|
10052
10116
|
this.mode = this._mode.asReadonly();
|
|
10053
10117
|
}
|
|
10054
10118
|
setMode(mode) {
|
|
10055
10119
|
this._mode.set(mode);
|
|
10056
10120
|
}
|
|
10057
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10058
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10121
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollLayoutContextHolder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10122
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollLayoutContextHolder }); }
|
|
10059
10123
|
}
|
|
10060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollLayoutContextHolder, decorators: [{
|
|
10061
10125
|
type: Injectable
|
|
10062
10126
|
}], ctorParameters: () => [] });
|
|
10063
10127
|
|
|
@@ -10075,10 +10139,10 @@ class ShellbarHeightService {
|
|
|
10075
10139
|
}
|
|
10076
10140
|
this._dict.next([...x]);
|
|
10077
10141
|
}
|
|
10078
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10079
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10142
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShellbarHeightService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10143
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShellbarHeightService, providedIn: 'root' }); }
|
|
10080
10144
|
}
|
|
10081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShellbarHeightService, decorators: [{
|
|
10082
10146
|
type: Injectable,
|
|
10083
10147
|
args: [{ providedIn: 'root' }]
|
|
10084
10148
|
}], ctorParameters: () => [] });
|
|
@@ -10135,10 +10199,10 @@ class PushCheckService {
|
|
|
10135
10199
|
}
|
|
10136
10200
|
return true;
|
|
10137
10201
|
}
|
|
10138
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10139
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10202
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushCheckService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10203
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushCheckService, providedIn: 'root' }); }
|
|
10140
10204
|
}
|
|
10141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushCheckService, decorators: [{
|
|
10142
10206
|
type: Injectable,
|
|
10143
10207
|
args: [{ providedIn: 'root' }]
|
|
10144
10208
|
}] });
|
|
@@ -10280,10 +10344,10 @@ class RuntimeNavStateCacheService {
|
|
|
10280
10344
|
/* ignore IDB errors during purge */
|
|
10281
10345
|
}
|
|
10282
10346
|
}
|
|
10283
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10284
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10347
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RuntimeNavStateCacheService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10348
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RuntimeNavStateCacheService, providedIn: 'root' }); }
|
|
10285
10349
|
}
|
|
10286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RuntimeNavStateCacheService, decorators: [{
|
|
10287
10351
|
type: Injectable,
|
|
10288
10352
|
args: [{ providedIn: 'root' }]
|
|
10289
10353
|
}], ctorParameters: () => [] });
|
|
@@ -10302,10 +10366,10 @@ class CardViewService {
|
|
|
10302
10366
|
this._maxHeaderTitleHeight$.next(height);
|
|
10303
10367
|
}
|
|
10304
10368
|
}
|
|
10305
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10306
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10369
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10370
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardViewService }); }
|
|
10307
10371
|
}
|
|
10308
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardViewService, decorators: [{
|
|
10309
10373
|
type: Injectable
|
|
10310
10374
|
}] });
|
|
10311
10375
|
|
|
@@ -10323,10 +10387,10 @@ class BaseSettingsService {
|
|
|
10323
10387
|
removeSetting(key) {
|
|
10324
10388
|
return from(this.idb.delete('settings', key));
|
|
10325
10389
|
}
|
|
10326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10327
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10390
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseSettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10391
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseSettingsService, providedIn: 'root' }); }
|
|
10328
10392
|
}
|
|
10329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseSettingsService, decorators: [{
|
|
10330
10394
|
type: Injectable,
|
|
10331
10395
|
args: [{ providedIn: 'root' }]
|
|
10332
10396
|
}] });
|
|
@@ -10396,6 +10460,122 @@ const TEMPLATE_ENGINE = new InjectionToken('TEMPLATE_ENGINE', {
|
|
|
10396
10460
|
factory: () => new SimpleTemplateEngine()
|
|
10397
10461
|
});
|
|
10398
10462
|
|
|
10463
|
+
/**
|
|
10464
|
+
* رجیستری سراسری کامپوننتهای سفارشی (per-xtype) — با کش سمت کلاینت (stale-while-revalidate).
|
|
10465
|
+
*
|
|
10466
|
+
* دیتای رجیستری از سرور با یک BL method گرفته میشود (متد سمت سرور:
|
|
10467
|
+
* TarahiOlgo_GetComponentRegistry که یک Dictionary<xtype, ComponentSchema> برمیگرداند)
|
|
10468
|
+
* و داخل BarsaApi.CustomUiMap نگهداری میشود تا getComponentDefined بتواند
|
|
10469
|
+
* بهصورت O(1) بخواندش.
|
|
10470
|
+
*
|
|
10471
|
+
* ترتیب اولویت انتخاب کامپوننت در getComponentDefined:
|
|
10472
|
+
* ۱) CustomUi روی خود فیلد > ۲) این رجیستری (per-xtype) > ۳) DefaultUiModule + CustomUiPrefix
|
|
10473
|
+
*
|
|
10474
|
+
* استراتژی لود (هیچکدام بوت اپ را block نمیکنند):
|
|
10475
|
+
* ۱) primeFromCache() — همگام و فوری. کشِ localStorage را میخواند و در صورت معتبر بودن
|
|
10476
|
+
* (نسخهاش با ChangeKeyVersion فعلی یکی باشد) بلافاصله روی BarsaApi.CustomUiMap میگذارد.
|
|
10477
|
+
* از دومین بار به بعدِ اجرای اپ، اولین رندر هم رجیستریِ درست را میبیند — بدون هیچ شبکهای.
|
|
10478
|
+
* ۲) refresh() — ناهمگام و fire-and-forget؛ هرگز نباید await شود. روی موفقیت هم مپِ زنده
|
|
10479
|
+
* و هم کش را آپدیت میکند. روی خطا (تایماوت، قطعی شبکه، ...) هیچچیز را پاک نمیکند —
|
|
10480
|
+
* یعنی یک خطای گذرا، رجیستریِ سالمِ قبلی (کششده یا زنده) را از بین نمیبرد.
|
|
10481
|
+
*/
|
|
10482
|
+
class CustomUiRegistryService {
|
|
10483
|
+
constructor() {
|
|
10484
|
+
this._log = inject(LogService);
|
|
10485
|
+
this._localStorage = inject(LocalStorageService);
|
|
10486
|
+
this._loaded = false;
|
|
10487
|
+
}
|
|
10488
|
+
/** نام BL method سمت سرور. در صورت متفاوتبودن، همینجا تغییرش بده. */
|
|
10489
|
+
static { this.BL_METHOD = 'TarahiOlgo_GetComponentRegistry'; }
|
|
10490
|
+
static { this.CACHE_KEY = 'CUSTOM_UI_REGISTRY_CACHE'; }
|
|
10491
|
+
/** true اگر رجیستری در همین session با موفقیت از سرور تازه شده باشد. */
|
|
10492
|
+
get isLoaded() {
|
|
10493
|
+
return this._loaded;
|
|
10494
|
+
}
|
|
10495
|
+
/**
|
|
10496
|
+
* همگام: کشِ محلیِ معتبر را (در صورت وجود) فوری روی BarsaApi.CustomUiMap اعمال میکند.
|
|
10497
|
+
* باید همیشه قبل از اولین رندرِ فرمها صدا زده شود (مثلاً بعد از loadServerStartupData
|
|
10498
|
+
* در AppInitializer)، ولی خودش هیچ کار شبکهای انجام نمیدهد پس بوت را کند نمیکند.
|
|
10499
|
+
*/
|
|
10500
|
+
primeFromCache() {
|
|
10501
|
+
const raw = this._localStorage.getItem(CustomUiRegistryService.CACHE_KEY);
|
|
10502
|
+
if (!raw) {
|
|
10503
|
+
return;
|
|
10504
|
+
}
|
|
10505
|
+
try {
|
|
10506
|
+
const cached = JSON.parse(raw);
|
|
10507
|
+
if (!cached?.data || typeof cached.data !== 'object') {
|
|
10508
|
+
return;
|
|
10509
|
+
}
|
|
10510
|
+
if (cached.v !== this._currentVersion) {
|
|
10511
|
+
// متادیتای سرور از آخرین کش عوض شده → به کش قدیمی اعتماد نکن، منتظر refresh بمان
|
|
10512
|
+
return;
|
|
10513
|
+
}
|
|
10514
|
+
BarsaApi.CustomUiMap = cached.data;
|
|
10515
|
+
}
|
|
10516
|
+
catch (err) {
|
|
10517
|
+
this._log.error('CustomUiRegistry primeFromCache: invalid cache', err);
|
|
10518
|
+
}
|
|
10519
|
+
}
|
|
10520
|
+
/**
|
|
10521
|
+
* ناهمگام و fire-and-forget. هرگز نباید توی زنجیرهی AppInitializer await شود —
|
|
10522
|
+
* اگر سرور دیر جواب بدهد یا اصلاً جواب ندهد (بدون timeout داخلی در RunBlMethodAsync)،
|
|
10523
|
+
* اپ نباید معطلش بماند؛ فقط CustomUiMap دیرتر (یا هیچوقت در آن session) تازه میشود.
|
|
10524
|
+
*/
|
|
10525
|
+
refresh() {
|
|
10526
|
+
try {
|
|
10527
|
+
BarsaApi.Bw.RunBlMethodAsync({
|
|
10528
|
+
Method: CustomUiRegistryService.BL_METHOD,
|
|
10529
|
+
SuccessFn: (data) => {
|
|
10530
|
+
const parsed = this._parse(data);
|
|
10531
|
+
if (!parsed) {
|
|
10532
|
+
return;
|
|
10533
|
+
}
|
|
10534
|
+
BarsaApi.CustomUiMap = parsed;
|
|
10535
|
+
this._loaded = true;
|
|
10536
|
+
this._persist(parsed);
|
|
10537
|
+
},
|
|
10538
|
+
FailFn: (err) => {
|
|
10539
|
+
this._log.error('CustomUiRegistry refresh failed', err);
|
|
10540
|
+
// عمداً چیزی پاک نمیشود؛ کش/مپ قبلی (اگر بود) دستنخورده میماند
|
|
10541
|
+
},
|
|
10542
|
+
doReturn: () => { }
|
|
10543
|
+
});
|
|
10544
|
+
}
|
|
10545
|
+
catch (err) {
|
|
10546
|
+
this._log.error('CustomUiRegistry refresh threw', err);
|
|
10547
|
+
}
|
|
10548
|
+
}
|
|
10549
|
+
get _currentVersion() {
|
|
10550
|
+
return BarsaApi.LoginFormData?.ChangeKeyVersion ?? '';
|
|
10551
|
+
}
|
|
10552
|
+
_parse(data) {
|
|
10553
|
+
try {
|
|
10554
|
+
const parsed = typeof data === 'string' ? JSON.parse(data) : data;
|
|
10555
|
+
return parsed && typeof parsed === 'object' ? parsed : null;
|
|
10556
|
+
}
|
|
10557
|
+
catch (err) {
|
|
10558
|
+
this._log.error('CustomUiRegistry: invalid JSON from server', err);
|
|
10559
|
+
return null;
|
|
10560
|
+
}
|
|
10561
|
+
}
|
|
10562
|
+
_persist(data) {
|
|
10563
|
+
try {
|
|
10564
|
+
const cache = { v: this._currentVersion, data };
|
|
10565
|
+
this._localStorage.setItem(CustomUiRegistryService.CACHE_KEY, JSON.stringify(cache));
|
|
10566
|
+
}
|
|
10567
|
+
catch (err) {
|
|
10568
|
+
this._log.error('CustomUiRegistry: failed to persist cache', err);
|
|
10569
|
+
}
|
|
10570
|
+
}
|
|
10571
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CustomUiRegistryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10572
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CustomUiRegistryService, providedIn: 'root' }); }
|
|
10573
|
+
}
|
|
10574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CustomUiRegistryService, decorators: [{
|
|
10575
|
+
type: Injectable,
|
|
10576
|
+
args: [{ providedIn: 'root' }]
|
|
10577
|
+
}] });
|
|
10578
|
+
|
|
10399
10579
|
class FieldBaseComponent extends BaseComponent {
|
|
10400
10580
|
get customFieldInfo() {
|
|
10401
10581
|
return this.context.Setting.CustomFieldInfo;
|
|
@@ -10416,8 +10596,10 @@ class FieldBaseComponent extends BaseComponent {
|
|
|
10416
10596
|
ariaLabel: 'انتخاب'
|
|
10417
10597
|
}
|
|
10418
10598
|
};
|
|
10419
|
-
this.errorMessage = signal('',
|
|
10420
|
-
|
|
10599
|
+
this.errorMessage = signal('', /* @ts-ignore */
|
|
10600
|
+
...(ngDevMode ? [{ debugName: "errorMessage" }] : /* istanbul ignore next */ []));
|
|
10601
|
+
this.errorCode = signal(-1, /* @ts-ignore */
|
|
10602
|
+
...(ngDevMode ? [{ debugName: "errorCode" }] : /* istanbul ignore next */ []));
|
|
10421
10603
|
this.injector = inject(Injector);
|
|
10422
10604
|
// #endregion
|
|
10423
10605
|
this._portalService = inject(PortalService);
|
|
@@ -10563,10 +10745,10 @@ class FieldBaseComponent extends BaseComponent {
|
|
|
10563
10745
|
this._cdr.detectChanges();
|
|
10564
10746
|
}
|
|
10565
10747
|
}
|
|
10566
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10567
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10748
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10749
|
+
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 }); }
|
|
10568
10750
|
}
|
|
10569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldBaseComponent, decorators: [{
|
|
10570
10752
|
type: Component,
|
|
10571
10753
|
args: [{
|
|
10572
10754
|
selector: 'bnrc-field-base',
|
|
@@ -10618,8 +10800,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
10618
10800
|
class FieldViewBase extends FieldBaseComponent {
|
|
10619
10801
|
constructor() {
|
|
10620
10802
|
super(...arguments);
|
|
10621
|
-
this.errorMessage = signal('',
|
|
10622
|
-
|
|
10803
|
+
this.errorMessage = signal('', /* @ts-ignore */
|
|
10804
|
+
...(ngDevMode ? [{ debugName: "errorMessage" }] : /* istanbul ignore next */ []));
|
|
10805
|
+
this.errorCode = signal(-1, /* @ts-ignore */
|
|
10806
|
+
...(ngDevMode ? [{ debugName: "errorCode" }] : /* istanbul ignore next */ []));
|
|
10623
10807
|
this.injector = inject(Injector);
|
|
10624
10808
|
}
|
|
10625
10809
|
/**
|
|
@@ -10638,10 +10822,10 @@ class FieldViewBase extends FieldBaseComponent {
|
|
|
10638
10822
|
this.errorMessage.set(message);
|
|
10639
10823
|
this.errorCode.set(code);
|
|
10640
10824
|
}
|
|
10641
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10642
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10825
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldViewBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10826
|
+
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 }); }
|
|
10643
10827
|
}
|
|
10644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10828
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldViewBase, decorators: [{
|
|
10645
10829
|
type: Component,
|
|
10646
10830
|
args: [{
|
|
10647
10831
|
selector: 'bnrc-ext-field-base',
|
|
@@ -10776,10 +10960,10 @@ class FormBaseComponent extends BaseComponent {
|
|
|
10776
10960
|
_setParamters() {
|
|
10777
10961
|
this.parameters = BarsaApi.Common.Util.TryGetValue(this.context, 'Setting.View.CustomUi.Parameters', null);
|
|
10778
10962
|
}
|
|
10779
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10780
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10963
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10964
|
+
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 }); }
|
|
10781
10965
|
}
|
|
10782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormBaseComponent, decorators: [{
|
|
10783
10967
|
type: Component,
|
|
10784
10968
|
args: [{
|
|
10785
10969
|
selector: 'bnrc-form-base',
|
|
@@ -10820,10 +11004,10 @@ class FormToolbarBaseComponent extends BaseComponent {
|
|
|
10820
11004
|
onToolClick(btn) {
|
|
10821
11005
|
this.toolClick.emit(btn);
|
|
10822
11006
|
}
|
|
10823
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10824
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11007
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormToolbarBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11008
|
+
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 }); }
|
|
10825
11009
|
}
|
|
10826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormToolbarBaseComponent, decorators: [{
|
|
10827
11011
|
type: Component,
|
|
10828
11012
|
args: [{
|
|
10829
11013
|
selector: 'bnrc-form-toolbar-base',
|
|
@@ -10869,10 +11053,10 @@ class SystemBaseComponent extends BaseComponent {
|
|
|
10869
11053
|
super();
|
|
10870
11054
|
this.showFormPanel = () => { };
|
|
10871
11055
|
}
|
|
10872
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10873
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11056
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SystemBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11057
|
+
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 }); }
|
|
10874
11058
|
}
|
|
10875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SystemBaseComponent, decorators: [{
|
|
10876
11060
|
type: Component,
|
|
10877
11061
|
args: [{
|
|
10878
11062
|
selector: 'bnrc-system-base',
|
|
@@ -11057,7 +11241,9 @@ class ReportBaseComponent extends BaseComponent {
|
|
|
11057
11241
|
}
|
|
11058
11242
|
applyGroupby() {
|
|
11059
11243
|
const sortList = BarsaApi.Common.Util.TryGetValue(this.context, 'Setting.View.GridSetting.SortSettingList', []);
|
|
11060
|
-
|
|
11244
|
+
const grouped = sortList.filter((c) => c.IsGrouped);
|
|
11245
|
+
this.groupbySource.next(grouped);
|
|
11246
|
+
this._ulvMainService.setReorderGroupby(grouped);
|
|
11061
11247
|
}
|
|
11062
11248
|
_raiseRowClick(index, mo) {
|
|
11063
11249
|
this.context?.fireEvent('rowdblclick', this.context, index, mo);
|
|
@@ -11151,10 +11337,10 @@ class ReportBaseComponent extends BaseComponent {
|
|
|
11151
11337
|
refreshContextMoDataList(moDataList) {
|
|
11152
11338
|
this.context.fireEvent('RefreshContextMoDataList', moDataList);
|
|
11153
11339
|
}
|
|
11154
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11155
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11340
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11341
|
+
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 }); }
|
|
11156
11342
|
}
|
|
11157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportBaseComponent, decorators: [{
|
|
11158
11344
|
type: Component,
|
|
11159
11345
|
args: [{
|
|
11160
11346
|
selector: 'bnrc-report-base',
|
|
@@ -11191,10 +11377,10 @@ class ReportItemBaseComponent extends BaseComponent {
|
|
|
11191
11377
|
this.fields[c.ComponentParameter.$Caption] = c.$Caption;
|
|
11192
11378
|
});
|
|
11193
11379
|
}
|
|
11194
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11195
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11380
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportItemBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11381
|
+
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 }); }
|
|
11196
11382
|
}
|
|
11197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportItemBaseComponent, decorators: [{
|
|
11198
11384
|
type: Component,
|
|
11199
11385
|
args: [{
|
|
11200
11386
|
selector: 'bnrc-report-item-base',
|
|
@@ -11227,10 +11413,10 @@ class ApplicationBaseComponent extends BaseComponent {
|
|
|
11227
11413
|
super(...arguments);
|
|
11228
11414
|
this.systemList = [];
|
|
11229
11415
|
}
|
|
11230
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11231
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApplicationBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11417
|
+
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 }); }
|
|
11232
11418
|
}
|
|
11233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
|
|
11234
11420
|
type: Component,
|
|
11235
11421
|
args: [{
|
|
11236
11422
|
selector: 'bnrc-application-base',
|
|
@@ -11270,10 +11456,10 @@ class LayoutItemBaseComponent extends BaseComponent {
|
|
|
11270
11456
|
this.maxLabelWidth = maxLabelWidth.currentValue;
|
|
11271
11457
|
}
|
|
11272
11458
|
}
|
|
11273
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11274
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11459
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutItemBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11460
|
+
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 }); }
|
|
11275
11461
|
}
|
|
11276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutItemBaseComponent, decorators: [{
|
|
11277
11463
|
type: Component,
|
|
11278
11464
|
args: [{
|
|
11279
11465
|
selector: 'bnrc-layout-item-base',
|
|
@@ -11351,10 +11537,10 @@ class LayoutPanelBaseComponent extends LayoutItemBaseComponent {
|
|
|
11351
11537
|
this._layoutService.setMaxWidth(controlWidth);
|
|
11352
11538
|
}
|
|
11353
11539
|
}
|
|
11354
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11355
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11540
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutPanelBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11541
|
+
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 }); }
|
|
11356
11542
|
}
|
|
11357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LayoutPanelBaseComponent, decorators: [{
|
|
11358
11544
|
type: Component,
|
|
11359
11545
|
args: [{
|
|
11360
11546
|
selector: 'bnrc-layout-panel-base',
|
|
@@ -11422,10 +11608,10 @@ class ContainerComponent extends BaseComponent {
|
|
|
11422
11608
|
this._cdr.detectChanges();
|
|
11423
11609
|
}
|
|
11424
11610
|
}
|
|
11425
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11426
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11611
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11612
|
+
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 }); }
|
|
11427
11613
|
}
|
|
11428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ContainerComponent, decorators: [{
|
|
11429
11615
|
type: Component,
|
|
11430
11616
|
args: [{
|
|
11431
11617
|
selector: 'bnrc-container',
|
|
@@ -11536,10 +11722,10 @@ class PageBaseComponent extends ContainerComponent {
|
|
|
11536
11722
|
const x2 = BarsaApi.Common.Util.TryGetValue(pageData, 'ModuleList2.MoDataList', []);
|
|
11537
11723
|
return x2.length ? x2 : x;
|
|
11538
11724
|
}
|
|
11539
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11540
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11725
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PageBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11726
|
+
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 }); }
|
|
11541
11727
|
}
|
|
11542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PageBaseComponent, decorators: [{
|
|
11543
11729
|
type: Component,
|
|
11544
11730
|
args: [{
|
|
11545
11731
|
selector: 'bnrc-page-base',
|
|
@@ -11760,10 +11946,10 @@ class NumberBaseComponent extends FieldBaseComponent {
|
|
|
11760
11946
|
this.formmatedValue.emit(this.inputElement?.value);
|
|
11761
11947
|
this.valueChange.emit(this.value);
|
|
11762
11948
|
}
|
|
11763
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11764
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11949
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumberBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11950
|
+
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 }); }
|
|
11765
11951
|
}
|
|
11766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11952
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumberBaseComponent, decorators: [{
|
|
11767
11953
|
type: Component,
|
|
11768
11954
|
args: [{
|
|
11769
11955
|
selector: 'bnrc-number-base',
|
|
@@ -12143,10 +12329,10 @@ class ReportViewBaseComponent extends BaseComponent {
|
|
|
12143
12329
|
}
|
|
12144
12330
|
this.rowIndicator = Number(columns[0].MetaFieldTypeId) === 41;
|
|
12145
12331
|
}
|
|
12146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12147
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12332
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportViewBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12333
|
+
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", 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 }); }
|
|
12148
12334
|
}
|
|
12149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportViewBaseComponent, decorators: [{
|
|
12150
12336
|
type: Component,
|
|
12151
12337
|
args: [{
|
|
12152
12338
|
selector: 'bnrc-report-view-base',
|
|
@@ -12188,6 +12374,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
12188
12374
|
type: Input
|
|
12189
12375
|
}], access: [{
|
|
12190
12376
|
type: Input
|
|
12377
|
+
}], allowRecordReorder: [{
|
|
12378
|
+
type: Input
|
|
12191
12379
|
}], groupby: [{
|
|
12192
12380
|
type: Input
|
|
12193
12381
|
}], selectedCount: [{
|
|
@@ -12388,10 +12576,10 @@ class FormPropsBaseComponent extends BaseComponent {
|
|
|
12388
12576
|
onEvents(title, data) {
|
|
12389
12577
|
this.events.emit({ title, data });
|
|
12390
12578
|
}
|
|
12391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12392
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12579
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPropsBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
12580
|
+
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 }); }
|
|
12393
12581
|
}
|
|
12394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPropsBaseComponent, decorators: [{
|
|
12395
12583
|
type: Component,
|
|
12396
12584
|
args: [{
|
|
12397
12585
|
selector: 'bnrc-form-props-base',
|
|
@@ -12619,13 +12807,14 @@ class PageWithFormHandlerBaseComponent extends PageBaseComponent {
|
|
|
12619
12807
|
_showFormPanel(refreshOnly = false) {
|
|
12620
12808
|
this._portalService.ShowFormPanelControl(this.formpanelCtrlr, this._router, this._activatedRoute, this._formDialogComponent, this.isFirstPage, this._vcr, refreshOnly);
|
|
12621
12809
|
}
|
|
12622
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12623
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12810
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PageWithFormHandlerBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
12811
|
+
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 }); }
|
|
12624
12812
|
}
|
|
12625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PageWithFormHandlerBaseComponent, decorators: [{
|
|
12626
12814
|
type: Component,
|
|
12627
12815
|
args: [{
|
|
12628
12816
|
template: '',
|
|
12817
|
+
changeDetection: ChangeDetectionStrategy.Eager,
|
|
12629
12818
|
standalone: false
|
|
12630
12819
|
}]
|
|
12631
12820
|
}], propDecorators: { ShowFormPanelControl: [{
|
|
@@ -12697,10 +12886,10 @@ class FormPageBaseComponent extends ContainerComponent {
|
|
|
12697
12886
|
this.params = Object.assign({}, { moId, typeDefId, reportId, viewId });
|
|
12698
12887
|
this._cdr.detectChanges();
|
|
12699
12888
|
}
|
|
12700
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12701
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12889
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPageBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
12890
|
+
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 }); }
|
|
12702
12891
|
}
|
|
12703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPageBaseComponent, decorators: [{
|
|
12704
12893
|
type: Component,
|
|
12705
12894
|
args: [{
|
|
12706
12895
|
selector: 'bnrc-form-page-base',
|
|
@@ -12724,7 +12913,8 @@ class FormComponent extends BaseComponent {
|
|
|
12724
12913
|
this.bruleAction = new EventEmitter();
|
|
12725
12914
|
this.beforeTransition = new EventEmitter();
|
|
12726
12915
|
this.afterTransition = new EventEmitter();
|
|
12727
|
-
this.uiFormComponent = signal(undefined,
|
|
12916
|
+
this.uiFormComponent = signal(undefined, /* @ts-ignore */
|
|
12917
|
+
...(ngDevMode ? [{ debugName: "uiFormComponent" }] : /* istanbul ignore next */ []));
|
|
12728
12918
|
this.cdr = inject(ChangeDetectorRef);
|
|
12729
12919
|
this.portalService = inject(PortalService);
|
|
12730
12920
|
this.injector = inject(Injector);
|
|
@@ -12887,10 +13077,10 @@ class FormComponent extends BaseComponent {
|
|
|
12887
13077
|
this.uiComponent.emit(component.instance);
|
|
12888
13078
|
});
|
|
12889
13079
|
}
|
|
12890
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12891
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13080
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13081
|
+
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 }); }
|
|
12892
13082
|
}
|
|
12893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormComponent, decorators: [{
|
|
12894
13084
|
type: Component,
|
|
12895
13085
|
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"] }]
|
|
12896
13086
|
}], ctorParameters: () => [], propDecorators: { params: [{
|
|
@@ -12974,10 +13164,10 @@ class BaseDirective {
|
|
|
12974
13164
|
console.log('ngOnDestroy');
|
|
12975
13165
|
console.log(this);
|
|
12976
13166
|
}
|
|
12977
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12978
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13167
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13168
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: BaseDirective, isStandalone: true, usesOnChanges: true, ngImport: i0 }); }
|
|
12979
13169
|
}
|
|
12980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseDirective, decorators: [{
|
|
12981
13171
|
type: Directive
|
|
12982
13172
|
}] });
|
|
12983
13173
|
|
|
@@ -12994,10 +13184,10 @@ class FormCloseDirective extends BaseDirective {
|
|
|
12994
13184
|
titleContainerDom?.insertAdjacentElement('afterbegin', closeButton);
|
|
12995
13185
|
}
|
|
12996
13186
|
}
|
|
12997
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12998
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13187
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormCloseDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13188
|
+
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 }); }
|
|
12999
13189
|
}
|
|
13000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormCloseDirective, decorators: [{
|
|
13001
13191
|
type: Directive,
|
|
13002
13192
|
args: [{
|
|
13003
13193
|
selector: '[formClose]',
|
|
@@ -13017,8 +13207,8 @@ class FormPageComponent extends FormPageBaseComponent {
|
|
|
13017
13207
|
this.containerRef.insert(this._placeHolderTemplate.createEmbeddedView(this, this._injector));
|
|
13018
13208
|
super.ngOnInit();
|
|
13019
13209
|
}
|
|
13020
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13021
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13210
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13211
|
+
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: `
|
|
13022
13212
|
<ng-template #placeHolderTemplate>
|
|
13023
13213
|
<bnrc-form
|
|
13024
13214
|
[formPanelCtrl]="formPanelCtrlr"
|
|
@@ -13031,7 +13221,7 @@ class FormPageComponent extends FormPageBaseComponent {
|
|
|
13031
13221
|
<router-outlet></router-outlet>
|
|
13032
13222
|
`, 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 }); }
|
|
13033
13223
|
}
|
|
13034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormPageComponent, decorators: [{
|
|
13035
13225
|
type: Component,
|
|
13036
13226
|
args: [{ selector: 'bnrc-form-page', template: `
|
|
13037
13227
|
<ng-template #placeHolderTemplate>
|
|
@@ -13079,10 +13269,10 @@ class BaseColumnPropsComponent extends BaseComponent {
|
|
|
13079
13269
|
_callChangeToEditMode() {
|
|
13080
13270
|
this.changeToEditMode.emit(this._el.nativeElement);
|
|
13081
13271
|
}
|
|
13082
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13083
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseColumnPropsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13273
|
+
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 }); }
|
|
13084
13274
|
}
|
|
13085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseColumnPropsComponent, decorators: [{
|
|
13086
13276
|
type: Component,
|
|
13087
13277
|
args: [{
|
|
13088
13278
|
selector: 'bnrc-base-column-props',
|
|
@@ -13153,10 +13343,10 @@ class TilePropsComponent extends BaseComponent {
|
|
|
13153
13343
|
this._renderer2 = inject(Renderer2);
|
|
13154
13344
|
this._cdr = inject(ChangeDetectorRef);
|
|
13155
13345
|
}
|
|
13156
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13157
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13346
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TilePropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13347
|
+
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 }); }
|
|
13158
13348
|
}
|
|
13159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TilePropsComponent, decorators: [{
|
|
13160
13350
|
type: Component,
|
|
13161
13351
|
args: [{
|
|
13162
13352
|
selector: 'bnrc-tile-base',
|
|
@@ -13223,10 +13413,10 @@ class FormFieldReportPageComponent extends BaseComponent {
|
|
|
13223
13413
|
this._loadingSource.next(val);
|
|
13224
13414
|
this._cdr.detectChanges();
|
|
13225
13415
|
}
|
|
13226
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13227
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormFieldReportPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13417
|
+
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 }); }
|
|
13228
13418
|
}
|
|
13229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormFieldReportPageComponent, decorators: [{
|
|
13230
13420
|
type: Component,
|
|
13231
13421
|
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"] }]
|
|
13232
13422
|
}], ctorParameters: () => [], propDecorators: { containerRef: [{
|
|
@@ -13244,8 +13434,10 @@ class ColumnRendererBase extends BaseComponent {
|
|
|
13244
13434
|
constructor() {
|
|
13245
13435
|
super(...arguments);
|
|
13246
13436
|
this._isSmall = false;
|
|
13247
|
-
this.errorMessage = signal('',
|
|
13248
|
-
|
|
13437
|
+
this.errorMessage = signal('', /* @ts-ignore */
|
|
13438
|
+
...(ngDevMode ? [{ debugName: "errorMessage" }] : /* istanbul ignore next */ []));
|
|
13439
|
+
this.errorCode = signal(-1, /* @ts-ignore */
|
|
13440
|
+
...(ngDevMode ? [{ debugName: "errorCode" }] : /* istanbul ignore next */ []));
|
|
13249
13441
|
this.injector = inject(Injector);
|
|
13250
13442
|
/**
|
|
13251
13443
|
*
|
|
@@ -13254,7 +13446,8 @@ class ColumnRendererBase extends BaseComponent {
|
|
|
13254
13446
|
this._cdr = inject(ChangeDetectorRef);
|
|
13255
13447
|
}
|
|
13256
13448
|
ngOnInit() {
|
|
13257
|
-
this.signalValue = signal(this.value,
|
|
13449
|
+
this.signalValue = signal(this.value, /* @ts-ignore */
|
|
13450
|
+
...(ngDevMode ? [{ debugName: "signalValue" }] : /* istanbul ignore next */ []));
|
|
13258
13451
|
super.ngOnInit();
|
|
13259
13452
|
this.fieldTypeId = Number(this.column.FieldTypeId);
|
|
13260
13453
|
if (this.deviceSize === 's') {
|
|
@@ -13288,10 +13481,10 @@ class ColumnRendererBase extends BaseComponent {
|
|
|
13288
13481
|
onSetMaxWidth() {
|
|
13289
13482
|
this._renderer2.setStyle(this._filePopover.nativeElement, 'max-width', `${this.containerDom?.offsetWidth}px`);
|
|
13290
13483
|
}
|
|
13291
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13292
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13484
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnRendererBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13485
|
+
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 }); }
|
|
13293
13486
|
}
|
|
13294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnRendererBase, decorators: [{
|
|
13295
13488
|
type: Component,
|
|
13296
13489
|
args: [{
|
|
13297
13490
|
selector: 'bsu-column-renderer-base',
|
|
@@ -13354,8 +13547,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
13354
13547
|
class ColumnRendererViewBase extends ColumnRendererBase {
|
|
13355
13548
|
constructor() {
|
|
13356
13549
|
super(...arguments);
|
|
13357
|
-
this.errorMessage = signal('',
|
|
13358
|
-
|
|
13550
|
+
this.errorMessage = signal('', /* @ts-ignore */
|
|
13551
|
+
...(ngDevMode ? [{ debugName: "errorMessage" }] : /* istanbul ignore next */ []));
|
|
13552
|
+
this.errorCode = signal(-1, /* @ts-ignore */
|
|
13553
|
+
...(ngDevMode ? [{ debugName: "errorCode" }] : /* istanbul ignore next */ []));
|
|
13359
13554
|
this.injector = inject(Injector);
|
|
13360
13555
|
}
|
|
13361
13556
|
/**
|
|
@@ -13368,10 +13563,10 @@ class ColumnRendererViewBase extends ColumnRendererBase {
|
|
|
13368
13563
|
this.errorMessage.set(message);
|
|
13369
13564
|
this.errorCode.set(code);
|
|
13370
13565
|
}
|
|
13371
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13372
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13566
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnRendererViewBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13567
|
+
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 }); }
|
|
13373
13568
|
}
|
|
13374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnRendererViewBase, decorators: [{
|
|
13375
13570
|
type: Component,
|
|
13376
13571
|
args: [{
|
|
13377
13572
|
selector: 'bnrc-ext-field-base',
|
|
@@ -13413,12 +13608,12 @@ class EmptyPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
13413
13608
|
this._position = 'initial';
|
|
13414
13609
|
}
|
|
13415
13610
|
}
|
|
13416
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13417
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13611
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EmptyPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13612
|
+
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>
|
|
13418
13613
|
<router-outlet></router-outlet>
|
|
13419
13614
|
<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 }); }
|
|
13420
13615
|
}
|
|
13421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EmptyPageComponent, decorators: [{
|
|
13422
13617
|
type: Component,
|
|
13423
13618
|
args: [{ selector: 'bnrc-empty-page', template: `<ng-container #containerRef></ng-container>
|
|
13424
13619
|
<router-outlet></router-outlet>
|
|
@@ -13529,8 +13724,8 @@ class SplitterComponent extends BaseComponent {
|
|
|
13529
13724
|
nextSibling && this._renderer.addClass(nextSibling, 'tw-overflow-hidden');
|
|
13530
13725
|
}
|
|
13531
13726
|
}
|
|
13532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13533
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13727
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13728
|
+
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">
|
|
13534
13729
|
<div class="splitter-line"></div>
|
|
13535
13730
|
<div class="grip-handle">
|
|
13536
13731
|
<svg viewBox="0 0 24 24" fill="currentColor">
|
|
@@ -13542,9 +13737,9 @@ class SplitterComponent extends BaseComponent {
|
|
|
13542
13737
|
<circle cx="15" cy="16" r="1.5" />
|
|
13543
13738
|
</svg>
|
|
13544
13739
|
</div>
|
|
13545
|
-
</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"] }); }
|
|
13740
|
+
</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 }); }
|
|
13546
13741
|
}
|
|
13547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitterComponent, decorators: [{
|
|
13548
13743
|
type: Component,
|
|
13549
13744
|
args: [{ selector: 'bnrc-splitter', standalone: false, template: `<div class="splitter-container">
|
|
13550
13745
|
<div class="splitter-line"></div>
|
|
@@ -13558,7 +13753,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
13558
13753
|
<circle cx="15" cy="16" r="1.5" />
|
|
13559
13754
|
</svg>
|
|
13560
13755
|
</div>
|
|
13561
|
-
</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"] }]
|
|
13756
|
+
</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"] }]
|
|
13562
13757
|
}], propDecorators: { emptyClass: [{
|
|
13563
13758
|
type: HostBinding,
|
|
13564
13759
|
args: ['class.empty-space']
|
|
@@ -13777,10 +13972,10 @@ class FillEmptySpaceDirective extends BaseDirective {
|
|
|
13777
13972
|
const n = parseFloat(s);
|
|
13778
13973
|
return Number.isNaN(n) ? 0 : n;
|
|
13779
13974
|
}
|
|
13780
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13781
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13975
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FillEmptySpaceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13976
|
+
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 }); }
|
|
13782
13977
|
}
|
|
13783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FillEmptySpaceDirective, decorators: [{
|
|
13784
13979
|
type: Directive,
|
|
13785
13980
|
args: [{
|
|
13786
13981
|
selector: '[fillEmptySpace]',
|
|
@@ -13849,8 +14044,8 @@ class MasterDetailsPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
13849
14044
|
// add ngondestroy because to call routingservice ngondestroy.
|
|
13850
14045
|
// if i dont add this ngondestroy in routingservice do not call.
|
|
13851
14046
|
}
|
|
13852
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13853
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14047
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MasterDetailsPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14048
|
+
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: `
|
|
13854
14049
|
<div
|
|
13855
14050
|
class="tw-flex tw-h-full tw-w-full tw-flex-col md:tw-flex-row tw-p-2"
|
|
13856
14051
|
fillEmptySpace
|
|
@@ -13874,7 +14069,7 @@ class MasterDetailsPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
13874
14069
|
<router-outlet name="dialog"></router-outlet>
|
|
13875
14070
|
`, 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 }); }
|
|
13876
14071
|
}
|
|
13877
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MasterDetailsPageComponent, decorators: [{
|
|
13878
14073
|
type: Component,
|
|
13879
14074
|
args: [{ selector: 'bnrc-master-details-page', template: `
|
|
13880
14075
|
<div
|
|
@@ -13918,12 +14113,12 @@ class PortalPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
13918
14113
|
super.ngOnInit();
|
|
13919
14114
|
this.addModulesToDom();
|
|
13920
14115
|
}
|
|
13921
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13922
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14116
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14117
|
+
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
|
|
13923
14118
|
><router-outlet name="dialog"></router-outlet>
|
|
13924
14119
|
<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 }); }
|
|
13925
14120
|
}
|
|
13926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageComponent, decorators: [{
|
|
13927
14122
|
type: Component,
|
|
13928
14123
|
args: [{ selector: 'bnrc-portal-page', template: `<ng-container #containerRef></ng-container> <router-outlet></router-outlet
|
|
13929
14124
|
><router-outlet name="dialog"></router-outlet>
|
|
@@ -13939,14 +14134,14 @@ class PortalPageSidebarComponent extends PageBaseComponent {
|
|
|
13939
14134
|
super.ngOnInit();
|
|
13940
14135
|
this._routingService.isSidebar = true;
|
|
13941
14136
|
}
|
|
13942
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13943
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14137
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageSidebarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14138
|
+
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">
|
|
13944
14139
|
<div class="sidebar" fillEmptySpace><ng-container #containerRef></ng-container></div>
|
|
13945
14140
|
<div class="mainside"><router-outlet name="mainside"></router-outlet></div>
|
|
13946
14141
|
</div>
|
|
13947
14142
|
<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 }); }
|
|
13948
14143
|
}
|
|
13949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalPageSidebarComponent, decorators: [{
|
|
13950
14145
|
type: Component,
|
|
13951
14146
|
args: [{
|
|
13952
14147
|
selector: 'bnrc-portal-page-sidebar',
|
|
@@ -14047,10 +14242,10 @@ class BaseDynamicComponent extends BaseComponent {
|
|
|
14047
14242
|
this._component.destroy();
|
|
14048
14243
|
}
|
|
14049
14244
|
}
|
|
14050
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14051
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14245
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseDynamicComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14246
|
+
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 }); }
|
|
14052
14247
|
}
|
|
14053
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseDynamicComponent, decorators: [{
|
|
14054
14249
|
type: Component,
|
|
14055
14250
|
args: [{
|
|
14056
14251
|
selector: 'bnrc-dynamic-component',
|
|
@@ -14072,10 +14267,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
14072
14267
|
}] } });
|
|
14073
14268
|
|
|
14074
14269
|
class DynamicFormComponent extends BaseDynamicComponent {
|
|
14075
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14076
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicFormComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14271
|
+
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 }); }
|
|
14077
14272
|
}
|
|
14078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicFormComponent, decorators: [{
|
|
14079
14274
|
type: Component,
|
|
14080
14275
|
args: [{
|
|
14081
14276
|
selector: 'bnrc-dynamic-form-component',
|
|
@@ -14140,10 +14335,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
14140
14335
|
}] } });
|
|
14141
14336
|
|
|
14142
14337
|
class DynamicItemComponent extends BaseDynamicComponent {
|
|
14143
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14144
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14338
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14339
|
+
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 }); }
|
|
14145
14340
|
}
|
|
14146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicItemComponent, decorators: [{
|
|
14147
14342
|
type: Component,
|
|
14148
14343
|
args: [{ selector: 'bnrc-dynamic-item-component', template: `<ng-container #componentContainer></ng-container>`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:contents}\n"] }]
|
|
14149
14344
|
}], propDecorators: { mo: [{
|
|
@@ -14217,10 +14412,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
14217
14412
|
}] } });
|
|
14218
14413
|
|
|
14219
14414
|
class CardDynamicItemComponent extends DynamicItemComponent {
|
|
14220
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14221
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14415
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardDynamicItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14416
|
+
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 }); }
|
|
14222
14417
|
}
|
|
14223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardDynamicItemComponent, decorators: [{
|
|
14224
14419
|
type: Component,
|
|
14225
14420
|
args: [{ selector: 'bnrc-card-dynamic-item-component', template: `<ng-container #componentContainer></ng-container>`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:contents}\n"] }]
|
|
14226
14421
|
}], propDecorators: { columnTemplate: [{
|
|
@@ -14252,10 +14447,10 @@ class BaseViewPropsComponent extends BaseComponent {
|
|
|
14252
14447
|
_trackByRow(index, row) {
|
|
14253
14448
|
return `${row.$Group ? row.$Group : row.Id}${index}`;
|
|
14254
14449
|
}
|
|
14255
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14256
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14451
|
+
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 }); }
|
|
14257
14452
|
}
|
|
14258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewPropsComponent, decorators: [{
|
|
14259
14454
|
type: Component,
|
|
14260
14455
|
args: [{
|
|
14261
14456
|
selector: 'bnrc-base-view-props',
|
|
@@ -14400,10 +14595,10 @@ class BaseViewContentPropsComponent extends BaseViewPropsComponent {
|
|
|
14400
14595
|
super(...arguments);
|
|
14401
14596
|
this.actionListClick = new EventEmitter();
|
|
14402
14597
|
}
|
|
14403
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14404
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14598
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewContentPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14599
|
+
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 }); }
|
|
14405
14600
|
}
|
|
14406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewContentPropsComponent, decorators: [{
|
|
14407
14602
|
type: Component,
|
|
14408
14603
|
args: [{
|
|
14409
14604
|
selector: 'bnrc-base-view-content-props',
|
|
@@ -14449,9 +14644,12 @@ class BaseViewItemPropsComponent extends BaseViewPropsComponent {
|
|
|
14449
14644
|
this.inlineEditInReport = true;
|
|
14450
14645
|
this.rewriteLayout = true;
|
|
14451
14646
|
this.hasCartableTemplate = false;
|
|
14452
|
-
this.workflowState = signal(null,
|
|
14453
|
-
|
|
14454
|
-
this.
|
|
14647
|
+
this.workflowState = signal(null, /* @ts-ignore */
|
|
14648
|
+
...(ngDevMode ? [{ debugName: "workflowState" }] : /* istanbul ignore next */ []));
|
|
14649
|
+
this.bruleActionMessage = signal(null, /* @ts-ignore */
|
|
14650
|
+
...(ngDevMode ? [{ debugName: "bruleActionMessage" }] : /* istanbul ignore next */ []));
|
|
14651
|
+
this.activeColumn = signal(undefined, /* @ts-ignore */
|
|
14652
|
+
...(ngDevMode ? [{ debugName: "activeColumn" }] : /* istanbul ignore next */ []));
|
|
14455
14653
|
this._domSanitizer = inject(DomSanitizer);
|
|
14456
14654
|
this._cdr = inject(ChangeDetectorRef);
|
|
14457
14655
|
this._reportValuePipe = inject(MoReportValuePipe);
|
|
@@ -14878,10 +15076,10 @@ class BaseViewItemPropsComponent extends BaseViewPropsComponent {
|
|
|
14878
15076
|
});
|
|
14879
15077
|
});
|
|
14880
15078
|
}
|
|
14881
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14882
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15079
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewItemPropsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15080
|
+
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 }); }
|
|
14883
15081
|
}
|
|
14884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseViewItemPropsComponent, decorators: [{
|
|
14885
15083
|
type: Component,
|
|
14886
15084
|
args: [{
|
|
14887
15085
|
selector: 'bnrc-base-view-item-props',
|
|
@@ -15021,10 +15219,10 @@ class BaseItemContentPropsComponent extends BaseComponent {
|
|
|
15021
15219
|
detectChanges() {
|
|
15022
15220
|
this._cdr.detectChanges();
|
|
15023
15221
|
}
|
|
15024
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15025
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15222
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseItemContentPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15223
|
+
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 }); }
|
|
15026
15224
|
}
|
|
15027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseItemContentPropsComponent, decorators: [{
|
|
15028
15226
|
type: Component,
|
|
15029
15227
|
args: [{
|
|
15030
15228
|
selector: 'bnrc-base-item-content-props',
|
|
@@ -15093,10 +15291,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
15093
15291
|
}] } });
|
|
15094
15292
|
|
|
15095
15293
|
class CardBaseItemContentPropsComponent extends BaseItemContentPropsComponent {
|
|
15096
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15097
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15294
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardBaseItemContentPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15295
|
+
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 }); }
|
|
15098
15296
|
}
|
|
15099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CardBaseItemContentPropsComponent, decorators: [{
|
|
15100
15298
|
type: Component,
|
|
15101
15299
|
args: [{
|
|
15102
15300
|
selector: 'bnrc-card-base-item-content-props',
|
|
@@ -15118,10 +15316,10 @@ class BaseFormToolbaritemPropsComponent extends BaseComponent {
|
|
|
15118
15316
|
this._reportValuePipe = inject(MoReportValuePipe);
|
|
15119
15317
|
this._cdr = inject(ChangeDetectorRef);
|
|
15120
15318
|
}
|
|
15121
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15122
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15319
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseFormToolbaritemPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15320
|
+
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 }); }
|
|
15123
15321
|
}
|
|
15124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15322
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseFormToolbaritemPropsComponent, decorators: [{
|
|
15125
15323
|
type: Component,
|
|
15126
15324
|
args: [{
|
|
15127
15325
|
selector: 'bnrc-form-toolbaritem-props',
|
|
@@ -15164,10 +15362,10 @@ class DynamicFormToolbaritemComponent extends BaseDynamicComponent {
|
|
|
15164
15362
|
super(...arguments);
|
|
15165
15363
|
this.btnClick = new EventEmitter();
|
|
15166
15364
|
}
|
|
15167
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15168
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15365
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicFormToolbaritemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15366
|
+
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 }); }
|
|
15169
15367
|
}
|
|
15170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicFormToolbaritemComponent, decorators: [{
|
|
15171
15369
|
type: Component,
|
|
15172
15370
|
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"] }]
|
|
15173
15371
|
}], propDecorators: { btnClick: [{
|
|
@@ -15223,10 +15421,10 @@ class DynamicLayoutComponent extends BaseDynamicComponent {
|
|
|
15223
15421
|
}
|
|
15224
15422
|
super.ngOnInit();
|
|
15225
15423
|
}
|
|
15226
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15227
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15424
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicLayoutComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15425
|
+
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 }); }
|
|
15228
15426
|
}
|
|
15229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicLayoutComponent, decorators: [{
|
|
15230
15428
|
type: Component,
|
|
15231
15429
|
args: [{ selector: 'bnrc-dynamic-layout', template: ``, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:none}\n"] }]
|
|
15232
15430
|
}], propDecorators: { selector: [{
|
|
@@ -15267,10 +15465,10 @@ class DynamicUlvToolbarComponent extends BaseDynamicComponent {
|
|
|
15267
15465
|
this._component.instance.changeDetect && this._component.instance.changeDetect();
|
|
15268
15466
|
}
|
|
15269
15467
|
}
|
|
15270
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15271
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15468
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicUlvToolbarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15469
|
+
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 }); }
|
|
15272
15470
|
}
|
|
15273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicUlvToolbarComponent, decorators: [{
|
|
15274
15472
|
type: Component,
|
|
15275
15473
|
args: [{
|
|
15276
15474
|
selector: 'bnrc-dynamic-ulv-toolbar-component',
|
|
@@ -15348,10 +15546,10 @@ class DynamicUlvPagingComponent extends BaseDynamicComponent {
|
|
|
15348
15546
|
this._component.instance.changeDetect && this._component.instance.changeDetect();
|
|
15349
15547
|
}
|
|
15350
15548
|
}
|
|
15351
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15352
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15549
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicUlvPagingComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15550
|
+
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 }); }
|
|
15353
15551
|
}
|
|
15354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicUlvPagingComponent, decorators: [{
|
|
15355
15553
|
type: Component,
|
|
15356
15554
|
args: [{
|
|
15357
15555
|
selector: 'bnrc-dynamic-ulv-paging-component',
|
|
@@ -15391,10 +15589,10 @@ class UnlimitSessionComponent extends BaseComponent {
|
|
|
15391
15589
|
_setStandaloneApp() {
|
|
15392
15590
|
this._portalService.RunBlMethodAsync('BarsaSetStandAloneApp', [BarsaApi.LoginFormData.PortalId]).catch((_) => { });
|
|
15393
15591
|
}
|
|
15394
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15395
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
15592
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UnlimitSessionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15593
|
+
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 }); }
|
|
15396
15594
|
}
|
|
15397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UnlimitSessionComponent, decorators: [{
|
|
15398
15596
|
type: Component,
|
|
15399
15597
|
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"] }]
|
|
15400
15598
|
}] });
|
|
@@ -15431,8 +15629,8 @@ class PushBannerComponent extends BaseComponent {
|
|
|
15431
15629
|
onEnable() {
|
|
15432
15630
|
this._pushService.subscribe();
|
|
15433
15631
|
}
|
|
15434
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15435
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
15632
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushBannerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15633
|
+
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: `
|
|
15436
15634
|
@if(push().bannerVisible){
|
|
15437
15635
|
<div class="push-banner" [ngClass]="bannerPositionClass">
|
|
15438
15636
|
<div class="text">
|
|
@@ -15450,7 +15648,7 @@ class PushBannerComponent extends BaseComponent {
|
|
|
15450
15648
|
}
|
|
15451
15649
|
`, 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 }); }
|
|
15452
15650
|
}
|
|
15453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PushBannerComponent, decorators: [{
|
|
15454
15652
|
type: Component,
|
|
15455
15653
|
args: [{ selector: 'bnrc-push-banner', standalone: false, changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
15456
15654
|
@if(push().bannerVisible){
|
|
@@ -15495,10 +15693,10 @@ class LoadExternalFilesDirective {
|
|
|
15495
15693
|
});
|
|
15496
15694
|
}
|
|
15497
15695
|
}
|
|
15498
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15499
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
15696
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LoadExternalFilesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
15697
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: LoadExternalFilesDirective, isStandalone: false, selector: "[loadExternalFiles]", ngImport: i0 }); }
|
|
15500
15698
|
}
|
|
15501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LoadExternalFilesDirective, decorators: [{
|
|
15502
15700
|
type: Directive,
|
|
15503
15701
|
args: [{
|
|
15504
15702
|
selector: '[loadExternalFiles]',
|
|
@@ -15511,7 +15709,8 @@ class RootPortalComponent extends PageBaseComponent {
|
|
|
15511
15709
|
super(...arguments);
|
|
15512
15710
|
this._dir = 'ltr';
|
|
15513
15711
|
this.isRoot = true;
|
|
15514
|
-
this.inLocalMode = signal(false,
|
|
15712
|
+
this.inLocalMode = signal(false, /* @ts-ignore */
|
|
15713
|
+
...(ngDevMode ? [{ debugName: "inLocalMode" }] : /* istanbul ignore next */ []));
|
|
15515
15714
|
}
|
|
15516
15715
|
ngOnInit() {
|
|
15517
15716
|
super.ngOnInit();
|
|
@@ -15591,8 +15790,8 @@ class RootPortalComponent extends PageBaseComponent {
|
|
|
15591
15790
|
this._portalService.setSiteImageUrl(BackgroundColor, this.imageUrl);
|
|
15592
15791
|
}
|
|
15593
15792
|
}
|
|
15594
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15595
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
15793
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RootPortalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15794
|
+
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: `
|
|
15596
15795
|
<span
|
|
15597
15796
|
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
|
|
15598
15797
|
max-md:tw-grid-cols-1 tw-inline-flex tw-items-center tw-gap-1 tw-px-3
|
|
@@ -15655,7 +15854,7 @@ class RootPortalComponent extends PageBaseComponent {
|
|
|
15655
15854
|
</div>
|
|
15656
15855
|
</div>
|
|
15657
15856
|
}
|
|
15658
|
-
<section loadExternalFiles class="
|
|
15857
|
+
<section loadExternalFiles class="section" id="mainpage" #sectionRef>
|
|
15659
15858
|
<div #containerRef></div>
|
|
15660
15859
|
</section>
|
|
15661
15860
|
<div class="page-wrapper">
|
|
@@ -15669,7 +15868,7 @@ class RootPortalComponent extends PageBaseComponent {
|
|
|
15669
15868
|
<bnrc-push-banner></bnrc-push-banner>
|
|
15670
15869
|
`, 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 }); }
|
|
15671
15870
|
}
|
|
15672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RootPortalComponent, decorators: [{
|
|
15673
15872
|
type: Component,
|
|
15674
15873
|
args: [{
|
|
15675
15874
|
selector: 'bnrc-root-portal',
|
|
@@ -15736,7 +15935,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
15736
15935
|
</div>
|
|
15737
15936
|
</div>
|
|
15738
15937
|
}
|
|
15739
|
-
<section loadExternalFiles class="
|
|
15938
|
+
<section loadExternalFiles class="section" id="mainpage" #sectionRef>
|
|
15740
15939
|
<div #containerRef></div>
|
|
15741
15940
|
</section>
|
|
15742
15941
|
<div class="page-wrapper">
|
|
@@ -15773,10 +15972,10 @@ class AnchorScrollDirective {
|
|
|
15773
15972
|
element.scrollIntoView();
|
|
15774
15973
|
}
|
|
15775
15974
|
}
|
|
15776
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15777
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
15975
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnchorScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
15976
|
+
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 }); }
|
|
15778
15977
|
}
|
|
15779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AnchorScrollDirective, decorators: [{
|
|
15780
15979
|
type: Directive,
|
|
15781
15980
|
args: [{
|
|
15782
15981
|
selector: '[anchorScroll]',
|
|
@@ -15804,10 +16003,10 @@ class AttrRtlDirective extends BaseDirective {
|
|
|
15804
16003
|
_setRtlAttribute(rtl) {
|
|
15805
16004
|
this._renderer2.setAttribute(this._el.nativeElement, 'rtl', `${rtl}`);
|
|
15806
16005
|
}
|
|
15807
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15808
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16006
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AttrRtlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16007
|
+
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 }); }
|
|
15809
16008
|
}
|
|
15810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AttrRtlDirective, decorators: [{
|
|
15811
16010
|
type: Directive,
|
|
15812
16011
|
args: [{
|
|
15813
16012
|
selector: '[attrRtl]',
|
|
@@ -15841,10 +16040,10 @@ class ColumnResizerDirective extends BaseDirective {
|
|
|
15841
16040
|
this.renderer.setStyle(cell, 'padding-left', 0);
|
|
15842
16041
|
this.renderer.setStyle(cell, 'position', 'relative');
|
|
15843
16042
|
}
|
|
15844
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15845
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16043
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnResizerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16044
|
+
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 }); }
|
|
15846
16045
|
}
|
|
15847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnResizerDirective, decorators: [{
|
|
15848
16047
|
type: Directive,
|
|
15849
16048
|
args: [{
|
|
15850
16049
|
selector: '[columnResizer]',
|
|
@@ -15872,10 +16071,10 @@ class DynamicCommandDirective {
|
|
|
15872
16071
|
this.commandClick.emit();
|
|
15873
16072
|
return false;
|
|
15874
16073
|
}
|
|
15875
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15876
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16074
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicCommandDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16075
|
+
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 }); }
|
|
15877
16076
|
}
|
|
15878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicCommandDirective, decorators: [{
|
|
15879
16078
|
type: Directive,
|
|
15880
16079
|
args: [{
|
|
15881
16080
|
selector: '[dynCommand]',
|
|
@@ -15947,10 +16146,10 @@ class EllipsifyDirective extends BaseDirective {
|
|
|
15947
16146
|
});
|
|
15948
16147
|
});
|
|
15949
16148
|
}
|
|
15950
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15951
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16149
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EllipsifyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16150
|
+
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 }); }
|
|
15952
16151
|
}
|
|
15953
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EllipsifyDirective, decorators: [{
|
|
15954
16153
|
type: Directive,
|
|
15955
16154
|
args: [{
|
|
15956
16155
|
selector: '[ellipsify]',
|
|
@@ -15964,10 +16163,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
15964
16163
|
}] } });
|
|
15965
16164
|
|
|
15966
16165
|
class FieldDirective {
|
|
15967
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15968
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16166
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16167
|
+
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 }); }
|
|
15969
16168
|
}
|
|
15970
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldDirective, decorators: [{
|
|
15971
16170
|
type: Directive,
|
|
15972
16171
|
args: [{
|
|
15973
16172
|
selector: '[field]',
|
|
@@ -16035,10 +16234,10 @@ class ImageLazyDirective extends BaseDirective {
|
|
|
16035
16234
|
rect.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
16036
16235
|
return isInViewport;
|
|
16037
16236
|
}
|
|
16038
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16039
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16237
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ImageLazyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16238
|
+
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 }); }
|
|
16040
16239
|
}
|
|
16041
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ImageLazyDirective, decorators: [{
|
|
16042
16241
|
type: Directive,
|
|
16043
16242
|
args: [{
|
|
16044
16243
|
selector: '[imgLazy]',
|
|
@@ -16131,10 +16330,10 @@ class IntersectionObserverDirective {
|
|
|
16131
16330
|
ngOnDestroy() {
|
|
16132
16331
|
this.destroy$.next();
|
|
16133
16332
|
}
|
|
16134
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16135
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16333
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IntersectionObserverDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16334
|
+
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 }); }
|
|
16136
16335
|
}
|
|
16137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: IntersectionObserverDirective, decorators: [{
|
|
16138
16337
|
type: Directive,
|
|
16139
16338
|
args: [{
|
|
16140
16339
|
selector: '[intersectionObserver]',
|
|
@@ -16187,10 +16386,10 @@ class ItemsRendererDirective extends BaseDirective {
|
|
|
16187
16386
|
this._el.nativeElement.appendChild(fragmentDoc);
|
|
16188
16387
|
this._fragmentDoc = fragmentDoc;
|
|
16189
16388
|
}
|
|
16190
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16191
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16389
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ItemsRendererDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16390
|
+
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 }); }
|
|
16192
16391
|
}
|
|
16193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ItemsRendererDirective, decorators: [{
|
|
16194
16393
|
type: Directive,
|
|
16195
16394
|
args: [{
|
|
16196
16395
|
selector: '[itemsRenderer]',
|
|
@@ -16220,10 +16419,10 @@ class NumbersOnlyInputDirective {
|
|
|
16220
16419
|
event.stopPropagation();
|
|
16221
16420
|
}
|
|
16222
16421
|
}
|
|
16223
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16224
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumbersOnlyInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16423
|
+
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 }); }
|
|
16225
16424
|
}
|
|
16226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NumbersOnlyInputDirective, decorators: [{
|
|
16227
16426
|
type: Directive,
|
|
16228
16427
|
args: [{
|
|
16229
16428
|
selector: 'input[type=number], input[numbersOnly]',
|
|
@@ -16235,10 +16434,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
16235
16434
|
}] } });
|
|
16236
16435
|
|
|
16237
16436
|
class PlaceHolderDirective {
|
|
16238
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16239
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16437
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PlaceHolderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16438
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: PlaceHolderDirective, isStandalone: false, selector: "[placeHolder]", inputs: { placeHolder: "placeHolder" }, ngImport: i0 }); }
|
|
16240
16439
|
}
|
|
16241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PlaceHolderDirective, decorators: [{
|
|
16242
16441
|
type: Directive,
|
|
16243
16442
|
args: [{
|
|
16244
16443
|
selector: '[placeHolder]',
|
|
@@ -16298,10 +16497,10 @@ class RenderUlvViewerDirective extends BaseDirective {
|
|
|
16298
16497
|
.subscribe();
|
|
16299
16498
|
}
|
|
16300
16499
|
}
|
|
16301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16302
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16500
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvViewerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16501
|
+
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 }); }
|
|
16303
16502
|
}
|
|
16304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvViewerDirective, decorators: [{
|
|
16305
16504
|
type: Directive,
|
|
16306
16505
|
args: [{
|
|
16307
16506
|
selector: '[renderUlvViewer]',
|
|
@@ -16351,6 +16550,8 @@ class RenderUlvPaginDirective extends BaseDirective {
|
|
|
16351
16550
|
if (context) {
|
|
16352
16551
|
const customUiSetting = BarsaApi.Common.Util.TryGetValue(context.Setting, 'ClassNames.CustomUi', null);
|
|
16353
16552
|
const component = getComponentDefined(context, customUiSetting);
|
|
16553
|
+
component.Name = 'UlvPaging';
|
|
16554
|
+
component.Selector = 'bsu-ulv-paging';
|
|
16354
16555
|
this._portalService
|
|
16355
16556
|
.getComponent(component, this._injector, this._environmentInjector)
|
|
16356
16557
|
.pipe(takeUntil(this._onDestroy$), delay(0), tap((component) => {
|
|
@@ -16368,10 +16569,10 @@ class RenderUlvPaginDirective extends BaseDirective {
|
|
|
16368
16569
|
.subscribe();
|
|
16369
16570
|
}
|
|
16370
16571
|
}
|
|
16371
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16372
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16572
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvPaginDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16573
|
+
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 }); }
|
|
16373
16574
|
}
|
|
16374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvPaginDirective, decorators: [{
|
|
16375
16576
|
type: Directive,
|
|
16376
16577
|
args: [{
|
|
16377
16578
|
selector: '[renderUlvPaging]',
|
|
@@ -16588,10 +16789,10 @@ class TableResizerDirective extends BaseDirective {
|
|
|
16588
16789
|
this._currentResizer = null;
|
|
16589
16790
|
this.renderer.setStyle(this._el.nativeElement, 'cursor', 'default');
|
|
16590
16791
|
}
|
|
16591
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16592
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TableResizerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16793
|
+
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 }); }
|
|
16593
16794
|
}
|
|
16594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TableResizerDirective, decorators: [{
|
|
16595
16796
|
type: Directive,
|
|
16596
16797
|
args: [{
|
|
16597
16798
|
selector: '[tableResizer]',
|
|
@@ -16649,10 +16850,10 @@ class UlvCommandDirective extends BaseDirective {
|
|
|
16649
16850
|
}))
|
|
16650
16851
|
.subscribe();
|
|
16651
16852
|
}
|
|
16652
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16653
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16853
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UlvCommandDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16854
|
+
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 }); }
|
|
16654
16855
|
}
|
|
16655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16856
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UlvCommandDirective, decorators: [{
|
|
16656
16857
|
type: Directive,
|
|
16657
16858
|
args: [{
|
|
16658
16859
|
selector: '[ulvCommandHandler]',
|
|
@@ -16700,10 +16901,10 @@ class UntilInViewDirective extends BaseDirective {
|
|
|
16700
16901
|
ngOnDestroy() {
|
|
16701
16902
|
this._onDestroy$.next();
|
|
16702
16903
|
}
|
|
16703
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16704
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16904
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UntilInViewDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16905
|
+
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 }); }
|
|
16705
16906
|
}
|
|
16706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: UntilInViewDirective, decorators: [{
|
|
16707
16908
|
type: Directive,
|
|
16708
16909
|
args: [{
|
|
16709
16910
|
selector: '[untilInView]',
|
|
@@ -16749,10 +16950,10 @@ class WorfkflowwChoiceCommandDirective {
|
|
|
16749
16950
|
this.commandClick.emit();
|
|
16750
16951
|
return false;
|
|
16751
16952
|
}
|
|
16752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16753
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
16953
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: WorfkflowwChoiceCommandDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
16954
|
+
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 }); }
|
|
16754
16955
|
}
|
|
16755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: WorfkflowwChoiceCommandDirective, decorators: [{
|
|
16756
16957
|
type: Directive,
|
|
16757
16958
|
args: [{
|
|
16758
16959
|
selector: '[wfChoice]',
|
|
@@ -16806,10 +17007,10 @@ class CopyDirective extends BaseDirective {
|
|
|
16806
17007
|
dom.appendChild(inputEl);
|
|
16807
17008
|
this._inputEl = inputEl;
|
|
16808
17009
|
}
|
|
16809
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16810
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17010
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CopyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17011
|
+
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 }); }
|
|
16811
17012
|
}
|
|
16812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CopyDirective, decorators: [{
|
|
16813
17014
|
type: Directive,
|
|
16814
17015
|
args: [{
|
|
16815
17016
|
selector: '[copy]',
|
|
@@ -16858,10 +17059,10 @@ class EllapsisTextDirective extends BaseDirective {
|
|
|
16858
17059
|
_isEllipsisActive(element) {
|
|
16859
17060
|
return element.scrollWidth > element.clientWidth;
|
|
16860
17061
|
}
|
|
16861
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16862
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17062
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EllapsisTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17063
|
+
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 }); }
|
|
16863
17064
|
}
|
|
16864
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: EllapsisTextDirective, decorators: [{
|
|
16865
17066
|
type: Directive,
|
|
16866
17067
|
args: [{
|
|
16867
17068
|
selector: '[ellapsisText]',
|
|
@@ -16887,10 +17088,10 @@ class MobileDirective extends BaseDirective {
|
|
|
16887
17088
|
const dom = this._el.nativeElement;
|
|
16888
17089
|
this._renderer2.addClass(dom, 'mobile');
|
|
16889
17090
|
}
|
|
16890
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16891
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17091
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MobileDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17092
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: MobileDirective, isStandalone: false, selector: "[mobile]", usesInheritance: true, ngImport: i0 }); }
|
|
16892
17093
|
}
|
|
16893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MobileDirective, decorators: [{
|
|
16894
17095
|
type: Directive,
|
|
16895
17096
|
args: [{
|
|
16896
17097
|
selector: '[mobile]',
|
|
@@ -16909,10 +17110,10 @@ class BodyClickDirective extends BaseDirective {
|
|
|
16909
17110
|
}
|
|
16910
17111
|
bodyClick(this._document, this._el);
|
|
16911
17112
|
}
|
|
16912
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16913
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17113
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BodyClickDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17114
|
+
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 }); }
|
|
16914
17115
|
}
|
|
16915
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BodyClickDirective, decorators: [{
|
|
16916
17117
|
type: Directive,
|
|
16917
17118
|
args: [{
|
|
16918
17119
|
selector: '[bodyClick]',
|
|
@@ -16929,10 +17130,10 @@ class PreventDefaultDirective extends BaseDirective {
|
|
|
16929
17130
|
onClick(e) {
|
|
16930
17131
|
e.preventDefault();
|
|
16931
17132
|
}
|
|
16932
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16933
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17133
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PreventDefaultDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17134
|
+
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 }); }
|
|
16934
17135
|
}
|
|
16935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PreventDefaultDirective, decorators: [{
|
|
16936
17137
|
type: Directive,
|
|
16937
17138
|
args: [{
|
|
16938
17139
|
selector: '[preventDefault]',
|
|
@@ -16947,10 +17148,10 @@ class StopPropagationDirective extends BaseDirective {
|
|
|
16947
17148
|
onClick(e) {
|
|
16948
17149
|
e.stopPropagation();
|
|
16949
17150
|
}
|
|
16950
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16951
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: StopPropagationDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17152
|
+
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 }); }
|
|
16952
17153
|
}
|
|
16953
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: StopPropagationDirective, decorators: [{
|
|
16954
17155
|
type: Directive,
|
|
16955
17156
|
args: [{
|
|
16956
17157
|
selector: '[stopPropagation]',
|
|
@@ -17024,8 +17225,8 @@ class CountDownDirective extends BaseDirective {
|
|
|
17024
17225
|
}
|
|
17025
17226
|
return `${this.includeHour ? hours + ':' : ''}${this.includeMinute ? minutes + ':' : ''}${seconds}`;
|
|
17026
17227
|
}
|
|
17027
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17028
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17228
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CountDownDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17229
|
+
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: [
|
|
17029
17230
|
{
|
|
17030
17231
|
provide: DateService,
|
|
17031
17232
|
useFactory: getDateService,
|
|
@@ -17033,7 +17234,7 @@ class CountDownDirective extends BaseDirective {
|
|
|
17033
17234
|
}
|
|
17034
17235
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
17035
17236
|
}
|
|
17036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CountDownDirective, decorators: [{
|
|
17037
17238
|
type: Directive,
|
|
17038
17239
|
args: [{
|
|
17039
17240
|
selector: '[countDown]',
|
|
@@ -17075,10 +17276,10 @@ class RouteFormChangeDirective extends BaseDirective {
|
|
|
17075
17276
|
this.stateChanged.emit();
|
|
17076
17277
|
});
|
|
17077
17278
|
}
|
|
17078
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17079
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17279
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RouteFormChangeDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17280
|
+
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 }); }
|
|
17080
17281
|
}
|
|
17081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RouteFormChangeDirective, decorators: [{
|
|
17082
17283
|
type: Directive,
|
|
17083
17284
|
args: [{
|
|
17084
17285
|
selector: '[routeFormChange]',
|
|
@@ -17111,10 +17312,10 @@ class DynamicStyleDirective extends BaseDirective {
|
|
|
17111
17312
|
super.ngOnDestroy();
|
|
17112
17313
|
RemoveDynamicFormStyles(this._style);
|
|
17113
17314
|
}
|
|
17114
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17115
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17315
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicStyleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17316
|
+
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 }); }
|
|
17116
17317
|
}
|
|
17117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicStyleDirective, decorators: [{
|
|
17118
17319
|
type: Directive,
|
|
17119
17320
|
args: [{
|
|
17120
17321
|
selector: '[cssStyle]',
|
|
@@ -17138,10 +17339,10 @@ class NowraptextDirective extends BaseDirective {
|
|
|
17138
17339
|
this._renderer2.setStyle(dom, 'width', this.width);
|
|
17139
17340
|
this._renderer2.setStyle(dom, 'display', 'block');
|
|
17140
17341
|
}
|
|
17141
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17142
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17342
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NowraptextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17343
|
+
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 }); }
|
|
17143
17344
|
}
|
|
17144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NowraptextDirective, decorators: [{
|
|
17145
17346
|
type: Directive,
|
|
17146
17347
|
args: [{
|
|
17147
17348
|
selector: '[nowraptext]',
|
|
@@ -17177,10 +17378,10 @@ class LabelmandatoryDirective extends BaseDirective {
|
|
|
17177
17378
|
dom.innerHTML += `<strong ${style}>*</strong>`;
|
|
17178
17379
|
}
|
|
17179
17380
|
}
|
|
17180
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17181
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17381
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LabelmandatoryDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17382
|
+
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 }); }
|
|
17182
17383
|
}
|
|
17183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LabelmandatoryDirective, decorators: [{
|
|
17184
17385
|
type: Directive,
|
|
17185
17386
|
args: [{
|
|
17186
17387
|
selector: '[lblMandatory]',
|
|
@@ -17218,10 +17419,10 @@ class AbsoluteDivBodyDirective extends BaseDirective {
|
|
|
17218
17419
|
super.ngOnDestroy();
|
|
17219
17420
|
this.elem?.remove();
|
|
17220
17421
|
}
|
|
17221
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17222
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AbsoluteDivBodyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17423
|
+
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 }); }
|
|
17223
17424
|
}
|
|
17224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: AbsoluteDivBodyDirective, decorators: [{
|
|
17225
17426
|
type: Directive,
|
|
17226
17427
|
args: [{
|
|
17227
17428
|
selector: '[absDiv]',
|
|
@@ -17234,7 +17435,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
17234
17435
|
class RenderUlvDirective extends BaseDirective {
|
|
17235
17436
|
constructor() {
|
|
17236
17437
|
super(...arguments);
|
|
17237
|
-
this.reportId = input(
|
|
17438
|
+
this.reportId = input(/* @ts-ignore */
|
|
17439
|
+
...(ngDevMode ? [undefined, { debugName: "reportId" }] : /* istanbul ignore next */ []));
|
|
17238
17440
|
this._injector = inject(Injector);
|
|
17239
17441
|
this._environmentInjector = inject(EnvironmentInjector);
|
|
17240
17442
|
this._logService = inject(LogService);
|
|
@@ -17266,10 +17468,10 @@ class RenderUlvDirective extends BaseDirective {
|
|
|
17266
17468
|
}, this._vcr, this._injector, this._environmentInjector, false)
|
|
17267
17469
|
.subscribe();
|
|
17268
17470
|
}
|
|
17269
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17270
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
17471
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17472
|
+
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 }); }
|
|
17271
17473
|
}
|
|
17272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RenderUlvDirective, decorators: [{
|
|
17273
17475
|
type: Directive,
|
|
17274
17476
|
args: [{
|
|
17275
17477
|
selector: '[renderUlv]',
|
|
@@ -17291,10 +17493,10 @@ class PrintFilesDirective {
|
|
|
17291
17493
|
};
|
|
17292
17494
|
PrintImage(setting);
|
|
17293
17495
|
}
|
|
17294
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17295
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17496
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PrintFilesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17497
|
+
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 }); }
|
|
17296
17498
|
}
|
|
17297
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17499
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PrintFilesDirective, decorators: [{
|
|
17298
17500
|
type: Directive,
|
|
17299
17501
|
args: [{
|
|
17300
17502
|
selector: '[printFiles]',
|
|
@@ -17320,10 +17522,10 @@ class SaveImageDirective {
|
|
|
17320
17522
|
}
|
|
17321
17523
|
SaveImageToFile(this.name, this.src);
|
|
17322
17524
|
}
|
|
17323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17324
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17525
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SaveImageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17526
|
+
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 }); }
|
|
17325
17527
|
}
|
|
17326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SaveImageDirective, decorators: [{
|
|
17327
17529
|
type: Directive,
|
|
17328
17530
|
args: [{
|
|
17329
17531
|
selector: '[saveImage]',
|
|
@@ -17373,10 +17575,10 @@ class WebOtpDirective {
|
|
|
17373
17575
|
this._ac.abort();
|
|
17374
17576
|
}
|
|
17375
17577
|
}
|
|
17376
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17377
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17578
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: WebOtpDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17579
|
+
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 }); }
|
|
17378
17580
|
}
|
|
17379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: WebOtpDirective, decorators: [{
|
|
17380
17582
|
type: Directive,
|
|
17381
17583
|
args: [{
|
|
17382
17584
|
selector: '[appWebotp]',
|
|
@@ -17470,10 +17672,10 @@ class SplideSliderDirective extends BaseDirective {
|
|
|
17470
17672
|
get direction() {
|
|
17471
17673
|
return BarsaApi.LoginFormData.IsRtl ? 'rtl' : 'ltr';
|
|
17472
17674
|
}
|
|
17473
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17474
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17675
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplideSliderDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17676
|
+
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 }); }
|
|
17475
17677
|
}
|
|
17476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplideSliderDirective, decorators: [{
|
|
17477
17679
|
type: Directive,
|
|
17478
17680
|
args: [{
|
|
17479
17681
|
selector: '[splideSlider]',
|
|
@@ -17511,13 +17713,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
17511
17713
|
class DynamicRootVariableDirective extends BaseDirective {
|
|
17512
17714
|
constructor() {
|
|
17513
17715
|
super(...arguments);
|
|
17514
|
-
this.cssVariableName = input.required(
|
|
17515
|
-
|
|
17716
|
+
this.cssVariableName = input.required(/* @ts-ignore */
|
|
17717
|
+
...(ngDevMode ? [{ debugName: "cssVariableName" }] : /* istanbul ignore next */ []));
|
|
17718
|
+
this.cssVariableValue = input.required(/* @ts-ignore */
|
|
17719
|
+
...(ngDevMode ? [{ debugName: "cssVariableValue" }] : /* istanbul ignore next */ []));
|
|
17516
17720
|
this.disable = input(false, { ...(ngDevMode ? { debugName: "disable" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
17517
17721
|
/**
|
|
17518
17722
|
* برای اجرای دستی مجدد effect توسط refresh
|
|
17519
17723
|
*/
|
|
17520
|
-
this._refreshVersion = signal(0,
|
|
17724
|
+
this._refreshVersion = signal(0, /* @ts-ignore */
|
|
17725
|
+
...(ngDevMode ? [{ debugName: "_refreshVersion" }] : /* istanbul ignore next */ []));
|
|
17521
17726
|
/**
|
|
17522
17727
|
* با تغییر هرکدام از ورودیهای زیر دوباره اجرا میشود:
|
|
17523
17728
|
*
|
|
@@ -17543,15 +17748,16 @@ class DynamicRootVariableDirective extends BaseDirective {
|
|
|
17543
17748
|
onCleanup(() => {
|
|
17544
17749
|
removeDynamicStyle(style);
|
|
17545
17750
|
});
|
|
17546
|
-
},
|
|
17751
|
+
}, /* @ts-ignore */
|
|
17752
|
+
...(ngDevMode ? [{ debugName: "_styleEffect" }] : /* istanbul ignore next */ []));
|
|
17547
17753
|
}
|
|
17548
17754
|
refresh() {
|
|
17549
17755
|
this._refreshVersion.update(version => version + 1);
|
|
17550
17756
|
}
|
|
17551
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17552
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
17757
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicRootVariableDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17758
|
+
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 }); }
|
|
17553
17759
|
}
|
|
17554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DynamicRootVariableDirective, decorators: [{
|
|
17555
17761
|
type: Directive,
|
|
17556
17762
|
args: [{
|
|
17557
17763
|
selector: '[cssRootVariable]',
|
|
@@ -17585,10 +17791,10 @@ class HorizontalResponsiveDirective extends BaseDirective {
|
|
|
17585
17791
|
root.style.setProperty('--horizontal-grid-templateMd', `repeat(${MdColumns},1fr)`);
|
|
17586
17792
|
root.style.setProperty('--horizontal-grid-templateSm', `repeat(${SmColumns},1fr)`);
|
|
17587
17793
|
}
|
|
17588
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17589
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17794
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HorizontalResponsiveDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17795
|
+
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 }); }
|
|
17590
17796
|
}
|
|
17591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: HorizontalResponsiveDirective, decorators: [{
|
|
17592
17798
|
type: Directive,
|
|
17593
17799
|
args: [{
|
|
17594
17800
|
selector: '[hrResponsive]',
|
|
@@ -17626,10 +17832,10 @@ class MeasureFormTitleWidthDirective extends BaseDirective {
|
|
|
17626
17832
|
? this._renderer2.addClass(this._el.nativeElement, 'overflow-toolbar')
|
|
17627
17833
|
: this._renderer2.addClass(this._el.nativeElement, 'title-auto');
|
|
17628
17834
|
}
|
|
17629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17630
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17835
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MeasureFormTitleWidthDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17836
|
+
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 }); }
|
|
17631
17837
|
}
|
|
17632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17838
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MeasureFormTitleWidthDirective, decorators: [{
|
|
17633
17839
|
type: Directive,
|
|
17634
17840
|
args: [{
|
|
17635
17841
|
selector: '[mWidthTitle]',
|
|
@@ -17676,10 +17882,10 @@ class OverflowTextDirective extends BaseDirective {
|
|
|
17676
17882
|
this._renderer2.addClass(this._el.nativeElement, 'overflow-text-in');
|
|
17677
17883
|
this._renderer2.addClass(this._el.nativeElement.parentNode, 'child-has-overflow-text');
|
|
17678
17884
|
}
|
|
17679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17680
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17885
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: OverflowTextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17886
|
+
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 }); }
|
|
17681
17887
|
}
|
|
17682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: OverflowTextDirective, decorators: [{
|
|
17683
17889
|
type: Directive,
|
|
17684
17890
|
args: [{
|
|
17685
17891
|
selector: '[overflowText]',
|
|
@@ -17712,10 +17918,10 @@ class ShortcutRegisterDirective extends BaseDirective {
|
|
|
17712
17918
|
});
|
|
17713
17919
|
this._ulvMainService.setShortCuts(shortcuts);
|
|
17714
17920
|
}
|
|
17715
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17716
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17921
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShortcutRegisterDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17922
|
+
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 }); }
|
|
17717
17923
|
}
|
|
17718
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShortcutRegisterDirective, decorators: [{
|
|
17719
17925
|
type: Directive,
|
|
17720
17926
|
args: [{
|
|
17721
17927
|
selector: '[shortcutRegister]',
|
|
@@ -17739,10 +17945,10 @@ class ShortcutHandlerDirective extends BaseDirective {
|
|
|
17739
17945
|
}
|
|
17740
17946
|
};
|
|
17741
17947
|
}
|
|
17742
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17743
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17948
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShortcutHandlerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17949
|
+
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 }); }
|
|
17744
17950
|
}
|
|
17745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ShortcutHandlerDirective, decorators: [{
|
|
17746
17952
|
type: Directive,
|
|
17747
17953
|
args: [{
|
|
17748
17954
|
selector: '[shortcutHandler]',
|
|
@@ -17766,10 +17972,10 @@ class BarsaReadonlyDirective extends BaseDirective {
|
|
|
17766
17972
|
this._renderer2.addClass(this._el.nativeElement, 'barsa-readonly');
|
|
17767
17973
|
}
|
|
17768
17974
|
}
|
|
17769
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17770
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17975
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaReadonlyDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
17976
|
+
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 }); }
|
|
17771
17977
|
}
|
|
17772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaReadonlyDirective, decorators: [{
|
|
17773
17979
|
type: Directive,
|
|
17774
17980
|
args: [{
|
|
17775
17981
|
selector: '[barsaReadonly]',
|
|
@@ -17798,10 +18004,10 @@ class ResizeObserverDirective {
|
|
|
17798
18004
|
this.observer.unobserve(this.el.nativeElement);
|
|
17799
18005
|
this.observer.disconnect();
|
|
17800
18006
|
}
|
|
17801
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17802
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18007
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizeObserverDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18008
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: ResizeObserverDirective, isStandalone: false, selector: "[resizeObserver]", outputs: { elResized: "elResized" }, ngImport: i0 }); }
|
|
17803
18009
|
}
|
|
17804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizeObserverDirective, decorators: [{
|
|
17805
18011
|
type: Directive,
|
|
17806
18012
|
args: [{
|
|
17807
18013
|
selector: '[resizeObserver]',
|
|
@@ -17828,10 +18034,10 @@ class ColumnValueDirective extends BaseDirective {
|
|
|
17828
18034
|
this._renderer2.setProperty(this._el.nativeElement, 'textContent', '');
|
|
17829
18035
|
}
|
|
17830
18036
|
}
|
|
17831
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17832
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18037
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValueDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18038
|
+
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 }); }
|
|
17833
18039
|
}
|
|
17834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ColumnValueDirective, decorators: [{
|
|
17835
18041
|
type: Directive,
|
|
17836
18042
|
args: [{
|
|
17837
18043
|
selector: '[columnValue]',
|
|
@@ -17865,10 +18071,10 @@ class ScrollToSelectedDirective extends BaseDirective {
|
|
|
17865
18071
|
block: 'center'
|
|
17866
18072
|
});
|
|
17867
18073
|
}
|
|
17868
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17869
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18074
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollToSelectedDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18075
|
+
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 }); }
|
|
17870
18076
|
}
|
|
17871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollToSelectedDirective, decorators: [{
|
|
17872
18078
|
type: Directive,
|
|
17873
18079
|
args: [{
|
|
17874
18080
|
selector: '[scrollToSelected]',
|
|
@@ -17905,10 +18111,10 @@ class ScrollPersistDirective {
|
|
|
17905
18111
|
this.observer.disconnect();
|
|
17906
18112
|
}
|
|
17907
18113
|
}
|
|
17908
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17909
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18114
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollPersistDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18115
|
+
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 }); }
|
|
17910
18116
|
}
|
|
17911
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ScrollPersistDirective, decorators: [{
|
|
17912
18118
|
type: Directive,
|
|
17913
18119
|
args: [{
|
|
17914
18120
|
selector: '[scrollPersist]',
|
|
@@ -17924,7 +18130,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
17924
18130
|
|
|
17925
18131
|
class TooltipDirective {
|
|
17926
18132
|
constructor() {
|
|
17927
|
-
this.bnrcTooltip = input.required(
|
|
18133
|
+
this.bnrcTooltip = input.required(/* @ts-ignore */
|
|
18134
|
+
...(ngDevMode ? [{ debugName: "bnrcTooltip" }] : /* istanbul ignore next */ []));
|
|
17928
18135
|
this.hostRef = inject(ElementRef);
|
|
17929
18136
|
this.renderer = inject(Renderer2);
|
|
17930
18137
|
this.document = inject(DOCUMENT);
|
|
@@ -17962,10 +18169,10 @@ class TooltipDirective {
|
|
|
17962
18169
|
this.tooltipEl = null;
|
|
17963
18170
|
}
|
|
17964
18171
|
}
|
|
17965
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17966
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
18172
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TooltipDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18173
|
+
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 }); }
|
|
17967
18174
|
}
|
|
17968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TooltipDirective, decorators: [{
|
|
17969
18176
|
type: Directive,
|
|
17970
18177
|
args: [{
|
|
17971
18178
|
selector: '[bnrcTooltip]',
|
|
@@ -17996,10 +18203,10 @@ class SimplebarDirective extends BaseDirective {
|
|
|
17996
18203
|
const SimpleBar = (await import('simplebar')).default;
|
|
17997
18204
|
new SimpleBar(this._el.nativeElement, { autoHide: true });
|
|
17998
18205
|
}
|
|
17999
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18000
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18206
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SimplebarDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18207
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.0.8", type: SimplebarDirective, isStandalone: false, selector: "[simplebar]", usesInheritance: true, ngImport: i0 }); }
|
|
18001
18208
|
}
|
|
18002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SimplebarDirective, decorators: [{
|
|
18003
18210
|
type: Directive,
|
|
18004
18211
|
args: [{
|
|
18005
18212
|
selector: '[simplebar]',
|
|
@@ -18062,10 +18269,10 @@ class LeafletLongPressDirective {
|
|
|
18062
18269
|
ngOnDestroy() {
|
|
18063
18270
|
this.sub.unsubscribe();
|
|
18064
18271
|
}
|
|
18065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18066
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LeafletLongPressDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18273
|
+
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 }); }
|
|
18067
18274
|
}
|
|
18068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LeafletLongPressDirective, decorators: [{
|
|
18069
18276
|
type: Directive,
|
|
18070
18277
|
args: [{
|
|
18071
18278
|
selector: '[leafletLongPress]',
|
|
@@ -18125,10 +18332,10 @@ class ResizeHandlerDirective extends BaseDirective {
|
|
|
18125
18332
|
// no-op
|
|
18126
18333
|
}
|
|
18127
18334
|
}
|
|
18128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18129
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18335
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizeHandlerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18336
|
+
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 }); }
|
|
18130
18337
|
}
|
|
18131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizeHandlerDirective, decorators: [{
|
|
18132
18339
|
type: Directive,
|
|
18133
18340
|
args: [{
|
|
18134
18341
|
selector: '[resizeHandler]',
|
|
@@ -18160,10 +18367,10 @@ class SafeBottomDirective extends BaseDirective {
|
|
|
18160
18367
|
this._renderer2.addClass(this._el.nativeElement, clsNonStandlalone);
|
|
18161
18368
|
}
|
|
18162
18369
|
}
|
|
18163
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18164
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18370
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SafeBottomDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18371
|
+
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 }); }
|
|
18165
18372
|
}
|
|
18166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SafeBottomDirective, decorators: [{
|
|
18167
18374
|
type: Directive,
|
|
18168
18375
|
args: [{
|
|
18169
18376
|
selector: '[safe-area]',
|
|
@@ -18178,9 +18385,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
18178
18385
|
class MoLinkerDirective extends BaseDirective {
|
|
18179
18386
|
constructor() {
|
|
18180
18387
|
super(...arguments);
|
|
18181
|
-
this.moLinker = input.required(
|
|
18182
|
-
|
|
18183
|
-
this.
|
|
18388
|
+
this.moLinker = input.required(/* @ts-ignore */
|
|
18389
|
+
...(ngDevMode ? [{ debugName: "moLinker" }] : /* istanbul ignore next */ []));
|
|
18390
|
+
this.alternateEditObjectColumn = input.required(/* @ts-ignore */
|
|
18391
|
+
...(ngDevMode ? [{ debugName: "alternateEditObjectColumn" }] : /* istanbul ignore next */ []));
|
|
18392
|
+
this.disableHyperLink = input(false, /* @ts-ignore */
|
|
18393
|
+
...(ngDevMode ? [{ debugName: "disableHyperLink" }] : /* istanbul ignore next */ []));
|
|
18184
18394
|
this._routingService = inject(RoutingService, { optional: true });
|
|
18185
18395
|
this._activatedRoute = inject(ActivatedRoute);
|
|
18186
18396
|
this._moVal = inject(MoValuePipe);
|
|
@@ -18210,6 +18420,12 @@ class MoLinkerDirective extends BaseDirective {
|
|
|
18210
18420
|
}
|
|
18211
18421
|
// گوش دادن به رویداد کلیک
|
|
18212
18422
|
onClick(event) {
|
|
18423
|
+
// وقتی لینک غیرفعال است (مثلاً حالت inline-edit) اصلاً هایپرلینکی وجود ندارد،
|
|
18424
|
+
// پس نباید preventDefault کنیم؛ در غیر اینصورت اکشن پیشفرضِ کلیکهای داخلی مثل
|
|
18425
|
+
// باز شدن دیالوگ انتخاب فایل (input[type=file].click()) کنسل میشود.
|
|
18426
|
+
if (this.disableHyperLink()) {
|
|
18427
|
+
return;
|
|
18428
|
+
}
|
|
18213
18429
|
if (!event.ctrlKey && !event.metaKey && !event.shiftKey && event.button === 0) {
|
|
18214
18430
|
event.preventDefault();
|
|
18215
18431
|
}
|
|
@@ -18274,10 +18490,10 @@ class MoLinkerDirective extends BaseDirective {
|
|
|
18274
18490
|
relativeTo: this._activatedRoute // وابستگی به روت فعلی فقط برای کلیک معمولی
|
|
18275
18491
|
});
|
|
18276
18492
|
}
|
|
18277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18278
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
18493
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoLinkerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
18494
|
+
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 }); }
|
|
18279
18495
|
}
|
|
18280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: MoLinkerDirective, decorators: [{
|
|
18281
18497
|
type: Directive,
|
|
18282
18498
|
args: [{
|
|
18283
18499
|
selector: '[moLinker]',
|
|
@@ -18330,10 +18546,10 @@ class PortalDynamicPageResolver {
|
|
|
18330
18546
|
// }
|
|
18331
18547
|
return this.portalService.resolveData(pageData);
|
|
18332
18548
|
}
|
|
18333
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18334
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18549
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalDynamicPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18550
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalDynamicPageResolver, providedIn: 'root' }); }
|
|
18335
18551
|
}
|
|
18336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalDynamicPageResolver, decorators: [{
|
|
18337
18553
|
type: Injectable,
|
|
18338
18554
|
args: [{ providedIn: 'root' }]
|
|
18339
18555
|
}], ctorParameters: () => [] });
|
|
@@ -18346,10 +18562,10 @@ class PortalFormPageResolver {
|
|
|
18346
18562
|
const breadcrumb = route.params.bc; // means breadCrumb
|
|
18347
18563
|
return breadcrumb;
|
|
18348
18564
|
}
|
|
18349
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18350
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18565
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalFormPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18566
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalFormPageResolver, providedIn: 'root' }); }
|
|
18351
18567
|
}
|
|
18352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalFormPageResolver, decorators: [{
|
|
18353
18569
|
type: Injectable,
|
|
18354
18570
|
args: [{ providedIn: 'root' }]
|
|
18355
18571
|
}], ctorParameters: () => [] });
|
|
@@ -18380,10 +18596,10 @@ class PortalReportPageResolver {
|
|
|
18380
18596
|
return pageData;
|
|
18381
18597
|
}));
|
|
18382
18598
|
}
|
|
18383
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18384
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18599
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalReportPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18600
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalReportPageResolver, providedIn: 'root' }); }
|
|
18385
18601
|
}
|
|
18386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PortalReportPageResolver, decorators: [{
|
|
18387
18603
|
type: Injectable,
|
|
18388
18604
|
args: [{ providedIn: 'root' }]
|
|
18389
18605
|
}], ctorParameters: () => [] });
|
|
@@ -18408,10 +18624,10 @@ class TileGroupBreadcrumResolver {
|
|
|
18408
18624
|
// url2 = '/' + url2;
|
|
18409
18625
|
return this._localStorage.getItem('ActiveTile');
|
|
18410
18626
|
}
|
|
18411
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18412
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18627
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TileGroupBreadcrumResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18628
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TileGroupBreadcrumResolver, providedIn: 'root' }); }
|
|
18413
18629
|
}
|
|
18414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: TileGroupBreadcrumResolver, decorators: [{
|
|
18415
18631
|
type: Injectable,
|
|
18416
18632
|
args: [{ providedIn: 'root' }]
|
|
18417
18633
|
}], ctorParameters: () => [] });
|
|
@@ -18423,10 +18639,10 @@ class LoginSettingsResolver {
|
|
|
18423
18639
|
return res.text().then((c) => BarsaApi.Ext.decode(BarsaApi.Common.Util.ReplaceArabicCharchter(c))?.LoginSettings);
|
|
18424
18640
|
});
|
|
18425
18641
|
}
|
|
18426
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18427
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18642
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LoginSettingsResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18643
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LoginSettingsResolver, providedIn: 'root' }); }
|
|
18428
18644
|
}
|
|
18429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: LoginSettingsResolver, decorators: [{
|
|
18430
18646
|
type: Injectable,
|
|
18431
18647
|
args: [{ providedIn: 'root' }]
|
|
18432
18648
|
}], ctorParameters: () => [] });
|
|
@@ -18524,10 +18740,10 @@ class CalendarSettingsStore extends EntitySettingsStore {
|
|
|
18524
18740
|
super(...arguments);
|
|
18525
18741
|
this.keyPrefix = 'cal_cfg_';
|
|
18526
18742
|
}
|
|
18527
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18528
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
18743
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CalendarSettingsStore, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18744
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CalendarSettingsStore, providedIn: 'root' }); }
|
|
18529
18745
|
}
|
|
18530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: CalendarSettingsStore, decorators: [{
|
|
18531
18747
|
type: Injectable,
|
|
18532
18748
|
args: [{
|
|
18533
18749
|
providedIn: 'root'
|
|
@@ -18565,10 +18781,10 @@ class FormNewComponent extends BaseComponent {
|
|
|
18565
18781
|
replaceUrl: true
|
|
18566
18782
|
});
|
|
18567
18783
|
}
|
|
18568
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18569
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
18784
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormNewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
18785
|
+
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 }); }
|
|
18570
18786
|
}
|
|
18571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FormNewComponent, decorators: [{
|
|
18572
18788
|
type: Component,
|
|
18573
18789
|
args: [{
|
|
18574
18790
|
selector: 'bnrc-form-new',
|
|
@@ -18626,10 +18842,10 @@ class ReportContainerComponent extends BaseComponent {
|
|
|
18626
18842
|
.pipe(takeUntil(this._onDestroy$), catchError$1((err) => throwError(err)), finalize(() => this._loadingSource.next(false)))
|
|
18627
18843
|
.subscribe();
|
|
18628
18844
|
}
|
|
18629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18630
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
18845
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18846
|
+
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 }); }
|
|
18631
18847
|
}
|
|
18632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportContainerComponent, decorators: [{
|
|
18633
18849
|
type: Component,
|
|
18634
18850
|
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"] }]
|
|
18635
18851
|
}], ctorParameters: () => [], propDecorators: { settings: [{
|
|
@@ -18749,10 +18965,10 @@ class FieldUiComponent extends BaseComponent {
|
|
|
18749
18965
|
});
|
|
18750
18966
|
}
|
|
18751
18967
|
}
|
|
18752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18753
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
18968
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldUiComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18969
|
+
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 }); }
|
|
18754
18970
|
}
|
|
18755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: FieldUiComponent, decorators: [{
|
|
18756
18972
|
type: Component,
|
|
18757
18973
|
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"] }]
|
|
18758
18974
|
}], ctorParameters: () => [], propDecorators: { isSearchPanel: [{
|
|
@@ -18813,11 +19029,11 @@ const routes$1 = [
|
|
|
18813
19029
|
}
|
|
18814
19030
|
];
|
|
18815
19031
|
class BarsaSapUiFormPageRoutingModule {
|
|
18816
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18817
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
18818
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
19032
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19033
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
19034
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, imports: [RouterModule.forChild(routes$1), RouterModule] }); }
|
|
18819
19035
|
}
|
|
18820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, decorators: [{
|
|
18821
19037
|
type: NgModule,
|
|
18822
19038
|
args: [{
|
|
18823
19039
|
imports: [RouterModule.forChild(routes$1)],
|
|
@@ -18862,11 +19078,11 @@ class BarsaSapUiFormPageModule extends BaseModule {
|
|
|
18862
19078
|
this.dynamicComponents = [...components$1];
|
|
18863
19079
|
this.dcm = dcm;
|
|
18864
19080
|
}
|
|
18865
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18866
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
18867
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
19081
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19082
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageModule, imports: [CommonModule, FormsModule, BarsaSapUiFormPageRoutingModule] }); }
|
|
19083
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageModule, imports: [CommonModule, FormsModule, BarsaSapUiFormPageRoutingModule] }); }
|
|
18868
19084
|
}
|
|
18869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaSapUiFormPageModule, decorators: [{
|
|
18870
19086
|
type: NgModule,
|
|
18871
19087
|
args: [{
|
|
18872
19088
|
imports: [CommonModule, FormsModule, BarsaSapUiFormPageRoutingModule],
|
|
@@ -19044,10 +19260,10 @@ class ReportNavigatorComponent extends BaseComponent {
|
|
|
19044
19260
|
}
|
|
19045
19261
|
return nav;
|
|
19046
19262
|
}
|
|
19047
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19048
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19263
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportNavigatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19264
|
+
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 }); }
|
|
19049
19265
|
}
|
|
19050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportNavigatorComponent, decorators: [{
|
|
19051
19267
|
type: Component,
|
|
19052
19268
|
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"] }]
|
|
19053
19269
|
}], ctorParameters: () => [], propDecorators: { containerRef: [{
|
|
@@ -19064,8 +19280,8 @@ class ReportEmptyPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
19064
19280
|
this.containerRef.insert(this.blockTemplate.createEmbeddedView(this, this._injecotr));
|
|
19065
19281
|
super.ngOnInit();
|
|
19066
19282
|
}
|
|
19067
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19068
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19283
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportEmptyPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19284
|
+
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: `
|
|
19069
19285
|
<ng-template #block>
|
|
19070
19286
|
<bnrc-report-navigator></bnrc-report-navigator>
|
|
19071
19287
|
</ng-template>
|
|
@@ -19073,7 +19289,7 @@ class ReportEmptyPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
19073
19289
|
<router-outlet></router-outlet>
|
|
19074
19290
|
`, 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 }); }
|
|
19075
19291
|
}
|
|
19076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ReportEmptyPageComponent, decorators: [{
|
|
19077
19293
|
type: Component,
|
|
19078
19294
|
args: [{ selector: 'bnrc-report-empty-page', template: `
|
|
19079
19295
|
<ng-template #block>
|
|
@@ -19103,8 +19319,10 @@ class FieldBaseController extends BaseController {
|
|
|
19103
19319
|
class ViewBase extends BaseComponent {
|
|
19104
19320
|
constructor() {
|
|
19105
19321
|
super(...arguments);
|
|
19106
|
-
this.errorMessage = signal('',
|
|
19107
|
-
|
|
19322
|
+
this.errorMessage = signal('', /* @ts-ignore */
|
|
19323
|
+
...(ngDevMode ? [{ debugName: "errorMessage" }] : /* istanbul ignore next */ []));
|
|
19324
|
+
this.errorCode = signal(-1, /* @ts-ignore */
|
|
19325
|
+
...(ngDevMode ? [{ debugName: "errorCode" }] : /* istanbul ignore next */ []));
|
|
19108
19326
|
this.injector = inject(Injector);
|
|
19109
19327
|
}
|
|
19110
19328
|
/**
|
|
@@ -19117,10 +19335,10 @@ class ViewBase extends BaseComponent {
|
|
|
19117
19335
|
this.errorMessage.set(message);
|
|
19118
19336
|
this.errorCode.set(code);
|
|
19119
19337
|
}
|
|
19120
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19121
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19338
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ViewBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19339
|
+
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 }); }
|
|
19122
19340
|
}
|
|
19123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ViewBase, decorators: [{
|
|
19124
19342
|
type: Component,
|
|
19125
19343
|
args: [{
|
|
19126
19344
|
selector: 'bnrc-view-base',
|
|
@@ -19131,10 +19349,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
19131
19349
|
}] });
|
|
19132
19350
|
|
|
19133
19351
|
class ButtonLoadingComponent {
|
|
19134
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19135
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
19352
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ButtonLoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19353
|
+
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 }); }
|
|
19136
19354
|
}
|
|
19137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ButtonLoadingComponent, decorators: [{
|
|
19138
19356
|
type: Component,
|
|
19139
19357
|
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"] }]
|
|
19140
19358
|
}], propDecorators: { valid: [{
|
|
@@ -19171,10 +19389,10 @@ class BaseUlvSettingComponent extends BaseComponent {
|
|
|
19171
19389
|
getSettings() {
|
|
19172
19390
|
return getGridSettings(this.context);
|
|
19173
19391
|
}
|
|
19174
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19175
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19392
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseUlvSettingComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19393
|
+
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 }); }
|
|
19176
19394
|
}
|
|
19177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BaseUlvSettingComponent, decorators: [{
|
|
19178
19396
|
type: Component,
|
|
19179
19397
|
args: [{
|
|
19180
19398
|
selector: 'bnrc-base-ulv-setting',
|
|
@@ -19244,10 +19462,10 @@ class RootPageComponent extends BaseComponent {
|
|
|
19244
19462
|
this._pageContent = true;
|
|
19245
19463
|
this.viewContainerRef = inject(ViewContainerRef);
|
|
19246
19464
|
}
|
|
19247
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19248
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19465
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RootPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19466
|
+
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 }); }
|
|
19249
19467
|
}
|
|
19250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: RootPageComponent, decorators: [{
|
|
19251
19469
|
type: Component,
|
|
19252
19470
|
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"] }]
|
|
19253
19471
|
}], propDecorators: { _pageContent: [{
|
|
@@ -19261,18 +19479,19 @@ class ResizableDirective {
|
|
|
19261
19479
|
*/
|
|
19262
19480
|
constructor() {
|
|
19263
19481
|
this.resizableComplete = new EventEmitter();
|
|
19482
|
+
this.resizableStart = new EventEmitter();
|
|
19264
19483
|
this.documentRef = inject(DOCUMENT);
|
|
19265
19484
|
this.elementRef = inject(ElementRef);
|
|
19266
|
-
this.resizable = fromEvent(this.elementRef.nativeElement, 'mousedown').pipe(tap((e) => e.preventDefault()), switchMap$1(() => {
|
|
19485
|
+
this.resizable = fromEvent(this.elementRef.nativeElement, 'mousedown').pipe(tap((e) => e.preventDefault()), tap(() => this.resizableStart.emit()), switchMap$1(() => {
|
|
19267
19486
|
const elDom = this.elementRef.nativeElement;
|
|
19268
19487
|
const { width, right, left } = elDom.closest('th').getBoundingClientRect();
|
|
19269
19488
|
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()))));
|
|
19270
19489
|
}));
|
|
19271
19490
|
}
|
|
19272
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19273
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
19491
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
19492
|
+
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 }); }
|
|
19274
19493
|
}
|
|
19275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableDirective, decorators: [{
|
|
19276
19495
|
type: Directive,
|
|
19277
19496
|
args: [{
|
|
19278
19497
|
selector: '[resizable]',
|
|
@@ -19282,6 +19501,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
19282
19501
|
type: Input
|
|
19283
19502
|
}], resizableComplete: [{
|
|
19284
19503
|
type: Output
|
|
19504
|
+
}], resizableStart: [{
|
|
19505
|
+
type: Output
|
|
19285
19506
|
}], resizable: [{
|
|
19286
19507
|
type: Output
|
|
19287
19508
|
}] } });
|
|
@@ -19290,6 +19511,7 @@ class ResizableComponent {
|
|
|
19290
19511
|
constructor() {
|
|
19291
19512
|
this.widthChange = new EventEmitter();
|
|
19292
19513
|
this.widthChanging = new EventEmitter();
|
|
19514
|
+
this.widthChangeStart = new EventEmitter();
|
|
19293
19515
|
this._el = inject(ElementRef);
|
|
19294
19516
|
this._renderer2 = inject(Renderer2);
|
|
19295
19517
|
}
|
|
@@ -19297,12 +19519,12 @@ class ResizableComponent {
|
|
|
19297
19519
|
this._renderer2.setStyle(this._el.nativeElement, 'width', width + 'px');
|
|
19298
19520
|
this.widthChanging.emit(width);
|
|
19299
19521
|
}
|
|
19300
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19301
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19522
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19523
|
+
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 }); }
|
|
19302
19524
|
}
|
|
19303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19525
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableComponent, decorators: [{
|
|
19304
19526
|
type: Component,
|
|
19305
|
-
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 (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"] }]
|
|
19527
|
+
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"] }]
|
|
19306
19528
|
}], propDecorators: { disableResize: [{
|
|
19307
19529
|
type: Input
|
|
19308
19530
|
}], rtl: [{
|
|
@@ -19311,14 +19533,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
19311
19533
|
type: Output
|
|
19312
19534
|
}], widthChanging: [{
|
|
19313
19535
|
type: Output
|
|
19536
|
+
}], widthChangeStart: [{
|
|
19537
|
+
type: Output
|
|
19314
19538
|
}] } });
|
|
19315
19539
|
|
|
19316
19540
|
class ResizableModule {
|
|
19317
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19318
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
19319
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
19541
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19542
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: ResizableModule, declarations: [ResizableComponent, ResizableDirective], exports: [ResizableComponent] }); }
|
|
19543
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableModule }); }
|
|
19320
19544
|
}
|
|
19321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ResizableModule, decorators: [{
|
|
19322
19546
|
type: NgModule,
|
|
19323
19547
|
args: [{
|
|
19324
19548
|
declarations: [ResizableComponent, ResizableDirective],
|
|
@@ -19419,10 +19643,10 @@ class NoInternetComponent extends BaseComponent {
|
|
|
19419
19643
|
}
|
|
19420
19644
|
});
|
|
19421
19645
|
}
|
|
19422
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19423
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19646
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NoInternetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19647
|
+
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 }); }
|
|
19424
19648
|
}
|
|
19425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: NoInternetComponent, decorators: [{
|
|
19426
19650
|
type: Component,
|
|
19427
19651
|
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"] }]
|
|
19428
19652
|
}], ctorParameters: () => [] });
|
|
@@ -19431,10 +19655,10 @@ class ServerConnectionErrorComponent extends BaseComponent {
|
|
|
19431
19655
|
onReload() {
|
|
19432
19656
|
window.location.reload();
|
|
19433
19657
|
}
|
|
19434
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19435
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19658
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServerConnectionErrorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19659
|
+
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 }); }
|
|
19436
19660
|
}
|
|
19437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: ServerConnectionErrorComponent, decorators: [{
|
|
19438
19662
|
type: Component,
|
|
19439
19663
|
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"] }]
|
|
19440
19664
|
}] });
|
|
@@ -19753,11 +19977,11 @@ const routesServiceDesk = [
|
|
|
19753
19977
|
const routes = [...routesDefault, ...mainRoutes, ...routesServiceDesk];
|
|
19754
19978
|
// export const routesServiceDesk2 = [...routesDefault, ...routesServiceDesk];
|
|
19755
19979
|
class BarsaNovinRayCoreRoutingModule {
|
|
19756
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19757
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
19758
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
19980
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19981
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
19982
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
|
|
19759
19983
|
}
|
|
19760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19984
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, decorators: [{
|
|
19761
19985
|
type: NgModule,
|
|
19762
19986
|
args: [{
|
|
19763
19987
|
imports: [RouterModule.forChild(routes)],
|
|
@@ -19781,10 +20005,10 @@ class GlobalErrorHandler {
|
|
|
19781
20005
|
// IMPORTANT: Rethrow the error otherwise it gets swallowed
|
|
19782
20006
|
// throw error;
|
|
19783
20007
|
}
|
|
19784
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19785
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
20008
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GlobalErrorHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20009
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GlobalErrorHandler }); }
|
|
19786
20010
|
}
|
|
19787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
19788
20012
|
type: Injectable
|
|
19789
20013
|
}], ctorParameters: () => [] });
|
|
19790
20014
|
|
|
@@ -19902,7 +20126,8 @@ const services = [
|
|
|
19902
20126
|
BarsaStorageService,
|
|
19903
20127
|
ServiceWorkerCommuncationService,
|
|
19904
20128
|
ApplicationCtrlrService,
|
|
19905
|
-
PushNotificationService
|
|
20129
|
+
PushNotificationService,
|
|
20130
|
+
CustomUiRegistryService
|
|
19906
20131
|
];
|
|
19907
20132
|
const pipes = [
|
|
19908
20133
|
NumeralPipe,
|
|
@@ -20017,18 +20242,27 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
20017
20242
|
ngModule: BarsaNovinRayCoreModule,
|
|
20018
20243
|
providers: [
|
|
20019
20244
|
provideAppInitializer(() => {
|
|
20020
|
-
const initializerFn = ((portalService, applicationCtrlrService, titleService, promptUpdateService, barsaStorageService, swCommunication, _, router) => () => {
|
|
20245
|
+
const initializerFn = ((portalService, applicationCtrlrService, titleService, promptUpdateService, barsaStorageService, swCommunication, _, router, customUiRegistryService) => () => {
|
|
20021
20246
|
const inLocalMode = isInLocalMode();
|
|
20022
20247
|
return portalService
|
|
20023
20248
|
.loadServerStartupData()
|
|
20024
|
-
.then(() =>
|
|
20025
|
-
|
|
20026
|
-
|
|
20027
|
-
|
|
20028
|
-
|
|
20029
|
-
|
|
20030
|
-
|
|
20031
|
-
|
|
20249
|
+
.then(() => {
|
|
20250
|
+
// همگام و فوری: از کشِ localStorage (اگه معتبر بود) قبل از
|
|
20251
|
+
// اولین رندرِ فرمها روی BarsaApi.CustomUiMap میشینه.
|
|
20252
|
+
customUiRegistryService.primeFromCache();
|
|
20253
|
+
// ناهمگام و fire-and-forget: عمداً await/داخل Promise.all
|
|
20254
|
+
// نیست تا اگه سرور دیر جواب بده یا اصلاً جواب نده، بوت اپ
|
|
20255
|
+
// گیر نکنه. جواب که برسه، مپ زنده + کش رو در پسزمینه آپدیت میکنه.
|
|
20256
|
+
customUiRegistryService.refresh();
|
|
20257
|
+
return Promise.all([
|
|
20258
|
+
functionL1(),
|
|
20259
|
+
functionL2(portalService, applicationCtrlrService, titleService)
|
|
20260
|
+
]).finally(() => {
|
|
20261
|
+
promptUpdateService.checkForUpdate();
|
|
20262
|
+
barsaStorageService.init();
|
|
20263
|
+
swCommunication.init();
|
|
20264
|
+
});
|
|
20265
|
+
})
|
|
20032
20266
|
.catch((_) => {
|
|
20033
20267
|
if (!inLocalMode && !navigator.onLine) {
|
|
20034
20268
|
console.error('internet is not connected.');
|
|
@@ -20039,7 +20273,7 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
20039
20273
|
}
|
|
20040
20274
|
return Promise.resolve();
|
|
20041
20275
|
});
|
|
20042
|
-
})(inject(PortalService), inject(ApplicationCtrlrService), inject(Title), inject(PromptUpdateService), inject(BarsaStorageService), inject(ServiceWorkerCommuncationService), inject(NetworkStatusService), inject(Router));
|
|
20276
|
+
})(inject(PortalService), inject(ApplicationCtrlrService), inject(Title), inject(PromptUpdateService), inject(BarsaStorageService), inject(ServiceWorkerCommuncationService), inject(NetworkStatusService), inject(Router), inject(CustomUiRegistryService));
|
|
20043
20277
|
return initializerFn();
|
|
20044
20278
|
}),
|
|
20045
20279
|
{
|
|
@@ -20069,8 +20303,8 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
20069
20303
|
]
|
|
20070
20304
|
};
|
|
20071
20305
|
}
|
|
20072
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20073
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20306
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20307
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreModule, declarations: [FormComponent,
|
|
20074
20308
|
FieldUiComponent,
|
|
20075
20309
|
NotFoundComponent,
|
|
20076
20310
|
RootPageComponent,
|
|
@@ -20364,14 +20598,14 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
20364
20598
|
ResizeHandlerDirective,
|
|
20365
20599
|
SafeBottomDirective,
|
|
20366
20600
|
MoLinkerDirective] }); }
|
|
20367
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20601
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreModule, providers: [provideHttpClient(withXhr(), withInterceptorsFromDi())], imports: [CommonModule,
|
|
20368
20602
|
BarsaNovinRayCoreRoutingModule,
|
|
20369
20603
|
BarsaSapUiFormPageModule,
|
|
20370
20604
|
ResizableModule,
|
|
20371
20605
|
FormsModule,
|
|
20372
20606
|
ReactiveFormsModule] }); }
|
|
20373
20607
|
}
|
|
20374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: BarsaNovinRayCoreModule, decorators: [{
|
|
20375
20609
|
type: NgModule,
|
|
20376
20610
|
args: [{
|
|
20377
20611
|
declarations: [...components, ...pipes, ...directives],
|
|
@@ -20385,7 +20619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
20385
20619
|
FormsModule,
|
|
20386
20620
|
ReactiveFormsModule
|
|
20387
20621
|
],
|
|
20388
|
-
providers: [provideHttpClient(withInterceptorsFromDi())]
|
|
20622
|
+
providers: [provideHttpClient(withXhr(), withInterceptorsFromDi())]
|
|
20389
20623
|
}]
|
|
20390
20624
|
}], ctorParameters: () => [] });
|
|
20391
20625
|
|
|
@@ -20393,5 +20627,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImpo
|
|
|
20393
20627
|
* Generated bundle index. Do not edit.
|
|
20394
20628
|
*/
|
|
20395
20629
|
|
|
20396
|
-
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, FilePictureInfoModel 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, DynamicFormComponent as aA, DynamicFormToolbaritemComponent as aB, DynamicItemComponent as aC, DynamicLayoutComponent as aD, DynamicRootVariableDirective as aE, DynamicStyleDirective as aF, DynamicUlvPagingComponent as aG, DynamicUlvToolbarComponent as aH, EllapsisTextDirective as aI, EllipsifyDirective as aJ, EmptyPageComponent as aK, EmptyPageWithRouterAndRouterOutletComponent as aL, EntitySettingsStore as aM, EnumCaptionPipe as aN, EnumControlInfoModel as aO, ExecuteDynamicCommand as aP, ExecuteWorkflowChoiceDef as aQ, ExistsColumnsPipe as aR, FORM_DIALOG_COMPONENT as aS, FieldBaseComponent as aT, FieldBaseController as aU, FieldDirective as aV, FieldInfoTypeEnum as aW, FieldUiComponent as aX, FieldViewBase as aY, FileControlInfoModel as aZ, FileInfoCountPipe 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, DEFAULT_REPORT_LAYOUT_POLICY as am, DIALOG_SERVICE as an, DateHijriService as ao, DateMiladiService as ap, DateRanges as aq, DateService as ar, DateShamsiService as as, DateTimeControlInfoModel as at, DefaultCommandsAccessValue as au, DefaultGridSetting as av, DeviceWidth as aw, DialogParams as ax, DynamicCommandDirective as ay, DynamicDarkColorPipe as az, AddDynamicFormStyles as b, LabelStarTrimPipe as b$, FilesValidationHelper as b0, FillAllLayoutControls as b1, FillEmptySpaceDirective as b2, FilterColumnsByDetailsPipe as b3, FilterInlineActionListPipe as b4, FilterPipe as b5, FilterStringPipe as b6, FilterTabPipe as b7, FilterToolbarControlPipe as b8, FilterWorkflowInMobilePipe as b9, GetImgTags as bA, GetViewableExtensions as bB, GetVisibleValue as bC, GridSetting as bD, GroupBy as bE, GroupByPipe as bF, GroupByService as bG, HeaderFacetValuePipe as bH, HideAcceptCancelButtonsPipe as bI, HideColumnsInmobilePipe as bJ, HistoryControlInfoModel as bK, HorizontalLayoutService as bL, HorizontalResponsiveDirective as bM, IconControlInfoModel as bN, IdbService as bO, ImageLazyDirective as bP, ImageMimeType as bQ, ImagetoPrint as bR, InMemoryStorageService as bS, IndexedDbService as bT, InputNumber as bU, IntersectionObserverDirective as bV, IntersectionStatus as bW, IsDarkMode as bX, IsExpandedNodePipe as bY, IsImagePipe as bZ, ItemsRendererDirective as b_, FindColumnByDbNamePipe as ba, FindColumnsPipe as bb, FindGroup as bc, FindLayoutSettingFromLayout94 as bd, FindPreviewColumnPipe as be, FindToolbarItem as bf, FioriIconPipe as bg, FormBaseComponent as bh, FormCloseDirective as bi, FormComponent as bj, FormFieldReportPageComponent as bk, FormNewComponent as bl, FormPageBaseComponent as bm, FormPageComponent as bn, FormPanelService as bo, FormPropsBaseComponent as bp, FormService as bq, FormToolbarBaseComponent as br, FormToolbarButton as bs, GaugeControlInfoModel as bt, GeneralControlInfoModel as bu, GetAllColumnsSorted as bv, GetAllHorizontalFromLayout94 as bw, GetContentType as bx, GetCssVariableValuePipe as by, GetDefaultMoObjectInfo as bz, AffixRespondEvents as c, PushCheckService as c$, LabelmandatoryDirective as c0, LayoutItemBaseComponent as c1, LayoutMainContentService as c2, LayoutPanelBaseComponent as c3, LayoutService as c4, LeafletLongPressDirective as c5, LinearListControlInfoModel as c6, LinearListHelper as c7, ListCountPipe as c8, ListRelationModel as c9, NotificationService as cA, NowraptextDirective as cB, NumberBaseComponent as cC, NumberControlInfoModel as cD, NumbersOnlyInputDirective as cE, NumeralPipe as cF, OverflowTextDirective as cG, PageBaseComponent as cH, PageWithFormHandlerBaseComponent as cI, PdfMimeType as cJ, PictureFieldSourcePipe as cK, PictureFileControlInfoModel as cL, PicturesByGroupIdPipe as cM, PlaceHolderDirective as cN, PortalDynamicPageResolver as cO, PortalFormPageResolver as cP, PortalPageComponent as cQ, PortalPageResolver as cR, PortalPageSidebarComponent as cS, PortalReportPageResolver as cT, PortalService as cU, PreventDefaulEvent as cV, PreventDefaultDirective as cW, PrintFilesDirective as cX, PrintImage as cY, PromptUpdateService as cZ, PushBannerComponent as c_, LoadExternalFilesDirective as ca, LocalStorageService as cb, LogService as cc, LoginSettingsResolver as cd, MapToChatMessagePipe as ce, MasterDetailsPageComponent as cf, MeasureFormTitleWidthDirective as cg, MergeFieldsToColumnsPipe as ch, MetaobjectDataModel as ci, MetaobjectRelationModel as cj, MimeTypes as ck, MoForReportModel as cl, MoForReportModelBase as cm, MoInfoUlvMoListPipe as cn, MoInfoUlvPagingPipe as co, MoLinkerDirective as cp, MoReportValueConcatPipe as cq, MoReportValuePipe as cr, MoValuePipe as cs, MobileDirective as ct, ModalRootComponent as cu, MultipleGroupByPipe as cv, NOTIFICATAION_POPUP_SERVER as cw, NOTIFICATION_WEBWORKER_FACTORY as cx, NetworkStatusService as cy, NotFoundComponent as cz, AllFilesMimeType as d, SimpleTemplateEngine as d$, PushNotificationService as d0, REPORT_GRID_VIEWPORT_CLASS as d1, REPORT_TYPE_DEFAULT_POLICIES as d2, RUNTIME_NAV_STATE_SCHEMA_V1 as d3, RabetehAkseTakiListiControlInfoModel as d4, RedirectHomeGuard as d5, RelatedReportControlInfoModel as d6, RelationListControlInfoModel as d7, RemoveDynamicFormStyles as d8, RemoveNewlinePipe as d9, ReversePipe as dA, RichStringControlInfoModel as dB, RootPageComponent as dC, RootPortalComponent as dD, RotateImage as dE, RouteFormChangeDirective as dF, RoutingService as dG, RowDataOption as dH, RowNumberPipe as dI, RowState as dJ, RuntimeNavStateCacheService as dK, SafeBottomDirective as dL, SanitizeTextPipe as dM, SaveImageDirective as dN, SaveImageToFile as dO, SaveScrollPositionService as dP, ScopedCssPipe as dQ, ScrollLayoutContextHolder as dR, ScrollPersistDirective as dS, ScrollToSelectedDirective as dT, SelectionMode as dU, SeperatorFixPipe as dV, ServiceWorkerCommuncationService as dW, ServiceWorkerNotificationService as dX, ShellbarHeightService as dY, ShortcutHandlerDirective as dZ, ShortcutRegisterDirective as d_, RenderUlvDirective as da, RenderUlvPaginDirective as db, RenderUlvViewerDirective as dc, ReplacePipe as dd, ReportActionListPipe as de, ReportBaseComponent as df, ReportBaseInfo as dg, ReportBreadcrumbResolver as dh, ReportCalendarModel as di, ReportContainerComponent as dj, ReportExtraInfo as dk, ReportField as dl, ReportFormModel as dm, ReportItemBaseComponent as dn, ReportListModel as dp, ReportModel as dq, ReportNavigatorComponent as dr, ReportTreeModel as ds, ReportViewBaseComponent as dt, ReportViewColumn as du, ResizableComponent as dv, ResizableDirective as dw, ResizableModule as dx, ResizeHandlerDirective as dy, ResizeObserverDirective as dz, AnchorScrollDirective as e, forbiddenValidator as e$, SimplebarDirective as e0, SingleRelationControlInfoModel as e1, SortDirection as e2, SortPipe as e3, SortSetting as e4, SplideSliderDirective as e5, SplitPipe as e6, SplitterComponent as e7, StopPropagationDirective as e8, StringControlInfoModel as e9, WebOtpDirective as eA, WordMimeType as eB, WorfkflowwChoiceCommandDirective as eC, addCssVariableToRoot as eD, addDynamicVariableTo as eE, availablePrefixes as eF, bodyClick as eG, buildRuntimeNavStateCacheKey as eH, calcContextMenuWidth as eI, calculateColumnContent as eJ, calculateColumnWidth as eK, calculateColumnWidthFitToContainer as eL, calculateFreeColumnSize as eM, calculateMoDataListContentWidthByColumnName as eN, cancelRequestAnimationFrame as eO, checkPermission as eP, compareVersions as eQ, contextDefaultsFromEnvironment as eR, createFormPanelMetaConditions as eS, createGridEditorFormPanel as eT, easeInOutCubic as eU, elementInViewport2 as eV, enumValueToStringSize as eW, executeUlvCommandHandler as eX, extractLayoutPolicyFromView as eY, fixUnclosedParentheses as eZ, flattenTree as e_, StringToNumberPipe as ea, SubformControlInfoModel as eb, SystemBaseComponent as ec, TEMPLATE_ENGINE as ed, TOAST_SERVICE as ee, TableHeaderWidthMode as ef, TableResizerDirective as eg, TabpageService as eh, ThImageOrIconePipe as ei, TileGroupBreadcrumResolver as ej, TilePropsComponent as ek, TlbButtonsPipe as el, ToolbarSettingsPipe as em, TooltipDirective as en, TotalSummaryPipe as eo, UiService as ep, UlvCommandDirective as eq, UlvHeightSizeType as er, UlvMainService as es, UnlimitSessionComponent as et, UntilInViewDirective as eu, UploadService as ev, VideoMimeType as ew, VideoRecordingService as ex, ViewBase as ey, VisibleValuePipe as ez, formRoutes as f, toNumber as f$, formatBytes as f0, fromEntries as f1, fromIntersectionObserver as f2, genrateInlineMoId as f3, getAllItemsPerChildren as f4, getColumnValueOfMoDataList as f5, getComponentDefined as f6, getControlList as f7, getControlSizeMode as f8, getDateService as f9, isImage as fA, isInLocalMode as fB, isSafari as fC, isTargetWindow as fD, isVersionBiggerThan as fE, measureText as fF, measureText2 as fG, measureTextBy as fH, mobile_regex as fI, multilevelSort as fJ, nullOrUndefinedString as fK, number_only as fL, removeDynamicStyle as fM, requestAnimationFramePolyfill as fN, resolveFinalScroll as fO, resolveReportLayoutPolicy as fP, scrollLayoutModeToContextEnvironment as fQ, scrollToElement as fR, searchEx as fS, setColumnWidthByMaxMoContentWidth as fT, setOneDepthLevel as fU, setTableThWidth as fV, shallowEqual as fW, sort as fX, sortEx as fY, stopPropagation as fZ, throwIfAlreadyLoaded as f_, getDeviceIsDesktop as fa, getDeviceIsMobile as fb, getDeviceIsPhone as fc, getDeviceIsTablet as fd, getFieldValue as fe, getFocusableTagNames as ff, getFormSettings as fg, getGridSettings as fh, getHeaderValue as fi, getIcon as fj, getImagePath as fk, getLabelWidth as fl, getLayout94ObjectInfo as fm, getLayoutControl as fn, getNestedValue as fo, getNewMoGridEditor as fp, getParentHeight as fq, getReportTypeDefaultPolicy as fr, getRequestAnimationFrame as fs, getResetGridSettings as ft, getTargetRect as fu, getUniqueId as fv, getValidExtension as fw, isFF as fx, isFirefox as fy, isFunction as fz, ApiService as g, validateAllFormFields as g0, 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 };
|
|
20397
|
-
//# sourceMappingURL=barsa-novin-ray-core-barsa-novin-ray-core-
|
|
20630
|
+
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 };
|
|
20631
|
+
//# sourceMappingURL=barsa-novin-ray-core-barsa-novin-ray-core-Q1H9o6KT.mjs.map
|