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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/components/basic/default/bundles/index.umd.js +68 -68
  2. package/components/basic/default/esm2022/anchor/anchor.component.mjs +18 -18
  3. package/components/basic/default/esm2022/icon/icon.component.mjs +13 -12
  4. package/components/basic/default/esm2022/iframe/iframe.component.mjs +10 -9
  5. package/components/basic/default/esm2022/spinner/spinner.component.mjs +21 -21
  6. package/components/basic/default/esm2022/video/video.component.mjs +15 -14
  7. package/components/basic/default/fesm2022/index.mjs +68 -68
  8. package/components/basic/default/fesm2022/index.mjs.map +1 -1
  9. package/components/basic/progress/bundles/index.umd.js +17 -16
  10. package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +8 -7
  11. package/components/basic/progress/fesm2022/index.mjs +9 -8
  12. package/components/basic/progress/fesm2022/index.mjs.map +1 -1
  13. package/components/basic/rich-text-editor/bundles/index.umd.js +12 -11
  14. package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +9 -8
  15. package/components/basic/rich-text-editor/fesm2022/index.mjs +8 -7
  16. package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
  17. package/components/basic/search/bundles/index.umd.js +67 -63
  18. package/components/basic/search/esm2022/search.component.mjs +67 -63
  19. package/components/basic/search/esm2022/search.module.mjs +2 -2
  20. package/components/basic/search/fesm2022/index.mjs +67 -63
  21. package/components/basic/search/fesm2022/index.mjs.map +1 -1
  22. package/components/chart/bundles/index.umd.js +17 -17
  23. package/components/chart/esm2022/chart.component.mjs +18 -18
  24. package/components/chart/fesm2022/index.mjs +17 -17
  25. package/components/chart/fesm2022/index.mjs.map +1 -1
  26. package/components/containers/panel/bundles/index.umd.js +39 -39
  27. package/components/containers/panel/esm2022/panel.component.mjs +40 -40
  28. package/components/containers/panel/fesm2022/index.mjs +39 -39
  29. package/components/containers/panel/fesm2022/index.mjs.map +1 -1
  30. package/components/containers/tabs/bundles/index.umd.js +29 -29
  31. package/components/containers/tabs/esm2022/tabs.component.mjs +30 -30
  32. package/components/containers/tabs/fesm2022/index.mjs +29 -29
  33. package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
  34. package/components/containers/wizard/bundles/index.umd.js +49 -49
  35. package/components/containers/wizard/esm2022/wizard.component.mjs +50 -50
  36. package/components/containers/wizard/fesm2022/index.mjs +49 -49
  37. package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
  38. package/components/data/card/bundles/index.umd.js +29 -29
  39. package/components/data/card/esm2022/card.component.mjs +30 -30
  40. package/components/data/card/fesm2022/index.mjs +29 -29
  41. package/components/data/card/fesm2022/index.mjs.map +1 -1
  42. package/components/data/form/bundles/index.umd.js +96 -91
  43. package/components/data/form/esm2022/form.component.mjs +97 -92
  44. package/components/data/form/fesm2022/index.mjs +96 -91
  45. package/components/data/form/fesm2022/index.mjs.map +1 -1
  46. package/components/data/list/bundles/index.umd.js +173 -171
  47. package/components/data/list/esm2022/list.component.mjs +173 -171
  48. package/components/data/list/esm2022/list.module.mjs +2 -2
  49. package/components/data/list/fesm2022/index.mjs +173 -171
  50. package/components/data/list/fesm2022/index.mjs.map +1 -1
  51. package/components/data/pagination/bundles/index.umd.js +32 -32
  52. package/components/data/pagination/esm2022/pagination.component.mjs +33 -33
  53. package/components/data/pagination/fesm2022/index.mjs +32 -32
  54. package/components/data/pagination/fesm2022/index.mjs.map +1 -1
  55. package/components/data/table/bundles/index.umd.js +38 -39
  56. package/components/data/table/esm2022/table.component.mjs +39 -40
  57. package/components/data/table/fesm2022/index.mjs +38 -39
  58. package/components/data/table/fesm2022/index.mjs.map +1 -1
  59. package/components/dialogs/default/bundles/index.umd.js +95 -66
  60. package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +96 -67
  61. package/components/dialogs/default/fesm2022/index.mjs +95 -66
  62. package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
  63. package/components/dialogs/design-dialog/bundles/index.umd.js +7 -7
  64. package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +8 -8
  65. package/components/dialogs/design-dialog/fesm2022/index.mjs +7 -7
  66. package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
  67. package/components/dialogs/iframe-dialog/bundles/index.umd.js +25 -24
  68. package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +16 -15
  69. package/components/dialogs/iframe-dialog/fesm2022/index.mjs +15 -14
  70. package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
  71. package/components/dialogs/partial-dialog/bundles/index.umd.js +8 -8
  72. package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +9 -9
  73. package/components/dialogs/partial-dialog/fesm2022/index.mjs +8 -8
  74. package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
  75. package/components/input/chips/bundles/index.umd.js +21 -21
  76. package/components/input/chips/esm2022/chips.component.mjs +22 -22
  77. package/components/input/chips/fesm2022/index.mjs +21 -21
  78. package/components/input/chips/fesm2022/index.mjs.map +1 -1
  79. package/components/input/default/bundles/index.umd.js +209 -201
  80. package/components/input/default/esm2022/button/button.component.mjs +18 -18
  81. package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +69 -68
  82. package/components/input/default/esm2022/radioset/radioset.component.mjs +69 -68
  83. package/components/input/default/esm2022/select/select.component.mjs +27 -21
  84. package/components/input/default/esm2022/switch/switch.component.mjs +24 -24
  85. package/components/input/default/esm2022/textarea/textarea.component.mjs +8 -8
  86. package/components/input/default/fesm2022/index.mjs +209 -201
  87. package/components/input/default/fesm2022/index.mjs.map +1 -1
  88. package/components/input/epoch/bundles/index.umd.js +164 -171
  89. package/components/input/epoch/esm2022/date/date.component.mjs +15 -14
  90. package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +59 -64
  91. package/components/input/epoch/esm2022/date-time/date-time.component.mjs +19 -18
  92. package/components/input/epoch/esm2022/picker/picker.component.mjs +25 -26
  93. package/components/input/epoch/esm2022/time/time.component.mjs +18 -17
  94. package/components/input/epoch/fesm2022/index.mjs +117 -124
  95. package/components/input/epoch/fesm2022/index.mjs.map +1 -1
  96. package/components/input/file-upload/bundles/index.umd.js +114 -111
  97. package/components/input/file-upload/esm2022/file-upload.component.mjs +115 -112
  98. package/components/input/file-upload/fesm2022/index.mjs +114 -111
  99. package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  100. package/components/input/rating/bundles/index.umd.js +14 -14
  101. package/components/input/rating/esm2022/rating.component.mjs +15 -15
  102. package/components/input/rating/fesm2022/index.mjs +14 -14
  103. package/components/input/rating/fesm2022/index.mjs.map +1 -1
  104. package/components/input/slider/bundles/index.umd.js +40 -39
  105. package/components/input/slider/esm2022/slider.component.mjs +11 -10
  106. package/components/input/slider/fesm2022/index.mjs +10 -9
  107. package/components/input/slider/fesm2022/index.mjs.map +1 -1
  108. package/components/navigation/breadcrumb/bundles/index.umd.js +15 -16
  109. package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +16 -17
  110. package/components/navigation/breadcrumb/fesm2022/index.mjs +15 -16
  111. package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
  112. package/components/navigation/menu/bundles/index.umd.js +71 -69
  113. package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +7 -7
  114. package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +15 -15
  115. package/components/navigation/menu/esm2022/menu.component.mjs +26 -22
  116. package/components/navigation/menu/esm2022/menu.module.mjs +4 -4
  117. package/components/navigation/menu/esm2022/nav/nav.component.mjs +24 -26
  118. package/components/navigation/menu/fesm2022/index.mjs +71 -69
  119. package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
  120. package/components/navigation/navbar/bundles/index.umd.js +12 -12
  121. package/components/navigation/navbar/esm2022/navbar.component.mjs +13 -13
  122. package/components/navigation/navbar/fesm2022/index.mjs +12 -12
  123. package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
  124. package/mobile/components/basic/default/bundles/index.umd.js +111 -102
  125. package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +40 -39
  126. package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +44 -35
  127. package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +28 -27
  128. package/mobile/components/basic/default/fesm2022/index.mjs +107 -98
  129. package/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
  130. package/mobile/components/containers/segmented-control/bundles/index.umd.js +16 -16
  131. package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +9 -8
  132. package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +10 -10
  133. package/mobile/components/containers/segmented-control/fesm2022/index.mjs +16 -16
  134. package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
  135. package/mobile/components/data/media-list/bundles/index.umd.js +28 -28
  136. package/mobile/components/data/media-list/esm2022/media-list.component.mjs +29 -29
  137. package/mobile/components/data/media-list/fesm2022/index.mjs +28 -28
  138. package/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
  139. package/mobile/components/page/mobile-navbar/bundles/index.umd.js +29 -29
  140. package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +30 -30
  141. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +29 -29
  142. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
  143. package/mobile/components/page/tab-bar/bundles/index.umd.js +28 -28
  144. package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +29 -29
  145. package/mobile/components/page/tab-bar/fesm2022/index.mjs +28 -28
  146. package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
  147. package/npm-shrinkwrap.json +2 -2
  148. package/package-lock.json +2 -2
  149. package/package.json +1 -1
  150. package/runtime/base/bundles/index.umd.js +215 -219
  151. package/runtime/base/esm2022/components/app-component/app.component.mjs +41 -38
  152. package/runtime/base/esm2022/components/app-spinner.component.mjs +21 -25
  153. package/runtime/base/esm2022/components/custom-toaster.component.mjs +16 -18
  154. package/runtime/base/fesm2022/index.mjs +95 -99
  155. package/runtime/base/fesm2022/index.mjs.map +1 -1
