@authup/client-web-kit 1.0.0-beta.46 → 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.
Files changed (75) hide show
  1. package/dist/components/entities/identity-provider/AIdentityProviderPicker.vue.d.ts.map +1 -1
  2. package/dist/components/entities/policy/APolicyTypePicker.vue.d.ts.map +1 -1
  3. package/dist/components/entities/realm/ARealmGrid.vue.d.ts +67 -0
  4. package/dist/components/entities/realm/ARealmGrid.vue.d.ts.map +1 -0
  5. package/dist/components/entities/realm/index.d.ts +1 -0
  6. package/dist/components/entities/realm/index.d.ts.map +1 -1
  7. package/dist/components/utility/AAuthBackLink.vue.d.ts +87 -0
  8. package/dist/components/utility/AAuthBackLink.vue.d.ts.map +1 -0
  9. package/dist/components/utility/AAuthGadgets.vue.d.ts +52 -0
  10. package/dist/components/utility/AAuthGadgets.vue.d.ts.map +1 -0
  11. package/dist/components/utility/AAuthShell.vue.d.ts +16 -0
  12. package/dist/components/utility/AAuthShell.vue.d.ts.map +1 -0
  13. package/dist/components/utility/AColorModeSwitcher.vue.d.ts +22 -0
  14. package/dist/components/utility/AColorModeSwitcher.vue.d.ts.map +1 -0
  15. package/dist/components/utility/ALanguageSwitcherDropdown.d.ts +35 -0
  16. package/dist/components/utility/ALanguageSwitcherDropdown.d.ts.map +1 -0
  17. package/dist/components/utility/index.d.ts +5 -1
  18. package/dist/components/utility/index.d.ts.map +1 -1
  19. package/dist/components/workflows/authorize/Authorize.vue.d.ts +98 -2
  20. package/dist/components/workflows/authorize/Authorize.vue.d.ts.map +1 -1
  21. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts +2 -0
  22. package/dist/components/workflows/authorize/AuthorizeForm.vue.d.ts.map +1 -1
  23. package/dist/components/workflows/index.d.ts +3 -1
  24. package/dist/components/workflows/index.d.ts.map +1 -1
  25. package/dist/components/workflows/{Login.vue.d.ts → login/LoginForm.vue.d.ts} +112 -30
  26. package/dist/components/workflows/login/LoginForm.vue.d.ts.map +1 -0
  27. package/dist/components/workflows/login/index.d.ts +6 -0
  28. package/dist/components/workflows/login/index.d.ts.map +1 -0
  29. package/dist/components/workflows/password/PasswordForgotForm.vue.d.ts +461 -0
  30. package/dist/components/workflows/password/PasswordForgotForm.vue.d.ts.map +1 -0
  31. package/dist/components/workflows/password/PasswordResetForm.vue.d.ts +386 -0
  32. package/dist/components/workflows/password/PasswordResetForm.vue.d.ts.map +1 -0
  33. package/dist/components/workflows/password/index.d.ts +3 -0
  34. package/dist/components/workflows/password/index.d.ts.map +1 -0
  35. package/dist/components/workflows/register/ActivateForm.vue.d.ts +376 -0
  36. package/dist/components/workflows/register/ActivateForm.vue.d.ts.map +1 -0
  37. package/dist/components/workflows/register/RegisterForm.vue.d.ts +837 -0
  38. package/dist/components/workflows/register/RegisterForm.vue.d.ts.map +1 -0
  39. package/dist/components/workflows/register/index.d.ts +3 -0
  40. package/dist/components/workflows/register/index.d.ts.map +1 -0
  41. package/dist/core/http-client/authentication-hook/install.d.ts.map +1 -1
  42. package/dist/core/http-client/authentication-hook/types.d.ts +2 -0
  43. package/dist/core/http-client/authentication-hook/types.d.ts.map +1 -1
  44. package/dist/core/http-client/install.d.ts.map +1 -1
  45. package/dist/core/http-client/singleton.d.ts +3 -3
  46. package/dist/core/http-client/singleton.d.ts.map +1 -1
  47. package/dist/core/http-client/types.d.ts +2 -0
  48. package/dist/core/http-client/types.d.ts.map +1 -1
  49. package/dist/core/index.d.ts +1 -0
  50. package/dist/core/index.d.ts.map +1 -1
  51. package/dist/core/oauth2/authorization-request.d.ts +29 -0
  52. package/dist/core/oauth2/authorization-request.d.ts.map +1 -0
  53. package/dist/core/oauth2/index.d.ts +3 -0
  54. package/dist/core/oauth2/index.d.ts.map +1 -0
  55. package/dist/core/oauth2/pkce.d.ts +8 -0
  56. package/dist/core/oauth2/pkce.d.ts.map +1 -0
  57. package/dist/core/store/create.d.ts +6 -1
  58. package/dist/core/store/create.d.ts.map +1 -1
  59. package/dist/core/store/install.d.ts.map +1 -1
  60. package/dist/core/store/types.d.ts +3 -0
  61. package/dist/core/store/types.d.ts.map +1 -1
  62. package/dist/core/translator/index.d.ts +1 -0
  63. package/dist/core/translator/index.d.ts.map +1 -1
  64. package/dist/core/translator/locale.d.ts +21 -0
  65. package/dist/core/translator/locale.d.ts.map +1 -0
  66. package/dist/index.mjs +1366 -374
  67. package/dist/index.mjs.map +1 -1
  68. package/dist/module.d.ts.map +1 -1
  69. package/dist/types.d.ts +8 -2
  70. package/dist/types.d.ts.map +1 -1
  71. package/package.json +22 -19
  72. package/dist/components/utility/LanguageSwitcherDropdown.d.ts +0 -17
  73. package/dist/components/utility/LanguageSwitcherDropdown.d.ts.map +0 -1
  74. package/dist/components/workflows/Login.vue.d.ts.map +0 -1
  75. package/dist/style.css +0 -48
package/dist/index.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  import { createValidup, getSeverity, useValidup } from "@validup/vue";
2
2
  import { Container, OptionalValue, ValidupError, defineIssueItem } from "validup";
3
3
  import { ClientValidator, EntityDefaultEventName, EntityType, IdentityProviderPreset, IdentityProviderProtocol, IdentityProviderValidator, PermissionValidator, PolicyValidator, REALM_MASTER_NAME, RealmValidator, RobotValidator, RoleValidator, ScopeValidator, UserValidator, buildEntityChannelName, buildUserFakeEmail, getIdentityProviderProtocolForPreset, isUserFakeEmail } from "@authup/core-kit";
4
- import { Fragment, Suspense, Teleport, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createTextVNode, createVNode, defineComponent, getCurrentInstance, guardReactiveProps, h, hasInjectionContext, inject as inject$1, isReactive, isRef, mergeProps, nextTick, normalizeClass, normalizeProps, onMounted, onUnmounted, openBlock, provide as provide$1, reactive, ref, renderList, renderSlot, resolveComponent, resolveDynamicComponent, toDisplayString, toRaw, toRef, unref, useId, watch, withCtx, withModifiers } from "vue";
4
+ import { Fragment, Suspense, Teleport, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createTextVNode, createVNode, defineComponent, getCurrentInstance, guardReactiveProps, h, hasInjectionContext, inject as inject$1, isReactive, isRef, mergeProps, nextTick, normalizeClass, normalizeProps, onMounted, onUnmounted, openBlock, provide as provide$1, reactive, ref, renderList, renderSlot, resolveComponent, resolveDynamicComponent, toDisplayString, toRaw, toRef, unref, useId, vModelText, watch, withCtx, withDirectives, withModifiers } from "vue";
5
5
  import { VCFormCheckbox, VCFormGroup, VCFormInput, VCFormSelect, VCFormSwitch, VCFormTextarea, useSubmitButton } from "@vuecs/forms";
6
6
  import { createValidator } from "@validup/zod";
7
7
  import { IFieldValidation, install as install$1, useTranslationsForComposable as useTranslationsForComposable$1, useTranslationsForField as useTranslationsForField$1 } from "@ilingo/validup-vue";
8
- import { CATALOGS, LOCALES, TranslatorTranslationActionKey, TranslatorTranslationClientKey, TranslatorTranslationCommonKey, TranslatorTranslationEntityKey, TranslatorTranslationFieldKey, TranslatorTranslationNamespace, TranslatorTranslationVuecsKey } from "@authup/i18n";
8
+ import { CATALOGS, LOCALES, TranslatorTranslationActionKey, TranslatorTranslationClientKey, TranslatorTranslationCommonKey, TranslatorTranslationEntityKey, TranslatorTranslationFieldKey, TranslatorTranslationNamespace, TranslatorTranslationVuecsKey, matchLocale } from "@authup/i18n";
9
9
  import { Client, ClientAuthenticationHook, ClientAuthenticationHookEventName, CookieName } from "@authup/core-http-kit";
10
10
  import { defineStore, storeToRefs as storeToRefs$1 } from "pinia";
11
11
  import { BuiltInPolicyType, PermissionEvaluator, PermissionMemoryProvider, PolicyData, PolicyEngine, TimePolicyInterval, isIntervalForDayOfMonth, isIntervalForDayOfWeek, isIntervalForDayOfYear } from "@authup/access";
@@ -15,12 +15,14 @@ import { extend } from "@vuecs/core";
15
15
  import { VCButton } from "@vuecs/button";
16
16
  import { injectIlingo, injectLocale, install as install$2, useTranslation as useTranslation$1 } from "@ilingo/vue";
17
17
  import { MemoryStore } from "ilingo";
18
+ import { useLocaleManager } from "@vuecs/locale";
18
19
  import { createMerger, isObject, merge } from "smob";
19
20
  import { SortDirection } from "rapiq";
20
- import { ClientManager, EventNameSuffix, buildEventFullName } from "@authup/core-realtime-kit";
21
21
  import { DecisionStrategy, ValidatorGroup, base64URLEncode, extendObject, generateName, generateSecret, hasOwnProperty, isBCryptHash, isObject as isObject$1 } from "@authup/kit";
22
+ import { ClientManager, EventNameSuffix, buildEventFullName } from "@authup/core-realtime-kit";
22
23
  import { VCPagination } from "@vuecs/pagination";
23
24
  import { VCList, VCListBody, VCListEmpty, VCListItem, VCListLoading } from "@vuecs/list";
25
+ import { VCLink } from "@vuecs/link";
24
26
  //#region \0rolldown/runtime.js
25
27
  var __defProp = Object.defineProperty;
26
28
  var __exportAll = (all, no_symbols) => {
@@ -3089,8 +3091,8 @@ var _plugin_vue_export_helper_default = (sfc, props) => {
3089
3091
  };
3090
3092
  //#endregion
3091
3093
  //#region src/components/utility/form-input-list/AFormInputListItem.vue
3092
- const _hoisted_1$37 = ["disabled"];
3093
- function _sfc_render$72(_ctx, _cache, $props, $setup, $data, $options) {
3094
+ const _hoisted_1$46 = ["disabled"];
3095
+ function _sfc_render$81(_ctx, _cache, $props, $setup, $data, $options) {
3094
3096
  const _component_VCIcon = resolveComponent("VCIcon");
3095
3097
  const _component_VCFormInput = resolveComponent("VCFormInput");
3096
3098
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
@@ -3107,7 +3109,7 @@ function _sfc_render$72(_ctx, _cache, $props, $setup, $data, $options) {
3107
3109
  type: "button",
3108
3110
  class: "btn btn-xs btn-warning",
3109
3111
  onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.handleDeleted && _ctx.handleDeleted(...args), ["prevent"]))
3110
- }, [createVNode(_component_VCIcon, { name: "fa6-solid:minus" })], 8, _hoisted_1$37)]),
3112
+ }, [createVNode(_component_VCIcon, { name: "fa6-solid:minus" })], 8, _hoisted_1$46)]),
3111
3113
  _: 1
3112
3114
  }, 8, [
3113
3115
  "modelValue",
@@ -3119,7 +3121,7 @@ function _sfc_render$72(_ctx, _cache, $props, $setup, $data, $options) {
3119
3121
  _: 1
3120
3122
  }, 8, ["field"]);
3121
3123
  }
3122
- var AFormInputListItem_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AFormInputListItem_vue_vue_type_script_lang_default, [["render", _sfc_render$72]]);
3124
+ var AFormInputListItem_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AFormInputListItem_vue_vue_type_script_lang_default, [["render", _sfc_render$81]]);
3123
3125
  //#endregion
3124
3126
  //#region src/core/inject.ts
3125
3127
  function inject(key, instance) {
@@ -3251,7 +3253,7 @@ function createPromiseShareWrapperFn(fn) {
3251
3253
  };
3252
3254
  }
