@devtron-labs/devtron-fe-common-lib 1.8.2-beta-3 → 1.8.2-beta-4
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-hufLMePq.js → @code-editor-DAX_tz5C.js} +2168 -2174
- package/dist/{@common-rjsf-8glbE4nj.js → @common-rjsf-CVXN3g04.js} +1 -1
- package/dist/Common/CodeEditor/types.d.ts +1 -1
- package/dist/Common/Common.service.d.ts +1 -8
- package/dist/Common/Constants.d.ts +0 -1
- package/dist/Common/Hooks/UseGetUserRoles/UseGetUserRoles.d.ts +7 -0
- package/dist/Common/Hooks/UseGetUserRoles/index.d.ts +1 -0
- package/dist/Common/Hooks/UseGetUserRoles/types.d.ts +7 -0
- package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
- package/dist/Common/Hooks/index.d.ts +1 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/Toggle/Toggle.d.ts +2 -1
- package/dist/Common/Types.d.ts +20 -2
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/types.d.ts +0 -4
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/types.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/constants.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/types.d.ts +0 -8
- package/dist/Shared/Components/GenericSectionErrorState/GenericSectionErrorState.component.d.ts +1 -1
- package/dist/Shared/Components/GenericSectionErrorState/types.d.ts +5 -18
- package/dist/Shared/Components/Icon/Icon.d.ts +2 -0
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +2 -2
- package/dist/Shared/Providers/types.d.ts +1 -15
- package/dist/Shared/Services/common.service.d.ts +1 -2
- package/dist/Shared/Services/types.d.ts +0 -6
- package/dist/Shared/Store/IndexStore.d.ts +1 -1
- package/dist/Shared/types.d.ts +24 -3
- package/dist/assets/ic-crown.868ff2a9.svg +3 -0
- package/dist/assets/ic-user-key.523f6939.svg +4 -0
- package/dist/index.d.ts +0 -3
- package/dist/index.js +759 -761
- package/package.json +1 -1
- package/dist/Common/Hooks/UseSuperAdmin/UseSuperAdmin.d.ts +0 -6
- package/dist/Common/Hooks/UseSuperAdmin/types.d.ts +0 -3
package/package.json
CHANGED
@@ -1,6 +0,0 @@
|
|
1
|
-
import { useSuperAdminType } from './types';
|
2
|
-
/**
|
3
|
-
* @description It will return isSuperAdmin and would be set to false by default, might need few optimizations like dep, etc
|
4
|
-
* @returns {useSuperAdminType} isSuperAdmin
|
5
|
-
*/
|
6
|
-
export declare const useSuperAdmin: () => useSuperAdminType;
|