@terasky/backstage-plugin-vcf-automation 0.0.1 → 0.1.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/README.md +36 -0
- package/dist/api/VcfAutomationClient.esm.js +90 -0
- package/dist/api/VcfAutomationClient.esm.js.map +1 -0
- package/dist/components/VCFAutomationDeploymentDetails.esm.js +186 -0
- package/dist/components/VCFAutomationDeploymentDetails.esm.js.map +1 -0
- package/dist/components/VCFAutomationDeploymentOverview.esm.js +102 -0
- package/dist/components/VCFAutomationDeploymentOverview.esm.js.map +1 -0
- package/dist/components/VCFAutomationGenericResourceDetails.esm.js +52 -0
- package/dist/components/VCFAutomationGenericResourceDetails.esm.js.map +1 -0
- package/dist/components/VCFAutomationGenericResourceOverview.esm.js +40 -0
- package/dist/components/VCFAutomationGenericResourceOverview.esm.js.map +1 -0
- package/dist/components/VCFAutomationProjectDetails.esm.js +184 -0
- package/dist/components/VCFAutomationProjectDetails.esm.js.map +1 -0
- package/dist/components/VCFAutomationProjectOverview.esm.js +109 -0
- package/dist/components/VCFAutomationProjectOverview.esm.js.map +1 -0
- package/dist/components/VCFAutomationVSphereVMDetails.esm.js +116 -0
- package/dist/components/VCFAutomationVSphereVMDetails.esm.js.map +1 -0
- package/dist/components/VCFAutomationVSphereVMOverview.esm.js +116 -0
- package/dist/components/VCFAutomationVSphereVMOverview.esm.js.map +1 -0
- package/dist/index.d.ts +10 -11
- package/dist/index.esm.js +11 -881
- package/dist/index.esm.js.map +1 -1
- package/dist/plugin.esm.js +82 -0
- package/dist/plugin.esm.js.map +1 -0
- package/dist/routes.esm.js +20 -0
- package/dist/routes.esm.js.map +1 -0
- package/package.json +21 -14
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
3
2
|
import { DiscoveryApi, IdentityApi } from '@backstage/core-plugin-api';
|
|
4
|
-
import
|
|
3
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
4
|
|
|
6
5
|
declare const vcfAutomationPlugin: _backstage_core_plugin_api.BackstagePlugin<{
|
|
7
6
|
root: _backstage_core_plugin_api.RouteRef<undefined>;
|
|
@@ -9,21 +8,21 @@ declare const vcfAutomationPlugin: _backstage_core_plugin_api.BackstagePlugin<{
|
|
|
9
8
|
catalogIndex: _backstage_core_plugin_api.ExternalRouteRef<undefined, false>;
|
|
10
9
|
}, {}>;
|
|
11
10
|
|
|
12
|
-
declare const VCFAutomationVSphereVMOverview: () =>
|
|
11
|
+
declare const VCFAutomationVSphereVMOverview: () => react_jsx_runtime.JSX.Element;
|
|
13
12
|
|
|
14
|
-
declare const VCFAutomationProjectOverview: () =>
|
|
13
|
+
declare const VCFAutomationProjectOverview: () => react_jsx_runtime.JSX.Element;
|
|
15
14
|
|
|
16
|
-
declare const VCFAutomationProjectDetails: () =>
|
|
15
|
+
declare const VCFAutomationProjectDetails: () => react_jsx_runtime.JSX.Element;
|
|
17
16
|
|
|
18
|
-
declare const VCFAutomationDeploymentDetails: () =>
|
|
17
|
+
declare const VCFAutomationDeploymentDetails: () => react_jsx_runtime.JSX.Element;
|
|
19
18
|
|
|
20
|
-
declare const VCFAutomationVSphereVMDetails: () =>
|
|
19
|
+
declare const VCFAutomationVSphereVMDetails: () => react_jsx_runtime.JSX.Element;
|
|
21
20
|
|
|
22
|
-
declare const VCFAutomationGenericResourceDetails: () =>
|
|
21
|
+
declare const VCFAutomationGenericResourceDetails: () => react_jsx_runtime.JSX.Element;
|
|
23
22
|
|
|
24
|
-
declare const VCFAutomationGenericResourceOverview: () =>
|
|
23
|
+
declare const VCFAutomationGenericResourceOverview: () => react_jsx_runtime.JSX.Element;
|
|
25
24
|
|
|
26
|
-
declare const VCFAutomationDeploymentOverview: () =>
|
|
25
|
+
declare const VCFAutomationDeploymentOverview: () => react_jsx_runtime.JSX.Element;
|
|
27
26
|
|
|
28
27
|
interface VcfPageable {
|
|
29
28
|
pageNumber: number;
|
|
@@ -328,4 +327,4 @@ declare class VcfAutomationClient implements VcfAutomationApi {
|
|
|
328
327
|
|
|
329
328
|
declare const rootRouteRef: _backstage_core_plugin_api.RouteRef<undefined>;
|
|
330
329
|
|
|
331
|
-
export { VCFAutomationDeploymentDetails, VCFAutomationDeploymentOverview, VCFAutomationGenericResourceDetails, VCFAutomationGenericResourceOverview, VCFAutomationProjectDetails, VCFAutomationProjectOverview, VCFAutomationVSphereVMDetails, VCFAutomationVSphereVMOverview, VcfAutomationApi, VcfAutomationClient, VcfDeploymentEvent$1 as VcfDeploymentEvent, VcfDeploymentHistory, VcfPageResponse, VcfPageable, VcfProject$1 as VcfProject, VcfProjectZone, VcfResource, VcfResourceDisk, VcfResourceExpense, VcfResourceNetwork, rootRouteRef, vcfAutomationApiRef, vcfAutomationPlugin };
|
|
330
|
+
export { VCFAutomationDeploymentDetails, VCFAutomationDeploymentOverview, VCFAutomationGenericResourceDetails, VCFAutomationGenericResourceOverview, VCFAutomationProjectDetails, VCFAutomationProjectOverview, VCFAutomationVSphereVMDetails, VCFAutomationVSphereVMOverview, type VcfAutomationApi, VcfAutomationClient, type VcfDeploymentEvent$1 as VcfDeploymentEvent, type VcfDeploymentHistory, type VcfPageResponse, type VcfPageable, type VcfProject$1 as VcfProject, type VcfProjectZone, type VcfResource, type VcfResourceDisk, type VcfResourceExpense, type VcfResourceNetwork, rootRouteRef, vcfAutomationApiRef, vcfAutomationPlugin };
|