3253
3255
  function createStore(context) {
3254
- const client = new Client({ baseURL: context.baseURL });
3256
+ const client = context.httpClient ?? new Client({ baseURL: context.baseURL });
3255
3257
  const cookiesRead = ref(false);
3256
3258
  const setCookiesRead = (value) => {
3257
3259
  cookiesRead.value = value;
@@ -3399,8 +3401,11 @@ function createStore(context) {
3399
3401
  await resolveUser();
3400
3402
  context.dispatcher.emit("loggedIn");
3401
3403
  };
3402
- const exchangeAuthorizationCode = async (code) => {
3403
- const response = await client.token.createWithAuthorizationCode({ code });
3404
+ const exchangeAuthorizationCode = async (code, params = {}) => {
3405
+ const response = await client.token.createWithAuthorizationCode({
3406
+ code,
3407
+ ...params
3408
+ });
3404
3409
  await cleanup();
3405
3410
  applyTokenGrantResponse(response);
3406
3411
  await resolveToken();
@@ -3468,6 +3473,7 @@ function installStore(app, options = {}) {
3468
3473
  provideStoreDispatcher(storeDispatcher, app);
3469
3474
  const storeFactory = defineStore(STORE_ID, () => createStore({
3470
3475
  baseURL: options.baseURL,
3476
+ httpClient: options.httpClient,
3471
3477
  dispatcher: storeDispatcher
3472
3478
  }));
3473
3479
  const store = storeFactory(options.pinia);
@@ -3568,7 +3574,7 @@ function installHTTPClientAuthenticationHook(app, options = {}) {
3568
3574
  baseURL: options.baseURL,
3569
3575
  tokenCreator: () => {
3570
3576
  if (!refreshToken.value) throw new Error("No refresh token available.");
3571
- return new Client({ baseURL: options.baseURL }).token.createWithRefreshToken({ refresh_token: refreshToken.value });
3577
+ return (options.httpClient ?? new Client({ baseURL: options.baseURL })).token.createWithRefreshToken({ refresh_token: refreshToken.value });
3572
3578
  },
3573
3579
  timer: !options.isServer
3574
3580
  });
@@ -3628,7 +3634,7 @@ function injectHTTPClient(app) {
3628
3634
  //#region src/core/http-client/install.ts
3629
3635
  function installHTTPClient(app, options = {}) {
3630
3636
  if (hasHTTPClient(app)) return;
3631
- const client = new Client({ baseURL: options.baseURL });
3637
+ const client = options.httpClient ?? new Client({ baseURL: options.baseURL });
3632
3638
  injectHTTPClientAuthenticationHook(app).attach(client);
3633
3639
  provideHTTPClient(client, app);
3634
3640
  }
@@ -3887,6 +3893,48 @@ function installTranslator(app, options = {}) {
3887
3893
  install$1(app);
3888
3894
  }
3889
3895
  //#endregion
3896
+ //#region src/core/translator/locale.ts
3897
+ function tryUseLocaleManager() {
3898
+ try {
3899
+ return useLocaleManager();
3900
+ } catch {
3901
+ return;
3902
+ }
3903
+ }
3904
+ /**
3905
+ * Single control surface for the active UI locale. Prefers `@vuecs/locale`'s
3906
+ * manager (the source of truth — cookie persistence, `auto`/browser
3907
+ * resolution, `<html lang>` sync, `Config['locale']`), and falls back to the
3908
+ * ilingo locale ref when vuecs-locale is absent.
3909
+ */
3910
+ function useLocaleControl() {
3911
+ const manager = tryUseLocaleManager();
3912
+ const ilingo = injectLocale();
3913
+ return {
3914
+ code: computed(() => {
3915
+ return matchLocale(manager ? manager.resolved.value : ilingo.value) ?? ilingo.value;
3916
+ }),
3917
+ set: (input) => {
3918
+ if (manager) manager.set(input);
3919
+ else ilingo.value = input;
3920
+ }
3921
+ };
3922
+ }
3923
+ /**
3924
+ * One-way bridge that keeps the ilingo locale (driving authup's catalogs) in
3925
+ * sync with vuecs's resolved locale (the source of truth). No-op when
3926
+ * vuecs-locale is not installed — there ilingo is the source directly.
3927
+ */
3928
+ function syncTranslatorLocaleFromManager(app) {
3929
+ const manager = app.runWithContext(() => tryUseLocaleManager());
3930
+ if (!manager) return;
3931
+ const ilingo = app.runWithContext(() => injectLocale());
3932
+ watch(manager.resolved, (value) => {
3933
+ const mapped = matchLocale(value);
3934
+ if (mapped && mapped !== ilingo.value) ilingo.value = mapped;
3935
+ }, { immediate: true });
3936
+ }
3937
+ //#endregion
3890
3938
  //#region src/core/form/defaults.ts
3891
3939
  /**
3892
3940
  * Build the `submitButton` defaults for @vuecs/forms's
@@ -3975,6 +4023,64 @@ function wrapFnWithBusyState(busy, fn) {
3975
4023
  };
3976
4024
  }
3977
4025
  //#endregion
4026
+ //#region src/core/oauth2/pkce.ts
4027
+ function strFromBytes(bytes) {
4028
+ let str = "";
4029
+ for (const byte of bytes) str += String.fromCharCode(byte);
4030
+ return str;
4031
+ }
4032
+ function randomString(length = 64) {
4033
+ const bytes = new Uint8Array(length);
4034
+ crypto.getRandomValues(bytes);
4035
+ return base64URLEncode(strFromBytes(bytes));
4036
+ }
4037
+ function createState() {
4038
+ return randomString(32);
4039
+ }
4040
+ async function createPKCE() {
4041
+ const codeVerifier = randomString(64);
4042
+ const digest = await crypto.subtle.digest("SHA-256", new TextEncoder().encode(codeVerifier));
4043
+ return {
4044
+ code_verifier: codeVerifier,
4045
+ code_challenge: base64URLEncode(strFromBytes(new Uint8Array(digest))),
4046
+ code_challenge_method: "S256"
4047
+ };
4048
+ }
4049
+ //#endregion
4050
+ //#region src/core/oauth2/authorization-request.ts
4051
+ const STORAGE_KEY = "authup.authorization-request";
4052
+ function saveAuthorizationRequest(request) {
4053
+ if (typeof sessionStorage === "undefined") return;
4054
+ sessionStorage.setItem(STORAGE_KEY, JSON.stringify(request));
4055
+ }
4056
+ function loadAuthorizationRequest() {
4057
+ if (typeof sessionStorage === "undefined") return;
4058
+ const raw = sessionStorage.getItem(STORAGE_KEY);
4059
+ if (!raw) return;
4060
+ try {
4061
+ return JSON.parse(raw);
4062
+ } catch {
4063
+ return;
4064
+ }
4065
+ }
4066
+ function clearAuthorizationRequest() {
4067
+ if (typeof sessionStorage === "undefined") return;
4068
+ sessionStorage.removeItem(STORAGE_KEY);
4069
+ }
4070
+ function buildAuthorizeURL(ctx) {
4071
+ const base = ctx.baseURL.replace(/\/+$/, "");
4072
+ const params = new URLSearchParams();
4073
+ params.set("response_type", "code");
4074
+ params.set("client_id", ctx.clientId);
4075
+ if (ctx.realmId) params.set("realm_id", ctx.realmId);
4076
+ params.set("scope", ctx.scope ?? "global openid");
4077
+ params.set("redirect_uri", ctx.redirectUri);
4078
+ params.set("state", ctx.state);
4079
+ params.set("code_challenge", ctx.codeChallenge);
4080
+ params.set("code_challenge_method", ctx.codeChallengeMethod);
4081
+ return `${base}/authorize?${params.toString()}`;
4082
+ }
4083
+ //#endregion
3978
4084
  //#region src/core/permission-check/module.ts
3979
4085
  function createPermissionCheckerReactiveFn(ctx = {}) {
3980
4086
  let store;
@@ -4200,23 +4306,23 @@ var AFormInputList_vue_vue_type_script_lang_default = defineComponent({
4200
4306
  });
4201
4307
  //#endregion
4202
4308
  //#region src/components/utility/form-input-list/AFormInputList.vue
4203
- const _hoisted_1$36 = { class: "flex flex-col gap-2" };
4204
- const _hoisted_2$19 = { class: "flex flex-row" };
4205
- const _hoisted_3$15 = { class: "self-end" };
4206
- const _hoisted_4$13 = { class: "ms-auto" };
4207
- const _hoisted_5$12 = ["disabled"];
4208
- const _hoisted_6$10 = { class: "flex flex-col gap-1" };
4209
- function _sfc_render$71(_ctx, _cache, $props, $setup, $data, $options) {
4309
+ const _hoisted_1$45 = { class: "flex flex-col gap-2" };
4310
+ const _hoisted_2$25 = { class: "flex flex-row" };
4311
+ const _hoisted_3$21 = { class: "self-end" };
4312
+ const _hoisted_4$18 = { class: "ms-auto" };
4313
+ const _hoisted_5$13 = ["disabled"];
4314
+ const _hoisted_6$11 = { class: "flex flex-col gap-1" };
4315
+ function _sfc_render$80(_ctx, _cache, $props, $setup, $data, $options) {
4210
4316
  const _component_VCIcon = resolveComponent("VCIcon");
4211
4317
  const _component_AFormInputListItem = resolveComponent("AFormInputListItem");
4212
- return openBlock(), createElementBlock("div", _hoisted_1$36, [
4213
- createElementVNode("div", _hoisted_2$19, [createElementVNode("div", _hoisted_3$15, [renderSlot(_ctx.$slots, "label", {}, () => [_cache[1] || (_cache[1] = createTextVNode(" Names ", -1))])]), createElementVNode("div", _hoisted_4$13, [createElementVNode("button", {
4318
+ return openBlock(), createElementBlock("div", _hoisted_1$45, [
4319
+ createElementVNode("div", _hoisted_2$25, [createElementVNode("div", _hoisted_3$21, [renderSlot(_ctx.$slots, "label", {}, () => [_cache[1] || (_cache[1] = createTextVNode(" Names ", -1))])]), createElementVNode("div", _hoisted_4$18, [createElementVNode("button", {
4214
4320
  class: "btn btn-xs btn-primary",
4215
4321
  type: "button",
4216
4322
  disabled: !_ctx.canAdd,
4217
4323
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.add(), ["prevent"]))
4218
- }, [createVNode(_component_VCIcon, { name: "fa6-solid:plus" }), createTextVNode(" " + toDisplayString(_ctx.translationsAction.add), 1)], 8, _hoisted_5$12)])]),
4219
- createElementVNode("div", _hoisted_6$10, [_ctx.items.length === 0 ? renderSlot(_ctx.$slots, "noItems", { key: 0 }, () => [_cache[2] || (_cache[2] = createElementVNode("div", { class: "alert alert-sm alert-info" }, " The form list has no items yet ", -1))]) : createCommentVNode("v-if", true), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.items, (item) => {
4324
+ }, [createVNode(_component_VCIcon, { name: "fa6-solid:plus" }), createTextVNode(" " + toDisplayString(_ctx.translationsAction.add), 1)], 8, _hoisted_5$13)])]),
4325
+ createElementVNode("div", _hoisted_6$11, [_ctx.items.length === 0 ? renderSlot(_ctx.$slots, "noItems", { key: 0 }, () => [_cache[2] || (_cache[2] = createElementVNode("div", { class: "alert alert-sm alert-info" }, " The form list has no items yet ", -1))]) : createCommentVNode("v-if", true), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.items, (item) => {
4220
4326
  return renderSlot(_ctx.$slots, "default", {
4221
4327
  key: item.id,
4222
4328
  item,
@@ -4242,7 +4348,7 @@ function _sfc_render$71(_ctx, _cache, $props, $setup, $data, $options) {
4242
4348
  renderSlot(_ctx.$slots, "hint")
4243
4349
  ]);
4244
4350
  }
4245
- var AFormInputList_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AFormInputList_vue_vue_type_script_lang_default, [["render", _sfc_render$71]]);
4351
+ var AFormInputList_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AFormInputList_vue_vue_type_script_lang_default, [["render", _sfc_render$80]]);
4246
4352
  //#endregion
4247
4353
  //#region src/components/utility/pagination/module.ts
4248
4354
  function buildPagination(ctx) {
@@ -5008,8 +5114,8 @@ var AToggleButton_vue_vue_type_script_lang_default$1 = defineComponent({
5008
5114
  });
5009
5115
  //#endregion
5010
5116
  //#region src/components/utility/toggle-button/AToggleButton.vue
5011
- const _hoisted_1$35 = ["aria-label", "disabled"];
5012
- function _sfc_render$70(_ctx, _cache, $props, $setup, $data, $options) {
5117
+ const _hoisted_1$44 = ["aria-label", "disabled"];
5118
+ function _sfc_render$79(_ctx, _cache, $props, $setup, $data, $options) {
5013
5119
  const _component_VCIcon = resolveComponent("VCIcon");
5014
5120
  return openBlock(), createElementBlock("button", {
5015
5121
  type: "button",
@@ -5024,9 +5130,9 @@ function _sfc_render$70(_ctx, _cache, $props, $setup, $data, $options) {
5024
5130
  }, [createVNode(_component_VCIcon, {
5025
5131
  "aria-hidden": "true",
5026
5132
  name: _ctx.isBusy ? "fa6-solid:question" : _ctx.value ? "fa6-solid:minus" : "fa6-solid:plus"
5027
- }, null, 8, ["name"])], 10, _hoisted_1$35);
5133
+ }, null, 8, ["name"])], 10, _hoisted_1$44);
5028
5134
  }
5029
- var AToggleButton_default$1 = /*#__PURE__*/ _plugin_vue_export_helper_default(AToggleButton_vue_vue_type_script_lang_default$1, [["render", _sfc_render$70]]);
5135
+ var AToggleButton_default$1 = /*#__PURE__*/ _plugin_vue_export_helper_default(AToggleButton_vue_vue_type_script_lang_default$1, [["render", _sfc_render$79]]);
5030
5136
  //#endregion
5031
5137
  //#region src/components/utility/toggle-button/module.ts
5032
5138
  function renderToggleButton(options) {
@@ -5331,26 +5437,23 @@ const ATitle = defineComponent({
5331
5437
  }
5332
5438
  });
5333
5439
  //#endregion
5334
- //#region src/components/utility/LanguageSwitcherDropdown.ts
5335
- const LanguageSwitcherDropdown = defineComponent({
5440
+ //#region src/components/utility/ALanguageSwitcherDropdown.ts
5441
+ const ALanguageSwitcherDropdown = defineComponent({
5336
5442
  props: { linkClassExtra: {
5337
5443
  type: String,
5338
5444
  default: void 0
5339
5445
  } },
5340
- async setup(props) {
5446
+ setup(props) {
5341
5447
  const opened = ref(false);
5342
- const locale = injectLocale();
5448
+ const { code, set } = useLocaleControl();
5343
5449
  const elements = computed(() => LOCALES.map((descriptor) => ({
5344
5450
  value: descriptor.code,
5345
5451
  label: descriptor.nativeName,
5346
- active: locale.value === descriptor.code
5452
+ active: code.value === descriptor.code
5347
5453
  })));
5348
- const activeCode = computed(() => {
5349
- const match = LOCALES.find((descriptor) => descriptor.code === locale.value);
5350
- return match ? match.code : locale.value;
5351
- });
5454
+ const activeCode = computed(() => code.value);
5352
5455
  const setLocale = (input) => {
5353
- locale.value = input;
5456
+ set(input);
5354
5457
  opened.value = false;
5355
5458
  };
5356
5459
  return () => h("div", { class: "dropdown" }, [h("button", {
@@ -5372,6 +5475,10 @@ const LanguageSwitcherDropdown = defineComponent({
5372
5475
  }, [element.label])))]);
5373
5476
  }
5374
5477
  });
5478
+ /**
5479
+ * @deprecated Import `ALanguageSwitcherDropdown` instead.
5480
+ */
5481
+ const LanguageSwitcherDropdown = ALanguageSwitcherDropdown;
5375
5482
  //#endregion
5376
5483
  //#region src/components/utility/AFormSubmit.ts
5377
5484
  const AFormSubmit = defineComponent({
@@ -5402,6 +5509,142 @@ const AFormSubmit = defineComponent({
5402
5509
  }
5403
5510
  });
5404
5511
  //#endregion
5512
+ //#region src/components/utility/AAuthShell.vue?vue&type=script&lang.ts
5513
+ var AAuthShell_vue_vue_type_script_lang_default = defineComponent({ props: { logo: {
5514
+ type: Boolean,
5515
+ default: true
5516
+ } } });
5517
+ //#endregion
5518
+ //#region src/components/utility/AAuthShell.vue
5519
+ const _hoisted_1$43 = { class: "a-auth-shell" };
5520
+ const _hoisted_2$24 = { class: "a-auth-shell-card" };
5521
+ const _hoisted_3$20 = {
5522
+ key: 0,
5523
+ class: "a-auth-shell-logo"
5524
+ };
5525
+ function _sfc_render$78(_ctx, _cache, $props, $setup, $data, $options) {
5526
+ return openBlock(), createElementBlock("div", _hoisted_1$43, [_cache[1] || (_cache[1] = createElementVNode("div", {
5527
+ class: "a-auth-shell-aurora",
5528
+ "aria-hidden": "true"
5529
+ }, null, -1)), createElementVNode("div", _hoisted_2$24, [_ctx.logo ? (openBlock(), createElementBlock("div", _hoisted_3$20, [..._cache[0] || (_cache[0] = [createElementVNode("svg", {
5530
+ viewBox: "0 0 100 100",
5531
+ width: "40",
5532
+ height: "40",
5533
+ "aria-hidden": "true"
5534
+ }, [
5535
+ createElementVNode("rect", {
5536
+ x: "8",
5537
+ y: "8",
5538
+ width: "84",
5539
+ height: "84",
5540
+ rx: "16",
5541
+ fill: "var(--authup-auth-logo-background, #34353a)"
5542
+ }),
5543
+ createElementVNode("circle", {
5544
+ cx: "50",
5545
+ cy: "42",
5546
+ r: "12",
5547
+ fill: "#fff"
5548
+ }),
5549
+ createElementVNode("path", {
5550
+ d: "M 41 44 L 59 44 L 55 68 L 45 68 Z",
5551
+ fill: "#fff"
5552
+ })
5553
+ ], -1)])])) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "default")])]);
5554
+ }
5555
+ var AAuthShell_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AAuthShell_vue_vue_type_script_lang_default, [["render", _sfc_render$78]]);
5556
+ //#endregion
5557
+ //#region src/components/utility/AAuthBackLink.vue?vue&type=script&lang.ts
5558
+ var AAuthBackLink_vue_vue_type_script_lang_default = defineComponent({
5559
+ components: { VCLink },
5560
+ props: { link: { type: Object } },
5561
+ setup() {
5562
+ return { translations: useTranslations([{
5563
+ namespace: TranslatorTranslationNamespace.CLIENT,
5564
+ key: TranslatorTranslationClientKey.BACK_TO_LOGIN
5565
+ }]) };
5566
+ }
5567
+ });
5568
+ //#endregion
5569
+ //#region src/components/utility/AAuthBackLink.vue
5570
+ const _hoisted_1$42 = {
5571
+ key: 0,
5572
+ class: "text-center mt-3"
5573
+ };
5574
+ function _sfc_render$77(_ctx, _cache, $props, $setup, $data, $options) {
5575
+ const _component_VCIcon = resolveComponent("VCIcon");
5576
+ const _component_VCLink = resolveComponent("VCLink");
5577
+ return _ctx.link ? (openBlock(), createElementBlock("div", _hoisted_1$42, [createVNode(_component_VCLink, mergeProps(_ctx.link, { class: "a-auth-back-link" }), {
5578
+ default: withCtx(() => [createVNode(_component_VCIcon, { name: "fa6-solid:chevron-left" }), createTextVNode(" " + toDisplayString(_ctx.translations.backToLogin), 1)]),
5579
+ _: 1
5580
+ }, 16)])) : createCommentVNode("v-if", true);
5581
+ }
5582
+ var AAuthBackLink_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AAuthBackLink_vue_vue_type_script_lang_default, [["render", _sfc_render$77]]);
5583
+ //#endregion
5584
+ //#region src/components/utility/AColorModeSwitcher.vue?vue&type=script&lang.ts
5585
+ var AColorModeSwitcher_vue_vue_type_script_lang_default = defineComponent({
5586
+ props: { dark: {
5587
+ type: Boolean,
5588
+ default: false
5589
+ } },
5590
+ emits: ["update:dark"],
5591
+ setup(props, { emit }) {
5592
+ const translations = useTranslations([{
5593
+ namespace: TranslatorTranslationNamespace.COMMON,
5594
+ key: TranslatorTranslationCommonKey.SWITCH_TO_LIGHT_MODE
5595
+ }, {
5596
+ namespace: TranslatorTranslationNamespace.COMMON,
5597
+ key: TranslatorTranslationCommonKey.SWITCH_TO_DARK_MODE
5598
+ }]);
5599
+ const toggle = () => {
5600
+ emit("update:dark", !props.dark);
5601
+ };
5602
+ return {
5603
+ toggle,
5604
+ translations
5605
+ };
5606
+ }
5607
+ });
5608
+ //#endregion
5609
+ //#region src/components/utility/AColorModeSwitcher.vue
5610
+ const _hoisted_1$41 = ["aria-label", "aria-pressed"];
5611
+ function _sfc_render$76(_ctx, _cache, $props, $setup, $data, $options) {
5612
+ const _component_VCIcon = resolveComponent("VCIcon");
5613
+ return openBlock(), createElementBlock("button", {
5614
+ type: "button",
5615
+ "aria-label": _ctx.dark ? _ctx.translations.switchToLightMode : _ctx.translations.switchToDarkMode,
5616
+ "aria-pressed": _ctx.dark ? "true" : "false",
5617
+ onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.toggle && _ctx.toggle(...args), ["prevent"]))
5618
+ }, [createVNode(_component_VCIcon, { name: _ctx.dark ? "fa6-solid:sun" : "fa6-solid:moon" }, null, 8, ["name"])], 8, _hoisted_1$41);
5619
+ }
5620
+ var AColorModeSwitcher_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AColorModeSwitcher_vue_vue_type_script_lang_default, [["render", _sfc_render$76]]);
5621
+ //#endregion
5622
+ //#region src/components/utility/AAuthGadgets.vue?vue&type=script&lang.ts
5623
+ var AAuthGadgets_vue_vue_type_script_lang_default = defineComponent({
5624
+ components: {
5625
+ AColorModeSwitcher: AColorModeSwitcher_default,
5626
+ ALanguageSwitcherDropdown
5627
+ },
5628
+ props: { dark: {
5629
+ type: Boolean,
5630
+ default: false
5631
+ } },
5632
+ emits: ["update:dark"]
5633
+ });
5634
+ //#endregion
5635
+ //#region src/components/utility/AAuthGadgets.vue
5636
+ const _hoisted_1$40 = { class: "a-auth-gadgets" };
5637
+ function _sfc_render$75(_ctx, _cache, $props, $setup, $data, $options) {
5638
+ const _component_AColorModeSwitcher = resolveComponent("AColorModeSwitcher");
5639
+ const _component_ALanguageSwitcherDropdown = resolveComponent("ALanguageSwitcherDropdown");
5640
+ return openBlock(), createElementBlock("div", _hoisted_1$40, [createVNode(_component_AColorModeSwitcher, {
5641
+ dark: _ctx.dark,
5642
+ class: "a-auth-gadget",
5643
+ "onUpdate:dark": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:dark", $event))
5644
+ }, null, 8, ["dark"]), createVNode(_component_ALanguageSwitcherDropdown, { "link-class-extra": "a-auth-gadget" })]);
5645
+ }
5646
+ var AAuthGadgets_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AAuthGadgets_vue_vue_type_script_lang_default, [["render", _sfc_render$75]]);
5647
+ //#endregion
5405
5648
  //#region src/components/utility/ANameInput.vue?vue&type=script&lang.ts
5406
5649
  /**
5407
5650
  * Name input with an attached "regenerate" button rendered inside the
@@ -5453,8 +5696,8 @@ var ANameInput_vue_vue_type_script_lang_default = defineComponent({
5453
5696
  });
5454
5697
  //#endregion
5455
5698
  //#region src/components/utility/ANameInput.vue
5456
- const _hoisted_1$34 = ["aria-label", "title"];
5457
- function _sfc_render$69(_ctx, _cache, $props, $setup, $data, $options) {
5699
+ const _hoisted_1$39 = ["aria-label", "title"];
5700
+ function _sfc_render$74(_ctx, _cache, $props, $setup, $data, $options) {
5458
5701
  const _component_VCIcon = resolveComponent("VCIcon");
5459
5702
  const _component_VCFormInput = resolveComponent("VCFormInput");
5460
5703
  return openBlock(), createBlock(_component_VCFormInput, {
@@ -5473,7 +5716,7 @@ function _sfc_render$69(_ctx, _cache, $props, $setup, $data, $options) {
5473
5716
  }, [createVNode(_component_VCIcon, {
5474
5717
  "aria-hidden": "true",
5475
5718
  name: "fa6-solid:arrows-rotate"
5476
- })], 10, _hoisted_1$34)]),
5719
+ })], 10, _hoisted_1$39)]),
5477
5720
  key: "0"
5478
5721
  } : void 0]), 1032, [
5479
5722
  "model-value",
@@ -5482,7 +5725,7 @@ function _sfc_render$69(_ctx, _cache, $props, $setup, $data, $options) {
5482
5725
  "onUpdate:modelValue"
5483
5726
  ]);
5484
5727
  }
5485
- var ANameInput_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ANameInput_vue_vue_type_script_lang_default, [["render", _sfc_render$69]]);
5728
+ var ANameInput_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ANameInput_vue_vue_type_script_lang_default, [["render", _sfc_render$74]]);
5486
5729
  //#endregion
5487
5730
  //#region src/components/utility/ASecretInput.vue?vue&type=script&lang.ts
5488
5731
  /**
@@ -5540,8 +5783,8 @@ var ASecretInput_vue_vue_type_script_lang_default = defineComponent({
5540
5783
  });
5541
5784
  //#endregion
5542
5785
  //#region src/components/utility/ASecretInput.vue
5543
- const _hoisted_1$33 = ["aria-label", "title"];
5544
- function _sfc_render$68(_ctx, _cache, $props, $setup, $data, $options) {
5786
+ const _hoisted_1$38 = ["aria-label", "title"];
5787
+ function _sfc_render$73(_ctx, _cache, $props, $setup, $data, $options) {
5545
5788
  const _component_VCIcon = resolveComponent("VCIcon");
5546
5789
  const _component_VCFormInput = resolveComponent("VCFormInput");
5547
5790
  return openBlock(), createBlock(_component_VCFormInput, {
@@ -5560,7 +5803,7 @@ function _sfc_render$68(_ctx, _cache, $props, $setup, $data, $options) {
5560
5803
  }, [createVNode(_component_VCIcon, {
5561
5804
  "aria-hidden": "true",
5562
5805
  name: "fa6-solid:arrows-rotate"
5563
- })], 10, _hoisted_1$33)]),
5806
+ })], 10, _hoisted_1$38)]),
5564
5807
  key: "0"
5565
5808
  } : void 0]), 1032, [
5566
5809
  "model-value",
@@ -5569,7 +5812,7 @@ function _sfc_render$68(_ctx, _cache, $props, $setup, $data, $options) {
5569
5812
  "onUpdate:modelValue"
5570
5813
  ]);
5571
5814
  }
5572
- var ASecretInput_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ASecretInput_vue_vue_type_script_lang_default, [["render", _sfc_render$68]]);
5815
+ var ASecretInput_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ASecretInput_vue_vue_type_script_lang_default, [["render", _sfc_render$73]]);
5573
5816
  //#endregion
5574
5817
  //#region src/components/utility/AToggleButton.vue?vue&type=script&lang.ts
5575
5818
  /**
@@ -5611,13 +5854,13 @@ var AToggleButton_vue_vue_type_script_lang_default = defineComponent({
5611
5854
  });
5612
5855
  //#endregion
5613
5856
  //#region src/components/utility/AToggleButton.vue
5614
- const _hoisted_1$32 = [
5857
+ const _hoisted_1$37 = [
5615
5858
  "aria-label",
5616
5859
  "aria-busy",
5617
5860
  "aria-pressed",
5618
5861
  "disabled"
5619
5862
  ];
5620
- function _sfc_render$67(_ctx, _cache, $props, $setup, $data, $options) {
5863
+ function _sfc_render$72(_ctx, _cache, $props, $setup, $data, $options) {
5621
5864
  const _component_VCIcon = resolveComponent("VCIcon");
5622
5865
  return openBlock(), createElementBlock("button", {
5623
5866
  type: "button",
@@ -5634,9 +5877,9 @@ function _sfc_render$67(_ctx, _cache, $props, $setup, $data, $options) {
5634
5877
  }, [createVNode(_component_VCIcon, {
5635
5878
  "aria-hidden": "true",
5636
5879
  name: _ctx.isBusy ? "fa6-solid:question" : _ctx.value ? "fa6-solid:minus" : "fa6-solid:plus"
5637
- }, null, 8, ["name"])], 10, _hoisted_1$32);
5880
+ }, null, 8, ["name"])], 10, _hoisted_1$37);
5638
5881
  }
5639
- var AToggleButton_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AToggleButton_vue_vue_type_script_lang_default, [["render", _sfc_render$67]]);
5882
+ var AToggleButton_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AToggleButton_vue_vue_type_script_lang_default, [["render", _sfc_render$72]]);
5640
5883
  //#endregion
5641
5884
  //#region src/components/entities/client/AClient.ts
5642
5885
  const AClient = defineComponent({
@@ -5784,7 +6027,7 @@ var ARealmForm_vue_vue_type_script_lang_default = defineComponent({
5784
6027
  });
5785
6028
  //#endregion
5786
6029
  //#region src/components/entities/realm/ARealmForm.vue
5787
- function _sfc_render$66(_ctx, _cache, $props, $setup, $data, $options) {
6030
+ function _sfc_render$71(_ctx, _cache, $props, $setup, $data, $options) {
5788
6031
  const _component_ANameInput = resolveComponent("ANameInput");
5789
6032
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
5790
6033
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -5848,7 +6091,149 @@ function _sfc_render$66(_ctx, _cache, $props, $setup, $data, $options) {
5848
6091
  ])
5849
6092
  ], 32);
5850
6093
  }
5851
- var ARealmForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARealmForm_vue_vue_type_script_lang_default, [["render", _sfc_render$66]]);
6094
+ var ARealmForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARealmForm_vue_vue_type_script_lang_default, [["render", _sfc_render$71]]);
6095
+ //#endregion
6096
+ //#region src/components/entities/realm/ARealmGrid.vue?vue&type=script&lang.ts
6097
+ var ARealmGrid_vue_vue_type_script_lang_default = defineComponent({
6098
+ props: {
6099
+ autoSelectSingle: {
6100
+ type: Boolean,
6101
+ default: true
6102
+ },
6103
+ searchThreshold: {
6104
+ type: Number,
6105
+ default: 8
6106
+ }
6107
+ },
6108
+ emits: ["select"],
6109
+ setup(props, { emit }) {
6110
+ const client = injectHTTPClient();
6111
+ const translations = useTranslations([{
6112
+ namespace: TranslatorTranslationNamespace.COMMON,
6113
+ key: TranslatorTranslationCommonKey.SEARCH
6114
+ }, {
6115
+ namespace: TranslatorTranslationNamespace.COMMON,
6116
+ key: TranslatorTranslationCommonKey.NO_RESULTS
6117
+ }]);
6118
+ const items = ref([]);
6119
+ const busy = ref(false);
6120
+ const loaded = ref(false);
6121
+ const error = ref(null);
6122
+ const search = ref("");
6123
+ const redirecting = ref(false);
6124
+ const load = async () => {
6125
+ if (busy.value) return;
6126
+ busy.value = true;
6127
+ error.value = null;
6128
+ try {
6129
+ items.value = (await client.realm.getMany({
6130
+ sort: { name: "ASC" },
6131
+ pagination: { limit: 100 }
6132
+ })).data;
6133
+ if (props.autoSelectSingle && items.value.length === 1) {
6134
+ redirecting.value = true;
6135
+ emit("select", items.value[0]);
6136
+ }
6137
+ } catch (e) {
6138
+ error.value = e instanceof Error ? e.message : "The realms could not be loaded.";
6139
+ } finally {
6140
+ busy.value = false;
6141
+ loaded.value = true;
6142
+ }
6143
+ };
6144
+ onMounted(() => load());
6145
+ const showSearch = computed(() => items.value.length > props.searchThreshold);
6146
+ const filtered = computed(() => {
6147
+ const term = search.value.trim().toLowerCase();
6148
+ if (!term) return items.value;
6149
+ return items.value.filter((realm) => {
6150
+ return `${realm.display_name || ""} ${realm.name || ""}`.toLowerCase().includes(term);
6151
+ });
6152
+ });
6153
+ const labelFor = (realm) => realm.display_name || realm.name;
6154
+ const slugFor = (realm) => realm.display_name && realm.display_name !== realm.name ? realm.name : null;
6155
+ const handleSelect = (realm) => {
6156
+ emit("select", realm);
6157
+ };
6158
+ const reset = () => {
6159
+ redirecting.value = false;
6160
+ };
6161
+ return {
6162
+ items,
6163
+ busy,
6164
+ loaded,
6165
+ error,
6166
+ search,
6167
+ redirecting,
6168
+ showSearch,
6169
+ filtered,
6170
+ translations,
6171
+ labelFor,
6172
+ slugFor,
6173
+ handleSelect,
6174
+ reset
6175
+ };
6176
+ }
6177
+ });
6178
+ //#endregion
6179
+ //#region src/components/entities/realm/ARealmGrid.vue
6180
+ const _hoisted_1$36 = { class: "a-realm-select" };
6181
+ const _hoisted_2$23 = {
6182
+ key: 0,
6183
+ class: "alert alert-danger a-realm-select-alert"
6184
+ };
6185
+ const _hoisted_3$19 = {
6186
+ key: 1,
6187
+ class: "a-realm-grid",
6188
+ "aria-hidden": "true"
6189
+ };
6190
+ const _hoisted_4$17 = {
6191
+ key: 0,
6192
+ class: "a-realm-search"
6193
+ };
6194
+ const _hoisted_5$12 = ["placeholder"];
6195
+ const _hoisted_6$10 = {
6196
+ key: 1,
6197
+ class: "a-realm-empty"
6198
+ };
6199
+ const _hoisted_7$6 = {
6200
+ key: 2,
6201
+ class: "a-realm-grid"
6202
+ };
6203
+ const _hoisted_8$3 = ["onClick"];
6204
+ const _hoisted_9$1 = { class: "a-realm-grid-item-name" };
6205
+ const _hoisted_10$1 = {
6206
+ key: 0,
6207
+ class: "a-realm-grid-item-slug"
6208
+ };
6209
+ function _sfc_render$70(_ctx, _cache, $props, $setup, $data, $options) {
6210
+ const _component_VCIcon = resolveComponent("VCIcon");
6211
+ return openBlock(), createElementBlock("div", _hoisted_1$36, [_ctx.error ? (openBlock(), createElementBlock("div", _hoisted_2$23, toDisplayString(_ctx.error), 1)) : createCommentVNode("v-if", true), !_ctx.loaded || _ctx.busy || _ctx.redirecting ? (openBlock(), createElementBlock("div", _hoisted_3$19, [(openBlock(), createElementBlock(Fragment, null, renderList(6, (n) => {
6212
+ return createElementVNode("div", {
6213
+ key: n,
6214
+ class: "a-realm-grid-item a-realm-grid-item--skeleton"
6215
+ });
6216
+ }), 64))])) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [_ctx.showSearch ? (openBlock(), createElementBlock("div", _hoisted_4$17, [createVNode(_component_VCIcon, {
6217
+ name: "fa6-solid:magnifying-glass",
6218
+ class: "a-realm-search-icon"
6219
+ }), withDirectives(createElementVNode("input", {
6220
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.search = $event),
6221
+ type: "text",
6222
+ class: "a-realm-search-input",
6223
+ placeholder: _ctx.translations.search
6224
+ }, null, 8, _hoisted_5$12), [[vModelText, _ctx.search]])])) : createCommentVNode("v-if", true), _ctx.filtered.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_6$10, [createVNode(_component_VCIcon, {
6225
+ name: "fa6-solid:folder-open",
6226
+ class: "a-realm-empty-icon"
6227
+ }), createElementVNode("span", null, toDisplayString(_ctx.translations.noResults), 1)])) : (openBlock(), createElementBlock("div", _hoisted_7$6, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.filtered, (realm) => {
6228
+ return openBlock(), createElementBlock("button", {
6229
+ key: realm.id,
6230
+ type: "button",
6231
+ class: "a-realm-grid-item",
6232
+ onClick: withModifiers(($event) => _ctx.handleSelect(realm), ["prevent"])
6233
+ }, [createElementVNode("span", _hoisted_9$1, toDisplayString(_ctx.labelFor(realm)), 1), _ctx.slugFor(realm) ? (openBlock(), createElementBlock("span", _hoisted_10$1, toDisplayString(_ctx.slugFor(realm)), 1)) : createCommentVNode("v-if", true)], 8, _hoisted_8$3);
6234
+ }), 128))]))], 64))]);
6235
+ }
6236
+ var ARealmGrid_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARealmGrid_vue_vue_type_script_lang_default, [["render", _sfc_render$70]]);
5852
6237
  //#endregion
5853
6238
  //#region src/components/entities/realm/ARealms.ts
5854
6239
  const ARealms = defineComponent({
@@ -6026,18 +6411,18 @@ var AClientForm_vue_vue_type_script_lang_default = defineComponent({
6026
6411
  });
6027
6412
  //#endregion
6028
6413
  //#region src/components/entities/client/AClientForm.vue
6029
- const _hoisted_1$31 = { class: "row" };
6030
- const _hoisted_2$18 = { class: "col" };
6031
- const _hoisted_3$14 = {
6414
+ const _hoisted_1$35 = { class: "row" };
6415
+ const _hoisted_2$22 = { class: "col" };
6416
+ const _hoisted_3$18 = {
6032
6417
  key: 0,
6033
6418
  class: "text-error-600 font-bold"
6034
6419
  };
6035
- const _hoisted_4$12 = { class: "row" };
6420
+ const _hoisted_4$16 = { class: "row" };
6036
6421
  const _hoisted_5$11 = { class: "col" };
6037
6422
  const _hoisted_6$9 = { class: "col" };
6038
- const _hoisted_7$4 = { class: "col" };
6423
+ const _hoisted_7$5 = { class: "col" };
6039
6424
  const _hoisted_8$2 = { class: "col" };
6040
- function _sfc_render$65(_ctx, _cache, $props, $setup, $data, $options) {
6425
+ function _sfc_render$69(_ctx, _cache, $props, $setup, $data, $options) {
6041
6426
  const _component_VCFormInput = resolveComponent("VCFormInput");
6042
6427
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
6043
6428
  const _component_ANameInput = resolveComponent("ANameInput");
@@ -6049,7 +6434,7 @@ function _sfc_render$65(_ctx, _cache, $props, $setup, $data, $options) {
6049
6434
  const _component_AFormInputList = resolveComponent("AFormInputList");
6050
6435
  const _component_VCFormTextarea = resolveComponent("VCFormTextarea");
6051
6436
  const _component_AFormSubmit = resolveComponent("AFormSubmit");
6052
- return openBlock(), createElementBlock("div", _hoisted_1$31, [createElementVNode("div", _hoisted_2$18, [
6437
+ return openBlock(), createElementBlock("div", _hoisted_1$35, [createElementVNode("div", _hoisted_2$22, [
6053
6438
  _ctx.data ? (openBlock(), createBlock(_component_VCFormGroup, { key: 0 }, {
6054
6439
  label: withCtx(() => [..._cache[1] || (_cache[1] = [createTextVNode(" ID ", -1)])]),
6055
6440
  default: withCtx(() => [createVNode(_component_VCFormInput, {
@@ -6095,7 +6480,7 @@ function _sfc_render$65(_ctx, _cache, $props, $setup, $data, $options) {
6095
6480
  }, 8, ["field"]),
6096
6481
  createVNode(_component_IFieldValidation, { field: _ctx.v.fields.secret }, {
6097
6482
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
6098
- label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.secret) + " ", 1), _ctx.isSecretHashed ? (openBlock(), createElementBlock("span", _hoisted_3$14, [createVNode(_component_VCIcon, { name: "fa6-solid:triangle-exclamation" })])) : createCommentVNode("v-if", true)]),
6483
+ label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.secret) + " ", 1), _ctx.isSecretHashed ? (openBlock(), createElementBlock("span", _hoisted_3$18, [createVNode(_component_VCIcon, { name: "fa6-solid:triangle-exclamation" })])) : createCommentVNode("v-if", true)]),
6099
6484
  default: withCtx(() => [createVNode(_component_ASecretInput, {
6100
6485
  "model-value": _ctx.v.fields.secret.$model.value ?? "",
6101
6486
  disabled: !_ctx.v.fields.is_confidential.$model.value,
@@ -6111,7 +6496,7 @@ function _sfc_render$65(_ctx, _cache, $props, $setup, $data, $options) {
6111
6496
  }, 1032, ["validation"])]),
6112
6497
  _: 1
6113
6498
  }, 8, ["field"]),
6114
- createElementVNode("div", _hoisted_4$12, [
6499
+ createElementVNode("div", _hoisted_4$16, [
6115
6500
  createElementVNode("div", _hoisted_5$11, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.is_confidential }, {
6116
6501
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
6117
6502
  default: withCtx(() => [createVNode(_component_VCFormSwitch, {
@@ -6144,7 +6529,7 @@ function _sfc_render$65(_ctx, _cache, $props, $setup, $data, $options) {
6144
6529
  }, 1032, ["validation"])]),
6145
6530
  _: 1
6146
6531
  }, 8, ["field"])]),
6147
- createElementVNode("div", _hoisted_7$4, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.active }, {
6532
+ createElementVNode("div", _hoisted_7$5, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.active }, {
6148
6533
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
6149
6534
  default: withCtx(() => [createVNode(_component_VCFormSwitch, {
6150
6535
  modelValue: _ctx.v.fields.active.$model.value,
@@ -6220,7 +6605,7 @@ function _sfc_render$65(_ctx, _cache, $props, $setup, $data, $options) {
6220
6605
  ])])
6221
6606
  ])]);
6222
6607
  }
6223
- var AClientForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientForm_vue_vue_type_script_lang_default, [["render", _sfc_render$65]]);
6608
+ var AClientForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientForm_vue_vue_type_script_lang_default, [["render", _sfc_render$69]]);
6224
6609
  //#endregion
6225
6610
  //#region src/components/entities/client/AClients.ts
6226
6611
  const AClients = defineComponent({
@@ -6419,8 +6804,8 @@ var APermissionForm_vue_vue_type_script_lang_default = defineComponent({
6419
6804
  });
6420
6805
  //#endregion
6421
6806
  //#region src/components/entities/permission/APermissionForm.vue
6422
- const _hoisted_1$30 = { class: "alert alert-sm alert-info mt-1 mb-0" };
6423
- function _sfc_render$64(_ctx, _cache, $props, $setup, $data, $options) {
6807
+ const _hoisted_1$34 = { class: "alert alert-sm alert-info mt-1 mb-0" };
6808
+ function _sfc_render$68(_ctx, _cache, $props, $setup, $data, $options) {
6424
6809
  const _component_ANameInput = resolveComponent("ANameInput");
6425
6810
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
6426
6811
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -6485,7 +6870,7 @@ function _sfc_render$64(_ctx, _cache, $props, $setup, $data, $options) {
6485
6870
  "modelValue",
6486
6871
  "onUpdate:modelValue",
6487
6872
  "options"
6488
- ]), createElementVNode("div", _hoisted_1$30, toDisplayString(_ctx.decisionStrategyHint), 1)]),
6873
+ ]), createElementVNode("div", _hoisted_1$34, toDisplayString(_ctx.decisionStrategyHint), 1)]),
6489
6874
  _: 2
6490
6875
  }, 1032, ["validation"])]),
6491
6876
  _: 1
@@ -6520,7 +6905,7 @@ function _sfc_render$64(_ctx, _cache, $props, $setup, $data, $options) {
6520
6905
  ])
6521
6906
  ], 32);
6522
6907
  }
6523
- var APermissionForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionForm_vue_vue_type_script_lang_default, [["render", _sfc_render$64]]);
6908
+ var APermissionForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionForm_vue_vue_type_script_lang_default, [["render", _sfc_render$68]]);
6524
6909
  //#endregion
6525
6910
  //#region src/components/entities/permission/APermissions.ts
6526
6911
  const APermissions = defineComponent({
@@ -6594,11 +6979,11 @@ var APolicyTypeBadge_vue_vue_type_script_lang_default = defineComponent({
6594
6979
  });
6595
6980
  //#endregion
6596
6981
  //#region src/components/entities/policy/APolicyTypeBadge.vue
6597
- const _hoisted_1$29 = { class: "badge bg-info-500" };
6598
- function _sfc_render$63(_ctx, _cache, $props, $setup, $data, $options) {
6599
- return openBlock(), createElementBlock("span", _hoisted_1$29, toDisplayString(_ctx.typeLabels[_ctx.type] || _ctx.type), 1);
6982
+ const _hoisted_1$33 = { class: "badge bg-info-500" };
6983
+ function _sfc_render$67(_ctx, _cache, $props, $setup, $data, $options) {
6984
+ return openBlock(), createElementBlock("span", _hoisted_1$33, toDisplayString(_ctx.typeLabels[_ctx.type] || _ctx.type), 1);
6600
6985
  }
6601
- var APolicyTypeBadge_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicyTypeBadge_vue_vue_type_script_lang_default, [["render", _sfc_render$63]]);
6986
+ var APolicyTypeBadge_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicyTypeBadge_vue_vue_type_script_lang_default, [["render", _sfc_render$67]]);
6602
6987
  //#endregion
6603
6988
  //#region src/components/entities/policy/APolicyDetailNav.vue?vue&type=script&lang.ts
6604
6989
  var APolicyDetailNav_vue_vue_type_script_lang_default = defineComponent({
@@ -6624,8 +7009,8 @@ var APolicyDetailNav_vue_vue_type_script_lang_default = defineComponent({
6624
7009
  });
6625
7010
  //#endregion
6626
7011
  //#region src/components/entities/policy/APolicyDetailNav.vue
6627
- const _hoisted_1$28 = ["title", "aria-label"];
6628
- function _sfc_render$62(_ctx, _cache, $props, $setup, $data, $options) {
7012
+ const _hoisted_1$32 = ["title", "aria-label"];
7013
+ function _sfc_render$66(_ctx, _cache, $props, $setup, $data, $options) {
6629
7014
  const _component_VCIcon = resolveComponent("VCIcon");
6630
7015
  return openBlock(), createElementBlock("button", {
6631
7016
  type: "button",
@@ -6633,9 +7018,9 @@ function _sfc_render$62(_ctx, _cache, $props, $setup, $data, $options) {
6633
7018
  title: _ctx.viewPolicyDetails,
6634
7019
  "aria-label": _ctx.viewPolicyDetails,
6635
7020
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleClick && _ctx.handleClick(...args))
6636
- }, [createVNode(_component_VCIcon, { name: "fa6-solid:eye" })], 8, _hoisted_1$28);
7021
+ }, [createVNode(_component_VCIcon, { name: "fa6-solid:eye" })], 8, _hoisted_1$32);
6637
7022
  }
6638
- var APolicyDetailNav_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicyDetailNav_vue_vue_type_script_lang_default, [["render", _sfc_render$62]]);
7023
+ var APolicyDetailNav_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicyDetailNav_vue_vue_type_script_lang_default, [["render", _sfc_render$66]]);
6639
7024
  //#endregion
6640
7025
  //#region src/components/entities/policy/APolicyInlineInfo.vue?vue&type=script&lang.ts
6641
7026
  var APolicyInlineInfo_vue_vue_type_script_lang_default = defineComponent({
@@ -6657,23 +7042,23 @@ var APolicyInlineInfo_vue_vue_type_script_lang_default = defineComponent({
6657
7042
  });
6658
7043
  //#endregion
6659
7044
  //#region src/components/entities/policy/APolicyInlineInfo.vue
6660
- const _hoisted_1$27 = {
7045
+ const _hoisted_1$31 = {
6661
7046
  key: 0,
6662
7047
  class: "badge bg-warning-500"
6663
7048
  };
6664
- function _sfc_render$61(_ctx, _cache, $props, $setup, $data, $options) {
7049
+ function _sfc_render$65(_ctx, _cache, $props, $setup, $data, $options) {
6665
7050
  const _component_APolicyTypeBadge = resolveComponent("APolicyTypeBadge");
6666
7051
  const _component_APolicyDetailNav = resolveComponent("APolicyDetailNav");
6667
7052
  return openBlock(), createElementBlock(Fragment, null, [
6668
7053
  createVNode(_component_APolicyTypeBadge, { type: _ctx.entity.type }, null, 8, ["type"]),
6669
- _ctx.entity.invert ? (openBlock(), createElementBlock("span", _hoisted_1$27, "Inverted")) : createCommentVNode("v-if", true),
7054
+ _ctx.entity.invert ? (openBlock(), createElementBlock("span", _hoisted_1$31, "Inverted")) : createCommentVNode("v-if", true),
6670
7055
  createVNode(_component_APolicyDetailNav, {
6671
7056
  "policy-id": _ctx.entity.id,
6672
7057
  onClick: _ctx.handleDetail
6673
7058
  }, null, 8, ["policy-id", "onClick"])
6674
7059
  ], 64);
6675
7060
  }
6676
- var APolicyInlineInfo_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicyInlineInfo_vue_vue_type_script_lang_default, [["render", _sfc_render$61]]);
7061
+ var APolicyInlineInfo_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicyInlineInfo_vue_vue_type_script_lang_default, [["render", _sfc_render$65]]);
6677
7062
  //#endregion
6678
7063
  //#region src/components/entities/policy/APolicySummary.vue?vue&type=script&lang.ts
6679
7064
  var APolicySummary_vue_vue_type_script_lang_default = defineComponent({
@@ -6685,13 +7070,13 @@ var APolicySummary_vue_vue_type_script_lang_default = defineComponent({
6685
7070
  });
6686
7071
  //#endregion
6687
7072
  //#region src/components/entities/policy/APolicySummary.vue
6688
- const _hoisted_1$26 = { class: "flex flex-row gap-2 mb-2" };
6689
- const _hoisted_2$17 = { class: "flex flex-row gap-2 mb-2" };
6690
- const _hoisted_3$13 = {
7073
+ const _hoisted_1$30 = { class: "flex flex-row gap-2 mb-2" };
7074
+ const _hoisted_2$21 = { class: "flex flex-row gap-2 mb-2" };
7075
+ const _hoisted_3$17 = {
6691
7076
  key: 0,
6692
7077
  class: "flex flex-row gap-2 mb-2"
6693
7078
  };
6694
- const _hoisted_4$11 = {
7079
+ const _hoisted_4$15 = {
6695
7080
  key: 1,
6696
7081
  class: "flex flex-row gap-2 mb-2"
6697
7082
  };
@@ -6703,18 +7088,18 @@ const _hoisted_6$8 = {
6703
7088
  key: 3,
6704
7089
  class: "flex flex-row gap-2 mb-2"
6705
7090
  };
6706
- function _sfc_render$60(_ctx, _cache, $props, $setup, $data, $options) {
7091
+ function _sfc_render$64(_ctx, _cache, $props, $setup, $data, $options) {
6707
7092
  const _component_APolicyTypeBadge = resolveComponent("APolicyTypeBadge");
6708
7093
  return openBlock(), createElementBlock("div", null, [
6709
- createElementVNode("div", _hoisted_1$26, [_cache[0] || (_cache[0] = createElementVNode("strong", { style: { "min-width": "120px" } }, "Name", -1)), createElementVNode("div", null, toDisplayString(_ctx.entity.name), 1)]),
6710
- createElementVNode("div", _hoisted_2$17, [_cache[1] || (_cache[1] = createElementVNode("strong", { style: { "min-width": "120px" } }, "Type", -1)), createElementVNode("div", null, [createVNode(_component_APolicyTypeBadge, { type: _ctx.entity.type }, null, 8, ["type"])])]),
6711
- _ctx.entity.display_name ? (openBlock(), createElementBlock("div", _hoisted_3$13, [_cache[2] || (_cache[2] = createElementVNode("strong", { style: { "min-width": "120px" } }, "Display Name", -1)), createElementVNode("div", null, toDisplayString(_ctx.entity.display_name), 1)])) : createCommentVNode("v-if", true),
6712
- _ctx.entity.description ? (openBlock(), createElementBlock("div", _hoisted_4$11, [_cache[3] || (_cache[3] = createElementVNode("strong", { style: { "min-width": "120px" } }, "Description", -1)), createElementVNode("div", null, toDisplayString(_ctx.entity.description), 1)])) : createCommentVNode("v-if", true),
7094
+ createElementVNode("div", _hoisted_1$30, [_cache[0] || (_cache[0] = createElementVNode("strong", { style: { "min-width": "120px" } }, "Name", -1)), createElementVNode("div", null, toDisplayString(_ctx.entity.name), 1)]),
7095
+ createElementVNode("div", _hoisted_2$21, [_cache[1] || (_cache[1] = createElementVNode("strong", { style: { "min-width": "120px" } }, "Type", -1)), createElementVNode("div", null, [createVNode(_component_APolicyTypeBadge, { type: _ctx.entity.type }, null, 8, ["type"])])]),
7096
+ _ctx.entity.display_name ? (openBlock(), createElementBlock("div", _hoisted_3$17, [_cache[2] || (_cache[2] = createElementVNode("strong", { style: { "min-width": "120px" } }, "Display Name", -1)), createElementVNode("div", null, toDisplayString(_ctx.entity.display_name), 1)])) : createCommentVNode("v-if", true),
7097
+ _ctx.entity.description ? (openBlock(), createElementBlock("div", _hoisted_4$15, [_cache[3] || (_cache[3] = createElementVNode("strong", { style: { "min-width": "120px" } }, "Description", -1)), createElementVNode("div", null, toDisplayString(_ctx.entity.description), 1)])) : createCommentVNode("v-if", true),
6713
7098
  _ctx.entity.invert ? (openBlock(), createElementBlock("div", _hoisted_5$10, [..._cache[4] || (_cache[4] = [createElementVNode("strong", { style: { "min-width": "120px" } }, "Invert", -1), createElementVNode("div", null, [createElementVNode("span", { class: "badge bg-warning-500" }, "Yes")], -1)])])) : createCommentVNode("v-if", true),
6714
7099
  _ctx.entity.built_in ? (openBlock(), createElementBlock("div", _hoisted_6$8, [..._cache[5] || (_cache[5] = [createElementVNode("strong", { style: { "min-width": "120px" } }, "Built-in", -1), createElementVNode("div", null, [createElementVNode("span", { class: "badge bg-bg-elevated" }, "Yes")], -1)])])) : createCommentVNode("v-if", true)
6715
7100
  ]);
6716
7101
  }
6717
- var APolicySummary_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicySummary_vue_vue_type_script_lang_default, [["render", _sfc_render$60]]);
7102
+ var APolicySummary_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicySummary_vue_vue_type_script_lang_default, [["render", _sfc_render$64]]);
6718
7103
  //#endregion
6719
7104
  //#region src/components/entities/permission-policy-binding/APermissionPolicyBindingButton.ts
6720
7105
  const APermissionPolicyBindingButton = defineComponent({
@@ -6936,11 +7321,11 @@ var AClientPermissionAssignment_vue_vue_type_script_lang_default = defineCompone
6936
7321
  });
6937
7322
  //#endregion
6938
7323
  //#region src/components/entities/client-permission/AClientPermissionAssignment.vue
6939
- const _hoisted_1$25 = { class: "flex gap-1" };
6940
- function _sfc_render$59(_ctx, _cache, $props, $setup, $data, $options) {
7324
+ const _hoisted_1$29 = { class: "flex gap-1" };
7325
+ function _sfc_render$63(_ctx, _cache, $props, $setup, $data, $options) {
6941
7326
  const _component_AToggleButton = resolveComponent("AToggleButton");
6942
7327
  const _component_APermissionPolicyBindingButton = resolveComponent("APermissionPolicyBindingButton");
6943
- return openBlock(), createElementBlock("span", _hoisted_1$25, [createVNode(_component_AToggleButton, {
7328
+ return openBlock(), createElementBlock("span", _hoisted_1$29, [createVNode(_component_AToggleButton, {
6944
7329
  value: !!_ctx.manager.data.value,
6945
7330
  "is-busy": _ctx.manager.busy.value,
6946
7331
  onChanged: _ctx.handleChanged
@@ -6959,7 +7344,7 @@ function _sfc_render$59(_ctx, _cache, $props, $setup, $data, $options) {
6959
7344
  "onUpdated"
6960
7345
  ])) : createCommentVNode("v-if", true)]);
6961
7346
  }
6962
- var AClientPermissionAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientPermissionAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$59]]);
7347
+ var AClientPermissionAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientPermissionAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$63]]);
6963
7348
  //#endregion
6964
7349
  //#region src/components/entities/client-permission/AClientPermissionAssignments.vue?vue&type=script&lang.ts
6965
7350
  var AClientPermissionAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -6977,7 +7362,7 @@ var AClientPermissionAssignments_vue_vue_type_script_lang_default = defineCompon
6977
7362
  });
6978
7363
  //#endregion
6979
7364
  //#region src/components/entities/client-permission/AClientPermissionAssignments.vue
6980
- function _sfc_render$58(_ctx, _cache, $props, $setup, $data, $options) {
7365
+ function _sfc_render$62(_ctx, _cache, $props, $setup, $data, $options) {
6981
7366
  const _component_AClientPermissionAssignment = resolveComponent("AClientPermissionAssignment");
6982
7367
  const _component_APermissions = resolveComponent("APermissions");
6983
7368
  return openBlock(), createBlock(_component_APermissions, null, createSlots({
@@ -6994,7 +7379,7 @@ function _sfc_render$58(_ctx, _cache, $props, $setup, $data, $options) {
6994
7379
  };
6995
7380
  })]), 1024);
6996
7381
  }
6997
- var AClientPermissionAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientPermissionAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$58]]);
7382
+ var AClientPermissionAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientPermissionAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$62]]);
6998
7383
  //#endregion
6999
7384
  //#region src/components/entities/role/ARoleForm.vue?vue&type=script&lang.ts
7000
7385
  var ARoleForm_vue_vue_type_script_lang_default = defineComponent({
@@ -7079,7 +7464,7 @@ var ARoleForm_vue_vue_type_script_lang_default = defineComponent({
7079
7464
  });
7080
7465
  //#endregion
7081
7466
  //#region src/components/entities/role/ARoleForm.vue
7082
- function _sfc_render$57(_ctx, _cache, $props, $setup, $data, $options) {
7467
+ function _sfc_render$61(_ctx, _cache, $props, $setup, $data, $options) {
7083
7468
  const _component_ANameInput = resolveComponent("ANameInput");
7084
7469
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
7085
7470
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -7155,7 +7540,7 @@ function _sfc_render$57(_ctx, _cache, $props, $setup, $data, $options) {
7155
7540
  ])
7156
7541
  ], 32);
7157
7542
  }
7158
- var ARoleForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARoleForm_vue_vue_type_script_lang_default, [["render", _sfc_render$57]]);
7543
+ var ARoleForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARoleForm_vue_vue_type_script_lang_default, [["render", _sfc_render$61]]);
7159
7544
  //#endregion
7160
7545
  //#region src/components/entities/role/ARoles.ts
7161
7546
  const ARoles = defineComponent({
@@ -7247,7 +7632,7 @@ var AClientRoleAssignment_vue_vue_type_script_lang_default = defineComponent({
7247
7632
  });
7248
7633
  //#endregion
7249
7634
  //#region src/components/entities/client-role/AClientRoleAssignment.vue
7250
- function _sfc_render$56(_ctx, _cache, $props, $setup, $data, $options) {
7635
+ function _sfc_render$60(_ctx, _cache, $props, $setup, $data, $options) {
7251
7636
  const _component_AToggleButton = resolveComponent("AToggleButton");
7252
7637
  return openBlock(), createBlock(_component_AToggleButton, {
7253
7638
  value: !!_ctx.manager.data.value,
@@ -7259,7 +7644,7 @@ function _sfc_render$56(_ctx, _cache, $props, $setup, $data, $options) {
7259
7644
  "onChanged"
7260
7645
  ]);
7261
7646
  }
7262
- var AClientRoleAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientRoleAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$56]]);
7647
+ var AClientRoleAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientRoleAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$60]]);
7263
7648
  //#endregion
7264
7649
  //#region src/components/entities/client-role/AClientRoleAssignments.vue?vue&type=script&lang.ts
7265
7650
  var AClientRoleAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -7283,7 +7668,7 @@ var AClientRoleAssignments_vue_vue_type_script_lang_default = defineComponent({
7283
7668
  });
7284
7669
  //#endregion
7285
7670
  //#region src/components/entities/client-role/AClientRoleAssignments.vue
7286
- function _sfc_render$55(_ctx, _cache, $props, $setup, $data, $options) {
7671
+ function _sfc_render$59(_ctx, _cache, $props, $setup, $data, $options) {
7287
7672
  const _component_AClientRoleAssignment = resolveComponent("AClientRoleAssignment");
7288
7673
  const _component_ARoles = resolveComponent("ARoles");
7289
7674
  return openBlock(), createBlock(_component_ARoles, { query: _ctx.query }, createSlots({
@@ -7300,7 +7685,7 @@ function _sfc_render$55(_ctx, _cache, $props, $setup, $data, $options) {
7300
7685
  };
7301
7686
  })]), 1032, ["query"]);
7302
7687
  }
7303
- var AClientRoleAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientRoleAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$55]]);
7688
+ var AClientRoleAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientRoleAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$59]]);
7304
7689
  //#endregion
7305
7690
  //#region src/components/entities/client-scope/AClientScope.ts
7306
7691
  const AClientScope = defineComponent({
@@ -7438,7 +7823,7 @@ var AScopeForm_vue_vue_type_script_lang_default = defineComponent({
7438
7823
  });
7439
7824
  //#endregion
7440
7825
  //#region src/components/entities/scope/AScopeForm.vue
7441
- function _sfc_render$54(_ctx, _cache, $props, $setup, $data, $options) {
7826
+ function _sfc_render$58(_ctx, _cache, $props, $setup, $data, $options) {
7442
7827
  const _component_ANameInput = resolveComponent("ANameInput");
7443
7828
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
7444
7829
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -7519,7 +7904,7 @@ function _sfc_render$54(_ctx, _cache, $props, $setup, $data, $options) {
7519
7904
  ])
7520
7905
  ], 32);
7521
7906
  }
7522
- var AScopeForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AScopeForm_vue_vue_type_script_lang_default, [["render", _sfc_render$54]]);
7907
+ var AScopeForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AScopeForm_vue_vue_type_script_lang_default, [["render", _sfc_render$58]]);
7523
7908
  //#endregion
7524
7909
  //#region src/components/entities/scope/AScopes.ts
7525
7910
  const AScopes = defineComponent({
@@ -7611,7 +7996,7 @@ var AClientScopeAssignment_vue_vue_type_script_lang_default = defineComponent({
7611
7996
  });
7612
7997
  //#endregion
7613
7998
  //#region src/components/entities/client-scope/AClientScopeAssignment.vue
7614
- function _sfc_render$53(_ctx, _cache, $props, $setup, $data, $options) {
7999
+ function _sfc_render$57(_ctx, _cache, $props, $setup, $data, $options) {
7615
8000
  const _component_AToggleButton = resolveComponent("AToggleButton");
7616
8001
  return openBlock(), createBlock(_component_AToggleButton, {
7617
8002
  value: !!_ctx.manager.data.value,
@@ -7623,7 +8008,7 @@ function _sfc_render$53(_ctx, _cache, $props, $setup, $data, $options) {
7623
8008
  "onChanged"
7624
8009
  ]);
7625
8010
  }
7626
- var AClientScopeAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientScopeAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$53]]);
8011
+ var AClientScopeAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientScopeAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$57]]);
7627
8012
  //#endregion
7628
8013
  //#region src/components/entities/client-scope/AClientScopeAssignments.vue?vue&type=script&lang.ts
7629
8014
  var AClientScopeAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -7641,7 +8026,7 @@ var AClientScopeAssignments_vue_vue_type_script_lang_default = defineComponent({
7641
8026
  });
7642
8027
  //#endregion
7643
8028
  //#region src/components/entities/client-scope/AClientScopeAssignments.vue
7644
- function _sfc_render$52(_ctx, _cache, $props, $setup, $data, $options) {
8029
+ function _sfc_render$56(_ctx, _cache, $props, $setup, $data, $options) {
7645
8030
  const _component_AClientScopeAssignment = resolveComponent("AClientScopeAssignment");
7646
8031
  const _component_AScopes = resolveComponent("AScopes");
7647
8032
  return openBlock(), createBlock(_component_AScopes, null, createSlots({
@@ -7658,7 +8043,7 @@ function _sfc_render$52(_ctx, _cache, $props, $setup, $data, $options) {
7658
8043
  };
7659
8044
  })]), 1024);
7660
8045
  }
7661
- var AClientScopeAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientScopeAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$52]]);
8046
+ var AClientScopeAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AClientScopeAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$56]]);
7662
8047
  //#endregion
7663
8048
  //#region src/components/entities/identity-provider/AIdentityProvider.ts
7664
8049
  const AIdentityProvider = defineComponent({
@@ -7749,8 +8134,8 @@ var AIdentityProviderBasicFields_vue_vue_type_script_lang_default = defineCompon
7749
8134
  });
7750
8135
  //#endregion
7751
8136
  //#region src/components/entities/identity-provider/AIdentityProviderBasicFields.vue
7752
- const _hoisted_1$24 = { class: "mt-3" };
7753
- function _sfc_render$51(_ctx, _cache, $props, $setup, $data, $options) {
8137
+ const _hoisted_1$28 = { class: "mt-3" };
8138
+ function _sfc_render$55(_ctx, _cache, $props, $setup, $data, $options) {
7754
8139
  const _component_ANameInput = resolveComponent("ANameInput");
7755
8140
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
7756
8141
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -7781,7 +8166,7 @@ function _sfc_render$51(_ctx, _cache, $props, $setup, $data, $options) {
7781
8166
  }, 1032, ["validation"])]),
7782
8167
  _: 1
7783
8168
  }, 8, ["field"]),
7784
- createElementVNode("div", _hoisted_1$24, [createVNode(_component_VCFormSwitch, {
8169
+ createElementVNode("div", _hoisted_1$28, [createVNode(_component_VCFormSwitch, {
7785
8170
  "model-value": _ctx.v.fields.enabled.$model.value,
7786
8171
  label: true,
7787
8172
  "label-content": "Enabled?",
@@ -7789,7 +8174,7 @@ function _sfc_render$51(_ctx, _cache, $props, $setup, $data, $options) {
7789
8174
  }, null, 8, ["model-value", "onUpdate:modelValue"])])
7790
8175
  ]);
7791
8176
  }
7792
- var AIdentityProviderBasicFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderBasicFields_vue_vue_type_script_lang_default, [["render", _sfc_render$51]]);
8177
+ var AIdentityProviderBasicFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderBasicFields_vue_vue_type_script_lang_default, [["render", _sfc_render$55]]);
7793
8178
  //#endregion
7794
8179
  //#region src/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue?vue&type=script&lang.ts
7795
8180
  var AIdentityProviderLdapConnectionFields_vue_vue_type_script_lang_default = defineComponent({
@@ -7837,7 +8222,7 @@ var AIdentityProviderLdapConnectionFields_vue_vue_type_script_lang_default = def
7837
8222
  });
7838
8223
  //#endregion
7839
8224
  //#region src/components/entities/identity-provider/AIdentityProviderLdapConnectionFields.vue
7840
- function _sfc_render$50(_ctx, _cache, $props, $setup, $data, $options) {
8225
+ function _sfc_render$54(_ctx, _cache, $props, $setup, $data, $options) {
7841
8226
  const _component_VCFormInput = resolveComponent("VCFormInput");
7842
8227
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
7843
8228
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -7894,7 +8279,7 @@ function _sfc_render$50(_ctx, _cache, $props, $setup, $data, $options) {
7894
8279
  }, 8, ["field"])
7895
8280
  ]);
7896
8281
  }
7897
- var AIdentityProviderLdapConnectionFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderLdapConnectionFields_vue_vue_type_script_lang_default, [["render", _sfc_render$50]]);
8282
+ var AIdentityProviderLdapConnectionFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderLdapConnectionFields_vue_vue_type_script_lang_default, [["render", _sfc_render$54]]);
7898
8283
  //#endregion
7899
8284
  //#region src/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue?vue&type=script&lang.ts
7900
8285
  var AIdentityProviderLdapCredentialsFields_vue_vue_type_script_lang_default = defineComponent({
@@ -7932,7 +8317,7 @@ var AIdentityProviderLdapCredentialsFields_vue_vue_type_script_lang_default = de
7932
8317
  });
7933
8318
  //#endregion
7934
8319
  //#region src/components/entities/identity-provider/AIdentityProviderLdapCredentialsFields.vue
7935
- function _sfc_render$49(_ctx, _cache, $props, $setup, $data, $options) {
8320
+ function _sfc_render$53(_ctx, _cache, $props, $setup, $data, $options) {
7936
8321
  const _component_VCFormInput = resolveComponent("VCFormInput");
7937
8322
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
7938
8323
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -7972,7 +8357,7 @@ function _sfc_render$49(_ctx, _cache, $props, $setup, $data, $options) {
7972
8357
  _: 1
7973
8358
  }, 8, ["field"])]);
7974
8359
  }
7975
- var AIdentityProviderLdapCredentialsFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderLdapCredentialsFields_vue_vue_type_script_lang_default, [["render", _sfc_render$49]]);
8360
+ var AIdentityProviderLdapCredentialsFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderLdapCredentialsFields_vue_vue_type_script_lang_default, [["render", _sfc_render$53]]);
7976
8361
  //#endregion
7977
8362
  //#region src/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue?vue&type=script&lang.ts
7978
8363
  var AIdentityProviderLdapGroupFields_vue_vue_type_script_lang_default = defineComponent({
@@ -8010,7 +8395,7 @@ var AIdentityProviderLdapGroupFields_vue_vue_type_script_lang_default = defineCo
8010
8395
  });
8011
8396
  //#endregion
8012
8397
  //#region src/components/entities/identity-provider/AIdentityProviderLdapGroupFields.vue
8013
- function _sfc_render$48(_ctx, _cache, $props, $setup, $data, $options) {
8398
+ function _sfc_render$52(_ctx, _cache, $props, $setup, $data, $options) {
8014
8399
  const _component_VCFormInput = resolveComponent("VCFormInput");
8015
8400
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
8016
8401
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -8084,7 +8469,7 @@ function _sfc_render$48(_ctx, _cache, $props, $setup, $data, $options) {
8084
8469
  }, 8, ["field"])
8085
8470
  ]);
8086
8471
  }
8087
- var AIdentityProviderLdapGroupFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderLdapGroupFields_vue_vue_type_script_lang_default, [["render", _sfc_render$48]]);
8472
+ var AIdentityProviderLdapGroupFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderLdapGroupFields_vue_vue_type_script_lang_default, [["render", _sfc_render$52]]);
8088
8473
  //#endregion
8089
8474
  //#region src/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue?vue&type=script&lang.ts
8090
8475
  var AIdentityProviderLdapUserFields_vue_vue_type_script_lang_default = defineComponent({
@@ -8121,7 +8506,7 @@ var AIdentityProviderLdapUserFields_vue_vue_type_script_lang_default = defineCom
8121
8506
  });
8122
8507
  //#endregion
8123
8508
  //#region src/components/entities/identity-provider/AIdentityProviderLdapUserFields.vue
8124
- function _sfc_render$47(_ctx, _cache, $props, $setup, $data, $options) {
8509
+ function _sfc_render$51(_ctx, _cache, $props, $setup, $data, $options) {
8125
8510
  const _component_VCFormInput = resolveComponent("VCFormInput");
8126
8511
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
8127
8512
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -8184,7 +8569,7 @@ function _sfc_render$47(_ctx, _cache, $props, $setup, $data, $options) {
8184
8569
  }, 8, ["field"])
8185
8570
  ]);
8186
8571
  }
8187
- var AIdentityProviderLdapUserFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderLdapUserFields_vue_vue_type_script_lang_default, [["render", _sfc_render$47]]);
8572
+ var AIdentityProviderLdapUserFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderLdapUserFields_vue_vue_type_script_lang_default, [["render", _sfc_render$51]]);
8188
8573
  //#endregion
8189
8574
  //#region src/components/entities/identity-provider/protocol/utils.ts
8190
8575
  const elements$1 = {
@@ -8290,14 +8675,14 @@ var AIdentityProviderLdapForm_vue_vue_type_script_lang_default = defineComponent
8290
8675
  });
8291
8676
  //#endregion
8292
8677
  //#region src/components/entities/identity-provider/AIdentityProviderLdapForm.vue
8293
- const _hoisted_1$23 = { class: "mb-3" };
8294
- const _hoisted_2$16 = { class: "row" };
8295
- const _hoisted_3$12 = { class: "col" };
8296
- const _hoisted_4$10 = { class: "col" };
8678
+ const _hoisted_1$27 = { class: "mb-3" };
8679
+ const _hoisted_2$20 = { class: "row" };
8680
+ const _hoisted_3$16 = { class: "col" };
8681
+ const _hoisted_4$14 = { class: "col" };
8297
8682
  const _hoisted_5$9 = { class: "row" };
8298
8683
  const _hoisted_6$7 = { class: "col" };
8299
- const _hoisted_7$3 = { class: "col" };
8300
- function _sfc_render$46(_ctx, _cache, $props, $setup, $data, $options) {
8684
+ const _hoisted_7$4 = { class: "col" };
8685
+ function _sfc_render$50(_ctx, _cache, $props, $setup, $data, $options) {
8301
8686
  const _component_VCIcon = resolveComponent("VCIcon");
8302
8687
  const _component_AIdentityProviderProtocol = resolveComponent("AIdentityProviderProtocol");
8303
8688
  const _component_AIdentityProviderBasicFields = resolveComponent("AIdentityProviderBasicFields");
@@ -8311,16 +8696,16 @@ function _sfc_render$46(_ctx, _cache, $props, $setup, $data, $options) {
8311
8696
  id: _ctx.ldapProtocol,
8312
8697
  key: _ctx.ldapProtocol
8313
8698
  }, {
8314
- default: withCtx((element) => [createElementVNode("div", null, [createElementVNode("h4", _hoisted_1$23, [createVNode(_component_VCIcon, {
8699
+ default: withCtx((element) => [createElementVNode("div", null, [createElementVNode("h4", _hoisted_1$27, [createVNode(_component_VCIcon, {
8315
8700
  name: element.icon,
8316
8701
  class: "pe-1"
8317
8702
  }, null, 8, ["name"]), createTextVNode(" " + toDisplayString(element.name), 1)])])]),
8318
8703
  _: 1
8319
8704
  }, 8, ["id"])) : createCommentVNode("v-if", true),
8320
- createElementVNode("div", _hoisted_2$16, [createElementVNode("div", _hoisted_3$12, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:wrench" }), _cache[1] || (_cache[1] = createTextVNode(" Basic ", -1))]), createVNode(_component_AIdentityProviderBasicFields, { entity: _ctx.data }, null, 8, ["entity"])]), createElementVNode("div", _hoisted_4$10, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:lock" }), _cache[2] || (_cache[2] = createTextVNode(" Security ", -1))]), createVNode(_component_AIdentityProviderLdapCredentialsFields, { entity: _ctx.data }, null, 8, ["entity"])])]),
8705
+ createElementVNode("div", _hoisted_2$20, [createElementVNode("div", _hoisted_3$16, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:wrench" }), _cache[1] || (_cache[1] = createTextVNode(" Basic ", -1))]), createVNode(_component_AIdentityProviderBasicFields, { entity: _ctx.data }, null, 8, ["entity"])]), createElementVNode("div", _hoisted_4$14, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:lock" }), _cache[2] || (_cache[2] = createTextVNode(" Security ", -1))]), createVNode(_component_AIdentityProviderLdapCredentialsFields, { entity: _ctx.data }, null, 8, ["entity"])])]),
8321
8706
  createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:vihara" }), _cache[3] || (_cache[3] = createTextVNode(" Connection ", -1))]),
8322
8707
  createVNode(_component_AIdentityProviderLdapConnectionFields, { entity: _ctx.data }, null, 8, ["entity"]),
8323
- createElementVNode("div", _hoisted_5$9, [createElementVNode("div", _hoisted_6$7, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:user" }), _cache[4] || (_cache[4] = createTextVNode(" User ", -1))]), createVNode(_component_AIdentityProviderLdapUserFields, { entity: _ctx.data }, null, 8, ["entity"])]), createElementVNode("div", _hoisted_7$3, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:masks-theater" }), _cache[5] || (_cache[5] = createTextVNode(" Group ", -1))]), createVNode(_component_AIdentityProviderLdapGroupFields, { entity: _ctx.data }, null, 8, ["entity"])])]),
8708
+ createElementVNode("div", _hoisted_5$9, [createElementVNode("div", _hoisted_6$7, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:user" }), _cache[4] || (_cache[4] = createTextVNode(" User ", -1))]), createVNode(_component_AIdentityProviderLdapUserFields, { entity: _ctx.data }, null, 8, ["entity"])]), createElementVNode("div", _hoisted_7$4, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:masks-theater" }), _cache[5] || (_cache[5] = createTextVNode(" Group ", -1))]), createVNode(_component_AIdentityProviderLdapGroupFields, { entity: _ctx.data }, null, 8, ["entity"])])]),
8324
8709
  createVNode(_component_AFormSubmit, {
8325
8710
  "is-busy": _ctx.busy,
8326
8711
  "is-editing": _ctx.isEditing,
@@ -8334,7 +8719,7 @@ function _sfc_render$46(_ctx, _cache, $props, $setup, $data, $options) {
8334
8719
  ])
8335
8720
  ], 32);
8336
8721
  }
8337
- var AIdentityProviderLdapForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderLdapForm_vue_vue_type_script_lang_default, [["render", _sfc_render$46]]);
8722
+ var AIdentityProviderLdapForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderLdapForm_vue_vue_type_script_lang_default, [["render", _sfc_render$50]]);
8338
8723
  //#endregion
8339
8724
  //#region src/components/entities/identity-provider/preset/utils.ts
8340
8725
  const elements = {
@@ -8420,36 +8805,36 @@ var AIdentityProviderPicker_vue_vue_type_script_lang_default = defineComponent({
8420
8805
  });
8421
8806
  //#endregion
8422
8807
  //#region src/components/entities/identity-provider/AIdentityProviderPicker.vue
8423
- const _hoisted_1$22 = { class: "flex flex-col gap-2" };
8424
- const _hoisted_2$15 = { class: "flex flex-row gap-2 flex-wrap" };
8425
- const _hoisted_3$11 = ["onClick"];
8426
- const _hoisted_4$9 = { class: "flex flex-row gap-2 flex-wrap" };
8808
+ const _hoisted_1$26 = { class: "flex flex-col gap-2" };
8809
+ const _hoisted_2$19 = { class: "flex flex-row gap-2 flex-wrap" };
8810
+ const _hoisted_3$15 = ["onClick"];
8811
+ const _hoisted_4$13 = { class: "flex flex-row gap-2 flex-wrap" };
8427
8812
  const _hoisted_5$8 = ["onClick"];
8428
- function _sfc_render$45(_ctx, _cache, $props, $setup, $data, $options) {
8813
+ function _sfc_render$49(_ctx, _cache, $props, $setup, $data, $options) {
8429
8814
  const _component_VCIcon = resolveComponent("VCIcon");
8430
8815
  const _component_AIdentityProviderProtocol = resolveComponent("AIdentityProviderProtocol");
8431
8816
  const _component_AIdentityProviderPreset = resolveComponent("AIdentityProviderPreset");
8432
- return openBlock(), createElementBlock("div", _hoisted_1$22, [createElementVNode("div", null, [_cache[0] || (_cache[0] = createElementVNode("h6", null, "Protocols", -1)), createElementVNode("div", _hoisted_2$15, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.protocols, (item, key) => {
8817
+ return openBlock(), createElementBlock("div", _hoisted_1$26, [createElementVNode("div", null, [_cache[0] || (_cache[0] = createElementVNode("h6", null, "Protocols", -1)), createElementVNode("div", _hoisted_2$19, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.protocols, (item, key) => {
8433
8818
  return openBlock(), createBlock(_component_AIdentityProviderProtocol, {
8434
8819
  key,
8435
8820
  id: item
8436
8821
  }, {
8437
8822
  default: withCtx((props) => [createElementVNode("div", {
8438
- class: normalizeClass([{ "active": item === _ctx.protocol && !_ctx.preset }, "flex flex-col gap-1 text-center identity-provider-picker-item"]),
8823
+ class: normalizeClass([{ "active": item === _ctx.protocol && !_ctx.preset }, "flex flex-col gap-1 text-center a-picker-item"]),
8439
8824
  onClick: withModifiers(($event) => _ctx.pickProtocol(item), ["prevent"])
8440
8825
  }, [createElementVNode("div", null, [createVNode(_component_VCIcon, {
8441
8826
  class: "text-2xl",
8442
8827
  name: props.icon
8443
- }, null, 8, ["name"])]), createElementVNode("div", null, toDisplayString(props.name), 1)], 10, _hoisted_3$11)]),
8828
+ }, null, 8, ["name"])]), createElementVNode("div", null, toDisplayString(props.name), 1)], 10, _hoisted_3$15)]),
8444
8829
  _: 2
8445
8830
  }, 1032, ["id"]);
8446
- }), 128))])]), createElementVNode("div", null, [_cache[1] || (_cache[1] = createElementVNode("h6", null, "Presets", -1)), createElementVNode("div", _hoisted_4$9, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.presets, (item, key) => {
8831
+ }), 128))])]), createElementVNode("div", null, [_cache[1] || (_cache[1] = createElementVNode("h6", null, "Presets", -1)), createElementVNode("div", _hoisted_4$13, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.presets, (item, key) => {
8447
8832
  return openBlock(), createBlock(_component_AIdentityProviderPreset, {
8448
8833
  key,
8449
8834
  id: item
8450
8835
  }, {
8451
8836
  default: withCtx((props) => [createElementVNode("div", {
8452
- class: normalizeClass([{ "active": item === _ctx.preset }, "flex flex-col gap-1 text-center identity-provider-picker-item"]),
8837
+ class: normalizeClass([{ "active": item === _ctx.preset }, "flex flex-col gap-1 text-center a-picker-item"]),
8453
8838
  onClick: withModifiers(($event) => _ctx.pickPreset(item), ["prevent"])
8454
8839
  }, [createElementVNode("div", null, [createVNode(_component_VCIcon, {
8455
8840
  class: "text-2xl",
@@ -8459,7 +8844,7 @@ function _sfc_render$45(_ctx, _cache, $props, $setup, $data, $options) {
8459
8844
  }, 1032, ["id"]);
8460
8845
  }), 128))])])]);
8461
8846
  }
8462
- var AIdentityProviderPicker_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderPicker_vue_vue_type_script_lang_default, [["render", _sfc_render$45], ["__scopeId", "data-v-cb0d0718"]]);
8847
+ var AIdentityProviderPicker_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderPicker_vue_vue_type_script_lang_default, [["render", _sfc_render$49]]);
8463
8848
  //#endregion
8464
8849
  //#region src/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue?vue&type=script&lang.ts
8465
8850
  var AIdentityProviderOAuth2ClientFields_vue_vue_type_script_lang_default = defineComponent({
@@ -8490,7 +8875,7 @@ var AIdentityProviderOAuth2ClientFields_vue_vue_type_script_lang_default = defin
8490
8875
  });
8491
8876
  //#endregion
8492
8877
  //#region src/components/entities/identity-provider/AIdentityProviderOAuth2ClientFields.vue
8493
- function _sfc_render$44(_ctx, _cache, $props, $setup, $data, $options) {
8878
+ function _sfc_render$48(_ctx, _cache, $props, $setup, $data, $options) {
8494
8879
  const _component_VCFormInput = resolveComponent("VCFormInput");
8495
8880
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
8496
8881
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -8530,7 +8915,7 @@ function _sfc_render$44(_ctx, _cache, $props, $setup, $data, $options) {
8530
8915
  _: 1
8531
8916
  }, 8, ["field"])]);
8532
8917
  }
8533
- var AIdentityProviderOAuth2ClientFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderOAuth2ClientFields_vue_vue_type_script_lang_default, [["render", _sfc_render$44]]);
8918
+ var AIdentityProviderOAuth2ClientFields_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderOAuth2ClientFields_vue_vue_type_script_lang_default, [["render", _sfc_render$48]]);
8534
8919
  //#endregion
8535
8920
  //#region src/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue?vue&type=script&lang.ts
8536
8921
  var DiscoveryUrlValidator = class extends Container {
@@ -8585,12 +8970,12 @@ var AIdentityProviderOAuth2Discovery_vue_vue_type_script_lang_default = defineCo
8585
8970
  });
8586
8971
  //#endregion
8587
8972
  //#region src/components/entities/identity-provider/AIdentityProviderOAuth2Discovery.vue
8588
- const _hoisted_1$21 = {
8973
+ const _hoisted_1$25 = {
8589
8974
  key: 0,
8590
8975
  class: "alert alert-sm alert-warning"
8591
8976
  };
8592
- const _hoisted_2$14 = ["disabled"];
8593
- function _sfc_render$43(_ctx, _cache, $props, $setup, $data, $options) {
8977
+ const _hoisted_2$18 = ["disabled"];
8978
+ function _sfc_render$47(_ctx, _cache, $props, $setup, $data, $options) {
8594
8979
  const _component_VCFormInput = resolveComponent("VCFormInput");
8595
8980
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
8596
8981
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -8613,7 +8998,7 @@ function _sfc_render$43(_ctx, _cache, $props, $setup, $data, $options) {
8613
8998
  }, 1032, ["validation"])]),
8614
8999
  _: 1
8615
9000
  }, 8, ["field"]),
8616
- _ctx.message ? (openBlock(), createElementBlock("div", _hoisted_1$21, toDisplayString(_ctx.message), 1)) : createCommentVNode("v-if", true),
9001
+ _ctx.message ? (openBlock(), createElementBlock("div", _hoisted_1$25, toDisplayString(_ctx.message), 1)) : createCommentVNode("v-if", true),
8617
9002
  createElementVNode("button", {
8618
9003
  type: "button",
8619
9004
  class: "btn btn-xs btn-primary mb-1",
@@ -8622,7 +9007,7 @@ function _sfc_render$43(_ctx, _cache, $props, $setup, $data, $options) {
8622
9007
  }, [createVNode(_component_VCIcon, {
8623
9008
  name: "fa6-solid:magnifying-glass",
8624
9009
  class: "pe-1"
8625
- }), _cache[2] || (_cache[2] = createTextVNode(" Lookup ", -1))], 8, _hoisted_2$14)
9010
+ }), _cache[2] || (_cache[2] = createTextVNode(" Lookup ", -1))], 8, _hoisted_2$18)
8626
9011
  ]);
8627
9012
  }
8628
9013
  //#endregion
@@ -8631,7 +9016,7 @@ var AIdentityProviderOAuth2EndpointFields_vue_vue_type_script_lang_default = def
8631
9016
  components: {
8632
9017
  VCFormGroup,
8633
9018
  VCFormInput,
8634
- AIdentityProviderOAuth2Discovery: /* @__PURE__ */ _plugin_vue_export_helper_default(AIdentityProviderOAuth2Discovery_vue_vue_type_script_lang_default, [["render", _sfc_render$43]]),
9019
+ AIdentityProviderOAuth2Discovery: /* @__PURE__ */ _plugin_vue_export_helper_default(AIdentityProviderOAuth2Discovery_vue_vue_type_script_lang_default, [["render", _sfc_render$47]]),
8635
9020
  IFieldValidation
8636
9021
  },
8637
9022
  props: {
@@ -8670,7 +9055,7 @@ var AIdentityProviderOAuth2EndpointFields_vue_vue_type_script_lang_default = def
8670
9055
  });
