api-report and changeset

Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
This commit is contained in:
Peter Macdonald
2023-05-30 18:56:20 +02:00
committed by blam
parent 2af2bdfb90
commit 464125e9b1
2 changed files with 26 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': minor
---
Added `OwnershipEntityRefPicker` field extension that will display a dropdown of groups a user is part of.
+21
View File
@@ -292,6 +292,27 @@ export const OwnerPickerFieldSchema: FieldSchema<
// @public
export type OwnerPickerUiOptions = typeof OwnerPickerFieldSchema.uiOptionsType;
// @public
export const OwnershipEntityRefPickerFieldExtension: FieldExtensionComponent_2<
string,
{
title?: string | undefined;
description?: string | undefined;
}
>;
// Warning: (ae-missing-release-tag) "OwnershipEntityRefPickerSchema" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const OwnershipEntityRefPickerSchema: CustomFieldExtensionSchema_2;
// Warning: (ae-forgotten-export) The symbol "OwnershipEntityRefPickerFieldSchema" needs to be exported by the entry point index.d.ts
// Warning: (ae-missing-release-tag) "OwnershipEntityRefPickerUiOptions" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type OwnershipEntityRefPickerUiOptions =
typeof OwnershipEntityRefPickerFieldSchema.uiOptionsType;
// @public
export const repoPickerValidation: (
value: string,