survey-vue3-ui 1.12.2 → 1.12.4

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.
@@ -564,8 +564,9 @@ const Ye = /* @__PURE__ */ h({
564
564
  const e = u;
565
565
  return D(() => e.element), (n, s) => (i(), l("div", {
566
566
  class: "sv-skeleton-element",
567
- id: n.element.id
568
- }, null, 8, vs));
567
+ id: n.element.id,
568
+ style: S({ height: n.element.skeletonHeight })
569
+ }, null, 12, vs));
569
570
  }
570
571
  }), ys = ["id"], gs = ["value"], hs = /* @__PURE__ */ h({
571
572
  inheritAttrs: !1,
@@ -2328,7 +2329,8 @@ const an = /* @__PURE__ */ h({
2328
2329
  }, jn = /* @__PURE__ */ h({
2329
2330
  __name: "RatingDropdownItem",
2330
2331
  props: {
2331
- item: {}
2332
+ item: {},
2333
+ model: {}
2332
2334
  },
2333
2335
  setup(u) {
2334
2336
  const e = u;
@@ -4330,13 +4332,13 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4330
4332
  }, null, 8, ["model"])
4331
4333
  ], 512));
4332
4334
  }
4333
- }), Et = { class: "sv-popup__shadow" }, Wt = { class: "sv-popup__body-content" }, Ft = {
4335
+ }), Et = { class: "sv-popup__body-content" }, Wt = {
4334
4336
  key: 0,
4335
4337
  class: "sv-popup__body-header"
4336
- }, Vt = { class: "sv-popup__scrolling-content" }, Ot = { class: "sv-popup__content" }, zt = {
4338
+ }, Ft = { class: "sv-popup__scrolling-content" }, Vt = { class: "sv-popup__content" }, Ot = {
4337
4339
  key: 1,
4338
4340
  class: "sv-popup__body-footer"
4339
- }, Ut = /* @__PURE__ */ h({
4341
+ }, zt = /* @__PURE__ */ h({
4340
4342
  __name: "PopupContainer",
4341
4343
  props: {
4342
4344
  model: {}
@@ -4371,35 +4373,33 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4371
4373
  }),
4372
4374
  onClick: n
4373
4375
  }, [
4376
+ s.model.showHeader ? (i(), g(d, {
4377
+ key: 0,
4378
+ is: s.model.popupHeaderTemplate,
4379
+ model: s.model
4380
+ }, null, 8, ["is", "model"])) : m("", !0),
4374
4381
  v("div", Et, [
4375
- s.model.showHeader ? (i(), g(d, {
4376
- key: 0,
4377
- is: s.model.popupHeaderTemplate,
4378
- model: s.model
4379
- }, null, 8, ["is", "model"])) : m("", !0),
4380
- v("div", Wt, [
4381
- s.model.title ? (i(), l("div", Ft, R(s.model.title), 1)) : m("", !0),
4382
+ s.model.title ? (i(), l("div", Wt, R(s.model.title), 1)) : m("", !0),
4383
+ v("div", Ft, [
4382
4384
  v("div", Vt, [
4383
- v("div", Ot, [
4384
- y(d, M({
4385
- is: s.model.contentComponentName
4386
- }, s.model.contentComponentData), null, 16, ["is"])
4387
- ])
4388
- ]),
4389
- s.model.showFooter ? (i(), l("div", zt, [
4390
- y(d, {
4391
- is: "sv-action-bar",
4392
- model: s.model.footerToolbar
4393
- }, null, 8, ["model"])
4394
- ])) : m("", !0)
4395
- ])
4385
+ y(d, M({
4386
+ is: s.model.contentComponentName
4387
+ }, s.model.contentComponentData), null, 16, ["is"])
4388
+ ])
4389
+ ]),
4390
+ s.model.showFooter ? (i(), l("div", Ot, [
4391
+ y(d, {
4392
+ is: "sv-action-bar",
4393
+ model: s.model.footerToolbar
4394
+ }, null, 8, ["model"])
4395
+ ])) : m("", !0)
4396
4396
  ])
4397
4397
  ], 4)
4398
4398
  ], 34)), [
4399
4399
  [E, s.model.isVisible]
4400
4400
  ]);
4401
4401
  }
4402
- }), Kt = /* @__PURE__ */ h({
4402
+ }), Ut = /* @__PURE__ */ h({
4403
4403
  __name: "PopupPointer",
4404
4404
  props: {
4405
4405
  model: {}
@@ -4413,7 +4413,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4413
4413
  })
4414
4414
  }, null, 4));
4415
4415
  }
4416
- }), Qt = /* @__PURE__ */ h({
4416
+ }), Kt = /* @__PURE__ */ h({
4417
4417
  __name: "Container",
4418
4418
  props: {
4419
4419
  survey: {},
@@ -4474,7 +4474,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4474
4474
  }, R(o.survey.progressText), 3)
4475
4475
  ], 2));
4476
4476
  }
