@k8slens/extensions 5.6.0-git.b57d48e39e.0 → 5.6.0-git.b95ab425ba.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/common/app-event-bus/app-event-bus.injectable.d.ts +2 -0
- package/dist/src/common/app-paths/app-path-injection-token.d.ts +0 -2
- package/dist/src/common/app-paths/directory-for-kube-configs/directory-for-kube-configs.injectable.d.ts +0 -1
- package/dist/src/common/app-paths/directory-for-user-data/directory-for-user-data.injectable.d.ts +0 -1
- package/dist/src/common/app-paths/get-custom-kube-config-directory/get-custom-kube-config-directory.injectable.d.ts +0 -1
- package/dist/src/common/application-update/selected-update-channel/default-update-channel.injectable.d.ts +2 -0
- package/dist/src/common/application-update/selected-update-channel/selected-update-channel.injectable.d.ts +8 -0
- package/dist/src/common/application-update/update-channels.d.ts +11 -0
- package/dist/src/common/catalog/categories/kubernetes-cluster.injectable.d.ts +0 -1
- package/dist/src/common/catalog/category-registry.injectable.d.ts +0 -1
- package/dist/src/common/catalog/has-category-for-entity.injectable.d.ts +0 -1
- package/dist/src/common/catalog-entities/kubernetes-cluster.d.ts +1 -1
- package/dist/src/common/cluster/authorization-review.injectable.d.ts +0 -1
- package/dist/src/common/cluster/cluster.d.ts +8 -4
- package/dist/src/common/cluster/create-cluster-injection-token.d.ts +2 -3
- package/dist/src/common/cluster/list-namespaces.injectable.d.ts +0 -1
- package/dist/src/common/cluster-frames.injectable.d.ts +2 -0
- package/dist/src/common/cluster-store/allowed-resources-injection-token.d.ts +6 -0
- package/dist/src/common/cluster-store/cluster-store.d.ts +4 -1
- package/dist/src/common/cluster-store/cluster-store.injectable.d.ts +0 -1
- package/dist/src/common/cluster-store/read-cluster-config.injectable.d.ts +4 -0
- package/dist/src/common/cluster-types.d.ts +8 -0
- package/dist/src/common/directory-for-lens-local-storage/directory-for-lens-local-storage.injectable.d.ts +0 -1
- package/dist/src/common/front-end-routing/{route-injection-token.d.ts → front-end-route-injection-token.d.ts} +1 -2
- package/dist/src/common/front-end-routing/navigate-to-route-injection-token.d.ts +1 -2
- package/dist/src/common/front-end-routing/routes/catalog/catalog-route.injectable.d.ts +1 -2
- package/dist/src/common/front-end-routing/routes/catalog/navigate-to-catalog.injectable.d.ts +0 -1
- package/dist/src/common/front-end-routing/routes/cluster/custom-resources/custom-resources/custom-resources-route.injectable.d.ts +1 -2
- package/dist/src/common/front-end-routing/routes/cluster-view/cluster-view-route.injectable.d.ts +1 -2
- package/dist/src/common/fs/fs.injectable.d.ts +0 -1
- package/dist/src/common/fs/read-file-sync.injectable.d.ts +3 -0
- package/dist/src/common/fs/read-json-file.injectable.d.ts +0 -1
- package/dist/src/common/fs/write-json-file.injectable.d.ts +0 -1
- package/dist/src/common/get-configuration-file-model/app-version/app-version.injectable.d.ts +0 -1
- package/dist/src/common/get-configuration-file-model/get-configuration-file-model.injectable.d.ts +0 -1
- package/dist/src/common/ipc/index.d.ts +0 -1
- package/dist/src/common/k8s-api/api-kube.d.ts +0 -1
- package/dist/src/common/k8s-api/api-manager/auto-registration-emitter.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/api-manager/manager.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/cluster-role-binding.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/cluster-role.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/cluster.api.d.ts +7 -0
- package/dist/src/common/k8s-api/endpoints/config-map.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/cron-job.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/custom-resource-definition.api.d.ts +8 -3
- package/dist/src/common/k8s-api/endpoints/custom-resource-definition.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/daemon-set.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/deployment.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/endpoint.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/events.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/horizontal-pod-autoscaler.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/ingress.api.d.ts +1 -1
- package/dist/src/common/k8s-api/endpoints/ingress.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/job.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/limit-range.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/metrics.api.d.ts +1 -1
- package/dist/src/common/k8s-api/endpoints/namespace.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/network-policy.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/node.api.d.ts +2 -0
- package/dist/src/common/k8s-api/endpoints/node.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/persistent-volume-claim.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/persistent-volume.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/pod-disruption-budget.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/pod-metrics.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/pod.api.d.ts +49 -40
- package/dist/src/common/k8s-api/endpoints/pod.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/replica-set.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/resource-quota.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/role-binding.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/role.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/secret.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/service-account.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/service.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/stateful-set.api.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/endpoints/storage-class.api.injectable.d.ts +0 -1
- package/dist/src/common/{ipc-channel/channel.d.ts → k8s-api/endpoints/types/external-documentation.d.ts} +3 -3
- package/dist/src/common/k8s-api/endpoints/types/json-schema-props.d.ts +86 -0
- package/dist/src/common/k8s-api/kube-api.d.ts +9 -0
- package/dist/src/common/k8s-api/kube-object.store.d.ts +2 -2
- package/dist/src/common/k8s-api/selected-filter-namespaces.injectable.d.ts +0 -1
- package/dist/src/common/k8s-api/stores-apis-can-be-created.token.d.ts +0 -1
- package/dist/src/common/kube-helpers.d.ts +10 -2
- package/dist/src/common/logger.injectable.d.ts +0 -1
- package/dist/src/common/path/get-absolute-path.injectable.d.ts +0 -1
- package/dist/src/common/terminal/channels.d.ts +28 -0
- package/dist/src/common/user-store/file-name-migration.injectable.d.ts +0 -1
- package/dist/src/common/user-store/preferences-helpers.d.ts +2 -6
- package/dist/src/common/user-store/terminal-config.injectable.d.ts +0 -1
- package/dist/src/common/user-store/terminal-copy-on-select.injectable.d.ts +0 -1
- package/dist/src/common/user-store/user-store.d.ts +7 -3
- package/dist/src/common/user-store/user-store.injectable.d.ts +0 -1
- package/dist/src/common/utils/buildUrl.d.ts +1 -1
- package/dist/src/common/utils/environment-variables.injectable.d.ts +7 -0
- package/dist/src/common/utils/is-allowed-resource.injectable.d.ts +0 -1
- package/dist/src/common/utils/reject-promise.d.ts +2 -2
- package/dist/src/common/utils/resolve-system-proxy/resolve-system-proxy-injection-token.d.ts +6 -0
- package/dist/src/common/utils/type-narrowing.d.ts +5 -0
- package/dist/src/common/vars/base-bundled-binaries-dir.injectable.d.ts +2 -0
- package/dist/src/common/vars/bundled-resources-dir.injectable.d.ts +2 -0
- package/dist/src/common/vars/is-development.injectable.d.ts +2 -0
- package/dist/src/common/vars/is-mac.injectable.d.ts +2 -0
- package/dist/src/common/vars/is-production.injectable.d.ts +2 -0
- package/dist/src/common/vars/is-test-env.injectable.d.ts +2 -0
- package/dist/src/common/vars/lens-resources-dir.injectable.d.ts +2 -0
- package/dist/src/common/vars/normalized-platform-architecture.injectable.d.ts +2 -0
- package/dist/src/common/vars/normalized-platform.injectable.d.ts +2 -0
- package/dist/src/common/vars/package-json.injectable.d.ts +353 -0
- package/dist/src/common/vars/platform.injectable.d.ts +3 -0
- package/dist/src/common/vars/static-files-directory.injectable.d.ts +2 -0
- package/dist/src/common/vars.d.ts +29 -13
- package/dist/src/extensions/as-legacy-globals-for-extension-api/as-legacy-global-function-for-extension-api.d.ts +1 -1
- package/dist/src/extensions/as-legacy-globals-for-extension-api/as-legacy-global-object-for-extension-api.d.ts +1 -1
- package/dist/src/extensions/as-legacy-globals-for-extension-api/legacy-global-di-for-extension-api.d.ts +1 -1
- package/dist/src/extensions/common-api/get-enabled-extensions/get-enabled-extensions.injectable.d.ts +0 -1
- package/dist/src/extensions/common-api/index.d.ts +2 -1
- package/dist/src/extensions/common-api/proxy.d.ts +10 -0
- package/dist/src/extensions/extension-discovery/extension-discovery.d.ts +1 -0
- package/dist/src/extensions/extension-loader/create-extension-instance.token.d.ts +0 -1
- package/dist/src/extensions/extension-loader/extension/extension.injectable.d.ts +7 -0
- package/dist/src/extensions/extension-loader/extension-instances.injectable.d.ts +0 -1
- package/dist/src/extensions/extension-loader/extension-loader.d.ts +2 -2
- package/dist/src/extensions/extension-loader/extension-registrator-injection-token.d.ts +7 -0
- package/dist/src/extensions/extensions-store/extensions-store.d.ts +5 -4
- package/dist/src/extensions/extensions-store/extensions-store.injectable.d.ts +0 -1
- package/dist/src/extensions/extensions.injectable.d.ts +0 -1
- package/dist/src/extensions/lens-extension-set-dependencies.d.ts +3 -1
- package/dist/src/extensions/lens-renderer-extension.d.ts +2 -0
- package/dist/src/extensions/registries/entity-setting-registry.d.ts +1 -1
- package/dist/src/extensions/renderer-api/components.d.ts +1 -0
- package/dist/src/extensions/renderer-extensions.injectable.d.ts +0 -1
- package/dist/src/main/app-paths/app-name/app-name.injectable.d.ts +2 -0
- package/dist/src/main/app-paths/app-name/product-name.injectable.d.ts +2 -0
- package/dist/src/main/catalog/entity-registry.injectable.d.ts +0 -1
- package/dist/src/main/child-process/spawn.injectable.d.ts +0 -1
- package/dist/src/main/cluster-detectors/base-cluster-detector.d.ts +3 -1
- package/dist/src/main/cluster-detectors/detector-registry.d.ts +9 -3
- package/dist/src/main/context-handler/context-handler.d.ts +4 -3
- package/dist/src/main/k8s-request.injectable.d.ts +9 -0
- package/dist/src/main/kube-auth-proxy/create-kube-auth-proxy.injectable.d.ts +0 -1
- package/dist/src/main/kube-auth-proxy/kube-auth-proxy.d.ts +1 -0
- package/dist/src/main/kubeconfig-manager/kubeconfig-manager.d.ts +3 -0
- package/dist/src/main/kubectl/kubectl.d.ts +18 -14
- package/dist/src/main/lens-proxy/lens-proxy-port.injectable.d.ts +5 -0
- package/dist/src/main/prometheus/provider-registry.d.ts +1 -2
- package/dist/src/main/start-main-application/lens-window/application-window/application-window-state.injectable.d.ts +8 -0
- package/dist/src/main/start-main-application/lens-window/application-window/application-window.injectable.d.ts +2 -0
- package/dist/src/main/start-main-application/lens-window/application-window/create-electron-window.injectable.d.ts +29 -0
- package/dist/src/main/start-main-application/lens-window/application-window/create-lens-window.injectable.d.ts +26 -0
- package/dist/src/main/start-main-application/lens-window/application-window/lens-window-injection-token.d.ts +16 -0
- package/dist/src/main/start-main-application/lens-window/application-window/send-to-channel-in-electron-browser-window.injectable.d.ts +4 -0
- package/dist/src/main/start-main-application/lens-window/application-window/wait-until-bundled-extensions-are-loaded.injectable.d.ts +2 -0
- package/dist/src/main/start-main-application/lens-window/navigate-for-extension.injectable.d.ts +3 -0
- package/dist/src/main/start-main-application/lens-window/navigate.injectable.d.ts +2 -0
- package/dist/src/main/start-main-application/lens-window/show-application-window.injectable.d.ts +2 -0
- package/dist/src/main/start-main-application/lens-window/splash-window/splash-window.injectable.d.ts +2 -0
- package/dist/src/main/utils/channel/ipc-main/ipc-main.injectable.d.ts +2 -0
- package/dist/src/renderer/api/catalog/entity/get-active-cluster-entity.injectable.d.ts +0 -1
- package/dist/src/renderer/api/catalog/entity/registry.injectable.d.ts +0 -1
- package/dist/src/renderer/api/create-terminal-api.injectable.d.ts +0 -1
- package/dist/src/renderer/api/terminal-api.d.ts +2 -22
- package/dist/src/renderer/api/websocket-api.d.ts +4 -4
- package/dist/src/renderer/cluster-frame-context/cluster-frame-context.injectable.d.ts +0 -1
- package/dist/src/{common/cluster-store → renderer/cluster-frame-context}/hosted-cluster-id.injectable.d.ts +0 -1
- package/dist/src/renderer/cluster-frame-context/hosted-cluster.injectable.d.ts +2 -0
- package/dist/src/renderer/components/+custom-resources/crd-groups-url-param.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+custom-resources/custom-resources-route-parameters.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+custom-resources/definition.store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+events/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+namespaces/namespace-select-filter-model/namespace-select-filter-model.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+namespaces/namespace-select.d.ts +1 -0
- package/dist/src/renderer/components/+namespaces/store.injectable.d.ts +0 -1
- package/dist/src/{main/utils/parse-query.d.ts → renderer/components/+preferences/app-preference-tab/app-preference-tab-registration.d.ts} +5 -1
- package/dist/src/renderer/components/+storage-volumes/get-persisten-volumes-by-storage-class.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+storage-volumes/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+user-management/+service-accounts/service-account-menu.d.ts +1 -0
- package/dist/src/renderer/components/+workloads-deployments/scale/dialog-state.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+workloads-deployments/scale/open.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+workloads-jobs/get-jobs-by-owner.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+workloads-jobs/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+workloads-pods/get-pod-by-id.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+workloads-pods/get-pods-by-owner-id.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+workloads-pods/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+workloads-replicasets/scale-dialog/open.injectable.d.ts +0 -1
- package/dist/src/renderer/components/+workloads-replicasets/scale-dialog/state.injectable.d.ts +0 -1
- package/dist/src/renderer/components/animate/animate.d.ts +6 -1
- package/dist/src/renderer/components/animate/request-animation-frame.injectable.d.ts +2 -0
- package/dist/src/renderer/components/cluster-manager/cluster-view-route-parameters.injectable.d.ts +0 -1
- package/dist/src/renderer/components/command-palette/command-overlay.injectable.d.ts +0 -1
- package/dist/src/renderer/components/confirm-dialog/confirm.injectable.d.ts +0 -1
- package/dist/src/renderer/components/confirm-dialog/open.injectable.d.ts +0 -1
- package/dist/src/renderer/components/confirm-dialog/state.injectable.d.ts +0 -1
- package/dist/src/renderer/components/confirm-dialog/with-confirm.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/create-resource/clear-create-resource-tab-data.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/create-resource/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/dock/create-dock-tab.injectable.d.ts +1 -2
- package/dist/src/renderer/components/dock/dock/dock-storage.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/dock/rename-tab.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/dock/select-dock-tab.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/dock/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/dock-tab-store/create-dock-tab-store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/edit-resource/clear-edit-resource-tab-data.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/edit-resource/edit-resource-tab.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/edit-resource/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/install-chart/clear-install-chart-tab-data.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/install-chart/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/logs/clear-log-tab-data.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/logs/create-logs-tab.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/logs/create-pod-logs-tab.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/logs/create-workload-logs-tab.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/logs/is-logs-tab-data-valid.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/logs/set-log-tab-data.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/logs/tab-store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/terminal/clear-terminal-tab-data.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/terminal/create-terminal-tab.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/terminal/create-terminal.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/terminal/get-terminal-api.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/terminal/send-command.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/terminal/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/terminal/terminal-spawning-pool.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/terminal/terminal.d.ts +6 -3
- package/dist/src/renderer/components/dock/upgrade-chart/clear-upgrade-chart-tab-data.injectable.d.ts +0 -1
- package/dist/src/renderer/components/dock/upgrade-chart/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/drawer/drawer-item-labels.d.ts +1 -0
- package/dist/src/renderer/components/drawer/drawer-item.d.ts +7 -2
- package/dist/src/renderer/components/drawer/drawer-storage/drawer-storage.injectable.d.ts +0 -1
- package/dist/src/renderer/components/drawer/drawer-title.d.ts +5 -1
- package/dist/src/renderer/components/icon/icon.d.ts +22 -1
- package/dist/src/renderer/components/input/input.d.ts +7 -8
- package/dist/src/renderer/components/input/input_validators.d.ts +28 -15
- package/dist/src/renderer/components/input/search-url-page-param.injectable.d.ts +0 -1
- package/dist/src/renderer/components/item-object-list/filter-icon.d.ts +1 -0
- package/dist/src/renderer/components/item-object-list/page-filters/store.injectable.d.ts +0 -1
- package/dist/src/renderer/components/item-object-list/storage.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-detail-params/get-details-url.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-detail-params/hide-details.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-detail-params/kube-details-url.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-detail-params/kube-selected-url.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-detail-params/show-details.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-detail-params/toggle-details.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-object-menu/dependencies/cluster-name.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-object-menu/dependencies/cluster.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-object-menu/dependencies/kube-object-menu-items/kube-object-menu-items.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-object-menu/on-context-menu-open.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-object-status-icon/status-registrations.injectable.d.ts +0 -1
- package/dist/src/renderer/components/kube-object-status-icon/statuses-for-kube-object.injectable.d.ts +0 -1
- package/dist/src/renderer/components/layout/sidebar-items.injectable.d.ts +0 -3
- package/dist/src/renderer/components/layout/sidebar-storage/sidebar-storage.injectable.d.ts +0 -1
- package/dist/src/renderer/components/notifications/index.d.ts +0 -1
- package/dist/src/renderer/components/notifications/notifications-store.injectable.d.ts +3 -0
- package/dist/src/renderer/components/notifications/notifications.d.ts +7 -12
- package/dist/src/renderer/components/notifications/notifications.store.d.ts +0 -1
- package/dist/src/renderer/components/resource-metrics/no-metrics.d.ts +1 -0
- package/dist/src/renderer/components/select/select.d.ts +1 -1
- package/dist/src/renderer/components/switch/form-switcher.d.ts +1 -0
- package/dist/src/renderer/components/table/order-by-url-param.injectable.d.ts +0 -1
- package/dist/src/renderer/components/table/sort-by-url-param.injectable.d.ts +0 -1
- package/dist/src/renderer/components/table/table-cell.d.ts +0 -4
- package/dist/src/renderer/components/table/table-model/table-model.injectable.d.ts +0 -1
- package/dist/src/renderer/components/wizard/wizard.d.ts +2 -0
- package/dist/src/renderer/kube-object/handler.d.ts +0 -1
- package/dist/src/renderer/kube-object/handlers.injectable.d.ts +0 -1
- package/dist/src/renderer/kube-watch-api/kube-watch-api.injectable.d.ts +0 -1
- package/dist/src/renderer/kube-watch-api/subscribe-stores.injectable.d.ts +0 -1
- package/dist/src/renderer/navigation/create-page-param.injectable.d.ts +0 -1
- package/dist/src/renderer/navigation/history.injectable.d.ts +2 -2
- package/dist/src/renderer/navigation/is-route-active.injectable.d.ts +0 -1
- package/dist/src/renderer/navigation/match-route.injectable.d.ts +0 -1
- package/dist/src/renderer/navigation/matched-cluster-id.injectable.d.ts +0 -1
- package/dist/src/renderer/navigation/navigate.injectable.d.ts +0 -1
- package/dist/src/renderer/navigation/observable-history.injectable.d.ts +0 -1
- package/dist/src/renderer/routes/current-path.injectable.d.ts +0 -1
- package/dist/src/renderer/routes/extension-page-parameters.injectable.d.ts +0 -1
- package/dist/src/renderer/routes/get-extension-page-parameters.injectable.d.ts +0 -1
- package/dist/src/renderer/routes/route-path-parameters.injectable.d.ts +1 -2
- package/dist/src/renderer/stores-apis-can-be-created.injectable.d.ts +0 -1
- package/dist/src/renderer/themes/store.injectable.d.ts +0 -1
- package/dist/src/renderer/{app-paths/get-value-from-registered-channel/ipc-renderer → utils/channel}/ipc-renderer.injectable.d.ts +0 -2
- package/dist/src/renderer/utils/create-storage/create-storage.injectable.d.ts +0 -1
- package/dist/src/{main/proxy-functions/index.d.ts → renderer/utils/display-mode.d.ts} +4 -2
- package/dist/src/renderer/utils/index.d.ts +1 -1
- package/package.json +2 -2
- package/dist/src/common/app-paths/directory-for-bundled-binaries/directory-for-bundled-binaries.injectable.d.ts +0 -3
- package/dist/src/common/cluster-store/allowed-resources.injectable.d.ts +0 -3
- package/dist/src/common/cluster-store/hosted-cluster.injectable.d.ts +0 -3
- package/dist/src/common/ipc/update-available.d.ts +0 -19
- package/dist/src/common/ipc-channel/create-channel/create-channel.d.ts +0 -6
- package/dist/src/main/k8s-request.d.ts +0 -11
- package/dist/src/main/lens-proxy.d.ts +0 -50
- package/dist/src/main/proxy-functions/kube-api-upgrade-request.d.ts +0 -6
- package/dist/src/main/proxy-functions/types.d.ts +0 -15
- package/dist/src/main/router/route.d.ts +0 -73
- package/dist/src/main/router/router-content-types.d.ts +0 -14
- package/dist/src/main/router/router.d.ts +0 -32
- package/dist/src/main/window-manager.d.ts +0 -34
- package/dist/src/renderer/utils/display-booleans.d.ts +0 -6
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import { CreateResourceTabStore } from "./store";
         | 
