aril 1.2.24 → 1.2.25

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 (444) hide show
  1. package/esm2022/boot/base/index.mjs +1 -1
  2. package/esm2022/boot/base/src/create-base-app-config.mjs +1 -1
  3. package/esm2022/boot/bridge/index.mjs +1 -1
  4. package/esm2022/boot/bridge/src/mfe-bridge.mjs +1 -1
  5. package/esm2022/boot/bridge/src/provide-mfe-bridge.mjs +1 -1
  6. package/esm2022/boot/config/api/index.mjs +1 -1
  7. package/esm2022/boot/config/api/src/api.service.mjs +1 -1
  8. package/esm2022/boot/config/api/src/interfaces.mjs +1 -1
  9. package/esm2022/boot/config/apps/src/apps.service.mjs +4 -4
  10. package/esm2022/boot/config/apps/src/auth.guard.mjs +4 -4
  11. package/esm2022/boot/config/apps/src/interfaces.mjs +1 -1
  12. package/esm2022/boot/config/apps/src/route-permissions.mjs +1 -1
  13. package/esm2022/boot/config/apps/src/showdowDOMWrapper.mjs +4 -4
  14. package/esm2022/boot/config/plugins/src/getNgZone.mjs +1 -1
  15. package/esm2022/boot/config/plugins/src/interfaces.mjs +1 -1
  16. package/esm2022/boot/config/plugins/src/plugins.service.mjs +1 -1
  17. package/esm2022/boot/config/translate/primeng/i18n/tr.mjs +1 -1
  18. package/esm2022/boot/host/src/app.component.mjs +4 -4
  19. package/esm2022/boot/host/src/bootstrap.mjs +1 -1
  20. package/esm2022/boot/mfe/src/app.component.mjs +15 -15
  21. package/esm2022/boot/mfe/src/bootstrap.mjs +1 -1
  22. package/esm2022/boot/pages/index.mjs +1 -1
  23. package/esm2022/boot/pages/src/forbidden.component.mjs +53 -53
  24. package/esm2022/boot/pages/src/notFound.component.mjs +49 -49
  25. package/esm2022/http/lib/enums.mjs +1 -1
  26. package/esm2022/http/src/httpBackend.mjs +4 -4
  27. package/esm2022/http/src/serviceBase.mjs +1 -1
  28. package/esm2022/http/src/serviceStateMethods.mjs +1 -1
  29. package/esm2022/i18n/src/i18n.module.mjs +5 -5
  30. package/esm2022/i18n/src/loader.mjs +4 -4
  31. package/esm2022/keycloak/src/auth.interceptor.mjs +1 -1
  32. package/esm2022/provider/src/prodiveHost.mjs +1 -1
  33. package/esm2022/provider/src/prodiveHostRouter.mjs +1 -1
  34. package/esm2022/provider/src/provideHostKeycloak.mjs +1 -1
  35. package/esm2022/superset/index.mjs +1 -1
  36. package/esm2022/theme/layout/app/breadcrumb/app.breadcrumb.component.mjs +4 -4
  37. package/esm2022/theme/layout/app/expandableMenu/expandable-menu.component.mjs +5 -5
  38. package/esm2022/theme/layout/app/favorite-pages/favorite-pages-sidebar.component.mjs +4 -4
  39. package/esm2022/theme/layout/app/favorite-pages/favorite-pages.service.mjs +4 -4
  40. package/esm2022/theme/layout/app/favorite-pages/modals/add-edit-favorite-modal/add-edit-favorite-modal.component.mjs +4 -4
  41. package/esm2022/theme/layout/app/general-search/general-search.component.mjs +4 -4
  42. package/esm2022/theme/layout/app/history/history-sidebar.component.mjs +4 -4
  43. package/esm2022/theme/layout/app/history/history.service.mjs +4 -4
  44. package/esm2022/theme/layout/app/layout/app.layout.component.mjs +4 -4
  45. package/esm2022/theme/layout/app/layout/mfe.layout.component.mjs +4 -4
  46. package/esm2022/theme/layout/app/notifications/notifications-sidebar.component.mjs +4 -4
  47. package/esm2022/theme/layout/app/profileSidebar/app.profilesidebar.component.mjs +4 -4
  48. package/esm2022/theme/layout/app/profileSidebar/modals/change-password-modal/change-password-modal.component.mjs +4 -4
  49. package/esm2022/theme/layout/app/profileSidebar/modals/edit-profile-modal/edit-profile-modal.component.mjs +4 -4
  50. package/esm2022/theme/layout/app/profileSidebar/profile.service.mjs +4 -4
  51. package/esm2022/theme/layout/app/site-map/site-map-sidebar.component.mjs +4 -4
  52. package/esm2022/theme/layout/app/static-sidebar/static-sidebar.component.mjs +5 -5
  53. package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +10 -5
  54. package/esm2022/theme/layout/index.mjs +1 -1
  55. package/esm2022/theme/layout/service/app.layout.service.mjs +4 -4
  56. package/esm2022/theme/layout/service/app.menu.service.mjs +4 -4
  57. package/esm2022/theme/layout/service/breadcrumb.service.mjs +4 -4
  58. package/esm2022/theme/layout/service/interfaces/enum.mjs +1 -1
  59. package/esm2022/theme/layout/service/notifications.service.mjs +4 -4
  60. package/esm2022/theme/layout/service/search.service.mjs +4 -4
  61. package/esm2022/theme/layout/service/selection-group.service.mjs +4 -4
  62. package/esm2022/ui/autoComplete/src/auto-complete.component.mjs +4 -4
  63. package/esm2022/ui/badge/src/badge.component.mjs +4 -4
  64. package/esm2022/ui/button/src/button.component.mjs +4 -4
  65. package/esm2022/ui/button/src/split-button.component.mjs +4 -4
  66. package/esm2022/ui/calendar/src/calendar.component.mjs +4 -4
  67. package/esm2022/ui/charts/src/amCharts/column/column-chart.component.mjs +4 -4
  68. package/esm2022/ui/charts/src/amCharts/line/line-chart.component.mjs +4 -4
  69. package/esm2022/ui/charts/src/amCharts/pie/pie-chart.component.mjs +4 -4
  70. package/esm2022/ui/charts/src/highCharts/area/area-chart.component.mjs +4 -4
  71. package/esm2022/ui/charts/src/highCharts/bar/bar-chart.component.mjs +4 -4
  72. package/esm2022/ui/charts/src/highCharts/column/column-chart.component.mjs +4 -4
  73. package/esm2022/ui/charts/src/highCharts/gauge/solid-gauge.component.mjs +4 -4
  74. package/esm2022/ui/charts/src/highCharts/heatmap/heatMap-chart.component.mjs +4 -4
  75. package/esm2022/ui/charts/src/highCharts/line/line-chart-datetime-axis.component.mjs +4 -4
  76. package/esm2022/ui/charts/src/highCharts/line/line-chart-series.component.mjs +4 -4
  77. package/esm2022/ui/charts/src/highCharts/line/line-chart.component.mjs +4 -4
  78. package/esm2022/ui/charts/src/highCharts/pie/pie-chart.component.mjs +4 -4
  79. package/esm2022/ui/checkbox/src/check-box.component.mjs +4 -4
  80. package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +4 -4
  81. package/esm2022/ui/chip/src/chip.component.mjs +4 -4
  82. package/esm2022/ui/collapse-reorder-list/src/collapse-reorder-list.component.mjs +4 -4
  83. package/esm2022/ui/dxEditor/src/dx-editor.component.mjs +4 -4
  84. package/esm2022/ui/dxField/src/dx-field.component.mjs +4 -4
  85. package/esm2022/ui/editor/src/aril-editor.component.mjs +4 -4
  86. package/esm2022/ui/field/src/field.component.mjs +4 -4
  87. package/esm2022/ui/fileUpload/src/file-upload.component.mjs +4 -4
  88. package/esm2022/ui/form/index.mjs +5 -5
  89. package/esm2022/ui/form/src/form-submit-button.component.mjs +5 -5
  90. package/esm2022/ui/form/src/form.component.mjs +4 -4
  91. package/esm2022/ui/img-viewer/src/img-viewer.component.mjs +4 -4
  92. package/esm2022/ui/json-diff-comparison/src/json-diff.component.mjs +4 -4
  93. package/esm2022/ui/lib/src/form/form-error-message.component.mjs +4 -4
  94. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +4 -4
  95. package/esm2022/ui/lib/src/grid/enum-color-picker.pipe.mjs +4 -4
  96. package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +4 -4
  97. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +4 -4
  98. package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +4 -4
  99. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +4 -4
  100. package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +4 -4
  101. package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +4 -4
  102. package/esm2022/ui/loader/src/loader.component.mjs +4 -4
  103. package/esm2022/ui/mask/src/mask.component.mjs +4 -4
  104. package/esm2022/ui/multiSelect/src/multi-select.component.mjs +4 -4
  105. package/esm2022/ui/number/src/number.component.mjs +4 -4
  106. package/esm2022/ui/operation-types-dialog/src/operation-types-dialog.component.mjs +13 -13
  107. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +4 -4
  108. package/esm2022/ui/panel/src/panel.component.mjs +4 -4
  109. package/esm2022/ui/password/src/password.component.mjs +4 -4
  110. package/esm2022/ui/pdf-viewer/src/pdf-viewer.component.mjs +4 -4
  111. package/esm2022/ui/progressbar/src/progressbar.component.mjs +4 -4
  112. package/esm2022/ui/radioButton/src/radio-button.component.mjs +4 -4
  113. package/esm2022/ui/relativeDateSelector/src/relative-date-selector.component.mjs +4 -4
  114. package/esm2022/ui/selectBox/src/select-box.component.mjs +4 -4
  115. package/esm2022/ui/switch/src/switch.component.mjs +4 -4
  116. package/esm2022/ui/table/index.mjs +5 -5
  117. package/esm2022/ui/table/src/export-overlay-panel.component.mjs +129 -129
  118. package/esm2022/ui/table/src/interfaces.mjs +1 -1
  119. package/esm2022/ui/table/src/table-column.component.mjs +4 -4
  120. package/esm2022/ui/table/src/table.component.mjs +5 -5
  121. package/esm2022/ui/table-expand/index.mjs +5 -5
  122. package/esm2022/ui/table-expand/src/table-column.component.mjs +4 -4
  123. package/esm2022/ui/table-expand/src/table-expand-area.component.mjs +4 -4
  124. package/esm2022/ui/table-expand/src/table.component.mjs +4 -4
  125. package/esm2022/ui/tag/src/tag.component.mjs +4 -4
  126. package/esm2022/ui/tagBox/src/tag-box.component.mjs +4 -4
  127. package/esm2022/ui/text/src/text.component.mjs +4 -4
  128. package/esm2022/ui/textArea/src/text-area.component.mjs +4 -4
  129. package/esm2022/ui/toggle-button/src/toggle-button.component.mjs +4 -4
  130. package/esm2022/ui/tooltip/src/tooltip-component.mjs +4 -4
  131. package/esm2022/ui/translate-input/src/aril-lang-modal/aril-lang-modal.component.mjs +4 -4
  132. package/esm2022/ui/translate-input/src/aril-translate-input.component.mjs +4 -4
  133. package/esm2022/ui/tree/src/tree.component.mjs +4 -4
  134. package/esm2022/ui/treeSelect/src/treeSelect.component.mjs +4 -4
  135. package/esm2022/ui/treeTable/src/tree-table.component.mjs +4 -4
  136. package/esm2022/ui/value/src/value.component.mjs +4 -4
  137. package/esm2022/ui-business/assetPicker/index.mjs +1 -1
  138. package/esm2022/ui-business/assetPicker/src/asset-picker.component.mjs +5 -5
  139. package/esm2022/ui-business/detailed-overlay-panel/src/detailed-overlay-panel.component.mjs +5 -5
  140. package/esm2022/ui-business/enumPicker/src/enum-picker.component.mjs +5 -5
  141. package/esm2022/ui-business/enumPicker/src/interface.mjs +1 -1
  142. package/esm2022/ui-business/image-viewer/src/aril-image-viewer.component.mjs +4 -4
  143. package/esm2022/ui-business/multiAssetPicker/index.mjs +1 -1
  144. package/esm2022/ui-business/multiAssetPicker/src/multi-asset-picker.component.mjs +5 -5
  145. package/esm2022/ui-business/multiple-ref-value/src/multiple-ref-value.component.mjs +4 -4
  146. package/esm2022/ui-business/notification-templates-dialog/src/notification-templates-dialog.component.mjs +4 -4
  147. package/esm2022/ui-business/operation-types-dialog/src/operation-types-dialog.component.mjs +4 -4
  148. package/esm2022/ui-business/pdf-preview-modal/index.mjs +1 -1
  149. package/esm2022/ui-business/pdf-preview-modal/src/open-pdf-preview.mjs +1 -1
  150. package/esm2022/ui-business/pdf-preview-modal/src/pdf-preview-modal.component.mjs +29 -29
  151. package/esm2022/ui-business/ref-value/src/ref-value.component.mjs +5 -5
  152. package/esm2022/ui-business/rolePicker/src/role-picker.component.mjs +4 -4
  153. package/esm2022/ui-business/trace-drawer/index.mjs +1 -1
  154. package/esm2022/ui-business/trace-drawer/src/app-log.service.mjs +4 -4
  155. package/esm2022/ui-business/trace-drawer/src/interfaces.mjs +1 -1
  156. package/esm2022/ui-business/trace-drawer/src/trace-drawer.component.mjs +5 -5
  157. package/esm2022/ui-business/trace-drawer/src/trace-log.service.mjs +4 -4
  158. package/esm2022/ui-business/trace-id/index.mjs +1 -1
  159. package/esm2022/ui-business/trace-id/src/trace-id.component.mjs +5 -5
  160. package/esm2022/ui-business/userPicker/src/user-picker.component.mjs +4 -4
  161. package/esm2022/util/activity/index.mjs +1 -1
  162. package/esm2022/util/activity/src/activity.constants.mjs +1 -1
  163. package/esm2022/util/activity/src/activity.service.mjs +4 -4
  164. package/esm2022/util/activity/src/activity.types.mjs +1 -1
  165. package/esm2022/util/block/src/block.mjs +7 -7
  166. package/esm2022/util/directives/src/detail-page-customization/detail-page-customization.directive.mjs +4 -4
  167. package/esm2022/util/directives/src/dialog-component/plugin-dialog.component.mjs +4 -4
  168. package/esm2022/util/directives/src/dialog-service/plugin-dialog.service.mjs +4 -4
  169. package/esm2022/util/lib/src/module-router.mjs +4 -4
  170. package/esm2022/util/pipes/src/distance-to-now.pipe.mjs +4 -4
  171. package/esm2022/util/pipes/src/get-column-by-field.pipe.mjs +4 -4
  172. package/esm2022/util/pipes/src/parse.pipe.mjs +4 -4
  173. package/esm2022/util/pipes/src/round-number.pipe.mjs +4 -4
  174. package/esm2022/util/pipes/src/safe.pipe.mjs +4 -4
  175. package/esm2022/util/pipes/src/translate-json/translate-json.pipe.mjs +4 -4
  176. package/esm2022/util/pub-sub/src/pub-sub.service.mjs +4 -4
  177. package/esm2022/util/sync-active-tab-route/src/sync-active-tab-route.directive.mjs +4 -4
  178. package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +4 -4
  179. package/fesm2022/{aril-app.component-CwZZhJcO.mjs → aril-app.component-Pj4R9eG9.mjs} +15 -15
  180. package/fesm2022/aril-app.component-Pj4R9eG9.mjs.map +1 -0
  181. package/fesm2022/aril-boot-base.mjs +1 -1
  182. package/fesm2022/aril-boot-base.mjs.map +1 -1
  183. package/fesm2022/aril-boot-bridge.mjs.map +1 -1
  184. package/fesm2022/aril-boot-config-api.mjs +1 -1
  185. package/fesm2022/aril-boot-config-api.mjs.map +1 -1
  186. package/fesm2022/aril-boot-config-apps.mjs +10 -10
  187. package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
  188. package/fesm2022/aril-boot-config-plugins.mjs +1 -1
  189. package/fesm2022/aril-boot-config-plugins.mjs.map +1 -1
  190. package/fesm2022/aril-boot-config-translate.mjs.map +1 -1
  191. package/fesm2022/aril-boot-host.mjs +4 -4
  192. package/fesm2022/aril-boot-host.mjs.map +1 -1
  193. package/fesm2022/{aril-boot-mfe-app.component-DwYgUUdL.mjs → aril-boot-mfe-app.component-GbZAGlTf.mjs} +16 -16
  194. package/fesm2022/aril-boot-mfe-app.component-GbZAGlTf.mjs.map +1 -0
  195. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-hJkkFa_a.mjs → aril-boot-mfe-aril-boot-mfe-I5xT2fQx.mjs} +4 -4
  196. package/fesm2022/aril-boot-mfe-aril-boot-mfe-I5xT2fQx.mjs.map +1 -0
  197. package/fesm2022/aril-boot-mfe.mjs +1 -1
  198. package/fesm2022/aril-boot-pages.mjs +100 -100
  199. package/fesm2022/aril-boot-pages.mjs.map +1 -1
  200. package/fesm2022/aril-http.mjs +3 -3
  201. package/fesm2022/aril-http.mjs.map +1 -1
  202. package/fesm2022/aril-i18n.mjs +7 -7
  203. package/fesm2022/aril-i18n.mjs.map +1 -1
  204. package/fesm2022/aril-keycloak.mjs.map +1 -1
  205. package/fesm2022/aril-provider.mjs +1 -1
  206. package/fesm2022/aril-provider.mjs.map +1 -1
  207. package/fesm2022/aril-theme-layout.mjs +79 -75
  208. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  209. package/fesm2022/aril-ui-autoComplete.mjs +6 -6
  210. package/fesm2022/aril-ui-autoComplete.mjs.map +1 -1
  211. package/fesm2022/aril-ui-badge.mjs +4 -4
  212. package/fesm2022/aril-ui-badge.mjs.map +1 -1
  213. package/fesm2022/aril-ui-business-assetPicker.mjs +6 -6
  214. package/fesm2022/aril-ui-business-assetPicker.mjs.map +1 -1
  215. package/fesm2022/aril-ui-business-detailed-overlay-panel.mjs +6 -6
  216. package/fesm2022/aril-ui-business-detailed-overlay-panel.mjs.map +1 -1
  217. package/fesm2022/aril-ui-business-enumPicker.mjs +6 -6
  218. package/fesm2022/aril-ui-business-enumPicker.mjs.map +1 -1
  219. package/fesm2022/aril-ui-business-image-viewer.mjs +3 -3
  220. package/fesm2022/aril-ui-business-image-viewer.mjs.map +1 -1
  221. package/fesm2022/aril-ui-business-multiAssetPicker.mjs +5 -5
  222. package/fesm2022/aril-ui-business-multiAssetPicker.mjs.map +1 -1
  223. package/fesm2022/aril-ui-business-multiple-ref-value.mjs +4 -4
  224. package/fesm2022/aril-ui-business-multiple-ref-value.mjs.map +1 -1
  225. package/fesm2022/aril-ui-business-notification-templates-dialog.mjs +3 -3
  226. package/fesm2022/aril-ui-business-notification-templates-dialog.mjs.map +1 -1
  227. package/fesm2022/aril-ui-business-operation-types-dialog.mjs +3 -3
  228. package/fesm2022/aril-ui-business-operation-types-dialog.mjs.map +1 -1
  229. package/fesm2022/aril-ui-business-pdf-preview-modal.mjs +28 -28
  230. package/fesm2022/aril-ui-business-pdf-preview-modal.mjs.map +1 -1
  231. package/fesm2022/aril-ui-business-ref-value.mjs +5 -5
  232. package/fesm2022/aril-ui-business-ref-value.mjs.map +1 -1
  233. package/fesm2022/aril-ui-business-rolePicker.mjs +4 -4
  234. package/fesm2022/aril-ui-business-rolePicker.mjs.map +1 -1
  235. package/fesm2022/aril-ui-business-trace-drawer.mjs +11 -11
  236. package/fesm2022/aril-ui-business-trace-drawer.mjs.map +1 -1
  237. package/fesm2022/aril-ui-business-trace-id.mjs +5 -5
  238. package/fesm2022/aril-ui-business-trace-id.mjs.map +1 -1
  239. package/fesm2022/aril-ui-business-userPicker.mjs +3 -3
  240. package/fesm2022/aril-ui-business-userPicker.mjs.map +1 -1
  241. package/fesm2022/aril-ui-button.mjs +7 -7
  242. package/fesm2022/aril-ui-button.mjs.map +1 -1
  243. package/fesm2022/aril-ui-calendar.mjs +3 -3
  244. package/fesm2022/aril-ui-calendar.mjs.map +1 -1
  245. package/fesm2022/aril-ui-charts.mjs +37 -37
  246. package/fesm2022/aril-ui-charts.mjs.map +1 -1
  247. package/fesm2022/aril-ui-checkbox.mjs +6 -6
  248. package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
  249. package/fesm2022/aril-ui-chip.mjs +4 -4
  250. package/fesm2022/aril-ui-chip.mjs.map +1 -1
  251. package/fesm2022/aril-ui-collapse-reorder-list.mjs +4 -4
  252. package/fesm2022/aril-ui-collapse-reorder-list.mjs.map +1 -1
  253. package/fesm2022/aril-ui-dxEditor.mjs +4 -4
  254. package/fesm2022/aril-ui-dxEditor.mjs.map +1 -1
  255. package/fesm2022/aril-ui-dxField.mjs +4 -4
  256. package/fesm2022/aril-ui-dxField.mjs.map +1 -1
  257. package/fesm2022/aril-ui-editor.mjs +4 -4
  258. package/fesm2022/aril-ui-editor.mjs.map +1 -1
  259. package/fesm2022/aril-ui-field.mjs +4 -4
  260. package/fesm2022/aril-ui-field.mjs.map +1 -1
  261. package/fesm2022/aril-ui-fileUpload.mjs +4 -4
  262. package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
  263. package/fesm2022/aril-ui-form.mjs +12 -12
  264. package/fesm2022/aril-ui-form.mjs.map +1 -1
  265. package/fesm2022/aril-ui-img-viewer.mjs +3 -3
  266. package/fesm2022/aril-ui-img-viewer.mjs.map +1 -1
  267. package/fesm2022/aril-ui-json-diff-comparison.mjs +4 -4
  268. package/fesm2022/aril-ui-json-diff-comparison.mjs.map +1 -1
  269. package/fesm2022/aril-ui-lib.mjs +28 -28
  270. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  271. package/fesm2022/aril-ui-loader.mjs +3 -3
  272. package/fesm2022/aril-ui-loader.mjs.map +1 -1
  273. package/fesm2022/aril-ui-mask.mjs +3 -3
  274. package/fesm2022/aril-ui-mask.mjs.map +1 -1
  275. package/fesm2022/aril-ui-multiSelect.mjs +3 -3
  276. package/fesm2022/aril-ui-multiSelect.mjs.map +1 -1
  277. package/fesm2022/aril-ui-number.mjs +3 -3
  278. package/fesm2022/aril-ui-number.mjs.map +1 -1
  279. package/fesm2022/aril-ui-operation-types-dialog.mjs +12 -12
  280. package/fesm2022/aril-ui-operation-types-dialog.mjs.map +1 -1
  281. package/fesm2022/aril-ui-overlayPanel.mjs +4 -4
  282. package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
  283. package/fesm2022/aril-ui-panel.mjs +4 -4
  284. package/fesm2022/aril-ui-panel.mjs.map +1 -1
  285. package/fesm2022/aril-ui-password.mjs +3 -3
  286. package/fesm2022/aril-ui-password.mjs.map +1 -1
  287. package/fesm2022/aril-ui-pdf-viewer.mjs +3 -3
  288. package/fesm2022/aril-ui-pdf-viewer.mjs.map +1 -1
  289. package/fesm2022/aril-ui-progressbar.mjs +3 -3
  290. package/fesm2022/aril-ui-progressbar.mjs.map +1 -1
  291. package/fesm2022/aril-ui-radioButton.mjs +3 -3
  292. package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
  293. package/fesm2022/aril-ui-relativeDateSelector.mjs +4 -4
  294. package/fesm2022/aril-ui-relativeDateSelector.mjs.map +1 -1
  295. package/fesm2022/aril-ui-selectBox.mjs +5 -5
  296. package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
  297. package/fesm2022/aril-ui-switch.mjs +3 -3
  298. package/fesm2022/aril-ui-switch.mjs.map +1 -1
  299. package/fesm2022/aril-ui-table-expand.mjs +14 -14
  300. package/fesm2022/aril-ui-table-expand.mjs.map +1 -1
  301. package/fesm2022/aril-ui-table.mjs +141 -141
  302. package/fesm2022/aril-ui-table.mjs.map +1 -1
  303. package/fesm2022/aril-ui-tag.mjs +3 -3
  304. package/fesm2022/aril-ui-tag.mjs.map +1 -1
  305. package/fesm2022/aril-ui-tagBox.mjs +5 -5
  306. package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
  307. package/fesm2022/aril-ui-text.mjs +3 -3
  308. package/fesm2022/aril-ui-text.mjs.map +1 -1
  309. package/fesm2022/aril-ui-textArea.mjs +3 -3
  310. package/fesm2022/aril-ui-textArea.mjs.map +1 -1
  311. package/fesm2022/aril-ui-toggle-button.mjs +4 -4
  312. package/fesm2022/aril-ui-toggle-button.mjs.map +1 -1
  313. package/fesm2022/aril-ui-tooltip.mjs +3 -3
  314. package/fesm2022/aril-ui-tooltip.mjs.map +1 -1
  315. package/fesm2022/aril-ui-translate-input.mjs +6 -6
  316. package/fesm2022/aril-ui-translate-input.mjs.map +1 -1
  317. package/fesm2022/aril-ui-tree.mjs +4 -4
  318. package/fesm2022/aril-ui-tree.mjs.map +1 -1
  319. package/fesm2022/aril-ui-treeSelect.mjs +4 -4
  320. package/fesm2022/aril-ui-treeSelect.mjs.map +1 -1
  321. package/fesm2022/aril-ui-treeTable.mjs +4 -4
  322. package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
  323. package/fesm2022/aril-ui-value.mjs +5 -5
  324. package/fesm2022/aril-ui-value.mjs.map +1 -1
  325. package/fesm2022/aril-util-activity.mjs +3 -3
  326. package/fesm2022/aril-util-activity.mjs.map +1 -1
  327. package/fesm2022/aril-util-block.mjs +6 -6
  328. package/fesm2022/aril-util-block.mjs.map +1 -1
  329. package/fesm2022/aril-util-directives.mjs +10 -10
  330. package/fesm2022/aril-util-directives.mjs.map +1 -1
  331. package/fesm2022/aril-util-lib.mjs +3 -3
  332. package/fesm2022/aril-util-lib.mjs.map +1 -1
  333. package/fesm2022/aril-util-pipes.mjs +18 -18
  334. package/fesm2022/aril-util-pipes.mjs.map +1 -1
  335. package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
  336. package/fesm2022/aril-util-pub-sub.mjs +3 -3
  337. package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
  338. package/fesm2022/aril-util-sync-active-tab-route.mjs +4 -4
  339. package/fesm2022/aril-util-sync-active-tab-route.mjs.map +1 -1
  340. package/fesm2022/aril-util-unwrap.mjs +3 -3
  341. package/fesm2022/aril-util-unwrap.mjs.map +1 -1
  342. package/fesm2022/aril.mjs +6 -6
  343. package/fesm2022/aril.mjs.map +1 -1
  344. package/package.json +72 -72
  345. package/theme/layout/app/breadcrumb/app.breadcrumb.component.ts +127 -127
  346. package/theme/layout/app/expandableMenu/expandable-menu.component.html +137 -137
  347. package/theme/layout/app/expandableMenu/expandable-menu.component.ts +373 -373
  348. package/theme/layout/app/favorite-pages/favorite-pages-sidebar.component.d.ts +0 -16
  349. package/theme/layout/app/general-search/general-search.component.ts +93 -93
  350. package/theme/layout/app/history/history-sidebar.component.d.ts +0 -16
  351. package/theme/layout/app/history/history.service.ts +158 -158
  352. package/theme/layout/app/layout/app.layout.component.ts +168 -168
  353. package/theme/layout/app/notifications/notifications-sidebar.component.d.ts +0 -16
  354. package/theme/layout/app/site-map/site-map-sidebar.component.d.ts +0 -16
  355. package/theme/layout/app/site-map/site-map-sidebar.component.ts +195 -195
  356. package/theme/layout/app/static-sidebar/static-sidebar.component.html +162 -162
  357. package/theme/layout/app/static-sidebar/static-sidebar.component.scss +420 -420
  358. package/theme/layout/app/static-sidebar/static-sidebar.component.ts +343 -343
  359. package/theme/layout/app/topbar/app.topbar.component.d.ts +2 -0
  360. package/theme/layout/app/topbar/app.topbar.component.html +1 -1
  361. package/theme/layout/app/topbar/app.topbar.component.scss +1 -0
  362. package/theme/layout/app/topbar/app.topbar.component.ts +6 -0
  363. package/theme/layout/index.ts +9 -9
  364. package/theme/layout/service/interfaces/enum.ts +19 -19
  365. package/theme/styles/layout/_expanded_sidebar.scss +511 -511
  366. package/theme/styles/layout/_fonts.scss +81 -81
  367. package/theme/styles/theme/base/components/input/_inputtext.scss +104 -104
  368. package/theme/styles/theme/base/components/overlay/_sidebar.scss +27 -27
  369. package/theme/styles/theme/base/components/panel/_stepper.scss +205 -205
  370. package/theme/styles/theme/dark/_variables.scss +933 -933
  371. package/theme/styles/theme/light/_variables.scss +940 -940
  372. package/ui/autoComplete/src/auto-complete.component.d.ts +8 -8
  373. package/ui/badge/src/badge.component.d.ts +9 -9
  374. package/ui/button/src/button.component.d.ts +12 -12
  375. package/ui/button/src/split-button.component.d.ts +1 -1
  376. package/ui/calendar/src/calendar.component.d.ts +22 -22
  377. package/ui/charts/src/amCharts/column/column-chart.component.d.ts +4 -4
  378. package/ui/charts/src/amCharts/line/line-chart.component.d.ts +5 -5
  379. package/ui/charts/src/amCharts/pie/pie-chart.component.d.ts +4 -4
  380. package/ui/charts/src/highCharts/area/area-chart.component.d.ts +3 -3
  381. package/ui/charts/src/highCharts/bar/bar-chart.component.d.ts +7 -7
  382. package/ui/charts/src/highCharts/column/column-chart.component.d.ts +9 -9
  383. package/ui/charts/src/highCharts/gauge/solid-gauge.component.d.ts +3 -3
  384. package/ui/charts/src/highCharts/heatmap/heatMap-chart.component.d.ts +4 -4
  385. package/ui/charts/src/highCharts/line/line-chart-datetime-axis.component.d.ts +5 -5
  386. package/ui/charts/src/highCharts/line/line-chart-series.component.d.ts +4 -4
  387. package/ui/charts/src/highCharts/line/line-chart.component.d.ts +4 -4
  388. package/ui/charts/src/highCharts/pie/pie-chart.component.d.ts +7 -7
  389. package/ui/checkbox/src/check-box.component.d.ts +3 -3
  390. package/ui/checkbox/src/tri-state-checkbox.component.d.ts +2 -2
  391. package/ui/chip/src/chip.component.d.ts +7 -7
  392. package/ui/collapse-reorder-list/src/collapse-reorder-list.component.d.ts +4 -4
  393. package/ui/dxEditor/src/dx-editor.component.d.ts +5 -5
  394. package/ui/dxField/src/dx-field.component.d.ts +5 -5
  395. package/ui/editor/src/aril-editor.component.d.ts +3 -3
  396. package/ui/field/src/field.component.d.ts +9 -9
  397. package/ui/fileUpload/src/file-upload.component.d.ts +14 -14
  398. package/ui/form/src/form-submit-button.component.d.ts +1 -1
  399. package/ui/form/src/form.component.d.ts +1 -1
  400. package/ui/img-viewer/src/img-viewer.component.d.ts +1 -1
  401. package/ui/lib/src/form/form-error-message.directive.d.ts +1 -1
  402. package/ui/mask/src/mask.component.d.ts +6 -6
  403. package/ui/multiSelect/src/multi-select.component.d.ts +13 -13
  404. package/ui/number/src/number.component.d.ts +15 -15
  405. package/ui/overlayPanel/src/overlay-panel.component.d.ts +1 -1
  406. package/ui/panel/src/panel.component.d.ts +6 -6
  407. package/ui/password/src/password.component.d.ts +4 -4
  408. package/ui/pdf-viewer/src/pdf-viewer.component.d.ts +12 -12
  409. package/ui/progressbar/src/progressbar.component.d.ts +3 -3
  410. package/ui/radioButton/src/radio-button.component.d.ts +3 -3
  411. package/ui/selectBox/src/select-box.component.d.ts +10 -10
  412. package/ui/switch/src/switch.component.d.ts +1 -1
  413. package/ui/table/src/export-overlay-panel.component.d.ts +2 -2
  414. package/ui/table/src/table-column.component.d.ts +11 -11
  415. package/ui/table/src/table.component.d.ts +35 -35
  416. package/ui/table-expand/src/table-column.component.d.ts +6 -6
  417. package/ui/table-expand/src/table.component.d.ts +20 -20
  418. package/ui/tag/src/tag.component.d.ts +6 -4
  419. package/ui/tagBox/src/tag-box.component.d.ts +7 -7
  420. package/ui/text/src/text.component.d.ts +5 -5
  421. package/ui/textArea/src/text-area.component.d.ts +5 -5
  422. package/ui/toggle-button/src/toggle-button.component.d.ts +1 -1
  423. package/ui/tooltip/src/tooltip-component.d.ts +8 -8
  424. package/ui/translate-input/src/aril-translate-input.component.d.ts +2 -2
  425. package/ui/tree/src/tree.component.d.ts +8 -8
  426. package/ui/treeSelect/src/treeSelect.component.d.ts +12 -12
  427. package/ui/treeTable/src/tree-table.component.d.ts +5 -5
  428. package/ui/value/src/value.component.d.ts +15 -15
  429. package/ui-business/assetPicker/src/asset-picker.component.d.ts +11 -11
  430. package/ui-business/detailed-overlay-panel/src/detailed-overlay-panel.component.d.ts +6 -3
  431. package/ui-business/enumPicker/src/enum-picker.component.d.ts +24 -24
  432. package/ui-business/image-viewer/src/aril-image-viewer.component.d.ts +8 -8
  433. package/ui-business/multiAssetPicker/src/multi-asset-picker.component.d.ts +15 -15
  434. package/ui-business/multiple-ref-value/src/multiple-ref-value.component.d.ts +5 -2
  435. package/ui-business/ref-value/src/ref-value.component.d.ts +5 -5
  436. package/ui-business/rolePicker/src/role-picker.component.d.ts +6 -6
  437. package/ui-business/trace-drawer/src/trace-drawer.component.d.ts +8 -8
  438. package/ui-business/trace-id/src/trace-id.component.d.ts +6 -6
  439. package/ui-business/userPicker/src/user-picker.component.d.ts +3 -3
  440. package/util/block/src/block.d.ts +4 -4
  441. package/util/lib/src/types.d.ts +0 -16
  442. package/fesm2022/aril-app.component-CwZZhJcO.mjs.map +0 -1
  443. package/fesm2022/aril-boot-mfe-app.component-DwYgUUdL.mjs.map +0 -1
  444. package/fesm2022/aril-boot-mfe-aril-boot-mfe-hJkkFa_a.mjs.map +0 -1
