From 2a8982f1be3cf98c057a3066c7cd62558e3f20f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 8 Apr 2025 16:14:10 +0200 Subject: [PATCH] reports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- packages/core-components/report-alpha.api.md | 10 +-- plugins/api-docs/report-alpha.api.md | 24 +++--- plugins/app/report.api.md | 4 +- plugins/catalog-graph/report-alpha.api.md | 16 ++-- plugins/catalog-graph/report.api.md | 2 +- plugins/catalog-react/report-alpha.api.md | 12 +-- plugins/catalog-react/report.api.md | 2 +- plugins/catalog/report-alpha.api.md | 48 ++++++------ plugins/catalog/report.api.md | 6 +- plugins/org/report-alpha.api.md | 16 ++-- .../report.api.md | 44 +++++------ plugins/scaffolder-backend/report.api.md | 2 +- plugins/scaffolder-react/report-alpha.api.md | 2 +- plugins/scaffolder/report-alpha.api.md | 78 +++++++++---------- plugins/scaffolder/report.api.md | 12 +-- .../report.api.md | 4 +- plugins/techdocs/report-alpha.api.md | 2 +- plugins/techdocs/report.api.md | 2 +- plugins/user-settings/report-alpha.api.md | 8 +- 19 files changed, 147 insertions(+), 147 deletions(-) diff --git a/packages/core-components/report-alpha.api.md b/packages/core-components/report-alpha.api.md index ce2c920748..73b4194266 100644 --- a/packages/core-components/report-alpha.api.md +++ b/packages/core-components/report-alpha.api.md @@ -10,16 +10,16 @@ export const coreComponentsTranslationRef: TranslationRef< 'core-components', { readonly 'table.filter.title': 'Filters'; - readonly 'table.filter.clearAll': 'Clear all'; readonly 'table.filter.placeholder': 'All results'; + readonly 'table.filter.clearAll': 'Clear all'; readonly 'table.body.emptyDataSourceMessage': 'No records to display'; + readonly 'table.toolbar.search': 'Filter'; readonly 'table.pagination.firstTooltip': 'First Page'; readonly 'table.pagination.labelDisplayedRows': '{from}-{to} of {count}'; readonly 'table.pagination.labelRowsSelect': 'rows'; readonly 'table.pagination.lastTooltip': 'Last Page'; readonly 'table.pagination.nextTooltip': 'Next Page'; readonly 'table.pagination.previousTooltip': 'Previous Page'; - readonly 'table.toolbar.search': 'Filter'; readonly 'signIn.title': 'Sign In'; readonly 'signIn.loginFailed': 'Login failed'; readonly 'signIn.customProvider.title': 'Custom User'; @@ -29,12 +29,12 @@ export const coreComponentsTranslationRef: TranslationRef< readonly 'signIn.customProvider.continue': 'Continue'; readonly 'signIn.customProvider.idToken': 'ID Token (optional)'; readonly 'signIn.guestProvider.title': 'Guest'; - readonly 'signIn.guestProvider.subtitle': 'Enter as a Guest User.\n You will not have a verified identity, meaning some features might be unavailable.'; readonly 'signIn.guestProvider.enter': 'Enter'; + readonly 'signIn.guestProvider.subtitle': 'Enter as a Guest User.\n You will not have a verified identity, meaning some features might be unavailable.'; readonly skipToContent: 'Skip to content'; readonly 'copyTextButton.tooltipText': 'Text copied to clipboard'; - readonly 'simpleStepper.reset': 'Reset'; readonly 'simpleStepper.finish': 'Finish'; + readonly 'simpleStepper.reset': 'Reset'; readonly 'simpleStepper.next': 'Next'; readonly 'simpleStepper.skip': 'Skip'; readonly 'simpleStepper.back': 'Back'; @@ -53,8 +53,8 @@ export const coreComponentsTranslationRef: TranslationRef< readonly 'oauthRequestDialog.authRedirectTitle': 'This will trigger a http redirect to OAuth Login.'; readonly 'oauthRequestDialog.login': 'Log in'; readonly 'oauthRequestDialog.rejectAll': 'Reject All'; - readonly 'supportButton.close': 'Close'; readonly 'supportButton.title': 'Support'; + readonly 'supportButton.close': 'Close'; readonly 'alertDisplay.message_one': '({{ count }} newer message)'; readonly 'alertDisplay.message_other': '({{ count }} newer messages)'; readonly 'autoLogout.stillTherePrompt.title': 'Logging out due to inactivity'; diff --git a/plugins/api-docs/report-alpha.api.md b/plugins/api-docs/report-alpha.api.md index 4c00eb2d0c..2724bc046c 100644 --- a/plugins/api-docs/report-alpha.api.md +++ b/plugins/api-docs/report-alpha.api.md @@ -48,11 +48,11 @@ const _default: FrontendPlugin< name: 'consumed-apis'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -89,11 +89,11 @@ const _default: FrontendPlugin< name: 'consuming-components'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -130,11 +130,11 @@ const _default: FrontendPlugin< name: 'definition'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -171,11 +171,11 @@ const _default: FrontendPlugin< name: 'has-apis'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -212,11 +212,11 @@ const _default: FrontendPlugin< name: 'provided-apis'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -253,11 +253,11 @@ const _default: FrontendPlugin< name: 'providing-components'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef diff --git a/plugins/app/report.api.md b/plugins/app/report.api.md index addbc8dce2..3654a3965a 100644 --- a/plugins/app/report.api.md +++ b/plugins/app/report.api.md @@ -678,15 +678,15 @@ const appPlugin: FrontendPlugin< config: { transientTimeoutMs: number; anchorOrigin: { - vertical: 'top' | 'bottom'; horizontal: 'center' | 'left' | 'right'; + vertical: 'top' | 'bottom'; }; }; configInput: { anchorOrigin?: | { - vertical?: 'top' | 'bottom' | undefined; horizontal?: 'center' | 'left' | 'right' | undefined; + vertical?: 'top' | 'bottom' | undefined; } | undefined; transientTimeoutMs?: number | undefined; diff --git a/plugins/catalog-graph/report-alpha.api.md b/plugins/catalog-graph/report-alpha.api.md index 873aaee1bd..cf5835e35c 100644 --- a/plugins/catalog-graph/report-alpha.api.md +++ b/plugins/catalog-graph/report-alpha.api.md @@ -24,8 +24,8 @@ const _default: FrontendPlugin< }, { catalogEntity: ExternalRouteRef<{ - kind: string; name: string; + kind: string; namespace: string; }>; }, @@ -45,15 +45,15 @@ const _default: FrontendPlugin< height: number | undefined; } & { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { - relations?: string[] | undefined; - title?: string | undefined; height?: number | undefined; + curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined; direction?: Direction | undefined; zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined; - curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined; + title?: string | undefined; + relations?: string[] | undefined; maxDepth?: number | undefined; kinds?: string[] | undefined; unidirectional?: boolean | undefined; @@ -61,7 +61,7 @@ const _default: FrontendPlugin< relationPairs?: [string, string][] | undefined; } & { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -122,10 +122,10 @@ const _default: FrontendPlugin< path: string | undefined; }; configInput: { - relations?: string[] | undefined; + curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined; direction?: Direction | undefined; zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined; - curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined; + relations?: string[] | undefined; rootEntityRefs?: string[] | undefined; maxDepth?: number | undefined; kinds?: string[] | undefined; diff --git a/plugins/catalog-graph/report.api.md b/plugins/catalog-graph/report.api.md index 20ec9d56a0..25479bd9b7 100644 --- a/plugins/catalog-graph/report.api.md +++ b/plugins/catalog-graph/report.api.md @@ -44,8 +44,8 @@ export const catalogGraphPlugin: BackstagePlugin< { catalogEntity: ExternalRouteRef< { - kind: string; name: string; + kind: string; namespace: string; }, true diff --git a/plugins/catalog-react/report-alpha.api.md b/plugins/catalog-react/report-alpha.api.md index 0dcc48fc35..e03367dd8b 100644 --- a/plugins/catalog-react/report-alpha.api.md +++ b/plugins/catalog-react/report-alpha.api.md @@ -55,15 +55,15 @@ export const catalogReactTranslationRef: TranslationRef< readonly 'inspectEntityDialog.title': 'Entity Inspector'; readonly 'inspectEntityDialog.closeButtonTitle': 'Close'; readonly 'inspectEntityDialog.ancestryPage.title': 'Ancestry'; - readonly 'inspectEntityDialog.colocatedPage.description': 'These are the entities that are colocated with this entity - as in, they originated from the same data source (e.g. came from the same YAML file), or from the same origin (e.g. the originally registered URL).'; readonly 'inspectEntityDialog.colocatedPage.title': 'Colocated'; + readonly 'inspectEntityDialog.colocatedPage.description': 'These are the entities that are colocated with this entity - as in, they originated from the same data source (e.g. came from the same YAML file), or from the same origin (e.g. the originally registered URL).'; readonly 'inspectEntityDialog.colocatedPage.alertNoLocation': 'Entity had no location information.'; readonly 'inspectEntityDialog.colocatedPage.alertNoEntity': 'There were no other entities on this location.'; - readonly 'inspectEntityDialog.jsonPage.description': 'This is the raw entity data as received from the catalog, on JSON form.'; readonly 'inspectEntityDialog.jsonPage.title': 'Entity as JSON'; + readonly 'inspectEntityDialog.jsonPage.description': 'This is the raw entity data as received from the catalog, on JSON form.'; readonly 'inspectEntityDialog.overviewPage.title': 'Overview'; - readonly 'inspectEntityDialog.yamlPage.description': 'This is the raw entity data as received from the catalog, on YAML form.'; readonly 'inspectEntityDialog.yamlPage.title': 'Entity as YAML'; + readonly 'inspectEntityDialog.yamlPage.description': 'This is the raw entity data as received from the catalog, on YAML form.'; readonly 'unregisterEntityDialog.title': 'Are you sure you want to unregister this entity?'; readonly 'unregisterEntityDialog.cancelButtonTitle': 'Cancel'; readonly 'unregisterEntityDialog.deleteButtonTitle': 'Delete Entity'; @@ -73,8 +73,8 @@ export const catalogReactTranslationRef: TranslationRef< readonly 'unregisterEntityDialog.bootstrapState.title': 'You cannot unregister this entity, since it originates from a protected Backstage configuration (location "{{location}}"). If you believe this is in error, please contact the {{appTitle}} integrator.'; readonly 'unregisterEntityDialog.bootstrapState.advancedDescription': 'You have the option to delete the entity itself from the catalog. Note that this should only be done if you know that the catalog file has been deleted at, or moved from, its origin location. If that is not the case, the entity will reappear shortly as the next refresh round is performed by the catalog.'; readonly 'unregisterEntityDialog.bootstrapState.advancedOptions': 'Advanced Options'; - readonly 'unregisterEntityDialog.unregisterState.description': 'To undo, just re-register the entity in {{appTitle}}.'; readonly 'unregisterEntityDialog.unregisterState.title': 'This action will unregister the following entities:'; + readonly 'unregisterEntityDialog.unregisterState.description': 'To undo, just re-register the entity in {{appTitle}}.'; readonly 'unregisterEntityDialog.unregisterState.subTitle': 'Located at the following location:'; readonly 'unregisterEntityDialog.unregisterState.advancedDescription': 'You also have the option to delete the entity itself from the catalog. Note that this should only be done if you know that the catalog file has been deleted at, or moved from, its origin location. If that is not the case, the entity will reappear shortly as the next refresh round is performed by the catalog.'; readonly 'unregisterEntityDialog.unregisterState.advancedOptions': 'Advanced Options'; @@ -151,11 +151,11 @@ export const EntityCardBlueprint: ExtensionBlueprint<{ inputs: {}; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; dataRefs: { filterFunction: ConfigurableExtensionDataRef< diff --git a/plugins/catalog-react/report.api.md b/plugins/catalog-react/report.api.md index a3cc259d00..1e5735bd86 100644 --- a/plugins/catalog-react/report.api.md +++ b/plugins/catalog-react/report.api.md @@ -532,8 +532,8 @@ export function entityRouteParams(entity: Entity): { // @public export const entityRouteRef: RouteRef<{ - kind: string; name: string; + kind: string; namespace: string; }>; diff --git a/plugins/catalog/report-alpha.api.md b/plugins/catalog/report-alpha.api.md index 71e72b501f..c63f0f4fce 100644 --- a/plugins/catalog/report-alpha.api.md +++ b/plugins/catalog/report-alpha.api.md @@ -85,8 +85,8 @@ export const catalogTranslationRef: TranslationRef< readonly 'entityLinksCard.title': 'Links'; readonly 'entityLinksCard.emptyDescription': 'No links defined for this entity. You can add links to your entity YAML as shown in the highlighted example below:'; readonly 'entityLinksCard.readMoreButtonTitle': 'Read more'; - readonly 'entityNotFound.description': 'Want to help us build this? Check out our Getting Started documentation.'; readonly 'entityNotFound.title': 'Entity was not found'; + readonly 'entityNotFound.description': 'Want to help us build this? Check out our Getting Started documentation.'; readonly 'entityNotFound.docButtonTitle': 'DOCS'; readonly entityProcessingErrorsDescription: 'The error below originates from'; readonly entityRelationWarningDescription: "This entity has relations to other entities, which can't be found in the catalog.\n Entities not found are: "; @@ -101,8 +101,8 @@ export const catalogTranslationRef: TranslationRef< readonly 'hasSystemsCard.title': 'Has systems'; readonly 'hasSystemsCard.emptyMessage': 'No system is part of this domain'; readonly 'relatedEntitiesCard.emptyHelpLinkTitle': 'Learn how to change this'; - readonly 'systemDiagramCard.description': 'Use pinch & zoom to move around the diagram.'; readonly 'systemDiagramCard.title': 'System Diagram'; + readonly 'systemDiagramCard.description': 'Use pinch & zoom to move around the diagram.'; readonly 'systemDiagramCard.edgeLabels.dependsOn': 'depends on'; readonly 'systemDiagramCard.edgeLabels.partOf': 'part of'; readonly 'systemDiagramCard.edgeLabels.provides': 'provides'; @@ -114,15 +114,15 @@ const _default: FrontendPlugin< { catalogIndex: RouteRef; catalogEntity: RouteRef<{ - kind: string; name: string; + kind: string; namespace: string; }>; }, { viewTechDoc: ExternalRouteRef<{ - kind: string; name: string; + kind: string; namespace: string; }>; createComponent: ExternalRouteRef; @@ -339,11 +339,11 @@ const _default: FrontendPlugin< name: 'about'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -380,11 +380,11 @@ const _default: FrontendPlugin< name: 'depends-on-components'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -421,11 +421,11 @@ const _default: FrontendPlugin< name: 'depends-on-resources'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -462,11 +462,11 @@ const _default: FrontendPlugin< name: 'has-components'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -503,11 +503,11 @@ const _default: FrontendPlugin< name: 'has-resources'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -544,11 +544,11 @@ const _default: FrontendPlugin< name: 'has-subcomponents'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -585,11 +585,11 @@ const _default: FrontendPlugin< name: 'has-subdomains'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -626,11 +626,11 @@ const _default: FrontendPlugin< name: 'has-systems'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -667,11 +667,11 @@ const _default: FrontendPlugin< name: 'labels'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -708,11 +708,11 @@ const _default: FrontendPlugin< name: 'links'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef diff --git a/plugins/catalog/report.api.md b/plugins/catalog/report.api.md index 741a68dbab..10e120d208 100644 --- a/plugins/catalog/report.api.md +++ b/plugins/catalog/report.api.md @@ -102,8 +102,8 @@ export const catalogPlugin: BackstagePlugin< { catalogIndex: RouteRef; catalogEntity: RouteRef<{ - kind: string; name: string; + kind: string; namespace: string; }>; }, @@ -111,8 +111,8 @@ export const catalogPlugin: BackstagePlugin< createComponent: ExternalRouteRef; viewTechDoc: ExternalRouteRef< { - kind: string; name: string; + kind: string; namespace: string; }, true @@ -467,7 +467,7 @@ export function EntityRelationWarning(): JSX_2.Element | null; // @public (undocumented) export const EntitySwitch: { - (props: EntitySwitchProps): JSX_2.Element; + (props: EntitySwitchProps): JSX.Element; Case: (_props: EntitySwitchCaseProps) => null; }; diff --git a/plugins/org/report-alpha.api.md b/plugins/org/report-alpha.api.md index 371befd4b8..e5d574ed5f 100644 --- a/plugins/org/report-alpha.api.md +++ b/plugins/org/report-alpha.api.md @@ -24,11 +24,11 @@ const _default: FrontendPlugin< name: 'group-profile'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -65,11 +65,11 @@ const _default: FrontendPlugin< name: 'members-list'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -106,11 +106,11 @@ const _default: FrontendPlugin< name: 'ownership'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef @@ -147,11 +147,11 @@ const _default: FrontendPlugin< name: 'user-profile'; config: { filter: EntityPredicate | undefined; - type: 'info' | 'summary' | 'content' | undefined; + type: 'content' | 'summary' | 'info' | undefined; }; configInput: { filter?: EntityPredicate | undefined; - type?: 'info' | 'summary' | 'content' | undefined; + type?: 'content' | 'summary' | 'info' | undefined; }; output: | ConfigurableExtensionDataRef diff --git a/plugins/scaffolder-backend-module-gitlab/report.api.md b/plugins/scaffolder-backend-module-gitlab/report.api.md index 16b3ca5f54..cdb6065a3b 100644 --- a/plugins/scaffolder-backend-module-gitlab/report.api.md +++ b/plugins/scaffolder-backend-module-gitlab/report.api.md @@ -38,17 +38,17 @@ export const createGitlabIssueAction: (options: { title: string; repoUrl: string; projectId: number; - description?: string | undefined; - token?: string | undefined; - weight?: number | undefined; labels?: string | undefined; - createdAt?: string | undefined; + description?: string | undefined; + weight?: number | undefined; + token?: string | undefined; assignees?: number[] | undefined; - milestoneId?: number | undefined; - dueDate?: string | undefined; + createdAt?: string | undefined; confidential?: boolean | undefined; - discussionToResolve?: string | undefined; + milestoneId?: number | undefined; epicId?: number | undefined; + dueDate?: string | undefined; + discussionToResolve?: string | undefined; issueType?: IssueType | undefined; mergeRequestToResolveDiscussionsOf?: number | undefined; }, @@ -68,8 +68,8 @@ export const createGitlabProjectAccessTokenAction: (options: { repoUrl: string; projectId: string | number; name?: string | undefined; - scopes?: string[] | undefined; token?: string | undefined; + scopes?: string[] | undefined; expiresAt?: string | undefined; accessLevel?: number | undefined; }, @@ -88,8 +88,8 @@ export const createGitlabProjectDeployTokenAction: (options: { scopes: string[]; repoUrl: string; projectId: string | number; - token?: string | undefined; username?: string | undefined; + token?: string | undefined; }, { user: string; @@ -108,8 +108,8 @@ export const createGitlabProjectVariableAction: (options: { repoUrl: string; projectId: string | number; variableType: string; - token?: string | undefined; raw?: boolean | undefined; + token?: string | undefined; masked?: boolean | undefined; environmentScope?: string | undefined; variableProtected?: boolean | undefined; @@ -237,26 +237,26 @@ export const editGitlabIssueAction: (options: { repoUrl: string; projectId: number; issueIid: number; - description?: string | undefined; title?: string | undefined; - token?: string | undefined; - weight?: number | undefined; labels?: string | undefined; - addLabels?: string | undefined; + description?: string | undefined; + weight?: number | undefined; + token?: string | undefined; assignees?: number[] | undefined; - milestoneId?: number | undefined; - dueDate?: string | undefined; - stateEvent?: IssueStateEvent | undefined; + addLabels?: string | undefined; confidential?: boolean | undefined; - updatedAt?: string | undefined; - epicId?: number | undefined; - issueType?: IssueType | undefined; - discussionLocked?: boolean | undefined; + milestoneId?: number | undefined; removeLabels?: string | undefined; + stateEvent?: IssueStateEvent | undefined; + discussionLocked?: boolean | undefined; + epicId?: number | undefined; + dueDate?: string | undefined; + updatedAt?: string | undefined; + issueType?: IssueType | undefined; }, { - title: string; state: string; + title: string; projectId: number; updatedAt: string; issueUrl: string; diff --git a/plugins/scaffolder-backend/report.api.md b/plugins/scaffolder-backend/report.api.md index e0000ed194..c3100d8259 100644 --- a/plugins/scaffolder-backend/report.api.md +++ b/plugins/scaffolder-backend/report.api.md @@ -244,8 +244,8 @@ export const createFilesystemDeleteAction: () => TemplateAction_2< // @public export const createFilesystemReadDirAction: () => TemplateAction_2< { - paths: string[]; recursive: boolean; + paths: string[]; }, { files: { diff --git a/plugins/scaffolder-react/report-alpha.api.md b/plugins/scaffolder-react/report-alpha.api.md index 0508261c7a..c4f4ecc990 100644 --- a/plugins/scaffolder-react/report-alpha.api.md +++ b/plugins/scaffolder-react/report-alpha.api.md @@ -334,8 +334,8 @@ export const scaffolderReactTranslationRef: TranslationRef< { readonly 'workflow.noDescription': 'No description'; readonly 'passwordWidget.content': 'This widget is insecure. Please use [`ui:field: Secret`](https://backstage.io/docs/features/software-templates/writing-templates/#using-secrets) instead of `ui:widget: password`'; - readonly 'scaffolderPageContextMenu.moreLabel': 'more'; readonly 'scaffolderPageContextMenu.createLabel': 'Create'; + readonly 'scaffolderPageContextMenu.moreLabel': 'more'; readonly 'scaffolderPageContextMenu.editorLabel': 'Manage Templates'; readonly 'scaffolderPageContextMenu.actionsLabel': 'Installed Actions'; readonly 'scaffolderPageContextMenu.tasksLabel': 'Task List'; diff --git a/plugins/scaffolder/report-alpha.api.md b/plugins/scaffolder/report-alpha.api.md index c03bbbe339..bca3c37b25 100644 --- a/plugins/scaffolder/report-alpha.api.md +++ b/plugins/scaffolder/report-alpha.api.md @@ -45,8 +45,8 @@ const _default: FrontendPlugin< { registerComponent: ExternalRouteRef; viewTechDoc: ExternalRouteRef<{ - kind: string; name: string; + kind: string; namespace: string; }>; }, @@ -282,71 +282,70 @@ export type ScaffolderTemplateFormPreviewerClassKey = export const scaffolderTranslationRef: TranslationRef< 'scaffolder', { - readonly 'fields.entityNamePicker.description': 'Unique name of the component'; readonly 'fields.entityNamePicker.title': 'Name'; - readonly 'fields.entityPicker.description': 'An entity from the catalog'; + readonly 'fields.entityNamePicker.description': 'Unique name of the component'; readonly 'fields.entityPicker.title': 'Entity'; - readonly 'fields.entityTagsPicker.description': "Add any relevant tags, hit 'Enter' to add new tags. Valid format: [a-z0-9+#] separated by [-], at most 63 characters"; + readonly 'fields.entityPicker.description': 'An entity from the catalog'; readonly 'fields.entityTagsPicker.title': 'Tags'; - readonly 'fields.myGroupsPicker.description': 'An entity from the catalog'; + readonly 'fields.entityTagsPicker.description': "Add any relevant tags, hit 'Enter' to add new tags. Valid format: [a-z0-9+#] separated by [-], at most 63 characters"; readonly 'fields.myGroupsPicker.title': 'Entity'; - readonly 'fields.ownedEntityPicker.description': 'An entity from the catalog'; + readonly 'fields.myGroupsPicker.description': 'An entity from the catalog'; readonly 'fields.ownedEntityPicker.title': 'Entity'; - readonly 'fields.ownerPicker.description': 'The owner of the component'; + readonly 'fields.ownedEntityPicker.description': 'An entity from the catalog'; readonly 'fields.ownerPicker.title': 'Owner'; - readonly 'fields.azureRepoPicker.organization.description': 'The Organization that this repo will belong to'; + readonly 'fields.ownerPicker.description': 'The owner of the component'; readonly 'fields.azureRepoPicker.organization.title': 'Organization'; - readonly 'fields.azureRepoPicker.project.description': 'The Project that this repo will belong to'; + readonly 'fields.azureRepoPicker.organization.description': 'The Organization that this repo will belong to'; readonly 'fields.azureRepoPicker.project.title': 'Project'; - readonly 'fields.bitbucketRepoPicker.project.description': 'The Project that this repo will belong to'; + readonly 'fields.azureRepoPicker.project.description': 'The Project that this repo will belong to'; readonly 'fields.bitbucketRepoPicker.project.title': 'Allowed Projects'; + readonly 'fields.bitbucketRepoPicker.project.description': 'The Project that this repo will belong to'; readonly 'fields.bitbucketRepoPicker.project.inputTitle': 'Projects'; - readonly 'fields.bitbucketRepoPicker.workspaces.description': 'The Workspace that this repo will belong to'; readonly 'fields.bitbucketRepoPicker.workspaces.title': 'Allowed Workspaces'; + readonly 'fields.bitbucketRepoPicker.workspaces.description': 'The Workspace that this repo will belong to'; readonly 'fields.bitbucketRepoPicker.workspaces.inputTitle': 'Workspaces'; - readonly 'fields.gerritRepoPicker.owner.description': 'The owner of the project (optional)'; - readonly 'fields.gerritRepoPicker.owner.title': 'Owner'; - readonly 'fields.gerritRepoPicker.parent.description': 'The project parent that the repo will belong to'; readonly 'fields.gerritRepoPicker.parent.title': 'Parent'; - readonly 'fields.giteaRepoPicker.owner.description': 'Gitea namespace where this repository will belong to. It can be the name of organization, group, subgroup, user, or the project.'; + readonly 'fields.gerritRepoPicker.parent.description': 'The project parent that the repo will belong to'; + readonly 'fields.gerritRepoPicker.owner.title': 'Owner'; + readonly 'fields.gerritRepoPicker.owner.description': 'The owner of the project (optional)'; readonly 'fields.giteaRepoPicker.owner.title': 'Owner Available'; + readonly 'fields.giteaRepoPicker.owner.description': 'Gitea namespace where this repository will belong to. It can be the name of organization, group, subgroup, user, or the project.'; readonly 'fields.giteaRepoPicker.owner.inputTitle': 'Owner'; - readonly 'fields.githubRepoPicker.owner.description': 'The organization, user or project that this repo will belong to'; readonly 'fields.githubRepoPicker.owner.title': 'Owner Available'; + readonly 'fields.githubRepoPicker.owner.description': 'The organization, user or project that this repo will belong to'; readonly 'fields.githubRepoPicker.owner.inputTitle': 'Owner'; - readonly 'fields.gitlabRepoPicker.owner.description': 'GitLab namespace where this repository will belong to. It can be the name of organization, group, subgroup, user, or the project.'; readonly 'fields.gitlabRepoPicker.owner.title': 'Owner Available'; + readonly 'fields.gitlabRepoPicker.owner.description': 'GitLab namespace where this repository will belong to. It can be the name of organization, group, subgroup, user, or the project.'; readonly 'fields.gitlabRepoPicker.owner.inputTitle': 'Owner'; - readonly 'fields.repoUrlPicker.host.description': 'The host where the repository will be created'; readonly 'fields.repoUrlPicker.host.title': 'Host'; - readonly 'fields.repoUrlPicker.repository.description': 'The name of the repository'; + readonly 'fields.repoUrlPicker.host.description': 'The host where the repository will be created'; readonly 'fields.repoUrlPicker.repository.title': 'Repositories Available'; + readonly 'fields.repoUrlPicker.repository.description': 'The name of the repository'; readonly 'fields.repoUrlPicker.repository.inputTitle': 'Repository'; - readonly 'actionsPage.action.examples': 'Examples'; + readonly 'actionsPage.content.emptyState.title': 'No information to display'; + readonly 'actionsPage.content.emptyState.description': 'There are no actions installed or there was an issue communicating with backend.'; + readonly 'actionsPage.content.searchFieldPlaceholder': 'Search for an action'; + readonly 'actionsPage.title': 'Installed actions'; readonly 'actionsPage.action.input': 'Input'; readonly 'actionsPage.action.output': 'Output'; - readonly 'actionsPage.title': 'Installed actions'; - readonly 'actionsPage.content.emptyState.description': 'There are no actions installed or there was an issue communicating with backend.'; - readonly 'actionsPage.content.emptyState.title': 'No information to display'; - readonly 'actionsPage.content.searchFieldPlaceholder': 'Search for an action'; + readonly 'actionsPage.action.examples': 'Examples'; readonly 'actionsPage.subtitle': 'This is the collection of all installed actions'; readonly 'actionsPage.pageTitle': 'Create a New Component'; - readonly 'listTaskPage.title': 'List template tasks'; - readonly 'listTaskPage.content.emptyState.description': 'There are no tasks or there was an issue communicating with backend.'; readonly 'listTaskPage.content.emptyState.title': 'No information to display'; - readonly 'listTaskPage.content.tableTitle': 'Tasks'; - readonly 'listTaskPage.content.tableCell.owner': 'Owner'; - readonly 'listTaskPage.content.tableCell.status': 'Status'; + readonly 'listTaskPage.content.emptyState.description': 'There are no tasks or there was an issue communicating with backend.'; readonly 'listTaskPage.content.tableCell.template': 'Template'; - readonly 'listTaskPage.content.tableCell.taskID': 'Task ID'; + readonly 'listTaskPage.content.tableCell.status': 'Status'; + readonly 'listTaskPage.content.tableCell.owner': 'Owner'; readonly 'listTaskPage.content.tableCell.created': 'Created'; + readonly 'listTaskPage.content.tableCell.taskID': 'Task ID'; + readonly 'listTaskPage.content.tableTitle': 'Tasks'; + readonly 'listTaskPage.title': 'List template tasks'; readonly 'listTaskPage.subtitle': 'All tasks that have been started'; readonly 'listTaskPage.pageTitle': 'Templates Tasks'; readonly 'ownerListPicker.title': 'Task Owner'; readonly 'ownerListPicker.options.all': 'All'; readonly 'ownerListPicker.options.owned': 'Owned'; readonly 'ongoingTask.title': 'Run of'; - readonly 'ongoingTask.subtitle': 'Task {{taskId}}'; readonly 'ongoingTask.contextMenu.cancel': 'Cancel'; readonly 'ongoingTask.contextMenu.startOver': 'Start Over'; readonly 'ongoingTask.contextMenu.retry': 'Retry'; @@ -354,6 +353,7 @@ export const scaffolderTranslationRef: TranslationRef< readonly 'ongoingTask.contextMenu.showLogs': 'Show Logs'; readonly 'ongoingTask.contextMenu.hideButtonBar': 'Hide Button Bar'; readonly 'ongoingTask.contextMenu.showButtonBar': 'Show Button Bar'; + readonly 'ongoingTask.subtitle': 'Task {{taskId}}'; readonly 'ongoingTask.pageTitle.hasTemplateName': 'Run of {{templateName}}'; readonly 'ongoingTask.pageTitle.noTemplateName': 'Scaffolder Run'; readonly 'ongoingTask.cancelButtonTitle': 'Cancel'; @@ -365,8 +365,8 @@ export const scaffolderTranslationRef: TranslationRef< readonly 'renderSchema.undefined': 'No schema defined'; readonly 'renderSchema.tableCell.name': 'Name'; readonly 'renderSchema.tableCell.type': 'Type'; - readonly 'renderSchema.tableCell.description': 'Description'; readonly 'renderSchema.tableCell.title': 'Title'; + readonly 'renderSchema.tableCell.description': 'Description'; readonly 'templateTypePicker.title': 'Categories'; readonly 'templateIntroPage.title': 'Manage Templates'; readonly 'templateIntroPage.subtitle': 'Edit, preview, and try out templates, forms, and custom fields'; @@ -380,8 +380,8 @@ export const scaffolderTranslationRef: TranslationRef< readonly 'templateEditorPage.dryRunResultsList.title': 'Result {{resultId}}'; readonly 'templateEditorPage.dryRunResultsList.deleteButtonTitle': 'Delete result'; readonly 'templateEditorPage.dryRunResultsList.downloadButtonTitle': 'Download as .zip'; - readonly 'templateEditorPage.dryRunResultsView.tab.log': 'Log'; readonly 'templateEditorPage.dryRunResultsView.tab.output': 'Output'; + readonly 'templateEditorPage.dryRunResultsView.tab.log': 'Log'; readonly 'templateEditorPage.dryRunResultsView.tab.files': 'Files'; readonly 'templateEditorPage.taskStatusStepper.skippedStepTitle': 'Skipped'; readonly 'templateEditorPage.customFieldExplorer.preview.title': 'Template Spec'; @@ -394,16 +394,16 @@ export const scaffolderTranslationRef: TranslationRef< readonly 'templateEditorPage.templateEditorBrowser.reloadIconTooltip': 'Reload directory'; readonly 'templateEditorPage.templateEditorBrowser.closeIconTooltip': 'Close directory'; readonly 'templateEditorPage.templateEditorIntro.title': 'Get started by choosing one of the options below'; - readonly 'templateEditorPage.templateEditorIntro.loadLocal.description': 'Load a local template directory, allowing you to both edit and try executing your own template.'; readonly 'templateEditorPage.templateEditorIntro.loadLocal.title': 'Load Template Directory'; + readonly 'templateEditorPage.templateEditorIntro.loadLocal.description': 'Load a local template directory, allowing you to both edit and try executing your own template.'; readonly 'templateEditorPage.templateEditorIntro.loadLocal.unsupportedTooltip': 'Only supported in some Chromium-based browsers with the page loaded over HTTPS'; - readonly 'templateEditorPage.templateEditorIntro.createLocal.description': 'Create a local template directory, allowing you to both edit and try executing your own template.'; readonly 'templateEditorPage.templateEditorIntro.createLocal.title': 'Create New Template'; + readonly 'templateEditorPage.templateEditorIntro.createLocal.description': 'Create a local template directory, allowing you to both edit and try executing your own template.'; readonly 'templateEditorPage.templateEditorIntro.createLocal.unsupportedTooltip': 'Only supported in some Chromium-based browsers with the page loaded over HTTPS'; - readonly 'templateEditorPage.templateEditorIntro.formEditor.description': 'Preview and edit a template form, either using a sample template or by loading a template from the catalog.'; readonly 'templateEditorPage.templateEditorIntro.formEditor.title': 'Template Form Playground'; - readonly 'templateEditorPage.templateEditorIntro.fieldExplorer.description': 'View and play around with available installed custom field extensions.'; + readonly 'templateEditorPage.templateEditorIntro.formEditor.description': 'Preview and edit a template form, either using a sample template or by loading a template from the catalog.'; readonly 'templateEditorPage.templateEditorIntro.fieldExplorer.title': 'Custom Field Explorer'; + readonly 'templateEditorPage.templateEditorIntro.fieldExplorer.description': 'View and play around with available installed custom field extensions.'; readonly 'templateEditorPage.templateEditorTextArea.saveIconTooltip': 'Save file'; readonly 'templateEditorPage.templateEditorTextArea.refreshIconTooltip': 'Reload file'; readonly 'templateEditorPage.templateEditorTextArea.emptyStateParagraph': 'Please select an action on the file menu.'; @@ -426,12 +426,12 @@ export const scaffolderTranslationRef: TranslationRef< readonly 'templateEditorToolbar.addToCatalogDialogTitle': 'Publish changes'; readonly 'templateEditorToolbar.addToCatalogDialogContent.stepsIntroduction': 'Follow the instructions below to create or update a template:'; readonly 'templateEditorToolbar.addToCatalogDialogContent.stepsListItems': 'Save the template files in a local directory\nCreate a pull request to a new or existing git repository\nIf the template already exists, the changes will be reflected in the software catalog once the pull request gets merged\nBut if you are creating a new template, follow the documentation linked below to register the new template repository in software catalog'; - readonly 'templateEditorToolbar.addToCatalogDialogActions.documentationButton': 'Go to the documentation'; readonly 'templateEditorToolbar.addToCatalogDialogActions.documentationUrl': 'https://backstage.io/docs/features/software-templates/adding-templates/'; + readonly 'templateEditorToolbar.addToCatalogDialogActions.documentationButton': 'Go to the documentation'; + readonly 'templateEditorToolbarFileMenu.button': 'File'; readonly 'templateEditorToolbarFileMenu.options.openDirectory': 'Open template directory'; readonly 'templateEditorToolbarFileMenu.options.createDirectory': 'Create template directory'; readonly 'templateEditorToolbarFileMenu.options.closeEditor': 'Close template editor'; - readonly 'templateEditorToolbarFileMenu.button': 'File'; readonly 'templateEditorToolbarTemplatesMenu.button': 'Templates'; } >; diff --git a/plugins/scaffolder/report.api.md b/plugins/scaffolder/report.api.md index 8b696330f1..a685e8163f 100644 --- a/plugins/scaffolder/report.api.md +++ b/plugins/scaffolder/report.api.md @@ -234,8 +234,8 @@ export const MultiEntityPickerFieldExtension: FieldExtensionComponent_2< export const MyGroupsPickerFieldExtension: FieldExtensionComponent_2< string, { - description?: string | undefined; title?: string | undefined; + description?: string | undefined; } >; @@ -243,8 +243,8 @@ export const MyGroupsPickerFieldExtension: FieldExtensionComponent_2< export const MyGroupsPickerFieldSchema: FieldSchema< string, { - description?: string | undefined; title?: string | undefined; + description?: string | undefined; } >; @@ -385,10 +385,10 @@ export const RepoBranchPickerFieldExtension: FieldExtensionComponent_2< secretsKey: string; additionalScopes?: | { + azure?: string[] | undefined; github?: string[] | undefined; gitlab?: string[] | undefined; bitbucket?: string[] | undefined; - azure?: string[] | undefined; gerrit?: string[] | undefined; gitea?: string[] | undefined; } @@ -421,10 +421,10 @@ export const RepoUrlPickerFieldExtension: FieldExtensionComponent_2< secretsKey: string; additionalScopes?: | { + azure?: string[] | undefined; github?: string[] | undefined; gitlab?: string[] | undefined; bitbucket?: string[] | undefined; - azure?: string[] | undefined; gerrit?: string[] | undefined; gitea?: string[] | undefined; } @@ -448,10 +448,10 @@ export const RepoUrlPickerFieldSchema: FieldSchema_2< secretsKey: string; additionalScopes?: | { + azure?: string[] | undefined; github?: string[] | undefined; gitlab?: string[] | undefined; bitbucket?: string[] | undefined; - azure?: string[] | undefined; gerrit?: string[] | undefined; gitea?: string[] | undefined; } @@ -623,8 +623,8 @@ export const scaffolderPlugin: BackstagePlugin< registerComponent: ExternalRouteRef; viewTechDoc: ExternalRouteRef< { - kind: string; name: string; + kind: string; namespace: string; }, true diff --git a/plugins/search-backend-module-elasticsearch/report.api.md b/plugins/search-backend-module-elasticsearch/report.api.md index 080351958d..9250cfda31 100644 --- a/plugins/search-backend-module-elasticsearch/report.api.md +++ b/plugins/search-backend-module-elasticsearch/report.api.md @@ -7,8 +7,8 @@ import { ApiResponse } from '@opensearch-project/opensearch'; import { ApiResponse as ApiResponse_2 } from '@elastic/elasticsearch'; import { BackendFeature } from '@backstage/backend-plugin-api'; import { BatchSearchEngineIndexer } from '@backstage/plugin-search-backend-node'; -import { BulkHelper } from '@opensearch-project/opensearch/lib/Helpers'; -import { BulkStats } from '@opensearch-project/opensearch/lib/Helpers'; +import { BulkHelper } from '@elastic/elasticsearch/lib/Helpers'; +import { BulkStats } from '@elastic/elasticsearch/lib/Helpers'; import { Config } from '@backstage/config'; import type { ConnectionOptions } from 'tls'; import { ElasticSearchQueryTranslator as ElasticSearchQueryTranslator_2 } from '@backstage/plugin-search-backend-module-elasticsearch'; diff --git a/plugins/techdocs/report-alpha.api.md b/plugins/techdocs/report-alpha.api.md index 55acd951e3..e34046ad2e 100644 --- a/plugins/techdocs/report-alpha.api.md +++ b/plugins/techdocs/report-alpha.api.md @@ -26,8 +26,8 @@ const _default: FrontendPlugin< { root: RouteRef; docRoot: RouteRef<{ - kind: string; name: string; + kind: string; namespace: string; }>; entityContent: RouteRef; diff --git a/plugins/techdocs/report.api.md b/plugins/techdocs/report.api.md index 7889484c30..bb7ff9e5a5 100644 --- a/plugins/techdocs/report.api.md +++ b/plugins/techdocs/report.api.md @@ -396,8 +396,8 @@ const techdocsPlugin: BackstagePlugin< { root: RouteRef; docRoot: RouteRef<{ - kind: string; name: string; + kind: string; namespace: string; }>; entityContent: RouteRef; diff --git a/plugins/user-settings/report-alpha.api.md b/plugins/user-settings/report-alpha.api.md index 10c2639fe5..6ba131377a 100644 --- a/plugins/user-settings/report-alpha.api.md +++ b/plugins/user-settings/report-alpha.api.md @@ -106,15 +106,15 @@ export const settingsNavItem: ExtensionDefinition<{ export const userSettingsTranslationRef: TranslationRef< 'user-settings', { - readonly 'languageToggle.description': 'Change the language'; readonly 'languageToggle.select': 'Select language {{language}}'; readonly 'languageToggle.title': 'Language'; - readonly 'themeToggle.description': 'Change the theme mode'; + readonly 'languageToggle.description': 'Change the language'; readonly 'themeToggle.select': 'Select theme {{theme}}'; readonly 'themeToggle.title': 'Theme'; - readonly 'themeToggle.names.light': 'Light'; - readonly 'themeToggle.names.dark': 'Dark'; + readonly 'themeToggle.description': 'Change the theme mode'; readonly 'themeToggle.names.auto': 'Auto'; + readonly 'themeToggle.names.dark': 'Dark'; + readonly 'themeToggle.names.light': 'Light'; readonly 'themeToggle.selectAuto': 'Select Auto Theme'; } >;