@backstage/plugin-scaffolder 1.19.0 → 1.19.2
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 +44 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +1 -1
- package/dist/alpha.esm.js +2 -2
- package/dist/esm/{OngoingTask-4262cf51.esm.js → OngoingTask-BeP2EzG8.esm.js} +5 -5
- package/dist/esm/{OngoingTask-4262cf51.esm.js.map → OngoingTask-BeP2EzG8.esm.js.map} +1 -1
- package/dist/esm/{index-5e746e81.esm.js → index-CSOk13rN.esm.js} +7 -7
- package/dist/esm/{index-5e746e81.esm.js.map → index-CSOk13rN.esm.js.map} +1 -1
- package/dist/esm/{routes-1428737e.esm.js → routes-BvToNy4N.esm.js} +1 -1
- package/dist/esm/{routes-1428737e.esm.js.map → routes-BvToNy4N.esm.js.map} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +8 -9
- package/dist/index.esm.js.map +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.19.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e8f026a: Use ESM exports of react-use library
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/catalog-client@1.6.3
|
|
10
|
+
- @backstage/core-components@0.14.3
|
|
11
|
+
- @backstage/plugin-scaffolder-react@1.8.3
|
|
12
|
+
- @backstage/plugin-catalog-react@1.11.2
|
|
13
|
+
- @backstage/frontend-plugin-api@0.6.3
|
|
14
|
+
- @backstage/integration-react@1.1.25
|
|
15
|
+
- @backstage/core-compat-api@0.2.3
|
|
16
|
+
- @backstage/core-plugin-api@1.9.1
|
|
17
|
+
- @backstage/catalog-model@1.4.5
|
|
18
|
+
- @backstage/errors@1.2.4
|
|
19
|
+
- @backstage/integration@1.9.1
|
|
20
|
+
- @backstage/types@1.1.1
|
|
21
|
+
- @backstage/plugin-catalog-common@1.0.22
|
|
22
|
+
- @backstage/plugin-permission-react@0.4.21
|
|
23
|
+
- @backstage/plugin-scaffolder-common@1.5.1
|
|
24
|
+
|
|
25
|
+
## 1.19.1
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- e8f026a: Use ESM exports of react-use library
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- @backstage/catalog-client@1.6.2
|
|
32
|
+
- @backstage/core-components@0.14.2
|
|
33
|
+
- @backstage/plugin-scaffolder-react@1.8.2
|
|
34
|
+
- @backstage/plugin-catalog-react@1.11.1
|
|
35
|
+
- @backstage/frontend-plugin-api@0.6.2
|
|
36
|
+
- @backstage/integration-react@1.1.25
|
|
37
|
+
- @backstage/core-compat-api@0.2.2
|
|
38
|
+
- @backstage/core-plugin-api@1.9.1
|
|
39
|
+
- @backstage/catalog-model@1.4.5
|
|
40
|
+
- @backstage/errors@1.2.4
|
|
41
|
+
- @backstage/integration@1.9.1
|
|
42
|
+
- @backstage/types@1.1.1
|
|
43
|
+
- @backstage/plugin-catalog-common@1.0.22
|
|
44
|
+
- @backstage/plugin-permission-react@0.4.21
|
|
45
|
+
- @backstage/plugin-scaffolder-common@1.5.1
|
|
46
|
+
|
|
3
47
|
## 1.19.0
|
|
4
48
|
|
|
5
49
|
### Minor Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -74,4 +74,4 @@ declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
|
|
|
74
74
|
}, true>;
|
|
75
75
|
}>;
|
|
76
76
|
|
|
77
|
-
export { FormProps, TemplateListPageProps, TemplateWizardPageProps, _default as default };
|
|
77
|
+
export { type FormProps, type TemplateListPageProps, type TemplateWizardPageProps, _default as default };
|
package/dist/alpha.esm.js
CHANGED
|
@@ -4,7 +4,7 @@ import CreateComponentIcon from '@material-ui/icons/AddCircleOutline';
|
|
|
4
4
|
import { convertLegacyRouteRef, compatWrapper, convertLegacyRouteRefs } from '@backstage/core-compat-api';
|
|
5
5
|
import { scmIntegrationsApiRef } from '@backstage/integration-react';
|
|
6
6
|
import { scaffolderApiRef } from '@backstage/plugin-scaffolder-react';
|
|
7
|
-
import { S as ScaffolderClient, r as rootRouteRef, s as selectedTemplateRouteRef, a as scaffolderTaskRouteRef, b as actionsRouteRef, c as scaffolderListTaskRouteRef, e as editRouteRef, d as registerComponentRouteRef, v as viewTechDocRouteRef } from './esm/routes-
|
|
7
|
+
import { S as ScaffolderClient, r as rootRouteRef, s as selectedTemplateRouteRef, a as scaffolderTaskRouteRef, b as actionsRouteRef, c as scaffolderListTaskRouteRef, e as editRouteRef, d as registerComponentRouteRef, v as viewTechDocRouteRef } from './esm/routes-BvToNy4N.esm.js';
|
|
8
8
|
import '@backstage/catalog-model';
|
|
9
9
|
import '@backstage/errors';
|
|
10
10
|
import 'qs';
|
|
@@ -32,7 +32,7 @@ const scaffolderApi = createApiExtension({
|
|
|
32
32
|
const scaffolderPage = createPageExtension({
|
|
33
33
|
routeRef: convertLegacyRouteRef(rootRouteRef),
|
|
34
34
|
defaultPath: "/create",
|
|
35
|
-
loader: () => import('./esm/index-
|
|
35
|
+
loader: () => import('./esm/index-CSOk13rN.esm.js').then((m) => compatWrapper(/* @__PURE__ */ React.createElement(m.Router, null)))
|
|
36
36
|
});
|
|
37
37
|
const scaffolderNavItem = createNavItemExtension({
|
|
38
38
|
routeRef: convertLegacyRouteRef(rootRouteRef),
|
|
@@ -7,25 +7,25 @@ import { useApi, identityApiRef, errorApiRef, useRouteRef } from '@backstage/cor
|
|
|
7
7
|
import { catalogApiRef, humanizeEntityRef } from '@backstage/plugin-catalog-react';
|
|
8
8
|
import FormControl from '@material-ui/core/FormControl';
|
|
9
9
|
import Autocomplete from '@material-ui/lab/Autocomplete';
|
|
10
|
-
import useAsync from 'react-use/
|
|
10
|
+
import useAsync from 'react-use/esm/useAsync';
|
|
11
11
|
import { scmIntegrationsApiRef, scmAuthApiRef } from '@backstage/integration-react';
|
|
12
12
|
import FormHelperText from '@material-ui/core/FormHelperText';
|
|
13
13
|
import Input from '@material-ui/core/Input';
|
|
14
14
|
import InputLabel from '@material-ui/core/InputLabel';
|
|
15
15
|
import { Select, Progress, Page, Header, Content, ErrorPanel } from '@backstage/core-components';
|
|
16
16
|
import { scaffolderApiRef, useTemplateSecrets, useTaskEventStream } from '@backstage/plugin-scaffolder-react';
|
|
17
|
-
import useDebounce from 'react-use/
|
|
17
|
+
import useDebounce from 'react-use/esm/useDebounce';
|
|
18
18
|
import Box from '@material-ui/core/Box';
|
|
19
19
|
import Divider from '@material-ui/core/Divider';
|
|
20
20
|
import Typography from '@material-ui/core/Typography';
|
|
21
|
-
import useEffectOnce from 'react-use/
|
|
21
|
+
import useEffectOnce from 'react-use/esm/useEffectOnce';
|
|
22
22
|
import zodToJsonSchema from 'zod-to-json-schema';
|
|
23
23
|
import { NotFoundError } from '@backstage/errors';
|
|
24
24
|
import { useParams, useNavigate } from 'react-router-dom';
|
|
25
25
|
import Button from '@material-ui/core/Button';
|
|
26
26
|
import Paper from '@material-ui/core/Paper';
|
|
27
27
|
import { makeStyles, useTheme } from '@material-ui/core/styles';
|
|
28
|
-
import { s as selectedTemplateRouteRef } from './routes-
|
|
28
|
+
import { s as selectedTemplateRouteRef } from './routes-BvToNy4N.esm.js';
|
|
29
29
|
import qs from 'qs';
|
|
30
30
|
import IconButton from '@material-ui/core/IconButton';
|
|
31
31
|
import ListItemIcon from '@material-ui/core/ListItemIcon';
|
|
@@ -1569,4 +1569,4 @@ const OngoingTask = (props) => {
|
|
|
1569
1569
|
};
|
|
1570
1570
|
|
|
1571
1571
|
export { EntityPicker as E, MultiEntityPicker as M, OwnerPicker as O, RepoUrlPicker as R, EntityPickerSchema as a, EntityNamePicker as b, EntityNamePickerSchema as c, MultiEntityPickerSchema as d, entityNamePickerValidation as e, RepoUrlPickerSchema as f, OwnerPickerSchema as g, MyGroupsPicker as h, MyGroupsPickerSchema as i, OwnedEntityPicker as j, OwnedEntityPickerSchema as k, EntityTagsPicker as l, EntityTagsPickerSchema as m, OngoingTask as n, makeFieldSchemaFromZod as o, EntityPickerFieldSchema as p, OwnerPickerFieldSchema as q, repoPickerValidation as r, RepoUrlPickerFieldSchema as s, OwnedEntityPickerFieldSchema as t, EntityTagsPickerFieldSchema as u, validateMultiEntityPickerValidation as v, MyGroupsPickerFieldSchema as w };
|
|
1572
|
-
//# sourceMappingURL=OngoingTask-
|
|
1572
|
+
//# sourceMappingURL=OngoingTask-BeP2EzG8.esm.js.map
|