4477
- }), jt = ["title"], Gt = ["onClick", "data-page-number"], Jt = ["title"], Xt = ["title"], Yt = ["title"], Zt = /* @__PURE__ */ h({
4477
+ }), Qt = ["title"], jt = ["onClick", "data-page-number"], Gt = ["title"], Jt = ["title"], Xt = ["title"], Yt = /* @__PURE__ */ h({
4478
4478
  __name: "ProgressButtons",
4479
4479
  props: {
4480
4480
  survey: {},
@@ -4519,7 +4519,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4519
4519
  v("div", {
4520
4520
  class: r(C.survey.css.progressButtonsPageTitle),
4521
4521
  title: C.model.headerText
4522
- }, R(C.model.headerText), 11, jt)
4522
+ }, R(C.model.headerText), 11, Qt)
4523
4523
  ], 2)) : m("", !0),
4524
4524
  v("div", {
4525
4525
  class: r(p.value.progressButtonsContainer)
@@ -4555,12 +4555,12 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4555
4555
  is: "survey-string",
4556
4556
  locString: f.locNavigationTitle
4557
4557
  }, null, 8, ["locString"])
4558
- ], 10, Jt)) : m("", !0),
4558
+ ], 10, Gt)) : m("", !0),
4559
4559
  o.value ? (i(), l("div", {
4560
4560
  key: 1,
4561
4561
  class: r(p.value.progressButtonsPageDescription),
4562
4562
  title: f.locNavigationDescription.renderedHtml
4563
- }, R(f.locNavigationDescription.renderedHtml), 11, Xt)) : m("", !0),
4563
+ }, R(f.locNavigationDescription.renderedHtml), 11, Jt)) : m("", !0),
4564
4564
  v("div", {
4565
4565
  class: r(p.value.progressButtonsButton)
4566
4566
  }, [
@@ -4572,7 +4572,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4572
4572
  }, null, 2),
4573
4573
  v("span", null, R(C.model.getItemNumber(f)), 1)
4574
4574
  ], 2)
4575
- ], 10, Gt))), 128))
4575
+ ], 10, jt))), 128))
4576
4576
  ], 2)
4577
4577
  ], 2),
4578
4578
  v("div", {
@@ -4588,11 +4588,11 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4588
4588
  v("div", {
4589
4589
  class: r(C.survey.css.progressButtonsPageTitle),
4590
4590
  title: C.model.footerText
4591
- }, R(C.model.footerText), 11, Yt)
4591
+ }, R(C.model.footerText), 11, Xt)
4592
4592
  ], 2)) : m("", !0)
4593
4593
  ], 6));
4594
4594
  }
4595
- }), _t = /* @__PURE__ */ h({
4595
+ }), Zt = /* @__PURE__ */ h({
4596
4596
  __name: "ProgressToc",
4597
4597
  props: {
4598
4598
  survey: {},
@@ -4624,10 +4624,10 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4624
4624
  }, null, 8, ["model"]))
4625
4625
  ], 2));
4626
4626
  }
4627
- }), xt = ["lang", "dir"], ei = { onsubmit: "return false;" }, si = {
4627
+ }), _t = ["lang", "dir"], xt = { onsubmit: "return false;" }, ei = {
4628
4628
  key: 0,
4629
4629
  class: "sv_custom_header"
4630
- }, ni = { class: "sv-components-column sv-components-column--expandable" }, oi = ["id"], ti = { key: 2 }, ii = ["innerHTML"], ri = ["innerHTML"], li = ["innerHTML"], te = /* @__PURE__ */ h({
4630
+ }, si = { class: "sv-components-column sv-components-column--expandable" }, ni = ["id"], oi = { key: 2 }, ti = ["innerHTML"], ii = ["innerHTML"], ri = ["innerHTML"], te = /* @__PURE__ */ h({
4631
4631
  __name: "Survey",
4632
4632
  props: {
4633
4633
  model: {},
@@ -4684,8 +4684,8 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4684
4684
  class: r(c.value.rootBackgroundImage),
4685
4685
  style: S(o.value.backgroundImageStyle)
4686
4686
  }, null, 6)) : m("", !0),
4687
- v("form", ei, [
4688
- o.value.hasLogo ? m("", !0) : (i(), l("div", si)),
4687
+ v("form", xt, [
4688
+ o.value.hasLogo ? m("", !0) : (i(), l("div", ei)),
4689
4689
  v("div", {
4690
4690
  class: r(c.value.container)
4691
4691
  }, [
@@ -4710,7 +4710,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4710
4710
  container: "left",
4711
4711
  needRenderWrapper: !0
4712
4712
  }, null, 8, ["survey"]),
4713
- v("div", ni, [
4713
+ v("div", si, [
4714
4714
  y(d, {
4715
4715
  is: "sv-components-container",
4716
4716
  survey: o.value,
@@ -4745,7 +4745,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4745
4745
  key: 0,
4746
4746
  is: "sv-brand-info"
4747
4747
  })) : m("", !0)
4748
- ], 14, oi)
4748
+ ], 14, ni)
4749
4749
  ]),
4750
4750
  y(d, {
4751
4751
  is: "sv-components-container",
@@ -4760,11 +4760,11 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4760
4760
  container: "footer",
4761
4761
  needRenderWrapper: !1
4762
4762
  }, null, 8, ["survey"]),
4763
- q.value ? (i(), l("div", ti, [
4763
+ q.value ? (i(), l("div", oi, [
4764
4764
  v("div", {
4765
4765
  innerHTML: B(),
4766
4766
  class: r(o.value.completedCss)
4767
- }, null, 10, ii),
4767
+ }, null, 10, ti),
4768
4768
  y(d, {
4769
4769
  is: "sv-components-container",
4770
4770
  survey: o.value,
@@ -4776,12 +4776,12 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4776
4776
  key: 3,
4777
4777
  class: r(o.value.completedBeforeCss),
4778
4778
  innerHTML: o.value.processedCompletedBeforeHtml
4779
- }, null, 10, ri)) : m("", !0),
4779
+ }, null, 10, ii)) : m("", !0),
4780
4780
  o.value.state === "loading" ? (i(), l("div", {
4781
4781
  key: 4,
4782
4782
  class: r(o.value.loadingBodyCss),
4783
4783
  innerHTML: o.value.processedLoadingHtml
4784
- }, null, 10, li)) : m("", !0),
4784
+ }, null, 10, ri)) : m("", !0),
4785
4785
  o.value.state === "empty" ? (i(), l("div", {
4786
4786
  key: 5,
4787
4787
  class: r(c.value.bodyEmpty)
@@ -4793,9 +4793,9 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4793
4793
  model: o.value.notifier
4794
4794
  }, null, 8, ["model"])
4795
4795
  ], 2)
