@devtron-labs/devtron-fe-common-lib 1.21.0-beta-1 → 1.21.0-beta-3

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 (244) hide show
  1. package/dist/{@code-editor-Db3cFxL2.js → @code-editor-Y6MpEL3Z.js} +11387 -9831
  2. package/dist/{@common-rjsf-4dkL5TGO.js → @common-rjsf-DR5BfKgV.js} +30 -30
  3. package/dist/{@framer-motion-s0JmPZws.js → @framer-motion-BHpgn0v_.js} +196 -194
  4. package/dist/{@moment-CGWt8tF2.js → @moment-CwOqp704.js} +493 -524
  5. package/dist/{@react-select-oQ7yDO_E.js → @react-select-DjXUormN.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-jv4XRZlA.js → @react-virtualized-sticky-tree-BcREO5hN.js} +1 -1
  7. package/dist/{@vendor-x0E6hada.js → @vendor-Dg_U8cQV.js} +33775 -28795
  8. package/dist/Common/API/reactQueryHooks.d.ts +1 -1
  9. package/dist/Common/API/types.d.ts +1 -1
  10. package/dist/Common/BreadCrumb/NestedBreadCrumb.d.ts +2 -0
  11. package/dist/Common/BreadCrumb/Types.d.ts +20 -0
  12. package/dist/Common/ClipboardButton/ClipboardButton.d.ts +2 -2
  13. package/dist/Common/ClipboardButton/types.d.ts +12 -2
  14. package/dist/Common/Common.service.d.ts +4 -1
  15. package/dist/Common/Constants.d.ts +70 -21
  16. package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +1 -0
  17. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  18. package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
  19. package/dist/Common/SearchBar/types.d.ts +8 -0
  20. package/dist/Common/SegmentedBarChart/types.d.ts +10 -2
  21. package/dist/Common/SegmentedBarChart/utils.d.ts +2 -0
  22. package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
  23. package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +1 -1
  24. package/dist/Common/SegmentedControl/index.d.ts +1 -1
  25. package/dist/Common/SegmentedControl/types.d.ts +13 -9
  26. package/dist/Common/Tooltip/Tooltip.d.ts +1 -1
  27. package/dist/Common/Types.d.ts +64 -5
  28. package/dist/Common/index.d.ts +1 -1
  29. package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
  30. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +0 -2
  31. package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +13 -7
  32. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/VirtualClusterSidebar.d.ts +2 -0
  33. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/index.d.ts +1 -1
  34. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +3 -3
  35. package/dist/Pages/ResourceBrowser/constants.d.ts +8 -8
  36. package/dist/Pages/ResourceBrowser/types.d.ts +2 -1
  37. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/ApplicationManagementIcon.d.ts +1 -0
  38. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/index.d.ts +2 -0
  39. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/utils.d.ts +6 -0
  40. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/index.d.ts +1 -0
  41. package/dist/Pages-Devtron-2.0/ApplicationManagement/index.d.ts +1 -0
  42. package/dist/Pages-Devtron-2.0/Automation&Enablement/Overview/Overview.d.ts +1 -0
  43. package/dist/Pages-Devtron-2.0/Automation&Enablement/Overview/index.d.ts +1 -0
  44. package/dist/Pages-Devtron-2.0/Automation&Enablement/index.d.ts +1 -0
  45. package/dist/Pages-Devtron-2.0/CostVisibility/Overview/Overview.d.ts +1 -0
  46. package/dist/Pages-Devtron-2.0/CostVisibility/Overview/index.d.ts +1 -0
  47. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/constants.d.ts +4 -0
  48. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/index.d.ts +2 -0
  49. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +31 -0
  50. package/dist/Pages-Devtron-2.0/CostVisibility/index.d.ts +1 -0
  51. package/dist/Pages-Devtron-2.0/DataProtectionManagement/index.d.ts +1 -0
  52. package/dist/Pages-Devtron-2.0/DataProtectionManagement/types.d.ts +8 -0
  53. package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/Overview.d.ts +1 -0
  54. package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/index.d.ts +1 -0
  55. package/dist/Pages-Devtron-2.0/GlobalConfiguration/index.d.ts +1 -0
  56. package/dist/Pages-Devtron-2.0/GlobalOverview/GlobalOverview.d.ts +1 -0
  57. package/dist/Pages-Devtron-2.0/GlobalOverview/index.d.ts +1 -0
  58. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/InfrastructureManagementIcon.d.ts +1 -0
  59. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/index.d.ts +2 -0
  60. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/utils.d.ts +6 -0
  61. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/index.d.ts +1 -0
  62. package/dist/Pages-Devtron-2.0/InfrastructureManagement/index.d.ts +1 -0
  63. package/dist/Pages-Devtron-2.0/InfrastructureManagement/utils.d.ts +11 -0
  64. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/SecurityCenterIcon.d.ts +1 -0
  65. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/index.d.ts +1 -0
  66. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/utils.d.ts +6 -0
  67. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/index.d.ts +1 -0
  68. package/dist/Pages-Devtron-2.0/SecurityCenter/index.d.ts +1 -0
  69. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/Overview.d.ts +1 -0
  70. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/index.d.ts +1 -0
  71. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/index.d.ts +1 -0
  72. package/dist/Pages-Devtron-2.0/index.d.ts +5 -0
  73. package/dist/Shared/Components/ActionMenu/types.d.ts +3 -0
  74. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +2 -2
  75. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  76. package/dist/Shared/Components/Backdrop/types.d.ts +1 -1
  77. package/dist/Shared/Components/Badge/utils.d.ts +2 -1
  78. package/dist/Shared/Components/Button/Button.component.d.ts +12 -12
  79. package/dist/Shared/Components/Card/Card.component.d.ts +3 -0
  80. package/dist/Shared/Components/Card/constants.d.ts +4 -0
  81. package/dist/Shared/Components/Card/index.d.ts +2 -0
  82. package/dist/Shared/Components/Card/types.d.ts +25 -0
  83. package/dist/Shared/Components/Charts/Chart.component.d.ts +121 -0
  84. package/dist/Shared/Components/Charts/constants.d.ts +10 -0
  85. package/dist/Shared/Components/Charts/index.d.ts +4 -0
  86. package/dist/Shared/Components/Charts/plugins.d.ts +7 -0
  87. package/dist/Shared/Components/Charts/types.d.ts +135 -0
  88. package/dist/Shared/Components/Charts/utils.d.ts +30 -0
  89. package/dist/Shared/Components/ClusterStatusIcon/ClusterStatusIcon.d.ts +3 -0
  90. package/dist/Shared/Components/ClusterStatusIcon/index.d.ts +1 -0
  91. package/dist/Shared/Components/ClusterStatusIcon/types.d.ts +5 -0
  92. package/dist/Shared/Components/ClusterStatusIcon/utils.d.ts +2 -0
  93. package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +1 -1
  94. package/dist/Shared/Components/DTFocusTrap/types.d.ts +2 -1
  95. package/dist/Shared/Components/DatePicker/DateTimePicker.d.ts +1 -1
  96. package/dist/Shared/Components/DatePicker/constants.d.ts +2 -101
  97. package/dist/Shared/Components/DatePicker/index.d.ts +0 -2
  98. package/dist/Shared/Components/DatePicker/types.d.ts +34 -30
  99. package/dist/Shared/Components/DatePicker/utils.d.ts +1 -13
  100. package/dist/Shared/Components/DocLink/constants.d.ts +3 -0
  101. package/dist/Shared/Components/FeatureDescription/types.d.ts +1 -1
  102. package/dist/Shared/Components/FramerComponents/index.d.ts +2 -2
  103. package/dist/Shared/Components/GenericSectionErrorState/GenericSectionErrorState.component.d.ts +2 -1
  104. package/dist/Shared/Components/GenericSectionErrorState/types.d.ts +21 -5
  105. package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +1 -1
  106. package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +1 -3
  107. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  108. package/dist/Shared/Components/Header/types.d.ts +2 -0
  109. package/dist/Shared/Components/Icon/Icon.d.ts +69 -4
  110. package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
  111. package/dist/Shared/Components/Icon/types.d.ts +6 -0
  112. package/dist/Shared/Components/Illustration/Illustration.d.ts +6 -0
  113. package/dist/Shared/Components/KeyboardShortcut/KeyboardShortcut.component.d.ts +3 -0
  114. package/dist/Shared/Components/KeyboardShortcut/constants.d.ts +3 -0
  115. package/dist/Shared/Components/KeyboardShortcut/index.d.ts +1 -0
  116. package/dist/Shared/Components/KeyboardShortcut/types.d.ts +4 -0
  117. package/dist/Shared/Components/PrometheusConfigurations/PrometheusConfigCard.d.ts +3 -0
  118. package/dist/Shared/Components/PrometheusConfigurations/index.d.ts +2 -0
  119. package/dist/Shared/Components/PrometheusConfigurations/types.d.ts +20 -0
  120. package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +1 -1
  121. package/dist/Shared/Components/Security/SecurityModal/index.d.ts +1 -1
  122. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +3 -3
  123. package/dist/Shared/Components/Security/constants.d.ts +2 -0
  124. package/dist/Shared/Components/Security/index.d.ts +3 -0
  125. package/dist/Shared/Components/Security/types.d.ts +10 -0
  126. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  127. package/dist/Shared/Components/SelectPicker/common.d.ts +1 -1
  128. package/dist/Shared/Components/SelectPicker/index.d.ts +1 -1
  129. package/dist/Shared/Components/SelectPicker/type.d.ts +3 -1
  130. package/dist/Shared/Components/SelectPicker/utils.d.ts +1 -0
  131. package/dist/Shared/Components/SideNavigation/SideNavigation.d.ts +2 -0
  132. package/dist/Shared/Components/SideNavigation/index.d.ts +2 -0
  133. package/dist/Shared/Components/SideNavigation/types.d.ts +19 -0
  134. package/dist/Shared/Components/Table/InternalTable.d.ts +1 -1
  135. package/dist/Shared/Components/Table/TableContent.d.ts +1 -1
  136. package/dist/Shared/Components/Table/types.d.ts +12 -6
  137. package/dist/Shared/Components/TrailingItem/types.d.ts +4 -0
  138. package/dist/Shared/Components/TreeView/TreeView.component.d.ts +1 -1
  139. package/dist/Shared/Components/TreeView/TreeViewNodeContent.d.ts +1 -1
  140. package/dist/Shared/Components/TreeView/constants.d.ts +3 -0
  141. package/dist/Shared/Components/TreeView/types.d.ts +17 -3
  142. package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +3 -3
  143. package/dist/Shared/Components/index.d.ts +6 -0
  144. package/dist/Shared/Helpers.d.ts +11 -0
  145. package/dist/Shared/Hooks/useGetResourceKindsOptions/service.d.ts +0 -5
  146. package/dist/Shared/Hooks/useGetResourceKindsOptions/types.d.ts +5 -20
  147. package/dist/Shared/Hooks/useUserPreferences/service.d.ts +1 -1
  148. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +32 -2
  149. package/dist/Shared/Providers/MainContextProvider/types.d.ts +9 -0
  150. package/dist/Shared/Services/common.service.d.ts +3 -0
  151. package/dist/Shared/Services/types.d.ts +10 -1
  152. package/dist/Shared/constants.d.ts +3 -16
  153. package/dist/Shared/types.d.ts +22 -11
  154. package/dist/Shared/validations.d.ts +2 -0
  155. package/dist/assets/@code-editor.css +1 -1
  156. package/dist/assets/@vendor.css +1 -1
  157. package/dist/assets/create-backup-schedule.bbac4a86.webp +0 -0
  158. package/dist/assets/create-backup-snapshot.c794f612.webp +0 -0
  159. package/dist/assets/ic-ai.25e44e0c.svg +3 -0
  160. package/dist/assets/ic-alibaba.518d61a4.svg +3 -0
  161. package/dist/assets/ic-application-group.4b448cca.svg +3 -0
  162. package/dist/assets/ic-application-management.7fb9e3a0.svg +3 -0
  163. package/dist/assets/ic-application-template.212d14f1.svg +3 -0
  164. package/dist/assets/ic-application.4c80bfcf.svg +3 -0
  165. package/dist/assets/ic-argocd-app.9c5eba79.svg +61 -0
  166. package/dist/assets/ic-arrow-line-down.b6a98848.svg +3 -0
  167. package/dist/assets/ic-aws.eb2d0124.svg +12 -0
  168. package/dist/assets/ic-backup-and-schedule.51b7d3dd.svg +3 -0
  169. package/dist/assets/ic-backup-color.dc62e9d5.svg +6 -0
  170. package/dist/assets/ic-backup-location.ebaf1148.svg +3 -0
  171. package/dist/assets/ic-backup-schedule-color.a16c34b0.svg +5 -0
  172. package/dist/assets/ic-bg-backup-schedule.9ef9bc39.svg +19 -0
  173. package/dist/assets/ic-bg-backups.396e99bd.svg +19 -0
  174. package/dist/assets/ic-bg-build.8609d0ea.svg +13 -0
  175. package/dist/assets/ic-bg-cpu.15ec70f0.svg +11 -0
  176. package/dist/assets/ic-bg-deploy.266711fe.svg +22 -0
  177. package/dist/assets/ic-bg-memory.5373a125.svg +11 -0
  178. package/dist/assets/ic-bg-pause-schedule.6edcc1d4.svg +14 -0
  179. package/dist/assets/ic-bg-production-pipelines.2951cdc0.svg +22 -0
  180. package/dist/assets/ic-bg-project.84658405.svg +12 -0
  181. package/dist/assets/ic-bg-ransomware-vulnerable-cluster.1b25a5d0.svg +7 -0
  182. package/dist/assets/ic-bg-restore.4fa13869.svg +33 -0
  183. package/dist/assets/ic-bg-scan.2249360c.svg +28 -0
  184. package/dist/assets/ic-bg-storage-locations.894070b0.svg +22 -0
  185. package/dist/assets/ic-bg-webhook.b455152d.svg +13 -0
  186. package/dist/assets/ic-bot.65f403dd.svg +3 -0
  187. package/dist/assets/ic-building.2405d07b.svg +3 -0
  188. package/dist/assets/ic-chart-line-up.7ab47f4e.svg +3 -0
  189. package/dist/assets/ic-check-circle.af18cd7e.svg +3 -0
  190. package/dist/assets/ic-circle-small.a0740b0e.svg +3 -0
  191. package/dist/assets/ic-clipboard.2869fa7d.svg +3 -0
  192. package/dist/assets/ic-clock-counterclockwise.3d7c2ef1.svg +3 -0
  193. package/dist/assets/ic-cloud-upload.55d9c163.svg +3 -0
  194. package/dist/assets/ic-coins-color-animated.fe11cdc3.svg +112 -0
  195. package/dist/assets/ic-coins.2c15f406.svg +3 -0
  196. package/dist/assets/ic-cost-visibility.5595009f.svg +3 -0
  197. package/dist/assets/ic-database-backup.b9e7c558.svg +3 -0
  198. package/dist/assets/ic-devtron-text.67a413b6.svg +3 -0
  199. package/dist/assets/ic-edit-lines.57927b07.svg +3 -0
  200. package/dist/assets/ic-file-download.ca57c068.svg +5 -0
  201. package/dist/assets/ic-files-changed.04e6de3f.svg +3 -0
  202. package/dist/assets/ic-floppy-disk.6d392bcd.svg +3 -0
  203. package/dist/assets/ic-fluxcd-app.7bf7dce5.svg +22 -0
  204. package/dist/assets/ic-global-overview.56ba9dc0.svg +3 -0
  205. package/dist/assets/ic-google-cloud.3077a8dd.svg +6 -0
  206. package/dist/assets/ic-infrastructure-management.4b052d41.svg +3 -0
  207. package/dist/assets/ic-kubernetes.7e04c3d2.svg +4 -0
  208. package/dist/assets/ic-magic-wand.2c29cd4e.svg +10 -0
  209. package/dist/assets/ic-oracle-cloud.5a8ee45d.svg +3 -0
  210. package/dist/assets/ic-otc-cloud.43b31bd8.svg +5 -0
  211. package/dist/assets/ic-party.cfc7e7c6.svg +4 -0
  212. package/dist/assets/ic-pause.4e5c6056.svg +4 -0
  213. package/dist/assets/ic-priority-medium-fill.7bab0ff8.svg +4 -0
  214. package/dist/assets/ic-release-hub.25b9707a.svg +3 -0
  215. package/dist/assets/ic-resource-browser.4ff3e571.svg +3 -0
  216. package/dist/assets/ic-resource-watcher.7cce5305.svg +3 -0
  217. package/dist/assets/ic-right-panel-collapse.0ecf8ceb.svg +3 -0
  218. package/dist/assets/ic-security-fixable.168b5bf8.svg +12 -0
  219. package/dist/assets/ic-security-not-fixable.be099f65.svg +12 -0
  220. package/dist/assets/ic-security-policy.874568da.svg +3 -0
  221. package/dist/assets/ic-security-scan.3ae78d50.svg +3 -0
  222. package/dist/assets/ic-security-vulnerability.c954b87a.svg +4 -0
  223. package/dist/assets/ic-software-release-management.dceedf80.svg +3 -0
  224. package/dist/assets/ic-symbol-greater-than.8f71342d.svg +3 -0
  225. package/dist/assets/ic-tenants.4f997b9a.svg +3 -0
  226. package/dist/assets/ic-trend-up.5752ef30.svg +3 -0
  227. package/dist/assets/ic-warning-stroke.fc850a4a.svg +3 -0
  228. package/dist/assets/img-folder-empty.8e898c33.svg +33 -0
  229. package/dist/assets/img-no-backup-location.0e8699c5.svg +180 -0
  230. package/dist/assets/img-no-restores.f26cb7db.svg +114 -0
  231. package/dist/assets/no-cluster-cost-enabled.038c73db.webp +0 -0
  232. package/dist/index.d.ts +5 -6
  233. package/dist/index.js +1020 -967
  234. package/package.json +5 -7
  235. package/dist/@react-dates-C-SIZ4x1.js +0 -7634
  236. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/types.d.ts +0 -8
  237. package/dist/Shared/Components/DatePicker/DayPickerRangeController.d.ts +0 -2
  238. package/dist/Shared/Components/DatePicker/SingleDatePickerComponent.d.ts +0 -11
  239. package/dist/assets/@react-dates.css +0 -1
  240. package/dist/assets/ic-bg-cloud-vms.7241e97c.svg +0 -4
  241. package/dist/assets/ic-bg-healthy-vms.653e8abc.svg +0 -4
  242. package/dist/assets/ic-bg-running-vms.e469929a.svg +0 -4
  243. package/dist/assets/ic-bg-tenants.d0369094.svg +0 -4
  244. package/dist/assets/ic-calender-blank.963e3423.svg +0 -19
