aril 1.2.18 → 1.2.19

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 (376) hide show
  1. package/boot/config/apps/src/interfaces.d.ts +5 -0
  2. package/boot/config/apps/src/route-permissions.d.ts +2 -2
  3. package/esm2022/boot/config/apps/src/apps.service.mjs +5 -5
  4. package/esm2022/boot/config/apps/src/auth.guard.mjs +4 -4
  5. package/esm2022/boot/config/apps/src/interfaces.mjs +1 -1
  6. package/esm2022/boot/config/apps/src/route-permissions.mjs +24 -6
  7. package/esm2022/boot/config/apps/src/showdowDOMWrapper.mjs +4 -4
  8. package/esm2022/boot/host/src/app.component.mjs +4 -4
  9. package/esm2022/boot/mfe/src/app.component.mjs +4 -4
  10. package/esm2022/boot/pages/src/forbidden.component.mjs +4 -4
  11. package/esm2022/boot/pages/src/notFound.component.mjs +4 -4
  12. package/esm2022/http/src/httpBackend.mjs +4 -4
  13. package/esm2022/i18n/src/i18n.module.mjs +5 -5
  14. package/esm2022/i18n/src/loader.mjs +4 -4
  15. package/esm2022/theme/layout/app/breadcrumb/app.breadcrumb.component.mjs +4 -4
  16. package/esm2022/theme/layout/app/expandableMenu/expandable-menu.component.mjs +4 -4
  17. package/esm2022/theme/layout/app/favorite-pages/favorite-pages-sidebar.component.mjs +4 -4
  18. package/esm2022/theme/layout/app/favorite-pages/favorite-pages.service.mjs +4 -4
  19. package/esm2022/theme/layout/app/favorite-pages/modals/add-edit-favorite-modal/add-edit-favorite-modal.component.mjs +4 -4
  20. package/esm2022/theme/layout/app/general-search/general-search.component.mjs +4 -4
  21. package/esm2022/theme/layout/app/history/history-sidebar.component.mjs +4 -4
  22. package/esm2022/theme/layout/app/history/history.service.mjs +4 -4
  23. package/esm2022/theme/layout/app/layout/app.layout.component.mjs +4 -4
  24. package/esm2022/theme/layout/app/layout/mfe.layout.component.mjs +4 -4
  25. package/esm2022/theme/layout/app/notifications/notifications-sidebar.component.mjs +4 -4
  26. package/esm2022/theme/layout/app/profileSidebar/app.profilesidebar.component.mjs +4 -4
  27. package/esm2022/theme/layout/app/profileSidebar/modals/change-password-modal/change-password-modal.component.mjs +4 -4
  28. package/esm2022/theme/layout/app/profileSidebar/modals/edit-profile-modal/edit-profile-modal.component.mjs +4 -4
  29. package/esm2022/theme/layout/app/profileSidebar/profile.service.mjs +4 -4
  30. package/esm2022/theme/layout/app/site-map/site-map-sidebar.component.mjs +4 -4
  31. package/esm2022/theme/layout/app/static-sidebar/static-sidebar.component.mjs +4 -4
  32. package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +4 -4
  33. package/esm2022/theme/layout/service/app.layout.service.mjs +4 -4
  34. package/esm2022/theme/layout/service/app.menu.service.mjs +4 -4
  35. package/esm2022/theme/layout/service/breadcrumb.service.mjs +4 -4
  36. package/esm2022/theme/layout/service/notifications.service.mjs +4 -4
  37. package/esm2022/theme/layout/service/search.service.mjs +4 -4
  38. package/esm2022/theme/layout/service/selection-group.service.mjs +4 -4
  39. package/esm2022/ui/autoComplete/src/auto-complete.component.mjs +4 -4
  40. package/esm2022/ui/badge/src/badge.component.mjs +4 -4
  41. package/esm2022/ui/button/src/button.component.mjs +4 -4
  42. package/esm2022/ui/button/src/split-button.component.mjs +4 -4
  43. package/esm2022/ui/calendar/src/calendar.component.mjs +4 -4
  44. package/esm2022/ui/charts/src/amCharts/column/column-chart.component.mjs +4 -4
  45. package/esm2022/ui/charts/src/amCharts/line/line-chart.component.mjs +4 -4
  46. package/esm2022/ui/charts/src/amCharts/pie/pie-chart.component.mjs +4 -4
  47. package/esm2022/ui/charts/src/highCharts/area/area-chart.component.mjs +4 -4
  48. package/esm2022/ui/charts/src/highCharts/bar/bar-chart.component.mjs +4 -4
  49. package/esm2022/ui/charts/src/highCharts/column/column-chart.component.mjs +4 -4
  50. package/esm2022/ui/charts/src/highCharts/gauge/solid-gauge.component.mjs +4 -4
  51. package/esm2022/ui/charts/src/highCharts/heatmap/heatMap-chart.component.mjs +4 -4
  52. package/esm2022/ui/charts/src/highCharts/line/line-chart-datetime-axis.component.mjs +4 -4
  53. package/esm2022/ui/charts/src/highCharts/line/line-chart-series.component.mjs +4 -4
  54. package/esm2022/ui/charts/src/highCharts/line/line-chart.component.mjs +4 -4
  55. package/esm2022/ui/charts/src/highCharts/pie/pie-chart.component.mjs +4 -4
  56. package/esm2022/ui/checkbox/src/check-box.component.mjs +4 -4
  57. package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +4 -4
  58. package/esm2022/ui/chip/src/chip.component.mjs +4 -4
  59. package/esm2022/ui/collapse-reorder-list/src/collapse-reorder-list.component.mjs +4 -4
  60. package/esm2022/ui/dxEditor/src/dx-editor.component.mjs +4 -4
  61. package/esm2022/ui/dxField/src/dx-field.component.mjs +4 -4
  62. package/esm2022/ui/editor/src/aril-editor.component.mjs +4 -4
  63. package/esm2022/ui/field/src/field.component.mjs +4 -4
  64. package/esm2022/ui/fileUpload/src/file-upload.component.mjs +4 -4
  65. package/esm2022/ui/form/index.mjs +5 -5
  66. package/esm2022/ui/form/src/form-submit-button.component.mjs +4 -4
  67. package/esm2022/ui/form/src/form.component.mjs +4 -4
  68. package/esm2022/ui/img-viewer/src/img-viewer.component.mjs +4 -4
  69. package/esm2022/ui/json-diff-comparison/src/json-diff.component.mjs +4 -4
  70. package/esm2022/ui/lib/src/form/form-error-message.component.mjs +4 -4
  71. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +4 -4
  72. package/esm2022/ui/lib/src/grid/enum-color-picker.pipe.mjs +4 -4
  73. package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +4 -4
  74. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +4 -4
  75. package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +4 -4
  76. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +4 -4
  77. package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +4 -4
  78. package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +4 -4
  79. package/esm2022/ui/loader/src/loader.component.mjs +4 -4
  80. package/esm2022/ui/mask/src/mask.component.mjs +4 -4
  81. package/esm2022/ui/multiSelect/src/multi-select.component.mjs +4 -4
  82. package/esm2022/ui/number/src/number.component.mjs +4 -4
  83. package/esm2022/ui/operation-types-dialog/src/operation-types-dialog.component.mjs +4 -4
  84. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +4 -4
  85. package/esm2022/ui/panel/src/panel.component.mjs +4 -4
  86. package/esm2022/ui/password/src/password.component.mjs +4 -4
  87. package/esm2022/ui/pdf-viewer/src/pdf-viewer.component.mjs +4 -4
  88. package/esm2022/ui/progressbar/src/progressbar.component.mjs +4 -4
  89. package/esm2022/ui/radioButton/src/radio-button.component.mjs +4 -4
  90. package/esm2022/ui/relativeDateSelector/src/relative-date-selector.component.mjs +4 -4
  91. package/esm2022/ui/selectBox/src/select-box.component.mjs +4 -4
  92. package/esm2022/ui/switch/src/switch.component.mjs +4 -4
  93. package/esm2022/ui/table/index.mjs +5 -5
  94. package/esm2022/ui/table/src/export-overlay-panel.component.mjs +4 -4
  95. package/esm2022/ui/table/src/table-column.component.mjs +4 -4
  96. package/esm2022/ui/table/src/table.component.mjs +4 -4
  97. package/esm2022/ui/table-expand/index.mjs +5 -5
  98. package/esm2022/ui/table-expand/src/table-column.component.mjs +4 -4
  99. package/esm2022/ui/table-expand/src/table-expand-area.component.mjs +4 -4
  100. package/esm2022/ui/table-expand/src/table.component.mjs +4 -4
  101. package/esm2022/ui/tag/src/tag.component.mjs +4 -4
  102. package/esm2022/ui/tagBox/src/tag-box.component.mjs +4 -4
  103. package/esm2022/ui/text/src/text.component.mjs +4 -4
  104. package/esm2022/ui/textArea/src/text-area.component.mjs +4 -4
  105. package/esm2022/ui/toggle-button/src/toggle-button.component.mjs +4 -4
  106. package/esm2022/ui/tooltip/src/tooltip-component.mjs +4 -4
  107. package/esm2022/ui/translate-input/src/aril-lang-modal/aril-lang-modal.component.mjs +4 -4
  108. package/esm2022/ui/translate-input/src/aril-translate-input.component.mjs +4 -4
  109. package/esm2022/ui/tree/src/tree.component.mjs +4 -4
  110. package/esm2022/ui/treeSelect/src/treeSelect.component.mjs +4 -4
  111. package/esm2022/ui/treeTable/src/tree-table.component.mjs +4 -4
  112. package/esm2022/ui/value/src/value.component.mjs +4 -4
  113. package/esm2022/ui-business/assetPicker/src/asset-picker.component.mjs +4 -4
  114. package/esm2022/ui-business/detailed-overlay-panel/src/detailed-overlay-panel.component.mjs +4 -4
  115. package/esm2022/ui-business/enumPicker/src/enum-picker.component.mjs +4 -4
  116. package/esm2022/ui-business/image-viewer/src/aril-image-viewer.component.mjs +4 -4
  117. package/esm2022/ui-business/multiple-ref-value/src/multiple-ref-value.component.mjs +4 -4
  118. package/esm2022/ui-business/notification-templates-dialog/src/notification-templates-dialog.component.mjs +4 -4
  119. package/esm2022/ui-business/operation-types-dialog/src/operation-types-dialog.component.mjs +4 -4
  120. package/esm2022/ui-business/pdf-preview-modal/src/pdf-preview-modal.component.mjs +4 -4
  121. package/esm2022/ui-business/ref-value/src/ref-value.component.mjs +4 -4
  122. package/esm2022/ui-business/rolePicker/src/role-picker.component.mjs +4 -4
  123. package/esm2022/ui-business/trace-drawer/src/app-log.service.mjs +4 -4
  124. package/esm2022/ui-business/trace-drawer/src/trace-drawer.component.mjs +4 -4
  125. package/esm2022/ui-business/trace-drawer/src/trace-log.service.mjs +4 -4
  126. package/esm2022/ui-business/trace-id/src/trace-id.component.mjs +4 -4
  127. package/esm2022/ui-business/userPicker/src/user-picker.component.mjs +4 -4
  128. package/esm2022/util/block/src/block.mjs +7 -7
  129. package/esm2022/util/directives/src/detail-page-customization/detail-page-customization.directive.mjs +4 -4
  130. package/esm2022/util/directives/src/dialog-component/plugin-dialog.component.mjs +4 -4
  131. package/esm2022/util/directives/src/dialog-service/plugin-dialog.service.mjs +4 -4
  132. package/esm2022/util/lib/src/module-router.mjs +4 -4
  133. package/esm2022/util/pipes/src/distance-to-now.pipe.mjs +4 -4
  134. package/esm2022/util/pipes/src/get-column-by-field.pipe.mjs +4 -4
  135. package/esm2022/util/pipes/src/parse.pipe.mjs +4 -4
  136. package/esm2022/util/pipes/src/round-number.pipe.mjs +4 -4
  137. package/esm2022/util/pipes/src/safe.pipe.mjs +4 -4
  138. package/esm2022/util/pipes/src/translate-json/translate-json.pipe.mjs +4 -4
  139. package/esm2022/util/pub-sub/src/pub-sub.service.mjs +4 -4
  140. package/esm2022/util/sync-active-tab-route/src/sync-active-tab-route.directive.mjs +4 -4
  141. package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +4 -4
  142. package/fesm2022/{aril-app.component-wxP3y8dg.mjs → aril-app.component-Cw1MxAqD.mjs} +4 -4
  143. package/fesm2022/{aril-app.component-wxP3y8dg.mjs.map → aril-app.component-Cw1MxAqD.mjs.map} +1 -1
  144. package/fesm2022/aril-boot-base.mjs +1 -1
  145. package/fesm2022/aril-boot-base.mjs.map +1 -1
  146. package/fesm2022/aril-boot-bridge.mjs.map +1 -1
  147. package/fesm2022/aril-boot-config-api.mjs +1 -1
  148. package/fesm2022/aril-boot-config-api.mjs.map +1 -1
  149. package/fesm2022/aril-boot-config-apps.mjs +34 -16
  150. package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
  151. package/fesm2022/aril-boot-config-plugins.mjs +1 -1
  152. package/fesm2022/aril-boot-config-plugins.mjs.map +1 -1
  153. package/fesm2022/aril-boot-config-translate.mjs.map +1 -1
  154. package/fesm2022/aril-boot-host.mjs +4 -4
  155. package/fesm2022/aril-boot-host.mjs.map +1 -1
  156. package/fesm2022/{aril-boot-mfe-app.component-7IjAmjz0.mjs → aril-boot-mfe-app.component-CCTntpyN.mjs} +5 -5
  157. package/fesm2022/{aril-boot-mfe-app.component-7IjAmjz0.mjs.map → aril-boot-mfe-app.component-CCTntpyN.mjs.map} +1 -1
  158. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-KXDpUyv7.mjs → aril-boot-mfe-aril-boot-mfe-D8DZ-gT-.mjs} +4 -4
  159. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-KXDpUyv7.mjs.map → aril-boot-mfe-aril-boot-mfe-D8DZ-gT-.mjs.map} +1 -1
  160. package/fesm2022/aril-boot-mfe.mjs +1 -1
  161. package/fesm2022/aril-boot-pages.mjs +6 -6
  162. package/fesm2022/aril-boot-pages.mjs.map +1 -1
  163. package/fesm2022/aril-http.mjs +3 -3
  164. package/fesm2022/aril-http.mjs.map +1 -1
  165. package/fesm2022/aril-i18n.mjs +7 -7
  166. package/fesm2022/aril-i18n.mjs.map +1 -1
  167. package/fesm2022/aril-keycloak.mjs.map +1 -1
  168. package/fesm2022/aril-provider.mjs +1 -1
  169. package/fesm2022/aril-provider.mjs.map +1 -1
  170. package/fesm2022/aril-theme-layout.mjs +72 -72
  171. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  172. package/fesm2022/aril-ui-autoComplete.mjs +6 -6
  173. package/fesm2022/aril-ui-autoComplete.mjs.map +1 -1
  174. package/fesm2022/aril-ui-badge.mjs +4 -4
  175. package/fesm2022/aril-ui-badge.mjs.map +1 -1
  176. package/fesm2022/aril-ui-business-assetPicker.mjs +5 -5
  177. package/fesm2022/aril-ui-business-assetPicker.mjs.map +1 -1
  178. package/fesm2022/aril-ui-business-detailed-overlay-panel.mjs +5 -5
  179. package/fesm2022/aril-ui-business-detailed-overlay-panel.mjs.map +1 -1
  180. package/fesm2022/aril-ui-business-enumPicker.mjs +5 -5
  181. package/fesm2022/aril-ui-business-enumPicker.mjs.map +1 -1
  182. package/fesm2022/aril-ui-business-image-viewer.mjs +3 -3
  183. package/fesm2022/aril-ui-business-image-viewer.mjs.map +1 -1
  184. package/fesm2022/aril-ui-business-multiple-ref-value.mjs +4 -4
  185. package/fesm2022/aril-ui-business-multiple-ref-value.mjs.map +1 -1
  186. package/fesm2022/aril-ui-business-notification-templates-dialog.mjs +3 -3
  187. package/fesm2022/aril-ui-business-notification-templates-dialog.mjs.map +1 -1
  188. package/fesm2022/aril-ui-business-operation-types-dialog.mjs +3 -3
  189. package/fesm2022/aril-ui-business-operation-types-dialog.mjs.map +1 -1
  190. package/fesm2022/aril-ui-business-pdf-preview-modal.mjs +3 -3
  191. package/fesm2022/aril-ui-business-pdf-preview-modal.mjs.map +1 -1
  192. package/fesm2022/aril-ui-business-ref-value.mjs +4 -4
  193. package/fesm2022/aril-ui-business-ref-value.mjs.map +1 -1
  194. package/fesm2022/aril-ui-business-rolePicker.mjs +4 -4
  195. package/fesm2022/aril-ui-business-rolePicker.mjs.map +1 -1
  196. package/fesm2022/aril-ui-business-trace-drawer.mjs +10 -10
  197. package/fesm2022/aril-ui-business-trace-drawer.mjs.map +1 -1
  198. package/fesm2022/aril-ui-business-trace-id.mjs +4 -4
  199. package/fesm2022/aril-ui-business-trace-id.mjs.map +1 -1
  200. package/fesm2022/aril-ui-business-userPicker.mjs +3 -3
  201. package/fesm2022/aril-ui-business-userPicker.mjs.map +1 -1
  202. package/fesm2022/aril-ui-button.mjs +7 -7
  203. package/fesm2022/aril-ui-button.mjs.map +1 -1
  204. package/fesm2022/aril-ui-calendar.mjs +3 -3
  205. package/fesm2022/aril-ui-calendar.mjs.map +1 -1
  206. package/fesm2022/aril-ui-charts.mjs +37 -37
  207. package/fesm2022/aril-ui-charts.mjs.map +1 -1
  208. package/fesm2022/aril-ui-checkbox.mjs +6 -6
  209. package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
  210. package/fesm2022/aril-ui-chip.mjs +4 -4
  211. package/fesm2022/aril-ui-chip.mjs.map +1 -1
  212. package/fesm2022/aril-ui-collapse-reorder-list.mjs +4 -4
  213. package/fesm2022/aril-ui-collapse-reorder-list.mjs.map +1 -1
  214. package/fesm2022/aril-ui-dxEditor.mjs +4 -4
  215. package/fesm2022/aril-ui-dxEditor.mjs.map +1 -1
  216. package/fesm2022/aril-ui-dxField.mjs +4 -4
  217. package/fesm2022/aril-ui-dxField.mjs.map +1 -1
  218. package/fesm2022/aril-ui-editor.mjs +4 -4
  219. package/fesm2022/aril-ui-editor.mjs.map +1 -1
  220. package/fesm2022/aril-ui-field.mjs +4 -4
  221. package/fesm2022/aril-ui-field.mjs.map +1 -1
  222. package/fesm2022/aril-ui-fileUpload.mjs +4 -4
  223. package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
  224. package/fesm2022/aril-ui-form.mjs +11 -11
  225. package/fesm2022/aril-ui-form.mjs.map +1 -1
  226. package/fesm2022/aril-ui-img-viewer.mjs +3 -3
  227. package/fesm2022/aril-ui-img-viewer.mjs.map +1 -1
  228. package/fesm2022/aril-ui-json-diff-comparison.mjs +4 -4
  229. package/fesm2022/aril-ui-json-diff-comparison.mjs.map +1 -1
  230. package/fesm2022/aril-ui-lib.mjs +28 -28
  231. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  232. package/fesm2022/aril-ui-loader.mjs +3 -3
  233. package/fesm2022/aril-ui-loader.mjs.map +1 -1
  234. package/fesm2022/aril-ui-mask.mjs +3 -3
  235. package/fesm2022/aril-ui-mask.mjs.map +1 -1
  236. package/fesm2022/aril-ui-multiSelect.mjs +3 -3
  237. package/fesm2022/aril-ui-multiSelect.mjs.map +1 -1
  238. package/fesm2022/aril-ui-number.mjs +3 -3
  239. package/fesm2022/aril-ui-number.mjs.map +1 -1
  240. package/fesm2022/aril-ui-operation-types-dialog.mjs +3 -3
  241. package/fesm2022/aril-ui-operation-types-dialog.mjs.map +1 -1
  242. package/fesm2022/aril-ui-overlayPanel.mjs +4 -4
  243. package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
  244. package/fesm2022/aril-ui-panel.mjs +4 -4
  245. package/fesm2022/aril-ui-panel.mjs.map +1 -1
  246. package/fesm2022/aril-ui-password.mjs +3 -3
  247. package/fesm2022/aril-ui-password.mjs.map +1 -1
  248. package/fesm2022/aril-ui-pdf-viewer.mjs +3 -3
  249. package/fesm2022/aril-ui-pdf-viewer.mjs.map +1 -1
  250. package/fesm2022/aril-ui-progressbar.mjs +3 -3
  251. package/fesm2022/aril-ui-progressbar.mjs.map +1 -1
  252. package/fesm2022/aril-ui-radioButton.mjs +3 -3
  253. package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
  254. package/fesm2022/aril-ui-relativeDateSelector.mjs +4 -4
  255. package/fesm2022/aril-ui-relativeDateSelector.mjs.map +1 -1
  256. package/fesm2022/aril-ui-selectBox.mjs +5 -5
  257. package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
  258. package/fesm2022/aril-ui-switch.mjs +3 -3
  259. package/fesm2022/aril-ui-switch.mjs.map +1 -1
  260. package/fesm2022/aril-ui-table-expand.mjs +14 -14
  261. package/fesm2022/aril-ui-table-expand.mjs.map +1 -1
  262. package/fesm2022/aril-ui-table.mjs +15 -15
  263. package/fesm2022/aril-ui-table.mjs.map +1 -1
  264. package/fesm2022/aril-ui-tag.mjs +3 -3
  265. package/fesm2022/aril-ui-tag.mjs.map +1 -1
  266. package/fesm2022/aril-ui-tagBox.mjs +5 -5
  267. package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
  268. package/fesm2022/aril-ui-text.mjs +3 -3
  269. package/fesm2022/aril-ui-text.mjs.map +1 -1
  270. package/fesm2022/aril-ui-textArea.mjs +3 -3
  271. package/fesm2022/aril-ui-textArea.mjs.map +1 -1
  272. package/fesm2022/aril-ui-toggle-button.mjs +4 -4
  273. package/fesm2022/aril-ui-toggle-button.mjs.map +1 -1
  274. package/fesm2022/aril-ui-tooltip.mjs +3 -3
  275. package/fesm2022/aril-ui-tooltip.mjs.map +1 -1
  276. package/fesm2022/aril-ui-translate-input.mjs +6 -6
  277. package/fesm2022/aril-ui-translate-input.mjs.map +1 -1
  278. package/fesm2022/aril-ui-tree.mjs +4 -4
  279. package/fesm2022/aril-ui-tree.mjs.map +1 -1
  280. package/fesm2022/aril-ui-treeSelect.mjs +4 -4
  281. package/fesm2022/aril-ui-treeSelect.mjs.map +1 -1
  282. package/fesm2022/aril-ui-treeTable.mjs +4 -4
  283. package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
  284. package/fesm2022/aril-ui-value.mjs +5 -5
  285. package/fesm2022/aril-ui-value.mjs.map +1 -1
  286. package/fesm2022/aril-util-block.mjs +6 -6
  287. package/fesm2022/aril-util-block.mjs.map +1 -1
  288. package/fesm2022/aril-util-directives.mjs +10 -10
  289. package/fesm2022/aril-util-directives.mjs.map +1 -1
  290. package/fesm2022/aril-util-lib.mjs +3 -3
  291. package/fesm2022/aril-util-lib.mjs.map +1 -1
  292. package/fesm2022/aril-util-pipes.mjs +18 -18
  293. package/fesm2022/aril-util-pipes.mjs.map +1 -1
  294. package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
  295. package/fesm2022/aril-util-pub-sub.mjs +3 -3
  296. package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
  297. package/fesm2022/aril-util-sync-active-tab-route.mjs +4 -4
  298. package/fesm2022/aril-util-sync-active-tab-route.mjs.map +1 -1
  299. package/fesm2022/aril-util-unwrap.mjs +3 -3
  300. package/fesm2022/aril-util-unwrap.mjs.map +1 -1
  301. package/fesm2022/aril.mjs +6 -6
  302. package/fesm2022/aril.mjs.map +1 -1
  303. package/package.json +210 -210
  304. package/theme/layout/app/favorite-pages/favorite-pages-sidebar.component.d.ts +16 -0
  305. package/theme/layout/app/history/history-sidebar.component.d.ts +16 -0
  306. package/theme/layout/app/notifications/notifications-sidebar.component.d.ts +16 -0
  307. package/theme/layout/app/site-map/site-map-sidebar.component.d.ts +16 -0
  308. package/ui/autoComplete/src/auto-complete.component.d.ts +8 -8
  309. package/ui/badge/src/badge.component.d.ts +9 -9
  310. package/ui/button/src/button.component.d.ts +12 -12
  311. package/ui/button/src/split-button.component.d.ts +1 -1
  312. package/ui/calendar/src/calendar.component.d.ts +22 -22
  313. package/ui/charts/src/amCharts/column/column-chart.component.d.ts +4 -4
  314. package/ui/charts/src/amCharts/line/line-chart.component.d.ts +5 -5
  315. package/ui/charts/src/amCharts/pie/pie-chart.component.d.ts +4 -4
  316. package/ui/charts/src/highCharts/area/area-chart.component.d.ts +3 -3
  317. package/ui/charts/src/highCharts/bar/bar-chart.component.d.ts +7 -7
  318. package/ui/charts/src/highCharts/column/column-chart.component.d.ts +9 -9
  319. package/ui/charts/src/highCharts/gauge/solid-gauge.component.d.ts +3 -3
  320. package/ui/charts/src/highCharts/heatmap/heatMap-chart.component.d.ts +4 -4
  321. package/ui/charts/src/highCharts/line/line-chart-datetime-axis.component.d.ts +5 -5
  322. package/ui/charts/src/highCharts/line/line-chart-series.component.d.ts +4 -4
  323. package/ui/charts/src/highCharts/line/line-chart.component.d.ts +4 -4
  324. package/ui/charts/src/highCharts/pie/pie-chart.component.d.ts +7 -7
  325. package/ui/checkbox/src/check-box.component.d.ts +3 -3
  326. package/ui/checkbox/src/tri-state-checkbox.component.d.ts +2 -2
  327. package/ui/chip/src/chip.component.d.ts +7 -7
  328. package/ui/collapse-reorder-list/src/collapse-reorder-list.component.d.ts +4 -4
  329. package/ui/dxEditor/src/dx-editor.component.d.ts +5 -5
  330. package/ui/dxField/src/dx-field.component.d.ts +5 -5
  331. package/ui/editor/src/aril-editor.component.d.ts +3 -3
  332. package/ui/field/src/field.component.d.ts +9 -9
  333. package/ui/fileUpload/src/file-upload.component.d.ts +14 -14
  334. package/ui/form/src/form-submit-button.component.d.ts +1 -1
  335. package/ui/form/src/form.component.d.ts +1 -1
  336. package/ui/img-viewer/src/img-viewer.component.d.ts +1 -1
  337. package/ui/lib/src/form/form-error-message.directive.d.ts +1 -1
  338. package/ui/mask/src/mask.component.d.ts +6 -6
  339. package/ui/multiSelect/src/multi-select.component.d.ts +13 -13
  340. package/ui/number/src/number.component.d.ts +15 -15
  341. package/ui/overlayPanel/src/overlay-panel.component.d.ts +1 -1
  342. package/ui/panel/src/panel.component.d.ts +6 -6
  343. package/ui/password/src/password.component.d.ts +4 -4
  344. package/ui/pdf-viewer/src/pdf-viewer.component.d.ts +12 -12
  345. package/ui/progressbar/src/progressbar.component.d.ts +3 -3
  346. package/ui/radioButton/src/radio-button.component.d.ts +3 -3
  347. package/ui/selectBox/src/select-box.component.d.ts +10 -10
  348. package/ui/switch/src/switch.component.d.ts +1 -1
  349. package/ui/table/src/export-overlay-panel.component.d.ts +2 -2
  350. package/ui/table/src/table-column.component.d.ts +11 -11
  351. package/ui/table/src/table.component.d.ts +35 -35
  352. package/ui/table-expand/src/table-column.component.d.ts +6 -6
  353. package/ui/table-expand/src/table.component.d.ts +20 -20
  354. package/ui/tag/src/tag.component.d.ts +4 -6
  355. package/ui/tagBox/src/tag-box.component.d.ts +7 -7
  356. package/ui/text/src/text.component.d.ts +5 -5
  357. package/ui/textArea/src/text-area.component.d.ts +5 -5
  358. package/ui/toggle-button/src/toggle-button.component.d.ts +1 -1
  359. package/ui/tooltip/src/tooltip-component.d.ts +8 -8
  360. package/ui/translate-input/src/aril-translate-input.component.d.ts +2 -2
  361. package/ui/tree/src/tree.component.d.ts +8 -8
  362. package/ui/treeSelect/src/treeSelect.component.d.ts +12 -12
  363. package/ui/treeTable/src/tree-table.component.d.ts +5 -5
  364. package/ui/value/src/value.component.d.ts +15 -15
  365. package/ui-business/assetPicker/src/asset-picker.component.d.ts +11 -11
  366. package/ui-business/detailed-overlay-panel/src/detailed-overlay-panel.component.d.ts +3 -6
  367. package/ui-business/enumPicker/src/enum-picker.component.d.ts +23 -23
  368. package/ui-business/image-viewer/src/aril-image-viewer.component.d.ts +8 -8
  369. package/ui-business/multiple-ref-value/src/multiple-ref-value.component.d.ts +2 -5
  370. package/ui-business/ref-value/src/ref-value.component.d.ts +5 -5
  371. package/ui-business/rolePicker/src/role-picker.component.d.ts +6 -6
  372. package/ui-business/trace-drawer/src/trace-drawer.component.d.ts +8 -8
  373. package/ui-business/trace-id/src/trace-id.component.d.ts +6 -6
  374. package/ui-business/userPicker/src/user-picker.component.d.ts +3 -3
  375. package/util/block/src/block.d.ts +4 -4
  376. package/util/lib/src/types.d.ts +16 -0
