@qikdev/vue-ui 0.2.44 → 0.2.47
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 +390 -239
- 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.47";
|
|
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;
|
|
@@ -844,6 +844,12 @@ const _sfc_main$1c = {
|
|
|
844
844
|
type() {
|
|
845
845
|
var _a, _b;
|
|
846
846
|
return (_b = (_a = this.row) == null ? void 0 : _a.meta) == null ? void 0 : _b.type;
|
|
847
|
+
},
|
|
848
|
+
label() {
|
|
849
|
+
if (typeof this.button.text === "function") {
|
|
850
|
+
return this.button.text();
|
|
851
|
+
}
|
|
852
|
+
return this.button.text;
|
|
847
853
|
}
|
|
848
854
|
},
|
|
849
855
|
methods: {
|
|
@@ -866,8 +872,8 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
866
872
|
onClick: withModifiers($options.clicked, ["stop", "prevent"])
|
|
867
873
|
}, {
|
|
868
874
|
default: withCtx(() => [
|
|
869
|
-
$options.
|
|
870
|
-
createTextVNode(toDisplayString($options.
|
|
875
|
+
$options.label ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
876
|
+
createTextVNode(toDisplayString($options.label), 1)
|
|
871
877
|
], 64)) : createCommentVNode("", true),
|
|
872
878
|
$options.button.icon ? (openBlock(), createBlock(_component_ux_icon, {
|
|
873
879
|
key: 1,
|
|
@@ -879,7 +885,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
879
885
|
}, 8, ["color", "size", "loading", "onClick"])
|
|
880
886
|
]);
|
|
881
887
|
}
|
|
882
|
-
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-
|
|
888
|
+
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-49b3260d"]]);
|
|
883
889
|
class LuxonError extends Error {
|
|
884
890
|
}
|
|
885
891
|
class InvalidDateTimeError extends LuxonError {
|
|
@@ -4736,13 +4742,13 @@ const _sfc_main$1b = {
|
|
|
4736
4742
|
};
|
|
4737
4743
|
const _hoisted_1$T = { class: "table-date-cell" };
|
|
4738
4744
|
const _hoisted_2$K = { key: 0 };
|
|
4739
|
-
const _hoisted_3$
|
|
4745
|
+
const _hoisted_3$D = { class: "off" };
|
|
4740
4746
|
const _hoisted_4$t = { class: "on" };
|
|
4741
4747
|
const _hoisted_5$o = { class: "spacer" };
|
|
4742
4748
|
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4743
4749
|
return openBlock(), createElementBlock("td", _hoisted_1$T, [
|
|
4744
4750
|
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$K, [
|
|
4745
|
-
createElementVNode("span", _hoisted_3$
|
|
4751
|
+
createElementVNode("span", _hoisted_3$D, toDisplayString($options.readable), 1),
|
|
4746
4752
|
createElementVNode("span", _hoisted_4$t, toDisplayString($options.timeago), 1),
|
|
4747
4753
|
createElementVNode("span", _hoisted_5$o, toDisplayString($options.readable), 1)
|
|
4748
4754
|
])) : createCommentVNode("", true)
|
|
@@ -5133,7 +5139,7 @@ const _hoisted_1$Q = {
|
|
|
5133
5139
|
class: "table-cell"
|
|
5134
5140
|
};
|
|
5135
5141
|
const _hoisted_2$I = { class: "value" };
|
|
5136
|
-
const _hoisted_3$
|
|
5142
|
+
const _hoisted_3$C = { class: "value" };
|
|
5137
5143
|
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5138
5144
|
const _component_value_renderer = resolveComponent("value-renderer");
|
|
5139
5145
|
return $data.component ? (openBlock(), createBlock(resolveDynamicComponent($data.component), {
|
|
@@ -5153,7 +5159,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5153
5159
|
}, null, 8, ["type", "last", "value"])
|
|
5154
5160
|
]);
|
|
5155
5161
|
}), 256)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($options.value, (entry, index2) => {
|
|
5156
|
-
return openBlock(), createElementBlock("span", _hoisted_3$
|
|
5162
|
+
return openBlock(), createElementBlock("span", _hoisted_3$C, [
|
|
5157
5163
|
createVNode(_component_value_renderer, {
|
|
5158
5164
|
type: $props.column.type,
|
|
5159
5165
|
multi: "",
|
|
@@ -5541,7 +5547,7 @@ const _hoisted_2$H = {
|
|
|
5541
5547
|
class: "table-scroll",
|
|
5542
5548
|
ref: "scroll"
|
|
5543
5549
|
};
|
|
5544
|
-
const _hoisted_3$
|
|
5550
|
+
const _hoisted_3$B = {
|
|
5545
5551
|
key: 0,
|
|
5546
5552
|
class: "first table-select shrink"
|
|
5547
5553
|
};
|
|
@@ -5563,7 +5569,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5563
5569
|
createElementVNode("table", null, [
|
|
5564
5570
|
createElementVNode("thead", null, [
|
|
5565
5571
|
createElementVNode("tr", null, [
|
|
5566
|
-
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$
|
|
5572
|
+
$props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$B, [
|
|
5567
5573
|
createVNode(_component_ux_menu, null, {
|
|
5568
5574
|
activator: withCtx(({ on: on2 }) => [
|
|
5569
5575
|
createVNode(_component_ux_checkbox, mergeProps(toHandlers(on2), { value: $options.pageSelected }), null, 16, ["value"])
|
|
@@ -6204,7 +6210,7 @@ const _hoisted_2$G = {
|
|
|
6204
6210
|
key: 0,
|
|
6205
6211
|
class: "ux-required-marker"
|
|
6206
6212
|
};
|
|
6207
|
-
const _hoisted_3$
|
|
6213
|
+
const _hoisted_3$A = {
|
|
6208
6214
|
key: 1,
|
|
6209
6215
|
class: "ux-field-description"
|
|
6210
6216
|
};
|
|
@@ -6227,7 +6233,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6227
6233
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
6228
6234
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$G, "*")) : createCommentVNode("", true)
|
|
6229
6235
|
])) : createCommentVNode("", true),
|
|
6230
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6236
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$A, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
6231
6237
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
|
|
6232
6238
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
6233
6239
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -7556,7 +7562,7 @@ const _hoisted_2$B = {
|
|
|
7556
7562
|
key: 0,
|
|
7557
7563
|
class: "ux-required-marker"
|
|
7558
7564
|
};
|
|
7559
|
-
const _hoisted_3$
|
|
7565
|
+
const _hoisted_3$z = {
|
|
7560
7566
|
key: 1,
|
|
7561
7567
|
class: "ux-field-description"
|
|
7562
7568
|
};
|
|
@@ -7580,7 +7586,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7580
7586
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
7581
7587
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$B, "*")) : createCommentVNode("", true)
|
|
7582
7588
|
])) : createCommentVNode("", true),
|
|
7583
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7589
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$z, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
7584
7590
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
7585
7591
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
7586
7592
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -8253,7 +8259,7 @@ const _hoisted_2$A = {
|
|
|
8253
8259
|
key: 0,
|
|
8254
8260
|
class: "ux-required-marker"
|
|
8255
8261
|
};
|
|
8256
|
-
const _hoisted_3$
|
|
8262
|
+
const _hoisted_3$y = {
|
|
8257
8263
|
key: 1,
|
|
8258
8264
|
class: "ux-field-description"
|
|
8259
8265
|
};
|
|
@@ -8276,7 +8282,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8276
8282
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
8277
8283
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$A, "*")) : createCommentVNode("", true)
|
|
8278
8284
|
])) : createCommentVNode("", true),
|
|
8279
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8285
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$y, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
8280
8286
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
|
|
8281
8287
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
8282
8288
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -11235,7 +11241,7 @@ const _hoisted_2$z = {
|
|
|
11235
11241
|
key: 0,
|
|
11236
11242
|
class: "ux-required-marker"
|
|
11237
11243
|
};
|
|
11238
|
-
const _hoisted_3$
|
|
11244
|
+
const _hoisted_3$x = {
|
|
11239
11245
|
key: 1,
|
|
11240
11246
|
class: "ux-field-description"
|
|
11241
11247
|
};
|
|
@@ -11256,7 +11262,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11256
11262
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11257
11263
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
|
|
11258
11264
|
])) : createCommentVNode("", true),
|
|
11259
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11265
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$x, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11260
11266
|
$options.showList ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
11261
11267
|
_ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
11262
11268
|
_ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
|
|
@@ -11508,7 +11514,7 @@ const _hoisted_2$y = {
|
|
|
11508
11514
|
key: 0,
|
|
11509
11515
|
class: "ux-required-marker"
|
|
11510
11516
|
};
|
|
11511
|
-
const _hoisted_3$
|
|
11517
|
+
const _hoisted_3$w = {
|
|
11512
11518
|
key: 1,
|
|
11513
11519
|
class: "ux-field-description"
|
|
11514
11520
|
};
|
|
@@ -11531,7 +11537,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11531
11537
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
11532
11538
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
|
|
11533
11539
|
])) : createCommentVNode("", true),
|
|
11534
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11540
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$w, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
11535
11541
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
|
|
11536
11542
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
11537
11543
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -12086,7 +12092,7 @@ const _hoisted_2$w = {
|
|
|
12086
12092
|
key: 0,
|
|
12087
12093
|
class: "ux-required-marker"
|
|
12088
12094
|
};
|
|
12089
|
-
const _hoisted_3$
|
|
12095
|
+
const _hoisted_3$v = {
|
|
12090
12096
|
key: 1,
|
|
12091
12097
|
class: "ux-field-description"
|
|
12092
12098
|
};
|
|
@@ -12099,7 +12105,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12099
12105
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12100
12106
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
|
|
12101
12107
|
])) : createCommentVNode("", true),
|
|
12102
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12108
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$v, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12103
12109
|
createVNode(_component_scope_select_button, {
|
|
12104
12110
|
type: $options.contextReferenceType,
|
|
12105
12111
|
action: $options.contextReferenceAction,
|
|
@@ -12295,7 +12301,7 @@ const _hoisted_2$v = {
|
|
|
12295
12301
|
key: 0,
|
|
12296
12302
|
class: "ux-required-marker"
|
|
12297
12303
|
};
|
|
12298
|
-
const _hoisted_3$
|
|
12304
|
+
const _hoisted_3$u = {
|
|
12299
12305
|
key: 1,
|
|
12300
12306
|
class: "ux-field-description"
|
|
12301
12307
|
};
|
|
@@ -12318,7 +12324,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12318
12324
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12319
12325
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
|
|
12320
12326
|
])) : createCommentVNode("", true),
|
|
12321
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12327
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$u, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12322
12328
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
12323
12329
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
12324
12330
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -12432,7 +12438,7 @@ const _hoisted_2$u = {
|
|
|
12432
12438
|
key: 0,
|
|
12433
12439
|
class: "ux-required-marker"
|
|
12434
12440
|
};
|
|
12435
|
-
const _hoisted_3$
|
|
12441
|
+
const _hoisted_3$t = {
|
|
12436
12442
|
key: 1,
|
|
12437
12443
|
class: "ux-field-description"
|
|
12438
12444
|
};
|
|
@@ -12464,7 +12470,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12464
12470
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12465
12471
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
|
|
12466
12472
|
])) : createCommentVNode("", true),
|
|
12467
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12473
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12468
12474
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
|
|
12469
12475
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
12470
12476
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12635,7 +12641,7 @@ const _hoisted_2$t = {
|
|
|
12635
12641
|
key: 0,
|
|
12636
12642
|
class: "ux-required-marker"
|
|
12637
12643
|
};
|
|
12638
|
-
const _hoisted_3$
|
|
12644
|
+
const _hoisted_3$s = {
|
|
12639
12645
|
key: 1,
|
|
12640
12646
|
class: "ux-field-description"
|
|
12641
12647
|
};
|
|
@@ -12675,7 +12681,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12675
12681
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12676
12682
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
|
|
12677
12683
|
])) : createCommentVNode("", true),
|
|
12678
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12684
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12679
12685
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
|
|
12680
12686
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
12681
12687
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12815,7 +12821,7 @@ const _hoisted_2$s = {
|
|
|
12815
12821
|
key: 0,
|
|
12816
12822
|
class: "ux-required-marker"
|
|
12817
12823
|
};
|
|
12818
|
-
const _hoisted_3$
|
|
12824
|
+
const _hoisted_3$r = {
|
|
12819
12825
|
key: 1,
|
|
12820
12826
|
class: "ux-field-description"
|
|
12821
12827
|
};
|
|
@@ -12831,7 +12837,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12831
12837
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12832
12838
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
|
|
12833
12839
|
])) : createCommentVNode("", true),
|
|
12834
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12840
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12835
12841
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
|
|
12836
12842
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
12837
12843
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -12963,7 +12969,7 @@ const _hoisted_2$r = {
|
|
|
12963
12969
|
key: 0,
|
|
12964
12970
|
class: "ux-required-marker"
|
|
12965
12971
|
};
|
|
12966
|
-
const _hoisted_3$
|
|
12972
|
+
const _hoisted_3$q = {
|
|
12967
12973
|
key: 1,
|
|
12968
12974
|
class: "ux-field-description"
|
|
12969
12975
|
};
|
|
@@ -12979,7 +12985,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12979
12985
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
12980
12986
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
|
|
12981
12987
|
])) : createCommentVNode("", true),
|
|
12982
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12988
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
12983
12989
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
|
|
12984
12990
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
12985
12991
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -13100,7 +13106,7 @@ const _hoisted_2$q = {
|
|
|
13100
13106
|
key: 0,
|
|
13101
13107
|
class: "ux-required-marker"
|
|
13102
13108
|
};
|
|
13103
|
-
const _hoisted_3$
|
|
13109
|
+
const _hoisted_3$p = {
|
|
13104
13110
|
key: 1,
|
|
13105
13111
|
class: "ux-field-description"
|
|
13106
13112
|
};
|
|
@@ -13116,7 +13122,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13116
13122
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13117
13123
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
|
|
13118
13124
|
])) : createCommentVNode("", true),
|
|
13119
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13125
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
13120
13126
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
|
|
13121
13127
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
|
|
13122
13128
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -13226,7 +13232,7 @@ const _hoisted_2$p = {
|
|
|
13226
13232
|
key: 0,
|
|
13227
13233
|
class: "ux-required-marker"
|
|
13228
13234
|
};
|
|
13229
|
-
const _hoisted_3$
|
|
13235
|
+
const _hoisted_3$o = {
|
|
13230
13236
|
key: 1,
|
|
13231
13237
|
class: "ux-field-description"
|
|
13232
13238
|
};
|
|
@@ -13258,7 +13264,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13258
13264
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
13259
13265
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
|
|
13260
13266
|
])) : createCommentVNode("", true),
|
|
13261
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13267
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
13262
13268
|
])
|
|
13263
13269
|
]),
|
|
13264
13270
|
_: 1
|
|
@@ -13283,7 +13289,7 @@ const _sfc_main$y = {
|
|
|
13283
13289
|
};
|
|
13284
13290
|
const _hoisted_1$s = { key: 0 };
|
|
13285
13291
|
const _hoisted_2$o = ["innerHTML"];
|
|
13286
|
-
const _hoisted_3$
|
|
13292
|
+
const _hoisted_3$n = ["innerHTML"];
|
|
13287
13293
|
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13288
13294
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
13289
13295
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -13337,7 +13343,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13337
13343
|
])) : (openBlock(), createElementBlock("div", {
|
|
13338
13344
|
key: 1,
|
|
13339
13345
|
innerHTML: _ctx.field.template
|
|
13340
|
-
}, null, 8, _hoisted_3$
|
|
13346
|
+
}, null, 8, _hoisted_3$n));
|
|
13341
13347
|
}
|
|
13342
13348
|
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
|
|
13343
13349
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
@@ -13627,7 +13633,7 @@ const _hoisted_1$r = {
|
|
|
13627
13633
|
class: "filter-condition"
|
|
13628
13634
|
};
|
|
13629
13635
|
const _hoisted_2$n = { key: 0 };
|
|
13630
|
-
const _hoisted_3$
|
|
13636
|
+
const _hoisted_3$m = { key: 1 };
|
|
13631
13637
|
const _hoisted_4$g = { key: 2 };
|
|
13632
13638
|
const _hoisted_5$d = { key: 3 };
|
|
13633
13639
|
const _hoisted_6$9 = { key: 4 };
|
|
@@ -13690,7 +13696,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13690
13696
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
|
|
13691
13697
|
}, null, 8, ["field", "modelValue"]))
|
|
13692
13698
|
])) : createCommentVNode("", true),
|
|
13693
|
-
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13699
|
+
$options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$m, [
|
|
13694
13700
|
createVNode(_component_text_field, {
|
|
13695
13701
|
field: $options.normalField,
|
|
13696
13702
|
modelValue: $data.model.value,
|
|
@@ -14113,7 +14119,7 @@ const _hoisted_1$q = {
|
|
|
14113
14119
|
class: "filter-rule"
|
|
14114
14120
|
};
|
|
14115
14121
|
const _hoisted_2$m = { class: "top" };
|
|
14116
|
-
const _hoisted_3$
|
|
14122
|
+
const _hoisted_3$l = { class: "summary" };
|
|
14117
14123
|
const _hoisted_4$f = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
|
|
14118
14124
|
const _hoisted_5$c = { class: "operator" };
|
|
14119
14125
|
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -14129,7 +14135,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14129
14135
|
default: withCtx(() => [
|
|
14130
14136
|
createVNode(_component_flex_cell, null, {
|
|
14131
14137
|
default: withCtx(() => [
|
|
14132
|
-
createElementVNode("div", _hoisted_3$
|
|
14138
|
+
createElementVNode("div", _hoisted_3$l, [
|
|
14133
14139
|
createTextVNode(" Match "),
|
|
14134
14140
|
createVNode(_component_native_select, {
|
|
14135
14141
|
modelValue: $data.model.operator,
|
|
@@ -14324,7 +14330,7 @@ const _hoisted_2$l = {
|
|
|
14324
14330
|
key: 0,
|
|
14325
14331
|
class: "top"
|
|
14326
14332
|
};
|
|
14327
|
-
const _hoisted_3$
|
|
14333
|
+
const _hoisted_3$k = { class: "summary" };
|
|
14328
14334
|
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14329
14335
|
const _component_native_select = resolveComponent("native-select");
|
|
14330
14336
|
const _component_filter_rule = resolveComponent("filter-rule");
|
|
@@ -14337,7 +14343,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14337
14343
|
default: withCtx(() => [
|
|
14338
14344
|
createElementVNode("div", _hoisted_1$p, [
|
|
14339
14345
|
$data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
|
|
14340
|
-
createElementVNode("div", _hoisted_3$
|
|
14346
|
+
createElementVNode("div", _hoisted_3$k, [
|
|
14341
14347
|
createTextVNode(" Match "),
|
|
14342
14348
|
createVNode(_component_native_select, {
|
|
14343
14349
|
modelValue: $data.model.operator,
|
|
@@ -14433,7 +14439,7 @@ const _hoisted_2$k = {
|
|
|
14433
14439
|
key: 0,
|
|
14434
14440
|
class: "ux-required-marker"
|
|
14435
14441
|
};
|
|
14436
|
-
const _hoisted_3$
|
|
14442
|
+
const _hoisted_3$j = {
|
|
14437
14443
|
key: 1,
|
|
14438
14444
|
class: "ux-field-description"
|
|
14439
14445
|
};
|
|
@@ -14449,7 +14455,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14449
14455
|
createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
|
|
14450
14456
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$k, "*")) : createCommentVNode("", true)
|
|
14451
14457
|
])) : createCommentVNode("", true),
|
|
14452
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14458
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$j, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14453
14459
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$e, [
|
|
14454
14460
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
14455
14461
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -14557,7 +14563,7 @@ const _hoisted_2$j = {
|
|
|
14557
14563
|
key: 0,
|
|
14558
14564
|
class: "ux-required-marker"
|
|
14559
14565
|
};
|
|
14560
|
-
const _hoisted_3$
|
|
14566
|
+
const _hoisted_3$i = {
|
|
14561
14567
|
key: 1,
|
|
14562
14568
|
class: "ux-field-description"
|
|
14563
14569
|
};
|
|
@@ -14589,7 +14595,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14589
14595
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14590
14596
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$j, "*")) : createCommentVNode("", true)
|
|
14591
14597
|
])) : createCommentVNode("", true),
|
|
14592
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14598
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$i, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
|
14593
14599
|
])
|
|
14594
14600
|
]),
|
|
14595
14601
|
_: 1
|
|
@@ -14827,7 +14833,7 @@ const _hoisted_2$i = {
|
|
|
14827
14833
|
key: 0,
|
|
14828
14834
|
class: "ux-required-marker"
|
|
14829
14835
|
};
|
|
14830
|
-
const _hoisted_3$
|
|
14836
|
+
const _hoisted_3$h = {
|
|
14831
14837
|
key: 1,
|
|
14832
14838
|
class: "ux-field-description"
|
|
14833
14839
|
};
|
|
@@ -14848,7 +14854,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14848
14854
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
14849
14855
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
|
|
14850
14856
|
])) : createCommentVNode("", true),
|
|
14851
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14857
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$h, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
14852
14858
|
$data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
|
|
14853
14859
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
|
|
14854
14860
|
return openBlock(), createElementBlock("div", {
|
|
@@ -15020,7 +15026,7 @@ const _hoisted_2$h = {
|
|
|
15020
15026
|
key: 0,
|
|
15021
15027
|
class: "ux-group-title"
|
|
15022
15028
|
};
|
|
15023
|
-
const _hoisted_3$
|
|
15029
|
+
const _hoisted_3$g = {
|
|
15024
15030
|
key: 0,
|
|
15025
15031
|
class: "ux-field-title"
|
|
15026
15032
|
};
|
|
@@ -15057,7 +15063,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15057
15063
|
const _component_draggable = resolveComponent("draggable");
|
|
15058
15064
|
return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
15059
15065
|
$options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_2$h, [
|
|
15060
|
-
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_3$
|
|
15066
|
+
$options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_3$g, [
|
|
15061
15067
|
createTextVNode(toDisplayString(_ctx.plural || _ctx.title) + " ", 1),
|
|
15062
15068
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_4$c, "*")) : createCommentVNode("", true)
|
|
15063
15069
|
])) : createCommentVNode("", true),
|
|
@@ -15576,7 +15582,7 @@ const _hoisted_2$g = {
|
|
|
15576
15582
|
key: 0,
|
|
15577
15583
|
class: "ux-required-marker"
|
|
15578
15584
|
};
|
|
15579
|
-
const _hoisted_3$
|
|
15585
|
+
const _hoisted_3$f = {
|
|
15580
15586
|
key: 1,
|
|
15581
15587
|
class: "ux-field-description"
|
|
15582
15588
|
};
|
|
@@ -15590,7 +15596,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15590
15596
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15591
15597
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
|
|
15592
15598
|
])) : createCommentVNode("", true),
|
|
15593
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15599
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$f, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15594
15600
|
createElementVNode("div", _hoisted_4$b, [
|
|
15595
15601
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
|
|
15596
15602
|
return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
|
|
@@ -15639,7 +15645,7 @@ const _hoisted_2$f = {
|
|
|
15639
15645
|
key: 0,
|
|
15640
15646
|
class: "ux-required-marker"
|
|
15641
15647
|
};
|
|
15642
|
-
const _hoisted_3$
|
|
15648
|
+
const _hoisted_3$e = {
|
|
15643
15649
|
key: 1,
|
|
15644
15650
|
class: "ux-field-description"
|
|
15645
15651
|
};
|
|
@@ -15655,7 +15661,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15655
15661
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15656
15662
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
|
|
15657
15663
|
])) : createCommentVNode("", true),
|
|
15658
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15664
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15659
15665
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$a, [
|
|
15660
15666
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
15661
15667
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -15813,7 +15819,7 @@ const _hoisted_2$e = {
|
|
|
15813
15819
|
key: 0,
|
|
15814
15820
|
class: "ux-required-marker"
|
|
15815
15821
|
};
|
|
15816
|
-
const _hoisted_3$
|
|
15822
|
+
const _hoisted_3$d = {
|
|
15817
15823
|
key: 1,
|
|
15818
15824
|
class: "ux-field-description"
|
|
15819
15825
|
};
|
|
@@ -15840,7 +15846,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15840
15846
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
15841
15847
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
|
|
15842
15848
|
])) : createCommentVNode("", true),
|
|
15843
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15849
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
15844
15850
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
|
|
15845
15851
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
15846
15852
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16177,7 +16183,7 @@ const _hoisted_2$d = {
|
|
|
16177
16183
|
key: 0,
|
|
16178
16184
|
class: "ux-required-marker"
|
|
16179
16185
|
};
|
|
16180
|
-
const _hoisted_3$
|
|
16186
|
+
const _hoisted_3$c = {
|
|
16181
16187
|
key: 1,
|
|
16182
16188
|
class: "ux-field-description"
|
|
16183
16189
|
};
|
|
@@ -16200,7 +16206,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16200
16206
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16201
16207
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
|
|
16202
16208
|
])) : createCommentVNode("", true),
|
|
16203
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16209
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16204
16210
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
16205
16211
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16206
16212
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16292,7 +16298,7 @@ const _hoisted_2$c = {
|
|
|
16292
16298
|
key: 0,
|
|
16293
16299
|
class: "ux-required-marker"
|
|
16294
16300
|
};
|
|
16295
|
-
const _hoisted_3$
|
|
16301
|
+
const _hoisted_3$b = {
|
|
16296
16302
|
key: 1,
|
|
16297
16303
|
class: "ux-field-description"
|
|
16298
16304
|
};
|
|
@@ -16315,7 +16321,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16315
16321
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16316
16322
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
|
|
16317
16323
|
])) : createCommentVNode("", true),
|
|
16318
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16324
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16319
16325
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
|
|
16320
16326
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16321
16327
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16460,7 +16466,7 @@ const _hoisted_2$b = {
|
|
|
16460
16466
|
key: 0,
|
|
16461
16467
|
class: "ux-required-marker"
|
|
16462
16468
|
};
|
|
16463
|
-
const _hoisted_3$
|
|
16469
|
+
const _hoisted_3$a = {
|
|
16464
16470
|
key: 1,
|
|
16465
16471
|
class: "ux-field-description"
|
|
16466
16472
|
};
|
|
@@ -16481,7 +16487,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16481
16487
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16482
16488
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
|
|
16483
16489
|
])) : createCommentVNode("", true),
|
|
16484
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16490
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16485
16491
|
_ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$6, [
|
|
16486
16492
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
|
|
16487
16493
|
return openBlock(), createBlock(_component_flex_row, {
|
|
@@ -16678,7 +16684,7 @@ const _hoisted_2$a = {
|
|
|
16678
16684
|
key: 0,
|
|
16679
16685
|
class: "ux-required-marker"
|
|
16680
16686
|
};
|
|
16681
|
-
const _hoisted_3$
|
|
16687
|
+
const _hoisted_3$9 = {
|
|
16682
16688
|
key: 1,
|
|
16683
16689
|
class: "ux-field-description"
|
|
16684
16690
|
};
|
|
@@ -16701,7 +16707,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16701
16707
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16702
16708
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
|
|
16703
16709
|
])) : createCommentVNode("", true),
|
|
16704
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16710
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$9, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16705
16711
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$5, [
|
|
16706
16712
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
16707
16713
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -16844,7 +16850,7 @@ const _hoisted_2$9 = {
|
|
|
16844
16850
|
key: 0,
|
|
16845
16851
|
class: "ux-required-marker"
|
|
16846
16852
|
};
|
|
16847
|
-
const _hoisted_3$
|
|
16853
|
+
const _hoisted_3$8 = {
|
|
16848
16854
|
key: 1,
|
|
16849
16855
|
class: "ux-field-description"
|
|
16850
16856
|
};
|
|
@@ -16867,7 +16873,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16867
16873
|
createTextVNode(toDisplayString(_ctx.label) + " ", 1),
|
|
16868
16874
|
_ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$9, "*")) : createCommentVNode("", true)
|
|
16869
16875
|
])) : createCommentVNode("", true),
|
|
16870
|
-
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
16876
|
+
_ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$8, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
|
|
16871
16877
|
_ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$4, [
|
|
16872
16878
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
16873
16879
|
createVNode(_component_ux_button, { tag: "div" }, {
|
|
@@ -19474,7 +19480,7 @@ const _sfc_main$c = {
|
|
|
19474
19480
|
const _withScopeId$2 = (n2) => (pushScopeId("data-v-ec116c7c"), n2 = n2(), popScopeId(), n2);
|
|
19475
19481
|
const _hoisted_1$a = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("h3", null, "An error occurred", -1));
|
|
19476
19482
|
const _hoisted_2$8 = { key: 0 };
|
|
19477
|
-
const _hoisted_3$
|
|
19483
|
+
const _hoisted_3$7 = { key: 1 };
|
|
19478
19484
|
const _hoisted_4$3 = { key: 2 };
|
|
19479
19485
|
const _hoisted_5$2 = ["tooltip"];
|
|
19480
19486
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -19488,7 +19494,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19488
19494
|
$data.state === "form.error" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19489
19495
|
_hoisted_1$a,
|
|
19490
19496
|
$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$
|
|
19497
|
+
((_a = $data.error.data) == null ? void 0 : _a.errors) ? (openBlock(), createElementBlock("div", _hoisted_3$7, [
|
|
19492
19498
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.error.data.errors, (field) => {
|
|
19493
19499
|
return openBlock(), createElementBlock("pre", {
|
|
19494
19500
|
key: field.path
|
|
@@ -20025,7 +20031,7 @@ const _sfc_main$9 = {
|
|
|
20025
20031
|
};
|
|
20026
20032
|
const _hoisted_1$7 = { class: "ux-field-title" };
|
|
20027
20033
|
const _hoisted_2$6 = { class: "currency" };
|
|
20028
|
-
const _hoisted_3$
|
|
20034
|
+
const _hoisted_3$6 = { key: 1 };
|
|
20029
20035
|
const _hoisted_4$2 = { class: "currency" };
|
|
20030
20036
|
const _hoisted_5$1 = { key: 1 };
|
|
20031
20037
|
const _hoisted_6$1 = { key: 1 };
|
|
@@ -20076,7 +20082,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20076
20082
|
createTextVNode(toDisplayString($options.formatCurrency(value)) + " ", 1),
|
|
20077
20083
|
createElementVNode("span", _hoisted_2$6, toDisplayString($props.field.currency), 1)
|
|
20078
20084
|
]);
|
|
20079
|
-
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
20085
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_3$6, [
|
|
20080
20086
|
createTextVNode(toDisplayString($options.formatCurrency($options.fieldModel)) + " ", 1),
|
|
20081
20087
|
createElementVNode("span", _hoisted_4$2, toDisplayString($props.field.currency), 1)
|
|
20082
20088
|
]))
|
|
@@ -20748,6 +20754,14 @@ const _sfc_main$6 = {
|
|
|
20748
20754
|
type: Object,
|
|
20749
20755
|
default: {}
|
|
20750
20756
|
},
|
|
20757
|
+
rolodexPrimary: {
|
|
20758
|
+
type: String,
|
|
20759
|
+
default: ""
|
|
20760
|
+
},
|
|
20761
|
+
rolodexSecondary: {
|
|
20762
|
+
type: String,
|
|
20763
|
+
default: ""
|
|
20764
|
+
},
|
|
20751
20765
|
options: {
|
|
20752
20766
|
type: Object,
|
|
20753
20767
|
default() {
|
|
@@ -20832,12 +20846,24 @@ const _sfc_main$6 = {
|
|
|
20832
20846
|
keywords(k) {
|
|
20833
20847
|
this.$emit("update:search", k);
|
|
20834
20848
|
},
|
|
20849
|
+
roloPrimary(r) {
|
|
20850
|
+
this.$emit("update:rolodexPrimary", r);
|
|
20851
|
+
},
|
|
20852
|
+
roloSecondary(r) {
|
|
20853
|
+
this.$emit("update:rolodexSecondary", r);
|
|
20854
|
+
},
|
|
20835
20855
|
dateRangeFilter(d) {
|
|
20836
20856
|
this.$emit("update:dateRange", d);
|
|
20837
20857
|
},
|
|
20838
20858
|
search(k) {
|
|
20839
20859
|
this.keywords = k;
|
|
20840
20860
|
},
|
|
20861
|
+
rolodexPrimary(r) {
|
|
20862
|
+
this.roloPrimary = r;
|
|
20863
|
+
},
|
|
20864
|
+
rolodexSecondary(r) {
|
|
20865
|
+
this.roloSecondary = r;
|
|
20866
|
+
},
|
|
20841
20867
|
change: {
|
|
20842
20868
|
handler: debounce_1(async function() {
|
|
20843
20869
|
this.dataSource = await this.load();
|
|
@@ -21088,7 +21114,7 @@ const _sfc_main$6 = {
|
|
|
21088
21114
|
return string;
|
|
21089
21115
|
},
|
|
21090
21116
|
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]}`;
|
|
21117
|
+
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
21118
|
},
|
|
21093
21119
|
items() {
|
|
21094
21120
|
return this.dataSource.items;
|
|
@@ -21100,18 +21126,22 @@ const _sfc_main$6 = {
|
|
|
21100
21126
|
return this.definition ? this.definition.definesType || this.definition.key : this.type;
|
|
21101
21127
|
},
|
|
21102
21128
|
loadCriteria() {
|
|
21103
|
-
|
|
21104
|
-
|
|
21105
|
-
|
|
21106
|
-
|
|
21107
|
-
|
|
21108
|
-
|
|
21129
|
+
const self2 = this;
|
|
21130
|
+
const sort2 = self2.sort || self2.defaultSort;
|
|
21131
|
+
const search = self2.keywords;
|
|
21132
|
+
const select = self2.selectFields;
|
|
21133
|
+
const page = self2.page;
|
|
21134
|
+
const filter = self2.combinedFilter;
|
|
21135
|
+
const rolodexPrimary = self2.roloPrimary;
|
|
21136
|
+
const rolodexSecondary = self2.roloSecondary;
|
|
21109
21137
|
return {
|
|
21110
21138
|
sort: sort2,
|
|
21111
21139
|
search,
|
|
21112
21140
|
select,
|
|
21113
21141
|
page,
|
|
21114
|
-
filter
|
|
21142
|
+
filter,
|
|
21143
|
+
rolodexPrimary,
|
|
21144
|
+
rolodexSecondary
|
|
21115
21145
|
};
|
|
21116
21146
|
},
|
|
21117
21147
|
fieldEnabled() {
|
|
@@ -21262,6 +21292,8 @@ const _sfc_main$6 = {
|
|
|
21262
21292
|
actualFilter: this.filter,
|
|
21263
21293
|
sort: this.defaultSort,
|
|
21264
21294
|
keywords: this.search,
|
|
21295
|
+
roloPrimary: this.rolodexPrimary,
|
|
21296
|
+
roloSecondary: this.roloSecondary,
|
|
21265
21297
|
dateRangeFilter: {
|
|
21266
21298
|
dateRange: this.dateRange
|
|
21267
21299
|
},
|
|
@@ -21270,10 +21302,10 @@ const _sfc_main$6 = {
|
|
|
21270
21302
|
};
|
|
21271
21303
|
}
|
|
21272
21304
|
};
|
|
21273
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
21305
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-510c624f"), n2 = n2(), popScopeId(), n2);
|
|
21274
21306
|
const _hoisted_1$6 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
21275
21307
|
const _hoisted_2$5 = { key: 0 };
|
|
21276
|
-
const _hoisted_3$
|
|
21308
|
+
const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
21277
21309
|
const _hoisted_4$1 = { class: "footer" };
|
|
21278
21310
|
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21279
21311
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -21285,11 +21317,11 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21285
21317
|
const _component_flex_column = resolveComponent("flex-column");
|
|
21286
21318
|
const _component_ux_panel_body = resolveComponent("ux-panel-body");
|
|
21287
21319
|
const _component_ux_panel = resolveComponent("ux-panel");
|
|
21320
|
+
const _component_flex_row = resolveComponent("flex-row");
|
|
21288
21321
|
const _component_search = resolveComponent("search");
|
|
21289
21322
|
const _component_ux_field = resolveComponent("ux-field");
|
|
21290
21323
|
const _component_filter_builder = resolveComponent("filter-builder");
|
|
21291
21324
|
const _component_flex_body = resolveComponent("flex-body");
|
|
21292
|
-
const _component_flex_row = resolveComponent("flex-row");
|
|
21293
21325
|
const _component_pager = resolveComponent("pager");
|
|
21294
21326
|
const _component_flex_footer = resolveComponent("flex-footer");
|
|
21295
21327
|
const _component_spinner = resolveComponent("spinner");
|
|
@@ -21298,161 +21330,172 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21298
21330
|
class: "content-browser"
|
|
21299
21331
|
}, {
|
|
21300
21332
|
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
|
-
|
|
21333
|
+
createVNode(_component_flex_column, { class: "browser-body" }, {
|
|
21334
|
+
default: withCtx(() => [
|
|
21335
|
+
createVNode(_component_flex_row, null, {
|
|
21336
|
+
default: withCtx(() => [
|
|
21337
|
+
createVNode(_component_flex_row, {
|
|
21338
|
+
class: normalizeClass({ loading: $data.loading })
|
|
21339
|
+
}, {
|
|
21340
|
+
default: withCtx(() => [
|
|
21341
|
+
createVNode(_component_flex_column, null, {
|
|
21342
|
+
default: withCtx(() => [
|
|
21343
|
+
$data.dataSource ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
21344
|
+
renderSlot(_ctx.$slots, "abovecontent", {}, void 0, true),
|
|
21345
|
+
$options.items.length ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
|
|
21346
|
+
default: withCtx(() => [
|
|
21347
|
+
$options.viewMode && $options.viewMode.component ? (openBlock(), createBlock(resolveDynamicComponent($options.viewMode.component), {
|
|
21348
|
+
key: 0,
|
|
21349
|
+
cacheKey: $options.viewModeCacheKey,
|
|
21350
|
+
selection: $data.manager.items,
|
|
21351
|
+
items: $options.items,
|
|
21352
|
+
"onClick:actions": $options.actionsClicked,
|
|
21353
|
+
"onSelect:item:toggle": $options.rowToggled,
|
|
21354
|
+
"onClick:item": $options.rowClicked
|
|
21355
|
+
}, null, 40, ["cacheKey", "selection", "items", "onClick:actions", "onSelect:item:toggle", "onClick:item"])) : (openBlock(), createBlock(_component_native_table, {
|
|
21356
|
+
key: 1,
|
|
21357
|
+
sort: $data.sort,
|
|
21358
|
+
"onUpdate:sort": _cache[0] || (_cache[0] = ($event) => $data.sort = $event),
|
|
21359
|
+
enableSelection: $props.enableSelection,
|
|
21360
|
+
enableActions: $props.enableActions,
|
|
21361
|
+
total: $options.totalItems,
|
|
21362
|
+
selectAll: $options.selectAll,
|
|
21363
|
+
deselectAll: $options.deselectAllFunction,
|
|
21364
|
+
selection: $data.manager.items,
|
|
21365
|
+
"onClick:row": $options.rowClicked,
|
|
21366
|
+
"onClick:actions": $options.actionsClicked,
|
|
21367
|
+
"onSelect:row:toggle": $options.rowToggled,
|
|
21368
|
+
"onSelect:multiple": $options.selectMultiple,
|
|
21369
|
+
"onDeselect:multiple": $options.deselectMultiple,
|
|
21370
|
+
rows: $options.items,
|
|
21371
|
+
columns: $options.columns
|
|
21372
|
+
}, {
|
|
21373
|
+
corner: withCtx(() => [
|
|
21374
|
+
createVNode(_component_ux_menu, { right: "" }, {
|
|
21375
|
+
activator: withCtx(({ on: on2 }) => [
|
|
21376
|
+
createVNode(_component_ux_button, mergeProps({ icon: "" }, toHandlers(on2)), {
|
|
21377
|
+
default: withCtx(() => [
|
|
21378
|
+
createVNode(_component_ux_icon, { icon: "fa-cog" })
|
|
21379
|
+
]),
|
|
21380
|
+
_: 2
|
|
21381
|
+
}, 1040)
|
|
21382
|
+
]),
|
|
21383
|
+
default: withCtx(() => [
|
|
21384
|
+
createVNode(_component_ux_list, null, {
|
|
21385
|
+
default: withCtx(() => [
|
|
21386
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($options.fields, (field) => {
|
|
21387
|
+
return openBlock(), createBlock(_component_ux_list_item, {
|
|
21388
|
+
onClick: ($event) => $options.toggleField(field),
|
|
21389
|
+
key: field.path
|
|
21390
|
+
}, {
|
|
21391
|
+
default: withCtx(() => [
|
|
21392
|
+
createVNode(_component_ux_icon, {
|
|
21393
|
+
icon: $options.fieldEnabled[field.path] ? "fa-check-square" : "fa-regular fa-square",
|
|
21394
|
+
left: ""
|
|
21395
|
+
}, null, 8, ["icon"]),
|
|
21396
|
+
createTextVNode(" " + toDisplayString(field.title), 1)
|
|
21397
|
+
]),
|
|
21398
|
+
_: 2
|
|
21399
|
+
}, 1032, ["onClick"]);
|
|
21400
|
+
}), 128))
|
|
21401
|
+
]),
|
|
21402
|
+
_: 1
|
|
21403
|
+
})
|
|
21404
|
+
]),
|
|
21405
|
+
_: 1
|
|
21406
|
+
})
|
|
21342
21407
|
]),
|
|
21343
|
-
_:
|
|
21344
|
-
},
|
|
21408
|
+
_: 1
|
|
21409
|
+
}, 8, ["sort", "enableSelection", "enableActions", "total", "selectAll", "deselectAll", "selection", "onClick:row", "onClick:actions", "onSelect:row:toggle", "onSelect:multiple", "onDeselect:multiple", "rows", "columns"]))
|
|
21345
21410
|
]),
|
|
21411
|
+
_: 1
|
|
21412
|
+
})) : !$data.loading ? (openBlock(), createBlock(_component_flex_column, {
|
|
21413
|
+
key: 1,
|
|
21414
|
+
class: "empty",
|
|
21415
|
+
center: ""
|
|
21416
|
+
}, {
|
|
21346
21417
|
default: withCtx(() => [
|
|
21347
|
-
createVNode(
|
|
21418
|
+
createVNode(_component_ux_panel, null, {
|
|
21348
21419
|
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))
|
|
21420
|
+
createVNode(_component_ux_panel_body, null, {
|
|
21421
|
+
default: withCtx(() => [
|
|
21422
|
+
createElementVNode("div", null, "No " + toDisplayString($data.definition.plural) + " found.", 1)
|
|
21423
|
+
]),
|
|
21424
|
+
_: 1
|
|
21425
|
+
})
|
|
21364
21426
|
]),
|
|
21365
21427
|
_: 1
|
|
21366
21428
|
})
|
|
21367
21429
|
]),
|
|
21368
21430
|
_: 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"])
|
|
21431
|
+
})) : (openBlock(), createBlock(_component_flex_column, {
|
|
21432
|
+
key: 2,
|
|
21433
|
+
class: "empty",
|
|
21434
|
+
center: ""
|
|
21435
|
+
}))
|
|
21436
|
+
], 64)) : createCommentVNode("", true)
|
|
21437
|
+
]),
|
|
21438
|
+
_: 3
|
|
21439
|
+
})
|
|
21440
|
+
]),
|
|
21441
|
+
_: 3
|
|
21442
|
+
}, 8, ["class"]),
|
|
21443
|
+
$props.showFilters ? (openBlock(), createBlock(_component_flex_column, {
|
|
21444
|
+
key: 0,
|
|
21445
|
+
class: "filter-column"
|
|
21446
|
+
}, {
|
|
21447
|
+
default: withCtx(() => [
|
|
21448
|
+
renderSlot(_ctx.$slots, "abovefilter", {}, void 0, true),
|
|
21449
|
+
createVNode(_component_flex_body, null, {
|
|
21450
|
+
default: withCtx(() => [
|
|
21451
|
+
createVNode(_component_search, {
|
|
21452
|
+
modelValue: $data.keywords,
|
|
21453
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.keywords = $event),
|
|
21454
|
+
loading: $options.searching,
|
|
21455
|
+
debounce: 500,
|
|
21456
|
+
placeholder: "Keyword Search"
|
|
21457
|
+
}, null, 8, ["modelValue", "loading"]),
|
|
21458
|
+
_hoisted_1$6,
|
|
21459
|
+
$props.dateFilterEnabled ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
21460
|
+
createVNode(_component_ux_field, {
|
|
21461
|
+
field: $options.dateRangeField,
|
|
21462
|
+
modelValue: $data.dateRangeFilter,
|
|
21463
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $data.dateRangeFilter = $event)
|
|
21464
|
+
}, null, 8, ["field", "modelValue"])
|
|
21465
|
+
])) : createCommentVNode("", true),
|
|
21466
|
+
_hoisted_3$5,
|
|
21467
|
+
createVNode(_component_filter_builder, {
|
|
21468
|
+
definition: $data.definition,
|
|
21469
|
+
modelValue: $data.actualFilter,
|
|
21470
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.actualFilter = $event)
|
|
21471
|
+
}, null, 8, ["definition", "modelValue"])
|
|
21472
|
+
]),
|
|
21473
|
+
_: 1
|
|
21474
|
+
}),
|
|
21475
|
+
renderSlot(_ctx.$slots, "belowfilter", {}, void 0, true)
|
|
21476
|
+
]),
|
|
21477
|
+
_: 3
|
|
21478
|
+
})) : createCommentVNode("", true)
|
|
21450
21479
|
]),
|
|
21451
|
-
|
|
21480
|
+
_: 3
|
|
21481
|
+
})
|
|
21482
|
+
]),
|
|
21483
|
+
_: 3
|
|
21484
|
+
}),
|
|
21485
|
+
$data.dataSource ? (openBlock(), createBlock(_component_flex_footer, { key: 0 }, {
|
|
21486
|
+
default: withCtx(() => [
|
|
21487
|
+
renderSlot(_ctx.$slots, "footera", {}, void 0, true),
|
|
21488
|
+
createElementVNode("div", _hoisted_4$1, [
|
|
21489
|
+
createVNode(_component_pager, {
|
|
21490
|
+
page: $data.page,
|
|
21491
|
+
"onUpdate:page": _cache[4] || (_cache[4] = ($event) => $data.page = $event),
|
|
21492
|
+
total: $options.totalItems
|
|
21493
|
+
}, null, 8, ["page", "total"])
|
|
21452
21494
|
]),
|
|
21453
|
-
|
|
21454
|
-
|
|
21455
|
-
|
|
21495
|
+
renderSlot(_ctx.$slots, "footerb", {}, void 0, true)
|
|
21496
|
+
]),
|
|
21497
|
+
_: 3
|
|
21498
|
+
})) : createCommentVNode("", true),
|
|
21456
21499
|
$data.loading ? (openBlock(), createBlock(_component_spinner, {
|
|
21457
21500
|
key: 1,
|
|
21458
21501
|
large: ""
|
|
@@ -21461,7 +21504,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21461
21504
|
_: 3
|
|
21462
21505
|
})) : createCommentVNode("", true);
|
|
21463
21506
|
}
|
|
21464
|
-
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-
|
|
21507
|
+
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-510c624f"]]);
|
|
21465
21508
|
var ModalMixin = {
|
|
21466
21509
|
props: {
|
|
21467
21510
|
options: {
|
|
@@ -21547,7 +21590,7 @@ const _sfc_main$4 = {
|
|
|
21547
21590
|
};
|
|
21548
21591
|
const _hoisted_1$4 = { class: "padder" };
|
|
21549
21592
|
const _hoisted_2$4 = ["innerHTML"];
|
|
21550
|
-
const _hoisted_3$
|
|
21593
|
+
const _hoisted_3$4 = { class: "padder" };
|
|
21551
21594
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21552
21595
|
const _component_flex_body = resolveComponent("flex-body");
|
|
21553
21596
|
const _component_ux_button = resolveComponent("ux-button");
|
|
@@ -21570,7 +21613,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21570
21613
|
}),
|
|
21571
21614
|
createVNode(_component_flex_footer, null, {
|
|
21572
21615
|
default: withCtx(() => [
|
|
21573
|
-
createElementVNode("div", _hoisted_3$
|
|
21616
|
+
createElementVNode("div", _hoisted_3$4, [
|
|
21574
21617
|
createVNode(_component_flex_row, null, {
|
|
21575
21618
|
default: withCtx(() => [
|
|
21576
21619
|
createVNode(_component_flex_cell, null, {
|
|
@@ -21630,7 +21673,7 @@ const _sfc_main$3 = {
|
|
|
21630
21673
|
};
|
|
21631
21674
|
const _hoisted_1$3 = { class: "header" };
|
|
21632
21675
|
const _hoisted_2$3 = { class: "padder" };
|
|
21633
|
-
const _hoisted_3$
|
|
21676
|
+
const _hoisted_3$3 = ["onClick"];
|
|
21634
21677
|
const _hoisted_4 = {
|
|
21635
21678
|
key: 0,
|
|
21636
21679
|
class: "title"
|
|
@@ -21686,7 +21729,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21686
21729
|
]),
|
|
21687
21730
|
_: 2
|
|
21688
21731
|
}, 1024)
|
|
21689
|
-
], 8, _hoisted_3$
|
|
21732
|
+
], 8, _hoisted_3$3);
|
|
21690
21733
|
}), 256))
|
|
21691
21734
|
])
|
|
21692
21735
|
]),
|
|
@@ -21732,7 +21775,7 @@ const _sfc_main$2 = {
|
|
|
21732
21775
|
};
|
|
21733
21776
|
const _hoisted_1$2 = { class: "padder" };
|
|
21734
21777
|
const _hoisted_2$2 = { key: 0 };
|
|
21735
|
-
const _hoisted_3$
|
|
21778
|
+
const _hoisted_3$2 = { class: "padder" };
|
|
21736
21779
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21737
21780
|
const _component_ux_form = resolveComponent("ux-form");
|
|
21738
21781
|
const _component_flex_body = resolveComponent("flex-body");
|
|
@@ -21765,7 +21808,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21765
21808
|
}),
|
|
21766
21809
|
createVNode(_component_flex_footer, null, {
|
|
21767
21810
|
default: withCtx(() => [
|
|
21768
|
-
createElementVNode("div", _hoisted_3$
|
|
21811
|
+
createElementVNode("div", _hoisted_3$2, [
|
|
21769
21812
|
createVNode(_component_flex_row, null, {
|
|
21770
21813
|
default: withCtx(() => [
|
|
21771
21814
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
@@ -21829,8 +21872,49 @@ const _sfc_main$1 = {
|
|
|
21829
21872
|
return;
|
|
21830
21873
|
}
|
|
21831
21874
|
self2.definition = definition;
|
|
21875
|
+
if (self2.bigData && self2.rolodexEnabled) {
|
|
21876
|
+
self2.rolodexLetter = "A";
|
|
21877
|
+
}
|
|
21832
21878
|
},
|
|
21833
21879
|
computed: {
|
|
21880
|
+
bigData() {
|
|
21881
|
+
var _a;
|
|
21882
|
+
return ((_a = this.definition) == null ? void 0 : _a.count) > 2e4;
|
|
21883
|
+
},
|
|
21884
|
+
rolodexEnabled() {
|
|
21885
|
+
let enabled;
|
|
21886
|
+
if (!this.bigData) {
|
|
21887
|
+
return;
|
|
21888
|
+
}
|
|
21889
|
+
const basicType = this.definition.definesType || this.definition.key;
|
|
21890
|
+
switch (basicType) {
|
|
21891
|
+
case "profile":
|
|
21892
|
+
case "persona":
|
|
21893
|
+
enabled = true;
|
|
21894
|
+
break;
|
|
21895
|
+
}
|
|
21896
|
+
if (this.search || this.shortcut) {
|
|
21897
|
+
enabled = false;
|
|
21898
|
+
}
|
|
21899
|
+
return enabled;
|
|
21900
|
+
},
|
|
21901
|
+
rolodexPrimary: {
|
|
21902
|
+
get() {
|
|
21903
|
+
if (this.search || this.shortcut) {
|
|
21904
|
+
return;
|
|
21905
|
+
}
|
|
21906
|
+
return this.rolodexLetter;
|
|
21907
|
+
},
|
|
21908
|
+
set(r) {
|
|
21909
|
+
if (this.search || this.shortcut) {
|
|
21910
|
+
return;
|
|
21911
|
+
}
|
|
21912
|
+
this.rolodexLetter = r;
|
|
21913
|
+
}
|
|
21914
|
+
},
|
|
21915
|
+
letters() {
|
|
21916
|
+
return "abcdefghijklmnopqrstuvwxyz".toUpperCase().split("");
|
|
21917
|
+
},
|
|
21834
21918
|
type() {
|
|
21835
21919
|
return this.options.type;
|
|
21836
21920
|
},
|
|
@@ -21847,16 +21931,35 @@ const _sfc_main$1 = {
|
|
|
21847
21931
|
return this.options.browserOptions || {};
|
|
21848
21932
|
}
|
|
21849
21933
|
},
|
|
21934
|
+
watch: {
|
|
21935
|
+
search(s2, before) {
|
|
21936
|
+
const self2 = this;
|
|
21937
|
+
if (!s2 && self2.bigData) {
|
|
21938
|
+
if (!self2.rolodexLetter) {
|
|
21939
|
+
self2.rolodexLetter = "A";
|
|
21940
|
+
}
|
|
21941
|
+
}
|
|
21942
|
+
}
|
|
21943
|
+
},
|
|
21850
21944
|
data() {
|
|
21851
21945
|
return {
|
|
21946
|
+
showFilters: false,
|
|
21852
21947
|
search: "",
|
|
21853
21948
|
searching: false,
|
|
21854
21949
|
definition: null,
|
|
21855
21950
|
loading: true,
|
|
21856
|
-
model: this.options.model.slice()
|
|
21951
|
+
model: this.options.model.slice(),
|
|
21952
|
+
rolodexLetter: ""
|
|
21857
21953
|
};
|
|
21858
21954
|
},
|
|
21859
21955
|
methods: {
|
|
21956
|
+
toggleRolodex(letter) {
|
|
21957
|
+
if (this.rolodexLetter === letter) {
|
|
21958
|
+
this.rolodexLetter = "";
|
|
21959
|
+
} else {
|
|
21960
|
+
this.rolodexLetter = letter;
|
|
21961
|
+
}
|
|
21962
|
+
},
|
|
21860
21963
|
rowClicked(row) {
|
|
21861
21964
|
this.$refs.browser.toggle(row);
|
|
21862
21965
|
},
|
|
@@ -21867,10 +21970,12 @@ const _sfc_main$1 = {
|
|
|
21867
21970
|
};
|
|
21868
21971
|
const _hoisted_1$1 = { class: "header" };
|
|
21869
21972
|
const _hoisted_2$1 = { class: "font-muted font-sm" };
|
|
21973
|
+
const _hoisted_3$1 = { class: "rolodex" };
|
|
21870
21974
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21871
21975
|
const _component_flex_column = resolveComponent("flex-column");
|
|
21872
21976
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
21873
21977
|
const _component_search = resolveComponent("search");
|
|
21978
|
+
const _component_ux_icon = resolveComponent("ux-icon");
|
|
21874
21979
|
const _component_ux_button = resolveComponent("ux-button");
|
|
21875
21980
|
const _component_flex_row = resolveComponent("flex-row");
|
|
21876
21981
|
const _component_flex_header = resolveComponent("flex-header");
|
|
@@ -21904,7 +22009,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21904
22009
|
]),
|
|
21905
22010
|
_: 1
|
|
21906
22011
|
})) : createCommentVNode("", true),
|
|
21907
|
-
|
|
22012
|
+
!$data.showFilters ? (openBlock(), createBlock(_component_flex_cell, { key: 1 }, {
|
|
21908
22013
|
default: withCtx(() => [
|
|
21909
22014
|
createVNode(_component_search, {
|
|
21910
22015
|
modelValue: $data.search,
|
|
@@ -21915,6 +22020,25 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21915
22020
|
}, null, 8, ["modelValue", "loading"])
|
|
21916
22021
|
]),
|
|
21917
22022
|
_: 1
|
|
22023
|
+
})) : createCommentVNode("", true),
|
|
22024
|
+
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
22025
|
+
default: withCtx(() => [
|
|
22026
|
+
createVNode(_component_ux_button, {
|
|
22027
|
+
icon: _ctx.$device.breakpoint.mobile,
|
|
22028
|
+
onClick: _cache[1] || (_cache[1] = ($event) => $data.showFilters = !$data.showFilters)
|
|
22029
|
+
}, {
|
|
22030
|
+
default: withCtx(() => [
|
|
22031
|
+
_ctx.$device.breakpoint.mobile ? (openBlock(), createBlock(_component_ux_icon, {
|
|
22032
|
+
key: 0,
|
|
22033
|
+
icon: "fa-search"
|
|
22034
|
+
})) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
22035
|
+
createTextVNode(toDisplayString($data.showFilters ? "Hide" : "Show") + " Filters", 1)
|
|
22036
|
+
], 64))
|
|
22037
|
+
]),
|
|
22038
|
+
_: 1
|
|
22039
|
+
}, 8, ["icon"])
|
|
22040
|
+
]),
|
|
22041
|
+
_: 1
|
|
21918
22042
|
}),
|
|
21919
22043
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
21920
22044
|
default: withCtx(() => [
|
|
@@ -21938,22 +22062,49 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21938
22062
|
_: 1
|
|
21939
22063
|
}),
|
|
21940
22064
|
createVNode(_component_content_browser, {
|
|
22065
|
+
rolodexPrimary: $options.rolodexPrimary,
|
|
22066
|
+
"onUpdate:rolodexPrimary": _cache[2] || (_cache[2] = ($event) => $options.rolodexPrimary = $event),
|
|
22067
|
+
showFilters: $data.showFilters,
|
|
21941
22068
|
ref: "browser",
|
|
21942
22069
|
search: $data.search,
|
|
21943
22070
|
"onClick:row": $options.rowClicked,
|
|
21944
22071
|
maximum: _ctx.options.maximum,
|
|
21945
22072
|
modelValue: $data.model,
|
|
21946
|
-
"onUpdate:modelValue": _cache[
|
|
22073
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model = $event),
|
|
21947
22074
|
type: _ctx.options.type,
|
|
21948
22075
|
options: $options.browserOptions
|
|
21949
|
-
},
|
|
22076
|
+
}, {
|
|
22077
|
+
abovecontent: withCtx(() => [
|
|
22078
|
+
$options.rolodexEnabled ? (openBlock(), createBlock(_component_flex_header, { key: 0 }, {
|
|
22079
|
+
default: withCtx(() => [
|
|
22080
|
+
createElementVNode("div", _hoisted_3$1, [
|
|
22081
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList($options.letters, (letter) => {
|
|
22082
|
+
return openBlock(), createBlock(_component_ux_button, {
|
|
22083
|
+
size: "sm",
|
|
22084
|
+
onClick: ($event) => $options.toggleRolodex(letter),
|
|
22085
|
+
icon: "",
|
|
22086
|
+
color: $options.rolodexPrimary === letter ? "primary" : ""
|
|
22087
|
+
}, {
|
|
22088
|
+
default: withCtx(() => [
|
|
22089
|
+
createTextVNode(toDisplayString(letter), 1)
|
|
22090
|
+
]),
|
|
22091
|
+
_: 2
|
|
22092
|
+
}, 1032, ["onClick", "color"]);
|
|
22093
|
+
}), 256))
|
|
22094
|
+
])
|
|
22095
|
+
]),
|
|
22096
|
+
_: 1
|
|
22097
|
+
})) : createCommentVNode("", true)
|
|
22098
|
+
]),
|
|
22099
|
+
_: 1
|
|
22100
|
+
}, 8, ["rolodexPrimary", "showFilters", "search", "onClick:row", "maximum", "modelValue", "type", "options"])
|
|
21950
22101
|
], 64)) : createCommentVNode("", true)
|
|
21951
22102
|
], 64))
|
|
21952
22103
|
]),
|
|
21953
22104
|
_: 1
|
|
21954
22105
|
});
|
|
21955
22106
|
}
|
|
21956
|
-
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
22107
|
+
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-0eebffb8"]]);
|
|
21957
22108
|
var ScopeModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
21958
22109
|
const _sfc_main = {
|
|
21959
22110
|
components: {
|