@authup/client-web-kit 1.0.0-beta.42 → 1.0.0-beta.45
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 +422 -240
- 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/identity-provider/AIdentityProviderBasicFields.vue.d.ts +484 -0
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderForm.vue.d.ts +3354 -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 +360 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue.d.ts +257 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.vue.d.ts +1686 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue.d.ts +260 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue.d.ts +259 -0
- package/dist/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue.d.ts +247 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue.d.ts +240 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue.d.ts.map +1 -0
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue.d.ts +372 -76
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue.d.ts +1551 -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/AIdentityProviders.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 +207 -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 +640 -0
- package/dist/components/entities/permission/APermissionForm.vue.d.ts.map +1 -0
- package/dist/components/entities/permission/APermissions.d.ts.map +1 -1
- 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/APermissionPolicyAssignments.vue.d.ts +1 -0
- package/dist/components/entities/permission-policy/APermissionPolicyAssignments.vue.d.ts.map +1 -1
- package/dist/components/entities/permission-policy-binding/APermissionPolicyBindingButton.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicies.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +389 -128
- package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts +1 -0
- package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyForm.vue.d.ts +393 -132
- package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyInlineInfo.vue.d.ts +1 -0
- package/dist/components/entities/policy/APolicyInlineInfo.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 -115
- 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 +131 -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 -115
- 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 -146
- package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +215 -110
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/realm/ARealmForm.vue.d.ts +469 -0
- package/dist/components/entities/realm/ARealmForm.vue.d.ts.map +1 -0
- package/dist/components/entities/realm/ARealms.d.ts.map +1 -1
- 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 +693 -0
- package/dist/components/entities/robot/ARobotForm.vue.d.ts.map +1 -0
- package/dist/components/entities/robot/ARobots.d.ts.map +1 -1
- 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 +561 -0
- package/dist/components/entities/role/ARoleForm.vue.d.ts.map +1 -0
- package/dist/components/entities/role/ARoles.d.ts.map +1 -1
- 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 +568 -0
- package/dist/components/entities/scope/AScopeForm.vue.d.ts.map +1 -0
- package/dist/components/entities/scope/AScopes.d.ts.map +1 -1
- 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 +658 -0
- package/dist/components/entities/user/AUserForm.vue.d.ts.map +1 -0
- package/dist/components/entities/user/AUserPasswordForm.vue.d.ts +389 -0
- package/dist/components/entities/user/AUserPasswordForm.vue.d.ts.map +1 -0
- package/dist/components/entities/user/AUsers.d.ts.map +1 -1
- 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/ANameInput.vue.d.ts +151 -0
- package/dist/components/utility/ANameInput.vue.d.ts.map +1 -0
- package/dist/components/utility/ASecretInput.vue.d.ts +156 -0
- package/dist/components/utility/ASecretInput.vue.d.ts.map +1 -0
- package/dist/components/utility/AToggleButton.vue.d.ts +42 -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 +137 -107
- 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 +3 -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/index.d.ts +0 -1
- package/dist/components/utility/translation/index.d.ts.map +1 -1
- package/dist/components/workflows/Login.vue.d.ts +347 -59
- package/dist/components/workflows/Login.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/Authorize.vue.d.ts +350 -59
- package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +4 -0
- 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/AuthorizeScopes.vue.d.ts +2 -0
- package/dist/components/workflows/authorize/AuthorizeScopes.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 +1 -52
- package/dist/core/translator/constants.d.ts.map +1 -1
- package/dist/core/translator/helpers.d.ts +27 -4
- package/dist/core/translator/helpers.d.ts.map +1 -1
- package/dist/core/translator/install.d.ts +35 -0
- package/dist/core/translator/install.d.ts.map +1 -1
- package/dist/core/translator/singleton.d.ts +29 -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 +7118 -2907
- package/dist/index.mjs.map +1 -1
- package/dist/module.d.ts.map +1 -1
- package/package.json +52 -30
- 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/components/utility/translation/ATranslationDefault.vue.d.ts +0 -43
- package/dist/components/utility/translation/ATranslationDefault.vue.d.ts.map +0 -1
- package/dist/core/translator/de/client.d.ts +0 -3
- package/dist/core/translator/de/client.d.ts.map +0 -1
- package/dist/core/translator/de/default.d.ts +0 -3
- package/dist/core/translator/de/default.d.ts.map +0 -1
- package/dist/core/translator/de/index.d.ts +0 -5
- package/dist/core/translator/de/index.d.ts.map +0 -1
- package/dist/core/translator/de/vuecs.d.ts +0 -3
- package/dist/core/translator/de/vuecs.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/client.d.ts +0 -3
- package/dist/core/translator/en/client.d.ts.map +0 -1
- package/dist/core/translator/en/default.d.ts +0 -3
- package/dist/core/translator/en/default.d.ts.map +0 -1
- package/dist/core/translator/en/index.d.ts +0 -5
- package/dist/core/translator/en/index.d.ts.map +0 -1
- package/dist/core/translator/en/vuecs.d.ts +0 -3
- package/dist/core/translator/en/vuecs.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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
|
+
import { TranslatorTranslationClientKey, TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '../../../core';
|
|
2
3
|
import { type Client } from '@authup/core-kit';
|
|
3
|
-
import { TranslatorTranslationDefaultKey, TranslatorTranslationGroup } from '../../../core';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
|
5
5
|
export default _default;
|
|
6
6
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -17,135 +17,14 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
17
17
|
default: any;
|
|
18
18
|
};
|
|
19
19
|
}>, {
|
|
20
|
-
translationsDefault: Record<
|
|
21
|
-
translationsClient: Record<
|
|
22
|
-
|
|
23
|
-
active: {
|
|
24
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
25
|
-
};
|
|
26
|
-
name: {
|
|
27
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
28
|
-
alphaUpperNumHyphenUnderscoreDot: any;
|
|
29
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
30
|
-
min: number;
|
|
31
|
-
}, any>;
|
|
32
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
33
|
-
max: number;
|
|
34
|
-
}, any>;
|
|
35
|
-
};
|
|
36
|
-
display_name: {
|
|
37
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
38
|
-
min: number;
|
|
39
|
-
}, any>;
|
|
40
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
41
|
-
max: number;
|
|
42
|
-
}, any>;
|
|
43
|
-
};
|
|
44
|
-
description: {
|
|
45
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
46
|
-
min: number;
|
|
47
|
-
}, any>;
|
|
48
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
49
|
-
max: number;
|
|
50
|
-
}, any>;
|
|
51
|
-
};
|
|
52
|
-
realm_id: {
|
|
53
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
54
|
-
};
|
|
55
|
-
redirect_uri: {
|
|
56
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
57
|
-
max: number;
|
|
58
|
-
}, any>;
|
|
59
|
-
};
|
|
60
|
-
is_confidential: {};
|
|
61
|
-
secret: {
|
|
62
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
63
|
-
min: number;
|
|
64
|
-
}, any>;
|
|
65
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
66
|
-
max: number;
|
|
67
|
-
}, any>;
|
|
68
|
-
};
|
|
69
|
-
secret_hashed: {};
|
|
70
|
-
}, {
|
|
71
|
-
active: boolean;
|
|
72
|
-
name: string;
|
|
73
|
-
display_name: string;
|
|
74
|
-
description: string;
|
|
75
|
-
realm_id: string;
|
|
76
|
-
redirect_uri: string;
|
|
77
|
-
base_url: string;
|
|
78
|
-
root_url: string;
|
|
79
|
-
is_confidential: boolean;
|
|
80
|
-
secret: string;
|
|
81
|
-
secret_hashed: boolean;
|
|
82
|
-
}>, import("@vuelidate/core").Validation<{
|
|
83
|
-
active: {
|
|
84
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
85
|
-
};
|
|
86
|
-
name: {
|
|
87
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
88
|
-
alphaUpperNumHyphenUnderscoreDot: any;
|
|
89
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
90
|
-
min: number;
|
|
91
|
-
}, any>;
|
|
92
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
93
|
-
max: number;
|
|
94
|
-
}, any>;
|
|
95
|
-
};
|
|
96
|
-
display_name: {
|
|
97
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
98
|
-
min: number;
|
|
99
|
-
}, any>;
|
|
100
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
101
|
-
max: number;
|
|
102
|
-
}, any>;
|
|
103
|
-
};
|
|
104
|
-
description: {
|
|
105
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
106
|
-
min: number;
|
|
107
|
-
}, any>;
|
|
108
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
109
|
-
max: number;
|
|
110
|
-
}, any>;
|
|
111
|
-
};
|
|
112
|
-
realm_id: {
|
|
113
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
114
|
-
};
|
|
115
|
-
redirect_uri: {
|
|
116
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
117
|
-
max: number;
|
|
118
|
-
}, any>;
|
|
119
|
-
};
|
|
120
|
-
is_confidential: {};
|
|
121
|
-
secret: {
|
|
122
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
123
|
-
min: number;
|
|
124
|
-
}, any>;
|
|
125
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
126
|
-
max: number;
|
|
127
|
-
}, any>;
|
|
128
|
-
};
|
|
129
|
-
secret_hashed: {};
|
|
130
|
-
}, {
|
|
131
|
-
active: boolean;
|
|
132
|
-
name: string;
|
|
133
|
-
display_name: string;
|
|
134
|
-
description: string;
|
|
135
|
-
realm_id: string;
|
|
136
|
-
redirect_uri: string;
|
|
137
|
-
base_url: string;
|
|
138
|
-
root_url: string;
|
|
139
|
-
is_confidential: boolean;
|
|
140
|
-
secret: string;
|
|
141
|
-
secret_hashed: boolean;
|
|
142
|
-
}>>;
|
|
20
|
+
translationsDefault: Record<TranslatorTranslationFieldKey.NAME | TranslatorTranslationFieldKey.DISPLAY_NAME | TranslatorTranslationFieldKey.DESCRIPTION | TranslatorTranslationFieldKey.SECRET | TranslatorTranslationFieldKey.REDIRECT_URIS | TranslatorTranslationEntityKey.REALM, string>;
|
|
21
|
+
translationsClient: Record<TranslatorTranslationClientKey.NAME_HINT | TranslatorTranslationClientKey.DESCRIPTION_HINT | TranslatorTranslationClientKey.REDIRECT_URI_HINT | TranslatorTranslationClientKey.IS_CONFIDENTIAL | TranslatorTranslationClientKey.IS_ACTIVE | TranslatorTranslationClientKey.HASH_SECRET, string>;
|
|
22
|
+
v: import("@validup/vue").Composable<Client>;
|
|
143
23
|
data: import("vue").Ref<Client, Client>;
|
|
144
24
|
isNameFixed: import("vue").ComputedRef<boolean>;
|
|
145
25
|
isBusy: boolean;
|
|
146
26
|
isEditing: import("vue").ComputedRef<boolean>;
|
|
147
27
|
isSecretHashed: import("vue").ComputedRef<boolean>;
|
|
148
|
-
generateSecret: () => string;
|
|
149
28
|
redirectUris: import("vue").ComputedRef<string[]>;
|
|
150
29
|
submit: () => Promise<void>;
|
|
151
30
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -201,10 +80,282 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
201
80
|
}>> & Readonly<{
|
|
202
81
|
onSubmit?: (...args: any[]) => any;
|
|
203
82
|
}>, {
|
|
204
|
-
isEditing: boolean;
|
|
205
83
|
isBusy: boolean;
|
|
84
|
+
isEditing: boolean;
|
|
206
85
|
isInvalid: boolean;
|
|
207
86
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
87
|
+
ANameInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
88
|
+
modelValue: {
|
|
89
|
+
type: PropType<string | null | undefined>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
disabled: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
label: {
|
|
97
|
+
type: PropType<string | undefined>;
|
|
98
|
+
default: any;
|
|
99
|
+
};
|
|
100
|
+
}>, {
|
|
101
|
+
buttonLabel: import("vue").ComputedRef<string>;
|
|
102
|
+
onUpdate: (value: string) => void;
|
|
103
|
+
generate: () => void;
|
|
104
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
105
|
+
modelValue: {
|
|
106
|
+
type: PropType<string | null | undefined>;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
disabled: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
label: {
|
|
114
|
+
type: PropType<string | undefined>;
|
|
115
|
+
default: any;
|
|
116
|
+
};
|
|
117
|
+
}>> & Readonly<{
|
|
118
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
119
|
+
}>, {
|
|
120
|
+
modelValue: string;
|
|
121
|
+
label: string;
|
|
122
|
+
disabled: boolean;
|
|
123
|
+
}, {}, {
|
|
124
|
+
VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
125
|
+
modelValue: {
|
|
126
|
+
type: PropType<string | null | undefined>;
|
|
127
|
+
};
|
|
128
|
+
type: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
group: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
groupPrepend: {
|
|
137
|
+
type: BooleanConstructor;
|
|
138
|
+
default: boolean;
|
|
139
|
+
};
|
|
140
|
+
groupPrependContent: {
|
|
141
|
+
type: StringConstructor;
|
|
142
|
+
default: any;
|
|
143
|
+
};
|
|
144
|
+
groupAppend: {
|
|
145
|
+
type: BooleanConstructor;
|
|
146
|
+
default: boolean;
|
|
147
|
+
};
|
|
148
|
+
groupAppendContent: {
|
|
149
|
+
type: StringConstructor;
|
|
150
|
+
default: any;
|
|
151
|
+
};
|
|
152
|
+
debounce: {
|
|
153
|
+
type: NumberConstructor;
|
|
154
|
+
default: number;
|
|
155
|
+
};
|
|
156
|
+
themeClass: {
|
|
157
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
158
|
+
default: any;
|
|
159
|
+
};
|
|
160
|
+
themeVariant: {
|
|
161
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
162
|
+
default: any;
|
|
163
|
+
};
|
|
164
|
+
}>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
165
|
+
[key: string]: any;
|
|
166
|
+
}> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
167
|
+
modelValue: {
|
|
168
|
+
type: PropType<string | null | undefined>;
|
|
169
|
+
};
|
|
170
|
+
type: {
|
|
171
|
+
type: StringConstructor;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
174
|
+
group: {
|
|
175
|
+
type: BooleanConstructor;
|
|
176
|
+
default: boolean;
|
|
177
|
+
};
|
|
178
|
+
groupPrepend: {
|
|
179
|
+
type: BooleanConstructor;
|
|
180
|
+
default: boolean;
|
|
181
|
+
};
|
|
182
|
+
groupPrependContent: {
|
|
183
|
+
type: StringConstructor;
|
|
184
|
+
default: any;
|
|
185
|
+
};
|
|
186
|
+
groupAppend: {
|
|
187
|
+
type: BooleanConstructor;
|
|
188
|
+
default: boolean;
|
|
189
|
+
};
|
|
190
|
+
groupAppendContent: {
|
|
191
|
+
type: StringConstructor;
|
|
192
|
+
default: any;
|
|
193
|
+
};
|
|
194
|
+
debounce: {
|
|
195
|
+
type: NumberConstructor;
|
|
196
|
+
default: number;
|
|
197
|
+
};
|
|
198
|
+
themeClass: {
|
|
199
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
200
|
+
default: any;
|
|
201
|
+
};
|
|
202
|
+
themeVariant: {
|
|
203
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
204
|
+
default: any;
|
|
205
|
+
};
|
|
206
|
+
}>> & Readonly<{
|
|
207
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
208
|
+
}>, {
|
|
209
|
+
group: boolean;
|
|
210
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
|
|
211
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
212
|
+
type: string;
|
|
213
|
+
groupAppend: boolean;
|
|
214
|
+
groupPrepend: boolean;
|
|
215
|
+
groupPrependContent: string;
|
|
216
|
+
groupAppendContent: string;
|
|
217
|
+
debounce: number;
|
|
218
|
+
}, import("vue").SlotsType<{
|
|
219
|
+
groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
220
|
+
groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
221
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
222
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
223
|
+
ASecretInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
224
|
+
modelValue: {
|
|
225
|
+
type: PropType<string | null | undefined>;
|
|
226
|
+
default: string;
|
|
227
|
+
};
|
|
228
|
+
disabled: {
|
|
229
|
+
type: BooleanConstructor;
|
|
230
|
+
default: boolean;
|
|
231
|
+
};
|
|
232
|
+
label: {
|
|
233
|
+
type: PropType<string | undefined>;
|
|
234
|
+
default: any;
|
|
235
|
+
};
|
|
236
|
+
}>, {
|
|
237
|
+
buttonLabel: import("vue").ComputedRef<string>;
|
|
238
|
+
onUpdate: (value: string) => void;
|
|
239
|
+
generate: () => void;
|
|
240
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
241
|
+
modelValue: {
|
|
242
|
+
type: PropType<string | null | undefined>;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
245
|
+
disabled: {
|
|
246
|
+
type: BooleanConstructor;
|
|
247
|
+
default: boolean;
|
|
248
|
+
};
|
|
249
|
+
label: {
|
|
250
|
+
type: PropType<string | undefined>;
|
|
251
|
+
default: any;
|
|
252
|
+
};
|
|
253
|
+
}>> & Readonly<{
|
|
254
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
255
|
+
}>, {
|
|
256
|
+
modelValue: string;
|
|
257
|
+
label: string;
|
|
258
|
+
disabled: boolean;
|
|
259
|
+
}, {}, {
|
|
260
|
+
VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
261
|
+
modelValue: {
|
|
262
|
+
type: PropType<string | null | undefined>;
|
|
263
|
+
};
|
|
264
|
+
type: {
|
|
265
|
+
type: StringConstructor;
|
|
266
|
+
default: string;
|
|
267
|
+
};
|
|
268
|
+
group: {
|
|
269
|
+
type: BooleanConstructor;
|
|
270
|
+
default: boolean;
|
|
271
|
+
};
|
|
272
|
+
groupPrepend: {
|
|
273
|
+
type: BooleanConstructor;
|
|
274
|
+
default: boolean;
|
|
275
|
+
};
|
|
276
|
+
groupPrependContent: {
|
|
277
|
+
type: StringConstructor;
|
|
278
|
+
default: any;
|
|
279
|
+
};
|
|
280
|
+
groupAppend: {
|
|
281
|
+
type: BooleanConstructor;
|
|
282
|
+
default: boolean;
|
|
283
|
+
};
|
|
284
|
+
groupAppendContent: {
|
|
285
|
+
type: StringConstructor;
|
|
286
|
+
default: any;
|
|
287
|
+
};
|
|
288
|
+
debounce: {
|
|
289
|
+
type: NumberConstructor;
|
|
290
|
+
default: number;
|
|
291
|
+
};
|
|
292
|
+
themeClass: {
|
|
293
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
294
|
+
default: any;
|
|
295
|
+
};
|
|
296
|
+
themeVariant: {
|
|
297
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
298
|
+
default: any;
|
|
299
|
+
};
|
|
300
|
+
}>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
301
|
+
[key: string]: any;
|
|
302
|
+
}> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
303
|
+
modelValue: {
|
|
304
|
+
type: PropType<string | null | undefined>;
|
|
305
|
+
};
|
|
306
|
+
type: {
|
|
307
|
+
type: StringConstructor;
|
|
308
|
+
default: string;
|
|
309
|
+
};
|
|
310
|
+
group: {
|
|
311
|
+
type: BooleanConstructor;
|
|
312
|
+
default: boolean;
|
|
313
|
+
};
|
|
314
|
+
groupPrepend: {
|
|
315
|
+
type: BooleanConstructor;
|
|
316
|
+
default: boolean;
|
|
317
|
+
};
|
|
318
|
+
groupPrependContent: {
|
|
319
|
+
type: StringConstructor;
|
|
320
|
+
default: any;
|
|
321
|
+
};
|
|
322
|
+
groupAppend: {
|
|
323
|
+
type: BooleanConstructor;
|
|
324
|
+
default: boolean;
|
|
325
|
+
};
|
|
326
|
+
groupAppendContent: {
|
|
327
|
+
type: StringConstructor;
|
|
328
|
+
default: any;
|
|
329
|
+
};
|
|
330
|
+
debounce: {
|
|
331
|
+
type: NumberConstructor;
|
|
332
|
+
default: number;
|
|
333
|
+
};
|
|
334
|
+
themeClass: {
|
|
335
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
336
|
+
default: any;
|
|
337
|
+
};
|
|
338
|
+
themeVariant: {
|
|
339
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
340
|
+
default: any;
|
|
341
|
+
};
|
|
342
|
+
}>> & Readonly<{
|
|
343
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
344
|
+
}>, {
|
|
345
|
+
group: boolean;
|
|
346
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
|
|
347
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
348
|
+
type: string;
|
|
349
|
+
groupAppend: boolean;
|
|
350
|
+
groupPrepend: boolean;
|
|
351
|
+
groupPrependContent: string;
|
|
352
|
+
groupAppendContent: string;
|
|
353
|
+
debounce: number;
|
|
354
|
+
}, import("vue").SlotsType<{
|
|
355
|
+
groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
356
|
+
groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
357
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
358
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
208
359
|
ARealmPicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
209
360
|
query: {
|
|
210
361
|
type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").Realm>>;
|
|
@@ -328,6 +479,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
328
479
|
id: number;
|
|
329
480
|
value: string;
|
|
330
481
|
}[]>;
|
|
482
|
+
translationsAction: Record<import("@authup/i18n").TranslatorTranslationActionKey.ADD, string>;
|
|
331
483
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
332
484
|
names: {
|
|
333
485
|
type: PropType<string[]>;
|
|
@@ -348,43 +500,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
348
500
|
minItems: number;
|
|
349
501
|
maxItems: number;
|
|
350
502
|
}, {}, {
|
|
351
|
-
ATranslationDefault: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
352
|
-
name: {
|
|
353
|
-
type: PropType<`${TranslatorTranslationDefaultKey}`>;
|
|
354
|
-
required: true;
|
|
355
|
-
};
|
|
356
|
-
}>, {
|
|
357
|
-
TranslatorTranslationGroup: typeof TranslatorTranslationGroup;
|
|
358
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
359
|
-
name: {
|
|
360
|
-
type: PropType<`${TranslatorTranslationDefaultKey}`>;
|
|
361
|
-
required: true;
|
|
362
|
-
};
|
|
363
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
364
|
-
ATranslation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
365
|
-
group: {
|
|
366
|
-
type: StringConstructor;
|
|
367
|
-
required: true;
|
|
368
|
-
};
|
|
369
|
-
name: {
|
|
370
|
-
type: StringConstructor;
|
|
371
|
-
required: true;
|
|
372
|
-
};
|
|
373
|
-
}>, () => string[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
374
|
-
[key: string]: any;
|
|
375
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
376
|
-
[key: string]: any;
|
|
377
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
378
|
-
group: {
|
|
379
|
-
type: StringConstructor;
|
|
380
|
-
required: true;
|
|
381
|
-
};
|
|
382
|
-
name: {
|
|
383
|
-
type: StringConstructor;
|
|
384
|
-
required: true;
|
|
385
|
-
};
|
|
386
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
387
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
388
503
|
AFormInputListItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
389
504
|
name: {
|
|
390
505
|
type: StringConstructor;
|
|
@@ -397,31 +512,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
397
512
|
}>, {
|
|
398
513
|
handleUpdated: () => void;
|
|
399
514
|
handleDeleted: () => void;
|
|
400
|
-
|
|
401
|
-
name: {
|
|
402
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
403
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
404
|
-
min: number;
|
|
405
|
-
}, any>;
|
|
406
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
407
|
-
max: number;
|
|
408
|
-
}, any>;
|
|
409
|
-
};
|
|
410
|
-
}, {
|
|
411
|
-
name: string;
|
|
412
|
-
}>, import("@vuelidate/core").Validation<{
|
|
413
|
-
name: {
|
|
414
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
415
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
416
|
-
min: number;
|
|
417
|
-
}, any>;
|
|
418
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
419
|
-
max: number;
|
|
420
|
-
}, any>;
|
|
421
|
-
};
|
|
422
|
-
}, {
|
|
515
|
+
v: import("@validup/vue").Composable<{
|
|
423
516
|
name: string;
|
|
424
|
-
}
|
|
517
|
+
}>;
|
|
425
518
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted")[], "updated" | "deleted", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
426
519
|
name: {
|
|
427
520
|
type: StringConstructor;
|
|
@@ -438,95 +531,147 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
438
531
|
name: string;
|
|
439
532
|
disabled: boolean;
|
|
440
533
|
}, {}, {
|
|
441
|
-
IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
442
|
-
validation: {
|
|
443
|
-
type: PropType<Record<string, any>>;
|
|
444
|
-
required: true;
|
|
445
|
-
};
|
|
446
|
-
}>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
447
|
-
validation: {
|
|
448
|
-
type: PropType<Record<string, any>>;
|
|
449
|
-
required: true;
|
|
450
|
-
};
|
|
451
|
-
}>> & Readonly<{}>, {}, import("vue").SlotsType<{
|
|
452
|
-
default: import("@ilingo/vuelidate").SlotProps;
|
|
453
|
-
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
454
534
|
VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
455
535
|
modelValue: {
|
|
456
|
-
type:
|
|
457
|
-
default: string;
|
|
536
|
+
type: PropType<string | null | undefined>;
|
|
458
537
|
};
|
|
459
538
|
type: {
|
|
460
539
|
type: StringConstructor;
|
|
461
540
|
default: string;
|
|
462
541
|
};
|
|
463
|
-
|
|
542
|
+
group: {
|
|
543
|
+
type: BooleanConstructor;
|
|
544
|
+
default: boolean;
|
|
545
|
+
};
|
|
546
|
+
groupPrepend: {
|
|
547
|
+
type: BooleanConstructor;
|
|
548
|
+
default: boolean;
|
|
549
|
+
};
|
|
550
|
+
groupPrependContent: {
|
|
464
551
|
type: StringConstructor;
|
|
552
|
+
default: any;
|
|
465
553
|
};
|
|
466
|
-
|
|
554
|
+
groupAppend: {
|
|
555
|
+
type: BooleanConstructor;
|
|
556
|
+
default: boolean;
|
|
557
|
+
};
|
|
558
|
+
groupAppendContent: {
|
|
467
559
|
type: StringConstructor;
|
|
560
|
+
default: any;
|
|
561
|
+
};
|
|
562
|
+
debounce: {
|
|
563
|
+
type: NumberConstructor;
|
|
564
|
+
default: number;
|
|
565
|
+
};
|
|
566
|
+
themeClass: {
|
|
567
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
568
|
+
default: any;
|
|
468
569
|
};
|
|
469
|
-
|
|
570
|
+
themeVariant: {
|
|
571
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
572
|
+
default: any;
|
|
573
|
+
};
|
|
574
|
+
}>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
575
|
+
[key: string]: any;
|
|
576
|
+
}> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
470
577
|
modelValue: {
|
|
471
|
-
type:
|
|
472
|
-
default: string;
|
|
578
|
+
type: PropType<string | null | undefined>;
|
|
473
579
|
};
|
|
474
580
|
type: {
|
|
475
581
|
type: StringConstructor;
|
|
476
582
|
default: string;
|
|
477
583
|
};
|
|
478
|
-
|
|
584
|
+
group: {
|
|
585
|
+
type: BooleanConstructor;
|
|
586
|
+
default: boolean;
|
|
587
|
+
};
|
|
588
|
+
groupPrepend: {
|
|
589
|
+
type: BooleanConstructor;
|
|
590
|
+
default: boolean;
|
|
591
|
+
};
|
|
592
|
+
groupPrependContent: {
|
|
479
593
|
type: StringConstructor;
|
|
594
|
+
default: any;
|
|
595
|
+
};
|
|
596
|
+
groupAppend: {
|
|
597
|
+
type: BooleanConstructor;
|
|
598
|
+
default: boolean;
|
|
480
599
|
};
|
|
481
|
-
|
|
600
|
+
groupAppendContent: {
|
|
482
601
|
type: StringConstructor;
|
|
602
|
+
default: any;
|
|
603
|
+
};
|
|
604
|
+
debounce: {
|
|
605
|
+
type: NumberConstructor;
|
|
606
|
+
default: number;
|
|
607
|
+
};
|
|
608
|
+
themeClass: {
|
|
609
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
610
|
+
default: any;
|
|
611
|
+
};
|
|
612
|
+
themeVariant: {
|
|
613
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
614
|
+
default: any;
|
|
483
615
|
};
|
|
484
616
|
}>> & Readonly<{
|
|
485
617
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
486
618
|
}>, {
|
|
619
|
+
group: boolean;
|
|
620
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
|
|
621
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
487
622
|
type: string;
|
|
488
|
-
|
|
623
|
+
groupAppend: boolean;
|
|
624
|
+
groupPrepend: boolean;
|
|
625
|
+
groupPrependContent: string;
|
|
626
|
+
groupAppendContent: string;
|
|
627
|
+
debounce: number;
|
|
489
628
|
}, import("vue").SlotsType<{
|
|
490
|
-
groupAppend:
|
|
491
|
-
|
|
492
|
-
tag: string;
|
|
493
|
-
};
|
|
494
|
-
groupPrepend: {
|
|
495
|
-
class: string;
|
|
496
|
-
tag: string;
|
|
497
|
-
};
|
|
629
|
+
groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
630
|
+
groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
498
631
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
499
632
|
VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
500
633
|
label: {
|
|
501
634
|
type: BooleanConstructor;
|
|
502
635
|
default: any;
|
|
503
636
|
};
|
|
504
|
-
|
|
637
|
+
labelTag: {
|
|
505
638
|
type: StringConstructor;
|
|
639
|
+
default: string;
|
|
506
640
|
};
|
|
507
641
|
labelContent: {
|
|
508
642
|
type: StringConstructor;
|
|
643
|
+
default: any;
|
|
509
644
|
};
|
|
510
645
|
hint: {
|
|
511
646
|
type: BooleanConstructor;
|
|
512
647
|
default: any;
|
|
513
648
|
};
|
|
514
|
-
|
|
649
|
+
hintTag: {
|
|
515
650
|
type: StringConstructor;
|
|
651
|
+
default: string;
|
|
516
652
|
};
|
|
517
653
|
hintContent: {
|
|
518
654
|
type: StringConstructor;
|
|
655
|
+
default: any;
|
|
519
656
|
};
|
|
520
657
|
validation: {
|
|
521
|
-
type:
|
|
658
|
+
type: PropType<import("@vuecs/forms").FieldValidation | null>;
|
|
522
659
|
default: any;
|
|
523
660
|
};
|
|
524
661
|
validationSeverity: {
|
|
525
|
-
type: PropType<`${import("@vuecs/
|
|
662
|
+
type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
|
|
526
663
|
default: any;
|
|
527
664
|
};
|
|
528
665
|
validationMessages: {
|
|
529
|
-
type: PropType<import("@vuecs/
|
|
666
|
+
type: PropType<import("@vuecs/forms").ValidationMessages>;
|
|
667
|
+
default: any;
|
|
668
|
+
};
|
|
669
|
+
themeClass: {
|
|
670
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
|
|
671
|
+
default: any;
|
|
672
|
+
};
|
|
673
|
+
themeVariant: {
|
|
674
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
530
675
|
default: any;
|
|
531
676
|
};
|
|
532
677
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -536,59 +681,96 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
536
681
|
type: BooleanConstructor;
|
|
537
682
|
default: any;
|
|
538
683
|
};
|
|
539
|
-
|
|
684
|
+
labelTag: {
|
|
540
685
|
type: StringConstructor;
|
|
686
|
+
default: string;
|
|
541
687
|
};
|
|
542
688
|
labelContent: {
|
|
543
689
|
type: StringConstructor;
|
|
690
|
+
default: any;
|
|
544
691
|
};
|
|
545
692
|
hint: {
|
|
546
693
|
type: BooleanConstructor;
|
|
547
694
|
default: any;
|
|
548
695
|
};
|
|
549
|
-
|
|
696
|
+
hintTag: {
|
|
550
697
|
type: StringConstructor;
|
|
698
|
+
default: string;
|
|
551
699
|
};
|
|
552
700
|
hintContent: {
|
|
553
701
|
type: StringConstructor;
|
|
702
|
+
default: any;
|
|
554
703
|
};
|
|
555
704
|
validation: {
|
|
556
|
-
type:
|
|
705
|
+
type: PropType<import("@vuecs/forms").FieldValidation | null>;
|
|
557
706
|
default: any;
|
|
558
707
|
};
|
|
559
708
|
validationSeverity: {
|
|
560
|
-
type: PropType<`${import("@vuecs/
|
|
709
|
+
type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
|
|
561
710
|
default: any;
|
|
562
711
|
};
|
|
563
712
|
validationMessages: {
|
|
564
|
-
type: PropType<import("@vuecs/
|
|
713
|
+
type: PropType<import("@vuecs/forms").ValidationMessages>;
|
|
714
|
+
default: any;
|
|
715
|
+
};
|
|
716
|
+
themeClass: {
|
|
717
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
|
|
718
|
+
default: any;
|
|
719
|
+
};
|
|
720
|
+
themeVariant: {
|
|
721
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
565
722
|
default: any;
|
|
566
723
|
};
|
|
567
724
|
}>> & Readonly<{}>, {
|
|
568
725
|
label: boolean;
|
|
726
|
+
labelContent: string;
|
|
727
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
|
|
728
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
569
729
|
hint: boolean;
|
|
570
|
-
|
|
571
|
-
|
|
730
|
+
labelTag: string;
|
|
731
|
+
hintTag: string;
|
|
732
|
+
hintContent: string;
|
|
733
|
+
validation: import("@vuecs/forms").FieldValidation;
|
|
572
734
|
validationSeverity: "error" | "warning";
|
|
735
|
+
validationMessages: import("@vuecs/forms").ValidationMessages;
|
|
573
736
|
}, import("vue").SlotsType<{
|
|
574
|
-
default:
|
|
575
|
-
label:
|
|
576
|
-
hint:
|
|
737
|
+
default: Record<string, never>;
|
|
738
|
+
label: Record<string, never>;
|
|
739
|
+
hint: Record<string, never>;
|
|
740
|
+
validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
|
|
741
|
+
validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
|
|
742
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
743
|
+
IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
744
|
+
field: {
|
|
745
|
+
type: PropType<import("@validup/vue").FieldState>;
|
|
746
|
+
required: true;
|
|
747
|
+
};
|
|
748
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
749
|
+
field: {
|
|
750
|
+
type: PropType<import("@validup/vue").FieldState>;
|
|
751
|
+
required: true;
|
|
752
|
+
};
|
|
753
|
+
}>> & Readonly<{}>, {}, import("vue").SlotsType<{
|
|
754
|
+
default?: (props: {
|
|
755
|
+
value: import("@ilingo/validup-vue").FieldValidation;
|
|
756
|
+
}) => import("vue").VNodeChild;
|
|
577
757
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
578
758
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
579
759
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
type: PropType<
|
|
760
|
+
IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
761
|
+
field: {
|
|
762
|
+
type: PropType<import("@validup/vue").FieldState>;
|
|
583
763
|
required: true;
|
|
584
764
|
};
|
|
585
|
-
}>, () => import("vue").
|
|
586
|
-
|
|
587
|
-
type: PropType<
|
|
765
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
766
|
+
field: {
|
|
767
|
+
type: PropType<import("@validup/vue").FieldState>;
|
|
588
768
|
required: true;
|
|
589
769
|
};
|
|
590
770
|
}>> & Readonly<{}>, {}, import("vue").SlotsType<{
|
|
591
|
-
default:
|
|
771
|
+
default?: (props: {
|
|
772
|
+
value: import("@ilingo/validup-vue").FieldValidation;
|
|
773
|
+
}) => import("vue").VNodeChild;
|
|
592
774
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
593
775
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
594
776
|
//# sourceMappingURL=AClientForm.vue.d.ts.map
|