barsa-novin-ray-core 2.0.135 → 2.1.2
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.mjs +818 -694
- package/fesm2022/barsa-novin-ray-core.mjs.map +1 -1
- package/lib/abstract-classes/form-base.d.ts +1 -0
- package/lib/abstract-classes/report-view-base.component.d.ts +2 -2
- package/lib/barsa-novin-ray-core.module.d.ts +5 -6
- package/lib/dynamic-component/base-view-props.d.ts +2 -2
- package/package.json +3 -5
- package/esm2022/barsa-novin-ray-core.mjs +0 -5
- package/esm2022/lib/abstract-classes/application-base.mjs +0 -24
- package/esm2022/lib/abstract-classes/barsa-api.mjs +0 -43
- package/esm2022/lib/abstract-classes/base-column-props.mjs +0 -84
- package/esm2022/lib/abstract-classes/base.component.mjs +0 -59
- package/esm2022/lib/abstract-classes/field-base.mjs +0 -232
- package/esm2022/lib/abstract-classes/files-validation-helper.mjs +0 -75
- package/esm2022/lib/abstract-classes/form-base.mjs +0 -156
- package/esm2022/lib/abstract-classes/form-field-report-page.component.mjs +0 -54
- package/esm2022/lib/abstract-classes/form-page-base.mjs +0 -129
- package/esm2022/lib/abstract-classes/form-page.component.mjs +0 -53
- package/esm2022/lib/abstract-classes/form-props.base.mjs +0 -97
- package/esm2022/lib/abstract-classes/form-toolbar-base.mjs +0 -56
- package/esm2022/lib/abstract-classes/index.mjs +0 -25
- package/esm2022/lib/abstract-classes/layout-item-base.mjs +0 -48
- package/esm2022/lib/abstract-classes/layout-panel-base.mjs +0 -63
- package/esm2022/lib/abstract-classes/linear-list-helper.mjs +0 -135
- package/esm2022/lib/abstract-classes/models.mjs +0 -184
- package/esm2022/lib/abstract-classes/module-with-dynamic-components.mjs +0 -2
- package/esm2022/lib/abstract-classes/number-base.mjs +0 -200
- package/esm2022/lib/abstract-classes/page-base.mjs +0 -97
- package/esm2022/lib/abstract-classes/page-with-form-handler-base.mjs +0 -40
- package/esm2022/lib/abstract-classes/report-base.mjs +0 -254
- package/esm2022/lib/abstract-classes/report-item-base.mjs +0 -53
- package/esm2022/lib/abstract-classes/report-view-base.component.mjs +0 -428
- package/esm2022/lib/abstract-classes/system-base.mjs +0 -24
- package/esm2022/lib/abstract-classes/tile-props.mjs +0 -46
- package/esm2022/lib/auth-guard.mjs +0 -48
- package/esm2022/lib/barsa-novin-ray-core-routing.module.mjs +0 -292
- package/esm2022/lib/barsa-novin-ray-core.module.mjs +0 -489
- package/esm2022/lib/base-ulv-setting.component.mjs +0 -45
- package/esm2022/lib/base.module.mjs +0 -28
- package/esm2022/lib/button-loading/button-loading.component.mjs +0 -18
- package/esm2022/lib/constants.mjs +0 -898
- package/esm2022/lib/container.component.mjs +0 -99
- package/esm2022/lib/controllers/base-controller.mjs +0 -30
- package/esm2022/lib/controllers/index.mjs +0 -5
- package/esm2022/lib/controllers/login-controller.mjs +0 -54
- package/esm2022/lib/controllers/login-verification-controller.mjs +0 -56
- package/esm2022/lib/controllers/models.mjs +0 -2
- package/esm2022/lib/custom-route-reuse-strategy.mjs +0 -32
- package/esm2022/lib/date-services/date-hijri.service.mjs +0 -146
- package/esm2022/lib/date-services/date-info.mjs +0 -2
- package/esm2022/lib/date-services/date-miladi.service.mjs +0 -124
- package/esm2022/lib/date-services/date-shamsi.service.mjs +0 -148
- package/esm2022/lib/date-services/date.service.mjs +0 -149
- package/esm2022/lib/date-services/index.mjs +0 -6
- package/esm2022/lib/device.mjs +0 -663
- package/esm2022/lib/directives/absolute-div-body.directive.mjs +0 -45
- package/esm2022/lib/directives/anchor-scroll.directive.mjs +0 -24
- package/esm2022/lib/directives/attr-rtl.directive.mjs +0 -35
- package/esm2022/lib/directives/base.directive.mjs +0 -55
- package/esm2022/lib/directives/body-click.directive.mjs +0 -35
- package/esm2022/lib/directives/column-resizer.directive.mjs +0 -39
- package/esm2022/lib/directives/copy.directive.mjs +0 -59
- package/esm2022/lib/directives/count-down.directive.mjs +0 -108
- package/esm2022/lib/directives/dynamic-command.directive.mjs +0 -42
- package/esm2022/lib/directives/dynamic-style.directive.mjs +0 -57
- package/esm2022/lib/directives/ellapsis-text.directive.mjs +0 -69
- package/esm2022/lib/directives/ellipsify.directive.mjs +0 -72
- package/esm2022/lib/directives/field-binding.directive.mjs +0 -17
- package/esm2022/lib/directives/fill-empty-space.mjs +0 -83
- package/esm2022/lib/directives/form-close.directive.mjs +0 -32
- package/esm2022/lib/directives/img-lazy.directive.mjs +0 -81
- package/esm2022/lib/directives/index.mjs +0 -35
- package/esm2022/lib/directives/intersection-observer.directive.mjs +0 -51
- package/esm2022/lib/directives/items-renderer.directive.mjs +0 -59
- package/esm2022/lib/directives/label-mandatory.directive.mjs +0 -48
- package/esm2022/lib/directives/load-external-files.directive.mjs +0 -37
- package/esm2022/lib/directives/mobile.directive.mjs +0 -29
- package/esm2022/lib/directives/nowraptext.directive.mjs +0 -26
- package/esm2022/lib/directives/numbers-only-input.directive.mjs +0 -26
- package/esm2022/lib/directives/placeHolder.directive.mjs +0 -15
- package/esm2022/lib/directives/prevent-default.directive.mjs +0 -20
- package/esm2022/lib/directives/render-ulv-paging.directive.mjs +0 -80
- package/esm2022/lib/directives/render-ulv-viewer.directive.mjs +0 -75
- package/esm2022/lib/directives/route-form-change.directive.mjs +0 -37
- package/esm2022/lib/directives/stop-propagation.directive.mjs +0 -20
- package/esm2022/lib/directives/table-resizer.directive.mjs +0 -235
- package/esm2022/lib/directives/ulv-command.directive.mjs +0 -42
- package/esm2022/lib/directives/until-inview.directive.mjs +0 -52
- package/esm2022/lib/directives/workflow-choice-command.directive.mjs +0 -60
- package/esm2022/lib/dynamic-component/base-dynamic.component.mjs +0 -96
- package/esm2022/lib/dynamic-component/base-form-toolbaritem-props.mjs +0 -52
- package/esm2022/lib/dynamic-component/base-item-content-props.mjs +0 -80
- package/esm2022/lib/dynamic-component/base-view-content-props.mjs +0 -20
- package/esm2022/lib/dynamic-component/base-view-item-props.mjs +0 -525
- package/esm2022/lib/dynamic-component/base-view-props.mjs +0 -162
- package/esm2022/lib/dynamic-component/dynamic-form-toolbar-item.component.mjs +0 -38
- package/esm2022/lib/dynamic-component/dynamic-form.component.mjs +0 -66
- package/esm2022/lib/dynamic-component/dynamic-item.component.mjs +0 -76
- package/esm2022/lib/dynamic-component/dynamic-layout.component.mjs +0 -63
- package/esm2022/lib/dynamic-component/index.mjs +0 -11
- package/esm2022/lib/empty-page/empty-page.component.mjs +0 -44
- package/esm2022/lib/empty-page-with-router-and-router-outlet/empty-page-with-router-and-router-outlet.component.mjs +0 -16
- package/esm2022/lib/field-ui/field-ui.component.mjs +0 -146
- package/esm2022/lib/form/form.component.mjs +0 -211
- package/esm2022/lib/form-new/form-new.component.mjs +0 -30
- package/esm2022/lib/form-page-routing/barsa-sap-ui-form-page-routing.module.mjs +0 -54
- package/esm2022/lib/form-page-routing/barsa-sap-ui-form-page.module.mjs +0 -29
- package/esm2022/lib/form-page-routing/constants.mjs +0 -9
- package/esm2022/lib/form-page-routing/index.mjs +0 -3
- package/esm2022/lib/from-intersection-observer.mjs +0 -53
- package/esm2022/lib/global-error-handler.mjs +0 -26
- package/esm2022/lib/injdection-tokens.mjs +0 -8
- package/esm2022/lib/login-enter-mobile/login-enter-mobile.component.mjs +0 -64
- package/esm2022/lib/login-verification/login-verification.component.mjs +0 -79
- package/esm2022/lib/login2/login2.component.mjs +0 -60
- package/esm2022/lib/modal-root.component.mjs +0 -33
- package/esm2022/lib/not-found/not-found.component.mjs +0 -16
- package/esm2022/lib/not-internet/not-internet.component.mjs +0 -21
- package/esm2022/lib/pipes/barsa-icon-dict.pipe.mjs +0 -19
- package/esm2022/lib/pipes/bbb-translate.pipe.mjs +0 -35
- package/esm2022/lib/pipes/can-upload.pipe.mjs +0 -30
- package/esm2022/lib/pipes/column-custom-component.pipe.mjs +0 -40
- package/esm2022/lib/pipes/column-customui.pipe.mjs +0 -32
- package/esm2022/lib/pipes/column-icon.pipe.mjs +0 -22
- package/esm2022/lib/pipes/column-value.pipe.mjs +0 -34
- package/esm2022/lib/pipes/combo-row-img.pipe.mjs +0 -16
- package/esm2022/lib/pipes/context-menu.pipe.mjs +0 -40
- package/esm2022/lib/pipes/control-ui.pipe.mjs +0 -31
- package/esm2022/lib/pipes/convert-to-style.pipe.mjs +0 -32
- package/esm2022/lib/pipes/date-time-to-caption.pipe.mjs +0 -34
- package/esm2022/lib/pipes/fileinfo-count.pipe.mjs +0 -20
- package/esm2022/lib/pipes/filter-columns-by-details.pipe.mjs +0 -22
- package/esm2022/lib/pipes/filter-string.pipe.mjs +0 -44
- package/esm2022/lib/pipes/filter-tab.pipe.mjs +0 -19
- package/esm2022/lib/pipes/filter-toolbar-control.pipe.mjs +0 -16
- package/esm2022/lib/pipes/filter-workflow-mobile.pipe.mjs +0 -24
- package/esm2022/lib/pipes/filter.pipe.mjs +0 -33
- package/esm2022/lib/pipes/find-column-by-db-name.pipe.mjs +0 -27
- package/esm2022/lib/pipes/find-preview-column.pipe.mjs +0 -19
- package/esm2022/lib/pipes/fiori-icon.pipe.mjs +0 -42
- package/esm2022/lib/pipes/groupby.pipe.mjs +0 -63
- package/esm2022/lib/pipes/header-facet-value.pipe.mjs +0 -22
- package/esm2022/lib/pipes/hide-columns-inmobile.pipe.mjs +0 -22
- package/esm2022/lib/pipes/index.mjs +0 -48
- package/esm2022/lib/pipes/list-count.pipe.mjs +0 -17
- package/esm2022/lib/pipes/merge-fields-to-columns.pipe.mjs +0 -42
- package/esm2022/lib/pipes/mo-info-ulv-data.pipe.mjs +0 -58
- package/esm2022/lib/pipes/mo-info-ulv-paging.pipe.mjs +0 -16
- package/esm2022/lib/pipes/mo-report-value-concat.pipe.mjs +0 -35
- package/esm2022/lib/pipes/mo-report-value.pipe.mjs +0 -17
- package/esm2022/lib/pipes/mo-value.pipe.mjs +0 -18
- package/esm2022/lib/pipes/multiple-groupby.pipe.mjs +0 -90
- package/esm2022/lib/pipes/numeral.pipe.mjs +0 -43
- package/esm2022/lib/pipes/picture-field-source.pipe.mjs +0 -22
- package/esm2022/lib/pipes/remove-newline.pipe.mjs +0 -20
- package/esm2022/lib/pipes/replace.pipe.mjs +0 -17
- package/esm2022/lib/pipes/reverse.pipe.mjs +0 -22
- package/esm2022/lib/pipes/rownumber.pipe.mjs +0 -25
- package/esm2022/lib/pipes/sanitize-text.pipe.mjs +0 -20
- package/esm2022/lib/pipes/seperator-fix.pipe.mjs +0 -23
- package/esm2022/lib/pipes/sort.pipe.mjs +0 -48
- package/esm2022/lib/pipes/th-image-icon.pipe.mjs +0 -22
- package/esm2022/lib/pipes/tlbButtons.pipe.mjs +0 -59
- package/esm2022/lib/pipes/total-summary.pipe.mjs +0 -16
- package/esm2022/lib/pipes/tree-item-isexpanded.pipe.mjs +0 -25
- package/esm2022/lib/pipes/visible-value.pipe.mjs +0 -18
- package/esm2022/lib/portal-page/portal-page.component.mjs +0 -23
- package/esm2022/lib/portal-page/portal-sidebar.component.mjs +0 -36
- package/esm2022/lib/redirect-home-guard.mjs +0 -51
- package/esm2022/lib/redirect-report-navigator-command/redirect-report-navigator-command.component.mjs +0 -12
- package/esm2022/lib/report-container/report-container.component.mjs +0 -63
- package/esm2022/lib/resizable-module/resizable.component.mjs +0 -31
- package/esm2022/lib/resizable-module/resizable.directive.mjs +0 -41
- package/esm2022/lib/resizable-module/resizable.module.mjs +0 -17
- package/esm2022/lib/resolvers/index.mjs +0 -6
- package/esm2022/lib/resolvers/portal-dynamic-page.resolver.mjs +0 -49
- package/esm2022/lib/resolvers/portal-form-page.resolver.mjs +0 -18
- package/esm2022/lib/resolvers/portal-page.resolver.mjs +0 -30
- package/esm2022/lib/resolvers/portal-report-page.resolver.mjs +0 -37
- package/esm2022/lib/resolvers/tile-group-breadcrumb.resolver.mjs +0 -30
- package/esm2022/lib/root-page/root-page.component.mjs +0 -21
- package/esm2022/lib/root-portal/root-portal.component.mjs +0 -164
- package/esm2022/lib/server-connection-error/server-connection-error.component.mjs +0 -19
- package/esm2022/lib/services/api.service.mjs +0 -63
- package/esm2022/lib/services/audio-recording.service.mjs +0 -95
- package/esm2022/lib/services/barsa-dialog.service.mjs +0 -80
- package/esm2022/lib/services/barsa-storage.service.mjs +0 -78
- package/esm2022/lib/services/breadcrumb.service.mjs +0 -64
- package/esm2022/lib/services/column.service.mjs +0 -20
- package/esm2022/lib/services/container.service.mjs +0 -69
- package/esm2022/lib/services/dynamic-component.service.mjs +0 -55
- package/esm2022/lib/services/form-panel.service.mjs +0 -380
- package/esm2022/lib/services/form.service.mjs +0 -14
- package/esm2022/lib/services/horizontal-layout.service.mjs +0 -16
- package/esm2022/lib/services/index.mjs +0 -29
- package/esm2022/lib/services/indexeddb.service.mjs +0 -34
- package/esm2022/lib/services/layout.service.mjs +0 -42
- package/esm2022/lib/services/local-storage.service.mjs +0 -32
- package/esm2022/lib/services/log.service.mjs +0 -50
- package/esm2022/lib/services/network-status.service.mjs +0 -15
- package/esm2022/lib/services/notification-popup.service.mjs +0 -2
- package/esm2022/lib/services/notification-sw.service.mjs +0 -180
- package/esm2022/lib/services/notification.service.mjs +0 -308
- package/esm2022/lib/services/portal.service.mjs +0 -929
- package/esm2022/lib/services/prompt-update.service.mjs +0 -56
- package/esm2022/lib/services/routing.service.mjs +0 -60
- package/esm2022/lib/services/save-scoll-position.service.mjs +0 -29
- package/esm2022/lib/services/service-worker-communication.service.mjs +0 -120
- package/esm2022/lib/services/toast.service.mjs +0 -2
- package/esm2022/lib/services/ui.service.mjs +0 -23
- package/esm2022/lib/services/ulvmain.service.mjs +0 -810
- package/esm2022/lib/services/upload.service.mjs +0 -161
- package/esm2022/lib/services/video-recording.service.mjs +0 -115
- package/esm2022/public-api.mjs +0 -44
|
@@ -11,7 +11,7 @@ import 'moment/locale/ar-SA';
|
|
|
11
11
|
import moment$2 from 'moment-jalaali';
|
|
12
12
|
import 'moment/locale/fa';
|
|
13
13
|
import * as i1$1 from '@angular/common/http';
|
|
14
|
-
import { HttpEventType, HttpErrorResponse, HttpHeaders, HttpClient,
|
|
14
|
+
import { HttpEventType, HttpErrorResponse, HttpHeaders, HttpClient, provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
|
|
15
15
|
import * as i2 from '@angular/common';
|
|
16
16
|
import { DOCUMENT, CommonModule } from '@angular/common';
|
|
17
17
|
import * as i4 from '@angular/platform-browser';
|
|
@@ -106,15 +106,16 @@ class BaseComponent {
|
|
|
106
106
|
console.log('ngOnDestroy');
|
|
107
107
|
console.log(this);
|
|
108
108
|
}
|
|
109
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
110
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
109
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
110
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BaseComponent, selector: "bnrc-base", inputs: { rendered: "rendered" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
111
111
|
}
|
|
112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseComponent, decorators: [{
|
|
113
113
|
type: Component,
|
|
114
114
|
args: [{
|
|
115
115
|
selector: 'bnrc-base',
|
|
116
116
|
template: '',
|
|
117
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
117
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
118
|
+
standalone: false
|
|
118
119
|
}]
|
|
119
120
|
}], ctorParameters: () => [], propDecorators: { rendered: [{
|
|
120
121
|
type: Input
|
|
@@ -124,12 +125,12 @@ class EmptyPageWithRouterAndRouterOutletComponent extends BaseComponent {
|
|
|
124
125
|
constructor() {
|
|
125
126
|
super();
|
|
126
127
|
}
|
|
127
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
128
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
128
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EmptyPageWithRouterAndRouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
129
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: EmptyPageWithRouterAndRouterOutletComponent, 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"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
129
130
|
}
|
|
130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EmptyPageWithRouterAndRouterOutletComponent, decorators: [{
|
|
131
132
|
type: Component,
|
|
132
|
-
args: [{ selector: 'bnrc-empty-page-with-router-and-router-outlet', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #containerRef></ng-container>\r\n<router-outlet></router-outlet>\r\n<router-outlet name=\"main\"></router-outlet>\r\n" }]
|
|
133
|
+
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" }]
|
|
133
134
|
}], ctorParameters: () => [] });
|
|
134
135
|
|
|
135
136
|
const APP_VERSION = new InjectionToken('AppVersion');
|
|
@@ -177,10 +178,10 @@ class LogService {
|
|
|
177
178
|
console.warn(warn);
|
|
178
179
|
}
|
|
179
180
|
}
|
|
180
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
181
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
181
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
182
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LogService, providedIn: 'root' }); }
|
|
182
183
|
}
|
|
183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LogService, decorators: [{
|
|
184
185
|
type: Injectable,
|
|
185
186
|
args: [{
|
|
186
187
|
providedIn: 'root'
|
|
@@ -323,10 +324,10 @@ class DateService {
|
|
|
323
324
|
}
|
|
324
325
|
return val1 === val2;
|
|
325
326
|
}
|
|
326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
327
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
327
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
328
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateService }); }
|
|
328
329
|
}
|
|
329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateService, decorators: [{
|
|
330
331
|
type: Injectable
|
|
331
332
|
}], ctorParameters: () => [{ type: LogService, decorators: [{
|
|
332
333
|
type: Optional
|
|
@@ -463,10 +464,10 @@ class DateHijriService extends DateService {
|
|
|
463
464
|
}
|
|
464
465
|
return m.format(format);
|
|
465
466
|
}
|
|
466
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
467
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
467
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateHijriService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
468
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateHijriService }); }
|
|
468
469
|
}
|
|
469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateHijriService, decorators: [{
|
|
470
471
|
type: Injectable
|
|
471
472
|
}], ctorParameters: () => [{ type: LogService, decorators: [{
|
|
472
473
|
type: Optional
|
|
@@ -582,10 +583,10 @@ class DateMiladiService extends DateService {
|
|
|
582
583
|
weekDays() {
|
|
583
584
|
return moment.weekdays();
|
|
584
585
|
}
|
|
585
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
586
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
586
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateMiladiService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
587
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateMiladiService }); }
|
|
587
588
|
}
|
|
588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateMiladiService, decorators: [{
|
|
589
590
|
type: Injectable
|
|
590
591
|
}], ctorParameters: () => [{ type: LogService, decorators: [{
|
|
591
592
|
type: Optional
|
|
@@ -724,10 +725,10 @@ class DateShamsiService extends DateService {
|
|
|
724
725
|
}
|
|
725
726
|
return moment$2(value, format);
|
|
726
727
|
}
|
|
727
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
728
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
728
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateShamsiService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
729
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateShamsiService }); }
|
|
729
730
|
}
|
|
730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateShamsiService, decorators: [{
|
|
731
732
|
type: Injectable
|
|
732
733
|
}], ctorParameters: () => [{ type: LogService, decorators: [{
|
|
733
734
|
type: Optional
|
|
@@ -2337,10 +2338,10 @@ class ApiService {
|
|
|
2337
2338
|
});
|
|
2338
2339
|
});
|
|
2339
2340
|
}
|
|
2340
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2341
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2341
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiService, deps: [{ token: i1$1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2342
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiService, providedIn: 'root' }); }
|
|
2342
2343
|
}
|
|
2343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApiService, decorators: [{
|
|
2344
2345
|
type: Injectable,
|
|
2345
2346
|
args: [{
|
|
2346
2347
|
providedIn: 'root'
|
|
@@ -2395,10 +2396,10 @@ class BreadcrumbService {
|
|
|
2395
2396
|
const breadcrumb = data.breadcrumb || data.pageData.BreadCrumb;
|
|
2396
2397
|
return typeof breadcrumb === 'function' ? data.breadcrumb(data) : breadcrumb;
|
|
2397
2398
|
}
|
|
2398
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2399
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2399
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BreadcrumbService, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2400
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BreadcrumbService, providedIn: 'root' }); }
|
|
2400
2401
|
}
|
|
2401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BreadcrumbService, decorators: [{
|
|
2402
2403
|
type: Injectable,
|
|
2403
2404
|
args: [{
|
|
2404
2405
|
providedIn: 'root'
|
|
@@ -2425,13 +2426,14 @@ class ModalRootComponent extends BaseComponent {
|
|
|
2425
2426
|
this.componentInstance = factoryResolver.create(this.injector);
|
|
2426
2427
|
this._appRef.attachView(this.componentInstance.hostView);
|
|
2427
2428
|
}
|
|
2428
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2429
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2429
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalRootComponent, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2430
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ModalRootComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true }); }
|
|
2430
2431
|
}
|
|
2431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalRootComponent, decorators: [{
|
|
2432
2433
|
type: Component,
|
|
2433
2434
|
args: [{
|
|
2434
|
-
template:
|
|
2435
|
+
template: ``,
|
|
2436
|
+
standalone: false
|
|
2435
2437
|
}]
|
|
2436
2438
|
}], ctorParameters: () => [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ApplicationRef }] });
|
|
2437
2439
|
|
|
@@ -2465,10 +2467,10 @@ class DialogParams {
|
|
|
2465
2467
|
ngOnDestroy() {
|
|
2466
2468
|
this.afterClosed.unsubscribe();
|
|
2467
2469
|
}
|
|
2468
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2469
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2470
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DialogParams, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2471
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DialogParams }); }
|
|
2470
2472
|
}
|
|
2471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DialogParams, decorators: [{
|
|
2472
2474
|
type: Injectable
|
|
2473
2475
|
}], ctorParameters: () => [] });
|
|
2474
2476
|
class BarsaDialogService {
|
|
@@ -2500,10 +2502,10 @@ class BarsaDialogService {
|
|
|
2500
2502
|
// this.modalRootComponentRef.instance.navigate();
|
|
2501
2503
|
return dialogParams.afterClosed$;
|
|
2502
2504
|
}
|
|
2503
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2504
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2505
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaDialogService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2506
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaDialogService, providedIn: 'root' }); }
|
|
2505
2507
|
}
|
|
2506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaDialogService, decorators: [{
|
|
2507
2509
|
type: Injectable,
|
|
2508
2510
|
args: [{
|
|
2509
2511
|
providedIn: 'root'
|
|
@@ -2511,12 +2513,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
2511
2513
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
2512
2514
|
|
|
2513
2515
|
class NotFoundComponent extends BaseComponent {
|
|
2514
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2515
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2516
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotFoundComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2517
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NotFoundComponent, 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 }); }
|
|
2516
2518
|
}
|
|
2517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotFoundComponent, decorators: [{
|
|
2518
2520
|
type: Component,
|
|
2519
|
-
args: [{ selector: 'bnrc-not-found', changeDetection: ChangeDetectionStrategy.OnPush, 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"] }]
|
|
2521
|
+
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"] }]
|
|
2520
2522
|
}], propDecorators: { componentName: [{
|
|
2521
2523
|
type: Input
|
|
2522
2524
|
}], moduleName: [{
|
|
@@ -2564,10 +2566,10 @@ class DynamicComponentService {
|
|
|
2564
2566
|
componentRef.instance.moduleName = moduleName;
|
|
2565
2567
|
return of(componentRef);
|
|
2566
2568
|
}
|
|
2567
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2568
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2569
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2570
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicComponentService, providedIn: 'root' }); }
|
|
2569
2571
|
}
|
|
2570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicComponentService, decorators: [{
|
|
2571
2573
|
type: Injectable,
|
|
2572
2574
|
args: [{
|
|
2573
2575
|
providedIn: 'root'
|
|
@@ -3017,10 +3019,10 @@ class ContainerService {
|
|
|
3017
3019
|
this._restoreScrollPostion();
|
|
3018
3020
|
}
|
|
3019
3021
|
}
|
|
3020
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3021
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3022
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContainerService, deps: [{ token: ContainerService, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3023
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContainerService }); }
|
|
3022
3024
|
}
|
|
3023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContainerService, decorators: [{
|
|
3024
3026
|
type: Injectable
|
|
3025
3027
|
}], ctorParameters: () => [{ type: ContainerService, decorators: [{
|
|
3026
3028
|
type: SkipSelf
|
|
@@ -3073,10 +3075,10 @@ class LayoutService {
|
|
|
3073
3075
|
this._listOfHorizontal = this._listOfHorizontal.filter((c) => c !== id);
|
|
3074
3076
|
this.horizontalSource.next(this._listOfHorizontal);
|
|
3075
3077
|
}
|
|
3076
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3077
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3078
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3079
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutService }); }
|
|
3078
3080
|
}
|
|
3079
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutService, decorators: [{
|
|
3080
3082
|
type: Injectable
|
|
3081
3083
|
}], ctorParameters: () => [] });
|
|
3082
3084
|
|
|
@@ -3099,10 +3101,10 @@ class PortalPageResolver {
|
|
|
3099
3101
|
// url2 = '/' + url2;
|
|
3100
3102
|
return this.portalService.resolveData(route.data.pageData);
|
|
3101
3103
|
}
|
|
3102
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3103
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3104
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalPageResolver, deps: [{ token: PortalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3105
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalPageResolver, providedIn: 'root' }); }
|
|
3104
3106
|
}
|
|
3105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalPageResolver, decorators: [{
|
|
3106
3108
|
type: Injectable,
|
|
3107
3109
|
args: [{ providedIn: 'root' }]
|
|
3108
3110
|
}], ctorParameters: () => [{ type: PortalService }] });
|
|
@@ -3142,10 +3144,10 @@ class AuthGuard {
|
|
|
3142
3144
|
}
|
|
3143
3145
|
}), map(([pageInfo]) => pageInfo.hasAuthorized));
|
|
3144
3146
|
}
|
|
3145
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3146
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AuthGuard, deps: [{ token: i1.Router }, { token: PortalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3148
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AuthGuard }); }
|
|
3147
3149
|
}
|
|
3148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AuthGuard, decorators: [{
|
|
3149
3151
|
type: Injectable
|
|
3150
3152
|
}], ctorParameters: () => [{ type: i1.Router }, { type: PortalService }] });
|
|
3151
3153
|
|
|
@@ -3172,10 +3174,10 @@ class LocalStorageService {
|
|
|
3172
3174
|
clear() {
|
|
3173
3175
|
localStorage.clear();
|
|
3174
3176
|
}
|
|
3175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3176
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3177
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3178
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalStorageService }); }
|
|
3177
3179
|
}
|
|
3178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
3179
3181
|
type: Injectable
|
|
3180
3182
|
}], ctorParameters: () => [] });
|
|
3181
3183
|
|
|
@@ -4079,10 +4081,10 @@ class PortalService {
|
|
|
4079
4081
|
}
|
|
4080
4082
|
return modules;
|
|
4081
4083
|
}
|
|
4082
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4083
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4084
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalService, deps: [{ token: DynamicComponentService }, { token: ApiService }, { token: LogService }, { token: BarsaDialogService }, { token: i0.Compiler }, { token: i1.Router }, { token: i2.Location }, { token: LocalStorageService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4085
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalService, providedIn: 'root' }); }
|
|
4084
4086
|
}
|
|
4085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalService, decorators: [{
|
|
4086
4088
|
type: Injectable,
|
|
4087
4089
|
args: [{
|
|
4088
4090
|
providedIn: 'root'
|
|
@@ -4105,10 +4107,10 @@ class UiService {
|
|
|
4105
4107
|
setTabSelected(val) {
|
|
4106
4108
|
this.tabSelected.next(val);
|
|
4107
4109
|
}
|
|
4108
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4109
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4110
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4111
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiService }); }
|
|
4110
4112
|
}
|
|
4111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiService, decorators: [{
|
|
4112
4114
|
type: Injectable
|
|
4113
4115
|
}], ctorParameters: () => [] });
|
|
4114
4116
|
|
|
@@ -4116,13 +4118,14 @@ class MoReportValuePipe {
|
|
|
4116
4118
|
transform(name, mo, Columns, caption) {
|
|
4117
4119
|
return getColumnValueOfMoDataList(name, mo, Columns, caption);
|
|
4118
4120
|
}
|
|
4119
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4120
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4121
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MoReportValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4122
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MoReportValuePipe, name: "rval" }); }
|
|
4121
4123
|
}
|
|
4122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MoReportValuePipe, decorators: [{
|
|
4123
4125
|
type: Pipe,
|
|
4124
4126
|
args: [{
|
|
4125
|
-
name: 'rval'
|
|
4127
|
+
name: 'rval',
|
|
4128
|
+
standalone: false
|
|
4126
4129
|
}]
|
|
4127
4130
|
}] });
|
|
4128
4131
|
|
|
@@ -4157,13 +4160,14 @@ class NumeralPipe {
|
|
|
4157
4160
|
const newVal = value.toString().replace(/,/g, '');
|
|
4158
4161
|
return newVal;
|
|
4159
4162
|
}
|
|
4160
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4161
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4163
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NumeralPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4164
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NumeralPipe, name: "numeral" }); }
|
|
4162
4165
|
}
|
|
4163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NumeralPipe, decorators: [{
|
|
4164
4167
|
type: Pipe,
|
|
4165
4168
|
args: [{
|
|
4166
|
-
name: 'numeral'
|
|
4169
|
+
name: 'numeral',
|
|
4170
|
+
standalone: false
|
|
4167
4171
|
}]
|
|
4168
4172
|
}] });
|
|
4169
4173
|
|
|
@@ -4217,13 +4221,14 @@ class GroupByPipe {
|
|
|
4217
4221
|
value: groupedCollection[key]
|
|
4218
4222
|
}));
|
|
4219
4223
|
}
|
|
4220
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4221
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4225
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: GroupByPipe, name: "groupBy" }); }
|
|
4222
4226
|
}
|
|
4223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GroupByPipe, decorators: [{
|
|
4224
4228
|
type: Pipe,
|
|
4225
4229
|
args: [{
|
|
4226
|
-
name: 'groupBy'
|
|
4230
|
+
name: 'groupBy',
|
|
4231
|
+
standalone: false
|
|
4227
4232
|
}]
|
|
4228
4233
|
}] });
|
|
4229
4234
|
|
|
@@ -4249,13 +4254,14 @@ class BbbTranslatePipe {
|
|
|
4249
4254
|
}
|
|
4250
4255
|
return result;
|
|
4251
4256
|
}
|
|
4252
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4253
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4257
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BbbTranslatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4258
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: BbbTranslatePipe, name: "bbbTranslate" }); }
|
|
4254
4259
|
}
|
|
4255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BbbTranslatePipe, decorators: [{
|
|
4256
4261
|
type: Pipe,
|
|
4257
4262
|
args: [{
|
|
4258
|
-
name: 'bbbTranslate'
|
|
4263
|
+
name: 'bbbTranslate',
|
|
4264
|
+
standalone: false
|
|
4259
4265
|
}]
|
|
4260
4266
|
}] });
|
|
4261
4267
|
|
|
@@ -4286,13 +4292,14 @@ class ContextMenuPipe {
|
|
|
4286
4292
|
return true;
|
|
4287
4293
|
});
|
|
4288
4294
|
}
|
|
4289
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4290
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4295
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContextMenuPipe, deps: [{ token: BbbTranslatePipe }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4296
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ContextMenuPipe, name: "contextMenu" }); }
|
|
4291
4297
|
}
|
|
4292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContextMenuPipe, decorators: [{
|
|
4293
4299
|
type: Pipe,
|
|
4294
4300
|
args: [{
|
|
4295
|
-
name: 'contextMenu'
|
|
4301
|
+
name: 'contextMenu',
|
|
4302
|
+
standalone: false
|
|
4296
4303
|
}]
|
|
4297
4304
|
}], ctorParameters: () => [{ type: BbbTranslatePipe }] });
|
|
4298
4305
|
|
|
@@ -4305,13 +4312,14 @@ class HeaderFacetValuePipe {
|
|
|
4305
4312
|
// rating-indicator && progress-indicator
|
|
4306
4313
|
return Number(value.Value);
|
|
4307
4314
|
}
|
|
4308
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4309
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4315
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HeaderFacetValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4316
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: HeaderFacetValuePipe, name: "facetValue" }); }
|
|
4310
4317
|
}
|
|
4311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HeaderFacetValuePipe, decorators: [{
|
|
4312
4319
|
type: Pipe,
|
|
4313
4320
|
args: [{
|
|
4314
|
-
name: 'facetValue'
|
|
4321
|
+
name: 'facetValue',
|
|
4322
|
+
standalone: false
|
|
4315
4323
|
}]
|
|
4316
4324
|
}], ctorParameters: () => [] });
|
|
4317
4325
|
|
|
@@ -4326,13 +4334,14 @@ class SeperatorFixPipe {
|
|
|
4326
4334
|
}
|
|
4327
4335
|
return !removeSeperator ? buttons : buttons.filter((c) => typeof c === 'object' && c.cls);
|
|
4328
4336
|
}
|
|
4329
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4330
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4337
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SeperatorFixPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4338
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SeperatorFixPipe, name: "seperatorFix" }); }
|
|
4331
4339
|
}
|
|
4332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SeperatorFixPipe, decorators: [{
|
|
4333
4341
|
type: Pipe,
|
|
4334
4342
|
args: [{
|
|
4335
|
-
name: 'seperatorFix'
|
|
4343
|
+
name: 'seperatorFix',
|
|
4344
|
+
standalone: false
|
|
4336
4345
|
}]
|
|
4337
4346
|
}] });
|
|
4338
4347
|
|
|
@@ -4356,13 +4365,14 @@ class ConvertToStylePipe {
|
|
|
4356
4365
|
}
|
|
4357
4366
|
return {};
|
|
4358
4367
|
}
|
|
4359
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4360
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4368
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ConvertToStylePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4369
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ConvertToStylePipe, name: "convertToStyle" }); }
|
|
4361
4370
|
}
|
|
4362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ConvertToStylePipe, decorators: [{
|
|
4363
4372
|
type: Pipe,
|
|
4364
4373
|
args: [{
|
|
4365
|
-
name: 'convertToStyle'
|
|
4374
|
+
name: 'convertToStyle',
|
|
4375
|
+
standalone: false
|
|
4366
4376
|
}]
|
|
4367
4377
|
}], ctorParameters: () => [] });
|
|
4368
4378
|
|
|
@@ -4412,13 +4422,14 @@ class TlbButtonsPipe {
|
|
|
4412
4422
|
}
|
|
4413
4423
|
return value === val && !btn.hidden && !btn.Command?.hide;
|
|
4414
4424
|
}
|
|
4415
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4416
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4425
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TlbButtonsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4426
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TlbButtonsPipe, name: "tlbButtons" }); }
|
|
4417
4427
|
}
|
|
4418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TlbButtonsPipe, decorators: [{
|
|
4419
4429
|
type: Pipe,
|
|
4420
4430
|
args: [{
|
|
4421
|
-
name: 'tlbButtons'
|
|
4431
|
+
name: 'tlbButtons',
|
|
4432
|
+
standalone: false
|
|
4422
4433
|
}]
|
|
4423
4434
|
}], ctorParameters: () => [] });
|
|
4424
4435
|
|
|
@@ -4430,13 +4441,14 @@ class RemoveNewlinePipe {
|
|
|
4430
4441
|
}
|
|
4431
4442
|
return text;
|
|
4432
4443
|
}
|
|
4433
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4434
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4444
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RemoveNewlinePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4445
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RemoveNewlinePipe, name: "removeNewline" }); }
|
|
4435
4446
|
}
|
|
4436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RemoveNewlinePipe, decorators: [{
|
|
4437
4448
|
type: Pipe,
|
|
4438
4449
|
args: [{
|
|
4439
|
-
name: 'removeNewline'
|
|
4450
|
+
name: 'removeNewline',
|
|
4451
|
+
standalone: false
|
|
4440
4452
|
}]
|
|
4441
4453
|
}], ctorParameters: () => [] });
|
|
4442
4454
|
|
|
@@ -4445,13 +4457,14 @@ class MoValuePipe {
|
|
|
4445
4457
|
transform(name, mo, caption) {
|
|
4446
4458
|
return getFieldValue(name, mo, caption);
|
|
4447
4459
|
}
|
|
4448
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4449
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4460
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MoValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4461
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MoValuePipe, name: "val" }); }
|
|
4450
4462
|
}
|
|
4451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MoValuePipe, decorators: [{
|
|
4452
4464
|
type: Pipe,
|
|
4453
4465
|
args: [{
|
|
4454
|
-
name: 'val'
|
|
4466
|
+
name: 'val',
|
|
4467
|
+
standalone: false
|
|
4455
4468
|
}]
|
|
4456
4469
|
}], ctorParameters: () => [] });
|
|
4457
4470
|
|
|
@@ -4475,13 +4488,14 @@ class FilterPipe {
|
|
|
4475
4488
|
});
|
|
4476
4489
|
return match;
|
|
4477
4490
|
}
|
|
4478
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4479
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4491
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4492
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterPipe, name: "filter" }); }
|
|
4480
4493
|
}
|
|
4481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterPipe, decorators: [{
|
|
4482
4495
|
type: Pipe,
|
|
4483
4496
|
args: [{
|
|
4484
|
-
name: 'filter'
|
|
4497
|
+
name: 'filter',
|
|
4498
|
+
standalone: false
|
|
4485
4499
|
}]
|
|
4486
4500
|
}] });
|
|
4487
4501
|
|
|
@@ -4492,13 +4506,14 @@ class FilterTabPipe {
|
|
|
4492
4506
|
}
|
|
4493
4507
|
return collection.filter((val) => val.Visible !== false);
|
|
4494
4508
|
}
|
|
4495
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4496
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterTabPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4510
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterTabPipe, name: "filterTab" }); }
|
|
4497
4511
|
}
|
|
4498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterTabPipe, decorators: [{
|
|
4499
4513
|
type: Pipe,
|
|
4500
4514
|
args: [{
|
|
4501
|
-
name: 'filterTab'
|
|
4515
|
+
name: 'filterTab',
|
|
4516
|
+
standalone: false
|
|
4502
4517
|
}]
|
|
4503
4518
|
}] });
|
|
4504
4519
|
|
|
@@ -4525,13 +4540,14 @@ class MoReportValueConcatPipe {
|
|
|
4525
4540
|
});
|
|
4526
4541
|
return result;
|
|
4527
4542
|
}
|
|
4528
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4529
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4543
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MoReportValueConcatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4544
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MoReportValueConcatPipe, name: "rvalConcat" }); }
|
|
4530
4545
|
}
|
|
4531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MoReportValueConcatPipe, decorators: [{
|
|
4532
4547
|
type: Pipe,
|
|
4533
4548
|
args: [{
|
|
4534
|
-
name: 'rvalConcat'
|
|
4549
|
+
name: 'rvalConcat',
|
|
4550
|
+
standalone: false
|
|
4535
4551
|
}]
|
|
4536
4552
|
}], ctorParameters: () => [] });
|
|
4537
4553
|
|
|
@@ -4566,13 +4582,14 @@ class FilterStringPipe {
|
|
|
4566
4582
|
});
|
|
4567
4583
|
return match;
|
|
4568
4584
|
}
|
|
4569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4570
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4585
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterStringPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4586
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterStringPipe, name: "filterStr" }); }
|
|
4571
4587
|
}
|
|
4572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterStringPipe, decorators: [{
|
|
4573
4589
|
type: Pipe,
|
|
4574
4590
|
args: [{
|
|
4575
|
-
name: 'filterStr'
|
|
4591
|
+
name: 'filterStr',
|
|
4592
|
+
standalone: false
|
|
4576
4593
|
}]
|
|
4577
4594
|
}] });
|
|
4578
4595
|
|
|
@@ -4609,16 +4626,17 @@ class SortPipe {
|
|
|
4609
4626
|
const sorted = numberArray.concat(stringArray);
|
|
4610
4627
|
return sortOrder === 'asc' ? sorted : sorted.reverse();
|
|
4611
4628
|
}
|
|
4612
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4613
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4614
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4629
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4630
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SortPipe, name: "sort" }); }
|
|
4631
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SortPipe }); }
|
|
4615
4632
|
}
|
|
4616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SortPipe, decorators: [{
|
|
4617
4634
|
type: Injectable
|
|
4618
4635
|
}, {
|
|
4619
4636
|
type: Pipe,
|
|
4620
4637
|
args: [{
|
|
4621
|
-
name: 'sort'
|
|
4638
|
+
name: 'sort',
|
|
4639
|
+
standalone: false
|
|
4622
4640
|
}]
|
|
4623
4641
|
}] });
|
|
4624
4642
|
|
|
@@ -4628,13 +4646,14 @@ class BarsaIconDictPipe {
|
|
|
4628
4646
|
const sizeField = size === '128' ? 'FileIconDict128' : 'FileIconDict16';
|
|
4629
4647
|
return BarsaApi.Common.File[sizeField][type];
|
|
4630
4648
|
}
|
|
4631
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4632
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4649
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaIconDictPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4650
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: BarsaIconDictPipe, name: "barsaIconDict" }); }
|
|
4633
4651
|
}
|
|
4634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaIconDictPipe, decorators: [{
|
|
4635
4653
|
type: Pipe,
|
|
4636
4654
|
args: [{
|
|
4637
|
-
name: 'barsaIconDict'
|
|
4655
|
+
name: 'barsaIconDict',
|
|
4656
|
+
standalone: false
|
|
4638
4657
|
}]
|
|
4639
4658
|
}], ctorParameters: () => [] });
|
|
4640
4659
|
|
|
@@ -4646,13 +4665,14 @@ class FileInfoCountPipe {
|
|
|
4646
4665
|
}
|
|
4647
4666
|
return value.Files.filter((c) => !c.IsDeleted).length;
|
|
4648
4667
|
}
|
|
4649
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4650
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4668
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FileInfoCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4669
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FileInfoCountPipe, name: "fileinfoCount" }); }
|
|
4651
4670
|
}
|
|
4652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FileInfoCountPipe, decorators: [{
|
|
4653
4672
|
type: Pipe,
|
|
4654
4673
|
args: [{
|
|
4655
|
-
name: 'fileinfoCount'
|
|
4674
|
+
name: 'fileinfoCount',
|
|
4675
|
+
standalone: false
|
|
4656
4676
|
}]
|
|
4657
4677
|
}], ctorParameters: () => [] });
|
|
4658
4678
|
|
|
@@ -4675,13 +4695,14 @@ class ControlUiPipe {
|
|
|
4675
4695
|
});
|
|
4676
4696
|
return finded;
|
|
4677
4697
|
}
|
|
4678
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4679
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4698
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ControlUiPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4699
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ControlUiPipe, name: "controlUi" }); }
|
|
4680
4700
|
}
|
|
4681
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ControlUiPipe, decorators: [{
|
|
4682
4702
|
type: Pipe,
|
|
4683
4703
|
args: [{
|
|
4684
|
-
name: 'controlUi'
|
|
4704
|
+
name: 'controlUi',
|
|
4705
|
+
standalone: false
|
|
4685
4706
|
}]
|
|
4686
4707
|
}] });
|
|
4687
4708
|
|
|
@@ -4690,13 +4711,14 @@ class VisibleValuePipe {
|
|
|
4690
4711
|
transform(object, field) {
|
|
4691
4712
|
return GetVisibleValue(object, field);
|
|
4692
4713
|
}
|
|
4693
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4694
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4714
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: VisibleValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4715
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: VisibleValuePipe, name: "barsaVisibleValue" }); }
|
|
4695
4716
|
}
|
|
4696
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: VisibleValuePipe, decorators: [{
|
|
4697
4718
|
type: Pipe,
|
|
4698
4719
|
args: [{
|
|
4699
|
-
name: 'barsaVisibleValue'
|
|
4720
|
+
name: 'barsaVisibleValue',
|
|
4721
|
+
standalone: false
|
|
4700
4722
|
}]
|
|
4701
4723
|
}], ctorParameters: () => [] });
|
|
4702
4724
|
|
|
@@ -4720,13 +4742,14 @@ class DateTimeToCaptionPipe {
|
|
|
4720
4742
|
}
|
|
4721
4743
|
return this._dateService.getMoment(value).format(formatPattern);
|
|
4722
4744
|
}
|
|
4723
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4724
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4745
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateTimeToCaptionPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4746
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DateTimeToCaptionPipe, name: "dateTimeToCaption" }); }
|
|
4725
4747
|
}
|
|
4726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateTimeToCaptionPipe, decorators: [{
|
|
4727
4749
|
type: Pipe,
|
|
4728
4750
|
args: [{
|
|
4729
|
-
name: 'dateTimeToCaption'
|
|
4751
|
+
name: 'dateTimeToCaption',
|
|
4752
|
+
standalone: false
|
|
4730
4753
|
}]
|
|
4731
4754
|
}] });
|
|
4732
4755
|
|
|
@@ -4734,13 +4757,14 @@ class FilterToolbarControlPipe {
|
|
|
4734
4757
|
transform(config) {
|
|
4735
4758
|
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.
|
|
4736
4759
|
}
|
|
4737
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4738
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4760
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterToolbarControlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4761
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterToolbarControlPipe, name: "filterToolbarControl" }); }
|
|
4739
4762
|
}
|
|
4740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterToolbarControlPipe, decorators: [{
|
|
4741
4764
|
type: Pipe,
|
|
4742
4765
|
args: [{
|
|
4743
|
-
name: 'filterToolbarControl'
|
|
4766
|
+
name: 'filterToolbarControl',
|
|
4767
|
+
standalone: false
|
|
4744
4768
|
}]
|
|
4745
4769
|
}] });
|
|
4746
4770
|
|
|
@@ -4819,13 +4843,14 @@ class MultipleGroupByPipe {
|
|
|
4819
4843
|
}
|
|
4820
4844
|
});
|
|
4821
4845
|
}
|
|
4822
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4823
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4846
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MultipleGroupByPipe, deps: [{ token: BbbTranslatePipe }, { token: VisibleValuePipe }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4847
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MultipleGroupByPipe, name: "multipleGroupBy" }); }
|
|
4824
4848
|
}
|
|
4825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MultipleGroupByPipe, decorators: [{
|
|
4826
4850
|
type: Pipe,
|
|
4827
4851
|
args: [{
|
|
4828
|
-
name: 'multipleGroupBy'
|
|
4852
|
+
name: 'multipleGroupBy',
|
|
4853
|
+
standalone: false
|
|
4829
4854
|
}]
|
|
4830
4855
|
}], ctorParameters: () => [{ type: BbbTranslatePipe }, { type: VisibleValuePipe }] });
|
|
4831
4856
|
|
|
@@ -4838,13 +4863,14 @@ class PictureFieldSourcePipe {
|
|
|
4838
4863
|
const url = getImagePath(type, moId, value, fieldDefId, sw, sh);
|
|
4839
4864
|
return url;
|
|
4840
4865
|
}
|
|
4841
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4842
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4866
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PictureFieldSourcePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4867
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: PictureFieldSourcePipe, name: "picFieldSrc" }); }
|
|
4843
4868
|
}
|
|
4844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PictureFieldSourcePipe, decorators: [{
|
|
4845
4870
|
type: Pipe,
|
|
4846
4871
|
args: [{
|
|
4847
|
-
name: 'picFieldSrc'
|
|
4872
|
+
name: 'picFieldSrc',
|
|
4873
|
+
standalone: false
|
|
4848
4874
|
}]
|
|
4849
4875
|
}], ctorParameters: () => [] });
|
|
4850
4876
|
|
|
@@ -4878,13 +4904,14 @@ class FioriIconPipe {
|
|
|
4878
4904
|
return defaultIcon;
|
|
4879
4905
|
}
|
|
4880
4906
|
}
|
|
4881
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4882
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4907
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FioriIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4908
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FioriIconPipe, name: "fioriIcon" }); }
|
|
4883
4909
|
}
|
|
4884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FioriIconPipe, decorators: [{
|
|
4885
4911
|
type: Pipe,
|
|
4886
4912
|
args: [{
|
|
4887
|
-
name: 'fioriIcon'
|
|
4913
|
+
name: 'fioriIcon',
|
|
4914
|
+
standalone: false
|
|
4888
4915
|
}]
|
|
4889
4916
|
}] });
|
|
4890
4917
|
|
|
@@ -4906,13 +4933,14 @@ class CanUploadFilePipe {
|
|
|
4906
4933
|
}
|
|
4907
4934
|
return canUpload;
|
|
4908
4935
|
}
|
|
4909
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4910
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CanUploadFilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4937
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: CanUploadFilePipe, name: "canUploadFile" }); }
|
|
4911
4938
|
}
|
|
4912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CanUploadFilePipe, decorators: [{
|
|
4913
4940
|
type: Pipe,
|
|
4914
4941
|
args: [{
|
|
4915
|
-
name: 'canUploadFile'
|
|
4942
|
+
name: 'canUploadFile',
|
|
4943
|
+
standalone: false
|
|
4916
4944
|
}]
|
|
4917
4945
|
}], ctorParameters: () => [] });
|
|
4918
4946
|
|
|
@@ -4921,13 +4949,14 @@ class ListCountPipe {
|
|
|
4921
4949
|
transform(list) {
|
|
4922
4950
|
return list.length;
|
|
4923
4951
|
}
|
|
4924
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4925
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4952
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ListCountPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4953
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ListCountPipe, name: "listCount" }); }
|
|
4926
4954
|
}
|
|
4927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ListCountPipe, decorators: [{
|
|
4928
4956
|
type: Pipe,
|
|
4929
4957
|
args: [{
|
|
4930
|
-
name: 'listCount'
|
|
4958
|
+
name: 'listCount',
|
|
4959
|
+
standalone: false
|
|
4931
4960
|
}]
|
|
4932
4961
|
}], ctorParameters: () => [] });
|
|
4933
4962
|
|
|
@@ -4935,13 +4964,14 @@ class TotalSummaryPipe {
|
|
|
4935
4964
|
transform(moDataList, columnName) {
|
|
4936
4965
|
return moDataList.reduce((curr, prev, currIndex) => currIndex === 0 ? Number(prev[columnName]) : curr + Number(prev[columnName]), 0);
|
|
4937
4966
|
}
|
|
4938
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4939
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4967
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TotalSummaryPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
4968
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TotalSummaryPipe, name: "totalSummary" }); }
|
|
4940
4969
|
}
|
|
4941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TotalSummaryPipe, decorators: [{
|
|
4942
4971
|
type: Pipe,
|
|
4943
4972
|
args: [{
|
|
4944
|
-
name: 'totalSummary'
|
|
4973
|
+
name: 'totalSummary',
|
|
4974
|
+
standalone: false
|
|
4945
4975
|
}]
|
|
4946
4976
|
}] });
|
|
4947
4977
|
|
|
@@ -4972,16 +5002,17 @@ class MergeFieldsToColumnsPipe {
|
|
|
4972
5002
|
}
|
|
4973
5003
|
return columns;
|
|
4974
5004
|
}
|
|
4975
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4976
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
4977
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5005
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MergeFieldsToColumnsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5006
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MergeFieldsToColumnsPipe, name: "mergeFieldsToColumns" }); }
|
|
5007
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MergeFieldsToColumnsPipe }); }
|
|
4978
5008
|
}
|
|
4979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MergeFieldsToColumnsPipe, decorators: [{
|
|
4980
5010
|
type: Injectable
|
|
4981
5011
|
}, {
|
|
4982
5012
|
type: Pipe,
|
|
4983
5013
|
args: [{
|
|
4984
|
-
name: 'mergeFieldsToColumns'
|
|
5014
|
+
name: 'mergeFieldsToColumns',
|
|
5015
|
+
standalone: false
|
|
4985
5016
|
}]
|
|
4986
5017
|
}] });
|
|
4987
5018
|
|
|
@@ -4999,14 +5030,15 @@ class FindColumnByDbNamePipe {
|
|
|
4999
5030
|
_findColumn(columns, name) {
|
|
5000
5031
|
return columns.find((column) => column.Name === name || column.Caption === name || column.Alias === name);
|
|
5001
5032
|
}
|
|
5002
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5003
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5033
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FindColumnByDbNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5034
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FindColumnByDbNamePipe, name: "findColumnByDbName" }); }
|
|
5004
5035
|
}
|
|
5005
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FindColumnByDbNamePipe, decorators: [{
|
|
5006
5037
|
type: Pipe,
|
|
5007
5038
|
args: [{
|
|
5008
5039
|
name: 'findColumnByDbName',
|
|
5009
|
-
pure: true
|
|
5040
|
+
pure: true,
|
|
5041
|
+
standalone: false
|
|
5010
5042
|
}]
|
|
5011
5043
|
}] });
|
|
5012
5044
|
|
|
@@ -5020,13 +5052,14 @@ class FilterColumnsByDetailsPipe {
|
|
|
5020
5052
|
detailsColumns.map((c) => c.Name).indexOf(column.Name) === -1);
|
|
5021
5053
|
return x;
|
|
5022
5054
|
}
|
|
5023
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5024
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5055
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterColumnsByDetailsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5056
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterColumnsByDetailsPipe, name: "filterColumnsByDetails" }); }
|
|
5025
5057
|
}
|
|
5026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterColumnsByDetailsPipe, decorators: [{
|
|
5027
5059
|
type: Pipe,
|
|
5028
5060
|
args: [{
|
|
5029
|
-
name: 'filterColumnsByDetails'
|
|
5061
|
+
name: 'filterColumnsByDetails',
|
|
5062
|
+
standalone: false
|
|
5030
5063
|
}]
|
|
5031
5064
|
}] });
|
|
5032
5065
|
|
|
@@ -5034,13 +5067,14 @@ class MoInfoUlvPagingPipe {
|
|
|
5034
5067
|
transform(ulvAdapterPaging, ulvUiPaging) {
|
|
5035
5068
|
return ulvAdapterPaging ? ulvAdapterPaging : ulvUiPaging;
|
|
5036
5069
|
}
|
|
5037
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5038
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5070
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MoInfoUlvPagingPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5071
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MoInfoUlvPagingPipe, name: "moInfoUlvPaging" }); }
|
|
5039
5072
|
}
|
|
5040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MoInfoUlvPagingPipe, decorators: [{
|
|
5041
5074
|
type: Pipe,
|
|
5042
5075
|
args: [{
|
|
5043
|
-
name: 'moInfoUlvPaging'
|
|
5076
|
+
name: 'moInfoUlvPaging',
|
|
5077
|
+
standalone: false
|
|
5044
5078
|
}]
|
|
5045
5079
|
}] });
|
|
5046
5080
|
|
|
@@ -5089,13 +5123,14 @@ class MoInfoUlvMoListPipe {
|
|
|
5089
5123
|
}
|
|
5090
5124
|
return result;
|
|
5091
5125
|
}
|
|
5092
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5093
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5126
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MoInfoUlvMoListPipe, deps: [{ token: MoInfoUlvPagingPipe }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5127
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MoInfoUlvMoListPipe, name: "moInfoUlvMoList" }); }
|
|
5094
5128
|
}
|
|
5095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MoInfoUlvMoListPipe, decorators: [{
|
|
5096
5130
|
type: Pipe,
|
|
5097
5131
|
args: [{
|
|
5098
|
-
name: 'moInfoUlvMoList'
|
|
5132
|
+
name: 'moInfoUlvMoList',
|
|
5133
|
+
standalone: false
|
|
5099
5134
|
}]
|
|
5100
5135
|
}], ctorParameters: () => [{ type: MoInfoUlvPagingPipe }] });
|
|
5101
5136
|
|
|
@@ -5109,13 +5144,14 @@ class ReversePipe {
|
|
|
5109
5144
|
}
|
|
5110
5145
|
return value.reverse();
|
|
5111
5146
|
}
|
|
5112
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5113
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReversePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5148
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ReversePipe, name: "reverse" }); }
|
|
5114
5149
|
}
|
|
5115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReversePipe, decorators: [{
|
|
5116
5151
|
type: Pipe,
|
|
5117
5152
|
args: [{
|
|
5118
|
-
name: 'reverse'
|
|
5153
|
+
name: 'reverse',
|
|
5154
|
+
standalone: false
|
|
5119
5155
|
}]
|
|
5120
5156
|
}] });
|
|
5121
5157
|
|
|
@@ -5138,13 +5174,14 @@ class ColumnCustomUiPipe {
|
|
|
5138
5174
|
});
|
|
5139
5175
|
return component;
|
|
5140
5176
|
}
|
|
5141
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5142
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5177
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnCustomUiPipe, deps: [{ token: FindColumnByDbNamePipe }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5178
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ColumnCustomUiPipe, name: "columnCustomUi" }); }
|
|
5143
5179
|
}
|
|
5144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnCustomUiPipe, decorators: [{
|
|
5145
5181
|
type: Pipe,
|
|
5146
5182
|
args: [{
|
|
5147
|
-
name: 'columnCustomUi'
|
|
5183
|
+
name: 'columnCustomUi',
|
|
5184
|
+
standalone: false
|
|
5148
5185
|
}]
|
|
5149
5186
|
}], ctorParameters: () => [{ type: FindColumnByDbNamePipe }] });
|
|
5150
5187
|
|
|
@@ -5155,13 +5192,14 @@ class SanitizeTextPipe {
|
|
|
5155
5192
|
transform(text) {
|
|
5156
5193
|
return this._domSanitizer.bypassSecurityTrustHtml(text);
|
|
5157
5194
|
}
|
|
5158
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5159
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5195
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SanitizeTextPipe, deps: [{ token: i4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5196
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SanitizeTextPipe, name: "sanitizeText" }); }
|
|
5160
5197
|
}
|
|
5161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SanitizeTextPipe, decorators: [{
|
|
5162
5199
|
type: Pipe,
|
|
5163
5200
|
args: [{
|
|
5164
|
-
name: 'sanitizeText'
|
|
5201
|
+
name: 'sanitizeText',
|
|
5202
|
+
standalone: false
|
|
5165
5203
|
}]
|
|
5166
5204
|
}], ctorParameters: () => [{ type: i4.DomSanitizer }] });
|
|
5167
5205
|
|
|
@@ -5190,16 +5228,17 @@ class ColumnCustomComponentPipe {
|
|
|
5190
5228
|
}
|
|
5191
5229
|
return columns;
|
|
5192
5230
|
}
|
|
5193
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5194
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5195
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5231
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnCustomComponentPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5232
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ColumnCustomComponentPipe, name: "columnCustomComponent" }); }
|
|
5233
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnCustomComponentPipe }); }
|
|
5196
5234
|
}
|
|
5197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnCustomComponentPipe, decorators: [{
|
|
5198
5236
|
type: Injectable
|
|
5199
5237
|
}, {
|
|
5200
5238
|
type: Pipe,
|
|
5201
5239
|
args: [{
|
|
5202
|
-
name: 'columnCustomComponent'
|
|
5240
|
+
name: 'columnCustomComponent',
|
|
5241
|
+
standalone: false
|
|
5203
5242
|
}]
|
|
5204
5243
|
}] });
|
|
5205
5244
|
|
|
@@ -5225,13 +5264,14 @@ class ColumnValuePipe {
|
|
|
5225
5264
|
}
|
|
5226
5265
|
return caption || '';
|
|
5227
5266
|
}
|
|
5228
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5229
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5267
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnValuePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5268
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ColumnValuePipe, name: "columnValue" }); }
|
|
5230
5269
|
}
|
|
5231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnValuePipe, decorators: [{
|
|
5232
5271
|
type: Pipe,
|
|
5233
5272
|
args: [{
|
|
5234
|
-
name: 'columnValue'
|
|
5273
|
+
name: 'columnValue',
|
|
5274
|
+
standalone: false
|
|
5235
5275
|
}]
|
|
5236
5276
|
}] });
|
|
5237
5277
|
|
|
@@ -5245,13 +5285,14 @@ class ColumnIconPipe {
|
|
|
5245
5285
|
}
|
|
5246
5286
|
return icon;
|
|
5247
5287
|
}
|
|
5248
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5249
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5288
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnIconPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5289
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ColumnIconPipe, name: "columnIcon" }); }
|
|
5250
5290
|
}
|
|
5251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnIconPipe, decorators: [{
|
|
5252
5292
|
type: Pipe,
|
|
5253
5293
|
args: [{
|
|
5254
|
-
name: 'columnIcon'
|
|
5294
|
+
name: 'columnIcon',
|
|
5295
|
+
standalone: false
|
|
5255
5296
|
}]
|
|
5256
5297
|
}] });
|
|
5257
5298
|
|
|
@@ -5264,16 +5305,17 @@ class RowNumberPipe {
|
|
|
5264
5305
|
const firstRow = BarsaApi.Common.Util.TryGetValue(setting, 'StartIndex', 0);
|
|
5265
5306
|
return rowIndex + Number(firstRow) + 1;
|
|
5266
5307
|
}
|
|
5267
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5268
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5269
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RowNumberPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5309
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RowNumberPipe, name: "rowNumber" }); }
|
|
5310
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RowNumberPipe }); }
|
|
5270
5311
|
}
|
|
5271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RowNumberPipe, decorators: [{
|
|
5272
5313
|
type: Injectable
|
|
5273
5314
|
}, {
|
|
5274
5315
|
type: Pipe,
|
|
5275
5316
|
args: [{
|
|
5276
|
-
name: 'rowNumber'
|
|
5317
|
+
name: 'rowNumber',
|
|
5318
|
+
standalone: false
|
|
5277
5319
|
}]
|
|
5278
5320
|
}] });
|
|
5279
5321
|
|
|
@@ -5281,13 +5323,14 @@ class ComboRowImagePipe {
|
|
|
5281
5323
|
transform(value, data) {
|
|
5282
5324
|
return data.find((c) => c.id === value).url;
|
|
5283
5325
|
}
|
|
5284
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5285
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5326
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ComboRowImagePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5327
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ComboRowImagePipe, name: "comboRowImg" }); }
|
|
5286
5328
|
}
|
|
5287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ComboRowImagePipe, decorators: [{
|
|
5288
5330
|
type: Pipe,
|
|
5289
5331
|
args: [{
|
|
5290
|
-
name: 'comboRowImg'
|
|
5332
|
+
name: 'comboRowImg',
|
|
5333
|
+
standalone: false
|
|
5291
5334
|
}]
|
|
5292
5335
|
}] });
|
|
5293
5336
|
|
|
@@ -5304,13 +5347,14 @@ class IsExpandedNodePipe {
|
|
|
5304
5347
|
}
|
|
5305
5348
|
return this._isExpanded(value.parentNode);
|
|
5306
5349
|
}
|
|
5307
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5308
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5350
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IsExpandedNodePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5351
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IsExpandedNodePipe, name: "isExpandedNode" }); }
|
|
5309
5352
|
}
|
|
5310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IsExpandedNodePipe, decorators: [{
|
|
5311
5354
|
type: Pipe,
|
|
5312
5355
|
args: [{
|
|
5313
|
-
name: 'isExpandedNode'
|
|
5356
|
+
name: 'isExpandedNode',
|
|
5357
|
+
standalone: false
|
|
5314
5358
|
}]
|
|
5315
5359
|
}] });
|
|
5316
5360
|
|
|
@@ -5324,13 +5368,14 @@ class ThImageOrIconePipe {
|
|
|
5324
5368
|
column.$IsImageOricon = x;
|
|
5325
5369
|
return x;
|
|
5326
5370
|
}
|
|
5327
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5328
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5371
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThImageOrIconePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5372
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ThImageOrIconePipe, name: "thImageOrIcon" }); }
|
|
5329
5373
|
}
|
|
5330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThImageOrIconePipe, decorators: [{
|
|
5331
5375
|
type: Pipe,
|
|
5332
5376
|
args: [{
|
|
5333
|
-
name: 'thImageOrIcon'
|
|
5377
|
+
name: 'thImageOrIcon',
|
|
5378
|
+
standalone: false
|
|
5334
5379
|
}]
|
|
5335
5380
|
}] });
|
|
5336
5381
|
|
|
@@ -5341,13 +5386,14 @@ class FindPreviewColumnPipe {
|
|
|
5341
5386
|
}
|
|
5342
5387
|
return columns.find((column) => column.IsPreview);
|
|
5343
5388
|
}
|
|
5344
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5345
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5389
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FindPreviewColumnPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5390
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FindPreviewColumnPipe, name: "findPreviewColumn" }); }
|
|
5346
5391
|
}
|
|
5347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FindPreviewColumnPipe, decorators: [{
|
|
5348
5393
|
type: Pipe,
|
|
5349
5394
|
args: [{
|
|
5350
|
-
name: 'findPreviewColumn'
|
|
5395
|
+
name: 'findPreviewColumn',
|
|
5396
|
+
standalone: false
|
|
5351
5397
|
}]
|
|
5352
5398
|
}] });
|
|
5353
5399
|
|
|
@@ -5356,13 +5402,14 @@ class ReplacePipe {
|
|
|
5356
5402
|
const regex = new RegExp(regexValue, 'g');
|
|
5357
5403
|
return value.replace(regex, replaceValue);
|
|
5358
5404
|
}
|
|
5359
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5360
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5406
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ReplacePipe, name: "replace" }); }
|
|
5361
5407
|
}
|
|
5362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReplacePipe, decorators: [{
|
|
5363
5409
|
type: Pipe,
|
|
5364
5410
|
args: [{
|
|
5365
|
-
name: 'replace'
|
|
5411
|
+
name: 'replace',
|
|
5412
|
+
standalone: false
|
|
5366
5413
|
}]
|
|
5367
5414
|
}] });
|
|
5368
5415
|
|
|
@@ -5377,13 +5424,14 @@ class FilterWorkflowInMobilePipe {
|
|
|
5377
5424
|
}
|
|
5378
5425
|
return buttons.filter((button) => !button.isWorkflow);
|
|
5379
5426
|
}
|
|
5380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5381
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5427
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterWorkflowInMobilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5428
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FilterWorkflowInMobilePipe, name: "filterWorkflowInMobile" }); }
|
|
5382
5429
|
}
|
|
5383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5430
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FilterWorkflowInMobilePipe, decorators: [{
|
|
5384
5431
|
type: Pipe,
|
|
5385
5432
|
args: [{
|
|
5386
|
-
name: 'filterWorkflowInMobile'
|
|
5433
|
+
name: 'filterWorkflowInMobile',
|
|
5434
|
+
standalone: false
|
|
5387
5435
|
}]
|
|
5388
5436
|
}], ctorParameters: () => [] });
|
|
5389
5437
|
|
|
@@ -5396,13 +5444,14 @@ class HideColumnsInmobilePipe {
|
|
|
5396
5444
|
const x = columns.filter((column, i) => arrOfColumns.indexOf(column.Caption) === -1 && arrOfColumns.indexOf(column.Name) === -1);
|
|
5397
5445
|
return x;
|
|
5398
5446
|
}
|
|
5399
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5400
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
5447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HideColumnsInmobilePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5448
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: HideColumnsInmobilePipe, name: "hideColumnsInmobile" }); }
|
|
5401
5449
|
}
|
|
5402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HideColumnsInmobilePipe, decorators: [{
|
|
5403
5451
|
type: Pipe,
|
|
5404
5452
|
args: [{
|
|
5405
|
-
name: 'hideColumnsInmobile'
|
|
5453
|
+
name: 'hideColumnsInmobile',
|
|
5454
|
+
standalone: false
|
|
5406
5455
|
}]
|
|
5407
5456
|
}] });
|
|
5408
5457
|
|
|
@@ -6201,10 +6250,10 @@ class UlvMainService {
|
|
|
6201
6250
|
this._cartableTemplates$.next(cartableTemplates);
|
|
6202
6251
|
});
|
|
6203
6252
|
}
|
|
6204
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6205
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6253
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UlvMainService, deps: [{ token: BbbTranslatePipe }, { token: ApiService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6254
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UlvMainService }); }
|
|
6206
6255
|
}
|
|
6207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UlvMainService, decorators: [{
|
|
6208
6257
|
type: Injectable
|
|
6209
6258
|
}], ctorParameters: () => [{ type: BbbTranslatePipe }, { type: ApiService }] });
|
|
6210
6259
|
|
|
@@ -6352,10 +6401,10 @@ class UploadService {
|
|
|
6352
6401
|
});
|
|
6353
6402
|
});
|
|
6354
6403
|
}
|
|
6355
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6356
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6404
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UploadService, deps: [{ token: i1$1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6405
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UploadService, providedIn: 'root' }); }
|
|
6357
6406
|
}
|
|
6358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UploadService, decorators: [{
|
|
6359
6408
|
type: Injectable,
|
|
6360
6409
|
args: [{
|
|
6361
6410
|
providedIn: 'root'
|
|
@@ -6366,10 +6415,10 @@ class NetworkStatusService {
|
|
|
6366
6415
|
get networkStatus$() {
|
|
6367
6416
|
return merge(of(null), fromEvent(window, 'online'), fromEvent(window, 'offline')).pipe(map(() => navigator.onLine));
|
|
6368
6417
|
}
|
|
6369
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6370
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6418
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NetworkStatusService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6419
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NetworkStatusService }); }
|
|
6371
6420
|
}
|
|
6372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NetworkStatusService, decorators: [{
|
|
6373
6422
|
type: Injectable
|
|
6374
6423
|
}] });
|
|
6375
6424
|
|
|
@@ -6456,10 +6505,10 @@ class AudioRecordingService {
|
|
|
6456
6505
|
}
|
|
6457
6506
|
}
|
|
6458
6507
|
}
|
|
6459
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6460
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6508
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AudioRecordingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6509
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AudioRecordingService }); }
|
|
6461
6510
|
}
|
|
6462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AudioRecordingService, decorators: [{
|
|
6463
6512
|
type: Injectable
|
|
6464
6513
|
}] });
|
|
6465
6514
|
|
|
@@ -6566,10 +6615,10 @@ class VideoRecordingService {
|
|
|
6566
6615
|
}
|
|
6567
6616
|
}
|
|
6568
6617
|
}
|
|
6569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6570
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6618
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: VideoRecordingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6619
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: VideoRecordingService }); }
|
|
6571
6620
|
}
|
|
6572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: VideoRecordingService, decorators: [{
|
|
6573
6622
|
type: Injectable
|
|
6574
6623
|
}] });
|
|
6575
6624
|
|
|
@@ -6598,10 +6647,10 @@ class IndexedDbService {
|
|
|
6598
6647
|
delete(dbName) {
|
|
6599
6648
|
window.indexedDB.deleteDatabase(dbName);
|
|
6600
6649
|
}
|
|
6601
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6602
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6650
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IndexedDbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6651
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IndexedDbService }); }
|
|
6603
6652
|
}
|
|
6604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IndexedDbService, decorators: [{
|
|
6605
6654
|
type: Injectable
|
|
6606
6655
|
}], ctorParameters: () => [] });
|
|
6607
6656
|
|
|
@@ -6670,10 +6719,10 @@ class BarsaStorageService {
|
|
|
6670
6719
|
openDatabase(version) {
|
|
6671
6720
|
this._indexedDbService.open(this.DBNAME_KEY, version);
|
|
6672
6721
|
}
|
|
6673
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6674
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6722
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaStorageService, deps: [{ token: LogService }, { token: LocalStorageService }, { token: IndexedDbService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6723
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaStorageService }); }
|
|
6675
6724
|
}
|
|
6676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaStorageService, decorators: [{
|
|
6677
6726
|
type: Injectable
|
|
6678
6727
|
}], ctorParameters: () => [{ type: LogService }, { type: LocalStorageService }, { type: IndexedDbService }] });
|
|
6679
6728
|
|
|
@@ -6720,10 +6769,10 @@ class PromptUpdateService {
|
|
|
6720
6769
|
}
|
|
6721
6770
|
});
|
|
6722
6771
|
}
|
|
6723
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6724
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6772
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PromptUpdateService, deps: [{ token: LogService }, { token: i2$1.SwUpdate }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6773
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PromptUpdateService }); }
|
|
6725
6774
|
}
|
|
6726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PromptUpdateService, decorators: [{
|
|
6727
6776
|
type: Injectable
|
|
6728
6777
|
}], ctorParameters: () => [{ type: LogService }, { type: i2$1.SwUpdate }] });
|
|
6729
6778
|
|
|
@@ -6893,10 +6942,10 @@ class ServiceWorkerNotificationService {
|
|
|
6893
6942
|
}
|
|
6894
6943
|
});
|
|
6895
6944
|
}
|
|
6896
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6897
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6945
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ServiceWorkerNotificationService, deps: [{ token: LogService }, { token: i2$1.SwPush }, { token: PortalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6946
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ServiceWorkerNotificationService }); }
|
|
6898
6947
|
}
|
|
6899
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ServiceWorkerNotificationService, decorators: [{
|
|
6900
6949
|
type: Injectable
|
|
6901
6950
|
}], ctorParameters: () => [{ type: LogService }, { type: i2$1.SwPush }, { type: PortalService }] });
|
|
6902
6951
|
|
|
@@ -7187,10 +7236,10 @@ class NotificationService {
|
|
|
7187
7236
|
}
|
|
7188
7237
|
});
|
|
7189
7238
|
}
|
|
7190
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7191
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7239
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationService, deps: [{ token: NOTIFICATAION_POPUP_SERVER }, { token: LogService }, { token: i2.LowerCasePipe }, { token: BbbTranslatePipe }, { token: i4.DomSanitizer }, { token: ServiceWorkerNotificationService }, { token: PortalService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7240
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationService }); }
|
|
7192
7241
|
}
|
|
7193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NotificationService, decorators: [{
|
|
7194
7243
|
type: Injectable
|
|
7195
7244
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
7196
7245
|
type: Inject,
|
|
@@ -7207,10 +7256,10 @@ class ColumnService {
|
|
|
7207
7256
|
controlRendered() {
|
|
7208
7257
|
this._uiControlRendered.next();
|
|
7209
7258
|
}
|
|
7210
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7211
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7260
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnService }); }
|
|
7212
7261
|
}
|
|
7213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnService, decorators: [{
|
|
7214
7263
|
type: Injectable
|
|
7215
7264
|
}], ctorParameters: () => [] });
|
|
7216
7265
|
|
|
@@ -7317,10 +7366,10 @@ class ServiceWorkerCommuncationService {
|
|
|
7317
7366
|
}
|
|
7318
7367
|
this._serviceWorker.postMessage(message);
|
|
7319
7368
|
}
|
|
7320
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7321
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7369
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ServiceWorkerCommuncationService, deps: [{ token: LocalStorageService }, { token: LogService }, { token: PortalService }, { token: i2$1.SwPush }, { token: i1$1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7370
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ServiceWorkerCommuncationService }); }
|
|
7322
7371
|
}
|
|
7323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ServiceWorkerCommuncationService, decorators: [{
|
|
7324
7373
|
type: Injectable
|
|
7325
7374
|
}], ctorParameters: () => [{ type: LocalStorageService }, { type: LogService }, { type: PortalService }, { type: i2$1.SwPush }, { type: i1$1.HttpClient }] });
|
|
7326
7375
|
|
|
@@ -7343,10 +7392,10 @@ class SaveScrollPositionService {
|
|
|
7343
7392
|
value[key] = scrollTop;
|
|
7344
7393
|
this._scrollPositionSource.next(value);
|
|
7345
7394
|
}
|
|
7346
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7347
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7395
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SaveScrollPositionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7396
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SaveScrollPositionService }); }
|
|
7348
7397
|
}
|
|
7349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SaveScrollPositionService, decorators: [{
|
|
7350
7399
|
type: Injectable
|
|
7351
7400
|
}] });
|
|
7352
7401
|
|
|
@@ -7395,10 +7444,10 @@ class RoutingService {
|
|
|
7395
7444
|
ngOnDestroy() {
|
|
7396
7445
|
BarsaApi.Bw.App.GetActiveSystem = this.oldActiveSystem;
|
|
7397
7446
|
}
|
|
7398
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7399
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RoutingService, deps: [{ token: RoutingService, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7448
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RoutingService }); }
|
|
7400
7449
|
}
|
|
7401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RoutingService, decorators: [{
|
|
7402
7451
|
type: Injectable
|
|
7403
7452
|
}], ctorParameters: () => [{ type: RoutingService, decorators: [{
|
|
7404
7453
|
type: SkipSelf
|
|
@@ -7558,15 +7607,16 @@ class FieldBaseComponent extends BaseComponent {
|
|
|
7558
7607
|
this._cdr.detectChanges();
|
|
7559
7608
|
}
|
|
7560
7609
|
}
|
|
7561
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7562
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7610
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FieldBaseComponent, deps: [{ token: PortalService }, { token: BbbTranslatePipe }, { token: PictureFieldSourcePipe }, { token: NumeralPipe }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i1.ActivatedRoute }, { token: i4.DomSanitizer }, { token: DIALOG_SERVICE, optional: true }, { token: UploadService, optional: true, self: true }, { token: DateService, optional: true, self: true }, { token: AudioRecordingService, optional: true, self: true }, { token: VideoRecordingService, optional: true, self: true }, { token: ColumnService, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7611
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FieldBaseComponent, selector: "bnrc-field-base", inputs: { context: "context", focusControl: "focusControl", layoutInfo: "layoutInfo", value: "value", width: "width", height: "height", formHeight: "formHeight", inlineEdit: "inlineEdit", formContainer: "formContainer", id: "id", parametes: "parametes" }, outputs: { valueChange: "valueChange", formmatedValue: "formmatedValue" }, host: { properties: { "class.isMobile": "this.isMobile", "class.isTablet": "this.isTablet" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
7563
7612
|
}
|
|
7564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FieldBaseComponent, decorators: [{
|
|
7565
7614
|
type: Component,
|
|
7566
7615
|
args: [{
|
|
7567
7616
|
selector: 'bnrc-field-base',
|
|
7568
7617
|
template: '',
|
|
7569
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
7618
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7619
|
+
standalone: false
|
|
7570
7620
|
}]
|
|
7571
7621
|
}], ctorParameters: () => [{ type: PortalService }, { type: BbbTranslatePipe }, { type: PictureFieldSourcePipe }, { type: NumeralPipe }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i1.ActivatedRoute }, { type: i4.DomSanitizer }, { type: undefined, decorators: [{
|
|
7572
7622
|
type: Optional
|
|
@@ -7748,19 +7798,26 @@ class FormBaseComponent extends BaseComponent {
|
|
|
7748
7798
|
this._portalService.windowResize$.subscribe((e) => {
|
|
7749
7799
|
this.obtainHeight();
|
|
7750
7800
|
});
|
|
7751
|
-
|
|
7752
|
-
|
|
7753
|
-
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
|
|
7757
|
-
|
|
7758
|
-
|
|
7759
|
-
|
|
7801
|
+
}
|
|
7802
|
+
ngAfterViewInit() {
|
|
7803
|
+
super.ngAfterViewInit();
|
|
7804
|
+
if (this.isMobile) {
|
|
7805
|
+
this._formIntersection = fromIntersectionObserver(this._el.nativeElement, {
|
|
7806
|
+
root: null,
|
|
7807
|
+
rootMargin: '0px',
|
|
7808
|
+
threshold: 0
|
|
7809
|
+
}, 100, false)
|
|
7810
|
+
.pipe(takeUntil(this._onDestroy$))
|
|
7811
|
+
.subscribe((e) => {
|
|
7812
|
+
this._onInView(e);
|
|
7813
|
+
});
|
|
7814
|
+
}
|
|
7760
7815
|
}
|
|
7761
7816
|
ngOnDestroy() {
|
|
7762
7817
|
super.ngOnDestroy();
|
|
7763
|
-
this._formIntersection
|
|
7818
|
+
if (this._formIntersection) {
|
|
7819
|
+
this._formIntersection.unsubscribe();
|
|
7820
|
+
}
|
|
7764
7821
|
this._formPanelService.destroy();
|
|
7765
7822
|
}
|
|
7766
7823
|
onClose() {
|
|
@@ -7797,15 +7854,16 @@ class FormBaseComponent extends BaseComponent {
|
|
|
7797
7854
|
_setParamters() {
|
|
7798
7855
|
this.parameters = BarsaApi.Common.Util.TryGetValue(this.context, 'Setting.View.CustomUi.Parameters', null);
|
|
7799
7856
|
}
|
|
7800
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7801
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7857
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormBaseComponent, deps: [{ token: BreadcrumbService }, { token: PortalService }, { token: i1.Router }, { token: i0.ElementRef }, { token: ControlUiPipe }, { token: FormPanelService, self: true }, { token: i1.ActivatedRoute }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7858
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormBaseComponent, selector: "bnrc-form-base", inputs: { context: "context" }, outputs: { formClose: "formClose" }, host: { properties: { "attr.id": "this.id", "class.fullscreen": "this.fullscreen" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
7802
7859
|
}
|
|
7803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormBaseComponent, decorators: [{
|
|
7804
7861
|
type: Component,
|
|
7805
7862
|
args: [{
|
|
7806
7863
|
selector: 'bnrc-form-base',
|
|
7807
7864
|
template: '',
|
|
7808
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
7865
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7866
|
+
standalone: false
|
|
7809
7867
|
}]
|
|
7810
7868
|
}], ctorParameters: () => [{ type: BreadcrumbService }, { type: PortalService }, { type: i1.Router }, { type: i0.ElementRef }, { type: ControlUiPipe }, { type: FormPanelService, decorators: [{
|
|
7811
7869
|
type: Self
|
|
@@ -7835,15 +7893,16 @@ class FormToolbarBaseComponent extends BaseComponent {
|
|
|
7835
7893
|
onToolClick(btn) {
|
|
7836
7894
|
this.toolClick.emit(btn);
|
|
7837
7895
|
}
|
|
7838
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7839
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7896
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormToolbarBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
7897
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormToolbarBaseComponent, selector: "bnrc-form-toolbar-base", inputs: { buttons: "buttons", visible: "visible", size: "size", device: "device", deviceSize: "deviceSize", rtl: "rtl", landscape: "landscape", standalone: "standalone", toolbarVisible: "toolbarVisible", isFirefox: "isFirefox", dirValue: "dirValue" }, outputs: { toolClick: "toolClick" }, host: { properties: { "attr.rtl": "this._rtl" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
7840
7898
|
}
|
|
7841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormToolbarBaseComponent, decorators: [{
|
|
7842
7900
|
type: Component,
|
|
7843
7901
|
args: [{
|
|
7844
7902
|
selector: 'bnrc-form-toolbar-base',
|
|
7845
7903
|
template: '',
|
|
7846
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
7904
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7905
|
+
standalone: false
|
|
7847
7906
|
}]
|
|
7848
7907
|
}], propDecorators: { buttons: [{
|
|
7849
7908
|
type: Input
|
|
@@ -7879,15 +7938,16 @@ class SystemBaseComponent extends BaseComponent {
|
|
|
7879
7938
|
super();
|
|
7880
7939
|
this.showFormPanel = () => { };
|
|
7881
7940
|
}
|
|
7882
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7883
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7941
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SystemBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7942
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: SystemBaseComponent, selector: "bnrc-system-base", inputs: { context: "context", showFormPanel: "showFormPanel" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
7884
7943
|
}
|
|
7885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SystemBaseComponent, decorators: [{
|
|
7886
7945
|
type: Component,
|
|
7887
7946
|
args: [{
|
|
7888
7947
|
selector: 'bnrc-system-base',
|
|
7889
7948
|
template: '',
|
|
7890
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
7949
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7950
|
+
standalone: false
|
|
7891
7951
|
}]
|
|
7892
7952
|
}], ctorParameters: () => [], propDecorators: { context: [{
|
|
7893
7953
|
type: Input
|
|
@@ -8120,15 +8180,16 @@ class ReportBaseComponent extends BaseComponent {
|
|
|
8120
8180
|
refreshContextMoDataList(moDataList) {
|
|
8121
8181
|
this.context.fireEvent('RefreshContextMoDataList', moDataList);
|
|
8122
8182
|
}
|
|
8123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8124
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8183
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReportBaseComponent, deps: [{ token: PortalService }, { token: UlvMainService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8184
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ReportBaseComponent, 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 }); }
|
|
8125
8185
|
}
|
|
8126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReportBaseComponent, decorators: [{
|
|
8127
8187
|
type: Component,
|
|
8128
8188
|
args: [{
|
|
8129
8189
|
selector: 'bnrc-report-base',
|
|
8130
8190
|
template: '',
|
|
8131
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
8191
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8192
|
+
standalone: false
|
|
8132
8193
|
}]
|
|
8133
8194
|
}], ctorParameters: () => [{ type: PortalService }, { type: UlvMainService }], propDecorators: { context: [{
|
|
8134
8195
|
type: Input
|
|
@@ -8159,15 +8220,16 @@ class ReportItemBaseComponent extends BaseComponent {
|
|
|
8159
8220
|
this.fields[c.ComponentParameter.$Caption] = c.$Caption;
|
|
8160
8221
|
});
|
|
8161
8222
|
}
|
|
8162
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8163
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8223
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReportItemBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8224
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ReportItemBaseComponent, 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 }); }
|
|
8164
8225
|
}
|
|
8165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReportItemBaseComponent, decorators: [{
|
|
8166
8227
|
type: Component,
|
|
8167
8228
|
args: [{
|
|
8168
8229
|
selector: 'bnrc-report-item-base',
|
|
8169
8230
|
template: '',
|
|
8170
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
8231
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8232
|
+
standalone: false
|
|
8171
8233
|
}]
|
|
8172
8234
|
}], ctorParameters: () => [], propDecorators: { itemClick: [{
|
|
8173
8235
|
type: Output
|
|
@@ -8194,15 +8256,16 @@ class ApplicationBaseComponent extends BaseComponent {
|
|
|
8194
8256
|
super(...arguments);
|
|
8195
8257
|
this.systemList = [];
|
|
8196
8258
|
}
|
|
8197
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8198
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApplicationBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
8260
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ApplicationBaseComponent, selector: "bnrc-application-base", inputs: { context: "context", selectedSystemId: "selectedSystemId" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8199
8261
|
}
|
|
8200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ApplicationBaseComponent, decorators: [{
|
|
8201
8263
|
type: Component,
|
|
8202
8264
|
args: [{
|
|
8203
8265
|
selector: 'bnrc-application-base',
|
|
8204
8266
|
template: '',
|
|
8205
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
8267
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8268
|
+
standalone: false
|
|
8206
8269
|
}]
|
|
8207
8270
|
}], propDecorators: { context: [{
|
|
8208
8271
|
type: Input
|
|
@@ -8233,15 +8296,16 @@ class LayoutItemBaseComponent extends BaseComponent {
|
|
|
8233
8296
|
this.maxLabelWidth = maxLabelWidth.currentValue;
|
|
8234
8297
|
}
|
|
8235
8298
|
}
|
|
8236
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8237
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutItemBaseComponent, deps: [{ token: FormPanelService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8300
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: LayoutItemBaseComponent, selector: "bnrc-layout-item-base", inputs: { config: "config", isPanel: "isPanel", maxLabelWidth: "maxLabelWidth", rtl: "rtl" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8238
8301
|
}
|
|
8239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutItemBaseComponent, decorators: [{
|
|
8240
8303
|
type: Component,
|
|
8241
8304
|
args: [{
|
|
8242
8305
|
selector: 'bnrc-layout-item-base',
|
|
8243
8306
|
template: '',
|
|
8244
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
8307
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8308
|
+
standalone: false
|
|
8245
8309
|
}]
|
|
8246
8310
|
}], ctorParameters: () => [{ type: FormPanelService }, { type: i0.ChangeDetectorRef }], propDecorators: { config: [{
|
|
8247
8311
|
type: Input
|
|
@@ -8290,15 +8354,16 @@ class LayoutPanelBaseComponent extends LayoutItemBaseComponent {
|
|
|
8290
8354
|
this.layoutService.setMaxWidth(controlWidth);
|
|
8291
8355
|
}
|
|
8292
8356
|
}
|
|
8293
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8294
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8357
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutPanelBaseComponent, deps: [{ token: i0.ElementRef }, { token: FormPanelService }, { token: LayoutService, self: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8358
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: LayoutPanelBaseComponent, selector: "bnrc-layout-panel-base", inputs: { parentDom: "parentDom", isPanel: "isPanel", config: "config" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8295
8359
|
}
|
|
8296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutPanelBaseComponent, decorators: [{
|
|
8297
8361
|
type: Component,
|
|
8298
8362
|
args: [{
|
|
8299
8363
|
selector: 'bnrc-layout-panel-base',
|
|
8300
8364
|
template: '',
|
|
8301
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
8365
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8366
|
+
standalone: false
|
|
8302
8367
|
}]
|
|
8303
8368
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: FormPanelService }, { type: LayoutService, decorators: [{
|
|
8304
8369
|
type: Self
|
|
@@ -8370,15 +8435,16 @@ class ContainerComponent extends BaseComponent {
|
|
|
8370
8435
|
this._cdr.detectChanges();
|
|
8371
8436
|
}
|
|
8372
8437
|
}
|
|
8373
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8374
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8438
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContainerComponent, deps: [{ token: i0.ElementRef }, { token: i1.ActivatedRoute }, { token: PortalService }, { token: i0.ViewContainerRef }, { token: BarsaDialogService }, { token: i0.Injector }, { token: i1.Router }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: DIALOG_SERVICE, optional: true }, { token: ContainerService, optional: true, self: true }, { token: FORM_DIALOG_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8439
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ContainerComponent, selector: "bnrc-container", viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8375
8440
|
}
|
|
8376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContainerComponent, decorators: [{
|
|
8377
8442
|
type: Component,
|
|
8378
8443
|
args: [{
|
|
8379
8444
|
selector: 'bnrc-container',
|
|
8380
8445
|
template: '',
|
|
8381
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
8446
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8447
|
+
standalone: false
|
|
8382
8448
|
}]
|
|
8383
8449
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ActivatedRoute }, { type: PortalService }, { type: i0.ViewContainerRef }, { type: BarsaDialogService }, { type: i0.Injector }, { type: i1.Router }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: undefined, decorators: [{
|
|
8384
8450
|
type: Optional
|
|
@@ -8478,15 +8544,16 @@ class PageBaseComponent extends ContainerComponent {
|
|
|
8478
8544
|
getModules(pageData) {
|
|
8479
8545
|
return BarsaApi.Common.Util.TryGetValue(pageData, 'ModuleList.MoDataList', []);
|
|
8480
8546
|
}
|
|
8481
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8482
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8547
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PageBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
8548
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PageBaseComponent, selector: "bnrc-page-base", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8483
8549
|
}
|
|
8484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PageBaseComponent, decorators: [{
|
|
8485
8551
|
type: Component,
|
|
8486
8552
|
args: [{
|
|
8487
8553
|
selector: 'bnrc-page-base',
|
|
8488
8554
|
template: '',
|
|
8489
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
8555
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8556
|
+
standalone: false
|
|
8490
8557
|
}]
|
|
8491
8558
|
}] });
|
|
8492
8559
|
|
|
@@ -8674,15 +8741,16 @@ class NumberBaseComponent extends FieldBaseComponent {
|
|
|
8674
8741
|
const formated = this._getFormated(value);
|
|
8675
8742
|
e.target.value = formated;
|
|
8676
8743
|
}
|
|
8677
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8678
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8744
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NumberBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
8745
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NumberBaseComponent, selector: "bnrc-number-base", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8679
8746
|
}
|
|
8680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NumberBaseComponent, decorators: [{
|
|
8681
8748
|
type: Component,
|
|
8682
8749
|
args: [{
|
|
8683
8750
|
selector: 'bnrc-number-base',
|
|
8684
8751
|
template: '',
|
|
8685
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
8752
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8753
|
+
standalone: false
|
|
8686
8754
|
}]
|
|
8687
8755
|
}] });
|
|
8688
8756
|
|
|
@@ -9167,15 +9235,16 @@ class ReportViewBaseComponent extends BaseComponent {
|
|
|
9167
9235
|
}
|
|
9168
9236
|
this.rowIndicator = Number(columns[0].MetaFieldTypeId) === 41;
|
|
9169
9237
|
}
|
|
9170
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9171
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9238
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReportViewBaseComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: FindColumnByDbNamePipe }, { token: UlvMainService }, { token: PortalService }, { token: UploadService, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9239
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ReportViewBaseComponent, selector: "bnrc-report-view-base", inputs: { contextView: "contextView", viewSetting: "viewSetting", allColumns: "allColumns", isCheckList: "isCheckList", simpleInlineEdit: "simpleInlineEdit", hideToolbar: "hideToolbar", hideTitle: "hideTitle", toolbarButtons: "toolbarButtons", allChecked: "allChecked", moDataList: "moDataList", UlvMainCtrlr: "UlvMainCtrlr", access: "access", 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", 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", contentDensity: "contentDensity", rtl: "rtl", showOkCancelButtons: "showOkCancelButtons", title: "title", hasInlineDeleteButton: "hasInlineDeleteButton", hasInlineEditButton: "hasInlineEditButton", contextSetting: "contextSetting", gridFreeColumnSizing: "gridFreeColumnSizing", navigationArrow: "navigationArrow", cartableTemplates: "cartableTemplates", cartableChildsMo: "cartableChildsMo", pagingSetting: "pagingSetting", 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", rowCheck: "rowCheck", rowClick: "rowClick", cartableFormClosed: "cartableFormClosed", createNewMo: "createNewMo", updateMo: "updateMo", expandClick: "expandClick", trackBySelectedFn: "trackBySelectedFn", allCheckbox: "allCheckbox", mandatory: "mandatory", columnResized: "columnResized", hasDetailsInRow: "hasDetailsInRow" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9172
9240
|
}
|
|
9173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReportViewBaseComponent, decorators: [{
|
|
9174
9242
|
type: Component,
|
|
9175
9243
|
args: [{
|
|
9176
9244
|
selector: 'bnrc-report-view-base',
|
|
9177
9245
|
template: '',
|
|
9178
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
9246
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9247
|
+
standalone: false
|
|
9179
9248
|
}]
|
|
9180
9249
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: FindColumnByDbNamePipe }, { type: UlvMainService }, { type: PortalService }, { type: UploadService, decorators: [{
|
|
9181
9250
|
type: Optional
|
|
@@ -9384,15 +9453,16 @@ class FormPropsBaseComponent extends BaseComponent {
|
|
|
9384
9453
|
onEvents(title, data) {
|
|
9385
9454
|
this.events.emit({ title, data });
|
|
9386
9455
|
}
|
|
9387
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9388
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9456
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormPropsBaseComponent, deps: [{ token: ControlUiPipe }, { token: FormPanelService }, { token: i4.DomSanitizer }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9457
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormPropsBaseComponent, selector: "bnrc-form-props-base", inputs: { breadCrumbs: "breadCrumbs", toolbarVisible: "toolbarVisible", toolbarItems: "toolbarItems", layoutActions: "layoutActions", layout94: "layout94", settings: "settings", workflowPanelUi: "workflowPanelUi", title: "title", subtitle: "subtitle", description: "description", facetList: "facetList", removeHeaderBorder: "removeHeaderBorder", removeContentPadding: "removeContentPadding", isMobile: "isMobile", 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 }); }
|
|
9389
9458
|
}
|
|
9390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormPropsBaseComponent, decorators: [{
|
|
9391
9460
|
type: Component,
|
|
9392
9461
|
args: [{
|
|
9393
9462
|
selector: 'bnrc-form-props-base',
|
|
9394
9463
|
template: '',
|
|
9395
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
9464
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9465
|
+
standalone: false
|
|
9396
9466
|
}]
|
|
9397
9467
|
}], ctorParameters: () => [{ type: ControlUiPipe }, { type: FormPanelService }, { type: i4.DomSanitizer }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.ComponentFactoryResolver }], propDecorators: { breadCrumbs: [{
|
|
9398
9468
|
type: Input
|
|
@@ -9607,13 +9677,14 @@ class PageWithFormHandlerBaseComponent extends PageBaseComponent {
|
|
|
9607
9677
|
this._portalService.ShowFormPanelControl(this.formpanelCtrlr, this._router, this._activatedRoute, this._formDialogComponent, this.isFirstPage, this._vcr, true);
|
|
9608
9678
|
};
|
|
9609
9679
|
}
|
|
9610
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9611
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9680
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PageWithFormHandlerBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
9681
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PageWithFormHandlerBaseComponent, selector: "ng-component", inputs: { ShowFormPanelControl: "ShowFormPanelControl", ForceCloseChild: "ForceCloseChild", RefreshFormPanelControl: "RefreshFormPanelControl" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
9612
9682
|
}
|
|
9613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9683
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PageWithFormHandlerBaseComponent, decorators: [{
|
|
9614
9684
|
type: Component,
|
|
9615
9685
|
args: [{
|
|
9616
|
-
template: ''
|
|
9686
|
+
template: '',
|
|
9687
|
+
standalone: false
|
|
9617
9688
|
}]
|
|
9618
9689
|
}], propDecorators: { ShowFormPanelControl: [{
|
|
9619
9690
|
type: Input
|
|
@@ -9725,15 +9796,16 @@ class FormPageBaseComponent extends ContainerComponent {
|
|
|
9725
9796
|
this.params = Object.assign({}, { moId, typeDefId, reportId, viewId });
|
|
9726
9797
|
this._cdr.detectChanges();
|
|
9727
9798
|
}
|
|
9728
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9729
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9799
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormPageBaseComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
9800
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormPageBaseComponent, selector: "bnrc-form-page-base", inputs: { formPanelCtrlr: "formPanelCtrlr", ShowFormPanelControl: "ShowFormPanelControl", RefreshFormPanelControl: "RefreshFormPanelControl", ForceCloseChild: "ForceCloseChild", ForceClose: "ForceClose" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9730
9801
|
}
|
|
9731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormPageBaseComponent, decorators: [{
|
|
9732
9803
|
type: Component,
|
|
9733
9804
|
args: [{
|
|
9734
9805
|
selector: 'bnrc-form-page-base',
|
|
9735
9806
|
template: '',
|
|
9736
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
9807
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9808
|
+
standalone: false
|
|
9737
9809
|
}]
|
|
9738
9810
|
}], propDecorators: { formPanelCtrlr: [{
|
|
9739
9811
|
type: Input
|
|
@@ -9910,12 +9982,12 @@ class FormComponent extends BaseComponent {
|
|
|
9910
9982
|
this.uiComponent.emit(component.instance);
|
|
9911
9983
|
});
|
|
9912
9984
|
}
|
|
9913
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9914
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9985
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormComponent, deps: [{ token: PortalService }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9986
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormComponent, 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%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9915
9987
|
}
|
|
9916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormComponent, decorators: [{
|
|
9917
9989
|
type: Component,
|
|
9918
|
-
args: [{ selector: 'bnrc-form', template: '<ng-container #placeholder> </ng-container>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;width:100%}\n"] }]
|
|
9990
|
+
args: [{ selector: 'bnrc-form', template: '<ng-container #placeholder> </ng-container>', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:block;width:100%}\n"] }]
|
|
9919
9991
|
}], ctorParameters: () => [{ type: PortalService }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }], propDecorators: { params: [{
|
|
9920
9992
|
type: Input
|
|
9921
9993
|
}], customFormPanelUi: [{
|
|
@@ -9995,10 +10067,10 @@ class BaseDirective {
|
|
|
9995
10067
|
console.log('ngOnDestroy');
|
|
9996
10068
|
console.log(this);
|
|
9997
10069
|
}
|
|
9998
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9999
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
10070
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10071
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: BaseDirective, usesOnChanges: true, ngImport: i0 }); }
|
|
10000
10072
|
}
|
|
10001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseDirective, decorators: [{
|
|
10002
10074
|
type: Directive
|
|
10003
10075
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
10004
10076
|
|
|
@@ -10019,13 +10091,14 @@ class FormCloseDirective extends BaseDirective {
|
|
|
10019
10091
|
titleContainerDom?.insertAdjacentElement('afterbegin', closeButton);
|
|
10020
10092
|
}
|
|
10021
10093
|
}
|
|
10022
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10023
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
10094
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormCloseDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10095
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: FormCloseDirective, selector: "[formClose]", inputs: { isMobile: "isMobile" }, usesInheritance: true, ngImport: i0 }); }
|
|
10024
10096
|
}
|
|
10025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormCloseDirective, decorators: [{
|
|
10026
10098
|
type: Directive,
|
|
10027
10099
|
args: [{
|
|
10028
|
-
selector: '[formClose]'
|
|
10100
|
+
selector: '[formClose]',
|
|
10101
|
+
standalone: false
|
|
10029
10102
|
}]
|
|
10030
10103
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { isMobile: [{
|
|
10031
10104
|
type: Input
|
|
@@ -10041,8 +10114,8 @@ class FormPageComponent extends FormPageBaseComponent {
|
|
|
10041
10114
|
this.containerRef = this.formRef.vcr; // it must be first because we change containerRef
|
|
10042
10115
|
super.ngOnInit();
|
|
10043
10116
|
}
|
|
10044
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10045
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10117
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10118
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormPageComponent, selector: "bnrc-form-page", inputs: { formPanelCtrlr: "formPanelCtrlr" }, host: { properties: { "class.section": "this.sectionClass", "class.absolute-page": "this.absolutePageClass" } }, providers: [FormService, ContainerService], viewQueries: [{ propertyName: "formRef", first: true, predicate: FormComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
10046
10119
|
<bnrc-form
|
|
10047
10120
|
[formPanelCtrl]="formPanelCtrlr"
|
|
10048
10121
|
[formPanelCtrlId]="formpanelCtrlrId"
|
|
@@ -10052,7 +10125,7 @@ class FormPageComponent extends FormPageBaseComponent {
|
|
|
10052
10125
|
<router-outlet></router-outlet>
|
|
10053
10126
|
`, isInline: true, styles: [":host{display:block;background:var(--sapBackgroundColor)}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name"], 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 }); }
|
|
10054
10127
|
}
|
|
10055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormPageComponent, decorators: [{
|
|
10056
10129
|
type: Component,
|
|
10057
10130
|
args: [{ selector: 'bnrc-form-page', template: `
|
|
10058
10131
|
<bnrc-form
|
|
@@ -10062,7 +10135,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
10062
10135
|
(formClose)="onFormClose()"
|
|
10063
10136
|
></bnrc-form>
|
|
10064
10137
|
<router-outlet></router-outlet>
|
|
10065
|
-
`, providers: [FormService, ContainerService], changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;background:var(--sapBackgroundColor)}\n"] }]
|
|
10138
|
+
`, providers: [FormService, ContainerService], changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:block;background:var(--sapBackgroundColor)}\n"] }]
|
|
10066
10139
|
}], propDecorators: { formRef: [{
|
|
10067
10140
|
type: ViewChild,
|
|
10068
10141
|
args: [FormComponent, { static: true }]
|
|
@@ -10091,15 +10164,16 @@ class BaseColumnPropsComponent extends BaseComponent {
|
|
|
10091
10164
|
_callChangeToEditMode() {
|
|
10092
10165
|
this.changeToEditMode.emit(this._el.nativeElement);
|
|
10093
10166
|
}
|
|
10094
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10095
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10167
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseColumnPropsComponent, deps: [{ token: ColumnService, optional: true, self: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10168
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BaseColumnPropsComponent, selector: "bnrc-base-column-props", inputs: { allColumns: "allColumns", column: "column", 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", 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 }); }
|
|
10096
10169
|
}
|
|
10097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseColumnPropsComponent, decorators: [{
|
|
10098
10171
|
type: Component,
|
|
10099
10172
|
args: [{
|
|
10100
10173
|
selector: 'bnrc-base-column-props',
|
|
10101
10174
|
template: ``,
|
|
10102
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
10175
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10176
|
+
standalone: false
|
|
10103
10177
|
}]
|
|
10104
10178
|
}], ctorParameters: () => [{ type: ColumnService, decorators: [{
|
|
10105
10179
|
type: Optional
|
|
@@ -10164,15 +10238,16 @@ class TilePropsComponent extends BaseComponent {
|
|
|
10164
10238
|
this.hideClick = new EventEmitter();
|
|
10165
10239
|
this.renameClick = new EventEmitter();
|
|
10166
10240
|
}
|
|
10167
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10168
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10241
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TilePropsComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10242
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: TilePropsComponent, selector: "bnrc-tile-base", inputs: { parameters: "parameters", data: "data", context: "context", edit: "edit", deviceSize: "deviceSize", setToStorage: "setToStorage", listMode: "listMode", navigateBackOnClick: "navigateBackOnClick", layoutInfo: "layoutInfo" }, outputs: { hideClick: "hideClick", renameClick: "renameClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10169
10243
|
}
|
|
10170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TilePropsComponent, decorators: [{
|
|
10171
10245
|
type: Component,
|
|
10172
10246
|
args: [{
|
|
10173
10247
|
selector: 'bnrc-tile-base',
|
|
10174
10248
|
template: '',
|
|
10175
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
10249
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10250
|
+
standalone: false
|
|
10176
10251
|
}]
|
|
10177
10252
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }], propDecorators: { parameters: [{
|
|
10178
10253
|
type: Input
|
|
@@ -10228,12 +10303,12 @@ class FormFieldReportPageComponent extends BaseComponent {
|
|
|
10228
10303
|
this._loadingSource.next(val);
|
|
10229
10304
|
this._cdr.detectChanges();
|
|
10230
10305
|
}
|
|
10231
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10232
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10306
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldReportPageComponent, deps: [{ token: i1.ActivatedRoute }, { token: PortalService }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10307
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormFieldReportPageComponent, 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"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10233
10308
|
}
|
|
10234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldReportPageComponent, decorators: [{
|
|
10235
10310
|
type: Component,
|
|
10236
|
-
args: [{ selector: 'bnrc-form-field-report-page.component', template: `<ng-container #containerRef></ng-container><router-outlet></router-outlet>`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;background:var(--sapBackgroundColor)}\n"] }]
|
|
10311
|
+
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"] }]
|
|
10237
10312
|
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: PortalService }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }], propDecorators: { containerRef: [{
|
|
10238
10313
|
type: ViewChild,
|
|
10239
10314
|
args: ['containerRef', { static: true, read: ViewContainerRef }]
|
|
@@ -10267,12 +10342,12 @@ class EmptyPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
10267
10342
|
this._position = 'relative';
|
|
10268
10343
|
}
|
|
10269
10344
|
}
|
|
10270
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10271
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10345
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EmptyPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10346
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: EmptyPageComponent, selector: "bnrc-empty-page", host: { properties: { "style.position": "this._position", "class.section": "this.sectionClass", "class.absolute-page": "this.absolutePageClass" } }, providers: [ContainerService], usesInheritance: true, ngImport: i0, template: "<ng-container #containerRef></ng-container>\n<router-outlet></router-outlet>\n<router-outlet name=\"dialog\"></router-outlet>\n", styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10272
10347
|
}
|
|
10273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EmptyPageComponent, decorators: [{
|
|
10274
10349
|
type: Component,
|
|
10275
|
-
args: [{ selector: 'bnrc-empty-page', providers: [ContainerService], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #containerRef></ng-container>\n<router-outlet></router-outlet>\n<router-outlet name=\"dialog\"></router-outlet>\n", styles: [":host{display:block}\n"] }]
|
|
10350
|
+
args: [{ selector: 'bnrc-empty-page', providers: [ContainerService], changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<ng-container #containerRef></ng-container>\n<router-outlet></router-outlet>\n<router-outlet name=\"dialog\"></router-outlet>\n", styles: [":host{display:block}\n"] }]
|
|
10276
10351
|
}], propDecorators: { _position: [{
|
|
10277
10352
|
type: HostBinding,
|
|
10278
10353
|
args: ['style.position']
|
|
@@ -10285,12 +10360,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
10285
10360
|
}] } });
|
|
10286
10361
|
|
|
10287
10362
|
class RedirectReportNavigatorCommandComponent extends BaseComponent {
|
|
10288
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10289
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10363
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RedirectReportNavigatorCommandComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10364
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: RedirectReportNavigatorCommandComponent, selector: "bnrc-redirect-report-navigator-command", usesInheritance: true, ngImport: i0, template: "", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10290
10365
|
}
|
|
10291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RedirectReportNavigatorCommandComponent, decorators: [{
|
|
10292
10367
|
type: Component,
|
|
10293
|
-
args: [{ selector: 'bnrc-redirect-report-navigator-command', changeDetection: ChangeDetectionStrategy.OnPush, template: "" }]
|
|
10368
|
+
args: [{ selector: 'bnrc-redirect-report-navigator-command', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "" }]
|
|
10294
10369
|
}] });
|
|
10295
10370
|
|
|
10296
10371
|
class PortalPageComponent extends PageWithFormHandlerBaseComponent {
|
|
@@ -10298,16 +10373,17 @@ class PortalPageComponent extends PageWithFormHandlerBaseComponent {
|
|
|
10298
10373
|
super(...arguments);
|
|
10299
10374
|
this._routingService = inject(RoutingService);
|
|
10300
10375
|
}
|
|
10301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10302
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10376
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalPageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10377
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PortalPageComponent, selector: "bnrc-portal-page", providers: [RoutingService], usesInheritance: true, ngImport: i0, template: `<ng-container #containerRef></ng-container> <router-outlet></router-outlet>`, isInline: true, dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10303
10378
|
}
|
|
10304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalPageComponent, decorators: [{
|
|
10305
10380
|
type: Component,
|
|
10306
10381
|
args: [{
|
|
10307
10382
|
selector: 'bnrc-portal-page',
|
|
10308
10383
|
template: `<ng-container #containerRef></ng-container> <router-outlet></router-outlet>`,
|
|
10309
10384
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10310
|
-
providers: [RoutingService]
|
|
10385
|
+
providers: [RoutingService],
|
|
10386
|
+
standalone: false
|
|
10311
10387
|
}]
|
|
10312
10388
|
}] });
|
|
10313
10389
|
|
|
@@ -10368,14 +10444,15 @@ class FillEmptySpaceDirective extends BaseDirective {
|
|
|
10368
10444
|
this._renderer2.setStyle(dom, this.setMinHeight ? 'min-height' : 'height', `calc(${this._height} - ${this.topBound}${this.decrement})`);
|
|
10369
10445
|
}
|
|
10370
10446
|
}
|
|
10371
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10372
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
10447
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FillEmptySpaceDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
10448
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: FillEmptySpaceDirective, selector: "[fillEmptySpace]", inputs: { containerDom: "containerDom", decrement: "decrement", disable: "disable", height: "height", dontUseTopBound: "dontUseTopBound", setMinHeight: "setMinHeight" }, exportAs: ["fillEmptySpace"], usesInheritance: true, ngImport: i0 }); }
|
|
10373
10449
|
}
|
|
10374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FillEmptySpaceDirective, decorators: [{
|
|
10375
10451
|
type: Directive,
|
|
10376
10452
|
args: [{
|
|
10377
10453
|
selector: '[fillEmptySpace]',
|
|
10378
|
-
exportAs: 'fillEmptySpace'
|
|
10454
|
+
exportAs: 'fillEmptySpace',
|
|
10455
|
+
standalone: false
|
|
10379
10456
|
}]
|
|
10380
10457
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { containerDom: [{
|
|
10381
10458
|
type: Input
|
|
@@ -10400,14 +10477,14 @@ class PortalPageSidebarComponent extends PageBaseComponent {
|
|
|
10400
10477
|
super.ngOnInit();
|
|
10401
10478
|
this._routingService.isSidebar = true;
|
|
10402
10479
|
}
|
|
10403
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10404
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10480
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalPageSidebarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10481
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PortalPageSidebarComponent, selector: "bnrc-portal-page-sidebar", providers: [RoutingService], usesInheritance: true, ngImport: i0, template: `<div class="page-sidebar-wrapper">
|
|
10405
10482
|
<div class="sidebar" fillEmptySpace><ng-container #containerRef></ng-container></div>
|
|
10406
10483
|
<div class="mainside"><router-outlet name="mainside"></router-outlet></div>
|
|
10407
10484
|
</div>
|
|
10408
10485
|
<router-outlet></router-outlet>`, isInline: true, dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: FillEmptySpaceDirective, selector: "[fillEmptySpace]", inputs: ["containerDom", "decrement", "disable", "height", "dontUseTopBound", "setMinHeight"], exportAs: ["fillEmptySpace"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10409
10486
|
}
|
|
10410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalPageSidebarComponent, decorators: [{
|
|
10411
10488
|
type: Component,
|
|
10412
10489
|
args: [{
|
|
10413
10490
|
selector: 'bnrc-portal-page-sidebar',
|
|
@@ -10417,7 +10494,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
10417
10494
|
</div>
|
|
10418
10495
|
<router-outlet></router-outlet>`,
|
|
10419
10496
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10420
|
-
providers: [RoutingService]
|
|
10497
|
+
providers: [RoutingService],
|
|
10498
|
+
standalone: false
|
|
10421
10499
|
}]
|
|
10422
10500
|
}] });
|
|
10423
10501
|
|
|
@@ -10491,15 +10569,16 @@ class BaseDynamicComponent extends BaseComponent {
|
|
|
10491
10569
|
this._component.destroy();
|
|
10492
10570
|
}
|
|
10493
10571
|
}
|
|
10494
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10495
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10572
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseDynamicComponent, deps: [{ token: i0.ViewContainerRef }, { token: PortalService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10573
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BaseDynamicComponent, selector: "bnrc-dynamic-component", inputs: { component: "component", 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 }); }
|
|
10496
10574
|
}
|
|
10497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseDynamicComponent, decorators: [{
|
|
10498
10576
|
type: Component,
|
|
10499
10577
|
args: [{
|
|
10500
10578
|
selector: 'bnrc-dynamic-component',
|
|
10501
10579
|
template: `<ng-container #componentContainer></ng-container>`,
|
|
10502
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
10580
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10581
|
+
standalone: false
|
|
10503
10582
|
}]
|
|
10504
10583
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: PortalService }, { type: i0.Injector }], propDecorators: { _container: [{
|
|
10505
10584
|
type: ViewChild,
|
|
@@ -10513,15 +10592,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
10513
10592
|
}] } });
|
|
10514
10593
|
|
|
10515
10594
|
class DynamicFormComponent extends BaseDynamicComponent {
|
|
10516
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10517
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10595
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicFormComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10596
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: DynamicFormComponent, selector: "bnrc-dynamic-form-component", inputs: { breadCrumbs: "breadCrumbs", toolbarVisible: "toolbarVisible", toolbarItems: "toolbarItems", layoutActions: "layoutActions", workflowButtons: "workflowButtons", layout94: "layout94", footerDesign: "footerDesign", settings: "settings", workflowPanelUi: "workflowPanelUi", title: "title", subtitle: "subtitle", description: "description", facetList: "facetList", removeHeaderBorder: "removeHeaderBorder", removeContentPadding: "removeContentPadding", isMobile: "isMobile", 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 }); }
|
|
10518
10597
|
}
|
|
10519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicFormComponent, decorators: [{
|
|
10520
10599
|
type: Component,
|
|
10521
10600
|
args: [{
|
|
10522
10601
|
selector: 'bnrc-dynamic-form-component',
|
|
10523
10602
|
template: `<ng-container #componentContainer></ng-container>`,
|
|
10524
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
10603
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10604
|
+
standalone: false
|
|
10525
10605
|
}]
|
|
10526
10606
|
}], propDecorators: { breadCrumbs: [{
|
|
10527
10607
|
type: Input
|
|
@@ -10576,12 +10656,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
10576
10656
|
}] } });
|
|
10577
10657
|
|
|
10578
10658
|
class DynamicItemComponent extends BaseDynamicComponent {
|
|
10579
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10580
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10659
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10660
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: DynamicItemComponent, selector: "bnrc-dynamic-item-component", inputs: { mo: "mo", allColumns: "allColumns", moDataList: "moDataList", columns: "columns", column: "column", index: "index", last: "last", 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", 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 }); }
|
|
10581
10661
|
}
|
|
10582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicItemComponent, decorators: [{
|
|
10583
10663
|
type: Component,
|
|
10584
|
-
args: [{ selector: 'bnrc-dynamic-item-component', template: `<ng-container #componentContainer></ng-container>`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:contents}\n"] }]
|
|
10664
|
+
args: [{ selector: 'bnrc-dynamic-item-component', template: `<ng-container #componentContainer></ng-container>`, changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:contents}\n"] }]
|
|
10585
10665
|
}], propDecorators: { mo: [{
|
|
10586
10666
|
type: Input
|
|
10587
10667
|
}], allColumns: [{
|
|
@@ -10671,15 +10751,16 @@ class BaseViewPropsComponent extends BaseComponent {
|
|
|
10671
10751
|
_trackByRow(index, row) {
|
|
10672
10752
|
return `${row.$Group ? row.$Group : row.Id}${index}`;
|
|
10673
10753
|
}
|
|
10674
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10675
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10754
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseViewPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10755
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BaseViewPropsComponent, 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" }, 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 }); }
|
|
10676
10756
|
}
|
|
10677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseViewPropsComponent, decorators: [{
|
|
10678
10758
|
type: Component,
|
|
10679
10759
|
args: [{
|
|
10680
10760
|
selector: 'bnrc-base-view-props',
|
|
10681
10761
|
template: ``,
|
|
10682
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
10762
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10763
|
+
standalone: false
|
|
10683
10764
|
}]
|
|
10684
10765
|
}], propDecorators: { detailsComponent: [{
|
|
10685
10766
|
type: Input
|
|
@@ -10808,15 +10889,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
10808
10889
|
}] } });
|
|
10809
10890
|
|
|
10810
10891
|
class BaseViewContentPropsComponent extends BaseViewPropsComponent {
|
|
10811
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10812
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10892
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseViewContentPropsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10893
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BaseViewContentPropsComponent, selector: "bnrc-base-view-content-props", inputs: { moDataList: "moDataList", setting: "setting" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10813
10894
|
}
|
|
10814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseViewContentPropsComponent, decorators: [{
|
|
10815
10896
|
type: Component,
|
|
10816
10897
|
args: [{
|
|
10817
10898
|
selector: 'bnrc-base-view-content-props',
|
|
10818
10899
|
template: ``,
|
|
10819
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
10900
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
10901
|
+
standalone: false
|
|
10820
10902
|
}]
|
|
10821
10903
|
}], propDecorators: { moDataList: [{
|
|
10822
10904
|
type: Input
|
|
@@ -11243,15 +11325,16 @@ class BaseViewItemPropsComponent extends BaseViewPropsComponent {
|
|
|
11243
11325
|
});
|
|
11244
11326
|
});
|
|
11245
11327
|
}
|
|
11246
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11247
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11328
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseViewItemPropsComponent, deps: [{ token: i0.ElementRef }, { token: i4.DomSanitizer }, { token: i0.ChangeDetectorRef }, { token: MoReportValuePipe }, { token: FormPanelService, optional: true, skipSelf: true }, { token: FormPanelService, optional: true, self: true }, { token: UlvMainService, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11329
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BaseViewItemPropsComponent, selector: "bnrc-base-view-item-props", inputs: { checkboxComponent: "checkboxComponent", disableEllapsis: "disableEllapsis", detailsComponent: "detailsComponent", detailsColumns: "detailsColumns", detailsText: "detailsText", mo: "mo", moDataListCount: "moDataListCount", index: "index", last: "last", isdirty: "isdirty", isChecked: "isChecked", hideDetailsText: "hideDetailsText", showViewButton: "showViewButton", isNewInlineMo: "isNewInlineMo", extraRelation: "extraRelation", hideOpenIcon: "hideOpenIcon", inDialog: "inDialog", isMobile: "isMobile", isMultiSelect: "isMultiSelect", rowIndicator: "rowIndicator", groupSummary: "groupSummary", isLastChildGroup: "isLastChildGroup", showRowNumber: "showRowNumber", rowNumber: "rowNumber", coloringRow: "coloringRow", noSaveInlineEditInServer: "noSaveInlineEditInServer", rowIndicatorColor: "rowIndicatorColor", 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 }); }
|
|
11248
11330
|
}
|
|
11249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseViewItemPropsComponent, decorators: [{
|
|
11250
11332
|
type: Component,
|
|
11251
11333
|
args: [{
|
|
11252
11334
|
selector: 'bnrc-base-view-item-props',
|
|
11253
11335
|
template: ``,
|
|
11254
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
11336
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11337
|
+
standalone: false
|
|
11255
11338
|
}]
|
|
11256
11339
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i4.DomSanitizer }, { type: i0.ChangeDetectorRef }, { type: MoReportValuePipe }, { type: FormPanelService, decorators: [{
|
|
11257
11340
|
type: Optional
|
|
@@ -11350,15 +11433,16 @@ class BaseItemContentPropsComponent extends BaseComponent {
|
|
|
11350
11433
|
this._renderer2 = _renderer2;
|
|
11351
11434
|
this.events = new EventEmitter();
|
|
11352
11435
|
}
|
|
11353
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11354
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11436
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseItemContentPropsComponent, deps: [{ token: MoReportValuePipe }, { token: FindColumnByDbNamePipe }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11437
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BaseItemContentPropsComponent, 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", layout94$: "layout94$", inlineEditMode: "inlineEditMode", allowInlineEdit: "allowInlineEdit", isNewInlineMo: "isNewInlineMo", formSetting: "formSetting", typeDefId: "typeDefId", UlvMainCtrlr: "UlvMainCtrlr" }, outputs: { events: "events" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11355
11438
|
}
|
|
11356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseItemContentPropsComponent, decorators: [{
|
|
11357
11440
|
type: Component,
|
|
11358
11441
|
args: [{
|
|
11359
11442
|
selector: 'bnrc-base-item-content-props',
|
|
11360
11443
|
template: ``,
|
|
11361
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
11444
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11445
|
+
standalone: false
|
|
11362
11446
|
}]
|
|
11363
11447
|
}], ctorParameters: () => [{ type: MoReportValuePipe }, { type: FindColumnByDbNamePipe }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { events: [{
|
|
11364
11448
|
type: Output
|
|
@@ -11424,15 +11508,16 @@ class BaseFormToolbaritemPropsComponent extends BaseComponent {
|
|
|
11424
11508
|
this.ulvClick = new EventEmitter();
|
|
11425
11509
|
this.commandClick = new EventEmitter();
|
|
11426
11510
|
}
|
|
11427
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11428
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11511
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseFormToolbaritemPropsComponent, deps: [{ token: MoReportValuePipe }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11512
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BaseFormToolbaritemPropsComponent, 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 }); }
|
|
11429
11513
|
}
|
|
11430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseFormToolbaritemPropsComponent, decorators: [{
|
|
11431
11515
|
type: Component,
|
|
11432
11516
|
args: [{
|
|
11433
11517
|
selector: 'bnrc-form-toolbaritem-props',
|
|
11434
11518
|
template: ``,
|
|
11435
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
11519
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11520
|
+
standalone: false
|
|
11436
11521
|
}]
|
|
11437
11522
|
}], ctorParameters: () => [{ type: MoReportValuePipe }, { type: i0.ChangeDetectorRef }], propDecorators: { deviceName: [{
|
|
11438
11523
|
type: Input
|
|
@@ -11469,12 +11554,12 @@ class DynamicFormToolbaritemComponent extends BaseDynamicComponent {
|
|
|
11469
11554
|
super(...arguments);
|
|
11470
11555
|
this.btnClick = new EventEmitter();
|
|
11471
11556
|
}
|
|
11472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11473
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11557
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicFormToolbaritemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11558
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: DynamicFormToolbaritemComponent, 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 }); }
|
|
11474
11559
|
}
|
|
11475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicFormToolbaritemComponent, decorators: [{
|
|
11476
11561
|
type: Component,
|
|
11477
|
-
args: [{ selector: 'bnrc-dynamic-form-toolbaritem', template: `<ng-container #componentContainer></ng-container>`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;width:min-content}\n"] }]
|
|
11562
|
+
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"] }]
|
|
11478
11563
|
}], propDecorators: { btnClick: [{
|
|
11479
11564
|
type: Output
|
|
11480
11565
|
}], mo: [{
|
|
@@ -11526,15 +11611,16 @@ class DynamicLayoutComponent extends BaseDynamicComponent {
|
|
|
11526
11611
|
}
|
|
11527
11612
|
super.ngOnInit();
|
|
11528
11613
|
}
|
|
11529
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11530
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
11614
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicLayoutComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11615
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: DynamicLayoutComponent, 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, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11531
11616
|
}
|
|
11532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicLayoutComponent, decorators: [{
|
|
11533
11618
|
type: Component,
|
|
11534
11619
|
args: [{
|
|
11535
11620
|
selector: 'bnrc-dynamic-layout',
|
|
11536
11621
|
template: ``,
|
|
11537
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
11622
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11623
|
+
standalone: false
|
|
11538
11624
|
}]
|
|
11539
11625
|
}], propDecorators: { selector: [{
|
|
11540
11626
|
type: Input
|
|
@@ -11582,13 +11668,14 @@ class LoadExternalFilesDirective {
|
|
|
11582
11668
|
});
|
|
11583
11669
|
}
|
|
11584
11670
|
}
|
|
11585
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11586
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11671
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadExternalFilesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11672
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: LoadExternalFilesDirective, selector: "[loadExternalFiles]", ngImport: i0 }); }
|
|
11587
11673
|
}
|
|
11588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadExternalFilesDirective, decorators: [{
|
|
11589
11675
|
type: Directive,
|
|
11590
11676
|
args: [{
|
|
11591
|
-
selector: '[loadExternalFiles]'
|
|
11677
|
+
selector: '[loadExternalFiles]',
|
|
11678
|
+
standalone: false
|
|
11592
11679
|
}]
|
|
11593
11680
|
}] });
|
|
11594
11681
|
|
|
@@ -11664,8 +11751,8 @@ class RootPortalComponent extends PageBaseComponent {
|
|
|
11664
11751
|
this.imageUrl = `/IH.ashx?ty=ID&moId=&id=${BackgroundId}&si=1920&sih=1080`;
|
|
11665
11752
|
}
|
|
11666
11753
|
}
|
|
11667
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11668
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
11754
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RootPortalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
11755
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: RootPortalComponent, selector: "bnrc-root-portal", viewQueries: [{ propertyName: "sectionRef", first: true, predicate: ["sectionRef"], descendants: true }, { propertyName: "footerRefVcr", first: true, predicate: ["footerRef"], descendants: true, read: ViewContainerRef }], usesInheritance: true, ngImport: i0, template: `
|
|
11669
11756
|
@if(inLocalMode){
|
|
11670
11757
|
<div class="fd-toolbar" style="flex-wrap:wrap;padding:0.5rem;height:auto">
|
|
11671
11758
|
<button class="fd-button fd-button--attention is-compact" (click)="onRemoveOfflineData()">
|
|
@@ -11700,7 +11787,7 @@ class RootPortalComponent extends PageBaseComponent {
|
|
|
11700
11787
|
<ng-container #footerRef></ng-container>
|
|
11701
11788
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: LoadExternalFilesDirective, selector: "[loadExternalFiles]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11702
11789
|
}
|
|
11703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RootPortalComponent, decorators: [{
|
|
11704
11791
|
type: Component,
|
|
11705
11792
|
args: [{
|
|
11706
11793
|
selector: 'bnrc-root-portal',
|
|
@@ -11738,7 +11825,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
11738
11825
|
<!-- <footer #footerRef></footer> -->
|
|
11739
11826
|
<ng-container #footerRef></ng-container>
|
|
11740
11827
|
`,
|
|
11741
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
11828
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11829
|
+
standalone: false
|
|
11742
11830
|
}]
|
|
11743
11831
|
}], propDecorators: { sectionRef: [{
|
|
11744
11832
|
type: ViewChild,
|
|
@@ -11755,13 +11843,14 @@ class AnchorScrollDirective {
|
|
|
11755
11843
|
element.scrollIntoView();
|
|
11756
11844
|
}
|
|
11757
11845
|
}
|
|
11758
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11759
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11846
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AnchorScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11847
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: AnchorScrollDirective, selector: "[anchorScroll]", inputs: { anchorScroll: "anchorScroll" }, host: { listeners: { "click": "scrollInto()" } }, ngImport: i0 }); }
|
|
11760
11848
|
}
|
|
11761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AnchorScrollDirective, decorators: [{
|
|
11762
11850
|
type: Directive,
|
|
11763
11851
|
args: [{
|
|
11764
|
-
selector: '[anchorScroll]'
|
|
11852
|
+
selector: '[anchorScroll]',
|
|
11853
|
+
standalone: false
|
|
11765
11854
|
}]
|
|
11766
11855
|
}], propDecorators: { anchorScroll: [{
|
|
11767
11856
|
type: Input
|
|
@@ -11787,13 +11876,14 @@ class AttrRtlDirective extends BaseDirective {
|
|
|
11787
11876
|
_setRtlAttribute(rtl) {
|
|
11788
11877
|
this._renderer2.setAttribute(this._el.nativeElement, 'rtl', `${rtl}`);
|
|
11789
11878
|
}
|
|
11790
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11791
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11879
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AttrRtlDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PortalService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11880
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: AttrRtlDirective, selector: "[attrRtl]", inputs: { rtl: ["attrRtl", "rtl"] }, usesInheritance: true, ngImport: i0 }); }
|
|
11792
11881
|
}
|
|
11793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AttrRtlDirective, decorators: [{
|
|
11794
11883
|
type: Directive,
|
|
11795
11884
|
args: [{
|
|
11796
|
-
selector: '[attrRtl]'
|
|
11885
|
+
selector: '[attrRtl]',
|
|
11886
|
+
standalone: false
|
|
11797
11887
|
}]
|
|
11798
11888
|
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: PortalService }], propDecorators: { rtl: [{
|
|
11799
11889
|
type: Input,
|
|
@@ -11824,13 +11914,14 @@ class ColumnResizerDirective extends BaseDirective {
|
|
|
11824
11914
|
this.renderer.setStyle(cell, 'padding-left', 0);
|
|
11825
11915
|
this.renderer.setStyle(cell, 'position', 'relative');
|
|
11826
11916
|
}
|
|
11827
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11828
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11917
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnResizerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11918
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ColumnResizerDirective, selector: "[columnResizer]", inputs: { disableResizer: "disableResizer" }, usesInheritance: true, ngImport: i0 }); }
|
|
11829
11919
|
}
|
|
11830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ColumnResizerDirective, decorators: [{
|
|
11831
11921
|
type: Directive,
|
|
11832
11922
|
args: [{
|
|
11833
|
-
selector: '[columnResizer]'
|
|
11923
|
+
selector: '[columnResizer]',
|
|
11924
|
+
standalone: false
|
|
11834
11925
|
}]
|
|
11835
11926
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { disableResizer: [{
|
|
11836
11927
|
type: Input
|
|
@@ -11854,13 +11945,14 @@ class DynamicCommandDirective {
|
|
|
11854
11945
|
this.commandClick.emit();
|
|
11855
11946
|
return false;
|
|
11856
11947
|
}
|
|
11857
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11858
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
11948
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicCommandDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11949
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: DynamicCommandDirective, selector: "[dynCommand]", inputs: { dynCommand: "dynCommand", mo: "mo", enableCommand: "enableCommand" }, outputs: { commandClick: "commandClick" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
|
|
11859
11950
|
}
|
|
11860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicCommandDirective, decorators: [{
|
|
11861
11952
|
type: Directive,
|
|
11862
11953
|
args: [{
|
|
11863
|
-
selector: '[dynCommand]'
|
|
11954
|
+
selector: '[dynCommand]',
|
|
11955
|
+
standalone: false
|
|
11864
11956
|
}]
|
|
11865
11957
|
}], propDecorators: { dynCommand: [{
|
|
11866
11958
|
type: Input
|
|
@@ -11929,13 +12021,14 @@ class EllipsifyDirective extends BaseDirective {
|
|
|
11929
12021
|
});
|
|
11930
12022
|
});
|
|
11931
12023
|
}
|
|
11932
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11933
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12024
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EllipsifyDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12025
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: EllipsifyDirective, selector: "[ellipsify]", inputs: { limitLine: "limitLine" }, host: { listeners: { "mousemove": "moseMove($event)" } }, usesInheritance: true, ngImport: i0 }); }
|
|
11934
12026
|
}
|
|
11935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EllipsifyDirective, decorators: [{
|
|
11936
12028
|
type: Directive,
|
|
11937
12029
|
args: [{
|
|
11938
|
-
selector: '[ellipsify]'
|
|
12030
|
+
selector: '[ellipsify]',
|
|
12031
|
+
standalone: false
|
|
11939
12032
|
}]
|
|
11940
12033
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { limitLine: [{
|
|
11941
12034
|
type: Input
|
|
@@ -11945,13 +12038,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
11945
12038
|
}] } });
|
|
11946
12039
|
|
|
11947
12040
|
class FieldDirective {
|
|
11948
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11949
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12041
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FieldDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12042
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: FieldDirective, selector: "[field]", inputs: { field: "field", value: "value" }, ngImport: i0 }); }
|
|
11950
12043
|
}
|
|
11951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FieldDirective, decorators: [{
|
|
11952
12045
|
type: Directive,
|
|
11953
12046
|
args: [{
|
|
11954
|
-
selector: '[field]'
|
|
12047
|
+
selector: '[field]',
|
|
12048
|
+
standalone: false
|
|
11955
12049
|
}]
|
|
11956
12050
|
}], propDecorators: { field: [{
|
|
11957
12051
|
type: Input
|
|
@@ -12016,13 +12110,14 @@ class ImageLazyDirective extends BaseDirective {
|
|
|
12016
12110
|
rect.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
12017
12111
|
return isInViewport;
|
|
12018
12112
|
}
|
|
12019
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12020
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12113
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ImageLazyDirective, deps: [{ token: i0.ElementRef }, { token: PortalService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12114
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ImageLazyDirective, selector: "[imgLazy]", inputs: { auto: "auto", threshold: "threshold", imgLazy: "imgLazy" }, outputs: { imageLoaded: "imageLoaded" }, usesInheritance: true, ngImport: i0 }); }
|
|
12021
12115
|
}
|
|
12022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ImageLazyDirective, decorators: [{
|
|
12023
12117
|
type: Directive,
|
|
12024
12118
|
args: [{
|
|
12025
|
-
selector: '[imgLazy]'
|
|
12119
|
+
selector: '[imgLazy]',
|
|
12120
|
+
standalone: false
|
|
12026
12121
|
}]
|
|
12027
12122
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: PortalService }], propDecorators: { auto: [{
|
|
12028
12123
|
type: Input
|
|
@@ -12060,13 +12155,14 @@ class IntersectionObserverDirective {
|
|
|
12060
12155
|
ngOnDestroy() {
|
|
12061
12156
|
this.destroy$.next();
|
|
12062
12157
|
}
|
|
12063
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12064
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12158
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IntersectionObserverDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12159
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IntersectionObserverDirective, selector: "[intersectionObserver]", inputs: { intersectionDebounce: "intersectionDebounce", intersectionRootMargin: "intersectionRootMargin", intersectionRoot: "intersectionRoot", intersectionThreshold: "intersectionThreshold" }, outputs: { visibilityChange: "visibilityChange" }, ngImport: i0 }); }
|
|
12065
12160
|
}
|
|
12066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IntersectionObserverDirective, decorators: [{
|
|
12067
12162
|
type: Directive,
|
|
12068
12163
|
args: [{
|
|
12069
|
-
selector: '[intersectionObserver]'
|
|
12164
|
+
selector: '[intersectionObserver]',
|
|
12165
|
+
standalone: false
|
|
12070
12166
|
}]
|
|
12071
12167
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { intersectionDebounce: [{
|
|
12072
12168
|
type: Input
|
|
@@ -12116,13 +12212,14 @@ class ItemsRendererDirective extends BaseDirective {
|
|
|
12116
12212
|
this._el.nativeElement.appendChild(fragmentDoc);
|
|
12117
12213
|
this._fragmentDoc = fragmentDoc;
|
|
12118
12214
|
}
|
|
12119
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12120
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ItemsRendererDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12216
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ItemsRendererDirective, selector: "[itemsRenderer]", inputs: { itemsRenderer: "itemsRenderer", moDataList: "moDataList", itemClass: "itemClass", handleClick: "handleClick" }, outputs: { itemClick: "itemClick" }, usesInheritance: true, ngImport: i0 }); }
|
|
12121
12217
|
}
|
|
12122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ItemsRendererDirective, decorators: [{
|
|
12123
12219
|
type: Directive,
|
|
12124
12220
|
args: [{
|
|
12125
|
-
selector: '[itemsRenderer]'
|
|
12221
|
+
selector: '[itemsRenderer]',
|
|
12222
|
+
standalone: false
|
|
12126
12223
|
}]
|
|
12127
12224
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { itemsRenderer: [{
|
|
12128
12225
|
type: Input
|
|
@@ -12147,13 +12244,14 @@ class NumbersOnlyInputDirective {
|
|
|
12147
12244
|
event.stopPropagation();
|
|
12148
12245
|
}
|
|
12149
12246
|
}
|
|
12150
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12151
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12247
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NumbersOnlyInputDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12248
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NumbersOnlyInputDirective, selector: "input[type=number], input[numbersOnly]", host: { listeners: { "input": "onInputChange($event)" } }, ngImport: i0 }); }
|
|
12152
12249
|
}
|
|
12153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NumbersOnlyInputDirective, decorators: [{
|
|
12154
12251
|
type: Directive,
|
|
12155
12252
|
args: [{
|
|
12156
|
-
selector: 'input[type=number], input[numbersOnly]'
|
|
12253
|
+
selector: 'input[type=number], input[numbersOnly]',
|
|
12254
|
+
standalone: false
|
|
12157
12255
|
}]
|
|
12158
12256
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { onInputChange: [{
|
|
12159
12257
|
type: HostListener,
|
|
@@ -12161,13 +12259,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
12161
12259
|
}] } });
|
|
12162
12260
|
|
|
12163
12261
|
class PlaceHolderDirective {
|
|
12164
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12165
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12262
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PlaceHolderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12263
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: PlaceHolderDirective, selector: "[placeHolder]", inputs: { placeHolder: "placeHolder" }, ngImport: i0 }); }
|
|
12166
12264
|
}
|
|
12167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PlaceHolderDirective, decorators: [{
|
|
12168
12266
|
type: Directive,
|
|
12169
12267
|
args: [{
|
|
12170
|
-
selector: '[placeHolder]'
|
|
12268
|
+
selector: '[placeHolder]',
|
|
12269
|
+
standalone: false
|
|
12171
12270
|
}]
|
|
12172
12271
|
}], propDecorators: { placeHolder: [{
|
|
12173
12272
|
type: Input
|
|
@@ -12222,13 +12321,14 @@ class RenderUlvViewerDirective extends BaseDirective {
|
|
|
12222
12321
|
.subscribe();
|
|
12223
12322
|
}
|
|
12224
12323
|
}
|
|
12225
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12226
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RenderUlvViewerDirective, deps: [{ token: i0.Injector }, { token: PortalService }, { token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12325
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: RenderUlvViewerDirective, selector: "[renderUlvViewer]", inputs: { mask: "mask", isReportPage: "isReportPage", layoutInfo: "layoutInfo", viewer: ["renderUlvViewer", "viewer"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
12227
12326
|
}
|
|
12228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RenderUlvViewerDirective, decorators: [{
|
|
12229
12328
|
type: Directive,
|
|
12230
12329
|
args: [{
|
|
12231
|
-
selector: '[renderUlvViewer]'
|
|
12330
|
+
selector: '[renderUlvViewer]',
|
|
12331
|
+
standalone: false
|
|
12232
12332
|
}]
|
|
12233
12333
|
}], ctorParameters: () => [{ type: i0.Injector }, { type: PortalService }, { type: i0.ViewContainerRef }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }], propDecorators: { mask: [{
|
|
12234
12334
|
type: Input
|
|
@@ -12295,13 +12395,14 @@ class RenderUlvPaginDirective extends BaseDirective {
|
|
|
12295
12395
|
.subscribe();
|
|
12296
12396
|
}
|
|
12297
12397
|
}
|
|
12298
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12299
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RenderUlvPaginDirective, deps: [{ token: i0.Injector }, { token: PortalService }, { token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12399
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: RenderUlvPaginDirective, selector: "[renderUlvPaging]", inputs: { mask: "mask", pagingSetting: "pagingSetting", context: ["renderUlvPaging", "context"] }, outputs: { pageChange: "pageChange" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
12300
12400
|
}
|
|
12301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RenderUlvPaginDirective, decorators: [{
|
|
12302
12402
|
type: Directive,
|
|
12303
12403
|
args: [{
|
|
12304
|
-
selector: '[renderUlvPaging]'
|
|
12404
|
+
selector: '[renderUlvPaging]',
|
|
12405
|
+
standalone: false
|
|
12305
12406
|
}]
|
|
12306
12407
|
}], ctorParameters: () => [{ type: i0.Injector }, { type: PortalService }, { type: i0.ViewContainerRef }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }], propDecorators: { pageChange: [{
|
|
12307
12408
|
type: Output
|
|
@@ -12514,13 +12615,14 @@ class TableResizerDirective extends BaseDirective {
|
|
|
12514
12615
|
this._currentResizer = null;
|
|
12515
12616
|
this.renderer.setStyle(this._el.nativeElement, 'cursor', 'default');
|
|
12516
12617
|
}
|
|
12517
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12518
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12618
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TableResizerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12619
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: TableResizerDirective, 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 }); }
|
|
12519
12620
|
}
|
|
12520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TableResizerDirective, decorators: [{
|
|
12521
12622
|
type: Directive,
|
|
12522
12623
|
args: [{
|
|
12523
|
-
selector: '[tableResizer]'
|
|
12624
|
+
selector: '[tableResizer]',
|
|
12625
|
+
standalone: false
|
|
12524
12626
|
}]
|
|
12525
12627
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { fitWidth: [{
|
|
12526
12628
|
type: Input
|
|
@@ -12563,13 +12665,14 @@ class UlvCommandDirective extends BaseDirective {
|
|
|
12563
12665
|
});
|
|
12564
12666
|
return false;
|
|
12565
12667
|
}
|
|
12566
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12567
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12668
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UlvCommandDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12669
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: UlvCommandDirective, selector: "[ulvCommandHandler]", inputs: { ulvCommandHandler: "ulvCommandHandler", disable: "disable" }, outputs: { commandClick: "commandClick" }, host: { listeners: { "click": "onClick($event)" } }, usesInheritance: true, ngImport: i0 }); }
|
|
12568
12670
|
}
|
|
12569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UlvCommandDirective, decorators: [{
|
|
12570
12672
|
type: Directive,
|
|
12571
12673
|
args: [{
|
|
12572
|
-
selector: '[ulvCommandHandler]'
|
|
12674
|
+
selector: '[ulvCommandHandler]',
|
|
12675
|
+
standalone: false
|
|
12573
12676
|
}]
|
|
12574
12677
|
}], propDecorators: { ulvCommandHandler: [{
|
|
12575
12678
|
type: Input
|
|
@@ -12614,13 +12717,14 @@ class UntilInViewDirective extends BaseDirective {
|
|
|
12614
12717
|
ngOnDestroy() {
|
|
12615
12718
|
this._onDestroy$.next();
|
|
12616
12719
|
}
|
|
12617
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12618
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12720
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UntilInViewDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12721
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: UntilInViewDirective, selector: "[untilInView]", inputs: { untilInView: "untilInView", intersectionDebounce: "intersectionDebounce" }, usesInheritance: true, ngImport: i0 }); }
|
|
12619
12722
|
}
|
|
12620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UntilInViewDirective, decorators: [{
|
|
12621
12724
|
type: Directive,
|
|
12622
12725
|
args: [{
|
|
12623
|
-
selector: '[untilInView]'
|
|
12726
|
+
selector: '[untilInView]',
|
|
12727
|
+
standalone: false
|
|
12624
12728
|
}]
|
|
12625
12729
|
}], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }], propDecorators: { untilInView: [{
|
|
12626
12730
|
type: Input
|
|
@@ -12662,13 +12766,14 @@ class WorfkflowwChoiceCommandDirective {
|
|
|
12662
12766
|
this.commandClick.emit();
|
|
12663
12767
|
return false;
|
|
12664
12768
|
}
|
|
12665
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12666
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12769
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: WorfkflowwChoiceCommandDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12770
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: WorfkflowwChoiceCommandDirective, selector: "[wfChoice]", inputs: { wfChoice: "wfChoice", mo: "mo", enableCommand: "enableCommand" }, outputs: { commandClick: "commandClick", workflowExecuteChoiceStatusChanged: "workflowExecuteChoiceStatusChanged" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
|
|
12667
12771
|
}
|
|
12668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: WorfkflowwChoiceCommandDirective, decorators: [{
|
|
12669
12773
|
type: Directive,
|
|
12670
12774
|
args: [{
|
|
12671
|
-
selector: '[wfChoice]'
|
|
12775
|
+
selector: '[wfChoice]',
|
|
12776
|
+
standalone: false
|
|
12672
12777
|
}]
|
|
12673
12778
|
}], propDecorators: { wfChoice: [{
|
|
12674
12779
|
type: Input
|
|
@@ -12720,13 +12825,14 @@ class CopyDirective extends BaseDirective {
|
|
|
12720
12825
|
dom.appendChild(inputEl);
|
|
12721
12826
|
this._inputEl = inputEl;
|
|
12722
12827
|
}
|
|
12723
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12724
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12828
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CopyDirective, deps: [{ token: TOAST_SERVICE, optional: true }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12829
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: CopyDirective, selector: "[copy]", inputs: { copy: "copy" }, host: { listeners: { "click": "doCopy()" } }, usesInheritance: true, ngImport: i0 }); }
|
|
12725
12830
|
}
|
|
12726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CopyDirective, decorators: [{
|
|
12727
12832
|
type: Directive,
|
|
12728
12833
|
args: [{
|
|
12729
|
-
selector: '[copy]'
|
|
12834
|
+
selector: '[copy]',
|
|
12835
|
+
standalone: false
|
|
12730
12836
|
}]
|
|
12731
12837
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
12732
12838
|
type: Optional
|
|
@@ -12786,13 +12892,14 @@ class EllapsisTextDirective extends BaseDirective {
|
|
|
12786
12892
|
_isEllipsisActive(element) {
|
|
12787
12893
|
return element.scrollWidth > element.clientWidth;
|
|
12788
12894
|
}
|
|
12789
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12790
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12895
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EllapsisTextDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12896
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: EllapsisTextDirective, selector: "[ellapsisText]", inputs: { ellapsisText: "ellapsisText", fontSize: "fontSize", disableEllapsis: "disableEllapsis" }, outputs: { ellapsised: "ellapsised" }, usesInheritance: true, ngImport: i0 }); }
|
|
12791
12897
|
}
|
|
12792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EllapsisTextDirective, decorators: [{
|
|
12793
12899
|
type: Directive,
|
|
12794
12900
|
args: [{
|
|
12795
|
-
selector: '[ellapsisText]'
|
|
12901
|
+
selector: '[ellapsisText]',
|
|
12902
|
+
standalone: false
|
|
12796
12903
|
}]
|
|
12797
12904
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { ellapsisText: [{
|
|
12798
12905
|
type: Input
|
|
@@ -12819,13 +12926,14 @@ class MobileDirective extends BaseDirective {
|
|
|
12819
12926
|
const dom = this._el.nativeElement;
|
|
12820
12927
|
this._renderer2.addClass(dom, 'mobile');
|
|
12821
12928
|
}
|
|
12822
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12823
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12929
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MobileDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12930
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MobileDirective, selector: "[mobile]", usesInheritance: true, ngImport: i0 }); }
|
|
12824
12931
|
}
|
|
12825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MobileDirective, decorators: [{
|
|
12826
12933
|
type: Directive,
|
|
12827
12934
|
args: [{
|
|
12828
|
-
selector: '[mobile]'
|
|
12935
|
+
selector: '[mobile]',
|
|
12936
|
+
standalone: false
|
|
12829
12937
|
}]
|
|
12830
12938
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
12831
12939
|
|
|
@@ -12842,13 +12950,14 @@ class BodyClickDirective extends BaseDirective {
|
|
|
12842
12950
|
this._document?.body?.click();
|
|
12843
12951
|
this._el.nativeElement.blur();
|
|
12844
12952
|
}
|
|
12845
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12846
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12953
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BodyClickDirective, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12954
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: BodyClickDirective, selector: "[bodyClick]", inputs: { disableBodyClick: "disableBodyClick" }, host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0 }); }
|
|
12847
12955
|
}
|
|
12848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BodyClickDirective, decorators: [{
|
|
12849
12957
|
type: Directive,
|
|
12850
12958
|
args: [{
|
|
12851
|
-
selector: '[bodyClick]'
|
|
12959
|
+
selector: '[bodyClick]',
|
|
12960
|
+
standalone: false
|
|
12852
12961
|
}]
|
|
12853
12962
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: undefined, decorators: [{
|
|
12854
12963
|
type: Inject,
|
|
@@ -12864,13 +12973,14 @@ class PreventDefaultDirective extends BaseDirective {
|
|
|
12864
12973
|
onClick(e) {
|
|
12865
12974
|
e.preventDefault();
|
|
12866
12975
|
}
|
|
12867
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12868
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12976
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PreventDefaultDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12977
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: PreventDefaultDirective, selector: "[preventDefault]", host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0 }); }
|
|
12869
12978
|
}
|
|
12870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PreventDefaultDirective, decorators: [{
|
|
12871
12980
|
type: Directive,
|
|
12872
12981
|
args: [{
|
|
12873
|
-
selector: '[preventDefault]'
|
|
12982
|
+
selector: '[preventDefault]',
|
|
12983
|
+
standalone: false
|
|
12874
12984
|
}]
|
|
12875
12985
|
}], propDecorators: { onClick: [{
|
|
12876
12986
|
type: HostListener,
|
|
@@ -12881,13 +12991,14 @@ class StopPropagationDirective extends BaseDirective {
|
|
|
12881
12991
|
onClick(e) {
|
|
12882
12992
|
e.stopPropagation();
|
|
12883
12993
|
}
|
|
12884
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12885
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12994
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StopPropagationDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
12995
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: StopPropagationDirective, selector: "[stopPropagation]", host: { listeners: { "click": "onClick()" } }, usesInheritance: true, ngImport: i0 }); }
|
|
12886
12996
|
}
|
|
12887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StopPropagationDirective, decorators: [{
|
|
12888
12998
|
type: Directive,
|
|
12889
12999
|
args: [{
|
|
12890
|
-
selector: '[stopPropagation]'
|
|
13000
|
+
selector: '[stopPropagation]',
|
|
13001
|
+
standalone: false
|
|
12891
13002
|
}]
|
|
12892
13003
|
}], propDecorators: { onClick: [{
|
|
12893
13004
|
type: HostListener,
|
|
@@ -12958,8 +13069,8 @@ class CountDownDirective extends BaseDirective {
|
|
|
12958
13069
|
}
|
|
12959
13070
|
return `${this.includeHour ? hours + ':' : ''}${this.includeMinute ? minutes + ':' : ''}${seconds}`;
|
|
12960
13071
|
}
|
|
12961
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12962
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13072
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CountDownDirective, deps: [{ token: DateService }, { token: i0.ElementRef }, { token: PortalService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13073
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: CountDownDirective, selector: "[countDown]", inputs: { value: ["countDown", "value"], includeMonth: "includeMonth", includeDay: "includeDay", includeHour: "includeHour", includeMinute: "includeMinute" }, outputs: { expired: "expired" }, providers: [
|
|
12963
13074
|
{
|
|
12964
13075
|
provide: DateService,
|
|
12965
13076
|
useFactory: getDateService,
|
|
@@ -12967,7 +13078,7 @@ class CountDownDirective extends BaseDirective {
|
|
|
12967
13078
|
}
|
|
12968
13079
|
], usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
12969
13080
|
}
|
|
12970
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CountDownDirective, decorators: [{
|
|
12971
13082
|
type: Directive,
|
|
12972
13083
|
args: [{
|
|
12973
13084
|
selector: '[countDown]',
|
|
@@ -12977,7 +13088,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
12977
13088
|
useFactory: getDateService,
|
|
12978
13089
|
deps: [LogService]
|
|
12979
13090
|
}
|
|
12980
|
-
]
|
|
13091
|
+
],
|
|
13092
|
+
standalone: false
|
|
12981
13093
|
}]
|
|
12982
13094
|
}], ctorParameters: () => [{ type: DateService }, { type: i0.ElementRef }, { type: PortalService }], propDecorators: { value: [{
|
|
12983
13095
|
type: Input,
|
|
@@ -13010,13 +13122,14 @@ class RouteFormChangeDirective extends BaseDirective {
|
|
|
13010
13122
|
this.stateChanged.emit();
|
|
13011
13123
|
});
|
|
13012
13124
|
}
|
|
13013
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13014
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouteFormChangeDirective, deps: [{ token: i0.ElementRef }, { token: PortalService }, { token: i1.Router }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13126
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: RouteFormChangeDirective, selector: "[routeFormChange]", inputs: { handleBodyClick: "handleBodyClick" }, outputs: { stateChanged: "stateChanged" }, usesInheritance: true, ngImport: i0 }); }
|
|
13015
13127
|
}
|
|
13016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouteFormChangeDirective, decorators: [{
|
|
13017
13129
|
type: Directive,
|
|
13018
13130
|
args: [{
|
|
13019
|
-
selector: '[routeFormChange]'
|
|
13131
|
+
selector: '[routeFormChange]',
|
|
13132
|
+
standalone: false
|
|
13020
13133
|
}]
|
|
13021
13134
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: PortalService }, { type: i1.Router }], propDecorators: { handleBodyClick: [{
|
|
13022
13135
|
type: Input
|
|
@@ -13062,13 +13175,14 @@ class DynamicStyleDirective extends BaseDirective {
|
|
|
13062
13175
|
const head = document.head || document.getElementsByTagName('head')[0];
|
|
13063
13176
|
head.removeChild(this._style);
|
|
13064
13177
|
}
|
|
13065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13066
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicStyleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13179
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: DynamicStyleDirective, selector: "[cssStyle]", inputs: { cssStyle: "cssStyle" }, host: { properties: { "attr.id": "this.id" } }, usesInheritance: true, ngImport: i0 }); }
|
|
13067
13180
|
}
|
|
13068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DynamicStyleDirective, decorators: [{
|
|
13069
13182
|
type: Directive,
|
|
13070
13183
|
args: [{
|
|
13071
|
-
selector: '[cssStyle]'
|
|
13184
|
+
selector: '[cssStyle]',
|
|
13185
|
+
standalone: false
|
|
13072
13186
|
}]
|
|
13073
13187
|
}], propDecorators: { cssStyle: [{
|
|
13074
13188
|
type: Input
|
|
@@ -13088,13 +13202,14 @@ class NowraptextDirective extends BaseDirective {
|
|
|
13088
13202
|
this._renderer2.setStyle(dom, 'width', this.width);
|
|
13089
13203
|
this._renderer2.setStyle(dom, 'display', 'block');
|
|
13090
13204
|
}
|
|
13091
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13092
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13205
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NowraptextDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13206
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NowraptextDirective, selector: "[nowraptext]", inputs: { width: "width" }, usesInheritance: true, ngImport: i0 }); }
|
|
13093
13207
|
}
|
|
13094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NowraptextDirective, decorators: [{
|
|
13095
13209
|
type: Directive,
|
|
13096
13210
|
args: [{
|
|
13097
|
-
selector: '[nowraptext]'
|
|
13211
|
+
selector: '[nowraptext]',
|
|
13212
|
+
standalone: false
|
|
13098
13213
|
}]
|
|
13099
13214
|
}], propDecorators: { width: [{
|
|
13100
13215
|
type: Input
|
|
@@ -13127,13 +13242,14 @@ class LabelmandatoryDirective extends BaseDirective {
|
|
|
13127
13242
|
dom.innerHTML += `<strong ${style}>*</strong>`;
|
|
13128
13243
|
}
|
|
13129
13244
|
}
|
|
13130
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13131
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13245
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LabelmandatoryDirective, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13246
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: LabelmandatoryDirective, selector: "[lblMandatory]", inputs: { lblMandatory: "lblMandatory", mandatoryStyle: "mandatoryStyle" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
13132
13247
|
}
|
|
13133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LabelmandatoryDirective, decorators: [{
|
|
13134
13249
|
type: Directive,
|
|
13135
13250
|
args: [{
|
|
13136
|
-
selector: '[lblMandatory]'
|
|
13251
|
+
selector: '[lblMandatory]',
|
|
13252
|
+
standalone: false
|
|
13137
13253
|
}]
|
|
13138
13254
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: undefined, decorators: [{
|
|
13139
13255
|
type: Inject,
|
|
@@ -13173,13 +13289,14 @@ class AbsoluteDivBodyDirective extends BaseDirective {
|
|
|
13173
13289
|
super.ngOnDestroy();
|
|
13174
13290
|
this.elem?.remove();
|
|
13175
13291
|
}
|
|
13176
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13177
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13292
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDivBodyDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13293
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: AbsoluteDivBodyDirective, selector: "[absDiv]", outputs: { elemCreated: "elemCreated" }, usesInheritance: true, ngImport: i0 }); }
|
|
13178
13294
|
}
|
|
13179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AbsoluteDivBodyDirective, decorators: [{
|
|
13180
13296
|
type: Directive,
|
|
13181
13297
|
args: [{
|
|
13182
|
-
selector: '[absDiv]'
|
|
13298
|
+
selector: '[absDiv]',
|
|
13299
|
+
standalone: false
|
|
13183
13300
|
}]
|
|
13184
13301
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { elemCreated: [{
|
|
13185
13302
|
type: Output
|
|
@@ -13223,10 +13340,10 @@ class PortalDynamicPageResolver {
|
|
|
13223
13340
|
// }
|
|
13224
13341
|
return this.portalService.resolveData(pageData);
|
|
13225
13342
|
}
|
|
13226
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13227
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13343
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalDynamicPageResolver, deps: [{ token: PortalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13344
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalDynamicPageResolver, providedIn: 'root' }); }
|
|
13228
13345
|
}
|
|
13229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalDynamicPageResolver, decorators: [{
|
|
13230
13347
|
type: Injectable,
|
|
13231
13348
|
args: [{ providedIn: 'root' }]
|
|
13232
13349
|
}], ctorParameters: () => [{ type: PortalService }] });
|
|
@@ -13239,10 +13356,10 @@ class PortalFormPageResolver {
|
|
|
13239
13356
|
const breadcrumb = route.params.bc; // means breadCrumb
|
|
13240
13357
|
return breadcrumb;
|
|
13241
13358
|
}
|
|
13242
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13243
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13359
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalFormPageResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13360
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalFormPageResolver, providedIn: 'root' }); }
|
|
13244
13361
|
}
|
|
13245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalFormPageResolver, decorators: [{
|
|
13246
13363
|
type: Injectable,
|
|
13247
13364
|
args: [{ providedIn: 'root' }]
|
|
13248
13365
|
}], ctorParameters: () => [] });
|
|
@@ -13272,10 +13389,10 @@ class PortalReportPageResolver {
|
|
|
13272
13389
|
return pageData;
|
|
13273
13390
|
}));
|
|
13274
13391
|
}
|
|
13275
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13276
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13392
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalReportPageResolver, deps: [{ token: PortalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13393
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalReportPageResolver, providedIn: 'root' }); }
|
|
13277
13394
|
}
|
|
13278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PortalReportPageResolver, decorators: [{
|
|
13279
13396
|
type: Injectable,
|
|
13280
13397
|
args: [{ providedIn: 'root' }]
|
|
13281
13398
|
}], ctorParameters: () => [{ type: PortalService }] });
|
|
@@ -13299,10 +13416,10 @@ class TileGroupBreadcrumResolver {
|
|
|
13299
13416
|
// url2 = '/' + url2;
|
|
13300
13417
|
return this._localStorage.getItem('ActiveTile');
|
|
13301
13418
|
}
|
|
13302
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13303
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
13419
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TileGroupBreadcrumResolver, deps: [{ token: LocalStorageService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13420
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TileGroupBreadcrumResolver, providedIn: 'root' }); }
|
|
13304
13421
|
}
|
|
13305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TileGroupBreadcrumResolver, decorators: [{
|
|
13306
13423
|
type: Injectable,
|
|
13307
13424
|
args: [{ providedIn: 'root' }]
|
|
13308
13425
|
}], ctorParameters: () => [{ type: LocalStorageService }] });
|
|
@@ -13318,15 +13435,16 @@ class FormNewComponent extends BaseComponent {
|
|
|
13318
13435
|
const viewId = this.settings?.MetaView?.Id;
|
|
13319
13436
|
this.params = { moId, typeDefId, viewId };
|
|
13320
13437
|
}
|
|
13321
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13322
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13438
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormNewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13439
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormNewComponent, selector: "bnrc-form-new", inputs: { settings: "settings" }, usesInheritance: true, ngImport: i0, template: '<bnrc-form [params]="params"></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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13323
13440
|
}
|
|
13324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormNewComponent, decorators: [{
|
|
13325
13442
|
type: Component,
|
|
13326
13443
|
args: [{
|
|
13327
13444
|
selector: 'bnrc-form-new',
|
|
13328
13445
|
template: '<bnrc-form [params]="params"></bnrc-form>',
|
|
13329
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
13446
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
13447
|
+
standalone: false
|
|
13330
13448
|
}]
|
|
13331
13449
|
}], ctorParameters: () => [], propDecorators: { settings: [{
|
|
13332
13450
|
type: Input
|
|
@@ -13377,12 +13495,12 @@ class ReportContainerComponent extends BaseComponent {
|
|
|
13377
13495
|
.pipe(takeUntil(this._onDestroy$), catchError((err) => throwError(err)), finalize(() => this._loadingSource.next(false)))
|
|
13378
13496
|
.subscribe();
|
|
13379
13497
|
}
|
|
13380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13381
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
13498
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReportContainerComponent, deps: [{ token: PortalService }, { token: i0.Injector }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13499
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: ReportContainerComponent, selector: "bnrc-report-container", inputs: { settings: "settings" }, usesInheritance: true, ngImport: i0, template: "@if ((loading$ | async)!!) {\n<bsu-mask></bsu-mask>\n}\n", styles: [":host{display:block}\n"], dependencies: [{ kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13382
13500
|
}
|
|
13383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ReportContainerComponent, decorators: [{
|
|
13384
13502
|
type: Component,
|
|
13385
|
-
args: [{ selector: 'bnrc-report-container', changeDetection: ChangeDetectionStrategy.OnPush, template: "@if ((loading$ | async)!!) {\n<bsu-mask></bsu-mask>\n}\n", styles: [":host{display:block}\n"] }]
|
|
13503
|
+
args: [{ selector: 'bnrc-report-container', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "@if ((loading$ | async)!!) {\n<bsu-mask></bsu-mask>\n}\n", styles: [":host{display:block}\n"] }]
|
|
13386
13504
|
}], ctorParameters: () => [{ type: PortalService }, { type: i0.Injector }, { type: i0.ViewContainerRef }], propDecorators: { settings: [{
|
|
13387
13505
|
type: Input
|
|
13388
13506
|
}] } });
|
|
@@ -13496,12 +13614,12 @@ class FieldUiComponent extends BaseComponent {
|
|
|
13496
13614
|
});
|
|
13497
13615
|
}
|
|
13498
13616
|
}
|
|
13499
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13500
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13617
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FieldUiComponent, deps: [{ token: i0.ElementRef }, { token: FormPanelService }, { token: PortalService }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13618
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FieldUiComponent, selector: "bnrc-field-ui", inputs: { isSearchPanel: "isSearchPanel", customField: "customField", componentUi: "componentUi", layoutInfo: "layoutInfo", inlineEdit: "inlineEdit", focusControl: "focusControl", 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%;height:auto;box-sizing:border-box}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13501
13619
|
}
|
|
13502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FieldUiComponent, decorators: [{
|
|
13503
13621
|
type: Component,
|
|
13504
|
-
args: [{ selector: 'bnrc-field-ui', template: '<ng-container #placeholder></ng-container>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;width:100%;height:auto;box-sizing:border-box}\n"] }]
|
|
13622
|
+
args: [{ selector: 'bnrc-field-ui', template: '<ng-container #placeholder></ng-container>', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, styles: [":host{display:block;width:100%;height:auto;box-sizing:border-box}\n"] }]
|
|
13505
13623
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: FormPanelService }, { type: PortalService }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }], propDecorators: { isSearchPanel: [{
|
|
13506
13624
|
type: Input
|
|
13507
13625
|
}], customField: [{
|
|
@@ -13566,11 +13684,11 @@ const routes$1 = [
|
|
|
13566
13684
|
}
|
|
13567
13685
|
];
|
|
13568
13686
|
class BarsaSapUiFormPageRoutingModule {
|
|
13569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13570
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13571
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13687
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
13688
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
13689
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, imports: [RouterModule.forChild(routes$1), RouterModule] }); }
|
|
13572
13690
|
}
|
|
13573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiFormPageRoutingModule, decorators: [{
|
|
13574
13692
|
type: NgModule,
|
|
13575
13693
|
args: [{
|
|
13576
13694
|
imports: [RouterModule.forChild(routes$1)],
|
|
@@ -13614,11 +13732,11 @@ class BarsaSapUiFormPageModule extends BaseModule {
|
|
|
13614
13732
|
this.cfr = cfr;
|
|
13615
13733
|
this.dynamicComponents = [...components$1];
|
|
13616
13734
|
}
|
|
13617
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13618
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
13619
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13735
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiFormPageModule, deps: [{ token: DynamicComponentService }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
13736
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiFormPageModule, imports: [CommonModule, FormsModule, BarsaSapUiFormPageRoutingModule] }); }
|
|
13737
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiFormPageModule, imports: [CommonModule, FormsModule, BarsaSapUiFormPageRoutingModule] }); }
|
|
13620
13738
|
}
|
|
13621
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaSapUiFormPageModule, decorators: [{
|
|
13622
13740
|
type: NgModule,
|
|
13623
13741
|
args: [{
|
|
13624
13742
|
imports: [CommonModule, FormsModule, BarsaSapUiFormPageRoutingModule],
|
|
@@ -13653,12 +13771,14 @@ class ViewBase {
|
|
|
13653
13771
|
this.errorMessage.set(message);
|
|
13654
13772
|
this.errorCode.set(code);
|
|
13655
13773
|
}
|
|
13656
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13657
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13774
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ViewBase, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13775
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ViewBase, ngImport: i0 }); }
|
|
13658
13776
|
}
|
|
13659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ViewBase, decorators: [{
|
|
13660
13778
|
type: Directive,
|
|
13661
|
-
args: [{
|
|
13779
|
+
args: [{
|
|
13780
|
+
standalone: false
|
|
13781
|
+
}]
|
|
13662
13782
|
}] });
|
|
13663
13783
|
|
|
13664
13784
|
class LoginController extends BaseController {
|
|
@@ -13701,12 +13821,14 @@ class LoginController extends BaseController {
|
|
|
13701
13821
|
init() {
|
|
13702
13822
|
this.form.valueChanges.subscribe((c) => (this.form.valid ? this.canSend.set(true) : this.canSend.set(false)));
|
|
13703
13823
|
}
|
|
13704
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13705
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13824
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoginController, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13825
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: LoginController, usesInheritance: true, ngImport: i0 }); }
|
|
13706
13826
|
}
|
|
13707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13827
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoginController, decorators: [{
|
|
13708
13828
|
type: Directive,
|
|
13709
|
-
args: [{
|
|
13829
|
+
args: [{
|
|
13830
|
+
standalone: false
|
|
13831
|
+
}]
|
|
13710
13832
|
}], ctorParameters: () => [{ type: undefined }] });
|
|
13711
13833
|
|
|
13712
13834
|
class LoginVerificationController extends BaseController {
|
|
@@ -13751,21 +13873,23 @@ class LoginVerificationController extends BaseController {
|
|
|
13751
13873
|
init() {
|
|
13752
13874
|
this.form.valueChanges.subscribe((c) => this.form.valid ? this.canVerify.set(true) : this.canVerify.set(false));
|
|
13753
13875
|
}
|
|
13754
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13755
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13876
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoginVerificationController, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive }); }
|
|
13877
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: LoginVerificationController, usesInheritance: true, ngImport: i0 }); }
|
|
13756
13878
|
}
|
|
13757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoginVerificationController, decorators: [{
|
|
13758
13880
|
type: Directive,
|
|
13759
|
-
args: [{
|
|
13881
|
+
args: [{
|
|
13882
|
+
standalone: false
|
|
13883
|
+
}]
|
|
13760
13884
|
}], ctorParameters: () => [{ type: undefined }] });
|
|
13761
13885
|
|
|
13762
13886
|
class ButtonLoadingComponent {
|
|
13763
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13764
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13887
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ButtonLoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13888
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ButtonLoadingComponent, selector: "bnrc-button-loading", inputs: { valid: "valid", loading: "loading", text: "text" }, ngImport: i0, template: "<!-- <button class=\"button\" [disabled]=\"loading\">\n <i [class.!tw-hidden]=\"!loading\" class=\"fa fa-circle-o-notch fa-spin\"></i\n >{{ (loading ? 'Wait' : text) | bbbTranslate }}\n</button> -->\n<button type=\"button\" class=\"button\" [class.button--loading]=\"loading\" [disabled]=\"loading\">\n <span class=\"button__text\">{{ text | bbbTranslate }}</span>\n</button>\n", styles: [":host{display:block;width:100%}.button{width:100%;position:relative;padding:8px 16px;background:#009579;border:none;outline:none;border-radius:2px;cursor:pointer}.button:active{background:#007a63}.button__text{font:700 1rem IranYekanDigits,BarsaFont;color:#fff;transition:all .2s}.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:#fff;border-radius:50%;animation:button-loading-spinner 1s ease infinite}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}\n"], dependencies: [{ kind: "pipe", type: BbbTranslatePipe, name: "bbbTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13765
13889
|
}
|
|
13766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13890
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ButtonLoadingComponent, decorators: [{
|
|
13767
13891
|
type: Component,
|
|
13768
|
-
args: [{ selector: 'bnrc-button-loading', changeDetection: ChangeDetectionStrategy.OnPush, template: "<!-- <button class=\"button\" [disabled]=\"loading\">\n <i [class.!tw-hidden]=\"!loading\" class=\"fa fa-circle-o-notch fa-spin\"></i\n >{{ (loading ? 'Wait' : text) | bbbTranslate }}\n</button> -->\n<button type=\"button\" class=\"button\" [class.button--loading]=\"loading\" [disabled]=\"loading\">\n <span class=\"button__text\">{{ text | bbbTranslate }}</span>\n</button>\n", styles: [":host{display:block;width:100%}.button{width:100%;position:relative;padding:8px 16px;background:#009579;border:none;outline:none;border-radius:2px;cursor:pointer}.button:active{background:#007a63}.button__text{font:700 1rem IranYekanDigits,BarsaFont;color:#fff;transition:all .2s}.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:#fff;border-radius:50%;animation:button-loading-spinner 1s ease infinite}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}\n"] }]
|
|
13892
|
+
args: [{ selector: 'bnrc-button-loading', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<!-- <button class=\"button\" [disabled]=\"loading\">\n <i [class.!tw-hidden]=\"!loading\" class=\"fa fa-circle-o-notch fa-spin\"></i\n >{{ (loading ? 'Wait' : text) | bbbTranslate }}\n</button> -->\n<button type=\"button\" class=\"button\" [class.button--loading]=\"loading\" [disabled]=\"loading\">\n <span class=\"button__text\">{{ text | bbbTranslate }}</span>\n</button>\n", styles: [":host{display:block;width:100%}.button{width:100%;position:relative;padding:8px 16px;background:#009579;border:none;outline:none;border-radius:2px;cursor:pointer}.button:active{background:#007a63}.button__text{font:700 1rem IranYekanDigits,BarsaFont;color:#fff;transition:all .2s}.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:#fff;border-radius:50%;animation:button-loading-spinner 1s ease infinite}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}\n"] }]
|
|
13769
13893
|
}], propDecorators: { valid: [{
|
|
13770
13894
|
type: Input
|
|
13771
13895
|
}], loading: [{
|
|
@@ -13818,12 +13942,12 @@ class LoginEnterMobileComponent extends ViewBase {
|
|
|
13818
13942
|
onSendCode() {
|
|
13819
13943
|
this.controller.sendCode(this.form.value);
|
|
13820
13944
|
}
|
|
13821
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13822
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13945
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoginEnterMobileComponent, deps: [{ token: i1$2.FormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13946
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: LoginEnterMobileComponent, selector: "bnrc-login-enter-mobile", inputs: { errorTemplate: "errorTemplate" }, outputs: { otpSent: "otpSent" }, usesInheritance: true, ngImport: i0, template: "<form class=\"tw-px-8 tw-pt-6 tw-pb-8 tw-mb-2 tw-mt-2\" [formGroup]=\"form\">\n <div class=\"tw-mb-4\">\n <label class=\"tw-block tw-text-gray-500 tw-text-md tw-font-bold tw-mb-4\" for=\"username\"> \u0634\u0645\u0627\u0631\u0647 \u0647\u0645\u0631\u0627\u0647 </label>\n <input\n class=\"tw-rounded-lg tw-border tw-w-full tw-py-4 tw-px-3 tw-text-gray-700 tw-leading-tight tw-focus:tw-outline-none tw-focus:tw-shadow-outline\"\n name=\"mobile\"\n formControlName=\"mobile\"\n placeholder=\"09121234567\"\n maxlength=\"11\"\n type=\"tel\"\n [disabled]=\"loading\"\n />\n </div>\n <!-- <app-form-captcha [capId]=\"capId()\" [showCaptcha]=\"showCaptcha()\" formControlName=\"cap\"></app-form-captcha> -->\n <div class=\"tw-flex tw-items-center\">\n <bnrc-button-loading\n [text]=\"'\u0627\u0631\u0633\u0627\u0644 \u06A9\u062F \u062A\u0627\u06CC\u06CC\u062F'\"\n [valid]=\"canSend\"\n [loading]=\"loading\"\n (click)=\"onSendCode()\"\n ></bnrc-button-loading>\n </div>\n</form>\n", styles: [""], dependencies: [{ kind: "directive", type: i1$2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$2.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i1$2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: ButtonLoadingComponent, selector: "bnrc-button-loading", inputs: ["valid", "loading", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13823
13947
|
}
|
|
13824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoginEnterMobileComponent, decorators: [{
|
|
13825
13949
|
type: Component,
|
|
13826
|
-
args: [{ selector: 'bnrc-login-enter-mobile', changeDetection: ChangeDetectionStrategy.OnPush, template: "<form class=\"tw-px-8 tw-pt-6 tw-pb-8 tw-mb-2 tw-mt-2\" [formGroup]=\"form\">\n <div class=\"tw-mb-4\">\n <label class=\"tw-block tw-text-gray-500 tw-text-md tw-font-bold tw-mb-4\" for=\"username\"> \u0634\u0645\u0627\u0631\u0647 \u0647\u0645\u0631\u0627\u0647 </label>\n <input\n class=\"tw-rounded-lg tw-border tw-w-full tw-py-4 tw-px-3 tw-text-gray-700 tw-leading-tight tw-focus:tw-outline-none tw-focus:tw-shadow-outline\"\n name=\"mobile\"\n formControlName=\"mobile\"\n placeholder=\"09121234567\"\n maxlength=\"11\"\n type=\"tel\"\n [disabled]=\"loading\"\n />\n </div>\n <!-- <app-form-captcha [capId]=\"capId()\" [showCaptcha]=\"showCaptcha()\" formControlName=\"cap\"></app-form-captcha> -->\n <div class=\"tw-flex tw-items-center\">\n <bnrc-button-loading\n [text]=\"'\u0627\u0631\u0633\u0627\u0644 \u06A9\u062F \u062A\u0627\u06CC\u06CC\u062F'\"\n [valid]=\"canSend\"\n [loading]=\"loading\"\n (click)=\"onSendCode()\"\n ></bnrc-button-loading>\n </div>\n</form>\n" }]
|
|
13950
|
+
args: [{ selector: 'bnrc-login-enter-mobile', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<form class=\"tw-px-8 tw-pt-6 tw-pb-8 tw-mb-2 tw-mt-2\" [formGroup]=\"form\">\n <div class=\"tw-mb-4\">\n <label class=\"tw-block tw-text-gray-500 tw-text-md tw-font-bold tw-mb-4\" for=\"username\"> \u0634\u0645\u0627\u0631\u0647 \u0647\u0645\u0631\u0627\u0647 </label>\n <input\n class=\"tw-rounded-lg tw-border tw-w-full tw-py-4 tw-px-3 tw-text-gray-700 tw-leading-tight tw-focus:tw-outline-none tw-focus:tw-shadow-outline\"\n name=\"mobile\"\n formControlName=\"mobile\"\n placeholder=\"09121234567\"\n maxlength=\"11\"\n type=\"tel\"\n [disabled]=\"loading\"\n />\n </div>\n <!-- <app-form-captcha [capId]=\"capId()\" [showCaptcha]=\"showCaptcha()\" formControlName=\"cap\"></app-form-captcha> -->\n <div class=\"tw-flex tw-items-center\">\n <bnrc-button-loading\n [text]=\"'\u0627\u0631\u0633\u0627\u0644 \u06A9\u062F \u062A\u0627\u06CC\u06CC\u062F'\"\n [valid]=\"canSend\"\n [loading]=\"loading\"\n (click)=\"onSendCode()\"\n ></bnrc-button-loading>\n </div>\n</form>\n" }]
|
|
13827
13951
|
}], ctorParameters: () => [{ type: i1$2.FormBuilder }], propDecorators: { otpSent: [{
|
|
13828
13952
|
type: Output
|
|
13829
13953
|
}], errorTemplate: [{
|
|
@@ -13880,12 +14004,12 @@ class LoginVerificationComponent extends ViewBase {
|
|
|
13880
14004
|
get canVerify() {
|
|
13881
14005
|
return this.controller.canVerify();
|
|
13882
14006
|
}
|
|
13883
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13884
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14007
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoginVerificationComponent, deps: [{ token: i1$2.FormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14008
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: LoginVerificationComponent, selector: "bnrc-login-verification", inputs: { mobile: "mobile", errorTemplate: "errorTemplate" }, outputs: { otpVerified: "otpVerified", changeMobile: "changeMobile" }, viewQueries: [{ propertyName: "_loadingBtn", first: true, predicate: ["loadingBtn"], descendants: true }, { propertyName: "_inputsEl", predicate: ["inputv"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<form class=\"tw-px-8 tw-pt-6 tw-pb-8 tw-mb-2 tw-mt-2\" [formGroup]=\"form\">\n <label class=\"tw-block tw-w-full tw-text-gray-500 tw-text-md tw-font-bold tw-mb-4 tw-text-sm\">\n \u06A9\u062F \u0627\u0631\u0633\u0627\u0644 \u0634\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627\u0631\u0647 <strong>{{ mobile }}</strong> \u0631\u0627 \u0648\u0627\u0631\u062F \u0646\u0645\u0627\u06CC\u06CC\u062F.\n </label>\n <a\n class=\"tw-inline-flex tw-flex tw-gap-3 tw-items-center tw-text-blue-600 tw-visited:tw-text-purple-600 tw-text-sm tw-font-extrabold tw-mb-4\"\n (click)=\"changeMobile.emit()\"\n >\u0648\u06CC\u0631\u0627\u06CC\u0634 \u0634\u0645\u0627\u0631\u0647 \u0647\u0645\u0631\u0627\u0647\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" class=\"tw-w-6\">\n <path\n d=\"M5,18H9.24a1,1,0,0,0,.71-.29l6.92-6.93h0L19.71,8a1,1,0,0,0,0-1.42L15.47,2.29a1,1,0,0,0-1.42,0L11.23,5.12h0L4.29,12.05a1,1,0,0,0-.29.71V17A1,1,0,0,0,5,18ZM14.76,4.41l2.83,2.83L16.17,8.66,13.34,5.83ZM6,13.17l5.93-5.93,2.83,2.83L8.83,16H6ZM21,20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"\n fill=\"#316bec\"\n />\n </svg>\n </a>\n <div class=\"tw-flex tw-items-center tw-justify-center tw-gap-3 tw-mb-4 tw-flex-row-reverse\">\n <input\n #inputv\n class=\"tw-rounded-lg tw-border tw-w-full tw-py-4 tw-px-3 tw-text-gray-700 tw-leading-tight tw-focus:tw-outline-none tw-focus:tw-shadow-outline\"\n maxlength=\"6\"\n tabindex=\"0\"\n name=\"in1\"\n formControlName=\"in1\"\n />\n </div>\n <div class=\"tw-flex tw-items-center\">\n <bnrc-button-loading\n #loadingBtn\n [text]=\"'\u062A\u0627\u06CC\u06CC\u062F \u06A9\u062F'\"\n [valid]=\"canVerify\"\n [loading]=\"loading\"\n (click)=\"onVerifyCode()\"\n ></bnrc-button-loading>\n </div>\n</form>\n", styles: [""], dependencies: [{ kind: "directive", type: i1$2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$2.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i1$2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: ButtonLoadingComponent, selector: "bnrc-button-loading", inputs: ["valid", "loading", "text"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13885
14009
|
}
|
|
13886
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoginVerificationComponent, decorators: [{
|
|
13887
14011
|
type: Component,
|
|
13888
|
-
args: [{ selector: 'bnrc-login-verification', changeDetection: ChangeDetectionStrategy.OnPush, template: "<form class=\"tw-px-8 tw-pt-6 tw-pb-8 tw-mb-2 tw-mt-2\" [formGroup]=\"form\">\n <label class=\"tw-block tw-w-full tw-text-gray-500 tw-text-md tw-font-bold tw-mb-4 tw-text-sm\">\n \u06A9\u062F \u0627\u0631\u0633\u0627\u0644 \u0634\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627\u0631\u0647 <strong>{{ mobile }}</strong> \u0631\u0627 \u0648\u0627\u0631\u062F \u0646\u0645\u0627\u06CC\u06CC\u062F.\n </label>\n <a\n class=\"tw-inline-flex tw-flex tw-gap-3 tw-items-center tw-text-blue-600 tw-visited:tw-text-purple-600 tw-text-sm tw-font-extrabold tw-mb-4\"\n (click)=\"changeMobile.emit()\"\n >\u0648\u06CC\u0631\u0627\u06CC\u0634 \u0634\u0645\u0627\u0631\u0647 \u0647\u0645\u0631\u0627\u0647\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" class=\"tw-w-6\">\n <path\n d=\"M5,18H9.24a1,1,0,0,0,.71-.29l6.92-6.93h0L19.71,8a1,1,0,0,0,0-1.42L15.47,2.29a1,1,0,0,0-1.42,0L11.23,5.12h0L4.29,12.05a1,1,0,0,0-.29.71V17A1,1,0,0,0,5,18ZM14.76,4.41l2.83,2.83L16.17,8.66,13.34,5.83ZM6,13.17l5.93-5.93,2.83,2.83L8.83,16H6ZM21,20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"\n fill=\"#316bec\"\n />\n </svg>\n </a>\n <div class=\"tw-flex tw-items-center tw-justify-center tw-gap-3 tw-mb-4 tw-flex-row-reverse\">\n <input\n #inputv\n class=\"tw-rounded-lg tw-border tw-w-full tw-py-4 tw-px-3 tw-text-gray-700 tw-leading-tight tw-focus:tw-outline-none tw-focus:tw-shadow-outline\"\n maxlength=\"6\"\n tabindex=\"0\"\n name=\"in1\"\n formControlName=\"in1\"\n />\n </div>\n <div class=\"tw-flex tw-items-center\">\n <bnrc-button-loading\n #loadingBtn\n [text]=\"'\u062A\u0627\u06CC\u06CC\u062F \u06A9\u062F'\"\n [valid]=\"canVerify\"\n [loading]=\"loading\"\n (click)=\"onVerifyCode()\"\n ></bnrc-button-loading>\n </div>\n</form>\n" }]
|
|
14012
|
+
args: [{ selector: 'bnrc-login-verification', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<form class=\"tw-px-8 tw-pt-6 tw-pb-8 tw-mb-2 tw-mt-2\" [formGroup]=\"form\">\n <label class=\"tw-block tw-w-full tw-text-gray-500 tw-text-md tw-font-bold tw-mb-4 tw-text-sm\">\n \u06A9\u062F \u0627\u0631\u0633\u0627\u0644 \u0634\u062F\u0647 \u0628\u0647 \u0634\u0645\u0627\u0631\u0647 <strong>{{ mobile }}</strong> \u0631\u0627 \u0648\u0627\u0631\u062F \u0646\u0645\u0627\u06CC\u06CC\u062F.\n </label>\n <a\n class=\"tw-inline-flex tw-flex tw-gap-3 tw-items-center tw-text-blue-600 tw-visited:tw-text-purple-600 tw-text-sm tw-font-extrabold tw-mb-4\"\n (click)=\"changeMobile.emit()\"\n >\u0648\u06CC\u0631\u0627\u06CC\u0634 \u0634\u0645\u0627\u0631\u0647 \u0647\u0645\u0631\u0627\u0647\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" class=\"tw-w-6\">\n <path\n d=\"M5,18H9.24a1,1,0,0,0,.71-.29l6.92-6.93h0L19.71,8a1,1,0,0,0,0-1.42L15.47,2.29a1,1,0,0,0-1.42,0L11.23,5.12h0L4.29,12.05a1,1,0,0,0-.29.71V17A1,1,0,0,0,5,18ZM14.76,4.41l2.83,2.83L16.17,8.66,13.34,5.83ZM6,13.17l5.93-5.93,2.83,2.83L8.83,16H6ZM21,20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"\n fill=\"#316bec\"\n />\n </svg>\n </a>\n <div class=\"tw-flex tw-items-center tw-justify-center tw-gap-3 tw-mb-4 tw-flex-row-reverse\">\n <input\n #inputv\n class=\"tw-rounded-lg tw-border tw-w-full tw-py-4 tw-px-3 tw-text-gray-700 tw-leading-tight tw-focus:tw-outline-none tw-focus:tw-shadow-outline\"\n maxlength=\"6\"\n tabindex=\"0\"\n name=\"in1\"\n formControlName=\"in1\"\n />\n </div>\n <div class=\"tw-flex tw-items-center\">\n <bnrc-button-loading\n #loadingBtn\n [text]=\"'\u062A\u0627\u06CC\u06CC\u062F \u06A9\u062F'\"\n [valid]=\"canVerify\"\n [loading]=\"loading\"\n (click)=\"onVerifyCode()\"\n ></bnrc-button-loading>\n </div>\n</form>\n" }]
|
|
13889
14013
|
}], ctorParameters: () => [{ type: i1$2.FormBuilder }], propDecorators: { _inputsEl: [{
|
|
13890
14014
|
type: ViewChildren,
|
|
13891
14015
|
args: ['inputv']
|
|
@@ -13946,12 +14070,12 @@ class Login2Component {
|
|
|
13946
14070
|
})
|
|
13947
14071
|
.catch(() => this.loading.set(false));
|
|
13948
14072
|
}
|
|
13949
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13950
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
14073
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: Login2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14074
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: Login2Component, selector: "bnrc-login2", ngImport: i0, template: "<div class=\"tw-bg-white dark:tw-bg-gray-900 tw-w-full tw-h-full\">\n <div class=\"tw-flex tw-justify-center tw-h-screen\">\n <div\n class=\"tw-hidden tw-bg-cover lg:tw-block lg:tw-w-2/3\"\n [style.background-image]=\"'url(' + appSettings().BackgroundUrl + ')'\"\n >\n <div class=\"tw-flex tw-items-center tw-h-full tw-px-20 tw-bg-gray-900 tw-bg-opacity-40\">\n <div>\n <h2 class=\"tw-text-4xl tw-font-bold tw-text-white\">{{ appSettings().Section1Title }}</h2>\n\n <p class=\"tw-max-w-xl tw-mt-3 tw-text-gray-300\">{{ appSettings().Section1Description }}</p>\n </div>\n </div>\n </div>\n\n <div class=\"tw-flex tw-items-center tw-w-full tw-max-w-md tw-px-6 tw-mx-auto lg:tw-w-2/6\">\n <div class=\"tw-flex-1\">\n <div class=\"tw-text-center tw-flex tw-flex-col tw-items-center\">\n <div class=\"tw-flex tw-gap-2 tw-items-center\">\n <img [src]=\"appSettings().LogoUrl\" />\n <h2 class=\"tw-text-4xl tw-font-bold tw-text-center tw-text-gray-700 dark:tw-text-white\">\n {{ appSettings().Title }}\n </h2>\n </div>\n <div class=\"tw-flex tw-gap-2 tw-items-center\">\n <p class=\"tw-mt-3 tw-text-gray-500 dark:tw-text-gray-300\">{{ appSettings().Subtitle }}</p>\n </div>\n </div>\n <div>\n @if(state()==='enter-mobile'){\n <bnrc-login-enter-mobile\n (otpSent)=\"onOtpSent($event)\"\n [errorTemplate]=\"template\"\n ></bnrc-login-enter-mobile>\n }@else{\n <bnrc-login-verification\n [mobile]=\"mobile()\"\n (changeMobile)=\"onChangeMobile()\"\n (otpVerified)=\"onOtpVerfied()\"\n [errorTemplate]=\"template\"\n ></bnrc-login-verification>\n }\n </div>\n @if(state()==='enter-mobile' && !appSettings().HideGovSso){\n <div class=\"tw-relative tw-flex tw-py-5 tw-items-center tw-px-2\">\n <div class=\"tw-flex-grow tw-border-t tw-border-gray-400\"></div>\n <span class=\"tw-font-[IRANYekan] tw-flex-shrink tw-mx-4 tw-text-gray-400\">\u0648\u0631\u0648\u062F \u0627\u0632 \u0637\u0631\u06CC\u0642 \u062F\u0631\u06AF\u0627\u0647</span>\n <div class=\"tw-flex-grow tw-border-t tw-border-gray-400\"></div>\n </div>\n <div class=\"tw-rounded-lg back-box-color tw-w-full tw-py-3\">\n <div class=\"tw-flex tw-items-center tw-text-center\">\n <a class=\"tw-w-full tw-text-blue-600 tw-visited:tw-text-purple-600 tw-text-sm\" href=\"\"\n >\u0648\u0631\u0648\u062F \u0627\u0632 \u0637\u0631\u06CC\u0642 \u062F\u0631\u06AF\u0627\u0647 \u062F\u0648\u0644\u062A \u0645\u0646\n </a>\n </div>\n </div>\n }\n </div>\n </div>\n </div>\n</div>\n<ng-template let-messageToast #template>\n <p class=\"error\" [dismissible]=\"true\">{{ messageToast.data.message }}</p>\n</ng-template>\n", styles: [":host{font-family:IRANYekanDigits}\n"], dependencies: [{ kind: "component", type: LoginEnterMobileComponent, selector: "bnrc-login-enter-mobile", inputs: ["errorTemplate"], outputs: ["otpSent"] }, { kind: "component", type: LoginVerificationComponent, selector: "bnrc-login-verification", inputs: ["mobile", "errorTemplate"], outputs: ["otpVerified", "changeMobile"] }, { kind: "directive", type: MobileDirective, selector: "[mobile]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13951
14075
|
}
|
|
13952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: Login2Component, decorators: [{
|
|
13953
14077
|
type: Component,
|
|
13954
|
-
args: [{ selector: 'bnrc-login2', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"tw-bg-white dark:tw-bg-gray-900 tw-w-full tw-h-full\">\n <div class=\"tw-flex tw-justify-center tw-h-screen\">\n <div\n class=\"tw-hidden tw-bg-cover lg:tw-block lg:tw-w-2/3\"\n [style.background-image]=\"'url(' + appSettings().BackgroundUrl + ')'\"\n >\n <div class=\"tw-flex tw-items-center tw-h-full tw-px-20 tw-bg-gray-900 tw-bg-opacity-40\">\n <div>\n <h2 class=\"tw-text-4xl tw-font-bold tw-text-white\">{{ appSettings().Section1Title }}</h2>\n\n <p class=\"tw-max-w-xl tw-mt-3 tw-text-gray-300\">{{ appSettings().Section1Description }}</p>\n </div>\n </div>\n </div>\n\n <div class=\"tw-flex tw-items-center tw-w-full tw-max-w-md tw-px-6 tw-mx-auto lg:tw-w-2/6\">\n <div class=\"tw-flex-1\">\n <div class=\"tw-text-center tw-flex tw-flex-col tw-items-center\">\n <div class=\"tw-flex tw-gap-2 tw-items-center\">\n <img [src]=\"appSettings().LogoUrl\" />\n <h2 class=\"tw-text-4xl tw-font-bold tw-text-center tw-text-gray-700 dark:tw-text-white\">\n {{ appSettings().Title }}\n </h2>\n </div>\n <div class=\"tw-flex tw-gap-2 tw-items-center\">\n <p class=\"tw-mt-3 tw-text-gray-500 dark:tw-text-gray-300\">{{ appSettings().Subtitle }}</p>\n </div>\n </div>\n <div>\n @if(state()==='enter-mobile'){\n <bnrc-login-enter-mobile\n (otpSent)=\"onOtpSent($event)\"\n [errorTemplate]=\"template\"\n ></bnrc-login-enter-mobile>\n }@else{\n <bnrc-login-verification\n [mobile]=\"mobile()\"\n (changeMobile)=\"onChangeMobile()\"\n (otpVerified)=\"onOtpVerfied()\"\n [errorTemplate]=\"template\"\n ></bnrc-login-verification>\n }\n </div>\n @if(state()==='enter-mobile' && !appSettings().HideGovSso){\n <div class=\"tw-relative tw-flex tw-py-5 tw-items-center tw-px-2\">\n <div class=\"tw-flex-grow tw-border-t tw-border-gray-400\"></div>\n <span class=\"tw-font-[IRANYekan] tw-flex-shrink tw-mx-4 tw-text-gray-400\">\u0648\u0631\u0648\u062F \u0627\u0632 \u0637\u0631\u06CC\u0642 \u062F\u0631\u06AF\u0627\u0647</span>\n <div class=\"tw-flex-grow tw-border-t tw-border-gray-400\"></div>\n </div>\n <div class=\"tw-rounded-lg back-box-color tw-w-full tw-py-3\">\n <div class=\"tw-flex tw-items-center tw-text-center\">\n <a class=\"tw-w-full tw-text-blue-600 tw-visited:tw-text-purple-600 tw-text-sm\" href=\"\"\n >\u0648\u0631\u0648\u062F \u0627\u0632 \u0637\u0631\u06CC\u0642 \u062F\u0631\u06AF\u0627\u0647 \u062F\u0648\u0644\u062A \u0645\u0646\n </a>\n </div>\n </div>\n }\n </div>\n </div>\n </div>\n</div>\n<ng-template let-messageToast #template>\n <p class=\"error\" [dismissible]=\"true\">{{ messageToast.data.message }}</p>\n</ng-template>\n", styles: [":host{font-family:IRANYekanDigits}\n"] }]
|
|
14078
|
+
args: [{ selector: 'bnrc-login2', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div class=\"tw-bg-white dark:tw-bg-gray-900 tw-w-full tw-h-full\">\n <div class=\"tw-flex tw-justify-center tw-h-screen\">\n <div\n class=\"tw-hidden tw-bg-cover lg:tw-block lg:tw-w-2/3\"\n [style.background-image]=\"'url(' + appSettings().BackgroundUrl + ')'\"\n >\n <div class=\"tw-flex tw-items-center tw-h-full tw-px-20 tw-bg-gray-900 tw-bg-opacity-40\">\n <div>\n <h2 class=\"tw-text-4xl tw-font-bold tw-text-white\">{{ appSettings().Section1Title }}</h2>\n\n <p class=\"tw-max-w-xl tw-mt-3 tw-text-gray-300\">{{ appSettings().Section1Description }}</p>\n </div>\n </div>\n </div>\n\n <div class=\"tw-flex tw-items-center tw-w-full tw-max-w-md tw-px-6 tw-mx-auto lg:tw-w-2/6\">\n <div class=\"tw-flex-1\">\n <div class=\"tw-text-center tw-flex tw-flex-col tw-items-center\">\n <div class=\"tw-flex tw-gap-2 tw-items-center\">\n <img [src]=\"appSettings().LogoUrl\" />\n <h2 class=\"tw-text-4xl tw-font-bold tw-text-center tw-text-gray-700 dark:tw-text-white\">\n {{ appSettings().Title }}\n </h2>\n </div>\n <div class=\"tw-flex tw-gap-2 tw-items-center\">\n <p class=\"tw-mt-3 tw-text-gray-500 dark:tw-text-gray-300\">{{ appSettings().Subtitle }}</p>\n </div>\n </div>\n <div>\n @if(state()==='enter-mobile'){\n <bnrc-login-enter-mobile\n (otpSent)=\"onOtpSent($event)\"\n [errorTemplate]=\"template\"\n ></bnrc-login-enter-mobile>\n }@else{\n <bnrc-login-verification\n [mobile]=\"mobile()\"\n (changeMobile)=\"onChangeMobile()\"\n (otpVerified)=\"onOtpVerfied()\"\n [errorTemplate]=\"template\"\n ></bnrc-login-verification>\n }\n </div>\n @if(state()==='enter-mobile' && !appSettings().HideGovSso){\n <div class=\"tw-relative tw-flex tw-py-5 tw-items-center tw-px-2\">\n <div class=\"tw-flex-grow tw-border-t tw-border-gray-400\"></div>\n <span class=\"tw-font-[IRANYekan] tw-flex-shrink tw-mx-4 tw-text-gray-400\">\u0648\u0631\u0648\u062F \u0627\u0632 \u0637\u0631\u06CC\u0642 \u062F\u0631\u06AF\u0627\u0647</span>\n <div class=\"tw-flex-grow tw-border-t tw-border-gray-400\"></div>\n </div>\n <div class=\"tw-rounded-lg back-box-color tw-w-full tw-py-3\">\n <div class=\"tw-flex tw-items-center tw-text-center\">\n <a class=\"tw-w-full tw-text-blue-600 tw-visited:tw-text-purple-600 tw-text-sm\" href=\"\"\n >\u0648\u0631\u0648\u062F \u0627\u0632 \u0637\u0631\u06CC\u0642 \u062F\u0631\u06AF\u0627\u0647 \u062F\u0648\u0644\u062A \u0645\u0646\n </a>\n </div>\n </div>\n }\n </div>\n </div>\n </div>\n</div>\n<ng-template let-messageToast #template>\n <p class=\"error\" [dismissible]=\"true\">{{ messageToast.data.message }}</p>\n</ng-template>\n", styles: [":host{font-family:IRANYekanDigits}\n"] }]
|
|
13955
14079
|
}], ctorParameters: () => [] });
|
|
13956
14080
|
|
|
13957
14081
|
class BaseUlvSettingComponent extends BaseComponent {
|
|
@@ -13978,15 +14102,16 @@ class BaseUlvSettingComponent extends BaseComponent {
|
|
|
13978
14102
|
getSettings() {
|
|
13979
14103
|
return getGridSettings(this.context);
|
|
13980
14104
|
}
|
|
13981
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13982
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14105
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseUlvSettingComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
14106
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BaseUlvSettingComponent, selector: "bnrc-base-ulv-setting", host: { properties: { "class.mobile": "this.mobile" } }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
13983
14107
|
}
|
|
13984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseUlvSettingComponent, decorators: [{
|
|
13985
14109
|
type: Component,
|
|
13986
14110
|
args: [{
|
|
13987
14111
|
selector: 'bnrc-base-ulv-setting',
|
|
13988
14112
|
template: '',
|
|
13989
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
14113
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
14114
|
+
standalone: false
|
|
13990
14115
|
}]
|
|
13991
14116
|
}], propDecorators: { mobile: [{
|
|
13992
14117
|
type: HostBinding,
|
|
@@ -14062,10 +14187,10 @@ class RedirectHomeGuard {
|
|
|
14062
14187
|
this._portalService.pushActionNext(pushAction);
|
|
14063
14188
|
}
|
|
14064
14189
|
}
|
|
14065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14066
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14190
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RedirectHomeGuard, deps: [{ token: i1.Router }, { token: PortalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14191
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RedirectHomeGuard }); }
|
|
14067
14192
|
}
|
|
14068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RedirectHomeGuard, decorators: [{
|
|
14069
14194
|
type: Injectable
|
|
14070
14195
|
}], ctorParameters: () => [{ type: i1.Router }, { type: PortalService }] });
|
|
14071
14196
|
|
|
@@ -14075,12 +14200,12 @@ class RootPageComponent extends BaseComponent {
|
|
|
14075
14200
|
this.viewContainerRef = viewContainerRef;
|
|
14076
14201
|
this._pageContent = true;
|
|
14077
14202
|
}
|
|
14078
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14079
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14203
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RootPageComponent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14204
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: RootPageComponent, selector: "bnrc-root-page", host: { properties: { "class.page-content": "this._pageContent" } }, usesInheritance: true, ngImport: i0, template: "<router-outlet></router-outlet>\r\n<router-outlet name=\"main\"></router-outlet>\r\n", styles: [":host{position:relative;display:block}\n"], dependencies: [{ kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14080
14205
|
}
|
|
14081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RootPageComponent, decorators: [{
|
|
14082
14207
|
type: Component,
|
|
14083
|
-
args: [{ selector: 'bnrc-root-page', changeDetection: ChangeDetectionStrategy.OnPush, template: "<router-outlet></router-outlet>\r\n<router-outlet name=\"main\"></router-outlet>\r\n", styles: [":host{position:relative;display:block}\n"] }]
|
|
14208
|
+
args: [{ selector: 'bnrc-root-page', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<router-outlet></router-outlet>\r\n<router-outlet name=\"main\"></router-outlet>\r\n", styles: [":host{position:relative;display:block}\n"] }]
|
|
14084
14209
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { _pageContent: [{
|
|
14085
14210
|
type: HostBinding,
|
|
14086
14211
|
args: ['class.page-content']
|
|
@@ -14100,13 +14225,14 @@ class ResizableDirective {
|
|
|
14100
14225
|
map(({ clientX }) => (this.rtl ? width + left - clientX : width + clientX - right)), distinctUntilChanged(), takeUntil(fromEvent(this.documentRef, 'mouseup').pipe(tap((c) => this.resizableComplete.emit()))));
|
|
14101
14226
|
}));
|
|
14102
14227
|
}
|
|
14103
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14104
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
14228
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResizableDirective, deps: [{ token: DOCUMENT }, { token: ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14229
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ResizableDirective, selector: "[resizable]", inputs: { rtl: "rtl" }, outputs: { resizableComplete: "resizableComplete", resizable: "resizable" }, ngImport: i0 }); }
|
|
14105
14230
|
}
|
|
14106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResizableDirective, decorators: [{
|
|
14107
14232
|
type: Directive,
|
|
14108
14233
|
args: [{
|
|
14109
|
-
selector: '[resizable]'
|
|
14234
|
+
selector: '[resizable]',
|
|
14235
|
+
standalone: false
|
|
14110
14236
|
}]
|
|
14111
14237
|
}], ctorParameters: () => [{ type: Document, decorators: [{
|
|
14112
14238
|
type: Inject,
|
|
@@ -14134,12 +14260,12 @@ class ResizableComponent {
|
|
|
14134
14260
|
this._renderer2.setStyle(this._el.nativeElement, 'width', width + 'px');
|
|
14135
14261
|
this.widthChanging.emit(width);
|
|
14136
14262
|
}
|
|
14137
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14138
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14263
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResizableComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14264
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ResizableComponent, selector: "th[resizable]", inputs: { disableResize: "disableResize", rtl: "rtl" }, outputs: { widthChange: "widthChange", widthChanging: "widthChanging" }, ngImport: i0, template: "<div class=\"wrapper\" [style.justify-content]=\"disableResize ? 'center' : 'flex-end'\">\n <div class=\"content tw-flex\">\n <ng-content></ng-content>\n </div>\n <div\n [style.pointer-events]=\"disableResize ? 'none' : 'auto'\"\n class=\"bar\"\n [class.rtl]=\"rtl\"\n (resizable)=\"onResize($event)\"\n [rtl]=\"rtl\"\n (resizableComplete)=\"widthChange.emit()\"\n ></div>\n</div>\n", styles: [".wrapper{display:flex}.content{flex:1}.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", "resizable"] }] }); }
|
|
14139
14265
|
}
|
|
14140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResizableComponent, decorators: [{
|
|
14141
14267
|
type: Component,
|
|
14142
|
-
args: [{ selector: 'th[resizable]', template: "<div class=\"wrapper\" [style.justify-content]=\"disableResize ? 'center' : 'flex-end'\">\n <div class=\"content tw-flex\">\n <ng-content></ng-content>\n </div>\n <div\n [style.pointer-events]=\"disableResize ? 'none' : 'auto'\"\n class=\"bar\"\n [class.rtl]=\"rtl\"\n (resizable)=\"onResize($event)\"\n [rtl]=\"rtl\"\n (resizableComplete)=\"widthChange.emit()\"\n ></div>\n</div>\n", styles: [".wrapper{display:flex}.content{flex:1}.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"] }]
|
|
14268
|
+
args: [{ selector: 'th[resizable]', standalone: false, template: "<div class=\"wrapper\" [style.justify-content]=\"disableResize ? 'center' : 'flex-end'\">\n <div class=\"content tw-flex\">\n <ng-content></ng-content>\n </div>\n <div\n [style.pointer-events]=\"disableResize ? 'none' : 'auto'\"\n class=\"bar\"\n [class.rtl]=\"rtl\"\n (resizable)=\"onResize($event)\"\n [rtl]=\"rtl\"\n (resizableComplete)=\"widthChange.emit()\"\n ></div>\n</div>\n", styles: [".wrapper{display:flex}.content{flex:1}.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"] }]
|
|
14143
14269
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { disableResize: [{
|
|
14144
14270
|
type: Input
|
|
14145
14271
|
}], rtl: [{
|
|
@@ -14151,11 +14277,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.5", ngImpor
|
|
|
14151
14277
|
}] } });
|
|
14152
14278
|
|
|
14153
14279
|
class ResizableModule {
|
|
14154
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14155
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
14156
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14280
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResizableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
14281
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ResizableModule, declarations: [ResizableComponent, ResizableDirective], exports: [ResizableComponent] }); }
|
|
14282
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResizableModule }); }
|
|
14157
14283
|
}
|
|
14158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResizableModule, decorators: [{
|
|
14159
14285
|
type: NgModule,
|
|
14160
14286
|
args: [{
|
|
14161
14287
|
declarations: [ResizableComponent, ResizableDirective],
|
|
@@ -14172,12 +14298,12 @@ class NoInternetComponent extends BaseComponent {
|
|
|
14172
14298
|
}
|
|
14173
14299
|
});
|
|
14174
14300
|
}
|
|
14175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14176
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14301
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NoInternetComponent, deps: [{ token: NetworkStatusService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14302
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NoInternetComponent, selector: "bnrc-not-internet", usesInheritance: true, ngImport: i0, template: "<h1>\u26A0</h1>\n<h2>No connection to the internet</h2>\n<p>This Display has a connection to your network but no connection to the internet.</p>\n<p class=\"desc\">The connection to the outside world is needed for updates and keeping the time.</p>\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 }); }
|
|
14177
14303
|
}
|
|
14178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NoInternetComponent, decorators: [{
|
|
14179
14305
|
type: Component,
|
|
14180
|
-
args: [{ selector: 'bnrc-not-internet', changeDetection: ChangeDetectionStrategy.OnPush, template: "<h1>\u26A0</h1>\n<h2>No connection to the internet</h2>\n<p>This Display has a connection to your network but no connection to the internet.</p>\n<p class=\"desc\">The connection to the outside world is needed for updates and keeping the time.</p>\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"] }]
|
|
14306
|
+
args: [{ selector: 'bnrc-not-internet', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<h1>\u26A0</h1>\n<h2>No connection to the internet</h2>\n<p>This Display has a connection to your network but no connection to the internet.</p>\n<p class=\"desc\">The connection to the outside world is needed for updates and keeping the time.</p>\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"] }]
|
|
14181
14307
|
}], ctorParameters: () => [{ type: NetworkStatusService }] });
|
|
14182
14308
|
|
|
14183
14309
|
class ServerConnectionErrorComponent extends BaseComponent {
|
|
@@ -14187,12 +14313,12 @@ class ServerConnectionErrorComponent extends BaseComponent {
|
|
|
14187
14313
|
onReload() {
|
|
14188
14314
|
window.location.reload();
|
|
14189
14315
|
}
|
|
14190
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14191
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14316
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ServerConnectionErrorComponent, deps: [{ token: NetworkStatusService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14317
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ServerConnectionErrorComponent, selector: "bnrc-server-connection-error", usesInheritance: true, ngImport: i0, template: "<div class=\"container\">\n <span></span>\n <div class=\"middle\">\n <h1>502</h1>\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>\n </div>\n <div>\n <button class=\"fd-button fd-button--transparent\" (click)=\"onReload()\">Reload</button>\n </div>\n</div>\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 }); }
|
|
14192
14318
|
}
|
|
14193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ServerConnectionErrorComponent, decorators: [{
|
|
14194
14320
|
type: Component,
|
|
14195
|
-
args: [{ selector: 'bnrc-server-connection-error', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"container\">\n <span></span>\n <div class=\"middle\">\n <h1>502</h1>\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>\n </div>\n <div>\n <button class=\"fd-button fd-button--transparent\" (click)=\"onReload()\">Reload</button>\n </div>\n</div>\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"] }]
|
|
14321
|
+
args: [{ selector: 'bnrc-server-connection-error', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div class=\"container\">\n <span></span>\n <div class=\"middle\">\n <h1>502</h1>\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>\n </div>\n <div>\n <button class=\"fd-button fd-button--transparent\" (click)=\"onReload()\">Reload</button>\n </div>\n</div>\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"] }]
|
|
14196
14322
|
}], ctorParameters: () => [{ type: NetworkStatusService }] });
|
|
14197
14323
|
|
|
14198
14324
|
const routesDefault = [
|
|
@@ -14460,11 +14586,11 @@ const routesServiceDesk = [
|
|
|
14460
14586
|
const routes = [...routesDefault, ...mainRoutes, ...routesServiceDesk];
|
|
14461
14587
|
// export const routesServiceDesk2 = [...routesDefault, ...routesServiceDesk];
|
|
14462
14588
|
class BarsaNovinRayCoreRoutingModule {
|
|
14463
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14464
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
14465
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
14590
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
14591
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
|
|
14466
14592
|
}
|
|
14467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaNovinRayCoreRoutingModule, decorators: [{
|
|
14468
14594
|
type: NgModule,
|
|
14469
14595
|
args: [{
|
|
14470
14596
|
imports: [RouterModule.forChild(routes)],
|
|
@@ -14488,10 +14614,10 @@ class GlobalErrorHandler {
|
|
|
14488
14614
|
// IMPORTANT: Rethrow the error otherwise it gets swallowed
|
|
14489
14615
|
// throw error;
|
|
14490
14616
|
}
|
|
14491
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14492
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14617
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GlobalErrorHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
14618
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GlobalErrorHandler }); }
|
|
14493
14619
|
}
|
|
14494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
14495
14621
|
type: Injectable
|
|
14496
14622
|
}], ctorParameters: () => [] });
|
|
14497
14623
|
|
|
@@ -14715,8 +14841,8 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
14715
14841
|
]
|
|
14716
14842
|
};
|
|
14717
14843
|
}
|
|
14718
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14719
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
14844
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaNovinRayCoreModule, deps: [{ token: DynamicComponentService }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
14845
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: BarsaNovinRayCoreModule, declarations: [FormComponent,
|
|
14720
14846
|
FieldUiComponent,
|
|
14721
14847
|
NotFoundComponent,
|
|
14722
14848
|
RootPageComponent,
|
|
@@ -14814,7 +14940,6 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
14814
14940
|
LabelmandatoryDirective,
|
|
14815
14941
|
AbsoluteDivBodyDirective,
|
|
14816
14942
|
LoadExternalFilesDirective], imports: [CommonModule,
|
|
14817
|
-
HttpClientModule,
|
|
14818
14943
|
BarsaNovinRayCoreRoutingModule,
|
|
14819
14944
|
BarsaSapUiFormPageModule,
|
|
14820
14945
|
ResizableModule,
|
|
@@ -14917,29 +15042,28 @@ class BarsaNovinRayCoreModule extends BaseModule {
|
|
|
14917
15042
|
LabelmandatoryDirective,
|
|
14918
15043
|
AbsoluteDivBodyDirective,
|
|
14919
15044
|
LoadExternalFilesDirective] }); }
|
|
14920
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14921
|
-
HttpClientModule,
|
|
15045
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaNovinRayCoreModule, providers: [provideHttpClient(withInterceptorsFromDi())], imports: [CommonModule,
|
|
14922
15046
|
BarsaNovinRayCoreRoutingModule,
|
|
14923
15047
|
BarsaSapUiFormPageModule,
|
|
14924
15048
|
ResizableModule,
|
|
14925
15049
|
FormsModule,
|
|
14926
15050
|
ReactiveFormsModule] }); }
|
|
14927
15051
|
}
|
|
14928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarsaNovinRayCoreModule, decorators: [{
|
|
14929
15053
|
type: NgModule,
|
|
14930
15054
|
args: [{
|
|
14931
15055
|
declarations: [...components, ...pipes, ...directives],
|
|
15056
|
+
exports: [...components, ...pipes, ...directives],
|
|
15057
|
+
schemas: [NO_ERRORS_SCHEMA],
|
|
14932
15058
|
imports: [
|
|
14933
15059
|
CommonModule,
|
|
14934
|
-
HttpClientModule,
|
|
14935
15060
|
BarsaNovinRayCoreRoutingModule,
|
|
14936
15061
|
BarsaSapUiFormPageModule,
|
|
14937
15062
|
ResizableModule,
|
|
14938
15063
|
FormsModule,
|
|
14939
15064
|
ReactiveFormsModule
|
|
14940
15065
|
],
|
|
14941
|
-
|
|
14942
|
-
schemas: [NO_ERRORS_SCHEMA]
|
|
15066
|
+
providers: [provideHttpClient(withInterceptorsFromDi())]
|
|
14943
15067
|
}]
|
|
14944
15068
|
}], ctorParameters: () => [{ type: DynamicComponentService }, { type: i0.ComponentFactoryResolver }] });
|
|
14945
15069
|
|