@k8slens/extensions 5.6.0-git.f12851ff3b.0 → 5.6.0-git.f8b6c4a427.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. package/dist/src/common/app-paths/app-path-injection-token.d.ts +0 -1
  2. package/dist/src/common/application-update/selected-update-channel/default-update-channel.injectable.d.ts +2 -0
  3. package/dist/src/common/application-update/selected-update-channel/selected-update-channel.injectable.d.ts +8 -0
  4. package/dist/src/common/application-update/update-channels.d.ts +11 -0
  5. package/dist/src/common/ipc/index.d.ts +0 -1
  6. package/dist/src/common/k8s-api/endpoints/cluster.api.d.ts +7 -0
  7. package/dist/src/common/k8s-api/endpoints/custom-resource-definition.api.d.ts +8 -3
  8. package/dist/src/common/k8s-api/endpoints/metrics.api.d.ts +1 -1
  9. package/dist/src/common/{ipc-channel/channel.d.ts → k8s-api/endpoints/types/external-documentation.d.ts} +3 -3
  10. package/dist/src/common/k8s-api/endpoints/types/json-schema-props.d.ts +86 -0
  11. package/dist/src/common/k8s-api/kube-api.d.ts +9 -0
  12. package/dist/src/common/k8s-api/kube-object.store.d.ts +2 -2
  13. package/dist/src/common/terminal/channels.d.ts +28 -0
  14. package/dist/src/common/user-store/preferences-helpers.d.ts +2 -6
  15. package/dist/src/common/user-store/user-store.d.ts +7 -3
  16. package/dist/src/common/utils/buildUrl.d.ts +1 -1
  17. package/dist/src/common/utils/reject-promise.d.ts +2 -2
  18. package/dist/src/common/utils/type-narrowing.d.ts +5 -0
  19. package/dist/src/common/vars/base-bundled-binaries-dir.injectable.d.ts +2 -0
  20. package/dist/src/common/vars/bundled-resources-dir.injectable.d.ts +2 -0
  21. package/dist/src/common/vars/lens-resources-dir.injectable.d.ts +2 -0
  22. package/dist/src/common/vars/normalized-platform-architecture.injectable.d.ts +2 -0
  23. package/dist/src/common/vars/normalized-platform.injectable.d.ts +2 -0
  24. package/dist/src/common/vars/package-json.injectable.d.ts +352 -0
  25. package/dist/src/common/vars/static-files-directory.injectable.d.ts +2 -0
  26. package/dist/src/common/vars.d.ts +7 -9
  27. package/dist/src/extensions/extensions-store/extensions-store.d.ts +5 -4
  28. package/dist/src/extensions/registries/entity-setting-registry.d.ts +1 -1
  29. package/dist/src/main/app-paths/app-name/product-name.injectable.d.ts +2 -0
  30. package/dist/src/main/kube-auth-proxy/kube-auth-proxy.d.ts +1 -0
  31. package/dist/src/main/kubectl/kubectl.d.ts +18 -14
  32. package/dist/src/main/start-main-application/lens-window/application-window/application-window.injectable.d.ts +1 -1
  33. package/dist/src/main/start-main-application/lens-window/application-window/create-electron-window-for.injectable.d.ts +9 -1
  34. package/dist/src/main/start-main-application/lens-window/application-window/create-lens-window.injectable.d.ts +4 -4
  35. package/dist/src/main/start-main-application/lens-window/application-window/lens-window-injection-token.d.ts +1 -1
  36. package/dist/src/main/start-main-application/lens-window/navigate.injectable.d.ts +1 -1
  37. package/dist/src/main/start-main-application/lens-window/splash-window/splash-window.injectable.d.ts +1 -1
  38. package/dist/src/main/{app-paths/register-channel → utils/channel}/ipc-main/ipc-main.injectable.d.ts +0 -1
  39. package/dist/src/renderer/api/terminal-api.d.ts +2 -22
  40. package/dist/src/renderer/api/websocket-api.d.ts +4 -4
  41. package/dist/src/renderer/components/+namespaces/namespace-select.d.ts +1 -0
  42. package/dist/src/renderer/components/+user-management/+service-accounts/service-account-menu.d.ts +1 -0
  43. package/dist/src/renderer/components/animate/animate.d.ts +6 -1
  44. package/dist/src/renderer/components/animate/request-animation-frame.injectable.d.ts +2 -0
  45. package/dist/src/renderer/components/dock/dock/create-dock-tab.injectable.d.ts +1 -1
  46. package/dist/src/renderer/components/dock/terminal/terminal.d.ts +6 -3
  47. package/dist/src/renderer/components/drawer/drawer-item-labels.d.ts +1 -0
  48. package/dist/src/renderer/components/drawer/drawer-item.d.ts +7 -2
  49. package/dist/src/renderer/components/drawer/drawer-title.d.ts +5 -1
  50. package/dist/src/renderer/components/input/input.d.ts +7 -8
  51. package/dist/src/renderer/components/input/input_validators.d.ts +28 -15
  52. package/dist/src/renderer/components/item-object-list/filter-icon.d.ts +1 -0
  53. package/dist/src/renderer/components/notifications/notifications-store.injectable.d.ts +3 -0
  54. package/dist/src/renderer/components/notifications/notifications.d.ts +7 -12
  55. package/dist/src/renderer/components/notifications/notifications.store.d.ts +0 -1
  56. package/dist/src/renderer/components/resource-metrics/no-metrics.d.ts +1 -0
  57. package/dist/src/renderer/components/select/select.d.ts +1 -1
  58. package/dist/src/renderer/components/switch/form-switcher.d.ts +1 -0
  59. package/dist/src/renderer/components/table/table-cell.d.ts +0 -4
  60. package/dist/src/renderer/components/wizard/wizard.d.ts +2 -0
  61. package/dist/src/renderer/{app-paths/get-value-from-registered-channel/ipc-renderer → utils/channel}/ipc-renderer.injectable.d.ts +0 -1
  62. package/dist/src/renderer/utils/index.d.ts +0 -1
  63. package/package.json +2 -2
  64. package/dist/src/common/app-paths/directory-for-bundled-binaries/directory-for-bundled-binaries.injectable.d.ts +0 -2
  65. package/dist/src/common/ipc/update-available.d.ts +0 -19
  66. package/dist/src/common/ipc-channel/create-channel/create-channel.d.ts +0 -6
  67. package/dist/src/renderer/utils/display-booleans.d.ts +0 -6
