@authup/client-web-kit 1.0.0-beta.42 → 1.0.0-beta.44
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 +149 -202
- package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts +689 -0
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderForm.vue.d.ts +6158 -0
- package/dist/components/entities/identity-provider/AIdentityProviderForm.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderIcon.vue.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue.d.ts +715 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue.d.ts +509 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.vue.d.ts +3094 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue.d.ts +515 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue.d.ts +513 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue.d.ts +489 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue.d.ts +477 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue.d.ts +369 -73
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue.d.ts +2824 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/index.d.ts +3 -3
- package/dist/components/entities/identity-provider/index.d.ts.map +1 -1
- package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts +206 -98
- package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts.map +1 -1
- package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignments.vue.d.ts +206 -97
- package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignments.vue.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissionForm.vue.d.ts +1000 -0
- package/dist/components/entities/permission/APermissionForm.vue.d.ts.map +1 -0
- package/dist/components/entities/permission/index.d.ts +1 -1
- package/dist/components/entities/permission/index.d.ts.map +1 -1
- package/dist/components/entities/permission-policy-binding/APermissionPolicyBindingButton.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +253 -128
- package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyForm.vue.d.ts +257 -132
- package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts +4 -4
- package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +138 -79
- package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +116 -56
- package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +129 -51
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +138 -79
- package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +295 -110
- package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +213 -110
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/realm/ARealmForm.vue.d.ts +665 -0
- package/dist/components/entities/realm/ARealmForm.vue.d.ts.map +1 -0
- package/dist/components/entities/realm/index.d.ts +1 -1
- package/dist/components/entities/realm/index.d.ts.map +1 -1
- package/dist/components/entities/robot/ARobotForm.vue.d.ts +837 -0
- package/dist/components/entities/robot/ARobotForm.vue.d.ts.map +1 -0
- package/dist/components/entities/robot/index.d.ts +1 -1
- package/dist/components/entities/robot/index.d.ts.map +1 -1
- package/dist/components/entities/role/ARoleForm.vue.d.ts +843 -0
- package/dist/components/entities/role/ARoleForm.vue.d.ts.map +1 -0
- package/dist/components/entities/role/index.d.ts +1 -1
- package/dist/components/entities/role/index.d.ts.map +1 -1
- package/dist/components/entities/scope/AScopeForm.vue.d.ts +857 -0
- package/dist/components/entities/scope/AScopeForm.vue.d.ts.map +1 -0
- package/dist/components/entities/scope/index.d.ts +1 -1
- package/dist/components/entities/scope/index.d.ts.map +1 -1
- package/dist/components/entities/user/AUserForm.vue.d.ts +1037 -0
- package/dist/components/entities/user/AUserForm.vue.d.ts.map +1 -0
- package/dist/components/entities/user/AUserPasswordForm.vue.d.ts +774 -0
- package/dist/components/entities/user/AUserPasswordForm.vue.d.ts.map +1 -0
- package/dist/components/entities/user/index.d.ts +2 -2
- package/dist/components/entities/user/index.d.ts.map +1 -1
- package/dist/components/utility/AFormSubmit.d.ts +1 -1
- package/dist/components/utility/AToggleButton.vue.d.ts +69 -0
- package/dist/components/utility/AToggleButton.vue.d.ts.map +1 -0
- package/dist/components/utility/LanguageSwitcherDropdown.d.ts +1 -1
- package/dist/components/utility/LanguageSwitcherDropdown.d.ts.map +1 -1
- package/dist/components/utility/entity/AEntityDelete.d.ts +1 -1
- package/dist/components/utility/entity/AEntityDelete.d.ts.map +1 -1
- package/dist/components/utility/entity/collection/module.d.ts.map +1 -1
- package/dist/components/utility/entity/collection/types.d.ts +31 -7
- package/dist/components/utility/entity/collection/types.d.ts.map +1 -1
- package/dist/components/utility/entity/picker/module.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +136 -71
- 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 +135 -70
- package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
- package/dist/components/utility/index.d.ts +1 -0
- package/dist/components/utility/index.d.ts.map +1 -1
- package/dist/components/utility/pagination/module.d.ts +2 -1
- package/dist/components/utility/pagination/module.d.ts.map +1 -1
- package/dist/components/utility/search/ASearch.d.ts +1 -2
- package/dist/components/utility/search/ASearch.d.ts.map +1 -1
- package/dist/components/utility/search/module.d.ts.map +1 -1
- package/dist/components/utility/toggle-button/AToggleButton.vue.d.ts.map +1 -1
- package/dist/components/utility/toggle-button/module.d.ts.map +1 -1
- package/dist/components/utility/translation/ATranslation.d.ts.map +1 -1
- package/dist/components/utility/translation/ATranslationDefault.vue.d.ts +2 -2
- package/dist/components/utility/translation/ATranslationDefault.vue.d.ts.map +1 -1
- package/dist/components/workflows/Login.vue.d.ts +345 -59
- package/dist/components/workflows/Login.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/Authorize.vue.d.ts +345 -59
- package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -1
- package/dist/core/form/builders.d.ts +110 -0
- package/dist/core/form/builders.d.ts.map +1 -0
- package/dist/core/form/defaults.d.ts +15 -0
- package/dist/core/form/defaults.d.ts.map +1 -0
- package/dist/core/form/index.d.ts +2 -0
- package/dist/core/form/index.d.ts.map +1 -1
- package/dist/core/form/submit.d.ts +14 -2
- package/dist/core/form/submit.d.ts.map +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/slot.d.ts +19 -0
- package/dist/core/slot.d.ts.map +1 -1
- package/dist/core/socket-manager/install.d.ts.map +1 -1
- package/dist/core/store/create.d.ts +0 -60
- package/dist/core/store/create.d.ts.map +1 -1
- package/dist/core/translator/constants.d.ts +11 -3
- package/dist/core/translator/constants.d.ts.map +1 -1
- package/dist/core/translator/de/client.d.ts +2 -2
- package/dist/core/translator/de/client.d.ts.map +1 -1
- package/dist/core/translator/de/default.d.ts +2 -2
- package/dist/core/translator/de/default.d.ts.map +1 -1
- package/dist/core/translator/de/index.d.ts +0 -1
- package/dist/core/translator/de/index.d.ts.map +1 -1
- package/dist/core/translator/de/vuecs.d.ts +2 -2
- package/dist/core/translator/de/vuecs.d.ts.map +1 -1
- package/dist/core/translator/en/client.d.ts +2 -2
- package/dist/core/translator/en/client.d.ts.map +1 -1
- package/dist/core/translator/en/default.d.ts +2 -2
- package/dist/core/translator/en/default.d.ts.map +1 -1
- package/dist/core/translator/en/index.d.ts +0 -1
- package/dist/core/translator/en/index.d.ts.map +1 -1
- package/dist/core/translator/en/vuecs.d.ts +2 -2
- package/dist/core/translator/en/vuecs.d.ts.map +1 -1
- package/dist/core/translator/helpers.d.ts +6 -2
- package/dist/core/translator/helpers.d.ts.map +1 -1
- package/dist/core/translator/install.d.ts +34 -0
- package/dist/core/translator/install.d.ts.map +1 -1
- package/dist/core/translator/singleton.d.ts +17 -4
- package/dist/core/translator/singleton.d.ts.map +1 -1
- package/dist/core/validup.d.ts +23 -0
- package/dist/core/validup.d.ts.map +1 -0
- package/dist/index.mjs +4991 -2426
- package/dist/index.mjs.map +1 -1
- package/dist/module.d.ts.map +1 -1
- package/package.json +49 -29
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.d.ts +0 -16
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.d.ts.map +0 -1
- package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts +0 -23
- package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts.map +0 -1
- package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.d.ts +0 -26
- package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.d.ts.map +0 -1
- package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts +0 -26
- package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts.map +0 -1
- package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts +0 -35
- package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts.map +0 -1
- package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.d.ts +0 -26
- package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.d.ts.map +0 -1
- package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.d.ts +0 -26
- package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.d.ts.map +0 -1
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.d.ts +0 -16
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.d.ts.map +0 -1
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.d.ts +0 -7
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.d.ts.map +0 -1
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts +0 -79
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +0 -1
- package/dist/components/entities/permission/APermissionForm.d.ts +0 -20
- package/dist/components/entities/permission/APermissionForm.d.ts.map +0 -1
- package/dist/components/entities/realm/ARealmForm.d.ts +0 -26
- package/dist/components/entities/realm/ARealmForm.d.ts.map +0 -1
- package/dist/components/entities/robot/ARobotForm.d.ts +0 -43
- package/dist/components/entities/robot/ARobotForm.d.ts.map +0 -1
- package/dist/components/entities/role/ARoleForm.d.ts +0 -25
- package/dist/components/entities/role/ARoleForm.d.ts.map +0 -1
- package/dist/components/entities/scope/AScopeForm.d.ts +0 -31
- package/dist/components/entities/scope/AScopeForm.d.ts.map +0 -1
- package/dist/components/entities/user/AUserForm.d.ts +0 -43
- package/dist/components/entities/user/AUserForm.d.ts.map +0 -1
- package/dist/components/entities/user/AUserPasswordForm.d.ts +0 -23
- package/dist/components/entities/user/AUserPasswordForm.d.ts.map +0 -1
- package/dist/core/translator/de/vuelidate.d.ts +0 -3
- package/dist/core/translator/de/vuelidate.d.ts.map +0 -1
- package/dist/core/translator/en/vuelidate.d.ts +0 -3
- package/dist/core/translator/en/vuelidate.d.ts.map +0 -1
- package/dist/core/vuelidate.d.ts +0 -13
- package/dist/core/vuelidate.d.ts.map +0 -1
package/dist/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAS1C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,EAAE,QAwBrE;AAED,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI,CAsDxD"}
|
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.44",
|
|
5
5
|
"description": "This package contains vue components.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -58,52 +58,72 @@
|
|
|
58
58
|
"@vueuse/integrations": "^14.3.0"
|
|
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-
|
|
65
|
-
"@authup/
|
|
66
|
-
"@authup/
|
|
67
|
-
"@authup/specs": "^1.0.0-beta.
|
|
68
|
-
"@ilingo/
|
|
69
|
-
"ilingo": "^
|
|
61
|
+
"@authup/access": "^1.0.0-beta.44",
|
|
62
|
+
"@authup/core-http-kit": "^1.0.0-beta.44",
|
|
63
|
+
"@authup/core-kit": "^1.0.0-beta.44",
|
|
64
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.44",
|
|
65
|
+
"@authup/errors": "^1.0.0-beta.44",
|
|
66
|
+
"@authup/kit": "^1.0.0-beta.44",
|
|
67
|
+
"@authup/specs": "^1.0.0-beta.44",
|
|
68
|
+
"@ilingo/validup": "^1.0.1",
|
|
69
|
+
"@ilingo/validup-vue": "^1.0.1",
|
|
70
|
+
"@ilingo/vue": "^6.0.0",
|
|
70
71
|
"@posva/event-emitter": "^1.0.3",
|
|
71
72
|
"@types/node": "^25.7.0",
|
|
73
|
+
"@validup/vue": "^0.3.3",
|
|
74
|
+
"@validup/zod": "^0.3.3",
|
|
72
75
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
73
|
-
"@vuecs/
|
|
74
|
-
"@vuecs/
|
|
75
|
-
"@vuecs/
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
76
|
+
"@vuecs/button": "^1.0.2",
|
|
77
|
+
"@vuecs/core": "^3.1.1",
|
|
78
|
+
"@vuecs/elements": "^1.2.1",
|
|
79
|
+
"@vuecs/forms": "^5.1.0",
|
|
80
|
+
"@vuecs/icon": "^1.0.1",
|
|
81
|
+
"@vuecs/list": "^1.0.2",
|
|
82
|
+
"@vuecs/overlays": "^1.0.2",
|
|
83
|
+
"@vuecs/pagination": "^2.1.1",
|
|
84
|
+
"@vuecs/placeholder": "^1.0.2",
|
|
85
|
+
"@vuecs/table": "^1.1.2",
|
|
86
|
+
"@vueuse/core": "^14.1.0",
|
|
78
87
|
"cross-env": "^10.1.0",
|
|
88
|
+
"ilingo": "^6.0.0",
|
|
79
89
|
"pinia": "^3.0.0",
|
|
80
90
|
"rapiq": "^0.9.0",
|
|
81
91
|
"smob": "^1.6.1",
|
|
82
92
|
"socket.io-client": "^4.8.3",
|
|
83
93
|
"universal-cookie": "^8.1.2",
|
|
94
|
+
"validup": "^0.5.1",
|
|
84
95
|
"vue": "^3.5.34",
|
|
85
96
|
"vue-tsc": "^3.2.8"
|
|
86
97
|
},
|
|
87
98
|
"peerDependencies": {
|
|
88
|
-
"@authup/access": "^1.0.0-beta.
|
|
89
|
-
"@authup/kit": "^1.0.0-beta.
|
|
90
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
91
|
-
"@authup/core-
|
|
92
|
-
"@authup/
|
|
93
|
-
"@authup/
|
|
94
|
-
"@authup/specs": "^1.0.0-beta.
|
|
95
|
-
"@
|
|
96
|
-
"@
|
|
97
|
-
"@
|
|
98
|
-
"@
|
|
99
|
-
"@
|
|
100
|
-
"@
|
|
101
|
-
"
|
|
99
|
+
"@authup/access": "^1.0.0-beta.44",
|
|
100
|
+
"@authup/core-http-kit": "^1.0.0-beta.44",
|
|
101
|
+
"@authup/core-kit": "^1.0.0-beta.44",
|
|
102
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.44",
|
|
103
|
+
"@authup/errors": "^1.0.0-beta.44",
|
|
104
|
+
"@authup/kit": "^1.0.0-beta.44",
|
|
105
|
+
"@authup/specs": "^1.0.0-beta.44",
|
|
106
|
+
"@ilingo/validup": "^1.x",
|
|
107
|
+
"@ilingo/validup-vue": "^1.x",
|
|
108
|
+
"@ilingo/vue": "^6.x",
|
|
109
|
+
"@validup/vue": "^0.3.x",
|
|
110
|
+
"@validup/zod": "^0.3.x",
|
|
111
|
+
"@vuecs/button": "^1.x",
|
|
112
|
+
"@vuecs/core": "^3.x",
|
|
113
|
+
"@vuecs/elements": "^1.x",
|
|
114
|
+
"@vuecs/forms": "^5.x",
|
|
115
|
+
"@vuecs/icon": "^1.x",
|
|
116
|
+
"@vuecs/list": "^1.x",
|
|
117
|
+
"@vuecs/overlays": "^1.x",
|
|
118
|
+
"@vuecs/pagination": "^2.x",
|
|
119
|
+
"@vuecs/table": "^1.x",
|
|
120
|
+
"ilingo": "^6.x",
|
|
102
121
|
"pinia": "^2.x || ^3.x",
|
|
103
122
|
"rapiq": ">=0.8.0 <1.0.0",
|
|
104
123
|
"smob": "^1.6.1",
|
|
105
124
|
"socket.io-client": "^4.8.3",
|
|
106
125
|
"universal-cookie": "^8.1.2",
|
|
126
|
+
"validup": "^0.5.x",
|
|
107
127
|
"vue": "^3.3.x"
|
|
108
128
|
},
|
|
109
129
|
"publishConfig": {
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { IdentityProvider } from '@authup/core-kit';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
export declare const AIdentityProviderBasicFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<Partial<IdentityProvider>>;
|
|
6
|
-
};
|
|
7
|
-
}>, () => (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8
|
-
[key: string]: any;
|
|
9
|
-
}> | import("vue").VNodeArrayChildren)[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
entity: {
|
|
11
|
-
type: PropType<Partial<IdentityProvider>>;
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{
|
|
14
|
-
onUpdated?: (...args: any[]) => any;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
-
//# sourceMappingURL=AIdentityProviderBasicFields.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderBasicFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderBasicFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAKzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAmBpC,eAAO,MAAM,4BAA4B;;cACF,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;;;;;;cAAnC,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;;;;iFA4HxE,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { IdentityProvider } from '@authup/core-kit';
|
|
2
|
-
import type { PropType, VNodeChild } from 'vue';
|
|
3
|
-
export declare const AIdentityProviderForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<IdentityProvider>;
|
|
6
|
-
};
|
|
7
|
-
realmId: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
};
|
|
10
|
-
}>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted" | "created" | "failed")[], "updated" | "deleted" | "created" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
entity: {
|
|
12
|
-
type: PropType<IdentityProvider>;
|
|
13
|
-
};
|
|
14
|
-
realmId: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
};
|
|
17
|
-
}>> & Readonly<{
|
|
18
|
-
onUpdated?: (...args: any[]) => any;
|
|
19
|
-
onDeleted?: (...args: any[]) => any;
|
|
20
|
-
onCreated?: (...args: any[]) => any;
|
|
21
|
-
onFailed?: (...args: any[]) => any;
|
|
22
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
-
//# sourceMappingURL=AIdentityProviderForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderForm.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,gBAAgB,EAA0B,MAAM,kBAAkB,CAAC;AACjF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMhD,eAAO,MAAM,qBAAqB;;cAEA,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;cAA1B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;iFAmH1D,CAAC"}
|
package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { LdapIdentityProvider } from '@authup/core-kit';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
export declare const AIdentityProviderLdapConnectionFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<Partial<LdapIdentityProvider>>;
|
|
6
|
-
};
|
|
7
|
-
discovery: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
-
entity: {
|
|
15
|
-
type: PropType<Partial<LdapIdentityProvider>>;
|
|
16
|
-
};
|
|
17
|
-
discovery: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
}>> & Readonly<{
|
|
22
|
-
onUpdated?: (...args: any[]) => any;
|
|
23
|
-
}>, {
|
|
24
|
-
discovery: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
//# sourceMappingURL=AIdentityProviderLdapConnectionFields.d.ts.map
|
package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderLdapConnectionFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAI/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,eAAO,MAAM,qCAAqC;;cAEhB,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;4EA8FvE,CAAC"}
|
package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { LdapIdentityProvider } from '@authup/core-kit';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
export declare const AIdentityProviderLdapCredentialsFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<Partial<LdapIdentityProvider>>;
|
|
6
|
-
};
|
|
7
|
-
discovery: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
-
entity: {
|
|
15
|
-
type: PropType<Partial<LdapIdentityProvider>>;
|
|
16
|
-
};
|
|
17
|
-
discovery: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
}>> & Readonly<{
|
|
22
|
-
onUpdated?: (...args: any[]) => any;
|
|
23
|
-
}>, {
|
|
24
|
-
discovery: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
//# sourceMappingURL=AIdentityProviderLdapCredentialsFields.d.ts.map
|
package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderLdapCredentialsFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAI/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,eAAO,MAAM,sCAAsC;;cAEjB,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;4EA0DvE,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { IdentityProvider } from '@authup/core-kit';
|
|
2
|
-
import { type PropType } from 'vue';
|
|
3
|
-
export declare const AIdentityProviderLdapForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<IdentityProvider>;
|
|
6
|
-
required: false;
|
|
7
|
-
default: any;
|
|
8
|
-
};
|
|
9
|
-
realmId: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
default: any;
|
|
12
|
-
};
|
|
13
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
|
-
[key: string]: any;
|
|
15
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
-
entity: {
|
|
17
|
-
type: PropType<IdentityProvider>;
|
|
18
|
-
required: false;
|
|
19
|
-
default: any;
|
|
20
|
-
};
|
|
21
|
-
realmId: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: any;
|
|
24
|
-
};
|
|
25
|
-
}>> & Readonly<{
|
|
26
|
-
onUpdated?: (item: IdentityProvider) => any;
|
|
27
|
-
onDeleted?: (item: IdentityProvider) => any;
|
|
28
|
-
onCreated?: (item: IdentityProvider) => any;
|
|
29
|
-
onResolved?: (item?: IdentityProvider) => any;
|
|
30
|
-
onFailed?: (item: Error) => any;
|
|
31
|
-
}>, {
|
|
32
|
-
realmId: string;
|
|
33
|
-
entity: IdentityProvider;
|
|
34
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
|
-
//# sourceMappingURL=AIdentityProviderLdapForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderLdapForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderLdapForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAwB,MAAM,kBAAkB,CAAC;AAG/E,OAAO,EACH,KAAK,QAAQ,EAKhB,MAAM,KAAK,CAAC;AAmBb,eAAO,MAAM,yBAAyB;;cAGV,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;cAA1B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;;;;;;4EA4IpD,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { LdapIdentityProvider } from '@authup/core-kit';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
export declare const AIdentityProviderLdapGroupFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<Partial<LdapIdentityProvider>>;
|
|
6
|
-
};
|
|
7
|
-
discovery: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
-
entity: {
|
|
15
|
-
type: PropType<Partial<LdapIdentityProvider>>;
|
|
16
|
-
};
|
|
17
|
-
discovery: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
}>> & Readonly<{
|
|
22
|
-
onUpdated?: (...args: any[]) => any;
|
|
23
|
-
}>, {
|
|
24
|
-
discovery: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
//# sourceMappingURL=AIdentityProviderLdapGroupFields.d.ts.map
|
package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderLdapGroupFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderLdapGroupFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAG/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,eAAO,MAAM,gCAAgC;;cAEX,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;4EAmHvE,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { LdapIdentityProvider } from '@authup/core-kit';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
export declare const AIdentityProviderLdapUserFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<Partial<LdapIdentityProvider>>;
|
|
6
|
-
};
|
|
7
|
-
discovery: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
-
entity: {
|
|
15
|
-
type: PropType<Partial<LdapIdentityProvider>>;
|
|
16
|
-
};
|
|
17
|
-
discovery: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
}>> & Readonly<{
|
|
22
|
-
onUpdated?: (...args: any[]) => any;
|
|
23
|
-
}>, {
|
|
24
|
-
discovery: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
//# sourceMappingURL=AIdentityProviderLdapUserFields.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderLdapUserFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderLdapUserFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAG/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,eAAO,MAAM,+BAA+B;;cAEV,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;4EAqGvE,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { OAuth2IdentityProvider } from '@authup/core-kit';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
export declare const AIdentityProviderOAuth2ClientFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<Partial<OAuth2IdentityProvider>>;
|
|
6
|
-
};
|
|
7
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8
|
-
[key: string]: any;
|
|
9
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
entity: {
|
|
11
|
-
type: PropType<Partial<OAuth2IdentityProvider>>;
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{
|
|
14
|
-
onUpdated?: (...args: any[]) => any;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
-
//# sourceMappingURL=AIdentityProviderOAuth2ClientFields.d.ts.map
|
package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderOAuth2ClientFields.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAIjF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAKpC,eAAO,MAAM,mCAAmC;;cACT,QAAQ,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;;;;;;cAAzC,QAAQ,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;;;;iFA0D9E,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const AIdentityProviderOAuth2Discovery: import("vue").DefineComponent<{}, () => (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
|
-
[key: string]: any;
|
|
3
|
-
}> | import("vue").VNodeArrayChildren)[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("failed" | "lookup")[], "failed" | "lookup", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
-
onFailed?: (...args: any[]) => any;
|
|
5
|
-
onLookup?: (...args: any[]) => any;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
//# sourceMappingURL=AIdentityProviderOAuth2Discovery.d.ts.map
|
package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderOAuth2Discovery.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,gCAAgC;;;;;iFA4E3C,CAAC"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import type { PropType, VNodeArrayChildren } from 'vue';
|
|
2
|
-
import type { IdentityProvider, OAuth2IdentityProvider } from '@authup/core-kit';
|
|
3
|
-
import { IdentityProviderProtocol } from '@authup/core-kit';
|
|
4
|
-
export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
-
entity: {
|
|
6
|
-
type: PropType<IdentityProvider>;
|
|
7
|
-
required: false;
|
|
8
|
-
default: any;
|
|
9
|
-
};
|
|
10
|
-
realmId: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: any;
|
|
13
|
-
};
|
|
14
|
-
protocol: {
|
|
15
|
-
type: PropType<string | null>;
|
|
16
|
-
default: IdentityProviderProtocol;
|
|
17
|
-
};
|
|
18
|
-
preset: {
|
|
19
|
-
type: PropType<string | null>;
|
|
20
|
-
};
|
|
21
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
|
-
[key: string]: any;
|
|
23
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../index.ts").EntityVEmitOptions<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
-
entity: {
|
|
25
|
-
type: PropType<IdentityProvider>;
|
|
26
|
-
required: false;
|
|
27
|
-
default: any;
|
|
28
|
-
};
|
|
29
|
-
realmId: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
default: any;
|
|
32
|
-
};
|
|
33
|
-
protocol: {
|
|
34
|
-
type: PropType<string | null>;
|
|
35
|
-
default: IdentityProviderProtocol;
|
|
36
|
-
};
|
|
37
|
-
preset: {
|
|
38
|
-
type: PropType<string | null>;
|
|
39
|
-
};
|
|
40
|
-
}>> & Readonly<{
|
|
41
|
-
onUpdated?: (item: IdentityProvider) => any;
|
|
42
|
-
onDeleted?: (item: IdentityProvider) => any;
|
|
43
|
-
onCreated?: (item: IdentityProvider) => any;
|
|
44
|
-
onResolved?: (item?: IdentityProvider) => any;
|
|
45
|
-
onFailed?: (item: Error) => any;
|
|
46
|
-
}>, {
|
|
47
|
-
realmId: string;
|
|
48
|
-
entity: IdentityProvider;
|
|
49
|
-
protocol: string;
|
|
50
|
-
}, {}, {
|
|
51
|
-
IdentityProviderBasicFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
52
|
-
entity: {
|
|
53
|
-
type: PropType<Partial<IdentityProvider>>;
|
|
54
|
-
};
|
|
55
|
-
}>, () => (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
56
|
-
[key: string]: any;
|
|
57
|
-
}> | VNodeArrayChildren)[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
|
-
entity: {
|
|
59
|
-
type: PropType<Partial<IdentityProvider>>;
|
|
60
|
-
};
|
|
61
|
-
}>> & Readonly<{
|
|
62
|
-
onUpdated?: (...args: any[]) => any;
|
|
63
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
64
|
-
IdentityProviderClientFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
65
|
-
entity: {
|
|
66
|
-
type: PropType<Partial<OAuth2IdentityProvider>>;
|
|
67
|
-
};
|
|
68
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
69
|
-
[key: string]: any;
|
|
70
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
71
|
-
entity: {
|
|
72
|
-
type: PropType<Partial<OAuth2IdentityProvider>>;
|
|
73
|
-
};
|
|
74
|
-
}>> & Readonly<{
|
|
75
|
-
onUpdated?: (...args: any[]) => any;
|
|
76
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
78
|
-
export default AIdentityProviderOAuth2Form;
|
|
79
|
-
//# sourceMappingURL=AIdentityProviderOAuth2Form.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderOAuth2Form.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2Form.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,QAAQ,EACR,kBAAkB,EAErB,MAAM,KAAK,CAAC;AAQb,OAAO,KAAK,EACR,gBAAgB,EAEhB,sBAAsB,EACzB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAc,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAqBxE,eAAO,MAAM,2BAA2B;;cAOZ,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;cAS1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAGjB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;cAZ7B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;cAS1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAGjB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA+NvD,CAAC;AAEH,eAAe,2BAA2B,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { Permission } from '@authup/core-kit';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
export declare const APermissionForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<Permission>;
|
|
6
|
-
};
|
|
7
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8
|
-
[key: string]: any;
|
|
9
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Permission>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
entity: {
|
|
11
|
-
type: PropType<Permission>;
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{
|
|
14
|
-
onUpdated?: (item: Permission) => any;
|
|
15
|
-
onDeleted?: (item: Permission) => any;
|
|
16
|
-
onCreated?: (item: Permission) => any;
|
|
17
|
-
onResolved?: (item?: Permission) => any;
|
|
18
|
-
onFailed?: (item: Error) => any;
|
|
19
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
//# sourceMappingURL=APermissionForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"APermissionForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/permission/APermissionForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAInD,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAmDxD,eAAO,MAAM,eAAe;;cACW,QAAQ,CAAC,UAAU,CAAC;;;;;;cAApB,QAAQ,CAAC,UAAU,CAAC;;;;;;;;iFA+MzD,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { Realm } from '@authup/core-kit';
|
|
3
|
-
export declare const ARealmForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<Realm>;
|
|
6
|
-
required: false;
|
|
7
|
-
default: any;
|
|
8
|
-
};
|
|
9
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
entity: {
|
|
13
|
-
type: PropType<Realm>;
|
|
14
|
-
required: false;
|
|
15
|
-
default: any;
|
|
16
|
-
};
|
|
17
|
-
}>> & Readonly<{
|
|
18
|
-
onUpdated?: (item: Realm) => any;
|
|
19
|
-
onDeleted?: (item: Realm) => any;
|
|
20
|
-
onCreated?: (item: Realm) => any;
|
|
21
|
-
onResolved?: (item?: Realm) => any;
|
|
22
|
-
onFailed?: (item: Error) => any;
|
|
23
|
-
}>, {
|
|
24
|
-
entity: Realm;
|
|
25
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
//# sourceMappingURL=ARealmForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ARealmForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/realm/ARealmForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AASxD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAyB9C,eAAO,MAAM,UAAU;;cAGK,QAAQ,CAAC,KAAK,CAAC;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;4EA6KzC,CAAC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { Robot } from '@authup/core-kit';
|
|
3
|
-
export declare const ARobotForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
name: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
default: any;
|
|
7
|
-
};
|
|
8
|
-
entity: {
|
|
9
|
-
type: PropType<Robot>;
|
|
10
|
-
default: any;
|
|
11
|
-
};
|
|
12
|
-
realmId: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: any;
|
|
15
|
-
};
|
|
16
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
|
-
[key: string]: any;
|
|
18
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Robot>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
name: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: any;
|
|
22
|
-
};
|
|
23
|
-
entity: {
|
|
24
|
-
type: PropType<Robot>;
|
|
25
|
-
default: any;
|
|
26
|
-
};
|
|
27
|
-
realmId: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: any;
|
|
30
|
-
};
|
|
31
|
-
}>> & Readonly<{
|
|
32
|
-
onUpdated?: (item: Robot) => any;
|
|
33
|
-
onDeleted?: (item: Robot) => any;
|
|
34
|
-
onCreated?: (item: Robot) => any;
|
|
35
|
-
onResolved?: (item?: Robot) => any;
|
|
36
|
-
onFailed?: (item: Error) => any;
|
|
37
|
-
}>, {
|
|
38
|
-
name: string;
|
|
39
|
-
realmId: string;
|
|
40
|
-
entity: Robot;
|
|
41
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
|
-
export default ARobotForm;
|
|
43
|
-
//# sourceMappingURL=ARobotForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ARobotForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/robot/ARobotForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAUb,OAAO,KAAK,EAAS,KAAK,EAAE,MAAM,kBAAkB,CAAC;AA4BrD,eAAO,MAAM,UAAU;;;;;;cAOK,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;4EA0PzC,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { Role } from '@authup/core-kit';
|
|
3
|
-
export declare const ARoleForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
entity: {
|
|
5
|
-
type: PropType<Role>;
|
|
6
|
-
default: any;
|
|
7
|
-
};
|
|
8
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
-
[key: string]: any;
|
|
10
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Role>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
entity: {
|
|
12
|
-
type: PropType<Role>;
|
|
13
|
-
default: any;
|
|
14
|
-
};
|
|
15
|
-
}>> & Readonly<{
|
|
16
|
-
onUpdated?: (item: Role) => any;
|
|
17
|
-
onDeleted?: (item: Role) => any;
|
|
18
|
-
onCreated?: (item: Role) => any;
|
|
19
|
-
onResolved?: (item?: Role) => any;
|
|
20
|
-
onFailed?: (item: Error) => any;
|
|
21
|
-
}>, {
|
|
22
|
-
entity: Role;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
|
-
export default ARoleForm;
|
|
25
|
-
//# sourceMappingURL=ARoleForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ARoleForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/role/ARoleForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAUxD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AA2B7C,eAAO,MAAM,SAAS;;cAGM,QAAQ,CAAC,IAAI,CAAC;;;;;;;cAAd,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;4EAyKxC,CAAC;AAEH,eAAe,SAAS,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { Scope } from '@authup/core-kit';
|
|
3
|
-
export declare const AScopeForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
name: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
default: any;
|
|
7
|
-
};
|
|
8
|
-
entity: {
|
|
9
|
-
type: PropType<Scope>;
|
|
10
|
-
};
|
|
11
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Scope>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
-
name: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: any;
|
|
17
|
-
};
|
|
18
|
-
entity: {
|
|
19
|
-
type: PropType<Scope>;
|
|
20
|
-
};
|
|
21
|
-
}>> & Readonly<{
|
|
22
|
-
onUpdated?: (item: Scope) => any;
|
|
23
|
-
onDeleted?: (item: Scope) => any;
|
|
24
|
-
onCreated?: (item: Scope) => any;
|
|
25
|
-
onResolved?: (item?: Scope) => any;
|
|
26
|
-
onFailed?: (item: Error) => any;
|
|
27
|
-
}>, {
|
|
28
|
-
name: string;
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
-
export default AScopeForm;
|
|
31
|
-
//# sourceMappingURL=AScopeForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AScopeForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/scope/AScopeForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAUb,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AA2B9C,eAAO,MAAM,UAAU;;;;;;cAMW,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;4EAiL/C,CAAC;AAEH,eAAe,UAAU,CAAC"}
|