@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 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/router'), require('@angular/common'), require('@wm/core'), require('@wm/security'), require('@wm/variables'), require('lodash-es'), require('@wm/components/page'), require('rxjs'), require('@wm/components/base'), require('tslib'), require('@wm/components/input'), require('@wm/components/prefab'), require('@angular/common/http'), require('@angular/platform-browser'), require('@angular/forms'), require('ngx-toastr'), require('@wm/components/dialogs'), require('@wm/components/dialogs/confirm-dialog'), require('@wm/components/dialogs/design-dialog'), require('@wm/mobile/runtime'), require('@wm/http'), require('@wm/oAuth'), require('ngx-bootstrap/chronos'), require('ngx-bootstrap/datepicker'), require('ngx-bootstrap/utils'), require('@wm/components/dialogs/alert-dialog'), require('rxjs/operators'), require('@wm/transpiler'), require('@wm/build-task'), require('@wm/components/page/footer'), require('@wm/components/page/header'), require('@wm/components/page/left-panel'), require('@wm/components/page/right-panel'), require('@wm/components/page/top-nav'), require('@wm/components/basic'), require('@wm/components/basic/progress'), require('@wm/components/basic/rich-text-editor'), require('@wm/components/basic/search'), require('@wm/components/basic/tree'), require('@wm/components/input/calendar'), require('@wm/components/input/chips'), require('@wm/components/input/color-picker'), require('@wm/components/input/currency'), require('@wm/components/input/epoch'), require('@wm/components/input/file-upload'), require('@wm/components/input/rating'), require('@wm/components/input/slider'), require('@wm/components/data/card'), require('@wm/components/data/form'), require('@wm/components/data/list'), require('@wm/components/data/live-table'), require('@wm/components/data/pagination'), require('@wm/components/data/table'), require('@wm/components/chart'), require('@wm/components/containers/accordion'), require('@wm/components/containers/linear-layout'), require('@wm/components/containers/layout-grid'), require('@wm/components/containers/panel'), require('@wm/components/containers/tabs'), require('@wm/components/containers/tile'), require('@wm/components/containers/wizard'), require('@wm/components/dialogs/iframe-dialog'), require('@wm/components/dialogs/login-dialog'), require('@wm/components/dialogs/partial-dialog'), require('@wm/components/navigation/breadcrumb'), require('@wm/components/navigation/menu'), require('@wm/components/navigation/navbar'), require('@wm/components/navigation/popover'), require('@wm/components/advanced/carousel'), require('@wm/components/advanced/login'), require('@wm/components/advanced/marquee'), require('@wm/components/advanced/custom'), require('ngx-bootstrap/timepicker'), require('ngx-bootstrap/dropdown'), require('ngx-bootstrap/pagination'), require('ngx-bootstrap/typeahead'), require('ngx-bootstrap/progressbar'), require('ngx-bootstrap/carousel'), require('ngx-bootstrap/popover'), require('ng-circle-progress'), require('ngx-bootstrap/tooltip')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/router', '@angular/common', '@wm/core', '@wm/security', '@wm/variables', 'lodash-es', '@wm/components/page', 'rxjs', '@wm/components/base', 'tslib', '@wm/components/input', '@wm/components/prefab', '@angular/common/http', '@angular/platform-browser', '@angular/forms', 'ngx-toastr', '@wm/components/dialogs', '@wm/components/dialogs/confirm-dialog', '@wm/components/dialogs/design-dialog', '@wm/mobile/runtime', '@wm/http', '@wm/oAuth', 'ngx-bootstrap/chronos', 'ngx-bootstrap/datepicker', 'ngx-bootstrap/utils', '@wm/components/dialogs/alert-dialog', 'rxjs/operators', '@wm/transpiler', '@wm/build-task', '@wm/components/page/footer', '@wm/components/page/header', '@wm/components/page/left-panel', '@wm/components/page/right-panel', '@wm/components/page/top-nav', '@wm/components/basic', '@wm/components/basic/progress', '@wm/components/basic/rich-text-editor', '@wm/components/basic/search', '@wm/components/basic/tree', '@wm/components/input/calendar', '@wm/components/input/chips', '@wm/components/input/color-picker', '@wm/components/input/currency', '@wm/components/input/epoch', '@wm/components/input/file-upload', '@wm/components/input/rating', '@wm/components/input/slider', '@wm/components/data/card', '@wm/components/data/form', '@wm/components/data/list', '@wm/components/data/live-table', '@wm/components/data/pagination', '@wm/components/data/table', '@wm/components/chart', '@wm/components/containers/accordion', '@wm/components/containers/linear-layout', '@wm/components/containers/layout-grid', '@wm/components/containers/panel', '@wm/components/containers/tabs', '@wm/components/containers/tile', '@wm/components/containers/wizard', '@wm/components/dialogs/iframe-dialog', '@wm/components/dialogs/login-dialog', '@wm/components/dialogs/partial-dialog', '@wm/components/navigation/breadcrumb', '@wm/components/navigation/menu', '@wm/components/navigation/navbar', '@wm/components/navigation/popover', '@wm/components/advanced/carousel', '@wm/components/advanced/login', '@wm/components/advanced/marquee', '@wm/components/advanced/custom', 'ngx-bootstrap/timepicker', 'ngx-bootstrap/dropdown', 'ngx-bootstrap/pagination', 'ngx-bootstrap/typeahead', 'ngx-bootstrap/progressbar', 'ngx-bootstrap/carousel', 'ngx-bootstrap/popover', 'ng-circle-progress', 'ngx-bootstrap/tooltip'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.runtime = global.wm.runtime || {}, global.wm.runtime.base = {}), global.ng.core, global.ng.router, global.ng.common, global.wm.core, global.wm.security, global.wm.variables, global._, global.wm.components.page, global.rxjs, global.wm.components.base, global.tslib, global.wm.components.input, global.wm.components.prefab, global.ng.common.http, global.ng.platformBrowser, global.ng.forms, global.ngxToastr, global.wm.components.dialogs, global.wm.components.dialogs.confirmdialog, global.wm.components.dialogs.designdialog, global.wm.mobile.runtime, global.wm.http, global.wm.oAuth, global.chronos, global.datepicker, global.utils, global.wm.components.dialogs.alertdialog, global.rxjs.operators, global.wm.transpiler, global.wm.buildTask, global.wm.components.page.footer, global.wm.components.page.header, global.wm.components.page.leftpanel, global.wm.components.page.rightpanel, global.wm.components.page.topnav, global.wm.components.basic, global.wm.components.basic.progress, global.wm.components.basic.richtexteditor, global.wm.components.basic.search, global.wm.components.basic.tree, global.wm.components.input.calendar, global.wm.components.input.chips, global.wm.components.input.colorpicker, global.wm.components.input.currency, global.wm.components.input.epoch, global.wm.components.input.fileupload, global.wm.components.input.rating, global.wm.components.input.slider, global.wm.components.data.card, global.wm.components.data.form, global.wm.components.data.list, global.wm.components.data.livetable, global.wm.components.data.pagination, global.wm.components.data.table, global.wm.components.chart, global.wm.components.containers.accordion, global.wm.components.containers.linearlayout, global.wm.components.containers.layoutgrid, global.wm.components.containers.panel, global.wm.components.containers.tabs, global.wm.components.containers.tile, global.wm.components.containers.wizard, global.wm.components.dialogs.iframedialog, global.wm.components.dialogs.logindialog, global.wm.components.dialogs.partialdialog, global.wm.components.navigation.breadcrumb, global.wm.components.navigation.menu, global.wm.components.navigation.navbar, global.wm.components.navigation.popover, global.wm.components.advanced.carousel, global.wm.components.advanced.login, global.wm.components.advanced.marquee, global.wm.components.advanced.custom, global.timepicker, global.dropdown, global.pagination, global.typeahead, global.progressbar, global.carousel, global.popover, global.ngCircleProgress, global.tooltip));
5
- })(this, (function (exports, i0, i1$1, i1$2, i1, i2, i4, lodashEs, page, rxjs, i3, tslib, input, i2$3, i1$5, i1$4, forms, i1$3, dialogs, i9, i10, i1$6, http, i2$2, chronos, i2$1, utils, i11, operators, transpiler, buildTask, footer, header, leftPanel, rightPanel, topNav, basic, progress, richTextEditor, search, tree, calendar, chips, colorPicker, currency, epoch, fileUpload, rating, slider, card, form, list, liveTable, pagination$1, table, chart, accordion, linearLayout, layoutGrid, panel, tabs, tile, wizard, iframeDialog, loginDialog, partialDialog, breadcrumb, menu, navbar, popover$1, carousel$1, login, marquee, custom, timepicker, dropdown, pagination, typeahead, progressbar, carousel, popover, ngCircleProgress, tooltip) { 'use strict';
5
+ })(this, (function (exports, i0, i1$1, i5, i1, i2, i4, lodashEs, page, rxjs, i2$1, tslib, input, i2$4, i1$4, i1$3, forms, i1$2, dialogs, i8, i9, i1$5, http, i2$3, chronos, i2$2, utils, i10, operators, transpiler, buildTask, footer, header, leftPanel, rightPanel, topNav, basic, progress, richTextEditor, search, tree, calendar, chips, colorPicker, currency, epoch, fileUpload, rating, slider, card, form, list, liveTable, pagination$1, table, chart, accordion, linearLayout, layoutGrid, panel, tabs, tile, wizard, iframeDialog, loginDialog, partialDialog, breadcrumb, menu, navbar, popover$1, carousel$1, login, marquee, custom, timepicker, dropdown, pagination, typeahead, progressbar, carousel, popover, ngCircleProgress, tooltip) { 'use strict';
6
6
 
7
7
  function _interopNamespaceDefault(e) {
8
8
  var n = Object.create(null);
@@ -23,21 +23,21 @@
23
23
 
24
24
  var i0__namespace = /*#__PURE__*/_interopNamespaceDefault(i0);
25
25
  var i1$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$1);
26
- var i1$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$2);
26
+ var i5__namespace = /*#__PURE__*/_interopNamespaceDefault(i5);
27
27
  var i1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1);
28
28
  var i2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2);
29
29
  var i4__namespace = /*#__PURE__*/_interopNamespaceDefault(i4);
30
- var i3__namespace = /*#__PURE__*/_interopNamespaceDefault(i3);
31
- var i2$3__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$3);
32
- var i1$5__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$5);
30
+ var i2$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$1);
31
+ var i2$4__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$4);
33
32
  var i1$4__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$4);
