@backstage/plugin-scaffolder 1.24.0-next.3 → 1.25.0-next.0

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/alpha/package.json +1 -1
  3. package/dist/alpha.d.ts +169 -2
  4. package/dist/alpha.esm.js +32 -25
  5. package/dist/alpha.esm.js.map +1 -1
  6. package/dist/components/ActionsPage/ActionsPage.esm.js +14 -10
  7. package/dist/components/ActionsPage/ActionsPage.esm.js.map +1 -1
  8. package/dist/components/ListTasksPage/ListTasksPage.esm.js +15 -11
  9. package/dist/components/ListTasksPage/ListTasksPage.esm.js.map +1 -1
  10. package/dist/components/ListTasksPage/OwnerListPicker.esm.js +8 -5
  11. package/dist/components/ListTasksPage/OwnerListPicker.esm.js.map +1 -1
  12. package/dist/components/OngoingTask/ContextMenu.esm.js +12 -4
  13. package/dist/components/OngoingTask/ContextMenu.esm.js.map +1 -1
  14. package/dist/components/OngoingTask/OngoingTask.esm.js +10 -7
  15. package/dist/components/OngoingTask/OngoingTask.esm.js.map +1 -1
  16. package/dist/components/TemplateTypePicker/TemplateTypePicker.esm.js +4 -1
  17. package/dist/components/TemplateTypePicker/TemplateTypePicker.esm.js.map +1 -1
  18. package/dist/components/fields/EntityNamePicker/EntityNamePicker.esm.js +7 -1
  19. package/dist/components/fields/EntityNamePicker/EntityNamePicker.esm.js.map +1 -1
  20. package/dist/components/fields/EntityPicker/EntityPicker.esm.js +7 -1
  21. package/dist/components/fields/EntityPicker/EntityPicker.esm.js.map +1 -1
  22. package/dist/components/fields/EntityTagsPicker/EntityTagsPicker.esm.js +5 -2
  23. package/dist/components/fields/EntityTagsPicker/EntityTagsPicker.esm.js.map +1 -1
  24. package/dist/components/fields/MyGroupsPicker/MyGroupsPicker.esm.js +7 -1
  25. package/dist/components/fields/MyGroupsPicker/MyGroupsPicker.esm.js.map +1 -1
  26. package/dist/components/fields/OwnedEntityPicker/OwnedEntityPicker.esm.js +7 -1
  27. package/dist/components/fields/OwnedEntityPicker/OwnedEntityPicker.esm.js.map +1 -1
  28. package/dist/components/fields/OwnerPicker/OwnerPicker.esm.js +7 -1
  29. package/dist/components/fields/OwnerPicker/OwnerPicker.esm.js.map +1 -1
  30. package/dist/components/fields/RepoBranchPicker/DefaultRepoBranchPicker.esm.js +3 -4
  31. package/dist/components/fields/RepoBranchPicker/DefaultRepoBranchPicker.esm.js.map +1 -1
  32. package/dist/components/fields/RepoUrlPicker/AzureRepoPicker.esm.js +19 -15
  33. package/dist/components/fields/RepoUrlPicker/AzureRepoPicker.esm.js.map +1 -1
  34. package/dist/components/fields/RepoUrlPicker/BitbucketRepoPicker.esm.js +23 -6
  35. package/dist/components/fields/RepoUrlPicker/BitbucketRepoPicker.esm.js.map +1 -1
  36. package/dist/components/fields/RepoUrlPicker/GerritRepoPicker.esm.js +14 -11
  37. package/dist/components/fields/RepoUrlPicker/GerritRepoPicker.esm.js.map +1 -1
  38. package/dist/components/fields/RepoUrlPicker/GiteaRepoPicker.esm.js +14 -9
  39. package/dist/components/fields/RepoUrlPicker/GiteaRepoPicker.esm.js.map +1 -1
  40. package/dist/components/fields/RepoUrlPicker/GithubRepoPicker.esm.js +11 -8
  41. package/dist/components/fields/RepoUrlPicker/GithubRepoPicker.esm.js.map +1 -1
  42. package/dist/components/fields/RepoUrlPicker/GitlabRepoPicker.esm.js +14 -9
  43. package/dist/components/fields/RepoUrlPicker/GitlabRepoPicker.esm.js.map +1 -1
  44. package/dist/components/fields/RepoUrlPicker/RepoUrlPickerHost.esm.js +5 -2
  45. package/dist/components/fields/RepoUrlPicker/RepoUrlPickerHost.esm.js.map +1 -1
  46. package/dist/components/fields/RepoUrlPicker/RepoUrlPickerRepoName.esm.js +13 -3
  47. package/dist/components/fields/RepoUrlPicker/RepoUrlPickerRepoName.esm.js.map +1 -1
  48. package/dist/next/TemplateEditorPage/CustomFieldExplorer.esm.js +20 -5
  49. package/dist/next/TemplateEditorPage/CustomFieldExplorer.esm.js.map +1 -1
  50. package/dist/next/TemplateEditorPage/DryRunResults/DryRunResults.esm.js +4 -1
  51. package/dist/next/TemplateEditorPage/DryRunResults/DryRunResults.esm.js.map +1 -1
  52. package/dist/next/TemplateEditorPage/DryRunResults/DryRunResultsList.esm.js +17 -3
  53. package/dist/next/TemplateEditorPage/DryRunResults/DryRunResultsList.esm.js.map +1 -1
  54. package/dist/next/TemplateEditorPage/DryRunResults/DryRunResultsView.esm.js +22 -1
  55. package/dist/next/TemplateEditorPage/DryRunResults/DryRunResultsView.esm.js.map +1 -1
  56. package/dist/next/TemplateEditorPage/DryRunResults/TaskStatusStepper.esm.js +6 -1
  57. package/dist/next/TemplateEditorPage/DryRunResults/TaskStatusStepper.esm.js.map +1 -1
  58. package/dist/next/TemplateEditorPage/TemplateEditorBrowser.esm.js +36 -13
  59. package/dist/next/TemplateEditorPage/TemplateEditorBrowser.esm.js.map +1 -1
  60. package/dist/next/TemplateEditorPage/TemplateEditorIntro.esm.js +13 -6
  61. package/dist/next/TemplateEditorPage/TemplateEditorIntro.esm.js.map +1 -1
  62. package/dist/next/TemplateEditorPage/TemplateEditorPage.esm.js +5 -2
  63. package/dist/next/TemplateEditorPage/TemplateEditorPage.esm.js.map +1 -1
  64. package/dist/next/TemplateEditorPage/TemplateEditorTextArea.esm.js +30 -11
  65. package/dist/next/TemplateEditorPage/TemplateEditorTextArea.esm.js.map +1 -1
  66. package/dist/next/TemplateEditorPage/TemplateFormPreviewer.esm.js +5 -2
  67. package/dist/next/TemplateEditorPage/TemplateFormPreviewer.esm.js.map +1 -1
  68. package/dist/next/TemplateListPage/TemplateListPage.esm.js +25 -17
  69. package/dist/next/TemplateListPage/TemplateListPage.esm.js.map +1 -1
  70. package/dist/next/TemplateWizardPage/TemplateWizardPage.esm.js +6 -3
  71. package/dist/next/TemplateWizardPage/TemplateWizardPage.esm.js.map +1 -1
  72. package/dist/next/TemplateWizardPage/TemplateWizardPageContextMenu.esm.js +11 -1
  73. package/dist/next/TemplateWizardPage/TemplateWizardPageContextMenu.esm.js.map +1 -1
  74. package/dist/translation.esm.js +258 -0
  75. package/dist/translation.esm.js.map +1 -0
  76. package/package.json +19 -19
