vue3-beak-ui-framework 1.0.37 → 1.1.0
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.
|
@@ -4801,7 +4801,7 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$H = { class: "column
|
|
|
4801
4801
|
renderSlot(n.$slots, "default")
|
|
4802
4802
|
], 2));
|
|
4803
4803
|
}
|
|
4804
|
-
}), _withScopeId$a = (e) => (pushScopeId("data-v-
|
|
4804
|
+
}), _withScopeId$a = (e) => (pushScopeId("data-v-9fb87b00"), e = e(), popScopeId(), e), _hoisted_1$I = ["src"], _hoisted_2$A = ["data-icon"], _hoisted_3$t = { class: "v-popover-content is-text" }, _hoisted_4$o = { class: "popover-head" }, _hoisted_5$i = { class: "dark-inverted" }, _hoisted_6$f = /* @__PURE__ */ _withScopeId$a(() => /* @__PURE__ */ createElementVNode("div", { class: "popover-body" }, null, -1)), _hoisted_7$d = ["src"], _hoisted_8$b = ["data-icon"], _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
4805
4805
|
__name: "V-IconWrap",
|
|
4806
4806
|
props: {
|
|
4807
4807
|
icon: {
|
|
@@ -4820,29 +4820,14 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$H = { class: "column
|
|
|
4820
4820
|
type: String,
|
|
4821
4821
|
default: void 0,
|
|
4822
4822
|
validator: function(e) {
|
|
4823
|
-
return e && [
|
|
4824
|
-
"white",
|
|
4825
|
-
"black",
|
|
4826
|
-
"light",
|
|
4827
|
-
"dark",
|
|
4828
|
-
"primary",
|
|
4829
|
-
"link",
|
|
4830
|
-
"info",
|
|
4831
|
-
"success",
|
|
4832
|
-
"warning",
|
|
4833
|
-
"danger"
|
|
4834
|
-
].indexOf(e) === -1 ? (console.warn(
|
|
4835
|
-
`V-IconWrap: invalid "${e}" color. Should be white, black, light, dark, primary, link, info, success, warning, danger or undefined`
|
|
4836
|
-
), !1) : !0;
|
|
4823
|
+
return e && ["white", "black", "light", "dark", "primary", "link", "info", "success", "warning", "danger"].indexOf(e) === -1 ? (console.warn(`V-IconWrap: invalid "${e}" color. Should be white, black, light, dark, primary, link, info, success, warning, danger or undefined`), !1) : !0;
|
|
4837
4824
|
}
|
|
4838
4825
|
},
|
|
4839
4826
|
dark: {
|
|
4840
4827
|
type: String,
|
|
4841
4828
|
default: void 0,
|
|
4842
4829
|
validator: function(e) {
|
|
4843
|
-
return [void 0, "1", "2", "3", "4", "5", "6"].indexOf(e) === -1 ? (console.warn(
|
|
4844
|
-
`V-IconWrap: invalid "${e}" dark. Should be 1, 2, 3, 4, 5, 6 or undefined`
|
|
4845
|
-
), !1) : !0;
|
|
4830
|
+
return [void 0, "1", "2", "3", "4", "5", "6"].indexOf(e) === -1 ? (console.warn(`V-IconWrap: invalid "${e}" dark. Should be 1, 2, 3, 4, 5, 6 or undefined`), !1) : !0;
|
|
4846
4831
|
}
|
|
4847
4832
|
},
|
|
4848
4833
|
placeholder: {
|
|
@@ -4869,6 +4854,11 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$H = { class: "column
|
|
|
4869
4854
|
type: String,
|
|
4870
4855
|
default: "",
|
|
4871
4856
|
required: !1
|
|
4857
|
+
},
|
|
4858
|
+
manuelColor: {
|
|
4859
|
+
type: String,
|
|
4860
|
+
default: void 0,
|
|
4861
|
+
required: !1
|
|
4872
4862
|
}
|
|
4873
4863
|
},
|
|
4874
4864
|
setup(e) {
|
|
@@ -4908,8 +4898,9 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$H = { class: "column
|
|
|
4908
4898
|
}, null, 8, _hoisted_1$I)) : unref(a) ? (openBlock(), createElementBlock("i", {
|
|
4909
4899
|
key: 1,
|
|
4910
4900
|
class: "iconify",
|
|
4911
|
-
"data-icon": e.icon
|
|
4912
|
-
|
|
4901
|
+
"data-icon": e.icon,
|
|
4902
|
+
style: normalizeStyle(`color: ${e.manuelColor};`)
|
|
4903
|
+
}, null, 12, _hoisted_2$A)) : e.icon ? (openBlock(), createElementBlock("i", {
|
|
4913
4904
|
key: 2,
|
|
4914
4905
|
class: normalizeClass(e.icon)
|
|
4915
4906
|
}, null, 2)) : createCommentVNode("", !0)
|
|
@@ -4944,7 +4935,7 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$H = { class: "column
|
|
|
4944
4935
|
], 2));
|
|
4945
4936
|
};
|
|
4946
4937
|
}
|
|
4947
|
-
}),
|
|
4938
|
+
}), VIconWrap_vue_vue_type_style_index_0_scoped_9fb87b00_lang = "", BWIconWrap = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-9fb87b00"]]), _hoisted_1$H = ["data-icon"], _hoisted_2$z = { class: "snack-text" }, _hoisted_3$s = { class: "snack-action" }, _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
4948
4939
|
__name: "V-SnackIcon",
|
|
4949
4940
|
props: {
|
|
4950
4941
|
title: {
|
|
@@ -10558,7 +10549,9 @@ const _hoisted_1$m = ["value"], _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
10558
10549
|
n("complete", o, ue);
|
|
10559
10550
|
});
|
|
10560
10551
|
} catch (ue) {
|
|
10561
|
-
console.error(
|
|
10552
|
+
console.error(
|
|
10553
|
+
"V-IMaskInput: bad imask options, see https://imask.js.org/ for available parameters"
|
|
10554
|
+
), console.error(ue);
|
|
10562
10555
|
}
|
|
10563
10556
|
}), onUnmounted(() => {
|
|
10564
10557
|
o && (o.destroy(), o = void 0);
|
|
@@ -10647,6 +10640,11 @@ const _hoisted_1$m = ["value"], _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
10647
10640
|
(de, l) => {
|
|
10648
10641
|
s.value = de;
|
|
10649
10642
|
}
|
|
10643
|
+
), watch(
|
|
10644
|
+
() => s.value,
|
|
10645
|
+
(de, l) => {
|
|
10646
|
+
n("update:modelValue", s.value);
|
|
10647
|
+
}
|
|
10650
10648
|
), (de, l) => (openBlock(), createElementBlock("div", _hoisted_1$l, [
|
|
10651
10649
|
createElementVNode("div", _hoisted_2$g, [
|
|
10652
10650
|
createElementVNode("div", {
|
|
@@ -66916,7 +66914,7 @@ class Columns {
|
|
|
66916
66914
|
const me = o.headings[n], t = [];
|
|
66917
66915
|
if (me.getAttribute("data-type") === "date") {
|
|
66918
66916
|
let i = !1;
|
|
66919
|
-
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.
|
|
66917
|
+
me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.21842a99.js").then(({ parseDate: Ie }) => (ke) => Ie(ke, i)));
|
|
66920
66918
|
}
|
|
66921
66919
|
Promise.all(t).then((i) => {
|
|
66922
66920
|
const ve = i[0];
|