@qikdev/vue-ui 0.1.85 → 0.1.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib.es.js +1042 -605
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, vModelSelect, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
|
|
34
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.1.
|
|
35
|
+
const version$1 = "0.1.87";
|
|
36
36
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
37
37
|
var _export_sfc = (sfc, props2) => {
|
|
38
38
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -41,104 +41,104 @@ var _export_sfc = (sfc, props2) => {
|
|
|
41
41
|
}
|
|
42
42
|
return target;
|
|
43
43
|
};
|
|
44
|
-
const _sfc_main$
|
|
45
|
-
const _hoisted_1$
|
|
46
|
-
function _sfc_render$
|
|
47
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
44
|
+
const _sfc_main$1k = {};
|
|
45
|
+
const _hoisted_1$12 = { class: "flex-column" };
|
|
46
|
+
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47
|
+
return openBlock(), createElementBlock("div", _hoisted_1$12, [
|
|
48
48
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
49
49
|
]);
|
|
50
50
|
}
|
|
51
|
-
var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
51
|
+
var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-203ea86f"]]);
|
|
52
52
|
var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
53
|
-
const _sfc_main$
|
|
54
|
-
const _hoisted_1
|
|
55
|
-
function _sfc_render$
|
|
56
|
-
return openBlock(), createElementBlock("div", _hoisted_1
|
|
53
|
+
const _sfc_main$1j = {};
|
|
54
|
+
const _hoisted_1$11 = { class: "flex-column-body" };
|
|
55
|
+
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56
|
+
return openBlock(), createElementBlock("div", _hoisted_1$11, [
|
|
57
57
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
58
58
|
]);
|
|
59
59
|
}
|
|
60
|
-
var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
60
|
+
var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__scopeId", "data-v-64850355"]]);
|
|
61
61
|
var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62
|
-
const _sfc_main$
|
|
63
|
-
const _hoisted_1$
|
|
64
|
-
function _sfc_render$
|
|
65
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
62
|
+
const _sfc_main$1i = {};
|
|
63
|
+
const _hoisted_1$10 = { class: "flex-column-header" };
|
|
64
|
+
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65
|
+
return openBlock(), createElementBlock("div", _hoisted_1$10, [
|
|
66
66
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
67
67
|
]);
|
|
68
68
|
}
|
|
69
|
-
var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69
|
+
var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__scopeId", "data-v-10b28f00"]]);
|
|
70
70
|
var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
71
|
-
const _sfc_main$
|
|
72
|
-
const _hoisted_1
|
|
73
|
-
function _sfc_render$
|
|
74
|
-
return openBlock(), createElementBlock("div", _hoisted_1
|
|
71
|
+
const _sfc_main$1h = {};
|
|
72
|
+
const _hoisted_1$$ = { class: "flex-column-footer" };
|
|
73
|
+
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
74
|
+
return openBlock(), createElementBlock("div", _hoisted_1$$, [
|
|
75
75
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
76
76
|
]);
|
|
77
77
|
}
|
|
78
|
-
var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
78
|
+
var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__scopeId", "data-v-68216a72"]]);
|
|
79
79
|
var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
80
|
-
const _sfc_main$
|
|
81
|
-
const _hoisted_1$
|
|
82
|
-
function _sfc_render$
|
|
83
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
80
|
+
const _sfc_main$1g = {};
|
|
81
|
+
const _hoisted_1$_ = { class: "flex-cell" };
|
|
82
|
+
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
83
|
+
return openBlock(), createElementBlock("div", _hoisted_1$_, [
|
|
84
84
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
85
85
|
]);
|
|
86
86
|
}
|
|
87
|
-
var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
87
|
+
var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__scopeId", "data-v-644bb279"]]);
|
|
88
88
|
var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
89
|
-
const _sfc_main$
|
|
90
|
-
const _hoisted_1$
|
|
91
|
-
function _sfc_render$
|
|
92
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
89
|
+
const _sfc_main$1f = {};
|
|
90
|
+
const _hoisted_1$Z = { class: "flex-row" };
|
|
91
|
+
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
92
|
+
return openBlock(), createElementBlock("div", _hoisted_1$Z, [
|
|
93
93
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
94
94
|
]);
|
|
95
95
|
}
|
|
96
|
-
var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
96
|
+
var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-5b76ad1f"]]);
|
|
97
97
|
var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
98
|
-
const _sfc_main$
|
|
99
|
-
const _hoisted_1$
|
|
100
|
-
function _sfc_render$
|
|
101
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
98
|
+
const _sfc_main$1e = {};
|
|
99
|
+
const _hoisted_1$Y = { class: "flex-spacer" };
|
|
100
|
+
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
101
|
+
return openBlock(), createElementBlock("div", _hoisted_1$Y);
|
|
102
102
|
}
|
|
103
|
-
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
103
|
+
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__scopeId", "data-v-35b15579"]]);
|
|
104
104
|
var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
105
|
-
const _sfc_main$
|
|
106
|
-
const _hoisted_1$
|
|
107
|
-
function _sfc_render$
|
|
108
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
105
|
+
const _sfc_main$1d = {};
|
|
106
|
+
const _hoisted_1$X = { class: "panel" };
|
|
107
|
+
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
108
|
+
return openBlock(), createElementBlock("div", _hoisted_1$X, [
|
|
109
109
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
110
110
|
]);
|
|
111
111
|
}
|
|
112
|
-
var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
112
|
+
var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__scopeId", "data-v-50ae77fc"]]);
|
|
113
113
|
var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
114
|
-
const _sfc_main$
|
|
115
|
-
const _hoisted_1$
|
|
116
|
-
function _sfc_render$
|
|
117
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
114
|
+
const _sfc_main$1c = {};
|
|
115
|
+
const _hoisted_1$W = { class: "panel-body" };
|
|
116
|
+
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
117
|
+
return openBlock(), createElementBlock("div", _hoisted_1$W, [
|
|
118
118
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
119
119
|
]);
|
|
120
120
|
}
|
|
121
|
-
var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
121
|
+
var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-c82dca76"]]);
|
|
122
122
|
var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
123
|
-
const _sfc_main$
|
|
124
|
-
const _hoisted_1$
|
|
125
|
-
function _sfc_render$
|
|
126
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
123
|
+
const _sfc_main$1b = {};
|
|
124
|
+
const _hoisted_1$V = { class: "panel-header" };
|
|
125
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
126
|
+
return openBlock(), createElementBlock("div", _hoisted_1$V, [
|
|
127
127
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
128
128
|
]);
|
|
129
129
|
}
|
|
130
|
-
var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
130
|
+
var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__scopeId", "data-v-13bf11da"]]);
|
|
131
131
|
var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
132
|
-
const _sfc_main$
|
|
133
|
-
const _hoisted_1$
|
|
134
|
-
function _sfc_render$
|
|
135
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
132
|
+
const _sfc_main$1a = {};
|
|
133
|
+
const _hoisted_1$U = { class: "panel-footer" };
|
|
134
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
135
|
+
return openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
136
136
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
137
137
|
]);
|
|
138
138
|
}
|
|
139
|
-
var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
139
|
+
var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-b4f4786a"]]);
|
|
140
140
|
var tabset_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
141
|
-
const _sfc_main$
|
|
141
|
+
const _sfc_main$19 = {
|
|
142
142
|
data() {
|
|
143
143
|
return {
|
|
144
144
|
activeIndex: 0
|
|
@@ -156,8 +156,8 @@ const _sfc_main$15 = {
|
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
const _hoisted_1$
|
|
160
|
-
function _sfc_render$
|
|
159
|
+
const _hoisted_1$T = ["onClick"];
|
|
160
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
161
161
|
const _component_flex_row = resolveComponent("flex-row");
|
|
162
162
|
const _component_flex_header = resolveComponent("flex-header");
|
|
163
163
|
const _component_flex_column = resolveComponent("flex-column");
|
|
@@ -171,7 +171,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
171
171
|
return openBlock(), createElementBlock("a", {
|
|
172
172
|
class: normalizeClass({ active: index2 === $data.activeIndex }),
|
|
173
173
|
onClick: ($event) => $options.select(index2)
|
|
174
|
-
}, toDisplayString(tab.props.heading), 11, _hoisted_1$
|
|
174
|
+
}, toDisplayString(tab.props.heading), 11, _hoisted_1$T);
|
|
175
175
|
}), 256))
|
|
176
176
|
]),
|
|
177
177
|
_: 1
|
|
@@ -198,8 +198,8 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
198
198
|
_: 1
|
|
199
199
|
});
|
|
200
200
|
}
|
|
201
|
-
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
202
|
-
const _sfc_main$
|
|
201
|
+
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-1449f192"]]);
|
|
202
|
+
const _sfc_main$18 = {
|
|
203
203
|
props: {
|
|
204
204
|
heading: {
|
|
205
205
|
type: String,
|
|
@@ -222,7 +222,7 @@ const _sfc_main$14 = {
|
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
};
|
|
225
|
-
function _sfc_render$
|
|
225
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
226
226
|
const _component_flex_column = resolveComponent("flex-column");
|
|
227
227
|
return openBlock(), createBlock(_component_flex_column, null, {
|
|
228
228
|
default: withCtx(() => [
|
|
@@ -231,7 +231,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
231
231
|
_: 3
|
|
232
232
|
});
|
|
233
233
|
}
|
|
234
|
-
var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
234
|
+
var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18]]);
|
|
235
235
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
236
236
|
var isArray$3 = Array.isArray;
|
|
237
237
|
var isArray_1 = isArray$3;
|
|
@@ -699,7 +699,7 @@ var TableCellMixin = {
|
|
|
699
699
|
}
|
|
700
700
|
};
|
|
701
701
|
var Thumbnail_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
702
|
-
const _sfc_main$
|
|
702
|
+
const _sfc_main$17 = {
|
|
703
703
|
mixins: [TableCellMixin],
|
|
704
704
|
computed: {
|
|
705
705
|
type() {
|
|
@@ -708,16 +708,16 @@ const _sfc_main$13 = {
|
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
710
|
};
|
|
711
|
-
const _hoisted_1$
|
|
712
|
-
const _hoisted_2$
|
|
711
|
+
const _hoisted_1$S = { class: "table-image-cell" };
|
|
712
|
+
const _hoisted_2$I = {
|
|
713
713
|
key: 0,
|
|
714
714
|
class: "image-wrapper"
|
|
715
715
|
};
|
|
716
|
-
function _sfc_render$
|
|
716
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
717
717
|
const _component_ux_image = resolveComponent("ux-image");
|
|
718
718
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
719
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
720
|
-
$options.type == "image" || $options.type == "video" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
719
|
+
return openBlock(), createElementBlock("td", _hoisted_1$S, [
|
|
720
|
+
$options.type == "image" || $options.type == "video" ? (openBlock(), createElementBlock("div", _hoisted_2$I, [
|
|
721
721
|
createVNode(_component_ux_image, {
|
|
722
722
|
item: _ctx.row,
|
|
723
723
|
type: $options.type,
|
|
@@ -730,9 +730,9 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
730
730
|
}))
|
|
731
731
|
]);
|
|
732
732
|
}
|
|
733
|
-
var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
733
|
+
var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-8ce152b2"]]);
|
|
734
734
|
var Button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
735
|
-
const _sfc_main$
|
|
735
|
+
const _sfc_main$16 = {
|
|
736
736
|
data() {
|
|
737
737
|
return {
|
|
738
738
|
processing: false
|
|
@@ -756,11 +756,11 @@ const _sfc_main$12 = {
|
|
|
756
756
|
}
|
|
757
757
|
}
|
|
758
758
|
};
|
|
759
|
-
const _hoisted_1$
|
|
760
|
-
function _sfc_render$
|
|
759
|
+
const _hoisted_1$R = { class: "table-button-cell" };
|
|
760
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
761
761
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
762
762
|
const _component_ux_button = resolveComponent("ux-button");
|
|
763
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
763
|
+
return openBlock(), createElementBlock("td", _hoisted_1$R, [
|
|
764
764
|
createVNode(_component_ux_button, {
|
|
765
765
|
color: $options.button.color,
|
|
766
766
|
size: $options.button.size,
|
|
@@ -781,7 +781,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
781
781
|
}, 8, ["color", "size", "loading", "onClick"])
|
|
782
782
|
]);
|
|
783
783
|
}
|
|
784
|
-
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
784
|
+
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-1c498011"]]);
|
|
785
785
|
class LuxonError extends Error {
|
|
786
786
|
}
|
|
787
787
|
class InvalidDateTimeError extends LuxonError {
|
|
@@ -4615,7 +4615,7 @@ function friendlyDateTime(dateTimeish) {
|
|
|
4615
4615
|
}
|
|
4616
4616
|
}
|
|
4617
4617
|
var DateCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4618
|
-
const _sfc_main$
|
|
4618
|
+
const _sfc_main$15 = {
|
|
4619
4619
|
mixins: [TableCellMixin],
|
|
4620
4620
|
computed: {
|
|
4621
4621
|
hasValue() {
|
|
@@ -4636,23 +4636,23 @@ const _sfc_main$11 = {
|
|
|
4636
4636
|
}
|
|
4637
4637
|
}
|
|
4638
4638
|
};
|
|
4639
|
-
const _hoisted_1$
|
|
4640
|
-
const _hoisted_2$
|
|
4641
|
-
const _hoisted_3$
|
|
4642
|
-
const _hoisted_4$
|
|
4639
|
+
const _hoisted_1$Q = { class: "table-date-cell" };
|
|
4640
|
+
const _hoisted_2$H = { key: 0 };
|
|
4641
|
+
const _hoisted_3$z = { class: "off" };
|
|
4642
|
+
const _hoisted_4$v = { class: "on" };
|
|
4643
4643
|
const _hoisted_5$n = { class: "spacer" };
|
|
4644
|
-
function _sfc_render$
|
|
4645
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
4646
|
-
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4647
|
-
createElementVNode("span", _hoisted_3$
|
|
4648
|
-
createElementVNode("span", _hoisted_4$
|
|
4644
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4645
|
+
return openBlock(), createElementBlock("td", _hoisted_1$Q, [
|
|
4646
|
+
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$H, [
|
|
4647
|
+
createElementVNode("span", _hoisted_3$z, toDisplayString($options.readable), 1),
|
|
4648
|
+
createElementVNode("span", _hoisted_4$v, toDisplayString($options.timeago), 1),
|
|
4649
4649
|
createElementVNode("span", _hoisted_5$n, toDisplayString($options.readable), 1)
|
|
4650
4650
|
])) : createCommentVNode("", true)
|
|
4651
4651
|
]);
|
|
4652
4652
|
}
|
|
4653
|
-
var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4653
|
+
var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-3687693f"]]);
|
|
4654
4654
|
var BooleanCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4655
|
-
const _sfc_main$
|
|
4655
|
+
const _sfc_main$14 = {
|
|
4656
4656
|
mixins: [TableCellMixin],
|
|
4657
4657
|
computed: {
|
|
4658
4658
|
boolean() {
|
|
@@ -4660,7 +4660,7 @@ const _sfc_main$10 = {
|
|
|
4660
4660
|
}
|
|
4661
4661
|
}
|
|
4662
4662
|
};
|
|
4663
|
-
function _sfc_render$
|
|
4663
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4664
4664
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4665
4665
|
return openBlock(), createElementBlock("td", {
|
|
4666
4666
|
class: normalizeClass(["table-boolean-cell", { true: $options.boolean, false: !$options.boolean }])
|
|
@@ -4670,9 +4670,9 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4670
4670
|
}, null, 8, ["icon"])
|
|
4671
4671
|
], 2);
|
|
4672
4672
|
}
|
|
4673
|
-
var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4673
|
+
var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-27f127ae"]]);
|
|
4674
4674
|
var SecurityCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4675
|
-
const _sfc_main
|
|
4675
|
+
const _sfc_main$13 = {
|
|
4676
4676
|
mixins: [TableCellMixin],
|
|
4677
4677
|
computed: {
|
|
4678
4678
|
public() {
|
|
@@ -4683,7 +4683,7 @@ const _sfc_main$$ = {
|
|
|
4683
4683
|
}
|
|
4684
4684
|
}
|
|
4685
4685
|
};
|
|
4686
|
-
function _sfc_render
|
|
4686
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4687
4687
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4688
4688
|
return openBlock(), createElementBlock("td", {
|
|
4689
4689
|
class: normalizeClass(["table-security-cell", $options.security])
|
|
@@ -4693,9 +4693,9 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4693
4693
|
}, null, 8, ["icon"])
|
|
4694
4694
|
], 2);
|
|
4695
4695
|
}
|
|
4696
|
-
var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
4696
|
+
var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-51f8608e"]]);
|
|
4697
4697
|
var URLCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4698
|
-
const _sfc_main$
|
|
4698
|
+
const _sfc_main$12 = {
|
|
4699
4699
|
mixins: [TableCellMixin],
|
|
4700
4700
|
methods: {
|
|
4701
4701
|
open() {
|
|
@@ -4708,11 +4708,11 @@ const _sfc_main$_ = {
|
|
|
4708
4708
|
}
|
|
4709
4709
|
}
|
|
4710
4710
|
};
|
|
4711
|
-
const _hoisted_1$
|
|
4712
|
-
const _hoisted_2$
|
|
4713
|
-
function _sfc_render$
|
|
4711
|
+
const _hoisted_1$P = { class: "table-url-cell" };
|
|
4712
|
+
const _hoisted_2$G = ["href"];
|
|
4713
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4714
4714
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4715
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
4715
|
+
return openBlock(), createElementBlock("td", _hoisted_1$P, [
|
|
4716
4716
|
createElementVNode("a", {
|
|
4717
4717
|
href: $options.href,
|
|
4718
4718
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => $options.open && $options.open(...args), ["stop", "prevent"])),
|
|
@@ -4723,12 +4723,12 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4723
4723
|
right: "",
|
|
4724
4724
|
icon: "fa-external-link"
|
|
4725
4725
|
})
|
|
4726
|
-
], 8, _hoisted_2$
|
|
4726
|
+
], 8, _hoisted_2$G)
|
|
4727
4727
|
]);
|
|
4728
4728
|
}
|
|
4729
|
-
var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4729
|
+
var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-17cf3a86"]]);
|
|
4730
4730
|
var Value_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4731
|
-
const _sfc_main$
|
|
4731
|
+
const _sfc_main$11 = {
|
|
4732
4732
|
props: {
|
|
4733
4733
|
multi: {
|
|
4734
4734
|
type: Boolean
|
|
@@ -4776,8 +4776,8 @@ const _sfc_main$Z = {
|
|
|
4776
4776
|
}
|
|
4777
4777
|
}
|
|
4778
4778
|
};
|
|
4779
|
-
const _hoisted_1$
|
|
4780
|
-
function _sfc_render$
|
|
4779
|
+
const _hoisted_1$O = /* @__PURE__ */ createTextVNode(",\xA0");
|
|
4780
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4781
4781
|
return $options.reference ? (openBlock(), createElementBlock("a", {
|
|
4782
4782
|
key: 0,
|
|
4783
4783
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.clicked($props.value), ["stop", "prevent"]))
|
|
@@ -4786,11 +4786,11 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4786
4786
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
4787
4787
|
createTextVNode(toDisplayString($options.renderValue), 1),
|
|
4788
4788
|
$props.multi && !$props.last ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4789
|
-
_hoisted_1$
|
|
4789
|
+
_hoisted_1$O
|
|
4790
4790
|
], 64)) : createCommentVNode("", true)
|
|
4791
4791
|
], 64));
|
|
4792
4792
|
}
|
|
4793
|
-
var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4793
|
+
var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-255b9ec8"]]);
|
|
4794
4794
|
var TableCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4795
4795
|
function extract(row, path) {
|
|
4796
4796
|
if (!row) {
|
|
@@ -4815,7 +4815,7 @@ function extract(row, path) {
|
|
|
4815
4815
|
return extract(stub, remainder);
|
|
4816
4816
|
}
|
|
4817
4817
|
}
|
|
4818
|
-
const _sfc_main$
|
|
4818
|
+
const _sfc_main$10 = {
|
|
4819
4819
|
data() {
|
|
4820
4820
|
return {
|
|
4821
4821
|
component: null
|
|
@@ -4899,23 +4899,23 @@ const _sfc_main$Y = {
|
|
|
4899
4899
|
}
|
|
4900
4900
|
}
|
|
4901
4901
|
};
|
|
4902
|
-
const _hoisted_1$
|
|
4902
|
+
const _hoisted_1$N = {
|
|
4903
4903
|
key: 1,
|
|
4904
4904
|
class: "table-cell"
|
|
4905
4905
|
};
|
|
4906
|
-
const _hoisted_2$
|
|
4907
|
-
const _hoisted_3$
|
|
4908
|
-
function _sfc_render$
|
|
4906
|
+
const _hoisted_2$F = { class: "value" };
|
|
4907
|
+
const _hoisted_3$y = { class: "value" };
|
|
4908
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4909
4909
|
const _component_value_renderer = resolveComponent("value-renderer");
|
|
4910
4910
|
return $data.component ? (openBlock(), createBlock(resolveDynamicComponent($data.component), {
|
|
4911
4911
|
key: 0,
|
|
4912
4912
|
column: $props.column,
|
|
4913
4913
|
row: $props.row,
|
|
4914
4914
|
value: $options.value
|
|
4915
|
-
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$
|
|
4915
|
+
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$N, [
|
|
4916
4916
|
$options.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4917
4917
|
$options.complex ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.value, (entry, index2) => {
|
|
4918
|
-
return openBlock(), createElementBlock("span", _hoisted_2$
|
|
4918
|
+
return openBlock(), createElementBlock("span", _hoisted_2$F, [
|
|
4919
4919
|
createVNode(_component_value_renderer, {
|
|
4920
4920
|
type: $props.column.type,
|
|
4921
4921
|
multi: "",
|
|
@@ -4924,7 +4924,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4924
4924
|
}, null, 8, ["type", "last", "value"])
|
|
4925
4925
|
]);
|
|
4926
4926
|
}), 256)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($options.value, (entry, index2) => {
|
|
4927
|
-
return openBlock(), createElementBlock("span", _hoisted_3$
|
|
4927
|
+
return openBlock(), createElementBlock("span", _hoisted_3$y, [
|
|
4928
4928
|
createVNode(_component_value_renderer, {
|
|
4929
4929
|
type: $props.column.type,
|
|
4930
4930
|
multi: "",
|
|
@@ -4940,8 +4940,8 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4940
4940
|
}, null, 8, ["type", "value"]))
|
|
4941
4941
|
]));
|
|
4942
4942
|
}
|
|
4943
|
-
var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4944
|
-
const _sfc_main
|
|
4943
|
+
var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-c6534cd4"]]);
|
|
4944
|
+
const _sfc_main$$ = {
|
|
4945
4945
|
components: {
|
|
4946
4946
|
TableCell
|
|
4947
4947
|
},
|
|
@@ -4992,7 +4992,7 @@ const _sfc_main$X = {
|
|
|
4992
4992
|
}
|
|
4993
4993
|
}
|
|
4994
4994
|
};
|
|
4995
|
-
function _sfc_render
|
|
4995
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4996
4996
|
const _component_ux_checkbox = resolveComponent("ux-checkbox");
|
|
4997
4997
|
const _component_table_cell = resolveComponent("table-cell");
|
|
4998
4998
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -5034,7 +5034,7 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5034
5034
|
])
|
|
5035
5035
|
], 2);
|
|
5036
5036
|
}
|
|
5037
|
-
var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
5037
|
+
var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
|
|
5038
5038
|
var RememberScrollMixin = {
|
|
5039
5039
|
data() {
|
|
5040
5040
|
return {
|
|
@@ -5065,7 +5065,7 @@ var RememberScrollMixin = {
|
|
|
5065
5065
|
}
|
|
5066
5066
|
};
|
|
5067
5067
|
var Table_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5068
|
-
const _sfc_main$
|
|
5068
|
+
const _sfc_main$_ = {
|
|
5069
5069
|
mixins: [RememberScrollMixin],
|
|
5070
5070
|
components: {
|
|
5071
5071
|
TableRow,
|
|
@@ -5246,16 +5246,16 @@ const _sfc_main$W = {
|
|
|
5246
5246
|
}
|
|
5247
5247
|
}
|
|
5248
5248
|
};
|
|
5249
|
-
const _hoisted_1$
|
|
5250
|
-
const _hoisted_2$
|
|
5249
|
+
const _hoisted_1$M = { class: "table-wrapper" };
|
|
5250
|
+
const _hoisted_2$E = {
|
|
5251
5251
|
class: "table-scroll",
|
|
5252
5252
|
ref: "scroll"
|
|
5253
5253
|
};
|
|
5254
|
-
const _hoisted_3$
|
|
5254
|
+
const _hoisted_3$x = {
|
|
5255
5255
|
key: 0,
|
|
5256
5256
|
class: "first table-select shrink"
|
|
5257
5257
|
};
|
|
5258
|
-
const _hoisted_4$
|
|
5258
|
+
const _hoisted_4$u = /* @__PURE__ */ createTextVNode(" Select Page ");
|
|
5259
5259
|
const _hoisted_5$m = /* @__PURE__ */ createTextVNode(" Deselect Page ");
|
|
5260
5260
|
const _hoisted_6$i = /* @__PURE__ */ createTextVNode(" Deselect All ");
|
|
5261
5261
|
const _hoisted_7$f = ["onClick"];
|
|
@@ -5263,7 +5263,7 @@ const _hoisted_8$8 = {
|
|
|
5263
5263
|
key: 1,
|
|
5264
5264
|
class: "last shrink"
|
|
5265
5265
|
};
|
|
5266
|
-
function _sfc_render$
|
|
5266
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5267
5267
|
const _component_ux_checkbox = resolveComponent("ux-checkbox");
|
|
5268
5268
|
const _component_ux_list_item = resolveComponent("ux-list-item");
|
|
5269
5269
|
const _component_ux_list = resolveComponent("ux-list");
|
|
@@ -5271,12 +5271,12 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5271
5271
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
5272
5272
|
const _component_flex_row = resolveComponent("flex-row");
|
|
5273
5273
|
const _component_table_row = resolveComponent("table-row");
|
|
5274
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5275
|
-
createElementVNode("div", _hoisted_2$
|
|
5274
|
+
return openBlock(), createElementBlock("div", _hoisted_1$M, [
|
|
5275
|
+
createElementVNode("div", _hoisted_2$E, [
|
|
5276
5276
|
createElementVNode("table", null, [
|
|
5277
5277
|
createElementVNode("thead", null, [
|
|
5278
5278
|
createElementVNode("tr", null, [
|
|
5279
|
-
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$
|
|
5279
|
+
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$x, [
|
|
5280
5280
|
createVNode(_component_ux_menu, null, {
|
|
5281
5281
|
activator: withCtx(({ on: on2 }) => [
|
|
5282
5282
|
createVNode(_component_ux_checkbox, mergeProps(toHandlers(on2), { value: $options.pageSelected }), null, 16, ["value"])
|
|
@@ -5288,7 +5288,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5288
5288
|
onClick: _cache[0] || (_cache[0] = ($event) => $options.selectPage())
|
|
5289
5289
|
}, {
|
|
5290
5290
|
default: withCtx(() => [
|
|
5291
|
-
_hoisted_4$
|
|
5291
|
+
_hoisted_4$u
|
|
5292
5292
|
]),
|
|
5293
5293
|
_: 1
|
|
5294
5294
|
}),
|
|
@@ -5386,28 +5386,28 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5386
5386
|
], 512)
|
|
5387
5387
|
]);
|
|
5388
5388
|
}
|
|
5389
|
-
var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5389
|
+
var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-23402222"]]);
|
|
5390
5390
|
var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5391
|
-
const _sfc_main$
|
|
5391
|
+
const _sfc_main$Z = {
|
|
5392
5392
|
props: {
|
|
5393
5393
|
large: {
|
|
5394
5394
|
type: Boolean
|
|
5395
5395
|
}
|
|
5396
5396
|
}
|
|
5397
5397
|
};
|
|
5398
|
-
const _withScopeId$
|
|
5399
|
-
const _hoisted_1$
|
|
5400
|
-
const _hoisted_2$
|
|
5401
|
-
_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
|
|
5402
5402
|
];
|
|
5403
|
-
function _sfc_render$
|
|
5403
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5404
5404
|
return openBlock(), createElementBlock("div", {
|
|
5405
5405
|
class: normalizeClass(["ux-spinner", { large: $props.large }])
|
|
5406
|
-
}, _hoisted_2$
|
|
5406
|
+
}, _hoisted_2$D, 2);
|
|
5407
5407
|
}
|
|
5408
|
-
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5408
|
+
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-27f20370"]]);
|
|
5409
5409
|
var button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5410
|
-
const _sfc_main$
|
|
5410
|
+
const _sfc_main$Y = {
|
|
5411
5411
|
components: {
|
|
5412
5412
|
Spinner
|
|
5413
5413
|
},
|
|
@@ -5501,8 +5501,8 @@ const _sfc_main$U = {
|
|
|
5501
5501
|
}
|
|
5502
5502
|
}
|
|
5503
5503
|
};
|
|
5504
|
-
const _hoisted_1$
|
|
5505
|
-
function _sfc_render$
|
|
5504
|
+
const _hoisted_1$K = { class: "ux-btn-text" };
|
|
5505
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5506
5506
|
const _component_spinner = resolveComponent("spinner");
|
|
5507
5507
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
5508
5508
|
active: $props.active,
|
|
@@ -5516,16 +5516,16 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5516
5516
|
}, {
|
|
5517
5517
|
default: withCtx(() => [
|
|
5518
5518
|
$props.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : createCommentVNode("", true),
|
|
5519
|
-
createElementVNode("span", _hoisted_1$
|
|
5519
|
+
createElementVNode("span", _hoisted_1$K, [
|
|
5520
5520
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
5521
5521
|
])
|
|
5522
5522
|
]),
|
|
5523
5523
|
_: 3
|
|
5524
5524
|
}, 8, ["active", "loading", "to", "href", "target", "style", "class", "disabled"]);
|
|
5525
5525
|
}
|
|
5526
|
-
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5526
|
+
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-56c95efc"]]);
|
|
5527
5527
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
5528
|
-
const _sfc_main$
|
|
5528
|
+
const _sfc_main$X = {
|
|
5529
5529
|
props: {
|
|
5530
5530
|
value: {
|
|
5531
5531
|
type: Boolean,
|
|
@@ -5546,7 +5546,7 @@ const _sfc_main$T = {
|
|
|
5546
5546
|
}
|
|
5547
5547
|
}
|
|
5548
5548
|
};
|
|
5549
|
-
function _sfc_render$
|
|
5549
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5550
5550
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5551
5551
|
return openBlock(), createElementBlock("button", {
|
|
5552
5552
|
class: normalizeClass(["ux-checkbox", $options.classes])
|
|
@@ -5557,9 +5557,9 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5557
5557
|
})
|
|
5558
5558
|
], 2);
|
|
5559
5559
|
}
|
|
5560
|
-
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5560
|
+
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-73f2c6b6"]]);
|
|
5561
5561
|
var switch_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
5562
|
-
const _sfc_main$
|
|
5562
|
+
const _sfc_main$W = {
|
|
5563
5563
|
props: {
|
|
5564
5564
|
value: {
|
|
5565
5565
|
type: Boolean,
|
|
@@ -5589,7 +5589,7 @@ const _sfc_main$S = {
|
|
|
5589
5589
|
}
|
|
5590
5590
|
}
|
|
5591
5591
|
};
|
|
5592
|
-
function _sfc_render$
|
|
5592
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5593
5593
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5594
5594
|
return openBlock(), createElementBlock("a", {
|
|
5595
5595
|
class: normalizeClass(["ux-switch", $options.classes])
|
|
@@ -5602,9 +5602,9 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5602
5602
|
])
|
|
5603
5603
|
], 2);
|
|
5604
5604
|
}
|
|
5605
|
-
var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5605
|
+
var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-57a418e1"]]);
|
|
5606
5606
|
var link_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5607
|
-
const _sfc_main$
|
|
5607
|
+
const _sfc_main$V = {
|
|
5608
5608
|
props: {
|
|
5609
5609
|
to: {
|
|
5610
5610
|
type: [Object, String]
|
|
@@ -5678,7 +5678,7 @@ const _sfc_main$R = {
|
|
|
5678
5678
|
}
|
|
5679
5679
|
}
|
|
5680
5680
|
};
|
|
5681
|
-
function _sfc_render$
|
|
5681
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5682
5682
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
5683
5683
|
onClick: $options.clicked,
|
|
5684
5684
|
to: $props.to,
|
|
@@ -5692,9 +5692,9 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5692
5692
|
_: 3
|
|
5693
5693
|
}, 8, ["onClick", "to", "href", "target", "class"]);
|
|
5694
5694
|
}
|
|
5695
|
-
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5695
|
+
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__scopeId", "data-v-efa81728"]]);
|
|
5696
5696
|
var icon_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5697
|
-
const _sfc_main$
|
|
5697
|
+
const _sfc_main$U = {
|
|
5698
5698
|
props: {
|
|
5699
5699
|
icon: {
|
|
5700
5700
|
type: [Object, String]
|
|
@@ -5729,17 +5729,17 @@ const _sfc_main$Q = {
|
|
|
5729
5729
|
}
|
|
5730
5730
|
}
|
|
5731
5731
|
};
|
|
5732
|
-
function _sfc_render$
|
|
5732
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5733
5733
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
5734
5734
|
class: normalizeClass(["ux-icon fa", $options.classes])
|
|
5735
5735
|
}, null, 8, ["class"]);
|
|
5736
5736
|
}
|
|
5737
|
-
var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5737
|
+
var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-1764a3d0"]]);
|
|
5738
5738
|
var UXMenuService = {
|
|
5739
5739
|
cache: {}
|
|
5740
5740
|
};
|
|
5741
5741
|
var menu_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5742
|
-
const _sfc_main$
|
|
5742
|
+
const _sfc_main$T = {
|
|
5743
5743
|
props: {
|
|
5744
5744
|
group: {
|
|
5745
5745
|
type: String
|
|
@@ -5891,7 +5891,7 @@ const _sfc_main$P = {
|
|
|
5891
5891
|
}
|
|
5892
5892
|
}
|
|
5893
5893
|
};
|
|
5894
|
-
function _sfc_render$
|
|
5894
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5895
5895
|
return openBlock(), createElementBlock("div", {
|
|
5896
5896
|
class: normalizeClass(["ux-menu", { right: $props.right }])
|
|
5897
5897
|
}, [
|
|
@@ -5915,8 +5915,8 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5915
5915
|
]))
|
|
5916
5916
|
], 2);
|
|
5917
5917
|
}
|
|
5918
|
-
var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5919
|
-
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 = {
|
|
5920
5920
|
name: "menulist",
|
|
5921
5921
|
props: {
|
|
5922
5922
|
items: {
|
|
@@ -5940,7 +5940,7 @@ const _sfc_main$O = {
|
|
|
5940
5940
|
return {};
|
|
5941
5941
|
}
|
|
5942
5942
|
};
|
|
5943
|
-
function _sfc_render$
|
|
5943
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5944
5944
|
const _component_ux_link = resolveComponent("ux-link");
|
|
5945
5945
|
const _component_menulist = resolveComponent("menulist", true);
|
|
5946
5946
|
return openBlock(), createElementBlock("ul", null, [
|
|
@@ -5988,9 +5988,9 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5988
5988
|
}), 256))
|
|
5989
5989
|
]);
|
|
5990
5990
|
}
|
|
5991
|
-
var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5991
|
+
var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
|
|
5992
5992
|
var image_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5993
|
-
const _sfc_main$
|
|
5993
|
+
const _sfc_main$R = {
|
|
5994
5994
|
props: {
|
|
5995
5995
|
item: {
|
|
5996
5996
|
type: Object
|
|
@@ -6163,9 +6163,9 @@ const _sfc_main$N = {
|
|
|
6163
6163
|
}
|
|
6164
6164
|
}
|
|
6165
6165
|
};
|
|
6166
|
-
const _hoisted_1$
|
|
6167
|
-
const _hoisted_2$
|
|
6168
|
-
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) {
|
|
6169
6169
|
return openBlock(), createElementBlock("div", {
|
|
6170
6170
|
class: normalizeClass(["ux-image", $options.className]),
|
|
6171
6171
|
style: normalizeStyle($options.style)
|
|
@@ -6174,16 +6174,16 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6174
6174
|
key: 0,
|
|
6175
6175
|
type: "image/svg+xml",
|
|
6176
6176
|
data: $options.src
|
|
6177
|
-
}, null, 8, _hoisted_1$
|
|
6177
|
+
}, null, 8, _hoisted_1$J)) : (openBlock(), createElementBlock("img", {
|
|
6178
6178
|
key: 1,
|
|
6179
6179
|
style: normalizeStyle($options.imageStyle),
|
|
6180
6180
|
src: $options.src
|
|
6181
|
-
}, null, 12, _hoisted_2$
|
|
6181
|
+
}, null, 12, _hoisted_2$C))
|
|
6182
6182
|
], 6);
|
|
6183
6183
|
}
|
|
6184
|
-
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6184
|
+
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-1f7127ce"]]);
|
|
6185
6185
|
var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6186
|
-
const _sfc_main$
|
|
6186
|
+
const _sfc_main$Q = {
|
|
6187
6187
|
props: {
|
|
6188
6188
|
value: {
|
|
6189
6189
|
type: Number
|
|
@@ -6217,37 +6217,37 @@ const _sfc_main$M = {
|
|
|
6217
6217
|
}
|
|
6218
6218
|
}
|
|
6219
6219
|
};
|
|
6220
|
-
const _withScopeId$
|
|
6221
|
-
const _hoisted_1$
|
|
6222
|
-
const _hoisted_2$
|
|
6223
|
-
function _sfc_render$
|
|
6224
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6225
|
-
_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,
|
|
6226
6226
|
createElementVNode("div", {
|
|
6227
6227
|
class: "ux-progress-fg",
|
|
6228
6228
|
style: normalizeStyle($options.barStyle)
|
|
6229
6229
|
}, null, 4)
|
|
6230
6230
|
]);
|
|
6231
6231
|
}
|
|
6232
|
-
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6232
|
+
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-317a7690"]]);
|
|
6233
6233
|
var list_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6234
|
-
const _sfc_main$
|
|
6235
|
-
const _hoisted_1$
|
|
6236
|
-
function _sfc_render$
|
|
6237
|
-
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, [
|
|
6238
6238
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
6239
6239
|
]);
|
|
6240
6240
|
}
|
|
6241
|
-
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6241
|
+
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-98e1e4e2"]]);
|
|
6242
6242
|
var listItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6243
|
-
const _sfc_main$
|
|
6244
|
-
const _hoisted_1$
|
|
6245
|
-
function _sfc_render$
|
|
6246
|
-
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, [
|
|
6247
6247
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
6248
6248
|
]);
|
|
6249
6249
|
}
|
|
6250
|
-
var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6250
|
+
var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-0e73c260"]]);
|
|
6251
6251
|
var daterange_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
6252
6252
|
function checkDate(d) {
|
|
6253
6253
|
var date = new Date(d);
|
|
@@ -6256,7 +6256,7 @@ function checkDate(d) {
|
|
|
6256
6256
|
}
|
|
6257
6257
|
return;
|
|
6258
6258
|
}
|
|
6259
|
-
const _sfc_main$
|
|
6259
|
+
const _sfc_main$N = {
|
|
6260
6260
|
props: {
|
|
6261
6261
|
modelValue: {
|
|
6262
6262
|
type: Object
|
|
@@ -6306,10 +6306,10 @@ const _sfc_main$J = {
|
|
|
6306
6306
|
}
|
|
6307
6307
|
}
|
|
6308
6308
|
};
|
|
6309
|
-
const _withScopeId$
|
|
6310
|
-
const _hoisted_1$
|
|
6311
|
-
const _hoisted_2$
|
|
6312
|
-
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) {
|
|
6313
6313
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
6314
6314
|
const _component_flex_row = resolveComponent("flex-row");
|
|
6315
6315
|
return openBlock(), createElementBlock("div", null, [
|
|
@@ -6322,7 +6322,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6322
6322
|
createVNode(_component_flex_cell, { class: "cell" }, {
|
|
6323
6323
|
default: withCtx(() => [
|
|
6324
6324
|
createElementVNode("div", null, [
|
|
6325
|
-
_hoisted_1$
|
|
6325
|
+
_hoisted_1$F,
|
|
6326
6326
|
withDirectives(createElementVNode("input", {
|
|
6327
6327
|
type: "date",
|
|
6328
6328
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -6338,7 +6338,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6338
6338
|
createVNode(_component_flex_cell, { class: "cell" }, {
|
|
6339
6339
|
default: withCtx(() => [
|
|
6340
6340
|
createElementVNode("div", null, [
|
|
6341
|
-
_hoisted_2$
|
|
6341
|
+
_hoisted_2$A,
|
|
6342
6342
|
withDirectives(createElementVNode("input", {
|
|
6343
6343
|
type: "date",
|
|
6344
6344
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -6356,7 +6356,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6356
6356
|
})
|
|
6357
6357
|
]);
|
|
6358
6358
|
}
|
|
6359
|
-
var Daterange = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6359
|
+
var Daterange = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-61cbf45e"]]);
|
|
6360
6360
|
var safeJsonStringify$1 = { exports: {} };
|
|
6361
6361
|
var hasProp = Object.prototype.hasOwnProperty;
|
|
6362
6362
|
function throwsMessage(err) {
|
|
@@ -6771,7 +6771,7 @@ var select_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
|
6771
6771
|
function isUndefined$5(entry) {
|
|
6772
6772
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
6773
6773
|
}
|
|
6774
|
-
const _sfc_main$
|
|
6774
|
+
const _sfc_main$M = {
|
|
6775
6775
|
props: {
|
|
6776
6776
|
title: {
|
|
6777
6777
|
type: String
|
|
@@ -6872,19 +6872,19 @@ const _sfc_main$I = {
|
|
|
6872
6872
|
}
|
|
6873
6873
|
}
|
|
6874
6874
|
};
|
|
6875
|
-
const _hoisted_1$
|
|
6875
|
+
const _hoisted_1$E = {
|
|
6876
6876
|
key: 0,
|
|
6877
6877
|
class: "ux-field-title"
|
|
6878
6878
|
};
|
|
6879
|
-
const _hoisted_2$
|
|
6879
|
+
const _hoisted_2$z = {
|
|
6880
6880
|
key: 0,
|
|
6881
6881
|
class: "ux-required-marker"
|
|
6882
6882
|
};
|
|
6883
|
-
const _hoisted_3$
|
|
6883
|
+
const _hoisted_3$w = {
|
|
6884
6884
|
key: 1,
|
|
6885
6885
|
class: "ux-field-description"
|
|
6886
6886
|
};
|
|
6887
|
-
const _hoisted_4$
|
|
6887
|
+
const _hoisted_4$t = {
|
|
6888
6888
|
key: 2,
|
|
6889
6889
|
class: "ui-select-button"
|
|
6890
6890
|
};
|
|
@@ -6894,17 +6894,17 @@ const _hoisted_6$h = {
|
|
|
6894
6894
|
value: ""
|
|
6895
6895
|
};
|
|
6896
6896
|
const _hoisted_7$e = ["value"];
|
|
6897
|
-
function _sfc_render$
|
|
6897
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6898
6898
|
const _component_ux_button = resolveComponent("ux-button");
|
|
6899
6899
|
return openBlock(), createElementBlock("div", {
|
|
6900
6900
|
class: normalizeClass(["native-select", $options.classes])
|
|
6901
6901
|
}, [
|
|
6902
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
6902
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$E, [
|
|
6903
6903
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6904
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
6904
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
|
|
6905
6905
|
])) : createCommentVNode("", true),
|
|
6906
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6907
|
-
_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, [
|
|
6908
6908
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
6909
6909
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
6910
6910
|
default: withCtx(() => [
|
|
@@ -6930,9 +6930,9 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6930
6930
|
])
|
|
6931
6931
|
], 2);
|
|
6932
6932
|
}
|
|
6933
|
-
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6933
|
+
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-a06c20f2"]]);
|
|
6934
6934
|
var phoneNumberInput_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6935
|
-
const _sfc_main$
|
|
6935
|
+
const _sfc_main$L = {
|
|
6936
6936
|
props: {
|
|
6937
6937
|
modelValue: {
|
|
6938
6938
|
type: [Object, Array]
|
|
@@ -7003,42 +7003,42 @@ const _sfc_main$H = {
|
|
|
7003
7003
|
}
|
|
7004
7004
|
}
|
|
7005
7005
|
};
|
|
7006
|
-
const _withScopeId$
|
|
7007
|
-
const _hoisted_1$
|
|
7006
|
+
const _withScopeId$4 = (n2) => (pushScopeId("data-v-32219a94"), n2 = n2(), popScopeId(), n2);
|
|
7007
|
+
const _hoisted_1$D = {
|
|
7008
7008
|
key: 0,
|
|
7009
7009
|
class: "ux-field-title"
|
|
7010
7010
|
};
|
|
7011
|
-
const _hoisted_2$
|
|
7011
|
+
const _hoisted_2$y = {
|
|
7012
7012
|
key: 0,
|
|
7013
7013
|
class: "ux-required-marker"
|
|
7014
7014
|
};
|
|
7015
|
-
const _hoisted_3$
|
|
7015
|
+
const _hoisted_3$v = {
|
|
7016
7016
|
key: 1,
|
|
7017
7017
|
class: "ux-field-description"
|
|
7018
7018
|
};
|
|
7019
|
-
const _hoisted_4$
|
|
7019
|
+
const _hoisted_4$s = { key: 2 };
|
|
7020
7020
|
const _hoisted_5$k = /* @__PURE__ */ createTextVNode(" Country Code ");
|
|
7021
7021
|
const _hoisted_6$g = { key: 0 };
|
|
7022
7022
|
const _hoisted_7$d = { key: 1 };
|
|
7023
7023
|
const _hoisted_8$7 = { class: "ux-text-wrap" };
|
|
7024
7024
|
const _hoisted_9$6 = ["placeholder", "onUpdate:modelValue"];
|
|
7025
|
-
const _hoisted_10$5 = /* @__PURE__ */ _withScopeId$
|
|
7025
|
+
const _hoisted_10$5 = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("option", { value: "" }, "None", -1));
|
|
7026
7026
|
const _hoisted_11$4 = ["value"];
|
|
7027
7027
|
const _hoisted_12$4 = { class: "ux-text-wrap" };
|
|
7028
7028
|
const _hoisted_13$3 = ["placeholder"];
|
|
7029
|
-
function _sfc_render$
|
|
7029
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7030
7030
|
const _component_ux_button = resolveComponent("ux-button");
|
|
7031
7031
|
const _component_native_select = resolveComponent("native-select");
|
|
7032
7032
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7033
7033
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
7034
7034
|
const _component_flex_row = resolveComponent("flex-row");
|
|
7035
7035
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
7036
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7036
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$D, [
|
|
7037
7037
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7038
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7038
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
|
|
7039
7039
|
])) : createCommentVNode("", true),
|
|
7040
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7041
|
-
_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, [
|
|
7042
7042
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
7043
7043
|
return openBlock(), createBlock(_component_flex_row, {
|
|
7044
7044
|
gap: "",
|
|
@@ -7172,12 +7172,12 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7172
7172
|
}))
|
|
7173
7173
|
], 64);
|
|
7174
7174
|
}
|
|
7175
|
-
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7175
|
+
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-32219a94"]]);
|
|
7176
7176
|
var timezone_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7177
7177
|
function isUndefined$4(entry) {
|
|
7178
7178
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
7179
7179
|
}
|
|
7180
|
-
const _sfc_main$
|
|
7180
|
+
const _sfc_main$K = {
|
|
7181
7181
|
props: {
|
|
7182
7182
|
modelValue: {}
|
|
7183
7183
|
},
|
|
@@ -7702,19 +7702,19 @@ const _sfc_main$G = {
|
|
|
7702
7702
|
}
|
|
7703
7703
|
}
|
|
7704
7704
|
};
|
|
7705
|
-
const _hoisted_1$
|
|
7705
|
+
const _hoisted_1$C = {
|
|
7706
7706
|
key: 0,
|
|
7707
7707
|
class: "ux-field-title"
|
|
7708
7708
|
};
|
|
7709
|
-
const _hoisted_2$
|
|
7709
|
+
const _hoisted_2$x = {
|
|
7710
7710
|
key: 0,
|
|
7711
7711
|
class: "ux-required-marker"
|
|
7712
7712
|
};
|
|
7713
|
-
const _hoisted_3$
|
|
7713
|
+
const _hoisted_3$u = {
|
|
7714
7714
|
key: 1,
|
|
7715
7715
|
class: "ux-field-description"
|
|
7716
7716
|
};
|
|
7717
|
-
const _hoisted_4$
|
|
7717
|
+
const _hoisted_4$r = {
|
|
7718
7718
|
key: 2,
|
|
7719
7719
|
class: "ui-select-button"
|
|
7720
7720
|
};
|
|
@@ -7724,17 +7724,17 @@ const _hoisted_6$f = {
|
|
|
7724
7724
|
value: ""
|
|
7725
7725
|
};
|
|
7726
7726
|
const _hoisted_7$c = ["value"];
|
|
7727
|
-
function _sfc_render$
|
|
7727
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7728
7728
|
const _component_ux_button = resolveComponent("ux-button");
|
|
7729
7729
|
return openBlock(), createElementBlock("div", {
|
|
7730
7730
|
class: normalizeClass(["native-select", $options.classes])
|
|
7731
7731
|
}, [
|
|
7732
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7732
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
|
|
7733
7733
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7734
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7734
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$x, "*")) : createCommentVNode("", true)
|
|
7735
7735
|
])) : createCommentVNode("", true),
|
|
7736
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7737
|
-
_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, [
|
|
7738
7738
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
7739
7739
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
7740
7740
|
default: withCtx(() => [
|
|
@@ -7760,9 +7760,9 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7760
7760
|
])
|
|
7761
7761
|
], 2);
|
|
7762
7762
|
}
|
|
7763
|
-
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7763
|
+
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-a15362c8"]]);
|
|
7764
7764
|
var item_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7765
|
-
const _sfc_main$
|
|
7765
|
+
const _sfc_main$J = {
|
|
7766
7766
|
props: {
|
|
7767
7767
|
item: {
|
|
7768
7768
|
type: Object,
|
|
@@ -7792,8 +7792,8 @@ const _sfc_main$F = {
|
|
|
7792
7792
|
}
|
|
7793
7793
|
}
|
|
7794
7794
|
};
|
|
7795
|
-
const _hoisted_1$
|
|
7796
|
-
function _sfc_render$
|
|
7795
|
+
const _hoisted_1$B = { class: "image-wrapper" };
|
|
7796
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7797
7797
|
const _component_ux_image = resolveComponent("ux-image");
|
|
7798
7798
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7799
7799
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -7811,7 +7811,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7811
7811
|
shrink: ""
|
|
7812
7812
|
}, {
|
|
7813
7813
|
default: withCtx(() => [
|
|
7814
|
-
createElementVNode("div", _hoisted_1$
|
|
7814
|
+
createElementVNode("div", _hoisted_1$B, [
|
|
7815
7815
|
createVNode(_component_ux_image, {
|
|
7816
7816
|
item: $props.item,
|
|
7817
7817
|
width: 100,
|
|
@@ -7842,7 +7842,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7842
7842
|
})
|
|
7843
7843
|
]);
|
|
7844
7844
|
}
|
|
7845
|
-
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7845
|
+
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-bae08240"]]);
|
|
7846
7846
|
/**!
|
|
7847
7847
|
* Sortable 1.14.0
|
|
7848
7848
|
* @author RubaXa <trash@rubaxa.org>
|
|
@@ -10510,7 +10510,7 @@ const draggableComponent = defineComponent({
|
|
|
10510
10510
|
}
|
|
10511
10511
|
});
|
|
10512
10512
|
var contentSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10513
|
-
const _sfc_main$
|
|
10513
|
+
const _sfc_main$I = {
|
|
10514
10514
|
components: {
|
|
10515
10515
|
Item,
|
|
10516
10516
|
draggable: draggableComponent
|
|
@@ -10683,24 +10683,24 @@ const _sfc_main$E = {
|
|
|
10683
10683
|
}
|
|
10684
10684
|
}
|
|
10685
10685
|
};
|
|
10686
|
-
const _hoisted_1$
|
|
10686
|
+
const _hoisted_1$A = {
|
|
10687
10687
|
key: 0,
|
|
10688
10688
|
class: "ux-field-title"
|
|
10689
10689
|
};
|
|
10690
|
-
const _hoisted_2$
|
|
10690
|
+
const _hoisted_2$w = {
|
|
10691
10691
|
key: 0,
|
|
10692
10692
|
class: "ux-required-marker"
|
|
10693
10693
|
};
|
|
10694
|
-
const _hoisted_3$
|
|
10694
|
+
const _hoisted_3$t = {
|
|
10695
10695
|
key: 1,
|
|
10696
10696
|
class: "ux-field-description"
|
|
10697
10697
|
};
|
|
10698
|
-
const _hoisted_4$
|
|
10698
|
+
const _hoisted_4$q = {
|
|
10699
10699
|
key: 1,
|
|
10700
10700
|
class: "items"
|
|
10701
10701
|
};
|
|
10702
10702
|
const _hoisted_5$i = /* @__PURE__ */ createTextVNode(" Create ");
|
|
10703
|
-
function _sfc_render$
|
|
10703
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10704
10704
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
10705
10705
|
const _component_ux_button = resolveComponent("ux-button");
|
|
10706
10706
|
const _component_item = resolveComponent("item");
|
|
@@ -10709,11 +10709,11 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10709
10709
|
const _component_flex_spacer = resolveComponent("flex-spacer");
|
|
10710
10710
|
const _component_flex_row = resolveComponent("flex-row");
|
|
10711
10711
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
10712
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
10712
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
|
|
10713
10713
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
10714
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
10714
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
|
|
10715
10715
|
])) : createCommentVNode("", true),
|
|
10716
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
10716
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
10717
10717
|
$options.showList ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
10718
10718
|
_ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
10719
10719
|
_ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
|
|
@@ -10753,7 +10753,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10753
10753
|
]),
|
|
10754
10754
|
_: 1
|
|
10755
10755
|
}, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
10756
|
-
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
10756
|
+
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
10757
10757
|
createVNode(_component_item, { item: _ctx.model }, {
|
|
10758
10758
|
actions: withCtx(() => [
|
|
10759
10759
|
$options.canEdit(_ctx.model) ? (openBlock(), createBlock(_component_ux_button, {
|
|
@@ -10823,12 +10823,12 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10823
10823
|
})) : createCommentVNode("", true)
|
|
10824
10824
|
], 64);
|
|
10825
10825
|
}
|
|
10826
|
-
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10826
|
+
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-236b5d48"]]);
|
|
10827
10827
|
var typeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10828
10828
|
function isUndefined$3(entry) {
|
|
10829
10829
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
10830
10830
|
}
|
|
10831
|
-
const _sfc_main$
|
|
10831
|
+
const _sfc_main$H = {
|
|
10832
10832
|
props: {
|
|
10833
10833
|
title: {
|
|
10834
10834
|
type: String
|
|
@@ -10937,19 +10937,19 @@ const _sfc_main$D = {
|
|
|
10937
10937
|
}
|
|
10938
10938
|
}
|
|
10939
10939
|
};
|
|
10940
|
-
const _hoisted_1$
|
|
10940
|
+
const _hoisted_1$z = {
|
|
10941
10941
|
key: 0,
|
|
10942
10942
|
class: "ux-field-title"
|
|
10943
10943
|
};
|
|
10944
|
-
const _hoisted_2$
|
|
10944
|
+
const _hoisted_2$v = {
|
|
10945
10945
|
key: 0,
|
|
10946
10946
|
class: "ux-required-marker"
|
|
10947
10947
|
};
|
|
10948
|
-
const _hoisted_3$
|
|
10948
|
+
const _hoisted_3$s = {
|
|
10949
10949
|
key: 1,
|
|
10950
10950
|
class: "ux-field-description"
|
|
10951
10951
|
};
|
|
10952
|
-
const _hoisted_4$
|
|
10952
|
+
const _hoisted_4$p = {
|
|
10953
10953
|
key: 2,
|
|
10954
10954
|
class: "ui-select-button"
|
|
10955
10955
|
};
|
|
@@ -10959,17 +10959,17 @@ const _hoisted_6$e = {
|
|
|
10959
10959
|
value: ""
|
|
10960
10960
|
};
|
|
10961
10961
|
const _hoisted_7$b = ["value"];
|
|
10962
|
-
function _sfc_render$
|
|
10962
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10963
10963
|
const _component_ux_button = resolveComponent("ux-button");
|
|
10964
10964
|
return openBlock(), createElementBlock("div", {
|
|
10965
10965
|
class: normalizeClass(["native-select", $options.classes])
|
|
10966
10966
|
}, [
|
|
10967
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
10967
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
|
|
10968
10968
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
10969
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
10969
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
|
|
10970
10970
|
])) : createCommentVNode("", true),
|
|
10971
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
10972
|
-
_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, [
|
|
10973
10973
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
10974
10974
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
10975
10975
|
default: withCtx(() => [
|
|
@@ -10995,9 +10995,9 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10995
10995
|
])
|
|
10996
10996
|
], 2);
|
|
10997
10997
|
}
|
|
10998
|
-
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10998
|
+
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-49a55ef8"]]);
|
|
10999
10999
|
var currency_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11000
|
-
const _sfc_main$
|
|
11000
|
+
const _sfc_main$G = {
|
|
11001
11001
|
props: {
|
|
11002
11002
|
modelValue: {
|
|
11003
11003
|
type: [String, Array]
|
|
@@ -11074,19 +11074,19 @@ const _sfc_main$C = {
|
|
|
11074
11074
|
}
|
|
11075
11075
|
}
|
|
11076
11076
|
};
|
|
11077
|
-
const _hoisted_1$
|
|
11077
|
+
const _hoisted_1$y = {
|
|
11078
11078
|
key: 0,
|
|
11079
11079
|
class: "ux-field-title"
|
|
11080
11080
|
};
|
|
11081
|
-
const _hoisted_2$
|
|
11081
|
+
const _hoisted_2$u = {
|
|
11082
11082
|
key: 0,
|
|
11083
11083
|
class: "ux-required-marker"
|
|
11084
11084
|
};
|
|
11085
|
-
const _hoisted_3$
|
|
11085
|
+
const _hoisted_3$r = {
|
|
11086
11086
|
key: 1,
|
|
11087
11087
|
class: "ux-field-description"
|
|
11088
11088
|
};
|
|
11089
|
-
const _hoisted_4$
|
|
11089
|
+
const _hoisted_4$o = { key: 2 };
|
|
11090
11090
|
const _hoisted_5$g = {
|
|
11091
11091
|
key: 0,
|
|
11092
11092
|
class: "ux-text-prefix"
|
|
@@ -11104,18 +11104,18 @@ const _hoisted_9$5 = {
|
|
|
11104
11104
|
key: 1,
|
|
11105
11105
|
class: "ux-text-suffix"
|
|
11106
11106
|
};
|
|
11107
|
-
function _sfc_render$
|
|
11107
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11108
11108
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11109
11109
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11110
11110
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11111
11111
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11112
11112
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11113
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11113
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
|
|
11114
11114
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11115
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11115
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
|
|
11116
11116
|
])) : createCommentVNode("", true),
|
|
11117
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11118
|
-
_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, [
|
|
11119
11119
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11120
11120
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11121
11121
|
class: "ux-text-row",
|
|
@@ -11212,9 +11212,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11212
11212
|
], 2))
|
|
11213
11213
|
], 64);
|
|
11214
11214
|
}
|
|
11215
|
-
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11215
|
+
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-5dd6344d"]]);
|
|
11216
11216
|
var textfield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11217
|
-
const _sfc_main$
|
|
11217
|
+
const _sfc_main$F = {
|
|
11218
11218
|
props: {
|
|
11219
11219
|
modelValue: {
|
|
11220
11220
|
type: [String, Array]
|
|
@@ -11277,19 +11277,19 @@ const _sfc_main$B = {
|
|
|
11277
11277
|
}
|
|
11278
11278
|
}
|
|
11279
11279
|
};
|
|
11280
|
-
const _hoisted_1$
|
|
11280
|
+
const _hoisted_1$x = {
|
|
11281
11281
|
key: 0,
|
|
11282
11282
|
class: "ux-field-title"
|
|
11283
11283
|
};
|
|
11284
|
-
const _hoisted_2$
|
|
11284
|
+
const _hoisted_2$t = {
|
|
11285
11285
|
key: 0,
|
|
11286
11286
|
class: "ux-required-marker"
|
|
11287
11287
|
};
|
|
11288
|
-
const _hoisted_3$
|
|
11288
|
+
const _hoisted_3$q = {
|
|
11289
11289
|
key: 1,
|
|
11290
11290
|
class: "ux-field-description"
|
|
11291
11291
|
};
|
|
11292
|
-
const _hoisted_4$
|
|
11292
|
+
const _hoisted_4$n = { key: 2 };
|
|
11293
11293
|
const _hoisted_5$f = { class: "ux-text-wrap" };
|
|
11294
11294
|
const _hoisted_6$c = {
|
|
11295
11295
|
key: 0,
|
|
@@ -11315,18 +11315,18 @@ const _hoisted_14$2 = {
|
|
|
11315
11315
|
key: 3,
|
|
11316
11316
|
class: "ux-text-suffix"
|
|
11317
11317
|
};
|
|
11318
|
-
function _sfc_render$
|
|
11318
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11319
11319
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11320
11320
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11321
11321
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11322
11322
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11323
11323
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11324
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11324
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
|
|
11325
11325
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11326
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11326
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
|
|
11327
11327
|
])) : createCommentVNode("", true),
|
|
11328
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11329
|
-
_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, [
|
|
11330
11330
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
11331
11331
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11332
11332
|
class: "ux-text-row",
|
|
@@ -11442,9 +11442,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11442
11442
|
]))
|
|
11443
11443
|
], 64);
|
|
11444
11444
|
}
|
|
11445
|
-
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11445
|
+
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-d9e8503e"]]);
|
|
11446
11446
|
var textarea_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11447
|
-
const _sfc_main$
|
|
11447
|
+
const _sfc_main$E = {
|
|
11448
11448
|
props: {
|
|
11449
11449
|
modelValue: {
|
|
11450
11450
|
type: [String, Array]
|
|
@@ -11457,32 +11457,32 @@ const _sfc_main$A = {
|
|
|
11457
11457
|
}
|
|
11458
11458
|
}
|
|
11459
11459
|
};
|
|
11460
|
-
const _hoisted_1$
|
|
11460
|
+
const _hoisted_1$w = {
|
|
11461
11461
|
key: 0,
|
|
11462
11462
|
class: "ux-field-title"
|
|
11463
11463
|
};
|
|
11464
|
-
const _hoisted_2$
|
|
11464
|
+
const _hoisted_2$s = {
|
|
11465
11465
|
key: 0,
|
|
11466
11466
|
class: "ux-required-marker"
|
|
11467
11467
|
};
|
|
11468
|
-
const _hoisted_3$
|
|
11468
|
+
const _hoisted_3$p = {
|
|
11469
11469
|
key: 1,
|
|
11470
11470
|
class: "ux-field-description"
|
|
11471
11471
|
};
|
|
11472
|
-
const _hoisted_4$
|
|
11472
|
+
const _hoisted_4$m = { key: 2 };
|
|
11473
11473
|
const _hoisted_5$e = ["onUpdate:modelValue"];
|
|
11474
|
-
function _sfc_render$
|
|
11474
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11475
11475
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11476
11476
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11477
11477
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11478
11478
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11479
11479
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11480
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11480
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
|
|
11481
11481
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11482
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11482
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
|
|
11483
11483
|
])) : createCommentVNode("", true),
|
|
11484
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11485
|
-
_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, [
|
|
11486
11486
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
11487
11487
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11488
11488
|
class: "ux-text-row",
|
|
@@ -11548,7 +11548,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11548
11548
|
])
|
|
11549
11549
|
], 64);
|
|
11550
11550
|
}
|
|
11551
|
-
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11551
|
+
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-777c0703"]]);
|
|
11552
11552
|
var datefield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11553
11553
|
function zero(input) {
|
|
11554
11554
|
if (String(input).length < 2) {
|
|
@@ -11556,7 +11556,7 @@ function zero(input) {
|
|
|
11556
11556
|
}
|
|
11557
11557
|
return input;
|
|
11558
11558
|
}
|
|
11559
|
-
const _sfc_main$
|
|
11559
|
+
const _sfc_main$D = {
|
|
11560
11560
|
props: {
|
|
11561
11561
|
modelValue: {
|
|
11562
11562
|
type: [Date, String, Array]
|
|
@@ -11605,32 +11605,32 @@ const _sfc_main$z = {
|
|
|
11605
11605
|
}
|
|
11606
11606
|
}
|
|
11607
11607
|
};
|
|
11608
|
-
const _hoisted_1$
|
|
11608
|
+
const _hoisted_1$v = {
|
|
11609
11609
|
key: 0,
|
|
11610
11610
|
class: "ux-field-title"
|
|
11611
11611
|
};
|
|
11612
|
-
const _hoisted_2$
|
|
11612
|
+
const _hoisted_2$r = {
|
|
11613
11613
|
key: 0,
|
|
11614
11614
|
class: "ux-required-marker"
|
|
11615
11615
|
};
|
|
11616
|
-
const _hoisted_3$
|
|
11616
|
+
const _hoisted_3$o = {
|
|
11617
11617
|
key: 1,
|
|
11618
11618
|
class: "ux-field-description"
|
|
11619
11619
|
};
|
|
11620
|
-
const _hoisted_4$
|
|
11620
|
+
const _hoisted_4$l = { key: 2 };
|
|
11621
11621
|
const _hoisted_5$d = ["onUpdate:modelValue"];
|
|
11622
|
-
function _sfc_render$
|
|
11622
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11623
11623
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11624
11624
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11625
11625
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11626
11626
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11627
11627
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11628
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11628
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
|
|
11629
11629
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11630
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11630
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
|
|
11631
11631
|
])) : createCommentVNode("", true),
|
|
11632
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11633
|
-
_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, [
|
|
11634
11634
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11635
11635
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11636
11636
|
class: "ux-text-row",
|
|
@@ -11696,9 +11696,9 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11696
11696
|
])
|
|
11697
11697
|
], 64);
|
|
11698
11698
|
}
|
|
11699
|
-
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11699
|
+
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-1c86b484"]]);
|
|
11700
11700
|
var daterange_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11701
|
-
const _sfc_main$
|
|
11701
|
+
const _sfc_main$C = {
|
|
11702
11702
|
components: {
|
|
11703
11703
|
Daterange
|
|
11704
11704
|
},
|
|
@@ -11742,32 +11742,32 @@ const _sfc_main$y = {
|
|
|
11742
11742
|
}
|
|
11743
11743
|
}
|
|
11744
11744
|
};
|
|
11745
|
-
const _hoisted_1$
|
|
11745
|
+
const _hoisted_1$u = {
|
|
11746
11746
|
key: 0,
|
|
11747
11747
|
class: "ux-field-title"
|
|
11748
11748
|
};
|
|
11749
|
-
const _hoisted_2$
|
|
11749
|
+
const _hoisted_2$q = {
|
|
11750
11750
|
key: 0,
|
|
11751
11751
|
class: "ux-required-marker"
|
|
11752
11752
|
};
|
|
11753
|
-
const _hoisted_3$
|
|
11753
|
+
const _hoisted_3$n = {
|
|
11754
11754
|
key: 1,
|
|
11755
11755
|
class: "ux-field-description"
|
|
11756
11756
|
};
|
|
11757
|
-
const _hoisted_4$
|
|
11758
|
-
function _sfc_render$
|
|
11757
|
+
const _hoisted_4$k = { key: 2 };
|
|
11758
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11759
11759
|
const _component_daterange = resolveComponent("daterange", true);
|
|
11760
11760
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11761
11761
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11762
11762
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11763
11763
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11764
11764
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11765
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11765
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
|
|
11766
11766
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11767
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11767
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
|
|
11768
11768
|
])) : createCommentVNode("", true),
|
|
11769
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11770
|
-
_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, [
|
|
11771
11771
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11772
11772
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11773
11773
|
class: "ux-text-row",
|
|
@@ -11824,9 +11824,9 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11824
11824
|
}, null, 8, ["onFocus", "modelValue"]))
|
|
11825
11825
|
], 64);
|
|
11826
11826
|
}
|
|
11827
|
-
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11827
|
+
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-24228367"]]);
|
|
11828
11828
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11829
|
-
const _sfc_main$
|
|
11829
|
+
const _sfc_main$B = {
|
|
11830
11830
|
computed: {
|
|
11831
11831
|
NativeCheckbox: UXCheckbox
|
|
11832
11832
|
},
|
|
@@ -11868,19 +11868,19 @@ const _sfc_main$x = {
|
|
|
11868
11868
|
}
|
|
11869
11869
|
}
|
|
11870
11870
|
};
|
|
11871
|
-
const _hoisted_1$
|
|
11871
|
+
const _hoisted_1$t = {
|
|
11872
11872
|
key: 0,
|
|
11873
11873
|
class: "ux-field-title"
|
|
11874
11874
|
};
|
|
11875
|
-
const _hoisted_2$
|
|
11875
|
+
const _hoisted_2$p = {
|
|
11876
11876
|
key: 0,
|
|
11877
11877
|
class: "ux-required-marker"
|
|
11878
11878
|
};
|
|
11879
|
-
const _hoisted_3$
|
|
11879
|
+
const _hoisted_3$m = {
|
|
11880
11880
|
key: 1,
|
|
11881
11881
|
class: "ux-field-description"
|
|
11882
11882
|
};
|
|
11883
|
-
function _sfc_render$
|
|
11883
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11884
11884
|
const _component_ux_checkbox = resolveComponent("ux-checkbox");
|
|
11885
11885
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11886
11886
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -11904,11 +11904,11 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11904
11904
|
createVNode(_component_flex_cell, { vcenter: "" }, {
|
|
11905
11905
|
default: withCtx(() => [
|
|
11906
11906
|
createElementVNode("div", null, [
|
|
11907
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
11907
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
|
|
11908
11908
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11909
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11909
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
|
|
11910
11910
|
])) : createCommentVNode("", true),
|
|
11911
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11911
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$m, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
11912
11912
|
])
|
|
11913
11913
|
]),
|
|
11914
11914
|
_: 1
|
|
@@ -11917,8 +11917,8 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11917
11917
|
_: 1
|
|
11918
11918
|
});
|
|
11919
11919
|
}
|
|
11920
|
-
var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11921
|
-
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 = {
|
|
11922
11922
|
props: {
|
|
11923
11923
|
modelValue: {
|
|
11924
11924
|
type: [String, Array]
|
|
@@ -11931,15 +11931,15 @@ const _sfc_main$w = {
|
|
|
11931
11931
|
}
|
|
11932
11932
|
}
|
|
11933
11933
|
};
|
|
11934
|
-
const _hoisted_1$
|
|
11935
|
-
const _hoisted_2$
|
|
11936
|
-
const _hoisted_3$
|
|
11937
|
-
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) {
|
|
11938
11938
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
11939
11939
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
11940
11940
|
const _component_ux_button = resolveComponent("ux-button");
|
|
11941
11941
|
const _component_flex_row = resolveComponent("flex-row");
|
|
11942
|
-
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
11942
|
+
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
11943
11943
|
createVNode(_component_flex_row, { class: "ux-text-row" }, {
|
|
11944
11944
|
default: withCtx(() => [
|
|
11945
11945
|
createVNode(_component_flex_cell, null, {
|
|
@@ -11948,7 +11948,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11948
11948
|
return openBlock(), createElementBlock("div", {
|
|
11949
11949
|
innerHTML: _ctx.field.template,
|
|
11950
11950
|
key: index2
|
|
11951
|
-
}, null, 8, _hoisted_2$
|
|
11951
|
+
}, null, 8, _hoisted_2$o);
|
|
11952
11952
|
}), 128))
|
|
11953
11953
|
]),
|
|
11954
11954
|
_: 1
|
|
@@ -11987,11 +11987,11 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11987
11987
|
])) : (openBlock(), createElementBlock("div", {
|
|
11988
11988
|
key: 1,
|
|
11989
11989
|
innerHTML: _ctx.field.template
|
|
11990
|
-
}, null, 8, _hoisted_3$
|
|
11990
|
+
}, null, 8, _hoisted_3$l));
|
|
11991
11991
|
}
|
|
11992
|
-
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11992
|
+
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
|
|
11993
11993
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
11994
|
-
const _sfc_main$
|
|
11994
|
+
const _sfc_main$z = {
|
|
11995
11995
|
props: {
|
|
11996
11996
|
fields: {
|
|
11997
11997
|
type: Array,
|
|
@@ -12258,13 +12258,13 @@ const _sfc_main$v = {
|
|
|
12258
12258
|
ContentSelect
|
|
12259
12259
|
}
|
|
12260
12260
|
};
|
|
12261
|
-
const _hoisted_1$
|
|
12261
|
+
const _hoisted_1$r = {
|
|
12262
12262
|
key: 0,
|
|
12263
12263
|
class: "filter-condition"
|
|
12264
12264
|
};
|
|
12265
|
-
const _hoisted_2$
|
|
12266
|
-
const _hoisted_3$
|
|
12267
|
-
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 ");
|
|
12268
12268
|
const _hoisted_5$c = { key: 2 };
|
|
12269
12269
|
const _hoisted_6$b = { key: 3 };
|
|
12270
12270
|
const _hoisted_7$8 = /* @__PURE__ */ createTextVNode(" And ");
|
|
@@ -12275,7 +12275,7 @@ const _hoisted_11$2 = { key: 7 };
|
|
|
12275
12275
|
const _hoisted_12$2 = { key: 8 };
|
|
12276
12276
|
const _hoisted_13$1 = { key: 9 };
|
|
12277
12277
|
const _hoisted_14$1 = { key: 10 };
|
|
12278
|
-
function _sfc_render$
|
|
12278
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12279
12279
|
const _component_native_select = resolveComponent("native-select");
|
|
12280
12280
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
12281
12281
|
const _component_text_field = resolveComponent("text-field");
|
|
@@ -12284,7 +12284,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12284
12284
|
const _component_content_select = resolveComponent("content-select");
|
|
12285
12285
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
12286
12286
|
const _component_ux_button = resolveComponent("ux-button");
|
|
12287
|
-
return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
12287
|
+
return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
12288
12288
|
createVNode(_component_flex_row, {
|
|
12289
12289
|
gap: "",
|
|
12290
12290
|
vcenter: ""
|
|
@@ -12314,7 +12314,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12314
12314
|
})) : createCommentVNode("", true),
|
|
12315
12315
|
$data.model.comparator ? (openBlock(), createBlock(_component_flex_cell, { key: 1 }, {
|
|
12316
12316
|
default: withCtx(() => [
|
|
12317
|
-
$options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
12317
|
+
$options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$n, [
|
|
12318
12318
|
$options.hasOptions ? (openBlock(), createBlock(_component_native_select, {
|
|
12319
12319
|
key: 0,
|
|
12320
12320
|
modelValue: $data.model.values,
|
|
@@ -12327,13 +12327,13 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12327
12327
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
|
|
12328
12328
|
}, null, 8, ["field", "modelValue"]))
|
|
12329
12329
|
])) : createCommentVNode("", true),
|
|
12330
|
-
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12330
|
+
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$k, [
|
|
12331
12331
|
createVNode(_component_text_field, {
|
|
12332
12332
|
field: $options.normalField,
|
|
12333
12333
|
modelValue: $data.model.value,
|
|
12334
12334
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.model.value = $event)
|
|
12335
12335
|
}, null, 8, ["field", "modelValue"]),
|
|
12336
|
-
_hoisted_4$
|
|
12336
|
+
_hoisted_4$j,
|
|
12337
12337
|
createVNode(_component_text_field, {
|
|
12338
12338
|
field: $options.normalField,
|
|
12339
12339
|
modelValue: $data.model.value2,
|
|
@@ -12456,7 +12456,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12456
12456
|
})
|
|
12457
12457
|
])) : createCommentVNode("", true);
|
|
12458
12458
|
}
|
|
12459
|
-
var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12459
|
+
var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
|
|
12460
12460
|
var root = _root;
|
|
12461
12461
|
var now$1 = function() {
|
|
12462
12462
|
return root.Date.now();
|
|
@@ -12587,7 +12587,7 @@ function debounce(func, wait, options) {
|
|
|
12587
12587
|
}
|
|
12588
12588
|
var debounce_1 = debounce;
|
|
12589
12589
|
var FilterRule_vue_vue_type_style_index_0_lang = "";
|
|
12590
|
-
const _sfc_main$
|
|
12590
|
+
const _sfc_main$y = {
|
|
12591
12591
|
props: {
|
|
12592
12592
|
enableRemove: {
|
|
12593
12593
|
type: Boolean
|
|
@@ -12728,32 +12728,32 @@ const _sfc_main$u = {
|
|
|
12728
12728
|
NativeSelect
|
|
12729
12729
|
}
|
|
12730
12730
|
};
|
|
12731
|
-
const _hoisted_1$
|
|
12731
|
+
const _hoisted_1$q = {
|
|
12732
12732
|
key: 0,
|
|
12733
12733
|
class: "filter-rule"
|
|
12734
12734
|
};
|
|
12735
|
-
const _hoisted_2$
|
|
12736
|
-
const _hoisted_3$
|
|
12737
|
-
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 ");
|
|
12738
12738
|
const _hoisted_5$b = /* @__PURE__ */ createTextVNode(" of the following conditions ");
|
|
12739
12739
|
const _hoisted_6$a = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
12740
12740
|
const _hoisted_7$7 = { class: "operator" };
|
|
12741
12741
|
const _hoisted_8$3 = /* @__PURE__ */ createTextVNode(" Add Condition ");
|
|
12742
|
-
function _sfc_render$
|
|
12742
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12743
12743
|
const _component_native_select = resolveComponent("native-select");
|
|
12744
12744
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
12745
12745
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
12746
12746
|
const _component_ux_button = resolveComponent("ux-button");
|
|
12747
12747
|
const _component_flex_row = resolveComponent("flex-row");
|
|
12748
12748
|
const _component_filter_condition = resolveComponent("filter-condition");
|
|
12749
|
-
return $props.definition ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
12750
|
-
createElementVNode("div", _hoisted_2$
|
|
12749
|
+
return $props.definition ? (openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
12750
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
12751
12751
|
createVNode(_component_flex_row, null, {
|
|
12752
12752
|
default: withCtx(() => [
|
|
12753
12753
|
createVNode(_component_flex_cell, null, {
|
|
12754
12754
|
default: withCtx(() => [
|
|
12755
|
-
createElementVNode("div", _hoisted_3$
|
|
12756
|
-
_hoisted_4$
|
|
12755
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
12756
|
+
_hoisted_4$i,
|
|
12757
12757
|
createVNode(_component_native_select, {
|
|
12758
12758
|
modelValue: $data.model.operator,
|
|
12759
12759
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -12839,9 +12839,9 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12839
12839
|
}, 8, ["onClick"])
|
|
12840
12840
|
])) : createCommentVNode("", true);
|
|
12841
12841
|
}
|
|
12842
|
-
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12842
|
+
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
12843
12843
|
var FilterBuilder_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12844
|
-
const _sfc_main$
|
|
12844
|
+
const _sfc_main$x = {
|
|
12845
12845
|
components: {
|
|
12846
12846
|
FilterRule,
|
|
12847
12847
|
NativeSelect
|
|
@@ -12942,16 +12942,16 @@ const _sfc_main$t = {
|
|
|
12942
12942
|
};
|
|
12943
12943
|
}
|
|
12944
12944
|
};
|
|
12945
|
-
const _hoisted_1$
|
|
12946
|
-
const _hoisted_2$
|
|
12945
|
+
const _hoisted_1$p = { class: "filters" };
|
|
12946
|
+
const _hoisted_2$l = {
|
|
12947
12947
|
key: 0,
|
|
12948
12948
|
class: "top"
|
|
12949
12949
|
};
|
|
12950
|
-
const _hoisted_3$
|
|
12951
|
-
const _hoisted_4$
|
|
12950
|
+
const _hoisted_3$i = { class: "summary" };
|
|
12951
|
+
const _hoisted_4$h = /* @__PURE__ */ createTextVNode(" Match ");
|
|
12952
12952
|
const _hoisted_5$a = /* @__PURE__ */ createTextVNode(" of the following rules ");
|
|
12953
12953
|
const _hoisted_6$9 = /* @__PURE__ */ createTextVNode("Add Filter Rule");
|
|
12954
|
-
function _sfc_render$
|
|
12954
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12955
12955
|
const _component_native_select = resolveComponent("native-select");
|
|
12956
12956
|
const _component_filter_rule = resolveComponent("filter-rule");
|
|
12957
12957
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -12961,10 +12961,10 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12961
12961
|
default: withCtx(() => [
|
|
12962
12962
|
createVNode(_component_flex_body, null, {
|
|
12963
12963
|
default: withCtx(() => [
|
|
12964
|
-
createElementVNode("div", _hoisted_1$
|
|
12965
|
-
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
12966
|
-
createElementVNode("div", _hoisted_3$
|
|
12967
|
-
_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,
|
|
12968
12968
|
createVNode(_component_native_select, {
|
|
12969
12969
|
modelValue: $data.model.operator,
|
|
12970
12970
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -13006,9 +13006,9 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13006
13006
|
_: 1
|
|
13007
13007
|
});
|
|
13008
13008
|
}
|
|
13009
|
-
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13009
|
+
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-7933a5ee"]]);
|
|
13010
13010
|
var filter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13011
|
-
const _sfc_main$
|
|
13011
|
+
const _sfc_main$w = {
|
|
13012
13012
|
mixins: [InputMixin],
|
|
13013
13013
|
components: {
|
|
13014
13014
|
FilterBuilder
|
|
@@ -13049,32 +13049,32 @@ const _sfc_main$s = {
|
|
|
13049
13049
|
}
|
|
13050
13050
|
}
|
|
13051
13051
|
};
|
|
13052
|
-
const _hoisted_1$
|
|
13052
|
+
const _hoisted_1$o = {
|
|
13053
13053
|
key: 0,
|
|
13054
13054
|
class: "ux-field-title"
|
|
13055
13055
|
};
|
|
13056
|
-
const _hoisted_2$
|
|
13056
|
+
const _hoisted_2$k = {
|
|
13057
13057
|
key: 0,
|
|
13058
13058
|
class: "ux-required-marker"
|
|
13059
13059
|
};
|
|
13060
|
-
const _hoisted_3$
|
|
13060
|
+
const _hoisted_3$h = {
|
|
13061
13061
|
key: 1,
|
|
13062
13062
|
class: "ux-field-description"
|
|
13063
13063
|
};
|
|
13064
|
-
const _hoisted_4$
|
|
13065
|
-
function _sfc_render$
|
|
13064
|
+
const _hoisted_4$g = { key: 2 };
|
|
13065
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13066
13066
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
13067
13067
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13068
13068
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
13069
13069
|
const _component_ux_button = resolveComponent("ux-button");
|
|
13070
13070
|
const _component_flex_row = resolveComponent("flex-row");
|
|
13071
13071
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
13072
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
13072
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$o, [
|
|
13073
13073
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
13074
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13074
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$k, "*")) : createCommentVNode("", true)
|
|
13075
13075
|
])) : createCommentVNode("", true),
|
|
13076
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13077
|
-
_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, [
|
|
13078
13078
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
13079
13079
|
return openBlock(), createBlock(_component_flex_row, {
|
|
13080
13080
|
class: "ux-text-row",
|
|
@@ -13132,9 +13132,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13132
13132
|
}, null, 8, ["definition", "modelValue"]))
|
|
13133
13133
|
], 64);
|
|
13134
13134
|
}
|
|
13135
|
-
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13135
|
+
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-4aae9a4a"]]);
|
|
13136
13136
|
var switch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13137
|
-
const _sfc_main$
|
|
13137
|
+
const _sfc_main$v = {
|
|
13138
13138
|
mixins: [InputMixin],
|
|
13139
13139
|
props: {
|
|
13140
13140
|
modelValue: {
|
|
@@ -13173,19 +13173,19 @@ const _sfc_main$r = {
|
|
|
13173
13173
|
}
|
|
13174
13174
|
}
|
|
13175
13175
|
};
|
|
13176
|
-
const _hoisted_1$
|
|
13176
|
+
const _hoisted_1$n = {
|
|
13177
13177
|
key: 0,
|
|
13178
13178
|
class: "ux-field-title"
|
|
13179
13179
|
};
|
|
13180
|
-
const _hoisted_2$
|
|
13180
|
+
const _hoisted_2$j = {
|
|
13181
13181
|
key: 0,
|
|
13182
13182
|
class: "ux-required-marker"
|
|
13183
13183
|
};
|
|
13184
|
-
const _hoisted_3$
|
|
13184
|
+
const _hoisted_3$g = {
|
|
13185
13185
|
key: 1,
|
|
13186
13186
|
class: "ux-field-description"
|
|
13187
13187
|
};
|
|
13188
|
-
function _sfc_render$
|
|
13188
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13189
13189
|
const _component_ux_switch = resolveComponent("ux-switch");
|
|
13190
13190
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13191
13191
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -13209,11 +13209,11 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13209
13209
|
createVNode(_component_flex_cell, { vcenter: "" }, {
|
|
13210
13210
|
default: withCtx(() => [
|
|
13211
13211
|
createElementVNode("div", null, [
|
|
13212
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
13212
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$n, [
|
|
13213
13213
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13214
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13214
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$j, "*")) : createCommentVNode("", true)
|
|
13215
13215
|
])) : createCommentVNode("", true),
|
|
13216
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13216
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$g, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
13217
13217
|
])
|
|
13218
13218
|
]),
|
|
13219
13219
|
_: 1
|
|
@@ -13222,9 +13222,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13222
13222
|
_: 1
|
|
13223
13223
|
});
|
|
13224
13224
|
}
|
|
13225
|
-
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13225
|
+
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-5994d322"]]);
|
|
13226
13226
|
var filedrop_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13227
|
-
const _sfc_main$
|
|
13227
|
+
const _sfc_main$u = {
|
|
13228
13228
|
props: {
|
|
13229
13229
|
multiple: {
|
|
13230
13230
|
type: Boolean
|
|
@@ -13276,9 +13276,9 @@ const _sfc_main$q = {
|
|
|
13276
13276
|
}
|
|
13277
13277
|
}
|
|
13278
13278
|
};
|
|
13279
|
-
const _hoisted_1$
|
|
13280
|
-
const _hoisted_2$
|
|
13281
|
-
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) {
|
|
13282
13282
|
const _component_ux_button = resolveComponent("ux-button");
|
|
13283
13283
|
return openBlock(), createElementBlock("label", {
|
|
13284
13284
|
class: normalizeClass(["file-drop", { over: $data.over }]),
|
|
@@ -13292,7 +13292,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13292
13292
|
type: "file",
|
|
13293
13293
|
multiple: $props.multiple,
|
|
13294
13294
|
onChange: _cache[0] || (_cache[0] = ($event) => $options.filesSelected($event.target.files))
|
|
13295
|
-
}, null, 40, _hoisted_1$
|
|
13295
|
+
}, null, 40, _hoisted_1$m),
|
|
13296
13296
|
createElementVNode("div", {
|
|
13297
13297
|
class: "file-drop-ux",
|
|
13298
13298
|
onClick: _cache[1] || (_cache[1] = (...args) => $options.clicked && $options.clicked(...args))
|
|
@@ -13300,7 +13300,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13300
13300
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
13301
13301
|
createVNode(_component_ux_button, null, {
|
|
13302
13302
|
default: withCtx(() => [
|
|
13303
|
-
_hoisted_2$
|
|
13303
|
+
_hoisted_2$i
|
|
13304
13304
|
]),
|
|
13305
13305
|
_: 1
|
|
13306
13306
|
})
|
|
@@ -13308,9 +13308,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13308
13308
|
])
|
|
13309
13309
|
], 34);
|
|
13310
13310
|
}
|
|
13311
|
-
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13311
|
+
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-1960a794"]]);
|
|
13312
13312
|
var upload_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13313
|
-
const _sfc_main$
|
|
13313
|
+
const _sfc_main$t = {
|
|
13314
13314
|
mixins: [InputMixin],
|
|
13315
13315
|
components: {
|
|
13316
13316
|
FileDrop
|
|
@@ -13444,26 +13444,26 @@ const _sfc_main$p = {
|
|
|
13444
13444
|
},
|
|
13445
13445
|
computed: {}
|
|
13446
13446
|
};
|
|
13447
|
-
const _hoisted_1$
|
|
13447
|
+
const _hoisted_1$l = {
|
|
13448
13448
|
key: 0,
|
|
13449
13449
|
class: "ux-field-title"
|
|
13450
13450
|
};
|
|
13451
|
-
const _hoisted_2$
|
|
13451
|
+
const _hoisted_2$h = {
|
|
13452
13452
|
key: 0,
|
|
13453
13453
|
class: "ux-required-marker"
|
|
13454
13454
|
};
|
|
13455
|
-
const _hoisted_3$
|
|
13455
|
+
const _hoisted_3$f = {
|
|
13456
13456
|
key: 1,
|
|
13457
13457
|
class: "ux-field-description"
|
|
13458
13458
|
};
|
|
13459
|
-
const _hoisted_4$
|
|
13459
|
+
const _hoisted_4$f = {
|
|
13460
13460
|
key: 2,
|
|
13461
13461
|
class: "files"
|
|
13462
13462
|
};
|
|
13463
13463
|
const _hoisted_5$9 = { class: "size" };
|
|
13464
13464
|
const _hoisted_6$8 = /* @__PURE__ */ createTextVNode("Select Files");
|
|
13465
13465
|
const _hoisted_7$6 = /* @__PURE__ */ createTextVNode("Select File");
|
|
13466
|
-
function _sfc_render$
|
|
13466
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13467
13467
|
const _component_progress_bar = resolveComponent("progress-bar");
|
|
13468
13468
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13469
13469
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -13471,12 +13471,12 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13471
13471
|
const _component_flex_row = resolveComponent("flex-row");
|
|
13472
13472
|
const _component_file_drop = resolveComponent("file-drop");
|
|
13473
13473
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
13474
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
13474
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$l, [
|
|
13475
13475
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13476
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13476
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
|
|
13477
13477
|
])) : createCommentVNode("", true),
|
|
13478
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13479
|
-
$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, [
|
|
13480
13480
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
13481
13481
|
return openBlock(), createElementBlock("div", {
|
|
13482
13482
|
class: "file-item",
|
|
@@ -13546,9 +13546,9 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13546
13546
|
}, 8, ["onFiles"]))
|
|
13547
13547
|
], 64);
|
|
13548
13548
|
}
|
|
13549
|
-
var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13549
|
+
var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-397fdaa7"]]);
|
|
13550
13550
|
var group_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
13551
|
-
const _sfc_main$
|
|
13551
|
+
const _sfc_main$s = {
|
|
13552
13552
|
mixins: [InputMixin],
|
|
13553
13553
|
components: { draggable: draggableComponent },
|
|
13554
13554
|
props: {
|
|
@@ -13633,11 +13633,11 @@ const _sfc_main$o = {
|
|
|
13633
13633
|
}
|
|
13634
13634
|
}
|
|
13635
13635
|
};
|
|
13636
|
-
const _hoisted_1$
|
|
13636
|
+
const _hoisted_1$k = {
|
|
13637
13637
|
key: 0,
|
|
13638
13638
|
class: "ux-multi-group"
|
|
13639
13639
|
};
|
|
13640
|
-
function _sfc_render$
|
|
13640
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13641
13641
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
13642
13642
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13643
13643
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -13647,7 +13647,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13647
13647
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
13648
13648
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
13649
13649
|
const _component_draggable = resolveComponent("draggable");
|
|
13650
|
-
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
13650
|
+
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
13651
13651
|
$options.reorderable ? (openBlock(), createBlock(_component_draggable, {
|
|
13652
13652
|
key: 0,
|
|
13653
13653
|
modelValue: _ctx.model,
|
|
@@ -13971,8 +13971,8 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13971
13971
|
}, null, 8, ["trail", "submission", "onForm:state", "parentModel", "modelValue", "flex", "fields"]))
|
|
13972
13972
|
], 64));
|
|
13973
13973
|
}
|
|
13974
|
-
var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13975
|
-
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 = {
|
|
13976
13976
|
props: {
|
|
13977
13977
|
option: {
|
|
13978
13978
|
required: true
|
|
@@ -13984,17 +13984,17 @@ const _sfc_main$n = {
|
|
|
13984
13984
|
}
|
|
13985
13985
|
}
|
|
13986
13986
|
};
|
|
13987
|
-
function _sfc_render$
|
|
13987
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13988
13988
|
return renderSlot(_ctx.$slots, "default", { plainValue: $options.plainValue }, () => [
|
|
13989
13989
|
createElementVNode("pre", null, toDisplayString($props.option), 1)
|
|
13990
13990
|
]);
|
|
13991
13991
|
}
|
|
13992
|
-
var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13992
|
+
var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
13993
13993
|
var buttonSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13994
13994
|
function isUndefined$2(entry) {
|
|
13995
13995
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
13996
13996
|
}
|
|
13997
|
-
const _sfc_main$
|
|
13997
|
+
const _sfc_main$q = {
|
|
13998
13998
|
components: {
|
|
13999
13999
|
OptionSlot
|
|
14000
14000
|
},
|
|
@@ -14115,30 +14115,30 @@ const _sfc_main$m = {
|
|
|
14115
14115
|
}
|
|
14116
14116
|
}
|
|
14117
14117
|
};
|
|
14118
|
-
const _hoisted_1$
|
|
14118
|
+
const _hoisted_1$j = {
|
|
14119
14119
|
key: 0,
|
|
14120
14120
|
class: "ux-field-title"
|
|
14121
14121
|
};
|
|
14122
|
-
const _hoisted_2$
|
|
14122
|
+
const _hoisted_2$g = {
|
|
14123
14123
|
key: 0,
|
|
14124
14124
|
class: "ux-required-marker"
|
|
14125
14125
|
};
|
|
14126
|
-
const _hoisted_3$
|
|
14126
|
+
const _hoisted_3$e = {
|
|
14127
14127
|
key: 1,
|
|
14128
14128
|
class: "ux-field-description"
|
|
14129
14129
|
};
|
|
14130
|
-
const _hoisted_4$
|
|
14131
|
-
function _sfc_render$
|
|
14130
|
+
const _hoisted_4$e = { class: "buttons" };
|
|
14131
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14132
14132
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
14133
14133
|
const _component_ux_button = resolveComponent("ux-button");
|
|
14134
14134
|
const _component_option_slot = resolveComponent("option-slot");
|
|
14135
14135
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14136
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14136
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$j, [
|
|
14137
14137
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14138
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14138
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
|
|
14139
14139
|
])) : createCommentVNode("", true),
|
|
14140
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14141
|
-
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, [
|
|
14142
14142
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
|
|
14143
14143
|
return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
|
|
14144
14144
|
default: withCtx(({ plainValue }) => [
|
|
@@ -14162,9 +14162,9 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14162
14162
|
])
|
|
14163
14163
|
], 64);
|
|
14164
14164
|
}
|
|
14165
|
-
var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14165
|
+
var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-f0acfde4"]]);
|
|
14166
14166
|
var objectField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14167
|
-
const _sfc_main$
|
|
14167
|
+
const _sfc_main$p = {
|
|
14168
14168
|
props: {
|
|
14169
14169
|
modelValue: {
|
|
14170
14170
|
type: Object
|
|
@@ -14178,32 +14178,32 @@ const _sfc_main$l = {
|
|
|
14178
14178
|
}
|
|
14179
14179
|
}
|
|
14180
14180
|
};
|
|
14181
|
-
const _hoisted_1$
|
|
14181
|
+
const _hoisted_1$i = {
|
|
14182
14182
|
key: 0,
|
|
14183
14183
|
class: "ux-field-title"
|
|
14184
14184
|
};
|
|
14185
|
-
const _hoisted_2$
|
|
14185
|
+
const _hoisted_2$f = {
|
|
14186
14186
|
key: 0,
|
|
14187
14187
|
class: "ux-required-marker"
|
|
14188
14188
|
};
|
|
14189
|
-
const _hoisted_3$
|
|
14189
|
+
const _hoisted_3$d = {
|
|
14190
14190
|
key: 1,
|
|
14191
14191
|
class: "ux-field-description"
|
|
14192
14192
|
};
|
|
14193
|
-
const _hoisted_4$
|
|
14193
|
+
const _hoisted_4$d = { key: 2 };
|
|
14194
14194
|
const _hoisted_5$8 = { key: 3 };
|
|
14195
|
-
function _sfc_render$
|
|
14195
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14196
14196
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14197
14197
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
14198
14198
|
const _component_ux_button = resolveComponent("ux-button");
|
|
14199
14199
|
const _component_flex_row = resolveComponent("flex-row");
|
|
14200
14200
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14201
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14201
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$i, [
|
|
14202
14202
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14203
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14203
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
|
|
14204
14204
|
])) : createCommentVNode("", true),
|
|
14205
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14206
|
-
_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, [
|
|
14207
14207
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14208
14208
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14209
14209
|
class: "ux-text-row",
|
|
@@ -14255,9 +14255,9 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14255
14255
|
])) : (openBlock(), createElementBlock("pre", _hoisted_5$8, toDisplayString(_ctx.model), 1))
|
|
14256
14256
|
], 64);
|
|
14257
14257
|
}
|
|
14258
|
-
var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14258
|
+
var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-6b3fc2f2"]]);
|
|
14259
14259
|
var optionsManager_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14260
|
-
const _sfc_main$
|
|
14260
|
+
const _sfc_main$o = {
|
|
14261
14261
|
props: {
|
|
14262
14262
|
modelValue: {
|
|
14263
14263
|
type: [String, Array]
|
|
@@ -14351,44 +14351,44 @@ const _sfc_main$k = {
|
|
|
14351
14351
|
}
|
|
14352
14352
|
}
|
|
14353
14353
|
};
|
|
14354
|
-
const _withScopeId$
|
|
14355
|
-
const _hoisted_1$
|
|
14354
|
+
const _withScopeId$3 = (n2) => (pushScopeId("data-v-076c3da8"), n2 = n2(), popScopeId(), n2);
|
|
14355
|
+
const _hoisted_1$h = {
|
|
14356
14356
|
key: 0,
|
|
14357
14357
|
class: "ux-field-title"
|
|
14358
14358
|
};
|
|
14359
|
-
const _hoisted_2$
|
|
14359
|
+
const _hoisted_2$e = {
|
|
14360
14360
|
key: 0,
|
|
14361
14361
|
class: "ux-required-marker"
|
|
14362
14362
|
};
|
|
14363
|
-
const _hoisted_3$
|
|
14363
|
+
const _hoisted_3$c = {
|
|
14364
14364
|
key: 1,
|
|
14365
14365
|
class: "ux-field-description"
|
|
14366
14366
|
};
|
|
14367
|
-
const _hoisted_4$
|
|
14367
|
+
const _hoisted_4$c = { key: 2 };
|
|
14368
14368
|
const _hoisted_5$7 = { class: "ux-text-wrap prefixed" };
|
|
14369
|
-
const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$
|
|
14369
|
+
const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
14370
14370
|
const _hoisted_7$5 = ["onBlur", "onUpdate:modelValue"];
|
|
14371
14371
|
const _hoisted_8$2 = ["onBlur", "onUpdate:modelValue"];
|
|
14372
14372
|
const _hoisted_9$2 = { class: "ux-text-wrap prefixed" };
|
|
14373
|
-
const _hoisted_10$2 = /* @__PURE__ */ _withScopeId$
|
|
14373
|
+
const _hoisted_10$2 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
|
|
14374
14374
|
const _hoisted_11$1 = ["onFocus", "onUpdate:modelValue"];
|
|
14375
14375
|
const _hoisted_12$1 = ["onFocus", "onUpdate:modelValue"];
|
|
14376
14376
|
const _hoisted_13 = { class: "ux-text-wrap prefixed" };
|
|
14377
|
-
const _hoisted_14 = /* @__PURE__ */ _withScopeId$
|
|
14377
|
+
const _hoisted_14 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
14378
14378
|
const _hoisted_15 = { class: "ux-text-wrap prefixed" };
|
|
14379
|
-
const _hoisted_16 = /* @__PURE__ */ _withScopeId$
|
|
14380
|
-
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) {
|
|
14381
14381
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14382
14382
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
14383
14383
|
const _component_ux_button = resolveComponent("ux-button");
|
|
14384
14384
|
const _component_flex_row = resolveComponent("flex-row");
|
|
14385
14385
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14386
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14386
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$h, [
|
|
14387
14387
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14388
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14388
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
|
|
14389
14389
|
])) : createCommentVNode("", true),
|
|
14390
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14391
|
-
_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, [
|
|
14392
14392
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14393
14393
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14394
14394
|
class: "ux-text-row",
|
|
@@ -14595,9 +14595,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14595
14595
|
}))
|
|
14596
14596
|
], 64);
|
|
14597
14597
|
}
|
|
14598
|
-
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14598
|
+
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-076c3da8"]]);
|
|
14599
14599
|
var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14600
|
-
const _sfc_main$
|
|
14600
|
+
const _sfc_main$n = {
|
|
14601
14601
|
components: {},
|
|
14602
14602
|
methods: {
|
|
14603
14603
|
editorInit() {
|
|
@@ -14669,7 +14669,7 @@ const _sfc_main$j = {
|
|
|
14669
14669
|
};
|
|
14670
14670
|
}
|
|
14671
14671
|
};
|
|
14672
|
-
function _sfc_render$
|
|
14672
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14673
14673
|
const _component_v_ace_editor = resolveComponent("v-ace-editor");
|
|
14674
14674
|
const _component_flex_column = resolveComponent("flex-column");
|
|
14675
14675
|
return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
@@ -14689,9 +14689,9 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14689
14689
|
_: 1
|
|
14690
14690
|
})) : createCommentVNode("", true);
|
|
14691
14691
|
}
|
|
14692
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14692
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-ff0cfcf4"]]);
|
|
14693
14693
|
var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14694
|
-
const _sfc_main$
|
|
14694
|
+
const _sfc_main$m = {
|
|
14695
14695
|
components: {
|
|
14696
14696
|
CodeEditor
|
|
14697
14697
|
},
|
|
@@ -14714,25 +14714,25 @@ const _sfc_main$i = {
|
|
|
14714
14714
|
}
|
|
14715
14715
|
}
|
|
14716
14716
|
};
|
|
14717
|
-
const _hoisted_1$
|
|
14717
|
+
const _hoisted_1$g = {
|
|
14718
14718
|
key: 0,
|
|
14719
14719
|
class: "ux-field-title"
|
|
14720
14720
|
};
|
|
14721
|
-
const _hoisted_2$
|
|
14721
|
+
const _hoisted_2$d = {
|
|
14722
14722
|
key: 0,
|
|
14723
14723
|
class: "ux-required-marker"
|
|
14724
14724
|
};
|
|
14725
|
-
const _hoisted_3$
|
|
14725
|
+
const _hoisted_3$b = {
|
|
14726
14726
|
key: 1,
|
|
14727
14727
|
class: "ux-field-description"
|
|
14728
14728
|
};
|
|
14729
|
-
const _hoisted_4$
|
|
14729
|
+
const _hoisted_4$b = { key: 2 };
|
|
14730
14730
|
const _hoisted_5$6 = { class: "code-editor-field-wrap" };
|
|
14731
14731
|
const _hoisted_6$6 = {
|
|
14732
14732
|
key: 3,
|
|
14733
14733
|
class: "code-editor-field-wrap"
|
|
14734
14734
|
};
|
|
14735
|
-
function _sfc_render$
|
|
14735
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14736
14736
|
const _component_code_editor = resolveComponent("code-editor");
|
|
14737
14737
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14738
14738
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -14741,12 +14741,12 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14741
14741
|
return openBlock(), createElementBlock("div", {
|
|
14742
14742
|
onKeydown: _cache[2] || (_cache[2] = withKeys(withModifiers(($event) => $options.enterPress($event), ["stop"]), ["enter"]))
|
|
14743
14743
|
}, [
|
|
14744
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14744
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$g, [
|
|
14745
14745
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14746
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14746
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
14747
14747
|
])) : createCommentVNode("", true),
|
|
14748
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14749
|
-
_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, [
|
|
14750
14750
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14751
14751
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14752
14752
|
class: "ux-text-row",
|
|
@@ -14812,9 +14812,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14812
14812
|
]))
|
|
14813
14813
|
], 32);
|
|
14814
14814
|
}
|
|
14815
|
-
var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14815
|
+
var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-67761240"]]);
|
|
14816
14816
|
var richtext_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14817
|
-
const _sfc_main$
|
|
14817
|
+
const _sfc_main$l = {
|
|
14818
14818
|
components: {},
|
|
14819
14819
|
methods: {},
|
|
14820
14820
|
props: {
|
|
@@ -14849,7 +14849,7 @@ const _sfc_main$h = {
|
|
|
14849
14849
|
};
|
|
14850
14850
|
}
|
|
14851
14851
|
};
|
|
14852
|
-
function _sfc_render$
|
|
14852
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14853
14853
|
const _component_tiptap = resolveComponent("tiptap");
|
|
14854
14854
|
const _component_flex_column = resolveComponent("flex-column");
|
|
14855
14855
|
return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
@@ -14863,9 +14863,9 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14863
14863
|
_: 1
|
|
14864
14864
|
})) : createCommentVNode("", true);
|
|
14865
14865
|
}
|
|
14866
|
-
var RichText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14866
|
+
var RichText = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-f1bfd246"]]);
|
|
14867
14867
|
var richtextField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14868
|
-
const _sfc_main$
|
|
14868
|
+
const _sfc_main$k = {
|
|
14869
14869
|
components: {
|
|
14870
14870
|
richtext: RichText
|
|
14871
14871
|
},
|
|
@@ -14882,25 +14882,25 @@ const _sfc_main$g = {
|
|
|
14882
14882
|
}
|
|
14883
14883
|
}
|
|
14884
14884
|
};
|
|
14885
|
-
const _hoisted_1$
|
|
14885
|
+
const _hoisted_1$f = {
|
|
14886
14886
|
key: 0,
|
|
14887
14887
|
class: "ux-field-title"
|
|
14888
14888
|
};
|
|
14889
|
-
const _hoisted_2$
|
|
14889
|
+
const _hoisted_2$c = {
|
|
14890
14890
|
key: 0,
|
|
14891
14891
|
class: "ux-required-marker"
|
|
14892
14892
|
};
|
|
14893
|
-
const _hoisted_3$
|
|
14893
|
+
const _hoisted_3$a = {
|
|
14894
14894
|
key: 1,
|
|
14895
14895
|
class: "ux-field-description"
|
|
14896
14896
|
};
|
|
14897
|
-
const _hoisted_4$
|
|
14897
|
+
const _hoisted_4$a = { key: 2 };
|
|
14898
14898
|
const _hoisted_5$5 = { class: "richtext-field-wrap" };
|
|
14899
14899
|
const _hoisted_6$5 = {
|
|
14900
14900
|
key: 3,
|
|
14901
14901
|
class: "richtext-field-wrap"
|
|
14902
14902
|
};
|
|
14903
|
-
function _sfc_render$
|
|
14903
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14904
14904
|
const _component_richtext = resolveComponent("richtext");
|
|
14905
14905
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
14906
14906
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -14909,12 +14909,12 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14909
14909
|
return openBlock(), createElementBlock("div", {
|
|
14910
14910
|
onKeydown: _cache[2] || (_cache[2] = withKeys(withModifiers(($event) => _ctx.enterPress($event), ["stop"]), ["enter"]))
|
|
14911
14911
|
}, [
|
|
14912
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
14912
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$f, [
|
|
14913
14913
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14914
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
14914
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
|
|
14915
14915
|
])) : createCommentVNode("", true),
|
|
14916
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14917
|
-
_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, [
|
|
14918
14918
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14919
14919
|
return openBlock(), createBlock(_component_flex_row, {
|
|
14920
14920
|
class: "ux-text-row",
|
|
@@ -14978,12 +14978,12 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14978
14978
|
]))
|
|
14979
14979
|
], 32);
|
|
14980
14980
|
}
|
|
14981
|
-
var RichTextField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14981
|
+
var RichTextField = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-ba71f3d6"]]);
|
|
14982
14982
|
var InternalRouteSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14983
14983
|
function isUndefined$1(entry) {
|
|
14984
14984
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
14985
14985
|
}
|
|
14986
|
-
const _sfc_main$
|
|
14986
|
+
const _sfc_main$j = {
|
|
14987
14987
|
props: {
|
|
14988
14988
|
title: {
|
|
14989
14989
|
type: String
|
|
@@ -15102,19 +15102,19 @@ const _sfc_main$f = {
|
|
|
15102
15102
|
}
|
|
15103
15103
|
}
|
|
15104
15104
|
};
|
|
15105
|
-
const _hoisted_1$
|
|
15105
|
+
const _hoisted_1$e = {
|
|
15106
15106
|
key: 0,
|
|
15107
15107
|
class: "ux-field-title"
|
|
15108
15108
|
};
|
|
15109
|
-
const _hoisted_2$
|
|
15109
|
+
const _hoisted_2$b = {
|
|
15110
15110
|
key: 0,
|
|
15111
15111
|
class: "ux-required-marker"
|
|
15112
15112
|
};
|
|
15113
|
-
const _hoisted_3$
|
|
15113
|
+
const _hoisted_3$9 = {
|
|
15114
15114
|
key: 1,
|
|
15115
15115
|
class: "ux-field-description"
|
|
15116
15116
|
};
|
|
15117
|
-
const _hoisted_4$
|
|
15117
|
+
const _hoisted_4$9 = {
|
|
15118
15118
|
key: 2,
|
|
15119
15119
|
class: "ui-select-button"
|
|
15120
15120
|
};
|
|
@@ -15124,17 +15124,17 @@ const _hoisted_6$4 = {
|
|
|
15124
15124
|
value: ""
|
|
15125
15125
|
};
|
|
15126
15126
|
const _hoisted_7$4 = ["value"];
|
|
15127
|
-
function _sfc_render$
|
|
15127
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
15128
15128
|
const _component_ux_button = resolveComponent("ux-button");
|
|
15129
15129
|
return openBlock(), createElementBlock("div", {
|
|
15130
15130
|
class: normalizeClass(["native-select", $options.classes])
|
|
15131
15131
|
}, [
|
|
15132
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
15132
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$e, [
|
|
15133
15133
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15134
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
15134
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
|
|
15135
15135
|
])) : createCommentVNode("", true),
|
|
15136
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15137
|
-
_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, [
|
|
15138
15138
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15139
15139
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
15140
15140
|
default: withCtx(() => [
|
|
@@ -15160,12 +15160,12 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15160
15160
|
])
|
|
15161
15161
|
], 2);
|
|
15162
15162
|
}
|
|
15163
|
-
var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15163
|
+
var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-7b06d646"]]);
|
|
15164
15164
|
var InternalMenuSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
15165
15165
|
function isUndefined(entry) {
|
|
15166
15166
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
15167
15167
|
}
|
|
15168
|
-
const _sfc_main$
|
|
15168
|
+
const _sfc_main$i = {
|
|
15169
15169
|
props: {
|
|
15170
15170
|
title: {
|
|
15171
15171
|
type: String
|
|
@@ -15268,19 +15268,19 @@ const _sfc_main$e = {
|
|
|
15268
15268
|
}
|
|
15269
15269
|
}
|
|
15270
15270
|
};
|
|
15271
|
-
const _hoisted_1$
|
|
15271
|
+
const _hoisted_1$d = {
|
|
15272
15272
|
key: 0,
|
|
15273
15273
|
class: "ux-field-title"
|
|
15274
15274
|
};
|
|
15275
|
-
const _hoisted_2$
|
|
15275
|
+
const _hoisted_2$a = {
|
|
15276
15276
|
key: 0,
|
|
15277
15277
|
class: "ux-required-marker"
|
|
15278
15278
|
};
|
|
15279
|
-
const _hoisted_3$
|
|
15279
|
+
const _hoisted_3$8 = {
|
|
15280
15280
|
key: 1,
|
|
15281
15281
|
class: "ux-field-description"
|
|
15282
15282
|
};
|
|
15283
|
-
const _hoisted_4$
|
|
15283
|
+
const _hoisted_4$8 = {
|
|
15284
15284
|
key: 2,
|
|
15285
15285
|
class: "ui-select-button"
|
|
15286
15286
|
};
|
|
@@ -15290,17 +15290,17 @@ const _hoisted_6$3 = {
|
|
|
15290
15290
|
value: ""
|
|
15291
15291
|
};
|
|
15292
15292
|
const _hoisted_7$3 = ["value"];
|
|
15293
|
-
function _sfc_render$
|
|
15293
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
15294
15294
|
const _component_ux_button = resolveComponent("ux-button");
|
|
15295
15295
|
return openBlock(), createElementBlock("div", {
|
|
15296
15296
|
class: normalizeClass(["native-select", $options.classes])
|
|
15297
15297
|
}, [
|
|
15298
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
15298
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$d, [
|
|
15299
15299
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15300
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
15300
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
|
|
15301
15301
|
])) : createCommentVNode("", true),
|
|
15302
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15303
|
-
_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, [
|
|
15304
15304
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15305
15305
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
15306
15306
|
default: withCtx(() => [
|
|
@@ -15326,7 +15326,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15326
15326
|
])
|
|
15327
15327
|
], 2);
|
|
15328
15328
|
}
|
|
15329
|
-
var InternalMenuSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15329
|
+
var InternalMenuSelect = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-a04e9882"]]);
|
|
15330
15330
|
var jsep = { exports: {} };
|
|
15331
15331
|
(function(module, exports) {
|
|
15332
15332
|
(function(root2) {
|
|
@@ -16156,7 +16156,7 @@ function computedExpression(key) {
|
|
|
16156
16156
|
return service.evaluateExpression(expression, context);
|
|
16157
16157
|
};
|
|
16158
16158
|
}
|
|
16159
|
-
const _sfc_main$
|
|
16159
|
+
const _sfc_main$h = {
|
|
16160
16160
|
components: {
|
|
16161
16161
|
InternalRouteSelect,
|
|
16162
16162
|
InternalMenuSelect,
|
|
@@ -16608,11 +16608,11 @@ const _sfc_main$d = {
|
|
|
16608
16608
|
}
|
|
16609
16609
|
}
|
|
16610
16610
|
};
|
|
16611
|
-
const _hoisted_1$
|
|
16611
|
+
const _hoisted_1$c = {
|
|
16612
16612
|
key: 26,
|
|
16613
16613
|
class: "ux-field-message"
|
|
16614
16614
|
};
|
|
16615
|
-
function _sfc_render$
|
|
16615
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
16616
16616
|
const _component_internal_route_select = resolveComponent("internal-route-select");
|
|
16617
16617
|
const _component_internal_menu_select = resolveComponent("internal-menu-select");
|
|
16618
16618
|
const _component_custom_html = resolveComponent("custom-html");
|
|
@@ -16843,12 +16843,12 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16843
16843
|
]),
|
|
16844
16844
|
_: 1
|
|
16845
16845
|
})) : createCommentVNode("", true),
|
|
16846
|
-
$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)
|
|
16847
16847
|
], 34)) : createCommentVNode("", true);
|
|
16848
16848
|
}
|
|
16849
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16849
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-1d0f7c92"]]);
|
|
16850
16850
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16851
|
-
const _sfc_main$
|
|
16851
|
+
const _sfc_main$g = {
|
|
16852
16852
|
props: {
|
|
16853
16853
|
parentModel: {
|
|
16854
16854
|
type: Object
|
|
@@ -17066,7 +17066,7 @@ const _sfc_main$c = {
|
|
|
17066
17066
|
}
|
|
17067
17067
|
}
|
|
17068
17068
|
};
|
|
17069
|
-
function _sfc_render$
|
|
17069
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17070
17070
|
const _component_ux_field = resolveComponent("ux-field");
|
|
17071
17071
|
return openBlock(), createElementBlock("div", {
|
|
17072
17072
|
class: normalizeClass(["ux-form", $options.formClass])
|
|
@@ -17101,13 +17101,13 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17101
17101
|
], true)
|
|
17102
17102
|
], 2);
|
|
17103
17103
|
}
|
|
17104
|
-
var UXForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17104
|
+
var UXForm = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-f463bb0c"]]);
|
|
17105
17105
|
var submissionform_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17106
17106
|
const STATE_READY = "form.ready";
|
|
17107
17107
|
const STATE_PROCESSING = "form.processing";
|
|
17108
17108
|
const STATE_COMPLETE = "form.complete";
|
|
17109
17109
|
const STATE_ERROR = "form.error";
|
|
17110
|
-
const _sfc_main$
|
|
17110
|
+
const _sfc_main$f = {
|
|
17111
17111
|
methods: {
|
|
17112
17112
|
formStateUpdated(state) {
|
|
17113
17113
|
this.formState = state;
|
|
@@ -17232,27 +17232,27 @@ const _sfc_main$b = {
|
|
|
17232
17232
|
}
|
|
17233
17233
|
}
|
|
17234
17234
|
};
|
|
17235
|
-
const _withScopeId$
|
|
17236
|
-
const _hoisted_1$
|
|
17237
|
-
const _hoisted_2$
|
|
17238
|
-
const _hoisted_3$
|
|
17239
|
-
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 };
|
|
17240
17240
|
const _hoisted_5$2 = { key: 2 };
|
|
17241
17241
|
const _hoisted_6$2 = /* @__PURE__ */ createTextVNode(" Try again ");
|
|
17242
17242
|
const _hoisted_7$2 = /* @__PURE__ */ createTextVNode(" Complete! ");
|
|
17243
17243
|
const _hoisted_8$1 = /* @__PURE__ */ createTextVNode(" Back to form ");
|
|
17244
17244
|
const _hoisted_9$1 = ["tooltip"];
|
|
17245
17245
|
const _hoisted_10$1 = /* @__PURE__ */ createTextVNode(" Submit ");
|
|
17246
|
-
function _sfc_render$
|
|
17246
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17247
17247
|
var _a;
|
|
17248
17248
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
17249
17249
|
const _component_ux_button = resolveComponent("ux-button");
|
|
17250
17250
|
const _component_ux_form = resolveComponent("ux-form");
|
|
17251
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
17251
|
+
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
17252
17252
|
$data.state === "form.error" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17253
|
-
_hoisted_2$
|
|
17254
|
-
$data.error.message ? (openBlock(), createElementBlock("pre", _hoisted_3$
|
|
17255
|
-
((_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, [
|
|
17256
17256
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.error.data.errors, (field) => {
|
|
17257
17257
|
return openBlock(), createElementBlock("pre", {
|
|
17258
17258
|
key: field.path
|
|
@@ -17305,9 +17305,9 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17305
17305
|
], 64))
|
|
17306
17306
|
]);
|
|
17307
17307
|
}
|
|
17308
|
-
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17308
|
+
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-5d5b3222"]]);
|
|
17309
17309
|
var search_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17310
|
-
const _sfc_main$
|
|
17310
|
+
const _sfc_main$e = {
|
|
17311
17311
|
props: {
|
|
17312
17312
|
modelValue: {
|
|
17313
17313
|
type: String
|
|
@@ -17372,15 +17372,15 @@ const _sfc_main$a = {
|
|
|
17372
17372
|
}
|
|
17373
17373
|
}
|
|
17374
17374
|
};
|
|
17375
|
-
const _hoisted_1$
|
|
17376
|
-
const _hoisted_2$
|
|
17377
|
-
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) {
|
|
17378
17378
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
17379
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
17379
|
+
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
17380
17380
|
withDirectives(createElementVNode("input", {
|
|
17381
17381
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.model = $event),
|
|
17382
17382
|
placeholder: $props.placeholder
|
|
17383
|
-
}, null, 8, _hoisted_2$
|
|
17383
|
+
}, null, 8, _hoisted_2$8), [
|
|
17384
17384
|
[vModelText, $options.model]
|
|
17385
17385
|
]),
|
|
17386
17386
|
createElementVNode("div", {
|
|
@@ -17391,7 +17391,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17391
17391
|
])
|
|
17392
17392
|
]);
|
|
17393
17393
|
}
|
|
17394
|
-
var Search = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17394
|
+
var Search = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-303d6348"]]);
|
|
17395
17395
|
var RenderMixin = {
|
|
17396
17396
|
props: {
|
|
17397
17397
|
field: {
|
|
@@ -17494,7 +17494,7 @@ var RenderMixin = {
|
|
|
17494
17494
|
}
|
|
17495
17495
|
};
|
|
17496
17496
|
var group_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17497
|
-
const _sfc_main$
|
|
17497
|
+
const _sfc_main$d = {
|
|
17498
17498
|
mixins: [RenderMixin],
|
|
17499
17499
|
props: {
|
|
17500
17500
|
modelValue: {
|
|
@@ -17525,18 +17525,18 @@ const _sfc_main$9 = {
|
|
|
17525
17525
|
}
|
|
17526
17526
|
}
|
|
17527
17527
|
};
|
|
17528
|
-
const _hoisted_1$
|
|
17528
|
+
const _hoisted_1$9 = {
|
|
17529
17529
|
key: 0,
|
|
17530
17530
|
class: "ux-multi-group"
|
|
17531
17531
|
};
|
|
17532
|
-
function _sfc_render$
|
|
17532
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17533
17533
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
17534
17534
|
const _component_flex_row = resolveComponent("flex-row");
|
|
17535
17535
|
const _component_ux_panel_header = resolveComponent("ux-panel-header");
|
|
17536
17536
|
const _component_ux_render = resolveComponent("ux-render");
|
|
17537
17537
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
17538
17538
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
17539
|
-
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
17539
|
+
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
17540
17540
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
17541
17541
|
return openBlock(), createBlock(_component_ux_panel, {
|
|
17542
17542
|
ref_for: true,
|
|
@@ -17589,9 +17589,9 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17589
17589
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.model = $event)
|
|
17590
17590
|
}, null, 8, ["submission", "fields", "flex", "parentModel", "modelValue"]));
|
|
17591
17591
|
}
|
|
17592
|
-
var FieldGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17592
|
+
var FieldGroup = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-5d97d5ca"]]);
|
|
17593
17593
|
var field_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17594
|
-
const _sfc_main$
|
|
17594
|
+
const _sfc_main$c = {
|
|
17595
17595
|
components: {
|
|
17596
17596
|
Item,
|
|
17597
17597
|
FieldGroup
|
|
@@ -17781,10 +17781,10 @@ const _sfc_main$8 = {
|
|
|
17781
17781
|
}
|
|
17782
17782
|
}
|
|
17783
17783
|
};
|
|
17784
|
-
const _hoisted_1$
|
|
17785
|
-
const _hoisted_2$
|
|
17786
|
-
const _hoisted_3$
|
|
17787
|
-
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 };
|
|
17788
17788
|
const _hoisted_5$1 = { key: 1 };
|
|
17789
17789
|
const _hoisted_6$1 = ["href"];
|
|
17790
17790
|
const _hoisted_7$1 = { key: 1 };
|
|
@@ -17793,15 +17793,15 @@ const _hoisted_9 = ["href"];
|
|
|
17793
17793
|
const _hoisted_10 = { key: 1 };
|
|
17794
17794
|
const _hoisted_11 = ["href"];
|
|
17795
17795
|
const _hoisted_12 = { key: 1 };
|
|
17796
|
-
function _sfc_render$
|
|
17796
|
+
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17797
17797
|
const _component_field_group = resolveComponent("field-group");
|
|
17798
17798
|
const _component_item = resolveComponent("item");
|
|
17799
17799
|
return $options.visible ? (openBlock(), createElementBlock("div", {
|
|
17800
17800
|
key: 0,
|
|
17801
17801
|
class: normalizeClass(["ux-field-render", $options.classes])
|
|
17802
17802
|
}, [
|
|
17803
|
-
createElementVNode("label", _hoisted_1$
|
|
17804
|
-
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),
|
|
17805
17805
|
$options.widget === "group" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17806
17806
|
$options.asObject ? (openBlock(), createBlock(_component_field_group, {
|
|
17807
17807
|
key: 0,
|
|
@@ -17842,12 +17842,12 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17842
17842
|
$options.type == "string" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
17843
17843
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
17844
17844
|
return openBlock(), createElementBlock("div", null, toDisplayString(value), 1);
|
|
17845
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
17845
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$6, toDisplayString($options.fieldModel), 1))
|
|
17846
17846
|
], 64)) : createCommentVNode("", true),
|
|
17847
17847
|
$options.type == "boolean" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
17848
17848
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
17849
17849
|
return openBlock(), createElementBlock("div", null, toDisplayString(!!value), 1);
|
|
17850
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_4$
|
|
17850
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_4$6, toDisplayString(!!$options.fieldModel), 1))
|
|
17851
17851
|
], 64)) : createCommentVNode("", true),
|
|
17852
17852
|
$options.type == "date" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
17853
17853
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
@@ -17884,9 +17884,9 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17884
17884
|
], 64))
|
|
17885
17885
|
], 2)) : createCommentVNode("", true);
|
|
17886
17886
|
}
|
|
17887
|
-
var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17887
|
+
var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-05569ffc"]]);
|
|
17888
17888
|
var render_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17889
|
-
const _sfc_main$
|
|
17889
|
+
const _sfc_main$b = {
|
|
17890
17890
|
props: {
|
|
17891
17891
|
parentModel: {
|
|
17892
17892
|
type: Object
|
|
@@ -17945,7 +17945,7 @@ const _sfc_main$7 = {
|
|
|
17945
17945
|
}
|
|
17946
17946
|
}
|
|
17947
17947
|
};
|
|
17948
|
-
function _sfc_render$
|
|
17948
|
+
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17949
17949
|
const _component_ux_field_render = resolveComponent("ux-field-render");
|
|
17950
17950
|
return openBlock(), createElementBlock("div", {
|
|
17951
17951
|
class: normalizeClass(["ux-render", $options.renderClass])
|
|
@@ -17965,7 +17965,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17965
17965
|
], true)
|
|
17966
17966
|
], 2);
|
|
17967
17967
|
}
|
|
17968
|
-
var UXRender = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17968
|
+
var UXRender = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-4d848e06"]]);
|
|
17969
17969
|
function Selection(options) {
|
|
17970
17970
|
options = options || {};
|
|
17971
17971
|
Math.max(parseInt(options.minimum || 0), 0);
|
|
@@ -18068,7 +18068,7 @@ function Selection(options) {
|
|
|
18068
18068
|
return service2;
|
|
18069
18069
|
}
|
|
18070
18070
|
var pager_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18071
|
-
const _sfc_main$
|
|
18071
|
+
const _sfc_main$a = {
|
|
18072
18072
|
props: {
|
|
18073
18073
|
total: {
|
|
18074
18074
|
type: Number,
|
|
@@ -18172,7 +18172,7 @@ const _sfc_main$6 = {
|
|
|
18172
18172
|
};
|
|
18173
18173
|
}
|
|
18174
18174
|
};
|
|
18175
|
-
function _sfc_render$
|
|
18175
|
+
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18176
18176
|
const _component_native_select = resolveComponent("native-select");
|
|
18177
18177
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
18178
18178
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -18276,7 +18276,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18276
18276
|
_: 1
|
|
18277
18277
|
});
|
|
18278
18278
|
}
|
|
18279
|
-
var Pager = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18279
|
+
var Pager = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-25ef1240"]]);
|
|
18280
18280
|
var browser_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18281
18281
|
function defaultColumns(self2, type) {
|
|
18282
18282
|
var columns = [];
|
|
@@ -18424,7 +18424,7 @@ function defaultColumns(self2, type) {
|
|
|
18424
18424
|
let cancelInflight;
|
|
18425
18425
|
let cancelledUnmount;
|
|
18426
18426
|
let typeCacheKey;
|
|
18427
|
-
const _sfc_main$
|
|
18427
|
+
const _sfc_main$9 = {
|
|
18428
18428
|
props: {
|
|
18429
18429
|
view: {
|
|
18430
18430
|
type: Object,
|
|
@@ -18945,12 +18945,12 @@ const _sfc_main$5 = {
|
|
|
18945
18945
|
};
|
|
18946
18946
|
}
|
|
18947
18947
|
};
|
|
18948
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-2bc8da05"), n2 = n2(), popScopeId(), n2);
|
|
18949
|
-
const _hoisted_1$
|
|
18950
|
-
const _hoisted_2$
|
|
18951
|
-
const _hoisted_3$
|
|
18952
|
-
const _hoisted_4$
|
|
18953
|
-
function _sfc_render$
|
|
18948
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-2bc8da05"), n2 = n2(), popScopeId(), n2);
|
|
18949
|
+
const _hoisted_1$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18950
|
+
const _hoisted_2$6 = { key: 0 };
|
|
18951
|
+
const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18952
|
+
const _hoisted_4$5 = { class: "footer" };
|
|
18953
|
+
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18954
18954
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
18955
18955
|
const _component_ux_button = resolveComponent("ux-button");
|
|
18956
18956
|
const _component_ux_list_item = resolveComponent("ux-list-item");
|
|
@@ -19084,15 +19084,15 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19084
19084
|
debounce: 500,
|
|
19085
19085
|
placeholder: "Keyword Search"
|
|
19086
19086
|
}, null, 8, ["modelValue", "loading"]),
|
|
19087
|
-
_hoisted_1$
|
|
19088
|
-
$props.dateFilterEnabled ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
19087
|
+
_hoisted_1$7,
|
|
19088
|
+
$props.dateFilterEnabled ? (openBlock(), createElementBlock("div", _hoisted_2$6, [
|
|
19089
19089
|
createVNode(_component_ux_field, {
|
|
19090
19090
|
field: $options.dateRangeField,
|
|
19091
19091
|
modelValue: $data.dateRangeFilter,
|
|
19092
19092
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.dateRangeFilter = $event)
|
|
19093
19093
|
}, null, 8, ["field", "modelValue"])
|
|
19094
19094
|
])) : createCommentVNode("", true),
|
|
19095
|
-
_hoisted_3$
|
|
19095
|
+
_hoisted_3$5,
|
|
19096
19096
|
createVNode(_component_filter_builder, {
|
|
19097
19097
|
definition: $data.definition,
|
|
19098
19098
|
modelValue: $data.filter,
|
|
@@ -19113,7 +19113,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19113
19113
|
createVNode(_component_flex_footer, null, {
|
|
19114
19114
|
default: withCtx(() => [
|
|
19115
19115
|
renderSlot(_ctx.$slots, "footera", {}, void 0, true),
|
|
19116
|
-
createElementVNode("div", _hoisted_4$
|
|
19116
|
+
createElementVNode("div", _hoisted_4$5, [
|
|
19117
19117
|
createVNode(_component_pager, {
|
|
19118
19118
|
page: $data.page,
|
|
19119
19119
|
"onUpdate:page": _cache[4] || (_cache[4] = ($event) => $data.page = $event),
|
|
@@ -19133,7 +19133,343 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19133
19133
|
_: 3
|
|
19134
19134
|
})) : createCommentVNode("", true);
|
|
19135
19135
|
}
|
|
19136
|
-
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19136
|
+
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-2bc8da05"]]);
|
|
19137
|
+
var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19138
|
+
const _sfc_main$8 = {
|
|
19139
|
+
props: {
|
|
19140
|
+
item: {
|
|
19141
|
+
type: Object
|
|
19142
|
+
},
|
|
19143
|
+
click: {
|
|
19144
|
+
type: Function
|
|
19145
|
+
}
|
|
19146
|
+
},
|
|
19147
|
+
methods: {
|
|
19148
|
+
clicked() {
|
|
19149
|
+
this.click(this.item);
|
|
19150
|
+
},
|
|
19151
|
+
toggleCollapse() {
|
|
19152
|
+
return this.item.collapsed = !this.collapsed;
|
|
19153
|
+
}
|
|
19154
|
+
},
|
|
19155
|
+
inject: ["isSelected"],
|
|
19156
|
+
computed: {
|
|
19157
|
+
selected() {
|
|
19158
|
+
return this.isSelected(this.item);
|
|
19159
|
+
},
|
|
19160
|
+
hasChildren() {
|
|
19161
|
+
var _a;
|
|
19162
|
+
return (_a = this.item.children) == null ? void 0 : _a.length;
|
|
19163
|
+
},
|
|
19164
|
+
expanded() {
|
|
19165
|
+
return !this.collapsed;
|
|
19166
|
+
},
|
|
19167
|
+
collapsed() {
|
|
19168
|
+
return !this.hasChildren || this.item.collapsed;
|
|
19169
|
+
}
|
|
19170
|
+
}
|
|
19171
|
+
};
|
|
19172
|
+
const _hoisted_1$6 = { class: "outer" };
|
|
19173
|
+
const _hoisted_2$5 = {
|
|
19174
|
+
key: 0,
|
|
19175
|
+
class: "children"
|
|
19176
|
+
};
|
|
19177
|
+
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19178
|
+
const _component_ux_icon = resolveComponent("ux-icon");
|
|
19179
|
+
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19180
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
19181
|
+
const _component_flex_row = resolveComponent("flex-row");
|
|
19182
|
+
const _component_scope_item = resolveComponent("scope-item", true);
|
|
19183
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
19184
|
+
createElementVNode("div", {
|
|
19185
|
+
class: normalizeClass(["scope-item", { selected: $options.selected }]),
|
|
19186
|
+
onClick: _cache[1] || (_cache[1] = (...args) => $options.clicked && $options.clicked(...args))
|
|
19187
|
+
}, [
|
|
19188
|
+
createVNode(_component_flex_row, {
|
|
19189
|
+
gap: "",
|
|
19190
|
+
vcenter: ""
|
|
19191
|
+
}, {
|
|
19192
|
+
default: withCtx(() => [
|
|
19193
|
+
createVNode(_component_flex_cell, {
|
|
19194
|
+
class: "select-mark",
|
|
19195
|
+
shrink: ""
|
|
19196
|
+
}, {
|
|
19197
|
+
default: withCtx(() => [
|
|
19198
|
+
createVNode(_component_ux_icon, {
|
|
19199
|
+
icon: $options.selected ? "fa-check" : "fa-regular fa-circle"
|
|
19200
|
+
}, null, 8, ["icon"])
|
|
19201
|
+
]),
|
|
19202
|
+
_: 1
|
|
19203
|
+
}),
|
|
19204
|
+
createVNode(_component_flex_cell, null, {
|
|
19205
|
+
default: withCtx(() => [
|
|
19206
|
+
createTextVNode(toDisplayString($props.item.title), 1)
|
|
19207
|
+
]),
|
|
19208
|
+
_: 1
|
|
19209
|
+
}),
|
|
19210
|
+
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
19211
|
+
default: withCtx(() => [
|
|
19212
|
+
createElementVNode("div", {
|
|
19213
|
+
class: normalizeClass({ hide: !$options.hasChildren })
|
|
19214
|
+
}, [
|
|
19215
|
+
createVNode(_component_ux_button, {
|
|
19216
|
+
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.toggleCollapse(), ["stop", "prevent"])),
|
|
19217
|
+
size: "xs",
|
|
19218
|
+
icon: ""
|
|
19219
|
+
}, {
|
|
19220
|
+
default: withCtx(() => [
|
|
19221
|
+
createVNode(_component_ux_icon, {
|
|
19222
|
+
icon: $options.expanded ? "fa-angle-up" : "fa-angle-down"
|
|
19223
|
+
}, null, 8, ["icon"])
|
|
19224
|
+
]),
|
|
19225
|
+
_: 1
|
|
19226
|
+
})
|
|
19227
|
+
], 2)
|
|
19228
|
+
]),
|
|
19229
|
+
_: 1
|
|
19230
|
+
})
|
|
19231
|
+
]),
|
|
19232
|
+
_: 1
|
|
19233
|
+
})
|
|
19234
|
+
], 2),
|
|
19235
|
+
$options.expanded ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
19236
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($props.item.children, (child) => {
|
|
19237
|
+
return openBlock(), createBlock(_component_scope_item, {
|
|
19238
|
+
click: $props.click,
|
|
19239
|
+
item: child
|
|
19240
|
+
}, null, 8, ["click", "item"]);
|
|
19241
|
+
}), 256))
|
|
19242
|
+
])) : createCommentVNode("", true)
|
|
19243
|
+
]);
|
|
19244
|
+
}
|
|
19245
|
+
var ScopeItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8], ["__scopeId", "data-v-5f67b500"]]);
|
|
19246
|
+
var ScopeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19247
|
+
let inflight;
|
|
19248
|
+
const _sfc_main$7 = {
|
|
19249
|
+
components: {
|
|
19250
|
+
ScopeItem
|
|
19251
|
+
},
|
|
19252
|
+
async created() {
|
|
19253
|
+
this.glossary = await this.$sdk.content.glossary({ hash: true });
|
|
19254
|
+
},
|
|
19255
|
+
props: {
|
|
19256
|
+
action: {
|
|
19257
|
+
type: String
|
|
19258
|
+
},
|
|
19259
|
+
type: {
|
|
19260
|
+
type: String,
|
|
19261
|
+
required: true
|
|
19262
|
+
},
|
|
19263
|
+
modelValue: {
|
|
19264
|
+
type: Array,
|
|
19265
|
+
default() {
|
|
19266
|
+
return [];
|
|
19267
|
+
}
|
|
19268
|
+
}
|
|
19269
|
+
},
|
|
19270
|
+
data() {
|
|
19271
|
+
return {
|
|
19272
|
+
loading: true,
|
|
19273
|
+
glossary: {},
|
|
19274
|
+
model: this.modelValue,
|
|
19275
|
+
scopes: []
|
|
19276
|
+
};
|
|
19277
|
+
},
|
|
19278
|
+
methods: {
|
|
19279
|
+
select(scope) {
|
|
19280
|
+
if (!this.isSelected(scope)) {
|
|
19281
|
+
this.model.push(scope);
|
|
19282
|
+
}
|
|
19283
|
+
},
|
|
19284
|
+
deselect(scope) {
|
|
19285
|
+
const self2 = this;
|
|
19286
|
+
const scopeID = self2.$sdk.utils.id(scope);
|
|
19287
|
+
if (self2.isSelected(scope)) {
|
|
19288
|
+
self2.model = self2.model.filter(function(entry) {
|
|
19289
|
+
const entryID = self2.$sdk.utils.id(entry);
|
|
19290
|
+
return entryID != scopeID;
|
|
19291
|
+
});
|
|
19292
|
+
}
|
|
19293
|
+
},
|
|
19294
|
+
isSelected(scope) {
|
|
19295
|
+
const scopeID = this.$sdk.utils.id(scope);
|
|
19296
|
+
return this.hash[scopeID];
|
|
19297
|
+
},
|
|
19298
|
+
toggle(scope) {
|
|
19299
|
+
if (this.isSelected(scope)) {
|
|
19300
|
+
this.deselect(scope);
|
|
19301
|
+
} else {
|
|
19302
|
+
this.select(scope);
|
|
19303
|
+
}
|
|
19304
|
+
},
|
|
19305
|
+
click(scope) {
|
|
19306
|
+
this.toggle(scope);
|
|
19307
|
+
},
|
|
19308
|
+
async checkLoad() {
|
|
19309
|
+
if (inflight) {
|
|
19310
|
+
return;
|
|
19311
|
+
}
|
|
19312
|
+
inflight = true;
|
|
19313
|
+
if (this.action && this.type) {
|
|
19314
|
+
this.scopes = await this.loadScopes();
|
|
19315
|
+
} else {
|
|
19316
|
+
console.log("missing action or type", this.action, this.type);
|
|
19317
|
+
}
|
|
19318
|
+
inflight = false;
|
|
19319
|
+
},
|
|
19320
|
+
async loadScopes() {
|
|
19321
|
+
this.loading = true;
|
|
19322
|
+
const { data } = await this.$sdk.api.post(`/scope/actionable`, {
|
|
19323
|
+
action: this.action,
|
|
19324
|
+
type: this.type
|
|
19325
|
+
});
|
|
19326
|
+
this.loading = false;
|
|
19327
|
+
return data;
|
|
19328
|
+
},
|
|
19329
|
+
async showModal() {
|
|
19330
|
+
const self2 = this;
|
|
19331
|
+
const options = {};
|
|
19332
|
+
await self2.$sdk.modal({
|
|
19333
|
+
component: ScopeSelectModal,
|
|
19334
|
+
options
|
|
19335
|
+
});
|
|
19336
|
+
}
|
|
19337
|
+
},
|
|
19338
|
+
provide() {
|
|
19339
|
+
return {
|
|
19340
|
+
isSelected: this.isSelected
|
|
19341
|
+
};
|
|
19342
|
+
},
|
|
19343
|
+
computed: {
|
|
19344
|
+
hasSelection() {
|
|
19345
|
+
return this.model.length;
|
|
19346
|
+
},
|
|
19347
|
+
hash() {
|
|
19348
|
+
return this.model.reduce(function(memo, scope) {
|
|
19349
|
+
memo[scope._id || scope] = true;
|
|
19350
|
+
return memo;
|
|
19351
|
+
}, {});
|
|
19352
|
+
},
|
|
19353
|
+
empty() {
|
|
19354
|
+
return !this.model.length;
|
|
19355
|
+
},
|
|
19356
|
+
summary() {
|
|
19357
|
+
const self2 = this;
|
|
19358
|
+
if (!self2.model.length) {
|
|
19359
|
+
return "Select Scopes";
|
|
19360
|
+
}
|
|
19361
|
+
return self2.model.map(function(scope) {
|
|
19362
|
+
return scope.title;
|
|
19363
|
+
}).join(", ");
|
|
19364
|
+
}
|
|
19365
|
+
},
|
|
19366
|
+
watch: {
|
|
19367
|
+
type: {
|
|
19368
|
+
handler() {
|
|
19369
|
+
this.checkLoad();
|
|
19370
|
+
},
|
|
19371
|
+
immediate: true
|
|
19372
|
+
},
|
|
19373
|
+
action: {
|
|
19374
|
+
handler() {
|
|
19375
|
+
this.checkLoad();
|
|
19376
|
+
},
|
|
19377
|
+
immediate: true
|
|
19378
|
+
},
|
|
19379
|
+
modelValue(m) {
|
|
19380
|
+
this.model = m;
|
|
19381
|
+
},
|
|
19382
|
+
model(m) {
|
|
19383
|
+
this.$emit("update:modelValue", m);
|
|
19384
|
+
}
|
|
19385
|
+
}
|
|
19386
|
+
};
|
|
19387
|
+
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19388
|
+
const _component_spinner = resolveComponent("spinner");
|
|
19389
|
+
const _component_scope_item = resolveComponent("scope-item");
|
|
19390
|
+
return openBlock(), createElementBlock("div", {
|
|
19391
|
+
class: normalizeClass({ has: $options.hasSelection })
|
|
19392
|
+
}, [
|
|
19393
|
+
$data.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($data.scopes, (scope) => {
|
|
19394
|
+
return openBlock(), createBlock(_component_scope_item, {
|
|
19395
|
+
click: $options.click,
|
|
19396
|
+
item: scope
|
|
19397
|
+
}, null, 8, ["click", "item"]);
|
|
19398
|
+
}), 256))
|
|
19399
|
+
], 2);
|
|
19400
|
+
}
|
|
19401
|
+
var ScopeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-243a360c"]]);
|
|
19402
|
+
var ScopeSelectButton_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19403
|
+
const _sfc_main$6 = {
|
|
19404
|
+
created() {
|
|
19405
|
+
},
|
|
19406
|
+
props: {
|
|
19407
|
+
action: {
|
|
19408
|
+
type: String
|
|
19409
|
+
},
|
|
19410
|
+
type: {
|
|
19411
|
+
type: String
|
|
19412
|
+
},
|
|
19413
|
+
modelValue: {
|
|
19414
|
+
type: Array,
|
|
19415
|
+
default() {
|
|
19416
|
+
return [];
|
|
19417
|
+
}
|
|
19418
|
+
}
|
|
19419
|
+
},
|
|
19420
|
+
data() {
|
|
19421
|
+
return {
|
|
19422
|
+
model: this.modelValue
|
|
19423
|
+
};
|
|
19424
|
+
},
|
|
19425
|
+
methods: {
|
|
19426
|
+
async openSelection() {
|
|
19427
|
+
const self2 = this;
|
|
19428
|
+
const scopes = await self2.$sdk.selectScopes({
|
|
19429
|
+
action: self2.action,
|
|
19430
|
+
type: self2.type,
|
|
19431
|
+
model: self2.model
|
|
19432
|
+
});
|
|
19433
|
+
self2.model = scopes;
|
|
19434
|
+
}
|
|
19435
|
+
},
|
|
19436
|
+
computed: {
|
|
19437
|
+
empty() {
|
|
19438
|
+
return !this.model.length;
|
|
19439
|
+
},
|
|
19440
|
+
summary() {
|
|
19441
|
+
const self2 = this;
|
|
19442
|
+
if (!self2.model.length) {
|
|
19443
|
+
return "Select Scopes";
|
|
19444
|
+
}
|
|
19445
|
+
return self2.model.map(function(scope) {
|
|
19446
|
+
return scope.title || "(hidden)";
|
|
19447
|
+
}).join(", ");
|
|
19448
|
+
}
|
|
19449
|
+
},
|
|
19450
|
+
watch: {
|
|
19451
|
+
modelValue(m) {
|
|
19452
|
+
this.model = m;
|
|
19453
|
+
},
|
|
19454
|
+
model(m) {
|
|
19455
|
+
this.$emit("update:modelValue", m);
|
|
19456
|
+
}
|
|
19457
|
+
}
|
|
19458
|
+
};
|
|
19459
|
+
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19460
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
19461
|
+
return openBlock(), createElementBlock("div", null, [
|
|
19462
|
+
createVNode(_component_ux_button, { onClick: $options.openSelection }, {
|
|
19463
|
+
default: withCtx(() => [
|
|
19464
|
+
createElementVNode("span", {
|
|
19465
|
+
class: normalizeClass({ "empty-text": $options.empty })
|
|
19466
|
+
}, toDisplayString($options.summary), 3)
|
|
19467
|
+
]),
|
|
19468
|
+
_: 1
|
|
19469
|
+
}, 8, ["onClick"])
|
|
19470
|
+
]);
|
|
19471
|
+
}
|
|
19472
|
+
var ScopeSelectButton = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-d699ee9c"]]);
|
|
19137
19473
|
var ModalMixin = {
|
|
19138
19474
|
props: {
|
|
19139
19475
|
options: {
|
|
@@ -19156,7 +19492,7 @@ var ModalMixin = {
|
|
|
19156
19492
|
}
|
|
19157
19493
|
};
|
|
19158
19494
|
var Modal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19159
|
-
const _sfc_main$
|
|
19495
|
+
const _sfc_main$5 = {
|
|
19160
19496
|
props: {
|
|
19161
19497
|
modal: {
|
|
19162
19498
|
type: Object,
|
|
@@ -19192,9 +19528,9 @@ const _sfc_main$4 = {
|
|
|
19192
19528
|
}
|
|
19193
19529
|
}
|
|
19194
19530
|
};
|
|
19195
|
-
const _hoisted_1$
|
|
19196
|
-
function _sfc_render$
|
|
19197
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19531
|
+
const _hoisted_1$5 = { class: "modal-wrapper" };
|
|
19532
|
+
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19533
|
+
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
19198
19534
|
createElementVNode("div", {
|
|
19199
19535
|
class: "modal-blanket",
|
|
19200
19536
|
onClick: _cache[0] || (_cache[0] = (...args) => $options.blanketClick && $options.blanketClick(...args))
|
|
@@ -19212,16 +19548,16 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19212
19548
|
], 4)
|
|
19213
19549
|
]);
|
|
19214
19550
|
}
|
|
19215
|
-
var UxModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19551
|
+
var UxModal = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-53027fe5"]]);
|
|
19216
19552
|
var ConfirmModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19217
|
-
const _sfc_main$
|
|
19553
|
+
const _sfc_main$4 = {
|
|
19218
19554
|
mixins: [ModalMixin]
|
|
19219
19555
|
};
|
|
19220
|
-
const _hoisted_1$
|
|
19221
|
-
const _hoisted_2$
|
|
19222
|
-
const _hoisted_3$
|
|
19223
|
-
const _hoisted_4$
|
|
19224
|
-
function _sfc_render$
|
|
19556
|
+
const _hoisted_1$4 = { class: "padder" };
|
|
19557
|
+
const _hoisted_2$4 = { class: "padder" };
|
|
19558
|
+
const _hoisted_3$4 = /* @__PURE__ */ createTextVNode("Cancel");
|
|
19559
|
+
const _hoisted_4$4 = /* @__PURE__ */ createTextVNode("Confirm");
|
|
19560
|
+
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19225
19561
|
const _component_flex_body = resolveComponent("flex-body");
|
|
19226
19562
|
const _component_ux_button = resolveComponent("ux-button");
|
|
19227
19563
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -19232,7 +19568,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19232
19568
|
default: withCtx(() => [
|
|
19233
19569
|
createVNode(_component_flex_body, null, {
|
|
19234
19570
|
default: withCtx(() => [
|
|
19235
|
-
createElementVNode("div", _hoisted_1$
|
|
19571
|
+
createElementVNode("div", _hoisted_1$4, [
|
|
19236
19572
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
19237
19573
|
createElementVNode("div", null, toDisplayString(_ctx.options.description), 1)
|
|
19238
19574
|
])
|
|
@@ -19241,14 +19577,14 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19241
19577
|
}),
|
|
19242
19578
|
createVNode(_component_flex_footer, null, {
|
|
19243
19579
|
default: withCtx(() => [
|
|
19244
|
-
createElementVNode("div", _hoisted_2$
|
|
19580
|
+
createElementVNode("div", _hoisted_2$4, [
|
|
19245
19581
|
createVNode(_component_flex_row, null, {
|
|
19246
19582
|
default: withCtx(() => [
|
|
19247
19583
|
createVNode(_component_flex_cell, null, {
|
|
19248
19584
|
default: withCtx(() => [
|
|
19249
19585
|
createVNode(_component_ux_button, { onClick: _ctx.dismiss }, {
|
|
19250
19586
|
default: withCtx(() => [
|
|
19251
|
-
_hoisted_3$
|
|
19587
|
+
_hoisted_3$4
|
|
19252
19588
|
]),
|
|
19253
19589
|
_: 1
|
|
19254
19590
|
}, 8, ["onClick"])
|
|
@@ -19259,7 +19595,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19259
19595
|
default: withCtx(() => [
|
|
19260
19596
|
createVNode(_component_ux_button, { onClick: _ctx.close }, {
|
|
19261
19597
|
default: withCtx(() => [
|
|
19262
|
-
_hoisted_4$
|
|
19598
|
+
_hoisted_4$4
|
|
19263
19599
|
]),
|
|
19264
19600
|
_: 1
|
|
19265
19601
|
}, 8, ["onClick"])
|
|
@@ -19277,9 +19613,9 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19277
19613
|
_: 1
|
|
19278
19614
|
});
|
|
19279
19615
|
}
|
|
19280
|
-
var UxConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19616
|
+
var UxConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-20b62981"]]);
|
|
19281
19617
|
var OptionsModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19282
|
-
const _sfc_main$
|
|
19618
|
+
const _sfc_main$3 = {
|
|
19283
19619
|
data() {
|
|
19284
19620
|
return {
|
|
19285
19621
|
selected: null
|
|
@@ -19293,10 +19629,10 @@ const _sfc_main$2 = {
|
|
|
19293
19629
|
}
|
|
19294
19630
|
}
|
|
19295
19631
|
};
|
|
19296
|
-
const _hoisted_1$
|
|
19297
|
-
const _hoisted_2$
|
|
19298
|
-
const _hoisted_3$
|
|
19299
|
-
const _hoisted_4$
|
|
19632
|
+
const _hoisted_1$3 = { class: "header" };
|
|
19633
|
+
const _hoisted_2$3 = { class: "padder" };
|
|
19634
|
+
const _hoisted_3$3 = ["onClick"];
|
|
19635
|
+
const _hoisted_4$3 = {
|
|
19300
19636
|
key: 0,
|
|
19301
19637
|
class: "title"
|
|
19302
19638
|
};
|
|
@@ -19306,7 +19642,7 @@ const _hoisted_5 = {
|
|
|
19306
19642
|
};
|
|
19307
19643
|
const _hoisted_6 = { class: "padder" };
|
|
19308
19644
|
const _hoisted_7 = /* @__PURE__ */ createTextVNode("Cancel");
|
|
19309
|
-
function _sfc_render$
|
|
19645
|
+
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19310
19646
|
const _component_flex_header = resolveComponent("flex-header");
|
|
19311
19647
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19312
19648
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -19319,7 +19655,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19319
19655
|
default: withCtx(() => [
|
|
19320
19656
|
createVNode(_component_flex_header, null, {
|
|
19321
19657
|
default: withCtx(() => [
|
|
19322
|
-
createElementVNode("div", _hoisted_1$
|
|
19658
|
+
createElementVNode("div", _hoisted_1$3, [
|
|
19323
19659
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
19324
19660
|
createElementVNode("div", null, toDisplayString(_ctx.options.description), 1)
|
|
19325
19661
|
])
|
|
@@ -19328,7 +19664,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19328
19664
|
}),
|
|
19329
19665
|
createVNode(_component_flex_body, { class: "body" }, {
|
|
19330
19666
|
default: withCtx(() => [
|
|
19331
|
-
createElementVNode("div", _hoisted_2$
|
|
19667
|
+
createElementVNode("div", _hoisted_2$3, [
|
|
19332
19668
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options.choices, (choice) => {
|
|
19333
19669
|
return openBlock(), createElementBlock("div", {
|
|
19334
19670
|
class: "choice",
|
|
@@ -19338,7 +19674,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19338
19674
|
default: withCtx(() => [
|
|
19339
19675
|
createVNode(_component_flex_cell, null, {
|
|
19340
19676
|
default: withCtx(() => [
|
|
19341
|
-
choice.title ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
19677
|
+
choice.title ? (openBlock(), createElementBlock("div", _hoisted_4$3, toDisplayString(choice.title), 1)) : createCommentVNode("", true),
|
|
19342
19678
|
choice.description ? (openBlock(), createElementBlock("div", _hoisted_5, toDisplayString(choice.description), 1)) : createCommentVNode("", true)
|
|
19343
19679
|
]),
|
|
19344
19680
|
_: 2
|
|
@@ -19352,7 +19688,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19352
19688
|
]),
|
|
19353
19689
|
_: 2
|
|
19354
19690
|
}, 1024)
|
|
19355
|
-
], 8, _hoisted_3$
|
|
19691
|
+
], 8, _hoisted_3$3);
|
|
19356
19692
|
}), 256))
|
|
19357
19693
|
])
|
|
19358
19694
|
]),
|
|
@@ -19375,9 +19711,9 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19375
19711
|
_: 1
|
|
19376
19712
|
});
|
|
19377
19713
|
}
|
|
19378
|
-
var UxOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19714
|
+
var UxOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-09008c8a"]]);
|
|
19379
19715
|
var PromptModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19380
|
-
const _sfc_main$
|
|
19716
|
+
const _sfc_main$2 = {
|
|
19381
19717
|
mixins: [ModalMixin],
|
|
19382
19718
|
data() {
|
|
19383
19719
|
return {
|
|
@@ -19396,11 +19732,11 @@ const _sfc_main$1 = {
|
|
|
19396
19732
|
}
|
|
19397
19733
|
}
|
|
19398
19734
|
};
|
|
19399
|
-
const _hoisted_1$
|
|
19400
|
-
const _hoisted_2$
|
|
19401
|
-
const _hoisted_3$
|
|
19402
|
-
const _hoisted_4$
|
|
19403
|
-
function _sfc_render$
|
|
19735
|
+
const _hoisted_1$2 = { class: "padder" };
|
|
19736
|
+
const _hoisted_2$2 = { class: "padder" };
|
|
19737
|
+
const _hoisted_3$2 = /* @__PURE__ */ createTextVNode("Cancel");
|
|
19738
|
+
const _hoisted_4$2 = /* @__PURE__ */ createTextVNode("Confirm");
|
|
19739
|
+
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19404
19740
|
const _component_ux_form = resolveComponent("ux-form");
|
|
19405
19741
|
const _component_flex_body = resolveComponent("flex-body");
|
|
19406
19742
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -19417,7 +19753,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19417
19753
|
default: withCtx(() => [
|
|
19418
19754
|
createVNode(_component_flex_body, null, {
|
|
19419
19755
|
default: withCtx(() => [
|
|
19420
|
-
createElementVNode("div", _hoisted_1$
|
|
19756
|
+
createElementVNode("div", _hoisted_1$2, [
|
|
19421
19757
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
19422
19758
|
createElementVNode("div", null, toDisplayString(_ctx.options.description), 1),
|
|
19423
19759
|
createVNode(_component_ux_form, {
|
|
@@ -19432,7 +19768,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19432
19768
|
}),
|
|
19433
19769
|
createVNode(_component_flex_footer, null, {
|
|
19434
19770
|
default: withCtx(() => [
|
|
19435
|
-
createElementVNode("div", _hoisted_2$
|
|
19771
|
+
createElementVNode("div", _hoisted_2$2, [
|
|
19436
19772
|
createVNode(_component_flex_row, null, {
|
|
19437
19773
|
default: withCtx(() => [
|
|
19438
19774
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
@@ -19442,7 +19778,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19442
19778
|
onClick: _ctx.dismiss
|
|
19443
19779
|
}, {
|
|
19444
19780
|
default: withCtx(() => [
|
|
19445
|
-
_hoisted_3$
|
|
19781
|
+
_hoisted_3$2
|
|
19446
19782
|
]),
|
|
19447
19783
|
_: 1
|
|
19448
19784
|
}, 8, ["onClick"])
|
|
@@ -19457,7 +19793,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19457
19793
|
onClick: _cache[1] || (_cache[1] = ($event) => _ctx.close($data.model))
|
|
19458
19794
|
}, {
|
|
19459
19795
|
default: withCtx(() => [
|
|
19460
|
-
_hoisted_4$
|
|
19796
|
+
_hoisted_4$2
|
|
19461
19797
|
]),
|
|
19462
19798
|
_: 1
|
|
19463
19799
|
})
|
|
@@ -19476,9 +19812,9 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19476
19812
|
})
|
|
19477
19813
|
], 32);
|
|
19478
19814
|
}
|
|
19479
|
-
var UxPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19815
|
+
var UxPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-4af3c888"]]);
|
|
19480
19816
|
var ContentModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19481
|
-
const _sfc_main = {
|
|
19817
|
+
const _sfc_main$1 = {
|
|
19482
19818
|
components: {
|
|
19483
19819
|
ContentBrowser,
|
|
19484
19820
|
Search
|
|
@@ -19531,11 +19867,11 @@ const _sfc_main = {
|
|
|
19531
19867
|
}
|
|
19532
19868
|
}
|
|
19533
19869
|
};
|
|
19534
|
-
const _hoisted_1 = /* @__PURE__ */ createTextVNode(" Loading ");
|
|
19535
|
-
const _hoisted_2 = { class: "header" };
|
|
19536
|
-
const _hoisted_3 = { class: "font-muted font-sm" };
|
|
19537
|
-
const _hoisted_4 = /* @__PURE__ */ createTextVNode("Done");
|
|
19538
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19870
|
+
const _hoisted_1$1 = /* @__PURE__ */ createTextVNode(" Loading ");
|
|
19871
|
+
const _hoisted_2$1 = { class: "header" };
|
|
19872
|
+
const _hoisted_3$1 = { class: "font-muted font-sm" };
|
|
19873
|
+
const _hoisted_4$1 = /* @__PURE__ */ createTextVNode("Done");
|
|
19874
|
+
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19539
19875
|
const _component_flex_column = resolveComponent("flex-column");
|
|
19540
19876
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19541
19877
|
const _component_search = resolveComponent("search");
|
|
@@ -19547,14 +19883,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19547
19883
|
default: withCtx(() => [
|
|
19548
19884
|
$data.loading ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
19549
19885
|
default: withCtx(() => [
|
|
19550
|
-
_hoisted_1
|
|
19886
|
+
_hoisted_1$1
|
|
19551
19887
|
]),
|
|
19552
19888
|
_: 1
|
|
19553
19889
|
})) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
19554
19890
|
$data.definition ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19555
19891
|
createVNode(_component_flex_header, null, {
|
|
19556
19892
|
default: withCtx(() => [
|
|
19557
|
-
createElementVNode("div", _hoisted_2, [
|
|
19893
|
+
createElementVNode("div", _hoisted_2$1, [
|
|
19558
19894
|
createVNode(_component_flex_row, {
|
|
19559
19895
|
vcenter: "",
|
|
19560
19896
|
gap: ""
|
|
@@ -19568,7 +19904,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19568
19904
|
}),
|
|
19569
19905
|
$options.maximum ? (openBlock(), createBlock(_component_flex_cell, { key: 0 }, {
|
|
19570
19906
|
default: withCtx(() => [
|
|
19571
|
-
createElementVNode("span", _hoisted_3, "(" + toDisplayString($data.model.length) + " of " + toDisplayString($options.maximum) + ")", 1)
|
|
19907
|
+
createElementVNode("span", _hoisted_3$1, "(" + toDisplayString($data.model.length) + " of " + toDisplayString($options.maximum) + ")", 1)
|
|
19572
19908
|
]),
|
|
19573
19909
|
_: 1
|
|
19574
19910
|
})) : createCommentVNode("", true),
|
|
@@ -19591,7 +19927,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19591
19927
|
onClick: $options.selectionComplete
|
|
19592
19928
|
}, {
|
|
19593
19929
|
default: withCtx(() => [
|
|
19594
|
-
_hoisted_4
|
|
19930
|
+
_hoisted_4$1
|
|
19595
19931
|
]),
|
|
19596
19932
|
_: 1
|
|
19597
19933
|
}, 8, ["onClick"])
|
|
@@ -19621,7 +19957,100 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19621
19957
|
_: 1
|
|
19622
19958
|
});
|
|
19623
19959
|
}
|
|
19624
|
-
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-57c31aea"]]);
|
|
19960
|
+
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-57c31aea"]]);
|
|
19961
|
+
var ScopeModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19962
|
+
const _sfc_main = {
|
|
19963
|
+
components: {
|
|
19964
|
+
ScopeSelect
|
|
19965
|
+
},
|
|
19966
|
+
mixins: [ModalMixin],
|
|
19967
|
+
computed: {
|
|
19968
|
+
type() {
|
|
19969
|
+
return this.options.type;
|
|
19970
|
+
},
|
|
19971
|
+
action() {
|
|
19972
|
+
return this.options.action;
|
|
19973
|
+
}
|
|
19974
|
+
},
|
|
19975
|
+
data() {
|
|
19976
|
+
return {
|
|
19977
|
+
model: this.options.model.slice()
|
|
19978
|
+
};
|
|
19979
|
+
},
|
|
19980
|
+
methods: {
|
|
19981
|
+
selectionComplete(data) {
|
|
19982
|
+
this.close(this.model);
|
|
19983
|
+
}
|
|
19984
|
+
}
|
|
19985
|
+
};
|
|
19986
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-17b3e792"), n2 = n2(), popScopeId(), n2);
|
|
19987
|
+
const _hoisted_1 = { class: "header" };
|
|
19988
|
+
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("h3", null, "Select Scopes", -1));
|
|
19989
|
+
const _hoisted_3 = /* @__PURE__ */ createTextVNode("Done");
|
|
19990
|
+
const _hoisted_4 = { class: "padder" };
|
|
19991
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19992
|
+
const _component_flex_cell = resolveComponent("flex-cell");
|
|
19993
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
19994
|
+
const _component_flex_row = resolveComponent("flex-row");
|
|
19995
|
+
const _component_flex_header = resolveComponent("flex-header");
|
|
19996
|
+
const _component_scope_select = resolveComponent("scope-select");
|
|
19997
|
+
const _component_flex_body = resolveComponent("flex-body");
|
|
19998
|
+
const _component_flex_column = resolveComponent("flex-column");
|
|
19999
|
+
return openBlock(), createBlock(_component_flex_column, { class: "wrapper" }, {
|
|
20000
|
+
default: withCtx(() => [
|
|
20001
|
+
createVNode(_component_flex_header, null, {
|
|
20002
|
+
default: withCtx(() => [
|
|
20003
|
+
createElementVNode("div", _hoisted_1, [
|
|
20004
|
+
createVNode(_component_flex_row, {
|
|
20005
|
+
vcenter: "",
|
|
20006
|
+
gap: ""
|
|
20007
|
+
}, {
|
|
20008
|
+
default: withCtx(() => [
|
|
20009
|
+
createVNode(_component_flex_cell, null, {
|
|
20010
|
+
default: withCtx(() => [
|
|
20011
|
+
_hoisted_2
|
|
20012
|
+
]),
|
|
20013
|
+
_: 1
|
|
20014
|
+
}),
|
|
20015
|
+
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
20016
|
+
default: withCtx(() => [
|
|
20017
|
+
createVNode(_component_ux_button, {
|
|
20018
|
+
color: "primary",
|
|
20019
|
+
onClick: $options.selectionComplete
|
|
20020
|
+
}, {
|
|
20021
|
+
default: withCtx(() => [
|
|
20022
|
+
_hoisted_3
|
|
20023
|
+
]),
|
|
20024
|
+
_: 1
|
|
20025
|
+
}, 8, ["onClick"])
|
|
20026
|
+
]),
|
|
20027
|
+
_: 1
|
|
20028
|
+
})
|
|
20029
|
+
]),
|
|
20030
|
+
_: 1
|
|
20031
|
+
})
|
|
20032
|
+
])
|
|
20033
|
+
]),
|
|
20034
|
+
_: 1
|
|
20035
|
+
}),
|
|
20036
|
+
createVNode(_component_flex_body, { class: "scroll-body" }, {
|
|
20037
|
+
default: withCtx(() => [
|
|
20038
|
+
createElementVNode("div", _hoisted_4, [
|
|
20039
|
+
createVNode(_component_scope_select, {
|
|
20040
|
+
action: $options.action,
|
|
20041
|
+
type: $options.type,
|
|
20042
|
+
modelValue: $data.model,
|
|
20043
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model = $event)
|
|
20044
|
+
}, null, 8, ["action", "type", "modelValue"])
|
|
20045
|
+
])
|
|
20046
|
+
]),
|
|
20047
|
+
_: 1
|
|
20048
|
+
})
|
|
20049
|
+
]),
|
|
20050
|
+
_: 1
|
|
20051
|
+
});
|
|
20052
|
+
}
|
|
20053
|
+
var UxScopeModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-17b3e792"]]);
|
|
19625
20054
|
function device() {
|
|
19626
20055
|
var service2 = reactive({
|
|
19627
20056
|
mounted: false,
|
|
@@ -19822,6 +20251,14 @@ const QikUI = {
|
|
|
19822
20251
|
options
|
|
19823
20252
|
});
|
|
19824
20253
|
};
|
|
20254
|
+
sdk.selectScopes = function(options) {
|
|
20255
|
+
options = options || {};
|
|
20256
|
+
options.model = options.model || [];
|
|
20257
|
+
return sdk.modal({
|
|
20258
|
+
component: UxScopeModal,
|
|
20259
|
+
options
|
|
20260
|
+
});
|
|
20261
|
+
};
|
|
19825
20262
|
sdk.options = function(choices, title, description) {
|
|
19826
20263
|
return sdk.modal({
|
|
19827
20264
|
component: UxOptionsModal,
|
|
@@ -19862,5 +20299,5 @@ const QikUI = {
|
|
|
19862
20299
|
}
|
|
19863
20300
|
}
|
|
19864
20301
|
};
|
|
19865
|
-
export { CodeEditor, ContentBrowser, Daterange as DateRange, device as Device, FileDrop, FlexBody, FlexCell, FlexColumn, FlexFooter, FlexHeader, FlexRow, FlexSpacer, ModalMixin, NativeSelect, Panel, PanelBody, PanelFooter, PanelHeader, ProgressBar, QikUI, RememberScrollMixin, Search, Selection, Spinner, UXButton, UXCheckbox, UXForm, UXFormField, UXIcon, UXImage, UXLink, UXList, UXListItem, UXMenu, UXMenuList, UXRender, UXRenderField, UXSubmissionForm, UXSwitch, UXTab, NativeTable as UXTable, UXTabset, UxConfirmModal, UxContentModal, UxModal, UxOptionsModal, UxPromptModal };
|
|
20302
|
+
export { CodeEditor, ContentBrowser, Daterange as DateRange, device as Device, FileDrop, FlexBody, FlexCell, FlexColumn, FlexFooter, FlexHeader, FlexRow, FlexSpacer, ModalMixin, NativeSelect, Panel, PanelBody, PanelFooter, PanelHeader, ProgressBar, QikUI, RememberScrollMixin, ScopeSelect, ScopeSelectButton, Search, Selection, Spinner, UXButton, UXCheckbox, UXForm, UXFormField, UXIcon, UXImage, UXLink, UXList, UXListItem, UXMenu, UXMenuList, UXRender, UXRenderField, UXSubmissionForm, UXSwitch, UXTab, NativeTable as UXTable, UXTabset, UxConfirmModal, UxContentModal, UxModal, UxOptionsModal, UxPromptModal, UxScopeModal };
|
|
19866
20303
|
//# sourceMappingURL=lib.es.js.map
|