@authup/client-web-kit 1.0.0-beta.21 → 1.0.0-beta.23

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 (142) hide show
  1. package/dist/components/client/AClient.d.ts +4 -4
  2. package/dist/components/client/AClient.d.ts.map +1 -1
  3. package/dist/components/client/AClientForm.d.ts +3 -3
  4. package/dist/components/client/AClients.d.ts +3 -3
  5. package/dist/components/client/AClients.d.ts.map +1 -1
  6. package/dist/components/client-scope/AClientScope.d.ts +4 -4
  7. package/dist/components/client-scope/AClientScope.d.ts.map +1 -1
  8. package/dist/components/client-scope/AClientScopeAssignment.d.ts +2 -2
  9. package/dist/components/client-scope/AClientScopes.d.ts +3 -3
  10. package/dist/components/client-scope/AClientScopes.d.ts.map +1 -1
  11. package/dist/components/identity-provider/AIdentityProvider.d.ts +4 -4
  12. package/dist/components/identity-provider/AIdentityProvider.d.ts.map +1 -1
  13. package/dist/components/identity-provider/AIdentityProviderForm.d.ts.map +1 -1
  14. package/dist/components/identity-provider/AIdentityProviderLdapForm.d.ts +2 -2
  15. package/dist/components/identity-provider/AIdentityProviderOAuth2Form.d.ts +2 -2
  16. package/dist/components/identity-provider/AIdentityProviderPicker.vue.d.ts +56 -0
  17. package/dist/components/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -0
  18. package/dist/components/identity-provider/AIdentityProviders.d.ts +3 -3
  19. package/dist/components/identity-provider/AIdentityProviders.d.ts.map +1 -1
  20. package/dist/components/identity-provider-role/AIdentityProviderRoleAssignment.d.ts +2 -2
  21. package/dist/components/permission/APermission.d.ts +4 -4
  22. package/dist/components/permission/APermission.d.ts.map +1 -1
  23. package/dist/components/permission/APermissionForm.d.ts +2 -2
  24. package/dist/components/permission/APermissions.d.ts +3 -3
  25. package/dist/components/permission/APermissions.d.ts.map +1 -1
  26. package/dist/components/realm/ARealm.d.ts +4 -4
  27. package/dist/components/realm/ARealm.d.ts.map +1 -1
  28. package/dist/components/realm/ARealmForm.d.ts +2 -2
  29. package/dist/components/realm/ARealms.d.ts +3 -3
  30. package/dist/components/realm/ARealms.d.ts.map +1 -1
  31. package/dist/components/robot/ARobot.d.ts +4 -4
  32. package/dist/components/robot/ARobot.d.ts.map +1 -1
  33. package/dist/components/robot/ARobotForm.d.ts +3 -3
  34. package/dist/components/robot/ARobots.d.ts +3 -3
  35. package/dist/components/robot/ARobots.d.ts.map +1 -1
  36. package/dist/components/robot-permission/ARobotPermissionAssignment.d.ts +2 -2
  37. package/dist/components/robot-role/ARobotRoleAssignment.d.ts +2 -2
  38. package/dist/components/role/ARole.d.ts +4 -4
  39. package/dist/components/role/ARole.d.ts.map +1 -1
  40. package/dist/components/role/ARoleForm.d.ts +2 -2
  41. package/dist/components/role/ARoles.d.ts +3 -3
  42. package/dist/components/role/ARoles.d.ts.map +1 -1
  43. package/dist/components/role-permission/ARolePermissionAssignment.d.ts +2 -2
  44. package/dist/components/scope/AScope.d.ts +4 -4
  45. package/dist/components/scope/AScope.d.ts.map +1 -1
  46. package/dist/components/scope/AScopeForm.d.ts +2 -2
  47. package/dist/components/scope/AScopes.d.ts +3 -3
  48. package/dist/components/scope/AScopes.d.ts.map +1 -1
  49. package/dist/components/user/AUser.d.ts +4 -4
  50. package/dist/components/user/AUser.d.ts.map +1 -1
  51. package/dist/components/user/AUserForm.d.ts +2 -2
  52. package/dist/components/user/AUsers.d.ts +3 -3
  53. package/dist/components/user/AUsers.d.ts.map +1 -1
  54. package/dist/components/user-permission/AUserPermissionAssignment.d.ts +2 -2
  55. package/dist/components/user-role/AUserRoleAssignment.d.ts +2 -2
  56. package/dist/core/http-client/install.d.ts.map +1 -1
  57. package/dist/core/index.d.ts +2 -2
  58. package/dist/core/index.d.ts.map +1 -1
  59. package/dist/core/resource/collection/constants.d.ts.map +1 -0
  60. package/dist/core/resource/collection/index.d.ts +4 -0
  61. package/dist/core/resource/collection/index.d.ts.map +1 -0
  62. package/dist/core/resource/collection/module.d.ts +4 -0
  63. package/dist/core/resource/collection/module.d.ts.map +1 -0
  64. package/dist/core/{list/type.d.ts → resource/collection/types.d.ts} +21 -25
  65. package/dist/core/resource/collection/types.d.ts.map +1 -0
  66. package/dist/core/{list → resource/collection}/utils/component.d.ts +3 -3
  67. package/dist/core/resource/collection/utils/component.d.ts.map +1 -0
  68. package/dist/core/resource/collection/utils/handlers.d.ts.map +1 -0
  69. package/dist/core/resource/collection/utils/index.d.ts.map +1 -0
  70. package/dist/core/resource/collection/utils/options.d.ts +3 -0
  71. package/dist/core/resource/collection/utils/options.d.ts.map +1 -0
  72. package/dist/core/resource/index.d.ts +4 -0
  73. package/dist/core/resource/index.d.ts.map +1 -0
  74. package/dist/core/resource/record/error.d.ts +4 -0
  75. package/dist/core/resource/record/error.d.ts.map +1 -0
  76. package/dist/core/{entity-manager → resource/record}/index.d.ts +1 -1
  77. package/dist/core/resource/record/index.d.ts.map +1 -0
  78. package/dist/core/resource/record/module.d.ts +4 -0
  79. package/dist/core/resource/record/module.d.ts.map +1 -0
  80. package/dist/core/{entity-manager/type.d.ts → resource/record/types.d.ts} +19 -21
  81. package/dist/core/resource/record/types.d.ts.map +1 -0
  82. package/dist/core/{entity-manager → resource/record}/utils.d.ts +4 -4
  83. package/dist/core/resource/record/utils.d.ts.map +1 -0
  84. package/dist/core/resource/socket/index.d.ts.map +1 -0
  85. package/dist/core/resource/socket/module.d.ts +4 -0
  86. package/dist/core/resource/socket/module.d.ts.map +1 -0
  87. package/dist/core/resource/socket/type.d.ts +24 -0
  88. package/dist/core/resource/socket/type.d.ts.map +1 -0
  89. package/dist/core/store/create.d.ts +14 -13
  90. package/dist/core/store/create.d.ts.map +1 -1
  91. package/dist/core/store/dispatcher/constants.d.ts +15 -0
  92. package/dist/core/store/dispatcher/constants.d.ts.map +1 -0
  93. package/dist/core/store/dispatcher/index.d.ts +5 -0
  94. package/dist/core/store/dispatcher/index.d.ts.map +1 -0
  95. package/dist/core/store/dispatcher/module.d.ts +3 -0
  96. package/dist/core/store/dispatcher/module.d.ts.map +1 -0
  97. package/dist/core/store/dispatcher/singleton.d.ts +5 -0
  98. package/dist/core/store/dispatcher/singleton.d.ts.map +1 -0
  99. package/dist/core/store/dispatcher/types.d.ts +23 -0
  100. package/dist/core/store/dispatcher/types.d.ts.map +1 -0
  101. package/dist/core/store/index.d.ts +1 -0
  102. package/dist/core/store/index.d.ts.map +1 -1
  103. package/dist/core/store/install.d.ts.map +1 -1
  104. package/dist/core/store/singleton.d.ts +1 -2
  105. package/dist/core/store/singleton.d.ts.map +1 -1
  106. package/dist/core/store/types.d.ts +2 -4
  107. package/dist/core/store/types.d.ts.map +1 -1
  108. package/dist/index.cjs +529 -341
  109. package/dist/index.cjs.map +1 -1
  110. package/dist/index.css +15 -0
  111. package/dist/index.mjs +518 -333
  112. package/dist/index.mjs.map +1 -1
  113. package/package.json +30 -28
  114. package/dist/components/identity-provider/AIdentityProviderPicker.d.ts +0 -18
  115. package/dist/components/identity-provider/AIdentityProviderPicker.d.ts.map +0 -1
  116. package/dist/core/entity-manager/error.d.ts +0 -4
  117. package/dist/core/entity-manager/error.d.ts.map +0 -1
  118. package/dist/core/entity-manager/index.d.ts.map +0 -1
  119. package/dist/core/entity-manager/module.d.ts +0 -6
  120. package/dist/core/entity-manager/module.d.ts.map +0 -1
  121. package/dist/core/entity-manager/type.d.ts.map +0 -1
  122. package/dist/core/entity-manager/utils.d.ts.map +0 -1
  123. package/dist/core/entity-socket/index.d.ts.map +0 -1
  124. package/dist/core/entity-socket/module.d.ts +0 -6
  125. package/dist/core/entity-socket/module.d.ts.map +0 -1
  126. package/dist/core/entity-socket/type.d.ts +0 -24
  127. package/dist/core/entity-socket/type.d.ts.map +0 -1
  128. package/dist/core/list/constants.d.ts.map +0 -1
  129. package/dist/core/list/index.d.ts +0 -4
  130. package/dist/core/list/index.d.ts.map +0 -1
  131. package/dist/core/list/module.d.ts +0 -6
  132. package/dist/core/list/module.d.ts.map +0 -1
  133. package/dist/core/list/type.d.ts.map +0 -1
  134. package/dist/core/list/utils/component.d.ts.map +0 -1
  135. package/dist/core/list/utils/handlers.d.ts.map +0 -1
  136. package/dist/core/list/utils/index.d.ts.map +0 -1
  137. package/dist/core/list/utils/options.d.ts +0 -3
  138. package/dist/core/list/utils/options.d.ts.map +0 -1
  139. /package/dist/core/{list → resource/collection}/constants.d.ts +0 -0
  140. /package/dist/core/{list → resource/collection}/utils/handlers.d.ts +0 -0
  141. /package/dist/core/{list → resource/collection}/utils/index.d.ts +0 -0
  142. /package/dist/core/{entity-socket → resource/socket}/index.d.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  import type { Client } from '@authup/core-kit';
