@gen-epix/ui 1.5.2 → 1.7.0

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.
Files changed (5) hide show
  1. package/README.md +15 -10
  2. package/dist/index.d.ts +3159 -1955
  3. package/dist/index.js +123241 -131951
  4. package/dist/yup.d.ts +2 -0
  5. package/package.json +92 -79
package/dist/yup.d.ts CHANGED
@@ -25,5 +25,7 @@ declare module 'yup' {
25
25
  decimal4(): StringSchema;
26
26
  decimal5(): StringSchema;
27
27
  decimal6(): StringSchema;
28
+ url(): StringSchema;
29
+ regex(): StringSchema;
28
30
  }
29
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gen-epix/ui",
3
- "version": "1.5.2",
3
+ "version": "1.7.0",
4
4
  "license": "EUPL-1.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -21,125 +21,138 @@
21
21
  "build-publish": "npm run build && reconfigure-package . pre && npm publish --access=public && reconfigure-package . post",
22
22
  "validate": "npm run lint && npm run check-types && npm run test-run",
23
23
  "test": "vitest",
24
- "test-run": "vitest run --passWithNoTests",
24
+ "test-run": "vitest run --passWithNoTests --coverage",
25
25
  "lint": "eslint ./src --report-unused-disable-directives --max-warnings 0",
26
26
  "lint-fix": "eslint ./src --report-unused-disable-directives --max-warnings 0 --fix",
27
27
  "check-types": "tsc --noemit",
28
28
  "generate-api": "generate-api ./src/api"
29
29
  },
