@devtron-labs/devtron-fe-common-lib 1.20.2-pre-4 → 1.20.3-alpha-9

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 (52) hide show
  1. package/dist/{@code-editor-C2Lc4glz.js → @code-editor-C1qarmFO.js} +6992 -6669
  2. package/dist/{@common-rjsf-C_N83Sme.js → @common-rjsf-CgG-X3UG.js} +18 -18
  3. package/dist/{@framer-motion-D-YaCAW-.js → @framer-motion-DMkBQPN0.js} +1 -1
  4. package/dist/{@react-dates-Bo3yT8LF.js → @react-dates-BjZWpiVv.js} +1 -1
  5. package/dist/{@react-select-DTi_5fIc.js → @react-select-DtwlfcIG.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-CuvDiqTo.js → @react-virtualized-sticky-tree-M81Af3Qs.js} +1 -1
  7. package/dist/{@vendor-DMIFbFhR.js → @vendor-DceGoESd.js} +14522 -14363
  8. package/dist/Common/API/CoreAPI.d.ts +1 -0
  9. package/dist/Common/API/index.d.ts +1 -1
  10. package/dist/Common/Common.service.d.ts +2 -1
  11. package/dist/Common/Constants.d.ts +1 -1
  12. package/dist/Common/Types.d.ts +26 -1
  13. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +3 -3
  14. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/index.d.ts +1 -1
  15. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/index.d.ts +0 -1
  16. package/dist/Shared/Components/ActionMenu/types.d.ts +1 -0
  17. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +1 -1
  18. package/dist/Shared/Components/Charts/constants.d.ts +3 -11
  19. package/dist/Shared/Components/Charts/index.d.ts +1 -1
  20. package/dist/Shared/Components/Charts/plugins.d.ts +2 -3
  21. package/dist/Shared/Components/Charts/types.d.ts +38 -24
  22. package/dist/Shared/Components/Charts/utils.d.ts +61 -6
  23. package/dist/Shared/Components/ClusterStatusIcon/ClusterStatusIcon.d.ts +3 -0
  24. package/dist/Shared/Components/ClusterStatusIcon/index.d.ts +1 -0
  25. package/dist/Shared/Components/ClusterStatusIcon/types.d.ts +5 -0
  26. package/dist/Shared/Components/ClusterStatusIcon/utils.d.ts +2 -0
  27. package/dist/Shared/Components/ConfirmationModal/ForceDeleteConfirmationModal.d.ts +1 -1
  28. package/dist/Shared/Components/ConfirmationModal/types.d.ts +1 -1
  29. package/dist/Shared/Components/ExportToCsv/ExportToCsv.d.ts +3 -0
  30. package/dist/Shared/Components/ExportToCsv/ExportToCsvDialog.d.ts +3 -0
  31. package/dist/Shared/Components/ExportToCsv/index.d.ts +2 -0
  32. package/dist/Shared/Components/ExportToCsv/types.d.ts +64 -0
  33. package/dist/Shared/Components/Icon/Icon.d.ts +5 -1
  34. package/dist/Shared/Components/index.d.ts +2 -0
  35. package/dist/Shared/Helpers.d.ts +1 -0
  36. package/dist/assets/ic-arrow-line-down.b6a98848.svg +3 -0
  37. package/dist/assets/{ic-bg-build.7de825b3.svg → ic-bg-build.8609d0ea.svg} +1 -1
  38. package/dist/assets/{ic-bg-production-pipelines.5965401c.svg → ic-bg-production-pipelines.2951cdc0.svg} +3 -2
  39. package/dist/assets/ic-bg-webhook.b455152d.svg +13 -0
  40. package/dist/assets/ic-edit-lines.57927b07.svg +3 -0
  41. package/dist/assets/ic-file-download.ca57c068.svg +5 -0
  42. package/dist/assets/{ic-graph-negative.d49ba2b7.svg → ic-priority-medium-fill.7bab0ff8.svg} +2 -2
  43. package/dist/index.js +1003 -1018
  44. package/package.json +3 -1
  45. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/PageHeader/PageHeader.d.ts +0 -1
  46. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/PageHeader/constants.d.ts +0 -2
  47. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/PageHeader/index.d.ts +0 -1
  48. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/PageHeader/types.d.ts +0 -12
  49. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/PageHeader/utils.d.ts +0 -2
  50. /package/dist/Pages-Devtron-2.0/{InfrastructureManagement → ApplicationManagement}/Shared/ApplicationManagementIcon/ApplicationManagementIcon.d.ts +0 -0
  51. /package/dist/Pages-Devtron-2.0/{InfrastructureManagement → ApplicationManagement}/Shared/ApplicationManagementIcon/index.d.ts +0 -0
  52. /package/dist/Pages-Devtron-2.0/{InfrastructureManagement → ApplicationManagement}/Shared/ApplicationManagementIcon/utils.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.20.2-pre-4",
3
+ "version": "1.20.3-alpha-9",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -49,6 +49,7 @@
49
49
  "@types/dompurify": "^3.0.5",
50
50
  "@types/json-schema": "^7.0.15",
51
51
  "@types/react": "17.0.39",
52
+ "@types/react-csv": "^1.1.10",
52
53
  "@types/react-dates": "^21.8.6",
53
54
  "@types/react-dom": "17.0.13",
54
55
  "@types/react-router-dom": "^5.3.3",
@@ -127,6 +128,7 @@
127
128
  "nanoid": "^3.3.8",
128
129
  "qrcode.react": "^4.2.0",
129
130
  "react-canvas-confetti": "^2.0.7",
131
+ "react-csv": "^2.2.2",
130
132
  "react-dates": "^21.8.0",
131
133
  "react-draggable": "^4.4.5",
132
134
  "react-international-phone": "^4.5.0",
@@ -1 +0,0 @@
1
- export declare const ApplicationManagementPageHeader: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- import { BreadcrumbConfig } from './types';
2
- export declare const APPLICATION_MANAGEMENT_BREADCRUMB_CONFIG: BreadcrumbConfig[];
@@ -1 +0,0 @@
1
- export * from './PageHeader';
@@ -1,12 +0,0 @@
1
- export type BreadcrumbKey = 'overview';
2
- export interface BreadcrumbConfig {
3
- key: BreadcrumbKey;
4
- route: string;
5
- heading: string;
6
- }
7
- export interface BreadcrumbAlias {
8
- [key: string]: {
9
- component: React.ReactNode;
10
- linked: boolean;
11
- } | null;
12
- }
@@ -1,2 +0,0 @@
1
- import { useBreadcrumb } from '../../../../Common/index';
2
- export declare const getApplicationManagementBreadcrumbs: (url: string) => Parameters<typeof useBreadcrumb>[0];