@wavemaker/app-ng-runtime 11.10.5-rc.6096 → 11.11.0-next.27920

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 (1167) 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 +76 -274
  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 +32 -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 +2 -1
  55. package/components/base/esm2022/utils/live-utils.mjs +3 -7
  56. package/components/base/esm2022/widgets/common/base/base.component.mjs +3 -5
  57. package/components/base/esm2022/widgets/common/base/custom-widget-container.directive.mjs +3 -2
  58. package/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +3 -2
  59. package/components/base/esm2022/widgets/common/base/text-content.directive.mjs +3 -2
  60. package/components/base/esm2022/widgets/common/container/container.directive.mjs +3 -2
  61. package/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +3 -3
  62. package/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +3 -2
  63. package/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +3 -2
  64. package/components/base/esm2022/widgets/common/message/message.component.mjs +5 -5
  65. package/components/base/esm2022/widgets/common/partial/partial.directive.mjs +3 -2
  66. package/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +5 -3
  67. package/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +3 -2
  68. package/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +3 -2
  69. package/components/base/fesm2022/index.mjs +76 -272
  70. package/components/base/fesm2022/index.mjs.map +1 -1
  71. package/components/base/pipes/custom-pipes.d.ts +16 -16
  72. package/components/base/pipes/image.pipe.d.ts +1 -1
  73. package/components/base/pipes/sanitize.pipe.d.ts +1 -1
  74. package/components/base/pipes/trust-as.pipe.d.ts +1 -1
  75. package/components/base/public_api.d.ts +0 -1
  76. package/components/base/widgets/common/base/custom-widget-container.directive.d.ts +1 -1
  77. package/components/base/widgets/common/base/partial-container.directive.d.ts +1 -1
  78. package/components/base/widgets/common/base/text-content.directive.d.ts +1 -1
  79. package/components/base/widgets/common/container/container.directive.d.ts +1 -1
  80. package/components/base/widgets/common/item-template/item-template.directive.d.ts +1 -1
  81. package/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +1 -1
  82. package/components/base/widgets/common/message/message.component.d.ts +1 -1
  83. package/components/base/widgets/common/partial/partial.directive.d.ts +1 -1
  84. package/components/base/widgets/common/partial-param/partial-param.directive.d.ts +2 -2
  85. package/components/base/widgets/common/redraw/redrawable.directive.d.ts +1 -1
  86. package/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +1 -1
  87. package/components/basic/default/anchor/anchor.component.d.ts +1 -1
  88. package/components/basic/default/audio/audio.component.d.ts +1 -1
  89. package/components/basic/default/bundles/index.umd.js +100 -148
  90. package/components/basic/default/esm2022/anchor/anchor.component.mjs +23 -21
  91. package/components/basic/default/esm2022/audio/audio.component.mjs +7 -6
  92. package/components/basic/default/esm2022/html/html.directive.mjs +3 -2
  93. package/components/basic/default/esm2022/icon/icon.component.mjs +17 -16
  94. package/components/basic/default/esm2022/iframe/iframe.component.mjs +14 -13
  95. package/components/basic/default/esm2022/label/label.directive.mjs +3 -2
  96. package/components/basic/default/esm2022/picture/picture.directive.mjs +3 -2
  97. package/components/basic/default/esm2022/picture/picture.props.mjs +1 -5
  98. package/components/basic/default/esm2022/public_api.mjs +1 -2
  99. package/components/basic/default/esm2022/spinner/spinner.component.mjs +26 -24
  100. package/components/basic/default/esm2022/video/video.component.mjs +19 -18
  101. package/components/basic/default/fesm2022/index.mjs +101 -148
  102. package/components/basic/default/fesm2022/index.mjs.map +1 -1
  103. package/components/basic/default/html/html.directive.d.ts +1 -1
  104. package/components/basic/default/icon/icon.component.d.ts +1 -1
  105. package/components/basic/default/iframe/iframe.component.d.ts +1 -1
  106. package/components/basic/default/label/label.directive.d.ts +1 -1
  107. package/components/basic/default/picture/picture.directive.d.ts +1 -1
  108. package/components/basic/default/public_api.d.ts +0 -1
  109. package/components/basic/default/spinner/spinner.component.d.ts +1 -1
  110. package/components/basic/default/video/video.component.d.ts +1 -1
  111. package/components/basic/progress/bundles/index.umd.js +20 -51
  112. package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +12 -11
  113. package/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +8 -6
  114. package/components/basic/progress/esm2022/public_api.mjs +1 -2
  115. package/components/basic/progress/fesm2022/index.mjs +19 -49
  116. package/components/basic/progress/fesm2022/index.mjs.map +1 -1
  117. package/components/basic/progress/progress-bar/progress-bar.component.d.ts +1 -1
  118. package/components/basic/progress/progress-circle/progress-circle.component.d.ts +1 -1
  119. package/components/basic/progress/public_api.d.ts +0 -1
  120. package/components/basic/rich-text-editor/bundles/index.umd.js +15 -40
  121. package/components/basic/rich-text-editor/esm2022/public_api.mjs +1 -2
  122. package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +13 -12
  123. package/components/basic/rich-text-editor/fesm2022/index.mjs +13 -37
  124. package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
  125. package/components/basic/rich-text-editor/public_api.d.ts +0 -1
  126. package/components/basic/rich-text-editor/rich-text-editor.component.d.ts +1 -1
  127. package/components/basic/search/bundles/index.umd.js +170 -207
  128. package/components/basic/search/esm2022/public_api.mjs +1 -2
  129. package/components/basic/search/esm2022/scrollable.directive.mjs +3 -2
  130. package/components/basic/search/esm2022/search.component.mjs +76 -72
  131. package/components/basic/search/fesm2022/index.mjs +107 -143
  132. package/components/basic/search/fesm2022/index.mjs.map +1 -1
  133. package/components/basic/search/public_api.d.ts +0 -1
  134. package/components/basic/search/scrollable.directive.d.ts +1 -1
  135. package/components/basic/search/search.component.d.ts +1 -1
  136. package/components/basic/tree/bundles/index.umd.js +9 -33
  137. package/components/basic/tree/esm2022/public_api.mjs +1 -2
  138. package/components/basic/tree/esm2022/tree.component.mjs +7 -6
  139. package/components/basic/tree/fesm2022/index.mjs +8 -32
  140. package/components/basic/tree/fesm2022/index.mjs.map +1 -1
  141. package/components/basic/tree/public_api.d.ts +0 -1
  142. package/components/basic/tree/tree.component.d.ts +1 -1
  143. package/components/chart/bundles/index.umd.js +25 -53
  144. package/components/chart/chart.component.d.ts +1 -1
  145. package/components/chart/esm2022/chart.component.mjs +26 -24
  146. package/components/chart/esm2022/chart.utils.mjs +2 -1
  147. package/components/chart/esm2022/public_api.mjs +1 -2
  148. package/components/chart/fesm2022/index.mjs +26 -52
  149. package/components/chart/fesm2022/index.mjs.map +1 -1
  150. package/components/chart/public_api.d.ts +0 -1
  151. package/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +1 -1
  152. package/components/containers/accordion/accordion.directive.d.ts +1 -1
  153. package/components/containers/accordion/bundles/index.umd.js +208 -237
  154. package/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +10 -11
  155. package/components/containers/accordion/esm2022/accordion.directive.mjs +5 -4
  156. package/components/containers/accordion/esm2022/public_api.mjs +1 -2
  157. package/components/containers/accordion/fesm2022/index.mjs +189 -217
  158. package/components/containers/accordion/fesm2022/index.mjs.map +1 -1
  159. package/components/containers/accordion/public_api.d.ts +0 -1
  160. package/components/containers/layout-grid/bundles/index.umd.js +13 -43
  161. package/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +7 -9
  162. package/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +3 -2
  163. package/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +3 -2
  164. package/components/containers/layout-grid/esm2022/public_api.mjs +1 -2
  165. package/components/containers/layout-grid/fesm2022/index.mjs +13 -43
  166. package/components/containers/layout-grid/fesm2022/index.mjs.map +1 -1
  167. package/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +1 -1
  168. package/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +1 -1
  169. package/components/containers/layout-grid/layout-grid.directive.d.ts +1 -1
  170. package/components/containers/layout-grid/public_api.d.ts +0 -1
  171. package/components/containers/linear-layout/bundles/index.umd.js +8 -33
  172. package/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +3 -2
  173. package/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +3 -2
  174. package/components/containers/linear-layout/esm2022/public_api.mjs +1 -2
  175. package/components/containers/linear-layout/fesm2022/index.mjs +7 -32
  176. package/components/containers/linear-layout/fesm2022/index.mjs.map +1 -1
  177. package/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +1 -1
  178. package/components/containers/linear-layout/linear-layout.directive.d.ts +1 -1
  179. package/components/containers/linear-layout/public_api.d.ts +0 -1
  180. package/components/containers/panel/bundles/index.umd.js +87 -118
  181. package/components/containers/panel/esm2022/panel.component.mjs +48 -46
  182. package/components/containers/panel/esm2022/public_api.mjs +1 -2
  183. package/components/containers/panel/fesm2022/index.mjs +49 -79
  184. package/components/containers/panel/fesm2022/index.mjs.map +1 -1
  185. package/components/containers/panel/panel.component.d.ts +1 -1
  186. package/components/containers/panel/public_api.d.ts +0 -1
  187. package/components/containers/tabs/bundles/index.umd.js +84 -116
  188. package/components/containers/tabs/esm2022/public_api.mjs +1 -2
  189. package/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +8 -10
  190. package/components/containers/tabs/esm2022/tabs.component.mjs +35 -33
  191. package/components/containers/tabs/esm2022/tabs.props.mjs +1 -5
  192. package/components/containers/tabs/fesm2022/index.mjs +45 -76
  193. package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
  194. package/components/containers/tabs/public_api.d.ts +0 -1
  195. package/components/containers/tabs/tab-pane/tab-pane.component.d.ts +1 -1
  196. package/components/containers/tabs/tabs.component.d.ts +1 -1
  197. package/components/containers/tile/bundles/index.umd.js +6 -29
  198. package/components/containers/tile/esm2022/public_api.mjs +1 -2
  199. package/components/containers/tile/esm2022/tile.directive.mjs +3 -2
  200. package/components/containers/tile/fesm2022/index.mjs +5 -28
  201. package/components/containers/tile/fesm2022/index.mjs.map +1 -1
  202. package/components/containers/tile/public_api.d.ts +0 -1
  203. package/components/containers/tile/tile.directive.d.ts +1 -1
  204. package/components/containers/wizard/bundles/index.umd.js +355 -186
  205. package/components/containers/wizard/esm2022/public_api.mjs +2 -3
  206. package/components/containers/wizard/esm2022/wizard-action/wizard-action.directive.mjs +3 -2
  207. package/components/containers/wizard/esm2022/wizard-step/wizard-step.component.mjs +176 -0
  208. package/components/containers/wizard/esm2022/wizard-step/wizard-step.props.mjs +8 -5
  209. package/components/containers/wizard/esm2022/wizard.component.mjs +264 -102
  210. package/components/containers/wizard/esm2022/wizard.props.mjs +8 -4
  211. package/components/containers/wizard/fesm2022/index.mjs +323 -152
  212. package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
  213. package/components/containers/wizard/public_api.d.ts +1 -2
  214. package/components/containers/wizard/wizard-action/wizard-action.directive.d.ts +1 -1
  215. package/components/containers/wizard/wizard-step/{wizard-step.directive.d.ts → wizard-step.component.d.ts} +12 -6
  216. package/components/containers/wizard/wizard.component.d.ts +64 -18
  217. package/components/data/card/bundles/index.umd.js +92 -135
  218. package/components/data/card/card-actions/card-actions.directive.d.ts +1 -1
  219. package/components/data/card/card-content/card-content.component.d.ts +1 -1
  220. package/components/data/card/card-footer/card-footer.directive.d.ts +1 -1
  221. package/components/data/card/card.component.d.ts +1 -1
  222. package/components/data/card/esm2022/card-actions/card-actions.directive.mjs +3 -2
  223. package/components/data/card/esm2022/card-content/card-content.component.mjs +7 -6
  224. package/components/data/card/esm2022/card-footer/card-footer.directive.mjs +3 -2
  225. package/components/data/card/esm2022/card.component.mjs +39 -38
  226. package/components/data/card/esm2022/public_api.mjs +1 -2
  227. package/components/data/card/fesm2022/index.mjs +49 -92
  228. package/components/data/card/fesm2022/index.mjs.map +1 -1
  229. package/components/data/card/public_api.d.ts +0 -1
  230. package/components/data/form/bundles/index.umd.js +115 -182
  231. package/components/data/form/esm2022/form-action/form-action.directive.mjs +3 -2
  232. package/components/data/form/esm2022/form-field/form-field.directive.mjs +3 -2
  233. package/components/data/form/esm2022/form-widget.directive.mjs +3 -2
  234. package/components/data/form/esm2022/form.component.mjs +101 -104
  235. package/components/data/form/esm2022/form.props.mjs +1 -11
  236. package/components/data/form/esm2022/live-actions/dependson.directive.mjs +3 -2
  237. package/components/data/form/esm2022/live-actions/live-actions.directive.mjs +3 -2
  238. package/components/data/form/esm2022/live-filter/live-filter.directive.mjs +3 -2
  239. package/components/data/form/esm2022/live-form/live-form.directive.mjs +3 -6
  240. package/components/data/form/esm2022/public_api.mjs +1 -2
  241. package/components/data/form/fesm2022/index.mjs +117 -184
  242. package/components/data/form/fesm2022/index.mjs.map +1 -1
  243. package/components/data/form/form-action/form-action.directive.d.ts +1 -1
  244. package/components/data/form/form-field/form-field.directive.d.ts +1 -1
  245. package/components/data/form/form-widget.directive.d.ts +1 -1
  246. package/components/data/form/form.component.d.ts +1 -1
  247. package/components/data/form/live-actions/dependson.directive.d.ts +1 -1
  248. package/components/data/form/live-actions/live-actions.directive.d.ts +1 -1
  249. package/components/data/form/live-filter/live-filter.directive.d.ts +1 -1
  250. package/components/data/form/live-form/live-form.directive.d.ts +1 -1
  251. package/components/data/form/public_api.d.ts +0 -1
  252. package/components/data/list/bundles/index.umd.js +195 -504
  253. package/components/data/list/esm2022/list-item.directive.mjs +4 -3
  254. package/components/data/list/esm2022/list.component.mjs +187 -232
  255. package/components/data/list/esm2022/list.props.mjs +2 -3
  256. package/components/data/list/esm2022/public_api.mjs +1 -2
  257. package/components/data/list/fesm2022/index.mjs +193 -502
  258. package/components/data/list/fesm2022/index.mjs.map +1 -1
  259. package/components/data/list/list-item.directive.d.ts +1 -1
  260. package/components/data/list/list.component.d.ts +1 -1
  261. package/components/data/list/public_api.d.ts +0 -1
  262. package/components/data/live-table/bundles/index.umd.js +9 -33
  263. package/components/data/live-table/esm2022/live-table.component.mjs +7 -6
  264. package/components/data/live-table/esm2022/public_api.mjs +1 -2
  265. package/components/data/live-table/fesm2022/index.mjs +8 -32
  266. package/components/data/live-table/fesm2022/index.mjs.map +1 -1
  267. package/components/data/live-table/live-table.component.d.ts +1 -1
  268. package/components/data/live-table/public_api.d.ts +0 -1
  269. package/components/data/pagination/bundles/index.umd.js +80 -110
  270. package/components/data/pagination/esm2022/pagination.component.mjs +80 -76
  271. package/components/data/pagination/esm2022/public_api.mjs +1 -2
  272. package/components/data/pagination/fesm2022/index.mjs +81 -110
  273. package/components/data/pagination/fesm2022/index.mjs.map +1 -1
  274. package/components/data/pagination/pagination.component.d.ts +1 -1
  275. package/components/data/pagination/public_api.d.ts +0 -1
  276. package/components/data/table/bundles/index.umd.js +66 -135
  277. package/components/data/table/esm2022/public_api.mjs +1 -2
  278. package/components/data/table/esm2022/table-action/table-action.directive.mjs +3 -2
  279. package/components/data/table/esm2022/table-column/table-column.directive.mjs +3 -2
  280. package/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +3 -2
  281. package/components/data/table/esm2022/table-cud.directive.mjs +3 -2
  282. package/components/data/table/esm2022/table-filter.directive.mjs +4 -2
  283. package/components/data/table/esm2022/table-row/table-row.directive.mjs +3 -2
  284. package/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +3 -2
  285. package/components/data/table/esm2022/table.component.mjs +50 -49
  286. package/components/data/table/fesm2022/index.mjs +70 -140
  287. package/components/data/table/fesm2022/index.mjs.map +1 -1
  288. package/components/data/table/public_api.d.ts +0 -1
  289. package/components/data/table/table-action/table-action.directive.d.ts +1 -1
  290. package/components/data/table/table-column/table-column.directive.d.ts +1 -1
  291. package/components/data/table/table-column-group/table-column-group.directive.d.ts +1 -1
  292. package/components/data/table/table-cud.directive.d.ts +1 -1
  293. package/components/data/table/table-filter.directive.d.ts +1 -1
  294. package/components/data/table/table-row/table-row.directive.d.ts +1 -1
  295. package/components/data/table/table-row-action/table-row-action.directive.d.ts +1 -1
  296. package/components/data/table/table.component.d.ts +1 -1
  297. package/components/dialogs/alert-dialog/alert-dialog.component.d.ts +1 -1
  298. package/components/dialogs/alert-dialog/bundles/index.umd.js +32 -64
  299. package/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +10 -10
  300. package/components/dialogs/alert-dialog/esm2022/public_api.mjs +1 -2
  301. package/components/dialogs/alert-dialog/fesm2022/index.mjs +11 -43
  302. package/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
  303. package/components/dialogs/alert-dialog/public_api.d.ts +0 -1
  304. package/components/dialogs/confirm-dialog/bundles/index.umd.js +10 -42
  305. package/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +1 -1
  306. package/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +9 -9
  307. package/components/dialogs/confirm-dialog/esm2022/public_api.mjs +1 -2
  308. package/components/dialogs/confirm-dialog/fesm2022/index.mjs +10 -42
  309. package/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
  310. package/components/dialogs/confirm-dialog/public_api.d.ts +0 -1
  311. package/components/dialogs/default/bundles/index.umd.js +76 -136
  312. package/components/dialogs/default/dialog-body/dialog-body.directive.d.ts +1 -1
  313. package/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +1 -1
  314. package/components/dialogs/default/dialog-header/dialog-header.component.d.ts +1 -1
  315. package/components/dialogs/default/esm2022/base-dialog.mjs +3 -3
  316. package/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +3 -2
  317. package/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +3 -2
  318. package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +70 -97
  319. package/components/dialogs/default/esm2022/public_api.mjs +1 -2
  320. package/components/dialogs/default/fesm2022/index.mjs +78 -137
  321. package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
  322. package/components/dialogs/default/public_api.d.ts +0 -1
  323. package/components/dialogs/design-dialog/bundles/index.umd.js +16 -47
  324. package/components/dialogs/design-dialog/dialog.component.d.ts +1 -1
  325. package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +14 -13
  326. package/components/dialogs/design-dialog/esm2022/public_api.mjs +1 -2
  327. package/components/dialogs/design-dialog/fesm2022/index.mjs +14 -45
  328. package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
  329. package/components/dialogs/design-dialog/public_api.d.ts +0 -1
  330. package/components/dialogs/iframe-dialog/bundles/index.umd.js +20 -57
  331. package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +21 -21
  332. package/components/dialogs/iframe-dialog/esm2022/public_api.mjs +1 -2
  333. package/components/dialogs/iframe-dialog/fesm2022/index.mjs +21 -57
  334. package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
  335. package/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +1 -1
  336. package/components/dialogs/iframe-dialog/public_api.d.ts +0 -1
  337. package/components/dialogs/login-dialog/bundles/index.umd.js +6 -38
  338. package/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +3 -2
  339. package/components/dialogs/login-dialog/esm2022/public_api.mjs +1 -2
  340. package/components/dialogs/login-dialog/fesm2022/index.mjs +6 -41
  341. package/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -1
  342. package/components/dialogs/login-dialog/login-dialog.directive.d.ts +1 -1
  343. package/components/dialogs/login-dialog/public_api.d.ts +0 -1
  344. package/components/dialogs/partial-dialog/bundles/index.umd.js +17 -49
  345. package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +16 -15
  346. package/components/dialogs/partial-dialog/esm2022/public_api.mjs +1 -2
  347. package/components/dialogs/partial-dialog/fesm2022/index.mjs +16 -47
  348. package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
  349. package/components/dialogs/partial-dialog/partial-dialog.component.d.ts +1 -1
  350. package/components/dialogs/partial-dialog/public_api.d.ts +0 -1
  351. package/components/input/calendar/bundles/index.umd.js +19 -46
  352. package/components/input/calendar/calendar.component.d.ts +1 -1
  353. package/components/input/calendar/esm2022/calendar.component.mjs +24 -10
  354. package/components/input/calendar/esm2022/calendar.props.mjs +1 -1
  355. package/components/input/calendar/esm2022/public_api.mjs +1 -2
  356. package/components/input/calendar/fesm2022/index.mjs +26 -48
  357. package/components/input/calendar/fesm2022/index.mjs.map +1 -1
  358. package/components/input/calendar/public_api.d.ts +0 -1
  359. package/components/input/chips/bundles/index.umd.js +86 -114
  360. package/components/input/chips/chips.component.d.ts +1 -1
  361. package/components/input/chips/esm2022/chips.component.mjs +28 -27
  362. package/components/input/chips/esm2022/public_api.mjs +1 -2
  363. package/components/input/chips/fesm2022/index.mjs +29 -56
  364. package/components/input/chips/fesm2022/index.mjs.map +1 -1
  365. package/components/input/chips/public_api.d.ts +0 -1
  366. package/components/input/color-picker/bundles/index.umd.js +10 -40
  367. package/components/input/color-picker/color-picker.component.d.ts +1 -1
  368. package/components/input/color-picker/esm2022/color-picker.component.mjs +10 -6
  369. package/components/input/color-picker/esm2022/public_api.mjs +1 -2
  370. package/components/input/color-picker/fesm2022/index.mjs +11 -40
  371. package/components/input/color-picker/fesm2022/index.mjs.map +1 -1
  372. package/components/input/color-picker/public_api.d.ts +0 -1
  373. package/components/input/currency/bundles/index.umd.js +11 -41
  374. package/components/input/currency/currency.component.d.ts +1 -1
  375. package/components/input/currency/esm2022/currency.component.mjs +8 -6
  376. package/components/input/currency/esm2022/public_api.mjs +1 -2
  377. package/components/input/currency/fesm2022/index.mjs +11 -41
  378. package/components/input/currency/fesm2022/index.mjs.map +1 -1
  379. package/components/input/currency/public_api.d.ts +0 -1
  380. package/components/input/default/bundles/index.umd.js +2183 -2263
  381. package/components/input/default/button/button.component.d.ts +1 -1
  382. package/components/input/default/button-group/button-group.directive.d.ts +1 -1
  383. package/components/input/default/caption-position.directive.d.ts +1 -1
  384. package/components/input/default/checkbox/checkbox.component.d.ts +1 -1
  385. package/components/input/default/checkboxset/checkboxset.component.d.ts +1 -1
  386. package/components/input/default/composite/composite.directive.d.ts +1 -1
  387. package/components/input/default/esm2022/button/button.component.mjs +23 -21
  388. package/components/input/default/esm2022/button-group/button-group.directive.mjs +3 -2
  389. package/components/input/default/esm2022/caption-position.directive.mjs +3 -2
  390. package/components/input/default/esm2022/checkbox/checkbox.component.mjs +9 -6
  391. package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +73 -72
  392. package/components/input/default/esm2022/composite/composite.directive.mjs +3 -2
  393. package/components/input/default/esm2022/number/number.component.mjs +9 -6
  394. package/components/input/default/esm2022/public_api.mjs +1 -2
  395. package/components/input/default/esm2022/radioset/radioset.component.mjs +73 -72
  396. package/components/input/default/esm2022/select/select.component.mjs +29 -32
  397. package/components/input/default/esm2022/switch/switch.component.mjs +29 -27
  398. package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +9 -6
  399. package/components/input/default/esm2022/text/color/input-color.component.mjs +9 -6
  400. package/components/input/default/esm2022/text/email/input-email.component.mjs +9 -6
  401. package/components/input/default/esm2022/text/number/input-number.component.mjs +9 -6
  402. package/components/input/default/esm2022/text/text/input-text.component.mjs +10 -6
  403. package/components/input/default/esm2022/textarea/textarea.component.mjs +14 -11
  404. package/components/input/default/fesm2022/index.mjs +2198 -2277
  405. package/components/input/default/fesm2022/index.mjs.map +1 -1
  406. package/components/input/default/number/number.component.d.ts +1 -1
  407. package/components/input/default/public_api.d.ts +0 -1
  408. package/components/input/default/radioset/radioset.component.d.ts +1 -1
  409. package/components/input/default/select/select.component.d.ts +1 -1
  410. package/components/input/default/switch/switch.component.d.ts +1 -1
  411. package/components/input/default/text/calendar/input-calendar.component.d.ts +1 -1
  412. package/components/input/default/text/color/input-color.component.d.ts +1 -1
  413. package/components/input/default/text/email/input-email.component.d.ts +1 -1
  414. package/components/input/default/text/number/input-number.component.d.ts +1 -1
  415. package/components/input/default/text/text/input-text.component.d.ts +1 -1
  416. package/components/input/default/textarea/textarea.component.d.ts +1 -1
  417. package/components/input/epoch/base-date-time.component.d.ts +0 -1
  418. package/components/input/epoch/bundles/index.umd.js +181 -229
  419. package/components/input/epoch/date/date.component.d.ts +1 -1
  420. package/components/input/epoch/date/imaskUtil.d.ts +2 -2
  421. package/components/input/epoch/date-time/date-time-picker.component.d.ts +6 -6
  422. package/components/input/epoch/date-time/date-time.component.d.ts +1 -1
  423. package/components/input/epoch/esm2022/base-date-time.component.mjs +5 -9
  424. package/components/input/epoch/esm2022/date/date.component.mjs +19 -18
  425. package/components/input/epoch/esm2022/date/imaskUtil.mjs +2 -1
  426. package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +75 -62
  427. package/components/input/epoch/esm2022/date-time/date-time.component.mjs +27 -24
  428. package/components/input/epoch/esm2022/picker/picker.component.mjs +33 -28
  429. package/components/input/epoch/esm2022/public_api.mjs +1 -2
  430. package/components/input/epoch/esm2022/time/time.component.mjs +24 -21
  431. package/components/input/epoch/fesm2022/index.mjs +158 -204
  432. package/components/input/epoch/fesm2022/index.mjs.map +1 -1
  433. package/components/input/epoch/picker/picker.component.d.ts +2 -2
  434. package/components/input/epoch/public_api.d.ts +0 -1
  435. package/components/input/epoch/time/time.component.d.ts +1 -1
  436. package/components/input/file-upload/bundles/index.umd.js +135 -178
  437. package/components/input/file-upload/esm2022/file-upload.component.mjs +133 -150
  438. package/components/input/file-upload/esm2022/public_api.mjs +1 -2
  439. package/components/input/file-upload/fesm2022/index.mjs +133 -175
  440. package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  441. package/components/input/file-upload/file-upload.component.d.ts +1 -2
  442. package/components/input/file-upload/public_api.d.ts +0 -1
  443. package/components/input/rating/bundles/index.umd.js +50 -77
  444. package/components/input/rating/esm2022/public_api.mjs +1 -2
  445. package/components/input/rating/esm2022/rating.component.mjs +23 -20
  446. package/components/input/rating/fesm2022/index.mjs +23 -49
  447. package/components/input/rating/fesm2022/index.mjs.map +1 -1
  448. package/components/input/rating/public_api.d.ts +0 -1
  449. package/components/input/rating/rating.component.d.ts +1 -1
  450. package/components/input/slider/bundles/index.umd.js +35 -63
  451. package/components/input/slider/esm2022/public_api.mjs +1 -2
  452. package/components/input/slider/esm2022/slider.component.mjs +15 -13
  453. package/components/input/slider/fesm2022/index.mjs +15 -42
  454. package/components/input/slider/fesm2022/index.mjs.map +1 -1
  455. package/components/input/slider/public_api.d.ts +0 -1
  456. package/components/input/slider/slider.component.d.ts +1 -1
  457. package/components/navigation/breadcrumb/breadcrumb.component.d.ts +1 -1
  458. package/components/navigation/breadcrumb/bundles/index.umd.js +40 -67
  459. package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +23 -21
  460. package/components/navigation/breadcrumb/esm2022/public_api.mjs +1 -2
  461. package/components/navigation/breadcrumb/fesm2022/index.mjs +23 -50
  462. package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
  463. package/components/navigation/breadcrumb/public_api.d.ts +0 -1
  464. package/components/navigation/menu/bundles/index.umd.js +642 -696
  465. package/components/navigation/menu/esm2022/menu-adapator.component.mjs +1 -1
  466. package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +11 -9
  467. package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +24 -18
  468. package/components/navigation/menu/esm2022/menu.component.mjs +34 -31
  469. package/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +3 -2
  470. package/components/navigation/menu/esm2022/nav/nav.component.mjs +39 -29
  471. package/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +6 -3
  472. package/components/navigation/menu/esm2022/public_api.mjs +1 -2
  473. package/components/navigation/menu/fesm2022/index.mjs +534 -587
  474. package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
  475. package/components/navigation/menu/menu-dropdown/menu-dropdown.component.d.ts +1 -1
  476. package/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +1 -1
  477. package/components/navigation/menu/menu.component.d.ts +1 -1
  478. package/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +1 -1
  479. package/components/navigation/menu/nav/nav.component.d.ts +1 -1
  480. package/components/navigation/menu/nav/navigation-control.directive.d.ts +1 -1
  481. package/components/navigation/menu/public_api.d.ts +0 -1
  482. package/components/navigation/navbar/bundles/index.umd.js +20 -44
  483. package/components/navigation/navbar/esm2022/navbar.component.mjs +18 -16
  484. package/components/navigation/navbar/esm2022/public_api.mjs +1 -2
  485. package/components/navigation/navbar/fesm2022/index.mjs +18 -41
  486. package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
  487. package/components/navigation/navbar/navbar.component.d.ts +1 -1
  488. package/components/navigation/navbar/public_api.d.ts +0 -1
  489. package/components/navigation/popover/bundles/index.umd.js +12 -43
  490. package/components/navigation/popover/esm2022/popover.component.mjs +11 -9
  491. package/components/navigation/popover/esm2022/public_api.mjs +1 -2
  492. package/components/navigation/popover/fesm2022/index.mjs +11 -41
  493. package/components/navigation/popover/fesm2022/index.mjs.map +1 -1
  494. package/components/navigation/popover/popover.component.d.ts +1 -1
  495. package/components/navigation/popover/public_api.d.ts +0 -1
  496. package/components/page/default/bundles/index.umd.js +96 -138
  497. package/components/page/default/content/content.component.d.ts +1 -1
  498. package/components/page/default/esm2022/content/content.component.mjs +7 -6
  499. package/components/page/default/esm2022/layout.directive.mjs +3 -2
  500. package/components/page/default/esm2022/page-content/page-content.component.mjs +7 -6
  501. package/components/page/default/esm2022/page-content/page-content.props.mjs +2 -3
  502. package/components/page/default/esm2022/page.directive.mjs +3 -2
  503. package/components/page/default/esm2022/public_api.mjs +1 -2
  504. package/components/page/default/esm2022/router-outlet.directive.mjs +3 -2
  505. package/components/page/default/esm2022/spa-page.directive.mjs +3 -2
  506. package/components/page/default/fesm2022/index.mjs +96 -138
  507. package/components/page/default/fesm2022/index.mjs.map +1 -1
  508. package/components/page/default/layout.directive.d.ts +1 -1
  509. package/components/page/default/page-content/page-content.component.d.ts +1 -1
  510. package/components/page/default/page.directive.d.ts +1 -1
  511. package/components/page/default/public_api.d.ts +0 -1
  512. package/components/page/default/router-outlet.directive.d.ts +1 -1
  513. package/components/page/default/spa-page.directive.d.ts +1 -1
  514. package/components/page/footer/bundles/index.umd.js +6 -29
  515. package/components/page/footer/esm2022/footer.directive.mjs +3 -2
  516. package/components/page/footer/esm2022/public_api.mjs +1 -2
  517. package/components/page/footer/fesm2022/index.mjs +5 -28
  518. package/components/page/footer/fesm2022/index.mjs.map +1 -1
  519. package/components/page/footer/footer.directive.d.ts +1 -1
  520. package/components/page/footer/public_api.d.ts +0 -1
  521. package/components/page/header/bundles/index.umd.js +9 -33
  522. package/components/page/header/esm2022/header.component.mjs +7 -6
  523. package/components/page/header/esm2022/public_api.mjs +1 -2
  524. package/components/page/header/fesm2022/index.mjs +8 -32
  525. package/components/page/header/fesm2022/index.mjs.map +1 -1
  526. package/components/page/header/header.component.d.ts +1 -1
  527. package/components/page/header/public_api.d.ts +0 -1
  528. package/components/page/left-panel/bundles/index.umd.js +6 -29
  529. package/components/page/left-panel/esm2022/left-panel.directive.mjs +3 -2
  530. package/components/page/left-panel/esm2022/public_api.mjs +1 -2
  531. package/components/page/left-panel/fesm2022/index.mjs +5 -28
  532. package/components/page/left-panel/fesm2022/index.mjs.map +1 -1
  533. package/components/page/left-panel/left-panel.directive.d.ts +1 -1
  534. package/components/page/left-panel/public_api.d.ts +0 -1
  535. package/components/page/right-panel/bundles/index.umd.js +6 -29
  536. package/components/page/right-panel/esm2022/public_api.mjs +1 -2
  537. package/components/page/right-panel/esm2022/right-panel.directive.mjs +3 -2
  538. package/components/page/right-panel/fesm2022/index.mjs +5 -28
  539. package/components/page/right-panel/fesm2022/index.mjs.map +1 -1
  540. package/components/page/right-panel/public_api.d.ts +0 -1
  541. package/components/page/right-panel/right-panel.directive.d.ts +1 -1
  542. package/components/page/top-nav/bundles/index.umd.js +6 -29
  543. package/components/page/top-nav/esm2022/public_api.mjs +1 -2
  544. package/components/page/top-nav/esm2022/top-nav.directive.mjs +3 -2
  545. package/components/page/top-nav/fesm2022/index.mjs +5 -28
  546. package/components/page/top-nav/fesm2022/index.mjs.map +1 -1
  547. package/components/page/top-nav/public_api.d.ts +0 -1
  548. package/components/page/top-nav/top-nav.directive.d.ts +1 -1
  549. package/components/prefab/bundles/index.umd.js +8 -33
  550. package/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +3 -2
  551. package/components/prefab/esm2022/prefab.directive.mjs +3 -2
  552. package/components/prefab/esm2022/public_api.mjs +1 -2
  553. package/components/prefab/fesm2022/index.mjs +7 -32
  554. package/components/prefab/fesm2022/index.mjs.map +1 -1
  555. package/components/prefab/prefab-container/prefab-container.directive.d.ts +1 -1
  556. package/components/prefab/prefab.directive.d.ts +1 -1
  557. package/components/prefab/public_api.d.ts +0 -1
  558. package/core/bundles/index.umd.js +30 -85
  559. package/core/esm2022/public_api.mjs +2 -3
  560. package/core/esm2022/utils/build-utils.mjs +9 -5
  561. package/core/esm2022/utils/utils.mjs +11 -40
  562. package/core/fesm2022/index.mjs +31 -81
  563. package/core/fesm2022/index.mjs.map +1 -1
  564. package/core/public_api.d.ts +1 -2
  565. package/core/utils/utils.d.ts +1 -3
  566. package/http/bundles/index.umd.js +9 -34
  567. package/http/esm2022/http.service.mjs +6 -3
  568. package/http/esm2022/public_api.mjs +4 -2
  569. package/http/fesm2022/index.mjs +9 -34
  570. package/http/fesm2022/index.mjs.map +1 -1
  571. package/http/public_api.d.ts +3 -1
  572. package/npm-shrinkwrap.json +2 -2
  573. package/oAuth/bundles/index.umd.js +7 -42
  574. package/oAuth/esm2022/oAuth.utils.mjs +6 -23
  575. package/oAuth/esm2022/public_api.mjs +1 -2
  576. package/oAuth/fesm2022/index.mjs +7 -40
  577. package/oAuth/fesm2022/index.mjs.map +1 -1
  578. package/oAuth/public_api.d.ts +0 -1
  579. package/package-lock.json +2 -2
  580. package/package.json +1 -1
  581. package/runtime/base/bundles/index.umd.js +681 -596
  582. package/runtime/base/components/app-component/app.component.d.ts +1 -1
  583. package/runtime/base/components/app-spinner.component.d.ts +1 -1
  584. package/runtime/base/components/custom-toaster.component.d.ts +1 -1
  585. package/runtime/base/components/empty-component/empty-page.component.d.ts +1 -1
  586. package/runtime/base/components/prefab-preview.component.d.ts +1 -1
  587. package/runtime/base/directives/accessroles.directive.d.ts +1 -1
  588. package/runtime/base/directives/prefab.directive.d.ts +1 -1
  589. package/runtime/base/esm2022/components/app-component/app.component.mjs +42 -49
  590. package/runtime/base/esm2022/components/app-spinner.component.mjs +29 -21
  591. package/runtime/base/esm2022/components/base-page.component.mjs +3 -11
  592. package/runtime/base/esm2022/components/base-spa-page.component.mjs +3 -11
  593. package/runtime/base/esm2022/components/custom-toaster.component.mjs +20 -14
  594. package/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +4 -3
  595. package/runtime/base/esm2022/components/prefab-preview.component.mjs +8 -6
  596. package/runtime/base/esm2022/directives/accessroles.directive.mjs +3 -2
  597. package/runtime/base/esm2022/directives/prefab.directive.mjs +3 -2
  598. package/runtime/base/esm2022/public_api.mjs +1 -1
  599. package/runtime/base/esm2022/resolves/security-config.resolve.mjs +4 -6
  600. package/runtime/base/esm2022/runtime-base.module.mjs +486 -337
  601. package/runtime/base/esm2022/services/app.manager.service.mjs +31 -48
  602. package/runtime/base/esm2022/services/i18n.service.mjs +37 -72
  603. package/runtime/base/fesm2022/index.mjs +689 -605
  604. package/runtime/base/fesm2022/index.mjs.map +1 -1
  605. package/runtime/base/runtime-base.module.d.ts +115 -84
  606. package/runtime/base/services/i18n.service.d.ts +1 -1
  607. package/runtime/dynamic/app/components/page-wrapper.component.d.ts +1 -1
  608. package/runtime/dynamic/bundles/index.umd.js +113 -69
  609. package/runtime/dynamic/esm2022/app/app.module.mjs +151 -105
  610. package/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +7 -4
  611. package/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +4 -2
  612. package/runtime/dynamic/esm2022/main.mjs +2 -7
  613. package/runtime/dynamic/fesm2022/index.mjs +159 -114
  614. package/runtime/dynamic/fesm2022/index.mjs.map +1 -1
  615. package/security/bundles/index.umd.js +3 -34
  616. package/security/esm2022/public_api.mjs +1 -2
  617. package/security/esm2022/security.service.mjs +4 -15
  618. package/security/fesm2022/index.mjs +5 -32
  619. package/security/fesm2022/index.mjs.map +1 -1
  620. package/security/public_api.d.ts +0 -1
  621. package/transpiler/bundles/index.umd.js +271 -168
  622. package/transpiler/esm2022/build.mjs +1 -6
  623. package/transpiler/esm2022/imports.mjs +268 -161
  624. package/transpiler/fesm2022/index.mjs +267 -165
  625. package/transpiler/fesm2022/index.mjs.map +1 -1
  626. package/variables/bundles/index.umd.js +14 -198
  627. package/variables/constants/variables.constants.d.ts +0 -2
  628. package/variables/esm2022/constants/variables.constants.mjs +1 -3
  629. package/variables/esm2022/factory/variable-manager.factory.mjs +1 -3
  630. package/variables/esm2022/factory/variable.factory.mjs +1 -5
  631. package/variables/esm2022/manager/action/logout-action.manager.mjs +5 -7
  632. package/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +3 -3
  633. package/variables/esm2022/public_api.mjs +1 -5
  634. package/variables/esm2022/service/metadata-service/metadata.service.mjs +6 -11
  635. package/variables/esm2022/util/variable/service-variable.utils.mjs +1 -4
  636. package/variables/esm2022/util/variable/variables.utils.mjs +4 -19
  637. package/variables/fesm2022/index.mjs +15 -198
  638. package/variables/fesm2022/index.mjs.map +1 -1
  639. package/variables/public_api.d.ts +0 -4
  640. package/components/advanced/carousel/carousel.module.d.ts +0 -11
  641. package/components/advanced/carousel/esm2022/carousel.module.mjs +0 -36
  642. package/components/advanced/custom/custom-widget.module.d.ts +0 -10
  643. package/components/advanced/custom/esm2022/custom-widget.module.mjs +0 -32
  644. package/components/advanced/login/esm2022/login.module.mjs +0 -28
  645. package/components/advanced/login/login.module.d.ts +0 -9
  646. package/components/advanced/marquee/esm2022/marquee.module.mjs +0 -28
  647. package/components/advanced/marquee/marquee.module.d.ts +0 -9
  648. package/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +0 -221
  649. package/components/base/widgets/common/smooth-scroll/smooth-scroll.directive.d.ts +0 -22
  650. package/components/basic/default/basic.module.d.ts +0 -17
  651. package/components/basic/default/esm2022/basic.module.mjs +0 -60
  652. package/components/basic/progress/esm2022/progress.module.mjs +0 -36
  653. package/components/basic/progress/progress.module.d.ts +0 -11
  654. package/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +0 -28
  655. package/components/basic/rich-text-editor/rich-text-editor.module.d.ts +0 -9
  656. package/components/basic/search/esm2022/search.module.mjs +0 -45
  657. package/components/basic/search/search.module.d.ts +0 -12
  658. package/components/basic/tree/esm2022/tree.module.mjs +0 -28
  659. package/components/basic/tree/tree.module.d.ts +0 -9
  660. package/components/chart/chart.module.d.ts +0 -10
  661. package/components/chart/esm2022/chart.module.mjs +0 -32
  662. package/components/containers/accordion/accordion.module.d.ts +0 -10
  663. package/components/containers/accordion/esm2022/accordion.module.mjs +0 -32
  664. package/components/containers/layout-grid/esm2022/layout-grid.module.mjs +0 -36
  665. package/components/containers/layout-grid/layout-grid.module.d.ts +0 -11
  666. package/components/containers/linear-layout/esm2022/linear-layout.module.mjs +0 -32
  667. package/components/containers/linear-layout/linear-layout.module.d.ts +0 -10
  668. package/components/containers/panel/esm2022/panel.module.mjs +0 -36
  669. package/components/containers/panel/panel.module.d.ts +0 -11
  670. package/components/containers/tabs/esm2022/tabs.module.mjs +0 -32
  671. package/components/containers/tabs/tabs.module.d.ts +0 -10
  672. package/components/containers/tile/esm2022/tile.module.mjs +0 -28
  673. package/components/containers/tile/tile.module.d.ts +0 -9
  674. package/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +0 -140
  675. package/components/containers/wizard/esm2022/wizard.module.mjs +0 -40
  676. package/components/containers/wizard/wizard.module.d.ts +0 -12
  677. package/components/data/card/card.module.d.ts +0 -15
  678. package/components/data/card/esm2022/card.module.mjs +0 -52
  679. package/components/data/form/esm2022/form.module.mjs +0 -68
  680. package/components/data/form/form.module.d.ts +0 -19
  681. package/components/data/list/esm2022/list.module.mjs +0 -40
  682. package/components/data/list/list.module.d.ts +0 -11
  683. package/components/data/live-table/esm2022/live-table.module.mjs +0 -28
  684. package/components/data/live-table/live-table.module.d.ts +0 -9
  685. package/components/data/pagination/esm2022/pagination.module.mjs +0 -36
  686. package/components/data/pagination/pagination.module.d.ts +0 -11
  687. package/components/data/table/esm2022/table.module.mjs +0 -91
  688. package/components/data/table/table.module.d.ts +0 -24
  689. package/components/dialogs/alert-dialog/alert-dialog.module.d.ts +0 -11
  690. package/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +0 -36
  691. package/components/dialogs/confirm-dialog/confirm-dialog.module.d.ts +0 -11
  692. package/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +0 -36
  693. package/components/dialogs/default/dialog.module.d.ts +0 -12
  694. package/components/dialogs/default/esm2022/dialog.module.mjs +0 -40
  695. package/components/dialogs/design-dialog/design-dialog.module.d.ts +0 -11
  696. package/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +0 -36
  697. package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +0 -40
  698. package/components/dialogs/iframe-dialog/iframe-dialog.module.d.ts +0 -12
  699. package/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +0 -40
  700. package/components/dialogs/login-dialog/login-dialog.module.d.ts +0 -12
  701. package/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +0 -36
  702. package/components/dialogs/partial-dialog/partial-dialog.module.d.ts +0 -11
  703. package/components/input/calendar/calendar.module.d.ts +0 -12
  704. package/components/input/calendar/esm2022/calendar.module.mjs +0 -40
  705. package/components/input/chips/chips.module.d.ts +0 -10
  706. package/components/input/chips/esm2022/chips.module.mjs +0 -32
  707. package/components/input/color-picker/color-picker.module.d.ts +0 -11
  708. package/components/input/color-picker/esm2022/color-picker.module.mjs +0 -36
  709. package/components/input/currency/currency.module.d.ts +0 -11
  710. package/components/input/currency/esm2022/currency.module.mjs +0 -36
  711. package/components/input/default/esm2022/input.module.mjs +0 -96
  712. package/components/input/default/input.module.d.ts +0 -26
  713. package/components/input/epoch/epoch.module.d.ts +0 -18
  714. package/components/input/epoch/esm2022/epoch.module.mjs +0 -70
  715. package/components/input/file-upload/esm2022/file-upload.module.mjs +0 -28
  716. package/components/input/file-upload/file-upload.module.d.ts +0 -9
  717. package/components/input/rating/esm2022/rating.module.mjs +0 -32
  718. package/components/input/rating/rating.module.d.ts +0 -10
  719. package/components/input/slider/esm2022/slider.module.mjs +0 -32
  720. package/components/input/slider/slider.module.d.ts +0 -10
  721. package/components/navigation/breadcrumb/breadcrumb.module.d.ts +0 -10
  722. package/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +0 -32
  723. package/components/navigation/menu/esm2022/menu.module.mjs +0 -71
  724. package/components/navigation/menu/menu.module.d.ts +0 -17
  725. package/components/navigation/navbar/esm2022/navbar.module.mjs +0 -28
  726. package/components/navigation/navbar/navbar.module.d.ts +0 -9
  727. package/components/navigation/popover/esm2022/popover.module.mjs +0 -36
  728. package/components/navigation/popover/popover.module.d.ts +0 -11
  729. package/components/page/default/esm2022/page.module.mjs +0 -55
  730. package/components/page/default/page.module.d.ts +0 -14
  731. package/components/page/footer/esm2022/footer.module.mjs +0 -28
  732. package/components/page/footer/footer.module.d.ts +0 -9
  733. package/components/page/header/esm2022/header.module.mjs +0 -28
  734. package/components/page/header/header.module.d.ts +0 -9
  735. package/components/page/left-panel/esm2022/left-panel.module.mjs +0 -28
  736. package/components/page/left-panel/left-panel.module.d.ts +0 -9
  737. package/components/page/right-panel/esm2022/right-panel.module.mjs +0 -28
  738. package/components/page/right-panel/right-panel.module.d.ts +0 -9
  739. package/components/page/top-nav/esm2022/top-nav.module.mjs +0 -28
  740. package/components/page/top-nav/top-nav.module.d.ts +0 -9
  741. package/components/prefab/esm2022/prefab.module.mjs +0 -32
  742. package/components/prefab/prefab.module.d.ts +0 -10
  743. package/core/core.module.d.ts +0 -9
  744. package/core/esm2022/core.module.mjs +0 -27
  745. package/http/esm2022/http-service.module.mjs +0 -36
  746. package/http/http-service.module.d.ts +0 -14
  747. package/locales/fullcalendar/af.js +0 -27
  748. package/locales/fullcalendar/ar-dz.js +0 -28
  749. package/locales/fullcalendar/ar-kw.js +0 -28
  750. package/locales/fullcalendar/ar-ly.js +0 -28
  751. package/locales/fullcalendar/ar-ma.js +0 -28
  752. package/locales/fullcalendar/ar-sa.js +0 -28
  753. package/locales/fullcalendar/ar-tn.js +0 -28
  754. package/locales/fullcalendar/ar.js +0 -28
  755. package/locales/fullcalendar/az.js +0 -29
  756. package/locales/fullcalendar/bg.js +0 -28
  757. package/locales/fullcalendar/bs.js +0 -29
  758. package/locales/fullcalendar/ca.js +0 -27
  759. package/locales/fullcalendar/cs.js +0 -29
  760. package/locales/fullcalendar/da.js +0 -27
  761. package/locales/fullcalendar/de.js +0 -30
  762. package/locales/fullcalendar/el.js +0 -27
  763. package/locales/fullcalendar/en-au.js +0 -14
  764. package/locales/fullcalendar/en-gb.js +0 -14
  765. package/locales/fullcalendar/en-nz.js +0 -14
  766. package/locales/fullcalendar/es-us.js +0 -27
  767. package/locales/fullcalendar/es.js +0 -27
  768. package/locales/fullcalendar/et.js +0 -29
  769. package/locales/fullcalendar/eu.js +0 -27
  770. package/locales/fullcalendar/fa.js +0 -30
  771. package/locales/fullcalendar/fi.js +0 -27
  772. package/locales/fullcalendar/fr-ca.js +0 -24
  773. package/locales/fullcalendar/fr-ch.js +0 -28
  774. package/locales/fullcalendar/fr.js +0 -28
  775. package/locales/fullcalendar/gl.js +0 -27
  776. package/locales/fullcalendar/he.js +0 -24
  777. package/locales/fullcalendar/hi.js +0 -29
  778. package/locales/fullcalendar/hr.js +0 -29
  779. package/locales/fullcalendar/hu.js +0 -27
  780. package/locales/fullcalendar/id.js +0 -27
  781. package/locales/fullcalendar/is.js +0 -27
  782. package/locales/fullcalendar/it.js +0 -29
  783. package/locales/fullcalendar/ja.js +0 -25
  784. package/locales/fullcalendar/ka.js +0 -29
  785. package/locales/fullcalendar/kk.js +0 -29
  786. package/locales/fullcalendar/ko.js +0 -23
  787. package/locales/fullcalendar/lb.js +0 -27
  788. package/locales/fullcalendar/lt.js +0 -27
  789. package/locales/fullcalendar/lv.js +0 -29
  790. package/locales/fullcalendar/mk.js +0 -25
  791. package/locales/fullcalendar/ms.js +0 -29
  792. package/locales/fullcalendar/nb.js +0 -27
  793. package/locales/fullcalendar/ne.js +0 -27
  794. package/locales/fullcalendar/nl.js +0 -27
  795. package/locales/fullcalendar/nn.js +0 -27
  796. package/locales/fullcalendar/pl.js +0 -27
  797. package/locales/fullcalendar/pt-br.js +0 -25
  798. package/locales/fullcalendar/pt.js +0 -27
  799. package/locales/fullcalendar/ro.js +0 -29
  800. package/locales/fullcalendar/ru.js +0 -29
  801. package/locales/fullcalendar/sk.js +0 -29
  802. package/locales/fullcalendar/sl.js +0 -27
  803. package/locales/fullcalendar/sq.js +0 -29
  804. package/locales/fullcalendar/sr-cyrl.js +0 -29
  805. package/locales/fullcalendar/sr.js +0 -29
  806. package/locales/fullcalendar/sv.js +0 -27
  807. package/locales/fullcalendar/th.js +0 -30
  808. package/locales/fullcalendar/tr.js +0 -27
  809. package/locales/fullcalendar/ug.js +0 -17
  810. package/locales/fullcalendar/uk.js +0 -29
  811. package/locales/fullcalendar/uz.js +0 -21
  812. package/locales/fullcalendar/vi.js +0 -29
  813. package/locales/fullcalendar/zh-cn.js +0 -30
  814. package/locales/fullcalendar/zh-tw.js +0 -23
  815. package/mobile/components/basic/default/.npmignore +0 -2
  816. package/mobile/components/basic/default/anchor/anchor.directive.d.ts +0 -8
  817. package/mobile/components/basic/default/app-update/app-update.component.d.ts +0 -26
  818. package/mobile/components/basic/default/basic.module.d.ts +0 -15
  819. package/mobile/components/basic/default/bundles/index.umd.js +0 -980
  820. package/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +0 -44
  821. package/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +0 -116
  822. package/mobile/components/basic/default/esm2022/basic.module.mjs +0 -52
  823. package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +0 -236
  824. package/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +0 -85
  825. package/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +0 -61
  826. package/mobile/components/basic/default/esm2022/index.mjs +0 -5
  827. package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +0 -183
  828. package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.props.mjs +0 -5
  829. package/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +0 -47
  830. package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +0 -175
  831. package/mobile/components/basic/default/esm2022/public_api.mjs +0 -10
  832. package/mobile/components/basic/default/fesm2022/index.mjs +0 -958
  833. package/mobile/components/basic/default/fesm2022/index.mjs.map +0 -1
  834. package/mobile/components/basic/default/file-browser/file-browser.component.d.ts +0 -39
  835. package/mobile/components/basic/default/file-browser/file-selector.service.d.ts +0 -27
  836. package/mobile/components/basic/default/image-cache/image-cache.directive.d.ts +0 -18
  837. package/mobile/components/basic/default/index.d.ts +0 -5
  838. package/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +0 -28
  839. package/mobile/components/basic/default/network-info-toaster/network-info-toaster.props.d.ts +0 -1
  840. package/mobile/components/basic/default/package.json +0 -23
  841. package/mobile/components/basic/default/process-manager/process-management.service.d.ts +0 -36
  842. package/mobile/components/basic/default/process-manager/process-manager.component.d.ts +0 -33
  843. package/mobile/components/basic/default/public_api.d.ts +0 -9
  844. package/mobile/components/basic/search/.npmignore +0 -2
  845. package/mobile/components/basic/search/bundles/index.umd.js +0 -66
  846. package/mobile/components/basic/search/esm2022/index.mjs +0 -5
  847. package/mobile/components/basic/search/esm2022/public_api.mjs +0 -3
  848. package/mobile/components/basic/search/esm2022/search.directive.mjs +0 -17
  849. package/mobile/components/basic/search/esm2022/search.module.mjs +0 -28
  850. package/mobile/components/basic/search/fesm2022/index.mjs +0 -49
  851. package/mobile/components/basic/search/fesm2022/index.mjs.map +0 -1
  852. package/mobile/components/basic/search/index.d.ts +0 -5
  853. package/mobile/components/basic/search/package.json +0 -23
  854. package/mobile/components/basic/search/public_api.d.ts +0 -2
  855. package/mobile/components/basic/search/search.directive.d.ts +0 -7
  856. package/mobile/components/basic/search/search.module.d.ts +0 -9
  857. package/mobile/components/containers/segmented-control/.npmignore +0 -2
  858. package/mobile/components/containers/segmented-control/bundles/index.umd.js +0 -281
  859. package/mobile/components/containers/segmented-control/esm2022/index.mjs +0 -5
  860. package/mobile/components/containers/segmented-control/esm2022/public_api.mjs +0 -4
  861. package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +0 -70
  862. package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.props.mjs +0 -14
  863. package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +0 -147
  864. package/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +0 -32
  865. package/mobile/components/containers/segmented-control/esm2022/segmented-control.props.mjs +0 -9
  866. package/mobile/components/containers/segmented-control/fesm2022/index.mjs +0 -264
  867. package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +0 -1
  868. package/mobile/components/containers/segmented-control/index.d.ts +0 -5
  869. package/mobile/components/containers/segmented-control/package.json +0 -23
  870. package/mobile/components/containers/segmented-control/public_api.d.ts +0 -3
  871. package/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +0 -18
  872. package/mobile/components/containers/segmented-control/segment-content/segment-content.props.d.ts +0 -1
  873. package/mobile/components/containers/segmented-control/segmented-control.component.d.ts +0 -20
  874. package/mobile/components/containers/segmented-control/segmented-control.module.d.ts +0 -10
  875. package/mobile/components/containers/segmented-control/segmented-control.props.d.ts +0 -1
  876. package/mobile/components/data/media-list/.npmignore +0 -2
  877. package/mobile/components/data/media-list/bundles/index.umd.js +0 -310
  878. package/mobile/components/data/media-list/esm2022/index.mjs +0 -5
  879. package/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +0 -24
  880. package/mobile/components/data/media-list/esm2022/media-list.component.mjs +0 -213
  881. package/mobile/components/data/media-list/esm2022/media-list.module.mjs +0 -48
  882. package/mobile/components/data/media-list/esm2022/media-list.props.mjs +0 -16
  883. package/mobile/components/data/media-list/esm2022/public_api.mjs +0 -4
  884. package/mobile/components/data/media-list/fesm2022/index.mjs +0 -297
  885. package/mobile/components/data/media-list/fesm2022/index.mjs.map +0 -1
  886. package/mobile/components/data/media-list/index.d.ts +0 -5
  887. package/mobile/components/data/media-list/media-list-item/media-list-item.directive.d.ts +0 -8
  888. package/mobile/components/data/media-list/media-list.component.d.ts +0 -33
  889. package/mobile/components/data/media-list/media-list.module.d.ts +0 -14
  890. package/mobile/components/data/media-list/media-list.props.d.ts +0 -1
  891. package/mobile/components/data/media-list/package.json +0 -23
  892. package/mobile/components/data/media-list/public_api.d.ts +0 -3
  893. package/mobile/components/device/barcode-scanner/.npmignore +0 -2
  894. package/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +0 -18
  895. package/mobile/components/device/barcode-scanner/barcode-scanner.module.d.ts +0 -9
  896. package/mobile/components/device/barcode-scanner/barcode-scanner.props.d.ts +0 -1
  897. package/mobile/components/device/barcode-scanner/bundles/index.umd.js +0 -129
  898. package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +0 -69
  899. package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +0 -28
  900. package/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +0 -15
  901. package/mobile/components/device/barcode-scanner/esm2022/index.mjs +0 -5
  902. package/mobile/components/device/barcode-scanner/esm2022/public_api.mjs +0 -3
  903. package/mobile/components/device/barcode-scanner/fesm2022/index.mjs +0 -112
  904. package/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +0 -1
  905. package/mobile/components/device/barcode-scanner/index.d.ts +0 -5
  906. package/mobile/components/device/barcode-scanner/package.json +0 -23
  907. package/mobile/components/device/barcode-scanner/public_api.d.ts +0 -2
  908. package/mobile/components/device/camera/.npmignore +0 -2
  909. package/mobile/components/device/camera/bundles/index.umd.js +0 -170
  910. package/mobile/components/device/camera/camera.component.d.ts +0 -37
  911. package/mobile/components/device/camera/camera.module.d.ts +0 -9
  912. package/mobile/components/device/camera/camera.props.d.ts +0 -1
  913. package/mobile/components/device/camera/esm2022/camera.component.mjs +0 -101
  914. package/mobile/components/device/camera/esm2022/camera.module.mjs +0 -28
  915. package/mobile/components/device/camera/esm2022/camera.props.mjs +0 -25
  916. package/mobile/components/device/camera/esm2022/index.mjs +0 -5
  917. package/mobile/components/device/camera/esm2022/public_api.mjs +0 -3
  918. package/mobile/components/device/camera/fesm2022/index.mjs +0 -153
  919. package/mobile/components/device/camera/fesm2022/index.mjs.map +0 -1
  920. package/mobile/components/device/camera/index.d.ts +0 -5
  921. package/mobile/components/device/camera/package.json +0 -23
  922. package/mobile/components/device/camera/public_api.d.ts +0 -2
  923. package/mobile/components/input/file-upload/.npmignore +0 -2
  924. package/mobile/components/input/file-upload/bundles/index.umd.js +0 -88
  925. package/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +0 -41
  926. package/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +0 -28
  927. package/mobile/components/input/file-upload/esm2022/index.mjs +0 -5
  928. package/mobile/components/input/file-upload/esm2022/public_api.mjs +0 -3
  929. package/mobile/components/input/file-upload/fesm2022/index.mjs +0 -71
  930. package/mobile/components/input/file-upload/fesm2022/index.mjs.map +0 -1
  931. package/mobile/components/input/file-upload/file-upload.directive.d.ts +0 -11
  932. package/mobile/components/input/file-upload/file-upload.module.d.ts +0 -9
  933. package/mobile/components/input/file-upload/index.d.ts +0 -5
  934. package/mobile/components/input/file-upload/package.json +0 -23
  935. package/mobile/components/input/file-upload/public_api.d.ts +0 -2
  936. package/mobile/components/page/default/.npmignore +0 -2
  937. package/mobile/components/page/default/bundles/index.umd.js +0 -127
  938. package/mobile/components/page/default/esm2022/index.mjs +0 -5
  939. package/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +0 -24
  940. package/mobile/components/page/default/esm2022/page.directive.mjs +0 -58
  941. package/mobile/components/page/default/esm2022/page.module.mjs +0 -32
  942. package/mobile/components/page/default/esm2022/public_api.mjs +0 -4
  943. package/mobile/components/page/default/fesm2022/index.mjs +0 -110
  944. package/mobile/components/page/default/fesm2022/index.mjs.map +0 -1
  945. package/mobile/components/page/default/index.d.ts +0 -5
  946. package/mobile/components/page/default/package.json +0 -23
  947. package/mobile/components/page/default/page-content-loader/page-content-loader.component.d.ts +0 -7
  948. package/mobile/components/page/default/page.directive.d.ts +0 -19
  949. package/mobile/components/page/default/page.module.d.ts +0 -10
  950. package/mobile/components/page/default/public_api.d.ts +0 -3
  951. package/mobile/components/page/left-panel/.npmignore +0 -2
  952. package/mobile/components/page/left-panel/bundles/index.umd.js +0 -91
  953. package/mobile/components/page/left-panel/esm2022/index.mjs +0 -5
  954. package/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -45
  955. package/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +0 -28
  956. package/mobile/components/page/left-panel/esm2022/public_api.mjs +0 -3
  957. package/mobile/components/page/left-panel/fesm2022/index.mjs +0 -74
  958. package/mobile/components/page/left-panel/fesm2022/index.mjs.map +0 -1
  959. package/mobile/components/page/left-panel/index.d.ts +0 -5
  960. package/mobile/components/page/left-panel/left-panel.directive.d.ts +0 -16
  961. package/mobile/components/page/left-panel/left-panel.module.d.ts +0 -9
  962. package/mobile/components/page/left-panel/package.json +0 -23
  963. package/mobile/components/page/left-panel/public_api.d.ts +0 -2
  964. package/mobile/components/page/mobile-navbar/.npmignore +0 -2
  965. package/mobile/components/page/mobile-navbar/bundles/index.umd.js +0 -332
  966. package/mobile/components/page/mobile-navbar/esm2022/index.mjs +0 -5
  967. package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +0 -247
  968. package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +0 -32
  969. package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.props.mjs +0 -41
  970. package/mobile/components/page/mobile-navbar/esm2022/public_api.mjs +0 -3
  971. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +0 -317
  972. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +0 -1
  973. package/mobile/components/page/mobile-navbar/index.d.ts +0 -5
  974. package/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +0 -50
  975. package/mobile/components/page/mobile-navbar/mobile-navbar.module.d.ts +0 -10
  976. package/mobile/components/page/mobile-navbar/mobile-navbar.props.d.ts +0 -2
  977. package/mobile/components/page/mobile-navbar/package.json +0 -23
  978. package/mobile/components/page/mobile-navbar/public_api.d.ts +0 -2
  979. package/mobile/components/page/tab-bar/.npmignore +0 -2
  980. package/mobile/components/page/tab-bar/bundles/index.umd.js +0 -279
  981. package/mobile/components/page/tab-bar/esm2022/index.mjs +0 -5
  982. package/mobile/components/page/tab-bar/esm2022/public_api.mjs +0 -3
  983. package/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +0 -28
  984. package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +0 -219
  985. package/mobile/components/page/tab-bar/esm2022/tabbar.props.mjs +0 -15
  986. package/mobile/components/page/tab-bar/fesm2022/index.mjs +0 -262
  987. package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +0 -1
  988. package/mobile/components/page/tab-bar/index.d.ts +0 -5
  989. package/mobile/components/page/tab-bar/package.json +0 -23
  990. package/mobile/components/page/tab-bar/public_api.d.ts +0 -2
  991. package/mobile/components/page/tab-bar/tab-bar.module.d.ts +0 -9
  992. package/mobile/components/page/tab-bar/tabbar.component.d.ts +0 -40
  993. package/mobile/components/page/tab-bar/tabbar.props.d.ts +0 -1
  994. package/mobile/core/.npmignore +0 -2
  995. package/mobile/core/bundles/index.umd.js +0 -1658
  996. package/mobile/core/core.module.d.ts +0 -15
  997. package/mobile/core/esm2022/core.module.mjs +0 -79
  998. package/mobile/core/esm2022/index.mjs +0 -5
  999. package/mobile/core/esm2022/native.xhr.mjs +0 -340
  1000. package/mobile/core/esm2022/public_api.mjs +0 -12
  1001. package/mobile/core/esm2022/services/device-file-cache.service.mjs +0 -92
  1002. package/mobile/core/esm2022/services/device-file-download.service.mjs +0 -154
  1003. package/mobile/core/esm2022/services/device-file-opener.service.mjs +0 -112
  1004. package/mobile/core/esm2022/services/device-file-upload.service.mjs +0 -91
  1005. package/mobile/core/esm2022/services/device-file.service.mjs +0 -237
  1006. package/mobile/core/esm2022/services/device-start-up-service.mjs +0 -2
  1007. package/mobile/core/esm2022/services/device.service.mjs +0 -150
  1008. package/mobile/core/esm2022/services/ext-app-message.service.mjs +0 -114
  1009. package/mobile/core/esm2022/services/network.service.mjs +0 -358
  1010. package/mobile/core/fesm2022/index.mjs +0 -1660
  1011. package/mobile/core/fesm2022/index.mjs.map +0 -1
  1012. package/mobile/core/index.d.ts +0 -5
  1013. package/mobile/core/native.xhr.d.ts +0 -36
  1014. package/mobile/core/package.json +0 -28
  1015. package/mobile/core/public_api.d.ts +0 -11
  1016. package/mobile/core/services/device-file-cache.service.d.ts +0 -24
  1017. package/mobile/core/services/device-file-download.service.d.ts +0 -36
  1018. package/mobile/core/services/device-file-opener.service.d.ts +0 -25
  1019. package/mobile/core/services/device-file-upload.service.d.ts +0 -27
  1020. package/mobile/core/services/device-file.service.d.ts +0 -45
  1021. package/mobile/core/services/device-start-up-service.d.ts +0 -4
  1022. package/mobile/core/services/device.service.d.ts +0 -52
  1023. package/mobile/core/services/ext-app-message.service.d.ts +0 -24
  1024. package/mobile/core/services/network.service.d.ts +0 -118
  1025. package/mobile/offline/.npmignore +0 -2
  1026. package/mobile/offline/bundles/index.umd.js +0 -3512
  1027. package/mobile/offline/esm2022/index.mjs +0 -5
  1028. package/mobile/offline/esm2022/models/config.mjs +0 -64
  1029. package/mobile/offline/esm2022/models/local-db-store.mjs +0 -412
  1030. package/mobile/offline/esm2022/offline.module.mjs +0 -100
  1031. package/mobile/offline/esm2022/public_api.mjs +0 -7
  1032. package/mobile/offline/esm2022/services/change-log.service.mjs +0 -332
  1033. package/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +0 -525
  1034. package/mobile/offline/esm2022/services/local-db-management.service.mjs +0 -855
  1035. package/mobile/offline/esm2022/services/local-db.service.mjs +0 -193
  1036. package/mobile/offline/esm2022/services/local-key-value.service.mjs +0 -87
  1037. package/mobile/offline/esm2022/services/push.service.mjs +0 -49
  1038. package/mobile/offline/esm2022/services/workers/error-blocker.mjs +0 -115
  1039. package/mobile/offline/esm2022/services/workers/file-handler.mjs +0 -162
  1040. package/mobile/offline/esm2022/services/workers/id-resolver.mjs +0 -154
  1041. package/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +0 -63
  1042. package/mobile/offline/esm2022/utils/file-upload.utils.mjs +0 -59
  1043. package/mobile/offline/esm2022/utils/live-variable.utils.mjs +0 -232
  1044. package/mobile/offline/esm2022/utils/query-executor.utils.mjs +0 -82
  1045. package/mobile/offline/esm2022/utils/security.utils.mjs +0 -119
  1046. package/mobile/offline/esm2022/utils/utils.mjs +0 -8
  1047. package/mobile/offline/fesm2022/index.mjs +0 -3529
  1048. package/mobile/offline/fesm2022/index.mjs.map +0 -1
  1049. package/mobile/offline/index.d.ts +0 -5
  1050. package/mobile/offline/models/config.d.ts +0 -80
  1051. package/mobile/offline/models/local-db-store.d.ts +0 -119
  1052. package/mobile/offline/offline.module.d.ts +0 -17
  1053. package/mobile/offline/package.json +0 -28
  1054. package/mobile/offline/public_api.d.ts +0 -6
  1055. package/mobile/offline/services/change-log.service.d.ts +0 -112
  1056. package/mobile/offline/services/local-db-data-pull.service.d.ts +0 -139
  1057. package/mobile/offline/services/local-db-management.service.d.ts +0 -179
  1058. package/mobile/offline/services/local-db.service.d.ts +0 -83
  1059. package/mobile/offline/services/local-key-value.service.d.ts +0 -38
  1060. package/mobile/offline/services/push.service.d.ts +0 -11
  1061. package/mobile/offline/services/workers/error-blocker.d.ts +0 -26
  1062. package/mobile/offline/services/workers/file-handler.d.ts +0 -56
  1063. package/mobile/offline/services/workers/id-resolver.d.ts +0 -26
  1064. package/mobile/offline/services/workers/multi-part-param-transformer.d.ts +0 -11
  1065. package/mobile/offline/utils/file-upload.utils.d.ts +0 -14
  1066. package/mobile/offline/utils/live-variable.utils.d.ts +0 -24
  1067. package/mobile/offline/utils/query-executor.utils.d.ts +0 -15
  1068. package/mobile/offline/utils/security.utils.d.ts +0 -19
  1069. package/mobile/offline/utils/utils.d.ts +0 -2
  1070. package/mobile/placeholder/runtime/.npmignore +0 -2
  1071. package/mobile/placeholder/runtime/bundles/index.umd.js +0 -70
  1072. package/mobile/placeholder/runtime/components/app-ext.component.d.ts +0 -5
  1073. package/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +0 -19
  1074. package/mobile/placeholder/runtime/esm2022/index.mjs +0 -5
  1075. package/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +0 -27
  1076. package/mobile/placeholder/runtime/esm2022/public_api.mjs +0 -3
  1077. package/mobile/placeholder/runtime/fesm2022/index.mjs +0 -50
  1078. package/mobile/placeholder/runtime/fesm2022/index.mjs.map +0 -1
  1079. package/mobile/placeholder/runtime/index.d.ts +0 -5
  1080. package/mobile/placeholder/runtime/mobile-runtime.module.d.ts +0 -9
  1081. package/mobile/placeholder/runtime/package.json +0 -27
  1082. package/mobile/placeholder/runtime/public_api.d.ts +0 -2
  1083. package/mobile/placeholder/runtime-dynamic/.npmignore +0 -2
  1084. package/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +0 -40
  1085. package/mobile/placeholder/runtime-dynamic/esm2022/index.mjs +0 -5
  1086. package/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -13
  1087. package/mobile/placeholder/runtime-dynamic/esm2022/public_api.mjs +0 -2
  1088. package/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +0 -20
  1089. package/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +0 -1
  1090. package/mobile/placeholder/runtime-dynamic/index.d.ts +0 -5
  1091. package/mobile/placeholder/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -7
  1092. package/mobile/placeholder/runtime-dynamic/package.json +0 -23
  1093. package/mobile/placeholder/runtime-dynamic/public_api.d.ts +0 -1
  1094. package/mobile/runtime/.npmignore +0 -2
  1095. package/mobile/runtime/bundles/index.umd.js +0 -732
  1096. package/mobile/runtime/components/app-ext.component.d.ts +0 -14
  1097. package/mobile/runtime/esm2022/components/app-ext.component.mjs +0 -59
  1098. package/mobile/runtime/esm2022/index.mjs +0 -5
  1099. package/mobile/runtime/esm2022/mobile-runtime.module.mjs +0 -351
  1100. package/mobile/runtime/esm2022/public_api.mjs +0 -6
  1101. package/mobile/runtime/esm2022/services/cookie.service.mjs +0 -135
  1102. package/mobile/runtime/esm2022/services/http-interceptor.service.mjs +0 -147
  1103. package/mobile/runtime/esm2022/services/webprocess.service.mjs +0 -76
  1104. package/mobile/runtime/fesm2022/index.mjs +0 -742
  1105. package/mobile/runtime/fesm2022/index.mjs.map +0 -1
  1106. package/mobile/runtime/index.d.ts +0 -5
  1107. package/mobile/runtime/mobile-runtime.module.d.ts +0 -51
  1108. package/mobile/runtime/package.json +0 -28
  1109. package/mobile/runtime/public_api.d.ts +0 -5
  1110. package/mobile/runtime/services/cookie.service.d.ts +0 -31
  1111. package/mobile/runtime/services/http-interceptor.service.d.ts +0 -19
  1112. package/mobile/runtime/services/webprocess.service.d.ts +0 -15
  1113. package/mobile/runtime-dynamic/.npmignore +0 -2
  1114. package/mobile/runtime-dynamic/bundles/index.umd.js +0 -461
  1115. package/mobile/runtime-dynamic/esm2022/index.mjs +0 -5
  1116. package/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -48
  1117. package/mobile/runtime-dynamic/esm2022/public_api.mjs +0 -2
  1118. package/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +0 -404
  1119. package/mobile/runtime-dynamic/fesm2022/index.mjs +0 -454
  1120. package/mobile/runtime-dynamic/fesm2022/index.mjs.map +0 -1
  1121. package/mobile/runtime-dynamic/index.d.ts +0 -5
  1122. package/mobile/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -8
  1123. package/mobile/runtime-dynamic/package.json +0 -23
  1124. package/mobile/runtime-dynamic/public_api.d.ts +0 -1
  1125. package/mobile/runtime-dynamic/services/live-sync.service.d.ts +0 -38
  1126. package/mobile/variables/.npmignore +0 -2
  1127. package/mobile/variables/bundles/index.umd.js +0 -1166
  1128. package/mobile/variables/esm2022/index.mjs +0 -5
  1129. package/mobile/variables/esm2022/public_api.mjs +0 -10
  1130. package/mobile/variables/esm2022/services/calendar-service.mjs +0 -77
  1131. package/mobile/variables/esm2022/services/camera-service.mjs +0 -70
  1132. package/mobile/variables/esm2022/services/contacts-service.mjs +0 -74
  1133. package/mobile/variables/esm2022/services/datasync-service.mjs +0 -363
  1134. package/mobile/variables/esm2022/services/device-service/device-service.mjs +0 -161
  1135. package/mobile/variables/esm2022/services/device-service/location-service.mjs +0 -200
  1136. package/mobile/variables/esm2022/services/file-service.mjs +0 -87
  1137. package/mobile/variables/esm2022/services/scan-service.mjs +0 -60
  1138. package/mobile/variables/esm2022/variables.module.mjs +0 -78
  1139. package/mobile/variables/fesm2022/index.mjs +0 -1143
  1140. package/mobile/variables/fesm2022/index.mjs.map +0 -1
  1141. package/mobile/variables/index.d.ts +0 -5
  1142. package/mobile/variables/package.json +0 -28
  1143. package/mobile/variables/public_api.d.ts +0 -9
  1144. package/mobile/variables/services/calendar-service.d.ts +0 -10
  1145. package/mobile/variables/services/camera-service.d.ts +0 -8
  1146. package/mobile/variables/services/contacts-service.d.ts +0 -6
  1147. package/mobile/variables/services/datasync-service.d.ts +0 -11
  1148. package/mobile/variables/services/device-service/device-service.d.ts +0 -17
  1149. package/mobile/variables/services/device-service/location-service.d.ts +0 -63
  1150. package/mobile/variables/services/file-service.d.ts +0 -7
  1151. package/mobile/variables/services/scan-service.d.ts +0 -7
  1152. package/mobile/variables/variables.module.d.ts +0 -25
  1153. package/oAuth/esm2022/oAuth.module.mjs +0 -19
  1154. package/oAuth/oAuth.module.d.ts +0 -8
  1155. package/scripts/fullcalendar/main.min.js +0 -6
  1156. package/security/esm2022/security.module.mjs +0 -19
  1157. package/security/security.module.d.ts +0 -8
  1158. package/variables/esm2022/manager/variable/device-variable-manager.mjs +0 -48
  1159. package/variables/esm2022/manager/variable/device-variable-operation.mjs +0 -2
  1160. package/variables/esm2022/manager/variable/device-variable-service.mjs +0 -45
  1161. package/variables/esm2022/model/variable/device-variable.mjs +0 -19
  1162. package/variables/esm2022/variables.module.mjs +0 -52
  1163. package/variables/manager/variable/device-variable-manager.d.ts +0 -26
  1164. package/variables/manager/variable/device-variable-operation.d.ts +0 -37
  1165. package/variables/manager/variable/device-variable-service.d.ts +0 -6
  1166. package/variables/model/variable/device-variable.d.ts +0 -6
  1167. 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';
