survey-vue3-ui 1.9.130 → 1.9.131

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.
@@ -449,23 +449,23 @@ const Qe = /* @__PURE__ */ h({
449
449
  locString: s.locString.renderAsData
450
450
  }, null, 8, ["locString"]));
451
451
  }
452
- }), is = ["innerHTML"], ls = {
453
- key: 1,
454
- class: "sv-string-viewer"
455
- }, rs = /* @__PURE__ */ h({
452
+ }), is = ["innerHTML"], ls = /* @__PURE__ */ h({
456
453
  __name: "StringViewer",
457
454
  props: {
458
455
  locString: {}
459
456
  },
460
457
  setup(l) {
461
- const s = l, o = G(() => s.locString);
462
- return (e, n) => e.locString.hasHtml ? (i(), u("span", {
458
+ const s = l, o = G(() => s.locString), e = s.locString.allowLineBreaks ? "sv-string-viewer sv-string-viewer--multiline" : "sv-string-viewer";
459
+ return (n, t) => n.locString.hasHtml ? (i(), u("span", {
463
460
  key: 0,
464
- class: "sv-string-viewer",
461
+ class: r(I(e)),
465
462
  innerHTML: I(o)
466
- }, null, 8, is)) : (i(), u("span", ls, R(I(o)), 1));
463
+ }, null, 10, is)) : (i(), u("span", {
464
+ key: 1,
465
+ class: r(I(e))
466
+ }, R(I(o)), 3));
467
467
  }
468
- }), as = ["innerHTML"], us = /* @__PURE__ */ h({
468
+ }), rs = ["innerHTML"], as = /* @__PURE__ */ h({
469
469
  __name: "StringEditor",
470
470
  props: {
471
471
  locString: {}
@@ -484,7 +484,7 @@ const Qe = /* @__PURE__ */ h({
484
484
  innerHTML: n.locString.renderedHtml,
485
485
  onBlur: o,
486
486
  onClick: e
487
- }, null, 40, as)) : (i(), u("span", {
487
+ }, null, 40, rs)) : (i(), u("span", {
488
488
  key: 1,
489
489
  class: "sv-string-editor",
490
490
  contenteditable: "true",
@@ -492,7 +492,7 @@ const Qe = /* @__PURE__ */ h({
492
492
  onClick: e
493
493
  }, R(n.locString.renderedHtml), 33));
494
494
  }
495
- }), ds = ["id"], ms = /* @__PURE__ */ h({
495
+ }), us = ["id"], ds = /* @__PURE__ */ h({
496
496
  __name: "Skeleton",
497
497
  props: {
498
498
  element: {}
@@ -502,9 +502,9 @@ const Qe = /* @__PURE__ */ h({
502
502
  return B(() => s.element), (o, e) => (i(), u("div", {
503
503
  class: "sv-skeleton-element",
504
504
  id: o.element.id
505
- }, null, 8, ds));
505
+ }, null, 8, us));
506
506
  }
507
- }), cs = ["id"], ps = ["value"], vs = /* @__PURE__ */ h({
507
+ }), ms = ["id"], cs = ["value"], ps = /* @__PURE__ */ h({
508
508
  inheritAttrs: !1,
509
509
  __name: "Text",
510
510
  props: {
@@ -527,8 +527,8 @@ const Qe = /* @__PURE__ */ h({
527
527
  c("datalist", {
528
528
  id: e.question.dataListId
529
529
  }, [
530
- (i(!0), u(_, null, D(e.question.dataList, (a) => (i(), u("option", { value: a }, null, 8, ps))), 256))
531
- ], 8, cs)
530
+ (i(!0), u(_, null, D(e.question.dataList, (a) => (i(), u("option", { value: a }, null, 8, cs))), 256))
531
+ ], 8, ms)
532
532
  ], 512)) : (i(), q(t, {
533
533
  key: 2,
534
534
  question: e.question,
@@ -537,7 +537,7 @@ const Qe = /* @__PURE__ */ h({
537
537
  }, null, 8, ["question"]));
538
538
  };
539
539
  }
540
- }), ys = ["disabled", "type", "maxlength", "min", "max", "step", "size", "id", "list", "placeholder", "autocomplete", "value", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], qs = { key: 1 }, gs = ["disabled", "type", "maxlength", "min", "max", "step", "size", "id", "list", "placeholder", "autocomplete", "value", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], hs = /* @__PURE__ */ h({
540
+ }), vs = ["disabled", "type", "maxlength", "min", "max", "step", "size", "id", "list", "placeholder", "autocomplete", "value", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], ys = { key: 1 }, qs = ["disabled", "type", "maxlength", "min", "max", "step", "size", "id", "list", "placeholder", "autocomplete", "value", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], gs = /* @__PURE__ */ h({
541
541
  __name: "TextInput",
542
542
  props: {
543
543
  question: {}
@@ -548,7 +548,7 @@ const Qe = /* @__PURE__ */ h({
548
548
  const o = w(() => s.question.inputStyle);
549
549
  return (e, n) => {
550
550
  const t = v("sv-character-counter");
551
- return e.question.getMaxLength() ? (i(), u("div", qs, [
551
+ return e.question.getMaxLength() ? (i(), u("div", ys, [
552
552
  c("input", {
553
553
  disabled: e.question.isInputReadOnly,
554
554
  class: r(e.question.getControlClass()),
@@ -575,7 +575,7 @@ const Qe = /* @__PURE__ */ h({
575
575
  "aria-labelledby": e.question.a11y_input_ariaLabelledBy,
576
576
  "aria-invalid": e.question.a11y_input_ariaInvalid,
577
577
  "aria-describedby": e.question.a11y_input_ariaDescribedBy
578
- }, null, 46, gs),
578
+ }, null, 46, qs),
579
579
  C(t, {
580
580
  counter: e.question.characterCounter,
581
581
  remainingCharacterCounter: e.question.cssClasses.remainingCharacterCounter
@@ -607,13 +607,13 @@ const Qe = /* @__PURE__ */ h({
607
607
  "aria-labelledby": e.question.a11y_input_ariaLabelledBy,
608
608
  "aria-invalid": e.question.a11y_input_ariaInvalid,
609
609
  "aria-describedby": e.question.a11y_input_ariaDescribedBy
610
- }, null, 46, ys));
610
+ }, null, 46, vs));
611
611
  };
612
612
  }
613
- }), Cs = ["role", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], bs = {
613
+ }), hs = ["role", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], Cs = {
614
614
  key: 0,
615
615
  class: "sv-hidden"
616
- }, ks = { key: 7 }, fs = ["value"], he = /* @__PURE__ */ h({
616
+ }, bs = { key: 7 }, ks = ["value"], he = /* @__PURE__ */ h({
617
617
  inheritAttrs: !1,
618
618
  __name: "SelectBase",
619
619
  props: {
@@ -644,7 +644,7 @@ const Qe = /* @__PURE__ */ h({
644
644
  "aria-invalid": t.question.a11y_input_ariaInvalid,
645
645
  "aria-describedby": t.question.a11y_input_ariaDescribedBy
646
646
  }, [
647
- t.showLegend ? (i(), u("legend", bs, R(t.question.locTitle.renderedHtml), 1)) : d("", !0),
647
+ t.showLegend ? (i(), u("legend", Cs, R(t.question.locTitle.renderedHtml), 1)) : d("", !0),
648
648
  t.question.hasHeadItems ? (i(!0), u(_, { key: 1 }, D(t.question.headItems, (m) => (i(), q(T(e(m)), W({
649
649
  key: m.value
650
650
  }, n(m)), null, 16))), 128)) : d("", !0),
@@ -680,7 +680,7 @@ const Qe = /* @__PURE__ */ h({
680
680
  key: 6,
681
681
  question: t.question
682
682
  }, null, 8, ["question"])) : d("", !0),
683
- t.question.showClearButtonInContent ? (i(), u("div", ks, [
683
+ t.question.showClearButtonInContent ? (i(), u("div", bs, [
684
684
  c("input", {
685
685
  type: "button",
686
686
  class: r(t.question.cssClasses.clearButton),
@@ -688,12 +688,12 @@ const Qe = /* @__PURE__ */ h({
688
688
  t.question.clearValue();
689
689
  }),
690
690
  value: t.question.clearButtonCaption
691
- }, null, 10, fs)
691
+ }, null, 10, ks)
692
692
  ])) : d("", !0)
693
- ], 10, Cs);
693
+ ], 10, hs);
694
694
  };
695
695
  }
696
- }), Is = /* @__PURE__ */ h({
696
+ }), fs = /* @__PURE__ */ h({
697
697
  inheritAttrs: !1,
698
698
  __name: "Checkbox",
699
699
  props: {
@@ -705,7 +705,7 @@ const Qe = /* @__PURE__ */ h({
705
705
  "show-legend": !0
706
706
  }, null, 8, ["question"]));
707
707
  }
708
- }), ws = ["name", "checked", "value", "id", "disabled"], Ss = ["xlink:href"], Rs = /* @__PURE__ */ h({
708
+ }), Is = ["name", "checked", "value", "id", "disabled"], ws = ["xlink:href"], Ss = /* @__PURE__ */ h({
709
709
  inheritAttrs: !1,
710
710
  __name: "CheckboxItem",
711
711
  props: {
@@ -740,7 +740,7 @@ const Qe = /* @__PURE__ */ h({
740
740
  id: e.question.getItemId(e.item),
741
741
  disabled: !e.question.getItemEnabled(e.item),
742
742
  class: r(e.question.cssClasses.itemControl)
743
- }, null, 42, ws),
743
+ }, null, 42, Is),
744
744
  e.question.cssClasses.materialDecorator ? (i(), u("span", {
745
745
  key: 0,
746
746
  class: r(e.question.cssClasses.materialDecorator)
@@ -751,7 +751,7 @@ const Qe = /* @__PURE__ */ h({
751
751
  }, [
752
752
  c("use", {
753
753
  "xlink:href": e.question.itemSvgIcon
754
- }, null, 8, Ss)
754
+ }, null, 8, ws)
755
755
  ], 2)) : d("", !0)
756
756
  ], 2)) : d("", !0),
757
757
  e.hideLabel ? d("", !0) : (i(), u("span", {
@@ -766,7 +766,7 @@ const Qe = /* @__PURE__ */ h({
766
766
  ], 2);
767
767
  };
768
768
  }
769
- }), Ts = /* @__PURE__ */ h({
769
+ }), Rs = /* @__PURE__ */ h({
770
770
  inheritAttrs: !1,
771
771
  __name: "Radiogroup",
772
772
  props: {
@@ -775,7 +775,7 @@ const Qe = /* @__PURE__ */ h({
775
775
  setup(l) {
776
776
  return (s, o) => (i(), q(he, { question: s.question }, null, 8, ["question"]));
777
777
  }
778
- }), $s = ["name", "value", "id", "aria-describedby", "disabled"], _s = ["xlink:href"], Ds = /* @__PURE__ */ h({
778
+ }), Ts = ["name", "value", "id", "aria-describedby", "disabled"], $s = ["xlink:href"], _s = /* @__PURE__ */ h({
779
779
  inheritAttrs: !1,
780
780
  __name: "RadiogroupItem",
781
781
  props: {
@@ -810,7 +810,7 @@ const Qe = /* @__PURE__ */ h({
810
810
  "onUpdate:modelValue": a[0] || (a[0] = (m) => n.value = m),
811
811
  disabled: !t.question.getItemEnabled(t.item),
812
812
  class: r(t.question.cssClasses.itemControl)
813
- }, null, 10, $s), [
813
+ }, null, 10, Ts), [
814
814
  [x, n.value]
815
815
  ]),
816
816
  t.question.cssClasses.materialDecorator ? (i(), u("span", {
@@ -823,7 +823,7 @@ const Qe = /* @__PURE__ */ h({
823
823
  }, [
824
824
  c("use", {
825
825
  "xlink:href": t.question.itemSvgIcon
826
- }, null, 8, _s)
826
+ }, null, 8, $s)
827
827
  ], 2)) : d("", !0)
828
828
  ], 2)) : d("", !0),
829
829
  t.hideLabel ? d("", !0) : (i(), u("span", {
@@ -838,7 +838,7 @@ const Qe = /* @__PURE__ */ h({
838
838
  ], 2);
839
839
  };
840
840
  }
841
- }), Bs = ["src"], Ls = ["title"], Ns = { key: 0 }, Ps = /* @__PURE__ */ h({
841
+ }), Ds = ["src"], Bs = ["title"], Ls = { key: 0 }, Ns = /* @__PURE__ */ h({
842
842
  inheritAttrs: !1,
843
843
  __name: "Signaturepad",
844
844
  props: {
@@ -873,7 +873,7 @@ const Qe = /* @__PURE__ */ h({
873
873
  style: S({
874
874
  width: e.question.renderedCanvasWidth
875
875
  })
876
- }, null, 14, Bs)) : d("", !0),
876
+ }, null, 14, Ds)) : d("", !0),
877
877
  c("canvas", {
878
878
  tabindex: "-1",
879
879
  class: r(e.question.cssClasses.canvas),
@@ -892,13 +892,13 @@ const Qe = /* @__PURE__ */ h({
892
892
  e.question.clearValue();
893
893
  })
894
894
  }, [
895
- e.question.cssClasses.clearButtonIconId ? d("", !0) : (i(), u("span", Ns, "\u2716")),
895
+ e.question.cssClasses.clearButtonIconId ? d("", !0) : (i(), u("span", Ls, "\u2716")),
896
896
  e.question.cssClasses.clearButtonIconId ? (i(), q(a, {
897
897
  key: 1,
898
898
  iconName: e.question.cssClasses.clearButtonIconId,
899
899
  size: "auto"
900
900
  }, null, 8, ["iconName"])) : d("", !0)
901
- ], 10, Ls)
901
+ ], 10, Bs)
902
902
  ], 2)) : d("", !0),
903
903
  e.question.showLoadingIndicator ? (i(), u("div", {
904
904
  key: 1,
@@ -909,7 +909,7 @@ const Qe = /* @__PURE__ */ h({
909
909
  ], 6);
910
910
  };
911
911
  }
912
- }), As = ["innerHTML"], Ms = /* @__PURE__ */ h({
912
+ }), Ps = ["innerHTML"], As = /* @__PURE__ */ h({
913
913
  inheritAttrs: !1,
914
914
  __name: "Html",
915
915
  props: {
@@ -924,9 +924,9 @@ const Qe = /* @__PURE__ */ h({
924
924
  ref: o,
925
925
  class: r(n.question.renderCssRoot),
926
926
  innerHTML: I(e)
927
- }, null, 10, As));
927
+ }, null, 10, Ps));
928
928
  }
929
- }), Hs = ["src", "alt", "width", "height"], Ws = ["src", "width", "height"], Es = ["src", "width", "height"], Vs = /* @__PURE__ */ h({
929
+ }), Ms = ["src", "alt", "width", "height"], Hs = ["src", "width", "height"], Ws = ["src", "width", "height"], Es = /* @__PURE__ */ h({
930
930
  inheritAttrs: !1,
931
931
  __name: "Image",
932
932
  props: {
@@ -961,7 +961,7 @@ const Qe = /* @__PURE__ */ h({
961
961
  onError: t[1] || (t[1] = (y) => {
962
962
  n.question.onErrorHandler();
963
963
  })
964
- }, null, 46, Hs)), [
964
+ }, null, 46, Ms)), [
965
965
  [H, I(e) && !n.question.contentNotLoaded]
966
966
  ]) : d("", !0),
