@aws-amplify/ui-vue 3.1.18 → 3.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,23 +1,52 @@
1
- import { defineComponent, useSlots, renderSlot, mergeProps, unref, createElementVNode, toRefs, normalizeProps, guardReactiveProps, ref, openBlock, createElementBlock, createVNode, withCtx, createCommentVNode, effectScope, getCurrentScope, onScopeDispose, isRef, shallowRef, watch, reactive, watchEffect, createBlock, computed, toDisplayString, normalizeClass, createTextVNode, Fragment, renderList, onBeforeMount, useAttrs, withModifiers, h as h$2, onMounted, onUnmounted } from "vue";
1
+ import { defineComponent, useSlots, renderSlot, mergeProps, unref, createElementVNode, normalizeProps, guardReactiveProps, openBlock, createElementBlock, toRefs, ref, createVNode, withCtx, createCommentVNode, effectScope, getCurrentScope, onScopeDispose, isRef, shallowRef, watch, reactive, watchEffect, createBlock, computed, toDisplayString, normalizeClass, createTextVNode, Fragment, renderList, onBeforeMount, useAttrs, withModifiers, h as h$2, onMounted, onUnmounted } from "vue";
2
2
  import { I18n, Hub, Auth, Amplify, Logger } from "aws-amplify";
3
3
  import { appendToCognitoUserAgent } from "@aws-amplify/auth";
