@authup/client-web-kit 1.0.0-beta.45 → 1.0.0-beta.46
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/client/AClientForm.vue.d.ts +1 -1
- package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -1
- package/dist/components/entities/client/AClients.d.ts.map +1 -1
- package/dist/components/entities/client-scope/AClientScopes.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviders.d.ts.map +1 -1
- package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts +1 -1
- package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissionForm.vue.d.ts +1 -1
- package/dist/components/entities/permission/APermissionForm.vue.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissions.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicies.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +1 -1
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +1 -1
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/realm/ARealmForm.vue.d.ts +1 -1
- package/dist/components/entities/realm/ARealmForm.vue.d.ts.map +1 -1
- package/dist/components/entities/realm/ARealms.d.ts.map +1 -1
- package/dist/components/entities/robot/ARobotForm.vue.d.ts +1 -1
- package/dist/components/entities/robot/ARobotForm.vue.d.ts.map +1 -1
- package/dist/components/entities/robot/ARobots.d.ts.map +1 -1
- package/dist/components/entities/role/ARoleForm.vue.d.ts +1 -1
- package/dist/components/entities/role/ARoleForm.vue.d.ts.map +1 -1
- package/dist/components/entities/role/ARoles.d.ts.map +1 -1
- package/dist/components/entities/scope/AScopeForm.vue.d.ts +1 -1
- package/dist/components/entities/scope/AScopeForm.vue.d.ts.map +1 -1
- package/dist/components/entities/scope/AScopes.d.ts.map +1 -1
- package/dist/components/entities/user/AUserForm.vue.d.ts +1 -1
- package/dist/components/entities/user/AUserForm.vue.d.ts.map +1 -1
- package/dist/components/entities/user/AUsers.d.ts.map +1 -1
- package/dist/components/utility/ANameInput.vue.d.ts.map +1 -1
- package/dist/components/utility/ASecretInput.vue.d.ts.map +1 -1
- package/dist/components/utility/entity/AEntityDelete.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +1 -1
- package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
- package/dist/components/utility/title/ATitle.d.ts.map +1 -1
- package/dist/components/workflows/Login.vue.d.ts +1 -1
- package/dist/components/workflows/Login.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/Authorize.vue.d.ts +1 -1
- package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +1 -1
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +1 -1
- package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -1
- package/dist/core/form/defaults.d.ts.map +1 -1
- package/dist/core/translator/index.d.ts +0 -1
- package/dist/core/translator/index.d.ts.map +1 -1
- package/dist/index.mjs +186 -443
- package/dist/index.mjs.map +1 -1
- package/package.json +17 -17
- package/dist/core/translator/constants.d.ts +0 -2
- package/dist/core/translator/constants.d.ts.map +0 -1
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.46",
|
|
5
5
|
"description": "This package contains vue components.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"@vueuse/integrations": "^14.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@authup/access": "^1.0.0-beta.
|
|
62
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
63
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
64
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
65
|
-
"@authup/errors": "^1.0.0-beta.
|
|
66
|
-
"@authup/i18n": "^1.0.0-beta.
|
|
67
|
-
"@authup/kit": "^1.0.0-beta.
|
|
68
|
-
"@authup/specs": "^1.0.0-beta.
|
|
61
|
+
"@authup/access": "^1.0.0-beta.46",
|
|
62
|
+
"@authup/core-http-kit": "^1.0.0-beta.46",
|
|
63
|
+
"@authup/core-kit": "^1.0.0-beta.46",
|
|
64
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.46",
|
|
65
|
+
"@authup/errors": "^1.0.0-beta.46",
|
|
66
|
+
"@authup/i18n": "^1.0.0-beta.46",
|
|
67
|
+
"@authup/kit": "^1.0.0-beta.46",
|
|
68
|
+
"@authup/specs": "^1.0.0-beta.46",
|
|
69
69
|
"@ilingo/validup": "^1.0.1",
|
|
70
70
|
"@ilingo/validup-vue": "^1.0.1",
|
|
71
71
|
"@ilingo/vue": "^6.0.0",
|
|
@@ -97,14 +97,14 @@
|
|
|
97
97
|
"vue-tsc": "^3.2.8"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
|
-
"@authup/access": "^1.0.0-beta.
|
|
101
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
102
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
103
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
104
|
-
"@authup/errors": "^1.0.0-beta.
|
|
105
|
-
"@authup/i18n": "^1.0.0-beta.
|
|
106
|
-
"@authup/kit": "^1.0.0-beta.
|
|
107
|
-
"@authup/specs": "^1.0.0-beta.
|
|
100
|
+
"@authup/access": "^1.0.0-beta.46",
|
|
101
|
+
"@authup/core-http-kit": "^1.0.0-beta.46",
|
|
102
|
+
"@authup/core-kit": "^1.0.0-beta.46",
|
|
103
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.46",
|
|
104
|
+
"@authup/errors": "^1.0.0-beta.46",
|
|
105
|
+
"@authup/i18n": "^1.0.0-beta.46",
|
|
106
|
+
"@authup/kit": "^1.0.0-beta.46",
|
|
107
|
+
"@authup/specs": "^1.0.0-beta.46",
|
|
108
108
|
"@ilingo/validup": "^1.x",
|
|
109
109
|
"@ilingo/validup-vue": "^1.x",
|
|
110
110
|
"@ilingo/vue": "^6.x",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/core/translator/constants.ts"],"names":[],"mappings":"AAUA,cAAc,cAAc,CAAC"}
|