@authup/client-web-kit 1.0.0-beta.26 → 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.
- package/dist/components/entities/client/AClientForm.vue.d.ts +570 -0
- package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -0
- package/dist/components/entities/client/index.d.ts +1 -1
- package/dist/components/entities/client/index.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts +1 -11
- package/dist/components/entities/identity-provider/AIdentityProviderForm.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderLdapForm.d.ts +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts +1 -10
- package/dist/components/entities/identity-provider/AIdentityProviderOAuth2Form.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts +3 -2
- package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissionCheck.d.ts +5 -5
- package/dist/components/entities/permission/APermissionCheck.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts +6 -5
- package/dist/components/entities/policy/APolicyBasicForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyForm.vue.d.ts +19 -18
- package/dist/components/entities/policy/APolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts +3 -2
- package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts +8 -7
- package/dist/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts +6 -5
- package/dist/components/entities/policy/composite/ACompositePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +6 -5
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts +8 -7
- package/dist/components/entities/policy/identity/AIdentityPolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts +11 -10
- package/dist/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +6 -5
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/robot/ARobotForm.d.ts +1 -1
- package/dist/components/entities/user/AUserForm.d.ts +1 -1
- package/dist/components/entities/user/AUserForm.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/utility/AFormSubmit.d.ts +1 -1
- package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +8 -7
- package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts +6 -5
- package/dist/components/utility/form-input-list/AFormInputListItem.vue.d.ts.map +1 -1
- package/dist/components/workflows/Login.vue.d.ts +354 -0
- package/dist/components/workflows/Login.vue.d.ts.map +1 -0
- package/dist/components/workflows/authorize/Authorize.vue.d.ts +489 -0
- package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -0
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +84 -0
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts +28 -0
- package/dist/components/workflows/authorize/AuthorizeScope.vue.d.ts.map +1 -0
- package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +55 -0
- package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -0
- package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts +22 -0
- package/dist/components/workflows/authorize/AuthorizeText.vue.d.ts.map +1 -0
- package/dist/components/workflows/authorize/helpers.d.ts +10 -0
- package/dist/components/workflows/authorize/helpers.d.ts.map +1 -0
- package/dist/components/workflows/authorize/index.d.ts +3 -0
- package/dist/components/workflows/authorize/index.d.ts.map +1 -0
- package/dist/components/workflows/index.d.ts +3 -0
- package/dist/components/workflows/index.d.ts.map +1 -0
- package/dist/core/store/create.d.ts +18 -16
- package/dist/core/store/create.d.ts.map +1 -1
- package/dist/core/translator/constants.d.ts +3 -1
- package/dist/core/translator/constants.d.ts.map +1 -1
- package/dist/core/translator/de/client.d.ts.map +1 -1
- package/dist/core/translator/en/client.d.ts.map +1 -1
- package/dist/index.css +31 -11
- package/dist/index.mjs +2120 -1588
- package/dist/index.mjs.map +1 -1
- package/dist/module.d.ts.map +1 -1
- package/package.json +29 -28
- package/dist/components/entities/client/AClientForm.d.ts +0 -43
- package/dist/components/entities/client/AClientForm.d.ts.map +0 -1
- package/dist/index.cjs +0 -9650
- package/dist/index.cjs.map +0 -1
package/dist/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAQ1C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,EAAE,QAwBrE;AAED,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI,CAsCxD"}
|
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.
|
|
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": "^
|
|
58
|
+
"@vueuse/integrations": "^14.1.0"
|
|
58
59
|
},
|
|
59
60
|
"devDependencies": {
|
|
60
|
-
"@authup/access": "^1.0.0-beta.
|
|
61
|
-
"@authup/kit": "^1.0.0-beta.
|
|
62
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
63
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
64
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
65
|
-
"@authup/errors": "^1.0.0-beta.
|
|
66
|
-
"@authup/specs": "^1.0.0-beta.
|
|
67
|
-
"@ilingo/vuelidate": "^5.0.
|
|
68
|
-
"@posva/event-emitter": "^1.0.
|
|
69
|
-
"@types/node": "^
|
|
70
|
-
"@vitejs/plugin-vue": "^
|
|
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",
|
|
68
|
+
"@ilingo/vuelidate": "^5.0.4",
|
|
69
|
+
"@posva/event-emitter": "^1.0.3",
|
|
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": "^
|
|
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.
|
|
81
|
+
"socket.io-client": "^4.8.3",
|
|
81
82
|
"universal-cookie": "^8.0.1",
|
|
82
|
-
"vue": "^3.5.
|
|
83
|
-
"vue-tsc": "^2.2
|
|
83
|
+
"vue": "^3.5.17",
|
|
84
|
+
"vue-tsc": "^3.2.2"
|
|
84
85
|
},
|
|
85
86
|
"peerDependencies": {
|
|
86
|
-
"@authup/access": "^1.0.0-beta.
|
|
87
|
-
"@authup/kit": "^1.0.0-beta.
|
|
88
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
89
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
90
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
91
|
-
"@authup/errors": "^1.0.0-beta.
|
|
92
|
-
"@authup/specs": "^1.0.0-beta.
|
|
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.
|
|
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
|
-
entity: Client;
|
|
40
|
-
realmId: string;
|
|
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"}
|