aril 1.1.96 → 1.2.0

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 (270) hide show
  1. package/boot/base/index.d.ts +1 -0
  2. package/boot/base/src/create-base-app-config.d.ts +12 -0
  3. package/boot/bridge/index.d.ts +2 -0
  4. package/boot/bridge/src/mfe-bridge.d.ts +33 -0
  5. package/boot/bridge/src/provide-mfe-bridge.d.ts +1 -0
  6. package/boot/config/api/index.d.ts +1 -0
  7. package/boot/config/api/src/api.service.d.ts +2 -2
  8. package/boot/config/api/src/interfaces.d.ts +1 -19
  9. package/boot/config/apps/src/apps.service.d.ts +7 -4
  10. package/boot/config/plugins/src/getNgZone.d.ts +1 -1
  11. package/boot/config/plugins/src/interfaces.d.ts +0 -37
  12. package/boot/host/src/app.component.d.ts +5 -3
  13. package/boot/mfe/src/app.component.d.ts +4 -2
  14. package/esm2022/boot/base/aril-boot-base.mjs +5 -0
  15. package/esm2022/boot/base/index.mjs +2 -0
  16. package/esm2022/boot/base/src/create-base-app-config.mjs +30 -0
  17. package/esm2022/boot/bridge/aril-boot-bridge.mjs +5 -0
  18. package/esm2022/boot/bridge/index.mjs +3 -0
  19. package/esm2022/boot/bridge/src/mfe-bridge.mjs +59 -0
  20. package/esm2022/boot/bridge/src/provide-mfe-bridge.mjs +6 -0
  21. package/esm2022/boot/config/api/index.mjs +1 -1
  22. package/esm2022/boot/config/api/src/api.service.mjs +14 -9
  23. package/esm2022/boot/config/api/src/interfaces.mjs +2 -21
  24. package/esm2022/boot/config/apps/src/apps.service.mjs +13 -16
  25. package/esm2022/boot/config/plugins/src/getNgZone.mjs +4 -3
  26. package/esm2022/boot/config/plugins/src/interfaces.mjs +1 -60
  27. package/esm2022/boot/config/plugins/src/plugins.service.mjs +9 -21
  28. package/esm2022/boot/host/src/app.component.mjs +11 -10
  29. package/esm2022/boot/host/src/bootstrap.mjs +9 -22
  30. package/esm2022/boot/mfe/src/app.component.mjs +20 -17
  31. package/esm2022/boot/mfe/src/bootstrap.mjs +13 -31
  32. package/esm2022/boot/pages/aril-boot-pages.mjs +5 -0
  33. package/esm2022/boot/pages/index.mjs +3 -0
  34. package/esm2022/{util/custom_pages → boot/pages}/src/forbidden.component.mjs +1 -1
  35. package/esm2022/{util/custom_pages → boot/pages}/src/notFound.component.mjs +1 -1
  36. package/esm2022/keycloak/src/auth.interceptor.mjs +15 -78
  37. package/esm2022/provider/src/prodiveHost.mjs +5 -8
  38. package/esm2022/provider/src/prodiveHostRouter.mjs +4 -3
  39. package/esm2022/provider/src/provideHostKeycloak.mjs +10 -2
  40. package/esm2022/theme/layout/app/breadcrumb/app.breadcrumb.component.mjs +4 -3
  41. package/esm2022/theme/layout/app/expandableMenu/expandable-menu.component.mjs +3 -4
  42. package/esm2022/theme/layout/app/general-search/general-search.component.mjs +3 -2
  43. package/esm2022/theme/layout/app/history/history.service.mjs +3 -2
  44. package/esm2022/theme/layout/app/layout/app.layout.component.mjs +1 -2
  45. package/esm2022/theme/layout/app/site-map/site-map-sidebar.component.mjs +5 -4
  46. package/esm2022/theme/layout/app/static-sidebar/static-sidebar.component.mjs +3 -4
  47. package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +7 -4
  48. package/esm2022/ui/form/src/form.component.mjs +22 -4
  49. package/esm2022/ui-business/assetPicker/src/asset-picker.component.mjs +14 -2
  50. package/esm2022/util/directives/src/detail-page-customization/detail-page-customization.directive.mjs +4 -3
  51. package/esm2022/util/pipes/src/translate-json/translate-json.pipe.mjs +3 -4
  52. package/esm2022/util/sync-active-tab-route/src/sync-active-tab-route.directive.mjs +1 -1
  53. package/fesm2022/{aril-app.component-hxaLgwmC.mjs → aril-app.component-wxP3y8dg.mjs} +22 -22
  54. package/fesm2022/aril-app.component-wxP3y8dg.mjs.map +1 -0
  55. package/fesm2022/aril-boot-base.mjs +37 -0
  56. package/fesm2022/aril-boot-base.mjs.map +1 -0
  57. package/fesm2022/aril-boot-bridge.mjs +70 -0
  58. package/fesm2022/aril-boot-bridge.mjs.map +1 -0
  59. package/fesm2022/aril-boot-config-api.mjs +12 -27
  60. package/fesm2022/aril-boot-config-api.mjs.map +1 -1
  61. package/fesm2022/aril-boot-config-apps.mjs +12 -15
  62. package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
  63. package/fesm2022/aril-boot-config-plugins.mjs +10 -81
  64. package/fesm2022/aril-boot-config-plugins.mjs.map +1 -1
  65. package/fesm2022/aril-boot-host.mjs +17 -29
  66. package/fesm2022/aril-boot-host.mjs.map +1 -1
  67. package/fesm2022/{aril-boot-mfe-app.component-s1a-tkOD.mjs → aril-boot-mfe-app.component-7IjAmjz0.mjs} +22 -22
  68. package/fesm2022/aril-boot-mfe-app.component-7IjAmjz0.mjs.map +1 -0
  69. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-wLTqwDtz.mjs → aril-boot-mfe-aril-boot-mfe-KXDpUyv7.mjs} +15 -69
  70. package/fesm2022/aril-boot-mfe-aril-boot-mfe-KXDpUyv7.mjs.map +1 -0
  71. package/fesm2022/aril-boot-mfe.mjs +3 -6
  72. package/fesm2022/aril-boot-mfe.mjs.map +1 -1
  73. package/fesm2022/{aril-util-custom_pages.mjs → aril-boot-pages.mjs} +1 -1
  74. package/fesm2022/aril-boot-pages.mjs.map +1 -0
  75. package/fesm2022/aril-keycloak.mjs +14 -77
  76. package/fesm2022/aril-keycloak.mjs.map +1 -1
  77. package/fesm2022/aril-provider.mjs +15 -10
  78. package/fesm2022/aril-provider.mjs.map +1 -1
  79. package/fesm2022/aril-theme-layout.mjs +15 -17
  80. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  81. package/fesm2022/aril-ui-business-assetPicker.mjs +13 -1
  82. package/fesm2022/aril-ui-business-assetPicker.mjs.map +1 -1
  83. package/fesm2022/aril-ui-form.mjs +20 -3
  84. package/fesm2022/aril-ui-form.mjs.map +1 -1
  85. package/fesm2022/aril-util-directives.mjs +3 -2
  86. package/fesm2022/aril-util-directives.mjs.map +1 -1
  87. package/fesm2022/aril-util-pipes.mjs +2 -3
  88. package/fesm2022/aril-util-pipes.mjs.map +1 -1
  89. package/fesm2022/aril-util-sync-active-tab-route.mjs.map +1 -1
  90. package/fesm2022/aril.mjs +24 -87
  91. package/fesm2022/aril.mjs.map +1 -1
  92. package/package.json +111 -105
  93. package/provider/src/prodiveHost.d.ts +2 -2
  94. package/theme/layout/app/breadcrumb/app.breadcrumb.component.ts +3 -2
  95. package/theme/layout/app/expandableMenu/expandable-menu.component.d.ts +0 -2
  96. package/theme/layout/app/expandableMenu/expandable-menu.component.ts +373 -374
  97. package/theme/layout/app/general-search/general-search.component.ts +2 -1
  98. package/theme/layout/app/history/history.service.ts +2 -1
  99. package/theme/layout/app/layout/app.layout.component.d.ts +0 -1
  100. package/theme/layout/app/layout/app.layout.component.ts +0 -1
  101. package/theme/layout/app/site-map/site-map-sidebar.component.html +121 -121
  102. package/theme/layout/app/site-map/site-map-sidebar.component.ts +3 -2
  103. package/theme/layout/app/static-sidebar/static-sidebar.component.ts +336 -337
  104. package/theme/layout/app/topbar/app.topbar.component.ts +6 -3
  105. package/theme/styles/layout/_fonts.scss +1 -13
  106. package/ui/form/src/form.component.d.ts +4 -1
  107. package/boot/mfe/src/loadStyles.d.ts +0 -3
  108. package/esm2022/boot/mfe/src/loadStyles.mjs +0 -37
  109. package/esm2022/util/custom_pages/aril-util-custom_pages.mjs +0 -5
  110. package/esm2022/util/custom_pages/index.mjs +0 -3
  111. package/esm2022/util/loaders/aril-util-loaders.mjs +0 -5
  112. package/esm2022/util/loaders/index.mjs +0 -2
  113. package/esm2022/util/loaders/style/style.loader.service.mjs +0 -61
  114. package/fesm2022/aril-app.component-hxaLgwmC.mjs.map +0 -1
  115. package/fesm2022/aril-boot-mfe-app.component-s1a-tkOD.mjs.map +0 -1
  116. package/fesm2022/aril-boot-mfe-aril-boot-mfe-wLTqwDtz.mjs.map +0 -1
  117. package/fesm2022/aril-util-custom_pages.mjs.map +0 -1
  118. package/fesm2022/aril-util-loaders.mjs +0 -68
  119. package/fesm2022/aril-util-loaders.mjs.map +0 -1
  120. package/theme/fonts/Inter/Inter_18pt-Black.ttf +0 -0
  121. package/theme/fonts/Inter/Inter_18pt-BlackItalic.ttf +0 -0
  122. package/theme/fonts/Inter/Inter_18pt-Bold.ttf +0 -0
  123. package/theme/fonts/Inter/Inter_18pt-BoldItalic.ttf +0 -0
  124. package/theme/fonts/Inter/Inter_18pt-ExtraBold.ttf +0 -0
  125. package/theme/fonts/Inter/Inter_18pt-ExtraBoldItalic.ttf +0 -0
  126. package/theme/fonts/Inter/Inter_18pt-ExtraLight.ttf +0 -0
  127. package/theme/fonts/Inter/Inter_18pt-ExtraLightItalic.ttf +0 -0
  128. package/theme/fonts/Inter/Inter_18pt-Italic.ttf +0 -0
  129. package/theme/fonts/Inter/Inter_18pt-Light.ttf +0 -0
  130. package/theme/fonts/Inter/Inter_18pt-LightItalic.ttf +0 -0
  131. package/theme/fonts/Inter/Inter_18pt-Medium.ttf +0 -0
  132. package/theme/fonts/Inter/Inter_18pt-MediumItalic.ttf +0 -0
  133. package/theme/fonts/Inter/Inter_18pt-Regular.ttf +0 -0
  134. package/theme/fonts/Inter/Inter_18pt-SemiBold.ttf +0 -0
  135. package/theme/fonts/Inter/Inter_18pt-SemiBoldItalic.ttf +0 -0
  136. package/theme/fonts/Inter/Inter_18pt-Thin.ttf +0 -0
  137. package/theme/fonts/Inter/Inter_18pt-ThinItalic.ttf +0 -0
  138. package/theme/fonts/Inter/Inter_24pt-Black.ttf +0 -0
  139. package/theme/fonts/Inter/Inter_24pt-BlackItalic.ttf +0 -0
  140. package/theme/fonts/Inter/Inter_24pt-Bold.ttf +0 -0
  141. package/theme/fonts/Inter/Inter_24pt-BoldItalic.ttf +0 -0
  142. package/theme/fonts/Inter/Inter_24pt-ExtraBold.ttf +0 -0
  143. package/theme/fonts/Inter/Inter_24pt-ExtraBoldItalic.ttf +0 -0
  144. package/theme/fonts/Inter/Inter_24pt-ExtraLight.ttf +0 -0
  145. package/theme/fonts/Inter/Inter_24pt-ExtraLightItalic.ttf +0 -0
  146. package/theme/fonts/Inter/Inter_24pt-Italic.ttf +0 -0
  147. package/theme/fonts/Inter/Inter_24pt-Light.ttf +0 -0
  148. package/theme/fonts/Inter/Inter_24pt-LightItalic.ttf +0 -0
  149. package/theme/fonts/Inter/Inter_24pt-Medium.ttf +0 -0
  150. package/theme/fonts/Inter/Inter_24pt-MediumItalic.ttf +0 -0
  151. package/theme/fonts/Inter/Inter_24pt-Regular.ttf +0 -0
  152. package/theme/fonts/Inter/Inter_24pt-SemiBold.ttf +0 -0
  153. package/theme/fonts/Inter/Inter_24pt-SemiBoldItalic.ttf +0 -0
  154. package/theme/fonts/Inter/Inter_24pt-Thin.ttf +0 -0
  155. package/theme/fonts/Inter/Inter_24pt-ThinItalic.ttf +0 -0
  156. package/theme/fonts/Inter/Inter_28pt-Black.ttf +0 -0
  157. package/theme/fonts/Inter/Inter_28pt-BlackItalic.ttf +0 -0
  158. package/theme/fonts/Inter/Inter_28pt-Bold.ttf +0 -0
  159. package/theme/fonts/Inter/Inter_28pt-BoldItalic.ttf +0 -0
  160. package/theme/fonts/Inter/Inter_28pt-ExtraBold.ttf +0 -0
  161. package/theme/fonts/Inter/Inter_28pt-ExtraBoldItalic.ttf +0 -0
  162. package/theme/fonts/Inter/Inter_28pt-ExtraLight.ttf +0 -0
  163. package/theme/fonts/Inter/Inter_28pt-ExtraLightItalic.ttf +0 -0
  164. package/theme/fonts/Inter/Inter_28pt-Italic.ttf +0 -0
  165. package/theme/fonts/Inter/Inter_28pt-Light.ttf +0 -0
  166. package/theme/fonts/Inter/Inter_28pt-LightItalic.ttf +0 -0
  167. package/theme/fonts/Inter/Inter_28pt-Medium.ttf +0 -0
  168. package/theme/fonts/Inter/Inter_28pt-MediumItalic.ttf +0 -0
  169. package/theme/fonts/Inter/Inter_28pt-Regular.ttf +0 -0
  170. package/theme/fonts/Inter/Inter_28pt-SemiBold.ttf +0 -0
  171. package/theme/fonts/Inter/Inter_28pt-SemiBoldItalic.ttf +0 -0
  172. package/theme/fonts/Inter/Inter_28pt-Thin.ttf +0 -0
  173. package/theme/fonts/Inter/Inter_28pt-ThinItalic.ttf +0 -0
  174. package/theme/fonts/Inter/woff/Inter18pt-Black.woff +0 -0
  175. package/theme/fonts/Inter/woff/Inter18pt-Black.woff2 +0 -0
  176. package/theme/fonts/Inter/woff/Inter18pt-BlackItalic.woff +0 -0
  177. package/theme/fonts/Inter/woff/Inter18pt-BlackItalic.woff2 +0 -0
  178. package/theme/fonts/Inter/woff/Inter18pt-BoldItalic.woff +0 -0
  179. package/theme/fonts/Inter/woff/Inter18pt-BoldItalic.woff2 +0 -0
  180. package/theme/fonts/Inter/woff/Inter18pt-ExtraBold.woff +0 -0
  181. package/theme/fonts/Inter/woff/Inter18pt-ExtraBold.woff2 +0 -0
  182. package/theme/fonts/Inter/woff/Inter18pt-ExtraBoldItalic.woff +0 -0
  183. package/theme/fonts/Inter/woff/Inter18pt-ExtraBoldItalic.woff2 +0 -0
  184. package/theme/fonts/Inter/woff/Inter18pt-ExtraLight.woff +0 -0
  185. package/theme/fonts/Inter/woff/Inter18pt-ExtraLight.woff2 +0 -0
  186. package/theme/fonts/Inter/woff/Inter18pt-ExtraLightItalic.woff +0 -0
  187. package/theme/fonts/Inter/woff/Inter18pt-ExtraLightItalic.woff2 +0 -0
  188. package/theme/fonts/Inter/woff/Inter18pt-Italic.woff +0 -0
  189. package/theme/fonts/Inter/woff/Inter18pt-Italic.woff2 +0 -0
  190. package/theme/fonts/Inter/woff/Inter18pt-Light.woff +0 -0
  191. package/theme/fonts/Inter/woff/Inter18pt-Light.woff2 +0 -0
  192. package/theme/fonts/Inter/woff/Inter18pt-LightItalic.woff +0 -0
  193. package/theme/fonts/Inter/woff/Inter18pt-LightItalic.woff2 +0 -0
  194. package/theme/fonts/Inter/woff/Inter18pt-MediumItalic.woff +0 -0
  195. package/theme/fonts/Inter/woff/Inter18pt-MediumItalic.woff2 +0 -0
  196. package/theme/fonts/Inter/woff/Inter18pt-SemiBoldItalic.woff +0 -0
  197. package/theme/fonts/Inter/woff/Inter18pt-SemiBoldItalic.woff2 +0 -0
  198. package/theme/fonts/Inter/woff/Inter18pt-Thin.woff +0 -0
  199. package/theme/fonts/Inter/woff/Inter18pt-Thin.woff2 +0 -0
  200. package/theme/fonts/Inter/woff/Inter18pt-ThinItalic.woff +0 -0
  201. package/theme/fonts/Inter/woff/Inter18pt-ThinItalic.woff2 +0 -0
  202. package/theme/fonts/Inter/woff/Inter24pt-Black.woff +0 -0
  203. package/theme/fonts/Inter/woff/Inter24pt-Black.woff2 +0 -0
  204. package/theme/fonts/Inter/woff/Inter24pt-BlackItalic.woff +0 -0
  205. package/theme/fonts/Inter/woff/Inter24pt-BlackItalic.woff2 +0 -0
  206. package/theme/fonts/Inter/woff/Inter24pt-Bold.woff +0 -0
  207. package/theme/fonts/Inter/woff/Inter24pt-Bold.woff2 +0 -0
  208. package/theme/fonts/Inter/woff/Inter24pt-BoldItalic.woff +0 -0
  209. package/theme/fonts/Inter/woff/Inter24pt-BoldItalic.woff2 +0 -0
  210. package/theme/fonts/Inter/woff/Inter24pt-ExtraBold.woff +0 -0
  211. package/theme/fonts/Inter/woff/Inter24pt-ExtraBold.woff2 +0 -0
  212. package/theme/fonts/Inter/woff/Inter24pt-ExtraBoldItalic.woff +0 -0
  213. package/theme/fonts/Inter/woff/Inter24pt-ExtraBoldItalic.woff2 +0 -0
  214. package/theme/fonts/Inter/woff/Inter24pt-ExtraLight.woff +0 -0
  215. package/theme/fonts/Inter/woff/Inter24pt-ExtraLight.woff2 +0 -0
  216. package/theme/fonts/Inter/woff/Inter24pt-ExtraLightItalic.woff +0 -0
  217. package/theme/fonts/Inter/woff/Inter24pt-ExtraLightItalic.woff2 +0 -0
  218. package/theme/fonts/Inter/woff/Inter24pt-Italic.woff +0 -0
  219. package/theme/fonts/Inter/woff/Inter24pt-Italic.woff2 +0 -0
  220. package/theme/fonts/Inter/woff/Inter24pt-LightItalic.woff +0 -0
  221. package/theme/fonts/Inter/woff/Inter24pt-LightItalic.woff2 +0 -0
  222. package/theme/fonts/Inter/woff/Inter24pt-Medium.woff +0 -0
  223. package/theme/fonts/Inter/woff/Inter24pt-Medium.woff2 +0 -0
  224. package/theme/fonts/Inter/woff/Inter24pt-MediumItalic.woff +0 -0
  225. package/theme/fonts/Inter/woff/Inter24pt-MediumItalic.woff2 +0 -0
  226. package/theme/fonts/Inter/woff/Inter24pt-Regular.woff +0 -0
  227. package/theme/fonts/Inter/woff/Inter24pt-Regular.woff2 +0 -0
  228. package/theme/fonts/Inter/woff/Inter24pt-SemiBold.woff +0 -0
  229. package/theme/fonts/Inter/woff/Inter24pt-SemiBold.woff2 +0 -0
  230. package/theme/fonts/Inter/woff/Inter24pt-SemiBoldItalic.woff +0 -0
  231. package/theme/fonts/Inter/woff/Inter24pt-SemiBoldItalic.woff2 +0 -0
  232. package/theme/fonts/Inter/woff/Inter24pt-Thin.woff +0 -0
  233. package/theme/fonts/Inter/woff/Inter24pt-Thin.woff2 +0 -0
  234. package/theme/fonts/Inter/woff/Inter24pt-ThinItalic.woff +0 -0
  235. package/theme/fonts/Inter/woff/Inter24pt-ThinItalic.woff2 +0 -0
  236. package/theme/fonts/Inter/woff/Inter28pt-Black.woff +0 -0
  237. package/theme/fonts/Inter/woff/Inter28pt-Black.woff2 +0 -0
  238. package/theme/fonts/Inter/woff/Inter28pt-BlackItalic.woff +0 -0
  239. package/theme/fonts/Inter/woff/Inter28pt-BlackItalic.woff2 +0 -0
  240. package/theme/fonts/Inter/woff/Inter28pt-Bold.woff +0 -0
  241. package/theme/fonts/Inter/woff/Inter28pt-Bold.woff2 +0 -0
  242. package/theme/fonts/Inter/woff/Inter28pt-BoldItalic.woff +0 -0
  243. package/theme/fonts/Inter/woff/Inter28pt-BoldItalic.woff2 +0 -0
  244. package/theme/fonts/Inter/woff/Inter28pt-ExtraBoldItalic.woff +0 -0
  245. package/theme/fonts/Inter/woff/Inter28pt-ExtraBoldItalic.woff2 +0 -0
  246. package/theme/fonts/Inter/woff/Inter28pt-ExtraLightItalic.woff +0 -0
  247. package/theme/fonts/Inter/woff/Inter28pt-ExtraLightItalic.woff2 +0 -0
  248. package/theme/fonts/Inter/woff/Inter28pt-Italic.woff +0 -0
  249. package/theme/fonts/Inter/woff/Inter28pt-Italic.woff2 +0 -0
  250. package/theme/fonts/Inter/woff/Inter28pt-Light.woff +0 -0
  251. package/theme/fonts/Inter/woff/Inter28pt-Light.woff2 +0 -0
  252. package/theme/fonts/Inter/woff/Inter28pt-LightItalic.woff +0 -0
  253. package/theme/fonts/Inter/woff/Inter28pt-LightItalic.woff2 +0 -0
  254. package/theme/fonts/Inter/woff/Inter28pt-Medium.woff +0 -0
  255. package/theme/fonts/Inter/woff/Inter28pt-Medium.woff2 +0 -0
  256. package/theme/fonts/Inter/woff/Inter28pt-MediumItalic.woff +0 -0
  257. package/theme/fonts/Inter/woff/Inter28pt-MediumItalic.woff2 +0 -0
  258. package/theme/fonts/Inter/woff/Inter28pt-Regular.woff +0 -0
  259. package/theme/fonts/Inter/woff/Inter28pt-Regular.woff2 +0 -0
  260. package/theme/fonts/Inter/woff/Inter28pt-SemiBold.woff +0 -0
  261. package/theme/fonts/Inter/woff/Inter28pt-SemiBold.woff2 +0 -0
  262. package/theme/fonts/Inter/woff/Inter28pt-Thin.woff +0 -0
  263. package/theme/fonts/Inter/woff/Inter28pt-Thin.woff2 +0 -0
  264. package/theme/fonts/Inter/woff/Inter28pt-ThinItalic.woff +0 -0
  265. package/theme/fonts/Inter/woff/Inter28pt-ThinItalic.woff2 +0 -0
  266. package/util/loaders/index.d.ts +0 -1
  267. package/util/loaders/style/style.loader.service.d.ts +0 -13
  268. /package/{util/custom_pages → boot/pages}/index.d.ts +0 -0
  269. /package/{util/custom_pages → boot/pages}/src/forbidden.component.d.ts +0 -0
  270. /package/{util/custom_pages → boot/pages}/src/notFound.component.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aril",
