@devtron-labs/devtron-fe-common-lib 1.16.0-pre-4 → 1.16.0-pre-5

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 (64) hide show
  1. package/dist/{@code-editor-D-BZS9zn.js → @code-editor-BM7Pz0Tl.js} +7606 -7821
  2. package/dist/{@common-rjsf-DyacdRIT.js → @common-rjsf-Blnhi_42.js} +1 -1
  3. package/dist/Common/Constants.d.ts +0 -2
  4. package/dist/Common/Hooks/UseRegisterShortcut/UseRegisterShortcutProvider.d.ts +1 -1
  5. package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +0 -3
  6. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  7. package/dist/Common/Hooks/useStateFilters/types.d.ts +2 -2
  8. package/dist/Common/Hooks/useStateFilters/useStateFilters.d.ts +1 -1
  9. package/dist/Common/Hooks/useUrlFilters/types.d.ts +1 -2
  10. package/dist/Common/Hooks/useUrlFilters/useUrlFilters.d.ts +1 -1
  11. package/dist/Common/Pagination/constants.d.ts +0 -4
  12. package/dist/Common/Pagination/index.d.ts +0 -1
  13. package/dist/Common/PopupMenu.d.ts +1 -2
  14. package/dist/Common/Types.d.ts +2 -2
  15. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +2 -46
  16. package/dist/Pages/ResourceBrowser/constants.d.ts +0 -2
  17. package/dist/Pages/ResourceBrowser/service.d.ts +1 -1
  18. package/dist/Shared/Components/AppStatusModal/service.d.ts +1 -1
  19. package/dist/Shared/Components/AppStatusModal/types.d.ts +2 -1
  20. package/dist/Shared/Components/BulkSelection/BulkSelection.d.ts +1 -1
  21. package/dist/Shared/Components/BulkSelection/BulkSelectionDropdownItems.d.ts +3 -0
  22. package/dist/Shared/Components/BulkSelection/types.d.ts +9 -1
  23. package/dist/Shared/Components/CICDHistory/DeploymentStatusBreakdown.d.ts +1 -1
  24. package/dist/Shared/Components/CICDHistory/types.d.ts +1 -0
  25. package/dist/Shared/Components/DeploymentStatusBreakdown/constants.d.ts +2 -1
  26. package/dist/Shared/Components/DeploymentStatusBreakdown/utils.d.ts +7 -2
  27. package/dist/Shared/Components/Icon/Icon.d.ts +0 -13
  28. package/dist/Shared/Components/InfoBlock/constants.d.ts +1 -2
  29. package/dist/Shared/Components/Table/BulkSelectionActionWidget.d.ts +1 -1
  30. package/dist/Shared/Components/Table/InternalTable.d.ts +1 -1
  31. package/dist/Shared/Components/Table/constants.d.ts +0 -1
  32. package/dist/Shared/Components/Table/index.d.ts +1 -1
  33. package/dist/Shared/Components/Table/types.d.ts +20 -47
  34. package/dist/Shared/Components/Table/useTableWithKeyboardShortcuts.d.ts +1 -1
  35. package/dist/Shared/Components/Table/utils.d.ts +0 -5
  36. package/dist/Shared/Components/index.d.ts +0 -1
  37. package/dist/Shared/Helpers.d.ts +1 -2
  38. package/dist/Shared/Hooks/useStickyEvent/constants.d.ts +3 -2
  39. package/dist/Shared/Providers/MainContextProvider/types.d.ts +2 -2
  40. package/dist/Shared/Services/types.d.ts +0 -1
  41. package/dist/Shared/types.d.ts +3 -11
  42. package/dist/assets/@code-editor.css +1 -1
  43. package/dist/assets/@common-rjsf.css +1 -1
  44. package/dist/assets/ic-check-all.0376437d.svg +21 -0
  45. package/dist/assets/ic-check-square.2a3d3fb9.svg +20 -0
  46. package/dist/assets/{ic-minus.aac464f7.svg → ic-minus.416da21b.svg} +1 -1
  47. package/dist/index.d.ts +6 -1
  48. package/dist/index.js +693 -699
  49. package/package.json +1 -1
  50. package/dist/Shared/Components/Table/TableContent.d.ts +0 -3
  51. package/dist/assets/ic-bug.8a8dc1fc.svg +0 -3
  52. package/dist/assets/ic-check-all.fdea6b38.svg +0 -5
  53. package/dist/assets/ic-check-square.e355731d.svg +0 -4
  54. package/dist/assets/ic-clean-brush.c21cbe1e.svg +0 -3
  55. package/dist/assets/ic-container.92a4c33a.svg +0 -3
  56. package/dist/assets/ic-download.468a0cb7.svg +0 -3
  57. package/dist/assets/ic-file-code.0926d194.svg +0 -3
  58. package/dist/assets/ic-gavel.a3b064b5.svg +0 -3
  59. package/dist/assets/ic-info-filled-color.47953fcf.svg +0 -8
  60. package/dist/assets/ic-logs.d310db72.svg +0 -3
  61. package/dist/assets/ic-pause-circle.f9405070.svg +0 -3
  62. package/dist/assets/ic-speedometer.3ecaae3b.svg +0 -3
  63. package/dist/assets/ic-two-cubes.056d1333.svg +0 -3
  64. /package/dist/assets/{ic-container-registry.4e1e6455.svg → ic-container.4e1e6455.svg} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.16.0-pre-4",
