@voicenter-team/voicenter-ui-plus 0.2.17 → 0.2.19
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
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]]);
|
|
@@ -18819,11 +18820,11 @@ function EB(e, t, n, r, a, i) {
|
|
|
18819
18820
|
])) : L("", !0)
|
|
18820
18821
|
], 16);
|
|
18821
18822
|
}
|
|
18822
|
-
const us = /* @__PURE__ */ ve(SB, [["render", EB]]), OB = {
|
|
18823
|
+
const us = /* @__PURE__ */ ve(SB, [["render", EB]]), OB = ee({
|
|
18823
18824
|
name: "VcInputLabel",
|
|
18824
18825
|
components: { VcPopover: ra },
|
|
18825
18826
|
mixins: [ls]
|
|
18826
|
-
};
|
|
18827
|
+
});
|
|
18827
18828
|
const IB = { class: "vc-input__label-wrapper flex items-center" }, NB = {
|
|
18828
18829
|
key: 0,
|
|
18829
18830
|
class: "vc-input__label-wrapper--left-item"
|