39
34
  import { defineLocale } from 'ngx-bootstrap/chronos';
40
35
  import * as i2$1 from 'ngx-bootstrap/datepicker';
41
36
  import { BsDatepickerModule } from 'ngx-bootstrap/datepicker';
37
+ import moment from 'moment';
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) {
@@ -3072,12 +3012,12 @@ class ToasterServiceImpl extends AbstractToasterService {
3072
3012
  console.warn('Please pass a valid options object, For Example : {maxOpened: 1, autoDismiss: true}');
3073
3013
  }
3074
3014
  }
3075
- static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0.ɵɵinject(i1$3.ToastrService)); }; }
3015
+ static { this.ɵfac = function ToasterServiceImpl_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToasterServiceImpl)(i0.ɵɵinject(i1$2.ToastrService)); }; }
3076
3016
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ToasterServiceImpl, factory: ToasterServiceImpl.ɵfac }); }
3077
3017
  }
3078
3018
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ToasterServiceImpl, [{
3079
3019
  type: Injectable
3080
- }], () => [{ type: i1$3.ToastrService }], null); })();
3020
+ }], () => [{ type: i1$2.ToastrService }], null); })();
3081
3021
 
3082
3022
  const APP_LOCALE_ROOT_PATH = 'resources/i18n';
