@qikdev/vue-ui 0.2.41 → 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 +151 -126
- 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;
|
|
@@ -4736,13 +4736,13 @@ const _sfc_main$1a = {
|
|
|
4736
4736
|
};
|
|
4737
4737
|
const _hoisted_1$S = { class: "table-date-cell" };
|
|
4738
4738
|
const _hoisted_2$K = { key: 0 };
|
|
4739
|
-
const _hoisted_3$
|
|
4739
|
+
const _hoisted_3$C = { class: "off" };
|
|
4740
4740
|
const _hoisted_4$t = { class: "on" };
|
|
4741
4741
|
const _hoisted_5$o = { class: "spacer" };
|
|
4742
4742
|
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4743
4743
|
return openBlock(), createElementBlock("td", _hoisted_1$S, [
|
|
4744
4744
|
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$K, [
|
|
4745
|
-
createElementVNode("span", _hoisted_3$
|
|
4745
|
+
createElementVNode("span", _hoisted_3$C, toDisplayString($options.readable), 1),
|
|
4746
4746
|
createElementVNode("span", _hoisted_4$t, toDisplayString($options.timeago), 1),
|
|
4747
4747
|
createElementVNode("span", _hoisted_5$o, toDisplayString($options.readable), 1)
|
|
4748
4748
|
])) : createCommentVNode("", true)
|
|
@@ -5009,7 +5009,7 @@ const _hoisted_1$Q = {
|
|
|
5009
5009
|
class: "table-cell"
|
|
5010
5010
|
};
|
|
5011
5011
|
const _hoisted_2$I = { class: "value" };
|
|
5012
|
-
const _hoisted_3$
|
|
5012
|
+
const _hoisted_3$B = { class: "value" };
|
|
5013
5013
|
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5014
5014
|
const _component_value_renderer = resolveComponent("value-renderer");
|
|
5015
5015
|
return $data.component ? (openBlock(), createBlock(resolveDynamicComponent($data.component), {
|
|
@@ -5029,7 +5029,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5029
5029
|
}, null, 8, ["type", "last", "value"])
|
|
5030
5030
|
]);
|
|
5031
5031
|
}), 256)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($options.value, (entry, index2) => {
|
|
5032
|
-
return openBlock(), createElementBlock("span", _hoisted_3$
|
|
5032
|
+
return openBlock(), createElementBlock("span", _hoisted_3$B, [
|
|
5033
5033
|
createVNode(_component_value_renderer, {
|
|
5034
5034
|
type: $props.column.type,
|
|
5035
5035
|
multi: "",
|
|
@@ -5417,7 +5417,7 @@ const _hoisted_2$H = {
|
|
|
5417
5417
|
class: "table-scroll",
|
|
5418
5418
|
ref: "scroll"
|
|
5419
5419
|
};
|
|
5420
|
-
const _hoisted_3$
|
|
5420
|
+
const _hoisted_3$A = {
|
|
5421
5421
|
key: 0,
|
|
5422
5422
|
class: "first table-select shrink"
|
|
5423
5423
|
};
|
|
@@ -5439,7 +5439,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5439
5439
|
createElementVNode("table", null, [
|
|
5440
5440
|
createElementVNode("thead", null, [
|
|
5441
5441
|
createElementVNode("tr", null, [
|
|
5442
|
-
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$
|
|
5442
|
+
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$A, [
|
|
5443
5443
|
createVNode(_component_ux_menu, null, {
|
|
5444
5444
|
activator: withCtx(({ on: on2 }) => [
|
|
5445
5445
|
createVNode(_component_ux_checkbox, mergeProps(toHandlers(on2), { value: $options.pageSelected }), null, 16, ["value"])
|
|
@@ -6080,7 +6080,7 @@ const _hoisted_2$G = {
|
|
|
6080
6080
|
key: 0,
|
|
6081
6081
|
class: "ux-required-marker"
|
|
6082
6082
|
};
|
|
6083
|
-
const _hoisted_3$
|
|
6083
|
+
const _hoisted_3$z = {
|
|
6084
6084
|
key: 1,
|
|
6085
6085
|
class: "ux-field-description"
|
|
6086
6086
|
};
|
|
@@ -6089,7 +6089,7 @@ const _hoisted_4$r = {
|
|
|
6089
6089
|
class: "ui-select-button"
|
|
6090
6090
|
};
|
|
6091
6091
|
const _hoisted_5$m = ["multiple"];
|
|
6092
|
-
const _hoisted_6$
|
|
6092
|
+
const _hoisted_6$g = {
|
|
6093
6093
|
key: 0,
|
|
6094
6094
|
value: ""
|
|
6095
6095
|
};
|
|
@@ -6103,7 +6103,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6103
6103
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6104
6104
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$G, "*")) : createCommentVNode("", true)
|
|
6105
6105
|
])) : createCommentVNode("", true),
|
|
6106
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6106
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$z, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
6107
6107
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
|
|
6108
6108
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
6109
6109
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -6119,7 +6119,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6119
6119
|
multiple: _ctx.multiValue,
|
|
6120
6120
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
6121
6121
|
}, [
|
|
6122
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
6122
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$g, "None")) : createCommentVNode("", true),
|
|
6123
6123
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
6124
6124
|
return openBlock(), createElementBlock("option", {
|
|
6125
6125
|
value: option2.value
|
|
@@ -7432,13 +7432,13 @@ const _hoisted_2$B = {
|
|
|
7432
7432
|
key: 0,
|
|
7433
7433
|
class: "ux-required-marker"
|
|
7434
7434
|
};
|
|
7435
|
-
const _hoisted_3$
|
|
7435
|
+
const _hoisted_3$y = {
|
|
7436
7436
|
key: 1,
|
|
7437
7437
|
class: "ux-field-description"
|
|
7438
7438
|
};
|
|
7439
7439
|
const _hoisted_4$q = { key: 2 };
|
|
7440
7440
|
const _hoisted_5$l = { key: 0 };
|
|
7441
|
-
const _hoisted_6$
|
|
7441
|
+
const _hoisted_6$f = { key: 1 };
|
|
7442
7442
|
const _hoisted_7$b = { class: "ux-text-wrap" };
|
|
7443
7443
|
const _hoisted_8$6 = ["placeholder", "onUpdate:modelValue"];
|
|
7444
7444
|
const _hoisted_9$6 = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("option", { value: "" }, "None", -1));
|
|
@@ -7456,7 +7456,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7456
7456
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7457
7457
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$B, "*")) : createCommentVNode("", true)
|
|
7458
7458
|
])) : createCommentVNode("", true),
|
|
7459
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7459
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$y, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7460
7460
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
7461
7461
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
7462
7462
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -7480,7 +7480,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7480
7480
|
!entry.countryCode ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
7481
7481
|
createTextVNode(" Country Code ")
|
|
7482
7482
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
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$
|
|
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"))
|
|
7484
7484
|
], 64))
|
|
7485
7485
|
]),
|
|
7486
7486
|
_: 2
|
|
@@ -8129,7 +8129,7 @@ const _hoisted_2$A = {
|
|
|
8129
8129
|
key: 0,
|
|
8130
8130
|
class: "ux-required-marker"
|
|
8131
8131
|
};
|
|
8132
|
-
const _hoisted_3$
|
|
8132
|
+
const _hoisted_3$x = {
|
|
8133
8133
|
key: 1,
|
|
8134
8134
|
class: "ux-field-description"
|
|
8135
8135
|
};
|
|
@@ -8138,7 +8138,7 @@ const _hoisted_4$p = {
|
|
|
8138
8138
|
class: "ui-select-button"
|
|
8139
8139
|
};
|
|
8140
8140
|
const _hoisted_5$k = ["multiple"];
|
|
8141
|
-
const _hoisted_6$
|
|
8141
|
+
const _hoisted_6$e = {
|
|
8142
8142
|
key: 0,
|
|
8143
8143
|
value: ""
|
|
8144
8144
|
};
|
|
@@ -8152,7 +8152,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8152
8152
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
8153
8153
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$A, "*")) : createCommentVNode("", true)
|
|
8154
8154
|
])) : createCommentVNode("", true),
|
|
8155
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8155
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$x, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
8156
8156
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
|
|
8157
8157
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
8158
8158
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -8168,7 +8168,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8168
8168
|
multiple: _ctx.multiValue,
|
|
8169
8169
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
8170
8170
|
}, [
|
|
8171
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
8171
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$e, "None")) : createCommentVNode("", true),
|
|
8172
8172
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
8173
8173
|
return openBlock(), createElementBlock("option", {
|
|
8174
8174
|
value: option2.value
|
|
@@ -11111,7 +11111,7 @@ const _hoisted_2$z = {
|
|
|
11111
11111
|
key: 0,
|
|
11112
11112
|
class: "ux-required-marker"
|
|
11113
11113
|
};
|
|
11114
|
-
const _hoisted_3$
|
|
11114
|
+
const _hoisted_3$w = {
|
|
11115
11115
|
key: 1,
|
|
11116
11116
|
class: "ux-field-description"
|
|
11117
11117
|
};
|
|
@@ -11132,7 +11132,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11132
11132
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11133
11133
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
|
|
11134
11134
|
])) : createCommentVNode("", true),
|
|
11135
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11135
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$w, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11136
11136
|
$options.showList ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
11137
11137
|
_ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
11138
11138
|
_ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
|
|
@@ -11364,7 +11364,7 @@ const _hoisted_2$y = {
|
|
|
11364
11364
|
key: 0,
|
|
11365
11365
|
class: "ux-required-marker"
|
|
11366
11366
|
};
|
|
11367
|
-
const _hoisted_3$
|
|
11367
|
+
const _hoisted_3$v = {
|
|
11368
11368
|
key: 1,
|
|
11369
11369
|
class: "ux-field-description"
|
|
11370
11370
|
};
|
|
@@ -11373,7 +11373,7 @@ const _hoisted_4$n = {
|
|
|
11373
11373
|
class: "ui-select-button"
|
|
11374
11374
|
};
|
|
11375
11375
|
const _hoisted_5$j = ["multiple"];
|
|
11376
|
-
const _hoisted_6$
|
|
11376
|
+
const _hoisted_6$d = {
|
|
11377
11377
|
key: 0,
|
|
11378
11378
|
value: ""
|
|
11379
11379
|
};
|
|
@@ -11387,7 +11387,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11387
11387
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11388
11388
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
|
|
11389
11389
|
])) : createCommentVNode("", true),
|
|
11390
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11390
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$v, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11391
11391
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
|
|
11392
11392
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
11393
11393
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -11403,7 +11403,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11403
11403
|
multiple: _ctx.multiValue,
|
|
11404
11404
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
11405
11405
|
}, [
|
|
11406
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
11406
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$d, "None")) : createCommentVNode("", true),
|
|
11407
11407
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
11408
11408
|
return openBlock(), createElementBlock("option", {
|
|
11409
11409
|
value: option2.value
|
|
@@ -11942,7 +11942,7 @@ const _hoisted_2$w = {
|
|
|
11942
11942
|
key: 0,
|
|
11943
11943
|
class: "ux-required-marker"
|
|
11944
11944
|
};
|
|
11945
|
-
const _hoisted_3$
|
|
11945
|
+
const _hoisted_3$u = {
|
|
11946
11946
|
key: 1,
|
|
11947
11947
|
class: "ux-field-description"
|
|
11948
11948
|
};
|
|
@@ -11955,7 +11955,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11955
11955
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11956
11956
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
|
|
11957
11957
|
])) : createCommentVNode("", true),
|
|
11958
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11958
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$u, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11959
11959
|
createVNode(_component_scope_select_button, {
|
|
11960
11960
|
type: $options.contextReferenceType,
|
|
11961
11961
|
action: $options.contextReferenceAction,
|
|
@@ -12151,7 +12151,7 @@ const _hoisted_2$v = {
|
|
|
12151
12151
|
key: 0,
|
|
12152
12152
|
class: "ux-required-marker"
|
|
12153
12153
|
};
|
|
12154
|
-
const _hoisted_3$
|
|
12154
|
+
const _hoisted_3$t = {
|
|
12155
12155
|
key: 1,
|
|
12156
12156
|
class: "ux-field-description"
|
|
12157
12157
|
};
|
|
@@ -12160,7 +12160,7 @@ const _hoisted_4$m = {
|
|
|
12160
12160
|
class: "ui-select-button"
|
|
12161
12161
|
};
|
|
12162
12162
|
const _hoisted_5$i = ["multiple"];
|
|
12163
|
-
const _hoisted_6$
|
|
12163
|
+
const _hoisted_6$c = {
|
|
12164
12164
|
key: 0,
|
|
12165
12165
|
value: ""
|
|
12166
12166
|
};
|
|
@@ -12174,7 +12174,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12174
12174
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12175
12175
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
|
|
12176
12176
|
])) : createCommentVNode("", true),
|
|
12177
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12177
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12178
12178
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
12179
12179
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
12180
12180
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -12190,7 +12190,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12190
12190
|
multiple: _ctx.multiValue,
|
|
12191
12191
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
12192
12192
|
}, [
|
|
12193
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
12193
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$c, "None")) : createCommentVNode("", true),
|
|
12194
12194
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
12195
12195
|
return openBlock(), createElementBlock("option", {
|
|
12196
12196
|
value: option2.value
|
|
@@ -12288,7 +12288,7 @@ const _hoisted_2$u = {
|
|
|
12288
12288
|
key: 0,
|
|
12289
12289
|
class: "ux-required-marker"
|
|
12290
12290
|
};
|
|
12291
|
-
const _hoisted_3$
|
|
12291
|
+
const _hoisted_3$s = {
|
|
12292
12292
|
key: 1,
|
|
12293
12293
|
class: "ux-field-description"
|
|
12294
12294
|
};
|
|
@@ -12297,7 +12297,7 @@ const _hoisted_5$h = {
|
|
|
12297
12297
|
key: 0,
|
|
12298
12298
|
class: "ux-text-prefix"
|
|
12299
12299
|
};
|
|
12300
|
-
const _hoisted_6$
|
|
12300
|
+
const _hoisted_6$b = ["onBlur", "onUpdate:modelValue"];
|
|
12301
12301
|
const _hoisted_7$7 = {
|
|
12302
12302
|
key: 1,
|
|
12303
12303
|
class: "ux-text-suffix"
|
|
@@ -12320,7 +12320,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12320
12320
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12321
12321
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
|
|
12322
12322
|
])) : createCommentVNode("", true),
|
|
12323
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12323
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12324
12324
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
|
|
12325
12325
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
12326
12326
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12344,7 +12344,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12344
12344
|
onBlur: ($event) => $options.update($event, index2),
|
|
12345
12345
|
"onUpdate:modelValue": ($event) => $options.proxy[index2] = $event,
|
|
12346
12346
|
onFocus: _cache[1] || (_cache[1] = (...args) => _ctx.touch && _ctx.touch(...args))
|
|
12347
|
-
}, null, 40, _hoisted_6$
|
|
12347
|
+
}, null, 40, _hoisted_6$b)), [
|
|
12348
12348
|
[
|
|
12349
12349
|
vModelText,
|
|
12350
12350
|
$options.proxy[index2],
|
|
@@ -12491,13 +12491,13 @@ const _hoisted_2$t = {
|
|
|
12491
12491
|
key: 0,
|
|
12492
12492
|
class: "ux-required-marker"
|
|
12493
12493
|
};
|
|
12494
|
-
const _hoisted_3$
|
|
12494
|
+
const _hoisted_3$r = {
|
|
12495
12495
|
key: 1,
|
|
12496
12496
|
class: "ux-field-description"
|
|
12497
12497
|
};
|
|
12498
12498
|
const _hoisted_4$k = { key: 2 };
|
|
12499
12499
|
const _hoisted_5$g = { class: "ux-text-wrap" };
|
|
12500
|
-
const _hoisted_6$
|
|
12500
|
+
const _hoisted_6$a = {
|
|
12501
12501
|
key: 0,
|
|
12502
12502
|
class: "ux-text-prefix"
|
|
12503
12503
|
};
|
|
@@ -12531,7 +12531,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12531
12531
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12532
12532
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
|
|
12533
12533
|
])) : createCommentVNode("", true),
|
|
12534
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12534
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12535
12535
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
|
|
12536
12536
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
12537
12537
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12542,7 +12542,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12542
12542
|
createVNode(_component_flex_cell, null, {
|
|
12543
12543
|
default: withCtx(() => [
|
|
12544
12544
|
createElementVNode("div", _hoisted_5$g, [
|
|
12545
|
-
_ctx.prefix ? (openBlock(), createElementBlock("span", _hoisted_6$
|
|
12545
|
+
_ctx.prefix ? (openBlock(), createElementBlock("span", _hoisted_6$a, toDisplayString(_ctx.prefix), 1)) : createCommentVNode("", true),
|
|
12546
12546
|
$options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
|
|
12547
12547
|
key: 1,
|
|
12548
12548
|
type: $options.inputType,
|
|
@@ -12671,7 +12671,7 @@ const _hoisted_2$s = {
|
|
|
12671
12671
|
key: 0,
|
|
12672
12672
|
class: "ux-required-marker"
|
|
12673
12673
|
};
|
|
12674
|
-
const _hoisted_3$
|
|
12674
|
+
const _hoisted_3$q = {
|
|
12675
12675
|
key: 1,
|
|
12676
12676
|
class: "ux-field-description"
|
|
12677
12677
|
};
|
|
@@ -12687,7 +12687,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12687
12687
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12688
12688
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
|
|
12689
12689
|
])) : createCommentVNode("", true),
|
|
12690
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12690
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12691
12691
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
|
|
12692
12692
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
12693
12693
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12819,7 +12819,7 @@ const _hoisted_2$r = {
|
|
|
12819
12819
|
key: 0,
|
|
12820
12820
|
class: "ux-required-marker"
|
|
12821
12821
|
};
|
|
12822
|
-
const _hoisted_3$
|
|
12822
|
+
const _hoisted_3$p = {
|
|
12823
12823
|
key: 1,
|
|
12824
12824
|
class: "ux-field-description"
|
|
12825
12825
|
};
|
|
@@ -12835,7 +12835,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12835
12835
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12836
12836
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
|
|
12837
12837
|
])) : createCommentVNode("", true),
|
|
12838
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12838
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12839
12839
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
|
|
12840
12840
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
12841
12841
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12956,7 +12956,7 @@ const _hoisted_2$q = {
|
|
|
12956
12956
|
key: 0,
|
|
12957
12957
|
class: "ux-required-marker"
|
|
12958
12958
|
};
|
|
12959
|
-
const _hoisted_3$
|
|
12959
|
+
const _hoisted_3$o = {
|
|
12960
12960
|
key: 1,
|
|
12961
12961
|
class: "ux-field-description"
|
|
12962
12962
|
};
|
|
@@ -12972,7 +12972,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12972
12972
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12973
12973
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
|
|
12974
12974
|
])) : createCommentVNode("", true),
|
|
12975
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12975
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12976
12976
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
|
|
12977
12977
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
12978
12978
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -13082,7 +13082,7 @@ const _hoisted_2$p = {
|
|
|
13082
13082
|
key: 0,
|
|
13083
13083
|
class: "ux-required-marker"
|
|
13084
13084
|
};
|
|
13085
|
-
const _hoisted_3$
|
|
13085
|
+
const _hoisted_3$n = {
|
|
13086
13086
|
key: 1,
|
|
13087
13087
|
class: "ux-field-description"
|
|
13088
13088
|
};
|
|
@@ -13114,7 +13114,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13114
13114
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13115
13115
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
|
|
13116
13116
|
])) : createCommentVNode("", true),
|
|
13117
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13117
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
13118
13118
|
])
|
|
13119
13119
|
]),
|
|
13120
13120
|
_: 1
|
|
@@ -13139,7 +13139,7 @@ const _sfc_main$y = {
|
|
|
13139
13139
|
};
|
|
13140
13140
|
const _hoisted_1$s = { key: 0 };
|
|
13141
13141
|
const _hoisted_2$o = ["innerHTML"];
|
|
13142
|
-
const _hoisted_3$
|
|
13142
|
+
const _hoisted_3$m = ["innerHTML"];
|
|
13143
13143
|
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13144
13144
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13145
13145
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -13193,7 +13193,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13193
13193
|
])) : (openBlock(), createElementBlock("div", {
|
|
13194
13194
|
key: 1,
|
|
13195
13195
|
innerHTML: _ctx.field.template
|
|
13196
|
-
}, null, 8, _hoisted_3$
|
|
13196
|
+
}, null, 8, _hoisted_3$m));
|
|
13197
13197
|
}
|
|
13198
13198
|
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
13199
13199
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
@@ -13483,10 +13483,10 @@ const _hoisted_1$r = {
|
|
|
13483
13483
|
class: "filter-condition"
|
|
13484
13484
|
};
|
|
13485
13485
|
const _hoisted_2$n = { key: 0 };
|
|
13486
|
-
const _hoisted_3$
|
|
13486
|
+
const _hoisted_3$l = { key: 1 };
|
|
13487
13487
|
const _hoisted_4$g = { key: 2 };
|
|
13488
13488
|
const _hoisted_5$d = { key: 3 };
|
|
13489
|
-
const _hoisted_6$
|
|
13489
|
+
const _hoisted_6$9 = { key: 4 };
|
|
13490
13490
|
const _hoisted_7$5 = { key: 5 };
|
|
13491
13491
|
const _hoisted_8$3 = { key: 6 };
|
|
13492
13492
|
const _hoisted_9$3 = { key: 7 };
|
|
@@ -13546,7 +13546,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13546
13546
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
|
|
13547
13547
|
}, null, 8, ["field", "modelValue"]))
|
|
13548
13548
|
])) : createCommentVNode("", true),
|
|
13549
|
-
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13549
|
+
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$l, [
|
|
13550
13550
|
createVNode(_component_text_field, {
|
|
13551
13551
|
field: $options.normalField,
|
|
13552
13552
|
modelValue: $data.model.value,
|
|
@@ -13599,7 +13599,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13599
13599
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => $data.model.value2 = $event)
|
|
13600
13600
|
}, null, 8, ["field", "modelValue"])
|
|
13601
13601
|
])) : createCommentVNode("", true),
|
|
13602
|
-
$options.inputType == "date" ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
13602
|
+
$options.inputType == "date" ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
|
|
13603
13603
|
createVNode(_component_date_field, {
|
|
13604
13604
|
field: $options.dateField,
|
|
13605
13605
|
modelValue: $data.model.value,
|
|
@@ -13969,7 +13969,7 @@ const _hoisted_1$q = {
|
|
|
13969
13969
|
class: "filter-rule"
|
|
13970
13970
|
};
|
|
13971
13971
|
const _hoisted_2$m = { class: "top" };
|
|
13972
|
-
const _hoisted_3$
|
|
13972
|
+
const _hoisted_3$k = { class: "summary" };
|
|
13973
13973
|
const _hoisted_4$f = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
13974
13974
|
const _hoisted_5$c = { class: "operator" };
|
|
13975
13975
|
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -13985,7 +13985,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13985
13985
|
default: withCtx(() => [
|
|
13986
13986
|
createVNode(_component_flex_cell, null, {
|
|
13987
13987
|
default: withCtx(() => [
|
|
13988
|
-
createElementVNode("div", _hoisted_3$
|
|
13988
|
+
createElementVNode("div", _hoisted_3$k, [
|
|
13989
13989
|
createTextVNode(" Match "),
|
|
13990
13990
|
createVNode(_component_native_select, {
|
|
13991
13991
|
modelValue: $data.model.operator,
|
|
@@ -14180,7 +14180,7 @@ const _hoisted_2$l = {
|
|
|
14180
14180
|
key: 0,
|
|
14181
14181
|
class: "top"
|
|
14182
14182
|
};
|
|
14183
|
-
const _hoisted_3$
|
|
14183
|
+
const _hoisted_3$j = { class: "summary" };
|
|
14184
14184
|
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14185
14185
|
const _component_native_select = resolveComponent("native-select");
|
|
14186
14186
|
const _component_filter_rule = resolveComponent("filter-rule");
|
|
@@ -14193,7 +14193,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14193
14193
|
default: withCtx(() => [
|
|
14194
14194
|
createElementVNode("div", _hoisted_1$p, [
|
|
14195
14195
|
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
|
|
14196
|
-
createElementVNode("div", _hoisted_3$
|
|
14196
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
14197
14197
|
createTextVNode(" Match "),
|
|
14198
14198
|
createVNode(_component_native_select, {
|
|
14199
14199
|
modelValue: $data.model.operator,
|
|
@@ -14289,7 +14289,7 @@ const _hoisted_2$k = {
|
|
|
14289
14289
|
key: 0,
|
|
14290
14290
|
class: "ux-required-marker"
|
|
14291
14291
|
};
|
|
14292
|
-
const _hoisted_3$
|
|
14292
|
+
const _hoisted_3$i = {
|
|
14293
14293
|
key: 1,
|
|
14294
14294
|
class: "ux-field-description"
|
|
14295
14295
|
};
|
|
@@ -14305,7 +14305,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14305
14305
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
14306
14306
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$k, "*")) : createCommentVNode("", true)
|
|
14307
14307
|
])) : createCommentVNode("", true),
|
|
14308
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14308
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$i, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14309
14309
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$e, [
|
|
14310
14310
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14311
14311
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -14413,7 +14413,7 @@ const _hoisted_2$j = {
|
|
|
14413
14413
|
key: 0,
|
|
14414
14414
|
class: "ux-required-marker"
|
|
14415
14415
|
};
|
|
14416
|
-
const _hoisted_3$
|
|
14416
|
+
const _hoisted_3$h = {
|
|
14417
14417
|
key: 1,
|
|
14418
14418
|
class: "ux-field-description"
|
|
14419
14419
|
};
|
|
@@ -14445,7 +14445,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14445
14445
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14446
14446
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$j, "*")) : createCommentVNode("", true)
|
|
14447
14447
|
])) : createCommentVNode("", true),
|
|
14448
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14448
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$h, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
14449
14449
|
])
|
|
14450
14450
|
]),
|
|
14451
14451
|
_: 1
|
|
@@ -14683,7 +14683,7 @@ const _hoisted_2$i = {
|
|
|
14683
14683
|
key: 0,
|
|
14684
14684
|
class: "ux-required-marker"
|
|
14685
14685
|
};
|
|
14686
|
-
const _hoisted_3$
|
|
14686
|
+
const _hoisted_3$g = {
|
|
14687
14687
|
key: 1,
|
|
14688
14688
|
class: "ux-field-description"
|
|
14689
14689
|
};
|
|
@@ -14704,7 +14704,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14704
14704
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14705
14705
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
|
|
14706
14706
|
])) : createCommentVNode("", true),
|
|
14707
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14707
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$g, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14708
14708
|
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
|
|
14709
14709
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
14710
14710
|
return openBlock(), createElementBlock("div", {
|
|
@@ -14876,7 +14876,7 @@ const _hoisted_2$h = {
|
|
|
14876
14876
|
key: 0,
|
|
14877
14877
|
class: "ux-group-title"
|
|
14878
14878
|
};
|
|
14879
|
-
const _hoisted_3$
|
|
14879
|
+
const _hoisted_3$f = {
|
|
14880
14880
|
key: 0,
|
|
14881
14881
|
class: "ux-field-title"
|
|
14882
14882
|
};
|
|
@@ -14888,7 +14888,7 @@ const _hoisted_5$a = {
|
|
|
14888
14888
|
key: 1,
|
|
14889
14889
|
class: "ux-field-description"
|
|
14890
14890
|
};
|
|
14891
|
-
const _hoisted_6$
|
|
14891
|
+
const _hoisted_6$8 = {
|
|
14892
14892
|
key: 0,
|
|
14893
14893
|
class: "ux-single-group"
|
|
14894
14894
|
};
|
|
@@ -14913,7 +14913,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14913
14913
|
const _component_draggable = resolveComponent("draggable");
|
|
14914
14914
|
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
14915
14915
|
$options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_2$h, [
|
|
14916
|
-
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_3$
|
|
14916
|
+
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_3$f, [
|
|
14917
14917
|
createTextVNode(toDisplayString(_ctx.plural || _ctx.title) + " ", 1),
|
|
14918
14918
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_4$c, "*")) : createCommentVNode("", true)
|
|
14919
14919
|
])) : createCommentVNode("", true),
|
|
@@ -15237,7 +15237,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15237
15237
|
_: 1
|
|
15238
15238
|
}))
|
|
15239
15239
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
15240
|
-
$options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
15240
|
+
$options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
|
|
15241
15241
|
createElementVNode("div", _hoisted_7$4, [
|
|
15242
15242
|
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_8$2, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true),
|
|
15243
15243
|
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_9$2, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
@@ -15432,7 +15432,7 @@ const _hoisted_2$g = {
|
|
|
15432
15432
|
key: 0,
|
|
15433
15433
|
class: "ux-required-marker"
|
|
15434
15434
|
};
|
|
15435
|
-
const _hoisted_3$
|
|
15435
|
+
const _hoisted_3$e = {
|
|
15436
15436
|
key: 1,
|
|
15437
15437
|
class: "ux-field-description"
|
|
15438
15438
|
};
|
|
@@ -15446,7 +15446,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15446
15446
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15447
15447
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
|
|
15448
15448
|
])) : createCommentVNode("", true),
|
|
15449
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15449
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15450
15450
|
createElementVNode("div", _hoisted_4$b, [
|
|
15451
15451
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
|
|
15452
15452
|
return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
|
|
@@ -15495,7 +15495,7 @@ const _hoisted_2$f = {
|
|
|
15495
15495
|
key: 0,
|
|
15496
15496
|
class: "ux-required-marker"
|
|
15497
15497
|
};
|
|
15498
|
-
const _hoisted_3$
|
|
15498
|
+
const _hoisted_3$d = {
|
|
15499
15499
|
key: 1,
|
|
15500
15500
|
class: "ux-field-description"
|
|
15501
15501
|
};
|
|
@@ -15511,7 +15511,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15511
15511
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15512
15512
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
|
|
15513
15513
|
])) : createCommentVNode("", true),
|
|
15514
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15514
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15515
15515
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$a, [
|
|
15516
15516
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
15517
15517
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -15669,13 +15669,13 @@ const _hoisted_2$e = {
|
|
|
15669
15669
|
key: 0,
|
|
15670
15670
|
class: "ux-required-marker"
|
|
15671
15671
|
};
|
|
15672
|
-
const _hoisted_3$
|
|
15672
|
+
const _hoisted_3$c = {
|
|
15673
15673
|
key: 1,
|
|
15674
15674
|
class: "ux-field-description"
|
|
15675
15675
|
};
|
|
15676
15676
|
const _hoisted_4$9 = { key: 2 };
|
|
15677
15677
|
const _hoisted_5$8 = { class: "ux-text-wrap prefixed" };
|
|
15678
|
-
const _hoisted_6$
|
|
15678
|
+
const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
15679
15679
|
const _hoisted_7$3 = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"];
|
|
15680
15680
|
const _hoisted_8$1 = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"];
|
|
15681
15681
|
const _hoisted_9$1 = { class: "ux-text-wrap prefixed" };
|
|
@@ -15696,7 +15696,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15696
15696
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15697
15697
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
|
|
15698
15698
|
])) : createCommentVNode("", true),
|
|
15699
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15699
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15700
15700
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
|
|
15701
15701
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
15702
15702
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -15707,7 +15707,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15707
15707
|
createVNode(_component_flex_cell, null, {
|
|
15708
15708
|
default: withCtx(() => [
|
|
15709
15709
|
createElementVNode("div", _hoisted_5$8, [
|
|
15710
|
-
_hoisted_6$
|
|
15710
|
+
_hoisted_6$7,
|
|
15711
15711
|
$options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
|
|
15712
15712
|
key: 0,
|
|
15713
15713
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -16033,13 +16033,13 @@ const _hoisted_2$d = {
|
|
|
16033
16033
|
key: 0,
|
|
16034
16034
|
class: "ux-required-marker"
|
|
16035
16035
|
};
|
|
16036
|
-
const _hoisted_3$
|
|
16036
|
+
const _hoisted_3$b = {
|
|
16037
16037
|
key: 1,
|
|
16038
16038
|
class: "ux-field-description"
|
|
16039
16039
|
};
|
|
16040
16040
|
const _hoisted_4$8 = { key: 2 };
|
|
16041
16041
|
const _hoisted_5$7 = { class: "code-editor-field-wrap" };
|
|
16042
|
-
const _hoisted_6$
|
|
16042
|
+
const _hoisted_6$6 = {
|
|
16043
16043
|
key: 3,
|
|
16044
16044
|
class: "code-editor-field-wrap"
|
|
16045
16045
|
};
|
|
@@ -16056,7 +16056,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16056
16056
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16057
16057
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
16058
16058
|
])) : createCommentVNode("", true),
|
|
16059
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16059
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16060
16060
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
16061
16061
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16062
16062
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16112,7 +16112,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16112
16112
|
]),
|
|
16113
16113
|
_: 1
|
|
16114
16114
|
})) : createCommentVNode("", true)
|
|
16115
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_6$
|
|
16115
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_6$6, [
|
|
16116
16116
|
createVNode(_component_code_editor, {
|
|
16117
16117
|
lang: $options.syntax,
|
|
16118
16118
|
class: "ux-code-editor ux-field-focus ux-text-area-single",
|
|
@@ -16148,13 +16148,13 @@ const _hoisted_2$c = {
|
|
|
16148
16148
|
key: 0,
|
|
16149
16149
|
class: "ux-required-marker"
|
|
16150
16150
|
};
|
|
16151
|
-
const _hoisted_3$
|
|
16151
|
+
const _hoisted_3$a = {
|
|
16152
16152
|
key: 1,
|
|
16153
16153
|
class: "ux-field-description"
|
|
16154
16154
|
};
|
|
16155
16155
|
const _hoisted_4$7 = { key: 2 };
|
|
16156
16156
|
const _hoisted_5$6 = { class: "expression-field-wrap" };
|
|
16157
|
-
const _hoisted_6$
|
|
16157
|
+
const _hoisted_6$5 = {
|
|
16158
16158
|
key: 3,
|
|
16159
16159
|
class: "expression-field-wrap"
|
|
16160
16160
|
};
|
|
@@ -16171,7 +16171,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16171
16171
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16172
16172
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
|
|
16173
16173
|
])) : createCommentVNode("", true),
|
|
16174
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16174
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16175
16175
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
|
|
16176
16176
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16177
16177
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16227,7 +16227,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16227
16227
|
]),
|
|
16228
16228
|
_: 1
|
|
16229
16229
|
})) : createCommentVNode("", true)
|
|
16230
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_6$
|
|
16230
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
16231
16231
|
createVNode(_component_expression_editor, {
|
|
16232
16232
|
field: _ctx.field,
|
|
16233
16233
|
class: "ux-expression ux-field-focus ux-text-area-single",
|
|
@@ -16316,13 +16316,13 @@ const _hoisted_2$b = {
|
|
|
16316
16316
|
key: 0,
|
|
16317
16317
|
class: "ux-required-marker"
|
|
16318
16318
|
};
|
|
16319
|
-
const _hoisted_3$
|
|
16319
|
+
const _hoisted_3$9 = {
|
|
16320
16320
|
key: 1,
|
|
16321
16321
|
class: "ux-field-description"
|
|
16322
16322
|
};
|
|
16323
16323
|
const _hoisted_4$6 = { key: 2 };
|
|
16324
16324
|
const _hoisted_5$5 = { class: "richtext-field-wrap" };
|
|
16325
|
-
const _hoisted_6$
|
|
16325
|
+
const _hoisted_6$4 = {
|
|
16326
16326
|
key: 3,
|
|
16327
16327
|
class: "richtext-field-wrap"
|
|
16328
16328
|
};
|
|
@@ -16337,7 +16337,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16337
16337
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16338
16338
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
|
|
16339
16339
|
])) : createCommentVNode("", true),
|
|
16340
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16340
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$9, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16341
16341
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$6, [
|
|
16342
16342
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16343
16343
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16392,7 +16392,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16392
16392
|
]),
|
|
16393
16393
|
_: 1
|
|
16394
16394
|
})) : createCommentVNode("", true)
|
|
16395
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_6$
|
|
16395
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_6$4, [
|
|
16396
16396
|
createVNode(_component_richtext, {
|
|
16397
16397
|
class: "ux-richtext ux-field-focus ux-text-area-single",
|
|
16398
16398
|
onFocus: _ctx.touch,
|
|
@@ -16534,7 +16534,7 @@ const _hoisted_2$a = {
|
|
|
16534
16534
|
key: 0,
|
|
16535
16535
|
class: "ux-required-marker"
|
|
16536
16536
|
};
|
|
16537
|
-
const _hoisted_3$
|
|
16537
|
+
const _hoisted_3$8 = {
|
|
16538
16538
|
key: 1,
|
|
16539
16539
|
class: "ux-field-description"
|
|
16540
16540
|
};
|
|
@@ -16543,7 +16543,7 @@ const _hoisted_4$5 = {
|
|
|
16543
16543
|
class: "ui-select-button"
|
|
16544
16544
|
};
|
|
16545
16545
|
const _hoisted_5$4 = ["multiple"];
|
|
16546
|
-
const _hoisted_6$
|
|
16546
|
+
const _hoisted_6$3 = {
|
|
16547
16547
|
key: 0,
|
|
16548
16548
|
value: ""
|
|
16549
16549
|
};
|
|
@@ -16557,7 +16557,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16557
16557
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16558
16558
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
|
|
16559
16559
|
])) : createCommentVNode("", true),
|
|
16560
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16560
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$8, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16561
16561
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$5, [
|
|
16562
16562
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
16563
16563
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -16573,7 +16573,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16573
16573
|
multiple: _ctx.multiValue,
|
|
16574
16574
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
16575
16575
|
}, [
|
|
16576
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
16576
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$3, "None")) : createCommentVNode("", true),
|
|
16577
16577
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
16578
16578
|
return openBlock(), createElementBlock("option", {
|
|
16579
16579
|
value: option2.value
|
|
@@ -16700,7 +16700,7 @@ const _hoisted_2$9 = {
|
|
|
16700
16700
|
key: 0,
|
|
16701
16701
|
class: "ux-required-marker"
|
|
16702
16702
|
};
|
|
16703
|
-
const _hoisted_3$
|
|
16703
|
+
const _hoisted_3$7 = {
|
|
16704
16704
|
key: 1,
|
|
16705
16705
|
class: "ux-field-description"
|
|
16706
16706
|
};
|
|
@@ -16709,7 +16709,7 @@ const _hoisted_4$4 = {
|
|
|
16709
16709
|
class: "ui-select-button"
|
|
16710
16710
|
};
|
|
16711
16711
|
const _hoisted_5$3 = ["multiple"];
|
|
16712
|
-
const _hoisted_6$
|
|
16712
|
+
const _hoisted_6$2 = {
|
|
16713
16713
|
key: 0,
|
|
16714
16714
|
value: ""
|
|
16715
16715
|
};
|
|
@@ -16723,7 +16723,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16723
16723
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16724
16724
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$9, "*")) : createCommentVNode("", true)
|
|
16725
16725
|
])) : createCommentVNode("", true),
|
|
16726
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16726
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$7, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16727
16727
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$4, [
|
|
16728
16728
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
16729
16729
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -16739,7 +16739,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16739
16739
|
multiple: _ctx.multiValue,
|
|
16740
16740
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
|
|
16741
16741
|
}, [
|
|
16742
|
-
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$
|
|
16742
|
+
_ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$2, "None")) : createCommentVNode("", true),
|
|
16743
16743
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
|
|
16744
16744
|
return openBlock(), createElementBlock("option", {
|
|
16745
16745
|
value: option2.value
|
|
@@ -18119,6 +18119,12 @@ const _sfc_main$e = {
|
|
|
18119
18119
|
title() {
|
|
18120
18120
|
return this.field.title;
|
|
18121
18121
|
},
|
|
18122
|
+
minimum() {
|
|
18123
|
+
return parseInt(this.actualField.minimum);
|
|
18124
|
+
},
|
|
18125
|
+
maximum() {
|
|
18126
|
+
return parseInt(this.actualField.maximum);
|
|
18127
|
+
},
|
|
18122
18128
|
actualField() {
|
|
18123
18129
|
var field = this.field;
|
|
18124
18130
|
var actual = field;
|
|
@@ -18269,6 +18275,10 @@ const _sfc_main$e = {
|
|
|
18269
18275
|
classes() {
|
|
18270
18276
|
var array = [];
|
|
18271
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
|
+
}
|
|
18272
18282
|
if (this.layoutGroup) {
|
|
18273
18283
|
array.push("ux-layout-only");
|
|
18274
18284
|
}
|
|
@@ -18623,7 +18633,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18623
18633
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$b, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
18624
18634
|
], 34)) : createCommentVNode("", true);
|
|
18625
18635
|
}
|
|
18626
|
-
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"]]);
|
|
18627
18637
|
function arrayReduce$1(array, iteratee, accumulator, initAccum) {
|
|
18628
18638
|
var index2 = -1, length = array == null ? 0 : array.length;
|
|
18629
18639
|
if (initAccum && length) {
|
|
@@ -19292,6 +19302,13 @@ const _sfc_main$c = {
|
|
|
19292
19302
|
this.mounted = false;
|
|
19293
19303
|
},
|
|
19294
19304
|
computed: {
|
|
19305
|
+
classes() {
|
|
19306
|
+
const array = [];
|
|
19307
|
+
if (this.formID) {
|
|
19308
|
+
array.push(`form-${this.formID}`);
|
|
19309
|
+
}
|
|
19310
|
+
return array;
|
|
19311
|
+
},
|
|
19295
19312
|
tooltip() {
|
|
19296
19313
|
return this.buttonDisabled ? "Please check the errors in your form" : void 0;
|
|
19297
19314
|
},
|
|
@@ -19310,29 +19327,30 @@ const _sfc_main$c = {
|
|
|
19310
19327
|
}
|
|
19311
19328
|
}
|
|
19312
19329
|
};
|
|
19313
|
-
const _withScopeId$2 = (n2) => (pushScopeId("data-v-
|
|
19314
|
-
const _hoisted_1$a =
|
|
19315
|
-
const _hoisted_2$8 =
|
|
19316
|
-
const _hoisted_3$
|
|
19317
|
-
const _hoisted_4$3 = { key:
|
|
19318
|
-
const _hoisted_5$2 =
|
|
19319
|
-
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"];
|
|
19320
19336
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19321
19337
|
var _a;
|
|
19322
19338
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
19323
19339
|
const _component_ux_button = resolveComponent("ux-button");
|
|
19324
19340
|
const _component_ux_form = resolveComponent("ux-form");
|
|
19325
|
-
return openBlock(), createElementBlock("div",
|
|
19341
|
+
return openBlock(), createElementBlock("div", {
|
|
19342
|
+
class: normalizeClass(["ux-submission-form", $options.classes])
|
|
19343
|
+
}, [
|
|
19326
19344
|
$data.state === "form.error" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19327
|
-
|
|
19328
|
-
$data.error.message ? (openBlock(), createElementBlock("pre",
|
|
19329
|
-
((_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, [
|
|
19330
19348
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.error.data.errors, (field) => {
|
|
19331
19349
|
return openBlock(), createElementBlock("pre", {
|
|
19332
19350
|
key: field.path
|
|
19333
19351
|
}, toDisplayString(field.message), 1);
|
|
19334
19352
|
}), 128))
|
|
19335
|
-
])) : (openBlock(), createElementBlock("pre",
|
|
19353
|
+
])) : (openBlock(), createElementBlock("pre", _hoisted_4$3, toDisplayString($data.error), 1)),
|
|
19336
19354
|
createVNode(_component_ux_button, {
|
|
19337
19355
|
color: "primary",
|
|
19338
19356
|
onClick: $options.softReset
|
|
@@ -19378,11 +19396,11 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19378
19396
|
]),
|
|
19379
19397
|
_: 1
|
|
19380
19398
|
}, 8, ["disabled", "onClick", "loading"])
|
|
19381
|
-
], 8,
|
|
19399
|
+
], 8, _hoisted_5$2)
|
|
19382
19400
|
], 64))
|
|
19383
|
-
]);
|
|
19401
|
+
], 2);
|
|
19384
19402
|
}
|
|
19385
|
-
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"]]);
|
|
19386
19404
|
var search_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19387
19405
|
const _sfc_main$b = {
|
|
19388
19406
|
props: {
|
|
@@ -19923,7 +19941,7 @@ const _sfc_main$9 = {
|
|
|
19923
19941
|
};
|
|
19924
19942
|
const _hoisted_1$7 = { class: "ux-field-title" };
|
|
19925
19943
|
const _hoisted_2$6 = { class: "currency" };
|
|
19926
|
-
const _hoisted_3$
|
|
19944
|
+
const _hoisted_3$5 = { key: 1 };
|
|
19927
19945
|
const _hoisted_4$2 = { class: "currency" };
|
|
19928
19946
|
const _hoisted_5$1 = { key: 1 };
|
|
19929
19947
|
const _hoisted_6$1 = { key: 1 };
|
|
@@ -19974,7 +19992,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19974
19992
|
createTextVNode(toDisplayString($options.formatCurrency(value)) + " ", 1),
|
|
19975
19993
|
createElementVNode("span", _hoisted_2$6, toDisplayString($props.field.currency), 1)
|
|
19976
19994
|
]);
|
|
19977
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
19995
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$5, [
|
|
19978
19996
|
createTextVNode(toDisplayString($options.formatCurrency($options.fieldModel)) + " ", 1),
|
|
19979
19997
|
createElementVNode("span", _hoisted_4$2, toDisplayString($props.field.currency), 1)
|
|
19980
19998
|
]))
|
|
@@ -21171,7 +21189,7 @@ const _sfc_main$6 = {
|
|
|
21171
21189
|
const _withScopeId$1 = (n2) => (pushScopeId("data-v-d8907020"), n2 = n2(), popScopeId(), n2);
|
|
21172
21190
|
const _hoisted_1$6 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
21173
21191
|
const _hoisted_2$5 = { key: 0 };
|
|
21174
|
-
const _hoisted_3$
|
|
21192
|
+
const _hoisted_3$4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
21175
21193
|
const _hoisted_4$1 = { class: "footer" };
|
|
21176
21194
|
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21177
21195
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -21317,7 +21335,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21317
21335
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.dateRangeFilter = $event)
|
|
21318
21336
|
}, null, 8, ["field", "modelValue"])
|
|
21319
21337
|
])) : createCommentVNode("", true),
|
|
21320
|
-
_hoisted_3$
|
|
21338
|
+
_hoisted_3$4,
|
|
21321
21339
|
createVNode(_component_filter_builder, {
|
|
21322
21340
|
definition: $data.definition,
|
|
21323
21341
|
modelValue: $data.actualFilter,
|
|
@@ -21445,7 +21463,7 @@ const _sfc_main$4 = {
|
|
|
21445
21463
|
};
|
|
21446
21464
|
const _hoisted_1$4 = { class: "padder" };
|
|
21447
21465
|
const _hoisted_2$4 = ["innerHTML"];
|
|
21448
|
-
const _hoisted_3$
|
|
21466
|
+
const _hoisted_3$3 = { class: "padder" };
|
|
21449
21467
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21450
21468
|
const _component_flex_body = resolveComponent("flex-body");
|
|
21451
21469
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -21468,12 +21486,15 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21468
21486
|
}),
|
|
21469
21487
|
createVNode(_component_flex_footer, null, {
|
|
21470
21488
|
default: withCtx(() => [
|
|
21471
|
-
createElementVNode("div", _hoisted_3$
|
|
21489
|
+
createElementVNode("div", _hoisted_3$3, [
|
|
21472
21490
|
createVNode(_component_flex_row, null, {
|
|
21473
21491
|
default: withCtx(() => [
|
|
21474
21492
|
createVNode(_component_flex_cell, null, {
|
|
21475
21493
|
default: withCtx(() => [
|
|
21476
|
-
createVNode(_component_ux_button, {
|
|
21494
|
+
createVNode(_component_ux_button, {
|
|
21495
|
+
color: "dismiss",
|
|
21496
|
+
onClick: _ctx.dismiss
|
|
21497
|
+
}, {
|
|
21477
21498
|
default: withCtx(() => [
|
|
21478
21499
|
createTextVNode("Cancel")
|
|
21479
21500
|
]),
|
|
@@ -21484,7 +21505,10 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21484
21505
|
}),
|
|
21485
21506
|
createVNode(_component_flex_cell, null, {
|
|
21486
21507
|
default: withCtx(() => [
|
|
21487
|
-
createVNode(_component_ux_button, {
|
|
21508
|
+
createVNode(_component_ux_button, {
|
|
21509
|
+
color: "primary",
|
|
21510
|
+
onClick: _ctx.close
|
|
21511
|
+
}, {
|
|
21488
21512
|
default: withCtx(() => [
|
|
21489
21513
|
createTextVNode("Confirm")
|
|
21490
21514
|
]),
|
|
@@ -21504,7 +21528,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21504
21528
|
_: 1
|
|
21505
21529
|
});
|
|
21506
21530
|
}
|
|
21507
|
-
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"]]);
|
|
21508
21532
|
var OptionsModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
21509
21533
|
const _sfc_main$3 = {
|
|
21510
21534
|
data() {
|
|
@@ -21522,7 +21546,7 @@ const _sfc_main$3 = {
|
|
|
21522
21546
|
};
|
|
21523
21547
|
const _hoisted_1$3 = { class: "header" };
|
|
21524
21548
|
const _hoisted_2$3 = { class: "padder" };
|
|
21525
|
-
const _hoisted_3$
|
|
21549
|
+
const _hoisted_3$2 = ["onClick"];
|
|
21526
21550
|
const _hoisted_4 = {
|
|
21527
21551
|
key: 0,
|
|
21528
21552
|
class: "title"
|
|
@@ -21578,7 +21602,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21578
21602
|
]),
|
|
21579
21603
|
_: 2
|
|
21580
21604
|
}, 1024)
|
|
21581
|
-
], 8, _hoisted_3$
|
|
21605
|
+
], 8, _hoisted_3$2);
|
|
21582
21606
|
}), 256))
|
|
21583
21607
|
])
|
|
21584
21608
|
]),
|
|
@@ -21623,7 +21647,8 @@ const _sfc_main$2 = {
|
|
|
21623
21647
|
}
|
|
21624
21648
|
};
|
|
21625
21649
|
const _hoisted_1$2 = { class: "padder" };
|
|
21626
|
-
const _hoisted_2$2 = {
|
|
21650
|
+
const _hoisted_2$2 = { key: 0 };
|
|
21651
|
+
const _hoisted_3$1 = { class: "padder" };
|
|
21627
21652
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21628
21653
|
const _component_ux_form = resolveComponent("ux-form");
|
|
21629
21654
|
const _component_flex_body = resolveComponent("flex-body");
|
|
@@ -21643,7 +21668,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21643
21668
|
default: withCtx(() => [
|
|
21644
21669
|
createElementVNode("div", _hoisted_1$2, [
|
|
21645
21670
|
createElementVNode("h5", null, toDisplayString(_ctx.options.title), 1),
|
|
21646
|
-
|
|
21671
|
+
_ctx.options.description ? (openBlock(), createElementBlock("p", _hoisted_2$2, toDisplayString(_ctx.options.description), 1)) : createCommentVNode("", true),
|
|
21647
21672
|
createVNode(_component_ux_form, {
|
|
21648
21673
|
ref: "form",
|
|
21649
21674
|
modelValue: $data.model,
|
|
@@ -21656,7 +21681,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21656
21681
|
}),
|
|
21657
21682
|
createVNode(_component_flex_footer, null, {
|
|
21658
21683
|
default: withCtx(() => [
|
|
21659
|
-
createElementVNode("div",
|
|
21684
|
+
createElementVNode("div", _hoisted_3$1, [
|
|
21660
21685
|
createVNode(_component_flex_row, null, {
|
|
21661
21686
|
default: withCtx(() => [
|
|
21662
21687
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
@@ -21701,7 +21726,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21701
21726
|
})
|
|
21702
21727
|
], 32);
|
|
21703
21728
|
}
|
|
21704
|
-
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"]]);
|
|
21705
21730
|
var ContentModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
21706
21731
|
const _sfc_main$1 = {
|
|
21707
21732
|
components: {
|