@wavemaker/app-ng-runtime 11.10.5-rc.6100 → 11.11.0-1.6140

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 (1174) hide show
  1. package/build-task/bundles/index.umd.js +94 -68
  2. package/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +8 -8
  3. package/build-task/esm2022/containers/repeat-template.build.mjs +5 -5
  4. package/build-task/esm2022/containers/wizard/wizard-step/wizard-step.build.mjs +2 -2
  5. package/build-task/esm2022/containers/wizard/wizard.build.mjs +33 -4
  6. package/build-task/esm2022/data/form/form-field/form-field.build.mjs +10 -10
  7. package/build-task/esm2022/data/table/table-column/table-column.build.mjs +15 -11
  8. package/build-task/esm2022/page/page.build.mjs +2 -8
  9. package/build-task/esm2022/public_api.mjs +1 -1
  10. package/build-task/fesm2022/index.mjs +95 -69
  11. package/build-task/fesm2022/index.mjs.map +1 -1
  12. package/components/advanced/carousel/bundles/index.umd.js +8 -36
  13. package/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +1 -1
  14. package/components/advanced/carousel/carousel.directive.d.ts +1 -1
  15. package/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +3 -2
  16. package/components/advanced/carousel/esm2022/carousel.directive.mjs +3 -2
  17. package/components/advanced/carousel/esm2022/public_api.mjs +1 -2
  18. package/components/advanced/carousel/fesm2022/index.mjs +8 -36
  19. package/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
  20. package/components/advanced/carousel/public_api.d.ts +0 -1
  21. package/components/advanced/custom/bundles/index.umd.js +8 -33
  22. package/components/advanced/custom/custom-widget-container/custom-widget-container.directive.d.ts +1 -1
  23. package/components/advanced/custom/custom-widget.directive.d.ts +1 -1
  24. package/components/advanced/custom/esm2022/custom-widget-container/custom-widget-container.directive.mjs +3 -2
  25. package/components/advanced/custom/esm2022/custom-widget.directive.mjs +3 -2
  26. package/components/advanced/custom/esm2022/public_api.mjs +1 -2
  27. package/components/advanced/custom/fesm2022/index.mjs +7 -32
  28. package/components/advanced/custom/fesm2022/index.mjs.map +1 -1
  29. package/components/advanced/custom/public_api.d.ts +0 -1
  30. package/components/advanced/login/bundles/index.umd.js +10 -34
  31. package/components/advanced/login/esm2022/login.component.mjs +7 -6
  32. package/components/advanced/login/esm2022/public_api.mjs +1 -2
  33. package/components/advanced/login/fesm2022/index.mjs +8 -32
  34. package/components/advanced/login/fesm2022/index.mjs.map +1 -1
  35. package/components/advanced/login/login.component.d.ts +1 -1
  36. package/components/advanced/login/public_api.d.ts +0 -1
  37. package/components/advanced/marquee/bundles/index.umd.js +6 -29
  38. package/components/advanced/marquee/esm2022/marquee.directive.mjs +3 -2
  39. package/components/advanced/marquee/esm2022/public_api.mjs +1 -2
  40. package/components/advanced/marquee/fesm2022/index.mjs +5 -28
  41. package/components/advanced/marquee/fesm2022/index.mjs.map +1 -1
  42. package/components/advanced/marquee/marquee.directive.d.ts +1 -1
  43. package/components/advanced/marquee/public_api.d.ts +0 -1
  44. package/components/base/bundles/index.umd.js +86 -278
  45. package/components/base/components.module.d.ts +13 -15
  46. package/components/base/directives/show-in-device.directive.d.ts +1 -1
  47. package/components/base/esm2022/components.module.mjs +7 -13
  48. package/components/base/esm2022/directives/show-in-device.directive.mjs +3 -2
  49. package/components/base/esm2022/pipes/custom-pipes.mjs +33 -16
  50. package/components/base/esm2022/pipes/image.pipe.mjs +3 -2
  51. package/components/base/esm2022/pipes/sanitize.pipe.mjs +3 -2
  52. package/components/base/esm2022/pipes/trust-as.pipe.mjs +3 -2
  53. package/components/base/esm2022/public_api.mjs +1 -2
  54. package/components/base/esm2022/utils/form-utils.mjs +3 -1
  55. package/components/base/esm2022/utils/live-utils.mjs +3 -7
  56. package/components/base/esm2022/widgets/common/base/base-field-validations.mjs +4 -2
  57. package/components/base/esm2022/widgets/common/base/base.component.mjs +3 -5
  58. package/components/base/esm2022/widgets/common/base/custom-widget-container.directive.mjs +3 -2
  59. package/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +3 -2
  60. package/components/base/esm2022/widgets/common/base/text-content.directive.mjs +3 -2
  61. package/components/base/esm2022/widgets/common/container/container.directive.mjs +3 -2
  62. package/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +3 -3
  63. package/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +3 -2
  64. package/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +3 -2
  65. package/components/base/esm2022/widgets/common/message/message.component.mjs +5 -5
  66. package/components/base/esm2022/widgets/common/partial/partial.directive.mjs +3 -2
  67. package/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +5 -3
  68. package/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +3 -2
  69. package/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +3 -2
  70. package/components/base/fesm2022/index.mjs +85 -276
  71. package/components/base/fesm2022/index.mjs.map +1 -1
  72. package/components/base/pipes/custom-pipes.d.ts +15 -15
  73. package/components/base/pipes/image.pipe.d.ts +1 -1
  74. package/components/base/pipes/sanitize.pipe.d.ts +1 -1
  75. package/components/base/pipes/trust-as.pipe.d.ts +1 -1
  76. package/components/base/public_api.d.ts +0 -1
  77. package/components/base/widgets/common/base/custom-widget-container.directive.d.ts +1 -1
  78. package/components/base/widgets/common/base/partial-container.directive.d.ts +1 -1
  79. package/components/base/widgets/common/base/text-content.directive.d.ts +1 -1
  80. package/components/base/widgets/common/container/container.directive.d.ts +1 -1
  81. package/components/base/widgets/common/item-template/item-template.directive.d.ts +1 -1
  82. package/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +1 -1
  83. package/components/base/widgets/common/message/message.component.d.ts +1 -1
  84. package/components/base/widgets/common/partial/partial.directive.d.ts +1 -1
  85. package/components/base/widgets/common/partial-param/partial-param.directive.d.ts +2 -2
  86. package/components/base/widgets/common/redraw/redrawable.directive.d.ts +1 -1
  87. package/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +1 -1
  88. package/components/basic/default/anchor/anchor.component.d.ts +1 -1
  89. package/components/basic/default/audio/audio.component.d.ts +1 -1
  90. package/components/basic/default/bundles/index.umd.js +100 -148
  91. package/components/basic/default/esm2022/anchor/anchor.component.mjs +23 -21
  92. package/components/basic/default/esm2022/audio/audio.component.mjs +7 -6
  93. package/components/basic/default/esm2022/html/html.directive.mjs +3 -2
  94. package/components/basic/default/esm2022/icon/icon.component.mjs +17 -16
  95. package/components/basic/default/esm2022/iframe/iframe.component.mjs +14 -13
  96. package/components/basic/default/esm2022/label/label.directive.mjs +3 -2
  97. package/components/basic/default/esm2022/picture/picture.directive.mjs +3 -2
  98. package/components/basic/default/esm2022/picture/picture.props.mjs +1 -5
  99. package/components/basic/default/esm2022/public_api.mjs +1 -2
  100. package/components/basic/default/esm2022/spinner/spinner.component.mjs +26 -24
  101. package/components/basic/default/esm2022/video/video.component.mjs +19 -18
  102. package/components/basic/default/fesm2022/index.mjs +101 -148
  103. package/components/basic/default/fesm2022/index.mjs.map +1 -1
  104. package/components/basic/default/html/html.directive.d.ts +1 -1
  105. package/components/basic/default/icon/icon.component.d.ts +1 -1
  106. package/components/basic/default/iframe/iframe.component.d.ts +1 -1
  107. package/components/basic/default/label/label.directive.d.ts +1 -1
  108. package/components/basic/default/picture/picture.directive.d.ts +1 -1
  109. package/components/basic/default/public_api.d.ts +0 -1
  110. package/components/basic/default/spinner/spinner.component.d.ts +1 -1
  111. package/components/basic/default/video/video.component.d.ts +1 -1
  112. package/components/basic/progress/bundles/index.umd.js +20 -51
  113. package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +12 -11
  114. package/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +8 -6
  115. package/components/basic/progress/esm2022/public_api.mjs +1 -2
  116. package/components/basic/progress/fesm2022/index.mjs +19 -49
  117. package/components/basic/progress/fesm2022/index.mjs.map +1 -1
  118. package/components/basic/progress/progress-bar/progress-bar.component.d.ts +1 -1
  119. package/components/basic/progress/progress-circle/progress-circle.component.d.ts +1 -1
  120. package/components/basic/progress/public_api.d.ts +0 -1
  121. package/components/basic/rich-text-editor/bundles/index.umd.js +15 -40
  122. package/components/basic/rich-text-editor/esm2022/public_api.mjs +1 -2
  123. package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +13 -12
  124. package/components/basic/rich-text-editor/fesm2022/index.mjs +13 -37
  125. package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
  126. package/components/basic/rich-text-editor/public_api.d.ts +0 -1
  127. package/components/basic/rich-text-editor/rich-text-editor.component.d.ts +1 -1
  128. package/components/basic/search/bundles/index.umd.js +170 -207
  129. package/components/basic/search/esm2022/public_api.mjs +1 -2
  130. package/components/basic/search/esm2022/scrollable.directive.mjs +3 -2
  131. package/components/basic/search/esm2022/search.component.mjs +76 -72
  132. package/components/basic/search/fesm2022/index.mjs +107 -143
  133. package/components/basic/search/fesm2022/index.mjs.map +1 -1
  134. package/components/basic/search/public_api.d.ts +0 -1
  135. package/components/basic/search/scrollable.directive.d.ts +1 -1
  136. package/components/basic/search/search.component.d.ts +1 -1
  137. package/components/basic/tree/bundles/index.umd.js +9 -33
  138. package/components/basic/tree/esm2022/public_api.mjs +1 -2
  139. package/components/basic/tree/esm2022/tree.component.mjs +7 -6
  140. package/components/basic/tree/fesm2022/index.mjs +8 -32
  141. package/components/basic/tree/fesm2022/index.mjs.map +1 -1
  142. package/components/basic/tree/public_api.d.ts +0 -1
  143. package/components/basic/tree/tree.component.d.ts +1 -1
  144. package/components/chart/bundles/index.umd.js +27 -53
  145. package/components/chart/chart.component.d.ts +1 -1
  146. package/components/chart/esm2022/chart.component.mjs +26 -24
  147. package/components/chart/esm2022/chart.utils.mjs +3 -1
  148. package/components/chart/esm2022/public_api.mjs +1 -2
  149. package/components/chart/fesm2022/index.mjs +27 -52
  150. package/components/chart/fesm2022/index.mjs.map +1 -1
  151. package/components/chart/public_api.d.ts +0 -1
  152. package/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +1 -1
  153. package/components/containers/accordion/accordion.directive.d.ts +1 -1
  154. package/components/containers/accordion/bundles/index.umd.js +208 -237
  155. package/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +10 -11
  156. package/components/containers/accordion/esm2022/accordion.directive.mjs +5 -4
  157. package/components/containers/accordion/esm2022/public_api.mjs +1 -2
  158. package/components/containers/accordion/fesm2022/index.mjs +189 -217
  159. package/components/containers/accordion/fesm2022/index.mjs.map +1 -1
  160. package/components/containers/accordion/public_api.d.ts +0 -1
  161. package/components/containers/layout-grid/bundles/index.umd.js +13 -43
  162. package/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +7 -9
  163. package/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +3 -2
  164. package/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +3 -2
  165. package/components/containers/layout-grid/esm2022/public_api.mjs +1 -2
  166. package/components/containers/layout-grid/fesm2022/index.mjs +13 -43
  167. package/components/containers/layout-grid/fesm2022/index.mjs.map +1 -1
  168. package/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +1 -1
  169. package/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +1 -1
  170. package/components/containers/layout-grid/layout-grid.directive.d.ts +1 -1
  171. package/components/containers/layout-grid/public_api.d.ts +0 -1
  172. package/components/containers/linear-layout/bundles/index.umd.js +8 -33
  173. package/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +3 -2
  174. package/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +3 -2
  175. package/components/containers/linear-layout/esm2022/public_api.mjs +1 -2
  176. package/components/containers/linear-layout/fesm2022/index.mjs +7 -32
  177. package/components/containers/linear-layout/fesm2022/index.mjs.map +1 -1
  178. package/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +1 -1
  179. package/components/containers/linear-layout/linear-layout.directive.d.ts +1 -1
  180. package/components/containers/linear-layout/public_api.d.ts +0 -1
  181. package/components/containers/panel/bundles/index.umd.js +87 -118
  182. package/components/containers/panel/esm2022/panel.component.mjs +48 -46
  183. package/components/containers/panel/esm2022/public_api.mjs +1 -2
  184. package/components/containers/panel/fesm2022/index.mjs +49 -79
  185. package/components/containers/panel/fesm2022/index.mjs.map +1 -1
  186. package/components/containers/panel/panel.component.d.ts +1 -1
  187. package/components/containers/panel/public_api.d.ts +0 -1
  188. package/components/containers/tabs/bundles/index.umd.js +112 -120
  189. package/components/containers/tabs/esm2022/public_api.mjs +1 -2
  190. package/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +8 -10
  191. package/components/containers/tabs/esm2022/tabs.component.mjs +61 -38
  192. package/components/containers/tabs/esm2022/tabs.props.mjs +2 -5
  193. package/components/containers/tabs/fesm2022/index.mjs +72 -81
  194. package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
  195. package/components/containers/tabs/public_api.d.ts +0 -1
  196. package/components/containers/tabs/tab-pane/tab-pane.component.d.ts +1 -1
  197. package/components/containers/tabs/tabs.component.d.ts +3 -1
  198. package/components/containers/tile/bundles/index.umd.js +6 -29
  199. package/components/containers/tile/esm2022/public_api.mjs +1 -2
  200. package/components/containers/tile/esm2022/tile.directive.mjs +3 -2
  201. package/components/containers/tile/fesm2022/index.mjs +5 -28
  202. package/components/containers/tile/fesm2022/index.mjs.map +1 -1
  203. package/components/containers/tile/public_api.d.ts +0 -1
  204. package/components/containers/tile/tile.directive.d.ts +1 -1
  205. package/components/containers/wizard/bundles/index.umd.js +355 -189
  206. package/components/containers/wizard/esm2022/public_api.mjs +2 -3
  207. package/components/containers/wizard/esm2022/wizard-action/wizard-action.directive.mjs +3 -2
  208. package/components/containers/wizard/esm2022/wizard-step/wizard-step.component.mjs +176 -0
  209. package/components/containers/wizard/esm2022/wizard-step/wizard-step.props.mjs +8 -5
  210. package/components/containers/wizard/esm2022/wizard.component.mjs +264 -105
  211. package/components/containers/wizard/esm2022/wizard.props.mjs +8 -4
  212. package/components/containers/wizard/fesm2022/index.mjs +323 -155
  213. package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
  214. package/components/containers/wizard/public_api.d.ts +1 -2
  215. package/components/containers/wizard/wizard-action/wizard-action.directive.d.ts +1 -1
  216. package/components/containers/wizard/wizard-step/{wizard-step.directive.d.ts → wizard-step.component.d.ts} +12 -6
  217. package/components/containers/wizard/wizard.component.d.ts +64 -18
  218. package/components/data/card/bundles/index.umd.js +92 -135
  219. package/components/data/card/card-actions/card-actions.directive.d.ts +1 -1
  220. package/components/data/card/card-content/card-content.component.d.ts +1 -1
  221. package/components/data/card/card-footer/card-footer.directive.d.ts +1 -1
  222. package/components/data/card/card.component.d.ts +1 -1
  223. package/components/data/card/esm2022/card-actions/card-actions.directive.mjs +3 -2
  224. package/components/data/card/esm2022/card-content/card-content.component.mjs +7 -6
  225. package/components/data/card/esm2022/card-footer/card-footer.directive.mjs +3 -2
  226. package/components/data/card/esm2022/card.component.mjs +39 -38
  227. package/components/data/card/esm2022/public_api.mjs +1 -2
  228. package/components/data/card/fesm2022/index.mjs +49 -92
  229. package/components/data/card/fesm2022/index.mjs.map +1 -1
  230. package/components/data/card/public_api.d.ts +0 -1
  231. package/components/data/form/bundles/index.umd.js +115 -182
  232. package/components/data/form/esm2022/form-action/form-action.directive.mjs +3 -2
  233. package/components/data/form/esm2022/form-field/form-field.directive.mjs +3 -2
  234. package/components/data/form/esm2022/form-widget.directive.mjs +3 -2
  235. package/components/data/form/esm2022/form.component.mjs +101 -104
  236. package/components/data/form/esm2022/form.props.mjs +1 -11
  237. package/components/data/form/esm2022/live-actions/dependson.directive.mjs +3 -2
  238. package/components/data/form/esm2022/live-actions/live-actions.directive.mjs +3 -2
  239. package/components/data/form/esm2022/live-filter/live-filter.directive.mjs +3 -2
  240. package/components/data/form/esm2022/live-form/live-form.directive.mjs +3 -6
  241. package/components/data/form/esm2022/public_api.mjs +1 -2
  242. package/components/data/form/fesm2022/index.mjs +117 -184
  243. package/components/data/form/fesm2022/index.mjs.map +1 -1
  244. package/components/data/form/form-action/form-action.directive.d.ts +1 -1
  245. package/components/data/form/form-field/form-field.directive.d.ts +1 -1
  246. package/components/data/form/form-widget.directive.d.ts +1 -1
  247. package/components/data/form/form.component.d.ts +1 -1
  248. package/components/data/form/live-actions/dependson.directive.d.ts +1 -1
  249. package/components/data/form/live-actions/live-actions.directive.d.ts +1 -1
  250. package/components/data/form/live-filter/live-filter.directive.d.ts +1 -1
  251. package/components/data/form/live-form/live-form.directive.d.ts +1 -1
  252. package/components/data/form/public_api.d.ts +0 -1
  253. package/components/data/list/bundles/index.umd.js +195 -504
  254. package/components/data/list/esm2022/list-item.directive.mjs +4 -3
  255. package/components/data/list/esm2022/list.component.mjs +187 -232
  256. package/components/data/list/esm2022/list.props.mjs +2 -3
  257. package/components/data/list/esm2022/public_api.mjs +1 -2
  258. package/components/data/list/fesm2022/index.mjs +193 -502
  259. package/components/data/list/fesm2022/index.mjs.map +1 -1
  260. package/components/data/list/list-item.directive.d.ts +1 -1
  261. package/components/data/list/list.component.d.ts +1 -1
  262. package/components/data/list/public_api.d.ts +0 -1
  263. package/components/data/live-table/bundles/index.umd.js +9 -33
  264. package/components/data/live-table/esm2022/live-table.component.mjs +7 -6
  265. package/components/data/live-table/esm2022/public_api.mjs +1 -2
  266. package/components/data/live-table/fesm2022/index.mjs +8 -32
  267. package/components/data/live-table/fesm2022/index.mjs.map +1 -1
  268. package/components/data/live-table/live-table.component.d.ts +1 -1
  269. package/components/data/live-table/public_api.d.ts +0 -1
  270. package/components/data/pagination/bundles/index.umd.js +80 -110
  271. package/components/data/pagination/esm2022/pagination.component.mjs +80 -76
  272. package/components/data/pagination/esm2022/public_api.mjs +1 -2
  273. package/components/data/pagination/fesm2022/index.mjs +81 -110
  274. package/components/data/pagination/fesm2022/index.mjs.map +1 -1
  275. package/components/data/pagination/pagination.component.d.ts +1 -1
  276. package/components/data/pagination/public_api.d.ts +0 -1
  277. package/components/data/table/bundles/index.umd.js +69 -135
  278. package/components/data/table/esm2022/public_api.mjs +1 -2
  279. package/components/data/table/esm2022/table-action/table-action.directive.mjs +3 -2
  280. package/components/data/table/esm2022/table-column/table-column.directive.mjs +3 -2
  281. package/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +3 -2
  282. package/components/data/table/esm2022/table-cud.directive.mjs +3 -2
  283. package/components/data/table/esm2022/table-filter.directive.mjs +5 -2
  284. package/components/data/table/esm2022/table-row/table-row.directive.mjs +3 -2
  285. package/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +3 -2
  286. package/components/data/table/esm2022/table.component.mjs +51 -48
  287. package/components/data/table/fesm2022/index.mjs +73 -140
  288. package/components/data/table/fesm2022/index.mjs.map +1 -1
  289. package/components/data/table/public_api.d.ts +0 -1
  290. package/components/data/table/table-action/table-action.directive.d.ts +1 -1
  291. package/components/data/table/table-column/table-column.directive.d.ts +1 -1
  292. package/components/data/table/table-column-group/table-column-group.directive.d.ts +1 -1
  293. package/components/data/table/table-cud.directive.d.ts +1 -1
  294. package/components/data/table/table-filter.directive.d.ts +1 -1
  295. package/components/data/table/table-row/table-row.directive.d.ts +1 -1
  296. package/components/data/table/table-row-action/table-row-action.directive.d.ts +1 -1
  297. package/components/data/table/table.component.d.ts +1 -1
  298. package/components/dialogs/alert-dialog/alert-dialog.component.d.ts +1 -1
  299. package/components/dialogs/alert-dialog/bundles/index.umd.js +32 -64
  300. package/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +10 -10
  301. package/components/dialogs/alert-dialog/esm2022/public_api.mjs +1 -2
  302. package/components/dialogs/alert-dialog/fesm2022/index.mjs +11 -43
  303. package/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
  304. package/components/dialogs/alert-dialog/public_api.d.ts +0 -1
  305. package/components/dialogs/confirm-dialog/bundles/index.umd.js +10 -42
  306. package/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  307. package/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +9 -9
  308. package/components/dialogs/confirm-dialog/esm2022/public_api.mjs +1 -2
  309. package/components/dialogs/confirm-dialog/fesm2022/index.mjs +10 -42
  310. package/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
  311. package/components/dialogs/confirm-dialog/public_api.d.ts +0 -1
  312. package/components/dialogs/default/bundles/index.umd.js +76 -136
  313. package/components/dialogs/default/dialog-body/dialog-body.directive.d.ts +1 -1
  314. package/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +1 -1
  315. package/components/dialogs/default/dialog-header/dialog-header.component.d.ts +1 -1
  316. package/components/dialogs/default/esm2022/base-dialog.mjs +3 -3
  317. package/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +3 -2
  318. package/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +3 -2
  319. package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +70 -97
  320. package/components/dialogs/default/esm2022/public_api.mjs +1 -2
  321. package/components/dialogs/default/fesm2022/index.mjs +78 -137
  322. package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
  323. package/components/dialogs/default/public_api.d.ts +0 -1
  324. package/components/dialogs/design-dialog/bundles/index.umd.js +16 -47
  325. package/components/dialogs/design-dialog/dialog.component.d.ts +1 -1
  326. package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +14 -13
  327. package/components/dialogs/design-dialog/esm2022/public_api.mjs +1 -2
  328. package/components/dialogs/design-dialog/fesm2022/index.mjs +14 -45
  329. package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
  330. package/components/dialogs/design-dialog/public_api.d.ts +0 -1
  331. package/components/dialogs/iframe-dialog/bundles/index.umd.js +20 -57
  332. package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +21 -21
  333. package/components/dialogs/iframe-dialog/esm2022/public_api.mjs +1 -2
  334. package/components/dialogs/iframe-dialog/fesm2022/index.mjs +21 -57
  335. package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
  336. package/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +1 -1
  337. package/components/dialogs/iframe-dialog/public_api.d.ts +0 -1
  338. package/components/dialogs/login-dialog/bundles/index.umd.js +6 -38
  339. package/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +3 -2
  340. package/components/dialogs/login-dialog/esm2022/public_api.mjs +1 -2
  341. package/components/dialogs/login-dialog/fesm2022/index.mjs +6 -41
  342. package/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -1
  343. package/components/dialogs/login-dialog/login-dialog.directive.d.ts +1 -1
  344. package/components/dialogs/login-dialog/public_api.d.ts +0 -1
  345. package/components/dialogs/partial-dialog/bundles/index.umd.js +17 -49
  346. package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +16 -15
  347. package/components/dialogs/partial-dialog/esm2022/public_api.mjs +1 -2
  348. package/components/dialogs/partial-dialog/fesm2022/index.mjs +16 -47
  349. package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
  350. package/components/dialogs/partial-dialog/partial-dialog.component.d.ts +1 -1
  351. package/components/dialogs/partial-dialog/public_api.d.ts +0 -1
  352. package/components/input/calendar/bundles/index.umd.js +24 -46
  353. package/components/input/calendar/calendar.component.d.ts +1 -1
  354. package/components/input/calendar/esm2022/calendar.component.mjs +28 -10
  355. package/components/input/calendar/esm2022/calendar.props.mjs +1 -1
  356. package/components/input/calendar/esm2022/public_api.mjs +1 -2
  357. package/components/input/calendar/fesm2022/index.mjs +30 -48
  358. package/components/input/calendar/fesm2022/index.mjs.map +1 -1
  359. package/components/input/calendar/public_api.d.ts +0 -1
  360. package/components/input/chips/bundles/index.umd.js +86 -114
  361. package/components/input/chips/chips.component.d.ts +1 -1
  362. package/components/input/chips/esm2022/chips.component.mjs +28 -27
  363. package/components/input/chips/esm2022/public_api.mjs +1 -2
  364. package/components/input/chips/fesm2022/index.mjs +29 -56
  365. package/components/input/chips/fesm2022/index.mjs.map +1 -1
  366. package/components/input/chips/public_api.d.ts +0 -1
  367. package/components/input/color-picker/bundles/index.umd.js +14 -42
  368. package/components/input/color-picker/color-picker.component.d.ts +1 -1
  369. package/components/input/color-picker/esm2022/color-picker.component.mjs +14 -8
  370. package/components/input/color-picker/esm2022/public_api.mjs +1 -2
  371. package/components/input/color-picker/fesm2022/index.mjs +15 -42
  372. package/components/input/color-picker/fesm2022/index.mjs.map +1 -1
  373. package/components/input/color-picker/public_api.d.ts +0 -1
  374. package/components/input/currency/bundles/index.umd.js +11 -41
  375. package/components/input/currency/currency.component.d.ts +1 -1
  376. package/components/input/currency/esm2022/currency.component.mjs +8 -6
  377. package/components/input/currency/esm2022/public_api.mjs +1 -2
  378. package/components/input/currency/fesm2022/index.mjs +11 -41
  379. package/components/input/currency/fesm2022/index.mjs.map +1 -1
  380. package/components/input/currency/public_api.d.ts +0 -1
  381. package/components/input/default/bundles/index.umd.js +2183 -2263
  382. package/components/input/default/button/button.component.d.ts +1 -1
  383. package/components/input/default/button-group/button-group.directive.d.ts +1 -1
  384. package/components/input/default/caption-position.directive.d.ts +1 -1
  385. package/components/input/default/checkbox/checkbox.component.d.ts +1 -1
  386. package/components/input/default/checkboxset/checkboxset.component.d.ts +1 -1
  387. package/components/input/default/composite/composite.directive.d.ts +1 -1
  388. package/components/input/default/esm2022/button/button.component.mjs +23 -21
  389. package/components/input/default/esm2022/button-group/button-group.directive.mjs +3 -2
  390. package/components/input/default/esm2022/caption-position.directive.mjs +3 -2
  391. package/components/input/default/esm2022/checkbox/checkbox.component.mjs +9 -6
  392. package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +73 -72
  393. package/components/input/default/esm2022/composite/composite.directive.mjs +3 -2
  394. package/components/input/default/esm2022/number/number.component.mjs +9 -6
  395. package/components/input/default/esm2022/public_api.mjs +1 -2
  396. package/components/input/default/esm2022/radioset/radioset.component.mjs +73 -72
  397. package/components/input/default/esm2022/select/select.component.mjs +29 -32
  398. package/components/input/default/esm2022/switch/switch.component.mjs +29 -27
  399. package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +9 -6
  400. package/components/input/default/esm2022/text/color/input-color.component.mjs +9 -6
  401. package/components/input/default/esm2022/text/email/input-email.component.mjs +9 -6
  402. package/components/input/default/esm2022/text/number/input-number.component.mjs +9 -6
  403. package/components/input/default/esm2022/text/text/input-text.component.mjs +10 -6
  404. package/components/input/default/esm2022/textarea/textarea.component.mjs +14 -11
  405. package/components/input/default/fesm2022/index.mjs +2198 -2277
  406. package/components/input/default/fesm2022/index.mjs.map +1 -1
  407. package/components/input/default/number/number.component.d.ts +1 -1
  408. package/components/input/default/public_api.d.ts +0 -1
  409. package/components/input/default/radioset/radioset.component.d.ts +1 -1
  410. package/components/input/default/select/select.component.d.ts +1 -1
  411. package/components/input/default/switch/switch.component.d.ts +1 -1
  412. package/components/input/default/text/calendar/input-calendar.component.d.ts +1 -1
  413. package/components/input/default/text/color/input-color.component.d.ts +1 -1
  414. package/components/input/default/text/email/input-email.component.d.ts +1 -1
  415. package/components/input/default/text/number/input-number.component.d.ts +1 -1
  416. package/components/input/default/text/text/input-text.component.d.ts +1 -1
  417. package/components/input/default/textarea/textarea.component.d.ts +1 -1
  418. package/components/input/epoch/base-date-time.component.d.ts +0 -1
  419. package/components/input/epoch/bundles/index.umd.js +220 -262
  420. package/components/input/epoch/date/date.component.d.ts +1 -1
  421. package/components/input/epoch/date/imaskUtil.d.ts +2 -2
  422. package/components/input/epoch/date-time/date-time-picker.component.d.ts +6 -6
  423. package/components/input/epoch/date-time/date-time.component.d.ts +1 -1
  424. package/components/input/epoch/esm2022/base-date-time.component.mjs +6 -9
  425. package/components/input/epoch/esm2022/date/date.component.mjs +19 -18
  426. package/components/input/epoch/esm2022/date/imaskUtil.mjs +3 -1
  427. package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +76 -62
  428. package/components/input/epoch/esm2022/date-time/date-time.component.mjs +28 -24
  429. package/components/input/epoch/esm2022/picker/picker.component.mjs +33 -28
  430. package/components/input/epoch/esm2022/public_api.mjs +1 -2
  431. package/components/input/epoch/esm2022/time/time.component.mjs +25 -21
  432. package/components/input/epoch/fesm2022/index.mjs +196 -237
  433. package/components/input/epoch/fesm2022/index.mjs.map +1 -1
  434. package/components/input/epoch/picker/picker.component.d.ts +2 -2
  435. package/components/input/epoch/public_api.d.ts +0 -1
  436. package/components/input/epoch/time/time.component.d.ts +1 -1
  437. package/components/input/file-upload/bundles/index.umd.js +135 -178
  438. package/components/input/file-upload/esm2022/file-upload.component.mjs +133 -150
  439. package/components/input/file-upload/esm2022/public_api.mjs +1 -2
  440. package/components/input/file-upload/fesm2022/index.mjs +133 -175
  441. package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  442. package/components/input/file-upload/file-upload.component.d.ts +1 -2
  443. package/components/input/file-upload/public_api.d.ts +0 -1
  444. package/components/input/rating/bundles/index.umd.js +50 -77
  445. package/components/input/rating/esm2022/public_api.mjs +1 -2
  446. package/components/input/rating/esm2022/rating.component.mjs +23 -20
  447. package/components/input/rating/fesm2022/index.mjs +23 -49
  448. package/components/input/rating/fesm2022/index.mjs.map +1 -1
  449. package/components/input/rating/public_api.d.ts +0 -1
  450. package/components/input/rating/rating.component.d.ts +1 -1
  451. package/components/input/slider/bundles/index.umd.js +35 -63
  452. package/components/input/slider/esm2022/public_api.mjs +1 -2
  453. package/components/input/slider/esm2022/slider.component.mjs +15 -13
  454. package/components/input/slider/fesm2022/index.mjs +15 -42
  455. package/components/input/slider/fesm2022/index.mjs.map +1 -1
  456. package/components/input/slider/public_api.d.ts +0 -1
  457. package/components/input/slider/slider.component.d.ts +1 -1
  458. package/components/navigation/breadcrumb/breadcrumb.component.d.ts +1 -1
  459. package/components/navigation/breadcrumb/bundles/index.umd.js +40 -67
  460. package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +23 -21
  461. package/components/navigation/breadcrumb/esm2022/public_api.mjs +1 -2
  462. package/components/navigation/breadcrumb/fesm2022/index.mjs +23 -50
  463. package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
  464. package/components/navigation/breadcrumb/public_api.d.ts +0 -1
  465. package/components/navigation/menu/bundles/index.umd.js +642 -696
  466. package/components/navigation/menu/esm2022/menu-adapator.component.mjs +1 -1
  467. package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +11 -9
  468. package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +24 -18
  469. package/components/navigation/menu/esm2022/menu.component.mjs +34 -31
  470. package/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +3 -2
  471. package/components/navigation/menu/esm2022/nav/nav.component.mjs +39 -29
  472. package/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +6 -3
  473. package/components/navigation/menu/esm2022/public_api.mjs +1 -2
  474. package/components/navigation/menu/fesm2022/index.mjs +534 -587
  475. package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
  476. package/components/navigation/menu/menu-dropdown/menu-dropdown.component.d.ts +1 -1
  477. package/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +1 -1
  478. package/components/navigation/menu/menu.component.d.ts +1 -1
  479. package/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +1 -1
  480. package/components/navigation/menu/nav/nav.component.d.ts +1 -1
  481. package/components/navigation/menu/nav/navigation-control.directive.d.ts +1 -1
  482. package/components/navigation/menu/public_api.d.ts +0 -1
  483. package/components/navigation/navbar/bundles/index.umd.js +20 -44
  484. package/components/navigation/navbar/esm2022/navbar.component.mjs +18 -16
  485. package/components/navigation/navbar/esm2022/public_api.mjs +1 -2
  486. package/components/navigation/navbar/fesm2022/index.mjs +18 -41
  487. package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
  488. package/components/navigation/navbar/navbar.component.d.ts +1 -1
  489. package/components/navigation/navbar/public_api.d.ts +0 -1
  490. package/components/navigation/popover/bundles/index.umd.js +12 -43
  491. package/components/navigation/popover/esm2022/popover.component.mjs +11 -9
  492. package/components/navigation/popover/esm2022/public_api.mjs +1 -2
  493. package/components/navigation/popover/fesm2022/index.mjs +11 -41
  494. package/components/navigation/popover/fesm2022/index.mjs.map +1 -1
  495. package/components/navigation/popover/popover.component.d.ts +1 -1
  496. package/components/navigation/popover/public_api.d.ts +0 -1
  497. package/components/page/default/bundles/index.umd.js +96 -138
  498. package/components/page/default/content/content.component.d.ts +1 -1
  499. package/components/page/default/esm2022/content/content.component.mjs +7 -6
  500. package/components/page/default/esm2022/layout.directive.mjs +3 -2
  501. package/components/page/default/esm2022/page-content/page-content.component.mjs +7 -6
  502. package/components/page/default/esm2022/page-content/page-content.props.mjs +2 -3
  503. package/components/page/default/esm2022/page.directive.mjs +3 -2
  504. package/components/page/default/esm2022/public_api.mjs +1 -2
  505. package/components/page/default/esm2022/router-outlet.directive.mjs +3 -2
  506. package/components/page/default/esm2022/spa-page.directive.mjs +3 -2
  507. package/components/page/default/fesm2022/index.mjs +96 -138
  508. package/components/page/default/fesm2022/index.mjs.map +1 -1
  509. package/components/page/default/layout.directive.d.ts +1 -1
  510. package/components/page/default/page-content/page-content.component.d.ts +1 -1
  511. package/components/page/default/page.directive.d.ts +1 -1
  512. package/components/page/default/public_api.d.ts +0 -1
  513. package/components/page/default/router-outlet.directive.d.ts +1 -1
  514. package/components/page/default/spa-page.directive.d.ts +1 -1
  515. package/components/page/footer/bundles/index.umd.js +6 -29
  516. package/components/page/footer/esm2022/footer.directive.mjs +3 -2
  517. package/components/page/footer/esm2022/public_api.mjs +1 -2
  518. package/components/page/footer/fesm2022/index.mjs +5 -28
  519. package/components/page/footer/fesm2022/index.mjs.map +1 -1
  520. package/components/page/footer/footer.directive.d.ts +1 -1
  521. package/components/page/footer/public_api.d.ts +0 -1
  522. package/components/page/header/bundles/index.umd.js +9 -33
  523. package/components/page/header/esm2022/header.component.mjs +7 -6
  524. package/components/page/header/esm2022/public_api.mjs +1 -2
  525. package/components/page/header/fesm2022/index.mjs +8 -32
  526. package/components/page/header/fesm2022/index.mjs.map +1 -1
  527. package/components/page/header/header.component.d.ts +1 -1
  528. package/components/page/header/public_api.d.ts +0 -1
  529. package/components/page/left-panel/bundles/index.umd.js +6 -29
  530. package/components/page/left-panel/esm2022/left-panel.directive.mjs +3 -2
  531. package/components/page/left-panel/esm2022/public_api.mjs +1 -2
  532. package/components/page/left-panel/fesm2022/index.mjs +5 -28
  533. package/components/page/left-panel/fesm2022/index.mjs.map +1 -1
  534. package/components/page/left-panel/left-panel.directive.d.ts +1 -1
  535. package/components/page/left-panel/public_api.d.ts +0 -1
  536. package/components/page/right-panel/bundles/index.umd.js +6 -29
  537. package/components/page/right-panel/esm2022/public_api.mjs +1 -2
  538. package/components/page/right-panel/esm2022/right-panel.directive.mjs +3 -2
  539. package/components/page/right-panel/fesm2022/index.mjs +5 -28
  540. package/components/page/right-panel/fesm2022/index.mjs.map +1 -1
  541. package/components/page/right-panel/public_api.d.ts +0 -1
  542. package/components/page/right-panel/right-panel.directive.d.ts +1 -1
  543. package/components/page/top-nav/bundles/index.umd.js +6 -29
  544. package/components/page/top-nav/esm2022/public_api.mjs +1 -2
  545. package/components/page/top-nav/esm2022/top-nav.directive.mjs +3 -2
  546. package/components/page/top-nav/fesm2022/index.mjs +5 -28
  547. package/components/page/top-nav/fesm2022/index.mjs.map +1 -1
  548. package/components/page/top-nav/public_api.d.ts +0 -1
  549. package/components/page/top-nav/top-nav.directive.d.ts +1 -1
  550. package/components/prefab/bundles/index.umd.js +8 -33
  551. package/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +3 -2
  552. package/components/prefab/esm2022/prefab.directive.mjs +3 -2
  553. package/components/prefab/esm2022/public_api.mjs +1 -2
  554. package/components/prefab/fesm2022/index.mjs +7 -32
  555. package/components/prefab/fesm2022/index.mjs.map +1 -1
  556. package/components/prefab/prefab-container/prefab-container.directive.d.ts +1 -1
  557. package/components/prefab/prefab.directive.d.ts +1 -1
  558. package/components/prefab/public_api.d.ts +0 -1
  559. package/core/bundles/index.umd.js +32 -85
  560. package/core/esm2022/public_api.mjs +2 -3
  561. package/core/esm2022/types/types.mjs +1 -1
  562. package/core/esm2022/utils/build-utils.mjs +9 -5
  563. package/core/esm2022/utils/utils.mjs +12 -40
  564. package/core/fesm2022/index.mjs +32 -81
  565. package/core/fesm2022/index.mjs.map +1 -1
  566. package/core/public_api.d.ts +1 -2
  567. package/core/types/types.d.ts +1 -0
  568. package/core/utils/utils.d.ts +1 -3
  569. package/http/bundles/index.umd.js +9 -34
  570. package/http/esm2022/http.service.mjs +6 -3
  571. package/http/esm2022/public_api.mjs +4 -2
  572. package/http/fesm2022/index.mjs +9 -34
  573. package/http/fesm2022/index.mjs.map +1 -1
  574. package/http/public_api.d.ts +3 -1
  575. package/npm-shrinkwrap.json +2 -2
  576. package/oAuth/bundles/index.umd.js +9 -42
  577. package/oAuth/esm2022/oAuth.utils.mjs +7 -23
  578. package/oAuth/esm2022/public_api.mjs +1 -2
  579. package/oAuth/fesm2022/index.mjs +8 -40
  580. package/oAuth/fesm2022/index.mjs.map +1 -1
  581. package/oAuth/public_api.d.ts +0 -1
  582. package/package-lock.json +2 -2
  583. package/package.json +1 -1
  584. package/runtime/base/bundles/index.umd.js +690 -596
  585. package/runtime/base/components/app-component/app.component.d.ts +1 -1
  586. package/runtime/base/components/app-spinner.component.d.ts +1 -1
  587. package/runtime/base/components/custom-toaster.component.d.ts +1 -1
  588. package/runtime/base/components/empty-component/empty-page.component.d.ts +1 -1
  589. package/runtime/base/components/prefab-preview.component.d.ts +1 -1
  590. package/runtime/base/directives/accessroles.directive.d.ts +1 -1
  591. package/runtime/base/directives/prefab.directive.d.ts +1 -1
  592. package/runtime/base/esm2022/components/app-component/app.component.mjs +42 -49
  593. package/runtime/base/esm2022/components/app-spinner.component.mjs +29 -21
  594. package/runtime/base/esm2022/components/base-page.component.mjs +3 -11
  595. package/runtime/base/esm2022/components/base-spa-page.component.mjs +3 -11
  596. package/runtime/base/esm2022/components/custom-toaster.component.mjs +20 -14
  597. package/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +4 -3
  598. package/runtime/base/esm2022/components/prefab-preview.component.mjs +8 -6
  599. package/runtime/base/esm2022/directives/accessroles.directive.mjs +3 -2
  600. package/runtime/base/esm2022/directives/prefab.directive.mjs +3 -2
  601. package/runtime/base/esm2022/public_api.mjs +1 -1
  602. package/runtime/base/esm2022/resolves/security-config.resolve.mjs +4 -6
  603. package/runtime/base/esm2022/runtime-base.module.mjs +486 -337
  604. package/runtime/base/esm2022/services/app.manager.service.mjs +31 -48
  605. package/runtime/base/esm2022/services/app.service.mjs +8 -1
  606. package/runtime/base/esm2022/services/i18n.service.mjs +39 -72
  607. package/runtime/base/fesm2022/index.mjs +697 -605
  608. package/runtime/base/fesm2022/index.mjs.map +1 -1
  609. package/runtime/base/runtime-base.module.d.ts +115 -84
  610. package/runtime/base/services/app.service.d.ts +1 -0
  611. package/runtime/base/services/i18n.service.d.ts +1 -1
  612. package/runtime/dynamic/app/app.config.d.ts +5 -0
  613. package/runtime/dynamic/app/components/page-wrapper.component.d.ts +1 -1
  614. package/runtime/dynamic/bundles/index.umd.js +270 -117
  615. package/runtime/dynamic/esm2022/app/app.config.mjs +136 -0
  616. package/runtime/dynamic/esm2022/app/app.module.mjs +151 -105
  617. package/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +7 -4
  618. package/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +1 -1
  619. package/runtime/dynamic/esm2022/main.mjs +11 -16
  620. package/runtime/dynamic/fesm2022/index.mjs +340 -184
  621. package/runtime/dynamic/fesm2022/index.mjs.map +1 -1
  622. package/security/bundles/index.umd.js +3 -34
  623. package/security/esm2022/public_api.mjs +1 -2
  624. package/security/esm2022/security.service.mjs +4 -15
  625. package/security/fesm2022/index.mjs +5 -32
  626. package/security/fesm2022/index.mjs.map +1 -1
  627. package/security/public_api.d.ts +0 -1
  628. package/transpiler/bundles/index.umd.js +271 -168
  629. package/transpiler/esm2022/build.mjs +1 -6
  630. package/transpiler/esm2022/imports.mjs +268 -161
  631. package/transpiler/fesm2022/index.mjs +267 -165
  632. package/transpiler/fesm2022/index.mjs.map +1 -1
  633. package/variables/bundles/index.umd.js +16 -197
  634. package/variables/constants/variables.constants.d.ts +0 -2
  635. package/variables/esm2022/constants/variables.constants.mjs +1 -3
  636. package/variables/esm2022/factory/variable-manager.factory.mjs +1 -3
  637. package/variables/esm2022/factory/variable.factory.mjs +1 -5
  638. package/variables/esm2022/manager/action/logout-action.manager.mjs +5 -7
  639. package/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +3 -3
  640. package/variables/esm2022/public_api.mjs +1 -5
  641. package/variables/esm2022/service/metadata-service/metadata.service.mjs +6 -11
  642. package/variables/esm2022/util/variable/service-variable.utils.mjs +1 -4
  643. package/variables/esm2022/util/variable/variables.utils.mjs +5 -19
  644. package/variables/fesm2022/index.mjs +16 -198
  645. package/variables/fesm2022/index.mjs.map +1 -1
  646. package/variables/public_api.d.ts +0 -4
  647. package/components/advanced/carousel/carousel.module.d.ts +0 -11
  648. package/components/advanced/carousel/esm2022/carousel.module.mjs +0 -36
  649. package/components/advanced/custom/custom-widget.module.d.ts +0 -10
  650. package/components/advanced/custom/esm2022/custom-widget.module.mjs +0 -32
  651. package/components/advanced/login/esm2022/login.module.mjs +0 -28
  652. package/components/advanced/login/login.module.d.ts +0 -9
  653. package/components/advanced/marquee/esm2022/marquee.module.mjs +0 -28
  654. package/components/advanced/marquee/marquee.module.d.ts +0 -9
  655. package/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +0 -221
  656. package/components/base/widgets/common/smooth-scroll/smooth-scroll.directive.d.ts +0 -22
  657. package/components/basic/default/basic.module.d.ts +0 -17
  658. package/components/basic/default/esm2022/basic.module.mjs +0 -60
  659. package/components/basic/progress/esm2022/progress.module.mjs +0 -36
  660. package/components/basic/progress/progress.module.d.ts +0 -11
  661. package/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +0 -28
  662. package/components/basic/rich-text-editor/rich-text-editor.module.d.ts +0 -9
  663. package/components/basic/search/esm2022/search.module.mjs +0 -45
  664. package/components/basic/search/search.module.d.ts +0 -12
  665. package/components/basic/tree/esm2022/tree.module.mjs +0 -28
  666. package/components/basic/tree/tree.module.d.ts +0 -9
  667. package/components/chart/chart.module.d.ts +0 -10
  668. package/components/chart/esm2022/chart.module.mjs +0 -32
  669. package/components/containers/accordion/accordion.module.d.ts +0 -10
  670. package/components/containers/accordion/esm2022/accordion.module.mjs +0 -32
  671. package/components/containers/layout-grid/esm2022/layout-grid.module.mjs +0 -36
  672. package/components/containers/layout-grid/layout-grid.module.d.ts +0 -11
  673. package/components/containers/linear-layout/esm2022/linear-layout.module.mjs +0 -32
  674. package/components/containers/linear-layout/linear-layout.module.d.ts +0 -10
  675. package/components/containers/panel/esm2022/panel.module.mjs +0 -36
  676. package/components/containers/panel/panel.module.d.ts +0 -11
  677. package/components/containers/tabs/esm2022/tabs.module.mjs +0 -32
  678. package/components/containers/tabs/tabs.module.d.ts +0 -10
  679. package/components/containers/tile/esm2022/tile.module.mjs +0 -28
  680. package/components/containers/tile/tile.module.d.ts +0 -9
  681. package/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +0 -140
  682. package/components/containers/wizard/esm2022/wizard.module.mjs +0 -40
  683. package/components/containers/wizard/wizard.module.d.ts +0 -12
  684. package/components/data/card/card.module.d.ts +0 -15
  685. package/components/data/card/esm2022/card.module.mjs +0 -52
  686. package/components/data/form/esm2022/form.module.mjs +0 -68
  687. package/components/data/form/form.module.d.ts +0 -19
  688. package/components/data/list/esm2022/list.module.mjs +0 -40
  689. package/components/data/list/list.module.d.ts +0 -11
  690. package/components/data/live-table/esm2022/live-table.module.mjs +0 -28
  691. package/components/data/live-table/live-table.module.d.ts +0 -9
  692. package/components/data/pagination/esm2022/pagination.module.mjs +0 -36
  693. package/components/data/pagination/pagination.module.d.ts +0 -11
  694. package/components/data/table/esm2022/table.module.mjs +0 -91
  695. package/components/data/table/table.module.d.ts +0 -24
  696. package/components/dialogs/alert-dialog/alert-dialog.module.d.ts +0 -11
  697. package/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +0 -36
  698. package/components/dialogs/confirm-dialog/confirm-dialog.module.d.ts +0 -11
  699. package/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +0 -36
  700. package/components/dialogs/default/dialog.module.d.ts +0 -12
  701. package/components/dialogs/default/esm2022/dialog.module.mjs +0 -40
  702. package/components/dialogs/design-dialog/design-dialog.module.d.ts +0 -11
  703. package/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +0 -36
  704. package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +0 -40
  705. package/components/dialogs/iframe-dialog/iframe-dialog.module.d.ts +0 -12
  706. package/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +0 -40
  707. package/components/dialogs/login-dialog/login-dialog.module.d.ts +0 -12
  708. package/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +0 -36
  709. package/components/dialogs/partial-dialog/partial-dialog.module.d.ts +0 -11
  710. package/components/input/calendar/calendar.module.d.ts +0 -12
  711. package/components/input/calendar/esm2022/calendar.module.mjs +0 -40
  712. package/components/input/chips/chips.module.d.ts +0 -10
  713. package/components/input/chips/esm2022/chips.module.mjs +0 -32
  714. package/components/input/color-picker/color-picker.module.d.ts +0 -11
  715. package/components/input/color-picker/esm2022/color-picker.module.mjs +0 -36
  716. package/components/input/currency/currency.module.d.ts +0 -11
  717. package/components/input/currency/esm2022/currency.module.mjs +0 -36
  718. package/components/input/default/esm2022/input.module.mjs +0 -96
  719. package/components/input/default/input.module.d.ts +0 -26
  720. package/components/input/epoch/epoch.module.d.ts +0 -18
  721. package/components/input/epoch/esm2022/epoch.module.mjs +0 -70
  722. package/components/input/file-upload/esm2022/file-upload.module.mjs +0 -28
  723. package/components/input/file-upload/file-upload.module.d.ts +0 -9
  724. package/components/input/rating/esm2022/rating.module.mjs +0 -32
  725. package/components/input/rating/rating.module.d.ts +0 -10
  726. package/components/input/slider/esm2022/slider.module.mjs +0 -32
  727. package/components/input/slider/slider.module.d.ts +0 -10
  728. package/components/navigation/breadcrumb/breadcrumb.module.d.ts +0 -10
  729. package/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +0 -32
  730. package/components/navigation/menu/esm2022/menu.module.mjs +0 -71
  731. package/components/navigation/menu/menu.module.d.ts +0 -17
  732. package/components/navigation/navbar/esm2022/navbar.module.mjs +0 -28
  733. package/components/navigation/navbar/navbar.module.d.ts +0 -9
  734. package/components/navigation/popover/esm2022/popover.module.mjs +0 -36
  735. package/components/navigation/popover/popover.module.d.ts +0 -11
  736. package/components/page/default/esm2022/page.module.mjs +0 -55
  737. package/components/page/default/page.module.d.ts +0 -14
  738. package/components/page/footer/esm2022/footer.module.mjs +0 -28
  739. package/components/page/footer/footer.module.d.ts +0 -9
  740. package/components/page/header/esm2022/header.module.mjs +0 -28
  741. package/components/page/header/header.module.d.ts +0 -9
  742. package/components/page/left-panel/esm2022/left-panel.module.mjs +0 -28
  743. package/components/page/left-panel/left-panel.module.d.ts +0 -9
  744. package/components/page/right-panel/esm2022/right-panel.module.mjs +0 -28
  745. package/components/page/right-panel/right-panel.module.d.ts +0 -9
  746. package/components/page/top-nav/esm2022/top-nav.module.mjs +0 -28
  747. package/components/page/top-nav/top-nav.module.d.ts +0 -9
  748. package/components/prefab/esm2022/prefab.module.mjs +0 -32
  749. package/components/prefab/prefab.module.d.ts +0 -10
  750. package/core/core.module.d.ts +0 -9
  751. package/core/esm2022/core.module.mjs +0 -27
  752. package/http/esm2022/http-service.module.mjs +0 -36
  753. package/http/http-service.module.d.ts +0 -14
  754. package/locales/fullcalendar/af.js +0 -27
  755. package/locales/fullcalendar/ar-dz.js +0 -28
  756. package/locales/fullcalendar/ar-kw.js +0 -28
  757. package/locales/fullcalendar/ar-ly.js +0 -28
  758. package/locales/fullcalendar/ar-ma.js +0 -28
  759. package/locales/fullcalendar/ar-sa.js +0 -28
  760. package/locales/fullcalendar/ar-tn.js +0 -28
  761. package/locales/fullcalendar/ar.js +0 -28
  762. package/locales/fullcalendar/az.js +0 -29
  763. package/locales/fullcalendar/bg.js +0 -28
  764. package/locales/fullcalendar/bs.js +0 -29
  765. package/locales/fullcalendar/ca.js +0 -27
  766. package/locales/fullcalendar/cs.js +0 -29
  767. package/locales/fullcalendar/da.js +0 -27
  768. package/locales/fullcalendar/de.js +0 -30
  769. package/locales/fullcalendar/el.js +0 -27
  770. package/locales/fullcalendar/en-au.js +0 -14
  771. package/locales/fullcalendar/en-gb.js +0 -14
  772. package/locales/fullcalendar/en-nz.js +0 -14
  773. package/locales/fullcalendar/es-us.js +0 -27
  774. package/locales/fullcalendar/es.js +0 -27
  775. package/locales/fullcalendar/et.js +0 -29
  776. package/locales/fullcalendar/eu.js +0 -27
  777. package/locales/fullcalendar/fa.js +0 -30
  778. package/locales/fullcalendar/fi.js +0 -27
  779. package/locales/fullcalendar/fr-ca.js +0 -24
  780. package/locales/fullcalendar/fr-ch.js +0 -28
  781. package/locales/fullcalendar/fr.js +0 -28
  782. package/locales/fullcalendar/gl.js +0 -27
  783. package/locales/fullcalendar/he.js +0 -24
  784. package/locales/fullcalendar/hi.js +0 -29
  785. package/locales/fullcalendar/hr.js +0 -29
  786. package/locales/fullcalendar/hu.js +0 -27
  787. package/locales/fullcalendar/id.js +0 -27
  788. package/locales/fullcalendar/is.js +0 -27
  789. package/locales/fullcalendar/it.js +0 -29
  790. package/locales/fullcalendar/ja.js +0 -25
  791. package/locales/fullcalendar/ka.js +0 -29
  792. package/locales/fullcalendar/kk.js +0 -29
  793. package/locales/fullcalendar/ko.js +0 -23
  794. package/locales/fullcalendar/lb.js +0 -27
  795. package/locales/fullcalendar/lt.js +0 -27
  796. package/locales/fullcalendar/lv.js +0 -29
  797. package/locales/fullcalendar/mk.js +0 -25
  798. package/locales/fullcalendar/ms.js +0 -29
  799. package/locales/fullcalendar/nb.js +0 -27
  800. package/locales/fullcalendar/ne.js +0 -27
  801. package/locales/fullcalendar/nl.js +0 -27
  802. package/locales/fullcalendar/nn.js +0 -27
  803. package/locales/fullcalendar/pl.js +0 -27
  804. package/locales/fullcalendar/pt-br.js +0 -25
  805. package/locales/fullcalendar/pt.js +0 -27
  806. package/locales/fullcalendar/ro.js +0 -29
  807. package/locales/fullcalendar/ru.js +0 -29
  808. package/locales/fullcalendar/sk.js +0 -29
  809. package/locales/fullcalendar/sl.js +0 -27
  810. package/locales/fullcalendar/sq.js +0 -29
  811. package/locales/fullcalendar/sr-cyrl.js +0 -29
  812. package/locales/fullcalendar/sr.js +0 -29
  813. package/locales/fullcalendar/sv.js +0 -27
  814. package/locales/fullcalendar/th.js +0 -30
  815. package/locales/fullcalendar/tr.js +0 -27
  816. package/locales/fullcalendar/ug.js +0 -17
  817. package/locales/fullcalendar/uk.js +0 -29
  818. package/locales/fullcalendar/uz.js +0 -21
  819. package/locales/fullcalendar/vi.js +0 -29
  820. package/locales/fullcalendar/zh-cn.js +0 -30
  821. package/locales/fullcalendar/zh-tw.js +0 -23
  822. package/mobile/components/basic/default/.npmignore +0 -2
  823. package/mobile/components/basic/default/anchor/anchor.directive.d.ts +0 -8
  824. package/mobile/components/basic/default/app-update/app-update.component.d.ts +0 -26
  825. package/mobile/components/basic/default/basic.module.d.ts +0 -15
  826. package/mobile/components/basic/default/bundles/index.umd.js +0 -980
  827. package/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +0 -44
  828. package/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +0 -116
  829. package/mobile/components/basic/default/esm2022/basic.module.mjs +0 -52
  830. package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +0 -236
  831. package/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +0 -85
  832. package/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +0 -61
  833. package/mobile/components/basic/default/esm2022/index.mjs +0 -5
  834. package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +0 -183
  835. package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.props.mjs +0 -5
  836. package/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +0 -47
  837. package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +0 -175
  838. package/mobile/components/basic/default/esm2022/public_api.mjs +0 -10
  839. package/mobile/components/basic/default/fesm2022/index.mjs +0 -958
  840. package/mobile/components/basic/default/fesm2022/index.mjs.map +0 -1
  841. package/mobile/components/basic/default/file-browser/file-browser.component.d.ts +0 -39
  842. package/mobile/components/basic/default/file-browser/file-selector.service.d.ts +0 -27
  843. package/mobile/components/basic/default/image-cache/image-cache.directive.d.ts +0 -18
  844. package/mobile/components/basic/default/index.d.ts +0 -5
  845. package/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +0 -28
  846. package/mobile/components/basic/default/network-info-toaster/network-info-toaster.props.d.ts +0 -1
  847. package/mobile/components/basic/default/package.json +0 -23
  848. package/mobile/components/basic/default/process-manager/process-management.service.d.ts +0 -36
  849. package/mobile/components/basic/default/process-manager/process-manager.component.d.ts +0 -33
  850. package/mobile/components/basic/default/public_api.d.ts +0 -9
  851. package/mobile/components/basic/search/.npmignore +0 -2
  852. package/mobile/components/basic/search/bundles/index.umd.js +0 -66
  853. package/mobile/components/basic/search/esm2022/index.mjs +0 -5
  854. package/mobile/components/basic/search/esm2022/public_api.mjs +0 -3
  855. package/mobile/components/basic/search/esm2022/search.directive.mjs +0 -17
  856. package/mobile/components/basic/search/esm2022/search.module.mjs +0 -28
  857. package/mobile/components/basic/search/fesm2022/index.mjs +0 -49
  858. package/mobile/components/basic/search/fesm2022/index.mjs.map +0 -1
  859. package/mobile/components/basic/search/index.d.ts +0 -5
  860. package/mobile/components/basic/search/package.json +0 -23
  861. package/mobile/components/basic/search/public_api.d.ts +0 -2
  862. package/mobile/components/basic/search/search.directive.d.ts +0 -7
  863. package/mobile/components/basic/search/search.module.d.ts +0 -9
  864. package/mobile/components/containers/segmented-control/.npmignore +0 -2
  865. package/mobile/components/containers/segmented-control/bundles/index.umd.js +0 -281
  866. package/mobile/components/containers/segmented-control/esm2022/index.mjs +0 -5
  867. package/mobile/components/containers/segmented-control/esm2022/public_api.mjs +0 -4
  868. package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +0 -70
  869. package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.props.mjs +0 -14
  870. package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +0 -147
  871. package/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +0 -32
  872. package/mobile/components/containers/segmented-control/esm2022/segmented-control.props.mjs +0 -9
  873. package/mobile/components/containers/segmented-control/fesm2022/index.mjs +0 -264
  874. package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +0 -1
  875. package/mobile/components/containers/segmented-control/index.d.ts +0 -5
  876. package/mobile/components/containers/segmented-control/package.json +0 -23
  877. package/mobile/components/containers/segmented-control/public_api.d.ts +0 -3
  878. package/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +0 -18
  879. package/mobile/components/containers/segmented-control/segment-content/segment-content.props.d.ts +0 -1
  880. package/mobile/components/containers/segmented-control/segmented-control.component.d.ts +0 -20
  881. package/mobile/components/containers/segmented-control/segmented-control.module.d.ts +0 -10
  882. package/mobile/components/containers/segmented-control/segmented-control.props.d.ts +0 -1
  883. package/mobile/components/data/media-list/.npmignore +0 -2
  884. package/mobile/components/data/media-list/bundles/index.umd.js +0 -310
  885. package/mobile/components/data/media-list/esm2022/index.mjs +0 -5
  886. package/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +0 -24
  887. package/mobile/components/data/media-list/esm2022/media-list.component.mjs +0 -213
  888. package/mobile/components/data/media-list/esm2022/media-list.module.mjs +0 -48
  889. package/mobile/components/data/media-list/esm2022/media-list.props.mjs +0 -16
  890. package/mobile/components/data/media-list/esm2022/public_api.mjs +0 -4
  891. package/mobile/components/data/media-list/fesm2022/index.mjs +0 -297
  892. package/mobile/components/data/media-list/fesm2022/index.mjs.map +0 -1
  893. package/mobile/components/data/media-list/index.d.ts +0 -5
  894. package/mobile/components/data/media-list/media-list-item/media-list-item.directive.d.ts +0 -8
  895. package/mobile/components/data/media-list/media-list.component.d.ts +0 -33
  896. package/mobile/components/data/media-list/media-list.module.d.ts +0 -14
  897. package/mobile/components/data/media-list/media-list.props.d.ts +0 -1
  898. package/mobile/components/data/media-list/package.json +0 -23
  899. package/mobile/components/data/media-list/public_api.d.ts +0 -3
  900. package/mobile/components/device/barcode-scanner/.npmignore +0 -2
  901. package/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +0 -18
  902. package/mobile/components/device/barcode-scanner/barcode-scanner.module.d.ts +0 -9
  903. package/mobile/components/device/barcode-scanner/barcode-scanner.props.d.ts +0 -1
  904. package/mobile/components/device/barcode-scanner/bundles/index.umd.js +0 -129
  905. package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +0 -69
  906. package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +0 -28
  907. package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +0 -15
  908. package/mobile/components/device/barcode-scanner/esm2022/index.mjs +0 -5
  909. package/mobile/components/device/barcode-scanner/esm2022/public_api.mjs +0 -3
  910. package/mobile/components/device/barcode-scanner/fesm2022/index.mjs +0 -112
  911. package/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +0 -1
  912. package/mobile/components/device/barcode-scanner/index.d.ts +0 -5
  913. package/mobile/components/device/barcode-scanner/package.json +0 -23
  914. package/mobile/components/device/barcode-scanner/public_api.d.ts +0 -2
  915. package/mobile/components/device/camera/.npmignore +0 -2
  916. package/mobile/components/device/camera/bundles/index.umd.js +0 -170
  917. package/mobile/components/device/camera/camera.component.d.ts +0 -37
  918. package/mobile/components/device/camera/camera.module.d.ts +0 -9
  919. package/mobile/components/device/camera/camera.props.d.ts +0 -1
  920. package/mobile/components/device/camera/esm2022/camera.component.mjs +0 -101
  921. package/mobile/components/device/camera/esm2022/camera.module.mjs +0 -28
  922. package/mobile/components/device/camera/esm2022/camera.props.mjs +0 -25
  923. package/mobile/components/device/camera/esm2022/index.mjs +0 -5
  924. package/mobile/components/device/camera/esm2022/public_api.mjs +0 -3
  925. package/mobile/components/device/camera/fesm2022/index.mjs +0 -153
  926. package/mobile/components/device/camera/fesm2022/index.mjs.map +0 -1
  927. package/mobile/components/device/camera/index.d.ts +0 -5
  928. package/mobile/components/device/camera/package.json +0 -23
  929. package/mobile/components/device/camera/public_api.d.ts +0 -2
  930. package/mobile/components/input/file-upload/.npmignore +0 -2
  931. package/mobile/components/input/file-upload/bundles/index.umd.js +0 -88
  932. package/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +0 -41
  933. package/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +0 -28
  934. package/mobile/components/input/file-upload/esm2022/index.mjs +0 -5
  935. package/mobile/components/input/file-upload/esm2022/public_api.mjs +0 -3
  936. package/mobile/components/input/file-upload/fesm2022/index.mjs +0 -71
  937. package/mobile/components/input/file-upload/fesm2022/index.mjs.map +0 -1
  938. package/mobile/components/input/file-upload/file-upload.directive.d.ts +0 -11
  939. package/mobile/components/input/file-upload/file-upload.module.d.ts +0 -9
  940. package/mobile/components/input/file-upload/index.d.ts +0 -5
  941. package/mobile/components/input/file-upload/package.json +0 -23
  942. package/mobile/components/input/file-upload/public_api.d.ts +0 -2
  943. package/mobile/components/page/default/.npmignore +0 -2
  944. package/mobile/components/page/default/bundles/index.umd.js +0 -127
  945. package/mobile/components/page/default/esm2022/index.mjs +0 -5
  946. package/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +0 -24
  947. package/mobile/components/page/default/esm2022/page.directive.mjs +0 -58
  948. package/mobile/components/page/default/esm2022/page.module.mjs +0 -32
  949. package/mobile/components/page/default/esm2022/public_api.mjs +0 -4
  950. package/mobile/components/page/default/fesm2022/index.mjs +0 -110
  951. package/mobile/components/page/default/fesm2022/index.mjs.map +0 -1
  952. package/mobile/components/page/default/index.d.ts +0 -5
  953. package/mobile/components/page/default/package.json +0 -23
  954. package/mobile/components/page/default/page-content-loader/page-content-loader.component.d.ts +0 -7
  955. package/mobile/components/page/default/page.directive.d.ts +0 -19
  956. package/mobile/components/page/default/page.module.d.ts +0 -10
  957. package/mobile/components/page/default/public_api.d.ts +0 -3
  958. package/mobile/components/page/left-panel/.npmignore +0 -2
  959. package/mobile/components/page/left-panel/bundles/index.umd.js +0 -91
  960. package/mobile/components/page/left-panel/esm2022/index.mjs +0 -5
  961. package/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -45
  962. package/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +0 -28
  963. package/mobile/components/page/left-panel/esm2022/public_api.mjs +0 -3
  964. package/mobile/components/page/left-panel/fesm2022/index.mjs +0 -74
  965. package/mobile/components/page/left-panel/fesm2022/index.mjs.map +0 -1
  966. package/mobile/components/page/left-panel/index.d.ts +0 -5
  967. package/mobile/components/page/left-panel/left-panel.directive.d.ts +0 -16
  968. package/mobile/components/page/left-panel/left-panel.module.d.ts +0 -9
  969. package/mobile/components/page/left-panel/package.json +0 -23
  970. package/mobile/components/page/left-panel/public_api.d.ts +0 -2
  971. package/mobile/components/page/mobile-navbar/.npmignore +0 -2
  972. package/mobile/components/page/mobile-navbar/bundles/index.umd.js +0 -332
  973. package/mobile/components/page/mobile-navbar/esm2022/index.mjs +0 -5
  974. package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +0 -247
  975. package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +0 -32
  976. package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.props.mjs +0 -41
  977. package/mobile/components/page/mobile-navbar/esm2022/public_api.mjs +0 -3
  978. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +0 -317
  979. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +0 -1
  980. package/mobile/components/page/mobile-navbar/index.d.ts +0 -5
  981. package/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +0 -50
  982. package/mobile/components/page/mobile-navbar/mobile-navbar.module.d.ts +0 -10
  983. package/mobile/components/page/mobile-navbar/mobile-navbar.props.d.ts +0 -2
  984. package/mobile/components/page/mobile-navbar/package.json +0 -23
  985. package/mobile/components/page/mobile-navbar/public_api.d.ts +0 -2
  986. package/mobile/components/page/tab-bar/.npmignore +0 -2
  987. package/mobile/components/page/tab-bar/bundles/index.umd.js +0 -279
  988. package/mobile/components/page/tab-bar/esm2022/index.mjs +0 -5
  989. package/mobile/components/page/tab-bar/esm2022/public_api.mjs +0 -3
  990. package/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +0 -28
  991. package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +0 -219
  992. package/mobile/components/page/tab-bar/esm2022/tabbar.props.mjs +0 -15
  993. package/mobile/components/page/tab-bar/fesm2022/index.mjs +0 -262
  994. package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +0 -1
  995. package/mobile/components/page/tab-bar/index.d.ts +0 -5
  996. package/mobile/components/page/tab-bar/package.json +0 -23
  997. package/mobile/components/page/tab-bar/public_api.d.ts +0 -2
  998. package/mobile/components/page/tab-bar/tab-bar.module.d.ts +0 -9
  999. package/mobile/components/page/tab-bar/tabbar.component.d.ts +0 -40
  1000. package/mobile/components/page/tab-bar/tabbar.props.d.ts +0 -1
  1001. package/mobile/core/.npmignore +0 -2
  1002. package/mobile/core/bundles/index.umd.js +0 -1658
  1003. package/mobile/core/core.module.d.ts +0 -15
  1004. package/mobile/core/esm2022/core.module.mjs +0 -79
  1005. package/mobile/core/esm2022/index.mjs +0 -5
  1006. package/mobile/core/esm2022/native.xhr.mjs +0 -340
  1007. package/mobile/core/esm2022/public_api.mjs +0 -12
  1008. package/mobile/core/esm2022/services/device-file-cache.service.mjs +0 -92
  1009. package/mobile/core/esm2022/services/device-file-download.service.mjs +0 -154
  1010. package/mobile/core/esm2022/services/device-file-opener.service.mjs +0 -112
  1011. package/mobile/core/esm2022/services/device-file-upload.service.mjs +0 -91
  1012. package/mobile/core/esm2022/services/device-file.service.mjs +0 -237
  1013. package/mobile/core/esm2022/services/device-start-up-service.mjs +0 -2
  1014. package/mobile/core/esm2022/services/device.service.mjs +0 -150
  1015. package/mobile/core/esm2022/services/ext-app-message.service.mjs +0 -114
  1016. package/mobile/core/esm2022/services/network.service.mjs +0 -358
  1017. package/mobile/core/fesm2022/index.mjs +0 -1660
  1018. package/mobile/core/fesm2022/index.mjs.map +0 -1
  1019. package/mobile/core/index.d.ts +0 -5
  1020. package/mobile/core/native.xhr.d.ts +0 -36
  1021. package/mobile/core/package.json +0 -28
  1022. package/mobile/core/public_api.d.ts +0 -11
  1023. package/mobile/core/services/device-file-cache.service.d.ts +0 -24
  1024. package/mobile/core/services/device-file-download.service.d.ts +0 -36
  1025. package/mobile/core/services/device-file-opener.service.d.ts +0 -25
  1026. package/mobile/core/services/device-file-upload.service.d.ts +0 -27
  1027. package/mobile/core/services/device-file.service.d.ts +0 -45
  1028. package/mobile/core/services/device-start-up-service.d.ts +0 -4
  1029. package/mobile/core/services/device.service.d.ts +0 -52
  1030. package/mobile/core/services/ext-app-message.service.d.ts +0 -24
  1031. package/mobile/core/services/network.service.d.ts +0 -118
  1032. package/mobile/offline/.npmignore +0 -2
  1033. package/mobile/offline/bundles/index.umd.js +0 -3512
  1034. package/mobile/offline/esm2022/index.mjs +0 -5
  1035. package/mobile/offline/esm2022/models/config.mjs +0 -64
  1036. package/mobile/offline/esm2022/models/local-db-store.mjs +0 -412
  1037. package/mobile/offline/esm2022/offline.module.mjs +0 -100
  1038. package/mobile/offline/esm2022/public_api.mjs +0 -7
  1039. package/mobile/offline/esm2022/services/change-log.service.mjs +0 -332
  1040. package/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +0 -525
  1041. package/mobile/offline/esm2022/services/local-db-management.service.mjs +0 -855
  1042. package/mobile/offline/esm2022/services/local-db.service.mjs +0 -193
  1043. package/mobile/offline/esm2022/services/local-key-value.service.mjs +0 -87
  1044. package/mobile/offline/esm2022/services/push.service.mjs +0 -49
  1045. package/mobile/offline/esm2022/services/workers/error-blocker.mjs +0 -115
  1046. package/mobile/offline/esm2022/services/workers/file-handler.mjs +0 -162
  1047. package/mobile/offline/esm2022/services/workers/id-resolver.mjs +0 -154
  1048. package/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +0 -63
  1049. package/mobile/offline/esm2022/utils/file-upload.utils.mjs +0 -59
  1050. package/mobile/offline/esm2022/utils/live-variable.utils.mjs +0 -232
  1051. package/mobile/offline/esm2022/utils/query-executor.utils.mjs +0 -82
  1052. package/mobile/offline/esm2022/utils/security.utils.mjs +0 -119
  1053. package/mobile/offline/esm2022/utils/utils.mjs +0 -8
  1054. package/mobile/offline/fesm2022/index.mjs +0 -3529
  1055. package/mobile/offline/fesm2022/index.mjs.map +0 -1
  1056. package/mobile/offline/index.d.ts +0 -5
  1057. package/mobile/offline/models/config.d.ts +0 -80
  1058. package/mobile/offline/models/local-db-store.d.ts +0 -119
  1059. package/mobile/offline/offline.module.d.ts +0 -17
  1060. package/mobile/offline/package.json +0 -28
  1061. package/mobile/offline/public_api.d.ts +0 -6
  1062. package/mobile/offline/services/change-log.service.d.ts +0 -112
  1063. package/mobile/offline/services/local-db-data-pull.service.d.ts +0 -139
  1064. package/mobile/offline/services/local-db-management.service.d.ts +0 -179
  1065. package/mobile/offline/services/local-db.service.d.ts +0 -83
  1066. package/mobile/offline/services/local-key-value.service.d.ts +0 -38
  1067. package/mobile/offline/services/push.service.d.ts +0 -11
  1068. package/mobile/offline/services/workers/error-blocker.d.ts +0 -26
  1069. package/mobile/offline/services/workers/file-handler.d.ts +0 -56
  1070. package/mobile/offline/services/workers/id-resolver.d.ts +0 -26
  1071. package/mobile/offline/services/workers/multi-part-param-transformer.d.ts +0 -11
  1072. package/mobile/offline/utils/file-upload.utils.d.ts +0 -14
  1073. package/mobile/offline/utils/live-variable.utils.d.ts +0 -24
  1074. package/mobile/offline/utils/query-executor.utils.d.ts +0 -15
  1075. package/mobile/offline/utils/security.utils.d.ts +0 -19
  1076. package/mobile/offline/utils/utils.d.ts +0 -2
  1077. package/mobile/placeholder/runtime/.npmignore +0 -2
  1078. package/mobile/placeholder/runtime/bundles/index.umd.js +0 -70
  1079. package/mobile/placeholder/runtime/components/app-ext.component.d.ts +0 -5
  1080. package/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +0 -19
  1081. package/mobile/placeholder/runtime/esm2022/index.mjs +0 -5
  1082. package/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +0 -27
  1083. package/mobile/placeholder/runtime/esm2022/public_api.mjs +0 -3
  1084. package/mobile/placeholder/runtime/fesm2022/index.mjs +0 -50
  1085. package/mobile/placeholder/runtime/fesm2022/index.mjs.map +0 -1
  1086. package/mobile/placeholder/runtime/index.d.ts +0 -5
  1087. package/mobile/placeholder/runtime/mobile-runtime.module.d.ts +0 -9
  1088. package/mobile/placeholder/runtime/package.json +0 -27
  1089. package/mobile/placeholder/runtime/public_api.d.ts +0 -2
  1090. package/mobile/placeholder/runtime-dynamic/.npmignore +0 -2
  1091. package/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +0 -40
  1092. package/mobile/placeholder/runtime-dynamic/esm2022/index.mjs +0 -5
  1093. package/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -13
  1094. package/mobile/placeholder/runtime-dynamic/esm2022/public_api.mjs +0 -2
  1095. package/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +0 -20
  1096. package/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +0 -1
  1097. package/mobile/placeholder/runtime-dynamic/index.d.ts +0 -5
  1098. package/mobile/placeholder/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -7
  1099. package/mobile/placeholder/runtime-dynamic/package.json +0 -23
  1100. package/mobile/placeholder/runtime-dynamic/public_api.d.ts +0 -1
  1101. package/mobile/runtime/.npmignore +0 -2
  1102. package/mobile/runtime/bundles/index.umd.js +0 -732
  1103. package/mobile/runtime/components/app-ext.component.d.ts +0 -14
  1104. package/mobile/runtime/esm2022/components/app-ext.component.mjs +0 -59
  1105. package/mobile/runtime/esm2022/index.mjs +0 -5
  1106. package/mobile/runtime/esm2022/mobile-runtime.module.mjs +0 -351
  1107. package/mobile/runtime/esm2022/public_api.mjs +0 -6
  1108. package/mobile/runtime/esm2022/services/cookie.service.mjs +0 -135
  1109. package/mobile/runtime/esm2022/services/http-interceptor.service.mjs +0 -147
  1110. package/mobile/runtime/esm2022/services/webprocess.service.mjs +0 -76
  1111. package/mobile/runtime/fesm2022/index.mjs +0 -742
  1112. package/mobile/runtime/fesm2022/index.mjs.map +0 -1
  1113. package/mobile/runtime/index.d.ts +0 -5
  1114. package/mobile/runtime/mobile-runtime.module.d.ts +0 -51
  1115. package/mobile/runtime/package.json +0 -28
  1116. package/mobile/runtime/public_api.d.ts +0 -5
  1117. package/mobile/runtime/services/cookie.service.d.ts +0 -31
  1118. package/mobile/runtime/services/http-interceptor.service.d.ts +0 -19
  1119. package/mobile/runtime/services/webprocess.service.d.ts +0 -15
  1120. package/mobile/runtime-dynamic/.npmignore +0 -2
  1121. package/mobile/runtime-dynamic/bundles/index.umd.js +0 -461
  1122. package/mobile/runtime-dynamic/esm2022/index.mjs +0 -5
  1123. package/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -48
  1124. package/mobile/runtime-dynamic/esm2022/public_api.mjs +0 -2
  1125. package/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +0 -404
  1126. package/mobile/runtime-dynamic/fesm2022/index.mjs +0 -454
  1127. package/mobile/runtime-dynamic/fesm2022/index.mjs.map +0 -1
  1128. package/mobile/runtime-dynamic/index.d.ts +0 -5
  1129. package/mobile/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -8
  1130. package/mobile/runtime-dynamic/package.json +0 -23
  1131. package/mobile/runtime-dynamic/public_api.d.ts +0 -1
  1132. package/mobile/runtime-dynamic/services/live-sync.service.d.ts +0 -38
  1133. package/mobile/variables/.npmignore +0 -2
  1134. package/mobile/variables/bundles/index.umd.js +0 -1166
  1135. package/mobile/variables/esm2022/index.mjs +0 -5
  1136. package/mobile/variables/esm2022/public_api.mjs +0 -10
  1137. package/mobile/variables/esm2022/services/calendar-service.mjs +0 -77
  1138. package/mobile/variables/esm2022/services/camera-service.mjs +0 -70
  1139. package/mobile/variables/esm2022/services/contacts-service.mjs +0 -74
  1140. package/mobile/variables/esm2022/services/datasync-service.mjs +0 -363
  1141. package/mobile/variables/esm2022/services/device-service/device-service.mjs +0 -161
  1142. package/mobile/variables/esm2022/services/device-service/location-service.mjs +0 -200
  1143. package/mobile/variables/esm2022/services/file-service.mjs +0 -87
  1144. package/mobile/variables/esm2022/services/scan-service.mjs +0 -60
  1145. package/mobile/variables/esm2022/variables.module.mjs +0 -78
  1146. package/mobile/variables/fesm2022/index.mjs +0 -1143
  1147. package/mobile/variables/fesm2022/index.mjs.map +0 -1
  1148. package/mobile/variables/index.d.ts +0 -5
  1149. package/mobile/variables/package.json +0 -28
  1150. package/mobile/variables/public_api.d.ts +0 -9
  1151. package/mobile/variables/services/calendar-service.d.ts +0 -10
  1152. package/mobile/variables/services/camera-service.d.ts +0 -8
  1153. package/mobile/variables/services/contacts-service.d.ts +0 -6
  1154. package/mobile/variables/services/datasync-service.d.ts +0 -11
  1155. package/mobile/variables/services/device-service/device-service.d.ts +0 -17
  1156. package/mobile/variables/services/device-service/location-service.d.ts +0 -63
  1157. package/mobile/variables/services/file-service.d.ts +0 -7
  1158. package/mobile/variables/services/scan-service.d.ts +0 -7
  1159. package/mobile/variables/variables.module.d.ts +0 -25
  1160. package/oAuth/esm2022/oAuth.module.mjs +0 -19
  1161. package/oAuth/oAuth.module.d.ts +0 -8
  1162. package/scripts/fullcalendar/main.min.js +0 -6
  1163. package/security/esm2022/security.module.mjs +0 -19
  1164. package/security/security.module.d.ts +0 -8
  1165. package/variables/esm2022/manager/variable/device-variable-manager.mjs +0 -48
  1166. package/variables/esm2022/manager/variable/device-variable-operation.mjs +0 -2
  1167. package/variables/esm2022/manager/variable/device-variable-service.mjs +0 -45
  1168. package/variables/esm2022/model/variable/device-variable.mjs +0 -19
  1169. package/variables/esm2022/variables.module.mjs +0 -52
  1170. package/variables/manager/variable/device-variable-manager.d.ts +0 -26
  1171. package/variables/manager/variable/device-variable-operation.d.ts +0 -37
  1172. package/variables/manager/variable/device-variable-service.d.ts +0 -6
  1173. package/variables/model/variable/device-variable.d.ts +0 -6
  1174. package/variables/variables.module.d.ts +0 -16