8671
9056
  //#endregion
8672
9057
  //#region src/components/entities/identity-provider/AIdentityProviderOAuth2EndpointFields.vue
8673
- function _sfc_render$42(_ctx, _cache, $props, $setup, $data, $options) {
9058
+ function _sfc_render$46(_ctx, _cache, $props, $setup, $data, $options) {
8674
9059
  const _component_AIdentityProviderOAuth2Discovery = resolveComponent("AIdentityProviderOAuth2Discovery");
8675
9060
  const _component_VCFormInput = resolveComponent("VCFormInput");
8676
9061
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
@@ -8734,7 +9119,7 @@ var AIdentityProviderOAuth2Form_vue_vue_type_script_lang_default = defineCompone
8734
9119
  AFormSubmit,
8735
9120
  AIdentityProviderBasicFields: AIdentityProviderBasicFields_default,
8736
9121
  AIdentityProviderOAuth2ClientFields: AIdentityProviderOAuth2ClientFields_default,
8737
- AIdentityProviderOAuth2EndpointFields: /* @__PURE__ */ _plugin_vue_export_helper_default(AIdentityProviderOAuth2EndpointFields_vue_vue_type_script_lang_default, [["render", _sfc_render$42]]),
9122
+ AIdentityProviderOAuth2EndpointFields: /* @__PURE__ */ _plugin_vue_export_helper_default(AIdentityProviderOAuth2EndpointFields_vue_vue_type_script_lang_default, [["render", _sfc_render$46]]),
8738
9123
  AIdentityProviderPreset,
8739
9124
  AIdentityProviderProtocol,
8740
9125
  VCFormGroup,
@@ -8837,12 +9222,12 @@ var AIdentityProviderOAuth2Form_vue_vue_type_script_lang_default = defineCompone
8837
9222
  });
