gomtm 0.0.162 → 0.0.163
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/esm/components/ListItem.d.ts +6 -0
- package/dist/esm/components/ListItem.js +49 -0
- package/dist/esm/components/auth/AuthPage.d.ts +2 -0
- package/dist/esm/components/auth/AuthPage.js +36 -0
- package/dist/esm/components/auth/LoginScreen2.d.ts +2 -0
- package/dist/esm/components/auth/LoginScreen2.js +106 -0
- package/dist/esm/components/auth/UserAuthForm.d.ts +6 -0
- package/dist/esm/components/auth/UserAuthForm.js +76 -0
- package/dist/esm/components/blog/BlogPostActions.d.ts +4 -0
- package/dist/esm/components/blog/BlogPostActions.js +34 -0
- package/dist/esm/components/blog/BlogPostCreateForm.d.ts +2 -0
- package/dist/esm/components/blog/BlogPostCreateForm.js +27 -0
- package/dist/esm/components/blog/BlogPostImportDlgUrl.d.ts +6 -0
- package/dist/esm/components/blog/BlogPostImportDlgUrl.js +94 -0
- package/dist/esm/components/blog/PostCard.d.ts +5 -0
- package/dist/esm/components/blog/PostCard.js +38 -0
- package/dist/esm/components/blog/PostEditForm.d.ts +2 -0
- package/dist/esm/components/blog/PostEditForm.js +91 -0
- package/dist/esm/components/blog/post-content.d.ts +5 -0
- package/dist/esm/components/blog/post-content.js +15 -0
- package/dist/esm/components/blog/post.atoms.d.ts +11 -0
- package/dist/esm/components/blog/post.atoms.js +9 -0
- package/dist/esm/curd/CommonListViewV2.d.ts +4 -3
- package/dist/esm/curd/CommonListViewV2.js +6 -6
- package/dist/esm/curd/CreateFormV2.d.ts +2 -3
- package/dist/esm/curd/CreateFormV2.js +1 -1
- package/dist/esm/curd/CurdViewView.d.ts +2 -2
- package/dist/esm/curd/CurdViewView.js +3 -6
- package/dist/esm/gomtm-clients-ss.d.ts +6 -0
- package/dist/esm/gomtm-clients-ss.js +9 -3
- package/dist/esm/gomtmpb/mtm/sppb/mtm_pb.d.ts +5 -9
- package/dist/esm/gomtmpb/mtm/sppb/mtm_pb.js +20 -63
- package/dist/esm/hooks/useAuth.d.ts +5 -0
- package/dist/esm/hooks/useAuth.js +43 -0
- package/dist/esm/lib/auth/jwt.d.ts +7 -0
- package/dist/esm/lib/auth/jwt.js +43 -0
- package/dist/esm/ly/DashLayout.d.ts +2 -0
- package/dist/esm/ly/DashLayout.js +39 -0
- package/dist/esm/ly/UserAvatorMenus.d.ts +2 -0
- package/dist/esm/ly/UserAvatorMenus.js +63 -0
- package/dist/esm/ly/dash5/aside.d.ts +2 -0
- package/dist/esm/ly/dash5/aside.js +40 -0
- package/dist/esm/ly/dash5/components/PageCreate.d.ts +4 -0
- package/dist/esm/ly/dash5/components/PageCreate.js +8 -0
- package/dist/esm/ly/dash5/components/PageEdit.d.ts +4 -0
- package/dist/esm/ly/dash5/components/PageEdit.js +8 -0
- package/dist/esm/ly/dash5/components/PageList.d.ts +4 -0
- package/dist/esm/ly/dash5/components/PageList.js +9 -0
- package/dist/esm/ly/dash5/components/PageShow.d.ts +4 -0
- package/dist/esm/ly/dash5/components/PageShow.js +8 -0
- package/dist/esm/ly/dash5/header.d.ts +2 -0
- package/dist/esm/ly/dash5/header.js +123 -0
- package/dist/esm/ly/dash5/index.d.ts +2 -0
- package/dist/esm/ly/dash5/index.js +21 -0
- package/dist/esm/ly/front-layout/PageCmds.d.ts +2 -0
- package/dist/esm/ly/front-layout/PageCmds.js +25 -0
- package/dist/esm/ly/front-layout/PageSearchCmd.d.ts +2 -0
- package/dist/esm/ly/front-layout/PageSearchCmd.js +63 -0
- package/dist/esm/ly/front-layout/header.d.ts +2 -0
- package/dist/esm/ly/front-layout/header.js +18 -0
- package/dist/esm/ly/front-layout/index.d.ts +2 -0
- package/dist/esm/ly/front-layout/index.js +13 -0
- package/dist/esm/ly/front-layout/main-nav.d.ts +3 -0
- package/dist/esm/ly/front-layout/main-nav.js +116 -0
- package/dist/esm/providers/GomtmAppSS.js +6 -6
- package/dist/esm/providers/GomtmProvider.js +4 -1
- package/dist/esm/providers/logger.context.d.ts +4 -0
- package/dist/esm/store/CurdListViewV3.d.ts +13 -0
- package/dist/esm/store/CurdListViewV3.js +98 -0
- package/dist/esm/store/ExampleStoreProvider.d.ts +6 -0
- package/dist/esm/store/ExampleStoreProvider.js +43 -0
- package/dist/esm/store/GomtmBackendProvider.d.ts +8 -0
- package/dist/esm/store/GomtmBackendProvider.js +28 -0
- package/dist/esm/validations/env.d.ts +2 -2
- package/dist/esm/validations/spContentModi.d.ts +8 -8
- package/dist/esm/validations/spRoute.d.ts +8 -8
- package/dist/gomtm +0 -0
- package/dist/tsconfig.type.tsbuildinfo +1 -1
- package/package.json +119 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gomtm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.163",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -62,45 +62,157 @@
|
|
|
62
62
|
"@tanstack/react-query": "^5.28.14",
|
|
63
63
|
"@tanstack/react-query-devtools": "^5.28.14",
|
|
64
64
|
"@tanstack/react-query-next-experimental": "^5.28.14",
|
|
65
|
+
"edge-runtime": "^2.5.9",
|
|
66
|
+
"jose": "^5.2.4",
|
|
65
67
|
"jotai": "^2.8.0",
|
|
66
68
|
"lru-cache": "^10.2.0",
|
|
69
|
+
"lucide-react": "^0.344.0",
|
|
70
|
+
"mtxlib": "*",
|
|
71
|
+
"mtxuilib": "*",
|
|
72
|
+
"next": "^14.2.1",
|
|
73
|
+
"next-nprogress-bar": "^2.3.4",
|
|
67
74
|
"path-to-regexp": "6.2.1",
|
|
75
|
+
"react": "^18.2.0",
|
|
76
|
+
"react-dom": "^18.2.0",
|
|
68
77
|
"react-error-boundary": "^4.0.11",
|
|
69
78
|
"react-hook-form": "^7.49.3",
|
|
79
|
+
"react-hotkeys-hook": "^4.5.0",
|
|
80
|
+
"sonner": "^1.4.3",
|
|
70
81
|
"stable-hash": "^0.0.4",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"mtxuilib": "^0.0.521"
|
|
82
|
+
"universal-cookie": "^7.1.4",
|
|
83
|
+
"zod": "^3.22.2"
|
|
74
84
|
},
|
|
75
85
|
"devDependencies": {
|
|
86
|
+
"@babel/core": "^7.24.0",
|
|
76
87
|
"@bufbuild/buf": "^1.30.0",
|
|
77
88
|
"@bufbuild/jest-environment-jsdom": "^0.1.1",
|
|
78
89
|
"@bufbuild/protoc-gen-es": "^1.7.2",
|
|
79
90
|
"@bufbuild/protoplugin": "^1.8.0",
|
|
80
91
|
"@changesets/cli": "^2.27.1",
|
|
92
|
+
"@changesets/get-github-info": "^0.6.0",
|
|
93
|
+
"@chromatic-com/storybook": "^1.2.18",
|
|
94
|
+
"@cloudflare/kv-asset-handler": "^0.2.0",
|
|
95
|
+
"@cloudflare/workers-types": "^4.20240222.0",
|
|
96
|
+
"@connectrpc/connect": "^1.4.0",
|
|
97
|
+
"@connectrpc/connect-web": "^1.4.0",
|
|
98
|
+
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
|
|
99
|
+
"@edge-runtime/jest-environment": "^2.3.10",
|
|
100
|
+
"@edge-runtime/jest-expect": "^1.2.0",
|
|
101
|
+
"@edge-runtime/ponyfill": "^2.4.2",
|
|
102
|
+
"@jest/globals": "^29.7.0",
|
|
103
|
+
"@netlify/plugin-nextjs": "^4.29.2",
|
|
104
|
+
"@playwright/test": "^1.28.1",
|
|
105
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
|
|
106
|
+
"@storybook/addon-essentials": "^8.0.0",
|
|
107
|
+
"@storybook/addon-interactions": "^8.0.0",
|
|
108
|
+
"@storybook/addon-links": "^8.0.0",
|
|
109
|
+
"@storybook/addon-onboarding": "^8.0.0",
|
|
110
|
+
"@storybook/addon-themes": "^8.0.0",
|
|
111
|
+
"@storybook/blocks": "^8.0.0",
|
|
112
|
+
"@storybook/client-logger": "next",
|
|
113
|
+
"@storybook/nextjs": "^8.0.0",
|
|
114
|
+
"@storybook/react": "^8.0.0",
|
|
115
|
+
"@storybook/test": "^8.0.0",
|
|
116
|
+
"@storybook/test-runner": "^0.17.0",
|
|
117
|
+
"@tailwindcss/forms": "^0.5.3",
|
|
118
|
+
"@tailwindcss/typography": "^0.5.10",
|
|
119
|
+
"@tanstack/react-table": "^8.9.1",
|
|
120
|
+
"@testing-library/dom": "^9.3.4",
|
|
121
|
+
"@testing-library/jest-dom": "^6.4.2",
|
|
122
|
+
"@testing-library/react": "^14.2.1",
|
|
123
|
+
"@testing-library/user-event": "^14.5.2",
|
|
124
|
+
"@types/cors": "^2.8.17",
|
|
125
|
+
"@types/debug": "^4.1.12",
|
|
126
|
+
"@types/jest": "^29.5.8",
|
|
81
127
|
"@types/lodash": "^4.14.202",
|
|
82
128
|
"@types/node": "^20.11.25",
|
|
129
|
+
"@types/nprogress": "^0.2.3",
|
|
130
|
+
"@types/prismjs": "^1.26.3",
|
|
131
|
+
"@types/react": "^18.2.64",
|
|
132
|
+
"@types/react-dom": "^18",
|
|
133
|
+
"@types/react-syntax-highlighter": "^15.5.11",
|
|
134
|
+
"@types/video.js": "^7.3.56",
|
|
135
|
+
"@types/webpack-env": "^1.18.0",
|
|
136
|
+
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
137
|
+
"@typescript-eslint/parser": "^6.0.0",
|
|
138
|
+
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
139
|
+
"autoprefixer": "^10.0.1",
|
|
140
|
+
"babel-jest": "^29.7.0",
|
|
141
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
83
142
|
"concurrently": "^7.6.0",
|
|
143
|
+
"copy-webpack-plugin": "^12.0.2",
|
|
144
|
+
"cross-env": "^7.0.3",
|
|
145
|
+
"css-loader": "^6.10.0",
|
|
146
|
+
"dotenv": "^16.4.5",
|
|
84
147
|
"dotenv-cli": "^7.4.1",
|
|
85
148
|
"esbuild": "^0.19.8",
|
|
86
149
|
"esbuild-plugin-file-path-extensions": "^2.0.0",
|
|
87
150
|
"eslint": "^8.54.0",
|
|
151
|
+
"eslint-config-next": "^14.1.0",
|
|
152
|
+
"eslint-config-prettier": "latest",
|
|
153
|
+
"eslint-import-resolver-alias": "^1.1.2",
|
|
154
|
+
"eslint-plugin-import": "^2.26.0",
|
|
155
|
+
"eslint-plugin-jest": "latest",
|
|
156
|
+
"eslint-plugin-prettier": "latest",
|
|
157
|
+
"eslint-plugin-react": "^7.31.10",
|
|
158
|
+
"eslint-plugin-react-hooks": "latest",
|
|
159
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
160
|
+
"eslint-plugin-tailwindcss": "latest",
|
|
161
|
+
"eslint-plugin-testing-library": "latest",
|
|
162
|
+
"eslint-plugin-unused-imports": "latest",
|
|
163
|
+
"extract-files": "^13.0.0",
|
|
88
164
|
"file-loader": "^6.2.0",
|
|
89
165
|
"fork-ts-checker-webpack-plugin": "^7.2.13",
|
|
166
|
+
"http-server": "^14.1.1",
|
|
90
167
|
"jest": "^29.7.0",
|
|
168
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
169
|
+
"jest-environment-node": "^29.7.0",
|
|
170
|
+
"jest-puppeteer": "^10.0.1",
|
|
171
|
+
"jsdom": "^24.0.0",
|
|
91
172
|
"less": "^4.1.3",
|
|
92
173
|
"less-loader": "^11.1.0",
|
|
93
|
-
"
|
|
174
|
+
"mini-css-extract-plugin": "^2.7.6",
|
|
175
|
+
"monaco-editor": "^0.45.0",
|
|
176
|
+
"npm-run-all": "^4.1.5",
|
|
177
|
+
"playwright": "^1.28.1",
|
|
178
|
+
"postcss": "^8",
|
|
179
|
+
"postcss-loader": "^6.2.1",
|
|
180
|
+
"postcss-preset-env": "^9.3.0",
|
|
181
|
+
"prettier": "^3.2.5",
|
|
182
|
+
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
183
|
+
"prisma": "^5.12.1",
|
|
184
|
+
"puppeteer": "^22.4.1",
|
|
185
|
+
"react-refresh": "^0.14.0",
|
|
186
|
+
"react-test-renderer": "^18.2.0",
|
|
94
187
|
"rimraf": "^5.0.5",
|
|
188
|
+
"sass": "^1.55.0",
|
|
189
|
+
"sass-loader": "^13.1.0",
|
|
190
|
+
"slate-hyperscript": "^0.100.0",
|
|
191
|
+
"storybook": "^8.0.0",
|
|
192
|
+
"studio": "^0.13.5",
|
|
193
|
+
"style-loader": "^3.3.4",
|
|
194
|
+
"tailwind-merge": "^2.2.1",
|
|
195
|
+
"tailwindcss": "^3.3.0",
|
|
196
|
+
"tailwindcss-animate": "^1.0.7",
|
|
95
197
|
"ts-jest": "^29.0.3",
|
|
198
|
+
"ts-loader": "^9.5.1",
|
|
199
|
+
"ts-node": "^10.9.1",
|
|
200
|
+
"tsc-alias": "^1.8.8",
|
|
96
201
|
"tsup": "^8.0.2",
|
|
97
202
|
"tsx": "^4.7.1",
|
|
98
203
|
"typescript": "^5.4.2",
|
|
204
|
+
"vite": "^5.1.4",
|
|
205
|
+
"vite-plugin-dts": "^3.7.3",
|
|
206
|
+
"vitest": "^1.3.1",
|
|
207
|
+
"wait-on": "^7.2.0",
|
|
99
208
|
"webpack": "^5.89.0",
|
|
100
|
-
"webpack-cli": "^5.1.4"
|
|
209
|
+
"webpack-cli": "^5.1.4",
|
|
210
|
+
"wrangler": "^3.47.1"
|
|
101
211
|
},
|
|
102
212
|
"scripts": {
|
|
103
|
-
"build": "tsup --tsconfig=tsconfig.tsup.json",
|
|
213
|
+
"build": "tsup --tsconfig=tsconfig.tsup.json && next build",
|
|
214
|
+
"dev": "pnpm with-env npx next dev",
|
|
215
|
+
"with-env": "dotenv -e ./env/dev.env --",
|
|
104
216
|
"run1": "tsx src/cli.ts",
|
|
105
217
|
"release": "npm publish"
|
|
106
218
|
}
|