@@ -1,93 +1,88 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, Directive, inject, ViewChild, Inject, HostListener, Optional, Input, Component, ViewContainerRef, Self, ChangeDetectorRef, KeyValueDiffers, ViewEncapsulation, NgModule, CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA, APP_ID, RendererStyleFlags2, APP_INITIALIZER, LOCALE_ID } from '@angular/core';
2
+ import { Injectable, Directive, inject, ViewChild, Inject, HostListener, Optional, Input, Component, ViewContainerRef, ChangeDetectorRef, KeyValueDiffers, ViewEncapsulation, Self, NgModule, CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA, APP_ID, RendererStyleFlags2, APP_INITIALIZER, LOCALE_ID } from '@angular/core';
3
3
  import * as i1$1 from '@angular/router';
4
4
  import { ActivatedRoute, Router, RouterOutlet, NavigationStart, NavigationEnd, NavigationCancel, NavigationError, RouterModule } from '@angular/router';
5
- import * as i1$2 from '@angular/common';
6
- import { AsyncPipe, SlicePipe, PercentPipe, I18nPluralPipe, NgLocalization, I18nSelectPipe, KeyValuePipe, UpperCasePipe, LowerCasePipe, JsonPipe, DecimalPipe, TitleCasePipe, CurrencyPipe, DatePipe, DOCUMENT, ɵgetDOM as _getDOM, CommonModule } from '@angular/common';
5
+ import * as i5 from '@angular/common';
6
+ import { CommonModule, AsyncPipe, SlicePipe, PercentPipe, I18nPluralPipe, NgLocalization, I18nSelectPipe, KeyValuePipe, UpperCasePipe, LowerCasePipe, JsonPipe, DecimalPipe, TitleCasePipe, CurrencyPipe, DatePipe, DOCUMENT, ɵgetDOM as _getDOM } from '@angular/common';
7
7
  import * as i1 from '@wm/core';
