@devtron-labs/devtron-fe-common-lib 1.20.4-pre-2 → 1.20.5-alpha-8
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.
- package/dist/{@code-editor-CLxdWaPj.js → @code-editor-BO1bHk5C.js} +8313 -7835
- package/dist/{@common-rjsf-DmUa-i5z.js → @common-rjsf-BMcdpRk4.js} +18 -18
- package/dist/{@framer-motion-D-YaCAW-.js → @framer-motion-DMkBQPN0.js} +1 -1
- package/dist/{@react-dates-Bo3yT8LF.js → @react-dates-BjZWpiVv.js} +1 -1
- package/dist/{@react-select-DTi_5fIc.js → @react-select-DtwlfcIG.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-CuvDiqTo.js → @react-virtualized-sticky-tree-M81Af3Qs.js} +1 -1
- package/dist/{@vendor-DMIFbFhR.js → @vendor-DceGoESd.js} +14522 -14363
- package/dist/Common/API/CoreAPI.d.ts +1 -6
- package/dist/Common/API/index.d.ts +1 -1
- package/dist/Common/API/types.d.ts +1 -1
- package/dist/Common/BreadCrumb/BreadcrumbStore.d.ts +1 -0
- package/dist/Common/BreadCrumb/NestedBreadCrumb.d.ts +2 -0
- package/dist/Common/BreadCrumb/Types.d.ts +15 -0
- package/dist/Common/Common.service.d.ts +2 -1
- package/dist/Common/Constants.d.ts +8 -7
- package/dist/Common/SegmentedBarChart/utils.d.ts +1 -1
- package/dist/Common/Types.d.ts +46 -1
- package/dist/Common/index.d.ts +1 -0
- package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +0 -2
- package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +13 -7
- package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +3 -3
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/index.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/constants.d.ts +4 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +20 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/index.d.ts +0 -1
- package/dist/Shared/Components/ActionMenu/types.d.ts +1 -0
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +1 -1
- package/dist/Shared/Components/Charts/constants.d.ts +4 -11
- package/dist/Shared/Components/Charts/index.d.ts +2 -1
- package/dist/Shared/Components/Charts/plugins.d.ts +2 -3
- package/dist/Shared/Components/Charts/types.d.ts +55 -26
- package/dist/Shared/Components/Charts/utils.d.ts +64 -6
- package/dist/Shared/Components/ClusterStatusIcon/ClusterStatusIcon.d.ts +3 -0
- package/dist/Shared/Components/ClusterStatusIcon/index.d.ts +1 -0
- package/dist/Shared/Components/ClusterStatusIcon/types.d.ts +5 -0
- package/dist/Shared/Components/ClusterStatusIcon/utils.d.ts +2 -0
- package/dist/Shared/Components/ConfirmationModal/ForceDeleteConfirmationModal.d.ts +1 -1
- package/dist/Shared/Components/ConfirmationModal/types.d.ts +1 -1
- package/dist/Shared/Components/DocLink/constants.d.ts +1 -0
- package/dist/Shared/Components/ExportToCsv/ExportToCsv.d.ts +3 -0
- package/dist/Shared/Components/ExportToCsv/ExportToCsvDialog.d.ts +3 -0
- package/dist/Shared/Components/ExportToCsv/index.d.ts +2 -0
- package/dist/Shared/Components/ExportToCsv/types.d.ts +64 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +8 -4
- package/dist/Shared/Components/Icon/types.d.ts +1 -1
- package/dist/Shared/Components/Illustration/Illustration.d.ts +1 -0
- package/dist/Shared/Components/PrometheusConfigurations/PrometheusConfigCard.d.ts +1 -1
- package/dist/Shared/Components/PrometheusConfigurations/types.d.ts +0 -1
- package/dist/Shared/Components/Table/types.d.ts +6 -4
- package/dist/Shared/Components/index.d.ts +2 -0
- package/dist/Shared/Helpers.d.ts +1 -0
- package/dist/Shared/Hooks/useUserPreferences/types.d.ts +1 -1
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-arrow-line-down.b6a98848.svg +3 -0
- package/dist/assets/{ic-bg-build.7de825b3.svg → ic-bg-build.8609d0ea.svg} +1 -1
- package/dist/assets/{ic-bg-production-pipelines.5965401c.svg → ic-bg-production-pipelines.2951cdc0.svg} +3 -2
- package/dist/assets/ic-bg-webhook.b455152d.svg +13 -0
- package/dist/assets/ic-edit-lines.57927b07.svg +3 -0
- package/dist/assets/ic-file-download.ca57c068.svg +5 -0
- package/dist/assets/ic-gift-animated.d848dfa3.svg +1 -0
- package/dist/assets/{ic-graph-negative.d49ba2b7.svg → ic-priority-medium-fill.7bab0ff8.svg} +2 -2
- package/dist/assets/ic-ratings.a1d31244.svg +13 -0
- package/dist/assets/ic-success-blue.7b3a2720.svg +4 -0
- package/dist/assets/img-devtron-freemium.d0657c61.webp +0 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1005 -1018
- package/package.json +3 -1
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/PageHeader/PageHeader.d.ts +0 -1
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/PageHeader/constants.d.ts +0 -2
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/PageHeader/index.d.ts +0 -1
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/PageHeader/types.d.ts +0 -12
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/PageHeader/utils.d.ts +0 -2
- package/dist/Shared/Components/SelectPicker/GroupedFilterSelectPicker.example.d.ts +0 -0
- package/dist/assets/ic-arrow-white.c5174353.svg +0 -3
- package/dist/assets/ic-line.4e8fa046.svg +0 -3
- package/dist/assets/ic-new-chat.f7c90f8e.svg +0 -5
- /package/dist/Pages-Devtron-2.0/{InfrastructureManagement → ApplicationManagement}/Shared/ApplicationManagementIcon/ApplicationManagementIcon.d.ts +0 -0
- /package/dist/Pages-Devtron-2.0/{InfrastructureManagement → ApplicationManagement}/Shared/ApplicationManagementIcon/index.d.ts +0 -0
- /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.
|
3
|
+
"version": "1.20.5-alpha-8",
|
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 +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
|
-
}
|
File without changes
|
@@ -1,5 +0,0 @@
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<rect width="32" height="32" rx="4" fill="#1E1F28"/>
|
3
|
-
<rect x="0.5" y="0.5" width="31" height="31" rx="3.5" stroke="white" stroke-opacity="0.2"/>
|
4
|
-
<path d="M14 11.3333H11.3333C10.597 11.3333 10 11.9303 10 12.6667V20.6667C10 21.403 10.597 22 11.3333 22H19.3333C20.0697 22 20.6667 21.403 20.6667 20.6667V18M18.2505 11.2701L20.7299 13.7495M16.4794 18H14.3542C14.2603 18 14.1702 17.9627 14.1037 17.8963C14.0373 17.8298 14 17.7397 14 17.6458V15.6673C14 15.6208 14.0092 15.5747 14.027 15.5317C14.0448 15.4888 14.0709 15.4497 14.1037 15.4168L19.4168 10.1037C19.4832 10.0373 19.5733 10 19.6673 10C19.7612 10 19.8513 10.0373 19.9177 10.1037L21.8963 12.0823C21.9627 12.1487 22 12.2388 22 12.3327C22 12.4267 21.9627 12.5168 21.8963 12.5832L16.4794 18Z" stroke="#C8CBCE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
5
|
-
</svg>
|
File without changes
|
File without changes
|