@@ -0,0 +1,258 @@
1
+ import { createTranslationRef } from '@backstage/core-plugin-api/alpha';
2
+
3
+ const scaffolderTranslationRef = createTranslationRef({
4
+ id: "scaffolder",
5
+ messages: {
6
+ actionsPage: {
7
+ title: "Installed actions",
8
+ pageTitle: "Create a New Component",
9
+ subtitle: "This is the collection of all installed actions",
10
+ content: {
11
+ emptyState: {
12
+ title: "No information to display",
13
+ description: "There are no actions installed or there was an issue communicating with backend."
14
+ },
15
+ tableCell: {
16
+ name: "Name",
17
+ title: "Title",
18
+ description: "Description",
19
+ type: "Type"
20
+ },
21
+ noRowsDescription: "No schema defined"
22
+ },
23
+ action: {
24
+ input: "Input",
25
+ output: "Output",
26
+ examples: "Examples"
27
+ }
28
+ },
29
+ fields: {
30
+ entityNamePicker: {
31
+ title: "Name",
32
+ description: "Unique name of the component"
33
+ },
34
+ entityPicker: {
35
+ title: "Entity",
36
+ description: "An entity from the catalog"
37
+ },
38
+ entityTagsPicker: {
39
+ title: "Tags",
40
+ description: "Add any relevant tags, hit 'Enter' to add new tags. Valid format: [a-z0-9+#] separated by [-], at most 63 characters"
41
+ },
42
+ myGroupsPicker: {
43
+ title: "Entity",
44
+ description: "An entity from the catalog"
45
+ },
46
+ ownedEntityPicker: {
47
+ title: "Entity",
48
+ description: "An entity from the catalog"
49
+ },
50
+ ownerPicker: {
51
+ title: "Owner",
52
+ description: "The owner of the component"
53
+ },
54
+ azureRepoPicker: {
55
+ organization: {
56
+ title: "Organization",
57
+ description: "The Organization that this repo will belong to"
58
+ },
59
+ project: {
60
+ title: "Project",
61
+ description: "The Project that this repo will belong to"
62
+ }
63
+ },
64
+ bitbucketRepoPicker: {
65
+ workspaces: {
66
+ title: "Allowed Workspaces",
67
+ inputTitle: "Workspaces",
68
+ description: "The Workspace that this repo will belong to"
69
+ },
70
+ project: {
71
+ title: "Allowed Projects",
72
+ inputTitle: "Projects",
73
+ description: "The Project that this repo will belong to"
74
+ }
75
+ },
76
+ gerritRepoPicker: {
77
+ owner: {
78
+ title: "Owner",
79
+ description: "The owner of the project (optional)"
80
+ },
81
+ parent: {
82
+ title: "Parent",
83
+ description: "The project parent that the repo will belong to"
84
+ }
85
+ },
86
+ giteaRepoPicker: {
87
+ owner: {
88
+ title: "Owner Available",
89
+ inputTitle: "Owner",
90
+ description: "Gitea namespace where this repository will belong to. It can be the name of organization, group, subgroup, user, or the project."
91
+ }
92
+ },
93
+ githubRepoPicker: {
94
+ owner: {
95
+ title: "Owner Available",
96
+ inputTitle: "Owner",
97
+ description: "The organization, user or project that this repo will belong to"
98
+ }
99
+ },
100
+ gitlabRepoPicker: {
101
+ owner: {
102
+ title: "Owner Available",
103
+ inputTitle: "Owner",
104
+ description: "GitLab namespace where this repository will belong to. It can be the name of organization, group, subgroup, user, or the project."
105
+ }
106
+ },
107
+ repoUrlPicker: {
108
+ host: {
109
+ title: "Host",
110
+ description: "The host where the repository will be created"
111
+ },
112
+ repository: {
113
+ title: "Repositories Available",
114
+ inputTitle: "Repository",
115
+ description: "The name of the repository"
116
+ }
117
+ }
118
+ },
119
+ listTaskPage: {
120
+ title: "List template tasks",
121
+ pageTitle: "Templates Tasks",
122
+ subtitle: "All tasks that have been started",
123
+ content: {
124
+ emptyState: {
125
+ title: "No information to display",
126
+ description: "There are no tasks or there was an issue communicating with backend."
127
+ },
128
+ tableTitle: "Tasks",
129
+ tableCell: {
130
+ taskID: "Task ID",
131
+ template: "Template",
132
+ created: "Created",
133
+ owner: "Owner",
134
+ status: "Status"
135
+ }
136
+ }
137
+ },
138
+ ownerListPicker: {
139
+ title: "Task Owner",
140
+ options: {
141
+ owned: "Owned",
142
+ all: "All"
143
+ }
144
+ },
145
+ ongoingTask: {
146
+ title: "Run of",
147
+ pageTitle: {
148
+ hasTemplateName: "Run of {{templateName}}",
149
+ noTemplateName: "Scaffolder Run"
150
+ },
151
+ subtitle: "Task {{taskId}}",
152
+ cancelButtonTitle: "Cancel",
153
+ startOverButtonTitle: "Start Over",
154
+ hideLogsButtonTitle: "Hide Logs",
155
+ showLogsButtonTitle: "Show Logs",
156
+ contextMenu: {
157
+ hideLogs: "Hide Logs",
158
+ showLogs: "Show Logs",
159
+ hideButtonBar: "Hide Button Bar",
160
+ showButtonBar: "Show Button Bar",
161
+ startOver: "Start Over",
162
+ cancel: "Cancel"
163
+ }
164
+ },
165
+ templateTypePicker: {
166
+ title: "Categories"
167
+ },
168
+ templateEditorPage: {
169
+ title: "Template Editor",
170
+ subtitle: "Edit, preview, and try out templates and template forms",
171
+ dryRunResults: {
172
+ title: "Dry-run results"
173
+ },
174
+ dryRunResultsList: {
175
+ title: "Result {{resultId}}",
176
+ downloadButtonTitle: "Download as .zip",
177
+ deleteButtonTitle: "Delete result"
178
+ },
179
+ dryRunResultsView: {
180
+ tab: {
181
+ files: "Files",
182
+ log: "Log",
183
+ output: "Output"
184
+ }
185
+ },
186
+ taskStatusStepper: {
187
+ skippedStepTitle: "Skipped"
188
+ },
189
+ customFieldExplorer: {
190
+ selectFieldLabel: "Choose Custom Field Extension",
191
+ fieldForm: {
192
+ title: "Field Options",
193
+ applyButtonTitle: "Apply"
194
+ },
195
+ preview: {
196
+ title: "Example Template Spec"
197
+ }
198
+ },
199
+ templateEditorBrowser: {
200
+ closeConfirmMessage: "Are you sure? Unsaved changes will be lost",
201
+ saveIconTooltip: "Save all files",
202
+ reloadIconTooltip: "Reload directory",
203
+ closeIconTooltip: "Close directory"
204
+ },
205
+ templateEditorIntro: {
206
+ title: "Get started by choosing one of the options below",
207
+ loadLocal: {
208
+ title: "Load Template Directory",
209
+ description: "Load a local template directory, allowing you to both edit and try executing your own template.",
210
+ unsupportedTooltip: "Only supported in some Chromium-based browsers"
211
+ },
212
+ formEditor: {
213
+ title: "Edit Template Form",
214
+ description: "Preview and edit a template form, either using a sample template or by loading a template from the catalog."
215
+ },
216
+ fieldExplorer: {
217
+ title: "Custom Field Explorer",
218
+ description: "View and play around with available installed custom field extensions."
219
+ }
220
+ },
221
+ templateEditorTextArea: {
222
+ saveIconTooltip: "Save file",
223
+ refreshIconTooltip: "Reload file"
224
+ },
225
+ templateFormPreviewer: {
226
+ title: "Load Existing Template"
227
+ }
228
+ },
229
+ templateListPage: {
230
+ title: "Create a new component",
231
+ subtitle: "Create new software components using standard templates in your organization",
232
+ pageTitle: "Create a new component",
233
+ templateGroups: {
234
+ defaultTitle: "Templates",
235
+ otherTitle: "Other Templates"
236
+ },
237
+ contentHeader: {
238
+ title: "Available Templates",
239
+ registerExistingButtonTitle: "Register Existing Component",
240
+ supportButtonTitle: "Create new software components using standard templates. Different templates create different kinds of components (services, websites, documentation, ...)."
241
+ },
242
+ additionalLinksForEntity: {
243
+ viewTechDocsTitle: "View TechDocs"
244
+ }
245
+ },
246
+ templateWizardPage: {
247
+ title: "Create a new component",
248
+ subtitle: "Create new software components using standard templates in your organization",
249
+ pageTitle: "Create a new component",
250
+ pageContextMenu: {
251
+ editConfigurationTitle: "Edit Configuration"
252
+ }
253
+ }
254
+ }
255
+ });
256
+
257
+ export { scaffolderTranslationRef };
258
+ //# sourceMappingURL=translation.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translation.esm.js","sources":["../src/translation.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createTranslationRef } from '@backstage/core-plugin-api/alpha';\n\n/** @alpha */\nexport const scaffolderTranslationRef = createTranslationRef({\n id: 'scaffolder',\n messages: {\n actionsPage: {\n title: 'Installed actions',\n pageTitle: 'Create a New Component',\n subtitle: 'This is the collection of all installed actions',\n content: {\n emptyState: {\n title: 'No information to display',\n description:\n 'There are no actions installed or there was an issue communicating with backend.',\n },\n tableCell: {\n name: 'Name',\n title: 'Title',\n description: 'Description',\n type: 'Type',\n },\n noRowsDescription: 'No schema defined',\n },\n action: {\n input: 'Input',\n output: 'Output',\n examples: 'Examples',\n },\n },\n fields: {\n entityNamePicker: {\n title: 'Name',\n description: 'Unique name of the component',\n },\n entityPicker: {\n title: 'Entity',\n description: 'An entity from the catalog',\n },\n entityTagsPicker: {\n title: 'Tags',\n description:\n \"Add any relevant tags, hit 'Enter' to add new tags. Valid format: [a-z0-9+#] separated by [-], at most 63 characters\",\n },\n myGroupsPicker: {\n title: 'Entity',\n description: 'An entity from the catalog',\n },\n ownedEntityPicker: {\n title: 'Entity',\n description: 'An entity from the catalog',\n },\n ownerPicker: {\n title: 'Owner',\n description: 'The owner of the component',\n },\n azureRepoPicker: {\n organization: {\n title: 'Organization',\n description: 'The Organization that this repo will belong to',\n },\n project: {\n title: 'Project',\n description: 'The Project that this repo will belong to',\n },\n },\n bitbucketRepoPicker: {\n workspaces: {\n title: 'Allowed Workspaces',\n inputTitle: 'Workspaces',\n description: 'The Workspace that this repo will belong to',\n },\n project: {\n title: 'Allowed Projects',\n inputTitle: 'Projects',\n description: 'The Project that this repo will belong to',\n },\n },\n gerritRepoPicker: {\n owner: {\n title: 'Owner',\n description: 'The owner of the project (optional)',\n },\n parent: {\n title: 'Parent',\n description: 'The project parent that the repo will belong to',\n },\n },\n giteaRepoPicker: {\n owner: {\n title: 'Owner Available',\n inputTitle: 'Owner',\n description:\n 'Gitea namespace where this repository will belong to. It can be the name of organization, group, subgroup, user, or the project.',\n },\n },\n githubRepoPicker: {\n owner: {\n title: 'Owner Available',\n inputTitle: 'Owner',\n description:\n 'The organization, user or project that this repo will belong to',\n },\n },\n gitlabRepoPicker: {\n owner: {\n title: 'Owner Available',\n inputTitle: 'Owner',\n description:\n 'GitLab namespace where this repository will belong to. It can be the name of organization, group, subgroup, user, or the project.',\n },\n },\n repoUrlPicker: {\n host: {\n title: 'Host',\n description: 'The host where the repository will be created',\n },\n repository: {\n title: 'Repositories Available',\n inputTitle: 'Repository',\n description: 'The name of the repository',\n },\n },\n },\n listTaskPage: {\n title: 'List template tasks',\n pageTitle: 'Templates Tasks',\n subtitle: 'All tasks that have been started',\n content: {\n emptyState: {\n title: 'No information to display',\n description:\n 'There are no tasks or there was an issue communicating with backend.',\n },\n tableTitle: 'Tasks',\n tableCell: {\n taskID: 'Task ID',\n template: 'Template',\n created: 'Created',\n owner: 'Owner',\n status: 'Status',\n },\n },\n },\n ownerListPicker: {\n title: 'Task Owner',\n options: {\n owned: 'Owned',\n all: 'All',\n },\n },\n ongoingTask: {\n title: 'Run of',\n pageTitle: {\n hasTemplateName: 'Run of {{templateName}}',\n noTemplateName: 'Scaffolder Run',\n },\n subtitle: 'Task {{taskId}}',\n cancelButtonTitle: 'Cancel',\n startOverButtonTitle: 'Start Over',\n hideLogsButtonTitle: 'Hide Logs',\n showLogsButtonTitle: 'Show Logs',\n contextMenu: {\n hideLogs: 'Hide Logs',\n showLogs: 'Show Logs',\n hideButtonBar: 'Hide Button Bar',\n showButtonBar: 'Show Button Bar',\n startOver: 'Start Over',\n cancel: 'Cancel',\n },\n },\n templateTypePicker: {\n title: 'Categories',\n },\n templateEditorPage: {\n title: 'Template Editor',\n subtitle: 'Edit, preview, and try out templates and template forms',\n dryRunResults: {\n title: 'Dry-run results',\n },\n dryRunResultsList: {\n title: 'Result {{resultId}}',\n downloadButtonTitle: 'Download as .zip',\n deleteButtonTitle: 'Delete result',\n },\n dryRunResultsView: {\n tab: {\n files: 'Files',\n log: 'Log',\n output: 'Output',\n },\n },\n taskStatusStepper: {\n skippedStepTitle: 'Skipped',\n },\n customFieldExplorer: {\n selectFieldLabel: 'Choose Custom Field Extension',\n fieldForm: {\n title: 'Field Options',\n applyButtonTitle: 'Apply',\n },\n preview: {\n title: 'Example Template Spec',\n },\n },\n templateEditorBrowser: {\n closeConfirmMessage: 'Are you sure? Unsaved changes will be lost',\n saveIconTooltip: 'Save all files',\n reloadIconTooltip: 'Reload directory',\n closeIconTooltip: 'Close directory',\n },\n templateEditorIntro: {\n title: 'Get started by choosing one of the options below',\n loadLocal: {\n title: 'Load Template Directory',\n description:\n 'Load a local template directory, allowing you to both edit and try executing your own template.',\n unsupportedTooltip: 'Only supported in some Chromium-based browsers',\n },\n formEditor: {\n title: 'Edit Template Form',\n description:\n 'Preview and edit a template form, either using a sample template or by loading a template from the catalog.',\n },\n fieldExplorer: {\n title: 'Custom Field Explorer',\n description:\n 'View and play around with available installed custom field extensions.',\n },\n },\n templateEditorTextArea: {\n saveIconTooltip: 'Save file',\n refreshIconTooltip: 'Reload file',\n },\n templateFormPreviewer: {\n title: 'Load Existing Template',\n },\n },\n templateListPage: {\n title: 'Create a new component',\n subtitle:\n 'Create new software components using standard templates in your organization',\n pageTitle: 'Create a new component',\n templateGroups: {\n defaultTitle: 'Templates',\n otherTitle: 'Other Templates',\n },\n contentHeader: {\n title: 'Available Templates',\n registerExistingButtonTitle: 'Register Existing Component',\n supportButtonTitle:\n 'Create new software components using standard templates. Different templates create different kinds of components (services, websites, documentation, ...).',\n },\n additionalLinksForEntity: {\n viewTechDocsTitle: 'View TechDocs',\n },\n },\n templateWizardPage: {\n title: 'Create a new component',\n subtitle:\n 'Create new software components using standard templates in your organization',\n pageTitle: 'Create a new component',\n pageContextMenu: {\n editConfigurationTitle: 'Edit Configuration',\n },\n },\n },\n});\n"],"names":[],"mappings":";;AAkBO,MAAM,2BAA2B,oBAAqB,CAAA;AAAA,EAC3D,EAAI,EAAA,YAAA;AAAA,EACJ,QAAU,EAAA;AAAA,IACR,WAAa,EAAA;AAAA,MACX,KAAO,EAAA,mBAAA;AAAA,MACP,SAAW,EAAA,wBAAA;AAAA,MACX,QAAU,EAAA,iDAAA;AAAA,MACV,OAAS,EAAA;AAAA,QACP,UAAY,EAAA;AAAA,UACV,KAAO,EAAA,2BAAA;AAAA,UACP,WACE,EAAA,kFAAA;AAAA,SACJ;AAAA,QACA,SAAW,EAAA;AAAA,UACT,IAAM,EAAA,MAAA;AAAA,UACN,KAAO,EAAA,OAAA;AAAA,UACP,WAAa,EAAA,aAAA;AAAA,UACb,IAAM,EAAA,MAAA;AAAA,SACR;AAAA,QACA,iBAAmB,EAAA,mBAAA;AAAA,OACrB;AAAA,MACA,MAAQ,EAAA;AAAA,QACN,KAAO,EAAA,OAAA;AAAA,QACP,MAAQ,EAAA,QAAA;AAAA,QACR,QAAU,EAAA,UAAA;AAAA,OACZ;AAAA,KACF;AAAA,IACA,MAAQ,EAAA;AAAA,MACN,gBAAkB,EAAA;AAAA,QAChB,KAAO,EAAA,MAAA;AAAA,QACP,WAAa,EAAA,8BAAA;AAAA,OACf;AAAA,MACA,YAAc,EAAA;AAAA,QACZ,KAAO,EAAA,QAAA;AAAA,QACP,WAAa,EAAA,4BAAA;AAAA,OACf;AAAA,MACA,gBAAkB,EAAA;AAAA,QAChB,KAAO,EAAA,MAAA;AAAA,QACP,WACE,EAAA,sHAAA;AAAA,OACJ;AAAA,MACA,cAAgB,EAAA;AAAA,QACd,KAAO,EAAA,QAAA;AAAA,QACP,WAAa,EAAA,4BAAA;AAAA,OACf;AAAA,MACA,iBAAmB,EAAA;AAAA,QACjB,KAAO,EAAA,QAAA;AAAA,QACP,WAAa,EAAA,4BAAA;AAAA,OACf;AAAA,MACA,WAAa,EAAA;AAAA,QACX,KAAO,EAAA,OAAA;AAAA,QACP,WAAa,EAAA,4BAAA;AAAA,OACf;AAAA,MACA,eAAiB,EAAA;AAAA,QACf,YAAc,EAAA;AAAA,UACZ,KAAO,EAAA,cAAA;AAAA,UACP,WAAa,EAAA,gDAAA;AAAA,SACf;AAAA,QACA,OAAS,EAAA;AAAA,UACP,KAAO,EAAA,SAAA;AAAA,UACP,WAAa,EAAA,2CAAA;AAAA,SACf;AAAA,OACF;AAAA,MACA,mBAAqB,EAAA;AAAA,QACnB,UAAY,EAAA;AAAA,UACV,KAAO,EAAA,oBAAA;AAAA,UACP,UAAY,EAAA,YAAA;AAAA,UACZ,WAAa,EAAA,6CAAA;AAAA,SACf;AAAA,QACA,OAAS,EAAA;AAAA,UACP,KAAO,EAAA,kBAAA;AAAA,UACP,UAAY,EAAA,UAAA;AAAA,UACZ,WAAa,EAAA,2CAAA;AAAA,SACf;AAAA,OACF;AAAA,MACA,gBAAkB,EAAA;AAAA,QAChB,KAAO,EAAA;AAAA,UACL,KAAO,EAAA,OAAA;AAAA,UACP,WAAa,EAAA,qCAAA;AAAA,SACf;AAAA,QACA,MAAQ,EAAA;AAAA,UACN,KAAO,EAAA,QAAA;AAAA,UACP,WAAa,EAAA,iDAAA;AAAA,SACf;AAAA,OACF;AAAA,MACA,eAAiB,EAAA;AAAA,QACf,KAAO,EAAA;AAAA,UACL,KAAO,EAAA,iBAAA;AAAA,UACP,UAAY,EAAA,OAAA;AAAA,UACZ,WACE,EAAA,kIAAA;AAAA,SACJ;AAAA,OACF;AAAA,MACA,gBAAkB,EAAA;AAAA,QAChB,KAAO,EAAA;AAAA,UACL,KAAO,EAAA,iBAAA;AAAA,UACP,UAAY,EAAA,OAAA;AAAA,UACZ,WACE,EAAA,iEAAA;AAAA,SACJ;AAAA,OACF;AAAA,MACA,gBAAkB,EAAA;AAAA,QAChB,KAAO,EAAA;AAAA,UACL,KAAO,EAAA,iBAAA;AAAA,UACP,UAAY,EAAA,OAAA;AAAA,UACZ,WACE,EAAA,mIAAA;AAAA,SACJ;AAAA,OACF;AAAA,MACA,aAAe,EAAA;AAAA,QACb,IAAM,EAAA;AAAA,UACJ,KAAO,EAAA,MAAA;AAAA,UACP,WAAa,EAAA,+CAAA;AAAA,SACf;AAAA,QACA,UAAY,EAAA;AAAA,UACV,KAAO,EAAA,wBAAA;AAAA,UACP,UAAY,EAAA,YAAA;AAAA,UACZ,WAAa,EAAA,4BAAA;AAAA,SACf;AAAA,OACF;AAAA,KACF;AAAA,IACA,YAAc,EAAA;AAAA,MACZ,KAAO,EAAA,qBAAA;AAAA,MACP,SAAW,EAAA,iBAAA;AAAA,MACX,QAAU,EAAA,kCAAA;AAAA,MACV,OAAS,EAAA;AAAA,QACP,UAAY,EAAA;AAAA,UACV,KAAO,EAAA,2BAAA;AAAA,UACP,WACE,EAAA,sEAAA;AAAA,SACJ;AAAA,QACA,UAAY,EAAA,OAAA;AAAA,QACZ,SAAW,EAAA;AAAA,UACT,MAAQ,EAAA,SAAA;AAAA,UACR,QAAU,EAAA,UAAA;AAAA,UACV,OAAS,EAAA,SAAA;AAAA,UACT,KAAO,EAAA,OAAA;AAAA,UACP,MAAQ,EAAA,QAAA;AAAA,SACV;AAAA,OACF;AAAA,KACF;AAAA,IACA,eAAiB,EAAA;AAAA,MACf,KAAO,EAAA,YAAA;AAAA,MACP,OAAS,EAAA;AAAA,QACP,KAAO,EAAA,OAAA;AAAA,QACP,GAAK,EAAA,KAAA;AAAA,OACP;AAAA,KACF;AAAA,IACA,WAAa,EAAA;AAAA,MACX,KAAO,EAAA,QAAA;AAAA,MACP,SAAW,EAAA;AAAA,QACT,eAAiB,EAAA,yBAAA;AAAA,QACjB,cAAgB,EAAA,gBAAA;AAAA,OAClB;AAAA,MACA,QAAU,EAAA,iBAAA;AAAA,MACV,iBAAmB,EAAA,QAAA;AAAA,MACnB,oBAAsB,EAAA,YAAA;AAAA,MACtB,mBAAqB,EAAA,WAAA;AAAA,MACrB,mBAAqB,EAAA,WAAA;AAAA,MACrB,WAAa,EAAA;AAAA,QACX,QAAU,EAAA,WAAA;AAAA,QACV,QAAU,EAAA,WAAA;AAAA,QACV,aAAe,EAAA,iBAAA;AAAA,QACf,aAAe,EAAA,iBAAA;AAAA,QACf,SAAW,EAAA,YAAA;AAAA,QACX,MAAQ,EAAA,QAAA;AAAA,OACV;AAAA,KACF;AAAA,IACA,kBAAoB,EAAA;AAAA,MAClB,KAAO,EAAA,YAAA;AAAA,KACT;AAAA,IACA,kBAAoB,EAAA;AAAA,MAClB,KAAO,EAAA,iBAAA;AAAA,MACP,QAAU,EAAA,yDAAA;AAAA,MACV,aAAe,EAAA;AAAA,QACb,KAAO,EAAA,iBAAA;AAAA,OACT;AAAA,MACA,iBAAmB,EAAA;AAAA,QACjB,KAAO,EAAA,qBAAA;AAAA,QACP,mBAAqB,EAAA,kBAAA;AAAA,QACrB,iBAAmB,EAAA,eAAA;AAAA,OACrB;AAAA,MACA,iBAAmB,EAAA;AAAA,QACjB,GAAK,EAAA;AAAA,UACH,KAAO,EAAA,OAAA;AAAA,UACP,GAAK,EAAA,KAAA;AAAA,UACL,MAAQ,EAAA,QAAA;AAAA,SACV;AAAA,OACF;AAAA,MACA,iBAAmB,EAAA;AAAA,QACjB,gBAAkB,EAAA,SAAA;AAAA,OACpB;AAAA,MACA,mBAAqB,EAAA;AAAA,QACnB,gBAAkB,EAAA,+BAAA;AAAA,QAClB,SAAW,EAAA;AAAA,UACT,KAAO,EAAA,eAAA;AAAA,UACP,gBAAkB,EAAA,OAAA;AAAA,SACpB;AAAA,QACA,OAAS,EAAA;AAAA,UACP,KAAO,EAAA,uBAAA;AAAA,SACT;AAAA,OACF;AAAA,MACA,qBAAuB,EAAA;AAAA,QACrB,mBAAqB,EAAA,4CAAA;AAAA,QACrB,eAAiB,EAAA,gBAAA;AAAA,QACjB,iBAAmB,EAAA,kBAAA;AAAA,QACnB,gBAAkB,EAAA,iBAAA;AAAA,OACpB;AAAA,MACA,mBAAqB,EAAA;AAAA,QACnB,KAAO,EAAA,kDAAA;AAAA,QACP,SAAW,EAAA;AAAA,UACT,KAAO,EAAA,yBAAA;AAAA,UACP,WACE,EAAA,iGAAA;AAAA,UACF,kBAAoB,EAAA,gDAAA;AAAA,SACtB;AAAA,QACA,UAAY,EAAA;AAAA,UACV,KAAO,EAAA,oBAAA;AAAA,UACP,WACE,EAAA,6GAAA;AAAA,SACJ;AAAA,QACA,aAAe,EAAA;AAAA,UACb,KAAO,EAAA,uBAAA;AAAA,UACP,WACE,EAAA,wEAAA;AAAA,SACJ;AAAA,OACF;AAAA,MACA,sBAAwB,EAAA;AAAA,QACtB,eAAiB,EAAA,WAAA;AAAA,QACjB,kBAAoB,EAAA,aAAA;AAAA,OACtB;AAAA,MACA,qBAAuB,EAAA;AAAA,QACrB,KAAO,EAAA,wBAAA;AAAA,OACT;AAAA,KACF;AAAA,IACA,gBAAkB,EAAA;AAAA,MAChB,KAAO,EAAA,wBAAA;AAAA,MACP,QACE,EAAA,8EAAA;AAAA,MACF,SAAW,EAAA,wBAAA;AAAA,MACX,cAAgB,EAAA;AAAA,QACd,YAAc,EAAA,WAAA;AAAA,QACd,UAAY,EAAA,iBAAA;AAAA,OACd;AAAA,MACA,aAAe,EAAA;AAAA,QACb,KAAO,EAAA,qBAAA;AAAA,QACP,2BAA6B,EAAA,6BAAA;AAAA,QAC7B,kBACE,EAAA,6JAAA;AAAA,OACJ;AAAA,MACA,wBAA0B,EAAA;AAAA,QACxB,iBAAmB,EAAA,eAAA;AAAA,OACrB;AAAA,KACF;AAAA,IACA,kBAAoB,EAAA;AAAA,MAClB,KAAO,EAAA,wBAAA;AAAA,MACP,QACE,EAAA,8EAAA;AAAA,MACF,SAAW,EAAA,wBAAA;AAAA,MACX,eAAiB,EAAA;AAAA,QACf,sBAAwB,EAAA,oBAAA;AAAA,OAC1B;AAAA,KACF;AAAA,GACF;AACF,CAAC;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.24.0-next.3",
3
+ "version": "1.25.0-next.0",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -57,20 +57,20 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/catalog-client": "^1.6.6-next.0",
61
- "@backstage/catalog-model": "^1.6.0-next.0",
62
- "@backstage/core-compat-api": "^0.2.8-next.3",
63
- "@backstage/core-components": "^0.14.10-next.0",
60
+ "@backstage/catalog-client": "^1.6.6",
61
+ "@backstage/catalog-model": "^1.6.0",
62
+ "@backstage/core-compat-api": "^0.2.9-next.0",
63
+ "@backstage/core-components": "^0.14.10",
64
64
  "@backstage/core-plugin-api": "^1.9.3",
