@wavemaker/app-ng-runtime 11.10.3-next.25128 → 11.10.3-rc.6079

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.
Files changed (155) hide show
  1. package/components/basic/default/bundles/index.umd.js +68 -68
  2. package/components/basic/default/esm2022/anchor/anchor.component.mjs +18 -18
  3. package/components/basic/default/esm2022/icon/icon.component.mjs +13 -12
  4. package/components/basic/default/esm2022/iframe/iframe.component.mjs +10 -9
  5. package/components/basic/default/esm2022/spinner/spinner.component.mjs +21 -21
  6. package/components/basic/default/esm2022/video/video.component.mjs +15 -14
  7. package/components/basic/default/fesm2022/index.mjs +68 -68
  8. package/components/basic/default/fesm2022/index.mjs.map +1 -1
  9. package/components/basic/progress/bundles/index.umd.js +17 -16
  10. package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +8 -7
  11. package/components/basic/progress/fesm2022/index.mjs +9 -8
  12. package/components/basic/progress/fesm2022/index.mjs.map +1 -1
  13. package/components/basic/rich-text-editor/bundles/index.umd.js +12 -11
  14. package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +9 -8
  15. package/components/basic/rich-text-editor/fesm2022/index.mjs +8 -7
  16. package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
  17. package/components/basic/search/bundles/index.umd.js +67 -63
  18. package/components/basic/search/esm2022/search.component.mjs +67 -63
  19. package/components/basic/search/esm2022/search.module.mjs +2 -2
  20. package/components/basic/search/fesm2022/index.mjs +67 -63
  21. package/components/basic/search/fesm2022/index.mjs.map +1 -1
  22. package/components/chart/bundles/index.umd.js +17 -17
  23. package/components/chart/esm2022/chart.component.mjs +18 -18
  24. package/components/chart/fesm2022/index.mjs +17 -17
  25. package/components/chart/fesm2022/index.mjs.map +1 -1
  26. package/components/containers/panel/bundles/index.umd.js +39 -39
  27. package/components/containers/panel/esm2022/panel.component.mjs +40 -40
  28. package/components/containers/panel/fesm2022/index.mjs +39 -39
  29. package/components/containers/panel/fesm2022/index.mjs.map +1 -1
  30. package/components/containers/tabs/bundles/index.umd.js +29 -29
  31. package/components/containers/tabs/esm2022/tabs.component.mjs +30 -30
  32. package/components/containers/tabs/fesm2022/index.mjs +29 -29
  33. package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
  34. package/components/containers/wizard/bundles/index.umd.js +49 -49
  35. package/components/containers/wizard/esm2022/wizard.component.mjs +50 -50
  36. package/components/containers/wizard/fesm2022/index.mjs +49 -49
  37. package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
  38. package/components/data/card/bundles/index.umd.js +29 -29
  39. package/components/data/card/esm2022/card.component.mjs +30 -30
  40. package/components/data/card/fesm2022/index.mjs +29 -29
  41. package/components/data/card/fesm2022/index.mjs.map +1 -1
  42. package/components/data/form/bundles/index.umd.js +96 -91
  43. package/components/data/form/esm2022/form.component.mjs +97 -92
  44. package/components/data/form/fesm2022/index.mjs +96 -91
  45. package/components/data/form/fesm2022/index.mjs.map +1 -1
  46. package/components/data/list/bundles/index.umd.js +173 -171
  47. package/components/data/list/esm2022/list.component.mjs +173 -171
  48. package/components/data/list/esm2022/list.module.mjs +2 -2
  49. package/components/data/list/fesm2022/index.mjs +173 -171
  50. package/components/data/list/fesm2022/index.mjs.map +1 -1
  51. package/components/data/pagination/bundles/index.umd.js +32 -32
  52. package/components/data/pagination/esm2022/pagination.component.mjs +33 -33
  53. package/components/data/pagination/fesm2022/index.mjs +32 -32
  54. package/components/data/pagination/fesm2022/index.mjs.map +1 -1
  55. package/components/data/table/bundles/index.umd.js +38 -39
  56. package/components/data/table/esm2022/table.component.mjs +39 -40
  57. package/components/data/table/fesm2022/index.mjs +38 -39
  58. package/components/data/table/fesm2022/index.mjs.map +1 -1
  59. package/components/dialogs/default/bundles/index.umd.js +95 -66
  60. package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +96 -67
  61. package/components/dialogs/default/fesm2022/index.mjs +95 -66
  62. package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
  63. package/components/dialogs/design-dialog/bundles/index.umd.js +7 -7
  64. package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +8 -8
  65. package/components/dialogs/design-dialog/fesm2022/index.mjs +7 -7
  66. package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
  67. package/components/dialogs/iframe-dialog/bundles/index.umd.js +25 -24
  68. package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +16 -15
  69. package/components/dialogs/iframe-dialog/fesm2022/index.mjs +15 -14
  70. package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
  71. package/components/dialogs/partial-dialog/bundles/index.umd.js +8 -8
  72. package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +9 -9
  73. package/components/dialogs/partial-dialog/fesm2022/index.mjs +8 -8
  74. package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
  75. package/components/input/chips/bundles/index.umd.js +21 -21
  76. package/components/input/chips/esm2022/chips.component.mjs +22 -22
  77. package/components/input/chips/fesm2022/index.mjs +21 -21
  78. package/components/input/chips/fesm2022/index.mjs.map +1 -1
  79. package/components/input/default/bundles/index.umd.js +209 -201
  80. package/components/input/default/esm2022/button/button.component.mjs +18 -18
  81. package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +69 -68
  82. package/components/input/default/esm2022/radioset/radioset.component.mjs +69 -68
  83. package/components/input/default/esm2022/select/select.component.mjs +27 -21
  84. package/components/input/default/esm2022/switch/switch.component.mjs +24 -24
  85. package/components/input/default/esm2022/textarea/textarea.component.mjs +8 -8
  86. package/components/input/default/fesm2022/index.mjs +209 -201
  87. package/components/input/default/fesm2022/index.mjs.map +1 -1
  88. package/components/input/epoch/bundles/index.umd.js +164 -171
  89. package/components/input/epoch/esm2022/date/date.component.mjs +15 -14
  90. package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +59 -64
  91. package/components/input/epoch/esm2022/date-time/date-time.component.mjs +19 -18
  92. package/components/input/epoch/esm2022/picker/picker.component.mjs +25 -26
  93. package/components/input/epoch/esm2022/time/time.component.mjs +18 -17
  94. package/components/input/epoch/fesm2022/index.mjs +117 -124
  95. package/components/input/epoch/fesm2022/index.mjs.map +1 -1
  96. package/components/input/file-upload/bundles/index.umd.js +114 -111
  97. package/components/input/file-upload/esm2022/file-upload.component.mjs +115 -112
  98. package/components/input/file-upload/fesm2022/index.mjs +114 -111
  99. package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  100. package/components/input/rating/bundles/index.umd.js +14 -14
  101. package/components/input/rating/esm2022/rating.component.mjs +15 -15
  102. package/components/input/rating/fesm2022/index.mjs +14 -14
  103. package/components/input/rating/fesm2022/index.mjs.map +1 -1
  104. package/components/input/slider/bundles/index.umd.js +40 -39
  105. package/components/input/slider/esm2022/slider.component.mjs +11 -10
  106. package/components/input/slider/fesm2022/index.mjs +10 -9
  107. package/components/input/slider/fesm2022/index.mjs.map +1 -1
  108. package/components/navigation/breadcrumb/bundles/index.umd.js +15 -16
  109. package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +16 -17
  110. package/components/navigation/breadcrumb/fesm2022/index.mjs +15 -16
  111. package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
  112. package/components/navigation/menu/bundles/index.umd.js +71 -69
  113. package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +7 -7
  114. package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +15 -15
  115. package/components/navigation/menu/esm2022/menu.component.mjs +26 -22
  116. package/components/navigation/menu/esm2022/menu.module.mjs +4 -4
  117. package/components/navigation/menu/esm2022/nav/nav.component.mjs +24 -26
  118. package/components/navigation/menu/fesm2022/index.mjs +71 -69
  119. package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
  120. package/components/navigation/navbar/bundles/index.umd.js +12 -12
  121. package/components/navigation/navbar/esm2022/navbar.component.mjs +13 -13
  122. package/components/navigation/navbar/fesm2022/index.mjs +12 -12
  123. package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
  124. package/mobile/components/basic/default/bundles/index.umd.js +111 -102
  125. package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +40 -39
  126. package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +44 -35
  127. package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +28 -27
  128. package/mobile/components/basic/default/fesm2022/index.mjs +107 -98
  129. package/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
  130. package/mobile/components/containers/segmented-control/bundles/index.umd.js +16 -16
  131. package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +9 -8
  132. package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +10 -10
  133. package/mobile/components/containers/segmented-control/fesm2022/index.mjs +16 -16
  134. package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
  135. package/mobile/components/data/media-list/bundles/index.umd.js +28 -28
  136. package/mobile/components/data/media-list/esm2022/media-list.component.mjs +29 -29
  137. package/mobile/components/data/media-list/fesm2022/index.mjs +28 -28
  138. package/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
  139. package/mobile/components/page/mobile-navbar/bundles/index.umd.js +29 -29
  140. package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +30 -30
  141. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +29 -29
  142. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
  143. package/mobile/components/page/tab-bar/bundles/index.umd.js +28 -28
  144. package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +29 -29
  145. package/mobile/components/page/tab-bar/fesm2022/index.mjs +28 -28
  146. package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
  147. package/npm-shrinkwrap.json +2 -2
  148. package/package-lock.json +2 -2
  149. package/package.json +1 -1
  150. package/runtime/base/bundles/index.umd.js +215 -219
  151. package/runtime/base/esm2022/components/app-component/app.component.mjs +41 -38
  152. package/runtime/base/esm2022/components/app-spinner.component.mjs +21 -25
  153. package/runtime/base/esm2022/components/custom-toaster.component.mjs +16 -18
  154. package/runtime/base/fesm2022/index.mjs +95 -99
  155. package/runtime/base/fesm2022/index.mjs.map +1 -1