34
33
  var i1$3__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$3);
34
+ var i1$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$2);
35
+ var i8__namespace = /*#__PURE__*/_interopNamespaceDefault(i8);
35
36
  var i9__namespace = /*#__PURE__*/_interopNamespaceDefault(i9);
36
- var i10__namespace = /*#__PURE__*/_interopNamespaceDefault(i10);
37
- var i1$6__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$6);
37
+ var i1$5__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$5);
38
+ var i2$3__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$3);
38
39
  var i2$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$2);
39
- var i2$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$1);
40
- var i11__namespace = /*#__PURE__*/_interopNamespaceDefault(i11);
40
+ var i10__namespace = /*#__PURE__*/_interopNamespaceDefault(i10);
41
41
 
42
42
  exports.ComponentType = void 0;
43
43
  (function (ComponentType) {
@@ -533,12 +533,12 @@
533
533
  return this.postTemplateBundleInfo();
534
534
  }
535
535
  }
536
- static { this.ɵfac = function AppManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppManagerService)(i0__namespace.ɵɵinject(i1__namespace.AbstractHttpService), i0__namespace.ɵɵinject(i2__namespace.SecurityService), i0__namespace.ɵɵinject(i1__namespace.AbstractDialogService), i0__namespace.ɵɵinject(i1$1__namespace.Router), i0__namespace.ɵɵinject(i1__namespace.App), i0__namespace.ɵɵinject(i4__namespace.VariablesService), i0__namespace.ɵɵinject(i4__namespace.MetadataService), i0__namespace.ɵɵinject(i1__namespace.AbstractSpinnerService), i0__namespace.ɵɵinject(i1__namespace.AbstractI18nService), i0__namespace.ɵɵinject(i1$2__namespace.DatePipe)); }; }
536
+ static { this.ɵfac = function AppManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppManagerService)(i0__namespace.ɵɵinject(i1__namespace.AbstractHttpService), i0__namespace.ɵɵinject(i2__namespace.SecurityService), i0__namespace.ɵɵinject(i1__namespace.AbstractDialogService), i0__namespace.ɵɵinject(i1$1__namespace.Router), i0__namespace.ɵɵinject(i1__namespace.App), i0__namespace.ɵɵinject(i4__namespace.VariablesService), i0__namespace.ɵɵinject(i4__namespace.MetadataService), i0__namespace.ɵɵinject(i1__namespace.AbstractSpinnerService), i0__namespace.ɵɵinject(i1__namespace.AbstractI18nService), i0__namespace.ɵɵinject(i5__namespace.DatePipe)); }; }
537
537
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: AppManagerService, factory: AppManagerService.ɵfac }); }
538
538
  }
539
539
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AppManagerService, [{
540
540
  type: i0.Injectable
541
- }], () => [{ type: i1__namespace.AbstractHttpService }, { type: i2__namespace.SecurityService }, { type: i1__namespace.AbstractDialogService }, { type: i1$1__namespace.Router }, { type: i1__namespace.App }, { type: i4__namespace.VariablesService }, { type: i4__namespace.MetadataService }, { type: i1__namespace.AbstractSpinnerService }, { type: i1__namespace.AbstractI18nService }, { type: i1$2__namespace.DatePipe }], null); })();
541
+ }], () => [{ type: i1__namespace.AbstractHttpService }, { type: i2__namespace.SecurityService }, { type: i1__namespace.AbstractDialogService }, { type: i1$1__namespace.Router }, { type: i1__namespace.App }, { type: i4__namespace.VariablesService }, { type: i4__namespace.MetadataService }, { type: i1__namespace.AbstractSpinnerService }, { type: i1__namespace.AbstractI18nService }, { type: i5__namespace.DatePipe }], null); })();
542
542
 
543
543
  const isPrefabInPreview = (prefabName) => prefabName === '__self__';
544
544
  const getPrefabBaseUrl = (prefabName) => {
@@ -683,7 +683,7 @@
683
683
  init() {
684
684
  this.App = this.injector ? this.injector.get(i1.App) : i0.inject(i1.App);
685
685
  //making the code compatible in both the JIT and AOT modes
686
- this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.WidgetRef);
686
+ this.containerWidget = this.injector ? this.injector.get(i2$1.WidgetRef) : i0.inject(i2$1.WidgetRef);
687
687
  this.i18nService = this.injector ? this.injector.get(i1.AbstractI18nService) : i0.inject(i1.AbstractI18nService);
688
688
  this.scriptLoaderService = this.injector ? this.injector.get(i1.ScriptLoaderService) : i0.inject(i1.ScriptLoaderService);
689
689
  this.Viewport = this.injector ? this.injector.get(i1.Viewport) : i0.inject(i1.Viewport);
@@ -850,7 +850,7 @@
850
850
  }
851
851
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵBasePartialComponent_BaseFactory; return function BasePartialComponent_Factory(__ngFactoryType__) { return (ɵBasePartialComponent_BaseFactory || (ɵBasePartialComponent_BaseFactory = i0__namespace.ɵɵgetInheritedFactory(BasePartialComponent)))(__ngFactoryType__ || BasePartialComponent); }; })(); }
852
852
  static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: BasePartialComponent, viewQuery: function BasePartialComponent_Query(rf, ctx) { if (rf & 1) {
853
- i0__namespace.ɵɵviewQuery(i3.PartialDirective, 5);
853
+ i0__namespace.ɵɵviewQuery(i2$1.PartialDirective, 5);
854
854
  } if (rf & 2) {
855
855
  let _t;
856
856
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.partialDirective = _t.first);
@@ -860,7 +860,7 @@
860
860
  type: i0.Directive
861
861
  }], null, { partialDirective: [{
862
862
  type: i0.ViewChild,
863
- args: [i3.PartialDirective]
863
+ args: [i2$1.PartialDirective]
864
864
  }] }); })();
865
865
 
866
866
  const CACHE_PAGE = '_cache_page';
@@ -1414,7 +1414,7 @@
1414
1414
  const promise = new Promise((res) => resolveFn = res);
1415
1415
  this.App = this.injector ? this.injector.get(i1.App) : i0.inject(i1.App);
1416
1416
  //making the code compatible in both the JIT and AOT modes
1417
- this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.WidgetRef);
1417
+ this.containerWidget = this.injector ? this.injector.get(i2$1.WidgetRef) : i0.inject(i2$1.WidgetRef);
1418
1418
  this.i18nService = this.injector ? this.injector.get(i1.AbstractI18nService) : i0.inject(i1.AbstractI18nService);
1419
1419
  this.scriptLoaderService = this.injector ? this.injector.get(i1.ScriptLoaderService) : i0.inject(i1.ScriptLoaderService);
1420
1420
  this.Viewport = this.injector ? this.injector.get(i1.Viewport) : i0.inject(i1.Viewport);
@@ -1702,7 +1702,7 @@
1702
1702
  init() {
1703
1703
  this.App = this.injector.get(i1.App);
1704
1704
  //making the code compatible in both the JIT and AOT modes
1705
- this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.WidgetRef);
1705
+ this.containerWidget = this.injector ? this.injector.get(i2$1.WidgetRef) : i0.inject(i2$1.WidgetRef);
1706
1706
  this.prefabMngr = this.injector ? this.injector.get(PrefabManagerService) : i0.inject(PrefabManagerService);
1707
1707
  this.i18nService = this.injector ? this.injector.get(i1.AbstractI18nService) : i0.inject(i1.AbstractI18nService);
1708
1708
  this.scriptLoaderService = this.injector ? this.injector.get(i1.ScriptLoaderService) : i0.inject(i1.ScriptLoaderService);
@@ -1897,7 +1897,7 @@
1897
1897
  onReady() { }
1898
1898
  static { this.ɵfac = /*@__PURE__*/ (() => { let ɵBasePrefabComponent_BaseFactory; return function BasePrefabComponent_Factory(__ngFactoryType__) { return (ɵBasePrefabComponent_BaseFactory || (ɵBasePrefabComponent_BaseFactory = i0__namespace.ɵɵgetInheritedFactory(BasePrefabComponent)))(__ngFactoryType__ || BasePrefabComponent); }; })(); }
1899
1899
  static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: BasePrefabComponent, viewQuery: function BasePrefabComponent_Query(rf, ctx) { if (rf & 1) {
1900
- i0__namespace.ɵɵviewQuery(i2$3.PrefabContainerDirective, 5);
1900
+ i0__namespace.ɵɵviewQuery(i2$4.PrefabContainerDirective, 5);
1901
1901
  } if (rf & 2) {
1902
1902
  let _t;
1903
1903
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.prefabContainerDirective = _t.first);
@@ -1907,7 +1907,7 @@
1907
1907
  type: i0.Directive
1908
1908
  }], null, { prefabContainerDirective: [{
1909
1909
  type: i0.ViewChild,
1910
- args: [i2$3.PrefabContainerDirective]
1910
+ args: [i2$4.PrefabContainerDirective]
1911
1911
  }] }); })();
1912
1912
 
1913
1913
  class BaseLayoutComponent {
@@ -2418,47 +2418,51 @@
2418
2418
  type: i0.Input
2419
2419
  }] }); })();
2420
2420
 
