@k8slens/extensions 6.1.1-git.032e6d968c.0 → 6.1.1-git.0fe3242030.0
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.
@@ -5,6 +5,7 @@
|
|
5
5
|
interface DownloadLogsDropdownProps {
|
6
6
|
downloadVisibleLogs: () => void;
|
7
7
|
downloadAllLogs: () => Promise<void> | undefined;
|
8
|
+
disabled?: boolean;
|
8
9
|
}
|
9
|
-
export declare function DownloadLogsDropdown({ downloadAllLogs, downloadVisibleLogs }: DownloadLogsDropdownProps): JSX.Element;
|
10
|
+
export declare function DownloadLogsDropdown({ downloadAllLogs, downloadVisibleLogs, disabled }: DownloadLogsDropdownProps): JSX.Element;
|
10
11
|
export {};
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@k8slens/extensions",
|
3
3
|
"productName": "OpenLens extensions",
|
4
4
|
"description": "OpenLens - Open Source Kubernetes IDE: extensions",
|
5
|
-
"version": "6.1.1-git.
|
5
|
+
"version": "6.1.1-git.0fe3242030.0",
|
6
6
|
"copyright": "© 2022 OpenLens Authors",
|
7
7
|
"license": "MIT",
|
8
8
|
"main": "dist/src/extensions/extension-api.js",
|