@qikdev/vue-ui 0.1.80 → 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 +707 -381
- 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,
|
|
@@ -12399,8 +12643,8 @@ const _hoisted_1$o = {
|
|
|
12399
12643
|
class: "filter-rule"
|
|
12400
12644
|
};
|
|
12401
12645
|
const _hoisted_2$k = { class: "top" };
|
|
12402
|
-
const _hoisted_3$
|
|
12403
|
-
const _hoisted_4$
|
|
12646
|
+
const _hoisted_3$i = { class: "summary" };
|
|
12647
|
+
const _hoisted_4$h = /* @__PURE__ */ createTextVNode(" Match ");
|
|
12404
12648
|
const _hoisted_5$b = /* @__PURE__ */ createTextVNode(" of the following conditions ");
|
|
12405
12649
|
const _hoisted_6$a = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
12406
12650
|
const _hoisted_7$7 = { class: "operator" };
|
|
@@ -12418,8 +12662,8 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12418
12662
|
default: withCtx(() => [
|
|
12419
12663
|
createVNode(_component_flex_cell, null, {
|
|
12420
12664
|
default: withCtx(() => [
|
|
12421
|
-
createElementVNode("div", _hoisted_3$
|
|
12422
|
-
_hoisted_4$
|
|
12665
|
+
createElementVNode("div", _hoisted_3$i, [
|
|
12666
|
+
_hoisted_4$h,
|
|
12423
12667
|
createVNode(_component_native_select, {
|
|
12424
12668
|
modelValue: $data.model.operator,
|
|
12425
12669
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -12613,8 +12857,8 @@ const _hoisted_2$j = {
|
|
|
12613
12857
|
key: 0,
|
|
12614
12858
|
class: "top"
|
|
12615
12859
|
};
|
|
12616
|
-
const _hoisted_3$
|
|
12617
|
-
const _hoisted_4$
|
|
12860
|
+
const _hoisted_3$h = { class: "summary" };
|
|
12861
|
+
const _hoisted_4$g = /* @__PURE__ */ createTextVNode(" Match ");
|
|
12618
12862
|
const _hoisted_5$a = /* @__PURE__ */ createTextVNode(" of the following rules ");
|
|
12619
12863
|
const _hoisted_6$9 = /* @__PURE__ */ createTextVNode("Add Filter Rule");
|
|
12620
12864
|
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -12629,8 +12873,8 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12629
12873
|
default: withCtx(() => [
|
|
12630
12874
|
createElementVNode("div", _hoisted_1$n, [
|
|
12631
12875
|
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$j, [
|
|
12632
|
-
createElementVNode("div", _hoisted_3$
|
|
12633
|
-
_hoisted_4$
|
|
12876
|
+
createElementVNode("div", _hoisted_3$h, [
|
|
12877
|
+
_hoisted_4$g,
|
|
12634
12878
|
createVNode(_component_native_select, {
|
|
12635
12879
|
modelValue: $data.model.operator,
|
|
12636
12880
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -12723,11 +12967,11 @@ const _hoisted_2$i = {
|
|
|
12723
12967
|
key: 0,
|
|
12724
12968
|
class: "ux-required-marker"
|
|
12725
12969
|
};
|
|
12726
|
-
const _hoisted_3$
|
|
12970
|
+
const _hoisted_3$g = {
|
|
12727
12971
|
key: 1,
|
|
12728
12972
|
class: "ux-field-description"
|
|
12729
12973
|
};
|
|
12730
|
-
const _hoisted_4$
|
|
12974
|
+
const _hoisted_4$f = { key: 2 };
|
|
12731
12975
|
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12732
12976
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
12733
12977
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -12739,8 +12983,8 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12739
12983
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
12740
12984
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
|
|
12741
12985
|
])) : createCommentVNode("", true),
|
|
12742
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12743
|
-
_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, [
|
|
12744
12988
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
12745
12989
|
return openBlock(), createBlock(_component_flex_row, {
|
|
12746
12990
|
class: "ux-text-row",
|
|
@@ -12847,7 +13091,7 @@ const _hoisted_2$h = {
|
|
|
12847
13091
|
key: 0,
|
|
12848
13092
|
class: "ux-required-marker"
|
|
12849
13093
|
};
|
|
12850
|
-
const _hoisted_3$
|
|
13094
|
+
const _hoisted_3$f = {
|
|
12851
13095
|
key: 1,
|
|
12852
13096
|
class: "ux-field-description"
|
|
12853
13097
|
};
|
|
@@ -12879,7 +13123,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12879
13123
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12880
13124
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
|
|
12881
13125
|
])) : createCommentVNode("", true),
|
|
12882
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13126
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$f, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
12883
13127
|
])
|
|
12884
13128
|
]),
|
|
12885
13129
|
_: 1
|
|
@@ -12899,6 +13143,11 @@ const _sfc_main$q = {
|
|
|
12899
13143
|
type: String
|
|
12900
13144
|
}
|
|
12901
13145
|
},
|
|
13146
|
+
data() {
|
|
13147
|
+
return {
|
|
13148
|
+
over: false
|
|
13149
|
+
};
|
|
13150
|
+
},
|
|
12902
13151
|
methods: {
|
|
12903
13152
|
clicked() {
|
|
12904
13153
|
if (!this.multiple) {
|
|
@@ -12906,9 +13155,19 @@ const _sfc_main$q = {
|
|
|
12906
13155
|
}
|
|
12907
13156
|
this.$refs.file.click();
|
|
12908
13157
|
},
|
|
13158
|
+
fileout(event) {
|
|
13159
|
+
this.over = true;
|
|
13160
|
+
},
|
|
12909
13161
|
fileover(event) {
|
|
13162
|
+
this.over = true;
|
|
12910
13163
|
},
|
|
12911
|
-
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
|
+
}
|
|
12912
13171
|
},
|
|
12913
13172
|
filesSelected(files) {
|
|
12914
13173
|
console.log("FILES SELECTED", files);
|
|
@@ -12932,9 +13191,10 @@ const _hoisted_2$g = /* @__PURE__ */ createTextVNode("Select Files");
|
|
|
12932
13191
|
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12933
13192
|
const _component_ux_button = resolveComponent("ux-button");
|
|
12934
13193
|
return openBlock(), createElementBlock("label", {
|
|
12935
|
-
class: "file-drop",
|
|
13194
|
+
class: normalizeClass(["file-drop", { over: $data.over }]),
|
|
12936
13195
|
onDragover: _cache[2] || (_cache[2] = withModifiers((...args) => $options.fileover && $options.fileover(...args), ["prevent", "stop"])),
|
|
12937
|
-
|
|
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"]))
|
|
12938
13198
|
}, [
|
|
12939
13199
|
createElementVNode("input", {
|
|
12940
13200
|
ref: "file",
|
|
@@ -12956,9 +13216,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12956
13216
|
})
|
|
12957
13217
|
], true)
|
|
12958
13218
|
])
|
|
12959
|
-
],
|
|
13219
|
+
], 34);
|
|
12960
13220
|
}
|
|
12961
|
-
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"]]);
|
|
12962
13222
|
var upload_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12963
13223
|
const _sfc_main$p = {
|
|
12964
13224
|
mixins: [InputMixin],
|
|
@@ -13102,11 +13362,11 @@ const _hoisted_2$f = {
|
|
|
13102
13362
|
key: 0,
|
|
13103
13363
|
class: "ux-required-marker"
|
|
13104
13364
|
};
|
|
13105
|
-
const _hoisted_3$
|
|
13365
|
+
const _hoisted_3$e = {
|
|
13106
13366
|
key: 1,
|
|
13107
13367
|
class: "ux-field-description"
|
|
13108
13368
|
};
|
|
13109
|
-
const _hoisted_4$
|
|
13369
|
+
const _hoisted_4$e = {
|
|
13110
13370
|
key: 2,
|
|
13111
13371
|
class: "files"
|
|
13112
13372
|
};
|
|
@@ -13125,8 +13385,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13125
13385
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13126
13386
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
|
|
13127
13387
|
])) : createCommentVNode("", true),
|
|
13128
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13129
|
-
$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, [
|
|
13130
13390
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
13131
13391
|
return openBlock(), createElementBlock("div", {
|
|
13132
13392
|
class: "file-item",
|
|
@@ -13773,11 +14033,11 @@ const _hoisted_2$e = {
|
|
|
13773
14033
|
key: 0,
|
|
13774
14034
|
class: "ux-required-marker"
|
|
13775
14035
|
};
|
|
13776
|
-
const _hoisted_3$
|
|
14036
|
+
const _hoisted_3$d = {
|
|
13777
14037
|
key: 1,
|
|
13778
14038
|
class: "ux-field-description"
|
|
13779
14039
|
};
|
|
13780
|
-
const _hoisted_4$
|
|
14040
|
+
const _hoisted_4$d = { class: "buttons" };
|
|
13781
14041
|
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13782
14042
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
13783
14043
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -13787,8 +14047,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13787
14047
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13788
14048
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
|
|
13789
14049
|
])) : createCommentVNode("", true),
|
|
13790
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13791
|
-
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, [
|
|
13792
14052
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
|
|
13793
14053
|
return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
|
|
13794
14054
|
default: withCtx(({ plainValue }) => [
|
|
@@ -13836,11 +14096,11 @@ const _hoisted_2$d = {
|
|
|
13836
14096
|
key: 0,
|
|
13837
14097
|
class: "ux-required-marker"
|
|
13838
14098
|
};
|
|
13839
|
-
const _hoisted_3$
|
|
14099
|
+
const _hoisted_3$c = {
|
|
13840
14100
|
key: 1,
|
|
13841
14101
|
class: "ux-field-description"
|
|
13842
14102
|
};
|
|
13843
|
-
const _hoisted_4$
|
|
14103
|
+
const _hoisted_4$c = { key: 2 };
|
|
13844
14104
|
const _hoisted_5$8 = { key: 3 };
|
|
13845
14105
|
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13846
14106
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -13852,8 +14112,8 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13852
14112
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13853
14113
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
13854
14114
|
])) : createCommentVNode("", true),
|
|
13855
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13856
|
-
_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, [
|
|
13857
14117
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
13858
14118
|
return openBlock(), createBlock(_component_flex_row, {
|
|
13859
14119
|
class: "ux-text-row",
|
|
@@ -14010,11 +14270,11 @@ const _hoisted_2$c = {
|
|
|
14010
14270
|
key: 0,
|
|
14011
14271
|
class: "ux-required-marker"
|
|
14012
14272
|
};
|
|
14013
|
-
const _hoisted_3$
|
|
14273
|
+
const _hoisted_3$b = {
|
|
14014
14274
|
key: 1,
|
|
14015
14275
|
class: "ux-field-description"
|
|
14016
14276
|
};
|
|
14017
|
-
const _hoisted_4$
|
|
14277
|
+
const _hoisted_4$b = { key: 2 };
|
|
14018
14278
|
const _hoisted_5$7 = { class: "ux-text-wrap prefixed" };
|
|
14019
14279
|
const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
14020
14280
|
const _hoisted_7$5 = ["onBlur", "onUpdate:modelValue"];
|
|
@@ -14037,8 +14297,8 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14037
14297
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14038
14298
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
|
|
14039
14299
|
])) : createCommentVNode("", true),
|
|
14040
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14041
|
-
_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, [
|
|
14042
14302
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14043
14303
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14044
14304
|
class: "ux-text-row",
|
|
@@ -14372,11 +14632,11 @@ const _hoisted_2$b = {
|
|
|
14372
14632
|
key: 0,
|
|
14373
14633
|
class: "ux-required-marker"
|
|
14374
14634
|
};
|
|
14375
|
-
const _hoisted_3$
|
|
14635
|
+
const _hoisted_3$a = {
|
|
14376
14636
|
key: 1,
|
|
14377
14637
|
class: "ux-field-description"
|
|
14378
14638
|
};
|
|
14379
|
-
const _hoisted_4$
|
|
14639
|
+
const _hoisted_4$a = { key: 2 };
|
|
14380
14640
|
const _hoisted_5$6 = { class: "code-editor-field-wrap" };
|
|
14381
14641
|
const _hoisted_6$6 = {
|
|
14382
14642
|
key: 3,
|
|
@@ -14395,8 +14655,8 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14395
14655
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14396
14656
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
|
|
14397
14657
|
])) : createCommentVNode("", true),
|
|
14398
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14399
|
-
_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, [
|
|
14400
14660
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14401
14661
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14402
14662
|
class: "ux-text-row",
|
|
@@ -14540,11 +14800,11 @@ const _hoisted_2$a = {
|
|
|
14540
14800
|
key: 0,
|
|
14541
14801
|
class: "ux-required-marker"
|
|
14542
14802
|
};
|
|
14543
|
-
const _hoisted_3$
|
|
14803
|
+
const _hoisted_3$9 = {
|
|
14544
14804
|
key: 1,
|
|
14545
14805
|
class: "ux-field-description"
|
|
14546
14806
|
};
|
|
14547
|
-
const _hoisted_4$
|
|
14807
|
+
const _hoisted_4$9 = { key: 2 };
|
|
14548
14808
|
const _hoisted_5$5 = { class: "richtext-field-wrap" };
|
|
14549
14809
|
const _hoisted_6$5 = {
|
|
14550
14810
|
key: 3,
|
|
@@ -14563,8 +14823,8 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14563
14823
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14564
14824
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
|
|
14565
14825
|
])) : createCommentVNode("", true),
|
|
14566
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14567
|
-
_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, [
|
|
14568
14828
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14569
14829
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14570
14830
|
class: "ux-text-row",
|
|
@@ -14760,11 +15020,11 @@ const _hoisted_2$9 = {
|
|
|
14760
15020
|
key: 0,
|
|
14761
15021
|
class: "ux-required-marker"
|
|
14762
15022
|
};
|
|
14763
|
-
const _hoisted_3$
|
|
15023
|
+
const _hoisted_3$8 = {
|
|
14764
15024
|
key: 1,
|
|
14765
15025
|
class: "ux-field-description"
|
|
14766
15026
|
};
|
|
14767
|
-
const _hoisted_4$
|
|
15027
|
+
const _hoisted_4$8 = {
|
|
14768
15028
|
key: 2,
|
|
14769
15029
|
class: "ui-select-button"
|
|
14770
15030
|
};
|
|
@@ -14783,8 +15043,8 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14783
15043
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14784
15044
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$9, "*")) : createCommentVNode("", true)
|
|
14785
15045
|
])) : createCommentVNode("", true),
|
|
14786
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14787
|
-
_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, [
|
|
14788
15048
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
14789
15049
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
14790
15050
|
default: withCtx(() => [
|
|
@@ -14926,11 +15186,11 @@ const _hoisted_2$8 = {
|
|
|
14926
15186
|
key: 0,
|
|
14927
15187
|
class: "ux-required-marker"
|
|
14928
15188
|
};
|
|
14929
|
-
const _hoisted_3$
|
|
15189
|
+
const _hoisted_3$7 = {
|
|
14930
15190
|
key: 1,
|
|
14931
15191
|
class: "ux-field-description"
|
|
14932
15192
|
};
|
|
14933
|
-
const _hoisted_4$
|
|
15193
|
+
const _hoisted_4$7 = {
|
|
14934
15194
|
key: 2,
|
|
14935
15195
|
class: "ui-select-button"
|
|
14936
15196
|
};
|
|
@@ -14949,8 +15209,8 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14949
15209
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14950
15210
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$8, "*")) : createCommentVNode("", true)
|
|
14951
15211
|
])) : createCommentVNode("", true),
|
|
14952
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14953
|
-
_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, [
|
|
14954
15214
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
14955
15215
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
14956
15216
|
default: withCtx(() => [
|
|
@@ -15813,6 +16073,7 @@ const _sfc_main$d = {
|
|
|
15813
16073
|
ButtonSelect,
|
|
15814
16074
|
NativeSelect,
|
|
15815
16075
|
DateField,
|
|
16076
|
+
DateRange,
|
|
15816
16077
|
TextField,
|
|
15817
16078
|
CurrencyField,
|
|
15818
16079
|
TextArea,
|
|
@@ -16207,6 +16468,7 @@ const _sfc_main$d = {
|
|
|
16207
16468
|
case "content-select":
|
|
16208
16469
|
case "select":
|
|
16209
16470
|
case "checkbox":
|
|
16471
|
+
case "daterange":
|
|
16210
16472
|
case "datefield":
|
|
16211
16473
|
case "richtext":
|
|
16212
16474
|
case "textarea":
|
|
@@ -16257,7 +16519,7 @@ const _sfc_main$d = {
|
|
|
16257
16519
|
}
|
|
16258
16520
|
};
|
|
16259
16521
|
const _hoisted_1$a = {
|
|
16260
|
-
key:
|
|
16522
|
+
key: 26,
|
|
16261
16523
|
class: "ux-field-message"
|
|
16262
16524
|
};
|
|
16263
16525
|
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -16274,6 +16536,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16274
16536
|
const _component_text_field = resolveComponent("text-field");
|
|
16275
16537
|
const _component_currency_field = resolveComponent("currency-field");
|
|
16276
16538
|
const _component_date_field = resolveComponent("date-field");
|
|
16539
|
+
const _component_date_range = resolveComponent("date-range");
|
|
16277
16540
|
const _component_content_select = resolveComponent("content-select");
|
|
16278
16541
|
const _component_type_select = resolveComponent("type-select");
|
|
16279
16542
|
const _component_rich_text_field = resolveComponent("rich-text-field");
|
|
@@ -16287,8 +16550,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16287
16550
|
return $options.visible ? (openBlock(), createElementBlock("div", {
|
|
16288
16551
|
key: 0,
|
|
16289
16552
|
class: normalizeClass(["ux-field", $options.classes]),
|
|
16290
|
-
onFocusin: _cache[
|
|
16291
|
-
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))
|
|
16292
16555
|
}, [
|
|
16293
16556
|
$options.widget == "internal-route" ? (openBlock(), createBlock(_component_internal_route_select, {
|
|
16294
16557
|
key: 0,
|
|
@@ -16412,65 +16675,72 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16412
16675
|
modelValue: $options.fieldModel,
|
|
16413
16676
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => $options.fieldModel = $event)
|
|
16414
16677
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16415
|
-
$options.widget == "
|
|
16678
|
+
$options.widget == "daterange" ? (openBlock(), createBlock(_component_date_range, {
|
|
16416
16679
|
key: 15,
|
|
16417
16680
|
onTouched: $options.touch,
|
|
16418
16681
|
field: $options.actualField,
|
|
16419
16682
|
modelValue: $options.fieldModel,
|
|
16420
16683
|
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => $options.fieldModel = $event)
|
|
16421
16684
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16422
|
-
$options.widget == "
|
|
16685
|
+
$options.widget == "content-select" ? (openBlock(), createBlock(_component_content_select, {
|
|
16423
16686
|
key: 16,
|
|
16424
16687
|
onTouched: $options.touch,
|
|
16425
16688
|
field: $options.actualField,
|
|
16426
16689
|
modelValue: $options.fieldModel,
|
|
16427
16690
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => $options.fieldModel = $event)
|
|
16428
16691
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16429
|
-
$options.widget == "
|
|
16692
|
+
$options.widget == "type-select" ? (openBlock(), createBlock(_component_type_select, {
|
|
16430
16693
|
key: 17,
|
|
16431
16694
|
onTouched: $options.touch,
|
|
16432
16695
|
field: $options.actualField,
|
|
16433
16696
|
modelValue: $options.fieldModel,
|
|
16434
16697
|
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => $options.fieldModel = $event)
|
|
16435
16698
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16436
|
-
$options.widget == "
|
|
16699
|
+
$options.widget == "richtext" ? (openBlock(), createBlock(_component_rich_text_field, {
|
|
16437
16700
|
key: 18,
|
|
16438
16701
|
onTouched: $options.touch,
|
|
16439
16702
|
field: $options.actualField,
|
|
16440
16703
|
modelValue: $options.fieldModel,
|
|
16441
16704
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => $options.fieldModel = $event)
|
|
16442
16705
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16443
|
-
$options.widget == "
|
|
16706
|
+
$options.widget == "textarea" ? (openBlock(), createBlock(_component_text_area, {
|
|
16444
16707
|
key: 19,
|
|
16445
16708
|
onTouched: $options.touch,
|
|
16446
16709
|
field: $options.actualField,
|
|
16447
16710
|
modelValue: $options.fieldModel,
|
|
16448
16711
|
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => $options.fieldModel = $event)
|
|
16449
16712
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16450
|
-
$options.widget == "
|
|
16713
|
+
$options.widget == "timezone" ? (openBlock(), createBlock(_component_timezone_select, {
|
|
16451
16714
|
key: 20,
|
|
16452
16715
|
onTouched: $options.touch,
|
|
16453
16716
|
field: $options.actualField,
|
|
16454
16717
|
modelValue: $options.fieldModel,
|
|
16455
16718
|
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => $options.fieldModel = $event)
|
|
16456
16719
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16457
|
-
$options.widget == "
|
|
16458
|
-
|
|
16459
|
-
key: 22,
|
|
16720
|
+
$options.widget == "phone" ? (openBlock(), createBlock(_component_phone_number_input, {
|
|
16721
|
+
key: 21,
|
|
16460
16722
|
onTouched: $options.touch,
|
|
16461
16723
|
field: $options.actualField,
|
|
16462
16724
|
modelValue: $options.fieldModel,
|
|
16463
16725
|
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => $options.fieldModel = $event)
|
|
16464
16726
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16465
|
-
$options.widget == "
|
|
16727
|
+
$options.widget == "value" ? (openBlock(), createElementBlock(Fragment, { key: 22 }, [], 64)) : createCommentVNode("", true),
|
|
16728
|
+
$options.widget == "object" ? (openBlock(), createBlock(_component_object_field, {
|
|
16466
16729
|
key: 23,
|
|
16467
16730
|
onTouched: $options.touch,
|
|
16468
16731
|
field: $options.actualField,
|
|
16469
16732
|
modelValue: $options.fieldModel,
|
|
16470
16733
|
"onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => $options.fieldModel = $event)
|
|
16471
16734
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
16472
|
-
$options.widget == "
|
|
16735
|
+
$options.widget == "options" ? (openBlock(), createBlock(_component_options_manager, {
|
|
16473
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,
|
|
16474
16744
|
style: { "min-height": "300px" }
|
|
16475
16745
|
}, {
|
|
16476
16746
|
default: withCtx(() => [
|
|
@@ -16478,7 +16748,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16478
16748
|
onTouched: $options.touch,
|
|
16479
16749
|
field: $options.actualField,
|
|
16480
16750
|
modelValue: $options.fieldModel,
|
|
16481
|
-
"onUpdate:modelValue": _cache[
|
|
16751
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => $options.fieldModel = $event)
|
|
16482
16752
|
}, null, 8, ["onTouched", "field", "modelValue"])
|
|
16483
16753
|
]),
|
|
16484
16754
|
_: 1
|
|
@@ -16486,7 +16756,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16486
16756
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$a, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
16487
16757
|
], 34)) : createCommentVNode("", true);
|
|
16488
16758
|
}
|
|
16489
|
-
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"]]);
|
|
16490
16760
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16491
16761
|
const _sfc_main$c = {
|
|
16492
16762
|
props: {
|
|
@@ -16875,8 +17145,8 @@ const _sfc_main$b = {
|
|
|
16875
17145
|
const _withScopeId$1 = (n2) => (pushScopeId("data-v-5d5b3222"), n2 = n2(), popScopeId(), n2);
|
|
16876
17146
|
const _hoisted_1$9 = { class: "ux-submission-form" };
|
|
16877
17147
|
const _hoisted_2$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("h3", null, "An error occurred", -1));
|
|
16878
|
-
const _hoisted_3$
|
|
16879
|
-
const _hoisted_4$
|
|
17148
|
+
const _hoisted_3$6 = { key: 0 };
|
|
17149
|
+
const _hoisted_4$6 = { key: 1 };
|
|
16880
17150
|
const _hoisted_5$2 = { key: 2 };
|
|
16881
17151
|
const _hoisted_6$2 = /* @__PURE__ */ createTextVNode(" Try again ");
|
|
16882
17152
|
const _hoisted_7$2 = /* @__PURE__ */ createTextVNode(" Complete! ");
|
|
@@ -16891,8 +17161,8 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16891
17161
|
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
16892
17162
|
$data.state === "form.error" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
16893
17163
|
_hoisted_2$7,
|
|
16894
|
-
$data.error.message ? (openBlock(), createElementBlock("pre", _hoisted_3$
|
|
16895
|
-
((_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, [
|
|
16896
17166
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.error.data.errors, (field) => {
|
|
16897
17167
|
return openBlock(), createElementBlock("pre", {
|
|
16898
17168
|
key: field.path
|
|
@@ -17423,8 +17693,8 @@ const _sfc_main$8 = {
|
|
|
17423
17693
|
};
|
|
17424
17694
|
const _hoisted_1$6 = { class: "ux-field-title" };
|
|
17425
17695
|
const _hoisted_2$5 = { class: "ux-field-description" };
|
|
17426
|
-
const _hoisted_3$
|
|
17427
|
-
const _hoisted_4$
|
|
17696
|
+
const _hoisted_3$5 = { key: 1 };
|
|
17697
|
+
const _hoisted_4$5 = { key: 1 };
|
|
17428
17698
|
const _hoisted_5$1 = { key: 1 };
|
|
17429
17699
|
const _hoisted_6$1 = ["href"];
|
|
17430
17700
|
const _hoisted_7$1 = { key: 1 };
|
|
@@ -17482,12 +17752,12 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17482
17752
|
$options.type == "string" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
17483
17753
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
17484
17754
|
return openBlock(), createElementBlock("div", null, toDisplayString(value), 1);
|
|
17485
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
17755
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$5, toDisplayString($options.fieldModel), 1))
|
|
17486
17756
|
], 64)) : createCommentVNode("", true),
|
|
17487
17757
|
$options.type == "boolean" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
17488
17758
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
17489
17759
|
return openBlock(), createElementBlock("div", null, toDisplayString(!!value), 1);
|
|
17490
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_4$
|
|
17760
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_4$5, toDisplayString(!!$options.fieldModel), 1))
|
|
17491
17761
|
], 64)) : createCommentVNode("", true),
|
|
17492
17762
|
$options.type == "date" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
17493
17763
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
@@ -18086,6 +18356,10 @@ const _sfc_main$5 = {
|
|
|
18086
18356
|
type: String,
|
|
18087
18357
|
default: ""
|
|
18088
18358
|
},
|
|
18359
|
+
dateRange: {
|
|
18360
|
+
type: Object,
|
|
18361
|
+
default: {}
|
|
18362
|
+
},
|
|
18089
18363
|
options: {
|
|
18090
18364
|
type: Object,
|
|
18091
18365
|
default() {
|
|
@@ -18107,6 +18381,9 @@ const _sfc_main$5 = {
|
|
|
18107
18381
|
return 0;
|
|
18108
18382
|
}
|
|
18109
18383
|
},
|
|
18384
|
+
dateFilterEnabled: {
|
|
18385
|
+
type: Boolean
|
|
18386
|
+
},
|
|
18110
18387
|
selectionManager: {
|
|
18111
18388
|
type: Object
|
|
18112
18389
|
},
|
|
@@ -18123,7 +18400,8 @@ const _sfc_main$5 = {
|
|
|
18123
18400
|
Pager,
|
|
18124
18401
|
NativeTable,
|
|
18125
18402
|
FilterBuilder,
|
|
18126
|
-
Search
|
|
18403
|
+
Search,
|
|
18404
|
+
UxField: UXFormField
|
|
18127
18405
|
},
|
|
18128
18406
|
deactivated() {
|
|
18129
18407
|
typeCacheKey = this.$sdk.global.cacheKeys[this.type];
|
|
@@ -18168,6 +18446,9 @@ const _sfc_main$5 = {
|
|
|
18168
18446
|
keywords(k) {
|
|
18169
18447
|
this.$emit("update:search", k);
|
|
18170
18448
|
},
|
|
18449
|
+
dateRangeFilter(d) {
|
|
18450
|
+
this.$emit("update:dateRange", d);
|
|
18451
|
+
},
|
|
18171
18452
|
search(k) {
|
|
18172
18453
|
this.keywords = k;
|
|
18173
18454
|
},
|
|
@@ -18182,6 +18463,15 @@ const _sfc_main$5 = {
|
|
|
18182
18463
|
}
|
|
18183
18464
|
},
|
|
18184
18465
|
computed: {
|
|
18466
|
+
dateRangeField() {
|
|
18467
|
+
return {
|
|
18468
|
+
type: "object",
|
|
18469
|
+
widget: "daterange",
|
|
18470
|
+
key: "dateRange",
|
|
18471
|
+
minimum: 0,
|
|
18472
|
+
maximum: 1
|
|
18473
|
+
};
|
|
18474
|
+
},
|
|
18185
18475
|
combinedFilter() {
|
|
18186
18476
|
const self2 = this;
|
|
18187
18477
|
let userSelectedFilters = self2.filter;
|
|
@@ -18378,7 +18668,7 @@ const _sfc_main$5 = {
|
|
|
18378
18668
|
return string;
|
|
18379
18669
|
},
|
|
18380
18670
|
change() {
|
|
18381
|
-
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]}`;
|
|
18382
18672
|
},
|
|
18383
18673
|
items() {
|
|
18384
18674
|
return this.dataSource.items;
|
|
@@ -18483,6 +18773,7 @@ const _sfc_main$5 = {
|
|
|
18483
18773
|
this.manager.toggle(row);
|
|
18484
18774
|
},
|
|
18485
18775
|
async load(includeAll) {
|
|
18776
|
+
var _a, _b, _c, _d;
|
|
18486
18777
|
var self2 = this;
|
|
18487
18778
|
self2.loading = true;
|
|
18488
18779
|
if (cancelInflight) {
|
|
@@ -18494,6 +18785,27 @@ const _sfc_main$5 = {
|
|
|
18494
18785
|
if (self2.trash) {
|
|
18495
18786
|
loadCriteria.trash = true;
|
|
18496
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
|
+
}
|
|
18497
18809
|
const { promise, cancel } = await self2.$sdk.content.list(self2.type, loadCriteria, { cancellable: true });
|
|
18498
18810
|
cancelInflight = cancel;
|
|
18499
18811
|
promise.then(function(res) {
|
|
@@ -18530,13 +18842,18 @@ const _sfc_main$5 = {
|
|
|
18530
18842
|
filters: []
|
|
18531
18843
|
},
|
|
18532
18844
|
keywords: this.search,
|
|
18845
|
+
dateRangeFilter: {
|
|
18846
|
+
dateRange: this.dateRange
|
|
18847
|
+
},
|
|
18533
18848
|
dataSource: null
|
|
18534
18849
|
};
|
|
18535
18850
|
}
|
|
18536
18851
|
};
|
|
18537
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
18852
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-2132dfaf"), n2 = n2(), popScopeId(), n2);
|
|
18538
18853
|
const _hoisted_1$5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18539
|
-
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" };
|
|
18540
18857
|
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18541
18858
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
18542
18859
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -18548,6 +18865,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18548
18865
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
18549
18866
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
18550
18867
|
const _component_search = resolveComponent("search");
|
|
18868
|
+
const _component_ux_field = resolveComponent("ux-field");
|
|
18551
18869
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
18552
18870
|
const _component_flex_body = resolveComponent("flex-body");
|
|
18553
18871
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -18668,10 +18986,18 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18668
18986
|
placeholder: "Keyword Search"
|
|
18669
18987
|
}, null, 8, ["modelValue", "loading"]),
|
|
18670
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,
|
|
18671
18997
|
createVNode(_component_filter_builder, {
|
|
18672
18998
|
definition: $data.definition,
|
|
18673
18999
|
modelValue: $data.filter,
|
|
18674
|
-
"onUpdate:modelValue": _cache[
|
|
19000
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.filter = $event)
|
|
18675
19001
|
}, null, 8, ["definition", "modelValue"])
|
|
18676
19002
|
]),
|
|
18677
19003
|
_: 1
|
|
@@ -18688,10 +19014,10 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18688
19014
|
createVNode(_component_flex_footer, null, {
|
|
18689
19015
|
default: withCtx(() => [
|
|
18690
19016
|
renderSlot(_ctx.$slots, "footera", {}, void 0, true),
|
|
18691
|
-
createElementVNode("div",
|
|
19017
|
+
createElementVNode("div", _hoisted_4$4, [
|
|
18692
19018
|
createVNode(_component_pager, {
|
|
18693
19019
|
page: $data.page,
|
|
18694
|
-
"onUpdate:page": _cache[
|
|
19020
|
+
"onUpdate:page": _cache[3] || (_cache[3] = ($event) => $data.page = $event),
|
|
18695
19021
|
total: $options.totalItems
|
|
18696
19022
|
}, null, 8, ["page", "total"])
|
|
18697
19023
|
]),
|
|
@@ -18708,7 +19034,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18708
19034
|
_: 3
|
|
18709
19035
|
})) : createCommentVNode("", true);
|
|
18710
19036
|
}
|
|
18711
|
-
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"]]);
|
|
18712
19038
|
var ModalMixin = {
|
|
18713
19039
|
props: {
|
|
18714
19040
|
options: {
|
|
@@ -19437,5 +19763,5 @@ const QikUI = {
|
|
|
19437
19763
|
}
|
|
19438
19764
|
}
|
|
19439
19765
|
};
|
|
19440
|
-
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 };
|
|
19441
19767
|
//# sourceMappingURL=lib.es.js.map
|