4796
- ], 14, xt));
4796
+ ], 14, _t));
4797
4797
  }
4798
- }), ai = /* @__PURE__ */ h({
4798
+ }), li = /* @__PURE__ */ h({
4799
4799
  __name: "Notifier",
4800
4800
  props: {
4801
4801
  model: {}
@@ -4816,7 +4816,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4816
4816
  }, null, 8, ["model"])
4817
4817
  ], 6)) : m("", !0);
4818
4818
  }
4819
- }), ui = { key: 0 }, di = /* @__PURE__ */ h({
4819
+ }), ai = { key: 0 }, ui = /* @__PURE__ */ h({
4820
4820
  __name: "QuestionOther",
4821
4821
  props: {
4822
4822
  question: {}
@@ -4825,14 +4825,14 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4825
4825
  return (e, n) => (i(), l("div", {
4826
4826
  class: r(e.question.getCommentAreaCss(!0))
4827
4827
  }, [
4828
- e.question.isReadOnlyRenderDiv() ? (i(), l("div", ui, R(e.question.otherValue), 1)) : (i(), g(d, {
4828
+ e.question.isReadOnlyRenderDiv() ? (i(), l("div", ai, R(e.question.otherValue), 1)) : (i(), g(d, {
4829
4829
  key: 1,
4830
4830
  is: "sv-text-area",
4831
4831
  model: e.question.otherTextAreaModel
4832
4832
  }, null, 8, ["model"]))
4833
4833
  ], 2));
4834
4834
  }
4835
- }), mi = ["disabled", "value", "title"], pi = /* @__PURE__ */ h({
4835
+ }), di = ["disabled", "value", "title"], mi = /* @__PURE__ */ h({
4836
4836
  __name: "SurveyNavigationButton",
4837
4837
  props: {
4838
4838
  item: {}
@@ -4848,7 +4848,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4848
4848
  title: s.item.getTooltip(),
4849
4849
  onMousedown: n,
4850
4850
  onClick: t[0] || (t[0] = (...o) => s.item.action && s.item.action(...o))
4851
- }, null, 42, mi)) : m("", !0);
4851
+ }, null, 42, di)) : m("", !0);
4852
4852
  }
4853
4853
  }), Ce = /* @__PURE__ */ h({
4854
4854
  __name: "PopupSurvey",
@@ -4964,7 +4964,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4964
4964
  ], 2)
4965
4965
  ], 38)) : m("", !0);
4966
4966
  }
4967
- }), ci = ["innerHTML"], vi = /* @__PURE__ */ h({
4967
+ }), pi = ["innerHTML"], ci = /* @__PURE__ */ h({
4968
4968
  __name: "CustomWidget",
4969
4969
  props: {
4970
4970
  question: {},
@@ -4987,7 +4987,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4987
4987
  t.value ? (i(), l("div", {
4988
4988
  key: 0,
4989
4989
  innerHTML: o.value
4990
- }, null, 8, ci)) : m("", !0),
4990
+ }, null, 8, pi)) : m("", !0),
4991
4991
  s.value ? (i(), g(d, {
4992
4992
  key: 1,
4993
4993
  is: a.value,
@@ -4996,7 +4996,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
4996
4996
  }, null, 8, ["is", "question", "css"])) : m("", !0)
4997
4997
  ], 512));
4998
4998
  }
4999
- }), qi = /* @__PURE__ */ h({
4999
+ }), vi = /* @__PURE__ */ h({
5000
5000
  __name: "PopupModal",
5001
5001
  setup(u) {
5002
5002
  const e = V();
@@ -5037,7 +5037,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5037
5037
  }, null, 8, ["model"])
5038
5038
  ], 8, ["to"])) : m("", !0);
5039
5039
  }