967
967
  n.question.renderedMode === "video" ? P((i(), u("video", {
@@ -982,7 +982,7 @@ const Qe = /* @__PURE__ */ h({
982
982
  onError: t[3] || (t[3] = (y) => {
983
983
  n.question.onErrorHandler();
984
984
  })
985
- }, null, 46, Ws)), [
985
+ }, null, 46, Hs)), [
986
986
  [H, I(e) && !n.question.contentNotLoaded]
987
987
  ]) : d("", !0),
988
988
  n.question.renderedMode === "youtube" ? (i(), u("iframe", {
@@ -996,7 +996,7 @@ const Qe = /* @__PURE__ */ h({
996
996
  width: n.question.renderedStyleWidth,
997
997
  height: n.question.renderedStyleHeight
998
998
  })
999
- }, null, 14, Es)) : d("", !0),
999
+ }, null, 14, Ws)) : d("", !0),
1000
1000
  !I(e) || n.question.contentNotLoaded ? (i(), u("div", {
1001
1001
  key: 3,
1002
1002
  class: r(n.question.cssClasses.noImage)
@@ -1009,7 +1009,7 @@ const Qe = /* @__PURE__ */ h({
1009
1009
  ], 2);
1010
1010
  };
1011
1011
  }
1012
- }), Fs = /* @__PURE__ */ h({
1012
+ }), Vs = /* @__PURE__ */ h({
1013
1013
  inheritAttrs: !1,
1014
1014
  __name: "Expression",
1015
1015
  props: {
@@ -1023,7 +1023,7 @@ const Qe = /* @__PURE__ */ h({
1023
1023
  ref: o
1024
1024
  }, R(e.question.formatedValue), 3));
1025
1025
  }
1026
- }), Os = ["id", "aria-required", "aria-label", "aria-invalid", "aria-describedby", "multiple", "title", "accept", "capture"], zs = ["id", "multiple", "placeholder"], Us = /* @__PURE__ */ h({
1026
+ }), Fs = ["id", "aria-required", "aria-label", "aria-invalid", "aria-describedby", "multiple", "title", "accept", "capture"], Os = ["id", "multiple", "placeholder"], zs = /* @__PURE__ */ h({
1027
1027
  inheritAttrs: !1,
1028
1028
  __name: "File",
1029
1029
  props: {
@@ -1052,7 +1052,7 @@ const Qe = /* @__PURE__ */ h({
1052
1052
  title: e.question.inputTitle,
1053
1053
  accept: e.question.acceptedTypes,
1054
1054
  capture: e.question.renderCapture
1055
- }, null, 10, Os)) : d("", !0),
1055
+ }, null, 10, Fs)) : d("", !0),
1056
1056
  e.question.isReadOnly ? (i(), u("input", {
1057
1057
  key: 1,
1058
1058
  type: "file",
@@ -1062,7 +1062,7 @@ const Qe = /* @__PURE__ */ h({
1062
1062
  multiple: e.question.allowMultiple,
1063
1063
  placeholder: e.question.title,
1064
1064
  style: { color: "transparent" }
1065
- }, null, 10, zs)) : d("", !0),
1065
+ }, null, 10, Os)) : d("", !0),
1066
1066
  c("div", {
1067
1067
  class: r(e.question.cssClasses.dragArea),
1068
1068
  onDrop: n[0] || (n[0] = (...b) => e.question.onDrop && e.question.onDrop(...b)),
@@ -1130,7 +1130,7 @@ const Qe = /* @__PURE__ */ h({
1130
1130
  ], 2);
1131
1131
  };
1132
1132
  }
1133
- }), Ks = { class: "sv-hidden" }, pe = "survey-imagepicker-item", js = /* @__PURE__ */ h({
1133
+ }), Us = { class: "sv-hidden" }, pe = "survey-imagepicker-item", Ks = /* @__PURE__ */ h({
1134
1134
  inheritAttrs: !1,
1135
1135
  __name: "Imagepicker",
1136
1136
  props: {
@@ -1152,7 +1152,7 @@ const Qe = /* @__PURE__ */ h({
1152
1152
  ref_key: "root",
1153
1153
  ref: o
1154
1154
  }, [
1155
- c("legend", Ks, R(t.question.locTitle.renderedHtml), 1),
1155
+ c("legend", Us, R(t.question.locTitle.renderedHtml), 1),
1156
1156
  t.question.hasColumns ? d("", !0) : (i(!0), u(_, { key: 0 }, D(t.question.visibleChoices, (y) => (i(), q(T(e(y)), W({
1157
1157
  key: y.value
1158
1158
  }, n(y)), null, 16))), 128)),
@@ -1167,7 +1167,7 @@ const Qe = /* @__PURE__ */ h({
1167
1167
  ], 2))), 128)) : d("", !0)
1168
1168
  ], 2));
1169
1169
  }
1170
- }), Qs = ["name", "value", "id", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Gs = ["name", "value", "id", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Js = ["src", "width", "height", "alt"], Xs = ["src", "width", "height"], Ys = /* @__PURE__ */ h({
1170
+ }), js = ["name", "value", "id", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Qs = ["name", "value", "id", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Gs = ["src", "width", "height", "alt"], Js = ["src", "width", "height"], Xs = /* @__PURE__ */ h({
1171
1171
  inheritAttrs: !1,
1172
1172
  __name: "ImagepickerItem",
1173
1173
  props: {
@@ -1199,7 +1199,7 @@ const Qe = /* @__PURE__ */ h({
1199
1199
  "aria-invalid": n.question.ariaInvalid,
1200
1200
  "aria-describedby": n.question.ariaDescribedBy,
1201
1201
  class: r(n.question.cssClasses.itemControl)
1202
- }, null, 10, Qs)), [
1202
+ }, null, 10, js)), [
1203
1203
  [oe, n.question.value]
1204
1204
  ]) : P((i(), u("input", {
1205
1205
  key: 1,
@@ -1214,7 +1214,7 @@ const Qe = /* @__PURE__ */ h({
1214
1214
  "aria-invalid": n.question.ariaInvalid,
1215
1215
  "aria-describedby": n.question.ariaDescribedBy,
1216
1216
  class: r(n.question.cssClasses.itemControl)
1217
- }, null, 10, Gs)), [
1217
+ }, null, 10, Qs)), [
1218
1218
  [x, n.question.value]
1219
1219
  ]),
1220
1220
  c("div", {
@@ -1248,7 +1248,7 @@ const Qe = /* @__PURE__ */ h({
1248
1248
  onError: t[3] || (t[3] = (m) => {
1249
1249
  n.item.onErrorHandler();
1250
1250
  })
1251
- }, null, 46, Js)) : d("", !0),
1251
+ }, null, 46, Gs)) : d("", !0),
1252
1252
  I(e) && !n.item.contentNotLoaded && n.question.contentMode === "video" ? (i(), u("video", {
1253
1253
  key: 2,
1254
1254
  controls: "",
@@ -1263,7 +1263,7 @@ const Qe = /* @__PURE__ */ h({
1263
1263
  onError: t[5] || (t[5] = (m) => {
1264
1264
  n.item.onErrorHandler();
1265
1265
  })
1266
- }, null, 46, Xs)) : d("", !0),
1266
+ }, null, 46, Js)) : d("", !0),
1267
1267
  !I(e) || n.item.contentNotLoaded ? (i(), u("div", {
1268
1268
  key: 3,
1269
1269
  class: r(n.question.cssClasses.itemNoImage),
@@ -1293,7 +1293,7 @@ const Qe = /* @__PURE__ */ h({
1293
1293
  ], 2);
1294
1294
  };
1295
1295
  }
1296
- }), Zs = ["readonly", "disabled", "value", "id", "maxlength", "cols", "rows", "placeholder", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], xs = ["readonly", "disabled", "value", "id", "maxlength", "cols", "rows", "placeholder", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], en = /* @__PURE__ */ h({
1296
+ }), Ys = ["readonly", "disabled", "value", "id", "maxlength", "cols", "rows", "placeholder", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], Zs = ["readonly", "disabled", "value", "id", "maxlength", "cols", "rows", "placeholder", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], xs = /* @__PURE__ */ h({
1297
1297
  inheritAttrs: !1,
1298
1298
  __name: "Comment",
1299
1299
  props: {
@@ -1335,7 +1335,7 @@ const Qe = /* @__PURE__ */ h({
1335
1335
  "aria-invalid": n.question.a11y_input_ariaInvalid,
1336
1336
  "aria-describedby": n.question.a11y_input_ariaDescribedBy,
1337
1337
  style: S({ resize: n.question.resizeStyle })
1338
- }, null, 46, Zs)) : !n.question.isReadOnlyRenderDiv() && n.question.getMaxLength() ? (i(), u("div", {
1338
+ }, null, 46, Ys)) : !n.question.isReadOnlyRenderDiv() && n.question.getMaxLength() ? (i(), u("div", {
1339
1339
  key: 1,
1340
1340
  ref_key: "root",
1341
1341
  ref: o
@@ -1363,7 +1363,7 @@ const Qe = /* @__PURE__ */ h({
1363
1363
  "aria-invalid": n.question.a11y_input_ariaInvalid,
1364
1364
  "aria-describedby": n.question.a11y_input_ariaDescribedBy,
1365
1365
  style: S({ resize: n.question.resizeStyle })
1366
- }, null, 46, xs),
1366
+ }, null, 46, Zs),
1367
1367
  C(a, {
1368
1368
  counter: n.question.characterCounter,
1369
1369
  remainingCharacterCounter: n.question.cssClasses.remainingCharacterCounter
@@ -1375,7 +1375,7 @@ const Qe = /* @__PURE__ */ h({
1375
1375
  }, R(n.question.value), 513));
1376
1376
  };
1377
1377
  }
1378
- }), sn = /* @__PURE__ */ h({
1378
+ }), en = /* @__PURE__ */ h({
1379
1379
  inheritAttrs: !1,
1380
1380
  __name: "Dropdown",
1381
1381
  props: {
@@ -1398,16 +1398,16 @@ const Qe = /* @__PURE__ */ h({
1398
1398
  ], 2);
1399
1399
  };
1400
1400
  }
1401
- }), nn = ["id", "autocomplete", "aria-required", "aria-label", "aria-invalid", "aria-describedby", "required"], on = {
1401
+ }), sn = ["id", "autocomplete", "aria-required", "aria-label", "aria-invalid", "aria-describedby", "required"], nn = {
1402
1402
  key: 0,
1403
1403
  value: ""
1404
- }, tn = ["id"];
1404
+ }, on = ["id"];
1405
1405
  ee.Instance.registerRenderer(
1406
1406
  "dropdown",
1407
1407
  "select",
1408
1408
  "sv-dropdown-select"
1409
1409
  );
1410
- const ln = /* @__PURE__ */ h({
1410
+ const tn = /* @__PURE__ */ h({
1411
1411
  inheritAttrs: !1,
1412
1412
  __name: "DropdownSelect",
1413
1413
  props: {
@@ -1445,7 +1445,7 @@ const ln = /* @__PURE__ */ h({
1445
1445
  disabled: "",
1446
1446
  id: a.question.inputId,
1447
1447
  class: r(a.question.getControlClass())
1448
- }, R(a.question.readOnlyText), 11, tn)) : P((i(), u("select", {
1448
+ }, R(a.question.readOnlyText), 11, on)) : P((i(), u("select", {
1449
1449
  key: 0,
1450
1450
  id: a.question.inputId,
1451
1451
  "onUpdate:modelValue": y[0] || (y[0] = (f) => t.value = f),
@@ -1459,12 +1459,12 @@ const ln = /* @__PURE__ */ h({
1459
1459
  "aria-describedby": a.question.ariaDescribedBy,
1460
1460
  required: a.question.isRequired
1461
1461
  }, [
1462
- a.question.allowClear ? (i(), u("option", on, R(a.question.placeholder), 1)) : d("", !0),
1462
+ a.question.allowClear ? (i(), u("option", nn, R(a.question.placeholder), 1)) : d("", !0),
1463
1463
  (i(!0), u(_, null, D(a.question.visibleChoices, (f) => (i(), q(m, {
1464
1464
  item: f,
1465
1465
  key: f.id
1466
1466
  }, null, 8, ["item"]))), 128))
1467
- ], 42, nn)), [
1467
+ ], 42, sn)), [
1468
1468
  [Ie, t.value]
1469
1469
  ]),
1470
1470
  a.question.cssClasses.chevronButtonIconId ? (i(), u("div", {
@@ -1485,7 +1485,7 @@ const ln = /* @__PURE__ */ h({
1485
1485
  ], 2);
1486
1486
  };
1487
1487
  }
1488
- }), rn = ["value", "disabled"], an = /* @__PURE__ */ h({
1488
+ }), ln = ["value", "disabled"], rn = /* @__PURE__ */ h({
1489
1489
  __name: "OptionItem",
1490
1490
  props: {
1491
1491
  item: {}
@@ -1495,9 +1495,9 @@ const ln = /* @__PURE__ */ h({
1495
1495
  return B(() => s.item), (e, n) => (i(), u("option", {
1496
1496
  value: e.item.value,
1497
1497
  disabled: !e.item.isEnabled
1498
- }, R(I(o)), 9, rn));
1498
+ }, R(I(o)), 9, ln));
1499
1499
  }
1500
- }), un = ["id", "disabled", "tabindex", "role", "aria-required", "aria-label", "aria-invalid", "aria-describedby", "aria-expanded", "aria-controls", "aria-activedescendant", "required"], dn = { style: { visibility: "hidden" } }, mn = ["disabled", "inputmode", "role", "id", "tabindex", "readonly", "aria-expanded", "aria-controls", "aria-label", "aria-labelledby", "aria-activedescendant", "placeholder"], cn = ["id"], pn = /* @__PURE__ */ h({
1500
+ }), an = ["id", "disabled", "tabindex", "role", "aria-required", "aria-label", "aria-invalid", "aria-describedby", "aria-expanded", "aria-controls", "aria-activedescendant", "required"], un = { style: { visibility: "hidden" } }, dn = ["disabled", "inputmode", "role", "id", "tabindex", "readonly", "aria-expanded", "aria-controls", "aria-label", "aria-labelledby", "aria-activedescendant", "placeholder"], mn = ["id"], cn = /* @__PURE__ */ h({
1501
1501
  __name: "Dropdown",
1502
1502
  props: {
1503
1503
  question: {}
@@ -1575,7 +1575,7 @@ const ln = /* @__PURE__ */ h({
1575
1575
  key: 1,
1576
1576
  class: r(k.question.cssClasses.hintSuffix)
1577
1577
  }, [
1578
- c("span", dn, R(e.value.inputStringRendered), 1),
1578
+ c("span", un, R(e.value.inputStringRendered), 1),
1579
1579
  c("span", null, R(e.value.hintStringSuffix), 1)
1580
1580
  ], 2)) : d("", !0),
1581
1581
  k.question.showInputFieldComponent ? (i(), q(T(k.question.inputFieldComponentName), {
@@ -1604,7 +1604,7 @@ const ln = /* @__PURE__ */ h({
1604
1604
  onInput: f,
1605
1605
  onBlur: g,
1606
1606
  onFocus: p
1607
- }, null, 42, mn)
1607
+ }, null, 42, dn)
1608
1608
  ], 2),
1609
1609
  k.question.allowClear && k.question.cssClasses.cleanButtonIconId ? P((i(), u("div", {
1610
1610
  key: 1,
@@ -1621,7 +1621,7 @@ const ln = /* @__PURE__ */ h({
1621
1621
  ], 2)), [
1622
1622
  [H, k.question.showClearButton]
1623
1623
  ]) : d("", !0)
1624
- ], 42, un)),
1624
+ ], 42, an)),
1625
1625
  k.question.isReadOnly ? (i(), u("div", {
1626
1626
  key: 2,
1627
1627
  disabled: "",
@@ -1633,7 +1633,7 @@ const ln = /* @__PURE__ */ h({
1633
1633
  locString: k.question.selectedItemLocText
1634
1634
  }, null, 8, ["locString"])) : d("", !0),
1635
1635
  c("div", null, R(k.question.readOnlyText), 1)
1636
- ], 10, cn)) : (i(), q(K, {
1636
+ ], 10, mn)) : (i(), q(K, {
1637
1637
  key: 1,
1638
1638
  model: k.question.dropdownListModel.popupModel
1639
1639
  }, null, 8, ["model"])),