@@ -0,0 +1 @@
1
+ export declare const ApplicationManagementIcon: () => JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from './ApplicationManagementIcon';
2
+ export { getApplicationManagementBreadcrumb } from './utils';
@@ -0,0 +1,6 @@
1
+ export declare const getApplicationManagementBreadcrumb: () => {
2
+ 'application-management': {
3
+ component: JSX.Element;
4
+ linked: boolean;
5
+ };
6
+ };
@@ -0,0 +1 @@
1
+ export * from './ApplicationManagementIcon';
@@ -0,0 +1 @@
1
+ export * from './Shared';
@@ -0,0 +1 @@
1
+ export declare const Overview: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export declare const Overview: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1,4 @@
1
+ import { IconName } from '../../../Shared/Components';
2
+ import { ClusterProviderType } from './types';
3
+ export declare const CLUSTER_PROVIDER_TO_ICON_NAME: Record<ClusterProviderType, IconName | null>;
4
+ export declare const CLUSTER_PROVIDER_TO_LABEL: Record<ClusterProviderType, string>;
@@ -0,0 +1,2 @@
1
+ export * from './constants';
2
+ export * from './types';
@@ -0,0 +1,31 @@
1
+ import { ReactNode } from 'react';
2
+ import { RJSFFormSchema } from '../../../Common/RJSF';
3
+ import { ClusterDetailListType } from '../../../Common/Types';
4
+ export declare enum CostBreakdownViewType {
5
+ CLUSTERS = "clusters",
6
+ ENVIRONMENTS = "environments",
7
+ PROJECTS = "projects",
8
+ APPLICATIONS = "applications"
9
+ }
10
+ export declare enum CostBreakdownItemViewParamsType {
11
+ ITEM_NAME = "itemName",
12
+ VIEW = "view",
13
+ DETAIL = "detail"
14
+ }
15
+ type RenderClusterFormParamsType = {
16
+ clusterDetails: ClusterDetailListType;
17
+ handleClose: () => void;
18
+ handleSuccess: () => void;
19
+ };
20
+ export interface CostVisibilityRenderContextType {
21
+ renderClusterForm: (params: RenderClusterFormParamsType) => JSX.Element;
22
+ }
23
+ export interface CostVisibilityRenderProviderProps extends CostVisibilityRenderContextType {
24
+ children: ReactNode;
25
+ }
26
+ export type ClusterProviderType = 'AWS' | 'GCP' | 'Azure' | 'Alibaba' | 'Scaleway' | 'Oracle' | 'OTC' | 'DigitalOcean' | 'Unknown';
27
+ export interface ClusterProviderDetailsType {
28
+ clusterProvider: ClusterProviderType;
29
+ costModuleSchema: RJSFFormSchema;
30
+ }
31
+ export {};
@@ -0,0 +1 @@
1
+ export * from './Shared';
@@ -0,0 +1 @@
1
+ export * from './types';
@@ -0,0 +1,8 @@
1
+ export declare enum BackupLocationsTypes {
2
+ VOLUME_SNAPSHOT = "volume-snapshot",
3
+ STORAGE = "storage"
4
+ }
5
+ export declare enum BackupAndScheduleListViewEnum {
6
+ Backups = "backups",
7
+ Schedules = "schedules"
8
+ }
@@ -0,0 +1 @@
1
+ export declare const Overview: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export declare const GlobalOverview: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './GlobalOverview';
@@ -0,0 +1 @@
1
+ export declare const InfrastructureManagementIcon: () => JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from './InfrastructureManagementIcon';
2
+ export { getInfrastructureManagementBreadcrumb } from './utils';
@@ -0,0 +1,6 @@
1
+ export declare const getInfrastructureManagementBreadcrumb: () => {
2
+ 'infrastructure-management': {
3
+ component: JSX.Element;
4
+ linked: boolean;
5
+ };
6
+ };
@@ -0,0 +1 @@
1
+ export * from './InfrastructureManagementIcon';
@@ -0,0 +1 @@
1
+ export * from './Shared';
@@ -0,0 +1,11 @@
1
+ export declare const getAutomationEnablementBreadcrumbConfig: () => {
2
+ 'automation-and-enablement': {
3
+ component: JSX.Element;
4
+ linked: boolean;
5
+ };
6
+ job: any;
7
+ list: {
8
+ component: JSX.Element;
9
+ };
10
+ 'jobId(\\d+)': any;
11
+ };
@@ -0,0 +1 @@
1
+ export declare const SecurityCenterIcon: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export { getSecurityCenterBreadcrumb } from './utils';
@@ -0,0 +1,6 @@
1
+ export declare const getSecurityCenterBreadcrumb: () => {
2
+ 'security-center': {
3
+ component: JSX.Element;
4
+ linked: boolean;
5
+ };
6
+ };
@@ -0,0 +1 @@
1
+ export * from './SecurityCenterIcon';
@@ -0,0 +1 @@
1
+ export * from './Shared';
@@ -0,0 +1 @@
1
+ export declare const Overview: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1,5 @@
1
+ export * from './ApplicationManagement';
2
+ export * from './CostVisibility';
3
+ export * from './DataProtectionManagement';
4
+ export * from './InfrastructureManagement';
5
+ export * from './SecurityCenter';
@@ -37,6 +37,9 @@ export type ActionMenuItemType<T extends string | number = string | number> = Om
37
37
  startIcon?: ActionMenuItemIconType;