2
2
  import type { SlotsType } from 'vue';
3
- import type { EntityManagerSlotsType } from '../../core';
3
+ import type { ResourceVSlots } from '../../core';
4
4
  export declare const AClient: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  entity: {
6
6
  type: import("vue").PropType<Client>;
@@ -17,7 +17,7 @@ export declare const AClient: import("vue").DefineComponent<import("vue").Extrac
17
17
  query: {
18
18
  type: import("vue").PropType<import("rapiq").BuildInput<Client>>;
19
19
  };
20
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  entity: {
22
22
  type: import("vue").PropType<Client>;
23
23
  };
@@ -34,10 +34,10 @@ export declare const AClient: import("vue").DefineComponent<import("vue").Extrac
34
34
  type: import("vue").PropType<import("rapiq").BuildInput<Client>>;
35
35
  };
36
36
  }>> & Readonly<{
37
+ onResolved?: (item?: Client) => any;
37
38
  onFailed?: (item: Error) => any;
38
39
  onCreated?: (item: Client) => any;
39
40
  onDeleted?: (item: Client) => any;
40
41
  onUpdated?: (item: Client) => any;
41
- onResolved?: (_item?: Client) => any;
42
- }>, {}, SlotsType<EntityManagerSlotsType<Client>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ }>, {}, SlotsType<ResourceVSlots<Client>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
43
  //# sourceMappingURL=AClient.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AClient.d.ts","sourceRoot":"","sources":["../../../src/components/client/AClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAOzD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wHAmBlB,CAAC"}