3083
3023
  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',
@@ -3161,23 +3101,30 @@ class I18nServiceImpl extends AbstractI18nService {
3161
3101
  });
3162
3102
  }
3163
3103
  loadMomentLocaleBundle(momentLocale) {
3164
- const _cdnUrl = _WM_APP_PROJECT.cdnUrl || _WM_APP_PROJECT.ngDest;
3165
3104
  if (this.selectedLocale === this.defaultSupportedLocale) {
3166
3105
  moment.locale(this.defaultSupportedLocale);
3167
3106
  return;
3168
3107
  }
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
- });
3108
+ if (_WM_APP_PROJECT.isPreview) {
3109
+ const path = `${_WM_APP_PROJECT.cdnUrl}locales/moment/${momentLocale}.js`;
3110
+ loadScripts([path], true).then(() => {
3111
+ this.loadScriptForMoment(momentLocale);
3112
+ });
3113
+ }
3114
+ else {
3115
+ this.loadScriptForMoment(momentLocale);
3116
+ }
3117
+ }
3118
+ loadScriptForMoment(momentLocale) {
3119
+ moment.locale(this.selectedLocale);
3120
+ // For ngx bootstrap locale, get the config from script and apply locale
3121
+ // moment.localeData(momentLocale) will return moment locale instance. _config inside will have actual config
3122
+ let _config = moment.localeData(momentLocale);
3123
+ _config = _config && _config._config;
3124
+ defineLocale(this.selectedLocale, _config);
3125
+ this.bsLocaleService.use(this.getSelectedLocale() || this.defaultSupportedLocale);
3126
+ this.bundleLoaded.moment = true;
3127
+ this.notifyLocaleChanged();
3181
3128
  }
