@authup/client-web-kit 1.0.0-beta.46 → 1.0.0-beta.48

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.
Files changed (75) hide show
  1. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
  2. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
  3. package/dist/components/entities/realm/ARealmGrid.vue.d.ts +67 -0
  4. package/dist/components/entities/realm/ARealmGrid.vue.d.ts.map +1 -0
  5. package/dist/components/entities/realm/index.d.ts +1 -0
  6. package/dist/components/entities/realm/index.d.ts.map +1 -1
  7. package/dist/components/utility/AAuthBackLink.vue.d.ts +87 -0
  8. package/dist/components/utility/AAuthBackLink.vue.d.ts.map +1 -0
  9. package/dist/components/utility/AAuthGadgets.vue.d.ts +52 -0
  10. package/dist/components/utility/AAuthGadgets.vue.d.ts.map +1 -0
  11. package/dist/components/utility/AAuthShell.vue.d.ts +16 -0
  12. package/dist/components/utility/AAuthShell.vue.d.ts.map +1 -0
  13. package/dist/components/utility/AColorModeSwitcher.vue.d.ts +22 -0
  14. package/dist/components/utility/AColorModeSwitcher.vue.d.ts.map +1 -0
  15. package/dist/components/utility/ALanguageSwitcherDropdown.d.ts +35 -0
  16. package/dist/components/utility/ALanguageSwitcherDropdown.d.ts.map +1 -0
  17. package/dist/components/utility/index.d.ts +5 -1
  18. package/dist/components/utility/index.d.ts.map +1 -1
  19. package/dist/components/workflows/authorize/Authorize.vue.d.ts +98 -2
  20. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
  21. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +2 -0
  22. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
  23. package/dist/components/workflows/index.d.ts +3 -1
  24. package/dist/components/workflows/index.d.ts.map +1 -1
  25. package/dist/components/workflows/{Login.vue.d.ts → login/LoginForm.vue.d.ts} +112 -30
  26. package/dist/components/workflows/login/LoginForm.vue.d.ts.map +1 -0
  27. package/dist/components/workflows/login/index.d.ts +6 -0
  28. package/dist/components/workflows/login/index.d.ts.map +1 -0
  29. package/dist/components/workflows/password/PasswordForgotForm.vue.d.ts +461 -0
  30. package/dist/components/workflows/password/PasswordForgotForm.vue.d.ts.map +1 -0
  31. package/dist/components/workflows/password/PasswordResetForm.vue.d.ts +386 -0
  32. package/dist/components/workflows/password/PasswordResetForm.vue.d.ts.map +1 -0
  33. package/dist/components/workflows/password/index.d.ts +3 -0
  34. package/dist/components/workflows/password/index.d.ts.map +1 -0
  35. package/dist/components/workflows/register/ActivateForm.vue.d.ts +376 -0
  36. package/dist/components/workflows/register/ActivateForm.vue.d.ts.map +1 -0
  37. package/dist/components/workflows/register/RegisterForm.vue.d.ts +837 -0
  38. package/dist/components/workflows/register/RegisterForm.vue.d.ts.map +1 -0
  39. package/dist/components/workflows/register/index.d.ts +3 -0
  40. package/dist/components/workflows/register/index.d.ts.map +1 -0
  41. package/dist/core/http-client/authentication-hook/install.d.ts.map +1 -1
  42. package/dist/core/http-client/authentication-hook/types.d.ts +2 -0
  43. package/dist/core/http-client/authentication-hook/types.d.ts.map +1 -1
  44. package/dist/core/http-client/install.d.ts.map +1 -1
  45. package/dist/core/http-client/singleton.d.ts +3 -3
  46. package/dist/core/http-client/singleton.d.ts.map +1 -1
  47. package/dist/core/http-client/types.d.ts +2 -0
  48. package/dist/core/http-client/types.d.ts.map +1 -1
  49. package/dist/core/index.d.ts +1 -0
  50. package/dist/core/index.d.ts.map +1 -1
  51. package/dist/core/oauth2/authorization-request.d.ts +29 -0
  52. package/dist/core/oauth2/authorization-request.d.ts.map +1 -0
  53. package/dist/core/oauth2/index.d.ts +3 -0
  54. package/dist/core/oauth2/index.d.ts.map +1 -0
  55. package/dist/core/oauth2/pkce.d.ts +8 -0
  56. package/dist/core/oauth2/pkce.d.ts.map +1 -0
  57. package/dist/core/store/create.d.ts +6 -1
  58. package/dist/core/store/create.d.ts.map +1 -1
  59. package/dist/core/store/install.d.ts.map +1 -1
  60. package/dist/core/store/types.d.ts +3 -0
  61. package/dist/core/store/types.d.ts.map +1 -1
  62. package/dist/core/translator/index.d.ts +1 -0
  63. package/dist/core/translator/index.d.ts.map +1 -1
  64. package/dist/core/translator/locale.d.ts +21 -0
  65. package/dist/core/translator/locale.d.ts.map +1 -0
  66. package/dist/index.mjs +1366 -374
  67. package/dist/index.mjs.map +1 -1
  68. package/dist/module.d.ts.map +1 -1
  69. package/dist/types.d.ts +8 -2
  70. package/dist/types.d.ts.map +1 -1
  71. package/package.json +22 -19
  72. package/dist/components/utility/LanguageSwitcherDropdown.d.ts +0 -17
  73. package/dist/components/utility/LanguageSwitcherDropdown.d.ts.map +0 -1
  74. package/dist/components/workflows/Login.vue.d.ts.map +0 -1
  75. package/dist/style.css +0 -48
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"AAyHA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;wBAK/D,OAAO,YAAY;AAAxC,wBAAyC;AA0KzC,QAAA,MAAM,YAAY;;;;;;;;;;6BAcsB,MAAM;yBAIV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAWxC,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"AAwGA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;wBAK/D,OAAO,YAAY;AAAxC,wBAAyC;AAoKzC,QAAA,MAAM,YAAY;;;;;;;;;;6BAcsB,MAAM;yBAIV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAWxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"APolicyTypePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyTypePicker.vue"],"names":[],"mappings":"AAgGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;wBAG1B,OAAO,YAAY;AAAxC,wBAAyC;AA4DzC,QAAA,MAAM,YAAY;;;;;cAGc,QAAQ,CAAC,CAAC,UAAU,GAAG,MAAM,CAAC,EAAE,CAAC;;;;;gBA8BtC,MAAM;;;;;;cA9BD,QAAQ,CAAC,CAAC,UAAU,GAAG,MAAM,CAAC,EAAE,CAAC;;;;iFAyC/D,CAAC"}
1
+ {"version":3,"file":"APolicyTypePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyTypePicker.vue"],"names":[],"mappings":"AA+EA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;wBAG1B,OAAO,YAAY;AAAxC,wBAAyC;AAsDzC,QAAA,MAAM,YAAY;;;;;cAGc,QAAQ,CAAC,CAAC,UAAU,GAAG,MAAM,CAAC,EAAE,CAAC;;;;;gBA8BtC,MAAM;;;;;;cA9BD,QAAQ,CAAC,CAAC,UAAU,GAAG,MAAM,CAAC,EAAE,CAAC;;;;iFAyC/D,CAAC"}
@@ -0,0 +1,67 @@
1
+ import type { Realm } from '@authup/core-kit';
2
+ import { TranslatorTranslationCommonKey } from '@authup/i18n';
3
+ declare const _default: typeof __VLS_export;
4
+ export default _default;
5
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
+ autoSelectSingle: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ searchThreshold: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
14
+ }>, {
15
+ items: import("vue").Ref<{
16
+ id: string;
17
+ name: string;
18
+ display_name: string | null;
19
+ description: string | null;
20
+ built_in: boolean;
21
+ created_at: string;
22
+ updated_at: string;
23
+ }[], Realm[] | {
24
+ id: string;
25
+ name: string;
26
+ display_name: string | null;
27
+ description: string | null;
28
+ built_in: boolean;
29
+ created_at: string;
30
+ updated_at: string;
31
+ }[]>;
32
+ busy: import("vue").Ref<boolean, boolean>;
33
+ loaded: import("vue").Ref<boolean, boolean>;
34
+ error: import("vue").Ref<string, string>;
35
+ search: import("vue").Ref<string, string>;
36
+ redirecting: import("vue").Ref<boolean, boolean>;
37
+ showSearch: import("vue").ComputedRef<boolean>;
38
+ filtered: import("vue").ComputedRef<{
39
+ id: string;
40
+ name: string;
41
+ display_name: string | null;
42
+ description: string | null;
43
+ built_in: boolean;
44
+ created_at: string;
45
+ updated_at: string;
46
+ }[]>;
47
+ translations: Record<TranslatorTranslationCommonKey.SEARCH | TranslatorTranslationCommonKey.NO_RESULTS, string>;
48
+ labelFor: (realm: Realm) => string;
49
+ slugFor: (realm: Realm) => string;
50
+ handleSelect: (realm: Realm) => void;
51
+ reset: () => void;
52
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
+ autoSelectSingle: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ searchThreshold: {
58
+ type: NumberConstructor;
59
+ default: number;
60
+ };
61
+ }>> & Readonly<{
62
+ onSelect?: (...args: any[]) => any;
63
+ }>, {
64
+ autoSelectSingle: boolean;
65
+ searchThreshold: number;
66
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
67
+ //# sourceMappingURL=ARealmGrid.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ARealmGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/realm/ARealmGrid.vue"],"names":[],"mappings":"AAmOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAO9C,OAAO,EACH,8BAA8B,EAEjC,MAAM,cAAc,CAAC;wBAGD,OAAO,YAAY;AAAxC,wBAAyC;AA+HzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA0Fe,KAAK;qBAIN,KAAK;0BAMA,KAAK;;;;;;;;;;;;;;;;4EA4BxC,CAAC"}
@@ -1,5 +1,6 @@
1
1
  export { ARealm } from './ARealm';
2
2
  export { default as ARealmForm } from './ARealmForm.vue';
3
+ export { default as ARealmGrid } from './ARealmGrid.vue';
3
4
  export { ARealmPicker } from './ARealmPicker';
4
5
  export { ARealms } from './ARealms';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/realm/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/realm/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,87 @@
1
+ import type { PropType } from 'vue';
2
+ import type { LinkProperties } from '@vuecs/link';
3
+ import { TranslatorTranslationClientKey } from '@authup/i18n';
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
+ link: {
8
+ type: PropType<LinkProperties>;
9
+ };
10
+ }>, {
11
+ translations: Record<TranslatorTranslationClientKey.BACK_TO_LOGIN, string>;
12
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
+ link: {
14
+ type: PropType<LinkProperties>;
15
+ };
16
+ }>> & Readonly<{}>, {}, {}, {
17
+ VCLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
18
+ active: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ disabled: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ href: {
27
+ type: StringConstructor;
28
+ default: any;
29
+ };
30
+ prefetch: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ target: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ to: {
39
+ type: PropType<string | Record<string, any>>;
40
+ default: any;
41
+ };
42
+ query: {
43
+ type: PropType<import("@vuecs/link").LinkQuery>;
44
+ };
45
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
+ [key: string]: any;
47
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clicked")[], "click" | "clicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
48
+ active: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ disabled: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
56
+ href: {
57
+ type: StringConstructor;
58
+ default: any;
59
+ };
60
+ prefetch: {
61
+ type: BooleanConstructor;
62
+ default: boolean;
63
+ };
64
+ target: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
68
+ to: {
69
+ type: PropType<string | Record<string, any>>;
70
+ default: any;
71
+ };
72
+ query: {
73
+ type: PropType<import("@vuecs/link").LinkQuery>;
74
+ };
75
+ }>> & Readonly<{
76
+ onClick?: (...args: any[]) => any;
77
+ onClicked?: (...args: any[]) => any;
78
+ }>, {
79
+ active: boolean;
80
+ disabled: boolean;
81
+ href: string;
82
+ prefetch: boolean;
83
+ target: string;
84
+ to: string | Record<string, any>;
85
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
86
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
87
+ //# sourceMappingURL=AAuthBackLink.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AAuthBackLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/AAuthBackLink.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,OAAO,EAAE,8BAA8B,EAAkC,MAAM,cAAc,CAAC;wBAMzE,OAAO,YAAY;AAAxC,wBAAyC;AAgDzC,QAAA,MAAM,YAAY;;cAEmB,QAAQ,CAAC,cAAc,CAAC;;;;;;cAAxB,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA/CzC,GAAG;qBACtB,GAAG;;;;;;;;;oEAyDF,CAAC"}
@@ -0,0 +1,52 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ dark: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:dark"[], "update:dark", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ dark: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ }>> & Readonly<{
14
+ "onUpdate:dark"?: (...args: any[]) => any;
15
+ }>, {
16
+ dark: boolean;
17
+ }, {}, {
18
+ AColorModeSwitcher: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
19
+ dark: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ }>, {
24
+ toggle: () => void;
25
+ translations: Record<import("@authup/i18n").TranslatorTranslationCommonKey.SWITCH_TO_LIGHT_MODE | import("@authup/i18n").TranslatorTranslationCommonKey.SWITCH_TO_DARK_MODE, string>;
26
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:dark"[], "update:dark", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ dark: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ }>> & Readonly<{
32
+ "onUpdate:dark"?: (...args: any[]) => any;
33
+ }>, {
34
+ dark: boolean;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
36
+ ALanguageSwitcherDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
37
+ linkClassExtra: {
38
+ type: StringConstructor;
39
+ default: any;
40
+ };
41
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
+ linkClassExtra: {
45
+ type: StringConstructor;
46
+ default: any;
47
+ };
48
+ }>> & Readonly<{}>, {
49
+ linkClassExtra: string;
50
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
51
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
52
+ //# sourceMappingURL=AAuthGadgets.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AAuthGadgets.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/AAuthGadgets.vue"],"names":[],"mappings":"wBA+CqB,OAAO,YAAY;AAAxC,wBAAyC;AAoDzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAShB,CAAC"}
@@ -0,0 +1,16 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ logo: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ logo: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ }>> & Readonly<{}>, {
14
+ logo: boolean;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ //# sourceMappingURL=AAuthShell.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AAuthShell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/AAuthShell.vue"],"names":[],"mappings":"wBAmEqB,OAAO,YAAY;AAAxC,wBAAyC;AA6DzC,QAAA,MAAM,YAAY;;;;;;;;;;;;4EAUhB,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { TranslatorTranslationCommonKey } from '@authup/i18n';
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
4
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
+ dark: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ }>, {
10
+ toggle: () => void;
11
+ translations: Record<TranslatorTranslationCommonKey.SWITCH_TO_LIGHT_MODE | TranslatorTranslationCommonKey.SWITCH_TO_DARK_MODE, string>;
12
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:dark"[], "update:dark", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
+ dark: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ }>> & Readonly<{
18
+ "onUpdate:dark"?: (...args: any[]) => any;
19
+ }>, {
20
+ dark: boolean;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ //# sourceMappingURL=AColorModeSwitcher.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AColorModeSwitcher.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/AColorModeSwitcher.vue"],"names":[],"mappings":"AA+DA,OAAO,EACH,8BAA8B,EAEjC,MAAM,cAAc,CAAC;wBAOD,OAAO,YAAY;AAAxC,wBAAyC;AA4BzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;4EA6BhB,CAAC"}
@@ -0,0 +1,35 @@
1
+ declare const ALanguageSwitcherDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ linkClassExtra: {
3
+ type: StringConstructor;
4
+ default: any;
5
+ };
6
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
7
+ [key: string]: any;
8
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ linkClassExtra: {
10
+ type: StringConstructor;
11
+ default: any;
12
+ };
13
+ }>> & Readonly<{}>, {
14
+ linkClassExtra: string;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ export { ALanguageSwitcherDropdown };
17
+ /**
18
+ * @deprecated Import `ALanguageSwitcherDropdown` instead.
19
+ */
20
+ export declare const LanguageSwitcherDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
21
+ linkClassExtra: {
22
+ type: StringConstructor;
23
+ default: any;
24
+ };
25
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
+ linkClassExtra: {
29
+ type: StringConstructor;
30
+ default: any;
31
+ };
32
+ }>> & Readonly<{}>, {
33
+ linkClassExtra: string;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
+ //# sourceMappingURL=ALanguageSwitcherDropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ALanguageSwitcherDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/utility/ALanguageSwitcherDropdown.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;4EAgE7B,CAAC;AAEH,OAAO,EAAE,yBAAyB,EAAE,CAAC;AAErC;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;4EAA4B,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 './LanguageSwitcherDropdown';
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,4BAA4B,CAAC;AAE3C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,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
+ {"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,6 +1,7 @@
1
1
  import type { Client, OAuth2AuthorizationCodeRequest, Scope } from '@authup/core-kit';
2
2
  import type { PropType, VNodeChild } from 'vue';
3
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
- Login: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
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":"AA4IA,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;wBAoBzE,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAkE3B,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAOtB,CAAC"}
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"}
@@ -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":"AA4LA,OAAO,KAAK,EAAE,MAAM,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACtF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,EACH,8BAA8B,EAC9B,8BAA8B,EAC9B,8BAA8B,EAEjC,MAAM,cAAc,CAAC;wBAID,OAAO,YAAY;AAAxC,wBAAyC;AA8JzC,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAiFlE,CAAC"}
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,3 +1,5 @@
1
1
  export * from './authorize';
2
- export { default as ALogin } from './Login.vue';
2
+ export * from './login';
3
+ export * from './password';
4
+ export * from './register';
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/workflows/index.ts"],"names":[],"mappings":"AAOA,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC"}
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"}