survey-vue3-ui 1.12.23 → 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) => {
@@ -4041,7 +4041,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4041
4041
  },
4042
4042
  setup(u) {
4043
4043
  const o = u;
4044
- return V(() => o.item), (e, s) => R((r(), l("button", {
4044
+ return V(() => o.item), (e, s) => T((r(), l("button", {
4045
4045
  class: a(e.item.getActionBarItemCss()),
4046
4046
  type: "button",
4047
4047
  onClick: s[0] || (s[0] = (n) => {
@@ -4098,7 +4098,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4098
4098
  e.dispose();
4099
4099
  }
4100
4100
  ), (s, n) => (r(), l(I, null, [
4101
- R((r(), l("button", {
4101
+ T((r(), l("button", {
4102
4102
  type: "button",
4103
4103
  class: a(s.item.getActionBarItemCss()),
4104
4104
  onClick: n[0] || (n[0] = (t) => {
@@ -4132,7 +4132,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4132
4132
  }, null, 8, ["model"])
4133
4133
  ], 64));
4134
4134
  }
4135
- }), Rt = /* @__PURE__ */ h({
4135
+ }), Tt = /* @__PURE__ */ h({
4136
4136
  __name: "ActionBarSeparator",
4137
4137
  props: {
4138
4138
  item: {}
@@ -4143,7 +4143,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4143
4143
  class: a(["sv-action-bar-separator", e.value])
4144
4144
  }, null, 2));
4145
4145
  }
4146
- }), 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({
4147
4147
  __name: "List",
4148
4148
  props: {
4149
4149
  model: {}
@@ -4188,7 +4188,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4188
4188
  value: d.model.filterString,
4189
4189
  onChange: s,
4190
4190
  onKeyup: n
4191
- }, null, 42, Tt),
4191
+ }, null, 42, Rt),
4192
4192
  d.model.showSearchClearButton && !!d.model.filterString ? (r(), l("button", {
4193
4193
  key: 0,
4194
4194
  onClick: g[0] || (g[0] = (p) => {
@@ -4203,7 +4203,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4203
4203
  })
4204
4204
  ], 2)) : c("", !0)
4205
4205
  ], 2)) : c("", !0),
4206
- R(m("div", {
4206
+ T(m("div", {
4207
4207
  class: a(d.model.cssClasses.emptyContainer)
4208
4208
  }, [
4209
4209
  m("div", {
@@ -4213,7 +4213,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4213
4213
  ], 2), [
4214
4214
  [P, d.model.isEmpty]
4215
4215
  ]),
4216
- d.model.renderElements ? R((r(), l("ul", {
4216
+ d.model.renderElements ? T((r(), l("ul", {
4217
4217
  key: 1,
4218
4218
  class: a(d.model.getListClass()),
4219
4219
  role: "listbox",
@@ -4255,7 +4255,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4255
4255
  setTimeout(() => {
4256
4256
  o.model.onLastItemRended(o.item);
4257
4257
  });
4258
- }), (t, i) => R((r(), l("li", {
4258
+ }), (t, i) => T((r(), l("li", {
4259
4259
  role: "option",
4260
4260
  "aria-selected": t.model.isItemSelected(t.item),
4261
4261
  key: t.item.id,
@@ -4386,7 +4386,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4386
4386
  s.isVisible && !s.isPositionSet && o.model.updateOnShowing();
4387
4387
  }), $(() => {
4388
4388
  o.model.isVisible && o.model.updateOnShowing();
4389
- }), (s, n) => R((r(), l("div", {
4389
+ }), (s, n) => T((r(), l("div", {
4390
4390
  tabindex: "-1",
4391
4391
  class: a(["sv-popup", s.model.styleClass]),
4392
4392
  onKeydown: n[0] || (n[0] = (t) => {
@@ -4636,7 +4636,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4636
4636
  return (o, e) => (r(), l("div", {
4637
4637
  class: a(o.model.containerCss)
4638
4638
  }, [
4639
- o.model.isMobile ? R((r(), l("div", {
4639
+ o.model.isMobile ? T((r(), l("div", {
4640
4640
  key: 0,
4641
4641
  onClick: e[0] || (e[0] = (...s) => o.model.togglePopup && o.model.togglePopup(...s))
4642
4642
  }, [
@@ -4661,7 +4661,7 @@ const Ct = /* @__PURE__ */ dt(vt, [["render", gt]]), yt = /* @__PURE__ */ m("use
4661
4661
  });
4662
4662
  var fe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, re = { exports: {} };
4663
4663
  /*!
4664
- * surveyjs - Survey JavaScript library v1.12.22
4664
+ * surveyjs - Survey JavaScript library v1.12.23
4665
4665
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4666
4666
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4667
4667
  */
@@ -4974,7 +4974,7 @@ var fe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
4974
4974
  })(re);
4975
4975
  var Le = { exports: {} };
4976
4976
  /*!
4977
- * surveyjs - Survey JavaScript library v1.12.22
4977
+ * surveyjs - Survey JavaScript library v1.12.23
4978
4978
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4979
4979
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
4980
4980
  */
@@ -5774,7 +5774,7 @@ const ie = /* @__PURE__ */ h({
5774
5774
  },
5775
5775
  setup(u) {
5776
5776
  const o = u, e = b(null);
5777
- T(o, e);
5777
+ R(o, e);
5778
5778
  const s = L(() => o.question.contentPanel);
5779
5779
  return (n, t) => (r(), C(v, {
5780
5780
  is: "survey-panel",
@@ -5793,7 +5793,7 @@ const ie = /* @__PURE__ */ h({
5793
5793
  },
5794
5794
  setup(u) {
5795
5795
  const o = u, e = b(null);
5796
- T(o, e);
5796
+ R(o, e);
5797
5797
  const s = L(() => o.question.contentQuestion), n = (t) => te(t);
5798
5798
  return (t, i) => (r(), C(v, {
5799
5799
  ref: e.value,
@@ -5832,7 +5832,7 @@ const ie = /* @__PURE__ */ h({
5832
5832
  class: a(n.model.minorTextCss)
5833
5833
  }, H(n.model.clockMinorText), 3)) : c("", !0)
5834
5834
  ], 2)
5835
- ], 2)) : R((r(), l("div", {
5835
+ ], 2)) : T((r(), l("div", {
5836
5836
  key: 1,
5837
5837
  class: a(n.model.survey.getCss().timerRoot)
5838
5838
  }, H(s.value), 3)), [
@@ -5850,7 +5850,7 @@ const ie = /* @__PURE__ */ h({
5850
5850
  })
5851
5851
  ]));
5852
5852
  }
5853
- }), Rn = { key: 2 }, Tn = /* @__PURE__ */ h({
5853
+ }), Tn = { key: 2 }, Rn = /* @__PURE__ */ h({
5854
5854
  __name: "Header",
5855
5855
  props: {
5856
5856
  model: {},
@@ -5882,7 +5882,7 @@ const ie = /* @__PURE__ */ h({
5882
5882
  key: t
5883
5883
  }, null, 8, ["model"]))), 128))
5884
5884
  ], 6)),
5885
- e.survey.isMobile ? (r(), l("div", Rn, [
5885
+ e.survey.isMobile ? (r(), l("div", Tn, [
5886
5886
  y(v, {
5887
5887
  is: "sv-header-mobile",
5888
5888
  model: e.model
@@ -6135,7 +6135,7 @@ const ie = /* @__PURE__ */ h({
6135
6135
  return ((s = o.data) == null ? void 0 : s.question) || ((n = o.item) == null ? void 0 : n.data.question);
6136
6136
  }
6137
6137
  );
6138
- return (s, n) => R((r(), l("label", {
6138
+ return (s, n) => T((r(), l("label", {
6139
6139
  tabindex: "0",
6140
6140
  class: a(e.value.getChooseFileCss()),
6141
6141
  for: e.value.inputId,
@@ -6185,7 +6185,7 @@ const ie = /* @__PURE__ */ h({
6185
6185
  },
6186
6186
  setup(u) {
6187
6187
  const o = u, e = b();
6188
- return T(o, e), (s, n) => (r(), l("div", {
6188
+ return R(o, e), (s, n) => (r(), l("div", {
6189
6189
  role: "group",
6190
6190
  class: a(s.question.cssClasses.root),
6191
6191
  ref_key: "root",
@@ -6222,7 +6222,7 @@ const ie = /* @__PURE__ */ h({
6222
6222
  class: a(e.value.css.label),
6223
6223
  title: e.value.caption.renderedHtml
6224
6224
  }, [
6225
- R(m("input", {
6225
+ T(m("input", {
6226
6226
  type: "radio",
6227
6227
  name: e.value.name,
6228
6228
  id: e.value.id,
@@ -6296,7 +6296,7 @@ const ie = /* @__PURE__ */ h({
6296
6296
  e(), X.onIconsChanged.add(e);
6297
6297
  }), N(() => {
6298
6298
  X.onIconsChanged.remove(e);
6299
- }), (s, n) => R((r(), l("svg", {
6299
+ }), (s, n) => T((r(), l("svg", {
6300
6300
  id: "sv-icon-holder-global-container",
6301
6301
  ref_key: "root",
6302
6302
  ref: o
@@ -6331,7 +6331,7 @@ const ie = /* @__PURE__ */ h({
6331
6331
  question: {}
6332
6332
  },
6333
6333
  setup(u) {
6334
- return (o, e) => R((r(), l("span", {
6334
+ return (o, e) => T((r(), l("span", {
6335
6335
  class: a(o.question.cssClasses.previewItem),
6336
6336
  onClick: e[3] || (e[3] = (s) => o.question.doDownloadFileFromContainer(s))
6337
6337
  }, [
@@ -6410,7 +6410,7 @@ function Me(u) {
6410
6410
  void 0,
6411
6411
  u
6412
6412
  );
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", 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);
6414
6414
  }
6415
6415
  Me(
6416
6416
  (u, o) => O.Instance.registerComponent(u, o)
@@ -6432,5 +6432,5 @@ export {
6432
6432
  V as useBase,
6433
6433
  ee as useComputedArray,
6434
6434
  K as useLocString,
6435
- T as useQuestion
6435
+ R as useQuestion
6436
6436
  };