@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.
Files changed (170) hide show
  1. package/build-task/bundles/index.umd.js +5 -3
  2. package/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +4 -2
  3. package/build-task/esm2022/data/form/form-field/form-field.build.mjs +3 -3
  4. package/build-task/fesm2022/index.mjs +5 -3
  5. package/build-task/fesm2022/index.mjs.map +1 -1
  6. package/components/basic/default/bundles/index.umd.js +68 -71
  7. package/components/basic/default/esm2022/anchor/anchor.component.mjs +18 -18
  8. package/components/basic/default/esm2022/icon/icon.component.mjs +12 -13
  9. package/components/basic/default/esm2022/iframe/iframe.component.mjs +9 -10
  10. package/components/basic/default/esm2022/picture/picture.directive.mjs +2 -5
  11. package/components/basic/default/esm2022/spinner/spinner.component.mjs +21 -21
  12. package/components/basic/default/esm2022/video/video.component.mjs +14 -15
  13. package/components/basic/default/fesm2022/index.mjs +68 -71
  14. package/components/basic/default/fesm2022/index.mjs.map +1 -1
  15. package/components/basic/progress/bundles/index.umd.js +16 -17
  16. package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +7 -8
  17. package/components/basic/progress/fesm2022/index.mjs +8 -9
  18. package/components/basic/progress/fesm2022/index.mjs.map +1 -1
  19. package/components/basic/rich-text-editor/bundles/index.umd.js +11 -12
  20. package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +8 -9
  21. package/components/basic/rich-text-editor/fesm2022/index.mjs +7 -8
  22. package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
  23. package/components/basic/search/bundles/index.umd.js +63 -67
  24. package/components/basic/search/esm2022/search.component.mjs +63 -67
  25. package/components/basic/search/esm2022/search.module.mjs +2 -2
  26. package/components/basic/search/fesm2022/index.mjs +63 -67
  27. package/components/basic/search/fesm2022/index.mjs.map +1 -1
  28. package/components/chart/bundles/index.umd.js +17 -17
  29. package/components/chart/esm2022/chart.component.mjs +18 -18
  30. package/components/chart/fesm2022/index.mjs +17 -17
  31. package/components/chart/fesm2022/index.mjs.map +1 -1
  32. package/components/containers/panel/bundles/index.umd.js +39 -39
  33. package/components/containers/panel/esm2022/panel.component.mjs +40 -40
  34. package/components/containers/panel/fesm2022/index.mjs +39 -39
  35. package/components/containers/panel/fesm2022/index.mjs.map +1 -1
  36. package/components/containers/tabs/bundles/index.umd.js +29 -29
  37. package/components/containers/tabs/esm2022/tabs.component.mjs +30 -30
  38. package/components/containers/tabs/fesm2022/index.mjs +29 -29
  39. package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
  40. package/components/containers/wizard/bundles/index.umd.js +49 -49
  41. package/components/containers/wizard/esm2022/wizard.component.mjs +50 -50
  42. package/components/containers/wizard/fesm2022/index.mjs +49 -49
  43. package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
  44. package/components/data/card/bundles/index.umd.js +29 -29
  45. package/components/data/card/esm2022/card.component.mjs +30 -30
  46. package/components/data/card/fesm2022/index.mjs +29 -29
  47. package/components/data/card/fesm2022/index.mjs.map +1 -1
  48. package/components/data/form/bundles/index.umd.js +91 -96
  49. package/components/data/form/esm2022/form.component.mjs +92 -97
  50. package/components/data/form/fesm2022/index.mjs +91 -96
  51. package/components/data/form/fesm2022/index.mjs.map +1 -1
  52. package/components/data/list/bundles/index.umd.js +171 -173
  53. package/components/data/list/esm2022/list.component.mjs +171 -173
  54. package/components/data/list/esm2022/list.module.mjs +2 -2
  55. package/components/data/list/fesm2022/index.mjs +171 -173
  56. package/components/data/list/fesm2022/index.mjs.map +1 -1
  57. package/components/data/pagination/bundles/index.umd.js +32 -32
  58. package/components/data/pagination/esm2022/pagination.component.mjs +33 -33
  59. package/components/data/pagination/fesm2022/index.mjs +32 -32
  60. package/components/data/pagination/fesm2022/index.mjs.map +1 -1
  61. package/components/data/table/bundles/index.umd.js +69 -39
  62. package/components/data/table/esm2022/table-column/table-column.directive.mjs +2 -1
  63. package/components/data/table/esm2022/table-column/table-column.props.mjs +2 -1
  64. package/components/data/table/esm2022/table-filter.directive.mjs +29 -2
  65. package/components/data/table/esm2022/table.component.mjs +40 -39
  66. package/components/data/table/esm2022/table.props.mjs +2 -1
  67. package/components/data/table/fesm2022/index.mjs +72 -41
  68. package/components/data/table/fesm2022/index.mjs.map +1 -1
  69. package/components/data/table/table-column/table-column.directive.d.ts +1 -0
  70. package/components/data/table/table-filter.directive.d.ts +1 -0
  71. package/components/dialogs/default/bundles/index.umd.js +66 -95
  72. package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +67 -96
  73. package/components/dialogs/default/fesm2022/index.mjs +66 -95
  74. package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
  75. package/components/dialogs/design-dialog/bundles/index.umd.js +7 -7
  76. package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +8 -8
  77. package/components/dialogs/design-dialog/fesm2022/index.mjs +7 -7
  78. package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
  79. package/components/dialogs/iframe-dialog/bundles/index.umd.js +24 -25
  80. package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +15 -16
  81. package/components/dialogs/iframe-dialog/fesm2022/index.mjs +14 -15
  82. package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
  83. package/components/dialogs/partial-dialog/bundles/index.umd.js +8 -8
  84. package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +9 -9
  85. package/components/dialogs/partial-dialog/fesm2022/index.mjs +8 -8
  86. package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
  87. package/components/input/chips/bundles/index.umd.js +21 -21
  88. package/components/input/chips/esm2022/chips.component.mjs +22 -22
  89. package/components/input/chips/fesm2022/index.mjs +21 -21
  90. package/components/input/chips/fesm2022/index.mjs.map +1 -1
  91. package/components/input/default/bundles/index.umd.js +201 -209
  92. package/components/input/default/esm2022/button/button.component.mjs +18 -18
  93. package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +68 -69
  94. package/components/input/default/esm2022/radioset/radioset.component.mjs +68 -69
  95. package/components/input/default/esm2022/select/select.component.mjs +21 -27
  96. package/components/input/default/esm2022/switch/switch.component.mjs +24 -24
  97. package/components/input/default/esm2022/textarea/textarea.component.mjs +8 -8
  98. package/components/input/default/fesm2022/index.mjs +201 -209
  99. package/components/input/default/fesm2022/index.mjs.map +1 -1
  100. package/components/input/epoch/bundles/index.umd.js +171 -164
  101. package/components/input/epoch/esm2022/date/date.component.mjs +14 -15
  102. package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +64 -59
  103. package/components/input/epoch/esm2022/date-time/date-time.component.mjs +18 -19
  104. package/components/input/epoch/esm2022/picker/picker.component.mjs +26 -25
  105. package/components/input/epoch/esm2022/time/time.component.mjs +17 -18
  106. package/components/input/epoch/fesm2022/index.mjs +124 -117
  107. package/components/input/epoch/fesm2022/index.mjs.map +1 -1
  108. package/components/input/file-upload/bundles/index.umd.js +111 -114
  109. package/components/input/file-upload/esm2022/file-upload.component.mjs +112 -115
  110. package/components/input/file-upload/fesm2022/index.mjs +111 -114
  111. package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  112. package/components/input/rating/bundles/index.umd.js +14 -14
  113. package/components/input/rating/esm2022/rating.component.mjs +15 -15
  114. package/components/input/rating/fesm2022/index.mjs +14 -14
  115. package/components/input/rating/fesm2022/index.mjs.map +1 -1
  116. package/components/input/slider/bundles/index.umd.js +39 -40
  117. package/components/input/slider/esm2022/slider.component.mjs +10 -11
  118. package/components/input/slider/fesm2022/index.mjs +9 -10
  119. package/components/input/slider/fesm2022/index.mjs.map +1 -1
  120. package/components/navigation/breadcrumb/bundles/index.umd.js +16 -15
  121. package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +17 -16
  122. package/components/navigation/breadcrumb/fesm2022/index.mjs +16 -15
  123. package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
  124. package/components/navigation/menu/bundles/index.umd.js +82 -74
  125. package/components/navigation/menu/esm2022/menu-adapator.component.mjs +14 -4
  126. package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +7 -7
  127. package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +15 -15
  128. package/components/navigation/menu/esm2022/menu.component.mjs +22 -26
  129. package/components/navigation/menu/esm2022/menu.module.mjs +4 -4
  130. package/components/navigation/menu/esm2022/nav/nav.component.mjs +26 -24
  131. package/components/navigation/menu/fesm2022/index.mjs +82 -74
  132. package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
  133. package/components/navigation/menu/menu-adapator.component.d.ts +1 -0
  134. package/components/navigation/navbar/bundles/index.umd.js +12 -12
  135. package/components/navigation/navbar/esm2022/navbar.component.mjs +13 -13
  136. package/components/navigation/navbar/fesm2022/index.mjs +12 -12
  137. package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
  138. package/mobile/components/basic/default/bundles/index.umd.js +102 -111
  139. package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +39 -40
  140. package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +35 -44
  141. package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +27 -28
  142. package/mobile/components/basic/default/fesm2022/index.mjs +98 -107
  143. package/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
  144. package/mobile/components/containers/segmented-control/bundles/index.umd.js +16 -16
  145. package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +8 -9
  146. package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +10 -10
  147. package/mobile/components/containers/segmented-control/fesm2022/index.mjs +16 -16
  148. package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
  149. package/mobile/components/data/media-list/bundles/index.umd.js +28 -28
  150. package/mobile/components/data/media-list/esm2022/media-list.component.mjs +29 -29
  151. package/mobile/components/data/media-list/fesm2022/index.mjs +28 -28
  152. package/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
  153. package/mobile/components/page/mobile-navbar/bundles/index.umd.js +29 -29
  154. package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +30 -30
  155. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +29 -29
  156. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
  157. package/mobile/components/page/tab-bar/bundles/index.umd.js +28 -28
  158. package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +29 -29
  159. package/mobile/components/page/tab-bar/fesm2022/index.mjs +28 -28
  160. package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
  161. package/npm-shrinkwrap.json +2 -2
  162. package/package-lock.json +2 -2
  163. package/package.json +1 -1
  164. package/runtime/base/bundles/index.umd.js +219 -215
  165. package/runtime/base/esm2022/components/app-component/app.component.mjs +38 -41
  166. package/runtime/base/esm2022/components/app-spinner.component.mjs +25 -21
  167. package/runtime/base/esm2022/components/custom-toaster.component.mjs +18 -16
  168. package/runtime/base/fesm2022/index.mjs +99 -95
  169. package/runtime/base/fesm2022/index.mjs.map +1 -1
  170. 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 i1$2 from '@angular/common';
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 i3 from '@wm/components/base';
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$3 from '@wm/components/prefab';
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$5 from '@angular/common/http';
22
+ import * as i1$4 from '@angular/common/http';
23
23
  import { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';
24
- import * as i1$4 from '@angular/platform-browser';
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$3 from 'ngx-toastr';
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 i9 from '@wm/components/dialogs/confirm-dialog';
30
+ import * as i8 from '@wm/components/dialogs/confirm-dialog';
31
31
  import { ConfirmDialogModule } from '@wm/components/dialogs/confirm-dialog';
32
- import * as i10 from '@wm/components/dialogs/design-dialog';
32
+ import * as i9 from '@wm/components/dialogs/design-dialog';
33
33
  import { DesignDialogModule } from '@wm/components/dialogs/design-dialog';
34
- import * as i1$6 from '@wm/mobile/runtime';
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$2 from '@wm/oAuth';
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$1 from 'ngx-bootstrap/datepicker';
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 i11 from '@wm/components/dialogs/alert-dialog';
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(i1$2.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(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: i1$2.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: 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 AppSpinnerComponent_div_0_p_4_Template(rf, ctx) { if (rf & 1) {
2481
- i0.ɵɵelement(0, "p", 6);
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 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);
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.ɵɵproperty("ngForOf", ctx_r1.spinnermessages);
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: [["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);
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.ɵɵproperty("ngIf", ctx.show);
2505
- } }, dependencies: [i1$2.NgClass, i1$2.NgForOf, i1$2.NgIf, i3.TextContentDirective], encapsulation: 2 }); }
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
- <div class="app-spinner" [ngClass]="classname" *ngIf="show">
2512
+ @if (show) {
2513
+ <div class="app-spinner" [ngClass]="classname">
2513
2514
  <div class="spinner-message">
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>
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
- </div>
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: 16 }); })();
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 CustomToasterComponent_ng_template_3_div_1_Template(rf, ctx) { if (rf & 1) {
2537
- i0.ɵɵelement(0, "div", 5);
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.ɵɵtemplate(1, CustomToasterComponent_ng_template_3_div_1_Template, 1, 2, "div", 4);
2545
- i0.ɵɵpipe(2, "keyvalue");
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.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(2, 1, ctx_r1.params));
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$3.ToastrService), i0.ɵɵdirectiveInject(i1$3.ToastPackage)); }; }
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", 4, "ngFor", "ngForOf"], ["wmParam", "", "hidden", "", 3, "name", "value"]], template: function CustomToasterComponent_Template(rf, ctx) { if (rf & 1) {
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, 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 }); }
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
- <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>
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$3.ToastrService }, { type: i1$3.ToastPackage }], { customToastRef: [{
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: 23 }); })();
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$4.DomSanitizer), i0.ɵɵinject(i1.AbstractI18nService)); }; }
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$4.DomSanitizer }, { type: i1.AbstractI18nService }], null); })();
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$3.ToastrService)); }; }
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$3.ToastrService }], null); })();
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$5.HttpClient), i0.ɵɵinject(i2$1.BsLocaleService), i0.ɵɵinject(i1.AppDefaults), i0.ɵɵinject(i0.Injector)); }; }
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$5.HttpClient }, { type: i2$1.BsLocaleService }, { type: i1.AppDefaults }, { type: i0.Injector }], null); })();
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 AppComponent_ng_container_0_div_2_Template(rf, ctx) { if (rf & 1) {
4027
- i0.ɵɵelement(0, "div", 11);
4032
+ function AppComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
4033
+ i0.ɵɵelement(0, "div", 2);
4028
4034
  } }