30
+ "overrides": {
31
+ "@openapitools/openapi-generator-cli": {
32
+ "axios": "$axios"
33
+ }
34
+ },
30
35
  "peerDependencies": {
36
+ "@emotion/cache": "$@emotion/cache",
37
+ "@emotion/react": "@@emotion/react",
38
+ "@emotion/styled": "@@emotion/styled",
39
+ "i18next": "$i18next",
40
+ "react": "$react",
41
+ "react-dom": "$react-dom",
42
+ "react-i18next": "$react-i18next",
43
+ "vite": "$vite"
44
+ },
45
+ "dependencies": {
31
46
  "@emotion/cache": "11.14.0",
32
47
  "@emotion/react": "11.14.0",
33
48
  "@emotion/styled": "11.14.1",
34
- "i18next": "25.3.6",
35
49
  "react": "19.1.1",
36
50
  "react-dom": "19.1.1",
37
- "react-i18next": "15.6.1",
38
- "vite": "7.1.3"
39
- },
40
- "dependencies": {
51
+ "react-i18next": "15.7.3",
52
+ "vite": "7.1.7",
41
53
  "@date-io/date-fns": "3.2.1",
42
54
  "@dnd-kit/core": "6.3.1",
43
55
  "@dnd-kit/sortable": "10.0.0",
44
56
  "@dnd-kit/utilities": "3.2.2",
45
- "@hookform/resolvers": "5.2.1",
46
- "@mui/icons-material": "7.3.1",
47
- "@mui/material": "7.3.1",
48
- "@mui/styled-engine": "7.3.1",
49
- "@mui/system": "7.3.1",
50
- "@mui/utils": "7.3.1",
51
- "@mui/x-date-pickers": "8.10.0",
52
- "@tanstack/react-query": "5.85.0",
53
- "@tiptap/core": "3.2.0",
54
- "@tiptap/extension-blockquote": "3.2.0",
55
- "@tiptap/extension-bold": "3.2.0",
56
- "@tiptap/extension-bubble-menu": "3.2.0",
57
- "@tiptap/extension-bullet-list": "3.2.0",
58
- "@tiptap/extension-code-block": "3.2.0",
59
- "@tiptap/extension-code": "3.2.0",
60
- "@tiptap/extension-color": "3.2.0",
61
- "@tiptap/extension-document": "3.2.0",
62
- "@tiptap/extension-dropcursor": "3.2.0",
63
- "@tiptap/extension-floating-menu": "3.2.0",
64
- "@tiptap/extension-font-family": "3.2.0",
65
- "@tiptap/extension-gapcursor": "3.2.0",
66
- "@tiptap/extension-hard-break": "3.2.0",
67
- "@tiptap/extension-heading": "3.2.0",
68
- "@tiptap/extension-highlight": "3.2.0",
69
- "@tiptap/extension-history": "3.2.0",
70
- "@tiptap/extension-horizontal-rule": "3.2.0",
71
- "@tiptap/extension-image": "3.2.0",
72
- "@tiptap/extension-italic": "3.2.0",
73
- "@tiptap/extension-link": "3.2.0",
74
- "@tiptap/extension-list-item": "3.2.0",
75
- "@tiptap/extension-mention": "3.2.0",
76
- "@tiptap/extension-ordered-list": "3.2.0",
77
- "@tiptap/extension-paragraph": "3.2.0",
78
- "@tiptap/extension-placeholder": "3.2.0",
79
- "@tiptap/extension-strike": "3.2.0",
80
- "@tiptap/extension-subscript": "3.2.0",
81
- "@tiptap/extension-superscript": "3.2.0",
82
- "@tiptap/extension-table-cell": "3.2.0",
83
- "@tiptap/extension-table-header": "3.2.0",
84
- "@tiptap/extension-table-row": "3.2.0",
85
- "@tiptap/extension-table": "3.2.0",
86
- "@tiptap/extension-task-item": "3.2.0",
87
- "@tiptap/extension-task-list": "3.2.0",
88
- "@tiptap/extension-text-align": "3.2.0",
89
- "@tiptap/extension-text-style": "3.2.0",
90
- "@tiptap/extension-text": "3.2.0",
91
- "@tiptap/extension-underline": "3.2.0",
92
- "@tiptap/pm": "3.2.0",
93
- "@tiptap/react": "3.2.0",
94
- "@tiptap/starter-kit": "3.2.0",
95
- "axios": "1.11.0",
57
+ "@hookform/resolvers": "5.2.2",
58
+ "@mui/icons-material": "7.3.2",
59
+ "@mui/material": "7.3.2",
60
+ "@mui/styled-engine": "7.3.2",
61
+ "@mui/system": "7.3.2",
62
+ "@mui/utils": "7.3.2",
63
+ "@mui/x-date-pickers": "8.11.3",
64
+ "@tanstack/react-query": "5.90.2",
65
+ "@tiptap/core": "3.5.0",
66
+ "@tiptap/extension-blockquote": "3.5.0",
67
+ "@tiptap/extension-bold": "3.5.0",
68
+ "@tiptap/extension-bubble-menu": "3.5.0",
69
+ "@tiptap/extension-bullet-list": "3.5.0",
70
+ "@tiptap/extension-code": "3.5.0",
71
+ "@tiptap/extension-code-block": "3.5.0",
72
+ "@tiptap/extension-color": "3.5.0",
73
+ "@tiptap/extension-document": "3.5.0",
74
+ "@tiptap/extension-dropcursor": "3.5.0",
75
+ "@tiptap/extension-floating-menu": "3.5.0",
76
+ "@tiptap/extension-font-family": "3.5.0",
77
+ "@tiptap/extension-gapcursor": "3.5.0",
78
+ "@tiptap/extension-hard-break": "3.5.0",
79
+ "@tiptap/extension-heading": "3.5.0",
80
+ "@tiptap/extension-highlight": "3.5.0",
81
+ "@tiptap/extension-history": "3.5.0",
82
+ "@tiptap/extension-horizontal-rule": "3.5.0",
83
+ "@tiptap/extension-image": "3.5.0",
84
+ "@tiptap/extension-italic": "3.5.0",
85
+ "@tiptap/extension-link": "3.5.0",
86
+ "@tiptap/extension-list-item": "3.5.0",
87
+ "@tiptap/extension-mention": "3.5.0",
88
+ "@tiptap/extension-ordered-list": "3.5.0",
89
+ "@tiptap/extension-paragraph": "3.5.0",
90
+ "@tiptap/extension-placeholder": "3.5.0",
91
+ "@tiptap/extension-strike": "3.5.0",
92
+ "@tiptap/extension-subscript": "3.5.0",
93
+ "@tiptap/extension-superscript": "3.5.0",
94
+ "@tiptap/extension-table": "3.5.0",
95
+ "@tiptap/extension-table-cell": "3.5.0",
96
+ "@tiptap/extension-table-header": "3.5.0",
97
+ "@tiptap/extension-table-row": "3.5.0",
98
+ "@tiptap/extension-task-item": "3.5.0",
99
+ "@tiptap/extension-task-list": "3.5.0",
100
+ "@tiptap/extension-text": "3.5.0",
101
+ "@tiptap/extension-text-align": "3.5.0",
102
+ "@tiptap/extension-text-style": "3.5.0",
103
+ "@tiptap/extension-underline": "3.5.0",
104
+ "@tiptap/pm": "3.5.0",
105
+ "@tiptap/react": "3.5.0",
106
+ "@tiptap/starter-kit": "3.5.0",
107
+ "axios": "1.12.2",
96
108
  "classnames": "2.5.1",
97
109
  "clsx": "2.1.1",
98
- "csv-writer": "1.6.0",
110
+ "csv": "6.4.1",
99
111
  "date-fns": "4.1.0",
100
112
  "decimal.js": "10.6.0",
101
113
  "echarts": "5.6.0",
102
114
  "echarts-for-react": "3.0.2",
103
- "exceljs": "4.4.0",
104
- "i18next": "25.3.6",
105
- "immer": "10.1.1",
115
+ "i18next": "25.5.2",
116
+ "immer": "10.1.3",
106
117
  "lodash": "4.17.21",
107
- "mui-tiptap": "1.23.0",
118
+ "mui-tiptap": "1.26.0",
108
119
  "oidc-client-ts": "3.3.0",
109
120
  "react-error-boundary": "6.0.0",
110
- "react-hook-form": "7.62.0",
121
+ "react-hook-form": "7.61.0",
111
122
  "react-oidc-context": "3.3.0",
112
- "react-resizable-panels": "3.0.4",
113
- "react-router-dom": "7.8.1",
123
+ "react-resizable-panels": "3.0.6",
124
+ "react-router-dom": "7.9.1",
114
125
  "react-virtuoso": "4.14.0",
126
+ "read-excel-file": "6.0.1",
115
127
  "reflect-metadata": "0.2.2",
116
128
  "rehype-sanitize": "6.0.0",
117
129
  "use-cleanup-callback": "1.3.0",
118
- "use-debounce": "10.0.5",
130
+ "use-debounce": "10.0.6",
119
131
  "use-sync-external-store": "1.5.0",
120
- "uuid": "11.1.0",
132
+ "uuid": "13.0.0",
133
+ "write-excel-file": "2.3.10",
121
134
  "yup": "1.7.0",
122
135
  "zustand": "5.0.8"
123
136
  },