8
- import { $appDigest, isDefined, triggerFn, fetchContent, _WM_APP_PROJECT, stringStartsWith, loadStyleSheets, loadScripts, noop as noop$1, App, AbstractI18nService, ScriptLoaderService, Viewport, UtilsService, $invokeWatchers, registerFnByExpr, LRUCache, muteWatchers, AbstractNavigationService, getWmProjectProperties, isMobileApp, isIos, isAndroid, unMuteWatchers, $watch, isIE, CustomPipeManager, getSessionStorageItem, AbstractDialogService, StatePersistence, AbstractSpinnerService, AbstractToasterService, ConstantService, FieldTypeService, FieldWidgetService, DynamicComponentRefProvider, EventNotifier, setCSS, isMobile, setSessionStorageItem, replace, setPipeProvider, setNgZone, setAppRef, addClass, removeClass, hasCordova, extendProto, $parseExpr, AppDefaults, isObject as isObject$1, isIphone, isIpod, isIpad, CoreModule } from '@wm/core';
8
+ import { $appDigest, isDefined, triggerFn, fetchContent, _WM_APP_PROJECT, stringStartsWith, loadStyleSheets, loadScripts, noop as noop$1, App, AbstractI18nService, ScriptLoaderService, Viewport, UtilsService, $invokeWatchers, registerFnByExpr, LRUCache, muteWatchers, AbstractNavigationService, getWmProjectProperties, isIos, isAndroid, unMuteWatchers, $watch, isIE, CustomPipeManager, getSessionStorageItem, AbstractDialogService, StatePersistence, AbstractSpinnerService, AbstractToasterService, ConstantService, FieldTypeService, FieldWidgetService, DynamicComponentRefProvider, EventNotifier, setCSS, setSessionStorageItem, replace, setPipeProvider, setNgZone, setAppRef, addClass, removeClass, extendProto, $parseExpr, AppDefaults, isObject as isObject$1, isIphone, isIpod, isIpad } from '@wm/core';
9
9
  import * as i2 from '@wm/security';