@@ -2,7 +2,7 @@
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, 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';
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';
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 i5__namespace = /*#__PURE__*/_interopNamespaceDefault(i5);
26
+ var i1$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$2);
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 i2$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$1);
31
- var i2$4__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$4);
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);
32
33
  var i1$4__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$4);
33
34
  var i1$3__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$3);
34
- var i1$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$2);
35
- var i8__namespace = /*#__PURE__*/_interopNamespaceDefault(i8);
36
35
  var i9__namespace = /*#__PURE__*/_interopNamespaceDefault(i9);
37
- var i1$5__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$5);
38
- var i2$3__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$3);
39
- var i2$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$2);
40
36
  var i10__namespace = /*#__PURE__*/_interopNamespaceDefault(i10);
37
+ var i1$6__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$6);
38
+ var i2$2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$2);
39
+ var i2$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$1);
40
+ var i11__namespace = /*#__PURE__*/_interopNamespaceDefault(i11);
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(i5__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(i1$2__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: i5__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: i1$2__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(i2$1.WidgetRef) : i0.inject(i2$1.WidgetRef);
686
+ this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.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(i2$1.PartialDirective, 5);
853
+ i0__namespace.ɵɵviewQuery(i3.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: [i2$1.PartialDirective]
863
+ args: [i3.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(i2$1.WidgetRef) : i0.inject(i2$1.WidgetRef);
1417
+ this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.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(i2$1.WidgetRef) : i0.inject(i2$1.WidgetRef);
1705
+ this.containerWidget = this.injector ? this.injector.get(i3.WidgetRef) : i0.inject(i3.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$4.PrefabContainerDirective, 5);
1900
+ i0__namespace.ɵɵviewQuery(i2$3.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$4.PrefabContainerDirective]
1910
+ args: [i2$3.PrefabContainerDirective]
1911
1911
  }] }); })();
1912
1912
 
1913
1913
  class BaseLayoutComponent {
@@ -2418,51 +2418,47 @@
2418
2418
  type: i0.Input
2419
2419
  }] }); })();
2420
2420
 
