@qikdev/vue-ui 0.2.8 → 0.2.9
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 +75 -72
- 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, 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.2.
|
|
35
|
+
const version$1 = "0.2.9";
|
|
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;
|
|
@@ -42,97 +42,97 @@ var _export_sfc = (sfc, props2) => {
|
|
|
42
42
|
return target;
|
|
43
43
|
};
|
|
44
44
|
const _sfc_main$1k = {};
|
|
45
|
-
const _hoisted_1$
|
|
45
|
+
const _hoisted_1$11 = { class: "flex-column" };
|
|
46
46
|
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
47
|
+
return openBlock(), createElementBlock("div", _hoisted_1$11, [
|
|
48
48
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
49
49
|
]);
|
|
50
50
|
}
|
|
51
51
|
var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-203ea86f"]]);
|
|
52
52
|
var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
53
53
|
const _sfc_main$1j = {};
|
|
54
|
-
const _hoisted_1$
|
|
54
|
+
const _hoisted_1$10 = { class: "flex-column-body" };
|
|
55
55
|
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
56
|
+
return openBlock(), createElementBlock("div", _hoisted_1$10, [
|
|
57
57
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
58
58
|
]);
|
|
59
59
|
}
|
|
60
60
|
var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__scopeId", "data-v-64850355"]]);
|
|
61
61
|
var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62
62
|
const _sfc_main$1i = {};
|
|
63
|
-
const _hoisted_1
|
|
63
|
+
const _hoisted_1$$ = { class: "flex-column-header" };
|
|
64
64
|
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65
|
-
return openBlock(), createElementBlock("div", _hoisted_1
|
|
65
|
+
return openBlock(), createElementBlock("div", _hoisted_1$$, [
|
|
66
66
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
67
67
|
]);
|
|
68
68
|
}
|
|
69
69
|
var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__scopeId", "data-v-10b28f00"]]);
|
|
70
70
|
var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
71
71
|
const _sfc_main$1h = {};
|
|
72
|
-
const _hoisted_1
|
|
72
|
+
const _hoisted_1$_ = { class: "flex-column-footer" };
|
|
73
73
|
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
74
|
-
return openBlock(), createElementBlock("div", _hoisted_1
|
|
74
|
+
return openBlock(), createElementBlock("div", _hoisted_1$_, [
|
|
75
75
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
76
76
|
]);
|
|
77
77
|
}
|
|
78
78
|
var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__scopeId", "data-v-68216a72"]]);
|
|
79
79
|
var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
80
80
|
const _sfc_main$1g = {};
|
|
81
|
-
const _hoisted_1$
|
|
81
|
+
const _hoisted_1$Z = { class: "flex-cell" };
|
|
82
82
|
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
83
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
83
|
+
return openBlock(), createElementBlock("div", _hoisted_1$Z, [
|
|
84
84
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
85
85
|
]);
|
|
86
86
|
}
|
|
87
87
|
var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__scopeId", "data-v-644bb279"]]);
|
|
88
88
|
var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
89
89
|
const _sfc_main$1f = {};
|
|
90
|
-
const _hoisted_1$
|
|
90
|
+
const _hoisted_1$Y = { class: "flex-row" };
|
|
91
91
|
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
92
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
92
|
+
return openBlock(), createElementBlock("div", _hoisted_1$Y, [
|
|
93
93
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
94
94
|
]);
|
|
95
95
|
}
|
|
96
96
|
var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-5b76ad1f"]]);
|
|
97
97
|
var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
98
98
|
const _sfc_main$1e = {};
|
|
99
|
-
const _hoisted_1$
|
|
99
|
+
const _hoisted_1$X = { class: "flex-spacer" };
|
|
100
100
|
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
101
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
101
|
+
return openBlock(), createElementBlock("div", _hoisted_1$X);
|
|
102
102
|
}
|
|
103
103
|
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__scopeId", "data-v-35b15579"]]);
|
|
104
104
|
var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
105
105
|
const _sfc_main$1d = {};
|
|
106
|
-
const _hoisted_1$
|
|
106
|
+
const _hoisted_1$W = { class: "panel" };
|
|
107
107
|
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
108
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
108
|
+
return openBlock(), createElementBlock("div", _hoisted_1$W, [
|
|
109
109
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
110
110
|
]);
|
|
111
111
|
}
|
|
112
112
|
var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__scopeId", "data-v-50ae77fc"]]);
|
|
113
113
|
var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
114
114
|
const _sfc_main$1c = {};
|
|
115
|
-
const _hoisted_1$
|
|
115
|
+
const _hoisted_1$V = { class: "panel-body" };
|
|
116
116
|
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
117
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
117
|
+
return openBlock(), createElementBlock("div", _hoisted_1$V, [
|
|
118
118
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
119
119
|
]);
|
|
120
120
|
}
|
|
121
121
|
var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-c82dca76"]]);
|
|
122
122
|
var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
123
123
|
const _sfc_main$1b = {};
|
|
124
|
-
const _hoisted_1$
|
|
124
|
+
const _hoisted_1$U = { class: "panel-header" };
|
|
125
125
|
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
126
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
126
|
+
return openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
127
127
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
128
128
|
]);
|
|
129
129
|
}
|
|
130
130
|
var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__scopeId", "data-v-13bf11da"]]);
|
|
131
131
|
var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
132
132
|
const _sfc_main$1a = {};
|
|
133
|
-
const _hoisted_1$
|
|
133
|
+
const _hoisted_1$T = { class: "panel-footer" };
|
|
134
134
|
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
135
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
135
|
+
return openBlock(), createElementBlock("div", _hoisted_1$T, [
|
|
136
136
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
137
137
|
]);
|
|
138
138
|
}
|
|
@@ -163,7 +163,7 @@ const _sfc_main$19 = {
|
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
|
-
const _hoisted_1$
|
|
166
|
+
const _hoisted_1$S = ["onClick"];
|
|
167
167
|
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
168
168
|
const _component_flex_row = resolveComponent("flex-row");
|
|
169
169
|
const _component_flex_header = resolveComponent("flex-header");
|
|
@@ -179,7 +179,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
179
179
|
class: normalizeClass({ active: index2 === $data.activeIndex }),
|
|
180
180
|
key: `tab-link-${tab.props.heading}`,
|
|
181
181
|
onClick: ($event) => $options.select(index2)
|
|
182
|
-
}, toDisplayString(tab.props.heading), 11, _hoisted_1$
|
|
182
|
+
}, toDisplayString(tab.props.heading), 11, _hoisted_1$S);
|
|
183
183
|
}), 128))
|
|
184
184
|
]),
|
|
185
185
|
_: 1
|
|
@@ -730,11 +730,11 @@ const _sfc_main$17 = {
|
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
732
|
};
|
|
733
|
-
const _hoisted_1$
|
|
733
|
+
const _hoisted_1$R = { class: "table-image-cell" };
|
|
734
734
|
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
735
735
|
const _component_ux_image = resolveComponent("ux-image");
|
|
736
736
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
737
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
737
|
+
return openBlock(), createElementBlock("td", _hoisted_1$R, [
|
|
738
738
|
$options.type == "image" || $options.type == "video" ? (openBlock(), createElementBlock("div", {
|
|
739
739
|
key: 0,
|
|
740
740
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.clicked(_ctx.value), ["stop", "prevent"])),
|
|
@@ -778,11 +778,11 @@ const _sfc_main$16 = {
|
|
|
778
778
|
}
|
|
779
779
|
}
|
|
780
780
|
};
|
|
781
|
-
const _hoisted_1$
|
|
781
|
+
const _hoisted_1$Q = { class: "table-button-cell" };
|
|
782
782
|
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
783
783
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
784
784
|
const _component_ux_button = resolveComponent("ux-button");
|
|
785
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
785
|
+
return openBlock(), createElementBlock("td", _hoisted_1$Q, [
|
|
786
786
|
createVNode(_component_ux_button, {
|
|
787
787
|
color: $options.button.color,
|
|
788
788
|
size: $options.button.size,
|
|
@@ -4658,13 +4658,13 @@ const _sfc_main$15 = {
|
|
|
4658
4658
|
}
|
|
4659
4659
|
}
|
|
4660
4660
|
};
|
|
4661
|
-
const _hoisted_1$
|
|
4661
|
+
const _hoisted_1$P = { class: "table-date-cell" };
|
|
4662
4662
|
const _hoisted_2$H = { key: 0 };
|
|
4663
4663
|
const _hoisted_3$z = { class: "off" };
|
|
4664
4664
|
const _hoisted_4$v = { class: "on" };
|
|
4665
4665
|
const _hoisted_5$n = { class: "spacer" };
|
|
4666
4666
|
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4667
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
4667
|
+
return openBlock(), createElementBlock("td", _hoisted_1$P, [
|
|
4668
4668
|
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$H, [
|
|
4669
4669
|
createElementVNode("span", _hoisted_3$z, toDisplayString($options.readable), 1),
|
|
4670
4670
|
createElementVNode("span", _hoisted_4$v, toDisplayString($options.timeago), 1),
|
|
@@ -4730,11 +4730,11 @@ const _sfc_main$12 = {
|
|
|
4730
4730
|
}
|
|
4731
4731
|
}
|
|
4732
4732
|
};
|
|
4733
|
-
const _hoisted_1$
|
|
4733
|
+
const _hoisted_1$O = { class: "table-url-cell" };
|
|
4734
4734
|
const _hoisted_2$G = ["href"];
|
|
4735
4735
|
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4736
4736
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4737
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
4737
|
+
return openBlock(), createElementBlock("td", _hoisted_1$O, [
|
|
4738
4738
|
createElementVNode("a", {
|
|
4739
4739
|
href: $options.href,
|
|
4740
4740
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => $options.open && $options.open(...args), ["stop", "prevent"])),
|
|
@@ -4798,7 +4798,7 @@ const _sfc_main$11 = {
|
|
|
4798
4798
|
}
|
|
4799
4799
|
}
|
|
4800
4800
|
};
|
|
4801
|
-
const _hoisted_1$
|
|
4801
|
+
const _hoisted_1$N = /* @__PURE__ */ createTextVNode(",\xA0");
|
|
4802
4802
|
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4803
4803
|
return $options.reference ? (openBlock(), createElementBlock("a", {
|
|
4804
4804
|
key: 0,
|
|
@@ -4808,7 +4808,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4808
4808
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
4809
4809
|
createTextVNode(toDisplayString($options.renderValue), 1),
|
|
4810
4810
|
$props.multi && !$props.last ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4811
|
-
_hoisted_1$
|
|
4811
|
+
_hoisted_1$N
|
|
4812
4812
|
], 64)) : createCommentVNode("", true)
|
|
4813
4813
|
], 64));
|
|
4814
4814
|
}
|
|
@@ -4926,7 +4926,7 @@ const _sfc_main$10 = {
|
|
|
4926
4926
|
}
|
|
4927
4927
|
}
|
|
4928
4928
|
};
|
|
4929
|
-
const _hoisted_1$
|
|
4929
|
+
const _hoisted_1$M = {
|
|
4930
4930
|
key: 1,
|
|
4931
4931
|
class: "table-cell"
|
|
4932
4932
|
};
|
|
@@ -4939,7 +4939,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4939
4939
|
column: $props.column,
|
|
4940
4940
|
row: $props.row,
|
|
4941
4941
|
value: $options.value
|
|
4942
|
-
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$
|
|
4942
|
+
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$M, [
|
|
4943
4943
|
$options.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4944
4944
|
$options.complex ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.value, (entry, index2) => {
|
|
4945
4945
|
return openBlock(), createElementBlock("span", _hoisted_2$F, [
|
|
@@ -5333,7 +5333,7 @@ const _sfc_main$_ = {
|
|
|
5333
5333
|
}
|
|
5334
5334
|
}
|
|
5335
5335
|
};
|
|
5336
|
-
const _hoisted_1$
|
|
5336
|
+
const _hoisted_1$L = { class: "table-wrapper" };
|
|
5337
5337
|
const _hoisted_2$E = {
|
|
5338
5338
|
class: "table-scroll",
|
|
5339
5339
|
ref: "scroll"
|
|
@@ -5358,7 +5358,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5358
5358
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
5359
5359
|
const _component_flex_row = resolveComponent("flex-row");
|
|
5360
5360
|
const _component_table_row = resolveComponent("table-row");
|
|
5361
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5361
|
+
return openBlock(), createElementBlock("div", _hoisted_1$L, [
|
|
5362
5362
|
createElementVNode("div", _hoisted_2$E, [
|
|
5363
5363
|
createElementVNode("table", null, [
|
|
5364
5364
|
createElementVNode("thead", null, [
|
|
@@ -5484,9 +5484,9 @@ const _sfc_main$Z = {
|
|
|
5484
5484
|
}
|
|
5485
5485
|
};
|
|
5486
5486
|
const _withScopeId$7 = (n2) => (pushScopeId("data-v-27f20370"), n2 = n2(), popScopeId(), n2);
|
|
5487
|
-
const _hoisted_1$
|
|
5487
|
+
const _hoisted_1$K = /* @__PURE__ */ _withScopeId$7(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
|
|
5488
5488
|
const _hoisted_2$D = [
|
|
5489
|
-
_hoisted_1$
|
|
5489
|
+
_hoisted_1$K
|
|
5490
5490
|
];
|
|
5491
5491
|
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5492
5492
|
return openBlock(), createElementBlock("div", {
|
|
@@ -5589,7 +5589,7 @@ const _sfc_main$Y = {
|
|
|
5589
5589
|
}
|
|
5590
5590
|
}
|
|
5591
5591
|
};
|
|
5592
|
-
const _hoisted_1$
|
|
5592
|
+
const _hoisted_1$J = { class: "ux-btn-text" };
|
|
5593
5593
|
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5594
5594
|
const _component_spinner = resolveComponent("spinner");
|
|
5595
5595
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
@@ -5604,7 +5604,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5604
5604
|
}, {
|
|
5605
5605
|
default: withCtx(() => [
|
|
5606
5606
|
$props.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : createCommentVNode("", true),
|
|
5607
|
-
createElementVNode("span", _hoisted_1$
|
|
5607
|
+
createElementVNode("span", _hoisted_1$J, [
|
|
5608
5608
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
5609
5609
|
])
|
|
5610
5610
|
]),
|
|
@@ -6263,7 +6263,7 @@ const _sfc_main$R = {
|
|
|
6263
6263
|
}
|
|
6264
6264
|
}
|
|
6265
6265
|
};
|
|
6266
|
-
const _hoisted_1$
|
|
6266
|
+
const _hoisted_1$I = ["alt", "data"];
|
|
6267
6267
|
const _hoisted_2$C = ["alt", "src"];
|
|
6268
6268
|
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6269
6269
|
return openBlock(), createElementBlock("div", {
|
|
@@ -6275,7 +6275,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6275
6275
|
alt: $options.altText,
|
|
6276
6276
|
type: "image/svg+xml",
|
|
6277
6277
|
data: $options.src
|
|
6278
|
-
}, null, 8, _hoisted_1$
|
|
6278
|
+
}, null, 8, _hoisted_1$I)) : (openBlock(), createElementBlock("img", {
|
|
6279
6279
|
key: 1,
|
|
6280
6280
|
alt: $options.altText,
|
|
6281
6281
|
style: normalizeStyle($options.imageStyle),
|
|
@@ -6320,10 +6320,10 @@ const _sfc_main$Q = {
|
|
|
6320
6320
|
}
|
|
6321
6321
|
};
|
|
6322
6322
|
const _withScopeId$6 = (n2) => (pushScopeId("data-v-317a7690"), n2 = n2(), popScopeId(), n2);
|
|
6323
|
-
const _hoisted_1$
|
|
6323
|
+
const _hoisted_1$H = { class: "ux-progress" };
|
|
6324
6324
|
const _hoisted_2$B = /* @__PURE__ */ _withScopeId$6(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
|
|
6325
6325
|
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6326
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6326
|
+
return openBlock(), createElementBlock("div", _hoisted_1$H, [
|
|
6327
6327
|
_hoisted_2$B,
|
|
6328
6328
|
createElementVNode("div", {
|
|
6329
6329
|
class: "ux-progress-fg",
|
|
@@ -6334,18 +6334,18 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6334
6334
|
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-317a7690"]]);
|
|
6335
6335
|
var list_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6336
6336
|
const _sfc_main$P = {};
|
|
6337
|
-
const _hoisted_1$
|
|
6337
|
+
const _hoisted_1$G = { class: "ux-list" };
|
|
6338
6338
|
function _sfc_render$P(_ctx, _cache) {
|
|
6339
|
-
return openBlock(), createElementBlock("ul", _hoisted_1$
|
|
6339
|
+
return openBlock(), createElementBlock("ul", _hoisted_1$G, [
|
|
6340
6340
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
6341
6341
|
]);
|
|
6342
6342
|
}
|
|
6343
6343
|
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-98e1e4e2"]]);
|
|
6344
6344
|
var listItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6345
6345
|
const _sfc_main$O = {};
|
|
6346
|
-
const _hoisted_1$
|
|
6346
|
+
const _hoisted_1$F = { class: "ux-list-item" };
|
|
6347
6347
|
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6348
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6348
|
+
return openBlock(), createElementBlock("div", _hoisted_1$F, [
|
|
6349
6349
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
6350
6350
|
]);
|
|
6351
6351
|
}
|
|
@@ -6409,7 +6409,7 @@ const _sfc_main$N = {
|
|
|
6409
6409
|
}
|
|
6410
6410
|
};
|
|
6411
6411
|
const _withScopeId$5 = (n2) => (pushScopeId("data-v-61cbf45e"), n2 = n2(), popScopeId(), n2);
|
|
6412
|
-
const _hoisted_1$
|
|
6412
|
+
const _hoisted_1$E = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "From Date", -1));
|
|
6413
6413
|
const _hoisted_2$A = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "To Date", -1));
|
|
6414
6414
|
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6415
6415
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -6424,7 +6424,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6424
6424
|
createVNode(_component_flex_cell, { class: "cell" }, {
|
|
6425
6425
|
default: withCtx(() => [
|
|
6426
6426
|
createElementVNode("div", null, [
|
|
6427
|
-
_hoisted_1$
|
|
6427
|
+
_hoisted_1$E,
|
|
6428
6428
|
withDirectives(createElementVNode("input", {
|
|
6429
6429
|
type: "date",
|
|
6430
6430
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -6974,7 +6974,7 @@ const _sfc_main$M = {
|
|
|
6974
6974
|
}
|
|
6975
6975
|
}
|
|
6976
6976
|
};
|
|
6977
|
-
const _hoisted_1$
|
|
6977
|
+
const _hoisted_1$D = {
|
|
6978
6978
|
key: 0,
|
|
6979
6979
|
class: "ux-field-title"
|
|
6980
6980
|
};
|
|
@@ -7001,7 +7001,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7001
7001
|
return openBlock(), createElementBlock("div", {
|
|
7002
7002
|
class: normalizeClass(["native-select", $options.classes])
|
|
7003
7003
|
}, [
|
|
7004
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7004
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$D, [
|
|
7005
7005
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7006
7006
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
|
|
7007
7007
|
])) : createCommentVNode("", true),
|
|
@@ -7106,7 +7106,7 @@ const _sfc_main$L = {
|
|
|
7106
7106
|
}
|
|
7107
7107
|
};
|
|
7108
7108
|
const _withScopeId$4 = (n2) => (pushScopeId("data-v-32219a94"), n2 = n2(), popScopeId(), n2);
|
|
7109
|
-
const _hoisted_1$
|
|
7109
|
+
const _hoisted_1$C = {
|
|
7110
7110
|
key: 0,
|
|
7111
7111
|
class: "ux-field-title"
|
|
7112
7112
|
};
|
|
@@ -7135,7 +7135,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7135
7135
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
7136
7136
|
const _component_flex_row = resolveComponent("flex-row");
|
|
7137
7137
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
7138
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7138
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
|
|
7139
7139
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7140
7140
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
|
|
7141
7141
|
])) : createCommentVNode("", true),
|
|
@@ -7804,7 +7804,7 @@ const _sfc_main$K = {
|
|
|
7804
7804
|
}
|
|
7805
7805
|
}
|
|
7806
7806
|
};
|
|
7807
|
-
const _hoisted_1$
|
|
7807
|
+
const _hoisted_1$B = {
|
|
7808
7808
|
key: 0,
|
|
7809
7809
|
class: "ux-field-title"
|
|
7810
7810
|
};
|
|
@@ -7831,7 +7831,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7831
7831
|
return openBlock(), createElementBlock("div", {
|
|
7832
7832
|
class: normalizeClass(["native-select", $options.classes])
|
|
7833
7833
|
}, [
|
|
7834
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7834
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
|
|
7835
7835
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7836
7836
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$x, "*")) : createCommentVNode("", true)
|
|
7837
7837
|
])) : createCommentVNode("", true),
|
|
@@ -7894,7 +7894,6 @@ const _sfc_main$J = {
|
|
|
7894
7894
|
}
|
|
7895
7895
|
}
|
|
7896
7896
|
};
|
|
7897
|
-
const _hoisted_1$B = { class: "image-wrapper" };
|
|
7898
7897
|
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7899
7898
|
const _component_ux_image = resolveComponent("ux-image");
|
|
7900
7899
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -7913,13 +7912,15 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7913
7912
|
shrink: ""
|
|
7914
7913
|
}, {
|
|
7915
7914
|
default: withCtx(() => [
|
|
7916
|
-
createElementVNode("div",
|
|
7915
|
+
createElementVNode("div", {
|
|
7916
|
+
class: normalizeClass(["image-wrapper", $options.basicType])
|
|
7917
|
+
}, [
|
|
7917
7918
|
createVNode(_component_ux_image, {
|
|
7918
7919
|
item: $props.item,
|
|
7919
7920
|
width: 100,
|
|
7920
7921
|
height: 100
|
|
7921
7922
|
}, null, 8, ["item"])
|
|
7922
|
-
])
|
|
7923
|
+
], 2)
|
|
7923
7924
|
]),
|
|
7924
7925
|
_: 1
|
|
7925
7926
|
})) : createCommentVNode("", true),
|
|
@@ -7944,7 +7945,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7944
7945
|
})
|
|
7945
7946
|
]);
|
|
7946
7947
|
}
|
|
7947
|
-
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-
|
|
7948
|
+
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-a859ba7a"]]);
|
|
7948
7949
|
/**!
|
|
7949
7950
|
* Sortable 1.14.0
|
|
7950
7951
|
* @author RubaXa <trash@rubaxa.org>
|
|
@@ -16513,6 +16514,9 @@ const _sfc_main$h = {
|
|
|
16513
16514
|
if (this.getExpressionWidgetType) {
|
|
16514
16515
|
actual = Object.assign({}, actual, { widget: this.getExpressionWidgetType });
|
|
16515
16516
|
}
|
|
16517
|
+
if (this.getExpressionDataType) {
|
|
16518
|
+
actual = Object.assign({}, actual, { type: this.getExpressionDataType });
|
|
16519
|
+
}
|
|
16516
16520
|
if (this.getExpressionOptions) {
|
|
16517
16521
|
actual = Object.assign({}, actual, { options: this.getExpressionOptions });
|
|
16518
16522
|
}
|
|
@@ -16564,6 +16568,7 @@ const _sfc_main$h = {
|
|
|
16564
16568
|
getExpressionValue: computedExpression("value"),
|
|
16565
16569
|
getExpressionReferenceType: computedExpression("referenceType"),
|
|
16566
16570
|
getExpressionWidgetType: computedExpression("widget"),
|
|
16571
|
+
getExpressionDataType: computedExpression("type"),
|
|
16567
16572
|
getExpressionOptions: computedExpression("options"),
|
|
16568
16573
|
getExpressionSyntax: computedExpression("syntax"),
|
|
16569
16574
|
getExpressionCurrency: computedExpression("currency"),
|
|
@@ -16953,7 +16958,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16953
16958
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$c, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
16954
16959
|
], 34)) : createCommentVNode("", true);
|
|
16955
16960
|
}
|
|
16956
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-
|
|
16961
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-fe4ffb7c"]]);
|
|
16957
16962
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16958
16963
|
const _sfc_main$g = {
|
|
16959
16964
|
props: {
|
|
@@ -18414,14 +18419,12 @@ function defaultColumns(self2, type) {
|
|
|
18414
18419
|
shrink: true
|
|
18415
18420
|
});
|
|
18416
18421
|
columns.push({
|
|
18417
|
-
title: "
|
|
18418
|
-
key: "
|
|
18419
|
-
shrink: true
|
|
18422
|
+
title: "Email",
|
|
18423
|
+
key: "emails"
|
|
18420
18424
|
});
|
|
18421
18425
|
columns.push({
|
|
18422
|
-
title: "
|
|
18423
|
-
key: "
|
|
18424
|
-
shrink: true
|
|
18426
|
+
title: "Phone Number",
|
|
18427
|
+
key: "phoneNumbersInternational"
|
|
18425
18428
|
});
|
|
18426
18429
|
break;
|
|
18427
18430
|
case "definition":
|
|
@@ -19055,7 +19058,7 @@ const _sfc_main$9 = {
|
|
|
19055
19058
|
};
|
|
19056
19059
|
}
|
|
19057
19060
|
};
|
|
19058
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
19061
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-cc04f516"), n2 = n2(), popScopeId(), n2);
|
|
19059
19062
|
const _hoisted_1$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
19060
19063
|
const _hoisted_2$6 = { key: 0 };
|
|
19061
19064
|
const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
@@ -19243,7 +19246,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19243
19246
|
_: 3
|
|
19244
19247
|
})) : createCommentVNode("", true);
|
|
19245
19248
|
}
|
|
19246
|
-
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-
|
|
19249
|
+
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-cc04f516"]]);
|
|
19247
19250
|
var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19248
19251
|
const _sfc_main$8 = {
|
|
19249
19252
|
props: {
|