@backstage/plugin-scaffolder 1.7.0-next.0 → 1.7.0-next.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.7.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e4f0a96424: Making the description of the GitLab repoUrl owner field more clearer by focusing it refers to the GitLab namespace.
8
+ - 8220f2fd83: Support custom layouts in dry run editor
9
+ - Updated dependencies
10
+ - @backstage/plugin-catalog-react@1.2.0-next.1
11
+ - @backstage/catalog-client@1.1.1-next.1
12
+ - @backstage/core-components@0.11.2-next.1
13
+ - @backstage/core-plugin-api@1.0.7-next.1
14
+ - @backstage/catalog-model@1.1.2-next.1
15
+ - @backstage/config@1.0.3-next.1
16
+ - @backstage/errors@1.1.2-next.1
17
+ - @backstage/integration@1.3.2-next.1
18
+ - @backstage/integration-react@1.1.5-next.1
19
+ - @backstage/theme@0.2.16
20
+ - @backstage/types@1.0.0
21
+ - @backstage/plugin-catalog-common@1.0.7-next.1
22
+ - @backstage/plugin-permission-react@0.4.6-next.1
23
+ - @backstage/plugin-scaffolder-common@1.2.1-next.1
24
+
3
25
  ## 1.7.0-next.0
4
26
 
5
27
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.7.0-next.0",
3
+ "version": "1.7.0-next.1",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
@@ -3,7 +3,7 @@ import { useNavigate, Navigate, useOutlet, Routes, Route } from 'react-router';
3
3
  import { ItemCardHeader, MarkdownContent, Button, ContentHeader, Progress, WarningPanel, Link as Link$1, Content, ItemCardGrid, Page, Header, CreateButton, SupportButton, StructuredMetadataTable, InfoCard, ErrorPage, ErrorPanel, LogViewer, StatusError, StatusOK, StatusPending, Lifecycle, EmptyState, Table as Table$1 } from '@backstage/core-components';
4
4
  import { useApp, useRouteRef, useApi, errorApiRef, featureFlagsApiRef, useApiHolder, useRouteRefParams, alertApiRef, useElementFilter } from '@backstage/core-plugin-api';
5
5
  import { getEntityRelations, getEntitySourceLocation, FavoriteEntity, EntityRefLinks, useEntityList, EntityListProvider, CatalogFilterLayout, EntitySearchBar, EntityKindPicker, UserListPicker, EntityTagPicker, catalogApiRef, humanizeEntityRef, EntityRefLink } from '@backstage/plugin-catalog-react';
6
- import { s as selectedTemplateRouteRef, v as viewTechDocRouteRef, e as editRouteRef, a as actionsRouteRef, b as scaffolderListTaskRouteRef, r as registerComponentRouteRef, T as TemplateTypePicker, S as SecretsContext, c as scaffolderApiRef, d as scaffolderTaskRouteRef, f as rootRouteRef, g as TaskStatusStepper, h as TaskPageLinks, F as FIELD_EXTENSION_WRAPPER_KEY, i as FIELD_EXTENSION_KEY, L as LAYOUTS_WRAPPER_KEY, j as LAYOUTS_KEY, l as legacySelectedTemplateRouteRef, k as SecretsContextProvider, m as TaskPage } from './index-f96a52f0.esm.js';
6
+ import { s as selectedTemplateRouteRef, v as viewTechDocRouteRef, e as editRouteRef, a as actionsRouteRef, b as scaffolderListTaskRouteRef, r as registerComponentRouteRef, T as TemplateTypePicker, S as SecretsContext, c as scaffolderApiRef, d as scaffolderTaskRouteRef, f as rootRouteRef, g as TaskStatusStepper, h as TaskPageLinks, F as FIELD_EXTENSION_WRAPPER_KEY, i as FIELD_EXTENSION_KEY, L as LAYOUTS_WRAPPER_KEY, j as LAYOUTS_KEY, l as legacySelectedTemplateRouteRef, k as SecretsContextProvider, m as TaskPage } from './index-d658652f.esm.js';
7
7
  import { RELATION_OWNED_BY, parseEntityRef, stringifyEntityRef, DEFAULT_NAMESPACE } from '@backstage/catalog-model';
8
8
  import { makeStyles, useTheme, Card, CardMedia, CardContent, Box, Typography, Chip, CardActions, Tooltip, IconButton, Link, Stepper, Step, StepLabel, StepContent, Button as Button$1, Paper, LinearProgress, TableContainer, Table, TableHead, TableRow, TableCell, TableBody, Divider as Divider$1, FormControl, InputLabel, Select, MenuItem as MenuItem$1, List as List$2, ListItemIcon as ListItemIcon$1, ListItemText as ListItemText$1 } from '@material-ui/core';
9
9
  import { scmIntegrationsApiRef, ScmIntegrationIcon } from '@backstage/integration-react';
@@ -66,7 +66,7 @@ import SettingsIcon from '@material-ui/icons/Settings';
66
66
  import AllIcon from '@material-ui/icons/FontDownload';
67
67
  import { DateTime, Interval } from 'luxon';
68
68
  import humanizeDuration from 'humanize-duration';
69
- import { D as DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS } from './default-21c262f6.esm.js';
69
+ import { D as DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS } from './default-93ca10ec.esm.js';
70
70
  import '@backstage/errors';
71
71
  import 'zen-observable';
72
72
  import '@material-ui/core/FormControl';
@@ -1908,7 +1908,7 @@ function TemplateEditorForm(props) {
1908
1908
  }))));
1909
1909
  }
1910
1910
  function TemplateEditorFormDirectoryEditorDryRun(props) {
1911
- const { setErrorText, fieldExtensions = [] } = props;
1911
+ const { setErrorText, fieldExtensions = [], layouts } = props;
1912
1912
  const dryRun = useDryRun();
1913
1913
  const directoryEditor = useDirectoryEditor();
1914
1914
  const { selectedFile } = directoryEditor;
@@ -1936,7 +1936,8 @@ function TemplateEditorFormDirectoryEditorDryRun(props) {
1936
1936
  setErrorText,
1937
1937
  content,
1938
1938
  data,
1939
- onUpdate: setData
1939
+ onUpdate: setData,
1940
+ layouts
1940
1941
  });
1941
1942
  }
1942
1943
  TemplateEditorForm.DirectoryEditorDryRun = TemplateEditorFormDirectoryEditorDryRun;
@@ -2591,4 +2592,4 @@ const Router = (props) => {
2591
2592
  };
2592
2593
 
2593
2594
  export { Router };
2594
- //# sourceMappingURL=Router-7e8b8be7.esm.js.map
2595
+ //# sourceMappingURL=Router-825957a6.esm.js.map