@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
|
@@ -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;
|