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

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 (55) hide show
  1. package/dist/components/entities/client/AClientForm.vue.d.ts +570 -0
  2. package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -0
  3. package/dist/components/entities/client/index.d.ts +1 -1
  4. package/dist/components/entities/client/index.d.ts.map +1 -1
  5. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts +3 -2
  6. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
  7. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +3 -2
  8. package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
  9. package/dist/components/entities/policy/APolicyForm.vue.d.ts +15 -14
  10. package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
  11. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts +3 -2
  12. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
  13. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +5 -4
  14. package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
  15. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +3 -2
  16. package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts.map +1 -1
  17. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +3 -2
  18. package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
  19. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +5 -4
  20. package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
  21. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +5 -4
  22. package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
  23. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +3 -2
  24. package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
  25. package/dist/components/entities/user/AUserForm.d.ts.map +1 -1
  26. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +5 -4
  27. package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
  28. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts +3 -2
  29. package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
  30. package/dist/components/workflows/Login.vue.d.ts +3 -2
  31. package/dist/components/workflows/Login.vue.d.ts.map +1 -1
  32. package/dist/components/workflows/authorize/Authorize.vue.d.ts +30 -29
  33. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
  34. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +3 -2
  35. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
  36. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts +3 -2
  37. package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -1
  38. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +3 -2
  39. package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -1
  40. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts +3 -2
  41. package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -1
  42. package/dist/core/store/create.d.ts +18 -16
  43. package/dist/core/store/create.d.ts.map +1 -1
  44. package/dist/core/translator/constants.d.ts +3 -1
  45. package/dist/core/translator/constants.d.ts.map +1 -1
  46. package/dist/core/translator/de/client.d.ts.map +1 -1
  47. package/dist/core/translator/en/client.d.ts.map +1 -1
  48. package/dist/index.css +11 -11
  49. package/dist/index.mjs +1510 -1823
  50. package/dist/index.mjs.map +1 -1
  51. package/package.json +26 -25
  52. package/dist/components/entities/client/AClientForm.d.ts +0 -43
  53. package/dist/components/entities/client/AClientForm.d.ts.map +0 -1
  54. package/dist/index.cjs +0 -10498
  55. package/dist/index.cjs.map +0 -1
package/package.json CHANGED
@@ -1,18 +1,16 @@
1
1
  {
2
2
  "name": "@authup/client-web-kit",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.27",
4
+ "version": "1.0.0-beta.28",
5
5
  "description": "This package contains vue components.",
6
6
  "license": "Apache-2.0",
7
- "main": "dist/index.cjs",
8
7
  "module": "dist/index.mjs",
9
8
  "types": "dist/index.d.ts",
10
9
  "exports": {
11
10
  "./package.json": "./package.json",
12
11
  ".": {
13
12
  "types": "./dist/index.d.ts",
14
- "import": "./dist/index.mjs",
15
- "require": "./dist/index.cjs"
13
+ "import": "./dist/index.mjs"
16
14
  },
17
15
  "./dist/index.css": "./dist/index.css"
18
16
  },
@@ -25,6 +23,9 @@
25
23
  "build": "rimraf ./dist && npm run build:js && npm run build:types",
26
24
  "build:watch": "npm run build -- --watch"
27
25
  },
26
+ "engines": {
27
+ "node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0"
28
+ },
28
29
  "keywords": [
29
30
  "auth",
30
31
  "module",
@@ -54,42 +55,42 @@
54
55
  },
55
56
  "homepage": "https://github.com/authup/authup#readme",
56
57
  "dependencies": {
57
- "@vueuse/integrations": "^13.4.0"
58
+ "@vueuse/integrations": "^14.1.0"
58
59
  },
