@qikdev/vue-ui 0.1.84 → 0.1.88
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 +1046 -607
- 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.88";
|
|
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) {
|
|
@@ -6770,7 +6771,7 @@ var select_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
|
6770
6771
|
function isUndefined$5(entry) {
|
|
6771
6772
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
6772
6773
|
}
|
|
6773
|
-
const _sfc_main$
|
|
6774
|
+
const _sfc_main$M = {
|
|
6774
6775
|
props: {
|
|
6775
6776
|
title: {
|
|
6776
6777
|
type: String
|
|
@@ -6871,19 +6872,19 @@ const _sfc_main$I = {
|
|
|
6871
6872
|
}
|
|
6872
6873
|
}
|
|
6873
6874
|
};
|
|
6874
|
-
const _hoisted_1$
|
|
6875
|
+
const _hoisted_1$E = {
|
|
6875
6876
|
key: 0,
|
|
6876
6877
|
class: "ux-field-title"
|
|
6877
6878
|
};
|
|
6878
|
-
const _hoisted_2$
|
|
6879
|
+
const _hoisted_2$z = {
|
|
6879
6880
|
key: 0,
|
|
6880
6881
|
class: "ux-required-marker"
|
|
6881
6882
|
};
|
|
6882
|
-
const _hoisted_3$
|
|
6883
|
+
const _hoisted_3$w = {
|
|
6883
6884
|
key: 1,
|
|
6884
6885
|
class: "ux-field-description"
|
|
6885
6886
|
};
|
|
6886
|
-
const _hoisted_4$
|
|
6887
|
+
const _hoisted_4$t = {
|
|
6887
6888
|
key: 2,
|
|
6888
6889
|
class: "ui-select-button"
|
|
6889
6890
|
};
|
|
@@ -6893,17 +6894,17 @@ const _hoisted_6$h = {
|
|
|
6893
6894
|
value: ""
|
|
6894
6895
|
};
|
|
6895
6896
|
const _hoisted_7$e = ["value"];
|
|
6896
|
-
function _sfc_render$
|
|
6897
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6897
6898
|
const _component_ux_button = resolveComponent("ux-button");
|
|
6898
6899
|
return openBlock(), createElementBlock("div", {
|
|
6899
6900
|
class: normalizeClass(["native-select", $options.classes])
|
|
6900
6901
|
}, [
|
|
6901
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
6902
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$E, [
|
|
6902
6903
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6903
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
6904
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
|
|
6904
6905
|
])) : createCommentVNode("", true),
|
|
6905
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6906
|
-
_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, [
|
|
6907
6908
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
6908
6909
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
6909
6910
|
default: withCtx(() => [
|
|
@@ -6929,9 +6930,9 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6929
6930
|
])
|
|
6930
6931
|
], 2);
|
|
6931
6932
|
}
|
|
6932
|
-
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6933
|
+
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-a06c20f2"]]);
|
|
6933
6934
|
var phoneNumberInput_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6934
|
-
const _sfc_main$
|
|
6935
|
+
const _sfc_main$L = {
|
|
6935
6936
|
props: {
|
|
6936
6937
|
modelValue: {
|
|
6937
6938
|
type: [Object, Array]
|
|
@@ -7002,42 +7003,42 @@ const _sfc_main$H = {
|
|
|
7002
7003
|
}
|
|
7003
7004
|
}
|
|
7004
7005
|
};
|
|
7005
|
-
const _withScopeId$
|
|
7006
|
-
const _hoisted_1$
|
|
7006
|
+
const _withScopeId$4 = (n2) => (pushScopeId("data-v-32219a94"), n2 = n2(), popScopeId(), n2);
|
|
7007
|
+
const _hoisted_1$D = {
|
|
7007
7008
|
key: 0,
|
|
7008
7009
|
class: "ux-field-title"
|
|
7009
7010
|
};
|
|
7010
|
-
const _hoisted_2$
|
|
7011
|
+
const _hoisted_2$y = {
|
|
7011
7012
|
key: 0,
|
|
7012
7013
|
class: "ux-required-marker"
|
|
7013
7014
|
};
|
|
7014
|
-
const _hoisted_3$
|
|
7015
|
+
const _hoisted_3$v = {
|
|
7015
7016
|
key: 1,
|
|
7016
7017
|
class: "ux-field-description"
|
|
7017
7018
|
};
|
|
7018
|
-
const _hoisted_4$
|
|
7019
|
+
const _hoisted_4$s = { key: 2 };
|
|
7019
7020
|
const _hoisted_5$k = /* @__PURE__ */ createTextVNode(" Country Code ");
|
|
7020
7021
|
const _hoisted_6$g = { key: 0 };
|
|
7021
7022
|
const _hoisted_7$d = { key: 1 };
|
|
7022
7023
|
const _hoisted_8$7 = { class: "ux-text-wrap" };
|
|
7023
7024
|
const _hoisted_9$6 = ["placeholder", "onUpdate:modelValue"];
|
|
7024
|
-
const _hoisted_10$5 = /* @__PURE__ */ _withScopeId$
|
|
7025
|
+
const _hoisted_10$5 = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("option", { value: "" }, "None", -1));
|
|
7025
7026
|
const _hoisted_11$4 = ["value"];
|
|
7026
7027
|
const _hoisted_12$4 = { class: "ux-text-wrap" };
|
|
7027
7028
|
const _hoisted_13$3 = ["placeholder"];
|
|
7028
|
-
function _sfc_render$
|
|
7029
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7029
7030
|
const _component_ux_button = resolveComponent("ux-button");
|
|
7030
7031
|
const _component_native_select = resolveComponent("native-select");
|
|
7031
7032
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7032
7033
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
7033
7034
|
const _component_flex_row = resolveComponent("flex-row");
|
|
7034
7035
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
7035
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7036
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$D, [
|
|
7036
7037
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7037
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7038
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
|
|
7038
7039
|
])) : createCommentVNode("", true),
|
|
7039
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7040
|
-
_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, [
|
|
7041
7042
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
7042
7043
|
return openBlock(), createBlock(_component_flex_row, {
|
|
7043
7044
|
gap: "",
|
|
@@ -7171,12 +7172,12 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7171
7172
|
}))
|
|
7172
7173
|
], 64);
|
|
7173
7174
|
}
|
|
7174
|
-
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7175
|
+
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-32219a94"]]);
|
|
7175
7176
|
var timezone_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7176
7177
|
function isUndefined$4(entry) {
|
|
7177
7178
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
7178
7179
|
}
|
|
7179
|
-
const _sfc_main$
|
|
7180
|
+
const _sfc_main$K = {
|
|
7180
7181
|
props: {
|
|
7181
7182
|
modelValue: {}
|
|
7182
7183
|
},
|
|
@@ -7701,19 +7702,19 @@ const _sfc_main$G = {
|
|
|
7701
7702
|
}
|
|
7702
7703
|
}
|
|
7703
7704
|
};
|
|
7704
|
-
const _hoisted_1$
|
|
7705
|
+
const _hoisted_1$C = {
|
|
7705
7706
|
key: 0,
|
|
7706
7707
|
class: "ux-field-title"
|
|
7707
7708
|
};
|
|
7708
|
-
const _hoisted_2$
|
|
7709
|
+
const _hoisted_2$x = {
|
|
7709
7710
|
key: 0,
|
|
7710
7711
|
class: "ux-required-marker"
|
|
7711
7712
|
};
|
|
7712
|
-
const _hoisted_3$
|
|
7713
|
+
const _hoisted_3$u = {
|
|
7713
7714
|
key: 1,
|
|
7714
7715
|
class: "ux-field-description"
|
|
7715
7716
|
};
|
|
7716
|
-
const _hoisted_4$
|
|
7717
|
+
const _hoisted_4$r = {
|
|
7717
7718
|
key: 2,
|
|
7718
7719
|
class: "ui-select-button"
|
|
7719
7720
|
};
|
|
@@ -7723,17 +7724,17 @@ const _hoisted_6$f = {
|
|
|
7723
7724
|
value: ""
|
|
7724
7725
|
};
|
|
7725
7726
|
const _hoisted_7$c = ["value"];
|
|
7726
|
-
function _sfc_render$
|
|
7727
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7727
7728
|
const _component_ux_button = resolveComponent("ux-button");
|
|
7728
7729
|
return openBlock(), createElementBlock("div", {
|
|
7729
7730
|
class: normalizeClass(["native-select", $options.classes])
|
|
7730
7731
|
}, [
|
|
7731
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7732
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
|
|
7732
7733
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7733
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7734
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$x, "*")) : createCommentVNode("", true)
|
|
7734
7735
|
])) : createCommentVNode("", true),
|
|
7735
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7736
|
-
_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, [
|
|
7737
7738
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
7738
7739
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
7739
7740
|
default: withCtx(() => [
|
|
@@ -7759,9 +7760,9 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7759
7760
|
])
|
|
7760
7761
|
], 2);
|
|
7761
7762
|
}
|
|
7762
|
-
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7763
|
+
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-a15362c8"]]);
|
|
7763
7764
|
var item_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7764
|
-
const _sfc_main$
|
|
7765
|
+
const _sfc_main$J = {
|
|
7765
7766
|
props: {
|
|
7766
7767
|
item: {
|
|
7767
7768
|
type: Object,
|
|
@@ -7791,8 +7792,8 @@ const _sfc_main$F = {
|
|
|
7791
7792
|
}
|
|
7792
7793
|
}
|
|
7793
7794
|
};
|
|
7794
|
-
const _hoisted_1$
|
|
7795
|
-
function _sfc_render$
|
|
7795
|
+
const _hoisted_1$B = { class: "image-wrapper" };
|
|
7796
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7796
7797
|
const _component_ux_image = resolveComponent("ux-image");
|
|
7797
7798
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7798
7799
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -7810,7 +7811,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7810
7811
|
shrink: ""
|
|
7811
7812
|
}, {
|
|
7812
7813
|
default: withCtx(() => [
|
|
7813
|
-
createElementVNode("div", _hoisted_1$
|
|
7814
|
+
createElementVNode("div", _hoisted_1$B, [
|
|
7814
7815
|
createVNode(_component_ux_image, {
|
|
7815
7816
|
item: $props.item,
|
|
7816
7817
|
width: 100,
|
|
@@ -7841,7 +7842,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7841
7842
|
})
|
|
7842
7843
|
]);
|
|
7843
7844
|
}
|
|
7844
|
-
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7845
|
+
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-bae08240"]]);
|
|
7845
7846
|
/**!
|
|
7846
7847
|
* Sortable 1.14.0
|
|
7847
7848
|
* @author RubaXa <trash@rubaxa.org>
|
|
@@ -10509,7 +10510,7 @@ const draggableComponent = defineComponent({
|
|
|
10509
10510
|
}
|
|
10510
10511
|
});
|
|
10511
10512
|
var contentSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10512
|
-
const _sfc_main$
|
|
10513
|
+
const _sfc_main$I = {
|
|
10513
10514
|
components: {
|
|
10514
10515
|
Item,
|
|
10515
10516
|
draggable: draggableComponent
|
|
@@ -10682,24 +10683,24 @@ const _sfc_main$E = {
|
|
|
10682
10683
|
}
|
|
10683
10684
|
}
|
|
10684
10685
|
};
|
|
10685
|
-
const _hoisted_1$
|
|
10686
|
+
const _hoisted_1$A = {
|
|
10686
10687
|
key: 0,
|
|
10687
10688
|
class: "ux-field-title"
|
|
10688
10689
|
};
|
|
10689
|
-
const _hoisted_2$
|
|
10690
|
+
const _hoisted_2$w = {
|
|
10690
10691
|
key: 0,
|
|
10691
10692
|
class: "ux-required-marker"
|
|
10692
10693
|
};
|
|
10693
|
-
const _hoisted_3$
|
|
10694
|
+
const _hoisted_3$t = {
|
|
10694
10695
|
key: 1,
|
|
10695
10696
|
class: "ux-field-description"
|
|
10696
10697
|
};
|
|
10697
|
-
const _hoisted_4$
|
|
10698
|
+
const _hoisted_4$q = {
|
|
10698
10699
|
key: 1,
|
|
10699
10700
|
class: "items"
|
|
10700
10701
|
};
|
|
10701
10702
|
const _hoisted_5$i = /* @__PURE__ */ createTextVNode(" Create ");
|
|
10702
|
-
function _sfc_render$
|
|
10703
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10703
10704
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
10704
10705
|
const _component_ux_button = resolveComponent("ux-button");
|
|
10705
10706
|
const _component_item = resolveComponent("item");
|
|
@@ -10708,11 +10709,11 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10708
10709
|
const _component_flex_spacer = resolveComponent("flex-spacer");
|
|
10709
10710
|
const _component_flex_row = resolveComponent("flex-row");
|
|
10710
10711
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
10711
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
10712
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
|
|
10712
10713
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
10713
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
10714
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
|
|
10714
10715
|
])) : createCommentVNode("", true),
|
|
10715
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
10716
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
10716
10717
|
$options.showList ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
10717
10718
|
_ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
10718
10719
|
_ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
|
|
@@ -10752,7 +10753,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10752
10753
|
]),
|
|
10753
10754
|
_: 1
|
|
10754
10755
|
}, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
10755
|
-
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
10756
|
+
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
10756
10757
|
createVNode(_component_item, { item: _ctx.model }, {
|
|
10757
10758
|
actions: withCtx(() => [
|
|
10758
10759
|
$options.canEdit(_ctx.model) ? (openBlock(), createBlock(_component_ux_button, {
|
|
@@ -10822,12 +10823,12 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10822
10823
|
})) : createCommentVNode("", true)
|
|
10823
10824
|
], 64);
|
|
10824
10825
|
}
|
|
10825
|
-
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10826
|
+
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-236b5d48"]]);
|
|
10826
10827
|
var typeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10827
10828
|
function isUndefined$3(entry) {
|
|
10828
10829
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
10829
10830
|
}
|
|
10830
|
-
const _sfc_main$
|
|
10831
|
+
const _sfc_main$H = {
|
|
10831
10832
|
props: {
|
|
10832
10833
|
title: {
|
|
10833
10834
|
type: String
|
|
@@ -10936,19 +10937,19 @@ const _sfc_main$D = {
|
|
|
10936
10937
|
}
|
|
10937
10938
|
}
|
|
10938
10939
|
};
|
|
10939
|
-
const _hoisted_1$
|
|
10940
|
+
const _hoisted_1$z = {
|
|
10940
10941
|
key: 0,
|
|
10941
10942
|
class: "ux-field-title"
|
|
10942
10943
|
};
|
|
10943
|
-
const _hoisted_2$
|
|
10944
|
+
const _hoisted_2$v = {
|
|
10944
10945
|
key: 0,
|
|
10945
10946
|
class: "ux-required-marker"
|
|
10946
10947
|
};
|
|
10947
|
-
const _hoisted_3$
|
|
10948
|
+
const _hoisted_3$s = {
|
|
10948
10949
|
key: 1,
|
|
10949
10950
|
class: "ux-field-description"
|
|
10950
10951
|
};
|
|
10951
|
-
const _hoisted_4$
|
|
10952
|
+
const _hoisted_4$p = {
|
|
10952
10953
|
key: 2,
|
|
10953
10954
|
class: "ui-select-button"
|
|
10954
10955
|
};
|
|
@@ -10958,17 +10959,17 @@ const _hoisted_6$e = {
|
|
|
10958
10959
|
value: ""
|
|
10959
10960
|
};
|
|
10960
10961
|
const _hoisted_7$b = ["value"];
|
|
10961
|
-
function _sfc_render$
|
|
10962
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10962
10963
|
const _component_ux_button = resolveComponent("ux-button");
|
|
10963
10964
|
return openBlock(), createElementBlock("div", {
|
|
10964
10965
|
class: normalizeClass(["native-select", $options.classes])
|
|
10965
10966
|
}, [
|
|
10966
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
10967
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
|
|
10967
10968
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
10968
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
10969
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
|
|
10969
10970
|
])) : createCommentVNode("", true),
|
|
10970
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
10971
|
-
_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, [
|
|
10972
10973
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
10973
10974
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
10974
10975
|
default: withCtx(() => [
|
|
@@ -10994,9 +10995,9 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10994
10995
|
])
|
|
10995
10996
|
], 2);
|
|
10996
10997
|
}
|
|
10997
|
-
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10998
|
+
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-49a55ef8"]]);
|
|
10998
10999
|
var currency_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10999
|
-
const _sfc_main$
|
|
11000
|
+
const _sfc_main$G = {
|
|
11000
11001
|
props: {
|
|
11001
11002
|
modelValue: {
|
|
11002
11003
|
type: [String, Array]
|
|
@@ -11073,19 +11074,19 @@ const _sfc_main$C = {
|
|
|
11073
11074
|
}
|
|
11074
11075
|
}
|
|
11075
11076
|
};
|
|
11076
|
-
const _hoisted_1$
|
|
11077
|
+
const _hoisted_1$y = {
|
|
11077
11078
|
key: 0,
|
|
11078
11079
|
class: "ux-field-title"
|
|
11079
11080
|
};
|
|
11080
|
-
const _hoisted_2$
|
|
11081
|
+
const _hoisted_2$u = {
|
|
11081
11082
|
key: 0,
|
|
11082
11083
|
class: "ux-required-marker"
|
|
11083
11084
|
};
|
|
11084
|
-
const _hoisted_3$
|
|
11085
|
+
const _hoisted_3$r = {
|
|
11085
11086
|
key: 1,
|
|
11086
11087
|
class: "ux-field-description"
|
|
11087
11088
|
};
|
|
11088
|
-
const _hoisted_4$
|
|
11089
|
+
const _hoisted_4$o = { key: 2 };
|
|
11089
11090
|
const _hoisted_5$g = {
|
|
11090
11091
|
key: 0,
|
|
11091
11092
|
class: "ux-text-prefix"
|
|
@@ -11103,18 +11104,18 @@ const _hoisted_9$5 = {
|
|
|
11103
11104
|
key: 1,
|
|
11104
11105
|
class: "ux-text-suffix"
|
|
11105
11106
|
};
|
|
11106
|
-
function _sfc_render$
|
|
11107
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11107
11108
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11108
11109
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11109
11110
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11110
11111
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11111
11112
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11112
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11113
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
|
|
11113
11114
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11114
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11115
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
|
|
11115
11116
|
])) : createCommentVNode("", true),
|
|
11116
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11117
|
-
_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, [
|
|
11118
11119
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11119
11120
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11120
11121
|
class: "ux-text-row",
|
|
@@ -11211,9 +11212,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11211
11212
|
], 2))
|
|
11212
11213
|
], 64);
|
|
11213
11214
|
}
|
|
11214
|
-
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11215
|
+
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-5dd6344d"]]);
|
|
11215
11216
|
var textfield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11216
|
-
const _sfc_main$
|
|
11217
|
+
const _sfc_main$F = {
|
|
11217
11218
|
props: {
|
|
11218
11219
|
modelValue: {
|
|
11219
11220
|
type: [String, Array]
|
|
@@ -11276,19 +11277,19 @@ const _sfc_main$B = {
|
|
|
11276
11277
|
}
|
|
11277
11278
|
}
|
|
11278
11279
|
};
|
|
11279
|
-
const _hoisted_1$
|
|
11280
|
+
const _hoisted_1$x = {
|
|
11280
11281
|
key: 0,
|
|
11281
11282
|
class: "ux-field-title"
|
|
11282
11283
|
};
|
|
11283
|
-
const _hoisted_2$
|
|
11284
|
+
const _hoisted_2$t = {
|
|
11284
11285
|
key: 0,
|
|
11285
11286
|
class: "ux-required-marker"
|
|
11286
11287
|
};
|
|
11287
|
-
const _hoisted_3$
|
|
11288
|
+
const _hoisted_3$q = {
|
|
11288
11289
|
key: 1,
|
|
11289
11290
|
class: "ux-field-description"
|
|
11290
11291
|
};
|
|
11291
|
-
const _hoisted_4$
|
|
11292
|
+
const _hoisted_4$n = { key: 2 };
|
|
11292
11293
|
const _hoisted_5$f = { class: "ux-text-wrap" };
|
|
11293
11294
|
const _hoisted_6$c = {
|
|
11294
11295
|
key: 0,
|
|
@@ -11314,18 +11315,18 @@ const _hoisted_14$2 = {
|
|
|
11314
11315
|
key: 3,
|
|
11315
11316
|
class: "ux-text-suffix"
|
|
11316
11317
|
};
|
|
11317
|
-
function _sfc_render$
|
|
11318
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11318
11319
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11319
11320
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11320
11321
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11321
11322
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11322
11323
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11323
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11324
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
|
|
11324
11325
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11325
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11326
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
|
|
11326
11327
|
])) : createCommentVNode("", true),
|
|
11327
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11328
|
-
_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, [
|
|
11329
11330
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
11330
11331
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11331
11332
|
class: "ux-text-row",
|
|
@@ -11441,9 +11442,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11441
11442
|
]))
|
|
11442
11443
|
], 64);
|
|
11443
11444
|
}
|
|
11444
|
-
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11445
|
+
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-d9e8503e"]]);
|
|
11445
11446
|
var textarea_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11446
|
-
const _sfc_main$
|
|
11447
|
+
const _sfc_main$E = {
|
|
11447
11448
|
props: {
|
|
11448
11449
|
modelValue: {
|
|
11449
11450
|
type: [String, Array]
|
|
@@ -11456,32 +11457,32 @@ const _sfc_main$A = {
|
|
|
11456
11457
|
}
|
|
11457
11458
|
}
|
|
11458
11459
|
};
|
|
11459
|
-
const _hoisted_1$
|
|
11460
|
+
const _hoisted_1$w = {
|
|
11460
11461
|
key: 0,
|
|
11461
11462
|
class: "ux-field-title"
|
|
11462
11463
|
};
|
|
11463
|
-
const _hoisted_2$
|
|
11464
|
+
const _hoisted_2$s = {
|
|
11464
11465
|
key: 0,
|
|
11465
11466
|
class: "ux-required-marker"
|
|
11466
11467
|
};
|
|
11467
|
-
const _hoisted_3$
|
|
11468
|
+
const _hoisted_3$p = {
|
|
11468
11469
|
key: 1,
|
|
11469
11470
|
class: "ux-field-description"
|
|
11470
11471
|
};
|
|
11471
|
-
const _hoisted_4$
|
|
11472
|
+
const _hoisted_4$m = { key: 2 };
|
|
11472
11473
|
const _hoisted_5$e = ["onUpdate:modelValue"];
|
|
11473
|
-
function _sfc_render$
|
|
11474
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11474
11475
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11475
11476
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11476
11477
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11477
11478
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11478
11479
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11479
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11480
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
|
|
11480
11481
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11481
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11482
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
|
|
11482
11483
|
])) : createCommentVNode("", true),
|
|
11483
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11484
|
-
_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, [
|
|
11485
11486
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
11486
11487
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11487
11488
|
class: "ux-text-row",
|
|
@@ -11547,7 +11548,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11547
11548
|
])
|
|
11548
11549
|
], 64);
|
|
11549
11550
|
}
|
|
11550
|
-
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11551
|
+
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-777c0703"]]);
|
|
11551
11552
|
var datefield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11552
11553
|
function zero(input) {
|
|
11553
11554
|
if (String(input).length < 2) {
|
|
@@ -11555,7 +11556,7 @@ function zero(input) {
|
|
|
11555
11556
|
}
|
|
11556
11557
|
return input;
|
|
11557
11558
|
}
|
|
11558
|
-
const _sfc_main$
|
|
11559
|
+
const _sfc_main$D = {
|
|
11559
11560
|
props: {
|
|
11560
11561
|
modelValue: {
|
|
11561
11562
|
type: [Date, String, Array]
|
|
@@ -11604,32 +11605,32 @@ const _sfc_main$z = {
|
|
|
11604
11605
|
}
|
|
11605
11606
|
}
|
|
11606
11607
|
};
|
|
11607
|
-
const _hoisted_1$
|
|
11608
|
+
const _hoisted_1$v = {
|
|
11608
11609
|
key: 0,
|
|
11609
11610
|
class: "ux-field-title"
|
|
11610
11611
|
};
|
|
11611
|
-
const _hoisted_2$
|
|
11612
|
+
const _hoisted_2$r = {
|
|
11612
11613
|
key: 0,
|
|
11613
11614
|
class: "ux-required-marker"
|
|
11614
11615
|
};
|
|
11615
|
-
const _hoisted_3$
|
|
11616
|
+
const _hoisted_3$o = {
|
|
11616
11617
|
key: 1,
|
|
11617
11618
|
class: "ux-field-description"
|
|
11618
11619
|
};
|
|
11619
|
-
const _hoisted_4$
|
|
11620
|
+
const _hoisted_4$l = { key: 2 };
|
|
11620
11621
|
const _hoisted_5$d = ["onUpdate:modelValue"];
|
|
11621
|
-
function _sfc_render$
|
|
11622
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11622
11623
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11623
11624
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11624
11625
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11625
11626
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11626
11627
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11627
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11628
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
|
|
11628
11629
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11629
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11630
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
|
|
11630
11631
|
])) : createCommentVNode("", true),
|
|
11631
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11632
|
-
_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, [
|
|
11633
11634
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11634
11635
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11635
11636
|
class: "ux-text-row",
|
|
@@ -11695,9 +11696,9 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11695
11696
|
])
|
|
11696
11697
|
], 64);
|
|
11697
11698
|
}
|
|
11698
|
-
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11699
|
+
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-1c86b484"]]);
|
|
11699
11700
|
var daterange_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11700
|
-
const _sfc_main$
|
|
11701
|
+
const _sfc_main$C = {
|
|
11701
11702
|
components: {
|
|
11702
11703
|
Daterange
|
|
11703
11704
|
},
|
|
@@ -11741,32 +11742,32 @@ const _sfc_main$y = {
|
|
|
11741
11742
|
}
|
|
11742
11743
|
}
|
|
11743
11744
|
};
|
|
11744
|
-
const _hoisted_1$
|
|
11745
|
+
const _hoisted_1$u = {
|
|
11745
11746
|
key: 0,
|
|
11746
11747
|
class: "ux-field-title"
|
|
11747
11748
|
};
|
|
11748
|
-
const _hoisted_2$
|
|
11749
|
+
const _hoisted_2$q = {
|
|
11749
11750
|
key: 0,
|
|
11750
11751
|
class: "ux-required-marker"
|
|
11751
11752
|
};
|
|
11752
|
-
const _hoisted_3$
|
|
11753
|
+
const _hoisted_3$n = {
|
|
11753
11754
|
key: 1,
|
|
11754
11755
|
class: "ux-field-description"
|
|
11755
11756
|
};
|
|
11756
|
-
const _hoisted_4$
|
|
11757
|
-
function _sfc_render$
|
|
11757
|
+
const _hoisted_4$k = { key: 2 };
|
|
11758
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11758
11759
|
const _component_daterange = resolveComponent("daterange", true);
|
|
11759
11760
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11760
11761
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11761
11762
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11762
11763
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11763
11764
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11764
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11765
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
|
|
11765
11766
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11766
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11767
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
|
|
11767
11768
|
])) : createCommentVNode("", true),
|
|
11768
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11769
|
-
_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, [
|
|
11770
11771
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11771
11772
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11772
11773
|
class: "ux-text-row",
|
|
@@ -11823,9 +11824,9 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11823
11824
|
}, null, 8, ["onFocus", "modelValue"]))
|
|
11824
11825
|
], 64);
|
|
11825
11826
|
}
|
|
11826
|
-
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11827
|
+
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-24228367"]]);
|
|
11827
11828
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11828
|
-
const _sfc_main$
|
|
11829
|
+
const _sfc_main$B = {
|
|
11829
11830
|
computed: {
|
|
11830
11831
|
NativeCheckbox: UXCheckbox
|
|
11831
11832
|
},
|
|
@@ -11867,19 +11868,19 @@ const _sfc_main$x = {
|
|
|
11867
11868
|
}
|
|
11868
11869
|
}
|
|
11869
11870
|
};
|
|
11870
|
-
const _hoisted_1$
|
|
11871
|
+
const _hoisted_1$t = {
|
|
11871
11872
|
key: 0,
|
|
11872
11873
|
class: "ux-field-title"
|
|
11873
11874
|
};
|
|
11874
|
-
const _hoisted_2$
|
|
11875
|
+
const _hoisted_2$p = {
|
|
11875
11876
|
key: 0,
|
|
11876
11877
|
class: "ux-required-marker"
|
|
11877
11878
|
};
|
|
11878
|
-
const _hoisted_3$
|
|
11879
|
+
const _hoisted_3$m = {
|
|
11879
11880
|
key: 1,
|
|
11880
11881
|
class: "ux-field-description"
|
|
11881
11882
|
};
|
|
11882
|
-
function _sfc_render$
|
|
11883
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11883
11884
|
const _component_ux_checkbox = resolveComponent("ux-checkbox");
|
|
11884
11885
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11885
11886
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -11903,11 +11904,11 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11903
11904
|
createVNode(_component_flex_cell, { vcenter: "" }, {
|
|
11904
11905
|
default: withCtx(() => [
|
|
11905
11906
|
createElementVNode("div", null, [
|
|
11906
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11907
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
|
|
11907
11908
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11908
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11909
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
|
|
11909
11910
|
])) : createCommentVNode("", true),
|
|
11910
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11911
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$m, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
11911
11912
|
])
|
|
11912
11913
|
]),
|
|
11913
11914
|
_: 1
|
|
@@ -11916,8 +11917,8 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11916
11917
|
_: 1
|
|
11917
11918
|
});
|
|
11918
11919
|
}
|
|
11919
|
-
var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11920
|
-
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 = {
|
|
11921
11922
|
props: {
|
|
11922
11923
|
modelValue: {
|
|
11923
11924
|
type: [String, Array]
|
|
@@ -11930,15 +11931,15 @@ const _sfc_main$w = {
|
|
|
11930
11931
|
}
|
|
11931
11932
|
}
|
|
11932
11933
|
};
|
|
11933
|
-
const _hoisted_1$
|
|
11934
|
-
const _hoisted_2$
|
|
11935
|
-
const _hoisted_3$
|
|
11936
|
-
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) {
|
|
11937
11938
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11938
11939
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11939
11940
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11940
11941
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11941
|
-
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
11942
|
+
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
11942
11943
|
createVNode(_component_flex_row, { class: "ux-text-row" }, {
|
|
11943
11944
|
default: withCtx(() => [
|
|
11944
11945
|
createVNode(_component_flex_cell, null, {
|
|
@@ -11947,7 +11948,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11947
11948
|
return openBlock(), createElementBlock("div", {
|
|
11948
11949
|
innerHTML: _ctx.field.template,
|
|
11949
11950
|
key: index2
|
|
11950
|
-
}, null, 8, _hoisted_2$
|
|
11951
|
+
}, null, 8, _hoisted_2$o);
|
|
11951
11952
|
}), 128))
|
|
11952
11953
|
]),
|
|
11953
11954
|
_: 1
|
|
@@ -11986,11 +11987,11 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11986
11987
|
])) : (openBlock(), createElementBlock("div", {
|
|
11987
11988
|
key: 1,
|
|
11988
11989
|
innerHTML: _ctx.field.template
|
|
11989
|
-
}, null, 8, _hoisted_3$
|
|
11990
|
+
}, null, 8, _hoisted_3$l));
|
|
11990
11991
|
}
|
|
11991
|
-
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11992
|
+
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
|
|
11992
11993
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
11993
|
-
const _sfc_main$
|
|
11994
|
+
const _sfc_main$z = {
|
|
11994
11995
|
props: {
|
|
11995
11996
|
fields: {
|
|
11996
11997
|
type: Array,
|
|
@@ -12257,13 +12258,13 @@ const _sfc_main$v = {
|
|
|
12257
12258
|
ContentSelect
|
|
12258
12259
|
}
|
|
12259
12260
|
};
|
|
12260
|
-
const _hoisted_1$
|
|
12261
|
+
const _hoisted_1$r = {
|
|
12261
12262
|
key: 0,
|
|
12262
12263
|
class: "filter-condition"
|
|
12263
12264
|
};
|
|
12264
|
-
const _hoisted_2$
|
|
12265
|
-
const _hoisted_3$
|
|
12266
|
-
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 ");
|
|
12267
12268
|
const _hoisted_5$c = { key: 2 };
|
|
12268
12269
|
const _hoisted_6$b = { key: 3 };
|
|
12269
12270
|
const _hoisted_7$8 = /* @__PURE__ */ createTextVNode(" And ");
|
|
@@ -12274,7 +12275,7 @@ const _hoisted_11$2 = { key: 7 };
|
|
|
12274
12275
|
const _hoisted_12$2 = { key: 8 };
|
|
12275
12276
|
const _hoisted_13$1 = { key: 9 };
|
|
12276
12277
|
const _hoisted_14$1 = { key: 10 };
|
|
12277
|
-
function _sfc_render$
|
|
12278
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12278
12279
|
const _component_native_select = resolveComponent("native-select");
|
|
12279
12280
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
12280
12281
|
const _component_text_field = resolveComponent("text-field");
|
|
@@ -12283,7 +12284,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12283
12284
|
const _component_content_select = resolveComponent("content-select");
|
|
12284
12285
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
12285
12286
|
const _component_ux_button = resolveComponent("ux-button");
|
|
12286
|
-
return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
12287
|
+
return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
12287
12288
|
createVNode(_component_flex_row, {
|
|
12288
12289
|
gap: "",
|
|
12289
12290
|
vcenter: ""
|
|
@@ -12313,7 +12314,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12313
12314
|
})) : createCommentVNode("", true),
|
|
12314
12315
|
$data.model.comparator ? (openBlock(), createBlock(_component_flex_cell, { key: 1 }, {
|
|
12315
12316
|
default: withCtx(() => [
|
|
12316
|
-
$options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
12317
|
+
$options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$n, [
|
|
12317
12318
|
$options.hasOptions ? (openBlock(), createBlock(_component_native_select, {
|
|
12318
12319
|
key: 0,
|
|
12319
12320
|
modelValue: $data.model.values,
|
|
@@ -12326,13 +12327,13 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12326
12327
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
|
|
12327
12328
|
}, null, 8, ["field", "modelValue"]))
|
|
12328
12329
|
])) : createCommentVNode("", true),
|
|
12329
|
-
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12330
|
+
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$k, [
|
|
12330
12331
|
createVNode(_component_text_field, {
|
|
12331
12332
|
field: $options.normalField,
|
|
12332
12333
|
modelValue: $data.model.value,
|
|
12333
12334
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.model.value = $event)
|
|
12334
12335
|
}, null, 8, ["field", "modelValue"]),
|
|
12335
|
-
_hoisted_4$
|
|
12336
|
+
_hoisted_4$j,
|
|
12336
12337
|
createVNode(_component_text_field, {
|
|
12337
12338
|
field: $options.normalField,
|
|
12338
12339
|
modelValue: $data.model.value2,
|
|
@@ -12455,7 +12456,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12455
12456
|
})
|
|
12456
12457
|
])) : createCommentVNode("", true);
|
|
12457
12458
|
}
|
|
12458
|
-
var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12459
|
+
var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
|
|
12459
12460
|
var root = _root;
|
|
12460
12461
|
var now$1 = function() {
|
|
12461
12462
|
return root.Date.now();
|
|
@@ -12586,7 +12587,7 @@ function debounce(func, wait, options) {
|
|
|
12586
12587
|
}
|
|
12587
12588
|
var debounce_1 = debounce;
|
|
12588
12589
|
var FilterRule_vue_vue_type_style_index_0_lang = "";
|
|
12589
|
-
const _sfc_main$
|
|
12590
|
+
const _sfc_main$y = {
|
|
12590
12591
|
props: {
|
|
12591
12592
|
enableRemove: {
|
|
12592
12593
|
type: Boolean
|
|
@@ -12727,32 +12728,32 @@ const _sfc_main$u = {
|
|
|
12727
12728
|
NativeSelect
|
|
12728
12729
|
}
|
|
12729
12730
|
};
|
|
12730
|
-
const _hoisted_1$
|
|
12731
|
+
const _hoisted_1$q = {
|
|
12731
12732
|
key: 0,
|
|
12732
12733
|
class: "filter-rule"
|
|
12733
12734
|
};
|
|
12734
|
-
const _hoisted_2$
|
|
12735
|
-
const _hoisted_3$
|
|
12736
|
-
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 ");
|
|
12737
12738
|
const _hoisted_5$b = /* @__PURE__ */ createTextVNode(" of the following conditions ");
|
|
12738
12739
|
const _hoisted_6$a = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
12739
12740
|
const _hoisted_7$7 = { class: "operator" };
|
|
12740
12741
|
const _hoisted_8$3 = /* @__PURE__ */ createTextVNode(" Add Condition ");
|
|
12741
|
-
function _sfc_render$
|
|
12742
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12742
12743
|
const _component_native_select = resolveComponent("native-select");
|
|
12743
12744
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
12744
12745
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
12745
12746
|
const _component_ux_button = resolveComponent("ux-button");
|
|
12746
12747
|
const _component_flex_row = resolveComponent("flex-row");
|
|
12747
12748
|
const _component_filter_condition = resolveComponent("filter-condition");
|
|
12748
|
-
return $props.definition ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
12749
|
-
createElementVNode("div", _hoisted_2$
|
|
12749
|
+
return $props.definition ? (openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
12750
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
12750
12751
|
createVNode(_component_flex_row, null, {
|
|
12751
12752
|
default: withCtx(() => [
|
|
12752
12753
|
createVNode(_component_flex_cell, null, {
|
|
12753
12754
|
default: withCtx(() => [
|
|
12754
|
-
createElementVNode("div", _hoisted_3$
|
|
12755
|
-
_hoisted_4$
|
|
12755
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
12756
|
+
_hoisted_4$i,
|
|
12756
12757
|
createVNode(_component_native_select, {
|
|
12757
12758
|
modelValue: $data.model.operator,
|
|
12758
12759
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -12838,9 +12839,9 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12838
12839
|
}, 8, ["onClick"])
|
|
12839
12840
|
])) : createCommentVNode("", true);
|
|
12840
12841
|
}
|
|
12841
|
-
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12842
|
+
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
12842
12843
|
var FilterBuilder_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12843
|
-
const _sfc_main$
|
|
12844
|
+
const _sfc_main$x = {
|
|
12844
12845
|
components: {
|
|
12845
12846
|
FilterRule,
|
|
12846
12847
|
NativeSelect
|
|
@@ -12941,16 +12942,16 @@ const _sfc_main$t = {
|
|
|
12941
12942
|
};
|
|
12942
12943
|
}
|
|
12943
12944
|
};
|
|
12944
|
-
const _hoisted_1$
|
|
12945
|
-
const _hoisted_2$
|
|
12945
|
+
const _hoisted_1$p = { class: "filters" };
|
|
12946
|
+
const _hoisted_2$l = {
|
|
12946
12947
|
key: 0,
|
|
12947
12948
|
class: "top"
|
|
12948
12949
|
};
|
|
12949
|
-
const _hoisted_3$
|
|
12950
|
-
const _hoisted_4$
|
|
12950
|
+
const _hoisted_3$i = { class: "summary" };
|
|
12951
|
+
const _hoisted_4$h = /* @__PURE__ */ createTextVNode(" Match ");
|
|
12951
12952
|
const _hoisted_5$a = /* @__PURE__ */ createTextVNode(" of the following rules ");
|
|
12952
12953
|
const _hoisted_6$9 = /* @__PURE__ */ createTextVNode("Add Filter Rule");
|
|
12953
|
-
function _sfc_render$
|
|
12954
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12954
12955
|
const _component_native_select = resolveComponent("native-select");
|
|
12955
12956
|
const _component_filter_rule = resolveComponent("filter-rule");
|
|
12956
12957
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -12960,10 +12961,10 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12960
12961
|
default: withCtx(() => [
|
|
12961
12962
|
createVNode(_component_flex_body, null, {
|
|
12962
12963
|
default: withCtx(() => [
|
|
12963
|
-
createElementVNode("div", _hoisted_1$
|
|
12964
|
-
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
12965
|
-
createElementVNode("div", _hoisted_3$
|
|
12966
|
-
_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,
|
|
12967
12968
|
createVNode(_component_native_select, {
|
|
12968
12969
|
modelValue: $data.model.operator,
|
|
12969
12970
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -13005,9 +13006,9 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13005
13006
|
_: 1
|
|
13006
13007
|
});
|
|
13007
13008
|
}
|
|
13008
|
-
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13009
|
+
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-7933a5ee"]]);
|
|
13009
13010
|
var filter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13010
|
-
const _sfc_main$
|
|
13011
|
+
const _sfc_main$w = {
|
|
13011
13012
|
mixins: [InputMixin],
|
|
13012
13013
|
components: {
|
|
13013
13014
|
FilterBuilder
|
|
@@ -13048,32 +13049,32 @@ const _sfc_main$s = {
|
|
|
13048
13049
|
}
|
|
13049
13050
|
}
|
|
13050
13051
|
};
|
|
13051
|
-
const _hoisted_1$
|
|
13052
|
+
const _hoisted_1$o = {
|
|
13052
13053
|
key: 0,
|
|
13053
13054
|
class: "ux-field-title"
|
|
13054
13055
|
};
|
|
13055
|
-
const _hoisted_2$
|
|
13056
|
+
const _hoisted_2$k = {
|
|
13056
13057
|
key: 0,
|
|
13057
13058
|
class: "ux-required-marker"
|
|
13058
13059
|
};
|
|
13059
|
-
const _hoisted_3$
|
|
13060
|
+
const _hoisted_3$h = {
|
|
13060
13061
|
key: 1,
|
|
13061
13062
|
class: "ux-field-description"
|
|
13062
13063
|
};
|
|
13063
|
-
const _hoisted_4$
|
|
13064
|
-
function _sfc_render$
|
|
13064
|
+
const _hoisted_4$g = { key: 2 };
|
|
13065
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13065
13066
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
13066
13067
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13067
13068
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
13068
13069
|
const _component_ux_button = resolveComponent("ux-button");
|
|
13069
13070
|
const _component_flex_row = resolveComponent("flex-row");
|
|
13070
13071
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
13071
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
13072
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$o, [
|
|
13072
13073
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
13073
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13074
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$k, "*")) : createCommentVNode("", true)
|
|
13074
13075
|
])) : createCommentVNode("", true),
|
|
13075
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13076
|
-
_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, [
|
|
13077
13078
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
13078
13079
|
return openBlock(), createBlock(_component_flex_row, {
|
|
13079
13080
|
class: "ux-text-row",
|
|
@@ -13131,9 +13132,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13131
13132
|
}, null, 8, ["definition", "modelValue"]))
|
|
13132
13133
|
], 64);
|
|
13133
13134
|
}
|
|
13134
|
-
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13135
|
+
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-4aae9a4a"]]);
|
|
13135
13136
|
var switch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13136
|
-
const _sfc_main$
|
|
13137
|
+
const _sfc_main$v = {
|
|
13137
13138
|
mixins: [InputMixin],
|
|
13138
13139
|
props: {
|
|
13139
13140
|
modelValue: {
|
|
@@ -13172,19 +13173,19 @@ const _sfc_main$r = {
|
|
|
13172
13173
|
}
|
|
13173
13174
|
}
|
|
13174
13175
|
};
|
|
13175
|
-
const _hoisted_1$
|
|
13176
|
+
const _hoisted_1$n = {
|
|
13176
13177
|
key: 0,
|
|
13177
13178
|
class: "ux-field-title"
|
|
13178
13179
|
};
|
|
13179
|
-
const _hoisted_2$
|
|
13180
|
+
const _hoisted_2$j = {
|
|
13180
13181
|
key: 0,
|
|
13181
13182
|
class: "ux-required-marker"
|
|
13182
13183
|
};
|
|
13183
|
-
const _hoisted_3$
|
|
13184
|
+
const _hoisted_3$g = {
|
|
13184
13185
|
key: 1,
|
|
13185
13186
|
class: "ux-field-description"
|
|
13186
13187
|
};
|
|
13187
|
-
function _sfc_render$
|
|
13188
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13188
13189
|
const _component_ux_switch = resolveComponent("ux-switch");
|
|
13189
13190
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13190
13191
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -13208,11 +13209,11 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13208
13209
|
createVNode(_component_flex_cell, { vcenter: "" }, {
|
|
13209
13210
|
default: withCtx(() => [
|
|
13210
13211
|
createElementVNode("div", null, [
|
|
13211
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
13212
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$n, [
|
|
13212
13213
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13213
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13214
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$j, "*")) : createCommentVNode("", true)
|
|
13214
13215
|
])) : createCommentVNode("", true),
|
|
13215
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13216
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$g, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
13216
13217
|
])
|
|
13217
13218
|
]),
|
|
13218
13219
|
_: 1
|
|
@@ -13221,9 +13222,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13221
13222
|
_: 1
|
|
13222
13223
|
});
|
|
13223
13224
|
}
|
|
13224
|
-
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13225
|
+
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-5994d322"]]);
|
|
13225
13226
|
var filedrop_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13226
|
-
const _sfc_main$
|
|
13227
|
+
const _sfc_main$u = {
|
|
13227
13228
|
props: {
|
|
13228
13229
|
multiple: {
|
|
13229
13230
|
type: Boolean
|
|
@@ -13275,9 +13276,9 @@ const _sfc_main$q = {
|
|
|
13275
13276
|
}
|
|
13276
13277
|
}
|
|
13277
13278
|
};
|
|
13278
|
-
const _hoisted_1$
|
|
13279
|
-
const _hoisted_2$
|
|
13280
|
-
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) {
|
|
13281
13282
|
const _component_ux_button = resolveComponent("ux-button");
|
|
13282
13283
|
return openBlock(), createElementBlock("label", {
|
|
13283
13284
|
class: normalizeClass(["file-drop", { over: $data.over }]),
|
|
@@ -13291,7 +13292,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13291
13292
|
type: "file",
|
|
13292
13293
|
multiple: $props.multiple,
|
|
13293
13294
|
onChange: _cache[0] || (_cache[0] = ($event) => $options.filesSelected($event.target.files))
|
|
13294
|
-
}, null, 40, _hoisted_1$
|
|
13295
|
+
}, null, 40, _hoisted_1$m),
|
|
13295
13296
|
createElementVNode("div", {
|
|
13296
13297
|
class: "file-drop-ux",
|
|
13297
13298
|
onClick: _cache[1] || (_cache[1] = (...args) => $options.clicked && $options.clicked(...args))
|
|
@@ -13299,7 +13300,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13299
13300
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
13300
13301
|
createVNode(_component_ux_button, null, {
|
|
13301
13302
|
default: withCtx(() => [
|
|
13302
|
-
_hoisted_2$
|
|
13303
|
+
_hoisted_2$i
|
|
13303
13304
|
]),
|
|
13304
13305
|
_: 1
|
|
13305
13306
|
})
|
|
@@ -13307,9 +13308,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13307
13308
|
])
|
|
13308
13309
|
], 34);
|
|
13309
13310
|
}
|
|
13310
|
-
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13311
|
+
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-1960a794"]]);
|
|
13311
13312
|
var upload_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13312
|
-
const _sfc_main$
|
|
13313
|
+
const _sfc_main$t = {
|
|
13313
13314
|
mixins: [InputMixin],
|
|
13314
13315
|
components: {
|
|
13315
13316
|
FileDrop
|
|
@@ -13443,26 +13444,26 @@ const _sfc_main$p = {
|
|
|
13443
13444
|
},
|
|
13444
13445
|
computed: {}
|
|
13445
13446
|
};
|
|
13446
|
-
const _hoisted_1$
|
|
13447
|
+
const _hoisted_1$l = {
|
|
13447
13448
|
key: 0,
|
|
13448
13449
|
class: "ux-field-title"
|
|
13449
13450
|
};
|
|
13450
|
-
const _hoisted_2$
|
|
13451
|
+
const _hoisted_2$h = {
|
|
13451
13452
|
key: 0,
|
|
13452
13453
|
class: "ux-required-marker"
|
|
13453
13454
|
};
|
|
13454
|
-
const _hoisted_3$
|
|
13455
|
+
const _hoisted_3$f = {
|
|
13455
13456
|
key: 1,
|
|
13456
13457
|
class: "ux-field-description"
|
|
13457
13458
|
};
|
|
13458
|
-
const _hoisted_4$
|
|
13459
|
+
const _hoisted_4$f = {
|
|
13459
13460
|
key: 2,
|
|
13460
13461
|
class: "files"
|
|
13461
13462
|
};
|
|
13462
13463
|
const _hoisted_5$9 = { class: "size" };
|
|
13463
13464
|
const _hoisted_6$8 = /* @__PURE__ */ createTextVNode("Select Files");
|
|
13464
13465
|
const _hoisted_7$6 = /* @__PURE__ */ createTextVNode("Select File");
|
|
13465
|
-
function _sfc_render$
|
|
13466
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13466
13467
|
const _component_progress_bar = resolveComponent("progress-bar");
|
|
13467
13468
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13468
13469
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -13470,12 +13471,12 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13470
13471
|
const _component_flex_row = resolveComponent("flex-row");
|
|
13471
13472
|
const _component_file_drop = resolveComponent("file-drop");
|
|
13472
13473
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
13473
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
13474
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$l, [
|
|
13474
13475
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13475
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13476
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
|
|
13476
13477
|
])) : createCommentVNode("", true),
|
|
13477
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13478
|
-
$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, [
|
|
13479
13480
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
13480
13481
|
return openBlock(), createElementBlock("div", {
|
|
13481
13482
|
class: "file-item",
|
|
@@ -13545,9 +13546,9 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13545
13546
|
}, 8, ["onFiles"]))
|
|
13546
13547
|
], 64);
|
|
13547
13548
|
}
|
|
13548
|
-
var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13549
|
+
var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-397fdaa7"]]);
|
|
13549
13550
|
var group_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
13550
|
-
const _sfc_main$
|
|
13551
|
+
const _sfc_main$s = {
|
|
13551
13552
|
mixins: [InputMixin],
|
|
13552
13553
|
components: { draggable: draggableComponent },
|
|
13553
13554
|
props: {
|
|
@@ -13632,11 +13633,11 @@ const _sfc_main$o = {
|
|
|
13632
13633
|
}
|
|
13633
13634
|
}
|
|
13634
13635
|
};
|
|
13635
|
-
const _hoisted_1$
|
|
13636
|
+
const _hoisted_1$k = {
|
|
13636
13637
|
key: 0,
|
|
13637
13638
|
class: "ux-multi-group"
|
|
13638
13639
|
};
|
|
13639
|
-
function _sfc_render$
|
|
13640
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13640
13641
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
13641
13642
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13642
13643
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -13646,7 +13647,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13646
13647
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
13647
13648
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
13648
13649
|
const _component_draggable = resolveComponent("draggable");
|
|
13649
|
-
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
13650
|
+
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
13650
13651
|
$options.reorderable ? (openBlock(), createBlock(_component_draggable, {
|
|
13651
13652
|
key: 0,
|
|
13652
13653
|
modelValue: _ctx.model,
|
|
@@ -13970,8 +13971,8 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13970
13971
|
}, null, 8, ["trail", "submission", "onForm:state", "parentModel", "modelValue", "flex", "fields"]))
|
|
13971
13972
|
], 64));
|
|
13972
13973
|
}
|
|
13973
|
-
var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13974
|
-
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 = {
|
|
13975
13976
|
props: {
|
|
13976
13977
|
option: {
|
|
13977
13978
|
required: true
|
|
@@ -13983,17 +13984,17 @@ const _sfc_main$n = {
|
|
|
13983
13984
|
}
|
|
13984
13985
|
}
|
|
13985
13986
|
};
|
|
13986
|
-
function _sfc_render$
|
|
13987
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13987
13988
|
return renderSlot(_ctx.$slots, "default", { plainValue: $options.plainValue }, () => [
|
|
13988
13989
|
createElementVNode("pre", null, toDisplayString($props.option), 1)
|
|
13989
13990
|
]);
|
|
13990
13991
|
}
|
|
13991
|
-
var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13992
|
+
var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
13992
13993
|
var buttonSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13993
13994
|
function isUndefined$2(entry) {
|
|
13994
13995
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
13995
13996
|
}
|
|
13996
|
-
const _sfc_main$
|
|
13997
|
+
const _sfc_main$q = {
|
|
13997
13998
|
components: {
|
|
13998
13999
|
OptionSlot
|
|
13999
14000
|
},
|
|
@@ -14114,30 +14115,30 @@ const _sfc_main$m = {
|
|
|
14114
14115
|
}
|
|
14115
14116
|
}
|
|
14116
14117
|
};
|
|
14117
|
-
const _hoisted_1$
|
|
14118
|
+
const _hoisted_1$j = {
|
|
14118
14119
|
key: 0,
|
|
14119
14120
|
class: "ux-field-title"
|
|
14120
14121
|
};
|
|
14121
|
-
const _hoisted_2$
|
|
14122
|
+
const _hoisted_2$g = {
|
|
14122
14123
|
key: 0,
|
|
14123
14124
|
class: "ux-required-marker"
|
|
14124
14125
|
};
|
|
14125
|
-
const _hoisted_3$
|
|
14126
|
+
const _hoisted_3$e = {
|
|
14126
14127
|
key: 1,
|
|
14127
14128
|
class: "ux-field-description"
|
|
14128
14129
|
};
|
|
14129
|
-
const _hoisted_4$
|
|
14130
|
-
function _sfc_render$
|
|
14130
|
+
const _hoisted_4$e = { class: "buttons" };
|
|
14131
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14131
14132
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
14132
14133
|
const _component_ux_button = resolveComponent("ux-button");
|
|
14133
14134
|
const _component_option_slot = resolveComponent("option-slot");
|
|
14134
14135
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14135
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14136
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$j, [
|
|
14136
14137
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14137
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14138
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
|
|
14138
14139
|
])) : createCommentVNode("", true),
|
|
14139
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14140
|
-
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, [
|
|
14141
14142
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
|
|
14142
14143
|
return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
|
|
14143
14144
|
default: withCtx(({ plainValue }) => [
|
|
@@ -14161,9 +14162,9 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14161
14162
|
])
|
|
14162
14163
|
], 64);
|
|
14163
14164
|
}
|
|
14164
|
-
var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14165
|
+
var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-f0acfde4"]]);
|
|
14165
14166
|
var objectField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14166
|
-
const _sfc_main$
|
|
14167
|
+
const _sfc_main$p = {
|
|
14167
14168
|
props: {
|
|
14168
14169
|
modelValue: {
|
|
14169
14170
|
type: Object
|
|
@@ -14177,32 +14178,32 @@ const _sfc_main$l = {
|
|
|
14177
14178
|
}
|
|
14178
14179
|
}
|
|
14179
14180
|
};
|
|
14180
|
-
const _hoisted_1$
|
|
14181
|
+
const _hoisted_1$i = {
|
|
14181
14182
|
key: 0,
|
|
14182
14183
|
class: "ux-field-title"
|
|
14183
14184
|
};
|
|
14184
|
-
const _hoisted_2$
|
|
14185
|
+
const _hoisted_2$f = {
|
|
14185
14186
|
key: 0,
|
|
14186
14187
|
class: "ux-required-marker"
|
|
14187
14188
|
};
|
|
14188
|
-
const _hoisted_3$
|
|
14189
|
+
const _hoisted_3$d = {
|
|
14189
14190
|
key: 1,
|
|
14190
14191
|
class: "ux-field-description"
|
|
14191
14192
|
};
|
|
14192
|
-
const _hoisted_4$
|
|
14193
|
+
const _hoisted_4$d = { key: 2 };
|
|
14193
14194
|
const _hoisted_5$8 = { key: 3 };
|
|
14194
|
-
function _sfc_render$
|
|
14195
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14195
14196
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14196
14197
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
14197
14198
|
const _component_ux_button = resolveComponent("ux-button");
|
|
14198
14199
|
const _component_flex_row = resolveComponent("flex-row");
|
|
14199
14200
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14200
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14201
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$i, [
|
|
14201
14202
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14202
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14203
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
|
|
14203
14204
|
])) : createCommentVNode("", true),
|
|
14204
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14205
|
-
_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, [
|
|
14206
14207
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14207
14208
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14208
14209
|
class: "ux-text-row",
|
|
@@ -14254,9 +14255,9 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14254
14255
|
])) : (openBlock(), createElementBlock("pre", _hoisted_5$8, toDisplayString(_ctx.model), 1))
|
|
14255
14256
|
], 64);
|
|
14256
14257
|
}
|
|
14257
|
-
var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14258
|
+
var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-6b3fc2f2"]]);
|
|
14258
14259
|
var optionsManager_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14259
|
-
const _sfc_main$
|
|
14260
|
+
const _sfc_main$o = {
|
|
14260
14261
|
props: {
|
|
14261
14262
|
modelValue: {
|
|
14262
14263
|
type: [String, Array]
|
|
@@ -14350,44 +14351,44 @@ const _sfc_main$k = {
|
|
|
14350
14351
|
}
|
|
14351
14352
|
}
|
|
14352
14353
|
};
|
|
14353
|
-
const _withScopeId$
|
|
14354
|
-
const _hoisted_1$
|
|
14354
|
+
const _withScopeId$3 = (n2) => (pushScopeId("data-v-076c3da8"), n2 = n2(), popScopeId(), n2);
|
|
14355
|
+
const _hoisted_1$h = {
|
|
14355
14356
|
key: 0,
|
|
14356
14357
|
class: "ux-field-title"
|
|
14357
14358
|
};
|
|
14358
|
-
const _hoisted_2$
|
|
14359
|
+
const _hoisted_2$e = {
|
|
14359
14360
|
key: 0,
|
|
14360
14361
|
class: "ux-required-marker"
|
|
14361
14362
|
};
|
|
14362
|
-
const _hoisted_3$
|
|
14363
|
+
const _hoisted_3$c = {
|
|
14363
14364
|
key: 1,
|
|
14364
14365
|
class: "ux-field-description"
|
|
14365
14366
|
};
|
|
14366
|
-
const _hoisted_4$
|
|
14367
|
+
const _hoisted_4$c = { key: 2 };
|
|
14367
14368
|
const _hoisted_5$7 = { class: "ux-text-wrap prefixed" };
|
|
14368
|
-
const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$
|
|
14369
|
+
const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
14369
14370
|
const _hoisted_7$5 = ["onBlur", "onUpdate:modelValue"];
|
|
14370
14371
|
const _hoisted_8$2 = ["onBlur", "onUpdate:modelValue"];
|
|
14371
14372
|
const _hoisted_9$2 = { class: "ux-text-wrap prefixed" };
|
|
14372
|
-
const _hoisted_10$2 = /* @__PURE__ */ _withScopeId$
|
|
14373
|
+
const _hoisted_10$2 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
|
|
14373
14374
|
const _hoisted_11$1 = ["onFocus", "onUpdate:modelValue"];
|
|
14374
14375
|
const _hoisted_12$1 = ["onFocus", "onUpdate:modelValue"];
|
|
14375
14376
|
const _hoisted_13 = { class: "ux-text-wrap prefixed" };
|
|
14376
|
-
const _hoisted_14 = /* @__PURE__ */ _withScopeId$
|
|
14377
|
+
const _hoisted_14 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
14377
14378
|
const _hoisted_15 = { class: "ux-text-wrap prefixed" };
|
|
14378
|
-
const _hoisted_16 = /* @__PURE__ */ _withScopeId$
|
|
14379
|
-
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) {
|
|
14380
14381
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14381
14382
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
14382
14383
|
const _component_ux_button = resolveComponent("ux-button");
|
|
14383
14384
|
const _component_flex_row = resolveComponent("flex-row");
|
|
14384
14385
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14385
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14386
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$h, [
|
|
14386
14387
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14387
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14388
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
|
|
14388
14389
|
])) : createCommentVNode("", true),
|
|
14389
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14390
|
-
_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, [
|
|
14391
14392
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14392
14393
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14393
14394
|
class: "ux-text-row",
|
|
@@ -14594,9 +14595,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14594
14595
|
}))
|
|
14595
14596
|
], 64);
|
|
14596
14597
|
}
|
|
14597
|
-
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14598
|
+
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-076c3da8"]]);
|
|
14598
14599
|
var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14599
|
-
const _sfc_main$
|
|
14600
|
+
const _sfc_main$n = {
|
|
14600
14601
|
components: {},
|
|
14601
14602
|
methods: {
|
|
14602
14603
|
editorInit() {
|
|
@@ -14668,7 +14669,7 @@ const _sfc_main$j = {
|
|
|
14668
14669
|
};
|
|
14669
14670
|
}
|
|
14670
14671
|
};
|
|
14671
|
-
function _sfc_render$
|
|
14672
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14672
14673
|
const _component_v_ace_editor = resolveComponent("v-ace-editor");
|
|
14673
14674
|
const _component_flex_column = resolveComponent("flex-column");
|
|
14674
14675
|
return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
@@ -14688,9 +14689,9 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14688
14689
|
_: 1
|
|
14689
14690
|
})) : createCommentVNode("", true);
|
|
14690
14691
|
}
|
|
14691
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14692
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-ff0cfcf4"]]);
|
|
14692
14693
|
var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14693
|
-
const _sfc_main$
|
|
14694
|
+
const _sfc_main$m = {
|
|
14694
14695
|
components: {
|
|
14695
14696
|
CodeEditor
|
|
14696
14697
|
},
|
|
@@ -14713,25 +14714,25 @@ const _sfc_main$i = {
|
|
|
14713
14714
|
}
|
|
14714
14715
|
}
|
|
14715
14716
|
};
|
|
14716
|
-
const _hoisted_1$
|
|
14717
|
+
const _hoisted_1$g = {
|
|
14717
14718
|
key: 0,
|
|
14718
14719
|
class: "ux-field-title"
|
|
14719
14720
|
};
|
|
14720
|
-
const _hoisted_2$
|
|
14721
|
+
const _hoisted_2$d = {
|
|
14721
14722
|
key: 0,
|
|
14722
14723
|
class: "ux-required-marker"
|
|
14723
14724
|
};
|
|
14724
|
-
const _hoisted_3$
|
|
14725
|
+
const _hoisted_3$b = {
|
|
14725
14726
|
key: 1,
|
|
14726
14727
|
class: "ux-field-description"
|
|
14727
14728
|
};
|
|
14728
|
-
const _hoisted_4$
|
|
14729
|
+
const _hoisted_4$b = { key: 2 };
|
|
14729
14730
|
const _hoisted_5$6 = { class: "code-editor-field-wrap" };
|
|
14730
14731
|
const _hoisted_6$6 = {
|
|
14731
14732
|
key: 3,
|
|
14732
14733
|
class: "code-editor-field-wrap"
|
|
14733
14734
|
};
|
|
14734
|
-
function _sfc_render$
|
|
14735
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14735
14736
|
const _component_code_editor = resolveComponent("code-editor");
|
|
14736
14737
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14737
14738
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -14740,12 +14741,12 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14740
14741
|
return openBlock(), createElementBlock("div", {
|
|
14741
14742
|
onKeydown: _cache[2] || (_cache[2] = withKeys(withModifiers(($event) => $options.enterPress($event), ["stop"]), ["enter"]))
|
|
14742
14743
|
}, [
|
|
14743
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14744
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$g, [
|
|
14744
14745
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14745
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14746
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
14746
14747
|
])) : createCommentVNode("", true),
|
|
14747
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14748
|
-
_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, [
|
|
14749
14750
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14750
14751
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14751
14752
|
class: "ux-text-row",
|
|
@@ -14811,9 +14812,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14811
14812
|
]))
|
|
14812
14813
|
], 32);
|
|
14813
14814
|
}
|
|
14814
|
-
var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14815
|
+
var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-67761240"]]);
|
|
14815
14816
|
var richtext_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14816
|
-
const _sfc_main$
|
|
14817
|
+
const _sfc_main$l = {
|
|
14817
14818
|
components: {},
|
|
14818
14819
|
methods: {},
|
|
14819
14820
|
props: {
|
|
@@ -14848,7 +14849,7 @@ const _sfc_main$h = {
|
|
|
14848
14849
|
};
|
|
14849
14850
|
}
|
|
14850
14851
|
};
|
|
14851
|
-
function _sfc_render$
|
|
14852
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14852
14853
|
const _component_tiptap = resolveComponent("tiptap");
|
|
14853
14854
|
const _component_flex_column = resolveComponent("flex-column");
|
|
14854
14855
|
return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
@@ -14862,9 +14863,9 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14862
14863
|
_: 1
|
|
14863
14864
|
})) : createCommentVNode("", true);
|
|
14864
14865
|
}
|
|
14865
|
-
var RichText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14866
|
+
var RichText = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-f1bfd246"]]);
|
|
14866
14867
|
var richtextField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14867
|
-
const _sfc_main$
|
|
14868
|
+
const _sfc_main$k = {
|
|
14868
14869
|
components: {
|
|
14869
14870
|
richtext: RichText
|
|
14870
14871
|
},
|
|
@@ -14881,25 +14882,25 @@ const _sfc_main$g = {
|
|
|
14881
14882
|
}
|
|
14882
14883
|
}
|
|
14883
14884
|
};
|
|
14884
|
-
const _hoisted_1$
|
|
14885
|
+
const _hoisted_1$f = {
|
|
14885
14886
|
key: 0,
|
|
14886
14887
|
class: "ux-field-title"
|
|
14887
14888
|
};
|
|
14888
|
-
const _hoisted_2$
|
|
14889
|
+
const _hoisted_2$c = {
|
|
14889
14890
|
key: 0,
|
|
14890
14891
|
class: "ux-required-marker"
|
|
14891
14892
|
};
|
|
14892
|
-
const _hoisted_3$
|
|
14893
|
+
const _hoisted_3$a = {
|
|
14893
14894
|
key: 1,
|
|
14894
14895
|
class: "ux-field-description"
|
|
14895
14896
|
};
|
|
14896
|
-
const _hoisted_4$
|
|
14897
|
+
const _hoisted_4$a = { key: 2 };
|
|
14897
14898
|
const _hoisted_5$5 = { class: "richtext-field-wrap" };
|
|
14898
14899
|
const _hoisted_6$5 = {
|
|
14899
14900
|
key: 3,
|
|
14900
14901
|
class: "richtext-field-wrap"
|
|
14901
14902
|
};
|
|
14902
|
-
function _sfc_render$
|
|
14903
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14903
14904
|
const _component_richtext = resolveComponent("richtext");
|
|
14904
14905
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14905
14906
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -14908,12 +14909,12 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14908
14909
|
return openBlock(), createElementBlock("div", {
|
|
14909
14910
|
onKeydown: _cache[2] || (_cache[2] = withKeys(withModifiers(($event) => _ctx.enterPress($event), ["stop"]), ["enter"]))
|
|
14910
14911
|
}, [
|
|
14911
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14912
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$f, [
|
|
14912
14913
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14913
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14914
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
|
|
14914
14915
|
])) : createCommentVNode("", true),
|
|
14915
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14916
|
-
_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, [
|
|
14917
14918
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14918
14919
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14919
14920
|
class: "ux-text-row",
|
|
@@ -14977,12 +14978,12 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14977
14978
|
]))
|
|
14978
14979
|
], 32);
|
|
14979
14980
|
}
|
|
14980
|
-
var RichTextField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14981
|
+
var RichTextField = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-ba71f3d6"]]);
|
|
14981
14982
|
var InternalRouteSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14982
14983
|
function isUndefined$1(entry) {
|
|
14983
14984
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
14984
14985
|
}
|
|
14985
|
-
const _sfc_main$
|
|
14986
|
+
const _sfc_main$j = {
|
|
14986
14987
|
props: {
|
|
14987
14988
|
title: {
|
|
14988
14989
|
type: String
|
|
@@ -15101,19 +15102,19 @@ const _sfc_main$f = {
|
|
|
15101
15102
|
}
|
|
15102
15103
|
}
|
|
15103
15104
|
};
|
|
15104
|
-
const _hoisted_1$
|
|
15105
|
+
const _hoisted_1$e = {
|
|
15105
15106
|
key: 0,
|
|
15106
15107
|
class: "ux-field-title"
|
|
15107
15108
|
};
|
|
15108
|
-
const _hoisted_2$
|
|
15109
|
+
const _hoisted_2$b = {
|
|
15109
15110
|
key: 0,
|
|
15110
15111
|
class: "ux-required-marker"
|
|
15111
15112
|
};
|
|
15112
|
-
const _hoisted_3$
|
|
15113
|
+
const _hoisted_3$9 = {
|
|
15113
15114
|
key: 1,
|
|
15114
15115
|
class: "ux-field-description"
|
|
15115
15116
|
};
|
|
15116
|
-
const _hoisted_4$
|
|
15117
|
+
const _hoisted_4$9 = {
|
|
15117
15118
|
key: 2,
|
|
15118
15119
|
class: "ui-select-button"
|
|
15119
15120
|
};
|
|
@@ -15123,17 +15124,17 @@ const _hoisted_6$4 = {
|
|
|
15123
15124
|
value: ""
|
|
15124
15125
|
};
|
|
15125
15126
|
const _hoisted_7$4 = ["value"];
|
|
15126
|
-
function _sfc_render$
|
|
15127
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
15127
15128
|
const _component_ux_button = resolveComponent("ux-button");
|
|
15128
15129
|
return openBlock(), createElementBlock("div", {
|
|
15129
15130
|
class: normalizeClass(["native-select", $options.classes])
|
|
15130
15131
|
}, [
|
|
15131
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
15132
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$e, [
|
|
15132
15133
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15133
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
15134
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
|
|
15134
15135
|
])) : createCommentVNode("", true),
|
|
15135
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15136
|
-
_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, [
|
|
15137
15138
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15138
15139
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
15139
15140
|
default: withCtx(() => [
|
|
@@ -15159,12 +15160,12 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15159
15160
|
])
|
|
15160
15161
|
], 2);
|
|
15161
15162
|
}
|
|
15162
|
-
var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15163
|
+
var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-7b06d646"]]);
|
|
15163
15164
|
var InternalMenuSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
15164
15165
|
function isUndefined(entry) {
|
|
15165
15166
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
15166
15167
|
}
|
|
15167
|
-
const _sfc_main$
|
|
15168
|
+
const _sfc_main$i = {
|
|
15168
15169
|
props: {
|
|
15169
15170
|
title: {
|
|
15170
15171
|
type: String
|
|
@@ -15267,19 +15268,19 @@ const _sfc_main$e = {
|
|
|
15267
15268
|
}
|
|
15268
15269
|
}
|
|
15269
15270
|
};
|
|
15270
|
-
const _hoisted_1$
|
|
15271
|
+
const _hoisted_1$d = {
|
|
15271
15272
|
key: 0,
|
|
15272
15273
|
class: "ux-field-title"
|
|
15273
15274
|
};
|
|
15274
|
-
const _hoisted_2$
|
|
15275
|
+
const _hoisted_2$a = {
|
|
15275
15276
|
key: 0,
|
|
15276
15277
|
class: "ux-required-marker"
|
|
15277
15278
|
};
|
|
15278
|
-
const _hoisted_3$
|
|
15279
|
+
const _hoisted_3$8 = {
|
|
15279
15280
|
key: 1,
|
|
15280
15281
|
class: "ux-field-description"
|
|
15281
15282
|
};
|
|
15282
|
-
const _hoisted_4$
|
|
15283
|
+
const _hoisted_4$8 = {
|
|
15283
15284
|
key: 2,
|
|
15284
15285
|
class: "ui-select-button"
|
|
15285
15286
|
};
|
|
@@ -15289,17 +15290,17 @@ const _hoisted_6$3 = {
|
|
|
15289
15290
|
value: ""
|
|
15290
15291
|
};
|
|
15291
15292
|
const _hoisted_7$3 = ["value"];
|
|
15292
|
-
function _sfc_render$
|
|
15293
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
15293
15294
|
const _component_ux_button = resolveComponent("ux-button");
|
|
15294
15295
|
return openBlock(), createElementBlock("div", {
|
|
15295
15296
|
class: normalizeClass(["native-select", $options.classes])
|
|
15296
15297
|
}, [
|
|
15297
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
15298
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$d, [
|
|
15298
15299
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15299
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
15300
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
|
|
15300
15301
|
])) : createCommentVNode("", true),
|
|
15301
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15302
|
-
_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, [
|
|
15303
15304
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15304
15305
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
15305
15306
|
default: withCtx(() => [
|
|
@@ -15325,7 +15326,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15325
15326
|
])
|
|
15326
15327
|
], 2);
|
|
15327
15328
|
}
|
|
15328
|
-
var InternalMenuSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15329
|
+
var InternalMenuSelect = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-a04e9882"]]);
|
|
15329
15330
|
var jsep = { exports: {} };
|
|
15330
15331
|
(function(module, exports) {
|
|
15331
15332
|
(function(root2) {
|
|
@@ -16155,7 +16156,7 @@ function computedExpression(key) {
|
|
|
16155
16156
|
return service.evaluateExpression(expression, context);
|
|
16156
16157
|
};
|
|
16157
16158
|
}
|
|
16158
|
-
const _sfc_main$
|
|
16159
|
+
const _sfc_main$h = {
|
|
16159
16160
|
components: {
|
|
16160
16161
|
InternalRouteSelect,
|
|
16161
16162
|
InternalMenuSelect,
|
|
@@ -16607,11 +16608,11 @@ const _sfc_main$d = {
|
|
|
16607
16608
|
}
|
|
16608
16609
|
}
|
|
16609
16610
|
};
|
|
16610
|
-
const _hoisted_1$
|
|
16611
|
+
const _hoisted_1$c = {
|
|
16611
16612
|
key: 26,
|
|
16612
16613
|
class: "ux-field-message"
|
|
16613
16614
|
};
|
|
16614
|
-
function _sfc_render$
|
|
16615
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
16615
16616
|
const _component_internal_route_select = resolveComponent("internal-route-select");
|
|
16616
16617
|
const _component_internal_menu_select = resolveComponent("internal-menu-select");
|
|
16617
16618
|
const _component_custom_html = resolveComponent("custom-html");
|
|
@@ -16842,12 +16843,12 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16842
16843
|
]),
|
|
16843
16844
|
_: 1
|
|
16844
16845
|
})) : createCommentVNode("", true),
|
|
16845
|
-
$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)
|
|
16846
16847
|
], 34)) : createCommentVNode("", true);
|
|
16847
16848
|
}
|
|
16848
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16849
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-1d0f7c92"]]);
|
|
16849
16850
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16850
|
-
const _sfc_main$
|
|
16851
|
+
const _sfc_main$g = {
|
|
16851
16852
|
props: {
|
|
16852
16853
|
parentModel: {
|
|
16853
16854
|
type: Object
|
|
@@ -17065,7 +17066,7 @@ const _sfc_main$c = {
|
|
|
17065
17066
|
}
|
|
17066
17067
|
}
|
|
17067
17068
|
};
|
|
17068
|
-
function _sfc_render$
|
|
17069
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17069
17070
|
const _component_ux_field = resolveComponent("ux-field");
|
|
17070
17071
|
return openBlock(), createElementBlock("div", {
|
|
17071
17072
|
class: normalizeClass(["ux-form", $options.formClass])
|
|
@@ -17100,13 +17101,13 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17100
17101
|
], true)
|
|
17101
17102
|
], 2);
|
|
17102
17103
|
}
|
|
17103
|
-
var UXForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17104
|
+
var UXForm = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-f463bb0c"]]);
|
|
17104
17105
|
var submissionform_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17105
17106
|
const STATE_READY = "form.ready";
|
|
17106
17107
|
const STATE_PROCESSING = "form.processing";
|
|
17107
17108
|
const STATE_COMPLETE = "form.complete";
|
|
17108
17109
|
const STATE_ERROR = "form.error";
|
|
17109
|
-
const _sfc_main$
|
|
17110
|
+
const _sfc_main$f = {
|
|
17110
17111
|
methods: {
|
|
17111
17112
|
formStateUpdated(state) {
|
|
17112
17113
|
this.formState = state;
|
|
@@ -17231,27 +17232,27 @@ const _sfc_main$b = {
|
|
|
17231
17232
|
}
|
|
17232
17233
|
}
|
|
17233
17234
|
};
|
|
17234
|
-
const _withScopeId$
|
|
17235
|
-
const _hoisted_1$
|
|
17236
|
-
const _hoisted_2$
|
|
17237
|
-
const _hoisted_3$
|
|
17238
|
-
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 };
|
|
17239
17240
|
const _hoisted_5$2 = { key: 2 };
|
|
17240
17241
|
const _hoisted_6$2 = /* @__PURE__ */ createTextVNode(" Try again ");
|
|
17241
17242
|
const _hoisted_7$2 = /* @__PURE__ */ createTextVNode(" Complete! ");
|
|
17242
17243
|
const _hoisted_8$1 = /* @__PURE__ */ createTextVNode(" Back to form ");
|
|
17243
17244
|
const _hoisted_9$1 = ["tooltip"];
|
|
17244
17245
|
const _hoisted_10$1 = /* @__PURE__ */ createTextVNode(" Submit ");
|
|
17245
|
-
function _sfc_render$
|
|
17246
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17246
17247
|
var _a;
|
|
17247
17248
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
17248
17249
|
const _component_ux_button = resolveComponent("ux-button");
|
|
17249
17250
|
const _component_ux_form = resolveComponent("ux-form");
|
|
17250
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
17251
|
+
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
17251
17252
|
$data.state === "form.error" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17252
|
-
_hoisted_2$
|
|
17253
|
-
$data.error.message ? (openBlock(), createElementBlock("pre", _hoisted_3$
|
|
17254
|
-
((_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, [
|
|
17255
17256
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.error.data.errors, (field) => {
|
|
17256
17257
|
return openBlock(), createElementBlock("pre", {
|
|
17257
17258
|
key: field.path
|
|
@@ -17304,9 +17305,9 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17304
17305
|
], 64))
|
|
17305
17306
|
]);
|
|
17306
17307
|
}
|
|
17307
|
-
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17308
|
+
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-5d5b3222"]]);
|
|
17308
17309
|
var search_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17309
|
-
const _sfc_main$
|
|
17310
|
+
const _sfc_main$e = {
|
|
17310
17311
|
props: {
|
|
17311
17312
|
modelValue: {
|
|
17312
17313
|
type: String
|
|
@@ -17371,15 +17372,15 @@ const _sfc_main$a = {
|
|
|
17371
17372
|
}
|
|
17372
17373
|
}
|
|
17373
17374
|
};
|
|
17374
|
-
const _hoisted_1$
|
|
17375
|
-
const _hoisted_2$
|
|
17376
|
-
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) {
|
|
17377
17378
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
17378
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
17379
|
+
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
17379
17380
|
withDirectives(createElementVNode("input", {
|
|
17380
17381
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.model = $event),
|
|
17381
17382
|
placeholder: $props.placeholder
|
|
17382
|
-
}, null, 8, _hoisted_2$
|
|
17383
|
+
}, null, 8, _hoisted_2$8), [
|
|
17383
17384
|
[vModelText, $options.model]
|
|
17384
17385
|
]),
|
|
17385
17386
|
createElementVNode("div", {
|
|
@@ -17390,7 +17391,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17390
17391
|
])
|
|
17391
17392
|
]);
|
|
17392
17393
|
}
|
|
17393
|
-
var Search = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17394
|
+
var Search = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-303d6348"]]);
|
|
17394
17395
|
var RenderMixin = {
|
|
17395
17396
|
props: {
|
|
17396
17397
|
field: {
|
|
@@ -17493,7 +17494,7 @@ var RenderMixin = {
|
|
|
17493
17494
|
}
|
|
17494
17495
|
};
|
|
17495
17496
|
var group_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17496
|
-
const _sfc_main$
|
|
17497
|
+
const _sfc_main$d = {
|
|
17497
17498
|
mixins: [RenderMixin],
|
|
17498
17499
|
props: {
|
|
17499
17500
|
modelValue: {
|
|
@@ -17524,18 +17525,18 @@ const _sfc_main$9 = {
|
|
|
17524
17525
|
}
|
|
17525
17526
|
}
|
|
17526
17527
|
};
|
|
17527
|
-
const _hoisted_1$
|
|
17528
|
+
const _hoisted_1$9 = {
|
|
17528
17529
|
key: 0,
|
|
17529
17530
|
class: "ux-multi-group"
|
|
17530
17531
|
};
|
|
17531
|
-
function _sfc_render$
|
|
17532
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17532
17533
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
17533
17534
|
const _component_flex_row = resolveComponent("flex-row");
|
|
17534
17535
|
const _component_ux_panel_header = resolveComponent("ux-panel-header");
|
|
17535
17536
|
const _component_ux_render = resolveComponent("ux-render");
|
|
17536
17537
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
17537
17538
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
17538
|
-
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
17539
|
+
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
17539
17540
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
17540
17541
|
return openBlock(), createBlock(_component_ux_panel, {
|
|
17541
17542
|
ref_for: true,
|
|
@@ -17588,9 +17589,9 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17588
17589
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.model = $event)
|
|
17589
17590
|
}, null, 8, ["submission", "fields", "flex", "parentModel", "modelValue"]));
|
|
17590
17591
|
}
|
|
17591
|
-
var FieldGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17592
|
+
var FieldGroup = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-5d97d5ca"]]);
|
|
17592
17593
|
var field_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17593
|
-
const _sfc_main$
|
|
17594
|
+
const _sfc_main$c = {
|
|
17594
17595
|
components: {
|
|
17595
17596
|
Item,
|
|
17596
17597
|
FieldGroup
|
|
@@ -17780,10 +17781,10 @@ const _sfc_main$8 = {
|
|
|
17780
17781
|
}
|
|
17781
17782
|
}
|
|
17782
17783
|
};
|
|
17783
|
-
const _hoisted_1$
|
|
17784
|
-
const _hoisted_2$
|
|
17785
|
-
const _hoisted_3$
|
|
17786
|
-
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 };
|
|
17787
17788
|
const _hoisted_5$1 = { key: 1 };
|
|
17788
17789
|
const _hoisted_6$1 = ["href"];
|
|
17789
17790
|
const _hoisted_7$1 = { key: 1 };
|
|
@@ -17792,15 +17793,15 @@ const _hoisted_9 = ["href"];
|
|
|
17792
17793
|
const _hoisted_10 = { key: 1 };
|
|
17793
17794
|
const _hoisted_11 = ["href"];
|
|
17794
17795
|
const _hoisted_12 = { key: 1 };
|
|
17795
|
-
function _sfc_render$
|
|
17796
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17796
17797
|
const _component_field_group = resolveComponent("field-group");
|
|
17797
17798
|
const _component_item = resolveComponent("item");
|
|
17798
17799
|
return $options.visible ? (openBlock(), createElementBlock("div", {
|
|
17799
17800
|
key: 0,
|
|
17800
17801
|
class: normalizeClass(["ux-field-render", $options.classes])
|
|
17801
17802
|
}, [
|
|
17802
|
-
createElementVNode("label", _hoisted_1$
|
|
17803
|
-
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),
|
|
17804
17805
|
$options.widget === "group" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17805
17806
|
$options.asObject ? (openBlock(), createBlock(_component_field_group, {
|
|
17806
17807
|
key: 0,
|
|
@@ -17841,12 +17842,12 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17841
17842
|
$options.type == "string" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
17842
17843
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
17843
17844
|
return openBlock(), createElementBlock("div", null, toDisplayString(value), 1);
|
|
17844
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
17845
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$6, toDisplayString($options.fieldModel), 1))
|
|
17845
17846
|
], 64)) : createCommentVNode("", true),
|
|
17846
17847
|
$options.type == "boolean" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
17847
17848
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
17848
17849
|
return openBlock(), createElementBlock("div", null, toDisplayString(!!value), 1);
|
|
17849
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_4$
|
|
17850
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_4$6, toDisplayString(!!$options.fieldModel), 1))
|
|
17850
17851
|
], 64)) : createCommentVNode("", true),
|
|
17851
17852
|
$options.type == "date" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
17852
17853
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
@@ -17883,9 +17884,9 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17883
17884
|
], 64))
|
|
17884
17885
|
], 2)) : createCommentVNode("", true);
|
|
17885
17886
|
}
|
|
17886
|
-
var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17887
|
+
var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-05569ffc"]]);
|
|
17887
17888
|
var render_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17888
|
-
const _sfc_main$
|
|
17889
|
+
const _sfc_main$b = {
|
|
17889
17890
|
props: {
|
|
17890
17891
|
parentModel: {
|
|
17891
17892
|
type: Object
|
|
@@ -17944,7 +17945,7 @@ const _sfc_main$7 = {
|
|
|
17944
17945
|
}
|
|
17945
17946
|
}
|
|
17946
17947
|
};
|
|
17947
|
-
function _sfc_render$
|
|
17948
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17948
17949
|
const _component_ux_field_render = resolveComponent("ux-field-render");
|
|
17949
17950
|
return openBlock(), createElementBlock("div", {
|
|
17950
17951
|
class: normalizeClass(["ux-render", $options.renderClass])
|
|
@@ -17964,7 +17965,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17964
17965
|
], true)
|
|
17965
17966
|
], 2);
|
|
17966
17967
|
}
|
|
17967
|
-
var UXRender = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17968
|
+
var UXRender = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-4d848e06"]]);
|
|
17968
17969
|
function Selection(options) {
|
|
17969
17970
|
options = options || {};
|
|
17970
17971
|
Math.max(parseInt(options.minimum || 0), 0);
|
|
@@ -18067,7 +18068,7 @@ function Selection(options) {
|
|
|
18067
18068
|
return service2;
|
|
18068
18069
|
}
|
|
18069
18070
|
var pager_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18070
|
-
const _sfc_main$
|
|
18071
|
+
const _sfc_main$a = {
|
|
18071
18072
|
props: {
|
|
18072
18073
|
total: {
|
|
18073
18074
|
type: Number,
|
|
@@ -18171,7 +18172,7 @@ const _sfc_main$6 = {
|
|
|
18171
18172
|
};
|
|
18172
18173
|
}
|
|
18173
18174
|
};
|
|
18174
|
-
function _sfc_render$
|
|
18175
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18175
18176
|
const _component_native_select = resolveComponent("native-select");
|
|
18176
18177
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
18177
18178
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -18275,7 +18276,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18275
18276
|
_: 1
|
|
18276
18277
|
});
|
|
18277
18278
|
}
|
|
18278
|
-
var Pager = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18279
|
+
var Pager = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-25ef1240"]]);
|
|
18279
18280
|
var browser_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18280
18281
|
function defaultColumns(self2, type) {
|
|
18281
18282
|
var columns = [];
|
|
@@ -18423,7 +18424,7 @@ function defaultColumns(self2, type) {
|
|
|
18423
18424
|
let cancelInflight;
|
|
18424
18425
|
let cancelledUnmount;
|
|
18425
18426
|
let typeCacheKey;
|
|
18426
|
-
const _sfc_main$
|
|
18427
|
+
const _sfc_main$9 = {
|
|
18427
18428
|
props: {
|
|
18428
18429
|
view: {
|
|
18429
18430
|
type: Object,
|
|
@@ -18904,6 +18905,7 @@ const _sfc_main$5 = {
|
|
|
18904
18905
|
cancelInflight = null;
|
|
18905
18906
|
self2.loading = false;
|
|
18906
18907
|
self2.loadKey++;
|
|
18908
|
+
self2.$emit("loaded");
|
|
18907
18909
|
});
|
|
18908
18910
|
promise.catch(function(err) {
|
|
18909
18911
|
cancelInflight = null;
|
|
@@ -18944,12 +18946,12 @@ const _sfc_main$5 = {
|
|
|
18944
18946
|
};
|
|
18945
18947
|
}
|
|
18946
18948
|
};
|
|
18947
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
18948
|
-
const _hoisted_1$
|
|
18949
|
-
const _hoisted_2$
|
|
18950
|
-
const _hoisted_3$
|
|
18951
|
-
const _hoisted_4$
|
|
18952
|
-
function _sfc_render$
|
|
18949
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-7783955b"), n2 = n2(), popScopeId(), n2);
|
|
18950
|
+
const _hoisted_1$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18951
|
+
const _hoisted_2$6 = { key: 0 };
|
|
18952
|
+
const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18953
|
+
const _hoisted_4$5 = { class: "footer" };
|
|
18954
|
+
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18953
18955
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
18954
18956
|
const _component_ux_button = resolveComponent("ux-button");
|
|
18955
18957
|
const _component_ux_list_item = resolveComponent("ux-list-item");
|
|
@@ -19083,15 +19085,15 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19083
19085
|
debounce: 500,
|
|
19084
19086
|
placeholder: "Keyword Search"
|
|
19085
19087
|
}, null, 8, ["modelValue", "loading"]),
|
|
19086
|
-
_hoisted_1$
|
|
19087
|
-
$props.dateFilterEnabled ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
19088
|
+
_hoisted_1$7,
|
|
19089
|
+
$props.dateFilterEnabled ? (openBlock(), createElementBlock("div", _hoisted_2$6, [
|
|
19088
19090
|
createVNode(_component_ux_field, {
|
|
19089
19091
|
field: $options.dateRangeField,
|
|
19090
19092
|
modelValue: $data.dateRangeFilter,
|
|
19091
19093
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.dateRangeFilter = $event)
|
|
19092
19094
|
}, null, 8, ["field", "modelValue"])
|
|
19093
19095
|
])) : createCommentVNode("", true),
|
|
19094
|
-
_hoisted_3$
|
|
19096
|
+
_hoisted_3$5,
|
|
19095
19097
|
createVNode(_component_filter_builder, {
|
|
19096
19098
|
definition: $data.definition,
|
|
19097
19099
|
modelValue: $data.filter,
|
|
@@ -19112,7 +19114,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19112
19114
|
createVNode(_component_flex_footer, null, {
|
|
19113
19115
|
default: withCtx(() => [
|
|
19114
19116
|
renderSlot(_ctx.$slots, "footera", {}, void 0, true),
|
|
19115
|
-
createElementVNode("div", _hoisted_4$
|
|
19117
|
+
createElementVNode("div", _hoisted_4$5, [
|
|
19116
19118
|
createVNode(_component_pager, {
|
|
19117
19119
|
page: $data.page,
|
|
19118
19120
|
"onUpdate:page": _cache[4] || (_cache[4] = ($event) => $data.page = $event),
|
|
@@ -19132,7 +19134,343 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19132
19134
|
_: 3
|
|
19133
19135
|
})) : createCommentVNode("", true);
|
|
19134
19136
|
}
|
|
19135
|
-
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19137
|
+
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-7783955b"]]);
|
|
19138
|
+
var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19139
|
+
const _sfc_main$8 = {
|
|
19140
|
+
props: {
|
|
19141
|
+
item: {
|
|
19142
|
+
type: Object
|
|
19143
|
+
},
|
|
19144
|
+
click: {
|
|
19145
|
+
type: Function
|
|
19146
|
+
}
|
|
19147
|
+
},
|
|
19148
|
+
methods: {
|
|
19149
|
+
clicked() {
|
|
19150
|
+
this.click(this.item);
|
|
19151
|
+
},
|
|
19152
|
+
toggleCollapse() {
|
|
19153
|
+
return this.item.collapsed = !this.collapsed;
|
|
19154
|
+
}
|
|
19155
|
+
},
|
|
19156
|
+
inject: ["isSelected"],
|
|
19157
|
+
computed: {
|
|
19158
|
+
selected() {
|
|
19159
|
+
return this.isSelected(this.item);
|
|
19160
|
+
},
|
|
19161
|
+
hasChildren() {
|
|
19162
|
+
var _a;
|
|
19163
|
+
return (_a = this.item.children) == null ? void 0 : _a.length;
|
|
19164
|
+
},
|
|
19165
|
+
expanded() {
|
|
19166
|
+
return !this.collapsed;
|
|
19167
|
+
},
|
|
19168
|
+
collapsed() {
|
|
19169
|
+
return !this.hasChildren || this.item.collapsed;
|
|
19170
|
+
}
|
|
19171
|
+
}
|
|
19172
|
+
};
|
|
19173
|
+
const _hoisted_1$6 = { class: "outer" };
|
|
19174
|
+
const _hoisted_2$5 = {
|
|
19175
|
+
key: 0,
|
|
19176
|
+
class: "children"
|
|
19177
|
+
};
|
|
19178
|
+
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19179
|
+
const _component_ux_icon = resolveComponent("ux-icon");
|
|
19180
|
+
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19181
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
19182
|
+
const _component_flex_row = resolveComponent("flex-row");
|
|
19183
|
+
const _component_scope_item = resolveComponent("scope-item", true);
|
|
19184
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
19185
|
+
createElementVNode("div", {
|
|
19186
|
+
class: normalizeClass(["scope-item", { selected: $options.selected }]),
|
|
19187
|
+
onClick: _cache[1] || (_cache[1] = (...args) => $options.clicked && $options.clicked(...args))
|
|
19188
|
+
}, [
|
|
19189
|
+
createVNode(_component_flex_row, {
|
|
19190
|
+
gap: "",
|
|
19191
|
+
vcenter: ""
|
|
19192
|
+
}, {
|
|
19193
|
+
default: withCtx(() => [
|
|
19194
|
+
createVNode(_component_flex_cell, {
|
|
19195
|
+
class: "select-mark",
|
|
19196
|
+
shrink: ""
|
|
19197
|
+
}, {
|
|
19198
|
+
default: withCtx(() => [
|
|
19199
|
+
createVNode(_component_ux_icon, {
|
|
19200
|
+
icon: $options.selected ? "fa-check" : "fa-regular fa-circle"
|
|
19201
|
+
}, null, 8, ["icon"])
|
|
19202
|
+
]),
|
|
19203
|
+
_: 1
|
|
19204
|
+
}),
|
|
19205
|
+
createVNode(_component_flex_cell, null, {
|
|
19206
|
+
default: withCtx(() => [
|
|
19207
|
+
createTextVNode(toDisplayString($props.item.title), 1)
|
|
19208
|
+
]),
|
|
19209
|
+
_: 1
|
|
19210
|
+
}),
|
|
19211
|
+
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
19212
|
+
default: withCtx(() => [
|
|
19213
|
+
createElementVNode("div", {
|
|
19214
|
+
class: normalizeClass({ hide: !$options.hasChildren })
|
|
19215
|
+
}, [
|
|
19216
|
+
createVNode(_component_ux_button, {
|
|
19217
|
+
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.toggleCollapse(), ["stop", "prevent"])),
|
|
19218
|
+
size: "xs",
|
|
19219
|
+
icon: ""
|
|
19220
|
+
}, {
|
|
19221
|
+
default: withCtx(() => [
|
|
19222
|
+
createVNode(_component_ux_icon, {
|
|
19223
|
+
icon: $options.expanded ? "fa-angle-up" : "fa-angle-down"
|
|
19224
|
+
}, null, 8, ["icon"])
|
|
19225
|
+
]),
|
|
19226
|
+
_: 1
|
|
19227
|
+
})
|
|
19228
|
+
], 2)
|
|
19229
|
+
]),
|
|
19230
|
+
_: 1
|
|
19231
|
+
})
|
|
19232
|
+
]),
|
|
19233
|
+
_: 1
|
|
19234
|
+
})
|
|
19235
|
+
], 2),
|
|
19236
|
+
$options.expanded ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
19237
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($props.item.children, (child) => {
|
|
19238
|
+
return openBlock(), createBlock(_component_scope_item, {
|
|
19239
|
+
click: $props.click,
|
|
19240
|
+
item: child
|
|
19241
|
+
}, null, 8, ["click", "item"]);
|
|
19242
|
+
}), 256))
|
|
19243
|
+
])) : createCommentVNode("", true)
|
|
19244
|
+
]);
|
|
19245
|
+
}
|
|
19246
|
+
var ScopeItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-5f67b500"]]);
|
|
19247
|
+
var ScopeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19248
|
+
let inflight;
|
|
19249
|
+
const _sfc_main$7 = {
|
|
19250
|
+
components: {
|
|
19251
|
+
ScopeItem
|
|
19252
|
+
},
|
|
19253
|
+
async created() {
|
|
19254
|
+
this.glossary = await this.$sdk.content.glossary({ hash: true });
|
|
19255
|
+
},
|
|
19256
|
+
props: {
|
|
19257
|
+
action: {
|
|
19258
|
+
type: String
|
|
19259
|
+
},
|
|
19260
|
+
type: {
|
|
19261
|
+
type: String,
|
|
19262
|
+
required: true
|
|
19263
|
+
},
|
|
19264
|
+
modelValue: {
|
|
19265
|
+
type: Array,
|
|
19266
|
+
default() {
|
|
19267
|
+
return [];
|
|
19268
|
+
}
|
|
19269
|
+
}
|
|
19270
|
+
},
|
|
19271
|
+
data() {
|
|
19272
|
+
return {
|
|
19273
|
+
loading: true,
|
|
19274
|
+
glossary: {},
|
|
19275
|
+
model: this.modelValue,
|
|
19276
|
+
scopes: []
|
|
19277
|
+
};
|
|
19278
|
+
},
|
|
19279
|
+
methods: {
|
|
19280
|
+
select(scope) {
|
|
19281
|
+
if (!this.isSelected(scope)) {
|
|
19282
|
+
this.model.push(scope);
|
|
19283
|
+
}
|
|
19284
|
+
},
|
|
19285
|
+
deselect(scope) {
|
|
19286
|
+
const self2 = this;
|
|
19287
|
+
const scopeID = self2.$sdk.utils.id(scope);
|
|
19288
|
+
if (self2.isSelected(scope)) {
|
|
19289
|
+
self2.model = self2.model.filter(function(entry) {
|
|
19290
|
+
const entryID = self2.$sdk.utils.id(entry);
|
|
19291
|
+
return entryID != scopeID;
|
|
19292
|
+
});
|
|
19293
|
+
}
|
|
19294
|
+
},
|
|
19295
|
+
isSelected(scope) {
|
|
19296
|
+
const scopeID = this.$sdk.utils.id(scope);
|
|
19297
|
+
return this.hash[scopeID];
|
|
19298
|
+
},
|
|
19299
|
+
toggle(scope) {
|
|
19300
|
+
if (this.isSelected(scope)) {
|
|
19301
|
+
this.deselect(scope);
|
|
19302
|
+
} else {
|
|
19303
|
+
this.select(scope);
|
|
19304
|
+
}
|
|
19305
|
+
},
|
|
19306
|
+
click(scope) {
|
|
19307
|
+
this.toggle(scope);
|
|
19308
|
+
},
|
|
19309
|
+
async checkLoad() {
|
|
19310
|
+
if (inflight) {
|
|
19311
|
+
return;
|
|
19312
|
+
}
|
|
19313
|
+
inflight = true;
|
|
19314
|
+
if (this.action && this.type) {
|
|
19315
|
+
this.scopes = await this.loadScopes();
|
|
19316
|
+
} else {
|
|
19317
|
+
console.log("missing action or type", this.action, this.type);
|
|
19318
|
+
}
|
|
19319
|
+
inflight = false;
|
|
19320
|
+
},
|
|
19321
|
+
async loadScopes() {
|
|
19322
|
+
this.loading = true;
|
|
19323
|
+
const { data } = await this.$sdk.api.post(`/scope/actionable`, {
|
|
19324
|
+
action: this.action,
|
|
19325
|
+
type: this.type
|
|
19326
|
+
});
|
|
19327
|
+
this.loading = false;
|
|
19328
|
+
return data;
|
|
19329
|
+
},
|
|
19330
|
+
async showModal() {
|
|
19331
|
+
const self2 = this;
|
|
19332
|
+
const options = {};
|
|
19333
|
+
await self2.$sdk.modal({
|
|
19334
|
+
component: ScopeSelectModal,
|
|
19335
|
+
options
|
|
19336
|
+
});
|
|
19337
|
+
}
|
|
19338
|
+
},
|
|
19339
|
+
provide() {
|
|
19340
|
+
return {
|
|
19341
|
+
isSelected: this.isSelected
|
|
19342
|
+
};
|
|
19343
|
+
},
|
|
19344
|
+
computed: {
|
|
19345
|
+
hasSelection() {
|
|
19346
|
+
return this.model.length;
|
|
19347
|
+
},
|
|
19348
|
+
hash() {
|
|
19349
|
+
return this.model.reduce(function(memo, scope) {
|
|
19350
|
+
memo[scope._id || scope] = true;
|
|
19351
|
+
return memo;
|
|
19352
|
+
}, {});
|
|
19353
|
+
},
|
|
19354
|
+
empty() {
|
|
19355
|
+
return !this.model.length;
|
|
19356
|
+
},
|
|
19357
|
+
summary() {
|
|
19358
|
+
const self2 = this;
|
|
19359
|
+
if (!self2.model.length) {
|
|
19360
|
+
return "Select Scopes";
|
|
19361
|
+
}
|
|
19362
|
+
return self2.model.map(function(scope) {
|
|
19363
|
+
return scope.title;
|
|
19364
|
+
}).join(", ");
|
|
19365
|
+
}
|
|
19366
|
+
},
|
|
19367
|
+
watch: {
|
|
19368
|
+
type: {
|
|
19369
|
+
handler() {
|
|
19370
|
+
this.checkLoad();
|
|
19371
|
+
},
|
|
19372
|
+
immediate: true
|
|
19373
|
+
},
|
|
19374
|
+
action: {
|
|
19375
|
+
handler() {
|
|
19376
|
+
this.checkLoad();
|
|
19377
|
+
},
|
|
19378
|
+
immediate: true
|
|
19379
|
+
},
|
|
19380
|
+
modelValue(m) {
|
|
19381
|
+
this.model = m;
|
|
19382
|
+
},
|
|
19383
|
+
model(m) {
|
|
19384
|
+
this.$emit("update:modelValue", m);
|
|
19385
|
+
}
|
|
19386
|
+
}
|
|
19387
|
+
};
|
|
19388
|
+
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19389
|
+
const _component_spinner = resolveComponent("spinner");
|
|
19390
|
+
const _component_scope_item = resolveComponent("scope-item");
|
|
19391
|
+
return openBlock(), createElementBlock("div", {
|
|
19392
|
+
class: normalizeClass({ has: $options.hasSelection })
|
|
19393
|
+
}, [
|
|
19394
|
+
$data.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($data.scopes, (scope) => {
|
|
19395
|
+
return openBlock(), createBlock(_component_scope_item, {
|
|
19396
|
+
click: $options.click,
|
|
19397
|
+
item: scope
|
|
19398
|
+
}, null, 8, ["click", "item"]);
|
|
19399
|
+
}), 256))
|
|
19400
|
+
], 2);
|
|
19401
|
+
}
|
|
19402
|
+
var ScopeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-243a360c"]]);
|
|
19403
|
+
var ScopeSelectButton_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19404
|
+
const _sfc_main$6 = {
|
|
19405
|
+
created() {
|
|
19406
|
+
},
|
|
19407
|
+
props: {
|
|
19408
|
+
action: {
|
|
19409
|
+
type: String
|
|
19410
|
+
},
|
|
19411
|
+
type: {
|
|
19412
|
+
type: String
|
|
19413
|
+
},
|
|
19414
|
+
modelValue: {
|
|
19415
|
+
type: Array,
|
|
19416
|
+
default() {
|
|
19417
|
+
return [];
|
|
19418
|
+
}
|
|
19419
|
+
}
|
|
19420
|
+
},
|
|
19421
|
+
data() {
|
|
19422
|
+
return {
|
|
19423
|
+
model: this.modelValue
|
|
19424
|
+
};
|
|
19425
|
+
},
|
|
19426
|
+
methods: {
|
|
19427
|
+
async openSelection() {
|
|
19428
|
+
const self2 = this;
|
|
19429
|
+
const scopes = await self2.$sdk.selectScopes({
|
|
19430
|
+
action: self2.action,
|
|
19431
|
+
type: self2.type,
|
|
19432
|
+
model: self2.model
|
|
19433
|
+
});
|
|
19434
|
+
self2.model = scopes;
|
|
19435
|
+
}
|
|
19436
|
+
},
|
|
19437
|
+
computed: {
|
|
19438
|
+
empty() {
|
|
19439
|
+
return !this.model.length;
|
|
19440
|
+
},
|
|
19441
|
+
summary() {
|
|
19442
|
+
const self2 = this;
|
|
19443
|
+
if (!self2.model.length) {
|
|
19444
|
+
return "Select Scopes";
|
|
19445
|
+
}
|
|
19446
|
+
return self2.model.map(function(scope) {
|
|
19447
|
+
return scope.title || "(hidden)";
|
|
19448
|
+
}).join(", ");
|
|
19449
|
+
}
|
|
19450
|
+
},
|
|
19451
|
+
watch: {
|
|
19452
|
+
modelValue(m) {
|
|
19453
|
+
this.model = m;
|
|
19454
|
+
},
|
|
19455
|
+
model(m) {
|
|
19456
|
+
this.$emit("update:modelValue", m);
|
|
19457
|
+
}
|
|
19458
|
+
}
|
|
19459
|
+
};
|
|
19460
|
+
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19461
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
19462
|
+
return openBlock(), createElementBlock("div", null, [
|
|
19463
|
+
createVNode(_component_ux_button, { onClick: $options.openSelection }, {
|
|
19464
|
+
default: withCtx(() => [
|
|
19465
|
+
createElementVNode("span", {
|
|
19466
|
+
class: normalizeClass({ "empty-text": $options.empty })
|
|
19467
|
+
}, toDisplayString($options.summary), 3)
|
|
19468
|
+
]),
|
|
19469
|
+
_: 1
|
|
19470
|
+
}, 8, ["onClick"])
|
|
19471
|
+
]);
|
|
19472
|
+
}
|
|
19473
|
+
var ScopeSelectButton = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-d699ee9c"]]);
|
|
19136
19474
|
var ModalMixin = {
|
|
19137
19475
|
props: {
|
|
19138
19476
|
options: {
|
|
@@ -19155,7 +19493,7 @@ var ModalMixin = {
|
|
|
19155
19493
|
}
|
|
19156
19494
|
};
|
|
19157
19495
|
var Modal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19158
|
-
const _sfc_main$
|
|
19496
|
+
const _sfc_main$5 = {
|
|
19159
19497
|
props: {
|
|
19160
19498
|
modal: {
|
|
19161
19499
|
type: Object,
|
|
@@ -19191,9 +19529,9 @@ const _sfc_main$4 = {
|
|
|
19191
19529
|
}
|
|
19192
19530
|
}
|
|
19193
19531
|
};
|
|
19194
|
-
const _hoisted_1$
|
|
19195
|
-
function _sfc_render$
|
|
19196
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19532
|
+
const _hoisted_1$5 = { class: "modal-wrapper" };
|
|
19533
|
+
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19534
|
+
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
19197
19535
|
createElementVNode("div", {
|
|
19198
19536
|
class: "modal-blanket",
|
|
19199
19537
|
onClick: _cache[0] || (_cache[0] = (...args) => $options.blanketClick && $options.blanketClick(...args))
|
|
@@ -19211,16 +19549,16 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19211
19549
|
], 4)
|
|
19212
19550
|
]);
|
|
19213
19551
|
}
|
|
19214
|
-
var UxModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19552
|
+
var UxModal = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-53027fe5"]]);
|
|
19215
19553
|
var ConfirmModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19216
|
-
const _sfc_main$
|
|
19554
|
+
const _sfc_main$4 = {
|
|
19217
19555
|
mixins: [ModalMixin]
|
|
19218
19556
|
};
|
|
19219
|
-
const _hoisted_1$
|
|
19220
|
-
const _hoisted_2$
|
|
19221
|
-
const _hoisted_3$
|
|
19222
|
-
const _hoisted_4$
|
|
19223
|
-
function _sfc_render$
|
|
19557
|
+
const _hoisted_1$4 = { class: "padder" };
|
|
19558
|
+
const _hoisted_2$4 = { class: "padder" };
|
|
19559
|
+
const _hoisted_3$4 = /* @__PURE__ */ createTextVNode("Cancel");
|
|
19560
|
+
const _hoisted_4$4 = /* @__PURE__ */ createTextVNode("Confirm");
|
|
19561
|
+
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19224
19562
|
const _component_flex_body = resolveComponent("flex-body");
|
|
19225
19563
|
const _component_ux_button = resolveComponent("ux-button");
|
|
19226
19564
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -19231,7 +19569,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19231
19569
|
default: withCtx(() => [
|
|
19232
19570
|
createVNode(_component_flex_body, null, {
|
|
19233
19571
|
default: withCtx(() => [
|
|
19234
|
-
createElementVNode("div", _hoisted_1$
|
|
19572
|
+
createElementVNode("div", _hoisted_1$4, [
|
|
19235
19573
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
19236
19574
|
createElementVNode("div", null, toDisplayString(_ctx.options.description), 1)
|
|
19237
19575
|
])
|
|
@@ -19240,14 +19578,14 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19240
19578
|
}),
|
|
19241
19579
|
createVNode(_component_flex_footer, null, {
|
|
19242
19580
|
default: withCtx(() => [
|
|
19243
|
-
createElementVNode("div", _hoisted_2$
|
|
19581
|
+
createElementVNode("div", _hoisted_2$4, [
|
|
19244
19582
|
createVNode(_component_flex_row, null, {
|
|
19245
19583
|
default: withCtx(() => [
|
|
19246
19584
|
createVNode(_component_flex_cell, null, {
|
|
19247
19585
|
default: withCtx(() => [
|
|
19248
19586
|
createVNode(_component_ux_button, { onClick: _ctx.dismiss }, {
|
|
19249
19587
|
default: withCtx(() => [
|
|
19250
|
-
_hoisted_3$
|
|
19588
|
+
_hoisted_3$4
|
|
19251
19589
|
]),
|
|
19252
19590
|
_: 1
|
|
19253
19591
|
}, 8, ["onClick"])
|
|
@@ -19258,7 +19596,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19258
19596
|
default: withCtx(() => [
|
|
19259
19597
|
createVNode(_component_ux_button, { onClick: _ctx.close }, {
|
|
19260
19598
|
default: withCtx(() => [
|
|
19261
|
-
_hoisted_4$
|
|
19599
|
+
_hoisted_4$4
|
|
19262
19600
|
]),
|
|
19263
19601
|
_: 1
|
|
19264
19602
|
}, 8, ["onClick"])
|
|
@@ -19276,9 +19614,9 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19276
19614
|
_: 1
|
|
19277
19615
|
});
|
|
19278
19616
|
}
|
|
19279
|
-
var UxConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19617
|
+
var UxConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-20b62981"]]);
|
|
19280
19618
|
var OptionsModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19281
|
-
const _sfc_main$
|
|
19619
|
+
const _sfc_main$3 = {
|
|
19282
19620
|
data() {
|
|
19283
19621
|
return {
|
|
19284
19622
|
selected: null
|
|
@@ -19292,10 +19630,10 @@ const _sfc_main$2 = {
|
|
|
19292
19630
|
}
|
|
19293
19631
|
}
|
|
19294
19632
|
};
|
|
19295
|
-
const _hoisted_1$
|
|
19296
|
-
const _hoisted_2$
|
|
19297
|
-
const _hoisted_3$
|
|
19298
|
-
const _hoisted_4$
|
|
19633
|
+
const _hoisted_1$3 = { class: "header" };
|
|
19634
|
+
const _hoisted_2$3 = { class: "padder" };
|
|
19635
|
+
const _hoisted_3$3 = ["onClick"];
|
|
19636
|
+
const _hoisted_4$3 = {
|
|
19299
19637
|
key: 0,
|
|
19300
19638
|
class: "title"
|
|
19301
19639
|
};
|
|
@@ -19305,7 +19643,7 @@ const _hoisted_5 = {
|
|
|
19305
19643
|
};
|
|
19306
19644
|
const _hoisted_6 = { class: "padder" };
|
|
19307
19645
|
const _hoisted_7 = /* @__PURE__ */ createTextVNode("Cancel");
|
|
19308
|
-
function _sfc_render$
|
|
19646
|
+
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19309
19647
|
const _component_flex_header = resolveComponent("flex-header");
|
|
19310
19648
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19311
19649
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -19318,7 +19656,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19318
19656
|
default: withCtx(() => [
|
|
19319
19657
|
createVNode(_component_flex_header, null, {
|
|
19320
19658
|
default: withCtx(() => [
|
|
19321
|
-
createElementVNode("div", _hoisted_1$
|
|
19659
|
+
createElementVNode("div", _hoisted_1$3, [
|
|
19322
19660
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
19323
19661
|
createElementVNode("div", null, toDisplayString(_ctx.options.description), 1)
|
|
19324
19662
|
])
|
|
@@ -19327,7 +19665,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19327
19665
|
}),
|
|
19328
19666
|
createVNode(_component_flex_body, { class: "body" }, {
|
|
19329
19667
|
default: withCtx(() => [
|
|
19330
|
-
createElementVNode("div", _hoisted_2$
|
|
19668
|
+
createElementVNode("div", _hoisted_2$3, [
|
|
19331
19669
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options.choices, (choice) => {
|
|
19332
19670
|
return openBlock(), createElementBlock("div", {
|
|
19333
19671
|
class: "choice",
|
|
@@ -19337,7 +19675,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19337
19675
|
default: withCtx(() => [
|
|
19338
19676
|
createVNode(_component_flex_cell, null, {
|
|
19339
19677
|
default: withCtx(() => [
|
|
19340
|
-
choice.title ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
19678
|
+
choice.title ? (openBlock(), createElementBlock("div", _hoisted_4$3, toDisplayString(choice.title), 1)) : createCommentVNode("", true),
|
|
19341
19679
|
choice.description ? (openBlock(), createElementBlock("div", _hoisted_5, toDisplayString(choice.description), 1)) : createCommentVNode("", true)
|
|
19342
19680
|
]),
|
|
19343
19681
|
_: 2
|
|
@@ -19351,7 +19689,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19351
19689
|
]),
|
|
19352
19690
|
_: 2
|
|
19353
19691
|
}, 1024)
|
|
19354
|
-
], 8, _hoisted_3$
|
|
19692
|
+
], 8, _hoisted_3$3);
|
|
19355
19693
|
}), 256))
|
|
19356
19694
|
])
|
|
19357
19695
|
]),
|
|
@@ -19374,9 +19712,9 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19374
19712
|
_: 1
|
|
19375
19713
|
});
|
|
19376
19714
|
}
|
|
19377
|
-
var UxOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19715
|
+
var UxOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-09008c8a"]]);
|
|
19378
19716
|
var PromptModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19379
|
-
const _sfc_main$
|
|
19717
|
+
const _sfc_main$2 = {
|
|
19380
19718
|
mixins: [ModalMixin],
|
|
19381
19719
|
data() {
|
|
19382
19720
|
return {
|
|
@@ -19395,11 +19733,11 @@ const _sfc_main$1 = {
|
|
|
19395
19733
|
}
|
|
19396
19734
|
}
|
|
19397
19735
|
};
|
|
19398
|
-
const _hoisted_1$
|
|
19399
|
-
const _hoisted_2$
|
|
19400
|
-
const _hoisted_3$
|
|
19401
|
-
const _hoisted_4$
|
|
19402
|
-
function _sfc_render$
|
|
19736
|
+
const _hoisted_1$2 = { class: "padder" };
|
|
19737
|
+
const _hoisted_2$2 = { class: "padder" };
|
|
19738
|
+
const _hoisted_3$2 = /* @__PURE__ */ createTextVNode("Cancel");
|
|
19739
|
+
const _hoisted_4$2 = /* @__PURE__ */ createTextVNode("Confirm");
|
|
19740
|
+
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19403
19741
|
const _component_ux_form = resolveComponent("ux-form");
|
|
19404
19742
|
const _component_flex_body = resolveComponent("flex-body");
|
|
19405
19743
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -19416,7 +19754,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19416
19754
|
default: withCtx(() => [
|
|
19417
19755
|
createVNode(_component_flex_body, null, {
|
|
19418
19756
|
default: withCtx(() => [
|
|
19419
|
-
createElementVNode("div", _hoisted_1$
|
|
19757
|
+
createElementVNode("div", _hoisted_1$2, [
|
|
19420
19758
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
19421
19759
|
createElementVNode("div", null, toDisplayString(_ctx.options.description), 1),
|
|
19422
19760
|
createVNode(_component_ux_form, {
|
|
@@ -19431,7 +19769,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19431
19769
|
}),
|
|
19432
19770
|
createVNode(_component_flex_footer, null, {
|
|
19433
19771
|
default: withCtx(() => [
|
|
19434
|
-
createElementVNode("div", _hoisted_2$
|
|
19772
|
+
createElementVNode("div", _hoisted_2$2, [
|
|
19435
19773
|
createVNode(_component_flex_row, null, {
|
|
19436
19774
|
default: withCtx(() => [
|
|
19437
19775
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
@@ -19441,7 +19779,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19441
19779
|
onClick: _ctx.dismiss
|
|
19442
19780
|
}, {
|
|
19443
19781
|
default: withCtx(() => [
|
|
19444
|
-
_hoisted_3$
|
|
19782
|
+
_hoisted_3$2
|
|
19445
19783
|
]),
|
|
19446
19784
|
_: 1
|
|
19447
19785
|
}, 8, ["onClick"])
|
|
@@ -19456,7 +19794,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19456
19794
|
onClick: _cache[1] || (_cache[1] = ($event) => _ctx.close($data.model))
|
|
19457
19795
|
}, {
|
|
19458
19796
|
default: withCtx(() => [
|
|
19459
|
-
_hoisted_4$
|
|
19797
|
+
_hoisted_4$2
|
|
19460
19798
|
]),
|
|
19461
19799
|
_: 1
|
|
19462
19800
|
})
|
|
@@ -19475,9 +19813,9 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19475
19813
|
})
|
|
19476
19814
|
], 32);
|
|
19477
19815
|
}
|
|
19478
|
-
var UxPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19816
|
+
var UxPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-4af3c888"]]);
|
|
19479
19817
|
var ContentModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19480
|
-
const _sfc_main = {
|
|
19818
|
+
const _sfc_main$1 = {
|
|
19481
19819
|
components: {
|
|
19482
19820
|
ContentBrowser,
|
|
19483
19821
|
Search
|
|
@@ -19530,11 +19868,11 @@ const _sfc_main = {
|
|
|
19530
19868
|
}
|
|
19531
19869
|
}
|
|
19532
19870
|
};
|
|
19533
|
-
const _hoisted_1 = /* @__PURE__ */ createTextVNode(" Loading ");
|
|
19534
|
-
const _hoisted_2 = { class: "header" };
|
|
19535
|
-
const _hoisted_3 = { class: "font-muted font-sm" };
|
|
19536
|
-
const _hoisted_4 = /* @__PURE__ */ createTextVNode("Done");
|
|
19537
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19871
|
+
const _hoisted_1$1 = /* @__PURE__ */ createTextVNode(" Loading ");
|
|
19872
|
+
const _hoisted_2$1 = { class: "header" };
|
|
19873
|
+
const _hoisted_3$1 = { class: "font-muted font-sm" };
|
|
19874
|
+
const _hoisted_4$1 = /* @__PURE__ */ createTextVNode("Done");
|
|
19875
|
+
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19538
19876
|
const _component_flex_column = resolveComponent("flex-column");
|
|
19539
19877
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19540
19878
|
const _component_search = resolveComponent("search");
|
|
@@ -19546,14 +19884,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19546
19884
|
default: withCtx(() => [
|
|
19547
19885
|
$data.loading ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
19548
19886
|
default: withCtx(() => [
|
|
19549
|
-
_hoisted_1
|
|
19887
|
+
_hoisted_1$1
|
|
19550
19888
|
]),
|
|
19551
19889
|
_: 1
|
|
19552
19890
|
})) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
19553
19891
|
$data.definition ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19554
19892
|
createVNode(_component_flex_header, null, {
|
|
19555
19893
|
default: withCtx(() => [
|
|
19556
|
-
createElementVNode("div", _hoisted_2, [
|
|
19894
|
+
createElementVNode("div", _hoisted_2$1, [
|
|
19557
19895
|
createVNode(_component_flex_row, {
|
|
19558
19896
|
vcenter: "",
|
|
19559
19897
|
gap: ""
|
|
@@ -19561,13 +19899,13 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19561
19899
|
default: withCtx(() => [
|
|
19562
19900
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
19563
19901
|
default: withCtx(() => [
|
|
19564
|
-
|
|
19902
|
+
createElementVNode("h3", null, "Select " + toDisplayString($options.maximum == 1 ? $options.title : $options.plural), 1)
|
|
19565
19903
|
]),
|
|
19566
19904
|
_: 1
|
|
19567
19905
|
}),
|
|
19568
19906
|
$options.maximum ? (openBlock(), createBlock(_component_flex_cell, { key: 0 }, {
|
|
19569
19907
|
default: withCtx(() => [
|
|
19570
|
-
createElementVNode("span", _hoisted_3, "(" + toDisplayString($data.model.length) + " of " + toDisplayString($options.maximum) + ")", 1)
|
|
19908
|
+
createElementVNode("span", _hoisted_3$1, "(" + toDisplayString($data.model.length) + " of " + toDisplayString($options.maximum) + ")", 1)
|
|
19571
19909
|
]),
|
|
19572
19910
|
_: 1
|
|
19573
19911
|
})) : createCommentVNode("", true),
|
|
@@ -19590,7 +19928,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19590
19928
|
onClick: $options.selectionComplete
|
|
19591
19929
|
}, {
|
|
19592
19930
|
default: withCtx(() => [
|
|
19593
|
-
_hoisted_4
|
|
19931
|
+
_hoisted_4$1
|
|
19594
19932
|
]),
|
|
19595
19933
|
_: 1
|
|
19596
19934
|
}, 8, ["onClick"])
|
|
@@ -19620,7 +19958,100 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19620
19958
|
_: 1
|
|
19621
19959
|
});
|
|
19622
19960
|
}
|
|
19623
|
-
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
19961
|
+
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-7a6efddc"]]);
|
|
19962
|
+
var ScopeModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19963
|
+
const _sfc_main = {
|
|
19964
|
+
components: {
|
|
19965
|
+
ScopeSelect
|
|
19966
|
+
},
|
|
19967
|
+
mixins: [ModalMixin],
|
|
19968
|
+
computed: {
|
|
19969
|
+
type() {
|
|
19970
|
+
return this.options.type;
|
|
19971
|
+
},
|
|
19972
|
+
action() {
|
|
19973
|
+
return this.options.action;
|
|
19974
|
+
}
|
|
19975
|
+
},
|
|
19976
|
+
data() {
|
|
19977
|
+
return {
|
|
19978
|
+
model: this.options.model.slice()
|
|
19979
|
+
};
|
|
19980
|
+
},
|
|
19981
|
+
methods: {
|
|
19982
|
+
selectionComplete(data) {
|
|
19983
|
+
this.close(this.model);
|
|
19984
|
+
}
|
|
19985
|
+
}
|
|
19986
|
+
};
|
|
19987
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-17b3e792"), n2 = n2(), popScopeId(), n2);
|
|
19988
|
+
const _hoisted_1 = { class: "header" };
|
|
19989
|
+
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("h3", null, "Select Scopes", -1));
|
|
19990
|
+
const _hoisted_3 = /* @__PURE__ */ createTextVNode("Done");
|
|
19991
|
+
const _hoisted_4 = { class: "padder" };
|
|
19992
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19993
|
+
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19994
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
19995
|
+
const _component_flex_row = resolveComponent("flex-row");
|
|
19996
|
+
const _component_flex_header = resolveComponent("flex-header");
|
|
19997
|
+
const _component_scope_select = resolveComponent("scope-select");
|
|
19998
|
+
const _component_flex_body = resolveComponent("flex-body");
|
|
19999
|
+
const _component_flex_column = resolveComponent("flex-column");
|
|
20000
|
+
return openBlock(), createBlock(_component_flex_column, { class: "wrapper" }, {
|
|
20001
|
+
default: withCtx(() => [
|
|
20002
|
+
createVNode(_component_flex_header, null, {
|
|
20003
|
+
default: withCtx(() => [
|
|
20004
|
+
createElementVNode("div", _hoisted_1, [
|
|
20005
|
+
createVNode(_component_flex_row, {
|
|
20006
|
+
vcenter: "",
|
|
20007
|
+
gap: ""
|
|
20008
|
+
}, {
|
|
20009
|
+
default: withCtx(() => [
|
|
20010
|
+
createVNode(_component_flex_cell, null, {
|
|
20011
|
+
default: withCtx(() => [
|
|
20012
|
+
_hoisted_2
|
|
20013
|
+
]),
|
|
20014
|
+
_: 1
|
|
20015
|
+
}),
|
|
20016
|
+
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
20017
|
+
default: withCtx(() => [
|
|
20018
|
+
createVNode(_component_ux_button, {
|
|
20019
|
+
color: "primary",
|
|
20020
|
+
onClick: $options.selectionComplete
|
|
20021
|
+
}, {
|
|
20022
|
+
default: withCtx(() => [
|
|
20023
|
+
_hoisted_3
|
|
20024
|
+
]),
|
|
20025
|
+
_: 1
|
|
20026
|
+
}, 8, ["onClick"])
|
|
20027
|
+
]),
|
|
20028
|
+
_: 1
|
|
20029
|
+
})
|
|
20030
|
+
]),
|
|
20031
|
+
_: 1
|
|
20032
|
+
})
|
|
20033
|
+
])
|
|
20034
|
+
]),
|
|
20035
|
+
_: 1
|
|
20036
|
+
}),
|
|
20037
|
+
createVNode(_component_flex_body, { class: "scroll-body" }, {
|
|
20038
|
+
default: withCtx(() => [
|
|
20039
|
+
createElementVNode("div", _hoisted_4, [
|
|
20040
|
+
createVNode(_component_scope_select, {
|
|
20041
|
+
action: $options.action,
|
|
20042
|
+
type: $options.type,
|
|
20043
|
+
modelValue: $data.model,
|
|
20044
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model = $event)
|
|
20045
|
+
}, null, 8, ["action", "type", "modelValue"])
|
|
20046
|
+
])
|
|
20047
|
+
]),
|
|
20048
|
+
_: 1
|
|
20049
|
+
})
|
|
20050
|
+
]),
|
|
20051
|
+
_: 1
|
|
20052
|
+
});
|
|
20053
|
+
}
|
|
20054
|
+
var UxScopeModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-17b3e792"]]);
|
|
19624
20055
|
function device() {
|
|
19625
20056
|
var service2 = reactive({
|
|
19626
20057
|
mounted: false,
|
|
@@ -19821,6 +20252,14 @@ const QikUI = {
|
|
|
19821
20252
|
options
|
|
19822
20253
|
});
|
|
19823
20254
|
};
|
|
20255
|
+
sdk.selectScopes = function(options) {
|
|
20256
|
+
options = options || {};
|
|
20257
|
+
options.model = options.model || [];
|
|
20258
|
+
return sdk.modal({
|
|
20259
|
+
component: UxScopeModal,
|
|
20260
|
+
options
|
|
20261
|
+
});
|
|
20262
|
+
};
|
|
19824
20263
|
sdk.options = function(choices, title, description) {
|
|
19825
20264
|
return sdk.modal({
|
|
19826
20265
|
component: UxOptionsModal,
|
|
@@ -19861,5 +20300,5 @@ const QikUI = {
|
|
|
19861
20300
|
}
|
|
19862
20301
|
}
|
|
19863
20302
|
};
|
|
19864
|
-
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 };
|
|
20303
|
+
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 };
|
|
19865
20304
|
//# sourceMappingURL=lib.es.js.map
|