| 3 2 | 
             
            declare const createResourceTabStoreInjectable: import("@ogre-tools/injectable").Injectable<CreateResourceTabStore, unknown, void>;
         | 
| 4 3 | 
             
            export default createResourceTabStoreInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { DockTab, DockTabCreate } from "./store";
         | 
| 3 | 
            -
            declare const createDockTabInjectable: import("@ogre-tools/injectable").Injectable<(rawTabDesc: DockTabCreate, addNumber?: boolean | 
| 2 | 
            +
            declare const createDockTabInjectable: import("@ogre-tools/injectable").Injectable<(rawTabDesc: DockTabCreate, addNumber?: boolean) => DockTab, unknown, void>;
         | 
| 4 3 | 
             
            export default createDockTabInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { DockStorageState } from "./store";
         | 
| 3 2 | 
             
            declare const dockStorageInjectable: import("@ogre-tools/injectable").Injectable<import("../../../utils").StorageLayer<DockStorageState>, unknown, void>;
         | 
| 4 3 | 
             
            export default dockStorageInjectable;
         | 
    
        package/dist/src/renderer/components/dock/dock-tab-store/create-dock-tab-store.injectable.d.ts
    CHANGED
    
    | @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { DockTabStoreOptions } from "./dock-tab.store";
         | 
| 3 2 | 
             
            import { DockTabStore } from "./dock-tab.store";
         | 
| 4 3 | 
             
            declare const createDockTabStoreInjectable: import("@ogre-tools/injectable").Injectable<(<T>(options?: DockTabStoreOptions) => DockTabStore<T>), unknown, void>;
         | 
    
        package/dist/src/renderer/components/dock/edit-resource/clear-edit-resource-tab-data.injectable.d.ts
    CHANGED
    
    | @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { TabId } from "../dock/store";
         | 
| 3 2 | 
             
            declare const clearEditResourceTabDataInjectable: import("@ogre-tools/injectable").Injectable<(tabId: TabId) => void, unknown, void>;
         | 
| 4 3 | 
             
            export default clearEditResourceTabDataInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { KubeObject } from "../../../../common/k8s-api/kube-object";
         | 
| 3 2 | 
             
            import type { DockTabCreateSpecific, TabId } from "../dock/store";
         | 
| 4 3 | 
             
            declare const createEditResourceTabInjectable: import("@ogre-tools/injectable").Injectable<(object: KubeObject, tabParams?: DockTabCreateSpecific) => TabId, unknown, void>;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import { EditResourceTabStore } from "./store";
         | 
| 3 2 | 
             
            declare const editResourceTabStoreInjectable: import("@ogre-tools/injectable").Injectable<EditResourceTabStore, unknown, void>;
         | 
| 4 3 | 
             
            export default editResourceTabStoreInjectable;
         | 
    
        package/dist/src/renderer/components/dock/install-chart/clear-install-chart-tab-data.injectable.d.ts
    CHANGED
    
    | @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { TabId } from "../dock/store";
         | 
| 3 2 | 
             
            declare const clearInstallChartTabDataInjectable: import("@ogre-tools/injectable").Injectable<(tabId: TabId) => void, unknown, void>;
         | 
| 4 3 | 
             
            export default clearInstallChartTabDataInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import { InstallChartTabStore } from "./store";
         | 
| 3 2 | 
             
            declare const installChartTabStoreInjectable: import("@ogre-tools/injectable").Injectable<InstallChartTabStore, unknown, void>;
         | 
| 4 3 | 
             
            export default installChartTabStoreInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { TabId } from "../dock/store";
         | 
| 3 2 | 
             
            import type { LogTabData } from "./tab-store";
         | 
| 4 3 | 
             
            export declare type CreateLogsTabData = Pick<LogTabData, "owner" | "selectedPodId" | "selectedContainer" | "namespace"> & Omit<Partial<LogTabData>, "owner" | "selectedPodId" | "selectedContainer" | "namespace">;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { TabId } from "../dock/store";
         | 
| 3 2 | 
             
            declare const isLogsTabDataValidInjectable: import("@ogre-tools/injectable").Injectable<(tabId: TabId) => boolean, unknown, void>;
         | 
| 4 3 | 
             
            export default isLogsTabDataValidInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { LogTabData } from "./tab-store";
         | 
| 3 2 | 
             
            declare const setLogTabDataInjectable: import("@ogre-tools/injectable").Injectable<(tabId: string, data: LogTabData) => void, unknown, void>;
         | 
| 4 3 | 
             
            export default setLogTabDataInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { TabId } from "../dock/store";
         | 
| 3 2 | 
             
            declare const clearTerminalTabDataInjectable: import("@ogre-tools/injectable").Injectable<(tabId: TabId) => void, unknown, void>;
         | 
| 4 3 | 
             
            export default clearTerminalTabDataInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { DockTabCreateSpecific } from "../dock/store";
         | 
| 3 2 | 
             
            declare const createTerminalTabInjectable: import("@ogre-tools/injectable").Injectable<(tabParams?: DockTabCreateSpecific) => Required<import("../dock/store").DockTabCreate>, unknown, void>;
         | 
| 4 3 | 
             
            export default createTerminalTabInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { TabId } from "../dock/store";
         | 
| 3 2 | 
             
            declare const getTerminalApiInjectable: import("@ogre-tools/injectable").Injectable<(tabId: TabId) => import("../../../api/terminal-api").TerminalApi | undefined, unknown, void>;
         | 
| 4 3 | 
             
            export default getTerminalApiInjectable;
         | 
| @@ -30,7 +30,10 @@ export declare class Terminal { | |
| 30 30 | 
             
                private get viewport();
         | 
| 31 31 | 
             
                attachTo(parentElem: HTMLElement): void;
         | 
| 32 32 | 
             
                detach(): void;
         | 
| 33 | 
            -
                 | 
| 33 | 
            +
                get fontFamily(): string;
         | 
| 34 | 
            +
                get fontSize(): number;
         | 
| 35 | 
            +
                get theme(): Record<string, string>;
         | 
| 36 | 
            +
                constructor(dependencies: TerminalDependencies, { tabId, api, }: TerminalArguments);
         | 
| 34 37 | 
             
                destroy(): void;
         | 
| 35 38 | 
             
                fit: () => void;
         | 
| 36 39 | 
             
                fitLazy: import("lodash").DebouncedFunc<() => void>;
         | 
| @@ -44,7 +47,7 @@ export declare class Terminal { | |
| 44 47 | 
             
                onClickLink: (evt: MouseEvent, link: string) => void;
         | 
| 45 48 | 
             
                onContextMenu: () => void;
         | 
| 46 49 | 
             
                onSelectionChange: () => void;
         | 
| 47 | 
            -
                setFontSize: ( | 
| 48 | 
            -
                setFontFamily: ( | 
| 50 | 
            +
                setFontSize: (fontSize: number) => void;
         | 
| 51 | 
            +
                setFontFamily: (fontFamily: string) => void;
         | 
| 49 52 | 
             
                keyHandler: (evt: KeyboardEvent) => boolean;
         | 
| 50 53 | 
             
            }
         | 
    
        package/dist/src/renderer/components/dock/upgrade-chart/clear-upgrade-chart-tab-data.injectable.d.ts
    CHANGED
    
    | @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { TabId } from "../dock/store";
         | 
| 3 2 | 
             
            declare const clearUpgradeChartTabDataInjectable: import("@ogre-tools/injectable").Injectable<(tabId: TabId) => void, unknown, void>;
         | 
| 4 3 | 
             
            export default clearUpgradeChartTabDataInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import { UpgradeChartTabStore } from "./store";
         | 
| 3 2 | 
             
            declare const upgradeChartTabStoreInjectable: import("@ogre-tools/injectable").Injectable<UpgradeChartTabStore, unknown, void>;
         | 
| 4 3 | 
             
            export default upgradeChartTabStoreInjectable;
         | 
| @@ -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 type { DrawerItemProps } from "./drawer-item";
         | 
| 6 7 | 
             
            export interface DrawerItemLabelsProps extends DrawerItemProps {
         | 
| 7 8 | 
             
                labels: string[] | Partial<Record<string, string>>;
         | 
| @@ -9,6 +9,11 @@ export interface DrawerItemProps extends React.HTMLAttributes<HTMLDivElement> { | |
| 9 9 | 
             
                title?: string;
         | 
| 10 10 | 
             
                labelsOnly?: boolean;
         | 
| 11 11 | 
             
                hidden?: boolean;
         | 
| 12 | 
            -
                 | 
| 12 | 
            +
                /**
         | 
| 13 | 
            +
                 * @deprecated This prop is no longer used, you should stringify the booleans yourself.
         | 
| 14 | 
            +
                 *
         | 
| 15 | 
            +
                 * This was only meant to be an internal prop anyway.
         | 
| 16 | 
            +
                 */
         | 
| 17 | 
            +
                renderBooleans?: boolean;
         | 
| 13 18 | 
             
            }
         | 
| 14 | 
            -
            export declare function DrawerItem({ name, title, labelsOnly, children, hidden, className,  | 
| 19 | 
            +
            export declare function DrawerItem({ name, title, labelsOnly, children, hidden, className, ...elemProps }: DrawerItemProps): JSX.Element | null;
         | 
| @@ -5,7 +5,11 @@ | |
| 5 5 | 
             
            import React from "react";
         | 
| 6 6 | 
             
            export interface DrawerTitleProps {
         | 
| 7 7 | 
             
                className?: string;
         | 
| 8 | 
            -
                children | 
| 8 | 
            +
                children?: React.ReactNode;
         | 
| 9 | 
            +
                /**
         | 
| 10 | 
            +
                 * @deprecated Prefer passing the value as `children`
         | 
| 11 | 
            +
                 */
         | 
| 12 | 
            +
                title?: React.ReactNode;
         | 
| 9 13 | 
             
                /**
         | 
| 10 14 | 
             
                 * Specifies how large this title is
         | 
| 11 15 | 
             
                 *
         | 
| @@ -11,7 +11,28 @@ export interface BaseIconProps { | |
| 11 11 | 
             
                */
         | 
| 12 12 | 
             
                material?: string;
         | 
| 13 13 | 
             
                /**
         | 
| 14 | 
            -
                 * Either an SVG  | 
| 14 | 
            +
                 * Either an SVG XML or one of the following names
         | 
| 15 | 
            +
                 * - configuration
         | 
| 16 | 
            +
                 * - crane
         | 
| 17 | 
            +
                 * - group
         | 
| 18 | 
            +
                 * - helm
         | 
| 19 | 
            +
                 * - install
         | 
| 20 | 
            +
                 * - kube
         | 
| 21 | 
            +
                 * - lens-logo
         | 
| 22 | 
            +
                 * - license
         | 
| 23 | 
            +
                 * - logo-lens
         | 
| 24 | 
            +
                 * - logout
         | 
| 25 | 
            +
                 * - nodes
         | 
| 26 | 
            +
                 * - push_off
         | 
| 27 | 
            +
                 * - push_pin
         | 
| 28 | 
            +
                 * - spinner
         | 
| 29 | 
            +
                 * - ssh
         | 
| 30 | 
            +
                 * - storage
         | 
| 31 | 
            +
                 * - terminal
         | 
| 32 | 
            +
                 * - user
         | 
| 33 | 
            +
                 * - users
         | 
| 34 | 
            +
                 * - wheel
         | 
| 35 | 
            +
                 * - workloads
         | 
| 15 36 | 
             
                 */
         | 
| 16 37 | 
             
                svg?: string;
         | 
| 17 38 | 
             
                /**
         | 
| @@ -8,10 +8,9 @@ import type { DOMAttributes, InputHTMLAttributes, TextareaHTMLAttributes } from | |
| 8 8 | 
             
            import React from "react";
         | 
| 9 9 | 
             
            import type { TooltipProps } from "../tooltip";
         | 
| 10 10 | 
             
            import * as Validators from "./input_validators";
         | 
| 11 | 
            -
            import type { InputValidator } from "./input_validators";
         | 
| 12 | 
            -
            declare const InputValidators: {
         | 
| 13 | 
            -
                 | 
| 14 | 
            -
                AsyncInputValidationError: typeof Validators.AsyncInputValidationError;
         | 
| 11 | 
            +
            import type { InputValidator, InputValidation, InputValidationResult, SyncValidationMessage } from "./input_validators";
         | 
| 12 | 
            +
            declare const asyncInputValidator: typeof Validators.asyncInputValidator, inputValidator: typeof Validators.inputValidator, isAsyncValidator: typeof Validators.isAsyncValidator, unionInputValidatorsAsync: typeof Validators.unionInputValidatorsAsync, InputValidators: {
         | 
| 13 | 
            +
                unionInputValidators(baseValidator: Pick<Validators.InputValidator<false>, "message" | "condition">, ...validators: Validators.InputValidator<false>[]): Validators.InputValidator<false>;
         | 
| 15 14 | 
             
                isRequired: Validators.InputValidator<false>;
         | 
| 16 15 | 
             
                isEmail: Validators.InputValidator<false>;
         | 
| 17 16 | 
             
                isNumber: Validators.InputValidator<false>;
         | 
| @@ -30,8 +29,8 @@ declare const InputValidators: { | |
| 30 29 | 
             
                systemName: Validators.InputValidator<false>;
         | 
| 31 30 | 
             
                accountId: Validators.InputValidator<false>;
         | 
| 32 31 | 
             
            };
         | 
| 33 | 
            -
            export { InputValidators };
         | 
| 34 | 
            -
            export type { InputValidator };
         | 
| 32 | 
            +
            export { InputValidators, asyncInputValidator, inputValidator, isAsyncValidator, unionInputValidatorsAsync, };
         | 
| 33 | 
            +
            export type { InputValidator, InputValidation, InputValidationResult, SyncValidationMessage, };
         | 
| 35 34 | 
             
            declare type InputElement = HTMLInputElement | HTMLTextAreaElement;
         | 
| 36 35 | 
             
            declare type InputElementProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAttributes<HTMLTextAreaElement> & DOMAttributes<InputElement>;
         | 
| 37 36 | 
             
            export interface IconDataFnArg {
         | 
| @@ -75,7 +74,7 @@ interface State { | |
| 75 74 | 
             
            export declare class Input extends React.Component<InputProps, State> {
         | 
| 76 75 | 
             
                static defaultProps: object;
         | 
| 77 76 | 
             
                input: InputElement | null;
         | 
| 78 | 
            -
                validators: InputValidator | 
| 77 | 
            +
                validators: InputValidator[];
         | 
| 79 78 | 
             
                state: State;
         | 
| 80 79 | 
             
                constructor(props: InputProps);
         | 
| 81 80 | 
             
                componentWillUnmount(): void;
         | 
| @@ -94,7 +93,7 @@ export declare class Input extends React.Component<InputProps, State> { | |
| 94 93 | 
             
                onFocus(evt: React.FocusEvent<InputElement>): void;
         | 
| 95 94 | 
             
                onBlur(evt: React.FocusEvent<InputElement>): void;
         | 
| 96 95 | 
             
                setDirtyOnChange: import("lodash").DebouncedFunc<() => void>;
         | 
| 97 | 
            -
                onChange(evt: React.ChangeEvent<any>): void | 
| 96 | 
            +
                onChange(evt: React.ChangeEvent<any>): Promise<void>;
         | 
| 98 97 | 
             
                onKeyDown(evt: React.KeyboardEvent<InputElement>): void;
         | 
| 99 98 | 
             
                get showMaxLenIndicator(): boolean | 0 | undefined;
         | 
| 100 99 | 
             
                get isUncontrolled(): boolean;
         | 
| @@ -3,29 +3,42 @@ | |
| 3 3 | 
             
             * Licensed under MIT License. See LICENSE in root directory for more information.
         | 
| 4 4 | 
             
             */
         | 
| 5 5 | 
             
            import type { InputProps } from "./input";
         | 
| 6 | 
            -
            import type  | 
| 7 | 
            -
             | 
| 8 | 
            -
             | 
| 9 | 
            -
            export declare type  | 
| 6 | 
            +
            import type React from "react";
         | 
| 7 | 
            +
            import type { SetRequired } from "type-fest";
         | 
| 8 | 
            +
            export declare type InputValidationResult<IsAsync extends boolean> = IsAsync extends true ? Promise<void> : boolean;
         | 
| 9 | 
            +
            export declare type InputValidation<IsAsync extends boolean> = (value: string, props?: InputProps) => InputValidationResult<IsAsync>;
         | 
| 10 | 
            +
            export declare type SyncValidationMessage = React.ReactNode | ((value: string, props?: InputProps) => React.ReactNode);
         | 
| 11 | 
            +
            export declare type InputValidator<IsAsync extends boolean = boolean> = {
         | 
| 10 12 | 
             
                /**
         | 
| 11 13 | 
             
                 * Filters itself based on the input props
         | 
| 12 14 | 
             
                 */
         | 
| 13 15 | 
             
                condition?: (props: InputProps) => any;
         | 
| 14 | 
            -
            } & (IsAsync extends  | 
| 15 | 
            -
                validate: (value: string, props: InputProps) => boolean;
         | 
| 16 | 
            -
                message: ReactNode | ((value: string, props: InputProps) => ReactNode | string);
         | 
| 17 | 
            -
                debounce?: undefined;
         | 
| 18 | 
            -
            } : {
         | 
| 16 | 
            +
            } & (IsAsync extends true ? {
         | 
| 19 17 | 
             
                /**
         | 
| 20 | 
            -
                 *  | 
| 21 | 
            -
                 *
         | 
| 22 | 
            -
                 * This function MUST reject with an instance of {@link AsyncInputValidationError}
         | 
| 18 | 
            +
                 * The validation message maybe either specified from the `message` field (higher priority)
         | 
| 19 | 
            +
                 * or if that is not provided then the message will retrived from the rejected with value
         | 
| 23 20 | 
             
                 */
         | 
| 24 | 
            -
                validate:  | 
| 25 | 
            -
                message?:  | 
| 21 | 
            +
                validate: InputValidation<true>;
         | 
| 22 | 
            +
                message?: SyncValidationMessage;
         | 
| 26 23 | 
             
                debounce: number;
         | 
| 24 | 
            +
            } : {
         | 
| 25 | 
            +
                validate: InputValidation<false>;
         | 
| 26 | 
            +
                message: SyncValidationMessage;
         | 
| 27 | 
            +
                debounce?: undefined;
         | 
| 27 28 | 
             
            });
         | 
| 28 | 
            -
            export declare function  | 
| 29 | 
            +
            export declare function isAsyncValidator(validator: InputValidator<boolean>): validator is InputValidator<true>;
         | 
| 30 | 
            +
            export declare function asyncInputValidator(validator: InputValidator<true>): InputValidator<true>;
         | 
| 31 | 
            +
            export declare function inputValidator(validator: InputValidator<false>): InputValidator<false>;
         | 
| 32 | 
            +
            /**
         | 
| 33 | 
            +
             * Create a new input validator from a list of syncronous input validators. Will match as valid if
         | 
| 34 | 
            +
             * one of the input validators matches the input
         | 
| 35 | 
            +
             */
         | 
| 36 | 
            +
            export declare function unionInputValidators(baseValidator: Pick<InputValidator<false>, "condition" | "message">, ...validators: InputValidator<false>[]): InputValidator<false>;
         | 
| 37 | 
            +
            /**
         | 
| 38 | 
            +
             * Create a new input validator from a list of syncronous or async input validators. Will match as
         | 
| 39 | 
            +
             * valid if one of the input validators matches the input
         | 
| 40 | 
            +
             */
         | 
| 41 | 
            +
            export declare function unionInputValidatorsAsync(baseValidator: SetRequired<Pick<InputValidator<boolean>, "condition" | "message">, "message">, ...validators: InputValidator<boolean>[]): InputValidator<true>;
         | 
| 29 42 | 
             
            export declare const isRequired: InputValidator<false>;
         | 
| 30 43 | 
             
            export declare const isEmail: InputValidator<false>;
         | 
| 31 44 | 
             
            export declare const isNumber: InputValidator<false>;
         | 
| @@ -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 type { IconProps } from "../icon";
         | 
| 6 7 | 
             
            import { FilterType } from "./page-filters/store";
         | 
| 7 8 | 
             
            export interface FilterIconProps extends Partial<IconProps> {
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            export declare type GetDetailsUrl = (selfLink: string, resetSelected?: boolean, mergeGlobals?: boolean) => string;
         | 
| 3 2 | 
             
            declare const getDetailsUrlInjectable: import("@ogre-tools/injectable").Injectable<GetDetailsUrl, unknown, void>;
         | 
| 4 3 | 
             
            export default getDetailsUrlInjectable;
         | 
    
        package/dist/src/renderer/components/kube-object-menu/dependencies/cluster-name.injectable.d.ts
    CHANGED
    
    | @@ -2,6 +2,5 @@ | |
| 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="@ogre-tools/injectable" />
         | 
| 6 5 | 
             
            declare const clusterNameInjectable: import("@ogre-tools/injectable").Injectable<string | undefined, unknown, void>;
         | 
| 7 6 | 
             
            export default clusterNameInjectable;
         | 
| @@ -1,5 +1,4 @@ | |
| 1 1 | 
             
            /// <reference types="react" />
         | 
| 2 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 3 2 | 
             
            import type { KubeObject } from "../../../../../common/k8s-api/kube-object";
         | 
| 4 3 | 
             
            declare const kubeObjectMenuItemsInjectable: import("@ogre-tools/injectable").Injectable<(import("react").ComponentType<import("../../kube-object-menu-registration").KubeObjectMenuItemProps> | import("react").FunctionComponent<import("../../../+workloads-cronjobs/cron-job-menu").CronJobMenuProps> | import("react").FunctionComponent<import("../../../+workloads-deployments/deployment-menu").DeploymentMenuProps> | import("react").FunctionComponent<import("../../../+workloads-replicasets/replica-set-menu").ReplicaSetMenuProps> | typeof import("../../../+user-management/+service-accounts/service-account-menu").ServiceAccountMenu)[], unknown, {
         | 
| 5 4 | 
             
                kubeObject: KubeObject;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { KubeObject } from "../../../common/k8s-api/kube-object";
         | 
| 3 2 | 
             
            import type { KubeObjectOnContextMenuOpenContext } from "../../kube-object/handler";
         | 
| 4 3 | 
             
            export declare type OnKubeObjectContextMenuOpen = (obj: KubeObject, ctx: KubeObjectOnContextMenuOpenContext) => void;
         | 
    
        package/dist/src/renderer/components/kube-object-status-icon/status-registrations.injectable.d.ts
    CHANGED
    
    | @@ -1,3 +1,2 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            declare const statusRegistrationsInjectable: import("@ogre-tools/injectable").Injectable<import("mobx").IComputedValue<import("./kube-object-status-registration").KubeObjectStatusRegistration[]>, unknown, void>;
         | 
| 3 2 | 
             
            export default statusRegistrationsInjectable;
         | 
| @@ -1,4 +1,3 @@ | |
| 1 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 2 1 | 
             
            import type { KubeObject } from "../../../common/k8s-api/kube-object";
         | 
| 3 2 | 
             
            declare const statusesForKubeObjectInjectable: import("@ogre-tools/injectable").Injectable<import("../../../common/k8s-api/kube-object-status").KubeObjectStatus[], unknown, KubeObject<unknown, unknown, import("../../../common/k8s-api/kube-object").KubeObjectScope>>;
         | 
| 4 3 | 
             
            export default statusesForKubeObjectInjectable;
         | 
| @@ -1,7 +1,5 @@ | |
| 1 1 | 
             
            /// <reference types="react" />
         | 
| 2 | 
            -
            /// <reference types="@ogre-tools/injectable" />
         | 
| 3 2 | 
             
            import type { IComputedValue } from "mobx";
         | 
| 4 | 
            -
            import type { LensRendererExtension } from "../../../extensions/lens-renderer-extension";
         | 
| 5 3 | 
             
            export interface SidebarItemRegistration {
         | 
| 6 4 | 
             
                id: string;
         | 
| 7 5 | 
             
                parentId: string | null;
         | 
| @@ -11,7 +9,6 @@ export interface SidebarItemRegistration { | |
| 11 9 | 
             
                isActive?: IComputedValue<boolean>;
         | 
| 12 10 | 
             
                isVisible?: IComputedValue<boolean>;
         | 
| 13 11 | 
             
                orderNumber: number;
         | 
| 14 | 
            -
                extension?: LensRendererExtension;
         | 
| 15 12 | 
             
            }
         | 
| 16 13 | 
             
            export declare const sidebarItemsInjectionToken: import("@ogre-tools/injectable").InjectionToken<IComputedValue<SidebarItemRegistration[]>, void>;
         | 
| 17 14 | 
             
            export interface HierarchicalSidebarItem {
         | 
| @@ -5,15 +5,10 @@ | |
| 5 5 | 
             
            import "./notifications.scss";
         | 
| 6 6 | 
             
            import React from "react";
         | 
| 7 7 | 
             
            import type { Notification, NotificationMessage } from "./notifications.store";
         | 
| 8 | 
            -
            export declare  | 
| 9 | 
            -
                 | 
| 10 | 
            -
                 | 
| 11 | 
            -
                 | 
| 12 | 
            -
                 | 
| 13 | 
            -
                 | 
| 14 | 
            -
             | 
| 15 | 
            -
                componentDidMount(): void;
         | 
| 16 | 
            -
                scrollToLastNotification(): void;
         | 
| 17 | 
            -
                getMessage(notification: Notification): (React.ReactChild | React.ReactFragment | React.ReactPortal)[];
         | 
| 18 | 
            -
                render(): JSX.Element;
         | 
| 19 | 
            -
            }
         | 
| 8 | 
            +
            export declare const Notifications: React.FC<{}> & {
         | 
| 9 | 
            +
                ok: (message: NotificationMessage) => () => void;
         | 
| 10 | 
            +
                checkedError: (message: unknown, fallback: string, customOpts?: Partial<Omit<Notification, "message">>) => () => void;
         | 
| 11 | 
            +
                error: (message: NotificationMessage, customOpts?: Partial<Omit<Notification, "message">>) => () => void;
         | 
| 12 | 
            +
                shortInfo: (message: NotificationMessage, customOpts?: Partial<Omit<Notification, "message">>) => () => void;
         | 
| 13 | 
            +
                info: (message: NotificationMessage, customOpts?: Partial<Omit<Notification, "message">>) => () => void;
         | 
| 14 | 
            +
            };
         | 
| @@ -8,7 +8,7 @@ import type { ObservableSet } from "mobx"; | |
| 8 8 | 
             
            import type { Props as ReactSelectProps, GroupBase, PropsValue } from "react-select";
         | 
| 9 9 | 
             
            export interface SelectOption<Value> {
         | 
| 10 10 | 
             
                value: Value;
         | 
| 11 | 
            -
                label:  | 
| 11 | 
            +
                label: React.ReactNode;
         | 
| 12 12 | 
             
                isDisabled?: boolean;
         | 
| 13 13 | 
             
                isSelected?: boolean;
         | 
| 14 14 | 
             
            }
         | 
| @@ -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 type { FormControlLabelProps } from "@material-ui/core/FormControlLabel";
         | 
| 6 7 | 
             
            /**
         | 
| 7 8 | 
             
             * @deprecated Use <Switch/> instead from "../switch.tsx".
         | 
| @@ -32,10 +32,6 @@ export interface TableCellProps extends React.DOMAttributes<HTMLDivElement> { | |
| 32 32 | 
             
                 * mark checkbox as checked or not
         | 
| 33 33 | 
             
                 */
         | 
| 34 34 | 
             
                isChecked?: boolean;
         | 
| 35 | 
            -
                /**
         | 
| 36 | 
            -
                 * show "true" or "false" for all of the children elements are "typeof boolean"
         | 
| 37 | 
            -
                 */
         | 
| 38 | 
            -
                renderBoolean?: boolean;
         | 
| 39 35 | 
             
                /**
         | 
| 40 36 | 
             
                 * column name, must be same as key in sortable object <Table sortable={}/>
         | 
| 41 37 | 
             
                 */
         |