@@ -1652,7 +1652,7 @@ const ln = /* @__PURE__ */ h({
1652
1652
  ], 2);
1653
1653
  };
1654
1654
  }
1655
- }), vn = /* @__PURE__ */ h({
1655
+ }), pn = /* @__PURE__ */ h({
1656
1656
  inheritAttrs: !1,
1657
1657
  __name: "Tagbox",
1658
1658
  props: {
@@ -1675,7 +1675,7 @@ const ln = /* @__PURE__ */ h({
1675
1675
  ], 2);
1676
1676
  };
1677
1677
  }
1678
- }), yn = ["id", "tabindex", "disabled", "role", "aria-required", "aria-label", "aria-invalid", "aria-describedby", "aria-expanded", "aria-controls", "aria-activedescendant", "required"], qn = ["id"], gn = /* @__PURE__ */ h({
1678
+ }), vn = ["id", "tabindex", "disabled", "role", "aria-required", "aria-label", "aria-invalid", "aria-describedby", "aria-expanded", "aria-controls", "aria-activedescendant", "required"], yn = ["id"], qn = /* @__PURE__ */ h({
1679
1679
  __name: "Tagbox",
1680
1680
  props: {
1681
1681
  question: {}
@@ -1752,7 +1752,7 @@ const ln = /* @__PURE__ */ h({
1752
1752
  ], 2)), [
1753
1753
  [H, g.question.showClearButton]
1754
1754
  ]) : d("", !0)
1755
- ], 42, yn)),
1755
+ ], 42, vn)),
1756
1756
  g.question.isReadOnly ? (i(), u("div", {
1757
1757
  key: 2,
1758
1758
  disabled: "",
@@ -1763,7 +1763,7 @@ const ln = /* @__PURE__ */ h({
1763
1763
  key: 0,
1764
1764
  locString: g.question.locReadOnlyText
1765
1765
  }, null, 8, ["locString"])) : d("", !0)
1766
- ], 10, qn)) : (i(), q(k, {
1766
+ ], 10, yn)) : (i(), q(k, {
1767
1767
  key: 1,
1768
1768
  model: o.value.popupModel
1769
1769
  }, null, 8, ["model"])),
@@ -1782,7 +1782,7 @@ const ln = /* @__PURE__ */ h({
1782
1782
  ], 2);
1783
1783
  };
1784
1784
  }
1785
- }), hn = { style: { visibility: "hidden" } }, Cn = ["placeholder", "disabled", "inputmode", "role", "aria-expanded", "aria-controls", "aria-label", "aria-labelledby", "aria-activedescendant", "id", "readonly", "size"], bn = /* @__PURE__ */ h({
1785
+ }), gn = { style: { visibility: "hidden" } }, hn = ["placeholder", "disabled", "inputmode", "role", "aria-expanded", "aria-controls", "aria-label", "aria-labelledby", "aria-activedescendant", "id", "readonly", "size"], Cn = /* @__PURE__ */ h({
1786
1786
  __name: "TagboxFilter",
1787
1787
  props: {
1788
1788
  question: {},
@@ -1821,7 +1821,7 @@ const ln = /* @__PURE__ */ h({
1821
1821
  key: 1,
1822
1822
  class: r(a.question.cssClasses.hintSuffix)
1823
1823
  }, [
1824
- c("span", hn, R(a.model.inputStringRendered), 1),
1824
+ c("span", gn, R(a.model.inputStringRendered), 1),
1825
1825
  c("span", null, R(a.model.hintStringSuffix), 1)
1826
1826
  ], 2)) : d("", !0),
1827
1827
  P(c("input", {
@@ -1845,14 +1845,14 @@ const ln = /* @__PURE__ */ h({
1845
1845
  onKeydown: e,
1846
1846
  onBlur: n,
1847
1847
  onFocus: t
1848
- }, null, 42, Cn), [
1848
+ }, null, 42, hn), [
1849
1849
  [we, a.model.inputStringRendered]
1850
1850
  ])
1851
1851
  ], 2)
1852
1852
  ], 2);
1853
1853
  };
1854
1854
  }
1855
- }), kn = { class: "sv-tagbox__item-text" }, fn = /* @__PURE__ */ h({
1855
+ }), bn = { class: "sv-tagbox__item-text" }, kn = /* @__PURE__ */ h({
1856
1856
  __name: "TagboxItem",
1857
1857
  props: {
1858
1858
  question: {},
@@ -1868,7 +1868,7 @@ const ln = /* @__PURE__ */ h({
1868
1868
  class: "sv-tagbox__item",
1869
1869
  key: e.item.key
1870
1870
  }, [
1871
- c("div", kn, [
1871
+ c("div", bn, [
1872
1872
  C(t, {
1873
1873
  locString: e.item.locText
1874
1874
  }, null, 8, ["locString"])
@@ -1886,7 +1886,7 @@ const ln = /* @__PURE__ */ h({
1886
1886
  ]);
1887
1887
  };
1888
1888
  }
1889
- }), In = /* @__PURE__ */ h({
1889
+ }), fn = /* @__PURE__ */ h({
1890
1890
  inheritAttrs: !1,
1891
1891
  __name: "Ranking",
1892
1892
  props: {
@@ -1958,10 +1958,10 @@ const ln = /* @__PURE__ */ h({
1958
1958
  ], 2);
1959
1959
  };
1960
1960
  }
1961
- }), wn = ["tabindex", "data-sv-drop-target-ranking-item"], Sn = {
1961
+ }), In = ["tabindex", "data-sv-drop-target-ranking-item"], wn = {
1962
1962
  tabindex: "-1",
1963
1963
  style: { outline: "none" }
1964
- }, Rn = ["xlink:href"], Tn = ["xlink:href"], $n = ["xlink:href"], _n = /* @__PURE__ */ h({
1964
+ }, Sn = ["xlink:href"], Rn = ["xlink:href"], Tn = ["xlink:href"], $n = /* @__PURE__ */ h({
1965
1965
  inheritAttrs: !1,
1966
1966
  __name: "RankingItem",
1967
1967
  props: {
@@ -1990,7 +1990,7 @@ const ln = /* @__PURE__ */ h({
1990
1990
  );
1991
1991
  })
1992
1992
  }, [
1993
- c("div", Sn, [
1993
+ c("div", wn, [
1994
1994
  c("div", {
1995
1995
  class: r(e.question.cssClasses.itemGhostNode)
1996
1996
  }, null, 2),
@@ -2005,14 +2005,14 @@ const ln = /* @__PURE__ */ h({
2005
2005
  }, [
2006
2006
  c("use", {
2007
2007
  "xlink:href": e.question.dragDropSvgIcon
2008
- }, null, 8, Rn)
2008
+ }, null, 8, Sn)
2009
2009
  ], 2)),
2010
2010
  (i(), u("svg", {
2011
2011
  class: r(e.question.getIconFocusCss())
2012
2012
  }, [
2013
2013
  c("use", {
2014
2014
  "xlink:href": e.question.arrowsSvgIcon
2015
- }, null, 8, Tn)
2015
+ }, null, 8, Rn)
2016
2016
  ], 2))
2017
2017
  ], 2),
2018
2018
  !e.unrankedItem && o.value ? (i(), u("div", {
@@ -2025,7 +2025,7 @@ const ln = /* @__PURE__ */ h({
2025
2025
  (i(), u("svg", null, [
2026
2026
  c("use", {
2027
2027
  "xlink:href": e.question.dashSvgIcon
2028
- }, null, 8, $n)
2028
+ }, null, 8, Tn)
2029
2029
  ]))
2030
2030
  ], 2)),
2031
2031
  c("div", {
@@ -2037,13 +2037,13 @@ const ln = /* @__PURE__ */ h({
2037
2037
  ], 2)
2038
2038
  ], 2)
2039
2039
  ])
2040
- ], 42, wn);
2040
+ ], 42, In);
2041
2041
  };
2042
2042
  }
