@devtron-labs/devtron-fe-common-lib 1.20.6-alpha-35 → 1.20.6-alpha-95
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-WfIRgsMt.js → @code-editor-Bi8V0EkO.js} +8003 -7934
- package/dist/{@common-rjsf-CmhxqQjb.js → @common-rjsf-pPsGytQU.js} +22 -22
- package/dist/{@framer-motion-DMkBQPN0.js → @framer-motion-LZK2bgCK.js} +61 -61
- package/dist/{@react-dates-BjZWpiVv.js → @react-dates-CbpfVsC0.js} +1 -1
- package/dist/{@react-select-DtwlfcIG.js → @react-select-BuPEYnTv.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-M81Af3Qs.js → @react-virtualized-sticky-tree-DX7VkyTZ.js} +1 -1
- package/dist/{@vendor-DceGoESd.js → @vendor-BsABdDGm.js} +14676 -13806
- package/dist/Common/Constants.d.ts +9 -5
- package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
- package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +1 -1
- package/dist/Common/SegmentedControl/index.d.ts +1 -1
- package/dist/Common/SegmentedControl/types.d.ts +12 -8
- package/dist/Common/Tooltip/Tooltip.d.ts +1 -1
- package/dist/Common/index.d.ts +0 -1
- package/dist/Pages/ResourceBrowser/service.d.ts +3 -2
- package/dist/Pages/ResourceBrowser/types.d.ts +5 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/index.d.ts +0 -1
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/SecurityCenterIcon.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/utils.d.ts +6 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/index.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/index.d.ts +1 -0
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +1 -1
- package/dist/Shared/Components/Button/Button.component.d.ts +12 -12
- package/dist/Shared/Components/Charts/Chart.component.d.ts +25 -6
- package/dist/Shared/Components/Charts/index.d.ts +1 -1
- package/dist/Shared/Components/Charts/plugins.d.ts +2 -1
- package/dist/Shared/Components/Charts/types.d.ts +19 -7
- package/dist/Shared/Components/Charts/utils.d.ts +1 -1
- package/dist/Shared/Components/DocLink/constants.d.ts +2 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +9 -0
- package/dist/Shared/Components/Security/constants.d.ts +2 -0
- package/dist/Shared/Components/Security/index.d.ts +1 -0
- package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/common.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/type.d.ts +3 -1
- package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +3 -3
- package/dist/Shared/Helpers.d.ts +10 -1
- package/dist/Shared/Services/common.service.d.ts +3 -2
- package/dist/Shared/Services/types.d.ts +4 -1
- package/dist/Shared/validations.d.ts +1 -1
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-bg-backup-schedule.9ef9bc39.svg +19 -0
- package/dist/assets/ic-bg-backups.396e99bd.svg +19 -0
- package/dist/assets/ic-bg-pause-schedule.6edcc1d4.svg +14 -0
- package/dist/assets/ic-bg-ransomware-vulnerable-cluster.1b25a5d0.svg +7 -0
- package/dist/assets/ic-bg-restore.4fa13869.svg +33 -0
- package/dist/assets/ic-bg-storage-locations.894070b0.svg +22 -0
- package/dist/assets/ic-security-fixable.168b5bf8.svg +12 -0
- package/dist/assets/ic-security-not-fixable.be099f65.svg +12 -0
- package/dist/assets/ic-security-vulnerability.c954b87a.svg +4 -0
- package/dist/index.js +1017 -992
- package/package.json +3 -1
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Overview/Overview.d.ts +0 -1
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Overview/index.d.ts +0 -1
- package/dist/Pages-Devtron-2.0/SecurityCenter/Overview/Overview.d.ts +0 -1
- package/dist/Pages-Devtron-2.0/SecurityCenter/Overview/index.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
|
3
|
-
"version": "1.20.6-alpha-
|
|
3
|
+
"version": "1.20.6-alpha-95",
|
|
4
4
|
"description": "Supporting common component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
"@codemirror/lint": "6.8.4",
|
|
109
109
|
"@codemirror/merge": "^6.10.0",
|
|
110
110
|
"@codemirror/search": "6.5.8",
|
|
111
|
+
"@datasert/cronjs-parser": "^1.4.0",
|
|
111
112
|
"@lezer/highlight": "1.2.1",
|
|
112
113
|
"@replit/codemirror-indentation-markers": "6.5.3",
|
|
113
114
|
"@replit/codemirror-vscode-keymap": "6.0.2",
|
|
@@ -119,6 +120,7 @@
|
|
|
119
120
|
"ansi_up": "^5.2.1",
|
|
120
121
|
"chart.js": "^4.5.0",
|
|
121
122
|
"codemirror-json-schema": "0.8.0",
|
|
123
|
+
"cronstrue": "^3.9.0",
|
|
122
124
|
"dayjs": "^1.11.13",
|
|
123
125
|
"fast-json-patch": "^3.1.1",
|
|
124
126
|
"focus-trap-react": "^10.3.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Overview: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Overview';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Overview: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Overview';
|