@alauda-fe/dynamic-plugin-shared 0.0.4-alpha.28 → 0.0.4-alpha.29

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.28",
3
+ "version": "0.0.4-alpha.29",
4
4
  "peerDependencies": {
5
5
  "@alauda/code-editor": "^6.0.1-alpha.3",
6
6
  "@alauda-fe/dynamic-plugin-sdk": "^0.0.1-alpha.25",
@@ -5267,6 +5267,7 @@ declare class PluginClusterSelectorComponent implements AfterViewInit {
5267
5267
  private readonly http;
5268
5268
  projectApi: ProjectService;
5269
5269
  displayFields: ConfigurableField[];
5270
+ private getProjectClusterNames$;
5270
5271
  filterClusters$: Observable<string[]>;
5271
5272
  getFilterFn(filterClusters: string[]): (clusters: ClusterDataItem[]) => ClusterDataItem[];
5272
5273
  ngAfterViewInit(): void;