@k8slens/extensions 5.3.1-git.fa3708c879.0 → 5.3.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.
Files changed (154) hide show
  1. package/dist/src/common/catalog/catalog-entity.d.ts +0 -51
  2. package/dist/src/common/catalog-entities/kubernetes-cluster.d.ts +2 -1
  3. package/dist/src/common/ipc/index.d.ts +0 -1
  4. package/dist/src/common/ipc/update-available.ipc.d.ts +0 -2
  5. package/dist/src/common/k8s-api/api-manager.d.ts +1 -1
  6. package/dist/src/common/k8s-api/endpoints/crd.api.d.ts +1 -1
  7. package/dist/src/common/k8s-api/endpoints/metrics.api.d.ts +0 -2
  8. package/dist/src/common/k8s-api/endpoints/nodes.api.d.ts +6 -6
  9. package/dist/src/common/k8s-api/endpoints/pods.api.d.ts +0 -2
  10. package/dist/src/common/k8s-api/kube-api.d.ts +1 -1
  11. package/dist/src/common/k8s-api/kube-json-api.d.ts +2 -1
  12. package/dist/src/common/protocol-handler/error.d.ts +3 -3
  13. package/dist/src/common/protocol-handler/router.d.ts +7 -13
  14. package/dist/src/common/user-store/preferences-helpers.d.ts +0 -14
  15. package/dist/src/common/user-store/user-store.d.ts +1 -2
  16. package/dist/src/common/utils/index.d.ts +0 -1
  17. package/dist/src/common/utils/readableStream.d.ts +2 -2
  18. package/dist/src/common/vars.d.ts +0 -1
  19. package/dist/src/extensions/extension-api.js +3039 -1683
  20. package/dist/src/extensions/extension-discovery.d.ts +1 -3
  21. package/dist/src/extensions/{extension-loader/extension-loader.d.ts → extension-loader.d.ts} +7 -15
  22. package/dist/src/extensions/lens-extension.d.ts +1 -2
  23. package/dist/src/extensions/lens-main-extension.d.ts +1 -3
  24. package/dist/src/extensions/lens-renderer-extension.d.ts +6 -12
  25. package/dist/src/extensions/registries/base-registry.d.ts +1 -1
  26. package/dist/src/extensions/registries/index.d.ts +4 -0
  27. package/dist/src/extensions/{getDiForUnitTesting.d.ts → registries/menu-registry.d.ts} +7 -2
  28. package/dist/src/extensions/registries/status-bar-registry.d.ts +0 -6
  29. package/dist/src/{renderer/components/+extensions/get-base-registry-url/get-base-registry-url.d.ts → extensions/registries/topbar-registry.d.ts} +9 -4
  30. package/dist/src/{renderer/components/+catalog/helpers.d.ts → extensions/registries/welcome-banner-registry.d.ts} +16 -4
  31. package/dist/src/{common/ipc/extension-loader.ipc.d.ts → extensions/registries/welcome-menu-registry.d.ts} +8 -1
  32. package/dist/src/extensions/renderer-api/k8s-api.d.ts +0 -1
  33. package/dist/src/main/catalog-pusher.d.ts +1 -1
  34. package/dist/src/main/initializers/index.d.ts +1 -0
  35. package/dist/src/main/initializers/ipc.d.ts +1 -3
  36. package/dist/src/{extensions/extension-loader/index.d.ts → main/initializers/registries.d.ts} +1 -1
  37. package/dist/src/{common/ipc/catalog.d.ts → main/menu.d.ts} +6 -10
  38. package/dist/src/main/protocol-handler/index.d.ts +1 -1
  39. package/dist/src/main/protocol-handler/{lens-protocol-router-main/lens-protocol-router-main.d.ts → router.d.ts} +8 -14
  40. package/dist/src/main/{getDi.d.ts → tray.d.ts} +5 -2
  41. package/dist/src/main/window-manager.d.ts +0 -3
  42. package/dist/src/renderer/api/__tests__/catalog-entity-registry.test.d.ts +1 -1
  43. package/dist/src/renderer/api/catalog-entity-registry.d.ts +0 -4
  44. package/dist/src/renderer/api/catalog-entity.d.ts +5 -1
  45. package/dist/src/renderer/api/terminal-api.d.ts +2 -0
  46. package/dist/src/renderer/bootstrap.d.ts +2 -5
  47. package/dist/src/renderer/cluster-frame.d.ts +1 -2
  48. package/dist/src/renderer/components/+catalog/catalog-entity-details.d.ts +3 -3
  49. package/dist/src/renderer/components/+catalog/catalog-entity-drawer-menu.d.ts +2 -1
  50. package/dist/src/renderer/components/+catalog/catalog-entity.store.d.ts +4 -4
  51. package/dist/src/renderer/components/+catalog/catalog.d.ts +6 -5
  52. package/dist/src/renderer/components/+extensions/extensions.d.ts +15 -1
  53. package/dist/src/renderer/components/+nodes/nodes.d.ts +1 -2
  54. package/dist/src/renderer/components/+preferences/preferences.d.ts +2 -0
  55. package/dist/src/renderer/components/+welcome/welcome.d.ts +3 -1
  56. package/dist/src/renderer/components/+workloads-overview/overview-workload-status.d.ts +7 -2
  57. package/dist/src/renderer/components/avatar/avatar.d.ts +8 -7
  58. package/dist/src/renderer/components/checkbox/checkbox.d.ts +1 -0
  59. package/dist/src/renderer/components/cluster-manager/bottom-bar.d.ts +1 -0
  60. package/dist/src/renderer/components/dialog/dialog.d.ts +0 -1
  61. package/dist/src/renderer/components/dock/install-chart.d.ts +1 -0
  62. package/dist/src/renderer/components/dock/terminal.d.ts +1 -1
  63. package/dist/src/renderer/components/drawer/drawer.d.ts +3 -14
  64. package/dist/src/renderer/components/hotbar/hotbar-entity-icon.d.ts +3 -3
  65. package/dist/src/renderer/components/hotbar/hotbar-icon.d.ts +10 -3
  66. package/dist/src/renderer/components/kube-object-menu/index.d.ts +1 -2
  67. package/dist/src/renderer/components/kube-object-menu/kube-object-menu.d.ts +13 -4
  68. package/dist/src/renderer/components/{avatar/__tests__/avatar.test.d.ts → layout/__tests__/topbar.test.d.ts} +0 -0
  69. package/dist/src/renderer/components/layout/close-button.d.ts +1 -0
  70. package/dist/src/renderer/components/layout/{top-bar/top-bar.d.ts → topbar.d.ts} +4 -1
  71. package/dist/src/renderer/components/menu/menu-actions.d.ts +1 -1
  72. package/dist/src/renderer/components/monaco-editor/monaco-editor.d.ts +1 -1
  73. package/dist/src/renderer/components/notifications/notifications.d.ts +3 -3
  74. package/dist/src/renderer/components/resizing-anchor/resizing-anchor.d.ts +1 -3
  75. package/dist/src/renderer/components/switch/form-switcher.d.ts +0 -3
  76. package/dist/src/renderer/components/switch/index.d.ts +0 -1
  77. package/dist/src/renderer/components/switch/switcher.d.ts +1 -4
  78. package/dist/src/renderer/initializers/index.d.ts +1 -1
  79. package/dist/src/renderer/initializers/ipc.d.ts +1 -2
  80. package/dist/src/renderer/{components/kube-object-menu/kube-object-menu.test.d.ts → initializers/welcome-menu-registry.d.ts} +1 -1
  81. package/dist/src/renderer/port-forward/port-forward.store.d.ts +1 -1
  82. package/dist/src/renderer/{components/+extensions/supported-extension-formats.d.ts → protocol-handler/app-handlers.d.ts} +1 -1
  83. package/dist/src/renderer/protocol-handler/index.d.ts +2 -2
  84. package/dist/src/renderer/protocol-handler/{lens-protocol-router-renderer/lens-protocol-router-renderer.d.ts → router.d.ts} +1 -8
  85. package/dist/src/renderer/root-frame.d.ts +1 -3
  86. package/dist/src/renderer/theme.store.d.ts +1 -0
  87. package/package.json +1 -1
  88. package/dist/src/extensions/extension-loader/extension-loader.injectable.d.ts +0 -4
  89. package/dist/src/extensions/extensions.injectable.d.ts +0 -3
  90. package/dist/src/extensions/main-extensions.injectable.d.ts +0 -5
  91. package/dist/src/extensions/renderer-extensions.injectable.d.ts +0 -5
  92. package/dist/src/main/getDiForUnitTesting.d.ts +0 -22
  93. package/dist/src/main/menu/electron-menu-items.injectable.d.ts +0 -3
  94. package/dist/src/main/menu/electron-menu-items.test.d.ts +0 -1
  95. package/dist/src/main/menu/menu.d.ts +0 -33
  96. package/dist/src/main/protocol-handler/lens-protocol-router-main/lens-protocol-router-main.injectable.d.ts +0 -4
  97. package/dist/src/main/tray/tray-menu-items.injectable.d.ts +0 -3
  98. package/dist/src/main/tray/tray-menu-items.test.d.ts +0 -1
  99. package/dist/src/main/tray/tray.d.ts +0 -27
  100. package/dist/src/renderer/components/+extensions/attempt-install/attempt-install.d.ts +0 -32
  101. package/dist/src/renderer/components/+extensions/attempt-install/attempt-install.injectable.d.ts +0 -3
  102. package/dist/src/renderer/components/+extensions/attempt-install/create-temp-files-and-validate/create-temp-files-and-validate.d.ts +0 -11
  103. package/dist/src/renderer/components/+extensions/attempt-install/get-extension-dest-folder/get-extension-dest-folder.d.ts +0 -1
  104. package/dist/src/renderer/components/+extensions/attempt-install/unpack-extension/unpack-extension.d.ts +0 -28
  105. package/dist/src/renderer/components/+extensions/attempt-install/unpack-extension/unpack-extension.injectable.d.ts +0 -3
  106. package/dist/src/renderer/components/+extensions/attempt-install/validate-package/validate-package.d.ts +0 -22
  107. package/dist/src/renderer/components/+extensions/attempt-install-by-info/attempt-install-by-info.d.ts +0 -13
  108. package/dist/src/renderer/components/+extensions/attempt-install-by-info/attempt-install-by-info.injectable.d.ts +0 -3
  109. package/dist/src/renderer/components/+extensions/attempt-installs/attempt-installs.d.ts +0 -6
  110. package/dist/src/renderer/components/+extensions/attempt-installs/attempt-installs.injectable.d.ts +0 -3
  111. package/dist/src/renderer/components/+extensions/confirm-uninstall-extension/confirm-uninstall-extension.d.ts +0 -7
  112. package/dist/src/renderer/components/+extensions/confirm-uninstall-extension/confirm-uninstall-extension.injectable.d.ts +0 -3
  113. package/dist/src/renderer/components/+extensions/disable-extension/disable-extension.d.ts +0 -27
  114. package/dist/src/renderer/components/+extensions/disable-extension/disable-extension.injectable.d.ts +0 -3
  115. package/dist/src/renderer/components/+extensions/enable-extension/enable-extension.d.ts +0 -27
  116. package/dist/src/renderer/components/+extensions/enable-extension/enable-extension.injectable.d.ts +0 -3
  117. package/dist/src/renderer/components/+extensions/get-base-registry-url/get-base-registry-url.injectable.d.ts +0 -23
  118. package/dist/src/renderer/components/+extensions/get-message-from-error/get-message-from-error.d.ts +0 -21
  119. package/dist/src/renderer/components/+extensions/install-from-input/install-from-input.d.ts +0 -29
  120. package/dist/src/renderer/components/+extensions/install-from-input/install-from-input.injectable.d.ts +0 -3
  121. package/dist/src/renderer/components/+extensions/install-from-select-file-dialog/install-from-select-file-dialog.d.ts +0 -5
  122. package/dist/src/renderer/components/+extensions/install-from-select-file-dialog/install-from-select-file-dialog.injectable.d.ts +0 -3
  123. package/dist/src/renderer/components/+extensions/install-on-drop/install-on-drop.d.ts +0 -5
  124. package/dist/src/renderer/components/+extensions/install-on-drop/install-on-drop.injectable.d.ts +0 -3
  125. package/dist/src/renderer/components/+extensions/read-file-notify/read-file-notify.d.ts +0 -2
  126. package/dist/src/renderer/components/+extensions/uninstall-extension/uninstall-extension.d.ts +0 -27
  127. package/dist/src/renderer/components/+extensions/uninstall-extension/uninstall-extension.injectable.d.ts +0 -3
  128. package/dist/src/renderer/components/+extensions/user-extensions/user-extensions.injectable.d.ts +0 -3
  129. package/dist/src/renderer/components/+preferences/extension-settings.d.ts +0 -7
  130. package/dist/src/renderer/components/+welcome/welcome-banner-items/welcome-banner-items.injectable.d.ts +0 -3
  131. package/dist/src/renderer/components/+welcome/welcome-menu-items/get-welcome-menu-items.d.ts +0 -27
  132. package/dist/src/renderer/components/+welcome/welcome-menu-items/welcome-menu-items.injectable.d.ts +0 -3
  133. package/dist/src/renderer/components/avatar/index.d.ts +0 -21
  134. package/dist/src/renderer/components/cluster-manager/active-hotbar-name.d.ts +0 -21
  135. package/dist/src/renderer/components/getDi.d.ts +0 -22
  136. package/dist/src/renderer/components/getDiForUnitTesting.d.ts +0 -22
  137. package/dist/src/renderer/components/kube-object-menu/dependencies/api-manager.injectable.d.ts +0 -3
  138. package/dist/src/renderer/components/kube-object-menu/dependencies/cluster-name.injectable.d.ts +0 -23
  139. package/dist/src/renderer/components/kube-object-menu/dependencies/cluster.injectable.d.ts +0 -3
  140. package/dist/src/renderer/components/kube-object-menu/dependencies/edit-resource-tab.injectable.d.ts +0 -24
  141. package/dist/src/renderer/components/kube-object-menu/dependencies/hide-details.injectable.d.ts +0 -24
  142. package/dist/src/renderer/components/kube-object-menu/dependencies/kube-object-menu-items/get-kube-object-menu-items.d.ts +0 -26
  143. package/dist/src/renderer/components/kube-object-menu/dependencies/kube-object-menu-items/kube-object-menu-items.injectable.d.ts +0 -9
  144. package/dist/src/renderer/components/kube-object-menu/dependencies/kube-object-menu-items/kube-object-menu-registry.injectable.d.ts +0 -24
  145. package/dist/src/renderer/components/layout/top-bar/top-bar-items/top-bar-items.injectable.d.ts +0 -3
  146. package/dist/src/renderer/components/layout/top-bar/top-bar-win-linux.test.d.ts +0 -21
  147. package/dist/src/renderer/components/layout/top-bar/top-bar.test.d.ts +0 -21
  148. package/dist/src/renderer/components/switch/__tests__/switch.test.d.ts +0 -21
  149. package/dist/src/renderer/components/switch/switch.d.ts +0 -26
  150. package/dist/src/renderer/components/test-utils/renderFor.d.ts +0 -27
  151. package/dist/src/renderer/initializers/status-bar-registry.d.ts +0 -21
  152. package/dist/src/renderer/protocol-handler/bind-protocol-add-route-handlers/bind-protocol-add-route-handlers.d.ts +0 -28
  153. package/dist/src/renderer/protocol-handler/bind-protocol-add-route-handlers/bind-protocol-add-route-handlers.injectable.d.ts +0 -3
  154. package/dist/src/renderer/protocol-handler/lens-protocol-router-renderer/lens-protocol-router-renderer.injectable.d.ts +0 -4
