@drax/identity-vue 0.8.2 → 0.8.3
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/README.md +0 -0
- package/package.json +8 -8
- package/src/assets/base.css +0 -0
- package/src/assets/logo.svg +0 -0
- package/src/assets/main.css +0 -0
- package/src/combobox/PermissionCombobox.vue +0 -0
- package/src/combobox/RoleCombobox.vue +0 -0
- package/src/combobox/TenantCombobox.vue +0 -0
- package/src/components/IdentityChangeOwnPassword/IdentityChangeOwnPassword.vue +0 -0
- package/src/components/IdentityLogin/IdentityLogin.vue +0 -0
- package/src/components/IdentityProfileAvatar/IdentityProfileAvatar.vue +0 -0
- package/src/components/IdentityProfileAvatarEdit/IdentityProfileAvatarEdit.vue +0 -0
- package/src/components/IdentityProfileDrawer/IdentityProfileDrawer.vue +0 -0
- package/src/components/IdentityProfileView/IdentityProfileView.vue +0 -0
- package/src/components/PermissionSelector/PermissionSelector.vue +0 -0
- package/src/composables/useAuth.ts +0 -0
- package/src/composables/useRole.ts +0 -0
- package/src/composables/useTenant.ts +0 -0
- package/src/composables/useUser.ts +0 -0
- package/src/composables/useUserApiKey.ts +0 -0
- package/src/cruds/role-crud/RoleCrud.ts +0 -0
- package/src/cruds/role-crud/RoleForm.vue +0 -0
- package/src/cruds/tenant-crud/TenantCrud.ts +0 -0
- package/src/cruds/user-api-key-crud/UserApiKeyCrud.vue +0 -0
- package/src/cruds/user-api-key-crud/UserApiKeyList.vue +0 -0
- package/src/cruds/user-crud/PasswordUpdateButton.vue +0 -0
- package/src/cruds/user-crud/UserCrud.ts +0 -0
- package/src/cruds/user-crud/UserForm.vue +0 -0
- package/src/cruds/user-crud/UserPasswordDialog.vue +0 -0
- package/src/cruds/user-crud/UserPasswordForm.vue +0 -0
- package/src/forms/UserApiKeyForm.vue +0 -0
- package/src/i18n/I18n.ts +0 -0
- package/src/i18n/I18nMessages.ts +0 -0
- package/src/icons/IconCommunity.vue +0 -0
- package/src/index.ts +0 -0
- package/src/pages/LoginPage.vue +0 -0
- package/src/pages/PasswordPage.vue +0 -0
- package/src/pages/ProfilePage.vue +0 -0
- package/src/pages/crud/RoleCrudPage.vue +0 -0
- package/src/pages/crud/TenantCrudPage.vue +0 -0
- package/src/pages/crud/UserApiKeyCrudPage.vue +0 -0
- package/src/pages/crud/UserCrudPage.vue +0 -0
- package/src/routes/IdentityRoutes.ts +0 -0
- package/src/stores/auth/AuthStore.ts +0 -0
- package/src/views/RoleView.vue +0 -0
- package/src/views/TenantView.vue +0 -0
- package/src/views/UserApiKeyView.vue +0 -0
- package/src/views/UserView.vue +0 -0
package/README.md
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.8.
|
|
6
|
+
"version": "0.8.3",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./src/index.ts",
|
|
9
9
|
"module": "./src/index.ts",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"format": "prettier --write src/"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@drax/common-front": "^0.8.
|
|
28
|
-
"@drax/common-vue": "^0.8.
|
|
29
|
-
"@drax/crud-front": "^0.8.
|
|
30
|
-
"@drax/crud-share": "^0.8.
|
|
31
|
-
"@drax/crud-vue": "^0.8.
|
|
32
|
-
"@drax/identity-share": "^0.8.
|
|
27
|
+
"@drax/common-front": "^0.8.3",
|
|
28
|
+
"@drax/common-vue": "^0.8.3",
|
|
29
|
+
"@drax/crud-front": "^0.8.3",
|
|
30
|
+
"@drax/crud-share": "^0.8.3",
|
|
31
|
+
"@drax/crud-vue": "^0.8.3",
|
|
32
|
+
"@drax/identity-share": "^0.8.3"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"pinia": "^2.2.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"vue-tsc": "^2.1.6",
|
|
67
67
|
"vuetify": "^3.7.1"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "0c42b81c3b6e5d93a2dad9be6421d13a3a7fb3b8"
|
|
70
70
|
}
|
package/src/assets/base.css
CHANGED
|
File without changes
|
package/src/assets/logo.svg
CHANGED
|
File without changes
|
package/src/assets/main.css
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/i18n/I18n.ts
CHANGED
|
File without changes
|
package/src/i18n/I18nMessages.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/src/index.ts
CHANGED
|
File without changes
|
package/src/pages/LoginPage.vue
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/views/RoleView.vue
CHANGED
|
File without changes
|
package/src/views/TenantView.vue
CHANGED
|
File without changes
|
|
File without changes
|
package/src/views/UserView.vue
CHANGED
|
File without changes
|