@qikdev/vue-ui 0.2.44 → 0.2.46
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 +381 -236
- 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, h, mergeProps, toHandlers, vModelSelect, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, withKeys, TransitionGroup, defineComponent, 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.46";
|
|
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$1b = {
|
|
|
4736
4736
|
};
|
|
4737
4737
|
const _hoisted_1$T = { class: "table-date-cell" };
|
|
4738
4738
|
const _hoisted_2$K = { key: 0 };
|
|
4739
|
-
const _hoisted_3$
|
|
4739
|
+
const _hoisted_3$D = { class: "off" };
|
|
4740
4740
|
const _hoisted_4$t = { class: "on" };
|
|
4741
4741
|
const _hoisted_5$o = { class: "spacer" };
|
|
4742
4742
|
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4743
4743
|
return openBlock(), createElementBlock("td", _hoisted_1$T, [
|
|
4744
4744
|
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$K, [
|
|
4745
|
-
createElementVNode("span", _hoisted_3$
|
|
4745
|
+
createElementVNode("span", _hoisted_3$D, 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)
|
|
@@ -5133,7 +5133,7 @@ const _hoisted_1$Q = {
|
|
|
5133
5133
|
class: "table-cell"
|
|
5134
5134
|
};
|
|
5135
5135
|
const _hoisted_2$I = { class: "value" };
|
|
5136
|
-
const _hoisted_3$
|
|
5136
|
+
const _hoisted_3$C = { class: "value" };
|
|
5137
5137
|
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5138
5138
|
const _component_value_renderer = resolveComponent("value-renderer");
|
|
5139
5139
|
return $data.component ? (openBlock(), createBlock(resolveDynamicComponent($data.component), {
|
|
@@ -5153,7 +5153,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5153
5153
|
}, null, 8, ["type", "last", "value"])
|
|
5154
5154
|
]);
|
|
5155
5155
|
}), 256)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($options.value, (entry, index2) => {
|
|
5156
|
-
return openBlock(), createElementBlock("span", _hoisted_3$
|
|
5156
|
+
return openBlock(), createElementBlock("span", _hoisted_3$C, [
|
|
5157
5157
|
createVNode(_component_value_renderer, {
|
|
5158
5158
|
type: $props.column.type,
|
|
5159
5159
|
multi: "",
|
|
@@ -5541,7 +5541,7 @@ const _hoisted_2$H = {
|
|
|
5541
5541
|
class: "table-scroll",
|
|
5542
5542
|
ref: "scroll"
|
|
5543
5543
|
};
|
|
5544
|
-
const _hoisted_3$
|
|
5544
|
+
const _hoisted_3$B = {
|
|
5545
5545
|
key: 0,
|
|
5546
5546
|
class: "first table-select shrink"
|
|
5547
5547
|
};
|
|
@@ -5563,7 +5563,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5563
5563
|
createElementVNode("table", null, [
|
|
5564
5564
|
createElementVNode("thead", null, [
|
|
5565
5565
|
createElementVNode("tr", null, [
|
|
5566
|
-
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$
|
|
5566
|
+
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$B, [
|
|
5567
5567
|
createVNode(_component_ux_menu, null, {
|
|
5568
5568
|
activator: withCtx(({ on: on2 }) => [
|
|
5569
5569
|
createVNode(_component_ux_checkbox, mergeProps(toHandlers(on2), { value: $options.pageSelected }), null, 16, ["value"])
|
|
@@ -6204,7 +6204,7 @@ const _hoisted_2$G = {
|
|
|
6204
6204
|
key: 0,
|
|
6205
6205
|
class: "ux-required-marker"
|
|
6206
6206
|
};
|
|
6207
|
-
const _hoisted_3$
|
|
6207
|
+
const _hoisted_3$A = {
|
|
6208
6208
|
key: 1,
|
|
6209
6209
|
class: "ux-field-description"
|
|
6210
6210
|
};
|
|
@@ -6227,7 +6227,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6227
6227
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6228
6228
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$G, "*")) : createCommentVNode("", true)
|
|
6229
6229
|
])) : createCommentVNode("", true),
|
|
6230
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6230
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$A, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
6231
6231
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
|
|
6232
6232
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
6233
6233
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -7556,7 +7556,7 @@ const _hoisted_2$B = {
|
|
|
7556
7556
|
key: 0,
|
|
7557
7557
|
class: "ux-required-marker"
|
|
7558
7558
|
};
|
|
7559
|
-
const _hoisted_3$
|
|
7559
|
+
const _hoisted_3$z = {
|
|
7560
7560
|
key: 1,
|
|
7561
7561
|
class: "ux-field-description"
|
|
7562
7562
|
};
|
|
@@ -7580,7 +7580,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7580
7580
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7581
7581
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$B, "*")) : createCommentVNode("", true)
|
|
7582
7582
|
])) : createCommentVNode("", true),
|
|
7583
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7583
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$z, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7584
7584
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
7585
7585
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
7586
7586
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -8253,7 +8253,7 @@ const _hoisted_2$A = {
|
|
|
8253
8253
|
key: 0,
|
|
8254
8254
|
class: "ux-required-marker"
|
|
8255
8255
|
};
|
|
8256
|
-
const _hoisted_3$
|
|
8256
|
+
const _hoisted_3$y = {
|
|
8257
8257
|
key: 1,
|
|
8258
8258
|
class: "ux-field-description"
|
|
8259
8259
|
};
|
|
@@ -8276,7 +8276,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8276
8276
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
8277
8277
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$A, "*")) : createCommentVNode("", true)
|
|
8278
8278
|
])) : createCommentVNode("", true),
|
|
8279
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8279
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$y, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
8280
8280
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
|
|
8281
8281
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
8282
8282
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -11235,7 +11235,7 @@ const _hoisted_2$z = {
|
|
|
11235
11235
|
key: 0,
|
|
11236
11236
|
class: "ux-required-marker"
|
|
11237
11237
|
};
|
|
11238
|
-
const _hoisted_3$
|
|
11238
|
+
const _hoisted_3$x = {
|
|
11239
11239
|
key: 1,
|
|
11240
11240
|
class: "ux-field-description"
|
|
11241
11241
|
};
|
|
@@ -11256,7 +11256,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11256
11256
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11257
11257
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
|
|
11258
11258
|
])) : createCommentVNode("", true),
|
|
11259
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11259
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$x, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11260
11260
|
$options.showList ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
11261
11261
|
_ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
11262
11262
|
_ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
|
|
@@ -11508,7 +11508,7 @@ const _hoisted_2$y = {
|
|
|
11508
11508
|
key: 0,
|
|
11509
11509
|
class: "ux-required-marker"
|
|
11510
11510
|
};
|
|
11511
|
-
const _hoisted_3$
|
|
11511
|
+
const _hoisted_3$w = {
|
|
11512
11512
|
key: 1,
|
|
11513
11513
|
class: "ux-field-description"
|
|
11514
11514
|
};
|
|
@@ -11531,7 +11531,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11531
11531
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11532
11532
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
|
|
11533
11533
|
])) : createCommentVNode("", true),
|
|
11534
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11534
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$w, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11535
11535
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
|
|
11536
11536
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
11537
11537
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -12086,7 +12086,7 @@ const _hoisted_2$w = {
|
|
|
12086
12086
|
key: 0,
|
|
12087
12087
|
class: "ux-required-marker"
|
|
12088
12088
|
};
|
|
12089
|
-
const _hoisted_3$
|
|
12089
|
+
const _hoisted_3$v = {
|
|
12090
12090
|
key: 1,
|
|
12091
12091
|
class: "ux-field-description"
|
|
12092
12092
|
};
|
|
@@ -12099,7 +12099,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12099
12099
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12100
12100
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
|
|
12101
12101
|
])) : createCommentVNode("", true),
|
|
12102
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12102
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$v, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12103
12103
|
createVNode(_component_scope_select_button, {
|
|
12104
12104
|
type: $options.contextReferenceType,
|
|
12105
12105
|
action: $options.contextReferenceAction,
|
|
@@ -12295,7 +12295,7 @@ const _hoisted_2$v = {
|
|
|
12295
12295
|
key: 0,
|
|
12296
12296
|
class: "ux-required-marker"
|
|
12297
12297
|
};
|
|
12298
|
-
const _hoisted_3$
|
|
12298
|
+
const _hoisted_3$u = {
|
|
12299
12299
|
key: 1,
|
|
12300
12300
|
class: "ux-field-description"
|
|
12301
12301
|
};
|
|
@@ -12318,7 +12318,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12318
12318
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12319
12319
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
|
|
12320
12320
|
])) : createCommentVNode("", true),
|
|
12321
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12321
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$u, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12322
12322
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
12323
12323
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
12324
12324
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -12432,7 +12432,7 @@ const _hoisted_2$u = {
|
|
|
12432
12432
|
key: 0,
|
|
12433
12433
|
class: "ux-required-marker"
|
|
12434
12434
|
};
|
|
12435
|
-
const _hoisted_3$
|
|
12435
|
+
const _hoisted_3$t = {
|
|
12436
12436
|
key: 1,
|
|
12437
12437
|
class: "ux-field-description"
|
|
12438
12438
|
};
|
|
@@ -12464,7 +12464,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12464
12464
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12465
12465
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
|
|
12466
12466
|
])) : createCommentVNode("", true),
|
|
12467
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12467
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12468
12468
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
|
|
12469
12469
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
12470
12470
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12635,7 +12635,7 @@ const _hoisted_2$t = {
|
|
|
12635
12635
|
key: 0,
|
|
12636
12636
|
class: "ux-required-marker"
|
|
12637
12637
|
};
|
|
12638
|
-
const _hoisted_3$
|
|
12638
|
+
const _hoisted_3$s = {
|
|
12639
12639
|
key: 1,
|
|
12640
12640
|
class: "ux-field-description"
|
|
12641
12641
|
};
|
|
@@ -12675,7 +12675,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12675
12675
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12676
12676
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
|
|
12677
12677
|
])) : createCommentVNode("", true),
|
|
12678
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12678
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12679
12679
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
|
|
12680
12680
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
12681
12681
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12815,7 +12815,7 @@ const _hoisted_2$s = {
|
|
|
12815
12815
|
key: 0,
|
|
12816
12816
|
class: "ux-required-marker"
|
|
12817
12817
|
};
|
|
12818
|
-
const _hoisted_3$
|
|
12818
|
+
const _hoisted_3$r = {
|
|
12819
12819
|
key: 1,
|
|
12820
12820
|
class: "ux-field-description"
|
|
12821
12821
|
};
|
|
@@ -12831,7 +12831,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12831
12831
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12832
12832
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
|
|
12833
12833
|
])) : createCommentVNode("", true),
|
|
12834
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12834
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12835
12835
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
|
|
12836
12836
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
12837
12837
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12963,7 +12963,7 @@ const _hoisted_2$r = {
|
|
|
12963
12963
|
key: 0,
|
|
12964
12964
|
class: "ux-required-marker"
|
|
12965
12965
|
};
|
|
12966
|
-
const _hoisted_3$
|
|
12966
|
+
const _hoisted_3$q = {
|
|
12967
12967
|
key: 1,
|
|
12968
12968
|
class: "ux-field-description"
|
|
12969
12969
|
};
|
|
@@ -12979,7 +12979,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12979
12979
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12980
12980
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
|
|
12981
12981
|
])) : createCommentVNode("", true),
|
|
12982
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12982
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12983
12983
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
|
|
12984
12984
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
12985
12985
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -13100,7 +13100,7 @@ const _hoisted_2$q = {
|
|
|
13100
13100
|
key: 0,
|
|
13101
13101
|
class: "ux-required-marker"
|
|
13102
13102
|
};
|
|
13103
|
-
const _hoisted_3$
|
|
13103
|
+
const _hoisted_3$p = {
|
|
13104
13104
|
key: 1,
|
|
13105
13105
|
class: "ux-field-description"
|
|
13106
13106
|
};
|
|
@@ -13116,7 +13116,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13116
13116
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13117
13117
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
|
|
13118
13118
|
])) : createCommentVNode("", true),
|
|
13119
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13119
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
13120
13120
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
|
|
13121
13121
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
13122
13122
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -13226,7 +13226,7 @@ const _hoisted_2$p = {
|
|
|
13226
13226
|
key: 0,
|
|
13227
13227
|
class: "ux-required-marker"
|
|
13228
13228
|
};
|
|
13229
|
-
const _hoisted_3$
|
|
13229
|
+
const _hoisted_3$o = {
|
|
13230
13230
|
key: 1,
|
|
13231
13231
|
class: "ux-field-description"
|
|
13232
13232
|
};
|
|
@@ -13258,7 +13258,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13258
13258
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13259
13259
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
|
|
13260
13260
|
])) : createCommentVNode("", true),
|
|
13261
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13261
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
13262
13262
|
])
|
|
13263
13263
|
]),
|
|
13264
13264
|
_: 1
|
|
@@ -13283,7 +13283,7 @@ const _sfc_main$y = {
|
|
|
13283
13283
|
};
|
|
13284
13284
|
const _hoisted_1$s = { key: 0 };
|
|
13285
13285
|
const _hoisted_2$o = ["innerHTML"];
|
|
13286
|
-
const _hoisted_3$
|
|
13286
|
+
const _hoisted_3$n = ["innerHTML"];
|
|
13287
13287
|
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13288
13288
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13289
13289
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -13337,7 +13337,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13337
13337
|
])) : (openBlock(), createElementBlock("div", {
|
|
13338
13338
|
key: 1,
|
|
13339
13339
|
innerHTML: _ctx.field.template
|
|
13340
|
-
}, null, 8, _hoisted_3$
|
|
13340
|
+
}, null, 8, _hoisted_3$n));
|
|
13341
13341
|
}
|
|
13342
13342
|
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
13343
13343
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
@@ -13627,7 +13627,7 @@ const _hoisted_1$r = {
|
|
|
13627
13627
|
class: "filter-condition"
|
|
13628
13628
|
};
|
|
13629
13629
|
const _hoisted_2$n = { key: 0 };
|
|
13630
|
-
const _hoisted_3$
|
|
13630
|
+
const _hoisted_3$m = { key: 1 };
|
|
13631
13631
|
const _hoisted_4$g = { key: 2 };
|
|
13632
13632
|
const _hoisted_5$d = { key: 3 };
|
|
13633
13633
|
const _hoisted_6$9 = { key: 4 };
|
|
@@ -13690,7 +13690,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13690
13690
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
|
|
13691
13691
|
}, null, 8, ["field", "modelValue"]))
|
|
13692
13692
|
])) : createCommentVNode("", true),
|
|
13693
|
-
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13693
|
+
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$m, [
|
|
13694
13694
|
createVNode(_component_text_field, {
|
|
13695
13695
|
field: $options.normalField,
|
|
13696
13696
|
modelValue: $data.model.value,
|
|
@@ -14113,7 +14113,7 @@ const _hoisted_1$q = {
|
|
|
14113
14113
|
class: "filter-rule"
|
|
14114
14114
|
};
|
|
14115
14115
|
const _hoisted_2$m = { class: "top" };
|
|
14116
|
-
const _hoisted_3$
|
|
14116
|
+
const _hoisted_3$l = { class: "summary" };
|
|
14117
14117
|
const _hoisted_4$f = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
14118
14118
|
const _hoisted_5$c = { class: "operator" };
|
|
14119
14119
|
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -14129,7 +14129,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14129
14129
|
default: withCtx(() => [
|
|
14130
14130
|
createVNode(_component_flex_cell, null, {
|
|
14131
14131
|
default: withCtx(() => [
|
|
14132
|
-
createElementVNode("div", _hoisted_3$
|
|
14132
|
+
createElementVNode("div", _hoisted_3$l, [
|
|
14133
14133
|
createTextVNode(" Match "),
|
|
14134
14134
|
createVNode(_component_native_select, {
|
|
14135
14135
|
modelValue: $data.model.operator,
|
|
@@ -14324,7 +14324,7 @@ const _hoisted_2$l = {
|
|
|
14324
14324
|
key: 0,
|
|
14325
14325
|
class: "top"
|
|
14326
14326
|
};
|
|
14327
|
-
const _hoisted_3$
|
|
14327
|
+
const _hoisted_3$k = { class: "summary" };
|
|
14328
14328
|
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14329
14329
|
const _component_native_select = resolveComponent("native-select");
|
|
14330
14330
|
const _component_filter_rule = resolveComponent("filter-rule");
|
|
@@ -14337,7 +14337,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14337
14337
|
default: withCtx(() => [
|
|
14338
14338
|
createElementVNode("div", _hoisted_1$p, [
|
|
14339
14339
|
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
|
|
14340
|
-
createElementVNode("div", _hoisted_3$
|
|
14340
|
+
createElementVNode("div", _hoisted_3$k, [
|
|
14341
14341
|
createTextVNode(" Match "),
|
|
14342
14342
|
createVNode(_component_native_select, {
|
|
14343
14343
|
modelValue: $data.model.operator,
|
|
@@ -14433,7 +14433,7 @@ const _hoisted_2$k = {
|
|
|
14433
14433
|
key: 0,
|
|
14434
14434
|
class: "ux-required-marker"
|
|
14435
14435
|
};
|
|
14436
|
-
const _hoisted_3$
|
|
14436
|
+
const _hoisted_3$j = {
|
|
14437
14437
|
key: 1,
|
|
14438
14438
|
class: "ux-field-description"
|
|
14439
14439
|
};
|
|
@@ -14449,7 +14449,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14449
14449
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
14450
14450
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$k, "*")) : createCommentVNode("", true)
|
|
14451
14451
|
])) : createCommentVNode("", true),
|
|
14452
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14452
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$j, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14453
14453
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$e, [
|
|
14454
14454
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14455
14455
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -14557,7 +14557,7 @@ const _hoisted_2$j = {
|
|
|
14557
14557
|
key: 0,
|
|
14558
14558
|
class: "ux-required-marker"
|
|
14559
14559
|
};
|
|
14560
|
-
const _hoisted_3$
|
|
14560
|
+
const _hoisted_3$i = {
|
|
14561
14561
|
key: 1,
|
|
14562
14562
|
class: "ux-field-description"
|
|
14563
14563
|
};
|
|
@@ -14589,7 +14589,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14589
14589
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14590
14590
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$j, "*")) : createCommentVNode("", true)
|
|
14591
14591
|
])) : createCommentVNode("", true),
|
|
14592
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14592
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$i, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
14593
14593
|
])
|
|
14594
14594
|
]),
|
|
14595
14595
|
_: 1
|
|
@@ -14827,7 +14827,7 @@ const _hoisted_2$i = {
|
|
|
14827
14827
|
key: 0,
|
|
14828
14828
|
class: "ux-required-marker"
|
|
14829
14829
|
};
|
|
14830
|
-
const _hoisted_3$
|
|
14830
|
+
const _hoisted_3$h = {
|
|
14831
14831
|
key: 1,
|
|
14832
14832
|
class: "ux-field-description"
|
|
14833
14833
|
};
|
|
@@ -14848,7 +14848,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14848
14848
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14849
14849
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
|
|
14850
14850
|
])) : createCommentVNode("", true),
|
|
14851
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14851
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$h, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14852
14852
|
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
|
|
14853
14853
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
14854
14854
|
return openBlock(), createElementBlock("div", {
|
|
@@ -15020,7 +15020,7 @@ const _hoisted_2$h = {
|
|
|
15020
15020
|
key: 0,
|
|
15021
15021
|
class: "ux-group-title"
|
|
15022
15022
|
};
|
|
15023
|
-
const _hoisted_3$
|
|
15023
|
+
const _hoisted_3$g = {
|
|
15024
15024
|
key: 0,
|
|
15025
15025
|
class: "ux-field-title"
|
|
15026
15026
|
};
|
|
@@ -15057,7 +15057,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15057
15057
|
const _component_draggable = resolveComponent("draggable");
|
|
15058
15058
|
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
15059
15059
|
$options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_2$h, [
|
|
15060
|
-
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_3$
|
|
15060
|
+
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_3$g, [
|
|
15061
15061
|
createTextVNode(toDisplayString(_ctx.plural || _ctx.title) + " ", 1),
|
|
15062
15062
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_4$c, "*")) : createCommentVNode("", true)
|
|
15063
15063
|
])) : createCommentVNode("", true),
|
|
@@ -15576,7 +15576,7 @@ const _hoisted_2$g = {
|
|
|
15576
15576
|
key: 0,
|
|
15577
15577
|
class: "ux-required-marker"
|
|
15578
15578
|
};
|
|
15579
|
-
const _hoisted_3$
|
|
15579
|
+
const _hoisted_3$f = {
|
|
15580
15580
|
key: 1,
|
|
15581
15581
|
class: "ux-field-description"
|
|
15582
15582
|
};
|
|
@@ -15590,7 +15590,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15590
15590
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15591
15591
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
|
|
15592
15592
|
])) : createCommentVNode("", true),
|
|
15593
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15593
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$f, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15594
15594
|
createElementVNode("div", _hoisted_4$b, [
|
|
15595
15595
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
|
|
15596
15596
|
return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
|
|
@@ -15639,7 +15639,7 @@ const _hoisted_2$f = {
|
|
|
15639
15639
|
key: 0,
|
|
15640
15640
|
class: "ux-required-marker"
|
|
15641
15641
|
};
|
|
15642
|
-
const _hoisted_3$
|
|
15642
|
+
const _hoisted_3$e = {
|
|
15643
15643
|
key: 1,
|
|
15644
15644
|
class: "ux-field-description"
|
|
15645
15645
|
};
|
|
@@ -15655,7 +15655,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15655
15655
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15656
15656
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
|
|
15657
15657
|
])) : createCommentVNode("", true),
|
|
15658
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15658
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15659
15659
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$a, [
|
|
15660
15660
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
15661
15661
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -15813,7 +15813,7 @@ const _hoisted_2$e = {
|
|
|
15813
15813
|
key: 0,
|
|
15814
15814
|
class: "ux-required-marker"
|
|
15815
15815
|
};
|
|
15816
|
-
const _hoisted_3$
|
|
15816
|
+
const _hoisted_3$d = {
|
|
15817
15817
|
key: 1,
|
|
15818
15818
|
class: "ux-field-description"
|
|
15819
15819
|
};
|
|
@@ -15840,7 +15840,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15840
15840
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15841
15841
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
|
|
15842
15842
|
])) : createCommentVNode("", true),
|
|
15843
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15843
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15844
15844
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
|
|
15845
15845
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
15846
15846
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16177,7 +16177,7 @@ const _hoisted_2$d = {
|
|
|
16177
16177
|
key: 0,
|
|
16178
16178
|
class: "ux-required-marker"
|
|
16179
16179
|
};
|
|
16180
|
-
const _hoisted_3$
|
|
16180
|
+
const _hoisted_3$c = {
|
|
16181
16181
|
key: 1,
|
|
16182
16182
|
class: "ux-field-description"
|
|
16183
16183
|
};
|
|
@@ -16200,7 +16200,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16200
16200
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16201
16201
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
16202
16202
|
])) : createCommentVNode("", true),
|
|
16203
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16203
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16204
16204
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
16205
16205
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16206
16206
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16292,7 +16292,7 @@ const _hoisted_2$c = {
|
|
|
16292
16292
|
key: 0,
|
|
16293
16293
|
class: "ux-required-marker"
|
|
16294
16294
|
};
|
|
16295
|
-
const _hoisted_3$
|
|
16295
|
+
const _hoisted_3$b = {
|
|
16296
16296
|
key: 1,
|
|
16297
16297
|
class: "ux-field-description"
|
|
16298
16298
|
};
|
|
@@ -16315,7 +16315,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16315
16315
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16316
16316
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
|
|
16317
16317
|
])) : createCommentVNode("", true),
|
|
16318
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16318
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16319
16319
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
|
|
16320
16320
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16321
16321
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16460,7 +16460,7 @@ const _hoisted_2$b = {
|
|
|
16460
16460
|
key: 0,
|
|
16461
16461
|
class: "ux-required-marker"
|
|
16462
16462
|
};
|
|
16463
|
-
const _hoisted_3$
|
|
16463
|
+
const _hoisted_3$a = {
|
|
16464
16464
|
key: 1,
|
|
16465
16465
|
class: "ux-field-description"
|
|
16466
16466
|
};
|
|
@@ -16481,7 +16481,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16481
16481
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16482
16482
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
|
|
16483
16483
|
])) : createCommentVNode("", true),
|
|
16484
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16484
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16485
16485
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$6, [
|
|
16486
16486
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16487
16487
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16678,7 +16678,7 @@ const _hoisted_2$a = {
|
|
|
16678
16678
|
key: 0,
|
|
16679
16679
|
class: "ux-required-marker"
|
|
16680
16680
|
};
|
|
16681
|
-
const _hoisted_3$
|
|
16681
|
+
const _hoisted_3$9 = {
|
|
16682
16682
|
key: 1,
|
|
16683
16683
|
class: "ux-field-description"
|
|
16684
16684
|
};
|
|
@@ -16701,7 +16701,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16701
16701
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16702
16702
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
|
|
16703
16703
|
])) : createCommentVNode("", true),
|
|
16704
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16704
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$9, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16705
16705
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$5, [
|
|
16706
16706
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
16707
16707
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -16844,7 +16844,7 @@ const _hoisted_2$9 = {
|
|
|
16844
16844
|
key: 0,
|
|
16845
16845
|
class: "ux-required-marker"
|
|
16846
16846
|
};
|
|
16847
|
-
const _hoisted_3$
|
|
16847
|
+
const _hoisted_3$8 = {
|
|
16848
16848
|
key: 1,
|
|
16849
16849
|
class: "ux-field-description"
|
|
16850
16850
|
};
|
|
@@ -16867,7 +16867,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16867
16867
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16868
16868
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$9, "*")) : createCommentVNode("", true)
|
|
16869
16869
|
])) : createCommentVNode("", true),
|
|
16870
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16870
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$8, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16871
16871
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$4, [
|
|
16872
16872
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
16873
16873
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -19474,7 +19474,7 @@ const _sfc_main$c = {
|
|
|
19474
19474
|
const _withScopeId$2 = (n2) => (pushScopeId("data-v-ec116c7c"), n2 = n2(), popScopeId(), n2);
|
|
19475
19475
|
const _hoisted_1$a = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("h3", null, "An error occurred", -1));
|
|
19476
19476
|
const _hoisted_2$8 = { key: 0 };
|
|
19477
|
-
const _hoisted_3$
|
|
19477
|
+
const _hoisted_3$7 = { key: 1 };
|
|
19478
19478
|
const _hoisted_4$3 = { key: 2 };
|
|
19479
19479
|
const _hoisted_5$2 = ["tooltip"];
|
|
19480
19480
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -19488,7 +19488,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19488
19488
|
$data.state === "form.error" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19489
19489
|
_hoisted_1$a,
|
|
19490
19490
|
$data.error.message ? (openBlock(), createElementBlock("pre", _hoisted_2$8, toDisplayString($data.error.message), 1)) : createCommentVNode("", true),
|
|
19491
|
-
((_a = $data.error.data) == null ? void 0 : _a.errors) ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
19491
|
+
((_a = $data.error.data) == null ? void 0 : _a.errors) ? (openBlock(), createElementBlock("div", _hoisted_3$7, [
|
|
19492
19492
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.error.data.errors, (field) => {
|
|
19493
19493
|
return openBlock(), createElementBlock("pre", {
|
|
19494
19494
|
key: field.path
|
|
@@ -20025,7 +20025,7 @@ const _sfc_main$9 = {
|
|
|
20025
20025
|
};
|
|
20026
20026
|
const _hoisted_1$7 = { class: "ux-field-title" };
|
|
20027
20027
|
const _hoisted_2$6 = { class: "currency" };
|
|
20028
|
-
const _hoisted_3$
|
|
20028
|
+
const _hoisted_3$6 = { key: 1 };
|
|
20029
20029
|
const _hoisted_4$2 = { class: "currency" };
|
|
20030
20030
|
const _hoisted_5$1 = { key: 1 };
|
|
20031
20031
|
const _hoisted_6$1 = { key: 1 };
|
|
@@ -20076,7 +20076,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20076
20076
|
createTextVNode(toDisplayString($options.formatCurrency(value)) + " ", 1),
|
|
20077
20077
|
createElementVNode("span", _hoisted_2$6, toDisplayString($props.field.currency), 1)
|
|
20078
20078
|
]);
|
|
20079
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
20079
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$6, [
|
|
20080
20080
|
createTextVNode(toDisplayString($options.formatCurrency($options.fieldModel)) + " ", 1),
|
|
20081
20081
|
createElementVNode("span", _hoisted_4$2, toDisplayString($props.field.currency), 1)
|
|
20082
20082
|
]))
|
|
@@ -20748,6 +20748,14 @@ const _sfc_main$6 = {
|
|
|
20748
20748
|
type: Object,
|
|
20749
20749
|
default: {}
|
|
20750
20750
|
},
|
|
20751
|
+
rolodexPrimary: {
|
|
20752
|
+
type: String,
|
|
20753
|
+
default: ""
|
|
20754
|
+
},
|
|
20755
|
+
rolodexSecondary: {
|
|
20756
|
+
type: String,
|
|
20757
|
+
default: ""
|
|
20758
|
+
},
|
|
20751
20759
|
options: {
|
|
20752
20760
|
type: Object,
|
|
20753
20761
|
default() {
|
|
@@ -20832,12 +20840,24 @@ const _sfc_main$6 = {
|
|
|
20832
20840
|
keywords(k) {
|
|
20833
20841
|
this.$emit("update:search", k);
|
|
20834
20842
|
},
|
|
20843
|
+
roloPrimary(r) {
|
|
20844
|
+
this.$emit("update:rolodexPrimary", r);
|
|
20845
|
+
},
|
|
20846
|
+
roloSecondary(r) {
|
|
20847
|
+
this.$emit("update:rolodexSecondary", r);
|
|
20848
|
+
},
|
|
20835
20849
|
dateRangeFilter(d) {
|
|
20836
20850
|
this.$emit("update:dateRange", d);
|
|
20837
20851
|
},
|
|
20838
20852
|
search(k) {
|
|
20839
20853
|
this.keywords = k;
|
|
20840
20854
|
},
|
|
20855
|
+
rolodexPrimary(r) {
|
|
20856
|
+
this.roloPrimary = r;
|
|
20857
|
+
},
|
|
20858
|
+
rolodexSecondary(r) {
|
|
20859
|
+
this.roloSecondary = r;
|
|
20860
|
+
},
|
|
20841
20861
|
change: {
|
|
20842
20862
|
handler: debounce_1(async function() {
|
|
20843
20863
|
this.dataSource = await this.load();
|
|
@@ -21088,7 +21108,7 @@ const _sfc_main$6 = {
|
|
|
21088
21108
|
return string;
|
|
21089
21109
|
},
|
|
21090
21110
|
change() {
|
|
21091
|
-
return `${JSON.stringify([this.page, this.dateRangeFilter, this.sort, this.keywords, this.selectFields, this.type, this.filterChangeString])}-${this.cacheKey}-${this.$sdk.global.cacheKeys[this.type]}`;
|
|
21111
|
+
return `${JSON.stringify([this.page, this.roloSecondary, this.rolodexPrimary, this.dateRangeFilter, this.sort, this.keywords, this.selectFields, this.type, this.filterChangeString])}-${this.cacheKey}-${this.$sdk.global.cacheKeys[this.type]}`;
|
|
21092
21112
|
},
|
|
21093
21113
|
items() {
|
|
21094
21114
|
return this.dataSource.items;
|
|
@@ -21100,18 +21120,22 @@ const _sfc_main$6 = {
|
|
|
21100
21120
|
return this.definition ? this.definition.definesType || this.definition.key : this.type;
|
|
21101
21121
|
},
|
|
21102
21122
|
loadCriteria() {
|
|
21103
|
-
|
|
21104
|
-
|
|
21105
|
-
|
|
21106
|
-
|
|
21107
|
-
|
|
21108
|
-
|
|
21123
|
+
const self2 = this;
|
|
21124
|
+
const sort2 = self2.sort || self2.defaultSort;
|
|
21125
|
+
const search = self2.keywords;
|
|
21126
|
+
const select = self2.selectFields;
|
|
21127
|
+
const page = self2.page;
|
|
21128
|
+
const filter = self2.combinedFilter;
|
|
21129
|
+
const rolodexPrimary = self2.roloPrimary;
|
|
21130
|
+
const rolodexSecondary = self2.roloSecondary;
|
|
21109
21131
|
return {
|
|
21110
21132
|
sort: sort2,
|
|
21111
21133
|
search,
|
|
21112
21134
|
select,
|
|
21113
21135
|
page,
|
|
21114
|
-
filter
|
|
21136
|
+
filter,
|
|
21137
|
+
rolodexPrimary,
|
|
21138
|
+
rolodexSecondary
|
|
21115
21139
|
};
|
|
21116
21140
|
},
|
|
21117
21141
|
fieldEnabled() {
|
|
@@ -21262,6 +21286,8 @@ const _sfc_main$6 = {
|
|
|
21262
21286
|
actualFilter: this.filter,
|
|
21263
21287
|
sort: this.defaultSort,
|
|
21264
21288
|
keywords: this.search,
|
|
21289
|
+
roloPrimary: this.rolodexPrimary,
|
|
21290
|
+
roloSecondary: this.roloSecondary,
|
|
21265
21291
|
dateRangeFilter: {
|
|
21266
21292
|
dateRange: this.dateRange
|
|
21267
21293
|
},
|
|
@@ -21270,10 +21296,10 @@ const _sfc_main$6 = {
|
|
|
21270
21296
|
};
|
|
21271
21297
|
}
|
|
21272
21298
|
};
|
|
21273
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
21299
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-510c624f"), n2 = n2(), popScopeId(), n2);
|
|
21274
21300
|
const _hoisted_1$6 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
21275
21301
|
const _hoisted_2$5 = { key: 0 };
|
|
21276
|
-
const _hoisted_3$
|
|
21302
|
+
const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
21277
21303
|
const _hoisted_4$1 = { class: "footer" };
|
|
21278
21304
|
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21279
21305
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -21285,11 +21311,11 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21285
21311
|
const _component_flex_column = resolveComponent("flex-column");
|
|
21286
21312
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
21287
21313
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
21314
|
+
const _component_flex_row = resolveComponent("flex-row");
|
|
21288
21315
|
const _component_search = resolveComponent("search");
|
|
21289
21316
|
const _component_ux_field = resolveComponent("ux-field");
|
|
21290
21317
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
21291
21318
|
const _component_flex_body = resolveComponent("flex-body");
|
|
21292
|
-
const _component_flex_row = resolveComponent("flex-row");
|
|
21293
21319
|
const _component_pager = resolveComponent("pager");
|
|
21294
21320
|
const _component_flex_footer = resolveComponent("flex-footer");
|
|
21295
21321
|
const _component_spinner = resolveComponent("spinner");
|
|
@@ -21298,161 +21324,172 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21298
21324
|
class: "content-browser"
|
|
21299
21325
|
}, {
|
|
21300
21326
|
default: withCtx(() => [
|
|
21301
|
-
|
|
21302
|
-
|
|
21303
|
-
|
|
21304
|
-
|
|
21305
|
-
|
|
21306
|
-
|
|
21307
|
-
|
|
21308
|
-
|
|
21309
|
-
|
|
21310
|
-
|
|
21311
|
-
key: 0,
|
|
21312
|
-
|
|
21313
|
-
|
|
21314
|
-
|
|
21315
|
-
|
|
21316
|
-
|
|
21317
|
-
|
|
21318
|
-
|
|
21319
|
-
|
|
21320
|
-
|
|
21321
|
-
|
|
21322
|
-
|
|
21323
|
-
|
|
21324
|
-
|
|
21325
|
-
|
|
21326
|
-
|
|
21327
|
-
|
|
21328
|
-
|
|
21329
|
-
|
|
21330
|
-
|
|
21331
|
-
|
|
21332
|
-
|
|
21333
|
-
|
|
21334
|
-
|
|
21335
|
-
|
|
21336
|
-
|
|
21337
|
-
|
|
21338
|
-
|
|
21339
|
-
|
|
21340
|
-
|
|
21341
|
-
|
|
21327
|
+
createVNode(_component_flex_column, { class: "browser-body" }, {
|
|
21328
|
+
default: withCtx(() => [
|
|
21329
|
+
createVNode(_component_flex_row, null, {
|
|
21330
|
+
default: withCtx(() => [
|
|
21331
|
+
createVNode(_component_flex_row, {
|
|
21332
|
+
class: normalizeClass({ loading: $data.loading })
|
|
21333
|
+
}, {
|
|
21334
|
+
default: withCtx(() => [
|
|
21335
|
+
createVNode(_component_flex_column, null, {
|
|
21336
|
+
default: withCtx(() => [
|
|
21337
|
+
$data.dataSource ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
21338
|
+
renderSlot(_ctx.$slots, "abovecontent", {}, void 0, true),
|
|
21339
|
+
$options.items.length ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
21340
|
+
default: withCtx(() => [
|
|
21341
|
+
$options.viewMode && $options.viewMode.component ? (openBlock(), createBlock(resolveDynamicComponent($options.viewMode.component), {
|
|
21342
|
+
key: 0,
|
|
21343
|
+
cacheKey: $options.viewModeCacheKey,
|
|
21344
|
+
selection: $data.manager.items,
|
|
21345
|
+
items: $options.items,
|
|
21346
|
+
"onClick:actions": $options.actionsClicked,
|
|
21347
|
+
"onSelect:item:toggle": $options.rowToggled,
|
|
21348
|
+
"onClick:item": $options.rowClicked
|
|
21349
|
+
}, null, 40, ["cacheKey", "selection", "items", "onClick:actions", "onSelect:item:toggle", "onClick:item"])) : (openBlock(), createBlock(_component_native_table, {
|
|
21350
|
+
key: 1,
|
|
21351
|
+
sort: $data.sort,
|
|
21352
|
+
"onUpdate:sort": _cache[0] || (_cache[0] = ($event) => $data.sort = $event),
|
|
21353
|
+
enableSelection: $props.enableSelection,
|
|
21354
|
+
enableActions: $props.enableActions,
|
|
21355
|
+
total: $options.totalItems,
|
|
21356
|
+
selectAll: $options.selectAll,
|
|
21357
|
+
deselectAll: $options.deselectAllFunction,
|
|
21358
|
+
selection: $data.manager.items,
|
|
21359
|
+
"onClick:row": $options.rowClicked,
|
|
21360
|
+
"onClick:actions": $options.actionsClicked,
|
|
21361
|
+
"onSelect:row:toggle": $options.rowToggled,
|
|
21362
|
+
"onSelect:multiple": $options.selectMultiple,
|
|
21363
|
+
"onDeselect:multiple": $options.deselectMultiple,
|
|
21364
|
+
rows: $options.items,
|
|
21365
|
+
columns: $options.columns
|
|
21366
|
+
}, {
|
|
21367
|
+
corner: withCtx(() => [
|
|
21368
|
+
createVNode(_component_ux_menu, { right: "" }, {
|
|
21369
|
+
activator: withCtx(({ on: on2 }) => [
|
|
21370
|
+
createVNode(_component_ux_button, mergeProps({ icon: "" }, toHandlers(on2)), {
|
|
21371
|
+
default: withCtx(() => [
|
|
21372
|
+
createVNode(_component_ux_icon, { icon: "fa-cog" })
|
|
21373
|
+
]),
|
|
21374
|
+
_: 2
|
|
21375
|
+
}, 1040)
|
|
21376
|
+
]),
|
|
21377
|
+
default: withCtx(() => [
|
|
21378
|
+
createVNode(_component_ux_list, null, {
|
|
21379
|
+
default: withCtx(() => [
|
|
21380
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($options.fields, (field) => {
|
|
21381
|
+
return openBlock(), createBlock(_component_ux_list_item, {
|
|
21382
|
+
onClick: ($event) => $options.toggleField(field),
|
|
21383
|
+
key: field.path
|
|
21384
|
+
}, {
|
|
21385
|
+
default: withCtx(() => [
|
|
21386
|
+
createVNode(_component_ux_icon, {
|
|
21387
|
+
icon: $options.fieldEnabled[field.path] ? "fa-check-square" : "fa-regular fa-square",
|
|
21388
|
+
left: ""
|
|
21389
|
+
}, null, 8, ["icon"]),
|
|
21390
|
+
createTextVNode(" " + toDisplayString(field.title), 1)
|
|
21391
|
+
]),
|
|
21392
|
+
_: 2
|
|
21393
|
+
}, 1032, ["onClick"]);
|
|
21394
|
+
}), 128))
|
|
21395
|
+
]),
|
|
21396
|
+
_: 1
|
|
21397
|
+
})
|
|
21398
|
+
]),
|
|
21399
|
+
_: 1
|
|
21400
|
+
})
|
|
21342
21401
|
]),
|
|
21343
|
-
_:
|
|
21344
|
-
},
|
|
21402
|
+
_: 1
|
|
21403
|
+
}, 8, ["sort", "enableSelection", "enableActions", "total", "selectAll", "deselectAll", "selection", "onClick:row", "onClick:actions", "onSelect:row:toggle", "onSelect:multiple", "onDeselect:multiple", "rows", "columns"]))
|
|
21345
21404
|
]),
|
|
21405
|
+
_: 1
|
|
21406
|
+
})) : !$data.loading ? (openBlock(), createBlock(_component_flex_column, {
|
|
21407
|
+
key: 1,
|
|
21408
|
+
class: "empty",
|
|
21409
|
+
center: ""
|
|
21410
|
+
}, {
|
|
21346
21411
|
default: withCtx(() => [
|
|
21347
|
-
createVNode(
|
|
21412
|
+
createVNode(_component_ux_panel, null, {
|
|
21348
21413
|
default: withCtx(() => [
|
|
21349
|
-
(
|
|
21350
|
-
|
|
21351
|
-
|
|
21352
|
-
|
|
21353
|
-
|
|
21354
|
-
|
|
21355
|
-
createVNode(_component_ux_icon, {
|
|
21356
|
-
icon: $options.fieldEnabled[field.path] ? "fa-check-square" : "fa-regular fa-square",
|
|
21357
|
-
left: ""
|
|
21358
|
-
}, null, 8, ["icon"]),
|
|
21359
|
-
createTextVNode(" " + toDisplayString(field.title), 1)
|
|
21360
|
-
]),
|
|
21361
|
-
_: 2
|
|
21362
|
-
}, 1032, ["onClick"]);
|
|
21363
|
-
}), 128))
|
|
21414
|
+
createVNode(_component_ux_panel_body, null, {
|
|
21415
|
+
default: withCtx(() => [
|
|
21416
|
+
createElementVNode("div", null, "No " + toDisplayString($data.definition.plural) + " found.", 1)
|
|
21417
|
+
]),
|
|
21418
|
+
_: 1
|
|
21419
|
+
})
|
|
21364
21420
|
]),
|
|
21365
21421
|
_: 1
|
|
21366
21422
|
})
|
|
21367
21423
|
]),
|
|
21368
21424
|
_: 1
|
|
21369
|
-
})
|
|
21370
|
-
|
|
21371
|
-
|
|
21372
|
-
|
|
21373
|
-
|
|
21374
|
-
|
|
21375
|
-
|
|
21376
|
-
|
|
21377
|
-
|
|
21378
|
-
|
|
21379
|
-
|
|
21380
|
-
|
|
21381
|
-
|
|
21382
|
-
|
|
21383
|
-
|
|
21384
|
-
|
|
21385
|
-
|
|
21386
|
-
|
|
21387
|
-
|
|
21388
|
-
|
|
21389
|
-
|
|
21390
|
-
|
|
21391
|
-
|
|
21392
|
-
|
|
21393
|
-
|
|
21394
|
-
|
|
21395
|
-
|
|
21396
|
-
|
|
21397
|
-
|
|
21398
|
-
|
|
21399
|
-
|
|
21400
|
-
|
|
21401
|
-
|
|
21402
|
-
|
|
21403
|
-
|
|
21404
|
-
|
|
21405
|
-
|
|
21406
|
-
|
|
21407
|
-
|
|
21408
|
-
|
|
21409
|
-
|
|
21410
|
-
|
|
21411
|
-
|
|
21412
|
-
|
|
21413
|
-
|
|
21414
|
-
|
|
21415
|
-
|
|
21416
|
-
|
|
21417
|
-
field: $options.dateRangeField,
|
|
21418
|
-
modelValue: $data.dateRangeFilter,
|
|
21419
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.dateRangeFilter = $event)
|
|
21420
|
-
}, null, 8, ["field", "modelValue"])
|
|
21421
|
-
])) : createCommentVNode("", true),
|
|
21422
|
-
_hoisted_3$4,
|
|
21423
|
-
createVNode(_component_filter_builder, {
|
|
21424
|
-
definition: $data.definition,
|
|
21425
|
-
modelValue: $data.actualFilter,
|
|
21426
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.actualFilter = $event)
|
|
21427
|
-
}, null, 8, ["definition", "modelValue"])
|
|
21428
|
-
]),
|
|
21429
|
-
_: 1
|
|
21430
|
-
}),
|
|
21431
|
-
renderSlot(_ctx.$slots, "belowfilter", {}, void 0, true)
|
|
21432
|
-
]),
|
|
21433
|
-
_: 3
|
|
21434
|
-
})) : createCommentVNode("", true)
|
|
21435
|
-
]),
|
|
21436
|
-
_: 3
|
|
21437
|
-
})
|
|
21438
|
-
]),
|
|
21439
|
-
_: 3
|
|
21440
|
-
}, 8, ["class"]),
|
|
21441
|
-
createVNode(_component_flex_footer, null, {
|
|
21442
|
-
default: withCtx(() => [
|
|
21443
|
-
renderSlot(_ctx.$slots, "footera", {}, void 0, true),
|
|
21444
|
-
createElementVNode("div", _hoisted_4$1, [
|
|
21445
|
-
createVNode(_component_pager, {
|
|
21446
|
-
page: $data.page,
|
|
21447
|
-
"onUpdate:page": _cache[4] || (_cache[4] = ($event) => $data.page = $event),
|
|
21448
|
-
total: $options.totalItems
|
|
21449
|
-
}, null, 8, ["page", "total"])
|
|
21425
|
+
})) : (openBlock(), createBlock(_component_flex_column, {
|
|
21426
|
+
key: 2,
|
|
21427
|
+
class: "empty",
|
|
21428
|
+
center: ""
|
|
21429
|
+
}))
|
|
21430
|
+
], 64)) : createCommentVNode("", true)
|
|
21431
|
+
]),
|
|
21432
|
+
_: 3
|
|
21433
|
+
})
|
|
21434
|
+
]),
|
|
21435
|
+
_: 3
|
|
21436
|
+
}, 8, ["class"]),
|
|
21437
|
+
$props.showFilters ? (openBlock(), createBlock(_component_flex_column, {
|
|
21438
|
+
key: 0,
|
|
21439
|
+
class: "filter-column"
|
|
21440
|
+
}, {
|
|
21441
|
+
default: withCtx(() => [
|
|
21442
|
+
renderSlot(_ctx.$slots, "abovefilter", {}, void 0, true),
|
|
21443
|
+
createVNode(_component_flex_body, null, {
|
|
21444
|
+
default: withCtx(() => [
|
|
21445
|
+
createVNode(_component_search, {
|
|
21446
|
+
modelValue: $data.keywords,
|
|
21447
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.keywords = $event),
|
|
21448
|
+
loading: $options.searching,
|
|
21449
|
+
debounce: 500,
|
|
21450
|
+
placeholder: "Keyword Search"
|
|
21451
|
+
}, null, 8, ["modelValue", "loading"]),
|
|
21452
|
+
_hoisted_1$6,
|
|
21453
|
+
$props.dateFilterEnabled ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
21454
|
+
createVNode(_component_ux_field, {
|
|
21455
|
+
field: $options.dateRangeField,
|
|
21456
|
+
modelValue: $data.dateRangeFilter,
|
|
21457
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.dateRangeFilter = $event)
|
|
21458
|
+
}, null, 8, ["field", "modelValue"])
|
|
21459
|
+
])) : createCommentVNode("", true),
|
|
21460
|
+
_hoisted_3$5,
|
|
21461
|
+
createVNode(_component_filter_builder, {
|
|
21462
|
+
definition: $data.definition,
|
|
21463
|
+
modelValue: $data.actualFilter,
|
|
21464
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.actualFilter = $event)
|
|
21465
|
+
}, null, 8, ["definition", "modelValue"])
|
|
21466
|
+
]),
|
|
21467
|
+
_: 1
|
|
21468
|
+
}),
|
|
21469
|
+
renderSlot(_ctx.$slots, "belowfilter", {}, void 0, true)
|
|
21470
|
+
]),
|
|
21471
|
+
_: 3
|
|
21472
|
+
})) : createCommentVNode("", true)
|
|
21450
21473
|
]),
|
|
21451
|
-
|
|
21474
|
+
_: 3
|
|
21475
|
+
})
|
|
21476
|
+
]),
|
|
21477
|
+
_: 3
|
|
21478
|
+
}),
|
|
21479
|
+
$data.dataSource ? (openBlock(), createBlock(_component_flex_footer, { key: 0 }, {
|
|
21480
|
+
default: withCtx(() => [
|
|
21481
|
+
renderSlot(_ctx.$slots, "footera", {}, void 0, true),
|
|
21482
|
+
createElementVNode("div", _hoisted_4$1, [
|
|
21483
|
+
createVNode(_component_pager, {
|
|
21484
|
+
page: $data.page,
|
|
21485
|
+
"onUpdate:page": _cache[4] || (_cache[4] = ($event) => $data.page = $event),
|
|
21486
|
+
total: $options.totalItems
|
|
21487
|
+
}, null, 8, ["page", "total"])
|
|
21452
21488
|
]),
|
|
21453
|
-
|
|
21454
|
-
|
|
21455
|
-
|
|
21489
|
+
renderSlot(_ctx.$slots, "footerb", {}, void 0, true)
|
|
21490
|
+
]),
|
|
21491
|
+
_: 3
|
|
21492
|
+
})) : createCommentVNode("", true),
|
|
21456
21493
|
$data.loading ? (openBlock(), createBlock(_component_spinner, {
|
|
21457
21494
|
key: 1,
|
|
21458
21495
|
large: ""
|
|
@@ -21461,7 +21498,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21461
21498
|
_: 3
|
|
21462
21499
|
})) : createCommentVNode("", true);
|
|
21463
21500
|
}
|
|
21464
|
-
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-
|
|
21501
|
+
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-510c624f"]]);
|
|
21465
21502
|
var ModalMixin = {
|
|
21466
21503
|
props: {
|
|
21467
21504
|
options: {
|
|
@@ -21547,7 +21584,7 @@ const _sfc_main$4 = {
|
|
|
21547
21584
|
};
|
|
21548
21585
|
const _hoisted_1$4 = { class: "padder" };
|
|
21549
21586
|
const _hoisted_2$4 = ["innerHTML"];
|
|
21550
|
-
const _hoisted_3$
|
|
21587
|
+
const _hoisted_3$4 = { class: "padder" };
|
|
21551
21588
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21552
21589
|
const _component_flex_body = resolveComponent("flex-body");
|
|
21553
21590
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -21570,7 +21607,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21570
21607
|
}),
|
|
21571
21608
|
createVNode(_component_flex_footer, null, {
|
|
21572
21609
|
default: withCtx(() => [
|
|
21573
|
-
createElementVNode("div", _hoisted_3$
|
|
21610
|
+
createElementVNode("div", _hoisted_3$4, [
|
|
21574
21611
|
createVNode(_component_flex_row, null, {
|
|
21575
21612
|
default: withCtx(() => [
|
|
21576
21613
|
createVNode(_component_flex_cell, null, {
|
|
@@ -21630,7 +21667,7 @@ const _sfc_main$3 = {
|
|
|
21630
21667
|
};
|
|
21631
21668
|
const _hoisted_1$3 = { class: "header" };
|
|
21632
21669
|
const _hoisted_2$3 = { class: "padder" };
|
|
21633
|
-
const _hoisted_3$
|
|
21670
|
+
const _hoisted_3$3 = ["onClick"];
|
|
21634
21671
|
const _hoisted_4 = {
|
|
21635
21672
|
key: 0,
|
|
21636
21673
|
class: "title"
|
|
@@ -21686,7 +21723,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21686
21723
|
]),
|
|
21687
21724
|
_: 2
|
|
21688
21725
|
}, 1024)
|
|
21689
|
-
], 8, _hoisted_3$
|
|
21726
|
+
], 8, _hoisted_3$3);
|
|
21690
21727
|
}), 256))
|
|
21691
21728
|
])
|
|
21692
21729
|
]),
|
|
@@ -21732,7 +21769,7 @@ const _sfc_main$2 = {
|
|
|
21732
21769
|
};
|
|
21733
21770
|
const _hoisted_1$2 = { class: "padder" };
|
|
21734
21771
|
const _hoisted_2$2 = { key: 0 };
|
|
21735
|
-
const _hoisted_3$
|
|
21772
|
+
const _hoisted_3$2 = { class: "padder" };
|
|
21736
21773
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21737
21774
|
const _component_ux_form = resolveComponent("ux-form");
|
|
21738
21775
|
const _component_flex_body = resolveComponent("flex-body");
|
|
@@ -21765,7 +21802,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21765
21802
|
}),
|
|
21766
21803
|
createVNode(_component_flex_footer, null, {
|
|
21767
21804
|
default: withCtx(() => [
|
|
21768
|
-
createElementVNode("div", _hoisted_3$
|
|
21805
|
+
createElementVNode("div", _hoisted_3$2, [
|
|
21769
21806
|
createVNode(_component_flex_row, null, {
|
|
21770
21807
|
default: withCtx(() => [
|
|
21771
21808
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
@@ -21829,8 +21866,49 @@ const _sfc_main$1 = {
|
|
|
21829
21866
|
return;
|
|
21830
21867
|
}
|
|
21831
21868
|
self2.definition = definition;
|
|
21869
|
+
if (self2.bigData && self2.rolodexEnabled) {
|
|
21870
|
+
self2.rolodexLetter = "A";
|
|
21871
|
+
}
|
|
21832
21872
|
},
|
|
21833
21873
|
computed: {
|
|
21874
|
+
bigData() {
|
|
21875
|
+
var _a;
|
|
21876
|
+
return ((_a = this.definition) == null ? void 0 : _a.count) > 2e4;
|
|
21877
|
+
},
|
|
21878
|
+
rolodexEnabled() {
|
|
21879
|
+
let enabled;
|
|
21880
|
+
if (!this.bigData) {
|
|
21881
|
+
return;
|
|
21882
|
+
}
|
|
21883
|
+
const basicType = this.definition.definesType || this.definition.key;
|
|
21884
|
+
switch (basicType) {
|
|
21885
|
+
case "profile":
|
|
21886
|
+
case "persona":
|
|
21887
|
+
enabled = true;
|
|
21888
|
+
break;
|
|
21889
|
+
}
|
|
21890
|
+
if (this.search || this.shortcut) {
|
|
21891
|
+
enabled = false;
|
|
21892
|
+
}
|
|
21893
|
+
return enabled;
|
|
21894
|
+
},
|
|
21895
|
+
rolodexPrimary: {
|
|
21896
|
+
get() {
|
|
21897
|
+
if (this.search || this.shortcut) {
|
|
21898
|
+
return;
|
|
21899
|
+
}
|
|
21900
|
+
return this.rolodexLetter;
|
|
21901
|
+
},
|
|
21902
|
+
set(r) {
|
|
21903
|
+
if (this.search || this.shortcut) {
|
|
21904
|
+
return;
|
|
21905
|
+
}
|
|
21906
|
+
this.rolodexLetter = r;
|
|
21907
|
+
}
|
|
21908
|
+
},
|
|
21909
|
+
letters() {
|
|
21910
|
+
return "abcdefghijklmnopqrstuvwxyz".toUpperCase().split("");
|
|
21911
|
+
},
|
|
21834
21912
|
type() {
|
|
21835
21913
|
return this.options.type;
|
|
21836
21914
|
},
|
|
@@ -21847,16 +21925,35 @@ const _sfc_main$1 = {
|
|
|
21847
21925
|
return this.options.browserOptions || {};
|
|
21848
21926
|
}
|
|
21849
21927
|
},
|
|
21928
|
+
watch: {
|
|
21929
|
+
search(s2, before) {
|
|
21930
|
+
const self2 = this;
|
|
21931
|
+
if (!s2 && self2.bigData) {
|
|
21932
|
+
if (!self2.rolodexLetter) {
|
|
21933
|
+
self2.rolodexLetter = "A";
|
|
21934
|
+
}
|
|
21935
|
+
}
|
|
21936
|
+
}
|
|
21937
|
+
},
|
|
21850
21938
|
data() {
|
|
21851
21939
|
return {
|
|
21940
|
+
showFilters: false,
|
|
21852
21941
|
search: "",
|
|
21853
21942
|
searching: false,
|
|
21854
21943
|
definition: null,
|
|
21855
21944
|
loading: true,
|
|
21856
|
-
model: this.options.model.slice()
|
|
21945
|
+
model: this.options.model.slice(),
|
|
21946
|
+
rolodexLetter: ""
|
|
21857
21947
|
};
|
|
21858
21948
|
},
|
|
21859
21949
|
methods: {
|
|
21950
|
+
toggleRolodex(letter) {
|
|
21951
|
+
if (this.rolodexLetter === letter) {
|
|
21952
|
+
this.rolodexLetter = "";
|
|
21953
|
+
} else {
|
|
21954
|
+
this.rolodexLetter = letter;
|
|
21955
|
+
}
|
|
21956
|
+
},
|
|
21860
21957
|
rowClicked(row) {
|
|
21861
21958
|
this.$refs.browser.toggle(row);
|
|
21862
21959
|
},
|
|
@@ -21867,10 +21964,12 @@ const _sfc_main$1 = {
|
|
|
21867
21964
|
};
|
|
21868
21965
|
const _hoisted_1$1 = { class: "header" };
|
|
21869
21966
|
const _hoisted_2$1 = { class: "font-muted font-sm" };
|
|
21967
|
+
const _hoisted_3$1 = { class: "rolodex" };
|
|
21870
21968
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21871
21969
|
const _component_flex_column = resolveComponent("flex-column");
|
|
21872
21970
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
21873
21971
|
const _component_search = resolveComponent("search");
|
|
21972
|
+
const _component_ux_icon = resolveComponent("ux-icon");
|
|
21874
21973
|
const _component_ux_button = resolveComponent("ux-button");
|
|
21875
21974
|
const _component_flex_row = resolveComponent("flex-row");
|
|
21876
21975
|
const _component_flex_header = resolveComponent("flex-header");
|
|
@@ -21904,7 +22003,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21904
22003
|
]),
|
|
21905
22004
|
_: 1
|
|
21906
22005
|
})) : createCommentVNode("", true),
|
|
21907
|
-
|
|
22006
|
+
!$data.showFilters ? (openBlock(), createBlock(_component_flex_cell, { key: 1 }, {
|
|
21908
22007
|
default: withCtx(() => [
|
|
21909
22008
|
createVNode(_component_search, {
|
|
21910
22009
|
modelValue: $data.search,
|
|
@@ -21915,6 +22014,25 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21915
22014
|
}, null, 8, ["modelValue", "loading"])
|
|
21916
22015
|
]),
|
|
21917
22016
|
_: 1
|
|
22017
|
+
})) : createCommentVNode("", true),
|
|
22018
|
+
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
22019
|
+
default: withCtx(() => [
|
|
22020
|
+
createVNode(_component_ux_button, {
|
|
22021
|
+
icon: _ctx.$device.breakpoint.mobile,
|
|
22022
|
+
onClick: _cache[1] || (_cache[1] = ($event) => $data.showFilters = !$data.showFilters)
|
|
22023
|
+
}, {
|
|
22024
|
+
default: withCtx(() => [
|
|
22025
|
+
_ctx.$device.breakpoint.mobile ? (openBlock(), createBlock(_component_ux_icon, {
|
|
22026
|
+
key: 0,
|
|
22027
|
+
icon: "fa-search"
|
|
22028
|
+
})) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
22029
|
+
createTextVNode(toDisplayString($data.showFilters ? "Hide" : "Show") + " Filters", 1)
|
|
22030
|
+
], 64))
|
|
22031
|
+
]),
|
|
22032
|
+
_: 1
|
|
22033
|
+
}, 8, ["icon"])
|
|
22034
|
+
]),
|
|
22035
|
+
_: 1
|
|
21918
22036
|
}),
|
|
21919
22037
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
21920
22038
|
default: withCtx(() => [
|
|
@@ -21938,22 +22056,49 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21938
22056
|
_: 1
|
|
21939
22057
|
}),
|
|
21940
22058
|
createVNode(_component_content_browser, {
|
|
22059
|
+
rolodexPrimary: $options.rolodexPrimary,
|
|
22060
|
+
"onUpdate:rolodexPrimary": _cache[2] || (_cache[2] = ($event) => $options.rolodexPrimary = $event),
|
|
22061
|
+
showFilters: $data.showFilters,
|
|
21941
22062
|
ref: "browser",
|
|
21942
22063
|
search: $data.search,
|
|
21943
22064
|
"onClick:row": $options.rowClicked,
|
|
21944
22065
|
maximum: _ctx.options.maximum,
|
|
21945
22066
|
modelValue: $data.model,
|
|
21946
|
-
"onUpdate:modelValue": _cache[
|
|
22067
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model = $event),
|
|
21947
22068
|
type: _ctx.options.type,
|
|
21948
22069
|
options: $options.browserOptions
|
|
21949
|
-
},
|
|
22070
|
+
}, {
|
|
22071
|
+
abovecontent: withCtx(() => [
|
|
22072
|
+
$options.rolodexEnabled ? (openBlock(), createBlock(_component_flex_header, { key: 0 }, {
|
|
22073
|
+
default: withCtx(() => [
|
|
22074
|
+
createElementVNode("div", _hoisted_3$1, [
|
|
22075
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($options.letters, (letter) => {
|
|
22076
|
+
return openBlock(), createBlock(_component_ux_button, {
|
|
22077
|
+
size: "sm",
|
|
22078
|
+
onClick: ($event) => $options.toggleRolodex(letter),
|
|
22079
|
+
icon: "",
|
|
22080
|
+
color: $options.rolodexPrimary === letter ? "primary" : ""
|
|
22081
|
+
}, {
|
|
22082
|
+
default: withCtx(() => [
|
|
22083
|
+
createTextVNode(toDisplayString(letter), 1)
|
|
22084
|
+
]),
|
|
22085
|
+
_: 2
|
|
22086
|
+
}, 1032, ["onClick", "color"]);
|
|
22087
|
+
}), 256))
|
|
22088
|
+
])
|
|
22089
|
+
]),
|
|
22090
|
+
_: 1
|
|
22091
|
+
})) : createCommentVNode("", true)
|
|
22092
|
+
]),
|
|
22093
|
+
_: 1
|
|
22094
|
+
}, 8, ["rolodexPrimary", "showFilters", "search", "onClick:row", "maximum", "modelValue", "type", "options"])
|
|
21950
22095
|
], 64)) : createCommentVNode("", true)
|
|
21951
22096
|
], 64))
|
|
21952
22097
|
]),
|
|
21953
22098
|
_: 1
|
|
21954
22099
|
});
|
|
21955
22100
|
}
|
|
21956
|
-
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
22101
|
+
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-0eebffb8"]]);
|
|
21957
22102
|
var ScopeModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
21958
22103
|
const _sfc_main = {
|
|
21959
22104
|
components: {
|