1
+ {"version":3,"file":"AClient.d.ts","sourceRoot":"","sources":["../../../src/components/client/AClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAOjD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gHAmBlB,CAAC"}
@@ -15,7 +15,7 @@ export declare const AClientForm: import("vue").DefineComponent<import("vue").Ex
15
15
  };
16
16
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
17
  [key: string]: any;
18
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
19
  name: {
20
20
  type: StringConstructor;
21
21
  default: any;
@@ -29,14 +29,14 @@ export declare const AClientForm: import("vue").DefineComponent<import("vue").Ex
29
29
  default: any;
30
30
  };
31
31
  }>> & Readonly<{
32
+ onResolved?: (item?: Client) => any;
32
33
  onFailed?: (item: Error) => any;
33
34
  onCreated?: (item: Client) => any;
34
35
  onDeleted?: (item: Client) => any;
35
36
  onUpdated?: (item: Client) => any;
36
- onResolved?: (_item?: Client) => any;
37
37
  }>, {
38
- entity: Client;
39
38
  name: string;
39
+ entity: Client;
40
40
  realmId: string;
41
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
42
  export default AClientForm;
@@ -1,6 +1,6 @@
1
1
  import type { SlotsType } from 'vue';
2
2
  import type { Client } from '@authup/core-kit';
3
- import type { ListSlotsType } from '../../core';
3
+ import type { ResourceCollectionVSlots } from '../../core';
4
4
  export declare const AClients: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  query: {
6
6
  type: import("vue").PropType<import("rapiq").BuildInput<Client>>;
@@ -33,7 +33,7 @@ export declare const AClients: import("vue").DefineComponent<import("vue").Extra
33
33
  body: {
34
34
  type: import("vue").PropType<import("../../core").ListBodyOptions<Client>>;
35
35
  };
36
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceCollectionVEmitOptions<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
37
  query: {
38
38
  type: import("vue").PropType<import("rapiq").BuildInput<Client>>;
39
39
  default(): {};
@@ -77,6 +77,6 @@ export declare const AClients: import("vue").DefineComponent<import("vue").Extra
77
77
  noMore: boolean;
78
78
  footer: boolean;
79
79
  header: boolean;
80
- }, SlotsType<ListSlotsType<Client>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
80
+ }, SlotsType<ResourceCollectionVSlots<Client>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
81
  export default AClients;
82
82
  //# sourceMappingURL=AClients.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AClients.d.ts","sourceRoot":"","sources":["../../../src/components/client/AClients.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAOhD,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0GA8BnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"AClients.d.ts","sourceRoot":"","sources":["../../../src/components/client/AClients.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAO3D,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qHA8BnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { ClientScope } from '@authup/core-kit';
2
2
  import type { SlotsType } from 'vue';
3
- import type { EntityManagerSlotsType } from '../../core';
3
+ import type { ResourceVSlots } from '../../core';
4
4
  export declare const AClientScope: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  entity: {
6
6
  type: import("vue").PropType<ClientScope>;
@@ -17,7 +17,7 @@ export declare const AClientScope: import("vue").DefineComponent<import("vue").E
17
17
  query: {
18
18
  type: import("vue").PropType<import("rapiq").BuildInput<ClientScope>>;
19
19
  };
20
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<ClientScope>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<ClientScope>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  entity: {
22
22
  type: import("vue").PropType<ClientScope>;
23
23
  };
@@ -34,10 +34,10 @@ export declare const AClientScope: import("vue").DefineComponent<import("vue").E
34
34
  type: import("vue").PropType<import("rapiq").BuildInput<ClientScope>>;
35
35
  };
36
36
  }>> & Readonly<{
37
+ onResolved?: (item?: ClientScope) => any;
37
38
  onFailed?: (item: Error) => any;
38
39
  onCreated?: (item: ClientScope) => any;
39
40
  onDeleted?: (item: ClientScope) => any;
40
41
  onUpdated?: (item: ClientScope) => any;
41
- onResolved?: (_item?: ClientScope) => any;
42
- }>, {}, SlotsType<EntityManagerSlotsType<ClientScope>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ }>, {}, SlotsType<ResourceVSlots<ClientScope>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
43
  //# sourceMappingURL=AClientScope.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AClientScope.d.ts","sourceRoot":"","sources":["../../../src/components/client-scope/AClientScope.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAOzD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6HAmBvB,CAAC"}