10
- import { SecurityModule } from '@wm/security';
10
+ import { SecurityService } from '@wm/security';
11
11
  import * as i4 from '@wm/variables';
12
- import { CONSTANTS, routerService, $rootScope, VariablesService, appManager, httpService, VariablesModule } from '@wm/variables';
12
+ import { $rootScope, VariablesService, CONSTANTS, appManager, httpService, MetadataService } from '@wm/variables';
13
13
  import { isEmpty, trim, forEach, extend, get, merge, isUndefined, isObject, endsWith, each, isNil, capitalize, startsWith, split, includes, isString, isNumber, find, intersection, map, toLower, values, findKey, keys, isEqual, filter } from 'lodash-es';
14
- import { SpaPageDirective, PageDirective, LayoutDirective, PageModule } from '@wm/components/page';
14
+ import { SpaPageDirective, PageDirective, LayoutDirective, ContentComponent, PageContentComponent, RouterOutletDirective } from '@wm/components/page';
15
15
  import { Subject } from 'rxjs';
16
16
  import * as i3 from '@wm/components/base';
17
- import { WidgetRef, PartialDirective, FileIconClassPipe, FileExtensionFromMimePipe, StateClassPipe, FileSizePipe, FilterPipe, ToDatePipe, ToNumberPipe, ToCurrencyPipe, PrefixPipe, SuffixPipe, TimeFromNowPipe, NumberToStringPipe, StringToNumberPipe, CustomPipe, TrustAsPipe, SanitizePipe, WmComponentsModule } from '@wm/components/base';
17
+ import { WidgetRef, PartialDirective, WmComponentsModule, FileIconClassPipe, FileExtensionFromMimePipe, StateClassPipe, FileSizePipe, FilterPipe, ToDatePipe, ToNumberPipe, ToCurrencyPipe, PrefixPipe, SuffixPipe, TimeFromNowPipe, NumberToStringPipe, StringToNumberPipe, CustomPipe, TrustAsPipe, SanitizePipe } from '@wm/components/base';
18
18
  import { __decorate, __param, __metadata } from 'tslib';