@@ -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 i5 from '@angular/common';
5
+ import * as i1$2 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 i2$1 from '@wm/components/base';
16
+ import * as i3 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$4 from '@wm/components/prefab';
20
+ import * as i2$3 from '@wm/components/prefab';
21
21
  import { PrefabContainerDirective, PrefabDirective as PrefabDirective$1, PrefabModule } from '@wm/components/prefab';
22
- import * as i1$4 from '@angular/common/http';
22
+ import * as i1$5 from '@angular/common/http';
23
23
  import { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';
24
- import * as i1$3 from '@angular/platform-browser';
24
+ import * as i1$4 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$2 from 'ngx-toastr';
27
+ import * as i1$3 from 'ngx-toastr';
28
28
  import { Toast, ToastrModule } from 'ngx-toastr';
29
29
  import { DialogModule } from '@wm/components/dialogs';
30
- import * as i8 from '@wm/components/dialogs/confirm-dialog';
30
+ import * as i9 from '@wm/components/dialogs/confirm-dialog';
31
31
  import { ConfirmDialogModule } from '@wm/components/dialogs/confirm-dialog';
32
- import * as i9 from '@wm/components/dialogs/design-dialog';
32
+ import * as i10 from '@wm/components/dialogs/design-dialog';
33
33
  import { DesignDialogModule } from '@wm/components/dialogs/design-dialog';
34
- import * as i1$5 from '@wm/mobile/runtime';
34
+ import * as i1$6 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$3 from '@wm/oAuth';
37
+ import * as i2$2 from '@wm/oAuth';
38
38
  import { OAuthModule } from '@wm/oAuth';
39
39
  import { defineLocale } from 'ngx-bootstrap/chronos';
40
- import * as i2$2 from 'ngx-bootstrap/datepicker';
40
+ import * as i2$1 from 'ngx-bootstrap/datepicker';
41
41
  import { BsDatepickerModule } from 'ngx-bootstrap/datepicker';
42
42
  import { setTheme } from 'ngx-bootstrap/utils';
43
- import * as i10 from '@wm/components/dialogs/alert-dialog';
43
+ import * as i11 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(i5.DatePipe)); }; }
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(i1$2.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: i5.DatePipe }], null); })();
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: i1$2.DatePipe }], null); })();
601
601
 