2421
- function AppSpinnerComponent_Conditional_0_For_5_Template(rf, ctx) { if (rf & 1) {
2422
- i0__namespace.ɵɵelement(0, "p", 4);
2421
+ function AppSpinnerComponent_div_0_p_4_Template(rf, ctx) { if (rf & 1) {
2422
+ i0__namespace.ɵɵelement(0, "p", 6);
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_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);
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);
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.ɵɵrepeater(ctx_r1.spinnermessages);
2437
+ i0__namespace.ɵɵproperty("ngForOf", 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: [[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);
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);
2444
2444
  } if (rf & 2) {
2445
- i0__namespace.ɵɵconditional(ctx.show ? 0 : -1);
2446
- } }, dependencies: [i5__namespace.NgClass, i2$1__namespace.TextContentDirective], encapsulation: 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 }); }
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
- @if (show) {
2454
- <div class="app-spinner" [ngClass]="classname">
2453
+ <div class="app-spinner" [ngClass]="classname" *ngIf="show">
2455
2454
  <div class="spinner-message">
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>
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>
2462
2459
  </div>
2463
- </div>
2464
- }
2465
- `
2460
+ </div>
2461
+ `
2466
2462
  }]
2467
2463
  }], () => [], { show: [{
2468
2464
  type: i0.Input
@@ -2473,28 +2469,28 @@
2473
2469
  }], arialabel: [{
2474
2470
  type: i0.Input
2475
2471
  }] }); })();
2476
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 20 }); })();
2472
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 16 }); })();
2477
2473
 
2478
2474
  const _c0$1 = ["customToast"];
2479
2475
  const _c1 = ["customToastTmpl"];
2480
2476
  const _c2 = ["custom-toaster-component", ""];
2481
- function CustomToasterComponent_ng_template_3_For_2_Template(rf, ctx) { if (rf & 1) {
2482
- i0__namespace.ɵɵelement(0, "div", 4);
2477
+ function CustomToasterComponent_ng_template_3_div_1_Template(rf, ctx) { if (rf & 1) {
2478
+ i0__namespace.ɵɵelement(0, "div", 5);
2483
2479
  } if (rf & 2) {
2484
2480
  const param_r1 = ctx.$implicit;
2485
2481
  i0__namespace.ɵɵproperty("name", param_r1.key)("value", param_r1.value);
2486
2482
  } }
2487
2483
  function CustomToasterComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
2488
2484
  i0__namespace.ɵɵelementStart(0, "div", 3);
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");
2485
+ i0__namespace.ɵɵtemplate(1, CustomToasterComponent_ng_template_3_div_1_Template, 1, 2, "div", 4);
2486
+ i0__namespace.ɵɵpipe(2, "keyvalue");
2491
2487
  i0__namespace.ɵɵelementEnd();
2492
2488
  } if (rf & 2) {
2493
2489
  const ctx_r1 = i0__namespace.ɵɵnextContext();
2494
2490
  i0__namespace.ɵɵadvance();
2495
- i0__namespace.ɵɵrepeater(i0__namespace.ɵɵpipeBind1(3, 0, ctx_r1.params));
2491
+ i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind1(2, 1, ctx_r1.params));
2496
2492
  } }
2497
- class CustomToasterComponent extends i1$2.Toast {
2493
+ class CustomToasterComponent extends i1$3.Toast {
2498
2494
  // constructor is only necessary when not using AoT
2499
2495
  constructor(toastrService, toastPackage) {
2500
2496
  super(toastrService, toastPackage);
@@ -2532,7 +2528,7 @@
2532
2528
  lodashEs.forEach(this.watchers, watcher => watcher());
2533
2529
  super.ngOnDestroy();
2534
2530
  }
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)); }; }
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)); }; }
2536
2532
  static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: CustomToasterComponent, selectors: [["", "custom-toaster-component", ""]], viewQuery: function CustomToasterComponent_Query(rf, ctx) { if (rf & 1) {
2537
2533
  i0__namespace.ɵɵviewQuery(_c0$1, 7, i0.ViewContainerRef);
2538
2534
  i0__namespace.ɵɵviewQuery(_c1, 5);
@@ -2540,11 +2536,11 @@
2540
2536
  let _t;
2541
2537
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.customToastRef = _t.first);
2542
2538
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.customToastTmpl = _t.first);
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) {
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) {
2544
2540
  i0__namespace.ɵɵelement(0, "div", 2);
2545
2541
  i0__namespace.ɵɵelementContainer(1, null, 0);
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 }); }
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 }); }
2548
2544
  }