65
65
  "@backstage/errors": "^1.2.4",
66
- "@backstage/frontend-plugin-api": "^0.7.0-next.3",
67
- "@backstage/integration": "^1.14.0-next.0",
68
- "@backstage/integration-react": "^1.1.30-next.0",
69
- "@backstage/plugin-catalog-common": "^1.0.26-next.2",
70
- "@backstage/plugin-catalog-react": "^1.12.3-next.3",
71
- "@backstage/plugin-permission-react": "^0.4.25-next.1",
72
- "@backstage/plugin-scaffolder-common": "^1.5.5-next.2",
73
- "@backstage/plugin-scaffolder-react": "^1.11.0-next.3",
66
+ "@backstage/frontend-plugin-api": "^0.8.0-next.0",
67
+ "@backstage/integration": "^1.14.0",
68
+ "@backstage/integration-react": "^1.1.30",
69
+ "@backstage/plugin-catalog-common": "^1.0.26",
70
+ "@backstage/plugin-catalog-react": "^1.12.4-next.0",
71
+ "@backstage/plugin-permission-react": "^0.4.25",
72
+ "@backstage/plugin-scaffolder-common": "^1.5.5",
73
+ "@backstage/plugin-scaffolder-react": "^1.12.0-next.0",
74
74
  "@backstage/types": "^1.1.1",