602
602
  const isPrefabInPreview = (prefabName) => prefabName === '__self__';
603
603
  const getPrefabBaseUrl = (prefabName) => {
@@ -2477,51 +2477,47 @@ class AccessrolesDirective {
2477
2477
  type: Input
2478
2478
  }] }); })();
2479
2479
 
2480
- function AppSpinnerComponent_Conditional_0_For_5_Template(rf, ctx) { if (rf & 1) {
2481
- i0.ɵɵelement(0, "p", 4);
2480
+ function AppSpinnerComponent_div_0_p_4_Template(rf, ctx) { if (rf & 1) {
2481
+ i0.ɵɵelement(0, "p", 6);
2482
2482
  } if (rf & 2) {
2483
2483
  const value_r1 = ctx.$implicit;
2484
2484
  i0.ɵɵproperty("textContent", value_r1);
2485
2485
  } }
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);
2486
+ function AppSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
2487
+ i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
2488
+ i0.ɵɵelement(2, "i", 3);
2489
+ i0.ɵɵelementStart(3, "div", 4);
2490
+ i0.ɵɵtemplate(4, AppSpinnerComponent_div_0_p_4_Template, 1, 1, "p", 5);
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.ɵɵrepeater(ctx_r1.spinnermessages);
2496
+ i0.ɵɵproperty("ngForOf", 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: [[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);
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: [["class", "app-spinner", 3, "ngClass", 4, "ngIf"], [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", 4, "ngFor", "ngForOf"], [3, "textContent"]], template: function AppSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
2502
+ i0.ɵɵtemplate(0, AppSpinnerComponent_div_0_Template, 5, 2, "div", 0);
2503
2503
  } if (rf & 2) {
2504
- i0.ɵɵconditional(ctx.show ? 0 : -1);
2505
- } }, dependencies: [i5.NgClass, i2$1.TextContentDirective], encapsulation: 2 }); }
2504
+ i0.ɵɵproperty("ngIf", ctx.show);
2505
+ } }, dependencies: [i1$2.NgClass, i1$2.NgForOf, i1$2.NgIf, i3.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
- @if (show) {
2513
- <div class="app-spinner" [ngClass]="classname">
2512
+ <div class="app-spinner" [ngClass]="classname" *ngIf="show">
2514
2513
  <div class="spinner-message">
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>
2514
+ <i class="spinner-image animated infinite fa fa-circle-o-notch fa-spin"></i>
2515
+ <div class="spinner-messages">
2516
+ <p *ngFor="let value of spinnermessages" [textContent]="value"></p>
2517
+ </div>
2521
2518
  </div>
2522
- </div>
2523
- }
2524
- `
2519
+ </div>
2520
+ `
2525
2521
  }]