@@ -0,0 +1,352 @@
1
+ declare const packageJsonInjectable: import("@ogre-tools/injectable").Injectable<{
2
+ name: string;
3
+ productName: string;
4
+ description: string;
5
+ homepage: string;
6
+ version: string;
7
+ main: string;
8
+ copyright: string;
9
+ license: string;
10
+ author: {
11
+ name: string;
12
+ email: string;
13
+ };
14
+ scripts: {
15
+ dev: string;
16
+ "dev-build": string;
17
+ "debug-build": string;
18
+ "dev-run": string;
19
+ "dev:main": string;
20
+ "dev:renderer": string;
21
+ compile: string;
22
+ "compile:main": string;
23
+ "compile:renderer": string;
24
+ "compile:extension-types": string;
25
+ "npm:fix-build-version": string;
26
+ "npm:fix-package-version": string;
27
+ "build:linux": string;
28
+ "build:mac": string;
29
+ "build:win": string;
30
+ integration: string;
31
+ "test:unit": string;
32
+ "test:integration": string;
33
+ dist: string;
34
+ "dist:dir": string;
35
+ "download:binaries": string;
36
+ "build:tray-icons": string;
37
+ "build:theme-vars": string;
38
+ lint: string;
39
+ "lint:fix": string;
40
+ "mkdocs-serve-local": string;
41
+ "verify-docs": string;
42
+ "typedocs-extensions-api": string;
43
+ "version-checkout": string;
44
+ "version-commit": string;
45
+ version: string;
46
+ postversion: string;
47
+ };
48
+ config: {
49
+ k8sProxyVersion: string;
50
+ bundledKubectlVersion: string;
51
+ bundledHelmVersion: string;
52
+ sentryDsn: string;
53
+ contentSecurityPolicy: string;
54
+ };
55
+ engines: {
56
+ node: string;
57
+ };
58
+ jest: {
59
+ collectCoverage: boolean;
60
+ verbose: boolean;
61
+ transform: {
62
+ "^.+\\.(t|j)sx?$": string[];
63
+ };
64
+ testEnvironment: string;
65
+ resolver: string;
66
+ moduleNameMapper: {
67
+ "\\.(css|scss)$": string;
68
+ "\\.(svg|png|jpg|eot|woff2?|ttf)$": string;
69
+ };
70
+ modulePathIgnorePatterns: string[];
71
+ setupFiles: string[];
72
+ setupFilesAfterEnv: string[];
73
+ runtime: string;
74
+ };
75
+ build: {
76
+ generateUpdatesFilesForAllChannels: boolean;
77
+ files: string[];
78
+ afterSign: string;
79
+ extraResources: (string | {
80
+ from: string;
81
+ to: string;
82
+ filter: string;
83
+ } | {
84
+ from: string;
85
+ to: string;
86
+ filter: string[];
87
+ })[];
88
+ linux: {
89
+ category: string;
90
+ artifactName: string;
91
+ target: string[];
92
+ extraResources: {
93
+ from: string;
94
+ to: string;
95
+ }[];
96
+ };
97
+ rpm: {
98
+ fpm: string[];
99
+ };
100
+ mac: {
101
+ hardenedRuntime: boolean;
102
+ gatekeeperAssess: boolean;
103
+ entitlements: string;
104
+ entitlementsInherit: string;
105
+ extraResources: {
106
+ from: string;
107
+ to: string;
108
+ }[];
109
+ };
110
+ win: {
111
+ target: string[];
112
+ extraResources: {
113
+ from: string;
114
+ to: string;
115
+ }[];
116
+ };
117
+ nsis: {
118
+ include: string;
119
+ oneClick: boolean;
120
+ allowElevation: boolean;
121
+ createStartMenuShortcut: boolean;
122
+ allowToChangeInstallationDirectory: boolean;
123
+ };
124
+ protocols: {
125
+ name: string;
126
+ schemes: string[];
127
+ role: string;
128
+ };
129
+ };
130
+ dependencies: {
131
+ "@astronautlabs/jsonpath": string;
132
+ "@hapi/call": string;
133
+ "@hapi/subtext": string;
134
+ "@kubernetes/client-node": string;
135
+ "@material-ui/styles": string;
136
+ "@ogre-tools/fp": string;
137
+ "@ogre-tools/injectable": string;
138
+ "@ogre-tools/injectable-extension-for-auto-registration": string;
139
+ "@ogre-tools/injectable-react": string;
140
+ "@sentry/electron": string;
141
+ "@sentry/integrations": string;
142
+ "@side/jest-runtime": string;
143
+ "@types/circular-dependency-plugin": string;
144
+ "abort-controller": string;
145
+ "auto-bind": string;
146
+ "await-lock": string;
147
+ byline: string;
148
+ chokidar: string;
149
+ conf: string;
150
+ "crypto-js": string;
151
+ "electron-devtools-installer": string;
152
+ "electron-updater": string;
153
+ "electron-window-state": string;
154
+ filehound: string;
155
+ "fs-extra": string;
156
+ "glob-to-regexp": string;
157
+ got: string;
158
+ "grapheme-splitter": string;
159
+ handlebars: string;
160
+ history: string;
161
+ "http-proxy": string;
162
+ immer: string;
163
+ joi: string;
164
+ "js-yaml": string;
165
+ jsdom: string;
166
+ lodash: string;
167
+ "mac-ca": string;
168
+ marked: string;
169
+ "md5-file": string;
170
+ mobx: string;
171
+ "mobx-observable-history": string;
172
+ "mobx-react": string;
173
+ "mobx-utils": string;
174
+ "mock-fs": string;
175
+ moment: string;
176
+ "moment-timezone": string;
177
+ "monaco-editor": string;
178
+ "monaco-editor-webpack-plugin": string;
179
+ "node-fetch": string;
180
+ "node-pty": string;
181
+ npm: string;
182
+ "p-limit": string;
183
+ "path-to-regexp": string;
184
+ "proper-lockfile": string;
185
+ react: string;
186
+ "react-dom": string;
187
+ "react-material-ui-carousel": string;
188
+ "react-router": string;
189
+ "react-virtualized-auto-sizer": string;
190
+ "readable-stream": string;
191
+ request: string;
192
+ "request-promise-native": string;
193
+ rfc6902: string;
194
+ selfsigned: string;
195
+ semver: string;
196
+ "shell-env": string;
197
+ spdy: string;
198
+ tar: string;
199
+ "tcp-port-used": string;
200
+ tempy: string;
201
+ "typed-regex": string;
202
+ "url-parse": string;
203
+ uuid: string;
204
+ "win-ca": string;
205
+ winston: string;
206
+ "winston-console-format": string;
207
+ "winston-transport-browserconsole": string;
208
+ ws: string;
209
+ };
210
+ devDependencies: {
211
+ "@async-fn/jest": string;
212
+ "@material-ui/core": string;
213
+ "@material-ui/icons": string;
214
+ "@material-ui/lab": string;
215
+ "@pmmmwh/react-refresh-webpack-plugin": string;
216
+ "@sentry/types": string;
217
+ "@swc/core": string;
218
+ "@swc/jest": string;
219
+ "@testing-library/dom": string;
220
+ "@testing-library/jest-dom": string;
221
+ "@testing-library/react": string;
222
+ "@testing-library/user-event": string;
223
+ "@types/byline": string;
224
+ "@types/chart.js": string;
225
+ "@types/circular-dependency-plugin": string;
226
+ "@types/cli-progress": string;
227
+ "@types/color": string;
228
+ "@types/command-line-args": string;
229
+ "@types/crypto-js": string;
230
+ "@types/dompurify": string;
231
+ "@types/electron-devtools-installer": string;
232
+ "@types/fs-extra": string;
233
+ "@types/glob-to-regexp": string;
234
+ "@types/gunzip-maybe": string;
235
+ "@types/hapi__call": string;
236
+ "@types/hapi__subtext": string;
237
+ "@types/html-webpack-plugin": string;
238
+ "@types/http-proxy": string;
239
+ "@types/jest": string;
240
+ "@types/js-yaml": string;
241
+ "@types/jsdom": string;
242
+ "@types/lodash": string;
243
+ "@types/marked": string;
244
+ "@types/md5-file": string;
245
+ "@types/mini-css-extract-plugin": string;
246
+ "@types/mock-fs": string;
247
+ "@types/node": string;
248
+ "@types/node-fetch": string;
249
+ "@types/npm": string;
250
+ "@types/proper-lockfile": string;
251
+ "@types/randomcolor": string;
252
+ "@types/react": string;
253
+ "@types/react-beautiful-dnd": string;
254
+ "@types/react-dom": string;
255
+ "@types/react-router": string;
256
+ "@types/react-router-dom": string;
257
+ "@types/react-table": string;
258
+ "@types/react-virtualized-auto-sizer": string;
259
+ "@types/react-window": string;
260
+ "@types/readable-stream": string;
261
+ "@types/request": string;
262
+ "@types/request-promise-native": string;
263
+ "@types/semver": string;
264
+ "@types/sharp": string;
265
+ "@types/spdy": string;
266
+ "@types/tar": string;
267
+ "@types/tar-stream": string;
268
+ "@types/tcp-port-used": string;
269
+ "@types/tempy": string;
270
+ "@types/triple-beam": string;
271
+ "@types/url-parse": string;
272
+ "@types/uuid": string;
273
+ "@types/webpack": string;
274
+ "@types/webpack-dev-server": string;
275
+ "@types/webpack-env": string;
276
+ "@types/webpack-node-externals": string;
277
+ "@typescript-eslint/eslint-plugin": string;
278
+ "@typescript-eslint/parser": string;
279
+ ansi_up: string;
280
+ "chart.js": string;
281
+ "circular-dependency-plugin": string;
282
+ "cli-progress": string;
283
+ color: string;
284
+ "command-line-args": string;
285
+ concurrently: string;
286
+ "css-loader": string;
287
+ deepdash: string;
288
+ dompurify: string;
289
+ electron: string;
290
+ "electron-builder": string;
291
+ "electron-notarize": string;
292
+ esbuild: string;
293
+ "esbuild-loader": string;
294
+ eslint: string;
295
+ "eslint-plugin-header": string;
296
+ "eslint-plugin-import": string;
297
+ "eslint-plugin-react": string;
298
+ "eslint-plugin-react-hooks": string;
299
+ "eslint-plugin-unused-imports": string;
300
+ "flex.box": string;
301
+ "fork-ts-checker-webpack-plugin": string;
302
+ "gunzip-maybe": string;
303
+ "html-webpack-plugin": string;
304
+ "identity-obj-proxy": string;
305
+ "ignore-loader": string;
306
+ "include-media": string;
307
+ jest: string;
308
+ "jest-canvas-mock": string;
309
+ "jest-environment-jsdom": string;
310
+ "jest-fetch-mock": string;
311
+ "jest-mock-extended": string;
312
+ "make-plural": string;
313
+ "mini-css-extract-plugin": string;
314
+ "mock-http": string;
315
+ "node-gyp": string;
316
+ "node-loader": string;
317
+ nodemon: string;
318
+ playwright: string;
319
+ postcss: string;
320
+ "postcss-loader": string;
321
+ randomcolor: string;
322
+ "react-beautiful-dnd": string;
323
+ "react-refresh": string;
324
+ "react-refresh-typescript": string;
325
+ "react-router-dom": string;
326
+ "react-select": string;
327
+ "react-select-event": string;
328
+ "react-table": string;
329
+ "react-window": string;
330
+ sass: string;
331
+ "sass-loader": string;
332
+ sharp: string;
333
+ "style-loader": string;
334
+ tailwindcss: string;
335
+ "tar-stream": string;
336
+ "ts-loader": string;
337
+ "ts-node": string;
338
+ "type-fest": string;
339
+ "typed-emitter": string;
340
+ typedoc: string;
341
+ "typedoc-plugin-markdown": string;
342
+ typescript: string;
343
+ "typescript-plugin-css-modules": string;
344
+ webpack: string;
345
+ "webpack-cli": string;
346
+ "webpack-dev-server": string;
347
+ "webpack-node-externals": string;
348
+ xterm: string;
349
+ "xterm-addon-fit": string;
350
+ };
351
+ }, unknown, void>;
352
+ export default packageJsonInjectable;
@@ -0,0 +1,2 @@
1
+ declare const staticFilesDirectoryInjectable: import("@ogre-tools/injectable").Injectable<string, unknown, void>;
2
+ export default staticFilesDirectoryInjectable;
@@ -30,7 +30,6 @@ export declare const isProduction: boolean;
30
30
  * @deprecated Switch to using isDevelopmentInjectable