8838
9223
  //#endregion
8839
9224
  //#region src/components/entities/identity-provider/AIdentityProviderOAuth2Form.vue
8840
- const _hoisted_1$20 = { class: "mb-3" };
8841
- const _hoisted_2$13 = { class: "mb-3" };
8842
- const _hoisted_3$10 = { class: "row" };
8843
- const _hoisted_4$8 = { class: "col" };
9225
+ const _hoisted_1$24 = { class: "mb-3" };
9226
+ const _hoisted_2$17 = { class: "mb-3" };
9227
+ const _hoisted_3$14 = { class: "row" };
9228
+ const _hoisted_4$12 = { class: "col" };
8844
9229
  const _hoisted_5$7 = { class: "col" };
8845
- function _sfc_render$41(_ctx, _cache, $props, $setup, $data, $options) {
9230
+ function _sfc_render$45(_ctx, _cache, $props, $setup, $data, $options) {
8846
9231
  const _component_VCIcon = resolveComponent("VCIcon");
8847
9232
  const _component_AIdentityProviderPreset = resolveComponent("AIdentityProviderPreset");
8848
9233
  const _component_AIdentityProviderProtocol = resolveComponent("AIdentityProviderProtocol");
@@ -8857,7 +9242,7 @@ function _sfc_render$41(_ctx, _cache, $props, $setup, $data, $options) {
8857
9242
  id: _ctx.presetEff,
8858
9243
  key: _ctx.presetEff
8859
9244
  }, {
8860
- default: withCtx((element) => [createElementVNode("div", null, [createElementVNode("h4", _hoisted_1$20, [createVNode(_component_VCIcon, {
9245
+ default: withCtx((element) => [createElementVNode("div", null, [createElementVNode("h4", _hoisted_1$24, [createVNode(_component_VCIcon, {
8861
9246
  name: element.icon,
8862
9247
  class: "pe-1"
8863
9248
  }, null, 8, ["name"]), createTextVNode(" " + toDisplayString(element.name), 1)])])]),
@@ -8866,7 +9251,7 @@ function _sfc_render$41(_ctx, _cache, $props, $setup, $data, $options) {
8866
9251
  id: _ctx.protocolEff,
8867
9252
  key: _ctx.protocolEff
8868
9253
  }, {
8869
- default: withCtx((element) => [createElementVNode("div", null, [createElementVNode("h4", _hoisted_2$13, [createVNode(_component_VCIcon, {
9254
+ default: withCtx((element) => [createElementVNode("div", null, [createElementVNode("h4", _hoisted_2$17, [createVNode(_component_VCIcon, {
8870
9255
  name: element.icon,
8871
9256
  class: "pe-1"
8872
9257
  }, null, 8, ["name"]), createTextVNode(" " + toDisplayString(element.name), 1)])])]),
@@ -8880,7 +9265,7 @@ function _sfc_render$41(_ctx, _cache, $props, $setup, $data, $options) {
8880
9265
  }, null, 8, ["model-value"])]),
8881
9266
  _: 1
8882
9267
  })], 64)) : createCommentVNode("v-if", true),
8883
- createElementVNode("div", _hoisted_3$10, [createElementVNode("div", _hoisted_4$8, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:wrench" }), _cache[3] || (_cache[3] = createTextVNode(" Basic ", -1))]), createVNode(_component_AIdentityProviderBasicFields, {
9268
+ createElementVNode("div", _hoisted_3$14, [createElementVNode("div", _hoisted_4$12, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:wrench" }), _cache[3] || (_cache[3] = createTextVNode(" Basic ", -1))]), createVNode(_component_AIdentityProviderBasicFields, {
8884
9269
  ref: "basicFieldsRef",
8885
9270
  entity: _ctx.data
8886
9271
  }, null, 8, ["entity"])]), createElementVNode("div", _hoisted_5$7, [createElementVNode("h6", null, [createVNode(_component_VCIcon, { name: "fa6-solid:lock" }), _cache[4] || (_cache[4] = createTextVNode(" Security ", -1))]), createVNode(_component_AIdentityProviderOAuth2ClientFields, { entity: _ctx.data }, null, 8, ["entity"])])]),
@@ -8901,7 +9286,7 @@ function _sfc_render$41(_ctx, _cache, $props, $setup, $data, $options) {
8901
9286
  ])
8902
9287
  ], 32);
8903
9288
  }
8904
- var AIdentityProviderOAuth2Form_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderOAuth2Form_vue_vue_type_script_lang_default, [["render", _sfc_render$41]]);
9289
+ var AIdentityProviderOAuth2Form_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderOAuth2Form_vue_vue_type_script_lang_default, [["render", _sfc_render$45]]);
8905
9290
  //#endregion
8906
9291
  //#region src/components/entities/identity-provider/AIdentityProviderForm.vue?vue&type=script&lang.ts
8907
9292
  var AIdentityProviderForm_vue_vue_type_script_lang_default = defineComponent({
@@ -8979,11 +9364,11 @@ var AIdentityProviderForm_vue_vue_type_script_lang_default = defineComponent({
8979
9364
  });
8980
9365
  //#endregion
8981
9366
  //#region src/components/entities/identity-provider/AIdentityProviderForm.vue
8982
- const _hoisted_1$19 = {
9367
+ const _hoisted_1$23 = {
8983
9368
  key: 3,
8984
9369
  class: "alert alert-warning alert-sm"
8985
9370
  };
8986
- function _sfc_render$40(_ctx, _cache, $props, $setup, $data, $options) {
9371
+ function _sfc_render$44(_ctx, _cache, $props, $setup, $data, $options) {
8987
9372
  const _component_AIdentityProviderPicker = resolveComponent("AIdentityProviderPicker");
8988
9373
  const _component_AIdentityProviderOAuth2Form = resolveComponent("AIdentityProviderOAuth2Form");
8989
9374
  const _component_AIdentityProviderLdapForm = resolveComponent("AIdentityProviderLdapForm");
@@ -9030,9 +9415,9 @@ function _sfc_render$40(_ctx, _cache, $props, $setup, $data, $options) {
9030
9415
  "onUpdated",
9031
9416
  "onDeleted",
9032
9417
  "onFailed"
9033
- ])) : _ctx.protocol || _ctx.preset ? (openBlock(), createElementBlock("div", _hoisted_1$19, toDisplayString(_ctx.preset ?? _ctx.protocol) + " is not supported yet :/ ", 1)) : createCommentVNode("v-if", true)]);
9418
+ ])) : _ctx.protocol || _ctx.preset ? (openBlock(), createElementBlock("div", _hoisted_1$23, toDisplayString(_ctx.preset ?? _ctx.protocol) + " is not supported yet :/ ", 1)) : createCommentVNode("v-if", true)]);
9034
9419
  }
9035
- var AIdentityProviderForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderForm_vue_vue_type_script_lang_default, [["render", _sfc_render$40]]);
9420
+ var AIdentityProviderForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderForm_vue_vue_type_script_lang_default, [["render", _sfc_render$44]]);
9036
9421
  //#endregion
9037
9422
  //#region src/components/entities/identity-provider/AIdentityProviders.ts
9038
9423
  const AIdentityProviders = defineComponent({
@@ -9073,7 +9458,7 @@ var AIdentityProviderIcon_vue_vue_type_script_lang_default = defineComponent({
9073
9458
  });
9074
9459
  //#endregion
9075
9460
  //#region src/components/entities/identity-provider/AIdentityProviderIcon.vue
9076
- function _sfc_render$39(_ctx, _cache, $props, $setup, $data, $options) {
9461
+ function _sfc_render$43(_ctx, _cache, $props, $setup, $data, $options) {
9077
9462
  const _component_VCIcon = resolveComponent("VCIcon");
9078
9463
  const _component_AIdentityProviderPreset = resolveComponent("AIdentityProviderPreset");
9079
9464
  const _component_AIdentityProviderProtocol = resolveComponent("AIdentityProviderProtocol");
@@ -9097,7 +9482,7 @@ function _sfc_render$39(_ctx, _cache, $props, $setup, $data, $options) {
9097
9482
  _: 1
9098
9483
  }, 8, ["id"])) : createCommentVNode("v-if", true);
9099
9484
  }
9100
- var AIdentityProviderIcon_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderIcon_vue_vue_type_script_lang_default, [["render", _sfc_render$39]]);
9485
+ var AIdentityProviderIcon_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderIcon_vue_vue_type_script_lang_default, [["render", _sfc_render$43]]);
9101
9486
  //#endregion
9102
9487
  //#region src/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue?vue&type=script&lang.ts
9103
9488
  var RoleMappingAttributesValidator = class extends Container {
@@ -9179,23 +9564,23 @@ var AIdentityProviderRoleAssignment_vue_vue_type_script_lang_default = defineCom
9179
9564
  });
9180
9565
  //#endregion
9181
9566
  //#region src/components/entities/identity-provider-role/AIdentityProviderRoleAssignment.vue
9182
- const _hoisted_1$18 = { class: "flex flex-col" };
9183
- const _hoisted_2$12 = { class: "flex flex-row" };
9184
- const _hoisted_3$9 = { class: "me-2" };
9185
- const _hoisted_4$7 = { class: "ms-auto" };
9567
+ const _hoisted_1$22 = { class: "flex flex-col" };
9568
+ const _hoisted_2$16 = { class: "flex flex-row" };
9569
+ const _hoisted_3$13 = { class: "me-2" };
9570
+ const _hoisted_4$11 = { class: "ms-auto" };
9186
9571
  const _hoisted_5$6 = ["disabled"];
9187
9572
  const _hoisted_6$6 = {
9188
9573
  key: 0,
9189
9574
  class: "mt-2"
9190
9575
  };
9191
- function _sfc_render$38(_ctx, _cache, $props, $setup, $data, $options) {
9576
+ function _sfc_render$42(_ctx, _cache, $props, $setup, $data, $options) {
9192
9577
  const _component_VCIcon = resolveComponent("VCIcon");
9193
9578
  const _component_VCFormInput = resolveComponent("VCFormInput");
9194
9579
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
9195
9580
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
9196
9581
  const _component_VCFormSwitch = resolveComponent("VCFormSwitch");
9197
- return openBlock(), createElementBlock("div", _hoisted_1$18, [createElementVNode("div", _hoisted_2$12, [
9198
- createElementVNode("div", _hoisted_3$9, [createElementVNode("button", {
9582
+ return openBlock(), createElementBlock("div", _hoisted_1$22, [createElementVNode("div", _hoisted_2$16, [
9583
+ createElementVNode("div", _hoisted_3$13, [createElementVNode("button", {
9199
9584
  class: "btn btn-xs btn-dark",
9200
9585
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => _ctx.toggleDisplay(), ["prevent"]))
9201
9586
  }, [createVNode(_component_VCIcon, { name: _ctx.display ? "fa6-solid:chevron-up" : "fa6-solid:chevron-down" }, null, 8, ["name"])])]),
@@ -9203,7 +9588,7 @@ function _sfc_render$38(_ctx, _cache, $props, $setup, $data, $options) {
9203
9588
  class: "mb-0",
9204
9589
  onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.toggleDisplay(), ["prevent"]))
9205
9590
  }, toDisplayString(_ctx.role.name), 1)]),
9206
- createElementVNode("div", _hoisted_4$7, [createElementVNode("button", {
9591
+ createElementVNode("div", _hoisted_4$11, [createElementVNode("button", {
9207
9592
  class: normalizeClass(["btn btn-xs", {
9208
9593
  "btn-primary": !_ctx.manager.data.value,
9209
9594
  "btn-dark": !!_ctx.manager.data.value
@@ -9265,7 +9650,7 @@ function _sfc_render$38(_ctx, _cache, $props, $setup, $data, $options) {
9265
9650
  }, 8, ["field"])
9266
9651
  ])) : createCommentVNode("v-if", true)]);
9267
9652
  }
9268
- var AIdentityProviderRoleAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderRoleAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$38]]);
9653
+ var AIdentityProviderRoleAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderRoleAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$42]]);
9269
9654
  //#endregion
9270
9655
  //#region src/components/entities/identity-provider-role/AIdentityProviderRoleAssignments.vue?vue&type=script&lang.ts
9271
9656
  var AIdentityProviderRoleAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -9283,7 +9668,7 @@ var AIdentityProviderRoleAssignments_vue_vue_type_script_lang_default = defineCo
9283
9668
  });
9284
9669
  //#endregion
9285
9670
  //#region src/components/entities/identity-provider-role/AIdentityProviderRoleAssignments.vue
9286
- function _sfc_render$37(_ctx, _cache, $props, $setup, $data, $options) {
9671
+ function _sfc_render$41(_ctx, _cache, $props, $setup, $data, $options) {
9287
9672
  const _component_AIdentityProviderRoleAssignment = resolveComponent("AIdentityProviderRoleAssignment");
9288
9673
  const _component_ARoles = resolveComponent("ARoles");
9289
9674
  return openBlock(), createBlock(_component_ARoles, { "header-title": false }, createSlots({
@@ -9302,7 +9687,7 @@ function _sfc_render$37(_ctx, _cache, $props, $setup, $data, $options) {
9302
9687
  };
9303
9688
  })]), 1024);
9304
9689
  }
9305
- var AIdentityProviderRoleAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderRoleAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$37]]);
9690
+ var AIdentityProviderRoleAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityProviderRoleAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$41]]);
9306
9691
  //#endregion
9307
9692
  //#region src/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue?vue&type=script&lang.ts
9308
9693
  var AAttributeNamesPolicyForm_vue_vue_type_script_lang_default = defineComponent({
@@ -9330,7 +9715,7 @@ var AAttributeNamesPolicyForm_vue_vue_type_script_lang_default = defineComponent
9330
9715
  });
9331
9716
  //#endregion
9332
9717
  //#region src/components/entities/policy/attribute-names/AAttributeNamesPolicyForm.vue
9333
- function _sfc_render$36(_ctx, _cache, $props, $setup, $data, $options) {
9718
+ function _sfc_render$40(_ctx, _cache, $props, $setup, $data, $options) {
9334
9719
  const _component_AFormInputList = resolveComponent("AFormInputList");
9335
9720
  return openBlock(), createBlock(_component_AFormInputList, {
9336
9721
  names: _ctx.v.fields.names.$model.value,
@@ -9338,7 +9723,7 @@ function _sfc_render$36(_ctx, _cache, $props, $setup, $data, $options) {
9338
9723
  onChanged: _ctx.handleUpdated
9339
9724
  }, null, 8, ["names", "onChanged"]);
9340
9725
  }
9341
- var AAttributeNamesPolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AAttributeNamesPolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$36]]);
9726
+ var AAttributeNamesPolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AAttributeNamesPolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$40]]);
9342
9727
  //#endregion
9343
9728
  //#region src/components/entities/policy/APolicyParentAssignment.ts
9344
9729
  const APolicyParentAssignment = defineComponent({
@@ -9490,8 +9875,8 @@ var ACompositePolicyForm_vue_vue_type_script_lang_default = defineComponent({
9490
9875
  });
9491
9876
  //#endregion
9492
9877
  //#region src/components/entities/policy/composite/ACompositePolicyForm.vue
9493
- const _hoisted_1$17 = { class: "alert alert-sm alert-info mt-1 mb-0" };
9494
- function _sfc_render$35(_ctx, _cache, $props, $setup, $data, $options) {
9878
+ const _hoisted_1$21 = { class: "alert alert-sm alert-info mt-1 mb-0" };
9879
+ function _sfc_render$39(_ctx, _cache, $props, $setup, $data, $options) {
9495
9880
  const _component_VCFormSelect = resolveComponent("VCFormSelect");
9496
9881
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
9497
9882
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -9508,7 +9893,7 @@ function _sfc_render$35(_ctx, _cache, $props, $setup, $data, $options) {
9508
9893
  "modelValue",
9509
9894
  "onUpdate:modelValue",
9510
9895
  "options"
9511
- ]), createElementVNode("div", _hoisted_1$17, toDisplayString(_ctx.decisionStrategyHint), 1)]),
9896
+ ]), createElementVNode("div", _hoisted_1$21, toDisplayString(_ctx.decisionStrategyHint), 1)]),
9512
9897
  _: 2
9513
9898
  }, 1032, ["validation"])]),
9514
9899
  _: 1
@@ -9531,7 +9916,7 @@ function _sfc_render$35(_ctx, _cache, $props, $setup, $data, $options) {
9531
9916
  _: 1
9532
9917
  }, 8, ["field"])]);
9533
9918
  }
9534
- var ACompositePolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ACompositePolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$35]]);
9919
+ var ACompositePolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ACompositePolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$39]]);
9535
9920
  //#endregion
9536
9921
  //#region src/components/entities/policy/date/ADatePolicyForm.vue?vue&type=script&lang.ts
9537
9922
  var ADatePolicyForm_vue_vue_type_script_lang_default = defineComponent({
@@ -9576,7 +9961,7 @@ var ADatePolicyForm_vue_vue_type_script_lang_default = defineComponent({
9576
9961
  });
9577
9962
  //#endregion
9578
9963
  //#region src/components/entities/policy/date/ADatePolicyForm.vue
9579
- function _sfc_render$34(_ctx, _cache, $props, $setup, $data, $options) {
9964
+ function _sfc_render$38(_ctx, _cache, $props, $setup, $data, $options) {
9580
9965
  const _component_VCFormInput = resolveComponent("VCFormInput");
9581
9966
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
9582
9967
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -9614,7 +9999,7 @@ function _sfc_render$34(_ctx, _cache, $props, $setup, $data, $options) {
9614
9999
  _: 1
9615
10000
  }, 8, ["field"])]);
9616
10001
  }
9617
- var ADatePolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ADatePolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$34]]);
10002
+ var ADatePolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ADatePolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$38]]);
9618
10003
  //#endregion
9619
10004
  //#region src/components/entities/policy/identity/AIdentityPolicyForm.vue?vue&type=script&lang.ts