59
60
  "devDependencies": {
60
- "@authup/access": "^1.0.0-beta.27",
61
- "@authup/kit": "^1.0.0-beta.27",
62
- "@authup/core-kit": "^1.0.0-beta.27",
63
- "@authup/core-http-kit": "^1.0.0-beta.27",
64
- "@authup/core-realtime-kit": "^1.0.0-beta.27",
65
- "@authup/errors": "^1.0.0-beta.27",
66
- "@authup/specs": "^1.0.0-beta.27",
61
+ "@authup/access": "^1.0.0-beta.28",
62
+ "@authup/kit": "^1.0.0-beta.28",
63
+ "@authup/core-kit": "^1.0.0-beta.28",
64
+ "@authup/core-http-kit": "^1.0.0-beta.28",
65
+ "@authup/core-realtime-kit": "^1.0.0-beta.28",
66
+ "@authup/errors": "^1.0.0-beta.28",
67
+ "@authup/specs": "^1.0.0-beta.28",
67
68
  "@ilingo/vuelidate": "^5.0.4",
68
69
  "@posva/event-emitter": "^1.0.3",
69
- "@types/node": "^24.0.10",
70
- "@vitejs/plugin-vue": "^6.0.0",
70
+ "@types/node": "^25.0.7",
71
+ "@vitejs/plugin-vue": "^6.0.3",
71
72
  "@vuecs/form-controls": "^2.4.2",
72
73
  "@vuecs/list-controls": "^2.0.0",
73
74
  "@vuecs/pagination": "^1.3.0",
74
75
  "@vuelidate/core": "^2.0.3",
75
76
  "@vuelidate/validators": "^2.0.4",
76
- "cross-env": "^7.0.3",
77
+ "cross-env": "^10.1.0",
77
78
  "pinia": "^3.0.0",
78
79
  "rapiq": "^0.9.0",
79
80
  "smob": "^1.5.0",
80
- "socket.io-client": "^4.8.1",
81
+ "socket.io-client": "^4.8.3",
81
82
  "universal-cookie": "^8.0.1",
82
83
  "vue": "^3.5.17",
83
- "vue-tsc": "^3.0.0"
84
+ "vue-tsc": "^3.2.2"
84
85
  },
85
86
  "peerDependencies": {
86
- "@authup/access": "^1.0.0-beta.27",
87
- "@authup/kit": "^1.0.0-beta.27",
88
- "@authup/core-kit": "^1.0.0-beta.27",
89
- "@authup/core-http-kit": "^1.0.0-beta.27",
90
- "@authup/core-realtime-kit": "^1.0.0-beta.27",
91
- "@authup/errors": "^1.0.0-beta.27",
92
- "@authup/specs": "^1.0.0-beta.27",
87
+ "@authup/access": "^1.0.0-beta.28",
88
+ "@authup/kit": "^1.0.0-beta.28",
89
+ "@authup/core-kit": "^1.0.0-beta.28",
90
+ "@authup/core-http-kit": "^1.0.0-beta.28",
91
+ "@authup/core-realtime-kit": "^1.0.0-beta.28",
92
+ "@authup/errors": "^1.0.0-beta.28",
93
+ "@authup/specs": "^1.0.0-beta.28",
93
94
  "@vuecs/form-controls": "^2.4.2",
94
95
  "@vuecs/list-controls": "^2.0.0",
95
96
  "@vuecs/pagination": "^1.3.0",
@@ -99,7 +100,7 @@
99
100
  "pinia": "^2.x || ^3.x",
100
101
  "rapiq": ">=0.8.0 <1.0.0",
101
102
  "smob": "^1.5.0",
102
- "socket.io-client": "^4.8.1",
103
+ "socket.io-client": "^4.8.3",
103
104
  "universal-cookie": "^8.0.1",
104
105
  "vue": "^3.3.x"
105
106
  },
@@ -1,43 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { Client } from '@authup/core-kit';
3
- export declare const AClientForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- name: {
5
- type: StringConstructor;
6
- default: any;
7
- };
8
- entity: {
9
- type: PropType<Client>;
10
- default: any;
11
- };
12
- realmId: {
13
- type: StringConstructor;
14
- default: any;
15
- };
16
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
- [key: string]: any;
18
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
- name: {
20
- type: StringConstructor;
21
- default: any;
22
- };
23
- entity: {
24
- type: PropType<Client>;
25
- default: any;
26
- };
27
- realmId: {
28
- type: StringConstructor;
29
- default: any;
30
- };
31
- }>> & Readonly<{
32
- onUpdated?: (item: Client) => any;
33
- onDeleted?: (item: Client) => any;
34
- onCreated?: (item: Client) => any;
35
- onResolved?: (item?: Client) => any;
36
- onFailed?: (item: Error) => any;
37
- }>, {
38
- name: string;
39
- realmId: string;
40
- entity: Client;
41
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
- export default AClientForm;
43
- //# sourceMappingURL=AClientForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AClientForm.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/client/AClientForm.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACR,QAAQ,EAEX,MAAM,KAAK,CAAC;AAYb,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AA6B/C,eAAO,MAAM,WAAW;;;;;;cAOI,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;cAAhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;4EAwV1C,CAAC;AAEH,eAAe,WAAW,CAAC"}