19
- import { RadiosetComponent, CheckboxsetComponent, InputModule } from '@wm/components/input';
20
- import * as i2$3 from '@wm/components/prefab';
21
- import { PrefabContainerDirective, PrefabDirective as PrefabDirective$1, PrefabModule } from '@wm/components/prefab';
22
- import * as i1$5 from '@angular/common/http';
19
+ import { RadiosetComponent, CheckboxsetComponent, ButtonComponent, ButtonGroupDirective, CaptionPositionDirective, CheckboxComponent, CompositeDirective, NumberComponent, SelectComponent, SwitchComponent, InputCalendarComponent, InputColorComponent, InputEmailComponent, InputNumberComponent, InputTextComponent, TextareaComponent } from '@wm/components/input';
20
+ import { PrefabContainerDirective, PrefabDirective as PrefabDirective$1 } from '@wm/components/prefab';
21
+ import * as i1$4 from '@angular/common/http';
23
22
  import { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';
24
- import * as i1$4 from '@angular/platform-browser';
23
+ import * as i1$3 from '@angular/platform-browser';
25
24
  import { EventManager, ɵSharedStylesHost as _SharedStylesHost, ɵDomRendererFactory2 as _DomRendererFactory2 } from '@angular/platform-browser';
26
25
  import { FormsModule, ReactiveFormsModule } from '@angular/forms';
27
- import * as i1$3 from 'ngx-toastr';
26
+ import * as i1$2 from 'ngx-toastr';
28
27
  import { Toast, ToastrModule } from 'ngx-toastr';
29
- import { DialogModule } from '@wm/components/dialogs';
30
- import * as i9 from '@wm/components/dialogs/confirm-dialog';
31
- import { ConfirmDialogModule } from '@wm/components/dialogs/confirm-dialog';
32
- import * as i10 from '@wm/components/dialogs/design-dialog';
33
- import { DesignDialogModule } from '@wm/components/dialogs/design-dialog';
34
- import * as i1$6 from '@wm/mobile/runtime';
35
- import { MobileRuntimeModule } from '@wm/mobile/runtime';
36
- import { WmHttpRequest, WmHttpResponse, HttpServiceModule } from '@wm/http';
28
+ import { DialogBodyDirective, DialogFooterDirective, DialogHeaderComponent } from '@wm/components/dialogs';
29
+ import { ConfirmDialogComponent } from '@wm/components/dialogs/confirm-dialog';
30
+ import { DialogComponent } from '@wm/components/dialogs/design-dialog';
31
+ import { WmHttpRequest, WmHttpResponse, HttpServiceImpl } from '@wm/http';
37
32
  import * as i2$2 from '@wm/oAuth';
38
- import { OAuthModule } from '@wm/oAuth';
33
+ import { OAuthService } from '@wm/oAuth';
34
+ import * as momentLib from 'moment-timezone/moment-timezone';
39
35
  import { defineLocale } from 'ngx-bootstrap/chronos';
40
36
  import * as i2$1 from 'ngx-bootstrap/datepicker';
41
37
  import { BsDatepickerModule } from 'ngx-bootstrap/datepicker';
38
+ import { AlertDialogComponent } from '@wm/components/dialogs/alert-dialog';
42
39
  import { setTheme } from 'ngx-bootstrap/utils';
43
- import * as i11 from '@wm/components/dialogs/alert-dialog';
44
- import { AlertDialogModule } from '@wm/components/dialogs/alert-dialog';
45
40
  import { tap } from 'rxjs/operators';
46
41
  import { transpile } from '@wm/transpiler';
47
42
  import { initComponentsBuildTask } from '@wm/build-task';
48
- import { FooterModule } from '@wm/components/page/footer';
49
- import { HeaderModule } from '@wm/components/page/header';
50
- import { LeftPanelModule } from '@wm/components/page/left-panel';
51
- import { RightPanelModule } from '@wm/components/page/right-panel';
52
- import { TopNavModule } from '@wm/components/page/top-nav';
53
- import { BasicModule } from '@wm/components/basic';
54
- import { ProgressModule } from '@wm/components/basic/progress';
55
- import { RichTextEditorModule } from '@wm/components/basic/rich-text-editor';
56
- import { SearchModule } from '@wm/components/basic/search';
57
- import { TreeModule } from '@wm/components/basic/tree';
58
- import { CalendarModule } from '@wm/components/input/calendar';
59
- import { ChipsModule } from '@wm/components/input/chips';
60
- import { ColorPickerModule } from '@wm/components/input/color-picker';
61
- import { CurrencyModule } from '@wm/components/input/currency';
62
- import { EpochModule } from '@wm/components/input/epoch';
63
- import { FileUploadModule } from '@wm/components/input/file-upload';
64
- import { RatingModule } from '@wm/components/input/rating';
65
- import { SliderModule } from '@wm/components/input/slider';
66
- import { CardModule } from '@wm/components/data/card';
67
- import { FormModule } from '@wm/components/data/form';
68
- import { ListModule } from '@wm/components/data/list';
69
- import { LiveTableModule } from '@wm/components/data/live-table';
70
- import { PaginationModule as PaginationModule$1 } from '@wm/components/data/pagination';
71
- import { TableModule } from '@wm/components/data/table';
72
- import { ChartModule } from '@wm/components/chart';
73
- import { AccordionModule } from '@wm/components/containers/accordion';
74
- import { LinearLayoutModule } from '@wm/components/containers/linear-layout';
75
- import { LayoutGridModule } from '@wm/components/containers/layout-grid';
76
- import { PanelModule } from '@wm/components/containers/panel';
77
- import { TabsModule } from '@wm/components/containers/tabs';
78
- import { TileModule } from '@wm/components/containers/tile';
79
- import { WizardModule } from '@wm/components/containers/wizard';
80
- import { IframeDialogModule } from '@wm/components/dialogs/iframe-dialog';
81
- import { LoginDialogModule } from '@wm/components/dialogs/login-dialog';
82
- import { PartialDialogModule } from '@wm/components/dialogs/partial-dialog';
83
- import { BreadcrumbModule } from '@wm/components/navigation/breadcrumb';
84
- import { MenuModule } from '@wm/components/navigation/menu';
85
- import { NavbarModule } from '@wm/components/navigation/navbar';
86
- import { PopoverModule as PopoverModule$1 } from '@wm/components/navigation/popover';
87
- import { CarouselModule as CarouselModule$1 } from '@wm/components/advanced/carousel';
88
- import { LoginModule } from '@wm/components/advanced/login';
89
- import { MarqueeModule } from '@wm/components/advanced/marquee';
90
- import { CustomModule } from '@wm/components/advanced/custom';
43
+ import { FooterDirective } from '@wm/components/page/footer';
44
+ import { HeaderComponent } from '@wm/components/page/header';
45
+ import { LeftPanelDirective } from '@wm/components/page/left-panel';
46
+ import { RightPanelDirective } from '@wm/components/page/right-panel';
47
+ import { TopNavDirective } from '@wm/components/page/top-nav';
48
+ import { AnchorComponent, AudioComponent, HtmlDirective, IconComponent, IframeComponent, LabelDirective, PictureDirective, SpinnerComponent, VideoComponent } from '@wm/components/basic';
49
+ import { ProgressBarComponent, ProgressCircleComponent } from '@wm/components/basic/progress';
50
+ import { RichTextEditorComponent } from '@wm/components/basic/rich-text-editor';
51
+ import { SearchComponent, ScrollableDirective } from '@wm/components/basic/search';
52
+ import { TreeComponent } from '@wm/components/basic/tree';
53
+ import { CalendarComponent } from '@wm/components/input/calendar';
54
+ import { ChipsComponent } from '@wm/components/input/chips';
55
+ import { ColorPickerComponent } from '@wm/components/input/color-picker';
56
+ import { CurrencyComponent } from '@wm/components/input/currency';
57
+ import { DateComponent, DatetimeComponent, TimeComponent, DateTimePickerComponent, TimePickerComponent, PickerComponent, PickerGroupComponent } from '@wm/components/input/epoch';
58
+ import { FileUploadComponent } from '@wm/components/input/file-upload';
59
+ import { RatingComponent } from '@wm/components/input/rating';
60
+ import { SliderComponent } from '@wm/components/input/slider';
61
+ import { CardComponent, CardActionsDirective, CardContentComponent, CardFooterDirective } from '@wm/components/data/card';
62
+ import { FormComponent, FormWidgetDirective, FormActionDirective, FormFieldDirective, LiveActionsDirective, DependsonDirective, LiveFilterDirective, LiveFormDirective } from '@wm/components/data/form';
63
+ import { ListComponent, ListItemDirective } from '@wm/components/data/list';
64
+ import { LiveTableComponent } from '@wm/components/data/live-table';
65
+ import { PaginationComponent } from '@wm/components/data/pagination';
66
+ import { TableComponent, TableCUDDirective, TableFilterSortDirective, TableActionDirective, TableColumnDirective, TableColumnGroupDirective, TableRowDirective, TableRowActionDirective } from '@wm/components/data/table';
67
+ import { ChartComponent } from '@wm/components/chart';
68
+ import { AccordionPaneComponent, AccordionDirective } from '@wm/components/containers/accordion';
69
+ import { LinearLayoutDirective, LinearLayoutItemDirective } from '@wm/components/containers/linear-layout';
70
+ import { LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective } from '@wm/components/containers/layout-grid';
71
+ import { PanelComponent } from '@wm/components/containers/panel';
72
+ import { TabPaneComponent, TabsComponent } from '@wm/components/containers/tabs';
73
+ import { TileDirective } from '@wm/components/containers/tile';
74
+ import { WizardActionDirective, WizardStepComponent, WizardComponent } from '@wm/components/containers/wizard';
75
+ import { IframeDialogComponent } from '@wm/components/dialogs/iframe-dialog';
76
+ import { LoginDialogDirective } from '@wm/components/dialogs/login-dialog';
77
+ import { PartialDialogComponent } from '@wm/components/dialogs/partial-dialog';
78
+ import { BreadcrumbComponent } from '@wm/components/navigation/breadcrumb';
79
+ import { MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective } from '@wm/components/navigation/menu';
80
+ import { NavbarComponent } from '@wm/components/navigation/navbar';
81
+ import { PopoverComponent } from '@wm/components/navigation/popover';
82
+ import { CarouselDirective, CarouselTemplateDirective } from '@wm/components/advanced/carousel';
83
+ import { LoginComponent } from '@wm/components/advanced/login';
84
+ import { MarqueeDirective } from '@wm/components/advanced/marquee';
85
+ import { CustomWidgetDirective, CustomWidgetContainerDirective } from '@wm/components/advanced/custom';
91
86
  import { TimepickerModule } from 'ngx-bootstrap/timepicker';
92
87
  import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
93
88
  import { PaginationModule } from 'ngx-bootstrap/pagination';
@@ -304,60 +299,43 @@ class AppManagerService {
304
299
  // do not provide redirectTo page if fetching HOME page resulted 401
305
300
  // on app load, by default Home page is loaded
306
301
  page = this.$security.getRedirectPage(config);
307
- if (CONSTANTS.hasCordova) {
308
- // get previously loggedInUser name (if any)
309
- const lastLoggedInUsername = get(this.$security.get(), 'userInfo.userName');
310
- this.$security.authInBrowser()
311
- .then(() => this.reloadAppData())
312
- .then(() => {
313
- const presentLoggedInUsername = get(this.$security.get(), 'userInfo.userName');
314
- if (presentLoggedInUsername && presentLoggedInUsername === lastLoggedInUsername) {
315
- routerService.navigate([page]);
316
- }
317
- else {
318
- routerService.navigate([`/`]);
319
- }
320
- });
321
- }
322
- else {
323
- page = page ? '?redirectPage=' + encodeURIComponent(page) : '';
324
- /*
325
- * For preview, this.$security.getRedirectedRouteQueryParams() gets the queryparams form the activated route(pagewrappercomponent)
326
- * For deployed app, canactivate guard resolved to false and gets the queryparams from the canactivate gurard(no active route component)
327
- */
328
- queryParams = (options && options.queryParams) || this.$security.getRedirectedRouteQueryParams();
329
- queryParams = this.$security.getQueryString(queryParams);
330
- queryParams = queryParams ? '?' + queryParams : '';
331
- // showing a redirecting message
332
- document.body.textContent = get(this.getAppLocale(), ['MESSAGE_LOGIN_REDIRECTION']) || 'Redirecting to sso login...';
333
- // appending redirect to page and page params
334
- const ssoUrl = this.getDeployedURL() + SSO_URL + page + queryParams;
335
- /*
336
- * remove iFrame when redirected to IdP login page.
337
- * this is being done as IDPs do not allow to get themselves loaded into iFrames.
338
- * remove-toolbar has been assigned with a window name WM_PREVIEW_WINDOW, check if the iframe is our toolbar related and
339
- * safely change the location of the parent toolbar with current url.
340
- */
341
- if (window.self !== window.top) {
342
- try {
343
- if (window.parent && window.location.origin === window.parent.origin) {
344
- if (window.parent.name === PREVIEW_WINDOW_NAME) {
345
- window.parent.location.href = window.self.location.href;
346
- window.parent.name = "";
347
- }
348
- }
349
- else {
350
- window.location.href = ssoUrl;
302
+ page = page ? '?redirectPage=' + encodeURIComponent(page) : '';
303
+ /*
304
+ * For preview, this.$security.getRedirectedRouteQueryParams() gets the queryparams form the activated route(pagewrappercomponent)
305
+ * For deployed app, canactivate guard resolved to false and gets the queryparams from the canactivate gurard(no active route component)
306
+ */
307
+ queryParams = (options && options.queryParams) || this.$security.getRedirectedRouteQueryParams();
308
+ queryParams = this.$security.getQueryString(queryParams);
309
+ queryParams = queryParams ? '?' + queryParams : '';
310
+ // showing a redirecting message
311
+ document.body.textContent = get(this.getAppLocale(), ['MESSAGE_LOGIN_REDIRECTION']) || 'Redirecting to sso login...';
312
+ // appending redirect to page and page params
313
+ const ssoUrl = this.getDeployedURL() + SSO_URL + page + queryParams;
314
+ /*
315
+ * remove iFrame when redirected to IdP login page.
316
+ * this is being done as IDPs do not allow to get themselves loaded into iFrames.
317
+ * remove-toolbar has been assigned with a window name WM_PREVIEW_WINDOW, check if the iframe is our toolbar related and
318
+ * safely change the location of the parent toolbar with current url.
319
+ */
320
+ if (window.self !== window.top) {
321
+ try {
322
+ if (window.parent && window.location.origin === window.parent.origin) {
323
+ if (window.parent.name === PREVIEW_WINDOW_NAME) {
324
+ window.parent.location.href = window.self.location.href;
325
+ window.parent.name = "";
351
326
  }
352
327
  }
353
- catch (error) {
328
+ else {
354
329
  window.location.href = ssoUrl;
355
330
  }
356
331
  }
357
- else {
332
+ catch (error) {
358
333
  window.location.href = ssoUrl;
359
334
  }
360
335
  }
336
+ else {
337
+ window.location.href = ssoUrl;
338
+ }
361
339
  }
362
340
  /**
363
341
  * Handles the app when a XHR request returns 401 response
@@ -592,12 +570,12 @@ class AppManagerService {
592
570
  return this.postTemplateBundleInfo();
593
571
  }
594
572
  }
595
- static { this.ɵfac = function AppManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppManagerService)(i0.ɵɵinject(i1.AbstractHttpService), i0.ɵɵinject(i2.SecurityService), i0.ɵɵinject(i1.AbstractDialogService), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(i1.App), i0.ɵɵinject(i4.VariablesService), i0.ɵɵinject(i4.MetadataService), i0.ɵɵinject(i1.AbstractSpinnerService), i0.ɵɵinject(i1.AbstractI18nService), i0.ɵɵinject(i1$2.DatePipe)); }; }
573
+ static { this.ɵfac = function AppManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppManagerService)(i0.ɵɵinject(i1.AbstractHttpService), i0.ɵɵinject(i2.SecurityService), i0.ɵɵinject(i1.AbstractDialogService), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(i1.App), i0.ɵɵinject(i4.VariablesService), i0.ɵɵinject(i4.MetadataService), i0.ɵɵinject(i1.AbstractSpinnerService), i0.ɵɵinject(i1.AbstractI18nService), i0.ɵɵinject(i5.DatePipe)); }; }
596
574
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppManagerService, factory: AppManagerService.ɵfac }); }
597
575
  }
598
576
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppManagerService, [{
599
577
  type: Injectable
600
- }], () => [{ type: i1.AbstractHttpService }, { type: i2.SecurityService }, { type: i1.AbstractDialogService }, { type: i1$1.Router }, { type: i1.App }, { type: i4.VariablesService }, { type: i4.MetadataService }, { type: i1.AbstractSpinnerService }, { type: i1.AbstractI18nService }, { type: i1$2.DatePipe }], null); })();
578
+ }], () => [{ type: i1.AbstractHttpService }, { type: i2.SecurityService }, { type: i1.AbstractDialogService }, { type: i1$1.Router }, { type: i1.App }, { type: i4.VariablesService }, { type: i4.MetadataService }, { type: i1.AbstractSpinnerService }, { type: i1.AbstractI18nService }, { type: i5.DatePipe }], null); })();
601
579
 
602
580
  const isPrefabInPreview = (prefabName) => prefabName === '__self__';
603
581
  const getPrefabBaseUrl = (prefabName) => {
@@ -1256,19 +1234,11 @@ class BasePageComponent extends FragmentMonitor {
1256
1234
  }
1257
1235
  });
1258
1236
  }
1259
- restoreLastPageSnapshot() {
1260
- if (isMobileApp() && BasePageComponent.lastPageSnapShot && this.$page) {
1261
- this.$page.parent().prepend(BasePageComponent.lastPageSnapShot);
1262
- }
1263
- }
1237
+ restoreLastPageSnapshot() { }
1264
1238
  savePageSnapShot() {
1265
1239
  if (BasePageComponent.lastPageSnapShot) {
1266
1240
  BasePageComponent.lastPageSnapShot.remove();
1267
1241
  }
1268
- if (isMobileApp() && this.$page) {
1269
- BasePageComponent.lastPageSnapShot = this.$page.clone();
1270
- this.$page.parents('app-root').prepend(BasePageComponent.lastPageSnapShot);
1271
- }
1272
1242
  }
1273
1243
  saveScrollPosition() {
1274
1244
  const fn = ($el, key, recursive = true, $target = $el) => {
@@ -2201,19 +2171,11 @@ class BaseSpaPageComponent extends FragmentMonitor {
2201
2171
  }
2202
2172
  });
2203
2173
  }
2204
- restoreLastPageSnapshot() {
2205
- if (isMobileApp() && BaseSpaPageComponent.lastPageSnapShot && this.$page) {
2206
- this.$page.parent().prepend(BaseSpaPageComponent.lastPageSnapShot);
2207
- }
2208
- }
2174
+ restoreLastPageSnapshot() { }
2209
2175
  savePageSnapShot() {
2210
2176
  if (BaseSpaPageComponent.lastPageSnapShot) {
2211
2177
  BaseSpaPageComponent.lastPageSnapShot.remove();
2212
2178
  }
2213
- if (isMobileApp() && this.$page) {
2214
- BaseSpaPageComponent.lastPageSnapShot = this.$page.clone();
2215
- this.$page.parents('app-root').prepend(BaseSpaPageComponent.lastPageSnapShot);
2216
- }
2217
2179
  }
2218
2180
  saveScrollPosition() {
2219
2181
  const fn = ($el, key, recursive = true, $target = $el) => {
@@ -2461,11 +2423,12 @@ class AccessrolesDirective {
2461
2423
  }
2462
2424
  }
2463
2425
  static { this.ɵfac = function AccessrolesDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AccessrolesDirective)(i0.ɵɵdirectiveInject(i0.TemplateRef), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i2.SecurityService), i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2464
- static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AccessrolesDirective, selectors: [["", "accessroles", ""]], inputs: { accessroles: "accessroles" } }); }
2426
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AccessrolesDirective, selectors: [["", "accessroles", ""]], inputs: { accessroles: "accessroles" }, standalone: true }); }
2465
2427
  }
2466
2428
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccessrolesDirective, [{
2467
2429
  type: Directive,
2468
2430
  args: [{
2431
+ standalone: true,
2469
2432
  selector: '[accessroles]'
2470
2433
  }]
2471
2434
  }], () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: i2.SecurityService }, { type: i0.Injector }, { type: undefined, decorators: [{
@@ -2477,47 +2440,53 @@ class AccessrolesDirective {
2477
2440
  type: Input
2478
2441
  }] }); })();
2479
2442
 
2480
- function AppSpinnerComponent_div_0_p_4_Template(rf, ctx) { if (rf & 1) {
2481
- i0.ɵɵelement(0, "p", 6);
2443
+ function AppSpinnerComponent_Conditional_0_For_5_Template(rf, ctx) { if (rf & 1) {
2444
+ i0.ɵɵelement(0, "p", 4);
2482
2445
  } if (rf & 2) {
2483
2446
  const value_r1 = ctx.$implicit;
2484
2447
  i0.ɵɵproperty("textContent", value_r1);
2485
2448
  } }
2486
- function AppSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
2487
- i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
2488
- i0.ɵɵelement(2, "i", 3);
2489
- i0.ɵɵelementStart(3, "div", 4);
2490
- i0.ɵɵtemplate(4, AppSpinnerComponent_div_0_p_4_Template, 1, 1, "p", 5);
2449
+ function AppSpinnerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
2450
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
2451
+ i0.ɵɵelement(2, "i", 2);
2452
+ i0.ɵɵelementStart(3, "div", 3);
2453
+ i0.ɵɵrepeaterCreate(4, AppSpinnerComponent_Conditional_0_For_5_Template, 1, 1, "p", 4, i0.ɵɵrepeaterTrackByIdentity);
2491
2454
  i0.ɵɵelementEnd()()();
2492
2455
  } if (rf & 2) {
2493
2456
  const ctx_r1 = i0.ɵɵnextContext();
2494
2457
  i0.ɵɵproperty("ngClass", ctx_r1.classname);
2495
2458
  i0.ɵɵadvance(4);
2496
- i0.ɵɵproperty("ngForOf", ctx_r1.spinnermessages);
2459
+ i0.ɵɵrepeater(ctx_r1.spinnermessages);
2497
2460
  } }
2498
2461
  class AppSpinnerComponent {
2499
2462
  constructor() { }
2500
2463
  static { this.ɵfac = function AppSpinnerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AppSpinnerComponent)(); }; }
2501
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppSpinnerComponent, selectors: [["app-spinner"]], inputs: { show: "show", spinnermessages: "spinnermessages", classname: "classname", arialabel: "arialabel" }, decls: 1, vars: 1, consts: [["class", "app-spinner", 3, "ngClass", 4, "ngIf"], [1, "app-spinner", 3, "ngClass"], [1, "spinner-message"], [1, "spinner-image", "animated", "infinite", "fa", "fa-circle-o-notch", "fa-spin"], [1, "spinner-messages"], [3, "textContent", 4, "ngFor", "ngForOf"], [3, "textContent"]], template: function AppSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
2502
- i0.ɵɵtemplate(0, AppSpinnerComponent_div_0_Template, 5, 2, "div", 0);
2464
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppSpinnerComponent, selectors: [["app-spinner"]], inputs: { show: "show", spinnermessages: "spinnermessages", classname: "classname", arialabel: "arialabel" }, standalone: true, features: [i0.ɵɵStandaloneFeature], 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) {
2465
+ i0.ɵɵtemplate(0, AppSpinnerComponent_Conditional_0_Template, 6, 1, "div", 0);
2503
2466
  } if (rf & 2) {
2504
- i0.ɵɵproperty("ngIf", ctx.show);
2505
- } }, dependencies: [i1$2.NgClass, i1$2.NgForOf, i1$2.NgIf, i3.TextContentDirective], encapsulation: 2 }); }
2467
+ i0.ɵɵconditional(ctx.show ? 0 : -1);
2468
+ } }, dependencies: [CommonModule, i5.NgClass, WmComponentsModule, i3.TextContentDirective], encapsulation: 2 }); }
2506
2469
  }
2507
2470
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppSpinnerComponent, [{
2508
2471
  type: Component,
2509
2472
  args: [{
2473
+ standalone: true,
2474
+ imports: [CommonModule, WmComponentsModule],
2510
2475
  selector: 'app-spinner',
2511
2476
  template: `
2512
- <div class="app-spinner" [ngClass]="classname" *ngIf="show">
2477
+ @if (show) {
2478
+ <div class="app-spinner" [ngClass]="classname">
2513
2479
  <div class="spinner-message">
2514
- <i class="spinner-image animated infinite fa fa-circle-o-notch fa-spin"></i>
2515
- <div class="spinner-messages">
2516
- <p *ngFor="let value of spinnermessages" [textContent]="value"></p>
2517
- </div>
2480
+ <i class="spinner-image animated infinite fa fa-circle-o-notch fa-spin"></i>
2481
+ <div class="spinner-messages">
2482
+ @for (value of spinnermessages; track value) {
2483
+ <p [textContent]="value"></p>
2484
+ }
2485
+ </div>
2518
2486
  </div>
2519
- </div>
2520
- `
2487
+ </div>
2488
+ }
2489
+ `
2521
2490
  }]
2522
2491
  }], () => [], { show: [{
2523
2492
  type: Input
@@ -2528,26 +2497,26 @@ class AppSpinnerComponent {
2528
2497
  }], arialabel: [{
2529
2498
  type: Input
2530
2499
  }] }); })();
2531
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 16 }); })();
2500
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppSpinnerComponent, { className: "AppSpinnerComponent", filePath: "components/app-spinner.component.ts", lineNumber: 24 }); })();
2532
2501
 
2533
2502
  const _c0$1 = ["customToast"];
2534
2503
  const _c1 = ["customToastTmpl"];
2535
2504
  const _c2 = ["custom-toaster-component", ""];
2536
- function CustomToasterComponent_ng_template_3_div_1_Template(rf, ctx) { if (rf & 1) {
2537
- i0.ɵɵelement(0, "div", 5);
2505
+ function CustomToasterComponent_ng_template_3_For_2_Template(rf, ctx) { if (rf & 1) {
2506
+ i0.ɵɵelement(0, "div", 4);
2538
2507
  } if (rf & 2) {
2539
2508
  const param_r1 = ctx.$implicit;
2540
2509
  i0.ɵɵproperty("name", param_r1.key)("value", param_r1.value);
2541
2510
  } }
2542
2511
  function CustomToasterComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
2543
2512
  i0.ɵɵelementStart(0, "div", 3);
2544
- i0.ɵɵtemplate(1, CustomToasterComponent_ng_template_3_div_1_Template, 1, 2, "div", 4);
2545
- i0.ɵɵpipe(2, "keyvalue");
2513
+ i0.ɵɵrepeaterCreate(1, CustomToasterComponent_ng_template_3_For_2_Template, 1, 2, "div", 4, i0.ɵɵrepeaterTrackByIdentity);
2514
+ i0.ɵɵpipe(3, "keyvalue");
2546
2515
  i0.ɵɵelementEnd();
2547
2516
  } if (rf & 2) {
2548
2517
  const ctx_r1 = i0.ɵɵnextContext();
2549
2518
  i0.ɵɵadvance();
2550
- i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(2, 1, ctx_r1.params));
2519
+ i0.ɵɵrepeater(i0.ɵɵpipeBind1(3, 0, ctx_r1.params));
2551
2520
  } }
2552
2521
  class CustomToasterComponent extends Toast {
2553
2522
  // constructor is only necessary when not using AoT
@@ -2587,7 +2556,7 @@ class CustomToasterComponent extends Toast {
2587
2556
  forEach(this.watchers, watcher => watcher());
2588
2557
  super.ngOnDestroy();
2589
2558
  }
2590
- static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0.ɵɵdirectiveInject(i1$3.ToastrService), i0.ɵɵdirectiveInject(i1$3.ToastPackage)); }; }
2559
+ static { this.ɵfac = function CustomToasterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomToasterComponent)(i0.ɵɵdirectiveInject(i1$2.ToastrService), i0.ɵɵdirectiveInject(i1$2.ToastPackage)); }; }
2591
2560
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CustomToasterComponent, selectors: [["", "custom-toaster-component", ""]], viewQuery: function CustomToasterComponent_Query(rf, ctx) { if (rf & 1) {
2592
2561
  i0.ɵɵviewQuery(_c0$1, 7, ViewContainerRef);
2593
2562
  i0.ɵɵviewQuery(_c1, 5);
@@ -2595,35 +2564,39 @@ class CustomToasterComponent extends Toast {
2595
2564
  let _t;
2596
2565
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.customToastRef = _t.first);
2597
2566
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.customToastTmpl = _t.first);
2598
- } }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c2, decls: 5, vars: 0, consts: [["customToast", ""], ["customToastTmpl", ""], [1, "parent-custom-toast"], ["wmContainer", "", "partialContainer", "", "content.bind", "pagename"], ["wmParam", "", "hidden", "", 3, "name", "value", 4, "ngFor", "ngForOf"], ["wmParam", "", "hidden", "", 3, "name", "value"]], template: function CustomToasterComponent_Template(rf, ctx) { if (rf & 1) {
2567
+ } }, standalone: true, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], attrs: _c2, decls: 5, vars: 0, consts: [["customToast", ""], ["customToastTmpl", ""], [1, "parent-custom-toast"], ["wmContainer", "", "partialContainer", "", "content.bind", "pagename"], ["wmParam", "", "hidden", "", 3, "name", "value"]], template: function CustomToasterComponent_Template(rf, ctx) { if (rf & 1) {
2599
2568
  i0.ɵɵelement(0, "div", 2);
2600
2569
  i0.ɵɵelementContainer(1, null, 0);
2601
- i0.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template, 3, 3, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2602
- } }, dependencies: [i1$2.NgForOf, i3.ContainerDirective, i3.PartialParamHandlerDirective, i3.PartialParamDirective, i3.PartialContainerDirective, i1$2.KeyValuePipe], encapsulation: 2 }); }
2570
+ i0.ɵɵtemplate(3, CustomToasterComponent_ng_template_3_Template, 4, 2, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2571
+ } }, dependencies: [CommonModule, i5.KeyValuePipe, WmComponentsModule, i3.ContainerDirective, i3.PartialParamHandlerDirective, i3.PartialParamDirective, i3.PartialContainerDirective], encapsulation: 2 }); }
2603
2572
  }
2604
2573
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CustomToasterComponent, [{
2605
2574
  type: Component,
2606
2575
  args: [{
2576
+ standalone: true,
2577
+ imports: [CommonModule, WmComponentsModule],
2607
2578
  selector: '[custom-toaster-component]',
2608
2579
  template: `
2609
2580
  <div class="parent-custom-toast"></div>
2610
2581
  <ng-container #customToast></ng-container>
2611
2582
  <ng-template #customToastTmpl>
2612
- <div wmContainer partialContainer content.bind="pagename">
2613
- <div *ngFor="let param of params | keyvalue" wmParam hidden
2614
- [name]="param.key" [value]="param.value"></div>
2615
- </div>
2583
+ <div wmContainer partialContainer content.bind="pagename">
2584
+ @for (param of params | keyvalue; track param) {
2585
+ <div wmParam hidden
2586
+ [name]="param.key" [value]="param.value"></div>
2587
+ }
2588
+ </div>
2616
2589
  </ng-template>`,
2617
2590
  preserveWhitespaces: false
2618
2591
  }]
2619
- }], () => [{ type: i1$3.ToastrService }, { type: i1$3.ToastPackage }], { customToastRef: [{
2592
+ }], () => [{ type: i1$2.ToastrService }, { type: i1$2.ToastPackage }], { customToastRef: [{
2620
2593
  type: ViewChild,
2621
2594
  args: ['customToast', { static: true, read: ViewContainerRef }]
2622
2595
  }], customToastTmpl: [{
2623
2596
  type: ViewChild,
2624
2597
  args: ['customToastTmpl']
2625
2598
  }] }); })();
2626
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 23 }); })();
2599
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomToasterComponent, { className: "CustomToasterComponent", filePath: "components/custom-toaster.component.ts", lineNumber: 29 }); })();
2627
2600
 
2628
2601
  class EmptyPageComponent {
2629
2602
  constructor(route, securityService, router, app, appManger) {
@@ -2649,52 +2622,19 @@ class EmptyPageComponent {
2649
2622
  }
2650
2623
  }
2651
2624
  static { this.ɵfac = function EmptyPageComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EmptyPageComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i2.SecurityService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1.App), i0.ɵɵdirectiveInject(AppManagerService)); }; }
2652
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmptyPageComponent, selectors: [["app-empty-page"]], decls: 1, vars: 0, template: function EmptyPageComponent_Template(rf, ctx) { if (rf & 1) {
2625
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EmptyPageComponent, selectors: [["app-empty-page"]], standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 1, vars: 0, template: function EmptyPageComponent_Template(rf, ctx) { if (rf & 1) {
2653
2626
  i0.ɵɵelement(0, "div");
2654
2627
  } }, encapsulation: 2 }); }
2655
2628
  }
2656
2629
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmptyPageComponent, [{
2657
2630
  type: Component,
2658
2631
  args: [{
2632
+ standalone: true,
2659
2633
  selector: 'app-empty-page',
2660
2634
  template: '<div></div>'
2661
2635
  }]
2662
2636
  }], () => [{ type: i1$1.ActivatedRoute }, { type: i2.SecurityService }, { type: i1$1.Router }, { type: i1.App }, { type: AppManagerService }], null); })();
2663
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EmptyPageComponent, { className: "EmptyPageComponent", filePath: "components/empty-component/empty-page.component.ts", lineNumber: 13 }); })();
2664
-
2665
- class PrefabDirective {
2666
- constructor(componentInstance, vcRef, elRef, prefabMngr, resolver, injector, componentRefProvider) {
2667
- this.componentInstance = componentInstance;
2668
- this.vcRef = vcRef;
2669
- this.elRef = elRef;
2670
- this.prefabMngr = prefabMngr;
2671
- this.resolver = resolver;
2672
- this.injector = injector;
2673
- this.componentRefProvider = componentRefProvider;
2674
- const prefabName = this.componentInstance.prefabName;
2675
- this.prefabMngr.loadDependencies(prefabName)
2676
- .then(async () => {
2677
- const componentFactory = await this.componentRefProvider.getComponentFactoryRef(prefabName, ComponentType.PREFAB);
2678
- if (componentFactory) {
2679
- const instanceRef = this.vcRef.createComponent(componentFactory, 0, injector);
2680
- this.elRef.nativeElement.appendChild(instanceRef.location.nativeElement);
2681
- }
2682
- });
2683
- }
2684
- static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0.ɵɵdirectiveInject(WidgetRef, 2), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(PrefabManagerService), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(ComponentRefProvider)); }; }
2685
- static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["", "wmPrefab", "", "prefabname", ""]] }); }
2686
- }
2687
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrefabDirective, [{
2688
- type: Directive,
2689
- args: [{
2690
- selector: '[wmPrefab][prefabname]'
2691
- }]
2692
- }], () => [{ type: undefined, decorators: [{
2693
- type: Self
2694
- }, {
2695
- type: Inject,
2696
- args: [WidgetRef]
2697
- }] }, { type: i0.ViewContainerRef }, { type: i0.ElementRef }, { type: PrefabManagerService }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: ComponentRefProvider }], null); })();
2637
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EmptyPageComponent, { className: "EmptyPageComponent", filePath: "components/empty-component/empty-page.component.ts", lineNumber: 14 }); })();
2698
2638
 
2699
2639
  class PipeProvider {
2700
2640
  setPipeData() {
@@ -2801,7 +2741,7 @@ class PipeProvider {
2801
2741
  return new ref(...args);
2802
2742
  }
2803
2743
  }
2804
- static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0.ɵɵinject(i0.Compiler), i0.ɵɵinject(i0.Injector), i0.ɵɵinject(i1$4.DomSanitizer), i0.ɵɵinject(i1.AbstractI18nService)); }; }
2744
+ static { this.ɵfac = function PipeProvider_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipeProvider)(i0.ɵɵinject(i0.Compiler), i0.ɵɵinject(i0.Injector), i0.ɵɵinject(i1$3.DomSanitizer), i0.ɵɵinject(i1.AbstractI18nService)); }; }
2805
2745
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PipeProvider, factory: PipeProvider.ɵfac, providedIn: 'root' }); }
2806
2746
  }
2807
2747
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PipeProvider, [{
@@ -2809,7 +2749,7 @@ class PipeProvider {
2809
2749
  args: [{
2810
2750
  providedIn: 'root'
2811
2751
  }]
2812
- }], () => [{ type: i0.Compiler }, { type: i0.Injector }, { type: i1$4.DomSanitizer }, { type: i1.AbstractI18nService }], null); })();
2752
+ }], () => [{ type: i0.Compiler }, { type: i0.Injector }, { type: i1$3.DomSanitizer }, { type: i1.AbstractI18nService }], null); })();
2813
2753
 
2814
2754
  class PipeService {
2815
2755
  constructor(pipeProvider, $app) {
@@ -2836,6 +2776,7 @@ class PipeService {
2836
2776
  args: [{ providedIn: 'root' }]
2837
2777
  }], () => [{ type: PipeProvider }, { type: i1.App }], null); })();
2838
2778
 
2779
+ const moment$1 = momentLib.default || window['moment'];
2839
2780
  const injectorMap = {
2840
2781
  DialogService: AbstractDialogService,
2841
2782
  i18nService: AbstractI18nService,
@@ -2922,6 +2863,11 @@ class AppRef {
2922
2863
  notify(eventName, ...data) {
2923
2864
  this._eventNotifier.notify.apply(this._eventNotifier, arguments);
2924
2865
  }
2866
+ importModule(moduleName) {
2867
+ if (moduleName === 'moment') {
2868
+ return moment$1;
2869
+ }
2870
+ }
2925
2871
  getDependency(injToken) {
2926
2872
  if (isString(injToken)) {
2927
2873
  if (injToken === 'HttpService') {
@@ -3072,13 +3018,14 @@ class ToasterServiceImpl extends AbstractToasterService {
3072
3018
  console.warn('Please pass a valid options object, For Example : {maxOpened: 1, autoDismiss: true}');
3073
3019
  }
3074
3020
  }
3075
- static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0.ɵɵinject(i1$3.ToastrService)); }; }
3021
+ static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0.ɵɵinject(i1$2.ToastrService)); }; }
3076
3022
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ToasterServiceImpl, factory: ToasterServiceImpl.ɵfac }); }
3077
3023
  }
3078
3024
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ToasterServiceImpl, [{
3079
3025
  type: Injectable
3080
- }], () => [{ type: i1$3.ToastrService }], null); })();
3026
+ }], () => [{ type: i1$2.ToastrService }], null); })();
3081
3027
 
3028
+ const moment = momentLib.default || window['moment'];
3082
3029
  const APP_LOCALE_ROOT_PATH = 'resources/i18n';
3083
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',
3084
3031
  'ar-ma', 'ar-om', 'ar-qa', 'ar-sa', 'ar-sd', 'ar-sy', 'ar-tn', 'ar-ye', 'arc', 'bcc', 'bqi', 'ckb', 'dv', 'fa', 'glk',
@@ -3161,23 +3108,30 @@ class I18nServiceImpl extends AbstractI18nService {
3161
3108
  });
3162
3109
  }
3163
3110
  loadMomentLocaleBundle(momentLocale) {
3164
- const _cdnUrl = _WM_APP_PROJECT.cdnUrl || _WM_APP_PROJECT.ngDest;
3165
3111
  if (this.selectedLocale === this.defaultSupportedLocale) {
3166
3112
  moment.locale(this.defaultSupportedLocale);
3167
3113
  return;
3168
3114
  }
3169
- const path = _cdnUrl + `locales/moment/${momentLocale}.js`;
3170
- loadScripts([path], true).then(() => {
3171
- moment.locale(this.selectedLocale);
3172
- // For ngx bootstrap locale, get the config from script and apply locale
3173
- // moment.localeData(momentLocale) will return moment locale instance. _config inside will have actual config
3174
- let _config = moment.localeData(momentLocale);
3175
- _config = _config && _config._config;
3176
- defineLocale(this.selectedLocale, _config);
3177
- this.bsLocaleService.use(this.getSelectedLocale() || this.defaultSupportedLocale);
3178
- this.bundleLoaded.moment = true;
3179
- this.notifyLocaleChanged();
3180
- });
3115
+ if (_WM_APP_PROJECT.isPreview) {
3116
+ const path = `${_WM_APP_PROJECT.cdnUrl}locales/moment/${momentLocale}.js`;
3117
+ loadScripts([path], true).then(() => {
3118
+ this.loadScriptForMoment(momentLocale);
3119
+ });
3120
+ }
3121
+ else {
3122
+ this.loadScriptForMoment(momentLocale);
3123
+ }
3124
+ }
3125
+ loadScriptForMoment(momentLocale) {
3126
+ moment.locale(this.selectedLocale);
3127
+ // For ngx bootstrap locale, get the config from script and apply locale
3128
+ // moment.localeData(momentLocale) will return moment locale instance. _config inside will have actual config
3129
+ let _config = moment.localeData(momentLocale);
3130
+ _config = _config && _config._config;
3131
+ defineLocale(this.selectedLocale, _config);
3132
+ this.bsLocaleService.use(this.getSelectedLocale() || this.defaultSupportedLocale);
3133
+ this.bundleLoaded.moment = true;
3134
+ this.notifyLocaleChanged();
3181
3135
  }
3182
3136
  loadAngularLocaleBundle(angLocale) {
3183
3137
  return new Promise(resolve => {
@@ -3193,26 +3147,10 @@ class I18nServiceImpl extends AbstractI18nService {
3193
3147
  }, resolve);
3194
3148
  });
3195
3149
  }
3196
- loadCalendarLocaleBundle(calendarLocale, force = false) {
3197
- const _cdnUrl = _WM_APP_PROJECT.cdnUrl || _WM_APP_PROJECT.ngDest;
3198
- let path;
3199
- if (calendarLocale) {
3200
- path = _cdnUrl + `locales/fullcalendar/${calendarLocale}.js`;
3201
- }
3202
- else {
3203
- return Promise.resolve();
3204
- }
3205
- // return in case of mobile app or if selected locale is default supported locale.
3206
- if (!force && (isMobile() || isMobileApp() || this.selectedLocale === this.defaultSupportedLocale)) {
3207
- this.bundleLoaded.fullCalendar = true;
3208
- return;
3209
- }
3210
- // Call the script. In script, moment defines the loaded locale
3211
- return loadScripts([path], true);
3212
- }
3213
3150
  loadMomentTimeZoneBundle(locale, compInstance) {
3214
3151
  return new Promise(resolve => {
3215
3152
  const _cdnUrl = _WM_APP_PROJECT.cdnUrl || _WM_APP_PROJECT.ngDest;
3153
+ window['moment'] = moment; //moment-timezone-with-data.js need moment as require('moment') to be available in window
3216
3154
  const path = _cdnUrl + `locales/moment-timezone/moment-timezone-with-data.js`;
3217
3155
  loadScripts([path], true).then(() => {
3218
3156
  /**
@@ -3246,10 +3184,8 @@ class I18nServiceImpl extends AbstractI18nService {
3246
3184
  this.bundleLoaded.moment = true;
3247
3185
  }
3248
3186
  if (libLocale.fullCalendar && window['FullCalendar']) {
3249
- this.loadCalendarLocaleBundle(libLocale.fullCalendar)?.then(() => {
3250
- this.bundleLoaded.fullCalendar = true;
3251
- this.notifyLocaleChanged();
3252
- });
3187
+ this.bundleLoaded.fullCalendar = true;
3188
+ this.notifyLocaleChanged();
3253
3189
  }
3254
3190
  else {
3255
3191
  this.bundleLoaded.fullCalendar = true;
@@ -3325,21 +3261,6 @@ class I18nServiceImpl extends AbstractI18nService {
3325
3261
  // when preference is given to browser set languages, do not populate _selectedDefaultLang variable
3326
3262
  let _selectedDefaultLang = preferBrowserLang ? undefined : _defaultLanguage;
3327
3263
  let _appSupportedLang;
3328
- /**
3329
- * for cordova, check for language ignoring the locale
3330
- * As the navigator.languages always returns the language with locale (en-us)
3331
- * The supportedLanguages from BE doesn't include locale (en) which leads to mismatch
3332
- */
3333
- if (CONSTANTS.hasCordova) {
3334
- let supportedLang = [];
3335
- forEach(_acceptLang, function (lang) {
3336
- let matchedLang = find(_supportedLang, (val) => lang === val) || find(_supportedLang, (val) => lang.startsWith(val));
3337
- if (matchedLang) {
3338
- supportedLang.push(matchedLang);
3339
- }
3340
- });
3341
- _appSupportedLang = supportedLang[0];
3342
- }
3343
3264
  // check for the session storage to load any pre-requested locale
3344
3265
  const _defaultLang = getSessionStorageItem('selectedLocale') || _selectedDefaultLang || _appSupportedLang || intersection(_acceptLang, _supportedLang)[0] || this.defaultSupportedLocale;
3345
3266
  // if the supportedLocale is not available set it to defaultLocale
@@ -3358,28 +3279,20 @@ class I18nServiceImpl extends AbstractI18nService {
3358
3279
  // This function returns the accepted languages list
3359
3280
  getAcceptedLanguages() {
3360
3281
  let languages;
3361
- if (CONSTANTS.hasCordova) {
3362
- languages = navigator.languages || [navigator.language];
3363
- }
3364
- else {
3365
- languages = decodeURIComponent(getWmProjectProperties().preferredLanguage || '');
3366
- /**
3367
- * Accept-Language Header will contain set of supported locale, so try splitting the string to proper locale set
3368
- * Ex: en,en-US;q=0.9,de;q=0.6,ar;q=0.2,hi
3369
- *
3370
- * Split the above into [en,en-us,de,ar,hi]
3371
- * @type {Array}
3372
- */
3373
- languages = languages.split(',').map(function (locale) {
3374
- return locale.split(';')[0];
3375
- });
3376
- }
3282
+ languages = decodeURIComponent(getWmProjectProperties().preferredLanguage || '');
3283
+ /**
3284
+ * Accept-Language Header will contain set of supported locale, so try splitting the string to proper locale set
3285
+ * Ex: en,en-US;q=0.9,de;q=0.6,ar;q=0.2,hi
3286
+ *
3287
+ * Split the above into [en,en-us,de,ar,hi]
3288
+ * @type {Array}
3289
+ */
3290
+ languages = languages.split(',').map(function (locale) {
3291
+ return locale.split(';')[0];
3292
+ });
3377
3293
  return map(languages, toLower);
3378
3294
  }
3379
3295
  initCalendarLocale() {
3380
- if (this.selectedLocale !== 'en') {
3381
- return this.loadCalendarLocaleBundle(this.selectedLocale, true);
3382
- }
3383
3296
  return Promise.resolve();
3384
3297
  }
3385
3298
  isAngularLocaleLoaded() {
@@ -3396,12 +3309,12 @@ class I18nServiceImpl extends AbstractI18nService {
3396
3309
  this.app.notify('locale-changed', this.bundleLoaded.libLocale);
3397
3310
  }
3398
3311
  }
3399
- static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0.ɵɵinject(i1$5.HttpClient), i0.ɵɵinject(i2$1.BsLocaleService), i0.ɵɵinject(i1.AppDefaults), i0.ɵɵinject(i0.Injector)); }; }
3312
+ static { this.ɵfac = function I18nServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || I18nServiceImpl)(i0.ɵɵinject(i1$4.HttpClient), i0.ɵɵinject(i2$1.BsLocaleService), i0.ɵɵinject(i1.AppDefaults), i0.ɵɵinject(i0.Injector)); }; }
3400
3313
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: I18nServiceImpl, factory: I18nServiceImpl.ɵfac }); }
3401
3314
  }
