@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,7 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
|
+
import { TranslatorTranslationFieldKey } from '../../../../core';
|
|
2
3
|
import type { Policy } from '@authup/core-kit';
|
|
3
|
-
import type {
|
|
4
|
+
import type { FormOption } from '@vuecs/forms';
|
|
4
5
|
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
6
7
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -10,81 +11,19 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10
11
|
}>, {
|
|
11
12
|
handleUpdated: () => void;
|
|
12
13
|
handleIntervalUpdated: (value: string) => void;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
day_of_week: {
|
|
19
|
-
minValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
20
|
-
min: number;
|
|
21
|
-
}, any>;
|
|
22
|
-
maxValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
23
|
-
max: number;
|
|
24
|
-
}, any>;
|
|
25
|
-
};
|
|
26
|
-
day_of_month: {
|
|
27
|
-
minValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
28
|
-
min: number;
|
|
29
|
-
}, any>;
|
|
30
|
-
maxValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
31
|
-
max: number;
|
|
32
|
-
}, any>;
|
|
33
|
-
};
|
|
34
|
-
day_of_year: {
|
|
35
|
-
minValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
36
|
-
min: number;
|
|
37
|
-
}, any>;
|
|
38
|
-
maxValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
39
|
-
max: number;
|
|
40
|
-
}, any>;
|
|
41
|
-
};
|
|
42
|
-
}, {
|
|
43
|
-
start: string;
|
|
44
|
-
end: string;
|
|
45
|
-
interval: string;
|
|
46
|
-
day_of_week: string;
|
|
47
|
-
day_of_month: string;
|
|
48
|
-
day_of_year: string;
|
|
49
|
-
}>, import("@vuelidate/core").Validation<{
|
|
50
|
-
start: {};
|
|
51
|
-
end: {};
|
|
52
|
-
interval: {};
|
|
53
|
-
day_of_week: {
|
|
54
|
-
minValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
55
|
-
min: number;
|
|
56
|
-
}, any>;
|
|
57
|
-
maxValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
58
|
-
max: number;
|
|
59
|
-
}, any>;
|
|
60
|
-
};
|
|
61
|
-
day_of_month: {
|
|
62
|
-
minValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
63
|
-
min: number;
|
|
64
|
-
}, any>;
|
|
65
|
-
maxValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
66
|
-
max: number;
|
|
67
|
-
}, any>;
|
|
68
|
-
};
|
|
69
|
-
day_of_year: {
|
|
70
|
-
minValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
71
|
-
min: number;
|
|
72
|
-
}, any>;
|
|
73
|
-
maxValue: import("@vuelidate/core").ValidationRuleWithParams<{
|
|
74
|
-
max: number;
|
|
75
|
-
}, any>;
|
|
76
|
-
};
|
|
77
|
-
}, {
|
|
14
|
+
displayIntervalForDayOfWeek: import("vue").ComputedRef<boolean>;
|
|
15
|
+
displayIntervalForDayOfMonth: import("vue").ComputedRef<boolean>;
|
|
16
|
+
displayIntervalForDayOfYear: import("vue").ComputedRef<boolean>;
|
|
17
|
+
intervalOptions: FormOption[];
|
|
18
|
+
v: import("@validup/vue").Composable<{
|
|
78
19
|
start: string;
|
|
79
20
|
end: string;
|
|
80
21
|
interval: string;
|
|
81
22
|
day_of_week: string;
|
|
82
23
|
day_of_month: string;
|
|
83
24
|
day_of_year: string;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
displayIntervalForDayOfMonth: import("vue").ComputedRef<boolean>;
|
|
87
|
-
displayIntervalForDayOfYear: import("vue").ComputedRef<boolean>;
|
|
25
|
+
}>;
|
|
26
|
+
translationsDefault: Record<TranslatorTranslationFieldKey.START | TranslatorTranslationFieldKey.END | TranslatorTranslationFieldKey.INTERVAL | TranslatorTranslationFieldKey.DAY_OF_WEEK | TranslatorTranslationFieldKey.DAY_OF_MONTH | TranslatorTranslationFieldKey.DAY_OF_YEAR, string>;
|
|
88
27
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
89
28
|
entity: {
|
|
90
29
|
type: PropType<Partial<Policy>>;
|
|
@@ -94,80 +33,145 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
94
33
|
}>, {}, {}, {
|
|
95
34
|
VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
96
35
|
modelValue: {
|
|
97
|
-
type:
|
|
98
|
-
default: string;
|
|
36
|
+
type: PropType<string | null | undefined>;
|
|
99
37
|
};
|
|
100
38
|
type: {
|
|
101
39
|
type: StringConstructor;
|
|
102
40
|
default: string;
|
|
103
41
|
};
|
|
104
|
-
|
|
42
|
+
group: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
groupPrepend: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
groupPrependContent: {
|
|
105
51
|
type: StringConstructor;
|
|
52
|
+
default: any;
|
|
53
|
+
};
|
|
54
|
+
groupAppend: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
106
57
|
};
|
|
107
|
-
|
|
58
|
+
groupAppendContent: {
|
|
108
59
|
type: StringConstructor;
|
|
60
|
+
default: any;
|
|
61
|
+
};
|
|
62
|
+
debounce: {
|
|
63
|
+
type: NumberConstructor;
|
|
64
|
+
default: number;
|
|
65
|
+
};
|
|
66
|
+
themeClass: {
|
|
67
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
68
|
+
default: any;
|
|
69
|
+
};
|
|
70
|
+
themeVariant: {
|
|
71
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
72
|
+
default: any;
|
|
109
73
|
};
|
|
110
|
-
}>, () =>
|
|
74
|
+
}>, () => string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
}> | import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
111
77
|
modelValue: {
|
|
112
|
-
type:
|
|
113
|
-
default: string;
|
|
78
|
+
type: PropType<string | null | undefined>;
|
|
114
79
|
};
|
|
115
80
|
type: {
|
|
116
81
|
type: StringConstructor;
|
|
117
82
|
default: string;
|
|
118
83
|
};
|
|
119
|
-
|
|
84
|
+
group: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
groupPrepend: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
groupPrependContent: {
|
|
120
93
|
type: StringConstructor;
|
|
94
|
+
default: any;
|
|
121
95
|
};
|
|
122
|
-
|
|
96
|
+
groupAppend: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
100
|
+
groupAppendContent: {
|
|
123
101
|
type: StringConstructor;
|
|
102
|
+
default: any;
|
|
103
|
+
};
|
|
104
|
+
debounce: {
|
|
105
|
+
type: NumberConstructor;
|
|
106
|
+
default: number;
|
|
107
|
+
};
|
|
108
|
+
themeClass: {
|
|
109
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>>;
|
|
110
|
+
default: any;
|
|
111
|
+
};
|
|
112
|
+
themeVariant: {
|
|
113
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
114
|
+
default: any;
|
|
124
115
|
};
|
|
125
116
|
}>> & Readonly<{
|
|
126
117
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
127
118
|
}>, {
|
|
119
|
+
group: boolean;
|
|
120
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormInputThemeClasses>;
|
|
121
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
128
122
|
type: string;
|
|
129
|
-
|
|
123
|
+
groupAppend: boolean;
|
|
124
|
+
groupPrepend: boolean;
|
|
125
|
+
groupPrependContent: string;
|
|
126
|
+
groupAppendContent: string;
|
|
127
|
+
debounce: number;
|
|
130
128
|
}, import("vue").SlotsType<{
|
|
131
|
-
groupAppend:
|
|
132
|
-
|
|
133
|
-
tag: string;
|
|
134
|
-
};
|
|
135
|
-
groupPrepend: {
|
|
136
|
-
class: string;
|
|
137
|
-
tag: string;
|
|
138
|
-
};
|
|
129
|
+
groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
130
|
+
groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
139
131
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
140
132
|
VCFormGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
141
133
|
label: {
|
|
142
134
|
type: BooleanConstructor;
|
|
143
135
|
default: any;
|
|
144
136
|
};
|
|
145
|
-
|
|
137
|
+
labelTag: {
|
|
146
138
|
type: StringConstructor;
|
|
139
|
+
default: string;
|
|
147
140
|
};
|
|
148
141
|
labelContent: {
|
|
149
142
|
type: StringConstructor;
|
|
143
|
+
default: any;
|
|
150
144
|
};
|
|
151
145
|
hint: {
|
|
152
146
|
type: BooleanConstructor;
|
|
153
147
|
default: any;
|
|
154
148
|
};
|
|
155
|
-
|
|
149
|
+
hintTag: {
|
|
156
150
|
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
157
152
|
};
|
|
158
153
|
hintContent: {
|
|
159
154
|
type: StringConstructor;
|
|
155
|
+
default: any;
|
|
160
156
|
};
|
|
161
157
|
validation: {
|
|
162
|
-
type:
|
|
158
|
+
type: PropType<import("@vuecs/forms").FieldValidation | null>;
|
|
163
159
|
default: any;
|
|
164
160
|
};
|
|
165
161
|
validationSeverity: {
|
|
166
|
-
type: PropType<`${import("@vuecs/
|
|
162
|
+
type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
|
|
167
163
|
default: any;
|
|
168
164
|
};
|
|
169
165
|
validationMessages: {
|
|
170
|
-
type: PropType<import("@vuecs/
|
|
166
|
+
type: PropType<import("@vuecs/forms").ValidationMessages>;
|
|
167
|
+
default: any;
|
|
168
|
+
};
|
|
169
|
+
themeClass: {
|
|
170
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
|
|
171
|
+
default: any;
|
|
172
|
+
};
|
|
173
|
+
themeVariant: {
|
|
174
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
171
175
|
default: any;
|
|
172
176
|
};
|
|
173
177
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -177,57 +181,158 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
177
181
|
type: BooleanConstructor;
|
|
178
182
|
default: any;
|
|
179
183
|
};
|
|
180
|
-
|
|
184
|
+
labelTag: {
|
|
181
185
|
type: StringConstructor;
|
|
186
|
+
default: string;
|
|
182
187
|
};
|
|
183
188
|
labelContent: {
|
|
184
189
|
type: StringConstructor;
|
|
190
|
+
default: any;
|
|
185
191
|
};
|
|
186
192
|
hint: {
|
|
187
193
|
type: BooleanConstructor;
|
|
188
194
|
default: any;
|
|
189
195
|
};
|
|
190
|
-
|
|
196
|
+
hintTag: {
|
|
191
197
|
type: StringConstructor;
|
|
198
|
+
default: string;
|
|
192
199
|
};
|
|
193
200
|
hintContent: {
|
|
194
201
|
type: StringConstructor;
|
|
202
|
+
default: any;
|
|
195
203
|
};
|
|
196
204
|
validation: {
|
|
197
|
-
type:
|
|
205
|
+
type: PropType<import("@vuecs/forms").FieldValidation | null>;
|
|
198
206
|
default: any;
|
|
199
207
|
};
|
|
200
208
|
validationSeverity: {
|
|
201
|
-
type: PropType<`${import("@vuecs/
|
|
209
|
+
type: PropType<`${import("@vuecs/forms").ValidationSeverity}` | undefined>;
|
|
202
210
|
default: any;
|
|
203
211
|
};
|
|
204
212
|
validationMessages: {
|
|
205
|
-
type: PropType<import("@vuecs/
|
|
213
|
+
type: PropType<import("@vuecs/forms").ValidationMessages>;
|
|
214
|
+
default: any;
|
|
215
|
+
};
|
|
216
|
+
themeClass: {
|
|
217
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>>;
|
|
218
|
+
default: any;
|
|
219
|
+
};
|
|
220
|
+
themeVariant: {
|
|
221
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
206
222
|
default: any;
|
|
207
223
|
};
|
|
208
224
|
}>> & Readonly<{}>, {
|
|
209
225
|
label: boolean;
|
|
226
|
+
labelContent: string;
|
|
227
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormGroupThemeClasses>;
|
|
228
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
210
229
|
hint: boolean;
|
|
211
|
-
|
|
212
|
-
|
|
230
|
+
labelTag: string;
|
|
231
|
+
hintTag: string;
|
|
232
|
+
hintContent: string;
|
|
233
|
+
validation: import("@vuecs/forms").FieldValidation;
|
|
213
234
|
validationSeverity: "error" | "warning";
|
|
235
|
+
validationMessages: import("@vuecs/forms").ValidationMessages;
|
|
214
236
|
}, import("vue").SlotsType<{
|
|
215
|
-
default:
|
|
216
|
-
label:
|
|
217
|
-
hint:
|
|
237
|
+
default: Record<string, never>;
|
|
238
|
+
label: Record<string, never>;
|
|
239
|
+
hint: Record<string, never>;
|
|
240
|
+
validationGroup: import("@vuecs/forms").ValidationGroupDefaultSlotProps;
|
|
241
|
+
validationItem: import("@vuecs/forms").ValidationGroupItemSlotProps;
|
|
218
242
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
type: PropType<
|
|
243
|
+
VCFormSelect: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
244
|
+
modelValue: {
|
|
245
|
+
type: PropType<import("reka-ui").AcceptableValue | undefined>;
|
|
246
|
+
default: any;
|
|
247
|
+
};
|
|
248
|
+
options: {
|
|
249
|
+
type: PropType<import("@vuecs/forms").FormOptionItems>;
|
|
250
|
+
required: boolean;
|
|
251
|
+
};
|
|
252
|
+
placeholder: {
|
|
253
|
+
type: StringConstructor;
|
|
254
|
+
default: any;
|
|
255
|
+
};
|
|
256
|
+
disabled: {
|
|
257
|
+
type: BooleanConstructor;
|
|
258
|
+
default: boolean;
|
|
259
|
+
};
|
|
260
|
+
name: {
|
|
261
|
+
type: StringConstructor;
|
|
262
|
+
default: any;
|
|
263
|
+
};
|
|
264
|
+
required: {
|
|
265
|
+
type: BooleanConstructor;
|
|
266
|
+
default: boolean;
|
|
267
|
+
};
|
|
268
|
+
themeClass: {
|
|
269
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSelectThemeClasses>>;
|
|
270
|
+
default: any;
|
|
271
|
+
};
|
|
272
|
+
themeVariant: {
|
|
273
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
274
|
+
default: any;
|
|
275
|
+
};
|
|
276
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
277
|
+
[key: string]: any;
|
|
278
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
279
|
+
modelValue: {
|
|
280
|
+
type: PropType<import("reka-ui").AcceptableValue | undefined>;
|
|
281
|
+
default: any;
|
|
282
|
+
};
|
|
283
|
+
options: {
|
|
284
|
+
type: PropType<import("@vuecs/forms").FormOptionItems>;
|
|
285
|
+
required: boolean;
|
|
286
|
+
};
|
|
287
|
+
placeholder: {
|
|
288
|
+
type: StringConstructor;
|
|
289
|
+
default: any;
|
|
290
|
+
};
|
|
291
|
+
disabled: {
|
|
292
|
+
type: BooleanConstructor;
|
|
293
|
+
default: boolean;
|
|
294
|
+
};
|
|
295
|
+
name: {
|
|
296
|
+
type: StringConstructor;
|
|
297
|
+
default: any;
|
|
298
|
+
};
|
|
299
|
+
required: {
|
|
300
|
+
type: BooleanConstructor;
|
|
301
|
+
default: boolean;
|
|
302
|
+
};
|
|
303
|
+
themeClass: {
|
|
304
|
+
type: PropType<import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSelectThemeClasses>>;
|
|
305
|
+
default: any;
|
|
306
|
+
};
|
|
307
|
+
themeVariant: {
|
|
308
|
+
type: PropType<import("@vuecs/core").VariantValues>;
|
|
309
|
+
default: any;
|
|
310
|
+
};
|
|
311
|
+
}>> & Readonly<{
|
|
312
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
313
|
+
}>, {
|
|
314
|
+
modelValue: import("reka-ui").AcceptableValue;
|
|
315
|
+
disabled: boolean;
|
|
316
|
+
required: boolean;
|
|
317
|
+
name: string;
|
|
318
|
+
themeClass: import("@vuecs/core").ThemeClassesOverride<import("@vuecs/forms").FormSelectThemeClasses>;
|
|
319
|
+
themeVariant: import("@vuecs/core").VariantValues;
|
|
320
|
+
placeholder: string;
|
|
321
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
322
|
+
IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
323
|
+
field: {
|
|
324
|
+
type: PropType<import("@validup/vue").FieldState>;
|
|
222
325
|
required: true;
|
|
223
326
|
};
|
|
224
|
-
}>, () => import("vue").
|
|
225
|
-
|
|
226
|
-
type: PropType<
|
|
327
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
328
|
+
field: {
|
|
329
|
+
type: PropType<import("@validup/vue").FieldState>;
|
|
227
330
|
required: true;
|
|
228
331
|
};
|
|
229
332
|
}>> & Readonly<{}>, {}, import("vue").SlotsType<{
|
|
230
|
-
default:
|
|
333
|
+
default?: (props: {
|
|
334
|
+
value: import("@ilingo/validup-vue").FieldValidation;
|
|
335
|
+
}) => import("vue").VNodeChild;
|
|
231
336
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
232
337
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
233
338
|
//# sourceMappingURL=ATimePolicyForm.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ATimePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/time/ATimePolicyForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ATimePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/time/ATimePolicyForm.vue"],"names":[],"mappings":"AAyQA,OAAO,EACH,KAAK,QAAQ,EAIhB,MAAM,KAAK,CAAC;AAGb,OAAO,EACH,6BAA6B,EAIhC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;wBAY1B,OAAO,YAAY;AAAxC,wBAAyC;AA+ZzC,QAAA,MAAM,YAAY;;cAQqB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;mCA6ElB,MAAM;;;;;;;;;;;;;;;;cA7Eb,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAlchE,GAlCU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAkCV,GA7F0B;;;;;;;;;;;;;;;;;;;;;;;;;oEAooBxB,CAAC"}
|