3
- "version": "1.1.96",
3
+ "version": "1.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "~17.1.0",
6
6
  "@angular/common": "^17.1.0",
@@ -15,7 +15,7 @@
15
15
  "primeicons": "^7.0.0",
16
16
  "primeng": "^17.18.11",
17
17
  "ng2-pdf-viewer": "^10.4.0",
18
- "ngx-extended-pdf-viewer": "22.3.9",
18
+ "ngx-extended-pdf-viewer": "^22.3.9",
19
19
  "@amcharts/amcharts5": "^5.10.8",
20
20
  "highcharts-angular": "^4.0.1",
21
21
  "monaco-editor": "^0.44.0",
@@ -46,18 +46,18 @@
46
46
  "esm": "./esm2022/aril.mjs",
47
47
  "default": "./fesm2022/aril.mjs"
48
48
  },
49
- "./boot": {
50
- "types": "./boot/index.d.ts",
51
- "esm2022": "./esm2022/boot/aril-boot.mjs",
52
- "esm": "./esm2022/boot/aril-boot.mjs",
53
- "default": "./fesm2022/aril-boot.mjs"
54
- },
55
49
  "./http": {
56
50
  "types": "./http/index.d.ts",
57
51
  "esm2022": "./esm2022/http/aril-http.mjs",
58
52
  "esm": "./esm2022/http/aril-http.mjs",
59
53
  "default": "./fesm2022/aril-http.mjs"
60
54
  },
