@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.6 → 0.0.1-alpha.8
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/openapi-k8s-toolkit.es.js +3931 -35706
- package/dist/openapi-k8s-toolkit.es.js.map +1 -1
- package/dist/openapi-k8s-toolkit.umd.js +25 -397
- package/dist/openapi-k8s-toolkit.umd.js.map +1 -1
- package/dist/types/components/molecules/ManageableBreadcrumbs/ManageableBreadcrumbs.d.ts +8 -0
- package/dist/types/components/molecules/ManageableBreadcrumbs/index.d.ts +2 -2
- package/package.json +24 -15
- package/dist/types/components/molecules/ManageableBreadcrumbs/prepareDataForManageableBreadcrumbs.test.d.ts +0 -1
|
@@ -6,3 +6,11 @@ export type TManageableBreadcrumbsProps = {
|
|
|
6
6
|
pathname: string;
|
|
7
7
|
};
|
|
8
8
|
export declare const ManageableBreadcrumbs: FC<TManageableBreadcrumbsProps>;
|
|
9
|
+
export type TManageableBreadcrumbsWithDataProviderProps = {
|
|
10
|
+
uri: string;
|
|
11
|
+
refetchInterval?: number | false;
|
|
12
|
+
isEnabled?: boolean;
|
|
13
|
+
replaceValues: Record<string, string | undefined>;
|
|
14
|
+
pathname: string;
|
|
15
|
+
};
|
|
16
|
+
export declare const ManageableBreadcrumbsWithDataProvider: FC<TManageableBreadcrumbsWithDataProviderProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { ManageableBreadcrumbs } from './ManageableBreadcrumbs';
|
|
2
|
-
export type { TManageableBreadcrumbsProps } from './ManageableBreadcrumbs';
|
|
1
|
+
export { ManageableBreadcrumbs, ManageableBreadcrumbsWithDataProvider } from './ManageableBreadcrumbs';
|
|
2
|
+
export type { TManageableBreadcrumbsProps, TManageableBreadcrumbsWithDataProviderProps } from './ManageableBreadcrumbs';
|
|
3
3
|
export { prepareDataForManageableBreadcrumbs } from './utils';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prorobotech/openapi-k8s-toolkit",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.8",
|
|
4
4
|
"description": "ProRobotech OpenAPI k8s tools",
|
|
5
5
|
"main": "dist/openapi-k8s-toolkit.cjs.js",
|
|
6
6
|
"module": "dist/openapi-k8s-toolkit.es.js",
|
|
@@ -25,23 +25,25 @@
|
|
|
25
25
|
"test:watch": "jest --watch",
|
|
26
26
|
"test:coverage": "jest --coverage"
|
|
27
27
|
},
|
|
28
|
-
"
|
|
28
|
+
"peerDependencies": {
|
|
29
29
|
"@ant-design/icons": "5.6.0",
|
|
30
|
+
"antd": "5.20.0",
|
|
31
|
+
"react": "18.3.1",
|
|
32
|
+
"react-dom": "18.3.1",
|
|
33
|
+
"react-router-dom": "6.25.1",
|
|
34
|
+
"@tanstack/react-query": "5.62.2",
|
|
35
|
+
"@tanstack/react-query-devtools": "5.62.2"
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
30
38
|
"@monaco-editor/react": "4.6.0",
|
|
31
39
|
"@reduxjs/toolkit": "2.2.5",
|
|
32
|
-
"@tanstack/react-query": "5.62.2",
|
|
33
|
-
"@tanstack/react-query-devtools": "5.62.2",
|
|
34
|
-
"antd": "5.20.0",
|
|
35
40
|
"axios": "1.4.0",
|
|
36
41
|
"cross-env": "7.0.3",
|
|
37
42
|
"dotenv": "16.4.7",
|
|
38
43
|
"jsonpath": "1.1.1",
|
|
39
44
|
"lodash": "4.17.21",
|
|
40
45
|
"openapi-types": "12.1.3",
|
|
41
|
-
"react": "18.3.1",
|
|
42
|
-
"react-dom": "18.3.1",
|
|
43
46
|
"react-redux": "9.1.2",
|
|
44
|
-
"react-router-dom": "6.25.1",
|
|
45
47
|
"styled-components": "6.0.7",
|
|
46
48
|
"typescript": "4.9.5",
|
|
47
49
|
"usehooks-ts": "3.1.1",
|
|
@@ -49,10 +51,11 @@
|
|
|
49
51
|
"yaml": "2.7.0"
|
|
50
52
|
},
|
|
51
53
|
"devDependencies": {
|
|
54
|
+
"@ant-design/icons": "5.6.0",
|
|
52
55
|
"@stylelint/postcss-css-in-js": "0.38.0",
|
|
53
|
-
"@testing-library/jest-dom": "
|
|
54
|
-
"@testing-library/react": "
|
|
55
|
-
"@types/jest": "
|
|
56
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
57
|
+
"@testing-library/react": "16.3.0",
|
|
58
|
+
"@types/jest": "29.5.14",
|
|
56
59
|
"@types/jsonpath": "0.2.4",
|
|
57
60
|
"@types/lodash": "4.17.13",
|
|
58
61
|
"@types/node": "20.5.4",
|
|
@@ -62,6 +65,7 @@
|
|
|
62
65
|
"@types/styled-components": "5.1.26",
|
|
63
66
|
"@typescript-eslint/eslint-plugin": "8.6.0",
|
|
64
67
|
"@vitejs/plugin-react-swc": "3.7.0",
|
|
68
|
+
"antd": "5.20.0",
|
|
65
69
|
"eslint": "8.57.1",
|
|
66
70
|
"eslint-config-airbnb": "19.0.4",
|
|
67
71
|
"eslint-config-prettier": "9.0.0",
|
|
@@ -70,15 +74,20 @@
|
|
|
70
74
|
"eslint-plugin-prettier": "5.0.0",
|
|
71
75
|
"eslint-plugin-react": "7.33.2",
|
|
72
76
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
73
|
-
"jest": "
|
|
74
|
-
"jest-environment-jsdom": "
|
|
77
|
+
"jest": "29.7.0",
|
|
78
|
+
"jest-environment-jsdom": "29.7.0",
|
|
75
79
|
"postcss": "8.5.2",
|
|
76
80
|
"postcss-styled-syntax": "0.7.1",
|
|
77
81
|
"prettier": "3.0.2",
|
|
82
|
+
"react": "18.3.1",
|
|
83
|
+
"react-dom": "18.3.1",
|
|
84
|
+
"react-router-dom": "6.25.1",
|
|
78
85
|
"stylelint": "16.14.1",
|
|
79
86
|
"stylelint-config-standard": "37.0.0",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
87
|
+
"@tanstack/react-query": "5.62.2",
|
|
88
|
+
"@tanstack/react-query-devtools": "5.62.2",
|
|
89
|
+
"ts-jest": "29.3.2",
|
|
90
|
+
"ts-node": "10.9.2",
|
|
82
91
|
"vite": "5.4.6",
|
|
83
92
|
"vite-plugin-node-polyfills": "0.22.0",
|
|
84
93
|
"vite-tsconfig-paths": "5.0.1"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|