@qikdev/vue-ui 0.1.61 → 0.1.62

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, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelSelect, withKeys, vModelText, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
34
34
  import { EventDispatcher } from "@qikdev/sdk";
35
- const version$1 = "0.1.61";
35
+ const version$1 = "0.1.62";
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;
@@ -5826,7 +5826,7 @@ const _sfc_main$M = {
5826
5826
  },
5827
5827
  expandOn: {
5828
5828
  type: String,
5829
- default: "click"
5829
+ default: "none"
5830
5830
  }
5831
5831
  },
5832
5832
  methods: {
@@ -17746,6 +17746,7 @@ function defaultColumns(self2, type) {
17746
17746
  return columns;
17747
17747
  }
17748
17748
  let cancelInflight;
17749
+ let cancelledUnmount;
17749
17750
  let typeCacheKey;
17750
17751
  const _sfc_main$5 = {
17751
17752
  props: {
@@ -17810,6 +17811,11 @@ const _sfc_main$5 = {
17810
17811
  },
17811
17812
  deactivated() {
17812
17813
  typeCacheKey = this.$sdk.global.cacheKeys[this.type];
17814
+ if (cancelInflight) {
17815
+ cancelInflight();
17816
+ cancelInflight = null;
17817
+ cancelledUnmount = true;
17818
+ }
17813
17819
  },
17814
17820
  async activated() {
17815
17821
  var self2 = this;
@@ -17818,6 +17824,10 @@ const _sfc_main$5 = {
17818
17824
  typeCacheKey = nowCacheKey;
17819
17825
  self2.dataSource = await self2.load();
17820
17826
  }
17827
+ if (cancelledUnmount) {
17828
+ cancelledUnmount = false;
17829
+ self2.dataSource = await self2.load();
17830
+ }
17821
17831
  },
17822
17832
  async created() {
17823
17833
  var self2 = this;
@@ -18193,7 +18203,7 @@ const _sfc_main$5 = {
18193
18203
  };
18194
18204
  }
18195
18205
  };
18196
- const _withScopeId = (n2) => (pushScopeId("data-v-444f4547"), n2 = n2(), popScopeId(), n2);
18206
+ const _withScopeId = (n2) => (pushScopeId("data-v-00a8af80"), n2 = n2(), popScopeId(), n2);
18197
18207
  const _hoisted_1$5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
18198
18208
  const _hoisted_2$4 = { class: "footer" };
18199
18209
  function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
@@ -18367,7 +18377,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
18367
18377
  _: 3
18368
18378
  })) : createCommentVNode("", true);
18369
18379
  }
18370
- var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-444f4547"]]);
18380
+ var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-00a8af80"]]);
18371
18381
  var ModalMixin = {
18372
18382
  props: {
18373
18383
  options: {