2526
2522
  }], () => [], { show: [{
2527
2523
  type: Input
@@ -2532,26 +2528,26 @@ class AppSpinnerComponent {
2532
2528
  }], arialabel: [{
2533
2529
  type: Input
2534
2530
  }] }); })();
2535
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 20 }); })();
2531
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 16 }); })();
2536
2532
 
2537
2533
  const _c0$1 = ["customToast"];
2538
2534
  const _c1 = ["customToastTmpl"];
2539
2535
  const _c2 = ["custom-toaster-component", ""];
2540
- function CustomToasterComponent_ng_template_3_For_2_Template(rf, ctx) { if (rf & 1) {
2541
- i0.ɵɵelement(0, "div", 4);
2536
+ function CustomToasterComponent_ng_template_3_div_1_Template(rf, ctx) { if (rf & 1) {
2537
+ i0.ɵɵelement(0, "div", 5);
2542
2538
  } if (rf & 2) {
2543
2539
  const param_r1 = ctx.$implicit;
2544
2540
  i0.ɵɵproperty("name", param_r1.key)("value", param_r1.value);
2545
2541
  } }
2546
2542
  function CustomToasterComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
2547
2543
  i0.ɵɵelementStart(0, "div", 3);
2548
- i0.ɵɵrepeaterCreate(1, CustomToasterComponent_ng_template_3_For_2_Template, 1, 2, "div", 4, i0.ɵɵrepeaterTrackByIdentity);
2549
- i0.ɵɵpipe(3, "keyvalue");
2544
+ i0.ɵɵtemplate(1, CustomToasterComponent_ng_template_3_div_1_Template, 1, 2, "div", 4);
2545
+ i0.ɵɵpipe(2, "keyvalue");
2550
2546
  i0.ɵɵelementEnd();
2551
2547
  } if (rf & 2) {
2552
2548
  const ctx_r1 = i0.ɵɵnextContext();
2553
2549
  i0.ɵɵadvance();
2554
- i0.ɵɵrepeater(i0.ɵɵpipeBind1(3, 0, ctx_r1.params));
2550
+ i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(2, 1, ctx_r1.params));
2555
2551
  } }