5040
- }), yi = ["readonly", "disabled", "value", "id", "maxlength", "cols", "rows", "placeholder", "aria-required", "aria-label", "aria-labelledby", "aria-describedby", "aria-invalid", "aria-errormessage"], gi = /* @__PURE__ */ h({
5040
+ }), qi = ["readonly", "disabled", "value", "id", "maxlength", "cols", "rows", "placeholder", "aria-required", "aria-label", "aria-labelledby", "aria-describedby", "aria-invalid", "aria-errormessage"], yi = /* @__PURE__ */ h({
5041
5041
  __name: "TextArea",
5042
5042
  props: {
5043
5043
  model: {}
@@ -5086,9 +5086,9 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5086
5086
  "aria-invalid": t.model.ariaInvalid,
5087
5087
  "aria-errormessage": t.model.ariaErrormessage,
5088
5088
  style: S({ resize: t.model.question.resizeStyle })
5089
- }, null, 46, yi));
5089
+ }, null, 46, qi));
5090
5090
  }
5091
- }), hi = /* @__PURE__ */ h({
5091
+ }), gi = /* @__PURE__ */ h({
5092
5092
  __name: "CharacterCounter",
5093
5093
  props: {
5094
5094
  counter: {},
@@ -5100,7 +5100,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5100
5100
  class: r(n.remainingCharacterCounter)
5101
5101
  }, R(n.counter.remainingCharacterCounter), 3));
5102
5102
  }
5103
- }), Ci = /* @__PURE__ */ h({
5103
+ }), hi = /* @__PURE__ */ h({
5104
5104
  inheritAttrs: !1,
5105
5105
  __name: "Composite",
5106
5106
  props: {
@@ -5119,7 +5119,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5119
5119
  css: t.css
5120
5120
  }, null, 8, ["element", "css"]));
5121
5121
  }
5122
- }), bi = /* @__PURE__ */ h({
5122
+ }), Ci = /* @__PURE__ */ h({
5123
5123
  inheritAttrs: !1,
5124
5124
  __name: "Custom",
5125
5125
  props: {
@@ -5137,9 +5137,9 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5137
5137
  css: o.css
5138
5138
  }, null, 8, ["is", "question", "css"]));
5139
5139
  }
5140
- }), ki = /* @__PURE__ */ v("use", { "xlink:href": "#icon-timercircle" }, null, -1), fi = [
5141
- ki
5142
- ], pe = 440, wi = /* @__PURE__ */ h({
5140
+ }), bi = /* @__PURE__ */ v("use", { "xlink:href": "#icon-timercircle" }, null, -1), ki = [
5141
+ bi
5142
+ ], pe = 440, fi = /* @__PURE__ */ h({
5143
5143
  __name: "TimerPanel",
5144
5144
  props: {
5145
5145
  model: {},
@@ -5155,7 +5155,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5155
5155
  key: 0,
5156
5156
  class: r(t.model.getProgressCss()),
5157
5157
  style: S({ strokeDasharray: pe, strokeDashoffset: n.value })
5158
- }, fi, 6)) : m("", !0),
5158
+ }, ki, 6)) : m("", !0),
5159
5159
  v("div", {
5160
5160
  class: r(t.model.textContainerCss)
5161
5161
  }, [
@@ -5174,10 +5174,10 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5174
5174
  [E, t.model.isRunning && !t.model.showTimerAsClock]
5175
5175
  ]);
5176
5176
  }
5177
- }), Ii = { class: "sd-loading-indicator" }, Si = /* @__PURE__ */ h({
5177
+ }), wi = { class: "sd-loading-indicator" }, Ii = /* @__PURE__ */ h({
5178
5178
  __name: "LoadingIndicator",
5179
5179
  setup(u) {
5180
- return (e, n) => (i(), l("div", Ii, [
5180
+ return (e, n) => (i(), l("div", wi, [
5181
5181
  y(d, {
5182
5182
  is: "sv-svg-icon",
5183
5183
  iconName: "icon-loading",
@@ -5185,7 +5185,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5185
5185
  })
5186
5186
  ]));
5187
5187
  }
5188
- }), Ri = { key: 2 }, Ti = /* @__PURE__ */ h({
5188
+ }), Si = { key: 2 }, Ri = /* @__PURE__ */ h({
5189
5189
  __name: "Header",
5190
5190
  props: {
5191
5191
  model: {},
@@ -5217,7 +5217,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5217
5217
  key: o
5218
5218
  }, null, 8, ["model"]))), 128))
5219
5219
  ], 6)),
