@authup/client-web-kit 1.0.0-beta.18 → 1.0.0-beta.19

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 (35) hide show
  1. package/dist/components/AEntityDelete.d.ts +5 -4
  2. package/dist/components/AEntityDelete.d.ts.map +1 -1
  3. package/dist/components/client/AClientForm.d.ts.map +1 -1
  4. package/dist/components/identity-provider/AIdentityProviderBasicFields.d.ts.map +1 -1
  5. package/dist/components/identity-provider/AIdentityProviderForm.d.ts.map +1 -1
  6. package/dist/components/identity-provider/AIdentityProviderIcon.d.ts.map +1 -1
  7. package/dist/components/identity-provider/AIdentityProviderLdapConnectionFields.d.ts.map +1 -1
  8. package/dist/components/identity-provider/AIdentityProviderLdapCredentialsFields.d.ts.map +1 -1
  9. package/dist/components/identity-provider/AIdentityProviderLdapForm.d.ts.map +1 -1
  10. package/dist/components/identity-provider/AIdentityProviderLdapGroupFields.d.ts.map +1 -1
  11. package/dist/components/identity-provider/AIdentityProviderLdapUserFields.d.ts.map +1 -1
  12. package/dist/components/identity-provider/AIdentityProviderOAuth2ClientFields.d.ts.map +1 -1
  13. package/dist/components/identity-provider/AIdentityProviderOAuth2EndpointFields.d.ts.map +1 -1
  14. package/dist/components/identity-provider/AIdentityProviderOAuth2Form.d.ts +4 -4
  15. package/dist/components/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +1 -1
  16. package/dist/components/identity-provider-role/AIdentityProviderRoleAssignment.d.ts.map +1 -1
  17. package/dist/components/permission/APermissionForm.d.ts.map +1 -1
  18. package/dist/components/realm/ARealmForm.d.ts.map +1 -1
  19. package/dist/components/robot/ARobotForm.d.ts.map +1 -1
  20. package/dist/components/role/ARoleForm.d.ts.map +1 -1
  21. package/dist/components/scope/AScopeForm.d.ts.map +1 -1
  22. package/dist/components/user/AUserForm.d.ts.map +1 -1
  23. package/dist/components/utility/pagination/APagination.d.ts.map +1 -1
  24. package/dist/components/utility/search/ASearch.d.ts.map +1 -1
  25. package/dist/components/utility/title/ATitle.d.ts.map +1 -1
  26. package/dist/core/entity-manager/utils.d.ts.map +1 -1
  27. package/dist/core/list/utils/component.d.ts.map +1 -1
  28. package/dist/core/store/create.d.ts +31 -32
  29. package/dist/core/store/create.d.ts.map +1 -1
  30. package/dist/core/store/install.d.ts.map +1 -1
  31. package/dist/index.cjs +14 -14
  32. package/dist/index.cjs.map +1 -1
  33. package/dist/index.mjs +14 -14
  34. package/dist/index.mjs.map +1 -1
  35. package/package.json +6 -6
@@ -1,4 +1,5 @@
1
1
  import type { PropType } from 'vue';