38
38
  /** Defines the item to be displayed at the end of the menu item. */
39
39
  trailingItem?: TrailingItemType;
40
+ /** Prevents the menu from closing when the item is clicked. */
41
+ doNotCloseMenuOnClick?: boolean;
42
+ dataAttributesId?: number;
40
43
  } & ConditionalActionMenuComponentType;
41
44
  export type ActionMenuOptionType<T extends string | number> = {
42
45
  /**
@@ -21,8 +21,8 @@ export declare const useActionMenu: <T extends string | number>({ id, position,
21
21
  className?: string;
22
22
  defaultValue?: string | number | readonly string[];
23
23
  id?: string;
24
- color?: string;
25
24
  role?: import('react').AriaRole;
25
+ color?: string;
26
26
  about?: string;
27
27
  is?: string;
28
28
  security?: string;
@@ -64,7 +64,7 @@ export declare const useActionMenu: <T extends string | number>({ id, position,
64
64
  itemRef?: string;
65
65
  results?: number;
66
66
  unselectable?: "on" | "off";
67
- inputMode?: "search" | "text" | "none" | "url" | "tel" | "email" | "numeric" | "decimal";
67
+ inputMode?: "search" | "text" | "none" | "url" | "decimal" | "tel" | "email" | "numeric";
68
68
  "aria-activedescendant"?: string;
69
69
  "aria-atomic"?: boolean | "true" | "false";
70
70
  "aria-autocomplete"?: "none" | "list" | "inline" | "both";
@@ -1,3 +1,3 @@
1
1
  import { BackdropProps } from './types';
2
- declare const Backdrop: ({ children, onEscape, onClick, hasClearBackground, onBackdropMount, deactivateFocusOnEscape, initialFocus, }: BackdropProps) => import('react').ReactPortal;
2
+ declare const Backdrop: ({ children, onEscape, onClick, hasClearBackground, onBackdropMount, deactivateFocusOnEscape, initialFocus, returnFocusOnDeactivate, }: BackdropProps) => import('react').ReactPortal;
3
3
  export default Backdrop;
@@ -1,6 +1,6 @@
1
1
  import { MouseEvent, ReactNode } from 'react';
2
2
  import { DTFocusTrapType } from '../DTFocusTrap';
3
- export interface BackdropProps extends Pick<DTFocusTrapType, 'deactivateFocusOnEscape' | 'initialFocus' | 'onEscape'> {
3
+ export interface BackdropProps extends Pick<DTFocusTrapType, 'deactivateFocusOnEscape' | 'initialFocus' | 'onEscape' | 'returnFocusOnDeactivate'> {
4
4
  /**
5
5
  * The content to be rendered within the backdrop component.
6
6
  */
@@ -1,7 +1,8 @@
1
- import { IconBaseColorType } from '../../types';
1
+ import { IconBaseColorType, IconBaseSizeType } from '../../types';
2
2
  import { BadgeProps } from './types';
3
3
  export declare const getClassNameAccToVariant: (variant: BadgeProps["variant"]) => {
4
4
  styles: string;
5
5
  iconColor: IconBaseColorType;
6
6
  };
7
7
  export declare const getClassNameAccToSize: (size: BadgeProps["size"]) => "fs-11 lh-16 px-4 py-1" | "fs-12 lh-16 px-6 py-2" | "fs-13 lh-20 px-6 py-2";
8
+ export declare const COMPONENT_SIZE_TO_ICON_SIZE_MAP: Record<BadgeProps['size'], IconBaseSizeType>;
@@ -100,7 +100,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
100
100
  startIcon?: import('react').ReactElement;
101
101
  endIcon?: import('react').ReactElement;
102
102
  fontWeight?: "bold" | "normal";
103
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
103
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
104
104
  ref?: import('react').Ref<HTMLButtonElement>;
105
105
  component?: ButtonComponentType.button;
106
106
  buttonProps?: Omit<import('react').ButtonHTMLAttributes<HTMLButtonElement>, "children" | "styles" | "className" | "disabled" | "onClick">;
@@ -135,7 +135,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
135
135
  startIcon?: never;
136
136
  endIcon?: never;
137
137
  fontWeight?: never;
138
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
138
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
139
139
  ref?: import('react').Ref<HTMLButtonElement>;
140
140
  component?: ButtonComponentType.button;
141
141
  buttonProps?: Omit<import('react').ButtonHTMLAttributes<HTMLButtonElement>, "children" | "styles" | "className" | "disabled" | "onClick">;
@@ -164,7 +164,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
164
164
  startIcon?: import('react').ReactElement;
165
165
  endIcon?: import('react').ReactElement;
166
166
  fontWeight?: "bold" | "normal";
167
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
167
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
168
168
  ref?: import('react').Ref<HTMLButtonElement>;
169
169
  component?: ButtonComponentType.button;
170
170
  buttonProps?: Omit<import('react').ButtonHTMLAttributes<HTMLButtonElement>, "children" | "styles" | "className" | "disabled" | "onClick">;
@@ -193,7 +193,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
193
193
  startIcon?: never;
194
194
  endIcon?: never;
195
195
  fontWeight?: never;
196
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
196
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
197
197
  ref?: import('react').Ref<HTMLAnchorElement>;
198
198
  component: ButtonComponentType.link;
199
199
  linkProps: Omit<import('react-router-dom').LinkProps, "children" | "styles" | "className" | "onClick">;
@@ -228,7 +228,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
228
228
  startIcon?: import('react').ReactElement;
229
229
  endIcon?: import('react').ReactElement;
230
230
  fontWeight?: "bold" | "normal";
231
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
231
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
232
232
  ref?: import('react').Ref<HTMLAnchorElement>;
233
233
  component: ButtonComponentType.link;
234
234
  linkProps: Omit<import('react-router-dom').LinkProps, "children" | "styles" | "className" | "onClick">;
@@ -263,7 +263,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
263
263
  startIcon?: never;
264
264
  endIcon?: never;
265
265
  fontWeight?: never;
266
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
266
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
267
267
  ref?: import('react').Ref<HTMLAnchorElement>;
268
268
  component: ButtonComponentType.link;
269
269
  linkProps: Omit<import('react-router-dom').LinkProps, "children" | "styles" | "className" | "onClick">;
@@ -292,7 +292,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
292
292
  startIcon?: import('react').ReactElement;
293
293
  endIcon?: import('react').ReactElement;
294
294
  fontWeight?: "bold" | "normal";
295
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
295
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
296
296
  ref?: import('react').Ref<HTMLAnchorElement>;
297
297
  component: ButtonComponentType.link;
298
298
  linkProps: Omit<import('react-router-dom').LinkProps, "children" | "styles" | "className" | "onClick">;
@@ -321,7 +321,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
321
321
  startIcon?: never;
322
322
  endIcon?: never;
323
323
  fontWeight?: never;
324
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
324
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
325
325
  ref?: import('react').Ref<HTMLAnchorElement>;
326
326
  component: ButtonComponentType.anchor;
327
327
  linkProps?: never;
@@ -356,7 +356,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
356
356
  startIcon?: import('react').ReactElement;
357
357
  endIcon?: import('react').ReactElement;
358
358
  fontWeight?: "bold" | "normal";
359
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
359
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
360
360
  ref?: import('react').Ref<HTMLAnchorElement>;
361
361
  component: ButtonComponentType.anchor;
362
362
  linkProps?: never;
@@ -391,7 +391,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
391
391
  startIcon?: never;
392
392
  endIcon?: never;
393
393
  fontWeight?: never;
394
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
394
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
395
395
  ref?: import('react').Ref<HTMLAnchorElement>;
396
396
  component: ButtonComponentType.anchor;
397
397
  linkProps?: never;
@@ -420,7 +420,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
420
420
  startIcon?: import('react').ReactElement;
421
421
  endIcon?: import('react').ReactElement;
422
422
  fontWeight?: "bold" | "normal";
423
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
423
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
424
424
  ref?: import('react').Ref<HTMLAnchorElement>;
425
425
  component: ButtonComponentType.anchor;
426
426
  linkProps?: never;
@@ -449,5 +449,5 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
449
449
  startIcon?: never;
450
450
  endIcon?: never;
451
451
  fontWeight?: never;
452
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy">) & import('react').RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
452
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy">) & import('react').RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
453
453
  export default Button;
@@ -0,0 +1,3 @@
1
+ import { CardProps } from './types';
2
+ declare const Card: ({ onClick, children, isLoading, shimmerVariant, variant, flexGap, flexDirection, padding, }: CardProps) => JSX.Element;
3
+ export default Card;
@@ -0,0 +1,4 @@
1
+ import { CardProps } from './types';
2
+ export declare const DEFAULT_BORDER_RADIUS = 8;
3
+ export declare const DEFAULT_FLEX_GAP = 0;
4
+ export declare const VARIANT_TO_BORDER_CLASS_MAP: Record<CardProps['variant'], string>;
@@ -0,0 +1,2 @@
1
+ export { default as Card } from './Card.component';
2
+ export type { CardProps } from './types';
@@ -0,0 +1,25 @@
1
+ import { ReactNode } from 'react';
2
+ import { ComponentLayoutType } from '../../types';
3
+ export type CardProps = {
4
+ children: ReactNode;
5
+ onClick?: () => void;
6
+ /**
7
+ * @default primary--outlined
8
+ */
9
+ variant?: 'primary--outlined' | 'secondary--outlined';
10
+ /**
11
+ * @default 'column'
12
+ */
13
+ flexDirection?: ComponentLayoutType;
14
+ /**
15
+ * @default 0px
16
+ */
17
+ flexGap?: 0 | 2 | 4 | 6 | 8 | 12 | 16 | 20 | 24 | 32;
18
+ padding?: 0 | 2 | 4 | 6 | 8 | 12 | 16 | 20 | 24 | 32;
19
+ } & ({
20
+ isLoading: boolean;
21
+ shimmerVariant: 'A' | 'B' | 'C';
22
+ } | {
23
+ isLoading?: never;
24
+ shimmerVariant?: never;
25
+ });
@@ -0,0 +1,121 @@
1
+ import { ChartProps } from './types';
2
+ /**
3
+ * A versatile Chart component that renders different types of charts using Chart.js.
4
+ * Supports area charts, pie charts, semi-pie charts, stacked bar charts (vertical/horizontal), and line charts.
5
+ *
6
+ * The component automatically adapts to theme changes and provides consistent styling
7
+ * across all chart types. Colors are provided by the user through the CHART_COLORS constant
8
+ * or custom color tokens.
9
+ *
10
+ * @example
11
+ * ```tsx
12
+ * [Area Chart Example]
13
+ * <Chart
14
+ * id="quarterly-growth"
15
+ * type="area"
16
+ * xAxisLabels={['Q1 2023', 'Q2 2023', 'Q3 2023', 'Q4 2023']}
17
+ * datasets={[{
18
+ * datasetName: 'Revenue Growth (%)',
19
+ * yAxisValues: [15.2, 18.7, 22.3, 19.8],
20
+ * backgroundColor: 'LavenderPurple300'
21
+ * }]}
22
+ * />
23
+ *
24
+ * [Pie Chart Example]
25
+ * <Chart
26
+ * id="technology-adoption"
27
+ * type="pie"
28
+ * xAxisLabels={['React', 'Vue.js', 'Angular']}
29
+ * datasets={{
30
+ * datasetName: 'Adoption Rate (%)',
31
+ * yAxisValues: [45.2, 28.7, 35.4],
32
+ * colors: ['SkyBlue300', 'AquaTeal400', 'LavenderPurple300']
33
+ * }}
34
+ * />
35
+ *
36
+ * [Semi-Pie Chart Example with Center Text]
37
+ * <Chart
38
+ * id="performance-metrics"
39
+ * type="semiPie"
40
+ * xAxisLabels={['Good', 'Average', 'Poor']}
41
+ * datasets={{
42
+ * datasetName: 'Performance Score (%)',
43
+ * yAxisValues: [65, 25, 10],
44
+ * colors: ['LimeGreen500', 'GoldenYellow400', 'CoralRed400']
45
+ * }}
46
+ * centerText={{
47
+ * text: '85%',
48
+ * fontSize: 24,
49
+ * fontWeight: '600'
50
+ * }}
51
+ * />
52
+ *
53
+ * [Line Chart Example (non-stacked, non-filled)]
54
+ * <Chart
55
+ * id="traffic-trends"
56
+ * type="line"
57
+ * xAxisLabels={['Jan', 'Feb', 'Mar', 'Apr']}
58
+ * datasets={[{
59
+ * datasetName: 'Website Traffic',
60
+ * yAxisValues: [120, 190, 300, 500],
61
+ * borderColor: 'SkyBlue500'
62
+ * }]}
63
+ * />
64
+ *
65
+ * [Stacked Bar Chart Example]
66
+ * <Chart
67
+ * id="team-allocation"
68
+ * type="stackedBar"
69
+ * xAxisLabels={['Q1', 'Q2', 'Q3', 'Q4']}
70
+ * datasets={[
71
+ * {
72
+ * datasetName: 'Frontend',
73
+ * yAxisValues: [120, 150, 180, 200],
74
+ * backgroundColor: 'SkyBlue600'
75
+ * },
76
+ * {
77
+ * datasetName: 'Backend',
78
+ * yAxisValues: [80, 100, 120, 140],
79
+ * backgroundColor: 'AquaTeal600'
80
+ * }
81
+ * ]}
82
+ * />
83
+ * ```
84
+ *
85
+ * @param id - Unique identifier for the chart canvas element
86
+ * @param type - Chart type: 'area', 'pie', 'semiPie', 'stackedBar', 'stackedBarHorizontal', or 'line'
87
+ * @param xAxisLabels - Array of labels for the x-axis (or categories for pie/semi-pie charts)
88
+ * @param datasets - Chart data: array of datasets for most charts, single dataset object for pie/semi-pie charts
89
+ *
90
+ * @performance
91
+ * **Memoization Recommendations:**
92
+ * - `xAxisLabels`: Should be memoized with useMemo() if derived from complex calculations
93
+ * - `datasets`: Should be memoized with useMemo() as it contains arrays and objects that cause re-renders
94
+ * - Avoid passing inline objects or arrays directly to these props
95
+ *
96
+ * @example
97
+ * ```tsx
98
+ * [Good: Memoized props prevent unnecessary re-renders]
99
+ * const labels = useMemo(() => quarters.map(q => `Q${q}`), [quarters])
100
+ * const chartDatasets = useMemo(() => [
101
+ * {
102
+ * datasetName: 'Revenue',
103
+ * yAxisValues: revenueData,
104
+ * backgroundColor: 'LavenderPurple300'
105
+ * }
106
+ * ], [revenueData])
107
+ *
108
+ * return <Chart id="revenue-chart" type="area" xAxisLabels={labels} datasets={chartDatasets} />
109
+ * ```
110
+ *
111
+ * @notes
112
+ * - Chart automatically re-renders when theme changes (light/dark mode)
113
+ * - Line charts are rendered as non-stacked and non-filled by default
114
+ * - Pie and semi-pie charts expect a single dataset object instead of an array
115
+ * - Semi-pie charts render as half-circles, ideal for gauges or progress indicators
116
+ * - Center text can be added to pie and semi-pie charts using the centerText prop
117
+ * - Colors should reference CHART_COLORS tokens for consistency
118
+ * - Component destroys and recreates Chart.js instance on prop changes for optimal performance
119
+ */
120
+ declare const Chart: (props: ChartProps) => JSX.Element;
121
+ export default Chart;
@@ -0,0 +1,10 @@
1
+ import { AppThemeType } from '../../Providers';
2
+ import { ChartColorKey } from './types';
3
+ export declare const CHART_COLORS: Record<AppThemeType, Record<ChartColorKey, string>>;
4
+ export declare const CHART_GRID_LINES_COLORS: Record<AppThemeType, string>;
5
+ export declare const CHART_AXIS_COLORS: Record<AppThemeType, string>;
6
+ export declare const CHART_AXIS_LABELS_COLOR: Record<AppThemeType, string>;
7
+ export declare const CHART_CANVAS_BACKGROUND_COLORS: Record<AppThemeType, string>;
8
+ export declare const LINE_DASH: number[];
9
+ export declare const MAX_BAR_THICKNESS = 96;
10
+ export declare const DIS_JOINT_CHART_POINT_RADIUS = 4;
@@ -0,0 +1,4 @@
1
+ export { default as Chart } from './Chart.component';
2
+ export { CHART_COLORS } from './constants';
3
+ export type { CenterTextConfig, ChartColorKey, ChartProps, ChartType, ReferenceLineConfigType, SimpleDataset, SimpleDatasetForPie, } from './types';
4
+ export { chartColorGenerator } from './utils';
@@ -0,0 +1,7 @@
1
+ import { RefObject } from 'react';
2
+ import { Plugin } from 'chart.js';
3
+ import { AppThemeType } from '../../Providers';
4
+ import { CenterTextConfig, ChartType, ReferenceLineConfigType } from './types';
5
+ export declare const drawReferenceLine: (config: ReferenceLineConfigType, id: string, appTheme: AppThemeType) => Plugin;
6
+ export declare const htmlLegendPlugin: (id: string, ref: RefObject<HTMLDivElement>, type: ChartType) => Plugin;
7
+ export declare const drawCenterText: (config: CenterTextConfig, appTheme: AppThemeType) => Plugin;