@wso2/am-core-ui 0.0.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/dist/CoreUI.d.ts +5 -0
- package/dist/Layouts/OxygenLayout/LeftNavigation.d.ts +24 -0
- package/dist/Layouts/OxygenLayout/OxygenLayout.d.ts +18 -0
- package/dist/Layouts/OxygenLayout/TopNavigation.d.ts +1 -0
- package/dist/Layouts/OxygenLayout/index.d.ts +18 -0
- package/dist/Layouts/OxygenLayout/navigationItems.d.ts +5 -0
- package/dist/Layouts/OxygenLayout/path-map.d.ts +7 -0
- package/dist/Layouts/OxygenLayout/userMenuItems.d.ts +25 -0
- package/dist/Layouts/index.d.ts +18 -0
- package/dist/Providers/GlobalProviders/GlobalProviders.d.ts +5 -0
- package/dist/Providers/GlobalProviders/index.d.ts +18 -0
- package/dist/Providers/Protected/Protected.d.ts +20 -0
- package/dist/Providers/Protected/index.d.ts +18 -0
- package/dist/Providers/index.d.ts +18 -0
- package/dist/Route/Route.d.ts +18 -0
- package/dist/Route/index.d.ts +19 -0
- package/dist/components/LoadingFallback.d.ts +2 -0
- package/dist/index-BFAO175s.js +189 -0
- package/dist/index-DXT-m_eH.js +66149 -0
- package/dist/index-DjE7v-SV.js +1784 -0
- package/dist/index-Duk-11lP.js +47410 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.js +268 -0
- package/dist/pages/Login/Login.d.ts +18 -0
- package/dist/pages/Login/index.d.ts +18 -0
- package/dist/pages/index.d.ts +28 -0
- package/dist/types/index.d.ts +18 -0
- package/dist/types/mountPoints.d.ts +27 -0
- package/package.json +46 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
|
|
3
|
+
*
|
|
4
|
+
* WSO2 LLC. licenses this file to you under the Apache License,
|
|
5
|
+
* Version 2.0 (the "License"); you may not use this file except
|
|
6
|
+
* in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
export declare function Login(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
|
|
3
|
+
*
|
|
4
|
+
* WSO2 LLC. licenses this file to you under the Apache License,
|
|
5
|
+
* Version 2.0 (the "License"); you may not use this file except
|
|
6
|
+
* in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
export * from './Login';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ComponentType, FC } from 'react';
|
|
2
|
+
export * from './Login';
|
|
3
|
+
export declare const LazyOverviewOrg: FC;
|
|
4
|
+
export declare const LazyOverviewProject: FC;
|
|
5
|
+
export declare const LazyOverviewComponent: FC;
|
|
6
|
+
export declare const LazyBuildComponent: FC;
|
|
7
|
+
export declare const LazyConfigureComponent: FC;
|
|
8
|
+
export declare const LazyAddLLMProvidersComponent: FC;
|
|
9
|
+
export declare const LazyViewLLMProviderComponent: FC;
|
|
10
|
+
export declare const LazyDeploymentComponent: FC;
|
|
11
|
+
export declare const LazyTestComponent: FC;
|
|
12
|
+
export declare const LazyTracesComponent: FC;
|
|
13
|
+
export declare const LazyLogsComponent: FC;
|
|
14
|
+
export declare const LazyMetricsComponent: FC;
|
|
15
|
+
export declare const LazyEvalEvaluatorsComponent: FC;
|
|
16
|
+
export declare const LazyCreateEvaluatorComponent: FC;
|
|
17
|
+
export declare const LazyViewEvaluatorComponent: FC;
|
|
18
|
+
export declare const LazyEditEvaluatorComponent: FC;
|
|
19
|
+
export declare const LazyEvalMonitorsComponent: FC;
|
|
20
|
+
export declare const LazyCreateMonitorComponent: FC;
|
|
21
|
+
export declare const LazyEditMonitorComponent: FC;
|
|
22
|
+
export declare const LazyViewMonitorComponent: FC;
|
|
23
|
+
export declare const LazyLLMProvidersOrg: FC;
|
|
24
|
+
export declare const LazyLLMProvidersComponent: FC;
|
|
25
|
+
export declare const LazyAddLLMProvidersOrg: FC;
|
|
26
|
+
export declare const LazyGatewaysOrg: FC;
|
|
27
|
+
export declare const LazyAddNewAgent: import('react').LazyExoticComponent<ComponentType>;
|
|
28
|
+
export declare const LazyAddNewProject: import('react').LazyExoticComponent<ComponentType>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
|
|
3
|
+
*
|
|
4
|
+
* WSO2 LLC. licenses this file to you under the Apache License,
|
|
5
|
+
* Version 2.0 (the "License"); you may not use this file except
|
|
6
|
+
* in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
export * from './mountPoints';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
|
|
3
|
+
*
|
|
4
|
+
* WSO2 LLC. licenses this file to you under the Apache License,
|
|
5
|
+
* Version 2.0 (the "License"); you may not use this file except
|
|
6
|
+
* in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
export declare enum MountPoints {
|
|
19
|
+
ComponentLevelPage = "component-level-page",
|
|
20
|
+
OrgLevelPage = "org-level-page",
|
|
21
|
+
ProjectLevelPage = "project-level-page",
|
|
22
|
+
TopLeftPanel = "top-left-panel",
|
|
23
|
+
TopRightPanel = "top-right-panel",
|
|
24
|
+
BottomLeftPanel = "bottom-left-panel",
|
|
25
|
+
BottomRightPanel = "bottom-right-panel",
|
|
26
|
+
LeftNavItem = "left-nav-item"
|
|
27
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@wso2/am-core-ui",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/index.js",
|
|
11
|
+
"types": "./dist/index.d.ts"
|
|
12
|
+
},
|
|
13
|
+
"./dist/index.css": "./dist/index.css"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"engines": {
|
|
19
|
+
"node": ">=20.19.0 || >=22.12.0"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"dev": "VITE_WATCH=1 vite build --watch",
|
|
23
|
+
"build": "vite build",
|
|
24
|
+
"lint": "eslint .",
|
|
25
|
+
"lint:fix": "eslint . --fix",
|
|
26
|
+
"preview": "vite preview",
|
|
27
|
+
"generate-route": "cd ../../libs/types && npm run generate-route"
|
|
28
|
+
},
|
|
29
|
+
"scarfSettings": {
|
|
30
|
+
"enabled": false
|
|
31
|
+
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"@asgardeo/react": ">=0.22.0",
|
|
34
|
+
"@emotion/react": ">=11.0.0",
|
|
35
|
+
"@emotion/styled": ">=11.0.0",
|
|
36
|
+
"@mui/icons-material": ">=7.0.0",
|
|
37
|
+
"@mui/material": ">=7.0.0",
|
|
38
|
+
"@tanstack/react-query": ">=5.0.0",
|
|
39
|
+
"@wso2/oxygen-ui": ">=0.8.0",
|
|
40
|
+
"@wso2/oxygen-ui-charts-react": ">=0.8.0",
|
|
41
|
+
"@wso2/oxygen-ui-icons-react": ">=0.8.0",
|
|
42
|
+
"react": ">=19.0.0",
|
|
43
|
+
"react-dom": ">=19.0.0",
|
|
44
|
+
"react-router-dom": ">=6.0.0"
|
|
45
|
+
}
|
|
46
|
+
}
|