@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda-fe/dynamic-plugin-shared",
3
- "version": "0.0.4-alpha.7",
3
+ "version": "0.0.4-alpha.8",
4
4
  "peerDependencies": {
5
5
  "@alauda/code-editor": "^5.2.1",
6
6
  "@alauda-fe/dynamic-plugin-sdk": "^0.0.1-alpha.22",
@@ -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>;