2043
- }), Dn = { role: "radiogroup" }, Bn = /* @__PURE__ */ c("legend", {
2043
+ }), _n = { role: "radiogroup" }, Dn = /* @__PURE__ */ c("legend", {
2044
2044
  role: "presentation",
2045
2045
  class: "sv-hidden"
2046
- }, null, -1), Ln = /* @__PURE__ */ h({
2046
+ }, null, -1), Bn = /* @__PURE__ */ h({
2047
2047
  inheritAttrs: !1,
2048
2048
  __name: "Rating",
2049
2049
  props: {
@@ -2060,8 +2060,8 @@ const ln = /* @__PURE__ */ h({
2060
2060
  ref_key: "root",
2061
2061
  ref: o
2062
2062
  }, [
2063
- c("fieldset", Dn, [
2064
- Bn,
2063
+ c("fieldset", _n, [
2064
+ Dn,
2065
2065
  n.question.hasMinLabel ? (i(), u("span", {
2066
2066
  key: 0,
2067
2067
  class: r(n.question.cssClasses.minText)
@@ -2088,7 +2088,7 @@ const ln = /* @__PURE__ */ h({
2088
2088
  ], 2);
2089
2089
  };
2090
2090
  }
2091
- }), Nn = ["name", "id", "value", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Pn = /* @__PURE__ */ h({
2091
+ }), Ln = ["name", "id", "value", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Nn = /* @__PURE__ */ h({
2092
2092
  __name: "RatingItem",
2093
2093
  props: {
2094
2094
  question: {},
@@ -2116,7 +2116,7 @@ const ln = /* @__PURE__ */ h({
2116
2116
  "aria-label": o.question.ariaLabel,
2117
2117
  "aria-invalid": o.question.ariaInvalid,
2118
2118
  "aria-describedby": o.question.ariaDescribedBy
2119
- }, null, 8, Nn),
2119
+ }, null, 8, Ln),
2120
2120
  c("span", {
2121
2121
  class: r(o.question.cssClasses.itemText)
2122
2122
  }, [
@@ -2127,7 +2127,7 @@ const ln = /* @__PURE__ */ h({
2127
2127
  ], 34);
2128
2128
  };
2129
2129
  }
2130
- }), An = ["name", "id", "value", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Mn = /* @__PURE__ */ h({
2130
+ }), Pn = ["name", "id", "value", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], An = /* @__PURE__ */ h({
2131
2131
  __name: "RatingItemSmiley",
2132
2132
  props: {
2133
2133
  question: {},
@@ -2158,7 +2158,7 @@ const ln = /* @__PURE__ */ h({
2158
2158
  "aria-label": o.question.ariaLabel,
2159
2159
  "aria-invalid": o.question.ariaInvalid,
2160
2160
  "aria-describedby": o.question.ariaDescribedBy
2161
- }, null, 8, An),
2161
+ }, null, 8, Pn),
2162
2162
  C(n, {
2163
2163
  iconName: o.question.getItemSmileyIconName(o.item.itemValue),
2164
2164
  size: "auto",
@@ -2167,7 +2167,7 @@ const ln = /* @__PURE__ */ h({
2167
2167
  ], 38);
2168
2168
  };
2169
2169
  }
2170
- }), Hn = ["name", "id", "value", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Wn = /* @__PURE__ */ h({
2170
+ }), Mn = ["name", "id", "value", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Hn = /* @__PURE__ */ h({
2171
2171
  __name: "RatingItemStar",
2172
2172
  props: {
2173
2173
  question: {},
@@ -2197,7 +2197,7 @@ const ln = /* @__PURE__ */ h({
2197
2197
  "aria-label": o.question.ariaLabel,
2198
2198
  "aria-invalid": o.question.ariaInvalid,
2199
2199
  "aria-describedby": o.question.ariaDescribedBy
2200
- }, null, 8, Hn),
2200
+ }, null, 8, Mn),
2201
2201
  C(n, {
2202
2202
  class: r("sv-star"),
2203
2203
  iconName: o.question.itemStarIcon,
@@ -2213,10 +2213,10 @@ const ln = /* @__PURE__ */ h({
2213
2213
  ], 34);
2214
2214
  };
2215
2215
  }
2216
- }), En = { class: "sd-rating-dropdown-item" }, Vn = { class: "sd-rating-dropdown-item_text" }, Fn = {
2216
+ }), Wn = { class: "sd-rating-dropdown-item" }, En = { class: "sd-rating-dropdown-item_text" }, Vn = {
2217
2217
  key: 0,
2218
2218
  class: "sd-rating-dropdown-item_description"
2219
- }, On = /* @__PURE__ */ h({
2219
+ }, Fn = /* @__PURE__ */ h({
2220
2220
  __name: "RatingDropdownItem",
2221
2221
  props: {
2222
2222
  item: {}
@@ -2225,9 +2225,9 @@ const ln = /* @__PURE__ */ h({
2225
2225
  const s = l;
2226
2226
  return B(() => s.item), (o, e) => {
2227
2227
  const n = v("survey-string");
2228
- return i(), u("div", En, [
2229
- c("span", Vn, R(o.item.title), 1),
2230
- o.item.description ? (i(), u("div", Fn, [
2228
+ return i(), u("div", Wn, [
2229
+ c("span", En, R(o.item.title), 1),
2230
+ o.item.description ? (i(), u("div", Vn, [
2231
2231
  C(n, {
2232
2232
  locString: o.item.description
2233
2233
  }, null, 8, ["locString"])
@@ -2241,7 +2241,7 @@ ee.Instance.registerRenderer(
2241
2241
  "dropdown",
2242
2242
  "sv-rating-dropdown"
2243
2243
  );
2244
- const zn = /* @__PURE__ */ h({
2244
+ const On = /* @__PURE__ */ h({
2245
2245
  inheritAttrs: !1,
2246
2246
  __name: "RatingDropdown",
2247
2247
  props: {
@@ -2260,7 +2260,7 @@ const zn = /* @__PURE__ */ h({
2260
2260
  ], 2);
2261
2261
  };
2262
2262
  }
2263
- }), Un = ["name", "value", "id", ".indeterminate", "disabled", "role", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], Kn = /* @__PURE__ */ h({
2263
+ }), zn = ["name", "value", "id", ".indeterminate", "disabled", "role", "aria-required", "aria-label", "aria-labelledby", "aria-invalid", "aria-describedby"], Un = /* @__PURE__ */ h({
2264
2264
  inheritAttrs: !1,
2265
2265
  __name: "BooleanSwitch",
2266
2266
  props: {
@@ -2301,7 +2301,7 @@ const zn = /* @__PURE__ */ h({
2301
2301
  "aria-labelledby": t.question.a11y_input_ariaLabelledBy,
2302
2302
  "aria-invalid": t.question.a11y_input_ariaInvalid,
2303
2303
  "aria-describedby": t.question.a11y_input_ariaDescribedBy
2304
- }, null, 42, Un), [
2304
+ }, null, 42, zn), [
2305
2305
  [oe, t.question.booleanValue]
2306
2306
  ]),
2307
2307
  c("div", {
@@ -2355,7 +2355,7 @@ ee.Instance.registerRenderer(
2355
2355
  "radio",
2356
2356
  "sv-boolean-radio"
2357
2357
  );
2358
- const jn = /* @__PURE__ */ h({
2358
+ const Kn = /* @__PURE__ */ h({
2359
2359
  inheritAttrs: !1,
2360
2360
  __name: "BooleanRadio",
2361
2361
  props: {
@@ -2390,7 +2390,7 @@ const jn = /* @__PURE__ */ h({
2390
2390
  ], 2);
2391
2391
  };
2392
2392
  }
2393
- }), Qn = ["name", "value", "checked", "aria-describedby", "disabled"], Gn = ["xlink:href"], Jn = /* @__PURE__ */ h({
2393
+ }), jn = ["name", "value", "checked", "aria-describedby", "disabled"], Qn = ["xlink:href"], Gn = /* @__PURE__ */ h({
2394
2394
  __name: "BooleanRadioItem",
2395
2395
  props: {
2396
2396
  question: {},
@@ -2420,7 +2420,7 @@ const jn = /* @__PURE__ */ h({
2420
2420
  disabled: e.question.isInputReadOnly,
2421
2421
  class: r(e.question.cssClasses.itemRadioControl),
2422
2422
  onChange: o
2423
- }, null, 42, Qn),
2423
+ }, null, 42, jn),
2424
2424
  e.question.cssClasses.materialRadioDecorator ? (i(), u("span", {
2425
2425
  key: 0,
2426
2426
  class: r(e.question.cssClasses.materialRadioDecorator)
@@ -2431,7 +2431,7 @@ const jn = /* @__PURE__ */ h({
2431
2431
  }, [
2432
2432
  c("use", {
2433
2433
  "xlink:href": e.question.itemSvgIcon
2434
- }, null, 8, Gn)
2434
+ }, null, 8, Qn)
2435
2435
  ], 2)) : d("", !0)
2436
2436
  ], 2)) : d("", !0),
2437
2437
  c("span", {
@@ -2443,13 +2443,13 @@ const jn = /* @__PURE__ */ h({
2443
2443
  ], 2);
2444
2444
  };
2445
2445
  }
2446
- }), Xn = ["name", "value", "id", ".indeterminate", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Yn = ["xlink:href"], Zn = /* @__PURE__ */ c("span", { class: "check" }, null, -1), xn = ["id"];
2446
+ }), Jn = ["name", "value", "id", ".indeterminate", "disabled", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], Xn = ["xlink:href"], Yn = /* @__PURE__ */ c("span", { class: "check" }, null, -1), Zn = ["id"];
2447
2447
  ee.Instance.registerRenderer(
2448
2448
  "boolean",
2449
2449
  "checkbox",
2450
2450
  "sv-boolean-checkbox"
2451
2451
  );
2452
- const eo = /* @__PURE__ */ h({
2452
+ const xn = /* @__PURE__ */ h({
2453
2453
  inheritAttrs: !1,
2454
2454
  __name: "BooleanCheckbox",
2455
2455
  props: {
@@ -2485,7 +2485,7 @@ const eo = /* @__PURE__ */ h({
2485
2485
  "aria-label": e.question.ariaLabel,
2486
2486
  "aria-invalid": e.question.ariaInvalid,
2487
2487
  "aria-describedby": e.question.ariaDescribedBy
2488
- }, null, 42, Xn), [
2488
+ }, null, 42, Jn), [
2489
2489
  [oe, e.question.booleanValue]
2490
2490
  ]),
2491
2491
  c("span", {
@@ -2497,9 +2497,9 @@ const eo = /* @__PURE__ */ h({
2497
2497
  }, [
2498
2498
  c("use", {
2499
2499
  "xlink:href": e.question.svgIcon
2500
- }, null, 8, Yn)
2500
+ }, null, 8, Xn)
2501
2501
  ], 2)) : d("", !0),
2502
- Zn
2502
+ Yn
2503
2503
  ], 2),
2504
2504
  e.question.isLabelRendered ? (i(), u("span", {
2505
2505
  key: 0,
@@ -2516,7 +2516,7 @@ const eo = /* @__PURE__ */ h({
2516
2516
  element: e.question,
2517
2517
  css: e.css
2518
2518
  }, null, 8, ["element", "css"])) : d("", !0)
2519
- ], 10, xn)) : d("", !0)
2519
+ ], 10, Zn)) : d("", !0)
2520
2520
  ], 2),
2521
2521
  e.question.canRenderLabelDescription ? (i(), u("div", {
2522
2522
  key: 0,
@@ -2530,7 +2530,7 @@ const eo = /* @__PURE__ */ h({
2530
2530
  ], 2);
2531
2531
  };
2532
2532
  }
2533
- }), so = /* @__PURE__ */ h({
2533
+ }), eo = /* @__PURE__ */ h({
2534
2534
  inheritAttrs: !1,
2535
2535
  __name: "Multipletext",
2536
2536
  props: {
@@ -2568,7 +2568,7 @@ const eo = /* @__PURE__ */ h({
2568
2568
  ], 2);
2569
2569
  };
2570
2570
  }
2571
- }), no = { key: 1 }, oo = /* @__PURE__ */ h({
2571
+ }), so = { key: 1 }, no = /* @__PURE__ */ h({
2572
2572
  __name: "MultipletextItem",
2573
2573
  props: {
2574
2574
  question: {},
@@ -2598,7 +2598,7 @@ const eo = /* @__PURE__ */ h({
2598
2598
  C(a, {
2599
2599
  locString: e.value.locTitle
2600
2600
  }, null, 8, ["locString"]),
2601
- e.value.editor.isRequireTextAfterTitle ? (i(), u("span", no, "\xA0")) : d("", !0),
2601
+ e.value.editor.isRequireTextAfterTitle ? (i(), u("span", so, "\xA0")) : d("", !0),
2602
2602
  e.value.editor.isRequireTextAfterTitle ? (i(), u("span", {
2603
2603
  key: 2,
2604
2604
  "aria-hidden": "true",
@@ -2617,7 +2617,7 @@ const eo = /* @__PURE__ */ h({
2617
2617
  ], 2));
2618
2618
  };
2619
2619
  }
2620
- }), to = { class: "sv-hidden" }, io = { key: 0 }, lo = { key: 0 }, ro = ["onClick"], ao = ["data-responsive-title", "onClick"], uo = /* @__PURE__ */ h({
2620
+ }), oo = { class: "sv-hidden" }, to = { key: 0 }, io = { key: 0 }, lo = ["onClick"], ro = ["data-responsive-title", "onClick"], ao = /* @__PURE__ */ h({
2621
2621
  inheritAttrs: !1,
2622
2622
  __name: "Matrix",
2623
2623
  props: {
@@ -2649,13 +2649,13 @@ const eo = /* @__PURE__ */ h({
2649
2649
  ref: o
2650
2650
  }, [
2651
2651
  c("fieldset", null, [
2652
- c("legend", to, R(t.question.locTitle.renderedHtml), 1),
2652
+ c("legend", oo, R(t.question.locTitle.renderedHtml), 1),
2653
2653
  c("table", {
2654
2654
  class: r(t.question.getTableCss())
2655
2655
  }, [
2656
- t.question.showHeader ? (i(), u("thead", io, [
2656
+ t.question.showHeader ? (i(), u("thead", to, [
2657
2657
  c("tr", null, [
2658
- t.question.hasRows ? (i(), u("td", lo)) : d("", !0),
2658
+ t.question.hasRows ? (i(), u("td", io)) : d("", !0),
2659
2659
  (i(!0), u(_, null, D(t.question.visibleColumns, (m, g) => (i(), u("th", {
2660
2660
  key: g,
2661
2661
  class: r(t.question.cssClasses.headerCell),
@@ -2710,7 +2710,7 @@ const eo = /* @__PURE__ */ h({
2710
2710
  C(y, {
2711
2711
  locString: t.question.getCellDisplayLocText(m.name, p)
2712
2712
  }, null, 8, ["locString"])
2713
- ], 10, ro))), 128)) : d("", !0),
2713
+ ], 10, lo))), 128)) : d("", !0),
2714
2714
  t.question.hasCellText ? d("", !0) : (i(!0), u(_, { key: 1 }, D(t.question.visibleColumns, (p, f) => (i(), u("td", {
2715
2715
  key: f,
2716
2716
  "data-responsive-title": p.locText.renderedHtml,
@@ -2723,7 +2723,7 @@ const eo = /* @__PURE__ */ h({
2723
2723
  column: p,
2724
2724
  columnIndex: f
2725
2725
  }, null, 8, ["question", "row", "column", "columnIndex"]))
2726
- ], 10, ao))), 128))
2726
+ ], 10, ro))), 128))
2727
2727
  ], 2))), 128))
2728
2728
  ])
2729
2729
  ], 2)
@@ -2731,7 +2731,7 @@ const eo = /* @__PURE__ */ h({
2731
2731
  ], 2);
2732
2732
  };
2733
2733
  }
2734
- }), mo = ["name", "value", "disabled", "id", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], co = ["xlink:href"], po = /* @__PURE__ */ h({
2734
+ }), uo = ["name", "value", "disabled", "id", "aria-required", "aria-label", "aria-invalid", "aria-describedby"], mo = ["xlink:href"], co = /* @__PURE__ */ h({
2735
2735
  inheritAttrs: !1,
2736
2736
  __name: "MatrixCell",
2737
2737
  props: {
@@ -2762,7 +2762,7 @@ const eo = /* @__PURE__ */ h({
2762
2762
  ),
2763
2763
  "aria-invalid": s.question.a11y_input_ariaInvalid,
2764
2764
  "aria-describedby": s.question.a11y_input_ariaDescribedBy
2765
- }, null, 10, mo), [
2765
+ }, null, 10, uo), [
2766
2766
  [x, s.row.value]
2767
2767
  ]),
2768
2768
  c("span", {
@@ -2774,7 +2774,7 @@ const eo = /* @__PURE__ */ h({
2774
2774
  }, [
2775
2775
  c("use", {
2776
2776
  "xlink:href": s.question.itemSvgIcon
2777
- }, null, 8, co)
2777
+ }, null, 8, mo)
2778
2778
  ], 2)) : d("", !0)
2779
2779
  ], 2),
2780
2780
  s.question.isMobile ? (i(), u("span", {
@@ -2788,7 +2788,7 @@ const eo = /* @__PURE__ */ h({
2788
2788
  ], 34);
2789
2789
  };
2790
2790
  }
2791
- }), vo = /* @__PURE__ */ h({
2791
+ }), po = /* @__PURE__ */ h({
2792
2792
  inheritAttrs: !1,
2793
2793
  __name: "MatrixDropdown",
2794
2794
  props: {
@@ -2805,7 +2805,7 @@ const eo = /* @__PURE__ */ h({
2805
2805
  }, null, 8, ["question"]);
2806
2806
  };
2807
2807
  }
2808
- }), yo = { key: 0 }, qo = ["data-sv-drop-target-matrix-row", "onPointerdown"], go = { key: 1 }, ho = /* @__PURE__ */ h({
2808
+ }), vo = { key: 0 }, yo = ["data-sv-drop-target-matrix-row", "onPointerdown"], qo = { key: 1 }, go = /* @__PURE__ */ h({
2809
2809
  __name: "MatrixTable",
2810
2810
  props: {
2811
2811
  question: {}
@@ -2834,7 +2834,7 @@ const eo = /* @__PURE__ */ h({
2834
2834
  c("table", {
2835
2835
  class: r(e.question.getTableCss())
2836
2836
  }, [
2837
- o.value.showHeader ? (i(), u("thead", yo, [
2837
+ o.value.showHeader ? (i(), u("thead", vo, [
2838
2838
  c("tr", null, [
2839
2839
  (i(!0), u(_, null, D(o.value.headerRow.cells, (m) => (i(), u(_, null, [
2840
2840
  m.hasTitle ? (i(), u("th", {
@@ -2881,10 +2881,10 @@ const eo = /* @__PURE__ */ h({
2881
2881
  question: e.question,
2882
2882
  key: m.id + "_" + p
2883
2883
  }, null, 8, ["cell", "question"]))), 128))
2884
- ], 42, qo)) : d("", !0)
2884
+ ], 42, yo)) : d("", !0)
2885
2885
  ], 64))), 128))
2886
2886
  ]),
2887
- o.value.showFooter ? (i(), u("tfoot", go, [
2887
+ o.value.showFooter ? (i(), u("tfoot", qo, [
2888
2888
  c("tr", null, [
2889
2889
  (i(!0), u(_, null, D(o.value.footerRow.cells, (m, g) => (i(), q(y, {
2890
2890
  cell: m,
@@ -2897,7 +2897,7 @@ const eo = /* @__PURE__ */ h({
2897
2897
  ], 6);
2898
2898
  };
2899
2899
  }
2900
- }), Co = /* @__PURE__ */ c("span", null, "\xA0", -1), bo = /* @__PURE__ */ h({
2900
+ }), ho = /* @__PURE__ */ c("span", null, "\xA0", -1), Co = /* @__PURE__ */ h({
2901
2901
  __name: "MatrixHeaderRequired",
2902
2902
  props: {
2903
2903
  question: {},
@@ -2906,14 +2906,14 @@ const eo = /* @__PURE__ */ h({
2906
2906
  setup(l) {
2907
2907
  const s = l;
2908
2908
  return B(() => s.column), (o, e) => o.column.isRenderedRequired ? (i(), u(_, { key: 0 }, [
2909
- Co,
2909
+ ho,
2910
2910
  o.column.isRenderedRequired ? (i(), u("span", {
2911
2911
  key: 0,
2912
2912
  class: r(o.question.cssClasses.cellRequiredText)
2913
2913
  }, R(o.column.requiredText), 3)) : d("", !0)
2914
2914
  ], 64)) : d("", !0);
2915
2915
  }
2916
- }), ko = ["data-responsive-title", "title", "colspan"], fo = /* @__PURE__ */ h({
2916
+ }), bo = ["data-responsive-title", "title", "colspan"], ko = /* @__PURE__ */ h({
2917
2917
  __name: "MatrixDropdownCellComp",
2918
2918
  props: {
2919
2919
  question: {},
@@ -3049,10 +3049,10 @@ const eo = /* @__PURE__ */ h({
3049
3049
  ]),
3050
3050
  _: 1
3051
3051
  }, 8, ["componentData"])) : d("", !0)
3052
- ], 46, ko);
3052
+ ], 46, bo);
3053
3053
  };
3054
3054
  }
3055
- }), Io = /* @__PURE__ */ h({
3055
+ }), fo = /* @__PURE__ */ h({
3056
3056
  inheritAttrs: !1,
3057
3057
  __name: "MatrixDynamic",
3058
3058
  props: {
@@ -3143,7 +3143,7 @@ function ae(l, s = !0) {
3143
3143
  row: s ? w(() => l.item.data.row) : void 0
3144
3144
  };
3145
3145
  }
3146
- const wo = ["disabled"], So = /* @__PURE__ */ h({
3146
+ const Io = ["disabled"], wo = /* @__PURE__ */ h({
3147
3147
  __name: "RemoveButton",
3148
3148
  props: {
3149
3149
  item: {}
@@ -3164,10 +3164,10 @@ const wo = ["disabled"], So = /* @__PURE__ */ h({
3164
3164
  c("span", {
3165
3165
  class: r(I(o).cssClasses.iconRemove)
3166
3166
  }, null, 2)
3167
- ], 10, wo);
3167
+ ], 10, Io);
3168
3168
  };
3169
3169
  }
3170
- }), Ro = ["xlink:href"], To = /* @__PURE__ */ h({
3170
+ }), So = ["xlink:href"], Ro = /* @__PURE__ */ h({
3171
3171
  __name: "DragDropIcon",
3172
3172
  props: {
3173
3173
  item: {}
@@ -3180,13 +3180,13 @@ const wo = ["disabled"], So = /* @__PURE__ */ h({
3180
3180
  }, [
3181
3181
  c("use", {
3182
3182
  "xlink:href": I(o).iconDragElement
3183
- }, null, 8, Ro)
3183
+ }, null, 8, So)
3184
3184
  ], 2)) : (i(), u("span", {
3185
3185
  key: 1,
3186
3186
  class: r(I(o).cssClasses.iconDrag)
3187
3187
  }, null, 2));
3188
3188
  }
3189
- }), $o = ["aria-expanded", "aria-controls"], _o = /* @__PURE__ */ h({
3189
+ }), To = ["aria-expanded", "aria-controls"], $o = /* @__PURE__ */ h({
3190
3190
  __name: "DetailButton",
3191
3191
  props: {
3192
3192
  item: {}
@@ -3207,10 +3207,10 @@ const wo = ["disabled"], So = /* @__PURE__ */ h({
3207
3207
  iconName: I(o).getDetailPanelIconId(I(e)),
3208
3208
  size: "auto"
3209
3209
  }, null, 8, ["class", "iconName"])
3210
- ], 10, $o);
3210
+ ], 10, To);
3211
3211
  };
3212
3212
  }
3213
- }), Do = /* @__PURE__ */ h({
3213
+ }), _o = /* @__PURE__ */ h({
3214
3214
  inheritAttrs: !1,
3215
3215
  __name: "PanelDynamic",
3216
3216
  props: {
@@ -3331,7 +3331,7 @@ const wo = ["disabled"], So = /* @__PURE__ */ h({
3331
3331
  ], 2);
3332
3332
  };
3333
3333
  }
3334
- }), Bo = /* @__PURE__ */ h({
3334
+ }), Do = /* @__PURE__ */ h({
3335
3335
  __name: "PanelDynamicProgress",
3336
3336
  props: {
3337
3337
  question: {}
@@ -3377,7 +3377,7 @@ const wo = ["disabled"], So = /* @__PURE__ */ h({
3377
3377
  ], 2);
3378
3378
  };
3379
3379
  }
3380
- }), Lo = /* @__PURE__ */ h({
3380
+ }), Bo = /* @__PURE__ */ h({
3381
3381
  __name: "PanelDynamicProgressV2",
3382
3382
  props: {
3383
3383
  question: {}
@@ -3419,7 +3419,7 @@ function Y(l) {
3419
3419
  () => l.item && l.item.data.question || l.data.question
3420
3420
  );
3421
3421
  }
3422
- const No = /* @__PURE__ */ h({
3422
+ const Lo = /* @__PURE__ */ h({
3423
3423
  __name: "PaneldynamicAddBtn",
3424
3424
  props: {
3425
3425
  item: {},
@@ -3447,7 +3447,7 @@ const No = /* @__PURE__ */ h({
3447
3447
  ], 2)) : d("", !0);
3448
3448
  };
3449
3449
  }
3450
- }), Po = ["title"], Ao = /* @__PURE__ */ h({
3450
+ }), No = ["title"], Po = /* @__PURE__ */ h({
3451
3451
  __name: "PaneldynamicNextBtn",
3452
3452
  props: {
3453
3453
  item: {},
@@ -3468,10 +3468,10 @@ const No = /* @__PURE__ */ h({
3468
3468
  iconName: I(o).cssClasses.progressBtnIcon,
3469
3469
  size: "auto"
3470
3470
  }, null, 8, ["iconName"])
3471
- ], 10, Po);
3471
+ ], 10, No);
3472
3472
  };
3473
3473
  }
3474
- }), Mo = ["title"], Ho = /* @__PURE__ */ h({
3474
+ }), Ao = ["title"], Mo = /* @__PURE__ */ h({
3475
3475
  __name: "PaneldynamicPrevBtn",
3476
3476
  props: {
3477
3477
  item: {},
@@ -3492,10 +3492,10 @@ const No = /* @__PURE__ */ h({
3492
3492
  iconName: I(o).cssClasses.progressBtnIcon,
3493
3493
  size: "auto"
3494
3494
  }, null, 8, ["iconName"])
3495
- ], 10, Mo);
3495
+ ], 10, Ao);
3496
3496
  };
3497
3497
  }
3498
- }), Wo = /* @__PURE__ */ h({
3498
+ }), Ho = /* @__PURE__ */ h({
3499
3499
  __name: "PaneldynamicRemoveBtn",
3500
3500
  props: {
3501
3501
  item: {},
@@ -3527,7 +3527,7 @@ const No = /* @__PURE__ */ h({
3527
3527
  ], 2);
3528
3528
  };
3529
3529
  }
3530
- }), Eo = /* @__PURE__ */ h({
3530
+ }), Wo = /* @__PURE__ */ h({
3531
3531
  __name: "PaneldynamicProgressText",
3532
3532
  props: {
3533
3533
  item: {},
@@ -3539,7 +3539,7 @@ const No = /* @__PURE__ */ h({
3539
3539
  class: r(I(o).cssClasses.progressText)
3540
3540
  }, R(I(o).progressText), 3));
3541
3541
  }
3542
- }), Vo = ["id"], Fo = /* @__PURE__ */ h({
3542
+ }), Eo = ["id"], Vo = /* @__PURE__ */ h({
3543
3543
  __name: "Errors",
3544
3544
  props: {
3545
3545
  element: {},
@@ -3577,16 +3577,16 @@ const No = /* @__PURE__ */ h({
3577
3577
  }, null, 8, ["locString"])
3578
3578
  ], 2)
3579
3579
  ]))), 128))