55
+ "./boot": {
56
+ "types": "./boot/index.d.ts",
57
+ "esm2022": "./esm2022/boot/aril-boot.mjs",
58
+ "esm": "./esm2022/boot/aril-boot.mjs",
59
+ "default": "./fesm2022/aril-boot.mjs"
60
+ },
61
61
  "./i18n": {
62
62
  "types": "./i18n/index.d.ts",
63
63
  "esm2022": "./esm2022/i18n/aril-i18n.mjs",
@@ -76,18 +76,18 @@
76
76
  "esm": "./esm2022/provider/aril-provider.mjs",
77
77
  "default": "./fesm2022/aril-provider.mjs"
78
78
  },
79
- "./theme": {
80
- "types": "./theme/index.d.ts",
81
- "esm2022": "./esm2022/theme/aril-theme.mjs",
82
- "esm": "./esm2022/theme/aril-theme.mjs",
83
- "default": "./fesm2022/aril-theme.mjs"
84
- },
85
79
  "./superset": {
86
80
  "types": "./superset/index.d.ts",
87
81
  "esm2022": "./esm2022/superset/aril-superset.mjs",
88
82
  "esm": "./esm2022/superset/aril-superset.mjs",
89
83
  "default": "./fesm2022/aril-superset.mjs"
90
84
  },
