@jskit-ai/jskit-catalog 0.1.46 → 0.1.47
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 +184 -176
- 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.48",
|
|
10
10
|
"descriptor": {
|
|
11
11
|
"packageVersion": 1,
|
|
12
12
|
"packageId": "@jskit-ai/assistant",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.48",
|
|
14
14
|
"kind": "generator",
|
|
15
15
|
"description": "Install assistant runtime/config for one surface and scaffold assistant pages at explicit target files.",
|
|
16
16
|
"options": {
|
|
@@ -356,11 +356,11 @@
|
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"packageId": "@jskit-ai/assistant-core",
|
|
359
|
-
"version": "0.1.
|
|
359
|
+
"version": "0.1.15",
|
|
360
360
|
"descriptor": {
|
|
361
361
|
"packageVersion": 1,
|
|
362
362
|
"packageId": "@jskit-ai/assistant-core",
|
|
363
|
-
"version": "0.1.
|
|
363
|
+
"version": "0.1.15",
|
|
364
364
|
"kind": "runtime",
|
|
365
365
|
"description": "Reusable assistant client/server/shared primitives without surface-specific routes or settings ownership.",
|
|
366
366
|
"dependsOn": [
|
|
@@ -406,9 +406,9 @@
|
|
|
406
406
|
"mutations": {
|
|
407
407
|
"dependencies": {
|
|
408
408
|
"runtime": {
|
|
409
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
410
|
-
"@jskit-ai/kernel": "0.1.
|
|
411
|
-
"@jskit-ai/users-core": "0.1.
|
|
409
|
+
"@jskit-ai/http-runtime": "0.1.38",
|
|
410
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
411
|
+
"@jskit-ai/users-core": "0.1.49",
|
|
412
412
|
"@tanstack/vue-query": "^5.90.5",
|
|
413
413
|
"dompurify": "^3.3.3",
|
|
414
414
|
"marked": "^17.0.4",
|
|
@@ -429,11 +429,11 @@
|
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
432
|
-
"version": "0.1.
|
|
432
|
+
"version": "0.1.10",
|
|
433
433
|
"descriptor": {
|
|
434
434
|
"packageVersion": 1,
|
|
435
435
|
"packageId": "@jskit-ai/assistant-runtime",
|
|
436
|
-
"version": "0.1.
|
|
436
|
+
"version": "0.1.10",
|
|
437
437
|
"kind": "runtime",
|
|
438
438
|
"description": "Shared assistant runtime with per-surface assistant registration.",
|
|
439
439
|
"dependsOn": [
|
|
@@ -442,7 +442,9 @@
|
|
|
442
442
|
"@jskit-ai/http-runtime",
|
|
443
443
|
"@jskit-ai/shell-web",
|
|
444
444
|
"@jskit-ai/users-core",
|
|
445
|
-
"@jskit-ai/users-web"
|
|
445
|
+
"@jskit-ai/users-web",
|
|
446
|
+
"@jskit-ai/workspaces-core",
|
|
447
|
+
"@jskit-ai/workspaces-web"
|
|
446
448
|
],
|
|
447
449
|
"capabilities": {
|
|
448
450
|
"provides": [
|
|
@@ -454,7 +456,9 @@
|
|
|
454
456
|
"auth.policy",
|
|
455
457
|
"runtime.http-client",
|
|
456
458
|
"users.core",
|
|
457
|
-
"users.web"
|
|
459
|
+
"users.web",
|
|
460
|
+
"workspaces.core",
|
|
461
|
+
"workspaces.web"
|
|
458
462
|
]
|
|
459
463
|
},
|
|
460
464
|
"runtime": {
|
|
@@ -508,13 +512,15 @@
|
|
|
508
512
|
"mutations": {
|
|
509
513
|
"dependencies": {
|
|
510
514
|
"runtime": {
|
|
511
|
-
"@jskit-ai/assistant-core": "0.1.
|
|
512
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
513
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
514
|
-
"@jskit-ai/kernel": "0.1.
|
|
515
|
-
"@jskit-ai/shell-web": "0.1.
|
|
516
|
-
"@jskit-ai/users-core": "0.1.
|
|
517
|
-
"@jskit-ai/users-web": "0.1.
|
|
515
|
+
"@jskit-ai/assistant-core": "0.1.15",
|
|
516
|
+
"@jskit-ai/database-runtime": "0.1.39",
|
|
517
|
+
"@jskit-ai/http-runtime": "0.1.38",
|
|
518
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
519
|
+
"@jskit-ai/shell-web": "0.1.38",
|
|
520
|
+
"@jskit-ai/users-core": "0.1.49",
|
|
521
|
+
"@jskit-ai/users-web": "0.1.54",
|
|
522
|
+
"@jskit-ai/workspaces-core": "0.1.15",
|
|
523
|
+
"@jskit-ai/workspaces-web": "0.1.15",
|
|
518
524
|
"@tanstack/vue-query": "^5.90.5",
|
|
519
525
|
"vuetify": "^4.0.0"
|
|
520
526
|
},
|
|
@@ -571,11 +577,11 @@
|
|
|
571
577
|
},
|
|
572
578
|
{
|
|
573
579
|
"packageId": "@jskit-ai/auth-core",
|
|
574
|
-
"version": "0.1.
|
|
580
|
+
"version": "0.1.38",
|
|
575
581
|
"descriptor": {
|
|
576
582
|
"packageVersion": 1,
|
|
577
583
|
"packageId": "@jskit-ai/auth-core",
|
|
578
|
-
"version": "0.1.
|
|
584
|
+
"version": "0.1.38",
|
|
579
585
|
"kind": "runtime",
|
|
580
586
|
"dependsOn": [
|
|
581
587
|
"@jskit-ai/value-app-config-shared"
|
|
@@ -643,7 +649,7 @@
|
|
|
643
649
|
"mutations": {
|
|
644
650
|
"dependencies": {
|
|
645
651
|
"runtime": {
|
|
646
|
-
"@jskit-ai/kernel": "0.1.
|
|
652
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
647
653
|
"@fastify/cookie": "^11.0.2",
|
|
648
654
|
"@fastify/csrf-protection": "^7.1.0",
|
|
649
655
|
"@fastify/rate-limit": "^10.3.0"
|
|
@@ -661,11 +667,11 @@
|
|
|
661
667
|
},
|
|
662
668
|
{
|
|
663
669
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
664
|
-
"version": "0.1.
|
|
670
|
+
"version": "0.1.38",
|
|
665
671
|
"descriptor": {
|
|
666
672
|
"packageVersion": 1,
|
|
667
673
|
"packageId": "@jskit-ai/auth-provider-supabase-core",
|
|
668
|
-
"version": "0.1.
|
|
674
|
+
"version": "0.1.38",
|
|
669
675
|
"kind": "runtime",
|
|
670
676
|
"options": {
|
|
671
677
|
"auth-supabase-url": {
|
|
@@ -747,8 +753,8 @@
|
|
|
747
753
|
"mutations": {
|
|
748
754
|
"dependencies": {
|
|
749
755
|
"runtime": {
|
|
750
|
-
"@jskit-ai/auth-core": "0.1.
|
|
751
|
-
"@jskit-ai/kernel": "0.1.
|
|
756
|
+
"@jskit-ai/auth-core": "0.1.38",
|
|
757
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
752
758
|
"dotenv": "^16.4.5",
|
|
753
759
|
"@supabase/supabase-js": "^2.57.4",
|
|
754
760
|
"jose": "^6.1.0"
|
|
@@ -813,11 +819,11 @@
|
|
|
813
819
|
},
|
|
814
820
|
{
|
|
815
821
|
"packageId": "@jskit-ai/auth-web",
|
|
816
|
-
"version": "0.1.
|
|
822
|
+
"version": "0.1.40",
|
|
817
823
|
"descriptor": {
|
|
818
824
|
"packageVersion": 1,
|
|
819
825
|
"packageId": "@jskit-ai/auth-web",
|
|
820
|
-
"version": "0.1.
|
|
826
|
+
"version": "0.1.40",
|
|
821
827
|
"kind": "runtime",
|
|
822
828
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
823
829
|
"dependsOn": [
|
|
@@ -1044,10 +1050,10 @@
|
|
|
1044
1050
|
"@tanstack/vue-query": "5.92.12",
|
|
1045
1051
|
"@mdi/js": "^7.4.47",
|
|
1046
1052
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
1047
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1048
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1049
|
-
"@jskit-ai/kernel": "0.1.
|
|
1050
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1053
|
+
"@jskit-ai/auth-core": "0.1.38",
|
|
1054
|
+
"@jskit-ai/http-runtime": "0.1.38",
|
|
1055
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
1056
|
+
"@jskit-ai/shell-web": "0.1.38",
|
|
1051
1057
|
"vuetify": "^4.0.0"
|
|
1052
1058
|
},
|
|
1053
1059
|
"dev": {}
|
|
@@ -1117,11 +1123,11 @@
|
|
|
1117
1123
|
},
|
|
1118
1124
|
{
|
|
1119
1125
|
"packageId": "@jskit-ai/console-core",
|
|
1120
|
-
"version": "0.1.
|
|
1126
|
+
"version": "0.1.2",
|
|
1121
1127
|
"descriptor": {
|
|
1122
1128
|
"packageVersion": 1,
|
|
1123
1129
|
"packageId": "@jskit-ai/console-core",
|
|
1124
|
-
"version": "0.1.
|
|
1130
|
+
"version": "0.1.2",
|
|
1125
1131
|
"kind": "runtime",
|
|
1126
1132
|
"description": "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
|
|
1127
1133
|
"dependsOn": [
|
|
@@ -1192,10 +1198,10 @@
|
|
|
1192
1198
|
"mutations": {
|
|
1193
1199
|
"dependencies": {
|
|
1194
1200
|
"runtime": {
|
|
1195
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1196
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1197
|
-
"@jskit-ai/kernel": "0.1.
|
|
1198
|
-
"@jskit-ai/users-core": "0.1.
|
|
1201
|
+
"@jskit-ai/database-runtime": "0.1.39",
|
|
1202
|
+
"@jskit-ai/http-runtime": "0.1.38",
|
|
1203
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
1204
|
+
"@jskit-ai/users-core": "0.1.49",
|
|
1199
1205
|
"typebox": "^1.0.81"
|
|
1200
1206
|
},
|
|
1201
1207
|
"dev": {}
|
|
@@ -1240,11 +1246,11 @@
|
|
|
1240
1246
|
},
|
|
1241
1247
|
{
|
|
1242
1248
|
"packageId": "@jskit-ai/console-web",
|
|
1243
|
-
"version": "0.1.
|
|
1249
|
+
"version": "0.1.7",
|
|
1244
1250
|
"descriptor": {
|
|
1245
1251
|
"packageVersion": 1,
|
|
1246
1252
|
"packageId": "@jskit-ai/console-web",
|
|
1247
|
-
"version": "0.1.
|
|
1253
|
+
"version": "0.1.7",
|
|
1248
1254
|
"kind": "runtime",
|
|
1249
1255
|
"description": "Authenticated console surface scaffold and surface policy wiring.",
|
|
1250
1256
|
"dependsOn": [
|
|
@@ -1312,9 +1318,9 @@
|
|
|
1312
1318
|
"mutations": {
|
|
1313
1319
|
"dependencies": {
|
|
1314
1320
|
"runtime": {
|
|
1315
|
-
"@jskit-ai/auth-web": "0.1.
|
|
1316
|
-
"@jskit-ai/console-core": "0.1.
|
|
1317
|
-
"@jskit-ai/shell-web": "0.1.
|
|
1321
|
+
"@jskit-ai/auth-web": "0.1.40",
|
|
1322
|
+
"@jskit-ai/console-core": "0.1.2",
|
|
1323
|
+
"@jskit-ai/shell-web": "0.1.38"
|
|
1318
1324
|
},
|
|
1319
1325
|
"dev": {}
|
|
1320
1326
|
},
|
|
@@ -1401,11 +1407,11 @@
|
|
|
1401
1407
|
},
|
|
1402
1408
|
{
|
|
1403
1409
|
"packageId": "@jskit-ai/crud-core",
|
|
1404
|
-
"version": "0.1.
|
|
1410
|
+
"version": "0.1.47",
|
|
1405
1411
|
"descriptor": {
|
|
1406
1412
|
"packageVersion": 1,
|
|
1407
1413
|
"packageId": "@jskit-ai/crud-core",
|
|
1408
|
-
"version": "0.1.
|
|
1414
|
+
"version": "0.1.47",
|
|
1409
1415
|
"kind": "runtime",
|
|
1410
1416
|
"description": "Shared CRUD helpers used by CRUD modules.",
|
|
1411
1417
|
"dependsOn": [
|
|
@@ -1432,7 +1438,7 @@
|
|
|
1432
1438
|
"mutations": {
|
|
1433
1439
|
"dependencies": {
|
|
1434
1440
|
"runtime": {
|
|
1435
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1441
|
+
"@jskit-ai/crud-core": "0.1.47"
|
|
1436
1442
|
},
|
|
1437
1443
|
"dev": {}
|
|
1438
1444
|
},
|
|
@@ -1446,11 +1452,11 @@
|
|
|
1446
1452
|
},
|
|
1447
1453
|
{
|
|
1448
1454
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1449
|
-
"version": "0.1.
|
|
1455
|
+
"version": "0.1.47",
|
|
1450
1456
|
"descriptor": {
|
|
1451
1457
|
"packageVersion": 1,
|
|
1452
1458
|
"packageId": "@jskit-ai/crud-server-generator",
|
|
1453
|
-
"version": "0.1.
|
|
1459
|
+
"version": "0.1.47",
|
|
1454
1460
|
"kind": "generator",
|
|
1455
1461
|
"description": "CRUD server generator with routes, actions, and persistence scaffolding.",
|
|
1456
1462
|
"options": {
|
|
@@ -1608,13 +1614,13 @@
|
|
|
1608
1614
|
"mutations": {
|
|
1609
1615
|
"dependencies": {
|
|
1610
1616
|
"runtime": {
|
|
1611
|
-
"@jskit-ai/auth-core": "0.1.
|
|
1612
|
-
"@jskit-ai/crud-core": "0.1.
|
|
1613
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
1614
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
1615
|
-
"@jskit-ai/kernel": "0.1.
|
|
1616
|
-
"@jskit-ai/realtime": "0.1.
|
|
1617
|
-
"@jskit-ai/users-core": "0.1.
|
|
1617
|
+
"@jskit-ai/auth-core": "0.1.38",
|
|
1618
|
+
"@jskit-ai/crud-core": "0.1.47",
|
|
1619
|
+
"@jskit-ai/database-runtime": "0.1.39",
|
|
1620
|
+
"@jskit-ai/http-runtime": "0.1.38",
|
|
1621
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
1622
|
+
"@jskit-ai/realtime": "0.1.38",
|
|
1623
|
+
"@jskit-ai/users-core": "0.1.49",
|
|
1618
1624
|
"@local/${option:namespace|kebab}": "file:packages/${option:namespace|kebab}",
|
|
1619
1625
|
"typebox": "^1.0.81"
|
|
1620
1626
|
},
|
|
@@ -1761,11 +1767,11 @@
|
|
|
1761
1767
|
},
|
|
1762
1768
|
{
|
|
1763
1769
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1764
|
-
"version": "0.1.
|
|
1770
|
+
"version": "0.1.22",
|
|
1765
1771
|
"descriptor": {
|
|
1766
1772
|
"packageVersion": 1,
|
|
1767
1773
|
"packageId": "@jskit-ai/crud-ui-generator",
|
|
1768
|
-
"version": "0.1.
|
|
1774
|
+
"version": "0.1.22",
|
|
1769
1775
|
"kind": "generator",
|
|
1770
1776
|
"description": "Generate CRUD route trees from resource validators at an explicit route root relative to src/pages/.",
|
|
1771
1777
|
"options": {
|
|
@@ -1940,7 +1946,7 @@
|
|
|
1940
1946
|
"mutations": {
|
|
1941
1947
|
"dependencies": {
|
|
1942
1948
|
"runtime": {
|
|
1943
|
-
"@jskit-ai/users-web": "0.1.
|
|
1949
|
+
"@jskit-ai/users-web": "0.1.54"
|
|
1944
1950
|
},
|
|
1945
1951
|
"dev": {}
|
|
1946
1952
|
},
|
|
@@ -2152,7 +2158,7 @@
|
|
|
2152
2158
|
"file": "src/placement.js",
|
|
2153
2159
|
"position": "bottom",
|
|
2154
2160
|
"skipIfContains": "__JSKIT_UI_MENU_MARKER__",
|
|
2155
|
-
"value": "\n// __JSKIT_UI_MENU_MARKER__\n{\n addPlacement({\n id: \"__JSKIT_UI_MENU_PLACEMENT_ID__\",\n target: \"__JSKIT_UI_MENU_PLACEMENT_TARGET__\",\n surfaces: [\"__JSKIT_UI_SURFACE_ID__\"],\n order: 155,\n componentToken: \"__JSKIT_UI_MENU_COMPONENT_TOKEN__\",\n props: {\n label: \"__JSKIT_UI_MENU_LABEL__\",\n surface: \"__JSKIT_UI_SURFACE_ID__\",\n
|
|
2161
|
+
"value": "\n// __JSKIT_UI_MENU_MARKER__\n{\n addPlacement({\n id: \"__JSKIT_UI_MENU_PLACEMENT_ID__\",\n target: \"__JSKIT_UI_MENU_PLACEMENT_TARGET__\",\n surfaces: [\"__JSKIT_UI_SURFACE_ID__\"],\n order: 155,\n componentToken: \"__JSKIT_UI_MENU_COMPONENT_TOKEN__\",\n props: {\n label: \"__JSKIT_UI_MENU_LABEL__\",\n surface: \"__JSKIT_UI_SURFACE_ID__\",\n scopedSuffix: \"__JSKIT_UI_MENU_WORKSPACE_SUFFIX__\",\n unscopedSuffix: \"__JSKIT_UI_MENU_NON_WORKSPACE_SUFFIX__\",\n__JSKIT_UI_MENU_TO_PROP_LINE__ },\n__JSKIT_UI_MENU_WHEN_LINE__ });\n}\n",
|
|
2156
2162
|
"reason": "Append generated CRUD list-page placement.",
|
|
2157
2163
|
"category": "crud-ui-generator",
|
|
2158
2164
|
"id": "crud-ui-placement-menu",
|
|
@@ -2173,11 +2179,11 @@
|
|
|
2173
2179
|
},
|
|
2174
2180
|
{
|
|
2175
2181
|
"packageId": "@jskit-ai/database-runtime",
|
|
2176
|
-
"version": "0.1.
|
|
2182
|
+
"version": "0.1.39",
|
|
2177
2183
|
"descriptor": {
|
|
2178
2184
|
"packageVersion": 1,
|
|
2179
2185
|
"packageId": "@jskit-ai/database-runtime",
|
|
2180
|
-
"version": "0.1.
|
|
2186
|
+
"version": "0.1.39",
|
|
2181
2187
|
"kind": "runtime",
|
|
2182
2188
|
"dependsOn": [
|
|
2183
2189
|
"@jskit-ai/kernel"
|
|
@@ -2234,7 +2240,7 @@
|
|
|
2234
2240
|
"mutations": {
|
|
2235
2241
|
"dependencies": {
|
|
2236
2242
|
"runtime": {
|
|
2237
|
-
"@jskit-ai/kernel": "0.1.
|
|
2243
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
2238
2244
|
"dotenv": "^16.4.5",
|
|
2239
2245
|
"knex": "^3.1.0"
|
|
2240
2246
|
},
|
|
@@ -2269,11 +2275,11 @@
|
|
|
2269
2275
|
},
|
|
2270
2276
|
{
|
|
2271
2277
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2272
|
-
"version": "0.1.
|
|
2278
|
+
"version": "0.1.38",
|
|
2273
2279
|
"descriptor": {
|
|
2274
2280
|
"packageVersion": 1,
|
|
2275
2281
|
"packageId": "@jskit-ai/database-runtime-mysql",
|
|
2276
|
-
"version": "0.1.
|
|
2282
|
+
"version": "0.1.38",
|
|
2277
2283
|
"kind": "runtime",
|
|
2278
2284
|
"options": {
|
|
2279
2285
|
"db-host": {
|
|
@@ -2363,7 +2369,7 @@
|
|
|
2363
2369
|
"mutations": {
|
|
2364
2370
|
"dependencies": {
|
|
2365
2371
|
"runtime": {
|
|
2366
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2372
|
+
"@jskit-ai/database-runtime": "0.1.39",
|
|
2367
2373
|
"mysql2": "^3.11.2"
|
|
2368
2374
|
},
|
|
2369
2375
|
"dev": {}
|
|
@@ -2434,11 +2440,11 @@
|
|
|
2434
2440
|
},
|
|
2435
2441
|
{
|
|
2436
2442
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2437
|
-
"version": "0.1.
|
|
2443
|
+
"version": "0.1.38",
|
|
2438
2444
|
"descriptor": {
|
|
2439
2445
|
"packageVersion": 1,
|
|
2440
2446
|
"packageId": "@jskit-ai/database-runtime-postgres",
|
|
2441
|
-
"version": "0.1.
|
|
2447
|
+
"version": "0.1.38",
|
|
2442
2448
|
"kind": "runtime",
|
|
2443
2449
|
"options": {
|
|
2444
2450
|
"db-host": {
|
|
@@ -2528,7 +2534,7 @@
|
|
|
2528
2534
|
"mutations": {
|
|
2529
2535
|
"dependencies": {
|
|
2530
2536
|
"runtime": {
|
|
2531
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
2537
|
+
"@jskit-ai/database-runtime": "0.1.39",
|
|
2532
2538
|
"pg": "^8.13.1"
|
|
2533
2539
|
},
|
|
2534
2540
|
"dev": {}
|
|
@@ -2599,11 +2605,11 @@
|
|
|
2599
2605
|
},
|
|
2600
2606
|
{
|
|
2601
2607
|
"packageId": "@jskit-ai/http-runtime",
|
|
2602
|
-
"version": "0.1.
|
|
2608
|
+
"version": "0.1.38",
|
|
2603
2609
|
"descriptor": {
|
|
2604
2610
|
"packageVersion": 1,
|
|
2605
2611
|
"packageId": "@jskit-ai/http-runtime",
|
|
2606
|
-
"version": "0.1.
|
|
2612
|
+
"version": "0.1.38",
|
|
2607
2613
|
"kind": "runtime",
|
|
2608
2614
|
"dependsOn": [],
|
|
2609
2615
|
"capabilities": {
|
|
@@ -2669,7 +2675,7 @@
|
|
|
2669
2675
|
"mutations": {
|
|
2670
2676
|
"dependencies": {
|
|
2671
2677
|
"runtime": {
|
|
2672
|
-
"@jskit-ai/kernel": "0.1.
|
|
2678
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
2673
2679
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
2674
2680
|
"typebox": "^1.0.81"
|
|
2675
2681
|
},
|
|
@@ -2685,11 +2691,11 @@
|
|
|
2685
2691
|
},
|
|
2686
2692
|
{
|
|
2687
2693
|
"packageId": "@jskit-ai/realtime",
|
|
2688
|
-
"version": "0.1.
|
|
2694
|
+
"version": "0.1.38",
|
|
2689
2695
|
"descriptor": {
|
|
2690
2696
|
"packageVersion": 1,
|
|
2691
2697
|
"packageId": "@jskit-ai/realtime",
|
|
2692
|
-
"version": "0.1.
|
|
2698
|
+
"version": "0.1.38",
|
|
2693
2699
|
"kind": "runtime",
|
|
2694
2700
|
"description": "Thin, generic realtime runtime wrappers for socket.io server and client.",
|
|
2695
2701
|
"options": {
|
|
@@ -2784,7 +2790,7 @@
|
|
|
2784
2790
|
"mutations": {
|
|
2785
2791
|
"dependencies": {
|
|
2786
2792
|
"runtime": {
|
|
2787
|
-
"@jskit-ai/kernel": "0.1.
|
|
2793
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
2788
2794
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
2789
2795
|
"redis": "^5.8.2",
|
|
2790
2796
|
"socket.io": "^4.8.3",
|
|
@@ -2833,11 +2839,11 @@
|
|
|
2833
2839
|
},
|
|
2834
2840
|
{
|
|
2835
2841
|
"packageId": "@jskit-ai/shell-web",
|
|
2836
|
-
"version": "0.1.
|
|
2842
|
+
"version": "0.1.38",
|
|
2837
2843
|
"descriptor": {
|
|
2838
2844
|
"packageVersion": 1,
|
|
2839
2845
|
"packageId": "@jskit-ai/shell-web",
|
|
2840
|
-
"version": "0.1.
|
|
2846
|
+
"version": "0.1.38",
|
|
2841
2847
|
"kind": "runtime",
|
|
2842
2848
|
"description": "Web shell layout runtime with outlet-based placement contributions.",
|
|
2843
2849
|
"dependsOn": [],
|
|
@@ -2969,7 +2975,7 @@
|
|
|
2969
2975
|
"runtime": {
|
|
2970
2976
|
"@mdi/js": "^7.4.47",
|
|
2971
2977
|
"@tanstack/vue-query": "^5.90.5",
|
|
2972
|
-
"@jskit-ai/kernel": "0.1.
|
|
2978
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
2973
2979
|
"vuetify": "^4.0.0"
|
|
2974
2980
|
},
|
|
2975
2981
|
"dev": {}
|
|
@@ -3154,11 +3160,11 @@
|
|
|
3154
3160
|
},
|
|
3155
3161
|
{
|
|
3156
3162
|
"packageId": "@jskit-ai/storage-runtime",
|
|
3157
|
-
"version": "0.1.
|
|
3163
|
+
"version": "0.1.38",
|
|
3158
3164
|
"descriptor": {
|
|
3159
3165
|
"packageVersion": 1,
|
|
3160
3166
|
"packageId": "@jskit-ai/storage-runtime",
|
|
3161
|
-
"version": "0.1.
|
|
3167
|
+
"version": "0.1.38",
|
|
3162
3168
|
"kind": "runtime",
|
|
3163
3169
|
"dependsOn": [
|
|
3164
3170
|
"@jskit-ai/kernel"
|
|
@@ -3207,7 +3213,7 @@
|
|
|
3207
3213
|
"mutations": {
|
|
3208
3214
|
"dependencies": {
|
|
3209
3215
|
"runtime": {
|
|
3210
|
-
"@jskit-ai/kernel": "0.1.
|
|
3216
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
3211
3217
|
"unstorage": "^1.17.3"
|
|
3212
3218
|
},
|
|
3213
3219
|
"dev": {}
|
|
@@ -3223,11 +3229,11 @@
|
|
|
3223
3229
|
},
|
|
3224
3230
|
{
|
|
3225
3231
|
"packageId": "@jskit-ai/ui-generator",
|
|
3226
|
-
"version": "0.1.
|
|
3232
|
+
"version": "0.1.22",
|
|
3227
3233
|
"descriptor": {
|
|
3228
3234
|
"packageVersion": 1,
|
|
3229
3235
|
"packageId": "@jskit-ai/ui-generator",
|
|
3230
|
-
"version": "0.1.
|
|
3236
|
+
"version": "0.1.22",
|
|
3231
3237
|
"kind": "generator",
|
|
3232
3238
|
"description": "Create non-CRUD pages, reusable UI elements, and subpage hosts.",
|
|
3233
3239
|
"options": {
|
|
@@ -3526,7 +3532,7 @@
|
|
|
3526
3532
|
"mutations": {
|
|
3527
3533
|
"dependencies": {
|
|
3528
3534
|
"runtime": {
|
|
3529
|
-
"@jskit-ai/users-web": "0.1.
|
|
3535
|
+
"@jskit-ai/users-web": "0.1.54"
|
|
3530
3536
|
},
|
|
3531
3537
|
"dev": {}
|
|
3532
3538
|
},
|
|
@@ -3541,11 +3547,11 @@
|
|
|
3541
3547
|
},
|
|
3542
3548
|
{
|
|
3543
3549
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
3544
|
-
"version": "0.1.
|
|
3550
|
+
"version": "0.1.17",
|
|
3545
3551
|
"descriptor": {
|
|
3546
3552
|
"packageVersion": 1,
|
|
3547
3553
|
"packageId": "@jskit-ai/uploads-image-web",
|
|
3548
|
-
"version": "0.1.
|
|
3554
|
+
"version": "0.1.17",
|
|
3549
3555
|
"kind": "runtime",
|
|
3550
3556
|
"description": "Reusable client-side image upload runtime with pre-upload image editing.",
|
|
3551
3557
|
"dependsOn": [
|
|
@@ -3609,7 +3615,7 @@
|
|
|
3609
3615
|
"mutations": {
|
|
3610
3616
|
"dependencies": {
|
|
3611
3617
|
"runtime": {
|
|
3612
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
3618
|
+
"@jskit-ai/uploads-runtime": "0.1.17",
|
|
3613
3619
|
"@uppy/compressor": "^3.1.0",
|
|
3614
3620
|
"@uppy/core": "^5.2.0",
|
|
3615
3621
|
"@uppy/dashboard": "^5.1.1",
|
|
@@ -3629,11 +3635,11 @@
|
|
|
3629
3635
|
},
|
|
3630
3636
|
{
|
|
3631
3637
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
3632
|
-
"version": "0.1.
|
|
3638
|
+
"version": "0.1.17",
|
|
3633
3639
|
"descriptor": {
|
|
3634
3640
|
"packageVersion": 1,
|
|
3635
3641
|
"packageId": "@jskit-ai/uploads-runtime",
|
|
3636
|
-
"version": "0.1.
|
|
3642
|
+
"version": "0.1.17",
|
|
3637
3643
|
"kind": "runtime",
|
|
3638
3644
|
"description": "Reusable upload runtime primitives for multipart parsing, policy validation, and blob storage.",
|
|
3639
3645
|
"dependsOn": [
|
|
@@ -3703,7 +3709,7 @@
|
|
|
3703
3709
|
"dependencies": {
|
|
3704
3710
|
"runtime": {
|
|
3705
3711
|
"@fastify/multipart": "^9.4.0",
|
|
3706
|
-
"@jskit-ai/kernel": "0.1.
|
|
3712
|
+
"@jskit-ai/kernel": "0.1.39"
|
|
3707
3713
|
},
|
|
3708
3714
|
"dev": {}
|
|
3709
3715
|
},
|
|
@@ -3718,11 +3724,11 @@
|
|
|
3718
3724
|
},
|
|
3719
3725
|
{
|
|
3720
3726
|
"packageId": "@jskit-ai/users-core",
|
|
3721
|
-
"version": "0.1.
|
|
3727
|
+
"version": "0.1.49",
|
|
3722
3728
|
"descriptor": {
|
|
3723
3729
|
"packageVersion": 1,
|
|
3724
3730
|
"packageId": "@jskit-ai/users-core",
|
|
3725
|
-
"version": "0.1.
|
|
3731
|
+
"version": "0.1.49",
|
|
3726
3732
|
"kind": "runtime",
|
|
3727
3733
|
"description": "Users/account runtime plus HTTP routes for account features.",
|
|
3728
3734
|
"dependsOn": [
|
|
@@ -3768,7 +3774,7 @@
|
|
|
3768
3774
|
},
|
|
3769
3775
|
{
|
|
3770
3776
|
"subpath": "./shared",
|
|
3771
|
-
"summary": "Exports shared users settings and
|
|
3777
|
+
"summary": "Exports shared users settings resources and defaults."
|
|
3772
3778
|
},
|
|
3773
3779
|
{
|
|
3774
3780
|
"subpath": "./client",
|
|
@@ -3848,11 +3854,11 @@
|
|
|
3848
3854
|
"mutations": {
|
|
3849
3855
|
"dependencies": {
|
|
3850
3856
|
"runtime": {
|
|
3851
|
-
"@jskit-ai/auth-core": "0.1.
|
|
3852
|
-
"@jskit-ai/database-runtime": "0.1.
|
|
3853
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
3854
|
-
"@jskit-ai/kernel": "0.1.
|
|
3855
|
-
"@jskit-ai/uploads-runtime": "0.1.
|
|
3857
|
+
"@jskit-ai/auth-core": "0.1.38",
|
|
3858
|
+
"@jskit-ai/database-runtime": "0.1.39",
|
|
3859
|
+
"@jskit-ai/http-runtime": "0.1.38",
|
|
3860
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
3861
|
+
"@jskit-ai/uploads-runtime": "0.1.17",
|
|
3856
3862
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
3857
3863
|
"typebox": "^1.0.81"
|
|
3858
3864
|
},
|
|
@@ -3936,11 +3942,11 @@
|
|
|
3936
3942
|
},
|
|
3937
3943
|
{
|
|
3938
3944
|
"packageId": "@jskit-ai/users-web",
|
|
3939
|
-
"version": "0.1.
|
|
3945
|
+
"version": "0.1.54",
|
|
3940
3946
|
"descriptor": {
|
|
3941
3947
|
"packageVersion": 1,
|
|
3942
3948
|
"packageId": "@jskit-ai/users-web",
|
|
3943
|
-
"version": "0.1.
|
|
3949
|
+
"version": "0.1.54",
|
|
3944
3950
|
"kind": "runtime",
|
|
3945
3951
|
"description": "Users web module: account/profile UI plus shared users web widgets.",
|
|
3946
3952
|
"dependsOn": [
|
|
@@ -4013,24 +4019,22 @@
|
|
|
4013
4019
|
},
|
|
4014
4020
|
{
|
|
4015
4021
|
"subpath": "./client/composables/usePaths",
|
|
4016
|
-
"summary": "Exports surface
|
|
4022
|
+
"summary": "Exports surface route path resolver composable."
|
|
4017
4023
|
},
|
|
4018
4024
|
{
|
|
4019
4025
|
"subpath": "./client/composables/useAccountSettingsRuntime",
|
|
4020
4026
|
"summary": "Exports account settings runtime composable for app-owned settings UI."
|
|
4021
4027
|
},
|
|
4022
4028
|
{
|
|
4023
|
-
"subpath": "./client/
|
|
4024
|
-
"summary": "Exports
|
|
4029
|
+
"subpath": "./client/account-settings/sections",
|
|
4030
|
+
"summary": "Exports account settings section extension seam helpers."
|
|
4025
4031
|
}
|
|
4026
4032
|
],
|
|
4027
4033
|
"containerTokens": {
|
|
4028
4034
|
"server": [],
|
|
4029
4035
|
"client": [
|
|
4030
|
-
"users.web.profile.menu.surface-switch-item",
|
|
4031
4036
|
"users.web.home.tools.widget",
|
|
4032
|
-
"users.web.profile.element"
|
|
4033
|
-
"users.web.bootstrap-placement.runtime"
|
|
4037
|
+
"users.web.profile.element"
|
|
4034
4038
|
]
|
|
4035
4039
|
}
|
|
4036
4040
|
},
|
|
@@ -4044,28 +4048,9 @@
|
|
|
4044
4048
|
"home"
|
|
4045
4049
|
],
|
|
4046
4050
|
"source": "src/client/components/UsersHomeToolsWidget.vue"
|
|
4047
|
-
},
|
|
4048
|
-
{
|
|
4049
|
-
"target": "workspace-tools:primary-menu",
|
|
4050
|
-
"defaultLinkComponentToken": "local.main.ui.surface-aware-menu-link-item",
|
|
4051
|
-
"surfaces": [
|
|
4052
|
-
"admin"
|
|
4053
|
-
],
|
|
4054
|
-
"source": "src/client/components/UsersWorkspaceToolsWidget.vue"
|
|
4055
4051
|
}
|
|
4056
4052
|
],
|
|
4057
4053
|
"contributions": [
|
|
4058
|
-
{
|
|
4059
|
-
"id": "users.profile.menu.surface-switch",
|
|
4060
|
-
"target": "auth-profile-menu:primary-menu",
|
|
4061
|
-
"surfaces": [
|
|
4062
|
-
"*"
|
|
4063
|
-
],
|
|
4064
|
-
"order": 100,
|
|
4065
|
-
"componentToken": "users.web.profile.menu.surface-switch-item",
|
|
4066
|
-
"when": "auth.authenticated === true",
|
|
4067
|
-
"source": "mutations.text#users-web-profile-surface-switch-placement"
|
|
4068
|
-
},
|
|
4069
4054
|
{
|
|
4070
4055
|
"id": "users.profile.menu.settings",
|
|
4071
4056
|
"target": "auth-profile-menu:primary-menu",
|
|
@@ -4108,12 +4093,12 @@
|
|
|
4108
4093
|
"runtime": {
|
|
4109
4094
|
"@tanstack/vue-query": "5.92.12",
|
|
4110
4095
|
"@mdi/js": "^7.4.47",
|
|
4111
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
4112
|
-
"@jskit-ai/realtime": "0.1.
|
|
4113
|
-
"@jskit-ai/kernel": "0.1.
|
|
4114
|
-
"@jskit-ai/shell-web": "0.1.
|
|
4115
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
4116
|
-
"@jskit-ai/users-core": "0.1.
|
|
4096
|
+
"@jskit-ai/http-runtime": "0.1.38",
|
|
4097
|
+
"@jskit-ai/realtime": "0.1.38",
|
|
4098
|
+
"@jskit-ai/kernel": "0.1.39",
|
|
4099
|
+
"@jskit-ai/shell-web": "0.1.38",
|
|
4100
|
+
"@jskit-ai/uploads-image-web": "0.1.17",
|
|
4101
|
+
"@jskit-ai/users-core": "0.1.49",
|
|
4117
4102
|
"vuetify": "^4.0.0"
|
|
4118
4103
|
},
|
|
4119
4104
|
"dev": {}
|
|
@@ -4161,13 +4146,6 @@
|
|
|
4161
4146
|
"reason": "Install app-owned account settings notifications section scaffold.",
|
|
4162
4147
|
"category": "users-web",
|
|
4163
4148
|
"id": "users-web-component-account-settings-notifications"
|
|
4164
|
-
},
|
|
4165
|
-
{
|
|
4166
|
-
"from": "templates/src/components/account/settings/AccountSettingsInvitesSection.vue",
|
|
4167
|
-
"to": "src/components/account/settings/AccountSettingsInvitesSection.vue",
|
|
4168
|
-
"reason": "Install app-owned account settings invites section scaffold.",
|
|
4169
|
-
"category": "users-web",
|
|
4170
|
-
"id": "users-web-component-account-settings-invites"
|
|
4171
4149
|
}
|
|
4172
4150
|
],
|
|
4173
4151
|
"text": [
|
|
@@ -4181,16 +4159,6 @@
|
|
|
4181
4159
|
"category": "users-web",
|
|
4182
4160
|
"id": "users-web-surface-config-account"
|
|
4183
4161
|
},
|
|
4184
|
-
{
|
|
4185
|
-
"op": "append-text",
|
|
4186
|
-
"file": "src/placement.js",
|
|
4187
|
-
"position": "bottom",
|
|
4188
|
-
"skipIfContains": "id: \"users.profile.menu.surface-switch\"",
|
|
4189
|
-
"value": "\naddPlacement({\n id: \"users.profile.menu.surface-switch\",\n target: \"auth-profile-menu:primary-menu\",\n surfaces: [\"*\"],\n order: 100,\n componentToken: \"users.web.profile.menu.surface-switch-item\",\n when: ({ auth }) => Boolean(auth?.authenticated)\n});\n",
|
|
4190
|
-
"reason": "Append users-web profile surface switch placement into app-owned placement registry.",
|
|
4191
|
-
"category": "users-web",
|
|
4192
|
-
"id": "users-web-profile-surface-switch-placement"
|
|
4193
|
-
},
|
|
4194
4162
|
{
|
|
4195
4163
|
"op": "append-text",
|
|
4196
4164
|
"file": "src/placement.js",
|
|
@@ -4206,7 +4174,7 @@
|
|
|
4206
4174
|
"file": "src/placement.js",
|
|
4207
4175
|
"position": "bottom",
|
|
4208
4176
|
"skipIfContains": "id: \"users.home.tools.widget\"",
|
|
4209
|
-
"value": "\naddPlacement({\n id: \"users.home.tools.widget\",\n target: \"shell-layout:top-right\",\n surfaces: [\"home\"],\n order: 900,\n componentToken: \"users.web.home.tools.widget\",\n when: ({ auth }) => Boolean(auth?.authenticated)\n});\n\naddPlacement({\n id: \"users.home.menu.settings\",\n target: \"home-tools:primary-menu\",\n surfaces: [\"home\"],\n order: 100,\n componentToken: \"local.main.ui.surface-aware-menu-link-item\",\n props: {\n label: \"Settings\",\n surface: \"home\",\n
|
|
4177
|
+
"value": "\naddPlacement({\n id: \"users.home.tools.widget\",\n target: \"shell-layout:top-right\",\n surfaces: [\"home\"],\n order: 900,\n componentToken: \"users.web.home.tools.widget\",\n when: ({ auth }) => Boolean(auth?.authenticated)\n});\n\naddPlacement({\n id: \"users.home.menu.settings\",\n target: \"home-tools:primary-menu\",\n surfaces: [\"home\"],\n order: 100,\n componentToken: \"local.main.ui.surface-aware-menu-link-item\",\n props: {\n label: \"Settings\",\n surface: \"home\",\n scopedSuffix: \"/settings\",\n unscopedSuffix: \"/settings\"\n },\n when: ({ auth }) => Boolean(auth?.authenticated)\n});\n",
|
|
4210
4178
|
"reason": "Append users-web home tools widget and settings menu placements into app-owned placement registry.",
|
|
4211
4179
|
"category": "users-web",
|
|
4212
4180
|
"id": "users-web-home-tools-placement"
|
|
@@ -4217,11 +4185,11 @@
|
|
|
4217
4185
|
},
|
|
4218
4186
|
{
|
|
4219
4187
|
"packageId": "@jskit-ai/workspaces-core",
|
|
4220
|
-
"version": "0.1.
|
|
4188
|
+
"version": "0.1.15",
|
|
4221
4189
|
"descriptor": {
|
|
4222
4190
|
"packageVersion": 1,
|
|
4223
4191
|
"packageId": "@jskit-ai/workspaces-core",
|
|
4224
|
-
"version": "0.1.
|
|
4192
|
+
"version": "0.1.15",
|
|
4225
4193
|
"kind": "runtime",
|
|
4226
4194
|
"description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
|
|
4227
4195
|
"dependsOn": [
|
|
@@ -4330,7 +4298,7 @@
|
|
|
4330
4298
|
"mutations": {
|
|
4331
4299
|
"dependencies": {
|
|
4332
4300
|
"runtime": {
|
|
4333
|
-
"@jskit-ai/users-core": "0.1.
|
|
4301
|
+
"@jskit-ai/users-core": "0.1.49"
|
|
4334
4302
|
},
|
|
4335
4303
|
"dev": {}
|
|
4336
4304
|
},
|
|
@@ -4520,11 +4488,11 @@
|
|
|
4520
4488
|
},
|
|
4521
4489
|
{
|
|
4522
4490
|
"packageId": "@jskit-ai/workspaces-web",
|
|
4523
|
-
"version": "0.1.
|
|
4491
|
+
"version": "0.1.15",
|
|
4524
4492
|
"descriptor": {
|
|
4525
4493
|
"packageVersion": 1,
|
|
4526
4494
|
"packageId": "@jskit-ai/workspaces-web",
|
|
4527
|
-
"version": "0.1.
|
|
4495
|
+
"version": "0.1.15",
|
|
4528
4496
|
"kind": "runtime",
|
|
4529
4497
|
"description": "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
|
|
4530
4498
|
"dependsOn": [
|
|
@@ -4556,19 +4524,30 @@
|
|
|
4556
4524
|
"metadata": {
|
|
4557
4525
|
"apiSummary": {
|
|
4558
4526
|
"surfaces": [
|
|
4527
|
+
{
|
|
4528
|
+
"subpath": "./client",
|
|
4529
|
+
"summary": "Exports workspaces-web client provider registration surface."
|
|
4530
|
+
},
|
|
4559
4531
|
{
|
|
4560
4532
|
"subpath": "./client/providers/WorkspacesWebClientProvider",
|
|
4561
4533
|
"summary": "Exports workspaces-web client provider class."
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"subpath": "./client/composables/useWorkspaceRouteContext",
|
|
4537
|
+
"summary": "Exports workspace route context composable."
|
|
4562
4538
|
}
|
|
4563
4539
|
],
|
|
4564
4540
|
"containerTokens": {
|
|
4565
4541
|
"server": [],
|
|
4566
4542
|
"client": [
|
|
4567
|
-
"
|
|
4568
|
-
"
|
|
4569
|
-
"
|
|
4570
|
-
"
|
|
4571
|
-
"
|
|
4543
|
+
"workspaces.web.profile.menu.surface-switch-item",
|
|
4544
|
+
"workspaces.web.workspace.selector",
|
|
4545
|
+
"workspaces.web.workspace.tools.widget",
|
|
4546
|
+
"workspaces.web.workspace-settings.menu-item",
|
|
4547
|
+
"workspaces.web.workspace-members.menu-item",
|
|
4548
|
+
"workspaces.web.members-admin.element",
|
|
4549
|
+
"workspaces.web.bootstrap-placement.runtime",
|
|
4550
|
+
"workspaces.web.account-settings.section.invites"
|
|
4572
4551
|
]
|
|
4573
4552
|
}
|
|
4574
4553
|
},
|
|
@@ -4586,18 +4565,29 @@
|
|
|
4586
4565
|
],
|
|
4587
4566
|
"contributions": [
|
|
4588
4567
|
{
|
|
4589
|
-
"id": "
|
|
4568
|
+
"id": "workspaces.profile.menu.surface-switch",
|
|
4569
|
+
"target": "auth-profile-menu:primary-menu",
|
|
4570
|
+
"surfaces": [
|
|
4571
|
+
"*"
|
|
4572
|
+
],
|
|
4573
|
+
"order": 100,
|
|
4574
|
+
"componentToken": "workspaces.web.profile.menu.surface-switch-item",
|
|
4575
|
+
"when": "auth.authenticated === true",
|
|
4576
|
+
"source": "mutations.text#workspaces-web-profile-surface-switch-placement"
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
"id": "workspaces.workspace.selector",
|
|
4590
4580
|
"target": "shell-layout:top-left",
|
|
4591
4581
|
"surfaces": [
|
|
4592
4582
|
"*"
|
|
4593
4583
|
],
|
|
4594
4584
|
"order": 200,
|
|
4595
|
-
"componentToken": "
|
|
4585
|
+
"componentToken": "workspaces.web.workspace.selector",
|
|
4596
4586
|
"when": "auth.authenticated === true",
|
|
4597
|
-
"source": "mutations.text#
|
|
4587
|
+
"source": "mutations.text#workspaces-web-placement-block"
|
|
4598
4588
|
},
|
|
4599
4589
|
{
|
|
4600
|
-
"id": "
|
|
4590
|
+
"id": "workspaces.account.invites.cue",
|
|
4601
4591
|
"target": "shell-layout:top-right",
|
|
4602
4592
|
"surfaces": [
|
|
4603
4593
|
"*"
|
|
@@ -4605,37 +4595,37 @@
|
|
|
4605
4595
|
"order": 850,
|
|
4606
4596
|
"componentToken": "local.main.account.pending-invites.cue",
|
|
4607
4597
|
"when": "auth.authenticated === true",
|
|
4608
|
-
"source": "mutations.text#
|
|
4598
|
+
"source": "mutations.text#workspaces-web-placement-block"
|
|
4609
4599
|
},
|
|
4610
4600
|
{
|
|
4611
|
-
"id": "
|
|
4601
|
+
"id": "workspaces.workspace.tools.widget",
|
|
4612
4602
|
"target": "shell-layout:top-right",
|
|
4613
4603
|
"surfaces": [
|
|
4614
4604
|
"admin"
|
|
4615
4605
|
],
|
|
4616
4606
|
"order": 900,
|
|
4617
|
-
"componentToken": "
|
|
4618
|
-
"source": "mutations.text#
|
|
4607
|
+
"componentToken": "workspaces.web.workspace.tools.widget",
|
|
4608
|
+
"source": "mutations.text#workspaces-web-placement-block"
|
|
4619
4609
|
},
|
|
4620
4610
|
{
|
|
4621
|
-
"id": "
|
|
4611
|
+
"id": "workspaces.workspace.menu.workspace-settings",
|
|
4622
4612
|
"target": "workspace-tools:primary-menu",
|
|
4623
4613
|
"surfaces": [
|
|
4624
4614
|
"admin"
|
|
4625
4615
|
],
|
|
4626
4616
|
"order": 100,
|
|
4627
|
-
"componentToken": "
|
|
4628
|
-
"source": "mutations.text#
|
|
4617
|
+
"componentToken": "workspaces.web.workspace-settings.menu-item",
|
|
4618
|
+
"source": "mutations.text#workspaces-web-placement-block"
|
|
4629
4619
|
},
|
|
4630
4620
|
{
|
|
4631
|
-
"id": "
|
|
4621
|
+
"id": "workspaces.workspace.menu.members",
|
|
4632
4622
|
"target": "workspace-tools:primary-menu",
|
|
4633
4623
|
"surfaces": [
|
|
4634
4624
|
"admin"
|
|
4635
4625
|
],
|
|
4636
4626
|
"order": 200,
|
|
4637
|
-
"componentToken": "
|
|
4638
|
-
"source": "mutations.text#
|
|
4627
|
+
"componentToken": "workspaces.web.workspace-members.menu-item",
|
|
4628
|
+
"source": "mutations.text#workspaces-web-placement-block"
|
|
4639
4629
|
}
|
|
4640
4630
|
]
|
|
4641
4631
|
}
|
|
@@ -4644,8 +4634,9 @@
|
|
|
4644
4634
|
"mutations": {
|
|
4645
4635
|
"dependencies": {
|
|
4646
4636
|
"runtime": {
|
|
4647
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
4648
|
-
"@jskit-ai/users-web": "0.1.
|
|
4637
|
+
"@jskit-ai/workspaces-core": "0.1.15",
|
|
4638
|
+
"@jskit-ai/users-web": "0.1.54",
|
|
4639
|
+
"vuetify": "^4.0.0"
|
|
4649
4640
|
},
|
|
4650
4641
|
"dev": {}
|
|
4651
4642
|
},
|
|
@@ -4805,11 +4796,28 @@
|
|
|
4805
4796
|
"op": "append-text",
|
|
4806
4797
|
"file": "src/placement.js",
|
|
4807
4798
|
"position": "bottom",
|
|
4808
|
-
"skipIfContains": "id: \"
|
|
4809
|
-
"value": "\naddPlacement({\n id: \"
|
|
4799
|
+
"skipIfContains": "id: \"workspaces.profile.menu.surface-switch\"",
|
|
4800
|
+
"value": "\naddPlacement({\n id: \"workspaces.profile.menu.surface-switch\",\n target: \"auth-profile-menu:primary-menu\",\n surfaces: [\"*\"],\n order: 100,\n componentToken: \"workspaces.web.profile.menu.surface-switch-item\",\n when: ({ auth }) => Boolean(auth?.authenticated)\n});\n",
|
|
4801
|
+
"reason": "Append workspaces-web profile surface switch placement into app-owned placement registry.",
|
|
4802
|
+
"category": "workspaces-web",
|
|
4803
|
+
"id": "workspaces-web-profile-surface-switch-placement",
|
|
4804
|
+
"when": {
|
|
4805
|
+
"config": "tenancyMode",
|
|
4806
|
+
"in": [
|
|
4807
|
+
"personal",
|
|
4808
|
+
"workspaces"
|
|
4809
|
+
]
|
|
4810
|
+
}
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"op": "append-text",
|
|
4814
|
+
"file": "src/placement.js",
|
|
4815
|
+
"position": "bottom",
|
|
4816
|
+
"skipIfContains": "id: \"workspaces.workspace.selector\"",
|
|
4817
|
+
"value": "\naddPlacement({\n id: \"workspaces.workspace.selector\",\n target: \"shell-layout:top-left\",\n surfaces: [\"*\"],\n order: 200,\n componentToken: \"workspaces.web.workspace.selector\",\n props: {\n allowOnNonWorkspaceSurface: true,\n targetSurfaceId: \"app\"\n },\n when: ({ auth }) => {\n return Boolean(auth?.authenticated);\n }\n});\n\naddPlacement({\n id: \"workspaces.account.invites.cue\",\n target: \"shell-layout:top-right\",\n surfaces: [\"*\"],\n order: 850,\n componentToken: \"local.main.account.pending-invites.cue\",\n when: ({ auth }) => Boolean(auth?.authenticated)\n});\n\naddPlacement({\n id: \"workspaces.workspace.tools.widget\",\n target: \"shell-layout:top-right\",\n surfaces: [\"admin\"],\n order: 900,\n componentToken: \"workspaces.web.workspace.tools.widget\"\n});\n\naddPlacement({\n id: \"workspaces.workspace.menu.workspace-settings\",\n target: \"workspace-tools:primary-menu\",\n surfaces: [\"admin\"],\n order: 100,\n componentToken: \"workspaces.web.workspace-settings.menu-item\"\n});\n\naddPlacement({\n id: \"workspaces.workspace.menu.members\",\n target: \"workspace-tools:primary-menu\",\n surfaces: [\"admin\"],\n order: 200,\n componentToken: \"workspaces.web.workspace-members.menu-item\"\n});\n",
|
|
4810
4818
|
"reason": "Append workspace placement entries into app-owned placement registry.",
|
|
4811
4819
|
"category": "workspaces-web",
|
|
4812
|
-
"id": "
|
|
4820
|
+
"id": "workspaces-web-placement-block",
|
|
4813
4821
|
"when": {
|
|
4814
4822
|
"config": "tenancyMode",
|
|
4815
4823
|
"in": [
|