@qikdev/vue-ui 0.2.13 → 0.2.15
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 +162 -137
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, vModelSelect, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
|
|
34
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.2.
|
|
35
|
+
const version$1 = "0.2.15";
|
|
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;
|
|
@@ -4659,15 +4659,15 @@ const _sfc_main$15 = {
|
|
|
4659
4659
|
}
|
|
4660
4660
|
};
|
|
4661
4661
|
const _hoisted_1$P = { class: "table-date-cell" };
|
|
4662
|
-
const _hoisted_2$
|
|
4663
|
-
const _hoisted_3$
|
|
4664
|
-
const _hoisted_4$
|
|
4662
|
+
const _hoisted_2$I = { key: 0 };
|
|
4663
|
+
const _hoisted_3$A = { class: "off" };
|
|
4664
|
+
const _hoisted_4$w = { class: "on" };
|
|
4665
4665
|
const _hoisted_5$n = { class: "spacer" };
|
|
4666
4666
|
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4667
4667
|
return openBlock(), createElementBlock("td", _hoisted_1$P, [
|
|
4668
|
-
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4669
|
-
createElementVNode("span", _hoisted_3$
|
|
4670
|
-
createElementVNode("span", _hoisted_4$
|
|
4668
|
+
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$I, [
|
|
4669
|
+
createElementVNode("span", _hoisted_3$A, toDisplayString($options.readable), 1),
|
|
4670
|
+
createElementVNode("span", _hoisted_4$w, toDisplayString($options.timeago), 1),
|
|
4671
4671
|
createElementVNode("span", _hoisted_5$n, toDisplayString($options.readable), 1)
|
|
4672
4672
|
])) : createCommentVNode("", true)
|
|
4673
4673
|
]);
|
|
@@ -4731,7 +4731,7 @@ const _sfc_main$12 = {
|
|
|
4731
4731
|
}
|
|
4732
4732
|
};
|
|
4733
4733
|
const _hoisted_1$O = { class: "table-url-cell" };
|
|
4734
|
-
const _hoisted_2$
|
|
4734
|
+
const _hoisted_2$H = ["href"];
|
|
4735
4735
|
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4736
4736
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4737
4737
|
return openBlock(), createElementBlock("td", _hoisted_1$O, [
|
|
@@ -4745,7 +4745,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4745
4745
|
right: "",
|
|
4746
4746
|
icon: "fa-external-link"
|
|
4747
4747
|
})
|
|
4748
|
-
], 8, _hoisted_2$
|
|
4748
|
+
], 8, _hoisted_2$H)
|
|
4749
4749
|
]);
|
|
4750
4750
|
}
|
|
4751
4751
|
var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-17cf3a86"]]);
|
|
@@ -4930,8 +4930,8 @@ const _hoisted_1$M = {
|
|
|
4930
4930
|
key: 1,
|
|
4931
4931
|
class: "table-cell"
|
|
4932
4932
|
};
|
|
4933
|
-
const _hoisted_2$
|
|
4934
|
-
const _hoisted_3$
|
|
4933
|
+
const _hoisted_2$G = { class: "value" };
|
|
4934
|
+
const _hoisted_3$z = { class: "value" };
|
|
4935
4935
|
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4936
4936
|
const _component_value_renderer = resolveComponent("value-renderer");
|
|
4937
4937
|
return $data.component ? (openBlock(), createBlock(resolveDynamicComponent($data.component), {
|
|
@@ -4942,7 +4942,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4942
4942
|
}, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$M, [
|
|
4943
4943
|
$options.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4944
4944
|
$options.complex ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.value, (entry, index2) => {
|
|
4945
|
-
return openBlock(), createElementBlock("span", _hoisted_2$
|
|
4945
|
+
return openBlock(), createElementBlock("span", _hoisted_2$G, [
|
|
4946
4946
|
createVNode(_component_value_renderer, {
|
|
4947
4947
|
type: $props.column.type,
|
|
4948
4948
|
multi: "",
|
|
@@ -4951,7 +4951,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4951
4951
|
}, null, 8, ["type", "last", "value"])
|
|
4952
4952
|
]);
|
|
4953
4953
|
}), 256)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($options.value, (entry, index2) => {
|
|
4954
|
-
return openBlock(), createElementBlock("span", _hoisted_3$
|
|
4954
|
+
return openBlock(), createElementBlock("span", _hoisted_3$z, [
|
|
4955
4955
|
createVNode(_component_value_renderer, {
|
|
4956
4956
|
type: $props.column.type,
|
|
4957
4957
|
multi: "",
|
|
@@ -5334,15 +5334,15 @@ const _sfc_main$_ = {
|
|
|
5334
5334
|
}
|
|
5335
5335
|
};
|
|
5336
5336
|
const _hoisted_1$L = { class: "table-wrapper" };
|
|
5337
|
-
const _hoisted_2$
|
|
5337
|
+
const _hoisted_2$F = {
|
|
5338
5338
|
class: "table-scroll",
|
|
5339
5339
|
ref: "scroll"
|
|
5340
5340
|
};
|
|
5341
|
-
const _hoisted_3$
|
|
5341
|
+
const _hoisted_3$y = {
|
|
5342
5342
|
key: 0,
|
|
5343
5343
|
class: "first table-select shrink"
|
|
5344
5344
|
};
|
|
5345
|
-
const _hoisted_4$
|
|
5345
|
+
const _hoisted_4$v = /* @__PURE__ */ createTextVNode(" Select Page ");
|
|
5346
5346
|
const _hoisted_5$m = /* @__PURE__ */ createTextVNode(" Deselect Page ");
|
|
5347
5347
|
const _hoisted_6$i = /* @__PURE__ */ createTextVNode(" Deselect All ");
|
|
5348
5348
|
const _hoisted_7$f = ["onClick"];
|
|
@@ -5359,11 +5359,11 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5359
5359
|
const _component_flex_row = resolveComponent("flex-row");
|
|
5360
5360
|
const _component_table_row = resolveComponent("table-row");
|
|
5361
5361
|
return openBlock(), createElementBlock("div", _hoisted_1$L, [
|
|
5362
|
-
createElementVNode("div", _hoisted_2$
|
|
5362
|
+
createElementVNode("div", _hoisted_2$F, [
|
|
5363
5363
|
createElementVNode("table", null, [
|
|
5364
5364
|
createElementVNode("thead", null, [
|
|
5365
5365
|
createElementVNode("tr", null, [
|
|
5366
|
-
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$
|
|
5366
|
+
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$y, [
|
|
5367
5367
|
createVNode(_component_ux_menu, null, {
|
|
5368
5368
|
activator: withCtx(({ on: on2 }) => [
|
|
5369
5369
|
createVNode(_component_ux_checkbox, mergeProps(toHandlers(on2), { value: $options.pageSelected }), null, 16, ["value"])
|
|
@@ -5375,7 +5375,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5375
5375
|
onClick: _cache[0] || (_cache[0] = ($event) => $options.selectPage())
|
|
5376
5376
|
}, {
|
|
5377
5377
|
default: withCtx(() => [
|
|
5378
|
-
_hoisted_4$
|
|
5378
|
+
_hoisted_4$v
|
|
5379
5379
|
]),
|
|
5380
5380
|
_: 1
|
|
5381
5381
|
}),
|
|
@@ -5474,7 +5474,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5474
5474
|
], 512)
|
|
5475
5475
|
]);
|
|
5476
5476
|
}
|
|
5477
|
-
var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-
|
|
5477
|
+
var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-20035b8b"]]);
|
|
5478
5478
|
var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5479
5479
|
const _sfc_main$Z = {
|
|
5480
5480
|
props: {
|
|
@@ -5485,13 +5485,13 @@ const _sfc_main$Z = {
|
|
|
5485
5485
|
};
|
|
5486
5486
|
const _withScopeId$7 = (n2) => (pushScopeId("data-v-27f20370"), n2 = n2(), popScopeId(), n2);
|
|
5487
5487
|
const _hoisted_1$K = /* @__PURE__ */ _withScopeId$7(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
|
|
5488
|
-
const _hoisted_2$
|
|
5488
|
+
const _hoisted_2$E = [
|
|
5489
5489
|
_hoisted_1$K
|
|
5490
5490
|
];
|
|
5491
5491
|
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5492
5492
|
return openBlock(), createElementBlock("div", {
|
|
5493
5493
|
class: normalizeClass(["ux-spinner", { large: $props.large }])
|
|
5494
|
-
}, _hoisted_2$
|
|
5494
|
+
}, _hoisted_2$E, 2);
|
|
5495
5495
|
}
|
|
5496
5496
|
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-27f20370"]]);
|
|
5497
5497
|
var button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
@@ -5645,7 +5645,7 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5645
5645
|
})
|
|
5646
5646
|
], 2);
|
|
5647
5647
|
}
|
|
5648
|
-
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-
|
|
5648
|
+
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-6b7b7539"]]);
|
|
5649
5649
|
var switch_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
5650
5650
|
const _sfc_main$W = {
|
|
5651
5651
|
props: {
|
|
@@ -6264,7 +6264,7 @@ const _sfc_main$R = {
|
|
|
6264
6264
|
}
|
|
6265
6265
|
};
|
|
6266
6266
|
const _hoisted_1$I = ["alt", "data"];
|
|
6267
|
-
const _hoisted_2$
|
|
6267
|
+
const _hoisted_2$D = ["alt", "src"];
|
|
6268
6268
|
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6269
6269
|
return openBlock(), createElementBlock("div", {
|
|
6270
6270
|
class: normalizeClass(["ux-image", $options.className]),
|
|
@@ -6280,7 +6280,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6280
6280
|
alt: $options.altText,
|
|
6281
6281
|
style: normalizeStyle($options.imageStyle),
|
|
6282
6282
|
src: $options.src
|
|
6283
|
-
}, null, 12, _hoisted_2$
|
|
6283
|
+
}, null, 12, _hoisted_2$D))
|
|
6284
6284
|
], 6);
|
|
6285
6285
|
}
|
|
6286
6286
|
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-a7872864"]]);
|
|
@@ -6321,10 +6321,10 @@ const _sfc_main$Q = {
|
|
|
6321
6321
|
};
|
|
6322
6322
|
const _withScopeId$6 = (n2) => (pushScopeId("data-v-317a7690"), n2 = n2(), popScopeId(), n2);
|
|
6323
6323
|
const _hoisted_1$H = { class: "ux-progress" };
|
|
6324
|
-
const _hoisted_2$
|
|
6324
|
+
const _hoisted_2$C = /* @__PURE__ */ _withScopeId$6(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
|
|
6325
6325
|
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6326
6326
|
return openBlock(), createElementBlock("div", _hoisted_1$H, [
|
|
6327
|
-
_hoisted_2$
|
|
6327
|
+
_hoisted_2$C,
|
|
6328
6328
|
createElementVNode("div", {
|
|
6329
6329
|
class: "ux-progress-fg",
|
|
6330
6330
|
style: normalizeStyle($options.barStyle)
|
|
@@ -6410,7 +6410,7 @@ const _sfc_main$N = {
|
|
|
6410
6410
|
};
|
|
6411
6411
|
const _withScopeId$5 = (n2) => (pushScopeId("data-v-61cbf45e"), n2 = n2(), popScopeId(), n2);
|
|
6412
6412
|
const _hoisted_1$E = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "From Date", -1));
|
|
6413
|
-
const _hoisted_2$
|
|
6413
|
+
const _hoisted_2$B = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "To Date", -1));
|
|
6414
6414
|
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6415
6415
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
6416
6416
|
const _component_flex_row = resolveComponent("flex-row");
|
|
@@ -6440,7 +6440,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6440
6440
|
createVNode(_component_flex_cell, { class: "cell" }, {
|
|
6441
6441
|
default: withCtx(() => [
|
|
6442
6442
|
createElementVNode("div", null, [
|
|
6443
|
-
_hoisted_2$
|
|
6443
|
+
_hoisted_2$B,
|
|
6444
6444
|
withDirectives(createElementVNode("input", {
|
|
6445
6445
|
type: "date",
|
|
6446
6446
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -6641,6 +6641,9 @@ var InputMixin = {
|
|
|
6641
6641
|
label() {
|
|
6642
6642
|
return this.field.title;
|
|
6643
6643
|
},
|
|
6644
|
+
plural() {
|
|
6645
|
+
return this.field.plural;
|
|
6646
|
+
},
|
|
6644
6647
|
description() {
|
|
6645
6648
|
return this.field.description;
|
|
6646
6649
|
},
|
|
@@ -6978,15 +6981,15 @@ const _hoisted_1$D = {
|
|
|
6978
6981
|
key: 0,
|
|
6979
6982
|
class: "ux-field-title"
|
|
6980
6983
|
};
|
|
6981
|
-
const _hoisted_2$
|
|
6984
|
+
const _hoisted_2$A = {
|
|
6982
6985
|
key: 0,
|
|
6983
6986
|
class: "ux-required-marker"
|
|
6984
6987
|
};
|
|
6985
|
-
const _hoisted_3$
|
|
6988
|
+
const _hoisted_3$x = {
|
|
6986
6989
|
key: 1,
|
|
6987
6990
|
class: "ux-field-description"
|
|
6988
6991
|
};
|
|
6989
|
-
const _hoisted_4$
|
|
6992
|
+
const _hoisted_4$u = {
|
|
6990
6993
|
key: 2,
|
|
6991
6994
|
class: "ui-select-button"
|
|
6992
6995
|
};
|
|
@@ -7003,10 +7006,10 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7003
7006
|
}, [
|
|
7004
7007
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$D, [
|
|
7005
7008
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7006
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7009
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$A, "*")) : createCommentVNode("", true)
|
|
7007
7010
|
])) : createCommentVNode("", true),
|
|
7008
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7009
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
7011
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$x, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7012
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$u, [
|
|
7010
7013
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
7011
7014
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
7012
7015
|
default: withCtx(() => [
|
|
@@ -7110,15 +7113,15 @@ const _hoisted_1$C = {
|
|
|
7110
7113
|
key: 0,
|
|
7111
7114
|
class: "ux-field-title"
|
|
7112
7115
|
};
|
|
7113
|
-
const _hoisted_2$
|
|
7116
|
+
const _hoisted_2$z = {
|
|
7114
7117
|
key: 0,
|
|
7115
7118
|
class: "ux-required-marker"
|
|
7116
7119
|
};
|
|
7117
|
-
const _hoisted_3$
|
|
7120
|
+
const _hoisted_3$w = {
|
|
7118
7121
|
key: 1,
|
|
7119
7122
|
class: "ux-field-description"
|
|
7120
7123
|
};
|
|
7121
|
-
const _hoisted_4$
|
|
7124
|
+
const _hoisted_4$t = { key: 2 };
|
|
7122
7125
|
const _hoisted_5$k = /* @__PURE__ */ createTextVNode(" Country Code ");
|
|
7123
7126
|
const _hoisted_6$g = { key: 0 };
|
|
7124
7127
|
const _hoisted_7$d = { key: 1 };
|
|
@@ -7137,10 +7140,10 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7137
7140
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
7138
7141
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
|
|
7139
7142
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7140
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7143
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
|
|
7141
7144
|
])) : createCommentVNode("", true),
|
|
7142
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7143
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
7145
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$w, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7146
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$t, [
|
|
7144
7147
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
7145
7148
|
return openBlock(), createBlock(_component_flex_row, {
|
|
7146
7149
|
gap: "",
|
|
@@ -7808,15 +7811,15 @@ const _hoisted_1$B = {
|
|
|
7808
7811
|
key: 0,
|
|
7809
7812
|
class: "ux-field-title"
|
|
7810
7813
|
};
|
|
7811
|
-
const _hoisted_2$
|
|
7814
|
+
const _hoisted_2$y = {
|
|
7812
7815
|
key: 0,
|
|
7813
7816
|
class: "ux-required-marker"
|
|
7814
7817
|
};
|
|
7815
|
-
const _hoisted_3$
|
|
7818
|
+
const _hoisted_3$v = {
|
|
7816
7819
|
key: 1,
|
|
7817
7820
|
class: "ux-field-description"
|
|
7818
7821
|
};
|
|
7819
|
-
const _hoisted_4$
|
|
7822
|
+
const _hoisted_4$s = {
|
|
7820
7823
|
key: 2,
|
|
7821
7824
|
class: "ui-select-button"
|
|
7822
7825
|
};
|
|
@@ -7833,10 +7836,10 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7833
7836
|
}, [
|
|
7834
7837
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
|
|
7835
7838
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7836
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
7839
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
|
|
7837
7840
|
])) : createCommentVNode("", true),
|
|
7838
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7839
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
7841
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$v, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7842
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$s, [
|
|
7840
7843
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
7841
7844
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
7842
7845
|
default: withCtx(() => [
|
|
@@ -10790,15 +10793,15 @@ const _hoisted_1$A = {
|
|
|
10790
10793
|
key: 0,
|
|
10791
10794
|
class: "ux-field-title"
|
|
10792
10795
|
};
|
|
10793
|
-
const _hoisted_2$
|
|
10796
|
+
const _hoisted_2$x = {
|
|
10794
10797
|
key: 0,
|
|
10795
10798
|
class: "ux-required-marker"
|
|
10796
10799
|
};
|
|
10797
|
-
const _hoisted_3$
|
|
10800
|
+
const _hoisted_3$u = {
|
|
10798
10801
|
key: 1,
|
|
10799
10802
|
class: "ux-field-description"
|
|
10800
10803
|
};
|
|
10801
|
-
const _hoisted_4$
|
|
10804
|
+
const _hoisted_4$r = {
|
|
10802
10805
|
key: 1,
|
|
10803
10806
|
class: "items"
|
|
10804
10807
|
};
|
|
@@ -10814,9 +10817,9 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10814
10817
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
10815
10818
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
|
|
10816
10819
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
10817
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
10820
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$x, "*")) : createCommentVNode("", true)
|
|
10818
10821
|
])) : createCommentVNode("", true),
|
|
10819
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
10822
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$u, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
10820
10823
|
$options.showList ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
10821
10824
|
_ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
10822
10825
|
_ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
|
|
@@ -10856,7 +10859,7 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10856
10859
|
]),
|
|
10857
10860
|
_: 1
|
|
10858
10861
|
}, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
10859
|
-
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
10862
|
+
], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
|
|
10860
10863
|
createVNode(_component_item, { item: _ctx.model }, {
|
|
10861
10864
|
actions: withCtx(() => [
|
|
10862
10865
|
$options.canEdit(_ctx.model) ? (openBlock(), createBlock(_component_ux_button, {
|
|
@@ -11044,15 +11047,15 @@ const _hoisted_1$z = {
|
|
|
11044
11047
|
key: 0,
|
|
11045
11048
|
class: "ux-field-title"
|
|
11046
11049
|
};
|
|
11047
|
-
const _hoisted_2$
|
|
11050
|
+
const _hoisted_2$w = {
|
|
11048
11051
|
key: 0,
|
|
11049
11052
|
class: "ux-required-marker"
|
|
11050
11053
|
};
|
|
11051
|
-
const _hoisted_3$
|
|
11054
|
+
const _hoisted_3$t = {
|
|
11052
11055
|
key: 1,
|
|
11053
11056
|
class: "ux-field-description"
|
|
11054
11057
|
};
|
|
11055
|
-
const _hoisted_4$
|
|
11058
|
+
const _hoisted_4$q = {
|
|
11056
11059
|
key: 2,
|
|
11057
11060
|
class: "ui-select-button"
|
|
11058
11061
|
};
|
|
@@ -11069,10 +11072,10 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11069
11072
|
}, [
|
|
11070
11073
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
|
|
11071
11074
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11072
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11075
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
|
|
11073
11076
|
])) : createCommentVNode("", true),
|
|
11074
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11075
|
-
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11077
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11078
|
+
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
11076
11079
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
11077
11080
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
11078
11081
|
default: withCtx(() => [
|
|
@@ -11181,15 +11184,15 @@ const _hoisted_1$y = {
|
|
|
11181
11184
|
key: 0,
|
|
11182
11185
|
class: "ux-field-title"
|
|
11183
11186
|
};
|
|
11184
|
-
const _hoisted_2$
|
|
11187
|
+
const _hoisted_2$v = {
|
|
11185
11188
|
key: 0,
|
|
11186
11189
|
class: "ux-required-marker"
|
|
11187
11190
|
};
|
|
11188
|
-
const _hoisted_3$
|
|
11191
|
+
const _hoisted_3$s = {
|
|
11189
11192
|
key: 1,
|
|
11190
11193
|
class: "ux-field-description"
|
|
11191
11194
|
};
|
|
11192
|
-
const _hoisted_4$
|
|
11195
|
+
const _hoisted_4$p = { key: 2 };
|
|
11193
11196
|
const _hoisted_5$g = {
|
|
11194
11197
|
key: 0,
|
|
11195
11198
|
class: "ux-text-prefix"
|
|
@@ -11215,10 +11218,10 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11215
11218
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11216
11219
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
|
|
11217
11220
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11218
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11221
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
|
|
11219
11222
|
])) : createCommentVNode("", true),
|
|
11220
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11221
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11223
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11224
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
|
|
11222
11225
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11223
11226
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11224
11227
|
class: "ux-text-row",
|
|
@@ -11384,15 +11387,15 @@ const _hoisted_1$x = {
|
|
|
11384
11387
|
key: 0,
|
|
11385
11388
|
class: "ux-field-title"
|
|
11386
11389
|
};
|
|
11387
|
-
const _hoisted_2$
|
|
11390
|
+
const _hoisted_2$u = {
|
|
11388
11391
|
key: 0,
|
|
11389
11392
|
class: "ux-required-marker"
|
|
11390
11393
|
};
|
|
11391
|
-
const _hoisted_3$
|
|
11394
|
+
const _hoisted_3$r = {
|
|
11392
11395
|
key: 1,
|
|
11393
11396
|
class: "ux-field-description"
|
|
11394
11397
|
};
|
|
11395
|
-
const _hoisted_4$
|
|
11398
|
+
const _hoisted_4$o = { key: 2 };
|
|
11396
11399
|
const _hoisted_5$f = { class: "ux-text-wrap" };
|
|
11397
11400
|
const _hoisted_6$c = {
|
|
11398
11401
|
key: 0,
|
|
@@ -11426,10 +11429,10 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11426
11429
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11427
11430
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
|
|
11428
11431
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11429
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11432
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
|
|
11430
11433
|
])) : createCommentVNode("", true),
|
|
11431
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11432
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11434
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11435
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$o, [
|
|
11433
11436
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
11434
11437
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11435
11438
|
class: "ux-text-row",
|
|
@@ -11564,15 +11567,15 @@ const _hoisted_1$w = {
|
|
|
11564
11567
|
key: 0,
|
|
11565
11568
|
class: "ux-field-title"
|
|
11566
11569
|
};
|
|
11567
|
-
const _hoisted_2$
|
|
11570
|
+
const _hoisted_2$t = {
|
|
11568
11571
|
key: 0,
|
|
11569
11572
|
class: "ux-required-marker"
|
|
11570
11573
|
};
|
|
11571
|
-
const _hoisted_3$
|
|
11574
|
+
const _hoisted_3$q = {
|
|
11572
11575
|
key: 1,
|
|
11573
11576
|
class: "ux-field-description"
|
|
11574
11577
|
};
|
|
11575
|
-
const _hoisted_4$
|
|
11578
|
+
const _hoisted_4$n = { key: 2 };
|
|
11576
11579
|
const _hoisted_5$e = ["onUpdate:modelValue"];
|
|
11577
11580
|
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11578
11581
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -11582,10 +11585,10 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11582
11585
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11583
11586
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
|
|
11584
11587
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11585
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11588
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
|
|
11586
11589
|
])) : createCommentVNode("", true),
|
|
11587
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11588
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11590
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11591
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
|
|
11589
11592
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
11590
11593
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11591
11594
|
class: "ux-text-row",
|
|
@@ -11712,15 +11715,15 @@ const _hoisted_1$v = {
|
|
|
11712
11715
|
key: 0,
|
|
11713
11716
|
class: "ux-field-title"
|
|
11714
11717
|
};
|
|
11715
|
-
const _hoisted_2$
|
|
11718
|
+
const _hoisted_2$s = {
|
|
11716
11719
|
key: 0,
|
|
11717
11720
|
class: "ux-required-marker"
|
|
11718
11721
|
};
|
|
11719
|
-
const _hoisted_3$
|
|
11722
|
+
const _hoisted_3$p = {
|
|
11720
11723
|
key: 1,
|
|
11721
11724
|
class: "ux-field-description"
|
|
11722
11725
|
};
|
|
11723
|
-
const _hoisted_4$
|
|
11726
|
+
const _hoisted_4$m = { key: 2 };
|
|
11724
11727
|
const _hoisted_5$d = ["onUpdate:modelValue"];
|
|
11725
11728
|
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11726
11729
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -11730,10 +11733,10 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11730
11733
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11731
11734
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
|
|
11732
11735
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11733
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11736
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
|
|
11734
11737
|
])) : createCommentVNode("", true),
|
|
11735
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11736
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11738
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11739
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
11737
11740
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11738
11741
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11739
11742
|
class: "ux-text-row",
|
|
@@ -11849,15 +11852,15 @@ const _hoisted_1$u = {
|
|
|
11849
11852
|
key: 0,
|
|
11850
11853
|
class: "ux-field-title"
|
|
11851
11854
|
};
|
|
11852
|
-
const _hoisted_2$
|
|
11855
|
+
const _hoisted_2$r = {
|
|
11853
11856
|
key: 0,
|
|
11854
11857
|
class: "ux-required-marker"
|
|
11855
11858
|
};
|
|
11856
|
-
const _hoisted_3$
|
|
11859
|
+
const _hoisted_3$o = {
|
|
11857
11860
|
key: 1,
|
|
11858
11861
|
class: "ux-field-description"
|
|
11859
11862
|
};
|
|
11860
|
-
const _hoisted_4$
|
|
11863
|
+
const _hoisted_4$l = { key: 2 };
|
|
11861
11864
|
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11862
11865
|
const _component_daterange = resolveComponent("daterange", true);
|
|
11863
11866
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -11867,10 +11870,10 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11867
11870
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
11868
11871
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
|
|
11869
11872
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11870
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
11873
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
|
|
11871
11874
|
])) : createCommentVNode("", true),
|
|
11872
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11873
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11875
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11876
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
|
|
11874
11877
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
11875
11878
|
return openBlock(), createBlock(_component_flex_row, {
|
|
11876
11879
|
class: "ux-text-row",
|
|
@@ -11975,11 +11978,11 @@ const _hoisted_1$t = {
|
|
|
11975
11978
|
key: 0,
|
|
11976
11979
|
class: "ux-field-title"
|
|
11977
11980
|
};
|
|
11978
|
-
const _hoisted_2$
|
|
11981
|
+
const _hoisted_2$q = {
|
|
11979
11982
|
key: 0,
|
|
11980
11983
|
class: "ux-required-marker"
|
|
11981
11984
|
};
|
|
11982
|
-
const _hoisted_3$
|
|
11985
|
+
const _hoisted_3$n = {
|
|
11983
11986
|
key: 1,
|
|
11984
11987
|
class: "ux-field-description"
|
|
11985
11988
|
};
|
|
@@ -12009,9 +12012,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12009
12012
|
createElementVNode("div", null, [
|
|
12010
12013
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
|
|
12011
12014
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12012
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
12015
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
|
|
12013
12016
|
])) : createCommentVNode("", true),
|
|
12014
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12017
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
12015
12018
|
])
|
|
12016
12019
|
]),
|
|
12017
12020
|
_: 1
|
|
@@ -12035,8 +12038,8 @@ const _sfc_main$A = {
|
|
|
12035
12038
|
}
|
|
12036
12039
|
};
|
|
12037
12040
|
const _hoisted_1$s = { key: 0 };
|
|
12038
|
-
const _hoisted_2$
|
|
12039
|
-
const _hoisted_3$
|
|
12041
|
+
const _hoisted_2$p = ["innerHTML"];
|
|
12042
|
+
const _hoisted_3$m = ["innerHTML"];
|
|
12040
12043
|
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12041
12044
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
12042
12045
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -12051,7 +12054,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12051
12054
|
return openBlock(), createElementBlock("div", {
|
|
12052
12055
|
innerHTML: _ctx.field.template,
|
|
12053
12056
|
key: index2
|
|
12054
|
-
}, null, 8, _hoisted_2$
|
|
12057
|
+
}, null, 8, _hoisted_2$p);
|
|
12055
12058
|
}), 128))
|
|
12056
12059
|
]),
|
|
12057
12060
|
_: 1
|
|
@@ -12090,7 +12093,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12090
12093
|
])) : (openBlock(), createElementBlock("div", {
|
|
12091
12094
|
key: 1,
|
|
12092
12095
|
innerHTML: _ctx.field.template
|
|
12093
|
-
}, null, 8, _hoisted_3$
|
|
12096
|
+
}, null, 8, _hoisted_3$m));
|
|
12094
12097
|
}
|
|
12095
12098
|
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
|
|
12096
12099
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
@@ -12365,9 +12368,9 @@ const _hoisted_1$r = {
|
|
|
12365
12368
|
key: 0,
|
|
12366
12369
|
class: "filter-condition"
|
|
12367
12370
|
};
|
|
12368
|
-
const _hoisted_2$
|
|
12369
|
-
const _hoisted_3$
|
|
12370
|
-
const _hoisted_4$
|
|
12371
|
+
const _hoisted_2$o = { key: 0 };
|
|
12372
|
+
const _hoisted_3$l = { key: 1 };
|
|
12373
|
+
const _hoisted_4$k = /* @__PURE__ */ createTextVNode(" And ");
|
|
12371
12374
|
const _hoisted_5$c = { key: 2 };
|
|
12372
12375
|
const _hoisted_6$b = { key: 3 };
|
|
12373
12376
|
const _hoisted_7$8 = /* @__PURE__ */ createTextVNode(" And ");
|
|
@@ -12417,7 +12420,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12417
12420
|
})) : createCommentVNode("", true),
|
|
12418
12421
|
$data.model.comparator ? (openBlock(), createBlock(_component_flex_cell, { key: 1 }, {
|
|
12419
12422
|
default: withCtx(() => [
|
|
12420
|
-
$options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
12423
|
+
$options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$o, [
|
|
12421
12424
|
$options.hasOptions ? (openBlock(), createBlock(_component_native_select, {
|
|
12422
12425
|
key: 0,
|
|
12423
12426
|
modelValue: $data.model.values,
|
|
@@ -12430,13 +12433,13 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12430
12433
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
|
|
12431
12434
|
}, null, 8, ["field", "modelValue"]))
|
|
12432
12435
|
])) : createCommentVNode("", true),
|
|
12433
|
-
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12436
|
+
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$l, [
|
|
12434
12437
|
createVNode(_component_text_field, {
|
|
12435
12438
|
field: $options.normalField,
|
|
12436
12439
|
modelValue: $data.model.value,
|
|
12437
12440
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.model.value = $event)
|
|
12438
12441
|
}, null, 8, ["field", "modelValue"]),
|
|
12439
|
-
_hoisted_4$
|
|
12442
|
+
_hoisted_4$k,
|
|
12440
12443
|
createVNode(_component_text_field, {
|
|
12441
12444
|
field: $options.normalField,
|
|
12442
12445
|
modelValue: $data.model.value2,
|
|
@@ -12835,9 +12838,9 @@ const _hoisted_1$q = {
|
|
|
12835
12838
|
key: 0,
|
|
12836
12839
|
class: "filter-rule"
|
|
12837
12840
|
};
|
|
12838
|
-
const _hoisted_2$
|
|
12839
|
-
const _hoisted_3$
|
|
12840
|
-
const _hoisted_4$
|
|
12841
|
+
const _hoisted_2$n = { class: "top" };
|
|
12842
|
+
const _hoisted_3$k = { class: "summary" };
|
|
12843
|
+
const _hoisted_4$j = /* @__PURE__ */ createTextVNode(" Match ");
|
|
12841
12844
|
const _hoisted_5$b = /* @__PURE__ */ createTextVNode(" of the following conditions ");
|
|
12842
12845
|
const _hoisted_6$a = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
12843
12846
|
const _hoisted_7$7 = { class: "operator" };
|
|
@@ -12850,13 +12853,13 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12850
12853
|
const _component_flex_row = resolveComponent("flex-row");
|
|
12851
12854
|
const _component_filter_condition = resolveComponent("filter-condition");
|
|
12852
12855
|
return $props.definition ? (openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
12853
|
-
createElementVNode("div", _hoisted_2$
|
|
12856
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
12854
12857
|
createVNode(_component_flex_row, null, {
|
|
12855
12858
|
default: withCtx(() => [
|
|
12856
12859
|
createVNode(_component_flex_cell, null, {
|
|
12857
12860
|
default: withCtx(() => [
|
|
12858
|
-
createElementVNode("div", _hoisted_3$
|
|
12859
|
-
_hoisted_4$
|
|
12861
|
+
createElementVNode("div", _hoisted_3$k, [
|
|
12862
|
+
_hoisted_4$j,
|
|
12860
12863
|
createVNode(_component_native_select, {
|
|
12861
12864
|
modelValue: $data.model.operator,
|
|
12862
12865
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -13046,12 +13049,12 @@ const _sfc_main$x = {
|
|
|
13046
13049
|
}
|
|
13047
13050
|
};
|
|
13048
13051
|
const _hoisted_1$p = { class: "filters" };
|
|
13049
|
-
const _hoisted_2$
|
|
13052
|
+
const _hoisted_2$m = {
|
|
13050
13053
|
key: 0,
|
|
13051
13054
|
class: "top"
|
|
13052
13055
|
};
|
|
13053
|
-
const _hoisted_3$
|
|
13054
|
-
const _hoisted_4$
|
|
13056
|
+
const _hoisted_3$j = { class: "summary" };
|
|
13057
|
+
const _hoisted_4$i = /* @__PURE__ */ createTextVNode(" Match ");
|
|
13055
13058
|
const _hoisted_5$a = /* @__PURE__ */ createTextVNode(" of the following rules ");
|
|
13056
13059
|
const _hoisted_6$9 = /* @__PURE__ */ createTextVNode("Add Filter Rule");
|
|
13057
13060
|
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -13065,9 +13068,9 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13065
13068
|
createVNode(_component_flex_body, null, {
|
|
13066
13069
|
default: withCtx(() => [
|
|
13067
13070
|
createElementVNode("div", _hoisted_1$p, [
|
|
13068
|
-
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
13069
|
-
createElementVNode("div", _hoisted_3$
|
|
13070
|
-
_hoisted_4$
|
|
13071
|
+
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$m, [
|
|
13072
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
13073
|
+
_hoisted_4$i,
|
|
13071
13074
|
createVNode(_component_native_select, {
|
|
13072
13075
|
modelValue: $data.model.operator,
|
|
13073
13076
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
|
|
@@ -13156,15 +13159,15 @@ const _hoisted_1$o = {
|
|
|
13156
13159
|
key: 0,
|
|
13157
13160
|
class: "ux-field-title"
|
|
13158
13161
|
};
|
|
13159
|
-
const _hoisted_2$
|
|
13162
|
+
const _hoisted_2$l = {
|
|
13160
13163
|
key: 0,
|
|
13161
13164
|
class: "ux-required-marker"
|
|
13162
13165
|
};
|
|
13163
|
-
const _hoisted_3$
|
|
13166
|
+
const _hoisted_3$i = {
|
|
13164
13167
|
key: 1,
|
|
13165
13168
|
class: "ux-field-description"
|
|
13166
13169
|
};
|
|
13167
|
-
const _hoisted_4$
|
|
13170
|
+
const _hoisted_4$h = { key: 2 };
|
|
13168
13171
|
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13169
13172
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
13170
13173
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -13174,10 +13177,10 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13174
13177
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
13175
13178
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$o, [
|
|
13176
13179
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
13177
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13180
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$l, "*")) : createCommentVNode("", true)
|
|
13178
13181
|
])) : createCommentVNode("", true),
|
|
13179
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13180
|
-
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
13182
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$i, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
13183
|
+
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
|
|
13181
13184
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
13182
13185
|
return openBlock(), createBlock(_component_flex_row, {
|
|
13183
13186
|
class: "ux-text-row",
|
|
@@ -13280,11 +13283,11 @@ const _hoisted_1$n = {
|
|
|
13280
13283
|
key: 0,
|
|
13281
13284
|
class: "ux-field-title"
|
|
13282
13285
|
};
|
|
13283
|
-
const _hoisted_2$
|
|
13286
|
+
const _hoisted_2$k = {
|
|
13284
13287
|
key: 0,
|
|
13285
13288
|
class: "ux-required-marker"
|
|
13286
13289
|
};
|
|
13287
|
-
const _hoisted_3$
|
|
13290
|
+
const _hoisted_3$h = {
|
|
13288
13291
|
key: 1,
|
|
13289
13292
|
class: "ux-field-description"
|
|
13290
13293
|
};
|
|
@@ -13314,9 +13317,9 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13314
13317
|
createElementVNode("div", null, [
|
|
13315
13318
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$n, [
|
|
13316
13319
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13317
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13320
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$k, "*")) : createCommentVNode("", true)
|
|
13318
13321
|
])) : createCommentVNode("", true),
|
|
13319
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13322
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$h, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
13320
13323
|
])
|
|
13321
13324
|
]),
|
|
13322
13325
|
_: 1
|
|
@@ -13380,7 +13383,7 @@ const _sfc_main$u = {
|
|
|
13380
13383
|
}
|
|
13381
13384
|
};
|
|
13382
13385
|
const _hoisted_1$m = ["accept", "multiple"];
|
|
13383
|
-
const _hoisted_2$
|
|
13386
|
+
const _hoisted_2$j = /* @__PURE__ */ createTextVNode("Select Files");
|
|
13384
13387
|
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13385
13388
|
const _component_ux_button = resolveComponent("ux-button");
|
|
13386
13389
|
return openBlock(), createElementBlock("label", {
|
|
@@ -13403,7 +13406,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13403
13406
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
13404
13407
|
createVNode(_component_ux_button, null, {
|
|
13405
13408
|
default: withCtx(() => [
|
|
13406
|
-
_hoisted_2$
|
|
13409
|
+
_hoisted_2$j
|
|
13407
13410
|
]),
|
|
13408
13411
|
_: 1
|
|
13409
13412
|
})
|
|
@@ -13551,15 +13554,15 @@ const _hoisted_1$l = {
|
|
|
13551
13554
|
key: 0,
|
|
13552
13555
|
class: "ux-field-title"
|
|
13553
13556
|
};
|
|
13554
|
-
const _hoisted_2$
|
|
13557
|
+
const _hoisted_2$i = {
|
|
13555
13558
|
key: 0,
|
|
13556
13559
|
class: "ux-required-marker"
|
|
13557
13560
|
};
|
|
13558
|
-
const _hoisted_3$
|
|
13561
|
+
const _hoisted_3$g = {
|
|
13559
13562
|
key: 1,
|
|
13560
13563
|
class: "ux-field-description"
|
|
13561
13564
|
};
|
|
13562
|
-
const _hoisted_4$
|
|
13565
|
+
const _hoisted_4$g = {
|
|
13563
13566
|
key: 2,
|
|
13564
13567
|
class: "files"
|
|
13565
13568
|
};
|
|
@@ -13576,10 +13579,10 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13576
13579
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
13577
13580
|
_ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$l, [
|
|
13578
13581
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13579
|
-
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13582
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
|
|
13580
13583
|
])) : createCommentVNode("", true),
|
|
13581
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13582
|
-
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
13584
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$g, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
13585
|
+
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$g, [
|
|
13583
13586
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
13584
13587
|
return openBlock(), createElementBlock("div", {
|
|
13585
13588
|
class: "file-item",
|
|
@@ -13683,6 +13686,9 @@ const _sfc_main$s = {
|
|
|
13683
13686
|
collapsible() {
|
|
13684
13687
|
return this.field.collapsible;
|
|
13685
13688
|
},
|
|
13689
|
+
showLabel() {
|
|
13690
|
+
return this.field.showLabel;
|
|
13691
|
+
},
|
|
13686
13692
|
reorderable() {
|
|
13687
13693
|
return this.multiValue && this.field.reorderable;
|
|
13688
13694
|
},
|
|
@@ -13740,6 +13746,18 @@ const _hoisted_1$k = {
|
|
|
13740
13746
|
key: 0,
|
|
13741
13747
|
class: "ux-multi-group"
|
|
13742
13748
|
};
|
|
13749
|
+
const _hoisted_2$h = {
|
|
13750
|
+
key: 0,
|
|
13751
|
+
class: "ux-field-title"
|
|
13752
|
+
};
|
|
13753
|
+
const _hoisted_3$f = {
|
|
13754
|
+
key: 0,
|
|
13755
|
+
class: "ux-required-marker"
|
|
13756
|
+
};
|
|
13757
|
+
const _hoisted_4$f = {
|
|
13758
|
+
key: 1,
|
|
13759
|
+
class: "ux-field-description"
|
|
13760
|
+
};
|
|
13743
13761
|
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13744
13762
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
13745
13763
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
@@ -13751,8 +13769,15 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13751
13769
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
13752
13770
|
const _component_draggable = resolveComponent("draggable");
|
|
13753
13771
|
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
13772
|
+
$options.showLabel ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
13773
|
+
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_2$h, [
|
|
13774
|
+
createTextVNode(toDisplayString(_ctx.plural) + " ", 1),
|
|
13775
|
+
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_3$f, "*")) : createCommentVNode("", true)
|
|
13776
|
+
])) : createCommentVNode("", true),
|
|
13777
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_4$f, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
13778
|
+
], 64)) : createCommentVNode("", true),
|
|
13754
13779
|
$options.reorderable ? (openBlock(), createBlock(_component_draggable, {
|
|
13755
|
-
key:
|
|
13780
|
+
key: 1,
|
|
13756
13781
|
modelValue: _ctx.model,
|
|
13757
13782
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event),
|
|
13758
13783
|
group: $options.groupKey,
|
|
@@ -13858,7 +13883,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13858
13883
|
}, 1536)
|
|
13859
13884
|
]),
|
|
13860
13885
|
_: 1
|
|
13861
|
-
}, 8, ["modelValue", "group"])) : (openBlock(true), createElementBlock(Fragment, { key:
|
|
13886
|
+
}, 8, ["modelValue", "group"])) : (openBlock(true), createElementBlock(Fragment, { key: 2 }, renderList(_ctx.model, (element, index2) => {
|
|
13862
13887
|
return openBlock(), createBlock(_component_ux_panel, {
|
|
13863
13888
|
ref_for: true,
|
|
13864
13889
|
ref: "row"
|
|
@@ -13961,7 +13986,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13961
13986
|
}, 1536);
|
|
13962
13987
|
}), 256)),
|
|
13963
13988
|
_ctx.canAddValue ? (openBlock(), createBlock(_component_ux_button, {
|
|
13964
|
-
key:
|
|
13989
|
+
key: 3,
|
|
13965
13990
|
onClick: _cache[5] || (_cache[5] = ($event) => _ctx.add())
|
|
13966
13991
|
}, {
|
|
13967
13992
|
default: withCtx(() => [
|
|
@@ -14074,7 +14099,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14074
14099
|
}, null, 8, ["trail", "submission", "onForm:state", "parentModel", "modelValue", "flex", "fields"]))
|
|
14075
14100
|
], 64));
|
|
14076
14101
|
}
|
|
14077
|
-
var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-
|
|
14102
|
+
var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-5188e4ee"]]);
|
|
14078
14103
|
const _sfc_main$r = {
|
|
14079
14104
|
props: {
|
|
14080
14105
|
option: {
|