@@ -1,511 +1,511 @@
1
- .new-layout-sidebar {
2
- display: flex;
3
- position: fixed;
4
- top: 55px; // Adjust based on topbar height
5
- left: 0;
6
- height: 100%;
7
- z-index: 1000;
8
- transition: transform 0.3s ease;
9
-
10
- .sidebar-toggle-container {
11
- position: absolute;
12
- top: 20px;
13
- right: -12px;
14
- transform: translateY(-50%);
15
- z-index: 1100;
16
- .sidebar-circle-toggle-btn {
17
- width: 24px;
18
- height: 24px;
19
- border-radius: 50%;
20
- border: none;
21
- background: #495465;
22
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
23
- display: flex;
24
- align-items: center;
25
- justify-content: center;
26
- cursor: pointer;
27
- transition: background 0.2s;
28
-
29
- i {
30
- font-size: 1.2rem;
31
- color: white;
32
- }
33
-
34
- &:hover {
35
- background: #3e4755;
36
- }
37
- }
38
- @media screen and (max-width: 991px) {
39
- display: none;
40
- }
41
- }
42
-
43
- // Main sidebar (first level)
44
- .main-sidebar {
45
- width: 64px;
46
- height: 100%;
47
- background-color: #1e293b;
48
- border-right: 1px solid #0f172a;
49
- display: flex;
50
- flex-direction: column;
51
- align-items: center;
52
- box-shadow: none;
53
- z-index: 2;
54
-
55
- .main-sidebar-content {
56
- padding: 8px 0;
57
- width: 100%;
58
- flex: 1;
59
- overflow-y: auto;
60
-
61
- &::-webkit-scrollbar {
62
- width: 4px;
63
- }
64
-
65
- &::-webkit-scrollbar-thumb {
66
- background-color: #1e293b;
67
- border-radius: 4px;
68
- }
69
-
70
- &::-webkit-scrollbar-track {
71
- background-color: transparent;
72
- }
73
-
74
- .main-menu {
75
- list-style: none;
76
- padding: 0;
77
- margin: 0;
78
- width: 100%;
79
-
80
- li {
81
- width: 100%;
82
- cursor: pointer;
83
- position: relative;
84
- overflow: hidden;
85
-
86
- .main-menu-item {
87
- display: flex;
88
- flex-direction: column;
89
- align-items: center;
90
- padding: 12px 0;
91
- color: #cbd5e1;
92
- transition: all 0.25s ease;
93
-
94
- .menu-icon {
95
- font-size: 22px;
96
- margin-bottom: 3px;
97
- transition: color 0.2s ease;
98
- }
99
-
100
- .menu-label {
101
- font-size: 11px;
102
- font-weight: 500;
103
- text-align: center;
104
- line-height: 1.2;
105
- transition: color 0.2s ease;
106
- max-width: 55px;
107
- overflow: hidden;
108
- text-overflow: ellipsis;
109
- white-space: nowrap;
110
- }
111
- }
112
-
113
- &:hover {
114
- .main-menu-item {
115
- color: #e8e7e7;
116
-
117
- .menu-icon {
118
- transform: scale(1.15);
119
- }
120
- }
121
-
122
- &::after {
123
- content: '';
124
- position: absolute;
125
- left: 0;
126
- top: 0;
127
- width: 3px;
128
- height: 100%;
129
- background-color: #6e6e6e;
130
- opacity: 0.7;
131
- }
132
- }
133
-
134
- &.active {
135
- background-color: #495465 !important;
136
- position: relative;
137
-
138
- &::before {
139
- content: '';
140
- position: absolute;
141
- left: 0;
142
- top: 0;
143
- width: 3px;
144
- height: 100%;
145
- background-color: #0f172a;
146
- }
147
-
148
- .main-menu-item {
149
- color: #fff!important;
150
- }
151
- }
152
- }
153
- }
154
- }
155
- }
156
-
157
- // Secondary sidebar (second level)
158
- .secondary-sidebar {
159
- width: 0;
160
- height: 100%;
161
- background-color: #1e293b;
162
- position: relative;
163
- transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
164
- box-shadow: 2px 0 5px #0000000d;
165
- z-index: 1;
166
- overflow: hidden;
167
-
168
- // Content container wrapper to maintain layout
169
- .secondary-content-wrapper {
170
- position: absolute;
171
- top: 0;
172
- left: 0;
173
- width: 220px;
174
- height: 100%;
175
- display: flex;
176
- flex-direction: column;
177
- opacity: 0;
178
- visibility: hidden;
179
- pointer-events: none;
180
- transition: opacity 0.2s ease;
181
- }
182
-
183
- &.expanded {
184
- width: 220px;
185
-
186
- .secondary-content-wrapper {
187
- opacity: 1;
188
- visibility: visible;
189
- pointer-events: auto;
190
- }
191
- }
192
-
193
- .secondary-sidebar-content {
194
- padding: 5px;
195
- flex: 1;
196
- overflow-y: auto;
197
- padding-bottom:5rem;
198
-
199
- &::-webkit-scrollbar {
200
- width: 4px;
201
- }
202
-
203
- &::-webkit-scrollbar-thumb {
204
- background-color: #1e293b;
205
- border-radius: 4px;
206
- }
207
-
208
- &::-webkit-scrollbar-track {
209
- background-color: transparent;
210
- }
211
-
212
- .secondary-menu {
213
- list-style: none;
214
- padding: 0;
215
- margin: 0;
216
-
217
- .secondary-menu-item {
218
- margin-bottom: 4px;
219
-
220
- .secondary-menu-link {
221
- display: flex;
222
- align-items: center;
223
- padding: 10px 12px;
224
- border-radius: 4px;
225
- color: #cbd5e1;
226
- text-decoration: none;
227
- transition: all 0.25s ease;
228
- white-space: nowrap;
229
- position: relative;
230
- overflow: hidden;
231
-
232
- &::before {
233
- content: '';
234
- position: absolute;
235
- width: 0;
236
- height: 100%;
237
- top: 0;
238
- left: 0;
239
- background-color: var(--primary-color);
240
- opacity: 0.08;
241
- transition: width 0.25s ease-in-out;
242
- }
243
-
244
- .submenu-icon {
245
- font-size: 16px;
246
- margin-right: 8px;
247
- color: #cbd5e1;
248
- flex-shrink: 0;
249
- position: relative;
250
- transition:
251
- transform 0.25s ease,
252
- color 0.25s ease;
253
- }
254
-
255
- .submenu-label {
256
- flex: 1;
257
- font-size: 13px;
258
- font-weight: 500;
259
- color: #cbd5e1;
260
- overflow: hidden;
261
- text-overflow: ellipsis;
262
- white-space: nowrap;
263
- position: relative;
264
- transition: color 0.25s ease;
265
- max-width: 160px;
266
- }
267
- }
268
-
269
- &:hover .secondary-menu-link {
270
- color: #e8e7e7 ;
271
-
272
- &::before {
273
- width: 100%;
274
- }
275
-
276
- .submenu-icon {
277
- transform: translateX(2px);
278
- }
279
-
280
- .submenu-icon,
281
- .submenu-label {
282
- color: #e8e7e7 ;
283
- }
284
- }
285
-
286
- &.active > .secondary-menu-link {
287
- background-color: #495465;
288
- color: #e8e7e7 !important;
289
- font-weight: 500 !important;
290
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
291
-
292
- &::before {
293
- display: none;
294
- }
295
-
296
- .submenu-icon,
297
- .submenu-label {
298
- color: #e8e7e7 !important;
299
- }
300
- }
301
-
302
- &.action-loading > .secondary-menu-link {
303
- opacity: 0.7;
304
- pointer-events: none;
305
- }
306
-
307
- .secondary-menu-link.is-action {
308
- cursor: pointer;
309
- }
310
-
311
- // Tertiary menu styles
312
- .tertiary-menu {
313
- list-style: none;
314
- padding: 0;
315
- margin: 4px 0 8px 10px;
316
- max-height: 1000px;
317
- overflow: hidden;
318
- transition: max-height 0.3s ease;
319
-
320
- &.always-open {
321
- display: block !important;
322
- }
323
-
324
- .tertiary-menu-item {
325
- margin-bottom: 3px;
326
-
327
- &:before {
328
- display: none;
329
- }
330
-
331
- .tertiary-menu-link {
332
- display: flex;
333
- align-items: center;
334
- justify-content: space-between;
335
- padding: 8px 12px;
336
- border-radius: 6px;
337
- color: #cbd5e1;
338
- text-decoration: none;
339
- font-size: 13px;
340
- transition: all 0.25s ease;
341
- white-space: nowrap;
342
- overflow: hidden;
343
- text-overflow: ellipsis;
344
- position: relative;
345
-
346
- &::before {
347
- content: '';
348
- position: absolute;
349
- width: 0;
350
- height: 100%;
351
- top: 0;
352
- left: 0;
353
- background-color: #cbd5e1;
354
- opacity: 0.08;
355
- transition: width 0.25s ease-in-out;
356
- border-radius: 6px;
357
- }
358
-
359
- .tertiary-label {
360
- font-size: 12px;
361
- max-width: 160px;
362
- overflow: hidden;
363
- text-overflow: ellipsis;
364
- white-space: nowrap;
365
- color: #cbd5e1;
366
- }
367
- }
368
-
369
- &:hover .tertiary-menu-link {
370
- color: #e8e7e7 ;
371
-
372
- &::before {
373
- width: 100%;
374
- }
375
-
376
- .tertiary-label {
377
- color: #e8e7e7 ;
378
- }
379
- }
380
-
381
- &.active .tertiary-menu-link {
382
- color: #e8e7e7 !important;
383
- background-color: #495465 !important;
384
- font-weight: 500 !important;
385
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
386
-
387
- &::before {
388
- display: none;
389
- }
390
-
391
- .tertiary-label {
392
- color: #e8e7e7 !important;
393
- }
394
- }
395
- &.action-loading .tertiary-menu-link {
396
- opacity: 0.7;
397
- pointer-events: none;
398
- }
399
-
400
- .tertiary-menu-link.is-action {
401
- cursor: pointer;
402
- } }
403
- }
404
- }
405
- }
406
- }
407
- }
408
- }
409
-
410
- // Nested menu styles (deeper than tertiary)
411
- .nested-menu {
412
- margin: 4px 0 6px 10px;
413
- padding: 0 0 0 10px;
414
- list-style: none;
415
- overflow: hidden;
416
- max-height: 1000px;
417
-
418
- &.always-open {
419
- display: block !important;
420
- }
421
- }
422
-
423
- .nested-menu-item {
424
- position: relative;
425
- margin: 3px 0;
426
-
427
- &:before {
428
- display: none;
429
- }
430
-
431
- .nested-menu-link {
432
- display: flex;
433
- align-items: center;
434
- justify-content: space-between;
435
- padding: 6px 12px;
436
- color:#cbd5e1;
437
- text-decoration: none;
438
- font-size: 13px;
439
- border-radius: 4px;
440
- transition: all 0.2s;
441
- white-space: nowrap;
442
- overflow: hidden;
443
- text-overflow: ellipsis;
444
-
445
- .nested-label {
446
- font-size: 11px;
447
- white-space: nowrap;
448
- overflow: hidden;
449
- text-overflow: ellipsis;
450
- max-width: 170px;
451
- }
452
- }
453
-
454
- &:hover .nested-menu-link {
455
- background-color: rgba(26, 54, 93, 0.04);
456
- color: #cbd5e1;
457
-
458
- .nested-label {
459
- color: #cbd5e1;
460
- }
461
- }
462
-
463
- &.active {
464
- > .nested-menu-link {
465
- color: #e8e7e7 !important;
466
- background-color: #495465 !important;
467
- font-weight: 500 !important;
468
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
469
-
470
- .nested-label {
471
- color: #e8e7e7 !important;
472
- }
473
- }
474
- }
475
-
476
- &.action-loading .nested-menu-link {
477
- opacity: 0.7;
478
- pointer-events: none;
479
- }
480
-
481
- .nested-menu-link.is-action {
482
- cursor: pointer;
483
- }
484
- }
485
-
486
- // Mobile responsive styles
487
- @media screen and (max-width: 991px) {
488
- .new-layout-sidebar {
489
- transform: translateX(-100%); // Hide by default on mobile
490
- box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
491
-
492
- .secondary-sidebar.expanded {
493
- width: 240px; // Keep width on mobile
494
- }
495
- }
496
-
497
- // Overlay and mobile active state
498
- .layout-mask {
499
- display: none;
500
- }
501
-
502
- .layout-mobile-active {
503
- .new-layout-sidebar {
504
- transform: translateX(0) !important; // Show when active
505
- }
506
-
507
- .layout-mask {
508
- display: block;
509
- }
510
- }
511
- }
1
+ .new-layout-sidebar {
2
+ display: flex;
3
+ position: fixed;
4
+ top: 55px; // Adjust based on topbar height
5
+ left: 0;
6
+ height: 100%;
7
+ z-index: 1000;
8
+ transition: transform 0.3s ease;
9
+
10
+ .sidebar-toggle-container {
11
+ position: absolute;
12
+ top: 20px;
13
+ right: -12px;
14
+ transform: translateY(-50%);
15
+ z-index: 1100;
16
+ .sidebar-circle-toggle-btn {
17
+ width: 24px;
18
+ height: 24px;
19
+ border-radius: 50%;
20
+ border: none;
21
+ background: #495465;
22
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: center;
26
+ cursor: pointer;
27
+ transition: background 0.2s;
28
+
29
+ i {
30
+ font-size: 1.2rem;
31
+ color: white;
32
+ }
33
+
34
+ &:hover {
35
+ background: #3e4755;
36
+ }
37
+ }
38
+ @media screen and (max-width: 991px) {
39
+ display: none;
40
+ }
41
+ }
42
+
43
+ // Main sidebar (first level)
44
+ .main-sidebar {
45
+ width: 64px;
46
+ height: 100%;
47
+ background-color: #1e293b;
48
+ border-right: 1px solid #0f172a;
49
+ display: flex;
50
+ flex-direction: column;
51
+ align-items: center;
52
+ box-shadow: none;
53
+ z-index: 2;
54
+
55
+ .main-sidebar-content {
56
+ padding: 8px 0;
57
+ width: 100%;
58
+ flex: 1;
59
+ overflow-y: auto;
60
+
61
+ &::-webkit-scrollbar {
62
+ width: 4px;
63
+ }
64
+
65
+ &::-webkit-scrollbar-thumb {
66
+ background-color: #1e293b;
67
+ border-radius: 4px;
68
+ }
69
+
70
+ &::-webkit-scrollbar-track {
71
+ background-color: transparent;
72
+ }
73
+
74
+ .main-menu {
75
+ list-style: none;
76
+ padding: 0;
77
+ margin: 0;
78
+ width: 100%;
79
+
80
+ li {
81
+ width: 100%;
82
+ cursor: pointer;
83
+ position: relative;
84
+ overflow: hidden;
85
+
86
+ .main-menu-item {
87
+ display: flex;
88
+ flex-direction: column;
89
+ align-items: center;
90
+ padding: 12px 0;
91
+ color: #cbd5e1;
92
+ transition: all 0.25s ease;
93
+
94
+ .menu-icon {
95
+ font-size: 22px;
96
+ margin-bottom: 3px;
97
+ transition: color 0.2s ease;
98
+ }
99
+
100
+ .menu-label {
101
+ font-size: 11px;
102
+ font-weight: 500;
103
+ text-align: center;
104
+ line-height: 1.2;
105
+ transition: color 0.2s ease;
106
+ max-width: 55px;
107
+ overflow: hidden;
108
+ text-overflow: ellipsis;
109
+ white-space: nowrap;
110
+ }
111
+ }
112
+
113
+ &:hover {
114
+ .main-menu-item {
115
+ color: #e8e7e7;
116
+
117
+ .menu-icon {
118
+ transform: scale(1.15);
119
+ }
120
+ }
121
+
122
+ &::after {
123
+ content: '';
124
+ position: absolute;
125
+ left: 0;
126
+ top: 0;
127
+ width: 3px;
128
+ height: 100%;
129
+ background-color: #6e6e6e;
130
+ opacity: 0.7;
131
+ }
132
+ }
133
+
134
+ &.active {
135
+ background-color: #495465 !important;
136
+ position: relative;
137
+
138
+ &::before {
139
+ content: '';
140
+ position: absolute;
141
+ left: 0;
142
+ top: 0;
143
+ width: 3px;
144
+ height: 100%;
145
+ background-color: #0f172a;
146
+ }
147
+
148
+ .main-menu-item {
149
+ color: #fff!important;
150
+ }
151
+ }
152
+ }
153
+ }
154
+ }
155
+ }
156
+
157
+ // Secondary sidebar (second level)
158
+ .secondary-sidebar {
159
+ width: 0;
160
+ height: 100%;
161
+ background-color: #1e293b;
162
+ position: relative;
163
+ transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
164
+ box-shadow: 2px 0 5px #0000000d;
165
+ z-index: 1;
166
+ overflow: hidden;
167
+
168
+ // Content container wrapper to maintain layout
169
+ .secondary-content-wrapper {
170
+ position: absolute;
171
+ top: 0;
172
+ left: 0;
173
+ width: 220px;
174
+ height: 100%;
175
+ display: flex;
176
+ flex-direction: column;
177
+ opacity: 0;
178
+ visibility: hidden;
179
+ pointer-events: none;
180
+ transition: opacity 0.2s ease;
181
+ }
182
+
183
+ &.expanded {
184
+ width: 220px;
185
+
186
+ .secondary-content-wrapper {
187
+ opacity: 1;
188
+ visibility: visible;
189
+ pointer-events: auto;
190
+ }
191
+ }
192
+
193
+ .secondary-sidebar-content {
194
+ padding: 5px;
195
+ flex: 1;
196
+ overflow-y: auto;
197
+ padding-bottom:5rem;
198
+
199
+ &::-webkit-scrollbar {
200
+ width: 4px;
201
+ }
202
+
203
+ &::-webkit-scrollbar-thumb {
204
+ background-color: #1e293b;
205
+ border-radius: 4px;
206
+ }
207
+
208
+ &::-webkit-scrollbar-track {
209
+ background-color: transparent;
210
+ }
211
+
212
+ .secondary-menu {
213
+ list-style: none;
214
+ padding: 0;
215
+ margin: 0;
216
+
217
+ .secondary-menu-item {
218
+ margin-bottom: 4px;
219
+
220
+ .secondary-menu-link {
221
+ display: flex;
222
+ align-items: center;
223
+ padding: 10px 12px;
224
+ border-radius: 4px;
225
+ color: #cbd5e1;
226
+ text-decoration: none;
227
+ transition: all 0.25s ease;
228
+ white-space: nowrap;
229
+ position: relative;
230
+ overflow: hidden;
231
+
232
+ &::before {
233
+ content: '';
234
+ position: absolute;
235
+ width: 0;
236
+ height: 100%;
237
+ top: 0;
238
+ left: 0;
239
+ background-color: var(--primary-color);
240
+ opacity: 0.08;
241
+ transition: width 0.25s ease-in-out;
242
+ }
243
+
244
+ .submenu-icon {
245
+ font-size: 16px;
246
+ margin-right: 8px;
247
+ color: #cbd5e1;
248
+ flex-shrink: 0;
249
+ position: relative;
250
+ transition:
251
+ transform 0.25s ease,
252
+ color 0.25s ease;
253
+ }
254
+
255
+ .submenu-label {
256
+ flex: 1;
257
+ font-size: 13px;
258
+ font-weight: 500;
259
+ color: #cbd5e1;
260
+ overflow: hidden;
261
+ text-overflow: ellipsis;
262
+ white-space: nowrap;
263
+ position: relative;
264
+ transition: color 0.25s ease;
265
+ max-width: 160px;
266
+ }
267
+ }
268
+
269
+ &:hover .secondary-menu-link {
270
+ color: #e8e7e7 ;
271
+
272
+ &::before {
273
+ width: 100%;
274
+ }
275
+
276
+ .submenu-icon {
277
+ transform: translateX(2px);
278
+ }
279
+
280
+ .submenu-icon,
281
+ .submenu-label {
282
+ color: #e8e7e7 ;
283
+ }
284
+ }
285
+
286
+ &.active > .secondary-menu-link {
287
+ background-color: #495465;
288
+ color: #e8e7e7 !important;
289
+ font-weight: 500 !important;
290
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
291
+
292
+ &::before {
293
+ display: none;
294
+ }
295
+
296
+ .submenu-icon,
297
+ .submenu-label {
298
+ color: #e8e7e7 !important;
299
+ }
300
+ }
301
+
302
+ &.action-loading > .secondary-menu-link {
303
+ opacity: 0.7;
304
+ pointer-events: none;
305
+ }
306
+
307
+ .secondary-menu-link.is-action {
308
+ cursor: pointer;
309
+ }
310
+
311
+ // Tertiary menu styles
312
+ .tertiary-menu {
313
+ list-style: none;
314
+ padding: 0;
315
+ margin: 4px 0 8px 10px;
316
+ max-height: 1000px;
317
+ overflow: hidden;
318
+ transition: max-height 0.3s ease;
319
+
320
+ &.always-open {
321
+ display: block !important;
322
+ }
323
+
324
+ .tertiary-menu-item {
325
+ margin-bottom: 3px;
326
+
327
+ &:before {
328
+ display: none;
329
+ }
330
+
331
+ .tertiary-menu-link {
332
+ display: flex;
333
+ align-items: center;
334
+ justify-content: space-between;
335
+ padding: 8px 12px;
336
+ border-radius: 6px;
337
+ color: #cbd5e1;
338
+ text-decoration: none;
339
+ font-size: 13px;
340
+ transition: all 0.25s ease;
341
+ white-space: nowrap;
342
+ overflow: hidden;
343
+ text-overflow: ellipsis;
344
+ position: relative;
345
+
346
+ &::before {
347
+ content: '';
348
+ position: absolute;
349
+ width: 0;
350
+ height: 100%;
351
+ top: 0;
352
+ left: 0;
353
+ background-color: #cbd5e1;
354
+ opacity: 0.08;
355
+ transition: width 0.25s ease-in-out;
356
+ border-radius: 6px;
357
+ }
358
+
359
+ .tertiary-label {
360
+ font-size: 12px;
361
+ max-width: 160px;
362
+ overflow: hidden;
363
+ text-overflow: ellipsis;
364
+ white-space: nowrap;
365
+ color: #cbd5e1;
366
+ }
367
+ }
368
+
369
+ &:hover .tertiary-menu-link {
370
+ color: #e8e7e7 ;
371
+
372
+ &::before {
373
+ width: 100%;
374
+ }
375
+
376
+ .tertiary-label {
377
+ color: #e8e7e7 ;
378
+ }
379
+ }
380
+
381
+ &.active .tertiary-menu-link {
382
+ color: #e8e7e7 !important;
383
+ background-color: #495465 !important;
384
+ font-weight: 500 !important;
385
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
386
+
387
+ &::before {
388
+ display: none;
389
+ }
390
+
391
+ .tertiary-label {
392
+ color: #e8e7e7 !important;
393
+ }
394
+ }
395
+ &.action-loading .tertiary-menu-link {
396
+ opacity: 0.7;
397
+ pointer-events: none;
398
+ }
399
+
400
+ .tertiary-menu-link.is-action {
401
+ cursor: pointer;
402
+ } }
403
+ }
404
+ }
405
+ }
406
+ }
407
+ }
408
+ }
409
+
410
+ // Nested menu styles (deeper than tertiary)
411
+ .nested-menu {
412
+ margin: 4px 0 6px 10px;
413
+ padding: 0 0 0 10px;
414
+ list-style: none;
415
+ overflow: hidden;
416
+ max-height: 1000px;
417
+
418
+ &.always-open {
419
+ display: block !important;
420
+ }
421
+ }
422
+
423
+ .nested-menu-item {
424
+ position: relative;
425
+ margin: 3px 0;
426
+
427
+ &:before {
428
+ display: none;
429
+ }
430
+
431
+ .nested-menu-link {
432
+ display: flex;
433
+ align-items: center;
434
+ justify-content: space-between;
435
+ padding: 6px 12px;
436
+ color:#cbd5e1;
437
+ text-decoration: none;
438
+ font-size: 13px;
439
+ border-radius: 4px;
440
+ transition: all 0.2s;
441
+ white-space: nowrap;
442
+ overflow: hidden;
443
+ text-overflow: ellipsis;
444
+
445
+ .nested-label {
446
+ font-size: 11px;
447
+ white-space: nowrap;
448
+ overflow: hidden;
449
+ text-overflow: ellipsis;
450
+ max-width: 170px;
451
+ }
452
+ }
453
+
454
+ &:hover .nested-menu-link {
455
+ background-color: rgba(26, 54, 93, 0.04);
456
+ color: #cbd5e1;
457
+
458
+ .nested-label {
459
+ color: #cbd5e1;
460
+ }
461
+ }
462
+
463
+ &.active {
464
+ > .nested-menu-link {
465
+ color: #e8e7e7 !important;
466
+ background-color: #495465 !important;
467
+ font-weight: 500 !important;
468
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
469
+
470
+ .nested-label {
471
+ color: #e8e7e7 !important;
472
+ }
473
+ }
474
+ }
475
+
476
+ &.action-loading .nested-menu-link {
477
+ opacity: 0.7;
478
+ pointer-events: none;
479
+ }
480
+
481
+ .nested-menu-link.is-action {
482
+ cursor: pointer;
483
+ }
484
+ }
485
+
486
+ // Mobile responsive styles
487
+ @media screen and (max-width: 991px) {
488
+ .new-layout-sidebar {
489
+ transform: translateX(-100%); // Hide by default on mobile
490
+ box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
491
+
492
+ .secondary-sidebar.expanded {
493
+ width: 240px; // Keep width on mobile
494
+ }
495
+ }
496
+
497
+ // Overlay and mobile active state
498
+ .layout-mask {
499
+ display: none;
500
+ }
501
+
502
+ .layout-mobile-active {
503
+ .new-layout-sidebar {
504
+ transform: translateX(0) !important; // Show when active
505
+ }
506
+
507
+ .layout-mask {
508
+ display: block;
509
+ }
510
+ }
511
+ }