@devtron-labs/devtron-fe-common-lib 1.17.1 → 1.18.0

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 (79) hide show
  1. package/dist/{@code-editor-CXQ0yUkc.js → @code-editor-Cmi_dLiG.js} +10498 -9829
  2. package/dist/@common-rjsf-DTSwvp93.js +598 -0
  3. package/dist/Common/EmptyState/GenericEmptyState.d.ts +1 -1
  4. package/dist/Common/Hooks/UseIsTextTruncated/UseIsTextTruncated.d.ts +5 -0
  5. package/dist/Common/Hooks/UseIsTextTruncated/constants.d.ts +1 -0
  6. package/dist/Common/Hooks/UseIsTextTruncated/index.d.ts +1 -0
  7. package/dist/Common/Hooks/index.d.ts +1 -0
  8. package/dist/Common/RJSF/constants.d.ts +1 -0
  9. package/dist/Common/RJSF/utils.d.ts +1 -1
  10. package/dist/Common/Tooltip/constants.d.ts +0 -1
  11. package/dist/Common/Types.d.ts +2 -0
  12. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +0 -1
  13. package/dist/Shared/Components/ActionMenu/types.d.ts +2 -33
  14. package/dist/Shared/Components/CollapsibleList/CollapsibleList.component.d.ts +3 -0
  15. package/dist/Shared/Components/ContextSwitcher/ContextSwitcher.d.ts +2 -0
  16. package/dist/Shared/Components/ContextSwitcher/index.d.ts +3 -0
  17. package/dist/Shared/Components/ContextSwitcher/types.d.ts +14 -0
  18. package/dist/Shared/Components/ContextSwitcher/utils.d.ts +5 -0
  19. package/dist/Shared/Components/DocLink/types.d.ts +4 -0
  20. package/dist/Shared/Components/DocLink/utils.d.ts +2 -1
  21. package/dist/Shared/Components/Icon/Icon.d.ts +5 -0
  22. package/dist/Shared/Components/Illustration/Illustration.d.ts +15 -0
  23. package/dist/Shared/Components/Illustration/IllustrationBase.d.ts +2 -0
  24. package/dist/Shared/Components/Illustration/index.d.ts +1 -0
  25. package/dist/Shared/Components/Illustration/types.d.ts +27 -0
  26. package/dist/Shared/Components/PortalContainer/PortalContainer.d.ts +5 -0
  27. package/dist/Shared/Components/PortalContainer/index.d.ts +1 -0
  28. package/dist/Shared/Components/Security/SecurityModal/config/Sidebar.d.ts +6 -3
  29. package/dist/Shared/Components/Security/SecurityModal/config/index.d.ts +1 -1
  30. package/dist/Shared/Components/Security/SecurityModal/index.d.ts +2 -2
  31. package/dist/Shared/Components/Security/SecurityModal/types.d.ts +0 -6
  32. package/dist/Shared/Components/Security/types.d.ts +5 -1
  33. package/dist/Shared/Components/SelectPicker/GroupedFilterSelectPicker.d.ts +2 -0
  34. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  35. package/dist/Shared/Components/SelectPicker/index.d.ts +1 -0
  36. package/dist/Shared/Components/SelectPicker/type.d.ts +7 -2
  37. package/dist/Shared/Components/Table/InternalTable.d.ts +2 -2
  38. package/dist/Shared/Components/Table/Table.component.d.ts +2 -2
  39. package/dist/Shared/Components/Table/TableContent.d.ts +2 -2
  40. package/dist/Shared/Components/Table/index.d.ts +1 -1
  41. package/dist/Shared/Components/Table/types.d.ts +56 -67
  42. package/dist/Shared/Components/Table/useTableWithKeyboardShortcuts.d.ts +2 -2
  43. package/dist/Shared/Components/Table/utils.d.ts +6 -6
  44. package/dist/Shared/Components/TrailingItem/TrailingItem.component.d.ts +3 -0
  45. package/dist/Shared/Components/TrailingItem/index.d.ts +2 -0
  46. package/dist/Shared/Components/TrailingItem/types.d.ts +39 -0
  47. package/dist/Shared/Components/TreeView/TreeView.component.d.ts +3 -0
  48. package/dist/Shared/Components/TreeView/TreeViewNodeContent.d.ts +3 -0
  49. package/dist/Shared/Components/TreeView/constants.d.ts +4 -0
  50. package/dist/Shared/Components/TreeView/index.d.ts +2 -0
  51. package/dist/Shared/Components/TreeView/types.d.ts +204 -0
  52. package/dist/Shared/Components/TreeView/utils.d.ts +22 -0
  53. package/dist/Shared/Components/UserIdentifier/UserIdentifier.d.ts +1 -1
  54. package/dist/Shared/Components/UserIdentifier/types.d.ts +5 -0
  55. package/dist/Shared/Components/index.d.ts +4 -0
  56. package/dist/Shared/Helpers.d.ts +1 -0
  57. package/dist/Shared/Hooks/useUserPreferences/constants.d.ts +2 -0
  58. package/dist/Shared/Hooks/useUserPreferences/index.d.ts +1 -1
  59. package/dist/Shared/Hooks/useUserPreferences/service.d.ts +22 -2
  60. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +24 -11
  61. package/dist/Shared/Hooks/useUserPreferences/useUserPrefrences.d.ts +5 -3
  62. package/dist/Shared/Hooks/useUserPreferences/utils.d.ts +3 -4
  63. package/dist/Shared/types.d.ts +0 -4
  64. package/dist/assets/@code-editor.css +1 -1
  65. package/dist/assets/@common-rjsf.css +1 -1
  66. package/dist/assets/ic-activity.abf111c7.svg +3 -0
  67. package/dist/assets/ic-folder.8038c019.svg +3 -0
  68. package/dist/assets/ic-helm-app.a20cfeb3.svg +4 -0
  69. package/dist/assets/ic-list-bullets.91aab240.svg +4 -0
  70. package/dist/assets/ic-namespace.8980221f.svg +3 -0
  71. package/dist/assets/img-code.fa00ae8e.webp +0 -0
  72. package/dist/assets/img-man-on-rocket.ab6bef97.webp +0 -0
  73. package/dist/assets/img-no-result.51284acb.webp +0 -0
  74. package/dist/index.d.ts +6 -0
  75. package/dist/index.js +802 -789
  76. package/package.json +3 -2
  77. package/dist/@common-rjsf-CDMxkHD5.js +0 -609
  78. package/dist/assets/empty-noresult@2x.022ec87c.png +0 -0
  79. package/dist/assets/ic-errorInfo.d8d674b8.svg +0 -23

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.