@@ -1,6 +1,6 @@
1
1
  import { isPlatformBrowser, NgClass } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { input, PLATFORM_ID, Component, ChangeDetectionStrategy, Inject, EventEmitter, effect, Output, computed, ViewChild } from '@angular/core';
3
+ import { input, PLATFORM_ID, Inject, ChangeDetectionStrategy, Component, EventEmitter, effect, Output, computed, ViewChild } from '@angular/core';
4
4
  import * as am5 from '@amcharts/amcharts5';
5
5
  import * as am5percent from '@amcharts/amcharts5/percent';
6
6
  import am5themes_Animated from '@amcharts/amcharts5/themes/Animated';
@@ -158,10 +158,10 @@ class PieChartComponent {
158
158
  }
159
159
  });
160
160
  }
161
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PieChartComponent, deps: [{ token: PLATFORM_ID }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
162
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: PieChartComponent, isStandalone: true, selector: "aril-pie-chart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, chartId: { classPropertyName: "chartId", publicName: "chartId", isSignal: true, isRequired: true, transformFunction: null }, appName: { classPropertyName: "appName", publicName: "appName", isSignal: true, isRequired: false, transformFunction: null }, chartHeight: { classPropertyName: "chartHeight", publicName: "chartHeight", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `<div style="width: 100%; height:{{ chartHeight() }}px;" id="{{ chartId() }}"></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
161
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PieChartComponent, deps: [{ token: PLATFORM_ID }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
162
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: PieChartComponent, isStandalone: true, selector: "aril-pie-chart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, chartId: { classPropertyName: "chartId", publicName: "chartId", isSignal: true, isRequired: true, transformFunction: null }, appName: { classPropertyName: "appName", publicName: "appName", isSignal: true, isRequired: false, transformFunction: null }, chartHeight: { classPropertyName: "chartHeight", publicName: "chartHeight", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `<div style="width: 100%; height:{{ chartHeight() }}px;" id="{{ chartId() }}"></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
163
163
  }
164
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PieChartComponent, decorators: [{
164
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PieChartComponent, decorators: [{
165
165
  type: Component,
166
166
  args: [{
167
167
  standalone: true,
@@ -273,10 +273,10 @@ class ColumnChartComponent {
273
273
  }
274
274
  });
275
275
  }
276
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ColumnChartComponent, deps: [{ token: PLATFORM_ID }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
277
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: ColumnChartComponent, isStandalone: true, selector: "aril-column-chart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, chartId: { classPropertyName: "chartId", publicName: "chartId", isSignal: true, isRequired: true, transformFunction: null }, appName: { classPropertyName: "appName", publicName: "appName", isSignal: true, isRequired: false, transformFunction: null }, chartHeight: { classPropertyName: "chartHeight", publicName: "chartHeight", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `<div style="width: 100%; height:{{ chartHeight() }}px;" id="{{ chartId() }}"></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
276
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ColumnChartComponent, deps: [{ token: PLATFORM_ID }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
277
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: ColumnChartComponent, isStandalone: true, selector: "aril-column-chart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, chartId: { classPropertyName: "chartId", publicName: "chartId", isSignal: true, isRequired: true, transformFunction: null }, appName: { classPropertyName: "appName", publicName: "appName", isSignal: true, isRequired: false, transformFunction: null }, chartHeight: { classPropertyName: "chartHeight", publicName: "chartHeight", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `<div style="width: 100%; height:{{ chartHeight() }}px;" id="{{ chartId() }}"></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
278
278
  }
279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ColumnChartComponent, decorators: [{
279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ColumnChartComponent, decorators: [{
280
280
  type: Component,
281
281
  args: [{
282
282
  standalone: true,
@@ -430,10 +430,10 @@ let LineChartComponent$1 = class LineChartComponent {
430
430
  }
431
431
  });
432
432
  }
433
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LineChartComponent, deps: [{ token: PLATFORM_ID }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
434
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: LineChartComponent, isStandalone: true, selector: "aril-line-chart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, chartId: { classPropertyName: "chartId", publicName: "chartId", isSignal: true, isRequired: true, transformFunction: null }, appName: { classPropertyName: "appName", publicName: "appName", isSignal: true, isRequired: false, transformFunction: null }, timeUnit: { classPropertyName: "timeUnit", publicName: "timeUnit", isSignal: true, isRequired: false, transformFunction: null }, chartHeight: { classPropertyName: "chartHeight", publicName: "chartHeight", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `<div style="width: 100%; height:{{ chartHeight() }}px;" id="{{ chartId() }}"></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
433
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LineChartComponent, deps: [{ token: PLATFORM_ID }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
434
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: LineChartComponent, isStandalone: true, selector: "aril-line-chart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, chartId: { classPropertyName: "chartId", publicName: "chartId", isSignal: true, isRequired: true, transformFunction: null }, appName: { classPropertyName: "appName", publicName: "appName", isSignal: true, isRequired: false, transformFunction: null }, timeUnit: { classPropertyName: "timeUnit", publicName: "timeUnit", isSignal: true, isRequired: false, transformFunction: null }, chartHeight: { classPropertyName: "chartHeight", publicName: "chartHeight", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `<div style="width: 100%; height:{{ chartHeight() }}px;" id="{{ chartId() }}"></div>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
435
435
  };
436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LineChartComponent$1, decorators: [{
436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LineChartComponent$1, decorators: [{
437
437
  type: Component,
438
438
  args: [{
439
439
  standalone: true,
@@ -552,8 +552,8 @@ class PieHighChartComponent {
552
552
  }
553
553
  };
554
554
  }
555
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PieHighChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
556
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: PieHighChartComponent, isStandalone: true, selector: "aril-pie-highchart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, showLegend: { classPropertyName: "showLegend", publicName: "showLegend", isSignal: true, isRequired: false, transformFunction: null }, dataLabelsFormat: { classPropertyName: "dataLabelsFormat", publicName: "dataLabelsFormat", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selected: "selected" }, ngImport: i0, template: ` <highcharts-chart
555
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PieHighChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
556
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: PieHighChartComponent, isStandalone: true, selector: "aril-pie-highchart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, showLegend: { classPropertyName: "showLegend", publicName: "showLegend", isSignal: true, isRequired: false, transformFunction: null }, dataLabelsFormat: { classPropertyName: "dataLabelsFormat", publicName: "dataLabelsFormat", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selected: "selected" }, ngImport: i0, template: ` <highcharts-chart
557
557
  style="width: 100%; display: block"
558
558
  [Highcharts]="Highcharts"
559
559
  [oneToOne]="true"
@@ -561,7 +561,7 @@ class PieHighChartComponent {
561
561
  [options]="chartOptions">
562
562
  </highcharts-chart>`, isInline: true, dependencies: [{ kind: "ngmodule", type: HighchartsChartModule }, { kind: "component", type: i1.HighchartsChartComponent, selector: "highcharts-chart", inputs: ["Highcharts", "constructorType", "callbackFunction", "oneToOne", "runOutsideAngular", "options", "update"], outputs: ["updateChange", "chartInstance"] }] }); }
563
563
  }
564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PieHighChartComponent, decorators: [{
564
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PieHighChartComponent, decorators: [{
565
565
  type: Component,
566
566
  args: [{
567
567
  standalone: true,
@@ -650,15 +650,15 @@ class BarHighChartComponent {
650
650
  this.setChartOptions();
651
651
  }
652
652
  }
653
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BarHighChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
654
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: BarHighChartComponent, isStandalone: true, selector: "aril-bar-highchart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, categoriesTitle: { classPropertyName: "categoriesTitle", publicName: "categoriesTitle", isSignal: true, isRequired: false, transformFunction: null }, valuesTitle: { classPropertyName: "valuesTitle", publicName: "valuesTitle", isSignal: true, isRequired: false, transformFunction: null }, seriesName: { classPropertyName: "seriesName", publicName: "seriesName", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0, template: ` <highcharts-chart
653
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BarHighChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
654
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: BarHighChartComponent, isStandalone: true, selector: "aril-bar-highchart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, categoriesTitle: { classPropertyName: "categoriesTitle", publicName: "categoriesTitle", isSignal: true, isRequired: false, transformFunction: null }, valuesTitle: { classPropertyName: "valuesTitle", publicName: "valuesTitle", isSignal: true, isRequired: false, transformFunction: null }, seriesName: { classPropertyName: "seriesName", publicName: "seriesName", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null } }, usesOnChanges: true, ngImport: i0, template: ` <highcharts-chart
655
655
  style="width: 100%; display: block"
656
656
  [Highcharts]="Highcharts"
657
657
  [options]="chartOptions"
658
658
  [oneToOne]="true">
659
659
  </highcharts-chart>`, isInline: true, dependencies: [{ kind: "ngmodule", type: HighchartsChartModule }, { kind: "component", type: i1.HighchartsChartComponent, selector: "highcharts-chart", inputs: ["Highcharts", "constructorType", "callbackFunction", "oneToOne", "runOutsideAngular", "options", "update"], outputs: ["updateChange", "chartInstance"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
660
660
  }
661
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BarHighChartComponent, decorators: [{
661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BarHighChartComponent, decorators: [{
662
662
  type: Component,
663
663
  args: [{
664
664
  standalone: true,
@@ -763,15 +763,15 @@ class ColumnHighChartComponent {
763
763
  }
764
764
  };
765
765
  }
766
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ColumnHighChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
767
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: ColumnHighChartComponent, isStandalone: true, selector: "aril-column-highchart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, categoriesTitle: { classPropertyName: "categoriesTitle", publicName: "categoriesTitle", isSignal: true, isRequired: false, transformFunction: null }, valuesTitle: { classPropertyName: "valuesTitle", publicName: "valuesTitle", isSignal: true, isRequired: false, transformFunction: null }, seriesName: { classPropertyName: "seriesName", publicName: "seriesName", isSignal: true, isRequired: false, transformFunction: null }, dateFormat: { classPropertyName: "dateFormat", publicName: "dateFormat", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, series: { classPropertyName: "series", publicName: "series", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: ` <highcharts-chart
766
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ColumnHighChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
767
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: ColumnHighChartComponent, isStandalone: true, selector: "aril-column-highchart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, categoriesTitle: { classPropertyName: "categoriesTitle", publicName: "categoriesTitle", isSignal: true, isRequired: false, transformFunction: null }, valuesTitle: { classPropertyName: "valuesTitle", publicName: "valuesTitle", isSignal: true, isRequired: false, transformFunction: null }, seriesName: { classPropertyName: "seriesName", publicName: "seriesName", isSignal: true, isRequired: false, transformFunction: null }, dateFormat: { classPropertyName: "dateFormat", publicName: "dateFormat", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, series: { classPropertyName: "series", publicName: "series", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: ` <highcharts-chart
768
768
  style="width: 100%; display: block"
769
769
  [Highcharts]="Highcharts"
770
770
  [oneToOne]="true"
771
771
  [options]="chartOptions">
772
772
  </highcharts-chart>`, isInline: true, dependencies: [{ kind: "ngmodule", type: HighchartsChartModule }, { kind: "component", type: i1.HighchartsChartComponent, selector: "highcharts-chart", inputs: ["Highcharts", "constructorType", "callbackFunction", "oneToOne", "runOutsideAngular", "options", "update"], outputs: ["updateChange", "chartInstance"] }] }); }
773
773
  }
774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ColumnHighChartComponent, decorators: [{
774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ColumnHighChartComponent, decorators: [{
775
775
  type: Component,
776
776
  args: [{
777
777
  standalone: true,
@@ -862,8 +862,8 @@ class AreaChartComponent {
862
862
  }
863
863
  });
864
864
  }
865
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: AreaChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
866
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: AreaChartComponent, isStandalone: true, selector: "aril-area-chart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: true, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
865
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AreaChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
866
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: AreaChartComponent, isStandalone: true, selector: "aril-area-chart", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: true, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
867
867
  <highcharts-chart
868
868
  style="display: block"
869
869
  [Highcharts]="Highcharts"
@@ -874,7 +874,7 @@ class AreaChartComponent {
874
874
  </highcharts-chart>
875
875
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: HighchartsChartModule }, { kind: "component", type: i1.HighchartsChartComponent, selector: "highcharts-chart", inputs: ["Highcharts", "constructorType", "callbackFunction", "oneToOne", "runOutsideAngular", "options", "update"], outputs: ["updateChange", "chartInstance"] }] }); }
876
876
  }
877
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: AreaChartComponent, decorators: [{
877
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AreaChartComponent, decorators: [{
878
878
  type: Component,
879
879
  args: [{
880
880
  selector: 'aril-area-chart',
@@ -1047,8 +1047,8 @@ class LineDatetimeAxisChartComponent {
1047
1047
  }
1048
1048
  });
1049
1049
  }
1050
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LineDatetimeAxisChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1051
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: LineDatetimeAxisChartComponent, isStandalone: true, selector: "aril-line-datetime-axis-chart", inputs: { series: { classPropertyName: "series", publicName: "series", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, yAxisTitle: { classPropertyName: "yAxisTitle", publicName: "yAxisTitle", isSignal: true, isRequired: false, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null }, unit: { classPropertyName: "unit", publicName: "unit", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
1050
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LineDatetimeAxisChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1051
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: LineDatetimeAxisChartComponent, isStandalone: true, selector: "aril-line-datetime-axis-chart", inputs: { series: { classPropertyName: "series", publicName: "series", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, yAxisTitle: { classPropertyName: "yAxisTitle", publicName: "yAxisTitle", isSignal: true, isRequired: false, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null }, unit: { classPropertyName: "unit", publicName: "unit", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
1052
1052
  <highcharts-chart
1053
1053
  style="width: 100%; height: 100%; display: block"
1054
1054
  [Highcharts]="Highcharts"
@@ -1057,7 +1057,7 @@ class LineDatetimeAxisChartComponent {
1057
1057
  </highcharts-chart>
1058
1058
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: HighchartsChartModule }, { kind: "component", type: i1.HighchartsChartComponent, selector: "highcharts-chart", inputs: ["Highcharts", "constructorType", "callbackFunction", "oneToOne", "runOutsideAngular", "options", "update"], outputs: ["updateChange", "chartInstance"] }] }); }
1059
1059
  }
1060
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LineDatetimeAxisChartComponent, decorators: [{
1060
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LineDatetimeAxisChartComponent, decorators: [{
1061
1061
  type: Component,
1062
1062
  args: [{
1063
1063
  standalone: true,
@@ -1139,12 +1139,12 @@ class LineSeriesChartComponent {
1139
1139
  };
1140
1140
  this.chart = Highcharts.chart(this.chartContainer.nativeElement, options);
1141
1141
  }
1142
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LineSeriesChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1143
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: LineSeriesChartComponent, isStandalone: true, selector: "aril-lineseries-chart", inputs: { seriesData: { classPropertyName: "seriesData", publicName: "seriesData", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, yAxisTitle: { classPropertyName: "yAxisTitle", publicName: "yAxisTitle", isSignal: true, isRequired: false, transformFunction: null }, xAxisTitle: { classPropertyName: "xAxisTitle", publicName: "xAxisTitle", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "chartContainer", first: true, predicate: ["chartContainer"], descendants: true, static: true }], ngImport: i0, template: `
1142
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LineSeriesChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1143
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: LineSeriesChartComponent, isStandalone: true, selector: "aril-lineseries-chart", inputs: { seriesData: { classPropertyName: "seriesData", publicName: "seriesData", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, yAxisTitle: { classPropertyName: "yAxisTitle", publicName: "yAxisTitle", isSignal: true, isRequired: false, transformFunction: null }, xAxisTitle: { classPropertyName: "xAxisTitle", publicName: "xAxisTitle", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "chartContainer", first: true, predicate: ["chartContainer"], descendants: true, static: true }], ngImport: i0, template: `
1144
1144
  <div #chartContainer style="width: 100%; height: 100%;"></div>
1145
1145
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: HighchartsChartModule }] }); }
1146
1146
  }
1147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LineSeriesChartComponent, decorators: [{
1147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LineSeriesChartComponent, decorators: [{
1148
1148
  type: Component,
1149
1149
  args: [{
1150
1150
  standalone: true,
@@ -1221,10 +1221,10 @@ class LineChartComponent {
1221
1221
  };
1222
1222
  this.chart = Highcharts.chart(this.chartContainer.nativeElement, options);
1223
1223
  }
1224
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LineChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1225
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: LineChartComponent, isStandalone: true, selector: "aril-line-chart", inputs: { seriesData: { classPropertyName: "seriesData", publicName: "seriesData", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, yAxisTitle: { classPropertyName: "yAxisTitle", publicName: "yAxisTitle", isSignal: true, isRequired: false, transformFunction: null }, xAxisTitle: { classPropertyName: "xAxisTitle", publicName: "xAxisTitle", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "chartContainer", first: true, predicate: ["chartContainer"], descendants: true, static: true }], ngImport: i0, template: ` <div #chartContainer style="width: 100%; height: 100%;"></div> `, isInline: true, dependencies: [{ kind: "ngmodule", type: HighchartsChartModule }] }); }
1224
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LineChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1225
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: LineChartComponent, isStandalone: true, selector: "aril-line-chart", inputs: { seriesData: { classPropertyName: "seriesData", publicName: "seriesData", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, yAxisTitle: { classPropertyName: "yAxisTitle", publicName: "yAxisTitle", isSignal: true, isRequired: false, transformFunction: null }, xAxisTitle: { classPropertyName: "xAxisTitle", publicName: "xAxisTitle", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "chartContainer", first: true, predicate: ["chartContainer"], descendants: true, static: true }], ngImport: i0, template: ` <div #chartContainer style="width: 100%; height: 100%;"></div> `, isInline: true, dependencies: [{ kind: "ngmodule", type: HighchartsChartModule }] }); }
1226
1226
  }
1227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LineChartComponent, decorators: [{
1227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LineChartComponent, decorators: [{
1228
1228
  type: Component,
1229
1229
  args: [{
1230
1230
  standalone: true,
@@ -1383,8 +1383,8 @@ class SolidGaugeChartComponent {
1383
1383
  }
1384
1384
  });
1385
1385
  }
1386
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SolidGaugeChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1387
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: SolidGaugeChartComponent, isStandalone: true, selector: "aril-solid-gauge", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: true, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
1386
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SolidGaugeChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1387
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: SolidGaugeChartComponent, isStandalone: true, selector: "aril-solid-gauge", inputs: { data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: true, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
1388
1388
  <highcharts-chart
1389
1389
  style="display: block"
1390
1390
  [Highcharts]="Highcharts"
@@ -1395,7 +1395,7 @@ class SolidGaugeChartComponent {
1395
1395
  </highcharts-chart>
1396
1396
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: HighchartsChartModule }, { kind: "component", type: i1.HighchartsChartComponent, selector: "highcharts-chart", inputs: ["Highcharts", "constructorType", "callbackFunction", "oneToOne", "runOutsideAngular", "options", "update"], outputs: ["updateChange", "chartInstance"] }] }); }
1397
1397
  }
1398
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SolidGaugeChartComponent, decorators: [{
1398
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SolidGaugeChartComponent, decorators: [{
1399
1399
  type: Component,
1400
1400
  args: [{
1401
1401
  selector: 'aril-solid-gauge',
@@ -1631,8 +1631,8 @@ class HeatmapChartComponent {
1631
1631
  }
1632
1632
  ];
1633
1633
  }
1634
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: HeatmapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1635
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: HeatmapChartComponent, isStandalone: true, selector: "aril-heatmap-chart", inputs: { series: { classPropertyName: "series", publicName: "series", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, yAxisTitle: { classPropertyName: "yAxisTitle", publicName: "yAxisTitle", isSignal: true, isRequired: false, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
1634
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeatmapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1635
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: HeatmapChartComponent, isStandalone: true, selector: "aril-heatmap-chart", inputs: { series: { classPropertyName: "series", publicName: "series", isSignal: true, isRequired: true, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, yAxisTitle: { classPropertyName: "yAxisTitle", publicName: "yAxisTitle", isSignal: true, isRequired: false, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
1636
1636
  <highcharts-chart
1637
1637
  style="width: 100%; height: 100%; display: block"
1638
1638
  [Highcharts]="Highcharts"
@@ -1641,7 +1641,7 @@ class HeatmapChartComponent {
1641
1641
  </highcharts-chart>
1642
1642
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: HighchartsChartModule }, { kind: "component", type: i1.HighchartsChartComponent, selector: "highcharts-chart", inputs: ["Highcharts", "constructorType", "callbackFunction", "oneToOne", "runOutsideAngular", "options", "update"], outputs: ["updateChange", "chartInstance"] }] }); }
1643
1643
  }
1644
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: HeatmapChartComponent, decorators: [{
1644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeatmapChartComponent, decorators: [{
1645
1645
  type: Component,
1646
1646
  args: [{
1647
1647
  selector: 'aril-heatmap-chart',