@jskit-ai/jskit-catalog 0.1.27 → 0.1.29
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 +262 -102
- package/package.json +1 -1
package/catalog/packages.json
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"packages": [
|
|
7
7
|
{
|
|
8
8
|
"packageId": "@jskit-ai/assistant",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.29",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.29",
|
|
14
14
|
"kind": "runtime",
|
|
15
15
|
"description": "Unified assistant module with streaming chat, transcript persistence, service-aware tool execution, and workspace UI.",
|
|
16
16
|
"options": {
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
"mutations": {
|
|
122
122
|
"dependencies": {
|
|
123
123
|
"runtime": {
|
|
124
|
-
"@jskit-ai/assistant": "0.1.
|
|
125
|
-
"@jskit-ai/auth-core": "0.1.
|
|
126
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
127
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
128
|
-
"@jskit-ai/kernel": "0.1.
|
|
129
|
-
"@jskit-ai/realtime": "0.1.
|
|
130
|
-
"@jskit-ai/users-core": "0.1.
|
|
131
|
-
"@jskit-ai/users-web": "0.1.
|
|
124
|
+
"@jskit-ai/assistant": "0.1.29",
|
|
125
|
+
"@jskit-ai/auth-core": "0.1.20",
|
|
126
|
+
"@jskit-ai/database-runtime": "0.1.21",
|
|
127
|
+
"@jskit-ai/http-runtime": "0.1.20",
|
|
128
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
129
|
+
"@jskit-ai/realtime": "0.1.20",
|
|
130
|
+
"@jskit-ai/users-core": "0.1.30",
|
|
131
|
+
"@jskit-ai/users-web": "0.1.35",
|
|
132
132
|
"@tanstack/vue-query": "^5.90.5",
|
|
133
133
|
"dompurify": "^3.3.3",
|
|
134
134
|
"marked": "^17.0.4",
|
|
@@ -301,11 +301,11 @@
|
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
"packageId": "@jskit-ai/auth-core",
|
|
304
|
-
"version": "0.1.
|
|
304
|
+
"version": "0.1.20",
|
|
305
305
|
"descriptor": {
|
|
306
306
|
"packageVersion": 1,
|
|
307
307
|
"packageId": "@jskit-ai/auth-core",
|
|
308
|
-
"version": "0.1.
|
|
308
|
+
"version": "0.1.20",
|
|
309
309
|
"kind": "runtime",
|
|
310
310
|
"dependsOn": [
|
|
311
311
|
"@jskit-ai/value-app-config-shared"
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"mutations": {
|
|
374
374
|
"dependencies": {
|
|
375
375
|
"runtime": {
|
|
376
|
-
"@jskit-ai/kernel": "0.1.
|
|
376
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
377
377
|
"@fastify/cookie": "^11.0.2",
|
|
378
378
|
"@fastify/csrf-protection": "^7.1.0",
|
|
379
379
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -391,11 +391,11 @@
|
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
394
|
-
"version": "0.1.
|
|
394
|
+
"version": "0.1.20",
|
|
395
395
|
"descriptor": {
|
|
396
396
|
"packageVersion": 1,
|
|
397
397
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
398
|
-
"version": "0.1.
|
|
398
|
+
"version": "0.1.20",
|
|
399
399
|
"kind": "runtime",
|
|
400
400
|
"options": {
|
|
401
401
|
"auth-supabase-url": {
|
|
@@ -477,8 +477,8 @@
|
|
|
477
477
|
"mutations": {
|
|
478
478
|
"dependencies": {
|
|
479
479
|
"runtime": {
|
|
480
|
-
"@jskit-ai/auth-core": "0.1.
|
|
481
|
-
"@jskit-ai/kernel": "0.1.
|
|
480
|
+
"@jskit-ai/auth-core": "0.1.20",
|
|
481
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
482
482
|
"dotenv": "^16.4.5",
|
|
483
483
|
"@supabase/supabase-js": "^2.57.4",
|
|
484
484
|
"jose": "^6.1.0"
|
|
@@ -543,11 +543,11 @@
|
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
545
|
"packageId": "@jskit-ai/auth-web",
|
|
546
|
-
"version": "0.1.
|
|
546
|
+
"version": "0.1.22",
|
|
547
547
|
"descriptor": {
|
|
548
548
|
"packageVersion": 1,
|
|
549
549
|
"packageId": "@jskit-ai/auth-web",
|
|
550
|
-
"version": "0.1.
|
|
550
|
+
"version": "0.1.22",
|
|
551
551
|
"kind": "runtime",
|
|
552
552
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
553
553
|
"dependsOn": [
|
|
@@ -777,10 +777,10 @@
|
|
|
777
777
|
"@tanstack/vue-query": "5.92.12",
|
|
778
778
|
"@mdi/js": "^7.4.47",
|
|
779
779
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
780
|
-
"@jskit-ai/auth-core": "0.1.
|
|
781
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
782
|
-
"@jskit-ai/kernel": "0.1.
|
|
783
|
-
"@jskit-ai/shell-web": "0.1.
|
|
780
|
+
"@jskit-ai/auth-core": "0.1.20",
|
|
781
|
+
"@jskit-ai/http-runtime": "0.1.20",
|
|
782
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
783
|
+
"@jskit-ai/shell-web": "0.1.20",
|
|
784
784
|
"vuetify": "^4.0.0"
|
|
785
785
|
},
|
|
786
786
|
"dev": {}
|
|
@@ -850,11 +850,11 @@
|
|
|
850
850
|
},
|
|
851
851
|
{
|
|
852
852
|
"packageId": "@jskit-ai/crud-core",
|
|
853
|
-
"version": "0.1.
|
|
853
|
+
"version": "0.1.29",
|
|
854
854
|
"descriptor": {
|
|
855
855
|
"packageVersion": 1,
|
|
856
856
|
"packageId": "@jskit-ai/crud-core",
|
|
857
|
-
"version": "0.1.
|
|
857
|
+
"version": "0.1.29",
|
|
858
858
|
"kind": "runtime",
|
|
859
859
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
860
860
|
"dependsOn": [
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
"mutations": {
|
|
882
882
|
"dependencies": {
|
|
883
883
|
"runtime": {
|
|
884
|
-
"@jskit-ai/crud-core": "0.1.
|
|
884
|
+
"@jskit-ai/crud-core": "0.1.29"
|
|
885
885
|
},
|
|
886
886
|
"dev": {}
|
|
887
887
|
},
|
|
@@ -895,11 +895,11 @@
|
|
|
895
895
|
},
|
|
896
896
|
{
|
|
897
897
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
898
|
-
"version": "0.1.
|
|
898
|
+
"version": "0.1.29",
|
|
899
899
|
"descriptor": {
|
|
900
900
|
"packageVersion": 1,
|
|
901
901
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
902
|
-
"version": "0.1.
|
|
902
|
+
"version": "0.1.29",
|
|
903
903
|
"kind": "generator",
|
|
904
904
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
905
905
|
"options": {
|
|
@@ -913,9 +913,8 @@
|
|
|
913
913
|
"surface": {
|
|
914
914
|
"required": true,
|
|
915
915
|
"inputType": "text",
|
|
916
|
-
"defaultFromConfig": "surfaceDefaultId",
|
|
917
916
|
"promptLabel": "Target surface",
|
|
918
|
-
"promptHint": "
|
|
917
|
+
"promptHint": "Must match an enabled surface id."
|
|
919
918
|
},
|
|
920
919
|
"ownership-filter": {
|
|
921
920
|
"required": true,
|
|
@@ -974,13 +973,19 @@
|
|
|
974
973
|
"server": {
|
|
975
974
|
"providers": [
|
|
976
975
|
{
|
|
977
|
-
"entrypoint": "src/server/
|
|
978
|
-
"export": "
|
|
976
|
+
"entrypoint": "src/server/CrudProvider.js",
|
|
977
|
+
"export": "CrudProvider"
|
|
979
978
|
}
|
|
980
979
|
]
|
|
981
980
|
}
|
|
982
981
|
},
|
|
983
982
|
"metadata": {
|
|
983
|
+
"generatorSubcommands": {
|
|
984
|
+
"add-field": {
|
|
985
|
+
"entrypoint": "src/server/subcommands/addField.js",
|
|
986
|
+
"export": "runGeneratorSubcommand"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
984
989
|
"apiSummary": {
|
|
985
990
|
"surfaces": [
|
|
986
991
|
{
|
|
@@ -1000,13 +1005,13 @@
|
|
|
1000
1005
|
"mutations": {
|
|
1001
1006
|
"dependencies": {
|
|
1002
1007
|
"runtime": {
|
|
1003
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1004
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1005
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1006
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1007
|
-
"@jskit-ai/kernel": "0.1.
|
|
1008
|
-
"@jskit-ai/realtime": "0.1.
|
|
1009
|
-
"@jskit-ai/users-core": "0.1.
|
|
1008
|
+
"@jskit-ai/auth-core": "0.1.20",
|
|
1009
|
+
"@jskit-ai/crud-core": "0.1.29",
|
|
1010
|
+
"@jskit-ai/database-runtime": "0.1.21",
|
|
1011
|
+
"@jskit-ai/http-runtime": "0.1.20",
|
|
1012
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
1013
|
+
"@jskit-ai/realtime": "0.1.20",
|
|
1014
|
+
"@jskit-ai/users-core": "0.1.30",
|
|
1010
1015
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
|
|
1011
1016
|
"typebox": "^1.0.81"
|
|
1012
1017
|
},
|
|
@@ -1045,8 +1050,8 @@
|
|
|
1045
1050
|
"id": "crud-local-package-descriptor-${option:namespace|snake}"
|
|
1046
1051
|
},
|
|
1047
1052
|
{
|
|
1048
|
-
"from": "templates/src/local-package/server/
|
|
1049
|
-
"to": "packages/${option:namespace|kebab}/src/server/${option:namespace|pascal}
|
|
1053
|
+
"from": "templates/src/local-package/server/CrudProvider.js",
|
|
1054
|
+
"to": "packages/${option:namespace|kebab}/src/server/${option:namespace|pascal}Provider.js",
|
|
1050
1055
|
"reason": "Install app-local CRUD server provider.",
|
|
1051
1056
|
"category": "crud",
|
|
1052
1057
|
"id": "crud-local-package-server-provider-${option:namespace|snake}",
|
|
@@ -1119,11 +1124,11 @@
|
|
|
1119
1124
|
},
|
|
1120
1125
|
{
|
|
1121
1126
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1122
|
-
"version": "0.1.
|
|
1127
|
+
"version": "0.1.4",
|
|
1123
1128
|
"descriptor": {
|
|
1124
1129
|
"packageVersion": 1,
|
|
1125
1130
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1126
|
-
"version": "0.1.
|
|
1131
|
+
"version": "0.1.4",
|
|
1127
1132
|
"kind": "generator",
|
|
1128
1133
|
"description": "Generate app-local CRUD UI scaffolds from resource validators.",
|
|
1129
1134
|
"options": {
|
|
@@ -1137,9 +1142,8 @@
|
|
|
1137
1142
|
"surface": {
|
|
1138
1143
|
"required": true,
|
|
1139
1144
|
"inputType": "text",
|
|
1140
|
-
"defaultFromConfig": "surfaceDefaultId",
|
|
1141
1145
|
"promptLabel": "Target surface",
|
|
1142
|
-
"promptHint": "
|
|
1146
|
+
"promptHint": "Must match an enabled surface id."
|
|
1143
1147
|
},
|
|
1144
1148
|
"resource-file": {
|
|
1145
1149
|
"required": true,
|
|
@@ -1148,13 +1152,6 @@
|
|
|
1148
1152
|
"promptLabel": "Resource file",
|
|
1149
1153
|
"promptHint": "Relative path from app root to the resource module."
|
|
1150
1154
|
},
|
|
1151
|
-
"resource-export": {
|
|
1152
|
-
"required": false,
|
|
1153
|
-
"inputType": "text",
|
|
1154
|
-
"defaultValue": "",
|
|
1155
|
-
"promptLabel": "Resource export",
|
|
1156
|
-
"promptHint": "Named export in the resource module (defaults to resource-file basename, example: contactResource)."
|
|
1157
|
-
},
|
|
1158
1155
|
"operations": {
|
|
1159
1156
|
"required": true,
|
|
1160
1157
|
"inputType": "text",
|
|
@@ -1170,18 +1167,25 @@
|
|
|
1170
1167
|
"promptHint": "Optional comma-separated field keys to render (must exist in selected operation schemas)."
|
|
1171
1168
|
},
|
|
1172
1169
|
"api-path": {
|
|
1173
|
-
"required":
|
|
1170
|
+
"required": false,
|
|
1174
1171
|
"inputType": "text",
|
|
1175
|
-
"
|
|
1172
|
+
"defaultFromOptionTemplate": "/${option:namespace|kebab}",
|
|
1176
1173
|
"promptLabel": "API path",
|
|
1177
|
-
"promptHint": "Base API path without trailing id (example: /
|
|
1174
|
+
"promptHint": "Base API path without trailing id (defaults to /<namespace>, example: /contacts)."
|
|
1178
1175
|
},
|
|
1179
1176
|
"route-path": {
|
|
1180
|
-
"required":
|
|
1177
|
+
"required": false,
|
|
1181
1178
|
"inputType": "text",
|
|
1182
|
-
"
|
|
1179
|
+
"defaultFromOptionTemplate": "${option:namespace|kebab}",
|
|
1183
1180
|
"promptLabel": "Route path",
|
|
1184
|
-
"promptHint": "List route path under the target surface (example:
|
|
1181
|
+
"promptHint": "List route path under the target surface (defaults to <namespace>, example: contacts)."
|
|
1182
|
+
},
|
|
1183
|
+
"container": {
|
|
1184
|
+
"required": false,
|
|
1185
|
+
"inputType": "text",
|
|
1186
|
+
"defaultValue": "",
|
|
1187
|
+
"promptLabel": "Container host",
|
|
1188
|
+
"promptHint": "Optional container host slug (example: practice). Routes are generated under this prefix and list menu placement defaults to <container>:sub-pages."
|
|
1185
1189
|
},
|
|
1186
1190
|
"id-param": {
|
|
1187
1191
|
"required": false,
|
|
@@ -1196,6 +1200,13 @@
|
|
|
1196
1200
|
"defaultValue": "",
|
|
1197
1201
|
"promptLabel": "Page directory prefix",
|
|
1198
1202
|
"promptHint": "Optional subpath under the selected surface pages root (example: crm or ops/team-a)."
|
|
1203
|
+
},
|
|
1204
|
+
"placement": {
|
|
1205
|
+
"required": false,
|
|
1206
|
+
"inputType": "text",
|
|
1207
|
+
"defaultValue": "",
|
|
1208
|
+
"promptLabel": "Menu placement",
|
|
1209
|
+
"promptHint": "Optional host:position target (defaults to ShellLayout default outlet)."
|
|
1199
1210
|
}
|
|
1200
1211
|
},
|
|
1201
1212
|
"dependsOn": [],
|
|
@@ -1214,6 +1225,13 @@
|
|
|
1214
1225
|
}
|
|
1215
1226
|
},
|
|
1216
1227
|
"metadata": {
|
|
1228
|
+
"generatorPrimarySubcommand": "crud",
|
|
1229
|
+
"generatorSubcommands": {
|
|
1230
|
+
"field": {
|
|
1231
|
+
"entrypoint": "src/server/subcommands/addField.js",
|
|
1232
|
+
"export": "runGeneratorSubcommand"
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1217
1235
|
"apiSummary": {
|
|
1218
1236
|
"surfaces": [
|
|
1219
1237
|
{
|
|
@@ -1230,7 +1248,7 @@
|
|
|
1230
1248
|
"mutations": {
|
|
1231
1249
|
"dependencies": {
|
|
1232
1250
|
"runtime": {
|
|
1233
|
-
"@jskit-ai/users-web": "0.1.
|
|
1251
|
+
"@jskit-ai/users-web": "0.1.35"
|
|
1234
1252
|
},
|
|
1235
1253
|
"dev": {}
|
|
1236
1254
|
},
|
|
@@ -1242,7 +1260,7 @@
|
|
|
1242
1260
|
{
|
|
1243
1261
|
"from": "templates/src/pages/admin/ui-generator/ListElement.vue",
|
|
1244
1262
|
"toSurface": "${option:surface|lower}",
|
|
1245
|
-
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:route-path|path}/index.vue",
|
|
1263
|
+
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}/index.vue",
|
|
1246
1264
|
"reason": "Install generated list page.",
|
|
1247
1265
|
"category": "ui-generator",
|
|
1248
1266
|
"id": "ui-generator-page-list-${option:namespace|snake}",
|
|
@@ -1260,7 +1278,7 @@
|
|
|
1260
1278
|
{
|
|
1261
1279
|
"from": "templates/src/pages/admin/ui-generator/ViewElement.vue",
|
|
1262
1280
|
"toSurface": "${option:surface|lower}",
|
|
1263
|
-
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:route-path|path}/[${option:id-param|trim}]/index.vue",
|
|
1281
|
+
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}/[${option:id-param|trim}]/index.vue",
|
|
1264
1282
|
"reason": "Install generated view page.",
|
|
1265
1283
|
"category": "ui-generator",
|
|
1266
1284
|
"id": "ui-generator-page-view-${option:namespace|snake}",
|
|
@@ -1278,7 +1296,7 @@
|
|
|
1278
1296
|
{
|
|
1279
1297
|
"from": "templates/src/pages/admin/ui-generator/NewElement.vue",
|
|
1280
1298
|
"toSurface": "${option:surface|lower}",
|
|
1281
|
-
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:route-path|path}/new.vue",
|
|
1299
|
+
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}/new.vue",
|
|
1282
1300
|
"reason": "Install generated new page.",
|
|
1283
1301
|
"category": "ui-generator",
|
|
1284
1302
|
"id": "ui-generator-page-new-${option:namespace|snake}",
|
|
@@ -1296,7 +1314,7 @@
|
|
|
1296
1314
|
{
|
|
1297
1315
|
"from": "templates/src/pages/admin/ui-generator/EditElement.vue",
|
|
1298
1316
|
"toSurface": "${option:surface|lower}",
|
|
1299
|
-
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:route-path|path}/[${option:id-param|trim}]/edit.vue",
|
|
1317
|
+
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}/[${option:id-param|trim}]/edit.vue",
|
|
1300
1318
|
"reason": "Install generated edit page.",
|
|
1301
1319
|
"category": "ui-generator",
|
|
1302
1320
|
"id": "ui-generator-page-edit-${option:namespace|snake}",
|
|
@@ -1317,15 +1335,27 @@
|
|
|
1317
1335
|
"op": "append-text",
|
|
1318
1336
|
"file": "src/placement.js",
|
|
1319
1337
|
"position": "bottom",
|
|
1320
|
-
"skipIfContains": "jskit:ui-generator.menu:${option:namespace|kebab}:${option:directory-prefix|path}:${option:route-path|path}",
|
|
1321
|
-
"value": "\n// jskit:ui-generator.menu:${option:namespace|kebab}:${option:directory-prefix|path}:${option:route-path|path}\n{\n addPlacement({\n id: \"ui-generator.${option:namespace|kebab}.menu\",\n host: \"
|
|
1338
|
+
"skipIfContains": "jskit:ui-generator.menu:${option:namespace|kebab}:${option:directory-prefix|path}:${option:container|path}:${option:route-path|path}",
|
|
1339
|
+
"value": "\n// jskit:ui-generator.menu:${option:namespace|kebab}:${option:directory-prefix|path}:${option:container|path}:${option:route-path|path}\n{\n addPlacement({\n id: \"ui-generator.${option:namespace|kebab}.menu\",\n host: \"__JSKIT_UI_MENU_PLACEMENT_HOST__\",\n position: \"__JSKIT_UI_MENU_PLACEMENT_POSITION__\",\n surfaces: [\"${option:surface|lower}\"],\n order: 155,\n componentToken: \"__JSKIT_UI_MENU_COMPONENT_TOKEN__\",\n props: {\n label: \"${option:namespace|plural|pascal}\",\n surface: \"${option:surface|lower}\",\n workspaceSuffix: \"/${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}\",\n nonWorkspaceSuffix: \"/${option:directory-prefix|pathprefix}${option:container|pathprefix}${option:route-path|path}\"\n },\n when: ({ auth }) => Boolean(auth?.authenticated)\n });\n}\n",
|
|
1322
1340
|
"reason": "Append generated UI menu placement.",
|
|
1323
1341
|
"category": "ui-generator",
|
|
1324
1342
|
"id": "ui-generator-placement-menu",
|
|
1343
|
+
"templateContext": {
|
|
1344
|
+
"entrypoint": "src/server/buildTemplateContext.js",
|
|
1345
|
+
"export": "buildUiTemplateContext"
|
|
1346
|
+
},
|
|
1325
1347
|
"when": {
|
|
1326
|
-
"
|
|
1327
|
-
|
|
1328
|
-
|
|
1348
|
+
"all": [
|
|
1349
|
+
{
|
|
1350
|
+
"option": "operations",
|
|
1351
|
+
"in": [
|
|
1352
|
+
"list"
|
|
1353
|
+
]
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"option": "route-path",
|
|
1357
|
+
"notContains": "["
|
|
1358
|
+
}
|
|
1329
1359
|
]
|
|
1330
1360
|
}
|
|
1331
1361
|
}
|
|
@@ -1335,11 +1365,11 @@
|
|
|
1335
1365
|
},
|
|
1336
1366
|
{
|
|
1337
1367
|
"packageId": "@jskit-ai/database-runtime",
|
|
1338
|
-
"version": "0.1.
|
|
1368
|
+
"version": "0.1.21",
|
|
1339
1369
|
"descriptor": {
|
|
1340
1370
|
"packageVersion": 1,
|
|
1341
1371
|
"packageId": "@jskit-ai/database-runtime",
|
|
1342
|
-
"version": "0.1.
|
|
1372
|
+
"version": "0.1.21",
|
|
1343
1373
|
"kind": "runtime",
|
|
1344
1374
|
"dependsOn": [
|
|
1345
1375
|
"@jskit-ai/kernel"
|
|
@@ -1396,7 +1426,7 @@
|
|
|
1396
1426
|
"mutations": {
|
|
1397
1427
|
"dependencies": {
|
|
1398
1428
|
"runtime": {
|
|
1399
|
-
"@jskit-ai/kernel": "0.1.
|
|
1429
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
1400
1430
|
"dotenv": "^16.4.5",
|
|
1401
1431
|
"knex": "^3.1.0"
|
|
1402
1432
|
},
|
|
@@ -1431,11 +1461,11 @@
|
|
|
1431
1461
|
},
|
|
1432
1462
|
{
|
|
1433
1463
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1434
|
-
"version": "0.1.
|
|
1464
|
+
"version": "0.1.20",
|
|
1435
1465
|
"descriptor": {
|
|
1436
1466
|
"packageVersion": 1,
|
|
1437
1467
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
1438
|
-
"version": "0.1.
|
|
1468
|
+
"version": "0.1.20",
|
|
1439
1469
|
"kind": "runtime",
|
|
1440
1470
|
"options": {
|
|
1441
1471
|
"db-host": {
|
|
@@ -1525,7 +1555,7 @@
|
|
|
1525
1555
|
"mutations": {
|
|
1526
1556
|
"dependencies": {
|
|
1527
1557
|
"runtime": {
|
|
1528
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1558
|
+
"@jskit-ai/database-runtime": "0.1.21",
|
|
1529
1559
|
"mysql2": "^3.11.2"
|
|
1530
1560
|
},
|
|
1531
1561
|
"dev": {}
|
|
@@ -1596,11 +1626,11 @@
|
|
|
1596
1626
|
},
|
|
1597
1627
|
{
|
|
1598
1628
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
1599
|
-
"version": "0.1.
|
|
1629
|
+
"version": "0.1.20",
|
|
1600
1630
|
"descriptor": {
|
|
1601
1631
|
"packageVersion": 1,
|
|
1602
1632
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
1603
|
-
"version": "0.1.
|
|
1633
|
+
"version": "0.1.20",
|
|
1604
1634
|
"kind": "runtime",
|
|
1605
1635
|
"options": {
|
|
1606
1636
|
"db-host": {
|
|
@@ -1690,7 +1720,7 @@
|
|
|
1690
1720
|
"mutations": {
|
|
1691
1721
|
"dependencies": {
|
|
1692
1722
|
"runtime": {
|
|
1693
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1723
|
+
"@jskit-ai/database-runtime": "0.1.21",
|
|
1694
1724
|
"pg": "^8.13.1"
|
|
1695
1725
|
},
|
|
1696
1726
|
"dev": {}
|
|
@@ -1761,11 +1791,11 @@
|
|
|
1761
1791
|
},
|
|
1762
1792
|
{
|
|
1763
1793
|
"packageId": "@jskit-ai/http-runtime",
|
|
1764
|
-
"version": "0.1.
|
|
1794
|
+
"version": "0.1.20",
|
|
1765
1795
|
"descriptor": {
|
|
1766
1796
|
"packageVersion": 1,
|
|
1767
1797
|
"packageId": "@jskit-ai/http-runtime",
|
|
1768
|
-
"version": "0.1.
|
|
1798
|
+
"version": "0.1.20",
|
|
1769
1799
|
"kind": "runtime",
|
|
1770
1800
|
"dependsOn": [],
|
|
1771
1801
|
"capabilities": {
|
|
@@ -1831,7 +1861,7 @@
|
|
|
1831
1861
|
"mutations": {
|
|
1832
1862
|
"dependencies": {
|
|
1833
1863
|
"runtime": {
|
|
1834
|
-
"@jskit-ai/kernel": "0.1.
|
|
1864
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
1835
1865
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
1836
1866
|
"typebox": "^1.0.81"
|
|
1837
1867
|
},
|
|
@@ -1847,11 +1877,11 @@
|
|
|
1847
1877
|
},
|
|
1848
1878
|
{
|
|
1849
1879
|
"packageId": "@jskit-ai/realtime",
|
|
1850
|
-
"version": "0.1.
|
|
1880
|
+
"version": "0.1.20",
|
|
1851
1881
|
"descriptor": {
|
|
1852
1882
|
"packageVersion": 1,
|
|
1853
1883
|
"packageId": "@jskit-ai/realtime",
|
|
1854
|
-
"version": "0.1.
|
|
1884
|
+
"version": "0.1.20",
|
|
1855
1885
|
"kind": "runtime",
|
|
1856
1886
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
1857
1887
|
"options": {
|
|
@@ -1947,7 +1977,7 @@
|
|
|
1947
1977
|
"mutations": {
|
|
1948
1978
|
"dependencies": {
|
|
1949
1979
|
"runtime": {
|
|
1950
|
-
"@jskit-ai/kernel": "0.1.
|
|
1980
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
1951
1981
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
1952
1982
|
"redis": "^5.8.2",
|
|
1953
1983
|
"socket.io": "^4.8.3",
|
|
@@ -1996,11 +2026,11 @@
|
|
|
1996
2026
|
},
|
|
1997
2027
|
{
|
|
1998
2028
|
"packageId": "@jskit-ai/shell-web",
|
|
1999
|
-
"version": "0.1.
|
|
2029
|
+
"version": "0.1.20",
|
|
2000
2030
|
"descriptor": {
|
|
2001
2031
|
"packageVersion": 1,
|
|
2002
2032
|
"packageId": "@jskit-ai/shell-web",
|
|
2003
|
-
"version": "0.1.
|
|
2033
|
+
"version": "0.1.20",
|
|
2004
2034
|
"kind": "runtime",
|
|
2005
2035
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
2006
2036
|
"dependsOn": [],
|
|
@@ -2094,7 +2124,7 @@
|
|
|
2094
2124
|
"dependencies": {
|
|
2095
2125
|
"runtime": {
|
|
2096
2126
|
"@tanstack/vue-query": "^5.90.5",
|
|
2097
|
-
"@jskit-ai/kernel": "0.1.
|
|
2127
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
2098
2128
|
"vuetify": "^4.0.0"
|
|
2099
2129
|
},
|
|
2100
2130
|
"dev": {}
|
|
@@ -2175,11 +2205,11 @@
|
|
|
2175
2205
|
},
|
|
2176
2206
|
{
|
|
2177
2207
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2178
|
-
"version": "0.1.
|
|
2208
|
+
"version": "0.1.20",
|
|
2179
2209
|
"descriptor": {
|
|
2180
2210
|
"packageVersion": 1,
|
|
2181
2211
|
"packageId": "@jskit-ai/storage-runtime",
|
|
2182
|
-
"version": "0.1.
|
|
2212
|
+
"version": "0.1.20",
|
|
2183
2213
|
"kind": "runtime",
|
|
2184
2214
|
"dependsOn": [
|
|
2185
2215
|
"@jskit-ai/kernel"
|
|
@@ -2228,7 +2258,7 @@
|
|
|
2228
2258
|
"mutations": {
|
|
2229
2259
|
"dependencies": {
|
|
2230
2260
|
"runtime": {
|
|
2231
|
-
"@jskit-ai/kernel": "0.1.
|
|
2261
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
2232
2262
|
"unstorage": "^1.17.3"
|
|
2233
2263
|
},
|
|
2234
2264
|
"dev": {}
|
|
@@ -2242,13 +2272,139 @@
|
|
|
2242
2272
|
}
|
|
2243
2273
|
}
|
|
2244
2274
|
},
|
|
2275
|
+
{
|
|
2276
|
+
"packageId": "@jskit-ai/ui-generator",
|
|
2277
|
+
"version": "0.1.4",
|
|
2278
|
+
"descriptor": {
|
|
2279
|
+
"packageVersion": 1,
|
|
2280
|
+
"packageId": "@jskit-ai/ui-generator",
|
|
2281
|
+
"version": "0.1.4",
|
|
2282
|
+
"kind": "generator",
|
|
2283
|
+
"description": "Generate app-local non-CRUD UI pages and outlet elements.",
|
|
2284
|
+
"options": {
|
|
2285
|
+
"name": {
|
|
2286
|
+
"required": true,
|
|
2287
|
+
"inputType": "text",
|
|
2288
|
+
"defaultValue": "",
|
|
2289
|
+
"promptLabel": "Element name",
|
|
2290
|
+
"promptHint": "Display name and route slug source (example: Reports Dashboard)."
|
|
2291
|
+
},
|
|
2292
|
+
"surface": {
|
|
2293
|
+
"required": true,
|
|
2294
|
+
"inputType": "text",
|
|
2295
|
+
"defaultFromConfig": "surfaceDefaultId",
|
|
2296
|
+
"promptLabel": "Target surface",
|
|
2297
|
+
"promptHint": "Defaults to config.public.surfaceDefaultId. Must match an enabled surface id."
|
|
2298
|
+
},
|
|
2299
|
+
"path": {
|
|
2300
|
+
"required": false,
|
|
2301
|
+
"inputType": "text",
|
|
2302
|
+
"defaultValue": "src/components",
|
|
2303
|
+
"promptLabel": "Component path",
|
|
2304
|
+
"promptHint": "Component directory relative to app root (used by element subcommand)."
|
|
2305
|
+
},
|
|
2306
|
+
"directory-prefix": {
|
|
2307
|
+
"required": false,
|
|
2308
|
+
"inputType": "text",
|
|
2309
|
+
"defaultValue": "",
|
|
2310
|
+
"promptLabel": "Page directory prefix",
|
|
2311
|
+
"promptHint": "Optional subpath under the selected surface pages root (example: crm or ops/team-a)."
|
|
2312
|
+
},
|
|
2313
|
+
"placement": {
|
|
2314
|
+
"required": false,
|
|
2315
|
+
"inputType": "text",
|
|
2316
|
+
"defaultValue": "",
|
|
2317
|
+
"promptLabel": "Placement target",
|
|
2318
|
+
"promptHint": "Optional host:position target (defaults to app ShellOutlet default target)."
|
|
2319
|
+
}
|
|
2320
|
+
},
|
|
2321
|
+
"dependsOn": [],
|
|
2322
|
+
"capabilities": {
|
|
2323
|
+
"provides": [
|
|
2324
|
+
"ui-generator"
|
|
2325
|
+
],
|
|
2326
|
+
"requires": []
|
|
2327
|
+
},
|
|
2328
|
+
"runtime": {
|
|
2329
|
+
"server": {
|
|
2330
|
+
"providers": []
|
|
2331
|
+
},
|
|
2332
|
+
"client": {
|
|
2333
|
+
"providers": []
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
"metadata": {
|
|
2337
|
+
"generatorPrimarySubcommand": "page",
|
|
2338
|
+
"generatorSubcommands": {
|
|
2339
|
+
"element": {
|
|
2340
|
+
"entrypoint": "src/server/subcommands/element.js",
|
|
2341
|
+
"export": "runGeneratorSubcommand"
|
|
2342
|
+
},
|
|
2343
|
+
"container": {
|
|
2344
|
+
"entrypoint": "src/server/subcommands/container.js",
|
|
2345
|
+
"export": "runGeneratorSubcommand"
|
|
2346
|
+
}
|
|
2347
|
+
},
|
|
2348
|
+
"apiSummary": {
|
|
2349
|
+
"surfaces": [
|
|
2350
|
+
{
|
|
2351
|
+
"subpath": "./server/buildTemplateContext",
|
|
2352
|
+
"summary": "Builds deterministic page menu placement template context values."
|
|
2353
|
+
}
|
|
2354
|
+
],
|
|
2355
|
+
"containerTokens": {
|
|
2356
|
+
"server": [],
|
|
2357
|
+
"client": []
|
|
2358
|
+
}
|
|
2359
|
+
}
|
|
2360
|
+
},
|
|
2361
|
+
"mutations": {
|
|
2362
|
+
"dependencies": {
|
|
2363
|
+
"runtime": {
|
|
2364
|
+
"@jskit-ai/users-web": "0.1.35"
|
|
2365
|
+
},
|
|
2366
|
+
"dev": {}
|
|
2367
|
+
},
|
|
2368
|
+
"packageJson": {
|
|
2369
|
+
"scripts": {}
|
|
2370
|
+
},
|
|
2371
|
+
"procfile": {},
|
|
2372
|
+
"files": [
|
|
2373
|
+
{
|
|
2374
|
+
"from": "templates/src/pages/admin/ui-generator/Page.vue",
|
|
2375
|
+
"toSurface": "${option:surface|lower}",
|
|
2376
|
+
"toSurfacePath": "${option:directory-prefix|pathprefix}${option:name|path}/index.vue",
|
|
2377
|
+
"reason": "Install generated UI page scaffold.",
|
|
2378
|
+
"category": "ui-generator",
|
|
2379
|
+
"id": "ui-generator-page-${option:name|snake}"
|
|
2380
|
+
}
|
|
2381
|
+
],
|
|
2382
|
+
"text": [
|
|
2383
|
+
{
|
|
2384
|
+
"op": "append-text",
|
|
2385
|
+
"file": "src/placement.js",
|
|
2386
|
+
"position": "bottom",
|
|
2387
|
+
"skipIfContains": "jskit:ui-generator.page.menu:${option:surface|lower}:${option:directory-prefix|path}:${option:name|path}",
|
|
2388
|
+
"value": "\n// jskit:ui-generator.page.menu:${option:surface|lower}:${option:directory-prefix|path}:${option:name|path}\n{\n addPlacement({\n id: \"ui-generator.page.${option:name|kebab}.menu\",\n host: \"__JSKIT_UI_MENU_PLACEMENT_HOST__\",\n position: \"__JSKIT_UI_MENU_PLACEMENT_POSITION__\",\n surfaces: [\"${option:surface|lower}\"],\n order: 155,\n componentToken: \"users.web.shell.surface-aware-menu-link-item\",\n props: {\n label: \"${option:name|trim}\",\n surface: \"${option:surface|lower}\",\n workspaceSuffix: \"/${option:directory-prefix|pathprefix}${option:name|path}\",\n nonWorkspaceSuffix: \"/${option:directory-prefix|pathprefix}${option:name|path}\"\n },\n when: ({ auth }) => Boolean(auth?.authenticated)\n });\n}\n",
|
|
2389
|
+
"reason": "Append generated UI page menu placement.",
|
|
2390
|
+
"category": "ui-generator",
|
|
2391
|
+
"id": "ui-generator-page-placement-menu-${option:name|snake}",
|
|
2392
|
+
"templateContext": {
|
|
2393
|
+
"entrypoint": "src/server/buildTemplateContext.js",
|
|
2394
|
+
"export": "buildUiPageTemplateContext"
|
|
2395
|
+
}
|
|
2396
|
+
}
|
|
2397
|
+
]
|
|
2398
|
+
}
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2245
2401
|
{
|
|
2246
2402
|
"packageId": "@jskit-ai/users-core",
|
|
2247
|
-
"version": "0.1.
|
|
2403
|
+
"version": "0.1.30",
|
|
2248
2404
|
"descriptor": {
|
|
2249
2405
|
"packageVersion": 1,
|
|
2250
2406
|
"packageId": "@jskit-ai/users-core",
|
|
2251
|
-
"version": "0.1.
|
|
2407
|
+
"version": "0.1.30",
|
|
2252
2408
|
"kind": "runtime",
|
|
2253
2409
|
"description": "Users/workspace domain runtime plus HTTP routes for workspace, account, and console features.",
|
|
2254
2410
|
"dependsOn": [
|
|
@@ -2442,10 +2598,10 @@
|
|
|
2442
2598
|
"mutations": {
|
|
2443
2599
|
"dependencies": {
|
|
2444
2600
|
"runtime": {
|
|
2445
|
-
"@jskit-ai/auth-core": "0.1.
|
|
2446
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2447
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
2448
|
-
"@jskit-ai/kernel": "0.1.
|
|
2601
|
+
"@jskit-ai/auth-core": "0.1.20",
|
|
2602
|
+
"@jskit-ai/database-runtime": "0.1.21",
|
|
2603
|
+
"@jskit-ai/http-runtime": "0.1.20",
|
|
2604
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
2449
2605
|
"@fastify/multipart": "^9.4.0",
|
|
2450
2606
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
2451
2607
|
"typebox": "^1.0.81"
|
|
@@ -2725,11 +2881,11 @@
|
|
|
2725
2881
|
},
|
|
2726
2882
|
{
|
|
2727
2883
|
"packageId": "@jskit-ai/users-web",
|
|
2728
|
-
"version": "0.1.
|
|
2884
|
+
"version": "0.1.35",
|
|
2729
2885
|
"descriptor": {
|
|
2730
2886
|
"packageVersion": 1,
|
|
2731
2887
|
"packageId": "@jskit-ai/users-web",
|
|
2732
|
-
"version": "0.1.
|
|
2888
|
+
"version": "0.1.35",
|
|
2733
2889
|
"kind": "runtime",
|
|
2734
2890
|
"description": "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
|
|
2735
2891
|
"dependsOn": [
|
|
@@ -2801,6 +2957,10 @@
|
|
|
2801
2957
|
"subpath": "./client/composables/useList",
|
|
2802
2958
|
"summary": "Exports list operation composable."
|
|
2803
2959
|
},
|
|
2960
|
+
{
|
|
2961
|
+
"subpath": "./client/composables/crudLookupFieldRuntime",
|
|
2962
|
+
"summary": "Exports CRUD lookup field runtime helpers for generated add/edit forms."
|
|
2963
|
+
},
|
|
2804
2964
|
{
|
|
2805
2965
|
"subpath": "./client/composables/useCommand",
|
|
2806
2966
|
"summary": "Exports command operation composable."
|
|
@@ -2994,11 +3154,11 @@
|
|
|
2994
3154
|
"@uppy/dashboard": "^5.1.1",
|
|
2995
3155
|
"@uppy/image-editor": "^4.2.0",
|
|
2996
3156
|
"@uppy/xhr-upload": "^5.1.1",
|
|
2997
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
2998
|
-
"@jskit-ai/realtime": "0.1.
|
|
2999
|
-
"@jskit-ai/kernel": "0.1.
|
|
3000
|
-
"@jskit-ai/shell-web": "0.1.
|
|
3001
|
-
"@jskit-ai/users-core": "0.1.
|
|
3157
|
+
"@jskit-ai/http-runtime": "0.1.20",
|
|
3158
|
+
"@jskit-ai/realtime": "0.1.20",
|
|
3159
|
+
"@jskit-ai/kernel": "0.1.21",
|
|
3160
|
+
"@jskit-ai/shell-web": "0.1.20",
|
|
3161
|
+
"@jskit-ai/users-core": "0.1.30",
|
|
3002
3162
|
"vuetify": "^4.0.0"
|
|
3003
3163
|
},
|
|
3004
3164
|
"dev": {}
|