@authup/client-web-kit 1.0.0-beta.26 → 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 (48) hide show
  1. package/dist/components/entities/client/AClientForm.d.ts +1 -1
  2. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts +1 -11
  3. package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts.map +1 -1
  4. package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts +1 -1
  5. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts +1 -10
  6. package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +1 -1
  7. package/dist/components/entities/permission/APermissionCheck.d.ts +5 -5
  8. package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
  9. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +3 -3
  10. package/dist/components/entities/policy/APolicyForm.vue.d.ts +4 -4
  11. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +3 -3
  12. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +3 -3
  13. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +3 -3
  14. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +3 -3
  15. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +6 -6
  16. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +3 -3
  17. package/dist/components/entities/robot/ARobotForm.d.ts +1 -1
  18. package/dist/components/entities/user/AUserForm.d.ts +1 -1
  19. package/dist/components/index.d.ts +1 -0
  20. package/dist/components/index.d.ts.map +1 -1
  21. package/dist/components/utility/AFormSubmit.d.ts +1 -1
  22. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +3 -3
  23. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts +3 -3
  24. package/dist/components/workflows/Login.vue.d.ts +353 -0
  25. package/dist/components/workflows/Login.vue.d.ts.map +1 -0
  26. package/dist/components/workflows/authorize/Authorize.vue.d.ts +488 -0
  27. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -0
  28. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +83 -0
  29. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -0
  30. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts +27 -0
  31. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -0
  32. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +54 -0
  33. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -0
  34. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts +21 -0
  35. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -0
  36. package/dist/components/workflows/authorize/helpers.d.ts +10 -0
  37. package/dist/components/workflows/authorize/helpers.d.ts.map +1 -0
  38. package/dist/components/workflows/authorize/index.d.ts +3 -0
  39. package/dist/components/workflows/authorize/index.d.ts.map +1 -0
  40. package/dist/components/workflows/index.d.ts +3 -0
  41. package/dist/components/workflows/index.d.ts.map +1 -0
  42. package/dist/index.cjs +1241 -393
  43. package/dist/index.cjs.map +1 -1
  44. package/dist/index.css +20 -0
  45. package/dist/index.mjs +1094 -249
  46. package/dist/index.mjs.map +1 -1
  47. package/dist/module.d.ts.map +1 -1
  48. package/package.json +22 -22
@@ -36,8 +36,8 @@ export declare const AClientForm: import("vue").DefineComponent<import("vue").Ex
36
36
  onFailed?: (item: Error) => any;
37
37
  }>, {
38
38
  name: string;
39
- entity: Client;
40
39
  realmId: string;
40
+ entity: Client;
41
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
42
  export default AClientForm;
43
43
  //# sourceMappingURL=AClientForm.d.ts.map
@@ -7,10 +7,6 @@ export declare const AIdentityProviderForm: import("vue").DefineComponent<import
7
7
  realmId: {
8
8
  type: StringConstructor;
9
9
  };
10
- apiUrl: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
10
  }>, () => VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "deleted" | "created" | "failed")[], "updated" | "deleted" | "created" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
11
  entity: {
16
12
  type: PropType<IdentityProvider>;
@@ -18,16 +14,10 @@ export declare const AIdentityProviderForm: import("vue").DefineComponent<import
18
14
  realmId: {
19
15
  type: StringConstructor;
20
16
  };
21
- apiUrl: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
17
  }>> & Readonly<{
26
18
  onUpdated?: (...args: any[]) => any;
27
19
  onDeleted?: (...args: any[]) => any;
28
20
  onCreated?: (...args: any[]) => any;
29
21
  onFailed?: (...args: any[]) => any;
30
- }>, {
31
- apiUrl: string;
32
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
33
23
  //# sourceMappingURL=AIdentityProviderForm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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"}
1
+ {"version":3,"file":"AIdentityProviderForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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;;;;;;;;;;iFAsHpD,CAAC"}
@@ -29,7 +29,7 @@ export declare const AIdentityProviderLdapForm: import("vue").DefineComponent<im
29
29
  onResolved?: (item?: IdentityProvider) => any;
30
30
  onFailed?: (item: Error) => any;
31
31
  }>, {
32
- entity: IdentityProvider;
33
32
  realmId: string;
33
+ entity: IdentityProvider;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
35
  //# sourceMappingURL=AIdentityProviderLdapForm.d.ts.map
@@ -11,10 +11,6 @@ export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<
11
11
  type: StringConstructor;
12
12
  default: any;
13
13
  };
