@authup/client-web-kit 1.0.0-beta.25 → 1.0.0-beta.27

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 (61) hide show
  1. package/LICENSE +1 -1
  2. package/dist/components/entities/client/AClientForm.d.ts +1 -1
  3. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts +1 -11
  4. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts.map +1 -1
  5. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts +1 -1
  6. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts +1 -10
  7. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +1 -1
  8. package/dist/components/entities/permission/APermissionCheck.d.ts +5 -5
  9. package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
  10. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +3 -3
  11. package/dist/components/entities/policy/APolicyForm.vue.d.ts +4 -4
  12. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +3 -3
  13. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +3 -3
  14. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +3 -3
  15. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +3 -3
  16. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +6 -6
  17. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +3 -3
  18. package/dist/components/entities/robot/ARobotForm.d.ts +1 -1
  19. package/dist/components/entities/user/AUserForm.d.ts +1 -1
  20. package/dist/components/index.d.ts +1 -0
  21. package/dist/components/index.d.ts.map +1 -1
  22. package/dist/components/utility/AFormSubmit.d.ts +1 -1
  23. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +3 -3
  24. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts +3 -3
  25. package/dist/components/workflows/Login.vue.d.ts +353 -0
  26. package/dist/components/workflows/Login.vue.d.ts.map +1 -0
  27. package/dist/components/workflows/authorize/Authorize.vue.d.ts +488 -0
  28. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -0
  29. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +83 -0
  30. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -0
  31. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts +27 -0
  32. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -0
  33. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +54 -0
  34. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -0
  35. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts +21 -0
  36. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -0
  37. package/dist/components/workflows/authorize/helpers.d.ts +10 -0
  38. package/dist/components/workflows/authorize/helpers.d.ts.map +1 -0
  39. package/dist/components/workflows/authorize/index.d.ts +3 -0
  40. package/dist/components/workflows/authorize/index.d.ts.map +1 -0
  41. package/dist/components/workflows/index.d.ts +3 -0
  42. package/dist/components/workflows/index.d.ts.map +1 -0
  43. package/dist/core/http-client/authentication-hook/index.d.ts +3 -0
  44. package/dist/core/http-client/authentication-hook/index.d.ts.map +1 -0
  45. package/dist/core/http-client/authentication-hook/install.d.ts +4 -0
  46. package/dist/core/http-client/authentication-hook/install.d.ts.map +1 -0
  47. package/dist/core/http-client/authentication-hook/singleton.d.ts +6 -0
  48. package/dist/core/http-client/authentication-hook/singleton.d.ts.map +1 -0
  49. package/dist/core/http-client/authentication-hook/types.d.ts +7 -0
  50. package/dist/core/http-client/authentication-hook/types.d.ts.map +1 -0
  51. package/dist/core/http-client/index.d.ts +1 -0
  52. package/dist/core/http-client/index.d.ts.map +1 -1
  53. package/dist/core/http-client/install.d.ts.map +1 -1
  54. package/dist/core/http-client/singleton.d.ts.map +1 -1
  55. package/dist/index.cjs +1311 -428
  56. package/dist/index.cjs.map +1 -1
  57. package/dist/index.css +20 -0
  58. package/dist/index.mjs +1189 -313
  59. package/dist/index.mjs.map +1 -1
  60. package/dist/module.d.ts.map +1 -1
  61. package/package.json +22 -22
