vue3-beak-ui-framework 1.1.2 → 1.1.3
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.
|
@@ -16,7 +16,7 @@ var vt = (e, n, a) => (ka(e, n, "read from private field"), a ? a.call(e) : n.ge
|
|
|
16
16
|
return vt(e, n, s);
|
|
17
17
|
}
|
|
18
18
|
}), Jt = (e, n, a) => (ka(e, n, "access private method"), a);
|
|
19
|
-
import { defineComponent, computed as computed$1, onMounted, openBlock, createElementBlock, unref, createCommentVNode, createElementVNode, Fragment, renderList, normalizeClass, toDisplayString as toDisplayString$1, getCurrentInstance, onUnmounted, getCurrentScope, onScopeDispose, ref as ref$1, watch, resolveComponent, createBlock, withCtx, renderSlot, pushScopeId, popScopeId, h as h$1, inject, createVNode, Text as Text$1, onBeforeUnmount, withDirectives, vModelSelect, vModelText, createTextVNode, normalizeStyle, vShow, reactive as reactive$1, useCssVars, createStaticVNode, watchEffect, Teleport, mergeProps, Transition as Transition$1, toRefs,
|
|
19
|
+
import { defineComponent, computed as computed$1, onMounted, openBlock, createElementBlock, unref, createCommentVNode, createElementVNode, Fragment, renderList, normalizeClass, toDisplayString as toDisplayString$1, getCurrentInstance, onUnmounted, getCurrentScope, onScopeDispose, ref as ref$1, watch, resolveComponent, createBlock, withCtx, renderSlot, pushScopeId, popScopeId, h as h$1, inject, createVNode, Text as Text$1, onBeforeUnmount, withDirectives, vModelSelect, vModelText, createTextVNode, normalizeStyle, vShow, reactive as reactive$1, useCssVars, createStaticVNode, watchEffect, Teleport, mergeProps, Transition as Transition$1, toRefs, onBeforeMount, withModifiers, version, isReactive } from "vue";
|
|
20
20
|
function _mergeNamespaces(e, n) {
|
|
21
21
|
for (var a = 0; a < n.length; a++) {
|
|
22
22
|
const s = n[a];
|
|
@@ -7616,7 +7616,7 @@ m.render = function(e, n, a, s, o, ue) {
|
|
|
7616
7616
|
const _hoisted_1$s = { class: "slider-outer-cont justify-between items-center" }, _hoisted_2$k = {
|
|
7617
7617
|
key: 0,
|
|
7618
7618
|
class: "col-4 editor-option-title"
|
|
7619
|
-
}, _hoisted_3$e = { class: "justify-between items-center" }, _hoisted_4$c = ["
|
|
7619
|
+
}, _hoisted_3$e = { class: "justify-between items-center" }, _hoisted_4$c = ["disabled"], _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
7620
7620
|
__name: "V-Slider",
|
|
7621
7621
|
props: {
|
|
7622
7622
|
modelValue: {
|
|
@@ -7675,16 +7675,21 @@ const _hoisted_1$s = { class: "slider-outer-cont justify-between items-center" }
|
|
|
7675
7675
|
},
|
|
7676
7676
|
emits: ["update:modelValue"],
|
|
7677
7677
|
setup(e, { emit: n }) {
|
|
7678
|
-
const a = e, s = ref$1(a.modelValue), o = (ue) => {
|
|
7679
|
-
|
|
7678
|
+
const a = e, s = ref$1(a.modelValue), o = ref$1(a.modelValue), ue = (de) => {
|
|
7679
|
+
console.log("model.value has changed:", s.value), o.value = s.value;
|
|
7680
7680
|
};
|
|
7681
7681
|
return watch(
|
|
7682
|
+
() => o.value,
|
|
7683
|
+
(de, l) => {
|
|
7684
|
+
console.log("slider.value has changed:", de, l), de && n("update:modelValue", de);
|
|
7685
|
+
}
|
|
7686
|
+
), watch(
|
|
7682
7687
|
() => a.modelValue,
|
|
7683
|
-
(
|
|
7684
|
-
console.log("props.modelValue has changed:",
|
|
7688
|
+
(de, l) => {
|
|
7689
|
+
console.log("props.modelValue has changed:", de, l), de && (s.value = de);
|
|
7685
7690
|
}
|
|
7686
|
-
), (
|
|
7687
|
-
const
|
|
7691
|
+
), (de, l) => {
|
|
7692
|
+
const fe = BWControl, r = _sfc_main$13;
|
|
7688
7693
|
return openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
7689
7694
|
e.hideLabel ? createCommentVNode("", !0) : (openBlock(), createElementBlock("div", _hoisted_2$k, toDisplayString$1(e.label), 1)),
|
|
7690
7695
|
createElementVNode("div", {
|
|
@@ -7694,17 +7699,15 @@ const _hoisted_1$s = { class: "slider-outer-cont justify-between items-center" }
|
|
|
7694
7699
|
createElementVNode("div", {
|
|
7695
7700
|
class: normalizeClass(["slider-inner-cont", [`is-${e.color}`]])
|
|
7696
7701
|
}, [
|
|
7697
|
-
e.displayInput ? (openBlock(), createBlock(
|
|
7702
|
+
e.displayInput ? (openBlock(), createBlock(r, { key: 0 }, {
|
|
7698
7703
|
default: withCtx(() => [
|
|
7699
|
-
createVNode(
|
|
7704
|
+
createVNode(fe, null, {
|
|
7700
7705
|
default: withCtx(() => [
|
|
7701
7706
|
withDirectives(createElementVNode("input", {
|
|
7702
7707
|
class: "input",
|
|
7703
|
-
type: "
|
|
7704
|
-
|
|
7705
|
-
|
|
7706
|
-
"onUpdate:modelValue": de[0] || (de[0] = (r) => s.value = r),
|
|
7707
|
-
onBlur: o,
|
|
7708
|
+
type: "text",
|
|
7709
|
+
"onUpdate:modelValue": l[0] || (l[0] = (he) => s.value = he),
|
|
7710
|
+
onBlur: ue,
|
|
7708
7711
|
disabled: e.disabled
|
|
7709
7712
|
}, null, 40, _hoisted_4$c), [
|
|
7710
7713
|
[
|
|
@@ -7721,8 +7724,8 @@ const _hoisted_1$s = { class: "slider-outer-cont justify-between items-center" }
|
|
|
7721
7724
|
_: 1
|
|
7722
7725
|
})) : createCommentVNode("", !0),
|
|
7723
7726
|
createVNode(unref(m), {
|
|
7724
|
-
modelValue:
|
|
7725
|
-
"onUpdate:modelValue":
|
|
7727
|
+
modelValue: o.value,
|
|
7728
|
+
"onUpdate:modelValue": l[1] || (l[1] = (he) => o.value = he),
|
|
7726
7729
|
min: e.min,
|
|
7727
7730
|
max: e.max,
|
|
7728
7731
|
step: e.step,
|
|
@@ -7739,7 +7742,7 @@ const _hoisted_1$s = { class: "slider-outer-cont justify-between items-center" }
|
|
|
7739
7742
|
]);
|
|
7740
7743
|
};
|
|
7741
7744
|
}
|
|
7742
|
-
}), default_css_vue_type_style_index_0_src_true_lang = "",
|
|
7745
|
+
}), default_css_vue_type_style_index_0_src_true_lang = "", VSlider_vue_vue_type_style_index_1_scoped_f5e15546_lang = "", BWSlider = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-f5e15546"]]), _sfc_main$s = {
|
|
7743
7746
|
name: "VueWebCam",
|
|
7744
7747
|
props: {
|
|
7745
7748
|
xwidth: {
|
|
@@ -66965,7 +66968,7 @@ class Columns {
|
|
|
66965
66968
|
const me = o.headings[n], t = [];
|
|
66966
66969
|
if (me.getAttribute("data-type") === "date") {
|
|
66967
66970
|
let i = !1;
|
|
66968
|
-
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.
|
|
66971
|
+
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.e256d1df.js").then(({ parseDate: Ie }) => (ke) => Ie(ke, i)));
|
|
66969
66972
|
}
|
|
66970
66973
|
Promise.all(t).then((i) => {
|
|
66971
66974
|
const ve = i[0];
|