@qikdev/vue-ui 0.1.18 → 0.1.21
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 +726 -528
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -4
- package/dist/lib.umd.js.map +1 -1
- package/dist/{index.css → style.css} +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './style.css';
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
3
|
var __defProps = Object.defineProperties;
|
|
4
4
|
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
@@ -31,8 +31,9 @@ var __objRest = (source, exclude) => {
|
|
|
31
31
|
return target;
|
|
32
32
|
};
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, pushScopeId, popScopeId, createElementVNode, normalizeStyle, createCommentVNode, Teleport, createTextVNode, vModelSelect, withKeys, withModifiers, vModelText, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, mergeProps, toHandlers, reactive, watch } from "vue";
|
|
34
|
+
import { VAceEditor } from "vue3-ace-editor";
|
|
34
35
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.1.
|
|
36
|
+
const version$1 = "0.1.21";
|
|
36
37
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
37
38
|
var _export_sfc = (sfc, props2) => {
|
|
38
39
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -41,104 +42,104 @@ var _export_sfc = (sfc, props2) => {
|
|
|
41
42
|
}
|
|
42
43
|
return target;
|
|
43
44
|
};
|
|
45
|
+
const _sfc_main$16 = {};
|
|
46
|
+
const _hoisted_1$U = { class: "flex-column" };
|
|
47
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
48
|
+
return openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
49
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
50
|
+
]);
|
|
51
|
+
}
|
|
52
|
+
var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-203ea86f"]]);
|
|
53
|
+
var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
44
54
|
const _sfc_main$15 = {};
|
|
45
|
-
const _hoisted_1$T = { class: "flex-column" };
|
|
55
|
+
const _hoisted_1$T = { class: "flex-column-body" };
|
|
46
56
|
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47
57
|
return openBlock(), createElementBlock("div", _hoisted_1$T, [
|
|
48
58
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
49
59
|
]);
|
|
50
60
|
}
|
|
51
|
-
var
|
|
52
|
-
var
|
|
61
|
+
var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-64850355"]]);
|
|
62
|
+
var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
53
63
|
const _sfc_main$14 = {};
|
|
54
|
-
const _hoisted_1$S = { class: "flex-column-
|
|
64
|
+
const _hoisted_1$S = { class: "flex-column-header" };
|
|
55
65
|
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56
66
|
return openBlock(), createElementBlock("div", _hoisted_1$S, [
|
|
57
67
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
58
68
|
]);
|
|
59
69
|
}
|
|
60
|
-
var
|
|
61
|
-
var
|
|
70
|
+
var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-10b28f00"]]);
|
|
71
|
+
var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62
72
|
const _sfc_main$13 = {};
|
|
63
|
-
const _hoisted_1$R = { class: "flex-column-
|
|
73
|
+
const _hoisted_1$R = { class: "flex-column-footer" };
|
|
64
74
|
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65
75
|
return openBlock(), createElementBlock("div", _hoisted_1$R, [
|
|
66
76
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
67
77
|
]);
|
|
68
78
|
}
|
|
69
|
-
var
|
|
70
|
-
var
|
|
79
|
+
var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-68216a72"]]);
|
|
80
|
+
var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
71
81
|
const _sfc_main$12 = {};
|
|
72
|
-
const _hoisted_1$Q = { class: "flex-
|
|
82
|
+
const _hoisted_1$Q = { class: "flex-cell" };
|
|
73
83
|
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
74
84
|
return openBlock(), createElementBlock("div", _hoisted_1$Q, [
|
|
75
85
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
76
86
|
]);
|
|
77
87
|
}
|
|
78
|
-
var
|
|
79
|
-
var
|
|
88
|
+
var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-644bb279"]]);
|
|
89
|
+
var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
80
90
|
const _sfc_main$11 = {};
|
|
81
|
-
const _hoisted_1$P = { class: "flex-
|
|
91
|
+
const _hoisted_1$P = { class: "flex-row" };
|
|
82
92
|
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
83
93
|
return openBlock(), createElementBlock("div", _hoisted_1$P, [
|
|
84
94
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
85
95
|
]);
|
|
86
96
|
}
|
|
87
|
-
var
|
|
88
|
-
var
|
|
97
|
+
var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-5b76ad1f"]]);
|
|
98
|
+
var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
89
99
|
const _sfc_main$10 = {};
|
|
90
|
-
const _hoisted_1$O = { class: "flex-
|
|
100
|
+
const _hoisted_1$O = { class: "flex-spacer" };
|
|
91
101
|
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
92
|
-
return openBlock(), createElementBlock("div", _hoisted_1$O
|
|
93
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
94
|
-
]);
|
|
102
|
+
return openBlock(), createElementBlock("div", _hoisted_1$O);
|
|
95
103
|
}
|
|
96
|
-
var
|
|
97
|
-
var
|
|
104
|
+
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-35b15579"]]);
|
|
105
|
+
var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
98
106
|
const _sfc_main$$ = {};
|
|
99
|
-
const _hoisted_1$N = { class: "
|
|
107
|
+
const _hoisted_1$N = { class: "panel" };
|
|
100
108
|
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
101
|
-
return openBlock(), createElementBlock("div", _hoisted_1$N
|
|
109
|
+
return openBlock(), createElementBlock("div", _hoisted_1$N, [
|
|
110
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
111
|
+
]);
|
|
102
112
|
}
|
|
103
|
-
var
|
|
104
|
-
var
|
|
113
|
+
var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__scopeId", "data-v-50ae77fc"]]);
|
|
114
|
+
var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
105
115
|
const _sfc_main$_ = {};
|
|
106
|
-
const _hoisted_1$M = { class: "panel" };
|
|
116
|
+
const _hoisted_1$M = { class: "panel-body" };
|
|
107
117
|
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
108
118
|
return openBlock(), createElementBlock("div", _hoisted_1$M, [
|
|
109
119
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
110
120
|
]);
|
|
111
121
|
}
|
|
112
|
-
var
|
|
113
|
-
var
|
|
122
|
+
var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-c82dca76"]]);
|
|
123
|
+
var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
114
124
|
const _sfc_main$Z = {};
|
|
115
|
-
const _hoisted_1$L = { class: "panel-
|
|
125
|
+
const _hoisted_1$L = { class: "panel-header" };
|
|
116
126
|
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
117
127
|
return openBlock(), createElementBlock("div", _hoisted_1$L, [
|
|
118
128
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
119
129
|
]);
|
|
120
130
|
}
|
|
121
|
-
var
|
|
122
|
-
var
|
|
131
|
+
var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-13bf11da"]]);
|
|
132
|
+
var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
123
133
|
const _sfc_main$Y = {};
|
|
124
|
-
const _hoisted_1$K = { class: "panel-
|
|
134
|
+
const _hoisted_1$K = { class: "panel-footer" };
|
|
125
135
|
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
126
136
|
return openBlock(), createElementBlock("div", _hoisted_1$K, [
|
|
127
137
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
128
138
|
]);
|
|
129
139
|
}
|
|
130
|
-
var
|
|
131
|
-
var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
132
|
-
const _sfc_main$X = {};
|
|
133
|
-
const _hoisted_1$J = { class: "panel-footer" };
|
|
134
|
-
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
135
|
-
return openBlock(), createElementBlock("div", _hoisted_1$J, [
|
|
136
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
137
|
-
]);
|
|
138
|
-
}
|
|
139
|
-
var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-b4f4786a"]]);
|
|
140
|
+
var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-b4f4786a"]]);
|
|
140
141
|
var tabset_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
141
|
-
const _sfc_main$
|
|
142
|
+
const _sfc_main$X = {
|
|
142
143
|
data() {
|
|
143
144
|
return {
|
|
144
145
|
activeIndex: 0
|
|
@@ -158,8 +159,8 @@ const _sfc_main$W = {
|
|
|
158
159
|
}
|
|
159
160
|
}
|
|
160
161
|
};
|
|
161
|
-
const _hoisted_1$
|
|
162
|
-
function _sfc_render$
|
|
162
|
+
const _hoisted_1$J = ["onClick"];
|
|
163
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
163
164
|
const _component_flex_row = resolveComponent("flex-row");
|
|
164
165
|
const _component_flex_header = resolveComponent("flex-header");
|
|
165
166
|
const _component_flex_column = resolveComponent("flex-column");
|
|
@@ -173,7 +174,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
173
174
|
return openBlock(), createElementBlock("a", {
|
|
174
175
|
class: normalizeClass({ active: index2 === $data.activeIndex }),
|
|
175
176
|
onClick: ($event) => $options.select(index2)
|
|
176
|
-
}, toDisplayString(tab.props.heading), 11, _hoisted_1$
|
|
177
|
+
}, toDisplayString(tab.props.heading), 11, _hoisted_1$J);
|
|
177
178
|
}), 256))
|
|
178
179
|
]),
|
|
179
180
|
_: 1
|
|
@@ -200,8 +201,8 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
200
201
|
_: 1
|
|
201
202
|
});
|
|
202
203
|
}
|
|
203
|
-
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
204
|
-
const _sfc_main$
|
|
204
|
+
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-b5715b66"]]);
|
|
205
|
+
const _sfc_main$W = {
|
|
205
206
|
props: {
|
|
206
207
|
heading: {
|
|
207
208
|
type: String,
|
|
@@ -224,7 +225,7 @@ const _sfc_main$V = {
|
|
|
224
225
|
}
|
|
225
226
|
}
|
|
226
227
|
};
|
|
227
|
-
function _sfc_render$
|
|
228
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
228
229
|
const _component_flex_column = resolveComponent("flex-column");
|
|
229
230
|
return openBlock(), createBlock(_component_flex_column, null, {
|
|
230
231
|
default: withCtx(() => [
|
|
@@ -233,9 +234,9 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
233
234
|
_: 3
|
|
234
235
|
});
|
|
235
236
|
}
|
|
236
|
-
var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
237
|
+
var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
|
|
237
238
|
var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
238
|
-
const _sfc_main$
|
|
239
|
+
const _sfc_main$V = {
|
|
239
240
|
props: {
|
|
240
241
|
large: {
|
|
241
242
|
type: Boolean
|
|
@@ -243,18 +244,18 @@ const _sfc_main$U = {
|
|
|
243
244
|
}
|
|
244
245
|
};
|
|
245
246
|
const _withScopeId$4 = (n2) => (pushScopeId("data-v-3284debd"), n2 = n2(), popScopeId(), n2);
|
|
246
|
-
const _hoisted_1$
|
|
247
|
-
const _hoisted_2$
|
|
248
|
-
_hoisted_1$
|
|
247
|
+
const _hoisted_1$I = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
|
|
248
|
+
const _hoisted_2$y = [
|
|
249
|
+
_hoisted_1$I
|
|
249
250
|
];
|
|
250
|
-
function _sfc_render$
|
|
251
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
251
252
|
return openBlock(), createElementBlock("div", {
|
|
252
253
|
class: normalizeClass(["ux-spinner", { large: $props.large }])
|
|
253
|
-
}, _hoisted_2$
|
|
254
|
+
}, _hoisted_2$y, 2);
|
|
254
255
|
}
|
|
255
|
-
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
256
|
+
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__scopeId", "data-v-3284debd"]]);
|
|
256
257
|
var button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
257
|
-
const _sfc_main$
|
|
258
|
+
const _sfc_main$U = {
|
|
258
259
|
components: {
|
|
259
260
|
Spinner
|
|
260
261
|
},
|
|
@@ -347,8 +348,8 @@ const _sfc_main$T = {
|
|
|
347
348
|
}
|
|
348
349
|
}
|
|
349
350
|
};
|
|
350
|
-
const _hoisted_1$
|
|
351
|
-
function _sfc_render$
|
|
351
|
+
const _hoisted_1$H = { class: "ux-btn-text" };
|
|
352
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
352
353
|
const _component_spinner = resolveComponent("spinner");
|
|
353
354
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
354
355
|
loading: $props.loading,
|
|
@@ -361,16 +362,16 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
361
362
|
}, {
|
|
362
363
|
default: withCtx(() => [
|
|
363
364
|
$props.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : createCommentVNode("", true),
|
|
364
|
-
createElementVNode("span", _hoisted_1$
|
|
365
|
+
createElementVNode("span", _hoisted_1$H, [
|
|
365
366
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
366
367
|
])
|
|
367
368
|
]),
|
|
368
369
|
_: 3
|
|
369
370
|
}, 8, ["loading", "to", "href", "target", "style", "class", "disabled"]);
|
|
370
371
|
}
|
|
371
|
-
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
372
|
+
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-17674eca"]]);
|
|
372
373
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
373
|
-
const _sfc_main$
|
|
374
|
+
const _sfc_main$T = {
|
|
374
375
|
props: {
|
|
375
376
|
value: {
|
|
376
377
|
type: Boolean,
|
|
@@ -391,7 +392,7 @@ const _sfc_main$S = {
|
|
|
391
392
|
}
|
|
392
393
|
}
|
|
393
394
|
};
|
|
394
|
-
function _sfc_render$
|
|
395
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
395
396
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
396
397
|
return openBlock(), createElementBlock("button", {
|
|
397
398
|
class: normalizeClass(["ux-checkbox", $options.classes])
|
|
@@ -402,9 +403,9 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
402
403
|
})
|
|
403
404
|
], 2);
|
|
404
405
|
}
|
|
405
|
-
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
406
|
+
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-7dd035b9"]]);
|
|
406
407
|
var switch_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
407
|
-
const _sfc_main$
|
|
408
|
+
const _sfc_main$S = {
|
|
408
409
|
props: {
|
|
409
410
|
value: {
|
|
410
411
|
type: Boolean,
|
|
@@ -425,14 +426,14 @@ const _sfc_main$R = {
|
|
|
425
426
|
}
|
|
426
427
|
}
|
|
427
428
|
};
|
|
428
|
-
function _sfc_render$
|
|
429
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
429
430
|
return openBlock(), createElementBlock("a", {
|
|
430
431
|
class: normalizeClass(["ux-switch", $options.classes])
|
|
431
432
|
}, null, 2);
|
|
432
433
|
}
|
|
433
|
-
var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
434
|
+
var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S], ["__scopeId", "data-v-7c22b478"]]);
|
|
434
435
|
var link_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
435
|
-
const _sfc_main$
|
|
436
|
+
const _sfc_main$R = {
|
|
436
437
|
props: {
|
|
437
438
|
to: {
|
|
438
439
|
type: [Object, String]
|
|
@@ -491,7 +492,7 @@ const _sfc_main$Q = {
|
|
|
491
492
|
}
|
|
492
493
|
}
|
|
493
494
|
};
|
|
494
|
-
function _sfc_render$
|
|
495
|
+
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
495
496
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
496
497
|
onClick: $options.clicked,
|
|
497
498
|
to: $props.to,
|
|
@@ -505,9 +506,9 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
505
506
|
_: 3
|
|
506
507
|
}, 8, ["onClick", "to", "href", "target", "class"]);
|
|
507
508
|
}
|
|
508
|
-
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
509
|
+
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-0fa2817a"]]);
|
|
509
510
|
var icon_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
510
|
-
const _sfc_main$
|
|
511
|
+
const _sfc_main$Q = {
|
|
511
512
|
props: {
|
|
512
513
|
icon: {
|
|
513
514
|
type: [Object, String]
|
|
@@ -542,17 +543,17 @@ const _sfc_main$P = {
|
|
|
542
543
|
}
|
|
543
544
|
}
|
|
544
545
|
};
|
|
545
|
-
function _sfc_render$
|
|
546
|
+
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
546
547
|
return openBlock(), createBlock(resolveDynamicComponent($options.element), {
|
|
547
548
|
class: normalizeClass(["ux-icon fa", $options.classes])
|
|
548
549
|
}, null, 8, ["class"]);
|
|
549
550
|
}
|
|
550
|
-
var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
551
|
+
var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-1764a3d0"]]);
|
|
551
552
|
var UXMenuService = {
|
|
552
553
|
cache: {}
|
|
553
554
|
};
|
|
554
555
|
var menu_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
555
|
-
const _sfc_main$
|
|
556
|
+
const _sfc_main$P = {
|
|
556
557
|
props: {
|
|
557
558
|
group: {
|
|
558
559
|
type: String
|
|
@@ -704,7 +705,7 @@ const _sfc_main$O = {
|
|
|
704
705
|
}
|
|
705
706
|
}
|
|
706
707
|
};
|
|
707
|
-
function _sfc_render$
|
|
708
|
+
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
708
709
|
return openBlock(), createElementBlock("div", {
|
|
709
710
|
class: normalizeClass(["ux-menu", { right: $props.right }])
|
|
710
711
|
}, [
|
|
@@ -728,9 +729,9 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
728
729
|
]))
|
|
729
730
|
], 2);
|
|
730
731
|
}
|
|
731
|
-
var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
732
|
+
var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-3d55731c"]]);
|
|
732
733
|
var image_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
733
|
-
const _sfc_main$
|
|
734
|
+
const _sfc_main$O = {
|
|
734
735
|
props: {
|
|
735
736
|
item: {
|
|
736
737
|
type: Object
|
|
@@ -836,18 +837,18 @@ const _sfc_main$N = {
|
|
|
836
837
|
}
|
|
837
838
|
}
|
|
838
839
|
};
|
|
839
|
-
const _hoisted_1$
|
|
840
|
-
function _sfc_render$
|
|
840
|
+
const _hoisted_1$G = ["src"];
|
|
841
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
841
842
|
return openBlock(), createElementBlock("div", {
|
|
842
843
|
class: "ux-image",
|
|
843
844
|
style: normalizeStyle($options.style)
|
|
844
845
|
}, [
|
|
845
|
-
createElementVNode("img", { src: $options.src }, null, 8, _hoisted_1$
|
|
846
|
+
createElementVNode("img", { src: $options.src }, null, 8, _hoisted_1$G)
|
|
846
847
|
], 4);
|
|
847
848
|
}
|
|
848
|
-
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
849
|
+
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-7b68ec1a"]]);
|
|
849
850
|
var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
850
|
-
const _sfc_main$
|
|
851
|
+
const _sfc_main$N = {
|
|
851
852
|
props: {
|
|
852
853
|
value: {
|
|
853
854
|
type: Number
|
|
@@ -882,37 +883,37 @@ const _sfc_main$M = {
|
|
|
882
883
|
}
|
|
883
884
|
};
|
|
884
885
|
const _withScopeId$3 = (n2) => (pushScopeId("data-v-6581fb86"), n2 = n2(), popScopeId(), n2);
|
|
885
|
-
const _hoisted_1$
|
|
886
|
-
const _hoisted_2$
|
|
887
|
-
function _sfc_render$
|
|
888
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
889
|
-
_hoisted_2$
|
|
886
|
+
const _hoisted_1$F = { class: "ux-progress" };
|
|
887
|
+
const _hoisted_2$x = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
|
|
888
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
889
|
+
return openBlock(), createElementBlock("div", _hoisted_1$F, [
|
|
890
|
+
_hoisted_2$x,
|
|
890
891
|
createElementVNode("div", {
|
|
891
892
|
class: "ux-progress-fg",
|
|
892
893
|
style: normalizeStyle($options.barStyle)
|
|
893
894
|
}, null, 4)
|
|
894
895
|
]);
|
|
895
896
|
}
|
|
896
|
-
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
897
|
+
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-6581fb86"]]);
|
|
897
898
|
var list_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
898
|
-
const _sfc_main$
|
|
899
|
-
const _hoisted_1$
|
|
900
|
-
function _sfc_render$
|
|
901
|
-
return openBlock(), createElementBlock("ul", _hoisted_1$
|
|
899
|
+
const _sfc_main$M = {};
|
|
900
|
+
const _hoisted_1$E = { class: "ux-list" };
|
|
901
|
+
function _sfc_render$M(_ctx, _cache) {
|
|
902
|
+
return openBlock(), createElementBlock("ul", _hoisted_1$E, [
|
|
902
903
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
903
904
|
]);
|
|
904
905
|
}
|
|
905
|
-
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
906
|
+
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-98e1e4e2"]]);
|
|
906
907
|
var listItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
907
|
-
const _sfc_main$
|
|
908
|
-
const _hoisted_1$
|
|
909
|
-
function _sfc_render$
|
|
910
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
908
|
+
const _sfc_main$L = {};
|
|
909
|
+
const _hoisted_1$D = { class: "ux-list-item" };
|
|
910
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
911
|
+
return openBlock(), createElementBlock("div", _hoisted_1$D, [
|
|
911
912
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
912
913
|
]);
|
|
913
914
|
}
|
|
914
|
-
var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
915
|
-
function isUndefined$
|
|
915
|
+
var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-0e73c260"]]);
|
|
916
|
+
function isUndefined$7(v, type) {
|
|
916
917
|
return v === void 0 || v === null || type == "date" && v.toString && v.toString() === "Invalid Date";
|
|
917
918
|
}
|
|
918
919
|
var InputMixin = {
|
|
@@ -1195,7 +1196,7 @@ var InputMixin = {
|
|
|
1195
1196
|
},
|
|
1196
1197
|
cleanOutput(val) {
|
|
1197
1198
|
var self2 = this;
|
|
1198
|
-
if (isUndefined$
|
|
1199
|
+
if (isUndefined$7(val, self2.field.type)) {
|
|
1199
1200
|
if (self2.multiValue) {
|
|
1200
1201
|
val = [];
|
|
1201
1202
|
} else {
|
|
@@ -1261,10 +1262,10 @@ var InputMixin = {
|
|
|
1261
1262
|
}
|
|
1262
1263
|
};
|
|
1263
1264
|
var select_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
1264
|
-
function isUndefined$
|
|
1265
|
+
function isUndefined$6(entry) {
|
|
1265
1266
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
1266
1267
|
}
|
|
1267
|
-
const _sfc_main$
|
|
1268
|
+
const _sfc_main$K = {
|
|
1268
1269
|
props: {
|
|
1269
1270
|
title: {
|
|
1270
1271
|
type: String
|
|
@@ -1278,7 +1279,7 @@ const _sfc_main$J = {
|
|
|
1278
1279
|
methods: {
|
|
1279
1280
|
cleanOutput(val) {
|
|
1280
1281
|
var self2 = this;
|
|
1281
|
-
if (isUndefined$
|
|
1282
|
+
if (isUndefined$6(val)) {
|
|
1282
1283
|
if (self2.multiValue) {
|
|
1283
1284
|
val = [];
|
|
1284
1285
|
} else {
|
|
@@ -1349,39 +1350,39 @@ const _sfc_main$J = {
|
|
|
1349
1350
|
}
|
|
1350
1351
|
}
|
|
1351
1352
|
};
|
|
1352
|
-
const _hoisted_1$
|
|
1353
|
+
const _hoisted_1$C = {
|
|
1353
1354
|
key: 0,
|
|
1354
1355
|
class: "ux-field-title"
|
|
1355
1356
|
};
|
|
1356
|
-
const _hoisted_2$
|
|
1357
|
+
const _hoisted_2$w = {
|
|
1357
1358
|
key: 0,
|
|
1358
1359
|
class: "ux-required-marker"
|
|
1359
1360
|
};
|
|
1360
|
-
const _hoisted_3$
|
|
1361
|
+
const _hoisted_3$t = {
|
|
1361
1362
|
key: 1,
|
|
1362
1363
|
class: "ux-field-description"
|
|
1363
1364
|
};
|
|
1364
|
-
const _hoisted_4$
|
|
1365
|
+
const _hoisted_4$r = {
|
|
1365
1366
|
key: 2,
|
|
1366
1367
|
class: "ui-select-button"
|
|
1367
1368
|
};
|
|
1368
|
-
const _hoisted_5$
|
|
1369
|
-
const _hoisted_6$
|
|
1369
|
+
const _hoisted_5$k = ["multiple"];
|
|
1370
|
+
const _hoisted_6$g = {
|
|
1370
1371
|
key: 0,
|
|
1371
1372
|
value: ""
|
|
1372
1373
|
};
|
|
1373
|
-
const _hoisted_7$
|
|
1374
|
-
function _sfc_render$
|
|
1374
|
+
const _hoisted_7$d = ["value"];
|
|
1375
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1375
1376
|
const _component_ux_button = resolveComponent("ux-button");
|
|
1376
1377
|
return openBlock(), createElementBlock("div", {
|
|
1377
1378
|
class: normalizeClass(["native-select", $options.classes])
|
|
1378
1379
|
}, [
|
|
1379
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
1380
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
|
|
1380
1381
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
1381
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
1382
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
|
|
1382
1383
|
])) : createCommentVNode("", true),
|
|
1383
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
1384
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
1384
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
1385
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
|
|
1385
1386
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
1386
1387
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
1387
1388
|
default: withCtx(() => [
|
|
@@ -1396,20 +1397,20 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1396
1397
|
multiple: _ctx.multiValue,
|
|
1397
1398
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
1398
1399
|
}, [
|
|
1399
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
1400
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$g, "None")) : createCommentVNode("", true),
|
|
1400
1401
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
1401
1402
|
return openBlock(), createElementBlock("option", {
|
|
1402
1403
|
value: option2.value
|
|
1403
|
-
}, toDisplayString(option2.title), 9, _hoisted_7$
|
|
1404
|
+
}, toDisplayString(option2.title), 9, _hoisted_7$d);
|
|
1404
1405
|
}), 256))
|
|
1405
|
-
], 40, _hoisted_5$
|
|
1406
|
+
], 40, _hoisted_5$k), [
|
|
1406
1407
|
[vModelSelect, _ctx.model]
|
|
1407
1408
|
])
|
|
1408
1409
|
], 2);
|
|
1409
1410
|
}
|
|
1410
|
-
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1411
|
+
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-6d808434"]]);
|
|
1411
1412
|
var phoneNumberInput_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
1412
|
-
const _sfc_main$
|
|
1413
|
+
const _sfc_main$J = {
|
|
1413
1414
|
props: {
|
|
1414
1415
|
modelValue: {
|
|
1415
1416
|
type: [Object, Array]
|
|
@@ -1481,41 +1482,41 @@ const _sfc_main$I = {
|
|
|
1481
1482
|
}
|
|
1482
1483
|
};
|
|
1483
1484
|
const _withScopeId$2 = (n2) => (pushScopeId("data-v-856e04c2"), n2 = n2(), popScopeId(), n2);
|
|
1484
|
-
const _hoisted_1$
|
|
1485
|
+
const _hoisted_1$B = {
|
|
1485
1486
|
key: 0,
|
|
1486
1487
|
class: "ux-field-title"
|
|
1487
1488
|
};
|
|
1488
|
-
const _hoisted_2$
|
|
1489
|
+
const _hoisted_2$v = {
|
|
1489
1490
|
key: 0,
|
|
1490
1491
|
class: "ux-required-marker"
|
|
1491
1492
|
};
|
|
1492
|
-
const _hoisted_3$
|
|
1493
|
+
const _hoisted_3$s = {
|
|
1493
1494
|
key: 1,
|
|
1494
1495
|
class: "ux-field-description"
|
|
1495
1496
|
};
|
|
1496
|
-
const _hoisted_4$
|
|
1497
|
-
const _hoisted_5$
|
|
1498
|
-
const _hoisted_6$
|
|
1499
|
-
const _hoisted_7$
|
|
1497
|
+
const _hoisted_4$q = { key: 2 };
|
|
1498
|
+
const _hoisted_5$j = /* @__PURE__ */ createTextVNode(" Country Code ");
|
|
1499
|
+
const _hoisted_6$f = { key: 0 };
|
|
1500
|
+
const _hoisted_7$c = { key: 1 };
|
|
1500
1501
|
const _hoisted_8$7 = { class: "ux-text-wrap" };
|
|
1501
1502
|
const _hoisted_9$5 = ["placeholder", "onUpdate:modelValue"];
|
|
1502
1503
|
const _hoisted_10$4 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("option", { value: "" }, "None", -1));
|
|
1503
1504
|
const _hoisted_11$4 = ["value"];
|
|
1504
1505
|
const _hoisted_12$3 = { class: "ux-text-wrap" };
|
|
1505
1506
|
const _hoisted_13$3 = ["placeholder"];
|
|
1506
|
-
function _sfc_render$
|
|
1507
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1507
1508
|
const _component_native_select = resolveComponent("native-select");
|
|
1508
1509
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
1509
1510
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
1510
1511
|
const _component_ux_button = resolveComponent("ux-button");
|
|
1511
1512
|
const _component_flex_row = resolveComponent("flex-row");
|
|
1512
1513
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
1513
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
1514
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
|
|
1514
1515
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
1515
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
1516
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
|
|
1516
1517
|
])) : createCommentVNode("", true),
|
|
1517
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
1518
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
1518
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
1519
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
1519
1520
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
1520
1521
|
return openBlock(), createBlock(_component_flex_row, {
|
|
1521
1522
|
wrap: "",
|
|
@@ -1532,9 +1533,9 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1532
1533
|
}, {
|
|
1533
1534
|
default: withCtx(() => [
|
|
1534
1535
|
!entry.countryCode ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
1535
|
-
_hoisted_5$
|
|
1536
|
+
_hoisted_5$j
|
|
1536
1537
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
1537
|
-
$data.lookup[entry.countryCode] ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
1538
|
+
$data.lookup[entry.countryCode] ? (openBlock(), createElementBlock("div", _hoisted_6$f, toDisplayString($data.lookup[entry.countryCode].emoji) + " - " + toDisplayString($data.lookup[entry.countryCode].alpha2), 1)) : (openBlock(), createElementBlock("div", _hoisted_7$c, "Loading"))
|
|
1538
1539
|
], 64))
|
|
1539
1540
|
]),
|
|
1540
1541
|
_: 2
|
|
@@ -1642,12 +1643,12 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1642
1643
|
}))
|
|
1643
1644
|
], 64);
|
|
1644
1645
|
}
|
|
1645
|
-
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1646
|
+
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-856e04c2"]]);
|
|
1646
1647
|
var timezone_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
1647
|
-
function isUndefined$
|
|
1648
|
+
function isUndefined$5(entry) {
|
|
1648
1649
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
1649
1650
|
}
|
|
1650
|
-
const _sfc_main$
|
|
1651
|
+
const _sfc_main$I = {
|
|
1651
1652
|
props: {
|
|
1652
1653
|
modelValue: {}
|
|
1653
1654
|
},
|
|
@@ -1658,7 +1659,7 @@ const _sfc_main$H = {
|
|
|
1658
1659
|
methods: {
|
|
1659
1660
|
cleanOutput(val) {
|
|
1660
1661
|
var self2 = this;
|
|
1661
|
-
if (isUndefined$
|
|
1662
|
+
if (isUndefined$5(val)) {
|
|
1662
1663
|
if (self2.multiValue) {
|
|
1663
1664
|
val = [];
|
|
1664
1665
|
} else {
|
|
@@ -2172,39 +2173,39 @@ const _sfc_main$H = {
|
|
|
2172
2173
|
}
|
|
2173
2174
|
}
|
|
2174
2175
|
};
|
|
2175
|
-
const _hoisted_1$
|
|
2176
|
+
const _hoisted_1$A = {
|
|
2176
2177
|
key: 0,
|
|
2177
2178
|
class: "ux-field-title"
|
|
2178
2179
|
};
|
|
2179
|
-
const _hoisted_2$
|
|
2180
|
+
const _hoisted_2$u = {
|
|
2180
2181
|
key: 0,
|
|
2181
2182
|
class: "ux-required-marker"
|
|
2182
2183
|
};
|
|
2183
|
-
const _hoisted_3$
|
|
2184
|
+
const _hoisted_3$r = {
|
|
2184
2185
|
key: 1,
|
|
2185
2186
|
class: "ux-field-description"
|
|
2186
2187
|
};
|
|
2187
|
-
const _hoisted_4$
|
|
2188
|
+
const _hoisted_4$p = {
|
|
2188
2189
|
key: 2,
|
|
2189
2190
|
class: "ui-select-button"
|
|
2190
2191
|
};
|
|
2191
|
-
const _hoisted_5$
|
|
2192
|
-
const _hoisted_6$
|
|
2192
|
+
const _hoisted_5$i = ["multiple"];
|
|
2193
|
+
const _hoisted_6$e = {
|
|
2193
2194
|
key: 0,
|
|
2194
2195
|
value: ""
|
|
2195
2196
|
};
|
|
2196
|
-
const _hoisted_7$
|
|
2197
|
-
function _sfc_render$
|
|
2197
|
+
const _hoisted_7$b = ["value"];
|
|
2198
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2198
2199
|
const _component_ux_button = resolveComponent("ux-button");
|
|
2199
2200
|
return openBlock(), createElementBlock("div", {
|
|
2200
2201
|
class: normalizeClass(["native-select", $options.classes])
|
|
2201
2202
|
}, [
|
|
2202
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
2203
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
|
|
2203
2204
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
2204
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2205
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
|
|
2205
2206
|
])) : createCommentVNode("", true),
|
|
2206
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
2207
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
2207
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
2208
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
|
|
2208
2209
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
2209
2210
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
2210
2211
|
default: withCtx(() => [
|
|
@@ -2219,20 +2220,20 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2219
2220
|
multiple: _ctx.multiValue,
|
|
2220
2221
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
2221
2222
|
}, [
|
|
2222
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
2223
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$e, "None")) : createCommentVNode("", true),
|
|
2223
2224
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
2224
2225
|
return openBlock(), createElementBlock("option", {
|
|
2225
2226
|
value: option2.value
|
|
2226
|
-
}, toDisplayString(option2.title), 9, _hoisted_7$
|
|
2227
|
+
}, toDisplayString(option2.title), 9, _hoisted_7$b);
|
|
2227
2228
|
}), 256))
|
|
2228
|
-
], 40, _hoisted_5$
|
|
2229
|
+
], 40, _hoisted_5$i), [
|
|
2229
2230
|
[vModelSelect, _ctx.model]
|
|
2230
2231
|
])
|
|
2231
2232
|
], 2);
|
|
2232
2233
|
}
|
|
2233
|
-
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2234
|
+
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-2b83f766"]]);
|
|
2234
2235
|
var item_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
2235
|
-
const _sfc_main$
|
|
2236
|
+
const _sfc_main$H = {
|
|
2236
2237
|
props: {
|
|
2237
2238
|
item: {
|
|
2238
2239
|
type: Object,
|
|
@@ -2250,7 +2251,7 @@ const _sfc_main$G = {
|
|
|
2250
2251
|
}
|
|
2251
2252
|
}
|
|
2252
2253
|
};
|
|
2253
|
-
function _sfc_render$
|
|
2254
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2254
2255
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
2255
2256
|
const _component_flex_row = resolveComponent("flex-row");
|
|
2256
2257
|
return openBlock(), createElementBlock("div", {
|
|
@@ -2279,7 +2280,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2279
2280
|
})
|
|
2280
2281
|
]);
|
|
2281
2282
|
}
|
|
2282
|
-
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2283
|
+
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-4f7e8052"]]);
|
|
2283
2284
|
/**!
|
|
2284
2285
|
* Sortable 1.14.0
|
|
2285
2286
|
* @author RubaXa <trash@rubaxa.org>
|
|
@@ -4947,7 +4948,7 @@ const draggableComponent = defineComponent({
|
|
|
4947
4948
|
}
|
|
4948
4949
|
});
|
|
4949
4950
|
var contentSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4950
|
-
const _sfc_main$
|
|
4951
|
+
const _sfc_main$G = {
|
|
4951
4952
|
components: {
|
|
4952
4953
|
Item,
|
|
4953
4954
|
draggable: draggableComponent
|
|
@@ -5044,33 +5045,33 @@ const _sfc_main$F = {
|
|
|
5044
5045
|
}
|
|
5045
5046
|
}
|
|
5046
5047
|
};
|
|
5047
|
-
const _hoisted_1$
|
|
5048
|
+
const _hoisted_1$z = {
|
|
5048
5049
|
key: 0,
|
|
5049
5050
|
class: "ux-field-title"
|
|
5050
5051
|
};
|
|
5051
|
-
const _hoisted_2$
|
|
5052
|
+
const _hoisted_2$t = {
|
|
5052
5053
|
key: 0,
|
|
5053
5054
|
class: "ux-required-marker"
|
|
5054
5055
|
};
|
|
5055
|
-
const _hoisted_3$
|
|
5056
|
+
const _hoisted_3$q = {
|
|
5056
5057
|
key: 1,
|
|
5057
5058
|
class: "ux-field-description"
|
|
5058
5059
|
};
|
|
5059
|
-
const _hoisted_4$
|
|
5060
|
+
const _hoisted_4$o = {
|
|
5060
5061
|
key: 3,
|
|
5061
5062
|
class: "items"
|
|
5062
5063
|
};
|
|
5063
|
-
function _sfc_render$
|
|
5064
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5064
5065
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5065
5066
|
const _component_ux_button = resolveComponent("ux-button");
|
|
5066
5067
|
const _component_item = resolveComponent("item");
|
|
5067
5068
|
const _component_draggable = resolveComponent("draggable");
|
|
5068
5069
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
5069
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
5070
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
|
|
5070
5071
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
5071
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
5072
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
|
|
5072
5073
|
])) : createCommentVNode("", true),
|
|
5073
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
5074
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
5074
5075
|
_ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
5075
5076
|
_ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
|
|
5076
5077
|
key: 0,
|
|
@@ -5109,7 +5110,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5109
5110
|
]),
|
|
5110
5111
|
_: 1
|
|
5111
5112
|
}, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
5112
|
-
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
5113
|
+
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$o, [
|
|
5113
5114
|
createVNode(_component_item, { item: _ctx.model }, {
|
|
5114
5115
|
actions: withCtx(() => [
|
|
5115
5116
|
$options.canEdit(_ctx.model) ? (openBlock(), createBlock(_component_ux_button, {
|
|
@@ -5143,12 +5144,12 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5143
5144
|
}, 8, ["onClick"])
|
|
5144
5145
|
], 64);
|
|
5145
5146
|
}
|
|
5146
|
-
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5147
|
+
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-19e783ac"]]);
|
|
5147
5148
|
var typeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5148
|
-
function isUndefined$
|
|
5149
|
+
function isUndefined$4(entry) {
|
|
5149
5150
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
5150
5151
|
}
|
|
5151
|
-
const _sfc_main$
|
|
5152
|
+
const _sfc_main$F = {
|
|
5152
5153
|
props: {
|
|
5153
5154
|
title: {
|
|
5154
5155
|
type: String
|
|
@@ -5186,7 +5187,7 @@ const _sfc_main$E = {
|
|
|
5186
5187
|
methods: {
|
|
5187
5188
|
cleanOutput(val) {
|
|
5188
5189
|
var self2 = this;
|
|
5189
|
-
if (isUndefined$
|
|
5190
|
+
if (isUndefined$4(val)) {
|
|
5190
5191
|
if (self2.multiValue) {
|
|
5191
5192
|
val = [];
|
|
5192
5193
|
} else {
|
|
@@ -5257,39 +5258,39 @@ const _sfc_main$E = {
|
|
|
5257
5258
|
}
|
|
5258
5259
|
}
|
|
5259
5260
|
};
|
|
5260
|
-
const _hoisted_1$
|
|
5261
|
+
const _hoisted_1$y = {
|
|
5261
5262
|
key: 0,
|
|
5262
5263
|
class: "ux-field-title"
|
|
5263
5264
|
};
|
|
5264
|
-
const _hoisted_2$
|
|
5265
|
+
const _hoisted_2$s = {
|
|
5265
5266
|
key: 0,
|
|
5266
5267
|
class: "ux-required-marker"
|
|
5267
5268
|
};
|
|
5268
|
-
const _hoisted_3$
|
|
5269
|
+
const _hoisted_3$p = {
|
|
5269
5270
|
key: 1,
|
|
5270
5271
|
class: "ux-field-description"
|
|
5271
5272
|
};
|
|
5272
|
-
const _hoisted_4$
|
|
5273
|
+
const _hoisted_4$n = {
|
|
5273
5274
|
key: 2,
|
|
5274
5275
|
class: "ui-select-button"
|
|
5275
5276
|
};
|
|
5276
|
-
const _hoisted_5$
|
|
5277
|
-
const _hoisted_6$
|
|
5277
|
+
const _hoisted_5$h = ["multiple"];
|
|
5278
|
+
const _hoisted_6$d = {
|
|
5278
5279
|
key: 0,
|
|
5279
5280
|
value: ""
|
|
5280
5281
|
};
|
|
5281
|
-
const _hoisted_7$
|
|
5282
|
-
function _sfc_render$
|
|
5282
|
+
const _hoisted_7$a = ["value"];
|
|
5283
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5283
5284
|
const _component_ux_button = resolveComponent("ux-button");
|
|
5284
5285
|
return openBlock(), createElementBlock("div", {
|
|
5285
5286
|
class: normalizeClass(["native-select", $options.classes])
|
|
5286
5287
|
}, [
|
|
5287
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
5288
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
|
|
5288
5289
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
5289
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
5290
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
|
|
5290
5291
|
])) : createCommentVNode("", true),
|
|
5291
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
5292
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
5292
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
5293
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
|
|
5293
5294
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
5294
5295
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
5295
5296
|
default: withCtx(() => [
|
|
@@ -5304,20 +5305,20 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5304
5305
|
multiple: _ctx.multiValue,
|
|
5305
5306
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
5306
5307
|
}, [
|
|
5307
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
5308
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$d, "None")) : createCommentVNode("", true),
|
|
5308
5309
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
5309
5310
|
return openBlock(), createElementBlock("option", {
|
|
5310
5311
|
value: option2.value
|
|
5311
|
-
}, toDisplayString(option2.title), 9, _hoisted_7$
|
|
5312
|
+
}, toDisplayString(option2.title), 9, _hoisted_7$a);
|
|
5312
5313
|
}), 256))
|
|
5313
|
-
], 40, _hoisted_5$
|
|
5314
|
+
], 40, _hoisted_5$h), [
|
|
5314
5315
|
[vModelSelect, _ctx.model]
|
|
5315
5316
|
])
|
|
5316
5317
|
], 2);
|
|
5317
5318
|
}
|
|
5318
|
-
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5319
|
+
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-3c487f67"]]);
|
|
5319
5320
|
var currency_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5320
|
-
const _sfc_main$
|
|
5321
|
+
const _sfc_main$E = {
|
|
5321
5322
|
props: {
|
|
5322
5323
|
modelValue: {
|
|
5323
5324
|
type: [String, Array]
|
|
@@ -5395,25 +5396,25 @@ const _sfc_main$D = {
|
|
|
5395
5396
|
}
|
|
5396
5397
|
}
|
|
5397
5398
|
};
|
|
5398
|
-
const _hoisted_1$
|
|
5399
|
+
const _hoisted_1$x = {
|
|
5399
5400
|
key: 0,
|
|
5400
5401
|
class: "ux-field-title"
|
|
5401
5402
|
};
|
|
5402
|
-
const _hoisted_2$
|
|
5403
|
+
const _hoisted_2$r = {
|
|
5403
5404
|
key: 0,
|
|
5404
5405
|
class: "ux-required-marker"
|
|
5405
5406
|
};
|
|
5406
|
-
const _hoisted_3$
|
|
5407
|
+
const _hoisted_3$o = {
|
|
5407
5408
|
key: 1,
|
|
5408
5409
|
class: "ux-field-description"
|
|
5409
5410
|
};
|
|
5410
|
-
const _hoisted_4$
|
|
5411
|
-
const _hoisted_5$
|
|
5411
|
+
const _hoisted_4$m = { key: 2 };
|
|
5412
|
+
const _hoisted_5$g = {
|
|
5412
5413
|
key: 0,
|
|
5413
5414
|
class: "ux-text-prefix"
|
|
5414
5415
|
};
|
|
5415
|
-
const _hoisted_6$
|
|
5416
|
-
const _hoisted_7$
|
|
5416
|
+
const _hoisted_6$c = ["onBlur", "onUpdate:modelValue"];
|
|
5417
|
+
const _hoisted_7$9 = {
|
|
5417
5418
|
key: 1,
|
|
5418
5419
|
class: "ux-text-suffix"
|
|
5419
5420
|
};
|
|
@@ -5425,18 +5426,18 @@ const _hoisted_9$4 = {
|
|
|
5425
5426
|
key: 1,
|
|
5426
5427
|
class: "ux-text-suffix"
|
|
5427
5428
|
};
|
|
5428
|
-
function _sfc_render$
|
|
5429
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5429
5430
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
5430
5431
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5431
5432
|
const _component_ux_button = resolveComponent("ux-button");
|
|
5432
5433
|
const _component_flex_row = resolveComponent("flex-row");
|
|
5433
5434
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
5434
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
5435
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
|
|
5435
5436
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
5436
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
5437
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
|
|
5437
5438
|
])) : createCommentVNode("", true),
|
|
5438
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
5439
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
5439
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
5440
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
5440
5441
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
5441
5442
|
return openBlock(), createBlock(_component_flex_row, {
|
|
5442
5443
|
class: "ux-text-row",
|
|
@@ -5448,7 +5449,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5448
5449
|
createElementVNode("div", {
|
|
5449
5450
|
class: normalizeClass(["ux-text-wrap", { prefixed: $options.prefix, suffixed: $options.suffix }])
|
|
5450
5451
|
}, [
|
|
5451
|
-
$options.prefix ? (openBlock(), createElementBlock("span", _hoisted_5$
|
|
5452
|
+
$options.prefix ? (openBlock(), createElementBlock("span", _hoisted_5$g, toDisplayString($options.prefix), 1)) : createCommentVNode("", true),
|
|
5452
5453
|
withDirectives((openBlock(), createElementBlock("input", {
|
|
5453
5454
|
class: "ux-field-focus ux-text-input-multiple",
|
|
5454
5455
|
ref_for: true,
|
|
@@ -5459,7 +5460,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5459
5460
|
onBlur: ($event) => $options.update($event, index2),
|
|
5460
5461
|
"onUpdate:modelValue": ($event) => $options.proxy[index2] = $event,
|
|
5461
5462
|
onFocus: _cache[1] || (_cache[1] = (...args) => _ctx.touch && _ctx.touch(...args))
|
|
5462
|
-
}, null, 40, _hoisted_6$
|
|
5463
|
+
}, null, 40, _hoisted_6$c)), [
|
|
5463
5464
|
[
|
|
5464
5465
|
vModelText,
|
|
5465
5466
|
$options.proxy[index2],
|
|
@@ -5467,7 +5468,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5467
5468
|
{ lazy: true }
|
|
5468
5469
|
]
|
|
5469
5470
|
]),
|
|
5470
|
-
$options.suffix ? (openBlock(), createElementBlock("span", _hoisted_7$
|
|
5471
|
+
$options.suffix ? (openBlock(), createElementBlock("span", _hoisted_7$9, toDisplayString($options.suffix), 1)) : createCommentVNode("", true)
|
|
5471
5472
|
], 2)
|
|
5472
5473
|
]),
|
|
5473
5474
|
_: 2
|
|
@@ -5533,9 +5534,9 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5533
5534
|
], 2))
|
|
5534
5535
|
], 64);
|
|
5535
5536
|
}
|
|
5536
|
-
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5537
|
+
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-5afb1a86"]]);
|
|
5537
5538
|
var textfield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5538
|
-
const _sfc_main$
|
|
5539
|
+
const _sfc_main$D = {
|
|
5539
5540
|
props: {
|
|
5540
5541
|
modelValue: {
|
|
5541
5542
|
type: [String, Array]
|
|
@@ -5598,25 +5599,25 @@ const _sfc_main$C = {
|
|
|
5598
5599
|
}
|
|
5599
5600
|
}
|
|
5600
5601
|
};
|
|
5601
|
-
const _hoisted_1$
|
|
5602
|
+
const _hoisted_1$w = {
|
|
5602
5603
|
key: 0,
|
|
5603
5604
|
class: "ux-field-title"
|
|
5604
5605
|
};
|
|
5605
|
-
const _hoisted_2$
|
|
5606
|
+
const _hoisted_2$q = {
|
|
5606
5607
|
key: 0,
|
|
5607
5608
|
class: "ux-required-marker"
|
|
5608
5609
|
};
|
|
5609
|
-
const _hoisted_3$
|
|
5610
|
+
const _hoisted_3$n = {
|
|
5610
5611
|
key: 1,
|
|
5611
5612
|
class: "ux-field-description"
|
|
5612
5613
|
};
|
|
5613
|
-
const _hoisted_4$
|
|
5614
|
-
const _hoisted_5$
|
|
5615
|
-
const _hoisted_6$
|
|
5614
|
+
const _hoisted_4$l = { key: 2 };
|
|
5615
|
+
const _hoisted_5$f = { class: "ux-text-wrap" };
|
|
5616
|
+
const _hoisted_6$b = {
|
|
5616
5617
|
key: 0,
|
|
5617
5618
|
class: "ux-text-prefix"
|
|
5618
5619
|
};
|
|
5619
|
-
const _hoisted_7$
|
|
5620
|
+
const _hoisted_7$8 = ["type", "placeholder", "onUpdate:modelValue"];
|
|
5620
5621
|
const _hoisted_8$5 = ["type", "placeholder", "onUpdate:modelValue"];
|
|
5621
5622
|
const _hoisted_9$3 = {
|
|
5622
5623
|
key: 3,
|
|
@@ -5636,18 +5637,18 @@ const _hoisted_14$2 = {
|
|
|
5636
5637
|
key: 3,
|
|
5637
5638
|
class: "ux-text-suffix"
|
|
5638
5639
|
};
|
|
5639
|
-
function _sfc_render$
|
|
5640
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5640
5641
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
5641
5642
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5642
5643
|
const _component_ux_button = resolveComponent("ux-button");
|
|
5643
5644
|
const _component_flex_row = resolveComponent("flex-row");
|
|
5644
5645
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
5645
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
5646
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
|
|
5646
5647
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
5647
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
5648
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
|
|
5648
5649
|
])) : createCommentVNode("", true),
|
|
5649
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
5650
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
5650
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
5651
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
|
|
5651
5652
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
5652
5653
|
return openBlock(), createBlock(_component_flex_row, {
|
|
5653
5654
|
class: "ux-text-row",
|
|
@@ -5656,8 +5657,8 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5656
5657
|
default: withCtx(() => [
|
|
5657
5658
|
createVNode(_component_flex_cell, null, {
|
|
5658
5659
|
default: withCtx(() => [
|
|
5659
|
-
createElementVNode("div", _hoisted_5$
|
|
5660
|
-
_ctx.prefix ? (openBlock(), createElementBlock("span", _hoisted_6$
|
|
5660
|
+
createElementVNode("div", _hoisted_5$f, [
|
|
5661
|
+
_ctx.prefix ? (openBlock(), createElementBlock("span", _hoisted_6$b, toDisplayString(_ctx.prefix), 1)) : createCommentVNode("", true),
|
|
5661
5662
|
$options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
|
|
5662
5663
|
key: 1,
|
|
5663
5664
|
type: $options.inputType,
|
|
@@ -5668,7 +5669,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5668
5669
|
ref: "input",
|
|
5669
5670
|
onKeydown: _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => _ctx.add(), ["stop", "prevent"]), ["enter"])),
|
|
5670
5671
|
"onUpdate:modelValue": ($event) => _ctx.model[index2] = $event
|
|
5671
|
-
}, null, 40, _hoisted_7$
|
|
5672
|
+
}, null, 40, _hoisted_7$8)), [
|
|
5672
5673
|
[
|
|
5673
5674
|
vModelDynamic,
|
|
5674
5675
|
_ctx.model[index2],
|
|
@@ -5763,9 +5764,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5763
5764
|
]))
|
|
5764
5765
|
], 64);
|
|
5765
5766
|
}
|
|
5766
|
-
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5767
|
+
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-8f2cb452"]]);
|
|
5767
5768
|
var textarea_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5768
|
-
const _sfc_main$
|
|
5769
|
+
const _sfc_main$C = {
|
|
5769
5770
|
props: {
|
|
5770
5771
|
modelValue: {
|
|
5771
5772
|
type: [String, Array]
|
|
@@ -5778,32 +5779,32 @@ const _sfc_main$B = {
|
|
|
5778
5779
|
}
|
|
5779
5780
|
}
|
|
5780
5781
|
};
|
|
5781
|
-
const _hoisted_1$
|
|
5782
|
+
const _hoisted_1$v = {
|
|
5782
5783
|
key: 0,
|
|
5783
5784
|
class: "ux-field-title"
|
|
5784
5785
|
};
|
|
5785
|
-
const _hoisted_2$
|
|
5786
|
+
const _hoisted_2$p = {
|
|
5786
5787
|
key: 0,
|
|
5787
5788
|
class: "ux-required-marker"
|
|
5788
5789
|
};
|
|
5789
|
-
const _hoisted_3$
|
|
5790
|
+
const _hoisted_3$m = {
|
|
5790
5791
|
key: 1,
|
|
5791
5792
|
class: "ux-field-description"
|
|
5792
5793
|
};
|
|
5793
|
-
const _hoisted_4$
|
|
5794
|
-
const _hoisted_5$
|
|
5795
|
-
function _sfc_render$
|
|
5794
|
+
const _hoisted_4$k = { key: 2 };
|
|
5795
|
+
const _hoisted_5$e = ["onUpdate:modelValue"];
|
|
5796
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5796
5797
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
5797
5798
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5798
5799
|
const _component_ux_button = resolveComponent("ux-button");
|
|
5799
5800
|
const _component_flex_row = resolveComponent("flex-row");
|
|
5800
5801
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
5801
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
5802
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
|
|
5802
5803
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
5803
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
5804
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
|
|
5804
5805
|
])) : createCommentVNode("", true),
|
|
5805
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
5806
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
5806
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$m, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
5807
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
|
|
5807
5808
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
5808
5809
|
return openBlock(), createBlock(_component_flex_row, {
|
|
5809
5810
|
class: "ux-text-row",
|
|
@@ -5819,7 +5820,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5819
5820
|
ref: "input",
|
|
5820
5821
|
"onUpdate:modelValue": ($event) => _ctx.model[index2] = $event,
|
|
5821
5822
|
class: "ux-textarea ux-field-focus ux-text-area-multiple"
|
|
5822
|
-
}, null, 40, _hoisted_5$
|
|
5823
|
+
}, null, 40, _hoisted_5$e), [
|
|
5823
5824
|
[vModelText, _ctx.model[index2]]
|
|
5824
5825
|
])
|
|
5825
5826
|
]),
|
|
@@ -5869,7 +5870,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5869
5870
|
])
|
|
5870
5871
|
], 64);
|
|
5871
5872
|
}
|
|
5872
|
-
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5873
|
+
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-72eafde6"]]);
|
|
5873
5874
|
var datefield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5874
5875
|
function zero(input) {
|
|
5875
5876
|
if (String(input).length < 2) {
|
|
@@ -5877,7 +5878,7 @@ function zero(input) {
|
|
|
5877
5878
|
}
|
|
5878
5879
|
return input;
|
|
5879
5880
|
}
|
|
5880
|
-
const _sfc_main$
|
|
5881
|
+
const _sfc_main$B = {
|
|
5881
5882
|
props: {
|
|
5882
5883
|
modelValue: {
|
|
5883
5884
|
type: [Date, String, Array]
|
|
@@ -5926,32 +5927,32 @@ const _sfc_main$A = {
|
|
|
5926
5927
|
}
|
|
5927
5928
|
}
|
|
5928
5929
|
};
|
|
5929
|
-
const _hoisted_1$
|
|
5930
|
+
const _hoisted_1$u = {
|
|
5930
5931
|
key: 0,
|
|
5931
5932
|
class: "ux-field-title"
|
|
5932
5933
|
};
|
|
5933
|
-
const _hoisted_2$
|
|
5934
|
+
const _hoisted_2$o = {
|
|
5934
5935
|
key: 0,
|
|
5935
5936
|
class: "ux-required-marker"
|
|
5936
5937
|
};
|
|
5937
|
-
const _hoisted_3$
|
|
5938
|
+
const _hoisted_3$l = {
|
|
5938
5939
|
key: 1,
|
|
5939
5940
|
class: "ux-field-description"
|
|
5940
5941
|
};
|
|
5941
|
-
const _hoisted_4$
|
|
5942
|
-
const _hoisted_5$
|
|
5943
|
-
function _sfc_render$
|
|
5942
|
+
const _hoisted_4$j = { key: 2 };
|
|
5943
|
+
const _hoisted_5$d = ["onUpdate:modelValue"];
|
|
5944
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5944
5945
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
5945
5946
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
5946
5947
|
const _component_ux_button = resolveComponent("ux-button");
|
|
5947
5948
|
const _component_flex_row = resolveComponent("flex-row");
|
|
5948
5949
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
5949
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
5950
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
|
|
5950
5951
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
5951
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
5952
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$o, "*")) : createCommentVNode("", true)
|
|
5952
5953
|
])) : createCommentVNode("", true),
|
|
5953
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
5954
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
5954
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$l, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
5955
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
|
|
5955
5956
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
5956
5957
|
return openBlock(), createBlock(_component_flex_row, {
|
|
5957
5958
|
class: "ux-text-row",
|
|
@@ -5968,7 +5969,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5968
5969
|
ref: "input",
|
|
5969
5970
|
onKeydown: _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => _ctx.add(), ["stop", "prevent"]), ["enter"])),
|
|
5970
5971
|
"onUpdate:modelValue": ($event) => $options.model[index2] = $event
|
|
5971
|
-
}, null, 40, _hoisted_5$
|
|
5972
|
+
}, null, 40, _hoisted_5$d), [
|
|
5972
5973
|
[vModelText, $options.model[index2]]
|
|
5973
5974
|
])
|
|
5974
5975
|
]),
|
|
@@ -6017,9 +6018,9 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6017
6018
|
])
|
|
6018
6019
|
], 64);
|
|
6019
6020
|
}
|
|
6020
|
-
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6021
|
+
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-578af064"]]);
|
|
6021
6022
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6022
|
-
const _sfc_main$
|
|
6023
|
+
const _sfc_main$A = {
|
|
6023
6024
|
computed: {
|
|
6024
6025
|
NativeCheckbox: UXCheckbox
|
|
6025
6026
|
},
|
|
@@ -6061,19 +6062,19 @@ const _sfc_main$z = {
|
|
|
6061
6062
|
}
|
|
6062
6063
|
}
|
|
6063
6064
|
};
|
|
6064
|
-
const _hoisted_1$
|
|
6065
|
+
const _hoisted_1$t = {
|
|
6065
6066
|
key: 0,
|
|
6066
6067
|
class: "ux-field-title"
|
|
6067
6068
|
};
|
|
6068
|
-
const _hoisted_2$
|
|
6069
|
+
const _hoisted_2$n = {
|
|
6069
6070
|
key: 0,
|
|
6070
6071
|
class: "ux-required-marker"
|
|
6071
6072
|
};
|
|
6072
|
-
const _hoisted_3$
|
|
6073
|
+
const _hoisted_3$k = {
|
|
6073
6074
|
key: 1,
|
|
6074
6075
|
class: "ux-field-description"
|
|
6075
6076
|
};
|
|
6076
|
-
function _sfc_render$
|
|
6077
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6077
6078
|
const _component_ux_checkbox = resolveComponent("ux-checkbox");
|
|
6078
6079
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
6079
6080
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -6097,11 +6098,11 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6097
6098
|
createVNode(_component_flex_cell, { vcenter: "" }, {
|
|
6098
6099
|
default: withCtx(() => [
|
|
6099
6100
|
createElementVNode("div", null, [
|
|
6100
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
6101
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
|
|
6101
6102
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6102
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
6103
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$n, "*")) : createCommentVNode("", true)
|
|
6103
6104
|
])) : createCommentVNode("", true),
|
|
6104
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6105
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$k, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
6105
6106
|
])
|
|
6106
6107
|
]),
|
|
6107
6108
|
_: 1
|
|
@@ -6110,8 +6111,8 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6110
6111
|
_: 1
|
|
6111
6112
|
});
|
|
6112
6113
|
}
|
|
6113
|
-
var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6114
|
-
const _sfc_main$
|
|
6114
|
+
var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A], ["__scopeId", "data-v-a346dafc"]]);
|
|
6115
|
+
const _sfc_main$z = {
|
|
6115
6116
|
props: {
|
|
6116
6117
|
modelValue: {
|
|
6117
6118
|
type: [String, Array]
|
|
@@ -6124,33 +6125,33 @@ const _sfc_main$y = {
|
|
|
6124
6125
|
}
|
|
6125
6126
|
}
|
|
6126
6127
|
};
|
|
6127
|
-
const _hoisted_1$
|
|
6128
|
+
const _hoisted_1$s = {
|
|
6128
6129
|
key: 0,
|
|
6129
6130
|
class: "ux-field-title"
|
|
6130
6131
|
};
|
|
6131
|
-
const _hoisted_2$
|
|
6132
|
+
const _hoisted_2$m = {
|
|
6132
6133
|
key: 0,
|
|
6133
6134
|
class: "ux-required-marker"
|
|
6134
6135
|
};
|
|
6135
|
-
const _hoisted_3$
|
|
6136
|
+
const _hoisted_3$j = {
|
|
6136
6137
|
key: 1,
|
|
6137
6138
|
class: "ux-field-description"
|
|
6138
6139
|
};
|
|
6139
|
-
const _hoisted_4$
|
|
6140
|
-
const _hoisted_5$
|
|
6141
|
-
const _hoisted_6$
|
|
6142
|
-
function _sfc_render$
|
|
6140
|
+
const _hoisted_4$i = { key: 2 };
|
|
6141
|
+
const _hoisted_5$c = ["innerHTML"];
|
|
6142
|
+
const _hoisted_6$a = ["innerHTML"];
|
|
6143
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6143
6144
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
6144
6145
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
6145
6146
|
const _component_ux_button = resolveComponent("ux-button");
|
|
6146
6147
|
const _component_flex_row = resolveComponent("flex-row");
|
|
6147
6148
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
6148
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
6149
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$s, [
|
|
6149
6150
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6150
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
6151
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$m, "*")) : createCommentVNode("", true)
|
|
6151
6152
|
])) : createCommentVNode("", true),
|
|
6152
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6153
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
6153
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$j, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
6154
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
|
|
6154
6155
|
createVNode(_component_flex_row, { class: "ux-text-row" }, {
|
|
6155
6156
|
default: withCtx(() => [
|
|
6156
6157
|
createVNode(_component_flex_cell, null, {
|
|
@@ -6159,7 +6160,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6159
6160
|
return openBlock(), createElementBlock("div", {
|
|
6160
6161
|
innerHTML: _ctx.field.template,
|
|
6161
6162
|
key: index2
|
|
6162
|
-
}, null, 8, _hoisted_5$
|
|
6163
|
+
}, null, 8, _hoisted_5$c);
|
|
6163
6164
|
}), 128))
|
|
6164
6165
|
]),
|
|
6165
6166
|
_: 1
|
|
@@ -6198,12 +6199,12 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6198
6199
|
])) : (openBlock(), createElementBlock("div", {
|
|
6199
6200
|
key: 3,
|
|
6200
6201
|
innerHTML: _ctx.field.template
|
|
6201
|
-
}, null, 8, _hoisted_6$
|
|
6202
|
+
}, null, 8, _hoisted_6$a))
|
|
6202
6203
|
], 64);
|
|
6203
6204
|
}
|
|
6204
|
-
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6205
|
+
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
|
|
6205
6206
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
6206
|
-
const _sfc_main$
|
|
6207
|
+
const _sfc_main$y = {
|
|
6207
6208
|
props: {
|
|
6208
6209
|
fields: {
|
|
6209
6210
|
type: Array,
|
|
@@ -6464,16 +6465,16 @@ const _sfc_main$x = {
|
|
|
6464
6465
|
NativeSelect
|
|
6465
6466
|
}
|
|
6466
6467
|
};
|
|
6467
|
-
const _hoisted_1$
|
|
6468
|
+
const _hoisted_1$r = {
|
|
6468
6469
|
key: 0,
|
|
6469
6470
|
class: "filter-condition"
|
|
6470
6471
|
};
|
|
6471
|
-
const _hoisted_2$
|
|
6472
|
-
const _hoisted_3$
|
|
6473
|
-
const _hoisted_4$
|
|
6474
|
-
const _hoisted_5$
|
|
6475
|
-
const _hoisted_6$
|
|
6476
|
-
const _hoisted_7$
|
|
6472
|
+
const _hoisted_2$l = { key: 0 };
|
|
6473
|
+
const _hoisted_3$i = { key: 1 };
|
|
6474
|
+
const _hoisted_4$h = /* @__PURE__ */ createTextVNode(" And ");
|
|
6475
|
+
const _hoisted_5$b = { key: 2 };
|
|
6476
|
+
const _hoisted_6$9 = { key: 3 };
|
|
6477
|
+
const _hoisted_7$7 = /* @__PURE__ */ createTextVNode(" And ");
|
|
6477
6478
|
const _hoisted_8$4 = { key: 4 };
|
|
6478
6479
|
const _hoisted_9$2 = { key: 5 };
|
|
6479
6480
|
const _hoisted_10$2 = { key: 6 };
|
|
@@ -6481,7 +6482,7 @@ const _hoisted_11$2 = { key: 7 };
|
|
|
6481
6482
|
const _hoisted_12$1 = { key: 8 };
|
|
6482
6483
|
const _hoisted_13$1 = { key: 9 };
|
|
6483
6484
|
const _hoisted_14$1 = { key: 10 };
|
|
6484
|
-
function _sfc_render$
|
|
6485
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6485
6486
|
const _component_native_select = resolveComponent("native-select");
|
|
6486
6487
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
6487
6488
|
const _component_text_field = resolveComponent("text-field");
|
|
@@ -6490,7 +6491,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6490
6491
|
const _component_content_select = resolveComponent("content-select");
|
|
6491
6492
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
6492
6493
|
const _component_ux_button = resolveComponent("ux-button");
|
|
6493
|
-
return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6494
|
+
return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
6494
6495
|
createVNode(_component_flex_row, null, {
|
|
6495
6496
|
default: withCtx(() => [
|
|
6496
6497
|
createVNode(_component_flex_cell, null, {
|
|
@@ -6517,7 +6518,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6517
6518
|
})) : createCommentVNode("", true),
|
|
6518
6519
|
$data.model.comparator ? (openBlock(), createBlock(_component_flex_cell, { key: 1 }, {
|
|
6519
6520
|
default: withCtx(() => [
|
|
6520
|
-
$options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
6521
|
+
$options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
|
|
6521
6522
|
$options.hasOptions ? (openBlock(), createBlock(_component_native_select, {
|
|
6522
6523
|
key: 0,
|
|
6523
6524
|
modelValue: $data.model.values,
|
|
@@ -6530,20 +6531,20 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6530
6531
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
|
|
6531
6532
|
}, null, 8, ["field", "modelValue"]))
|
|
6532
6533
|
])) : createCommentVNode("", true),
|
|
6533
|
-
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6534
|
+
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
|
|
6534
6535
|
createVNode(_component_text_field, {
|
|
6535
6536
|
field: $options.normalField,
|
|
6536
6537
|
modelValue: $data.model.value,
|
|
6537
6538
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.model.value = $event)
|
|
6538
6539
|
}, null, 8, ["field", "modelValue"]),
|
|
6539
|
-
_hoisted_4$
|
|
6540
|
+
_hoisted_4$h,
|
|
6540
6541
|
createVNode(_component_text_field, {
|
|
6541
6542
|
field: $options.normalField,
|
|
6542
6543
|
modelValue: $data.model.value2,
|
|
6543
6544
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $data.model.value2 = $event)
|
|
6544
6545
|
}, null, 8, ["field", "modelValue"])
|
|
6545
6546
|
])) : createCommentVNode("", true),
|
|
6546
|
-
$options.inputType == "daterelative" ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
6547
|
+
$options.inputType == "daterelative" ? (openBlock(), createElementBlock("div", _hoisted_5$b, [
|
|
6547
6548
|
createVNode(_component_flex_row, null, {
|
|
6548
6549
|
default: withCtx(() => [
|
|
6549
6550
|
createVNode(_component_flex_cell, { style: { "width": "80px" } }, {
|
|
@@ -6570,13 +6571,13 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6570
6571
|
_: 1
|
|
6571
6572
|
})
|
|
6572
6573
|
])) : createCommentVNode("", true),
|
|
6573
|
-
$options.inputType == "daterange" ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
6574
|
+
$options.inputType == "daterange" ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
|
|
6574
6575
|
createVNode(_component_date_field, {
|
|
6575
6576
|
field: $options.dateField,
|
|
6576
6577
|
modelValue: $data.model.value,
|
|
6577
6578
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $data.model.value = $event)
|
|
6578
6579
|
}, null, 8, ["field", "modelValue"]),
|
|
6579
|
-
_hoisted_7$
|
|
6580
|
+
_hoisted_7$7,
|
|
6580
6581
|
createVNode(_component_date_field, {
|
|
6581
6582
|
field: $options.dateField,
|
|
6582
6583
|
modelValue: $data.model.value2,
|
|
@@ -6659,7 +6660,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6659
6660
|
})
|
|
6660
6661
|
])) : createCommentVNode("", true);
|
|
6661
6662
|
}
|
|
6662
|
-
var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6663
|
+
var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
6663
6664
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
6664
6665
|
function isObject$4(value) {
|
|
6665
6666
|
var type = typeof value;
|
|
@@ -6854,7 +6855,7 @@ function debounce(func, wait, options) {
|
|
|
6854
6855
|
}
|
|
6855
6856
|
var debounce_1 = debounce;
|
|
6856
6857
|
var FilterRule_vue_vue_type_style_index_0_lang = "";
|
|
6857
|
-
const _sfc_main$
|
|
6858
|
+
const _sfc_main$x = {
|
|
6858
6859
|
props: {
|
|
6859
6860
|
enableRemove: {
|
|
6860
6861
|
type: Boolean
|
|
@@ -6964,29 +6965,29 @@ const _sfc_main$w = {
|
|
|
6964
6965
|
NativeSelect
|
|
6965
6966
|
}
|
|
6966
6967
|
};
|
|
6967
|
-
const _hoisted_1$
|
|
6968
|
-
const _hoisted_2$
|
|
6969
|
-
const _hoisted_3$
|
|
6970
|
-
const _hoisted_4$
|
|
6971
|
-
const _hoisted_5$
|
|
6972
|
-
const _hoisted_6$
|
|
6973
|
-
const _hoisted_7$
|
|
6968
|
+
const _hoisted_1$q = { class: "filter-rule" };
|
|
6969
|
+
const _hoisted_2$k = { class: "top" };
|
|
6970
|
+
const _hoisted_3$h = { class: "summary" };
|
|
6971
|
+
const _hoisted_4$g = /* @__PURE__ */ createTextVNode(" Match ");
|
|
6972
|
+
const _hoisted_5$a = /* @__PURE__ */ createTextVNode(" of the following conditions ");
|
|
6973
|
+
const _hoisted_6$8 = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
6974
|
+
const _hoisted_7$6 = { class: "operator" };
|
|
6974
6975
|
const _hoisted_8$3 = /* @__PURE__ */ createTextVNode("Add Condition");
|
|
6975
|
-
function _sfc_render$
|
|
6976
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6976
6977
|
const _component_native_select = resolveComponent("native-select");
|
|
6977
6978
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
6978
6979
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
6979
6980
|
const _component_ux_button = resolveComponent("ux-button");
|
|
6980
6981
|
const _component_flex_row = resolveComponent("flex-row");
|
|
6981
6982
|
const _component_filter_condition = resolveComponent("filter-condition");
|
|
6982
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6983
|
-
createElementVNode("div", _hoisted_2$
|
|
6983
|
+
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
6984
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
6984
6985
|
createVNode(_component_flex_row, null, {
|
|
6985
6986
|
default: withCtx(() => [
|
|
6986
6987
|
createVNode(_component_flex_cell, null, {
|
|
6987
6988
|
default: withCtx(() => [
|
|
6988
|
-
createElementVNode("div", _hoisted_3$
|
|
6989
|
-
_hoisted_4$
|
|
6989
|
+
createElementVNode("div", _hoisted_3$h, [
|
|
6990
|
+
_hoisted_4$g,
|
|
6990
6991
|
createVNode(_component_native_select, {
|
|
6991
6992
|
modelValue: $data.model.operator,
|
|
6992
6993
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -6997,7 +6998,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6997
6998
|
]),
|
|
6998
6999
|
_: 1
|
|
6999
7000
|
}, 8, ["modelValue", "field"]),
|
|
7000
|
-
_hoisted_5$
|
|
7001
|
+
_hoisted_5$a
|
|
7001
7002
|
])
|
|
7002
7003
|
]),
|
|
7003
7004
|
_: 1
|
|
@@ -7036,8 +7037,8 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7036
7037
|
shrink: ""
|
|
7037
7038
|
}, {
|
|
7038
7039
|
default: withCtx(() => [
|
|
7039
|
-
_hoisted_6$
|
|
7040
|
-
createElementVNode("div", _hoisted_7$
|
|
7040
|
+
_hoisted_6$8,
|
|
7041
|
+
createElementVNode("div", _hoisted_7$6, toDisplayString($data.model.operator), 1)
|
|
7041
7042
|
]),
|
|
7042
7043
|
_: 2
|
|
7043
7044
|
}, 1032, ["class"])) : createCommentVNode("", true),
|
|
@@ -7065,9 +7066,9 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7065
7066
|
}, 8, ["onClick"])
|
|
7066
7067
|
]);
|
|
7067
7068
|
}
|
|
7068
|
-
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7069
|
+
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x]]);
|
|
7069
7070
|
var FilterBuilder_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7070
|
-
const _sfc_main$
|
|
7071
|
+
const _sfc_main$w = {
|
|
7071
7072
|
components: {
|
|
7072
7073
|
FilterRule,
|
|
7073
7074
|
NativeSelect
|
|
@@ -7168,16 +7169,16 @@ const _sfc_main$v = {
|
|
|
7168
7169
|
};
|
|
7169
7170
|
}
|
|
7170
7171
|
};
|
|
7171
|
-
const _hoisted_1$
|
|
7172
|
-
const _hoisted_2$
|
|
7172
|
+
const _hoisted_1$p = { class: "filters" };
|
|
7173
|
+
const _hoisted_2$j = {
|
|
7173
7174
|
key: 0,
|
|
7174
7175
|
class: "top"
|
|
7175
7176
|
};
|
|
7176
|
-
const _hoisted_3$
|
|
7177
|
-
const _hoisted_4$
|
|
7178
|
-
const _hoisted_5$
|
|
7179
|
-
const _hoisted_6$
|
|
7180
|
-
function _sfc_render$
|
|
7177
|
+
const _hoisted_3$g = { class: "summary" };
|
|
7178
|
+
const _hoisted_4$f = /* @__PURE__ */ createTextVNode(" Match ");
|
|
7179
|
+
const _hoisted_5$9 = /* @__PURE__ */ createTextVNode(" of the following rules ");
|
|
7180
|
+
const _hoisted_6$7 = /* @__PURE__ */ createTextVNode("Add Filter Rule");
|
|
7181
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7181
7182
|
const _component_native_select = resolveComponent("native-select");
|
|
7182
7183
|
const _component_filter_rule = resolveComponent("filter-rule");
|
|
7183
7184
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -7187,10 +7188,10 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7187
7188
|
default: withCtx(() => [
|
|
7188
7189
|
createVNode(_component_flex_body, null, {
|
|
7189
7190
|
default: withCtx(() => [
|
|
7190
|
-
createElementVNode("div", _hoisted_1$
|
|
7191
|
-
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
7192
|
-
createElementVNode("div", _hoisted_3$
|
|
7193
|
-
_hoisted_4$
|
|
7191
|
+
createElementVNode("div", _hoisted_1$p, [
|
|
7192
|
+
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$j, [
|
|
7193
|
+
createElementVNode("div", _hoisted_3$g, [
|
|
7194
|
+
_hoisted_4$f,
|
|
7194
7195
|
createVNode(_component_native_select, {
|
|
7195
7196
|
modelValue: $data.model.operator,
|
|
7196
7197
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -7201,7 +7202,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7201
7202
|
]),
|
|
7202
7203
|
_: 1
|
|
7203
7204
|
}, 8, ["modelValue", "field"]),
|
|
7204
|
-
_hoisted_5$
|
|
7205
|
+
_hoisted_5$9
|
|
7205
7206
|
])
|
|
7206
7207
|
])) : createCommentVNode("", true),
|
|
7207
7208
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.model.filters, (rule, index2) => {
|
|
@@ -7219,7 +7220,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7219
7220
|
onClick: _cache[1] || (_cache[1] = ($event) => $options.addRule())
|
|
7220
7221
|
}, {
|
|
7221
7222
|
default: withCtx(() => [
|
|
7222
|
-
_hoisted_6$
|
|
7223
|
+
_hoisted_6$7
|
|
7223
7224
|
]),
|
|
7224
7225
|
_: 1
|
|
7225
7226
|
})
|
|
@@ -7231,9 +7232,9 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7231
7232
|
_: 1
|
|
7232
7233
|
});
|
|
7233
7234
|
}
|
|
7234
|
-
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7235
|
+
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-30449bfc"]]);
|
|
7235
7236
|
var filter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7236
|
-
const _sfc_main$
|
|
7237
|
+
const _sfc_main$v = {
|
|
7237
7238
|
mixins: [InputMixin],
|
|
7238
7239
|
components: {
|
|
7239
7240
|
FilterBuilder
|
|
@@ -7275,32 +7276,32 @@ const _sfc_main$u = {
|
|
|
7275
7276
|
}
|
|
7276
7277
|
}
|
|
7277
7278
|
};
|
|
7278
|
-
const _hoisted_1$
|
|
7279
|
+
const _hoisted_1$o = {
|
|
7279
7280
|
key: 0,
|
|
7280
7281
|
class: "ux-field-title"
|
|
7281
7282
|
};
|
|
7282
|
-
const _hoisted_2$
|
|
7283
|
+
const _hoisted_2$i = {
|
|
7283
7284
|
key: 0,
|
|
7284
7285
|
class: "ux-required-marker"
|
|
7285
7286
|
};
|
|
7286
|
-
const _hoisted_3$
|
|
7287
|
+
const _hoisted_3$f = {
|
|
7287
7288
|
key: 1,
|
|
7288
7289
|
class: "ux-field-description"
|
|
7289
7290
|
};
|
|
7290
|
-
const _hoisted_4$
|
|
7291
|
-
function _sfc_render$
|
|
7291
|
+
const _hoisted_4$e = { key: 2 };
|
|
7292
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7292
7293
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
7293
7294
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7294
7295
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
7295
7296
|
const _component_ux_button = resolveComponent("ux-button");
|
|
7296
7297
|
const _component_flex_row = resolveComponent("flex-row");
|
|
7297
7298
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
7298
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7299
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$o, [
|
|
7299
7300
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
7300
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7301
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
|
|
7301
7302
|
])) : createCommentVNode("", true),
|
|
7302
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7303
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
7303
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$f, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7304
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$e, [
|
|
7304
7305
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
7305
7306
|
return openBlock(), createBlock(_component_flex_row, {
|
|
7306
7307
|
class: "ux-text-row",
|
|
@@ -7357,9 +7358,9 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7357
7358
|
}, null, 8, ["definition", "modelValue"]))
|
|
7358
7359
|
], 64);
|
|
7359
7360
|
}
|
|
7360
|
-
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7361
|
+
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-5a049062"]]);
|
|
7361
7362
|
var switch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7362
|
-
const _sfc_main$
|
|
7363
|
+
const _sfc_main$u = {
|
|
7363
7364
|
mixins: [InputMixin],
|
|
7364
7365
|
props: {
|
|
7365
7366
|
modelValue: {
|
|
@@ -7398,19 +7399,19 @@ const _sfc_main$t = {
|
|
|
7398
7399
|
}
|
|
7399
7400
|
}
|
|
7400
7401
|
};
|
|
7401
|
-
const _hoisted_1$
|
|
7402
|
+
const _hoisted_1$n = {
|
|
7402
7403
|
key: 0,
|
|
7403
7404
|
class: "ux-field-title"
|
|
7404
7405
|
};
|
|
7405
|
-
const _hoisted_2$
|
|
7406
|
+
const _hoisted_2$h = {
|
|
7406
7407
|
key: 0,
|
|
7407
7408
|
class: "ux-required-marker"
|
|
7408
7409
|
};
|
|
7409
|
-
const _hoisted_3$
|
|
7410
|
+
const _hoisted_3$e = {
|
|
7410
7411
|
key: 1,
|
|
7411
7412
|
class: "ux-field-description"
|
|
7412
7413
|
};
|
|
7413
|
-
function _sfc_render$
|
|
7414
|
+
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7414
7415
|
const _component_ux_switch = resolveComponent("ux-switch");
|
|
7415
7416
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7416
7417
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -7434,11 +7435,11 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7434
7435
|
createVNode(_component_flex_cell, { vcenter: "" }, {
|
|
7435
7436
|
default: withCtx(() => [
|
|
7436
7437
|
createElementVNode("div", null, [
|
|
7437
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7438
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$n, [
|
|
7438
7439
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7439
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7440
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
|
|
7440
7441
|
])) : createCommentVNode("", true),
|
|
7441
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7442
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
7442
7443
|
])
|
|
7443
7444
|
]),
|
|
7444
7445
|
_: 1
|
|
@@ -7447,9 +7448,9 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7447
7448
|
_: 1
|
|
7448
7449
|
});
|
|
7449
7450
|
}
|
|
7450
|
-
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7451
|
+
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-7ee9d4cd"]]);
|
|
7451
7452
|
var filedrop_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7452
|
-
const _sfc_main$
|
|
7453
|
+
const _sfc_main$t = {
|
|
7453
7454
|
props: {
|
|
7454
7455
|
multiple: {
|
|
7455
7456
|
type: Boolean
|
|
@@ -7483,9 +7484,9 @@ const _sfc_main$s = {
|
|
|
7483
7484
|
}
|
|
7484
7485
|
}
|
|
7485
7486
|
};
|
|
7486
|
-
const _hoisted_1$
|
|
7487
|
-
const _hoisted_2$
|
|
7488
|
-
function _sfc_render$
|
|
7487
|
+
const _hoisted_1$m = ["multiple"];
|
|
7488
|
+
const _hoisted_2$g = /* @__PURE__ */ createTextVNode("Select Files");
|
|
7489
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7489
7490
|
const _component_ux_button = resolveComponent("ux-button");
|
|
7490
7491
|
return openBlock(), createElementBlock("label", {
|
|
7491
7492
|
class: "file-drop",
|
|
@@ -7497,7 +7498,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7497
7498
|
type: "file",
|
|
7498
7499
|
multiple: $props.multiple,
|
|
7499
7500
|
onChange: _cache[0] || (_cache[0] = ($event) => $options.filesSelected($event.target.files))
|
|
7500
|
-
}, null, 40, _hoisted_1$
|
|
7501
|
+
}, null, 40, _hoisted_1$m),
|
|
7501
7502
|
createElementVNode("div", {
|
|
7502
7503
|
class: "file-drop-ux",
|
|
7503
7504
|
onClick: _cache[1] || (_cache[1] = (...args) => $options.clicked && $options.clicked(...args))
|
|
@@ -7505,7 +7506,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7505
7506
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
7506
7507
|
createVNode(_component_ux_button, null, {
|
|
7507
7508
|
default: withCtx(() => [
|
|
7508
|
-
_hoisted_2$
|
|
7509
|
+
_hoisted_2$g
|
|
7509
7510
|
]),
|
|
7510
7511
|
_: 1
|
|
7511
7512
|
})
|
|
@@ -7513,9 +7514,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7513
7514
|
])
|
|
7514
7515
|
], 32);
|
|
7515
7516
|
}
|
|
7516
|
-
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7517
|
+
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-67879182"]]);
|
|
7517
7518
|
var upload_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7518
|
-
const _sfc_main$
|
|
7519
|
+
const _sfc_main$s = {
|
|
7519
7520
|
mixins: [InputMixin],
|
|
7520
7521
|
components: {
|
|
7521
7522
|
FileDrop
|
|
@@ -7646,26 +7647,26 @@ const _sfc_main$r = {
|
|
|
7646
7647
|
},
|
|
7647
7648
|
computed: {}
|
|
7648
7649
|
};
|
|
7649
|
-
const _hoisted_1$
|
|
7650
|
+
const _hoisted_1$l = {
|
|
7650
7651
|
key: 0,
|
|
7651
7652
|
class: "ux-field-title"
|
|
7652
7653
|
};
|
|
7653
|
-
const _hoisted_2$
|
|
7654
|
+
const _hoisted_2$f = {
|
|
7654
7655
|
key: 0,
|
|
7655
7656
|
class: "ux-required-marker"
|
|
7656
7657
|
};
|
|
7657
|
-
const _hoisted_3$
|
|
7658
|
+
const _hoisted_3$d = {
|
|
7658
7659
|
key: 1,
|
|
7659
7660
|
class: "ux-field-description"
|
|
7660
7661
|
};
|
|
7661
|
-
const _hoisted_4$
|
|
7662
|
+
const _hoisted_4$d = {
|
|
7662
7663
|
key: 2,
|
|
7663
7664
|
class: "files"
|
|
7664
7665
|
};
|
|
7665
|
-
const _hoisted_5$
|
|
7666
|
-
const _hoisted_6$
|
|
7667
|
-
const _hoisted_7$
|
|
7668
|
-
function _sfc_render$
|
|
7666
|
+
const _hoisted_5$8 = { class: "size" };
|
|
7667
|
+
const _hoisted_6$6 = /* @__PURE__ */ createTextVNode("Select Files");
|
|
7668
|
+
const _hoisted_7$5 = /* @__PURE__ */ createTextVNode("Select File");
|
|
7669
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7669
7670
|
const _component_progress_bar = resolveComponent("progress-bar");
|
|
7670
7671
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7671
7672
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -7673,12 +7674,12 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7673
7674
|
const _component_flex_row = resolveComponent("flex-row");
|
|
7674
7675
|
const _component_file_drop = resolveComponent("file-drop");
|
|
7675
7676
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
7676
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
7677
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$l, [
|
|
7677
7678
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7678
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7679
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
|
|
7679
7680
|
])) : createCommentVNode("", true),
|
|
7680
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7681
|
-
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
7681
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7682
|
+
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
|
|
7682
7683
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
7683
7684
|
return openBlock(), createElementBlock("div", {
|
|
7684
7685
|
class: "file-item",
|
|
@@ -7689,7 +7690,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7689
7690
|
createVNode(_component_flex_cell, null, {
|
|
7690
7691
|
default: withCtx(() => [
|
|
7691
7692
|
createElementVNode("strong", null, toDisplayString(file.name), 1),
|
|
7692
|
-
createElementVNode("div", _hoisted_5$
|
|
7693
|
+
createElementVNode("div", _hoisted_5$8, toDisplayString($options.filesize(file.size)), 1),
|
|
7693
7694
|
createVNode(_component_progress_bar, {
|
|
7694
7695
|
value: file.progress
|
|
7695
7696
|
}, null, 8, ["value"])
|
|
@@ -7725,7 +7726,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7725
7726
|
default: withCtx(() => [
|
|
7726
7727
|
createVNode(_component_ux_button, null, {
|
|
7727
7728
|
default: withCtx(() => [
|
|
7728
|
-
_hoisted_6$
|
|
7729
|
+
_hoisted_6$6
|
|
7729
7730
|
]),
|
|
7730
7731
|
_: 1
|
|
7731
7732
|
})
|
|
@@ -7739,7 +7740,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7739
7740
|
default: withCtx(() => [
|
|
7740
7741
|
createVNode(_component_ux_button, null, {
|
|
7741
7742
|
default: withCtx(() => [
|
|
7742
|
-
_hoisted_7$
|
|
7743
|
+
_hoisted_7$5
|
|
7743
7744
|
]),
|
|
7744
7745
|
_: 1
|
|
7745
7746
|
})
|
|
@@ -7748,9 +7749,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7748
7749
|
}, 8, ["onFiles"]))
|
|
7749
7750
|
], 64);
|
|
7750
7751
|
}
|
|
7751
|
-
var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7752
|
+
var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-124f63e6"]]);
|
|
7752
7753
|
var group_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
7753
|
-
const _sfc_main$
|
|
7754
|
+
const _sfc_main$r = {
|
|
7754
7755
|
mixins: [InputMixin],
|
|
7755
7756
|
components: { draggable: draggableComponent },
|
|
7756
7757
|
props: {
|
|
@@ -7821,11 +7822,11 @@ const _sfc_main$q = {
|
|
|
7821
7822
|
}
|
|
7822
7823
|
}
|
|
7823
7824
|
};
|
|
7824
|
-
const _hoisted_1$
|
|
7825
|
+
const _hoisted_1$k = {
|
|
7825
7826
|
key: 0,
|
|
7826
7827
|
class: "ux-multi-group"
|
|
7827
7828
|
};
|
|
7828
|
-
function _sfc_render$
|
|
7829
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7829
7830
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
7830
7831
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
7831
7832
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -7835,7 +7836,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7835
7836
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
7836
7837
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
7837
7838
|
const _component_draggable = resolveComponent("draggable");
|
|
7838
|
-
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
7839
|
+
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
7839
7840
|
$options.reorderable ? (openBlock(), createBlock(_component_draggable, {
|
|
7840
7841
|
key: 0,
|
|
7841
7842
|
modelValue: _ctx.model,
|
|
@@ -8065,8 +8066,8 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8065
8066
|
fields: _ctx.field.fields
|
|
8066
8067
|
}, null, 8, ["onForm:state", "parentModel", "modelValue", "flex", "fields"]));
|
|
8067
8068
|
}
|
|
8068
|
-
var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8069
|
-
const _sfc_main$
|
|
8069
|
+
var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r], ["__scopeId", "data-v-67669f46"]]);
|
|
8070
|
+
const _sfc_main$q = {
|
|
8070
8071
|
props: {
|
|
8071
8072
|
option: {
|
|
8072
8073
|
required: true
|
|
@@ -8078,17 +8079,17 @@ const _sfc_main$p = {
|
|
|
8078
8079
|
}
|
|
8079
8080
|
}
|
|
8080
8081
|
};
|
|
8081
|
-
function _sfc_render$
|
|
8082
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8082
8083
|
return renderSlot(_ctx.$slots, "default", { plainValue: $options.plainValue }, () => [
|
|
8083
8084
|
createElementVNode("pre", null, toDisplayString($props.option), 1)
|
|
8084
8085
|
]);
|
|
8085
8086
|
}
|
|
8086
|
-
var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8087
|
+
var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
|
|
8087
8088
|
var buttonSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8088
|
-
function isUndefined$
|
|
8089
|
+
function isUndefined$3(entry) {
|
|
8089
8090
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
8090
8091
|
}
|
|
8091
|
-
const _sfc_main$
|
|
8092
|
+
const _sfc_main$p = {
|
|
8092
8093
|
components: {
|
|
8093
8094
|
OptionSlot
|
|
8094
8095
|
},
|
|
@@ -8144,7 +8145,7 @@ const _sfc_main$o = {
|
|
|
8144
8145
|
},
|
|
8145
8146
|
cleanOutput(val) {
|
|
8146
8147
|
var self2 = this;
|
|
8147
|
-
if (isUndefined$
|
|
8148
|
+
if (isUndefined$3(val)) {
|
|
8148
8149
|
if (self2.multiValue) {
|
|
8149
8150
|
val = [];
|
|
8150
8151
|
} else {
|
|
@@ -8209,30 +8210,30 @@ const _sfc_main$o = {
|
|
|
8209
8210
|
}
|
|
8210
8211
|
}
|
|
8211
8212
|
};
|
|
8212
|
-
const _hoisted_1$
|
|
8213
|
+
const _hoisted_1$j = {
|
|
8213
8214
|
key: 0,
|
|
8214
8215
|
class: "ux-field-title"
|
|
8215
8216
|
};
|
|
8216
|
-
const _hoisted_2$
|
|
8217
|
+
const _hoisted_2$e = {
|
|
8217
8218
|
key: 0,
|
|
8218
8219
|
class: "ux-required-marker"
|
|
8219
8220
|
};
|
|
8220
|
-
const _hoisted_3$
|
|
8221
|
+
const _hoisted_3$c = {
|
|
8221
8222
|
key: 1,
|
|
8222
8223
|
class: "ux-field-description"
|
|
8223
8224
|
};
|
|
8224
|
-
const _hoisted_4$
|
|
8225
|
-
function _sfc_render$
|
|
8225
|
+
const _hoisted_4$c = { class: "buttons" };
|
|
8226
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8226
8227
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
8227
8228
|
const _component_ux_button = resolveComponent("ux-button");
|
|
8228
8229
|
const _component_option_slot = resolveComponent("option-slot");
|
|
8229
8230
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
8230
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
8231
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$j, [
|
|
8231
8232
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
8232
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
8233
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
|
|
8233
8234
|
])) : createCommentVNode("", true),
|
|
8234
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8235
|
-
createElementVNode("div", _hoisted_4$
|
|
8235
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
8236
|
+
createElementVNode("div", _hoisted_4$c, [
|
|
8236
8237
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
|
|
8237
8238
|
return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
|
|
8238
8239
|
default: withCtx(({ plainValue }) => [
|
|
@@ -8256,9 +8257,9 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8256
8257
|
])
|
|
8257
8258
|
], 64);
|
|
8258
8259
|
}
|
|
8259
|
-
var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8260
|
+
var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-4b69def8"]]);
|
|
8260
8261
|
var objectField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8261
|
-
const _sfc_main$
|
|
8262
|
+
const _sfc_main$o = {
|
|
8262
8263
|
props: {
|
|
8263
8264
|
modelValue: {
|
|
8264
8265
|
type: Object
|
|
@@ -8272,32 +8273,32 @@ const _sfc_main$n = {
|
|
|
8272
8273
|
}
|
|
8273
8274
|
}
|
|
8274
8275
|
};
|
|
8275
|
-
const _hoisted_1$
|
|
8276
|
+
const _hoisted_1$i = {
|
|
8276
8277
|
key: 0,
|
|
8277
8278
|
class: "ux-field-title"
|
|
8278
8279
|
};
|
|
8279
|
-
const _hoisted_2$
|
|
8280
|
+
const _hoisted_2$d = {
|
|
8280
8281
|
key: 0,
|
|
8281
8282
|
class: "ux-required-marker"
|
|
8282
8283
|
};
|
|
8283
|
-
const _hoisted_3$
|
|
8284
|
+
const _hoisted_3$b = {
|
|
8284
8285
|
key: 1,
|
|
8285
8286
|
class: "ux-field-description"
|
|
8286
8287
|
};
|
|
8287
|
-
const _hoisted_4$
|
|
8288
|
-
const _hoisted_5$
|
|
8289
|
-
function _sfc_render$
|
|
8288
|
+
const _hoisted_4$b = { key: 2 };
|
|
8289
|
+
const _hoisted_5$7 = { key: 3 };
|
|
8290
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8290
8291
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
8291
8292
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
8292
8293
|
const _component_ux_button = resolveComponent("ux-button");
|
|
8293
8294
|
const _component_flex_row = resolveComponent("flex-row");
|
|
8294
8295
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
8295
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
8296
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$i, [
|
|
8296
8297
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
8297
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
8298
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
8298
8299
|
])) : createCommentVNode("", true),
|
|
8299
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8300
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
8300
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
8301
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$b, [
|
|
8301
8302
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
8302
8303
|
return openBlock(), createBlock(_component_flex_row, {
|
|
8303
8304
|
class: "ux-text-row",
|
|
@@ -8346,12 +8347,12 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8346
8347
|
]),
|
|
8347
8348
|
_: 1
|
|
8348
8349
|
})) : createCommentVNode("", true)
|
|
8349
|
-
])) : (openBlock(), createElementBlock("pre", _hoisted_5$
|
|
8350
|
+
])) : (openBlock(), createElementBlock("pre", _hoisted_5$7, toDisplayString(_ctx.model), 1))
|
|
8350
8351
|
], 64);
|
|
8351
8352
|
}
|
|
8352
|
-
var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8353
|
+
var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-6b3fc2f2"]]);
|
|
8353
8354
|
var optionsManager_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8354
|
-
const _sfc_main$
|
|
8355
|
+
const _sfc_main$n = {
|
|
8355
8356
|
props: {
|
|
8356
8357
|
modelValue: {
|
|
8357
8358
|
type: [String, Array]
|
|
@@ -8446,22 +8447,22 @@ const _sfc_main$m = {
|
|
|
8446
8447
|
}
|
|
8447
8448
|
};
|
|
8448
8449
|
const _withScopeId$1 = (n2) => (pushScopeId("data-v-42a51394"), n2 = n2(), popScopeId(), n2);
|
|
8449
|
-
const _hoisted_1$
|
|
8450
|
+
const _hoisted_1$h = {
|
|
8450
8451
|
key: 0,
|
|
8451
8452
|
class: "ux-field-title"
|
|
8452
8453
|
};
|
|
8453
|
-
const _hoisted_2$
|
|
8454
|
+
const _hoisted_2$c = {
|
|
8454
8455
|
key: 0,
|
|
8455
8456
|
class: "ux-required-marker"
|
|
8456
8457
|
};
|
|
8457
|
-
const _hoisted_3$
|
|
8458
|
+
const _hoisted_3$a = {
|
|
8458
8459
|
key: 1,
|
|
8459
8460
|
class: "ux-field-description"
|
|
8460
8461
|
};
|
|
8461
|
-
const _hoisted_4$
|
|
8462
|
-
const _hoisted_5$
|
|
8463
|
-
const _hoisted_6$
|
|
8464
|
-
const _hoisted_7$
|
|
8462
|
+
const _hoisted_4$a = { key: 2 };
|
|
8463
|
+
const _hoisted_5$6 = { class: "ux-text-wrap prefixed" };
|
|
8464
|
+
const _hoisted_6$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
8465
|
+
const _hoisted_7$4 = ["onBlur", "onUpdate:modelValue"];
|
|
8465
8466
|
const _hoisted_8$2 = ["onBlur", "onUpdate:modelValue"];
|
|
8466
8467
|
const _hoisted_9$1 = { class: "ux-text-wrap prefixed" };
|
|
8467
8468
|
const _hoisted_10$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
|
|
@@ -8471,18 +8472,18 @@ const _hoisted_13 = { class: "ux-text-wrap prefixed" };
|
|
|
8471
8472
|
const _hoisted_14 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
8472
8473
|
const _hoisted_15 = { class: "ux-text-wrap prefixed" };
|
|
8473
8474
|
const _hoisted_16 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
|
|
8474
|
-
function _sfc_render$
|
|
8475
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8475
8476
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
8476
8477
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
8477
8478
|
const _component_ux_button = resolveComponent("ux-button");
|
|
8478
8479
|
const _component_flex_row = resolveComponent("flex-row");
|
|
8479
8480
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
8480
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
8481
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$h, [
|
|
8481
8482
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
8482
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
8483
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
|
|
8483
8484
|
])) : createCommentVNode("", true),
|
|
8484
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8485
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
8485
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
8486
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$a, [
|
|
8486
8487
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
8487
8488
|
return openBlock(), createBlock(_component_flex_row, {
|
|
8488
8489
|
class: "ux-text-row",
|
|
@@ -8491,8 +8492,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8491
8492
|
default: withCtx(() => [
|
|
8492
8493
|
createVNode(_component_flex_cell, null, {
|
|
8493
8494
|
default: withCtx(() => [
|
|
8494
|
-
createElementVNode("div", _hoisted_5$
|
|
8495
|
-
_hoisted_6$
|
|
8495
|
+
createElementVNode("div", _hoisted_5$6, [
|
|
8496
|
+
_hoisted_6$5,
|
|
8496
8497
|
$options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
|
|
8497
8498
|
key: 0,
|
|
8498
8499
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -8503,7 +8504,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8503
8504
|
onKeydown: _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => _ctx.add(), ["stop", "prevent"]), ["enter"])),
|
|
8504
8505
|
onBlur: ($event) => $options.titleBlurred(index2),
|
|
8505
8506
|
"onUpdate:modelValue": [($event) => $options.entryTitleChanged(index2), ($event) => _ctx.model[index2].title = $event]
|
|
8506
|
-
}, null, 40, _hoisted_7$
|
|
8507
|
+
}, null, 40, _hoisted_7$4)), [
|
|
8507
8508
|
[
|
|
8508
8509
|
vModelText,
|
|
8509
8510
|
_ctx.model[index2].title,
|
|
@@ -8689,10 +8690,12 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8689
8690
|
}))
|
|
8690
8691
|
], 64);
|
|
8691
8692
|
}
|
|
8692
|
-
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8693
|
+
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-42a51394"]]);
|
|
8693
8694
|
var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8694
|
-
const _sfc_main$
|
|
8695
|
-
components: {
|
|
8695
|
+
const _sfc_main$m = {
|
|
8696
|
+
components: {
|
|
8697
|
+
VAceEditor
|
|
8698
|
+
},
|
|
8696
8699
|
methods: {
|
|
8697
8700
|
editorInit() {
|
|
8698
8701
|
}
|
|
@@ -8726,13 +8729,28 @@ const _sfc_main$l = {
|
|
|
8726
8729
|
};
|
|
8727
8730
|
}
|
|
8728
8731
|
};
|
|
8729
|
-
function _sfc_render$
|
|
8732
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8733
|
+
const _component_v_ace_editor = resolveComponent("v-ace-editor");
|
|
8730
8734
|
const _component_flex_column = resolveComponent("flex-column");
|
|
8731
|
-
return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 }
|
|
8735
|
+
return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
8736
|
+
default: withCtx(() => [
|
|
8737
|
+
createVNode(_component_v_ace_editor, {
|
|
8738
|
+
class: "editor-wrap",
|
|
8739
|
+
value: $data.model,
|
|
8740
|
+
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => $data.model = $event),
|
|
8741
|
+
options: { useWorker: true },
|
|
8742
|
+
onInit: $options.editorInit,
|
|
8743
|
+
lang: $props.lang,
|
|
8744
|
+
theme: "tomorrow_night_eighties",
|
|
8745
|
+
style: { "height": "300px" }
|
|
8746
|
+
}, null, 8, ["value", "onInit", "lang"])
|
|
8747
|
+
]),
|
|
8748
|
+
_: 1
|
|
8749
|
+
})) : createCommentVNode("", true);
|
|
8732
8750
|
}
|
|
8733
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8751
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-75a102c6"]]);
|
|
8734
8752
|
var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8735
|
-
const _sfc_main$
|
|
8753
|
+
const _sfc_main$l = {
|
|
8736
8754
|
components: {
|
|
8737
8755
|
CodeEditor
|
|
8738
8756
|
},
|
|
@@ -8753,37 +8771,37 @@ const _sfc_main$k = {
|
|
|
8753
8771
|
}
|
|
8754
8772
|
}
|
|
8755
8773
|
};
|
|
8756
|
-
const _hoisted_1$
|
|
8774
|
+
const _hoisted_1$g = {
|
|
8757
8775
|
key: 0,
|
|
8758
8776
|
class: "ux-field-title"
|
|
8759
8777
|
};
|
|
8760
|
-
const _hoisted_2$
|
|
8778
|
+
const _hoisted_2$b = {
|
|
8761
8779
|
key: 0,
|
|
8762
8780
|
class: "ux-required-marker"
|
|
8763
8781
|
};
|
|
8764
|
-
const _hoisted_3$
|
|
8782
|
+
const _hoisted_3$9 = {
|
|
8765
8783
|
key: 1,
|
|
8766
8784
|
class: "ux-field-description"
|
|
8767
8785
|
};
|
|
8768
|
-
const _hoisted_4$
|
|
8769
|
-
const _hoisted_5$
|
|
8770
|
-
const _hoisted_6$
|
|
8786
|
+
const _hoisted_4$9 = { key: 2 };
|
|
8787
|
+
const _hoisted_5$5 = { class: "code-editor-field-wrap" };
|
|
8788
|
+
const _hoisted_6$4 = {
|
|
8771
8789
|
key: 3,
|
|
8772
8790
|
class: "code-editor-field-wrap"
|
|
8773
8791
|
};
|
|
8774
|
-
function _sfc_render$
|
|
8792
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8775
8793
|
const _component_code_editor = resolveComponent("code-editor");
|
|
8776
8794
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
8777
8795
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
8778
8796
|
const _component_ux_button = resolveComponent("ux-button");
|
|
8779
8797
|
const _component_flex_row = resolveComponent("flex-row");
|
|
8780
8798
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
8781
|
-
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$
|
|
8799
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$g, [
|
|
8782
8800
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
8783
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
8801
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
|
|
8784
8802
|
])) : createCommentVNode("", true),
|
|
8785
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8786
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
8803
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$9, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
8804
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
|
|
8787
8805
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
8788
8806
|
return openBlock(), createBlock(_component_flex_row, {
|
|
8789
8807
|
class: "ux-text-row",
|
|
@@ -8792,7 +8810,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8792
8810
|
default: withCtx(() => [
|
|
8793
8811
|
createVNode(_component_flex_cell, null, {
|
|
8794
8812
|
default: withCtx(() => [
|
|
8795
|
-
createElementVNode("div", _hoisted_5$
|
|
8813
|
+
createElementVNode("div", _hoisted_5$5, [
|
|
8796
8814
|
createVNode(_component_code_editor, {
|
|
8797
8815
|
lang: $options.syntax,
|
|
8798
8816
|
onFocus: _ctx.touch,
|
|
@@ -8838,7 +8856,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8838
8856
|
]),
|
|
8839
8857
|
_: 1
|
|
8840
8858
|
})) : createCommentVNode("", true)
|
|
8841
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_6$
|
|
8859
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_6$4, [
|
|
8842
8860
|
createVNode(_component_code_editor, {
|
|
8843
8861
|
lang: $options.syntax,
|
|
8844
8862
|
class: "ux-code-editor ux-field-focus ux-text-area-single",
|
|
@@ -8849,12 +8867,12 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8849
8867
|
]))
|
|
8850
8868
|
], 64);
|
|
8851
8869
|
}
|
|
8852
|
-
var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8870
|
+
var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-06a239bb"]]);
|
|
8853
8871
|
var InternalRouteSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8854
|
-
function isUndefined$
|
|
8872
|
+
function isUndefined$2(entry) {
|
|
8855
8873
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
8856
8874
|
}
|
|
8857
|
-
const _sfc_main$
|
|
8875
|
+
const _sfc_main$k = {
|
|
8858
8876
|
props: {
|
|
8859
8877
|
title: {
|
|
8860
8878
|
type: String
|
|
@@ -8868,7 +8886,7 @@ const _sfc_main$j = {
|
|
|
8868
8886
|
methods: {
|
|
8869
8887
|
cleanOutput(val) {
|
|
8870
8888
|
var self2 = this;
|
|
8871
|
-
if (isUndefined$
|
|
8889
|
+
if (isUndefined$2(val)) {
|
|
8872
8890
|
if (self2.multiValue) {
|
|
8873
8891
|
val = [];
|
|
8874
8892
|
} else {
|
|
@@ -8973,6 +8991,172 @@ const _sfc_main$j = {
|
|
|
8973
8991
|
}
|
|
8974
8992
|
}
|
|
8975
8993
|
};
|
|
8994
|
+
const _hoisted_1$f = {
|
|
8995
|
+
key: 0,
|
|
8996
|
+
class: "ux-field-title"
|
|
8997
|
+
};
|
|
8998
|
+
const _hoisted_2$a = {
|
|
8999
|
+
key: 0,
|
|
9000
|
+
class: "ux-required-marker"
|
|
9001
|
+
};
|
|
9002
|
+
const _hoisted_3$8 = {
|
|
9003
|
+
key: 1,
|
|
9004
|
+
class: "ux-field-description"
|
|
9005
|
+
};
|
|
9006
|
+
const _hoisted_4$8 = {
|
|
9007
|
+
key: 2,
|
|
9008
|
+
class: "ui-select-button"
|
|
9009
|
+
};
|
|
9010
|
+
const _hoisted_5$4 = ["multiple"];
|
|
9011
|
+
const _hoisted_6$3 = {
|
|
9012
|
+
key: 0,
|
|
9013
|
+
value: ""
|
|
9014
|
+
};
|
|
9015
|
+
const _hoisted_7$3 = ["value"];
|
|
9016
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9017
|
+
const _component_ux_button = resolveComponent("ux-button");
|
|
9018
|
+
return openBlock(), createElementBlock("div", {
|
|
9019
|
+
class: normalizeClass(["native-select", $options.classes])
|
|
9020
|
+
}, [
|
|
9021
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$f, [
|
|
9022
|
+
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
9023
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
|
|
9024
|
+
])) : createCommentVNode("", true),
|
|
9025
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$8, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
9026
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
9027
|
+
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
9028
|
+
createVNode(_component_ux_button, { tag: "div" }, {
|
|
9029
|
+
default: withCtx(() => [
|
|
9030
|
+
createTextVNode(toDisplayString($options.summary), 1)
|
|
9031
|
+
]),
|
|
9032
|
+
_: 1
|
|
9033
|
+
})
|
|
9034
|
+
], true)
|
|
9035
|
+
])) : createCommentVNode("", true),
|
|
9036
|
+
withDirectives(createElementVNode("select", {
|
|
9037
|
+
onFocus: _cache[0] || (_cache[0] = (...args) => _ctx.touch && _ctx.touch(...args)),
|
|
9038
|
+
multiple: _ctx.multiValue,
|
|
9039
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
9040
|
+
}, [
|
|
9041
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$3, "None")) : createCommentVNode("", true),
|
|
9042
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
9043
|
+
return openBlock(), createElementBlock("option", {
|
|
9044
|
+
value: option2.value
|
|
9045
|
+
}, toDisplayString(option2.title), 9, _hoisted_7$3);
|
|
9046
|
+
}), 256))
|
|
9047
|
+
], 40, _hoisted_5$4), [
|
|
9048
|
+
[vModelSelect, _ctx.model]
|
|
9049
|
+
])
|
|
9050
|
+
], 2);
|
|
9051
|
+
}
|
|
9052
|
+
var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-7662837a"]]);
|
|
9053
|
+
var InternalMenuSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
9054
|
+
function isUndefined$1(entry) {
|
|
9055
|
+
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
9056
|
+
}
|
|
9057
|
+
const _sfc_main$j = {
|
|
9058
|
+
props: {
|
|
9059
|
+
title: {
|
|
9060
|
+
type: String
|
|
9061
|
+
},
|
|
9062
|
+
modelValue: {}
|
|
9063
|
+
},
|
|
9064
|
+
mixins: [InputMixin],
|
|
9065
|
+
created() {
|
|
9066
|
+
this.model = this.model;
|
|
9067
|
+
},
|
|
9068
|
+
methods: {
|
|
9069
|
+
cleanOutput(val) {
|
|
9070
|
+
var self2 = this;
|
|
9071
|
+
if (isUndefined$1(val)) {
|
|
9072
|
+
if (self2.multiValue) {
|
|
9073
|
+
val = [];
|
|
9074
|
+
} else {
|
|
9075
|
+
val = void 0;
|
|
9076
|
+
}
|
|
9077
|
+
} else {
|
|
9078
|
+
if (self2.multiValue) {
|
|
9079
|
+
val = (val || []).filter(Boolean).map(function(i2) {
|
|
9080
|
+
return self2.getValue(i2);
|
|
9081
|
+
});
|
|
9082
|
+
} else {
|
|
9083
|
+
val = self2.getValue(val);
|
|
9084
|
+
}
|
|
9085
|
+
}
|
|
9086
|
+
return val;
|
|
9087
|
+
},
|
|
9088
|
+
cleanInput(val) {
|
|
9089
|
+
var self2 = this;
|
|
9090
|
+
if (self2.multiValue) {
|
|
9091
|
+
if (!val) {
|
|
9092
|
+
val = [];
|
|
9093
|
+
}
|
|
9094
|
+
if (!Array.isArray(val)) {
|
|
9095
|
+
val = [val];
|
|
9096
|
+
}
|
|
9097
|
+
if (self2.maximum) {
|
|
9098
|
+
if (val.length > self2.maximum) {
|
|
9099
|
+
val.length = self2.maximum;
|
|
9100
|
+
}
|
|
9101
|
+
}
|
|
9102
|
+
val = val.filter(Boolean).map(function(v) {
|
|
9103
|
+
var valueKey2 = self2.getValue(v);
|
|
9104
|
+
return self2.returnObject ? self2.optionLookup[valueKey2] : valueKey2;
|
|
9105
|
+
});
|
|
9106
|
+
} else {
|
|
9107
|
+
var valueKey = self2.getValue(val);
|
|
9108
|
+
val = self2.returnObject ? self2.optionLookup[valueKey] : valueKey;
|
|
9109
|
+
}
|
|
9110
|
+
return val;
|
|
9111
|
+
}
|
|
9112
|
+
},
|
|
9113
|
+
computed: {
|
|
9114
|
+
interface() {
|
|
9115
|
+
var editor = this.$qik.global.editor;
|
|
9116
|
+
if (!editor) {
|
|
9117
|
+
return;
|
|
9118
|
+
}
|
|
9119
|
+
return editor.model;
|
|
9120
|
+
},
|
|
9121
|
+
returnObject() {
|
|
9122
|
+
return false;
|
|
9123
|
+
},
|
|
9124
|
+
classes() {
|
|
9125
|
+
var array = [];
|
|
9126
|
+
if (this.multiValue) {
|
|
9127
|
+
array.push("multiple");
|
|
9128
|
+
} else {
|
|
9129
|
+
array.push("single");
|
|
9130
|
+
}
|
|
9131
|
+
return array;
|
|
9132
|
+
},
|
|
9133
|
+
optionLookup() {
|
|
9134
|
+
var self2 = this;
|
|
9135
|
+
return self2.actualOptions.reduce(function(set, option2) {
|
|
9136
|
+
const key = self2.getValue(option2);
|
|
9137
|
+
set[key] = option2;
|
|
9138
|
+
return set;
|
|
9139
|
+
}, {});
|
|
9140
|
+
},
|
|
9141
|
+
summary() {
|
|
9142
|
+
return this.model ? this.getLabel(this.optionLookup[this.model]) : this.title || "Click to select";
|
|
9143
|
+
},
|
|
9144
|
+
actualOptions() {
|
|
9145
|
+
if (!this.interface) {
|
|
9146
|
+
return [];
|
|
9147
|
+
}
|
|
9148
|
+
return this.interface.menus.map(function(menu) {
|
|
9149
|
+
return {
|
|
9150
|
+
title: menu.title,
|
|
9151
|
+
value: menu.name
|
|
9152
|
+
};
|
|
9153
|
+
});
|
|
9154
|
+
},
|
|
9155
|
+
selectableOptions() {
|
|
9156
|
+
return this.actualOptions;
|
|
9157
|
+
}
|
|
9158
|
+
}
|
|
9159
|
+
};
|
|
8976
9160
|
const _hoisted_1$e = {
|
|
8977
9161
|
key: 0,
|
|
8978
9162
|
class: "ux-field-title"
|
|
@@ -8997,44 +9181,41 @@ const _hoisted_6$2 = {
|
|
|
8997
9181
|
const _hoisted_7$2 = ["value"];
|
|
8998
9182
|
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8999
9183
|
const _component_ux_button = resolveComponent("ux-button");
|
|
9000
|
-
return openBlock(), createElementBlock(
|
|
9001
|
-
|
|
9002
|
-
|
|
9184
|
+
return openBlock(), createElementBlock("div", {
|
|
9185
|
+
class: normalizeClass(["native-select", $options.classes])
|
|
9186
|
+
}, [
|
|
9187
|
+
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$e, [
|
|
9188
|
+
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
9189
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$9, "*")) : createCommentVNode("", true)
|
|
9190
|
+
])) : createCommentVNode("", true),
|
|
9191
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$7, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
9192
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
|
|
9193
|
+
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
9194
|
+
createVNode(_component_ux_button, { tag: "div" }, {
|
|
9195
|
+
default: withCtx(() => [
|
|
9196
|
+
createTextVNode(toDisplayString($options.summary), 1)
|
|
9197
|
+
]),
|
|
9198
|
+
_: 1
|
|
9199
|
+
})
|
|
9200
|
+
], true)
|
|
9201
|
+
])) : createCommentVNode("", true),
|
|
9202
|
+
withDirectives(createElementVNode("select", {
|
|
9203
|
+
onFocus: _cache[0] || (_cache[0] = (...args) => _ctx.touch && _ctx.touch(...args)),
|
|
9204
|
+
multiple: _ctx.multiValue,
|
|
9205
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
9003
9206
|
}, [
|
|
9004
|
-
_ctx.
|
|
9005
|
-
|
|
9006
|
-
|
|
9007
|
-
|
|
9008
|
-
|
|
9009
|
-
|
|
9010
|
-
|
|
9011
|
-
|
|
9012
|
-
|
|
9013
|
-
|
|
9014
|
-
]),
|
|
9015
|
-
_: 1
|
|
9016
|
-
})
|
|
9017
|
-
], true)
|
|
9018
|
-
])) : createCommentVNode("", true),
|
|
9019
|
-
withDirectives(createElementVNode("select", {
|
|
9020
|
-
onFocus: _cache[0] || (_cache[0] = (...args) => _ctx.touch && _ctx.touch(...args)),
|
|
9021
|
-
multiple: _ctx.multiValue,
|
|
9022
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
9023
|
-
}, [
|
|
9024
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$2, "None")) : createCommentVNode("", true),
|
|
9025
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
9026
|
-
return openBlock(), createElementBlock("option", {
|
|
9027
|
-
value: option2.value
|
|
9028
|
-
}, toDisplayString(option2.title), 9, _hoisted_7$2);
|
|
9029
|
-
}), 256))
|
|
9030
|
-
], 40, _hoisted_5$3), [
|
|
9031
|
-
[vModelSelect, _ctx.model]
|
|
9032
|
-
])
|
|
9033
|
-
], 2),
|
|
9034
|
-
createElementVNode("pre", null, toDisplayString($options.actualOptions), 1)
|
|
9035
|
-
], 64);
|
|
9207
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$2, "None")) : createCommentVNode("", true),
|
|
9208
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
9209
|
+
return openBlock(), createElementBlock("option", {
|
|
9210
|
+
value: option2.value
|
|
9211
|
+
}, toDisplayString(option2.title), 9, _hoisted_7$2);
|
|
9212
|
+
}), 256))
|
|
9213
|
+
], 40, _hoisted_5$3), [
|
|
9214
|
+
[vModelSelect, _ctx.model]
|
|
9215
|
+
])
|
|
9216
|
+
], 2);
|
|
9036
9217
|
}
|
|
9037
|
-
var
|
|
9218
|
+
var InternalMenuSelect = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-a9c8bb64"]]);
|
|
9038
9219
|
var jsep = { exports: {} };
|
|
9039
9220
|
(function(module, exports) {
|
|
9040
9221
|
(function(root2) {
|
|
@@ -9844,6 +10025,7 @@ function computedExpression(key) {
|
|
|
9844
10025
|
const _sfc_main$i = {
|
|
9845
10026
|
components: {
|
|
9846
10027
|
InternalRouteSelect,
|
|
10028
|
+
InternalMenuSelect,
|
|
9847
10029
|
ButtonSelect,
|
|
9848
10030
|
NativeSelect,
|
|
9849
10031
|
DateField,
|
|
@@ -10031,13 +10213,20 @@ const _sfc_main$i = {
|
|
|
10031
10213
|
},
|
|
10032
10214
|
actualField() {
|
|
10033
10215
|
var field = this.field;
|
|
10216
|
+
var actual = field;
|
|
10034
10217
|
if (this.getExpressionRequired) {
|
|
10035
|
-
|
|
10218
|
+
actual = Object.assign({}, actual, { minimum: 1 });
|
|
10036
10219
|
}
|
|
10037
10220
|
if (this.getExpressionReferenceType) {
|
|
10038
|
-
|
|
10221
|
+
actual = Object.assign({}, actual, { referenceType: this.getExpressionReferenceType });
|
|
10222
|
+
}
|
|
10223
|
+
if (this.getExpressionWidgetType) {
|
|
10224
|
+
actual = Object.assign({}, actual, { widget: this.getExpressionWidgetType });
|
|
10039
10225
|
}
|
|
10040
|
-
|
|
10226
|
+
if (this.getExpressionSyntax) {
|
|
10227
|
+
actual = Object.assign({}, actual, { syntax: this.getExpressionSyntax });
|
|
10228
|
+
}
|
|
10229
|
+
return actual;
|
|
10041
10230
|
},
|
|
10042
10231
|
changeString() {
|
|
10043
10232
|
return `${JSON.stringify(this.fieldModel)}-${this.actualField.minimum}-${this.actualField.referenceType}`;
|
|
@@ -10090,6 +10279,8 @@ const _sfc_main$i = {
|
|
|
10090
10279
|
getExpressionDefaultValue: computedExpression("defaultValue"),
|
|
10091
10280
|
getExpressionValue: computedExpression("value"),
|
|
10092
10281
|
getExpressionReferenceType: computedExpression("referenceType"),
|
|
10282
|
+
getExpressionWidgetType: computedExpression("widget"),
|
|
10283
|
+
getExpressionSyntax: computedExpression("syntax"),
|
|
10093
10284
|
hasExpressionDefaultValue: hasExpression("defaultValue"),
|
|
10094
10285
|
expressions() {
|
|
10095
10286
|
return this.field.expressions;
|
|
@@ -10176,6 +10367,7 @@ const _sfc_main$i = {
|
|
|
10176
10367
|
}
|
|
10177
10368
|
var widget = this.actualField.widget;
|
|
10178
10369
|
switch (widget) {
|
|
10370
|
+
case "internal-menu":
|
|
10179
10371
|
case "internal-route":
|
|
10180
10372
|
case "content-select":
|
|
10181
10373
|
case "select":
|
|
@@ -10229,11 +10421,12 @@ const _sfc_main$i = {
|
|
|
10229
10421
|
}
|
|
10230
10422
|
};
|
|
10231
10423
|
const _hoisted_1$d = {
|
|
10232
|
-
key:
|
|
10424
|
+
key: 23,
|
|
10233
10425
|
class: "ux-field-message"
|
|
10234
10426
|
};
|
|
10235
10427
|
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10236
10428
|
const _component_internal_route_select = resolveComponent("internal-route-select");
|
|
10429
|
+
const _component_internal_menu_select = resolveComponent("internal-menu-select");
|
|
10237
10430
|
const _component_custom_html = resolveComponent("custom-html");
|
|
10238
10431
|
const _component_filter_input = resolveComponent("filter-input");
|
|
10239
10432
|
const _component_checkbox = resolveComponent("checkbox");
|
|
@@ -10257,54 +10450,59 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10257
10450
|
return $options.visible ? (openBlock(), createElementBlock("div", {
|
|
10258
10451
|
key: 0,
|
|
10259
10452
|
class: normalizeClass(["ux-field", $options.classes]),
|
|
10260
|
-
onFocusin: _cache[
|
|
10261
|
-
onFocusout: _cache[
|
|
10453
|
+
onFocusin: _cache[23] || (_cache[23] = (...args) => $options.focus && $options.focus(...args)),
|
|
10454
|
+
onFocusout: _cache[24] || (_cache[24] = (...args) => $options.blur && $options.blur(...args))
|
|
10262
10455
|
}, [
|
|
10263
|
-
$options.widget == "internal-route" ? (openBlock(),
|
|
10264
|
-
|
|
10265
|
-
|
|
10266
|
-
|
|
10267
|
-
|
|
10268
|
-
|
|
10269
|
-
|
|
10270
|
-
|
|
10271
|
-
], 64)) : createCommentVNode("", true),
|
|
10272
|
-
$options.widget == "html" ? (openBlock(), createBlock(_component_custom_html, {
|
|
10456
|
+
$options.widget == "internal-route" ? (openBlock(), createBlock(_component_internal_route_select, {
|
|
10457
|
+
key: 0,
|
|
10458
|
+
onTouched: $options.touch,
|
|
10459
|
+
field: $options.actualField,
|
|
10460
|
+
modelValue: $options.fieldModel,
|
|
10461
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.fieldModel = $event)
|
|
10462
|
+
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10463
|
+
$options.widget == "internal-menu" ? (openBlock(), createBlock(_component_internal_menu_select, {
|
|
10273
10464
|
key: 1,
|
|
10274
10465
|
onTouched: $options.touch,
|
|
10275
10466
|
field: $options.actualField,
|
|
10276
10467
|
modelValue: $options.fieldModel,
|
|
10277
10468
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $options.fieldModel = $event)
|
|
10278
10469
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10279
|
-
$options.widget == "
|
|
10470
|
+
$options.widget == "html" ? (openBlock(), createBlock(_component_custom_html, {
|
|
10280
10471
|
key: 2,
|
|
10281
10472
|
onTouched: $options.touch,
|
|
10282
10473
|
field: $options.actualField,
|
|
10283
10474
|
modelValue: $options.fieldModel,
|
|
10284
10475
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $options.fieldModel = $event)
|
|
10285
10476
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10286
|
-
$options.widget == "
|
|
10477
|
+
$options.widget == "filter" ? (openBlock(), createBlock(_component_filter_input, {
|
|
10287
10478
|
key: 3,
|
|
10288
10479
|
onTouched: $options.touch,
|
|
10289
10480
|
field: $options.actualField,
|
|
10290
10481
|
modelValue: $options.fieldModel,
|
|
10291
10482
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $options.fieldModel = $event)
|
|
10292
10483
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10293
|
-
$options.widget == "
|
|
10484
|
+
$options.widget == "checkbox" ? (openBlock(), createBlock(_component_checkbox, {
|
|
10294
10485
|
key: 4,
|
|
10295
10486
|
onTouched: $options.touch,
|
|
10296
10487
|
field: $options.actualField,
|
|
10297
10488
|
modelValue: $options.fieldModel,
|
|
10298
10489
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $options.fieldModel = $event)
|
|
10299
10490
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10300
|
-
$options.widget == "
|
|
10491
|
+
$options.widget == "switch" ? (openBlock(), createBlock(_component_boolean_switch, {
|
|
10301
10492
|
key: 5,
|
|
10302
10493
|
onTouched: $options.touch,
|
|
10303
10494
|
field: $options.actualField,
|
|
10304
10495
|
modelValue: $options.fieldModel,
|
|
10305
10496
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $options.fieldModel = $event)
|
|
10306
10497
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10307
|
-
$options.widget == "
|
|
10498
|
+
$options.widget == "upload" ? (openBlock(), createBlock(_component_upload, {
|
|
10499
|
+
key: 6,
|
|
10500
|
+
onTouched: $options.touch,
|
|
10501
|
+
field: $options.actualField,
|
|
10502
|
+
modelValue: $options.fieldModel,
|
|
10503
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $options.fieldModel = $event)
|
|
10504
|
+
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10505
|
+
$options.widget == "group" ? (openBlock(), createElementBlock(Fragment, { key: 7 }, [
|
|
10308
10506
|
$options.asObject ? (openBlock(), createBlock(_component_field_group, {
|
|
10309
10507
|
key: 0,
|
|
10310
10508
|
"onForm:state": $options.groupStateAltered,
|
|
@@ -10313,7 +10511,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10313
10511
|
field: $options.actualField,
|
|
10314
10512
|
parentModel: $props.parentModel,
|
|
10315
10513
|
modelValue: $options.fieldModel,
|
|
10316
|
-
"onUpdate:modelValue": _cache[
|
|
10514
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => $options.fieldModel = $event)
|
|
10317
10515
|
}, null, 8, ["onForm:state", "onTouched", "field", "parentModel", "modelValue"])) : (openBlock(), createBlock(_component_field_group, {
|
|
10318
10516
|
key: 1,
|
|
10319
10517
|
"onForm:state": $options.groupStateAltered,
|
|
@@ -10322,103 +10520,103 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10322
10520
|
field: $options.actualField,
|
|
10323
10521
|
parentModel: $props.parentModel,
|
|
10324
10522
|
modelValue: $options.sourceModel,
|
|
10325
|
-
"onUpdate:modelValue": _cache[
|
|
10523
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $options.sourceModel = $event)
|
|
10326
10524
|
}, null, 8, ["onForm:state", "onTouched", "field", "parentModel", "modelValue"]))
|
|
10327
10525
|
], 64)) : createCommentVNode("", true),
|
|
10328
10526
|
$options.widget == "select" ? (openBlock(), createBlock(_component_native_select, {
|
|
10329
|
-
key: 7,
|
|
10330
|
-
onTouched: $options.touch,
|
|
10331
|
-
field: $options.actualField,
|
|
10332
|
-
modelValue: $options.fieldModel,
|
|
10333
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $options.fieldModel = $event)
|
|
10334
|
-
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10335
|
-
$options.widget == "button" ? (openBlock(), createBlock(_component_button_select, {
|
|
10336
10527
|
key: 8,
|
|
10337
10528
|
onTouched: $options.touch,
|
|
10338
10529
|
field: $options.actualField,
|
|
10339
10530
|
modelValue: $options.fieldModel,
|
|
10340
10531
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => $options.fieldModel = $event)
|
|
10341
10532
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10342
|
-
$options.widget == "
|
|
10533
|
+
$options.widget == "button" ? (openBlock(), createBlock(_component_button_select, {
|
|
10343
10534
|
key: 9,
|
|
10344
10535
|
onTouched: $options.touch,
|
|
10345
10536
|
field: $options.actualField,
|
|
10346
10537
|
modelValue: $options.fieldModel,
|
|
10347
10538
|
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => $options.fieldModel = $event)
|
|
10348
10539
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10349
|
-
$options.widget == "
|
|
10540
|
+
$options.widget == "textfield" ? (openBlock(), createBlock(_component_text_field, {
|
|
10350
10541
|
key: 10,
|
|
10351
10542
|
onTouched: $options.touch,
|
|
10352
10543
|
field: $options.actualField,
|
|
10353
10544
|
modelValue: $options.fieldModel,
|
|
10354
10545
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => $options.fieldModel = $event)
|
|
10355
10546
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10356
|
-
$options.widget == "
|
|
10547
|
+
$options.widget == "currency" ? (openBlock(), createBlock(_component_currency_field, {
|
|
10357
10548
|
key: 11,
|
|
10358
10549
|
onTouched: $options.touch,
|
|
10359
10550
|
field: $options.actualField,
|
|
10360
10551
|
modelValue: $options.fieldModel,
|
|
10361
10552
|
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => $options.fieldModel = $event)
|
|
10362
10553
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10363
|
-
$options.widget == "
|
|
10554
|
+
$options.widget == "datefield" ? (openBlock(), createBlock(_component_date_field, {
|
|
10364
10555
|
key: 12,
|
|
10365
10556
|
onTouched: $options.touch,
|
|
10366
10557
|
field: $options.actualField,
|
|
10367
10558
|
modelValue: $options.fieldModel,
|
|
10368
10559
|
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => $options.fieldModel = $event)
|
|
10369
10560
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10370
|
-
$options.widget == "
|
|
10561
|
+
$options.widget == "content-select" ? (openBlock(), createBlock(_component_content_select, {
|
|
10371
10562
|
key: 13,
|
|
10372
10563
|
onTouched: $options.touch,
|
|
10373
10564
|
field: $options.actualField,
|
|
10374
10565
|
modelValue: $options.fieldModel,
|
|
10375
10566
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => $options.fieldModel = $event)
|
|
10376
10567
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10377
|
-
$options.widget == "
|
|
10568
|
+
$options.widget == "type-select" ? (openBlock(), createBlock(_component_type_select, {
|
|
10378
10569
|
key: 14,
|
|
10379
10570
|
onTouched: $options.touch,
|
|
10380
10571
|
field: $options.actualField,
|
|
10381
10572
|
modelValue: $options.fieldModel,
|
|
10382
10573
|
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => $options.fieldModel = $event)
|
|
10383
10574
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10384
|
-
$options.widget == "
|
|
10575
|
+
$options.widget == "richtext" ? (openBlock(), createBlock(_component_text_area, {
|
|
10385
10576
|
key: 15,
|
|
10386
10577
|
onTouched: $options.touch,
|
|
10387
10578
|
field: $options.actualField,
|
|
10388
10579
|
modelValue: $options.fieldModel,
|
|
10389
10580
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => $options.fieldModel = $event)
|
|
10390
10581
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10391
|
-
$options.widget == "
|
|
10582
|
+
$options.widget == "textarea" ? (openBlock(), createBlock(_component_text_area, {
|
|
10392
10583
|
key: 16,
|
|
10393
10584
|
onTouched: $options.touch,
|
|
10394
10585
|
field: $options.actualField,
|
|
10395
10586
|
modelValue: $options.fieldModel,
|
|
10396
10587
|
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => $options.fieldModel = $event)
|
|
10397
10588
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10398
|
-
$options.widget == "
|
|
10589
|
+
$options.widget == "timezone" ? (openBlock(), createBlock(_component_timezone_select, {
|
|
10399
10590
|
key: 17,
|
|
10400
10591
|
onTouched: $options.touch,
|
|
10401
10592
|
field: $options.actualField,
|
|
10402
10593
|
modelValue: $options.fieldModel,
|
|
10403
10594
|
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => $options.fieldModel = $event)
|
|
10404
10595
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10405
|
-
$options.widget == "
|
|
10406
|
-
|
|
10407
|
-
key: 19,
|
|
10596
|
+
$options.widget == "phone" ? (openBlock(), createBlock(_component_phone_number_input, {
|
|
10597
|
+
key: 18,
|
|
10408
10598
|
onTouched: $options.touch,
|
|
10409
10599
|
field: $options.actualField,
|
|
10410
10600
|
modelValue: $options.fieldModel,
|
|
10411
10601
|
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => $options.fieldModel = $event)
|
|
10412
10602
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10413
|
-
$options.widget == "
|
|
10603
|
+
$options.widget == "value" ? (openBlock(), createElementBlock(Fragment, { key: 19 }, [], 64)) : createCommentVNode("", true),
|
|
10604
|
+
$options.widget == "object" ? (openBlock(), createBlock(_component_object_field, {
|
|
10414
10605
|
key: 20,
|
|
10415
10606
|
onTouched: $options.touch,
|
|
10416
10607
|
field: $options.actualField,
|
|
10417
10608
|
modelValue: $options.fieldModel,
|
|
10418
10609
|
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => $options.fieldModel = $event)
|
|
10419
10610
|
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10420
|
-
$options.widget == "
|
|
10611
|
+
$options.widget == "options" ? (openBlock(), createBlock(_component_options_manager, {
|
|
10421
10612
|
key: 21,
|
|
10613
|
+
onTouched: $options.touch,
|
|
10614
|
+
field: $options.actualField,
|
|
10615
|
+
modelValue: $options.fieldModel,
|
|
10616
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => $options.fieldModel = $event)
|
|
10617
|
+
}, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
|
|
10618
|
+
$options.widget == "code" ? (openBlock(), createBlock(_component_flex_column, {
|
|
10619
|
+
key: 22,
|
|
10422
10620
|
style: { "min-height": "300px" }
|
|
10423
10621
|
}, {
|
|
10424
10622
|
default: withCtx(() => [
|
|
@@ -10426,7 +10624,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10426
10624
|
onTouched: $options.touch,
|
|
10427
10625
|
field: $options.actualField,
|
|
10428
10626
|
modelValue: $options.fieldModel,
|
|
10429
|
-
"onUpdate:modelValue": _cache[
|
|
10627
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => $options.fieldModel = $event)
|
|
10430
10628
|
}, null, 8, ["onTouched", "field", "modelValue"])
|
|
10431
10629
|
]),
|
|
10432
10630
|
_: 1
|
|
@@ -10434,7 +10632,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10434
10632
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$d, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
10435
10633
|
], 34)) : createCommentVNode("", true);
|
|
10436
10634
|
}
|
|
10437
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-
|
|
10635
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-4b76fa7d"]]);
|
|
10438
10636
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10439
10637
|
const _sfc_main$h = {
|
|
10440
10638
|
props: {
|
|
@@ -17166,7 +17364,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17166
17364
|
], 4)
|
|
17167
17365
|
]);
|
|
17168
17366
|
}
|
|
17169
|
-
var QikModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-
|
|
17367
|
+
var QikModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-a5940076"]]);
|
|
17170
17368
|
var ConfirmModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17171
17369
|
const _sfc_main$3 = {
|
|
17172
17370
|
mixins: [ModalMixin]
|
|
@@ -17232,7 +17430,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17232
17430
|
});
|
|
17233
17431
|
}
|
|
17234
17432
|
var QikConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-20b62981"]]);
|
|
17235
|
-
var
|
|
17433
|
+
var OptionsModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17236
17434
|
const _sfc_main$2 = {
|
|
17237
17435
|
mixins: [ModalMixin]
|
|
17238
17436
|
};
|
|
@@ -17303,8 +17501,8 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17303
17501
|
_: 1
|
|
17304
17502
|
});
|
|
17305
17503
|
}
|
|
17306
|
-
var QikOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
|
|
17307
|
-
var
|
|
17504
|
+
var QikOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-62010c97"]]);
|
|
17505
|
+
var PromptModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17308
17506
|
const _sfc_main$1 = {
|
|
17309
17507
|
mixins: [ModalMixin],
|
|
17310
17508
|
data() {
|
|
@@ -17408,7 +17606,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17408
17606
|
})
|
|
17409
17607
|
], 32);
|
|
17410
17608
|
}
|
|
17411
|
-
var QikPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
17609
|
+
var QikPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-3d30139e"]]);
|
|
17412
17610
|
var ContentModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17413
17611
|
const _sfc_main = {
|
|
17414
17612
|
components: {
|