3580
- ], 10, Vo)) : d("", !0);
3580
+ ], 10, Eo)) : d("", !0);
3581
3581
  };
3582
3582
  }
3583
- }), Oo = { key: 0 }, zo = ["id", "readonly", "disabled", "value", "maxlength", "placeholder", "aria-label", "aria-required"], Uo = /* @__PURE__ */ h({
3583
+ }), Fo = { key: 0 }, Oo = ["id", "readonly", "disabled", "value", "maxlength", "placeholder", "aria-label", "aria-required"], zo = /* @__PURE__ */ h({
3584
3584
  __name: "QuestionComment",
3585
3585
  props: {
3586
3586
  question: {}
3587
3587
  },
3588
3588
  setup(l) {
3589
- return (s, o) => s.question.isReadOnlyRenderDiv() ? (i(), u("div", Oo, R(s.question.comment), 1)) : (i(), u("textarea", {
3589
+ return (s, o) => s.question.isReadOnlyRenderDiv() ? (i(), u("div", Fo, R(s.question.comment), 1)) : (i(), u("textarea", {
3590
3590
  key: 1,
3591
3591
  id: s.question.commentId,
3592
3592
  readonly: s.question.isInputReadOnly,
@@ -3604,9 +3604,9 @@ const No = /* @__PURE__ */ h({
3604
3604
  onInput: o[1] || (o[1] = (e) => {
3605
3605
  s.question.onCommentInput(e);
3606
3606
  })
3607
- }, null, 46, zo));
3607
+ }, null, 46, Oo));
3608
3608
  }
3609
- }), Ko = /* @__PURE__ */ h({
3609
+ }), Uo = /* @__PURE__ */ h({
3610
3610
  __name: "TitleElement",
3611
3611
  props: {
3612
3612
  element: {},
@@ -3646,7 +3646,7 @@ const No = /* @__PURE__ */ h({
3646
3646
  }, 40, ["class", "aria-label", "id", "tabindex", "aria-expanded", "role"])) : d("", !0);
3647
3647
  };
3648
3648
  }
3649
- }), jo = { key: 3 }, Qo = { key: 5 }, Go = { key: 7 }, Jo = /* @__PURE__ */ h({
3649
+ }), Ko = { key: 3 }, jo = { key: 5 }, Qo = { key: 7 }, Go = /* @__PURE__ */ h({
3650
3650
  inheritAttrs: !1,
3651
3651
  __name: "TitleContent",
3652
3652
  props: {
@@ -3672,18 +3672,18 @@ const No = /* @__PURE__ */ h({
3672
3672
  class: r(s.element.cssTitleNumber),
3673
3673
  "aria-hidden": !0
3674
3674
  }, R(s.element.no), 3)) : d("", !0),
3675
- !s.element.isTitleRenderedAsString && s.element.no ? (i(), u("span", jo, "\xA0")) : d("", !0),
3675
+ !s.element.isTitleRenderedAsString && s.element.no ? (i(), u("span", Ko, "\xA0")) : d("", !0),
3676
3676
  !s.element.isTitleRenderedAsString && s.element.isRequireTextBeforeTitle ? (i(), u("span", {
3677
3677
  key: 4,
3678
3678
  class: r(s.element.cssClasses.requiredText),
3679
3679
  "aria-hidden": !0
3680
3680
  }, R(s.element.requiredText), 3)) : d("", !0),
3681
- !s.element.isTitleRenderedAsString && s.element.isRequireTextBeforeTitle ? (i(), u("span", Qo, "\xA0")) : d("", !0),
3681
+ !s.element.isTitleRenderedAsString && s.element.isRequireTextBeforeTitle ? (i(), u("span", jo, "\xA0")) : d("", !0),
3682
3682
  s.element.isTitleRenderedAsString ? d("", !0) : (i(), q(e, {
3683
3683
  key: 6,
3684
3684
  locString: s.element.locTitle
3685
3685
  }, null, 8, ["locString"])),
3686
- !s.element.isTitleRenderedAsString && s.element.isRequireTextAfterTitle ? (i(), u("span", Go, "\xA0")) : d("", !0),
3686
+ !s.element.isTitleRenderedAsString && s.element.isRequireTextAfterTitle ? (i(), u("span", Qo, "\xA0")) : d("", !0),
3687
3687
  !s.element.isTitleRenderedAsString && s.element.isRequireTextAfterTitle ? (i(), u("span", {
3688
3688
  key: 8,
3689
3689
  class: r(s.element.cssClasses.requiredText),
@@ -3692,7 +3692,7 @@ const No = /* @__PURE__ */ h({
3692
3692
  ], 64);
3693
3693
  };
3694
3694
  }
3695
- }), Xo = { class: "sv-title-actions" }, Yo = { class: "sv-title-actions__title" }, Zo = /* @__PURE__ */ h({
3695
+ }), Jo = { class: "sv-title-actions" }, Xo = { class: "sv-title-actions__title" }, Yo = /* @__PURE__ */ h({
3696
3696
  __name: "TitleActions",
3697
3697
  props: {
3698
3698
  element: {},
@@ -3702,8 +3702,8 @@ const No = /* @__PURE__ */ h({
3702
3702
  const s = l, o = w(() => s.element.getTitleToolbar());
3703
3703
  return (e, n) => {
3704
3704
  const t = v("survey-string"), a = v("survey-element-title-content"), y = v("sv-action-bar");
3705
- return i(), u("div", Xo, [
3706
- c("span", Yo, [
3705
+ return i(), u("div", Jo, [
3706
+ c("span", Xo, [
3707
3707
  e.element.isPage ? (i(), q(t, {
3708
3708
  key: 0,
3709
3709
  locString: e.element.locTitle
@@ -3723,15 +3723,15 @@ const No = /* @__PURE__ */ h({
3723
3723
  for (const [e, n] of s)
3724
3724
  o[e] = n;
3725
3725
  return o;
3726
- }, xo = {}, et = { class: "sv-brand-info" }, st = /* @__PURE__ */ Se('<a class="sv-brand-info__logo" href="https://surveyjs.io/?utm_source=built-in_links&amp;utm_medium=online_survey_tool&amp;utm_campaign=landing_page"><img src="https://surveyjs.io/Content/Images/poweredby.svg"></a><div class="sv-brand-info__text"> Try and see how easy it is to <a href="https://surveyjs.io/create-survey?utm_source=built-in_links&amp;utm_medium=online_survey_tool&amp;utm_campaign=create_survey">create a survey</a></div><div class="sv-brand-info__terms"><a href="https://surveyjs.io/TermsOfUse">Terms of Use &amp; Privacy Statement</a></div>', 3), nt = [
3727
- st
3726
+ }, Zo = {}, xo = { class: "sv-brand-info" }, et = /* @__PURE__ */ Se('<a class="sv-brand-info__logo" href="https://surveyjs.io/?utm_source=built-in_links&amp;utm_medium=online_survey_tool&amp;utm_campaign=landing_page"><img src="https://surveyjs.io/Content/Images/poweredby.svg"></a><div class="sv-brand-info__text"> Try and see how easy it is to <a href="https://surveyjs.io/create-survey?utm_source=built-in_links&amp;utm_medium=online_survey_tool&amp;utm_campaign=create_survey">create a survey</a></div><div class="sv-brand-info__terms"><a href="https://surveyjs.io/TermsOfUse">Terms of Use &amp; Privacy Statement</a></div>', 3), st = [
3727
+ et
3728
3728
  ];
3729
- function ot(l, s) {
3730
- return i(), u("div", et, nt);
3729
+ function nt(l, s) {
3730
+ return i(), u("div", xo, st);
3731
3731
  }
3732
- const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use", null, null, -1), lt = [
3733
- it
3734
- ], rt = /* @__PURE__ */ h({
3732
+ const ot = /* @__PURE__ */ Ce(Zo, [["render", nt]]), tt = /* @__PURE__ */ c("use", null, null, -1), it = [
3733
+ tt
3734
+ ], lt = /* @__PURE__ */ h({
3735
3735
  __name: "SvgIcon",
3736
3736
  props: {
3737
3737
  size: {},
@@ -3760,9 +3760,9 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
3760
3760
  ref: o,
3761
3761
  class: "sv-svg-icon",
3762
3762
  role: "img"
3763
- }, lt, 512));
3763
+ }, it, 512));
3764
3764
  }
3765
- }), at = /* @__PURE__ */ h({
3765
+ }), rt = /* @__PURE__ */ h({
3766
3766
  __name: "ActionBar",
3767
3767
  props: {
3768
3768
  model: {},
@@ -3795,7 +3795,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
3795
3795
  ], 2)) : d("", !0);
3796
3796
  };
3797
3797
  }
3798
- }), ut = ["id"], dt = { class: "sv-action__content" }, mt = /* @__PURE__ */ h({
3798
+ }), at = ["id"], ut = { class: "sv-action__content" }, dt = /* @__PURE__ */ h({
3799
3799
  __name: "Action",
3800
3800
  props: {
3801
3801
  item: {}
@@ -3810,17 +3810,17 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
3810
3810
  class: r(e.item.getActionRootCss()),
3811
3811
  id: e.item.id
3812
3812
  }, [
3813
- c("div", dt, [
3813
+ c("div", ut, [
3814
3814
  e.item.needSeparator ? (i(), q(t, { key: 0 })) : d("", !0),
3815
3815
  (i(), q(T(o.value), { item: e.item }, null, 8, ["item"]))
3816
3816
  ])
3817
- ], 10, ut);
3817
+ ], 10, at);
3818
3818
  };
3819
3819
  }
3820
- }), ct = ["disabled", "title", "aria-checked", "aria-expanded", "role"], pt = {
3820
+ }), mt = ["disabled", "title", "aria-checked", "aria-expanded", "role"], ct = {
3821
3821
  inheritAttrs: !1
3822
- }, vt = /* @__PURE__ */ h({
3823
- ...pt,
3822
+ }, pt = /* @__PURE__ */ h({
3823
+ ...ct,
3824
3824
  __name: "ActionBarItem",
3825
3825
  props: {
3826
3826
  item: {}
@@ -3855,15 +3855,15 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
3855
3855
  key: 1,
3856
3856
  class: r(o.item.getActionBarItemTitleCss())
3857
3857
  }, R(o.item.title), 3)) : d("", !0)
3858
- ], 42, ct)), [
3858
+ ], 42, mt)), [
3859
3859
  [t, { processEsc: !1, disableTabStop: o.item.disableTabStop }]
3860
3860
  ]);
3861
3861
  };
3862
3862
  }
