kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
60 lines (59 loc) • 3.24 kB
TypeScript
export declare const CURRENT_TAB = "tab.visible";
export declare const TAB_N: (N: number) => string;
export declare const TAB_SELECTED_N: (N: number) => string;
export declare const SIDECAR_BASE: string;
export declare const SIDECAR_FULLSCREEN: string;
export declare const PROMPT_BLOCK: string;
export declare const OOPS: string;
export declare const SIDECAR: string;
export declare const SIDECAR_WITH_FAILURE: string;
export declare const SIDECAR_HIDDEN: string;
export declare const SIDECAR_FULLY_HIDDEN: string;
export declare const SIDECAR_ACTIVATION_TITLE: string;
export declare const SIDECAR_TITLE: string;
export declare const SIDECAR_PACKAGE_NAME_TITLE: string;
export declare const SIDECAR_KIND: string;
export declare const SIDECAR_CONTENT: string;
export declare const SIDECAR_WEB_ACTION_URL: string;
export declare const SIDECAR_ACTION_SOURCE: string;
export declare const SIDECAR_PACKAGE_PARAMETERS: string;
export declare const SIDECAR_ACTIVATION_RESULT: string;
export declare const SIDECAR_ACTIVATION_ID: string;
export declare const SIDECAR_RULE_CANVAS: string;
export declare const SIDECAR_RULE_CANVAS_NODES: string;
export declare const SIDECAR_SEQUENCE_CANVAS: string;
export declare const SIDECAR_SEQUENCE_CANVAS_NODES: string;
export declare const SIDECAR_SEQUENCE_CANVAS_NODE_N: (N: number) => string;
export declare const SIDECAR_LIMIT: (type: string) => string;
export declare const SIDECAR_BADGES: string;
export declare const SIDECAR_TOOLBAR: string;
export declare const SIDECAR_TOOLBAR_TEXT: (type: string) => string;
export declare const SIDECAR_TOOLBAR_BUTTON: (mode: string) => string;
export declare const SIDECAR_CUSTOM_CONTENT: string;
export declare const SIDECAR_MODE_BUTTONS: string;
export declare const SIDECAR_MODE_BUTTON: (mode: string) => string;
export declare const SIDECAR_MODE_BUTTON_SELECTED: (mode: string) => string;
export declare const SIDECAR_BACK_BUTTON: string;
export declare const SIDECAR_MAXIMIZE_BUTTON: string;
export declare const SIDECAR_CLOSE_BUTTON: string;
export declare const SIDECAR_RESUME_FROM_CLOSE_BUTTON: string;
export declare const SIDECAR_FULLY_CLOSE_BUTTON: string;
export declare const PROCESSING_PROMPT_BLOCK: string;
export declare const CURRENT_PROMPT_BLOCK: string;
export declare const PROMPT_BLOCK_N: (N: number) => string;
export declare const PROCESSING_N: (N: number) => string;
export declare const CURRENT_PROMPT: string;
export declare const PROMPT_N: (N: number) => string;
export declare const OUTPUT_N: (N: number) => string;
export declare const PROMPT_BLOCK_LAST: string;
export declare const PROMPT_BLOCK_FINAL: string;
export declare const PROMPT_FINAL: string;
export declare const OUTPUT_LAST: string;
export declare const LIST_RESULTS_N: (N: number) => string;
export declare const LIST_RESULTS_BY_NAME_N: (N: number) => string;
export declare const LIST_RESULT_BY_N_FOR_NAME: (N: number, name: string) => string;
export declare const TABLE_CELL: (rowKey: string, cellKey: string) => string;
export declare const BY_NAME: (name: string) => string;
export declare const LIST_RESULT_BY_N_AND_NAME: (N: number, name: string) => string;
export declare const OK_N: (N: number) => string;
export declare const xtermRows: (N: number) => string;