1
+ {"version":3,"file":"AClientScope.d.ts","sourceRoot":"","sources":["../../../src/components/client-scope/AClientScope.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAOjD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qHAmBvB,CAAC"}
@@ -4,14 +4,14 @@ export declare const AClientScopeAssignment: import("vue").DefineComponent<impor
4
4
  scopeId: StringConstructor;
5
5
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
6
6
  [key: string]: any;
7
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<ClientScope>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<ClientScope>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
8
  clientId: StringConstructor;
9
9
  scopeId: StringConstructor;
10
10
  }>> & Readonly<{
11
+ onResolved?: (item?: ClientScope) => any;
11
12
  onFailed?: (item: Error) => any;
12
13
  onCreated?: (item: ClientScope) => any;
13
14
  onDeleted?: (item: ClientScope) => any;
14
15
  onUpdated?: (item: ClientScope) => any;
15
- onResolved?: (_item?: ClientScope) => any;
16
16
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
17
  //# sourceMappingURL=AClientScopeAssignment.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import type { SlotsType } from 'vue';
2
2
  import type { ClientScope } from '@authup/core-kit';
3
- import type { ListSlotsType } from '../../core';
3
+ import type { ResourceCollectionVSlots } from '../../core';
4
4
  export declare const AClientScopes: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  query: {
6
6
  type: import("vue").PropType<import("rapiq").BuildInput<ClientScope>>;
@@ -33,7 +33,7 @@ export declare const AClientScopes: import("vue").DefineComponent<import("vue").
33
33
  body: {
34
34
  type: import("vue").PropType<import("../../core").ListBodyOptions<ClientScope>>;
35
35
  };
36
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<ClientScope>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceCollectionVEmitOptions<ClientScope>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
37
  query: {
38
38
  type: import("vue").PropType<import("rapiq").BuildInput<ClientScope>>;
39
39
  default(): {};
@@ -77,6 +77,6 @@ export declare const AClientScopes: import("vue").DefineComponent<import("vue").
77
77
  noMore: boolean;
78
78
  footer: boolean;
79
79
  header: boolean;
80
- }, SlotsType<ListSlotsType<ClientScope>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
80
+ }, SlotsType<ResourceCollectionVSlots<ClientScope>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
81
  export default AClientScopes;
82
82
  //# sourceMappingURL=AClientScopes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AClientScopes.d.ts","sourceRoot":"","sources":["../../../src/components/client-scope/AClientScopes.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAWhD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+GAgCxB,CAAC;AAEH,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"AClientScopes.d.ts","sourceRoot":"","sources":["../../../src/components/client-scope/AClientScopes.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAW3D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAgCxB,CAAC;AAEH,eAAe,aAAa,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { IdentityProvider } from '@authup/core-kit';
2
2
  import type { SlotsType } from 'vue';
3
- import type { EntityManagerSlotsType } from '../../core';
3
+ import type { ResourceVSlots } from '../../core';
4
4
  export declare const AIdentityProvider: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  entity: {
6
6
  type: import("vue").PropType<IdentityProvider>;
@@ -17,7 +17,7 @@ export declare const AIdentityProvider: import("vue").DefineComponent<import("vu
17
17
  query: {
18
18
  type: import("vue").PropType<import("rapiq").BuildInput<IdentityProvider>>;
19
19
  };
20
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  entity: {
22
22
  type: import("vue").PropType<IdentityProvider>;
23
23
  };
@@ -34,10 +34,10 @@ export declare const AIdentityProvider: import("vue").DefineComponent<import("vu
34
34
  type: import("vue").PropType<import("rapiq").BuildInput<IdentityProvider>>;
35
35
  };
36
36
  }>> & Readonly<{
37
+ onResolved?: (item?: IdentityProvider) => any;
37
38
  onFailed?: (item: Error) => any;
38
39
  onCreated?: (item: IdentityProvider) => any;
39
40
  onDeleted?: (item: IdentityProvider) => any;
40
41
  onUpdated?: (item: IdentityProvider) => any;
41
- onResolved?: (_item?: IdentityProvider) => any;
42
- }>, {}, SlotsType<EntityManagerSlotsType<IdentityProvider>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ }>, {}, SlotsType<ResourceVSlots<IdentityProvider>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
43
  //# sourceMappingURL=AIdentityProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProvider.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProvider.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAOzD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kIAmB5B,CAAC"}
1
+ {"version":3,"file":"AIdentityProvider.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProvider.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAOjD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAmB5B,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;;cAGN,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;cAA1B,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;;;;;;;;4EAyHpD,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;;;;;;;;;;;;;;;;4EA2HpD,CAAC"}
@@ -12,7 +12,7 @@ export declare const AIdentityProviderLdapForm: import("vue").DefineComponent<im
12
12
  };