3863
- }), yt = ["disabled", "title", "role"], qt = {
3863
+ }), vt = ["disabled", "title", "role"], yt = {
3864
3864
  inheritAttrs: !1
3865
- }, gt = /* @__PURE__ */ h({
3866
- ...qt,
3865
+ }, qt = /* @__PURE__ */ h({
3866
+ ...yt,
3867
3867
  __name: "ActionBarItemDropdown",
3868
3868
  props: {
3869
3869
  item: {}
@@ -3906,7 +3906,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
3906
3906
  key: 1,
3907
3907
  class: r(n.item.getActionBarItemTitleCss())
3908
3908
  }, R(n.item.title), 3)) : d("", !0)
3909
- ], 42, yt)), [
3909
+ ], 42, vt)), [
3910
3910
  [m, { processEsc: !1, disableTabStop: n.item.disableTabStop }]
3911
3911
  ]),
3912
3912
  C(y, {
@@ -3916,7 +3916,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
3916
3916
  ], 64);
3917
3917
  };
3918
3918
  }
3919
- }), ht = /* @__PURE__ */ h({
3919
+ }), gt = /* @__PURE__ */ h({
3920
3920
  __name: "ActionBarSeparator",
3921
3921
  props: {
3922
3922
  item: {}
@@ -3927,7 +3927,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
3927
3927
  class: r(["sv-action-bar-separator", o.value])
3928
3928
  }, null, 2));
3929
3929
  }
3930
- }), Ct = ["aria-label", "placeholder", "value"], bt = ["aria-label"], kt = ["id"], ft = /* @__PURE__ */ h({
3930
+ }), ht = ["aria-label", "placeholder", "value"], Ct = ["aria-label"], bt = ["id"], kt = /* @__PURE__ */ h({
3931
3931
  __name: "List",
3932
3932
  props: {
3933
3933
  model: {}
@@ -3971,7 +3971,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
3971
3971
  value: a.model.filterString,
3972
3972
  onChange: e,
3973
3973
  onKeyup: n
3974
- }, null, 42, Ct),
3974
+ }, null, 42, ht),
3975
3975
  a.model.showSearchClearButton && !!a.model.filterString ? (i(), u("button", {
3976
3976
  key: 0,
3977
3977
  onClick: y[0] || (y[0] = (p) => {
@@ -3991,7 +3991,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
3991
3991
  c("div", {
3992
3992
  class: r(a.model.cssClasses.emptyText),
3993
3993
  "aria-label": a.model.emptyMessage
3994
- }, R(a.model.emptyMessage), 11, bt)
3994
+ }, R(a.model.emptyMessage), 11, Ct)
3995
3995
  ], 2), [
3996
3996
  [H, a.model.isEmpty]
3997
3997
  ]),
@@ -4013,13 +4013,13 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4013
4013
  model: a.model,
4014
4014
  key: p.id
4015
4015
  }, null, 8, ["item", "model"]))), 128))
4016
- ], 42, kt)), [
4016
+ ], 42, bt)), [
4017
4017
  [H, !a.model.isEmpty]
4018
4018
  ]) : d("", !0)
4019
4019
  ], 2);
4020
4020
  };
4021
4021
  }
4022
- }), It = ["aria-selected", "id"], wt = ["title"], St = /* @__PURE__ */ h({
4022
+ }), ft = ["aria-selected", "id"], It = ["title"], wt = /* @__PURE__ */ h({
4023
4023
  __name: "ListItem",
4024
4024
  props: {
4025
4025
  model: {},
@@ -4068,14 +4068,14 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4068
4068
  key: 2,
4069
4069
  item: n.item
4070
4070
  }, null, 8, ["item"])) : d("", !0)
4071
- ], 14, wt)
4072
- ], 42, It)), [
4071
+ ], 14, It)
4072
+ ], 42, ft)), [
4073
4073
  [H, n.model.isItemVisible(n.item)],
4074
4074
  [m]
4075
4075
  ]);
4076
4076
  };
4077
4077
  }
4078
- }), Rt = /* @__PURE__ */ h({
4078
+ }), St = /* @__PURE__ */ h({
4079
4079
  __name: "Popup",
4080
4080
  props: {
4081
4081
  getTarget: { type: Function },
@@ -4109,13 +4109,13 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4109
4109
  ], 512);
4110
4110
  };
4111
4111
  }
4112
- }), Tt = { class: "sv-popup__shadow" }, $t = { class: "sv-popup__body-content" }, _t = {
4112
+ }), Rt = { class: "sv-popup__shadow" }, Tt = { class: "sv-popup__body-content" }, $t = {
4113
4113
  key: 0,
4114
4114
  class: "sv-popup__body-header"
4115
- }, Dt = { class: "sv-popup__scrolling-content" }, Bt = { class: "sv-popup__content" }, Lt = {
4115
+ }, _t = { class: "sv-popup__scrolling-content" }, Dt = { class: "sv-popup__content" }, Bt = {
4116
4116
  key: 1,
4117
4117
  class: "sv-popup__body-footer"
4118
- }, Nt = /* @__PURE__ */ h({
4118
+ }, Lt = /* @__PURE__ */ h({
4119
4119
  __name: "PopupContainer",
4120
4120
  props: {
4121
4121
  model: {}
@@ -4154,19 +4154,19 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4154
4154
  }),
4155
4155
  onClick: e
4156
4156
  }, [
4157
- c("div", Tt, [
4157
+ c("div", Rt, [
4158
4158
  n.model.showHeader ? (i(), q(T(n.model.popupHeaderTemplate), {
4159
4159
  key: 0,
4160
4160
  model: n.model
4161
4161
  }, null, 8, ["model"])) : d("", !0),
4162
- c("div", $t, [
4163
- n.model.title ? (i(), u("div", _t, R(n.model.title), 1)) : d("", !0),
4164
- c("div", Dt, [
4165
- c("div", Bt, [
4162
+ c("div", Tt, [
4163
+ n.model.title ? (i(), u("div", $t, R(n.model.title), 1)) : d("", !0),
4164
+ c("div", _t, [
4165
+ c("div", Dt, [
4166
4166
  (i(), q(T(n.model.contentComponentName), O(ne(n.model.contentComponentData)), null, 16))
4167
4167
  ])
4168
4168
  ]),
4169
- n.model.showFooter ? (i(), u("div", Lt, [
4169
+ n.model.showFooter ? (i(), u("div", Bt, [
4170
4170
  C(a, {
4171
4171
  model: n.model.footerToolbar
4172
4172
  }, null, 8, ["model"])
@@ -4179,7 +4179,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4179
4179
  ]);
4180
4180
  };
4181
4181
  }
4182
- }), Pt = /* @__PURE__ */ h({
4182
+ }), Nt = /* @__PURE__ */ h({
4183
4183
  __name: "PopupPointer",
4184
4184
  props: {
4185
4185
  model: {}
@@ -4193,10 +4193,10 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4193
4193
  })
4194
4194
  }, null, 4));
4195
4195
  }
4196
- }), At = {
4196
+ }), Pt = {
4197
4197
  key: 0,
4198
4198
  class: "sv-components-column"
4199
- }, Mt = /* @__PURE__ */ h({
4199
+ }, At = /* @__PURE__ */ h({
4200
4200
  __name: "Container",
4201
4201
  props: {
4202
4202
  survey: {},
@@ -4208,7 +4208,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4208
4208
  () => s.survey.getContainerContent(s.container)
4209
4209
  );
4210
4210
  return (e, n) => o.value.length > 0 ? (i(), u(_, { key: 0 }, [
4211
- e.needRenderWrapper ? (i(), u("div", At, [
4211
+ e.needRenderWrapper ? (i(), u("div", Pt, [
4212
4212
  (i(!0), u(_, null, D(o.value, (t, a) => (i(), q(T(t.component), {
4213
4213
  survey: e.survey,
4214
4214
  container: e.container,
@@ -4250,7 +4250,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4250
4250
  }, R(t.survey.progressText), 3)
4251
4251
  ], 2));
4252
4252
  }
4253
- }), Ht = ["title"], Wt = ["onClick", "data-page-number"], Et = ["title"], Vt = ["title"], Ft = ["title"], Ot = /* @__PURE__ */ h({
4253
+ }), Mt = ["title"], Ht = ["onClick", "data-page-number"], Wt = ["title"], Et = ["title"], Vt = ["title"], Ft = /* @__PURE__ */ h({
4254
4254
  __name: "ProgressButtons",
4255
4255
  props: {
4256
4256
  survey: {},
@@ -4294,7 +4294,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4294
4294
  c("div", {
4295
4295
  class: r(p.survey.css.progressButtonsPageTitle),
4296
4296
  title: p.model.headerText
4297
- }, R(p.model.headerText), 11, Ht)
4297
+ }, R(p.model.headerText), 11, Mt)
4298
4298
  ], 2)) : d("", !0),
4299
4299
  c("div", {
4300
4300
  class: r(y.value.progressButtonsContainer)
@@ -4325,13 +4325,13 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4325
4325
  key: 0,
4326
4326
  class: r(y.value.progressButtonsPageTitle),
4327
4327
  title: b.renderedNavigationTitle
4328
- }, R(b.renderedNavigationTitle), 11, Et)) : d("", !0),
4328
+ }, R(b.renderedNavigationTitle), 11, Wt)) : d("", !0),
4329
4329
  t.value ? (i(), u("div", {
4330
4330
  key: 1,
4331
4331
  class: r(y.value.progressButtonsPageDescription),
4332
4332
  title: b.locNavigationDescription.renderedHtml
4333
- }, R(b.locNavigationDescription.renderedHtml), 11, Vt)) : d("", !0)
4334
- ], 10, Wt))), 128))
4333
+ }, R(b.locNavigationDescription.renderedHtml), 11, Et)) : d("", !0)
4334
+ ], 10, Ht))), 128))
4335
4335
  ], 2)
4336
4336
  ], 2),
4337
4337
  c("div", {
@@ -4347,11 +4347,11 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4347
4347
  c("div", {
4348
4348
  class: r(p.survey.css.progressButtonsPageTitle),
4349
4349
  title: p.model.footerText
4350
- }, R(p.model.footerText), 11, Ft)
4350
+ }, R(p.model.footerText), 11, Vt)
4351
4351
  ], 2)) : d("", !0)
4352
4352
  ], 2));
4353
4353
  }
4354
- }), zt = /* @__PURE__ */ h({
4354
+ }), Ot = /* @__PURE__ */ h({
4355
4355
  __name: "ProgressToc",
4356
4356
  props: {
4357
4357
  survey: {},
@@ -4383,10 +4383,10 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4383
4383
  ], 2);
4384
4384
  };
4385
4385
  }
4386
- }), Ut = { onsubmit: "return false;" }, Kt = {
4386
+ }), zt = { onsubmit: "return false;" }, Ut = {
4387
4387
  key: 0,
4388
4388
  class: "sv_custom_header"
4389
- }, jt = { class: "sv-components-column sv-components-column--expandable" }, Qt = ["id"], Gt = { key: 2 }, Jt = ["innerHTML"], Xt = ["innerHTML"], Yt = ["innerHTML"], ve = /* @__PURE__ */ h({
4389
+ }, Kt = { class: "sv-components-column sv-components-column--expandable" }, jt = ["id"], Qt = { key: 2 }, Gt = ["innerHTML"], Jt = ["innerHTML"], Xt = ["innerHTML"], ve = /* @__PURE__ */ h({
4390
4390
  __name: "Survey",
4391
4391
  props: {
4392
4392
  model: {},
@@ -4430,8 +4430,8 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4430
4430
  class: r(g.value.rootBackgroundImage),
4431
4431
  style: S(t.value.backgroundImageStyle)
4432
4432
  }, null, 6)) : d("", !0),
4433
- c("form", Ut, [
4434
- t.value.hasLogo ? d("", !0) : (i(), u("div", Kt)),
4433
+ c("form", zt, [
4434
+ t.value.hasLogo ? d("", !0) : (i(), u("div", Ut)),
4435
4435
  c("div", {
4436
4436
  class: r(g.value.container)
4437
4437
  }, [
@@ -4453,7 +4453,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4453
4453
  container: "left",
4454
4454
  needRenderWrapper: !0
4455
4455
  }, null, 8, ["survey"])),
4456
- c("div", jt, [
4456
+ c("div", Kt, [
4457
4457
  (i(), q(T("sv-components-container"), {
4458
4458
  survey: t.value,
4459
4459
  container: "center",
@@ -4480,7 +4480,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4480
4480
  container: "contentBottom",
4481
4481
  needRenderWrapper: !0
4482
4482
  }, null, 8, ["survey"]))
4483
- ], 14, Qt)
4483
+ ], 14, jt)
4484
4484
  ]),
4485
4485
  (i(), q(T("sv-components-container"), {
4486
4486
  survey: t.value,
@@ -4493,11 +4493,11 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4493
4493
  container: "footer",
4494
4494
  needRenderWrapper: !1
4495
4495
  }, null, 8, ["survey"])),
4496
- m.value ? (i(), u("div", Gt, [
4496
+ m.value ? (i(), u("div", Qt, [
4497
4497
  c("div", {
4498
4498
  innerHTML: f(),
4499
4499
  class: r(t.value.completedCss)
4500
- }, null, 10, Jt),
4500
+ }, null, 10, Gt),
4501
4501
  (i(), q(T("sv-components-container"), {
4502
4502
  survey: t.value,
4503
4503
  container: "completePage",
@@ -4508,12 +4508,12 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4508
4508
  key: 3,
4509
4509
  class: r(t.value.completedBeforeCss),
4510
4510
  innerHTML: t.value.processedCompletedBeforeHtml
4511
- }, null, 10, Xt)) : d("", !0),
4511
+ }, null, 10, Jt)) : d("", !0),
4512
4512
  t.value.state === "loading" ? (i(), u("div", {
4513
4513
  key: 4,
4514
4514
  class: r(t.value.loadingBodyCss),
4515
4515
  innerHTML: t.value.processedLoadingHtml
4516
- }, null, 10, Yt)) : d("", !0),
4516
+ }, null, 10, Xt)) : d("", !0),
4517
4517
  t.value.state === "empty" ? (i(), u("div", {
4518
4518
  key: 5,
4519
4519
  class: r(g.value.bodyEmpty)
@@ -4528,7 +4528,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4528
4528
  ], 6);
4529
4529
  };