2556
2552
  class CustomToasterComponent extends Toast {
2557
2553
  // constructor is only necessary when not using AoT
@@ -2591,7 +2587,7 @@ class CustomToasterComponent extends Toast {
2591
2587
  forEach(this.watchers, watcher => watcher());
2592
2588
  super.ngOnDestroy();
2593
2589
  }
2594
- static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0.ɵɵdirectiveInject(i1$2.ToastrService), i0.ɵɵdirectiveInject(i1$2.ToastPackage)); }; }
2590
+ static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0.ɵɵdirectiveInject(i1$3.ToastrService), i0.ɵɵdirectiveInject(i1$3.ToastPackage)); }; }
2595
2591
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CustomToasterComponent, selectors: [["", "custom-toaster-component", ""]], viewQuery: function CustomToasterComponent_Query(rf, ctx) { if (rf & 1) {
2596
2592
  i0.ɵɵviewQuery(_c0$1, 7, ViewContainerRef);
2597
2593
  i0.ɵɵviewQuery(_c1, 5);
@@ -2599,11 +2595,11 @@ class CustomToasterComponent extends Toast {
2599
2595
  let _t;
2600
2596
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.customToastRef = _t.first);
2601
2597
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.customToastTmpl = _t.first);
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) {
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", 4, "ngFor", "ngForOf"], ["wmParam", "", "hidden", "", 3, "name", "value"]], template: function CustomToasterComponent_Template(rf, ctx) { if (rf & 1) {
2603
2599
  i0.ɵɵelement(0, "div", 2);
2604
2600
  i0.ɵɵelementContainer(1, null, 0);
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 }); }
2601
+ i0.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template, 3, 3, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2602
+ } }, dependencies: [i1$2.NgForOf, i3.ContainerDirective, i3.PartialParamHandlerDirective, i3.PartialParamDirective, i3.PartialContainerDirective, i1$2.KeyValuePipe], encapsulation: 2 }); }
2607
2603
  }
2608
2604
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CustomToasterComponent, [{
2609
2605
  type: Component,
@@ -2613,23 +2609,21 @@ class CustomToasterComponent extends Toast {
2613
2609
  <div class="parent-custom-toast"></div>
2614
2610
  <ng-container #customToast></ng-container>
2615
2611
  <ng-template #customToastTmpl>
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>
2612
+ <div wmContainer partialContainer content.bind="pagename">
2613
+ <div *ngFor="let param of params | keyvalue" wmParam hidden
2614
+ [name]="param.key" [value]="param.value"></div>
2615
+ </div>
2622
2616
  </ng-template>`,
2623
2617
  preserveWhitespaces: false
2624
2618
  }]
2625
- }], () => [{ type: i1$2.ToastrService }, { type: i1$2.ToastPackage }], { customToastRef: [{
2619
+ }], () => [{ type: i1$3.ToastrService }, { type: i1$3.ToastPackage }], { customToastRef: [{
2626
2620
  type: ViewChild,
2627
2621
  args: ['customToast', { static: true, read: ViewContainerRef }]
2628
2622
  }], customToastTmpl: [{
2629
2623
  type: ViewChild,
2630
2624
  args: ['customToastTmpl']
2631
2625
  }] }); })();
2632
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 25 }); })();
2626
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 23 }); })();
2633
2627
 
2634
2628
  class EmptyPageComponent {
2635
2629
  constructor(route, securityService, router, app, appManger) {
@@ -2807,7 +2801,7 @@ class PipeProvider {
2807
2801
  return new ref(...args);
2808
2802
  }
2809
2803
  }
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)); }; }
2804
+ static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0.ɵɵinject(i0.Compiler), i0.ɵɵinject(i0.Injector), i0.ɵɵinject(i1$4.DomSanitizer), i0.ɵɵinject(i1.AbstractI18nService)); }; }
2811
2805
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PipeProvider, factory: PipeProvider.ɵfac, providedIn: 'root' }); }
2812
2806
  }
2813
2807
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PipeProvider, [{
@@ -2815,7 +2809,7 @@ class PipeProvider {
2815
2809
  args: [{
2816
2810
  providedIn: 'root'
2817
2811
  }]
2818
- }], () => [{ type: i0.Compiler }, { type: i0.Injector }, { type: i1$3.DomSanitizer }, { type: i1.AbstractI18nService }], null); })();
2812
+ }], () => [{ type: i0.Compiler }, { type: i0.Injector }, { type: i1$4.DomSanitizer }, { type: i1.AbstractI18nService }], null); })();
2819
2813
 
2820
2814
  class PipeService {
2821
2815
  constructor(pipeProvider, $app) {
@@ -3078,12 +3072,12 @@ class ToasterServiceImpl extends AbstractToasterService {
3078
3072
  console.warn('Please pass a valid options object, For Example : {maxOpened: 1, autoDismiss: true}');
3079
3073
  }
3080
3074
  }
3081
- static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0.ɵɵinject(i1$2.ToastrService)); }; }
3075
+ static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0.ɵɵinject(i1$3.ToastrService)); }; }
3082
3076
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ToasterServiceImpl, factory: ToasterServiceImpl.ɵfac }); }
3083
3077
  }
3084
3078
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ToasterServiceImpl, [{
3085
3079
  type: Injectable
3086
- }], () => [{ type: i1$2.ToastrService }], null); })();
3080
+ }], () => [{ type: i1$3.ToastrService }], null); })();
3087
3081
 
3088
3082
  const APP_LOCALE_ROOT_PATH = 'resources/i18n';
3089
3083
  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',
@@ -3402,12 +3396,12 @@ class I18nServiceImpl extends AbstractI18nService {
3402
3396
  this.app.notify('locale-changed', this.bundleLoaded.libLocale);
3403
3397
  }
3404
3398
  }
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)); }; }
3399
+ static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0.ɵɵinject(i1$5.HttpClient), i0.ɵɵinject(i2$1.BsLocaleService), i0.ɵɵinject(i1.AppDefaults), i0.ɵɵinject(i0.Injector)); }; }
3406
3400
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: I18nServiceImpl, factory: I18nServiceImpl.ɵfac }); }
3407
3401
  }
3408
3402
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(I18nServiceImpl, [{
3409
3403
  type: Injectable
3410
- }], () => [{ type: i1$4.HttpClient }, { type: i2$2.BsLocaleService }, { type: i1.AppDefaults }, { type: i0.Injector }], null); })();
3404
+ }], () => [{ type: i1$5.HttpClient }, { type: i2$1.BsLocaleService }, { type: i1.AppDefaults }, { type: i0.Injector }], null); })();
3411
3405
 
3412
3406
  const spinnerTemplate = `<div class="app-spinner">
3413
3407
  <div class="spinner-message" aria-label="loading gif">
@@ -4029,13 +4023,13 @@ class I18nResolve {
4029
4023
  }], () => [{ type: i1.AbstractI18nService }], null); })();
