@qikdev/vue-ui 0.2.40 → 0.2.42
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 +157 -128
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, normalizeClass, Fragment, createVNode, withCtx, renderList, toDisplayString, withDirectives, createBlock, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, vModelSelect, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, reactive, watch } from "vue";
|
|
34
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.2.
|
|
35
|
+
const version$1 = "0.2.42";
|
|
36
36
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
37
37
|
var _export_sfc = (sfc, props2) => {
|
|
38
38
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -158,7 +158,11 @@ const _sfc_main$1f = {
|
|
|
158
158
|
tabs() {
|
|
159
159
|
const self2 = this;
|
|
160
160
|
const slotChildren = self2.$slots.default().map(function(child) {
|
|
161
|
-
|
|
161
|
+
var _a;
|
|
162
|
+
if (!child.props) {
|
|
163
|
+
return;
|
|
164
|
+
}
|
|
165
|
+
if (((_a = child.props) == null ? void 0 : _a.enabled) === false) {
|
|
162
166
|
return;
|
|
163
167
|
}
|
|
164
168
|
return child;
|
|
@@ -250,7 +254,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
250
254
|
], 64))
|
|
251
255
|
], 2);
|
|
252
256
|
}
|
|
253
|
-
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-
|
|
257
|
+
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-621f2a2f"]]);
|
|
254
258
|
const _sfc_main$1e = {
|
|
255
259
|
props: {
|
|
256
260
|
heading: {
|
|
@@ -4732,13 +4736,13 @@ const _sfc_main$1a = {
|
|
|
4732
4736
|
};
|
|
4733
4737
|
const _hoisted_1$S = { class: "table-date-cell" };
|
|
4734
4738
|
const _hoisted_2$K = { key: 0 };
|
|
4735
|
-
const _hoisted_3$
|
|
4739
|
+
const _hoisted_3$C = { class: "off" };
|
|
4736
4740
|
const _hoisted_4$t = { class: "on" };
|
|
4737
4741
|
const _hoisted_5$o = { class: "spacer" };
|
|
4738
4742
|
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4739
4743
|
return openBlock(), createElementBlock("td", _hoisted_1$S, [
|
|
4740
4744
|
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$K, [
|
|
4741
|
-
createElementVNode("span", _hoisted_3$
|
|
4745
|
+
createElementVNode("span", _hoisted_3$C, toDisplayString($options.readable), 1),
|
|
4742
4746
|
createElementVNode("span", _hoisted_4$t, toDisplayString($options.timeago), 1),
|
|
4743
4747
|
createElementVNode("span", _hoisted_5$o, toDisplayString($options.readable), 1)
|
|
4744
4748
|
])) : createCommentVNode("", true)
|
|
@@ -5005,7 +5009,7 @@ const _hoisted_1$Q = {
|
|
|
5005
5009
|
class: "table-cell"
|
|
5006
5010
|
};
|
|
5007
5011
|
const _hoisted_2$I = { class: "value" };
|
|
5008
|
-
const _hoisted_3$
|
|
5012
|
+
const _hoisted_3$B = { class: "value" };
|
|
5009
5013
|
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5010
5014
|
const _component_value_renderer = resolveComponent("value-renderer");
|
|
5011
5015
|
return $data.component ? (openBlock(), createBlock(resolveDynamicComponent($data.component), {
|
|
@@ -5025,7 +5029,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5025
5029
|
}, null, 8, ["type", "last", "value"])
|
|
5026
5030
|
]);
|
|
5027
5031
|
}), 256)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($options.value, (entry, index2) => {
|
|
5028
|
-
return openBlock(), createElementBlock("span", _hoisted_3$
|
|
5032
|
+
return openBlock(), createElementBlock("span", _hoisted_3$B, [
|
|
5029
5033
|
createVNode(_component_value_renderer, {
|
|
5030
5034
|
type: $props.column.type,
|
|
5031
5035
|
multi: "",
|
|
@@ -5413,7 +5417,7 @@ const _hoisted_2$H = {
|
|
|
5413
5417
|
class: "table-scroll",
|
|
5414
5418
|
ref: "scroll"
|
|
5415
5419
|
};
|
|
5416
|
-
const _hoisted_3$
|
|
5420
|
+
const _hoisted_3$A = {
|
|
5417
5421
|
key: 0,
|
|
5418
5422
|
class: "first table-select shrink"
|
|
5419
5423
|
};
|
|
@@ -5435,7 +5439,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5435
5439
|
createElementVNode("table", null, [
|
|
5436
5440
|
createElementVNode("thead", null, [
|
|
5437
5441
|
createElementVNode("tr", null, [
|
|
5438
|
-
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$
|
|
5442
|
+
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$A, [
|
|
5439
5443
|
createVNode(_component_ux_menu, null, {
|
|
5440
5444
|
activator: withCtx(({ on: on2 }) => [
|
|
5441
5445
|
createVNode(_component_ux_checkbox, mergeProps(toHandlers(on2), { value: $options.pageSelected }), null, 16, ["value"])
|
|
@@ -6076,7 +6080,7 @@ const _hoisted_2$G = {
|
|
|
6076
6080
|
key: 0,
|
|
6077
6081
|
class: "ux-required-marker"
|
|
6078
6082
|
};
|
|
6079
|
-
const _hoisted_3$
|
|
6083
|
+
const _hoisted_3$z = {
|
|
6080
6084
|
key: 1,
|
|
6081
6085
|
class: "ux-field-description"
|
|
6082
6086
|
};
|
|
@@ -6085,7 +6089,7 @@ const _hoisted_4$r = {
|
|
|
6085
6089
|
class: "ui-select-button"
|
|
6086
6090
|
};
|
|
6087
6091
|
const _hoisted_5$m = ["multiple"];
|
|
6088
|
-
const _hoisted_6$
|
|
6092
|
+
const _hoisted_6$g = {
|
|
6089
6093
|
key: 0,
|
|
6090
6094
|
value: ""
|
|
6091
6095
|
};
|
|
@@ -6099,7 +6103,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6099
6103
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6100
6104
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$G, "*")) : createCommentVNode("", true)
|
|
6101
6105
|
])) : createCommentVNode("", true),
|
|
6102
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6106
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$z, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
6103
6107
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
|
|
6104
6108
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
6105
6109
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -6115,7 +6119,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6115
6119
|
multiple: _ctx.multiValue,
|
|
6116
6120
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
6117
6121
|
}, [
|
|
6118
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
6122
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$g, "None")) : createCommentVNode("", true),
|
|
6119
6123
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
6120
6124
|
return openBlock(), createElementBlock("option", {
|
|
6121
6125
|
value: option2.value
|
|
@@ -7428,13 +7432,13 @@ const _hoisted_2$B = {
|
|
|
7428
7432
|
key: 0,
|
|
7429
7433
|
class: "ux-required-marker"
|
|
7430
7434
|
};
|
|
7431
|
-
const _hoisted_3$
|
|
7435
|
+
const _hoisted_3$y = {
|
|
7432
7436
|
key: 1,
|
|
7433
7437
|
class: "ux-field-description"
|
|
7434
7438
|
};
|
|
7435
7439
|
const _hoisted_4$q = { key: 2 };
|
|
7436
7440
|
const _hoisted_5$l = { key: 0 };
|
|
7437
|
-
const _hoisted_6$
|
|
7441
|
+
const _hoisted_6$f = { key: 1 };
|
|
7438
7442
|
const _hoisted_7$b = { class: "ux-text-wrap" };
|
|
7439
7443
|
const _hoisted_8$6 = ["placeholder", "onUpdate:modelValue"];
|
|
7440
7444
|
const _hoisted_9$6 = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("option", { value: "" }, "None", -1));
|
|
@@ -7452,7 +7456,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7452
7456
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7453
7457
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$B, "*")) : createCommentVNode("", true)
|
|
7454
7458
|
])) : createCommentVNode("", true),
|
|
7455
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7459
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$y, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7456
7460
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
7457
7461
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
7458
7462
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -7476,7 +7480,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7476
7480
|
!entry.countryCode ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
7477
7481
|
createTextVNode(" Country Code ")
|
|
7478
7482
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
7479
|
-
$data.lookup[entry.countryCode] ? (openBlock(), createElementBlock("div", _hoisted_5$l, toDisplayString($data.lookup[entry.countryCode].emoji) + " - " + toDisplayString($data.lookup[entry.countryCode].alpha2), 1)) : (openBlock(), createElementBlock("div", _hoisted_6$
|
|
7483
|
+
$data.lookup[entry.countryCode] ? (openBlock(), createElementBlock("div", _hoisted_5$l, toDisplayString($data.lookup[entry.countryCode].emoji) + " - " + toDisplayString($data.lookup[entry.countryCode].alpha2), 1)) : (openBlock(), createElementBlock("div", _hoisted_6$f, "Loading"))
|
|
7480
7484
|
], 64))
|
|
7481
7485
|
]),
|
|
7482
7486
|
_: 2
|
|
@@ -8125,7 +8129,7 @@ const _hoisted_2$A = {
|
|
|
8125
8129
|
key: 0,
|
|
8126
8130
|
class: "ux-required-marker"
|
|
8127
8131
|
};
|
|
8128
|
-
const _hoisted_3$
|
|
8132
|
+
const _hoisted_3$x = {
|
|
8129
8133
|
key: 1,
|
|
8130
8134
|
class: "ux-field-description"
|
|
8131
8135
|
};
|
|
@@ -8134,7 +8138,7 @@ const _hoisted_4$p = {
|
|
|
8134
8138
|
class: "ui-select-button"
|
|
8135
8139
|
};
|
|
8136
8140
|
const _hoisted_5$k = ["multiple"];
|
|
8137
|
-
const _hoisted_6$
|
|
8141
|
+
const _hoisted_6$e = {
|
|
8138
8142
|
key: 0,
|
|
8139
8143
|
value: ""
|
|
8140
8144
|
};
|
|
@@ -8148,7 +8152,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8148
8152
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
8149
8153
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$A, "*")) : createCommentVNode("", true)
|
|
8150
8154
|
])) : createCommentVNode("", true),
|
|
8151
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8155
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$x, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
8152
8156
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
|
|
8153
8157
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
8154
8158
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -8164,7 +8168,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8164
8168
|
multiple: _ctx.multiValue,
|
|
8165
8169
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
8166
8170
|
}, [
|
|
8167
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
8171
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$e, "None")) : createCommentVNode("", true),
|
|
8168
8172
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
8169
8173
|
return openBlock(), createElementBlock("option", {
|
|
8170
8174
|
value: option2.value
|
|
@@ -11107,7 +11111,7 @@ const _hoisted_2$z = {
|
|
|
11107
11111
|
key: 0,
|
|
11108
11112
|
class: "ux-required-marker"
|
|
11109
11113
|
};
|
|
11110
|
-
const _hoisted_3$
|
|
11114
|
+
const _hoisted_3$w = {
|
|
11111
11115
|
key: 1,
|
|
11112
11116
|
class: "ux-field-description"
|
|
11113
11117
|
};
|
|
@@ -11128,7 +11132,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11128
11132
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11129
11133
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
|
|
11130
11134
|
])) : createCommentVNode("", true),
|
|
11131
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11135
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$w, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11132
11136
|
$options.showList ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
11133
11137
|
_ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
11134
11138
|
_ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
|
|
@@ -11360,7 +11364,7 @@ const _hoisted_2$y = {
|
|
|
11360
11364
|
key: 0,
|
|
11361
11365
|
class: "ux-required-marker"
|
|
11362
11366
|
};
|
|
11363
|
-
const _hoisted_3$
|
|
11367
|
+
const _hoisted_3$v = {
|
|
11364
11368
|
key: 1,
|
|
11365
11369
|
class: "ux-field-description"
|
|
11366
11370
|
};
|
|
@@ -11369,7 +11373,7 @@ const _hoisted_4$n = {
|
|
|
11369
11373
|
class: "ui-select-button"
|
|
11370
11374
|
};
|
|
11371
11375
|
const _hoisted_5$j = ["multiple"];
|
|
11372
|
-
const _hoisted_6$
|
|
11376
|
+
const _hoisted_6$d = {
|
|
11373
11377
|
key: 0,
|
|
11374
11378
|
value: ""
|
|
11375
11379
|
};
|
|
@@ -11383,7 +11387,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11383
11387
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11384
11388
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
|
|
11385
11389
|
])) : createCommentVNode("", true),
|
|
11386
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11390
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$v, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11387
11391
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
|
|
11388
11392
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
11389
11393
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -11399,7 +11403,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11399
11403
|
multiple: _ctx.multiValue,
|
|
11400
11404
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
11401
11405
|
}, [
|
|
11402
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
11406
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$d, "None")) : createCommentVNode("", true),
|
|
11403
11407
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
11404
11408
|
return openBlock(), createElementBlock("option", {
|
|
11405
11409
|
value: option2.value
|
|
@@ -11938,7 +11942,7 @@ const _hoisted_2$w = {
|
|
|
11938
11942
|
key: 0,
|
|
11939
11943
|
class: "ux-required-marker"
|
|
11940
11944
|
};
|
|
11941
|
-
const _hoisted_3$
|
|
11945
|
+
const _hoisted_3$u = {
|
|
11942
11946
|
key: 1,
|
|
11943
11947
|
class: "ux-field-description"
|
|
11944
11948
|
};
|
|
@@ -11951,7 +11955,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11951
11955
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11952
11956
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
|
|
11953
11957
|
])) : createCommentVNode("", true),
|
|
11954
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11958
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$u, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11955
11959
|
createVNode(_component_scope_select_button, {
|
|
11956
11960
|
type: $options.contextReferenceType,
|
|
11957
11961
|
action: $options.contextReferenceAction,
|
|
@@ -12147,7 +12151,7 @@ const _hoisted_2$v = {
|
|
|
12147
12151
|
key: 0,
|
|
12148
12152
|
class: "ux-required-marker"
|
|
12149
12153
|
};
|
|
12150
|
-
const _hoisted_3$
|
|
12154
|
+
const _hoisted_3$t = {
|
|
12151
12155
|
key: 1,
|
|
12152
12156
|
class: "ux-field-description"
|
|
12153
12157
|
};
|
|
@@ -12156,7 +12160,7 @@ const _hoisted_4$m = {
|
|
|
12156
12160
|
class: "ui-select-button"
|
|
12157
12161
|
};
|
|
12158
12162
|
const _hoisted_5$i = ["multiple"];
|
|
12159
|
-
const _hoisted_6$
|
|
12163
|
+
const _hoisted_6$c = {
|
|
12160
12164
|
key: 0,
|
|
12161
12165
|
value: ""
|
|
12162
12166
|
};
|
|
@@ -12170,7 +12174,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12170
12174
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12171
12175
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
|
|
12172
12176
|
])) : createCommentVNode("", true),
|
|
12173
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12177
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12174
12178
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
12175
12179
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
12176
12180
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -12186,7 +12190,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12186
12190
|
multiple: _ctx.multiValue,
|
|
12187
12191
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
12188
12192
|
}, [
|
|
12189
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
12193
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$c, "None")) : createCommentVNode("", true),
|
|
12190
12194
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
12191
12195
|
return openBlock(), createElementBlock("option", {
|
|
12192
12196
|
value: option2.value
|
|
@@ -12284,7 +12288,7 @@ const _hoisted_2$u = {
|
|
|
12284
12288
|
key: 0,
|
|
12285
12289
|
class: "ux-required-marker"
|
|
12286
12290
|
};
|
|
12287
|
-
const _hoisted_3$
|
|
12291
|
+
const _hoisted_3$s = {
|
|
12288
12292
|
key: 1,
|
|
12289
12293
|
class: "ux-field-description"
|
|
12290
12294
|
};
|
|
@@ -12293,7 +12297,7 @@ const _hoisted_5$h = {
|
|
|
12293
12297
|
key: 0,
|
|
12294
12298
|
class: "ux-text-prefix"
|
|
12295
12299
|
};
|
|
12296
|
-
const _hoisted_6$
|
|
12300
|
+
const _hoisted_6$b = ["onBlur", "onUpdate:modelValue"];
|
|
12297
12301
|
const _hoisted_7$7 = {
|
|
12298
12302
|
key: 1,
|
|
12299
12303
|
class: "ux-text-suffix"
|
|
@@ -12316,7 +12320,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12316
12320
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12317
12321
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
|
|
12318
12322
|
])) : createCommentVNode("", true),
|
|
12319
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12323
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12320
12324
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
|
|
12321
12325
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
12322
12326
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12340,7 +12344,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12340
12344
|
onBlur: ($event) => $options.update($event, index2),
|
|
12341
12345
|
"onUpdate:modelValue": ($event) => $options.proxy[index2] = $event,
|
|
12342
12346
|
onFocus: _cache[1] || (_cache[1] = (...args) => _ctx.touch && _ctx.touch(...args))
|
|
12343
|
-
}, null, 40, _hoisted_6$
|
|
12347
|
+
}, null, 40, _hoisted_6$b)), [
|
|
12344
12348
|
[
|
|
12345
12349
|
vModelText,
|
|
12346
12350
|
$options.proxy[index2],
|
|
@@ -12487,13 +12491,13 @@ const _hoisted_2$t = {
|
|
|
12487
12491
|
key: 0,
|
|
12488
12492
|
class: "ux-required-marker"
|
|
12489
12493
|
};
|
|
12490
|
-
const _hoisted_3$
|
|
12494
|
+
const _hoisted_3$r = {
|
|
12491
12495
|
key: 1,
|
|
12492
12496
|
class: "ux-field-description"
|
|
12493
12497
|
};
|
|
12494
12498
|
const _hoisted_4$k = { key: 2 };
|
|
12495
12499
|
const _hoisted_5$g = { class: "ux-text-wrap" };
|
|
12496
|
-
const _hoisted_6$
|
|
12500
|
+
const _hoisted_6$a = {
|
|
12497
12501
|
key: 0,
|
|
12498
12502
|
class: "ux-text-prefix"
|
|
12499
12503
|
};
|
|
@@ -12527,7 +12531,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12527
12531
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12528
12532
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
|
|
12529
12533
|
])) : createCommentVNode("", true),
|
|
12530
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12534
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12531
12535
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
|
|
12532
12536
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
12533
12537
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12538,7 +12542,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12538
12542
|
createVNode(_component_flex_cell, null, {
|
|
12539
12543
|
default: withCtx(() => [
|
|
12540
12544
|
createElementVNode("div", _hoisted_5$g, [
|
|
12541
|
-
_ctx.prefix ? (openBlock(), createElementBlock("span", _hoisted_6$
|
|
12545
|
+
_ctx.prefix ? (openBlock(), createElementBlock("span", _hoisted_6$a, toDisplayString(_ctx.prefix), 1)) : createCommentVNode("", true),
|
|
12542
12546
|
$options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
|
|
12543
12547
|
key: 1,
|
|
12544
12548
|
type: $options.inputType,
|
|
@@ -12667,7 +12671,7 @@ const _hoisted_2$s = {
|
|
|
12667
12671
|
key: 0,
|
|
12668
12672
|
class: "ux-required-marker"
|
|
12669
12673
|
};
|
|
12670
|
-
const _hoisted_3$
|
|
12674
|
+
const _hoisted_3$q = {
|
|
12671
12675
|
key: 1,
|
|
12672
12676
|
class: "ux-field-description"
|
|
12673
12677
|
};
|
|
@@ -12683,7 +12687,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12683
12687
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12684
12688
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
|
|
12685
12689
|
])) : createCommentVNode("", true),
|
|
12686
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12690
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12687
12691
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
|
|
12688
12692
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
12689
12693
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12815,7 +12819,7 @@ const _hoisted_2$r = {
|
|
|
12815
12819
|
key: 0,
|
|
12816
12820
|
class: "ux-required-marker"
|
|
12817
12821
|
};
|
|
12818
|
-
const _hoisted_3$
|
|
12822
|
+
const _hoisted_3$p = {
|
|
12819
12823
|
key: 1,
|
|
12820
12824
|
class: "ux-field-description"
|
|
12821
12825
|
};
|
|
@@ -12831,7 +12835,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12831
12835
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12832
12836
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
|
|
12833
12837
|
])) : createCommentVNode("", true),
|
|
12834
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12838
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12835
12839
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
|
|
12836
12840
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
12837
12841
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12952,7 +12956,7 @@ const _hoisted_2$q = {
|
|
|
12952
12956
|
key: 0,
|
|
12953
12957
|
class: "ux-required-marker"
|
|
12954
12958
|
};
|
|
12955
|
-
const _hoisted_3$
|
|
12959
|
+
const _hoisted_3$o = {
|
|
12956
12960
|
key: 1,
|
|
12957
12961
|
class: "ux-field-description"
|
|
12958
12962
|
};
|
|
@@ -12968,7 +12972,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12968
12972
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12969
12973
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
|
|
12970
12974
|
])) : createCommentVNode("", true),
|
|
12971
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12975
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12972
12976
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
|
|
12973
12977
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
12974
12978
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -13078,7 +13082,7 @@ const _hoisted_2$p = {
|
|
|
13078
13082
|
key: 0,
|
|
13079
13083
|
class: "ux-required-marker"
|
|
13080
13084
|
};
|
|
13081
|
-
const _hoisted_3$
|
|
13085
|
+
const _hoisted_3$n = {
|
|
13082
13086
|
key: 1,
|
|
13083
13087
|
class: "ux-field-description"
|
|
13084
13088
|
};
|
|
@@ -13110,7 +13114,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13110
13114
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13111
13115
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
|
|
13112
13116
|
])) : createCommentVNode("", true),
|
|
13113
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13117
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
13114
13118
|
])
|
|
13115
13119
|
]),
|
|
13116
13120
|
_: 1
|
|
@@ -13135,7 +13139,7 @@ const _sfc_main$y = {
|
|
|
13135
13139
|
};
|
|
13136
13140
|
const _hoisted_1$s = { key: 0 };
|
|
13137
13141
|
const _hoisted_2$o = ["innerHTML"];
|
|
13138
|
-
const _hoisted_3$
|
|
13142
|
+
const _hoisted_3$m = ["innerHTML"];
|
|
13139
13143
|
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13140
13144
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13141
13145
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -13189,7 +13193,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13189
13193
|
])) : (openBlock(), createElementBlock("div", {
|
|
13190
13194
|
key: 1,
|
|
13191
13195
|
innerHTML: _ctx.field.template
|
|
13192
|
-
}, null, 8, _hoisted_3$
|
|
13196
|
+
}, null, 8, _hoisted_3$m));
|
|
13193
13197
|
}
|
|
13194
13198
|
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
13195
13199
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
@@ -13479,10 +13483,10 @@ const _hoisted_1$r = {
|
|
|
13479
13483
|
class: "filter-condition"
|
|
13480
13484
|
};
|
|
13481
13485
|
const _hoisted_2$n = { key: 0 };
|
|
13482
|
-
const _hoisted_3$
|
|
13486
|
+
const _hoisted_3$l = { key: 1 };
|
|
13483
13487
|
const _hoisted_4$g = { key: 2 };
|
|
13484
13488
|
const _hoisted_5$d = { key: 3 };
|
|
13485
|
-
const _hoisted_6$
|
|
13489
|
+
const _hoisted_6$9 = { key: 4 };
|
|
13486
13490
|
const _hoisted_7$5 = { key: 5 };
|
|
13487
13491
|
const _hoisted_8$3 = { key: 6 };
|
|
13488
13492
|
const _hoisted_9$3 = { key: 7 };
|
|
@@ -13542,7 +13546,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13542
13546
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
|
|
13543
13547
|
}, null, 8, ["field", "modelValue"]))
|
|
13544
13548
|
])) : createCommentVNode("", true),
|
|
13545
|
-
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13549
|
+
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$l, [
|
|
13546
13550
|
createVNode(_component_text_field, {
|
|
13547
13551
|
field: $options.normalField,
|
|
13548
13552
|
modelValue: $data.model.value,
|
|
@@ -13595,7 +13599,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13595
13599
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => $data.model.value2 = $event)
|
|
13596
13600
|
}, null, 8, ["field", "modelValue"])
|
|
13597
13601
|
])) : createCommentVNode("", true),
|
|
13598
|
-
$options.inputType == "date" ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
13602
|
+
$options.inputType == "date" ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
|
|
13599
13603
|
createVNode(_component_date_field, {
|
|
13600
13604
|
field: $options.dateField,
|
|
13601
13605
|
modelValue: $data.model.value,
|
|
@@ -13965,7 +13969,7 @@ const _hoisted_1$q = {
|
|
|
13965
13969
|
class: "filter-rule"
|
|
13966
13970
|
};
|
|
13967
13971
|
const _hoisted_2$m = { class: "top" };
|
|
13968
|
-
const _hoisted_3$
|
|
13972
|
+
const _hoisted_3$k = { class: "summary" };
|
|
13969
13973
|
const _hoisted_4$f = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
13970
13974
|
const _hoisted_5$c = { class: "operator" };
|
|
13971
13975
|
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -13981,7 +13985,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13981
13985
|
default: withCtx(() => [
|
|
13982
13986
|
createVNode(_component_flex_cell, null, {
|
|
13983
13987
|
default: withCtx(() => [
|
|
13984
|
-
createElementVNode("div", _hoisted_3$
|
|
13988
|
+
createElementVNode("div", _hoisted_3$k, [
|
|
13985
13989
|
createTextVNode(" Match "),
|
|
13986
13990
|
createVNode(_component_native_select, {
|
|
13987
13991
|
modelValue: $data.model.operator,
|
|
@@ -14176,7 +14180,7 @@ const _hoisted_2$l = {
|
|
|
14176
14180
|
key: 0,
|
|
14177
14181
|
class: "top"
|
|
14178
14182
|
};
|
|
14179
|
-
const _hoisted_3$
|
|
14183
|
+
const _hoisted_3$j = { class: "summary" };
|
|
14180
14184
|
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14181
14185
|
const _component_native_select = resolveComponent("native-select");
|
|
14182
14186
|
const _component_filter_rule = resolveComponent("filter-rule");
|
|
@@ -14189,7 +14193,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14189
14193
|
default: withCtx(() => [
|
|
14190
14194
|
createElementVNode("div", _hoisted_1$p, [
|
|
14191
14195
|
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
|
|
14192
|
-
createElementVNode("div", _hoisted_3$
|
|
14196
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
14193
14197
|
createTextVNode(" Match "),
|
|
14194
14198
|
createVNode(_component_native_select, {
|
|
14195
14199
|
modelValue: $data.model.operator,
|
|
@@ -14285,7 +14289,7 @@ const _hoisted_2$k = {
|
|
|
14285
14289
|
key: 0,
|
|
14286
14290
|
class: "ux-required-marker"
|
|
14287
14291
|
};
|
|
14288
|
-
const _hoisted_3$
|
|
14292
|
+
const _hoisted_3$i = {
|
|
14289
14293
|
key: 1,
|
|
14290
14294
|
class: "ux-field-description"
|
|
14291
14295
|
};
|
|
@@ -14301,7 +14305,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14301
14305
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
14302
14306
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$k, "*")) : createCommentVNode("", true)
|
|
14303
14307
|
])) : createCommentVNode("", true),
|
|
14304
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14308
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$i, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14305
14309
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$e, [
|
|
14306
14310
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14307
14311
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -14409,7 +14413,7 @@ const _hoisted_2$j = {
|
|
|
14409
14413
|
key: 0,
|
|
14410
14414
|
class: "ux-required-marker"
|
|
14411
14415
|
};
|
|
14412
|
-
const _hoisted_3$
|
|
14416
|
+
const _hoisted_3$h = {
|
|
14413
14417
|
key: 1,
|
|
14414
14418
|
class: "ux-field-description"
|
|
14415
14419
|
};
|
|
@@ -14441,7 +14445,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14441
14445
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14442
14446
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$j, "*")) : createCommentVNode("", true)
|
|
14443
14447
|
])) : createCommentVNode("", true),
|
|
14444
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14448
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$h, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
14445
14449
|
])
|
|
14446
14450
|
]),
|
|
14447
14451
|
_: 1
|
|
@@ -14679,7 +14683,7 @@ const _hoisted_2$i = {
|
|
|
14679
14683
|
key: 0,
|
|
14680
14684
|
class: "ux-required-marker"
|
|
14681
14685
|
};
|
|
14682
|
-
const _hoisted_3$
|
|
14686
|
+
const _hoisted_3$g = {
|
|
14683
14687
|
key: 1,
|
|
14684
14688
|
class: "ux-field-description"
|
|
14685
14689
|
};
|
|
@@ -14700,7 +14704,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14700
14704
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14701
14705
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
|
|
14702
14706
|
])) : createCommentVNode("", true),
|
|
14703
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14707
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$g, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14704
14708
|
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
|
|
14705
14709
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
14706
14710
|
return openBlock(), createElementBlock("div", {
|
|
@@ -14872,7 +14876,7 @@ const _hoisted_2$h = {
|
|
|
14872
14876
|
key: 0,
|
|
14873
14877
|
class: "ux-group-title"
|
|
14874
14878
|
};
|
|
14875
|
-
const _hoisted_3$
|
|
14879
|
+
const _hoisted_3$f = {
|
|
14876
14880
|
key: 0,
|
|
14877
14881
|
class: "ux-field-title"
|
|
14878
14882
|
};
|
|
@@ -14884,7 +14888,7 @@ const _hoisted_5$a = {
|
|
|
14884
14888
|
key: 1,
|
|
14885
14889
|
class: "ux-field-description"
|
|
14886
14890
|
};
|
|
14887
|
-
const _hoisted_6$
|
|
14891
|
+
const _hoisted_6$8 = {
|
|
14888
14892
|
key: 0,
|
|
14889
14893
|
class: "ux-single-group"
|
|
14890
14894
|
};
|
|
@@ -14909,7 +14913,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14909
14913
|
const _component_draggable = resolveComponent("draggable");
|
|
14910
14914
|
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
14911
14915
|
$options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_2$h, [
|
|
14912
|
-
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_3$
|
|
14916
|
+
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_3$f, [
|
|
14913
14917
|
createTextVNode(toDisplayString(_ctx.plural || _ctx.title) + " ", 1),
|
|
14914
14918
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_4$c, "*")) : createCommentVNode("", true)
|
|
14915
14919
|
])) : createCommentVNode("", true),
|
|
@@ -15233,7 +15237,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15233
15237
|
_: 1
|
|
15234
15238
|
}))
|
|
15235
15239
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
15236
|
-
$options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
15240
|
+
$options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
|
|
15237
15241
|
createElementVNode("div", _hoisted_7$4, [
|
|
15238
15242
|
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_8$2, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true),
|
|
15239
15243
|
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_9$2, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
@@ -15428,7 +15432,7 @@ const _hoisted_2$g = {
|
|
|
15428
15432
|
key: 0,
|
|
15429
15433
|
class: "ux-required-marker"
|
|
15430
15434
|
};
|
|
15431
|
-
const _hoisted_3$
|
|
15435
|
+
const _hoisted_3$e = {
|
|
15432
15436
|
key: 1,
|
|
15433
15437
|
class: "ux-field-description"
|
|
15434
15438
|
};
|
|
@@ -15442,7 +15446,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15442
15446
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15443
15447
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
|
|
15444
15448
|
])) : createCommentVNode("", true),
|
|
15445
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15449
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15446
15450
|
createElementVNode("div", _hoisted_4$b, [
|
|
15447
15451
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
|
|
15448
15452
|
return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
|
|
@@ -15491,7 +15495,7 @@ const _hoisted_2$f = {
|
|
|
15491
15495
|
key: 0,
|
|
15492
15496
|
class: "ux-required-marker"
|
|
15493
15497
|
};
|
|
15494
|
-
const _hoisted_3$
|
|
15498
|
+
const _hoisted_3$d = {
|
|
15495
15499
|
key: 1,
|
|
15496
15500
|
class: "ux-field-description"
|
|
15497
15501
|
};
|
|
@@ -15507,7 +15511,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15507
15511
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15508
15512
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
|
|
15509
15513
|
])) : createCommentVNode("", true),
|
|
15510
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15514
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15511
15515
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$a, [
|
|
15512
15516
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
15513
15517
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -15665,13 +15669,13 @@ const _hoisted_2$e = {
|
|
|
15665
15669
|
key: 0,
|
|
15666
15670
|
class: "ux-required-marker"
|
|
15667
15671
|
};
|
|
15668
|
-
const _hoisted_3$
|
|
15672
|
+
const _hoisted_3$c = {
|
|
15669
15673
|
key: 1,
|
|
15670
15674
|
class: "ux-field-description"
|
|
15671
15675
|
};
|
|
15672
15676
|
const _hoisted_4$9 = { key: 2 };
|
|
15673
15677
|
const _hoisted_5$8 = { class: "ux-text-wrap prefixed" };
|
|
15674
|
-
const _hoisted_6$
|
|
15678
|
+
const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
15675
15679
|
const _hoisted_7$3 = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"];
|
|
15676
15680
|
const _hoisted_8$1 = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"];
|
|
15677
15681
|
const _hoisted_9$1 = { class: "ux-text-wrap prefixed" };
|
|
@@ -15692,7 +15696,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15692
15696
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15693
15697
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
|
|
15694
15698
|
])) : createCommentVNode("", true),
|
|
15695
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15699
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15696
15700
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
|
|
15697
15701
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
15698
15702
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -15703,7 +15707,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15703
15707
|
createVNode(_component_flex_cell, null, {
|
|
15704
15708
|
default: withCtx(() => [
|
|
15705
15709
|
createElementVNode("div", _hoisted_5$8, [
|
|
15706
|
-
_hoisted_6$
|
|
15710
|
+
_hoisted_6$7,
|
|
15707
15711
|
$options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
|
|
15708
15712
|
key: 0,
|
|
15709
15713
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -16029,13 +16033,13 @@ const _hoisted_2$d = {
|
|
|
16029
16033
|
key: 0,
|
|
16030
16034
|
class: "ux-required-marker"
|
|
16031
16035
|
};
|
|
16032
|
-
const _hoisted_3$
|
|
16036
|
+
const _hoisted_3$b = {
|
|
16033
16037
|
key: 1,
|
|
16034
16038
|
class: "ux-field-description"
|
|
16035
16039
|
};
|
|
16036
16040
|
const _hoisted_4$8 = { key: 2 };
|
|
16037
16041
|
const _hoisted_5$7 = { class: "code-editor-field-wrap" };
|
|
16038
|
-
const _hoisted_6$
|
|
16042
|
+
const _hoisted_6$6 = {
|
|
16039
16043
|
key: 3,
|
|
16040
16044
|
class: "code-editor-field-wrap"
|
|
16041
16045
|
};
|
|
@@ -16052,7 +16056,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16052
16056
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16053
16057
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
16054
16058
|
])) : createCommentVNode("", true),
|
|
16055
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16059
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16056
16060
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
16057
16061
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16058
16062
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16108,7 +16112,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16108
16112
|
]),
|
|
16109
16113
|
_: 1
|
|
16110
16114
|
})) : createCommentVNode("", true)
|
|
16111
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_6$
|
|
16115
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_6$6, [
|
|
16112
16116
|
createVNode(_component_code_editor, {
|
|
16113
16117
|
lang: $options.syntax,
|
|
16114
16118
|
class: "ux-code-editor ux-field-focus ux-text-area-single",
|
|
@@ -16144,13 +16148,13 @@ const _hoisted_2$c = {
|
|
|
16144
16148
|
key: 0,
|
|
16145
16149
|
class: "ux-required-marker"
|
|
16146
16150
|
};
|
|
16147
|
-
const _hoisted_3$
|
|
16151
|
+
const _hoisted_3$a = {
|
|
16148
16152
|
key: 1,
|
|
16149
16153
|
class: "ux-field-description"
|
|
16150
16154
|
};
|
|
16151
16155
|
const _hoisted_4$7 = { key: 2 };
|
|
16152
16156
|
const _hoisted_5$6 = { class: "expression-field-wrap" };
|
|
16153
|
-
const _hoisted_6$
|
|
16157
|
+
const _hoisted_6$5 = {
|
|
16154
16158
|
key: 3,
|
|
16155
16159
|
class: "expression-field-wrap"
|
|
16156
16160
|
};
|
|
@@ -16167,7 +16171,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16167
16171
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16168
16172
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
|
|
16169
16173
|
])) : createCommentVNode("", true),
|
|
16170
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16174
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16171
16175
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
|
|
16172
16176
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16173
16177
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16223,7 +16227,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16223
16227
|
]),
|
|
16224
16228
|
_: 1
|
|
16225
16229
|
})) : createCommentVNode("", true)
|
|
16226
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_6$
|
|
16230
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
16227
16231
|
createVNode(_component_expression_editor, {
|
|
16228
16232
|
field: _ctx.field,
|
|
16229
16233
|
class: "ux-expression ux-field-focus ux-text-area-single",
|
|
@@ -16312,13 +16316,13 @@ const _hoisted_2$b = {
|
|
|
16312
16316
|
key: 0,
|
|
16313
16317
|
class: "ux-required-marker"
|
|
16314
16318
|
};
|
|
16315
|
-
const _hoisted_3$
|
|
16319
|
+
const _hoisted_3$9 = {
|
|
16316
16320
|
key: 1,
|
|
16317
16321
|
class: "ux-field-description"
|
|
16318
16322
|
};
|
|
16319
16323
|
const _hoisted_4$6 = { key: 2 };
|
|
16320
16324
|
const _hoisted_5$5 = { class: "richtext-field-wrap" };
|
|
16321
|
-
const _hoisted_6$
|
|
16325
|
+
const _hoisted_6$4 = {
|
|
16322
16326
|
key: 3,
|
|
16323
16327
|
class: "richtext-field-wrap"
|
|
16324
16328
|
};
|
|
@@ -16333,7 +16337,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16333
16337
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16334
16338
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
|
|
16335
16339
|
])) : createCommentVNode("", true),
|
|
16336
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16340
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$9, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16337
16341
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$6, [
|
|
16338
16342
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16339
16343
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16388,7 +16392,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16388
16392
|
]),
|
|
16389
16393
|
_: 1
|
|
16390
16394
|
})) : createCommentVNode("", true)
|
|
16391
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_6$
|
|
16395
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_6$4, [
|
|
16392
16396
|
createVNode(_component_richtext, {
|
|
16393
16397
|
class: "ux-richtext ux-field-focus ux-text-area-single",
|
|
16394
16398
|
onFocus: _ctx.touch,
|
|
@@ -16530,7 +16534,7 @@ const _hoisted_2$a = {
|
|
|
16530
16534
|
key: 0,
|
|
16531
16535
|
class: "ux-required-marker"
|
|
16532
16536
|
};
|
|
16533
|
-
const _hoisted_3$
|
|
16537
|
+
const _hoisted_3$8 = {
|
|
16534
16538
|
key: 1,
|
|
16535
16539
|
class: "ux-field-description"
|
|
16536
16540
|
};
|
|
@@ -16539,7 +16543,7 @@ const _hoisted_4$5 = {
|
|
|
16539
16543
|
class: "ui-select-button"
|
|
16540
16544
|
};
|
|
16541
16545
|
const _hoisted_5$4 = ["multiple"];
|
|
16542
|
-
const _hoisted_6$
|
|
16546
|
+
const _hoisted_6$3 = {
|
|
16543
16547
|
key: 0,
|
|
16544
16548
|
value: ""
|
|
16545
16549
|
};
|
|
@@ -16553,7 +16557,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16553
16557
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16554
16558
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
|
|
16555
16559
|
])) : createCommentVNode("", true),
|
|
16556
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16560
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$8, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16557
16561
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$5, [
|
|
16558
16562
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
16559
16563
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -16569,7 +16573,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16569
16573
|
multiple: _ctx.multiValue,
|
|
16570
16574
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
16571
16575
|
}, [
|
|
16572
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
16576
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$3, "None")) : createCommentVNode("", true),
|
|
16573
16577
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
16574
16578
|
return openBlock(), createElementBlock("option", {
|
|
16575
16579
|
value: option2.value
|
|
@@ -16696,7 +16700,7 @@ const _hoisted_2$9 = {
|
|
|
16696
16700
|
key: 0,
|
|
16697
16701
|
class: "ux-required-marker"
|
|
16698
16702
|
};
|
|
16699
|
-
const _hoisted_3$
|
|
16703
|
+
const _hoisted_3$7 = {
|
|
16700
16704
|
key: 1,
|
|
16701
16705
|
class: "ux-field-description"
|
|
16702
16706
|
};
|
|
@@ -16705,7 +16709,7 @@ const _hoisted_4$4 = {
|
|
|
16705
16709
|
class: "ui-select-button"
|
|
16706
16710
|
};
|
|
16707
16711
|
const _hoisted_5$3 = ["multiple"];
|
|
16708
|
-
const _hoisted_6$
|
|
16712
|
+
const _hoisted_6$2 = {
|
|
16709
16713
|
key: 0,
|
|
16710
16714
|
value: ""
|
|
16711
16715
|
};
|
|
@@ -16719,7 +16723,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16719
16723
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16720
16724
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$9, "*")) : createCommentVNode("", true)
|
|
16721
16725
|
])) : createCommentVNode("", true),
|
|
16722
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16726
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$7, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16723
16727
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$4, [
|
|
16724
16728
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
16725
16729
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -16735,7 +16739,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16735
16739
|
multiple: _ctx.multiValue,
|
|
16736
16740
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
16737
16741
|
}, [
|
|
16738
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
16742
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$2, "None")) : createCommentVNode("", true),
|
|
16739
16743
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
16740
16744
|
return openBlock(), createElementBlock("option", {
|
|
16741
16745
|
value: option2.value
|
|
@@ -18115,6 +18119,12 @@ const _sfc_main$e = {
|
|
|
18115
18119
|
title() {
|
|
18116
18120
|
return this.field.title;
|
|
18117
18121
|
},
|
|
18122
|
+
minimum() {
|
|
18123
|
+
return parseInt(this.actualField.minimum);
|
|
18124
|
+
},
|
|
18125
|
+
maximum() {
|
|
18126
|
+
return parseInt(this.actualField.maximum);
|
|
18127
|
+
},
|
|
18118
18128
|
actualField() {
|
|
18119
18129
|
var field = this.field;
|
|
18120
18130
|
var actual = field;
|
|
@@ -18265,6 +18275,10 @@ const _sfc_main$e = {
|
|
|
18265
18275
|
classes() {
|
|
18266
18276
|
var array = [];
|
|
18267
18277
|
array.push(`ux-field-${this.type}`);
|
|
18278
|
+
array.push(`ux-field-widget-${this.widget}`);
|
|
18279
|
+
if (this.widget === "form" && this.minimum === 1 && this.maximum === 1) {
|
|
18280
|
+
array.push("ux-layout-only");
|
|
18281
|
+
}
|
|
18268
18282
|
if (this.layoutGroup) {
|
|
18269
18283
|
array.push("ux-layout-only");
|
|
18270
18284
|
}
|
|
@@ -18619,7 +18633,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18619
18633
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$b, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
18620
18634
|
], 34)) : createCommentVNode("", true);
|
|
18621
18635
|
}
|
|
18622
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-
|
|
18636
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-5b27e0f0"]]);
|
|
18623
18637
|
function arrayReduce$1(array, iteratee, accumulator, initAccum) {
|
|
18624
18638
|
var index2 = -1, length = array == null ? 0 : array.length;
|
|
18625
18639
|
if (initAccum && length) {
|
|
@@ -19288,6 +19302,13 @@ const _sfc_main$c = {
|
|
|
19288
19302
|
this.mounted = false;
|
|
19289
19303
|
},
|
|
19290
19304
|
computed: {
|
|
19305
|
+
classes() {
|
|
19306
|
+
const array = [];
|
|
19307
|
+
if (this.formID) {
|
|
19308
|
+
array.push(`form-${this.formID}`);
|
|
19309
|
+
}
|
|
19310
|
+
return array;
|
|
19311
|
+
},
|
|
19291
19312
|
tooltip() {
|
|
19292
19313
|
return this.buttonDisabled ? "Please check the errors in your form" : void 0;
|
|
19293
19314
|
},
|
|
@@ -19306,29 +19327,30 @@ const _sfc_main$c = {
|
|
|
19306
19327
|
}
|
|
19307
19328
|
}
|
|
19308
19329
|
};
|
|
19309
|
-
const _withScopeId$2 = (n2) => (pushScopeId("data-v-
|
|
19310
|
-
const _hoisted_1$a =
|
|
19311
|
-
const _hoisted_2$8 =
|
|
19312
|
-
const _hoisted_3$
|
|
19313
|
-
const _hoisted_4$3 = { key:
|
|
19314
|
-
const _hoisted_5$2 =
|
|
19315
|
-
const _hoisted_6$2 = ["tooltip"];
|
|
19330
|
+
const _withScopeId$2 = (n2) => (pushScopeId("data-v-ec116c7c"), n2 = n2(), popScopeId(), n2);
|
|
19331
|
+
const _hoisted_1$a = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("h3", null, "An error occurred", -1));
|
|
19332
|
+
const _hoisted_2$8 = { key: 0 };
|
|
19333
|
+
const _hoisted_3$6 = { key: 1 };
|
|
19334
|
+
const _hoisted_4$3 = { key: 2 };
|
|
19335
|
+
const _hoisted_5$2 = ["tooltip"];
|
|
19316
19336
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19317
19337
|
var _a;
|
|
19318
19338
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
19319
19339
|
const _component_ux_button = resolveComponent("ux-button");
|
|
19320
19340
|
const _component_ux_form = resolveComponent("ux-form");
|
|
19321
|
-
return openBlock(), createElementBlock("div",
|
|
19341
|
+
return openBlock(), createElementBlock("div", {
|
|
19342
|
+
class: normalizeClass(["ux-submission-form", $options.classes])
|
|
19343
|
+
}, [
|
|
19322
19344
|
$data.state === "form.error" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19323
|
-
|
|
19324
|
-
$data.error.message ? (openBlock(), createElementBlock("pre",
|
|
19325
|
-
((_a = $data.error.data) == null ? void 0 : _a.errors) ? (openBlock(), createElementBlock("div",
|
|
19345
|
+
_hoisted_1$a,
|
|
19346
|
+
$data.error.message ? (openBlock(), createElementBlock("pre", _hoisted_2$8, toDisplayString($data.error.message), 1)) : createCommentVNode("", true),
|
|
19347
|
+
((_a = $data.error.data) == null ? void 0 : _a.errors) ? (openBlock(), createElementBlock("div", _hoisted_3$6, [
|
|
19326
19348
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.error.data.errors, (field) => {
|
|
19327
19349
|
return openBlock(), createElementBlock("pre", {
|
|
19328
19350
|
key: field.path
|
|
19329
19351
|
}, toDisplayString(field.message), 1);
|
|
19330
19352
|
}), 128))
|
|
19331
|
-
])) : (openBlock(), createElementBlock("pre",
|
|
19353
|
+
])) : (openBlock(), createElementBlock("pre", _hoisted_4$3, toDisplayString($data.error), 1)),
|
|
19332
19354
|
createVNode(_component_ux_button, {
|
|
19333
19355
|
color: "primary",
|
|
19334
19356
|
onClick: $options.softReset
|
|
@@ -19374,11 +19396,11 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19374
19396
|
]),
|
|
19375
19397
|
_: 1
|
|
19376
19398
|
}, 8, ["disabled", "onClick", "loading"])
|
|
19377
|
-
], 8,
|
|
19399
|
+
], 8, _hoisted_5$2)
|
|
19378
19400
|
], 64))
|
|
19379
|
-
]);
|
|
19401
|
+
], 2);
|
|
19380
19402
|
}
|
|
19381
|
-
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-
|
|
19403
|
+
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-ec116c7c"]]);
|
|
19382
19404
|
var search_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19383
19405
|
const _sfc_main$b = {
|
|
19384
19406
|
props: {
|
|
@@ -19919,7 +19941,7 @@ const _sfc_main$9 = {
|
|
|
19919
19941
|
};
|
|
19920
19942
|
const _hoisted_1$7 = { class: "ux-field-title" };
|
|
19921
19943
|
const _hoisted_2$6 = { class: "currency" };
|
|
19922
|
-
const _hoisted_3$
|
|
19944
|
+
const _hoisted_3$5 = { key: 1 };
|
|
19923
19945
|
const _hoisted_4$2 = { class: "currency" };
|
|
19924
19946
|
const _hoisted_5$1 = { key: 1 };
|
|
19925
19947
|
const _hoisted_6$1 = { key: 1 };
|
|
@@ -19970,7 +19992,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19970
19992
|
createTextVNode(toDisplayString($options.formatCurrency(value)) + " ", 1),
|
|
19971
19993
|
createElementVNode("span", _hoisted_2$6, toDisplayString($props.field.currency), 1)
|
|
19972
19994
|
]);
|
|
19973
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
19995
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$5, [
|
|
19974
19996
|
createTextVNode(toDisplayString($options.formatCurrency($options.fieldModel)) + " ", 1),
|
|
19975
19997
|
createElementVNode("span", _hoisted_4$2, toDisplayString($props.field.currency), 1)
|
|
19976
19998
|
]))
|
|
@@ -21167,7 +21189,7 @@ const _sfc_main$6 = {
|
|
|
21167
21189
|
const _withScopeId$1 = (n2) => (pushScopeId("data-v-d8907020"), n2 = n2(), popScopeId(), n2);
|
|
21168
21190
|
const _hoisted_1$6 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
21169
21191
|
const _hoisted_2$5 = { key: 0 };
|
|
21170
|
-
const _hoisted_3$
|
|
21192
|
+
const _hoisted_3$4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
21171
21193
|
const _hoisted_4$1 = { class: "footer" };
|
|
21172
21194
|
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21173
21195
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -21313,7 +21335,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21313
21335
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.dateRangeFilter = $event)
|
|
21314
21336
|
}, null, 8, ["field", "modelValue"])
|
|
21315
21337
|
])) : createCommentVNode("", true),
|
|
21316
|
-
_hoisted_3$
|
|
21338
|
+
_hoisted_3$4,
|
|
21317
21339
|
createVNode(_component_filter_builder, {
|
|
21318
21340
|
definition: $data.definition,
|
|
21319
21341
|
modelValue: $data.actualFilter,
|
|
@@ -21441,7 +21463,7 @@ const _sfc_main$4 = {
|
|
|
21441
21463
|
};
|
|
21442
21464
|
const _hoisted_1$4 = { class: "padder" };
|
|
21443
21465
|
const _hoisted_2$4 = ["innerHTML"];
|
|
21444
|
-
const _hoisted_3$
|
|
21466
|
+
const _hoisted_3$3 = { class: "padder" };
|
|
21445
21467
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21446
21468
|
const _component_flex_body = resolveComponent("flex-body");
|
|
21447
21469
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -21464,12 +21486,15 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21464
21486
|
}),
|
|
21465
21487
|
createVNode(_component_flex_footer, null, {
|
|
21466
21488
|
default: withCtx(() => [
|
|
21467
|
-
createElementVNode("div", _hoisted_3$
|
|
21489
|
+
createElementVNode("div", _hoisted_3$3, [
|
|
21468
21490
|
createVNode(_component_flex_row, null, {
|
|
21469
21491
|
default: withCtx(() => [
|
|
21470
21492
|
createVNode(_component_flex_cell, null, {
|
|
21471
21493
|
default: withCtx(() => [
|
|
21472
|
-
createVNode(_component_ux_button, {
|
|
21494
|
+
createVNode(_component_ux_button, {
|
|
21495
|
+
color: "dismiss",
|
|
21496
|
+
onClick: _ctx.dismiss
|
|
21497
|
+
}, {
|
|
21473
21498
|
default: withCtx(() => [
|
|
21474
21499
|
createTextVNode("Cancel")
|
|
21475
21500
|
]),
|
|
@@ -21480,7 +21505,10 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21480
21505
|
}),
|
|
21481
21506
|
createVNode(_component_flex_cell, null, {
|
|
21482
21507
|
default: withCtx(() => [
|
|
21483
|
-
createVNode(_component_ux_button, {
|
|
21508
|
+
createVNode(_component_ux_button, {
|
|
21509
|
+
color: "primary",
|
|
21510
|
+
onClick: _ctx.close
|
|
21511
|
+
}, {
|
|
21484
21512
|
default: withCtx(() => [
|
|
21485
21513
|
createTextVNode("Confirm")
|
|
21486
21514
|
]),
|
|
@@ -21500,7 +21528,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21500
21528
|
_: 1
|
|
21501
21529
|
});
|
|
21502
21530
|
}
|
|
21503
|
-
var UxConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-
|
|
21531
|
+
var UxConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-fe83c7f8"]]);
|
|
21504
21532
|
var OptionsModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
21505
21533
|
const _sfc_main$3 = {
|
|
21506
21534
|
data() {
|
|
@@ -21518,7 +21546,7 @@ const _sfc_main$3 = {
|
|
|
21518
21546
|
};
|
|
21519
21547
|
const _hoisted_1$3 = { class: "header" };
|
|
21520
21548
|
const _hoisted_2$3 = { class: "padder" };
|
|
21521
|
-
const _hoisted_3$
|
|
21549
|
+
const _hoisted_3$2 = ["onClick"];
|
|
21522
21550
|
const _hoisted_4 = {
|
|
21523
21551
|
key: 0,
|
|
21524
21552
|
class: "title"
|
|
@@ -21574,7 +21602,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21574
21602
|
]),
|
|
21575
21603
|
_: 2
|
|
21576
21604
|
}, 1024)
|
|
21577
|
-
], 8, _hoisted_3$
|
|
21605
|
+
], 8, _hoisted_3$2);
|
|
21578
21606
|
}), 256))
|
|
21579
21607
|
])
|
|
21580
21608
|
]),
|
|
@@ -21619,7 +21647,8 @@ const _sfc_main$2 = {
|
|
|
21619
21647
|
}
|
|
21620
21648
|
};
|
|
21621
21649
|
const _hoisted_1$2 = { class: "padder" };
|
|
21622
|
-
const _hoisted_2$2 = {
|
|
21650
|
+
const _hoisted_2$2 = { key: 0 };
|
|
21651
|
+
const _hoisted_3$1 = { class: "padder" };
|
|
21623
21652
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21624
21653
|
const _component_ux_form = resolveComponent("ux-form");
|
|
21625
21654
|
const _component_flex_body = resolveComponent("flex-body");
|
|
@@ -21639,7 +21668,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21639
21668
|
default: withCtx(() => [
|
|
21640
21669
|
createElementVNode("div", _hoisted_1$2, [
|
|
21641
21670
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
21642
|
-
|
|
21671
|
+
_ctx.options.description ? (openBlock(), createElementBlock("p", _hoisted_2$2, toDisplayString(_ctx.options.description), 1)) : createCommentVNode("", true),
|
|
21643
21672
|
createVNode(_component_ux_form, {
|
|
21644
21673
|
ref: "form",
|
|
21645
21674
|
modelValue: $data.model,
|
|
@@ -21652,7 +21681,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21652
21681
|
}),
|
|
21653
21682
|
createVNode(_component_flex_footer, null, {
|
|
21654
21683
|
default: withCtx(() => [
|
|
21655
|
-
createElementVNode("div",
|
|
21684
|
+
createElementVNode("div", _hoisted_3$1, [
|
|
21656
21685
|
createVNode(_component_flex_row, null, {
|
|
21657
21686
|
default: withCtx(() => [
|
|
21658
21687
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
@@ -21697,7 +21726,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21697
21726
|
})
|
|
21698
21727
|
], 32);
|
|
21699
21728
|
}
|
|
21700
|
-
var UxPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-
|
|
21729
|
+
var UxPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-2ffda697"]]);
|
|
21701
21730
|
var ContentModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
21702
21731
|
const _sfc_main$1 = {
|
|
21703
21732
|
components: {
|