2549
2545
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CustomToasterComponent, [{
2550
2546
  type: i0.Component,
@@ -2554,23 +2550,21 @@
2554
2550
  <div class="parent-custom-toast"></div>
2555
2551
  <ng-container #customToast></ng-container>
2556
2552
  <ng-template #customToastTmpl>
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>
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>
2563
2557
  </ng-template>`,
2564
2558
  preserveWhitespaces: false
2565
2559
  }]
2566
- }], () => [{ type: i1$2__namespace.ToastrService }, { type: i1$2__namespace.ToastPackage }], { customToastRef: [{
2560
+ }], () => [{ type: i1$3__namespace.ToastrService }, { type: i1$3__namespace.ToastPackage }], { customToastRef: [{
2567
2561
  type: i0.ViewChild,
2568
2562
  args: ['customToast', { static: true, read: i0.ViewContainerRef }]
2569
2563
  }], customToastTmpl: [{
2570
2564
  type: i0.ViewChild,
2571
2565
  args: ['customToastTmpl']
2572
2566
  }] }); })();
2573
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 25 }); })();
2567
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 23 }); })();
2574
2568
 
2575
2569
  class EmptyPageComponent {
2576
2570
  constructor(route, securityService, router, app, appManger) {
@@ -2628,7 +2622,7 @@
2628
2622
  }
2629
2623
  });
2630
2624
  }
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)); }; }
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)); }; }
2632
2626
  static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["", "wmPrefab", "", "prefabname", ""]] }); }
2633
2627
  }
2634
2628
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PrefabDirective, [{
@@ -2640,57 +2634,57 @@
2640
2634
  type: i0.Self
2641
2635
  }, {
2642
2636
  type: i0.Inject,
2643
- args: [i2$1.WidgetRef]
2637
+ args: [i3.WidgetRef]
2644
2638
  }] }, { type: i0__namespace.ViewContainerRef }, { type: i0__namespace.ElementRef }, { type: PrefabManagerService }, { type: i0__namespace.ComponentFactoryResolver }, { type: i0__namespace.Injector }, { type: ComponentRefProvider }], null); })();
2645
2639
 
2646
2640
  class PipeProvider {
2647
2641
  setPipeData() {
2648
2642
  this._pipeData = [
2649
2643
  // TODO | NEED TO BE TESTED
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
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
2655
2649
  ]),
2656
- this.preparePipeMeta(i5.I18nSelectPipe, 'i18nSelect', true),
2657
- this.preparePipeMeta(i5.KeyValuePipe, 'keyvalue', false, [
2650
+ this.preparePipeMeta(i1$2.I18nSelectPipe, 'i18nSelect', true),
2651
+ this.preparePipeMeta(i1$2.KeyValuePipe, 'keyvalue', false, [
2658
2652
  i0.KeyValueDiffers
2659
2653
  ]),
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),
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),
2664
2658
  // TESTED
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)
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)
2675
2669
  ]),
2676
- this.preparePipeMeta(i2$1.ToNumberPipe, 'toNumber', true, [
2677
- new i5.DecimalPipe(this._locale),
2670
+ this.preparePipeMeta(i3.ToNumberPipe, 'toNumber', true, [
2671
+ new i1$2.DecimalPipe(this._locale),
2678
2672
  this.i18service
2679
2673
  ]),
2680
- this.preparePipeMeta(i2$1.ToCurrencyPipe, 'toCurrency', true, [
2681
- new i5.DecimalPipe(this._locale),
2674
+ this.preparePipeMeta(i3.ToCurrencyPipe, 'toCurrency', true, [
2675
+ new i1$2.DecimalPipe(this._locale),
2682
2676
  this.i18service
2683
2677
  ]),
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)
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)
2689
2683
  ]),
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])
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])
2694
2688
  ];
2695
2689
  }
2696
2690
  unknownPipe(name) {
@@ -2748,7 +2742,7 @@
2748
2742
  return new ref(...args);
2749
2743
  }
2750
2744
  }
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)); }; }
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)); }; }
2752
2746
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: PipeProvider, factory: PipeProvider.ɵfac, providedIn: 'root' }); }
2753
2747
  }
2754
2748
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PipeProvider, [{
@@ -2756,7 +2750,7 @@
2756
2750
  args: [{
2757
2751
  providedIn: 'root'
2758
2752
  }]
2759
- }], () => [{ type: i0__namespace.Compiler }, { type: i0__namespace.Injector }, { type: i1$3__namespace.DomSanitizer }, { type: i1__namespace.AbstractI18nService }], null); })();
2753
+ }], () => [{ type: i0__namespace.Compiler }, { type: i0__namespace.Injector }, { type: i1$4__namespace.DomSanitizer }, { type: i1__namespace.AbstractI18nService }], null); })();
2760
2754
 
2761
2755
  class PipeService {
2762
2756
  constructor(pipeProvider, $app) {
@@ -3019,12 +3013,12 @@
3019
3013
  console.warn('Please pass a valid options object, For Example : {maxOpened: 1, autoDismiss: true}');
3020
3014
  }
3021
3015
  }
3022
- static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0__namespace.ɵɵinject(i1$2__namespace.ToastrService)); }; }
3016
+ static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0__namespace.ɵɵinject(i1$3__namespace.ToastrService)); }; }
3023
3017
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: ToasterServiceImpl, factory: ToasterServiceImpl.ɵfac }); }
3024
3018
  }
3025
3019
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ToasterServiceImpl, [{
3026
3020
  type: i0.Injectable
3027
- }], () => [{ type: i1$2__namespace.ToastrService }], null); })();
3021
+ }], () => [{ type: i1$3__namespace.ToastrService }], null); })();
3028
3022
 
3029
3023
  const APP_LOCALE_ROOT_PATH = 'resources/i18n';
3030
3024
  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',
@@ -3343,12 +3337,12 @@
3343
3337
  this.app.notify('locale-changed', this.bundleLoaded.libLocale);
3344
3338
  }
3345
3339
  }
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)); }; }
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)); }; }
3347
3341
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: I18nServiceImpl, factory: I18nServiceImpl.ɵfac }); }
3348
3342
  }
3349
3343
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(I18nServiceImpl, [{
3350
3344
  type: i0.Injectable
3351
- }], () => [{ type: i1$4__namespace.HttpClient }, { type: i2$2__namespace.BsLocaleService }, { type: i1__namespace.AppDefaults }, { type: i0__namespace.Injector }], null); })();
3345
+ }], () => [{ type: i1$5__namespace.HttpClient }, { type: i2$1__namespace.BsLocaleService }, { type: i1__namespace.AppDefaults }, { type: i0__namespace.Injector }], null); })();
3352
3346
 
3353
3347
  const spinnerTemplate = `<div class="app-spinner">
3354
3348
  <div class="spinner-message" aria-label="loading gif">
@@ -3970,13 +3964,13 @@
3970
3964
  }], () => [{ type: i1__namespace.AbstractI18nService }], null); })();
3971
3965
 
3972
3966
  const _c0 = ["dynamicComponent"];
3973
- function AppComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
3974
- i0__namespace.ɵɵelement(0, "div", 2);
3967
+ function AppComponent_ng_container_0_div_2_Template(rf, ctx) { if (rf & 1) {
3968
+ i0__namespace.ɵɵelement(0, "div", 11);
3975
3969
  } }
3976
- function AppComponent_Conditional_0_ng_template_4_For_2_Template(rf, ctx) { if (rf & 1) {
3970
+ function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (rf & 1) {
3977
3971
  const _r1 = i0__namespace.ɵɵgetCurrentView();
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()); });
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()); });
3980
3974
  i0__namespace.ɵɵtext(2);
3981
3975
  i0__namespace.ɵɵelementEnd()();
3982
3976
  } if (rf & 2) {
@@ -3984,42 +3978,44 @@
3984
3978
  i0__namespace.ɵɵadvance(2);
3985
3979
  i0__namespace.ɵɵtextInterpolate(provider_r2.name);
3986
3980
  } }
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);
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);
3990
3984
  i0__namespace.ɵɵelementEnd();
3991
3985
  } if (rf & 2) {
3992
3986
  const ctx_r2 = i0__namespace.ɵɵnextContext(2);
3993
3987
  i0__namespace.ɵɵadvance();
3994
- i0__namespace.ɵɵrepeater(ctx_r2.providersConfig);
3988
+ i0__namespace.ɵɵproperty("ngForOf", ctx_r2.providersConfig);
3995
3989
  } }
