vue3-beak-ui-framework 1.0.5 → 1.0.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.
@@ -1,4 +1,4 @@
1
- import { c as K } from "./index.4488ff2e.js";
1
+ import { c as K } from "./index.fa6d1994.js";
2
2
  import "vue";
3
3
  var tt = { exports: {} };
4
4
  (function(U, X) {
@@ -4516,7 +4516,7 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
4516
4516
  },
4517
4517
  size: {
4518
4518
  type: String,
4519
- default: "",
4519
+ default: void 0,
4520
4520
  validator: function(e) {
4521
4521
  return [void 0, "small", "medium", "large", "big", "xl"].indexOf(e) === -1 ? (console.warn(
4522
4522
  `V-Avatar: invalid "${e}" size. Should be small, medium, large, big, xl or undefined`
@@ -4786,7 +4786,7 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
4786
4786
  renderSlot(n.$slots, "default")
4787
4787
  ], 2));
4788
4788
  }
4789
- }), _withScopeId$a = (e) => (pushScopeId("data-v-d167b295"), e = e(), popScopeId(), e), _hoisted_1$I = ["src"], _hoisted_2$z = ["data-icon"], _hoisted_3$s = { 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({
4789
+ }), _withScopeId$a = (e) => (pushScopeId("data-v-a0d31f34"), e = e(), popScopeId(), e), _hoisted_1$I = ["src"], _hoisted_2$z = ["data-icon"], _hoisted_3$s = { 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({
4790
4790
  __name: "V-IconWrap",
4791
4791
  props: {
4792
4792
  icon: {
@@ -4805,7 +4805,18 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
4805
4805
  type: String,
4806
4806
  default: void 0,
4807
4807
  validator: function(e) {
4808
- return e && ["white", "black", "light", "dark", "primary", "link", "info", "success", "warning", "danger"].indexOf(e) === -1 ? (console.warn(
4808
+ return e && [
4809
+ "white",
4810
+ "black",
4811
+ "light",
4812
+ "dark",
4813
+ "primary",
4814
+ "link",
4815
+ "info",
4816
+ "success",
4817
+ "warning",
4818
+ "danger"
4819
+ ].indexOf(e) === -1 ? (console.warn(
4809
4820
  `V-IconWrap: invalid "${e}" color. Should be white, black, light, dark, primary, link, info, success, warning, danger or undefined`
4810
4821
  ), !1) : !0;
4811
4822
  }
@@ -4814,7 +4825,9 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
4814
4825
  type: String,
4815
4826
  default: void 0,
4816
4827
  validator: function(e) {
4817
- 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;
4828
+ return [void 0, "1", "2", "3", "4", "5", "6"].indexOf(e) === -1 ? (console.warn(
4829
+ `V-IconWrap: invalid "${e}" dark. Should be 1, 2, 3, 4, 5, 6 or undefined`
4830
+ ), !1) : !0;
4818
4831
  }
4819
4832
  },
4820
4833
  placeholder: {
@@ -4846,8 +4859,8 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
4846
4859
  setup(e) {
4847
4860
  const n = e, a = computed$1(() => n.icon && n.icon.indexOf(":") !== -1);
4848
4861
  return (s, o) => {
4849
- const v = resolveComponent("q-icon"), de = resolveComponent("tippy");
4850
- return e.vtippy !== "" ? (openBlock(), createBlock(de, {
4862
+ const v = resolveComponent("tippy");
4863
+ return e.vtippy !== "" ? (openBlock(), createBlock(v, {
4851
4864
  key: 0,
4852
4865
  class: "subhelp",
4853
4866
  placement: "top"
@@ -4884,10 +4897,7 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
4884
4897
  }, null, 8, _hoisted_2$z)) : e.icon ? (openBlock(), createElementBlock("i", {
4885
4898
  key: 2,
4886
4899
  class: normalizeClass(e.icon)
4887
- }, null, 2)) : e.qcon ? (openBlock(), createBlock(v, {
4888
- key: 3,
4889
- name: e.qcon
4890
- }, null, 8, ["name"])) : createCommentVNode("", !0)
4900
+ }, null, 2)) : createCommentVNode("", !0)
4891
4901
  ], 2)
4892
4902
  ]),
4893
4903
  _: 1
@@ -4915,14 +4925,11 @@ const _hoisted_1$S = { class: "beakdatatable" }, _hoisted_2$G = { class: "column
4915
4925
  }, null, 8, _hoisted_8$b)) : e.icon ? (openBlock(), createElementBlock("i", {
4916
4926
  key: 2,
4917
4927
  class: normalizeClass(e.icon)
4918
- }, null, 2)) : e.qcon ? (openBlock(), createBlock(v, {
4919
- key: 3,
4920
- name: e.qcon
4921
- }, null, 8, ["name"])) : createCommentVNode("", !0)
4928
+ }, null, 2)) : createCommentVNode("", !0)
4922
4929
  ], 2));
4923
4930
  };
4924
4931
  }
4925
- }), VIconWrap_vue_vue_type_style_index_0_scoped_d167b295_lang = "", BWIconWrap = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-d167b295"]]), _hoisted_1$H = ["data-icon"], _hoisted_2$y = { class: "snack-text" }, _hoisted_3$r = { class: "snack-action" }, _sfc_main$L = /* @__PURE__ */ defineComponent({
4932
+ }), VIconWrap_vue_vue_type_style_index_0_scoped_a0d31f34_lang = "", BWIconWrap = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-a0d31f34"]]), _hoisted_1$H = ["data-icon"], _hoisted_2$y = { class: "snack-text" }, _hoisted_3$r = { class: "snack-action" }, _sfc_main$L = /* @__PURE__ */ defineComponent({
4926
4933
  __name: "V-SnackIcon",
4927
4934
  props: {
4928
4935
  title: {
@@ -66731,7 +66738,7 @@ class Columns {
66731
66738
  const me = o.headings[n], t = [];
66732
66739
  if (me.getAttribute("data-type") === "date") {
66733
66740
  let i = !1;
66734
- me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.4aa0e225.js").then(({ parseDate: Ie }) => (Te) => Ie(Te, i)));
66741
+ me.hasAttribute("data-format") && (i = me.getAttribute("data-format")), t.push(import("./date.d474d8ae.js").then(({ parseDate: Ie }) => (Te) => Ie(Te, i)));
66735
66742
  }
66736
66743
  Promise.all(t).then((i) => {
66737
66744
  const ve = i[0];