@wavemaker/app-ng-runtime 11.10.2-rc.6065 → 11.10.3-next.25128
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/build-task/bundles/index.umd.js +5 -3
- package/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +4 -2
- package/build-task/esm2022/data/form/form-field/form-field.build.mjs +3 -3
- package/build-task/fesm2022/index.mjs +5 -3
- package/build-task/fesm2022/index.mjs.map +1 -1
- package/components/basic/default/bundles/index.umd.js +68 -71
- package/components/basic/default/esm2022/anchor/anchor.component.mjs +18 -18
- package/components/basic/default/esm2022/icon/icon.component.mjs +12 -13
- package/components/basic/default/esm2022/iframe/iframe.component.mjs +9 -10
- package/components/basic/default/esm2022/picture/picture.directive.mjs +2 -5
- package/components/basic/default/esm2022/spinner/spinner.component.mjs +21 -21
- package/components/basic/default/esm2022/video/video.component.mjs +14 -15
- package/components/basic/default/fesm2022/index.mjs +68 -71
- package/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/components/basic/progress/bundles/index.umd.js +16 -17
- package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +7 -8
- package/components/basic/progress/fesm2022/index.mjs +8 -9
- package/components/basic/progress/fesm2022/index.mjs.map +1 -1
- package/components/basic/rich-text-editor/bundles/index.umd.js +11 -12
- package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +8 -9
- package/components/basic/rich-text-editor/fesm2022/index.mjs +7 -8
- package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/bundles/index.umd.js +63 -67
- package/components/basic/search/esm2022/search.component.mjs +63 -67
- package/components/basic/search/esm2022/search.module.mjs +2 -2
- package/components/basic/search/fesm2022/index.mjs +63 -67
- package/components/basic/search/fesm2022/index.mjs.map +1 -1
- package/components/chart/bundles/index.umd.js +17 -17
- package/components/chart/esm2022/chart.component.mjs +18 -18
- package/components/chart/fesm2022/index.mjs +17 -17
- package/components/chart/fesm2022/index.mjs.map +1 -1
- package/components/containers/panel/bundles/index.umd.js +39 -39
- package/components/containers/panel/esm2022/panel.component.mjs +40 -40
- package/components/containers/panel/fesm2022/index.mjs +39 -39
- package/components/containers/panel/fesm2022/index.mjs.map +1 -1
- package/components/containers/tabs/bundles/index.umd.js +29 -29
- package/components/containers/tabs/esm2022/tabs.component.mjs +30 -30
- package/components/containers/tabs/fesm2022/index.mjs +29 -29
- package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- package/components/containers/wizard/bundles/index.umd.js +49 -49
- package/components/containers/wizard/esm2022/wizard.component.mjs +50 -50
- package/components/containers/wizard/fesm2022/index.mjs +49 -49
- package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- package/components/data/card/bundles/index.umd.js +29 -29
- package/components/data/card/esm2022/card.component.mjs +30 -30
- package/components/data/card/fesm2022/index.mjs +29 -29
- package/components/data/card/fesm2022/index.mjs.map +1 -1
- package/components/data/form/bundles/index.umd.js +91 -96
- package/components/data/form/esm2022/form.component.mjs +92 -97
- package/components/data/form/fesm2022/index.mjs +91 -96
- package/components/data/form/fesm2022/index.mjs.map +1 -1
- package/components/data/list/bundles/index.umd.js +171 -173
- package/components/data/list/esm2022/list.component.mjs +171 -173
- package/components/data/list/esm2022/list.module.mjs +2 -2
- package/components/data/list/fesm2022/index.mjs +171 -173
- package/components/data/list/fesm2022/index.mjs.map +1 -1
- package/components/data/pagination/bundles/index.umd.js +32 -32
- package/components/data/pagination/esm2022/pagination.component.mjs +33 -33
- package/components/data/pagination/fesm2022/index.mjs +32 -32
- package/components/data/pagination/fesm2022/index.mjs.map +1 -1
- package/components/data/table/bundles/index.umd.js +69 -39
- package/components/data/table/esm2022/table-column/table-column.directive.mjs +2 -1
- package/components/data/table/esm2022/table-column/table-column.props.mjs +2 -1
- package/components/data/table/esm2022/table-filter.directive.mjs +29 -2
- package/components/data/table/esm2022/table.component.mjs +40 -39
- package/components/data/table/esm2022/table.props.mjs +2 -1
- package/components/data/table/fesm2022/index.mjs +72 -41
- package/components/data/table/fesm2022/index.mjs.map +1 -1
- package/components/data/table/table-column/table-column.directive.d.ts +1 -0
- package/components/data/table/table-filter.directive.d.ts +1 -0
- package/components/dialogs/default/bundles/index.umd.js +66 -95
- package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +67 -96
- package/components/dialogs/default/fesm2022/index.mjs +66 -95
- package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/design-dialog/bundles/index.umd.js +7 -7
- package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +8 -8
- package/components/dialogs/design-dialog/fesm2022/index.mjs +7 -7
- package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/iframe-dialog/bundles/index.umd.js +24 -25
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +15 -16
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +14 -15
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/partial-dialog/bundles/index.umd.js +8 -8
- package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +9 -9
- package/components/dialogs/partial-dialog/fesm2022/index.mjs +8 -8
- package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- package/components/input/chips/bundles/index.umd.js +21 -21
- package/components/input/chips/esm2022/chips.component.mjs +22 -22
- package/components/input/chips/fesm2022/index.mjs +21 -21
- package/components/input/chips/fesm2022/index.mjs.map +1 -1
- package/components/input/default/bundles/index.umd.js +201 -209
- package/components/input/default/esm2022/button/button.component.mjs +18 -18
- package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +68 -69
- package/components/input/default/esm2022/radioset/radioset.component.mjs +68 -69
- package/components/input/default/esm2022/select/select.component.mjs +21 -27
- package/components/input/default/esm2022/switch/switch.component.mjs +24 -24
- package/components/input/default/esm2022/textarea/textarea.component.mjs +8 -8
- package/components/input/default/fesm2022/index.mjs +201 -209
- package/components/input/default/fesm2022/index.mjs.map +1 -1
- package/components/input/epoch/bundles/index.umd.js +171 -164
- package/components/input/epoch/esm2022/date/date.component.mjs +14 -15
- package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +64 -59
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +18 -19
- package/components/input/epoch/esm2022/picker/picker.component.mjs +26 -25
- package/components/input/epoch/esm2022/time/time.component.mjs +17 -18
- package/components/input/epoch/fesm2022/index.mjs +124 -117
- package/components/input/epoch/fesm2022/index.mjs.map +1 -1
- package/components/input/file-upload/bundles/index.umd.js +111 -114
- package/components/input/file-upload/esm2022/file-upload.component.mjs +112 -115
- package/components/input/file-upload/fesm2022/index.mjs +111 -114
- package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- package/components/input/rating/bundles/index.umd.js +14 -14
- package/components/input/rating/esm2022/rating.component.mjs +15 -15
- package/components/input/rating/fesm2022/index.mjs +14 -14
- package/components/input/rating/fesm2022/index.mjs.map +1 -1
- package/components/input/slider/bundles/index.umd.js +39 -40
- package/components/input/slider/esm2022/slider.component.mjs +10 -11
- package/components/input/slider/fesm2022/index.mjs +9 -10
- package/components/input/slider/fesm2022/index.mjs.map +1 -1
- package/components/navigation/breadcrumb/bundles/index.umd.js +16 -15
- package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +17 -16
- package/components/navigation/breadcrumb/fesm2022/index.mjs +16 -15
- package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/bundles/index.umd.js +82 -74
- package/components/navigation/menu/esm2022/menu-adapator.component.mjs +14 -4
- package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +7 -7
- package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +15 -15
- package/components/navigation/menu/esm2022/menu.component.mjs +22 -26
- package/components/navigation/menu/esm2022/menu.module.mjs +4 -4
- package/components/navigation/menu/esm2022/nav/nav.component.mjs +26 -24
- package/components/navigation/menu/fesm2022/index.mjs +82 -74
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/menu-adapator.component.d.ts +1 -0
- package/components/navigation/navbar/bundles/index.umd.js +12 -12
- package/components/navigation/navbar/esm2022/navbar.component.mjs +13 -13
- package/components/navigation/navbar/fesm2022/index.mjs +12 -12
- package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
- package/mobile/components/basic/default/bundles/index.umd.js +102 -111
- package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +39 -40
- package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +35 -44
- package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +27 -28
- package/mobile/components/basic/default/fesm2022/index.mjs +98 -107
- package/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/mobile/components/containers/segmented-control/bundles/index.umd.js +16 -16
- package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +8 -9
- package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +10 -10
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs +16 -16
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
- package/mobile/components/data/media-list/bundles/index.umd.js +28 -28
- package/mobile/components/data/media-list/esm2022/media-list.component.mjs +29 -29
- package/mobile/components/data/media-list/fesm2022/index.mjs +28 -28
- package/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
- package/mobile/components/page/mobile-navbar/bundles/index.umd.js +29 -29
- package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +30 -30
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +29 -29
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
- package/mobile/components/page/tab-bar/bundles/index.umd.js +28 -28
- package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +29 -29
- package/mobile/components/page/tab-bar/fesm2022/index.mjs +28 -28
- package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/runtime/base/bundles/index.umd.js +219 -215
- package/runtime/base/esm2022/components/app-component/app.component.mjs +38 -41
- package/runtime/base/esm2022/components/app-spinner.component.mjs +25 -21
- package/runtime/base/esm2022/components/custom-toaster.component.mjs +18 -16
- package/runtime/base/fesm2022/index.mjs +99 -95
- package/runtime/base/fesm2022/index.mjs.map +1 -1
- package/scripts/datatable/datatable.js +1 -0
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Injectable, Directive, inject, ViewChild, Inject, HostListener, Optional, Input, Component, ViewContainerRef, Self, ChangeDetectorRef, KeyValueDiffers, ViewEncapsulation, NgModule, CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA, APP_ID, RendererStyleFlags2, APP_INITIALIZER, LOCALE_ID } from '@angular/core';
|
|
3
3
|
import * as i1$1 from '@angular/router';
|
|
4
4
|
import { ActivatedRoute, Router, RouterOutlet, NavigationStart, NavigationEnd, NavigationCancel, NavigationError, RouterModule } from '@angular/router';
|
|
5
|
-
import * as
|
|
5
|
+
import * as i5 from '@angular/common';
|
|
6
6
|
import { AsyncPipe, SlicePipe, PercentPipe, I18nPluralPipe, NgLocalization, I18nSelectPipe, KeyValuePipe, UpperCasePipe, LowerCasePipe, JsonPipe, DecimalPipe, TitleCasePipe, CurrencyPipe, DatePipe, DOCUMENT, ɵgetDOM as _getDOM, CommonModule } from '@angular/common';
|
|
7
7
|
import * as i1 from '@wm/core';
|
|
8
8
|
import { $appDigest, isDefined, triggerFn, fetchContent, _WM_APP_PROJECT, stringStartsWith, loadStyleSheets, loadScripts, noop as noop$1, App, AbstractI18nService, ScriptLoaderService, Viewport, UtilsService, $invokeWatchers, registerFnByExpr, LRUCache, muteWatchers, AbstractNavigationService, getWmProjectProperties, isMobileApp, isIos, isAndroid, unMuteWatchers, $watch, isIE, CustomPipeManager, getSessionStorageItem, AbstractDialogService, StatePersistence, AbstractSpinnerService, AbstractToasterService, ConstantService, FieldTypeService, FieldWidgetService, DynamicComponentRefProvider, EventNotifier, setCSS, isMobile, setSessionStorageItem, replace, setPipeProvider, setNgZone, setAppRef, addClass, removeClass, hasCordova, extendProto, $parseExpr, AppDefaults, isObject as isObject$1, isIphone, isIpod, isIpad, CoreModule } from '@wm/core';
|
|
@@ -13,34 +13,34 @@ import { CONSTANTS, routerService, $rootScope, VariablesService, appManager, htt
|
|
|
13
13
|
import { isEmpty, trim, forEach, extend, get, merge, isUndefined, isObject, endsWith, each, isNil, capitalize, startsWith, split, includes, isString, isNumber, find, intersection, map, toLower, values, findKey, keys, isEqual, filter } from 'lodash-es';
|
|
14
14
|
import { SpaPageDirective, PageDirective, LayoutDirective, PageModule } from '@wm/components/page';
|
|
15
15
|
import { Subject } from 'rxjs';
|
|
16
|
-
import * as
|
|
16
|
+
import * as i2$1 from '@wm/components/base';
|
|
17
17
|
import { WidgetRef, PartialDirective, FileIconClassPipe, FileExtensionFromMimePipe, StateClassPipe, FileSizePipe, FilterPipe, ToDatePipe, ToNumberPipe, ToCurrencyPipe, PrefixPipe, SuffixPipe, TimeFromNowPipe, NumberToStringPipe, StringToNumberPipe, CustomPipe, TrustAsPipe, SanitizePipe, WmComponentsModule } from '@wm/components/base';
|
|
18
18
|
import { __decorate, __param, __metadata } from 'tslib';
|
|
19
19
|
import { RadiosetComponent, CheckboxsetComponent, InputModule } from '@wm/components/input';
|
|
20
|
-
import * as i2$
|
|
20
|
+
import * as i2$4 from '@wm/components/prefab';
|
|
21
21
|
import { PrefabContainerDirective, PrefabDirective as PrefabDirective$1, PrefabModule } from '@wm/components/prefab';
|
|
22
|
-
import * as i1$
|
|
22
|
+
import * as i1$4 from '@angular/common/http';
|
|
23
23
|
import { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';
|
|
24
|
-
import * as i1$
|
|
24
|
+
import * as i1$3 from '@angular/platform-browser';
|
|
25
25
|
import { EventManager, ɵSharedStylesHost as _SharedStylesHost, ɵDomRendererFactory2 as _DomRendererFactory2 } from '@angular/platform-browser';
|
|
26
26
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
27
|
-
import * as i1$
|
|
27
|
+
import * as i1$2 from 'ngx-toastr';
|
|
28
28
|
import { Toast, ToastrModule } from 'ngx-toastr';
|
|
29
29
|
import { DialogModule } from '@wm/components/dialogs';
|
|
30
|
-
import * as
|
|
30
|
+
import * as i8 from '@wm/components/dialogs/confirm-dialog';
|
|
31
31
|
import { ConfirmDialogModule } from '@wm/components/dialogs/confirm-dialog';
|
|
32
|
-
import * as
|
|
32
|
+
import * as i9 from '@wm/components/dialogs/design-dialog';
|
|
33
33
|
import { DesignDialogModule } from '@wm/components/dialogs/design-dialog';
|
|
34
|
-
import * as i1$
|
|
34
|
+
import * as i1$5 from '@wm/mobile/runtime';
|
|
35
35
|
import { MobileRuntimeModule } from '@wm/mobile/runtime';
|
|
36
36
|
import { WmHttpRequest, WmHttpResponse, HttpServiceModule } from '@wm/http';
|
|
37
|
-
import * as i2$
|
|
37
|
+
import * as i2$3 from '@wm/oAuth';
|
|
38
38
|
import { OAuthModule } from '@wm/oAuth';
|
|
39
39
|
import { defineLocale } from 'ngx-bootstrap/chronos';
|
|
40
|
-
import * as i2$
|
|
40
|
+
import * as i2$2 from 'ngx-bootstrap/datepicker';
|
|
41
41
|
import { BsDatepickerModule } from 'ngx-bootstrap/datepicker';
|
|
42
42
|
import { setTheme } from 'ngx-bootstrap/utils';
|
|
43
|
-
import * as
|
|
43
|
+
import * as i10 from '@wm/components/dialogs/alert-dialog';
|
|
44
44
|
import { AlertDialogModule } from '@wm/components/dialogs/alert-dialog';
|
|
45
45
|
import { tap } from 'rxjs/operators';
|
|
46
46
|
import { transpile } from '@wm/transpiler';
|
|
@@ -592,12 +592,12 @@ class AppManagerService {
|
|
|
592
592
|
return this.postTemplateBundleInfo();
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
|
-
static { this.ɵfac = function AppManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppManagerService)(i0.ɵɵinject(i1.AbstractHttpService), i0.ɵɵinject(i2.SecurityService), i0.ɵɵinject(i1.AbstractDialogService), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(i1.App), i0.ɵɵinject(i4.VariablesService), i0.ɵɵinject(i4.MetadataService), i0.ɵɵinject(i1.AbstractSpinnerService), i0.ɵɵinject(i1.AbstractI18nService), i0.ɵɵinject(
|
|
595
|
+
static { this.ɵfac = function AppManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppManagerService)(i0.ɵɵinject(i1.AbstractHttpService), i0.ɵɵinject(i2.SecurityService), i0.ɵɵinject(i1.AbstractDialogService), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(i1.App), i0.ɵɵinject(i4.VariablesService), i0.ɵɵinject(i4.MetadataService), i0.ɵɵinject(i1.AbstractSpinnerService), i0.ɵɵinject(i1.AbstractI18nService), i0.ɵɵinject(i5.DatePipe)); }; }
|
|
596
596
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppManagerService, factory: AppManagerService.ɵfac }); }
|
|
597
597
|
}
|
|
598
598
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppManagerService, [{
|
|
599
599
|
type: Injectable
|
|
600
|
-
}], () => [{ type: i1.AbstractHttpService }, { type: i2.SecurityService }, { type: i1.AbstractDialogService }, { type: i1$1.Router }, { type: i1.App }, { type: i4.VariablesService }, { type: i4.MetadataService }, { type: i1.AbstractSpinnerService }, { type: i1.AbstractI18nService }, { type:
|
|
600
|
+
}], () => [{ type: i1.AbstractHttpService }, { type: i2.SecurityService }, { type: i1.AbstractDialogService }, { type: i1$1.Router }, { type: i1.App }, { type: i4.VariablesService }, { type: i4.MetadataService }, { type: i1.AbstractSpinnerService }, { type: i1.AbstractI18nService }, { type: i5.DatePipe }], null); })();
|
|
601
601
|
|
|
602
602
|
const isPrefabInPreview = (prefabName) => prefabName === '__self__';
|
|
603
603
|
const getPrefabBaseUrl = (prefabName) => {
|
|
@@ -2477,47 +2477,51 @@ class AccessrolesDirective {
|
|
|
2477
2477
|
type: Input
|
|
2478
2478
|
}] }); })();
|
|
2479
2479
|
|
|
2480
|
-
function
|
|
2481
|
-
i0.ɵɵelement(0, "p",
|
|
2480
|
+
function AppSpinnerComponent_Conditional_0_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
2481
|
+
i0.ɵɵelement(0, "p", 4);
|
|
2482
2482
|
} if (rf & 2) {
|
|
2483
2483
|
const value_r1 = ctx.$implicit;
|
|
2484
2484
|
i0.ɵɵproperty("textContent", value_r1);
|
|
2485
2485
|
} }
|
|
2486
|
-
function
|
|
2487
|
-
i0.ɵɵelementStart(0, "div",
|
|
2488
|
-
i0.ɵɵelement(2, "i",
|
|
2489
|
-
i0.ɵɵelementStart(3, "div",
|
|
2490
|
-
i0.ɵɵ
|
|
2486
|
+
function AppSpinnerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
2487
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
2488
|
+
i0.ɵɵelement(2, "i", 2);
|
|
2489
|
+
i0.ɵɵelementStart(3, "div", 3);
|
|
2490
|
+
i0.ɵɵrepeaterCreate(4, AppSpinnerComponent_Conditional_0_For_5_Template, 1, 1, "p", 4, i0.ɵɵrepeaterTrackByIdentity);
|
|
2491
2491
|
i0.ɵɵelementEnd()()();
|
|
2492
2492
|
} if (rf & 2) {
|
|
2493
2493
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
2494
2494
|
i0.ɵɵproperty("ngClass", ctx_r1.classname);
|
|
2495
2495
|
i0.ɵɵadvance(4);
|
|
2496
|
-
i0.ɵɵ
|
|
2496
|
+
i0.ɵɵrepeater(ctx_r1.spinnermessages);
|
|
2497
2497
|
} }
|
|
2498
2498
|
class AppSpinnerComponent {
|
|
2499
2499
|
constructor() { }
|
|
2500
2500
|
static { this.ɵfac = function AppSpinnerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppSpinnerComponent)(); }; }
|
|
2501
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppSpinnerComponent, selectors: [["app-spinner"]], inputs: { show: "show", spinnermessages: "spinnermessages", classname: "classname", arialabel: "arialabel" }, decls: 1, vars: 1, consts: [[
|
|
2502
|
-
i0.ɵɵtemplate(0,
|
|
2501
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppSpinnerComponent, selectors: [["app-spinner"]], inputs: { show: "show", spinnermessages: "spinnermessages", classname: "classname", arialabel: "arialabel" }, decls: 1, vars: 1, consts: [[1, "app-spinner", 3, "ngClass"], [1, "spinner-message"], [1, "spinner-image", "animated", "infinite", "fa", "fa-circle-o-notch", "fa-spin"], [1, "spinner-messages"], [3, "textContent"]], template: function AppSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2502
|
+
i0.ɵɵtemplate(0, AppSpinnerComponent_Conditional_0_Template, 6, 1, "div", 0);
|
|
2503
2503
|
} if (rf & 2) {
|
|
2504
|
-
i0.ɵɵ
|
|
2505
|
-
} }, dependencies: [
|
|
2504
|
+
i0.ɵɵconditional(ctx.show ? 0 : -1);
|
|
2505
|
+
} }, dependencies: [i5.NgClass, i2$1.TextContentDirective], encapsulation: 2 }); }
|
|
2506
2506
|
}
|
|
2507
2507
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppSpinnerComponent, [{
|
|
2508
2508
|
type: Component,
|
|
2509
2509
|
args: [{
|
|
2510
2510
|
selector: 'app-spinner',
|
|
2511
2511
|
template: `
|
|
2512
|
-
|
|
2512
|
+
@if (show) {
|
|
2513
|
+
<div class="app-spinner" [ngClass]="classname">
|
|
2513
2514
|
<div class="spinner-message">
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2515
|
+
<i class="spinner-image animated infinite fa fa-circle-o-notch fa-spin"></i>
|
|
2516
|
+
<div class="spinner-messages">
|
|
2517
|
+
@for (value of spinnermessages; track value) {
|
|
2518
|
+
<p [textContent]="value"></p>
|
|
2519
|
+
}
|
|
2520
|
+
</div>
|
|
2518
2521
|
</div>
|
|
2519
|
-
|
|
2520
|
-
|
|
2522
|
+
</div>
|
|
2523
|
+
}
|
|
2524
|
+
`
|
|
2521
2525
|
}]
|
|
2522
2526
|
}], () => [], { show: [{
|
|
2523
2527
|
type: Input
|
|
@@ -2528,26 +2532,26 @@ class AppSpinnerComponent {
|
|
|
2528
2532
|
}], arialabel: [{
|
|
2529
2533
|
type: Input
|
|
2530
2534
|
}] }); })();
|
|
2531
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber:
|
|
2535
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 20 }); })();
|
|
2532
2536
|
|
|
2533
2537
|
const _c0$1 = ["customToast"];
|
|
2534
2538
|
const _c1 = ["customToastTmpl"];
|
|
2535
2539
|
const _c2 = ["custom-toaster-component", ""];
|
|
2536
|
-
function
|
|
2537
|
-
i0.ɵɵelement(0, "div",
|
|
2540
|
+
function CustomToasterComponent_ng_template_3_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
2541
|
+
i0.ɵɵelement(0, "div", 4);
|
|
2538
2542
|
} if (rf & 2) {
|
|
2539
2543
|
const param_r1 = ctx.$implicit;
|
|
2540
2544
|
i0.ɵɵproperty("name", param_r1.key)("value", param_r1.value);
|
|
2541
2545
|
} }
|
|
2542
2546
|
function CustomToasterComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
2543
2547
|
i0.ɵɵelementStart(0, "div", 3);
|
|
2544
|
-
i0.ɵɵ
|
|
2545
|
-
i0.ɵɵpipe(
|
|
2548
|
+
i0.ɵɵrepeaterCreate(1, CustomToasterComponent_ng_template_3_For_2_Template, 1, 2, "div", 4, i0.ɵɵrepeaterTrackByIdentity);
|
|
2549
|
+
i0.ɵɵpipe(3, "keyvalue");
|
|
2546
2550
|
i0.ɵɵelementEnd();
|
|
2547
2551
|
} if (rf & 2) {
|
|
2548
2552
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
2549
2553
|
i0.ɵɵadvance();
|
|
2550
|
-
i0.ɵɵ
|
|
2554
|
+
i0.ɵɵrepeater(i0.ɵɵpipeBind1(3, 0, ctx_r1.params));
|
|
2551
2555
|
} }
|
|
2552
2556
|
class CustomToasterComponent extends Toast {
|
|
2553
2557
|
// constructor is only necessary when not using AoT
|
|
@@ -2587,7 +2591,7 @@ class CustomToasterComponent extends Toast {
|
|
|
2587
2591
|
forEach(this.watchers, watcher => watcher());
|
|
2588
2592
|
super.ngOnDestroy();
|
|
2589
2593
|
}
|
|
2590
|
-
static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0.ɵɵdirectiveInject(i1$
|
|
2594
|
+
static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0.ɵɵdirectiveInject(i1$2.ToastrService), i0.ɵɵdirectiveInject(i1$2.ToastPackage)); }; }
|
|
2591
2595
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CustomToasterComponent, selectors: [["", "custom-toaster-component", ""]], viewQuery: function CustomToasterComponent_Query(rf, ctx) { if (rf & 1) {
|
|
2592
2596
|
i0.ɵɵviewQuery(_c0$1, 7, ViewContainerRef);
|
|
2593
2597
|
i0.ɵɵviewQuery(_c1, 5);
|
|
@@ -2595,11 +2599,11 @@ class CustomToasterComponent extends Toast {
|
|
|
2595
2599
|
let _t;
|
|
2596
2600
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.customToastRef = _t.first);
|
|
2597
2601
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.customToastTmpl = _t.first);
|
|
2598
|
-
} }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c2, decls: 5, vars: 0, consts: [["customToast", ""], ["customToastTmpl", ""], [1, "parent-custom-toast"], ["wmContainer", "", "partialContainer", "", "content.bind", "pagename"], ["wmParam", "", "hidden", "", 3, "name", "value"
|
|
2602
|
+
} }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c2, decls: 5, vars: 0, consts: [["customToast", ""], ["customToastTmpl", ""], [1, "parent-custom-toast"], ["wmContainer", "", "partialContainer", "", "content.bind", "pagename"], ["wmParam", "", "hidden", "", 3, "name", "value"]], template: function CustomToasterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2599
2603
|
i0.ɵɵelement(0, "div", 2);
|
|
2600
2604
|
i0.ɵɵelementContainer(1, null, 0);
|
|
2601
|
-
i0.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template,
|
|
2602
|
-
} }, dependencies: [
|
|
2605
|
+
i0.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template, 4, 2, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
2606
|
+
} }, dependencies: [i2$1.ContainerDirective, i2$1.PartialParamHandlerDirective, i2$1.PartialParamDirective, i2$1.PartialContainerDirective, i5.KeyValuePipe], encapsulation: 2 }); }
|
|
2603
2607
|
}
|
|
2604
2608
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CustomToasterComponent, [{
|
|
2605
2609
|
type: Component,
|
|
@@ -2609,21 +2613,23 @@ class CustomToasterComponent extends Toast {
|
|
|
2609
2613
|
<div class="parent-custom-toast"></div>
|
|
2610
2614
|
<ng-container #customToast></ng-container>
|
|
2611
2615
|
<ng-template #customToastTmpl>
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
+
<div wmContainer partialContainer content.bind="pagename">
|
|
2617
|
+
@for (param of params | keyvalue; track param) {
|
|
2618
|
+
<div wmParam hidden
|
|
2619
|
+
[name]="param.key" [value]="param.value"></div>
|
|
2620
|
+
}
|
|
2621
|
+
</div>
|
|
2616
2622
|
</ng-template>`,
|
|
2617
2623
|
preserveWhitespaces: false
|
|
2618
2624
|
}]
|
|
2619
|
-
}], () => [{ type: i1$
|
|
2625
|
+
}], () => [{ type: i1$2.ToastrService }, { type: i1$2.ToastPackage }], { customToastRef: [{
|
|
2620
2626
|
type: ViewChild,
|
|
2621
2627
|
args: ['customToast', { static: true, read: ViewContainerRef }]
|
|
2622
2628
|
}], customToastTmpl: [{
|
|
2623
2629
|
type: ViewChild,
|
|
2624
2630
|
args: ['customToastTmpl']
|
|
2625
2631
|
}] }); })();
|
|
2626
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber:
|
|
2632
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 25 }); })();
|
|
2627
2633
|
|
|
2628
2634
|
class EmptyPageComponent {
|
|
2629
2635
|
constructor(route, securityService, router, app, appManger) {
|
|
@@ -2801,7 +2807,7 @@ class PipeProvider {
|
|
|
2801
2807
|
return new ref(...args);
|
|
2802
2808
|
}
|
|
2803
2809
|
}
|
|
2804
|
-
static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0.ɵɵinject(i0.Compiler), i0.ɵɵinject(i0.Injector), i0.ɵɵinject(i1$
|
|
2810
|
+
static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0.ɵɵinject(i0.Compiler), i0.ɵɵinject(i0.Injector), i0.ɵɵinject(i1$3.DomSanitizer), i0.ɵɵinject(i1.AbstractI18nService)); }; }
|
|
2805
2811
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PipeProvider, factory: PipeProvider.ɵfac, providedIn: 'root' }); }
|
|
2806
2812
|
}
|
|
2807
2813
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PipeProvider, [{
|
|
@@ -2809,7 +2815,7 @@ class PipeProvider {
|
|
|
2809
2815
|
args: [{
|
|
2810
2816
|
providedIn: 'root'
|
|
2811
2817
|
}]
|
|
2812
|
-
}], () => [{ type: i0.Compiler }, { type: i0.Injector }, { type: i1$
|
|
2818
|
+
}], () => [{ type: i0.Compiler }, { type: i0.Injector }, { type: i1$3.DomSanitizer }, { type: i1.AbstractI18nService }], null); })();
|
|
2813
2819
|
|
|
2814
2820
|
class PipeService {
|
|
2815
2821
|
constructor(pipeProvider, $app) {
|
|
@@ -3072,12 +3078,12 @@ class ToasterServiceImpl extends AbstractToasterService {
|
|
|
3072
3078
|
console.warn('Please pass a valid options object, For Example : {maxOpened: 1, autoDismiss: true}');
|
|
3073
3079
|
}
|
|
3074
3080
|
}
|
|
3075
|
-
static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0.ɵɵinject(i1$
|
|
3081
|
+
static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0.ɵɵinject(i1$2.ToastrService)); }; }
|
|
3076
3082
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ToasterServiceImpl, factory: ToasterServiceImpl.ɵfac }); }
|
|
3077
3083
|
}
|
|
3078
3084
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ToasterServiceImpl, [{
|
|
3079
3085
|
type: Injectable
|
|
3080
|
-
}], () => [{ type: i1$
|
|
3086
|
+
}], () => [{ type: i1$2.ToastrService }], null); })();
|
|
3081
3087
|
|
|
3082
3088
|
const APP_LOCALE_ROOT_PATH = 'resources/i18n';
|
|
3083
3089
|
const RTL_LANGUAGE_CODES = ['ar', 'ar-001', 'ar-ae', 'ar-bh', 'ar-dz', 'ar-eg', 'ar-iq', 'ar-jo', 'ar-kw', 'ar-lb', 'ar-ly',
|
|
@@ -3396,12 +3402,12 @@ class I18nServiceImpl extends AbstractI18nService {
|
|
|
3396
3402
|
this.app.notify('locale-changed', this.bundleLoaded.libLocale);
|
|
3397
3403
|
}
|
|
3398
3404
|
}
|
|
3399
|
-
static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0.ɵɵinject(i1$
|
|
3405
|
+
static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0.ɵɵinject(i1$4.HttpClient), i0.ɵɵinject(i2$2.BsLocaleService), i0.ɵɵinject(i1.AppDefaults), i0.ɵɵinject(i0.Injector)); }; }
|
|
3400
3406
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: I18nServiceImpl, factory: I18nServiceImpl.ɵfac }); }
|
|
3401
3407
|
}
|
|
3402
3408
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(I18nServiceImpl, [{
|
|
3403
3409
|
type: Injectable
|
|
3404
|
-
}], () => [{ type: i1$
|
|
3410
|
+
}], () => [{ type: i1$4.HttpClient }, { type: i2$2.BsLocaleService }, { type: i1.AppDefaults }, { type: i0.Injector }], null); })();
|
|
3405
3411
|
|
|
3406
3412
|
const spinnerTemplate = `<div class="app-spinner">
|
|
3407
3413
|
<div class="spinner-message" aria-label="loading gif">
|
|
@@ -4023,13 +4029,13 @@ class I18nResolve {
|
|
|
4023
4029
|
}], () => [{ type: i1.AbstractI18nService }], null); })();
|
|
4024
4030
|
|
|
4025
4031
|
const _c0 = ["dynamicComponent"];
|
|
4026
|
-
function
|
|
4027
|
-
i0.ɵɵelement(0, "div",
|
|
4032
|
+
function AppComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
4033
|
+
i0.ɵɵelement(0, "div", 2);
|
|
4028
4034
|
} }
|
|
4029
|
-
function
|
|
4035
|
+
function AppComponent_Conditional_0_ng_template_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
4030
4036
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
4031
|
-
i0.ɵɵelementStart(0, "li",
|
|
4032
|
-
i0.ɵɵlistener("click", function
|
|
4037
|
+
i0.ɵɵelementStart(0, "li", 11)(1, "button", 12);
|
|
4038
|
+
i0.ɵɵlistener("click", function AppComponent_Conditional_0_ng_template_4_For_2_Template_button_click_1_listener() { const provider_r2 = i0.ɵɵrestoreView(_r1).$implicit; return i0.ɵɵresetView(provider_r2.invoke()); });
|
|
4033
4039
|
i0.ɵɵtext(2);
|
|
4034
4040
|
i0.ɵɵelementEnd()();
|
|
4035
4041
|
} if (rf & 2) {
|
|
@@ -4037,44 +4043,42 @@ function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (
|
|
|
4037
4043
|
i0.ɵɵadvance(2);
|
|
4038
4044
|
i0.ɵɵtextInterpolate(provider_r2.name);
|
|
4039
4045
|
} }
|
|
4040
|
-
function
|
|
4041
|
-
i0.ɵɵelementStart(0, "ul",
|
|
4042
|
-
i0.ɵɵ
|
|
4046
|
+
function AppComponent_Conditional_0_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
4047
|
+
i0.ɵɵelementStart(0, "ul", 10);
|
|
4048
|
+
i0.ɵɵrepeaterCreate(1, AppComponent_Conditional_0_ng_template_4_For_2_Template, 3, 1, "li", 11, i0.ɵɵrepeaterTrackByIdentity);
|
|
4043
4049
|
i0.ɵɵelementEnd();
|
|
4044
4050
|
} if (rf & 2) {
|
|
4045
4051
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
4046
4052
|
i0.ɵɵadvance();
|
|
4047
|
-
i0.ɵɵ
|
|
4053
|
+
i0.ɵɵrepeater(ctx_r2.providersConfig);
|
|
4048
4054
|
} }
|
|
4049
|
-
function
|
|
4050
|
-
i0.ɵɵelement(0, "div",
|
|
4055
|
+
function AppComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
4056
|
+
i0.ɵɵelement(0, "div", 6);
|
|
4051
4057
|
} }
|
|
4052
|
-
function
|
|
4053
|
-
i0.ɵɵelement(0, "div",
|
|
4058
|
+
function AppComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
4059
|
+
i0.ɵɵelement(0, "div", 7);
|
|
4054
4060
|
} }
|
|
4055
|
-
function
|
|
4056
|
-
i0.ɵɵ
|
|
4057
|
-
i0.ɵɵ
|
|
4058
|
-
i0.ɵɵ
|
|
4059
|
-
i0.ɵɵ
|
|
4060
|
-
i0.ɵɵ
|
|
4061
|
-
i0.ɵɵtemplate(5, AppComponent_ng_container_0_ng_template_5_Template, 2, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4061
|
+
function AppComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
4062
|
+
i0.ɵɵelement(0, "router-outlet");
|
|
4063
|
+
i0.ɵɵtemplate(1, AppComponent_Conditional_0_Conditional_1_Template, 1, 0, "div", 2);
|
|
4064
|
+
i0.ɵɵelement(2, "app-spinner", 3);
|
|
4065
|
+
i0.ɵɵelementStart(3, "div", 4);
|
|
4066
|
+
i0.ɵɵtemplate(4, AppComponent_Conditional_0_ng_template_4_Template, 3, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4062
4067
|
i0.ɵɵelementEnd();
|
|
4063
|
-
i0.ɵɵelement(
|
|
4064
|
-
i0.ɵɵtemplate(
|
|
4065
|
-
i0.ɵɵelement(
|
|
4066
|
-
i0.ɵɵelementContainerEnd();
|
|
4068
|
+
i0.ɵɵelement(6, "div", 5);
|
|
4069
|
+
i0.ɵɵtemplate(7, AppComponent_Conditional_0_Conditional_7_Template, 1, 0, "div", 6)(8, AppComponent_Conditional_0_Conditional_8_Template, 1, 0, "div", 7);
|
|
4070
|
+
i0.ɵɵelement(9, "div", 8)(10, "i", 9);
|
|
4067
4071
|
} if (rf & 2) {
|
|
4068
4072
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
4069
|
-
i0.ɵɵadvance(
|
|
4070
|
-
i0.ɵɵ
|
|
4073
|
+
i0.ɵɵadvance();
|
|
4074
|
+
i0.ɵɵconditional(ctx_r2.isApplicationType ? 1 : -1);
|
|
4071
4075
|
i0.ɵɵadvance();
|
|
4072
4076
|
i0.ɵɵproperty("show", ctx_r2.spinner.show)("spinnermessages", ctx_r2.spinner.messages);
|
|
4073
4077
|
i0.ɵɵattribute("aria-label", ctx_r2.spinner.arialabel || "Loading");
|
|
4074
4078
|
i0.ɵɵadvance(5);
|
|
4075
|
-
i0.ɵɵ
|
|
4079
|
+
i0.ɵɵconditional(!ctx_r2.isApplicationType ? 7 : -1);
|
|
4076
4080
|
i0.ɵɵadvance();
|
|
4077
|
-
i0.ɵɵ
|
|
4081
|
+
i0.ɵɵconditional(!ctx_r2.isApplicationType ? 8 : -1);
|
|
4078
4082
|
} }
|
|
4079
4083
|
class AppComponent {
|
|
4080
4084
|
constructor(_pipeProvider, _appRef, elRef, oAuthService, dialogService, spinnerService, ngZone, router, app, appManager, customIconsLoaderService) {
|
|
@@ -4213,7 +4217,7 @@ class AppComponent {
|
|
|
4213
4217
|
ngDoCheck() {
|
|
4214
4218
|
$invokeWatchers();
|
|
4215
4219
|
}
|
|
4216
|
-
static { this.ɵfac = function AppComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppComponent)(i0.ɵɵdirectiveInject(PipeProvider), i0.ɵɵdirectiveInject(i0.ApplicationRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i2$
|
|
4220
|
+
static { this.ɵfac = function AppComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppComponent)(i0.ɵɵdirectiveInject(PipeProvider), i0.ɵɵdirectiveInject(i0.ApplicationRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i2$3.OAuthService), i0.ɵɵdirectiveInject(i1.AbstractDialogService), i0.ɵɵdirectiveInject(i1.AbstractSpinnerService), i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1.App), i0.ɵɵdirectiveInject(AppManagerService), i0.ɵɵdirectiveInject(i1.CustomIconsLoaderService)); }; }
|
|
4217
4221
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppComponent, selectors: [["app-root"]], viewQuery: function AppComponent_Query(rf, ctx) { if (rf & 1) {
|
|
4218
4222
|
i0.ɵɵviewQuery(RouterOutlet, 5);
|
|
4219
4223
|
i0.ɵɵviewQuery(_c0, 5, ViewContainerRef);
|
|
@@ -4221,17 +4225,17 @@ class AppComponent {
|
|
|
4221
4225
|
let _t;
|
|
4222
4226
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.routerOutlet = _t.first);
|
|
4223
4227
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dynamicComponentContainerRef = _t.first);
|
|
4224
|
-
} }, decls: 3, vars: 1, consts: [["dynamicComponent", ""], ["dialogBody", ""], [
|
|
4225
|
-
i0.ɵɵtemplate(0,
|
|
4228
|
+
} }, decls: 3, vars: 1, consts: [["dynamicComponent", ""], ["dialogBody", ""], ["wmContainer", "", "partialContainer", "", "content", "Common", "hidden", "", 1, "ng-hide"], ["name", "globalspinner", "classname", "global-spinner", "role", "alert", "aria-live", "assertive", 3, "show", "spinnermessages"], ["wmDialog", "", "name", "oAuthLoginDialog", "title", "Application is requesting you to sign in with", "close.event", "closeOAuthDialog()"], ["wmConfirmDialog", "", "name", "_app-confirm-dialog", "title.bind", "title", "message.bind", "message", "oktext.bind", "oktext", "canceltext.bind", "canceltext", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()"], ["wmConfirmDialog", "", "name", "PrefabConfirmDialog", "title.bind", "title", "message.bind", "text", "oktext.bind", "okButtonText", "canceltext.bind", "cancelButtonText", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()"], ["wmAlertDialog", "", "name", "PrefabAlertDialog", "title.bind", "title", "message.bind", "text", "oktext.bind", "okButtonText", "canceltext.bind", "cancelButtonText", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()"], ["wmAppExt", ""], ["id", "wm-mobile-display"], [1, "list-items"], [1, "list-item"], [1, "btn", 3, "click"]], template: function AppComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4229
|
+
i0.ɵɵtemplate(0, AppComponent_Conditional_0_Template, 11, 6);
|
|
4226
4230
|
i0.ɵɵelementContainer(1, null, 0);
|
|
4227
4231
|
} if (rf & 2) {
|
|
4228
|
-
i0.ɵɵ
|
|
4229
|
-
} }, dependencies: [i1$
|
|
4232
|
+
i0.ɵɵconditional(ctx.startApp ? 0 : -1);
|
|
4233
|
+
} }, dependencies: [i1$1.RouterOutlet, i2$1.ContainerDirective, i2$1.PartialParamHandlerDirective, i2$1.PartialContainerDirective, i1$5.AppExtComponent, i8.ConfirmDialogComponent, i9.DialogComponent, i10.AlertDialogComponent, AppSpinnerComponent], encapsulation: 2 }); }
|
|
4230
4234
|
}
|
|
4231
4235
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppComponent, [{
|
|
4232
4236
|
type: Component,
|
|
4233
|
-
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "
|
|
4234
|
-
}], () => [{ type: PipeProvider }, { type: i0.ApplicationRef }, { type: i0.ElementRef }, { type: i2$
|
|
4237
|
+
args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "@if (startApp) {\n <router-outlet></router-outlet>\n @if (isApplicationType) {\n <div wmContainer partialContainer content=\"Common\" hidden class=\"ng-hide\"></div>\n }\n <app-spinner name=\"globalspinner\" classname=\"global-spinner\" role=\"alert\" aria-live=\"assertive\" [attr.aria-label]=\"spinner.arialabel || 'Loading'\" [show]=\"spinner.show\" [spinnermessages]=\"spinner.messages\"></app-spinner>\n <div wmDialog name=\"oAuthLoginDialog\" title=\"Application is requesting you to sign in with\"\n close.event=\"closeOAuthDialog()\">\n <ng-template #dialogBody>\n <ul class=\"list-items\">\n @for (provider of providersConfig; track provider) {\n <li class=\"list-item\">\n <button class=\"btn\" (click)=\"provider.invoke()\">{{provider.name}}</button>\n </li>\n }\n </ul>\n </ng-template>\n </div>\n <div wmConfirmDialog name=\"_app-confirm-dialog\" title.bind=\"title\" message.bind=\"message\" oktext.bind=\"oktext\"\n canceltext.bind=\"canceltext\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n @if (!isApplicationType) {\n <div wmConfirmDialog name=\"PrefabConfirmDialog\" title.bind=\"title\" message.bind=\"text\" oktext.bind=\"okButtonText\"\n canceltext.bind=\"cancelButtonText\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n }\n @if (!isApplicationType) {\n <div wmAlertDialog name=\"PrefabAlertDialog\" title.bind=\"title\" message.bind=\"text\" oktext.bind=\"okButtonText\"\n canceltext.bind=\"cancelButtonText\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n }\n <div wmAppExt></div>\n <i id=\"wm-mobile-display\"></i>\n}\n<!--Dummy container to create the component dynamically-->\n<ng-container #dynamicComponent></ng-container>\n" }]
|
|
4238
|
+
}], () => [{ type: PipeProvider }, { type: i0.ApplicationRef }, { type: i0.ElementRef }, { type: i2$3.OAuthService }, { type: i1.AbstractDialogService }, { type: i1.AbstractSpinnerService }, { type: i0.NgZone }, { type: i1$1.Router }, { type: i1.App }, { type: AppManagerService }, { type: i1.CustomIconsLoaderService }], { routerOutlet: [{
|
|
4235
4239
|
type: ViewChild,
|
|
4236
4240
|
args: [RouterOutlet]
|
|
4237
4241
|
}], dynamicComponentContainerRef: [{
|
|
@@ -4398,7 +4402,7 @@ class PrefabPreviewComponent {
|
|
|
4398
4402
|
i0.ɵɵelementStart(0, "div", 0);
|
|
4399
4403
|
i0.ɵɵelement(1, "section", 1);
|
|
4400
4404
|
i0.ɵɵelementEnd();
|
|
4401
|
-
} }, dependencies: [i2$
|
|
4405
|
+
} }, dependencies: [i2$4.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
|
|
4402
4406
|
}
|
|
4403
4407
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrefabPreviewComponent, [{
|
|
4404
4408
|
type: Component,
|
|
@@ -4716,12 +4720,12 @@ class WMDomRendererFactory2 {
|
|
|
4716
4720
|
}
|
|
4717
4721
|
begin() { }
|
|
4718
4722
|
end() { }
|
|
4719
|
-
static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0.ɵɵinject(i1$
|
|
4723
|
+
static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0.ɵɵinject(i1$3.EventManager), i0.ɵɵinject(i1$3.ɵSharedStylesHost), i0.ɵɵinject(APP_ID), i0.ɵɵinject(DOCUMENT)); }; }
|
|
4720
4724
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WMDomRendererFactory2, factory: WMDomRendererFactory2.ɵfac }); }
|
|
4721
4725
|
}
|
|
4722
4726
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WMDomRendererFactory2, [{
|
|
4723
4727
|
type: Injectable
|
|
4724
|
-
}], () => [{ type: i1$
|
|
4728
|
+
}], () => [{ type: i1$3.EventManager }, { type: i1$3.ɵSharedStylesHost }, { type: undefined, decorators: [{
|
|
4725
4729
|
type: Inject,
|
|
4726
4730
|
args: [APP_ID]
|
|
4727
4731
|
}] }, { type: Document, decorators: [{
|
|
@@ -5182,7 +5186,7 @@ class RuntimeBaseModule {
|
|
|
5182
5186
|
}
|
|
5183
5187
|
});
|
|
5184
5188
|
}
|
|
5185
|
-
static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0.ɵɵinject(i1$
|
|
5189
|
+
static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0.ɵɵinject(i1$5.MobileRuntimeModule), i0.ɵɵinject(i1.App), i0.ɵɵinject(i1.Viewport)); }; }
|
|
5186
5190
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: RuntimeBaseModule }); }
|
|
5187
5191
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
5188
5192
|
{ provide: _SharedStylesHost, useClass: WMDomSharedStylesHost },
|
|
@@ -5323,7 +5327,7 @@ class RuntimeBaseModule {
|
|
|
5323
5327
|
{ provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 }
|
|
5324
5328
|
]
|
|
5325
5329
|
}]
|
|
5326
|
-
}], () => [{ type: i1$
|
|
5330
|
+
}], () => [{ type: i1$5.MobileRuntimeModule }, { type: i1.App }, { type: i1.Viewport }], null); })();
|
|
5327
5331
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(RuntimeBaseModule, { declarations: [AccessrolesDirective,
|
|
5328
5332
|
AppSpinnerComponent,
|
|
5329
5333
|
CustomToasterComponent,
|