@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
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React, { useState, Fragment, useCallback, createContext, useRef, useMemo, useContext, useEffect, Component, Children, memo } from 'react';
|
|
2
2
|
import { useNavigate, Link as Link$1, Navigate, useOutlet, Routes, Route } from 'react-router-dom';
|
|
3
3
|
import { useTemplateSecrets, scaffolderApiRef, useCustomFieldExtensions, useCustomLayouts, SecretsContextProvider } from '@backstage/plugin-scaffolder-react';
|
|
4
|
-
import { E as EntityPicker, a as EntityPickerSchema, b as EntityNamePicker, e as entityNamePickerValidation, c as EntityNamePickerSchema, l as EntityTagsPicker, m as EntityTagsPickerSchema, R as RepoUrlPicker, r as repoPickerValidation, f as RepoUrlPickerSchema, O as OwnerPicker, g as OwnerPickerSchema, j as OwnedEntityPicker, k as OwnedEntityPickerSchema, h as MyGroupsPicker, i as MyGroupsPickerSchema, M as MultiEntityPicker, d as MultiEntityPickerSchema, v as validateMultiEntityPickerValidation, n as OngoingTask } from './OngoingTask-
|
|
4
|
+
import { E as EntityPicker, a as EntityPickerSchema, b as EntityNamePicker, e as entityNamePickerValidation, c as EntityNamePickerSchema, l as EntityTagsPicker, m as EntityTagsPickerSchema, R as RepoUrlPicker, r as repoPickerValidation, f as RepoUrlPickerSchema, O as OwnerPicker, g as OwnerPickerSchema, j as OwnedEntityPicker, k as OwnedEntityPickerSchema, h as MyGroupsPicker, i as MyGroupsPickerSchema, M as MultiEntityPicker, d as MultiEntityPickerSchema, v as validateMultiEntityPickerValidation, n as OngoingTask } from './OngoingTask-BeP2EzG8.esm.js';
|
|
5
5
|
import { ScaffolderField, ScaffolderPageContextMenu, TemplateCategoryPicker, TemplateGroups, Workflow, createAsyncValidators, Stepper, Form } from '@backstage/plugin-scaffolder-react/alpha';
|
|
6
6
|
import Input from '@material-ui/core/Input';
|
|
7
7
|
import InputLabel from '@material-ui/core/InputLabel';
|
|
8
|
-
import { e as editRouteRef, c as scaffolderListTaskRouteRef, r as rootRouteRef, b as actionsRouteRef, d as registerComponentRouteRef, v as viewTechDocRouteRef, s as selectedTemplateRouteRef, a as scaffolderTaskRouteRef } from './routes-
|
|
8
|
+
import { e as editRouteRef, c as scaffolderListTaskRouteRef, r as rootRouteRef, b as actionsRouteRef, d as registerComponentRouteRef, v as viewTechDocRouteRef, s as selectedTemplateRouteRef, a as scaffolderTaskRouteRef } from './routes-BvToNy4N.esm.js';
|
|
9
9
|
import { Progress, ErrorPage, MarkdownContent, Page, Header, Content, CodeSnippet, StatusError, StatusOK, StatusPending, ErrorPanel, EmptyState, Table as Table$1, Link, DocsIcon, ContentHeader, SupportButton, LogViewer } from '@backstage/core-components';
|
|
10
|
-
import useAsync from 'react-use/
|
|
10
|
+
import useAsync from 'react-use/esm/useAsync';
|
|
11
11
|
import Accordion from '@material-ui/core/Accordion';
|
|
12
12
|
import AccordionDetails from '@material-ui/core/AccordionDetails';
|
|
13
13
|
import AccordionSummary from '@material-ui/core/AccordionSummary';
|
|
@@ -58,7 +58,7 @@ import Select from '@material-ui/core/Select';
|
|
|
58
58
|
import CloseIcon from '@material-ui/icons/Close';
|
|
59
59
|
import CodeMirror from '@uiw/react-codemirror';
|
|
60
60
|
import yaml from 'yaml';
|
|
61
|
-
import useDebounce from 'react-use/
|
|
61
|
+
import useDebounce from 'react-use/esm/useDebounce';
|
|
62
62
|
import { useAsync as useAsync$1, useRerender, useKeyboardEvent, usePrevious } from '@react-hookz/web';
|
|
63
63
|
import validator from '@rjsf/validator-ajv8';
|
|
64
64
|
import Divider from '@material-ui/core/Divider';
|
|
@@ -84,7 +84,7 @@ import Stepper$1 from '@material-ui/core/Stepper';
|
|
|
84
84
|
import StepButton from '@material-ui/core/StepButton';
|
|
85
85
|
import CircularProgress from '@material-ui/core/CircularProgress';
|
|
86
86
|
import FiberManualRecordIcon from '@material-ui/icons/FiberManualRecord';
|
|
87
|
-
import useInterval from 'react-use/
|
|
87
|
+
import useInterval from 'react-use/esm/useInterval';
|
|
88
88
|
import LinearProgress from '@material-ui/core/LinearProgress';
|
|
89
89
|
import CardActionArea from '@material-ui/core/CardActionArea';
|
|
90
90
|
import InfoOutlinedIcon from '@material-ui/icons/InfoOutlined';
|
|
@@ -94,7 +94,7 @@ import '@backstage/catalog-client';
|
|
|
94
94
|
import '@material-ui/lab/Autocomplete';
|
|
95
95
|
import '@backstage/integration-react';
|
|
96
96
|
import '@material-ui/core/FormHelperText';
|
|
97
|
-
import 'react-use/
|
|
97
|
+
import 'react-use/esm/useEffectOnce';
|
|
98
98
|
import 'zod-to-json-schema';
|
|
99
99
|
import '@backstage/errors';
|
|
100
100
|
import 'qs';
|
|
@@ -2549,4 +2549,4 @@ const Router = (props) => {
|
|
|
2549
2549
|
};
|
|
2550
2550
|
|
|
2551
2551
|
export { Router };
|
|
2552
|
-
//# sourceMappingURL=index-
|
|
2552
|
+
//# sourceMappingURL=index-CSOk13rN.esm.js.map
|