@qikdev/vue-ui 0.1.55 → 0.1.56
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 +22 -14
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
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.
|
|
35
|
+
const version$1 = "0.1.56";
|
|
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;
|
|
@@ -4630,13 +4630,13 @@ const _sfc_main$Y = {
|
|
|
4630
4630
|
}
|
|
4631
4631
|
};
|
|
4632
4632
|
const _hoisted_1$K = { class: "table-date-cell" };
|
|
4633
|
-
const _hoisted_2$
|
|
4633
|
+
const _hoisted_2$C = { key: 0 };
|
|
4634
4634
|
const _hoisted_3$v = { class: "off" };
|
|
4635
4635
|
const _hoisted_4$r = { class: "on" };
|
|
4636
4636
|
const _hoisted_5$l = { class: "spacer" };
|
|
4637
4637
|
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4638
4638
|
return openBlock(), createElementBlock("td", _hoisted_1$K, [
|
|
4639
|
-
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4639
|
+
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$C, [
|
|
4640
4640
|
createElementVNode("span", _hoisted_3$v, toDisplayString($options.readable), 1),
|
|
4641
4641
|
createElementVNode("span", _hoisted_4$r, toDisplayString($options.timeago), 1),
|
|
4642
4642
|
createElementVNode("span", _hoisted_5$l, toDisplayString($options.readable), 1)
|
|
@@ -4679,7 +4679,7 @@ const _sfc_main$W = {
|
|
|
4679
4679
|
}
|
|
4680
4680
|
};
|
|
4681
4681
|
const _hoisted_1$J = { class: "table-url-cell" };
|
|
4682
|
-
const _hoisted_2$
|
|
4682
|
+
const _hoisted_2$B = ["href"];
|
|
4683
4683
|
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4684
4684
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4685
4685
|
return openBlock(), createElementBlock("td", _hoisted_1$J, [
|
|
@@ -4693,7 +4693,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4693
4693
|
right: "",
|
|
4694
4694
|
icon: "fa-external-link"
|
|
4695
4695
|
})
|
|
4696
|
-
], 8, _hoisted_2$
|
|
4696
|
+
], 8, _hoisted_2$B)
|
|
4697
4697
|
]);
|
|
4698
4698
|
}
|
|
4699
4699
|
var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-17cf3a86"]]);
|
|
@@ -4870,7 +4870,7 @@ const _hoisted_1$H = {
|
|
|
4870
4870
|
key: 1,
|
|
4871
4871
|
class: "table-cell"
|
|
4872
4872
|
};
|
|
4873
|
-
const _hoisted_2$
|
|
4873
|
+
const _hoisted_2$A = { class: "value" };
|
|
4874
4874
|
const _hoisted_3$u = { class: "value" };
|
|
4875
4875
|
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4876
4876
|
const _component_value_renderer = resolveComponent("value-renderer");
|
|
@@ -4882,7 +4882,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4882
4882
|
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$H, [
|
|
4883
4883
|
$options.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4884
4884
|
$options.complex ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.value, (entry, index2) => {
|
|
4885
|
-
return openBlock(), createElementBlock("span", _hoisted_2$
|
|
4885
|
+
return openBlock(), createElementBlock("span", _hoisted_2$A, [
|
|
4886
4886
|
createVNode(_component_value_renderer, {
|
|
4887
4887
|
type: $props.column.type,
|
|
4888
4888
|
multi: "",
|
|
@@ -5177,7 +5177,7 @@ const _sfc_main$S = {
|
|
|
5177
5177
|
}
|
|
5178
5178
|
};
|
|
5179
5179
|
const _hoisted_1$G = { class: "table-wrapper" };
|
|
5180
|
-
const _hoisted_2$
|
|
5180
|
+
const _hoisted_2$z = {
|
|
5181
5181
|
class: "table-scroll",
|
|
5182
5182
|
ref: "scroll"
|
|
5183
5183
|
};
|
|
@@ -5200,7 +5200,7 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5200
5200
|
const _component_ux_menu = resolveComponent("ux-menu");
|
|
5201
5201
|
const _component_table_row = resolveComponent("table-row");
|
|
5202
5202
|
return openBlock(), createElementBlock("div", _hoisted_1$G, [
|
|
5203
|
-
createElementVNode("div", _hoisted_2$
|
|
5203
|
+
createElementVNode("div", _hoisted_2$z, [
|
|
5204
5204
|
createElementVNode("table", null, [
|
|
5205
5205
|
createElementVNode("thead", null, [
|
|
5206
5206
|
createElementVNode("tr", null, [
|
|
@@ -5296,13 +5296,13 @@ const _sfc_main$R = {
|
|
|
5296
5296
|
};
|
|
5297
5297
|
const _withScopeId$5 = (n2) => (pushScopeId("data-v-27f20370"), n2 = n2(), popScopeId(), n2);
|
|
5298
5298
|
const _hoisted_1$F = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
|
|
5299
|
-
const _hoisted_2$
|
|
5299
|
+
const _hoisted_2$y = [
|
|
5300
5300
|
_hoisted_1$F
|
|
5301
5301
|
];
|
|
5302
5302
|
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5303
5303
|
return openBlock(), createElementBlock("div", {
|
|
5304
5304
|
class: normalizeClass(["ux-spinner", { large: $props.large }])
|
|
5305
|
-
}, _hoisted_2$
|
|
5305
|
+
}, _hoisted_2$y, 2);
|
|
5306
5306
|
}
|
|
5307
5307
|
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-27f20370"]]);
|
|
5308
5308
|
var button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
@@ -6018,16 +6018,24 @@ const _sfc_main$J = {
|
|
|
6018
6018
|
}
|
|
6019
6019
|
}
|
|
6020
6020
|
};
|
|
6021
|
-
const _hoisted_1$D = ["
|
|
6021
|
+
const _hoisted_1$D = ["data"];
|
|
6022
|
+
const _hoisted_2$x = ["src"];
|
|
6022
6023
|
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6023
6024
|
return openBlock(), createElementBlock("div", {
|
|
6024
6025
|
class: "ux-image",
|
|
6025
6026
|
style: normalizeStyle($options.style)
|
|
6026
6027
|
}, [
|
|
6027
|
-
|
|
6028
|
+
$props.svg ? (openBlock(), createElementBlock("object", {
|
|
6029
|
+
key: 0,
|
|
6030
|
+
type: "image/svg+xml",
|
|
6031
|
+
data: $options.src
|
|
6032
|
+
}, null, 8, _hoisted_1$D)) : (openBlock(), createElementBlock("img", {
|
|
6033
|
+
key: 1,
|
|
6034
|
+
src: $options.src
|
|
6035
|
+
}, null, 8, _hoisted_2$x))
|
|
6028
6036
|
], 4);
|
|
6029
6037
|
}
|
|
6030
|
-
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-
|
|
6038
|
+
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-92100196"]]);
|
|
6031
6039
|
var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6032
6040
|
const _sfc_main$I = {
|
|
6033
6041
|
props: {
|