@devtron-labs/devtron-fe-common-lib 1.2.15 → 1.2.17-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 (42) hide show
  1. package/dist/{@code-editor-BogrfDse.js → @code-editor-BJEMG_jf.js} +4637 -4281
  2. package/dist/{@common-rjsf-DLiAZrnL.js → @common-rjsf-C_TfOOVU.js} +1 -1
  3. package/dist/{@monaco-editor-CVagbUeH.js → @monaco-editor-DukJFc0i.js} +27951 -28153
  4. package/dist/Common/CIPipeline.Types.d.ts +41 -5
  5. package/dist/Common/Common.service.d.ts +9 -3
  6. package/dist/Common/Constants.d.ts +5 -0
  7. package/dist/Common/CustomTagSelector/Types.d.ts +12 -14
  8. package/dist/Common/CustomTagSelector/index.d.ts +1 -1
  9. package/dist/Common/CustomTagSelector/tags.utils.d.ts +13 -0
  10. package/dist/Common/Helper.d.ts +3 -1
  11. package/dist/Common/RJSF/Form.d.ts +1 -1
  12. package/dist/Common/Types.d.ts +34 -6
  13. package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/index.d.ts +1 -0
  14. package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/services.d.ts +7 -0
  15. package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/FileConfigTippy.d.ts +2 -0
  16. package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/SystemVariableIcon.d.ts +1 -0
  17. package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/index.d.ts +2 -0
  18. package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/constants.d.ts +3 -0
  19. package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/index.d.ts +3 -0
  20. package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/services.d.ts +7 -0
  21. package/dist/Pages/Applications/DevtronApps/Details/index.d.ts +1 -0
  22. package/dist/Pages/ResourceBrowser/constants.d.ts +1 -1
  23. package/dist/Shared/Components/DynamicDataTable/types.d.ts +7 -1
  24. package/dist/Shared/Components/FileUpload/FileUpload.d.ts +2 -0
  25. package/dist/Shared/Components/FileUpload/index.d.ts +2 -0
  26. package/dist/Shared/Components/FileUpload/types.d.ts +8 -0
  27. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  28. package/dist/Shared/Components/SelectPicker/type.d.ts +1 -1
  29. package/dist/Shared/Components/TagsKeyValueTable/TagsContainer.d.ts +3 -0
  30. package/dist/Shared/Components/TagsKeyValueTable/constants.d.ts +4 -0
  31. package/dist/Shared/Components/TagsKeyValueTable/index.d.ts +3 -0
  32. package/dist/Shared/Components/TagsKeyValueTable/types.d.ts +12 -0
  33. package/dist/Shared/Components/TagsKeyValueTable/utils.d.ts +3 -0
  34. package/dist/Shared/Components/index.d.ts +2 -0
  35. package/dist/Shared/types.d.ts +48 -6
  36. package/dist/assets/@code-editor.css +1 -1
  37. package/dist/assets/ic-cloud-upload.18066e05.svg +3 -0
  38. package/dist/assets/ic-var-initial.afdaa854.svg +25 -0
  39. package/dist/index.js +547 -530
  40. package/package.json +2 -2
  41. package/dist/Common/CustomTagSelector/TagLabelSelect.d.ts +0 -2
  42. package/dist/Common/CustomTagSelector/TagSelector.utils.d.ts +0 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.2.15",
3
+ "version": "1.2.17-beta-1",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -87,6 +87,7 @@
87
87
  "react-draggable": "^4.4.5",
88
88
  "react-ga4": "^1.4.1",
89
89
  "react-mde": "^11.5.0",
90
+ "react-monaco-editor": "^0.54.0",
90
91
  "react-router-dom": "^5.3.0",
91
92
  "react-select": "5.8.0",
92
93
  "rxjs": "^7.8.1",
@@ -101,7 +102,6 @@
101
102
  "jsonpath-plus": "^10.0.0",
102
103
  "marked": "^13.0.3",
103
104
  "react-dates": "^21.8.0",
104
- "react-monaco-editor": "^0.54.0",
105
105
  "react-diff-viewer-continued": "^3.4.0",
106
106
  "sass": "^1.69.7",
107
107
  "tslib": "2.7.0"
@@ -1,2 +0,0 @@
1
- import { TagLabelSelectType } from './Types';
2
- export declare const TagLabelSelect: ({ isCreateApp, labelTags, setLabelTags, tabIndex, hidePropagateTag }: TagLabelSelectType) => JSX.Element;
@@ -1,12 +0,0 @@
1
- export declare const baseSelectStyles: {
2
- control: (base: any, state: any) => any;
3
- singleValue: (base: any, state: any) => any;
4
- placeholder: (base: any, state: any) => any;
5
- option: (base: any, state: any) => any;
6
- dropdownIndicator: (styles: any) => any;
7
- valueContainer: (base: any, state: any) => any;
8
- indicatorsContainer: (base: any, state: any) => any;
9
- menu: (base: any, state: any) => any;
10
- };
11
- export declare const validateKubernetesKey: (key: string) => void;
12
- export declare const validateKubernetesValue: (value: string) => void;