2421
- function AppSpinnerComponent_div_0_p_4_Template(rf, ctx) { if (rf & 1) {
2422
- i0__namespace.ɵɵelement(0, "p", 6);
2421
+ function AppSpinnerComponent_Conditional_0_For_5_Template(rf, ctx) { if (rf & 1) {
2422
+ i0__namespace.ɵɵelement(0, "p", 4);
2423
2423
  } if (rf & 2) {
2424
2424
  const value_r1 = ctx.$implicit;
2425
2425
  i0__namespace.ɵɵproperty("textContent", value_r1);
2426
2426
  } }
2427
- function AppSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
2428
- i0__namespace.ɵɵelementStart(0, "div", 1)(1, "div", 2);
2429
- i0__namespace.ɵɵelement(2, "i", 3);
2430
- i0__namespace.ɵɵelementStart(3, "div", 4);
2431
- i0__namespace.ɵɵtemplate(4, AppSpinnerComponent_div_0_p_4_Template, 1, 1, "p", 5);
2427
+ function AppSpinnerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
2428
+ i0__namespace.ɵɵelementStart(0, "div", 0)(1, "div", 1);
2429
+ i0__namespace.ɵɵelement(2, "i", 2);
2430
+ i0__namespace.ɵɵelementStart(3, "div", 3);
2431
+ i0__namespace.ɵɵrepeaterCreate(4, AppSpinnerComponent_Conditional_0_For_5_Template, 1, 1, "p", 4, i0__namespace.ɵɵrepeaterTrackByIdentity);
2432
2432
  i0__namespace.ɵɵelementEnd()()();
2433
2433
  } if (rf & 2) {
2434
2434
  const ctx_r1 = i0__namespace.ɵɵnextContext();
2435
2435
  i0__namespace.ɵɵproperty("ngClass", ctx_r1.classname);
2436
2436
  i0__namespace.ɵɵadvance(4);
2437
- i0__namespace.ɵɵproperty("ngForOf", ctx_r1.spinnermessages);
2437
+ i0__namespace.ɵɵrepeater(ctx_r1.spinnermessages);
2438
2438
  } }
2439
2439
  class AppSpinnerComponent {
2440
2440
  constructor() { }
2441
2441
  static { this.ɵfac = function AppSpinnerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppSpinnerComponent)(); }; }
2442
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵ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) {
2443
- i0__namespace.ɵɵtemplate(0, AppSpinnerComponent_div_0_Template, 5, 2, "div", 0);
2442
+ static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵ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) {
2443
+ i0__namespace.ɵɵtemplate(0, AppSpinnerComponent_Conditional_0_Template, 6, 1, "div", 0);
2444
2444
  } if (rf & 2) {
2445
- i0__namespace.ɵɵproperty("ngIf", ctx.show);
2446
- } }, dependencies: [i1$2__namespace.NgClass, i1$2__namespace.NgForOf, i1$2__namespace.NgIf, i3__namespace.TextContentDirective], encapsulation: 2 }); }
2445
+ i0__namespace.ɵɵconditional(ctx.show ? 0 : -1);
2446
+ } }, dependencies: [i5__namespace.NgClass, i2$1__namespace.TextContentDirective], encapsulation: 2 }); }
2447
2447
  }
2448
2448
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AppSpinnerComponent, [{
2449
2449
  type: i0.Component,
2450
2450
  args: [{
2451
2451
  selector: 'app-spinner',
2452
2452
  template: `
2453
- <div class="app-spinner" [ngClass]="classname" *ngIf="show">
2453
+ @if (show) {
2454
+ <div class="app-spinner" [ngClass]="classname">
2454
2455
  <div class="spinner-message">
2455
- <i class="spinner-image animated infinite fa fa-circle-o-notch fa-spin"></i>
2456
- <div class="spinner-messages">
2457
- <p *ngFor="let value of spinnermessages" [textContent]="value"></p>
2458
- </div>
2456
+ <i class="spinner-image animated infinite fa fa-circle-o-notch fa-spin"></i>
2457
+ <div class="spinner-messages">
2458
+ @for (value of spinnermessages; track value) {
2459
+ <p [textContent]="value"></p>
2460
+ }
2461
+ </div>
2459
2462
  </div>
2460
- </div>
2461
- `
2463
+ </div>
2464
+ }
2465
+ `
2462
2466
  }]
2463
2467
  }], () => [], { show: [{
2464
2468
  type: i0.Input
@@ -2469,28 +2473,28 @@
2469
2473
  }], arialabel: [{
2470
2474
  type: i0.Input
2471
2475
  }] }); })();
2472
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 16 }); })();
2476
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 20 }); })();
2473
2477
 
2474
2478
  const _c0$1 = ["customToast"];
2475
2479
  const _c1 = ["customToastTmpl"];
2476
2480
  const _c2 = ["custom-toaster-component", ""];
2477
- function CustomToasterComponent_ng_template_3_div_1_Template(rf, ctx) { if (rf & 1) {
2478
- i0__namespace.ɵɵelement(0, "div", 5);
2481
+ function CustomToasterComponent_ng_template_3_For_2_Template(rf, ctx) { if (rf & 1) {
2482
+ i0__namespace.ɵɵelement(0, "div", 4);
2479
2483
  } if (rf & 2) {
2480
2484
  const param_r1 = ctx.$implicit;
2481
2485
  i0__namespace.ɵɵproperty("name", param_r1.key)("value", param_r1.value);
2482
2486
  } }
2483
2487
  function CustomToasterComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
2484
2488
  i0__namespace.ɵɵelementStart(0, "div", 3);
2485
- i0__namespace.ɵɵtemplate(1, CustomToasterComponent_ng_template_3_div_1_Template, 1, 2, "div", 4);
2486
- i0__namespace.ɵɵpipe(2, "keyvalue");
2489
+ i0__namespace.ɵɵrepeaterCreate(1, CustomToasterComponent_ng_template_3_For_2_Template, 1, 2, "div", 4, i0__namespace.ɵɵrepeaterTrackByIdentity);
2490
+ i0__namespace.ɵɵpipe(3, "keyvalue");
2487
2491
  i0__namespace.ɵɵelementEnd();
2488
2492
  } if (rf & 2) {
2489
2493
  const ctx_r1 = i0__namespace.ɵɵnextContext();
2490
2494
  i0__namespace.ɵɵadvance();
2491
- i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(2, 1, ctx_r1.params));
2495
+ i0__namespace.ɵɵrepeater(i0__namespace.ɵɵpipeBind1(3, 0, ctx_r1.params));
2492
2496
  } }
2493
- class CustomToasterComponent extends i1$3.Toast {
2497
+ class CustomToasterComponent extends i1$2.Toast {
2494
2498
  // constructor is only necessary when not using AoT
2495
2499
  constructor(toastrService, toastPackage) {
2496
2500
  super(toastrService, toastPackage);
@@ -2528,7 +2532,7 @@
2528
2532
  lodashEs.forEach(this.watchers, watcher => watcher());
2529
2533
  super.ngOnDestroy();
2530
2534
  }
2531
- static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0__namespace.ɵɵdirectiveInject(i1$3__namespace.ToastrService), i0__namespace.ɵɵdirectiveInject(i1$3__namespace.ToastPackage)); }; }
2535
+ static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0__namespace.ɵɵdirectiveInject(i1$2__namespace.ToastrService), i0__namespace.ɵɵdirectiveInject(i1$2__namespace.ToastPackage)); }; }
2532
2536
  static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: CustomToasterComponent, selectors: [["", "custom-toaster-component", ""]], viewQuery: function CustomToasterComponent_Query(rf, ctx) { if (rf & 1) {
2533
2537
  i0__namespace.ɵɵviewQuery(_c0$1, 7, i0.ViewContainerRef);
2534
2538
  i0__namespace.ɵɵviewQuery(_c1, 5);
@@ -2536,11 +2540,11 @@
2536
2540
  let _t;
2537
2541
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.customToastRef = _t.first);
2538
2542
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.customToastTmpl = _t.first);
2539
- } }, features: [i0__namespace.ɵɵ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) {
2543
+ } }, features: [i0__namespace.ɵɵ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) {
2540
2544
  i0__namespace.ɵɵelement(0, "div", 2);
2541
2545
  i0__namespace.ɵɵelementContainer(1, null, 0);
2542
- i0__namespace.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template, 3, 3, "ng-template", null, 1, i0__namespace.ɵɵtemplateRefExtractor);
2543
- } }, dependencies: [i1$2__namespace.NgForOf, i3__namespace.ContainerDirective, i3__namespace.PartialParamHandlerDirective, i3__namespace.PartialParamDirective, i3__namespace.PartialContainerDirective, i1$2__namespace.KeyValuePipe], encapsulation: 2 }); }
2546
+ i0__namespace.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template, 4, 2, "ng-template", null, 1, i0__namespace.ɵɵtemplateRefExtractor);
2547
+ } }, dependencies: [i2$1__namespace.ContainerDirective, i2$1__namespace.PartialParamHandlerDirective, i2$1__namespace.PartialParamDirective, i2$1__namespace.PartialContainerDirective, i5__namespace.KeyValuePipe], encapsulation: 2 }); }
2544
2548
  }
2545
2549
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CustomToasterComponent, [{
2546
2550
  type: i0.Component,
@@ -2550,21 +2554,23 @@
2550
2554
  <div class="parent-custom-toast"></div>
2551
2555
  <ng-container #customToast></ng-container>
2552
2556
  <ng-template #customToastTmpl>
2553
- <div wmContainer partialContainer content.bind="pagename">
2554
- <div *ngFor="let param of params | keyvalue" wmParam hidden
2555
- [name]="param.key" [value]="param.value"></div>
2556
- </div>
2557
+ <div wmContainer partialContainer content.bind="pagename">
2558
+ @for (param of params | keyvalue; track param) {
2559
+ <div wmParam hidden
2560
+ [name]="param.key" [value]="param.value"></div>
2561
+ }
2562
+ </div>
2557
2563
  </ng-template>`,
2558
2564
  preserveWhitespaces: false
2559
2565
  }]
2560
- }], () => [{ type: i1$3__namespace.ToastrService }, { type: i1$3__namespace.ToastPackage }], { customToastRef: [{
2566
+ }], () => [{ type: i1$2__namespace.ToastrService }, { type: i1$2__namespace.ToastPackage }], { customToastRef: [{
2561
2567
  type: i0.ViewChild,
2562
2568
  args: ['customToast', { static: true, read: i0.ViewContainerRef }]
2563
2569
  }], customToastTmpl: [{
2564
2570
  type: i0.ViewChild,
2565
2571
  args: ['customToastTmpl']
2566
2572
  }] }); })();
