@simsustech/quasar-components 0.11.10 → 0.11.11

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 (68) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/LocaleSelect.vue_vue_type_script_setup_true_lang-Du4fNbTV.js +573 -0
  3. package/dist/authentication.js +148 -65
  4. package/dist/form.js +155 -300
  5. package/dist/general.js +44 -195
  6. package/dist/md3.js +435 -0
  7. package/dist/{nl-BTgHOvpQ.js → nl-BJwNz421.js} +70 -0
  8. package/dist/{nl-jHKPHlmh.js → nl-CneFq5NZ.js} +4 -0
  9. package/dist/nl-NLgZUAKl.js +6 -0
  10. package/dist/types/ui/authentication/EmailChangeForm.vue.d.ts +2 -2
  11. package/dist/types/ui/authentication/LoginButton.vue.d.ts +1 -1
  12. package/dist/types/ui/authentication/LoginForm.vue.d.ts +2 -2
  13. package/dist/types/ui/authentication/LogoutButton.vue.d.ts +12 -0
  14. package/dist/types/ui/authentication/LogoutForm.vue.d.ts +18 -0
  15. package/dist/types/ui/authentication/PasswordChangeForm.vue.d.ts +2 -2
  16. package/dist/types/ui/authentication/RegisterForm.vue.d.ts +2 -2
  17. package/dist/types/ui/authentication/RequestOtpForm.vue.d.ts +2 -2
  18. package/dist/types/ui/authentication/UserMenuButton.vue.d.ts +1 -1
  19. package/dist/types/ui/authentication/index.d.ts +2 -0
  20. package/dist/types/ui/authentication/lang/index.d.ts +12 -0
  21. package/dist/types/ui/form/DateInput.vue.d.ts +11 -1
  22. package/dist/types/ui/form/FormInput.vue.d.ts +2 -15
  23. package/dist/types/ui/form/FormItem.vue.d.ts +2 -19
  24. package/dist/types/ui/form/LocaleSelect.vue.d.ts +6 -4
  25. package/dist/types/ui/form/lang/index.d.ts +1131 -0
  26. package/dist/types/ui/general/QDrawerList.vue.d.ts +2 -7
  27. package/dist/types/ui/general/QLanguageSelect.vue.d.ts +7 -4
  28. package/dist/types/ui/general/QStyledCard.vue.d.ts +9 -5
  29. package/dist/types/ui/general/QStyledLayout.vue.d.ts +1 -1
  30. package/dist/types/ui/general/QSubmitButton.vue.d.ts +1 -1
  31. package/dist/types/ui/general/ResourcePage.vue.d.ts +9 -5
  32. package/dist/types/ui/general/ResponsiveDialog.vue.d.ts +3 -2
  33. package/dist/types/ui/general/index.d.ts +0 -1
  34. package/dist/types/ui/md3/Md3Layout.vue.d.ts +31 -0
  35. package/dist/types/ui/md3/NavigationRailFabs.vue.d.ts +14 -0
  36. package/dist/types/ui/md3/index.d.ts +3 -0
  37. package/dist/types/ui/md3/lang/en-US.d.ts +3 -0
  38. package/dist/types/ui/md3/lang/index.d.ts +12 -0
  39. package/dist/types/ui/md3/lang/nl.d.ts +3 -0
  40. package/package.json +21 -14
  41. package/src/ui/authentication/LogoutButton.vue +31 -0
  42. package/src/ui/authentication/LogoutForm.vue +49 -0
  43. package/src/ui/authentication/index.ts +2 -0
  44. package/src/ui/authentication/lang/en-US.ts +4 -0
  45. package/src/ui/authentication/lang/index.ts +4 -0
  46. package/src/ui/authentication/lang/nl.ts +4 -0
  47. package/src/ui/form/DateInput.vue +42 -23
  48. package/src/ui/form/LocaleSelect.vue +29 -43
  49. package/src/ui/form/lang/en-US.ts +377 -0
  50. package/src/ui/form/lang/index.ts +377 -0
  51. package/src/ui/form/lang/nl.ts +377 -0
  52. package/src/ui/general/QLanguageSelect.vue +30 -106
  53. package/src/ui/general/{QLanguageSelectBtn.vue → QLanguageSelectBtn.vue.bak} +1 -1
  54. package/src/ui/general/QStyledCard.vue +2 -2
  55. package/src/ui/general/ResponsiveDialog.vue +14 -4
  56. package/src/ui/general/index.ts +1 -1
  57. package/src/ui/md3/Md3Layout.vue +139 -0
  58. package/src/ui/md3/NavigationRailFabs.vue +68 -0
  59. package/src/ui/md3/index.ts +3 -0
  60. package/src/ui/md3/lang/en-US.ts +7 -0
  61. package/src/ui/md3/lang/index.ts +41 -0
  62. package/src/ui/md3/lang/nl.ts +7 -0
  63. package/vite.config.ts +4 -3
  64. package/dist/flags.js +0 -255
  65. package/dist/icons.js +0 -25
  66. package/dist/index-DnmJt2wP.js +0 -7921
  67. package/dist/nl-BL9hHEHL.js +0 -76
  68. package/dist/types/ui/general/QLanguageSelectBtn.vue.d.ts +0 -11