3402
3315
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(I18nServiceImpl, [{
3403
3316
  type: Injectable
3404
- }], () => [{ type: i1$5.HttpClient }, { type: i2$1.BsLocaleService }, { type: i1.AppDefaults }, { type: i0.Injector }], null); })();
3317
+ }], () => [{ type: i1$4.HttpClient }, { type: i2$1.BsLocaleService }, { type: i1.AppDefaults }, { type: i0.Injector }], null); })();
3405
3318
 
3406
3319
  const spinnerTemplate = `<div class="app-spinner">
3407
3320
  <div class="spinner-message" aria-label="loading gif">
@@ -4023,13 +3936,13 @@ class I18nResolve {
4023
3936
  }], () => [{ type: i1.AbstractI18nService }], null); })();
4024
3937
 
4025
3938
  const _c0 = ["dynamicComponent"];
4026
- function AppComponent_ng_container_0_div_2_Template(rf, ctx) { if (rf & 1) {
4027
- i0.ɵɵelement(0, "div", 11);
3939
+ function AppComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
3940
+ i0.ɵɵelement(0, "div", 2);
4028
3941
  } }
4029
- function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (rf & 1) {
3942
+ function AppComponent_Conditional_0_ng_template_4_For_2_Template(rf, ctx) { if (rf & 1) {
4030
3943
  const _r1 = i0.ɵɵgetCurrentView();
4031
- i0.ɵɵelementStart(0, "li", 14)(1, "button", 15);
4032
- i0.ɵɵlistener("click", function AppComponent_ng_container_0_ng_template_5_li_1_Template_button_click_1_listener() { const provider_r2 = i0.ɵɵrestoreView(_r1).$implicit; return i0.ɵɵresetView(provider_r2.invoke()); });
3944
+ i0.ɵɵelementStart(0, "li", 11)(1, "button", 12);
3945
+ i0.ɵɵlistener("click", function AppComponent_Conditional_0_ng_template_4_For_2_Template_button_click_1_listener() { const provider_r2 = i0.ɵɵrestoreView(_r1).$implicit; return i0.ɵɵresetView(provider_r2.invoke()); });
4033
3946
  i0.ɵɵtext(2);
4034
3947
  i0.ɵɵelementEnd()();
4035
3948
  } if (rf & 2) {
@@ -4037,44 +3950,42 @@ function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (
4037
3950
  i0.ɵɵadvance(2);
4038
3951
  i0.ɵɵtextInterpolate(provider_r2.name);
4039
3952
  } }
4040
- function AppComponent_ng_container_0_ng_template_5_Template(rf, ctx) { if (rf & 1) {
4041
- i0.ɵɵelementStart(0, "ul", 12);
4042
- i0.ɵɵtemplate(1, AppComponent_ng_container_0_ng_template_5_li_1_Template, 3, 1, "li", 13);
3953
+ function AppComponent_Conditional_0_ng_template_4_Template(rf, ctx) { if (rf & 1) {
3954
+ i0.ɵɵelementStart(0, "ul", 10);
3955
+ i0.ɵɵrepeaterCreate(1, AppComponent_Conditional_0_ng_template_4_For_2_Template, 3, 1, "li", 11, i0.ɵɵrepeaterTrackByIdentity);
4043
3956
  i0.ɵɵelementEnd();
4044
3957
  } if (rf & 2) {
4045
3958
  const ctx_r2 = i0.ɵɵnextContext(2);
4046
3959
  i0.ɵɵadvance();
4047
- i0.ɵɵproperty("ngForOf", ctx_r2.providersConfig);
3960
+ i0.ɵɵrepeater(ctx_r2.providersConfig);
4048
3961
  } }
4049
- function AppComponent_ng_container_0_div_8_Template(rf, ctx) { if (rf & 1) {
4050
- i0.ɵɵelement(0, "div", 16);
3962
+ function AppComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
3963
+ i0.ɵɵelement(0, "div", 6);
4051
3964
  } }
4052
- function AppComponent_ng_container_0_div_9_Template(rf, ctx) { if (rf & 1) {
4053
- i0.ɵɵelement(0, "div", 17);
3965
+ function AppComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
3966
+ i0.ɵɵelement(0, "div", 7);
4054
3967
  } }
4055
- function AppComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
4056
- i0.ɵɵelementContainerStart(0);
4057
- i0.ɵɵelement(1, "router-outlet");
4058
- i0.ɵɵtemplate(2, AppComponent_ng_container_0_div_2_Template, 1, 0, "div", 3);
4059
- i0.ɵɵelement(3, "app-spinner", 4);
4060
- i0.ɵɵelementStart(4, "div", 5);
4061
- i0.ɵɵtemplate(5, AppComponent_ng_container_0_ng_template_5_Template, 2, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
3968
+ function AppComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
3969
+ i0.ɵɵelement(0, "router-outlet");
3970
+ i0.ɵɵtemplate(1, AppComponent_Conditional_0_Conditional_1_Template, 1, 0, "div", 2);
3971
+ i0.ɵɵelement(2, "app-spinner", 3);
3972
+ i0.ɵɵelementStart(3, "div", 4);
3973
+ i0.ɵɵtemplate(4, AppComponent_Conditional_0_ng_template_4_Template, 3, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
4062
3974
  i0.ɵɵelementEnd();
4063
- i0.ɵɵelement(7, "div", 6);
4064
- i0.ɵɵtemplate(8, AppComponent_ng_container_0_div_8_Template, 1, 0, "div", 7)(9, AppComponent_ng_container_0_div_9_Template, 1, 0, "div", 8);
4065
- i0.ɵɵelement(10, "div", 9)(11, "i", 10);
4066
- i0.ɵɵelementContainerEnd();
3975
+ i0.ɵɵelement(6, "div", 5);
3976
+ i0.ɵɵtemplate(7, AppComponent_Conditional_0_Conditional_7_Template, 1, 0, "div", 6)(8, AppComponent_Conditional_0_Conditional_8_Template, 1, 0, "div", 7);
3977
+ i0.ɵɵelement(9, "div", 8)(10, "i", 9);
4067
3978
  } if (rf & 2) {
4068
3979
  const ctx_r2 = i0.ɵɵnextContext();
4069
- i0.ɵɵadvance(2);
4070
- i0.ɵɵproperty("ngIf", ctx_r2.isApplicationType);
3980
+ i0.ɵɵadvance();
3981
+ i0.ɵɵconditional(ctx_r2.isApplicationType ? 1 : -1);
4071
3982
  i0.ɵɵadvance();
4072
3983
  i0.ɵɵproperty("show", ctx_r2.spinner.show)("spinnermessages", ctx_r2.spinner.messages);
4073
3984
  i0.ɵɵattribute("aria-label", ctx_r2.spinner.arialabel || "Loading");
4074
3985
  i0.ɵɵadvance(5);
4075
- i0.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
3986
+ i0.ɵɵconditional(!ctx_r2.isApplicationType ? 7 : -1);
4076
3987
  i0.ɵɵadvance();
4077
- i0.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
3988
+ i0.ɵɵconditional(!ctx_r2.isApplicationType ? 8 : -1);
4078
3989
  } }
4079
3990
  class AppComponent {
4080
3991
  constructor(_pipeProvider, _appRef, elRef, oAuthService, dialogService, spinnerService, ngZone, router, app, appManager, customIconsLoaderService) {
@@ -4203,12 +4114,7 @@ class AppComponent {
4203
4114
  }
4204
4115
  ngAfterViewInit() {
4205
4116
  document.documentElement.setAttribute('lang', getWmProjectProperties().defaultLanguage);
4206
- if (hasCordova() && !window['wmDeviceReady']) {
4207
- document.addEventListener('wmDeviceReady', () => this.start());
4208
- }
4209
- else {
4210
- this.start();
4211
- }
4117
+ this.start();
4212
4118
  }
4213
4119
  ngDoCheck() {
4214
4120
  $invokeWatchers();
@@ -4221,16 +4127,16 @@ class AppComponent {
4221
4127
  let _t;
4222
4128
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.routerOutlet = _t.first);
4223
4129
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dynamicComponentContainerRef = _t.first);
4224
- } }, decls: 3, vars: 1, consts: [["dynamicComponent", ""], ["dialogBody", ""], [4, "ngIf"], ["wmContainer", "", "partialContainer", "", "content", "Common", "hidden", "", "class", "ng-hide", 4, "ngIf"], ["name", "globalspinner", "classname", "global-spinner", "role", "alert", "aria-live", "assertive", 3, "show", "spinnermessages"], ["wmDialog", "", "name", "oAuthLoginDialog", "title", "Application is requesting you to sign in with", "close.event", "closeOAuthDialog()"], ["wmConfirmDialog", "", "name", "_app-confirm-dialog", "title.bind", "title", "message.bind", "message", "oktext.bind", "oktext", "canceltext.bind", "canceltext", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()"], ["wmConfirmDialog", "", "name", "PrefabConfirmDialog", "title.bind", "title", "message.bind", "text", "oktext.bind", "okButtonText", "canceltext.bind", "cancelButtonText", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()", 4, "ngIf"], ["wmAlertDialog", "", "name", "PrefabAlertDialog", "title.bind", "title", "message.bind", "text", "oktext.bind", "okButtonText", "canceltext.bind", "cancelButtonText", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()", 4, "ngIf"], ["wmAppExt", ""], ["id", "wm-mobile-display"], ["wmContainer", "", "partialContainer", "", "content", "Common", "hidden", "", 1, "ng-hide"], [1, "list-items"], ["class", "list-item", 4, "ngFor", "ngForOf"], [1, "list-item"], [1, "btn", 3, "click"], ["wmConfirmDialog", "", "name", "PrefabConfirmDialog", "title.bind", "title", "message.bind", "text", "oktext.bind", "okButtonText", "canceltext.bind", "cancelButtonText", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()"], ["wmAlertDialog", "", "name", "PrefabAlertDialog", "title.bind", "title", "message.bind", "text", "oktext.bind", "okButtonText", "canceltext.bind", "cancelButtonText", "closable", "false", "iconclass.bind", "iconclass", "escape.event", "onEscape()", "ok.event", "onOk()", "cancel.event", "onCancel()", "close.event", "onClose()", "opened.event", "onOpen()"]], template: function AppComponent_Template(rf, ctx) { if (rf & 1) {
4225
- i0.ɵɵtemplate(0, AppComponent_ng_container_0_Template, 12, 6, "ng-container", 2);
4130
+ } }, standalone: true, features: [i0.ɵɵStandaloneFeature], 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) {
4131
+ i0.ɵɵtemplate(0, AppComponent_Conditional_0_Template, 11, 6);
4226
4132
  i0.ɵɵelementContainer(1, null, 0);
4227
4133
  } if (rf & 2) {
4228
- i0.ɵɵproperty("ngIf", ctx.startApp);
4229
- } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i1$1.RouterOutlet, i3.ContainerDirective, i3.PartialParamHandlerDirective, i3.PartialContainerDirective, i1$6.AppExtComponent, i9.ConfirmDialogComponent, i10.DialogComponent, i11.AlertDialogComponent, AppSpinnerComponent], encapsulation: 2 }); }
4134
+ i0.ɵɵconditional(ctx.startApp ? 0 : -1);
4135
+ } }, dependencies: [CommonModule, WmComponentsModule, i3.ContainerDirective, i3.PartialParamHandlerDirective, i3.PartialContainerDirective, RouterOutlet, AlertDialogComponent, ConfirmDialogComponent, DialogComponent, AppSpinnerComponent], encapsulation: 2 }); }
4230
4136
  }
4231
4137
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppComponent, [{
4232
4138
  type: Component,
4233
- args: [{ selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "<ng-container *ngIf=\"startApp\">\n <router-outlet></router-outlet>\n <div wmContainer partialContainer content=\"Common\" hidden class=\"ng-hide\" *ngIf=\"isApplicationType\"></div>\n <app-spinner name=\"globalspinner\" classname=\"global-spinner\" role=\"alert\" aria-live=\"assertive\" [attr.aria-label]=\"spinner.arialabel || 'Loading'\" [show]=\"spinner.show\" [spinnermessages]=\"spinner.messages\"></app-spinner>\n <div wmDialog name=\"oAuthLoginDialog\" title=\"Application is requesting you to sign in with\"\n close.event=\"closeOAuthDialog()\">\n <ng-template #dialogBody>\n <ul class=\"list-items\">\n <li class=\"list-item\" *ngFor=\"let provider of providersConfig\">\n <button class=\"btn\" (click)=\"provider.invoke()\">{{provider.name}}</button>\n </li>\n </ul>\n </ng-template>\n </div>\n <div wmConfirmDialog name=\"_app-confirm-dialog\" title.bind=\"title\" message.bind=\"message\" oktext.bind=\"oktext\"\n canceltext.bind=\"canceltext\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n <div *ngIf=\"!isApplicationType\" wmConfirmDialog name=\"PrefabConfirmDialog\" title.bind=\"title\" message.bind=\"text\" oktext.bind=\"okButtonText\"\n canceltext.bind=\"cancelButtonText\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n <div *ngIf=\"!isApplicationType\" wmAlertDialog name=\"PrefabAlertDialog\" title.bind=\"title\" message.bind=\"text\" oktext.bind=\"okButtonText\"\n canceltext.bind=\"cancelButtonText\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n <div wmAppExt></div>\n <i id=\"wm-mobile-display\"></i>\n</ng-container>\n<!--Dummy container to create the component dynamically-->\n<ng-container #dynamicComponent></ng-container>\n" }]
4139
+ args: [{ standalone: true, imports: [CommonModule, WmComponentsModule, RouterOutlet, AlertDialogComponent, ConfirmDialogComponent, DialogComponent, AppSpinnerComponent], selector: 'app-root', encapsulation: ViewEncapsulation.None, template: "@if (startApp) {\n <router-outlet></router-outlet>\n @if (isApplicationType) {\n <div wmContainer partialContainer content=\"Common\" hidden class=\"ng-hide\"></div>\n }\n <app-spinner name=\"globalspinner\" classname=\"global-spinner\" role=\"alert\" aria-live=\"assertive\" [attr.aria-label]=\"spinner.arialabel || 'Loading'\" [show]=\"spinner.show\" [spinnermessages]=\"spinner.messages\"></app-spinner>\n <div wmDialog name=\"oAuthLoginDialog\" title=\"Application is requesting you to sign in with\"\n close.event=\"closeOAuthDialog()\">\n <ng-template #dialogBody>\n <ul class=\"list-items\">\n @for (provider of providersConfig; track provider) {\n <li class=\"list-item\">\n <button class=\"btn\" (click)=\"provider.invoke()\">{{provider.name}}</button>\n </li>\n }\n </ul>\n </ng-template>\n </div>\n <div wmConfirmDialog name=\"_app-confirm-dialog\" title.bind=\"title\" message.bind=\"message\" oktext.bind=\"oktext\"\n canceltext.bind=\"canceltext\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n @if (!isApplicationType) {\n <div wmConfirmDialog name=\"PrefabConfirmDialog\" title.bind=\"title\" message.bind=\"text\" oktext.bind=\"okButtonText\"\n canceltext.bind=\"cancelButtonText\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n }\n @if (!isApplicationType) {\n <div wmAlertDialog name=\"PrefabAlertDialog\" title.bind=\"title\" message.bind=\"text\" oktext.bind=\"okButtonText\"\n canceltext.bind=\"cancelButtonText\" closable=\"false\" iconclass.bind=\"iconclass\"\n escape.event=\"onEscape()\" ok.event=\"onOk()\" cancel.event=\"onCancel()\" close.event=\"onClose()\" opened.event=\"onOpen()\"></div>\n }\n <div wmAppExt></div>\n <i id=\"wm-mobile-display\"></i>\n}\n<!--Dummy container to create the component dynamically-->\n<ng-container #dynamicComponent></ng-container>\n" }]
4234
4140
  }], () => [{ type: PipeProvider }, { type: i0.ApplicationRef }, { type: i0.ElementRef }, { type: i2$2.OAuthService }, { type: i1.AbstractDialogService }, { type: i1.AbstractSpinnerService }, { type: i0.NgZone }, { type: i1$1.Router }, { type: i1.App }, { type: AppManagerService }, { type: i1.CustomIconsLoaderService }], { routerOutlet: [{
4235
4141
  type: ViewChild,
4236
4142
  args: [RouterOutlet]
@@ -4238,7 +4144,7 @@ class AppComponent {
4238
4144
  type: ViewChild,
4239
4145
  args: ['dynamicComponent', { read: ViewContainerRef }]
4240
4146
  }] }); })();
4241
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppComponent, { className: "AppComponent", filePath: "components/app-component/app.component.ts", lineNumber: 46 }); })();
4147
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppComponent, { className: "AppComponent", filePath: "components/app-component/app.component.ts", lineNumber: 53 }); })();
4242
4148
 
4243
4149
  /**
4244
4150
  * This Interceptor intercepts all network calls and if a network call fails
@@ -4314,6 +4220,41 @@ class HttpCallInterceptor {
4314
4220
  type: Injectable
4315
4221
  }], () => [], null); })();
4316
4222
 
4223
+ class PrefabDirective {
4224
+ constructor(componentInstance, vcRef, elRef, prefabMngr, resolver, injector, componentRefProvider) {
4225
+ this.componentInstance = componentInstance;
4226
+ this.vcRef = vcRef;
4227
+ this.elRef = elRef;
4228
+ this.prefabMngr = prefabMngr;
4229
+ this.resolver = resolver;
4230
+ this.injector = injector;
4231
+ this.componentRefProvider = componentRefProvider;
4232
+ const prefabName = this.componentInstance.prefabName;
4233
+ this.prefabMngr.loadDependencies(prefabName)
4234
+ .then(async () => {
4235
+ const componentFactory = await this.componentRefProvider.getComponentFactoryRef(prefabName, ComponentType.PREFAB);
4236
+ if (componentFactory) {
4237
+ const instanceRef = this.vcRef.createComponent(componentFactory, 0, injector);
4238
+ this.elRef.nativeElement.appendChild(instanceRef.location.nativeElement);
4239
+ }
4240
+ });
4241
+ }
4242
+ static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0.ɵɵdirectiveInject(WidgetRef, 2), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(PrefabManagerService), i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(ComponentRefProvider)); }; }
4243
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["", "wmPrefab", "", "prefabname", ""]], standalone: true }); }
4244
+ }
4245
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrefabDirective, [{
4246
+ type: Directive,
4247
+ args: [{
4248
+ standalone: true,
4249
+ selector: '[wmPrefab][prefabname]'
4250
+ }]
4251
+ }], () => [{ type: undefined, decorators: [{
4252
+ type: Self
4253
+ }, {
4254
+ type: Inject,
4255
+ args: [WidgetRef]
4256
+ }] }, { type: i0.ViewContainerRef }, { type: i0.ElementRef }, { type: PrefabManagerService }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: ComponentRefProvider }], null); })();
4257
+
4317
4258
  const PREFAB = 'PREFAB';
4318
4259
  class PrefabPreviewComponent {
4319
4260
  constructor(prefabManager) {
@@ -4394,15 +4335,17 @@ class PrefabPreviewComponent {
4394
4335
  } if (rf & 2) {
4395
4336
  let _t;
4396
4337
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.prefabInstance = _t.first);
4397
- } }, decls: 2, vars: 0, consts: [[1, "prefab-preview", "row"], ["wmPrefab", "", "name", "prefab-preview", "prefabname", "__self__"]], template: function PrefabPreviewComponent_Template(rf, ctx) { if (rf & 1) {
4338
+ } }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 2, vars: 0, consts: [[1, "prefab-preview", "row"], ["wmPrefab", "", "name", "prefab-preview", "prefabname", "__self__"]], template: function PrefabPreviewComponent_Template(rf, ctx) { if (rf & 1) {
4398
4339
  i0.ɵɵelementStart(0, "div", 0);
4399
4340
  i0.ɵɵelement(1, "section", 1);
4400
4341
  i0.ɵɵelementEnd();
4401
- } }, dependencies: [i2$3.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
4342
+ } }, dependencies: [PrefabDirective$1, PrefabDirective, WmComponentsModule], encapsulation: 2 }); }
4402
4343
  }
4403
4344
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrefabPreviewComponent, [{
4404
4345
  type: Component,
4405
4346
  args: [{
4347
+ standalone: true,
4348
+ imports: [PrefabDirective$1, PrefabDirective, WmComponentsModule],
4406
4349
  selector: 'wm-prefab-preview',
4407
4350
  template: `