3996
- function AppComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
3997
- i0__namespace.ɵɵelement(0, "div", 6);
3990
+ function AppComponent_ng_container_0_div_8_Template(rf, ctx) { if (rf & 1) {
3991
+ i0__namespace.ɵɵelement(0, "div", 16);
3998
3992
  } }
3999
- function AppComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
4000
- i0__namespace.ɵɵelement(0, "div", 7);
3993
+ function AppComponent_ng_container_0_div_9_Template(rf, ctx) { if (rf & 1) {
3994
+ i0__namespace.ɵɵelement(0, "div", 17);
4001
3995
  } }
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);
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);
4008
4003
  i0__namespace.ɵɵelementEnd();
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);
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();
4012
4008
  } if (rf & 2) {
4013
4009
  const ctx_r2 = i0__namespace.ɵɵnextContext();
4014
- i0__namespace.ɵɵadvance();
4015
- i0__namespace.ɵɵconditional(ctx_r2.isApplicationType ? 1 : -1);
4010
+ i0__namespace.ɵɵadvance(2);
4011
+ i0__namespace.ɵɵproperty("ngIf", ctx_r2.isApplicationType);
4016
4012
  i0__namespace.ɵɵadvance();
4017
4013
  i0__namespace.ɵɵproperty("show", ctx_r2.spinner.show)("spinnermessages", ctx_r2.spinner.messages);
4018
4014
  i0__namespace.ɵɵattribute("aria-label", ctx_r2.spinner.arialabel || "Loading");
4019
4015
  i0__namespace.ɵɵadvance(5);
4020
- i0__namespace.ɵɵconditional(!ctx_r2.isApplicationType ? 7 : -1);
4016
+ i0__namespace.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
4021
4017
  i0__namespace.ɵɵadvance();
4022
- i0__namespace.ɵɵconditional(!ctx_r2.isApplicationType ? 8 : -1);
4018
+ i0__namespace.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
4023
4019
  } }
4024
4020
  class AppComponent {
4025
4021
  constructor(_pipeProvider, _appRef, elRef, oAuthService, dialogService, spinnerService, ngZone, router, app, appManager, customIconsLoaderService) {
@@ -4158,7 +4154,7 @@
4158
4154
  ngDoCheck() {
4159
4155
  i1.$invokeWatchers();
4160
4156
  }
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)); }; }
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)); }; }
4162
4158
  static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AppComponent, selectors: [["app-root"]], viewQuery: function AppComponent_Query(rf, ctx) { if (rf & 1) {
4163
4159
  i0__namespace.ɵɵviewQuery(i1$1.RouterOutlet, 5);
4164
4160
  i0__namespace.ɵɵviewQuery(_c0, 5, i0.ViewContainerRef);
@@ -4166,17 +4162,17 @@
4166
4162
  let _t;
4167
4163
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.routerOutlet = _t.first);
4168
4164
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.dynamicComponentContainerRef = _t.first);
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);
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);
4171
4167
  i0__namespace.ɵɵelementContainer(1, null, 0);
4172
4168
  } if (rf & 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 }); }
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 }); }
4175
4171
  }
4176
4172
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AppComponent, [{
4177
4173
  type: i0.Component,
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: [{
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: [{
4180
4176
  type: i0.ViewChild,
4181
4177
  args: [i1$1.RouterOutlet]
4182
4178
  }], dynamicComponentContainerRef: [{
@@ -4335,7 +4331,7 @@
4335
4331
  }
4336
4332
  static { this.ɵfac = function PrefabPreviewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabPreviewComponent)(i0__namespace.ɵɵdirectiveInject(PrefabManagerService)); }; }
4337
4333
  static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: PrefabPreviewComponent, selectors: [["wm-prefab-preview"]], viewQuery: function PrefabPreviewComponent_Query(rf, ctx) { if (rf & 1) {
4338
- i0__namespace.ɵɵviewQuery(i2$4.PrefabDirective, 7);
4334
+ i0__namespace.ɵɵviewQuery(i2$3.PrefabDirective, 7);
4339
4335
  } if (rf & 2) {
4340
4336
  let _t;
4341
4337
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.prefabInstance = _t.first);
@@ -4343,7 +4339,7 @@
4343
4339
  i0__namespace.ɵɵelementStart(0, "div", 0);
4344
4340
  i0__namespace.ɵɵelement(1, "section", 1);
4345
4341
  i0__namespace.ɵɵelementEnd();
4346
- } }, dependencies: [i2$4__namespace.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
4342
+ } }, dependencies: [i2$3__namespace.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
4347
4343
  }
4348
4344
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PrefabPreviewComponent, [{
4349
4345
  type: i0.Component,
@@ -4357,7 +4353,7 @@
4357
4353
  }]
4358
4354
  }], () => [{ type: PrefabManagerService }], { prefabInstance: [{
4359
4355
  type: i0.ViewChild,
4360
- args: [i2$4.PrefabDirective, { static: true }]
4356
+ args: [i2$3.PrefabDirective, { static: true }]
4361
4357
  }] }); })();
4362
4358
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(PrefabPreviewComponent, { className: "PrefabPreviewComponent", filePath: "components/prefab-preview.component.ts", lineNumber: 17 }); })();
4363
4359
 
@@ -4544,17 +4540,17 @@
4544
4540
  ngOnDestroy() {
4545
4541
  this._hostNodes.forEach(styleNodes => styleNodes.forEach(removeStyle));
4546
4542
  }
4547
- static { this.ɵfac = function WMDomSharedStylesHost_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomSharedStylesHost)(i0__namespace.ɵɵinject(i5.DOCUMENT)); }; }
4543
+ static { this.ɵfac = function WMDomSharedStylesHost_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomSharedStylesHost)(i0__namespace.ɵɵinject(i1$2.DOCUMENT)); }; }
4548
4544
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: WMDomSharedStylesHost, factory: WMDomSharedStylesHost.ɵfac }); }
4549
4545
  }
4550
4546
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WMDomSharedStylesHost, [{
4551
4547
  type: i0.Injectable
4552
4548
  }], () => [{ type: undefined, decorators: [{
4553
4549
  type: i0.Inject,
4554
- args: [i5.DOCUMENT]
4550
+ args: [i1$2.DOCUMENT]
4555
4551
  }] }], null); })();
4556
4552
  function removeStyle(styleNode) {
4557
- i5.ɵgetDOM().remove(styleNode);
4553
+ i1$2.ɵgetDOM().remove(styleNode);
4558
4554
  }
