@devtron-labs/devtron-fe-common-lib 1.17.1 → 1.18.0-pre-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 (109) hide show
  1. package/dist/{@code-editor-CXQ0yUkc.js → @code-editor-BDktoNH9.js} +12111 -11264
  2. package/dist/@common-rjsf-B-rBhlAg.js +598 -0
  3. package/dist/{@framer-motion-j6RIjEIR.js → @framer-motion-BcOlP2tv.js} +1 -1
  4. package/dist/{@react-dates-BVyHiOGU.js → @react-dates-BkJF0N9I.js} +213 -213
  5. package/dist/{@react-select-BQNFZu0Y.js → @react-select-Dw-yFFvz.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-CuElh0mS.js → @react-virtualized-sticky-tree-YTxUTwpg.js} +1 -1
  7. package/dist/{@vendor-DbxoIktR.js → @vendor-Dkf3d5cm.js} +17434 -14725
  8. package/dist/Common/API/CoreAPI.d.ts +11 -0
  9. package/dist/Common/API/QueryClientProvider.d.ts +2 -0
  10. package/dist/Common/API/index.d.ts +2 -0
  11. package/dist/Common/API/reactQueryHooks.d.ts +6 -0
  12. package/dist/Common/Drawer/Drawer.d.ts +3 -2
  13. package/dist/Common/EmptyState/GenericEmptyState.d.ts +1 -1
  14. package/dist/Common/Hooks/UseIsTextTruncated/UseIsTextTruncated.d.ts +5 -0
  15. package/dist/Common/Hooks/UseIsTextTruncated/constants.d.ts +1 -0
  16. package/dist/Common/Hooks/UseIsTextTruncated/index.d.ts +1 -0
  17. package/dist/Common/Hooks/index.d.ts +1 -0
  18. package/dist/Common/Modals/Modal.d.ts +1 -2
  19. package/dist/Common/Modals/VisibleModal.d.ts +6 -8
  20. package/dist/Common/Modals/VisibleModal2.d.ts +4 -7
  21. package/dist/Common/RJSF/Form.d.ts +1 -1
  22. package/dist/Common/RJSF/constants.d.ts +1 -0
  23. package/dist/Common/RJSF/utils.d.ts +1 -1
  24. package/dist/Common/Tooltip/constants.d.ts +0 -1
  25. package/dist/Common/Types.d.ts +2 -0
  26. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +0 -1
  27. package/dist/Shared/Components/ActionMenu/types.d.ts +2 -33
  28. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  29. package/dist/Shared/Components/Backdrop/types.d.ts +2 -10
  30. package/dist/Shared/Components/Button/Button.component.d.ts +24 -12
  31. package/dist/Shared/Components/Button/types.d.ts +4 -0
  32. package/dist/Shared/Components/CollapsibleList/CollapsibleList.component.d.ts +3 -0
  33. package/dist/Shared/Components/ContextSwitcher/ContextSwitcher.d.ts +2 -0
  34. package/dist/Shared/Components/ContextSwitcher/index.d.ts +3 -0
  35. package/dist/Shared/Components/ContextSwitcher/types.d.ts +14 -0
  36. package/dist/Shared/Components/ContextSwitcher/utils.d.ts +5 -0
  37. package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +3 -0
  38. package/dist/Shared/Components/DTFocusTrap/index.d.ts +2 -0
  39. package/dist/Shared/Components/DTFocusTrap/types.d.ts +33 -0
  40. package/dist/Shared/Components/DocLink/types.d.ts +4 -0
  41. package/dist/Shared/Components/DocLink/utils.d.ts +2 -1
  42. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  43. package/dist/Shared/Components/Header/types.d.ts +2 -0
  44. package/dist/Shared/Components/Icon/Icon.d.ts +5 -0
  45. package/dist/Shared/Components/Illustration/Illustration.d.ts +15 -0
  46. package/dist/Shared/Components/Illustration/IllustrationBase.d.ts +2 -0
  47. package/dist/Shared/Components/Illustration/index.d.ts +1 -0
  48. package/dist/Shared/Components/Illustration/types.d.ts +27 -0
  49. package/dist/Shared/Components/Popover/types.d.ts +4 -0
  50. package/dist/Shared/Components/Popover/usePopover.hook.d.ts +1 -1
  51. package/dist/Shared/Components/Popover/utils.d.ts +1 -1
  52. package/dist/Shared/Components/PortalContainer/PortalContainer.d.ts +5 -0
  53. package/dist/Shared/Components/PortalContainer/index.d.ts +1 -0
  54. package/dist/Shared/Components/Security/SecurityModal/config/Sidebar.d.ts +6 -3
  55. package/dist/Shared/Components/Security/SecurityModal/config/index.d.ts +1 -1
  56. package/dist/Shared/Components/Security/SecurityModal/index.d.ts +2 -2
  57. package/dist/Shared/Components/Security/SecurityModal/types.d.ts +0 -6
  58. package/dist/Shared/Components/Security/types.d.ts +5 -1
  59. package/dist/Shared/Components/SelectPicker/GroupedFilterSelectPicker.d.ts +2 -0
  60. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  61. package/dist/Shared/Components/SelectPicker/index.d.ts +1 -0
  62. package/dist/Shared/Components/SelectPicker/type.d.ts +7 -2
  63. package/dist/Shared/Components/Table/InternalTable.d.ts +2 -2
  64. package/dist/Shared/Components/Table/Table.component.d.ts +2 -2
  65. package/dist/Shared/Components/Table/TableContent.d.ts +2 -2
  66. package/dist/Shared/Components/Table/index.d.ts +1 -1
  67. package/dist/Shared/Components/Table/types.d.ts +56 -67
  68. package/dist/Shared/Components/Table/useTableWithKeyboardShortcuts.d.ts +2 -2
  69. package/dist/Shared/Components/Table/utils.d.ts +6 -6
  70. package/dist/Shared/Components/TempAppWindow/TempAppWindow.d.ts +1 -0
  71. package/dist/Shared/Components/TempAppWindow/index.d.ts +1 -0
  72. package/dist/Shared/Components/TrailingItem/TrailingItem.component.d.ts +3 -0
  73. package/dist/Shared/Components/TrailingItem/index.d.ts +2 -0
  74. package/dist/Shared/Components/TrailingItem/types.d.ts +39 -0
  75. package/dist/Shared/Components/TreeView/TreeView.component.d.ts +3 -0
  76. package/dist/Shared/Components/TreeView/TreeViewNodeContent.d.ts +3 -0
  77. package/dist/Shared/Components/TreeView/constants.d.ts +4 -0
  78. package/dist/Shared/Components/TreeView/index.d.ts +2 -0
  79. package/dist/Shared/Components/TreeView/types.d.ts +204 -0
  80. package/dist/Shared/Components/TreeView/utils.d.ts +22 -0
  81. package/dist/Shared/Components/UserIdentifier/UserIdentifier.d.ts +1 -1
  82. package/dist/Shared/Components/UserIdentifier/types.d.ts +5 -0
  83. package/dist/Shared/Components/index.d.ts +5 -0
  84. package/dist/Shared/Helpers.d.ts +2 -2
  85. package/dist/Shared/Hooks/useUserPreferences/constants.d.ts +2 -0
  86. package/dist/Shared/Hooks/useUserPreferences/index.d.ts +1 -1
  87. package/dist/Shared/Hooks/useUserPreferences/service.d.ts +22 -2
  88. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +24 -11
  89. package/dist/Shared/Hooks/useUserPreferences/useUserPrefrences.d.ts +5 -3
  90. package/dist/Shared/Hooks/useUserPreferences/utils.d.ts +3 -4
  91. package/dist/Shared/Providers/MainContextProvider/index.d.ts +1 -1
  92. package/dist/Shared/Providers/MainContextProvider/types.d.ts +18 -0
  93. package/dist/Shared/types.d.ts +0 -8
  94. package/dist/assets/@code-editor.css +1 -1
  95. package/dist/assets/@common-rjsf.css +1 -1
  96. package/dist/assets/ic-activity.abf111c7.svg +3 -0
  97. package/dist/assets/ic-folder.8038c019.svg +3 -0
  98. package/dist/assets/ic-helm-app.a20cfeb3.svg +4 -0
  99. package/dist/assets/ic-list-bullets.91aab240.svg +4 -0
  100. package/dist/assets/ic-namespace.8980221f.svg +3 -0
  101. package/dist/assets/img-code.fa00ae8e.webp +0 -0
  102. package/dist/assets/img-man-on-rocket.ab6bef97.webp +0 -0
  103. package/dist/assets/img-no-result.51284acb.webp +0 -0
  104. package/dist/index.d.ts +22 -0
  105. package/dist/index.js +811 -793
  106. package/package.json +7 -3
  107. package/dist/@common-rjsf-CDMxkHD5.js +0 -609
  108. package/dist/assets/empty-noresult@2x.022ec87c.png +0 -0
  109. 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.