@voicenter-team/voicenter-ui-plus 0.6.6 → 0.6.7
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/{entry-C5A09lZe.mjs → entry-DPjxc_Uf.mjs} +5 -3
- package/library/{entry-C5A09lZe.mjs.map → entry-DPjxc_Uf.mjs.map} +1 -1
- package/library/super.mjs +1 -1
- package/library/super.umd.js +1 -1
- package/library/super.umd.js.map +1 -1
- package/library/types/components/VcColorPicker/VcColorPicker.vue.d.ts +4 -0
- package/library/{webfontloader-CUwk0lbY.mjs → webfontloader-BGHJKFtI.mjs} +2 -2
- package/library/{webfontloader-CUwk0lbY.mjs.map → webfontloader-BGHJKFtI.mjs.map} +1 -1
- package/package.json +1 -1
|
@@ -13949,6 +13949,7 @@ const Gx = Symbol("CollapseProvideKey"), Yx = Symbol("VcTabsProvideKey"), qx = S
|
|
|
13949
13949
|
colorList: { default: () => [] },
|
|
13950
13950
|
disabled: { type: Boolean, default: !1 },
|
|
13951
13951
|
showAlpha: { type: Boolean, default: !1 },
|
|
13952
|
+
teleported: { type: Boolean, default: !0 },
|
|
13952
13953
|
hidePredefinedColors: { type: Boolean, default: !1 },
|
|
13953
13954
|
size: { default: void 0 },
|
|
13954
13955
|
colorFormat: { default: "hex" }
|
|
@@ -13987,8 +13988,9 @@ const Gx = Symbol("CollapseProvideKey"), Yx = Symbol("VcTabsProvideKey"), qx = S
|
|
|
13987
13988
|
"show-alpha": l.showAlpha,
|
|
13988
13989
|
"color-format": l.colorFormat,
|
|
13989
13990
|
predefine: o.value,
|
|
13991
|
+
teleported: l.teleported,
|
|
13990
13992
|
onChange: s
|
|
13991
|
-
}, null, 8, ["modelValue", "popper-class", "disabled", "size", "show-alpha", "color-format", "predefine"]));
|
|
13993
|
+
}, null, 8, ["modelValue", "popper-class", "disabled", "size", "show-alpha", "color-format", "predefine", "teleported"]));
|
|
13992
13994
|
}
|
|
13993
13995
|
});
|
|
13994
13996
|
function Un(e) {
|
|
@@ -57986,7 +57988,7 @@ function Nme() {
|
|
|
57986
57988
|
}
|
|
57987
57989
|
}
|
|
57988
57990
|
async function Ime() {
|
|
57989
|
-
const e = await import("./webfontloader-
|
|
57991
|
+
const e = await import("./webfontloader-BGHJKFtI.mjs").then((r) => r.w), { default: t } = e;
|
|
57990
57992
|
t.load({
|
|
57991
57993
|
google: {
|
|
57992
57994
|
families: ["Heebo:400,500,600,700,800,900", "Inter:400,500,600,700,800,900"]
|
|
@@ -58689,4 +58691,4 @@ export {
|
|
|
58689
58691
|
T3 as y,
|
|
58690
58692
|
yp as z
|
|
58691
58693
|
};
|
|
58692
|
-
//# sourceMappingURL=entry-
|
|
58694
|
+
//# sourceMappingURL=entry-DPjxc_Uf.mjs.map
|