2
+ import type { DomainType } from '@authup/core-kit';
2
3
  declare enum ElementType {
3
4
  BUTTON = "button",
4
5
  LINK = "link",
@@ -14,7 +15,7 @@ declare const AEntityDelete: import("vue").DefineComponent<{
14
15
  default: boolean;
15
16
  };
16
17
  elementType: {
17
- type: PropType<"link" | "button" | "dropDownItem">;
18
+ type: PropType<`${ElementType}`>;
18
19
  default: ElementType;
19
20
  };
20
21
  entityId: {
@@ -22,7 +23,7 @@ declare const AEntityDelete: import("vue").DefineComponent<{
22
23
  required: true;
23
24
  };
24
25
  entityType: {
25
- type: PropType<"scope" | "realm" | "user" | "client" | "clientScope" | "identityProvider" | "identityProviderAccount" | "identityProviderAttribute" | "identityProviderRoleMapping" | "permission" | "robot" | "robotPermission" | "robotRole" | "role" | "roleAttribute" | "rolePermission" | "userAttribute" | "userPermission" | "userRole">;
26
+ type: PropType<`${DomainType}`>;
26
27
  required: true;
27
28
  };
28
29
  hint: {
@@ -41,7 +42,7 @@ declare const AEntityDelete: import("vue").DefineComponent<{
41
42
  default: boolean;
42
43
  };
43
44
  elementType: {
44
- type: PropType<"link" | "button" | "dropDownItem">;
45
+ type: PropType<`${ElementType}`>;
45
46
  default: ElementType;
46
47
  };
47
48
  entityId: {
@@ -49,7 +50,7 @@ declare const AEntityDelete: import("vue").DefineComponent<{
49
50
  required: true;
50
51
  };
51
52
  entityType: {
52
- type: PropType<"scope" | "realm" | "user" | "client" | "clientScope" | "identityProvider" | "identityProviderAccount" | "identityProviderAttribute" | "identityProviderRoleMapping" | "permission" | "robot" | "robotPermission" | "robotRole" | "role" | "roleAttribute" | "rolePermission" | "userAttribute" | "userPermission" | "userRole">;
53
+ type: PropType<`${DomainType}`>;
53
54
  required: true;
54
55
  };
55
56
  hint: {
@@ -1 +1 @@
1
- {"version":3,"file":"AEntityDelete.d.ts","sourceRoot":"","sources":["../../src/components/AEntityDelete.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAER,QAAQ,EAGX,MAAM,KAAK,CAAC;AAab,aAAK,WAAW;IACZ,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,cAAc,iBAAiB;CAClC;AAED,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqHjB,CAAC;AAEH,OAAO,EACH,aAAa,GAChB,CAAC"}
1
+ {"version":3,"file":"AEntityDelete.d.ts","sourceRoot":"","sources":["../../src/components/AEntityDelete.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAER,QAAQ,EAGX,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAMnD,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;;;;;;;;;;;;;;;MAiGnD,CAAC;AAEH,OAAO,EACH,aAAa,GAChB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AClientForm.d.ts","sourceRoot":"","sources":["../../../src/components/client/AClientForm.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAYb,OAAO,KAAK,EAAE,MAAM,EAAS,MAAM,kBAAkB,CAAC;AA4BtD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8TtB,CAAC;AAEH,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"AClientForm.d.ts","sourceRoot":"","sources":["../../../src/components/client/AClientForm.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAYb,OAAO,KAAK,EAAE,MAAM,EAAS,MAAM,kBAAkB,CAAC;AA4BtD,eAAO,MAAM,WAAW;;;;;;cAOI,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;cAAhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;MAuT1C,CAAC;AAEH,eAAe,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderBasicFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderBasicFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAOzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAYpC,eAAO,MAAM,4BAA4B;;;;;;;;;;;;UAwIvC,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderBasicFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderBasicFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAOzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAYpC,eAAO,MAAM,4BAA4B;;cAGb,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;;;;;;cAAnC,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;;;;UAqI7D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderForm.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderForm.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,gBAAgB,EAA0B,MAAM,kBAAkB,CAAC;AACjF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMhD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA4HhC,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderForm.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderForm.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,gBAAgB,EAA0B,MAAM,kBAAkB,CAAC;AACjF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMhD,eAAO,MAAM,qBAAqB;;cAGN,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;cAA1B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;;;;;MAyHpD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderIcon.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderIcon.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;YAsBhC,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderIcon.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderIcon.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,qBAAqB;;cAGN,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;cAA1B,QAAQ,CAAC,gBAAgB,CAAC;;;YAmBpD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderLdapConnectionFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderLdapConnectionFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACU,oBAAoB,EACzC,MAAM,kBAAkB,CAAC;AAM1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;MAkHhD,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderLdapConnectionFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderLdapConnectionFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACU,oBAAoB,EACzC,MAAM,kBAAkB,CAAC;AAM1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,qCAAqC;;cAGtB,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;MA+GjE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderLdapCredentialsFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderLdapCredentialsFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACU,oBAAoB,EACzC,MAAM,kBAAkB,CAAC;AAI1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;MAoEjD,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderLdapCredentialsFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderLdapCredentialsFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACU,oBAAoB,EACzC,MAAM,kBAAkB,CAAC;AAI1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,sCAAsC;;cAGvB,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;MAiEjE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderLdapForm.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderLdapForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAwB,MAAM,kBAAkB,CAAC;AAG/E,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAiBb,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqKpC,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderLdapForm.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderLdapForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAwB,MAAM,kBAAkB,CAAC;AAG/E,OAAO,EACH,KAAK,QAAQ,EAChB,MAAM,KAAK,CAAC;AAiBb,eAAO,MAAM,yBAAyB;;cAGV,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;cAA1B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;;;;;;MAkKpD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderLdapGroupFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderLdapGroupFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACU,oBAAoB,EACzC,MAAM,kBAAkB,CAAC;AAG1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;MA2H3C,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderLdapGroupFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderLdapGroupFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACU,oBAAoB,EACzC,MAAM,kBAAkB,CAAC;AAG1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,gCAAgC;;cAGjB,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;MAwHjE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderLdapUserFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderLdapUserFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACU,oBAAoB,EACzC,MAAM,kBAAkB,CAAC;AAG1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;MA6G1C,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderLdapUserFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderLdapUserFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACU,oBAAoB,EACzC,MAAM,kBAAkB,CAAC;AAG1B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,+BAA+B;;cAGhB,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;cAAvC,QAAQ,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;;;;;;;;;;MA0GjE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderOAuth2ClientFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderOAuth2ClientFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAMjF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,mCAAmC;;;;;;;;;;;;UAiE9C,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderOAuth2ClientFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderOAuth2ClientFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAMjF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAOpC,eAAO,MAAM,mCAAmC;;cAGpB,QAAQ,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;;;;;;cAAzC,QAAQ,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;;;;UA8DnE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderOAuth2EndpointFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderOAuth2EndpointFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAOjF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAQhD,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;MA+GhD,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderOAuth2EndpointFields.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderOAuth2EndpointFields.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAoB,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAOjF,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAQhD,eAAO,MAAM,qCAAqC;;cAGtB,QAAQ,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;;;;;;;;cAAzC,QAAQ,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;;;;;;;;;;MA4GnE,CAAC"}
@@ -16,11 +16,11 @@ export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<
16
16
  default: string;
17
17
  };
18
18
  protocol: {
19
- type: PropType<string>;
19
+ type: PropType<string | null>;
20
20
  default: IdentityProviderProtocol;
21
21
  };
22
22
  preset: {
23
- type: PropType<string>;
23
+ type: PropType<string | null>;
24
24
  };
25
25
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
@@ -39,11 +39,11 @@ export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<
39
39
  default: string;
40
40
  };
41
41
  protocol: {
42
- type: PropType<string>;
42
+ type: PropType<string | null>;
43
43
  default: IdentityProviderProtocol;
44
44
  };
45
45
  preset: {
46
- type: PropType<string>;
46
+ type: PropType<string | null>;
47
47
  };
48
48
  }>> & {
49
49
  onFailed?: (item: Error) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderOAuth2Form.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderOAuth2Form.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EACR,gBAAgB,EAEnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACS,wBAAwB,EACvC,MAAM,kBAAkB,CAAC;AAoB1B,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAkQtC,CAAC;AAEH,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderOAuth2Form.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderOAuth2Form.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EACR,gBAAgB,EAEnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACS,wBAAwB,EACvC,MAAM,kBAAkB,CAAC;AAoB1B,eAAO,MAAM,2BAA2B;;cAOZ,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;;cAa1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAIvB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;cAjBvB,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;;cAa1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAIvB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;;;MA0OjD,CAAC;AAEH,eAAe,2BAA2B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderRoleAssignment.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider-role/AIdentityProviderRoleAssignment.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAIxD,OAAO,KAAK,EAAE,2BAA2B,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAa1E,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;UA2N1C,CAAC;AAEH,eAAe,+BAA+B,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderRoleAssignment.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider-role/AIdentityProviderRoleAssignment.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAIxD,OAAO,KAAK,EAAE,2BAA2B,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAa1E,eAAO,MAAM,+BAA+B;;cAGhB,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;cAAd,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;UAwNxC,CAAC;AAEH,eAAe,+BAA+B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"APermissionForm.d.ts","sourceRoot":"","sources":["../../../src/components/permission/APermissionForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGnD,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AA0BxD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;UAgJ1B,CAAC"}
1
+ {"version":3,"file":"APermissionForm.d.ts","sourceRoot":"","sources":["../../../src/components/permission/APermissionForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGnD,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AA0BxD,eAAO,MAAM,eAAe;;cAGA,QAAQ,CAAC,UAAU,CAAC;;;;;;cAApB,QAAQ,CAAC,UAAU,CAAC;;;;;;;;UA6I9C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ARealmForm.d.ts","sourceRoot":"","sources":["../../../src/components/realm/ARealmForm.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAIxD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAmB9C,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;MAqKrB,CAAC"}
1
+ {"version":3,"file":"ARealmForm.d.ts","sourceRoot":"","sources":["../../../src/components/realm/ARealmForm.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAIxD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAmB9C,eAAO,MAAM,UAAU;;cAGK,QAAQ,CAAC,KAAK,CAAC;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;MAkKzC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ARobotForm.d.ts","sourceRoot":"","sources":["../../../src/components/robot/ARobotForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAYb,OAAO,KAAK,EAAS,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAwBrD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmPrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"ARobotForm.d.ts","sourceRoot":"","sources":["../../../src/components/robot/ARobotForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAYb,OAAO,KAAK,EAAS,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAwBrD,eAAO,MAAM,UAAU;;;;;;cAOK,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;MA4OzC,CAAC;AAEH,eAAe,UAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ARoleForm.d.ts","sourceRoot":"","sources":["../../../src/components/role/ARoleForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAKxD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAiB7C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;MA4IpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"ARoleForm.d.ts","sourceRoot":"","sources":["../../../src/components/role/ARoleForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAKxD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAiB7C,eAAO,MAAM,SAAS;;cAGM,QAAQ,CAAC,IAAI,CAAC;;;;;;;cAAd,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;MAyIxC,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AScopeForm.d.ts","sourceRoot":"","sources":["../../../src/components/scope/AScopeForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAYb,OAAO,KAAK,EACR,KAAK,EACR,MAAM,kBAAkB,CAAC;AAyB1B,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;MAkKrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"AScopeForm.d.ts","sourceRoot":"","sources":["../../../src/components/scope/AScopeForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAYb,OAAO,KAAK,EACR,KAAK,EACR,MAAM,kBAAkB,CAAC;AAyB1B,eAAO,MAAM,UAAU;;;;;;cAOK,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;MA2JzC,CAAC;AAEH,eAAe,UAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AUserForm.d.ts","sourceRoot":"","sources":["../../../src/components/user/AUserForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAS,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAUpD,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAexD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA+RpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"AUserForm.d.ts","sourceRoot":"","sources":["../../../src/components/user/AUserForm.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAS,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAUpD,OAAO,KAAK,EAAE,QAAQ,EAAsB,MAAM,KAAK,CAAC;AAexD,eAAO,MAAM,SAAS;;cAGM,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;cAAd,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;MA4RxC,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"APagination.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/pagination/APagination.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAGpC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAE/C,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAwBtB,CAAC"}
1
+ {"version":3,"file":"APagination.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/pagination/APagination.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAGpC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAE/C,eAAO,MAAM,WAAW;;;;;cAMI,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;cAM3B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;cAN5B,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;;cAM3B,QAAQ,CAAC,gBAAgB,CAAC;;;;;MAYtD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ASearch.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/search/ASearch.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAG9C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAuBH,eAAe;GAY9B,CAAC"}
1
+ {"version":3,"file":"ASearch.d.ts","sourceRoot":"","sources":["../../../../src/components/utility/search/ASearch.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAE/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAG9C,eAAO,MAAM,OAAO;;;;;cAOQ,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;;;;;;;cASvB,QAAQ,CAAC,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC;;;cAGrC,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;;;;;;;;;cAZvB,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;;;;;;;cASvB,QAAQ,CAAC,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC;;;cAGrC,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;;;;;;aAIlC,eAAe;GAY9B,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;AAG/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAG7C,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAiBF,cAAc;GAe7B,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;AAG/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAG7C,eAAO,MAAM,MAAM;;;;;;cAOS,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;;;;;;;;;;;;;;;;cAAzB,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;;;;;;;;;;;aAUpC,cAAc;GAe7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/core/entity-manager/utils.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE7E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,KAAK,EACR,aAAa,EACb,uBAAuB,EACvB,sBAAsB,EACzB,MAAM,QAAQ,CAAC;AAEhB,wBAAgB,2BAA2B,CAAC,CAAC,EACzC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,GACvB,sBAAsB,CAAC,CAAC,CAAC,CAQ5B;AAED,wBAAgB,yBAAyB,CAAC,CAAC,KAAK,uBAAuB,CAAC,CAAC,CAAC,CAazE;AAED,wBAAgB,wBAAwB,CAAC,CAAC;;;;;;;;;;;;;;;;EAkBzC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/core/entity-manager/utils.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE7E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,KAAK,EACR,aAAa,EACb,uBAAuB,EACvB,sBAAsB,EACzB,MAAM,QAAQ,CAAC;AAEhB,wBAAgB,2BAA2B,CAAC,CAAC,EACzC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,GACvB,sBAAsB,CAAC,CAAC,CAAC,CAQ5B;AAED,wBAAgB,yBAAyB,CAAC,CAAC,KAAK,uBAAuB,CAAC,CAAC,CAAC,CAazE;AAED,wBAAgB,wBAAwB,CAAC,CAAC;;cAGd,QAAQ,CAAC,CAAC,CAAC;;;;;;cAMX,QAAQ,CAAC,iBAAiB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,CAAC;;;cAGtE,QAAQ,CAAC,gBAAgB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,CAAC;;;cAGrE,QAAQ,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC;;EAG1F"}
@@ -1 +1 @@
1
- {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../../src/core/list/utils/component.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,KAAK,EACR,eAAe,EACf,cAAc,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,EAC9F,MAAM,SAAS,CAAC;AAEjB,wBAAgB,gBAAgB,CAAC,CAAC,KAAM,cAAc,CAAC,CAAC,CAAC,CASxD;AACD,wBAAgB,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoChC"}
1
+ {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../../src/core/list/utils/component.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,KAAK,EACR,eAAe,EACf,cAAc,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,EAC9F,MAAM,SAAS,CAAC;AAEjB,wBAAgB,gBAAgB,CAAC,CAAC,KAAM,cAAc,CAAC,CAAC,CAAC,CASxD;AACD,wBAAgB,eAAe,CAAC,CAAC;;cAGL,QAAQ,CAAC,UAAU,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,CAAC;;;;;;;;;;;;cAcpD,QAAQ,CAAC,OAAO,GAAG,kBAAkB,CAAC,CAAC,CAAC,CAAC;;;;cAIzC,QAAQ,CAAC,OAAO,GAAG,iBAAiB,CAAC,CAAC,CAAC,CAAC;;;;cAIxC,QAAQ,CAAC,OAAO,GAAG,iBAAiB,CAAC,CAAC,CAAC,CAAC;;;;cAIxC,QAAQ,CAAC,OAAO,GAAG,iBAAiB,CAAC,CAAC,CAAC,CAAC;;;;cAInD,QAAQ,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;;EAGvD"}
@@ -26,8 +26,8 @@ export declare function createStore(context?: StoreCreateContext): {
26
26
  nbf?: number;
27
27
  iat?: number;
28
28
  jti?: string;
29
- kind: "access_token" | "id_token" | "refresh_token";
30
- sub_kind?: "user" | "client" | "robot";
29
+ kind: `${import("@authup/kit").OAuth2TokenKind}`;
30
+ sub_kind?: `${import("@authup/kit").OAuth2SubKind}`;
31
31
  sub_name?: string;
32
32
  scope?: string;
33
33
  client_id?: string;
@@ -37,8 +37,7 @@ export declare function createStore(context?: StoreCreateContext): {
37
37
  active: boolean;
38
38
  permissions?: {
39
39
  name: string;
40
- realmId?: string;
41
- decisionStrategy?: "affirmative" | "unanimous" | "consensus";
40
+ realmId?: string | null;
42
41
  policy?: {
43
42
  [x: string]: any;
44
43
  type: string;
@@ -53,66 +52,66 @@ export declare function createStore(context?: StoreCreateContext): {
53
52
  realmId: import("vue").ComputedRef<string>;
54
53
  realmIsRoot: import("vue").ComputedRef<boolean>;
55
54
  realmName: import("vue").ComputedRef<string>;
56
- setRealm: (entity?: Pick<Realm, 'id' | 'name'>) => void;
55
+ setRealm: (entity?: Pick<Realm, "id" | "name">) => void;
57
56
  realmManagement: import("vue").Ref<{
58
57
  name: string;
59
58
  id: string;
60
59
  }>;
61
60
  realmManagementId: import("vue").ComputedRef<string>;
62
61
  realmManagementName: import("vue").ComputedRef<string>;
63
- setRealmManagement: (entity?: Pick<Realm, 'id' | 'name'>) => void;
62
+ setRealmManagement: (entity?: Pick<Realm, "id" | "name">) => void;
64
63
  user: import("vue").Ref<{
65
64
  [x: string]: any;
66
65
  id: string;
67
66
  name: string;
68
67
  name_locked: boolean;
69
- first_name: string;
70
- last_name: string;
68
+ first_name: string | null;
69
+ last_name: string | null;
71
70
  display_name: string;
72
- email: string;
73
- password: string;
74
- avatar: string;
75
- cover: string;
76
- reset_hash: string;
77
- reset_at: string;
78
- reset_expires: string;
79
- status: string;
80
- status_message: string;
71
+ email: string | null;
72
+ password: string | null;
73
+ avatar: string | null;
74
+ cover: string | null;
75
+ reset_hash: string | null;
76
+ reset_at: string | null;
77
+ reset_expires: string | null;
78
+ status: string | null;
79
+ status_message: string | null;
81
80
  active: boolean;
82
- activate_hash: string;
81
+ activate_hash: string | null;
83
82
  created_at: Date;
84
83
  updated_at: Date;
85
- client_id: string;
84
+ client_id: import("@authup/core-kit").Client["id"] | null;
86
85
  client: {
87
86
  id: string;
88
87
  name: string;
89
- description: string;
88
+ description: string | null;
90
89
  secret: string;
91
- redirect_uri: string;
92
- grant_types: string;
93
- scope: string;
94
- base_url: string;
95
- root_url: string;
90
+ redirect_uri: string | null;
91
+ grant_types: string | null;
92
+ scope: string | null;
93
+ base_url: string | null;
94
+ root_url: string | null;
96
95
  is_confidential: boolean;
97
- created_at: string | Date;
98
- updated_at: string | Date;
99
- realm_id: string;
96
+ created_at: Date | string;
97
+ updated_at: Date | string;
98
+ realm_id: Realm["id"];
100
99
  realm: {
101
100
  id: string;
102
101
  name: string;
103
- description: string;
102
+ description: string | null;
104
103
  built_in: boolean;
105
104
  created_at: string;
106
105
  updated_at: string;
107
106
  };
108
- user_id: string;
107
+ user_id: User["id"] | null;
109
108
  user: any;
110
109
  };
111
- realm_id: string;
110
+ realm_id: Realm["id"];
112
111
  realm: {
113
112
  id: string;
114
113
  name: string;
115
- description: string;
114
+ description: string | null;
116
115
  built_in: boolean;
117
116
  created_at: string;
118
117
  updated_at: string;
@@ -1 +1 @@
1
- {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/core/store/create.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,wBAAwB,EACxB,gCAAgC,EACnC,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EACR,KAAK,EACL,IAAI,EACP,MAAM,kBAAkB,CAAC;AAK1B,OAAO,EACH,SAAS,EACZ,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE1F,wBAAgB,WAAW,CAAC,OAAO,GAAE,kBAAuB;;4BAMzB,OAAO;;iBA2LZ,iBAAiB;;;oBAzCf,mBAAmB;yCAlHH,wBAAwB;;6BAzBpC,MAAM;;uCAOI,IAAI,GAAG,MAAM,GAAG,MAAM;;8BAY/B,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAkFR,gCAAgC;;;;;;;;wBAhBpC,KAAK,KAAK,EAAE,IAAI,GAAG,MAAM,CAAC;;;;;;;kCAQhB,KAAK,KAAK,EAAE,IAAI,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA1BrC,IAAI;EAgLjC"}
1
+ {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/core/store/create.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,wBAAwB,EACxB,gCAAgC,EACnC,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EACR,KAAK,EACL,IAAI,EACP,MAAM,kBAAkB,CAAC;AAK1B,OAAO,EACH,SAAS,EACZ,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE1F,wBAAgB,WAAW,CAAC,OAAO,GAAE,kBAAuB;;4BAMzB,OAAO;;iBA2LZ,iBAAiB;;;oBAzCf,mBAAmB;yCAlHH,wBAAwB;;6BAzBpC,MAAM;;uCAOI,IAAI,GAAG,MAAM,GAAG,MAAM;;8BAY/B,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAkFR,gCAAgC;;;;;;;;wBAhBpC,IAAI,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,CAAC;;;;;;;kCAQhB,IAAI,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA1BrC,IAAI;EAgLjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../../src/core/store/install.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAK/B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,wBAAgB,YAAY,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,GAAE,mBAAwB,QA4IvE"}
1
+ {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../../src/core/store/install.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAK/B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,wBAAgB,YAAY,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,GAAE,mBAAwB,QA6IvE"}
package/dist/index.cjs CHANGED
@@ -271,6 +271,7 @@ function tryOnScopeDispose(fn) {
271
271
  return false;
272
272
  }
273
273
  typeof WorkerGlobalScope !== "undefined" && globalThis instanceof WorkerGlobalScope;
274
+ const noop = ()=>{};
274
275
 
275
276
  function useCookies(dependencies, { doNotParse = false, autoUpdateDependencies = false } = {}, cookies = new Cookie()) {
276
277
  const watchingDependencies = autoUpdateDependencies ? [
@@ -357,17 +358,18 @@ function installStore(app, options = {}) {
357
358
  baseURL: options.baseURL
358
359
  }));
359
360
  const store = storeCreator(options.pinia);
360
- const cookies = useCookies();
361
361
  let cookieGet;
362
362
  if (options.cookieGet) {
363
363
  cookieGet = options.cookieGet;
364
364
  } else {
365
+ const cookies = useCookies();
365
366
  cookieGet = cookies.get;
366
367
  }
367
368
  let cookieSet;
368
369
  if (options.cookieSet) {
369
370
  cookieSet = options.cookieSet;
370
371
  } else {
372
+ const cookies = useCookies();
371
373
  cookieSet = cookies.set;
372
374
  }
373
375
  let cookieUnset;
@@ -378,6 +380,7 @@ function installStore(app, options = {}) {
378
380
  options.cookieSet(key, null);
379
381
  };
380
382
  } else {
383
+ const cookies = useCookies();
381
384
  cookieUnset = cookies.remove;
382
385
  }
383
386
  const initStore = ()=>{
@@ -1018,17 +1021,17 @@ function createList(context) {
1018
1021
  busy: busy.value,
1019
1022
  data: data.value,
1020
1023
  meta: meta.value,
1021
- onCreated (value) {
1024
+ onCreated: (value)=>{
1022
1025
  if (context.setup.emit) {
1023
1026
  context.setup.emit('created', value);
1024
1027
  }
1025
1028
  },
1026
- onDeleted (value) {
1029
+ onDeleted: (value)=>{
1027
1030
  if (context.setup.emit) {
1028
1031
  context.setup.emit('deleted', value);
1029
1032
  }
1030
1033
  },
1031
- onUpdated (value) {
1034
+ onUpdated: (value)=>{
1032
1035
  if (context.setup.emit) {
1033
1036
  context.setup.emit('updated', value);
1034
1037
  }
@@ -1616,9 +1619,6 @@ class MemoryStore {
1616
1619
  }
1617
1620
  }
1618
1621
 
1619
- typeof WorkerGlobalScope !== "undefined" && globalThis instanceof WorkerGlobalScope;
1620
- const noop = ()=>{};
1621
-
1622
1622
  function computedAsync(evaluationCallback, initialState, optionsOrRef) {
1623
1623
  let options;
1624
1624
  if (vue.isRef(optionsOrRef)) {
@@ -2321,11 +2321,11 @@ const AClientRedirectUris = vue.defineComponent({
2321
2321
  disabled: items.value.length <= 1,
2322
2322
  class: 'mb-2',
2323
2323
  uri: item,
2324
- onUpdated (input) {
2324
+ onUpdated: (input)=>{
2325
2325
  items.value[index] = input;
2326
2326
  handleChange();
2327
2327
  },
2328
- onDeleted () {
2328
+ onDeleted: ()=>{
2329
2329
  items.value.splice(index, 1);
2330
2330
  handleChange();
2331
2331
  }
@@ -2523,7 +2523,7 @@ const AClientForm = vue.defineComponent({
2523
2523
  ]),
2524
2524
  vue.h(AClientRedirectUris, {
2525
2525
  uri: form.redirect_uri,
2526
- onUpdated (value) {
2526
+ onUpdated: (value)=>{
2527
2527
  form.redirect_uri = value;
2528
2528
  }
2529
2529
  }),
@@ -4498,11 +4498,11 @@ const AIdentityProviderForm = vue.defineComponent({
4498
4498
  protocol: protocol.value,
4499
4499
  preset: preset.value,
4500
4500
  apiUrl: props.apiUrl,
4501
- onCreated (el) {
4501
+ onCreated: (el)=>{
4502
4502
  entity.value = el;
4503
4503
  setup.emit('created', el);
4504
4504
  },
4505
- onUpdated (el) {
4505
+ onUpdated: (el)=>{
4506
4506
  entity.value = el;
4507
4507
  setup.emit('updated', el);
4508
4508
  }
@@ -4513,11 +4513,11 @@ const AIdentityProviderForm = vue.defineComponent({
4513
4513
  return render(vue.h(AIdentityProviderLdapForm, {
4514
4514
  entity: entity.value,
4515
4515
  realmId: props.realmId,
4516
- onCreated (el) {
4516
+ onCreated: (el)=>{
4517
4517
  entity.value = el;
4518
4518
  setup.emit('created', el);
4519
4519
  },
4520
- onUpdated (el) {
4520
+ onUpdated: (el)=>{
4521
4521
  entity.value = el;
4522
4522
  setup.emit('updated', el);
4523
4523
  }