13
13
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
15
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
16
  entity: {
17
17
  type: PropType<IdentityProvider>;
18
18
  required: false;
@@ -23,11 +23,11 @@ export declare const AIdentityProviderLdapForm: import("vue").DefineComponent<im
23
23
  default: any;
24
24
  };
25
25
  }>> & Readonly<{
26
+ onResolved?: (item?: IdentityProvider) => any;
26
27
  onFailed?: (item: Error) => any;
27
28
  onCreated?: (item: IdentityProvider) => any;
28
29
  onDeleted?: (item: IdentityProvider) => any;
29
30
  onUpdated?: (item: IdentityProvider) => any;
30
- onResolved?: (_item?: IdentityProvider) => any;
31
31
  }>, {
32
32
  entity: IdentityProvider;
33
33
  realmId: string;
@@ -24,7 +24,7 @@ export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<
24
24
  };
25
25
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
27
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  entity: {
29
29
  type: PropType<IdentityProvider>;
30
30
  required: false;
@@ -46,11 +46,11 @@ export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<
46
46
  type: PropType<string | null>;
47
47
  };
48
48
  }>> & Readonly<{
49
+ onResolved?: (item?: IdentityProvider) => any;
49
50
  onFailed?: (item: Error) => any;
50
51
  onCreated?: (item: IdentityProvider) => any;
51
52
  onDeleted?: (item: IdentityProvider) => any;
52
53
  onUpdated?: (item: IdentityProvider) => any;
53
- onResolved?: (_item?: IdentityProvider) => any;
54
54
  }>, {
55
55
  entity: IdentityProvider;
56
56
  realmId: string;
@@ -0,0 +1,56 @@
1
+ import { IdentityProviderPreset, IdentityProviderProtocol } from '@authup/core-kit';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ protocol: {
4
+ type: StringConstructor;
5
+ };
6
+ preset: {
7
+ type: StringConstructor;
8
+ };
9
+ }>, {
10
+ protocols: IdentityProviderProtocol[];
11
+ presets: IdentityProviderPreset[];
12
+ pickProtocol: (protocol: string) => void;
13
+ pickPreset: (preset: string) => void;
14
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "pick"[], "pick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ protocol: {
16
+ type: StringConstructor;
17
+ };
18
+ preset: {
19
+ type: StringConstructor;
20
+ };
21
+ }>> & Readonly<{
22
+ onPick?: (...args: any[]) => any;
23
+ }>, {}, {}, {
24
+ AIdentityProviderPreset: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
25
+ id: {
26
+ type: StringConstructor;
27
+ required: true;
28
+ };
29
+ }>, (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
+ [key: string]: any;
31
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>[]) | (() => any[]), {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
+ id: {
35
+ type: StringConstructor;
36
+ required: true;
37
+ };
38
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
39
+ AIdentityProviderProtocol: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
40
+ id: {
41
+ type: StringConstructor;
42
+ required: true;
43
+ };
44
+ }>, (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>[]) | (() => any[]), {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
49
+ id: {
50
+ type: StringConstructor;
51
+ required: true;
52
+ };
53
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
54
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
55
+ export default _default;
56
+ //# sourceMappingURL=AIdentityProviderPicker.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"AA4HA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;6BAuB5C,MAAM;yBAIV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAtB1C,wBAiCG"}
@@ -1,6 +1,6 @@
1
1
  import type { SlotsType } from 'vue';
2
2
  import type { IdentityProvider } from '@authup/core-kit';
3
- import type { ListSlotsType } from '../../core';
3
+ import type { ResourceCollectionVSlots } from '../../core';
4
4
  export declare const AIdentityProviders: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  query: {
6
6
  type: import("vue").PropType<import("rapiq").BuildInput<IdentityProvider>>;
@@ -33,7 +33,7 @@ export declare const AIdentityProviders: import("vue").DefineComponent<import("v
33
33
  body: {
34
34
  type: import("vue").PropType<import("../../core").ListBodyOptions<IdentityProvider>>;
35
35
  };
36
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceCollectionVEmitOptions<IdentityProvider>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
37
  query: {
38
38
  type: import("vue").PropType<import("rapiq").BuildInput<IdentityProvider>>;
39
39
  default(): {};
@@ -77,6 +77,6 @@ export declare const AIdentityProviders: import("vue").DefineComponent<import("v
77
77
  noMore: boolean;
78
78
  footer: boolean;
79
79
  header: boolean;
80
- }, SlotsType<ListSlotsType<IdentityProvider>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
80
+ }, SlotsType<ResourceCollectionVSlots<IdentityProvider>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
81
  export default AIdentityProviders;
82
82
  //# sourceMappingURL=AIdentityProviders.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviders.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviders.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAWhD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHA8B7B,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"AIdentityProviders.d.ts","sourceRoot":"","sources":["../../../src/components/identity-provider/AIdentityProviders.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAW3D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+HA8B7B,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
@@ -11,7 +11,7 @@ export declare const AIdentityProviderRoleAssignment: import("vue").DefineCompon
11
11
  };
12
12
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
13
  [key: string]: any;
14
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<IdentityProviderRoleMapping>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<IdentityProviderRoleMapping>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  role: {
16
16
  type: PropType<Role>;
17
17
  required: true;
@@ -21,11 +21,11 @@ export declare const AIdentityProviderRoleAssignment: import("vue").DefineCompon
21
21
  required: true;
22
22
  };
23
23
  }>> & Readonly<{
24
+ onResolved?: (item?: IdentityProviderRoleMapping) => any;
24
25
  onFailed?: (item: Error) => any;
25
26
  onCreated?: (item: IdentityProviderRoleMapping) => any;
26
27
  onDeleted?: (item: IdentityProviderRoleMapping) => any;
27
28
  onUpdated?: (item: IdentityProviderRoleMapping) => any;
28
- onResolved?: (_item?: IdentityProviderRoleMapping) => any;
29
29
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
30
  export default AIdentityProviderRoleAssignment;
31
31
  //# sourceMappingURL=AIdentityProviderRoleAssignment.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import type { Permission } from '@authup/core-kit';
2
2
  import type { SlotsType } from 'vue';
3
- import type { EntityManagerSlotsType } from '../../core';
3
+ import type { ResourceVSlots } from '../../core';
4
4
  export declare const APermission: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  entity: {
6
6
  type: import("vue").PropType<Permission>;
@@ -17,7 +17,7 @@ export declare const APermission: import("vue").DefineComponent<import("vue").Ex
17
17
  query: {
18
18
  type: import("vue").PropType<import("rapiq").BuildInput<Permission>>;
19
19
  };
20
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Permission>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<Permission>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  entity: {
22
22
  type: import("vue").PropType<Permission>;
23
23
  };
@@ -34,10 +34,10 @@ export declare const APermission: import("vue").DefineComponent<import("vue").Ex
34
34
  type: import("vue").PropType<import("rapiq").BuildInput<Permission>>;
35
35
  };
36
36
  }>> & Readonly<{
37
+ onResolved?: (item?: Permission) => any;
37
38
  onFailed?: (item: Error) => any;
38
39
  onCreated?: (item: Permission) => any;
39
40
  onDeleted?: (item: Permission) => any;
40
41
  onUpdated?: (item: Permission) => any;
41
- onResolved?: (_item?: Permission) => any;
42
- }>, {}, SlotsType<EntityManagerSlotsType<Permission>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ }>, {}, SlotsType<ResourceVSlots<Permission>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
43
  //# sourceMappingURL=APermission.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"APermission.d.ts","sourceRoot":"","sources":["../../../src/components/permission/APermission.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAOzD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4HAmBtB,CAAC"}
