api-report and changeset
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Added `OwnershipEntityRefPicker` field extension that will display a dropdown of groups a user is part of.
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user