@@ -1,6 +1,6 @@
1
1
  import { useQuasar, QForm, QInput, QStepper, QStep, QStepperNavigation, QIcon, QBtn, QSlider, QList, QItem, QItemSection, QMenu, QTable, QTr, QTd, QItemLabel, QSelect, QTh } from "quasar";
2
2
  import { ref, defineComponent, watch, computed, createBlock, openBlock, unref, mergeProps, withCtx, createVNode, renderSlot, toRef, createCommentVNode, toRefs, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString, createElementVNode } from "vue";
3
- import { _ as _sfc_main$d } from "./QSubmitButton.vue_vue_type_script_setup_true_lang-UtpXkOh7.js";
3
+ import { _ as _sfc_main$f } from "./QSubmitButton.vue_vue_type_script_setup_true_lang-UtpXkOh7.js";
4
4
  const lang$1 = {
5
5
  isoName: "en-US",
6
6
  myAccount: "Account",
@@ -104,6 +104,10 @@ const lang$1 = {
104
104
  addRole: ({ email }) => `Select the role which you want to add to ${email}.`,
105
105
  removeRole: ({ email }) => `Select the role which you want to remove from ${email}.`
106
106
  }
107
+ },
108
+ logout: {
109
+ confirmation: "Are you sure you want to log out?",
110
+ logout: "Log out"
107
111
  }
108
112
  };
109
113
  const enUS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -113,7 +117,7 @@ const enUS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty
113
117
  const lang = ref(lang$1);
114
118
  const locales = /* @__PURE__ */ Object.assign({
115
119
  "./en-US.ts": () => Promise.resolve().then(() => enUS),
116
- "./nl.ts": () => import("./nl-jHKPHlmh.js")
120
+ "./nl.ts": () => import("./nl-CneFq5NZ.js")
117
121
  });
118
122
  const useLang = () => {
119
123
  return lang;
@@ -391,11 +395,11 @@ function isEmail(str, options) {
391
395
  }
392
396
  return true;
393
397
  }
