@devtron-labs/devtron-fe-common-lib 1.4.9 → 1.5.1-beta-1

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 (61) hide show
  1. package/dist/{@code-editor-BOLaG1cq.js → @code-editor-nJMq__nd.js} +7953 -6725
  2. package/dist/{@common-rjsf-D95ycdjG.js → @common-rjsf-D_HM1zib.js} +78 -78
  3. package/dist/{@framer-motion-CdgdF0KV.js → @framer-motion-CtC3e2uC.js} +1 -1
  4. package/dist/{@react-dates-CtQV2TLr.js → @react-dates-BlBjJ115.js} +31 -31
  5. package/dist/{@react-select-Cn3OpC9h.js → @react-select-CjYy5-X-.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-CVJYfMx0.js → @react-virtualized-sticky-tree-DCAYOwGQ.js} +1 -1
  7. package/dist/{@vendor-CwAQS8iU.js → @vendor-CB7cq1II.js} +10317 -9365
  8. package/dist/Common/Constants.d.ts +6 -0
  9. package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraUtilityContext.d.ts +3 -0
  10. package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
  11. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +7 -1
  12. package/dist/Pages/GlobalConfigurations/BuildInfra/index.d.ts +1 -0
  13. package/dist/Pages/GlobalConfigurations/BuildInfra/services.d.ts +2 -0
  14. package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +115 -51
  15. package/dist/Pages/GlobalConfigurations/BuildInfra/utils.d.ts +5 -2
  16. package/dist/Pages/GlobalConfigurations/BuildInfra/validations.d.ts +11 -0
  17. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiffCompare.d.ts +1 -1
  18. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
  19. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/types.d.ts +5 -4
  20. package/dist/Shared/Components/CICDHistory/types.d.ts +1 -5
  21. package/dist/Shared/Components/CMCS/ConfigMapSecretReadyOnly.d.ts +3 -0
  22. package/dist/Shared/Components/CMCS/constants.d.ts +23 -0
  23. package/dist/Shared/Components/CMCS/helpers.d.ts +1 -0
  24. package/dist/Shared/Components/CMCS/index.d.ts +6 -0
  25. package/dist/Shared/Components/CMCS/types.d.ts +24 -0
  26. package/dist/Shared/Components/CMCS/utils.d.ts +17 -0
  27. package/dist/Shared/Components/CMCS/validations.d.ts +3 -0
  28. package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +5 -0
  29. package/dist/Shared/Components/ConfirmationModal/types.d.ts +4 -0
  30. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.constants.d.ts +1 -0
  31. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.types.d.ts +2 -0
  32. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.d.ts +1 -1
  33. package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +4 -0
  34. package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.d.ts +3 -0
  35. package/dist/Shared/Components/FloatingVariablesSuggestions/Suggestions.d.ts +3 -0
  36. package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionsInfo.d.ts +2 -0
  37. package/dist/Shared/Components/FloatingVariablesSuggestions/constants.d.ts +7 -0
  38. package/dist/Shared/Components/FloatingVariablesSuggestions/index.d.ts +1 -0
  39. package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +2 -0
  40. package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +39 -0
  41. package/dist/Shared/Components/Security/SecurityDetailsCards/SecurityCard.d.ts +1 -1
  42. package/dist/Shared/Components/Security/SecurityDetailsCards/types.d.ts +2 -1
  43. package/dist/Shared/Components/Security/utils.d.ts +3 -0
  44. package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +3 -0
  45. package/dist/Shared/Components/ToggleResolveScopedVariables/index.d.ts +1 -0
  46. package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +10 -0
  47. package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +2 -0
  48. package/dist/Shared/Components/UnsavedChanges/index.d.ts +1 -0
  49. package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +3 -0
  50. package/dist/Shared/Components/UnsavedChangesDialog/index.d.ts +1 -0
  51. package/dist/Shared/Components/UnsavedChangesDialog/types.d.ts +5 -0
  52. package/dist/Shared/Components/index.d.ts +5 -0
  53. package/dist/Shared/Hooks/useForm/useForm.d.ts +7 -2
  54. package/dist/Shared/Services/app.types.d.ts +72 -1
  55. package/dist/Shared/Services/index.d.ts +1 -0
  56. package/dist/Shared/validations.d.ts +4 -0
  57. package/dist/assets/@code-editor.css +1 -1
  58. package/dist/assets/ic-view-variable-toggle.93c3599f.svg +19 -0
  59. package/dist/index.js +717 -680
  60. package/package.json +3 -3
  61. package/dist/assets/ic-view-variable-toggle.c335dfa0.svg +0 -24

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.