@jskit-ai/jskit-catalog 0.1.169 → 0.1.170
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/catalog/packages.json +34 -22
- package/package.json +1 -1
package/catalog/packages.json
CHANGED
|
@@ -1797,11 +1797,11 @@
|
|
|
1797
1797
|
},
|
|
1798
1798
|
{
|
|
1799
1799
|
"packageId": "@jskit-ai/crud-core",
|
|
1800
|
-
"version": "0.1.
|
|
1800
|
+
"version": "0.1.159",
|
|
1801
1801
|
"descriptor": {
|
|
1802
1802
|
"packageVersion": 1,
|
|
1803
1803
|
"packageId": "@jskit-ai/crud-core",
|
|
1804
|
-
"version": "0.1.
|
|
1804
|
+
"version": "0.1.159",
|
|
1805
1805
|
"kind": "runtime",
|
|
1806
1806
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1807
1807
|
"dependsOn": [
|
|
@@ -1828,7 +1828,7 @@
|
|
|
1828
1828
|
"mutations": {
|
|
1829
1829
|
"dependencies": {
|
|
1830
1830
|
"runtime": {
|
|
1831
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1831
|
+
"@jskit-ai/crud-core": "0.1.159"
|
|
1832
1832
|
},
|
|
1833
1833
|
"dev": {}
|
|
1834
1834
|
},
|
|
@@ -1842,11 +1842,11 @@
|
|
|
1842
1842
|
},
|
|
1843
1843
|
{
|
|
1844
1844
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1845
|
-
"version": "0.1.
|
|
1845
|
+
"version": "0.1.161",
|
|
1846
1846
|
"descriptor": {
|
|
1847
1847
|
"packageVersion": 1,
|
|
1848
1848
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1849
|
-
"version": "0.1.
|
|
1849
|
+
"version": "0.1.161",
|
|
1850
1850
|
"kind": "generator",
|
|
1851
1851
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1852
1852
|
"options": {
|
|
@@ -2051,12 +2051,12 @@
|
|
|
2051
2051
|
"dependencies": {
|
|
2052
2052
|
"runtime": {
|
|
2053
2053
|
"@jskit-ai/auth-core": "0.1.146",
|
|
2054
|
-
"@jskit-ai/crud-core": "0.1.
|
|
2055
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2054
|
+
"@jskit-ai/crud-core": "0.1.159",
|
|
2055
|
+
"@jskit-ai/database-runtime": "0.1.148",
|
|
2056
2056
|
"@jskit-ai/http-runtime": "0.1.146",
|
|
2057
2057
|
"@jskit-ai/json-rest-api-core": "0.1.92",
|
|
2058
2058
|
"@jskit-ai/kernel": "0.1.147",
|
|
2059
|
-
"@jskit-ai/realtime": "0.1.
|
|
2059
|
+
"@jskit-ai/realtime": "0.1.145",
|
|
2060
2060
|
"@jskit-ai/resource-crud-core": "0.1.90",
|
|
2061
2061
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}"
|
|
2062
2062
|
},
|
|
@@ -2202,11 +2202,11 @@
|
|
|
2202
2202
|
},
|
|
2203
2203
|
{
|
|
2204
2204
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2205
|
-
"version": "0.1.
|
|
2205
|
+
"version": "0.1.132",
|
|
2206
2206
|
"descriptor": {
|
|
2207
2207
|
"packageVersion": 1,
|
|
2208
2208
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
2209
|
-
"version": "0.1.
|
|
2209
|
+
"version": "0.1.132",
|
|
2210
2210
|
"kind": "generator",
|
|
2211
2211
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
2212
2212
|
"options": {
|
|
@@ -2265,6 +2265,13 @@
|
|
|
2265
2265
|
"promptLabel": "Parent title mode",
|
|
2266
2266
|
"promptHint": "Whether list pages should show a parent-aware heading: contextual | none."
|
|
2267
2267
|
},
|
|
2268
|
+
"delete-confirmation": {
|
|
2269
|
+
"required": false,
|
|
2270
|
+
"inputType": "flag",
|
|
2271
|
+
"defaultValue": "",
|
|
2272
|
+
"promptLabel": "Delete with confirmation",
|
|
2273
|
+
"promptHint": "Add a destructive Delete action and Material confirmation dialog to the generated view page. Requires list, view, and resource delete operations."
|
|
2274
|
+
},
|
|
2268
2275
|
"force": {
|
|
2269
2276
|
"required": false,
|
|
2270
2277
|
"inputType": "flag",
|
|
@@ -2341,6 +2348,7 @@
|
|
|
2341
2348
|
"display-fields",
|
|
2342
2349
|
"id-param",
|
|
2343
2350
|
"parent-title",
|
|
2351
|
+
"delete-confirmation",
|
|
2344
2352
|
"navigation-role",
|
|
2345
2353
|
"link-placement",
|
|
2346
2354
|
"namespace",
|
|
@@ -2357,6 +2365,7 @@
|
|
|
2357
2365
|
"notes": [
|
|
2358
2366
|
"The target root is the real route root relative to src/pages/.... JSKIT derives the surface and route from that path.",
|
|
2359
2367
|
"Operations default to list,view,new,edit. For list-page placement behavior, use the same mental model as ui-generator page.",
|
|
2368
|
+
"Use --delete-confirmation to add the supported delete action to the view page. The selected operations must include list and view, and the shared resource must expose operations.delete with method DELETE.",
|
|
2360
2369
|
"If the target root already exists and is not empty, rerun with --force to overwrite generated files."
|
|
2361
2370
|
],
|
|
2362
2371
|
"examples": [
|
|
@@ -2377,6 +2386,7 @@
|
|
|
2377
2386
|
" --resource-file packages/pets/src/shared/petResource.js \\",
|
|
2378
2387
|
" --id-param petId \\",
|
|
2379
2388
|
" --display-fields name,breedId,sex \\",
|
|
2389
|
+
" --delete-confirmation \\",
|
|
2380
2390
|
" --parent-title none \\",
|
|
2381
2391
|
" --force"
|
|
2382
2392
|
]
|
|
@@ -2405,7 +2415,7 @@
|
|
|
2405
2415
|
"mutations": {
|
|
2406
2416
|
"dependencies": {
|
|
2407
2417
|
"runtime": {
|
|
2408
|
-
"@jskit-ai/users-web": "0.1.
|
|
2418
|
+
"@jskit-ai/users-web": "0.1.166"
|
|
2409
2419
|
},
|
|
2410
2420
|
"dev": {}
|
|
2411
2421
|
},
|
|
@@ -2664,11 +2674,11 @@
|
|
|
2664
2674
|
},
|
|
2665
2675
|
{
|
|
2666
2676
|
"packageId": "@jskit-ai/database-runtime",
|
|
2667
|
-
"version": "0.1.
|
|
2677
|
+
"version": "0.1.148",
|
|
2668
2678
|
"descriptor": {
|
|
2669
2679
|
"packageVersion": 1,
|
|
2670
2680
|
"packageId": "@jskit-ai/database-runtime",
|
|
2671
|
-
"version": "0.1.
|
|
2681
|
+
"version": "0.1.148",
|
|
2672
2682
|
"kind": "runtime",
|
|
2673
2683
|
"dependsOn": [
|
|
2674
2684
|
"@jskit-ai/kernel"
|
|
@@ -4005,11 +4015,11 @@
|
|
|
4005
4015
|
},
|
|
4006
4016
|
{
|
|
4007
4017
|
"packageId": "@jskit-ai/realtime",
|
|
4008
|
-
"version": "0.1.
|
|
4018
|
+
"version": "0.1.145",
|
|
4009
4019
|
"descriptor": {
|
|
4010
4020
|
"packageVersion": 1,
|
|
4011
4021
|
"packageId": "@jskit-ai/realtime",
|
|
4012
|
-
"version": "0.1.
|
|
4022
|
+
"version": "0.1.145",
|
|
4013
4023
|
"kind": "runtime",
|
|
4014
4024
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
4015
4025
|
"options": {
|
|
@@ -4023,7 +4033,8 @@
|
|
|
4023
4033
|
}
|
|
4024
4034
|
},
|
|
4025
4035
|
"dependsOn": [
|
|
4026
|
-
"@jskit-ai/kernel"
|
|
4036
|
+
"@jskit-ai/kernel",
|
|
4037
|
+
"@jskit-ai/shell-web"
|
|
4027
4038
|
],
|
|
4028
4039
|
"capabilities": {
|
|
4029
4040
|
"provides": [
|
|
@@ -4106,6 +4117,7 @@
|
|
|
4106
4117
|
"dependencies": {
|
|
4107
4118
|
"runtime": {
|
|
4108
4119
|
"@jskit-ai/kernel": "0.1.147",
|
|
4120
|
+
"@jskit-ai/shell-web": "0.1.149",
|
|
4109
4121
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
4110
4122
|
"redis": "^5.8.2",
|
|
4111
4123
|
"socket.io": "^4.8.3",
|
|
@@ -4239,11 +4251,11 @@
|
|
|
4239
4251
|
},
|
|
4240
4252
|
{
|
|
4241
4253
|
"packageId": "@jskit-ai/shell-web",
|
|
4242
|
-
"version": "0.1.
|
|
4254
|
+
"version": "0.1.149",
|
|
4243
4255
|
"descriptor": {
|
|
4244
4256
|
"packageVersion": 1,
|
|
4245
4257
|
"packageId": "@jskit-ai/shell-web",
|
|
4246
|
-
"version": "0.1.
|
|
4258
|
+
"version": "0.1.149",
|
|
4247
4259
|
"kind": "runtime",
|
|
4248
4260
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
4249
4261
|
"dependsOn": [],
|
|
@@ -5900,11 +5912,11 @@
|
|
|
5900
5912
|
},
|
|
5901
5913
|
{
|
|
5902
5914
|
"packageId": "@jskit-ai/users-web",
|
|
5903
|
-
"version": "0.1.
|
|
5915
|
+
"version": "0.1.166",
|
|
5904
5916
|
"descriptor": {
|
|
5905
5917
|
"packageVersion": 1,
|
|
5906
5918
|
"packageId": "@jskit-ai/users-web",
|
|
5907
|
-
"version": "0.1.
|
|
5919
|
+
"version": "0.1.166",
|
|
5908
5920
|
"kind": "runtime",
|
|
5909
5921
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
5910
5922
|
"dependsOn": [
|
|
@@ -6208,9 +6220,9 @@
|
|
|
6208
6220
|
"runtime": {
|
|
6209
6221
|
"@mdi/js": "^7.4.47",
|
|
6210
6222
|
"@jskit-ai/http-runtime": "0.1.146",
|
|
6211
|
-
"@jskit-ai/realtime": "0.1.
|
|
6223
|
+
"@jskit-ai/realtime": "0.1.145",
|
|
6212
6224
|
"@jskit-ai/kernel": "0.1.147",
|
|
6213
|
-
"@jskit-ai/shell-web": "0.1.
|
|
6225
|
+
"@jskit-ai/shell-web": "0.1.149",
|
|
6214
6226
|
"@jskit-ai/uploads-image-web": "0.1.123",
|
|
6215
6227
|
"@jskit-ai/users-core": "0.1.161"
|
|
6216
6228
|
},
|