@authup/client-web-kit 1.0.0-beta.45 → 1.0.0-beta.47
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 +1 -1
- 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/client-scope/AClientScopes.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts.map +1 -1
- 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-role/AIdentityProviderRoleAssignment.vue.d.ts +1 -1
- package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissionForm.vue.d.ts +1 -1
- package/dist/components/entities/permission/APermissionForm.vue.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissions.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicies.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +1 -1
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +1 -1
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/realm/ARealmForm.vue.d.ts +1 -1
- package/dist/components/entities/realm/ARealmForm.vue.d.ts.map +1 -1
- package/dist/components/entities/realm/ARealmGrid.vue.d.ts +67 -0
- package/dist/components/entities/realm/ARealmGrid.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 -0
- package/dist/components/entities/realm/index.d.ts.map +1 -1
- package/dist/components/entities/robot/ARobotForm.vue.d.ts +1 -1
- package/dist/components/entities/robot/ARobotForm.vue.d.ts.map +1 -1
- package/dist/components/entities/robot/ARobots.d.ts.map +1 -1
- package/dist/components/entities/role/ARoleForm.vue.d.ts +1 -1
- package/dist/components/entities/role/ARoleForm.vue.d.ts.map +1 -1
- package/dist/components/entities/role/ARoles.d.ts.map +1 -1
- package/dist/components/entities/scope/AScopeForm.vue.d.ts +1 -1
- package/dist/components/entities/scope/AScopeForm.vue.d.ts.map +1 -1
- package/dist/components/entities/scope/AScopes.d.ts.map +1 -1
- package/dist/components/entities/user/AUserForm.vue.d.ts +1 -1
- package/dist/components/entities/user/AUserForm.vue.d.ts.map +1 -1
- package/dist/components/entities/user/AUsers.d.ts.map +1 -1
- package/dist/components/utility/AAuthBackLink.vue.d.ts +87 -0
- package/dist/components/utility/AAuthBackLink.vue.d.ts.map +1 -0
- package/dist/components/utility/AAuthGadgets.vue.d.ts +52 -0
- package/dist/components/utility/AAuthGadgets.vue.d.ts.map +1 -0
- package/dist/components/utility/AAuthShell.vue.d.ts +16 -0
- package/dist/components/utility/AAuthShell.vue.d.ts.map +1 -0
- package/dist/components/utility/AColorModeSwitcher.vue.d.ts +22 -0
- package/dist/components/utility/AColorModeSwitcher.vue.d.ts.map +1 -0
- package/dist/components/utility/ALanguageSwitcherDropdown.d.ts +35 -0
- package/dist/components/utility/ALanguageSwitcherDropdown.d.ts.map +1 -0
- package/dist/components/utility/ANameInput.vue.d.ts.map +1 -1
- package/dist/components/utility/ASecretInput.vue.d.ts.map +1 -1
- package/dist/components/utility/entity/AEntityDelete.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +1 -1
- package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
- package/dist/components/utility/index.d.ts +5 -1
- package/dist/components/utility/index.d.ts.map +1 -1
- package/dist/components/utility/title/ATitle.d.ts.map +1 -1
- package/dist/components/workflows/authorize/Authorize.vue.d.ts +99 -3
- package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +3 -1
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +1 -1
- package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -1
- package/dist/components/workflows/index.d.ts +3 -1
- package/dist/components/workflows/index.d.ts.map +1 -1
- package/dist/components/workflows/{Login.vue.d.ts → login/LoginForm.vue.d.ts} +112 -30
- package/dist/components/workflows/login/LoginForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/login/index.d.ts +6 -0
- package/dist/components/workflows/login/index.d.ts.map +1 -0
- package/dist/components/workflows/password/PasswordForgotForm.vue.d.ts +461 -0
- package/dist/components/workflows/password/PasswordForgotForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/password/PasswordResetForm.vue.d.ts +386 -0
- package/dist/components/workflows/password/PasswordResetForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/password/index.d.ts +3 -0
- package/dist/components/workflows/password/index.d.ts.map +1 -0
- package/dist/components/workflows/register/ActivateForm.vue.d.ts +376 -0
- package/dist/components/workflows/register/ActivateForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/register/RegisterForm.vue.d.ts +837 -0
- package/dist/components/workflows/register/RegisterForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/register/index.d.ts +3 -0
- package/dist/components/workflows/register/index.d.ts.map +1 -0
- package/dist/core/form/defaults.d.ts.map +1 -1
- package/dist/core/http-client/authentication-hook/install.d.ts.map +1 -1
- package/dist/core/http-client/authentication-hook/types.d.ts +2 -0
- package/dist/core/http-client/authentication-hook/types.d.ts.map +1 -1
- package/dist/core/http-client/install.d.ts.map +1 -1
- package/dist/core/http-client/singleton.d.ts +3 -3
- package/dist/core/http-client/singleton.d.ts.map +1 -1
- package/dist/core/http-client/types.d.ts +2 -0
- package/dist/core/http-client/types.d.ts.map +1 -1
- package/dist/core/index.d.ts +1 -0
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/oauth2/authorization-request.d.ts +29 -0
- package/dist/core/oauth2/authorization-request.d.ts.map +1 -0
- package/dist/core/oauth2/index.d.ts +3 -0
- package/dist/core/oauth2/index.d.ts.map +1 -0
- package/dist/core/oauth2/pkce.d.ts +8 -0
- package/dist/core/oauth2/pkce.d.ts.map +1 -0
- package/dist/core/store/create.d.ts +6 -1
- package/dist/core/store/create.d.ts.map +1 -1
- package/dist/core/store/install.d.ts.map +1 -1
- package/dist/core/store/types.d.ts +3 -0
- package/dist/core/store/types.d.ts.map +1 -1
- package/dist/core/translator/index.d.ts +1 -1
- package/dist/core/translator/index.d.ts.map +1 -1
- package/dist/core/translator/locale.d.ts +21 -0
- package/dist/core/translator/locale.d.ts.map +1 -0
- package/dist/index.mjs +1550 -815
- package/dist/index.mjs.map +1 -1
- package/dist/module.d.ts.map +1 -1
- package/dist/types.d.ts +8 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +22 -19
- package/dist/components/utility/LanguageSwitcherDropdown.d.ts +0 -17
- package/dist/components/utility/LanguageSwitcherDropdown.d.ts.map +0 -1
- package/dist/components/workflows/Login.vue.d.ts.map +0 -1
- package/dist/core/translator/constants.d.ts +0 -2
- package/dist/core/translator/constants.d.ts.map +0 -1
- package/dist/style.css +0 -48
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AEntityDelete.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/entity/AEntityDelete.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAER,QAAQ,EAGX,MAAM,KAAK,CAAC;AASb,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"AEntityDelete.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/entity/AEntityDelete.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAER,QAAQ,EAGX,MAAM,KAAK,CAAC;AASb,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAKnD,aAAK,WAAW;IACZ,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,cAAc,iBAAiB;CAClC;AAED,QAAA,MAAM,aAAa;;;;;;;;;;cAWS,QAAQ,CAAC,GAAG,WAAW,EAAE,CAAC;;;;;;;;cAS1B,QAAQ,CAAC,GAAG,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;;;;;cATzB,QAAQ,CAAC,GAAG,WAAW,EAAE,CAAC;;;;;;;;cAS1B,QAAQ,CAAC,GAAG,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;4EAgGnD,CAAC;AAEH,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
|
-
import { TranslatorTranslationActionKey } from '
|
|
2
|
+
import { TranslatorTranslationActionKey } from '@authup/i18n';
|
|
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<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AFormInputList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/AFormInputList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AFormInputList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/form-input-list/AFormInputList.vue"],"names":[],"mappings":"AA+KA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,OAAO,EAAE,8BAA8B,EAAkC,MAAM,cAAc,CAAC;wBAGzE,OAAO,YAAY;AAAxC,wBAAyC;AA0HzC,QAAA,MAAM,YAAY;;cAIS,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;iBA2BjB,MAAM;;;wBA4CC,MAAM;wBATN,MAAM,SAAS,MAAM;;YAvCxC,MAAM;eACH,MAAM;;YADT,MAAM;eACH,MAAM;;YADT,MAAM;eACH,MAAM;;;;;cAxBE,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA5DzC,GAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA8JJ,CAAC"}
|
|
@@ -4,8 +4,12 @@ export * from './entity';
|
|
|
4
4
|
export * from './title';
|
|
5
5
|
export * from './search';
|
|
6
6
|
export * from './toggle-button';
|
|
7
|
-
export * from './
|
|
7
|
+
export * from './ALanguageSwitcherDropdown';
|
|
8
8
|
export { AFormSubmit } from './AFormSubmit';
|
|
9
|
+
export { default as AAuthShell } from './AAuthShell.vue';
|
|
10
|
+
export { default as AAuthBackLink } from './AAuthBackLink.vue';
|
|
11
|
+
export { default as AAuthGadgets } from './AAuthGadgets.vue';
|
|
12
|
+
export { default as AColorModeSwitcher } from './AColorModeSwitcher.vue';
|
|
9
13
|
export { default as ANameInput } from './ANameInput.vue';
|
|
10
14
|
export { default as ASecretInput } from './ASecretInput.vue';
|
|
11
15
|
export { default as AToggleButton } from './AToggleButton.vue';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/utility/index.ts"],"names":[],"mappings":"AAOA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/utility/index.ts"],"names":[],"mappings":"AAOA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,6BAA6B,CAAC;AAE5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ATitle.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/title/ATitle.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"ATitle.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/title/ATitle.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAI/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAG7C,eAAO,MAAM,MAAM;;;;;;cAMqB,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;;;;;;;;;;;;;;;;cAAzB,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;;;;;;;;;aAKhD,cAAc;yEAe7B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Client, OAuth2AuthorizationCodeRequest, Scope } from '@authup/core-kit';
|
|
2
2
|
import type { PropType, VNodeChild } from 'vue';
|
|
3
|
-
import { TranslatorTranslationCommonKey } from '
|
|
3
|
+
import { TranslatorTranslationCommonKey } from '@authup/i18n';
|
|
4
|
+
import type { LinkProperties } from '@vuecs/link';
|
|
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<{
|
|
@@ -19,6 +20,12 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
19
20
|
error: {
|
|
20
21
|
type: PropType<Error>;
|
|
21
22
|
};
|
|
23
|
+
registerLink: {
|
|
24
|
+
type: PropType<LinkProperties>;
|
|
25
|
+
};
|
|
26
|
+
passwordForgotLink: {
|
|
27
|
+
type: PropType<LinkProperties>;
|
|
28
|
+
};
|
|
22
29
|
}>, () => any[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
30
|
[key: string]: any;
|
|
24
31
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "redirect"[], "redirect", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -37,6 +44,12 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
37
44
|
error: {
|
|
38
45
|
type: PropType<Error>;
|
|
39
46
|
};
|
|
47
|
+
registerLink: {
|
|
48
|
+
type: PropType<LinkProperties>;
|
|
49
|
+
};
|
|
50
|
+
passwordForgotLink: {
|
|
51
|
+
type: PropType<LinkProperties>;
|
|
52
|
+
};
|
|
40
53
|
}>> & Readonly<{
|
|
41
54
|
onRedirect?: (...args: any[]) => any;
|
|
42
55
|
}>, {}, {}, {
|
|
@@ -74,6 +87,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
74
87
|
}>, {
|
|
75
88
|
authorize: () => Promise<void>;
|
|
76
89
|
abort: () => void;
|
|
90
|
+
autoConsent: import("vue").ComputedRef<boolean>;
|
|
91
|
+
showSpinner: import("vue").ComputedRef<boolean>;
|
|
77
92
|
translationsDefault: Record<import("@authup/i18n").TranslatorTranslationActionKey.AUTHORIZE | import("@authup/i18n").TranslatorTranslationActionKey.ABORT | TranslatorTranslationCommonKey.APPLICATION, string>;
|
|
78
93
|
translationsClient: Record<import("@authup/i18n").TranslatorTranslationClientKey.ONCE_AUTHORIZED_REDIRECT | import("@authup/i18n").TranslatorTranslationClientKey.GOVERNED_BY | import("@authup/i18n").TranslatorTranslationClientKey.ACTIVE_SINCE, string>;
|
|
79
94
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -177,10 +192,16 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
177
192
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
178
193
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
179
194
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
180
|
-
|
|
195
|
+
LoginForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
181
196
|
codeRequest: {
|
|
182
197
|
type: PropType<OAuth2AuthorizationCodeRequest>;
|
|
183
198
|
};
|
|
199
|
+
registerLink: {
|
|
200
|
+
type: PropType<LinkProperties>;
|
|
201
|
+
};
|
|
202
|
+
passwordForgotLink: {
|
|
203
|
+
type: PropType<LinkProperties>;
|
|
204
|
+
};
|
|
184
205
|
}>, {
|
|
185
206
|
updateRealmId: (realmId: string | string[]) => void;
|
|
186
207
|
v: import("@validup/vue").Composable<{
|
|
@@ -208,11 +229,17 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
208
229
|
load: () => Promise<void>;
|
|
209
230
|
}>;
|
|
210
231
|
buildIdentityProviderURL: (id: string) => string;
|
|
211
|
-
translationsDefault: Record<import("@authup/i18n").TranslatorTranslationActionKey.LOGIN | import("@authup/i18n").TranslatorTranslationFieldKey.NAME | import("@authup/i18n").TranslatorTranslationFieldKey.PASSWORD | import("@authup/i18n").TranslatorTranslationEntityKey.IDENTITY_PROVIDER, string>;
|
|
232
|
+
translationsDefault: Record<import("@authup/i18n").TranslatorTranslationActionKey.LOGIN | import("@authup/i18n").TranslatorTranslationFieldKey.NAME | import("@authup/i18n").TranslatorTranslationFieldKey.PASSWORD | import("@authup/i18n").TranslatorTranslationEntityKey.IDENTITY_PROVIDER | import("@authup/i18n").TranslatorTranslationClientKey.CREATE_ACCOUNT | import("@authup/i18n").TranslatorTranslationClientKey.FORGOT_PASSWORD, string>;
|
|
212
233
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("done" | "failed")[], "done" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
213
234
|
codeRequest: {
|
|
214
235
|
type: PropType<OAuth2AuthorizationCodeRequest>;
|
|
215
236
|
};
|
|
237
|
+
registerLink: {
|
|
238
|
+
type: PropType<LinkProperties>;
|
|
239
|
+
};
|
|
240
|
+
passwordForgotLink: {
|
|
241
|
+
type: PropType<LinkProperties>;
|
|
242
|
+
};
|
|
216
243
|
}>> & Readonly<{
|
|
217
244
|
onDone?: (...args: any[]) => any;
|
|
218
245
|
onFailed?: (...args: any[]) => any;
|
|
@@ -823,6 +850,75 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
823
850
|
groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
824
851
|
groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
825
852
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
853
|
+
VCLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
854
|
+
active: {
|
|
855
|
+
type: BooleanConstructor;
|
|
856
|
+
default: boolean;
|
|
857
|
+
};
|
|
858
|
+
disabled: {
|
|
859
|
+
type: BooleanConstructor;
|
|
860
|
+
default: boolean;
|
|
861
|
+
};
|
|
862
|
+
href: {
|
|
863
|
+
type: StringConstructor;
|
|
864
|
+
default: any;
|
|
865
|
+
};
|
|
866
|
+
prefetch: {
|
|
867
|
+
type: BooleanConstructor;
|
|
868
|
+
default: boolean;
|
|
869
|
+
};
|
|
870
|
+
target: {
|
|
871
|
+
type: StringConstructor;
|
|
872
|
+
default: string;
|
|
873
|
+
};
|
|
874
|
+
to: {
|
|
875
|
+
type: PropType<string | Record<string, any>>;
|
|
876
|
+
default: any;
|
|
877
|
+
};
|
|
878
|
+
query: {
|
|
879
|
+
type: PropType<import("@vuecs/link").LinkQuery>;
|
|
880
|
+
};
|
|
881
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
882
|
+
[key: string]: any;
|
|
883
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clicked")[], "click" | "clicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
884
|
+
active: {
|
|
885
|
+
type: BooleanConstructor;
|
|
886
|
+
default: boolean;
|
|
887
|
+
};
|
|
888
|
+
disabled: {
|
|
889
|
+
type: BooleanConstructor;
|
|
890
|
+
default: boolean;
|
|
891
|
+
};
|
|
892
|
+
href: {
|
|
893
|
+
type: StringConstructor;
|
|
894
|
+
default: any;
|
|
895
|
+
};
|
|
896
|
+
prefetch: {
|
|
897
|
+
type: BooleanConstructor;
|
|
898
|
+
default: boolean;
|
|
899
|
+
};
|
|
900
|
+
target: {
|
|
901
|
+
type: StringConstructor;
|
|
902
|
+
default: string;
|
|
903
|
+
};
|
|
904
|
+
to: {
|
|
905
|
+
type: PropType<string | Record<string, any>>;
|
|
906
|
+
default: any;
|
|
907
|
+
};
|
|
908
|
+
query: {
|
|
909
|
+
type: PropType<import("@vuecs/link").LinkQuery>;
|
|
910
|
+
};
|
|
911
|
+
}>> & Readonly<{
|
|
912
|
+
onClick?: (...args: any[]) => any;
|
|
913
|
+
onClicked?: (...args: any[]) => any;
|
|
914
|
+
}>, {
|
|
915
|
+
active: boolean;
|
|
916
|
+
disabled: boolean;
|
|
917
|
+
href: string;
|
|
918
|
+
prefetch: boolean;
|
|
919
|
+
target: string;
|
|
920
|
+
to: string | Record<string, any>;
|
|
921
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
826
922
|
IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
827
923
|
field: {
|
|
828
924
|
type: PropType<import("@validup/vue").FieldState>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Authorize.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/Authorize.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Authorize.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/Authorize.vue"],"names":[],"mappings":"AA6HA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAOhD,OAAO,EAAE,8BAA8B,EAAkC,MAAM,cAAc,CAAC;AAC9F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;wBAa7B,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;;;cACR,QAAQ,CAAC,cAAc,CAAC;;;cAClB,QAAQ,CAAC,cAAc,CAAC;;;;;;cAN/B,QAAQ,CAAC,8BAA8B,CAAC;;;cAC7C,QAAQ,CAAC,MAAM,CAAC;;;;;;cAEjB,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACjB,QAAQ,CAAC,KAAK,CAAC;;;cACR,QAAQ,CAAC,cAAc,CAAC;;;cAClB,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6D1D,GAAR;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA9GJ,GAvDW;yBAuDX,GAtD8B;;;;;;;;;;;;;;;;;;;;;;;;;oEAoL5B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Client, OAuth2AuthorizationCodeRequest, Scope } from '@authup/core-kit';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
|
-
import { TranslatorTranslationActionKey, TranslatorTranslationClientKey, TranslatorTranslationCommonKey } from '
|
|
3
|
+
import { TranslatorTranslationActionKey, TranslatorTranslationClientKey, TranslatorTranslationCommonKey } from '@authup/i18n';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
|
5
5
|
export default _default;
|
|
6
6
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -18,6 +18,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
18
18
|
}>, {
|
|
19
19
|
authorize: () => Promise<void>;
|
|
20
20
|
abort: () => void;
|
|
21
|
+
autoConsent: import("vue").ComputedRef<boolean>;
|
|
22
|
+
showSpinner: import("vue").ComputedRef<boolean>;
|
|
21
23
|
translationsDefault: Record<TranslatorTranslationActionKey.AUTHORIZE | TranslatorTranslationActionKey.ABORT | TranslatorTranslationCommonKey.APPLICATION, string>;
|
|
22
24
|
translationsClient: Record<TranslatorTranslationClientKey.ONCE_AUTHORIZED_REDIRECT | TranslatorTranslationClientKey.GOVERNED_BY | TranslatorTranslationClientKey.ACTIVE_SINCE, string>;
|
|
23
25
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthorizeForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AuthorizeForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeForm.vue"],"names":[],"mappings":"AAqOA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACtF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,OAAO,EACH,8BAA8B,EAC9B,8BAA8B,EAC9B,8BAA8B,EAEjC,MAAM,cAAc,CAAC;wBAID,OAAO,YAAY;AAAxC,wBAAyC;AAgLzC,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA4GlE,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Client, Scope } from '@authup/core-kit';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
|
-
import { TranslatorTranslationClientKey } from '
|
|
3
|
+
import { TranslatorTranslationClientKey } from '@authup/i18n';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
|
5
5
|
export default _default;
|
|
6
6
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthorizeScopes.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeScopes.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AuthorizeScopes.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeScopes.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,EAAE,8BAA8B,EAAkC,MAAM,cAAc,CAAC;wBAIzE,OAAO,YAAY;AAAxC,wBAAyC;AAgDzC,QAAA,MAAM,YAAY;;cAIU,QAAQ,CAAC,MAAM,CAAC;;;;cAGF,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACP,QAAQ,CAAC,MAAM,EAAE,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAJnD,QAAQ,CAAC,MAAM,CAAC;;;;cAGF,QAAQ,CAAC,KAAK,EAAE,CAAC;;;cACP,QAAQ,CAAC,MAAM,EAAE,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;oEAoD7E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/workflows/index.ts"],"names":[],"mappings":"AAOA,cAAc,aAAa,CAAC;AAC5B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/workflows/index.ts"],"names":[],"mappings":"AAOA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC"}
|
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
import type { PropType, Ref } from 'vue';
|
|
2
2
|
import type { IdentityProvider, OAuth2AuthorizationCodeRequest } from '@authup/core-kit';
|
|
3
|
-
import { TranslatorTranslationActionKey, TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '
|
|
3
|
+
import { TranslatorTranslationActionKey, TranslatorTranslationClientKey, TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
4
4
|
import type { BuildInput } from 'rapiq';
|
|
5
|
+
import type { LinkProperties } from '@vuecs/link';
|
|
5
6
|
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
7
8
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
9
|
codeRequest: {
|
|
9
10
|
type: PropType<OAuth2AuthorizationCodeRequest>;
|
|
10
11
|
};
|
|
12
|
+
registerLink: {
|
|
13
|
+
type: PropType<LinkProperties>;
|
|
14
|
+
};
|
|
15
|
+
passwordForgotLink: {
|
|
16
|
+
type: PropType<LinkProperties>;
|
|
17
|
+
};
|
|
11
18
|
}>, {
|
|
12
19
|
updateRealmId: (realmId: string | string[]) => void;
|
|
13
20
|
v: import("@validup/vue").Composable<{
|
|
@@ -35,11 +42,17 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
35
42
|
load: () => Promise<void>;
|
|
36
43
|
}>;
|
|
37
44
|
buildIdentityProviderURL: (id: string) => string;
|
|
38
|
-
translationsDefault: Record<TranslatorTranslationActionKey.LOGIN | TranslatorTranslationFieldKey.NAME | TranslatorTranslationFieldKey.PASSWORD | TranslatorTranslationEntityKey.IDENTITY_PROVIDER, string>;
|
|
45
|
+
translationsDefault: Record<TranslatorTranslationActionKey.LOGIN | TranslatorTranslationFieldKey.NAME | TranslatorTranslationFieldKey.PASSWORD | TranslatorTranslationEntityKey.IDENTITY_PROVIDER | TranslatorTranslationClientKey.CREATE_ACCOUNT | TranslatorTranslationClientKey.FORGOT_PASSWORD, string>;
|
|
39
46
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("done" | "failed")[], "done" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
47
|
codeRequest: {
|
|
41
48
|
type: PropType<OAuth2AuthorizationCodeRequest>;
|
|
42
49
|
};
|
|
50
|
+
registerLink: {
|
|
51
|
+
type: PropType<LinkProperties>;
|
|
52
|
+
};
|
|
53
|
+
passwordForgotLink: {
|
|
54
|
+
type: PropType<LinkProperties>;
|
|
55
|
+
};
|
|
43
56
|
}>> & Readonly<{
|
|
44
57
|
onDone?: (...args: any[]) => any;
|
|
45
58
|
onFailed?: (...args: any[]) => any;
|
|
@@ -58,23 +71,23 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
58
71
|
default: boolean;
|
|
59
72
|
};
|
|
60
73
|
loading: {
|
|
61
|
-
type: PropType<boolean | import("
|
|
74
|
+
type: PropType<boolean | import("../..").ListLoadingOptions<import("@authup/core-kit").Realm>>;
|
|
62
75
|
default: boolean;
|
|
63
76
|
};
|
|
64
77
|
noMore: {
|
|
65
|
-
type: PropType<boolean | import("
|
|
78
|
+
type: PropType<boolean | import("../..").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
|
|
66
79
|
default: boolean;
|
|
67
80
|
};
|
|
68
81
|
footer: {
|
|
69
|
-
type: PropType<boolean | import("
|
|
82
|
+
type: PropType<boolean | import("../..").ListFooterOptions<import("@authup/core-kit").Realm>>;
|
|
70
83
|
default: boolean;
|
|
71
84
|
};
|
|
72
85
|
header: {
|
|
73
|
-
type: PropType<boolean | import("
|
|
86
|
+
type: PropType<boolean | import("../..").ListHeaderOptions<import("@authup/core-kit").Realm>>;
|
|
74
87
|
default: boolean;
|
|
75
88
|
};
|
|
76
89
|
body: {
|
|
77
|
-
type: PropType<import("
|
|
90
|
+
type: PropType<import("../..").ListBodyOptions<import("@authup/core-kit").Realm>>;
|
|
78
91
|
};
|
|
79
92
|
value: {
|
|
80
93
|
type: PropType<string[] | string | null>;
|
|
@@ -86,7 +99,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
86
99
|
[key: string]: any;
|
|
87
100
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
88
101
|
change: (values: string[]) => true;
|
|
89
|
-
} & import("
|
|
102
|
+
} & import("../..").EntityCollectionVEmitOptions<import("@authup/core-kit").Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
103
|
query: {
|
|
91
104
|
type: PropType<BuildInput<import("@authup/core-kit").Realm>>;
|
|
92
105
|
default(): {};
|
|
@@ -100,23 +113,23 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
100
113
|
default: boolean;
|
|
101
114
|
};
|
|
102
115
|
loading: {
|
|
103
|
-
type: PropType<boolean | import("
|
|
116
|
+
type: PropType<boolean | import("../..").ListLoadingOptions<import("@authup/core-kit").Realm>>;
|
|
104
117
|
default: boolean;
|
|
105
118
|
};
|
|
106
119
|
noMore: {
|
|
107
|
-
type: PropType<boolean | import("
|
|
120
|
+
type: PropType<boolean | import("../..").ListNoMoreOptions<import("@authup/core-kit").Realm>>;
|
|
108
121
|
default: boolean;
|
|
109
122
|
};
|
|
110
123
|
footer: {
|
|
111
|
-
type: PropType<boolean | import("
|
|
124
|
+
type: PropType<boolean | import("../..").ListFooterOptions<import("@authup/core-kit").Realm>>;
|
|
112
125
|
default: boolean;
|
|
113
126
|
};
|
|
114
127
|
header: {
|
|
115
|
-
type: PropType<boolean | import("
|
|
128
|
+
type: PropType<boolean | import("../..").ListHeaderOptions<import("@authup/core-kit").Realm>>;
|
|
116
129
|
default: boolean;
|
|
117
130
|
};
|
|
118
131
|
body: {
|
|
119
|
-
type: PropType<import("
|
|
132
|
+
type: PropType<import("../..").ListBodyOptions<import("@authup/core-kit").Realm>>;
|
|
120
133
|
};
|
|
121
134
|
value: {
|
|
122
135
|
type: PropType<string[] | string | null>;
|
|
@@ -137,7 +150,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
137
150
|
loadOnSetup: boolean;
|
|
138
151
|
loading: boolean;
|
|
139
152
|
noMore: boolean;
|
|
140
|
-
}, import("vue").SlotsType<import("
|
|
153
|
+
}, import("vue").SlotsType<import("../..").EntityPickerVSlots<import("@authup/core-kit").Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
141
154
|
APagination: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
142
155
|
total: {
|
|
143
156
|
type: NumberConstructor;
|
|
@@ -149,7 +162,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
149
162
|
type: BooleanConstructor;
|
|
150
163
|
};
|
|
151
164
|
load: {
|
|
152
|
-
type: PropType<import("
|
|
165
|
+
type: PropType<import("../../utility/pagination/type").PaginationLoadFn>;
|
|
153
166
|
};
|
|
154
167
|
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
155
168
|
total: {
|
|
@@ -162,7 +175,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
162
175
|
type: BooleanConstructor;
|
|
163
176
|
};
|
|
164
177
|
load: {
|
|
165
|
-
type: PropType<import("
|
|
178
|
+
type: PropType<import("../../utility/pagination/type").PaginationLoadFn>;
|
|
166
179
|
};
|
|
167
180
|
}>> & Readonly<{}>, {
|
|
168
181
|
busy: boolean;
|
|
@@ -202,7 +215,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
202
215
|
}>> & Readonly<{}>, {
|
|
203
216
|
icon: boolean;
|
|
204
217
|
}, import("vue").SlotsType<{
|
|
205
|
-
default: import("
|
|
218
|
+
default: import("../../utility/title/type").TitleSlotProps;
|
|
206
219
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
207
220
|
AIdentityProviders: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
208
221
|
query: {
|
|
@@ -218,25 +231,25 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
218
231
|
default: boolean;
|
|
219
232
|
};
|
|
220
233
|
loading: {
|
|
221
|
-
type: PropType<boolean | import("
|
|
234
|
+
type: PropType<boolean | import("../..").ListLoadingOptions<IdentityProvider>>;
|
|
222
235
|
default: boolean;
|
|
223
236
|
};
|
|
224
237
|
noMore: {
|
|
225
|
-
type: PropType<boolean | import("
|
|
238
|
+
type: PropType<boolean | import("../..").ListNoMoreOptions<IdentityProvider>>;
|
|
226
239
|
default: boolean;
|
|
227
240
|
};
|
|
228
241
|
footer: {
|
|
229
|
-
type: PropType<boolean | import("
|
|
242
|
+
type: PropType<boolean | import("../..").ListFooterOptions<IdentityProvider>>;
|
|
230
243
|
default: boolean;
|
|
231
244
|
};
|
|
232
245
|
header: {
|
|
233
|
-
type: PropType<boolean | import("
|
|
246
|
+
type: PropType<boolean | import("../..").ListHeaderOptions<IdentityProvider>>;
|
|
234
247
|
default: boolean;
|
|
235
248
|
};
|
|
236
249
|
body: {
|
|
237
|
-
type: PropType<import("
|
|
250
|
+
type: PropType<import("../..").ListBodyOptions<IdentityProvider>>;
|
|
238
251
|
};
|
|
239
|
-
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("
|
|
252
|
+
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityCollectionVEmitOptions<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
253
|
query: {
|
|
241
254
|
type: PropType<BuildInput<IdentityProvider>>;
|
|
242
255
|
default(): {};
|
|
@@ -250,23 +263,23 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
250
263
|
default: boolean;
|
|
251
264
|
};
|
|
252
265
|
loading: {
|
|
253
|
-
type: PropType<boolean | import("
|
|
266
|
+
type: PropType<boolean | import("../..").ListLoadingOptions<IdentityProvider>>;
|
|
254
267
|
default: boolean;
|
|
255
268
|
};
|
|
256
269
|
noMore: {
|
|
257
|
-
type: PropType<boolean | import("
|
|
270
|
+
type: PropType<boolean | import("../..").ListNoMoreOptions<IdentityProvider>>;
|
|
258
271
|
default: boolean;
|
|
259
272
|
};
|
|
260
273
|
footer: {
|
|
261
|
-
type: PropType<boolean | import("
|
|
274
|
+
type: PropType<boolean | import("../..").ListFooterOptions<IdentityProvider>>;
|
|
262
275
|
default: boolean;
|
|
263
276
|
};
|
|
264
277
|
header: {
|
|
265
|
-
type: PropType<boolean | import("
|
|
278
|
+
type: PropType<boolean | import("../..").ListHeaderOptions<IdentityProvider>>;
|
|
266
279
|
default: boolean;
|
|
267
280
|
};
|
|
268
281
|
body: {
|
|
269
|
-
type: PropType<import("
|
|
282
|
+
type: PropType<import("../..").ListBodyOptions<IdentityProvider>>;
|
|
270
283
|
};
|
|
271
284
|
}>> & Readonly<{
|
|
272
285
|
onUpdated?: (item: IdentityProvider) => any;
|
|
@@ -280,7 +293,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
280
293
|
loadOnSetup: boolean;
|
|
281
294
|
loading: boolean;
|
|
282
295
|
noMore: boolean;
|
|
283
|
-
}, import("vue").SlotsType<import("
|
|
296
|
+
}, import("vue").SlotsType<import("../..").EntityCollectionVSlots<IdentityProvider>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
284
297
|
AIdentityProviderIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
285
298
|
entity: {
|
|
286
299
|
type: PropType<IdentityProvider>;
|
|
@@ -650,6 +663,75 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
650
663
|
groupAppend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
651
664
|
groupPrepend: import("@vuecs/forms").FormInputGroupSlotProps;
|
|
652
665
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
666
|
+
VCLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
667
|
+
active: {
|
|
668
|
+
type: BooleanConstructor;
|
|
669
|
+
default: boolean;
|
|
670
|
+
};
|
|
671
|
+
disabled: {
|
|
672
|
+
type: BooleanConstructor;
|
|
673
|
+
default: boolean;
|
|
674
|
+
};
|
|
675
|
+
href: {
|
|
676
|
+
type: StringConstructor;
|
|
677
|
+
default: any;
|
|
678
|
+
};
|
|
679
|
+
prefetch: {
|
|
680
|
+
type: BooleanConstructor;
|
|
681
|
+
default: boolean;
|
|
682
|
+
};
|
|
683
|
+
target: {
|
|
684
|
+
type: StringConstructor;
|
|
685
|
+
default: string;
|
|
686
|
+
};
|
|
687
|
+
to: {
|
|
688
|
+
type: PropType<string | Record<string, any>>;
|
|
689
|
+
default: any;
|
|
690
|
+
};
|
|
691
|
+
query: {
|
|
692
|
+
type: PropType<import("@vuecs/link").LinkQuery>;
|
|
693
|
+
};
|
|
694
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
695
|
+
[key: string]: any;
|
|
696
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clicked")[], "click" | "clicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
697
|
+
active: {
|
|
698
|
+
type: BooleanConstructor;
|
|
699
|
+
default: boolean;
|
|
700
|
+
};
|
|
701
|
+
disabled: {
|
|
702
|
+
type: BooleanConstructor;
|
|
703
|
+
default: boolean;
|
|
704
|
+
};
|
|
705
|
+
href: {
|
|
706
|
+
type: StringConstructor;
|
|
707
|
+
default: any;
|
|
708
|
+
};
|
|
709
|
+
prefetch: {
|
|
710
|
+
type: BooleanConstructor;
|
|
711
|
+
default: boolean;
|
|
712
|
+
};
|
|
713
|
+
target: {
|
|
714
|
+
type: StringConstructor;
|
|
715
|
+
default: string;
|
|
716
|
+
};
|
|
717
|
+
to: {
|
|
718
|
+
type: PropType<string | Record<string, any>>;
|
|
719
|
+
default: any;
|
|
720
|
+
};
|
|
721
|
+
query: {
|
|
722
|
+
type: PropType<import("@vuecs/link").LinkQuery>;
|
|
723
|
+
};
|
|
724
|
+
}>> & Readonly<{
|
|
725
|
+
onClick?: (...args: any[]) => any;
|
|
726
|
+
onClicked?: (...args: any[]) => any;
|
|
727
|
+
}>, {
|
|
728
|
+
active: boolean;
|
|
729
|
+
disabled: boolean;
|
|
730
|
+
href: string;
|
|
731
|
+
prefetch: boolean;
|
|
732
|
+
target: string;
|
|
733
|
+
to: string | Record<string, any>;
|
|
734
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
653
735
|
IFieldValidation: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
654
736
|
field: {
|
|
655
737
|
type: PropType<import("@validup/vue").FieldState>;
|
|
@@ -666,4 +748,4 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
666
748
|
}) => import("vue").VNodeChild;
|
|
667
749
|
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
668
750
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
669
|
-
//# sourceMappingURL=
|
|
751
|
+
//# sourceMappingURL=LoginForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoginForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/login/LoginForm.vue"],"names":[],"mappings":"AAoWA,OAAO,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAQzC,OAAO,KAAK,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,MAAM,kBAAkB,CAAC;AAGzF,OAAO,EACH,8BAA8B,EAC9B,8BAA8B,EAC9B,8BAA8B,EAC9B,6BAA6B,EAEhC,MAAM,cAAc,CAAC;AAUtB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;wBA2B7B,OAAO,YAAY;AAAxC,wBAAyC;AAmVzC,QAAA,MAAM,YAAY;;cAeqB,QAAQ,CAAC,8BAA8B,CAAC;;;cAKvC,QAAQ,CAAC,cAAc,CAAC;;;cAClB,QAAQ,CAAC,cAAc,CAAC;;;6BA8E9B,MAAM,GAAG,MAAM,EAAE;;cAlc/C,MAAM;kBACF,MAAM;kBACN,MAAM;;;;;;;;;;;;;cAubF,MAAM,OAAO,CAAC,IAAI,CAAC;;;cAAnB,MAAM,OAAO,CAAC,IAAI,CAAC;;;cAAnB,MAAM,OAAO,CAAC,IAAI,CAAC;;mCAsCS,MAAM;;;;cAjHb,QAAQ,CAAC,8BAA8B,CAAC;;;cAKvC,QAAQ,CAAC,cAAc,CAAC;;;cAClB,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAlatE,GA7HO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA6HP,GApSE;qBAoSF,GAnS2B;;;;;;;;;;;;;;;;;;;;;;;;oEAq1BzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/login/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAExD;;GAEG;AACH,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,iBAAiB,CAAC"}
|