survey-vue3-ui 1.12.22 → 1.12.24

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.
@@ -1,7 +1,7 @@
1
1
  var He = Object.defineProperty;
2
2
  var Ie = (u, o, e) => o in u ? He(u, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : u[o] = e;
3
3
  var G = (u, o, e) => (Ie(u, typeof o != "symbol" ? o + "" : o, e), e);
4
- import { defineComponent as h, computed as L, openBlock as r, createBlock as C, resolveDynamicComponent as ge, normalizeProps as ue, guardReactiveProps as de, createSlots as Se, renderList as S, withCtx as E, renderSlot as Ce, shallowReactive as Ve, watch as F, onBeforeUnmount as U, onMounted as $, ref as b, shallowRef as W, watchEffect as Be, triggerRef as se, unref as k, isRef as Re, nextTick as Te, createElementBlock as l, normalizeClass as a, createVNode as y, createCommentVNode as c, Fragment as I, mergeProps as D, normalizeStyle as M, createElementVNode as m, onUnmounted as N, withDirectives as R, vShow as P, toDisplayString as H, vModelRadio as Y, vModelCheckbox as oe, vModelSelect as Ze, onUpdated as x, vModelText as $e, getCurrentInstance as ye, createStaticVNode as De, toRaw as Ae, Teleport as Pe, useSlots as Ne } from "vue";
4
+ import { defineComponent as h, computed as L, openBlock as r, createBlock as C, resolveDynamicComponent as ge, normalizeProps as ue, guardReactiveProps as de, createSlots as Se, renderList as S, withCtx as E, renderSlot as Ce, shallowReactive as Ve, watch as F, onBeforeUnmount as U, onMounted as $, ref as b, shallowRef as W, watchEffect as Be, triggerRef as se, unref as k, isRef as Te, nextTick as Re, createElementBlock as l, normalizeClass as a, createVNode as y, createCommentVNode as c, Fragment as I, mergeProps as D, normalizeStyle as M, createElementVNode as m, onUnmounted as N, withDirectives as T, vShow as P, toDisplayString as H, vModelRadio as Y, vModelCheckbox as oe, vModelSelect as Ze, onUpdated as x, vModelText as $e, getCurrentInstance as ye, createStaticVNode as De, toRaw as Ae, Teleport as Pe, useSlots as Ne } from "vue";
5
5
  import { Base as Ee, RendererFactory as _, Helpers as We, DropdownMultiSelectListModel as Fe, doKey2ClickUp as he, createSvg as ze, doKey2ClickDown as Oe, doKey2ClickBlur as Ue, ActionDropdownViewModel as Ke, createPopupViewModel as je, SurveyProgressModel as ve, ProgressButtonsResponsivityManager as Qe, addIconsToThemeSet as qe, SvgRegistry as X, PopupSurveyModel as Ge, settings as z, createDialogOptions as Je, createPopupModalViewModel as Xe, ButtonGroupItemModel as Ye, SurveyModel as xe } from "survey-core";
6
6
  const ae = class {
7
7
  constructor() {
@@ -52,7 +52,7 @@ class _e {
52
52
  this.element = o;
53
53
  }
54
54
  async add() {
55
- const o = Te();
55
+ const o = Re();
56
56
  this.currentNextTickPromise !== o && (this.currentNextTickPromise = o, await o, o == this.currentNextTickPromise && this.element.afterRerender());
57
57
  }
58
58
  }
@@ -74,7 +74,7 @@ function es(u) {
74
74
  }, s[n] = t;
75
75
  }
76
76
  }), u.getPropertyValueCoreHandler = (s, n) => k(s[n]), u.setPropertyValueCoreHandler = (s, n, t) => {
77
- Re(s[n]) ? s[n].value = t : s[n] = t, e.add();
77
+ Te(s[n]) ? s[n].value = t : s[n] = t, e.add();
78
78
  };
79
79
  }
80
80
  u.enableOnElementRerenderedEvent(), u.__vueImplemented++;
@@ -104,7 +104,7 @@ function V(u, o, e) {
104
104
  }
105
105
  });
106
106
  }
