@qikdev/vue-ui 0.1.78 → 0.1.81
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 +741 -390
- 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
|
@@ -30,9 +30,9 @@ var __objRest = (source, exclude) => {
|
|
|
30
30
|
}
|
|
31
31
|
return target;
|
|
32
32
|
};
|
|
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,
|
|
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.
|
|
35
|
+
const version$1 = "0.1.81";
|
|
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;
|
|
@@ -41,104 +41,104 @@ var _export_sfc = (sfc, props2) => {
|
|
|
41
41
|
}
|
|
42
42
|
return target;
|
|
43
43
|
};
|
|
44
|
+
const _sfc_main$1g = {};
|
|
45
|
+
const _hoisted_1$10 = { class: "flex-column" };
|
|
46
|
+
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47
|
+
return openBlock(), createElementBlock("div", _hoisted_1$10, [
|
|
48
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
49
|
+
]);
|
|
50
|
+
}
|
|
51
|
+
var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__scopeId", "data-v-203ea86f"]]);
|
|
52
|
+
var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
53
|
+
const _sfc_main$1f = {};
|
|
54
|
+
const _hoisted_1$$ = { class: "flex-column-body" };
|
|
55
|
+
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56
|
+
return openBlock(), createElementBlock("div", _hoisted_1$$, [
|
|
57
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
58
|
+
]);
|
|
59
|
+
}
|
|
60
|
+
var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-64850355"]]);
|
|
61
|
+
var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
44
62
|
const _sfc_main$1e = {};
|
|
45
|
-
const _hoisted_1$_ = { class: "flex-column" };
|
|
63
|
+
const _hoisted_1$_ = { class: "flex-column-header" };
|
|
46
64
|
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47
65
|
return openBlock(), createElementBlock("div", _hoisted_1$_, [
|
|
48
66
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
49
67
|
]);
|
|
50
68
|
}
|
|
51
|
-
var
|
|
52
|
-
var
|
|
69
|
+
var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__scopeId", "data-v-10b28f00"]]);
|
|
70
|
+
var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
53
71
|
const _sfc_main$1d = {};
|
|
54
|
-
const _hoisted_1$Z = { class: "flex-column-
|
|
72
|
+
const _hoisted_1$Z = { class: "flex-column-footer" };
|
|
55
73
|
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56
74
|
return openBlock(), createElementBlock("div", _hoisted_1$Z, [
|
|
57
75
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
58
76
|
]);
|
|
59
77
|
}
|
|
60
|
-
var
|
|
61
|
-
var
|
|
78
|
+
var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__scopeId", "data-v-68216a72"]]);
|
|
79
|
+
var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62
80
|
const _sfc_main$1c = {};
|
|
63
|
-
const _hoisted_1$Y = { class: "flex-
|
|
81
|
+
const _hoisted_1$Y = { class: "flex-cell" };
|
|
64
82
|
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65
83
|
return openBlock(), createElementBlock("div", _hoisted_1$Y, [
|
|
66
84
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
67
85
|
]);
|
|
68
86
|
}
|
|
69
|
-
var
|
|
70
|
-
var
|
|
87
|
+
var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-644bb279"]]);
|
|
88
|
+
var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
71
89
|
const _sfc_main$1b = {};
|
|
72
|
-
const _hoisted_1$X = { class: "flex-
|
|
90
|
+
const _hoisted_1$X = { class: "flex-row" };
|
|
73
91
|
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
74
92
|
return openBlock(), createElementBlock("div", _hoisted_1$X, [
|
|
75
93
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
76
94
|
]);
|
|
77
95
|
}
|
|
78
|
-
var
|
|
79
|
-
var
|
|
96
|
+
var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__scopeId", "data-v-5b76ad1f"]]);
|
|
97
|
+
var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
80
98
|
const _sfc_main$1a = {};
|
|
81
|
-
const _hoisted_1$W = { class: "flex-
|
|
99
|
+
const _hoisted_1$W = { class: "flex-spacer" };
|
|
82
100
|
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
83
|
-
return openBlock(), createElementBlock("div", _hoisted_1$W
|
|
84
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
85
|
-
]);
|
|
101
|
+
return openBlock(), createElementBlock("div", _hoisted_1$W);
|
|
86
102
|
}
|
|
87
|
-
var
|
|
88
|
-
var
|
|
103
|
+
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-35b15579"]]);
|
|
104
|
+
var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
89
105
|
const _sfc_main$19 = {};
|
|
90
|
-
const _hoisted_1$V = { class: "
|
|
106
|
+
const _hoisted_1$V = { class: "panel" };
|
|
91
107
|
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
92
108
|
return openBlock(), createElementBlock("div", _hoisted_1$V, [
|
|
93
109
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
94
110
|
]);
|
|
95
111
|
}
|
|
96
|
-
var
|
|
97
|
-
var
|
|
112
|
+
var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-50ae77fc"]]);
|
|
113
|
+
var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
98
114
|
const _sfc_main$18 = {};
|
|
99
|
-
const _hoisted_1$U = { class: "
|
|
115
|
+
const _hoisted_1$U = { class: "panel-body" };
|
|
100
116
|
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
101
|
-
return openBlock(), createElementBlock("div", _hoisted_1$U
|
|
117
|
+
return openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
118
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
119
|
+
]);
|
|
102
120
|
}
|
|
103
|
-
var
|
|
104
|
-
var
|
|
121
|
+
var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18], ["__scopeId", "data-v-c82dca76"]]);
|
|
122
|
+
var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
105
123
|
const _sfc_main$17 = {};
|
|
106
|
-
const _hoisted_1$T = { class: "panel" };
|
|
124
|
+
const _hoisted_1$T = { class: "panel-header" };
|
|
107
125
|
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
108
126
|
return openBlock(), createElementBlock("div", _hoisted_1$T, [
|
|
109
127
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
110
128
|
]);
|
|
111
129
|
}
|
|
112
|
-
var
|
|
113
|
-
var
|
|
130
|
+
var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-13bf11da"]]);
|
|
131
|
+
var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
114
132
|
const _sfc_main$16 = {};
|
|
115
|
-
const _hoisted_1$S = { class: "panel-
|
|
133
|
+
const _hoisted_1$S = { class: "panel-footer" };
|
|
116
134
|
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
117
135
|
return openBlock(), createElementBlock("div", _hoisted_1$S, [
|
|
118
136
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
119
137
|
]);
|
|
120
138
|
}
|
|
121
|
-
var
|
|
122
|
-
var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
123
|
-
const _sfc_main$15 = {};
|
|
124
|
-
const _hoisted_1$R = { class: "panel-header" };
|
|
125
|
-
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
126
|
-
return openBlock(), createElementBlock("div", _hoisted_1$R, [
|
|
127
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
128
|
-
]);
|
|
129
|
-
}
|
|
130
|
-
var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-13bf11da"]]);
|
|
131
|
-
var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
132
|
-
const _sfc_main$14 = {};
|
|
133
|
-
const _hoisted_1$Q = { class: "panel-footer" };
|
|
134
|
-
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
135
|
-
return openBlock(), createElementBlock("div", _hoisted_1$Q, [
|
|
136
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
137
|
-
]);
|
|
138
|
-
}
|
|
139
|
-
var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-b4f4786a"]]);
|
|
139
|
+
var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-b4f4786a"]]);
|
|
140
140
|
var tabset_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
141
|
-
const _sfc_main$
|
|
141
|
+
const _sfc_main$15 = {
|
|
142
142
|
data() {
|
|
143
143
|
return {
|
|
144
144
|
activeIndex: 0
|
|
@@ -156,8 +156,8 @@ const _sfc_main$13 = {
|
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
const _hoisted_1$
|
|
160
|
-
function _sfc_render$
|
|
159
|
+
const _hoisted_1$R = ["onClick"];
|
|
160
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
161
161
|
const _component_flex_row = resolveComponent("flex-row");
|
|
162
162
|
const _component_flex_header = resolveComponent("flex-header");
|
|
163
163
|
const _component_flex_column = resolveComponent("flex-column");
|
|
@@ -171,7 +171,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
171
171
|
return openBlock(), createElementBlock("a", {
|
|
172
172
|
class: normalizeClass({ active: index2 === $data.activeIndex }),
|
|
173
173
|
onClick: ($event) => $options.select(index2)
|
|
174
|
-
}, toDisplayString(tab.props.heading), 11, _hoisted_1$
|
|
174
|
+
}, toDisplayString(tab.props.heading), 11, _hoisted_1$R);
|
|
175
175
|
}), 256))
|
|
176
176
|
]),
|
|
177
177
|
_: 1
|
|
@@ -198,8 +198,8 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
198
198
|
_: 1
|
|
199
199
|
});
|
|
200
200
|
}
|
|
201
|
-
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
202
|
-
const _sfc_main$
|
|
201
|
+
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-1449f192"]]);
|
|
202
|
+
const _sfc_main$14 = {
|
|
203
203
|
props: {
|
|
204
204
|
heading: {
|
|
205
205
|
type: String,
|
|
@@ -222,7 +222,7 @@ const _sfc_main$12 = {
|
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
};
|
|
225
|
-
function _sfc_render$
|
|
225
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
226
226
|
const _component_flex_column = resolveComponent("flex-column");
|
|
227
227
|
return openBlock(), createBlock(_component_flex_column, null, {
|
|
228
228
|
default: withCtx(() => [
|
|
@@ -231,7 +231,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
231
231
|
_: 3
|
|
232
232
|
});
|
|
233
233
|
}
|
|
234
|
-
var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
234
|
+
var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14]]);
|
|
235
235
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
236
236
|
var isArray$3 = Array.isArray;
|
|
237
237
|
var isArray_1 = isArray$3;
|
|
@@ -699,7 +699,7 @@ var TableCellMixin = {
|
|
|
699
699
|
}
|
|
700
700
|
};
|
|
701
701
|
var Thumbnail_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
702
|
-
const _sfc_main$
|
|
702
|
+
const _sfc_main$13 = {
|
|
703
703
|
mixins: [TableCellMixin],
|
|
704
704
|
computed: {
|
|
705
705
|
type() {
|
|
@@ -708,16 +708,16 @@ const _sfc_main$11 = {
|
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
710
|
};
|
|
711
|
-
const _hoisted_1$
|
|
712
|
-
const _hoisted_2$
|
|
711
|
+
const _hoisted_1$Q = { class: "table-image-cell" };
|
|
712
|
+
const _hoisted_2$G = {
|
|
713
713
|
key: 0,
|
|
714
714
|
class: "image-wrapper"
|
|
715
715
|
};
|
|
716
|
-
function _sfc_render$
|
|
716
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
717
717
|
const _component_ux_image = resolveComponent("ux-image");
|
|
718
718
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
719
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
720
|
-
$options.type == "image" || $options.type == "video" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
719
|
+
return openBlock(), createElementBlock("td", _hoisted_1$Q, [
|
|
720
|
+
$options.type == "image" || $options.type == "video" ? (openBlock(), createElementBlock("div", _hoisted_2$G, [
|
|
721
721
|
createVNode(_component_ux_image, {
|
|
722
722
|
item: _ctx.row,
|
|
723
723
|
type: $options.type,
|
|
@@ -730,9 +730,9 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
730
730
|
}))
|
|
731
731
|
]);
|
|
732
732
|
}
|
|
733
|
-
var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
733
|
+
var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-8ce152b2"]]);
|
|
734
734
|
var Button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
735
|
-
const _sfc_main$
|
|
735
|
+
const _sfc_main$12 = {
|
|
736
736
|
data() {
|
|
737
737
|
return {
|
|
738
738
|
processing: false
|
|
@@ -756,11 +756,11 @@ const _sfc_main$10 = {
|
|
|
756
756
|
}
|
|
757
757
|
}
|
|
758
758
|
};
|
|
759
|
-
const _hoisted_1$
|
|
760
|
-
function _sfc_render$
|
|
759
|
+
const _hoisted_1$P = { class: "table-button-cell" };
|
|
760
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
761
761
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
762
762
|
const _component_ux_button = resolveComponent("ux-button");
|
|
763
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
763
|
+
return openBlock(), createElementBlock("td", _hoisted_1$P, [
|
|
764
764
|
createVNode(_component_ux_button, {
|
|
765
765
|
size: $options.button.size,
|
|
766
766
|
loading: $data.processing,
|
|
@@ -780,7 +780,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
780
780
|
}, 8, ["size", "loading", "onClick"])
|
|
781
781
|
]);
|
|
782
782
|
}
|
|
783
|
-
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
783
|
+
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-3cbecb7e"]]);
|
|
784
784
|
class LuxonError extends Error {
|
|
785
785
|
}
|
|
786
786
|
class InvalidDateTimeError extends LuxonError {
|
|
@@ -4614,7 +4614,7 @@ function friendlyDateTime(dateTimeish) {
|
|
|
4614
4614
|
}
|
|
4615
4615
|
}
|
|
4616
4616
|
var DateCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4617
|
-
const _sfc_main
|
|
4617
|
+
const _sfc_main$11 = {
|
|
4618
4618
|
mixins: [TableCellMixin],
|
|
4619
4619
|
computed: {
|
|
4620
4620
|
hasValue() {
|
|
@@ -4635,23 +4635,23 @@ const _sfc_main$$ = {
|
|
|
4635
4635
|
}
|
|
4636
4636
|
}
|
|
4637
4637
|
};
|
|
4638
|
-
const _hoisted_1$
|
|
4639
|
-
const _hoisted_2$
|
|
4640
|
-
const _hoisted_3$
|
|
4641
|
-
const _hoisted_4$
|
|
4638
|
+
const _hoisted_1$O = { class: "table-date-cell" };
|
|
4639
|
+
const _hoisted_2$F = { key: 0 };
|
|
4640
|
+
const _hoisted_3$y = { class: "off" };
|
|
4641
|
+
const _hoisted_4$u = { class: "on" };
|
|
4642
4642
|
const _hoisted_5$n = { class: "spacer" };
|
|
4643
|
-
function _sfc_render
|
|
4644
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
4645
|
-
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4646
|
-
createElementVNode("span", _hoisted_3$
|
|
4647
|
-
createElementVNode("span", _hoisted_4$
|
|
4643
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4644
|
+
return openBlock(), createElementBlock("td", _hoisted_1$O, [
|
|
4645
|
+
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$F, [
|
|
4646
|
+
createElementVNode("span", _hoisted_3$y, toDisplayString($options.readable), 1),
|
|
4647
|
+
createElementVNode("span", _hoisted_4$u, toDisplayString($options.timeago), 1),
|
|
4648
4648
|
createElementVNode("span", _hoisted_5$n, toDisplayString($options.readable), 1)
|
|
4649
4649
|
])) : createCommentVNode("", true)
|
|
4650
4650
|
]);
|
|
4651
4651
|
}
|
|
4652
|
-
var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
4652
|
+
var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-3687693f"]]);
|
|
4653
4653
|
var BooleanCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4654
|
-
const _sfc_main$
|
|
4654
|
+
const _sfc_main$10 = {
|
|
4655
4655
|
mixins: [TableCellMixin],
|
|
4656
4656
|
computed: {
|
|
4657
4657
|
boolean() {
|
|
@@ -4659,7 +4659,7 @@ const _sfc_main$_ = {
|
|
|
4659
4659
|
}
|
|
4660
4660
|
}
|
|
4661
4661
|
};
|
|
4662
|
-
function _sfc_render$
|
|
4662
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4663
4663
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4664
4664
|
return openBlock(), createElementBlock("td", {
|
|
4665
4665
|
class: normalizeClass(["table-boolean-cell", { true: $options.boolean, false: !$options.boolean }])
|
|
@@ -4669,9 +4669,9 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4669
4669
|
}, null, 8, ["icon"])
|
|
4670
4670
|
], 2);
|
|
4671
4671
|
}
|
|
4672
|
-
var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4672
|
+
var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-27f127ae"]]);
|
|
4673
4673
|
var SecurityCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4674
|
-
const _sfc_main
|
|
4674
|
+
const _sfc_main$$ = {
|
|
4675
4675
|
mixins: [TableCellMixin],
|
|
4676
4676
|
computed: {
|
|
4677
4677
|
public() {
|
|
@@ -4682,7 +4682,7 @@ const _sfc_main$Z = {
|
|
|
4682
4682
|
}
|
|
4683
4683
|
}
|
|
4684
4684
|
};
|
|
4685
|
-
function _sfc_render
|
|
4685
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4686
4686
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4687
4687
|
return openBlock(), createElementBlock("td", {
|
|
4688
4688
|
class: normalizeClass(["table-security-cell", $options.security])
|
|
@@ -4692,9 +4692,9 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4692
4692
|
}, null, 8, ["icon"])
|
|
4693
4693
|
], 2);
|
|
4694
4694
|
}
|
|
4695
|
-
var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
4695
|
+
var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__scopeId", "data-v-51f8608e"]]);
|
|
4696
4696
|
var URLCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4697
|
-
const _sfc_main$
|
|
4697
|
+
const _sfc_main$_ = {
|
|
4698
4698
|
mixins: [TableCellMixin],
|
|
4699
4699
|
methods: {
|
|
4700
4700
|
open() {
|
|
@@ -4707,11 +4707,11 @@ const _sfc_main$Y = {
|
|
|
4707
4707
|
}
|
|
4708
4708
|
}
|
|
4709
4709
|
};
|
|
4710
|
-
const _hoisted_1$
|
|
4711
|
-
const _hoisted_2$
|
|
4712
|
-
function _sfc_render$
|
|
4710
|
+
const _hoisted_1$N = { class: "table-url-cell" };
|
|
4711
|
+
const _hoisted_2$E = ["href"];
|
|
4712
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4713
4713
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4714
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
4714
|
+
return openBlock(), createElementBlock("td", _hoisted_1$N, [
|
|
4715
4715
|
createElementVNode("a", {
|
|
4716
4716
|
href: $options.href,
|
|
4717
4717
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => $options.open && $options.open(...args), ["stop", "prevent"])),
|
|
@@ -4722,12 +4722,12 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4722
4722
|
right: "",
|
|
4723
4723
|
icon: "fa-external-link"
|
|
4724
4724
|
})
|
|
4725
|
-
], 8, _hoisted_2$
|
|
4725
|
+
], 8, _hoisted_2$E)
|
|
4726
4726
|
]);
|
|
4727
4727
|
}
|
|
4728
|
-
var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4728
|
+
var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-17cf3a86"]]);
|
|
4729
4729
|
var Value_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4730
|
-
const _sfc_main$
|
|
4730
|
+
const _sfc_main$Z = {
|
|
4731
4731
|
props: {
|
|
4732
4732
|
multi: {
|
|
4733
4733
|
type: Boolean
|
|
@@ -4775,8 +4775,8 @@ const _sfc_main$X = {
|
|
|
4775
4775
|
}
|
|
4776
4776
|
}
|
|
4777
4777
|
};
|
|
4778
|
-
const _hoisted_1$
|
|
4779
|
-
function _sfc_render$
|
|
4778
|
+
const _hoisted_1$M = /* @__PURE__ */ createTextVNode(",\xA0");
|
|
4779
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4780
4780
|
return $options.reference ? (openBlock(), createElementBlock("a", {
|
|
4781
4781
|
key: 0,
|
|
4782
4782
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.clicked($props.value), ["stop", "prevent"]))
|
|
@@ -4785,11 +4785,11 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4785
4785
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
4786
4786
|
createTextVNode(toDisplayString($options.renderValue), 1),
|
|
4787
4787
|
$props.multi && !$props.last ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4788
|
-
_hoisted_1$
|
|
4788
|
+
_hoisted_1$M
|
|
4789
4789
|
], 64)) : createCommentVNode("", true)
|
|
4790
4790
|
], 64));
|
|
4791
4791
|
}
|
|
4792
|
-
var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4792
|
+
var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-255b9ec8"]]);
|
|
4793
4793
|
var TableCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4794
4794
|
function extract(row, path) {
|
|
4795
4795
|
if (!row) {
|
|
@@ -4814,7 +4814,7 @@ function extract(row, path) {
|
|
|
4814
4814
|
return extract(stub, remainder);
|
|
4815
4815
|
}
|
|
4816
4816
|
}
|
|
4817
|
-
const _sfc_main$
|
|
4817
|
+
const _sfc_main$Y = {
|
|
4818
4818
|
data() {
|
|
4819
4819
|
return {
|
|
4820
4820
|
component: null
|
|
@@ -4898,23 +4898,23 @@ const _sfc_main$W = {
|
|
|
4898
4898
|
}
|
|
4899
4899
|
}
|
|
4900
4900
|
};
|
|
4901
|
-
const _hoisted_1$
|
|
4901
|
+
const _hoisted_1$L = {
|
|
4902
4902
|
key: 1,
|
|
4903
4903
|
class: "table-cell"
|
|
4904
4904
|
};
|
|
4905
|
-
const _hoisted_2$
|
|
4906
|
-
const _hoisted_3$
|
|
4907
|
-
function _sfc_render$
|
|
4905
|
+
const _hoisted_2$D = { class: "value" };
|
|
4906
|
+
const _hoisted_3$x = { class: "value" };
|
|
4907
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4908
4908
|
const _component_value_renderer = resolveComponent("value-renderer");
|
|
4909
4909
|
return $data.component ? (openBlock(), createBlock(resolveDynamicComponent($data.component), {
|
|
4910
4910
|
key: 0,
|
|
4911
4911
|
column: $props.column,
|
|
4912
4912
|
row: $props.row,
|
|
4913
4913
|
value: $options.value
|
|
4914
|
-
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$
|
|
4914
|
+
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$L, [
|
|
4915
4915
|
$options.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4916
4916
|
$options.complex ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.value, (entry, index2) => {
|
|
4917
|
-
return openBlock(), createElementBlock("span", _hoisted_2$
|
|
4917
|
+
return openBlock(), createElementBlock("span", _hoisted_2$D, [
|
|
4918
4918
|
createVNode(_component_value_renderer, {
|
|
4919
4919
|
type: $props.column.type,
|
|
4920
4920
|
multi: "",
|
|
@@ -4923,7 +4923,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4923
4923
|
}, null, 8, ["type", "last", "value"])
|
|
4924
4924
|
]);
|
|
4925
4925
|
}), 256)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($options.value, (entry, index2) => {
|
|
4926
|
-
return openBlock(), createElementBlock("span", _hoisted_3$
|
|
4926
|
+
return openBlock(), createElementBlock("span", _hoisted_3$x, [
|
|
4927
4927
|
createVNode(_component_value_renderer, {
|
|
4928
4928
|
type: $props.column.type,
|
|
4929
4929
|
multi: "",
|
|
@@ -4939,8 +4939,8 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4939
4939
|
}, null, 8, ["type", "value"]))
|
|
4940
4940
|
]));
|
|
4941
4941
|
}
|
|
4942
|
-
var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4943
|
-
const _sfc_main$
|
|
4942
|
+
var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-c6534cd4"]]);
|
|
4943
|
+
const _sfc_main$X = {
|
|
4944
4944
|
components: {
|
|
4945
4945
|
TableCell
|
|
4946
4946
|
},
|
|
@@ -4991,7 +4991,7 @@ const _sfc_main$V = {
|
|
|
4991
4991
|
}
|
|
4992
4992
|
}
|
|
4993
4993
|
};
|
|
4994
|
-
function _sfc_render$
|
|
4994
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4995
4995
|
const _component_ux_checkbox = resolveComponent("ux-checkbox");
|
|
4996
4996
|
const _component_table_cell = resolveComponent("table-cell");
|
|
4997
4997
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -5033,7 +5033,7 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5033
5033
|
])
|
|
5034
5034
|
], 2);
|
|
5035
5035
|
}
|
|
5036
|
-
var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5036
|
+
var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
|
|
5037
5037
|
var RememberScrollMixin = {
|
|
5038
5038
|
data() {
|
|
5039
5039
|
return {
|
|
@@ -5064,7 +5064,7 @@ var RememberScrollMixin = {
|
|
|
5064
5064
|
}
|
|
5065
5065
|
};
|
|
5066
5066
|
var Table_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5067
|
-
const _sfc_main$
|
|
5067
|
+
const _sfc_main$W = {
|
|
5068
5068
|
mixins: [RememberScrollMixin],
|
|
5069
5069
|
components: {
|
|
5070
5070
|
TableRow,
|
|
@@ -5208,16 +5208,16 @@ const _sfc_main$U = {
|
|
|
5208
5208
|
}
|
|
5209
5209
|
}
|
|
5210
5210
|
};
|
|
5211
|
-
const _hoisted_1$
|
|
5212
|
-
const _hoisted_2$
|
|
5211
|
+
const _hoisted_1$K = { class: "table-wrapper" };
|
|
5212
|
+
const _hoisted_2$C = {
|
|
5213
5213
|
class: "table-scroll",
|
|
5214
5214
|
ref: "scroll"
|
|
5215
5215
|
};
|
|
5216
|
-
const _hoisted_3$
|
|
5216
|
+
const _hoisted_3$w = {
|
|
5217
5217
|
key: 0,
|
|
5218
5218
|
class: "first table-select shrink"
|
|
5219
5219
|
};
|
|
5220
|
-
const _hoisted_4$
|
|
5220
|
+
const _hoisted_4$t = /* @__PURE__ */ createTextVNode(" Select Page ");
|
|
5221
5221
|
const _hoisted_5$m = /* @__PURE__ */ createTextVNode(" Deselect Page ");
|
|
5222
5222
|
const _hoisted_6$i = /* @__PURE__ */ createTextVNode(" Deselect All ");
|
|
5223
5223
|
const _hoisted_7$f = ["onClick"];
|
|
@@ -5225,18 +5225,18 @@ const _hoisted_8$8 = {
|
|
|
5225
5225
|
key: 1,
|
|
5226
5226
|
class: "last shrink"
|
|
5227
5227
|
};
|
|
5228
|
-
function _sfc_render$
|
|
5228
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5229
5229
|
const _component_ux_checkbox = resolveComponent("ux-checkbox");
|
|
5230
5230
|
const _component_ux_list_item = resolveComponent("ux-list-item");
|
|
5231
5231
|
const _component_ux_list = resolveComponent("ux-list");
|
|
5232
5232
|
const _component_ux_menu = resolveComponent("ux-menu");
|
|
5233
5233
|
const _component_table_row = resolveComponent("table-row");
|
|
5234
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5235
|
-
createElementVNode("div", _hoisted_2$
|
|
5234
|
+
return openBlock(), createElementBlock("div", _hoisted_1$K, [
|
|
5235
|
+
createElementVNode("div", _hoisted_2$C, [
|
|
5236
5236
|
createElementVNode("table", null, [
|
|
5237
5237
|
createElementVNode("thead", null, [
|
|
5238
5238
|
createElementVNode("tr", null, [
|
|
5239
|
-
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$
|
|
5239
|
+
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$w, [
|
|
5240
5240
|
createVNode(_component_ux_menu, null, {
|
|
5241
5241
|
activator: withCtx(({ on: on2 }) => [
|
|
5242
5242
|
createVNode(_component_ux_checkbox, mergeProps(toHandlers(on2), { value: $options.pageSelected }), null, 16, ["value"])
|
|
@@ -5248,7 +5248,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5248
5248
|
onClick: _cache[0] || (_cache[0] = ($event) => $options.selectPage())
|
|
5249
5249
|
}, {
|
|
5250
5250
|
default: withCtx(() => [
|
|
5251
|
-
_hoisted_4$
|
|
5251
|
+
_hoisted_4$t
|
|
5252
5252
|
]),
|
|
5253
5253
|
_: 1
|
|
5254
5254
|
}),
|
|
@@ -5317,28 +5317,28 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5317
5317
|
], 512)
|
|
5318
5318
|
]);
|
|
5319
5319
|
}
|
|
5320
|
-
var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5320
|
+
var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-e626ef3a"]]);
|
|
5321
5321
|
var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5322
|
-
const _sfc_main$
|
|
5322
|
+
const _sfc_main$V = {
|
|
5323
5323
|
props: {
|
|
5324
5324
|
large: {
|
|
5325
5325
|
type: Boolean
|
|
5326
5326
|
}
|
|
5327
5327
|
}
|
|
5328
5328
|
};
|
|
5329
|
-
const _withScopeId$
|
|
5330
|
-
const _hoisted_1$
|
|
5331
|
-
const _hoisted_2$
|
|
5332
|
-
_hoisted_1$
|
|
5329
|
+
const _withScopeId$6 = (n2) => (pushScopeId("data-v-27f20370"), n2 = n2(), popScopeId(), n2);
|
|
5330
|
+
const _hoisted_1$J = /* @__PURE__ */ _withScopeId$6(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
|
|
5331
|
+
const _hoisted_2$B = [
|
|
5332
|
+
_hoisted_1$J
|
|
5333
5333
|
];
|
|
5334
|
-
function _sfc_render$
|
|
5334
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5335
5335
|
return openBlock(), createElementBlock("div", {
|
|
5336
5336
|
class: normalizeClass(["ux-spinner", { large: $props.large }])
|
|
5337
|
-
}, _hoisted_2$
|
|
5337
|
+
}, _hoisted_2$B, 2);
|
|
5338
5338
|
}
|
|
5339
|
-
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5339
|
+
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__scopeId", "data-v-27f20370"]]);
|
|
5340
5340
|
var button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5341
|
-
const _sfc_main$
|
|
5341
|
+
const _sfc_main$U = {
|
|
5342
5342
|
components: {
|
|
5343
5343
|
Spinner
|
|
5344
5344
|
},
|
|
@@ -5432,8 +5432,8 @@ const _sfc_main$S = {
|
|
|
5432
5432
|
}
|
|
5433
5433
|
}
|
|
5434
5434
|
};
|
|
5435
|
-
const _hoisted_1$
|
|
5436
|
-
function _sfc_render$
|
|
5435
|
+
const _hoisted_1$I = { class: "ux-btn-text" };
|
|
5436
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5437
5437
|
const _component_spinner = resolveComponent("spinner");
|
|
5438
5438
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
5439
5439
|
active: $props.active,
|
|
@@ -5447,16 +5447,16 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5447
5447
|
}, {
|
|
5448
5448
|
default: withCtx(() => [
|
|
5449
5449
|
$props.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : createCommentVNode("", true),
|
|
5450
|
-
createElementVNode("span", _hoisted_1$
|
|
5450
|
+
createElementVNode("span", _hoisted_1$I, [
|
|
5451
5451
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
5452
5452
|
])
|
|
5453
5453
|
]),
|
|
5454
5454
|
_: 3
|
|
5455
5455
|
}, 8, ["active", "loading", "to", "href", "target", "style", "class", "disabled"]);
|
|
5456
5456
|
}
|
|
5457
|
-
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5457
|
+
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-56c95efc"]]);
|
|
5458
5458
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
5459
|
-
const _sfc_main$
|
|
5459
|
+
const _sfc_main$T = {
|
|
5460
5460
|
props: {
|
|
5461
5461
|
value: {
|
|
5462
5462
|
type: Boolean,
|
|
@@ -5477,7 +5477,7 @@ const _sfc_main$R = {
|
|
|
5477
5477
|
}
|
|
5478
5478
|
}
|
|
5479
5479
|
};
|
|
5480
|
-
function _sfc_render$
|
|
5480
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5481
5481
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5482
5482
|
return openBlock(), createElementBlock("button", {
|
|
5483
5483
|
class: normalizeClass(["ux-checkbox", $options.classes])
|
|
@@ -5488,9 +5488,9 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5488
5488
|
})
|
|
5489
5489
|
], 2);
|
|
5490
5490
|
}
|
|
5491
|
-
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5491
|
+
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-73f2c6b6"]]);
|
|
5492
5492
|
var switch_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
5493
|
-
const _sfc_main$
|
|
5493
|
+
const _sfc_main$S = {
|
|
5494
5494
|
props: {
|
|
5495
5495
|
value: {
|
|
5496
5496
|
type: Boolean,
|
|
@@ -5520,7 +5520,7 @@ const _sfc_main$Q = {
|
|
|
5520
5520
|
}
|
|
5521
5521
|
}
|
|
5522
5522
|
};
|
|
5523
|
-
function _sfc_render$
|
|
5523
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5524
5524
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5525
5525
|
return openBlock(), createElementBlock("a", {
|
|
5526
5526
|
class: normalizeClass(["ux-switch", $options.classes])
|
|
@@ -5533,9 +5533,9 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5533
5533
|
])
|
|
5534
5534
|
], 2);
|
|
5535
5535
|
}
|
|
5536
|
-
var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5536
|
+
var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S], ["__scopeId", "data-v-57a418e1"]]);
|
|
5537
5537
|
var link_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5538
|
-
const _sfc_main$
|
|
5538
|
+
const _sfc_main$R = {
|
|
5539
5539
|
props: {
|
|
5540
5540
|
to: {
|
|
5541
5541
|
type: [Object, String]
|
|
@@ -5609,7 +5609,7 @@ const _sfc_main$P = {
|
|
|
5609
5609
|
}
|
|
5610
5610
|
}
|
|
5611
5611
|
};
|
|
5612
|
-
function _sfc_render$
|
|
5612
|
+
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5613
5613
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
5614
5614
|
onClick: $options.clicked,
|
|
5615
5615
|
to: $props.to,
|
|
@@ -5623,9 +5623,9 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5623
5623
|
_: 3
|
|
5624
5624
|
}, 8, ["onClick", "to", "href", "target", "class"]);
|
|
5625
5625
|
}
|
|
5626
|
-
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5626
|
+
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-efa81728"]]);
|
|
5627
5627
|
var icon_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5628
|
-
const _sfc_main$
|
|
5628
|
+
const _sfc_main$Q = {
|
|
5629
5629
|
props: {
|
|
5630
5630
|
icon: {
|
|
5631
5631
|
type: [Object, String]
|
|
@@ -5660,17 +5660,17 @@ const _sfc_main$O = {
|
|
|
5660
5660
|
}
|
|
5661
5661
|
}
|
|
5662
5662
|
};
|
|
5663
|
-
function _sfc_render$
|
|
5663
|
+
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5664
5664
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
5665
5665
|
class: normalizeClass(["ux-icon fa", $options.classes])
|
|
5666
5666
|
}, null, 8, ["class"]);
|
|
5667
5667
|
}
|
|
5668
|
-
var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5668
|
+
var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-1764a3d0"]]);
|
|
5669
5669
|
var UXMenuService = {
|
|
5670
5670
|
cache: {}
|
|
5671
5671
|
};
|
|
5672
5672
|
var menu_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5673
|
-
const _sfc_main$
|
|
5673
|
+
const _sfc_main$P = {
|
|
5674
5674
|
props: {
|
|
5675
5675
|
group: {
|
|
5676
5676
|
type: String
|
|
@@ -5822,7 +5822,7 @@ const _sfc_main$N = {
|
|
|
5822
5822
|
}
|
|
5823
5823
|
}
|
|
5824
5824
|
};
|
|
5825
|
-
function _sfc_render$
|
|
5825
|
+
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5826
5826
|
return openBlock(), createElementBlock("div", {
|
|
5827
5827
|
class: normalizeClass(["ux-menu", { right: $props.right }])
|
|
5828
5828
|
}, [
|
|
@@ -5846,8 +5846,8 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5846
5846
|
]))
|
|
5847
5847
|
], 2);
|
|
5848
5848
|
}
|
|
5849
|
-
var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5850
|
-
const _sfc_main$
|
|
5849
|
+
var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-29d476a2"]]);
|
|
5850
|
+
const _sfc_main$O = {
|
|
5851
5851
|
name: "menulist",
|
|
5852
5852
|
props: {
|
|
5853
5853
|
items: {
|
|
@@ -5871,7 +5871,7 @@ const _sfc_main$M = {
|
|
|
5871
5871
|
return {};
|
|
5872
5872
|
}
|
|
5873
5873
|
};
|
|
5874
|
-
function _sfc_render$
|
|
5874
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5875
5875
|
const _component_ux_link = resolveComponent("ux-link");
|
|
5876
5876
|
const _component_menulist = resolveComponent("menulist", true);
|
|
5877
5877
|
return openBlock(), createElementBlock("ul", null, [
|
|
@@ -5919,9 +5919,9 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5919
5919
|
}), 256))
|
|
5920
5920
|
]);
|
|
5921
5921
|
}
|
|
5922
|
-
var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5922
|
+
var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O]]);
|
|
5923
5923
|
var image_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5924
|
-
const _sfc_main$
|
|
5924
|
+
const _sfc_main$N = {
|
|
5925
5925
|
props: {
|
|
5926
5926
|
item: {
|
|
5927
5927
|
type: Object
|
|
@@ -6094,9 +6094,9 @@ const _sfc_main$L = {
|
|
|
6094
6094
|
}
|
|
6095
6095
|
}
|
|
6096
6096
|
};
|
|
6097
|
-
const _hoisted_1$
|
|
6098
|
-
const _hoisted_2$
|
|
6099
|
-
function _sfc_render$
|
|
6097
|
+
const _hoisted_1$H = ["data"];
|
|
6098
|
+
const _hoisted_2$A = ["src"];
|
|
6099
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6100
6100
|
return openBlock(), createElementBlock("div", {
|
|
6101
6101
|
class: normalizeClass(["ux-image", $options.className]),
|
|
6102
6102
|
style: normalizeStyle($options.style)
|
|
@@ -6105,16 +6105,16 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6105
6105
|
key: 0,
|
|
6106
6106
|
type: "image/svg+xml",
|
|
6107
6107
|
data: $options.src
|
|
6108
|
-
}, null, 8, _hoisted_1$
|
|
6108
|
+
}, null, 8, _hoisted_1$H)) : (openBlock(), createElementBlock("img", {
|
|
6109
6109
|
key: 1,
|
|
6110
6110
|
style: normalizeStyle($options.imageStyle),
|
|
6111
6111
|
src: $options.src
|
|
6112
|
-
}, null, 12, _hoisted_2$
|
|
6112
|
+
}, null, 12, _hoisted_2$A))
|
|
6113
6113
|
], 6);
|
|
6114
6114
|
}
|
|
6115
|
-
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6115
|
+
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-1f7127ce"]]);
|
|
6116
6116
|
var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6117
|
-
const _sfc_main$
|
|
6117
|
+
const _sfc_main$M = {
|
|
6118
6118
|
props: {
|
|
6119
6119
|
value: {
|
|
6120
6120
|
type: Number
|
|
@@ -6148,37 +6148,146 @@ const _sfc_main$K = {
|
|
|
6148
6148
|
}
|
|
6149
6149
|
}
|
|
6150
6150
|
};
|
|
6151
|
-
const _withScopeId$
|
|
6152
|
-
const _hoisted_1$
|
|
6153
|
-
const _hoisted_2$
|
|
6154
|
-
function _sfc_render$
|
|
6155
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6156
|
-
_hoisted_2$
|
|
6151
|
+
const _withScopeId$5 = (n2) => (pushScopeId("data-v-317a7690"), n2 = n2(), popScopeId(), n2);
|
|
6152
|
+
const _hoisted_1$G = { class: "ux-progress" };
|
|
6153
|
+
const _hoisted_2$z = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
|
|
6154
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6155
|
+
return openBlock(), createElementBlock("div", _hoisted_1$G, [
|
|
6156
|
+
_hoisted_2$z,
|
|
6157
6157
|
createElementVNode("div", {
|
|
6158
6158
|
class: "ux-progress-fg",
|
|
6159
6159
|
style: normalizeStyle($options.barStyle)
|
|
6160
6160
|
}, null, 4)
|
|
6161
6161
|
]);
|
|
6162
6162
|
}
|
|
6163
|
-
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6163
|
+
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-317a7690"]]);
|
|
6164
6164
|
var list_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6165
|
-
const _sfc_main$
|
|
6166
|
-
const _hoisted_1$
|
|
6167
|
-
function _sfc_render$
|
|
6168
|
-
return openBlock(), createElementBlock("ul", _hoisted_1$
|
|
6165
|
+
const _sfc_main$L = {};
|
|
6166
|
+
const _hoisted_1$F = { class: "ux-list" };
|
|
6167
|
+
function _sfc_render$L(_ctx, _cache) {
|
|
6168
|
+
return openBlock(), createElementBlock("ul", _hoisted_1$F, [
|
|
6169
6169
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
6170
6170
|
]);
|
|
6171
6171
|
}
|
|
6172
|
-
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6172
|
+
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-98e1e4e2"]]);
|
|
6173
6173
|
var listItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6174
|
-
const _sfc_main$
|
|
6175
|
-
const _hoisted_1$
|
|
6176
|
-
function _sfc_render$
|
|
6177
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6174
|
+
const _sfc_main$K = {};
|
|
6175
|
+
const _hoisted_1$E = { class: "ux-list-item" };
|
|
6176
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6177
|
+
return openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
6178
6178
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
6179
6179
|
]);
|
|
6180
6180
|
}
|
|
6181
|
-
var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6181
|
+
var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-0e73c260"]]);
|
|
6182
|
+
var daterange_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
6183
|
+
function checkDate(d) {
|
|
6184
|
+
var date = new Date(d);
|
|
6185
|
+
if (date instanceof Date && !isNaN(date)) {
|
|
6186
|
+
return date;
|
|
6187
|
+
}
|
|
6188
|
+
return;
|
|
6189
|
+
}
|
|
6190
|
+
const _sfc_main$J = {
|
|
6191
|
+
props: {
|
|
6192
|
+
modelValue: {
|
|
6193
|
+
type: Object
|
|
6194
|
+
}
|
|
6195
|
+
},
|
|
6196
|
+
data() {
|
|
6197
|
+
return {
|
|
6198
|
+
model: this.modelValue
|
|
6199
|
+
};
|
|
6200
|
+
},
|
|
6201
|
+
computed: {
|
|
6202
|
+
startDate: {
|
|
6203
|
+
get() {
|
|
6204
|
+
var _a;
|
|
6205
|
+
return (_a = checkDate(this.model.startDate)) == null ? void 0 : _a.toISOString().slice(0, 10);
|
|
6206
|
+
},
|
|
6207
|
+
set(d) {
|
|
6208
|
+
d = checkDate(d);
|
|
6209
|
+
if (d) {
|
|
6210
|
+
this.model.startDate = d;
|
|
6211
|
+
} else {
|
|
6212
|
+
this.model.startDate = void 0;
|
|
6213
|
+
}
|
|
6214
|
+
}
|
|
6215
|
+
},
|
|
6216
|
+
endDate: {
|
|
6217
|
+
get() {
|
|
6218
|
+
var _a;
|
|
6219
|
+
return (_a = checkDate(this.model.endDate)) == null ? void 0 : _a.toISOString().slice(0, 10);
|
|
6220
|
+
},
|
|
6221
|
+
set(d) {
|
|
6222
|
+
d = checkDate(d);
|
|
6223
|
+
if (checkDate(d)) {
|
|
6224
|
+
this.model.endDate = d;
|
|
6225
|
+
} else {
|
|
6226
|
+
this.model.endDate = void 0;
|
|
6227
|
+
}
|
|
6228
|
+
}
|
|
6229
|
+
}
|
|
6230
|
+
},
|
|
6231
|
+
watch: {
|
|
6232
|
+
model(m) {
|
|
6233
|
+
this.$emit("updated:modelValue", m);
|
|
6234
|
+
},
|
|
6235
|
+
modelValue(m) {
|
|
6236
|
+
this.model = m;
|
|
6237
|
+
}
|
|
6238
|
+
}
|
|
6239
|
+
};
|
|
6240
|
+
const _withScopeId$4 = (n2) => (pushScopeId("data-v-61cbf45e"), n2 = n2(), popScopeId(), n2);
|
|
6241
|
+
const _hoisted_1$D = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("label", null, "From Date", -1));
|
|
6242
|
+
const _hoisted_2$y = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("label", null, "To Date", -1));
|
|
6243
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6244
|
+
const _component_flex_cell = resolveComponent("flex-cell");
|
|
6245
|
+
const _component_flex_row = resolveComponent("flex-row");
|
|
6246
|
+
return openBlock(), createElementBlock("div", null, [
|
|
6247
|
+
createVNode(_component_flex_row, {
|
|
6248
|
+
wrap: "",
|
|
6249
|
+
gap: "",
|
|
6250
|
+
vcenter: ""
|
|
6251
|
+
}, {
|
|
6252
|
+
default: withCtx(() => [
|
|
6253
|
+
createVNode(_component_flex_cell, { class: "cell" }, {
|
|
6254
|
+
default: withCtx(() => [
|
|
6255
|
+
createElementVNode("div", null, [
|
|
6256
|
+
_hoisted_1$D,
|
|
6257
|
+
withDirectives(createElementVNode("input", {
|
|
6258
|
+
type: "date",
|
|
6259
|
+
class: "ux-field-focus ux-text-input-multiple",
|
|
6260
|
+
ref: "input",
|
|
6261
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.startDate = $event)
|
|
6262
|
+
}, null, 512), [
|
|
6263
|
+
[vModelText, $options.startDate]
|
|
6264
|
+
])
|
|
6265
|
+
])
|
|
6266
|
+
]),
|
|
6267
|
+
_: 1
|
|
6268
|
+
}),
|
|
6269
|
+
createVNode(_component_flex_cell, { class: "cell" }, {
|
|
6270
|
+
default: withCtx(() => [
|
|
6271
|
+
createElementVNode("div", null, [
|
|
6272
|
+
_hoisted_2$y,
|
|
6273
|
+
withDirectives(createElementVNode("input", {
|
|
6274
|
+
type: "date",
|
|
6275
|
+
class: "ux-field-focus ux-text-input-multiple",
|
|
6276
|
+
ref: "input",
|
|
6277
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $options.endDate = $event)
|
|
6278
|
+
}, null, 512), [
|
|
6279
|
+
[vModelText, $options.endDate]
|
|
6280
|
+
])
|
|
6281
|
+
])
|
|
6282
|
+
]),
|
|
6283
|
+
_: 1
|
|
6284
|
+
})
|
|
6285
|
+
]),
|
|
6286
|
+
_: 1
|
|
6287
|
+
})
|
|
6288
|
+
]);
|
|
6289
|
+
}
|
|
6290
|
+
var Daterange = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-61cbf45e"]]);
|
|
6182
6291
|
var safeJsonStringify$1 = { exports: {} };
|
|
6183
6292
|
var hasProp = Object.prototype.hasOwnProperty;
|
|
6184
6293
|
function throwsMessage(err) {
|
|
@@ -6588,7 +6697,7 @@ var select_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
|
6588
6697
|
function isUndefined$5(entry) {
|
|
6589
6698
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
6590
6699
|
}
|
|
6591
|
-
const _sfc_main$
|
|
6700
|
+
const _sfc_main$I = {
|
|
6592
6701
|
props: {
|
|
6593
6702
|
title: {
|
|
6594
6703
|
type: String
|
|
@@ -6673,19 +6782,19 @@ const _sfc_main$H = {
|
|
|
6673
6782
|
}
|
|
6674
6783
|
}
|
|
6675
6784
|
};
|
|
6676
|
-
const _hoisted_1$
|
|
6785
|
+
const _hoisted_1$C = {
|
|
6677
6786
|
key: 0,
|
|
6678
6787
|
class: "ux-field-title"
|
|
6679
6788
|
};
|
|
6680
|
-
const _hoisted_2$
|
|
6789
|
+
const _hoisted_2$x = {
|
|
6681
6790
|
key: 0,
|
|
6682
6791
|
class: "ux-required-marker"
|
|
6683
6792
|
};
|
|
6684
|
-
const _hoisted_3$
|
|
6793
|
+
const _hoisted_3$v = {
|
|
6685
6794
|
key: 1,
|
|
6686
6795
|
class: "ux-field-description"
|
|
6687
6796
|
};
|
|
6688
|
-
const _hoisted_4$
|
|
6797
|
+
const _hoisted_4$s = {
|
|
6689
6798
|
key: 2,
|
|
6690
6799
|
class: "ui-select-button"
|
|
6691
6800
|
};
|
|
@@ -6695,17 +6804,17 @@ const _hoisted_6$h = {
|
|
|
6695
6804
|
value: ""
|
|
6696
6805
|
};
|
|
6697
6806
|
const _hoisted_7$e = ["value"];
|
|
6698
|
-
function _sfc_render$
|
|
6807
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6699
6808
|
const _component_ux_button = resolveComponent("ux-button");
|
|
6700
6809
|
return openBlock(), createElementBlock("div", {
|
|
6701
6810
|
class: normalizeClass(["native-select", $options.classes])
|
|
6702
6811
|
}, [
|
|
6703
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
6812
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
|
|
6704
6813
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6705
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
6814
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$x, "*")) : createCommentVNode("", true)
|
|
6706
6815
|
])) : createCommentVNode("", true),
|
|
6707
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6708
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
6816
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$v, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
6817
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$s, [
|
|
6709
6818
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
6710
6819
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
6711
6820
|
default: withCtx(() => [
|
|
@@ -6731,9 +6840,9 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6731
6840
|
])
|
|
6732
6841
|
], 2);
|
|
6733
6842
|
}
|
|
6734
|
-
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6843
|
+
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-be09a2cc"]]);
|
|
6735
6844
|
var phoneNumberInput_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6736
|
-
const _sfc_main$
|
|
6845
|
+
const _sfc_main$H = {
|
|
6737
6846
|
props: {
|
|
6738
6847
|
modelValue: {
|
|
6739
6848
|
type: [Object, Array]
|
|
@@ -6804,20 +6913,20 @@ const _sfc_main$G = {
|
|
|
6804
6913
|
}
|
|
6805
6914
|
}
|
|
6806
6915
|
};
|
|
6807
|
-
const _withScopeId$3 = (n2) => (pushScopeId("data-v-
|
|
6808
|
-
const _hoisted_1$
|
|
6916
|
+
const _withScopeId$3 = (n2) => (pushScopeId("data-v-32219a94"), n2 = n2(), popScopeId(), n2);
|
|
6917
|
+
const _hoisted_1$B = {
|
|
6809
6918
|
key: 0,
|
|
6810
6919
|
class: "ux-field-title"
|
|
6811
6920
|
};
|
|
6812
|
-
const _hoisted_2$
|
|
6921
|
+
const _hoisted_2$w = {
|
|
6813
6922
|
key: 0,
|
|
6814
6923
|
class: "ux-required-marker"
|
|
6815
6924
|
};
|
|
6816
|
-
const _hoisted_3$
|
|
6925
|
+
const _hoisted_3$u = {
|
|
6817
6926
|
key: 1,
|
|
6818
6927
|
class: "ux-field-description"
|
|
6819
6928
|
};
|
|
6820
|
-
const _hoisted_4$
|
|
6929
|
+
const _hoisted_4$r = { key: 2 };
|
|
6821
6930
|
const _hoisted_5$k = /* @__PURE__ */ createTextVNode(" Country Code ");
|
|
6822
6931
|
const _hoisted_6$g = { key: 0 };
|
|
6823
6932
|
const _hoisted_7$d = { key: 1 };
|
|
@@ -6827,21 +6936,23 @@ const _hoisted_10$5 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ creat
|
|
|
6827
6936
|
const _hoisted_11$4 = ["value"];
|
|
6828
6937
|
const _hoisted_12$4 = { class: "ux-text-wrap" };
|
|
6829
6938
|
const _hoisted_13$3 = ["placeholder"];
|
|
6830
|
-
function _sfc_render$
|
|
6939
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6940
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
6831
6941
|
const _component_native_select = resolveComponent("native-select");
|
|
6832
6942
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
6833
6943
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
6834
|
-
const _component_ux_button = resolveComponent("ux-button");
|
|
6835
6944
|
const _component_flex_row = resolveComponent("flex-row");
|
|
6836
6945
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
6837
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
6946
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
|
|
6838
6947
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6839
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
6948
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
|
|
6840
6949
|
])) : createCommentVNode("", true),
|
|
6841
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6842
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
6950
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$u, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
6951
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
|
|
6843
6952
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
6844
6953
|
return openBlock(), createBlock(_component_flex_row, {
|
|
6954
|
+
gap: "",
|
|
6955
|
+
vcenter: "",
|
|
6845
6956
|
wrap: "",
|
|
6846
6957
|
class: "ux-text-row",
|
|
6847
6958
|
key: index2
|
|
@@ -6855,11 +6966,16 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6855
6966
|
field: $options.countryCodeField
|
|
6856
6967
|
}, {
|
|
6857
6968
|
default: withCtx(() => [
|
|
6858
|
-
|
|
6859
|
-
|
|
6860
|
-
|
|
6861
|
-
|
|
6862
|
-
|
|
6969
|
+
createVNode(_component_ux_button, { tag: "a" }, {
|
|
6970
|
+
default: withCtx(() => [
|
|
6971
|
+
!entry.countryCode ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
6972
|
+
_hoisted_5$k
|
|
6973
|
+
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
6974
|
+
$data.lookup[entry.countryCode] ? (openBlock(), createElementBlock("div", _hoisted_6$g, toDisplayString($data.lookup[entry.countryCode].emoji) + " - " + toDisplayString($data.lookup[entry.countryCode].alpha2), 1)) : (openBlock(), createElementBlock("div", _hoisted_7$d, "Loading"))
|
|
6975
|
+
], 64))
|
|
6976
|
+
]),
|
|
6977
|
+
_: 2
|
|
6978
|
+
}, 1024)
|
|
6863
6979
|
]),
|
|
6864
6980
|
_: 2
|
|
6865
6981
|
}, 1032, ["modelValue", "onUpdate:modelValue", "field"])
|
|
@@ -6966,12 +7082,12 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6966
7082
|
}))
|
|
6967
7083
|
], 64);
|
|
6968
7084
|
}
|
|
6969
|
-
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7085
|
+
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-32219a94"]]);
|
|
6970
7086
|
var timezone_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6971
7087
|
function isUndefined$4(entry) {
|
|
6972
7088
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
6973
7089
|
}
|
|
6974
|
-
const _sfc_main$
|
|
7090
|
+
const _sfc_main$G = {
|
|
6975
7091
|
props: {
|
|
6976
7092
|
modelValue: {}
|
|
6977
7093
|
},
|
|
@@ -7496,19 +7612,19 @@ const _sfc_main$F = {
|
|
|
7496
7612
|
}
|
|
7497
7613
|
}
|
|
7498
7614
|
};
|
|
7499
|
-
const _hoisted_1$
|
|
7615
|
+
const _hoisted_1$A = {
|
|
7500
7616
|
key: 0,
|
|
7501
7617
|
class: "ux-field-title"
|
|
7502
7618
|
};
|
|
7503
|
-
const _hoisted_2$
|
|
7619
|
+
const _hoisted_2$v = {
|
|
7504
7620
|
key: 0,
|
|
7505
7621
|
class: "ux-required-marker"
|
|
7506
7622
|
};
|
|
7507
|
-
const _hoisted_3$
|
|
7623
|
+
const _hoisted_3$t = {
|
|
7508
7624
|
key: 1,
|
|
7509
7625
|
class: "ux-field-description"
|
|
7510
7626
|
};
|
|
7511
|
-
const _hoisted_4$
|
|
7627
|
+
const _hoisted_4$q = {
|
|
7512
7628
|
key: 2,
|
|
7513
7629
|
class: "ui-select-button"
|
|
7514
7630
|
};
|
|
@@ -7518,17 +7634,17 @@ const _hoisted_6$f = {
|
|
|
7518
7634
|
value: ""
|
|
7519
7635
|
};
|
|
7520
7636
|
const _hoisted_7$c = ["value"];
|
|
7521
|
-
function _sfc_render$
|
|
7637
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7522
7638
|
const _component_ux_button = resolveComponent("ux-button");
|
|
7523
7639
|
return openBlock(), createElementBlock("div", {
|
|
7524
7640
|
class: normalizeClass(["native-select", $options.classes])
|
|
7525
7641
|
}, [
|
|
7526
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7642
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
|
|
7527
7643
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7528
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7644
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
|
|
7529
7645
|
])) : createCommentVNode("", true),
|
|
7530
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7531
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
7646
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7647
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
7532
7648
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
7533
7649
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
7534
7650
|
default: withCtx(() => [
|
|
@@ -7554,9 +7670,9 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7554
7670
|
])
|
|
7555
7671
|
], 2);
|
|
7556
7672
|
}
|
|
7557
|
-
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7673
|
+
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-a15362c8"]]);
|
|
7558
7674
|
var item_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7559
|
-
const _sfc_main$
|
|
7675
|
+
const _sfc_main$F = {
|
|
7560
7676
|
props: {
|
|
7561
7677
|
item: {
|
|
7562
7678
|
type: Object,
|
|
@@ -7586,8 +7702,8 @@ const _sfc_main$E = {
|
|
|
7586
7702
|
}
|
|
7587
7703
|
}
|
|
7588
7704
|
};
|
|
7589
|
-
const _hoisted_1$
|
|
7590
|
-
function _sfc_render$
|
|
7705
|
+
const _hoisted_1$z = { class: "image-wrapper" };
|
|
7706
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7591
7707
|
const _component_ux_image = resolveComponent("ux-image");
|
|
7592
7708
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7593
7709
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -7605,7 +7721,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7605
7721
|
shrink: ""
|
|
7606
7722
|
}, {
|
|
7607
7723
|
default: withCtx(() => [
|
|
7608
|
-
createElementVNode("div", _hoisted_1$
|
|
7724
|
+
createElementVNode("div", _hoisted_1$z, [
|
|
7609
7725
|
createVNode(_component_ux_image, {
|
|
7610
7726
|
item: $props.item,
|
|
7611
7727
|
width: 100,
|
|
@@ -7636,7 +7752,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7636
7752
|
})
|
|
7637
7753
|
]);
|
|
7638
7754
|
}
|
|
7639
|
-
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7755
|
+
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-bae08240"]]);
|
|
7640
7756
|
/**!
|
|
7641
7757
|
* Sortable 1.14.0
|
|
7642
7758
|
* @author RubaXa <trash@rubaxa.org>
|
|
@@ -10304,7 +10420,7 @@ const draggableComponent = defineComponent({
|
|
|
10304
10420
|
}
|
|
10305
10421
|
});
|
|
10306
10422
|
var contentSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10307
|
-
const _sfc_main$
|
|
10423
|
+
const _sfc_main$E = {
|
|
10308
10424
|
components: {
|
|
10309
10425
|
Item,
|
|
10310
10426
|
draggable: draggableComponent
|
|
@@ -10477,24 +10593,24 @@ const _sfc_main$D = {
|
|
|
10477
10593
|
}
|
|
10478
10594
|
}
|
|
10479
10595
|
};
|
|
10480
|
-
const _hoisted_1$
|
|
10596
|
+
const _hoisted_1$y = {
|
|
10481
10597
|
key: 0,
|
|
10482
10598
|
class: "ux-field-title"
|
|
10483
10599
|
};
|
|
10484
|
-
const _hoisted_2$
|
|
10600
|
+
const _hoisted_2$u = {
|
|
10485
10601
|
key: 0,
|
|
10486
10602
|
class: "ux-required-marker"
|
|
10487
10603
|
};
|
|
10488
|
-
const _hoisted_3$
|
|
10604
|
+
const _hoisted_3$s = {
|
|
10489
10605
|
key: 1,
|
|
10490
10606
|
class: "ux-field-description"
|
|
10491
10607
|
};
|
|
10492
|
-
const _hoisted_4$
|
|
10608
|
+
const _hoisted_4$p = {
|
|
10493
10609
|
key: 1,
|
|
10494
10610
|
class: "items"
|
|
10495
10611
|
};
|
|
10496
10612
|
const _hoisted_5$i = /* @__PURE__ */ createTextVNode(" Create ");
|
|
10497
|
-
function _sfc_render$
|
|
10613
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10498
10614
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
10499
10615
|
const _component_ux_button = resolveComponent("ux-button");
|
|
10500
10616
|
const _component_item = resolveComponent("item");
|
|
@@ -10503,11 +10619,11 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10503
10619
|
const _component_flex_spacer = resolveComponent("flex-spacer");
|
|
10504
10620
|
const _component_flex_row = resolveComponent("flex-row");
|
|
10505
10621
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
10506
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
10622
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
|
|
10507
10623
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
10508
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
10624
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
|
|
10509
10625
|
])) : createCommentVNode("", true),
|
|
10510
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
10626
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
10511
10627
|
$options.showList ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
10512
10628
|
_ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
10513
10629
|
_ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
|
|
@@ -10547,7 +10663,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10547
10663
|
]),
|
|
10548
10664
|
_: 1
|
|
10549
10665
|
}, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
10550
|
-
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
10666
|
+
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
|
|
10551
10667
|
createVNode(_component_item, { item: _ctx.model }, {
|
|
10552
10668
|
actions: withCtx(() => [
|
|
10553
10669
|
$options.canEdit(_ctx.model) ? (openBlock(), createBlock(_component_ux_button, {
|
|
@@ -10617,12 +10733,12 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10617
10733
|
})) : createCommentVNode("", true)
|
|
10618
10734
|
], 64);
|
|
10619
10735
|
}
|
|
10620
|
-
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10736
|
+
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-236b5d48"]]);
|
|
10621
10737
|
var typeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10622
10738
|
function isUndefined$3(entry) {
|
|
10623
10739
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
10624
10740
|
}
|
|
10625
|
-
const _sfc_main$
|
|
10741
|
+
const _sfc_main$D = {
|
|
10626
10742
|
props: {
|
|
10627
10743
|
title: {
|
|
10628
10744
|
type: String
|
|
@@ -10731,19 +10847,19 @@ const _sfc_main$C = {
|
|
|
10731
10847
|
}
|
|
10732
10848
|
}
|
|
10733
10849
|
};
|
|
10734
|
-
const _hoisted_1$
|
|
10850
|
+
const _hoisted_1$x = {
|
|
10735
10851
|
key: 0,
|
|
10736
10852
|
class: "ux-field-title"
|
|
10737
10853
|
};
|
|
10738
|
-
const _hoisted_2$
|
|
10854
|
+
const _hoisted_2$t = {
|
|
10739
10855
|
key: 0,
|
|
10740
10856
|
class: "ux-required-marker"
|
|
10741
10857
|
};
|
|
10742
|
-
const _hoisted_3$
|
|
10858
|
+
const _hoisted_3$r = {
|
|
10743
10859
|
key: 1,
|
|
10744
10860
|
class: "ux-field-description"
|
|
10745
10861
|
};
|
|
10746
|
-
const _hoisted_4$
|
|
10862
|
+
const _hoisted_4$o = {
|
|
10747
10863
|
key: 2,
|
|
10748
10864
|
class: "ui-select-button"
|
|
10749
10865
|
};
|
|
@@ -10753,17 +10869,17 @@ const _hoisted_6$e = {
|
|
|
10753
10869
|
value: ""
|
|
10754
10870
|
};
|
|
10755
10871
|
const _hoisted_7$b = ["value"];
|
|
10756
|
-
function _sfc_render$
|
|
10872
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10757
10873
|
const _component_ux_button = resolveComponent("ux-button");
|
|
10758
10874
|
return openBlock(), createElementBlock("div", {
|
|
10759
10875
|
class: normalizeClass(["native-select", $options.classes])
|
|
10760
10876
|
}, [
|
|
10761
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
10877
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
|
|
10762
10878
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
10763
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
10879
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
|
|
10764
10880
|
])) : createCommentVNode("", true),
|
|
10765
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
10766
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
10881
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
10882
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$o, [
|
|
10767
10883
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
10768
10884
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
10769
10885
|
default: withCtx(() => [
|
|
@@ -10789,9 +10905,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10789
10905
|
])
|
|
10790
10906
|
], 2);
|
|
10791
10907
|
}
|
|
10792
|
-
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10908
|
+
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-49a55ef8"]]);
|
|
10793
10909
|
var currency_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10794
|
-
const _sfc_main$
|
|
10910
|
+
const _sfc_main$C = {
|
|
10795
10911
|
props: {
|
|
10796
10912
|
modelValue: {
|
|
10797
10913
|
type: [String, Array]
|
|
@@ -10868,19 +10984,19 @@ const _sfc_main$B = {
|
|
|
10868
10984
|
}
|
|
10869
10985
|
}
|
|
10870
10986
|
};
|
|
10871
|
-
const _hoisted_1$
|
|
10987
|
+
const _hoisted_1$w = {
|
|
10872
10988
|
key: 0,
|
|
10873
10989
|
class: "ux-field-title"
|
|
10874
10990
|
};
|
|
10875
|
-
const _hoisted_2$
|
|
10991
|
+
const _hoisted_2$s = {
|
|
10876
10992
|
key: 0,
|
|
10877
10993
|
class: "ux-required-marker"
|
|
10878
10994
|
};
|
|
10879
|
-
const _hoisted_3$
|
|
10995
|
+
const _hoisted_3$q = {
|
|
10880
10996
|
key: 1,
|
|
10881
10997
|
class: "ux-field-description"
|
|
10882
10998
|
};
|
|
10883
|
-
const _hoisted_4$
|
|
10999
|
+
const _hoisted_4$n = { key: 2 };
|
|
10884
11000
|
const _hoisted_5$g = {
|
|
10885
11001
|
key: 0,
|
|
10886
11002
|
class: "ux-text-prefix"
|
|
@@ -10898,18 +11014,18 @@ const _hoisted_9$5 = {
|
|
|
10898
11014
|
key: 1,
|
|
10899
11015
|
class: "ux-text-suffix"
|
|
10900
11016
|
};
|
|
10901
|
-
function _sfc_render$
|
|
11017
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10902
11018
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
10903
11019
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
10904
11020
|
const _component_ux_button = resolveComponent("ux-button");
|
|
10905
11021
|
const _component_flex_row = resolveComponent("flex-row");
|
|
10906
11022
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
10907
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11023
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
|
|
10908
11024
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
10909
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11025
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
|
|
10910
11026
|
])) : createCommentVNode("", true),
|
|
10911
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
10912
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11027
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11028
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
|
|
10913
11029
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
10914
11030
|
return openBlock(), createBlock(_component_flex_row, {
|
|
10915
11031
|
class: "ux-text-row",
|
|
@@ -11006,9 +11122,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11006
11122
|
], 2))
|
|
11007
11123
|
], 64);
|
|
11008
11124
|
}
|
|
11009
|
-
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11125
|
+
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-5dd6344d"]]);
|
|
11010
11126
|
var textfield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11011
|
-
const _sfc_main$
|
|
11127
|
+
const _sfc_main$B = {
|
|
11012
11128
|
props: {
|
|
11013
11129
|
modelValue: {
|
|
11014
11130
|
type: [String, Array]
|
|
@@ -11071,19 +11187,19 @@ const _sfc_main$A = {
|
|
|
11071
11187
|
}
|
|
11072
11188
|
}
|
|
11073
11189
|
};
|
|
11074
|
-
const _hoisted_1$
|
|
11190
|
+
const _hoisted_1$v = {
|
|
11075
11191
|
key: 0,
|
|
11076
11192
|
class: "ux-field-title"
|
|
11077
11193
|
};
|
|
11078
|
-
const _hoisted_2$
|
|
11194
|
+
const _hoisted_2$r = {
|
|
11079
11195
|
key: 0,
|
|
11080
11196
|
class: "ux-required-marker"
|
|
11081
11197
|
};
|
|
11082
|
-
const _hoisted_3$
|
|
11198
|
+
const _hoisted_3$p = {
|
|
11083
11199
|
key: 1,
|
|
11084
11200
|
class: "ux-field-description"
|
|
11085
11201
|
};
|
|
11086
|
-
const _hoisted_4$
|
|
11202
|
+
const _hoisted_4$m = { key: 2 };
|
|
11087
11203
|
const _hoisted_5$f = { class: "ux-text-wrap" };
|
|
11088
11204
|
const _hoisted_6$c = {
|
|
11089
11205
|
key: 0,
|
|
@@ -11109,18 +11225,18 @@ const _hoisted_14$2 = {
|
|
|
11109
11225
|
key: 3,
|
|
11110
11226
|
class: "ux-text-suffix"
|
|
11111
11227
|
};
|
|
11112
|
-
function _sfc_render$
|
|
11228
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11113
11229
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11114
11230
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11115
11231
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11116
11232
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11117
11233
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11118
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11234
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
|
|
11119
11235
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11120
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11236
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
|
|
11121
11237
|
])) : createCommentVNode("", true),
|
|
11122
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11123
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11238
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11239
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
11124
11240
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
11125
11241
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11126
11242
|
class: "ux-text-row",
|
|
@@ -11236,9 +11352,9 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11236
11352
|
]))
|
|
11237
11353
|
], 64);
|
|
11238
11354
|
}
|
|
11239
|
-
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11355
|
+
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-d9e8503e"]]);
|
|
11240
11356
|
var textarea_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11241
|
-
const _sfc_main$
|
|
11357
|
+
const _sfc_main$A = {
|
|
11242
11358
|
props: {
|
|
11243
11359
|
modelValue: {
|
|
11244
11360
|
type: [String, Array]
|
|
@@ -11251,32 +11367,32 @@ const _sfc_main$z = {
|
|
|
11251
11367
|
}
|
|
11252
11368
|
}
|
|
11253
11369
|
};
|
|
11254
|
-
const _hoisted_1$
|
|
11370
|
+
const _hoisted_1$u = {
|
|
11255
11371
|
key: 0,
|
|
11256
11372
|
class: "ux-field-title"
|
|
11257
11373
|
};
|
|
11258
|
-
const _hoisted_2$
|
|
11374
|
+
const _hoisted_2$q = {
|
|
11259
11375
|
key: 0,
|
|
11260
11376
|
class: "ux-required-marker"
|
|
11261
11377
|
};
|
|
11262
|
-
const _hoisted_3$
|
|
11378
|
+
const _hoisted_3$o = {
|
|
11263
11379
|
key: 1,
|
|
11264
11380
|
class: "ux-field-description"
|
|
11265
11381
|
};
|
|
11266
|
-
const _hoisted_4$
|
|
11382
|
+
const _hoisted_4$l = { key: 2 };
|
|
11267
11383
|
const _hoisted_5$e = ["onUpdate:modelValue"];
|
|
11268
|
-
function _sfc_render$
|
|
11384
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11269
11385
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11270
11386
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11271
11387
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11272
11388
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11273
11389
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11274
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11390
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
|
|
11275
11391
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11276
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11392
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
|
|
11277
11393
|
])) : createCommentVNode("", true),
|
|
11278
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11279
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11394
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11395
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
|
|
11280
11396
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
11281
11397
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11282
11398
|
class: "ux-text-row",
|
|
@@ -11342,7 +11458,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11342
11458
|
])
|
|
11343
11459
|
], 64);
|
|
11344
11460
|
}
|
|
11345
|
-
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11461
|
+
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A], ["__scopeId", "data-v-777c0703"]]);
|
|
11346
11462
|
var datefield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11347
11463
|
function zero(input) {
|
|
11348
11464
|
if (String(input).length < 2) {
|
|
@@ -11350,7 +11466,7 @@ function zero(input) {
|
|
|
11350
11466
|
}
|
|
11351
11467
|
return input;
|
|
11352
11468
|
}
|
|
11353
|
-
const _sfc_main$
|
|
11469
|
+
const _sfc_main$z = {
|
|
11354
11470
|
props: {
|
|
11355
11471
|
modelValue: {
|
|
11356
11472
|
type: [Date, String, Array]
|
|
@@ -11399,32 +11515,32 @@ const _sfc_main$y = {
|
|
|
11399
11515
|
}
|
|
11400
11516
|
}
|
|
11401
11517
|
};
|
|
11402
|
-
const _hoisted_1$
|
|
11518
|
+
const _hoisted_1$t = {
|
|
11403
11519
|
key: 0,
|
|
11404
11520
|
class: "ux-field-title"
|
|
11405
11521
|
};
|
|
11406
|
-
const _hoisted_2$
|
|
11522
|
+
const _hoisted_2$p = {
|
|
11407
11523
|
key: 0,
|
|
11408
11524
|
class: "ux-required-marker"
|
|
11409
11525
|
};
|
|
11410
|
-
const _hoisted_3$
|
|
11526
|
+
const _hoisted_3$n = {
|
|
11411
11527
|
key: 1,
|
|
11412
11528
|
class: "ux-field-description"
|
|
11413
11529
|
};
|
|
11414
|
-
const _hoisted_4$
|
|
11530
|
+
const _hoisted_4$k = { key: 2 };
|
|
11415
11531
|
const _hoisted_5$d = ["onUpdate:modelValue"];
|
|
11416
|
-
function _sfc_render$
|
|
11532
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11417
11533
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11418
11534
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11419
11535
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11420
11536
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11421
11537
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11422
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11538
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
|
|
11423
11539
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11424
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11540
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
|
|
11425
11541
|
])) : createCommentVNode("", true),
|
|
11426
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11427
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11542
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11543
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
|
|
11428
11544
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11429
11545
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11430
11546
|
class: "ux-text-row",
|
|
@@ -11490,7 +11606,135 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11490
11606
|
])
|
|
11491
11607
|
], 64);
|
|
11492
11608
|
}
|
|
11493
|
-
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11609
|
+
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z], ["__scopeId", "data-v-1c86b484"]]);
|
|
11610
|
+
var daterange_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11611
|
+
const _sfc_main$y = {
|
|
11612
|
+
components: {
|
|
11613
|
+
Daterange
|
|
11614
|
+
},
|
|
11615
|
+
props: {
|
|
11616
|
+
modelValue: {
|
|
11617
|
+
type: [Object, Array]
|
|
11618
|
+
}
|
|
11619
|
+
},
|
|
11620
|
+
mixins: [InputMixin],
|
|
11621
|
+
computed: {
|
|
11622
|
+
model: {
|
|
11623
|
+
get() {
|
|
11624
|
+
let val = this.cleanOutput(this.value);
|
|
11625
|
+
return val;
|
|
11626
|
+
},
|
|
11627
|
+
set(newValue) {
|
|
11628
|
+
if (!newValue) {
|
|
11629
|
+
this.value = void 0;
|
|
11630
|
+
this.dispatch();
|
|
11631
|
+
return;
|
|
11632
|
+
}
|
|
11633
|
+
var val = this.cleanOutput(newValue);
|
|
11634
|
+
var existing = this.cleanOutput(this.value);
|
|
11635
|
+
if (val != existing) {
|
|
11636
|
+
newValue = this.cleanInput(val);
|
|
11637
|
+
this.value = newValue;
|
|
11638
|
+
this.dispatch();
|
|
11639
|
+
}
|
|
11640
|
+
}
|
|
11641
|
+
}
|
|
11642
|
+
},
|
|
11643
|
+
methods: {
|
|
11644
|
+
cleanOutputValue(d) {
|
|
11645
|
+
return d;
|
|
11646
|
+
},
|
|
11647
|
+
cleanInputValue(d) {
|
|
11648
|
+
return d;
|
|
11649
|
+
},
|
|
11650
|
+
getNewDefaultEntry() {
|
|
11651
|
+
return {};
|
|
11652
|
+
}
|
|
11653
|
+
}
|
|
11654
|
+
};
|
|
11655
|
+
const _hoisted_1$s = {
|
|
11656
|
+
key: 0,
|
|
11657
|
+
class: "ux-field-title"
|
|
11658
|
+
};
|
|
11659
|
+
const _hoisted_2$o = {
|
|
11660
|
+
key: 0,
|
|
11661
|
+
class: "ux-required-marker"
|
|
11662
|
+
};
|
|
11663
|
+
const _hoisted_3$m = {
|
|
11664
|
+
key: 1,
|
|
11665
|
+
class: "ux-field-description"
|
|
11666
|
+
};
|
|
11667
|
+
const _hoisted_4$j = { key: 2 };
|
|
11668
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11669
|
+
const _component_daterange = resolveComponent("daterange", true);
|
|
11670
|
+
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11671
|
+
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11672
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
11673
|
+
const _component_flex_row = resolveComponent("flex-row");
|
|
11674
|
+
return openBlock(), createElementBlock(Fragment, null, [
|
|
11675
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$s, [
|
|
11676
|
+
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11677
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$o, "*")) : createCommentVNode("", true)
|
|
11678
|
+
])) : createCommentVNode("", true),
|
|
11679
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$m, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11680
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
|
|
11681
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11682
|
+
return openBlock(), createBlock(_component_flex_row, {
|
|
11683
|
+
class: "ux-text-row",
|
|
11684
|
+
key: index2
|
|
11685
|
+
}, {
|
|
11686
|
+
default: withCtx(() => [
|
|
11687
|
+
createVNode(_component_flex_cell, null, {
|
|
11688
|
+
default: withCtx(() => [
|
|
11689
|
+
createVNode(_component_daterange, {
|
|
11690
|
+
onFocus: _ctx.touch,
|
|
11691
|
+
modelValue: $options.model[index2],
|
|
11692
|
+
"onUpdate:modelValue": ($event) => $options.model[index2] = $event
|
|
11693
|
+
}, null, 8, ["onFocus", "modelValue", "onUpdate:modelValue"])
|
|
11694
|
+
]),
|
|
11695
|
+
_: 2
|
|
11696
|
+
}, 1024),
|
|
11697
|
+
createVNode(_component_flex_cell, {
|
|
11698
|
+
shrink: "",
|
|
11699
|
+
vcenter: ""
|
|
11700
|
+
}, {
|
|
11701
|
+
default: withCtx(() => [
|
|
11702
|
+
_ctx.canRemoveValue ? (openBlock(), createBlock(_component_ux_button, {
|
|
11703
|
+
key: 0,
|
|
11704
|
+
tag: "a",
|
|
11705
|
+
icon: "",
|
|
11706
|
+
onClick: ($event) => _ctx.remove(entry)
|
|
11707
|
+
}, {
|
|
11708
|
+
default: withCtx(() => [
|
|
11709
|
+
createVNode(_component_ux_icon, { icon: "fa-times" })
|
|
11710
|
+
]),
|
|
11711
|
+
_: 2
|
|
11712
|
+
}, 1032, ["onClick"])) : createCommentVNode("", true)
|
|
11713
|
+
]),
|
|
11714
|
+
_: 2
|
|
11715
|
+
}, 1024)
|
|
11716
|
+
]),
|
|
11717
|
+
_: 2
|
|
11718
|
+
}, 1024);
|
|
11719
|
+
}), 128)),
|
|
11720
|
+
_ctx.canAddValue ? (openBlock(), createBlock(_component_ux_button, {
|
|
11721
|
+
key: 0,
|
|
11722
|
+
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.add())
|
|
11723
|
+
}, {
|
|
11724
|
+
default: withCtx(() => [
|
|
11725
|
+
createTextVNode(toDisplayString(_ctx.addLabel), 1)
|
|
11726
|
+
]),
|
|
11727
|
+
_: 1
|
|
11728
|
+
})) : createCommentVNode("", true)
|
|
11729
|
+
])) : (openBlock(), createBlock(_component_daterange, {
|
|
11730
|
+
key: 3,
|
|
11731
|
+
onFocus: _ctx.touch,
|
|
11732
|
+
modelValue: $options.model,
|
|
11733
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $options.model = $event)
|
|
11734
|
+
}, null, 8, ["onFocus", "modelValue"]))
|
|
11735
|
+
], 64);
|
|
11736
|
+
}
|
|
11737
|
+
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y], ["__scopeId", "data-v-24228367"]]);
|
|
11494
11738
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11495
11739
|
const _sfc_main$x = {
|
|
11496
11740
|
computed: {
|
|
@@ -11542,7 +11786,7 @@ const _hoisted_2$n = {
|
|
|
11542
11786
|
key: 0,
|
|
11543
11787
|
class: "ux-required-marker"
|
|
11544
11788
|
};
|
|
11545
|
-
const _hoisted_3$
|
|
11789
|
+
const _hoisted_3$l = {
|
|
11546
11790
|
key: 1,
|
|
11547
11791
|
class: "ux-field-description"
|
|
11548
11792
|
};
|
|
@@ -11574,7 +11818,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11574
11818
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11575
11819
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$n, "*")) : createCommentVNode("", true)
|
|
11576
11820
|
])) : createCommentVNode("", true),
|
|
11577
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11821
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$l, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
11578
11822
|
])
|
|
11579
11823
|
]),
|
|
11580
11824
|
_: 1
|
|
@@ -11599,7 +11843,7 @@ const _sfc_main$w = {
|
|
|
11599
11843
|
};
|
|
11600
11844
|
const _hoisted_1$q = { key: 0 };
|
|
11601
11845
|
const _hoisted_2$m = ["innerHTML"];
|
|
11602
|
-
const _hoisted_3$
|
|
11846
|
+
const _hoisted_3$k = ["innerHTML"];
|
|
11603
11847
|
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11604
11848
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11605
11849
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -11653,7 +11897,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11653
11897
|
])) : (openBlock(), createElementBlock("div", {
|
|
11654
11898
|
key: 1,
|
|
11655
11899
|
innerHTML: _ctx.field.template
|
|
11656
|
-
}, null, 8, _hoisted_3$
|
|
11900
|
+
}, null, 8, _hoisted_3$k));
|
|
11657
11901
|
}
|
|
11658
11902
|
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w]]);
|
|
11659
11903
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
@@ -11929,8 +12173,8 @@ const _hoisted_1$p = {
|
|
|
11929
12173
|
class: "filter-condition"
|
|
11930
12174
|
};
|
|
11931
12175
|
const _hoisted_2$l = { key: 0 };
|
|
11932
|
-
const _hoisted_3$
|
|
11933
|
-
const _hoisted_4$
|
|
12176
|
+
const _hoisted_3$j = { key: 1 };
|
|
12177
|
+
const _hoisted_4$i = /* @__PURE__ */ createTextVNode(" And ");
|
|
11934
12178
|
const _hoisted_5$c = { key: 2 };
|
|
11935
12179
|
const _hoisted_6$b = { key: 3 };
|
|
11936
12180
|
const _hoisted_7$8 = /* @__PURE__ */ createTextVNode(" And ");
|
|
@@ -11993,13 +12237,13 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11993
12237
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
|
|
11994
12238
|
}, null, 8, ["field", "modelValue"]))
|
|
11995
12239
|
])) : createCommentVNode("", true),
|
|
11996
|
-
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12240
|
+
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$j, [
|
|
11997
12241
|
createVNode(_component_text_field, {
|
|
11998
12242
|
field: $options.normalField,
|
|
11999
12243
|
modelValue: $data.model.value,
|
|
12000
12244
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.model.value = $event)
|
|
12001
12245
|
}, null, 8, ["field", "modelValue"]),
|
|
12002
|
-
_hoisted_4$
|
|
12246
|
+
_hoisted_4$i,
|
|
12003
12247
|
createVNode(_component_text_field, {
|
|
12004
12248
|
field: $options.normalField,
|
|
12005
12249
|
modelValue: $data.model.value2,
|
|
@@ -12394,14 +12638,17 @@ const _sfc_main$u = {
|
|
|
12394
12638
|
NativeSelect
|
|
12395
12639
|
}
|
|
12396
12640
|
};
|
|
12397
|
-
const _hoisted_1$o = {
|
|
12641
|
+
const _hoisted_1$o = {
|
|
12642
|
+
key: 0,
|
|
12643
|
+
class: "filter-rule"
|
|
12644
|
+
};
|
|
12398
12645
|
const _hoisted_2$k = { class: "top" };
|
|
12399
|
-
const _hoisted_3$
|
|
12400
|
-
const _hoisted_4$
|
|
12646
|
+
const _hoisted_3$i = { class: "summary" };
|
|
12647
|
+
const _hoisted_4$h = /* @__PURE__ */ createTextVNode(" Match ");
|
|
12401
12648
|
const _hoisted_5$b = /* @__PURE__ */ createTextVNode(" of the following conditions ");
|
|
12402
12649
|
const _hoisted_6$a = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
12403
12650
|
const _hoisted_7$7 = { class: "operator" };
|
|
12404
|
-
const _hoisted_8$3 = /* @__PURE__ */ createTextVNode("Add Condition");
|
|
12651
|
+
const _hoisted_8$3 = /* @__PURE__ */ createTextVNode(" Add Condition ");
|
|
12405
12652
|
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12406
12653
|
const _component_native_select = resolveComponent("native-select");
|
|
12407
12654
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -12409,14 +12656,14 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12409
12656
|
const _component_ux_button = resolveComponent("ux-button");
|
|
12410
12657
|
const _component_flex_row = resolveComponent("flex-row");
|
|
12411
12658
|
const _component_filter_condition = resolveComponent("filter-condition");
|
|
12412
|
-
return openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
12659
|
+
return $props.definition ? (openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
12413
12660
|
createElementVNode("div", _hoisted_2$k, [
|
|
12414
12661
|
createVNode(_component_flex_row, null, {
|
|
12415
12662
|
default: withCtx(() => [
|
|
12416
12663
|
createVNode(_component_flex_cell, null, {
|
|
12417
12664
|
default: withCtx(() => [
|
|
12418
|
-
createElementVNode("div", _hoisted_3$
|
|
12419
|
-
_hoisted_4$
|
|
12665
|
+
createElementVNode("div", _hoisted_3$i, [
|
|
12666
|
+
_hoisted_4$h,
|
|
12420
12667
|
createVNode(_component_native_select, {
|
|
12421
12668
|
modelValue: $data.model.operator,
|
|
12422
12669
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -12487,13 +12734,20 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12487
12734
|
_: 2
|
|
12488
12735
|
}, 1024);
|
|
12489
12736
|
}), 128)),
|
|
12490
|
-
createVNode(_component_ux_button, {
|
|
12737
|
+
createVNode(_component_ux_button, {
|
|
12738
|
+
size: "sm",
|
|
12739
|
+
onClick: $options.addCondition
|
|
12740
|
+
}, {
|
|
12491
12741
|
default: withCtx(() => [
|
|
12492
|
-
_hoisted_8$3
|
|
12742
|
+
_hoisted_8$3,
|
|
12743
|
+
createVNode(_component_ux_icon, {
|
|
12744
|
+
icon: "fa-plus",
|
|
12745
|
+
right: ""
|
|
12746
|
+
})
|
|
12493
12747
|
]),
|
|
12494
12748
|
_: 1
|
|
12495
12749
|
}, 8, ["onClick"])
|
|
12496
|
-
]);
|
|
12750
|
+
])) : createCommentVNode("", true);
|
|
12497
12751
|
}
|
|
12498
12752
|
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
|
|
12499
12753
|
var FilterBuilder_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
@@ -12603,8 +12857,8 @@ const _hoisted_2$j = {
|
|
|
12603
12857
|
key: 0,
|
|
12604
12858
|
class: "top"
|
|
12605
12859
|
};
|
|
12606
|
-
const _hoisted_3$
|
|
12607
|
-
const _hoisted_4$
|
|
12860
|
+
const _hoisted_3$h = { class: "summary" };
|
|
12861
|
+
const _hoisted_4$g = /* @__PURE__ */ createTextVNode(" Match ");
|
|
12608
12862
|
const _hoisted_5$a = /* @__PURE__ */ createTextVNode(" of the following rules ");
|
|
12609
12863
|
const _hoisted_6$9 = /* @__PURE__ */ createTextVNode("Add Filter Rule");
|
|
12610
12864
|
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -12619,8 +12873,8 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12619
12873
|
default: withCtx(() => [
|
|
12620
12874
|
createElementVNode("div", _hoisted_1$n, [
|
|
12621
12875
|
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$j, [
|
|
12622
|
-
createElementVNode("div", _hoisted_3$
|
|
12623
|
-
_hoisted_4$
|
|
12876
|
+
createElementVNode("div", _hoisted_3$h, [
|
|
12877
|
+
_hoisted_4$g,
|
|
12624
12878
|
createVNode(_component_native_select, {
|
|
12625
12879
|
modelValue: $data.model.operator,
|
|
12626
12880
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -12646,6 +12900,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12646
12900
|
}, null, 8, ["onRemove", "definition", "modelValue", "onUpdate:modelValue", "index"]);
|
|
12647
12901
|
}), 128)),
|
|
12648
12902
|
createVNode(_component_ux_button, {
|
|
12903
|
+
size: "sm",
|
|
12649
12904
|
onClick: _cache[1] || (_cache[1] = ($event) => $options.addRule())
|
|
12650
12905
|
}, {
|
|
12651
12906
|
default: withCtx(() => [
|
|
@@ -12661,7 +12916,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12661
12916
|
_: 1
|
|
12662
12917
|
});
|
|
12663
12918
|
}
|
|
12664
|
-
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-
|
|
12919
|
+
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-7933a5ee"]]);
|
|
12665
12920
|
var filter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12666
12921
|
const _sfc_main$s = {
|
|
12667
12922
|
mixins: [InputMixin],
|
|
@@ -12712,11 +12967,11 @@ const _hoisted_2$i = {
|
|
|
12712
12967
|
key: 0,
|
|
12713
12968
|
class: "ux-required-marker"
|
|
12714
12969
|
};
|
|
12715
|
-
const _hoisted_3$
|
|
12970
|
+
const _hoisted_3$g = {
|
|
12716
12971
|
key: 1,
|
|
12717
12972
|
class: "ux-field-description"
|
|
12718
12973
|
};
|
|
12719
|
-
const _hoisted_4$
|
|
12974
|
+
const _hoisted_4$f = { key: 2 };
|
|
12720
12975
|
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12721
12976
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
12722
12977
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -12728,8 +12983,8 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12728
12983
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
12729
12984
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
|
|
12730
12985
|
])) : createCommentVNode("", true),
|
|
12731
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12732
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
12986
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$g, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12987
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$f, [
|
|
12733
12988
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
12734
12989
|
return openBlock(), createBlock(_component_flex_row, {
|
|
12735
12990
|
class: "ux-text-row",
|
|
@@ -12771,6 +13026,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12771
13026
|
}), 128)),
|
|
12772
13027
|
_ctx.canAddValue ? (openBlock(), createBlock(_component_ux_button, {
|
|
12773
13028
|
key: 0,
|
|
13029
|
+
size: "sm",
|
|
12774
13030
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.add())
|
|
12775
13031
|
}, {
|
|
12776
13032
|
default: withCtx(() => [
|
|
@@ -12786,7 +13042,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12786
13042
|
}, null, 8, ["definition", "modelValue"]))
|
|
12787
13043
|
], 64);
|
|
12788
13044
|
}
|
|
12789
|
-
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-
|
|
13045
|
+
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-4aae9a4a"]]);
|
|
12790
13046
|
var switch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12791
13047
|
const _sfc_main$r = {
|
|
12792
13048
|
mixins: [InputMixin],
|
|
@@ -12835,7 +13091,7 @@ const _hoisted_2$h = {
|
|
|
12835
13091
|
key: 0,
|
|
12836
13092
|
class: "ux-required-marker"
|
|
12837
13093
|
};
|
|
12838
|
-
const _hoisted_3$
|
|
13094
|
+
const _hoisted_3$f = {
|
|
12839
13095
|
key: 1,
|
|
12840
13096
|
class: "ux-field-description"
|
|
12841
13097
|
};
|
|
@@ -12867,7 +13123,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12867
13123
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12868
13124
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
|
|
12869
13125
|
])) : createCommentVNode("", true),
|
|
12870
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13126
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$f, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
12871
13127
|
])
|
|
12872
13128
|
]),
|
|
12873
13129
|
_: 1
|
|
@@ -12887,6 +13143,11 @@ const _sfc_main$q = {
|
|
|
12887
13143
|
type: String
|
|
12888
13144
|
}
|
|
12889
13145
|
},
|
|
13146
|
+
data() {
|
|
13147
|
+
return {
|
|
13148
|
+
over: false
|
|
13149
|
+
};
|
|
13150
|
+
},
|
|
12890
13151
|
methods: {
|
|
12891
13152
|
clicked() {
|
|
12892
13153
|
if (!this.multiple) {
|
|
@@ -12894,9 +13155,19 @@ const _sfc_main$q = {
|
|
|
12894
13155
|
}
|
|
12895
13156
|
this.$refs.file.click();
|
|
12896
13157
|
},
|
|
13158
|
+
fileout(event) {
|
|
13159
|
+
this.over = true;
|
|
13160
|
+
},
|
|
12897
13161
|
fileover(event) {
|
|
13162
|
+
this.over = true;
|
|
12898
13163
|
},
|
|
12899
|
-
filedrop(
|
|
13164
|
+
filedrop(e) {
|
|
13165
|
+
const self2 = this;
|
|
13166
|
+
if (e.dataTransfer && e.dataTransfer.files && e.dataTransfer.files.length) {
|
|
13167
|
+
e.preventDefault();
|
|
13168
|
+
e.stopPropagation();
|
|
13169
|
+
self2.filesSelected(e.dataTransfer.files);
|
|
13170
|
+
}
|
|
12900
13171
|
},
|
|
12901
13172
|
filesSelected(files) {
|
|
12902
13173
|
console.log("FILES SELECTED", files);
|
|
@@ -12920,9 +13191,10 @@ const _hoisted_2$g = /* @__PURE__ */ createTextVNode("Select Files");
|
|
|
12920
13191
|
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12921
13192
|
const _component_ux_button = resolveComponent("ux-button");
|
|
12922
13193
|
return openBlock(), createElementBlock("label", {
|
|
12923
|
-
class: "file-drop",
|
|
13194
|
+
class: normalizeClass(["file-drop", { over: $data.over }]),
|
|
12924
13195
|
onDragover: _cache[2] || (_cache[2] = withModifiers((...args) => $options.fileover && $options.fileover(...args), ["prevent", "stop"])),
|
|
12925
|
-
|
|
13196
|
+
onDragleave: _cache[3] || (_cache[3] = withModifiers((...args) => $options.fileout && $options.fileout(...args), ["prevent", "stop"])),
|
|
13197
|
+
onDrop: _cache[4] || (_cache[4] = withModifiers((...args) => $options.filedrop && $options.filedrop(...args), ["prevent", "stop"]))
|
|
12926
13198
|
}, [
|
|
12927
13199
|
createElementVNode("input", {
|
|
12928
13200
|
ref: "file",
|
|
@@ -12944,9 +13216,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12944
13216
|
})
|
|
12945
13217
|
], true)
|
|
12946
13218
|
])
|
|
12947
|
-
],
|
|
13219
|
+
], 34);
|
|
12948
13220
|
}
|
|
12949
|
-
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-
|
|
13221
|
+
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-1960a794"]]);
|
|
12950
13222
|
var upload_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12951
13223
|
const _sfc_main$p = {
|
|
12952
13224
|
mixins: [InputMixin],
|
|
@@ -13090,11 +13362,11 @@ const _hoisted_2$f = {
|
|
|
13090
13362
|
key: 0,
|
|
13091
13363
|
class: "ux-required-marker"
|
|
13092
13364
|
};
|
|
13093
|
-
const _hoisted_3$
|
|
13365
|
+
const _hoisted_3$e = {
|
|
13094
13366
|
key: 1,
|
|
13095
13367
|
class: "ux-field-description"
|
|
13096
13368
|
};
|
|
13097
|
-
const _hoisted_4$
|
|
13369
|
+
const _hoisted_4$e = {
|
|
13098
13370
|
key: 2,
|
|
13099
13371
|
class: "files"
|
|
13100
13372
|
};
|
|
@@ -13113,8 +13385,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13113
13385
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13114
13386
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
|
|
13115
13387
|
])) : createCommentVNode("", true),
|
|
13116
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13117
|
-
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
13388
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
13389
|
+
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$e, [
|
|
13118
13390
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
13119
13391
|
return openBlock(), createElementBlock("div", {
|
|
13120
13392
|
class: "file-item",
|
|
@@ -13761,11 +14033,11 @@ const _hoisted_2$e = {
|
|
|
13761
14033
|
key: 0,
|
|
13762
14034
|
class: "ux-required-marker"
|
|
13763
14035
|
};
|
|
13764
|
-
const _hoisted_3$
|
|
14036
|
+
const _hoisted_3$d = {
|
|
13765
14037
|
key: 1,
|
|
13766
14038
|
class: "ux-field-description"
|
|
13767
14039
|
};
|
|
13768
|
-
const _hoisted_4$
|
|
14040
|
+
const _hoisted_4$d = { class: "buttons" };
|
|
13769
14041
|
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13770
14042
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
13771
14043
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -13775,8 +14047,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13775
14047
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13776
14048
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
|
|
13777
14049
|
])) : createCommentVNode("", true),
|
|
13778
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13779
|
-
createElementVNode("div", _hoisted_4$
|
|
14050
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14051
|
+
createElementVNode("div", _hoisted_4$d, [
|
|
13780
14052
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
|
|
13781
14053
|
return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
|
|
13782
14054
|
default: withCtx(({ plainValue }) => [
|
|
@@ -13824,11 +14096,11 @@ const _hoisted_2$d = {
|
|
|
13824
14096
|
key: 0,
|
|
13825
14097
|
class: "ux-required-marker"
|
|
13826
14098
|
};
|
|
13827
|
-
const _hoisted_3$
|
|
14099
|
+
const _hoisted_3$c = {
|
|
13828
14100
|
key: 1,
|
|
13829
14101
|
class: "ux-field-description"
|
|
13830
14102
|
};
|
|
13831
|
-
const _hoisted_4$
|
|
14103
|
+
const _hoisted_4$c = { key: 2 };
|
|
13832
14104
|
const _hoisted_5$8 = { key: 3 };
|
|
13833
14105
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13834
14106
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -13840,8 +14112,8 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13840
14112
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13841
14113
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
13842
14114
|
])) : createCommentVNode("", true),
|
|
13843
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13844
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
14115
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14116
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
|
|
13845
14117
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
13846
14118
|
return openBlock(), createBlock(_component_flex_row, {
|
|
13847
14119
|
class: "ux-text-row",
|
|
@@ -13998,11 +14270,11 @@ const _hoisted_2$c = {
|
|
|
13998
14270
|
key: 0,
|
|
13999
14271
|
class: "ux-required-marker"
|
|
14000
14272
|
};
|
|
14001
|
-
const _hoisted_3$
|
|
14273
|
+
const _hoisted_3$b = {
|
|
14002
14274
|
key: 1,
|
|
14003
14275
|
class: "ux-field-description"
|
|
14004
14276
|
};
|
|
14005
|
-
const _hoisted_4$
|
|
14277
|
+
const _hoisted_4$b = { key: 2 };
|
|
14006
14278
|
const _hoisted_5$7 = { class: "ux-text-wrap prefixed" };
|
|
14007
14279
|
const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
14008
14280
|
const _hoisted_7$5 = ["onBlur", "onUpdate:modelValue"];
|
|
@@ -14025,8 +14297,8 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14025
14297
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14026
14298
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
|
|
14027
14299
|
])) : createCommentVNode("", true),
|
|
14028
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14029
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
14300
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14301
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$b, [
|
|
14030
14302
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14031
14303
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14032
14304
|
class: "ux-text-row",
|
|
@@ -14360,11 +14632,11 @@ const _hoisted_2$b = {
|
|
|
14360
14632
|
key: 0,
|
|
14361
14633
|
class: "ux-required-marker"
|
|
14362
14634
|
};
|
|
14363
|
-
const _hoisted_3$
|
|
14635
|
+
const _hoisted_3$a = {
|
|
14364
14636
|
key: 1,
|
|
14365
14637
|
class: "ux-field-description"
|
|
14366
14638
|
};
|
|
14367
|
-
const _hoisted_4$
|
|
14639
|
+
const _hoisted_4$a = { key: 2 };
|
|
14368
14640
|
const _hoisted_5$6 = { class: "code-editor-field-wrap" };
|
|
14369
14641
|
const _hoisted_6$6 = {
|
|
14370
14642
|
key: 3,
|
|
@@ -14383,8 +14655,8 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14383
14655
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14384
14656
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
|
|
14385
14657
|
])) : createCommentVNode("", true),
|
|
14386
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14387
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
14658
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14659
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$a, [
|
|
14388
14660
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14389
14661
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14390
14662
|
class: "ux-text-row",
|
|
@@ -14528,11 +14800,11 @@ const _hoisted_2$a = {
|
|
|
14528
14800
|
key: 0,
|
|
14529
14801
|
class: "ux-required-marker"
|
|
14530
14802
|
};
|
|
14531
|
-
const _hoisted_3$
|
|
14803
|
+
const _hoisted_3$9 = {
|
|
14532
14804
|
key: 1,
|
|
14533
14805
|
class: "ux-field-description"
|
|
14534
14806
|
};
|
|
14535
|
-
const _hoisted_4$
|
|
14807
|
+
const _hoisted_4$9 = { key: 2 };
|
|
14536
14808
|
const _hoisted_5$5 = { class: "richtext-field-wrap" };
|
|
14537
14809
|
const _hoisted_6$5 = {
|
|
14538
14810
|
key: 3,
|
|
@@ -14551,8 +14823,8 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14551
14823
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14552
14824
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
|
|
14553
14825
|
])) : createCommentVNode("", true),
|
|
14554
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14555
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
14826
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$9, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14827
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
|
|
14556
14828
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14557
14829
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14558
14830
|
class: "ux-text-row",
|
|
@@ -14748,11 +15020,11 @@ const _hoisted_2$9 = {
|
|
|
14748
15020
|
key: 0,
|
|
14749
15021
|
class: "ux-required-marker"
|
|
14750
15022
|
};
|
|
14751
|
-
const _hoisted_3$
|
|
15023
|
+
const _hoisted_3$8 = {
|
|
14752
15024
|
key: 1,
|
|
14753
15025
|
class: "ux-field-description"
|
|
14754
15026
|
};
|
|
14755
|
-
const _hoisted_4$
|
|
15027
|
+
const _hoisted_4$8 = {
|
|
14756
15028
|
key: 2,
|
|
14757
15029
|
class: "ui-select-button"
|
|
14758
15030
|
};
|
|
@@ -14771,8 +15043,8 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14771
15043
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14772
15044
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$9, "*")) : createCommentVNode("", true)
|
|
14773
15045
|
])) : createCommentVNode("", true),
|
|
14774
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14775
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
15046
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$8, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15047
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
14776
15048
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
14777
15049
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
14778
15050
|
default: withCtx(() => [
|
|
@@ -14914,11 +15186,11 @@ const _hoisted_2$8 = {
|
|
|
14914
15186
|
key: 0,
|
|
14915
15187
|
class: "ux-required-marker"
|
|
14916
15188
|
};
|
|
14917
|
-
const _hoisted_3$
|
|
15189
|
+
const _hoisted_3$7 = {
|
|
14918
15190
|
key: 1,
|
|
14919
15191
|
class: "ux-field-description"
|
|
14920
15192
|
};
|
|
14921
|
-
const _hoisted_4$
|
|
15193
|
+
const _hoisted_4$7 = {
|
|
14922
15194
|
key: 2,
|
|
14923
15195
|
class: "ui-select-button"
|
|
14924
15196
|
};
|
|
@@ -14937,8 +15209,8 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14937
15209
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14938
15210
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$8, "*")) : createCommentVNode("", true)
|
|
14939
15211
|
])) : createCommentVNode("", true),
|
|
14940
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14941
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
15212
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$7, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15213
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
|
|
14942
15214
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
14943
15215
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
14944
15216
|
default: withCtx(() => [
|
|
@@ -15801,6 +16073,7 @@ const _sfc_main$d = {
|
|
|
15801
16073
|
ButtonSelect,
|
|
15802
16074
|
NativeSelect,
|
|
15803
16075
|
DateField,
|
|
16076
|
+
DateRange,
|
|
15804
16077
|
TextField,
|
|
15805
16078
|
CurrencyField,
|
|
15806
16079
|
TextArea,
|
|
@@ -16195,6 +16468,7 @@ const _sfc_main$d = {
|
|
|
16195
16468
|
case "content-select":
|
|
16196
16469
|
case "select":
|
|
16197
16470
|
case "checkbox":
|
|
16471
|
+
case "daterange":
|
|
16198
16472
|
case "datefield":
|
|
16199
16473
|
case "richtext":
|
|
16200
16474
|
case "textarea":
|
|
@@ -16245,7 +16519,7 @@ const _sfc_main$d = {
|
|
|
16245
16519
|
}
|
|
16246
16520
|
};
|
|
16247
16521
|
const _hoisted_1$a = {
|
|
16248
|
-
key:
|
|
16522
|
+
key: 26,
|
|
16249
16523
|
class: "ux-field-message"
|
|
16250
16524
|
};
|
|
16251
16525
|
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -16262,6 +16536,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16262
16536
|
const _component_text_field = resolveComponent("text-field");
|
|
16263
16537
|
const _component_currency_field = resolveComponent("currency-field");
|
|
16264
16538
|
const _component_date_field = resolveComponent("date-field");
|
|
16539
|
+
const _component_date_range = resolveComponent("date-range");
|
|
16265
16540
|
const _component_content_select = resolveComponent("content-select");
|
|
16266
16541
|
const _component_type_select = resolveComponent("type-select");
|
|
16267
16542
|
const _component_rich_text_field = resolveComponent("rich-text-field");
|
|
@@ -16275,8 +16550,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16275
16550
|
return $options.visible ? (openBlock(), createElementBlock("div", {
|
|
16276
16551
|
key: 0,
|
|
16277
16552
|
class: normalizeClass(["ux-field", $options.classes]),
|
|
16278
|
-
onFocusin: _cache[
|
|
16279
|
-
onFocusout: _cache[
|
|
16553
|
+
onFocusin: _cache[25] || (_cache[25] = (...args) => $options.focus && $options.focus(...args)),
|
|
16554
|
+
onFocusout: _cache[26] || (_cache[26] = (...args) => $options.blur && $options.blur(...args))
|
|
16280
16555
|
}, [
|
|
16281
16556
|
$options.widget == "internal-route" ? (openBlock(), createBlock(_component_internal_route_select, {
|
|
16282
16557
|
key: 0,
|
|
@@ -16400,65 +16675,72 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16400
16675
|
modelValue: $options.fieldModel,
|
|
16401
16676
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => $options.fieldModel = $event)
|
|
16402
16677
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16403
|
-
$options.widget == "
|
|
16678
|
+
$options.widget == "daterange" ? (openBlock(), createBlock(_component_date_range, {
|
|
16404
16679
|
key: 15,
|
|
16405
16680
|
onTouched: $options.touch,
|
|
16406
16681
|
field: $options.actualField,
|
|
16407
16682
|
modelValue: $options.fieldModel,
|
|
16408
16683
|
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => $options.fieldModel = $event)
|
|
16409
16684
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16410
|
-
$options.widget == "
|
|
16685
|
+
$options.widget == "content-select" ? (openBlock(), createBlock(_component_content_select, {
|
|
16411
16686
|
key: 16,
|
|
16412
16687
|
onTouched: $options.touch,
|
|
16413
16688
|
field: $options.actualField,
|
|
16414
16689
|
modelValue: $options.fieldModel,
|
|
16415
16690
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => $options.fieldModel = $event)
|
|
16416
16691
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16417
|
-
$options.widget == "
|
|
16692
|
+
$options.widget == "type-select" ? (openBlock(), createBlock(_component_type_select, {
|
|
16418
16693
|
key: 17,
|
|
16419
16694
|
onTouched: $options.touch,
|
|
16420
16695
|
field: $options.actualField,
|
|
16421
16696
|
modelValue: $options.fieldModel,
|
|
16422
16697
|
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => $options.fieldModel = $event)
|
|
16423
16698
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16424
|
-
$options.widget == "
|
|
16699
|
+
$options.widget == "richtext" ? (openBlock(), createBlock(_component_rich_text_field, {
|
|
16425
16700
|
key: 18,
|
|
16426
16701
|
onTouched: $options.touch,
|
|
16427
16702
|
field: $options.actualField,
|
|
16428
16703
|
modelValue: $options.fieldModel,
|
|
16429
16704
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => $options.fieldModel = $event)
|
|
16430
16705
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16431
|
-
$options.widget == "
|
|
16706
|
+
$options.widget == "textarea" ? (openBlock(), createBlock(_component_text_area, {
|
|
16432
16707
|
key: 19,
|
|
16433
16708
|
onTouched: $options.touch,
|
|
16434
16709
|
field: $options.actualField,
|
|
16435
16710
|
modelValue: $options.fieldModel,
|
|
16436
16711
|
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => $options.fieldModel = $event)
|
|
16437
16712
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16438
|
-
$options.widget == "
|
|
16713
|
+
$options.widget == "timezone" ? (openBlock(), createBlock(_component_timezone_select, {
|
|
16439
16714
|
key: 20,
|
|
16440
16715
|
onTouched: $options.touch,
|
|
16441
16716
|
field: $options.actualField,
|
|
16442
16717
|
modelValue: $options.fieldModel,
|
|
16443
16718
|
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => $options.fieldModel = $event)
|
|
16444
16719
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16445
|
-
$options.widget == "
|
|
16446
|
-
|
|
16447
|
-
key: 22,
|
|
16720
|
+
$options.widget == "phone" ? (openBlock(), createBlock(_component_phone_number_input, {
|
|
16721
|
+
key: 21,
|
|
16448
16722
|
onTouched: $options.touch,
|
|
16449
16723
|
field: $options.actualField,
|
|
16450
16724
|
modelValue: $options.fieldModel,
|
|
16451
16725
|
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => $options.fieldModel = $event)
|
|
16452
16726
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16453
|
-
$options.widget == "
|
|
16727
|
+
$options.widget == "value" ? (openBlock(), createElementBlock(Fragment, { key: 22 }, [], 64)) : createCommentVNode("", true),
|
|
16728
|
+
$options.widget == "object" ? (openBlock(), createBlock(_component_object_field, {
|
|
16454
16729
|
key: 23,
|
|
16455
16730
|
onTouched: $options.touch,
|
|
16456
16731
|
field: $options.actualField,
|
|
16457
16732
|
modelValue: $options.fieldModel,
|
|
16458
16733
|
"onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => $options.fieldModel = $event)
|
|
16459
16734
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16460
|
-
$options.widget == "
|
|
16735
|
+
$options.widget == "options" ? (openBlock(), createBlock(_component_options_manager, {
|
|
16461
16736
|
key: 24,
|
|
16737
|
+
onTouched: $options.touch,
|
|
16738
|
+
field: $options.actualField,
|
|
16739
|
+
modelValue: $options.fieldModel,
|
|
16740
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => $options.fieldModel = $event)
|
|
16741
|
+
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16742
|
+
$options.widget == "code" ? (openBlock(), createBlock(_component_flex_column, {
|
|
16743
|
+
key: 25,
|
|
16462
16744
|
style: { "min-height": "300px" }
|
|
16463
16745
|
}, {
|
|
16464
16746
|
default: withCtx(() => [
|
|
@@ -16466,7 +16748,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16466
16748
|
onTouched: $options.touch,
|
|
16467
16749
|
field: $options.actualField,
|
|
16468
16750
|
modelValue: $options.fieldModel,
|
|
16469
|
-
"onUpdate:modelValue": _cache[
|
|
16751
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => $options.fieldModel = $event)
|
|
16470
16752
|
}, null, 8, ["onTouched", "field", "modelValue"])
|
|
16471
16753
|
]),
|
|
16472
16754
|
_: 1
|
|
@@ -16474,7 +16756,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16474
16756
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$a, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
16475
16757
|
], 34)) : createCommentVNode("", true);
|
|
16476
16758
|
}
|
|
16477
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-
|
|
16759
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-1d0f7c92"]]);
|
|
16478
16760
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16479
16761
|
const _sfc_main$c = {
|
|
16480
16762
|
props: {
|
|
@@ -16863,8 +17145,8 @@ const _sfc_main$b = {
|
|
|
16863
17145
|
const _withScopeId$1 = (n2) => (pushScopeId("data-v-5d5b3222"), n2 = n2(), popScopeId(), n2);
|
|
16864
17146
|
const _hoisted_1$9 = { class: "ux-submission-form" };
|
|
16865
17147
|
const _hoisted_2$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("h3", null, "An error occurred", -1));
|
|
16866
|
-
const _hoisted_3$
|
|
16867
|
-
const _hoisted_4$
|
|
17148
|
+
const _hoisted_3$6 = { key: 0 };
|
|
17149
|
+
const _hoisted_4$6 = { key: 1 };
|
|
16868
17150
|
const _hoisted_5$2 = { key: 2 };
|
|
16869
17151
|
const _hoisted_6$2 = /* @__PURE__ */ createTextVNode(" Try again ");
|
|
16870
17152
|
const _hoisted_7$2 = /* @__PURE__ */ createTextVNode(" Complete! ");
|
|
@@ -16879,8 +17161,8 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16879
17161
|
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
16880
17162
|
$data.state === "form.error" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
16881
17163
|
_hoisted_2$7,
|
|
16882
|
-
$data.error.message ? (openBlock(), createElementBlock("pre", _hoisted_3$
|
|
16883
|
-
((_a = $data.error.data) == null ? void 0 : _a.errors) ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
17164
|
+
$data.error.message ? (openBlock(), createElementBlock("pre", _hoisted_3$6, toDisplayString($data.error.message), 1)) : createCommentVNode("", true),
|
|
17165
|
+
((_a = $data.error.data) == null ? void 0 : _a.errors) ? (openBlock(), createElementBlock("div", _hoisted_4$6, [
|
|
16884
17166
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.error.data.errors, (field) => {
|
|
16885
17167
|
return openBlock(), createElementBlock("pre", {
|
|
16886
17168
|
key: field.path
|
|
@@ -17411,8 +17693,8 @@ const _sfc_main$8 = {
|
|
|
17411
17693
|
};
|
|
17412
17694
|
const _hoisted_1$6 = { class: "ux-field-title" };
|
|
17413
17695
|
const _hoisted_2$5 = { class: "ux-field-description" };
|
|
17414
|
-
const _hoisted_3$
|
|
17415
|
-
const _hoisted_4$
|
|
17696
|
+
const _hoisted_3$5 = { key: 1 };
|
|
17697
|
+
const _hoisted_4$5 = { key: 1 };
|
|
17416
17698
|
const _hoisted_5$1 = { key: 1 };
|
|
17417
17699
|
const _hoisted_6$1 = ["href"];
|
|
17418
17700
|
const _hoisted_7$1 = { key: 1 };
|
|
@@ -17470,12 +17752,12 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17470
17752
|
$options.type == "string" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
17471
17753
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
17472
17754
|
return openBlock(), createElementBlock("div", null, toDisplayString(value), 1);
|
|
17473
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
17755
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$5, toDisplayString($options.fieldModel), 1))
|
|
17474
17756
|
], 64)) : createCommentVNode("", true),
|
|
17475
17757
|
$options.type == "boolean" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
17476
17758
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
17477
17759
|
return openBlock(), createElementBlock("div", null, toDisplayString(!!value), 1);
|
|
17478
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_4$
|
|
17760
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_4$5, toDisplayString(!!$options.fieldModel), 1))
|
|
17479
17761
|
], 64)) : createCommentVNode("", true),
|
|
17480
17762
|
$options.type == "date" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
17481
17763
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
@@ -18074,6 +18356,10 @@ const _sfc_main$5 = {
|
|
|
18074
18356
|
type: String,
|
|
18075
18357
|
default: ""
|
|
18076
18358
|
},
|
|
18359
|
+
dateRange: {
|
|
18360
|
+
type: Object,
|
|
18361
|
+
default: {}
|
|
18362
|
+
},
|
|
18077
18363
|
options: {
|
|
18078
18364
|
type: Object,
|
|
18079
18365
|
default() {
|
|
@@ -18095,6 +18381,9 @@ const _sfc_main$5 = {
|
|
|
18095
18381
|
return 0;
|
|
18096
18382
|
}
|
|
18097
18383
|
},
|
|
18384
|
+
dateFilterEnabled: {
|
|
18385
|
+
type: Boolean
|
|
18386
|
+
},
|
|
18098
18387
|
selectionManager: {
|
|
18099
18388
|
type: Object
|
|
18100
18389
|
},
|
|
@@ -18111,7 +18400,8 @@ const _sfc_main$5 = {
|
|
|
18111
18400
|
Pager,
|
|
18112
18401
|
NativeTable,
|
|
18113
18402
|
FilterBuilder,
|
|
18114
|
-
Search
|
|
18403
|
+
Search,
|
|
18404
|
+
UxField: UXFormField
|
|
18115
18405
|
},
|
|
18116
18406
|
deactivated() {
|
|
18117
18407
|
typeCacheKey = this.$sdk.global.cacheKeys[this.type];
|
|
@@ -18156,6 +18446,9 @@ const _sfc_main$5 = {
|
|
|
18156
18446
|
keywords(k) {
|
|
18157
18447
|
this.$emit("update:search", k);
|
|
18158
18448
|
},
|
|
18449
|
+
dateRangeFilter(d) {
|
|
18450
|
+
this.$emit("update:dateRange", d);
|
|
18451
|
+
},
|
|
18159
18452
|
search(k) {
|
|
18160
18453
|
this.keywords = k;
|
|
18161
18454
|
},
|
|
@@ -18170,6 +18463,15 @@ const _sfc_main$5 = {
|
|
|
18170
18463
|
}
|
|
18171
18464
|
},
|
|
18172
18465
|
computed: {
|
|
18466
|
+
dateRangeField() {
|
|
18467
|
+
return {
|
|
18468
|
+
type: "object",
|
|
18469
|
+
widget: "daterange",
|
|
18470
|
+
key: "dateRange",
|
|
18471
|
+
minimum: 0,
|
|
18472
|
+
maximum: 1
|
|
18473
|
+
};
|
|
18474
|
+
},
|
|
18173
18475
|
combinedFilter() {
|
|
18174
18476
|
const self2 = this;
|
|
18175
18477
|
let userSelectedFilters = self2.filter;
|
|
@@ -18199,12 +18501,25 @@ const _sfc_main$5 = {
|
|
|
18199
18501
|
return view;
|
|
18200
18502
|
},
|
|
18201
18503
|
sort() {
|
|
18202
|
-
var
|
|
18504
|
+
var _a;
|
|
18505
|
+
var defaultSort = ((_a = this.definition) == null ? void 0 : _a.defaultSort) || {
|
|
18203
18506
|
key: "title",
|
|
18204
18507
|
direction: "asc",
|
|
18205
18508
|
type: "string"
|
|
18206
18509
|
};
|
|
18207
18510
|
switch (this.basicType) {
|
|
18511
|
+
case "email":
|
|
18512
|
+
case "notification":
|
|
18513
|
+
case "transaction":
|
|
18514
|
+
case "campaign":
|
|
18515
|
+
case "transaction":
|
|
18516
|
+
case "componentsnapshot":
|
|
18517
|
+
case "interfacesnapshot":
|
|
18518
|
+
case "image":
|
|
18519
|
+
case "video":
|
|
18520
|
+
case "audio":
|
|
18521
|
+
case "file":
|
|
18522
|
+
case "submission":
|
|
18208
18523
|
case "log":
|
|
18209
18524
|
defaultSort = {
|
|
18210
18525
|
key: "meta.created",
|
|
@@ -18353,7 +18668,7 @@ const _sfc_main$5 = {
|
|
|
18353
18668
|
return string;
|
|
18354
18669
|
},
|
|
18355
18670
|
change() {
|
|
18356
|
-
return `${JSON.stringify([this.page, this.sort, this.keywords, this.selectFields, this.type, this.filterChangeString])}-${this.cacheKey}-${this.$sdk.global.cacheKeys[this.type]}`;
|
|
18671
|
+
return `${JSON.stringify([this.page, this.dateRangeFilter, this.sort, this.keywords, this.selectFields, this.type, this.filterChangeString])}-${this.cacheKey}-${this.$sdk.global.cacheKeys[this.type]}`;
|
|
18357
18672
|
},
|
|
18358
18673
|
items() {
|
|
18359
18674
|
return this.dataSource.items;
|
|
@@ -18458,6 +18773,7 @@ const _sfc_main$5 = {
|
|
|
18458
18773
|
this.manager.toggle(row);
|
|
18459
18774
|
},
|
|
18460
18775
|
async load(includeAll) {
|
|
18776
|
+
var _a, _b, _c, _d;
|
|
18461
18777
|
var self2 = this;
|
|
18462
18778
|
self2.loading = true;
|
|
18463
18779
|
if (cancelInflight) {
|
|
@@ -18469,6 +18785,27 @@ const _sfc_main$5 = {
|
|
|
18469
18785
|
if (self2.trash) {
|
|
18470
18786
|
loadCriteria.trash = true;
|
|
18471
18787
|
}
|
|
18788
|
+
if (self2.dateFilterEnabled && !loadCriteria.search) {
|
|
18789
|
+
let startDate = (_b = (_a = self2.dateRangeFilter) == null ? void 0 : _a.dateRange) == null ? void 0 : _b.startDate;
|
|
18790
|
+
let endDate = (_d = (_c = self2.dateRangeFilter) == null ? void 0 : _c.dateRange) == null ? void 0 : _d.endDate;
|
|
18791
|
+
if (startDate || endDate) {
|
|
18792
|
+
let timezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
18793
|
+
if (startDate.toISOString() == endDate.toISOString()) {
|
|
18794
|
+
startDate = new Date(startDate);
|
|
18795
|
+
startDate.setHours(0, 0, 0, 0);
|
|
18796
|
+
endDate = new Date(startDate);
|
|
18797
|
+
endDate.setHours(23, 59, 59, 999);
|
|
18798
|
+
} else {
|
|
18799
|
+
endDate = new Date(endDate);
|
|
18800
|
+
endDate.setHours(23, 59, 59, 999);
|
|
18801
|
+
}
|
|
18802
|
+
loadCriteria.date = {
|
|
18803
|
+
startDate,
|
|
18804
|
+
endDate,
|
|
18805
|
+
timezone
|
|
18806
|
+
};
|
|
18807
|
+
}
|
|
18808
|
+
}
|
|
18472
18809
|
const { promise, cancel } = await self2.$sdk.content.list(self2.type, loadCriteria, { cancellable: true });
|
|
18473
18810
|
cancelInflight = cancel;
|
|
18474
18811
|
promise.then(function(res) {
|
|
@@ -18505,13 +18842,18 @@ const _sfc_main$5 = {
|
|
|
18505
18842
|
filters: []
|
|
18506
18843
|
},
|
|
18507
18844
|
keywords: this.search,
|
|
18845
|
+
dateRangeFilter: {
|
|
18846
|
+
dateRange: this.dateRange
|
|
18847
|
+
},
|
|
18508
18848
|
dataSource: null
|
|
18509
18849
|
};
|
|
18510
18850
|
}
|
|
18511
18851
|
};
|
|
18512
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
18852
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-2132dfaf"), n2 = n2(), popScopeId(), n2);
|
|
18513
18853
|
const _hoisted_1$5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18514
|
-
const _hoisted_2$4 = {
|
|
18854
|
+
const _hoisted_2$4 = { key: 0 };
|
|
18855
|
+
const _hoisted_3$4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18856
|
+
const _hoisted_4$4 = { class: "footer" };
|
|
18515
18857
|
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18516
18858
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
18517
18859
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -18523,6 +18865,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18523
18865
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
18524
18866
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
18525
18867
|
const _component_search = resolveComponent("search");
|
|
18868
|
+
const _component_ux_field = resolveComponent("ux-field");
|
|
18526
18869
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
18527
18870
|
const _component_flex_body = resolveComponent("flex-body");
|
|
18528
18871
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -18643,10 +18986,18 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18643
18986
|
placeholder: "Keyword Search"
|
|
18644
18987
|
}, null, 8, ["modelValue", "loading"]),
|
|
18645
18988
|
_hoisted_1$5,
|
|
18989
|
+
$props.dateFilterEnabled ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
|
|
18990
|
+
createVNode(_component_ux_field, {
|
|
18991
|
+
field: $options.dateRangeField,
|
|
18992
|
+
modelValue: $data.dateRangeFilter,
|
|
18993
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.dateRangeFilter = $event)
|
|
18994
|
+
}, null, 8, ["field", "modelValue"])
|
|
18995
|
+
])) : createCommentVNode("", true),
|
|
18996
|
+
_hoisted_3$4,
|
|
18646
18997
|
createVNode(_component_filter_builder, {
|
|
18647
18998
|
definition: $data.definition,
|
|
18648
18999
|
modelValue: $data.filter,
|
|
18649
|
-
"onUpdate:modelValue": _cache[
|
|
19000
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.filter = $event)
|
|
18650
19001
|
}, null, 8, ["definition", "modelValue"])
|
|
18651
19002
|
]),
|
|
18652
19003
|
_: 1
|
|
@@ -18663,10 +19014,10 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18663
19014
|
createVNode(_component_flex_footer, null, {
|
|
18664
19015
|
default: withCtx(() => [
|
|
18665
19016
|
renderSlot(_ctx.$slots, "footera", {}, void 0, true),
|
|
18666
|
-
createElementVNode("div",
|
|
19017
|
+
createElementVNode("div", _hoisted_4$4, [
|
|
18667
19018
|
createVNode(_component_pager, {
|
|
18668
19019
|
page: $data.page,
|
|
18669
|
-
"onUpdate:page": _cache[
|
|
19020
|
+
"onUpdate:page": _cache[3] || (_cache[3] = ($event) => $data.page = $event),
|
|
18670
19021
|
total: $options.totalItems
|
|
18671
19022
|
}, null, 8, ["page", "total"])
|
|
18672
19023
|
]),
|
|
@@ -18683,7 +19034,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18683
19034
|
_: 3
|
|
18684
19035
|
})) : createCommentVNode("", true);
|
|
18685
19036
|
}
|
|
18686
|
-
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-
|
|
19037
|
+
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-2132dfaf"]]);
|
|
18687
19038
|
var ModalMixin = {
|
|
18688
19039
|
props: {
|
|
18689
19040
|
options: {
|
|
@@ -19412,5 +19763,5 @@ const QikUI = {
|
|
|
19412
19763
|
}
|
|
19413
19764
|
}
|
|
19414
19765
|
};
|
|
19415
|
-
export { CodeEditor, ContentBrowser, device as Device, FileDrop, FlexBody, FlexCell, FlexColumn, FlexFooter, FlexHeader, FlexRow, FlexSpacer, ModalMixin, NativeSelect, Panel, PanelBody, PanelFooter, PanelHeader, ProgressBar, QikUI, RememberScrollMixin, Search, Selection, Spinner, UXButton, UXCheckbox, UXForm, UXFormField, UXIcon, UXImage, UXLink, UXList, UXListItem, UXMenu, UXMenuList, UXRender, UXRenderField, UXSubmissionForm, UXSwitch, UXTab, NativeTable as UXTable, UXTabset, UxConfirmModal, UxContentModal, UxModal, UxOptionsModal, UxPromptModal };
|
|
19766
|
+
export { CodeEditor, ContentBrowser, Daterange as DateRange, device as Device, FileDrop, FlexBody, FlexCell, FlexColumn, FlexFooter, FlexHeader, FlexRow, FlexSpacer, ModalMixin, NativeSelect, Panel, PanelBody, PanelFooter, PanelHeader, ProgressBar, QikUI, RememberScrollMixin, Search, Selection, Spinner, UXButton, UXCheckbox, UXForm, UXFormField, UXIcon, UXImage, UXLink, UXList, UXListItem, UXMenu, UXMenuList, UXRender, UXRenderField, UXSubmissionForm, UXSwitch, UXTab, NativeTable as UXTable, UXTabset, UxConfirmModal, UxContentModal, UxModal, UxOptionsModal, UxPromptModal };
|
|
19416
19767
|
//# sourceMappingURL=lib.es.js.map
|