1
+ {"version":3,"file":"APermission.d.ts","sourceRoot":"","sources":["../../../src/components/permission/APermission.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAOjD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHAmBtB,CAAC"}
@@ -6,15 +6,15 @@ export declare const APermissionForm: import("vue").DefineComponent<import("vue"
6
6
  };
7
7
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8
8
  [key: string]: any;
9
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Permission>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<Permission>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
10
  entity: {
11
11
  type: PropType<Permission>;
12
12
  };
13
13
  }>> & Readonly<{
14
+ onResolved?: (item?: Permission) => any;
14
15
  onFailed?: (item: Error) => any;
15
16
  onCreated?: (item: Permission) => any;
16
17
  onDeleted?: (item: Permission) => any;
17
18
  onUpdated?: (item: Permission) => any;
18
- onResolved?: (_item?: Permission) => any;
19
19
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
20
  //# sourceMappingURL=APermissionForm.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import type { SlotsType } from 'vue';
2
2
  import type { Permission } from '@authup/core-kit';
3
- import type { ListSlotsType } from '../../core';
3
+ import type { ResourceCollectionVSlots } from '../../core';
4
4
  export declare const APermissions: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  query: {
6
6
  type: import("vue").PropType<import("rapiq").BuildInput<Permission>>;
@@ -33,7 +33,7 @@ export declare const APermissions: import("vue").DefineComponent<import("vue").E
33
33
  body: {
34
34
  type: import("vue").PropType<import("../../core").ListBodyOptions<Permission>>;
35
35
  };
36
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<Permission>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceCollectionVEmitOptions<Permission>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
37
  query: {
38
38
  type: import("vue").PropType<import("rapiq").BuildInput<Permission>>;
39
39
  default(): {};
@@ -77,5 +77,5 @@ export declare const APermissions: import("vue").DefineComponent<import("vue").E
77
77
  noMore: boolean;
78
78
  footer: boolean;
79
79
  header: boolean;
80
- }, SlotsType<ListSlotsType<Permission>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
80
+ }, SlotsType<ResourceCollectionVSlots<Permission>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
81
  //# sourceMappingURL=APermissions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"APermissions.d.ts","sourceRoot":"","sources":["../../../src/components/permission/APermissions.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAWhD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8GA8BvB,CAAC"}
1
+ {"version":3,"file":"APermissions.d.ts","sourceRoot":"","sources":["../../../src/components/permission/APermissions.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAW3D,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yHA8BvB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { Realm } from '@authup/core-kit';
2
2
  import type { SlotsType } from 'vue';
3
- import type { EntityManagerSlotsType } from '../../core/entity-manager';
3
+ import type { ResourceVSlots } from '../../core/resource/record';
4
4
  export declare const ARealm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  entity: {
6
6
  type: import("vue").PropType<Realm>;
@@ -17,7 +17,7 @@ export declare const ARealm: import("vue").DefineComponent<import("vue").Extract
17
17
  query: {
18
18
  type: import("vue").PropType<import("rapiq").BuildInput<Realm>>;
19
19
  };
20
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core/entity-manager").EntityManagerEventsType<Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core/resource/record").ResourceVEmitOptions<Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  entity: {
22
22
  type: import("vue").PropType<Realm>;
23
23
  };
@@ -34,10 +34,10 @@ export declare const ARealm: import("vue").DefineComponent<import("vue").Extract
34
34
  type: import("vue").PropType<import("rapiq").BuildInput<Realm>>;
35
35
  };
36
36
  }>> & Readonly<{
37
+ onResolved?: (item?: Realm) => any;
37
38
  onFailed?: (item: Error) => any;
38
39
  onCreated?: (item: Realm) => any;
39
40
  onDeleted?: (item: Realm) => any;
40
41
  onUpdated?: (item: Realm) => any;
41
- onResolved?: (_item?: Realm) => any;
42
- }>, {}, SlotsType<EntityManagerSlotsType<Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ }>, {}, SlotsType<ResourceVSlots<Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
43
  //# sourceMappingURL=ARealm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ARealm.d.ts","sourceRoot":"","sources":["../../../src/components/realm/ARealm.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAOxE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uHAmBjB,CAAC"}