85
+ "./theme": {
86
+ "types": "./theme/index.d.ts",
87
+ "esm2022": "./esm2022/theme/aril-theme.mjs",
88
+ "esm": "./esm2022/theme/aril-theme.mjs",
89
+ "default": "./fesm2022/aril-theme.mjs"
90
+ },
91
91
  "./ui": {
92
92
  "types": "./ui/index.d.ts",
93
93
  "esm2022": "./esm2022/ui/aril-ui.mjs",
@@ -106,6 +106,18 @@
106
106
  "esm": "./esm2022/util/aril-util.mjs",
107
107
  "default": "./fesm2022/aril-util.mjs"
108
108
  },
109
+ "./boot/base": {
110
+ "types": "./boot/base/index.d.ts",
111
+ "esm2022": "./esm2022/boot/base/aril-boot-base.mjs",
112
+ "esm": "./esm2022/boot/base/aril-boot-base.mjs",
113
+ "default": "./fesm2022/aril-boot-base.mjs"
114
+ },
115
+ "./boot/bridge": {
116
+ "types": "./boot/bridge/index.d.ts",
117
+ "esm2022": "./esm2022/boot/bridge/aril-boot-bridge.mjs",
118
+ "esm": "./esm2022/boot/bridge/aril-boot-bridge.mjs",
119
+ "default": "./fesm2022/aril-boot-bridge.mjs"
120
+ },
109
121
  "./boot/host": {
110
122
  "types": "./boot/host/index.d.ts",
111
123
  "esm2022": "./esm2022/boot/host/aril-boot-host.mjs",
@@ -118,6 +130,12 @@
118
130
  "esm": "./esm2022/boot/mfe/aril-boot-mfe.mjs",
119
131
  "default": "./fesm2022/aril-boot-mfe.mjs"
120
132
  },