@@ -0,0 +1,21 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ isError: {
3
+ type: BooleanConstructor;
4
+ };
5
+ message: {
6
+ type: StringConstructor;
7
+ required: true;
8
+ };
9
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
+ isError: {
11
+ type: BooleanConstructor;
12
+ };
13
+ message: {
14
+ type: StringConstructor;
15
+ required: true;
16
+ };
17
+ }>> & Readonly<{}>, {
18
+ isError: boolean;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
+ export default _default;
21
+ //# sourceMappingURL=AuthorizeText.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthorizeText.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/AuthorizeText.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAyCA,wBAUG"}
@@ -0,0 +1,10 @@
1
+ import type { LocationQuery } from 'vue-router';
2
+ export type OAuth2QueryParameters = {
3
+ client_id: string;
4
+ redirect_uri: string;
5
+ response_type: string;
6
+ scope: string | string[];
7
+ state?: string;
8
+ };
9
+ export declare function extractOAuth2QueryParameters(query: LocationQuery): OAuth2QueryParameters;
10
+ //# sourceMappingURL=helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/helpers.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,MAAM,qBAAqB,GAAG;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AAEF,wBAAgB,4BAA4B,CACxC,KAAK,EAAE,aAAa,GACpB,qBAAqB,CAgDxB"}
@@ -0,0 +1,3 @@
1
+ export { default as AAuthorize } from './Authorize.vue';
2
+ export { default as AAuthorizeText } from './AuthorizeText.vue';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/workflows/authorize/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './authorize';
2
+ export { default as ALogin } from './Login.vue';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,3 @@
1
+ export * from './install';
2
+ export * from './singleton';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/http-client/authentication-hook/index.ts"],"names":[],"mappings":"AAOA,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { App } from 'vue';
2
+ import type { HTTPClientAuthenticationHookInstallOptions } from './types';
3
+ export declare function installHTTPClientAuthenticationHook(app: App, options?: HTTPClientAuthenticationHookInstallOptions): void;
4
+ //# sourceMappingURL=install.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../../../src/core/http-client/authentication-hook/install.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAI/B,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,SAAS,CAAC;AAE1E,wBAAgB,mCAAmC,CAC/C,GAAG,EAAE,GAAG,EACR,OAAO,GAAE,0CAA+C,QA+E3D"}
@@ -0,0 +1,6 @@
1
+ import type { App } from 'vue';
2
+ import type { ClientAuthenticationHook } from '@authup/core-http-kit';
3
+ export declare function injectHTTPClientAuthenticationHook(app?: App): ClientAuthenticationHook;
4
+ export declare function hasHTTPClientAuthenticationHook(app?: App): boolean;
5
+ export declare function provideHTTPClientAuthenticationHook(refresher: ClientAuthenticationHook, app?: App): void;
6
+ //# sourceMappingURL=singleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"singleton.d.ts","sourceRoot":"","sources":["../../../../src/core/http-client/authentication-hook/singleton.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAMtE,wBAAgB,kCAAkC,CAAC,GAAG,CAAC,EAAE,GAAG,GAAI,wBAAwB,CAOvF;AAED,wBAAgB,+BAA+B,CAAC,GAAG,CAAC,EAAE,GAAG,GAAI,OAAO,CAMnE;AAED,wBAAgB,mCAAmC,CAC/C,SAAS,EAAE,wBAAwB,EACnC,GAAG,CAAC,EAAE,GAAG,QAGZ"}
@@ -0,0 +1,7 @@
1
+ import type { Pinia } from 'pinia';
2
+ export type HTTPClientAuthenticationHookInstallOptions = {
3
+ baseURL?: string;
4
+ pinia?: Pinia;
5
+ isServer?: boolean;
6
+ };
7
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/core/http-client/authentication-hook/types.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAEnC,MAAM,MAAM,0CAA0C,GAAG;IACrD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC"}
@@ -1,3 +1,4 @@
1
+ export * from './authentication-hook';
1
2
  export * from './singleton';
2
3
  export * from './install';
3
4
  export * from './types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/http-client/index.ts"],"names":[],"mappings":"AAOA,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/http-client/index.ts"],"names":[],"mappings":"AAOA,cAAc,uBAAuB,CAAC;AAEtC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../../src/core/http-client/install.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAI/B,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,GAAE,wBAA6B,QA2FjF"}
1
+ {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../../src/core/http-client/install.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAGxD,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,GAAE,wBAA6B,QAWjF"}
@@ -1 +1 @@
1
- {"version":3,"file":"singleton.d.ts","sourceRoot":"","sources":["../../../src/core/http-client/singleton.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAI/B,eAAO,MAAM,gBAAgB,eAAiC,CAAC;AAE/D,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,GAAG,QAE1D;AAED,wBAAgB,aAAa,CAAC,GAAG,CAAC,EAAE,GAAG,GAAI,OAAO,CAEjD;AAED,wBAAgB,gBAAgB,CAAC,GAAG,CAAC,EAAE,GAAG,UAOzC"}
1
+ {"version":3,"file":"singleton.d.ts","sourceRoot":"","sources":["../../../src/core/http-client/singleton.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAI/B,eAAO,MAAM,gBAAgB,eAAiC,CAAC;AAE/D,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,GAAG,QAE1D;AAED,wBAAgB,aAAa,CAAC,GAAG,CAAC,EAAE,GAAG,GAAI,OAAO,CAMjD;AAED,wBAAgB,gBAAgB,CAAC,GAAG,CAAC,EAAE,GAAG,UAOzC"}