3182
3129
  loadAngularLocaleBundle(angLocale) {
3183
3130
  return new Promise(resolve => {
@@ -3193,23 +3140,6 @@ class I18nServiceImpl extends AbstractI18nService {
3193
3140
  }, resolve);
3194
3141
  });
3195
3142
  }
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
3143
  loadMomentTimeZoneBundle(locale, compInstance) {
3214
3144
  return new Promise(resolve => {
3215
3145
  const _cdnUrl = _WM_APP_PROJECT.cdnUrl || _WM_APP_PROJECT.ngDest;
@@ -3246,10 +3176,8 @@ class I18nServiceImpl extends AbstractI18nService {
3246
3176
  this.bundleLoaded.moment = true;
3247
3177
  }
3248
3178
  if (libLocale.fullCalendar && window['FullCalendar']) {
3249
- this.loadCalendarLocaleBundle(libLocale.fullCalendar)?.then(() => {
3250
- this.bundleLoaded.fullCalendar = true;
3251
- this.notifyLocaleChanged();
3252
- });
3179
+ this.bundleLoaded.fullCalendar = true;
3180
+ this.notifyLocaleChanged();
3253
3181
  }
3254
3182
  else {
3255
3183
  this.bundleLoaded.fullCalendar = true;
@@ -3325,21 +3253,6 @@ class I18nServiceImpl extends AbstractI18nService {
3325
3253
  // when preference is given to browser set languages, do not populate _selectedDefaultLang variable
3326
3254
  let _selectedDefaultLang = preferBrowserLang ? undefined : _defaultLanguage;
3327
3255
  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
3256
  // check for the session storage to load any pre-requested locale
3344
3257
  const _defaultLang = getSessionStorageItem('selectedLocale') || _selectedDefaultLang || _appSupportedLang || intersection(_acceptLang, _supportedLang)[0] || this.defaultSupportedLocale;
3345
3258
  // if the supportedLocale is not available set it to defaultLocale
@@ -3358,28 +3271,20 @@ class I18nServiceImpl extends AbstractI18nService {
3358
3271
  // This function returns the accepted languages list
3359
3272
  getAcceptedLanguages() {
3360
3273
  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
- }
3274
+ languages = decodeURIComponent(getWmProjectProperties().preferredLanguage || '');
3275
+ /**
3276
+ * Accept-Language Header will contain set of supported locale, so try splitting the string to proper locale set
3277
+ * Ex: en,en-US;q=0.9,de;q=0.6,ar;q=0.2,hi
3278
+ *
3279
+ * Split the above into [en,en-us,de,ar,hi]
3280
+ * @type {Array}
3281
+ */
3282
+ languages = languages.split(',').map(function (locale) {
3283
+ return locale.split(';')[0];
3284
+ });
3377
3285
  return map(languages, toLower);
3378
3286
  }
3379
3287
  initCalendarLocale() {
3380
- if (this.selectedLocale !== 'en') {
3381
- return this.loadCalendarLocaleBundle(this.selectedLocale, true);
3382
- }
3383
3288
  return Promise.resolve();
3384
3289
  }
3385
3290
  isAngularLocaleLoaded() {
@@ -3396,12 +3301,12 @@ class I18nServiceImpl extends AbstractI18nService {
3396
3301
  this.app.notify('locale-changed', this.bundleLoaded.libLocale);
3397
3302
  }
3398
3303
  }
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)); }; }
3304
+ 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
3305
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: I18nServiceImpl, factory: I18nServiceImpl.ɵfac }); }
3401
3306
  }
