@jskit-ai/users-web 0.1.61 → 0.1.62
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.62",
|
|
7
7
|
kind: "runtime",
|
|
8
8
|
description: "Users web module: account/profile UI plus shared users web widgets.",
|
|
9
9
|
dependsOn: [
|
|
@@ -154,12 +154,12 @@ export default Object.freeze({
|
|
|
154
154
|
runtime: {
|
|
155
155
|
"@tanstack/vue-query": "5.92.12",
|
|
156
156
|
"@mdi/js": "^7.4.47",
|
|
157
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
158
|
-
"@jskit-ai/realtime": "0.1.
|
|
159
|
-
"@jskit-ai/kernel": "0.1.
|
|
160
|
-
"@jskit-ai/shell-web": "0.1.
|
|
161
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
162
|
-
"@jskit-ai/users-core": "0.1.
|
|
157
|
+
"@jskit-ai/http-runtime": "0.1.46",
|
|
158
|
+
"@jskit-ai/realtime": "0.1.46",
|
|
159
|
+
"@jskit-ai/kernel": "0.1.47",
|
|
160
|
+
"@jskit-ai/shell-web": "0.1.46",
|
|
161
|
+
"@jskit-ai/uploads-image-web": "0.1.25",
|
|
162
|
+
"@jskit-ai/users-core": "0.1.57",
|
|
163
163
|
vuetify: "^4.0.0"
|
|
164
164
|
},
|
|
165
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.62",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@tanstack/vue-query": "5.92.12",
|
|
37
37
|
"@mdi/js": "^7.4.47",
|
|
38
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
39
|
-
"@jskit-ai/kernel": "0.1.
|
|
40
|
-
"@jskit-ai/realtime": "0.1.
|
|
41
|
-
"@jskit-ai/shell-web": "0.1.
|
|
42
|
-
"@jskit-ai/uploads-image-web": "0.1.
|
|
43
|
-
"@jskit-ai/users-core": "0.1.
|
|
38
|
+
"@jskit-ai/http-runtime": "0.1.46",
|
|
39
|
+
"@jskit-ai/kernel": "0.1.47",
|
|
40
|
+
"@jskit-ai/realtime": "0.1.46",
|
|
41
|
+
"@jskit-ai/shell-web": "0.1.46",
|
|
42
|
+
"@jskit-ai/uploads-image-web": "0.1.25",
|
|
43
|
+
"@jskit-ai/users-core": "0.1.57",
|
|
44
44
|
"vuetify": "^4.0.0"
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -132,7 +132,7 @@ function createCrudLookupFieldRuntime({
|
|
|
132
132
|
},
|
|
133
133
|
placementSource: normalizedPlacementSourcePrefix
|
|
134
134
|
? `${normalizedPlacementSourcePrefix}.${key}`
|
|
135
|
-
: `
|
|
135
|
+
: `lookup.${key}`,
|
|
136
136
|
fallbackLoadError: `Unable to load lookup options (${apiPath}).`,
|
|
137
137
|
recordIdParam: normalizedRecordIdParam,
|
|
138
138
|
recordIdSelector: (item = {}) => item[valueKey],
|