@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
|
@@ -179,55 +179,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
179
179
|
};
|
|
180
180
|
}>, {
|
|
181
181
|
updateRealmId: (realmId: string | string[]) => void;
|
|
182
|
-
|
|
183
|
-
name: {
|
|
184
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
185
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
186
|
-
min: number;
|
|
187
|
-
}, any>;
|
|
188
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
189
|
-
max: number;
|
|
190
|
-
}, any>;
|
|
191
|
-
};
|
|
192
|
-
password: {
|
|
193
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
194
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
195
|
-
min: number;
|
|
196
|
-
}, any>;
|
|
197
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
198
|
-
max: number;
|
|
199
|
-
}, any>;
|
|
200
|
-
};
|
|
201
|
-
realm_id: {};
|
|
202
|
-
}, {
|
|
182
|
+
v: import("@validup/vue").Composable<{
|
|
203
183
|
name: string;
|
|
204
184
|
password: string;
|
|
205
185
|
realm_id: string;
|
|
206
|
-
}
|
|
207
|
-
name: {
|
|
208
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
209
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
210
|
-
min: number;
|
|
211
|
-
}, any>;
|
|
212
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
213
|
-
max: number;
|
|
214
|
-
}, any>;
|
|
215
|
-
};
|
|
216
|
-
password: {
|
|
217
|
-
required: import("@vuelidate/core").ValidationRuleWithoutParams<any>;
|
|
218
|
-
minLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
219
|
-
min: number;
|
|
220
|
-
}, any>;
|
|
221
|
-
maxLength: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
222
|
-
max: number;
|
|
223
|
-
}, any>;
|
|
224
|
-
};
|
|
225
|
-
realm_id: {};
|
|
226
|
-
}, {
|
|
227
|
-
name: string;
|
|
228
|
-
password: string;
|
|
229
|
-
realm_id: string;
|
|
230
|
-
}>>;
|
|
186
|
+
}>;
|
|
231
187
|
form: {
|
|
232
188
|
name: string;
|
|
233
189
|
password: string;
|
|
@@ -235,6 +191,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
235
191
|
};
|
|
236
192
|
submit: () => Promise<void>;
|
|
237
193
|
busy: import("vue").Ref<boolean, boolean>;
|
|
194
|
+
submitButton: import("vue").ComputedRef<import("@vuecs/forms").SubmitButtonBindings>;
|
|
238
195
|
identityProviderQuery: import("vue").Ref<import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>, import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>>;
|
|
239
196
|
identityProviderRef: import("vue").Ref<{
|
|
240
197
|
[x: string]: unknown;
|
|
@@ -415,19 +372,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
415
372
|
}, import("vue").SlotsType<{
|
|
416
373
|
default: import("../../utility/title/type.ts").TitleSlotProps;
|
|
417
374
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
418
|
-
IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
419
|
-
validation: {
|
|
420
|
-
type: PropType<Record<string, any>>;
|
|
421
|
-
required: true;
|
|
422
|
-
};
|
|
423
|
-
}>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
424
|
-
validation: {
|
|
425
|
-
type: PropType<Record<string, any>>;
|
|
426
|
-
required: true;
|
|
427
|
-
};
|
|
428
|
-
}>> & Readonly<{}>, {}, import("vue").SlotsType<{
|
|
429
|
-
default: import("@ilingo/vuelidate").SlotProps;
|
|
430
|
-
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
431
375
|
AIdentityProviders: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
432
376
|
query: {
|
|
433
377
|
type: PropType<import("rapiq").BuildInput<import("@authup/core-kit").IdentityProvider>>;
|
|
@@ -547,6 +491,348 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
547
491
|
};
|
|
548
492
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
549
493
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
494
|
+
VCButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
495
|
+
color: {
|
|
496
|
+
type: PropType<import("@vuecs/button").ButtonColor>;
|
|
497
|
+
default: any;
|
|
498
|
+
};
|
|
499
|
+
variant: {
|
|
500
|
+
type: PropType<import("@vuecs/button").ButtonVariant>;
|
|
501
|
+
default: any;
|
|
502
|
+
};
|
|
503
|
+
size: {
|
|
504
|
+
type: PropType<import("@vuecs/button").ButtonSize>;
|
|
505
|
+
default: any;
|
|
506
|
+
};
|
|
507
|
+
type: {
|
|
508
|
+
type: StringConstructor;
|
|
509
|
+
default: string;
|
|
510
|
+
};
|
|
511
|
+
tag: {
|
|
512
|
+
type: StringConstructor;
|
|
513
|
+
default: string;
|
|
514
|
+
};
|
|
515
|
+
label: {
|
|
516
|
+
type: StringConstructor;
|
|
517
|
+
default: any;
|
|
518
|
+
};
|
|
519
|
+
iconLeft: {
|
|
520
|
+
type: StringConstructor;
|
|
521
|
+
default: any;
|
|
522
|
+
};
|
|
523
|
+
iconRight: {
|
|
524
|
+
type: StringConstructor;
|
|
525
|
+
default: any;
|
|
526
|
+
};
|
|
527
|
+
loading: {
|
|
528
|
+
type: BooleanConstructor;
|
|
529
|
+
default: boolean;
|
|
530
|
+
};
|
|
531
|
+
disabled: {
|
|
532
|
+
type: BooleanConstructor;
|
|
533
|
+
default: boolean;
|
|
534
|
+
};
|
|
535
|
+
themeClass: {
|
|
536
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/button").ButtonThemeClasses>>;
|
|
537
|
+
default: any;
|
|
538
|
+
};
|
|
539
|
+
themeVariant: {
|
|
540
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
541
|
+
default: any;
|
|
542
|
+
};
|
|
543
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
544
|
+
[key: string]: any;
|
|
545
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
546
|
+
color: {
|
|
547
|
+
type: PropType<import("@vuecs/button").ButtonColor>;
|
|
548
|
+
default: any;
|
|
549
|
+
};
|
|
550
|
+
variant: {
|
|
551
|
+
type: PropType<import("@vuecs/button").ButtonVariant>;
|
|
552
|
+
default: any;
|
|
553
|
+
};
|
|
554
|
+
size: {
|
|
555
|
+
type: PropType<import("@vuecs/button").ButtonSize>;
|
|
556
|
+
default: any;
|
|
557
|
+
};
|
|
558
|
+
type: {
|
|
559
|
+
type: StringConstructor;
|
|
560
|
+
default: string;
|
|
561
|
+
};
|
|
562
|
+
tag: {
|
|
563
|
+
type: StringConstructor;
|
|
564
|
+
default: string;
|
|
565
|
+
};
|
|
566
|
+
label: {
|
|
567
|
+
type: StringConstructor;
|
|
568
|
+
default: any;
|
|
569
|
+
};
|
|
570
|
+
iconLeft: {
|
|
571
|
+
type: StringConstructor;
|
|
572
|
+
default: any;
|
|
573
|
+
};
|
|
574
|
+
iconRight: {
|
|
575
|
+
type: StringConstructor;
|
|
576
|
+
default: any;
|
|
577
|
+
};
|
|
578
|
+
loading: {
|
|
579
|
+
type: BooleanConstructor;
|
|
580
|
+
default: boolean;
|
|
581
|
+
};
|
|
582
|
+
disabled: {
|
|
583
|
+
type: BooleanConstructor;
|
|
584
|
+
default: boolean;
|
|
585
|
+
};
|
|
586
|
+
themeClass: {
|
|
587
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/button").ButtonThemeClasses>>;
|
|
588
|
+
default: any;
|
|
589
|
+
};
|
|
590
|
+
themeVariant: {
|
|
591
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
592
|
+
default: any;
|
|
593
|
+
};
|
|
594
|
+
}>> & Readonly<{}>, {
|
|
595
|
+
label: string;
|
|
596
|
+
color: import("@vuecs/button").ButtonColor;
|
|
597
|
+
variant: import("@vuecs/button").ButtonVariant;
|
|
598
|
+
size: import("@vuecs/button").ButtonSize;
|
|
599
|
+
type: string;
|
|
600
|
+
tag: string;
|
|
601
|
+
iconLeft: string;
|
|
602
|
+
iconRight: string;
|
|
603
|
+
loading: boolean;
|
|
604
|
+
disabled: boolean;
|
|
605
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/button").ButtonThemeClasses>;
|
|
606
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
607
|
+
}, import("vue").SlotsType<{
|
|
608
|
+
default: import("@vuecs/button").ButtonSlotProps;
|
|
609
|
+
leading: import("@vuecs/button").ButtonSlotProps;
|
|
610
|
+
trailing: import("@vuecs/button").ButtonSlotProps;
|
|
611
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
612
|
+
VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
613
|
+
label: {
|
|
614
|
+
type: BooleanConstructor;
|
|
615
|
+
default: any;
|
|
616
|
+
};
|
|
617
|
+
labelTag: {
|
|
618
|
+
type: StringConstructor;
|
|
619
|
+
default: string;
|
|
620
|
+
};
|
|
621
|
+
labelContent: {
|
|
622
|
+
type: StringConstructor;
|
|
623
|
+
default: any;
|
|
624
|
+
};
|
|
625
|
+
hint: {
|
|
626
|
+
type: BooleanConstructor;
|
|
627
|
+
default: any;
|
|
628
|
+
};
|
|
629
|
+
hintTag: {
|
|
630
|
+
type: StringConstructor;
|
|
631
|
+
default: string;
|
|
632
|
+
};
|
|
633
|
+
hintContent: {
|
|
634
|
+
type: StringConstructor;
|
|
635
|
+
default: any;
|
|
636
|
+
};
|
|
637
|
+
validation: {
|
|
638
|
+
type: PropType<import("@vuecs/forms").FieldValidation | null>;
|
|
639
|
+
default: any;
|
|
640
|
+
};
|
|
641
|
+
validationSeverity: {
|
|
642
|
+
type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
|
|
643
|
+
default: any;
|
|
644
|
+
};
|
|
645
|
+
validationMessages: {
|
|
646
|
+
type: PropType<import("@vuecs/forms").ValidationMessages>;
|
|
647
|
+
default: any;
|
|
648
|
+
};
|
|
649
|
+
themeClass: {
|
|
650
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
|
|
651
|
+
default: any;
|
|
652
|
+
};
|
|
653
|
+
themeVariant: {
|
|
654
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
655
|
+
default: any;
|
|
656
|
+
};
|
|
657
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
658
|
+
[key: string]: any;
|
|
659
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
660
|
+
label: {
|
|
661
|
+
type: BooleanConstructor;
|
|
662
|
+
default: any;
|
|
663
|
+
};
|
|
664
|
+
labelTag: {
|
|
665
|
+
type: StringConstructor;
|
|
666
|
+
default: string;
|
|
667
|
+
};
|
|
668
|
+
labelContent: {
|
|
669
|
+
type: StringConstructor;
|
|
670
|
+
default: any;
|
|
671
|
+
};
|
|
672
|
+
hint: {
|
|
673
|
+
type: BooleanConstructor;
|
|
674
|
+
default: any;
|
|
675
|
+
};
|
|
676
|
+
hintTag: {
|
|
677
|
+
type: StringConstructor;
|
|
678
|
+
default: string;
|
|
679
|
+
};
|
|
680
|
+
hintContent: {
|
|
681
|
+
type: StringConstructor;
|
|
682
|
+
default: any;
|
|
683
|
+
};
|
|
684
|
+
validation: {
|
|
685
|
+
type: PropType<import("@vuecs/forms").FieldValidation | null>;
|
|
686
|
+
default: any;
|
|
687
|
+
};
|
|
688
|
+
validationSeverity: {
|
|
689
|
+
type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
|
|
690
|
+
default: any;
|
|
691
|
+
};
|
|
692
|
+
validationMessages: {
|
|
693
|
+
type: PropType<import("@vuecs/forms").ValidationMessages>;
|
|
694
|
+
default: any;
|
|
695
|
+
};
|
|
696
|
+
themeClass: {
|
|
697
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
|
|
698
|
+
default: any;
|
|
699
|
+
};
|
|
700
|
+
themeVariant: {
|
|
701
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
702
|
+
default: any;
|
|
703
|
+
};
|
|
704
|
+
}>> & Readonly<{}>, {
|
|
705
|
+
label: boolean;
|
|
706
|
+
labelContent: string;
|
|
707
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
|
|
708
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
709
|
+
hint: boolean;
|
|
710
|
+
labelTag: string;
|
|
711
|
+
hintTag: string;
|
|
712
|
+
hintContent: string;
|
|
713
|
+
validation: import("@vuecs/forms").FieldValidation;
|
|
714
|
+
validationSeverity: "error" | "warning";
|
|
715
|
+
validationMessages: import("@vuecs/forms").ValidationMessages;
|
|
716
|
+
}, import("vue").SlotsType<{
|
|
717
|
+
default: Record<string, never>;
|
|
718
|
+
label: Record<string, never>;
|
|
719
|
+
hint: Record<string, never>;
|
|
720
|
+
validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
|
|
721
|
+
validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
|
|
722
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
723
|
+
VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
724
|
+
modelValue: {
|
|
725
|
+
type: PropType<string | null | undefined>;
|
|
726
|
+
};
|
|
727
|
+
type: {
|
|
728
|
+
type: StringConstructor;
|
|
729
|
+
default: string;
|
|
730
|
+
};
|
|
731
|
+
group: {
|
|
732
|
+
type: BooleanConstructor;
|
|
733
|
+
default: boolean;
|
|
734
|
+
};
|
|
735
|
+
groupPrepend: {
|
|
736
|
+
type: BooleanConstructor;
|
|
737
|
+
default: boolean;
|
|
738
|
+
};
|
|
739
|
+
groupPrependContent: {
|
|
740
|
+
type: StringConstructor;
|
|
741
|
+
default: any;
|
|
742
|
+
};
|
|
743
|
+
groupAppend: {
|
|
744
|
+
type: BooleanConstructor;
|
|
745
|
+
default: boolean;
|
|
746
|
+
};
|
|
747
|
+
groupAppendContent: {
|
|
748
|
+
type: StringConstructor;
|
|
749
|
+
default: any;
|
|
750
|
+
};
|
|
751
|
+
debounce: {
|
|
752
|
+
type: NumberConstructor;
|
|
753
|
+
default: number;
|
|
754
|
+
};
|
|
755
|
+
themeClass: {
|
|
756
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
757
|
+
default: any;
|
|
758
|
+
};
|
|
759
|
+
themeVariant: {
|
|
760
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
761
|
+
default: any;
|
|
762
|
+
};
|
|
763
|
+
}>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
764
|
+
[key: string]: any;
|
|
765
|
+
}> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
766
|
+
modelValue: {
|
|
767
|
+
type: PropType<string | null | undefined>;
|
|
768
|
+
};
|
|
769
|
+
type: {
|
|
770
|
+
type: StringConstructor;
|
|
771
|
+
default: string;
|
|
772
|
+
};
|
|
773
|
+
group: {
|
|
774
|
+
type: BooleanConstructor;
|
|
775
|
+
default: boolean;
|
|
776
|
+
};
|
|
777
|
+
groupPrepend: {
|
|
778
|
+
type: BooleanConstructor;
|
|
779
|
+
default: boolean;
|
|
780
|
+
};
|
|
781
|
+
groupPrependContent: {
|
|
782
|
+
type: StringConstructor;
|
|
783
|
+
default: any;
|
|
784
|
+
};
|
|
785
|
+
groupAppend: {
|
|
786
|
+
type: BooleanConstructor;
|
|
787
|
+
default: boolean;
|
|
788
|
+
};
|
|
789
|
+
groupAppendContent: {
|
|
790
|
+
type: StringConstructor;
|
|
791
|
+
default: any;
|
|
792
|
+
};
|
|
793
|
+
debounce: {
|
|
794
|
+
type: NumberConstructor;
|
|
795
|
+
default: number;
|
|
796
|
+
};
|
|
797
|
+
themeClass: {
|
|
798
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
799
|
+
default: any;
|
|
800
|
+
};
|
|
801
|
+
themeVariant: {
|
|
802
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
803
|
+
default: any;
|
|
804
|
+
};
|
|
805
|
+
}>> & Readonly<{
|
|
806
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
807
|
+
}>, {
|
|
808
|
+
group: boolean;
|
|
809
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
|
|
810
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
811
|
+
type: string;
|
|
812
|
+
groupAppend: boolean;
|
|
813
|
+
groupPrepend: boolean;
|
|
814
|
+
groupPrependContent: string;
|
|
815
|
+
groupAppendContent: string;
|
|
816
|
+
debounce: number;
|
|
817
|
+
}, import("vue").SlotsType<{
|
|
818
|
+
groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
819
|
+
groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
820
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
821
|
+
IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
822
|
+
field: {
|
|
823
|
+
type: PropType<import("@validup/vue").FieldState>;
|
|
824
|
+
required: true;
|
|
825
|
+
};
|
|
826
|
+
}>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
827
|
+
field: {
|
|
828
|
+
type: PropType<import("@validup/vue").FieldState>;
|
|
829
|
+
required: true;
|
|
830
|
+
};
|
|
831
|
+
}>> & Readonly<{}>, {}, import("vue").SlotsType<{
|
|
832
|
+
default?: (props: {
|
|
833
|
+
value: import("@ilingo/validup-vue").FieldValidation;
|
|
834
|
+
}) => VNodeChild;
|
|
835
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
550
836
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
551
837
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
552
838
|
//# sourceMappingURL=Authorize.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Authorize.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/Authorize.vue"],"names":[],"mappings":"AAsIA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;wBA0B3B,OAAO,YAAY;AAAxC,wBAAyC;AAazC,QAAA,MAAM,YAAY;;cAOqB,QAAQ,CAAC,8BAA8B,CAAC;;;cAC7C,QAAQ,CAAC,MAAM,CAAC;;;;;;cAEjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACjB,QAAQ,CAAC,KAAK,CAAC;;;;;;cAJT,QAAQ,CAAC,8BAA8B,CAAC;;;cAC7C,QAAQ,CAAC,MAAM,CAAC;;;;;;cAEjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACjB,QAAQ,CAAC,KAAK,CAAC
|
|
1
|
+
{"version":3,"file":"Authorize.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/Authorize.vue"],"names":[],"mappings":"AAsIA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;wBA0B3B,OAAO,YAAY;AAAxC,wBAAyC;AAazC,QAAA,MAAM,YAAY;;cAOqB,QAAQ,CAAC,8BAA8B,CAAC;;;cAC7C,QAAQ,CAAC,MAAM,CAAC;;;;;;cAEjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACjB,QAAQ,CAAC,KAAK,CAAC;;;;;;cAJT,QAAQ,CAAC,8BAA8B,CAAC;;;cAC7C,QAAQ,CAAC,MAAM,CAAC;;;;;;cAEjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACjB,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAsEd,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAFnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthorizeForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeForm.vue"],"names":[],"mappings":"AA6JA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACtF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAKf,OAAO,YAAY;AAAxC,wBAAyC;
|
|
1
|
+
{"version":3,"file":"AuthorizeForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeForm.vue"],"names":[],"mappings":"AA6JA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACtF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAKf,OAAO,YAAY;AAAxC,wBAAyC;AA2JzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,MAAM,CAAC;;;;cAGX,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAEtB,QAAQ,CAAC,8BAA8B,CAAC;;;;;;;;cALxC,QAAQ,CAAC,MAAM,CAAC;;;;cAGX,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cAEtB,QAAQ,CAAC,8BAA8B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAoDlE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthorizeScope.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeScope.vue"],"names":[],"mappings":"AAoDA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAGf,OAAO,YAAY;AAAxC,wBAAyC;
|
|
1
|
+
{"version":3,"file":"AuthorizeScope.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeScope.vue"],"names":[],"mappings":"AAoDA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAGf,OAAO,YAAY;AAAxC,wBAAyC;AAgDzC,QAAA,MAAM,YAAY;;cAGU,QAAQ,CAAC,KAAK,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;cAJjB,QAAQ,CAAC,KAAK,CAAC;;;;cAIhB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;4EAS3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthorizeText.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeText.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AuthorizeText.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeText.vue"],"names":[],"mappings":"wBAyCqB,OAAO,YAAY;AAAxC,wBAAyC;AAmDzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;4EAQhB,CAAC"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import type { HTMLAttributes, MaybeRef, VNode, VNodeChild } from 'vue';
|
|
2
|
+
import type { FormOption, ValidationMessages } from '@vuecs/forms';
|
|
3
|
+
type LegacyAttrs = HTMLAttributes & Record<string, any>;
|
|
4
|
+
type ValidationSeverity = 'error' | 'warning';
|
|
5
|
+
export type FormGroupOptionsInput = {
|
|
6
|
+
label?: boolean;
|
|
7
|
+
labelTag?: string;
|
|
8
|
+
labelContent?: VNodeChild;
|
|
9
|
+
hint?: boolean;
|
|
10
|
+
hintTag?: string;
|
|
11
|
+
hintContent?: VNodeChild;
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated The boolean visibility toggle was removed in
|
|
14
|
+
* `@vuecs/forms` 5.x — visibility derives from content + slot
|
|
15
|
+
* presence. Kept on the input type for one cycle to avoid
|
|
16
|
+
* breaking consumer call sites; the value is ignored.
|
|
17
|
+
*/
|
|
18
|
+
validation?: boolean;
|
|
19
|
+
validationMessages?: ValidationMessages;
|
|
20
|
+
validationSeverity?: ValidationSeverity;
|
|
21
|
+
content?: VNodeChild;
|
|
22
|
+
};
|
|
23
|
+
export declare function buildFormGroup(input: FormGroupOptionsInput): VNode;
|
|
24
|
+
export type FormInputBuildOptionsInput = {
|
|
25
|
+
value?: MaybeRef<unknown>;
|
|
26
|
+
onChange?: (input: any) => void;
|
|
27
|
+
type?: string;
|
|
28
|
+
group?: boolean;
|
|
29
|
+
groupPrepend?: boolean;
|
|
30
|
+
groupPrependContent?: VNodeChild;
|
|
31
|
+
groupAppend?: boolean;
|
|
32
|
+
groupAppendContent?: VNodeChild;
|
|
33
|
+
/** Native attributes forwarded to the inner `<input>` (legacy compat — old builder API). */
|
|
34
|
+
props?: LegacyAttrs;
|
|
35
|
+
/** Additional classes on the rendered input element. */
|
|
36
|
+
class?: any;
|
|
37
|
+
};
|
|
38
|
+
export declare function buildFormInput(input: FormInputBuildOptionsInput): VNodeChild;
|
|
39
|
+
export declare function buildFormInputText(input: FormInputBuildOptionsInput): VNodeChild;
|
|
40
|
+
export type FormTextareaBuildOptionsInput = {
|
|
41
|
+
value?: MaybeRef<unknown>;
|
|
42
|
+
onChange?: (input: any) => void;
|
|
43
|
+
/** Native attributes forwarded to the inner `<textarea>` (legacy compat). */
|
|
44
|
+
props?: LegacyAttrs;
|
|
45
|
+
class?: any;
|
|
46
|
+
};
|
|
47
|
+
export declare function buildFormTextarea(input: FormTextareaBuildOptionsInput): VNodeChild;
|
|
48
|
+
export type FormCheckboxBuildOptionsInput = {
|
|
49
|
+
value?: MaybeRef<unknown>;
|
|
50
|
+
onChange?: (input: any) => void;
|
|
51
|
+
label?: boolean;
|
|
52
|
+
labelContent?: VNodeChild;
|
|
53
|
+
group?: boolean;
|
|
54
|
+
/** Legacy compat — old builder accepted a class for the outer group wrapper. */
|
|
55
|
+
groupClass?: any;
|
|
56
|
+
class?: any;
|
|
57
|
+
props?: LegacyAttrs;
|
|
58
|
+
};
|
|
59
|
+
export declare function buildFormCheckbox(input: FormCheckboxBuildOptionsInput): VNodeChild;
|
|
60
|
+
/**
|
|
61
|
+
* Switch (toggle) variant of `buildFormCheckbox`. Renders `<VCFormSwitch>`
|
|
62
|
+
* — the dedicated slider component in `@vuecs/forms` 4.x — using the same
|
|
63
|
+
* `{ value, onChange, label, labelContent, groupClass, ... }` shape so the
|
|
64
|
+
* pre-1.x `buildFormCheckbox({ groupClass: 'form-switch' })` call sites
|
|
65
|
+
* migrate by a single rename.
|
|
66
|
+
*
|
|
67
|
+
* `groupClass` maps to `themeClass.group` (the OUTER wrapper override),
|
|
68
|
+
* not `class` — Vue's `mergeProps` would otherwise concatenate it onto
|
|
69
|
+
* the inner SwitchRoot button, which offsets the button relative to the
|
|
70
|
+
* label inside the wrapper's `items-center` and visibly misaligns them.
|
|
71
|
+
*
|
|
72
|
+
* Must wrap in `extend()` so it MERGES with the theme's base wrapper
|
|
73
|
+
* classes (`inline-flex items-center gap-2`). Without `extend()`,
|
|
74
|
+
* vuecs's `applyOverrides` REPLACES the slot — blowing away the gap
|
|
75
|
+
* and items-center, so the switch and label collapse together.
|
|
76
|
+
*/
|
|
77
|
+
export declare function buildFormSwitch(input: FormCheckboxBuildOptionsInput): VNodeChild;
|
|
78
|
+
export type FormSelectOptionLegacy = {
|
|
79
|
+
id?: string | number;
|
|
80
|
+
label?: string;
|
|
81
|
+
value: unknown;
|
|
82
|
+
disabled?: boolean;
|
|
83
|
+
};
|
|
84
|
+
export type FormSelectBuildOptionsInput = {
|
|
85
|
+
value?: MaybeRef<unknown>;
|
|
86
|
+
onChange?: (input: any) => void;
|
|
87
|
+
options: (FormSelectOptionLegacy | FormOption)[];
|
|
88
|
+
optionDefault?: boolean;
|
|
89
|
+
optionDefaultId?: string | number;
|
|
90
|
+
optionDefaultValue?: string;
|
|
91
|
+
};
|
|
92
|
+
export declare function buildFormSelect(input: FormSelectBuildOptionsInput): VNodeChild;
|
|
93
|
+
export type FormSubmitOptionsInput = {
|
|
94
|
+
submit: () => void | Promise<void>;
|
|
95
|
+
busy?: MaybeRef<boolean>;
|
|
96
|
+
invalid?: boolean;
|
|
97
|
+
isEditing?: boolean;
|
|
98
|
+
createText?: string;
|
|
99
|
+
updateText?: string;
|
|
100
|
+
/** Iconify name rendered before the label in create mode. Defaults to a FA plus glyph. */
|
|
101
|
+
createIcon?: string;
|
|
102
|
+
/** Iconify name rendered before the label in update mode. Defaults to a FA save glyph. */
|
|
103
|
+
updateIcon?: string;
|
|
104
|
+
type?: string;
|
|
105
|
+
/** Set to `false` to suppress the leading icon entirely. Defaults to `true`. */
|
|
106
|
+
icon?: boolean;
|
|
107
|
+
};
|
|
108
|
+
export declare function buildFormSubmit(input: FormSubmitOptionsInput): VNodeChild;
|
|
109
|
+
export {};
|
|
110
|
+
//# sourceMappingURL=builders.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"builders.d.ts","sourceRoot":"","sources":["../../../src/core/form/builders.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ComponentDefaultValues } from '@vuecs/core';
|
|
2
|
+
import type { SubmitButtonDefaults } from '@vuecs/forms';
|
|
3
|
+
/**
|
|
4
|
+
* Build the `submitButton` defaults for @vuecs/forms's
|
|
5
|
+
* `useSubmitButton()` composable, wired to authup's translator. Pass into
|
|
6
|
+
* `app.use(vuecs, { defaults: { submitButton: ... } })` once at app
|
|
7
|
+
* bootstrap so `useSubmitButton()` / `buildFormSubmit()` pick up
|
|
8
|
+
* locale-reactive labels without per-call work.
|
|
9
|
+
*
|
|
10
|
+
* MUST be called within an injection context (component setup or a Nuxt
|
|
11
|
+
* plugin's `setup()`) — `useTranslation` reads the live locale provider
|
|
12
|
+
* via `inject()`. The translator must be installed first.
|
|
13
|
+
*/
|
|
14
|
+
export declare function buildSubmitButtonDefaults(): ComponentDefaultValues<SubmitButtonDefaults>;
|
|
15
|
+
//# sourceMappingURL=defaults.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../src/core/form/defaults.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAOzD;;;;;;;;;;GAUG;AACH,wBAAgB,yBAAyB,IAAI,sBAAsB,CAAC,oBAAoB,CAAC,CAexF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/form/index.ts"],"names":[],"mappings":"AAOA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/form/index.ts"],"names":[],"mappings":"AAOA,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|
|
@@ -1,10 +1,22 @@
|
|
|
1
|
-
import type { FormSubmitOptionsInput } from '
|
|
1
|
+
import type { FormSubmitOptionsInput } from './builders';
|
|
2
2
|
import type { Ref, VNodeChild } from 'vue';
|
|
3
3
|
type FormSubmitTranslations = {
|
|
4
4
|
createText: Ref<string>;
|
|
5
5
|
updateText: Ref<string>;
|
|
6
6
|
};
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated Submit-button labels are now resolved through vuecs's
|
|
9
|
+
* DefaultsManager (see `buildSubmitButtonDefaults()`). Callers can drop
|
|
10
|
+
* this helper and use `buildFormSubmit(...)` directly. Kept as a no-op
|
|
11
|
+
* shim returning empty refs so the 40-odd existing callers continue to
|
|
12
|
+
* compile; will be removed once the migration is complete.
|
|
13
|
+
*/
|
|
7
14
|
export declare function createFormSubmitTranslations(): FormSubmitTranslations;
|
|
8
|
-
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated Use `buildFormSubmit(options)` directly. The translation
|
|
17
|
+
* argument is ignored — labels resolve via vuecs's DefaultsManager
|
|
18
|
+
* (wired in `apps/client-web/plugins/vuecs.ts`).
|
|
19
|
+
*/
|
|
20
|
+
export declare function buildFormSubmitWithTranslations(options: FormSubmitOptionsInput, _translations: FormSubmitTranslations): VNodeChild;
|
|
9
21
|
export {};
|
|
10
22
|
//# sourceMappingURL=submit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submit.d.ts","sourceRoot":"","sources":["../../../src/core/form/submit.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"submit.d.ts","sourceRoot":"","sources":["../../../src/core/form/submit.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAEzD,OAAO,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC1B,UAAU,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACxB,UAAU,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;CAC3B,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,4BAA4B,IAAK,sBAAsB,CAKtE;AAED;;;;GAIG;AACH,wBAAgB,+BAA+B,CAC3C,OAAO,EAAE,sBAAsB,EAC/B,aAAa,EAAE,sBAAsB,GACrC,UAAU,CAEb"}
|
package/dist/core/index.d.ts
CHANGED
package/dist/core/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAOA,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAOA,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC"}
|