@point-hub/papp 0.0.100 → 0.0.102

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/dist/index.js CHANGED
@@ -9454,8 +9454,8 @@ const ng = ["autofocus", "required", "disabled"], rg = /* @__PURE__ */ R({
9454
9454
  set: (c) => {
9455
9455
  if (!r.disabled) {
9456
9456
  i.value = [];
9457
- const f = c.split("-");
9458
- if (f.length !== 3 || Number(f[0]) < 1e3) {
9457
+ const f = c == null ? void 0 : c.split("-");
9458
+ if (!f || f.length !== 3 || Number(f[0]) < 1e3) {
9459
9459
  i.value = ["Invalid date format."], d.value = "", a("update:modelValue", "");
9460
9460
  return;
9461
9461
  }
@@ -9468,8 +9468,8 @@ const ng = ["autofocus", "required", "disabled"], rg = /* @__PURE__ */ R({
9468
9468
  r.disabled || (l.value.focus(), l.value.showPicker());
9469
9469
  }, d = E();
9470
9470
  re(o, (c) => {
9471
- const f = c.split("-");
9472
- if (f.length !== 3 || Number(f[0]) < 1e3) {
9471
+ const f = c == null ? void 0 : c.split("-");
9472
+ if (!f || f.length !== 3 || Number(f[0]) < 1e3) {
9473
9473
  i.value = ["Invalid date format."], d.value = "", a("update:modelValue", "");
9474
9474
  return;
9475
9475
  }
@@ -9545,7 +9545,7 @@ const ng = ["autofocus", "required", "disabled"], rg = /* @__PURE__ */ R({
9545
9545
  }, 8, ["label", "layout", "description", "required", "helpers", "errors"]);
9546
9546
  };
9547
9547
  }
9548
- }), ag = /* @__PURE__ */ le(rg, [["__scopeId", "data-v-1c5f8e89"]]), og = ["multiple", "accept", "autofocus", "required", "disabled"], ig = ["multiple", "accept", "required", "disabled"], lg = /* @__PURE__ */ R({
9548
+ }), ag = /* @__PURE__ */ le(rg, [["__scopeId", "data-v-38eb3ed5"]]), og = ["multiple", "accept", "autofocus", "required", "disabled"], ig = ["multiple", "accept", "required", "disabled"], lg = /* @__PURE__ */ R({
9549
9549
  __name: "base-file-upload",
9550
9550
  props: /* @__PURE__ */ ke({
9551
9551
  id: {},