5220
- n.survey.isMobile ? (i(), l("div", Ri, [
5220
+ n.survey.isMobile ? (i(), l("div", Si, [
5221
5221
  y(d, {
5222
5222
  is: "sv-header-mobile",
5223
5223
  model: n.model
@@ -5225,10 +5225,10 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5225
5225
  ])) : m("", !0)
5226
5226
  ], 6)) : m("", !0);
5227
5227
  }
5228
- }), $i = {
5228
+ }), Ti = {
5229
5229
  key: 0,
5230
5230
  class: "sv-header__logo"
5231
- }, Di = ["src", "width", "height", "alt"], Bi = /* @__PURE__ */ h({
5231
+ }, $i = ["src", "width", "height", "alt"], Di = /* @__PURE__ */ h({
5232
5232
  __name: "HeaderCell",
5233
5233
  props: {
5234
5234
  model: {}
@@ -5242,7 +5242,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5242
5242
  class: "sv-header__cell-content",
5243
5243
  style: S(e.model.contentStyle)
5244
5244
  }, [
5245
- e.model.showLogo ? (i(), l("div", $i, [
5245
+ e.model.showLogo ? (i(), l("div", Ti, [
5246
5246
  v("div", {
5247
5247
  class: r(e.model.survey.logoClassNames)
5248
5248
  }, [
@@ -5253,7 +5253,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5253
5253
  height: e.model.survey.renderedLogoHeight,
5254
5254
  alt: e.model.survey.locTitle.renderedHtml,
5255
5255
  style: S({ objectFit: e.model.survey.logoFit, width: e.model.survey.renderedStyleLogoWidth, height: e.model.survey.renderedStyleLogoHeight })
5256
- }, null, 14, Di)
5256
+ }, null, 14, $i)
5257
5257
  ], 2)
5258
5258
  ])) : m("", !0),
5259
5259
  e.model.showTitle ? (i(), l("div", {
@@ -5285,17 +5285,17 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5285
5285
  ], 4)
5286
5286
  ], 6));
5287
5287
  }
5288
- }), Ai = { class: "sv-header--mobile" }, Li = {
5288
+ }), Bi = { class: "sv-header--mobile" }, Ai = {
5289
5289
  key: 0,
5290
5290
  class: "sv-header__logo"
5291
- }, Ni = ["src", "width", "height", "alt"], Pi = /* @__PURE__ */ h({
5291
+ }, Li = ["src", "width", "height", "alt"], Ni = /* @__PURE__ */ h({
5292
5292
  __name: "HeaderMobile",
5293
5293
  props: {
5294
5294
  model: {}
5295
5295
  },
5296
5296
  setup(u) {
5297
- return (e, n) => (i(), l("div", Ai, [
5298
- e.model.survey.hasLogo ? (i(), l("div", Li, [
5297
+ return (e, n) => (i(), l("div", Bi, [
5298
+ e.model.survey.hasLogo ? (i(), l("div", Ai, [
5299
5299
  v("div", {
5300
5300
  class: r(e.model.survey.logoClassNames)
5301
5301
  }, [
@@ -5306,7 +5306,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5306
5306
  height: e.model.survey.renderedLogoHeight,
5307
5307
  alt: e.model.survey.locTitle.renderedHtml,
5308
5308
  style: S({ objectFit: e.model.survey.logoFit, width: e.model.survey.renderedStyleLogoWidth, height: e.model.survey.renderedStyleLogoHeight })
5309
- }, null, 14, Ni)
5309
+ }, null, 14, Li)
5310
5310
  ], 2)
5311
5311
  ])) : m("", !0),
5312
5312
  e.model.survey.hasTitle ? (i(), l("div", {
@@ -5337,7 +5337,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5337
5337
  ], 4)) : m("", !0)
5338
5338
  ]));
5339
5339
  }
5340
- }), Mi = /* @__PURE__ */ h({
5340
+ }), Pi = /* @__PURE__ */ h({
5341
5341
  __name: "Element",
5342
5342
  props: {
5343
5343
  element: {},
@@ -5393,7 +5393,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5393
5393
  }, null, 8, ["is", "element", "css"])) : m("", !0)
5394
5394
  ], 6));
5395
5395
  }
5396
- }), Hi = /* @__PURE__ */ h({
5396
+ }), Mi = /* @__PURE__ */ h({
5397
5397
  __name: "TemplateRenderer",
5398
5398
  props: {
5399
5399
  componentName: {},
@@ -5406,7 +5406,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5406
5406
  is: s.componentName
5407
5407
  }, s.componentData), null, 16, ["is"]));
5408
5408
  }
5409
- }), Ei = /* @__PURE__ */ h({
5409
+ }), Hi = /* @__PURE__ */ h({
5410
5410
  __name: "FileCleanButton",
5411
5411
  props: {
5412
5412
  question: {},
@@ -5428,7 +5428,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5428
5428
  }, null, 8, ["iconName", "title"])) : m("", !0)
5429
5429
  ], 2));
5430
5430
  }
5431
- }), Wi = ["id"], Fi = /* @__PURE__ */ h({
5431
+ }), Ei = ["id"], Wi = /* @__PURE__ */ h({
5432
5432
  __name: "FileVideo",
5433
5433
  props: {
5434
5434
  question: {}
@@ -5450,14 +5450,14 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5450
5450
  playsinline: "",
5451
5451
  id: e.question.videoId,
5452
5452
  class: r(e.question.cssClasses.video)
5453
- }, null, 10, Wi),
5453
+ }, null, 10, Ei),
5454
5454
  y(d, {
5455
5455
  is: "sv-action",
5456
5456
  item: e.question.takePictureAction
5457
5457
  }, null, 8, ["item"])
5458
5458
  ], 2));
5459
5459
  }
5460
- }), Vi = ["for", "aria-label"], Oi = /* @__PURE__ */ h({
5460
+ }), Fi = ["for", "aria-label"], Vi = /* @__PURE__ */ h({
5461
5461
  __name: "FileChooseButton",
5462
5462
  props: {
5463
5463
  data: {},
@@ -5485,11 +5485,11 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5485
5485
  size: "auto"
5486
5486
  }, null, 8, ["title", "iconName"])) : m("", !0),
