@everchron/ec-shards 14.20.3 → 14.20.4
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.css +1 -1
- package/dist/ec-shards.js +3 -3
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -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-
|
|
10281
|
+
const Pi = /* @__PURE__ */ _(Uf, [["render", Yf], ["__scopeId", "data-v-7927b1fa"]]), Xf = {
|
|
10282
10282
|
name: "EcsPopoverListHeadline",
|
|
10283
10283
|
components: {
|
|
10284
10284
|
EcsButtonCollapse: rs
|