@oub/fusion 0.2.22 → 0.2.23

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.
@@ -61,8 +61,7 @@ declare const _default: import("vue").DefineComponent<{
61
61
  default: string;
62
62
  };
63
63
  }, unknown, {
64
- date: String | Date | null;
65
- dateInParent: string | Date;
64
+ date: string | Date;
66
65
  datePickerInputOptions: {
67
66
  format: string;
68
67
  rangeSeparator: string;
package/dist/fusion.js CHANGED
@@ -11440,8 +11440,7 @@ const B0 = /* @__PURE__ */ Le(D0, [["render", x0]]), F0 = Ce({
11440
11440
  emits: ["input:blur", "input:focus", "update:modelValue"],
11441
11441
  data() {
11442
11442
  return {
11443
- date: null,
11444
- dateInParent: this.modelValue,
11443
+ date: this.modelValue,
11445
11444
  // https://vue3datepicker.com/props/modes-configuration/#text-input-configuration
11446
11445
  datePickerInputOptions: {
11447
11446
  format: this.format,
@@ -11502,9 +11501,9 @@ function V0(e, t, n, r, a, o) {
11502
11501
  }, fe(e.helperLabel), 3)) : Q("", !0),
11503
11502
  Se(l, {
11504
11503
  id: e.id,
11505
- modelValue: e.dateInParent,
11504
+ modelValue: e.date,
11506
11505
  "onUpdate:modelValue": [
11507
- t[0] || (t[0] = (c) => e.dateInParent = c),
11506
+ t[0] || (t[0] = (c) => e.date = c),
11508
11507
  e.updateDate
11509
11508
  ],
11510
11509
  "enable-time-picker": !1,
@@ -11538,7 +11537,7 @@ function V0(e, t, n, r, a, o) {
11538
11537
  ])) : Q("", !0)
11539
11538
  ], 8, O0);
11540
11539
  }
11541
- const pv = /* @__PURE__ */ Le(F0, [["render", V0], ["__scopeId", "data-v-1cc3fea9"]]), N0 = Ce({
11540
+ const pv = /* @__PURE__ */ Le(F0, [["render", V0], ["__scopeId", "data-v-bcdbfe0b"]]), N0 = Ce({
11542
11541
  name: "FusionSearchableInput",
11543
11542
  components: {
11544
11543
  SVGSearch: zr,