5487
5487
  v("span", null, R(n.value.chooseButtonText), 1)
5488
- ], 10, Vi)), [
5488
+ ], 10, Fi)), [
5489
5489
  [k(j)]
5490
5490
  ]);
5491
5491
  }
5492
- }), zi = ["onClick", "href", "title", "download"], Ui = ["src"], Ki = ["onClick"], Qi = ["onClick", "href", "title", "download"], ji = /* @__PURE__ */ h({
5492
+ }), Oi = ["onClick", "href", "title", "download"], zi = ["src"], Ui = ["onClick"], Ki = ["onClick", "href", "title", "download"], Qi = /* @__PURE__ */ h({
5493
5493
  __name: "FilePreview",
5494
5494
  props: {
5495
5495
  question: {}
@@ -5514,7 +5514,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5514
5514
  title: s.name,
5515
5515
  download: s.name,
5516
5516
  style: S({ width: e.question.imageWidth })
5517
- }, R(s.name), 13, zi)
5517
+ }, R(s.name), 13, Oi)
5518
5518
  ], 2)) : m("", !0),
5519
5519
  v("div", {
5520
5520
  class: r(e.question.getImageWrapperCss(s))
@@ -5527,7 +5527,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5527
5527
  width: e.question.imageWidth
5528
5528
  }),
5529
5529
  alt: "File preview"
5530
- }, null, 12, Ui)) : m("", !0),
5530
+ }, null, 12, zi)) : m("", !0),
5531
5531
  e.question.defaultImage(s) ? (i(), g(d, {
5532
5532
  key: 1,
5533
5533
  is: "sv-svg-icon",
@@ -5551,7 +5551,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5551
5551
  iconName: e.question.cssClasses.removeFileSvgIconId,
5552
5552
  size: "auto"
5553
5553
  }, null, 8, ["title", "class", "iconName"])) : m("", !0)
5554
- ], 10, Ki)) : m("", !0)
5554
+ ], 10, Ui)) : m("", !0)
5555
5555
  ], 2),
5556
5556
  s.name && e.question.cssClasses.fileSignBottom ? (i(), l("div", {
5557
5557
  key: 1,
@@ -5563,14 +5563,14 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5563
5563
  title: s.name,
5564
5564
  download: s.name,
5565
5565
  style: S({ width: e.question.imageWidth })
5566
- }, R(s.name), 13, Qi)
5566
+ }, R(s.name), 13, Ki)
5567
5567
  ], 2)) : m("", !0)
5568
5568
  ], 2)), [
5569
5569
  [E, s && e.question.isPreviewVisible(t)]
5570
5570
  ])), 128))
5571
5571
  ], 2)) : m("", !0);
5572
5572
  }
5573
- }), Gi = /* @__PURE__ */ h({
5573
+ }), ji = /* @__PURE__ */ h({
5574
5574
  __name: "ButtonGroup",
5575
5575
  props: {
5576
5576
  question: {}
@@ -5592,7 +5592,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5592
5592
  }, null, 8, ["question", "item", "index"]))), 128))
5593
5593
  ], 2));
5594
5594
  }
5595
- }), Ji = ["title"], Xi = ["name", "id", "aria-required", "aria-label", "aria-invalid", "aria-errormessage", "disabled", "value"], Yi = ["title"], Zi = /* @__PURE__ */ h({
5595
+ }), Gi = ["title"], Ji = ["name", "id", "aria-required", "aria-label", "aria-invalid", "aria-errormessage", "disabled", "value"], Xi = ["title"], Yi = /* @__PURE__ */ h({
5596
5596
  __name: "ButtonGroupItem",
5597
5597
  props: {
5598
5598
  item: {},
@@ -5627,7 +5627,7 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5627
5627
  class: r(n.value.css.control),
5628
5628
  "onUpdate:modelValue": o[0] || (o[0] = (a) => s.value = a),
5629
5629
  value: n.value.value
5630
- }, null, 10, Xi), [
5630
+ }, null, 10, Ji), [
5631
5631
  [Y, s.value]
5632
5632
  ]),
5633
5633
  v("div", {
@@ -5649,11 +5649,11 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5649
5649
  is: "survey-string",
5650
5650
  locString: n.value.caption
5651
5651
  }, null, 8, ["locString"])
5652
- ], 10, Yi)) : m("", !0)
5652
+ ], 10, Xi)) : m("", !0)
5653
5653
  ], 2)
5654
- ], 10, Ji));
5654
+ ], 10, Gi));
5655
5655
  }
5656
- }), _i = ["src", "width", "height", "alt"], xi = /* @__PURE__ */ h({
5656
+ }), Zi = ["src", "width", "height", "alt"], _i = /* @__PURE__ */ h({
5657
5657
  inheritAttrs: !1,
5658
5658
  __name: "Logo",
5659
5659
  props: {
@@ -5675,10 +5675,10 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5675
5675
  width: n.value.renderedStyleLogoWidth,
5676
5676
  height: n.value.renderedStyleLogoHeight
5677
5677
  })
5678
- }, null, 14, _i)
5678
+ }, null, 14, Zi)
5679
5679
  ], 2));
