@voicenter-team/voicenter-ui-plus 0.2.18 → 0.2.20
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/library/super.mjs +5 -3
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +2 -2
- package/library/super.umd.js.map +1 -1
- package/package.json +1 -1
package/library/super.mjs
CHANGED
|
@@ -16092,6 +16092,7 @@ function pI(e, t, n, r, a, i) {
|
|
|
16092
16092
|
"enable-seconds": e.enableSeconds,
|
|
16093
16093
|
inline: e.inline,
|
|
16094
16094
|
format: e.format,
|
|
16095
|
+
"preview-format": e.format,
|
|
16095
16096
|
locale: e.locale,
|
|
16096
16097
|
"multi-calendars": e.range,
|
|
16097
16098
|
"multi-calendars-solo": e.range,
|
|
@@ -16164,7 +16165,7 @@ function pI(e, t, n, r, a, i) {
|
|
|
16164
16165
|
]),
|
|
16165
16166
|
key: "0"
|
|
16166
16167
|
}
|
|
16167
|
-
]), 1032, ["modelValue", "uid", "auto-apply", "data-test", "disabled", "enable-time-picker", "enable-seconds", "inline", "format", "locale", "multi-calendars", "multi-calendars-solo", "placeholder", "preset-ranges", "range", "utc", "input-class-name", "calendar-class-name", "class", "min-date", "max-date", "min-time", "max-time", "onInternalModelChange", "onOpen", "onClosed", "onFocus", "onBlur"])
|
|
16168
|
+
]), 1032, ["modelValue", "uid", "auto-apply", "data-test", "disabled", "enable-time-picker", "enable-seconds", "inline", "format", "preview-format", "locale", "multi-calendars", "multi-calendars-solo", "placeholder", "preset-ranges", "range", "utc", "input-class-name", "calendar-class-name", "class", "min-date", "max-date", "min-time", "max-time", "onInternalModelChange", "onOpen", "onClosed", "onFocus", "onBlur"])
|
|
16168
16169
|
], 6);
|
|
16169
16170
|
}
|
|
16170
16171
|
const Dv = /* @__PURE__ */ ve(lI, [["render", pI]]);
|
|
@@ -18280,7 +18281,7 @@ const XL = /* @__PURE__ */ ve(UL, [["render", YL]]), QL = ee({
|
|
|
18280
18281
|
},
|
|
18281
18282
|
inputValueFormat: {
|
|
18282
18283
|
type: String,
|
|
18283
|
-
default: "MM/
|
|
18284
|
+
default: "dd/MM/yyyy, HH:mm"
|
|
18284
18285
|
},
|
|
18285
18286
|
disabled: {
|
|
18286
18287
|
type: Boolean,
|
|
@@ -18375,12 +18376,13 @@ function eB(e, t, n, r, a, i) {
|
|
|
18375
18376
|
modelValue: e.model,
|
|
18376
18377
|
"onUpdate:modelValue": t[0] || (t[0] = (v) => e.model = v)
|
|
18377
18378
|
}, e.$attrs, {
|
|
18379
|
+
format: e.inputValueFormat,
|
|
18378
18380
|
"dynamic-error-space": "",
|
|
18379
18381
|
"enable-time-picker": "",
|
|
18380
18382
|
"hide-border": "",
|
|
18381
18383
|
inline: "",
|
|
18382
18384
|
onInternalValueChange: e.onInternalValueChange
|
|
18383
|
-
}), null, 16, ["modelValue", "onInternalValueChange"])
|
|
18385
|
+
}), null, 16, ["modelValue", "format", "onInternalValueChange"])
|
|
18384
18386
|
]),
|
|
18385
18387
|
_: 1
|
|
18386
18388
|
}, 8, ["label"]),
|