14
- apiUrl: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
14
  protocol: {
19
15
  type: PropType<string | null>;
20
16
  default: IdentityProviderProtocol;
@@ -34,10 +30,6 @@ export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<
34
30
  type: StringConstructor;
35
31
  default: any;
36
32
  };
37
- apiUrl: {
38
- type: StringConstructor;
39
- default: string;
40
- };
41
33
  protocol: {
42
34
  type: PropType<string | null>;
43
35
  default: IdentityProviderProtocol;
@@ -52,10 +44,9 @@ export declare const AIdentityProviderOAuth2Form: import("vue").DefineComponent<
52
44
  onResolved?: (item?: IdentityProvider) => any;
53
45
  onFailed?: (item: Error) => any;
54
46
  }>, {
55
- entity: IdentityProvider;
56
47
  realmId: string;
48
+ entity: IdentityProvider;
57
49
  protocol: string;
58
- apiUrl: string;
59
50
  }, {}, {
60
51
  IdentityProviderBasicFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
61
52
  entity: {
@@ -1 +1 @@
1
- {"version":3,"file":"AIdentityProviderOAuth2Form.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2Form.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,QAAQ,EACR,kBAAkB,EACrB,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EACR,gBAAgB,EACQ,sBAAsB,EACjD,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACS,wBAAwB,EACvC,MAAM,kBAAkB,CAAC;AAuB1B,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA0OjD,CAAC;AAEH,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"AIdentityProviderOAuth2Form.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderOAuth2Form.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,QAAQ,EACR,kBAAkB,EACrB,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EACR,gBAAgB,EACQ,sBAAsB,EACjD,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACS,wBAAwB,EACvC,MAAM,kBAAkB,CAAC;AAuB1B,eAAO,MAAM,2BAA2B;;cAOZ,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;cAS1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAIvB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;cAbvB,QAAQ,CAAC,gBAAgB,CAAC;;;;;;;;;cAS1B,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;cAIvB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA0OjD,CAAC;AAEH,eAAe,2BAA2B,CAAC"}
@@ -1,12 +1,12 @@
1
- import type { PermissionCheckerCheckOptions, PolicyData } from '@authup/access';
1
+ import type { PermissionCheckerCheckOptions, PolicyInput } from '@authup/access';
2
2
  import type { PropType } from 'vue';
3
3
  export declare const APermissionCheck: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  name: {
5
5
  type: PropType<string | string[]>;
6
6
  required: true;
7
7
  };
8
- data: {
9
- type: PropType<PolicyData>;
8
+ input: {
9
+ type: PropType<PolicyInput>;
10
10
  };
11
11
  options: {
12
12
  type: PropType<PermissionCheckerCheckOptions>;
@@ -20,8 +20,8 @@ export declare const APermissionCheck: import("vue").DefineComponent<import("vue
20
20
  type: PropType<string | string[]>;
21
21
  required: true;
22
22
  };
23
- data: {
24
- type: PropType<PolicyData>;
23
+ input: {
24
+ type: PropType<PolicyInput>;
25
25
  };
26
26
  options: {
27
27
  type: PropType<PermissionCheckerCheckOptions>;
@@ -1 +1 @@
1
- {"version":3,"file":"APermissionCheck.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/permission/APermissionCheck.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,6BAA6B,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEhF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAIpC,eAAO,MAAM,gBAAgB;;cAGQ,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,UAAU,CAAC;;;cAGpB,QAAQ,CAAC,6BAA6B,CAAC;;;;;;;;cAP9B,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,UAAU,CAAC;;;cAGpB,QAAQ,CAAC,6BAA6B,CAAC;;iGAuBjE,CAAC"}
1
+ {"version":3,"file":"APermissionCheck.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/permission/APermissionCheck.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,6BAA6B,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEjF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAIpC,eAAO,MAAM,gBAAgB;;cAGQ,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,WAAW,CAAC;;;cAGrB,QAAQ,CAAC,6BAA6B,CAAC;;;;;;;;cAP9B,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;cAIpC,QAAQ,CAAC,WAAW,CAAC;;;cAGrB,QAAQ,CAAC,6BAA6B,CAAC;;iGAuBjE,CAAC"}
@@ -350,17 +350,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
350
350
  label: undefined;
351
351
  hint: undefined;
352
352
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
353
- IVuelidate: import("vue").DefineComponent<{
353
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
354
354
  validation: {
355
355
  type: PropType<Record<string, any>>;
356
356
  required: true;
357
357
  };
358
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
358
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
359
359
  validation: {
360
360
  type: PropType<Record<string, any>>;
361
361
  required: true;
362
362
  };
363
- }>>, {}, import("vue").SlotsType<{
363
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
364
364
  default: import("@ilingo/vuelidate").SlotProps;
365
365
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
366
366
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -52,8 +52,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
52
  }>> & Readonly<{
53
53
  onSubmit?: (...args: any[]) => any;
54
54
  }>, {
55
- isBusy: boolean;
56
55
  isEditing: boolean;
56
+ isBusy: boolean;
57
57
  isInvalid: boolean;
58
58
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
59
  APolicyTypePicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -426,17 +426,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
426
426
  label: undefined;
427
427
  hint: undefined;
428
428
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
429
- IVuelidate: import("vue").DefineComponent<{
429
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
430
430
  validation: {
431
431
  type: PropType<Record<string, any>>;
432
432
  required: true;
433
433
  };
434
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
434
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
435
435
  validation: {
436
436
  type: PropType<Record<string, any>>;
437
437
  required: true;
438
438
  };
439
- }>>, {}, import("vue").SlotsType<{
439
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
440
440
  default: import("@ilingo/vuelidate").SlotProps;
441
441
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
442
442
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -137,17 +137,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
137
137
  name: string;
138
138
  disabled: boolean;
139
139
  }, {}, {
140
- IVuelidate: import("vue").DefineComponent<{
140
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
141
141
  validation: {
142
142
  type: PropType<Record<string, any>>;
143
143
  required: true;
144
144
  };
145
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
145
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
146
146
  validation: {
147
147
  type: PropType<Record<string, any>>;
148
148
  required: true;
149
149
  };
150
- }>>, {}, import("vue").SlotsType<{
150
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
151
151
  default: import("@ilingo/vuelidate").SlotProps;
152
152
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
153
153
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -206,17 +206,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
206
206
  label: undefined;
207
207
  hint: undefined;
208
208
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
209
- IVuelidate: import("vue").DefineComponent<{
209
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
210
210
  validation: {
211
211
  type: PropType<Record<string, any>>;
212
212
  required: true;
213
213
  };
214
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
214
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
215
215
  validation: {
216
216
  type: PropType<Record<string, any>>;
217
217
  required: true;
218
218
  };
219
- }>>, {}, import("vue").SlotsType<{
219
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
220
220
  default: import("@ilingo/vuelidate").SlotProps;
221
221
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
222
222
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -150,17 +150,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
150
150
  label: undefined;
151
151
  hint: undefined;
152
152
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
153
- IVuelidate: import("vue").DefineComponent<{
153
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
154
154
  validation: {
155
155
  type: PropType<Record<string, any>>;
156
156
  required: true;
157
157
  };
158
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
158
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
159
159
  validation: {
160
160
  type: PropType<Record<string, any>>;
161
161
  required: true;
162
162
  };
163
- }>>, {}, import("vue").SlotsType<{
163
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
164
164
  default: import("@ilingo/vuelidate").SlotProps;
165
165
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
166
166
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -137,17 +137,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
137
137
  name: string;
138
138
  disabled: boolean;
139
139
  }, {}, {
140
- IVuelidate: import("vue").DefineComponent<{
140
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
141
141
  validation: {
142
142
  type: PropType<Record<string, any>>;
143
143
  required: true;
144
144
  };
145
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
145
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
146
146
  validation: {
147
147
  type: PropType<Record<string, any>>;
148
148
  required: true;
149
149
  };
150
- }>>, {}, import("vue").SlotsType<{
150
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
151
151
  default: import("@ilingo/vuelidate").SlotProps;
152
152
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
153
153
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -150,17 +150,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
150
150
  name: string;
151
151
  disabled: boolean;
152
152
  }, {}, {
153
- IVuelidate: import("vue").DefineComponent<{
153
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
154
154
  validation: {
155
155
  type: PropType<Record<string, any>>;
156
156
  required: true;
157
157
  };
158
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
158
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
159
159
  validation: {
160
160
  type: PropType<Record<string, any>>;
161
161
  required: true;
162
162
  };
163
- }>>, {}, import("vue").SlotsType<{
163
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
164
164
  default: import("@ilingo/vuelidate").SlotProps;
165
165
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
166
166
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -368,17 +368,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
368
368
  label: undefined;
369
369
  hint: undefined;
370
370
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
371
- IVuelidate: import("vue").DefineComponent<{
371
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
372
372
  validation: {
373
373
  type: PropType<Record<string, any>>;
374
374
  required: true;
375
375
  };
376
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
376
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
377
377
  validation: {
378
378
  type: PropType<Record<string, any>>;
379
379
  required: true;
380
380
  };
381
- }>>, {}, import("vue").SlotsType<{
381
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
382
382
  default: import("@ilingo/vuelidate").SlotProps;
383
383
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
384
384
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -214,17 +214,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
214
214
  label: undefined;
215
215
  hint: undefined;
216
216
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
217
- IVuelidate: import("vue").DefineComponent<{
217
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
218
218
  validation: {
219
219
  type: PropType<Record<string, any>>;
220
220
  required: true;
221
221
  };
222
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
222
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
223
223
  validation: {
224
224
  type: PropType<Record<string, any>>;
225
225
  required: true;
226
226
  };
227
- }>>, {}, import("vue").SlotsType<{
227
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
228
228
  default: import("@ilingo/vuelidate").SlotProps;
229
229
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
230
230
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -36,8 +36,8 @@ export declare const ARobotForm: import("vue").DefineComponent<import("vue").Ext
36
36
  onFailed?: (item: Error) => any;
37
37
  }>, {
38
38
  name: string;
39
- entity: Robot;
40
39
  realmId: string;
40
+ entity: Robot;
41
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
42
  export default ARobotForm;
43
43
  //# sourceMappingURL=ARobotForm.d.ts.map
@@ -35,8 +35,8 @@ export declare const AUserForm: import("vue").DefineComponent<import("vue").Extr
35
35
  onResolved?: (item?: User) => any;
36
36
  onFailed?: (item: Error) => any;
37
37
  }>, {
38
- entity: User;
39
38
  realmId: string;
39
+ entity: User;
40
40
  canManage: boolean;
41
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
42
  export default AUserForm;
@@ -1,3 +1,4 @@
1
1
  export * from './entities';
2
2
  export * from './utility';
3
+ export * from './workflows';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAOA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAOA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
@@ -27,8 +27,8 @@ export declare const AFormSubmit: import("vue").DefineComponent<import("vue").Ex
27
27
  }>> & Readonly<{
28
28
  onSubmit?: (...args: any[]) => any;
29
29
  }>, {
30
- isBusy: boolean;
31
30
  isEditing: boolean;
31
+ isBusy: boolean;
32
32
  isInvalid: boolean;
33
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
34
  //# sourceMappingURL=AFormSubmit.d.ts.map
@@ -114,17 +114,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
114
114
  name: string;
115
115
  disabled: boolean;
116
116
  }, {}, {
117
- IVuelidate: import("vue").DefineComponent<{
117
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
118
118
  validation: {
119
119
  type: PropType<Record<string, any>>;
120
120
  required: true;
121
121
  };
122
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
122
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
123
123
  validation: {
124
124
  type: PropType<Record<string, any>>;
125
125
  required: true;
126
126
  };
127
- }>>, {}, import("vue").SlotsType<{
127
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
128
128
  default: import("@ilingo/vuelidate").SlotProps;
129
129
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
130
130
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -51,17 +51,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
51
51
  name: string;
52
52
  disabled: boolean;
53
53
  }, {}, {
54
- IVuelidate: import("vue").DefineComponent<{
54
+ IVuelidate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
55
55
  validation: {
56
56
  type: import("vue").PropType<Record<string, any>>;
57
57
  required: true;
58
58
  };
59
- }, () => import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
59
+ }>, () => import("vue").VNodeArrayChildren, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
60
  validation: {
61
61
  type: import("vue").PropType<Record<string, any>>;
62
62
  required: true;
63
63
  };
64
- }>>, {}, import("vue").SlotsType<{
64
+ }>> & Readonly<{}>, {}, import("vue").SlotsType<{
65
65
  default: import("@ilingo/vuelidate").SlotProps;
66
66
  }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
67
67
  VCFormInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{