394
- const __default__$a = {
398
+ const __default__$c = {
395
399
  name: "RequestOtpForm"
396
400
  };
397
- const _sfc_main$c = /* @__PURE__ */ defineComponent({
398
- ...__default__$a,
401
+ const _sfc_main$e = /* @__PURE__ */ defineComponent({
402
+ ...__default__$c,
399
403
  props: {
400
404
  form: {},
401
405
  input: {}
@@ -464,7 +468,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
464
468
  };
465
469
  }
466
470
  });
467
- const _sfc_main$b = /* @__PURE__ */ defineComponent({
471
+ const _sfc_main$d = /* @__PURE__ */ defineComponent({
468
472
  __name: "OtpInput",
469
473
  props: {
470
474
  modelValue: {}
@@ -489,11 +493,11 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
489
493
  };
490
494
  }
491
495
  });
492
- const __default__$9 = {
496
+ const __default__$b = {
493
497
  name: "EmailChangeForm"
494
498
  };
495
- const _sfc_main$a = /* @__PURE__ */ defineComponent({
496
- ...__default__$9,
499
+ const _sfc_main$c = /* @__PURE__ */ defineComponent({
500
+ ...__default__$b,
497
501
  props: {
498
502
  email: {},
499
503
  form: {},
@@ -558,7 +562,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
558
562
  onSubmit: _cache[3] || (_cache[3] = (e) => submit)
559
563
  }), {
560
564
  default: withCtx(() => [
561
- createVNode(_sfc_main$b, mergeProps(_ctx.input, {
565
+ createVNode(_sfc_main$d, mergeProps(_ctx.input, {
562
566
  modelValue: otp.value,
563
567
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => otp.value = $event)
564
568
  }), null, 16, ["modelValue"]),
@@ -589,11 +593,11 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
589
593
  };
590
594
  }
591
595
  });
592
- const __default__$8 = {
596
+ const __default__$a = {
593
597
  name: "EmailChangeStepper"
594
598
  };
595
- const _sfc_main$9 = /* @__PURE__ */ defineComponent({
596
- ...__default__$8,
599
+ const _sfc_main$b = /* @__PURE__ */ defineComponent({
600
+ ...__default__$a,
597
601
  props: {
598
602
  input: {}
599
603
  },
@@ -674,13 +678,13 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
674
678
  default: withCtx(() => {
675
679
  var _a, _b;
676
680
  return [
677
- step.value === "requestOtp" ? (openBlock(), createBlock(_sfc_main$d, {
681
+ step.value === "requestOtp" ? (openBlock(), createBlock(_sfc_main$f, {
678
682
  key: 0,
679
683
  "is-next-button": "",
680
684
  form: "requestOtpForm",
681
685
  onSubmit: (_a = requestOtpFormRef.value) == null ? void 0 : _a.functions.submit
682
686
  }, null, 8, ["onSubmit"])) : createCommentVNode("", true),
683
- step.value === "changeEmail" ? (openBlock(), createBlock(_sfc_main$d, {
687
+ step.value === "changeEmail" ? (openBlock(), createBlock(_sfc_main$f, {
684
688
  key: 1,
685
689
  form: "emailChangeForm",
686
690
  onSubmit: (_b = emailChangeFormRef.value) == null ? void 0 : _b.functions.submit
@@ -696,7 +700,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
696
700
  title: requestOtpHeader.value
697
701
  }, {
698
702
  default: withCtx(() => [
699
- createVNode(_sfc_main$c, {
703
+ createVNode(_sfc_main$e, {
700
704
  ref_key: "requestOtpFormRef",
701
705
  ref: requestOtpFormRef,
702
706
  form: { id: "requestOtpForm" },
@@ -711,7 +715,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
711
715
  title: emailChangeHeader.value
712
716
  }, {
713
717
  default: withCtx(() => [
714
- createVNode(_sfc_main$a, {
718
+ createVNode(_sfc_main$c, {
715
719
  ref_key: "emailChangeFormRef",
716
720
  ref: emailChangeFormRef,
717
721
  form: { id: "emailChangeForm" },
@@ -732,11 +736,11 @@ function equals(str, comparison) {
732
736
  assertString(str);
733
737
  return str === comparison;
734
738
  }
735
- const __default__$7 = {
739
+ const __default__$9 = {
736
740
  name: "PasswordChangeForm"
737
741
  };
738
- const _sfc_main$8 = /* @__PURE__ */ defineComponent({
739
- ...__default__$7,
742
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
743
+ ...__default__$9,
740
744
  props: {
741
745
  email: {},
742
746
  minimumPasswordLength: { default: 8 },
@@ -809,7 +813,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
809
813
  onSubmit: _cache[5] || (_cache[5] = (e) => submit)
810
814
  }), {
811
815
  default: withCtx(() => [
812
- createVNode(_sfc_main$b, mergeProps(_ctx.input, {
816
+ createVNode(_sfc_main$d, mergeProps(_ctx.input, {
813
817
  modelValue: otp.value,
814
818
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => otp.value = $event)
815
819
  }), null, 16, ["modelValue"]),
@@ -860,12 +864,12 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
860
864
  };
861
865
  }
862
866
  });
863
- const __default__$6 = {
867
+ const __default__$8 = {
864
868
  name: "PasswordChangeStepper",
865
869
  useLang
866
870
  };
867
- const _sfc_main$7 = /* @__PURE__ */ defineComponent({
868
- ...__default__$6,
871
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
872
+ ...__default__$8,
869
873
  props: {
870
874
  input: {}
871
875
  },
@@ -928,13 +932,13 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
928
932
  default: withCtx(() => {
929
933
  var _a, _b;
930
934
  return [
931
- step.value === "requestOtp" ? (openBlock(), createBlock(_sfc_main$d, {
935
+ step.value === "requestOtp" ? (openBlock(), createBlock(_sfc_main$f, {
932
936
  key: 0,
933
937
  "is-next-button": "",
934
938
  form: "requestOtpForm",
935
939
  onSubmit: (_a = requestOtpFormRef.value) == null ? void 0 : _a.functions.submit
936
940
  }, null, 8, ["onSubmit"])) : createCommentVNode("", true),
937
- step.value === "changePassword" ? (openBlock(), createBlock(_sfc_main$d, {
941
+ step.value === "changePassword" ? (openBlock(), createBlock(_sfc_main$f, {
938
942
  key: 1,
939
943
  form: "passwordChangeForm",
940
944
  onSubmit: (_b = passwordChangeFormRef.value) == null ? void 0 : _b.functions.submit
@@ -950,7 +954,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
950
954
  title: requestOtpHeader.value
951
955
  }, {
952
956
  default: withCtx(() => [
953
- createVNode(_sfc_main$c, {
957
+ createVNode(_sfc_main$e, {
954
958
  ref_key: "requestOtpFormRef",
955
959
  ref: requestOtpFormRef,
956
960
  form: { id: "requestOtpForm" },
@@ -965,7 +969,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
965
969
  title: passwordChangeHeader.value
966
970
  }, {
967
971
  default: withCtx(() => [
968
- createVNode(_sfc_main$8, {
972
+ createVNode(_sfc_main$a, {
969
973
  ref_key: "passwordChangeFormRef",
970
974
  ref: passwordChangeFormRef,
971
975
  form: { id: "passwordChangeForm" },
@@ -982,11 +986,11 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
982
986
  };
983
987
  }
984
988
  });
985
- const __default__$5 = {
989
+ const __default__$7 = {
986
990
  name: "LoginForm"
987
991
  };
988
- const _sfc_main$6 = /* @__PURE__ */ defineComponent({
989
- ...__default__$5,
992
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
993
+ ...__default__$7,
990
994
  props: {
991
995
  useUsername: { type: Boolean },
992
996
  passwordForgotUrl: {},
@@ -1206,11 +1210,11 @@ function isAlphanumeric(_str) {
1206
1210
  }
1207
1211
  throw new Error("Invalid locale '".concat(locale, "'"));
1208
1212
  }
1209
- const __default__$4 = {
1213
+ const __default__$6 = {
1210
1214
  name: "RegisterForm"
1211
1215
  };
1212
- const _sfc_main$5 = /* @__PURE__ */ defineComponent({
1213
- ...__default__$4,
1216
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
1217
+ ...__default__$6,
1214
1218
  props: {
1215
1219
  useUsername: { type: Boolean },
1216
1220
  extraFields: { default: void 0 },
@@ -1383,11 +1387,11 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
1383
1387
  };
1384
1388
  }
1385
1389
  });
1386
- const __default__$3 = {
1390
+ const __default__$5 = {
1387
1391
  name: "VerificationSlider"
1388
1392
  };
1389
- const _sfc_main$4 = /* @__PURE__ */ defineComponent({
1390
- ...__default__$3,
1393
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
1394
+ ...__default__$5,
1391
1395
  props: {
1392
1396
  useVerificationSlider: { type: Boolean }
1393
1397
  },
@@ -1437,11 +1441,11 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
1437
1441
  };
1438
1442
  }
1439
1443
  });
1440
- const __default__$2 = {
1444
+ const __default__$4 = {
1441
1445
  name: "ConsentList"
1442
1446
  };
1443
- const _sfc_main$3 = /* @__PURE__ */ defineComponent({
1444
- ...__default__$2,
1447
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
1448
+ ...__default__$4,
1445
1449
  props: {
1446
1450
  scopes: {},
1447
1451
  claims: {},
@@ -1559,11 +1563,11 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
1559
1563
  };
1560
1564
  }
1561
1565
  });
1562
- const __default__$1 = {
1566
+ const __default__$3 = {
1563
1567
  name: "UserMenuButton"
1564
1568
  };
1565
- const _sfc_main$2 = /* @__PURE__ */ defineComponent({
1566
- ...__default__$1,
1569
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
1570
+ ...__default__$3,
1567
1571
  props: {
1568
1572
  userRoute: {},
1569
1573
  icons: {}
@@ -1641,13 +1645,13 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
1641
1645
  };
1642
1646
  }
1643
1647
  });
1644
- const _hoisted_1$1 = { key: 0 };
1648
+ const _hoisted_1$2 = { key: 0 };
1645
1649
  const _hoisted_2 = { key: 1 };
1646
- const __default__ = {
1650
+ const __default__$2 = {
1647
1651
  name: "LoginButton"
1648
1652
  };
1649
- const _sfc_main$1 = /* @__PURE__ */ defineComponent({
1650
- ...__default__,
1653
+ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
1654
+ ...__default__$2,
1651
1655
  props: {
1652
1656
  withNetwork: {}
1653
1657
  },
@@ -1659,18 +1663,18 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
1659
1663
  loadLang($q.lang.isoName);
1660
1664
  });
1661
1665
  return (_ctx, _cache) => {
1662
- return openBlock(), createBlock(_sfc_main$d, null, {
1666
+ return openBlock(), createBlock(_sfc_main$f, null, {
1663
1667
  default: withCtx(() => [
1664
1668
  renderSlot(_ctx.$slots, "icon"),
1665
- _ctx.withNetwork ? (openBlock(), createElementBlock("div", _hoisted_1$1, toDisplayString(unref(lang2).login.loginWith) + " " + toDisplayString(_ctx.withNetwork), 1)) : (openBlock(), createElementBlock("div", _hoisted_2, toDisplayString(unref(lang2).login.login), 1))
1669
+ _ctx.withNetwork ? (openBlock(), createElementBlock("div", _hoisted_1$2, toDisplayString(unref(lang2).login.loginWith) + " " + toDisplayString(_ctx.withNetwork), 1)) : (openBlock(), createElementBlock("div", _hoisted_2, toDisplayString(unref(lang2).login.login), 1))
1666
1670
  ]),
1667
1671
  _: 3
1668
1672
  });
1669
1673
  };
1670
1674
  }
1671
1675
  });
1672
- const _hoisted_1 = { class: "q-pa-sm" };
1673
- const _sfc_main = /* @__PURE__ */ defineComponent({
1676
+ const _hoisted_1$1 = { class: "q-pa-sm" };
1677
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
1674
1678
  __name: "AccountsTable",
1675
1679
  props: {
1676
1680
  modelValue: {},
@@ -1864,7 +1868,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1864
1868
  default: withCtx(() => [
1865
1869
  createVNode(_component_q_menu, null, {
1866
1870
  default: withCtx(() => [
1867
- createElementVNode("div", _hoisted_1, [
1871
+ createElementVNode("div", _hoisted_1$1, [
1868
1872
  createVNode(_component_q_input, {
1869
1873
  modelValue: name.value,
1870
1874
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => name.value = $event),
@@ -2012,20 +2016,99 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
2012
2016
  };
2013
2017
  }
2014
2018
  });
2019
+ const _hoisted_1 = ["value"];
2020
+ const __default__$1 = {
2021
+ name: "LoginForm"
2022
+ };
2023
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
2024
+ ...__default__$1,
2025
+ props: {
2026
+ form: {},
2027
+ action: {},
2028
+ xsrfSecret: {}
2029
+ },
2030
+ setup(__props, { expose: __expose }) {
2031
+ const $q = useQuasar();
2032
+ const lang2 = useLang();
2033
+ if (lang2.value.isoName !== $q.lang.isoName) loadLang($q.lang.isoName);
2034
+ watch($q.lang, (val) => {
2035
+ loadLang($q.lang.isoName);
2036
+ });
2037
+ const formRef = ref();
2038
+ const variables = ref({});
2039
+ const functions = ref({});
2040
+ __expose({
2041
+ variables,
2042
+ functions
2043
+ });
2044
+ return (_ctx, _cache) => {
2045
+ return openBlock(), createElementBlock(Fragment, null, [
2046
+ createTextVNode(toDisplayString(unref(lang2).logout.confirmation) + " ", 1),
2047
+ createVNode(unref(QForm), mergeProps({
2048
+ ref_key: "formRef",
2049
+ ref: formRef,
2050
+ "data-allow-mismatch": "props",
2051
+ class: "q-gutter-md"
2052
+ }, _ctx.form, {
2053
+ method: "post",
2054
+ action: _ctx.action
2055
+ }), {
2056
+ default: withCtx(() => [
2057
+ createElementVNode("input", {
2058
+ type: "hidden",
2059
+ name: "xsrf",
2060
+ value: _ctx.xsrfSecret
2061
+ }, null, 8, _hoisted_1),
2062
+ renderSlot(_ctx.$slots, "default")
2063
+ ]),
2064
+ _: 3
2065
+ }, 16, ["action"])
2066
+ ], 64);
2067
+ };
2068
+ }
2069
+ });
2070
+ const __default__ = {
2071
+ name: "LogoutButton"
2072
+ };
2073
+ const _sfc_main = /* @__PURE__ */ defineComponent({
2074
+ ...__default__,
2075
+ props: {
2076
+ withNetwork: {}
2077
+ },
2078
+ setup(__props) {
2079
+ const $q = useQuasar();
2080
+ const lang2 = useLang();
2081
+ if (lang2.value.isoName !== $q.lang.isoName) loadLang($q.lang.isoName);
2082
+ watch($q.lang, (val) => {
2083
+ loadLang($q.lang.isoName);
2084
+ });
2085
+ return (_ctx, _cache) => {
2086
+ return openBlock(), createBlock(_sfc_main$f, null, {
2087
+ default: withCtx(() => [
2088
+ renderSlot(_ctx.$slots, "icon"),
2089
+ createTextVNode(" " + toDisplayString(unref(lang2).logout.logout), 1)
2090
+ ]),
2091
+ _: 3
2092
+ });
2093
+ };
2094
+ }
2095
+ });
2015
2096
  export {
2016
- _sfc_main as AccountsTable,
2017
- _sfc_main$3 as ConsentList,
2018
- _sfc_main$a as EmailChangeForm,
2019
- _sfc_main$9 as EmailChangeStepper,
2020
- _sfc_main$1 as LoginButton,
2021
- _sfc_main$6 as LoginForm,
2022
- _sfc_main$b as OtpInput,
2023
- _sfc_main$8 as PasswordChangeForm,
2024
- _sfc_main$7 as PasswordChangeStepper,
2025
- _sfc_main$5 as RegisterForm,
2026
- _sfc_main$c as RequestOtpForm,
2027
- _sfc_main$2 as UserMenuButton,
2028
- _sfc_main$4 as VerificationSlider,
2097
+ _sfc_main$2 as AccountsTable,
2098
+ _sfc_main$5 as ConsentList,
2099
+ _sfc_main$c as EmailChangeForm,
2100
+ _sfc_main$b as EmailChangeStepper,
2101
+ _sfc_main$3 as LoginButton,
2102
+ _sfc_main$8 as LoginForm,
2103
+ _sfc_main as LogoutButton,
2104
+ _sfc_main$1 as LogoutForm,
2105
+ _sfc_main$d as OtpInput,
2106
+ _sfc_main$a as PasswordChangeForm,
2107
+ _sfc_main$9 as PasswordChangeStepper,
2108
+ _sfc_main$7 as RegisterForm,
2109
+ _sfc_main$e as RequestOtpForm,
2110
+ _sfc_main$4 as UserMenuButton,
2111
+ _sfc_main$6 as VerificationSlider,
2029
2112
  loadLang,
2030
2113
  useLang
2031
2114
  };