@alauda-fe/dynamic-plugin-shared 0.0.4-alpha.7 → 0.0.4-alpha.8
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/package.json
CHANGED
|
@@ -5295,18 +5295,13 @@ declare class UpdateDescriptionDialogComponent<T extends KubernetesResource> {
|
|
|
5295
5295
|
private readonly dialogRef;
|
|
5296
5296
|
private readonly k8sApi;
|
|
5297
5297
|
private readonly k8sUtil;
|
|
5298
|
-
data: {
|
|
5298
|
+
readonly data: {
|
|
5299
5299
|
definition?: K8sResourceDefinition;
|
|
5300
5300
|
cluster?: string;
|
|
5301
5301
|
resource: T;
|
|
5302
5302
|
};
|
|
5303
5303
|
description: string;
|
|
5304
5304
|
confirming$$: BehaviorSubject<boolean>;
|
|
5305
|
-
constructor(dialogRef: DialogRef, k8sApi: K8sApiService, k8sUtil: K8sUtilService, data: {
|
|
5306
|
-
definition?: K8sResourceDefinition;
|
|
5307
|
-
cluster?: string;
|
|
5308
|
-
resource: T;
|
|
5309
|
-
});
|
|
5310
5305
|
confirm(): void;
|
|
5311
5306
|
static ɵfac: i0.ɵɵFactoryDeclaration<UpdateDescriptionDialogComponent<any>, never>;
|
|
5312
5307
|
static ɵcmp: i0.ɵɵComponentDeclaration<UpdateDescriptionDialogComponent<any>, "ng-component", never, {}, {}, never, never, true, never>;
|