@devtron-labs/devtron-fe-common-lib 1.16.0-pre-7 → 1.16.0-pre-9

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.
@@ -1,7 +1,7 @@
1
1
  import { j as n, at as b, av as k, au as W } from "./@vendor-DbxoIktR.js";
2
2
  import V, { forwardRef as J, useMemo as P } from "react";
3
3
  import K, { getDefaultRegistry as q } from "@rjsf/core";
4
- import { T as F, j as N, c as v, b as S, S as Y, i as z, a as w, d as A, e as G } from "./@code-editor-Cu2Ah_WS.js";
4
+ import { T as F, j as N, c as v, b as S, S as Y, i as z, a as w, d as A, e as G } from "./@code-editor-fA2ygLkD.js";
5
5
  import Q, { components as D } from "react-select";
6
6
  import { ReactComponent as X } from "./assets/ic-chevron-down.fc70d7a7.svg";
7
7
  import { getUiOptions as $, getTemplate as B, getSubmitButtonOptions as Z, ADDITIONAL_PROPERTY_FLAG as L, errorId as ee, englishStringTranslator as te, TranslatableString as ne, titleId as re, canExpand as ae, deepEquals as se } from "@rjsf/utils";
@@ -11,6 +11,8 @@ export declare const KEYBOARD_KEYS_MAP: {
11
11
  readonly X: "X";
12
12
  readonly A: "A";
13
13
  readonly N: "N";
14
+ readonly S: "S";
15
+ readonly '/': "/";
14
16
  readonly Escape: "Esc";
15
17
  readonly Enter: "↩";
16
18
  readonly ArrowLeft: "←";
@@ -1,6 +1,6 @@
1
1
  import { ShortcutType } from './types';
2
2
  export declare const preprocessKeys: (keys: ShortcutType["keys"]) => {
3
- keys: ("N" | "R" | "Alt" | "F" | "E" | "K" | "X" | "A" | "Home" | "End" | "." | "Space" | "Control" | "Shift" | "Meta" | "Escape" | "Enter" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "ArrowDown" | "PageUp" | "PageDown" | "Backspace" | "Delete")[];
3
+ keys: ("N" | "R" | "Alt" | "F" | "E" | "K" | "X" | "A" | "S" | "/" | "Home" | "End" | "." | "Space" | "Control" | "Shift" | "Meta" | "Escape" | "Enter" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "ArrowDown" | "PageUp" | "PageDown" | "Backspace" | "Delete")[];
4
4
  id: string;
5
5
  };
6
6
  export declare const verifyCallbackStack: (stack: ShortcutType["callbackStack"]) => void;
@@ -52,15 +52,14 @@ export declare const NODE_DRAIN_OPTIONS_CHECKBOX_CONFIG: {
52
52
  }[];
53
53
  export declare const GVK_FILTER_KIND_QUERY_PARAM_KEY = "gvkFilterKind";
54
54
  export declare const GVK_FILTER_API_VERSION_QUERY_PARAM_KEY = "gvkFilterApiVersion";
55
- export declare const DUMMY_RESOURCE_GVK_VERSION = "v1";
56
55
  export declare const RESOURCE_BROWSER_ROUTES: {
57
56
  readonly OVERVIEW: "/resource-browser/:clusterId/overview";
58
57
  readonly MONITORING_DASHBOARD: "/resource-browser/:clusterId/monitoring-dashboard";
59
58
  readonly TERMINAL: "/resource-browser/:clusterId/terminal";
60
59
  readonly CLUSTER_UPGRADE: "/resource-browser/:clusterId/cluster-upgrade";
61
60
  readonly NODE_DETAIL: "/resource-browser/:clusterId/node/:name";
62
- readonly K8S_RESOURCE_DETAIL: "/resource-browser/:clusterId/:namespace/:kind/:group/:version/:name";
63
- readonly K8S_RESOURCE_LIST: "/resource-browser/:clusterId/:kind/:group/:version";
61
+ readonly K8S_RESOURCE_DETAIL: "/resource-browser/:clusterId/:namespace/:kind/:group/:name";
62
+ readonly K8S_RESOURCE_LIST: "/resource-browser/:clusterId/:kind/:group";
64
63
  readonly RESOURCE_RECOMMENDER: "/resource-browser/:clusterId/resource-recommender";
65
64
  };
66
65
  export declare const K8S_EMPTY_GROUP = "k8sEmptyGroup";