4530
4530
  }
4531
- }), Zt = /* @__PURE__ */ h({
4531
+ }), Yt = /* @__PURE__ */ h({
4532
4532
  __name: "Notifier",
4533
4533
  props: {
4534
4534
  model: {}
@@ -4551,7 +4551,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4551
4551
  ], 6)) : d("", !0);
4552
4552
  };
4553
4553
  }
4554
- }), xt = ["id", "readonly", "disabled", "value", "maxlength", "placeholder", "aria-label", "aria-required"], ei = { key: 1 }, si = /* @__PURE__ */ h({
4554
+ }), Zt = ["id", "readonly", "disabled", "value", "maxlength", "placeholder", "aria-label", "aria-required"], xt = { key: 1 }, ei = /* @__PURE__ */ h({
4555
4555
  __name: "QuestionOther",
4556
4556
  props: {
4557
4557
  question: {},
@@ -4579,11 +4579,11 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4579
4579
  onInput: o[1] || (o[1] = (e) => {
4580
4580
  s.question.onOtherValueInput(e);
4581
4581
  })
4582
- }, null, 46, xt)),
4583
- s.question.isReadOnlyRenderDiv() ? (i(), u("div", ei, R(s.question.otherValue), 1)) : d("", !0)
4582
+ }, null, 46, Zt)),
4583
+ s.question.isReadOnlyRenderDiv() ? (i(), u("div", xt, R(s.question.otherValue), 1)) : d("", !0)
4584
4584
  ], 2));
4585
4585
  }
4586
- }), ni = ["disabled", "value", "title"], oi = /* @__PURE__ */ h({
4586
+ }), si = ["disabled", "value", "title"], ni = /* @__PURE__ */ h({
4587
4587
  __name: "SurveyNavigationButton",
4588
4588
  props: {
4589
4589
  item: {}
@@ -4599,7 +4599,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4599
4599
  title: e.item.getTooltip(),
4600
4600
  onMousedown: o,
4601
4601
  onClick: n[0] || (n[0] = (...t) => e.item.action && e.item.action(...t))
4602
- }, null, 42, ni)) : d("", !0);
4602
+ }, null, 42, si)) : d("", !0);
4603
4603
  }
4604
4604
  }), ye = /* @__PURE__ */ h({
4605
4605
  __name: "PopupSurvey",
@@ -4717,7 +4717,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4717
4717
  ], 38)) : d("", !0);
4718
4718
  };
4719
4719
  }
4720
- }), ti = ["innerHTML"], ii = /* @__PURE__ */ h({
4720
+ }), oi = ["innerHTML"], ti = /* @__PURE__ */ h({
4721
4721
  __name: "CustomWidget",
4722
4722
  props: {
4723
4723
  question: {},
@@ -4740,7 +4740,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4740
4740
  n.value ? (i(), u("div", {
4741
4741
  key: 0,
4742
4742
  innerHTML: t.value
4743
- }, null, 8, ti)) : d("", !0),
4743
+ }, null, 8, oi)) : d("", !0),
4744
4744
  e.value ? (i(), q(T(a.value), {
4745
4745
  key: 1,
4746
4746
  question: y.question,
@@ -4748,7 +4748,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4748
4748
  }, null, 8, ["question", "css"])) : d("", !0)
4749
4749
  ], 512));
4750
4750
  }
4751
- }), li = /* @__PURE__ */ h({
4751
+ }), ii = /* @__PURE__ */ h({
4752
4752
  __name: "PopupModal",
4753
4753
  setup(l) {
4754
4754
  const s = z();
@@ -4790,7 +4790,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4790
4790
  ], 8, ["to"])) : d("", !0);
4791
4791
  };
4792
4792
  }
4793
- }), ri = /* @__PURE__ */ h({
4793
+ }), li = /* @__PURE__ */ h({
4794
4794
  __name: "CharacterCounter",
4795
4795
  props: {
4796
4796
  counter: {},
@@ -4802,7 +4802,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4802
4802
  class: r(o.remainingCharacterCounter)
4803
4803
  }, R(o.counter.remainingCharacterCounter), 3));
4804
4804
  }
4805
- }), ai = /* @__PURE__ */ h({
4805
+ }), ri = /* @__PURE__ */ h({
4806
4806
  inheritAttrs: !1,
4807
4807
  __name: "Composite",
4808
4808
  props: {
@@ -4823,7 +4823,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4823
4823
  }, null, 8, ["element", "css"]);
4824
4824
  };
4825
4825
  }
4826
- }), ui = /* @__PURE__ */ h({
4826
+ }), ai = /* @__PURE__ */ h({
4827
4827
  inheritAttrs: !1,
4828
4828
  __name: "Custom",
4829
4829
  props: {
@@ -4840,9 +4840,9 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4840
4840
  css: t.css
4841
4841
  }, null, 8, ["question", "css"]));
4842
4842
  }
4843
- }), di = /* @__PURE__ */ c("use", { "xlink:href": "#icon-timercircle" }, null, -1), mi = [
4844
- di
4845
- ], qe = 440, ci = /* @__PURE__ */ h({
4843
+ }), ui = /* @__PURE__ */ c("use", { "xlink:href": "#icon-timercircle" }, null, -1), di = [
4844
+ ui
4845
+ ], qe = 440, mi = /* @__PURE__ */ h({
4846
4846
  __name: "TimerPanel",
4847
4847
  props: {
4848
4848
  model: {},
@@ -4858,7 +4858,7 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4858
4858
  key: 0,
4859
4859
  class: r(n.model.getProgressCss()),
4860
4860
  style: S({ strokeDasharray: qe, strokeDashoffset: o.value })
4861
- }, mi, 6)) : d("", !0),
4861
+ }, di, 6)) : d("", !0),
4862
4862
  c("div", {
4863
4863
  class: r(n.model.textContainerCss)
4864
4864
  }, [
@@ -4877,17 +4877,17 @@ const tt = /* @__PURE__ */ Ce(xo, [["render", ot]]), it = /* @__PURE__ */ c("use
4877
4877
  [H, n.model.isRunning && !n.model.showTimerAsClock]
4878
4878
  ]);
4879
4879
  }
4880
- }), pi = {}, vi = { class: "sd-loading-indicator" };
4881
- function yi(l, s) {
4880
+ }), ci = {}, pi = { class: "sd-loading-indicator" };
4881
+ function vi(l, s) {
4882
4882
  const o = v("sv-svg-icon");
4883
- return i(), u("div", vi, [
4883
+ return i(), u("div", pi, [
4884
4884
  C(o, {
4885
4885
  iconName: "icon-loading",
4886
4886
  size: "'auto'"
4887
4887
  })
4888
4888
  ]);
4889
4889
  }
4890
- const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @__PURE__ */ h({
4890
+ const yi = /* @__PURE__ */ Ce(ci, [["render", vi]]), qi = { key: 2 }, gi = /* @__PURE__ */ h({
4891
4891
  __name: "Header",
4892
4892
  props: {
4893
4893
  model: {},
@@ -4919,16 +4919,16 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
4919
4919
  key: y
4920
4920
  }, null, 8, ["model"]))), 128))
4921
4921
  ], 6)),
4922
- o.survey.isMobile ? (i(), u("div", gi, [
4922
+ o.survey.isMobile ? (i(), u("div", qi, [
4923
4923
  C(t, { model: o.model }, null, 8, ["model"])
4924
4924
  ])) : d("", !0)
4925
4925
  ], 6);
4926
4926
  };
4927
4927
  }
4928
- }), Ci = {
4928
+ }), hi = {
4929
4929
  key: 0,
4930
4930
  class: "sv-header__logo"
4931
- }, bi = ["src", "width", "height", "alt"], ki = /* @__PURE__ */ h({
4931
+ }, Ci = ["src", "width", "height", "alt"], bi = /* @__PURE__ */ h({
4932
4932
  __name: "HeaderCell",
4933
4933
  props: {
4934
4934
  model: {}
@@ -4944,7 +4944,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
4944
4944
  class: "sv-header__cell-content",
4945
4945
  style: S(s.model.contentStyle)
4946
4946
  }, [
4947
- s.model.showLogo ? (i(), u("div", Ci, [
4947
+ s.model.showLogo ? (i(), u("div", hi, [
4948
4948
  c("div", {
4949
4949
  class: r(s.model.survey.logoClassNames)
4950
4950
  }, [
@@ -4955,7 +4955,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
4955
4955
  height: s.model.survey.renderedLogoHeight,
4956
4956
  alt: s.model.survey.locTitle.renderedHtml,
4957
4957
  style: S({ objectFit: s.model.survey.logoFit, width: s.model.survey.renderedStyleLogoWidth, height: s.model.survey.renderedStyleLogoHeight })
4958
- }, null, 14, bi)
4958
+ }, null, 14, Ci)
4959
4959
  ], 2)
4960
4960
  ])) : d("", !0),
4961
4961
  s.model.showTitle ? (i(), u("div", {
@@ -4986,10 +4986,10 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
4986
4986
  ], 6);
4987
4987
  };
4988
4988
  }
4989
- }), fi = { class: "sv-header--mobile" }, Ii = {
4989
+ }), ki = { class: "sv-header--mobile" }, fi = {
4990
4990
  key: 0,
4991
4991
  class: "sv-header__logo"
4992
- }, wi = ["src", "width", "height", "alt"], Si = /* @__PURE__ */ h({
4992
+ }, Ii = ["src", "width", "height", "alt"], wi = /* @__PURE__ */ h({
4993
4993
  __name: "HeaderMobile",
4994
4994
  props: {
4995
4995
  model: {}
@@ -4997,8 +4997,8 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
4997
4997
  setup(l) {
4998
4998
  return (s, o) => {
4999
4999
  const e = v("survey-element-title"), n = v("survey-string");
5000
- return i(), u("div", fi, [
5001
- s.model.survey.hasLogo ? (i(), u("div", Ii, [
5000
+ return i(), u("div", ki, [
5001
+ s.model.survey.hasLogo ? (i(), u("div", fi, [
5002
5002
  c("div", {
5003
5003
  class: r(s.model.survey.logoClassNames)
5004
5004
  }, [
@@ -5009,7 +5009,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5009
5009
  height: s.model.survey.renderedLogoHeight,
5010
5010
  alt: s.model.survey.locTitle.renderedHtml,
5011
5011
  style: S({ objectFit: s.model.survey.logoFit, width: s.model.survey.renderedStyleLogoWidth, height: s.model.survey.renderedStyleLogoHeight })
5012
- }, null, 14, wi)
5012
+ }, null, 14, Ii)
5013
5013
  ], 2)
5014
5014
  ])) : d("", !0),
5015
5015
  s.model.survey.hasTitle ? (i(), u("div", {
@@ -5039,7 +5039,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5039
5039
  ]);
5040
5040
  };
5041
5041
  }
5042
- }), Ri = /* @__PURE__ */ h({
5042
+ }), Si = /* @__PURE__ */ h({
5043
5043
  __name: "Element",
5044
5044
  props: {
5045
5045
  element: {},
@@ -5080,7 +5080,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5080
5080
  }, null, 8, ["element", "css"])) : d("", !0)
5081
5081
  ], 6));
5082
5082
  }
5083
- }), Ti = /* @__PURE__ */ h({
5083
+ }), Ri = /* @__PURE__ */ h({
5084
5084
  __name: "TemplateRenderer",
5085
5085
  props: {
5086
5086
  componentName: {},
@@ -5090,7 +5090,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5090
5090
  const s = $e(), o = w(() => !!s.default);
5091
5091
  return (e, n) => o.value && !e.componentName ? _e(e.$slots, "default", { key: 0 }) : (i(), q(T(e.componentName), O(W({ key: 1 }, e.componentData)), null, 16));
5092
5092
  }
5093
- }), $i = /* @__PURE__ */ h({
5093
+ }), Ti = /* @__PURE__ */ h({
5094
5094
  __name: "FileCleanButton",
5095
5095
  props: {
5096
5096
  question: {},
@@ -5114,7 +5114,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5114
5114
  ], 2);
5115
5115
  };
5116
5116
  }
5117
- }), _i = ["id"], Di = /* @__PURE__ */ h({
5117
+ }), $i = ["id"], _i = /* @__PURE__ */ h({
5118
5118
  __name: "FileVideo",
5119
5119
  props: {
5120
5120
  question: {}
@@ -5136,14 +5136,14 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5136
5136
  playsinline: "",
5137
5137
  id: s.question.videoId,
5138
5138
  class: r(s.question.cssClasses.video)
5139
- }, null, 10, _i),
5139
+ }, null, 10, $i),
5140
5140
  C(e, {
5141
5141
  item: s.question.takePictureAction
5142
5142
  }, null, 8, ["item"])
5143
5143
  ], 2);
5144
5144
  };
5145
5145
  }
5146
- }), Bi = ["for", "aria-label"], Li = /* @__PURE__ */ h({
5146
+ }), Di = ["for", "aria-label"], Bi = /* @__PURE__ */ h({
5147
5147
  __name: "FileChooseButton",
5148
5148
  props: {
5149
5149
  data: {},
@@ -5172,12 +5172,12 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5172
5172
  size: "auto"
5173
5173
  }, null, 8, ["title", "iconName"])) : d("", !0),
5174
5174
  c("span", null, R(o.value.chooseButtonText), 1)
5175
- ], 10, Bi)), [
5175
+ ], 10, Di)), [
5176
5176
  [a]
5177
5177
  ]);
5178
5178
  };
5179
5179
  }
