@authup/client-web-kit 1.0.0-beta.30 → 1.0.0-beta.32
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/dist/components/entities/identity-provider/AIdentityProviderIcon.d.ts +1 -3
- package/dist/components/entities/identity-provider/AIdentityProviderIcon.d.ts.map +1 -1
- package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.d.ts.map +1 -1
- package/dist/components/entities/index.d.ts +1 -0
- package/dist/components/entities/index.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissionCheck.d.ts +3 -3
- package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissionForm.d.ts.map +1 -1
- package/dist/components/entities/permission-policy/APermissionPolicyAssignment.d.ts +29 -0
- package/dist/components/entities/permission-policy/APermissionPolicyAssignment.d.ts.map +1 -0
- package/dist/components/entities/permission-policy/APermissionPolicyAssignments.d.ts +15 -0
- package/dist/components/entities/permission-policy/APermissionPolicyAssignments.d.ts.map +1 -0
- package/dist/components/entities/permission-policy/index.d.ts +3 -0
- package/dist/components/entities/permission-policy/index.d.ts.map +1 -0
- package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +16 -16
- package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +12 -12
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/user/AUserForm.d.ts +4 -4
- package/dist/components/entities/user/AUserForm.d.ts.map +1 -1
- package/dist/components/entities/user/AUserPasswordForm.d.ts +8 -5
- package/dist/components/entities/user/AUserPasswordForm.d.ts.map +1 -1
- package/dist/components/utility/entity/collection/utils/handlers.d.ts.map +1 -1
- package/dist/components/utility/entity/picker/types.d.ts.map +1 -1
- package/dist/components/utility/entity/record/types.d.ts +1 -1
- package/dist/components/utility/entity/record/types.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
- package/dist/components/utility/pagination/APagination.d.ts +0 -2
- package/dist/components/utility/pagination/APagination.d.ts.map +1 -1
- package/dist/components/utility/pagination/type.d.ts +1 -1
- package/dist/components/utility/pagination/type.d.ts.map +1 -1
- package/dist/components/utility/search/ASearch.d.ts +2 -2
- package/dist/components/utility/search/ASearch.d.ts.map +1 -1
- package/dist/components/workflows/Login.vue.d.ts +1 -5
- package/dist/components/workflows/Login.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/Authorize.vue.d.ts +38 -6
- package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +37 -1
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +37 -1
- package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -1
- package/dist/composables/updated-at.d.ts +1 -1
- package/dist/composables/updated-at.d.ts.map +1 -1
- package/dist/composables/use-permission-check.d.ts +2 -2
- package/dist/composables/use-permission-check.d.ts.map +1 -1
- package/dist/core/permission-check/types.d.ts +2 -2
- package/dist/core/permission-check/types.d.ts.map +1 -1
- package/dist/core/socket-manager/install.d.ts.map +1 -1
- package/dist/core/store/create.d.ts +3 -2
- package/dist/core/store/create.d.ts.map +1 -1
- package/dist/core/store/types.d.ts.map +1 -1
- package/dist/index.css +12 -12
- package/dist/index.mjs +1234 -1573
- package/dist/index.mjs.map +1 -1
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authup/client-web-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.32",
|
|
5
5
|
"description": "This package contains vue components.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
},
|
|
29
29
|
"keywords": [
|
|
30
30
|
"auth",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"template",
|
|
34
|
-
"auth-template",
|
|
31
|
+
"authentication",
|
|
32
|
+
"authorization",
|
|
35
33
|
"vue",
|
|
36
|
-
"
|
|
34
|
+
"vue3",
|
|
35
|
+
"components",
|
|
37
36
|
"form",
|
|
37
|
+
"pinia",
|
|
38
38
|
"oauth2",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
39
|
+
"user-management",
|
|
40
|
+
"rbac",
|
|
41
|
+
"ui-kit"
|
|
42
42
|
],
|
|
43
43
|
"author": {
|
|
44
44
|
"name": "Peter Placzek",
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
"@vueuse/integrations": "^14.2.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@authup/access": "^1.0.0-beta.
|
|
62
|
-
"@authup/kit": "^1.0.0-beta.
|
|
63
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
64
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
65
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
66
|
-
"@authup/errors": "^1.0.0-beta.
|
|
67
|
-
"@authup/specs": "^1.0.0-beta.
|
|
61
|
+
"@authup/access": "^1.0.0-beta.32",
|
|
62
|
+
"@authup/kit": "^1.0.0-beta.32",
|
|
63
|
+
"@authup/core-kit": "^1.0.0-beta.32",
|
|
64
|
+
"@authup/core-http-kit": "^1.0.0-beta.32",
|
|
65
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.32",
|
|
66
|
+
"@authup/errors": "^1.0.0-beta.32",
|
|
67
|
+
"@authup/specs": "^1.0.0-beta.32",
|
|
68
68
|
"@ilingo/vuelidate": "^6.0.0",
|
|
69
69
|
"@posva/event-emitter": "^1.0.3",
|
|
70
|
-
"@types/node": "^25.
|
|
71
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
70
|
+
"@types/node": "^25.5.0",
|
|
71
|
+
"@vitejs/plugin-vue": "^6.0.5",
|
|
72
72
|
"@vuecs/form-controls": "^2.5.0",
|
|
73
73
|
"@vuecs/list-controls": "^2.0.1",
|
|
74
74
|
"@vuecs/pagination": "^1.3.1",
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
"smob": "^1.6.1",
|
|
81
81
|
"socket.io-client": "^4.8.3",
|
|
82
82
|
"universal-cookie": "^8.0.1",
|
|
83
|
-
"vue": "^3.5.
|
|
84
|
-
"vue-tsc": "^3.2.
|
|
83
|
+
"vue": "^3.5.31",
|
|
84
|
+
"vue-tsc": "^3.2.6"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@authup/access": "^1.0.0-beta.
|
|
88
|
-
"@authup/kit": "^1.0.0-beta.
|
|
89
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
90
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
91
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
92
|
-
"@authup/errors": "^1.0.0-beta.
|
|
93
|
-
"@authup/specs": "^1.0.0-beta.
|
|
87
|
+
"@authup/access": "^1.0.0-beta.32",
|
|
88
|
+
"@authup/kit": "^1.0.0-beta.32",
|
|
89
|
+
"@authup/core-kit": "^1.0.0-beta.32",
|
|
90
|
+
"@authup/core-http-kit": "^1.0.0-beta.32",
|
|
91
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.32",
|
|
92
|
+
"@authup/errors": "^1.0.0-beta.32",
|
|
93
|
+
"@authup/specs": "^1.0.0-beta.32",
|
|
94
94
|
"@vuecs/form-controls": "^2.5.0",
|
|
95
95
|
"@vuecs/list-controls": "^2.0.1",
|
|
96
96
|
"@vuecs/pagination": "^1.3.1",
|