4559
4555
 
4560
4556
  const NAMESPACE_URIS = {
@@ -4650,17 +4646,17 @@
4650
4646
  }
4651
4647
  begin() { }
4652
4648
  end() { }
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)); }; }
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)); }; }
4654
4650
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: WMDomRendererFactory2, factory: WMDomRendererFactory2.ɵfac }); }
4655
4651
  }
4656
4652
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(WMDomRendererFactory2, [{
4657
4653
  type: i0.Injectable
4658
- }], () => [{ type: i1$3__namespace.EventManager }, { type: i1$3__namespace.ɵSharedStylesHost }, { type: undefined, decorators: [{
4654
+ }], () => [{ type: i1$4__namespace.EventManager }, { type: i1$4__namespace.ɵSharedStylesHost }, { type: undefined, decorators: [{
4659
4655
  type: i0.Inject,
4660
4656
  args: [i0.APP_ID]
4661
4657
  }] }, { type: Document, decorators: [{
4662
4658
  type: i0.Inject,
4663
- args: [i5.DOCUMENT]
4659
+ args: [i1$2.DOCUMENT]
4664
4660
  }] }], null); })();
4665
4661
  let WMDefaultDomRenderer2 = class WMDefaultDomRenderer2 {
4666
4662
  constructor(eventManager, doc) {
@@ -4809,7 +4805,7 @@
4809
4805
  }
4810
4806
  listen(target, event, callback) {
4811
4807
  if (typeof target === 'string') {
4812
- target = i5.ɵgetDOM().getGlobalEventTarget(this.doc, target);
4808
+ target = i1$2.ɵgetDOM().getGlobalEventTarget(this.doc, target);
4813
4809
  if (!target) {
4814
4810
  throw new Error(`Unsupported event target ${target} for event ${event}`);
4815
4811
  }
@@ -4818,8 +4814,8 @@
4818
4814
  }
4819
4815
  };
4820
4816
  WMDefaultDomRenderer2 = tslib.__decorate([
4821
- tslib.__param(1, i0.Inject(i5.DOCUMENT)),
4822
- tslib.__metadata("design:paramtypes", [i1$3.EventManager, Document])
4817
+ tslib.__param(1, i0.Inject(i1$2.DOCUMENT)),
4818
+ tslib.__metadata("design:paramtypes", [i1$4.EventManager, Document])
4823
4819
  ], WMDefaultDomRenderer2);
4824
4820
  function isTemplateNode(node) {
4825
4821
  return node.tagName === 'TEMPLATE' && node.content !== undefined;
@@ -4844,8 +4840,8 @@
4844
4840
  }
4845
4841
  };
4846
4842
  EmulatedEncapsulationDomRenderer2 = tslib.__decorate([
4847
- tslib.__param(4, i0.Inject(i5.DOCUMENT)),
4848
- tslib.__metadata("design:paramtypes", [i1$3.EventManager, i1$3.ɵSharedStylesHost, Object, String, Document])
4843
+ tslib.__param(4, i0.Inject(i1$2.DOCUMENT)),
4844
+ tslib.__metadata("design:paramtypes", [i1$4.EventManager, i1$4.ɵSharedStylesHost, Object, String, Document])
4849
4845
  ], EmulatedEncapsulationDomRenderer2);
4850
4846
  let ShadowDomRenderer = class ShadowDomRenderer extends WMDefaultDomRenderer2 {
4851
4847
  constructor(eventManager, sharedStylesHost, hostEl, component, doc) {
@@ -4882,8 +4878,8 @@
4882
4878
  }
4883
4879
  };
4884
4880
  ShadowDomRenderer = tslib.__decorate([
4885
- tslib.__param(4, i0.Inject(i5.DOCUMENT)),
4886
- tslib.__metadata("design:paramtypes", [i1$3.EventManager, i1$3.ɵSharedStylesHost, Object, Object, Document])
4881
+ tslib.__param(4, i0.Inject(i1$2.DOCUMENT)),
4882
+ tslib.__metadata("design:paramtypes", [i1$4.EventManager, i1$4.ɵSharedStylesHost, Object, Object, Document])
4887
4883
  ], ShadowDomRenderer);
4888
4884
 
4889
4885
  const initializeProjectDetails = () => {
@@ -4939,11 +4935,11 @@
4939
4935
  EmptyPageComponent
4940
4936
  ];
4941
4937
  const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS = [
4942
- i8.ConfirmDialogModule,
4943
- i9.DesignDialogModule,
4938
+ i9.ConfirmDialogModule,
4939
+ i10.DesignDialogModule,
4944
4940
  dialogs.DialogModule,
4945
4941
  // NGX Bootstrap
4946
- i2$2.BsDatepickerModule,
4942
+ i2$1.BsDatepickerModule,
4947
4943
  timepicker.TimepickerModule,
4948
4944
  dropdown.BsDropdownModule,
4949
4945
  pagination.PaginationModule,
@@ -4987,7 +4983,7 @@
4987
4983
  tile.TileModule,
4988
4984
  wizard.WizardModule,
4989
4985
  // dialogs
4990
- i10.AlertDialogModule,
4986
+ i11.AlertDialogModule,
4991
4987
  iframeDialog.IframeDialogModule,
4992
4988
  loginDialog.LoginDialogModule,
4993
4989
  partialDialog.PartialDialogModule,
@@ -5007,7 +5003,7 @@
5007
5003
  leftPanel.LeftPanelModule,
5008
5004
  rightPanel.RightPanelModule,
5009
5005
  topNav.TopNavModule,
5010
- i2$4.PrefabModule
5006
+ i2$3.PrefabModule
5011
5007
  ];
5012
5008
  // setting parseExpr as exprEvaluator for swipeAnimation
5013
5009
  $.fn.swipeAnimation.expressionEvaluator = i1.$parseExpr;
@@ -5051,13 +5047,13 @@
5051
5047
  deps: [i1.AbstractI18nService]
5052
5048
  },
5053
5049
  {
5054
- provide: i1$4.HTTP_INTERCEPTORS,
5050
+ provide: i1$5.HTTP_INTERCEPTORS,
5055
5051
  useClass: HttpCallInterceptor,
5056
5052
  multi: true
5057
5053
  },
5058
5054
  PipeService,