2567
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 23 }); })();
2573
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 25 }); })();
2568
2574
 
2569
2575
  class EmptyPageComponent {
2570
2576
  constructor(route, securityService, router, app, appManger) {
@@ -2622,7 +2628,7 @@
2622
2628
  }
2623
2629
  });
2624
2630
  }
2625
- static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0__namespace.ɵɵdirectiveInject(i3.WidgetRef, 2), i0__namespace.ɵɵdirectiveInject(i0__namespace.ViewContainerRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(PrefabManagerService), i0__namespace.ɵɵdirectiveInject(i0__namespace.ComponentFactoryResolver), i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(ComponentRefProvider)); }; }
2631
+ static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0__namespace.ɵɵdirectiveInject(i2$1.WidgetRef, 2), i0__namespace.ɵɵdirectiveInject(i0__namespace.ViewContainerRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(PrefabManagerService), i0__namespace.ɵɵdirectiveInject(i0__namespace.ComponentFactoryResolver), i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(ComponentRefProvider)); }; }
2626
2632
  static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["", "wmPrefab", "", "prefabname", ""]] }); }
2627
2633
  }
2628
2634
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PrefabDirective, [{
@@ -2634,57 +2640,57 @@
2634
2640
  type: i0.Self
2635
2641
  }, {
2636
2642
  type: i0.Inject,
2637
- args: [i3.WidgetRef]
2643
+ args: [i2$1.WidgetRef]
2638
2644
  }] }, { type: i0__namespace.ViewContainerRef }, { type: i0__namespace.ElementRef }, { type: PrefabManagerService }, { type: i0__namespace.ComponentFactoryResolver }, { type: i0__namespace.Injector }, { type: ComponentRefProvider }], null); })();
2639
2645
 
2640
2646
  class PipeProvider {
2641
2647
  setPipeData() {
2642
2648
  this._pipeData = [
2643
2649
  // TODO | NEED TO BE TESTED
2644
- this.preparePipeMeta(i1$2.AsyncPipe, 'async', false, [i0.ChangeDetectorRef]),
2645
- this.preparePipeMeta(i1$2.SlicePipe, 'slice', false),
2646
- this.preparePipeMeta(i1$2.PercentPipe, 'percent', true, [this._locale]),
2647
- this.preparePipeMeta(i1$2.I18nPluralPipe, 'i18nPlural', true, [
2648
- i1$2.NgLocalization
2650
+ this.preparePipeMeta(i5.AsyncPipe, 'async', false, [i0.ChangeDetectorRef]),
2651
+ this.preparePipeMeta(i5.SlicePipe, 'slice', false),
2652
+ this.preparePipeMeta(i5.PercentPipe, 'percent', true, [this._locale]),
2653
+ this.preparePipeMeta(i5.I18nPluralPipe, 'i18nPlural', true, [
2654
+ i5.NgLocalization
2649
2655
  ]),
2650
- this.preparePipeMeta(i1$2.I18nSelectPipe, 'i18nSelect', true),
2651
- this.preparePipeMeta(i1$2.KeyValuePipe, 'keyvalue', false, [
2656
+ this.preparePipeMeta(i5.I18nSelectPipe, 'i18nSelect', true),
2657
+ this.preparePipeMeta(i5.KeyValuePipe, 'keyvalue', false, [
2652
2658
  i0.KeyValueDiffers
2653
2659
  ]),
2654
- this.preparePipeMeta(i3.FileIconClassPipe, 'fileIconClass', true),
2655
- this.preparePipeMeta(i3.FileExtensionFromMimePipe, 'fileExtensionFromMime', true),
2656
- this.preparePipeMeta(i3.StateClassPipe, 'stateClass', true),
2657
- this.preparePipeMeta(i3.FileSizePipe, 'filesize', true),
2660
+ this.preparePipeMeta(i2$1.FileIconClassPipe, 'fileIconClass', true),
2661
+ this.preparePipeMeta(i2$1.FileExtensionFromMimePipe, 'fileExtensionFromMime', true),
2662
+ this.preparePipeMeta(i2$1.StateClassPipe, 'stateClass', true),
2663
+ this.preparePipeMeta(i2$1.FileSizePipe, 'filesize', true),
2658
2664
  // TESTED
2659
- this.preparePipeMeta(i3.FilterPipe, 'filter', true),
2660
- this.preparePipeMeta(i1$2.UpperCasePipe, 'uppercase', true),
2661
- this.preparePipeMeta(i1$2.LowerCasePipe, 'lowercase', true),
2662
- this.preparePipeMeta(i1$2.JsonPipe, 'json', false),
2663
- this.preparePipeMeta(i1$2.DecimalPipe, 'number', true, [this._locale]),
2664
- this.preparePipeMeta(i1$2.TitleCasePipe, 'titlecase', true),
2665
- this.preparePipeMeta(i1$2.CurrencyPipe, 'currency', true, [this._locale]),
2666
- this.preparePipeMeta(i1$2.DatePipe, 'date', true, [this._locale]),
2667
- this.preparePipeMeta(i3.ToDatePipe, 'toDate', true, [
2668
- new i1$2.DatePipe(this._locale), undefined, this.injector.get(i1.CustomPipeManager)
2665
+ this.preparePipeMeta(i2$1.FilterPipe, 'filter', true),
2666
+ this.preparePipeMeta(i5.UpperCasePipe, 'uppercase', true),
2667
+ this.preparePipeMeta(i5.LowerCasePipe, 'lowercase', true),
2668
+ this.preparePipeMeta(i5.JsonPipe, 'json', false),
2669
+ this.preparePipeMeta(i5.DecimalPipe, 'number', true, [this._locale]),
2670
+ this.preparePipeMeta(i5.TitleCasePipe, 'titlecase', true),
2671
+ this.preparePipeMeta(i5.CurrencyPipe, 'currency', true, [this._locale]),
2672
+ this.preparePipeMeta(i5.DatePipe, 'date', true, [this._locale]),
2673
+ this.preparePipeMeta(i2$1.ToDatePipe, 'toDate', true, [
2674
+ new i5.DatePipe(this._locale), undefined, this.injector.get(i1.CustomPipeManager)
2669
2675
  ]),
2670
- this.preparePipeMeta(i3.ToNumberPipe, 'toNumber', true, [
2671
- new i1$2.DecimalPipe(this._locale),
2676
+ this.preparePipeMeta(i2$1.ToNumberPipe, 'toNumber', true, [
2677
+ new i5.DecimalPipe(this._locale),
2672
2678
  this.i18service
2673
2679
  ]),
2674
- this.preparePipeMeta(i3.ToCurrencyPipe, 'toCurrency', true, [
2675
- new i1$2.DecimalPipe(this._locale),
2680
+ this.preparePipeMeta(i2$1.ToCurrencyPipe, 'toCurrency', true, [
2681
+ new i5.DecimalPipe(this._locale),
2676
2682
  this.i18service
2677
2683
  ]),
2678
- this.preparePipeMeta(i3.PrefixPipe, 'prefix', true),
2679
- this.preparePipeMeta(i3.SuffixPipe, 'suffix', true),
2680
- this.preparePipeMeta(i3.TimeFromNowPipe, 'timeFromNow', true),
2681
- this.preparePipeMeta(i3.NumberToStringPipe, 'numberToString', true, [
2682
- new i1$2.DecimalPipe(this._locale)
2684
+ this.preparePipeMeta(i2$1.PrefixPipe, 'prefix', true),
2685
+ this.preparePipeMeta(i2$1.SuffixPipe, 'suffix', true),
2686
+ this.preparePipeMeta(i2$1.TimeFromNowPipe, 'timeFromNow', true),
2687
+ this.preparePipeMeta(i2$1.NumberToStringPipe, 'numberToString', true, [
2688
+ new i5.DecimalPipe(this._locale)
2683
2689
  ]),
2684
- this.preparePipeMeta(i3.StringToNumberPipe, 'stringToNumber', true),
2685
- this.preparePipeMeta(i3.CustomPipe, 'custom', true, [this.injector.get(i1.CustomPipeManager)]),
2686
- this.preparePipeMeta(i3.TrustAsPipe, 'trustAs', true, [this.domSanitizer]),
2687
- this.preparePipeMeta(i3.SanitizePipe, 'sanitize', true, [this.domSanitizer])
2690
+ this.preparePipeMeta(i2$1.StringToNumberPipe, 'stringToNumber', true),
2691
+ this.preparePipeMeta(i2$1.CustomPipe, 'custom', true, [this.injector.get(i1.CustomPipeManager)]),
2692
+ this.preparePipeMeta(i2$1.TrustAsPipe, 'trustAs', true, [this.domSanitizer]),
2693
+ this.preparePipeMeta(i2$1.SanitizePipe, 'sanitize', true, [this.domSanitizer])
2688
2694
  ];
2689
2695
  }
2690
2696
  unknownPipe(name) {
@@ -2742,7 +2748,7 @@
2742
2748
  return new ref(...args);
2743
2749
  }
2744
2750
  }
2745
- static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0__namespace.ɵɵinject(i0__namespace.Compiler), i0__namespace.ɵɵinject(i0__namespace.Injector), i0__namespace.ɵɵinject(i1$4__namespace.DomSanitizer), i0__namespace.ɵɵinject(i1__namespace.AbstractI18nService)); }; }
2751
+ static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0__namespace.ɵɵinject(i0__namespace.Compiler), i0__namespace.ɵɵinject(i0__namespace.Injector), i0__namespace.ɵɵinject(i1$3__namespace.DomSanitizer), i0__namespace.ɵɵinject(i1__namespace.AbstractI18nService)); }; }
2746
2752
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: PipeProvider, factory: PipeProvider.ɵfac, providedIn: 'root' }); }
2747
2753
  }
2748
2754
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PipeProvider, [{
@@ -2750,7 +2756,7 @@
2750
2756
  args: [{
2751
2757
  providedIn: 'root'
2752
2758
  }]
2753
- }], () => [{ type: i0__namespace.Compiler }, { type: i0__namespace.Injector }, { type: i1$4__namespace.DomSanitizer }, { type: i1__namespace.AbstractI18nService }], null); })();
2759
+ }], () => [{ type: i0__namespace.Compiler }, { type: i0__namespace.Injector }, { type: i1$3__namespace.DomSanitizer }, { type: i1__namespace.AbstractI18nService }], null); })();
2754
2760
 