133
+ "./boot/pages": {
134
+ "types": "./boot/pages/index.d.ts",
135
+ "esm2022": "./esm2022/boot/pages/aril-boot-pages.mjs",
136
+ "esm": "./esm2022/boot/pages/aril-boot-pages.mjs",
137
+ "default": "./fesm2022/aril-boot-pages.mjs"
138
+ },
121
139
  "./theme/layout": {
122
140
  "types": "./theme/layout/index.d.ts",
123
141
  "esm2022": "./esm2022/theme/layout/aril-theme-layout.mjs",
@@ -160,6 +178,12 @@
160
178
  "esm": "./esm2022/ui/checkbox/aril-ui-checkbox.mjs",
161
179
  "default": "./fesm2022/aril-ui-checkbox.mjs"
162
180
  },
181
+ "./ui/collapse-reorder-list": {
182
+ "types": "./ui/collapse-reorder-list/index.d.ts",
183
+ "esm2022": "./esm2022/ui/collapse-reorder-list/aril-ui-collapse-reorder-list.mjs",
184
+ "esm": "./esm2022/ui/collapse-reorder-list/aril-ui-collapse-reorder-list.mjs",
185
+ "default": "./fesm2022/aril-ui-collapse-reorder-list.mjs"
186
+ },
163
187
  "./ui/chip": {
164
188
  "types": "./ui/chip/index.d.ts",
165
189
  "esm2022": "./esm2022/ui/chip/aril-ui-chip.mjs",
@@ -172,30 +196,24 @@
172
196
  "esm": "./esm2022/ui/dxEditor/aril-ui-dxEditor.mjs",
173
197
  "default": "./fesm2022/aril-ui-dxEditor.mjs"
174
198
  },
175
- "./ui/collapse-reorder-list": {
176
- "types": "./ui/collapse-reorder-list/index.d.ts",
177
- "esm2022": "./esm2022/ui/collapse-reorder-list/aril-ui-collapse-reorder-list.mjs",
178
- "esm": "./esm2022/ui/collapse-reorder-list/aril-ui-collapse-reorder-list.mjs",
179
- "default": "./fesm2022/aril-ui-collapse-reorder-list.mjs"
180
- },
181
199
  "./ui/field": {
182
200
  "types": "./ui/field/index.d.ts",
183
201
  "esm2022": "./esm2022/ui/field/aril-ui-field.mjs",
184
202
  "esm": "./esm2022/ui/field/aril-ui-field.mjs",
185
203
  "default": "./fesm2022/aril-ui-field.mjs"
186
204
  },