4
4
  const _sfc_main$y = /* @__PURE__ */ defineComponent({
5
- __name: "base-field-set",
5
+ __name: "base-footer",
6
6
  setup(__props) {
7
7
  let mySlots = useSlots();
8
8
  return (_ctx, _cache) => {
9
- return renderSlot(_ctx.$slots, "fieldSetI", mergeProps(_ctx.$attrs, {
9
+ return renderSlot(_ctx.$slots, "footert", mergeProps(_ctx.$attrs, {
10
10
  slotData: unref(mySlots).default && unref(mySlots).default()
11
11
  }), () => [
12
- createElementVNode("fieldset", mergeProps(_ctx.$attrs, { "data-amplify-fieldset": "" }), [
12
+ createElementVNode("footer", normalizeProps(guardReactiveProps(_ctx.$attrs)), [
13
13
  renderSlot(_ctx.$slots, "default")
14
14
  ], 16)
15
15
  ]);
16
16
  };
17
17
  }
18
18
  });
19
- const _hoisted_1$b = ["type", "data-fullwidth", "data-size", "data-fontWeight", "data-variation", "data-loading", "data-disabled", "disabled"];
20
19
  const _sfc_main$x = /* @__PURE__ */ defineComponent({
20
+ __name: "base-form",
21
+ setup(__props) {
22
+ let mySlots = useSlots();
23
+ return (_ctx, _cache) => {
24
+ return renderSlot(_ctx.$slots, "formt", mergeProps(_ctx.$attrs, {
25
+ slotData: unref(mySlots).default && unref(mySlots).default()
26
+ }), () => [
27
+ createElementVNode("form", mergeProps({ "data-amplify-form": "" }, _ctx.$attrs), [
28
+ renderSlot(_ctx.$slots, "default")
29
+ ], 16)
30
+ ]);
31
+ };
32
+ }
33
+ });
34
+ var _export_sfc = (sfc, props) => {
35
+ const target = sfc.__vccOpts || sfc;
36
+ for (const [key, val] of props) {
37
+ target[key] = val;
38
+ }
39
+ return target;
40
+ };
41
+ const _sfc_main$w = {};
42
+ function _sfc_render$3(_ctx, _cache) {
43
+ return openBlock(), createElementBlock("div", null, [
44
+ renderSlot(_ctx.$slots, "default")
45
+ ]);
46
+ }
47
+ var __unplugin_components_2 = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$3]]);
48
+ const _hoisted_1$b = ["type", "data-fullwidth", "data-size", "data-fontWeight", "data-variation", "data-loading", "data-disabled", "disabled"];
49
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
21
50
  __name: "amplify-button",
22
51
  props: {
23
52
  type: null,
@@ -6424,7 +6453,7 @@ const _hoisted_4$5 = /* @__PURE__ */ createElementVNode("svg", {
6424
6453
  }, [
6425
6454
  /* @__PURE__ */ createElementVNode("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" })
6426
6455
  ], -1);
6427
- const _sfc_main$w = {
6456
+ const _sfc_main$u = {
6428
6457
  __name: "base-alert",
6429
6458
  setup(__props) {
6430
6459
  const show = ref(true);
@@ -6433,7 +6462,7 @@ const _sfc_main$w = {
6433
6462
  show.value = false;
6434
6463
  }
6435
6464
  return (_ctx, _cache) => {
6436
- const _component_amplify_button = _sfc_main$x;
6465
+ const _component_amplify_button = _sfc_main$v;
6437
6466
  return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$a, [
6438
6467
  createElementVNode("div", _hoisted_2$6, [
6439
6468
  _hoisted_3$5,
@@ -6458,44 +6487,15 @@ const _sfc_main$w = {
6458
6487
  };
6459
6488
  }
6460
6489
  };
6461
- var _export_sfc = (sfc, props) => {
6462
- const target = sfc.__vccOpts || sfc;
6463
- for (const [key, val] of props) {
6464
- target[key] = val;
6465
- }
6466
- return target;
6467
- };
6468
- const _sfc_main$v = {};
6469
- function _sfc_render$3(_ctx, _cache) {
6470
- return openBlock(), createElementBlock("div", null, [
6471
- renderSlot(_ctx.$slots, "default")
6472
- ]);
6473
- }
6474
- var __unplugin_components_2 = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$3]]);
6475
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
6476
- __name: "base-form",
6477
- setup(__props) {
6478
- let mySlots = useSlots();
6479
- return (_ctx, _cache) => {
6480
- return renderSlot(_ctx.$slots, "formt", mergeProps(_ctx.$attrs, {
6481
- slotData: unref(mySlots).default && unref(mySlots).default()
6482
- }), () => [
6483
- createElementVNode("form", mergeProps({ "data-amplify-form": "" }, _ctx.$attrs), [
6484
- renderSlot(_ctx.$slots, "default")
6485
- ], 16)
6486
- ]);
6487
- };
6488
- }
6489
- });
6490
6490
  const _sfc_main$t = /* @__PURE__ */ defineComponent({
6491
- __name: "base-footer",
6491
+ __name: "base-field-set",
6492
6492
  setup(__props) {
6493
6493
  let mySlots = useSlots();
6494
6494
  return (_ctx, _cache) => {
6495
- return renderSlot(_ctx.$slots, "footert", mergeProps(_ctx.$attrs, {
6495
+ return renderSlot(_ctx.$slots, "fieldSetI", mergeProps(_ctx.$attrs, {
6496
6496
  slotData: unref(mySlots).default && unref(mySlots).default()
6497
6497
  }), () => [
6498
- createElementVNode("footer", normalizeProps(guardReactiveProps(_ctx.$attrs)), [
6498
+ createElementVNode("fieldset", mergeProps(_ctx.$attrs, { "data-amplify-fieldset": "" }), [
6499
6499
  renderSlot(_ctx.$slots, "default")
6500
6500
  ], 16)
6501
6501
  ]);
@@ -6660,7 +6660,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
6660
6660
  };
6661
6661
  return (_ctx, _cache) => {
6662
6662
  const _component_base_wrapper = __unplugin_components_2;
6663
- const _component_amplify_button = _sfc_main$x;
6663
+ const _component_amplify_button = _sfc_main$v;
6664
6664
  return openBlock(), createBlock(_component_amplify_button, {
6665
6665
  class: "amplify-field-group__control federated-sign-in-button amplify-authenticator__font",
6666
6666
  fullwidth: false,
@@ -6838,15 +6838,7 @@ let nanoid = (size = 21) => {
6838
6838
  }
6839
6839
  return id;
6840
6840
  };
6841
- const _sfc_main$q = {};
6842
- const _hoisted_1$8 = { "data-amplify-label": "" };
6843
- function _sfc_render$2(_ctx, _cache) {
6844
- return openBlock(), createElementBlock("label", _hoisted_1$8, [
6845
- renderSlot(_ctx.$slots, "default")
6846
- ]);
6847
- }
6848
- var __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$2]]);
6849
- const _sfc_main$p = /* @__PURE__ */ defineComponent({
6841
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
6850
6842
  __name: "base-input",
6851
6843
  emits: ["update:modelValue"],
6852
6844
  setup(__props, { emit }) {
@@ -6861,6 +6853,14 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
6861
6853
  };
6862
6854
  }
6863
6855
  });
6856
+ const _sfc_main$p = {};
6857
+ const _hoisted_1$8 = { "data-amplify-label": "" };
6858
+ function _sfc_render$2(_ctx, _cache) {
6859
+ return openBlock(), createElementBlock("label", _hoisted_1$8, [
6860
+ renderSlot(_ctx.$slots, "default")
6861
+ ]);
6862
+ }
6863
+ var __unplugin_components_0 = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$2]]);
6864
6864
  const _hoisted_1$7 = ["aria-label", "aria-checked"];
6865
6865
  const _hoisted_2$4 = /* @__PURE__ */ createElementVNode("path", { d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" }, null, -1);
6866
6866
  const _hoisted_3$3 = [
@@ -6909,7 +6909,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
6909
6909
  const labelValue = v$2(label.value);
6910
6910
  return (_ctx, _cache) => {
6911
6911
  const _component_base_label = __unplugin_components_0;
6912
- const _component_base_input = _sfc_main$p;
6912
+ const _component_base_input = _sfc_main$q;
6913
6913
  const _component_base_wrapper = __unplugin_components_2;
6914
6914
  return openBlock(), createBlock(_component_base_wrapper, {
6915
6915
  class: normalizeClass([
@@ -7066,7 +7066,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
7066
7066
  const _component_base_label = __unplugin_components_0;
7067
7067
  const _component_base_select = _sfc_main$n;
7068
7068
  const _component_base_wrapper = __unplugin_components_2;
7069
- const _component_base_input = _sfc_main$p;
7069
+ const _component_base_input = _sfc_main$q;
7070
7070
  return openBlock(), createBlock(_component_base_wrapper, { class: "amplify-flex amplify-field amplify-textfield amplify-phonenumberfield amplify-authenticator__column" }, {
7071
7071
  default: withCtx(() => [
7072
7072
  createVNode(_component_base_label, mergeProps({
@@ -7280,12 +7280,12 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
7280
7280
  }
7281
7281
  };
7282
7282
  return (_ctx, _cache) => {
7283
- const _component_base_field_set = _sfc_main$y;
7284
- const _component_base_alert = _sfc_main$w;
7285
- const _component_amplify_button = _sfc_main$x;
7283
+ const _component_base_field_set = _sfc_main$t;
7284
+ const _component_base_alert = _sfc_main$u;
7285
+ const _component_amplify_button = _sfc_main$v;
7286
7286
  const _component_base_wrapper = __unplugin_components_2;
7287
- const _component_base_form = _sfc_main$u;
7288
- const _component_base_footer = _sfc_main$t;
7287
+ const _component_base_form = _sfc_main$x;
7288
+ const _component_base_footer = _sfc_main$y;
7289
7289
  return renderSlot(_ctx.$slots, "signInSlotI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
7290
7290
  renderSlot(_ctx.$slots, "header"),
7291
7291
  createVNode(_component_base_wrapper, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
@@ -7413,12 +7413,12 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
7413
7413
  props.submitForm(t(e2));
7414
7414
  };
7415
7415
  return (_ctx, _cache) => {
7416
- const _component_base_field_set = _sfc_main$y;
7417
- const _component_base_alert = _sfc_main$w;
7418
- const _component_amplify_button = _sfc_main$x;
7416
+ const _component_base_field_set = _sfc_main$t;
7417
+ const _component_base_alert = _sfc_main$u;
7418
+ const _component_amplify_button = _sfc_main$v;
7419
7419
  const _component_base_wrapper = __unplugin_components_2;
7420
- const _component_base_form = _sfc_main$u;
7421
- const _component_base_footer = _sfc_main$t;
7420
+ const _component_base_form = _sfc_main$x;
7421
+ const _component_base_footer = _sfc_main$y;
7422
7422
  return renderSlot(_ctx.$slots, "signUpSlotI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
7423
7423
  renderSlot(_ctx.$slots, "header"),
7424
7424
  createVNode(_component_base_wrapper, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
@@ -7482,7 +7482,32 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
7482
7482
  };
7483
7483
  }
7484
7484
  });
7485
- const _sfc_main$g = /* @__PURE__ */ defineComponent({
7485
+ const _sfc_main$g = {};
7486
+ function _sfc_render$1(_ctx, _cache) {
7487
+ const _component_base_wrapper = __unplugin_components_2;
7488
+ return openBlock(), createBlock(_component_base_wrapper, {
7489
+ tabindex: "0",
7490
+ "aria-orientation": "horizontal",
7491
+ "data-orientation": "horizontal",
7492
+ class: "amplify-authenticator__tabs",
7493
+ role: "tablist"
7494
+ }, {
7495
+ default: withCtx(() => [
7496
+ createVNode(_component_base_wrapper, {
7497
+ class: "amplify-flex amplify-tabs amplify-authenticator__tabs-wrapper",
7498
+ "data-indicator-position": "top"
7499
+ }, {
7500
+ default: withCtx(() => [
7501
+ renderSlot(_ctx.$slots, "default")
7502
+ ]),
7503
+ _: 3
7504
+ })
7505
+ ]),
7506
+ _: 3
7507
+ });
7508
+ }
7509
+ var __unplugin_components_1 = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$1]]);
7510
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
7486
7511
  __name: "base-two-tab-item",
7487
7512
  props: {
7488
7513
  label: null,
@@ -7514,32 +7539,16 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
7514
7539
  };
7515
7540
  }
7516
7541
  });
7517
- const _sfc_main$f = {};
7518
- function _sfc_render$1(_ctx, _cache) {
7519
- const _component_base_wrapper = __unplugin_components_2;
7520
- return openBlock(), createBlock(_component_base_wrapper, {
7521
- tabindex: "0",
7522
- "aria-orientation": "horizontal",
7523
- "data-orientation": "horizontal",
7524
- class: "amplify-authenticator__tabs",
7525
- role: "tablist"
7526
- }, {
7527
- default: withCtx(() => [
7528
- createVNode(_component_base_wrapper, {
7529
- class: "amplify-flex amplify-tabs amplify-authenticator__tabs-wrapper",
7530
- "data-indicator-position": "top"
7531
- }, {
7532
- default: withCtx(() => [
7533
- renderSlot(_ctx.$slots, "default")
7534
- ]),
7535
- _: 3
7536
- })
7537
- ]),
7538
- _: 3
7539
- });
7542
+ const _sfc_main$e = {};
7543
+ function _sfc_render(_ctx, _cache) {
7544
+ return renderSlot(_ctx.$slots, "textI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
7545
+ createElementVNode("span", mergeProps(_ctx.$attrs, { "data-amplify-text": "" }), [
7546
+ renderSlot(_ctx.$slots, "default")
7547
+ ], 16)
7548
+ ]);
7540
7549
  }
7541
- var __unplugin_components_1 = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$1]]);
7542
- const _sfc_main$e = defineComponent({
7550
+ var __unplugin_components_3 = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render]]);
7551
+ const _sfc_main$d = defineComponent({
7543
7552
  props: {
7544
7553
  level: {
7545
7554
  type: Number,
@@ -7564,15 +7573,6 @@ const _sfc_main$e = defineComponent({
7564
7573
  return () => headingI;
7565
7574
  }
7566
7575
  });
7567
- const _sfc_main$d = {};
7568
- function _sfc_render(_ctx, _cache) {
7569
- return renderSlot(_ctx.$slots, "textI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
7570
- createElementVNode("span", mergeProps(_ctx.$attrs, { "data-amplify-text": "" }), [
7571
- renderSlot(_ctx.$slots, "default")
7572
- ], 16)
7573
- ]);
7574
- }
7575
- var __unplugin_components_3 = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render]]);
7576
7576
  const _sfc_main$c = /* @__PURE__ */ defineComponent({
7577
7577
  __name: "confirm-sign-up",
7578
7578
  emits: ["confirmSignUpSubmit", "lostCodeClicked"],
@@ -7607,14 +7607,14 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
7607
7607
  }
7608
7608
  };
7609
7609
  return (_ctx, _cache) => {
7610
- const _component_base_heading = _sfc_main$e;
7610
+ const _component_base_heading = _sfc_main$d;
7611
7611
  const _component_base_text = __unplugin_components_3;
7612
- const _component_base_field_set = _sfc_main$y;
7613
- const _component_base_alert = _sfc_main$w;
7614
- const _component_amplify_button = _sfc_main$x;
7615
- const _component_base_footer = _sfc_main$t;
7612
+ const _component_base_field_set = _sfc_main$t;
7613
+ const _component_base_alert = _sfc_main$u;
7614
+ const _component_amplify_button = _sfc_main$v;
7615
+ const _component_base_footer = _sfc_main$y;
7616
7616
  const _component_base_wrapper = __unplugin_components_2;
7617
- const _component_base_form = _sfc_main$u;
7617
+ const _component_base_form = _sfc_main$x;
7618
7618
  return renderSlot(_ctx.$slots, "confirmSignUpSlotI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
7619
7619
  createVNode(_component_base_wrapper, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
7620
7620
  default: withCtx(() => [
@@ -7745,13 +7745,13 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
7745
7745
  }
7746
7746
  };
7747
7747
  return (_ctx, _cache) => {
7748
- const _component_base_heading = _sfc_main$e;
7748
+ const _component_base_heading = _sfc_main$d;
7749
7749
  const _component_base_wrapper = __unplugin_components_2;
7750
- const _component_base_alert = _sfc_main$w;
7751
- const _component_amplify_button = _sfc_main$x;
7752
- const _component_base_footer = _sfc_main$t;
7753
- const _component_base_field_set = _sfc_main$y;
7754
- const _component_base_form = _sfc_main$u;
7750
+ const _component_base_alert = _sfc_main$u;
7751
+ const _component_amplify_button = _sfc_main$v;
7752
+ const _component_base_footer = _sfc_main$y;
7753
+ const _component_base_field_set = _sfc_main$t;
7754
+ const _component_base_form = _sfc_main$x;
7755
7755
  return renderSlot(_ctx.$slots, "confirmSignInSlotI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
7756
7756
  createVNode(_component_base_wrapper, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
7757
7757
  default: withCtx(() => [
@@ -9921,13 +9921,13 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
9921
9921
  }
9922
9922
  };
9923
9923
  return (_ctx, _cache) => {
9924
- const _component_base_heading = _sfc_main$e;
9924
+ const _component_base_heading = _sfc_main$d;
9925
9925
  const _component_base_wrapper = __unplugin_components_2;
9926
- const _component_base_alert = _sfc_main$w;
9927
- const _component_amplify_button = _sfc_main$x;
9928
- const _component_base_footer = _sfc_main$t;
9929
- const _component_base_field_set = _sfc_main$y;
9930
- const _component_base_form = _sfc_main$u;
9926
+ const _component_base_alert = _sfc_main$u;
9927
+ const _component_amplify_button = _sfc_main$v;
9928
+ const _component_base_footer = _sfc_main$y;
9929
+ const _component_base_field_set = _sfc_main$t;
9930
+ const _component_base_form = _sfc_main$x;
9931
9931
  return renderSlot(_ctx.$slots, "confirmSetupTOTPI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
9932
9932
  createVNode(_component_base_wrapper, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9933
9933
  default: withCtx(() => [
@@ -10101,13 +10101,13 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
10101
10101
  props.updateBlur({ name });
10102
10102
  }
10103
10103
  return (_ctx, _cache) => {
10104
- const _component_base_heading = _sfc_main$e;
10104
+ const _component_base_heading = _sfc_main$d;
10105
10105
  const _component_base_wrapper = __unplugin_components_2;
10106
- const _component_base_alert = _sfc_main$w;
10107
- const _component_amplify_button = _sfc_main$x;
10108
- const _component_base_footer = _sfc_main$t;
10109
- const _component_base_field_set = _sfc_main$y;
10110
- const _component_base_form = _sfc_main$u;
10106
+ const _component_base_alert = _sfc_main$u;
10107
+ const _component_amplify_button = _sfc_main$v;
10108
+ const _component_base_footer = _sfc_main$y;
10109
+ const _component_base_field_set = _sfc_main$t;
10110
+ const _component_base_form = _sfc_main$x;
10111
10111
  return renderSlot(_ctx.$slots, "forceNewPasswordI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
10112
10112
  createVNode(_component_base_wrapper, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
10113
10113
  default: withCtx(() => [
@@ -10238,13 +10238,13 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
10238
10238
  }
10239
10239
  };
10240
10240
  return (_ctx, _cache) => {
10241
- const _component_base_heading = _sfc_main$e;
10242
- const _component_base_field_set = _sfc_main$y;
10243
- const _component_base_alert = _sfc_main$w;
10244
- const _component_amplify_button = _sfc_main$x;
10245
- const _component_base_footer = _sfc_main$t;
10241
+ const _component_base_heading = _sfc_main$d;
10242
+ const _component_base_field_set = _sfc_main$t;
10243
+ const _component_base_alert = _sfc_main$u;
10244
+ const _component_amplify_button = _sfc_main$v;
10245
+ const _component_base_footer = _sfc_main$y;
10246
10246
  const _component_base_wrapper = __unplugin_components_2;
10247
- const _component_base_form = _sfc_main$u;
10247
+ const _component_base_form = _sfc_main$x;
10248
10248
  return renderSlot(_ctx.$slots, "resetPasswordSlotI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
10249
10249
  createVNode(_component_base_form, mergeProps(_ctx.$attrs, {
10250
10250
  "data-amplify-authenticator-resetpassword": "",
@@ -10364,13 +10364,13 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
10364
10364
  props.updateBlur({ name });
10365
10365
  }
10366
10366
  return (_ctx, _cache) => {
10367
- const _component_base_heading = _sfc_main$e;
10367
+ const _component_base_heading = _sfc_main$d;
10368
10368
  const _component_base_wrapper = __unplugin_components_2;
10369
- const _component_base_alert = _sfc_main$w;
10370
- const _component_amplify_button = _sfc_main$x;
10371
- const _component_base_footer = _sfc_main$t;
10372
- const _component_base_field_set = _sfc_main$y;
10373
- const _component_base_form = _sfc_main$u;
10369
+ const _component_base_alert = _sfc_main$u;
10370
+ const _component_amplify_button = _sfc_main$v;
10371
+ const _component_base_footer = _sfc_main$y;
10372
+ const _component_base_field_set = _sfc_main$t;
10373
+ const _component_base_form = _sfc_main$x;
10374
10374
  return renderSlot(_ctx.$slots, "confirmResetPasswordSlotI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
10375
10375
  createVNode(_component_base_wrapper, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
10376
10376
  default: withCtx(() => [
@@ -10501,16 +10501,16 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
10501
10501
  }
10502
10502
  };
10503
10503
  return (_ctx, _cache) => {
10504
- const _component_base_heading = _sfc_main$e;
10504
+ const _component_base_heading = _sfc_main$d;
10505
10505
  const _component_base_label = __unplugin_components_0;
10506
- const _component_base_input = _sfc_main$p;
10506
+ const _component_base_input = _sfc_main$q;
10507
10507
  const _component_base_text = __unplugin_components_3;
10508
10508
  const _component_base_wrapper = __unplugin_components_2;
10509
- const _component_base_alert = _sfc_main$w;
10510
- const _component_amplify_button = _sfc_main$x;
10511
- const _component_base_footer = _sfc_main$t;
10512
- const _component_base_field_set = _sfc_main$y;
10513
- const _component_base_form = _sfc_main$u;
10509
+ const _component_base_alert = _sfc_main$u;
10510
+ const _component_amplify_button = _sfc_main$v;
10511
+ const _component_base_footer = _sfc_main$y;
10512
+ const _component_base_field_set = _sfc_main$t;
10513
+ const _component_base_form = _sfc_main$x;
10514
10514
  return renderSlot(_ctx.$slots, "verifyUserSlotI", {}, () => [
10515
10515
  createVNode(_component_base_wrapper, null, {
10516
10516
  default: withCtx(() => [
@@ -10687,13 +10687,13 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
10687
10687
  }
10688
10688
  };
10689
10689
  return (_ctx, _cache) => {
10690
- const _component_base_heading = _sfc_main$e;
10690
+ const _component_base_heading = _sfc_main$d;
10691
10691
  const _component_base_wrapper = __unplugin_components_2;
10692
- const _component_base_alert = _sfc_main$w;
10693
- const _component_amplify_button = _sfc_main$x;
10694
- const _component_base_footer = _sfc_main$t;
10695
- const _component_base_field_set = _sfc_main$y;
10696
- const _component_base_form = _sfc_main$u;
10692
+ const _component_base_alert = _sfc_main$u;
10693
+ const _component_amplify_button = _sfc_main$v;
10694
+ const _component_base_footer = _sfc_main$y;
10695
+ const _component_base_field_set = _sfc_main$t;
10696
+ const _component_base_form = _sfc_main$x;
10697
10697
  return renderSlot(_ctx.$slots, "confirmVerifyUserSlotI", normalizeProps(guardReactiveProps(_ctx.$attrs)), () => [
10698
10698
  createVNode(_component_base_wrapper, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
10699
10699
  default: withCtx(() => [
@@ -10784,7 +10784,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
10784
10784
  };
10785
10785
  }
10786
10786
  });
10787
- const VERSION = "3.1.18";
10787
+ const VERSION = "3.1.20";
10788
10788
  const _hoisted_1$1 = ["data-variation"];
10789
10789
  const _hoisted_2$1 = { "data-amplify-container": "" };
10790
10790
  const _hoisted_3$1 = ["data-amplify-router-content"];
@@ -10953,7 +10953,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
10953
10953
  return routesWithComponent.includes(route.value);
10954
10954
  });
10955
10955
  return (_ctx, _cache) => {
10956
- const _component_base_two_tab_item = _sfc_main$g;
10956
+ const _component_base_two_tab_item = _sfc_main$f;
10957
10957
  const _component_base_two_tabs = __unplugin_components_1;
10958
10958
  return openBlock(), createElementBlock(Fragment, null, [
10959
10959
  unref(hasRouteComponent) ? (openBlock(), createElementBlock("div", mergeProps({ key: 0 }, _ctx.$attrs, {
@@ -11236,7 +11236,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
11236
11236
  const { label, id, autocomplete, placeholder, required, name, type } = toRefs(props);
11237
11237
  return (_ctx, _cache) => {
11238
11238
  const _component_base_label = __unplugin_components_0;
11239
- const _component_base_input = _sfc_main$p;
11239
+ const _component_base_input = _sfc_main$q;
11240
11240
  const _component_base_wrapper = __unplugin_components_2;
11241
11241
  return openBlock(), createElementBlock(Fragment, null, [
11242
11242
  createVNode(_component_base_label, {
@@ -11348,7 +11348,7 @@ var index = {
11348
11348
  app.component("ConfirmVerifyUser", _sfc_main$4);
11349
11349
  app.component("AmplifyTextField", _sfc_main$1);
11350
11350
  app.component("AmplifyCheckBox", _sfc_main);
11351
- app.component("AmplifyButton", _sfc_main$x);
11351
+ app.component("AmplifyButton", _sfc_main$v);
11352
11352
  app.component("BaseFormField", _sfc_main$l);
11353
11353
  app.component("BaseFormFields", _sfc_main$k);
11354
11354
  app.component(
@@ -11361,4 +11361,4 @@ var index = {
11361
11361
  );
11362
11362
  }
11363
11363
  };
11364
- export { _sfc_main$x as AmplifyButton, _sfc_main as AmplifyCheckBox, _sfc_main$1 as AmplifyTextField, _sfc_main$3 as Authenticator, _sfc_main$9 as AuthenticatorForceNewPasswordFormFields, _sfc_main$i as AuthenticatorSignUpFormFields, _sfc_main$6 as ConfirmResetPassword, _sfc_main$b as ConfirmSignIn, _sfc_main$c as ConfirmSignUp, _sfc_main$4 as ConfirmVerifyUser, _sfc_main$r as FederatedSignIn, _sfc_main$8 as ForceNewPassword, _sfc_main$o as PasswordControl, _sfc_main$2 as RenderInfo, _sfc_main$7 as ResetPassword, _sfc_main$j as SignIn, _sfc_main$h as SignUp, _sfc_main$5 as VerifyUser, index as default, y$2 as translations, useAuthenticator };
11364
+ export { _sfc_main$v as AmplifyButton, _sfc_main as AmplifyCheckBox, _sfc_main$1 as AmplifyTextField, _sfc_main$3 as Authenticator, _sfc_main$9 as AuthenticatorForceNewPasswordFormFields, _sfc_main$i as AuthenticatorSignUpFormFields, _sfc_main$6 as ConfirmResetPassword, _sfc_main$b as ConfirmSignIn, _sfc_main$c as ConfirmSignUp, _sfc_main$4 as ConfirmVerifyUser, _sfc_main$r as FederatedSignIn, _sfc_main$8 as ForceNewPassword, _sfc_main$o as PasswordControl, _sfc_main$2 as RenderInfo, _sfc_main$7 as ResetPassword, _sfc_main$j as SignIn, _sfc_main$h as SignUp, _sfc_main$5 as VerifyUser, index as default, y$2 as translations, useAuthenticator };
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.1.18";
1
+ export declare const VERSION = "3.1.20";
2
2
  //# sourceMappingURL=version.d.ts.map