31
31
  */
32
32
  export declare const isDevelopment: boolean;
33
- export declare const isPublishConfigured: boolean;
34
33
  export declare const productName: string;
35
34
  /**
36
35
  * @deprecated Switch to using appNameInjectable
@@ -41,7 +40,13 @@ export declare const defaultThemeId: ThemeId;
41
40
  export declare const defaultFontSize = 12;
42
41
  export declare const defaultTerminalFontFamily = "RobotoMono";
43
42
  export declare const defaultEditorFontFamily = "RobotoMono";
43
+ /**
44
+ * @deprecated use `di.inject(normalizedPlatformInjectable)` instead
45
+ */
44
46
  export declare const normalizedPlatform: string;
47
+ /**
48
+ * @deprecated use `di.inject(bundledBinariesNormalizedArchInjectable)` instead
49
+ */
45
50
  export declare const normalizedArch: string;
46
51
  export declare function getBinaryName(name: string, { forPlatform }?: {
47
52
  forPlatform?: string | undefined;
@@ -62,14 +67,6 @@ export declare const helmBinaryName: string;
62
67
  * @deprecated for being explicit side effect.
63
68
  */
64
69
  export declare const helmBinaryPath: import("./utils/lazy-initialized").LazyInitialized<string>;
65
- /**
66
- * @deprecated for being explicit side effect.
67
- */
68
- export declare const kubectlBinaryName: string;
69
- /**
70
- * @deprecated for being explicit side effect.
71
- */
72
- export declare const kubectlBinaryPath: import("./utils/lazy-initialized").LazyInitialized<string>;
73
70
  export declare const apiPrefix = "/api";
74
71
  export declare const apiKubePrefix = "/api-kube";
75
72
  export declare const issuesTrackerUrl: string;
@@ -84,3 +81,4 @@ export declare const kubernetesDocumentationWeblinkId = "kubernetes-documentatio
84
81
  export declare const appSemVer: SemVer;
85
82
  export declare const docsUrl: string;
86
83
  export declare const sentryDsn: string;
84
+ export declare const contentSecurityPolicy: string;
@@ -11,15 +11,16 @@ export interface LensExtensionState {
11
11
  enabled?: boolean;
12
12
  name: string;
13
13
  }
14
+ export interface IsEnabledExtensionDescriptor {
15
+ id: string;
16
+ isBundled: boolean;
17
+ }
14
18
  export declare class ExtensionsStore extends BaseStore<LensExtensionsStoreModel> {
15
19
  readonly displayName = "ExtensionsStore";
16
20
  constructor();
17
21
  get enabledExtensions(): string[];
18
22
  protected state: import("mobx").ObservableMap<string, LensExtensionState>;
19
- isEnabled({ id, isBundled }: {
20
- id: string;
21
- isBundled: boolean;
22
- }): boolean;
23
+ isEnabled({ id, isBundled }: IsEnabledExtensionDescriptor): boolean;
23
24
  mergeState: (extensionsState: Record<LensExtensionId, LensExtensionState> | [LensExtensionId, LensExtensionState][]) => void;
24
25
  protected fromStore({ extensions }: LensExtensionsStoreModel): void;
25
26
  toJSON(): LensExtensionsStoreModel;
@@ -26,5 +26,5 @@ export interface RegisteredEntitySetting extends EntitySettingRegistration {
26
26
  }
27
27
  export declare class EntitySettingRegistry extends BaseRegistry<EntitySettingRegistration, RegisteredEntitySetting> {
28
28
  getRegisteredItem(item: EntitySettingRegistration): RegisteredEntitySetting;
29
- getItemsForKind: (kind: string, apiVersion: string, source?: string | undefined) => RegisteredEntitySetting[];
29
+ getItemsForKind: (kind: string, apiVersion: string, source?: string) => RegisteredEntitySetting[];
30
30
  }
@@ -0,0 +1,2 @@
1
+ declare const productNameInjectable: import("@ogre-tools/injectable").Injectable<string, unknown, void>;
2
+ export default productNameInjectable;
@@ -3,6 +3,7 @@
3
3
  * Licensed under MIT License. See LICENSE in root directory for more information.
4
4
  */
5
5
  /// <reference types="node" />
6
+ /// <reference types="node" />
6
7
  import type { ChildProcess } from "child_process";
7
8
  import type { Cluster } from "../../common/cluster/cluster";
8
9
  import type { SelfSignedCert } from "selfsigned";
@@ -2,24 +2,29 @@
2
2
  * Copyright (c) OpenLens Authors. All rights reserved.
3
3
  * Licensed under MIT License. See LICENSE in root directory for more information.
4
4
  */
5
- interface Dependencies {
6
- directoryForKubectlBinaries: string;
7
- userStore: {
8
- kubectlBinariesPath?: string;
9
- downloadBinariesPath?: string;
10
- downloadKubectlBinaries: boolean;
11
- downloadMirror: string;
5
+ export interface KubectlDependencies {
6
+ readonly directoryForKubectlBinaries: string;
7
+ readonly normalizedDownloadPlatform: "darwin" | "linux" | "windows";
8
+ readonly normalizedDownloadArch: "amd64" | "arm64" | "386";
9
+ readonly kubectlBinaryName: string;
10
+ readonly bundledKubectlBinaryPath: string;
11
+ readonly baseBundeledBinariesDirectory: string;
12
+ readonly userStore: {
13
+ readonly kubectlBinariesPath?: string;
14
+ readonly downloadBinariesPath?: string;
15
+ readonly downloadKubectlBinaries: boolean;
16
+ readonly downloadMirror: string;
12
17
  };
13
18
  }
14
19
  export declare class Kubectl {
15
- private dependencies;
16
- kubectlVersion: string;
17
- protected url: string;
18
- protected path: string;
19
- protected dirname: string;
20
+ protected readonly dependencies: KubectlDependencies;
21
+ readonly kubectlVersion: string;
22
+ protected readonly url: string;
23
+ protected readonly path: string;
24
+ protected readonly dirname: string;
20
25
  static readonly bundledKubectlVersion: string;
21
26
  static invalidBundle: boolean;
22
- constructor(dependencies: Dependencies, clusterVersion: string);
27
+ constructor(dependencies: KubectlDependencies, clusterVersion: string);
23
28
  getBundledPath(): string;
24
29
  getPathFromPreferences(): string;
25
30
  protected getDownloadDir(): string;
@@ -32,4 +37,3 @@ export declare class Kubectl {
32
37
  protected writeInitScripts(): Promise<void>;
33
38
  protected getDownloadMirror(): string;
34
39
  }
35
- export {};
@@ -2,6 +2,6 @@ declare const applicationWindowInjectable: import("@ogre-tools/injectable").Inje
2
2
  readonly visible: boolean;
3
3
  show: () => Promise<void>;
4
4
  close: () => void;
5
- send: (args: import("./lens-window-injection-token").SendToViewArgs) => Promise<void>;
5
+ send: (args: import("./lens-window-injection-token").SendToViewArgs) => void;
6
6
  }, import("./lens-window-injection-token").LensWindow, void>;
7
7
  export default applicationWindowInjectable;
@@ -1,11 +1,19 @@
1
1
  import type { LensWindow } from "./create-lens-window.injectable";
2
+ import type { RequireExactlyOne } from "type-fest";
2
3
  export declare type ElectronWindowTitleBarStyle = "hiddenInset" | "hidden" | "default" | "customButtonsOnHover";
4
+ export interface FileSource {
5
+ file: string;
6
+ }
7
+ export interface UrlSource {
8
+ url: string;
9
+ }
10
+ export declare type ContentSource = RequireExactlyOne<FileSource & UrlSource>;
3
11
  export interface ElectronWindowConfiguration {
4
12
  id: string;
5
13
  title: string;
6
14
  defaultHeight: number;
7
15
  defaultWidth: number;
8
- getContentUrl: () => string;
16
+ getContentSource: () => ContentSource;
9
17
  resizable: boolean;
10
18
  windowFrameUtilitiesAreShown: boolean;
11
19
  centered: boolean;
@@ -1,16 +1,16 @@
1
1
  import type { SendToViewArgs } from "./lens-window-injection-token";
2
- import type { ElectronWindowTitleBarStyle } from "./create-electron-window-for.injectable";
2
+ import type { ContentSource, ElectronWindowTitleBarStyle } from "./create-electron-window-for.injectable";
3
3
  export interface LensWindow {
4
4
  show: () => void;
5
5
  close: () => void;
6
6
  send: (args: SendToViewArgs) => void;
7
7
  }
8
- interface LensWindowConfiguration {
8
+ export interface LensWindowConfiguration {
9
9
  id: string;
10
10
  title: string;
11
11
  defaultHeight: number;
12
12
  defaultWidth: number;
13
- getContentUrl: () => string;
13
+ getContentSource: () => ContentSource;
14
14
  resizable: boolean;
15
15
  windowFrameUtilitiesAreShown: boolean;
16
16
  centered: boolean;
@@ -24,6 +24,6 @@ declare const createLensWindowInjectable: import("@ogre-tools/injectable").Injec
24
24
  readonly visible: boolean;
25
25
  show: () => Promise<void>;
26
26
  close: () => void;
27
- send: (args: SendToViewArgs) => Promise<void>;
27
+ send: (args: SendToViewArgs) => void;
28
28
  }, unknown, void>;
29
29
  export default createLensWindowInjectable;
@@ -7,7 +7,7 @@ export interface SendToViewArgs {
7
7
  export interface LensWindow {
8
8
  show: () => Promise<void>;
9
9
  close: () => void;
10
- send: (args: SendToViewArgs) => Promise<void>;
10
+ send: (args: SendToViewArgs) => void;
11
11
  visible: boolean;
12
12
  }
13
13
  export declare const lensWindowInjectionToken: import("@ogre-tools/injectable").InjectionToken<LensWindow, void>;
@@ -1,2 +1,2 @@
1
- declare const navigateInjectable: import("@ogre-tools/injectable").Injectable<(url: string, frameId?: number | undefined) => Promise<void>, unknown, void>;
1
+ declare const navigateInjectable: import("@ogre-tools/injectable").Injectable<(url: string, frameId?: number) => Promise<void>, unknown, void>;
2
2
  export default navigateInjectable;
@@ -2,6 +2,6 @@ declare const splashWindowInjectable: import("@ogre-tools/injectable").Injectabl
2
2
  readonly visible: boolean;
3
3
  show: () => Promise<void>;
4
4
  close: () => void;
5
- send: (args: import("../application-window/lens-window-injection-token").SendToViewArgs) => Promise<void>;
5
+ send: (args: import("../application-window/lens-window-injection-token").SendToViewArgs) => void;
6
6
  }, import("../application-window/lens-window-injection-token").LensWindow, void>;
7
7
  export default splashWindowInjectable;
@@ -1,3 +1,2 @@
1
- /// <reference types="electron" />
2
1
  declare const ipcMainInjectable: import("@ogre-tools/injectable").Injectable<Electron.IpcMain, unknown, void>;
3
2
  export default ipcMainInjectable;
@@ -4,27 +4,7 @@
4
4
  */
5
5
  import type { WebSocketEvents } from "./websocket-api";
6
6
  import { WebSocketApi } from "./websocket-api";
7
- export declare enum TerminalChannels {
8
- STDIN = "stdin",
9
- STDOUT = "stdout",
10
- CONNECTED = "connected",
11
- RESIZE = "resize"
12
- }
13
- export declare type TerminalMessage = {
14
- type: TerminalChannels.STDIN;
15
- data: string;
16
- } | {
17
- type: TerminalChannels.STDOUT;
18
- data: string;
19
- } | {
20
- type: TerminalChannels.CONNECTED;
21
- } | {
22
- type: TerminalChannels.RESIZE;
23
- data: {
24
- width: number;
25
- height: number;
26
- };
27
- };
7
+ import { type TerminalMessage } from "../../common/terminal/channels";
28
8
  declare enum TerminalColor {
29
9
  RED = "\u001B[31m",
30
10
  GREEN = "\u001B[32m",
@@ -60,7 +40,7 @@ export declare class TerminalApi extends WebSocketApi<TerminalEvents> {
60
40
  connect(): Promise<void>;
61
41
  sendMessage(message: TerminalMessage): void;
62
42
  sendTerminalSize(cols: number, rows: number): void;
63
- protected _onMessage({ data, ...evt }: MessageEvent<ArrayBuffer>): void;
43
+ protected _onMessage({ data, ...evt }: MessageEvent<string>): void;
64
44
  protected _onOpen(evt: Event): void;
65
45
  protected _onClose(evt: CloseEvent): void;
66
46
  protected emitStatus(data: string, options?: {
@@ -22,9 +22,9 @@ interface WebsocketApiParams {
22
22
  /**
23
23
  * The message for pinging the websocket
24
24
  *
25
- * @default "PING"
25
+ * @default "{type: \"ping\"}"
26
26
  */
27
- pingMessage?: string | ArrayBufferLike | Blob | ArrayBufferView;
27
+ pingMessage?: string;
28
28
  /**
29
29
  * If set to a number > 0, then the API will ping the socket on that interval.
30
30
  *
@@ -53,7 +53,7 @@ export interface WebSocketEvents {
53
53
  declare const WebSocketApi_base: new <T>() => TypedEventEmitter<T>;
54
54
  export declare class WebSocketApi<Events extends WebSocketEvents> extends WebSocketApi_base<Events> {
55
55
  protected socket: WebSocket | null;
56
- protected pendingCommands: (string | ArrayBufferLike | Blob | ArrayBufferView)[];
56
+ protected pendingCommands: string[];
57
57
  protected reconnectTimer?: number;
58
58
  protected pingTimer?: number;
59
59
  protected params: Defaulted<WebsocketApiParams, keyof typeof WebSocketApi["defaultParams"]>;
@@ -70,7 +70,7 @@ export declare class WebSocketApi<Events extends WebSocketEvents> extends WebSoc
70
70
  reconnect(): void;
71
71
  destroy(): void;
72
72
  clearAllListeners(): void;
73
- send(command: string | ArrayBufferLike | Blob | ArrayBufferView): void;
73
+ send(command: string): void;
74
74
  protected flush(): void;
75
75
  protected _onOpen(evt: Event): void;
76
76
  protected _onMessage({ data }: MessageEvent): void;
@@ -2,6 +2,7 @@
2
2
  * Copyright (c) OpenLens Authors. All rights reserved.
3
3
  * Licensed under MIT License. See LICENSE in root directory for more information.
4
4
  */
5
+ /// <reference types="react" />
5
6
  import "./namespace-select.scss";
6
7
  import type { SelectProps } from "../select";
7
8
  export declare type NamespaceSelectSort = (left: string, right: string) => number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { KubeObjectMenuProps } from "../../kube-object-menu";
2
3
  import type { ServiceAccount } from "../../../../common/k8s-api/endpoints";
3
4
  export declare function ServiceAccountMenu(props: KubeObjectMenuProps<ServiceAccount>): JSX.Element;
@@ -14,4 +14,9 @@ export interface AnimateProps {
14
14
  leaveDuration?: number;
15
15
  children?: React.ReactNode;
16
16
  }
17
- export declare const Animate: (props: AnimateProps) => JSX.Element;
17
+ interface Dependencies {
18
+ requestAnimationFrame: (callback: () => void) => void;
19
+ }
20
+ export declare const NonInjectedAnimate: (props: AnimateProps & Dependencies) => JSX.Element;
21
+ export declare const Animate: React.FunctionComponent<AnimateProps>;
22
+ export {};