@jskit-ai/users-web 0.1.23 → 0.1.25
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/package.descriptor.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default Object.freeze({
|
|
2
2
|
packageVersion: 1,
|
|
3
3
|
packageId: "@jskit-ai/users-web",
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.25",
|
|
5
5
|
description: "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
|
|
6
6
|
dependsOn: [
|
|
7
7
|
"@jskit-ai/http-runtime",
|
|
@@ -241,11 +241,11 @@ export default Object.freeze({
|
|
|
241
241
|
"@uppy/dashboard": "^5.1.1",
|
|
242
242
|
"@uppy/image-editor": "^4.2.0",
|
|
243
243
|
"@uppy/xhr-upload": "^5.1.1",
|
|
244
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
245
|
-
"@jskit-ai/realtime": "0.1.
|
|
246
|
-
"@jskit-ai/kernel": "0.1.
|
|
247
|
-
"@jskit-ai/shell-web": "0.1.
|
|
248
|
-
"@jskit-ai/users-core": "0.1.
|
|
244
|
+
"@jskit-ai/http-runtime": "0.1.15",
|
|
245
|
+
"@jskit-ai/realtime": "0.1.15",
|
|
246
|
+
"@jskit-ai/kernel": "0.1.15",
|
|
247
|
+
"@jskit-ai/shell-web": "0.1.15",
|
|
248
|
+
"@jskit-ai/users-core": "0.1.20",
|
|
249
249
|
"vuetify": "^4.0.0"
|
|
250
250
|
},
|
|
251
251
|
dev: {}
|
|
@@ -316,7 +316,7 @@ export default Object.freeze({
|
|
|
316
316
|
id: "users-web-component-workspace-not-found-card",
|
|
317
317
|
when: {
|
|
318
318
|
config: "tenancyMode",
|
|
319
|
-
in: ["personal", "
|
|
319
|
+
in: ["personal", "workspaces"]
|
|
320
320
|
}
|
|
321
321
|
},
|
|
322
322
|
{
|
|
@@ -327,7 +327,7 @@ export default Object.freeze({
|
|
|
327
327
|
id: "users-web-composable-workspace-not-found-state",
|
|
328
328
|
when: {
|
|
329
329
|
config: "tenancyMode",
|
|
330
|
-
in: ["personal", "
|
|
330
|
+
in: ["personal", "workspaces"]
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
333
|
{
|
|
@@ -339,7 +339,7 @@ export default Object.freeze({
|
|
|
339
339
|
id: "users-web-page-app-wrapper",
|
|
340
340
|
when: {
|
|
341
341
|
config: "tenancyMode",
|
|
342
|
-
in: ["personal", "
|
|
342
|
+
in: ["personal", "workspaces"]
|
|
343
343
|
}
|
|
344
344
|
},
|
|
345
345
|
{
|
|
@@ -351,7 +351,7 @@ export default Object.freeze({
|
|
|
351
351
|
id: "users-web-page-app-index",
|
|
352
352
|
when: {
|
|
353
353
|
config: "tenancyMode",
|
|
354
|
-
in: ["personal", "
|
|
354
|
+
in: ["personal", "workspaces"]
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
357
|
{
|
|
@@ -363,7 +363,7 @@ export default Object.freeze({
|
|
|
363
363
|
id: "users-web-page-admin-wrapper",
|
|
364
364
|
when: {
|
|
365
365
|
config: "tenancyMode",
|
|
366
|
-
in: ["personal", "
|
|
366
|
+
in: ["personal", "workspaces"]
|
|
367
367
|
}
|
|
368
368
|
},
|
|
369
369
|
{
|
|
@@ -375,7 +375,7 @@ export default Object.freeze({
|
|
|
375
375
|
id: "users-web-page-admin-index",
|
|
376
376
|
when: {
|
|
377
377
|
config: "tenancyMode",
|
|
378
|
-
in: ["personal", "
|
|
378
|
+
in: ["personal", "workspaces"]
|
|
379
379
|
}
|
|
380
380
|
},
|
|
381
381
|
{
|
|
@@ -387,7 +387,7 @@ export default Object.freeze({
|
|
|
387
387
|
id: "users-web-page-admin-members",
|
|
388
388
|
when: {
|
|
389
389
|
config: "tenancyMode",
|
|
390
|
-
in: ["personal", "
|
|
390
|
+
in: ["personal", "workspaces"]
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
393
|
{
|
|
@@ -399,7 +399,7 @@ export default Object.freeze({
|
|
|
399
399
|
id: "users-web-page-admin-workspace-settings",
|
|
400
400
|
when: {
|
|
401
401
|
config: "tenancyMode",
|
|
402
|
-
in: ["personal", "
|
|
402
|
+
in: ["personal", "workspaces"]
|
|
403
403
|
}
|
|
404
404
|
},
|
|
405
405
|
{
|
|
@@ -434,7 +434,7 @@ export default Object.freeze({
|
|
|
434
434
|
id: "users-web-placement-block",
|
|
435
435
|
when: {
|
|
436
436
|
config: "tenancyMode",
|
|
437
|
-
in: ["personal", "
|
|
437
|
+
in: ["personal", "workspaces"]
|
|
438
438
|
}
|
|
439
439
|
},
|
|
440
440
|
{
|
|
@@ -503,7 +503,7 @@ export default Object.freeze({
|
|
|
503
503
|
id: "users-web-workspace-settings-form-placement",
|
|
504
504
|
when: {
|
|
505
505
|
config: "tenancyMode",
|
|
506
|
-
in: ["personal", "
|
|
506
|
+
in: ["personal", "workspaces"]
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/users-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@tanstack/vue-query": "5.92.12",
|
|
23
23
|
"@mdi/js": "^7.4.47",
|
|
24
|
-
"@jskit-ai/users-core": "0.1.
|
|
25
|
-
"@jskit-ai/realtime": "0.1.
|
|
26
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
27
|
-
"@jskit-ai/kernel": "0.1.
|
|
28
|
-
"@jskit-ai/shell-web": "0.1.
|
|
24
|
+
"@jskit-ai/users-core": "0.1.20",
|
|
25
|
+
"@jskit-ai/realtime": "0.1.15",
|
|
26
|
+
"@jskit-ai/http-runtime": "0.1.15",
|
|
27
|
+
"@jskit-ai/kernel": "0.1.15",
|
|
28
|
+
"@jskit-ai/shell-web": "0.1.15",
|
|
29
29
|
"vuetify": "^4.0.0"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -35,7 +35,7 @@ function createPlacementRuntimeStub() {
|
|
|
35
35
|
const setCalls = [];
|
|
36
36
|
let context = Object.freeze({
|
|
37
37
|
surfaceConfig: {
|
|
38
|
-
tenancyMode: "
|
|
38
|
+
tenancyMode: "workspaces",
|
|
39
39
|
defaultSurfaceId: "app",
|
|
40
40
|
enabledSurfaceIds: ["app", "admin", "home"],
|
|
41
41
|
surfacesById: {
|
|
@@ -1006,7 +1006,7 @@ test("bootstrap placement runtime enforces surface access policies after bootstr
|
|
|
1006
1006
|
}
|
|
1007
1007
|
},
|
|
1008
1008
|
surfaceConfig: {
|
|
1009
|
-
tenancyMode: "
|
|
1009
|
+
tenancyMode: "workspaces",
|
|
1010
1010
|
defaultSurfaceId: "home",
|
|
1011
1011
|
enabledSurfaceIds: ["home", "console"],
|
|
1012
1012
|
surfacesById: {
|