@devtron-labs/devtron-fe-common-lib 1.2.4-beta-11 → 1.2.4-beta-12
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.
- package/dist/{@code-editor-Chu1vTHn.js → @code-editor-CQmGGn4U.js} +4699 -4660
- package/dist/{@common-rjsf-BfhqMfwN.js → @common-rjsf-D7fgYUGe.js} +1 -1
- package/dist/Common/CIPipeline.Types.d.ts +1 -26
- package/dist/Common/Constants.d.ts +1 -1
- package/dist/Common/CustomTagSelector/ResizableTagTextArea.d.ts +1 -1
- package/dist/Common/CustomTagSelector/Types.d.ts +14 -2
- package/dist/Common/Helper.d.ts +2 -1
- package/dist/Common/PopupMenu.d.ts +1 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/Types.d.ts +20 -3
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/index.d.ts +0 -1
- package/dist/Pages/Applications/DevtronApps/Details/index.d.ts +0 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableHeader.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +30 -26
- package/dist/Shared/Components/DynamicDataTable/utils.d.ts +3 -3
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.types.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/type.d.ts +5 -4
- package/dist/Shared/Components/SelectTextArea/SelectTextArea.d.ts +1 -1
- package/dist/Shared/Components/SelectTextArea/types.d.ts +1 -1
- package/dist/Shared/Components/TagsKeyValueTable/TagsContainer.d.ts +3 -0
- package/dist/Shared/Components/TagsKeyValueTable/constants.d.ts +4 -0
- package/dist/Shared/Components/TagsKeyValueTable/index.d.ts +3 -0
- package/dist/Shared/Components/TagsKeyValueTable/types.d.ts +9 -0
- package/dist/Shared/Components/TagsKeyValueTable/utils.d.ts +3 -0
- package/dist/Shared/Components/index.d.ts +1 -1
- package/dist/Shared/types.d.ts +19 -31
- package/dist/assets/@code-editor.css +1 -1
- package/dist/index.js +337 -336
- package/package.json +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/services.d.ts +0 -7
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/index.d.ts +0 -1
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/services.d.ts +0 -11
- package/dist/Shared/Components/DynamicDataTable/constants.d.ts +0 -2
- package/dist/Shared/Components/FileUpload/FileUpload.d.ts +0 -2
- package/dist/Shared/Components/FileUpload/index.d.ts +0 -2
- package/dist/Shared/Components/FileUpload/types.d.ts +0 -7
- package/dist/assets/ic-cloud-upload.18066e05.svg +0 -1
package/package.json
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { MutableRefObject } from 'react';
|
|
2
|
-
import { UploadFileDTO, UploadFileProps } from '../../../../../Shared/types';
|
|
3
|
-
export declare const uploadCDPipelineFile: ({ file, appId, envId, allowedExtensions, maxUploadSize, abortControllerRef, }: UploadFileProps & {
|
|
4
|
-
appId: number;
|
|
5
|
-
envId: number;
|
|
6
|
-
abortControllerRef?: MutableRefObject<AbortController>;
|
|
7
|
-
}) => Promise<UploadFileDTO>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './services';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { MutableRefObject } from 'react';
|
|
2
|
-
import { UploadFileDTO } from '../../../../../Shared/types';
|
|
3
|
-
export declare const uploadCIPipelineFile: ({ file, appId, ciPipelineId, envId, allowedExtensions, maxUploadSize, abortControllerRef, }: {
|
|
4
|
-
file: File[];
|
|
5
|
-
appId: number;
|
|
6
|
-
ciPipelineId: number;
|
|
7
|
-
envId?: number;
|
|
8
|
-
allowedExtensions?: string[];
|
|
9
|
-
maxUploadSize?: number;
|
|
10
|
-
abortControllerRef?: MutableRefObject<AbortController>;
|
|
11
|
-
}) => Promise<UploadFileDTO>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="#06C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M6 12.999H4.5a3.5 3.5 0 1 1 .87-6.891M5 7.999a5 5 0 1 1 9 3m-6.62-.879L9.5 8m0 0 2.121 2.121M9.5 8v5"/></svg>
|