4029
- function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (rf & 1) {
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", 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()); });
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 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);
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.ɵɵproperty("ngForOf", ctx_r2.providersConfig);
4053
+ i0.ɵɵrepeater(ctx_r2.providersConfig);
4048
4054
  } }
4049
- function AppComponent_ng_container_0_div_8_Template(rf, ctx) { if (rf & 1) {
4050
- i0.ɵɵelement(0, "div", 16);
4055
+ function AppComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
4056
+ i0.ɵɵelement(0, "div", 6);
4051
4057
  } }
4052
- function AppComponent_ng_container_0_div_9_Template(rf, ctx) { if (rf & 1) {
4053
- i0.ɵɵelement(0, "div", 17);
4058
+ function AppComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
4059
+ i0.ɵɵelement(0, "div", 7);
4054
4060
  } }
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);
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(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();
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(2);
4070
- i0.ɵɵproperty("ngIf", ctx_r2.isApplicationType);
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.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
4079
+ i0.ɵɵconditional(!ctx_r2.isApplicationType ? 7 : -1);
4076
4080
  i0.ɵɵadvance();
4077
- i0.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
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$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)); }; }
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", ""], [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);
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.ɵɵ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 }); }
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: "<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: [{
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$3.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
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$4.EventManager), i0.ɵɵinject(i1$4.ɵSharedStylesHost), i0.ɵɵinject(APP_ID), i0.ɵɵinject(DOCUMENT)); }; }
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$4.EventManager }, { type: i1$4.ɵSharedStylesHost }, { type: undefined, decorators: [{
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$6.MobileRuntimeModule), i0.ɵɵinject(i1.App), i0.ɵɵinject(i1.Viewport)); }; }
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$6.MobileRuntimeModule }, { type: i1.App }, { type: i1.Viewport }], null); })();
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,