@qikdev/vue-ui 0.1.84 → 0.1.85

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, vModelText, vModelSelect, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
34
34
  import { EventDispatcher } from "@qikdev/sdk";
35
- const version$1 = "0.1.84";
35
+ const version$1 = "0.1.85";
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;
@@ -5347,10 +5347,11 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
5347
5347
  }, 1024),
5348
5348
  column.key === ((_a2 = $data.sorting) == null ? void 0 : _a2.key) ? (openBlock(), createBlock(_component_flex_cell, {
5349
5349
  key: 0,
5350
+ class: "caret",
5350
5351
  shrink: ""
5351
5352
  }, {
5352
5353
  default: withCtx(() => [
5353
- createTextVNode(toDisplayString($options.currentSortDirection === "asc" ? "\u25B4" : "\u25BE"), 1)
5354
+ createTextVNode(toDisplayString($options.currentSortDirection === "asc" ? "\u25B2" : "\u25BC"), 1)
5354
5355
  ]),
5355
5356
  _: 1
5356
5357
  })) : createCommentVNode("", true)
@@ -5385,7 +5386,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
5385
5386
  ], 512)
5386
5387
  ]);
5387
5388
  }
5388
- var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-129ac46c"]]);
5389
+ var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-23402222"]]);
5389
5390
  var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
5390
5391
  const _sfc_main$V = {
5391
5392
  props: {
@@ -18944,7 +18945,7 @@ const _sfc_main$5 = {
18944
18945
  };
18945
18946
  }
18946
18947
  };
18947
- const _withScopeId = (n2) => (pushScopeId("data-v-651a3eab"), n2 = n2(), popScopeId(), n2);
18948
+ const _withScopeId = (n2) => (pushScopeId("data-v-2bc8da05"), n2 = n2(), popScopeId(), n2);
18948
18949
  const _hoisted_1$5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
18949
18950
  const _hoisted_2$4 = { key: 0 };
18950
18951
  const _hoisted_3$4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
@@ -19132,7 +19133,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
19132
19133
  _: 3
19133
19134
  })) : createCommentVNode("", true);
19134
19135
  }
19135
- var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-651a3eab"]]);
19136
+ var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-2bc8da05"]]);
19136
19137
  var ModalMixin = {
19137
19138
  props: {
19138
19139
  options: {