5059
- i5.DecimalPipe,
5060
- i5.DatePipe,
5055
+ i1$2.DecimalPipe,
5056
+ i1$2.DatePipe,
5061
5057
  AppManagerService,
5062
5058
  PrefabManagerService,
5063
5059
  AuthGuard,
@@ -5105,40 +5101,40 @@
5105
5101
  }
5106
5102
  });
5107
5103
  }
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)); }; }
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)); }; }
5109
5105
  static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: RuntimeBaseModule }); }
5110
5106
  static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ providers: [
5111
- { provide: i1$3.ɵSharedStylesHost, useClass: WMDomSharedStylesHost },
5112
- { provide: i1$3.ɵDomRendererFactory2, useClass: WMDomRendererFactory2 }
5113
- ], imports: [i5.CommonModule,
5107
+ { provide: i1$4.ɵSharedStylesHost, useClass: WMDomSharedStylesHost },
5108
+ { provide: i1$4.ɵDomRendererFactory2, useClass: WMDomRendererFactory2 }
5109
+ ], imports: [i1$2.CommonModule,
5114
5110
  i1$1.RouterModule,
5115
- i1$4.HttpClientModule,
5111
+ i1$5.HttpClientModule,
5116
5112
  forms.FormsModule,
5117
5113
  forms.ReactiveFormsModule,
5118
- i1$2.ToastrModule,
5119
- i2$1.WmComponentsModule,
5120
- i1$5.MobileRuntimeModule,
5114
+ i1$3.ToastrModule,
5115
+ i3.WmComponentsModule,
5116
+ i1$6.MobileRuntimeModule,
5121
5117
  i1.CoreModule,
5122
5118
  i2.SecurityModule,
5123
- i2$3.OAuthModule,
5119
+ i2$2.OAuthModule,
5124
5120
  i4.VariablesModule,
5125
5121
  http.HttpServiceModule, REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS, forms.FormsModule,
5126
5122
  forms.ReactiveFormsModule,
5127
- i5.CommonModule,
5123
+ i1$2.CommonModule,
5128
5124
  i1$1.RouterModule,
5129
- i1$4.HttpClientModule,
5130
- i1$2.ToastrModule,
5131
- i2$1.WmComponentsModule,
5132
- i1$5.MobileRuntimeModule,
5125
+ i1$5.HttpClientModule,
5126
+ i1$3.ToastrModule,
5127
+ i3.WmComponentsModule,
5128
+ i1$6.MobileRuntimeModule,
5133
5129
  i1.CoreModule,
5134
5130
  i2.SecurityModule,
5135
- i2$3.OAuthModule,
5131
+ i2$2.OAuthModule,
5136
5132
  i4.VariablesModule,
5137
- http.HttpServiceModule, i8.ConfirmDialogModule,
5138
- i9.DesignDialogModule,
5133
+ http.HttpServiceModule, i9.ConfirmDialogModule,
5134
+ i10.DesignDialogModule,
5139
5135
  dialogs.DialogModule,
5140
5136
  // NGX Bootstrap
5141
- i2$2.BsDatepickerModule,
5137
+ i2$1.BsDatepickerModule,
5142
5138
  timepicker.TimepickerModule,
5143
5139
  dropdown.BsDropdownModule,
5144
5140
  pagination.PaginationModule,
@@ -5182,7 +5178,7 @@
5182
5178
  tile.TileModule,
5183
5179
  wizard.WizardModule,
5184
5180
  // dialogs
5185
- i10.AlertDialogModule,
5181
+ i11.AlertDialogModule,
5186
5182
  iframeDialog.IframeDialogModule,
5187
5183
  loginDialog.LoginDialogModule,
5188
5184
  partialDialog.PartialDialogModule,
@@ -5202,24 +5198,24 @@
5202
5198
  leftPanel.LeftPanelModule,
5203
5199
  rightPanel.RightPanelModule,
5204
5200
  topNav.TopNavModule,
5205
- i2$4.PrefabModule] }); }
5201
+ i2$3.PrefabModule] }); }
5206
5202
  }