9620
10005
  var AIdentityPolicyForm_vue_vue_type_script_lang_default = defineComponent({
@@ -9642,7 +10027,7 @@ var AIdentityPolicyForm_vue_vue_type_script_lang_default = defineComponent({
9642
10027
  });
9643
10028
  //#endregion
9644
10029
  //#region src/components/entities/policy/identity/AIdentityPolicyForm.vue
9645
- function _sfc_render$33(_ctx, _cache, $props, $setup, $data, $options) {
10030
+ function _sfc_render$37(_ctx, _cache, $props, $setup, $data, $options) {
9646
10031
  const _component_AFormInputList = resolveComponent("AFormInputList");
9647
10032
  return openBlock(), createBlock(_component_AFormInputList, {
9648
10033
  names: _ctx.v.fields.types.$model.value,
@@ -9653,7 +10038,7 @@ function _sfc_render$33(_ctx, _cache, $props, $setup, $data, $options) {
9653
10038
  _: 1
9654
10039
  }, 8, ["names", "onChanged"]);
9655
10040
  }
9656
- var AIdentityPolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityPolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$33]]);
10041
+ var AIdentityPolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AIdentityPolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$37]]);
9657
10042
  //#endregion
9658
10043
  //#region src/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue?vue&type=script&lang.ts
9659
10044
  var ARealmMatchPolicyForm_vue_vue_type_script_lang_default = defineComponent({
@@ -9701,18 +10086,18 @@ var ARealmMatchPolicyForm_vue_vue_type_script_lang_default = defineComponent({
9701
10086
  });
9702
10087
  //#endregion
9703
10088
  //#region src/components/entities/policy/realm-match/ARealmMatchPolicyForm.vue
9704
- const _hoisted_1$16 = { class: "row" };
9705
- const _hoisted_2$11 = { class: "col-7" };
9706
- const _hoisted_3$8 = { class: "col-5" };
9707
- const _hoisted_4$6 = ["for"];
10089
+ const _hoisted_1$20 = { class: "row" };
10090
+ const _hoisted_2$15 = { class: "col-7" };
10091
+ const _hoisted_3$12 = { class: "col-5" };
10092
+ const _hoisted_4$10 = ["for"];
9708
10093
  const _hoisted_5$5 = ["for"];
9709
10094
  const _hoisted_6$5 = ["for"];
9710
- function _sfc_render$32(_ctx, _cache, $props, $setup, $data, $options) {
10095
+ function _sfc_render$36(_ctx, _cache, $props, $setup, $data, $options) {
9711
10096
  const _component_AFormInputList = resolveComponent("AFormInputList");
9712
10097
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
9713
10098
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
9714
10099
  const _component_VCFormSwitch = resolveComponent("VCFormSwitch");
9715
- return openBlock(), createElementBlock("div", _hoisted_1$16, [createElementVNode("div", _hoisted_2$11, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.attribute_name }, {
10100
+ return openBlock(), createElementBlock("div", _hoisted_1$20, [createElementVNode("div", _hoisted_2$15, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.attribute_name }, {
9716
10101
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
9717
10102
  default: withCtx(() => [createVNode(_component_AFormInputList, {
9718
10103
  names: _ctx.v.fields.attribute_name.$model.value,
@@ -9721,7 +10106,7 @@ function _sfc_render$32(_ctx, _cache, $props, $setup, $data, $options) {
9721
10106
  _: 2
9722
10107
  }, 1032, ["validation"])]),
9723
10108
  _: 1
9724
- }, 8, ["field"])]), createElementVNode("div", _hoisted_3$8, [
10109
+ }, 8, ["field"])]), createElementVNode("div", _hoisted_3$12, [
9725
10110
  createVNode(_component_IFieldValidation, { field: _ctx.v.fields.attribute_name_strict }, {
9726
10111
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
9727
10112
  default: withCtx(() => [createVNode(_component_VCFormSwitch, {
@@ -9730,7 +10115,7 @@ function _sfc_render$32(_ctx, _cache, $props, $setup, $data, $options) {
9730
10115
  label: true,
9731
10116
  onChange: _ctx.handleUpdated
9732
10117
  }, {
9733
- label: withCtx((iProps) => [createElementVNode("label", { for: iProps.id }, " Only match if the attribute is strict equal to the name? ", 8, _hoisted_4$6)]),
10118
+ label: withCtx((iProps) => [createElementVNode("label", { for: iProps.id }, " Only match if the attribute is strict equal to the name? ", 8, _hoisted_4$10)]),
9734
10119
  _: 1
9735
10120
  }, 8, [
9736
10121
  "modelValue",
@@ -9789,7 +10174,7 @@ function _sfc_render$32(_ctx, _cache, $props, $setup, $data, $options) {
9789
10174
  }, 8, ["field"])
9790
10175
  ])]);
9791
10176
  }
9792
- var ARealmMatchPolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARealmMatchPolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$32]]);
10177
+ var ARealmMatchPolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARealmMatchPolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$36]]);
9793
10178
  //#endregion
9794
10179
  //#region src/components/entities/policy/time/ATimePolicyForm.vue?vue&type=script&lang.ts
9795
10180
  var ATimePolicyForm_vue_vue_type_script_lang_default = defineComponent({
@@ -9876,16 +10261,16 @@ var ATimePolicyForm_vue_vue_type_script_lang_default = defineComponent({
9876
10261
  });
9877
10262
  //#endregion
9878
10263
  //#region src/components/entities/policy/time/ATimePolicyForm.vue
9879
- const _hoisted_1$15 = { class: "row" };
9880
- const _hoisted_2$10 = { class: "col" };
9881
- const _hoisted_3$7 = { class: "col" };
9882
- const _hoisted_4$5 = { class: "row" };
10264
+ const _hoisted_1$19 = { class: "row" };
10265
+ const _hoisted_2$14 = { class: "col" };
10266
+ const _hoisted_3$11 = { class: "col" };
10267
+ const _hoisted_4$9 = { class: "row" };
9883
10268
  const _hoisted_5$4 = { class: "col" };
9884
10269
  const _hoisted_6$4 = {
9885
10270
  key: 0,
9886
10271
  class: "col"
9887
10272
  };
9888
- const _hoisted_7$2 = {
10273
+ const _hoisted_7$3 = {
9889
10274
  key: 1,
9890
10275
  class: "col"
9891
10276
  };
@@ -9893,12 +10278,12 @@ const _hoisted_8$1 = {
9893
10278
  key: 2,
9894
10279
  class: "col"
9895
10280
  };
9896
- function _sfc_render$31(_ctx, _cache, $props, $setup, $data, $options) {
10281
+ function _sfc_render$35(_ctx, _cache, $props, $setup, $data, $options) {
9897
10282
  const _component_VCFormInput = resolveComponent("VCFormInput");
9898
10283
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
9899
10284
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
9900
10285
  const _component_VCFormSelect = resolveComponent("VCFormSelect");
9901
- return openBlock(), createElementBlock("div", null, [createElementVNode("div", _hoisted_1$15, [createElementVNode("div", _hoisted_2$10, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.start }, {
10286
+ return openBlock(), createElementBlock("div", null, [createElementVNode("div", _hoisted_1$19, [createElementVNode("div", _hoisted_2$14, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.start }, {
9902
10287
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
9903
10288
  label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.start), 1)]),
9904
10289
  default: withCtx(() => [createVNode(_component_VCFormInput, {
@@ -9914,7 +10299,7 @@ function _sfc_render$31(_ctx, _cache, $props, $setup, $data, $options) {
9914
10299
  _: 2
9915
10300
  }, 1032, ["validation"])]),
9916
10301
  _: 1
9917
- }, 8, ["field"])]), createElementVNode("div", _hoisted_3$7, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.end }, {
10302
+ }, 8, ["field"])]), createElementVNode("div", _hoisted_3$11, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.end }, {
9918
10303
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
9919
10304
  label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.end), 1)]),
9920
10305
  default: withCtx(() => [createVNode(_component_VCFormInput, {
@@ -9930,7 +10315,7 @@ function _sfc_render$31(_ctx, _cache, $props, $setup, $data, $options) {
9930
10315
  _: 2
9931
10316
  }, 1032, ["validation"])]),
9932
10317
  _: 1
9933
- }, 8, ["field"])])]), createElementVNode("div", _hoisted_4$5, [
10318
+ }, 8, ["field"])])]), createElementVNode("div", _hoisted_4$9, [
9934
10319
  createElementVNode("div", _hoisted_5$4, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.interval }, {
9935
10320
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
9936
10321
  label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.interval), 1)]),
@@ -9966,7 +10351,7 @@ function _sfc_render$31(_ctx, _cache, $props, $setup, $data, $options) {
9966
10351
  }, 1032, ["validation"])]),
9967
10352
  _: 1
9968
10353
  }, 8, ["field"])])) : createCommentVNode("v-if", true),
9969
- _ctx.displayIntervalForDayOfMonth ? (openBlock(), createElementBlock("div", _hoisted_7$2, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.day_of_month }, {
10354
+ _ctx.displayIntervalForDayOfMonth ? (openBlock(), createElementBlock("div", _hoisted_7$3, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.day_of_month }, {
9970
10355
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
9971
10356
  label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.dayOfMonth), 1)]),
9972
10357
  default: withCtx(() => [createVNode(_component_VCFormInput, {
@@ -10004,7 +10389,7 @@ function _sfc_render$31(_ctx, _cache, $props, $setup, $data, $options) {
10004
10389
  }, 8, ["field"])])) : createCommentVNode("v-if", true)
10005
10390
  ])]);
10006
10391
  }
10007
- var ATimePolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ATimePolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$31]]);
10392
+ var ATimePolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ATimePolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$35]]);
10008
10393
  //#endregion
10009
10394
  //#region src/components/entities/policy/APolicy.ts
10010
10395
  const APolicy = defineComponent({
@@ -10062,19 +10447,19 @@ var APolicyTypePicker_vue_vue_type_script_lang_default = defineComponent({
10062
10447
  });
10063
10448
  //#endregion
10064
10449
  //#region src/components/entities/policy/APolicyTypePicker.vue
10065
- const _hoisted_1$14 = { class: "flex flex-col gap-2" };
10066
- const _hoisted_2$9 = { class: "flex flex-row gap-2 flex-wrap" };
10067
- const _hoisted_3$6 = ["onClick"];
10068
- function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
10069
- return openBlock(), createElementBlock("div", _hoisted_1$14, [createElementVNode("div", null, [_cache[0] || (_cache[0] = createElementVNode("h6", null, "Type", -1)), createElementVNode("div", _hoisted_2$9, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, (item, key) => {
10450
+ const _hoisted_1$18 = { class: "flex flex-col gap-2" };
10451
+ const _hoisted_2$13 = { class: "flex flex-row gap-2 flex-wrap" };
10452
+ const _hoisted_3$10 = ["onClick"];
10453
+ function _sfc_render$34(_ctx, _cache, $props, $setup, $data, $options) {
10454
+ return openBlock(), createElementBlock("div", _hoisted_1$18, [createElementVNode("div", null, [_cache[0] || (_cache[0] = createElementVNode("h6", null, "Type", -1)), createElementVNode("div", _hoisted_2$13, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, (item, key) => {
10070
10455
  return openBlock(), createElementBlock("div", {
10071
10456
  key,
10072
10457
  class: normalizeClass([{ "active": item.value === _ctx.option }, "flex flex-col gap-1 text-center a-picker-item"]),
10073
10458
  onClick: withModifiers(($event) => _ctx.pick(`${item.value}`), ["prevent"])
10074
- }, [createElementVNode("div", null, toDisplayString(item.value), 1)], 10, _hoisted_3$6);
10459
+ }, [createElementVNode("div", null, toDisplayString(item.value), 1)], 10, _hoisted_3$10);
10075
10460
  }), 128))])])]);
10076
10461
  }
10077
- var APolicyTypePicker_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicyTypePicker_vue_vue_type_script_lang_default, [["render", _sfc_render$30], ["__scopeId", "data-v-51b5a9d2"]]);
10462
+ var APolicyTypePicker_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicyTypePicker_vue_vue_type_script_lang_default, [["render", _sfc_render$34]]);
10078
10463
  //#endregion
10079
10464
  //#region src/components/entities/policy/APolicyBasicForm.vue?vue&type=script&lang.ts
10080
10465
  var APolicyBasicForm_vue_vue_type_script_lang_default = defineComponent({
@@ -10147,14 +10532,14 @@ var APolicyBasicForm_vue_vue_type_script_lang_default = defineComponent({
10147
10532
  });
10148
10533
  //#endregion
10149
10534
  //#region src/components/entities/policy/APolicyBasicForm.vue
10150
- const _hoisted_1$13 = { class: "row" };
10151
- const _hoisted_2$8 = { class: "col" };
10152
- const _hoisted_3$5 = ["for"];
10153
- const _hoisted_4$4 = {
10535
+ const _hoisted_1$17 = { class: "row" };
10536
+ const _hoisted_2$12 = { class: "col" };
10537
+ const _hoisted_3$9 = ["for"];
10538
+ const _hoisted_4$8 = {
10154
10539
  key: 0,
10155
10540
  class: "col"
10156
10541
  };
10157
- function _sfc_render$29(_ctx, _cache, $props, $setup, $data, $options) {
10542
+ function _sfc_render$33(_ctx, _cache, $props, $setup, $data, $options) {
10158
10543
  const _component_ANameInput = resolveComponent("ANameInput");
10159
10544
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
10160
10545
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -10162,7 +10547,7 @@ function _sfc_render$29(_ctx, _cache, $props, $setup, $data, $options) {
10162
10547
  const _component_VCFormTextarea = resolveComponent("VCFormTextarea");
10163
10548
  const _component_VCFormSwitch = resolveComponent("VCFormSwitch");
10164
10549
  const _component_ARealmPicker = resolveComponent("ARealmPicker");
10165
- return openBlock(), createElementBlock("div", _hoisted_1$13, [createElementVNode("div", _hoisted_2$8, [
10550
+ return openBlock(), createElementBlock("div", _hoisted_1$17, [createElementVNode("div", _hoisted_2$12, [
10166
10551
  createVNode(_component_IFieldValidation, { field: _ctx.v.fields.name }, {
10167
10552
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
10168
10553
  label: withCtx(() => [..._cache[0] || (_cache[0] = [createTextVNode(" Name ", -1)])]),
@@ -10222,7 +10607,7 @@ function _sfc_render$29(_ctx, _cache, $props, $setup, $data, $options) {
10222
10607
  label: true,
10223
10608
  onChange: _ctx.handleUpdated
10224
10609
  }, {
10225
- label: withCtx((iProps) => [createElementVNode("label", { for: iProps.id }, " Invert? ", 8, _hoisted_3$5)]),
10610
+ label: withCtx((iProps) => [createElementVNode("label", { for: iProps.id }, " Invert? ", 8, _hoisted_3$9)]),
10226
10611
  _: 1
10227
10612
  }, 8, [
10228
10613
  "modelValue",
@@ -10233,7 +10618,7 @@ function _sfc_render$29(_ctx, _cache, $props, $setup, $data, $options) {
10233
10618
  }, 1032, ["validation"])]),
10234
10619
  _: 1
10235
10620
  }, 8, ["field"])
10236
- ]), !_ctx.realmId && !_ctx.isEditing ? (openBlock(), createElementBlock("div", _hoisted_4$4, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.realm_id }, {
10621
+ ]), !_ctx.realmId && !_ctx.isEditing ? (openBlock(), createElementBlock("div", _hoisted_4$8, [createVNode(_component_IFieldValidation, { field: _ctx.v.fields.realm_id }, {
10237
10622
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
10238
10623
  label: withCtx(() => [..._cache[3] || (_cache[3] = [createTextVNode(" Realm ", -1)])]),
10239
10624
  default: withCtx(() => [createVNode(_component_ARealmPicker, {
@@ -10253,7 +10638,7 @@ var APolicyForm_vue_vue_type_script_lang_default = defineComponent({
10253
10638
  components: {
10254
10639
  AFormSubmit,
10255
10640
  APolicyTypePicker: APolicyTypePicker_default,
10256
- APolicyBasicForm: /* @__PURE__ */ _plugin_vue_export_helper_default(APolicyBasicForm_vue_vue_type_script_lang_default, [["render", _sfc_render$29]])
10641
+ APolicyBasicForm: /* @__PURE__ */ _plugin_vue_export_helper_default(APolicyBasicForm_vue_vue_type_script_lang_default, [["render", _sfc_render$33]])
10257
10642
  },
10258
10643
  props: {
10259
10644
  entity: { type: Object },
@@ -10311,11 +10696,11 @@ var APolicyForm_vue_vue_type_script_lang_default = defineComponent({
10311
10696
  });
10312
10697
  //#endregion
10313
10698
  //#region src/components/entities/policy/APolicyForm.vue
10314
- const _hoisted_1$12 = { class: "flex flex-col" };
10315
- function _sfc_render$28(_ctx, _cache, $props, $setup, $data, $options) {
10699
+ const _hoisted_1$16 = { class: "flex flex-col" };
10700
+ function _sfc_render$32(_ctx, _cache, $props, $setup, $data, $options) {
10316
10701
  const _component_APolicyBasicForm = resolveComponent("APolicyBasicForm");
10317
10702
  const _component_AFormSubmit = resolveComponent("AFormSubmit");
10318
- return openBlock(), createElementBlock("div", _hoisted_1$12, [
10703
+ return openBlock(), createElementBlock("div", _hoisted_1$16, [
10319
10704
  _cache[0] || (_cache[0] = createElementVNode("h6", null, "General", -1)),
10320
10705
  createVNode(_component_APolicyBasicForm, {
10321
10706
  entity: _ctx.data,
@@ -10341,7 +10726,7 @@ function _sfc_render$28(_ctx, _cache, $props, $setup, $data, $options) {
10341
10726
  ])])
10342
10727
  ]);
10343
10728
  }
10344
- var APolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$28]]);
10729
+ var APolicyForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APolicyForm_vue_vue_type_script_lang_default, [["render", _sfc_render$32]]);
10345
10730
  //#endregion
10346
10731
  //#region src/components/entities/permission-client/APermissionClientAssignments.vue?vue&type=script&lang.ts
10347
10732
  var APermissionClientAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -10359,7 +10744,7 @@ var APermissionClientAssignments_vue_vue_type_script_lang_default = defineCompon
10359
10744
  });
10360
10745
  //#endregion
10361
10746
  //#region src/components/entities/permission-client/APermissionClientAssignments.vue
10362
- function _sfc_render$27(_ctx, _cache, $props, $setup, $data, $options) {
10747
+ function _sfc_render$31(_ctx, _cache, $props, $setup, $data, $options) {
10363
10748
  const _component_AClientPermissionAssignment = resolveComponent("AClientPermissionAssignment");
10364
10749
  const _component_AClients = resolveComponent("AClients");
10365
10750
  return openBlock(), createBlock(_component_AClients, null, createSlots({
@@ -10376,7 +10761,7 @@ function _sfc_render$27(_ctx, _cache, $props, $setup, $data, $options) {
10376
10761
  };
10377
10762
  })]), 1024);
10378
10763
  }
10379
- var APermissionClientAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionClientAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$27]]);
10764
+ var APermissionClientAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionClientAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$31]]);
10380
10765
  //#endregion
10381
10766
  //#region src/components/entities/permission-policy/APermissionPolicyAssignment.vue?vue&type=script&lang.ts
10382
10767
  var APermissionPolicyAssignment_vue_vue_type_script_lang_default = defineComponent({
@@ -10423,7 +10808,7 @@ var APermissionPolicyAssignment_vue_vue_type_script_lang_default = defineCompone
10423
10808
  });
10424
10809
  //#endregion
10425
10810
  //#region src/components/entities/permission-policy/APermissionPolicyAssignment.vue
10426
- function _sfc_render$26(_ctx, _cache, $props, $setup, $data, $options) {
10811
+ function _sfc_render$30(_ctx, _cache, $props, $setup, $data, $options) {
10427
10812
  const _component_AToggleButton = resolveComponent("AToggleButton");
10428
10813
  return openBlock(), createBlock(_component_AToggleButton, {
10429
10814
  value: !!_ctx.manager.data.value,
@@ -10435,7 +10820,7 @@ function _sfc_render$26(_ctx, _cache, $props, $setup, $data, $options) {
10435
10820
  "onChanged"
10436
10821
  ]);
10437
10822
  }
10438
- var APermissionPolicyAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionPolicyAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$26]]);
10823
+ var APermissionPolicyAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionPolicyAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$30]]);
10439
10824
  //#endregion
10440
10825
  //#region src/components/entities/permission-policy/APermissionPolicyAssignments.vue?vue&type=script&lang.ts
10441
10826
  var APermissionPolicyAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -10468,14 +10853,14 @@ var APermissionPolicyAssignments_vue_vue_type_script_lang_default = defineCompon
10468
10853
  });
10469
10854
  //#endregion
10470
10855
  //#region src/components/entities/permission-policy/APermissionPolicyAssignments.vue
10471
- const _hoisted_1$11 = { class: "ms-auto" };
10472
- const _hoisted_2$7 = ["aria-labelledby"];
10473
- const _hoisted_3$4 = { class: "modal-content" };
10474
- const _hoisted_4$3 = { class: "modal-header" };
10856
+ const _hoisted_1$15 = { class: "ms-auto" };
10857
+ const _hoisted_2$11 = ["aria-labelledby"];
10858
+ const _hoisted_3$8 = { class: "modal-content" };
10859
+ const _hoisted_4$7 = { class: "modal-header" };
10475
10860
  const _hoisted_5$3 = ["id"];
10476
10861
  const _hoisted_6$3 = { class: "modal-body" };
10477
- const _hoisted_7$1 = { class: "modal-footer" };
10478
- function _sfc_render$25(_ctx, _cache, $props, $setup, $data, $options) {
10862
+ const _hoisted_7$2 = { class: "modal-footer" };
10863
+ function _sfc_render$29(_ctx, _cache, $props, $setup, $data, $options) {
10479
10864
  const _component_APolicyInlineInfo = resolveComponent("APolicyInlineInfo");
10480
10865
  const _component_APermissionPolicyAssignment = resolveComponent("APermissionPolicyAssignment");
10481
10866
  const _component_APolicies = resolveComponent("APolicies");
@@ -10487,7 +10872,7 @@ function _sfc_render$25(_ctx, _cache, $props, $setup, $data, $options) {
10487
10872
  entity: data,
10488
10873
  onDetail: _cache[0] || (_cache[0] = ($event) => _ctx.detailPolicy = $event)
10489
10874
  }, null, 8, ["entity"]),
10490
- createElementVNode("div", _hoisted_1$11, [(openBlock(), createBlock(_component_APermissionPolicyAssignment, {
10875
+ createElementVNode("div", _hoisted_1$15, [(openBlock(), createBlock(_component_APermissionPolicyAssignment, {
10491
10876
  key: data.id,
10492
10877
  "permission-id": _ctx.entityId,
10493
10878
  "policy-id": data.id
@@ -10515,8 +10900,8 @@ function _sfc_render$25(_ctx, _cache, $props, $setup, $data, $options) {
10515
10900
  class: "modal-dialog",
10516
10901
  role: "document",
10517
10902
  onClick: _cache[4] || (_cache[4] = withModifiers(() => {}, ["stop"]))
10518
- }, [createElementVNode("div", _hoisted_3$4, [
10519
- createElementVNode("div", _hoisted_4$3, [createElementVNode("h5", {
10903
+ }, [createElementVNode("div", _hoisted_3$8, [
10904
+ createElementVNode("div", _hoisted_4$7, [createElementVNode("h5", {
10520
10905
  id: `policy-detail-modal-${_ctx.detailPolicy.id}`,
10521
10906
  class: "modal-title"
10522
10907
  }, toDisplayString(_ctx.detailPolicy.name), 9, _hoisted_5$3), createElementVNode("button", {
@@ -10526,14 +10911,14 @@ function _sfc_render$25(_ctx, _cache, $props, $setup, $data, $options) {
10526
10911
  onClick: _cache[2] || (_cache[2] = ($event) => _ctx.detailPolicy = null)
10527
10912
  })]),
10528
10913
  createElementVNode("div", _hoisted_6$3, [createVNode(_component_APolicySummary, { entity: _ctx.detailPolicy }, null, 8, ["entity"])]),
10529
- createElementVNode("div", _hoisted_7$1, [createElementVNode("button", {
10914
+ createElementVNode("div", _hoisted_7$2, [createElementVNode("button", {
10530
10915
  type: "button",
10531
10916
  class: "btn btn-secondary btn-xs",
10532
10917
  onClick: _cache[3] || (_cache[3] = ($event) => _ctx.detailPolicy = null)
10533
10918
  }, " Close ")])
10534
- ])])], 8, _hoisted_2$7)])) : createCommentVNode("v-if", true)]);
10919
+ ])])], 8, _hoisted_2$11)])) : createCommentVNode("v-if", true)]);
10535
10920
  }
10536
- var APermissionPolicyAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionPolicyAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$25]]);
10921
+ var APermissionPolicyAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionPolicyAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$29]]);
10537
10922
  //#endregion
10538
10923
  //#region src/components/entities/robot-permission/ARobotPermissionAssignment.vue?vue&type=script&lang.ts
10539
10924
  var ARobotPermissionAssignment_vue_vue_type_script_lang_default = defineComponent({
@@ -10588,11 +10973,11 @@ var ARobotPermissionAssignment_vue_vue_type_script_lang_default = defineComponen
10588
10973
  });
10589
10974
  //#endregion
10590
10975
  //#region src/components/entities/robot-permission/ARobotPermissionAssignment.vue
10591
- const _hoisted_1$10 = { class: "flex gap-1" };
10592
- function _sfc_render$24(_ctx, _cache, $props, $setup, $data, $options) {
10976
+ const _hoisted_1$14 = { class: "flex gap-1" };
10977
+ function _sfc_render$28(_ctx, _cache, $props, $setup, $data, $options) {
10593
10978
  const _component_AToggleButton = resolveComponent("AToggleButton");
10594
10979
  const _component_APermissionPolicyBindingButton = resolveComponent("APermissionPolicyBindingButton");
10595
- return openBlock(), createElementBlock("span", _hoisted_1$10, [createVNode(_component_AToggleButton, {
10980
+ return openBlock(), createElementBlock("span", _hoisted_1$14, [createVNode(_component_AToggleButton, {
10596
10981
  value: !!_ctx.manager.data.value,
10597
10982
  "is-busy": _ctx.manager.busy.value,
10598
10983
  onChanged: _ctx.handleChanged
@@ -10611,7 +10996,7 @@ function _sfc_render$24(_ctx, _cache, $props, $setup, $data, $options) {
10611
10996
  "onUpdated"
10612
10997
  ])) : createCommentVNode("v-if", true)]);
10613
10998
  }
10614
- var ARobotPermissionAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARobotPermissionAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$24]]);
10999
+ var ARobotPermissionAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARobotPermissionAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$28]]);
10615
11000
  //#endregion
10616
11001
  //#region src/components/entities/robot/ARobot.ts
10617
11002
  const ARobot = defineComponent({
@@ -10746,15 +11131,15 @@ var ARobotForm_vue_vue_type_script_lang_default = defineComponent({
10746
11131
  });
10747
11132
  //#endregion
10748
11133
  //#region src/components/entities/robot/ARobotForm.vue
10749
- const _hoisted_1$9 = {
11134
+ const _hoisted_1$13 = {
10750
11135
  key: 0,
10751
11136
  class: "text-error-600 font-bold ps-1"
10752
11137
  };
10753
- const _hoisted_2$6 = {
11138
+ const _hoisted_2$10 = {
10754
11139
  key: 0,
10755
11140
  class: "col"
10756
11141
  };
10757
- function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
11142
+ function _sfc_render$27(_ctx, _cache, $props, $setup, $data, $options) {
10758
11143
  const _component_VCFormInput = resolveComponent("VCFormInput");
10759
11144
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
10760
11145
  const _component_ANameInput = resolveComponent("ANameInput");
@@ -10804,7 +11189,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
10804
11189
  }, 8, ["field"]),
10805
11190
  createVNode(_component_IFieldValidation, { field: _ctx.v.fields.secret }, {
10806
11191
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
10807
- label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.secret), 1), _ctx.isSecretHashed ? (openBlock(), createElementBlock("span", _hoisted_1$9, [createTextVNode(toDisplayString(_ctx.translationsDefault.hashed) + " ", 1), createVNode(_component_VCIcon, {
11192
+ label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.secret), 1), _ctx.isSecretHashed ? (openBlock(), createElementBlock("span", _hoisted_1$13, [createTextVNode(toDisplayString(_ctx.translationsDefault.hashed) + " ", 1), createVNode(_component_VCIcon, {
10808
11193
  name: "fa6-solid:triangle-exclamation",
10809
11194
  class: "ps-1"
10810
11195
  })])) : createCommentVNode("v-if", true)]),
@@ -10829,7 +11214,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
10829
11214
  "is-invalid",
10830
11215
  "onSubmit"
10831
11216
  ])
10832
- ], 2), !_ctx.isRealmLocked ? (openBlock(), createElementBlock("div", _hoisted_2$6, [createVNode(_component_ARealms, null, {
11217
+ ], 2), !_ctx.isRealmLocked ? (openBlock(), createElementBlock("div", _hoisted_2$10, [createVNode(_component_ARealms, null, {
10833
11218
  itemActions: withCtx((pickerProps) => [createVNode(_component_AToggleButton, {
10834
11219
  value: _ctx.form.realm_id === pickerProps.data.id,
10835
11220
  "is-busy": pickerProps.busy,
@@ -10844,7 +11229,7 @@ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
10844
11229
  _: 1
10845
11230
  })])) : createCommentVNode("v-if", true)], 2)], 32);
10846
11231
  }
10847
- var ARobotForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARobotForm_vue_vue_type_script_lang_default, [["render", _sfc_render$23]]);
11232
+ var ARobotForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARobotForm_vue_vue_type_script_lang_default, [["render", _sfc_render$27]]);
10848
11233
  //#endregion
10849
11234
  //#region src/components/entities/robot/ARobots.ts
10850
11235
  const ARobots = defineComponent({
@@ -10887,7 +11272,7 @@ var APermissionRobotAssignments_vue_vue_type_script_lang_default = defineCompone
10887
11272
  });
10888
11273
  //#endregion
10889
11274
  //#region src/components/entities/permission-robot/APermissionRobotAssignments.vue
10890
- function _sfc_render$22(_ctx, _cache, $props, $setup, $data, $options) {
11275
+ function _sfc_render$26(_ctx, _cache, $props, $setup, $data, $options) {
10891
11276
  const _component_ARobotPermissionAssignment = resolveComponent("ARobotPermissionAssignment");
10892
11277
  const _component_ARobots = resolveComponent("ARobots");
10893
11278
  return openBlock(), createBlock(_component_ARobots, null, createSlots({
@@ -10904,7 +11289,7 @@ function _sfc_render$22(_ctx, _cache, $props, $setup, $data, $options) {
10904
11289
  };
10905
11290
  })]), 1024);