4408
4351
  <div class="prefab-preview row">
@@ -4414,7 +4357,7 @@ class PrefabPreviewComponent {
4414
4357
  type: ViewChild,
4415
4358
  args: [PrefabDirective$1, { static: true }]
4416
4359
  }] }); })();
4417
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PrefabPreviewComponent, { className: "PrefabPreviewComponent", filePath: "components/prefab-preview.component.ts", lineNumber: 17 }); })();
4360
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PrefabPreviewComponent, { className: "PrefabPreviewComponent", filePath: "components/prefab-preview.component.ts", lineNumber: 19 }); })();
4418
4361
 
4419
4362
  initComponentsBuildTask();
4420
4363
  const componentFactoryRefCache = new Map();
@@ -4716,12 +4659,12 @@ class WMDomRendererFactory2 {
4716
4659
  }
4717
4660
  begin() { }
4718
4661
  end() { }
4719
- static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0.ɵɵinject(i1$4.EventManager), i0.ɵɵinject(i1$4.ɵSharedStylesHost), i0.ɵɵinject(APP_ID), i0.ɵɵinject(DOCUMENT)); }; }
4662
+ static { this.ɵfac = function WMDomRendererFactory2_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WMDomRendererFactory2)(i0.ɵɵinject(i1$3.EventManager), i0.ɵɵinject(i1$3.ɵSharedStylesHost), i0.ɵɵinject(APP_ID), i0.ɵɵinject(DOCUMENT)); }; }
4720
4663
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WMDomRendererFactory2, factory: WMDomRendererFactory2.ɵfac }); }
4721
4664
  }
4722
4665
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WMDomRendererFactory2, [{
4723
4666
  type: Injectable
4724
- }], () => [{ type: i1$4.EventManager }, { type: i1$4.ɵSharedStylesHost }, { type: undefined, decorators: [{
4667
+ }], () => [{ type: i1$3.EventManager }, { type: i1$3.ɵSharedStylesHost }, { type: undefined, decorators: [{
4725
4668
  type: Inject,
4726
4669
  args: [APP_ID]
4727
4670
  }] }, { type: Document, decorators: [{
@@ -4965,17 +4908,18 @@ ShadowDomRenderer = __decorate([
4965
4908
  const initializeProjectDetails = () => {
4966
4909
  let cdnUrl = document.querySelector('[name="deployUrl"]') && document.querySelector('[name="deployUrl"]').getAttribute('content');
4967
4910
  _WM_APP_PROJECT.isPreview = cdnUrl ? false : true;
4968
- let apiUrl = document.querySelector('[name="apiUrl"]') && document.querySelector('[name="apiUrl"]').getAttribute('content');
4911
+ const apiUrl = document.querySelector('[name="apiUrl"]') && document.querySelector('[name="apiUrl"]').getAttribute('content');
4969
4912
  //for preview
4970
4913
  if (!cdnUrl) {
4971
4914
  cdnUrl = document.querySelector('[name="cdnUrl"]') && document.querySelector('[name="cdnUrl"]').getAttribute('content');
4972
4915
  }
4973
- _WM_APP_PROJECT.id = hasCordova() ? _WM_APP_PROPERTIES.displayName : location.href.split('/')[3];
4916
+ _WM_APP_PROJECT.id = location.href.split('/')[3];
4974
4917
  // Integration with third party apps like in SSPA/WebComponents, this meta tag with cdnUrl will not be there then default it to ng-bundle/
4975
4918
  _WM_APP_PROJECT.apiUrl = apiUrl || './';
4976
4919
  _WM_APP_PROJECT.cdnUrl = cdnUrl || 'ng-bundle/';
4977
4920
  _WM_APP_PROJECT.ngDest = 'ng-bundle/';
4978
4921
  try {
4922
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
4979
4923
  //@ts-ignore
4980
4924
  __webpack_require__.p = __webpack_public_path__ = cdnUrl;
4981
4925
  }
@@ -4994,7 +4938,6 @@ function getSettingProvider(key, defaultValue) {
4994
4938
  useValue: defaultValue
4995
4939
  };
4996
4940
  }
4997
- ;
4998
4941
  function InitializeApp(I18nService, AppJSResolve) {
4999
4942
  return async () => {
5000
4943
  initializeProjectDetails();
@@ -5010,15 +4953,17 @@ const definitions = [
5010
4953
  AccessrolesDirective,
5011
4954
  AppSpinnerComponent,
5012
4955
  CustomToasterComponent,
5013
- PrefabDirective,
5014
4956
  AppComponent,
4957
+ PrefabDirective,
5015
4958
  PrefabPreviewComponent,
5016
4959
  EmptyPageComponent
5017
4960
  ];
5018
4961
  const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS = [
5019
- ConfirmDialogModule,
5020
- DesignDialogModule,
5021
- DialogModule,
4962
+ ConfirmDialogComponent,
4963
+ DialogComponent,
4964
+ DialogBodyDirective,
4965
+ DialogFooterDirective,
4966
+ DialogHeaderComponent,
5022
4967
  // NGX Bootstrap
5023
4968
  BsDatepickerModule,
5024
4969
  TimepickerModule,
@@ -5031,60 +4976,112 @@ const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS = [
5031
4976
  NgCircleProgressModule,
5032
4977
  TooltipModule,
5033
4978
  // Basic widgets
5034
- BasicModule,
5035
- ProgressModule,
5036
- RichTextEditorModule,
5037
- SearchModule,
5038
- TreeModule,
4979
+ AnchorComponent,
4980
+ AudioComponent,
4981
+ HtmlDirective,
4982
+ IconComponent,
4983
+ IframeComponent,
4984
+ LabelDirective,
4985
+ PictureDirective,
4986
+ SpinnerComponent,
4987
+ VideoComponent,
4988
+ ProgressBarComponent,
4989
+ ProgressCircleComponent,
4990
+ RichTextEditorComponent,
4991
+ SearchComponent, ScrollableDirective,
4992
+ TreeComponent,
5039
4993
  // Input
5040
- CalendarModule,
5041
- ChipsModule,
5042
- ColorPickerModule,
5043
- CurrencyModule,
5044
- EpochModule,
5045
- FileUploadModule,
5046
- InputModule,
5047
- RatingModule,
5048
- SliderModule,
4994
+ CalendarComponent,
4995
+ ChipsComponent,
4996
+ ColorPickerComponent,
4997
+ CurrencyComponent,
4998
+ DateComponent,
4999
+ DatetimeComponent,
5000
+ TimeComponent,
5001
+ DateTimePickerComponent,
5002
+ TimePickerComponent,
5003
+ PickerComponent,
5004
+ PickerGroupComponent,
5005
+ FileUploadComponent,
5006
+ ButtonComponent,
5007
+ ButtonGroupDirective,
5008
+ CaptionPositionDirective,
5009
+ CheckboxComponent,
5010
+ CheckboxsetComponent,
5011
+ CompositeDirective,
5012
+ NumberComponent,
5013
+ RadiosetComponent,
5014
+ SelectComponent,
5015
+ SwitchComponent,
5016
+ InputCalendarComponent,
5017
+ InputColorComponent,
5018
+ InputEmailComponent,
5019
+ InputNumberComponent,
5020
+ InputTextComponent,
5021
+ TextareaComponent,
5022
+ RatingComponent,
5023
+ SliderComponent,
5049
5024
  // Data
5050
- CardModule,
5051
- FormModule,
5052
- ListModule,
5053
- LiveTableModule,
5054
- PaginationModule$1,
5055
- TableModule,
5025
+ CardComponent,
5026
+ CardActionsDirective,
5027
+ CardContentComponent,
5028
+ CardFooterDirective,
5029
+ FormComponent,
5030
+ FormWidgetDirective,
5031
+ FormActionDirective,
5032
+ FormFieldDirective,
5033
+ LiveActionsDirective,
5034
+ DependsonDirective,
5035
+ LiveFilterDirective,
5036
+ LiveFormDirective,
5037
+ ListComponent, ListItemDirective,
5038
+ LiveTableComponent,
5039
+ PaginationComponent,
5040
+ TableComponent,
5041
+ TableCUDDirective,
5042
+ TableFilterSortDirective,
5043
+ TableActionDirective,
5044
+ TableColumnDirective,
5045
+ TableColumnGroupDirective,
5046
+ TableRowDirective,
5047
+ TableRowActionDirective,
5056
5048
  // chart
5057
- ChartModule,
5049
+ ChartComponent,
5058
5050
  // container modules
5059
- AccordionModule,
5060
- LinearLayoutModule,
5061
- LayoutGridModule,
5062
- PanelModule,
5063
- TabsModule,
5064
- TileModule,
5065
- WizardModule,
5051
+ AccordionPaneComponent, AccordionDirective,
5052
+ LinearLayoutDirective, LinearLayoutItemDirective,
5053
+ LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective,
5054
+ PanelComponent,
5055
+ TabPaneComponent, TabsComponent,
5056
+ TileDirective,
5057
+ WizardActionDirective, WizardStepComponent, WizardComponent,
5066
5058
  // dialogs
5067
- AlertDialogModule,
5068
- IframeDialogModule,
5069
- LoginDialogModule,
5070
- PartialDialogModule,
5059
+ AlertDialogComponent,
5060
+ IframeDialogComponent,
5061
+ LoginDialogDirective,
5062
+ PartialDialogComponent,
5071
5063
  // navigation
5072
- BreadcrumbModule,
5073
- MenuModule,
5074
- NavbarModule,
5075
- PopoverModule$1,
5064
+ BreadcrumbComponent,
5065
+ MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective,
5066
+ NavbarComponent,
5067
+ PopoverComponent,
5076
5068
  // Advanced
5077
- CarouselModule$1,
5078
- LoginModule,
5079
- MarqueeModule,
5080
- CustomModule,
5081
- PageModule,
5082
- FooterModule,
5083
- HeaderModule,
5084
- LeftPanelModule,
5085
- RightPanelModule,
5086
- TopNavModule,
5087
- PrefabModule
5069
+ CarouselDirective, CarouselTemplateDirective,
5070
+ LoginComponent,
5071
+ MarqueeDirective,
5072
+ CustomWidgetDirective, CustomWidgetContainerDirective,
5073
+ PageDirective,
5074
+ LayoutDirective,
5075
+ ContentComponent,
5076
+ PageContentComponent,
5077
+ SpaPageDirective,
5078
+ RouterOutletDirective,
5079
+ FooterDirective,
5080
+ HeaderComponent,
5081
+ LeftPanelDirective,
5082
+ RightPanelDirective,
5083
+ TopNavDirective,
5084
+ PrefabDirective$1, PrefabContainerDirective
5088
5085
  ];
5089
5086
  // setting parseExpr as exprEvaluator for swipeAnimation
5090
5087
  $.fn.swipeAnimation.expressionEvaluator = $parseExpr;
@@ -5144,12 +5141,16 @@ class RuntimeBaseModule {
5144
5141
  AppJSResolve,
5145
5142
  AppExtensionJSResolve,
5146
5143
  I18nResolve,
5144
+ SecurityService,
5145
+ OAuthService,
5146
+ VariablesService,
5147
+ MetadataService,
5147
5148
  getSettingProvider(MAX_CACHE_SIZE, 10),
5148
5149
  getSettingProvider(MAX_CACHE_AGE, 30 * 60)
5149
5150
  ]
5150
5151
  };
5151
5152
  }
5152
- constructor(mobileRuntimeModule, app, viewport) {
5153
+ constructor(app, viewport) {
5153
5154
  RuntimeBaseModule.addCustomEventPolyfill();
5154
5155
  this.getDeviceDetails().then(details => {
5155
5156
  app.selectedViewPort = {
@@ -5182,38 +5183,23 @@ class RuntimeBaseModule {
5182
5183
  }
5183
5184
  });
5184
5185
  }
5185
- static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0.ɵɵinject(i1$6.MobileRuntimeModule), i0.ɵɵinject(i1.App), i0.ɵɵinject(i1.Viewport)); }; }
5186
+ static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0.ɵɵinject(i1.App), i0.ɵɵinject(i1.Viewport)); }; }
5186
5187
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: RuntimeBaseModule }); }
5187
5188
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
5188
5189
  { provide: _SharedStylesHost, useClass: WMDomSharedStylesHost },
5189
- { provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 }
5190
+ { provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 },
5191
+ HttpServiceImpl,
5190
5192
  ], imports: [CommonModule,
5191
5193
  RouterModule,
5192
5194
  HttpClientModule,
5193
5195
  FormsModule,
5194
- ReactiveFormsModule,
5195
- ToastrModule,
5196
- WmComponentsModule,
5197
- MobileRuntimeModule,
5198
- CoreModule,
5199
- SecurityModule,
5200
- OAuthModule,
5201
- VariablesModule,
5202
- HttpServiceModule, REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS, FormsModule,
5203
- ReactiveFormsModule,
5204
- CommonModule,
5205
- RouterModule,
5206
- HttpClientModule,
5207
- ToastrModule,
5208
- WmComponentsModule,
5209
- MobileRuntimeModule,
5210
- CoreModule,
5211
- SecurityModule,
5212
- OAuthModule,
5213
- VariablesModule,
5214
- HttpServiceModule, ConfirmDialogModule,
5215
- DesignDialogModule,
5216
- DialogModule,
5196
+ ReactiveFormsModule, AppSpinnerComponent,
5197
+ CustomToasterComponent,
5198
+ AppComponent,
5199
+ PrefabPreviewComponent, ToastrModule,
5200
+ WmComponentsModule, ConfirmDialogComponent,
5201
+ DialogComponent,
5202
+ DialogHeaderComponent,
5217
5203
  // NGX Bootstrap
5218
5204
  BsDatepickerModule,
5219
5205
  TimepickerModule,
@@ -5226,125 +5212,142 @@ class RuntimeBaseModule {
5226
5212
  NgCircleProgressModule,
5227
5213
  TooltipModule,
5228
5214
  // Basic widgets
5229
- BasicModule,
5230
- ProgressModule,
5231
- RichTextEditorModule,
5232
- SearchModule,
5233
- TreeModule,
5215
+ AnchorComponent,
5216
+ AudioComponent,
5217
+ IconComponent,
5218
+ IframeComponent,
5219
+ SpinnerComponent,
5220
+ VideoComponent,
5221
+ ProgressBarComponent,
5222
+ ProgressCircleComponent,
5223
+ RichTextEditorComponent,
5224
+ SearchComponent,
5225
+ TreeComponent,
5234
5226
  // Input
5235
- CalendarModule,
5236
- ChipsModule,
5237
- ColorPickerModule,
5238
- CurrencyModule,
5239
- EpochModule,
5240
- FileUploadModule,
5241
- InputModule,
5242
- RatingModule,
5243
- SliderModule,
5227
+ CalendarComponent,
5228
+ ChipsComponent,
5229
+ ColorPickerComponent,
5230
+ CurrencyComponent,
5231
+ DateComponent,
5232
+ DatetimeComponent,
5233
+ TimeComponent,
5234
+ DateTimePickerComponent,
5235
+ TimePickerComponent,
5236
+ PickerComponent,
5237
+ PickerGroupComponent,
5238
+ FileUploadComponent,
5239
+ ButtonComponent,
5240
+ CheckboxComponent,
5241
+ CheckboxsetComponent,
5242
+ NumberComponent,
5243
+ RadiosetComponent,
5244
+ SelectComponent,
5245
+ SwitchComponent,
5246
+ InputCalendarComponent,
5247
+ InputColorComponent,
5248
+ InputEmailComponent,
5249
+ InputNumberComponent,
5250
+ InputTextComponent,
5251
+ TextareaComponent,
5252
+ RatingComponent,
5253
+ SliderComponent,
5244
5254
  // Data
5245
- CardModule,
5246
- FormModule,
5247
- ListModule,
5248
- LiveTableModule,
5249
- PaginationModule$1,
5250
- TableModule,
5255
+ CardComponent,
5256
+ CardContentComponent,
5257
+ FormComponent,
5258
+ ListComponent,
5259
+ LiveTableComponent,
5260
+ PaginationComponent,
5261
+ TableComponent,
5251
5262
  // chart
5252
- ChartModule,
5263
+ ChartComponent,
5253
5264
  // container modules
5254
- AccordionModule,
5255
- LinearLayoutModule,
5256
- LayoutGridModule,
5257
- PanelModule,
5258
- TabsModule,
5259
- TileModule,
5260
- WizardModule,
5265
+ AccordionPaneComponent,
5266
+ PanelComponent,
5267
+ TabPaneComponent, TabsComponent,
5268
+ WizardStepComponent, WizardComponent,
5261
5269
  // dialogs
5262
- AlertDialogModule,
5263
- IframeDialogModule,
5264
- LoginDialogModule,
5265
- PartialDialogModule,
5270
+ AlertDialogComponent,
5271
+ IframeDialogComponent,
5272
+ PartialDialogComponent,
5266
5273
  // navigation
5267
- BreadcrumbModule,
5268
- MenuModule,
5269
- NavbarModule,
5270
- PopoverModule$1,
5271
- // Advanced
5272
- CarouselModule$1,
5273
- LoginModule,
5274
- MarqueeModule,
5275
- CustomModule,
5276
- PageModule,
5277
- FooterModule,
5278
- HeaderModule,
5279
- LeftPanelModule,
5280
- RightPanelModule,
5281
- TopNavModule,
5282
- PrefabModule] }); }
5274
+ BreadcrumbComponent,
5275
+ MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavComponent,
5276
+ NavbarComponent,
5277
+ PopoverComponent,
5278
+ LoginComponent,
5279
+ ContentComponent,
5280
+ PageContentComponent,
5281
+ HeaderComponent, FormsModule,
5282
+ ReactiveFormsModule,
5283
+ CommonModule,
5284
+ RouterModule,
5285
+ HttpClientModule,
5286
+ ToastrModule,
5287
+ WmComponentsModule,
5288
+ // NGX Bootstrap
5289
+ BsDatepickerModule,
5290
+ TimepickerModule,
5291
+ BsDropdownModule,
5292
+ PaginationModule,
5293
+ TypeaheadModule,
5294
+ ProgressbarModule,
5295
+ CarouselModule,
5296
+ PopoverModule,
5297
+ NgCircleProgressModule,
5298
+ TooltipModule] }); }
5283
5299
  }
