@devtron-labs/devtron-fe-common-lib 1.8.9 → 1.8.10-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.
- package/dist/{@code-editor-lo8klth9.js → @code-editor-DzhuxG2q.js} +7778 -7321
- package/dist/{@common-rjsf-GcRslnd9.js → @common-rjsf-DeAABiF4.js} +2 -2
- package/dist/{@framer-motion-DWs0_8aB.js → @framer-motion-DZUlzA7e.js} +114 -114
- package/dist/{@react-dates-CHCZFrgt.js → @react-dates-RijHSFem.js} +243 -243
- package/dist/{@react-select-Dn2Z7PBK.js → @react-select-Ca8t5EwF.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-KcWdTSlv.js → @react-virtualized-sticky-tree-BtIGiPdm.js} +1 -1
- package/dist/{@vendor-C6JiJKw0.js → @vendor-4tuBSE-O.js} +13375 -13054
- package/dist/Common/API/CoreAPI.d.ts +16 -0
- package/dist/Common/API/constants.d.ts +70 -0
- package/dist/Common/API/index.d.ts +3 -0
- package/dist/Common/API/types.d.ts +26 -0
- package/dist/Common/API/utils.d.ts +11 -0
- package/dist/Common/Constants.d.ts +2 -0
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/SegmentedBarChart/types.d.ts +1 -0
- package/dist/Common/index.d.ts +1 -1
- package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +3 -0
- package/dist/Shared/Components/CountrySelect/index.d.ts +1 -0
- package/dist/Shared/Components/CountrySelect/types.d.ts +7 -0
- package/dist/Shared/Components/CountrySelect/utils.d.ts +4 -0
- package/dist/Shared/Components/CustomInput/CustomInput.d.ts +1 -1
- package/dist/Shared/Components/CustomInput/types.d.ts +5 -1
- package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +3 -0
- package/dist/Shared/Components/FlagImage/index.d.ts +1 -0
- package/dist/Shared/Components/FlagImage/types.d.ts +5 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +7 -0
- package/dist/Shared/Components/LicenseInfoDialog/LicenseInfoDialog.components.d.ts +31 -0
- package/dist/Shared/Components/LicenseInfoDialog/LicenseInfoDialog.d.ts +2 -0
- package/dist/Shared/Components/LicenseInfoDialog/UpdateLicenseDialog.d.ts +2 -0
- package/dist/Shared/Components/LicenseInfoDialog/constants.d.ts +2 -0
- package/dist/Shared/Components/LicenseInfoDialog/index.d.ts +2 -0
- package/dist/Shared/Components/LicenseInfoDialog/types.d.ts +5 -0
- package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +3 -0
- package/dist/Shared/Components/PhoneInput/index.d.ts +1 -0
- package/dist/Shared/Components/PhoneInput/types.d.ts +11 -0
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
- package/dist/Shared/Components/index.d.ts +5 -0
- package/dist/Shared/Helpers.d.ts +5 -1
- package/dist/Shared/Hooks/index.d.ts +1 -0
- package/dist/Shared/Hooks/useStickyEvent/constants.d.ts +3 -0
- package/dist/Shared/Hooks/useStickyEvent/index.d.ts +1 -0
- package/dist/Shared/Hooks/useStickyEvent/types.d.ts +32 -0
- package/dist/Shared/Hooks/useStickyEvent/useStickyEvent.d.ts +8 -0
- package/dist/Shared/Hooks/useStickyEvent/utils.d.ts +2 -0
- package/dist/Shared/constants.d.ts +2 -0
- package/dist/Shared/types.d.ts +33 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-book-open.e839bbda.svg +3 -0
- package/dist/assets/ic-caret-left.3df25a7c.svg +3 -0
- package/dist/assets/ic-chat-circle-dots.b5afd171.svg +3 -0
- package/dist/assets/ic-devtron-header-logo.7dc157aa.svg +4 -0
- package/dist/assets/ic-devtron.b509a49f.svg +4 -0
- package/dist/assets/ic-key.56432553.svg +19 -0
- package/dist/assets/ic-timer.56e79173.svg +19 -0
- package/dist/index.js +767 -754
- package/package.json +2 -1
- package/dist/Common/Api.d.ts +0 -15
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
3
|
-
"version": "1.8.
|
3
|
+
"version": "1.8.10-beta-1",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -122,6 +122,7 @@
|
|
122
122
|
"react-dates": "^21.8.0",
|
123
123
|
"react-diff-viewer-continued": "^3.4.0",
|
124
124
|
"react-draggable": "^4.4.5",
|
125
|
+
"react-international-phone": "^4.5.0",
|
125
126
|
"react-monaco-editor": "^0.54.0",
|
126
127
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
127
128
|
"sass": "^1.69.7",
|
package/dist/Common/Api.d.ts
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
import { MutableRefObject } from 'react';
|
2
|
-
import { ResponseType, APIOptions } from './Types';
|
3
|
-
export declare const post: <T = any, K = object>(url: string, data: K, options?: APIOptions, isMultipartRequest?: boolean) => Promise<ResponseType<T>>;
|
4
|
-
export declare const put: <T = any, K = object>(url: string, data: K, options?: APIOptions) => Promise<ResponseType<T>>;
|
5
|
-
export declare const patch: <T = any, K = object>(url: string, data: K, options?: APIOptions) => Promise<ResponseType<T>>;
|
6
|
-
export declare const get: <T = any>(url: string, options?: APIOptions) => Promise<ResponseType<T>>;
|
7
|
-
export declare const trash: <T = any, K = object>(url: string, data?: K, options?: APIOptions) => Promise<ResponseType<T>>;
|
8
|
-
/**
|
9
|
-
* Aborts the previous request before triggering next request
|
10
|
-
*/
|
11
|
-
export declare const abortPreviousRequests: <T>(callback: () => Promise<T>, abortControllerRef: MutableRefObject<AbortController>) => Promise<T>;
|
12
|
-
/**
|
13
|
-
* Returns true if the error is due to a aborted request
|
14
|
-
*/
|
15
|
-
export declare const getIsRequestAborted: (error: any) => boolean;
|