3
+ "version": "1.16.0-pre-5",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,3 +0,0 @@
1
- import { TableContentProps } from './types';
2
- declare const TableContent: ({ filterData, rows, resizableConfig, additionalProps, visibleColumns, stylesConfig, loading, bulkSelectionConfig, bulkSelectionReturnValue, handleClearBulkSelection, handleToggleBulkSelectionOnRow, paginationVariant, RowActionsOnHoverComponent, pageSizeOptions, filteredRows, areFilteredRowsLoading, }: TableContentProps) => JSX.Element;
3
- export default TableContent;
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
- <path d="M8.00001 14C10.4853 14 12.5 11.9853 12.5 9.50001V6.5C12.5 4.01472 10.4853 2 8 2C5.51472 2 3.5 4.01472 3.5 6.5V9.50001C3.5 11.9853 5.51472 14 8.00001 14ZM8.00001 14L8 8.5M2 10.5H3.61153M2 6.5H14M12.3885 10.5H14M3.49561 1.75L4.98094 3.16303M12.4956 1.75L11.0146 3.15896" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="2" y="2" width="11.2" height="11.2" rx="2" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M15.4667 5.86621V11.4662C15.4667 13.6754 13.6758 15.4662 11.4667 15.4662H5.8667" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M10.35 5.84961L6.85004 9.34945L5.10004 7.59961" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="2" y="2" width="12" height="12" rx="2" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M11.2083 5.95801L7.12498 10.0412L5.08331 7.99967" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.4456 7.21004L13.4956 4.7645C13.8018 4.44416 13.9828 4.01911 13.9988 3.58285C14.0149 3.1466 13.8646 2.73488 13.5811 2.43826C13.2976 2.14165 12.9041 1.98444 12.4872 2.00122C12.0702 2.018 11.664 2.20739 11.3578 2.52773L9.02041 5.71886M11.2295 11.609L4.81604 4.89872M3.64023 9.93144L5.2436 8.25386M3.85325 14L2 14M2.66667 12L2 12M7.07047 13.5204L2.11459 8.33521C2.03727 8.25431 1.99615 8.14217 2.00028 8.02344C2.00441 7.90472 2.05345 7.78914 2.13661 7.70214L6.21274 3.43736C6.2959 3.35035 6.40637 3.29905 6.51984 3.29472C6.63331 3.2904 6.7405 3.33342 6.81782 3.41432L12.6483 9.5146C12.7256 9.59549 12.7667 9.70764 12.7626 9.82636C12.7584 9.94508 12.7094 10.0607 12.6262 10.1477L9.49075 13.4283C9.15812 13.7763 8.71626 13.9815 8.26236 13.9988C7.80847 14.0161 7.37973 13.844 7.07047 13.5204Z" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke" />
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
- <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 4.5v15m0-15 9.956 2.842a.75.75 0 0 1 .544.72v7.876a.75.75 0 0 1-.544.718L12 19.5m0-15L2.144 5.906a.75.75 0 0 0-.644.745v10.698a.75.75 0 0 0 .644.745L12 19.5M9 12H4.5m2.25-6.75v13.5" vector-effect="non-scaling-stroke"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
- <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.5 14.5v5.25a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75V14.5M12.25 4v10.497m-3.938-3.934L12.25 14.5l3.938-3.937" vector-effect="non-scaling-stroke"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
- <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 21h13.25a.75.75 0 0 0 .75-.75v-12M15.75 3h-9a.75.75 0 0 0-.75.75v4.125M15.75 3 21 8.25M15.75 3v5.25H21M4.96 11.714 3 14.347l1.96 2.633m4.08-5.266L11 14.347 9.04 16.98" vector-effect="non-scaling-stroke"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
- <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m13.656 4.655 5.688 5.689M8.406 9.905l5.688 5.689m-1.719-1.72-6.656 6.657a1.594 1.594 0 0 1-2.25 0 1.594 1.594 0 0 1 0-2.25l6.656-6.656M5.471 7.718l6-6a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06 0l-1.5-1.5a.75.75 0 0 1 0-1.06Zm8.25 8.25 6-6a.75.75 0 0 1 1.06 0l1.5 1.5a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06 0l-1.5-1.5a.75.75 0 0 1 0-1.06Z" vector-effect="non-scaling-stroke"/>
3
- </svg>
@@ -1,8 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle data-style-override="false" cx="12" cy="12" r="10" fill="var(--B500)" />
3
- <path
4
- data-style-override="false"
5
- d="M11.9924 8.07053C11.7103 8.07053 11.4685 7.96977 11.267 7.76826C11.0655 7.56675 10.9647 7.3199 10.9647 7.02771C10.9647 6.73552 11.0655 6.4937 11.267 6.30227C11.4685 6.10076 11.7103 6 11.9924 6C12.2846 6 12.5315 6.10076 12.733 6.30227C12.9345 6.4937 13.0353 6.73552 13.0353 7.02771C13.0353 7.3199 12.9345 7.56675 12.733 7.76826C12.5315 7.96977 12.2846 8.07053 11.9924 8.07053ZM12.869 15.34H14.2368C14.6583 15.34 15 15.6818 15 16.1033C15 16.5248 14.6583 16.8665 14.2368 16.8665H9.76322C9.34171 16.8665 9 16.5248 9 16.1033C9 15.6818 9.34171 15.34 9.76322 15.34H11.131V10.67H9.76322C9.34171 10.67 9 10.3283 9 9.9068C9 9.48528 9.34171 9.14358 9.76322 9.14358H11.869C12.4213 9.14358 12.869 9.59129 12.869 10.1436V15.34Z"
6
- fill="var(--N0)"
7
- />
8
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.333 6a3.333 3.333 0 0 1 2.775 5.18l.03.02.057.052 1.886 1.886a.667.667 0 0 1-.885.995l-.058-.052-1.886-1.886a.671.671 0 0 1-.073-.086A3.333 3.333 0 1 1 9.333 6zm0 1.333a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-6 1.334c.367 0 .667.3.667.666C4 9.7 3.7 10 3.333 10h-.666A.669.669 0 0 1 2 9.333c0-.366.3-.666.667-.666zm2-3.334c.367 0 .667.3.667.667 0 .367-.3.667-.667.667H2.667A.669.669 0 0 1 2 6c0-.367.3-.667.667-.667zm8-3.333c.367 0 .667.3.667.667 0 .366-.3.666-.667.666H2.667A.669.669 0 0 1 2 2.667C2 2.3 2.3 2 2.667 2z" fill="#000A14" fill-rule="evenodd"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.5 6V10M9.5 6V10M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
- <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12 7.01.01-.011M16 9.01l.01-.011M8 9.01l.01-.011M18 13.01l.01-.011M6 13.01l.01-.011M17 17.01l.01-.011M7 17.01l.01-.011M13 11l-.669 6.018M8.5 20.001H4A9.956 9.956 0 0 1 2 14C2 8.477 6.477 4 12 4s10 4.477 10 10c0 2.252-.744 4.33-2 6.001L15.5 20m-3.169-2.982a3 3 0 1 1-.663 5.964 3 3 0 0 1 .663-5.964Z" vector-effect="non-scaling-stroke"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
- <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9.06 10.276 5.872-3.335a.5.5 0 0 0-.187-.183l-5.5-3.094a.5.5 0 0 0-.49 0l-5.5 3.094A.5.5 0 0 0 3 7.193v6.165a.5.5 0 0 0 .255.436l5.5 3.094a.5.5 0 0 0 .245.064l.06-6.676Zm0 0L3.07 6.939m17.862 3.402a.5.5 0 0 1 .068.252v6.166a.5.5 0 0 1-.255.435l-5.5 3.094a.5.5 0 0 1-.245.064m5.932-10.011a.5.5 0 0 0-.187-.183l-5.5-3.094a.5.5 0 0 0-.49 0l-5.5 3.094a.5.5 0 0 0-.255.435v6.166a.5.5 0 0 0 .255.435l5.5 3.094a.5.5 0 0 0 .245.064m5.932-10.011-5.873 3.335M15 20.352l.06-6.676m0 0-5.99-3.337" vector-effect="non-scaling-stroke"/>
3
- </svg>