@alauda-fe/dynamic-plugin-shared 0.0.4-alpha.6 → 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _alauda_fe_dynamic_plugin_sdk from '@alauda-fe/dynamic-plugin-sdk';
|
|
2
|
-
import { WorkspaceParams, TranslateService, TimeService, TranslatePipe, TranslateKey, FeatureGateService, WatchAPIResponse, K8sUtilService, Translation, TranslationValue, KubernetesResource as KubernetesResource$1, ConfigurableField, ResourceSelectorPopupRef, ProjectService, ClusterDataItem, K8sResourceDefinition,
|
|
2
|
+
import { WorkspaceParams, TranslateService, TimeService, TranslatePipe, TranslateKey, FeatureGateService, WatchAPIResponse, K8sUtilService, Translation, TranslationValue, KubernetesResource as KubernetesResource$1, ConfigurableField, ResourceSelectorPopupRef, ProjectService, ClusterDataItem, K8sResourceDefinition, K8sApiService, StringMap as StringMap$1, ResourceWriteParams, OpenAPIV3SchemaObject as OpenAPIV3SchemaObject$1, Arrayable as Arrayable$1 } from '@alauda-fe/dynamic-plugin-sdk';
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { Observable, Subject, BehaviorSubject, ReplaySubject, Subscription } from 'rxjs';
|
|
5
5
|
import { Primitive, ValueOf as ValueOf$1, UnionToIntersection } from 'ts-essentials';
|
|
@@ -5295,26 +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
|
-
/**
|
|
5301
|
-
* @deprecated use `definition` instead
|
|
5302
|
-
*/
|
|
5303
|
-
type?: ResourceType$1;
|
|
5304
5300
|
cluster?: string;
|
|
5305
5301
|
resource: T;
|
|
5306
5302
|
};
|
|
5307
5303
|
description: string;
|
|
5308
5304
|
confirming$$: BehaviorSubject<boolean>;
|
|
5309
|
-
constructor(dialogRef: DialogRef, k8sApi: K8sApiService, k8sUtil: K8sUtilService, data: {
|
|
5310
|
-
definition?: K8sResourceDefinition;
|
|
5311
|
-
/**
|
|
5312
|
-
* @deprecated use `definition` instead
|
|
5313
|
-
*/
|
|
5314
|
-
type?: ResourceType$1;
|
|
5315
|
-
cluster?: string;
|
|
5316
|
-
resource: T;
|
|
5317
|
-
});
|
|
5318
5305
|
confirm(): void;
|
|
5319
5306
|
static ɵfac: i0.ɵɵFactoryDeclaration<UpdateDescriptionDialogComponent<any>, never>;
|
|
5320
5307
|
static ɵcmp: i0.ɵɵComponentDeclaration<UpdateDescriptionDialogComponent<any>, "ng-component", never, {}, {}, never, never, true, never>;
|