187
- "./ui/editor": {
188
- "types": "./ui/editor/index.d.ts",
189
- "esm2022": "./esm2022/ui/editor/aril-ui-editor.mjs",
190
- "esm": "./esm2022/ui/editor/aril-ui-editor.mjs",
191
- "default": "./fesm2022/aril-ui-editor.mjs"
192
- },
193
205
  "./ui/dxField": {
194
206
  "types": "./ui/dxField/index.d.ts",
195
207
  "esm2022": "./esm2022/ui/dxField/aril-ui-dxField.mjs",
196
208
  "esm": "./esm2022/ui/dxField/aril-ui-dxField.mjs",
197
209
  "default": "./fesm2022/aril-ui-dxField.mjs"
198
210
  },
211
+ "./ui/editor": {
212
+ "types": "./ui/editor/index.d.ts",
213
+ "esm2022": "./esm2022/ui/editor/aril-ui-editor.mjs",
214
+ "esm": "./esm2022/ui/editor/aril-ui-editor.mjs",
215
+ "default": "./fesm2022/aril-ui-editor.mjs"
216
+ },
199
217
  "./ui/fileUpload": {
200
218
  "types": "./ui/fileUpload/index.d.ts",
201
219
  "esm2022": "./esm2022/ui/fileUpload/aril-ui-fileUpload.mjs",
@@ -238,18 +256,18 @@
238
256
  "esm": "./esm2022/ui/mask/aril-ui-mask.mjs",
239
257
  "default": "./fesm2022/aril-ui-mask.mjs"
240
258
  },
241
- "./ui/number": {
242
- "types": "./ui/number/index.d.ts",
243
- "esm2022": "./esm2022/ui/number/aril-ui-number.mjs",
244
- "esm": "./esm2022/ui/number/aril-ui-number.mjs",
245
- "default": "./fesm2022/aril-ui-number.mjs"
246
- },
247
259
  "./ui/multiSelect": {
248
260
  "types": "./ui/multiSelect/index.d.ts",
249
261
  "esm2022": "./esm2022/ui/multiSelect/aril-ui-multiSelect.mjs",
250
262
  "esm": "./esm2022/ui/multiSelect/aril-ui-multiSelect.mjs",
251
263
  "default": "./fesm2022/aril-ui-multiSelect.mjs"
252
264
  },
265
+ "./ui/number": {
266
+ "types": "./ui/number/index.d.ts",
267
+ "esm2022": "./esm2022/ui/number/aril-ui-number.mjs",
268
+ "esm": "./esm2022/ui/number/aril-ui-number.mjs",
269
+ "default": "./fesm2022/aril-ui-number.mjs"
270
+ },
253
271
  "./ui/operation-types-dialog": {
254
272
  "types": "./ui/operation-types-dialog/index.d.ts",
255
273
  "esm2022": "./esm2022/ui/operation-types-dialog/aril-ui-operation-types-dialog.mjs",
@@ -268,18 +286,18 @@
268
286
  "esm": "./esm2022/ui/panel/aril-ui-panel.mjs",
269
287
  "default": "./fesm2022/aril-ui-panel.mjs"
270
288
  },
271
- "./ui/pdf-viewer": {
272
- "types": "./ui/pdf-viewer/index.d.ts",
273
- "esm2022": "./esm2022/ui/pdf-viewer/aril-ui-pdf-viewer.mjs",
274
- "esm": "./esm2022/ui/pdf-viewer/aril-ui-pdf-viewer.mjs",
275
- "default": "./fesm2022/aril-ui-pdf-viewer.mjs"
276
- },
277
289
  "./ui/password": {
278
290
  "types": "./ui/password/index.d.ts",
279
291
  "esm2022": "./esm2022/ui/password/aril-ui-password.mjs",
280
292
  "esm": "./esm2022/ui/password/aril-ui-password.mjs",
281
293
  "default": "./fesm2022/aril-ui-password.mjs"
282
294
  },
295
+ "./ui/pdf-viewer": {
296
+ "types": "./ui/pdf-viewer/index.d.ts",
297
+ "esm2022": "./esm2022/ui/pdf-viewer/aril-ui-pdf-viewer.mjs",
298
+ "esm": "./esm2022/ui/pdf-viewer/aril-ui-pdf-viewer.mjs",
299
+ "default": "./fesm2022/aril-ui-pdf-viewer.mjs"
300
+ },
283
301
  "./ui/progressbar": {
284
302
  "types": "./ui/progressbar/index.d.ts",
285
303
  "esm2022": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
@@ -382,29 +400,29 @@
382
400
  "esm": "./esm2022/ui/treeTable/aril-ui-treeTable.mjs",
383
401
  "default": "./fesm2022/aril-ui-treeTable.mjs"
384
402
  },
385
- "./ui/value": {
386
- "types": "./ui/value/index.d.ts",
387
- "esm2022": "./esm2022/ui/value/aril-ui-value.mjs",
388
- "esm": "./esm2022/ui/value/aril-ui-value.mjs",
389
- "default": "./fesm2022/aril-ui-value.mjs"
390
- },
391
403
  "./ui-business/assetPicker": {
392
404
  "types": "./ui-business/assetPicker/index.d.ts",
393
405
  "esm2022": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
394
406
  "esm": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
395
407
  "default": "./fesm2022/aril-ui-business-assetPicker.mjs"
396
408
  },
409
+ "./ui/value": {
410
+ "types": "./ui/value/index.d.ts",
411
+ "esm2022": "./esm2022/ui/value/aril-ui-value.mjs",
412
+ "esm": "./esm2022/ui/value/aril-ui-value.mjs",
413
+ "default": "./fesm2022/aril-ui-value.mjs"
414
+ },
397
415
  "./ui-business/detailed-overlay-panel": {
398
416
  "types": "./ui-business/detailed-overlay-panel/index.d.ts",
399
417
  "esm2022": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
400
418
  "esm": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
401
419
  "default": "./fesm2022/aril-ui-business-detailed-overlay-panel.mjs"
402
420
  },