5207
5203
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(RuntimeBaseModule, [{
5208
5204
  type: i0.NgModule,
5209
5205
  args: [{
5210
5206
  declarations: [...definitions],
5211
5207
  imports: [
5212
- i5.CommonModule,
5208
+ i1$2.CommonModule,
5213
5209
  i1$1.RouterModule,
5214
- i1$4.HttpClientModule,
5210
+ i1$5.HttpClientModule,
5215
5211
  forms.FormsModule,
5216
5212
  forms.ReactiveFormsModule,
5217
- i1$2.ToastrModule,
5218
- i2$1.WmComponentsModule,
5219
- i1$5.MobileRuntimeModule,
5213
+ i1$3.ToastrModule,
5214
+ i3.WmComponentsModule,
5215
+ i1$6.MobileRuntimeModule,
5220
5216
  i1.CoreModule,
5221
5217
  i2.SecurityModule,
5222
- i2$3.OAuthModule,
5218
+ i2$2.OAuthModule,
5223
5219
  i4.VariablesModule,
5224
5220
  http.HttpServiceModule,
5225
5221
  ...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
@@ -5228,48 +5224,48 @@
5228
5224
  forms.FormsModule,
5229
5225
  forms.ReactiveFormsModule,
5230
5226
  ...definitions,
5231
- i5.CommonModule,
5227
+ i1$2.CommonModule,
5232
5228
  i1$1.RouterModule,
5233
- i1$4.HttpClientModule,
5234
- i1$2.ToastrModule,
5235
- i2$1.WmComponentsModule,
5236
- i1$5.MobileRuntimeModule,
5229
+ i1$5.HttpClientModule,
5230
+ i1$3.ToastrModule,
5231
+ i3.WmComponentsModule,
5232
+ i1$6.MobileRuntimeModule,
5237
5233
  i1.CoreModule,
5238
5234
  i2.SecurityModule,
5239
- i2$3.OAuthModule,
5235
+ i2$2.OAuthModule,
5240
5236
  i4.VariablesModule,
5241
5237
  http.HttpServiceModule,
5242
5238
  ...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
5243
5239
  ],
5244
5240
  providers: [
5245
- { provide: i1$3.ɵSharedStylesHost, useClass: WMDomSharedStylesHost },
5246
- { provide: i1$3.ɵDomRendererFactory2, useClass: WMDomRendererFactory2 }
5241
+ { provide: i1$4.ɵSharedStylesHost, useClass: WMDomSharedStylesHost },
5242
+ { provide: i1$4.ɵDomRendererFactory2, useClass: WMDomRendererFactory2 }
5247
5243
  ]
5248
5244
  }]
5249
- }], () => [{ type: i1$5__namespace.MobileRuntimeModule }, { type: i1__namespace.App }, { type: i1__namespace.Viewport }], null); })();
5245
+ }], () => [{ type: i1$6__namespace.MobileRuntimeModule }, { type: i1__namespace.App }, { type: i1__namespace.Viewport }], null); })();
5250
5246
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(RuntimeBaseModule, { declarations: [AccessrolesDirective,
5251
5247
  AppSpinnerComponent,
5252
5248
  CustomToasterComponent,
5253
5249
  PrefabDirective,
5254
5250
  AppComponent,
5255
5251
  PrefabPreviewComponent,
5256
- EmptyPageComponent], imports: [i5.CommonModule,
5252
+ EmptyPageComponent], imports: [i1$2.CommonModule,
5257
5253
  i1$1.RouterModule,
5258
- i1$4.HttpClientModule,
5254
+ i1$5.HttpClientModule,
5259
5255
  forms.FormsModule,
5260
5256
  forms.ReactiveFormsModule,
5261
- i1$2.ToastrModule,
5262
- i2$1.WmComponentsModule,
5263
- i1$5.MobileRuntimeModule,
5257
+ i1$3.ToastrModule,
5258
+ i3.WmComponentsModule,
5259
+ i1$6.MobileRuntimeModule,
5264
5260
  i1.CoreModule,
5265
5261
  i2.SecurityModule,
5266
- i2$3.OAuthModule,
5262
+ i2$2.OAuthModule,
5267
5263
  i4.VariablesModule,
5268
- http.HttpServiceModule, i8.ConfirmDialogModule,
5269
- i9.DesignDialogModule,
5264
+ http.HttpServiceModule, i9.ConfirmDialogModule,
5265
+ i10.DesignDialogModule,
5270
5266
  dialogs.DialogModule,
5271
5267
  // NGX Bootstrap
5272
- i2$2.BsDatepickerModule,
5268
+ i2$1.BsDatepickerModule,
5273
5269
  timepicker.TimepickerModule,
5274
5270
  dropdown.BsDropdownModule,
5275
5271
  pagination.PaginationModule,
@@ -5313,7 +5309,7 @@
5313
5309
  tile.TileModule,
5314
5310
  wizard.WizardModule,
5315
5311
  // dialogs
5316
- i10.AlertDialogModule,
5312
+ i11.AlertDialogModule,
5317
5313
  iframeDialog.IframeDialogModule,
5318
5314
  loginDialog.LoginDialogModule,
5319
5315
  partialDialog.PartialDialogModule,
@@ -5333,28 +5329,28 @@
5333
5329
  leftPanel.LeftPanelModule,
5334
5330
  rightPanel.RightPanelModule,
5335
5331
  topNav.TopNavModule,
5336
- i2$4.PrefabModule], exports: [forms.FormsModule,
5332
+ i2$3.PrefabModule], exports: [forms.FormsModule,
5337
5333
  forms.ReactiveFormsModule, AccessrolesDirective,
5338
5334
  AppSpinnerComponent,
5339
5335
  CustomToasterComponent,
5340
5336
  PrefabDirective,
5341
5337
  AppComponent,
5342
5338
  PrefabPreviewComponent,
5343
- EmptyPageComponent, i5.CommonModule,
5339
+ EmptyPageComponent, i1$2.CommonModule,
5344
5340
  i1$1.RouterModule,
5345
- i1$4.HttpClientModule,
5346
- i1$2.ToastrModule,
5347
- i2$1.WmComponentsModule,
5348
- i1$5.MobileRuntimeModule,
5341
+ i1$5.HttpClientModule,
5342
+ i1$3.ToastrModule,
5343
+ i3.WmComponentsModule,
5344
+ i1$6.MobileRuntimeModule,
5349
5345
  i1.CoreModule,
5350
5346
  i2.SecurityModule,
5351
- i2$3.OAuthModule,
5347
+ i2$2.OAuthModule,
5352
5348
  i4.VariablesModule,
5353
- http.HttpServiceModule, i8.ConfirmDialogModule,
5354
- i9.DesignDialogModule,
5349
+ http.HttpServiceModule, i9.ConfirmDialogModule,
5350
+ i10.DesignDialogModule,
5355
5351
  dialogs.DialogModule,
5356
5352
  // NGX Bootstrap
5357
- i2$2.BsDatepickerModule,
5353
+ i2$1.BsDatepickerModule,
5358
5354
  timepicker.TimepickerModule,
5359
5355
  dropdown.BsDropdownModule,
5360
5356
  pagination.PaginationModule,
@@ -5398,7 +5394,7 @@
5398
5394
  tile.TileModule,
5399
5395
  wizard.WizardModule,
5400
5396
  // dialogs
5401
- i10.AlertDialogModule,
5397
+ i11.AlertDialogModule,
5402
5398
  iframeDialog.IframeDialogModule,
5403
5399
  loginDialog.LoginDialogModule,
5404
5400
  partialDialog.PartialDialogModule,
@@ -5418,13 +5414,13 @@
5418
5414
  leftPanel.LeftPanelModule,
5419
5415
  rightPanel.RightPanelModule,
5420
5416
  topNav.TopNavModule,
5421
- i2$4.PrefabModule] }); })();
5417
+ i2$3.PrefabModule] }); })();
5422
5418
  const WM_MODULES_FOR_ROOT = [
5423
- i2$1.WmComponentsModule.forRoot(),
5424
- i1$5.MobileRuntimeModule.forRoot(),
5419
+ i3.WmComponentsModule.forRoot(),
5420
+ i1$6.MobileRuntimeModule.forRoot(),
5425
5421
  i1.CoreModule.forRoot(),
5426
5422
  i2.SecurityModule.forRoot(),
5427
- i2$3.OAuthModule.forRoot(),
5423
+ i2$2.OAuthModule.forRoot(),
5428
5424
  i4.VariablesModule.forRoot(),
5429
5425
  http.HttpServiceModule.forRoot(),
5430
5426
  RuntimeBaseModule.forRoot()