@qikdev/vue-ui 0.2.47 → 0.2.50

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/dist/lib.es.js CHANGED
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  import { openBlock, createElementBlock, renderSlot, resolveComponent, normalizeClass, Fragment, createVNode, withCtx, renderList, toDisplayString, withDirectives, createBlock, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, h, mergeProps, toHandlers, vModelSelect, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, withKeys, TransitionGroup, defineComponent, nextTick, vModelDynamic, reactive, watch } from "vue";
34
34
  import { EventDispatcher } from "@qikdev/sdk";
35
- const version$1 = "0.2.47";
35
+ const version$1 = "0.2.50";
36
36
  var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
37
37
  var _export_sfc = (sfc, props2) => {
38
38
  const target = sfc.__vccOpts || sfc;
@@ -846,10 +846,12 @@ const _sfc_main$1c = {
846
846
  return (_b = (_a = this.row) == null ? void 0 : _a.meta) == null ? void 0 : _b.type;
847
847
  },
848
848
  label() {
849
- if (typeof this.button.text === "function") {
850
- return this.button.text();
849
+ const button = this.button;
850
+ if (typeof button.text === "function") {
851
+ return button.text(this);
851
852
  }
852
- return this.button.text;
853
+ console.log("BUTTON", button.text, typeof button.text);
854
+ return button.text;
853
855
  }
854
856
  },
855
857
  methods: {
@@ -885,7 +887,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
885
887
  }, 8, ["color", "size", "loading", "onClick"])
886
888
  ]);
887
889
  }
888
- var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-49b3260d"]]);
890
+ var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-ac248c56"]]);
889
891
  class LuxonError extends Error {
890
892
  }
891
893
  class InvalidDateTimeError extends LuxonError {