4030
4024
 
4031
4025
  const _c0 = ["dynamicComponent"];
4032
- function AppComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
4033
- i0.ɵɵelement(0, "div", 2);
4026
+ function AppComponent_ng_container_0_div_2_Template(rf, ctx) { if (rf & 1) {
4027
+ i0.ɵɵelement(0, "div", 11);
4034
4028
  } }
4035
- function AppComponent_Conditional_0_ng_template_4_For_2_Template(rf, ctx) { if (rf & 1) {
4029
+ function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (rf & 1) {
4036
4030
  const _r1 = i0.ɵɵgetCurrentView();
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()); });
4031
+ i0.ɵɵelementStart(0, "li", 14)(1, "button", 15);
4032
+ i0.ɵɵlistener("click", function AppComponent_ng_container_0_ng_template_5_li_1_Template_button_click_1_listener() { const provider_r2 = i0.ɵɵrestoreView(_r1).$implicit; return i0.ɵɵresetView(provider_r2.invoke()); });
4039
4033
  i0.ɵɵtext(2);
4040
4034
  i0.ɵɵelementEnd()();
4041
4035
  } if (rf & 2) {
@@ -4043,42 +4037,44 @@ function AppComponent_Conditional_0_ng_template_4_For_2_Template(rf, ctx) { if (
4043
4037
  i0.ɵɵadvance(2);
4044
4038
  i0.ɵɵtextInterpolate(provider_r2.name);
4045
4039
  } }
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);
4040
+ function AppComponent_ng_container_0_ng_template_5_Template(rf, ctx) { if (rf & 1) {
4041
+ i0.ɵɵelementStart(0, "ul", 12);
4042
+ i0.ɵɵtemplate(1, AppComponent_ng_container_0_ng_template_5_li_1_Template, 3, 1, "li", 13);
4049
4043
  i0.ɵɵelementEnd();
4050
4044
  } if (rf & 2) {
4051
4045
  const ctx_r2 = i0.ɵɵnextContext(2);
4052
4046
  i0.ɵɵadvance();
4053
- i0.ɵɵrepeater(ctx_r2.providersConfig);
4047
+ i0.ɵɵproperty("ngForOf", ctx_r2.providersConfig);
4054
4048
  } }
4055
- function AppComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
4056
- i0.ɵɵelement(0, "div", 6);
4049
+ function AppComponent_ng_container_0_div_8_Template(rf, ctx) { if (rf & 1) {
4050
+ i0.ɵɵelement(0, "div", 16);
4057
4051
  } }