@@ -1,32 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- import { Disposer, ExtendableDisposer } from "../../../../common/utils";
22
- import type { ExtensionLoader } from "../../../../extensions/extension-loader";
23
- import type { LensExtensionId } from "../../../../extensions/lens-extension";
24
- import { InstallRequestValidated } from "./create-temp-files-and-validate/create-temp-files-and-validate";
25
- import type { InstallRequest } from "./install-request";
26
- interface Dependencies {
27
- extensionLoader: ExtensionLoader;
28
- uninstallExtension: (id: LensExtensionId) => Promise<boolean>;
29
- unpackExtension: (request: InstallRequestValidated, disposeDownloading: Disposer) => Promise<void>;
30
- }
31
- export declare const attemptInstall: ({ extensionLoader, uninstallExtension, unpackExtension }: Dependencies) => (request: InstallRequest, d?: ExtendableDisposer) => Promise<void>;
32
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const attemptInstallInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<(request: import("./install-request").InstallRequest, d?: import("../../../utils").ExtendableDisposer) => Promise<void>, unknown>, (request: import("./install-request").InstallRequest, d?: import("../../../utils").ExtendableDisposer) => Promise<void>, unknown>;
3
- export default attemptInstallInjectable;
@@ -1,11 +0,0 @@
1
- /// <reference types="node" />
2
- import type { LensExtensionId, LensExtensionManifest } from "../../../../../extensions/lens-extension";
3
- import type { InstallRequest } from "../install-request";
4
- export interface InstallRequestValidated {
5
- fileName: string;
6
- data: Buffer;
7
- id: LensExtensionId;
8
- manifest: LensExtensionManifest;
9
- tempFile: string;
10
- }
11
- export declare function createTempFilesAndValidate({ fileName, dataP, }: InstallRequest): Promise<InstallRequestValidated | null>;
@@ -1 +0,0 @@
1
- export declare const getExtensionDestFolder: (name: string) => string;
@@ -1,28 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- import type { InstallRequestValidated } from "../create-temp-files-and-validate/create-temp-files-and-validate";
22
- import { Disposer } from "../../../../../common/utils";
23
- import type { ExtensionLoader } from "../../../../../extensions/extension-loader";
24
- interface Dependencies {
25
- extensionLoader: ExtensionLoader;
26
- }
27
- export declare const unpackExtension: ({ extensionLoader }: Dependencies) => (request: InstallRequestValidated, disposeDownloading?: Disposer) => Promise<void>;
28
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const unpackExtensionInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<(request: import("../create-temp-files-and-validate/create-temp-files-and-validate").InstallRequestValidated, disposeDownloading?: import("../../../../utils").Disposer) => Promise<void>, unknown>, (request: import("../create-temp-files-and-validate/create-temp-files-and-validate").InstallRequestValidated, disposeDownloading?: import("../../../../utils").Disposer) => Promise<void>, unknown>;
3
- export default unpackExtensionInjectable;
@@ -1,22 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- import type { LensExtensionManifest } from "../../../../../extensions/lens-extension";
22
- export declare const validatePackage: (filePath: string) => Promise<LensExtensionManifest>;
@@ -1,13 +0,0 @@
1
- import { ExtendableDisposer } from "../../../../common/utils";
2
- import type { InstallRequest } from "../attempt-install/install-request";
3
- export interface ExtensionInfo {
4
- name: string;
5
- version?: string;
6
- requireConfirmation?: boolean;
7
- }
8
- interface Dependencies {
9
- attemptInstall: (request: InstallRequest, d: ExtendableDisposer) => Promise<void>;
10
- getBaseRegistryUrl: () => Promise<string>;
11
- }
12
- export declare const attemptInstallByInfo: ({ attemptInstall, getBaseRegistryUrl }: Dependencies) => ({ name, version, requireConfirmation, }: ExtensionInfo) => Promise<void>;
13
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const attemptInstallByInfoInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<({ name, version, requireConfirmation, }: import("./attempt-install-by-info").ExtensionInfo) => Promise<void>, unknown>, ({ name, version, requireConfirmation, }: import("./attempt-install-by-info").ExtensionInfo) => Promise<void>, unknown>;
3
- export default attemptInstallByInfoInjectable;
@@ -1,6 +0,0 @@
1
- import type { InstallRequest } from "../attempt-install/install-request";
2
- interface Dependencies {
3
- attemptInstall: (request: InstallRequest) => Promise<void>;
4
- }
5
- export declare const attemptInstalls: ({ attemptInstall }: Dependencies) => (filePaths: string[]) => Promise<void>;
6
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const attemptInstallsInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<(filePaths: string[]) => Promise<void>, unknown>, (filePaths: string[]) => Promise<void>, unknown>;
3
- export default attemptInstallsInjectable;
@@ -1,7 +0,0 @@
1
- import type { InstalledExtension } from "../../../../extensions/extension-discovery";
2
- import type { LensExtensionId } from "../../../../extensions/lens-extension";
3
- interface Dependencies {
4
- uninstallExtension: (id: LensExtensionId) => Promise<boolean>;
5
- }
6
- export declare const confirmUninstallExtension: ({ uninstallExtension }: Dependencies) => (extension: InstalledExtension) => Promise<void>;
7
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const confirmUninstallExtensionInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<(extension: import("../../../../extensions/extension-discovery").InstalledExtension) => Promise<void>, unknown>, (extension: import("../../../../extensions/extension-discovery").InstalledExtension) => Promise<void>, unknown>;
3
- export default confirmUninstallExtensionInjectable;
@@ -1,27 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- import type { LensExtensionId } from "../../../../extensions/lens-extension";
22
- import type { ExtensionLoader } from "../../../../extensions/extension-loader";
23
- interface Dependencies {
24
- extensionLoader: ExtensionLoader;
25
- }
26
- export declare const disableExtension: ({ extensionLoader }: Dependencies) => (id: LensExtensionId) => void;
27
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const disableExtensionInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<(id: string) => void, unknown>, (id: string) => void, unknown>;
3
- export default disableExtensionInjectable;
@@ -1,27 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- import type { LensExtensionId } from "../../../../extensions/lens-extension";
22
- import type { ExtensionLoader } from "../../../../extensions/extension-loader";
23
- interface Dependencies {
24
- extensionLoader: ExtensionLoader;
25
- }
26
- export declare const enableExtension: ({ extensionLoader }: Dependencies) => (id: LensExtensionId) => void;
27
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const enableExtensionInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<(id: string) => void, unknown>, (id: string) => void, unknown>;
3
- export default enableExtensionInjectable;
@@ -1,23 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- /// <reference types="@ogre-tools/injectable" />
22
- declare const getBaseRegistryUrlInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<() => Promise<string>, unknown>, () => Promise<string>, unknown>;
23
- export default getBaseRegistryUrlInjectable;
@@ -1,21 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- export declare function getMessageFromError(error: any): string;
@@ -1,29 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- import { ExtendableDisposer } from "../../../../common/utils";
22
- import type { InstallRequest } from "../attempt-install/install-request";
23
- import type { ExtensionInfo } from "../attempt-install-by-info/attempt-install-by-info";
24
- interface Dependencies {
25
- attemptInstall: (request: InstallRequest, disposer?: ExtendableDisposer) => Promise<void>;
26
- attemptInstallByInfo: (extensionInfo: ExtensionInfo) => Promise<void>;
27
- }
28
- export declare const installFromInput: ({ attemptInstall, attemptInstallByInfo }: Dependencies) => (input: string) => Promise<void>;
29
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const installFromInputInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<(input: string) => Promise<void>, unknown>, (input: string) => Promise<void>, unknown>;
3
- export default installFromInputInjectable;
@@ -1,5 +0,0 @@
1
- interface Dependencies {
2
- attemptInstalls: (filePaths: string[]) => Promise<void>;
3
- }
4
- export declare const installFromSelectFileDialog: ({ attemptInstalls }: Dependencies) => () => Promise<void>;
5
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const installFromSelectFileDialogInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<() => Promise<void>, unknown>, () => Promise<void>, unknown>;
3
- export default installFromSelectFileDialogInjectable;
@@ -1,5 +0,0 @@
1
- interface Dependencies {
2
- attemptInstalls: (filePaths: string[]) => Promise<void>;
3
- }
4
- export declare const installOnDrop: ({ attemptInstalls }: Dependencies) => (files: File[]) => Promise<void>;
5
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const installOnDropInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<(files: File[]) => Promise<void>, unknown>, (files: File[]) => Promise<void>, unknown>;
3
- export default installOnDropInjectable;
@@ -1,2 +0,0 @@
1
- /// <reference types="node" />
2
- export declare const readFileNotify: (filePath: string, showError?: boolean) => Promise<Buffer | null>;
@@ -1,27 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- import type { ExtensionLoader } from "../../../../extensions/extension-loader";
22
- import { LensExtensionId } from "../../../../extensions/lens-extension";
23
- interface Dependencies {
24
- extensionLoader: ExtensionLoader;
25
- }
26
- export declare const uninstallExtension: ({ extensionLoader }: Dependencies) => (extensionId: LensExtensionId) => Promise<boolean>;
27
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const uninstallExtensionInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<(extensionId: string) => Promise<boolean>, unknown>, (extensionId: string) => Promise<boolean>, unknown>;
3
- export default uninstallExtensionInjectable;
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const userExtensionsInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<import("mobx").IComputedValue<import("../../../../extensions/extension-discovery").InstalledExtension[]>, unknown>, import("mobx").IComputedValue<import("../../../../extensions/extension-discovery").InstalledExtension[]>, unknown>;
3
- export default userExtensionsInjectable;
@@ -1,7 +0,0 @@
1
- import type { RegisteredAppPreference } from "../../../extensions/registries/app-preference-registry";
2
- interface ExtensionSettingsProps {
3
- setting: RegisteredAppPreference;
4
- size: "small" | "normal";
5
- }
6
- export declare function ExtensionSettings({ setting, size }: ExtensionSettingsProps): JSX.Element;
7
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const welcomeBannerItemsInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<import("mobx").IComputedValue<import("./welcome-banner-registration").WelcomeBannerRegistration[]>, unknown>, import("mobx").IComputedValue<import("./welcome-banner-registration").WelcomeBannerRegistration[]>, unknown>;
3
- export default welcomeBannerItemsInjectable;
@@ -1,27 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- import { IComputedValue } from "mobx";
22
- import type { LensRendererExtension } from "../../../../extensions/lens-renderer-extension";
23
- interface Dependencies {
24
- extensions: IComputedValue<LensRendererExtension[]>;
25
- }
26
- export declare const getWelcomeMenuItems: ({ extensions }: Dependencies) => IComputedValue<import("./welcome-menu-registration").WelcomeMenuRegistration[]>;
27
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const welcomeMenuItemsInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<import("mobx").IComputedValue<import("./welcome-menu-registration").WelcomeMenuRegistration[]>, unknown>, import("mobx").IComputedValue<import("./welcome-menu-registration").WelcomeMenuRegistration[]>, unknown>;
3
- export default welcomeMenuItemsInjectable;
@@ -1,21 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- export * from "./avatar";
@@ -1,21 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- export declare const ActiveHotbarName: () => JSX.Element;
@@ -1,22 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- /// <reference types="@ogre-tools/injectable" />
22
- export declare const getDi: () => import("@ogre-tools/injectable").ConfigurableDependencyInjectionContainer;
@@ -1,22 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- import { ConfigurableDependencyInjectionContainer } from "@ogre-tools/injectable";
22
- export declare const getDiForUnitTesting: () => ConfigurableDependencyInjectionContainer;
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const apiManagerInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<import("../../../../common/k8s-api/api-manager").ApiManager, unknown>, import("../../../../common/k8s-api/api-manager").ApiManager, unknown>;
3
- export default apiManagerInjectable;
@@ -1,23 +0,0 @@
1
- /**
2
- * Copyright (c) 2021 OpenLens Authors
3
- *
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
5
- * this software and associated documentation files (the "Software"), to deal in
6
- * the Software without restriction, including without limitation the rights to
7
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8
- * the Software, and to permit persons to whom the Software is furnished to do so,
9
- * subject to the following conditions:
10
- *
11
- * The above copyright notice and this permission notice shall be included in all
12
- * copies or substantial portions of the Software.
13
- *
14
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
- */
21
- /// <reference types="@ogre-tools/injectable" />
22
- declare const clusterNameInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<string, unknown>, string, unknown>;
23
- export default clusterNameInjectable;
@@ -1,3 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- declare const clusterInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<import("../../../../main/cluster").Cluster, unknown>, import("../../../../main/cluster").Cluster, unknown>;
3
- export default clusterInjectable;
@@ -1,24 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- /**
3
- * Copyright (c) 2021 OpenLens Authors
4
- *
5
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
6
- * this software and associated documentation files (the "Software"), to deal in
7
- * the Software without restriction, including without limitation the rights to
8
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
- * the Software, and to permit persons to whom the Software is furnished to do so,
10
- * subject to the following conditions:
11
- *
12
- * The above copyright notice and this permission notice shall be included in all
13
- * copies or substantial portions of the Software.
14
- *
15
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
- */
22
- import { editResourceTab } from "../../dock/edit-resource.store";
23
- declare const editResourceTabInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<typeof editResourceTab, unknown>, typeof editResourceTab, unknown>;
24
- export default editResourceTabInjectable;
@@ -1,24 +0,0 @@
1
- /// <reference types="@ogre-tools/injectable" />
2
- /**
3
- * Copyright (c) 2021 OpenLens Authors
4
- *
5
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
6
- * this software and associated documentation files (the "Software"), to deal in
7
- * the Software without restriction, including without limitation the rights to
8
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
- * the Software, and to permit persons to whom the Software is furnished to do so,
10
- * subject to the following conditions:
11
- *
12
- * The above copyright notice and this permission notice shall be included in all
13
- * copies or substantial portions of the Software.
14
- *
15
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
- */
22
- import { hideDetails } from "../../kube-detail-params";
23
- declare const hideDetailsInjectable: import("@ogre-tools/injectable").Injectable<import("@ogre-tools/injectable").InjectionToken<typeof hideDetails, unknown>, typeof hideDetails, unknown>;
24
- export default hideDetailsInjectable;