10906
11291
  }
10907
- var APermissionRobotAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionRobotAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$22]]);
11292
+ var APermissionRobotAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionRobotAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$26]]);
10908
11293
  //#endregion
10909
11294
  //#region src/components/entities/role-permission/ARolePermissionAssignment.vue?vue&type=script&lang.ts
10910
11295
  var ARolePermissionAssignment_vue_vue_type_script_lang_default = defineComponent({
@@ -10959,11 +11344,11 @@ var ARolePermissionAssignment_vue_vue_type_script_lang_default = defineComponent
10959
11344
  });
10960
11345
  //#endregion
10961
11346
  //#region src/components/entities/role-permission/ARolePermissionAssignment.vue
10962
- const _hoisted_1$8 = { class: "flex gap-1" };
10963
- function _sfc_render$21(_ctx, _cache, $props, $setup, $data, $options) {
11347
+ const _hoisted_1$12 = { class: "flex gap-1" };
11348
+ function _sfc_render$25(_ctx, _cache, $props, $setup, $data, $options) {
10964
11349
  const _component_AToggleButton = resolveComponent("AToggleButton");
10965
11350
  const _component_APermissionPolicyBindingButton = resolveComponent("APermissionPolicyBindingButton");
10966
- return openBlock(), createElementBlock("span", _hoisted_1$8, [createVNode(_component_AToggleButton, {
11351
+ return openBlock(), createElementBlock("span", _hoisted_1$12, [createVNode(_component_AToggleButton, {
10967
11352
  value: !!_ctx.manager.data.value,
10968
11353
  "is-busy": _ctx.manager.busy.value,
10969
11354
  onChanged: _ctx.handleChanged
@@ -10982,7 +11367,7 @@ function _sfc_render$21(_ctx, _cache, $props, $setup, $data, $options) {
10982
11367
  "onUpdated"
10983
11368
  ])) : createCommentVNode("v-if", true)]);
10984
11369
  }
10985
- var ARolePermissionAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARolePermissionAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$21]]);
11370
+ var ARolePermissionAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARolePermissionAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$25]]);
10986
11371
  //#endregion
10987
11372
  //#region src/components/entities/role-permission/ARolePermissionAssignments.vue?vue&type=script&lang.ts
10988
11373
  var ARolePermissionAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11000,7 +11385,7 @@ var ARolePermissionAssignments_vue_vue_type_script_lang_default = defineComponen
11000
11385
  });
11001
11386
  //#endregion
11002
11387
  //#region src/components/entities/role-permission/ARolePermissionAssignments.vue
11003
- function _sfc_render$20(_ctx, _cache, $props, $setup, $data, $options) {
11388
+ function _sfc_render$24(_ctx, _cache, $props, $setup, $data, $options) {
11004
11389
  const _component_ARolePermissionAssignment = resolveComponent("ARolePermissionAssignment");
11005
11390
  const _component_APermissions = resolveComponent("APermissions");
11006
11391
  return openBlock(), createBlock(_component_APermissions, null, createSlots({
@@ -11017,7 +11402,7 @@ function _sfc_render$20(_ctx, _cache, $props, $setup, $data, $options) {
11017
11402
  };
11018
11403
  })]), 1024);
11019
11404
  }
11020
- var ARolePermissionAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARolePermissionAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$20]]);
11405
+ var ARolePermissionAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARolePermissionAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$24]]);
11021
11406
  //#endregion
11022
11407
  //#region src/components/entities/permission-role/APermissionRoleAssignments.vue?vue&type=script&lang.ts
11023
11408
  var APermissionRoleAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11035,7 +11420,7 @@ var APermissionRoleAssignments_vue_vue_type_script_lang_default = defineComponen
11035
11420
  });
11036
11421
  //#endregion
11037
11422
  //#region src/components/entities/permission-role/APermissionRoleAssignments.vue
11038
- function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
11423
+ function _sfc_render$23(_ctx, _cache, $props, $setup, $data, $options) {
11039
11424
  const _component_ARolePermissionAssignment = resolveComponent("ARolePermissionAssignment");
11040
11425
  const _component_ARoles = resolveComponent("ARoles");
11041
11426
  return openBlock(), createBlock(_component_ARoles, null, createSlots({
@@ -11052,7 +11437,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
11052
11437
  };
11053
11438
  })]), 1024);
11054
11439
  }
11055
- var APermissionRoleAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionRoleAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$19]]);
11440
+ var APermissionRoleAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionRoleAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$23]]);
11056
11441
  //#endregion
11057
11442
  //#region src/components/entities/user-permission/AUserPermissionAssignment.vue?vue&type=script&lang.ts
11058
11443
  var AUserPermissionAssignment_vue_vue_type_script_lang_default = defineComponent({
@@ -11107,11 +11492,11 @@ var AUserPermissionAssignment_vue_vue_type_script_lang_default = defineComponent
11107
11492
  });
11108
11493
  //#endregion
11109
11494
  //#region src/components/entities/user-permission/AUserPermissionAssignment.vue
11110
- const _hoisted_1$7 = { class: "flex gap-1" };
11111
- function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
11495
+ const _hoisted_1$11 = { class: "flex gap-1" };
11496
+ function _sfc_render$22(_ctx, _cache, $props, $setup, $data, $options) {
11112
11497
  const _component_AToggleButton = resolveComponent("AToggleButton");
11113
11498
  const _component_APermissionPolicyBindingButton = resolveComponent("APermissionPolicyBindingButton");
11114
- return openBlock(), createElementBlock("span", _hoisted_1$7, [createVNode(_component_AToggleButton, {
11499
+ return openBlock(), createElementBlock("span", _hoisted_1$11, [createVNode(_component_AToggleButton, {
11115
11500
  value: !!_ctx.manager.data.value,
11116
11501
  "is-busy": _ctx.manager.busy.value,
11117
11502
  onChanged: _ctx.handleChanged
@@ -11130,7 +11515,7 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
11130
11515
  "onUpdated"
11131
11516
  ])) : createCommentVNode("v-if", true)]);
11132
11517
  }
11133
- var AUserPermissionAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserPermissionAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$18]]);
11518
+ var AUserPermissionAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserPermissionAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$22]]);
11134
11519
  //#endregion
11135
11520
  //#region src/components/entities/user-permission/AUserPermissionAssignments.vue?vue&type=script&lang.ts
11136
11521
  var AUserPermissionAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11148,7 +11533,7 @@ var AUserPermissionAssignments_vue_vue_type_script_lang_default = defineComponen
11148
11533
  });
11149
11534
  //#endregion
11150
11535
  //#region src/components/entities/user-permission/AUserPermissionAssignments.vue
11151
- function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
11536
+ function _sfc_render$21(_ctx, _cache, $props, $setup, $data, $options) {
11152
11537
  const _component_AUserPermissionAssignment = resolveComponent("AUserPermissionAssignment");
11153
11538
  const _component_APermissions = resolveComponent("APermissions");
11154
11539
  return openBlock(), createBlock(_component_APermissions, null, createSlots({
@@ -11165,7 +11550,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
11165
11550
  };
11166
11551
  })]), 1024);
11167
11552
  }
11168
- var AUserPermissionAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserPermissionAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$17]]);
11553
+ var AUserPermissionAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserPermissionAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$21]]);
11169
11554
  //#endregion
11170
11555
  //#region src/components/entities/user/AUser.ts
11171
11556
  const AUser = defineComponent({
@@ -11312,19 +11697,19 @@ var AUserForm_vue_vue_type_script_lang_default = defineComponent({
11312
11697
  });
11313
11698
  //#endregion
11314
11699
  //#region src/components/entities/user/AUserForm.vue
11315
- const _hoisted_1$6 = {
11700
+ const _hoisted_1$10 = {
11316
11701
  key: 0,
11317
11702
  class: "row"
11318
11703
  };
11319
- const _hoisted_2$5 = { class: "col" };
11320
- const _hoisted_3$3 = ["for"];
11321
- const _hoisted_4$2 = {
11704
+ const _hoisted_2$9 = { class: "col" };
11705
+ const _hoisted_3$7 = ["for"];
11706
+ const _hoisted_4$6 = {
11322
11707
  key: 0,
11323
11708
  class: "col"
11324
11709
  };
11325
11710
  const _hoisted_5$2 = ["for"];
11326
11711
  const _hoisted_6$2 = { key: 0 };
11327
- function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
11712
+ function _sfc_render$20(_ctx, _cache, $props, $setup, $data, $options) {
11328
11713
  const _component_ANameInput = resolveComponent("ANameInput");
11329
11714
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
11330
11715
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -11376,7 +11761,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
11376
11761
  }, 1032, ["validation"])]),
11377
11762
  _: 1
11378
11763
  }, 8, ["field"]),
11379
- _ctx.$props.canManage ? (openBlock(), createElementBlock("div", _hoisted_1$6, [createElementVNode("div", _hoisted_2$5, [createVNode(_component_VCFormSwitch, {
11764
+ _ctx.$props.canManage ? (openBlock(), createElementBlock("div", _hoisted_1$10, [createElementVNode("div", _hoisted_2$9, [createVNode(_component_VCFormSwitch, {
11380
11765
  modelValue: _ctx.form.active,
11381
11766
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.form.active = $event),
11382
11767
  label: true
@@ -11384,9 +11769,9 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
11384
11769
  label: withCtx(({ id, class: labelClass }) => [createElementVNode("label", {
11385
11770
  for: id,
11386
11771
  class: normalizeClass([labelClass, _ctx.form.active ? "text-success-600" : "text-error-600"])
11387
- }, toDisplayString(_ctx.form.active ? _ctx.translationsDefault.active : _ctx.translationsDefault.inactive), 11, _hoisted_3$3)]),
11772
+ }, toDisplayString(_ctx.form.active ? _ctx.translationsDefault.active : _ctx.translationsDefault.inactive), 11, _hoisted_3$7)]),
11388
11773
  _: 1
11389
- }, 8, ["modelValue"])]), _ctx.$props.entity ? (openBlock(), createElementBlock("div", _hoisted_4$2, [createVNode(_component_VCFormSwitch, {
11774
+ }, 8, ["modelValue"])]), _ctx.$props.entity ? (openBlock(), createElementBlock("div", _hoisted_4$6, [createVNode(_component_VCFormSwitch, {
11390
11775
  modelValue: _ctx.form.name_locked,
11391
11776
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.form.name_locked = $event),
11392
11777
  label: true
@@ -11423,7 +11808,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
11423
11808
  _: 1
11424
11809
  })])) : createCommentVNode("v-if", true)], 2)], 32);
11425
11810
  }
11426
- var AUserForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserForm_vue_vue_type_script_lang_default, [["render", _sfc_render$16]]);
11811
+ var AUserForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserForm_vue_vue_type_script_lang_default, [["render", _sfc_render$20]]);
11427
11812
  //#endregion
11428
11813
  //#region src/components/entities/user/AUsers.ts
11429
11814
  const AUsers = defineComponent({
@@ -11519,8 +11904,8 @@ var AUserPasswordForm_vue_vue_type_script_lang_default = defineComponent({
11519
11904
  });
11520
11905
  //#endregion
11521
11906
  //#region src/components/entities/user/AUserPasswordForm.vue
11522
- const _hoisted_1$5 = ["for"];
11523
- function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
11907
+ const _hoisted_1$9 = ["for"];
11908
+ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
11524
11909
  const _component_VCFormInput = resolveComponent("VCFormInput");
11525
11910
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
11526
11911
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
@@ -11572,7 +11957,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
11572
11957
  label: withCtx(({ id, class: labelClass }) => [createCommentVNode(" Render `<label for=id>` ourselves so clicking the text\n toggles the switch (matches the implicit behavior of\n passing labelContent as a string prop, which the\n component wraps in <label for=id> internally). "), createElementVNode("label", {
11573
11958
  for: id,
11574
11959
  class: normalizeClass(labelClass)
11575
- }, " Password " + toDisplayString(_ctx.passwordShow ? "hide" : "show"), 11, _hoisted_1$5)]),
11960
+ }, " Password " + toDisplayString(_ctx.passwordShow ? "hide" : "show"), 11, _hoisted_1$9)]),
11576
11961
  _: 1
11577
11962
  }, 8, ["modelValue"])]),
11578
11963
  createElementVNode("div", null, [createVNode(_component_AFormSubmit, {
@@ -11587,7 +11972,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
11587
11972
  ])])
11588
11973
  ], 32);
11589
11974
  }
11590
- var AUserPasswordForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserPasswordForm_vue_vue_type_script_lang_default, [["render", _sfc_render$15]]);
11975
+ var AUserPasswordForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserPasswordForm_vue_vue_type_script_lang_default, [["render", _sfc_render$19]]);
11591
11976
  //#endregion
11592
11977
  //#region src/components/entities/permission-user/APermissionUserAssignments.vue?vue&type=script&lang.ts
11593
11978
  var APermissionUserAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11605,7 +11990,7 @@ var APermissionUserAssignments_vue_vue_type_script_lang_default = defineComponen
11605
11990
  });
11606
11991
  //#endregion
11607
11992
  //#region src/components/entities/permission-user/APermissionUserAssignments.vue
11608
- function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
11993
+ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
11609
11994
  const _component_AUserPermissionAssignment = resolveComponent("AUserPermissionAssignment");
11610
11995
  const _component_AUsers = resolveComponent("AUsers");
11611
11996
  return openBlock(), createBlock(_component_AUsers, null, createSlots({
@@ -11622,7 +12007,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
11622
12007
  };
11623
12008
  })]), 1024);
11624
12009
  }
11625
- var APermissionUserAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionUserAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$14]]);
12010
+ var APermissionUserAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(APermissionUserAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$18]]);
11626
12011
  //#endregion
11627
12012
  //#region src/components/entities/robot-permission/ARobotPermissionAssignments.vue?vue&type=script&lang.ts
11628
12013
  var ARobotPermissionAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11640,7 +12025,7 @@ var ARobotPermissionAssignments_vue_vue_type_script_lang_default = defineCompone
11640
12025
  });
11641
12026
  //#endregion
11642
12027
  //#region src/components/entities/robot-permission/ARobotPermissionAssignments.vue
11643
- function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
12028
+ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
11644
12029
  const _component_ARobotPermissionAssignment = resolveComponent("ARobotPermissionAssignment");
11645
12030
  const _component_APermissions = resolveComponent("APermissions");
11646
12031
  return openBlock(), createBlock(_component_APermissions, null, createSlots({
@@ -11657,7 +12042,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
11657
12042
  };
11658
12043
  })]), 1024);
11659
12044
  }
11660
- var ARobotPermissionAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARobotPermissionAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$13]]);
12045
+ var ARobotPermissionAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARobotPermissionAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$17]]);
11661
12046
  //#endregion
11662
12047
  //#region src/components/entities/robot-role/ARobotRoleAssignment.vue?vue&type=script&lang.ts
11663
12048
  var ARobotRoleAssignment_vue_vue_type_script_lang_default = defineComponent({
@@ -11704,7 +12089,7 @@ var ARobotRoleAssignment_vue_vue_type_script_lang_default = defineComponent({
11704
12089
  });
11705
12090
  //#endregion
11706
12091
  //#region src/components/entities/robot-role/ARobotRoleAssignment.vue
11707
- function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
12092
+ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
11708
12093
  const _component_AToggleButton = resolveComponent("AToggleButton");
11709
12094
  return openBlock(), createBlock(_component_AToggleButton, {
11710
12095
  value: !!_ctx.manager.data.value,
@@ -11716,7 +12101,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
11716
12101
  "onChanged"
11717
12102
  ]);
11718
12103
  }
11719
- var ARobotRoleAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARobotRoleAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$12]]);
12104
+ var ARobotRoleAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARobotRoleAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$16]]);
11720
12105
  //#endregion
11721
12106
  //#region src/components/entities/robot-role/ARobotRoleAssignments.vue?vue&type=script&lang.ts
11722
12107
  var ARobotRoleAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11734,7 +12119,7 @@ var ARobotRoleAssignments_vue_vue_type_script_lang_default = defineComponent({
11734
12119
  });
11735
12120
  //#endregion
11736
12121
  //#region src/components/entities/robot-role/ARobotRoleAssignments.vue
11737
- function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
12122
+ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
11738
12123
  const _component_ARobotRoleAssignment = resolveComponent("ARobotRoleAssignment");
11739
12124
  const _component_ARoles = resolveComponent("ARoles");
11740
12125
  return openBlock(), createBlock(_component_ARoles, null, createSlots({
@@ -11751,7 +12136,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
11751
12136
  };
11752
12137
  })]), 1024);
11753
12138
  }
11754
- var ARobotRoleAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARobotRoleAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$11]]);
12139
+ var ARobotRoleAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARobotRoleAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$15]]);
11755
12140
  //#endregion
11756
12141
  //#region src/components/entities/role-client/ARoleClientAssignments.vue?vue&type=script&lang.ts
11757
12142
  var ARoleClientAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11766,7 +12151,7 @@ var ARoleClientAssignments_vue_vue_type_script_lang_default = defineComponent({
11766
12151
  });
11767
12152
  //#endregion
11768
12153
  //#region src/components/entities/role-client/ARoleClientAssignments.vue
11769
- function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
12154
+ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
11770
12155
  const _component_AClientRoleAssignment = resolveComponent("AClientRoleAssignment");
11771
12156
  const _component_AClients = resolveComponent("AClients");
11772
12157
  return openBlock(), createBlock(_component_AClients, null, {
@@ -11778,7 +12163,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
11778
12163
  _: 1
11779
12164
  });
11780
12165
  }
11781
- var ARoleClientAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARoleClientAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$10]]);
12166
+ var ARoleClientAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARoleClientAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$14]]);
11782
12167
  //#endregion
11783
12168
  //#region src/components/entities/role-robot/ARoleRobotAssignments.vue?vue&type=script&lang.ts
11784
12169
  var ARoleRobotAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11793,7 +12178,7 @@ var ARoleRobotAssignments_vue_vue_type_script_lang_default = defineComponent({
11793
12178
  });
11794
12179
  //#endregion
11795
12180
  //#region src/components/entities/role-robot/ARoleRobotAssignments.vue
11796
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
12181
+ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
11797
12182
  const _component_ARobotRoleAssignment = resolveComponent("ARobotRoleAssignment");
11798
12183
  const _component_ARobots = resolveComponent("ARobots");
11799
12184
  return openBlock(), createBlock(_component_ARobots, null, {
@@ -11805,7 +12190,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
11805
12190
  _: 1
11806
12191
  });
11807
12192
  }
11808
- var ARoleRobotAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARoleRobotAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$9]]);
12193
+ var ARoleRobotAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARoleRobotAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$13]]);
11809
12194
  //#endregion
11810
12195
  //#region src/components/entities/user-role/AUserRoleAssignment.vue?vue&type=script&lang.ts
11811
12196
  var AUserRoleAssignment_vue_vue_type_script_lang_default = defineComponent({
@@ -11852,7 +12237,7 @@ var AUserRoleAssignment_vue_vue_type_script_lang_default = defineComponent({
11852
12237
  });
11853
12238
  //#endregion
11854
12239
  //#region src/components/entities/user-role/AUserRoleAssignment.vue
11855
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
12240
+ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
11856
12241
  const _component_AToggleButton = resolveComponent("AToggleButton");
11857
12242
  return openBlock(), createBlock(_component_AToggleButton, {
11858
12243
  value: !!_ctx.manager.data.value,
@@ -11864,7 +12249,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
11864
12249
  "onChanged"
11865
12250
  ]);
11866
12251
  }
11867
- var AUserRoleAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserRoleAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$8]]);
12252
+ var AUserRoleAssignment_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserRoleAssignment_vue_vue_type_script_lang_default, [["render", _sfc_render$12]]);
11868
12253
  //#endregion
11869
12254
  //#region src/components/entities/user-role/AUserRoleAssignments.vue?vue&type=script&lang.ts
11870
12255
  var AUserRoleAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11882,7 +12267,7 @@ var AUserRoleAssignments_vue_vue_type_script_lang_default = defineComponent({
11882
12267
  });
11883
12268
  //#endregion
11884
12269
  //#region src/components/entities/user-role/AUserRoleAssignments.vue
11885
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
12270
+ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
11886
12271
  const _component_AUserRoleAssignment = resolveComponent("AUserRoleAssignment");
11887
12272
  const _component_ARoles = resolveComponent("ARoles");
11888
12273
  return openBlock(), createBlock(_component_ARoles, null, createSlots({
@@ -11899,7 +12284,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
11899
12284
  };
11900
12285
  })]), 1024);
11901
12286
  }
11902
- var AUserRoleAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserRoleAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$7]]);
12287
+ var AUserRoleAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AUserRoleAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$11]]);
11903
12288
  //#endregion
11904
12289
  //#region src/components/entities/role-user/ARoleUserAssignments.vue?vue&type=script&lang.ts
11905
12290
  var ARoleUserAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11917,7 +12302,7 @@ var ARoleUserAssignments_vue_vue_type_script_lang_default = defineComponent({
11917
12302
  });
11918
12303
  //#endregion
11919
12304
  //#region src/components/entities/role-user/ARoleUserAssignments.vue
11920
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
12305
+ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
11921
12306
  const _component_AUserRoleAssignment = resolveComponent("AUserRoleAssignment");
11922
12307
  const _component_AUsers = resolveComponent("AUsers");
11923
12308
  return openBlock(), createBlock(_component_AUsers, null, createSlots({
@@ -11934,7 +12319,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
11934
12319
  };
11935
12320
  })]), 1024);
11936
12321
  }
11937
- var ARoleUserAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARoleUserAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$6]]);
12322
+ var ARoleUserAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ARoleUserAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$10]]);
11938
12323
  //#endregion
11939
12324
  //#region src/components/entities/scope-client/AScopeClientAssignments.vue?vue&type=script&lang.ts
11940
12325
  var AScopeClientAssignments_vue_vue_type_script_lang_default = defineComponent({
@@ -11952,7 +12337,7 @@ var AScopeClientAssignments_vue_vue_type_script_lang_default = defineComponent({
11952
12337
  });
11953
12338
  //#endregion
11954
12339
  //#region src/components/entities/scope-client/AScopeClientAssignments.vue
11955
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
12340
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
11956
12341
  const _component_AClientScopeAssignment = resolveComponent("AClientScopeAssignment");
11957
12342
  const _component_AClients = resolveComponent("AClients");
11958
12343
  return openBlock(), createBlock(_component_AClients, null, createSlots({
@@ -11969,7 +12354,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
11969
12354
  };
11970
12355
  })]), 1024);
11971
12356
  }
11972
- var AScopeClientAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AScopeClientAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$5]]);
12357
+ var AScopeClientAssignments_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AScopeClientAssignments_vue_vue_type_script_lang_default, [["render", _sfc_render$9]]);
11973
12358
  //#endregion
11974
12359
  //#region src/components/entities/index.ts