3402
3307
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(I18nServiceImpl, [{
3403
3308
  type: Injectable
3404
- }], () => [{ type: i1$5.HttpClient }, { type: i2$1.BsLocaleService }, { type: i1.AppDefaults }, { type: i0.Injector }], null); })();
3309
+ }], () => [{ type: i1$4.HttpClient }, { type: i2$1.BsLocaleService }, { type: i1.AppDefaults }, { type: i0.Injector }], null); })();
3405
3310
 
3406
3311
  const spinnerTemplate = `<div class="app-spinner">
3407
3312
  <div class="spinner-message" aria-label="loading gif">
@@ -4023,13 +3928,13 @@ class I18nResolve {
4023
3928
  }], () => [{ type: i1.AbstractI18nService }], null); })();
4024
3929
 
4025
3930
  const _c0 = ["dynamicComponent"];
4026
- function AppComponent_ng_container_0_div_2_Template(rf, ctx) { if (rf & 1) {
4027
- i0.ɵɵelement(0, "div", 11);
3931
+ function AppComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
3932
+ i0.ɵɵelement(0, "div", 2);
4028
3933
  } }
4029
- function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (rf & 1) {
3934
+ function AppComponent_Conditional_0_ng_template_4_For_2_Template(rf, ctx) { if (rf & 1) {
4030
3935
  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()); });
3936
+ i0.ɵɵelementStart(0, "li", 11)(1, "button", 12);
3937
+ 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
3938
  i0.ɵɵtext(2);
4034
3939
  i0.ɵɵelementEnd()();
4035
3940
  } if (rf & 2) {
@@ -4037,44 +3942,42 @@ function AppComponent_ng_container_0_ng_template_5_li_1_Template(rf, ctx) { if (
4037
3942
  i0.ɵɵadvance(2);
4038
3943
  i0.ɵɵtextInterpolate(provider_r2.name);
4039
3944
  } }
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);
3945
+ function AppComponent_Conditional_0_ng_template_4_Template(rf, ctx) { if (rf & 1) {
3946
+ i0.ɵɵelementStart(0, "ul", 10);
3947
+ i0.ɵɵrepeaterCreate(1, AppComponent_Conditional_0_ng_template_4_For_2_Template, 3, 1, "li", 11, i0.ɵɵrepeaterTrackByIdentity);
4043
3948
  i0.ɵɵelementEnd();
4044
3949
  } if (rf & 2) {
4045
3950
  const ctx_r2 = i0.ɵɵnextContext(2);
4046
3951
  i0.ɵɵadvance();
4047
- i0.ɵɵproperty("ngForOf", ctx_r2.providersConfig);
3952
+ i0.ɵɵrepeater(ctx_r2.providersConfig);
4048
3953
  } }
4049
- function AppComponent_ng_container_0_div_8_Template(rf, ctx) { if (rf & 1) {
4050
- i0.ɵɵelement(0, "div", 16);
3954
+ function AppComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
3955
+ i0.ɵɵelement(0, "div", 6);
4051
3956
  } }
4052
- function AppComponent_ng_container_0_div_9_Template(rf, ctx) { if (rf & 1) {
4053
- i0.ɵɵelement(0, "div", 17);
3957
+ function AppComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
3958
+ i0.ɵɵelement(0, "div", 7);
4054
3959
  } }
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);
3960
+ function AppComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
3961
+ i0.ɵɵelement(0, "router-outlet");
3962
+ i0.ɵɵtemplate(1, AppComponent_Conditional_0_Conditional_1_Template, 1, 0, "div", 2);
3963
+ i0.ɵɵelement(2, "app-spinner", 3);
3964
+ i0.ɵɵelementStart(3, "div", 4);
3965
+ i0.ɵɵtemplate(4, AppComponent_Conditional_0_ng_template_4_Template, 3, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
4062
3966
  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();
3967
+ i0.ɵɵelement(6, "div", 5);
3968
+ i0.ɵɵtemplate(7, AppComponent_Conditional_0_Conditional_7_Template, 1, 0, "div", 6)(8, AppComponent_Conditional_0_Conditional_8_Template, 1, 0, "div", 7);
3969
+ i0.ɵɵelement(9, "div", 8)(10, "i", 9);
4067
3970
  } if (rf & 2) {
4068
3971
  const ctx_r2 = i0.ɵɵnextContext();
4069
- i0.ɵɵadvance(2);
4070
- i0.ɵɵproperty("ngIf", ctx_r2.isApplicationType);
3972
+ i0.ɵɵadvance();
3973
+ i0.ɵɵconditional(ctx_r2.isApplicationType ? 1 : -1);
4071
3974
  i0.ɵɵadvance();
4072
3975
  i0.ɵɵproperty("show", ctx_r2.spinner.show)("spinnermessages", ctx_r2.spinner.messages);
4073
3976
  i0.ɵɵattribute("aria-label", ctx_r2.spinner.arialabel || "Loading");
4074
3977
  i0.ɵɵadvance(5);
4075
- i0.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
3978
+ i0.ɵɵconditional(!ctx_r2.isApplicationType ? 7 : -1);
4076
3979
  i0.ɵɵadvance();
4077
- i0.ɵɵproperty("ngIf", !ctx_r2.isApplicationType);
3980
+ i0.ɵɵconditional(!ctx_r2.isApplicationType ? 8 : -1);
4078
3981
  } }
4079
3982
  class AppComponent {
4080
3983
  constructor(_pipeProvider, _appRef, elRef, oAuthService, dialogService, spinnerService, ngZone, router, app, appManager, customIconsLoaderService) {
@@ -4203,12 +4106,7 @@ class AppComponent {
4203
4106
  }
4204
4107
  ngAfterViewInit() {
4205
4108
  document.documentElement.setAttribute('lang', getWmProjectProperties().defaultLanguage);
4206
- if (hasCordova() && !window['wmDeviceReady']) {
4207
- document.addEventListener('wmDeviceReady', () => this.start());
4208
- }
4209
- else {
4210
- this.start();
4211
- }
4109
+ this.start();
4212
4110
  }
4213
4111
  ngDoCheck() {
4214
4112
  $invokeWatchers();
@@ -4221,16 +4119,16 @@ class AppComponent {
4221
4119
  let _t;
4222
4120
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.routerOutlet = _t.first);
4223
4121
  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);
4122
+ } }, 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) {
4123
+ i0.ɵɵtemplate(0, AppComponent_Conditional_0_Template, 11, 6);
4226
4124
  i0.ɵɵelementContainer(1, null, 0);
4227
4125
  } 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 }); }
4126
+ i0.ɵɵconditional(ctx.startApp ? 0 : -1);
4127
+ } }, dependencies: [CommonModule, WmComponentsModule, i3.ContainerDirective, i3.PartialParamHandlerDirective, i3.PartialContainerDirective, RouterOutlet, AlertDialogComponent, ConfirmDialogComponent, DialogComponent, AppSpinnerComponent], encapsulation: 2 }); }
4230
4128
  }
4231
4129
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppComponent, [{
4232
4130
  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" }]
4131
+ 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
4132
  }], () => [{ 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
4133
  type: ViewChild,
4236
4134
  args: [RouterOutlet]
@@ -4238,7 +4136,7 @@ class AppComponent {
4238
4136
  type: ViewChild,
4239
4137
  args: ['dynamicComponent', { read: ViewContainerRef }]
4240
4138
  }] }); })();
4241
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppComponent, { className: "AppComponent", filePath: "components/app-component/app.component.ts", lineNumber: 46 }); })();
4139
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AppComponent, { className: "AppComponent", filePath: "components/app-component/app.component.ts", lineNumber: 53 }); })();
4242
4140
 
4243
4141
  /**
4244
4142
  * This Interceptor intercepts all network calls and if a network call fails
@@ -4314,6 +4212,41 @@ class HttpCallInterceptor {
4314
4212
  type: Injectable
4315
4213
  }], () => [], null); })();
4316
4214
 
4215
+ class PrefabDirective {
4216
+ constructor(componentInstance, vcRef, elRef, prefabMngr, resolver, injector, componentRefProvider) {
4217
+ this.componentInstance = componentInstance;
4218
+ this.vcRef = vcRef;
4219
+ this.elRef = elRef;
4220
+ this.prefabMngr = prefabMngr;
4221
+ this.resolver = resolver;
4222
+ this.injector = injector;
4223
+ this.componentRefProvider = componentRefProvider;
4224
+ const prefabName = this.componentInstance.prefabName;
4225
+ this.prefabMngr.loadDependencies(prefabName)
4226
+ .then(async () => {
4227
+ const componentFactory = await this.componentRefProvider.getComponentFactoryRef(prefabName, ComponentType.PREFAB);
4228
+ if (componentFactory) {
4229
+ const instanceRef = this.vcRef.createComponent(componentFactory, 0, injector);
4230
+ this.elRef.nativeElement.appendChild(instanceRef.location.nativeElement);
4231
+ }
4232
+ });
4233
+ }
4234
+ 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)); }; }
4235
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["", "wmPrefab", "", "prefabname", ""]], standalone: true }); }
4236
+ }
4237
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrefabDirective, [{
4238
+ type: Directive,
4239
+ args: [{
4240
+ standalone: true,
4241
+ selector: '[wmPrefab][prefabname]'
4242
+ }]
4243
+ }], () => [{ type: undefined, decorators: [{
4244
+ type: Self
4245
+ }, {
4246
+ type: Inject,
4247
+ args: [WidgetRef]
4248
+ }] }, { type: i0.ViewContainerRef }, { type: i0.ElementRef }, { type: PrefabManagerService }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: ComponentRefProvider }], null); })();
4249
+
4317
4250
  const PREFAB = 'PREFAB';
4318
4251
  class PrefabPreviewComponent {
4319
4252
  constructor(prefabManager) {
@@ -4394,15 +4327,17 @@ class PrefabPreviewComponent {
4394
4327
  } if (rf & 2) {
4395
4328
  let _t;
4396
4329
  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) {
4330
+ } }, 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
4331
  i0.ɵɵelementStart(0, "div", 0);
4399
4332
  i0.ɵɵelement(1, "section", 1);
4400
4333
  i0.ɵɵelementEnd();
4401
- } }, dependencies: [i2$3.PrefabDirective, PrefabDirective], encapsulation: 2 }); }
4334
+ } }, dependencies: [PrefabDirective$1, PrefabDirective, WmComponentsModule], encapsulation: 2 }); }
4402
4335
  }
4403
4336
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrefabPreviewComponent, [{
4404
4337
  type: Component,
4405
4338
  args: [{
4339
+ standalone: true,
4340
+ imports: [PrefabDirective$1, PrefabDirective, WmComponentsModule],
4406
4341
  selector: 'wm-prefab-preview',
4407
4342
  template: `
