@devtron-labs/devtron-fe-common-lib 1.14.0-pre-0 → 1.14.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-Bk1EiJbr.js → @code-editor-Da2XaRcI.js} +8934 -9097
- package/dist/{@common-rjsf-N-B6bUkj.js → @common-rjsf-CK-nXKwn.js} +7 -7
- package/dist/{@framer-motion-u7P-WzAO.js → @framer-motion-DyOLEeMN.js} +1 -1
- package/dist/{@react-dates-B9MPAm_X.js → @react-dates-B7d8RWU9.js} +14 -14
- package/dist/{@react-select-BjvVd-sE.js → @react-select-Coo19Q6a.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-B8m_4lZW.js → @react-virtualized-sticky-tree-BPjPJDIR.js} +1 -1
- package/dist/{@vendor-BtL2Znh4.js → @vendor-D9q4wrnL.js} +10010 -10000
- package/dist/Common/Constants.d.ts +10 -0
- package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/TippyCustomized.d.ts +1 -1
- package/dist/Common/Types.d.ts +6 -10
- package/dist/Common/index.d.ts +0 -1
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +11 -11
- package/dist/Shared/Components/DeploymentStatusBreakdown/types.d.ts +4 -1
- package/dist/Shared/Components/FeatureDescription/FeatureDescriptionModal.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/FeatureTitleWithInfo.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/types.d.ts +2 -5
- package/dist/Shared/Components/GenericInfoCard/index.d.ts +1 -3
- package/dist/Shared/Components/GenericInfoCard/types.d.ts +0 -13
- package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
- package/dist/Shared/Components/Header/types.d.ts +4 -5
- package/dist/Shared/Components/Icon/Icon.d.ts +0 -3
- package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
- package/dist/Shared/Components/ModalSidebarPanel/ModalSidebarPanel.component.d.ts +1 -1
- package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +2 -4
- package/dist/Shared/Components/Popover/utils.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-arrow-square-out.3d1a0d41.svg +19 -0
- package/dist/index.js +682 -686
- package/package.json +1 -1
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCardListing.d.ts +0 -2
- package/dist/Shared/Components/GenericInfoCard/GenericInfoListSkeleton.d.ts +0 -2
- package/dist/Shared/DocLink/DocLink.d.ts +0 -2
- package/dist/Shared/DocLink/constants.d.ts +0 -91
- package/dist/Shared/DocLink/index.d.ts +0 -3
- package/dist/Shared/DocLink/types.d.ts +0 -11
- package/dist/Shared/DocLink/utils.d.ts +0 -2
- package/dist/assets/empty-create.661d9355.png +0 -0
- package/dist/assets/ic-app-template.82736707.svg +0 -23
- package/dist/assets/ic-devtron-app.a8b688d3.svg +0 -23
- package/dist/assets/ic-devtron-job.1b216232.svg +0 -10
package/package.json
CHANGED
@@ -1,91 +0,0 @@
|
|
1
|
-
export declare const DOCUMENTATION: {
|
2
|
-
readonly ADMIN_PASSWORD: "install/install-devtron#devtron-admin-credentials";
|
3
|
-
readonly APP_CI_CONFIG_BUILD_WITHOUT_DOCKER: "usage/applications/creating-application/docker-build-configuration#build-docker-image-without-dockerfile";
|
4
|
-
readonly APP_CREATE: "usage/applications/create-application";
|
5
|
-
readonly APP_CREATE_CI_CONFIG: "usage/applications/creating-application/docker-build-configuration";
|
6
|
-
readonly APP_CREATE_CONFIG_MAP: "usage/applications/creating-application/config-maps";
|
7
|
-
readonly APP_CREATE_ENVIRONMENT_OVERRIDE: "usage/applications/creating-application/environment-overrides";
|
8
|
-
readonly APP_CREATE_MATERIAL: "usage/applications/creating-application/git-material";
|
9
|
-
readonly APP_CREATE_SECRET: "usage/applications/creating-application/secrets";
|
10
|
-
readonly APP_CREATE_WORKFLOW: "usage/applications/creating-application/workflow";
|
11
|
-
readonly APP_DEPLOYMENT_TEMPLATE: "usage/applications/creating-application/deployment-template";
|
12
|
-
readonly APP_EPHEMERAL_CONTAINER: "usage/applications/app-details/ephemeral-containers";
|
13
|
-
readonly APP_METRICS: "usage/applications/app-details/app-metrics";
|
14
|
-
readonly APP_OVERVIEW_TAGS: "usage/applications/overview#manage-tags";
|
15
|
-
readonly APP_ROLLOUT_DEPLOYMENT_TEMPLATE: "usage/applications/creating-application/deployment-template/rollout-deployment";
|
16
|
-
readonly BUILD_STAGE: "usage/applications/creating-application/ci-pipeline#build-stage";
|
17
|
-
readonly APP_TAGS: "usage/applications/create-application#tags";
|
18
|
-
readonly BLOB_STORAGE: "getting-started/install/installation-configuration#configuration-of-blob-storage";
|
19
|
-
readonly BULK_UPDATE: "usage/bulk-update";
|
20
|
-
readonly CHART_GROUP: "usage/deploy-chart/chart-group";
|
21
|
-
readonly CHART_LIST: "usage/deploy-chart/overview-of-charts";
|
22
|
-
readonly CHART_STORE_METRICS_SERVER: "dashboard//chart-store/discover?appStoreName=metrics-server";
|
23
|
-
readonly CUSTOM_VALUES: "usage/deploy-chart/overview-of-charts#custom-values";
|
24
|
-
readonly DEPLOYMENT: "usage/applications/creating-application/deployment-template/deployment";
|
25
|
-
readonly DEPLOYMENT_TEMPLATE: "usage/applications/creating-application/deployment-template";
|
26
|
-
readonly DEVTRON_UPGRADE: "getting-started/upgrade";
|
27
|
-
readonly CONFIGURING_WEBHOOK: "usage/applications/creating-application/workflow/ci-pipeline#configuring-webhook";
|
28
|
-
readonly ENTERPRISE_LICENSE: "enterprise-license";
|
29
|
-
readonly EXECUTE_CUSTOM_SCRIPT: "usage/applications/creating-application/workflow/ci-pipeline/ci-build-pre-post-plugins#execute-custom-script";
|
30
|
-
readonly EXTERNAL_LINKS: "getting-started/global-configurations/external-links";
|
31
|
-
readonly EXTERNAL_SECRET: "usage/applications/creating-application/secrets#external-secrets";
|
32
|
-
readonly HOME_PAGE: "https://devtron.ai";
|
33
|
-
readonly KUBE_CONFIG: "usage/resource-browser#running-kubectl-commands-locally";
|
34
|
-
readonly GLOBAL_CONFIG_API_TOKEN: "getting-started/global-configurations/authorization/api-tokens";
|
35
|
-
readonly GLOBAL_CONFIG_BUILD_INFRA: "global-configurations/build-infra";
|
36
|
-
readonly GLOBAL_CONFIG_CHART: "getting-started/global-configurations/chart-repo";
|
37
|
-
readonly GLOBAL_CONFIG_CLUSTER: "getting-started/global-configurations/cluster-and-environments";
|
38
|
-
readonly GLOBAL_CONFIG_CUSTOM_CHART: "getting-started/global-configurations/custom-charts";
|
39
|
-
readonly GLOBAL_CONFIG_CUSTOM_CHART_PRE_REQUISITES: "getting-started/global-configurations/custom-charts#prerequisites";
|
40
|
-
readonly GLOBAL_CONFIG_DOCKER: "getting-started/global-configurations/container-registries";
|
41
|
-
readonly GLOBAL_CONFIG_GIT: "getting-started/global-configurations/git-accounts";
|
42
|
-
readonly GLOBAL_CONFIG_GITOPS: "getting-started/global-configurations/gitops";
|
43
|
-
readonly GLOBAL_CONFIG_GITOPS_GITHUB: "global-configurations/gitops#github";
|
44
|
-
readonly GLOBAL_CONFIG_GITOPS_GITLAB: "global-configurations/gitops#gitlab";
|
45
|
-
readonly GLOBAL_CONFIG_GITOPS_AZURE: "global-configurations/gitops#azure";
|
46
|
-
readonly GLOBAL_CONFIG_GITOPS_BITBUCKET: "global-configurations/gitops#bitbucket";
|
47
|
-
readonly GLOBAL_CONFIG_GROUPS: "getting-started/global-configurations/authorization/permission-groups";
|
48
|
-
readonly GLOBAL_CONFIG_HOST_URL: "getting-started/global-configurations/host-url";
|
49
|
-
readonly GLOBAL_CONFIG_NOTIFICATION: "getting-started/global-configurations/manage-notification";
|
50
|
-
readonly GLOBAL_CONFIG_PERMISSION: "global-configurations/authorization/user-access#devtron-apps-permissions";
|
51
|
-
readonly GLOBAL_CONFIG_PROJECT: "getting-started/global-configurations/projects";
|
52
|
-
readonly GLOBAL_CONFIG_SSO: "getting-started/global-configurations/sso-login";
|
53
|
-
readonly GLOBAL_CONFIG_SCOPED_VARIABLES: "getting-started/global-configurations/scoped-variables";
|
54
|
-
readonly GLOBAL_CONFIG_USER: "getting-started/global-configurations/authorization/user-access";
|
55
|
-
readonly HYPERION: "usage/applications#view-external-helm-app-listing";
|
56
|
-
readonly JOB_CRONJOB: "usage/applications/creating-application/deployment-template/job-and-cronjob";
|
57
|
-
readonly JOB_SOURCE_CODE: "usage/jobs/configuration-job";
|
58
|
-
readonly JOB_WORKFLOW_EDITOR: "usage/jobs/workflow-editor-job";
|
59
|
-
readonly K8S_RESOURCES_PERMISSIONS: "global-configurations/authorization/user-access#kubernetes-resources-permissions";
|
60
|
-
readonly PRE_POST_BUILD_STAGE: "usage/applications/creating-application/ci-pipeline/ci-build-pre-post-plugins";
|
61
|
-
readonly ROLLOUT: "usage/applications/creating-application/deployment-template/rollout-deployment";
|
62
|
-
readonly SECURITY: "usage/security-features";
|
63
|
-
readonly SPECIFY_IMAGE_PULL_SECRET: "getting-started/global-configurations/container-registries#specify-image-pull-secret";
|
64
|
-
readonly TENANT_INSTALLATION: "usage/software-distribution-hub/tenants";
|
65
|
-
readonly CEL: "https://github.com/google/cel-spec/blob/master/doc/langdef.md";
|
66
|
-
readonly KUBERNETES_LABELS: "https://kubernetes.io/docs/concepts/overview/working-with-objects/labels";
|
67
|
-
readonly IMAGE_PROMOTION: "global-configurations/image-promotion-policy";
|
68
|
-
readonly IMAGE_PROMOTION_ASSIGN_TO: "global-configurations/image-promotion-policy#applying-an-image-promotion-policy";
|
69
|
-
readonly TAGS: "usage/applications/create-application#tags";
|
70
|
-
readonly TAGS_POLICY: "global-configurations/tags-policy";
|
71
|
-
readonly RESOURCE_WATCHER: "usage/resource-watcher";
|
72
|
-
readonly GITOPS_BITBUCKET: "global-configurations/gitops#bitbucket";
|
73
|
-
readonly DEPLOYMENT_CONFIGS: "resources/glossary#base-deployment-template";
|
74
|
-
readonly RJSF_PLAYGROUND: "https://rjsf-team.github.io/react-jsonschema-form/";
|
75
|
-
readonly GLOBAL_CONFIG_DEPLOYMENT_WINDOW: "global-configurations/deployment-window";
|
76
|
-
readonly GLOBAL_CONFIG_CATALOG_FRAMEWORK: "global-configurations/catalog-framework";
|
77
|
-
readonly GLOBAL_CONFIG_DEVTRON_APP_TEMPLATES: "global-configurations";
|
78
|
-
readonly GLOBAL_CONFIG_FILTER_CONDITION: "global-configurations/filter-condition";
|
79
|
-
readonly GLOBAL_CONFIG_LOCK_DEPLOYMENT_CONFIG: "global-configurations/lock-deployment-config";
|
80
|
-
readonly GLOBAL_CONFIG_PLUGINS_POLICY: "global-configurations/plugins-policy";
|
81
|
-
readonly GLOBAL_CONFIG_APPROVAL_POLICY: "global-configurations/approval-policy";
|
82
|
-
readonly GLOBAL_CONFIG_SSO_LOGIN_LDAP: "global-configurations/authorization/sso-login/ldap";
|
83
|
-
readonly GLOBAL_CONFIG_SSO_LOGIN_MICROSOFT: "global-configurations/authorization/sso-login/microsoft";
|
84
|
-
readonly GLOBAL_CONFIG_PULL_IMAGE_DIGEST: "global-configurations/pull-image-digest";
|
85
|
-
readonly GLOBAL_CONFIG_TAGS: "getting-started/global-configurations/tags-policy";
|
86
|
-
readonly SOFTWARE_DISTRIBUTION_HUB: "usage/software-distribution-hub";
|
87
|
-
readonly RELEASE_TRACKS: "usage/software-distribution-hub/release-hub#creating-release-tracks-and-versions";
|
88
|
-
readonly RELEASES: "usage/software-distribution-hub/release-hub#creating-release-tracks-and-versions";
|
89
|
-
readonly TENANTS: "usage/software-distribution-hub/tenants#adding-installation";
|
90
|
-
readonly TENANTS_INSTALLATION: "usage/software-distribution-hub/tenants";
|
91
|
-
};
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { ButtonComponentType, ButtonProps } from '../Components';
|
2
|
-
import { DOCUMENTATION } from './constants';
|
3
|
-
export type BaseDocLink<T extends boolean> = {
|
4
|
-
isExternalLink?: T;
|
5
|
-
isEnterprise?: boolean;
|
6
|
-
docLinkKey: T extends true ? string : keyof typeof DOCUMENTATION;
|
7
|
-
};
|
8
|
-
export type DocLinkProps<T extends boolean> = Pick<ButtonProps<ButtonComponentType.anchor>, 'onClick' | 'dataTestId' | 'size' | 'variant'> & BaseDocLink<T> & {
|
9
|
-
text?: string;
|
10
|
-
showExternalIcon?: boolean;
|
11
|
-
};
|
Binary file
|
@@ -1,23 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
- Copyright (c) 2024. Devtron Inc.
|
3
|
-
-
|
4
|
-
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
- you may not use this file except in compliance with the License.
|
6
|
-
- You may obtain a copy of the License at
|
7
|
-
-
|
8
|
-
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
-
|
10
|
-
- Unless required by applicable law or agreed to in writing, software
|
11
|
-
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
- See the License for the specific language governing permissions and
|
14
|
-
- limitations under the License.
|
15
|
-
-->
|
16
|
-
|
17
|
-
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" vector-effect="non-scaling-effect">
|
18
|
-
<rect width="48" height="48" rx="6" fill="#FFF8ED"/>
|
19
|
-
<path d="M9 11.5001C9 10.1193 10.1193 9 11.5001 9H36.5007C37.8814 9 39.0007 10.1193 39.0007 11.5001V14.0001C39.0007 15.3809 37.8814 16.5002 36.5007 16.5002H11.5001C10.1193 16.5002 9 15.3809 9 14.0001V11.5001Z" fill="#FFC266"/>
|
20
|
-
<path d="M9 21.4981C9 20.1174 10.1193 18.998 11.5001 18.998H20.2503C21.631 18.998 22.7503 20.1174 22.7503 21.4981V25.2482C22.7503 26.6289 21.631 27.7483 20.2503 27.7483H11.5001C10.1193 27.7483 9 26.6289 9 25.2482V21.4981Z" fill="#FFE5BE"/>
|
21
|
-
<path d="M9 32.7501C9 31.3693 10.1193 30.25 11.5001 30.25H20.2503C21.631 30.25 22.7503 31.3693 22.7503 32.7501V36.5002C22.7503 37.8809 21.631 39.0002 20.2503 39.0002H11.5001C10.1193 39.0002 9 37.8809 9 36.5002V32.7501Z" fill="#FFE5BE"/>
|
22
|
-
<path d="M25.25 21.4981C25.25 20.1174 26.3693 18.998 27.7501 18.998H36.5003C37.881 18.998 39.0003 20.1174 39.0003 21.4981V36.4985C39.0003 37.8792 37.881 38.9986 36.5003 38.9986H27.7501C26.3693 38.9986 25.25 37.8792 25.25 36.4985V21.4981Z" fill="#FFC266"/>
|
23
|
-
</svg>
|
@@ -1,23 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
- Copyright (c) 2024. Devtron Inc.
|
3
|
-
-
|
4
|
-
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
- you may not use this file except in compliance with the License.
|
6
|
-
- You may obtain a copy of the License at
|
7
|
-
-
|
8
|
-
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
-
|
10
|
-
- Unless required by applicable law or agreed to in writing, software
|
11
|
-
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
- See the License for the specific language governing permissions and
|
14
|
-
- limitations under the License.
|
15
|
-
-->
|
16
|
-
|
17
|
-
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
18
|
-
<g fill-rule="nonzero" fill="none">
|
19
|
-
<!-- Using variables for consistent theming -->
|
20
|
-
<rect fill="var(--B100)" width="24" height="24" rx="5.333"/>
|
21
|
-
<path d="M15.707 6.297a.789.789 0 0 1 .852.44l2.758 4.359c.239.375.244.855.015 1.235l-3.507 5.811a1.24 1.24 0 0 1-1.06.603l-5.1.005a.64.64 0 0 1-.034 0c-.497-.024-.772-.6-.5-1.023l3.515-5.452a.685.685 0 0 1 1.288.139.71.71 0 0 1-.057.478v.001a.716.716 0 0 1-.075.117l-.535.837a.388.388 0 0 0 .276.6l1.296.094a.87.87 0 0 0 .655-.232c.13-.155.506-.75.896-1.387l.234-.383c.232-.382.451-.75.609-1.016a.758.758 0 0 0-.04-.824l.005-.003-1.661-2.618-.311-.497a.806.806 0 0 1-.085-.135l-.012-.018a.84.84 0 0 1-.065-.453.8.8 0 0 1 .643-.678zM9.266 5.25l5.1.018a.64.64 0 0 1 .034.001c.497.026.77.603.495 1.025l-3.539 5.436a.685.685 0 0 1-1.287-.145.71.71 0 0 1 .06-.478v-.001a.728.728 0 0 1 .074-.116l.54-.835a.388.388 0 0 0-.274-.6l-1.295-.1a.87.87 0 0 0-.657.228c-.234.278-1.275 1.98-1.75 2.778a.758.758 0 0 0 .036.825l-.006.003 1.65 2.625.31.498c.031.042.06.087.083.135l.012.02a.84.84 0 0 1 .063.452.8.8 0 0 1-.646.675.789.789 0 0 1-.85-.443l-2.74-4.372a1.175 1.175 0 0 1-.008-1.235l3.532-5.796c.228-.373.63-.6 1.063-.598z" fill="var(--B400)"/>
|
22
|
-
</g>
|
23
|
-
</svg>
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<rect width="40" height="40" rx="8" fill="#E6FBFF"/>
|
3
|
-
<rect x="10.8333" y="23.0559" width="6.11111" height="6.11111" fill="#023E8A"/>
|
4
|
-
<rect x="10.8333" y="16.9442" width="6.11111" height="6.11111" fill="#0077B6"/>
|
5
|
-
<rect x="16.9443" y="23.0559" width="6.11111" height="6.11111" fill="#0077B6"/>
|
6
|
-
<rect x="16.9443" y="16.9442" width="6.11111" height="6.11111" fill="#0096C7"/>
|
7
|
-
<rect x="23.0557" y="23.0559" width="6.11111" height="6.11111" fill="#0096C7"/>
|
8
|
-
<rect x="23.0557" y="16.9442" width="6.11111" height="6.11111" fill="#00B4D8"/>
|
9
|
-
<rect x="23.0557" y="10.8334" width="6.11111" height="6.11111" fill="#48CAE4"/>
|
10
|
-
</svg>
|