@qikdev/vue-ui 0.1.83 → 0.1.87
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 +1071 -612
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, vModelSelect, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
|
|
34
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.1.
|
|
35
|
+
const version$1 = "0.1.87";
|
|
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$
|
|
45
|
-
const _hoisted_1$
|
|
46
|
-
function _sfc_render$
|
|
47
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
44
|
+
const _sfc_main$1k = {};
|
|
45
|
+
const _hoisted_1$12 = { class: "flex-column" };
|
|
46
|
+
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47
|
+
return openBlock(), createElementBlock("div", _hoisted_1$12, [
|
|
48
48
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
49
49
|
]);
|
|
50
50
|
}
|
|
51
|
-
var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
51
|
+
var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-203ea86f"]]);
|
|
52
52
|
var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
53
|
-
const _sfc_main$
|
|
54
|
-
const _hoisted_1
|
|
55
|
-
function _sfc_render$
|
|
56
|
-
return openBlock(), createElementBlock("div", _hoisted_1
|
|
53
|
+
const _sfc_main$1j = {};
|
|
54
|
+
const _hoisted_1$11 = { class: "flex-column-body" };
|
|
55
|
+
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56
|
+
return openBlock(), createElementBlock("div", _hoisted_1$11, [
|
|
57
57
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
58
58
|
]);
|
|
59
59
|
}
|
|
60
|
-
var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
60
|
+
var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__scopeId", "data-v-64850355"]]);
|
|
61
61
|
var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62
|
-
const _sfc_main$
|
|
63
|
-
const _hoisted_1$
|
|
64
|
-
function _sfc_render$
|
|
65
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
62
|
+
const _sfc_main$1i = {};
|
|
63
|
+
const _hoisted_1$10 = { class: "flex-column-header" };
|
|
64
|
+
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65
|
+
return openBlock(), createElementBlock("div", _hoisted_1$10, [
|
|
66
66
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
67
67
|
]);
|
|
68
68
|
}
|
|
69
|
-
var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69
|
+
var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__scopeId", "data-v-10b28f00"]]);
|
|
70
70
|
var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
71
|
-
const _sfc_main$
|
|
72
|
-
const _hoisted_1
|
|
73
|
-
function _sfc_render$
|
|
74
|
-
return openBlock(), createElementBlock("div", _hoisted_1
|
|
71
|
+
const _sfc_main$1h = {};
|
|
72
|
+
const _hoisted_1$$ = { class: "flex-column-footer" };
|
|
73
|
+
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
74
|
+
return openBlock(), createElementBlock("div", _hoisted_1$$, [
|
|
75
75
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
76
76
|
]);
|
|
77
77
|
}
|
|
78
|
-
var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
78
|
+
var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__scopeId", "data-v-68216a72"]]);
|
|
79
79
|
var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
80
|
-
const _sfc_main$
|
|
81
|
-
const _hoisted_1$
|
|
82
|
-
function _sfc_render$
|
|
83
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
80
|
+
const _sfc_main$1g = {};
|
|
81
|
+
const _hoisted_1$_ = { class: "flex-cell" };
|
|
82
|
+
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
83
|
+
return openBlock(), createElementBlock("div", _hoisted_1$_, [
|
|
84
84
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
85
85
|
]);
|
|
86
86
|
}
|
|
87
|
-
var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
87
|
+
var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__scopeId", "data-v-644bb279"]]);
|
|
88
88
|
var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
89
|
-
const _sfc_main$
|
|
90
|
-
const _hoisted_1$
|
|
91
|
-
function _sfc_render$
|
|
92
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
89
|
+
const _sfc_main$1f = {};
|
|
90
|
+
const _hoisted_1$Z = { class: "flex-row" };
|
|
91
|
+
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
92
|
+
return openBlock(), createElementBlock("div", _hoisted_1$Z, [
|
|
93
93
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
94
94
|
]);
|
|
95
95
|
}
|
|
96
|
-
var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
96
|
+
var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-5b76ad1f"]]);
|
|
97
97
|
var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
98
|
-
const _sfc_main$
|
|
99
|
-
const _hoisted_1$
|
|
100
|
-
function _sfc_render$
|
|
101
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
98
|
+
const _sfc_main$1e = {};
|
|
99
|
+
const _hoisted_1$Y = { class: "flex-spacer" };
|
|
100
|
+
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
101
|
+
return openBlock(), createElementBlock("div", _hoisted_1$Y);
|
|
102
102
|
}
|
|
103
|
-
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
103
|
+
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__scopeId", "data-v-35b15579"]]);
|
|
104
104
|
var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
105
|
-
const _sfc_main$
|
|
106
|
-
const _hoisted_1$
|
|
107
|
-
function _sfc_render$
|
|
108
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
105
|
+
const _sfc_main$1d = {};
|
|
106
|
+
const _hoisted_1$X = { class: "panel" };
|
|
107
|
+
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
108
|
+
return openBlock(), createElementBlock("div", _hoisted_1$X, [
|
|
109
109
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
110
110
|
]);
|
|
111
111
|
}
|
|
112
|
-
var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
112
|
+
var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__scopeId", "data-v-50ae77fc"]]);
|
|
113
113
|
var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
114
|
-
const _sfc_main$
|
|
115
|
-
const _hoisted_1$
|
|
116
|
-
function _sfc_render$
|
|
117
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
114
|
+
const _sfc_main$1c = {};
|
|
115
|
+
const _hoisted_1$W = { class: "panel-body" };
|
|
116
|
+
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
117
|
+
return openBlock(), createElementBlock("div", _hoisted_1$W, [
|
|
118
118
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
119
119
|
]);
|
|
120
120
|
}
|
|
121
|
-
var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
121
|
+
var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-c82dca76"]]);
|
|
122
122
|
var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
123
|
-
const _sfc_main$
|
|
124
|
-
const _hoisted_1$
|
|
125
|
-
function _sfc_render$
|
|
126
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
123
|
+
const _sfc_main$1b = {};
|
|
124
|
+
const _hoisted_1$V = { class: "panel-header" };
|
|
125
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
126
|
+
return openBlock(), createElementBlock("div", _hoisted_1$V, [
|
|
127
127
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
128
128
|
]);
|
|
129
129
|
}
|
|
130
|
-
var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
130
|
+
var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__scopeId", "data-v-13bf11da"]]);
|
|
131
131
|
var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
132
|
-
const _sfc_main$
|
|
133
|
-
const _hoisted_1$
|
|
134
|
-
function _sfc_render$
|
|
135
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
132
|
+
const _sfc_main$1a = {};
|
|
133
|
+
const _hoisted_1$U = { class: "panel-footer" };
|
|
134
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
135
|
+
return openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
136
136
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
137
137
|
]);
|
|
138
138
|
}
|
|
139
|
-
var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
139
|
+
var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__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$19 = {
|
|
142
142
|
data() {
|
|
143
143
|
return {
|
|
144
144
|
activeIndex: 0
|
|
@@ -156,8 +156,8 @@ const _sfc_main$15 = {
|
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
const _hoisted_1$
|
|
160
|
-
function _sfc_render$
|
|
159
|
+
const _hoisted_1$T = ["onClick"];
|
|
160
|
+
function _sfc_render$19(_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$15(_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$T);
|
|
175
175
|
}), 256))
|
|
176
176
|
]),
|
|
177
177
|
_: 1
|
|
@@ -198,8 +198,8 @@ function _sfc_render$15(_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$19, [["render", _sfc_render$19], ["__scopeId", "data-v-1449f192"]]);
|
|
202
|
+
const _sfc_main$18 = {
|
|
203
203
|
props: {
|
|
204
204
|
heading: {
|
|
205
205
|
type: String,
|
|
@@ -222,7 +222,7 @@ const _sfc_main$14 = {
|
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
};
|
|
225
|
-
function _sfc_render$
|
|
225
|
+
function _sfc_render$18(_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$14(_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$18, [["render", _sfc_render$18]]);
|
|
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$17 = {
|
|
703
703
|
mixins: [TableCellMixin],
|
|
704
704
|
computed: {
|
|
705
705
|
type() {
|
|
@@ -708,16 +708,16 @@ const _sfc_main$13 = {
|
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
710
|
};
|
|
711
|
-
const _hoisted_1$
|
|
712
|
-
const _hoisted_2$
|
|
711
|
+
const _hoisted_1$S = { class: "table-image-cell" };
|
|
712
|
+
const _hoisted_2$I = {
|
|
713
713
|
key: 0,
|
|
714
714
|
class: "image-wrapper"
|
|
715
715
|
};
|
|
716
|
-
function _sfc_render$
|
|
716
|
+
function _sfc_render$17(_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$S, [
|
|
720
|
+
$options.type == "image" || $options.type == "video" ? (openBlock(), createElementBlock("div", _hoisted_2$I, [
|
|
721
721
|
createVNode(_component_ux_image, {
|
|
722
722
|
item: _ctx.row,
|
|
723
723
|
type: $options.type,
|
|
@@ -730,9 +730,9 @@ function _sfc_render$13(_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$17, [["render", _sfc_render$17], ["__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$16 = {
|
|
736
736
|
data() {
|
|
737
737
|
return {
|
|
738
738
|
processing: false
|
|
@@ -756,11 +756,11 @@ const _sfc_main$12 = {
|
|
|
756
756
|
}
|
|
757
757
|
}
|
|
758
758
|
};
|
|
759
|
-
const _hoisted_1$
|
|
760
|
-
function _sfc_render$
|
|
759
|
+
const _hoisted_1$R = { class: "table-button-cell" };
|
|
760
|
+
function _sfc_render$16(_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$R, [
|
|
764
764
|
createVNode(_component_ux_button, {
|
|
765
765
|
color: $options.button.color,
|
|
766
766
|
size: $options.button.size,
|
|
@@ -781,7 +781,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
781
781
|
}, 8, ["color", "size", "loading", "onClick"])
|
|
782
782
|
]);
|
|
783
783
|
}
|
|
784
|
-
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
784
|
+
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-1c498011"]]);
|
|
785
785
|
class LuxonError extends Error {
|
|
786
786
|
}
|
|
787
787
|
class InvalidDateTimeError extends LuxonError {
|
|
@@ -4615,7 +4615,7 @@ function friendlyDateTime(dateTimeish) {
|
|
|
4615
4615
|
}
|
|
4616
4616
|
}
|
|
4617
4617
|
var DateCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4618
|
-
const _sfc_main$
|
|
4618
|
+
const _sfc_main$15 = {
|
|
4619
4619
|
mixins: [TableCellMixin],
|
|
4620
4620
|
computed: {
|
|
4621
4621
|
hasValue() {
|
|
@@ -4636,23 +4636,23 @@ const _sfc_main$11 = {
|
|
|
4636
4636
|
}
|
|
4637
4637
|
}
|
|
4638
4638
|
};
|
|
4639
|
-
const _hoisted_1$
|
|
4640
|
-
const _hoisted_2$
|
|
4641
|
-
const _hoisted_3$
|
|
4642
|
-
const _hoisted_4$
|
|
4639
|
+
const _hoisted_1$Q = { class: "table-date-cell" };
|
|
4640
|
+
const _hoisted_2$H = { key: 0 };
|
|
4641
|
+
const _hoisted_3$z = { class: "off" };
|
|
4642
|
+
const _hoisted_4$v = { class: "on" };
|
|
4643
4643
|
const _hoisted_5$n = { class: "spacer" };
|
|
4644
|
-
function _sfc_render$
|
|
4645
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
4646
|
-
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4647
|
-
createElementVNode("span", _hoisted_3$
|
|
4648
|
-
createElementVNode("span", _hoisted_4$
|
|
4644
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4645
|
+
return openBlock(), createElementBlock("td", _hoisted_1$Q, [
|
|
4646
|
+
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$H, [
|
|
4647
|
+
createElementVNode("span", _hoisted_3$z, toDisplayString($options.readable), 1),
|
|
4648
|
+
createElementVNode("span", _hoisted_4$v, toDisplayString($options.timeago), 1),
|
|
4649
4649
|
createElementVNode("span", _hoisted_5$n, toDisplayString($options.readable), 1)
|
|
4650
4650
|
])) : createCommentVNode("", true)
|
|
4651
4651
|
]);
|
|
4652
4652
|
}
|
|
4653
|
-
var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4653
|
+
var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-3687693f"]]);
|
|
4654
4654
|
var BooleanCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4655
|
-
const _sfc_main$
|
|
4655
|
+
const _sfc_main$14 = {
|
|
4656
4656
|
mixins: [TableCellMixin],
|
|
4657
4657
|
computed: {
|
|
4658
4658
|
boolean() {
|
|
@@ -4660,7 +4660,7 @@ const _sfc_main$10 = {
|
|
|
4660
4660
|
}
|
|
4661
4661
|
}
|
|
4662
4662
|
};
|
|
4663
|
-
function _sfc_render$
|
|
4663
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4664
4664
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4665
4665
|
return openBlock(), createElementBlock("td", {
|
|
4666
4666
|
class: normalizeClass(["table-boolean-cell", { true: $options.boolean, false: !$options.boolean }])
|
|
@@ -4670,9 +4670,9 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4670
4670
|
}, null, 8, ["icon"])
|
|
4671
4671
|
], 2);
|
|
4672
4672
|
}
|
|
4673
|
-
var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4673
|
+
var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-27f127ae"]]);
|
|
4674
4674
|
var SecurityCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4675
|
-
const _sfc_main
|
|
4675
|
+
const _sfc_main$13 = {
|
|
4676
4676
|
mixins: [TableCellMixin],
|
|
4677
4677
|
computed: {
|
|
4678
4678
|
public() {
|
|
@@ -4683,7 +4683,7 @@ const _sfc_main$$ = {
|
|
|
4683
4683
|
}
|
|
4684
4684
|
}
|
|
4685
4685
|
};
|
|
4686
|
-
function _sfc_render
|
|
4686
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4687
4687
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4688
4688
|
return openBlock(), createElementBlock("td", {
|
|
4689
4689
|
class: normalizeClass(["table-security-cell", $options.security])
|
|
@@ -4693,9 +4693,9 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4693
4693
|
}, null, 8, ["icon"])
|
|
4694
4694
|
], 2);
|
|
4695
4695
|
}
|
|
4696
|
-
var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
4696
|
+
var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-51f8608e"]]);
|
|
4697
4697
|
var URLCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4698
|
-
const _sfc_main$
|
|
4698
|
+
const _sfc_main$12 = {
|
|
4699
4699
|
mixins: [TableCellMixin],
|
|
4700
4700
|
methods: {
|
|
4701
4701
|
open() {
|
|
@@ -4708,11 +4708,11 @@ const _sfc_main$_ = {
|
|
|
4708
4708
|
}
|
|
4709
4709
|
}
|
|
4710
4710
|
};
|
|
4711
|
-
const _hoisted_1$
|
|
4712
|
-
const _hoisted_2$
|
|
4713
|
-
function _sfc_render$
|
|
4711
|
+
const _hoisted_1$P = { class: "table-url-cell" };
|
|
4712
|
+
const _hoisted_2$G = ["href"];
|
|
4713
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4714
4714
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4715
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
4715
|
+
return openBlock(), createElementBlock("td", _hoisted_1$P, [
|
|
4716
4716
|
createElementVNode("a", {
|
|
4717
4717
|
href: $options.href,
|
|
4718
4718
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => $options.open && $options.open(...args), ["stop", "prevent"])),
|
|
@@ -4723,12 +4723,12 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4723
4723
|
right: "",
|
|
4724
4724
|
icon: "fa-external-link"
|
|
4725
4725
|
})
|
|
4726
|
-
], 8, _hoisted_2$
|
|
4726
|
+
], 8, _hoisted_2$G)
|
|
4727
4727
|
]);
|
|
4728
4728
|
}
|
|
4729
|
-
var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4729
|
+
var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-17cf3a86"]]);
|
|
4730
4730
|
var Value_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4731
|
-
const _sfc_main$
|
|
4731
|
+
const _sfc_main$11 = {
|
|
4732
4732
|
props: {
|
|
4733
4733
|
multi: {
|
|
4734
4734
|
type: Boolean
|
|
@@ -4776,8 +4776,8 @@ const _sfc_main$Z = {
|
|
|
4776
4776
|
}
|
|
4777
4777
|
}
|
|
4778
4778
|
};
|
|
4779
|
-
const _hoisted_1$
|
|
4780
|
-
function _sfc_render$
|
|
4779
|
+
const _hoisted_1$O = /* @__PURE__ */ createTextVNode(",\xA0");
|
|
4780
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4781
4781
|
return $options.reference ? (openBlock(), createElementBlock("a", {
|
|
4782
4782
|
key: 0,
|
|
4783
4783
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.clicked($props.value), ["stop", "prevent"]))
|
|
@@ -4786,11 +4786,11 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4786
4786
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
4787
4787
|
createTextVNode(toDisplayString($options.renderValue), 1),
|
|
4788
4788
|
$props.multi && !$props.last ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4789
|
-
_hoisted_1$
|
|
4789
|
+
_hoisted_1$O
|
|
4790
4790
|
], 64)) : createCommentVNode("", true)
|
|
4791
4791
|
], 64));
|
|
4792
4792
|
}
|
|
4793
|
-
var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4793
|
+
var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-255b9ec8"]]);
|
|
4794
4794
|
var TableCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4795
4795
|
function extract(row, path) {
|
|
4796
4796
|
if (!row) {
|
|
@@ -4815,7 +4815,7 @@ function extract(row, path) {
|
|
|
4815
4815
|
return extract(stub, remainder);
|
|
4816
4816
|
}
|
|
4817
4817
|
}
|
|
4818
|
-
const _sfc_main$
|
|
4818
|
+
const _sfc_main$10 = {
|
|
4819
4819
|
data() {
|
|
4820
4820
|
return {
|
|
4821
4821
|
component: null
|
|
@@ -4899,23 +4899,23 @@ const _sfc_main$Y = {
|
|
|
4899
4899
|
}
|
|
4900
4900
|
}
|
|
4901
4901
|
};
|
|
4902
|
-
const _hoisted_1$
|
|
4902
|
+
const _hoisted_1$N = {
|
|
4903
4903
|
key: 1,
|
|
4904
4904
|
class: "table-cell"
|
|
4905
4905
|
};
|
|
4906
|
-
const _hoisted_2$
|
|
4907
|
-
const _hoisted_3$
|
|
4908
|
-
function _sfc_render$
|
|
4906
|
+
const _hoisted_2$F = { class: "value" };
|
|
4907
|
+
const _hoisted_3$y = { class: "value" };
|
|
4908
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4909
4909
|
const _component_value_renderer = resolveComponent("value-renderer");
|
|
4910
4910
|
return $data.component ? (openBlock(), createBlock(resolveDynamicComponent($data.component), {
|
|
4911
4911
|
key: 0,
|
|
4912
4912
|
column: $props.column,
|
|
4913
4913
|
row: $props.row,
|
|
4914
4914
|
value: $options.value
|
|
4915
|
-
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$
|
|
4915
|
+
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$N, [
|
|
4916
4916
|
$options.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4917
4917
|
$options.complex ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.value, (entry, index2) => {
|
|
4918
|
-
return openBlock(), createElementBlock("span", _hoisted_2$
|
|
4918
|
+
return openBlock(), createElementBlock("span", _hoisted_2$F, [
|
|
4919
4919
|
createVNode(_component_value_renderer, {
|
|
4920
4920
|
type: $props.column.type,
|
|
4921
4921
|
multi: "",
|
|
@@ -4924,7 +4924,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4924
4924
|
}, null, 8, ["type", "last", "value"])
|
|
4925
4925
|
]);
|
|
4926
4926
|
}), 256)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($options.value, (entry, index2) => {
|
|
4927
|
-
return openBlock(), createElementBlock("span", _hoisted_3$
|
|
4927
|
+
return openBlock(), createElementBlock("span", _hoisted_3$y, [
|
|
4928
4928
|
createVNode(_component_value_renderer, {
|
|
4929
4929
|
type: $props.column.type,
|
|
4930
4930
|
multi: "",
|
|
@@ -4940,8 +4940,8 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4940
4940
|
}, null, 8, ["type", "value"]))
|
|
4941
4941
|
]));
|
|
4942
4942
|
}
|
|
4943
|
-
var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4944
|
-
const _sfc_main
|
|
4943
|
+
var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-c6534cd4"]]);
|
|
4944
|
+
const _sfc_main$$ = {
|
|
4945
4945
|
components: {
|
|
4946
4946
|
TableCell
|
|
4947
4947
|
},
|
|
@@ -4992,7 +4992,7 @@ const _sfc_main$X = {
|
|
|
4992
4992
|
}
|
|
4993
4993
|
}
|
|
4994
4994
|
};
|
|
4995
|
-
function _sfc_render
|
|
4995
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4996
4996
|
const _component_ux_checkbox = resolveComponent("ux-checkbox");
|
|
4997
4997
|
const _component_table_cell = resolveComponent("table-cell");
|
|
4998
4998
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -5034,7 +5034,7 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5034
5034
|
])
|
|
5035
5035
|
], 2);
|
|
5036
5036
|
}
|
|
5037
|
-
var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
5037
|
+
var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
|
|
5038
5038
|
var RememberScrollMixin = {
|
|
5039
5039
|
data() {
|
|
5040
5040
|
return {
|
|
@@ -5065,7 +5065,7 @@ var RememberScrollMixin = {
|
|
|
5065
5065
|
}
|
|
5066
5066
|
};
|
|
5067
5067
|
var Table_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5068
|
-
const _sfc_main$
|
|
5068
|
+
const _sfc_main$_ = {
|
|
5069
5069
|
mixins: [RememberScrollMixin],
|
|
5070
5070
|
components: {
|
|
5071
5071
|
TableRow,
|
|
@@ -5246,16 +5246,16 @@ const _sfc_main$W = {
|
|
|
5246
5246
|
}
|
|
5247
5247
|
}
|
|
5248
5248
|
};
|
|
5249
|
-
const _hoisted_1$
|
|
5250
|
-
const _hoisted_2$
|
|
5249
|
+
const _hoisted_1$M = { class: "table-wrapper" };
|
|
5250
|
+
const _hoisted_2$E = {
|
|
5251
5251
|
class: "table-scroll",
|
|
5252
5252
|
ref: "scroll"
|
|
5253
5253
|
};
|
|
5254
|
-
const _hoisted_3$
|
|
5254
|
+
const _hoisted_3$x = {
|
|
5255
5255
|
key: 0,
|
|
5256
5256
|
class: "first table-select shrink"
|
|
5257
5257
|
};
|
|
5258
|
-
const _hoisted_4$
|
|
5258
|
+
const _hoisted_4$u = /* @__PURE__ */ createTextVNode(" Select Page ");
|
|
5259
5259
|
const _hoisted_5$m = /* @__PURE__ */ createTextVNode(" Deselect Page ");
|
|
5260
5260
|
const _hoisted_6$i = /* @__PURE__ */ createTextVNode(" Deselect All ");
|
|
5261
5261
|
const _hoisted_7$f = ["onClick"];
|
|
@@ -5263,7 +5263,7 @@ const _hoisted_8$8 = {
|
|
|
5263
5263
|
key: 1,
|
|
5264
5264
|
class: "last shrink"
|
|
5265
5265
|
};
|
|
5266
|
-
function _sfc_render$
|
|
5266
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5267
5267
|
const _component_ux_checkbox = resolveComponent("ux-checkbox");
|
|
5268
5268
|
const _component_ux_list_item = resolveComponent("ux-list-item");
|
|
5269
5269
|
const _component_ux_list = resolveComponent("ux-list");
|
|
@@ -5271,12 +5271,12 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5271
5271
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
5272
5272
|
const _component_flex_row = resolveComponent("flex-row");
|
|
5273
5273
|
const _component_table_row = resolveComponent("table-row");
|
|
5274
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5275
|
-
createElementVNode("div", _hoisted_2$
|
|
5274
|
+
return openBlock(), createElementBlock("div", _hoisted_1$M, [
|
|
5275
|
+
createElementVNode("div", _hoisted_2$E, [
|
|
5276
5276
|
createElementVNode("table", null, [
|
|
5277
5277
|
createElementVNode("thead", null, [
|
|
5278
5278
|
createElementVNode("tr", null, [
|
|
5279
|
-
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$
|
|
5279
|
+
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$x, [
|
|
5280
5280
|
createVNode(_component_ux_menu, null, {
|
|
5281
5281
|
activator: withCtx(({ on: on2 }) => [
|
|
5282
5282
|
createVNode(_component_ux_checkbox, mergeProps(toHandlers(on2), { value: $options.pageSelected }), null, 16, ["value"])
|
|
@@ -5288,7 +5288,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5288
5288
|
onClick: _cache[0] || (_cache[0] = ($event) => $options.selectPage())
|
|
5289
5289
|
}, {
|
|
5290
5290
|
default: withCtx(() => [
|
|
5291
|
-
_hoisted_4$
|
|
5291
|
+
_hoisted_4$u
|
|
5292
5292
|
]),
|
|
5293
5293
|
_: 1
|
|
5294
5294
|
}),
|
|
@@ -5347,10 +5347,11 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5347
5347
|
}, 1024),
|
|
5348
5348
|
column.key === ((_a2 = $data.sorting) == null ? void 0 : _a2.key) ? (openBlock(), createBlock(_component_flex_cell, {
|
|
5349
5349
|
key: 0,
|
|
5350
|
+
class: "caret",
|
|
5350
5351
|
shrink: ""
|
|
5351
5352
|
}, {
|
|
5352
5353
|
default: withCtx(() => [
|
|
5353
|
-
createTextVNode(toDisplayString($options.currentSortDirection === "asc" ? "\
|
|
5354
|
+
createTextVNode(toDisplayString($options.currentSortDirection === "asc" ? "\u25B2" : "\u25BC"), 1)
|
|
5354
5355
|
]),
|
|
5355
5356
|
_: 1
|
|
5356
5357
|
})) : createCommentVNode("", true)
|
|
@@ -5385,28 +5386,28 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5385
5386
|
], 512)
|
|
5386
5387
|
]);
|
|
5387
5388
|
}
|
|
5388
|
-
var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5389
|
+
var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-23402222"]]);
|
|
5389
5390
|
var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5390
|
-
const _sfc_main$
|
|
5391
|
+
const _sfc_main$Z = {
|
|
5391
5392
|
props: {
|
|
5392
5393
|
large: {
|
|
5393
5394
|
type: Boolean
|
|
5394
5395
|
}
|
|
5395
5396
|
}
|
|
5396
5397
|
};
|
|
5397
|
-
const _withScopeId$
|
|
5398
|
-
const _hoisted_1$
|
|
5399
|
-
const _hoisted_2$
|
|
5400
|
-
_hoisted_1$
|
|
5398
|
+
const _withScopeId$7 = (n2) => (pushScopeId("data-v-27f20370"), n2 = n2(), popScopeId(), n2);
|
|
5399
|
+
const _hoisted_1$L = /* @__PURE__ */ _withScopeId$7(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
|
|
5400
|
+
const _hoisted_2$D = [
|
|
5401
|
+
_hoisted_1$L
|
|
5401
5402
|
];
|
|
5402
|
-
function _sfc_render$
|
|
5403
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5403
5404
|
return openBlock(), createElementBlock("div", {
|
|
5404
5405
|
class: normalizeClass(["ux-spinner", { large: $props.large }])
|
|
5405
|
-
}, _hoisted_2$
|
|
5406
|
+
}, _hoisted_2$D, 2);
|
|
5406
5407
|
}
|
|
5407
|
-
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5408
|
+
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-27f20370"]]);
|
|
5408
5409
|
var button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5409
|
-
const _sfc_main$
|
|
5410
|
+
const _sfc_main$Y = {
|
|
5410
5411
|
components: {
|
|
5411
5412
|
Spinner
|
|
5412
5413
|
},
|
|
@@ -5500,8 +5501,8 @@ const _sfc_main$U = {
|
|
|
5500
5501
|
}
|
|
5501
5502
|
}
|
|
5502
5503
|
};
|
|
5503
|
-
const _hoisted_1$
|
|
5504
|
-
function _sfc_render$
|
|
5504
|
+
const _hoisted_1$K = { class: "ux-btn-text" };
|
|
5505
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5505
5506
|
const _component_spinner = resolveComponent("spinner");
|
|
5506
5507
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
5507
5508
|
active: $props.active,
|
|
@@ -5515,16 +5516,16 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5515
5516
|
}, {
|
|
5516
5517
|
default: withCtx(() => [
|
|
5517
5518
|
$props.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : createCommentVNode("", true),
|
|
5518
|
-
createElementVNode("span", _hoisted_1$
|
|
5519
|
+
createElementVNode("span", _hoisted_1$K, [
|
|
5519
5520
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
5520
5521
|
])
|
|
5521
5522
|
]),
|
|
5522
5523
|
_: 3
|
|
5523
5524
|
}, 8, ["active", "loading", "to", "href", "target", "style", "class", "disabled"]);
|
|
5524
5525
|
}
|
|
5525
|
-
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5526
|
+
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-56c95efc"]]);
|
|
5526
5527
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
5527
|
-
const _sfc_main$
|
|
5528
|
+
const _sfc_main$X = {
|
|
5528
5529
|
props: {
|
|
5529
5530
|
value: {
|
|
5530
5531
|
type: Boolean,
|
|
@@ -5545,7 +5546,7 @@ const _sfc_main$T = {
|
|
|
5545
5546
|
}
|
|
5546
5547
|
}
|
|
5547
5548
|
};
|
|
5548
|
-
function _sfc_render$
|
|
5549
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5549
5550
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5550
5551
|
return openBlock(), createElementBlock("button", {
|
|
5551
5552
|
class: normalizeClass(["ux-checkbox", $options.classes])
|
|
@@ -5556,9 +5557,9 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5556
5557
|
})
|
|
5557
5558
|
], 2);
|
|
5558
5559
|
}
|
|
5559
|
-
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5560
|
+
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-73f2c6b6"]]);
|
|
5560
5561
|
var switch_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
5561
|
-
const _sfc_main$
|
|
5562
|
+
const _sfc_main$W = {
|
|
5562
5563
|
props: {
|
|
5563
5564
|
value: {
|
|
5564
5565
|
type: Boolean,
|
|
@@ -5588,7 +5589,7 @@ const _sfc_main$S = {
|
|
|
5588
5589
|
}
|
|
5589
5590
|
}
|
|
5590
5591
|
};
|
|
5591
|
-
function _sfc_render$
|
|
5592
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5592
5593
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5593
5594
|
return openBlock(), createElementBlock("a", {
|
|
5594
5595
|
class: normalizeClass(["ux-switch", $options.classes])
|
|
@@ -5601,9 +5602,9 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5601
5602
|
])
|
|
5602
5603
|
], 2);
|
|
5603
5604
|
}
|
|
5604
|
-
var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5605
|
+
var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-57a418e1"]]);
|
|
5605
5606
|
var link_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5606
|
-
const _sfc_main$
|
|
5607
|
+
const _sfc_main$V = {
|
|
5607
5608
|
props: {
|
|
5608
5609
|
to: {
|
|
5609
5610
|
type: [Object, String]
|
|
@@ -5677,7 +5678,7 @@ const _sfc_main$R = {
|
|
|
5677
5678
|
}
|
|
5678
5679
|
}
|
|
5679
5680
|
};
|
|
5680
|
-
function _sfc_render$
|
|
5681
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5681
5682
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
5682
5683
|
onClick: $options.clicked,
|
|
5683
5684
|
to: $props.to,
|
|
@@ -5691,9 +5692,9 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5691
5692
|
_: 3
|
|
5692
5693
|
}, 8, ["onClick", "to", "href", "target", "class"]);
|
|
5693
5694
|
}
|
|
5694
|
-
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5695
|
+
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__scopeId", "data-v-efa81728"]]);
|
|
5695
5696
|
var icon_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5696
|
-
const _sfc_main$
|
|
5697
|
+
const _sfc_main$U = {
|
|
5697
5698
|
props: {
|
|
5698
5699
|
icon: {
|
|
5699
5700
|
type: [Object, String]
|
|
@@ -5728,17 +5729,17 @@ const _sfc_main$Q = {
|
|
|
5728
5729
|
}
|
|
5729
5730
|
}
|
|
5730
5731
|
};
|
|
5731
|
-
function _sfc_render$
|
|
5732
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5732
5733
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
5733
5734
|
class: normalizeClass(["ux-icon fa", $options.classes])
|
|
5734
5735
|
}, null, 8, ["class"]);
|
|
5735
5736
|
}
|
|
5736
|
-
var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5737
|
+
var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-1764a3d0"]]);
|
|
5737
5738
|
var UXMenuService = {
|
|
5738
5739
|
cache: {}
|
|
5739
5740
|
};
|
|
5740
5741
|
var menu_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5741
|
-
const _sfc_main$
|
|
5742
|
+
const _sfc_main$T = {
|
|
5742
5743
|
props: {
|
|
5743
5744
|
group: {
|
|
5744
5745
|
type: String
|
|
@@ -5890,7 +5891,7 @@ const _sfc_main$P = {
|
|
|
5890
5891
|
}
|
|
5891
5892
|
}
|
|
5892
5893
|
};
|
|
5893
|
-
function _sfc_render$
|
|
5894
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5894
5895
|
return openBlock(), createElementBlock("div", {
|
|
5895
5896
|
class: normalizeClass(["ux-menu", { right: $props.right }])
|
|
5896
5897
|
}, [
|
|
@@ -5914,8 +5915,8 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5914
5915
|
]))
|
|
5915
5916
|
], 2);
|
|
5916
5917
|
}
|
|
5917
|
-
var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5918
|
-
const _sfc_main$
|
|
5918
|
+
var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-29d476a2"]]);
|
|
5919
|
+
const _sfc_main$S = {
|
|
5919
5920
|
name: "menulist",
|
|
5920
5921
|
props: {
|
|
5921
5922
|
items: {
|
|
@@ -5939,7 +5940,7 @@ const _sfc_main$O = {
|
|
|
5939
5940
|
return {};
|
|
5940
5941
|
}
|
|
5941
5942
|
};
|
|
5942
|
-
function _sfc_render$
|
|
5943
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5943
5944
|
const _component_ux_link = resolveComponent("ux-link");
|
|
5944
5945
|
const _component_menulist = resolveComponent("menulist", true);
|
|
5945
5946
|
return openBlock(), createElementBlock("ul", null, [
|
|
@@ -5987,9 +5988,9 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5987
5988
|
}), 256))
|
|
5988
5989
|
]);
|
|
5989
5990
|
}
|
|
5990
|
-
var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5991
|
+
var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
|
|
5991
5992
|
var image_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5992
|
-
const _sfc_main$
|
|
5993
|
+
const _sfc_main$R = {
|
|
5993
5994
|
props: {
|
|
5994
5995
|
item: {
|
|
5995
5996
|
type: Object
|
|
@@ -6162,9 +6163,9 @@ const _sfc_main$N = {
|
|
|
6162
6163
|
}
|
|
6163
6164
|
}
|
|
6164
6165
|
};
|
|
6165
|
-
const _hoisted_1$
|
|
6166
|
-
const _hoisted_2$
|
|
6167
|
-
function _sfc_render$
|
|
6166
|
+
const _hoisted_1$J = ["data"];
|
|
6167
|
+
const _hoisted_2$C = ["src"];
|
|
6168
|
+
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6168
6169
|
return openBlock(), createElementBlock("div", {
|
|
6169
6170
|
class: normalizeClass(["ux-image", $options.className]),
|
|
6170
6171
|
style: normalizeStyle($options.style)
|
|
@@ -6173,16 +6174,16 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6173
6174
|
key: 0,
|
|
6174
6175
|
type: "image/svg+xml",
|
|
6175
6176
|
data: $options.src
|
|
6176
|
-
}, null, 8, _hoisted_1$
|
|
6177
|
+
}, null, 8, _hoisted_1$J)) : (openBlock(), createElementBlock("img", {
|
|
6177
6178
|
key: 1,
|
|
6178
6179
|
style: normalizeStyle($options.imageStyle),
|
|
6179
6180
|
src: $options.src
|
|
6180
|
-
}, null, 12, _hoisted_2$
|
|
6181
|
+
}, null, 12, _hoisted_2$C))
|
|
6181
6182
|
], 6);
|
|
6182
6183
|
}
|
|
6183
|
-
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6184
|
+
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-1f7127ce"]]);
|
|
6184
6185
|
var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6185
|
-
const _sfc_main$
|
|
6186
|
+
const _sfc_main$Q = {
|
|
6186
6187
|
props: {
|
|
6187
6188
|
value: {
|
|
6188
6189
|
type: Number
|
|
@@ -6216,37 +6217,37 @@ const _sfc_main$M = {
|
|
|
6216
6217
|
}
|
|
6217
6218
|
}
|
|
6218
6219
|
};
|
|
6219
|
-
const _withScopeId$
|
|
6220
|
-
const _hoisted_1$
|
|
6221
|
-
const _hoisted_2$
|
|
6222
|
-
function _sfc_render$
|
|
6223
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6224
|
-
_hoisted_2$
|
|
6220
|
+
const _withScopeId$6 = (n2) => (pushScopeId("data-v-317a7690"), n2 = n2(), popScopeId(), n2);
|
|
6221
|
+
const _hoisted_1$I = { class: "ux-progress" };
|
|
6222
|
+
const _hoisted_2$B = /* @__PURE__ */ _withScopeId$6(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
|
|
6223
|
+
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6224
|
+
return openBlock(), createElementBlock("div", _hoisted_1$I, [
|
|
6225
|
+
_hoisted_2$B,
|
|
6225
6226
|
createElementVNode("div", {
|
|
6226
6227
|
class: "ux-progress-fg",
|
|
6227
6228
|
style: normalizeStyle($options.barStyle)
|
|
6228
6229
|
}, null, 4)
|
|
6229
6230
|
]);
|
|
6230
6231
|
}
|
|
6231
|
-
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6232
|
+
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-317a7690"]]);
|
|
6232
6233
|
var list_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6233
|
-
const _sfc_main$
|
|
6234
|
-
const _hoisted_1$
|
|
6235
|
-
function _sfc_render$
|
|
6236
|
-
return openBlock(), createElementBlock("ul", _hoisted_1$
|
|
6234
|
+
const _sfc_main$P = {};
|
|
6235
|
+
const _hoisted_1$H = { class: "ux-list" };
|
|
6236
|
+
function _sfc_render$P(_ctx, _cache) {
|
|
6237
|
+
return openBlock(), createElementBlock("ul", _hoisted_1$H, [
|
|
6237
6238
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
6238
6239
|
]);
|
|
6239
6240
|
}
|
|
6240
|
-
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6241
|
+
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-98e1e4e2"]]);
|
|
6241
6242
|
var listItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6242
|
-
const _sfc_main$
|
|
6243
|
-
const _hoisted_1$
|
|
6244
|
-
function _sfc_render$
|
|
6245
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6243
|
+
const _sfc_main$O = {};
|
|
6244
|
+
const _hoisted_1$G = { class: "ux-list-item" };
|
|
6245
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6246
|
+
return openBlock(), createElementBlock("div", _hoisted_1$G, [
|
|
6246
6247
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
6247
6248
|
]);
|
|
6248
6249
|
}
|
|
6249
|
-
var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6250
|
+
var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-0e73c260"]]);
|
|
6250
6251
|
var daterange_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
6251
6252
|
function checkDate(d) {
|
|
6252
6253
|
var date = new Date(d);
|
|
@@ -6255,7 +6256,7 @@ function checkDate(d) {
|
|
|
6255
6256
|
}
|
|
6256
6257
|
return;
|
|
6257
6258
|
}
|
|
6258
|
-
const _sfc_main$
|
|
6259
|
+
const _sfc_main$N = {
|
|
6259
6260
|
props: {
|
|
6260
6261
|
modelValue: {
|
|
6261
6262
|
type: Object
|
|
@@ -6305,10 +6306,10 @@ const _sfc_main$J = {
|
|
|
6305
6306
|
}
|
|
6306
6307
|
}
|
|
6307
6308
|
};
|
|
6308
|
-
const _withScopeId$
|
|
6309
|
-
const _hoisted_1$
|
|
6310
|
-
const _hoisted_2$
|
|
6311
|
-
function _sfc_render$
|
|
6309
|
+
const _withScopeId$5 = (n2) => (pushScopeId("data-v-61cbf45e"), n2 = n2(), popScopeId(), n2);
|
|
6310
|
+
const _hoisted_1$F = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "From Date", -1));
|
|
6311
|
+
const _hoisted_2$A = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "To Date", -1));
|
|
6312
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6312
6313
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
6313
6314
|
const _component_flex_row = resolveComponent("flex-row");
|
|
6314
6315
|
return openBlock(), createElementBlock("div", null, [
|
|
@@ -6321,7 +6322,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6321
6322
|
createVNode(_component_flex_cell, { class: "cell" }, {
|
|
6322
6323
|
default: withCtx(() => [
|
|
6323
6324
|
createElementVNode("div", null, [
|
|
6324
|
-
_hoisted_1$
|
|
6325
|
+
_hoisted_1$F,
|
|
6325
6326
|
withDirectives(createElementVNode("input", {
|
|
6326
6327
|
type: "date",
|
|
6327
6328
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -6337,7 +6338,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6337
6338
|
createVNode(_component_flex_cell, { class: "cell" }, {
|
|
6338
6339
|
default: withCtx(() => [
|
|
6339
6340
|
createElementVNode("div", null, [
|
|
6340
|
-
_hoisted_2$
|
|
6341
|
+
_hoisted_2$A,
|
|
6341
6342
|
withDirectives(createElementVNode("input", {
|
|
6342
6343
|
type: "date",
|
|
6343
6344
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -6355,7 +6356,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6355
6356
|
})
|
|
6356
6357
|
]);
|
|
6357
6358
|
}
|
|
6358
|
-
var Daterange = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6359
|
+
var Daterange = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-61cbf45e"]]);
|
|
6359
6360
|
var safeJsonStringify$1 = { exports: {} };
|
|
6360
6361
|
var hasProp = Object.prototype.hasOwnProperty;
|
|
6361
6362
|
function throwsMessage(err) {
|
|
@@ -6412,6 +6413,9 @@ var safeJsonStringify = safeJsonStringify$1.exports;
|
|
|
6412
6413
|
function isUndefined$6(v, type) {
|
|
6413
6414
|
return v === void 0 || v === null || type == "date" && v.toString && v.toString() === "Invalid Date";
|
|
6414
6415
|
}
|
|
6416
|
+
function isNotEmpty(value) {
|
|
6417
|
+
return value !== void 0 && value !== null;
|
|
6418
|
+
}
|
|
6415
6419
|
var InputMixin = {
|
|
6416
6420
|
props: {
|
|
6417
6421
|
field: {
|
|
@@ -6639,13 +6643,15 @@ var InputMixin = {
|
|
|
6639
6643
|
},
|
|
6640
6644
|
getValue(option2) {
|
|
6641
6645
|
if (!option2) {
|
|
6642
|
-
return;
|
|
6646
|
+
return this.cleanTextInput(option2);
|
|
6643
6647
|
}
|
|
6644
|
-
var value = option2._id || option2.value;
|
|
6645
|
-
|
|
6648
|
+
var value = this.cleanTextInput(option2._id || option2.value);
|
|
6649
|
+
var hasValue = isNotEmpty(value);
|
|
6650
|
+
if (!hasValue && option2.title && !this.returnObject) {
|
|
6646
6651
|
value = option2.title;
|
|
6647
6652
|
}
|
|
6648
|
-
|
|
6653
|
+
value = this.cleanTextInput(value);
|
|
6654
|
+
return isNotEmpty(value) ? value : option2;
|
|
6649
6655
|
},
|
|
6650
6656
|
getLabel(option2) {
|
|
6651
6657
|
if (!option2) {
|
|
@@ -6765,7 +6771,7 @@ var select_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
|
6765
6771
|
function isUndefined$5(entry) {
|
|
6766
6772
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
6767
6773
|
}
|
|
6768
|
-
const _sfc_main$
|
|
6774
|
+
const _sfc_main$M = {
|
|
6769
6775
|
props: {
|
|
6770
6776
|
title: {
|
|
6771
6777
|
type: String
|
|
@@ -6787,7 +6793,9 @@ const _sfc_main$I = {
|
|
|
6787
6793
|
}
|
|
6788
6794
|
} else {
|
|
6789
6795
|
if (self2.multiValue) {
|
|
6790
|
-
val = (val || []).filter(
|
|
6796
|
+
val = (val || []).filter(function(i2) {
|
|
6797
|
+
return i2 !== void 0 && i2 !== null;
|
|
6798
|
+
}).map(function(i2) {
|
|
6791
6799
|
return self2.getValue(i2);
|
|
6792
6800
|
});
|
|
6793
6801
|
} else {
|
|
@@ -6810,13 +6818,27 @@ const _sfc_main$I = {
|
|
|
6810
6818
|
val.length = self2.maximum;
|
|
6811
6819
|
}
|
|
6812
6820
|
}
|
|
6813
|
-
val = val.filter(
|
|
6821
|
+
val = val.filter(function(v) {
|
|
6822
|
+
return v !== void 0 && v !== null;
|
|
6823
|
+
}).map(function(v) {
|
|
6814
6824
|
var valueKey2 = self2.getValue(v);
|
|
6815
6825
|
return self2.returnObject ? self2.optionLookup[valueKey2] : valueKey2;
|
|
6816
6826
|
});
|
|
6817
6827
|
} else {
|
|
6818
6828
|
var valueKey = self2.getValue(val);
|
|
6819
6829
|
val = self2.returnObject ? self2.optionLookup[valueKey] : valueKey;
|
|
6830
|
+
switch (val) {
|
|
6831
|
+
case "":
|
|
6832
|
+
switch (self2.type) {
|
|
6833
|
+
case "decimal":
|
|
6834
|
+
case "float":
|
|
6835
|
+
case "number":
|
|
6836
|
+
case "integer":
|
|
6837
|
+
val = void 0;
|
|
6838
|
+
break;
|
|
6839
|
+
}
|
|
6840
|
+
break;
|
|
6841
|
+
}
|
|
6820
6842
|
}
|
|
6821
6843
|
return val;
|
|
6822
6844
|
}
|
|
@@ -6850,19 +6872,19 @@ const _sfc_main$I = {
|
|
|
6850
6872
|
}
|
|
6851
6873
|
}
|
|
6852
6874
|
};
|
|
6853
|
-
const _hoisted_1$
|
|
6875
|
+
const _hoisted_1$E = {
|
|
6854
6876
|
key: 0,
|
|
6855
6877
|
class: "ux-field-title"
|
|
6856
6878
|
};
|
|
6857
|
-
const _hoisted_2$
|
|
6879
|
+
const _hoisted_2$z = {
|
|
6858
6880
|
key: 0,
|
|
6859
6881
|
class: "ux-required-marker"
|
|
6860
6882
|
};
|
|
6861
|
-
const _hoisted_3$
|
|
6883
|
+
const _hoisted_3$w = {
|
|
6862
6884
|
key: 1,
|
|
6863
6885
|
class: "ux-field-description"
|
|
6864
6886
|
};
|
|
6865
|
-
const _hoisted_4$
|
|
6887
|
+
const _hoisted_4$t = {
|
|
6866
6888
|
key: 2,
|
|
6867
6889
|
class: "ui-select-button"
|
|
6868
6890
|
};
|
|
@@ -6872,17 +6894,17 @@ const _hoisted_6$h = {
|
|
|
6872
6894
|
value: ""
|
|
6873
6895
|
};
|
|
6874
6896
|
const _hoisted_7$e = ["value"];
|
|
6875
|
-
function _sfc_render$
|
|
6897
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6876
6898
|
const _component_ux_button = resolveComponent("ux-button");
|
|
6877
6899
|
return openBlock(), createElementBlock("div", {
|
|
6878
6900
|
class: normalizeClass(["native-select", $options.classes])
|
|
6879
6901
|
}, [
|
|
6880
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
6902
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$E, [
|
|
6881
6903
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6882
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
6904
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
|
|
6883
6905
|
])) : createCommentVNode("", true),
|
|
6884
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6885
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
6906
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$w, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
6907
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$t, [
|
|
6886
6908
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
6887
6909
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
6888
6910
|
default: withCtx(() => [
|
|
@@ -6908,9 +6930,9 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6908
6930
|
])
|
|
6909
6931
|
], 2);
|
|
6910
6932
|
}
|
|
6911
|
-
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6933
|
+
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-a06c20f2"]]);
|
|
6912
6934
|
var phoneNumberInput_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6913
|
-
const _sfc_main$
|
|
6935
|
+
const _sfc_main$L = {
|
|
6914
6936
|
props: {
|
|
6915
6937
|
modelValue: {
|
|
6916
6938
|
type: [Object, Array]
|
|
@@ -6981,42 +7003,42 @@ const _sfc_main$H = {
|
|
|
6981
7003
|
}
|
|
6982
7004
|
}
|
|
6983
7005
|
};
|
|
6984
|
-
const _withScopeId$
|
|
6985
|
-
const _hoisted_1$
|
|
7006
|
+
const _withScopeId$4 = (n2) => (pushScopeId("data-v-32219a94"), n2 = n2(), popScopeId(), n2);
|
|
7007
|
+
const _hoisted_1$D = {
|
|
6986
7008
|
key: 0,
|
|
6987
7009
|
class: "ux-field-title"
|
|
6988
7010
|
};
|
|
6989
|
-
const _hoisted_2$
|
|
7011
|
+
const _hoisted_2$y = {
|
|
6990
7012
|
key: 0,
|
|
6991
7013
|
class: "ux-required-marker"
|
|
6992
7014
|
};
|
|
6993
|
-
const _hoisted_3$
|
|
7015
|
+
const _hoisted_3$v = {
|
|
6994
7016
|
key: 1,
|
|
6995
7017
|
class: "ux-field-description"
|
|
6996
7018
|
};
|
|
6997
|
-
const _hoisted_4$
|
|
7019
|
+
const _hoisted_4$s = { key: 2 };
|
|
6998
7020
|
const _hoisted_5$k = /* @__PURE__ */ createTextVNode(" Country Code ");
|
|
6999
7021
|
const _hoisted_6$g = { key: 0 };
|
|
7000
7022
|
const _hoisted_7$d = { key: 1 };
|
|
7001
7023
|
const _hoisted_8$7 = { class: "ux-text-wrap" };
|
|
7002
7024
|
const _hoisted_9$6 = ["placeholder", "onUpdate:modelValue"];
|
|
7003
|
-
const _hoisted_10$5 = /* @__PURE__ */ _withScopeId$
|
|
7025
|
+
const _hoisted_10$5 = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("option", { value: "" }, "None", -1));
|
|
7004
7026
|
const _hoisted_11$4 = ["value"];
|
|
7005
7027
|
const _hoisted_12$4 = { class: "ux-text-wrap" };
|
|
7006
7028
|
const _hoisted_13$3 = ["placeholder"];
|
|
7007
|
-
function _sfc_render$
|
|
7029
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7008
7030
|
const _component_ux_button = resolveComponent("ux-button");
|
|
7009
7031
|
const _component_native_select = resolveComponent("native-select");
|
|
7010
7032
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7011
7033
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
7012
7034
|
const _component_flex_row = resolveComponent("flex-row");
|
|
7013
7035
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
7014
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7036
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$D, [
|
|
7015
7037
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7016
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7038
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
|
|
7017
7039
|
])) : createCommentVNode("", true),
|
|
7018
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7019
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
7040
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$v, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7041
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$s, [
|
|
7020
7042
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
7021
7043
|
return openBlock(), createBlock(_component_flex_row, {
|
|
7022
7044
|
gap: "",
|
|
@@ -7150,12 +7172,12 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7150
7172
|
}))
|
|
7151
7173
|
], 64);
|
|
7152
7174
|
}
|
|
7153
|
-
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7175
|
+
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-32219a94"]]);
|
|
7154
7176
|
var timezone_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7155
7177
|
function isUndefined$4(entry) {
|
|
7156
7178
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
7157
7179
|
}
|
|
7158
|
-
const _sfc_main$
|
|
7180
|
+
const _sfc_main$K = {
|
|
7159
7181
|
props: {
|
|
7160
7182
|
modelValue: {}
|
|
7161
7183
|
},
|
|
@@ -7680,19 +7702,19 @@ const _sfc_main$G = {
|
|
|
7680
7702
|
}
|
|
7681
7703
|
}
|
|
7682
7704
|
};
|
|
7683
|
-
const _hoisted_1$
|
|
7705
|
+
const _hoisted_1$C = {
|
|
7684
7706
|
key: 0,
|
|
7685
7707
|
class: "ux-field-title"
|
|
7686
7708
|
};
|
|
7687
|
-
const _hoisted_2$
|
|
7709
|
+
const _hoisted_2$x = {
|
|
7688
7710
|
key: 0,
|
|
7689
7711
|
class: "ux-required-marker"
|
|
7690
7712
|
};
|
|
7691
|
-
const _hoisted_3$
|
|
7713
|
+
const _hoisted_3$u = {
|
|
7692
7714
|
key: 1,
|
|
7693
7715
|
class: "ux-field-description"
|
|
7694
7716
|
};
|
|
7695
|
-
const _hoisted_4$
|
|
7717
|
+
const _hoisted_4$r = {
|
|
7696
7718
|
key: 2,
|
|
7697
7719
|
class: "ui-select-button"
|
|
7698
7720
|
};
|
|
@@ -7702,17 +7724,17 @@ const _hoisted_6$f = {
|
|
|
7702
7724
|
value: ""
|
|
7703
7725
|
};
|
|
7704
7726
|
const _hoisted_7$c = ["value"];
|
|
7705
|
-
function _sfc_render$
|
|
7727
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7706
7728
|
const _component_ux_button = resolveComponent("ux-button");
|
|
7707
7729
|
return openBlock(), createElementBlock("div", {
|
|
7708
7730
|
class: normalizeClass(["native-select", $options.classes])
|
|
7709
7731
|
}, [
|
|
7710
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7732
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
|
|
7711
7733
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7712
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7734
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$x, "*")) : createCommentVNode("", true)
|
|
7713
7735
|
])) : createCommentVNode("", true),
|
|
7714
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7715
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
7736
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$u, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7737
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
|
|
7716
7738
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
7717
7739
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
7718
7740
|
default: withCtx(() => [
|
|
@@ -7738,9 +7760,9 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7738
7760
|
])
|
|
7739
7761
|
], 2);
|
|
7740
7762
|
}
|
|
7741
|
-
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7763
|
+
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-a15362c8"]]);
|
|
7742
7764
|
var item_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7743
|
-
const _sfc_main$
|
|
7765
|
+
const _sfc_main$J = {
|
|
7744
7766
|
props: {
|
|
7745
7767
|
item: {
|
|
7746
7768
|
type: Object,
|
|
@@ -7770,8 +7792,8 @@ const _sfc_main$F = {
|
|
|
7770
7792
|
}
|
|
7771
7793
|
}
|
|
7772
7794
|
};
|
|
7773
|
-
const _hoisted_1$
|
|
7774
|
-
function _sfc_render$
|
|
7795
|
+
const _hoisted_1$B = { class: "image-wrapper" };
|
|
7796
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7775
7797
|
const _component_ux_image = resolveComponent("ux-image");
|
|
7776
7798
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7777
7799
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -7789,7 +7811,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7789
7811
|
shrink: ""
|
|
7790
7812
|
}, {
|
|
7791
7813
|
default: withCtx(() => [
|
|
7792
|
-
createElementVNode("div", _hoisted_1$
|
|
7814
|
+
createElementVNode("div", _hoisted_1$B, [
|
|
7793
7815
|
createVNode(_component_ux_image, {
|
|
7794
7816
|
item: $props.item,
|
|
7795
7817
|
width: 100,
|
|
@@ -7820,7 +7842,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7820
7842
|
})
|
|
7821
7843
|
]);
|
|
7822
7844
|
}
|
|
7823
|
-
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7845
|
+
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-bae08240"]]);
|
|
7824
7846
|
/**!
|
|
7825
7847
|
* Sortable 1.14.0
|
|
7826
7848
|
* @author RubaXa <trash@rubaxa.org>
|
|
@@ -10488,7 +10510,7 @@ const draggableComponent = defineComponent({
|
|
|
10488
10510
|
}
|
|
10489
10511
|
});
|
|
10490
10512
|
var contentSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10491
|
-
const _sfc_main$
|
|
10513
|
+
const _sfc_main$I = {
|
|
10492
10514
|
components: {
|
|
10493
10515
|
Item,
|
|
10494
10516
|
draggable: draggableComponent
|
|
@@ -10661,24 +10683,24 @@ const _sfc_main$E = {
|
|
|
10661
10683
|
}
|
|
10662
10684
|
}
|
|
10663
10685
|
};
|
|
10664
|
-
const _hoisted_1$
|
|
10686
|
+
const _hoisted_1$A = {
|
|
10665
10687
|
key: 0,
|
|
10666
10688
|
class: "ux-field-title"
|
|
10667
10689
|
};
|
|
10668
|
-
const _hoisted_2$
|
|
10690
|
+
const _hoisted_2$w = {
|
|
10669
10691
|
key: 0,
|
|
10670
10692
|
class: "ux-required-marker"
|
|
10671
10693
|
};
|
|
10672
|
-
const _hoisted_3$
|
|
10694
|
+
const _hoisted_3$t = {
|
|
10673
10695
|
key: 1,
|
|
10674
10696
|
class: "ux-field-description"
|
|
10675
10697
|
};
|
|
10676
|
-
const _hoisted_4$
|
|
10698
|
+
const _hoisted_4$q = {
|
|
10677
10699
|
key: 1,
|
|
10678
10700
|
class: "items"
|
|
10679
10701
|
};
|
|
10680
10702
|
const _hoisted_5$i = /* @__PURE__ */ createTextVNode(" Create ");
|
|
10681
|
-
function _sfc_render$
|
|
10703
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10682
10704
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
10683
10705
|
const _component_ux_button = resolveComponent("ux-button");
|
|
10684
10706
|
const _component_item = resolveComponent("item");
|
|
@@ -10687,11 +10709,11 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10687
10709
|
const _component_flex_spacer = resolveComponent("flex-spacer");
|
|
10688
10710
|
const _component_flex_row = resolveComponent("flex-row");
|
|
10689
10711
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
10690
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
10712
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
|
|
10691
10713
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
10692
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
10714
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
|
|
10693
10715
|
])) : createCommentVNode("", true),
|
|
10694
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
10716
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
10695
10717
|
$options.showList ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
10696
10718
|
_ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
10697
10719
|
_ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
|
|
@@ -10731,7 +10753,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10731
10753
|
]),
|
|
10732
10754
|
_: 1
|
|
10733
10755
|
}, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
10734
|
-
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
10756
|
+
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
10735
10757
|
createVNode(_component_item, { item: _ctx.model }, {
|
|
10736
10758
|
actions: withCtx(() => [
|
|
10737
10759
|
$options.canEdit(_ctx.model) ? (openBlock(), createBlock(_component_ux_button, {
|
|
@@ -10801,12 +10823,12 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10801
10823
|
})) : createCommentVNode("", true)
|
|
10802
10824
|
], 64);
|
|
10803
10825
|
}
|
|
10804
|
-
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10826
|
+
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-236b5d48"]]);
|
|
10805
10827
|
var typeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10806
10828
|
function isUndefined$3(entry) {
|
|
10807
10829
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
10808
10830
|
}
|
|
10809
|
-
const _sfc_main$
|
|
10831
|
+
const _sfc_main$H = {
|
|
10810
10832
|
props: {
|
|
10811
10833
|
title: {
|
|
10812
10834
|
type: String
|
|
@@ -10915,19 +10937,19 @@ const _sfc_main$D = {
|
|
|
10915
10937
|
}
|
|
10916
10938
|
}
|
|
10917
10939
|
};
|
|
10918
|
-
const _hoisted_1$
|
|
10940
|
+
const _hoisted_1$z = {
|
|
10919
10941
|
key: 0,
|
|
10920
10942
|
class: "ux-field-title"
|
|
10921
10943
|
};
|
|
10922
|
-
const _hoisted_2$
|
|
10944
|
+
const _hoisted_2$v = {
|
|
10923
10945
|
key: 0,
|
|
10924
10946
|
class: "ux-required-marker"
|
|
10925
10947
|
};
|
|
10926
|
-
const _hoisted_3$
|
|
10948
|
+
const _hoisted_3$s = {
|
|
10927
10949
|
key: 1,
|
|
10928
10950
|
class: "ux-field-description"
|
|
10929
10951
|
};
|
|
10930
|
-
const _hoisted_4$
|
|
10952
|
+
const _hoisted_4$p = {
|
|
10931
10953
|
key: 2,
|
|
10932
10954
|
class: "ui-select-button"
|
|
10933
10955
|
};
|
|
@@ -10937,17 +10959,17 @@ const _hoisted_6$e = {
|
|
|
10937
10959
|
value: ""
|
|
10938
10960
|
};
|
|
10939
10961
|
const _hoisted_7$b = ["value"];
|
|
10940
|
-
function _sfc_render$
|
|
10962
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10941
10963
|
const _component_ux_button = resolveComponent("ux-button");
|
|
10942
10964
|
return openBlock(), createElementBlock("div", {
|
|
10943
10965
|
class: normalizeClass(["native-select", $options.classes])
|
|
10944
10966
|
}, [
|
|
10945
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
10967
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
|
|
10946
10968
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
10947
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
10969
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
|
|
10948
10970
|
])) : createCommentVNode("", true),
|
|
10949
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
10950
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
10971
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
10972
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
|
|
10951
10973
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
10952
10974
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
10953
10975
|
default: withCtx(() => [
|
|
@@ -10973,9 +10995,9 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10973
10995
|
])
|
|
10974
10996
|
], 2);
|
|
10975
10997
|
}
|
|
10976
|
-
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10998
|
+
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-49a55ef8"]]);
|
|
10977
10999
|
var currency_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10978
|
-
const _sfc_main$
|
|
11000
|
+
const _sfc_main$G = {
|
|
10979
11001
|
props: {
|
|
10980
11002
|
modelValue: {
|
|
10981
11003
|
type: [String, Array]
|
|
@@ -11052,19 +11074,19 @@ const _sfc_main$C = {
|
|
|
11052
11074
|
}
|
|
11053
11075
|
}
|
|
11054
11076
|
};
|
|
11055
|
-
const _hoisted_1$
|
|
11077
|
+
const _hoisted_1$y = {
|
|
11056
11078
|
key: 0,
|
|
11057
11079
|
class: "ux-field-title"
|
|
11058
11080
|
};
|
|
11059
|
-
const _hoisted_2$
|
|
11081
|
+
const _hoisted_2$u = {
|
|
11060
11082
|
key: 0,
|
|
11061
11083
|
class: "ux-required-marker"
|
|
11062
11084
|
};
|
|
11063
|
-
const _hoisted_3$
|
|
11085
|
+
const _hoisted_3$r = {
|
|
11064
11086
|
key: 1,
|
|
11065
11087
|
class: "ux-field-description"
|
|
11066
11088
|
};
|
|
11067
|
-
const _hoisted_4$
|
|
11089
|
+
const _hoisted_4$o = { key: 2 };
|
|
11068
11090
|
const _hoisted_5$g = {
|
|
11069
11091
|
key: 0,
|
|
11070
11092
|
class: "ux-text-prefix"
|
|
@@ -11082,18 +11104,18 @@ const _hoisted_9$5 = {
|
|
|
11082
11104
|
key: 1,
|
|
11083
11105
|
class: "ux-text-suffix"
|
|
11084
11106
|
};
|
|
11085
|
-
function _sfc_render$
|
|
11107
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11086
11108
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11087
11109
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11088
11110
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11089
11111
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11090
11112
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11091
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11113
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
|
|
11092
11114
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11093
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11115
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
|
|
11094
11116
|
])) : createCommentVNode("", true),
|
|
11095
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11096
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11117
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11118
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$o, [
|
|
11097
11119
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11098
11120
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11099
11121
|
class: "ux-text-row",
|
|
@@ -11190,9 +11212,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11190
11212
|
], 2))
|
|
11191
11213
|
], 64);
|
|
11192
11214
|
}
|
|
11193
|
-
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11215
|
+
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-5dd6344d"]]);
|
|
11194
11216
|
var textfield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11195
|
-
const _sfc_main$
|
|
11217
|
+
const _sfc_main$F = {
|
|
11196
11218
|
props: {
|
|
11197
11219
|
modelValue: {
|
|
11198
11220
|
type: [String, Array]
|
|
@@ -11255,19 +11277,19 @@ const _sfc_main$B = {
|
|
|
11255
11277
|
}
|
|
11256
11278
|
}
|
|
11257
11279
|
};
|
|
11258
|
-
const _hoisted_1$
|
|
11280
|
+
const _hoisted_1$x = {
|
|
11259
11281
|
key: 0,
|
|
11260
11282
|
class: "ux-field-title"
|
|
11261
11283
|
};
|
|
11262
|
-
const _hoisted_2$
|
|
11284
|
+
const _hoisted_2$t = {
|
|
11263
11285
|
key: 0,
|
|
11264
11286
|
class: "ux-required-marker"
|
|
11265
11287
|
};
|
|
11266
|
-
const _hoisted_3$
|
|
11288
|
+
const _hoisted_3$q = {
|
|
11267
11289
|
key: 1,
|
|
11268
11290
|
class: "ux-field-description"
|
|
11269
11291
|
};
|
|
11270
|
-
const _hoisted_4$
|
|
11292
|
+
const _hoisted_4$n = { key: 2 };
|
|
11271
11293
|
const _hoisted_5$f = { class: "ux-text-wrap" };
|
|
11272
11294
|
const _hoisted_6$c = {
|
|
11273
11295
|
key: 0,
|
|
@@ -11293,18 +11315,18 @@ const _hoisted_14$2 = {
|
|
|
11293
11315
|
key: 3,
|
|
11294
11316
|
class: "ux-text-suffix"
|
|
11295
11317
|
};
|
|
11296
|
-
function _sfc_render$
|
|
11318
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11297
11319
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11298
11320
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11299
11321
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11300
11322
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11301
11323
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11302
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11324
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
|
|
11303
11325
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11304
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11326
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
|
|
11305
11327
|
])) : createCommentVNode("", true),
|
|
11306
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11307
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11328
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11329
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
|
|
11308
11330
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
11309
11331
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11310
11332
|
class: "ux-text-row",
|
|
@@ -11420,9 +11442,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11420
11442
|
]))
|
|
11421
11443
|
], 64);
|
|
11422
11444
|
}
|
|
11423
|
-
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11445
|
+
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-d9e8503e"]]);
|
|
11424
11446
|
var textarea_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11425
|
-
const _sfc_main$
|
|
11447
|
+
const _sfc_main$E = {
|
|
11426
11448
|
props: {
|
|
11427
11449
|
modelValue: {
|
|
11428
11450
|
type: [String, Array]
|
|
@@ -11435,32 +11457,32 @@ const _sfc_main$A = {
|
|
|
11435
11457
|
}
|
|
11436
11458
|
}
|
|
11437
11459
|
};
|
|
11438
|
-
const _hoisted_1$
|
|
11460
|
+
const _hoisted_1$w = {
|
|
11439
11461
|
key: 0,
|
|
11440
11462
|
class: "ux-field-title"
|
|
11441
11463
|
};
|
|
11442
|
-
const _hoisted_2$
|
|
11464
|
+
const _hoisted_2$s = {
|
|
11443
11465
|
key: 0,
|
|
11444
11466
|
class: "ux-required-marker"
|
|
11445
11467
|
};
|
|
11446
|
-
const _hoisted_3$
|
|
11468
|
+
const _hoisted_3$p = {
|
|
11447
11469
|
key: 1,
|
|
11448
11470
|
class: "ux-field-description"
|
|
11449
11471
|
};
|
|
11450
|
-
const _hoisted_4$
|
|
11472
|
+
const _hoisted_4$m = { key: 2 };
|
|
11451
11473
|
const _hoisted_5$e = ["onUpdate:modelValue"];
|
|
11452
|
-
function _sfc_render$
|
|
11474
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11453
11475
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11454
11476
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11455
11477
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11456
11478
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11457
11479
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11458
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11480
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
|
|
11459
11481
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11460
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11482
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
|
|
11461
11483
|
])) : createCommentVNode("", true),
|
|
11462
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11463
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11484
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11485
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
11464
11486
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
11465
11487
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11466
11488
|
class: "ux-text-row",
|
|
@@ -11526,7 +11548,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11526
11548
|
])
|
|
11527
11549
|
], 64);
|
|
11528
11550
|
}
|
|
11529
|
-
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11551
|
+
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-777c0703"]]);
|
|
11530
11552
|
var datefield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11531
11553
|
function zero(input) {
|
|
11532
11554
|
if (String(input).length < 2) {
|
|
@@ -11534,7 +11556,7 @@ function zero(input) {
|
|
|
11534
11556
|
}
|
|
11535
11557
|
return input;
|
|
11536
11558
|
}
|
|
11537
|
-
const _sfc_main$
|
|
11559
|
+
const _sfc_main$D = {
|
|
11538
11560
|
props: {
|
|
11539
11561
|
modelValue: {
|
|
11540
11562
|
type: [Date, String, Array]
|
|
@@ -11583,32 +11605,32 @@ const _sfc_main$z = {
|
|
|
11583
11605
|
}
|
|
11584
11606
|
}
|
|
11585
11607
|
};
|
|
11586
|
-
const _hoisted_1$
|
|
11608
|
+
const _hoisted_1$v = {
|
|
11587
11609
|
key: 0,
|
|
11588
11610
|
class: "ux-field-title"
|
|
11589
11611
|
};
|
|
11590
|
-
const _hoisted_2$
|
|
11612
|
+
const _hoisted_2$r = {
|
|
11591
11613
|
key: 0,
|
|
11592
11614
|
class: "ux-required-marker"
|
|
11593
11615
|
};
|
|
11594
|
-
const _hoisted_3$
|
|
11616
|
+
const _hoisted_3$o = {
|
|
11595
11617
|
key: 1,
|
|
11596
11618
|
class: "ux-field-description"
|
|
11597
11619
|
};
|
|
11598
|
-
const _hoisted_4$
|
|
11620
|
+
const _hoisted_4$l = { key: 2 };
|
|
11599
11621
|
const _hoisted_5$d = ["onUpdate:modelValue"];
|
|
11600
|
-
function _sfc_render$
|
|
11622
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11601
11623
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11602
11624
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11603
11625
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11604
11626
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11605
11627
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11606
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11628
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
|
|
11607
11629
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11608
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11630
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
|
|
11609
11631
|
])) : createCommentVNode("", true),
|
|
11610
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11611
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11632
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11633
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
|
|
11612
11634
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11613
11635
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11614
11636
|
class: "ux-text-row",
|
|
@@ -11674,9 +11696,9 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11674
11696
|
])
|
|
11675
11697
|
], 64);
|
|
11676
11698
|
}
|
|
11677
|
-
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11699
|
+
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-1c86b484"]]);
|
|
11678
11700
|
var daterange_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11679
|
-
const _sfc_main$
|
|
11701
|
+
const _sfc_main$C = {
|
|
11680
11702
|
components: {
|
|
11681
11703
|
Daterange
|
|
11682
11704
|
},
|
|
@@ -11720,32 +11742,32 @@ const _sfc_main$y = {
|
|
|
11720
11742
|
}
|
|
11721
11743
|
}
|
|
11722
11744
|
};
|
|
11723
|
-
const _hoisted_1$
|
|
11745
|
+
const _hoisted_1$u = {
|
|
11724
11746
|
key: 0,
|
|
11725
11747
|
class: "ux-field-title"
|
|
11726
11748
|
};
|
|
11727
|
-
const _hoisted_2$
|
|
11749
|
+
const _hoisted_2$q = {
|
|
11728
11750
|
key: 0,
|
|
11729
11751
|
class: "ux-required-marker"
|
|
11730
11752
|
};
|
|
11731
|
-
const _hoisted_3$
|
|
11753
|
+
const _hoisted_3$n = {
|
|
11732
11754
|
key: 1,
|
|
11733
11755
|
class: "ux-field-description"
|
|
11734
11756
|
};
|
|
11735
|
-
const _hoisted_4$
|
|
11736
|
-
function _sfc_render$
|
|
11757
|
+
const _hoisted_4$k = { key: 2 };
|
|
11758
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11737
11759
|
const _component_daterange = resolveComponent("daterange", true);
|
|
11738
11760
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11739
11761
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11740
11762
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11741
11763
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11742
11764
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11743
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11765
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
|
|
11744
11766
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11745
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11767
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
|
|
11746
11768
|
])) : createCommentVNode("", true),
|
|
11747
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11748
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11769
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11770
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
|
|
11749
11771
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11750
11772
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11751
11773
|
class: "ux-text-row",
|
|
@@ -11802,9 +11824,9 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11802
11824
|
}, null, 8, ["onFocus", "modelValue"]))
|
|
11803
11825
|
], 64);
|
|
11804
11826
|
}
|
|
11805
|
-
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11827
|
+
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-24228367"]]);
|
|
11806
11828
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11807
|
-
const _sfc_main$
|
|
11829
|
+
const _sfc_main$B = {
|
|
11808
11830
|
computed: {
|
|
11809
11831
|
NativeCheckbox: UXCheckbox
|
|
11810
11832
|
},
|
|
@@ -11846,19 +11868,19 @@ const _sfc_main$x = {
|
|
|
11846
11868
|
}
|
|
11847
11869
|
}
|
|
11848
11870
|
};
|
|
11849
|
-
const _hoisted_1$
|
|
11871
|
+
const _hoisted_1$t = {
|
|
11850
11872
|
key: 0,
|
|
11851
11873
|
class: "ux-field-title"
|
|
11852
11874
|
};
|
|
11853
|
-
const _hoisted_2$
|
|
11875
|
+
const _hoisted_2$p = {
|
|
11854
11876
|
key: 0,
|
|
11855
11877
|
class: "ux-required-marker"
|
|
11856
11878
|
};
|
|
11857
|
-
const _hoisted_3$
|
|
11879
|
+
const _hoisted_3$m = {
|
|
11858
11880
|
key: 1,
|
|
11859
11881
|
class: "ux-field-description"
|
|
11860
11882
|
};
|
|
11861
|
-
function _sfc_render$
|
|
11883
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11862
11884
|
const _component_ux_checkbox = resolveComponent("ux-checkbox");
|
|
11863
11885
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11864
11886
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -11882,11 +11904,11 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11882
11904
|
createVNode(_component_flex_cell, { vcenter: "" }, {
|
|
11883
11905
|
default: withCtx(() => [
|
|
11884
11906
|
createElementVNode("div", null, [
|
|
11885
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11907
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
|
|
11886
11908
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11887
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11909
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
|
|
11888
11910
|
])) : createCommentVNode("", true),
|
|
11889
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11911
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$m, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
11890
11912
|
])
|
|
11891
11913
|
]),
|
|
11892
11914
|
_: 1
|
|
@@ -11895,8 +11917,8 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11895
11917
|
_: 1
|
|
11896
11918
|
});
|
|
11897
11919
|
}
|
|
11898
|
-
var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11899
|
-
const _sfc_main$
|
|
11920
|
+
var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-046b9e38"]]);
|
|
11921
|
+
const _sfc_main$A = {
|
|
11900
11922
|
props: {
|
|
11901
11923
|
modelValue: {
|
|
11902
11924
|
type: [String, Array]
|
|
@@ -11909,15 +11931,15 @@ const _sfc_main$w = {
|
|
|
11909
11931
|
}
|
|
11910
11932
|
}
|
|
11911
11933
|
};
|
|
11912
|
-
const _hoisted_1$
|
|
11913
|
-
const _hoisted_2$
|
|
11914
|
-
const _hoisted_3$
|
|
11915
|
-
function _sfc_render$
|
|
11934
|
+
const _hoisted_1$s = { key: 0 };
|
|
11935
|
+
const _hoisted_2$o = ["innerHTML"];
|
|
11936
|
+
const _hoisted_3$l = ["innerHTML"];
|
|
11937
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11916
11938
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11917
11939
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11918
11940
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11919
11941
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11920
|
-
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
11942
|
+
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
11921
11943
|
createVNode(_component_flex_row, { class: "ux-text-row" }, {
|
|
11922
11944
|
default: withCtx(() => [
|
|
11923
11945
|
createVNode(_component_flex_cell, null, {
|
|
@@ -11926,7 +11948,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11926
11948
|
return openBlock(), createElementBlock("div", {
|
|
11927
11949
|
innerHTML: _ctx.field.template,
|
|
11928
11950
|
key: index2
|
|
11929
|
-
}, null, 8, _hoisted_2$
|
|
11951
|
+
}, null, 8, _hoisted_2$o);
|
|
11930
11952
|
}), 128))
|
|
11931
11953
|
]),
|
|
11932
11954
|
_: 1
|
|
@@ -11965,11 +11987,11 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11965
11987
|
])) : (openBlock(), createElementBlock("div", {
|
|
11966
11988
|
key: 1,
|
|
11967
11989
|
innerHTML: _ctx.field.template
|
|
11968
|
-
}, null, 8, _hoisted_3$
|
|
11990
|
+
}, null, 8, _hoisted_3$l));
|
|
11969
11991
|
}
|
|
11970
|
-
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11992
|
+
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
|
|
11971
11993
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
11972
|
-
const _sfc_main$
|
|
11994
|
+
const _sfc_main$z = {
|
|
11973
11995
|
props: {
|
|
11974
11996
|
fields: {
|
|
11975
11997
|
type: Array,
|
|
@@ -12236,13 +12258,13 @@ const _sfc_main$v = {
|
|
|
12236
12258
|
ContentSelect
|
|
12237
12259
|
}
|
|
12238
12260
|
};
|
|
12239
|
-
const _hoisted_1$
|
|
12261
|
+
const _hoisted_1$r = {
|
|
12240
12262
|
key: 0,
|
|
12241
12263
|
class: "filter-condition"
|
|
12242
12264
|
};
|
|
12243
|
-
const _hoisted_2$
|
|
12244
|
-
const _hoisted_3$
|
|
12245
|
-
const _hoisted_4$
|
|
12265
|
+
const _hoisted_2$n = { key: 0 };
|
|
12266
|
+
const _hoisted_3$k = { key: 1 };
|
|
12267
|
+
const _hoisted_4$j = /* @__PURE__ */ createTextVNode(" And ");
|
|
12246
12268
|
const _hoisted_5$c = { key: 2 };
|
|
12247
12269
|
const _hoisted_6$b = { key: 3 };
|
|
12248
12270
|
const _hoisted_7$8 = /* @__PURE__ */ createTextVNode(" And ");
|
|
@@ -12253,7 +12275,7 @@ const _hoisted_11$2 = { key: 7 };
|
|
|
12253
12275
|
const _hoisted_12$2 = { key: 8 };
|
|
12254
12276
|
const _hoisted_13$1 = { key: 9 };
|
|
12255
12277
|
const _hoisted_14$1 = { key: 10 };
|
|
12256
|
-
function _sfc_render$
|
|
12278
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12257
12279
|
const _component_native_select = resolveComponent("native-select");
|
|
12258
12280
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
12259
12281
|
const _component_text_field = resolveComponent("text-field");
|
|
@@ -12262,7 +12284,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12262
12284
|
const _component_content_select = resolveComponent("content-select");
|
|
12263
12285
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
12264
12286
|
const _component_ux_button = resolveComponent("ux-button");
|
|
12265
|
-
return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
12287
|
+
return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
12266
12288
|
createVNode(_component_flex_row, {
|
|
12267
12289
|
gap: "",
|
|
12268
12290
|
vcenter: ""
|
|
@@ -12292,7 +12314,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12292
12314
|
})) : createCommentVNode("", true),
|
|
12293
12315
|
$data.model.comparator ? (openBlock(), createBlock(_component_flex_cell, { key: 1 }, {
|
|
12294
12316
|
default: withCtx(() => [
|
|
12295
|
-
$options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
12317
|
+
$options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$n, [
|
|
12296
12318
|
$options.hasOptions ? (openBlock(), createBlock(_component_native_select, {
|
|
12297
12319
|
key: 0,
|
|
12298
12320
|
modelValue: $data.model.values,
|
|
@@ -12305,13 +12327,13 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12305
12327
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
|
|
12306
12328
|
}, null, 8, ["field", "modelValue"]))
|
|
12307
12329
|
])) : createCommentVNode("", true),
|
|
12308
|
-
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12330
|
+
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$k, [
|
|
12309
12331
|
createVNode(_component_text_field, {
|
|
12310
12332
|
field: $options.normalField,
|
|
12311
12333
|
modelValue: $data.model.value,
|
|
12312
12334
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.model.value = $event)
|
|
12313
12335
|
}, null, 8, ["field", "modelValue"]),
|
|
12314
|
-
_hoisted_4$
|
|
12336
|
+
_hoisted_4$j,
|
|
12315
12337
|
createVNode(_component_text_field, {
|
|
12316
12338
|
field: $options.normalField,
|
|
12317
12339
|
modelValue: $data.model.value2,
|
|
@@ -12434,7 +12456,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12434
12456
|
})
|
|
12435
12457
|
])) : createCommentVNode("", true);
|
|
12436
12458
|
}
|
|
12437
|
-
var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12459
|
+
var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
|
|
12438
12460
|
var root = _root;
|
|
12439
12461
|
var now$1 = function() {
|
|
12440
12462
|
return root.Date.now();
|
|
@@ -12565,7 +12587,7 @@ function debounce(func, wait, options) {
|
|
|
12565
12587
|
}
|
|
12566
12588
|
var debounce_1 = debounce;
|
|
12567
12589
|
var FilterRule_vue_vue_type_style_index_0_lang = "";
|
|
12568
|
-
const _sfc_main$
|
|
12590
|
+
const _sfc_main$y = {
|
|
12569
12591
|
props: {
|
|
12570
12592
|
enableRemove: {
|
|
12571
12593
|
type: Boolean
|
|
@@ -12706,32 +12728,32 @@ const _sfc_main$u = {
|
|
|
12706
12728
|
NativeSelect
|
|
12707
12729
|
}
|
|
12708
12730
|
};
|
|
12709
|
-
const _hoisted_1$
|
|
12731
|
+
const _hoisted_1$q = {
|
|
12710
12732
|
key: 0,
|
|
12711
12733
|
class: "filter-rule"
|
|
12712
12734
|
};
|
|
12713
|
-
const _hoisted_2$
|
|
12714
|
-
const _hoisted_3$
|
|
12715
|
-
const _hoisted_4$
|
|
12735
|
+
const _hoisted_2$m = { class: "top" };
|
|
12736
|
+
const _hoisted_3$j = { class: "summary" };
|
|
12737
|
+
const _hoisted_4$i = /* @__PURE__ */ createTextVNode(" Match ");
|
|
12716
12738
|
const _hoisted_5$b = /* @__PURE__ */ createTextVNode(" of the following conditions ");
|
|
12717
12739
|
const _hoisted_6$a = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
12718
12740
|
const _hoisted_7$7 = { class: "operator" };
|
|
12719
12741
|
const _hoisted_8$3 = /* @__PURE__ */ createTextVNode(" Add Condition ");
|
|
12720
|
-
function _sfc_render$
|
|
12742
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12721
12743
|
const _component_native_select = resolveComponent("native-select");
|
|
12722
12744
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
12723
12745
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
12724
12746
|
const _component_ux_button = resolveComponent("ux-button");
|
|
12725
12747
|
const _component_flex_row = resolveComponent("flex-row");
|
|
12726
12748
|
const _component_filter_condition = resolveComponent("filter-condition");
|
|
12727
|
-
return $props.definition ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
12728
|
-
createElementVNode("div", _hoisted_2$
|
|
12749
|
+
return $props.definition ? (openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
12750
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
12729
12751
|
createVNode(_component_flex_row, null, {
|
|
12730
12752
|
default: withCtx(() => [
|
|
12731
12753
|
createVNode(_component_flex_cell, null, {
|
|
12732
12754
|
default: withCtx(() => [
|
|
12733
|
-
createElementVNode("div", _hoisted_3$
|
|
12734
|
-
_hoisted_4$
|
|
12755
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
12756
|
+
_hoisted_4$i,
|
|
12735
12757
|
createVNode(_component_native_select, {
|
|
12736
12758
|
modelValue: $data.model.operator,
|
|
12737
12759
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -12817,9 +12839,9 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12817
12839
|
}, 8, ["onClick"])
|
|
12818
12840
|
])) : createCommentVNode("", true);
|
|
12819
12841
|
}
|
|
12820
|
-
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12842
|
+
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
12821
12843
|
var FilterBuilder_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12822
|
-
const _sfc_main$
|
|
12844
|
+
const _sfc_main$x = {
|
|
12823
12845
|
components: {
|
|
12824
12846
|
FilterRule,
|
|
12825
12847
|
NativeSelect
|
|
@@ -12920,16 +12942,16 @@ const _sfc_main$t = {
|
|
|
12920
12942
|
};
|
|
12921
12943
|
}
|
|
12922
12944
|
};
|
|
12923
|
-
const _hoisted_1$
|
|
12924
|
-
const _hoisted_2$
|
|
12945
|
+
const _hoisted_1$p = { class: "filters" };
|
|
12946
|
+
const _hoisted_2$l = {
|
|
12925
12947
|
key: 0,
|
|
12926
12948
|
class: "top"
|
|
12927
12949
|
};
|
|
12928
|
-
const _hoisted_3$
|
|
12929
|
-
const _hoisted_4$
|
|
12950
|
+
const _hoisted_3$i = { class: "summary" };
|
|
12951
|
+
const _hoisted_4$h = /* @__PURE__ */ createTextVNode(" Match ");
|
|
12930
12952
|
const _hoisted_5$a = /* @__PURE__ */ createTextVNode(" of the following rules ");
|
|
12931
12953
|
const _hoisted_6$9 = /* @__PURE__ */ createTextVNode("Add Filter Rule");
|
|
12932
|
-
function _sfc_render$
|
|
12954
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12933
12955
|
const _component_native_select = resolveComponent("native-select");
|
|
12934
12956
|
const _component_filter_rule = resolveComponent("filter-rule");
|
|
12935
12957
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -12939,10 +12961,10 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12939
12961
|
default: withCtx(() => [
|
|
12940
12962
|
createVNode(_component_flex_body, null, {
|
|
12941
12963
|
default: withCtx(() => [
|
|
12942
|
-
createElementVNode("div", _hoisted_1$
|
|
12943
|
-
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
12944
|
-
createElementVNode("div", _hoisted_3$
|
|
12945
|
-
_hoisted_4$
|
|
12964
|
+
createElementVNode("div", _hoisted_1$p, [
|
|
12965
|
+
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
|
|
12966
|
+
createElementVNode("div", _hoisted_3$i, [
|
|
12967
|
+
_hoisted_4$h,
|
|
12946
12968
|
createVNode(_component_native_select, {
|
|
12947
12969
|
modelValue: $data.model.operator,
|
|
12948
12970
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -12984,9 +13006,9 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12984
13006
|
_: 1
|
|
12985
13007
|
});
|
|
12986
13008
|
}
|
|
12987
|
-
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13009
|
+
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-7933a5ee"]]);
|
|
12988
13010
|
var filter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12989
|
-
const _sfc_main$
|
|
13011
|
+
const _sfc_main$w = {
|
|
12990
13012
|
mixins: [InputMixin],
|
|
12991
13013
|
components: {
|
|
12992
13014
|
FilterBuilder
|
|
@@ -13027,32 +13049,32 @@ const _sfc_main$s = {
|
|
|
13027
13049
|
}
|
|
13028
13050
|
}
|
|
13029
13051
|
};
|
|
13030
|
-
const _hoisted_1$
|
|
13052
|
+
const _hoisted_1$o = {
|
|
13031
13053
|
key: 0,
|
|
13032
13054
|
class: "ux-field-title"
|
|
13033
13055
|
};
|
|
13034
|
-
const _hoisted_2$
|
|
13056
|
+
const _hoisted_2$k = {
|
|
13035
13057
|
key: 0,
|
|
13036
13058
|
class: "ux-required-marker"
|
|
13037
13059
|
};
|
|
13038
|
-
const _hoisted_3$
|
|
13060
|
+
const _hoisted_3$h = {
|
|
13039
13061
|
key: 1,
|
|
13040
13062
|
class: "ux-field-description"
|
|
13041
13063
|
};
|
|
13042
|
-
const _hoisted_4$
|
|
13043
|
-
function _sfc_render$
|
|
13064
|
+
const _hoisted_4$g = { key: 2 };
|
|
13065
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13044
13066
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
13045
13067
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13046
13068
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
13047
13069
|
const _component_ux_button = resolveComponent("ux-button");
|
|
13048
13070
|
const _component_flex_row = resolveComponent("flex-row");
|
|
13049
13071
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
13050
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
13072
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$o, [
|
|
13051
13073
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
13052
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13074
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$k, "*")) : createCommentVNode("", true)
|
|
13053
13075
|
])) : createCommentVNode("", true),
|
|
13054
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13055
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
13076
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$h, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
13077
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$g, [
|
|
13056
13078
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
13057
13079
|
return openBlock(), createBlock(_component_flex_row, {
|
|
13058
13080
|
class: "ux-text-row",
|
|
@@ -13110,9 +13132,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13110
13132
|
}, null, 8, ["definition", "modelValue"]))
|
|
13111
13133
|
], 64);
|
|
13112
13134
|
}
|
|
13113
|
-
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13135
|
+
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-4aae9a4a"]]);
|
|
13114
13136
|
var switch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13115
|
-
const _sfc_main$
|
|
13137
|
+
const _sfc_main$v = {
|
|
13116
13138
|
mixins: [InputMixin],
|
|
13117
13139
|
props: {
|
|
13118
13140
|
modelValue: {
|
|
@@ -13151,19 +13173,19 @@ const _sfc_main$r = {
|
|
|
13151
13173
|
}
|
|
13152
13174
|
}
|
|
13153
13175
|
};
|
|
13154
|
-
const _hoisted_1$
|
|
13176
|
+
const _hoisted_1$n = {
|
|
13155
13177
|
key: 0,
|
|
13156
13178
|
class: "ux-field-title"
|
|
13157
13179
|
};
|
|
13158
|
-
const _hoisted_2$
|
|
13180
|
+
const _hoisted_2$j = {
|
|
13159
13181
|
key: 0,
|
|
13160
13182
|
class: "ux-required-marker"
|
|
13161
13183
|
};
|
|
13162
|
-
const _hoisted_3$
|
|
13184
|
+
const _hoisted_3$g = {
|
|
13163
13185
|
key: 1,
|
|
13164
13186
|
class: "ux-field-description"
|
|
13165
13187
|
};
|
|
13166
|
-
function _sfc_render$
|
|
13188
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13167
13189
|
const _component_ux_switch = resolveComponent("ux-switch");
|
|
13168
13190
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13169
13191
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -13187,11 +13209,11 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13187
13209
|
createVNode(_component_flex_cell, { vcenter: "" }, {
|
|
13188
13210
|
default: withCtx(() => [
|
|
13189
13211
|
createElementVNode("div", null, [
|
|
13190
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
13212
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$n, [
|
|
13191
13213
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13192
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13214
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$j, "*")) : createCommentVNode("", true)
|
|
13193
13215
|
])) : createCommentVNode("", true),
|
|
13194
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13216
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$g, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
13195
13217
|
])
|
|
13196
13218
|
]),
|
|
13197
13219
|
_: 1
|
|
@@ -13200,9 +13222,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13200
13222
|
_: 1
|
|
13201
13223
|
});
|
|
13202
13224
|
}
|
|
13203
|
-
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13225
|
+
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-5994d322"]]);
|
|
13204
13226
|
var filedrop_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13205
|
-
const _sfc_main$
|
|
13227
|
+
const _sfc_main$u = {
|
|
13206
13228
|
props: {
|
|
13207
13229
|
multiple: {
|
|
13208
13230
|
type: Boolean
|
|
@@ -13254,9 +13276,9 @@ const _sfc_main$q = {
|
|
|
13254
13276
|
}
|
|
13255
13277
|
}
|
|
13256
13278
|
};
|
|
13257
|
-
const _hoisted_1$
|
|
13258
|
-
const _hoisted_2$
|
|
13259
|
-
function _sfc_render$
|
|
13279
|
+
const _hoisted_1$m = ["accept", "multiple"];
|
|
13280
|
+
const _hoisted_2$i = /* @__PURE__ */ createTextVNode("Select Files");
|
|
13281
|
+
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13260
13282
|
const _component_ux_button = resolveComponent("ux-button");
|
|
13261
13283
|
return openBlock(), createElementBlock("label", {
|
|
13262
13284
|
class: normalizeClass(["file-drop", { over: $data.over }]),
|
|
@@ -13270,7 +13292,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13270
13292
|
type: "file",
|
|
13271
13293
|
multiple: $props.multiple,
|
|
13272
13294
|
onChange: _cache[0] || (_cache[0] = ($event) => $options.filesSelected($event.target.files))
|
|
13273
|
-
}, null, 40, _hoisted_1$
|
|
13295
|
+
}, null, 40, _hoisted_1$m),
|
|
13274
13296
|
createElementVNode("div", {
|
|
13275
13297
|
class: "file-drop-ux",
|
|
13276
13298
|
onClick: _cache[1] || (_cache[1] = (...args) => $options.clicked && $options.clicked(...args))
|
|
@@ -13278,7 +13300,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13278
13300
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
13279
13301
|
createVNode(_component_ux_button, null, {
|
|
13280
13302
|
default: withCtx(() => [
|
|
13281
|
-
_hoisted_2$
|
|
13303
|
+
_hoisted_2$i
|
|
13282
13304
|
]),
|
|
13283
13305
|
_: 1
|
|
13284
13306
|
})
|
|
@@ -13286,9 +13308,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13286
13308
|
])
|
|
13287
13309
|
], 34);
|
|
13288
13310
|
}
|
|
13289
|
-
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13311
|
+
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-1960a794"]]);
|
|
13290
13312
|
var upload_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13291
|
-
const _sfc_main$
|
|
13313
|
+
const _sfc_main$t = {
|
|
13292
13314
|
mixins: [InputMixin],
|
|
13293
13315
|
components: {
|
|
13294
13316
|
FileDrop
|
|
@@ -13422,26 +13444,26 @@ const _sfc_main$p = {
|
|
|
13422
13444
|
},
|
|
13423
13445
|
computed: {}
|
|
13424
13446
|
};
|
|
13425
|
-
const _hoisted_1$
|
|
13447
|
+
const _hoisted_1$l = {
|
|
13426
13448
|
key: 0,
|
|
13427
13449
|
class: "ux-field-title"
|
|
13428
13450
|
};
|
|
13429
|
-
const _hoisted_2$
|
|
13451
|
+
const _hoisted_2$h = {
|
|
13430
13452
|
key: 0,
|
|
13431
13453
|
class: "ux-required-marker"
|
|
13432
13454
|
};
|
|
13433
|
-
const _hoisted_3$
|
|
13455
|
+
const _hoisted_3$f = {
|
|
13434
13456
|
key: 1,
|
|
13435
13457
|
class: "ux-field-description"
|
|
13436
13458
|
};
|
|
13437
|
-
const _hoisted_4$
|
|
13459
|
+
const _hoisted_4$f = {
|
|
13438
13460
|
key: 2,
|
|
13439
13461
|
class: "files"
|
|
13440
13462
|
};
|
|
13441
13463
|
const _hoisted_5$9 = { class: "size" };
|
|
13442
13464
|
const _hoisted_6$8 = /* @__PURE__ */ createTextVNode("Select Files");
|
|
13443
13465
|
const _hoisted_7$6 = /* @__PURE__ */ createTextVNode("Select File");
|
|
13444
|
-
function _sfc_render$
|
|
13466
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13445
13467
|
const _component_progress_bar = resolveComponent("progress-bar");
|
|
13446
13468
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13447
13469
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -13449,12 +13471,12 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13449
13471
|
const _component_flex_row = resolveComponent("flex-row");
|
|
13450
13472
|
const _component_file_drop = resolveComponent("file-drop");
|
|
13451
13473
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
13452
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
13474
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$l, [
|
|
13453
13475
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13454
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13476
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
|
|
13455
13477
|
])) : createCommentVNode("", true),
|
|
13456
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13457
|
-
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
13478
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$f, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
13479
|
+
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$f, [
|
|
13458
13480
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
13459
13481
|
return openBlock(), createElementBlock("div", {
|
|
13460
13482
|
class: "file-item",
|
|
@@ -13524,9 +13546,9 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13524
13546
|
}, 8, ["onFiles"]))
|
|
13525
13547
|
], 64);
|
|
13526
13548
|
}
|
|
13527
|
-
var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13549
|
+
var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-397fdaa7"]]);
|
|
13528
13550
|
var group_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
13529
|
-
const _sfc_main$
|
|
13551
|
+
const _sfc_main$s = {
|
|
13530
13552
|
mixins: [InputMixin],
|
|
13531
13553
|
components: { draggable: draggableComponent },
|
|
13532
13554
|
props: {
|
|
@@ -13611,11 +13633,11 @@ const _sfc_main$o = {
|
|
|
13611
13633
|
}
|
|
13612
13634
|
}
|
|
13613
13635
|
};
|
|
13614
|
-
const _hoisted_1$
|
|
13636
|
+
const _hoisted_1$k = {
|
|
13615
13637
|
key: 0,
|
|
13616
13638
|
class: "ux-multi-group"
|
|
13617
13639
|
};
|
|
13618
|
-
function _sfc_render$
|
|
13640
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13619
13641
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
13620
13642
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13621
13643
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -13625,7 +13647,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13625
13647
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
13626
13648
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
13627
13649
|
const _component_draggable = resolveComponent("draggable");
|
|
13628
|
-
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
13650
|
+
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
13629
13651
|
$options.reorderable ? (openBlock(), createBlock(_component_draggable, {
|
|
13630
13652
|
key: 0,
|
|
13631
13653
|
modelValue: _ctx.model,
|
|
@@ -13949,8 +13971,8 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13949
13971
|
}, null, 8, ["trail", "submission", "onForm:state", "parentModel", "modelValue", "flex", "fields"]))
|
|
13950
13972
|
], 64));
|
|
13951
13973
|
}
|
|
13952
|
-
var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13953
|
-
const _sfc_main$
|
|
13974
|
+
var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-71c41d3a"]]);
|
|
13975
|
+
const _sfc_main$r = {
|
|
13954
13976
|
props: {
|
|
13955
13977
|
option: {
|
|
13956
13978
|
required: true
|
|
@@ -13962,17 +13984,17 @@ const _sfc_main$n = {
|
|
|
13962
13984
|
}
|
|
13963
13985
|
}
|
|
13964
13986
|
};
|
|
13965
|
-
function _sfc_render$
|
|
13987
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13966
13988
|
return renderSlot(_ctx.$slots, "default", { plainValue: $options.plainValue }, () => [
|
|
13967
13989
|
createElementVNode("pre", null, toDisplayString($props.option), 1)
|
|
13968
13990
|
]);
|
|
13969
13991
|
}
|
|
13970
|
-
var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13992
|
+
var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
13971
13993
|
var buttonSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13972
13994
|
function isUndefined$2(entry) {
|
|
13973
13995
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
13974
13996
|
}
|
|
13975
|
-
const _sfc_main$
|
|
13997
|
+
const _sfc_main$q = {
|
|
13976
13998
|
components: {
|
|
13977
13999
|
OptionSlot
|
|
13978
14000
|
},
|
|
@@ -14093,30 +14115,30 @@ const _sfc_main$m = {
|
|
|
14093
14115
|
}
|
|
14094
14116
|
}
|
|
14095
14117
|
};
|
|
14096
|
-
const _hoisted_1$
|
|
14118
|
+
const _hoisted_1$j = {
|
|
14097
14119
|
key: 0,
|
|
14098
14120
|
class: "ux-field-title"
|
|
14099
14121
|
};
|
|
14100
|
-
const _hoisted_2$
|
|
14122
|
+
const _hoisted_2$g = {
|
|
14101
14123
|
key: 0,
|
|
14102
14124
|
class: "ux-required-marker"
|
|
14103
14125
|
};
|
|
14104
|
-
const _hoisted_3$
|
|
14126
|
+
const _hoisted_3$e = {
|
|
14105
14127
|
key: 1,
|
|
14106
14128
|
class: "ux-field-description"
|
|
14107
14129
|
};
|
|
14108
|
-
const _hoisted_4$
|
|
14109
|
-
function _sfc_render$
|
|
14130
|
+
const _hoisted_4$e = { class: "buttons" };
|
|
14131
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14110
14132
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
14111
14133
|
const _component_ux_button = resolveComponent("ux-button");
|
|
14112
14134
|
const _component_option_slot = resolveComponent("option-slot");
|
|
14113
14135
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14114
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14136
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$j, [
|
|
14115
14137
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14116
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14138
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
|
|
14117
14139
|
])) : createCommentVNode("", true),
|
|
14118
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14119
|
-
createElementVNode("div", _hoisted_4$
|
|
14140
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14141
|
+
createElementVNode("div", _hoisted_4$e, [
|
|
14120
14142
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
|
|
14121
14143
|
return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
|
|
14122
14144
|
default: withCtx(({ plainValue }) => [
|
|
@@ -14140,9 +14162,9 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14140
14162
|
])
|
|
14141
14163
|
], 64);
|
|
14142
14164
|
}
|
|
14143
|
-
var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14165
|
+
var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-f0acfde4"]]);
|
|
14144
14166
|
var objectField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14145
|
-
const _sfc_main$
|
|
14167
|
+
const _sfc_main$p = {
|
|
14146
14168
|
props: {
|
|
14147
14169
|
modelValue: {
|
|
14148
14170
|
type: Object
|
|
@@ -14156,32 +14178,32 @@ const _sfc_main$l = {
|
|
|
14156
14178
|
}
|
|
14157
14179
|
}
|
|
14158
14180
|
};
|
|
14159
|
-
const _hoisted_1$
|
|
14181
|
+
const _hoisted_1$i = {
|
|
14160
14182
|
key: 0,
|
|
14161
14183
|
class: "ux-field-title"
|
|
14162
14184
|
};
|
|
14163
|
-
const _hoisted_2$
|
|
14185
|
+
const _hoisted_2$f = {
|
|
14164
14186
|
key: 0,
|
|
14165
14187
|
class: "ux-required-marker"
|
|
14166
14188
|
};
|
|
14167
|
-
const _hoisted_3$
|
|
14189
|
+
const _hoisted_3$d = {
|
|
14168
14190
|
key: 1,
|
|
14169
14191
|
class: "ux-field-description"
|
|
14170
14192
|
};
|
|
14171
|
-
const _hoisted_4$
|
|
14193
|
+
const _hoisted_4$d = { key: 2 };
|
|
14172
14194
|
const _hoisted_5$8 = { key: 3 };
|
|
14173
|
-
function _sfc_render$
|
|
14195
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14174
14196
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14175
14197
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
14176
14198
|
const _component_ux_button = resolveComponent("ux-button");
|
|
14177
14199
|
const _component_flex_row = resolveComponent("flex-row");
|
|
14178
14200
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14179
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14201
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$i, [
|
|
14180
14202
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14181
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14203
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
|
|
14182
14204
|
])) : createCommentVNode("", true),
|
|
14183
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14184
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
14205
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14206
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
|
|
14185
14207
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14186
14208
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14187
14209
|
class: "ux-text-row",
|
|
@@ -14233,9 +14255,9 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14233
14255
|
])) : (openBlock(), createElementBlock("pre", _hoisted_5$8, toDisplayString(_ctx.model), 1))
|
|
14234
14256
|
], 64);
|
|
14235
14257
|
}
|
|
14236
|
-
var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14258
|
+
var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-6b3fc2f2"]]);
|
|
14237
14259
|
var optionsManager_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14238
|
-
const _sfc_main$
|
|
14260
|
+
const _sfc_main$o = {
|
|
14239
14261
|
props: {
|
|
14240
14262
|
modelValue: {
|
|
14241
14263
|
type: [String, Array]
|
|
@@ -14329,44 +14351,44 @@ const _sfc_main$k = {
|
|
|
14329
14351
|
}
|
|
14330
14352
|
}
|
|
14331
14353
|
};
|
|
14332
|
-
const _withScopeId$
|
|
14333
|
-
const _hoisted_1$
|
|
14354
|
+
const _withScopeId$3 = (n2) => (pushScopeId("data-v-076c3da8"), n2 = n2(), popScopeId(), n2);
|
|
14355
|
+
const _hoisted_1$h = {
|
|
14334
14356
|
key: 0,
|
|
14335
14357
|
class: "ux-field-title"
|
|
14336
14358
|
};
|
|
14337
|
-
const _hoisted_2$
|
|
14359
|
+
const _hoisted_2$e = {
|
|
14338
14360
|
key: 0,
|
|
14339
14361
|
class: "ux-required-marker"
|
|
14340
14362
|
};
|
|
14341
|
-
const _hoisted_3$
|
|
14363
|
+
const _hoisted_3$c = {
|
|
14342
14364
|
key: 1,
|
|
14343
14365
|
class: "ux-field-description"
|
|
14344
14366
|
};
|
|
14345
|
-
const _hoisted_4$
|
|
14367
|
+
const _hoisted_4$c = { key: 2 };
|
|
14346
14368
|
const _hoisted_5$7 = { class: "ux-text-wrap prefixed" };
|
|
14347
|
-
const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$
|
|
14369
|
+
const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
14348
14370
|
const _hoisted_7$5 = ["onBlur", "onUpdate:modelValue"];
|
|
14349
14371
|
const _hoisted_8$2 = ["onBlur", "onUpdate:modelValue"];
|
|
14350
14372
|
const _hoisted_9$2 = { class: "ux-text-wrap prefixed" };
|
|
14351
|
-
const _hoisted_10$2 = /* @__PURE__ */ _withScopeId$
|
|
14373
|
+
const _hoisted_10$2 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
|
|
14352
14374
|
const _hoisted_11$1 = ["onFocus", "onUpdate:modelValue"];
|
|
14353
14375
|
const _hoisted_12$1 = ["onFocus", "onUpdate:modelValue"];
|
|
14354
14376
|
const _hoisted_13 = { class: "ux-text-wrap prefixed" };
|
|
14355
|
-
const _hoisted_14 = /* @__PURE__ */ _withScopeId$
|
|
14377
|
+
const _hoisted_14 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
14356
14378
|
const _hoisted_15 = { class: "ux-text-wrap prefixed" };
|
|
14357
|
-
const _hoisted_16 = /* @__PURE__ */ _withScopeId$
|
|
14358
|
-
function _sfc_render$
|
|
14379
|
+
const _hoisted_16 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
|
|
14380
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14359
14381
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14360
14382
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
14361
14383
|
const _component_ux_button = resolveComponent("ux-button");
|
|
14362
14384
|
const _component_flex_row = resolveComponent("flex-row");
|
|
14363
14385
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14364
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14386
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$h, [
|
|
14365
14387
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14366
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14388
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
|
|
14367
14389
|
])) : createCommentVNode("", true),
|
|
14368
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14369
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
14390
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14391
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
|
|
14370
14392
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14371
14393
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14372
14394
|
class: "ux-text-row",
|
|
@@ -14573,9 +14595,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14573
14595
|
}))
|
|
14574
14596
|
], 64);
|
|
14575
14597
|
}
|
|
14576
|
-
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14598
|
+
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-076c3da8"]]);
|
|
14577
14599
|
var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14578
|
-
const _sfc_main$
|
|
14600
|
+
const _sfc_main$n = {
|
|
14579
14601
|
components: {},
|
|
14580
14602
|
methods: {
|
|
14581
14603
|
editorInit() {
|
|
@@ -14647,7 +14669,7 @@ const _sfc_main$j = {
|
|
|
14647
14669
|
};
|
|
14648
14670
|
}
|
|
14649
14671
|
};
|
|
14650
|
-
function _sfc_render$
|
|
14672
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14651
14673
|
const _component_v_ace_editor = resolveComponent("v-ace-editor");
|
|
14652
14674
|
const _component_flex_column = resolveComponent("flex-column");
|
|
14653
14675
|
return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
@@ -14667,9 +14689,9 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14667
14689
|
_: 1
|
|
14668
14690
|
})) : createCommentVNode("", true);
|
|
14669
14691
|
}
|
|
14670
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14692
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-ff0cfcf4"]]);
|
|
14671
14693
|
var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14672
|
-
const _sfc_main$
|
|
14694
|
+
const _sfc_main$m = {
|
|
14673
14695
|
components: {
|
|
14674
14696
|
CodeEditor
|
|
14675
14697
|
},
|
|
@@ -14692,25 +14714,25 @@ const _sfc_main$i = {
|
|
|
14692
14714
|
}
|
|
14693
14715
|
}
|
|
14694
14716
|
};
|
|
14695
|
-
const _hoisted_1$
|
|
14717
|
+
const _hoisted_1$g = {
|
|
14696
14718
|
key: 0,
|
|
14697
14719
|
class: "ux-field-title"
|
|
14698
14720
|
};
|
|
14699
|
-
const _hoisted_2$
|
|
14721
|
+
const _hoisted_2$d = {
|
|
14700
14722
|
key: 0,
|
|
14701
14723
|
class: "ux-required-marker"
|
|
14702
14724
|
};
|
|
14703
|
-
const _hoisted_3$
|
|
14725
|
+
const _hoisted_3$b = {
|
|
14704
14726
|
key: 1,
|
|
14705
14727
|
class: "ux-field-description"
|
|
14706
14728
|
};
|
|
14707
|
-
const _hoisted_4$
|
|
14729
|
+
const _hoisted_4$b = { key: 2 };
|
|
14708
14730
|
const _hoisted_5$6 = { class: "code-editor-field-wrap" };
|
|
14709
14731
|
const _hoisted_6$6 = {
|
|
14710
14732
|
key: 3,
|
|
14711
14733
|
class: "code-editor-field-wrap"
|
|
14712
14734
|
};
|
|
14713
|
-
function _sfc_render$
|
|
14735
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14714
14736
|
const _component_code_editor = resolveComponent("code-editor");
|
|
14715
14737
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14716
14738
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -14719,12 +14741,12 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14719
14741
|
return openBlock(), createElementBlock("div", {
|
|
14720
14742
|
onKeydown: _cache[2] || (_cache[2] = withKeys(withModifiers(($event) => $options.enterPress($event), ["stop"]), ["enter"]))
|
|
14721
14743
|
}, [
|
|
14722
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14744
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$g, [
|
|
14723
14745
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14724
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14746
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
14725
14747
|
])) : createCommentVNode("", true),
|
|
14726
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14727
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
14748
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14749
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$b, [
|
|
14728
14750
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14729
14751
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14730
14752
|
class: "ux-text-row",
|
|
@@ -14790,9 +14812,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14790
14812
|
]))
|
|
14791
14813
|
], 32);
|
|
14792
14814
|
}
|
|
14793
|
-
var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14815
|
+
var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-67761240"]]);
|
|
14794
14816
|
var richtext_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14795
|
-
const _sfc_main$
|
|
14817
|
+
const _sfc_main$l = {
|
|
14796
14818
|
components: {},
|
|
14797
14819
|
methods: {},
|
|
14798
14820
|
props: {
|
|
@@ -14827,7 +14849,7 @@ const _sfc_main$h = {
|
|
|
14827
14849
|
};
|
|
14828
14850
|
}
|
|
14829
14851
|
};
|
|
14830
|
-
function _sfc_render$
|
|
14852
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14831
14853
|
const _component_tiptap = resolveComponent("tiptap");
|
|
14832
14854
|
const _component_flex_column = resolveComponent("flex-column");
|
|
14833
14855
|
return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
@@ -14841,9 +14863,9 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14841
14863
|
_: 1
|
|
14842
14864
|
})) : createCommentVNode("", true);
|
|
14843
14865
|
}
|
|
14844
|
-
var RichText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14866
|
+
var RichText = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-f1bfd246"]]);
|
|
14845
14867
|
var richtextField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14846
|
-
const _sfc_main$
|
|
14868
|
+
const _sfc_main$k = {
|
|
14847
14869
|
components: {
|
|
14848
14870
|
richtext: RichText
|
|
14849
14871
|
},
|
|
@@ -14860,25 +14882,25 @@ const _sfc_main$g = {
|
|
|
14860
14882
|
}
|
|
14861
14883
|
}
|
|
14862
14884
|
};
|
|
14863
|
-
const _hoisted_1$
|
|
14885
|
+
const _hoisted_1$f = {
|
|
14864
14886
|
key: 0,
|
|
14865
14887
|
class: "ux-field-title"
|
|
14866
14888
|
};
|
|
14867
|
-
const _hoisted_2$
|
|
14889
|
+
const _hoisted_2$c = {
|
|
14868
14890
|
key: 0,
|
|
14869
14891
|
class: "ux-required-marker"
|
|
14870
14892
|
};
|
|
14871
|
-
const _hoisted_3$
|
|
14893
|
+
const _hoisted_3$a = {
|
|
14872
14894
|
key: 1,
|
|
14873
14895
|
class: "ux-field-description"
|
|
14874
14896
|
};
|
|
14875
|
-
const _hoisted_4$
|
|
14897
|
+
const _hoisted_4$a = { key: 2 };
|
|
14876
14898
|
const _hoisted_5$5 = { class: "richtext-field-wrap" };
|
|
14877
14899
|
const _hoisted_6$5 = {
|
|
14878
14900
|
key: 3,
|
|
14879
14901
|
class: "richtext-field-wrap"
|
|
14880
14902
|
};
|
|
14881
|
-
function _sfc_render$
|
|
14903
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14882
14904
|
const _component_richtext = resolveComponent("richtext");
|
|
14883
14905
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14884
14906
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -14887,12 +14909,12 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14887
14909
|
return openBlock(), createElementBlock("div", {
|
|
14888
14910
|
onKeydown: _cache[2] || (_cache[2] = withKeys(withModifiers(($event) => _ctx.enterPress($event), ["stop"]), ["enter"]))
|
|
14889
14911
|
}, [
|
|
14890
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14912
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$f, [
|
|
14891
14913
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14892
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14914
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
|
|
14893
14915
|
])) : createCommentVNode("", true),
|
|
14894
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14895
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
14916
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14917
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$a, [
|
|
14896
14918
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14897
14919
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14898
14920
|
class: "ux-text-row",
|
|
@@ -14956,12 +14978,12 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14956
14978
|
]))
|
|
14957
14979
|
], 32);
|
|
14958
14980
|
}
|
|
14959
|
-
var RichTextField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14981
|
+
var RichTextField = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-ba71f3d6"]]);
|
|
14960
14982
|
var InternalRouteSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14961
14983
|
function isUndefined$1(entry) {
|
|
14962
14984
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
14963
14985
|
}
|
|
14964
|
-
const _sfc_main$
|
|
14986
|
+
const _sfc_main$j = {
|
|
14965
14987
|
props: {
|
|
14966
14988
|
title: {
|
|
14967
14989
|
type: String
|
|
@@ -15080,19 +15102,19 @@ const _sfc_main$f = {
|
|
|
15080
15102
|
}
|
|
15081
15103
|
}
|
|
15082
15104
|
};
|
|
15083
|
-
const _hoisted_1$
|
|
15105
|
+
const _hoisted_1$e = {
|
|
15084
15106
|
key: 0,
|
|
15085
15107
|
class: "ux-field-title"
|
|
15086
15108
|
};
|
|
15087
|
-
const _hoisted_2$
|
|
15109
|
+
const _hoisted_2$b = {
|
|
15088
15110
|
key: 0,
|
|
15089
15111
|
class: "ux-required-marker"
|
|
15090
15112
|
};
|
|
15091
|
-
const _hoisted_3$
|
|
15113
|
+
const _hoisted_3$9 = {
|
|
15092
15114
|
key: 1,
|
|
15093
15115
|
class: "ux-field-description"
|
|
15094
15116
|
};
|
|
15095
|
-
const _hoisted_4$
|
|
15117
|
+
const _hoisted_4$9 = {
|
|
15096
15118
|
key: 2,
|
|
15097
15119
|
class: "ui-select-button"
|
|
15098
15120
|
};
|
|
@@ -15102,17 +15124,17 @@ const _hoisted_6$4 = {
|
|
|
15102
15124
|
value: ""
|
|
15103
15125
|
};
|
|
15104
15126
|
const _hoisted_7$4 = ["value"];
|
|
15105
|
-
function _sfc_render$
|
|
15127
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
15106
15128
|
const _component_ux_button = resolveComponent("ux-button");
|
|
15107
15129
|
return openBlock(), createElementBlock("div", {
|
|
15108
15130
|
class: normalizeClass(["native-select", $options.classes])
|
|
15109
15131
|
}, [
|
|
15110
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
15132
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$e, [
|
|
15111
15133
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15112
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
15134
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
|
|
15113
15135
|
])) : createCommentVNode("", true),
|
|
15114
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15115
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
15136
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$9, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15137
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
|
|
15116
15138
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15117
15139
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
15118
15140
|
default: withCtx(() => [
|
|
@@ -15138,12 +15160,12 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15138
15160
|
])
|
|
15139
15161
|
], 2);
|
|
15140
15162
|
}
|
|
15141
|
-
var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15163
|
+
var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-7b06d646"]]);
|
|
15142
15164
|
var InternalMenuSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
15143
15165
|
function isUndefined(entry) {
|
|
15144
15166
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
15145
15167
|
}
|
|
15146
|
-
const _sfc_main$
|
|
15168
|
+
const _sfc_main$i = {
|
|
15147
15169
|
props: {
|
|
15148
15170
|
title: {
|
|
15149
15171
|
type: String
|
|
@@ -15246,19 +15268,19 @@ const _sfc_main$e = {
|
|
|
15246
15268
|
}
|
|
15247
15269
|
}
|
|
15248
15270
|
};
|
|
15249
|
-
const _hoisted_1$
|
|
15271
|
+
const _hoisted_1$d = {
|
|
15250
15272
|
key: 0,
|
|
15251
15273
|
class: "ux-field-title"
|
|
15252
15274
|
};
|
|
15253
|
-
const _hoisted_2$
|
|
15275
|
+
const _hoisted_2$a = {
|
|
15254
15276
|
key: 0,
|
|
15255
15277
|
class: "ux-required-marker"
|
|
15256
15278
|
};
|
|
15257
|
-
const _hoisted_3$
|
|
15279
|
+
const _hoisted_3$8 = {
|
|
15258
15280
|
key: 1,
|
|
15259
15281
|
class: "ux-field-description"
|
|
15260
15282
|
};
|
|
15261
|
-
const _hoisted_4$
|
|
15283
|
+
const _hoisted_4$8 = {
|
|
15262
15284
|
key: 2,
|
|
15263
15285
|
class: "ui-select-button"
|
|
15264
15286
|
};
|
|
@@ -15268,17 +15290,17 @@ const _hoisted_6$3 = {
|
|
|
15268
15290
|
value: ""
|
|
15269
15291
|
};
|
|
15270
15292
|
const _hoisted_7$3 = ["value"];
|
|
15271
|
-
function _sfc_render$
|
|
15293
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
15272
15294
|
const _component_ux_button = resolveComponent("ux-button");
|
|
15273
15295
|
return openBlock(), createElementBlock("div", {
|
|
15274
15296
|
class: normalizeClass(["native-select", $options.classes])
|
|
15275
15297
|
}, [
|
|
15276
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
15298
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$d, [
|
|
15277
15299
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15278
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
15300
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
|
|
15279
15301
|
])) : createCommentVNode("", true),
|
|
15280
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15281
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
15302
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$8, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15303
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
15282
15304
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15283
15305
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
15284
15306
|
default: withCtx(() => [
|
|
@@ -15304,7 +15326,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15304
15326
|
])
|
|
15305
15327
|
], 2);
|
|
15306
15328
|
}
|
|
15307
|
-
var InternalMenuSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15329
|
+
var InternalMenuSelect = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-a04e9882"]]);
|
|
15308
15330
|
var jsep = { exports: {} };
|
|
15309
15331
|
(function(module, exports) {
|
|
15310
15332
|
(function(root2) {
|
|
@@ -16134,7 +16156,7 @@ function computedExpression(key) {
|
|
|
16134
16156
|
return service.evaluateExpression(expression, context);
|
|
16135
16157
|
};
|
|
16136
16158
|
}
|
|
16137
|
-
const _sfc_main$
|
|
16159
|
+
const _sfc_main$h = {
|
|
16138
16160
|
components: {
|
|
16139
16161
|
InternalRouteSelect,
|
|
16140
16162
|
InternalMenuSelect,
|
|
@@ -16586,11 +16608,11 @@ const _sfc_main$d = {
|
|
|
16586
16608
|
}
|
|
16587
16609
|
}
|
|
16588
16610
|
};
|
|
16589
|
-
const _hoisted_1$
|
|
16611
|
+
const _hoisted_1$c = {
|
|
16590
16612
|
key: 26,
|
|
16591
16613
|
class: "ux-field-message"
|
|
16592
16614
|
};
|
|
16593
|
-
function _sfc_render$
|
|
16615
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
16594
16616
|
const _component_internal_route_select = resolveComponent("internal-route-select");
|
|
16595
16617
|
const _component_internal_menu_select = resolveComponent("internal-menu-select");
|
|
16596
16618
|
const _component_custom_html = resolveComponent("custom-html");
|
|
@@ -16821,12 +16843,12 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16821
16843
|
]),
|
|
16822
16844
|
_: 1
|
|
16823
16845
|
})) : createCommentVNode("", true),
|
|
16824
|
-
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
16846
|
+
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$c, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
16825
16847
|
], 34)) : createCommentVNode("", true);
|
|
16826
16848
|
}
|
|
16827
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16849
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-1d0f7c92"]]);
|
|
16828
16850
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16829
|
-
const _sfc_main$
|
|
16851
|
+
const _sfc_main$g = {
|
|
16830
16852
|
props: {
|
|
16831
16853
|
parentModel: {
|
|
16832
16854
|
type: Object
|
|
@@ -17044,7 +17066,7 @@ const _sfc_main$c = {
|
|
|
17044
17066
|
}
|
|
17045
17067
|
}
|
|
17046
17068
|
};
|
|
17047
|
-
function _sfc_render$
|
|
17069
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17048
17070
|
const _component_ux_field = resolveComponent("ux-field");
|
|
17049
17071
|
return openBlock(), createElementBlock("div", {
|
|
17050
17072
|
class: normalizeClass(["ux-form", $options.formClass])
|
|
@@ -17079,13 +17101,13 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17079
17101
|
], true)
|
|
17080
17102
|
], 2);
|
|
17081
17103
|
}
|
|
17082
|
-
var UXForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17104
|
+
var UXForm = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-f463bb0c"]]);
|
|
17083
17105
|
var submissionform_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17084
17106
|
const STATE_READY = "form.ready";
|
|
17085
17107
|
const STATE_PROCESSING = "form.processing";
|
|
17086
17108
|
const STATE_COMPLETE = "form.complete";
|
|
17087
17109
|
const STATE_ERROR = "form.error";
|
|
17088
|
-
const _sfc_main$
|
|
17110
|
+
const _sfc_main$f = {
|
|
17089
17111
|
methods: {
|
|
17090
17112
|
formStateUpdated(state) {
|
|
17091
17113
|
this.formState = state;
|
|
@@ -17210,27 +17232,27 @@ const _sfc_main$b = {
|
|
|
17210
17232
|
}
|
|
17211
17233
|
}
|
|
17212
17234
|
};
|
|
17213
|
-
const _withScopeId$
|
|
17214
|
-
const _hoisted_1$
|
|
17215
|
-
const _hoisted_2$
|
|
17216
|
-
const _hoisted_3$
|
|
17217
|
-
const _hoisted_4$
|
|
17235
|
+
const _withScopeId$2 = (n2) => (pushScopeId("data-v-5d5b3222"), n2 = n2(), popScopeId(), n2);
|
|
17236
|
+
const _hoisted_1$b = { class: "ux-submission-form" };
|
|
17237
|
+
const _hoisted_2$9 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("h3", null, "An error occurred", -1));
|
|
17238
|
+
const _hoisted_3$7 = { key: 0 };
|
|
17239
|
+
const _hoisted_4$7 = { key: 1 };
|
|
17218
17240
|
const _hoisted_5$2 = { key: 2 };
|
|
17219
17241
|
const _hoisted_6$2 = /* @__PURE__ */ createTextVNode(" Try again ");
|
|
17220
17242
|
const _hoisted_7$2 = /* @__PURE__ */ createTextVNode(" Complete! ");
|
|
17221
17243
|
const _hoisted_8$1 = /* @__PURE__ */ createTextVNode(" Back to form ");
|
|
17222
17244
|
const _hoisted_9$1 = ["tooltip"];
|
|
17223
17245
|
const _hoisted_10$1 = /* @__PURE__ */ createTextVNode(" Submit ");
|
|
17224
|
-
function _sfc_render$
|
|
17246
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17225
17247
|
var _a;
|
|
17226
17248
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
17227
17249
|
const _component_ux_button = resolveComponent("ux-button");
|
|
17228
17250
|
const _component_ux_form = resolveComponent("ux-form");
|
|
17229
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
17251
|
+
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
17230
17252
|
$data.state === "form.error" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17231
|
-
_hoisted_2$
|
|
17232
|
-
$data.error.message ? (openBlock(), createElementBlock("pre", _hoisted_3$
|
|
17233
|
-
((_a = $data.error.data) == null ? void 0 : _a.errors) ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
17253
|
+
_hoisted_2$9,
|
|
17254
|
+
$data.error.message ? (openBlock(), createElementBlock("pre", _hoisted_3$7, toDisplayString($data.error.message), 1)) : createCommentVNode("", true),
|
|
17255
|
+
((_a = $data.error.data) == null ? void 0 : _a.errors) ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
|
|
17234
17256
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.error.data.errors, (field) => {
|
|
17235
17257
|
return openBlock(), createElementBlock("pre", {
|
|
17236
17258
|
key: field.path
|
|
@@ -17283,9 +17305,9 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17283
17305
|
], 64))
|
|
17284
17306
|
]);
|
|
17285
17307
|
}
|
|
17286
|
-
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17308
|
+
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-5d5b3222"]]);
|
|
17287
17309
|
var search_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17288
|
-
const _sfc_main$
|
|
17310
|
+
const _sfc_main$e = {
|
|
17289
17311
|
props: {
|
|
17290
17312
|
modelValue: {
|
|
17291
17313
|
type: String
|
|
@@ -17350,15 +17372,15 @@ const _sfc_main$a = {
|
|
|
17350
17372
|
}
|
|
17351
17373
|
}
|
|
17352
17374
|
};
|
|
17353
|
-
const _hoisted_1$
|
|
17354
|
-
const _hoisted_2$
|
|
17355
|
-
function _sfc_render$
|
|
17375
|
+
const _hoisted_1$a = { class: "search" };
|
|
17376
|
+
const _hoisted_2$8 = ["placeholder"];
|
|
17377
|
+
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17356
17378
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
17357
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
17379
|
+
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
17358
17380
|
withDirectives(createElementVNode("input", {
|
|
17359
17381
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.model = $event),
|
|
17360
17382
|
placeholder: $props.placeholder
|
|
17361
|
-
}, null, 8, _hoisted_2$
|
|
17383
|
+
}, null, 8, _hoisted_2$8), [
|
|
17362
17384
|
[vModelText, $options.model]
|
|
17363
17385
|
]),
|
|
17364
17386
|
createElementVNode("div", {
|
|
@@ -17369,7 +17391,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17369
17391
|
])
|
|
17370
17392
|
]);
|
|
17371
17393
|
}
|
|
17372
|
-
var Search = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17394
|
+
var Search = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-303d6348"]]);
|
|
17373
17395
|
var RenderMixin = {
|
|
17374
17396
|
props: {
|
|
17375
17397
|
field: {
|
|
@@ -17472,7 +17494,7 @@ var RenderMixin = {
|
|
|
17472
17494
|
}
|
|
17473
17495
|
};
|
|
17474
17496
|
var group_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17475
|
-
const _sfc_main$
|
|
17497
|
+
const _sfc_main$d = {
|
|
17476
17498
|
mixins: [RenderMixin],
|
|
17477
17499
|
props: {
|
|
17478
17500
|
modelValue: {
|
|
@@ -17503,18 +17525,18 @@ const _sfc_main$9 = {
|
|
|
17503
17525
|
}
|
|
17504
17526
|
}
|
|
17505
17527
|
};
|
|
17506
|
-
const _hoisted_1$
|
|
17528
|
+
const _hoisted_1$9 = {
|
|
17507
17529
|
key: 0,
|
|
17508
17530
|
class: "ux-multi-group"
|
|
17509
17531
|
};
|
|
17510
|
-
function _sfc_render$
|
|
17532
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17511
17533
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
17512
17534
|
const _component_flex_row = resolveComponent("flex-row");
|
|
17513
17535
|
const _component_ux_panel_header = resolveComponent("ux-panel-header");
|
|
17514
17536
|
const _component_ux_render = resolveComponent("ux-render");
|
|
17515
17537
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
17516
17538
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
17517
|
-
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
17539
|
+
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
17518
17540
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
17519
17541
|
return openBlock(), createBlock(_component_ux_panel, {
|
|
17520
17542
|
ref_for: true,
|
|
@@ -17567,9 +17589,9 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17567
17589
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.model = $event)
|
|
17568
17590
|
}, null, 8, ["submission", "fields", "flex", "parentModel", "modelValue"]));
|
|
17569
17591
|
}
|
|
17570
|
-
var FieldGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17592
|
+
var FieldGroup = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-5d97d5ca"]]);
|
|
17571
17593
|
var field_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17572
|
-
const _sfc_main$
|
|
17594
|
+
const _sfc_main$c = {
|
|
17573
17595
|
components: {
|
|
17574
17596
|
Item,
|
|
17575
17597
|
FieldGroup
|
|
@@ -17759,10 +17781,10 @@ const _sfc_main$8 = {
|
|
|
17759
17781
|
}
|
|
17760
17782
|
}
|
|
17761
17783
|
};
|
|
17762
|
-
const _hoisted_1$
|
|
17763
|
-
const _hoisted_2$
|
|
17764
|
-
const _hoisted_3$
|
|
17765
|
-
const _hoisted_4$
|
|
17784
|
+
const _hoisted_1$8 = { class: "ux-field-title" };
|
|
17785
|
+
const _hoisted_2$7 = { class: "ux-field-description" };
|
|
17786
|
+
const _hoisted_3$6 = { key: 1 };
|
|
17787
|
+
const _hoisted_4$6 = { key: 1 };
|
|
17766
17788
|
const _hoisted_5$1 = { key: 1 };
|
|
17767
17789
|
const _hoisted_6$1 = ["href"];
|
|
17768
17790
|
const _hoisted_7$1 = { key: 1 };
|
|
@@ -17771,15 +17793,15 @@ const _hoisted_9 = ["href"];
|
|
|
17771
17793
|
const _hoisted_10 = { key: 1 };
|
|
17772
17794
|
const _hoisted_11 = ["href"];
|
|
17773
17795
|
const _hoisted_12 = { key: 1 };
|
|
17774
|
-
function _sfc_render$
|
|
17796
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17775
17797
|
const _component_field_group = resolveComponent("field-group");
|
|
17776
17798
|
const _component_item = resolveComponent("item");
|
|
17777
17799
|
return $options.visible ? (openBlock(), createElementBlock("div", {
|
|
17778
17800
|
key: 0,
|
|
17779
17801
|
class: normalizeClass(["ux-field-render", $options.classes])
|
|
17780
17802
|
}, [
|
|
17781
|
-
createElementVNode("label", _hoisted_1$
|
|
17782
|
-
createElementVNode("div", _hoisted_2$
|
|
17803
|
+
createElementVNode("label", _hoisted_1$8, toDisplayString($options.title), 1),
|
|
17804
|
+
createElementVNode("div", _hoisted_2$7, toDisplayString($props.field.description), 1),
|
|
17783
17805
|
$options.widget === "group" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17784
17806
|
$options.asObject ? (openBlock(), createBlock(_component_field_group, {
|
|
17785
17807
|
key: 0,
|
|
@@ -17820,12 +17842,12 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17820
17842
|
$options.type == "string" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
17821
17843
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
17822
17844
|
return openBlock(), createElementBlock("div", null, toDisplayString(value), 1);
|
|
17823
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
17845
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$6, toDisplayString($options.fieldModel), 1))
|
|
17824
17846
|
], 64)) : createCommentVNode("", true),
|
|
17825
17847
|
$options.type == "boolean" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
17826
17848
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
17827
17849
|
return openBlock(), createElementBlock("div", null, toDisplayString(!!value), 1);
|
|
17828
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_4$
|
|
17850
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_4$6, toDisplayString(!!$options.fieldModel), 1))
|
|
17829
17851
|
], 64)) : createCommentVNode("", true),
|
|
17830
17852
|
$options.type == "date" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
17831
17853
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
@@ -17862,9 +17884,9 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17862
17884
|
], 64))
|
|
17863
17885
|
], 2)) : createCommentVNode("", true);
|
|
17864
17886
|
}
|
|
17865
|
-
var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17887
|
+
var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-05569ffc"]]);
|
|
17866
17888
|
var render_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17867
|
-
const _sfc_main$
|
|
17889
|
+
const _sfc_main$b = {
|
|
17868
17890
|
props: {
|
|
17869
17891
|
parentModel: {
|
|
17870
17892
|
type: Object
|
|
@@ -17923,7 +17945,7 @@ const _sfc_main$7 = {
|
|
|
17923
17945
|
}
|
|
17924
17946
|
}
|
|
17925
17947
|
};
|
|
17926
|
-
function _sfc_render$
|
|
17948
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17927
17949
|
const _component_ux_field_render = resolveComponent("ux-field-render");
|
|
17928
17950
|
return openBlock(), createElementBlock("div", {
|
|
17929
17951
|
class: normalizeClass(["ux-render", $options.renderClass])
|
|
@@ -17943,7 +17965,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17943
17965
|
], true)
|
|
17944
17966
|
], 2);
|
|
17945
17967
|
}
|
|
17946
|
-
var UXRender = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17968
|
+
var UXRender = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-4d848e06"]]);
|
|
17947
17969
|
function Selection(options) {
|
|
17948
17970
|
options = options || {};
|
|
17949
17971
|
Math.max(parseInt(options.minimum || 0), 0);
|
|
@@ -18046,7 +18068,7 @@ function Selection(options) {
|
|
|
18046
18068
|
return service2;
|
|
18047
18069
|
}
|
|
18048
18070
|
var pager_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18049
|
-
const _sfc_main$
|
|
18071
|
+
const _sfc_main$a = {
|
|
18050
18072
|
props: {
|
|
18051
18073
|
total: {
|
|
18052
18074
|
type: Number,
|
|
@@ -18150,7 +18172,7 @@ const _sfc_main$6 = {
|
|
|
18150
18172
|
};
|
|
18151
18173
|
}
|
|
18152
18174
|
};
|
|
18153
|
-
function _sfc_render$
|
|
18175
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18154
18176
|
const _component_native_select = resolveComponent("native-select");
|
|
18155
18177
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
18156
18178
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -18254,7 +18276,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18254
18276
|
_: 1
|
|
18255
18277
|
});
|
|
18256
18278
|
}
|
|
18257
|
-
var Pager = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18279
|
+
var Pager = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-25ef1240"]]);
|
|
18258
18280
|
var browser_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18259
18281
|
function defaultColumns(self2, type) {
|
|
18260
18282
|
var columns = [];
|
|
@@ -18402,7 +18424,7 @@ function defaultColumns(self2, type) {
|
|
|
18402
18424
|
let cancelInflight;
|
|
18403
18425
|
let cancelledUnmount;
|
|
18404
18426
|
let typeCacheKey;
|
|
18405
|
-
const _sfc_main$
|
|
18427
|
+
const _sfc_main$9 = {
|
|
18406
18428
|
props: {
|
|
18407
18429
|
view: {
|
|
18408
18430
|
type: Object,
|
|
@@ -18923,12 +18945,12 @@ const _sfc_main$5 = {
|
|
|
18923
18945
|
};
|
|
18924
18946
|
}
|
|
18925
18947
|
};
|
|
18926
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
18927
|
-
const _hoisted_1$
|
|
18928
|
-
const _hoisted_2$
|
|
18929
|
-
const _hoisted_3$
|
|
18930
|
-
const _hoisted_4$
|
|
18931
|
-
function _sfc_render$
|
|
18948
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-2bc8da05"), n2 = n2(), popScopeId(), n2);
|
|
18949
|
+
const _hoisted_1$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18950
|
+
const _hoisted_2$6 = { key: 0 };
|
|
18951
|
+
const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18952
|
+
const _hoisted_4$5 = { class: "footer" };
|
|
18953
|
+
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18932
18954
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
18933
18955
|
const _component_ux_button = resolveComponent("ux-button");
|
|
18934
18956
|
const _component_ux_list_item = resolveComponent("ux-list-item");
|
|
@@ -19062,15 +19084,15 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19062
19084
|
debounce: 500,
|
|
19063
19085
|
placeholder: "Keyword Search"
|
|
19064
19086
|
}, null, 8, ["modelValue", "loading"]),
|
|
19065
|
-
_hoisted_1$
|
|
19066
|
-
$props.dateFilterEnabled ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
19087
|
+
_hoisted_1$7,
|
|
19088
|
+
$props.dateFilterEnabled ? (openBlock(), createElementBlock("div", _hoisted_2$6, [
|
|
19067
19089
|
createVNode(_component_ux_field, {
|
|
19068
19090
|
field: $options.dateRangeField,
|
|
19069
19091
|
modelValue: $data.dateRangeFilter,
|
|
19070
19092
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.dateRangeFilter = $event)
|
|
19071
19093
|
}, null, 8, ["field", "modelValue"])
|
|
19072
19094
|
])) : createCommentVNode("", true),
|
|
19073
|
-
_hoisted_3$
|
|
19095
|
+
_hoisted_3$5,
|
|
19074
19096
|
createVNode(_component_filter_builder, {
|
|
19075
19097
|
definition: $data.definition,
|
|
19076
19098
|
modelValue: $data.filter,
|
|
@@ -19091,7 +19113,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19091
19113
|
createVNode(_component_flex_footer, null, {
|
|
19092
19114
|
default: withCtx(() => [
|
|
19093
19115
|
renderSlot(_ctx.$slots, "footera", {}, void 0, true),
|
|
19094
|
-
createElementVNode("div", _hoisted_4$
|
|
19116
|
+
createElementVNode("div", _hoisted_4$5, [
|
|
19095
19117
|
createVNode(_component_pager, {
|
|
19096
19118
|
page: $data.page,
|
|
19097
19119
|
"onUpdate:page": _cache[4] || (_cache[4] = ($event) => $data.page = $event),
|
|
@@ -19111,7 +19133,343 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19111
19133
|
_: 3
|
|
19112
19134
|
})) : createCommentVNode("", true);
|
|
19113
19135
|
}
|
|
19114
|
-
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19136
|
+
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-2bc8da05"]]);
|
|
19137
|
+
var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19138
|
+
const _sfc_main$8 = {
|
|
19139
|
+
props: {
|
|
19140
|
+
item: {
|
|
19141
|
+
type: Object
|
|
19142
|
+
},
|
|
19143
|
+
click: {
|
|
19144
|
+
type: Function
|
|
19145
|
+
}
|
|
19146
|
+
},
|
|
19147
|
+
methods: {
|
|
19148
|
+
clicked() {
|
|
19149
|
+
this.click(this.item);
|
|
19150
|
+
},
|
|
19151
|
+
toggleCollapse() {
|
|
19152
|
+
return this.item.collapsed = !this.collapsed;
|
|
19153
|
+
}
|
|
19154
|
+
},
|
|
19155
|
+
inject: ["isSelected"],
|
|
19156
|
+
computed: {
|
|
19157
|
+
selected() {
|
|
19158
|
+
return this.isSelected(this.item);
|
|
19159
|
+
},
|
|
19160
|
+
hasChildren() {
|
|
19161
|
+
var _a;
|
|
19162
|
+
return (_a = this.item.children) == null ? void 0 : _a.length;
|
|
19163
|
+
},
|
|
19164
|
+
expanded() {
|
|
19165
|
+
return !this.collapsed;
|
|
19166
|
+
},
|
|
19167
|
+
collapsed() {
|
|
19168
|
+
return !this.hasChildren || this.item.collapsed;
|
|
19169
|
+
}
|
|
19170
|
+
}
|
|
19171
|
+
};
|
|
19172
|
+
const _hoisted_1$6 = { class: "outer" };
|
|
19173
|
+
const _hoisted_2$5 = {
|
|
19174
|
+
key: 0,
|
|
19175
|
+
class: "children"
|
|
19176
|
+
};
|
|
19177
|
+
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19178
|
+
const _component_ux_icon = resolveComponent("ux-icon");
|
|
19179
|
+
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19180
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
19181
|
+
const _component_flex_row = resolveComponent("flex-row");
|
|
19182
|
+
const _component_scope_item = resolveComponent("scope-item", true);
|
|
19183
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
19184
|
+
createElementVNode("div", {
|
|
19185
|
+
class: normalizeClass(["scope-item", { selected: $options.selected }]),
|
|
19186
|
+
onClick: _cache[1] || (_cache[1] = (...args) => $options.clicked && $options.clicked(...args))
|
|
19187
|
+
}, [
|
|
19188
|
+
createVNode(_component_flex_row, {
|
|
19189
|
+
gap: "",
|
|
19190
|
+
vcenter: ""
|
|
19191
|
+
}, {
|
|
19192
|
+
default: withCtx(() => [
|
|
19193
|
+
createVNode(_component_flex_cell, {
|
|
19194
|
+
class: "select-mark",
|
|
19195
|
+
shrink: ""
|
|
19196
|
+
}, {
|
|
19197
|
+
default: withCtx(() => [
|
|
19198
|
+
createVNode(_component_ux_icon, {
|
|
19199
|
+
icon: $options.selected ? "fa-check" : "fa-regular fa-circle"
|
|
19200
|
+
}, null, 8, ["icon"])
|
|
19201
|
+
]),
|
|
19202
|
+
_: 1
|
|
19203
|
+
}),
|
|
19204
|
+
createVNode(_component_flex_cell, null, {
|
|
19205
|
+
default: withCtx(() => [
|
|
19206
|
+
createTextVNode(toDisplayString($props.item.title), 1)
|
|
19207
|
+
]),
|
|
19208
|
+
_: 1
|
|
19209
|
+
}),
|
|
19210
|
+
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
19211
|
+
default: withCtx(() => [
|
|
19212
|
+
createElementVNode("div", {
|
|
19213
|
+
class: normalizeClass({ hide: !$options.hasChildren })
|
|
19214
|
+
}, [
|
|
19215
|
+
createVNode(_component_ux_button, {
|
|
19216
|
+
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.toggleCollapse(), ["stop", "prevent"])),
|
|
19217
|
+
size: "xs",
|
|
19218
|
+
icon: ""
|
|
19219
|
+
}, {
|
|
19220
|
+
default: withCtx(() => [
|
|
19221
|
+
createVNode(_component_ux_icon, {
|
|
19222
|
+
icon: $options.expanded ? "fa-angle-up" : "fa-angle-down"
|
|
19223
|
+
}, null, 8, ["icon"])
|
|
19224
|
+
]),
|
|
19225
|
+
_: 1
|
|
19226
|
+
})
|
|
19227
|
+
], 2)
|
|
19228
|
+
]),
|
|
19229
|
+
_: 1
|
|
19230
|
+
})
|
|
19231
|
+
]),
|
|
19232
|
+
_: 1
|
|
19233
|
+
})
|
|
19234
|
+
], 2),
|
|
19235
|
+
$options.expanded ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
19236
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($props.item.children, (child) => {
|
|
19237
|
+
return openBlock(), createBlock(_component_scope_item, {
|
|
19238
|
+
click: $props.click,
|
|
19239
|
+
item: child
|
|
19240
|
+
}, null, 8, ["click", "item"]);
|
|
19241
|
+
}), 256))
|
|
19242
|
+
])) : createCommentVNode("", true)
|
|
19243
|
+
]);
|
|
19244
|
+
}
|
|
19245
|
+
var ScopeItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-5f67b500"]]);
|
|
19246
|
+
var ScopeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19247
|
+
let inflight;
|
|
19248
|
+
const _sfc_main$7 = {
|
|
19249
|
+
components: {
|
|
19250
|
+
ScopeItem
|
|
19251
|
+
},
|
|
19252
|
+
async created() {
|
|
19253
|
+
this.glossary = await this.$sdk.content.glossary({ hash: true });
|
|
19254
|
+
},
|
|
19255
|
+
props: {
|
|
19256
|
+
action: {
|
|
19257
|
+
type: String
|
|
19258
|
+
},
|
|
19259
|
+
type: {
|
|
19260
|
+
type: String,
|
|
19261
|
+
required: true
|
|
19262
|
+
},
|
|
19263
|
+
modelValue: {
|
|
19264
|
+
type: Array,
|
|
19265
|
+
default() {
|
|
19266
|
+
return [];
|
|
19267
|
+
}
|
|
19268
|
+
}
|
|
19269
|
+
},
|
|
19270
|
+
data() {
|
|
19271
|
+
return {
|
|
19272
|
+
loading: true,
|
|
19273
|
+
glossary: {},
|
|
19274
|
+
model: this.modelValue,
|
|
19275
|
+
scopes: []
|
|
19276
|
+
};
|
|
19277
|
+
},
|
|
19278
|
+
methods: {
|
|
19279
|
+
select(scope) {
|
|
19280
|
+
if (!this.isSelected(scope)) {
|
|
19281
|
+
this.model.push(scope);
|
|
19282
|
+
}
|
|
19283
|
+
},
|
|
19284
|
+
deselect(scope) {
|
|
19285
|
+
const self2 = this;
|
|
19286
|
+
const scopeID = self2.$sdk.utils.id(scope);
|
|
19287
|
+
if (self2.isSelected(scope)) {
|
|
19288
|
+
self2.model = self2.model.filter(function(entry) {
|
|
19289
|
+
const entryID = self2.$sdk.utils.id(entry);
|
|
19290
|
+
return entryID != scopeID;
|
|
19291
|
+
});
|
|
19292
|
+
}
|
|
19293
|
+
},
|
|
19294
|
+
isSelected(scope) {
|
|
19295
|
+
const scopeID = this.$sdk.utils.id(scope);
|
|
19296
|
+
return this.hash[scopeID];
|
|
19297
|
+
},
|
|
19298
|
+
toggle(scope) {
|
|
19299
|
+
if (this.isSelected(scope)) {
|
|
19300
|
+
this.deselect(scope);
|
|
19301
|
+
} else {
|
|
19302
|
+
this.select(scope);
|
|
19303
|
+
}
|
|
19304
|
+
},
|
|
19305
|
+
click(scope) {
|
|
19306
|
+
this.toggle(scope);
|
|
19307
|
+
},
|
|
19308
|
+
async checkLoad() {
|
|
19309
|
+
if (inflight) {
|
|
19310
|
+
return;
|
|
19311
|
+
}
|
|
19312
|
+
inflight = true;
|
|
19313
|
+
if (this.action && this.type) {
|
|
19314
|
+
this.scopes = await this.loadScopes();
|
|
19315
|
+
} else {
|
|
19316
|
+
console.log("missing action or type", this.action, this.type);
|
|
19317
|
+
}
|
|
19318
|
+
inflight = false;
|
|
19319
|
+
},
|
|
19320
|
+
async loadScopes() {
|
|
19321
|
+
this.loading = true;
|
|
19322
|
+
const { data } = await this.$sdk.api.post(`/scope/actionable`, {
|
|
19323
|
+
action: this.action,
|
|
19324
|
+
type: this.type
|
|
19325
|
+
});
|
|
19326
|
+
this.loading = false;
|
|
19327
|
+
return data;
|
|
19328
|
+
},
|
|
19329
|
+
async showModal() {
|
|
19330
|
+
const self2 = this;
|
|
19331
|
+
const options = {};
|
|
19332
|
+
await self2.$sdk.modal({
|
|
19333
|
+
component: ScopeSelectModal,
|
|
19334
|
+
options
|
|
19335
|
+
});
|
|
19336
|
+
}
|
|
19337
|
+
},
|
|
19338
|
+
provide() {
|
|
19339
|
+
return {
|
|
19340
|
+
isSelected: this.isSelected
|
|
19341
|
+
};
|
|
19342
|
+
},
|
|
19343
|
+
computed: {
|
|
19344
|
+
hasSelection() {
|
|
19345
|
+
return this.model.length;
|
|
19346
|
+
},
|
|
19347
|
+
hash() {
|
|
19348
|
+
return this.model.reduce(function(memo, scope) {
|
|
19349
|
+
memo[scope._id || scope] = true;
|
|
19350
|
+
return memo;
|
|
19351
|
+
}, {});
|
|
19352
|
+
},
|
|
19353
|
+
empty() {
|
|
19354
|
+
return !this.model.length;
|
|
19355
|
+
},
|
|
19356
|
+
summary() {
|
|
19357
|
+
const self2 = this;
|
|
19358
|
+
if (!self2.model.length) {
|
|
19359
|
+
return "Select Scopes";
|
|
19360
|
+
}
|
|
19361
|
+
return self2.model.map(function(scope) {
|
|
19362
|
+
return scope.title;
|
|
19363
|
+
}).join(", ");
|
|
19364
|
+
}
|
|
19365
|
+
},
|
|
19366
|
+
watch: {
|
|
19367
|
+
type: {
|
|
19368
|
+
handler() {
|
|
19369
|
+
this.checkLoad();
|
|
19370
|
+
},
|
|
19371
|
+
immediate: true
|
|
19372
|
+
},
|
|
19373
|
+
action: {
|
|
19374
|
+
handler() {
|
|
19375
|
+
this.checkLoad();
|
|
19376
|
+
},
|
|
19377
|
+
immediate: true
|
|
19378
|
+
},
|
|
19379
|
+
modelValue(m) {
|
|
19380
|
+
this.model = m;
|
|
19381
|
+
},
|
|
19382
|
+
model(m) {
|
|
19383
|
+
this.$emit("update:modelValue", m);
|
|
19384
|
+
}
|
|
19385
|
+
}
|
|
19386
|
+
};
|
|
19387
|
+
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19388
|
+
const _component_spinner = resolveComponent("spinner");
|
|
19389
|
+
const _component_scope_item = resolveComponent("scope-item");
|
|
19390
|
+
return openBlock(), createElementBlock("div", {
|
|
19391
|
+
class: normalizeClass({ has: $options.hasSelection })
|
|
19392
|
+
}, [
|
|
19393
|
+
$data.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($data.scopes, (scope) => {
|
|
19394
|
+
return openBlock(), createBlock(_component_scope_item, {
|
|
19395
|
+
click: $options.click,
|
|
19396
|
+
item: scope
|
|
19397
|
+
}, null, 8, ["click", "item"]);
|
|
19398
|
+
}), 256))
|
|
19399
|
+
], 2);
|
|
19400
|
+
}
|
|
19401
|
+
var ScopeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-243a360c"]]);
|
|
19402
|
+
var ScopeSelectButton_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19403
|
+
const _sfc_main$6 = {
|
|
19404
|
+
created() {
|
|
19405
|
+
},
|
|
19406
|
+
props: {
|
|
19407
|
+
action: {
|
|
19408
|
+
type: String
|
|
19409
|
+
},
|
|
19410
|
+
type: {
|
|
19411
|
+
type: String
|
|
19412
|
+
},
|
|
19413
|
+
modelValue: {
|
|
19414
|
+
type: Array,
|
|
19415
|
+
default() {
|
|
19416
|
+
return [];
|
|
19417
|
+
}
|
|
19418
|
+
}
|
|
19419
|
+
},
|
|
19420
|
+
data() {
|
|
19421
|
+
return {
|
|
19422
|
+
model: this.modelValue
|
|
19423
|
+
};
|
|
19424
|
+
},
|
|
19425
|
+
methods: {
|
|
19426
|
+
async openSelection() {
|
|
19427
|
+
const self2 = this;
|
|
19428
|
+
const scopes = await self2.$sdk.selectScopes({
|
|
19429
|
+
action: self2.action,
|
|
19430
|
+
type: self2.type,
|
|
19431
|
+
model: self2.model
|
|
19432
|
+
});
|
|
19433
|
+
self2.model = scopes;
|
|
19434
|
+
}
|
|
19435
|
+
},
|
|
19436
|
+
computed: {
|
|
19437
|
+
empty() {
|
|
19438
|
+
return !this.model.length;
|
|
19439
|
+
},
|
|
19440
|
+
summary() {
|
|
19441
|
+
const self2 = this;
|
|
19442
|
+
if (!self2.model.length) {
|
|
19443
|
+
return "Select Scopes";
|
|
19444
|
+
}
|
|
19445
|
+
return self2.model.map(function(scope) {
|
|
19446
|
+
return scope.title || "(hidden)";
|
|
19447
|
+
}).join(", ");
|
|
19448
|
+
}
|
|
19449
|
+
},
|
|
19450
|
+
watch: {
|
|
19451
|
+
modelValue(m) {
|
|
19452
|
+
this.model = m;
|
|
19453
|
+
},
|
|
19454
|
+
model(m) {
|
|
19455
|
+
this.$emit("update:modelValue", m);
|
|
19456
|
+
}
|
|
19457
|
+
}
|
|
19458
|
+
};
|
|
19459
|
+
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19460
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
19461
|
+
return openBlock(), createElementBlock("div", null, [
|
|
19462
|
+
createVNode(_component_ux_button, { onClick: $options.openSelection }, {
|
|
19463
|
+
default: withCtx(() => [
|
|
19464
|
+
createElementVNode("span", {
|
|
19465
|
+
class: normalizeClass({ "empty-text": $options.empty })
|
|
19466
|
+
}, toDisplayString($options.summary), 3)
|
|
19467
|
+
]),
|
|
19468
|
+
_: 1
|
|
19469
|
+
}, 8, ["onClick"])
|
|
19470
|
+
]);
|
|
19471
|
+
}
|
|
19472
|
+
var ScopeSelectButton = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-d699ee9c"]]);
|
|
19115
19473
|
var ModalMixin = {
|
|
19116
19474
|
props: {
|
|
19117
19475
|
options: {
|
|
@@ -19134,7 +19492,7 @@ var ModalMixin = {
|
|
|
19134
19492
|
}
|
|
19135
19493
|
};
|
|
19136
19494
|
var Modal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19137
|
-
const _sfc_main$
|
|
19495
|
+
const _sfc_main$5 = {
|
|
19138
19496
|
props: {
|
|
19139
19497
|
modal: {
|
|
19140
19498
|
type: Object,
|
|
@@ -19170,9 +19528,9 @@ const _sfc_main$4 = {
|
|
|
19170
19528
|
}
|
|
19171
19529
|
}
|
|
19172
19530
|
};
|
|
19173
|
-
const _hoisted_1$
|
|
19174
|
-
function _sfc_render$
|
|
19175
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19531
|
+
const _hoisted_1$5 = { class: "modal-wrapper" };
|
|
19532
|
+
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19533
|
+
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
19176
19534
|
createElementVNode("div", {
|
|
19177
19535
|
class: "modal-blanket",
|
|
19178
19536
|
onClick: _cache[0] || (_cache[0] = (...args) => $options.blanketClick && $options.blanketClick(...args))
|
|
@@ -19190,16 +19548,16 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19190
19548
|
], 4)
|
|
19191
19549
|
]);
|
|
19192
19550
|
}
|
|
19193
|
-
var UxModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19551
|
+
var UxModal = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-53027fe5"]]);
|
|
19194
19552
|
var ConfirmModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19195
|
-
const _sfc_main$
|
|
19553
|
+
const _sfc_main$4 = {
|
|
19196
19554
|
mixins: [ModalMixin]
|
|
19197
19555
|
};
|
|
19198
|
-
const _hoisted_1$
|
|
19199
|
-
const _hoisted_2$
|
|
19200
|
-
const _hoisted_3$
|
|
19201
|
-
const _hoisted_4$
|
|
19202
|
-
function _sfc_render$
|
|
19556
|
+
const _hoisted_1$4 = { class: "padder" };
|
|
19557
|
+
const _hoisted_2$4 = { class: "padder" };
|
|
19558
|
+
const _hoisted_3$4 = /* @__PURE__ */ createTextVNode("Cancel");
|
|
19559
|
+
const _hoisted_4$4 = /* @__PURE__ */ createTextVNode("Confirm");
|
|
19560
|
+
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19203
19561
|
const _component_flex_body = resolveComponent("flex-body");
|
|
19204
19562
|
const _component_ux_button = resolveComponent("ux-button");
|
|
19205
19563
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -19210,7 +19568,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19210
19568
|
default: withCtx(() => [
|
|
19211
19569
|
createVNode(_component_flex_body, null, {
|
|
19212
19570
|
default: withCtx(() => [
|
|
19213
|
-
createElementVNode("div", _hoisted_1$
|
|
19571
|
+
createElementVNode("div", _hoisted_1$4, [
|
|
19214
19572
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
19215
19573
|
createElementVNode("div", null, toDisplayString(_ctx.options.description), 1)
|
|
19216
19574
|
])
|
|
@@ -19219,14 +19577,14 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19219
19577
|
}),
|
|
19220
19578
|
createVNode(_component_flex_footer, null, {
|
|
19221
19579
|
default: withCtx(() => [
|
|
19222
|
-
createElementVNode("div", _hoisted_2$
|
|
19580
|
+
createElementVNode("div", _hoisted_2$4, [
|
|
19223
19581
|
createVNode(_component_flex_row, null, {
|
|
19224
19582
|
default: withCtx(() => [
|
|
19225
19583
|
createVNode(_component_flex_cell, null, {
|
|
19226
19584
|
default: withCtx(() => [
|
|
19227
19585
|
createVNode(_component_ux_button, { onClick: _ctx.dismiss }, {
|
|
19228
19586
|
default: withCtx(() => [
|
|
19229
|
-
_hoisted_3$
|
|
19587
|
+
_hoisted_3$4
|
|
19230
19588
|
]),
|
|
19231
19589
|
_: 1
|
|
19232
19590
|
}, 8, ["onClick"])
|
|
@@ -19237,7 +19595,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19237
19595
|
default: withCtx(() => [
|
|
19238
19596
|
createVNode(_component_ux_button, { onClick: _ctx.close }, {
|
|
19239
19597
|
default: withCtx(() => [
|
|
19240
|
-
_hoisted_4$
|
|
19598
|
+
_hoisted_4$4
|
|
19241
19599
|
]),
|
|
19242
19600
|
_: 1
|
|
19243
19601
|
}, 8, ["onClick"])
|
|
@@ -19255,9 +19613,9 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19255
19613
|
_: 1
|
|
19256
19614
|
});
|
|
19257
19615
|
}
|
|
19258
|
-
var UxConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19616
|
+
var UxConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-20b62981"]]);
|
|
19259
19617
|
var OptionsModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19260
|
-
const _sfc_main$
|
|
19618
|
+
const _sfc_main$3 = {
|
|
19261
19619
|
data() {
|
|
19262
19620
|
return {
|
|
19263
19621
|
selected: null
|
|
@@ -19271,10 +19629,10 @@ const _sfc_main$2 = {
|
|
|
19271
19629
|
}
|
|
19272
19630
|
}
|
|
19273
19631
|
};
|
|
19274
|
-
const _hoisted_1$
|
|
19275
|
-
const _hoisted_2$
|
|
19276
|
-
const _hoisted_3$
|
|
19277
|
-
const _hoisted_4$
|
|
19632
|
+
const _hoisted_1$3 = { class: "header" };
|
|
19633
|
+
const _hoisted_2$3 = { class: "padder" };
|
|
19634
|
+
const _hoisted_3$3 = ["onClick"];
|
|
19635
|
+
const _hoisted_4$3 = {
|
|
19278
19636
|
key: 0,
|
|
19279
19637
|
class: "title"
|
|
19280
19638
|
};
|
|
@@ -19284,7 +19642,7 @@ const _hoisted_5 = {
|
|
|
19284
19642
|
};
|
|
19285
19643
|
const _hoisted_6 = { class: "padder" };
|
|
19286
19644
|
const _hoisted_7 = /* @__PURE__ */ createTextVNode("Cancel");
|
|
19287
|
-
function _sfc_render$
|
|
19645
|
+
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19288
19646
|
const _component_flex_header = resolveComponent("flex-header");
|
|
19289
19647
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19290
19648
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -19297,7 +19655,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19297
19655
|
default: withCtx(() => [
|
|
19298
19656
|
createVNode(_component_flex_header, null, {
|
|
19299
19657
|
default: withCtx(() => [
|
|
19300
|
-
createElementVNode("div", _hoisted_1$
|
|
19658
|
+
createElementVNode("div", _hoisted_1$3, [
|
|
19301
19659
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
19302
19660
|
createElementVNode("div", null, toDisplayString(_ctx.options.description), 1)
|
|
19303
19661
|
])
|
|
@@ -19306,7 +19664,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19306
19664
|
}),
|
|
19307
19665
|
createVNode(_component_flex_body, { class: "body" }, {
|
|
19308
19666
|
default: withCtx(() => [
|
|
19309
|
-
createElementVNode("div", _hoisted_2$
|
|
19667
|
+
createElementVNode("div", _hoisted_2$3, [
|
|
19310
19668
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options.choices, (choice) => {
|
|
19311
19669
|
return openBlock(), createElementBlock("div", {
|
|
19312
19670
|
class: "choice",
|
|
@@ -19316,7 +19674,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19316
19674
|
default: withCtx(() => [
|
|
19317
19675
|
createVNode(_component_flex_cell, null, {
|
|
19318
19676
|
default: withCtx(() => [
|
|
19319
|
-
choice.title ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
19677
|
+
choice.title ? (openBlock(), createElementBlock("div", _hoisted_4$3, toDisplayString(choice.title), 1)) : createCommentVNode("", true),
|
|
19320
19678
|
choice.description ? (openBlock(), createElementBlock("div", _hoisted_5, toDisplayString(choice.description), 1)) : createCommentVNode("", true)
|
|
19321
19679
|
]),
|
|
19322
19680
|
_: 2
|
|
@@ -19330,7 +19688,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19330
19688
|
]),
|
|
19331
19689
|
_: 2
|
|
19332
19690
|
}, 1024)
|
|
19333
|
-
], 8, _hoisted_3$
|
|
19691
|
+
], 8, _hoisted_3$3);
|
|
19334
19692
|
}), 256))
|
|
19335
19693
|
])
|
|
19336
19694
|
]),
|
|
@@ -19353,9 +19711,9 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19353
19711
|
_: 1
|
|
19354
19712
|
});
|
|
19355
19713
|
}
|
|
19356
|
-
var UxOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19714
|
+
var UxOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-09008c8a"]]);
|
|
19357
19715
|
var PromptModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19358
|
-
const _sfc_main$
|
|
19716
|
+
const _sfc_main$2 = {
|
|
19359
19717
|
mixins: [ModalMixin],
|
|
19360
19718
|
data() {
|
|
19361
19719
|
return {
|
|
@@ -19374,11 +19732,11 @@ const _sfc_main$1 = {
|
|
|
19374
19732
|
}
|
|
19375
19733
|
}
|
|
19376
19734
|
};
|
|
19377
|
-
const _hoisted_1$
|
|
19378
|
-
const _hoisted_2$
|
|
19379
|
-
const _hoisted_3$
|
|
19380
|
-
const _hoisted_4$
|
|
19381
|
-
function _sfc_render$
|
|
19735
|
+
const _hoisted_1$2 = { class: "padder" };
|
|
19736
|
+
const _hoisted_2$2 = { class: "padder" };
|
|
19737
|
+
const _hoisted_3$2 = /* @__PURE__ */ createTextVNode("Cancel");
|
|
19738
|
+
const _hoisted_4$2 = /* @__PURE__ */ createTextVNode("Confirm");
|
|
19739
|
+
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19382
19740
|
const _component_ux_form = resolveComponent("ux-form");
|
|
19383
19741
|
const _component_flex_body = resolveComponent("flex-body");
|
|
19384
19742
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -19395,7 +19753,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19395
19753
|
default: withCtx(() => [
|
|
19396
19754
|
createVNode(_component_flex_body, null, {
|
|
19397
19755
|
default: withCtx(() => [
|
|
19398
|
-
createElementVNode("div", _hoisted_1$
|
|
19756
|
+
createElementVNode("div", _hoisted_1$2, [
|
|
19399
19757
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
19400
19758
|
createElementVNode("div", null, toDisplayString(_ctx.options.description), 1),
|
|
19401
19759
|
createVNode(_component_ux_form, {
|
|
@@ -19410,7 +19768,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19410
19768
|
}),
|
|
19411
19769
|
createVNode(_component_flex_footer, null, {
|
|
19412
19770
|
default: withCtx(() => [
|
|
19413
|
-
createElementVNode("div", _hoisted_2$
|
|
19771
|
+
createElementVNode("div", _hoisted_2$2, [
|
|
19414
19772
|
createVNode(_component_flex_row, null, {
|
|
19415
19773
|
default: withCtx(() => [
|
|
19416
19774
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
@@ -19420,7 +19778,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19420
19778
|
onClick: _ctx.dismiss
|
|
19421
19779
|
}, {
|
|
19422
19780
|
default: withCtx(() => [
|
|
19423
|
-
_hoisted_3$
|
|
19781
|
+
_hoisted_3$2
|
|
19424
19782
|
]),
|
|
19425
19783
|
_: 1
|
|
19426
19784
|
}, 8, ["onClick"])
|
|
@@ -19435,7 +19793,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19435
19793
|
onClick: _cache[1] || (_cache[1] = ($event) => _ctx.close($data.model))
|
|
19436
19794
|
}, {
|
|
19437
19795
|
default: withCtx(() => [
|
|
19438
|
-
_hoisted_4$
|
|
19796
|
+
_hoisted_4$2
|
|
19439
19797
|
]),
|
|
19440
19798
|
_: 1
|
|
19441
19799
|
})
|
|
@@ -19454,9 +19812,9 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19454
19812
|
})
|
|
19455
19813
|
], 32);
|
|
19456
19814
|
}
|
|
19457
|
-
var UxPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19815
|
+
var UxPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-4af3c888"]]);
|
|
19458
19816
|
var ContentModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19459
|
-
const _sfc_main = {
|
|
19817
|
+
const _sfc_main$1 = {
|
|
19460
19818
|
components: {
|
|
19461
19819
|
ContentBrowser,
|
|
19462
19820
|
Search
|
|
@@ -19509,11 +19867,11 @@ const _sfc_main = {
|
|
|
19509
19867
|
}
|
|
19510
19868
|
}
|
|
19511
19869
|
};
|
|
19512
|
-
const _hoisted_1 = /* @__PURE__ */ createTextVNode(" Loading ");
|
|
19513
|
-
const _hoisted_2 = { class: "header" };
|
|
19514
|
-
const _hoisted_3 = { class: "font-muted font-sm" };
|
|
19515
|
-
const _hoisted_4 = /* @__PURE__ */ createTextVNode("Done");
|
|
19516
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19870
|
+
const _hoisted_1$1 = /* @__PURE__ */ createTextVNode(" Loading ");
|
|
19871
|
+
const _hoisted_2$1 = { class: "header" };
|
|
19872
|
+
const _hoisted_3$1 = { class: "font-muted font-sm" };
|
|
19873
|
+
const _hoisted_4$1 = /* @__PURE__ */ createTextVNode("Done");
|
|
19874
|
+
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19517
19875
|
const _component_flex_column = resolveComponent("flex-column");
|
|
19518
19876
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19519
19877
|
const _component_search = resolveComponent("search");
|
|
@@ -19525,14 +19883,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19525
19883
|
default: withCtx(() => [
|
|
19526
19884
|
$data.loading ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
19527
19885
|
default: withCtx(() => [
|
|
19528
|
-
_hoisted_1
|
|
19886
|
+
_hoisted_1$1
|
|
19529
19887
|
]),
|
|
19530
19888
|
_: 1
|
|
19531
19889
|
})) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
19532
19890
|
$data.definition ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19533
19891
|
createVNode(_component_flex_header, null, {
|
|
19534
19892
|
default: withCtx(() => [
|
|
19535
|
-
createElementVNode("div", _hoisted_2, [
|
|
19893
|
+
createElementVNode("div", _hoisted_2$1, [
|
|
19536
19894
|
createVNode(_component_flex_row, {
|
|
19537
19895
|
vcenter: "",
|
|
19538
19896
|
gap: ""
|
|
@@ -19546,7 +19904,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19546
19904
|
}),
|
|
19547
19905
|
$options.maximum ? (openBlock(), createBlock(_component_flex_cell, { key: 0 }, {
|
|
19548
19906
|
default: withCtx(() => [
|
|
19549
|
-
createElementVNode("span", _hoisted_3, "(" + toDisplayString($data.model.length) + " of " + toDisplayString($options.maximum) + ")", 1)
|
|
19907
|
+
createElementVNode("span", _hoisted_3$1, "(" + toDisplayString($data.model.length) + " of " + toDisplayString($options.maximum) + ")", 1)
|
|
19550
19908
|
]),
|
|
19551
19909
|
_: 1
|
|
19552
19910
|
})) : createCommentVNode("", true),
|
|
@@ -19569,7 +19927,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19569
19927
|
onClick: $options.selectionComplete
|
|
19570
19928
|
}, {
|
|
19571
19929
|
default: withCtx(() => [
|
|
19572
|
-
_hoisted_4
|
|
19930
|
+
_hoisted_4$1
|
|
19573
19931
|
]),
|
|
19574
19932
|
_: 1
|
|
19575
19933
|
}, 8, ["onClick"])
|
|
@@ -19599,7 +19957,100 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19599
19957
|
_: 1
|
|
19600
19958
|
});
|
|
19601
19959
|
}
|
|
19602
|
-
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-57c31aea"]]);
|
|
19960
|
+
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-57c31aea"]]);
|
|
19961
|
+
var ScopeModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19962
|
+
const _sfc_main = {
|
|
19963
|
+
components: {
|
|
19964
|
+
ScopeSelect
|
|
19965
|
+
},
|
|
19966
|
+
mixins: [ModalMixin],
|
|
19967
|
+
computed: {
|
|
19968
|
+
type() {
|
|
19969
|
+
return this.options.type;
|
|
19970
|
+
},
|
|
19971
|
+
action() {
|
|
19972
|
+
return this.options.action;
|
|
19973
|
+
}
|
|
19974
|
+
},
|
|
19975
|
+
data() {
|
|
19976
|
+
return {
|
|
19977
|
+
model: this.options.model.slice()
|
|
19978
|
+
};
|
|
19979
|
+
},
|
|
19980
|
+
methods: {
|
|
19981
|
+
selectionComplete(data) {
|
|
19982
|
+
this.close(this.model);
|
|
19983
|
+
}
|
|
19984
|
+
}
|
|
19985
|
+
};
|
|
19986
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-17b3e792"), n2 = n2(), popScopeId(), n2);
|
|
19987
|
+
const _hoisted_1 = { class: "header" };
|
|
19988
|
+
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("h3", null, "Select Scopes", -1));
|
|
19989
|
+
const _hoisted_3 = /* @__PURE__ */ createTextVNode("Done");
|
|
19990
|
+
const _hoisted_4 = { class: "padder" };
|
|
19991
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19992
|
+
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19993
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
19994
|
+
const _component_flex_row = resolveComponent("flex-row");
|
|
19995
|
+
const _component_flex_header = resolveComponent("flex-header");
|
|
19996
|
+
const _component_scope_select = resolveComponent("scope-select");
|
|
19997
|
+
const _component_flex_body = resolveComponent("flex-body");
|
|
19998
|
+
const _component_flex_column = resolveComponent("flex-column");
|
|
19999
|
+
return openBlock(), createBlock(_component_flex_column, { class: "wrapper" }, {
|
|
20000
|
+
default: withCtx(() => [
|
|
20001
|
+
createVNode(_component_flex_header, null, {
|
|
20002
|
+
default: withCtx(() => [
|
|
20003
|
+
createElementVNode("div", _hoisted_1, [
|
|
20004
|
+
createVNode(_component_flex_row, {
|
|
20005
|
+
vcenter: "",
|
|
20006
|
+
gap: ""
|
|
20007
|
+
}, {
|
|
20008
|
+
default: withCtx(() => [
|
|
20009
|
+
createVNode(_component_flex_cell, null, {
|
|
20010
|
+
default: withCtx(() => [
|
|
20011
|
+
_hoisted_2
|
|
20012
|
+
]),
|
|
20013
|
+
_: 1
|
|
20014
|
+
}),
|
|
20015
|
+
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
20016
|
+
default: withCtx(() => [
|
|
20017
|
+
createVNode(_component_ux_button, {
|
|
20018
|
+
color: "primary",
|
|
20019
|
+
onClick: $options.selectionComplete
|
|
20020
|
+
}, {
|
|
20021
|
+
default: withCtx(() => [
|
|
20022
|
+
_hoisted_3
|
|
20023
|
+
]),
|
|
20024
|
+
_: 1
|
|
20025
|
+
}, 8, ["onClick"])
|
|
20026
|
+
]),
|
|
20027
|
+
_: 1
|
|
20028
|
+
})
|
|
20029
|
+
]),
|
|
20030
|
+
_: 1
|
|
20031
|
+
})
|
|
20032
|
+
])
|
|
20033
|
+
]),
|
|
20034
|
+
_: 1
|
|
20035
|
+
}),
|
|
20036
|
+
createVNode(_component_flex_body, { class: "scroll-body" }, {
|
|
20037
|
+
default: withCtx(() => [
|
|
20038
|
+
createElementVNode("div", _hoisted_4, [
|
|
20039
|
+
createVNode(_component_scope_select, {
|
|
20040
|
+
action: $options.action,
|
|
20041
|
+
type: $options.type,
|
|
20042
|
+
modelValue: $data.model,
|
|
20043
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model = $event)
|
|
20044
|
+
}, null, 8, ["action", "type", "modelValue"])
|
|
20045
|
+
])
|
|
20046
|
+
]),
|
|
20047
|
+
_: 1
|
|
20048
|
+
})
|
|
20049
|
+
]),
|
|
20050
|
+
_: 1
|
|
20051
|
+
});
|
|
20052
|
+
}
|
|
20053
|
+
var UxScopeModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-17b3e792"]]);
|
|
19603
20054
|
function device() {
|
|
19604
20055
|
var service2 = reactive({
|
|
19605
20056
|
mounted: false,
|
|
@@ -19800,6 +20251,14 @@ const QikUI = {
|
|
|
19800
20251
|
options
|
|
19801
20252
|
});
|
|
19802
20253
|
};
|
|
20254
|
+
sdk.selectScopes = function(options) {
|
|
20255
|
+
options = options || {};
|
|
20256
|
+
options.model = options.model || [];
|
|
20257
|
+
return sdk.modal({
|
|
20258
|
+
component: UxScopeModal,
|
|
20259
|
+
options
|
|
20260
|
+
});
|
|
20261
|
+
};
|
|
19803
20262
|
sdk.options = function(choices, title, description) {
|
|
19804
20263
|
return sdk.modal({
|
|
19805
20264
|
component: UxOptionsModal,
|
|
@@ -19840,5 +20299,5 @@ const QikUI = {
|
|
|
19840
20299
|
}
|
|
19841
20300
|
}
|
|
19842
20301
|
};
|
|
19843
|
-
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 };
|
|
20302
|
+
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, ScopeSelect, ScopeSelectButton, 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, UxScopeModal };
|
|
19844
20303
|
//# sourceMappingURL=lib.es.js.map
|