124
137
  "devDependencies": {
125
- "@gen-epix/eslint-config": "0.0.13",
126
- "@gen-epix/generate-api": "0.0.14",
138
+ "@gen-epix/eslint-config": "0.0.21",
139
+ "@gen-epix/generate-api": "0.0.15",
127
140
  "@gen-epix/reconfigure-package": "0.0.5",
128
141
  "@gen-epix/typescript-config": "0.0.6",
129
142
  "@types/lodash": "4.17.20",
130
- "@types/node": "24.3.0",
131
- "@types/react": "19.1.10",
132
- "@types/react-dom": "19.1.7",
133
- "@types/uuid": "10.0.0",
134
- "@vitejs/plugin-react-swc": "4.0.1",
135
- "eslint": "9.33.0",
143
+ "@types/node": "24.5.2",
144
+ "@types/react": "19.1.13",
145
+ "@types/react-dom": "19.1.9",
146
+ "@vitejs/plugin-react-swc": "4.1.0",
147
+ "@vitest/coverage-v8": "^3.2.4",
148
+ "eslint": "9.36.0",
136
149
  "glob": "11.0.3",
137
- "jsdom": "26.1.0",
150
+ "jsdom": "27.0.0",
138
151
  "typescript": "5.9.2",
139
152
  "vite-plugin-dts": "4.5.4",
140
153
  "vite-plugin-lib-inject-css": "2.2.2",
141
- "vite-plugin-static-copy": "3.1.1",
142
- "vite-plugin-svgr": "4.3.0",
154
+ "vite-plugin-static-copy": "3.1.2",
155
+ "vite-plugin-svgr": "4.5.0",
143
156
  "vitest": "3.2.4"
144
157
  },
145
158
  "browserslist": [