@k8slens/extensions 5.6.0-git.21109f36ca.0 → 5.6.0-git.26127fe906.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.
- package/dist/src/behaviours/status-bar/status-bar-items-originating-from-extensions.test.d.ts +1 -0
- package/dist/src/common/application-update/discovered-update-version/discovered-update-version.injectable.d.ts +4 -2
- package/dist/src/common/application-update/progress-of-update-download/progress-of-update-download.injectable.d.ts +4 -1
- package/dist/src/common/application-update/update-is-being-downloaded/update-is-being-downloaded.injectable.d.ts +3 -1
- package/dist/src/common/application-update/updates-are-being-discovered/updates-are-being-discovered.injectable.d.ts +3 -1
- package/dist/src/common/k8s-api/endpoints/helm-charts.api.d.ts +2 -1
- package/dist/src/common/test-utils/use-fake-time.d.ts +2 -0
- package/dist/src/common/utils/reactive-now/reactive-now.d.ts +1 -0
- package/dist/src/common/utils/reactive-now/reactive-now.test.d.ts +1 -0
- package/dist/src/extensions/extension-api.js +80 -14
- package/dist/src/renderer/components/+helm-charts/get-char-details.injectable.d.ts +4 -0
- package/dist/src/renderer/components/+helm-charts/helm-chart-details.test.d.ts +5 -0
- package/dist/src/renderer/components/+helm-charts/icon.d.ts +10 -0
- package/dist/src/renderer/components/+workloads-cronjobs/cron-job-trigger-dialog-cluster-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/+workloads-deployments/scale/deployment-scale-dialog-cluster-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/+workloads-replicasets/scale-dialog/replicaset-scale-dialog-cluster-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/+workloads-statefulsets/scale/statefulset-scale-dialog-cluster-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/cluster-manager/cluster-manager-root-frame-child-component.injectable.d.ts +6 -0
- package/dist/src/renderer/components/command-palette/command-container-cluster-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/command-palette/command-container-root-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/confirm-dialog/confirm-dialog-cluster-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/confirm-dialog/confirm-dialog-root-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/delete-cluster-dialog/delete-cluster-dialog-cluster-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/dock/install-chart/create-install-chart-tab.injectable.d.ts +2 -1
- package/dist/src/renderer/components/input/input.d.ts +11 -11
- package/dist/src/renderer/components/input/input_validators.d.ts +43 -22
- package/dist/src/renderer/components/input/validators/is-path.injectable.d.ts +1 -1
- package/dist/src/renderer/components/input/validators/unique-hotbar-name.injectable.d.ts +1 -1
- package/dist/src/renderer/components/kube-object-details/kube-object-details-cluster-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/kubeconfig-dialog/kubeconfig-dialog-cluster-frame-child-component.injectable.d.ts +7 -0
- package/dist/src/renderer/components/notifications/notifications-cluster-frame-child-component.injectable.d.ts +13 -0
- package/dist/src/renderer/components/notifications/notifications-root-frame-child-component.injectable.d.ts +13 -0
- package/dist/src/renderer/components/notifications/notifications.d.ts +9 -6
- package/dist/src/renderer/components/notifications/notifications.store.d.ts +5 -0
- package/dist/src/renderer/components/notifications/show-checked-error.injectable.d.ts +5 -0
- package/dist/src/renderer/components/notifications/show-error-notification.injectable.d.ts +2 -2
- package/dist/src/renderer/components/notifications/show-info-notification.injectable.d.ts +2 -2
- package/dist/src/renderer/components/notifications/show-short-info.injectable.d.ts +7 -0
- package/dist/src/renderer/components/notifications/show-success-notification.injectable.d.ts +2 -2
- package/dist/src/renderer/components/status-bar/auto-update-component.d.ts +14 -0
- package/dist/src/renderer/components/status-bar/auto-update-status-bar-item.injectable.d.ts +7 -0
- package/dist/src/renderer/components/status-bar/status-bar-item-injection-token.d.ts +8 -0
- package/dist/src/renderer/components/status-bar/status-bar-item-registrator.injectable.d.ts +8 -0
- package/dist/src/renderer/components/status-bar/status-bar-items.injectable.d.ts +8 -1
- package/dist/src/renderer/components/switch/switcher.d.ts +1 -1
- package/dist/src/renderer/components/test-utils/get-renderer-extension-fake.d.ts +2 -1
- package/dist/src/renderer/frames/cluster-frame/cluster-frame-child-component-injection-token.d.ts +12 -0
- package/dist/src/renderer/frames/cluster-frame/cluster-frame-layout-child-component.injectable.d.ts +6 -0
- package/dist/src/renderer/frames/cluster-frame/cluster-frame.d.ts +7 -5
- package/dist/src/renderer/frames/root-frame/root-frame-child-component-injection-token.d.ts +12 -0
- package/dist/src/renderer/frames/root-frame/setup-system-ca.injectable.d.ts +4 -0
- package/dist/src/renderer/port-forward/port-forward-dialog-cluster-frame-child-component.injectable.d.ts +7 -0
- package/package.json +2 -1
- package/dist/src/common/application-update/application-update-status-channel.injectable.d.ts +0 -9
- package/dist/src/common/ask-boolean/ask-boolean-answer-channel.injectable.d.ts +0 -7
- package/dist/src/common/ask-boolean/ask-boolean-question-channel.injectable.d.ts +0 -9
- package/dist/src/main/application-update/check-for-updates/broadcast-change-in-updating-status.injectable.d.ts +0 -3
- package/dist/src/renderer/application-update/application-update-status-listener.injectable.d.ts +0 -4
- package/dist/src/renderer/ask-boolean/ask-boolean-question-channel-listener.injectable.d.ts +0 -4
- package/dist/src/renderer/components/status-bar/registered-status-bar-items.injectable.d.ts +0 -13
package/dist/src/common/application-update/application-update-status-channel.injectable.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { MessageChannel } from "../utils/channel/message-channel-injection-token";
|
|
2
|
-
export declare type ApplicationUpdateStatusEventId = "checking-for-updates" | "no-updates-available" | "download-for-update-started" | "download-for-update-failed";
|
|
3
|
-
export declare type ApplicationUpdateStatusChannelMessage = {
|
|
4
|
-
eventId: ApplicationUpdateStatusEventId;
|
|
5
|
-
version?: string;
|
|
6
|
-
};
|
|
7
|
-
export declare type ApplicationUpdateStatusChannel = MessageChannel<ApplicationUpdateStatusChannelMessage>;
|
|
8
|
-
declare const applicationUpdateStatusChannelInjectable: import("@ogre-tools/injectable").Injectable<ApplicationUpdateStatusChannel, MessageChannel<any>, void>;
|
|
9
|
-
export default applicationUpdateStatusChannelInjectable;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { MessageChannel } from "../utils/channel/message-channel-injection-token";
|
|
2
|
-
export declare type AskBooleanAnswerChannel = MessageChannel<{
|
|
3
|
-
id: string;
|
|
4
|
-
value: boolean;
|
|
5
|
-
}>;
|
|
6
|
-
declare const askBooleanAnswerChannelInjectable: import("@ogre-tools/injectable").Injectable<AskBooleanAnswerChannel, MessageChannel<any>, void>;
|
|
7
|
-
export default askBooleanAnswerChannelInjectable;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { MessageChannel } from "../utils/channel/message-channel-injection-token";
|
|
2
|
-
export declare type AskBooleanQuestionParameters = {
|
|
3
|
-
id: string;
|
|
4
|
-
title: string;
|
|
5
|
-
question: string;
|
|
6
|
-
};
|
|
7
|
-
export declare type AskBooleanQuestionChannel = MessageChannel<AskBooleanQuestionParameters>;
|
|
8
|
-
declare const askBooleanQuestionChannelInjectable: import("@ogre-tools/injectable").Injectable<AskBooleanQuestionChannel, MessageChannel<any>, void>;
|
|
9
|
-
export default askBooleanQuestionChannelInjectable;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { ApplicationUpdateStatusChannelMessage } from "../../../common/application-update/application-update-status-channel.injectable";
|
|
2
|
-
declare const broadcastChangeInUpdatingStatusInjectable: import("@ogre-tools/injectable").Injectable<(data: ApplicationUpdateStatusChannelMessage) => void, unknown, void>;
|
|
3
|
-
export default broadcastChangeInUpdatingStatusInjectable;
|
package/dist/src/renderer/application-update/application-update-status-listener.injectable.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { ApplicationUpdateStatusChannel } from "../../common/application-update/application-update-status-channel.injectable";
|
|
2
|
-
import type { MessageChannelListener } from "../../common/utils/channel/message-channel-listener-injection-token";
|
|
3
|
-
declare const applicationUpdateStatusListenerInjectable: import("@ogre-tools/injectable").Injectable<MessageChannelListener<ApplicationUpdateStatusChannel>, MessageChannelListener<import("../../common/utils/channel/message-channel-injection-token").MessageChannel<any>>, void>;
|
|
4
|
-
export default applicationUpdateStatusListenerInjectable;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { AskBooleanQuestionChannel } from "../../common/ask-boolean/ask-boolean-question-channel.injectable";
|
|
2
|
-
import type { MessageChannelListener } from "../../common/utils/channel/message-channel-listener-injection-token";
|
|
3
|
-
declare const askBooleanQuestionChannelListenerInjectable: import("@ogre-tools/injectable").Injectable<MessageChannelListener<AskBooleanQuestionChannel>, MessageChannelListener<import("../../common/utils/channel/message-channel-injection-token").MessageChannel<any>>, void>;
|
|
4
|
-
export default askBooleanQuestionChannelListenerInjectable;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) OpenLens Authors. All rights reserved.
|
|
3
|
-
* Licensed under MIT License. See LICENSE in root directory for more information.
|
|
4
|
-
*/
|
|
5
|
-
import React from "react";
|
|
6
|
-
import type { IComputedValue } from "mobx";
|
|
7
|
-
import type { StatusBarItemProps } from "./status-bar-registration";
|
|
8
|
-
export interface RegisteredStatusBarItems {
|
|
9
|
-
right: React.ComponentType<StatusBarItemProps>[];
|
|
10
|
-
left: React.ComponentType<StatusBarItemProps>[];
|
|
11
|
-
}
|
|
12
|
-
declare const registeredStatusBarItemsInjectable: import("@ogre-tools/injectable").Injectable<IComputedValue<RegisteredStatusBarItems>, unknown, void>;
|
|
13
|
-
export default registeredStatusBarItemsInjectable;
|