1
+ {"version":3,"file":"ARealm.d.ts","sourceRoot":"","sources":["../../../src/components/realm/ARealm.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAOjE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+GAmBjB,CAAC"}
@@ -8,18 +8,18 @@ export declare const ARealmForm: import("vue").DefineComponent<import("vue").Ext
8
8
  };
9
9
  }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
10
10
  [key: string]: any;
11
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  entity: {
13
13
  type: PropType<Realm>;
14
14
  required: false;
15
15
  default: any;
16
16
  };
17
17
  }>> & Readonly<{
18
+ onResolved?: (item?: Realm) => any;
18
19
  onFailed?: (item: Error) => any;
19
20
  onCreated?: (item: Realm) => any;
20
21
  onDeleted?: (item: Realm) => any;
21
22
  onUpdated?: (item: Realm) => any;
22
- onResolved?: (_item?: Realm) => any;
23
23
  }>, {
24
24
  entity: Realm;
25
25
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,6 +1,6 @@
1
1
  import type { SlotsType } from 'vue';
2
2
  import type { Realm } from '@authup/core-kit';
3
- import type { ListSlotsType } from '../../core';
3
+ import type { ResourceCollectionVSlots } from '../../core';
4
4
  export declare const ARealms: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  query: {
6
6
  type: import("vue").PropType<import("rapiq").BuildInput<Realm>>;
@@ -33,7 +33,7 @@ export declare const ARealms: import("vue").DefineComponent<import("vue").Extrac
33
33
  body: {
34
34
  type: import("vue").PropType<import("../../core").ListBodyOptions<Realm>>;
35
35
  };
36
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ListEventsType<Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceCollectionVEmitOptions<Realm>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
37
  query: {
38
38
  type: import("vue").PropType<import("rapiq").BuildInput<Realm>>;
39
39
  default(): {};
@@ -77,5 +77,5 @@ export declare const ARealms: import("vue").DefineComponent<import("vue").Extrac
77
77
  noMore: boolean;
78
78
  footer: boolean;
79
79
  header: boolean;
80
- }, SlotsType<ListSlotsType<Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
80
+ }, SlotsType<ResourceCollectionVSlots<Realm>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
81
  //# sourceMappingURL=ARealms.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ARealms.d.ts","sourceRoot":"","sources":["../../../src/components/realm/ARealms.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAWhD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yGA8BlB,CAAC"}
1
+ {"version":3,"file":"ARealms.d.ts","sourceRoot":"","sources":["../../../src/components/realm/ARealms.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAW3D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHA8BlB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { Robot } from '@authup/core-kit';
2
2
  import type { SlotsType } from 'vue';
3
- import type { EntityManagerSlotsType } from '../../core';
3
+ import type { ResourceVSlots } from '../../core';
4
4
  export declare const ARobot: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
5
  entity: {
6
6
  type: import("vue").PropType<Robot>;
@@ -17,7 +17,7 @@ export declare const ARobot: import("vue").DefineComponent<import("vue").Extract
17
17
  query: {
18
18
  type: import("vue").PropType<import("rapiq").BuildInput<Robot>>;
19
19
  };
20
- }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").EntityManagerEventsType<Robot>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../core").ResourceVEmitOptions<Robot>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  entity: {
22
22
  type: import("vue").PropType<Robot>;
23
23
  };
@@ -34,10 +34,10 @@ export declare const ARobot: import("vue").DefineComponent<import("vue").Extract
34
34
  type: import("vue").PropType<import("rapiq").BuildInput<Robot>>;
35
35
  };
36
36
  }>> & Readonly<{
37
+ onResolved?: (item?: Robot) => any;
37
38
  onFailed?: (item: Error) => any;
38
39
  onCreated?: (item: Robot) => any;
39
40
  onDeleted?: (item: Robot) => any;
40
41
  onUpdated?: (item: Robot) => any;
41
- onResolved?: (_item?: Robot) => any;
42
- }>, {}, SlotsType<EntityManagerSlotsType<Robot>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ }>, {}, SlotsType<ResourceVSlots<Robot>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
43
  //# sourceMappingURL=ARobot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ARobot.d.ts","sourceRoot":"","sources":["../../../src/components/robot/ARobot.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAOzD,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uHAmBjB,CAAC"}
1
+ {"version":3,"file":"ARobot.d.ts","sourceRoot":"","sources":["../../../src/components/robot/ARobot.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAOjD,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+GAmBjB,CAAC"}