@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
|
@@ -15,8 +15,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
15
15
|
data: import("vue").Ref<Policy, Policy>;
|
|
16
16
|
busy: import("vue").Ref<boolean, boolean>;
|
|
17
17
|
isEditing: import("vue").ComputedRef<boolean>;
|
|
18
|
+
isInvalid: import("vue").ComputedRef<boolean>;
|
|
18
19
|
submit: () => Promise<void>;
|
|
19
|
-
vuelidate: import("vue").Ref<import("@vuelidate/core").Validation<import("@vuelidate/core").ValidationArgs<unknown>, unknown>, import("@vuelidate/core").Validation<import("@vuelidate/core").ValidationArgs<unknown>, unknown>>;
|
|
20
20
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
entity: {
|
|
22
22
|
type: PropType<Policy>;
|
|
@@ -54,8 +54,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
54
54
|
}>> & Readonly<{
|
|
55
55
|
onSubmit?: (...args: any[]) => any;
|
|
56
56
|
}>, {
|
|
57
|
-
isEditing: boolean;
|
|
58
57
|
isBusy: boolean;
|
|
58
|
+
isEditing: boolean;
|
|
59
59
|
isInvalid: boolean;
|
|
60
60
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
61
61
|
APolicyTypePicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -63,18 +63,18 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
63
63
|
type: StringConstructor;
|
|
64
64
|
};
|
|
65
65
|
types: {
|
|
66
|
-
type: PropType<(import("@vuecs/
|
|
66
|
+
type: PropType<(import("@vuecs/forms").FormOption | string)[]>;
|
|
67
67
|
};
|
|
68
68
|
}>, {
|
|
69
69
|
option: import("vue").Ref<string, string>;
|
|
70
|
-
options: import("vue").ComputedRef<import("@vuecs/
|
|
70
|
+
options: import("vue").ComputedRef<import("@vuecs/forms").FormOption[]>;
|
|
71
71
|
pick: (val: string) => void;
|
|
72
72
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "pick"[], "pick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
73
73
|
type: {
|
|
74
74
|
type: StringConstructor;
|
|
75
75
|
};
|
|
76
76
|
types: {
|
|
77
|
-
type: PropType<(import("@vuecs/
|
|
77
|
+
type: PropType<(import("@vuecs/forms").FormOption | string)[]>;
|
|
78
78
|
};
|
|
79
79
|
}>> & Readonly<{
|
|
80
80
|
onPick?: (...args: any[]) => any;
|
|
@@ -83,87 +83,29 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
83
83
|
entity: {
|
|
84
84
|
type: PropType<Policy>;
|
|
85
85
|
};
|
|
86
|
+
type: {
|
|
87
|
+
type: PropType<string | null>;
|
|
88
|
+
default: any;
|
|
89
|
+
};
|
|
86
90
|
}>, {
|
|
87
91
|
isEditing: import("vue").ComputedRef<boolean>;
|
|
88
92
|
realmId: import("vue").ComputedRef<string>;
|
|
89
93
|
handleUpdated: () => void;
|
|
90
|
-
typeOptions: import("@vuecs/
|
|
91
|
-
|
|
92
|
-
name: {
|
|
93
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
94
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
95
|
-
min: number;
|
|
96
|
-
}, any>;
|
|
97
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
98
|
-
max: number;
|
|
99
|
-
}, any>;
|
|
100
|
-
};
|
|
101
|
-
invert: {};
|
|
102
|
-
display_name: {
|
|
103
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
104
|
-
min: number;
|
|
105
|
-
}, any>;
|
|
106
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
107
|
-
max: number;
|
|
108
|
-
}, any>;
|
|
109
|
-
};
|
|
110
|
-
description: {
|
|
111
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
112
|
-
min: number;
|
|
113
|
-
}, any>;
|
|
114
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
115
|
-
max: number;
|
|
116
|
-
}, any>;
|
|
117
|
-
};
|
|
118
|
-
realm_id: {};
|
|
119
|
-
}, {
|
|
120
|
-
name: string;
|
|
121
|
-
invert: boolean;
|
|
122
|
-
display_name: string;
|
|
123
|
-
description: string;
|
|
124
|
-
realm_id: string;
|
|
125
|
-
}>, import("@vuelidate/core").Validation<{
|
|
126
|
-
name: {
|
|
127
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
128
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
129
|
-
min: number;
|
|
130
|
-
}, any>;
|
|
131
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
132
|
-
max: number;
|
|
133
|
-
}, any>;
|
|
134
|
-
};
|
|
135
|
-
invert: {};
|
|
136
|
-
display_name: {
|
|
137
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
138
|
-
min: number;
|
|
139
|
-
}, any>;
|
|
140
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
141
|
-
max: number;
|
|
142
|
-
}, any>;
|
|
143
|
-
};
|
|
144
|
-
description: {
|
|
145
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
146
|
-
min: number;
|
|
147
|
-
}, any>;
|
|
148
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
149
|
-
max: number;
|
|
150
|
-
}, any>;
|
|
151
|
-
};
|
|
152
|
-
realm_id: {};
|
|
153
|
-
}, {
|
|
154
|
-
name: string;
|
|
155
|
-
invert: boolean;
|
|
156
|
-
display_name: string;
|
|
157
|
-
description: string;
|
|
158
|
-
realm_id: string;
|
|
159
|
-
}>>;
|
|
94
|
+
typeOptions: import("@vuecs/forms").FormOption[];
|
|
95
|
+
v: import("@validup/vue").Composable<Policy>;
|
|
160
96
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
161
97
|
entity: {
|
|
162
98
|
type: PropType<Policy>;
|
|
163
99
|
};
|
|
100
|
+
type: {
|
|
101
|
+
type: PropType<string | null>;
|
|
102
|
+
default: any;
|
|
103
|
+
};
|
|
164
104
|
}>> & Readonly<{
|
|
165
105
|
onUpdated?: (...args: any[]) => any;
|
|
166
|
-
}>, {
|
|
106
|
+
}>, {
|
|
107
|
+
type: string;
|
|
108
|
+
}, {}, {
|
|
167
109
|
ARealmPicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
168
110
|
query: {
|
|
169
111
|
type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").Realm>>;
|
|
@@ -260,126 +202,246 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
260
202
|
}, import("vue").SlotsType<import("../../index.ts").EntityPickerVSlots<import("@authup/core-kit").Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
261
203
|
VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
262
204
|
modelValue: {
|
|
263
|
-
type:
|
|
264
|
-
default: string;
|
|
205
|
+
type: PropType<string | null | undefined>;
|
|
265
206
|
};
|
|
266
207
|
type: {
|
|
267
208
|
type: StringConstructor;
|
|
268
209
|
default: string;
|
|
269
210
|
};
|
|
270
|
-
|
|
211
|
+
group: {
|
|
212
|
+
type: BooleanConstructor;
|
|
213
|
+
default: boolean;
|
|
214
|
+
};
|
|
215
|
+
groupPrepend: {
|
|
216
|
+
type: BooleanConstructor;
|
|
217
|
+
default: boolean;
|
|
218
|
+
};
|
|
219
|
+
groupPrependContent: {
|
|
271
220
|
type: StringConstructor;
|
|
221
|
+
default: any;
|
|
272
222
|
};
|
|
273
|
-
|
|
223
|
+
groupAppend: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
227
|
+
groupAppendContent: {
|
|
274
228
|
type: StringConstructor;
|
|
229
|
+
default: any;
|
|
230
|
+
};
|
|
231
|
+
debounce: {
|
|
232
|
+
type: NumberConstructor;
|
|
233
|
+
default: number;
|
|
275
234
|
};
|
|
276
|
-
|
|
235
|
+
themeClass: {
|
|
236
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
237
|
+
default: any;
|
|
238
|
+
};
|
|
239
|
+
themeVariant: {
|
|
240
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
241
|
+
default: any;
|
|
242
|
+
};
|
|
243
|
+
}>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
244
|
+
[key: string]: any;
|
|
245
|
+
}> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
277
246
|
modelValue: {
|
|
278
|
-
type:
|
|
279
|
-
default: string;
|
|
247
|
+
type: PropType<string | null | undefined>;
|
|
280
248
|
};
|
|
281
249
|
type: {
|
|
282
250
|
type: StringConstructor;
|
|
283
251
|
default: string;
|
|
284
252
|
};
|
|
285
|
-
|
|
253
|
+
group: {
|
|
254
|
+
type: BooleanConstructor;
|
|
255
|
+
default: boolean;
|
|
256
|
+
};
|
|
257
|
+
groupPrepend: {
|
|
258
|
+
type: BooleanConstructor;
|
|
259
|
+
default: boolean;
|
|
260
|
+
};
|
|
261
|
+
groupPrependContent: {
|
|
286
262
|
type: StringConstructor;
|
|
263
|
+
default: any;
|
|
287
264
|
};
|
|
288
|
-
|
|
265
|
+
groupAppend: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
269
|
+
groupAppendContent: {
|
|
289
270
|
type: StringConstructor;
|
|
271
|
+
default: any;
|
|
272
|
+
};
|
|
273
|
+
debounce: {
|
|
274
|
+
type: NumberConstructor;
|
|
275
|
+
default: number;
|
|
276
|
+
};
|
|
277
|
+
themeClass: {
|
|
278
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
279
|
+
default: any;
|
|
280
|
+
};
|
|
281
|
+
themeVariant: {
|
|
282
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
283
|
+
default: any;
|
|
290
284
|
};
|
|
291
285
|
}>> & Readonly<{
|
|
292
286
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
293
287
|
}>, {
|
|
288
|
+
group: boolean;
|
|
289
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
|
|
290
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
294
291
|
type: string;
|
|
295
|
-
|
|
292
|
+
groupAppend: boolean;
|
|
293
|
+
groupPrepend: boolean;
|
|
294
|
+
groupPrependContent: string;
|
|
295
|
+
groupAppendContent: string;
|
|
296
|
+
debounce: number;
|
|
296
297
|
}, import("vue").SlotsType<{
|
|
297
|
-
groupAppend:
|
|
298
|
-
|
|
299
|
-
tag: string;
|
|
300
|
-
};
|
|
301
|
-
groupPrepend: {
|
|
302
|
-
class: string;
|
|
303
|
-
tag: string;
|
|
304
|
-
};
|
|
298
|
+
groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
299
|
+
groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
305
300
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
306
|
-
|
|
301
|
+
VCFormSwitch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
307
302
|
modelValue: {
|
|
308
|
-
type: PropType<
|
|
303
|
+
type: PropType<boolean | null | undefined>;
|
|
304
|
+
default: any;
|
|
309
305
|
};
|
|
310
|
-
|
|
306
|
+
disabled: {
|
|
311
307
|
type: BooleanConstructor;
|
|
308
|
+
default: boolean;
|
|
309
|
+
};
|
|
310
|
+
required: {
|
|
311
|
+
type: BooleanConstructor;
|
|
312
|
+
default: boolean;
|
|
312
313
|
};
|
|
313
|
-
|
|
314
|
+
name: {
|
|
314
315
|
type: StringConstructor;
|
|
316
|
+
default: any;
|
|
315
317
|
};
|
|
316
|
-
|
|
317
|
-
type:
|
|
318
|
+
value: {
|
|
319
|
+
type: StringConstructor;
|
|
320
|
+
default: string;
|
|
318
321
|
};
|
|
319
|
-
|
|
322
|
+
id: {
|
|
320
323
|
type: StringConstructor;
|
|
324
|
+
default: any;
|
|
325
|
+
};
|
|
326
|
+
label: {
|
|
327
|
+
type: BooleanConstructor;
|
|
328
|
+
default: boolean;
|
|
321
329
|
};
|
|
322
330
|
labelContent: {
|
|
323
331
|
type: StringConstructor;
|
|
332
|
+
default: any;
|
|
333
|
+
};
|
|
334
|
+
themeClass: {
|
|
335
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSwitchThemeClasses>>;
|
|
336
|
+
default: any;
|
|
337
|
+
};
|
|
338
|
+
themeVariant: {
|
|
339
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
340
|
+
default: any;
|
|
324
341
|
};
|
|
325
|
-
}>, () => import("vue").
|
|
342
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
343
|
+
[key: string]: any;
|
|
344
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
326
345
|
modelValue: {
|
|
327
|
-
type: PropType<
|
|
346
|
+
type: PropType<boolean | null | undefined>;
|
|
347
|
+
default: any;
|
|
328
348
|
};
|
|
329
|
-
|
|
349
|
+
disabled: {
|
|
330
350
|
type: BooleanConstructor;
|
|
351
|
+
default: boolean;
|
|
331
352
|
};
|
|
332
|
-
|
|
353
|
+
required: {
|
|
354
|
+
type: BooleanConstructor;
|
|
355
|
+
default: boolean;
|
|
356
|
+
};
|
|
357
|
+
name: {
|
|
333
358
|
type: StringConstructor;
|
|
359
|
+
default: any;
|
|
334
360
|
};
|
|
335
|
-
|
|
336
|
-
type:
|
|
361
|
+
value: {
|
|
362
|
+
type: StringConstructor;
|
|
363
|
+
default: string;
|
|
337
364
|
};
|
|
338
|
-
|
|
365
|
+
id: {
|
|
339
366
|
type: StringConstructor;
|
|
367
|
+
default: any;
|
|
368
|
+
};
|
|
369
|
+
label: {
|
|
370
|
+
type: BooleanConstructor;
|
|
371
|
+
default: boolean;
|
|
340
372
|
};
|
|
341
373
|
labelContent: {
|
|
342
374
|
type: StringConstructor;
|
|
375
|
+
default: any;
|
|
376
|
+
};
|
|
377
|
+
themeClass: {
|
|
378
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSwitchThemeClasses>>;
|
|
379
|
+
default: any;
|
|
380
|
+
};
|
|
381
|
+
themeVariant: {
|
|
382
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
383
|
+
default: any;
|
|
343
384
|
};
|
|
344
385
|
}>> & Readonly<{
|
|
345
386
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
346
387
|
}>, {
|
|
347
388
|
label: boolean;
|
|
348
|
-
|
|
389
|
+
modelValue: boolean;
|
|
390
|
+
value: string;
|
|
391
|
+
disabled: boolean;
|
|
392
|
+
required: boolean;
|
|
393
|
+
name: string;
|
|
394
|
+
id: string;
|
|
395
|
+
labelContent: string;
|
|
396
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSwitchThemeClasses>;
|
|
397
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
349
398
|
}, import("vue").SlotsType<{
|
|
350
|
-
label: import("@vuecs/
|
|
399
|
+
label: import("@vuecs/forms").FormSwitchLabelSlotProps;
|
|
400
|
+
thumb: import("@vuecs/forms").FormSwitchThumbSlotProps;
|
|
351
401
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
352
402
|
VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
353
403
|
label: {
|
|
354
404
|
type: BooleanConstructor;
|
|
355
405
|
default: any;
|
|
356
406
|
};
|
|
357
|
-
|
|
407
|
+
labelTag: {
|
|
358
408
|
type: StringConstructor;
|
|
409
|
+
default: string;
|
|
359
410
|
};
|
|
360
411
|
labelContent: {
|
|
361
412
|
type: StringConstructor;
|
|
413
|
+
default: any;
|
|
362
414
|
};
|
|
363
415
|
hint: {
|
|
364
416
|
type: BooleanConstructor;
|
|
365
417
|
default: any;
|
|
366
418
|
};
|
|
367
|
-
|
|
419
|
+
hintTag: {
|
|
368
420
|
type: StringConstructor;
|
|
421
|
+
default: string;
|
|
369
422
|
};
|
|
370
423
|
hintContent: {
|
|
371
424
|
type: StringConstructor;
|
|
425
|
+
default: any;
|
|
372
426
|
};
|
|
373
427
|
validation: {
|
|
374
|
-
type:
|
|
428
|
+
type: PropType<import("@vuecs/forms").FieldValidation | null>;
|
|
375
429
|
default: any;
|
|
376
430
|
};
|
|
377
431
|
validationSeverity: {
|
|
378
|
-
type: PropType<`${import("@vuecs/
|
|
432
|
+
type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
|
|
379
433
|
default: any;
|
|
380
434
|
};
|
|
381
435
|
validationMessages: {
|
|
382
|
-
type: PropType<import("@vuecs/
|
|
436
|
+
type: PropType<import("@vuecs/forms").ValidationMessages>;
|
|
437
|
+
default: any;
|
|
438
|
+
};
|
|
439
|
+
themeClass: {
|
|
440
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
|
|
441
|
+
default: any;
|
|
442
|
+
};
|
|
443
|
+
themeVariant: {
|
|
444
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
383
445
|
default: any;
|
|
384
446
|
};
|
|
385
447
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -389,57 +451,120 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
389
451
|
type: BooleanConstructor;
|
|
390
452
|
default: any;
|
|
391
453
|
};
|
|
392
|
-
|
|
454
|
+
labelTag: {
|
|
393
455
|
type: StringConstructor;
|
|
456
|
+
default: string;
|
|
394
457
|
};
|
|
395
458
|
labelContent: {
|
|
396
459
|
type: StringConstructor;
|
|
460
|
+
default: any;
|
|
397
461
|
};
|
|
398
462
|
hint: {
|
|
399
463
|
type: BooleanConstructor;
|
|
400
464
|
default: any;
|
|
401
465
|
};
|
|
402
|
-
|
|
466
|
+
hintTag: {
|
|
403
467
|
type: StringConstructor;
|
|
468
|
+
default: string;
|
|
404
469
|
};
|
|
405
470
|
hintContent: {
|
|
406
471
|
type: StringConstructor;
|
|
472
|
+
default: any;
|
|
407
473
|
};
|
|
408
474
|
validation: {
|
|
409
|
-
type:
|
|
475
|
+
type: PropType<import("@vuecs/forms").FieldValidation | null>;
|
|
410
476
|
default: any;
|
|
411
477
|
};
|
|
412
478
|
validationSeverity: {
|
|
413
|
-
type: PropType<`${import("@vuecs/
|
|
479
|
+
type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
|
|
414
480
|
default: any;
|
|
415
481
|
};
|
|
416
482
|
validationMessages: {
|
|
417
|
-
type: PropType<import("@vuecs/
|
|
483
|
+
type: PropType<import("@vuecs/forms").ValidationMessages>;
|
|
484
|
+
default: any;
|
|
485
|
+
};
|
|
486
|
+
themeClass: {
|
|
487
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
|
|
488
|
+
default: any;
|
|
489
|
+
};
|
|
490
|
+
themeVariant: {
|
|
491
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
418
492
|
default: any;
|
|
419
493
|
};
|
|
420
494
|
}>> & Readonly<{}>, {
|
|
421
495
|
label: boolean;
|
|
496
|
+
labelContent: string;
|
|
497
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
|
|
498
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
422
499
|
hint: boolean;
|
|
423
|
-
|
|
424
|
-
|
|
500
|
+
labelTag: string;
|
|
501
|
+
hintTag: string;
|
|
502
|
+
hintContent: string;
|
|
503
|
+
validation: import("@vuecs/forms").FieldValidation;
|
|
425
504
|
validationSeverity: "error" | "warning";
|
|
505
|
+
validationMessages: import("@vuecs/forms").ValidationMessages;
|
|
426
506
|
}, import("vue").SlotsType<{
|
|
427
|
-
default:
|
|
428
|
-
label:
|
|
429
|
-
hint:
|
|
507
|
+
default: Record<string, never>;
|
|
508
|
+
label: Record<string, never>;
|
|
509
|
+
hint: Record<string, never>;
|
|
510
|
+
validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
|
|
511
|
+
validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
|
|
430
512
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
type: PropType<
|
|
513
|
+
VCFormTextarea: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
514
|
+
modelValue: {
|
|
515
|
+
type: PropType<string | null | undefined>;
|
|
516
|
+
};
|
|
517
|
+
debounce: {
|
|
518
|
+
type: NumberConstructor;
|
|
519
|
+
default: number;
|
|
520
|
+
};
|
|
521
|
+
themeClass: {
|
|
522
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormTextareaThemeClasses>>;
|
|
523
|
+
default: any;
|
|
524
|
+
};
|
|
525
|
+
themeVariant: {
|
|
526
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
527
|
+
default: any;
|
|
528
|
+
};
|
|
529
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
530
|
+
[key: string]: any;
|
|
531
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
532
|
+
modelValue: {
|
|
533
|
+
type: PropType<string | null | undefined>;
|
|
534
|
+
};
|
|
535
|
+
debounce: {
|
|
536
|
+
type: NumberConstructor;
|
|
537
|
+
default: number;
|
|
538
|
+
};
|
|
539
|
+
themeClass: {
|
|
540
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormTextareaThemeClasses>>;
|
|
541
|
+
default: any;
|
|
542
|
+
};
|
|
543
|
+
themeVariant: {
|
|
544
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
545
|
+
default: any;
|
|
546
|
+
};
|
|
547
|
+
}>> & Readonly<{
|
|
548
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
549
|
+
}>, {
|
|
550
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormTextareaThemeClasses>;
|
|
551
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
552
|
+
debounce: number;
|
|
553
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
554
|
+
IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
555
|
+
field: {
|
|
556
|
+
type: PropType<import("@validup/vue").FieldState>;
|
|
434
557
|
required: true;
|
|
435
558
|
};
|
|
436
|
-
}>, () => import("vue").
|
|
437
|
-
|
|
438
|
-
type: PropType<
|
|
559
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
560
|
+
field: {
|
|
561
|
+
type: PropType<import("@validup/vue").FieldState>;
|
|
439
562
|
required: true;
|
|
440
563
|
};
|
|
441
564
|
}>> & Readonly<{}>, {}, import("vue").SlotsType<{
|
|
442
|
-
default:
|
|
565
|
+
default?: (props: {
|
|
566
|
+
value: import("@ilingo/validup-vue").FieldValidation;
|
|
567
|
+
}) => import("vue").VNodeChild;
|
|
443
568
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
444
569
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
445
570
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"APolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"APolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyForm.vue"],"names":[],"mappings":"AAgKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAQpC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;wBAe1B,OAAO,YAAY;AAAxC,wBAAyC;AA+EzC,QAAA,MAAM,YAAY;;cAOgB,QAAQ,CAAC,MAAM,CAAC;;;cAClB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;cADd,QAAQ,CAAC,MAAM,CAAC;;;cAClB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCArEG,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA3BH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAdtD,GA5C0B;;;;;;;;;;;;;;;;;;;;;;oEAqPxB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
|
-
import type {
|
|
2
|
+
import type { FormOption } from '@vuecs/forms';
|
|
3
3
|
declare const _default: typeof __VLS_export;
|
|
4
4
|
export default _default;
|
|
5
5
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -7,18 +7,18 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
};
|
|
9
9
|
types: {
|
|
10
|
-
type: PropType<(
|
|
10
|
+
type: PropType<(FormOption | string)[]>;
|
|
11
11
|
};
|
|
12
12
|
}>, {
|
|
13
13
|
option: import("vue").Ref<string, string>;
|
|
14
|
-
options: import("vue").ComputedRef<
|
|
14
|
+
options: import("vue").ComputedRef<FormOption[]>;
|
|
15
15
|
pick: (val: string) => void;
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "pick"[], "pick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
type: {
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
};
|
|
20
20
|
types: {
|
|
21
|
-
type: PropType<(
|
|
21
|
+
type: PropType<(FormOption | string)[]>;
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{
|
|
24
24
|
onPick?: (...args: any[]) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"APolicyTypePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyTypePicker.vue"],"names":[],"mappings":"AAgGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"APolicyTypePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyTypePicker.vue"],"names":[],"mappings":"AAgGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;wBAG1B,OAAO,YAAY;AAAxC,wBAAyC;AA4DzC,QAAA,MAAM,YAAY;;;;;cAGc,QAAQ,CAAC,CAAC,UAAU,GAAG,MAAM,CAAC,EAAE,CAAC;;;;;gBA8BtC,MAAM;;;;;;cA9BD,QAAQ,CAAC,CAAC,UAAU,GAAG,MAAM,CAAC,EAAE,CAAC;;;;iFAyC/D,CAAC"}
|