@jskit-ai/users-web 0.1.60 → 0.1.61
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
|
@@ -3,7 +3,7 @@ import { HOME_TOOLS_OUTLET } from "./src/shared/toolsOutletContracts.js";
|
|
|
3
3
|
export default Object.freeze({
|
|
4
4
|
packageVersion: 1,
|
|
5
5
|
packageId: "@jskit-ai/users-web",
|
|
6
|
-
version: "0.1.
|
|
6
|
+
version: "0.1.61",
|
|
7
7
|
kind: "runtime",
|
|
8
8
|
description: "Users web module: account/profile UI plus shared users web widgets.",
|
|
9
9
|
dependsOn: [
|
|
@@ -66,6 +66,10 @@ export default Object.freeze({
|
|
|
66
66
|
subpath: "./client/composables/useCommand",
|
|
67
67
|
summary: "Exports command operation composable."
|
|
68
68
|
},
|
|
69
|
+
{
|
|
70
|
+
subpath: "./client/composables/useEndpointResource",
|
|
71
|
+
summary: "Exports low-level endpoint resource composable for custom client requests."
|
|
72
|
+
},
|
|
69
73
|
{
|
|
70
74
|
subpath: "./client/composables/useCrudListFilterLookups",
|
|
71
75
|
summary: "Exports lookup-backed CRUD list filter helper for remote autocomplete filters."
|
|
@@ -82,6 +86,10 @@ export default Object.freeze({
|
|
|
82
86
|
subpath: "./client/composables/usePaths",
|
|
83
87
|
summary: "Exports surface route path resolver composable."
|
|
84
88
|
},
|
|
89
|
+
{
|
|
90
|
+
subpath: "./client/lib/httpClient",
|
|
91
|
+
summary: "Exports the shared users-web HTTP client with credentials and CSRF behavior."
|
|
92
|
+
},
|
|
85
93
|
{
|
|
86
94
|
subpath: "./client/composables/useAccountSettingsRuntime",
|
|
87
95
|
summary: "Exports account settings runtime composable for app-owned settings UI."
|
|
@@ -146,12 +154,12 @@ export default Object.freeze({
|
|
|
146
154
|
runtime: {
|
|
147
155
|
"@tanstack/vue-query": "5.92.12",
|
|
148
156
|
"@mdi/js": "^7.4.47",
|
|
149
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
150
|
-
"@jskit-ai/realtime": "0.1.
|
|
151
|
-
"@jskit-ai/kernel": "0.1.
|
|
152
|
-
"@jskit-ai/shell-web": "0.1.
|
|
153
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
154
|
-
"@jskit-ai/users-core": "0.1.
|
|
157
|
+
"@jskit-ai/http-runtime": "0.1.45",
|
|
158
|
+
"@jskit-ai/realtime": "0.1.45",
|
|
159
|
+
"@jskit-ai/kernel": "0.1.46",
|
|
160
|
+
"@jskit-ai/shell-web": "0.1.45",
|
|
161
|
+
"@jskit-ai/uploads-image-web": "0.1.24",
|
|
162
|
+
"@jskit-ai/users-core": "0.1.56",
|
|
155
163
|
vuetify: "^4.0.0"
|
|
156
164
|
},
|
|
157
165
|
dev: {}
|
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.61",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"./client/composables/crudLookupFieldRuntime": "./src/client/composables/crud/crudLookupFieldRuntime.js",
|
|
16
16
|
"./client/composables/useCrudListFilterLookups": "./src/client/composables/useCrudListFilterLookups.js",
|
|
17
17
|
"./client/composables/useCrudListFilters": "./src/client/composables/useCrudListFilters.js",
|
|
18
|
+
"./client/composables/useEndpointResource": "./src/client/composables/runtime/useEndpointResource.js",
|
|
18
19
|
"./client/composables/useList": "./src/client/composables/records/useList.js",
|
|
19
20
|
"./client/composables/useCrudList": "./src/client/composables/records/useCrudList.js",
|
|
20
21
|
"./client/composables/useCrudListParentTitle": "./src/client/composables/useCrudListParentTitle.js",
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
"./client/composables/useAccountSettingsRuntime": "./src/client/composables/useAccountSettingsRuntime.js",
|
|
27
28
|
"./client/composables/usePaths": "./src/client/composables/usePaths.js",
|
|
28
29
|
"./client/composables/runtime/useUiFeedback": "./src/client/composables/runtime/useUiFeedback.js",
|
|
30
|
+
"./client/lib/httpClient": "./src/client/lib/httpClient.js",
|
|
29
31
|
"./client/lib/bootstrap": "./src/client/lib/bootstrap.js",
|
|
30
32
|
"./client/lib/permissions": "./src/client/lib/permissions.js",
|
|
31
33
|
"./client/support/contractGuards": "./src/client/support/contractGuards.js"
|
|
@@ -33,12 +35,12 @@
|
|
|
33
35
|
"dependencies": {
|
|
34
36
|
"@tanstack/vue-query": "5.92.12",
|
|
35
37
|
"@mdi/js": "^7.4.47",
|
|
36
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
37
|
-
"@jskit-ai/kernel": "0.1.
|
|
38
|
-
"@jskit-ai/realtime": "0.1.
|
|
39
|
-
"@jskit-ai/shell-web": "0.1.
|
|
40
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
41
|
-
"@jskit-ai/users-core": "0.1.
|
|
38
|
+
"@jskit-ai/http-runtime": "0.1.45",
|
|
39
|
+
"@jskit-ai/kernel": "0.1.46",
|
|
40
|
+
"@jskit-ai/realtime": "0.1.45",
|
|
41
|
+
"@jskit-ai/shell-web": "0.1.45",
|
|
42
|
+
"@jskit-ai/uploads-image-web": "0.1.24",
|
|
43
|
+
"@jskit-ai/users-core": "0.1.56",
|
|
42
44
|
"vuetify": "^4.0.0"
|
|
43
45
|
}
|
|
44
46
|
}
|
|
@@ -17,13 +17,17 @@ test("users-web exports are explicit and aligned with production/template usage"
|
|
|
17
17
|
"./client",
|
|
18
18
|
"./client/account-settings/sections",
|
|
19
19
|
"./client/composables/useAddEdit",
|
|
20
|
+
"./client/composables/useCommand",
|
|
21
|
+
"./client/composables/useEndpointResource",
|
|
20
22
|
"./client/composables/useList",
|
|
23
|
+
"./client/composables/usePaths",
|
|
21
24
|
"./client/composables/useView",
|
|
22
25
|
"./client/composables/useCrudAddEdit",
|
|
23
26
|
"./client/composables/useCrudListFilterLookups",
|
|
24
27
|
"./client/composables/useCrudListFilters",
|
|
25
28
|
"./client/composables/useCrudList",
|
|
26
|
-
"./client/composables/useCrudView"
|
|
29
|
+
"./client/composables/useCrudView",
|
|
30
|
+
"./client/lib/httpClient"
|
|
27
31
|
]
|
|
28
32
|
});
|
|
29
33
|
|