@qikdev/vue-ui 0.2.7 → 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 +93 -76
- 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
|
}
|
|
@@ -151,12 +151,19 @@ const _sfc_main$19 = {
|
|
|
151
151
|
},
|
|
152
152
|
computed: {
|
|
153
153
|
tabs() {
|
|
154
|
-
|
|
154
|
+
const self2 = this;
|
|
155
|
+
const slotChildren = self2.$slots.default().map(function(child) {
|
|
156
|
+
if (child.props.enabled === false) {
|
|
157
|
+
return;
|
|
158
|
+
}
|
|
159
|
+
return child;
|
|
160
|
+
}).filter(Boolean);
|
|
161
|
+
console.log("TABS", slotChildren);
|
|
155
162
|
return slotChildren;
|
|
156
163
|
}
|
|
157
164
|
}
|
|
158
165
|
};
|
|
159
|
-
const _hoisted_1$
|
|
166
|
+
const _hoisted_1$S = ["onClick"];
|
|
160
167
|
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
161
168
|
const _component_flex_row = resolveComponent("flex-row");
|
|
162
169
|
const _component_flex_header = resolveComponent("flex-header");
|
|
@@ -170,9 +177,10 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
170
177
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.tabs, (tab, index2) => {
|
|
171
178
|
return openBlock(), createElementBlock("a", {
|
|
172
179
|
class: normalizeClass({ active: index2 === $data.activeIndex }),
|
|
180
|
+
key: `tab-link-${tab.props.heading}`,
|
|
173
181
|
onClick: ($event) => $options.select(index2)
|
|
174
|
-
}, toDisplayString(tab.props.heading), 11, _hoisted_1$
|
|
175
|
-
}),
|
|
182
|
+
}, toDisplayString(tab.props.heading), 11, _hoisted_1$S);
|
|
183
|
+
}), 128))
|
|
176
184
|
]),
|
|
177
185
|
_: 1
|
|
178
186
|
})
|
|
@@ -182,7 +190,9 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
182
190
|
createVNode(_component_flex_column, null, {
|
|
183
191
|
default: withCtx(() => [
|
|
184
192
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.tabs, (tab, index2) => {
|
|
185
|
-
return withDirectives((openBlock(), createBlock(_component_flex_column, {
|
|
193
|
+
return withDirectives((openBlock(), createBlock(_component_flex_column, {
|
|
194
|
+
key: `tab-panel-${tab.props.heading}`
|
|
195
|
+
}, {
|
|
186
196
|
default: withCtx(() => [
|
|
187
197
|
(openBlock(), createBlock(resolveDynamicComponent(tab)))
|
|
188
198
|
]),
|
|
@@ -198,12 +208,16 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
198
208
|
_: 1
|
|
199
209
|
});
|
|
200
210
|
}
|
|
201
|
-
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-
|
|
211
|
+
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-7e39d77e"]]);
|
|
202
212
|
const _sfc_main$18 = {
|
|
203
213
|
props: {
|
|
204
214
|
heading: {
|
|
205
215
|
type: String,
|
|
206
216
|
required: true
|
|
217
|
+
},
|
|
218
|
+
enabled: {
|
|
219
|
+
type: Boolean,
|
|
220
|
+
default: true
|
|
207
221
|
}
|
|
208
222
|
},
|
|
209
223
|
data() {
|
|
@@ -716,11 +730,11 @@ const _sfc_main$17 = {
|
|
|
716
730
|
}
|
|
717
731
|
}
|
|
718
732
|
};
|
|
719
|
-
const _hoisted_1$
|
|
733
|
+
const _hoisted_1$R = { class: "table-image-cell" };
|
|
720
734
|
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
721
735
|
const _component_ux_image = resolveComponent("ux-image");
|
|
722
736
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
723
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
737
|
+
return openBlock(), createElementBlock("td", _hoisted_1$R, [
|
|
724
738
|
$options.type == "image" || $options.type == "video" ? (openBlock(), createElementBlock("div", {
|
|
725
739
|
key: 0,
|
|
726
740
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.clicked(_ctx.value), ["stop", "prevent"])),
|
|
@@ -764,11 +778,11 @@ const _sfc_main$16 = {
|
|
|
764
778
|
}
|
|
765
779
|
}
|
|
766
780
|
};
|
|
767
|
-
const _hoisted_1$
|
|
781
|
+
const _hoisted_1$Q = { class: "table-button-cell" };
|
|
768
782
|
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
769
783
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
770
784
|
const _component_ux_button = resolveComponent("ux-button");
|
|
771
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
785
|
+
return openBlock(), createElementBlock("td", _hoisted_1$Q, [
|
|
772
786
|
createVNode(_component_ux_button, {
|
|
773
787
|
color: $options.button.color,
|
|
774
788
|
size: $options.button.size,
|
|
@@ -4644,13 +4658,13 @@ const _sfc_main$15 = {
|
|
|
4644
4658
|
}
|
|
4645
4659
|
}
|
|
4646
4660
|
};
|
|
4647
|
-
const _hoisted_1$
|
|
4661
|
+
const _hoisted_1$P = { class: "table-date-cell" };
|
|
4648
4662
|
const _hoisted_2$H = { key: 0 };
|
|
4649
4663
|
const _hoisted_3$z = { class: "off" };
|
|
4650
4664
|
const _hoisted_4$v = { class: "on" };
|
|
4651
4665
|
const _hoisted_5$n = { class: "spacer" };
|
|
4652
4666
|
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4653
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
4667
|
+
return openBlock(), createElementBlock("td", _hoisted_1$P, [
|
|
4654
4668
|
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$H, [
|
|
4655
4669
|
createElementVNode("span", _hoisted_3$z, toDisplayString($options.readable), 1),
|
|
4656
4670
|
createElementVNode("span", _hoisted_4$v, toDisplayString($options.timeago), 1),
|
|
@@ -4716,11 +4730,11 @@ const _sfc_main$12 = {
|
|
|
4716
4730
|
}
|
|
4717
4731
|
}
|
|
4718
4732
|
};
|
|
4719
|
-
const _hoisted_1$
|
|
4733
|
+
const _hoisted_1$O = { class: "table-url-cell" };
|
|
4720
4734
|
const _hoisted_2$G = ["href"];
|
|
4721
4735
|
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4722
4736
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4723
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
4737
|
+
return openBlock(), createElementBlock("td", _hoisted_1$O, [
|
|
4724
4738
|
createElementVNode("a", {
|
|
4725
4739
|
href: $options.href,
|
|
4726
4740
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => $options.open && $options.open(...args), ["stop", "prevent"])),
|
|
@@ -4784,7 +4798,7 @@ const _sfc_main$11 = {
|
|
|
4784
4798
|
}
|
|
4785
4799
|
}
|
|
4786
4800
|
};
|
|
4787
|
-
const _hoisted_1$
|
|
4801
|
+
const _hoisted_1$N = /* @__PURE__ */ createTextVNode(",\xA0");
|
|
4788
4802
|
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4789
4803
|
return $options.reference ? (openBlock(), createElementBlock("a", {
|
|
4790
4804
|
key: 0,
|
|
@@ -4794,7 +4808,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4794
4808
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
4795
4809
|
createTextVNode(toDisplayString($options.renderValue), 1),
|
|
4796
4810
|
$props.multi && !$props.last ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4797
|
-
_hoisted_1$
|
|
4811
|
+
_hoisted_1$N
|
|
4798
4812
|
], 64)) : createCommentVNode("", true)
|
|
4799
4813
|
], 64));
|
|
4800
4814
|
}
|
|
@@ -4912,7 +4926,7 @@ const _sfc_main$10 = {
|
|
|
4912
4926
|
}
|
|
4913
4927
|
}
|
|
4914
4928
|
};
|
|
4915
|
-
const _hoisted_1$
|
|
4929
|
+
const _hoisted_1$M = {
|
|
4916
4930
|
key: 1,
|
|
4917
4931
|
class: "table-cell"
|
|
4918
4932
|
};
|
|
@@ -4925,7 +4939,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4925
4939
|
column: $props.column,
|
|
4926
4940
|
row: $props.row,
|
|
4927
4941
|
value: $options.value
|
|
4928
|
-
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$
|
|
4942
|
+
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$M, [
|
|
4929
4943
|
$options.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4930
4944
|
$options.complex ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.value, (entry, index2) => {
|
|
4931
4945
|
return openBlock(), createElementBlock("span", _hoisted_2$F, [
|
|
@@ -5319,7 +5333,7 @@ const _sfc_main$_ = {
|
|
|
5319
5333
|
}
|
|
5320
5334
|
}
|
|
5321
5335
|
};
|
|
5322
|
-
const _hoisted_1$
|
|
5336
|
+
const _hoisted_1$L = { class: "table-wrapper" };
|
|
5323
5337
|
const _hoisted_2$E = {
|
|
5324
5338
|
class: "table-scroll",
|
|
5325
5339
|
ref: "scroll"
|
|
@@ -5344,7 +5358,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5344
5358
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
5345
5359
|
const _component_flex_row = resolveComponent("flex-row");
|
|
5346
5360
|
const _component_table_row = resolveComponent("table-row");
|
|
5347
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5361
|
+
return openBlock(), createElementBlock("div", _hoisted_1$L, [
|
|
5348
5362
|
createElementVNode("div", _hoisted_2$E, [
|
|
5349
5363
|
createElementVNode("table", null, [
|
|
5350
5364
|
createElementVNode("thead", null, [
|
|
@@ -5470,9 +5484,9 @@ const _sfc_main$Z = {
|
|
|
5470
5484
|
}
|
|
5471
5485
|
};
|
|
5472
5486
|
const _withScopeId$7 = (n2) => (pushScopeId("data-v-27f20370"), n2 = n2(), popScopeId(), n2);
|
|
5473
|
-
const _hoisted_1$
|
|
5487
|
+
const _hoisted_1$K = /* @__PURE__ */ _withScopeId$7(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
|
|
5474
5488
|
const _hoisted_2$D = [
|
|
5475
|
-
_hoisted_1$
|
|
5489
|
+
_hoisted_1$K
|
|
5476
5490
|
];
|
|
5477
5491
|
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5478
5492
|
return openBlock(), createElementBlock("div", {
|
|
@@ -5575,7 +5589,7 @@ const _sfc_main$Y = {
|
|
|
5575
5589
|
}
|
|
5576
5590
|
}
|
|
5577
5591
|
};
|
|
5578
|
-
const _hoisted_1$
|
|
5592
|
+
const _hoisted_1$J = { class: "ux-btn-text" };
|
|
5579
5593
|
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5580
5594
|
const _component_spinner = resolveComponent("spinner");
|
|
5581
5595
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
@@ -5590,7 +5604,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5590
5604
|
}, {
|
|
5591
5605
|
default: withCtx(() => [
|
|
5592
5606
|
$props.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : createCommentVNode("", true),
|
|
5593
|
-
createElementVNode("span", _hoisted_1$
|
|
5607
|
+
createElementVNode("span", _hoisted_1$J, [
|
|
5594
5608
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
5595
5609
|
])
|
|
5596
5610
|
]),
|
|
@@ -6249,7 +6263,7 @@ const _sfc_main$R = {
|
|
|
6249
6263
|
}
|
|
6250
6264
|
}
|
|
6251
6265
|
};
|
|
6252
|
-
const _hoisted_1$
|
|
6266
|
+
const _hoisted_1$I = ["alt", "data"];
|
|
6253
6267
|
const _hoisted_2$C = ["alt", "src"];
|
|
6254
6268
|
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6255
6269
|
return openBlock(), createElementBlock("div", {
|
|
@@ -6261,7 +6275,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6261
6275
|
alt: $options.altText,
|
|
6262
6276
|
type: "image/svg+xml",
|
|
6263
6277
|
data: $options.src
|
|
6264
|
-
}, null, 8, _hoisted_1$
|
|
6278
|
+
}, null, 8, _hoisted_1$I)) : (openBlock(), createElementBlock("img", {
|
|
6265
6279
|
key: 1,
|
|
6266
6280
|
alt: $options.altText,
|
|
6267
6281
|
style: normalizeStyle($options.imageStyle),
|
|
@@ -6306,10 +6320,10 @@ const _sfc_main$Q = {
|
|
|
6306
6320
|
}
|
|
6307
6321
|
};
|
|
6308
6322
|
const _withScopeId$6 = (n2) => (pushScopeId("data-v-317a7690"), n2 = n2(), popScopeId(), n2);
|
|
6309
|
-
const _hoisted_1$
|
|
6323
|
+
const _hoisted_1$H = { class: "ux-progress" };
|
|
6310
6324
|
const _hoisted_2$B = /* @__PURE__ */ _withScopeId$6(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
|
|
6311
6325
|
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6312
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6326
|
+
return openBlock(), createElementBlock("div", _hoisted_1$H, [
|
|
6313
6327
|
_hoisted_2$B,
|
|
6314
6328
|
createElementVNode("div", {
|
|
6315
6329
|
class: "ux-progress-fg",
|
|
@@ -6320,18 +6334,18 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6320
6334
|
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-317a7690"]]);
|
|
6321
6335
|
var list_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6322
6336
|
const _sfc_main$P = {};
|
|
6323
|
-
const _hoisted_1$
|
|
6337
|
+
const _hoisted_1$G = { class: "ux-list" };
|
|
6324
6338
|
function _sfc_render$P(_ctx, _cache) {
|
|
6325
|
-
return openBlock(), createElementBlock("ul", _hoisted_1$
|
|
6339
|
+
return openBlock(), createElementBlock("ul", _hoisted_1$G, [
|
|
6326
6340
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
6327
6341
|
]);
|
|
6328
6342
|
}
|
|
6329
6343
|
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-98e1e4e2"]]);
|
|
6330
6344
|
var listItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6331
6345
|
const _sfc_main$O = {};
|
|
6332
|
-
const _hoisted_1$
|
|
6346
|
+
const _hoisted_1$F = { class: "ux-list-item" };
|
|
6333
6347
|
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6334
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6348
|
+
return openBlock(), createElementBlock("div", _hoisted_1$F, [
|
|
6335
6349
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
6336
6350
|
]);
|
|
6337
6351
|
}
|
|
@@ -6395,7 +6409,7 @@ const _sfc_main$N = {
|
|
|
6395
6409
|
}
|
|
6396
6410
|
};
|
|
6397
6411
|
const _withScopeId$5 = (n2) => (pushScopeId("data-v-61cbf45e"), n2 = n2(), popScopeId(), n2);
|
|
6398
|
-
const _hoisted_1$
|
|
6412
|
+
const _hoisted_1$E = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "From Date", -1));
|
|
6399
6413
|
const _hoisted_2$A = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "To Date", -1));
|
|
6400
6414
|
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6401
6415
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -6410,7 +6424,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6410
6424
|
createVNode(_component_flex_cell, { class: "cell" }, {
|
|
6411
6425
|
default: withCtx(() => [
|
|
6412
6426
|
createElementVNode("div", null, [
|
|
6413
|
-
_hoisted_1$
|
|
6427
|
+
_hoisted_1$E,
|
|
6414
6428
|
withDirectives(createElementVNode("input", {
|
|
6415
6429
|
type: "date",
|
|
6416
6430
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -6960,7 +6974,7 @@ const _sfc_main$M = {
|
|
|
6960
6974
|
}
|
|
6961
6975
|
}
|
|
6962
6976
|
};
|
|
6963
|
-
const _hoisted_1$
|
|
6977
|
+
const _hoisted_1$D = {
|
|
6964
6978
|
key: 0,
|
|
6965
6979
|
class: "ux-field-title"
|
|
6966
6980
|
};
|
|
@@ -6987,7 +7001,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6987
7001
|
return openBlock(), createElementBlock("div", {
|
|
6988
7002
|
class: normalizeClass(["native-select", $options.classes])
|
|
6989
7003
|
}, [
|
|
6990
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7004
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$D, [
|
|
6991
7005
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6992
7006
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
|
|
6993
7007
|
])) : createCommentVNode("", true),
|
|
@@ -7092,7 +7106,7 @@ const _sfc_main$L = {
|
|
|
7092
7106
|
}
|
|
7093
7107
|
};
|
|
7094
7108
|
const _withScopeId$4 = (n2) => (pushScopeId("data-v-32219a94"), n2 = n2(), popScopeId(), n2);
|
|
7095
|
-
const _hoisted_1$
|
|
7109
|
+
const _hoisted_1$C = {
|
|
7096
7110
|
key: 0,
|
|
7097
7111
|
class: "ux-field-title"
|
|
7098
7112
|
};
|
|
@@ -7121,7 +7135,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7121
7135
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
7122
7136
|
const _component_flex_row = resolveComponent("flex-row");
|
|
7123
7137
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
7124
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7138
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
|
|
7125
7139
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7126
7140
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
|
|
7127
7141
|
])) : createCommentVNode("", true),
|
|
@@ -7790,7 +7804,7 @@ const _sfc_main$K = {
|
|
|
7790
7804
|
}
|
|
7791
7805
|
}
|
|
7792
7806
|
};
|
|
7793
|
-
const _hoisted_1$
|
|
7807
|
+
const _hoisted_1$B = {
|
|
7794
7808
|
key: 0,
|
|
7795
7809
|
class: "ux-field-title"
|
|
7796
7810
|
};
|
|
@@ -7817,7 +7831,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7817
7831
|
return openBlock(), createElementBlock("div", {
|
|
7818
7832
|
class: normalizeClass(["native-select", $options.classes])
|
|
7819
7833
|
}, [
|
|
7820
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7834
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
|
|
7821
7835
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7822
7836
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$x, "*")) : createCommentVNode("", true)
|
|
7823
7837
|
])) : createCommentVNode("", true),
|
|
@@ -7880,7 +7894,6 @@ const _sfc_main$J = {
|
|
|
7880
7894
|
}
|
|
7881
7895
|
}
|
|
7882
7896
|
};
|
|
7883
|
-
const _hoisted_1$B = { class: "image-wrapper" };
|
|
7884
7897
|
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7885
7898
|
const _component_ux_image = resolveComponent("ux-image");
|
|
7886
7899
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -7899,13 +7912,15 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7899
7912
|
shrink: ""
|
|
7900
7913
|
}, {
|
|
7901
7914
|
default: withCtx(() => [
|
|
7902
|
-
createElementVNode("div",
|
|
7915
|
+
createElementVNode("div", {
|
|
7916
|
+
class: normalizeClass(["image-wrapper", $options.basicType])
|
|
7917
|
+
}, [
|
|
7903
7918
|
createVNode(_component_ux_image, {
|
|
7904
7919
|
item: $props.item,
|
|
7905
7920
|
width: 100,
|
|
7906
7921
|
height: 100
|
|
7907
7922
|
}, null, 8, ["item"])
|
|
7908
|
-
])
|
|
7923
|
+
], 2)
|
|
7909
7924
|
]),
|
|
7910
7925
|
_: 1
|
|
7911
7926
|
})) : createCommentVNode("", true),
|
|
@@ -7930,7 +7945,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7930
7945
|
})
|
|
7931
7946
|
]);
|
|
7932
7947
|
}
|
|
7933
|
-
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"]]);
|
|
7934
7949
|
/**!
|
|
7935
7950
|
* Sortable 1.14.0
|
|
7936
7951
|
* @author RubaXa <trash@rubaxa.org>
|
|
@@ -16499,6 +16514,9 @@ const _sfc_main$h = {
|
|
|
16499
16514
|
if (this.getExpressionWidgetType) {
|
|
16500
16515
|
actual = Object.assign({}, actual, { widget: this.getExpressionWidgetType });
|
|
16501
16516
|
}
|
|
16517
|
+
if (this.getExpressionDataType) {
|
|
16518
|
+
actual = Object.assign({}, actual, { type: this.getExpressionDataType });
|
|
16519
|
+
}
|
|
16502
16520
|
if (this.getExpressionOptions) {
|
|
16503
16521
|
actual = Object.assign({}, actual, { options: this.getExpressionOptions });
|
|
16504
16522
|
}
|
|
@@ -16550,6 +16568,7 @@ const _sfc_main$h = {
|
|
|
16550
16568
|
getExpressionValue: computedExpression("value"),
|
|
16551
16569
|
getExpressionReferenceType: computedExpression("referenceType"),
|
|
16552
16570
|
getExpressionWidgetType: computedExpression("widget"),
|
|
16571
|
+
getExpressionDataType: computedExpression("type"),
|
|
16553
16572
|
getExpressionOptions: computedExpression("options"),
|
|
16554
16573
|
getExpressionSyntax: computedExpression("syntax"),
|
|
16555
16574
|
getExpressionCurrency: computedExpression("currency"),
|
|
@@ -16939,7 +16958,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16939
16958
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$c, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
16940
16959
|
], 34)) : createCommentVNode("", true);
|
|
16941
16960
|
}
|
|
16942
|
-
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"]]);
|
|
16943
16962
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16944
16963
|
const _sfc_main$g = {
|
|
16945
16964
|
props: {
|
|
@@ -18400,14 +18419,12 @@ function defaultColumns(self2, type) {
|
|
|
18400
18419
|
shrink: true
|
|
18401
18420
|
});
|
|
18402
18421
|
columns.push({
|
|
18403
|
-
title: "
|
|
18404
|
-
key: "
|
|
18405
|
-
shrink: true
|
|
18422
|
+
title: "Email",
|
|
18423
|
+
key: "emails"
|
|
18406
18424
|
});
|
|
18407
18425
|
columns.push({
|
|
18408
|
-
title: "
|
|
18409
|
-
key: "
|
|
18410
|
-
shrink: true
|
|
18426
|
+
title: "Phone Number",
|
|
18427
|
+
key: "phoneNumbersInternational"
|
|
18411
18428
|
});
|
|
18412
18429
|
break;
|
|
18413
18430
|
case "definition":
|
|
@@ -19041,7 +19058,7 @@ const _sfc_main$9 = {
|
|
|
19041
19058
|
};
|
|
19042
19059
|
}
|
|
19043
19060
|
};
|
|
19044
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
19061
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-cc04f516"), n2 = n2(), popScopeId(), n2);
|
|
19045
19062
|
const _hoisted_1$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
19046
19063
|
const _hoisted_2$6 = { key: 0 };
|
|
19047
19064
|
const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
@@ -19229,7 +19246,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19229
19246
|
_: 3
|
|
19230
19247
|
})) : createCommentVNode("", true);
|
|
19231
19248
|
}
|
|
19232
|
-
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"]]);
|
|
19233
19250
|
var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19234
19251
|
const _sfc_main$8 = {
|
|
19235
19252
|
props: {
|