@backstage/plugin-scaffolder 1.14.1-next.1 → 1.14.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 +43 -1
- package/alpha/package.json +1 -1
- package/dist/alpha.esm.js +15 -79
- package/dist/alpha.esm.js.map +1 -1
- package/dist/esm/{TemplateEditorIntro-580933c6.esm.js → ListTasksPage-44381650.esm.js} +472 -278
- package/dist/esm/ListTasksPage-44381650.esm.js.map +1 -0
- package/dist/esm/{Router-d236b5e3.esm.js → Router-8653bb84.esm.js} +23 -17
- package/dist/esm/{Router-d236b5e3.esm.js.map → Router-8653bb84.esm.js.map} +1 -1
- package/dist/esm/TaskPage-e70ca2f8.esm.js +322 -0
- package/dist/esm/TaskPage-e70ca2f8.esm.js.map +1 -0
- package/dist/esm/{TemplateFormPreviewer-475decbc.esm.js → index-05d3e519.esm.js} +389 -22
- package/dist/esm/index-05d3e519.esm.js.map +1 -0
- package/dist/esm/{TaskPage-b9589b1b.esm.js → plugin-e86ee6a1.esm.js} +21 -320
- package/dist/esm/plugin-e86ee6a1.esm.js.map +1 -0
- package/dist/index.esm.js +7 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +19 -19
- package/dist/esm/ListTasksPage-a65cbda6.esm.js +0 -198
- package/dist/esm/ListTasksPage-a65cbda6.esm.js.map +0 -1
- package/dist/esm/TaskPage-b9589b1b.esm.js.map +0 -1
- package/dist/esm/TemplateEditorIntro-580933c6.esm.js.map +0 -1
- package/dist/esm/TemplateFormPreviewer-475decbc.esm.js.map +0 -1
- package/dist/esm/index-76380724.esm.js +0 -391
- package/dist/esm/index-76380724.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.14.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/theme@0.4.1
|
|
9
|
+
- @backstage/errors@1.2.1
|
|
10
|
+
- @backstage/plugin-scaffolder-react@1.5.1
|
|
11
|
+
- @backstage/plugin-catalog-react@1.8.0
|
|
12
|
+
- @backstage/core-components@0.13.3
|
|
13
|
+
- @backstage/core-plugin-api@1.5.3
|
|
14
|
+
- @backstage/catalog-client@1.4.3
|
|
15
|
+
- @backstage/catalog-model@1.4.1
|
|
16
|
+
- @backstage/config@1.0.8
|
|
17
|
+
- @backstage/integration@1.5.1
|
|
18
|
+
- @backstage/integration-react@1.1.15
|
|
19
|
+
- @backstage/types@1.1.0
|
|
20
|
+
- @backstage/plugin-catalog-common@1.0.15
|
|
21
|
+
- @backstage/plugin-permission-react@0.4.14
|
|
22
|
+
- @backstage/plugin-scaffolder-common@1.3.2
|
|
23
|
+
|
|
24
|
+
## 1.14.1-next.2
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
- @backstage/plugin-catalog-react@1.8.0-next.2
|
|
30
|
+
- @backstage/theme@0.4.1-next.1
|
|
31
|
+
- @backstage/core-plugin-api@1.5.3-next.1
|
|
32
|
+
- @backstage/core-components@0.13.3-next.2
|
|
33
|
+
- @backstage/catalog-client@1.4.3-next.0
|
|
34
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
35
|
+
- @backstage/config@1.0.8
|
|
36
|
+
- @backstage/errors@1.2.1-next.0
|
|
37
|
+
- @backstage/integration@1.5.1-next.0
|
|
38
|
+
- @backstage/integration-react@1.1.15-next.2
|
|
39
|
+
- @backstage/types@1.1.0
|
|
40
|
+
- @backstage/plugin-catalog-common@1.0.15-next.0
|
|
41
|
+
- @backstage/plugin-permission-react@0.4.14-next.2
|
|
42
|
+
- @backstage/plugin-scaffolder-common@1.3.2-next.0
|
|
43
|
+
- @backstage/plugin-scaffolder-react@1.5.1-next.2
|
|
44
|
+
|
|
3
45
|
## 1.14.1-next.1
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|
|
@@ -3074,7 +3116,7 @@
|
|
|
3074
3116
|
### Patch Changes
|
|
3075
3117
|
|
|
3076
3118
|
- 12d8f27a6: Move logic for constructing the template form to the backend, using a new `./parameter-schema` endpoint that returns the form schema for a given template.
|
|
3077
|
-
- bc327dc42: Tweak the template cards to be even more compliant with
|
|
3119
|
+
- bc327dc42: Tweak the template cards to be even more compliant with Material UI examples, and a little bit more dense.
|
|
3078
3120
|
- Updated dependencies [12d8f27a6]
|
|
3079
3121
|
- Updated dependencies [40c0fdbaa]
|
|
3080
3122
|
- Updated dependencies [2a271d89e]
|
package/alpha/package.json
CHANGED
package/dist/alpha.esm.js
CHANGED
|
@@ -1,90 +1,26 @@
|
|
|
1
|
-
export { N as NextScaffolderPage } from './esm/
|
|
2
|
-
import 'react';
|
|
3
|
-
import 'react-router-dom';
|
|
4
|
-
import '@backstage/core-plugin-api';
|
|
5
|
-
import '@backstage/core-components';
|
|
6
|
-
import '@backstage/plugin-catalog-react';
|
|
7
|
-
import '@backstage/plugin-scaffolder-react/alpha';
|
|
8
|
-
import '@material-ui/core/Button';
|
|
9
|
-
import '@material-ui/core/IconButton';
|
|
10
|
-
import '@material-ui/core/useMediaQuery';
|
|
11
|
-
import '@material-ui/icons/AddCircleOutline';
|
|
12
|
-
import '@backstage/plugin-catalog-common/alpha';
|
|
13
|
-
import '@backstage/plugin-permission-react';
|
|
14
|
-
import '@backstage/catalog-model';
|
|
1
|
+
export { N as NextScaffolderPage } from './esm/plugin-e86ee6a1.esm.js';
|
|
2
|
+
import '@backstage/integration-react';
|
|
15
3
|
import '@backstage/plugin-scaffolder-react';
|
|
4
|
+
import '@backstage/catalog-model';
|
|
5
|
+
import '@backstage/errors';
|
|
6
|
+
import 'qs';
|
|
7
|
+
import 'zen-observable';
|
|
8
|
+
import 'event-source-polyfill';
|
|
16
9
|
import '@backstage/catalog-client';
|
|
10
|
+
import '@backstage/core-plugin-api';
|
|
11
|
+
import '@backstage/plugin-catalog-react';
|
|
17
12
|
import '@material-ui/core';
|
|
18
13
|
import '@material-ui/core/FormControl';
|
|
19
14
|
import '@material-ui/lab/Autocomplete';
|
|
15
|
+
import 'react';
|
|
20
16
|
import 'react-use/lib/useAsync';
|
|
21
|
-
import '
|
|
22
|
-
import '
|
|
23
|
-
import '@backstage/integration-react';
|
|
17
|
+
import 'zod';
|
|
18
|
+
import 'zod-to-json-schema';
|
|
24
19
|
import '@material-ui/core/FormHelperText';
|
|
25
20
|
import '@material-ui/core/Input';
|
|
26
21
|
import '@material-ui/core/InputLabel';
|
|
22
|
+
import '@backstage/core-components';
|
|
27
23
|
import 'react-use/lib/useDebounce';
|
|
28
|
-
import '
|
|
29
|
-
import '
|
|
30
|
-
import './esm/TemplateEditorIntro-580933c6.esm.js';
|
|
31
|
-
import 'luxon';
|
|
32
|
-
import 'humanize-duration';
|
|
33
|
-
import '@material-ui/core/Typography';
|
|
34
|
-
import 'qs';
|
|
35
|
-
import 'zen-observable';
|
|
36
|
-
import 'event-source-polyfill';
|
|
37
|
-
import 'zod';
|
|
38
|
-
import 'zod-to-json-schema';
|
|
39
|
-
import '@material-ui/core/Grid';
|
|
40
|
-
import '@material-ui/core/Step';
|
|
41
|
-
import '@material-ui/core/StepLabel';
|
|
42
|
-
import '@material-ui/core/Stepper';
|
|
43
|
-
import '@material-ui/core/styles';
|
|
44
|
-
import '@material-ui/icons/Cancel';
|
|
45
|
-
import '@material-ui/icons/Check';
|
|
46
|
-
import '@material-ui/icons/FiberManualRecord';
|
|
47
|
-
import 'classnames';
|
|
48
|
-
import 'react-use/lib/useInterval';
|
|
49
|
-
import '@material-ui/icons/Language';
|
|
50
|
-
import '@react-hookz/web';
|
|
51
|
-
import '@material-ui/icons/Repeat';
|
|
52
|
-
import '@material-ui/icons/Toc';
|
|
53
|
-
import '@material-ui/icons/ControlPoint';
|
|
54
|
-
import '@material-ui/icons/MoreVert';
|
|
55
|
-
import '@codemirror/language';
|
|
56
|
-
import '@codemirror/legacy-modes/mode/yaml';
|
|
57
|
-
import '@material-ui/icons/Close';
|
|
58
|
-
import '@uiw/react-codemirror';
|
|
59
|
-
import 'yaml';
|
|
60
|
-
import '@rjsf/validator-ajv8';
|
|
61
|
-
import '@material-ui/icons/ExpandMore';
|
|
62
|
-
import '@material-ui/icons/ExpandLess';
|
|
63
|
-
import '@material-ui/core/Chip';
|
|
64
|
-
import '@material-ui/icons/Settings';
|
|
65
|
-
import '@material-ui/icons/FontDownload';
|
|
66
|
-
import '@material-ui/core/Accordion';
|
|
67
|
-
import '@material-ui/core/AccordionDetails';
|
|
68
|
-
import '@material-ui/core/AccordionSummary';
|
|
69
|
-
import '@material-ui/core/Divider';
|
|
70
|
-
import '@material-ui/core/List';
|
|
71
|
-
import '@material-ui/core/ListItem';
|
|
72
|
-
import '@material-ui/core/ListItemIcon';
|
|
73
|
-
import '@material-ui/core/ListItemSecondaryAction';
|
|
74
|
-
import '@material-ui/core/ListItemText';
|
|
75
|
-
import '@material-ui/icons/Delete';
|
|
76
|
-
import '@material-ui/core/Box';
|
|
77
|
-
import '@material-ui/core/Tab';
|
|
78
|
-
import '@material-ui/core/Tabs';
|
|
79
|
-
import '@material-ui/icons/Refresh';
|
|
80
|
-
import '@material-ui/icons/Save';
|
|
81
|
-
import '@material-ui/lab/TreeView';
|
|
82
|
-
import '@material-ui/icons/ChevronRight';
|
|
83
|
-
import '@material-ui/lab/TreeItem';
|
|
84
|
-
import '@codemirror/view';
|
|
85
|
-
import '@material-ui/core/Card';
|
|
86
|
-
import '@material-ui/core/CardActionArea';
|
|
87
|
-
import '@material-ui/core/CardContent';
|
|
88
|
-
import '@material-ui/core/Tooltip';
|
|
89
|
-
import '@material-ui/icons/InfoOutlined';
|
|
24
|
+
import 'react-use/lib/useEffectOnce';
|
|
25
|
+
import '@material-ui/lab';
|
|
90
26
|
//# sourceMappingURL=alpha.esm.js.map
|
package/dist/alpha.esm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alpha.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"alpha.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|