2755
2761
  class PipeService {
2756
2762
  constructor(pipeProvider, $app) {
@@ -3013,12 +3019,12 @@
3013
3019
  console.warn('Please pass a valid options object, For Example : {maxOpened: 1, autoDismiss: true}');
3014
3020
  }
3015
3021
  }
3016
- static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0__namespace.ɵɵinject(i1$3__namespace.ToastrService)); }; }
3022
+ static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0__namespace.ɵɵinject(i1$2__namespace.ToastrService)); }; }
3017
3023
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: ToasterServiceImpl, factory: ToasterServiceImpl.ɵfac }); }
3018
3024
  }
3019
3025
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ToasterServiceImpl, [{
3020
3026
  type: i0.Injectable
3021
- }], () => [{ type: i1$3__namespace.ToastrService }], null); })();
3027
+ }], () => [{ type: i1$2__namespace.ToastrService }], null); })();
3022
3028
 
3023
3029
  const APP_LOCALE_ROOT_PATH = 'resources/i18n';
3024
3030
  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',
@@ -3337,12 +3343,12 @@
3337
3343
  this.app.notify('locale-changed', this.bundleLoaded.libLocale);
3338
3344
  }
3339
3345
  }
3340
- static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0__namespace.ɵɵinject(i1$5__namespace.HttpClient), i0__namespace.ɵɵinject(i2$1__namespace.BsLocaleService), i0__namespace.ɵɵinject(i1__namespace.AppDefaults), i0__namespace.ɵɵinject(i0__namespace.Injector)); }; }
3346
+ static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0__namespace.ɵɵinject(i1$4__namespace.HttpClient), i0__namespace.ɵɵinject(i2$2__namespace.BsLocaleService), i0__namespace.ɵɵinject(i1__namespace.AppDefaults), i0__namespace.ɵɵinject(i0__namespace.Injector)); }; }
3341
3347
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: I18nServiceImpl, factory: I18nServiceImpl.ɵfac }); }
3342
3348
  }
3343
3349
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(I18nServiceImpl, [{
3344
3350
  type: i0.Injectable
3345
- }], () => [{ type: i1$5__namespace.HttpClient }, { type: i2$1__namespace.BsLocaleService }, { type: i1__namespace.AppDefaults }, { type: i0__namespace.Injector }], null); })();
3351
+ }], () => [{ type: i1$4__namespace.HttpClient }, { type: i2$2__namespace.BsLocaleService }, { type: i1__namespace.AppDefaults }, { type: i0__namespace.Injector }], null); })();
3346
3352
 