5284
5300
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RuntimeBaseModule, [{
5285
5301
  type: NgModule,
5286
5302
  args: [{
5287
- declarations: [...definitions],
5288
5303
  imports: [
5289
5304
  CommonModule,
5290
5305
  RouterModule,
5291
5306
  HttpClientModule,
5292
5307
  FormsModule,
5293
5308
  ReactiveFormsModule,
5309
+ ...definitions,
5294
5310
  ToastrModule,
5295
5311
  WmComponentsModule,
5296
- MobileRuntimeModule,
5297
- CoreModule,
5298
- SecurityModule,
5299
- OAuthModule,
5300
- VariablesModule,
5301
- HttpServiceModule,
5312
+ // CoreModule,
5302
5313
  ...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
5303
5314
  ],
5304
5315
  exports: [
5305
5316
  FormsModule,
5306
5317
  ReactiveFormsModule,
5307
- ...definitions,
5318
+ PrefabDirective,
5319
+ AccessrolesDirective,
5308
5320
  CommonModule,
5309
5321
  RouterModule,
5310
5322
  HttpClientModule,
5311
5323
  ToastrModule,
5312
5324
  WmComponentsModule,
5313
- MobileRuntimeModule,
5314
- CoreModule,
5315
- SecurityModule,
5316
- OAuthModule,
5317
- VariablesModule,
5318
- HttpServiceModule,
5325
+ // CoreModule,
5319
5326
  ...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
5320
5327
  ],
5321
5328
  providers: [
5322
5329
  { provide: _SharedStylesHost, useClass: WMDomSharedStylesHost },
5323
- { provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 }
5330
+ { provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 },
5331
+ HttpServiceImpl,
5324
5332
  ]
5325
5333
  }]
5326
- }], () => [{ type: i1$6.MobileRuntimeModule }, { type: i1.App }, { type: i1.Viewport }], null); })();
5327
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(RuntimeBaseModule, { declarations: [AccessrolesDirective,
5334
+ }], () => [{ type: i1.App }, { type: i1.Viewport }], null); })();
5335
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(RuntimeBaseModule, { imports: [CommonModule,
5336
+ RouterModule,
5337
+ HttpClientModule,
5338
+ FormsModule,
5339
+ ReactiveFormsModule, AccessrolesDirective,
5328
5340
  AppSpinnerComponent,
5329
5341
  CustomToasterComponent,
5330
- PrefabDirective,
5331
5342
  AppComponent,
5343
+ PrefabDirective,
5332
5344
  PrefabPreviewComponent,
5333
- EmptyPageComponent], imports: [CommonModule,
5334
- RouterModule,
5335
- HttpClientModule,
5336
- FormsModule,
5337
- ReactiveFormsModule,
5338
- ToastrModule,
5339
- WmComponentsModule,
5340
- MobileRuntimeModule,
5341
- CoreModule,
5342
- SecurityModule,
5343
- OAuthModule,
5344
- VariablesModule,
5345
- HttpServiceModule, ConfirmDialogModule,
5346
- DesignDialogModule,
5347
- DialogModule,
5345
+ EmptyPageComponent, ToastrModule,
5346
+ WmComponentsModule, ConfirmDialogComponent,
5347
+ DialogComponent,
5348
+ DialogBodyDirective,
5349
+ DialogFooterDirective,
5350
+ DialogHeaderComponent,
5348
5351
  // NGX Bootstrap
5349
5352
  BsDatepickerModule,
5350
5353
  TimepickerModule,
@@ -5357,79 +5360,124 @@ class RuntimeBaseModule {
5357
5360
  NgCircleProgressModule,
5358
5361
  TooltipModule,
5359
5362
  // Basic widgets
5360
- BasicModule,
5361
- ProgressModule,
5362
- RichTextEditorModule,
5363
- SearchModule,
5364
- TreeModule,
5363
+ AnchorComponent,
5364
+ AudioComponent,
5365
+ HtmlDirective,
5366
+ IconComponent,
5367
+ IframeComponent,
5368
+ LabelDirective,
5369
+ PictureDirective,
5370
+ SpinnerComponent,
5371
+ VideoComponent,
5372
+ ProgressBarComponent,
5373
+ ProgressCircleComponent,
5374
+ RichTextEditorComponent,
5375
+ SearchComponent, ScrollableDirective,
5376
+ TreeComponent,
5365
5377
  // Input
5366
- CalendarModule,
5367
- ChipsModule,
5368
- ColorPickerModule,
5369
- CurrencyModule,
5370
- EpochModule,
5371
- FileUploadModule,
5372
- InputModule,
5373
- RatingModule,
5374
- SliderModule,
5378
+ CalendarComponent,
5379
+ ChipsComponent,
5380
+ ColorPickerComponent,
5381
+ CurrencyComponent,
5382
+ DateComponent,
5383
+ DatetimeComponent,
5384
+ TimeComponent,
5385
+ DateTimePickerComponent,
5386
+ TimePickerComponent,
5387
+ PickerComponent,
5388
+ PickerGroupComponent,
5389
+ FileUploadComponent,
5390
+ ButtonComponent,
5391
+ ButtonGroupDirective,
5392
+ CaptionPositionDirective,
5393
+ CheckboxComponent,
5394
+ CheckboxsetComponent,
5395
+ CompositeDirective,
5396
+ NumberComponent,
5397
+ RadiosetComponent,
5398
+ SelectComponent,
5399
+ SwitchComponent,
5400
+ InputCalendarComponent,
5401
+ InputColorComponent,
5402
+ InputEmailComponent,
5403
+ InputNumberComponent,
5404
+ InputTextComponent,
5405
+ TextareaComponent,
5406
+ RatingComponent,
5407
+ SliderComponent,
5375
5408
  // Data
5376
- CardModule,
5377
- FormModule,
5378
- ListModule,
5379
- LiveTableModule,
5380
- PaginationModule$1,
5381
- TableModule,
5409
+ CardComponent,
5410
+ CardActionsDirective,
5411
+ CardContentComponent,
5412
+ CardFooterDirective,
5413
+ FormComponent,
5414
+ FormWidgetDirective,
5415
+ FormActionDirective,
5416
+ FormFieldDirective,
5417
+ LiveActionsDirective,
5418
+ DependsonDirective,
5419
+ LiveFilterDirective,
5420
+ LiveFormDirective,
5421
+ ListComponent, ListItemDirective,
5422
+ LiveTableComponent,
5423
+ PaginationComponent,
5424
+ TableComponent,
5425
+ TableCUDDirective,
5426
+ TableFilterSortDirective,
5427
+ TableActionDirective,
5428
+ TableColumnDirective,
5429
+ TableColumnGroupDirective,
5430
+ TableRowDirective,
5431
+ TableRowActionDirective,
5382
5432
  // chart
5383
- ChartModule,
5433
+ ChartComponent,
5384
5434
  // container modules
5385
- AccordionModule,
5386
- LinearLayoutModule,
5387
- LayoutGridModule,
5388
- PanelModule,
5389
- TabsModule,
5390
- TileModule,
5391
- WizardModule,
5435
+ AccordionPaneComponent, AccordionDirective,
5436
+ LinearLayoutDirective, LinearLayoutItemDirective,
5437
+ LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective,
5438
+ PanelComponent,
5439
+ TabPaneComponent, TabsComponent,
5440
+ TileDirective,
5441
+ WizardActionDirective, WizardStepComponent, WizardComponent,
5392
5442
  // dialogs
5393
- AlertDialogModule,
5394
- IframeDialogModule,
5395
- LoginDialogModule,
5396
- PartialDialogModule,
5443
+ AlertDialogComponent,
5444
+ IframeDialogComponent,
5445
+ LoginDialogDirective,
5446
+ PartialDialogComponent,
5397
5447
  // navigation
5398
- BreadcrumbModule,
5399
- MenuModule,
5400
- NavbarModule,
5401
- PopoverModule$1,
5448
+ BreadcrumbComponent,
5449
+ MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective,
5450
+ NavbarComponent,
5451
+ PopoverComponent,
5402
5452
  // Advanced
5403
- CarouselModule$1,
5404
- LoginModule,
5405
- MarqueeModule,
5406
- CustomModule,
5407
- PageModule,
5408
- FooterModule,
5409
- HeaderModule,
5410
- LeftPanelModule,
5411
- RightPanelModule,
5412
- TopNavModule,
5413
- PrefabModule], exports: [FormsModule,
5414
- ReactiveFormsModule, AccessrolesDirective,
5415
- AppSpinnerComponent,
5416
- CustomToasterComponent,
5453
+ CarouselDirective, CarouselTemplateDirective,
5454
+ LoginComponent,
5455
+ MarqueeDirective,
5456
+ CustomWidgetDirective, CustomWidgetContainerDirective,
5457
+ PageDirective,
5458
+ LayoutDirective,
5459
+ ContentComponent,
5460
+ PageContentComponent,
5461
+ SpaPageDirective,
5462
+ RouterOutletDirective,
5463
+ FooterDirective,
5464
+ HeaderComponent,
5465
+ LeftPanelDirective,
5466
+ RightPanelDirective,
5467
+ TopNavDirective,
5468
+ PrefabDirective$1, PrefabContainerDirective], exports: [FormsModule,
5469
+ ReactiveFormsModule,
5417
5470
  PrefabDirective,
5418
- AppComponent,
5419
- PrefabPreviewComponent,
5420
- EmptyPageComponent, CommonModule,
5471
+ AccessrolesDirective,
5472
+ CommonModule,
5421
5473
  RouterModule,
5422
5474
  HttpClientModule,
5423
5475
  ToastrModule,
5424
- WmComponentsModule,
5425
- MobileRuntimeModule,
5426
- CoreModule,
5427
- SecurityModule,
5428
- OAuthModule,
5429
- VariablesModule,
5430
- HttpServiceModule, ConfirmDialogModule,
5431
- DesignDialogModule,
5432
- DialogModule,
5476
+ WmComponentsModule, ConfirmDialogComponent,
5477
+ DialogComponent,
5478
+ DialogBodyDirective,
5479
+ DialogFooterDirective,
5480
+ DialogHeaderComponent,
5433
5481
  // NGX Bootstrap
5434
5482
  BsDatepickerModule,
5435
5483
  TimepickerModule,
@@ -5442,68 +5490,114 @@ class RuntimeBaseModule {
5442
5490
  NgCircleProgressModule,
5443
5491
  TooltipModule,
5444
5492
  // Basic widgets
5445
- BasicModule,
5446
- ProgressModule,
5447
- RichTextEditorModule,
5448
- SearchModule,
5449
- TreeModule,
5493
+ AnchorComponent,
5494
+ AudioComponent,
5495
+ HtmlDirective,
5496
+ IconComponent,
5497
+ IframeComponent,
5498
+ LabelDirective,
5499
+ PictureDirective,
5500
+ SpinnerComponent,
5501
+ VideoComponent,
5502
+ ProgressBarComponent,
5503
+ ProgressCircleComponent,
5504
+ RichTextEditorComponent,
5505
+ SearchComponent, ScrollableDirective,
5506
+ TreeComponent,
5450
5507
  // Input
5451
- CalendarModule,
5452
- ChipsModule,
5453
- ColorPickerModule,
5454
- CurrencyModule,
5455
- EpochModule,
5456
- FileUploadModule,
5457
- InputModule,
5458
- RatingModule,
5459
- SliderModule,
5508
+ CalendarComponent,
5509
+ ChipsComponent,
5510
+ ColorPickerComponent,
5511
+ CurrencyComponent,
5512
+ DateComponent,
5513
+ DatetimeComponent,
5514
+ TimeComponent,
5515
+ DateTimePickerComponent,
5516
+ TimePickerComponent,
5517
+ PickerComponent,
5518
+ PickerGroupComponent,
5519
+ FileUploadComponent,
5520
+ ButtonComponent,
5521
+ ButtonGroupDirective,
5522
+ CaptionPositionDirective,
5523
+ CheckboxComponent,
5524
+ CheckboxsetComponent,
5525
+ CompositeDirective,
5526
+ NumberComponent,
5527
+ RadiosetComponent,
5528
+ SelectComponent,
5529
+ SwitchComponent,
5530
+ InputCalendarComponent,
5531
+ InputColorComponent,
5532
+ InputEmailComponent,
5533
+ InputNumberComponent,
5534
+ InputTextComponent,
5535
+ TextareaComponent,
5536
+ RatingComponent,
5537
+ SliderComponent,
5460
5538
  // Data
5461
- CardModule,
5462
- FormModule,
5463
- ListModule,
5464
- LiveTableModule,
5465
- PaginationModule$1,
5466
- TableModule,
5539
+ CardComponent,
5540
+ CardActionsDirective,
5541
+ CardContentComponent,
5542
+ CardFooterDirective,
5543
+ FormComponent,
5544
+ FormWidgetDirective,
5545
+ FormActionDirective,
5546
+ FormFieldDirective,
5547
+ LiveActionsDirective,
5548
+ DependsonDirective,
5549
+ LiveFilterDirective,
5550
+ LiveFormDirective,
5551
+ ListComponent, ListItemDirective,
5552
+ LiveTableComponent,
5553
+ PaginationComponent,
5554
+ TableComponent,
5555
+ TableCUDDirective,
5556
+ TableFilterSortDirective,
5557
+ TableActionDirective,
5558
+ TableColumnDirective,
5559
+ TableColumnGroupDirective,
5560
+ TableRowDirective,
5561
+ TableRowActionDirective,
5467
5562
  // chart
5468
- ChartModule,
5563
+ ChartComponent,
5469
5564
  // container modules
5470
- AccordionModule,
5471
- LinearLayoutModule,
5472
- LayoutGridModule,
5473
- PanelModule,
5474
- TabsModule,
5475
- TileModule,
5476
- WizardModule,
5565
+ AccordionPaneComponent, AccordionDirective,
5566
+ LinearLayoutDirective, LinearLayoutItemDirective,
5567
+ LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective,
5568
+ PanelComponent,
5569
+ TabPaneComponent, TabsComponent,
5570
+ TileDirective,
5571
+ WizardActionDirective, WizardStepComponent, WizardComponent,
5477
5572
  // dialogs
5478
- AlertDialogModule,
5479
- IframeDialogModule,
5480
- LoginDialogModule,
5481
- PartialDialogModule,
5573
+ AlertDialogComponent,
5574
+ IframeDialogComponent,
5575
+ LoginDialogDirective,
5576
+ PartialDialogComponent,
5482
5577
  // navigation
5483
- BreadcrumbModule,
5484
- MenuModule,
5485
- NavbarModule,
5486
- PopoverModule$1,
5578
+ BreadcrumbComponent,
5579
+ MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective,
5580
+ NavbarComponent,
5581
+ PopoverComponent,
5487
5582
  // Advanced
5488
- CarouselModule$1,
5489
- LoginModule,
5490
- MarqueeModule,
5491
- CustomModule,
5492
- PageModule,
5493
- FooterModule,
5494
- HeaderModule,
5495
- LeftPanelModule,
5496
- RightPanelModule,
5497
- TopNavModule,
5498
- PrefabModule] }); })();
5583
+ CarouselDirective, CarouselTemplateDirective,
5584
+ LoginComponent,
5585
+ MarqueeDirective,
5586
+ CustomWidgetDirective, CustomWidgetContainerDirective,
5587
+ PageDirective,
5588
+ LayoutDirective,
5589
+ ContentComponent,
5590
+ PageContentComponent,
5591
+ SpaPageDirective,
5592
+ RouterOutletDirective,
5593
+ FooterDirective,
5594
+ HeaderComponent,
5595
+ LeftPanelDirective,
5596
+ RightPanelDirective,
5597
+ TopNavDirective,
5598
+ PrefabDirective$1, PrefabContainerDirective] }); })();
5499
5599
  const WM_MODULES_FOR_ROOT = [
5500
5600
  WmComponentsModule.forRoot(),
5501
- MobileRuntimeModule.forRoot(),
5502
- CoreModule.forRoot(),
5503
- SecurityModule.forRoot(),
5504
- OAuthModule.forRoot(),
5505
- VariablesModule.forRoot(),
5506
- HttpServiceModule.forRoot(),
5507
5601
  RuntimeBaseModule.forRoot()
5508
5602
  ];
5509
5603
 
@@ -5553,10 +5647,8 @@ class MetadataResolve {
5553
5647
  class SecurityConfigResolve {
5554
5648
  constructor(appManager) {
5555
5649
  this.appManager = appManager;
5556
- if (!isMobileApp()) {
5557
- // if the project type is PREFAB, setting this flag will not trigger security/info call
5558
- this.loaded = this.appManager.isPrefabType() || this.appManager.isTemplateBundleType() || !getWmProjectProperties().securityEnabled;
5559
- }
5650
+ // if the project type is PREFAB, setting this flag will not trigger security/info call
5651
+ this.loaded = this.appManager.isPrefabType() || this.appManager.isTemplateBundleType() || !getWmProjectProperties().securityEnabled;
5560
5652
  }
5561
5653
  resolve() {
5562
5654
  return this.loaded || this.appManager.loadSecurityConfig().then(() => {