403
- "./ui-business/enumPicker": {
404
- "types": "./ui-business/enumPicker/index.d.ts",
405
- "esm2022": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
406
- "esm": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
407
- "default": "./fesm2022/aril-ui-business-enumPicker.mjs"
421
+ "./ui-business/multiple-ref-value": {
422
+ "types": "./ui-business/multiple-ref-value/index.d.ts",
423
+ "esm2022": "./esm2022/ui-business/multiple-ref-value/aril-ui-business-multiple-ref-value.mjs",
424
+ "esm": "./esm2022/ui-business/multiple-ref-value/aril-ui-business-multiple-ref-value.mjs",
425
+ "default": "./fesm2022/aril-ui-business-multiple-ref-value.mjs"
408
426
  },
409
427
  "./ui-business/image-viewer": {
410
428
  "types": "./ui-business/image-viewer/index.d.ts",
@@ -412,17 +430,11 @@
412
430
  "esm": "./esm2022/ui-business/image-viewer/aril-ui-business-image-viewer.mjs",
413
431
  "default": "./fesm2022/aril-ui-business-image-viewer.mjs"
414
432
  },
415
- "./ui-business/multiple-ref-value": {
416
- "types": "./ui-business/multiple-ref-value/index.d.ts",
417
- "esm2022": "./esm2022/ui-business/multiple-ref-value/aril-ui-business-multiple-ref-value.mjs",
418
- "esm": "./esm2022/ui-business/multiple-ref-value/aril-ui-business-multiple-ref-value.mjs",
419
- "default": "./fesm2022/aril-ui-business-multiple-ref-value.mjs"
420
- },
421
- "./ui-business/notification-templates-dialog": {
422
- "types": "./ui-business/notification-templates-dialog/index.d.ts",
423
- "esm2022": "./esm2022/ui-business/notification-templates-dialog/aril-ui-business-notification-templates-dialog.mjs",
424
- "esm": "./esm2022/ui-business/notification-templates-dialog/aril-ui-business-notification-templates-dialog.mjs",
425
- "default": "./fesm2022/aril-ui-business-notification-templates-dialog.mjs"
433
+ "./ui-business/enumPicker": {
434
+ "types": "./ui-business/enumPicker/index.d.ts",
435
+ "esm2022": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
436
+ "esm": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
437
+ "default": "./fesm2022/aril-ui-business-enumPicker.mjs"
426
438
  },
427
439
  "./ui-business/operation-types-dialog": {
428
440
  "types": "./ui-business/operation-types-dialog/index.d.ts",
@@ -430,11 +442,11 @@
430
442
  "esm": "./esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs",
431
443
  "default": "./fesm2022/aril-ui-business-operation-types-dialog.mjs"
432
444
  },
433
- "./ui-business/ref-value": {
434
- "types": "./ui-business/ref-value/index.d.ts",
435
- "esm2022": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
436
- "esm": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
437
- "default": "./fesm2022/aril-ui-business-ref-value.mjs"
445
+ "./ui-business/notification-templates-dialog": {
446
+ "types": "./ui-business/notification-templates-dialog/index.d.ts",
447
+ "esm2022": "./esm2022/ui-business/notification-templates-dialog/aril-ui-business-notification-templates-dialog.mjs",
448
+ "esm": "./esm2022/ui-business/notification-templates-dialog/aril-ui-business-notification-templates-dialog.mjs",
449
+ "default": "./fesm2022/aril-ui-business-notification-templates-dialog.mjs"
438
450
  },
439
451
  "./ui-business/userPicker": {
440
452
  "types": "./ui-business/userPicker/index.d.ts",
@@ -442,11 +454,11 @@
442
454
  "esm": "./esm2022/ui-business/userPicker/aril-ui-business-userPicker.mjs",
443
455
  "default": "./fesm2022/aril-ui-business-userPicker.mjs"
444
456
  },
445
- "./util/directives": {
446
- "types": "./util/directives/index.d.ts",
447
- "esm2022": "./esm2022/util/directives/aril-util-directives.mjs",
448
- "esm": "./esm2022/util/directives/aril-util-directives.mjs",
449
- "default": "./fesm2022/aril-util-directives.mjs"
457
+ "./ui-business/ref-value": {
458
+ "types": "./ui-business/ref-value/index.d.ts",
459
+ "esm2022": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
460
+ "esm": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
461
+ "default": "./fesm2022/aril-ui-business-ref-value.mjs"
450
462
  },
451
463
  "./ui-business/rolePicker": {
452
464
  "types": "./ui-business/rolePicker/index.d.ts",
@@ -454,23 +466,29 @@
454
466
  "esm": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
455
467
  "default": "./fesm2022/aril-ui-business-rolePicker.mjs"
456
468
  },
457
- "./util/lib": {
458
- "types": "./util/lib/index.d.ts",
459
- "esm2022": "./esm2022/util/lib/aril-util-lib.mjs",
460
- "esm": "./esm2022/util/lib/aril-util-lib.mjs",
461
- "default": "./fesm2022/aril-util-lib.mjs"
462
- },
463
469
  "./util/block": {
464
470
  "types": "./util/block/index.d.ts",
465
471
  "esm2022": "./esm2022/util/block/aril-util-block.mjs",
466
472
  "esm": "./esm2022/util/block/aril-util-block.mjs",
467
473
  "default": "./fesm2022/aril-util-block.mjs"
468
474
  },
469
- "./util/custom_pages": {
470
- "types": "./util/custom_pages/index.d.ts",
471
- "esm2022": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
472
- "esm": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
473
- "default": "./fesm2022/aril-util-custom_pages.mjs"
475
+ "./util/directives": {
476
+ "types": "./util/directives/index.d.ts",
477
+ "esm2022": "./esm2022/util/directives/aril-util-directives.mjs",
478
+ "esm": "./esm2022/util/directives/aril-util-directives.mjs",
479
+ "default": "./fesm2022/aril-util-directives.mjs"
480
+ },
481
+ "./util/lib": {
482
+ "types": "./util/lib/index.d.ts",
483
+ "esm2022": "./esm2022/util/lib/aril-util-lib.mjs",
484
+ "esm": "./esm2022/util/lib/aril-util-lib.mjs",
485
+ "default": "./fesm2022/aril-util-lib.mjs"
486
+ },
487
+ "./util/pub-sub": {
488
+ "types": "./util/pub-sub/index.d.ts",
489
+ "esm2022": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
490
+ "esm": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
491
+ "default": "./fesm2022/aril-util-pub-sub.mjs"
474
492
  },
475
493
  "./util/pipes": {
476
494
  "types": "./util/pipes/index.d.ts",
@@ -478,54 +496,42 @@
478
496
  "esm": "./esm2022/util/pipes/aril-util-pipes.mjs",
479
497
  "default": "./fesm2022/aril-util-pipes.mjs"
480
498
  },
481
- "./util/sync-active-tab-route": {
482
- "types": "./util/sync-active-tab-route/index.d.ts",
483
- "esm2022": "./esm2022/util/sync-active-tab-route/aril-util-sync-active-tab-route.mjs",
484
- "esm": "./esm2022/util/sync-active-tab-route/aril-util-sync-active-tab-route.mjs",
485
- "default": "./fesm2022/aril-util-sync-active-tab-route.mjs"
486
- },
487
- "./util/loaders": {
488
- "types": "./util/loaders/index.d.ts",
489
- "esm2022": "./esm2022/util/loaders/aril-util-loaders.mjs",
490
- "esm": "./esm2022/util/loaders/aril-util-loaders.mjs",
491
- "default": "./fesm2022/aril-util-loaders.mjs"
492
- },
493
499
  "./util/primitive-extensions": {
494
500
  "types": "./util/primitive-extensions/index.d.ts",
495
501
  "esm2022": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
496
502
  "esm": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
497
503
  "default": "./fesm2022/aril-util-primitive-extensions.mjs"
498
504
  },
505
+ "./util/sync-active-tab-route": {
506
+ "types": "./util/sync-active-tab-route/index.d.ts",
507
+ "esm2022": "./esm2022/util/sync-active-tab-route/aril-util-sync-active-tab-route.mjs",
508
+ "esm": "./esm2022/util/sync-active-tab-route/aril-util-sync-active-tab-route.mjs",
509
+ "default": "./fesm2022/aril-util-sync-active-tab-route.mjs"
510
+ },
499
511
  "./util/unwrap": {
500
512
  "types": "./util/unwrap/index.d.ts",
501
513
  "esm2022": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
502
514
  "esm": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
503
515
  "default": "./fesm2022/aril-util-unwrap.mjs"
504
516
  },
505
- "./util/pub-sub": {
506
- "types": "./util/pub-sub/index.d.ts",
507
- "esm2022": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
508
- "esm": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
509
- "default": "./fesm2022/aril-util-pub-sub.mjs"
510
- },
511
517
  "./boot/config/apps": {
512
518
  "types": "./boot/config/apps/index.d.ts",
513
519
  "esm2022": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
514
520
  "esm": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
515
521
  "default": "./fesm2022/aril-boot-config-apps.mjs"
516
522
  },
517
- "./boot/config/api": {
518
- "types": "./boot/config/api/index.d.ts",
519
- "esm2022": "./esm2022/boot/config/api/aril-boot-config-api.mjs",
520
- "esm": "./esm2022/boot/config/api/aril-boot-config-api.mjs",
521
- "default": "./fesm2022/aril-boot-config-api.mjs"
522
- },
523
523
  "./boot/config/plugins": {
524
524
  "types": "./boot/config/plugins/index.d.ts",
525
525
  "esm2022": "./esm2022/boot/config/plugins/aril-boot-config-plugins.mjs",
526
526
  "esm": "./esm2022/boot/config/plugins/aril-boot-config-plugins.mjs",
527
527
  "default": "./fesm2022/aril-boot-config-plugins.mjs"
528
528
  },
529
+ "./boot/config/api": {
530
+ "types": "./boot/config/api/index.d.ts",
531
+ "esm2022": "./esm2022/boot/config/api/aril-boot-config-api.mjs",
532
+ "esm": "./esm2022/boot/config/api/aril-boot-config-api.mjs",
533
+ "default": "./fesm2022/aril-boot-config-api.mjs"
534
+ },
529
535
  "./boot/config/translate": {
530
536
  "types": "./boot/config/translate/index.d.ts",
531
537
  "esm2022": "./esm2022/boot/config/translate/aril-boot-config-translate.mjs",
@@ -1,3 +1,3 @@
1
- import { Provider } from '@angular/core';
1
+ import { EnvironmentProviders, Provider } from '@angular/core';
2
2
  import { Apps } from 'aril/boot/config/apps';
3
- export declare const provideHost: (app: Apps) => Provider;
3
+ export declare const provideHost: (app: Apps) => Array<Provider | EnvironmentProviders>;
@@ -8,6 +8,7 @@ import { BreadcrumbModule } from 'primeng/breadcrumb';
8
8
  import { BehaviorSubject, Subscription } from 'rxjs';
9
9
  import { filter } from 'rxjs/operators';
10
10
 
11
+ import { bridge } from 'aril/boot/bridge';
11
12
  import { PubSubService } from 'aril/util/pub-sub';
12
13
  import { BreadcrumbService } from '../../service/breadcrumb.service';
13
14
 
@@ -64,10 +65,10 @@ export class AppBreadcrumbComponent {
64
65
  this.breadcrumbs.unshift({ icon: 'pi pi-home', url: '/' });
65
66
 
66
67
  // Update global page title signal with the last breadcrumb label
67
- const pageTitle = (<any>globalThis).__ARIL_PAGE_TITLE__?.();
68
+ const pageTitle = bridge.pageTitle();
68
69
  if (pageTitle) {
69
70
  const lastBreadcrumb = breadcrumbs[breadcrumbs.length - 1];
70
- pageTitle.set(lastBreadcrumb?.label || '');
71
+ bridge.pageTitle.set(lastBreadcrumb?.label || '');
71
72
  }
72
73
 
73
74
  const currentUrl = this.router.url;
@@ -21,8 +21,6 @@ export declare class ExpandableMenuComponent implements OnInit, OnDestroy {
21
21
  overlayMenuOpenSubscription: Subscription | null;
22
22
  routerSubscription: Subscription | null;
23
23
  username: string;
24
- isHostMode: any;
25
- hostMenuItems: any;
26
24
  cachedMenuItems: PluginMenuItem[];
27
25
  selectedMainMenuItem: PluginMenuItem | null;
28
26
  get sidebarExpanded(): boolean;