3347
3353
  const spinnerTemplate = `<div class="app-spinner">
3348
3354
  <div class="spinner-message" aria-label="loading gif">
@@ -3964,13 +3970,13 @@
3964
3970
  }], () => [{ type: i1__namespace.AbstractI18nService }], null); })();
3965
3971
 
3966
3972
  const _c0 = ["dynamicComponent"];
3967
- function AppComponent_ng_container_0_div_2_Template(rf, ctx) { if (rf & 1) {
3968
- i0__namespace.ɵɵelement(0, "div", 11);
3973
+ function AppComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
3974
+ i0__namespace.ɵɵelement(0, "div", 2);
3969
3975
  } }
3970
- function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (rf & 1) {
3976
+ function AppComponent_Conditional_0_ng_template_4_For_2_Template(rf, ctx) { if (rf & 1) {
3971
3977
  const _r1 = i0__namespace.ɵɵgetCurrentView();
3972
- i0__namespace.ɵɵelementStart(0, "li", 14)(1, "button", 15);
3973
- i0__namespace.ɵɵlistener("click", function AppComponent_ng_container_0_ng_template_5_li_1_Template_button_click_1_listener() { const provider_r2 = i0__namespace.ɵɵrestoreView(_r1).$implicit; return i0__namespace.ɵɵresetView(provider_r2.invoke()); });
3978
+ i0__namespace.ɵɵelementStart(0, "li", 11)(1, "button", 12);
3979
+ i0__namespace.ɵɵlistener("click", function AppComponent_Conditional_0_ng_template_4_For_2_Template_button_click_1_listener() { const provider_r2 = i0__namespace.ɵɵrestoreView(_r1).$implicit; return i0__namespace.ɵɵresetView(provider_r2.invoke()); });
3974
3980
  i0__namespace.ɵɵtext(2);
3975
3981
  i0__namespace.ɵɵelementEnd()();
3976
3982
  } if (rf & 2) {
@@ -3978,44 +3984,42 @@
3978
3984
  i0__namespace.ɵɵadvance(2);
3979
3985
  i0__namespace.ɵɵtextInterpolate(provider_r2.name);
3980
3986
  } }
3981
- function AppComponent_ng_container_0_ng_template_5_Template(rf, ctx) { if (rf & 1) {
3982
- i0__namespace.ɵɵelementStart(0, "ul", 12);
3983
- i0__namespace.ɵɵtemplate(1, AppComponent_ng_container_0_ng_template_5_li_1_Template, 3, 1, "li", 13);
3987
+ function AppComponent_Conditional_0_ng_template_4_Template(rf, ctx) { if (rf & 1) {
3988
+ i0__namespace.ɵɵelementStart(0, "ul", 10);
3989
+ i0__namespace.ɵɵrepeaterCreate(1, AppComponent_Conditional_0_ng_template_4_For_2_Template, 3, 1, "li", 11, i0__namespace.ɵɵrepeaterTrackByIdentity);
3984
3990
  i0__namespace.ɵɵelementEnd();
3985
3991
  } if (rf & 2) {
3986
3992
  const ctx_r2 = i0__namespace.ɵɵnextContext(2);
3987
3993
  i0__namespace.ɵɵadvance();
3988
- i0__namespace.ɵɵproperty("ngForOf", ctx_r2.providersConfig);
3994
+ i0__namespace.ɵɵrepeater(ctx_r2.providersConfig);
3989
3995
  } }
3990
- function AppComponent_ng_container_0_div_8_Template(rf, ctx) { if (rf & 1) {
3991
- i0__namespace.ɵɵelement(0, "div", 16);
3996
+ function AppComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
3997
+ i0__namespace.ɵɵelement(0, "div", 6);
3992
3998
  } }
3993
- function AppComponent_ng_container_0_div_9_Template(rf, ctx) { if (rf & 1) {
3994
- i0__namespace.ɵɵelement(0, "div", 17);
3999
+ function AppComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
4000
+ i0__namespace.ɵɵelement(0, "div", 7);
3995
4001
  } }
3996
- function AppComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
3997
- i0__namespace.ɵɵelementContainerStart(0);
3998
- i0__namespace.ɵɵelement(1, "router-outlet");
3999
- i0__namespace.ɵɵtemplate(2, AppComponent_ng_container_0_div_2_Template, 1, 0, "div", 3);
4000
- i0__namespace.ɵɵelement(3, "app-spinner", 4);
4001
- i0__namespace.ɵɵelementStart(4, "div", 5);
4002
- i0__namespace.ɵɵtemplate(5, AppComponent_ng_container_0_ng_template_5_Template, 2, 1, "ng-template", null, 1, i0__namespace.ɵɵtemplateRefExtractor);
4002
+ function AppComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
4003
+ i0__namespace.ɵɵelement(0, "router-outlet");
4004
+ i0__namespace.ɵɵtemplate(1, AppComponent_Conditional_0_Conditional_1_Template, 1, 0, "div", 2);
4005
+ i0__namespace.ɵɵelement(2, "app-spinner", 3);
4006
+ i0__namespace.ɵɵelementStart(3, "div", 4);
4007
+ i0__namespace.ɵɵtemplate(4, AppComponent_Conditional_0_ng_template_4_Template, 3, 0, "ng-template", null, 1, i0__namespace.ɵɵtemplateRefExtractor);
4003
4008
  i0__namespace.ɵɵelementEnd();
4004
- i0__namespace.ɵɵelement(7, "div", 6);
4005
- i0__namespace.ɵɵ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);
4006
- i0__namespace.ɵɵelement(10, "div", 9)(11, "i", 10);
4007
- i0__namespace.ɵɵelementContainerEnd();
4009
+ i0__namespace.ɵɵelement(6, "div", 5);
4010
+ i0__namespace.ɵɵtemplate(7, AppComponent_Conditional_0_Conditional_7_Template, 1, 0, "div", 6)(8, AppComponent_Conditional_0_Conditional_8_Template, 1, 0, "div", 7);
4011
+ i0__namespace.ɵɵelement(9, "div", 8)(10, "i", 9);
4008
4012
  } if (rf & 2) {
4009
4013
  const ctx_r2 = i0__namespace.ɵɵnextContext();
4010
- i0__namespace.ɵɵadvance(2);
4011
- i0__namespace.ɵɵproperty("ngIf", ctx_r2.isApplicationType);
4014
+ i0__namespace.ɵɵadvance();
4015
+ i0__namespace.ɵɵconditional(ctx_r2.isApplicationType ? 1 : -1);
4012
4016
  i0__namespace.ɵɵadvance();
4013
4017
  i0__namespace.ɵɵproperty("show", ctx_r2.spinner.show)("spinnermessages", ctx_r2.spinner.messages);
4014
4018
  i0__namespace.ɵɵattribute("aria-label", ctx_r2.spinner.arialabel || "Loading");
4015
4019
  i0__namespace.ɵɵadvance(5);
4016
- i0__namespace.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
4020
+ i0__namespace.ɵɵconditional(!ctx_r2.isApplicationType ? 7 : -1);
4017
4021
  i0__namespace.ɵɵadvance();
4018
- i0__namespace.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
4022
+ i0__namespace.ɵɵconditional(!ctx_r2.isApplicationType ? 8 : -1);
4019
4023
  } }
4020
4024
  class AppComponent {
4021
4025
  constructor(_pipeProvider, _appRef, elRef, oAuthService, dialogService, spinnerService, ngZone, router, app, appManager, customIconsLoaderService) {
@@ -4154,7 +4158,7 @@
4154
4158
  ngDoCheck() {
4155
4159
  i1.$invokeWatchers();
4156
4160
  }
4157
- static { this.ɵfac = function AppComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppComponent)(i0__namespace.ɵɵdirectiveInject(PipeProvider), i0__namespace.ɵɵdirectiveInject(i0__namespace.ApplicationRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i2$2__namespace.OAuthService), i0__namespace.ɵɵdirectiveInject(i1__namespace.AbstractDialogService), i0__namespace.ɵɵdirectiveInject(i1__namespace.AbstractSpinnerService), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.Router), i0__namespace.ɵɵdirectiveInject(i1__namespace.App), i0__namespace.ɵɵdirectiveInject(AppManagerService), i0__namespace.ɵɵdirectiveInject(i1__namespace.CustomIconsLoaderService)); }; }
4161
+ static { this.ɵfac = function AppComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppComponent)(i0__namespace.ɵɵdirectiveInject(PipeProvider), i0__namespace.ɵɵdirectiveInject(i0__namespace.ApplicationRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i2$3__namespace.OAuthService), i0__namespace.ɵɵdirectiveInject(i1__namespace.AbstractDialogService), i0__namespace.ɵɵdirectiveInject(i1__namespace.AbstractSpinnerService), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.Router), i0__namespace.ɵɵdirectiveInject(i1__namespace.App), i0__namespace.ɵɵdirectiveInject(AppManagerService), i0__namespace.ɵɵdirectiveInject(i1__namespace.CustomIconsLoaderService)); }; }
4158
4162
  static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AppComponent, selectors: [["app-root"]], viewQuery: function AppComponent_Query(rf, ctx) { if (rf & 1) {
4159
4163
  i0__namespace.ɵɵviewQuery(i1$1.RouterOutlet, 5);
4160
4164
  i0__namespace.ɵɵviewQuery(_c0, 5, i0.ViewContainerRef);
@@ -4162,17 +4166,17 @@
4162
4166
  let _t;
4163
4167
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.routerOutlet = _t.first);
4164
4168
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.dynamicComponentContainerRef = _t.first);
4165
- } }, 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) {
4166
- i0__namespace.ɵɵtemplate(0, AppComponent_ng_container_0_Template, 12, 6, "ng-container", 2);
4169
+ } }, 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) {
4170
+ i0__namespace.ɵɵtemplate(0, AppComponent_Conditional_0_Template, 11, 6);
4167
4171
  i0__namespace.ɵɵelementContainer(1, null, 0);
4168
4172
  } if (rf & 2) {
4169
- i0__namespace.ɵɵproperty("ngIf", ctx.startApp);
4170
- } }, dependencies: [i1$2__namespace.NgForOf, i1$2__namespace.NgIf, i1$1__namespace.RouterOutlet, i3__namespace.ContainerDirective, i3__namespace.PartialParamHandlerDirective, i3__namespace.PartialContainerDirective, i1$6__namespace.AppExtComponent, i9__namespace.ConfirmDialogComponent, i10__namespace.DialogComponent, i11__namespace.AlertDialogComponent, AppSpinnerComponent], encapsulation: 2 }); }
4173
+ i0__namespace.ɵɵconditional(ctx.startApp ? 0 : -1);
4174
+ } }, dependencies: [i1$1__namespace.RouterOutlet, i2$1__namespace.ContainerDirective, i2$1__namespace.PartialParamHandlerDirective, i2$1__namespace.PartialContainerDirective, i1$5__namespace.AppExtComponent, i8__namespace.ConfirmDialogComponent, i9__namespace.DialogComponent, i10__namespace.AlertDialogComponent, AppSpinnerComponent], encapsulation: 2 }); }
4171
4175
  }
4172
4176
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AppComponent, [{
4173
4177
  type: i0.Component,
4174
- args: [{ selector: 'app-root', encapsulation: i0.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" }]
4175
- }], () => [{ type: PipeProvider }, { type: i0__namespace.ApplicationRef }, { type: i0__namespace.ElementRef }, { type: i2$2__namespace.OAuthService }, { type: i1__namespace.AbstractDialogService }, { type: i1__namespace.AbstractSpinnerService }, { type: i0__namespace.NgZone }, { type: i1$1__namespace.Router }, { type: i1__namespace.App }, { type: AppManagerService }, { type: i1__namespace.CustomIconsLoaderService }], { routerOutlet: [{
4178
+ args: [{ selector: 'app-root', encapsulation: i0.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" }]
4179
+ }], () => [{ type: PipeProvider }, { type: i0__namespace.ApplicationRef }, { type: i0__namespace.ElementRef }, { type: i2$3__namespace.OAuthService }, { type: i1__namespace.AbstractDialogService }, { type: i1__namespace.AbstractSpinnerService }, { type: i0__namespace.NgZone }, { type: i1$1__namespace.Router }, { type: i1__namespace.App }, { type: AppManagerService }, { type: i1__namespace.CustomIconsLoaderService }], { routerOutlet: [{
4176
4180
  type: i0.ViewChild,
4177
4181
  args: [i1$1.RouterOutlet]
4178
4182
  }], dynamicComponentContainerRef: [{
@@ -4331,7 +4335,7 @@
4331
4335
  }
4332
4336
  static { this.ɵfac = function PrefabPreviewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabPreviewComponent)(i0__namespace.ɵɵdirectiveInject(PrefabManagerService)); }; }
4333
4337
  static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: PrefabPreviewComponent, selectors: [["wm-prefab-preview"]], viewQuery: function PrefabPreviewComponent_Query(rf, ctx) { if (rf & 1) {
4334
- i0__namespace.ɵɵviewQuery(i2$3.PrefabDirective, 7);
4338
+ i0__namespace.ɵɵviewQuery(i2$4.PrefabDirective, 7);
4335
4339
  } if (rf & 2) {
4336
4340
  let _t;
4337
4341
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.prefabInstance = _t.first);
@@ -4339,7 +4343,7 @@
4339
4343
  i0__namespace.ɵɵelementStart(0, "div", 0);
4340
4344
  i0__namespace.ɵɵelement(1, "section", 1);
4341
4345
  i0__namespace.ɵɵelementEnd();
4342
- } }, dependencies: [i2$3__namespace.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
4346
+ } }, dependencies: [i2$4__namespace.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
4343
4347
  }
4344
4348
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PrefabPreviewComponent, [{
4345
4349
  type: i0.Component,
@@ -4353,7 +4357,7 @@
4353
4357
  }]
4354
4358
  }], () => [{ type: PrefabManagerService }], { prefabInstance: [{
4355
4359
  type: i0.ViewChild,
4356
- args: [i2$3.PrefabDirective, { static: true }]
4360
+ args: [i2$4.PrefabDirective, { static: true }]
4357
4361
  }] }); })();
4358
4362
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(PrefabPreviewComponent, { className: "PrefabPreviewComponent", filePath: "components/prefab-preview.component.ts", lineNumber: 17 }); })();
4359
4363
 
@@ -4540,17 +4544,17 @@
4540
4544
  ngOnDestroy() {
4541
4545
  this._hostNodes.forEach(styleNodes => styleNodes.forEach(removeStyle));
4542
4546
  }
4543
- static { this.ɵfac = function WMDomSharedStylesHost_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomSharedStylesHost)(i0__namespace.ɵɵinject(i1$2.DOCUMENT)); }; }
4547
+ static { this.ɵfac = function WMDomSharedStylesHost_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomSharedStylesHost)(i0__namespace.ɵɵinject(i5.DOCUMENT)); }; }
4544
4548
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: WMDomSharedStylesHost, factory: WMDomSharedStylesHost.ɵfac }); }
4545
4549
  }
4546
4550
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WMDomSharedStylesHost, [{
4547
4551
  type: i0.Injectable
4548
4552
  }], () => [{ type: undefined, decorators: [{
4549
4553
  type: i0.Inject,
4550
- args: [i1$2.DOCUMENT]
4554
+ args: [i5.DOCUMENT]
4551
4555
  }] }], null); })();
4552
4556
  function removeStyle(styleNode) {
4553
- i1$2.ɵgetDOM().remove(styleNode);
4557
+ i5.ɵgetDOM().remove(styleNode);
4554
4558
  }
4555
4559
 
4556
4560
  const NAMESPACE_URIS = {
@@ -4646,17 +4650,17 @@
4646
4650
  }
4647
4651
  begin() { }
4648
4652
  end() { }
4649
- static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0__namespace.ɵɵinject(i1$4__namespace.EventManager), i0__namespace.ɵɵinject(i1$4__namespace.ɵSharedStylesHost), i0__namespace.ɵɵinject(i0.APP_ID), i0__namespace.ɵɵinject(i1$2.DOCUMENT)); }; }
4653
+ static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0__namespace.ɵɵinject(i1$3__namespace.EventManager), i0__namespace.ɵɵinject(i1$3__namespace.ɵSharedStylesHost), i0__namespace.ɵɵinject(i0.APP_ID), i0__namespace.ɵɵinject(i5.DOCUMENT)); }; }
4650
4654
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: WMDomRendererFactory2, factory: WMDomRendererFactory2.ɵfac }); }
4651
4655
  }
4652
4656
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WMDomRendererFactory2, [{
4653
4657
  type: i0.Injectable
4654
- }], () => [{ type: i1$4__namespace.EventManager }, { type: i1$4__namespace.ɵSharedStylesHost }, { type: undefined, decorators: [{
4658
+ }], () => [{ type: i1$3__namespace.EventManager }, { type: i1$3__namespace.ɵSharedStylesHost }, { type: undefined, decorators: [{
4655
4659
  type: i0.Inject,
4656
4660
  args: [i0.APP_ID]
4657
4661
  }] }, { type: Document, decorators: [{
4658
4662
  type: i0.Inject,
4659
- args: [i1$2.DOCUMENT]
4663
+ args: [i5.DOCUMENT]
4660
4664
  }] }], null); })();
4661
4665
  let WMDefaultDomRenderer2 = class WMDefaultDomRenderer2 {
4662
4666
  constructor(eventManager, doc) {
@@ -4805,7 +4809,7 @@
4805
4809
  }
4806
4810
  listen(target, event, callback) {
4807
4811
  if (typeof target === 'string') {
4808
- target = i1$2.ɵgetDOM().getGlobalEventTarget(this.doc, target);
4812
+ target = i5.ɵgetDOM().getGlobalEventTarget(this.doc, target);
4809
4813
  if (!target) {
4810
4814
  throw new Error(`Unsupported event target ${target} for event ${event}`);
4811
4815
  }
@@ -4814,8 +4818,8 @@
4814
4818
  }
4815
4819
  };
4816
4820
  WMDefaultDomRenderer2 = tslib.__decorate([
4817
- tslib.__param(1, i0.Inject(i1$2.DOCUMENT)),
4818
- tslib.__metadata("design:paramtypes", [i1$4.EventManager, Document])
4821
+ tslib.__param(1, i0.Inject(i5.DOCUMENT)),
4822
+ tslib.__metadata("design:paramtypes", [i1$3.EventManager, Document])
4819
4823
  ], WMDefaultDomRenderer2);
4820
4824
  function isTemplateNode(node) {
4821
4825
  return node.tagName === 'TEMPLATE' && node.content !== undefined;
@@ -4840,8 +4844,8 @@
4840
4844
  }
4841
4845
  };
4842
4846
  EmulatedEncapsulationDomRenderer2 = tslib.__decorate([
4843
- tslib.__param(4, i0.Inject(i1$2.DOCUMENT)),
4844
- tslib.__metadata("design:paramtypes", [i1$4.EventManager, i1$4.ɵSharedStylesHost, Object, String, Document])
4847
+ tslib.__param(4, i0.Inject(i5.DOCUMENT)),
4848
+ tslib.__metadata("design:paramtypes", [i1$3.EventManager, i1$3.ɵSharedStylesHost, Object, String, Document])
4845
4849
  ], EmulatedEncapsulationDomRenderer2);
4846
4850
  let ShadowDomRenderer = class ShadowDomRenderer extends WMDefaultDomRenderer2 {
4847
4851
  constructor(eventManager, sharedStylesHost, hostEl, component, doc) {
@@ -4878,8 +4882,8 @@
4878
4882
  }
4879
4883
  };
4880
4884
  ShadowDomRenderer = tslib.__decorate([
4881
- tslib.__param(4, i0.Inject(i1$2.DOCUMENT)),
4882
- tslib.__metadata("design:paramtypes", [i1$4.EventManager, i1$4.ɵSharedStylesHost, Object, Object, Document])
4885
+ tslib.__param(4, i0.Inject(i5.DOCUMENT)),
4886
+ tslib.__metadata("design:paramtypes", [i1$3.EventManager, i1$3.ɵSharedStylesHost, Object, Object, Document])
4883
4887
  ], ShadowDomRenderer);
4884
4888
 
4885
4889
  const initializeProjectDetails = () => {
@@ -4935,11 +4939,11 @@
4935
4939
  EmptyPageComponent
4936
4940
  ];
4937
4941
  const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS = [
4938
- i9.ConfirmDialogModule,
4939
- i10.DesignDialogModule,
4942
+ i8.ConfirmDialogModule,
4943
+ i9.DesignDialogModule,
4940
4944
  dialogs.DialogModule,
4941
4945
  // NGX Bootstrap
4942
- i2$1.BsDatepickerModule,
4946
+ i2$2.BsDatepickerModule,
4943
4947
  timepicker.TimepickerModule,
4944
4948
  dropdown.BsDropdownModule,
4945
4949
  pagination.PaginationModule,
@@ -4983,7 +4987,7 @@
4983
4987
  tile.TileModule,
4984
4988
  wizard.WizardModule,
4985
4989
  // dialogs
4986
- i11.AlertDialogModule,
4990
+ i10.AlertDialogModule,
4987
4991
  iframeDialog.IframeDialogModule,
4988
4992
  loginDialog.LoginDialogModule,
4989
4993
  partialDialog.PartialDialogModule,
@@ -5003,7 +5007,7 @@
5003
5007
  leftPanel.LeftPanelModule,
5004
5008
  rightPanel.RightPanelModule,
5005
5009
  topNav.TopNavModule,
5006
- i2$3.PrefabModule
5010
+ i2$4.PrefabModule
5007
5011
  ];
5008
5012
  // setting parseExpr as exprEvaluator for swipeAnimation
5009
5013
  $.fn.swipeAnimation.expressionEvaluator = i1.$parseExpr;
@@ -5047,13 +5051,13 @@
5047
5051
  deps: [i1.AbstractI18nService]
5048
5052
  },
5049
5053
  {
5050
- provide: i1$5.HTTP_INTERCEPTORS,
5054
+ provide: i1$4.HTTP_INTERCEPTORS,
5051
5055
  useClass: HttpCallInterceptor,
5052
5056
  multi: true
5053
5057
  },
5054
5058
  PipeService,
5055
- i1$2.DecimalPipe,
5056
- i1$2.DatePipe,
5059
+ i5.DecimalPipe,
5060
+ i5.DatePipe,
5057
5061
  AppManagerService,
5058
5062
  PrefabManagerService,
5059
5063
  AuthGuard,
@@ -5101,40 +5105,40 @@
5101
5105
  }
5102
5106
  });
5103
5107
  }
5104
- static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0__namespace.ɵɵinject(i1$6__namespace.MobileRuntimeModule), i0__namespace.ɵɵinject(i1__namespace.App), i0__namespace.ɵɵinject(i1__namespace.Viewport)); }; }
5108
+ static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0__namespace.ɵɵinject(i1$5__namespace.MobileRuntimeModule), i0__namespace.ɵɵinject(i1__namespace.App), i0__namespace.ɵɵinject(i1__namespace.Viewport)); }; }
5105
5109
  static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: RuntimeBaseModule }); }
5106
5110
  static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [
5107
- { provide: i1$4.ɵSharedStylesHost, useClass: WMDomSharedStylesHost },
5108
- { provide: i1$4.ɵDomRendererFactory2, useClass: WMDomRendererFactory2 }
5109
- ], imports: [i1$2.CommonModule,
5111
+ { provide: i1$3.ɵSharedStylesHost, useClass: WMDomSharedStylesHost },
5112
+ { provide: i1$3.ɵDomRendererFactory2, useClass: WMDomRendererFactory2 }
5113
+ ], imports: [i5.CommonModule,
5110
5114
  i1$1.RouterModule,
5111
- i1$5.HttpClientModule,
5115
+ i1$4.HttpClientModule,
5112
5116
  forms.FormsModule,
5113
5117
  forms.ReactiveFormsModule,
5114
- i1$3.ToastrModule,
5115
- i3.WmComponentsModule,
5116
- i1$6.MobileRuntimeModule,
5118
+ i1$2.ToastrModule,
5119
+ i2$1.WmComponentsModule,
5120
+ i1$5.MobileRuntimeModule,
5117
5121
  i1.CoreModule,
5118
5122
  i2.SecurityModule,
5119
- i2$2.OAuthModule,
5123
+ i2$3.OAuthModule,
5120
5124
  i4.VariablesModule,
5121
5125
  http.HttpServiceModule, REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS, forms.FormsModule,
5122
5126
  forms.ReactiveFormsModule,
5123
- i1$2.CommonModule,
5127
+ i5.CommonModule,
5124
5128
  i1$1.RouterModule,
5125
- i1$5.HttpClientModule,
5126
- i1$3.ToastrModule,
5127
- i3.WmComponentsModule,
5128
- i1$6.MobileRuntimeModule,
5129
+ i1$4.HttpClientModule,
5130
+ i1$2.ToastrModule,
5131
+ i2$1.WmComponentsModule,
5132
+ i1$5.MobileRuntimeModule,
5129
5133
  i1.CoreModule,
5130
5134
  i2.SecurityModule,
5131
- i2$2.OAuthModule,
5135
+ i2$3.OAuthModule,
5132
5136
  i4.VariablesModule,
5133
- http.HttpServiceModule, i9.ConfirmDialogModule,
5134
- i10.DesignDialogModule,
5137
+ http.HttpServiceModule, i8.ConfirmDialogModule,
5138
+ i9.DesignDialogModule,
5135
5139
  dialogs.DialogModule,
5136
5140
  // NGX Bootstrap
5137
- i2$1.BsDatepickerModule,
5141
+ i2$2.BsDatepickerModule,
5138
5142
  timepicker.TimepickerModule,
5139
5143
  dropdown.BsDropdownModule,
5140
5144
  pagination.PaginationModule,
@@ -5178,7 +5182,7 @@
5178
5182
  tile.TileModule,
5179
5183
  wizard.WizardModule,
5180
5184
  // dialogs
5181
- i11.AlertDialogModule,
5185
+ i10.AlertDialogModule,
5182
5186
  iframeDialog.IframeDialogModule,
5183
5187
  loginDialog.LoginDialogModule,
5184
5188
  partialDialog.PartialDialogModule,
@@ -5198,24 +5202,24 @@
5198
5202
  leftPanel.LeftPanelModule,
5199
5203
  rightPanel.RightPanelModule,
5200
5204
  topNav.TopNavModule,
5201
- i2$3.PrefabModule] }); }
5205
+ i2$4.PrefabModule] }); }
5202
5206
  }
5203
5207
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(RuntimeBaseModule, [{
5204
5208
  type: i0.NgModule,
5205
5209
  args: [{
5206
5210
  declarations: [...definitions],
5207
5211
  imports: [
5208
- i1$2.CommonModule,
5212
+ i5.CommonModule,
5209
5213
  i1$1.RouterModule,
5210
- i1$5.HttpClientModule,
5214
+ i1$4.HttpClientModule,
5211
5215
  forms.FormsModule,
5212
5216
  forms.ReactiveFormsModule,
5213
- i1$3.ToastrModule,
5214
- i3.WmComponentsModule,
5215
- i1$6.MobileRuntimeModule,
5217
+ i1$2.ToastrModule,
5218
+ i2$1.WmComponentsModule,
5219
+ i1$5.MobileRuntimeModule,
5216
5220
  i1.CoreModule,
5217
5221
  i2.SecurityModule,
5218
- i2$2.OAuthModule,
5222
+ i2$3.OAuthModule,
5219
5223
  i4.VariablesModule,
5220
5224
  http.HttpServiceModule,
5221
5225
  ...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
@@ -5224,48 +5228,48 @@
5224
5228
  forms.FormsModule,
5225
5229
  forms.ReactiveFormsModule,
5226
5230
  ...definitions,
5227
- i1$2.CommonModule,
5231
+ i5.CommonModule,
5228
5232
  i1$1.RouterModule,
5229
- i1$5.HttpClientModule,
5230
- i1$3.ToastrModule,
5231
- i3.WmComponentsModule,
5232
- i1$6.MobileRuntimeModule,
5233
+ i1$4.HttpClientModule,
5234
+ i1$2.ToastrModule,
5235
+ i2$1.WmComponentsModule,
5236
+ i1$5.MobileRuntimeModule,
5233
5237
  i1.CoreModule,
5234
5238
  i2.SecurityModule,
5235
- i2$2.OAuthModule,
5239
+ i2$3.OAuthModule,
5236
5240
  i4.VariablesModule,
5237
5241
  http.HttpServiceModule,
5238
5242
  ...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
5239
5243
  ],
5240
5244
  providers: [
5241
- { provide: i1$4.ɵSharedStylesHost, useClass: WMDomSharedStylesHost },
5242
- { provide: i1$4.ɵDomRendererFactory2, useClass: WMDomRendererFactory2 }
5245
+ { provide: i1$3.ɵSharedStylesHost, useClass: WMDomSharedStylesHost },
5246
+ { provide: i1$3.ɵDomRendererFactory2, useClass: WMDomRendererFactory2 }
5243
5247
  ]
5244
5248
  }]
5245
- }], () => [{ type: i1$6__namespace.MobileRuntimeModule }, { type: i1__namespace.App }, { type: i1__namespace.Viewport }], null); })();
5249
+ }], () => [{ type: i1$5__namespace.MobileRuntimeModule }, { type: i1__namespace.App }, { type: i1__namespace.Viewport }], null); })();
5246
5250
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(RuntimeBaseModule, { declarations: [AccessrolesDirective,
5247
5251
  AppSpinnerComponent,
5248
5252
  CustomToasterComponent,
5249
5253
  PrefabDirective,
5250
5254
  AppComponent,
5251
5255
  PrefabPreviewComponent,
5252
- EmptyPageComponent], imports: [i1$2.CommonModule,
5256
+ EmptyPageComponent], imports: [i5.CommonModule,
5253
5257
  i1$1.RouterModule,
5254
- i1$5.HttpClientModule,
5258
+ i1$4.HttpClientModule,
5255
5259
  forms.FormsModule,
5256
5260
  forms.ReactiveFormsModule,
5257
- i1$3.ToastrModule,
5258
- i3.WmComponentsModule,
5259
- i1$6.MobileRuntimeModule,
5261
+ i1$2.ToastrModule,
5262
+ i2$1.WmComponentsModule,
5263
+ i1$5.MobileRuntimeModule,
5260
5264
  i1.CoreModule,
5261
5265
  i2.SecurityModule,
5262
- i2$2.OAuthModule,
5266
+ i2$3.OAuthModule,
5263
5267
  i4.VariablesModule,
5264
- http.HttpServiceModule, i9.ConfirmDialogModule,
5265
- i10.DesignDialogModule,
5268
+ http.HttpServiceModule, i8.ConfirmDialogModule,
5269
+ i9.DesignDialogModule,
5266
5270
  dialogs.DialogModule,
5267
5271
  // NGX Bootstrap
5268
- i2$1.BsDatepickerModule,
5272
+ i2$2.BsDatepickerModule,
5269
5273
  timepicker.TimepickerModule,
5270
5274
  dropdown.BsDropdownModule,
5271
5275
  pagination.PaginationModule,
@@ -5309,7 +5313,7 @@
5309
5313
  tile.TileModule,
5310
5314
  wizard.WizardModule,
5311
5315
  // dialogs
5312
- i11.AlertDialogModule,
5316
+ i10.AlertDialogModule,
5313
5317
  iframeDialog.IframeDialogModule,
5314
5318
  loginDialog.LoginDialogModule,
5315
5319
  partialDialog.PartialDialogModule,
@@ -5329,28 +5333,28 @@
5329
5333
  leftPanel.LeftPanelModule,
5330
5334
  rightPanel.RightPanelModule,
5331
5335
  topNav.TopNavModule,
5332
- i2$3.PrefabModule], exports: [forms.FormsModule,
5336
+ i2$4.PrefabModule], exports: [forms.FormsModule,
5333
5337
  forms.ReactiveFormsModule, AccessrolesDirective,
5334
5338
  AppSpinnerComponent,
5335
5339
  CustomToasterComponent,
5336
5340
  PrefabDirective,
5337
5341
  AppComponent,
5338
5342
  PrefabPreviewComponent,
5339
- EmptyPageComponent, i1$2.CommonModule,
5343
+ EmptyPageComponent, i5.CommonModule,
5340
5344
  i1$1.RouterModule,
5341
- i1$5.HttpClientModule,
5342
- i1$3.ToastrModule,
5343
- i3.WmComponentsModule,
5344
- i1$6.MobileRuntimeModule,
5345
+ i1$4.HttpClientModule,
5346
+ i1$2.ToastrModule,
5347
+ i2$1.WmComponentsModule,
5348
+ i1$5.MobileRuntimeModule,
5345
5349
  i1.CoreModule,
5346
5350
  i2.SecurityModule,
5347
- i2$2.OAuthModule,
5351
+ i2$3.OAuthModule,
5348
5352
  i4.VariablesModule,
5349
- http.HttpServiceModule, i9.ConfirmDialogModule,
5350
- i10.DesignDialogModule,
5353
+ http.HttpServiceModule, i8.ConfirmDialogModule,
5354
+ i9.DesignDialogModule,
5351
5355
  dialogs.DialogModule,
5352
5356
  // NGX Bootstrap
5353
- i2$1.BsDatepickerModule,
5357
+ i2$2.BsDatepickerModule,
5354
5358
  timepicker.TimepickerModule,
5355
5359
  dropdown.BsDropdownModule,
5356
5360
  pagination.PaginationModule,
@@ -5394,7 +5398,7 @@
5394
5398
  tile.TileModule,
5395
5399
  wizard.WizardModule,
5396
5400
  // dialogs
5397
- i11.AlertDialogModule,
5401
+ i10.AlertDialogModule,
5398
5402
  iframeDialog.IframeDialogModule,
5399
5403
  loginDialog.LoginDialogModule,
5400
5404
  partialDialog.PartialDialogModule,
@@ -5414,13 +5418,13 @@
5414
5418
  leftPanel.LeftPanelModule,
5415
5419
  rightPanel.RightPanelModule,
5416
5420
  topNav.TopNavModule,
5417
- i2$3.PrefabModule] }); })();
5421
+ i2$4.PrefabModule] }); })();
5418
5422
  const WM_MODULES_FOR_ROOT = [
5419
- i3.WmComponentsModule.forRoot(),
5420
- i1$6.MobileRuntimeModule.forRoot(),
5423
+ i2$1.WmComponentsModule.forRoot(),
5424
+ i1$5.MobileRuntimeModule.forRoot(),
5421
5425
  i1.CoreModule.forRoot(),
5422
5426
  i2.SecurityModule.forRoot(),
5423
- i2$2.OAuthModule.forRoot(),
5427
+ i2$3.OAuthModule.forRoot(),
5424
5428
  i4.VariablesModule.forRoot(),
5425
5429
  http.HttpServiceModule.forRoot(),
5426
5430
  RuntimeBaseModule.forRoot()