4058
- function AppComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
4059
- i0.ɵɵelement(0, "div", 7);
4052
+ function AppComponent_ng_container_0_div_9_Template(rf, ctx) { if (rf & 1) {
4053
+ i0.ɵɵelement(0, "div", 17);
4060
4054
  } }
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);
4055
+ function AppComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
4056
+ i0.ɵɵelementContainerStart(0);
4057
+ i0.ɵɵelement(1, "router-outlet");
4058
+ i0.ɵɵtemplate(2, AppComponent_ng_container_0_div_2_Template, 1, 0, "div", 3);
4059
+ i0.ɵɵelement(3, "app-spinner", 4);
4060
+ i0.ɵɵelementStart(4, "div", 5);
4061
+ i0.ɵɵtemplate(5, AppComponent_ng_container_0_ng_template_5_Template, 2, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
4067
4062
  i0.ɵɵelementEnd();
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);
4063
+ i0.ɵɵelement(7, "div", 6);
4064
+ i0.ɵɵtemplate(8, AppComponent_ng_container_0_div_8_Template, 1, 0, "div", 7)(9, AppComponent_ng_container_0_div_9_Template, 1, 0, "div", 8);
4065
+ i0.ɵɵelement(10, "div", 9)(11, "i", 10);
4066
+ i0.ɵɵelementContainerEnd();
4071
4067
  } if (rf & 2) {
4072
4068
  const ctx_r2 = i0.ɵɵnextContext();
4073
- i0.ɵɵadvance();
4074
- i0.ɵɵconditional(ctx_r2.isApplicationType ? 1 : -1);
4069
+ i0.ɵɵadvance(2);
4070
+ i0.ɵɵproperty("ngIf", ctx_r2.isApplicationType);
4075
4071
  i0.ɵɵadvance();
4076
4072
  i0.ɵɵproperty("show", ctx_r2.spinner.show)("spinnermessages", ctx_r2.spinner.messages);
4077
4073
  i0.ɵɵattribute("aria-label", ctx_r2.spinner.arialabel || "Loading");
4078
4074
  i0.ɵɵadvance(5);
4079
- i0.ɵɵconditional(!ctx_r2.isApplicationType ? 7 : -1);
4075
+ i0.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
4080
4076
  i0.ɵɵadvance();
4081
- i0.ɵɵconditional(!ctx_r2.isApplicationType ? 8 : -1);
4077
+ i0.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
4082
4078
  } }
4083
4079
  class AppComponent {
4084
4080
  constructor(_pipeProvider, _appRef, elRef, oAuthService, dialogService, spinnerService, ngZone, router, app, appManager, customIconsLoaderService) {
@@ -4217,7 +4213,7 @@ class AppComponent {
4217
4213
  ngDoCheck() {
4218
4214
  $invokeWatchers();
4219
4215
  }
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)); }; }
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$2.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)); }; }
4221
4217
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppComponent, selectors: [["app-root"]], viewQuery: function AppComponent_Query(rf, ctx) { if (rf & 1) {
4222
4218
  i0.ɵɵviewQuery(RouterOutlet, 5);
4223
4219
  i0.ɵɵviewQuery(_c0, 5, ViewContainerRef);
@@ -4225,17 +4221,17 @@ class AppComponent {
4225
4221
  let _t;
4226
4222
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.routerOutlet = _t.first);
4227
4223
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dynamicComponentContainerRef = _t.first);
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);
4224
+ } }, decls: 3, vars: 1, consts: [["dynamicComponent", ""], ["dialogBody", ""], [4, "ngIf"], ["wmContainer", "", "partialContainer", "", "content", "Common", "hidden", "", "class", "ng-hide", 4, "ngIf"], ["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()", 4, "ngIf"], ["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()", 4, "ngIf"], ["wmAppExt", ""], ["id", "wm-mobile-display"], ["wmContainer", "", "partialContainer", "", "content", "Common", "hidden", "", 1, "ng-hide"], [1, "list-items"], ["class", "list-item", 4, "ngFor", "ngForOf"], [1, "list-item"], [1, "btn", 3, "click"], ["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()"]], template: function AppComponent_Template(rf, ctx) { if (rf & 1) {
4225
+ i0.ɵɵtemplate(0, AppComponent_ng_container_0_Template, 12, 6, "ng-container", 2);
4230
4226
  i0.ɵɵelementContainer(1, null, 0);
4231
4227
  } if (rf & 2) {
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 }); }
4228
+ i0.ɵɵproperty("ngIf", ctx.startApp);
4229
+ } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i1$1.RouterOutlet, i3.ContainerDirective, i3.PartialParamHandlerDirective, i3.PartialContainerDirective, i1$6.AppExtComponent, i9.ConfirmDialogComponent, i10.DialogComponent, i11.AlertDialogComponent, AppSpinnerComponent], encapsulation: 2 }); }
4234
4230
  }