11975
12360
  var entities_exports = /* @__PURE__ */ __exportAll({
@@ -12020,6 +12405,7 @@ var entities_exports = /* @__PURE__ */ __exportAll({
12020
12405
  APolicyTypePicker: () => APolicyTypePicker_default,
12021
12406
  ARealm: () => ARealm,
12022
12407
  ARealmForm: () => ARealmForm_default,
12408
+ ARealmGrid: () => ARealmGrid_default,
12023
12409
  ARealmMatchPolicyForm: () => ARealmMatchPolicyForm_default,
12024
12410
  ARealmPicker: () => ARealmPicker,
12025
12411
  ARealms: () => ARealms,
@@ -12074,6 +12460,7 @@ function install(app, options) {
12074
12460
  installStore(app, {
12075
12461
  pinia: options.pinia,
12076
12462
  baseURL: options.baseURL,
12463
+ httpClient: options.httpClient,
12077
12464
  cookieSet: options.cookieSet,
12078
12465
  cookieGet: options.cookieGet,
12079
12466
  cookieUnset: options.cookieUnset
@@ -12081,11 +12468,13 @@ function install(app, options) {
12081
12468
  installHTTPClientAuthenticationHook(app, {
12082
12469
  pinia: options.pinia,
12083
12470
  baseURL: options.baseURL,
12471
+ httpClient: options.httpClient,
12084
12472
  isServer: options.isServer
12085
12473
  });
12086
12474
  installHTTPClient(app, {
12087
12475
  pinia: options.pinia,
12088
12476
  baseURL: options.baseURL,
12477
+ httpClient: options.httpClient,
12089
12478
  isServer: options.isServer
12090
12479
  });
12091
12480
  installTranslator(app, { locale: options.translatorLocale });
@@ -12100,7 +12489,7 @@ function install(app, options) {
12100
12489
  installComponents(app, options.components);
12101
12490
  }
12102
12491
  //#endregion
12103
- //#region src/components/workflows/Login.vue?vue&type=script&lang.ts
12492
+ //#region src/components/workflows/login/LoginForm.vue?vue&type=script&lang.ts
12104
12493
  var LoginCredentialsValidator = class extends Container {
12105
12494
  initialize() {
12106
12495
  super.initialize();
@@ -12109,7 +12498,7 @@ var LoginCredentialsValidator = class extends Container {
12109
12498
  this.mount("realm_id", { optional: true }, createValidator(string()));
12110
12499
  }
12111
12500
  };
12112
- var Login_vue_vue_type_script_lang_default = defineComponent({
12501
+ var LoginForm_vue_vue_type_script_lang_default = defineComponent({
12113
12502
  components: {
12114
12503
  ARealmPicker,
12115
12504
  APagination,
@@ -12119,9 +12508,14 @@ var Login_vue_vue_type_script_lang_default = defineComponent({
12119
12508
  VCButton,
12120
12509
  VCFormGroup,
12121
12510
  VCFormInput,
12511
+ VCLink,
12122
12512
  IFieldValidation
12123
12513
  },
12124
- props: { codeRequest: { type: Object } },
12514
+ props: {
12515
+ codeRequest: { type: Object },
12516
+ registerLink: { type: Object },
12517
+ passwordForgotLink: { type: Object }
12518
+ },
12125
12519
  emits: ["done", "failed"],
12126
12520
  setup(props, { emit }) {
12127
12521
  const apiClient = injectHTTPClient();
@@ -12149,6 +12543,14 @@ var Login_vue_vue_type_script_lang_default = defineComponent({
12149
12543
  namespace: TranslatorTranslationNamespace.ENTITY,
12150
12544
  key: TranslatorTranslationEntityKey.IDENTITY_PROVIDER,
12151
12545
  count: 2
12546
+ },
12547
+ {
12548
+ namespace: TranslatorTranslationNamespace.CLIENT,
12549
+ key: TranslatorTranslationClientKey.CREATE_ACCOUNT
12550
+ },
12551
+ {
12552
+ namespace: TranslatorTranslationNamespace.CLIENT,
12553
+ key: TranslatorTranslationClientKey.FORGOT_PASSWORD
12152
12554
  }
12153
12555
  ]);
12154
12556
  const translate = useTranslator();
@@ -12218,24 +12620,29 @@ var Login_vue_vue_type_script_lang_default = defineComponent({
12218
12620
  }
12219
12621
  });
12220
12622
  //#endregion
12221
- //#region src/components/workflows/Login.vue
12222
- const _hoisted_1$4 = { class: "text-center" };
12223
- const _hoisted_2$4 = { class: "font-bold" };
12224
- const _hoisted_3$2 = { class: "flex flex-row" };
12225
- const _hoisted_4$1 = ["href"];
12226
- const _hoisted_5$1 = { class: "flex flex-col" };
12227
- const _hoisted_6$1 = { class: "text-center mb-1" };
12228
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
12623
+ //#region src/components/workflows/login/LoginForm.vue
12624
+ const _hoisted_1$8 = { class: "text-center" };
12625
+ const _hoisted_2$8 = { class: "font-bold" };
12626
+ const _hoisted_3$6 = {
12627
+ key: 0,
12628
+ class: "flex flex-row justify-between mt-2 text-sm"
12629
+ };
12630
+ const _hoisted_4$5 = { class: "flex flex-row flex-wrap gap-1" };
12631
+ const _hoisted_5$1 = ["href"];
12632
+ const _hoisted_6$1 = { class: "flex flex-col" };
12633
+ const _hoisted_7$1 = { class: "text-center mb-1" };
12634
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
12229
12635
  const _component_VCFormInput = resolveComponent("VCFormInput");
12230
12636
  const _component_VCFormGroup = resolveComponent("VCFormGroup");
12231
12637
  const _component_IFieldValidation = resolveComponent("IFieldValidation");
12232
12638
  const _component_VCButton = resolveComponent("VCButton");
12639
+ const _component_VCLink = resolveComponent("VCLink");
12233
12640
  const _component_ARealmPicker = resolveComponent("ARealmPicker");
12234
12641
  const _component_ATitle = resolveComponent("ATitle");
12235
12642
  const _component_APagination = resolveComponent("APagination");
12236
12643
  const _component_AIdentityProviderIcon = resolveComponent("AIdentityProviderIcon");
12237
12644
  const _component_AIdentityProviders = resolveComponent("AIdentityProviders");
12238
- return openBlock(), createElementBlock("div", null, [createElementVNode("div", _hoisted_1$4, [createElementVNode("h1", _hoisted_2$4, toDisplayString(_ctx.translationsDefault.login), 1)]), createElementVNode("form", { onSubmit: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.submit && _ctx.submit(...args), ["prevent"])) }, [
12645
+ return openBlock(), createElementBlock("div", null, [createElementVNode("div", _hoisted_1$8, [createElementVNode("h1", _hoisted_2$8, toDisplayString(_ctx.translationsDefault.login), 1)]), createElementVNode("form", { onSubmit: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.submit && _ctx.submit(...args), ["prevent"])) }, [
12239
12646
  createVNode(_component_IFieldValidation, { field: _ctx.v.fields.name }, {
12240
12647
  default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
12241
12648
  label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.name), 1)]),
@@ -12264,9 +12671,16 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
12264
12671
  label: _ctx.translationsDefault.login,
12265
12672
  class: "w-full"
12266
12673
  }), null, 16, ["label"]),
12674
+ _ctx.registerLink || _ctx.passwordForgotLink ? (openBlock(), createElementBlock("div", _hoisted_3$6, [_ctx.registerLink ? (openBlock(), createBlock(_component_VCLink, normalizeProps(mergeProps({ key: 0 }, _ctx.registerLink)), {
12675
+ default: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.createAccount), 1)]),
12676
+ _: 1
12677
+ }, 16)) : createCommentVNode("v-if", true), _ctx.passwordForgotLink ? (openBlock(), createBlock(_component_VCLink, mergeProps({ key: 1 }, _ctx.passwordForgotLink, { class: "ms-auto" }), {
12678
+ default: withCtx(() => [createTextVNode(toDisplayString(_ctx.translationsDefault.forgotPassword), 1)]),
12679
+ _: 1
12680
+ }, 16)) : createCommentVNode("v-if", true)])) : createCommentVNode("v-if", true),
12267
12681
  _cache[1] || (_cache[1] = createElementVNode("hr", null, null, -1)),
12268
12682
  !_ctx.codeRequest || !_ctx.codeRequest.realm_id ? (openBlock(), createBlock(_component_ARealmPicker, {
12269
- key: 0,
12683
+ key: 1,
12270
12684
  value: _ctx.form.realm_id,
12271
12685
  onChange: _ctx.updateRealmId
12272
12686
  }, null, 8, ["value", "onChange"])) : createCommentVNode("v-if", true),
@@ -12287,20 +12701,23 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
12287
12701
  "load",
12288
12702
  "total"
12289
12703
  ])]),
12290
- body: withCtx((props) => [createElementVNode("div", _hoisted_3$2, [(openBlock(true), createElementBlock(Fragment, null, renderList(props.data, (item, key) => {
12291
- return openBlock(), createElementBlock("div", { key }, [createElementVNode("a", {
12704
+ body: withCtx((props) => [createElementVNode("div", _hoisted_4$5, [(openBlock(true), createElementBlock(Fragment, null, renderList(props.data, (item, key) => {
12705
+ return openBlock(), createElementBlock("div", {
12706
+ key,
12707
+ class: "a-login-provider-item"
12708
+ }, [createElementVNode("a", {
12292
12709
  href: _ctx.buildIdentityProviderURL(item.id),
12293
- class: "btn btn-dark btn-xs p-2 me-1 identity-provider-box bg-fg"
12294
- }, [createElementVNode("div", _hoisted_5$1, [createElementVNode("div", _hoisted_6$1, [createVNode(_component_AIdentityProviderIcon, {
12710
+ class: "btn btn-dark btn-xs p-2 a-login-provider-box bg-fg"
12711
+ }, [createElementVNode("div", _hoisted_6$1, [createElementVNode("div", _hoisted_7$1, [createVNode(_component_AIdentityProviderIcon, {
12295
12712
  class: "text-2xl",
12296
12713
  entity: item
12297
- }, null, 8, ["entity"])]), createElementVNode("div", null, toDisplayString(item.name), 1)])], 8, _hoisted_4$1)]);
12714
+ }, null, 8, ["entity"])]), createElementVNode("div", null, toDisplayString(item.name), 1)])], 8, _hoisted_5$1)]);
12298
12715
  }), 128))])]),
12299
12716
  _: 1
12300
12717
  }, 8, ["query"])
12301
12718
  ], 32)]);
12302
12719
  }
12303
- var Login_default = /*#__PURE__*/ _plugin_vue_export_helper_default(Login_vue_vue_type_script_lang_default, [["render", _sfc_render$4], ["__scopeId", "data-v-b205167f"]]);
12720
+ var LoginForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(LoginForm_vue_vue_type_script_lang_default, [["render", _sfc_render$8]]);
12304
12721
  //#endregion
12305
12722
  //#region src/components/workflows/authorize/AuthorizeScope.vue?vue&type=script&lang.ts
12306
12723
  var AuthorizeScope_vue_vue_type_script_lang_default = defineComponent({
@@ -12320,22 +12737,22 @@ var AuthorizeScope_vue_vue_type_script_lang_default = defineComponent({
12320
12737
  });
12321
12738
  //#endregion
12322
12739
  //#region src/components/workflows/authorize/AuthorizeScope.vue
12323
- const _hoisted_1$3 = { class: "text-center" };
12324
- const _hoisted_2$3 = { key: 0 };
12325
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
12740
+ const _hoisted_1$7 = { class: "text-center" };
12741
+ const _hoisted_2$7 = { key: 0 };
12742
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
12326
12743
  const _component_VCIcon = resolveComponent("VCIcon");
12327
- return openBlock(), createElementBlock("div", null, [createElementVNode("div", _hoisted_1$3, [createVNode(_component_VCIcon, {
12744
+ return openBlock(), createElementBlock("div", null, [createElementVNode("div", _hoisted_1$7, [createVNode(_component_VCIcon, {
12328
12745
  name: _ctx.isEnabled ? "fa6-solid:check" : "fa6-solid:xmark",
12329
12746
  class: normalizeClass({
12330
12747
  "text-success-600": _ctx.isEnabled,
12331
12748
  "text-error-600": !_ctx.isEnabled
12332
12749
  })
12333
- }, null, 8, ["name", "class"])]), createElementVNode("div", null, [createElementVNode("strong", null, toDisplayString(_ctx.entity.name), 1), _ctx.entity.description ? (openBlock(), createElementBlock("p", _hoisted_2$3, toDisplayString(_ctx.entity.description), 1)) : createCommentVNode("v-if", true)])]);
12750
+ }, null, 8, ["name", "class"])]), createElementVNode("div", null, [createElementVNode("strong", null, toDisplayString(_ctx.entity.name), 1), _ctx.entity.description ? (openBlock(), createElementBlock("p", _hoisted_2$7, toDisplayString(_ctx.entity.description), 1)) : createCommentVNode("v-if", true)])]);
12334
12751
  }
12335
12752
  //#endregion
12336
12753
  //#region src/components/workflows/authorize/AuthorizeScopes.vue?vue&type=script&lang.ts
12337
12754
  var AuthorizeScopes_vue_vue_type_script_lang_default = defineComponent({
12338
- components: { AuthorizeScope: /* @__PURE__ */ _plugin_vue_export_helper_default(AuthorizeScope_vue_vue_type_script_lang_default, [["render", _sfc_render$3]]) },
12755
+ components: { AuthorizeScope: /* @__PURE__ */ _plugin_vue_export_helper_default(AuthorizeScope_vue_vue_type_script_lang_default, [["render", _sfc_render$7]]) },
12339
12756
  props: {
12340
12757
  client: {
12341
12758
  type: Object,
@@ -12378,11 +12795,11 @@ var AuthorizeScopes_vue_vue_type_script_lang_default = defineComponent({
12378
12795
  });
12379
12796
  //#endregion
12380
12797
  //#region src/components/workflows/authorize/AuthorizeScopes.vue
12381
- const _hoisted_1$2 = { key: 0 };
12382
- const _hoisted_2$2 = { class: "flex-col" };
12383
- function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
12798
+ const _hoisted_1$6 = { key: 0 };
12799
+ const _hoisted_2$6 = { class: "flex-col" };
12800
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
12384
12801
  const _component_AuthorizeScope = resolveComponent("AuthorizeScope");
12385
- return _ctx.scopesAvailableNormalized.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$2, [createElementVNode("div", null, toDisplayString(_ctx.translationsClient.scopeGrantIntro), 1), createElementVNode("div", _hoisted_2$2, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.scopesAvailableNormalized, (item) => {
12802
+ return _ctx.scopesAvailableNormalized.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_1$6, [createElementVNode("div", null, toDisplayString(_ctx.translationsClient.scopeGrantIntro), 1), createElementVNode("div", _hoisted_2$6, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.scopesAvailableNormalized, (item) => {
12386
12803
  return openBlock(), createBlock(_component_AuthorizeScope, {
12387
12804
  key: item.id,
12388
12805
  entity: item,
@@ -12394,7 +12811,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
12394
12811
  //#endregion
12395
12812
  //#region src/components/workflows/authorize/AuthorizeForm.vue?vue&type=script&lang.ts
12396
12813
  var AuthorizeForm_vue_vue_type_script_lang_default = defineComponent({
12397
- components: { AuthorizeScopes: /* @__PURE__ */ _plugin_vue_export_helper_default(AuthorizeScopes_vue_vue_type_script_lang_default, [["render", _sfc_render$2]]) },
12814
+ components: { AuthorizeScopes: /* @__PURE__ */ _plugin_vue_export_helper_default(AuthorizeScopes_vue_vue_type_script_lang_default, [["render", _sfc_render$6]]) },
12398
12815
  props: {
12399
12816
  client: {
12400
12817
  type: Object,
@@ -12437,21 +12854,29 @@ var AuthorizeForm_vue_vue_type_script_lang_default = defineComponent({
12437
12854
  if (props.codeRequest.state) url.searchParams.set("state", props.codeRequest.state);
12438
12855
  if (typeof window !== "undefined") window.location.href = url.href;
12439
12856
  };
12857
+ const autoConsentFailed = ref(false);
12440
12858
  const authorize = async () => {
12859
+ autoConsentFailed.value = false;
12441
12860
  try {
12442
12861
  const { url } = await httpClient.authorize.confirm({
12443
- response_type: props.codeRequest.response_type,
12444
- client_id: props.client.id,
12445
- redirect_uri: props.codeRequest.redirect_uri,
12446
- ...props.codeRequest.state ? { state: props.codeRequest.state } : {},
12447
- ...props.codeRequest.scope ? { scope: props.codeRequest.scope } : {}
12862
+ ...props.codeRequest,
12863
+ client_id: props.client.id
12448
12864
  });
12449
12865
  if (typeof window !== "undefined") window.location.href = url;
12450
- } catch {}
12866
+ } catch {
12867
+ autoConsentFailed.value = true;
12868
+ }
12451
12869
  };
12870
+ const autoConsent = computed(() => !!props.client.built_in);
12871
+ const showSpinner = computed(() => autoConsent.value && !autoConsentFailed.value);
12872
+ onMounted(() => {
12873
+ if (autoConsent.value) authorize();
12874
+ });
12452
12875
  return {
12453
12876
  authorize,
12454
12877
  abort,
12878
+ autoConsent,
12879
+ showSpinner,
12455
12880
  translationsDefault,
12456
12881
  translationsClient
12457
12882
  };
@@ -12459,25 +12884,32 @@ var AuthorizeForm_vue_vue_type_script_lang_default = defineComponent({
12459
12884
  });
12460
12885
  //#endregion
12461
12886
  //#region src/components/workflows/authorize/AuthorizeForm.vue
12462
- const _hoisted_1$1 = { class: "flex-col flex gap-2" };
12463
- const _hoisted_2$1 = { class: "text-center" };
12464
- const _hoisted_3$1 = { class: "text-fg-muted mb-1" };
12465
- const _hoisted_4 = { class: "font-bold" };
12466
- const _hoisted_5 = { class: "mt-auto" };
12467
- const _hoisted_6 = { class: "flex flex-row" };
12468
- const _hoisted_7 = { class: "ms-1" };
12469
- const _hoisted_8 = { class: "flex flex-row" };
12470
- const _hoisted_9 = { class: "ms-1" };
12471
- const _hoisted_10 = { class: "flex flex-row" };
12472
- const _hoisted_11 = { class: "ms-1" };
12473
- const _hoisted_12 = { class: "row" };
12474
- const _hoisted_13 = { class: "col-6" };
12887
+ const _hoisted_1$5 = {
12888
+ key: 0,
12889
+ class: "text-center"
12890
+ };
12891
+ const _hoisted_2$5 = {
12892
+ key: 1,
12893
+ class: "flex-col flex gap-2"
12894
+ };
12895
+ const _hoisted_3$5 = { class: "text-center" };
12896
+ const _hoisted_4$4 = { class: "text-fg-muted mb-1" };
12897
+ const _hoisted_5 = { class: "font-bold" };
12898
+ const _hoisted_6 = { class: "mt-auto" };
12899
+ const _hoisted_7 = { class: "flex flex-row" };
12900
+ const _hoisted_8 = { class: "ms-1" };
12901
+ const _hoisted_9 = { class: "flex flex-row" };
12902
+ const _hoisted_10 = { class: "ms-1" };
12903
+ const _hoisted_11 = { class: "flex flex-row" };
12904
+ const _hoisted_12 = { class: "ms-1" };
12905
+ const _hoisted_13 = { class: "row" };
12475
12906
  const _hoisted_14 = { class: "col-6" };
12476
- function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
12477
- const _component_AuthorizeScopes = resolveComponent("AuthorizeScopes");
12907
+ const _hoisted_15 = { class: "col-6" };
12908
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
12478
12909
  const _component_VCIcon = resolveComponent("VCIcon");
12479
- return openBlock(), createElementBlock("div", _hoisted_1$1, [
12480
- createElementVNode("div", _hoisted_2$1, [createElementVNode("h5", _hoisted_3$1, toDisplayString(_ctx.translationsDefault.application), 1), createElementVNode("h1", _hoisted_4, toDisplayString(_ctx.client.name), 1)]),
12910
+ const _component_AuthorizeScopes = resolveComponent("AuthorizeScopes");
12911
+ return _ctx.showSpinner ? (openBlock(), createElementBlock("div", _hoisted_1$5, [createVNode(_component_VCIcon, { name: "fa6-solid:spinner" })])) : (openBlock(), createElementBlock("div", _hoisted_2$5, [
12912
+ createElementVNode("div", _hoisted_3$5, [createElementVNode("h5", _hoisted_4$4, toDisplayString(_ctx.translationsDefault.application), 1), createElementVNode("h1", _hoisted_5, toDisplayString(_ctx.client.name), 1)]),
12481
12913
  createVNode(_component_AuthorizeScopes, {
12482
12914
  client: _ctx.client,
12483
12915
  "scopes-requested": _ctx.codeRequest.scope,
@@ -12487,23 +12919,23 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
12487
12919
  "scopes-requested",
12488
12920
  "scopes-available"
12489
12921
  ]),
12490
- createElementVNode("div", _hoisted_5, [
12491
- createElementVNode("div", _hoisted_6, [createElementVNode("div", null, [createVNode(_component_VCIcon, { name: "fa6-solid:link" })]), createElementVNode("div", _hoisted_7, [createElementVNode("small", null, [createTextVNode(toDisplayString(_ctx.translationsClient.onceAuthorizedRedirect) + " ", 1), createElementVNode("strong", null, toDisplayString(_ctx.codeRequest.redirect_uri), 1)])])]),
12492
- createElementVNode("div", _hoisted_8, [createElementVNode("div", null, [createVNode(_component_VCIcon, { name: "fa6-solid:lock" })]), createElementVNode("div", _hoisted_9, [createElementVNode("small", null, toDisplayString(_ctx.translationsClient.governedBy), 1)])]),
12493
- createElementVNode("div", _hoisted_10, [createElementVNode("div", null, [createVNode(_component_VCIcon, { name: "fa6-solid:clock" })]), createElementVNode("div", _hoisted_11, [createElementVNode("small", null, toDisplayString(_ctx.translationsClient.activeSince) + " " + toDisplayString(_ctx.client.created_at), 1)])])
12922
+ createElementVNode("div", _hoisted_6, [
12923
+ createElementVNode("div", _hoisted_7, [createElementVNode("div", null, [createVNode(_component_VCIcon, { name: "fa6-solid:link" })]), createElementVNode("div", _hoisted_8, [createElementVNode("small", null, [createTextVNode(toDisplayString(_ctx.translationsClient.onceAuthorizedRedirect) + " ", 1), createElementVNode("strong", null, toDisplayString(_ctx.codeRequest.redirect_uri), 1)])])]),
12924
+ createElementVNode("div", _hoisted_9, [createElementVNode("div", null, [createVNode(_component_VCIcon, { name: "fa6-solid:lock" })]), createElementVNode("div", _hoisted_10, [createElementVNode("small", null, toDisplayString(_ctx.translationsClient.governedBy), 1)])]),
12925
+ createElementVNode("div", _hoisted_11, [createElementVNode("div", null, [createVNode(_component_VCIcon, { name: "fa6-solid:clock" })]), createElementVNode("div", _hoisted_12, [createElementVNode("small", null, toDisplayString(_ctx.translationsClient.activeSince) + " " + toDisplayString(_ctx.client.created_at), 1)])])
12494
12926
  ]),
12495
- createElementVNode("div", _hoisted_12, [createElementVNode("div", _hoisted_13, [createElementVNode("button", {
12927
+ createElementVNode("div", _hoisted_13, [createElementVNode("div", _hoisted_14, [createElementVNode("button", {
12496
12928
  type: "button",
12497
12929
  class: "btn w-full btn-secondary",
12498
12930
  onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.abort && _ctx.abort(...args), ["prevent"]))
12499
- }, toDisplayString(_ctx.translationsDefault.abort), 1)]), createElementVNode("div", _hoisted_14, [createElementVNode("button", {
12931
+ }, toDisplayString(_ctx.translationsDefault.abort), 1)]), createElementVNode("div", _hoisted_15, [createElementVNode("button", {
12500
12932
  type: "button",
12501
12933
  class: "btn w-full btn-primary",
12502
12934
  onClick: _cache[1] || (_cache[1] = withModifiers((...args) => _ctx.authorize && _ctx.authorize(...args), ["prevent"]))
12503
12935
  }, toDisplayString(_ctx.translationsDefault.authorize), 1)])])
12504
- ]);
12936
+ ]));
12505
12937
  }
12506
- var AuthorizeForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AuthorizeForm_vue_vue_type_script_lang_default, [["render", _sfc_render$1]]);
12938
+ var AuthorizeForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AuthorizeForm_vue_vue_type_script_lang_default, [["render", _sfc_render$5]]);
12507
12939
  //#endregion
12508
12940
  //#region src/components/workflows/authorize/AuthorizeText.vue?vue&type=script&lang.ts
12509
12941
  var AuthorizeText_vue_vue_type_script_lang_default = defineComponent({ props: {
@@ -12515,37 +12947,39 @@ var AuthorizeText_vue_vue_type_script_lang_default = defineComponent({ props: {
12515
12947
  } });
12516
12948
  //#endregion
12517
12949
  //#region src/components/workflows/authorize/AuthorizeText.vue
12518
- const _hoisted_1 = { class: "flex flex-col" };
12519
- const _hoisted_2 = { class: "text-center" };
12520
- const _hoisted_3 = { class: "text-center fs-6 p-3" };
12521
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12950
+ const _hoisted_1$4 = { class: "flex flex-col" };
12951
+ const _hoisted_2$4 = { class: "text-center" };
12952
+ const _hoisted_3$4 = { class: "text-center fs-6 p-3" };
12953
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
12522
12954
  const _component_VCIcon = resolveComponent("VCIcon");
12523
- return openBlock(), createElementBlock("div", _hoisted_1, [createElementVNode("div", _hoisted_2, [createVNode(_component_VCIcon, {
12955
+ return openBlock(), createElementBlock("div", _hoisted_1$4, [createElementVNode("div", _hoisted_2$4, [createVNode(_component_VCIcon, {
12524
12956
  name: _ctx.isError ? "fa6-solid:exclamation" : "fa6-solid:info",
12525
12957
  class: normalizeClass(["text-9xl", {
12526
12958
  "text-error-600": _ctx.isError,
12527
12959
  "text-info-600": !_ctx.isError
12528
12960
  }])
12529
- }, null, 8, ["name", "class"])]), createElementVNode("div", _hoisted_3, toDisplayString(_ctx.message), 1)]);
12961
+ }, null, 8, ["name", "class"])]), createElementVNode("div", _hoisted_3$4, toDisplayString(_ctx.message), 1)]);
12530
12962
  }
12531
- var AuthorizeText_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AuthorizeText_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
12963
+ var AuthorizeText_default = /*#__PURE__*/ _plugin_vue_export_helper_default(AuthorizeText_vue_vue_type_script_lang_default, [["render", _sfc_render$4]]);
12532
12964
  //#endregion
12533
12965
  //#region src/components/workflows/authorize/Authorize.vue?vue&type=script&lang.ts
12534
- const wrapChild = (child) => h("div", { class: "flex items-center justify-center h-full" }, [h("div", { class: "authorize" }, [child])]);
12966
+ const wrapChild = (child) => h(AAuthShell_default, null, { default: () => child });
12535
12967
  //#endregion
12536
12968
  //#region src/components/workflows/authorize/Authorize.vue
12537
12969
  var Authorize_default = defineComponent({
12538
12970
  components: {
12539
12971
  AuthorizeText: AuthorizeText_default,
12540
12972
  AuthorizeForm: AuthorizeForm_default,
12541
- Login: Login_default
12973
+ LoginForm: LoginForm_default
12542
12974
  },
12543
12975
  props: {
12544
12976
  codeRequest: { type: Object },
12545
12977
  client: { type: Object },
12546
12978
  clientId: { type: String },
12547
12979
  scopes: { type: Array },
12548
- error: { type: Object }
12980
+ error: { type: Object },
12981
+ registerLink: { type: Object },
12982
+ passwordForgotLink: { type: Object }
12549
12983
  },
12550
12984
  emits: ["redirect"],
12551
12985
  setup(props) {
@@ -12577,7 +13011,11 @@ var Authorize_default = defineComponent({
12577
13011
  }));
12578
13012
  if (!props.codeRequest) return [];
12579
13013
  if (!loggedIn.value) return wrapChild(h(Suspense, {}, {
12580
- default: () => h(Login_default, { codeRequest: props.codeRequest }),
13014
+ default: () => h(LoginForm_default, {
13015
+ codeRequest: props.codeRequest,
13016
+ registerLink: props.registerLink,
13017
+ passwordForgotLink: props.passwordForgotLink
13018
+ }),
12581
13019
  fallback: () => h(AuthorizeText_default, { message: loadingText.value })
12582
13020
  }));
12583
13021
  if (!client.value) return [];
@@ -12593,9 +13031,563 @@ var Authorize_default = defineComponent({
12593
13031
  }
12594
13032
  });
12595
13033
  //#endregion
13034
+ //#region src/components/workflows/password/PasswordForgotForm.vue?vue&type=script&lang.ts
13035
+ var PasswordForgotValidator = class extends Container {
13036
+ initialize() {
13037
+ super.initialize();
13038
+ this.mount("identifier", createValidator(string().min(3).max(255)));
13039
+ }
13040
+ };
13041
+ var PasswordForgotForm_vue_vue_type_script_lang_default = defineComponent({
13042
+ components: {
13043
+ AAuthBackLink: AAuthBackLink_default,
13044
+ VCButton,
13045
+ VCFormGroup,
13046
+ VCFormInput,
13047
+ IFieldValidation
13048
+ },
13049
+ props: {
13050
+ realmId: { type: String },
13051
+ backLink: { type: Object }
13052
+ },
13053
+ emits: ["done", "failed"],
13054
+ setup(props, { emit }) {
13055
+ const apiClient = injectHTTPClient();
13056
+ const form = reactive({ identifier: "" });
13057
+ const v = useValidup(new PasswordForgotValidator(), form);
13058
+ const translations = useTranslations([
13059
+ {
13060
+ namespace: TranslatorTranslationNamespace.ACTION,
13061
+ key: TranslatorTranslationActionKey.SEND
13062
+ },
13063
+ {
13064
+ namespace: TranslatorTranslationNamespace.CLIENT,
13065
+ key: TranslatorTranslationClientKey.FORGOT_PASSWORD
13066
+ },
13067
+ {
13068
+ namespace: TranslatorTranslationNamespace.CLIENT,
13069
+ key: TranslatorTranslationClientKey.EMAIL_OR_NAME
13070
+ },
13071
+ {
13072
+ namespace: TranslatorTranslationNamespace.CLIENT,
13073
+ key: TranslatorTranslationClientKey.CHECK_EMAIL_RESET
13074
+ },
13075
+ {
13076
+ namespace: TranslatorTranslationNamespace.CLIENT,
13077
+ key: TranslatorTranslationClientKey.BACK_TO_LOGIN
13078
+ }
13079
+ ]);
13080
+ const busy = ref(false);
13081
+ const error = ref(null);
13082
+ const sent = ref(false);
13083
+ return {
13084
+ v,
13085
+ form,
13086
+ submit: wrapFnWithBusyState(busy, async () => {
13087
+ error.value = null;
13088
+ try {
13089
+ const identifier = form.identifier.trim();
13090
+ const response = await apiClient.user.passwordForgot({
13091
+ ...identifier.includes("@") ? { email: identifier } : { name: identifier },
13092
+ ...props.realmId ? { realm_id: props.realmId } : {}
13093
+ });
13094
+ sent.value = true;
13095
+ emit("done", response);
13096
+ } catch (e) {
13097
+ error.value = e instanceof Error ? e.message : null;
13098
+ emit("failed", e);
13099
+ }
13100
+ }),
13101
+ submitButton: useSubmitButton({
13102
+ loading: busy,
13103
+ disabled: computed(() => busy.value || v.$invalid.value)
13104
+ }),
13105
+ busy,
13106
+ error,
13107
+ sent,
13108
+ translations
13109
+ };
13110
+ }
13111
+ });
13112
+ //#endregion
13113
+ //#region src/components/workflows/password/PasswordForgotForm.vue
13114
+ const _hoisted_1$3 = { class: "text-center" };
13115
+ const _hoisted_2$3 = { class: "font-bold" };
13116
+ const _hoisted_3$3 = {
13117
+ key: 0,
13118
+ class: "alert alert-info"
13119
+ };
13120
+ const _hoisted_4$3 = {
13121
+ key: 0,
13122
+ class: "alert alert-danger"
13123
+ };
13124
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
13125
+ const _component_VCFormInput = resolveComponent("VCFormInput");
13126
+ const _component_VCFormGroup = resolveComponent("VCFormGroup");
13127
+ const _component_IFieldValidation = resolveComponent("IFieldValidation");
13128
+ const _component_VCButton = resolveComponent("VCButton");
13129
+ const _component_AAuthBackLink = resolveComponent("AAuthBackLink");
13130
+ return openBlock(), createElementBlock("div", null, [
13131
+ createElementVNode("div", _hoisted_1$3, [createElementVNode("h1", _hoisted_2$3, toDisplayString(_ctx.translations.forgotPassword), 1)]),
13132
+ _ctx.sent ? (openBlock(), createElementBlock("div", _hoisted_3$3, toDisplayString(_ctx.translations.checkEmailReset), 1)) : (openBlock(), createElementBlock("form", {
13133
+ key: 1,
13134
+ onSubmit: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.submit && _ctx.submit(...args), ["prevent"]))
13135
+ }, [
13136
+ _ctx.error ? (openBlock(), createElementBlock("div", _hoisted_4$3, toDisplayString(_ctx.error), 1)) : createCommentVNode("v-if", true),
13137
+ createVNode(_component_IFieldValidation, { field: _ctx.v.fields.identifier }, {
13138
+ default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
13139
+ label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translations.emailOrName), 1)]),
13140
+ default: withCtx(() => [createVNode(_component_VCFormInput, {
13141
+ modelValue: _ctx.v.fields.identifier.$model.value,
13142
+ "onUpdate:modelValue": ($event) => _ctx.v.fields.identifier.$model.value = $event
13143
+ }, null, 8, ["modelValue", "onUpdate:modelValue"])]),
13144
+ _: 2
13145
+ }, 1032, ["validation"])]),
13146
+ _: 1
13147
+ }, 8, ["field"]),
13148
+ createVNode(_component_VCButton, mergeProps(_ctx.submitButton, {
13149
+ label: _ctx.translations.send,
13150
+ class: "w-full"
13151
+ }), null, 16, ["label"])
13152
+ ], 32)),
13153
+ createVNode(_component_AAuthBackLink, { link: _ctx.backLink }, null, 8, ["link"])
13154
+ ]);
13155
+ }
13156
+ var PasswordForgotForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(PasswordForgotForm_vue_vue_type_script_lang_default, [["render", _sfc_render$3]]);
13157
+ //#endregion
13158
+ //#region src/components/workflows/password/PasswordResetForm.vue?vue&type=script&lang.ts
13159
+ var PasswordResetValidator = class extends Container {
13160
+ initialize() {
13161
+ super.initialize();
13162
+ this.mount("identifier", createValidator(string().min(3).max(255)));
13163
+ this.mount("token", createValidator(string().min(3).max(256)));
13164
+ this.mount("password", createValidator(string().min(3).max(255)));
13165
+ }
13166
+ };
13167
+ var PasswordResetForm_vue_vue_type_script_lang_default = defineComponent({
13168
+ components: {
13169
+ VCButton,
13170
+ VCFormGroup,
13171
+ VCFormInput,
13172
+ IFieldValidation
13173
+ },
13174
+ props: {
13175
+ realmId: { type: String },
13176
+ token: {
13177
+ type: String,
13178
+ default: ""
13179
+ }
13180
+ },
13181
+ emits: ["done", "failed"],
13182
+ setup(props, { emit }) {
13183
+ const apiClient = injectHTTPClient();
13184
+ const form = reactive({
13185
+ identifier: "",
13186
+ token: props.token,
13187
+ password: ""
13188
+ });
13189
+ watch(() => props.token, (value) => {
13190
+ form.token = value;
13191
+ });
13192
+ const v = useValidup(new PasswordResetValidator(), form);
13193
+ const translations = useTranslations([
13194
+ {
13195
+ namespace: TranslatorTranslationNamespace.ACTION,
13196
+ key: TranslatorTranslationActionKey.RESET
13197
+ },
13198
+ {
13199
+ namespace: TranslatorTranslationNamespace.FIELD,
13200
+ key: TranslatorTranslationFieldKey.CODE
13201
+ },
13202
+ {
13203
+ namespace: TranslatorTranslationNamespace.FIELD,
13204
+ key: TranslatorTranslationFieldKey.PASSWORD
13205
+ },
13206
+ {
13207
+ namespace: TranslatorTranslationNamespace.CLIENT,
13208
+ key: TranslatorTranslationClientKey.RESET_PASSWORD
13209
+ },
13210
+ {
13211
+ namespace: TranslatorTranslationNamespace.CLIENT,
13212
+ key: TranslatorTranslationClientKey.EMAIL_OR_NAME
13213
+ },
13214
+ {
13215
+ namespace: TranslatorTranslationNamespace.CLIENT,
13216
+ key: TranslatorTranslationClientKey.PASSWORD_RESET_DONE
13217
+ }
13218
+ ]);
13219
+ const busy = ref(false);
13220
+ const error = ref(null);
13221
+ const finished = ref(false);
13222
+ return {
13223
+ v,
13224
+ form,
13225
+ submit: wrapFnWithBusyState(busy, async () => {
13226
+ error.value = null;
13227
+ try {
13228
+ const identifier = form.identifier.trim();
13229
+ const response = await apiClient.user.passwordReset({
13230
+ ...identifier.includes("@") ? { email: identifier } : { name: identifier },
13231
+ token: form.token,
13232
+ password: form.password,
13233
+ ...props.realmId ? { realm_id: props.realmId } : {}
13234
+ });
13235
+ finished.value = true;
13236
+ emit("done", response);
13237
+ } catch (e) {
13238
+ error.value = e instanceof Error ? e.message : null;
13239
+ emit("failed", e);
13240
+ }
13241
+ }),
13242
+ submitButton: useSubmitButton({
13243
+ loading: busy,
13244
+ disabled: computed(() => busy.value || v.$invalid.value)
13245
+ }),
13246
+ busy,
13247
+ error,
13248
+ finished,
13249
+ translations
13250
+ };
13251
+ }
13252
+ });
13253
+ //#endregion
13254
+ //#region src/components/workflows/password/PasswordResetForm.vue
13255
+ const _hoisted_1$2 = { class: "text-center" };
13256
+ const _hoisted_2$2 = { class: "font-bold" };
13257
+ const _hoisted_3$2 = {
13258
+ key: 0,
13259
+ class: "alert alert-success"
13260
+ };
13261
+ const _hoisted_4$2 = {
13262
+ key: 0,
13263
+ class: "alert alert-danger"
13264
+ };
13265
+ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
13266
+ const _component_VCFormInput = resolveComponent("VCFormInput");
13267
+ const _component_VCFormGroup = resolveComponent("VCFormGroup");
13268
+ const _component_IFieldValidation = resolveComponent("IFieldValidation");
13269
+ const _component_VCButton = resolveComponent("VCButton");
13270
+ return openBlock(), createElementBlock("div", null, [createElementVNode("div", _hoisted_1$2, [createElementVNode("h1", _hoisted_2$2, toDisplayString(_ctx.translations.resetPassword), 1)]), _ctx.finished ? (openBlock(), createElementBlock("div", _hoisted_3$2, toDisplayString(_ctx.translations.passwordResetDone), 1)) : (openBlock(), createElementBlock("form", {
13271
+ key: 1,
13272
+ onSubmit: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.submit && _ctx.submit(...args), ["prevent"]))
13273
+ }, [
13274
+ _ctx.error ? (openBlock(), createElementBlock("div", _hoisted_4$2, toDisplayString(_ctx.error), 1)) : createCommentVNode("v-if", true),
13275
+ createVNode(_component_IFieldValidation, { field: _ctx.v.fields.identifier }, {
13276
+ default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
13277
+ label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translations.emailOrName), 1)]),
13278
+ default: withCtx(() => [createVNode(_component_VCFormInput, {
13279
+ modelValue: _ctx.v.fields.identifier.$model.value,
13280
+ "onUpdate:modelValue": ($event) => _ctx.v.fields.identifier.$model.value = $event
13281
+ }, null, 8, ["modelValue", "onUpdate:modelValue"])]),
13282
+ _: 2
13283
+ }, 1032, ["validation"])]),
13284
+ _: 1
13285
+ }, 8, ["field"]),
13286
+ createVNode(_component_IFieldValidation, { field: _ctx.v.fields.token }, {
13287
+ default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
13288
+ label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translations.code), 1)]),
13289
+ default: withCtx(() => [createVNode(_component_VCFormInput, {
13290
+ modelValue: _ctx.v.fields.token.$model.value,
13291
+ "onUpdate:modelValue": ($event) => _ctx.v.fields.token.$model.value = $event
13292
+ }, null, 8, ["modelValue", "onUpdate:modelValue"])]),
13293
+ _: 2
13294
+ }, 1032, ["validation"])]),
13295
+ _: 1
13296
+ }, 8, ["field"]),
13297
+ createVNode(_component_IFieldValidation, { field: _ctx.v.fields.password }, {
13298
+ default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
13299
+ label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translations.password), 1)]),
13300
+ default: withCtx(() => [createVNode(_component_VCFormInput, {
13301
+ modelValue: _ctx.v.fields.password.$model.value,
13302
+ "onUpdate:modelValue": ($event) => _ctx.v.fields.password.$model.value = $event,
13303
+ type: "password"
13304
+ }, null, 8, ["modelValue", "onUpdate:modelValue"])]),
13305
+ _: 2
13306
+ }, 1032, ["validation"])]),
13307
+ _: 1
13308
+ }, 8, ["field"]),
13309
+ createVNode(_component_VCButton, mergeProps(_ctx.submitButton, {
13310
+ label: _ctx.translations.reset,
13311
+ class: "w-full"
13312
+ }), null, 16, ["label"])
13313
+ ], 32))]);
13314
+ }
13315
+ var PasswordResetForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(PasswordResetForm_vue_vue_type_script_lang_default, [["render", _sfc_render$2]]);
13316
+ //#endregion
13317
+ //#region src/components/workflows/register/ActivateForm.vue?vue&type=script&lang.ts
13318
+ var ActivateValidator = class extends Container {
13319
+ initialize() {
13320
+ super.initialize();
13321
+ this.mount("token", createValidator(string().min(3).max(256)));
13322
+ }
13323
+ };
13324
+ var ActivateForm_vue_vue_type_script_lang_default = defineComponent({
13325
+ components: {
13326
+ VCButton,
13327
+ VCFormGroup,
13328
+ VCFormInput,
13329
+ IFieldValidation
13330
+ },
13331
+ props: { token: {
13332
+ type: String,
13333
+ default: ""
13334
+ } },
13335
+ emits: ["done", "failed"],
13336
+ setup(props, { emit }) {
13337
+ const apiClient = injectHTTPClient();
13338
+ const form = reactive({ token: props.token });
13339
+ watch(() => props.token, (value) => {
13340
+ form.token = value;
13341
+ });
13342
+ const v = useValidup(new ActivateValidator(), form);
13343
+ const translations = useTranslations([
13344
+ {
13345
+ namespace: TranslatorTranslationNamespace.ACTION,
13346
+ key: TranslatorTranslationActionKey.ACTIVATE
13347
+ },
13348
+ {
13349
+ namespace: TranslatorTranslationNamespace.FIELD,
13350
+ key: TranslatorTranslationFieldKey.CODE
13351
+ },
13352
+ {
13353
+ namespace: TranslatorTranslationNamespace.CLIENT,
13354
+ key: TranslatorTranslationClientKey.ACTIVATE_ACCOUNT
13355
+ },
13356
+ {
13357
+ namespace: TranslatorTranslationNamespace.CLIENT,
13358
+ key: TranslatorTranslationClientKey.ACCOUNT_ACTIVATED
13359
+ }
13360
+ ]);
13361
+ const busy = ref(false);
13362
+ const error = ref(null);
13363
+ const finished = ref(false);
13364
+ return {
13365
+ v,
13366
+ form,
13367
+ submit: wrapFnWithBusyState(busy, async () => {
13368
+ error.value = null;
13369
+ try {
13370
+ await apiClient.user.activate(form.token);
13371
+ finished.value = true;
13372
+ emit("done");
13373
+ } catch (e) {
13374
+ error.value = e instanceof Error ? e.message : null;
13375
+ emit("failed", e);
13376
+ }
13377
+ }),
13378
+ submitButton: useSubmitButton({
13379
+ loading: busy,
13380
+ disabled: computed(() => busy.value || v.$invalid.value)
13381
+ }),
13382
+ busy,
13383
+ error,
13384
+ finished,
13385
+ translations
13386
+ };
13387
+ }
13388
+ });
13389
+ //#endregion
13390
+ //#region src/components/workflows/register/ActivateForm.vue
13391
+ const _hoisted_1$1 = { class: "text-center" };
13392
+ const _hoisted_2$1 = { class: "font-bold" };
13393
+ const _hoisted_3$1 = {
13394
+ key: 0,
13395
+ class: "alert alert-success"
13396
+ };
13397
+ const _hoisted_4$1 = {
13398
+ key: 0,
13399
+ class: "alert alert-danger"
13400
+ };
13401
+ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
13402
+ const _component_VCFormInput = resolveComponent("VCFormInput");
13403
+ const _component_VCFormGroup = resolveComponent("VCFormGroup");
13404
+ const _component_IFieldValidation = resolveComponent("IFieldValidation");
13405
+ const _component_VCButton = resolveComponent("VCButton");
13406
+ return openBlock(), createElementBlock("div", null, [createElementVNode("div", _hoisted_1$1, [createElementVNode("h1", _hoisted_2$1, toDisplayString(_ctx.translations.activateAccount), 1)]), _ctx.finished ? (openBlock(), createElementBlock("div", _hoisted_3$1, toDisplayString(_ctx.translations.accountActivated), 1)) : (openBlock(), createElementBlock("form", {
13407
+ key: 1,
13408
+ onSubmit: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.submit && _ctx.submit(...args), ["prevent"]))
13409
+ }, [
13410
+ _ctx.error ? (openBlock(), createElementBlock("div", _hoisted_4$1, toDisplayString(_ctx.error), 1)) : createCommentVNode("v-if", true),
13411
+ createVNode(_component_IFieldValidation, { field: _ctx.v.fields.token }, {
13412
+ default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
13413
+ label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translations.code), 1)]),
13414
+ default: withCtx(() => [createVNode(_component_VCFormInput, {
13415
+ modelValue: _ctx.v.fields.token.$model.value,
13416
+ "onUpdate:modelValue": ($event) => _ctx.v.fields.token.$model.value = $event
13417
+ }, null, 8, ["modelValue", "onUpdate:modelValue"])]),
13418
+ _: 2
13419
+ }, 1032, ["validation"])]),
13420
+ _: 1
13421
+ }, 8, ["field"]),
13422
+ createVNode(_component_VCButton, mergeProps(_ctx.submitButton, {
13423
+ label: _ctx.translations.activate,
13424
+ class: "w-full"
13425
+ }), null, 16, ["label"])
13426
+ ], 32))]);
13427
+ }
13428
+ var ActivateForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(ActivateForm_vue_vue_type_script_lang_default, [["render", _sfc_render$1]]);
13429
+ //#endregion
13430
+ //#region src/components/workflows/register/RegisterForm.vue?vue&type=script&lang.ts
13431
+ var RegisterValidator = class extends Container {
13432
+ initialize() {
13433
+ super.initialize();
13434
+ this.mount("name", createValidator(string().min(3).max(128)));
13435
+ this.mount("email", createValidator(string().email().max(255)));
13436
+ this.mount("password", createValidator(string().min(3).max(255)));
13437
+ }
13438
+ };
13439
+ var RegisterForm_vue_vue_type_script_lang_default = defineComponent({
13440
+ components: {
13441
+ AAuthBackLink: AAuthBackLink_default,
13442
+ ActivateForm: ActivateForm_default,
13443
+ VCButton,
13444
+ VCFormGroup,
13445
+ VCFormInput,
13446
+ IFieldValidation
13447
+ },
13448
+ props: {
13449
+ realmId: { type: String },
13450
+ backLink: { type: Object }
13451
+ },
13452
+ emits: ["done", "failed"],
13453
+ setup(props, { emit }) {
13454
+ const apiClient = injectHTTPClient();
13455
+ const form = reactive({
13456
+ name: "",
13457
+ email: "",
13458
+ password: ""
13459
+ });
13460
+ const v = useValidup(new RegisterValidator(), form);
13461
+ const translations = useTranslations([
13462
+ {
13463
+ namespace: TranslatorTranslationNamespace.ACTION,
13464
+ key: TranslatorTranslationActionKey.REGISTER
13465
+ },
13466
+ {
13467
+ namespace: TranslatorTranslationNamespace.FIELD,
13468
+ key: TranslatorTranslationFieldKey.NAME
13469
+ },
13470
+ {
13471
+ namespace: TranslatorTranslationNamespace.FIELD,
13472
+ key: TranslatorTranslationFieldKey.EMAIL
13473
+ },
13474
+ {
13475
+ namespace: TranslatorTranslationNamespace.FIELD,
13476
+ key: TranslatorTranslationFieldKey.PASSWORD
13477
+ },
13478
+ {
13479
+ namespace: TranslatorTranslationNamespace.CLIENT,
13480
+ key: TranslatorTranslationClientKey.CREATE_ACCOUNT
13481
+ },
13482
+ {
13483
+ namespace: TranslatorTranslationNamespace.CLIENT,
13484
+ key: TranslatorTranslationClientKey.CHECK_EMAIL_ACTIVATE
13485
+ },
13486
+ {
13487
+ namespace: TranslatorTranslationNamespace.CLIENT,
13488
+ key: TranslatorTranslationClientKey.BACK_TO_LOGIN
13489
+ }
13490
+ ]);
13491
+ const busy = ref(false);
13492
+ const error = ref(null);
13493
+ const awaitingActivation = ref(false);
13494
+ return {
13495
+ v,
13496
+ form,
13497
+ submit: wrapFnWithBusyState(busy, async () => {
13498
+ error.value = null;
13499
+ try {
13500
+ const response = await apiClient.user.register({
13501
+ name: form.name,
13502
+ email: form.email,
13503
+ password: form.password,
13504
+ ...props.realmId ? { realm_id: props.realmId } : {}
13505
+ });
13506
+ if (response.active) emit("done", response);
13507
+ else awaitingActivation.value = true;
13508
+ } catch (e) {
13509
+ error.value = e instanceof Error ? e.message : null;
13510
+ emit("failed", e);
13511
+ }
13512
+ }),
13513
+ submitButton: useSubmitButton({
13514
+ loading: busy,
13515
+ disabled: computed(() => busy.value || v.$invalid.value)
13516
+ }),
13517
+ busy,
13518
+ error,
13519
+ awaitingActivation,
13520
+ translations
13521
+ };
13522
+ }
13523
+ });
13524
+ //#endregion
13525
+ //#region src/components/workflows/register/RegisterForm.vue
13526
+ const _hoisted_1 = { class: "alert alert-info" };
13527
+ const _hoisted_2 = { class: "text-center" };
13528
+ const _hoisted_3 = { class: "font-bold" };
13529
+ const _hoisted_4 = {
13530
+ key: 0,
13531
+ class: "alert alert-danger"
13532
+ };
13533
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
13534
+ const _component_ActivateForm = resolveComponent("ActivateForm");
13535
+ const _component_VCFormInput = resolveComponent("VCFormInput");
13536
+ const _component_VCFormGroup = resolveComponent("VCFormGroup");
13537
+ const _component_IFieldValidation = resolveComponent("IFieldValidation");
13538
+ const _component_VCButton = resolveComponent("VCButton");
13539
+ const _component_AAuthBackLink = resolveComponent("AAuthBackLink");
13540
+ return openBlock(), createElementBlock("div", null, [_ctx.awaitingActivation ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [createElementVNode("div", _hoisted_1, toDisplayString(_ctx.translations.checkEmailActivate), 1), createVNode(_component_ActivateForm, {
13541
+ onDone: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("done")),
13542
+ onFailed: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("failed", $event))
13543
+ })], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [createElementVNode("div", _hoisted_2, [createElementVNode("h1", _hoisted_3, toDisplayString(_ctx.translations.createAccount), 1)]), createElementVNode("form", { onSubmit: _cache[2] || (_cache[2] = withModifiers((...args) => _ctx.submit && _ctx.submit(...args), ["prevent"])) }, [
13544
+ _ctx.error ? (openBlock(), createElementBlock("div", _hoisted_4, toDisplayString(_ctx.error), 1)) : createCommentVNode("v-if", true),
13545
+ createVNode(_component_IFieldValidation, { field: _ctx.v.fields.name }, {
13546
+ default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
13547
+ label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translations.name), 1)]),
13548
+ default: withCtx(() => [createVNode(_component_VCFormInput, {
13549
+ modelValue: _ctx.v.fields.name.$model.value,
13550
+ "onUpdate:modelValue": ($event) => _ctx.v.fields.name.$model.value = $event
13551
+ }, null, 8, ["modelValue", "onUpdate:modelValue"])]),
13552
+ _: 2
13553
+ }, 1032, ["validation"])]),
13554
+ _: 1
13555
+ }, 8, ["field"]),
13556
+ createVNode(_component_IFieldValidation, { field: _ctx.v.fields.email }, {
13557
+ default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
13558
+ label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translations.email), 1)]),
13559
+ default: withCtx(() => [createVNode(_component_VCFormInput, {
13560
+ modelValue: _ctx.v.fields.email.$model.value,
13561
+ "onUpdate:modelValue": ($event) => _ctx.v.fields.email.$model.value = $event,
13562
+ type: "email"
13563
+ }, null, 8, ["modelValue", "onUpdate:modelValue"])]),
13564
+ _: 2
13565
+ }, 1032, ["validation"])]),
13566
+ _: 1
13567
+ }, 8, ["field"]),
13568
+ createVNode(_component_IFieldValidation, { field: _ctx.v.fields.password }, {
13569
+ default: withCtx(({ value }) => [createVNode(_component_VCFormGroup, { validation: value }, {
13570
+ label: withCtx(() => [createTextVNode(toDisplayString(_ctx.translations.password), 1)]),
13571
+ default: withCtx(() => [createVNode(_component_VCFormInput, {
13572
+ modelValue: _ctx.v.fields.password.$model.value,
13573
+ "onUpdate:modelValue": ($event) => _ctx.v.fields.password.$model.value = $event,
13574
+ type: "password"
13575
+ }, null, 8, ["modelValue", "onUpdate:modelValue"])]),
13576
+ _: 2
13577
+ }, 1032, ["validation"])]),
13578
+ _: 1
13579
+ }, 8, ["field"]),
13580
+ createVNode(_component_VCButton, mergeProps(_ctx.submitButton, {
13581
+ label: _ctx.translations.register,
13582
+ class: "w-full"
13583
+ }), null, 16, ["label"])
13584
+ ], 32)], 64)), createVNode(_component_AAuthBackLink, { link: _ctx.backLink }, null, 8, ["link"])]);
13585
+ }
13586
+ var RegisterForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(RegisterForm_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
13587
+ //#endregion
12596
13588
  //#region src/index.ts
12597
13589
  var src_default = { install };
12598
13590
  //#endregion
12599
- export { AAttributeNamesPolicyForm_default as AAttributeNamesPolicyForm, Authorize_default as AAuthorize, AuthorizeText_default as AAuthorizeText, AClient, AClientForm_default as AClientForm, AClientPermissionAssignment_default as AClientPermissionAssignment, AClientPermissionAssignments_default as AClientPermissionAssignments, AClientPicker, AClientRoleAssignment_default as AClientRoleAssignment, AClientRoleAssignments_default as AClientRoleAssignments, AClientScope, AClientScopeAssignment_default as AClientScopeAssignment, AClientScopeAssignments_default as AClientScopeAssignments, AClientScopes, AClients, ACompositePolicyForm_default as ACompositePolicyForm, ADatePolicyForm_default as ADatePolicyForm, AEntityDelete, AFormInputList_default as AFormInputList, AFormInputListItem_default as AFormInputListItem, AFormSubmit, AIdentityPolicyForm_default as AIdentityPolicyForm, AIdentityProvider, AIdentityProviderForm_default as AIdentityProviderForm, AIdentityProviderIcon_default as AIdentityProviderIcon, AIdentityProviderLdapForm_default as AIdentityProviderLdapForm, AIdentityProviderOAuth2Form_default as AIdentityProviderOAuth2Form, AIdentityProviderPreset, AIdentityProviderProtocol, AIdentityProviderRoleAssignment_default as AIdentityProviderRoleAssignment, AIdentityProviderRoleAssignments_default as AIdentityProviderRoleAssignments, AIdentityProviders, Login_default as ALogin, ANameInput_default as ANameInput, APagination, APermission, APermissionCheck, APermissionClientAssignments_default as APermissionClientAssignments, APermissionForm_default as APermissionForm, APermissionPolicyAssignment_default as APermissionPolicyAssignment, APermissionPolicyAssignments_default as APermissionPolicyAssignments, APermissionPolicyBindingButton, APermissionRobotAssignments_default as APermissionRobotAssignments, APermissionRoleAssignments_default as APermissionRoleAssignments, APermissionUserAssignments_default as APermissionUserAssignments, APermissions, APolicies, APolicy, APolicyDetailNav_default as APolicyDetailNav, APolicyForm_default as APolicyForm, APolicyInlineInfo_default as APolicyInlineInfo, APolicySummary_default as APolicySummary, APolicyTypeBadge_default as APolicyTypeBadge, APolicyTypePicker_default as APolicyTypePicker, ARealm, ARealmForm_default as ARealmForm, ARealmMatchPolicyForm_default as ARealmMatchPolicyForm, ARealmPicker, ARealms, ARobot, ARobotForm_default as ARobotForm, ARobotPermissionAssignment_default as ARobotPermissionAssignment, ARobotPermissionAssignments_default as ARobotPermissionAssignments, ARobotRoleAssignment_default as ARobotRoleAssignment, ARobotRoleAssignments_default as ARobotRoleAssignments, ARobots, ARole, ARoleClientAssignments_default as ARoleClientAssignments, ARoleForm_default as ARoleForm, ARolePermissionAssignment_default as ARolePermissionAssignment, ARolePermissionAssignments_default as ARolePermissionAssignments, ARoleRobotAssignments_default as ARoleRobotAssignments, ARoleUserAssignments_default as ARoleUserAssignments, ARoles, AScope, AScopeClientAssignments_default as AScopeClientAssignments, AScopeForm_default as AScopeForm, AScopes, ASearch, ASecretInput_default as ASecretInput, ATimePolicyForm_default as ATimePolicyForm, ATitle, AToggleButton_default as AToggleButton, AUser, AUserForm_default as AUserForm, AUserPasswordForm_default as AUserPasswordForm, AUserPermissionAssignment_default as AUserPermissionAssignment, AUserPermissionAssignments_default as AUserPermissionAssignments, AUserRoleAssignment_default as AUserRoleAssignment, AUserRoleAssignments_default as AUserRoleAssignments, AUsers, EntityRecordError, HTTPClientSymbol, LanguageSwitcherDropdown, ListHandlers, STORE_ID, SlotName, SocketClientSymbol, StoreDispatcherEventName, assignFormProperties, buildEntityVSlotProps, buildFormCheckbox, buildFormGroup, buildFormInput, buildFormInputText, buildFormSelect, buildFormSubmit, buildFormSubmitWithTranslations, buildFormSwitch, buildFormTextarea, buildSubmitButtonDefaults, createFormSubmitTranslations, createPermissionCheckerReactiveFn, createStore, createStoreDispatcher, src_default as default, defineEntityCollectionManager, defineEntityCollectionVEmitOptions, defineEntityCollectionVProps, defineEntityManager, defineEntityPicker, defineEntityPickerVEmitOptions, defineEntityPickerVProps, defineEntitySocketManager, defineEntityVEmitOptions, defineEntityVProps, extractValidupResultsFromChild, getSeverity, hasHTTPClient, hasHTTPClientAuthenticationHook, hasNormalizedSlot, hasStoreFactory, inject, injectHTTPClient, injectHTTPClientAuthenticationHook, injectSocketManager, injectStore, injectStoreDispatcher, injectStoreFactory, injectTranslatorLocale, install, installHTTPClient, installHTTPClientAuthenticationHook, installSocketManager, installStore, installTranslator, isQuerySortedDescByDate, isSocketManagerUsable, mergeEntityCollectionRenderOptions, normalizeSlot, onChange, provide, provideHTTPClient, provideHTTPClientAuthenticationHook, provideSocketManager, provideStoreDispatcher, provideStoreFactory, renderToggleButton, storeToRefs, useIsEditing, usePermissionCheck, useTranslation, useTranslations, useTranslationsForComposable, useTranslationsForField, useTranslationsForNamespace, useTranslator, useUpdatedAt, wrapFnWithBusyState };
13591
+ export { ActivateForm_default as AActivateForm, AAttributeNamesPolicyForm_default as AAttributeNamesPolicyForm, AAuthBackLink_default as AAuthBackLink, AAuthGadgets_default as AAuthGadgets, AAuthShell_default as AAuthShell, Authorize_default as AAuthorize, AuthorizeText_default as AAuthorizeText, AClient, AClientForm_default as AClientForm, AClientPermissionAssignment_default as AClientPermissionAssignment, AClientPermissionAssignments_default as AClientPermissionAssignments, AClientPicker, AClientRoleAssignment_default as AClientRoleAssignment, AClientRoleAssignments_default as AClientRoleAssignments, AClientScope, AClientScopeAssignment_default as AClientScopeAssignment, AClientScopeAssignments_default as AClientScopeAssignments, AClientScopes, AClients, AColorModeSwitcher_default as AColorModeSwitcher, ACompositePolicyForm_default as ACompositePolicyForm, ADatePolicyForm_default as ADatePolicyForm, AEntityDelete, AFormInputList_default as AFormInputList, AFormInputListItem_default as AFormInputListItem, AFormSubmit, AIdentityPolicyForm_default as AIdentityPolicyForm, AIdentityProvider, AIdentityProviderForm_default as AIdentityProviderForm, AIdentityProviderIcon_default as AIdentityProviderIcon, AIdentityProviderLdapForm_default as AIdentityProviderLdapForm, AIdentityProviderOAuth2Form_default as AIdentityProviderOAuth2Form, AIdentityProviderPreset, AIdentityProviderProtocol, AIdentityProviderRoleAssignment_default as AIdentityProviderRoleAssignment, AIdentityProviderRoleAssignments_default as AIdentityProviderRoleAssignments, AIdentityProviders, ALanguageSwitcherDropdown, LoginForm_default as ALogin, LoginForm_default as ALoginForm, ANameInput_default as ANameInput, APagination, PasswordForgotForm_default as APasswordForgotForm, PasswordResetForm_default as APasswordResetForm, APermission, APermissionCheck, APermissionClientAssignments_default as APermissionClientAssignments, APermissionForm_default as APermissionForm, APermissionPolicyAssignment_default as APermissionPolicyAssignment, APermissionPolicyAssignments_default as APermissionPolicyAssignments, APermissionPolicyBindingButton, APermissionRobotAssignments_default as APermissionRobotAssignments, APermissionRoleAssignments_default as APermissionRoleAssignments, APermissionUserAssignments_default as APermissionUserAssignments, APermissions, APolicies, APolicy, APolicyDetailNav_default as APolicyDetailNav, APolicyForm_default as APolicyForm, APolicyInlineInfo_default as APolicyInlineInfo, APolicySummary_default as APolicySummary, APolicyTypeBadge_default as APolicyTypeBadge, APolicyTypePicker_default as APolicyTypePicker, ARealm, ARealmForm_default as ARealmForm, ARealmGrid_default as ARealmGrid, ARealmMatchPolicyForm_default as ARealmMatchPolicyForm, ARealmPicker, ARealms, RegisterForm_default as ARegisterForm, ARobot, ARobotForm_default as ARobotForm, ARobotPermissionAssignment_default as ARobotPermissionAssignment, ARobotPermissionAssignments_default as ARobotPermissionAssignments, ARobotRoleAssignment_default as ARobotRoleAssignment, ARobotRoleAssignments_default as ARobotRoleAssignments, ARobots, ARole, ARoleClientAssignments_default as ARoleClientAssignments, ARoleForm_default as ARoleForm, ARolePermissionAssignment_default as ARolePermissionAssignment, ARolePermissionAssignments_default as ARolePermissionAssignments, ARoleRobotAssignments_default as ARoleRobotAssignments, ARoleUserAssignments_default as ARoleUserAssignments, ARoles, AScope, AScopeClientAssignments_default as AScopeClientAssignments, AScopeForm_default as AScopeForm, AScopes, ASearch, ASecretInput_default as ASecretInput, ATimePolicyForm_default as ATimePolicyForm, ATitle, AToggleButton_default as AToggleButton, AUser, AUserForm_default as AUserForm, AUserPasswordForm_default as AUserPasswordForm, AUserPermissionAssignment_default as AUserPermissionAssignment, AUserPermissionAssignments_default as AUserPermissionAssignments, AUserRoleAssignment_default as AUserRoleAssignment, AUserRoleAssignments_default as AUserRoleAssignments, AUsers, EntityRecordError, HTTPClientSymbol, LanguageSwitcherDropdown, ListHandlers, STORE_ID, SlotName, SocketClientSymbol, StoreDispatcherEventName, assignFormProperties, buildAuthorizeURL, buildEntityVSlotProps, buildFormCheckbox, buildFormGroup, buildFormInput, buildFormInputText, buildFormSelect, buildFormSubmit, buildFormSubmitWithTranslations, buildFormSwitch, buildFormTextarea, buildSubmitButtonDefaults, clearAuthorizationRequest, createFormSubmitTranslations, createPKCE, createPermissionCheckerReactiveFn, createState, createStore, createStoreDispatcher, src_default as default, defineEntityCollectionManager, defineEntityCollectionVEmitOptions, defineEntityCollectionVProps, defineEntityManager, defineEntityPicker, defineEntityPickerVEmitOptions, defineEntityPickerVProps, defineEntitySocketManager, defineEntityVEmitOptions, defineEntityVProps, extractValidupResultsFromChild, getSeverity, hasHTTPClient, hasHTTPClientAuthenticationHook, hasNormalizedSlot, hasStoreFactory, inject, injectHTTPClient, injectHTTPClientAuthenticationHook, injectSocketManager, injectStore, injectStoreDispatcher, injectStoreFactory, injectTranslatorLocale, install, installHTTPClient, installHTTPClientAuthenticationHook, installSocketManager, installStore, installTranslator, isQuerySortedDescByDate, isSocketManagerUsable, loadAuthorizationRequest, mergeEntityCollectionRenderOptions, normalizeSlot, onChange, provide, provideHTTPClient, provideHTTPClientAuthenticationHook, provideSocketManager, provideStoreDispatcher, provideStoreFactory, renderToggleButton, saveAuthorizationRequest, storeToRefs, syncTranslatorLocaleFromManager, useIsEditing, useLocaleControl, usePermissionCheck, useTranslation, useTranslations, useTranslationsForComposable, useTranslationsForField, useTranslationsForNamespace, useTranslator, useUpdatedAt, wrapFnWithBusyState };
12600
13592
 
12601
13593
  //# sourceMappingURL=index.mjs.map