107
- function T(u, o, e, s) {
107
+ function R(u, o, e, s) {
108
108
  V(() => u.question, e, s), $(() => {
109
109
  u.question && u.question.afterRenderQuestionElement(o.value);
110
110
  }), U(() => {
@@ -499,7 +499,7 @@ const ss = /* @__PURE__ */ h({
499
499
  element: n.element,
500
500
  css: n.css
501
501
  }, null, 8, ["element", "css"]),
502
- n.element.hasDescriptionUnderTitle ? R((r(), l("div", {
502
+ n.element.hasDescriptionUnderTitle ? T((r(), l("div", {
503
503
  key: 0,
504
504
  class: a(n.element.cssDescription),
505
505
  id: n.element.ariaDescriptionId
@@ -593,7 +593,7 @@ const ss = /* @__PURE__ */ h({
593
593
  },
594
594
  setup(u) {
595
595
  const o = u, e = b(null);
596
- return T(o, e), (s, n) => s.question.isReadOnlyRenderDiv() ? (r(), l("div", {
596
+ return R(o, e), (s, n) => s.question.isReadOnlyRenderDiv() ? (r(), l("div", {
597
597
  key: 0,
598
598
  ref_key: "root",
599
599
  ref: e
@@ -717,7 +717,7 @@ const ss = /* @__PURE__ */ h({
717
717
  },
718
718
  setup(u) {
719
719
  const o = u, e = b(null);
720
- T(o, e);
720
+ R(o, e);
721
721
  const s = (t) => o.question.getItemValueWrapperComponentName(t) || o.question.itemComponent, n = (t) => ({
722
722
  componentName: o.question.itemComponent,
723
723
  componentData: {
@@ -792,7 +792,7 @@ const ss = /* @__PURE__ */ h({
792
792
  ])) : c("", !0)
793
793
  ], 10, Is));
794
794
  }
795
- }), Rs = /* @__PURE__ */ h({
795
+ }), Ts = /* @__PURE__ */ h({
796
796
  inheritAttrs: !1,
797
797
  __name: "Checkbox",
798
798
  props: {
@@ -814,7 +814,7 @@ function ke(u, o, e) {
814
814
  o().isDesignMode || (s && e.value && s.setRootElement(e.value), n && n.setRootElement(void 0));
815
815
  });
816
816
  }
817
- const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"], Zs = ["xlink:href"], $s = /* @__PURE__ */ h({
817
+ const Rs = ["name", "checked", "value", "id", "disabled", "readonly", "required"], Zs = ["xlink:href"], $s = /* @__PURE__ */ h({
818
818
  inheritAttrs: !1,
819
819
  __name: "CheckboxItem",
820
820
  props: {
@@ -854,7 +854,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
854
854
  readonly: n.question.isReadOnlyAttr,
855
855
  class: a(n.question.cssClasses.itemControl),
856
856
  required: n.question.hasRequiredError()
857
- }, null, 42, Ts),
857
+ }, null, 42, Rs),
858
858
  n.question.cssClasses.materialDecorator ? (r(), l("span", {
859
859
  key: 0,
860
860
  class: a(n.question.cssClasses.materialDecorator)
@@ -919,7 +919,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
919
919
  onMousedown: d[1] || (d[1] = (g) => i.question.onMouseDown()),
920
920
  class: a(s(i.item))
921
921
  }, [
922
- R(m("input", {
922
+ T(m("input", {
923
923
  type: "radio",
924
924
  name: i.question.questionName,
925
925
  value: i.item.value,
@@ -965,7 +965,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
965
965
  },
966
966
  setup(u) {
967
967
  const o = u, e = b(null);
968
- return T(o, e), (s, n) => (r(), l("div", {
968
+ return R(o, e), (s, n) => (r(), l("div", {
969
969
  class: a(s.question.cssClasses.root),
970
970
  ref_key: "root",
971
971
  ref: e,
@@ -973,7 +973,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
973
973
  width: s.question.renderedCanvasWidth
974
974
  })
975
975
  }, [
976
- R(m("div", {
976
+ T(m("div", {
977
977
  class: a(s.question.cssClasses.placeholder)
978
978
  }, [
979
979
  y(v, {
@@ -1035,7 +1035,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1035
1035
  },
1036
1036
  setup(u) {
1037
1037
  const o = u, e = b(null);
1038
- T(o, e);
1038
+ R(o, e);
1039
1039
  const s = K(() => o.question.locHtml);
1040
1040
  return (n, t) => (r(), l("div", {
1041
1041
  ref_key: "root",
@@ -1052,14 +1052,14 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1052
1052
  },
1053
1053
  setup(u) {
1054
1054
  const o = u, e = b(null);
1055
- T(o, e);
1055
+ R(o, e);
1056
1056
  const s = K(() => o.question.locImageLink);
1057
1057
  return (n, t) => (r(), l("div", {
1058
1058
  class: a(n.question.cssClasses.root),
1059
1059
  ref_key: "root",
1060
1060
  ref: e
1061
1061
  }, [
1062
- n.question.renderedMode === "image" ? R((r(), l("img", {
1062
+ n.question.renderedMode === "image" ? T((r(), l("img", {
1063
1063
  key: 0,
1064
1064
  class: a(n.question.getImageCss()),
1065
1065
  src: k(s),
@@ -1080,7 +1080,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1080
1080
  }, null, 46, Ks)), [
1081
1081
  [P, k(s) && !n.question.contentNotLoaded]
1082
1082
  ]) : c("", !0),
1083
- n.question.renderedMode === "video" ? R((r(), l("video", {
1083
+ n.question.renderedMode === "video" ? T((r(), l("video", {
1084
1084
  key: 1,
1085
1085
  controls: "",
1086
1086
  class: a(n.question.getImageCss()),
@@ -1133,7 +1133,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1133
1133
  },
1134
1134
  setup(u) {
1135
1135
  const o = u, e = b(null);
1136
- return T(o, e), (s, n) => (r(), l("div", {
1136
+ return R(o, e), (s, n) => (r(), l("div", {
1137
1137
  class: a(s.question.cssClasses.root),
1138
1138
  ref_key: "root",
1139
1139
  ref: e
@@ -1147,7 +1147,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1147
1147
  },
1148
1148
  setup(u) {
1149
1149
  const o = u, e = b(null);
1150
- return T(o, e), (s, n) => (r(), l("div", {
1150
+ return R(o, e), (s, n) => (r(), l("div", {
1151
1151
  class: a(s.question.fileRootCss),
1152
1152
  ref_key: "root",
1153
1153
  ref: e
@@ -1269,7 +1269,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1269
1269
  },
1270
1270
  setup(u) {
1271
1271
  const o = u, e = b(null);
1272
- T(o, e);
1272
+ R(o, e);
1273
1273
  const s = (t) => o.question.getItemValueWrapperComponentName(t) || pe, n = (t) => ({
1274
1274
  componentName: pe,
1275
1275
  componentData: {
@@ -1325,7 +1325,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1325
1325
  m("label", {
1326
1326
  class: a(t.question.cssClasses.label)
1327
1327
  }, [
1328
- t.question.multiSelect ? R((r(), l("input", {
1328
+ t.question.multiSelect ? T((r(), l("input", {
1329
1329
  key: 0,
1330
1330
  type: "checkbox",
1331
1331
  name: t.question.questionName,
@@ -1335,13 +1335,13 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1335
1335
  disabled: !t.question.getItemEnabled(t.item),
1336
1336
  readonly: t.question.isReadOnlyAttr,
1337
1337
  "aria-required": t.question.ariaRequired,
1338
- "aria-label": t.question.ariaLabel,
1338
+ "aria-label": t.item.locText.renderedHtml,
1339
1339
  "aria-invalid": t.question.ariaInvalid,
1340
1340
  "aria-errormessage": t.question.ariaErrormessage,
1341
1341
  class: a(t.question.cssClasses.itemControl)
1342
1342
  }, null, 10, o1)), [
1343
1343
  [oe, s.value]
1344
- ]) : R((r(), l("input", {
1344
+ ]) : T((r(), l("input", {
1345
1345
  key: 1,
1346
1346
  type: "radio",
1347
1347
  name: t.question.questionName,
@@ -1351,7 +1351,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1351
1351
  disabled: !t.question.getItemEnabled(t.item),
1352
1352
  readonly: t.question.isReadOnlyAttr,
1353
1353
  "aria-required": t.question.ariaRequired,
1354
- "aria-label": t.question.ariaLabel,
1354
+ "aria-label": t.item.locText.renderedHtml,
1355
1355
  "aria-invalid": t.question.ariaInvalid,
1356
1356
  "aria-errormessage": t.question.ariaErrormessage,
1357
1357
  class: a(t.question.cssClasses.itemControl)
@@ -1445,7 +1445,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1445
1445
  },
1446
1446
  setup(u) {
1447
1447
  const o = u, e = b(null);
1448
- return T(o, e), (s, n) => !s.question.isReadOnlyRenderDiv() && s.question.getMaxLength() ? (r(), l("div", {
1448
+ return R(o, e), (s, n) => !s.question.isReadOnlyRenderDiv() && s.question.getMaxLength() ? (r(), l("div", {
1449
1449
  key: 0,
1450
1450
  ref_key: "root",
1451
1451
  ref: e
@@ -1479,7 +1479,7 @@ const Ts = ["name", "checked", "value", "id", "disabled", "readonly", "required"
1479
1479
  },
1480
1480
  setup(u) {
1481
1481
  const o = u, e = b(null);
1482
- return T(o, e), (s, n) => (r(), l("div", {
1482
+ return R(o, e), (s, n) => (r(), l("div", {
1483
1483
  class: a(s.question.renderCssRoot),
1484
1484
  ref_key: "root",
1485
1485
  ref: e
@@ -1512,7 +1512,7 @@ const c1 = /* @__PURE__ */ h({
1512
1512
  },
1513
1513
  setup(u) {
1514
1514
  const o = u, e = b(null);
1515
- T(o, e);
1515
+ R(o, e);
1516
1516
  const s = (i) => {
1517
1517
  o.question.onClick(i);
1518
1518
  }, n = (i) => {
@@ -1540,7 +1540,7 @@ const c1 = /* @__PURE__ */ h({
1540
1540
  disabled: "",
1541
1541
  id: i.question.inputId,
1542
1542
  class: a(i.question.getControlClass())
1543
- }, H(i.question.readOnlyText), 11, v1)) : R((r(), l("select", {
1543
+ }, H(i.question.readOnlyText), 11, v1)) : T((r(), l("select", {
1544
1544
  key: 0,
1545
1545
  id: i.question.inputId,
1546
1546
  "onUpdate:modelValue": d[0] || (d[0] = (g) => t.value = g),
@@ -1699,7 +1699,7 @@ const c1 = /* @__PURE__ */ h({
1699
1699
  onFocus: q
1700
1700
  }, null, 42, y1)
1701
1701
  ], 2),
1702
- w.question.allowClear && w.question.cssClasses.cleanButtonIconId ? R((r(), l("div", {
1702
+ w.question.allowClear && w.question.cssClasses.cleanButtonIconId ? T((r(), l("div", {
1703
1703
  key: 1,
1704
1704
  class: a(w.question.cssClasses.cleanButton),
1705
1705
  onClick: i,
@@ -1759,7 +1759,7 @@ const c1 = /* @__PURE__ */ h({
1759
1759
  },
1760
1760
  setup(u) {
1761
1761
  const o = u, e = b(null);
1762
- return T(o, e), (s, n) => (r(), l("div", {
1762
+ return R(o, e), (s, n) => (r(), l("div", {
1763
1763
  class: a(s.question.renderCssRoot),
1764
1764
  ref_key: "root",
1765
1765
  ref: e
@@ -1837,7 +1837,7 @@ const c1 = /* @__PURE__ */ h({
1837
1837
  question: p.question
1838
1838
  }, null, 8, ["model", "question"])
1839
1839
  ], 2),
1840
- p.question.allowClear && p.question.cssClasses.cleanButtonIconId ? R((r(), l("div", {
1840
+ p.question.allowClear && p.question.cssClasses.cleanButtonIconId ? T((r(), l("div", {
1841
1841
  key: 0,
1842
1842
  class: a(p.question.cssClasses.cleanButton),
1843
1843
  onClick: t,
@@ -1929,7 +1929,7 @@ const c1 = /* @__PURE__ */ h({
1929
1929
  m("span", b1, H(i.model.inputStringRendered), 1),
1930
1930
  m("span", null, H(i.model.hintStringSuffix), 1)
1931
1931
  ], 2)) : c("", !0),
1932
- R(m("input", {
1932
+ T(m("input", {
1933
1933
  type: "text",
1934
1934
  autocomplete: "off",
1935
1935
  "onUpdate:modelValue": d[0] || (d[0] = (g) => i.model.inputStringRendered = g),
@@ -1998,7 +1998,7 @@ const c1 = /* @__PURE__ */ h({
1998
1998
  },
1999
1999
  setup(u) {
2000
2000
  const o = u, e = b(null);
2001
- T(o, e);
2001
+ R(o, e);
2002
2002
  const s = (t) => o.question.getItemValueWrapperComponentName(t) || "survey-ranking-item", n = (t, i, d) => ({
2003
2003
  componentName: "survey-ranking-item",
2004
2004
  componentData: {
@@ -2062,10 +2062,10 @@ const c1 = /* @__PURE__ */ h({
2062
2062
  ], 2)) : c("", !0)
2063
2063
  ], 2));
2064
2064
  }
2065
- }), B1 = ["tabindex", "data-sv-drop-target-ranking-item"], R1 = {
2065
+ }), B1 = ["tabindex", "data-sv-drop-target-ranking-item"], T1 = {
2066
2066
  tabindex: "-1",
2067
2067
  style: { outline: "none" }
2068
- }, T1 = ["xlink:href"], Z1 = ["xlink:href"], $1 = ["xlink:href"], D1 = /* @__PURE__ */ h({
2068
+ }, R1 = ["xlink:href"], Z1 = ["xlink:href"], $1 = ["xlink:href"], D1 = /* @__PURE__ */ h({
2069
2069
  inheritAttrs: !1,
2070
2070
  __name: "RankingItem",
2071
2071
  props: {
@@ -2100,7 +2100,7 @@ const c1 = /* @__PURE__ */ h({
2100
2100
  );
2101
2101
  })
2102
2102
  }, [
2103
- m("div", R1, [
2103
+ m("div", T1, [
2104
2104
  m("div", {
2105
2105
  class: a(s.question.cssClasses.itemGhostNode)
2106
2106
  }, null, 2),
@@ -2115,7 +2115,7 @@ const c1 = /* @__PURE__ */ h({
2115
2115
  }, [
2116
2116
  m("use", {
2117
2117
  "xlink:href": s.question.dragDropSvgIcon
2118
- }, null, 8, T1)
2118
+ }, null, 8, R1)
2119
2119
  ], 2)),
2120
2120
  (r(), l("svg", {
2121
2121
  class: a(s.question.getIconFocusCss())
@@ -2175,7 +2175,7 @@ const c1 = /* @__PURE__ */ h({
2175
2175
  },
2176
2176
  setup(u) {
2177
2177
  const o = u, e = b(null);
2178
- T(o, e);
2178
+ R(o, e);
2179
2179
  const s = (n) => o.question.getInputId(n);
2180
2180
  return (n, t) => (r(), l("div", {
2181
2181
  class: a(n.question.ratingRootCss),
@@ -2371,7 +2371,7 @@ const Y1 = /* @__PURE__ */ h({
2371
2371
  },
2372
2372
  setup(u) {
2373
2373
  const o = u, e = b(null);
2374
- return T(o, e), (s, n) => (r(), l("div", {
2374
+ return R(o, e), (s, n) => (r(), l("div", {
2375
2375
  class: a(s.question.cssClasses.rootDropdown),
2376
2376
  ref_key: "root",
2377
2377
  ref: e
@@ -2390,7 +2390,7 @@ const Y1 = /* @__PURE__ */ h({
2390
2390
  },
2391
2391
  setup(u) {
2392
2392
  const o = u, e = b(null);
2393
- T(o, e);
2393
+ R(o, e);
2394
2394
  const s = (t, i) => {
2395
2395
  o.question.onLabelClick(t, i);
2396
2396
  }, n = (t) => {
@@ -2407,7 +2407,7 @@ const Y1 = /* @__PURE__ */ h({
2407
2407
  m("label", {
2408
2408
  class: a(t.question.getItemCss())
2409
2409
  }, [
2410
- R(m("input", {
2410
+ T(m("input", {
2411
2411
  type: "checkbox",
2412
2412
  name: t.question.name,
2413
2413
  value: (d = t.question.booleanValue) != null ? d : "",
@@ -2489,7 +2489,7 @@ const eo = /* @__PURE__ */ h({
2489
2489
  },
2490
2490
  setup(u) {
2491
2491
  const o = b(null);
2492
- return T(u, o), (s, n) => (r(), l("div", {
2492
+ return R(u, o), (s, n) => (r(), l("div", {
2493
2493
  class: a(s.question.cssClasses.rootRadio),
2494
2494
  ref_key: "root",
2495
2495
  ref: o
@@ -2591,7 +2591,7 @@ const uo = /* @__PURE__ */ h({
2591
2591
  },
2592
2592
  setup(u) {
2593
2593
  const o = u, e = b(null);
2594
- return T(o, e), (s, n) => {
2594
+ return R(o, e), (s, n) => {
2595
2595
  var t;
2596
2596
  return r(), l("div", {
2597
2597
  class: a(s.question.cssClasses.rootCheckbox),
@@ -2604,7 +2604,7 @@ const uo = /* @__PURE__ */ h({
2604
2604
  m("label", {
2605
2605
  class: a(s.question.cssClasses.checkboxLabel)
2606
2606
  }, [
2607
- R(m("input", {
2607
+ T(m("input", {
2608
2608
  type: "checkbox",
2609
2609
  name: s.question.name,
2610
2610
  value: (t = s.question.booleanValue) != null ? t : "",
@@ -2675,7 +2675,7 @@ const uo = /* @__PURE__ */ h({
2675
2675
  },
2676
2676
  setup(u) {
2677
2677
  const o = u, e = b(null), s = ee(() => o.question.getRows());
2678
- return T(o, e), (n, t) => (r(), l("table", {
2678
+ return R(o, e), (n, t) => (r(), l("table", {
2679
2679
  class: a(n.question.getQuestionRootCss()),
2680
2680
  ref_key: "root",
2681
2681
  ref: e
@@ -2763,7 +2763,7 @@ const uo = /* @__PURE__ */ h({
2763
2763
  },
2764
2764
  setup(u) {
2765
2765
  const o = u, e = b(null), s = W();
2766
- T(
2766
+ R(
2767
2767
  o,
2768
2768
  e,
2769
2769
  (t) => {
@@ -2820,7 +2820,7 @@ const uo = /* @__PURE__ */ h({
2820
2820
  key: "row_" + d.name + "_" + g,
2821
2821
  class: a(d.rowClasses || void 0)
2822
2822
  }, [
2823
- R(m("td", {
2823
+ T(m("td", {
2824
2824
  class: a(d.rowTextClasses),
2825
2825
  style: M({
2826
2826
  minWidth: t.question.rowTitleWidth,
@@ -2921,7 +2921,7 @@ const uo = /* @__PURE__ */ h({
2921
2921
  onMousedown: e[1] || (e[1] = (s) => o.question.onMouseDown()),
2922
2922
  class: a(o.question.getItemClass(o.row, o.column))
2923
2923
  }, [
2924
- R(m("input", {
2924
+ T(m("input", {
2925
2925
  type: "radio",
2926
2926
  class: a(o.question.cssClasses.itemValue),
2927
2927
  name: o.row.fullName,
@@ -2971,7 +2971,7 @@ const uo = /* @__PURE__ */ h({
2971
2971
  },
2972
2972
  setup(u) {
2973
2973
  const o = u, e = b(null);
2974
- return T(o, e), (s, n) => (r(), C(v, {
2974
+ return R(o, e), (s, n) => (r(), C(v, {
2975
2975
  is: "survey-matrixtable",
2976
2976
  question: s.question,
2977
2977
  ref_key: "root",
@@ -3064,7 +3064,7 @@ const uo = /* @__PURE__ */ h({
3064
3064
  }, H(e.column.requiredText), 3)) : c("", !0)
3065
3065
  ], 64)) : c("", !0);
3066
3066
  }
3067
- }), Ro = ["title", "colspan"], To = /* @__PURE__ */ h({
3067
+ }), To = ["title", "colspan"], Ro = /* @__PURE__ */ h({
3068
3068
  __name: "MatrixDropdownCellComp",
3069
3069
  props: {
3070
3070
  question: {},
@@ -3158,7 +3158,7 @@ const uo = /* @__PURE__ */ h({
3158
3158
  question: p.cell.matrix
3159
3159
  }, null, 8, ["column", "question"])
3160
3160
  ], 2)) : c("", !0),
3161
- p.cell.hasQuestion ? R((r(), l("div", {
3161
+ p.cell.hasQuestion ? T((r(), l("div", {
3162
3162
  key: 5,
3163
3163
  class: a(p.cell.cellQuestionWrapperClassName)
3164
3164
  }, [
@@ -3229,7 +3229,7 @@ const uo = /* @__PURE__ */ h({
3229
3229
  ]),
3230
3230
  _: 1
3231
3231
  }, 8, ["is", "componentData"])) : c("", !0)
3232
- ], 46, Ro)) : c("", !0);
3232
+ ], 46, To)) : c("", !0);
3233
3233
  }
3234
3234
  }), Zo = /* @__PURE__ */ h({
3235
3235
  inheritAttrs: !1,
@@ -3239,7 +3239,7 @@ const uo = /* @__PURE__ */ h({
3239
3239
  },
3240
3240
  setup(u) {
3241
3241
  const o = u, e = b(null);
3242
- T(o, e);
3242
+ R(o, e);
3243
3243
  const s = () => {
3244
3244
  o.question.addRowUI();
3245
3245
  };
@@ -3398,7 +3398,7 @@ const $o = ["disabled"], Do = /* @__PURE__ */ h({
3398
3398
  },
3399
3399
  setup(u) {
3400
3400
  const o = u, e = b(null), s = ye();
3401
- T(
3401
+ R(
3402
3402
  o,
3403
3403
  e,
3404
3404
  (d) => {
@@ -3441,8 +3441,17 @@ const $o = ["disabled"], Do = /* @__PURE__ */ h({
3441
3441
  ref_key: "root",
3442
3442
  ref: e
3443
3443
  }, [
3444
- d.question.getShowNoEntriesPlaceholder() ? (r(), l("div", {
3444
+ d.question.hasTabbedMenu ? (r(), l("div", {
3445
3445
  key: 0,
3446
+ class: a(d.question.getTabsContainerCss())
3447
+ }, [
3448
+ y(v, {
3449
+ is: "sv-action-bar",
3450
+ model: d.question.tabbedMenu
3451
+ }, null, 8, ["model"])
3452
+ ], 2)) : c("", !0),
3453
+ d.question.getShowNoEntriesPlaceholder() ? (r(), l("div", {
3454
+ key: 1,
3446
3455
  class: a(d.question.cssClasses.noEntriesPlaceholder)
3447
3456
  }, [
3448
3457
  m("span", null, [
@@ -3457,7 +3466,7 @@ const $o = ["disabled"], Do = /* @__PURE__ */ h({
3457
3466
  }, null, 8, ["data"])
3458
3467
  ], 2)) : c("", !0),
3459
3468
  !n() && d.question.isProgressTopShowing && d.question.isRangeShowing ? (r(), l("div", {
3460
- key: 1,
3469
+ key: 2,
3461
3470
  class: a(d.question.cssClasses.progress)
3462
3471
  }, [
3463
3472
  m("div", {
@@ -3467,7 +3476,7 @@ const $o = ["disabled"], Do = /* @__PURE__ */ h({
3467
3476
  }, null, 6)
3468
3477
  ], 2)) : c("", !0),
3469
3478
  n() && d.question.isProgressTopShowing ? (r(), C(v, {
3470
- key: 2,
3479
+ key: 3,
3471
3480
  is: "survey-paneldynamicprogress",
3472
3481
  question: d.question
3473
3482
  }, null, 8, ["question"])) : c("", !0),
@@ -3496,17 +3505,17 @@ const $o = ["disabled"], Do = /* @__PURE__ */ h({
3496
3505
  ], 64))), 128))
3497
3506
  ], 2),
3498
3507
  n() && d.question.isProgressBottomShowing ? (r(), C(v, {
3499
- key: 3,
3508
+ key: 4,
3500
3509
  is: "survey-paneldynamicprogress",
3501
3510
  question: d.question
3502
3511
  }, null, 8, ["question"])) : c("", !0),
3503
3512
  n() && d.question.isRenderModeList ? (r(), C(v, {
3504
- key: 4,
3513
+ key: 5,
3505
3514
  is: "sv-paneldynamic-add-btn",
3506
3515
  data: { question: d.question }
3507
3516
  }, null, 8, ["data"])) : c("", !0),
3508
3517
  d.question.showNavigation ? (r(), C(v, {
3509
- key: 5,
3518
+ key: 6,
3510
3519
  is: "survey-paneldynamicprogress-v2",
3511
3520
  question: d.question
3512
3521
  }, null, 8, ["question"])) : c("", !0)
@@ -4032,7 +4041,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4032
4041
  },
4033
4042
  setup(u) {
4034
4043
  const o = u;
4035
- return V(() => o.item), (e, s) => R((r(), l("button", {
4044
+ return V(() => o.item), (e, s) => T((r(), l("button", {
4036
4045
  class: a(e.item.getActionBarItemCss()),
4037
4046
  type: "button",
4038
4047
  onClick: s[0] || (s[0] = (n) => {
@@ -4089,7 +4098,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4089
4098
  e.dispose();
4090
4099
  }
4091
4100
  ), (s, n) => (r(), l(I, null, [
4092
- R((r(), l("button", {
4101
+ T((r(), l("button", {
4093
4102
  type: "button",
4094
4103
  class: a(s.item.getActionBarItemCss()),
4095
4104
  onClick: n[0] || (n[0] = (t) => {
@@ -4123,7 +4132,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4123
4132
  }, null, 8, ["model"])
4124
4133
  ], 64));
4125
4134
  }
4126
- }), Rt = /* @__PURE__ */ h({
4135
+ }), Tt = /* @__PURE__ */ h({
4127
4136
  __name: "ActionBarSeparator",
4128
4137
  props: {
4129
4138
  item: {}
@@ -4134,7 +4143,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4134
4143
  class: a(["sv-action-bar-separator", e.value])
4135
4144
  }, null, 2));
4136
4145
  }
4137
- }), Tt = ["aria-label", "placeholder", "value"], Zt = ["aria-label"], $t = ["id"], Dt = /* @__PURE__ */ h({
4146
+ }), Rt = ["aria-label", "placeholder", "value"], Zt = ["aria-label"], $t = ["id"], Dt = /* @__PURE__ */ h({
4138
4147
  __name: "List",
4139
4148
  props: {
4140
4149
  model: {}
@@ -4179,7 +4188,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4179
4188
  value: d.model.filterString,
4180
4189
  onChange: s,
4181
4190
  onKeyup: n
4182
- }, null, 42, Tt),
4191
+ }, null, 42, Rt),
4183
4192
  d.model.showSearchClearButton && !!d.model.filterString ? (r(), l("button", {
4184
4193
  key: 0,
4185
4194
  onClick: g[0] || (g[0] = (p) => {
@@ -4194,7 +4203,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4194
4203
  })
4195
4204
  ], 2)) : c("", !0)
4196
4205
  ], 2)) : c("", !0),
4197
- R(m("div", {
4206
+ T(m("div", {
4198
4207
  class: a(d.model.cssClasses.emptyContainer)
4199
4208
  }, [
4200
4209
  m("div", {
@@ -4204,7 +4213,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4204
4213
  ], 2), [
4205
4214
  [P, d.model.isEmpty]
4206
4215
  ]),
4207
- d.model.renderElements ? R((r(), l("ul", {
4216
+ d.model.renderElements ? T((r(), l("ul", {
4208
4217
  key: 1,
4209
4218
  class: a(d.model.getListClass()),
4210
4219
  role: "listbox",
@@ -4246,7 +4255,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4246
4255
  setTimeout(() => {
4247
4256
  o.model.onLastItemRended(o.item);
4248
4257
  });
4249
- }), (t, i) => R((r(), l("li", {
4258
+ }), (t, i) => T((r(), l("li", {
4250
4259
  role: "option",
4251
4260
  "aria-selected": t.model.isItemSelected(t.item),
4252
4261
  key: t.item.id,
@@ -4377,7 +4386,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4377
4386
  s.isVisible && !s.isPositionSet && o.model.updateOnShowing();
4378
4387
  }), $(() => {
4379
4388
  o.model.isVisible && o.model.updateOnShowing();
4380
- }), (s, n) => R((r(), l("div", {
4389
+ }), (s, n) => T((r(), l("div", {
4381
4390
  tabindex: "-1",
4382
4391
  class: a(["sv-popup", s.model.styleClass]),
4383
4392
  onKeydown: n[0] || (n[0] = (t) => {
@@ -4627,7 +4636,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4627
4636
  return (o, e) => (r(), l("div", {
4628
4637
  class: a(o.model.containerCss)
4629
4638
  }, [
4630
- o.model.isMobile ? R((r(), l("div", {
4639
+ o.model.isMobile ? T((r(), l("div", {
4631
4640
  key: 0,
4632
4641
  onClick: e[0] || (e[0] = (...s) => o.model.togglePopup && o.model.togglePopup(...s))
4633
4642
  }, [
@@ -4652,7 +4661,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4652
4661
  });
4653
4662
  var fe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, re = { exports: {} };
4654
4663
  /*!
4655
- * surveyjs - Survey JavaScript library v1.12.21
4664
+ * surveyjs - Survey JavaScript library v1.12.23
4656
4665
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4657
4666
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4658
4667
  */
@@ -4965,7 +4974,7 @@ var fe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
4965
4974
  })(re);
4966
4975
  var Le = { exports: {} };
4967
4976
  /*!
4968
- * surveyjs - Survey JavaScript library v1.12.21
4977
+ * surveyjs - Survey JavaScript library v1.12.23
4969
4978
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4970
4979
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4971
4980
  */
@@ -5765,7 +5774,7 @@ const ie = /* @__PURE__ */ h({
5765
5774
  },
5766
5775
  setup(u) {
5767
5776
  const o = u, e = b(null);
5768
- T(o, e);
5777
+ R(o, e);
5769
5778
  const s = L(() => o.question.contentPanel);
5770
5779
  return (n, t) => (r(), C(v, {
5771
5780
  is: "survey-panel",
@@ -5784,7 +5793,7 @@ const ie = /* @__PURE__ */ h({
5784
5793
  },
5785
5794
  setup(u) {
5786
5795
  const o = u, e = b(null);
5787
- T(o, e);
5796
+ R(o, e);
5788
5797
  const s = L(() => o.question.contentQuestion), n = (t) => te(t);
5789
5798
  return (t, i) => (r(), C(v, {
5790
5799
  ref: e.value,
@@ -5823,7 +5832,7 @@ const ie = /* @__PURE__ */ h({
5823
5832
  class: a(n.model.minorTextCss)
5824
5833
  }, H(n.model.clockMinorText), 3)) : c("", !0)
5825
5834
  ], 2)
5826
- ], 2)) : R((r(), l("div", {
5835
+ ], 2)) : T((r(), l("div", {
5827
5836
  key: 1,
5828
5837
  class: a(n.model.survey.getCss().timerRoot)
5829
5838
  }, H(s.value), 3)), [
@@ -5841,7 +5850,7 @@ const ie = /* @__PURE__ */ h({
5841
5850
  })
5842
5851
  ]));
5843
5852
  }
5844
- }), Rn = { key: 2 }, Tn = /* @__PURE__ */ h({
5853
+ }), Tn = { key: 2 }, Rn = /* @__PURE__ */ h({
5845
5854
  __name: "Header",
5846
5855
  props: {
5847
5856
  model: {},
@@ -5873,7 +5882,7 @@ const ie = /* @__PURE__ */ h({
5873
5882
  key: t
5874
5883
  }, null, 8, ["model"]))), 128))
5875
5884
  ], 6)),
5876
- e.survey.isMobile ? (r(), l("div", Rn, [
5885
+ e.survey.isMobile ? (r(), l("div", Tn, [
5877
5886
  y(v, {
5878
5887
  is: "sv-header-mobile",
5879
5888
  model: e.model
@@ -6126,7 +6135,7 @@ const ie = /* @__PURE__ */ h({
6126
6135
  return ((s = o.data) == null ? void 0 : s.question) || ((n = o.item) == null ? void 0 : n.data.question);
6127
6136
  }
6128
6137
  );
6129
- return (s, n) => R((r(), l("label", {
6138
+ return (s, n) => T((r(), l("label", {
6130
6139
  tabindex: "0",
6131
6140
  class: a(e.value.getChooseFileCss()),
6132
6141
  for: e.value.inputId,
@@ -6176,7 +6185,7 @@ const ie = /* @__PURE__ */ h({
6176
6185
  },
6177
6186
  setup(u) {
6178
6187
  const o = u, e = b();
6179
- return T(o, e), (s, n) => (r(), l("div", {
6188
+ return R(o, e), (s, n) => (r(), l("div", {
6180
6189
  role: "group",
6181
6190
  class: a(s.question.cssClasses.root),
6182
6191
  ref_key: "root",
@@ -6213,7 +6222,7 @@ const ie = /* @__PURE__ */ h({
6213
6222
  class: a(e.value.css.label),
6214
6223
  title: e.value.caption.renderedHtml
6215
6224
  }, [
6216
- R(m("input", {
6225
+ T(m("input", {
6217
6226
  type: "radio",
6218
6227
  name: e.value.name,
6219
6228
  id: e.value.id,
@@ -6287,7 +6296,7 @@ const ie = /* @__PURE__ */ h({
6287
6296
  e(), X.onIconsChanged.add(e);
6288
6297
  }), N(() => {
6289
6298
  X.onIconsChanged.remove(e);
6290
- }), (s, n) => R((r(), l("svg", {
6299
+ }), (s, n) => T((r(), l("svg", {
6291
6300
  id: "sv-icon-holder-global-container",
6292
6301
  ref_key: "root",
6293
6302
  ref: o
@@ -6322,7 +6331,7 @@ const ie = /* @__PURE__ */ h({
6322
6331
  question: {}
6323
6332
  },
6324
6333
  setup(u) {
6325
- return (o, e) => R((r(), l("span", {
6334
+ return (o, e) => T((r(), l("span", {
6326
6335
  class: a(o.question.cssClasses.previewItem),
6327
6336
  onClick: e[3] || (e[3] = (s) => o.question.doDownloadFileFromContainer(s))
6328
6337
  }, [
@@ -6401,7 +6410,7 @@ function Me(u) {
6401
6410
  void 0,
6402
6411
  u
6403
6412
  );
6404
- o("sv-svg-bundle", sr), o("popup-survey", be), o("survey-header", os), o("sv-logo-image", er), o("survey-page", ss), o("survey-row", ts), o("survey-question", as), o("survey-panel", vs), o("survey-element-header", ps), o("survey-string", ms), o("sv-string-viewer", Cs), o("sv-string-editor", hs), o("sv-skeleton", ws), o("survey-text", Ls), o("survey-text-input", Hs), o("survey-checkbox", Rs), o("survey-checkbox-item", $s), o("survey-radiogroup", Ds), o("survey-radiogroup-item", Ns), o("survey-signaturepad", zs), o("survey-html", Us), o("survey-image", Gs), o("survey-expression", Js), o("survey-file", _s), o("sv-file-choose-btn", jn), o("sv-file-clean-btn", zn), o("sv-file-preview", Qn), o("sv-file-page", tr), o("sv-file-item", ar), o("sv-file-video", Un), o("survey-imagepicker", s1), o("survey-imagepicker-item", i1), o("survey-comment", a1), o("survey-dropdown", l1), o("sv-dropdown-select", c1), o("sv-dropdown-option-item", m1), o("sv-dropdown", q1), o("survey-tagbox", w1), o("sv-tagbox", L1), o("sv-tagbox-item", S1), o("sv-tagbox-filter", H1), o("survey-ranking", V1), o("survey-ranking-item", D1), o("sv-ranking-item", A1), o("survey-rating", E1), o("sv-rating-item", z1), o("sv-rating-item-smiley", U1), o("sv-rating-item-star", j1), o("sv-rating-dropdown", Y1), o("sv-rating-dropdown-item", X1), o("survey-boolean", _1), o("sv-boolean-radio", eo), o("sv-boolean-radio-item", to), o("sv-boolean-checkbox", uo), o("survey-multipletext", vo), o("survey-multipletext-item", po), o("survey-matrix", qo), o("survey-matrix-row", ko), o("survey-matrix-cell", bo), o("survey-matrixdropdown", Mo), o("survey-matrixtable", So), o("survey-matrixheaderrequired", Bo), o("survey-matrixdropdown-cell", To), o("survey-matrixdynamic", Zo), o("sv-matrix-remove-button", Do), o("sv-matrix-drag-drop-icon", Po), o("sv-matrix-detail-button", Eo), o("survey-paneldynamic", Wo), o("survey-paneldynamicprogress", Fo), o("survey-paneldynamicprogress-v2", zo), o("sv-paneldynamic-add-btn", Uo), o("sv-paneldynamic-next-btn", jo), o("sv-paneldynamic-prev-btn", Go), o("sv-paneldynamic-remove-btn", Xo), o("sv-paneldynamic-progress-text", Yo), o("sv-components-container", Jt), o("sv-progress-buttons", sn), o("sv-navigation-toc", on), o("sv-progress-pages", J), o("sv-progress-questions", J), o("sv-progress-correctquestions", J), o("sv-progress-requiredquestions", J), o("survey-errors", _o), o("survey-question-comment", st), o("survey-element-title", ot), o("survey-element-title-content", it), o("sv-title-actions", ut), o("sv-brand-info", Ct), o("sv-question-error", wt), o("sv-svg-icon", qt), o("sv-action-bar", kt), o("sv-action", bt), o("sv-action-bar-item", It), o("sv-action-bar-item-dropdown", Bt), o("sv-action-bar-separator", Rt), o("sv-list", Dt), o("sv-list-item-content", Et), o("sv-list-item-group", Wt), o("sv-list-item", Nt), o("sv-popup", Ft), o("sv-popup-container", Qt), o("popup-pointer", Gt), o("sv-notifier", pn), o("survey-other-choice", gn), o("sv-nav-btn", yn), o("survey-customwidget", qn), o("survey-popup-modal", wn), o("survey-composite", bn), o("survey-custom", Mn), o("sv-timerpanel", Sn), o("sv-loading-indicator", Bn), o("sv-header", Tn), o("sv-header-cell", Dn), o("sv-header-mobile", En), o("sv-template-renderer", Fn), o("sv-character-counter", Ln), o("sv-text-area", fn), o("survey-element", Wn), o("survey-buttongroup", Gn), o("sv-button-group-item", xn), o("survey", ie);
6413
+ o("sv-svg-bundle", sr), o("popup-survey", be), o("survey-header", os), o("sv-logo-image", er), o("survey-page", ss), o("survey-row", ts), o("survey-question", as), o("survey-panel", vs), o("survey-element-header", ps), o("survey-string", ms), o("sv-string-viewer", Cs), o("sv-string-editor", hs), o("sv-skeleton", ws), o("survey-text", Ls), o("survey-text-input", Hs), o("survey-checkbox", Ts), o("survey-checkbox-item", $s), o("survey-radiogroup", Ds), o("survey-radiogroup-item", Ns), o("survey-signaturepad", zs), o("survey-html", Us), o("survey-image", Gs), o("survey-expression", Js), o("survey-file", _s), o("sv-file-choose-btn", jn), o("sv-file-clean-btn", zn), o("sv-file-preview", Qn), o("sv-file-page", tr), o("sv-file-item", ar), o("sv-file-video", Un), o("survey-imagepicker", s1), o("survey-imagepicker-item", i1), o("survey-comment", a1), o("survey-dropdown", l1), o("sv-dropdown-select", c1), o("sv-dropdown-option-item", m1), o("sv-dropdown", q1), o("survey-tagbox", w1), o("sv-tagbox", L1), o("sv-tagbox-item", S1), o("sv-tagbox-filter", H1), o("survey-ranking", V1), o("survey-ranking-item", D1), o("sv-ranking-item", A1), o("survey-rating", E1), o("sv-rating-item", z1), o("sv-rating-item-smiley", U1), o("sv-rating-item-star", j1), o("sv-rating-dropdown", Y1), o("sv-rating-dropdown-item", X1), o("survey-boolean", _1), o("sv-boolean-radio", eo), o("sv-boolean-radio-item", to), o("sv-boolean-checkbox", uo), o("survey-multipletext", vo), o("survey-multipletext-item", po), o("survey-matrix", qo), o("survey-matrix-row", ko), o("survey-matrix-cell", bo), o("survey-matrixdropdown", Mo), o("survey-matrixtable", So), o("survey-matrixheaderrequired", Bo), o("survey-matrixdropdown-cell", Ro), o("survey-matrixdynamic", Zo), o("sv-matrix-remove-button", Do), o("sv-matrix-drag-drop-icon", Po), o("sv-matrix-detail-button", Eo), o("survey-paneldynamic", Wo), o("survey-paneldynamicprogress", Fo), o("survey-paneldynamicprogress-v2", zo), o("sv-paneldynamic-add-btn", Uo), o("sv-paneldynamic-next-btn", jo), o("sv-paneldynamic-prev-btn", Go), o("sv-paneldynamic-remove-btn", Xo), o("sv-paneldynamic-progress-text", Yo), o("sv-components-container", Jt), o("sv-progress-buttons", sn), o("sv-navigation-toc", on), o("sv-progress-pages", J), o("sv-progress-questions", J), o("sv-progress-correctquestions", J), o("sv-progress-requiredquestions", J), o("survey-errors", _o), o("survey-question-comment", st), o("survey-element-title", ot), o("survey-element-title-content", it), o("sv-title-actions", ut), o("sv-brand-info", Ct), o("sv-question-error", wt), o("sv-svg-icon", qt), o("sv-action-bar", kt), o("sv-action", bt), o("sv-action-bar-item", It), o("sv-action-bar-item-dropdown", Bt), o("sv-action-bar-separator", Tt), o("sv-list", Dt), o("sv-list-item-content", Et), o("sv-list-item-group", Wt), o("sv-list-item", Nt), o("sv-popup", Ft), o("sv-popup-container", Qt), o("popup-pointer", Gt), o("sv-notifier", pn), o("survey-other-choice", gn), o("sv-nav-btn", yn), o("survey-customwidget", qn), o("survey-popup-modal", wn), o("survey-composite", bn), o("survey-custom", Mn), o("sv-timerpanel", Sn), o("sv-loading-indicator", Bn), o("sv-header", Rn), o("sv-header-cell", Dn), o("sv-header-mobile", En), o("sv-template-renderer", Fn), o("sv-character-counter", Ln), o("sv-text-area", fn), o("survey-element", Wn), o("survey-buttongroup", Gn), o("sv-button-group-item", xn), o("survey", ie);
6405
6414
  }
6406
6415
  Me(
6407
6416
  (u, o) => O.Instance.registerComponent(u, o)
@@ -6423,5 +6432,5 @@ export {
6423
6432
  V as useBase,
6424
6433
  ee as useComputedArray,
6425
6434
  K as useLocString,
6426
- T as useQuestion
6435
+ R as useQuestion
6427
6436
  };