bt-core-app 2.0.309 → 2.0.310

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.
@@ -79320,14 +79320,14 @@ const Kre = Ye({
79320
79320
  onClick: g[3] || (g[3] = (D) => o.value++),
79321
79321
  class: "ma-4",
79322
79322
  color: _(y),
79323
- disabled: x.fields.length > 0 && !h.value,
79323
+ disabled: x.fields.filter((D) => !!D.isRequired).length > 0 && !h.value,
79324
79324
  key: "1",
79325
79325
  text: "Next"
79326
79326
  }, null, 8, ["color", "disabled"])) : C.isEditing && C.canSubmit && !c.value && o.value >= C.schema.slides.length - 1 ? (B(), ue(Ve, {
79327
79327
  onClick: T,
79328
79328
  class: "ma-4",
79329
79329
  color: _(y),
79330
- disabled: x.fields.length > 0 && !h.value,
79330
+ disabled: x.fields.filter((D) => !!D.isRequired).length > 0 && !h.value,
79331
79331
  key: "2",
79332
79332
  text: "Submit"
79333
79333
  }, null, 8, ["color", "disabled"])) : Q("", !0)
@@ -79630,13 +79630,13 @@ const Kre = Ye({
79630
79630
  o.value < C.schema.slides.length - 1 ? (B(), ue(Ve, {
79631
79631
  onClick: g[11] || (g[11] = (D) => o.value++),
79632
79632
  class: "ma-4",
79633
- disabled: x.fields.length > 0 && !h.value,
79633
+ disabled: x.fields.filter((D) => !!D.isRequired).length > 0 && !h.value,
79634
79634
  key: "1",
79635
79635
  text: "Next"
79636
79636
  }, null, 8, ["disabled"])) : C.isEditing && C.canSubmit && !c.value && o.value >= C.schema.slides.length - 1 ? (B(), ue(Ve, {
79637
79637
  onClick: T,
79638
79638
  class: "ma-4",
79639
- disabled: x.fields.length > 0 && !h.value,
79639
+ disabled: x.fields.filter((D) => !!D.isRequired).length > 0 && !h.value,
79640
79640
  key: "2",
79641
79641
  text: "Submit"
79642
79642
  }, null, 8, ["disabled"])) : Q("", !0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.309",
3
+ "version": "2.0.310",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {