@everchron/ec-shards 14.20.3 → 14.20.5

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/ec-shards.js CHANGED
@@ -2546,8 +2546,8 @@ const Te = /* @__PURE__ */ _(io, [["render", no], ["__scopeId", "data-v-ee45afc3
2546
2546
  },
2547
2547
  data() {
2548
2548
  return {
2549
- checked: this.isValueChecked(this.currentValue),
2550
- oldValue: this.currentValue,
2549
+ checked: null,
2550
+ oldValue: null,
2551
2551
  indeterminateState: this.indeterminate,
2552
2552
  fallbackId: null
2553
2553
  };
@@ -2593,7 +2593,7 @@ const Te = /* @__PURE__ */ _(io, [["render", no], ["__scopeId", "data-v-ee45afc3
2593
2593
  }
2594
2594
  },
2595
2595
  mounted() {
2596
- this.id || (this.fallbackId = this.generateUniqueId());
2596
+ this.id || (this.fallbackId = this.generateUniqueId()), this.checked = this.isValueChecked(this.currentValue), this.oldValue = this.currentValue;
2597
2597
  }
2598
2598
  }, oo = ["id", "name", "required", "disabled", "checked"], lo = ["id", "for"];
2599
2599
  function ro(e, s, t, a, n, i) {
@@ -2639,7 +2639,7 @@ function ro(e, s, t, a, n, i) {
2639
2639
  _: 3
2640
2640
  }, 8, ["class", "error"]);
2641
2641
  }
2642
- const vt = /* @__PURE__ */ _(ao, [["render", ro], ["__scopeId", "data-v-a4757d32"]]), co = {
2642
+ const vt = /* @__PURE__ */ _(ao, [["render", ro], ["__scopeId", "data-v-4d926de5"]]), co = {
2643
2643
  name: "ecs-radiobutton",
2644
2644
  emits: ["input", "change"],
2645
2645
  components: { EcsFormCheck: as, EcsTextV2: Te },
@@ -10122,7 +10122,7 @@ const ck = /* @__PURE__ */ _(Rf, [["render", jf], ["__scopeId", "data-v-1c058d79
10122
10122
  /** Input type, supports most HTML5 types. */
10123
10123
  type: {
10124
10124
  type: String,
10125
- validator: (e) => ["text", "number", "tel", "password", "email", "url", "date", "week", "textarea"].includes(e),
10125
+ validator: (e) => ["text", "number", "tel", "password", "email", "url", "date", "week", "month", "datetime-local", "time", "textarea"].includes(e),
10126
10126
  default: "text"
10127
10127
  },
10128
10128
  /** Sets the model value of the input. */
@@ -10210,7 +10210,7 @@ const ck = /* @__PURE__ */ _(Rf, [["render", jf], ["__scopeId", "data-v-1c058d79
10210
10210
  return this.size && this.size !== "" ? `ecs-form-control-${this.size}` : this.size;
10211
10211
  },
10212
10212
  formatClass() {
10213
- return this.format && this.format !== "" ? `ecs-form-control-format-${this.format}` : this.format;
10213
+ return this.format && this.format !== "" ? `ecs-form-control-format-${this.format}` : this.type === "datetime-local" || this.type === "date" || this.type === "week" || this.type === "month" ? "ecs-form-control-format-date" : this.format;
10214
10214
  },
10215
10215
  disabled1Password() {
10216
10216
  return this.autocomplete === "1p-disable";
@@ -10278,7 +10278,7 @@ function Yf(e, s, t, a, n, i) {
10278
10278
  "data-1p-ignore": i.disabled1Password
10279
10279
  }), null, 16, Kf));
10280
10280
  }
10281
- const Pi = /* @__PURE__ */ _(Uf, [["render", Yf], ["__scopeId", "data-v-bfe7899b"]]), Xf = {
10281
+ const Pi = /* @__PURE__ */ _(Uf, [["render", Yf], ["__scopeId", "data-v-c897004c"]]), Xf = {
10282
10282
  name: "EcsPopoverListHeadline",
10283
10283
  components: {
10284
10284
  EcsButtonCollapse: rs