75
75
  "@codemirror/language": "^6.0.0",
76
76
  "@codemirror/legacy-modes": "^6.1.0",
@@ -104,12 +104,12 @@
104
104
  "zod-to-json-schema": "^3.20.4"
105
105
  },
106
106
  "devDependencies": {
107
- "@backstage/cli": "^0.27.0-next.4",
108
- "@backstage/core-app-api": "^1.14.2-next.0",
109
- "@backstage/dev-utils": "^1.0.37-next.3",
110
- "@backstage/plugin-catalog": "^1.22.0-next.3",
111
- "@backstage/plugin-permission-common": "^0.8.1-next.1",
112
- "@backstage/test-utils": "^1.5.10-next.2",
107
+ "@backstage/cli": "^0.27.1-next.0",
108
+ "@backstage/core-app-api": "^1.14.2",
109
+ "@backstage/dev-utils": "^1.0.38-next.0",
110
+ "@backstage/plugin-catalog": "^1.22.1-next.0",
111
+ "@backstage/plugin-permission-common": "^0.8.1",
112
+ "@backstage/test-utils": "^1.6.0-next.0",
113
113
  "@testing-library/dom": "^10.0.0",
114
114
  "@testing-library/jest-dom": "^6.0.0",
115
115
  "@testing-library/react": "^15.0.0",