4235
4231
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppComponent, [{
4236
4232
  type: Component,
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: [{
4233
+ args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"startApp\">\n <router-outlet></router-outlet>\n <div wmContainer partialContainer content=\"Common\" hidden class=\"ng-hide\" *ngIf=\"isApplicationType\"></div>\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 <li class=\"list-item\" *ngFor=\"let provider of providersConfig\">\n <button class=\"btn\" (click)=\"provider.invoke()\">{{provider.name}}</button>\n </li>\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 <div *ngIf=\"!isApplicationType\" 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 <div *ngIf=\"!isApplicationType\" 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 <div wmAppExt></div>\n <i id=\"wm-mobile-display\"></i>\n</ng-container>\n<!--Dummy container to create the component dynamically-->\n<ng-container #dynamicComponent></ng-container>\n" }]
4234
+ }], () => [{ type: PipeProvider }, { type: i0.ApplicationRef }, { type: i0.ElementRef }, { type: i2$2.OAuthService }, { type: i1.AbstractDialogService }, { type: i1.AbstractSpinnerService }, { type: i0.NgZone }, { type: i1$1.Router }, { type: i1.App }, { type: AppManagerService }, { type: i1.CustomIconsLoaderService }], { routerOutlet: [{
4239
4235
  type: ViewChild,
4240
4236
  args: [RouterOutlet]
4241
4237
  }], dynamicComponentContainerRef: [{
@@ -4402,7 +4398,7 @@ class PrefabPreviewComponent {
4402
4398
  i0.ɵɵelementStart(0, "div", 0);
4403
4399
  i0.ɵɵelement(1, "section", 1);
4404
4400
  i0.ɵɵelementEnd();
4405
- } }, dependencies: [i2$4.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
4401
+ } }, dependencies: [i2$3.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
4406
4402
  }
4407
4403
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrefabPreviewComponent, [{
4408
4404
  type: Component,
@@ -4720,12 +4716,12 @@ class WMDomRendererFactory2 {
4720
4716
  }
4721
4717
  begin() { }
4722
4718
  end() { }
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)); }; }
4719
+ static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0.ɵɵinject(i1$4.EventManager), i0.ɵɵinject(i1$4.ɵSharedStylesHost), i0.ɵɵinject(APP_ID), i0.ɵɵinject(DOCUMENT)); }; }
4724
4720
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WMDomRendererFactory2, factory: WMDomRendererFactory2.ɵfac }); }
4725
4721
  }
4726
4722
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WMDomRendererFactory2, [{
4727
4723
  type: Injectable
4728
- }], () => [{ type: i1$3.EventManager }, { type: i1$3.ɵSharedStylesHost }, { type: undefined, decorators: [{
4724
+ }], () => [{ type: i1$4.EventManager }, { type: i1$4.ɵSharedStylesHost }, { type: undefined, decorators: [{
4729
4725
  type: Inject,
4730
4726
  args: [APP_ID]
4731
4727
  }] }, { type: Document, decorators: [{
@@ -5186,7 +5182,7 @@ class RuntimeBaseModule {
5186
5182
  }
5187
5183
  });
5188
5184
  }
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)); }; }
5185
+ static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0.ɵɵinject(i1$6.MobileRuntimeModule), i0.ɵɵinject(i1.App), i0.ɵɵinject(i1.Viewport)); }; }
5190
5186
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: RuntimeBaseModule }); }
5191
5187
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
5192
5188
  { provide: _SharedStylesHost, useClass: WMDomSharedStylesHost },
@@ -5327,7 +5323,7 @@ class RuntimeBaseModule {
5327
5323
  { provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 }
5328
5324
  ]
5329
5325
  }]
5330
- }], () => [{ type: i1$5.MobileRuntimeModule }, { type: i1.App }, { type: i1.Viewport }], null); })();
5326
+ }], () => [{ type: i1$6.MobileRuntimeModule }, { type: i1.App }, { type: i1.Viewport }], null); })();
5331
5327
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(RuntimeBaseModule, { declarations: [AccessrolesDirective,
5332
5328
  AppSpinnerComponent,
5333
5329
  CustomToasterComponent,