4408
4343
  <div class="prefab-preview row">
@@ -4414,7 +4349,7 @@ class PrefabPreviewComponent {
4414
4349
  type: ViewChild,
4415
4350
  args: [PrefabDirective$1, { static: true }]
4416
4351
  }] }); })();
4417
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PrefabPreviewComponent, { className: "PrefabPreviewComponent", filePath: "components/prefab-preview.component.ts", lineNumber: 17 }); })();
4352
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PrefabPreviewComponent, { className: "PrefabPreviewComponent", filePath: "components/prefab-preview.component.ts", lineNumber: 19 }); })();
4418
4353
 
4419
4354
  initComponentsBuildTask();
4420
4355
  const componentFactoryRefCache = new Map();
@@ -4716,12 +4651,12 @@ class WMDomRendererFactory2 {
4716
4651
  }
4717
4652
  begin() { }
4718
4653
  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)); }; }
4654
+ 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
4655
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WMDomRendererFactory2, factory: WMDomRendererFactory2.ɵfac }); }
4721
4656
  }
4722
4657
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WMDomRendererFactory2, [{
4723
4658
  type: Injectable
4724
- }], () => [{ type: i1$4.EventManager }, { type: i1$4.ɵSharedStylesHost }, { type: undefined, decorators: [{
4659
+ }], () => [{ type: i1$3.EventManager }, { type: i1$3.ɵSharedStylesHost }, { type: undefined, decorators: [{
4725
4660
  type: Inject,
4726
4661
  args: [APP_ID]
4727
4662
  }] }, { type: Document, decorators: [{
@@ -4965,17 +4900,18 @@ ShadowDomRenderer = __decorate([
4965
4900
  const initializeProjectDetails = () => {
4966
4901
  let cdnUrl = document.querySelector('[name="deployUrl"]') && document.querySelector('[name="deployUrl"]').getAttribute('content');
4967
4902
  _WM_APP_PROJECT.isPreview = cdnUrl ? false : true;
4968
- let apiUrl = document.querySelector('[name="apiUrl"]') && document.querySelector('[name="apiUrl"]').getAttribute('content');
4903
+ const apiUrl = document.querySelector('[name="apiUrl"]') && document.querySelector('[name="apiUrl"]').getAttribute('content');
4969
4904
  //for preview
4970
4905
  if (!cdnUrl) {
4971
4906
  cdnUrl = document.querySelector('[name="cdnUrl"]') && document.querySelector('[name="cdnUrl"]').getAttribute('content');
4972
4907
  }
4973
- _WM_APP_PROJECT.id = hasCordova() ? _WM_APP_PROPERTIES.displayName : location.href.split('/')[3];
4908
+ _WM_APP_PROJECT.id = location.href.split('/')[3];
4974
4909
  // 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
4910
  _WM_APP_PROJECT.apiUrl = apiUrl || './';
4976
4911
  _WM_APP_PROJECT.cdnUrl = cdnUrl || 'ng-bundle/';
4977
4912
  _WM_APP_PROJECT.ngDest = 'ng-bundle/';
4978
4913
  try {
4914
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
4979
4915
  //@ts-ignore
4980
4916
  __webpack_require__.p = __webpack_public_path__ = cdnUrl;
4981
4917
  }
@@ -4994,7 +4930,6 @@ function getSettingProvider(key, defaultValue) {
4994
4930
  useValue: defaultValue
4995
4931
  };
4996
4932
  }
4997
- ;
4998
4933
  function InitializeApp(I18nService, AppJSResolve) {
4999
4934
  return async () => {
5000
4935
  initializeProjectDetails();
@@ -5010,15 +4945,17 @@ const definitions = [
5010
4945
  AccessrolesDirective,
5011
4946
  AppSpinnerComponent,
5012
4947
  CustomToasterComponent,
5013
- PrefabDirective,
5014
4948
  AppComponent,
4949
+ PrefabDirective,
5015
4950
  PrefabPreviewComponent,
5016
4951
  EmptyPageComponent
5017
4952
  ];
5018
4953
  const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS = [
5019
- ConfirmDialogModule,
5020
- DesignDialogModule,
5021
- DialogModule,
4954
+ ConfirmDialogComponent,
4955
+ DialogComponent,
4956
+ DialogBodyDirective,
4957
+ DialogFooterDirective,
4958
+ DialogHeaderComponent,
5022
4959
  // NGX Bootstrap
5023
4960
  BsDatepickerModule,
5024
4961
  TimepickerModule,
@@ -5031,60 +4968,112 @@ const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS = [
5031
4968
  NgCircleProgressModule,
5032
4969
  TooltipModule,
5033
4970
  // Basic widgets
5034
- BasicModule,
5035
- ProgressModule,
5036
- RichTextEditorModule,
5037
- SearchModule,
5038
- TreeModule,
4971
+ AnchorComponent,
4972
+ AudioComponent,
4973
+ HtmlDirective,
4974
+ IconComponent,
4975
+ IframeComponent,
4976
+ LabelDirective,
4977
+ PictureDirective,
4978
+ SpinnerComponent,
4979
+ VideoComponent,
4980
+ ProgressBarComponent,
4981
+ ProgressCircleComponent,
4982
+ RichTextEditorComponent,
4983
+ SearchComponent, ScrollableDirective,
4984
+ TreeComponent,
5039
4985
  // Input
5040
- CalendarModule,
5041
- ChipsModule,
5042
- ColorPickerModule,
5043
- CurrencyModule,
5044
- EpochModule,
5045
- FileUploadModule,
5046
- InputModule,
5047
- RatingModule,
5048
- SliderModule,
4986
+ CalendarComponent,
4987
+ ChipsComponent,
4988
+ ColorPickerComponent,
4989
+ CurrencyComponent,
4990
+ DateComponent,
4991
+ DatetimeComponent,
4992
+ TimeComponent,
4993
+ DateTimePickerComponent,
4994
+ TimePickerComponent,
4995
+ PickerComponent,
4996
+ PickerGroupComponent,
4997
+ FileUploadComponent,
4998
+ ButtonComponent,
4999
+ ButtonGroupDirective,
5000
+ CaptionPositionDirective,
5001
+ CheckboxComponent,
5002
+ CheckboxsetComponent,
5003
+ CompositeDirective,
5004
+ NumberComponent,
5005
+ RadiosetComponent,
5006
+ SelectComponent,
5007
+ SwitchComponent,
5008
+ InputCalendarComponent,
5009
+ InputColorComponent,
5010
+ InputEmailComponent,
5011
+ InputNumberComponent,
5012
+ InputTextComponent,
5013
+ TextareaComponent,
5014
+ RatingComponent,
5015
+ SliderComponent,
5049
5016
  // Data
5050
- CardModule,
5051
- FormModule,
5052
- ListModule,
5053
- LiveTableModule,
5054
- PaginationModule$1,
5055
- TableModule,
5017
+ CardComponent,
5018
+ CardActionsDirective,
5019
+ CardContentComponent,
5020
+ CardFooterDirective,
5021
+ FormComponent,
5022
+ FormWidgetDirective,
5023
+ FormActionDirective,
5024
+ FormFieldDirective,
5025
+ LiveActionsDirective,
5026
+ DependsonDirective,
5027
+ LiveFilterDirective,
5028
+ LiveFormDirective,
5029
+ ListComponent, ListItemDirective,
5030
+ LiveTableComponent,
5031
+ PaginationComponent,
5032
+ TableComponent,
5033
+ TableCUDDirective,
5034
+ TableFilterSortDirective,
5035
+ TableActionDirective,
5036
+ TableColumnDirective,
5037
+ TableColumnGroupDirective,
5038
+ TableRowDirective,
5039
+ TableRowActionDirective,
5056
5040
  // chart
5057
- ChartModule,
5041
+ ChartComponent,
5058
5042
  // container modules
5059
- AccordionModule,
5060
- LinearLayoutModule,
5061
- LayoutGridModule,
5062
- PanelModule,
5063
- TabsModule,
5064
- TileModule,
5065
- WizardModule,
5043
+ AccordionPaneComponent, AccordionDirective,
5044
+ LinearLayoutDirective, LinearLayoutItemDirective,
5045
+ LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective,
5046
+ PanelComponent,
5047
+ TabPaneComponent, TabsComponent,
5048
+ TileDirective,
5049
+ WizardActionDirective, WizardStepComponent, WizardComponent,
5066
5050
  // dialogs
5067
- AlertDialogModule,
5068
- IframeDialogModule,
5069
- LoginDialogModule,
5070
- PartialDialogModule,
5051
+ AlertDialogComponent,
5052
+ IframeDialogComponent,
5053
+ LoginDialogDirective,
5054
+ PartialDialogComponent,
5071
5055
  // navigation
5072
- BreadcrumbModule,
5073
- MenuModule,
5074
- NavbarModule,
5075
- PopoverModule$1,
5056
+ BreadcrumbComponent,
5057
+ MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective,
5058
+ NavbarComponent,
5059
+ PopoverComponent,
5076
5060
  // Advanced
5077
- CarouselModule$1,
5078
- LoginModule,
5079
- MarqueeModule,
5080
- CustomModule,
5081
- PageModule,
5082
- FooterModule,
5083
- HeaderModule,
5084
- LeftPanelModule,
5085
- RightPanelModule,
5086
- TopNavModule,
5087
- PrefabModule
5061
+ CarouselDirective, CarouselTemplateDirective,
5062
+ LoginComponent,
5063
+ MarqueeDirective,
5064
+ CustomWidgetDirective, CustomWidgetContainerDirective,
5065
+ PageDirective,
5066
+ LayoutDirective,
5067
+ ContentComponent,
5068
+ PageContentComponent,
5069
+ SpaPageDirective,
5070
+ RouterOutletDirective,
5071
+ FooterDirective,
5072
+ HeaderComponent,
5073
+ LeftPanelDirective,
5074
+ RightPanelDirective,
5075
+ TopNavDirective,
5076
+ PrefabDirective$1, PrefabContainerDirective
5088
5077
  ];
5089
5078
  // setting parseExpr as exprEvaluator for swipeAnimation
5090
5079
  $.fn.swipeAnimation.expressionEvaluator = $parseExpr;
@@ -5144,12 +5133,16 @@ class RuntimeBaseModule {
5144
5133
  AppJSResolve,
5145
5134
  AppExtensionJSResolve,
5146
5135
  I18nResolve,
5136
+ SecurityService,
5137
+ OAuthService,
5138
+ VariablesService,
5139
+ MetadataService,
5147
5140
  getSettingProvider(MAX_CACHE_SIZE, 10),
5148
5141
  getSettingProvider(MAX_CACHE_AGE, 30 * 60)
5149
5142
  ]
5150
5143
  };
5151
5144
  }
5152
- constructor(mobileRuntimeModule, app, viewport) {
5145
+ constructor(app, viewport) {
5153
5146
  RuntimeBaseModule.addCustomEventPolyfill();
5154
5147
  this.getDeviceDetails().then(details => {
5155
5148
  app.selectedViewPort = {
@@ -5182,38 +5175,23 @@ class RuntimeBaseModule {
5182
5175
  }
5183
5176
  });
5184
5177
  }
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)); }; }
5178
+ static { this.ɵfac = function RuntimeBaseModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RuntimeBaseModule)(i0.ɵɵinject(i1.App), i0.ɵɵinject(i1.Viewport)); }; }
5186
5179
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: RuntimeBaseModule }); }
5187
5180
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
5188
5181
  { provide: _SharedStylesHost, useClass: WMDomSharedStylesHost },
5189
- { provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 }
5182
+ { provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 },
5183
+ HttpServiceImpl,
5190
5184
  ], imports: [CommonModule,
5191
5185
  RouterModule,
5192
5186
  HttpClientModule,
5193
5187
  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,
5188
+ ReactiveFormsModule, AppSpinnerComponent,
5189
+ CustomToasterComponent,
5190
+ AppComponent,
5191
+ PrefabPreviewComponent, ToastrModule,
5192
+ WmComponentsModule, ConfirmDialogComponent,
5193
+ DialogComponent,
5194
+ DialogHeaderComponent,
5217
5195
  // NGX Bootstrap
5218
5196
  BsDatepickerModule,
5219
5197
  TimepickerModule,
@@ -5226,125 +5204,142 @@ class RuntimeBaseModule {
5226
5204
  NgCircleProgressModule,
5227
5205
  TooltipModule,
5228
5206
  // Basic widgets
5229
- BasicModule,
5230
- ProgressModule,
5231
- RichTextEditorModule,
5232
- SearchModule,
5233
- TreeModule,
5207
+ AnchorComponent,
5208
+ AudioComponent,
5209
+ IconComponent,
5210
+ IframeComponent,
5211
+ SpinnerComponent,
5212
+ VideoComponent,
5213
+ ProgressBarComponent,
5214
+ ProgressCircleComponent,
5215
+ RichTextEditorComponent,
5216
+ SearchComponent,
5217
+ TreeComponent,
5234
5218
  // Input
5235
- CalendarModule,
5236
- ChipsModule,
5237
- ColorPickerModule,
5238
- CurrencyModule,
5239
- EpochModule,
5240
- FileUploadModule,
5241
- InputModule,
5242
- RatingModule,
5243
- SliderModule,
5219
+ CalendarComponent,
5220
+ ChipsComponent,
5221
+ ColorPickerComponent,
5222
+ CurrencyComponent,
5223
+ DateComponent,
5224
+ DatetimeComponent,
5225
+ TimeComponent,
5226
+ DateTimePickerComponent,
5227
+ TimePickerComponent,
5228
+ PickerComponent,
5229
+ PickerGroupComponent,
5230
+ FileUploadComponent,
5231
+ ButtonComponent,
5232
+ CheckboxComponent,
5233
+ CheckboxsetComponent,
5234
+ NumberComponent,
5235
+ RadiosetComponent,
5236
+ SelectComponent,
5237
+ SwitchComponent,
5238
+ InputCalendarComponent,
5239
+ InputColorComponent,
5240
+ InputEmailComponent,
5241
+ InputNumberComponent,
5242
+ InputTextComponent,
5243
+ TextareaComponent,
5244
+ RatingComponent,
5245
+ SliderComponent,
5244
5246
  // Data
5245
- CardModule,
5246
- FormModule,
5247
- ListModule,
5248
- LiveTableModule,
5249
- PaginationModule$1,
5250
- TableModule,
5247
+ CardComponent,
5248
+ CardContentComponent,
5249
+ FormComponent,
5250
+ ListComponent,
5251
+ LiveTableComponent,
5252
+ PaginationComponent,
5253
+ TableComponent,
5251
5254
  // chart
5252
- ChartModule,
5255
+ ChartComponent,
5253
5256
  // container modules
5254
- AccordionModule,
5255
- LinearLayoutModule,
5256
- LayoutGridModule,
5257
- PanelModule,
5258
- TabsModule,
5259
- TileModule,
5260
- WizardModule,
5257
+ AccordionPaneComponent,
5258
+ PanelComponent,
5259
+ TabPaneComponent, TabsComponent,
5260
+ WizardStepComponent, WizardComponent,
5261
5261
  // dialogs
5262
- AlertDialogModule,
5263
- IframeDialogModule,
5264
- LoginDialogModule,
5265
- PartialDialogModule,
5262
+ AlertDialogComponent,
5263
+ IframeDialogComponent,
5264
+ PartialDialogComponent,
5266
5265
  // 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] }); }
5266
+ BreadcrumbComponent,
5267
+ MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavComponent,
5268
+ NavbarComponent,
5269
+ PopoverComponent,
5270
+ LoginComponent,
5271
+ ContentComponent,
5272
+ PageContentComponent,
5273
+ HeaderComponent, FormsModule,
5274
+ ReactiveFormsModule,
5275
+ CommonModule,
5276
+ RouterModule,
5277
+ HttpClientModule,
5278
+ ToastrModule,
5279
+ WmComponentsModule,
5280
+ // NGX Bootstrap
5281
+ BsDatepickerModule,
5282
+ TimepickerModule,
5283
+ BsDropdownModule,
5284
+ PaginationModule,
5285
+ TypeaheadModule,
5286
+ ProgressbarModule,
5287
+ CarouselModule,
5288
+ PopoverModule,
5289
+ NgCircleProgressModule,
5290
+ TooltipModule] }); }
5283
5291
  }