5180
- }), Ni = ["onClick", "href", "title", "download"], Pi = ["src"], Ai = ["onClick"], Mi = ["onClick", "href", "title", "download"], Hi = /* @__PURE__ */ h({
5180
+ }), Li = ["onClick", "href", "title", "download"], Ni = ["src"], Pi = ["onClick"], Ai = ["onClick", "href", "title", "download"], Mi = /* @__PURE__ */ h({
5181
5181
  __name: "FilePreview",
5182
5182
  props: {
5183
5183
  question: {}
@@ -5203,7 +5203,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5203
5203
  title: n.name,
5204
5204
  download: n.name,
5205
5205
  style: S({ width: s.question.imageWidth })
5206
- }, R(n.name), 13, Ni)
5206
+ }, R(n.name), 13, Li)
5207
5207
  ], 2)) : d("", !0),
5208
5208
  c("div", {
5209
5209
  class: r(s.question.getImageWrapperCss(n))
@@ -5216,7 +5216,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5216
5216
  width: s.question.imageWidth
5217
5217
  }),
5218
5218
  alt: "File preview"
5219
- }, null, 12, Pi)) : d("", !0),
5219
+ }, null, 12, Ni)) : d("", !0),
5220
5220
  s.question.defaultImage(n) ? (i(), q(e, {
5221
5221
  key: 1,
5222
5222
  iconName: s.question.cssClasses.defaultImageIconId,
@@ -5238,7 +5238,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5238
5238
  iconName: s.question.cssClasses.removeFileSvgIconId,
5239
5239
  size: "auto"
5240
5240
  }, null, 8, ["title", "class", "iconName"])) : d("", !0)
5241
- ], 10, Ai)) : d("", !0)
5241
+ ], 10, Pi)) : d("", !0)
5242
5242
  ], 2),
5243
5243
  n.name && s.question.cssClasses.fileSignBottom ? (i(), u("div", {
5244
5244
  key: 1,
@@ -5250,7 +5250,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5250
5250
  title: n.name,
5251
5251
  download: n.name,
5252
5252
  style: S({ width: s.question.imageWidth })
5253
- }, R(n.name), 13, Mi)
5253
+ }, R(n.name), 13, Ai)
5254
5254
  ], 2)) : d("", !0)
5255
5255
  ], 2)), [
5256
5256
  [H, n && s.question.isPreviewVisible(t)]
@@ -5258,7 +5258,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5258
5258
  ], 2)) : d("", !0);
5259
5259
  };
5260
5260
  }
5261
- }), Wi = /* @__PURE__ */ h({
5261
+ }), Hi = /* @__PURE__ */ h({
5262
5262
  __name: "ButtonGroup",
5263
5263
  props: {
5264
5264
  question: {}
@@ -5282,7 +5282,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5282
5282
  ], 2);
5283
5283
  };
5284
5284
  }
5285
- }), Ei = ["title"], Vi = ["name", "id", "aria-required", "aria-label", "aria-invalid", "aria-describedby", "disabled", "value"], Fi = ["title"], Oi = /* @__PURE__ */ h({
5285
+ }), Wi = ["title"], Ei = ["name", "id", "aria-required", "aria-label", "aria-invalid", "aria-describedby", "disabled", "value"], Vi = ["title"], Fi = /* @__PURE__ */ h({
5286
5286
  __name: "ButtonGroupItem",
5287
5287
  props: {
5288
5288
  item: {},
@@ -5319,7 +5319,7 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5319
5319
  class: r(o.value.css.control),
5320
5320
  "onUpdate:modelValue": t[0] || (t[0] = (m) => e.value = m),
5321
5321
  value: o.value.value
5322
- }, null, 10, Vi), [
5322
+ }, null, 10, Ei), [
5323
5323
  [x, e.value]
5324
5324
  ]),
5325
5325
  c("div", {
@@ -5339,12 +5339,12 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5339
5339
  C(y, {
5340
5340
  locString: o.value.caption
5341
5341
  }, null, 8, ["locString"])
5342
- ], 10, Fi)) : d("", !0)
5342
+ ], 10, Vi)) : d("", !0)
5343
5343
  ], 2)
5344
- ], 10, Ei);
5344
+ ], 10, Wi);
5345
5345
  };
5346
5346
  }
5347
- }), zi = ["src", "width", "height", "alt"], Ui = /* @__PURE__ */ h({
5347
+ }), Oi = ["src", "width", "height", "alt"], zi = /* @__PURE__ */ h({
5348
5348
  inheritAttrs: !1,
5349
5349
  __name: "Logo",
5350
5350
  props: {
@@ -5366,10 +5366,10 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5366
5366
  width: o.value.renderedStyleLogoWidth,
5367
5367
  height: o.value.renderedStyleLogoHeight
5368
5368
  })
5369
- }, null, 14, zi)
5369
+ }, null, 14, Oi)
5370
5370
  ], 2));
5371
5371
  }
5372
- }), Ki = /* @__PURE__ */ h({
5372
+ }), Ui = /* @__PURE__ */ h({
5373
5373
  __name: "SvgBundle",
5374
5374
  setup(l) {
5375
5375
  const s = $();
@@ -5385,8 +5385,8 @@ const qi = /* @__PURE__ */ Ce(pi, [["render", yi]]), gi = { key: 2 }, hi = /* @_
5385
5385
  }
5386
5386
  });
5387
5387
  ze.platform = "vue3";
5388
- function ji(l) {
5389
- l.component("SurveyComponent", ve), l.component("sv-svg-bundle", Ki), l.component("PopupSurveyComponent", ye), l.component("survey", ve), l.component("popup-survey", ye), l.component("survey-header", Ge), l.component("sv-logo-image", Ui), l.component("survey-page", Qe), l.component("survey-row", Je), l.component("survey-question", Ze), l.component("survey-panel", ns), l.component("survey-element-header", os), l.component("survey-string", ts), l.component("sv-string-viewer", rs), l.component("sv-string-editor", us), l.component("sv-skeleton", ms), l.component("survey-text", vs), l.component("survey-text-input", hs), l.component("survey-checkbox", Is), l.component("survey-checkbox-item", Rs), l.component("survey-radiogroup", Ts), l.component("survey-radiogroup-item", Ds), l.component("survey-signaturepad", Ps), l.component("survey-html", Ms), l.component("survey-image", Vs), l.component("survey-expression", Fs), l.component("survey-file", Us), l.component("sv-file-choose-btn", Li), l.component("sv-file-clean-btn", $i), l.component("sv-file-preview", Hi), l.component("sv-file-video", Di), l.component("survey-imagepicker", js), l.component("survey-imagepicker-item", Ys), l.component("survey-comment", en), l.component("survey-dropdown", sn), l.component("sv-dropdown-select", ln), l.component("sv-dropdown-option-item", an), l.component("sv-dropdown", pn), l.component("survey-tagbox", vn), l.component("sv-tagbox", gn), l.component("sv-tagbox-item", fn), l.component("sv-tagbox-filter", bn), l.component("survey-ranking", In), l.component("survey-ranking-item", _n), l.component("survey-rating", Ln), l.component("sv-rating-item", Pn), l.component("sv-rating-item-smiley", Mn), l.component("sv-rating-item-star", Wn), l.component("sv-rating-dropdown", zn), l.component("sv-rating-dropdown-item", On), l.component("survey-boolean", Kn), l.component("sv-boolean-radio", jn), l.component("sv-boolean-radio-item", Jn), l.component("sv-boolean-checkbox", eo), l.component("survey-multipletext", so), l.component("survey-multipletext-item", oo), l.component("survey-matrix", uo), l.component("survey-matrix-cell", po), l.component("survey-matrixdropdown", vo), l.component("survey-matrixtable", ho), l.component("survey-matrixheaderrequired", bo), l.component("survey-matrixdropdown-cell", fo), l.component("survey-matrixdynamic", Io), l.component("sv-matrix-remove-button", So), l.component("sv-matrix-drag-drop-icon", To), l.component("sv-matrix-detail-button", _o), l.component("survey-paneldynamic", Do), l.component("survey-paneldynamicprogress", Bo), l.component("survey-paneldynamicprogress-v2", Lo), l.component("sv-paneldynamic-add-btn", No), l.component("sv-paneldynamic-next-btn", Ao), l.component("sv-paneldynamic-prev-btn", Ho), l.component("sv-paneldynamic-remove-btn", Wo), l.component("sv-paneldynamic-progress-text", Eo), l.component("sv-components-container", Mt), l.component("sv-progress-buttons", Ot), l.component("sv-navigation-toc", zt), l.component("sv-progress-pages", Z), l.component("sv-progress-questions", Z), l.component("sv-progress-correctquestions", Z), l.component("sv-progress-requiredquestions", Z), l.component("survey-errors", Fo), l.component("survey-question-comment", Uo), l.component("survey-element-title", Ko), l.component("survey-element-title-content", Jo), l.component("sv-title-actions", Zo), l.component("sv-brand-info", tt), l.component("sv-svg-icon", rt), l.component("sv-action-bar", at), l.component("sv-action", mt), l.component("sv-action-bar-item", vt), l.component("sv-action-bar-item-dropdown", gt), l.component("sv-action-bar-separator", ht), l.component("sv-list", ft), l.component("sv-list-item", St), l.component("sv-popup", Rt), l.component("sv-popup-container", Nt), l.component("popup-pointer", Pt), l.component("sv-notifier", Zt), l.component("survey-other-choice", si), l.component("sv-nav-btn", oi), l.component("survey-customwidget", ii), l.component("survey-popup-modal", li), l.component("sv-character-counter", ri), l.component("survey-composite", ai), l.component("survey-custom", ui), l.component("sv-timerpanel", ci), l.component("sv-loading-indicator", qi), l.component("sv-header", hi), l.component("sv-header-cell", ki), l.component("sv-header-mobile", Si), l.component("sv-template-renderer", Ti), l.component("survey-element", Ri), l.component("survey-buttongroup", Wi), l.component("sv-button-group-item", Oi), l.directive("key2click", {
5388
+ function Ki(l) {
5389
+ l.component("SurveyComponent", ve), l.component("sv-svg-bundle", Ui), l.component("PopupSurveyComponent", ye), l.component("survey", ve), l.component("popup-survey", ye), l.component("survey-header", Ge), l.component("sv-logo-image", zi), l.component("survey-page", Qe), l.component("survey-row", Je), l.component("survey-question", Ze), l.component("survey-panel", ns), l.component("survey-element-header", os), l.component("survey-string", ts), l.component("sv-string-viewer", ls), l.component("sv-string-editor", as), l.component("sv-skeleton", ds), l.component("survey-text", ps), l.component("survey-text-input", gs), l.component("survey-checkbox", fs), l.component("survey-checkbox-item", Ss), l.component("survey-radiogroup", Rs), l.component("survey-radiogroup-item", _s), l.component("survey-signaturepad", Ns), l.component("survey-html", As), l.component("survey-image", Es), l.component("survey-expression", Vs), l.component("survey-file", zs), l.component("sv-file-choose-btn", Bi), l.component("sv-file-clean-btn", Ti), l.component("sv-file-preview", Mi), l.component("sv-file-video", _i), l.component("survey-imagepicker", Ks), l.component("survey-imagepicker-item", Xs), l.component("survey-comment", xs), l.component("survey-dropdown", en), l.component("sv-dropdown-select", tn), l.component("sv-dropdown-option-item", rn), l.component("sv-dropdown", cn), l.component("survey-tagbox", pn), l.component("sv-tagbox", qn), l.component("sv-tagbox-item", kn), l.component("sv-tagbox-filter", Cn), l.component("survey-ranking", fn), l.component("survey-ranking-item", $n), l.component("survey-rating", Bn), l.component("sv-rating-item", Nn), l.component("sv-rating-item-smiley", An), l.component("sv-rating-item-star", Hn), l.component("sv-rating-dropdown", On), l.component("sv-rating-dropdown-item", Fn), l.component("survey-boolean", Un), l.component("sv-boolean-radio", Kn), l.component("sv-boolean-radio-item", Gn), l.component("sv-boolean-checkbox", xn), l.component("survey-multipletext", eo), l.component("survey-multipletext-item", no), l.component("survey-matrix", ao), l.component("survey-matrix-cell", co), l.component("survey-matrixdropdown", po), l.component("survey-matrixtable", go), l.component("survey-matrixheaderrequired", Co), l.component("survey-matrixdropdown-cell", ko), l.component("survey-matrixdynamic", fo), l.component("sv-matrix-remove-button", wo), l.component("sv-matrix-drag-drop-icon", Ro), l.component("sv-matrix-detail-button", $o), l.component("survey-paneldynamic", _o), l.component("survey-paneldynamicprogress", Do), l.component("survey-paneldynamicprogress-v2", Bo), l.component("sv-paneldynamic-add-btn", Lo), l.component("sv-paneldynamic-next-btn", Po), l.component("sv-paneldynamic-prev-btn", Mo), l.component("sv-paneldynamic-remove-btn", Ho), l.component("sv-paneldynamic-progress-text", Wo), l.component("sv-components-container", At), l.component("sv-progress-buttons", Ft), l.component("sv-navigation-toc", Ot), l.component("sv-progress-pages", Z), l.component("sv-progress-questions", Z), l.component("sv-progress-correctquestions", Z), l.component("sv-progress-requiredquestions", Z), l.component("survey-errors", Vo), l.component("survey-question-comment", zo), l.component("survey-element-title", Uo), l.component("survey-element-title-content", Go), l.component("sv-title-actions", Yo), l.component("sv-brand-info", ot), l.component("sv-svg-icon", lt), l.component("sv-action-bar", rt), l.component("sv-action", dt), l.component("sv-action-bar-item", pt), l.component("sv-action-bar-item-dropdown", qt), l.component("sv-action-bar-separator", gt), l.component("sv-list", kt), l.component("sv-list-item", wt), l.component("sv-popup", St), l.component("sv-popup-container", Lt), l.component("popup-pointer", Nt), l.component("sv-notifier", Yt), l.component("survey-other-choice", ei), l.component("sv-nav-btn", ni), l.component("survey-customwidget", ti), l.component("survey-popup-modal", ii), l.component("sv-character-counter", li), l.component("survey-composite", ri), l.component("survey-custom", ai), l.component("sv-timerpanel", mi), l.component("sv-loading-indicator", yi), l.component("sv-header", gi), l.component("sv-header-cell", bi), l.component("sv-header-mobile", wi), l.component("sv-template-renderer", Ri), l.component("survey-element", Si), l.component("survey-buttongroup", Hi), l.component("sv-button-group-item", Fi), l.directive("key2click", {
5390
5390
  mounted: function(s, o) {
5391
5391
  const e = { ...o.value };
5392
5392
  if (e.disableTabStop) {
@@ -5401,13 +5401,13 @@ function ji(l) {
5401
5401
  }
5402
5402
  });
5403
5403
  }
5404
- const Ji = {
5404
+ const Gi = {
5405
5405
  install(l) {
5406
- ji(l);
5406
+ Ki(l);
5407
5407
  }
5408
5408
  };
5409
5409
  export {
5410
- Ji as surveyPlugin,
5410
+ Gi as surveyPlugin,
5411
5411
  B as useBase,
5412
5412
  re as useComputedArray,
5413
5413
  G as useLocString,