@authup/client-web-kit 1.0.0-beta.45 → 1.0.0-beta.47
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 +1 -1
- package/dist/components/entities/client/AClientForm.vue.d.ts.map +1 -1
- package/dist/components/entities/client/AClients.d.ts.map +1 -1
- package/dist/components/entities/client-scope/AClientScopes.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
- package/dist/components/entities/identity-provider/AIdentityProviders.d.ts.map +1 -1
- package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts +1 -1
- package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissionForm.vue.d.ts +1 -1
- package/dist/components/entities/permission/APermissionForm.vue.d.ts.map +1 -1
- package/dist/components/entities/permission/APermissions.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicies.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyDetailNav.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts +1 -1
- package/dist/components/entities/policy/date/ADatePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts +1 -1
- package/dist/components/entities/policy/time/ATimePolicyForm.vue.d.ts.map +1 -1
- package/dist/components/entities/realm/ARealmForm.vue.d.ts +1 -1
- package/dist/components/entities/realm/ARealmForm.vue.d.ts.map +1 -1
- package/dist/components/entities/realm/ARealmGrid.vue.d.ts +67 -0
- package/dist/components/entities/realm/ARealmGrid.vue.d.ts.map +1 -0
- package/dist/components/entities/realm/ARealms.d.ts.map +1 -1
- package/dist/components/entities/realm/index.d.ts +1 -0
- package/dist/components/entities/realm/index.d.ts.map +1 -1
- package/dist/components/entities/robot/ARobotForm.vue.d.ts +1 -1
- package/dist/components/entities/robot/ARobotForm.vue.d.ts.map +1 -1
- package/dist/components/entities/robot/ARobots.d.ts.map +1 -1
- package/dist/components/entities/role/ARoleForm.vue.d.ts +1 -1
- package/dist/components/entities/role/ARoleForm.vue.d.ts.map +1 -1
- package/dist/components/entities/role/ARoles.d.ts.map +1 -1
- package/dist/components/entities/scope/AScopeForm.vue.d.ts +1 -1
- package/dist/components/entities/scope/AScopeForm.vue.d.ts.map +1 -1
- package/dist/components/entities/scope/AScopes.d.ts.map +1 -1
- package/dist/components/entities/user/AUserForm.vue.d.ts +1 -1
- package/dist/components/entities/user/AUserForm.vue.d.ts.map +1 -1
- package/dist/components/entities/user/AUsers.d.ts.map +1 -1
- package/dist/components/utility/AAuthBackLink.vue.d.ts +87 -0
- package/dist/components/utility/AAuthBackLink.vue.d.ts.map +1 -0
- package/dist/components/utility/AAuthGadgets.vue.d.ts +52 -0
- package/dist/components/utility/AAuthGadgets.vue.d.ts.map +1 -0
- package/dist/components/utility/AAuthShell.vue.d.ts +16 -0
- package/dist/components/utility/AAuthShell.vue.d.ts.map +1 -0
- package/dist/components/utility/AColorModeSwitcher.vue.d.ts +22 -0
- package/dist/components/utility/AColorModeSwitcher.vue.d.ts.map +1 -0
- package/dist/components/utility/ALanguageSwitcherDropdown.d.ts +35 -0
- package/dist/components/utility/ALanguageSwitcherDropdown.d.ts.map +1 -0
- package/dist/components/utility/ANameInput.vue.d.ts.map +1 -1
- package/dist/components/utility/ASecretInput.vue.d.ts.map +1 -1
- package/dist/components/utility/entity/AEntityDelete.d.ts.map +1 -1
- package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts +1 -1
- package/dist/components/utility/form-input-list/AFormInputList.vue.d.ts.map +1 -1
- package/dist/components/utility/index.d.ts +5 -1
- package/dist/components/utility/index.d.ts.map +1 -1
- package/dist/components/utility/title/ATitle.d.ts.map +1 -1
- package/dist/components/workflows/authorize/Authorize.vue.d.ts +99 -3
- package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +3 -1
- package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
- package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts +1 -1
- package/dist/components/workflows/authorize/AuthorizeScopes.vue.d.ts.map +1 -1
- package/dist/components/workflows/index.d.ts +3 -1
- package/dist/components/workflows/index.d.ts.map +1 -1
- package/dist/components/workflows/{Login.vue.d.ts → login/LoginForm.vue.d.ts} +112 -30
- package/dist/components/workflows/login/LoginForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/login/index.d.ts +6 -0
- package/dist/components/workflows/login/index.d.ts.map +1 -0
- package/dist/components/workflows/password/PasswordForgotForm.vue.d.ts +461 -0
- package/dist/components/workflows/password/PasswordForgotForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/password/PasswordResetForm.vue.d.ts +386 -0
- package/dist/components/workflows/password/PasswordResetForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/password/index.d.ts +3 -0
- package/dist/components/workflows/password/index.d.ts.map +1 -0
- package/dist/components/workflows/register/ActivateForm.vue.d.ts +376 -0
- package/dist/components/workflows/register/ActivateForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/register/RegisterForm.vue.d.ts +837 -0
- package/dist/components/workflows/register/RegisterForm.vue.d.ts.map +1 -0
- package/dist/components/workflows/register/index.d.ts +3 -0
- package/dist/components/workflows/register/index.d.ts.map +1 -0
- package/dist/core/form/defaults.d.ts.map +1 -1
- package/dist/core/http-client/authentication-hook/install.d.ts.map +1 -1
- package/dist/core/http-client/authentication-hook/types.d.ts +2 -0
- package/dist/core/http-client/authentication-hook/types.d.ts.map +1 -1
- package/dist/core/http-client/install.d.ts.map +1 -1
- package/dist/core/http-client/singleton.d.ts +3 -3
- package/dist/core/http-client/singleton.d.ts.map +1 -1
- package/dist/core/http-client/types.d.ts +2 -0
- package/dist/core/http-client/types.d.ts.map +1 -1
- package/dist/core/index.d.ts +1 -0
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/oauth2/authorization-request.d.ts +29 -0
- package/dist/core/oauth2/authorization-request.d.ts.map +1 -0
- package/dist/core/oauth2/index.d.ts +3 -0
- package/dist/core/oauth2/index.d.ts.map +1 -0
- package/dist/core/oauth2/pkce.d.ts +8 -0
- package/dist/core/oauth2/pkce.d.ts.map +1 -0
- package/dist/core/store/create.d.ts +6 -1
- package/dist/core/store/create.d.ts.map +1 -1
- package/dist/core/store/install.d.ts.map +1 -1
- package/dist/core/store/types.d.ts +3 -0
- package/dist/core/store/types.d.ts.map +1 -1
- package/dist/core/translator/index.d.ts +1 -1
- package/dist/core/translator/index.d.ts.map +1 -1
- package/dist/core/translator/locale.d.ts +21 -0
- package/dist/core/translator/locale.d.ts.map +1 -0
- package/dist/index.mjs +1550 -815
- package/dist/index.mjs.map +1 -1
- package/dist/module.d.ts.map +1 -1
- package/dist/types.d.ts +8 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +22 -19
- package/dist/components/utility/LanguageSwitcherDropdown.d.ts +0 -17
- package/dist/components/utility/LanguageSwitcherDropdown.d.ts.map +0 -1
- package/dist/components/workflows/Login.vue.d.ts.map +0 -1
- package/dist/core/translator/constants.d.ts +0 -2
- package/dist/core/translator/constants.d.ts.map +0 -1
- package/dist/style.css +0 -48
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
|
-
import { TranslatorTranslationClientKey, TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '
|
|
2
|
+
import { TranslatorTranslationClientKey, TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
3
3
|
import { type Client } from '@authup/core-kit';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
|
5
5
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AClientForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/client/AClientForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AClientForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/client/AClientForm.vue"],"names":[],"mappings":"AA6aA,OAAO,EACH,KAAK,QAAQ,EAOhB,MAAM,KAAK,CAAC;AAEb,OAAO,EACH,8BAA8B,EAC9B,8BAA8B,EAC9B,6BAA6B,EAEhC,MAAM,cAAc,CAAC;AAQtB,OAAO,EAAE,KAAK,MAAM,EAA+B,MAAM,kBAAkB,CAAC;wBAmBvD,OAAO,YAAY;AAAxC,wBAAyC;AAulBzC,QAAA,MAAM,YAAY;;;;;;cAgBU,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;cAAhB,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAjpB5C,GAnKO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAmKP,GAnKO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAmKP,GAnKO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAs+BL,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AClients.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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,sBAAsB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"AClients.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAS5D,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mHAyBnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AClientScopes.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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,sBAAsB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"AClientScopes.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAS5D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wHAwBxB,CAAC;AAEH,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IdentityProvider } from '@authup/core-kit';
|
|
2
|
-
import { TranslatorTranslationFieldKey } from '
|
|
2
|
+
import { TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
3
3
|
import type { PropType } from 'vue';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
|
5
5
|
export default _default;
|
package/dist/components/entities/identity-provider/AIdentityProviderBasicFields.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderBasicFields.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderBasicFields.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AIdentityProviderBasicFields.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderBasicFields.vue"],"names":[],"mappings":"AAmKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAGzD,OAAO,EAAE,6BAA6B,EAAkC,MAAM,cAAc,CAAC;AAG7F,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAYf,OAAO,YAAY;AAAxC,wBAAyC;AAgKzC,QAAA,MAAM,YAAY;;cASqB,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;;;;;0BAoErC,MAAM;6BALH,OAAO;;;cA/DR,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA5HzE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAAH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAzCK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAqPV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AIdentityProviderPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider/AIdentityProviderPicker.vue"],"names":[],"mappings":"AAwGA,OAAO,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;wBAK/D,OAAO,YAAY;AAAxC,wBAAyC;AAoKzC,QAAA,MAAM,YAAY;;;;;;;;;;6BAcsB,MAAM;yBAIV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAWxC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviders.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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,sBAAsB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"AIdentityProviders.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAU5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6HAyB7B,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
|
package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TranslatorTranslationFieldKey } from '
|
|
1
|
+
import { TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
3
|
import type { IdentityProviderRoleMapping, Role } from '@authup/core-kit';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
package/dist/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AIdentityProviderRoleAssignment.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AIdentityProviderRoleAssignment.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue"],"names":[],"mappings":"AAgPA,OAAO,EAAE,6BAA6B,EAAkC,MAAM,cAAc,CAAC;AAG7F,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,2BAA2B,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;wBA6BrD,OAAO,YAAY;AAAxC,wBAAyC;AA2QzC,QAAA,MAAM,YAAY;;cAUU,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;cAjShC,MAAM;eACL,MAAM;wBACG,OAAO;;;;4BAqVY,KAAK;sBAcX,KAAK;;;cApEV,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAvTM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAJnD,GA1C2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAybzB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Permission } from '@authup/core-kit';
|
|
2
|
-
import { TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '
|
|
2
|
+
import { TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
3
3
|
import type { PropType } from 'vue';
|
|
4
4
|
import type { FormOption } from '@vuecs/forms';
|
|
5
5
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"APermissionForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/permission/APermissionForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"APermissionForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/permission/APermissionForm.vue"],"names":[],"mappings":"AA4SA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAInD,OAAO,EAAE,8BAA8B,EAAE,6BAA6B,EAAkC,MAAM,cAAc,CAAC;AAO7H,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AASpC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;wBA8B1B,OAAO,YAAY;AAAxC,wBAAyC;AA+UzC,QAAA,MAAM,YAAY;;cAYqB,QAAQ,CAAC,UAAU,CAAC;;;;;;;;;;;;;;cAApB,QAAQ,CAAC,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA7Y3D,GAjDiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAiDjB,GAjDiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAiDjB,GA3HiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2HjD,GA9JG;;;;;;;;;;;;;;;;;;;;;oEA4qBD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"APermissions.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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,sBAAsB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"APermissions.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAS5D,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uHAyBvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"APolicies.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicies.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"APolicies.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicies.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAS5D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mHAyBpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"APolicyDetailNav.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyDetailNav.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"APolicyDetailNav.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyDetailNav.vue"],"names":[],"mappings":"wBAqDqB,OAAO,YAAY;AAAxC,wBAAyC;AAgCzC,QAAA,MAAM,YAAY;;;;;;qBAcc,KAAK;;;;;;;;;iFAOnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"APolicyTypePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyTypePicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"APolicyTypePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/policy/APolicyTypePicker.vue"],"names":[],"mappings":"AA+EA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;wBAG1B,OAAO,YAAY;AAAxC,wBAAyC;AAsDzC,QAAA,MAAM,YAAY;;;;;cAGc,QAAQ,CAAC,CAAC,UAAU,GAAG,MAAM,CAAC,EAAE,CAAC;;;;;gBA8BtC,MAAM;;;;;;cA9BD,QAAQ,CAAC,CAAC,UAAU,GAAG,MAAM,CAAC,EAAE,CAAC;;;;iFAyC/D,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
|
-
import { TranslatorTranslationFieldKey } from '
|
|
2
|
+
import { TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
3
3
|
import type { Policy } from '@authup/core-kit';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
|
5
5
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ADatePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/date/ADatePolicyForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ADatePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/date/ADatePolicyForm.vue"],"names":[],"mappings":"AA2GA,OAAO,EAAE,KAAK,QAAQ,EAA6B,MAAM,KAAK,CAAC;AAG/D,OAAO,EAAE,6BAA6B,EAAkC,MAAM,cAAc,CAAC;AAE7F,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;wBAM1B,OAAO,YAAY;AAAxC,wBAAyC;AAuIzC,QAAA,MAAM,YAAY;;cAMqB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;cAAzB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA3DzD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA4GR,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
|
-
import { TranslatorTranslationFieldKey } from '
|
|
2
|
+
import { TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
3
3
|
import type { Policy } from '@authup/core-kit';
|
|
4
4
|
import type { FormOption } from '@vuecs/forms';
|
|
5
5
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ATimePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/time/ATimePolicyForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ATimePolicyForm.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/entities/policy/time/ATimePolicyForm.vue"],"names":[],"mappings":"AAqQA,OAAO,EACH,KAAK,QAAQ,EAIhB,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,6BAA6B,EAAkC,MAAM,cAAc,CAAC;AAE7F,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;wBAY1B,OAAO,YAAY;AAAxC,wBAAyC;AA+ZzC,QAAA,MAAM,YAAY;;cAQqB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;mCA6ElB,MAAM;;;;;;;;;;;;;;;;cA7Eb,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA9bhE,GAnCqE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAmCrE,GA7FY;;;;;;;;;;;;;;;;;;;;;;;;;oEAgoBV,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '
|
|
1
|
+
import { TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
3
|
import type { Realm } from '@authup/core-kit';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ARealmForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/realm/ARealmForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ARealmForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/realm/ARealmForm.vue"],"names":[],"mappings":"AAsMA,OAAO,EAAE,8BAA8B,EAAE,6BAA6B,EAAkC,MAAM,cAAc,CAAC;AAE7H,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AASpC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;wBAYzB,OAAO,YAAY;AAAxC,wBAAyC;AAkNzC,QAAA,MAAM,YAAY;;cAYU,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAzMoD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAAH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA9ClG,GA5CM;;;;;;;;;;;;;;;;;;;;;oEA4XJ,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import type { Realm } from '@authup/core-kit';
|
|
2
|
+
import { TranslatorTranslationCommonKey } from '@authup/i18n';
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
|
+
autoSelectSingle: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
searchThreshold: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
}>, {
|
|
15
|
+
items: import("vue").Ref<{
|
|
16
|
+
id: string;
|
|
17
|
+
name: string;
|
|
18
|
+
display_name: string | null;
|
|
19
|
+
description: string | null;
|
|
20
|
+
built_in: boolean;
|
|
21
|
+
created_at: string;
|
|
22
|
+
updated_at: string;
|
|
23
|
+
}[], Realm[] | {
|
|
24
|
+
id: string;
|
|
25
|
+
name: string;
|
|
26
|
+
display_name: string | null;
|
|
27
|
+
description: string | null;
|
|
28
|
+
built_in: boolean;
|
|
29
|
+
created_at: string;
|
|
30
|
+
updated_at: string;
|
|
31
|
+
}[]>;
|
|
32
|
+
busy: import("vue").Ref<boolean, boolean>;
|
|
33
|
+
loaded: import("vue").Ref<boolean, boolean>;
|
|
34
|
+
error: import("vue").Ref<string, string>;
|
|
35
|
+
search: import("vue").Ref<string, string>;
|
|
36
|
+
redirecting: import("vue").Ref<boolean, boolean>;
|
|
37
|
+
showSearch: import("vue").ComputedRef<boolean>;
|
|
38
|
+
filtered: import("vue").ComputedRef<{
|
|
39
|
+
id: string;
|
|
40
|
+
name: string;
|
|
41
|
+
display_name: string | null;
|
|
42
|
+
description: string | null;
|
|
43
|
+
built_in: boolean;
|
|
44
|
+
created_at: string;
|
|
45
|
+
updated_at: string;
|
|
46
|
+
}[]>;
|
|
47
|
+
translations: Record<TranslatorTranslationCommonKey.SEARCH | TranslatorTranslationCommonKey.NO_RESULTS, string>;
|
|
48
|
+
labelFor: (realm: Realm) => string;
|
|
49
|
+
slugFor: (realm: Realm) => string;
|
|
50
|
+
handleSelect: (realm: Realm) => void;
|
|
51
|
+
reset: () => void;
|
|
52
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
+
autoSelectSingle: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
searchThreshold: {
|
|
58
|
+
type: NumberConstructor;
|
|
59
|
+
default: number;
|
|
60
|
+
};
|
|
61
|
+
}>> & Readonly<{
|
|
62
|
+
onSelect?: (...args: any[]) => any;
|
|
63
|
+
}>, {
|
|
64
|
+
autoSelectSingle: boolean;
|
|
65
|
+
searchThreshold: number;
|
|
66
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
67
|
+
//# sourceMappingURL=ARealmGrid.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ARealmGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/realm/ARealmGrid.vue"],"names":[],"mappings":"AAmOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAO9C,OAAO,EACH,8BAA8B,EAEjC,MAAM,cAAc,CAAC;wBAGD,OAAO,YAAY;AAAxC,wBAAyC;AA+HzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA0Fe,KAAK;qBAIN,KAAK;0BAMA,KAAK;;;;;;;;;;;;;;;;4EA4BxC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ARealms.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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,sBAAsB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"ARealms.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/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,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAS5D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kHAyBlB,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { ARealm } from './ARealm';
|
|
2
2
|
export { default as ARealmForm } from './ARealmForm.vue';
|
|
3
|
+
export { default as ARealmGrid } from './ARealmGrid.vue';
|
|
3
4
|
export { ARealmPicker } from './ARealmPicker';
|
|
4
5
|
export { ARealms } from './ARealms';
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/realm/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/realm/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ARobotForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/robot/ARobotForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ARobotForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/robot/ARobotForm.vue"],"names":[],"mappings":"AAqRA,OAAO,EAAE,6BAA6B,EAAkC,MAAM,cAAc,CAAC;AAE7F,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAUpC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;wBAezB,OAAO,YAAY;AAAxC,wBAAyC;AAyTzC,QAAA,MAAM,YAAY;;;;;;cAcgB,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCApWjD,GAtCc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAsCd,GAtCc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAsCd,GAtCc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAqgBZ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ARobots.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/robot/ARobots.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,sBAAsB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"ARobots.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/robot/ARobots.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,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAS5D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kHAyBlB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '
|
|
1
|
+
import { TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
3
|
import type { Role } from '@authup/core-kit';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ARoleForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/role/ARoleForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ARoleForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/role/ARoleForm.vue"],"names":[],"mappings":"AA8OA,OAAO,EAAE,8BAA8B,EAAE,6BAA6B,EAAkC,MAAM,cAAc,CAAC;AAO7H,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AASpC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;wBAYxB,OAAO,YAAY;AAAxC,wBAAyC;AA6QzC,QAAA,MAAM,YAAY;;cAaU,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;cAAd,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCArSE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAAH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCApB/C,GAtFC;;;;;;;;;;;;;;;;;;;;;oEAwfC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ARoles.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/role/ARoles.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"ARoles.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/role/ARoles.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAS5D,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iHAyBjB,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '
|
|
1
|
+
import { TranslatorTranslationEntityKey, TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
2
2
|
import type { PropType } from 'vue';
|
|
3
3
|
import type { Scope } from '@authup/core-kit';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AScopeForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/scope/AScopeForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AScopeForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/scope/AScopeForm.vue"],"names":[],"mappings":"AA0PA,OAAO,EAAE,8BAA8B,EAAE,6BAA6B,EAAkC,MAAM,cAAc,CAAC;AAO7H,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AASpC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;wBAYzB,OAAO,YAAY;AAAxC,wBAAyC;AA+QzC,QAAA,MAAM,YAAY;;;;;;cAgBgB,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;cAAf,QAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAjT7C,GAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAAF,GAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAbN,GA9FG;;;;;;;;;;;;;;;;;;;;;oEA2gBD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AScopes.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/scope/AScopes.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,sBAAsB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"AScopes.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/scope/AScopes.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,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAS5D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kHAyBlB,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { User } from '@authup/core-kit';
|
|
2
|
-
import { TranslatorTranslationCommonKey, TranslatorTranslationFieldKey } from '
|
|
2
|
+
import { TranslatorTranslationCommonKey, TranslatorTranslationFieldKey } from '@authup/i18n';
|
|
3
3
|
import type { PropType } from 'vue';
|
|
4
4
|
declare const _default: typeof __VLS_export;
|
|
5
5
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AUserForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/user/AUserForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AUserForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/user/AUserForm.vue"],"names":[],"mappings":"AA+TA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAQ7C,OAAO,EAAE,8BAA8B,EAAE,6BAA6B,EAAkC,MAAM,cAAc,CAAC;AAG7H,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;wBAqBf,OAAO,YAAY;AAAxC,wBAAyC;AA2UzC,QAAA,MAAM,YAAY;;cAcU,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;;;;cAIrB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;0BAuFd,MAAM;;;;cA3Ff,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC;;;;cAIrB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA7XnD,GAxEmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAwEnB,GAxEmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAwEnB,GAhHO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEA6nBL,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AUsers.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/user/AUsers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"AUsers.d.ts","sourceRoot":"","sources":["../../../../src/components/entities/user/AUsers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAS5D,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iHAyBjB,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { LinkProperties } from '@vuecs/link';
|
|
3
|
+
import { TranslatorTranslationClientKey } from '@authup/i18n';
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
5
|
+
export default _default;
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
|
+
link: {
|
|
8
|
+
type: PropType<LinkProperties>;
|
|
9
|
+
};
|
|
10
|
+
}>, {
|
|
11
|
+
translations: Record<TranslatorTranslationClientKey.BACK_TO_LOGIN, string>;
|
|
12
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
link: {
|
|
14
|
+
type: PropType<LinkProperties>;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
17
|
+
VCLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
18
|
+
active: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
disabled: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
href: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: any;
|
|
29
|
+
};
|
|
30
|
+
prefetch: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
target: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
to: {
|
|
39
|
+
type: PropType<string | Record<string, any>>;
|
|
40
|
+
default: any;
|
|
41
|
+
};
|
|
42
|
+
query: {
|
|
43
|
+
type: PropType<import("@vuecs/link").LinkQuery>;
|
|
44
|
+
};
|
|
45
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "clicked")[], "click" | "clicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
+
active: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
disabled: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
href: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: any;
|
|
59
|
+
};
|
|
60
|
+
prefetch: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
target: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
to: {
|
|
69
|
+
type: PropType<string | Record<string, any>>;
|
|
70
|
+
default: any;
|
|
71
|
+
};
|
|
72
|
+
query: {
|
|
73
|
+
type: PropType<import("@vuecs/link").LinkQuery>;
|
|
74
|
+
};
|
|
75
|
+
}>> & Readonly<{
|
|
76
|
+
onClick?: (...args: any[]) => any;
|
|
77
|
+
onClicked?: (...args: any[]) => any;
|
|
78
|
+
}>, {
|
|
79
|
+
active: boolean;
|
|
80
|
+
disabled: boolean;
|
|
81
|
+
href: string;
|
|
82
|
+
prefetch: boolean;
|
|
83
|
+
target: string;
|
|
84
|
+
to: string | Record<string, any>;
|
|
85
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
86
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
87
|
+
//# sourceMappingURL=AAuthBackLink.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AAuthBackLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/AAuthBackLink.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEpC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,OAAO,EAAE,8BAA8B,EAAkC,MAAM,cAAc,CAAC;wBAMzE,OAAO,YAAY;AAAxC,wBAAyC;AAgDzC,QAAA,MAAM,YAAY;;cAEmB,QAAQ,CAAC,cAAc,CAAC;;;;;;cAAxB,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA/CzC,GAAG;qBACtB,GAAG;;;;;;;;;oEAyDF,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
dark: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:dark"[], "update:dark", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
dark: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{
|
|
14
|
+
"onUpdate:dark"?: (...args: any[]) => any;
|
|
15
|
+
}>, {
|
|
16
|
+
dark: boolean;
|
|
17
|
+
}, {}, {
|
|
18
|
+
AColorModeSwitcher: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
19
|
+
dark: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
}>, {
|
|
24
|
+
toggle: () => void;
|
|
25
|
+
translations: Record<import("@authup/i18n").TranslatorTranslationCommonKey.SWITCH_TO_LIGHT_MODE | import("@authup/i18n").TranslatorTranslationCommonKey.SWITCH_TO_DARK_MODE, string>;
|
|
26
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:dark"[], "update:dark", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
dark: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{
|
|
32
|
+
"onUpdate:dark"?: (...args: any[]) => any;
|
|
33
|
+
}>, {
|
|
34
|
+
dark: boolean;
|
|
35
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
ALanguageSwitcherDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
37
|
+
linkClassExtra: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: any;
|
|
40
|
+
};
|
|
41
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
linkClassExtra: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: any;
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
49
|
+
linkClassExtra: string;
|
|
50
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
//# sourceMappingURL=AAuthGadgets.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AAuthGadgets.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/AAuthGadgets.vue"],"names":[],"mappings":"wBA+CqB,OAAO,YAAY;AAAxC,wBAAyC;AAoDzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oEAShB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
logo: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
logo: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
|
+
logo: boolean;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
//# sourceMappingURL=AAuthShell.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AAuthShell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/AAuthShell.vue"],"names":[],"mappings":"wBAmEqB,OAAO,YAAY;AAAxC,wBAAyC;AA6DzC,QAAA,MAAM,YAAY;;;;;;;;;;;;4EAUhB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TranslatorTranslationCommonKey } from '@authup/i18n';
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
+
dark: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
}>, {
|
|
10
|
+
toggle: () => void;
|
|
11
|
+
translations: Record<TranslatorTranslationCommonKey.SWITCH_TO_LIGHT_MODE | TranslatorTranslationCommonKey.SWITCH_TO_DARK_MODE, string>;
|
|
12
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:dark"[], "update:dark", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
dark: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
"onUpdate:dark"?: (...args: any[]) => any;
|
|
19
|
+
}>, {
|
|
20
|
+
dark: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
//# sourceMappingURL=AColorModeSwitcher.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AColorModeSwitcher.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/AColorModeSwitcher.vue"],"names":[],"mappings":"AA+DA,OAAO,EACH,8BAA8B,EAEjC,MAAM,cAAc,CAAC;wBAOD,OAAO,YAAY;AAAxC,wBAAyC;AA4BzC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;4EA6BhB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const ALanguageSwitcherDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
linkClassExtra: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: any;
|
|
5
|
+
};
|
|
6
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7
|
+
[key: string]: any;
|
|
8
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
linkClassExtra: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: any;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
|
+
linkClassExtra: string;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export { ALanguageSwitcherDropdown };
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated Import `ALanguageSwitcherDropdown` instead.
|
|
19
|
+
*/
|
|
20
|
+
export declare const LanguageSwitcherDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
|
+
linkClassExtra: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: any;
|
|
24
|
+
};
|
|
25
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
linkClassExtra: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: any;
|
|
31
|
+
};
|
|
32
|
+
}>> & Readonly<{}>, {
|
|
33
|
+
linkClassExtra: string;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
|
+
//# sourceMappingURL=ALanguageSwitcherDropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ALanguageSwitcherDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/utility/ALanguageSwitcherDropdown.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;4EAgE7B,CAAC;AAEH,OAAO,EAAE,yBAAyB,EAAE,CAAC;AAErC;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;4EAA4B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ANameInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/ANameInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ANameInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/ANameInput.vue"],"names":[],"mappings":"AAsGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAMpC;;;;;;;;;;GAUG;wBACkB,OAAO,YAAY;AAAxC,wBAAyC;AAsEzC,QAAA,MAAM,YAAY;;cAKU,QAAQ,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;;;;;;;;cAQnC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;sBAevB,MAAM;;;;cAvBX,QAAQ,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;;;;;;;;cAQnC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAS5B,GAAG;;;;;;;;;;;;;;;oEAoB7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ASecretInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/ASecretInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ASecretInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/utility/ASecretInput.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAMpC;;;;;;;;;;;;;;;GAeG;wBACkB,OAAO,YAAY;AAAxC,wBAAyC;AAsEzC,QAAA,MAAM,YAAY;;cAKU,QAAQ,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;;;;;;;;cAQnC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;sBAevB,MAAM;;;;cAvBX,QAAQ,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;;;;;;;;cAQnC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAT5C,GAAG;;;;;;;;;;;;;;;oEAsCb,CAAC"}
|