@authup/client-web-kit 1.0.0-beta.12 → 1.0.0-beta.14
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/AEntityDelete.d.ts +7 -7
- package/dist/components/client/AClient.d.ts +2 -2
- package/dist/components/client/AClientForm.d.ts +3 -3
- package/dist/components/client/AClientRedirectUrisItem.d.ts +2 -2
- package/dist/components/client/AClients.d.ts +6 -6
- package/dist/components/client-scope/AClientScope.d.ts +2 -2
- package/dist/components/client-scope/AClientScopeAssignment.d.ts +2 -2
- package/dist/components/client-scope/AClientScopes.d.ts +6 -6
- package/dist/components/identity-provider/AIdentityProvider.d.ts +2 -2
- package/dist/components/identity-provider/AIdentityProviderBasicFields.d.ts +3 -1
- package/dist/components/identity-provider/AIdentityProviderBasicFields.d.ts.map +1 -1
- package/dist/components/identity-provider/AIdentityProviderForm.d.ts +3 -3
- package/dist/components/identity-provider/AIdentityProviderLdapForm.d.ts +3 -3
- package/dist/components/identity-provider/AIdentityProviderOAuth2Discovery.d.ts +3 -2
- package/dist/components/identity-provider/AIdentityProviderOAuth2Discovery.d.ts.map +1 -1
- package/dist/components/identity-provider/AIdentityProviderOAuth2Form.d.ts +3 -3
- package/dist/components/identity-provider/AIdentityProviders.d.ts +6 -6
- package/dist/components/identity-provider-role/AIdentityProviderRoleAssignment.d.ts +2 -2
- package/dist/components/permission/APermission.d.ts +2 -2
- package/dist/components/permission/APermissionForm.d.ts +4 -8
- package/dist/components/permission/APermissionForm.d.ts.map +1 -1
- package/dist/components/permission/APermissions.d.ts +6 -6
- package/dist/components/realm/ARealm.d.ts +2 -2
- package/dist/components/realm/ARealmForm.d.ts +2 -2
- package/dist/components/realm/ARealms.d.ts +6 -6
- package/dist/components/realm/helpers/form-picker.d.ts +7 -0
- package/dist/components/realm/helpers/form-picker.d.ts.map +1 -0
- package/dist/components/realm/helpers/index.d.ts +2 -0
- package/dist/components/realm/helpers/index.d.ts.map +1 -0
- package/dist/components/robot/ARobot.d.ts +2 -2
- package/dist/components/robot/ARobotForm.d.ts +3 -3
- package/dist/components/robot/ARobots.d.ts +6 -6
- package/dist/components/robot-permission/ARobotPermissionAssignment.d.ts +2 -2
- package/dist/components/robot-role/ARobotRoleAssignment.d.ts +2 -2
- package/dist/components/role/ARole.d.ts +2 -2
- package/dist/components/role/ARoleForm.d.ts +2 -2
- package/dist/components/role/ARoleForm.d.ts.map +1 -1
- package/dist/components/role/ARoles.d.ts +6 -6
- package/dist/components/role-permission/ARolePermissionAssignment.d.ts +2 -2
- package/dist/components/scope/AScope.d.ts +2 -2
- package/dist/components/scope/AScopeForm.d.ts +2 -14
- package/dist/components/scope/AScopeForm.d.ts.map +1 -1
- package/dist/components/scope/AScopes.d.ts +6 -6
- package/dist/components/user/AUser.d.ts +2 -2
- package/dist/components/user/AUserForm.d.ts +3 -3
- package/dist/components/user/AUserPasswordForm.d.ts +3 -3
- package/dist/components/user/AUsers.d.ts +6 -6
- package/dist/components/user-permission/AUserPermissionAssignment.d.ts +2 -2
- package/dist/components/user-role/AUserRoleAssignment.d.ts +2 -2
- package/dist/components/utility/search/ASearch.d.ts +3 -1
- package/dist/components/utility/search/ASearch.d.ts.map +1 -1
- package/dist/components/utility/search/module.d.ts +3 -2
- package/dist/components/utility/search/module.d.ts.map +1 -1
- package/dist/composables/index.d.ts +2 -0
- package/dist/composables/index.d.ts.map +1 -1
- package/dist/composables/use-ability-check.d.ts +3 -0
- package/dist/composables/use-ability-check.d.ts.map +1 -0
- package/dist/composables/use-realm-resource-writable-check.d.ts +3 -0
- package/dist/composables/use-realm-resource-writable-check.d.ts.map +1 -0
- package/dist/core/http-client/index.d.ts +4 -0
- package/dist/core/http-client/index.d.ts.map +1 -0
- package/dist/core/http-client/install.d.ts +4 -0
- package/dist/core/http-client/install.d.ts.map +1 -0
- package/dist/core/http-client/singleton.d.ts +7 -0
- package/dist/core/http-client/singleton.d.ts.map +1 -0
- package/dist/core/http-client/types.d.ts +6 -0
- package/dist/core/http-client/types.d.ts.map +1 -0
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/socket-client-manager/index.d.ts +1 -0
- package/dist/core/socket-client-manager/index.d.ts.map +1 -1
- package/dist/core/socket-client-manager/install.d.ts +6 -0
- package/dist/core/socket-client-manager/install.d.ts.map +1 -0
- package/dist/core/store/constants.d.ts +2 -0
- package/dist/core/store/constants.d.ts.map +1 -0
- package/dist/core/store/{module.d.ts → create.d.ts} +12 -7
- package/dist/core/store/create.d.ts.map +1 -0
- package/dist/core/store/index.d.ts +4 -2
- package/dist/core/store/index.d.ts.map +1 -1
- package/dist/core/store/install.d.ts +4 -0
- package/dist/core/store/install.d.ts.map +1 -0
- package/dist/core/store/singleton.d.ts +6 -7
- package/dist/core/store/singleton.d.ts.map +1 -1
- package/dist/core/store/types.d.ts +27 -0
- package/dist/core/store/types.d.ts.map +1 -0
- package/dist/core/vuelidate.d.ts +1 -1
- package/dist/core/vuelidate.d.ts.map +1 -1
- package/dist/index.cjs +1414 -550
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1411 -559
- package/dist/index.mjs.map +1 -1
- package/dist/module.d.ts +5 -0
- package/dist/module.d.ts.map +1 -0
- package/dist/types.d.ts +11 -8
- package/dist/types.d.ts.map +1 -1
- package/package.json +16 -13
- package/dist/core/api-client.d.ts +0 -6
- package/dist/core/api-client.d.ts.map +0 -1
- package/dist/core/store/module.d.ts.map +0 -1
- package/dist/core/store/type.d.ts +0 -13
- package/dist/core/store/type.d.ts.map +0 -1
package/dist/module.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAQ1C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,wBAAgB,iBAAiB,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,EAAE,QAqB3D;AAED,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI,CA6BxD"}
|
package/dist/types.d.ts
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { Client } from '@authup/core-http-kit';
|
|
3
|
-
import type { ClientManager } from '@authup/core-realtime-kit';
|
|
1
|
+
import type { Pinia } from 'pinia';
|
|
4
2
|
import type { AClient, AClientForm, AClientRedirectUris, AClientRedirectUrisItem, AClientScope, AClientScopeAssignment, AClientScopeAssignments, AClientScopes, AClients, AIdentityProvider, AIdentityProviderForm, AIdentityProviderIcon, AIdentityProviderLdapForm, AIdentityProviderOAuth2Form, AIdentityProviderPreset, AIdentityProviderProtocol, AIdentityProviderRoleAssignment, AIdentityProviderRoleAssignments, AIdentityProviders, APermission, APermissionRobotAssignments, APermissionRoleAssignments, APermissionUserAssignments, APermissions, ARealm, ARealmForm, ARealms, ARobot, ARobotForm, ARobotPermissionAssignment, ARobotPermissionAssignments, ARobotRoleAssignment, ARobotRoleAssignments, ARobots, ARole, ARoleForm, ARolePermissionAssignment, ARolePermissionAssignments, ARoleRobotAssignments, ARoleUserAssignments, ARoles, AScope, AScopeClientAssignments, AScopeForm, AScopes, AUser, AUserForm, AUserPasswordForm, AUserPermissionAssignment, AUserPermissionAssignments, AUserRoleAssignment, AUserRoleAssignments, AUsers } from './components';
|
|
5
|
-
|
|
3
|
+
export type CookieSetFn = (key: string, value?: any) => void;
|
|
4
|
+
export type CookieUnsetFn = (key: string) => void;
|
|
5
|
+
export type CookieGetFn = (key: string) => any;
|
|
6
6
|
export type Options = {
|
|
7
|
-
|
|
7
|
+
baseURL: string;
|
|
8
|
+
realtime?: boolean;
|
|
9
|
+
realtimeURL?: string;
|
|
8
10
|
components?: boolean | string[];
|
|
9
|
-
apiClient?: Client;
|
|
10
|
-
socketClientManager?: ClientManager;
|
|
11
|
-
store?: Store;
|
|
12
11
|
translatorLocale?: string;
|
|
12
|
+
cookieSet?: CookieSetFn;
|
|
13
|
+
cookieUnset?: CookieUnsetFn;
|
|
14
|
+
cookieGet?: CookieGetFn;
|
|
15
|
+
pinia?: Pinia;
|
|
13
16
|
};
|
|
14
17
|
declare module '@vue/runtime-core' {
|
|
15
18
|
interface GlobalComponents {
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authup/client-web-kit",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.14",
|
|
4
4
|
"description": "This package contains vue components.",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -51,12 +51,16 @@
|
|
|
51
51
|
"url": "https://github.com/authup/authup/issues"
|
|
52
52
|
},
|
|
53
53
|
"homepage": "https://github.com/authup/authup#readme",
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"@vueuse/integrations": "^10.9.0",
|
|
56
|
+
"universal-cookie": "^7.1.4"
|
|
57
|
+
},
|
|
54
58
|
"devDependencies": {
|
|
55
|
-
"@authup/kit": "^1.0.0-beta.
|
|
56
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
57
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
58
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
59
|
-
"@ilingo/vuelidate": "^5.0.
|
|
59
|
+
"@authup/kit": "^1.0.0-beta.13",
|
|
60
|
+
"@authup/core-kit": "^1.0.0-beta.13",
|
|
61
|
+
"@authup/core-http-kit": "^1.0.0-beta.13",
|
|
62
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.13",
|
|
63
|
+
"@ilingo/vuelidate": "^5.0.2",
|
|
60
64
|
"@types/node": "^20.12.7",
|
|
61
65
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
62
66
|
"@vuecs/form-controls": "^2.2.0",
|
|
@@ -70,13 +74,13 @@
|
|
|
70
74
|
"smob": "^1.5.0",
|
|
71
75
|
"socket.io-client": "^4.7.5",
|
|
72
76
|
"vue": "^3.4.27",
|
|
73
|
-
"vue-tsc": "^2.0.
|
|
77
|
+
"vue-tsc": "^2.0.17"
|
|
74
78
|
},
|
|
75
79
|
"peerDependencies": {
|
|
76
|
-
"@authup/kit": "^1.0.0-beta.
|
|
77
|
-
"@authup/core-kit": "^1.0.0-beta.
|
|
78
|
-
"@authup/core-http-kit": "^1.0.0-beta.
|
|
79
|
-
"@authup/core-realtime-kit": "^1.0.0-beta.
|
|
80
|
+
"@authup/kit": "^1.0.0-beta.13",
|
|
81
|
+
"@authup/core-kit": "^1.0.0-beta.13",
|
|
82
|
+
"@authup/core-http-kit": "^1.0.0-beta.13",
|
|
83
|
+
"@authup/core-realtime-kit": "^1.0.0-beta.13",
|
|
80
84
|
"@vuecs/form-controls": "^2.2.0",
|
|
81
85
|
"@vuecs/list-controls": "^1.1.1",
|
|
82
86
|
"@vuecs/pagination": "^1.1.1",
|
|
@@ -90,6 +94,5 @@
|
|
|
90
94
|
},
|
|
91
95
|
"publishConfig": {
|
|
92
96
|
"access": "public"
|
|
93
|
-
}
|
|
94
|
-
"gitHead": "ed48328bdd01d844915c26c6fcfb7fdcc1f33396"
|
|
97
|
+
}
|
|
95
98
|
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { Client } from '@authup/core-http-kit';
|
|
2
|
-
import type { App } from 'vue';
|
|
3
|
-
export declare const APIClientSymbol: unique symbol;
|
|
4
|
-
export declare function provideAPIClient(client: Client, app?: App): void;
|
|
5
|
-
export declare function injectAPIClient(): Client;
|
|
6
|
-
//# sourceMappingURL=api-client.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"api-client.d.ts","sourceRoot":"","sources":["../../src/core/api-client.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAI/B,eAAO,MAAM,eAAe,eAAgC,CAAC;AAE7D,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,GAAG,QAEzD;AAED,wBAAgB,eAAe,WAO9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../src/core/store/module.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACR,wBAAwB,EACxB,gCAAgC,EACnC,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EACR,KAAK,EACL,IAAI,EACP,MAAM,kBAAkB,CAAC;AAO1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAC;AAEzF,eAAO,MAAM,WAAW,YAAa,kBAAkB;iBAuLzB,iBAAiB;;;oBAzCf,mBAAmB;yCA/GH,wBAAwB;;6BAvBpC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAOI,IAAI,GAAG,MAAM,GAAG,MAAM;;8BAY/B,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BA6ER,gCAAgC;;;;;;;wBAZpC,KAAK,KAAK,EAAE,IAAI,GAAG,MAAM,CAAC;;;;;;;kCAQhB,KAAK,KAAK,EAAE,IAAI,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA1BrC,IAAI;gBAYX,MAAM;CA2J5B,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export type StoreCreateContext = {
|
|
2
|
-
baseURL: string;
|
|
3
|
-
};
|
|
4
|
-
export type StoreResolveContext = {
|
|
5
|
-
refresh?: boolean;
|
|
6
|
-
attempts?: number;
|
|
7
|
-
};
|
|
8
|
-
export type StoreLoginContext = {
|
|
9
|
-
name: string;
|
|
10
|
-
password: string;
|
|
11
|
-
realmId?: string;
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=type.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/core/store/type.ts"],"names":[],"mappings":"AAOA,MAAM,MAAM,kBAAkB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CACpB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC"}
|