survey-vue3-ui 2.5.13 → 2.5.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-vue3-ui",
3
- "version": "2.5.13",
3
+ "version": "2.5.14",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -19,7 +19,7 @@
19
19
  "url": "https://github.com/surveyjs/surveyjs.git"
20
20
  },
21
21
  "peerDependencies": {
22
- "survey-core": "2.5.13",
22
+ "survey-core": "2.5.14",
23
23
  "vue": "^3.4.0"
24
24
  }
25
25
  }
@@ -4964,7 +4964,9 @@ const Xo = /* @__PURE__ */ Uo(Qo, [["render", Jo]]), Yo = /* @__PURE__ */ p("use
4964
4964
  container: {}
4965
4965
  },
4966
4966
  setup(u) {
4967
- const e = u, n = L(!1), s = L(!1), o = L(!1), t = L(!0), r = L(), m = k(() => e.survey.css);
4967
+ const e = u;
4968
+ I(() => e.model);
4969
+ const n = L(!1), s = L(!1), o = L(!1), t = L(!0), r = L(), m = k(() => e.survey.css);
4968
4970
  let g = null;
4969
4971
  const R = (q) => {
4970
4972
  let h = r.value;
@@ -4988,7 +4990,7 @@ const Xo = /* @__PURE__ */ Uo(Qo, [["render", Jo]]), Yo = /* @__PURE__ */ p("use
4988
4990
  g.dispose();
4989
4991
  }), (q, h) => (i(), a("div", {
4990
4992
  class: l(q.model.getRootCss(q.container)),
4991
- style: f({ maxWidth: q.model.progressWidth, "--sd-progress-buttons-pages-count": q.survey.visiblePages.length }),
4993
+ style: f({ maxWidth: q.model.progressWidth, "--sd-progress-buttons-pages-count": q.model.visiblePages.length }),
4992
4994
  role: "progressbar",
4993
4995
  "aria-valuemin": "0",
4994
4996
  "aria-valuemax": "100",
@@ -5019,7 +5021,7 @@ const Xo = /* @__PURE__ */ Uo(Qo, [["render", Jo]]), Yo = /* @__PURE__ */ p("use
5019
5021
  p("ul", {
5020
5022
  class: l(m.value.progressButtonsList)
5021
5023
  }, [
5022
- (i(!0), a(M, null, $(q.survey.visiblePages, (b, B) => (i(), a("li", {
5024
+ (i(!0), a(M, null, $(q.model.visiblePages, (b, B) => (i(), a("li", {
5023
5025
  key: "listelement" + B,
5024
5026
  class: l(q.model.getListElementCss(B)),
5025
5027
  onClick: (Y) => q.model.isListElementClickable(B) ? q.model.clickListElement(b) : null,