5680
5680
  }
5681
- }), er = /* @__PURE__ */ h({
5681
+ }), xi = /* @__PURE__ */ h({
5682
5682
  __name: "SvgBundle",
5683
5683
  setup(u) {
5684
5684
  const e = I();
@@ -5694,20 +5694,20 @@ const mt = /* @__PURE__ */ it(rt, [["render", dt]]), pt = /* @__PURE__ */ v("use
5694
5694
  }
5695
5695
  });
5696
5696
  Je.platform = "vue3";
5697
- function sr(u, e, n) {
5697
+ function er(u, e, n) {
5698
5698
  u(e, n);
5699
5699
  }
5700
5700
  function be(u) {
5701
- const e = sr.bind(
5701
+ const e = er.bind(
5702
5702
  void 0,
5703
5703
  u
5704
5704
  );
5705
- e("sv-svg-bundle", er), e("popup-survey", Ce), e("survey-header", Ze), e("sv-logo-image", xi), e("survey-page", Ye), e("survey-row", _e), e("survey-question", ns), e("survey-panel", rs), e("survey-element-header", as), e("survey-string", us), e("sv-string-viewer", ms), e("sv-string-editor", cs), e("sv-skeleton", qs), e("survey-text", hs), e("survey-text-input", ks), e("survey-checkbox", Rs), e("survey-checkbox-item", Ds), e("survey-radiogroup", Bs), e("survey-radiogroup-item", Ns), e("survey-signaturepad", Es), e("survey-html", Fs), e("survey-image", Us), e("survey-expression", Ks), e("survey-file", Js), e("sv-file-choose-btn", Oi), e("sv-file-clean-btn", Ei), e("sv-file-preview", ji), e("sv-file-video", Fi), e("survey-imagepicker", Ys), e("survey-imagepicker-item", sn), e("survey-comment", nn), e("survey-dropdown", on), e("sv-dropdown-select", an), e("sv-dropdown-option-item", dn), e("sv-dropdown", qn), e("survey-tagbox", yn), e("sv-tagbox", Cn), e("sv-tagbox-item", In), e("sv-tagbox-filter", fn), e("survey-ranking", Sn), e("survey-ranking-item", An), e("sv-ranking-item", Ln), e("survey-rating", Mn), e("sv-rating-item", Wn), e("sv-rating-item-smiley", Vn), e("sv-rating-item-star", zn), e("sv-rating-dropdown", Gn), e("sv-rating-dropdown-item", jn), e("survey-boolean", Xn), e("sv-boolean-radio", Yn), e("sv-boolean-radio-item", xn), e("sv-boolean-checkbox", io), e("survey-multipletext", ro), e("survey-multipletext-item", ao), e("survey-matrix", qo), e("survey-matrix-row", go), e("survey-matrix-cell", bo), e("survey-matrixdropdown", ko), e("survey-matrixtable", Io), e("survey-matrixheaderrequired", Ro), e("survey-matrixdropdown-cell", $o), e("survey-matrixdynamic", Do), e("sv-matrix-remove-button", Ao), e("sv-matrix-drag-drop-icon", No), e("sv-matrix-detail-button", Mo), e("survey-paneldynamic", Ho), e("survey-paneldynamicprogress", Eo), e("survey-paneldynamicprogress-v2", Wo), e("sv-paneldynamic-add-btn", Vo), e("sv-paneldynamic-next-btn", zo), e("sv-paneldynamic-prev-btn", Ko), e("sv-paneldynamic-remove-btn", Qo), e("sv-paneldynamic-progress-text", jo), e("sv-components-container", Qt), e("sv-progress-buttons", Zt), e("sv-navigation-toc", _t), e("sv-progress-pages", X), e("sv-progress-questions", X), e("sv-progress-correctquestions", X), e("sv-progress-requiredquestions", X), e("survey-errors", Jo), e("survey-question-comment", Yo), e("survey-element-title", Zo), e("survey-element-title-content", st), e("sv-title-actions", tt), e("sv-brand-info", mt), e("sv-question-error", qt), e("sv-svg-icon", vt), e("sv-action-bar", yt), e("sv-action", Ct), e("sv-action-bar-item", ft), e("sv-action-bar-item-dropdown", St), e("sv-action-bar-separator", Rt), e("sv-list", Bt), e("sv-list-item-content", Pt), e("sv-list-item-group", Mt), e("sv-list-item", Nt), e("sv-popup", Ht), e("sv-popup-container", Ut), e("popup-pointer", Kt), e("sv-notifier", ai), e("survey-other-choice", di), e("sv-nav-btn", pi), e("survey-customwidget", vi), e("survey-popup-modal", qi), e("survey-composite", Ci), e("survey-custom", bi), e("sv-timerpanel", wi), e("sv-loading-indicator", Si), e("sv-header", Ti), e("sv-header-cell", Bi), e("sv-header-mobile", Pi), e("sv-template-renderer", Hi), e("sv-character-counter", hi), e("sv-text-area", gi), e("survey-element", Mi), e("survey-buttongroup", Gi), e("sv-button-group-item", Zi), e("survey", te);
5705
+ e("sv-svg-bundle", xi), e("popup-survey", Ce), e("survey-header", Ze), e("sv-logo-image", _i), e("survey-page", Ye), e("survey-row", _e), e("survey-question", ns), e("survey-panel", rs), e("survey-element-header", as), e("survey-string", us), e("sv-string-viewer", ms), e("sv-string-editor", cs), e("sv-skeleton", qs), e("survey-text", hs), e("survey-text-input", ks), e("survey-checkbox", Rs), e("survey-checkbox-item", Ds), e("survey-radiogroup", Bs), e("survey-radiogroup-item", Ns), e("survey-signaturepad", Es), e("survey-html", Fs), e("survey-image", Us), e("survey-expression", Ks), e("survey-file", Js), e("sv-file-choose-btn", Vi), e("sv-file-clean-btn", Hi), e("sv-file-preview", Qi), e("sv-file-video", Wi), e("survey-imagepicker", Ys), e("survey-imagepicker-item", sn), e("survey-comment", nn), e("survey-dropdown", on), e("sv-dropdown-select", an), e("sv-dropdown-option-item", dn), e("sv-dropdown", qn), e("survey-tagbox", yn), e("sv-tagbox", Cn), e("sv-tagbox-item", In), e("sv-tagbox-filter", fn), e("survey-ranking", Sn), e("survey-ranking-item", An), e("sv-ranking-item", Ln), e("survey-rating", Mn), e("sv-rating-item", Wn), e("sv-rating-item-smiley", Vn), e("sv-rating-item-star", zn), e("sv-rating-dropdown", Gn), e("sv-rating-dropdown-item", jn), e("survey-boolean", Xn), e("sv-boolean-radio", Yn), e("sv-boolean-radio-item", xn), e("sv-boolean-checkbox", io), e("survey-multipletext", ro), e("survey-multipletext-item", ao), e("survey-matrix", qo), e("survey-matrix-row", go), e("survey-matrix-cell", bo), e("survey-matrixdropdown", ko), e("survey-matrixtable", Io), e("survey-matrixheaderrequired", Ro), e("survey-matrixdropdown-cell", $o), e("survey-matrixdynamic", Do), e("sv-matrix-remove-button", Ao), e("sv-matrix-drag-drop-icon", No), e("sv-matrix-detail-button", Mo), e("survey-paneldynamic", Ho), e("survey-paneldynamicprogress", Eo), e("survey-paneldynamicprogress-v2", Wo), e("sv-paneldynamic-add-btn", Vo), e("sv-paneldynamic-next-btn", zo), e("sv-paneldynamic-prev-btn", Ko), e("sv-paneldynamic-remove-btn", Qo), e("sv-paneldynamic-progress-text", jo), e("sv-components-container", Kt), e("sv-progress-buttons", Yt), e("sv-navigation-toc", Zt), e("sv-progress-pages", X), e("sv-progress-questions", X), e("sv-progress-correctquestions", X), e("sv-progress-requiredquestions", X), e("survey-errors", Jo), e("survey-question-comment", Yo), e("survey-element-title", Zo), e("survey-element-title-content", st), e("sv-title-actions", tt), e("sv-brand-info", mt), e("sv-question-error", qt), e("sv-svg-icon", vt), e("sv-action-bar", yt), e("sv-action", Ct), e("sv-action-bar-item", ft), e("sv-action-bar-item-dropdown", St), e("sv-action-bar-separator", Rt), e("sv-list", Bt), e("sv-list-item-content", Pt), e("sv-list-item-group", Mt), e("sv-list-item", Nt), e("sv-popup", Ht), e("sv-popup-container", zt), e("popup-pointer", Ut), e("sv-notifier", li), e("survey-other-choice", ui), e("sv-nav-btn", mi), e("survey-customwidget", ci), e("survey-popup-modal", vi), e("survey-composite", hi), e("survey-custom", Ci), e("sv-timerpanel", fi), e("sv-loading-indicator", Ii), e("sv-header", Ri), e("sv-header-cell", Di), e("sv-header-mobile", Ni), e("sv-template-renderer", Mi), e("sv-character-counter", gi), e("sv-text-area", yi), e("survey-element", Pi), e("survey-buttongroup", ji), e("sv-button-group-item", Yi), e("survey", te);
5706
5706
  }
5707
5707
  be(
5708
5708
  (u, e) => U.Instance.registerComponent(u, e)
5709
5709
  );
5710
- const ir = {
5710
+ const tr = {
5711
5711
  install(u) {
5712
5712
  u.component("SurveyComponent", te), u.component("PopupSurveyComponent", Ce), u.directive("key2click", j), be((e, n) => {
5713
5713
  u.component(e, n), U.Instance.registerComponent(e, e);
@@ -5720,7 +5720,7 @@ export {
5720
5720
  te as SurveyComponent,
5721
5721
  d as SvComponent,
5722
5722
  j as key2ClickDirective,
5723
- ir as surveyPlugin,
5723
+ tr as surveyPlugin,
5724
5724
  D as useBase,
5725
5725
  _ as useComputedArray,
5726
5726
  Q as useLocString,