5284
5292
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RuntimeBaseModule, [{
5285
5293
  type: NgModule,
5286
5294
  args: [{
5287
- declarations: [...definitions],
5288
5295
  imports: [
5289
5296
  CommonModule,
5290
5297
  RouterModule,
5291
5298
  HttpClientModule,
5292
5299
  FormsModule,
5293
5300
  ReactiveFormsModule,
5301
+ ...definitions,
5294
5302
  ToastrModule,
5295
5303
  WmComponentsModule,
5296
- MobileRuntimeModule,
5297
- CoreModule,
5298
- SecurityModule,
5299
- OAuthModule,
5300
- VariablesModule,
5301
- HttpServiceModule,
5304
+ // CoreModule,
5302
5305
  ...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
5303
5306
  ],
5304
5307
  exports: [
5305
5308
  FormsModule,
5306
5309
  ReactiveFormsModule,
5307
- ...definitions,
5310
+ PrefabDirective,
5311
+ AccessrolesDirective,
5308
5312
  CommonModule,
5309
5313
  RouterModule,
5310
5314
  HttpClientModule,
5311
5315
  ToastrModule,
5312
5316
  WmComponentsModule,
5313
- MobileRuntimeModule,
5314
- CoreModule,
5315
- SecurityModule,
5316
- OAuthModule,
5317
- VariablesModule,
5318
- HttpServiceModule,
5317
+ // CoreModule,
5319
5318
  ...REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS
5320
5319
  ],
5321
5320
  providers: [
5322
5321
  { provide: _SharedStylesHost, useClass: WMDomSharedStylesHost },
5323
- { provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 }
5322
+ { provide: _DomRendererFactory2, useClass: WMDomRendererFactory2 },
5323
+ HttpServiceImpl,
5324
5324
  ]
5325
5325
  }]
5326
- }], () => [{ type: i1$6.MobileRuntimeModule }, { type: i1.App }, { type: i1.Viewport }], null); })();
5327
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(RuntimeBaseModule, { declarations: [AccessrolesDirective,
5326
+ }], () => [{ type: i1.App }, { type: i1.Viewport }], null); })();
5327
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(RuntimeBaseModule, { imports: [CommonModule,
5328
+ RouterModule,
5329
+ HttpClientModule,
5330
+ FormsModule,
5331
+ ReactiveFormsModule, AccessrolesDirective,
5328
5332
  AppSpinnerComponent,
5329
5333
  CustomToasterComponent,
5330
- PrefabDirective,
5331
5334
  AppComponent,
5335
+ PrefabDirective,
5332
5336
  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,
5337
+ EmptyPageComponent, ToastrModule,
5338
+ WmComponentsModule, ConfirmDialogComponent,
5339
+ DialogComponent,
5340
+ DialogBodyDirective,
5341
+ DialogFooterDirective,
5342
+ DialogHeaderComponent,
5348
5343
  // NGX Bootstrap
5349
5344
  BsDatepickerModule,
5350
5345
  TimepickerModule,
@@ -5357,79 +5352,124 @@ class RuntimeBaseModule {
5357
5352
  NgCircleProgressModule,
5358
5353
  TooltipModule,
5359
5354
  // Basic widgets
5360
- BasicModule,
5361
- ProgressModule,
5362
- RichTextEditorModule,
5363
- SearchModule,
5364
- TreeModule,
5355
+ AnchorComponent,
5356
+ AudioComponent,
5357
+ HtmlDirective,
5358
+ IconComponent,
5359
+ IframeComponent,
5360
+ LabelDirective,
5361
+ PictureDirective,
5362
+ SpinnerComponent,
5363
+ VideoComponent,
5364
+ ProgressBarComponent,
5365
+ ProgressCircleComponent,
5366
+ RichTextEditorComponent,
5367
+ SearchComponent, ScrollableDirective,
5368
+ TreeComponent,
5365
5369
  // Input
5366
- CalendarModule,
5367
- ChipsModule,
5368
- ColorPickerModule,
5369
- CurrencyModule,
5370
- EpochModule,
5371
- FileUploadModule,
5372
- InputModule,
5373
- RatingModule,
5374
- SliderModule,
5370
+ CalendarComponent,
5371
+ ChipsComponent,
5372
+ ColorPickerComponent,
5373
+ CurrencyComponent,
5374
+ DateComponent,
5375
+ DatetimeComponent,
5376
+ TimeComponent,
5377
+ DateTimePickerComponent,
5378
+ TimePickerComponent,
5379
+ PickerComponent,
5380
+ PickerGroupComponent,
5381
+ FileUploadComponent,
5382
+ ButtonComponent,
5383
+ ButtonGroupDirective,
5384
+ CaptionPositionDirective,
5385
+ CheckboxComponent,
5386
+ CheckboxsetComponent,
5387
+ CompositeDirective,
5388
+ NumberComponent,
5389
+ RadiosetComponent,
5390
+ SelectComponent,
5391
+ SwitchComponent,
5392
+ InputCalendarComponent,
5393
+ InputColorComponent,
5394
+ InputEmailComponent,
5395
+ InputNumberComponent,
5396
+ InputTextComponent,
5397
+ TextareaComponent,
5398
+ RatingComponent,
5399
+ SliderComponent,
5375
5400
  // Data
5376
- CardModule,
5377
- FormModule,
5378
- ListModule,
5379
- LiveTableModule,
5380
- PaginationModule$1,
5381
- TableModule,
5401
+ CardComponent,
5402
+ CardActionsDirective,
5403
+ CardContentComponent,
5404
+ CardFooterDirective,
5405
+ FormComponent,
5406
+ FormWidgetDirective,
5407
+ FormActionDirective,
5408
+ FormFieldDirective,
5409
+ LiveActionsDirective,
5410
+ DependsonDirective,
5411
+ LiveFilterDirective,
5412
+ LiveFormDirective,
5413
+ ListComponent, ListItemDirective,
5414
+ LiveTableComponent,
5415
+ PaginationComponent,
5416
+ TableComponent,
5417
+ TableCUDDirective,
5418
+ TableFilterSortDirective,
5419
+ TableActionDirective,
5420
+ TableColumnDirective,
5421
+ TableColumnGroupDirective,
5422
+ TableRowDirective,
5423
+ TableRowActionDirective,
5382
5424
  // chart
5383
- ChartModule,
5425
+ ChartComponent,
5384
5426
  // container modules
5385
- AccordionModule,
5386
- LinearLayoutModule,
5387
- LayoutGridModule,
5388
- PanelModule,
5389
- TabsModule,
5390
- TileModule,
5391
- WizardModule,
5427
+ AccordionPaneComponent, AccordionDirective,
5428
+ LinearLayoutDirective, LinearLayoutItemDirective,
5429
+ LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective,
5430
+ PanelComponent,
5431
+ TabPaneComponent, TabsComponent,
5432
+ TileDirective,
5433
+ WizardActionDirective, WizardStepComponent, WizardComponent,
5392
5434
  // dialogs
5393
- AlertDialogModule,
5394
- IframeDialogModule,
5395
- LoginDialogModule,
5396
- PartialDialogModule,
5435
+ AlertDialogComponent,
5436
+ IframeDialogComponent,
5437
+ LoginDialogDirective,
5438
+ PartialDialogComponent,
5397
5439
  // navigation
5398
- BreadcrumbModule,
5399
- MenuModule,
5400
- NavbarModule,
5401
- PopoverModule$1,
5440
+ BreadcrumbComponent,
5441
+ MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective,
5442
+ NavbarComponent,
5443
+ PopoverComponent,
5402
5444
  // 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,
5445
+ CarouselDirective, CarouselTemplateDirective,
5446
+ LoginComponent,
5447
+ MarqueeDirective,
5448
+ CustomWidgetDirective, CustomWidgetContainerDirective,
5449
+ PageDirective,
5450
+ LayoutDirective,
5451
+ ContentComponent,
5452
+ PageContentComponent,
5453
+ SpaPageDirective,
5454
+ RouterOutletDirective,
5455
+ FooterDirective,
5456
+ HeaderComponent,
5457
+ LeftPanelDirective,
5458
+ RightPanelDirective,
5459
+ TopNavDirective,
5460
+ PrefabDirective$1, PrefabContainerDirective], exports: [FormsModule,
5461
+ ReactiveFormsModule,
5417
5462
  PrefabDirective,
5418
- AppComponent,
5419
- PrefabPreviewComponent,
5420
- EmptyPageComponent, CommonModule,
5463
+ AccessrolesDirective,
5464
+ CommonModule,
5421
5465
  RouterModule,
5422
5466
  HttpClientModule,
5423
5467
  ToastrModule,
5424
- WmComponentsModule,
5425
- MobileRuntimeModule,
5426
- CoreModule,
5427
- SecurityModule,
5428
- OAuthModule,
5429
- VariablesModule,
5430
- HttpServiceModule, ConfirmDialogModule,
5431
- DesignDialogModule,
5432
- DialogModule,
5468
+ WmComponentsModule, ConfirmDialogComponent,
5469
+ DialogComponent,
5470
+ DialogBodyDirective,
5471
+ DialogFooterDirective,
5472
+ DialogHeaderComponent,
5433
5473
  // NGX Bootstrap
5434
5474
  BsDatepickerModule,
5435
5475
  TimepickerModule,
@@ -5442,68 +5482,114 @@ class RuntimeBaseModule {
5442
5482
  NgCircleProgressModule,
5443
5483
  TooltipModule,
5444
5484
  // Basic widgets
5445
- BasicModule,
5446
- ProgressModule,
5447
- RichTextEditorModule,
5448
- SearchModule,
5449
- TreeModule,
5485
+ AnchorComponent,
5486
+ AudioComponent,
5487
+ HtmlDirective,
5488
+ IconComponent,
5489
+ IframeComponent,
5490
+ LabelDirective,
5491
+ PictureDirective,
5492
+ SpinnerComponent,
5493
+ VideoComponent,
5494
+ ProgressBarComponent,
5495
+ ProgressCircleComponent,
5496
+ RichTextEditorComponent,
5497
+ SearchComponent, ScrollableDirective,
5498
+ TreeComponent,
5450
5499
  // Input
5451
- CalendarModule,
5452
- ChipsModule,
5453
- ColorPickerModule,
5454
- CurrencyModule,
5455
- EpochModule,
5456
- FileUploadModule,
5457
- InputModule,
5458
- RatingModule,
5459
- SliderModule,
5500
+ CalendarComponent,
5501
+ ChipsComponent,
5502
+ ColorPickerComponent,
5503
+ CurrencyComponent,
5504
+ DateComponent,
5505
+ DatetimeComponent,
5506
+ TimeComponent,
5507
+ DateTimePickerComponent,
5508
+ TimePickerComponent,
5509
+ PickerComponent,
5510
+ PickerGroupComponent,
5511
+ FileUploadComponent,
5512
+ ButtonComponent,
5513
+ ButtonGroupDirective,
5514
+ CaptionPositionDirective,
5515
+ CheckboxComponent,
5516
+ CheckboxsetComponent,
5517
+ CompositeDirective,
5518
+ NumberComponent,
5519
+ RadiosetComponent,
5520
+ SelectComponent,
5521
+ SwitchComponent,
5522
+ InputCalendarComponent,
5523
+ InputColorComponent,
5524
+ InputEmailComponent,
5525
+ InputNumberComponent,
5526
+ InputTextComponent,
5527
+ TextareaComponent,
5528
+ RatingComponent,
5529
+ SliderComponent,
5460
5530
  // Data
5461
- CardModule,
5462
- FormModule,
5463
- ListModule,
5464
- LiveTableModule,
5465
- PaginationModule$1,
5466
- TableModule,
5531
+ CardComponent,
5532
+ CardActionsDirective,
5533
+ CardContentComponent,
5534
+ CardFooterDirective,
5535
+ FormComponent,
5536
+ FormWidgetDirective,
5537
+ FormActionDirective,
5538
+ FormFieldDirective,
5539
+ LiveActionsDirective,
5540
+ DependsonDirective,
5541
+ LiveFilterDirective,
5542
+ LiveFormDirective,
5543
+ ListComponent, ListItemDirective,
5544
+ LiveTableComponent,
5545
+ PaginationComponent,
5546
+ TableComponent,
5547
+ TableCUDDirective,
5548
+ TableFilterSortDirective,
5549
+ TableActionDirective,
5550
+ TableColumnDirective,
5551
+ TableColumnGroupDirective,
5552
+ TableRowDirective,
5553
+ TableRowActionDirective,
5467
5554
  // chart
5468
- ChartModule,
5555
+ ChartComponent,
5469
5556
  // container modules
5470
- AccordionModule,
5471
- LinearLayoutModule,
5472
- LayoutGridModule,
5473
- PanelModule,
5474
- TabsModule,
5475
- TileModule,
5476
- WizardModule,
5557
+ AccordionPaneComponent, AccordionDirective,
5558
+ LinearLayoutDirective, LinearLayoutItemDirective,
5559
+ LayoutgridDirective, LayoutGridRowDirective, LayoutGridColumnDirective,
5560
+ PanelComponent,
5561
+ TabPaneComponent, TabsComponent,
5562
+ TileDirective,
5563
+ WizardActionDirective, WizardStepComponent, WizardComponent,
5477
5564
  // dialogs
5478
- AlertDialogModule,
5479
- IframeDialogModule,
5480
- LoginDialogModule,
5481
- PartialDialogModule,
5565
+ AlertDialogComponent,
5566
+ IframeDialogComponent,
5567
+ LoginDialogDirective,
5568
+ PartialDialogComponent,
5482
5569
  // navigation
5483
- BreadcrumbModule,
5484
- MenuModule,
5485
- NavbarModule,
5486
- PopoverModule$1,
5570
+ BreadcrumbComponent,
5571
+ MenuComponent, MenuDropdownComponent, MenuDropdownItemComponent, NavigationControlDirective, NavComponent, NavItemDirective,
5572
+ NavbarComponent,
5573
+ PopoverComponent,
5487
5574
  // Advanced
5488
- CarouselModule$1,
5489
- LoginModule,
5490
- MarqueeModule,
5491
- CustomModule,
5492
- PageModule,
5493
- FooterModule,
5494
- HeaderModule,
5495
- LeftPanelModule,
5496
- RightPanelModule,
5497
- TopNavModule,
5498
- PrefabModule] }); })();
5575
+ CarouselDirective, CarouselTemplateDirective,
5576
+ LoginComponent,
5577
+ MarqueeDirective,
5578
+ CustomWidgetDirective, CustomWidgetContainerDirective,
5579
+ PageDirective,
5580
+ LayoutDirective,
5581
+ ContentComponent,
5582
+ PageContentComponent,
5583
+ SpaPageDirective,
5584
+ RouterOutletDirective,
5585
+ FooterDirective,
5586
+ HeaderComponent,
5587
+ LeftPanelDirective,
5588
+ RightPanelDirective,
5589
+ TopNavDirective,
5590
+ PrefabDirective$1, PrefabContainerDirective] }); })();
5499
5591
  const WM_MODULES_FOR_ROOT = [
5500
5592
  WmComponentsModule.forRoot(),
5501
- MobileRuntimeModule.forRoot(),
5502
- CoreModule.forRoot(),
5503
- SecurityModule.forRoot(),
5504
- OAuthModule.forRoot(),
5505
- VariablesModule.forRoot(),
5506
- HttpServiceModule.forRoot(),
5507
5593
  RuntimeBaseModule.forRoot()
5508
5594
  ];
5509
5595
 
@@ -5553,10 +5639,8 @@ class MetadataResolve {
5553
5639
  class SecurityConfigResolve {
5554
5640
  constructor(appManager) {
5555
5641
  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
- }
5642
+ // if the project type is PREFAB, setting this flag will not trigger security/info call
5643
+ this.loaded = this.appManager.isPrefabType() || this.appManager.isTemplateBundleType() || !getWmProjectProperties().securityEnabled;
5560
5644
  }
5561
5645
  resolve() {
5562
5646
  return this.loaded || this.appManager.loadSecurityConfig().then(() => {