@qikdev/vue-ui 0.2.28 → 0.2.30

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 CHANGED
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  import { openBlock, createElementBlock, renderSlot, resolveComponent, normalizeClass, Fragment, createVNode, withCtx, renderList, toDisplayString, withDirectives, createBlock, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, vModelSelect, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, reactive, watch } from "vue";
34
34
  import { EventDispatcher } from "@qikdev/sdk";
35
- const version$1 = "0.2.28";
35
+ const version$1 = "0.2.30";
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;
@@ -41,104 +41,104 @@ var _export_sfc = (sfc, props2) => {
41
41
  }
42
42
  return target;
43
43
  };
44
+ const _sfc_main$1p = {};
45
+ const _hoisted_1$14 = { class: "flex-column" };
46
+ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
47
+ return openBlock(), createElementBlock("div", _hoisted_1$14, [
48
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
49
+ ]);
50
+ }
51
+ var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p], ["__scopeId", "data-v-203ea86f"]]);
52
+ var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
44
53
  const _sfc_main$1o = {};
45
- const _hoisted_1$13 = { class: "flex-column" };
54
+ const _hoisted_1$13 = { class: "flex-column-body" };
46
55
  function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
47
56
  return openBlock(), createElementBlock("div", _hoisted_1$13, [
48
57
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
49
58
  ]);
50
59
  }
51
- var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__scopeId", "data-v-203ea86f"]]);
52
- var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
60
+ var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__scopeId", "data-v-64850355"]]);
61
+ var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
53
62
  const _sfc_main$1n = {};
54
- const _hoisted_1$12 = { class: "flex-column-body" };
63
+ const _hoisted_1$12 = { class: "flex-column-header" };
55
64
  function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
56
65
  return openBlock(), createElementBlock("div", _hoisted_1$12, [
57
66
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
58
67
  ]);
59
68
  }
60
- var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__scopeId", "data-v-64850355"]]);
61
- var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
69
+ var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__scopeId", "data-v-10b28f00"]]);
70
+ var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
62
71
  const _sfc_main$1m = {};
63
- const _hoisted_1$11 = { class: "flex-column-header" };
72
+ const _hoisted_1$11 = { class: "flex-column-footer" };
64
73
  function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
65
74
  return openBlock(), createElementBlock("div", _hoisted_1$11, [
66
75
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
67
76
  ]);
68
77
  }
69
- var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__scopeId", "data-v-10b28f00"]]);
70
- var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
78
+ var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__scopeId", "data-v-68216a72"]]);
79
+ var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
71
80
  const _sfc_main$1l = {};
72
- const _hoisted_1$10 = { class: "flex-column-footer" };
81
+ const _hoisted_1$10 = { class: "flex-cell" };
73
82
  function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
74
83
  return openBlock(), createElementBlock("div", _hoisted_1$10, [
75
84
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
76
85
  ]);
77
86
  }
78
- var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__scopeId", "data-v-68216a72"]]);
79
- var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
87
+ var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__scopeId", "data-v-644bb279"]]);
88
+ var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
80
89
  const _sfc_main$1k = {};
81
- const _hoisted_1$$ = { class: "flex-cell" };
90
+ const _hoisted_1$$ = { class: "flex-row" };
82
91
  function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
83
92
  return openBlock(), createElementBlock("div", _hoisted_1$$, [
84
93
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
85
94
  ]);
86
95
  }
87
- var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-644bb279"]]);
88
- var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
96
+ var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-5b76ad1f"]]);
97
+ var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
89
98
  const _sfc_main$1j = {};
90
- const _hoisted_1$_ = { class: "flex-row" };
99
+ const _hoisted_1$_ = { class: "flex-spacer" };
91
100
  function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
92
- return openBlock(), createElementBlock("div", _hoisted_1$_, [
93
- renderSlot(_ctx.$slots, "default", {}, void 0, true)
94
- ]);
101
+ return openBlock(), createElementBlock("div", _hoisted_1$_);
95
102
  }
96
- var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__scopeId", "data-v-5b76ad1f"]]);
97
- var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
103
+ var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__scopeId", "data-v-35b15579"]]);
104
+ var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
98
105
  const _sfc_main$1i = {};
99
- const _hoisted_1$Z = { class: "flex-spacer" };
106
+ const _hoisted_1$Z = { class: "panel" };
100
107
  function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
101
- return openBlock(), createElementBlock("div", _hoisted_1$Z);
108
+ return openBlock(), createElementBlock("div", _hoisted_1$Z, [
109
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
110
+ ]);
102
111
  }
103
- var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__scopeId", "data-v-35b15579"]]);
104
- var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
112
+ var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__scopeId", "data-v-50ae77fc"]]);
113
+ var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
105
114
  const _sfc_main$1h = {};
106
- const _hoisted_1$Y = { class: "panel" };
115
+ const _hoisted_1$Y = { class: "panel-body" };
107
116
  function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
108
117
  return openBlock(), createElementBlock("div", _hoisted_1$Y, [
109
118
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
110
119
  ]);
111
120
  }
112
- var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__scopeId", "data-v-50ae77fc"]]);
113
- var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
121
+ var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__scopeId", "data-v-c82dca76"]]);
122
+ var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
114
123
  const _sfc_main$1g = {};
115
- const _hoisted_1$X = { class: "panel-body" };
124
+ const _hoisted_1$X = { class: "panel-header" };
116
125
  function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
117
126
  return openBlock(), createElementBlock("div", _hoisted_1$X, [
118
127
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
119
128
  ]);
120
129
  }
121
- var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__scopeId", "data-v-c82dca76"]]);
122
- var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
130
+ var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__scopeId", "data-v-13bf11da"]]);
131
+ var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
123
132
  const _sfc_main$1f = {};
124
- const _hoisted_1$W = { class: "panel-header" };
133
+ const _hoisted_1$W = { class: "panel-footer" };
125
134
  function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
126
135
  return openBlock(), createElementBlock("div", _hoisted_1$W, [
127
136
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
128
137
  ]);
129
138
  }
130
- var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-13bf11da"]]);
131
- var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
132
- const _sfc_main$1e = {};
133
- const _hoisted_1$V = { class: "panel-footer" };
134
- function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
135
- return openBlock(), createElementBlock("div", _hoisted_1$V, [
136
- renderSlot(_ctx.$slots, "default", {}, void 0, true)
137
- ]);
138
- }
139
- var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__scopeId", "data-v-b4f4786a"]]);
139
+ var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-b4f4786a"]]);
140
140
  var tabset_vue_vue_type_style_index_0_scoped_true_lang = "";
141
- const _sfc_main$1d = {
141
+ const _sfc_main$1e = {
142
142
  props: {
143
143
  vertical: {
144
144
  type: Boolean
@@ -167,9 +167,9 @@ const _sfc_main$1d = {
167
167
  }
168
168
  }
169
169
  };
170
- const _hoisted_1$U = ["onClick"];
171
- const _hoisted_2$K = ["onClick"];
172
- function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
170
+ const _hoisted_1$V = ["onClick"];
171
+ const _hoisted_2$L = ["onClick"];
172
+ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
173
173
  const _component_flex_body = resolveComponent("flex-body");
174
174
  const _component_flex_column = resolveComponent("flex-column");
175
175
  const _component_flex_row = resolveComponent("flex-row");
@@ -187,7 +187,7 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
187
187
  class: normalizeClass({ active: index2 === $data.activeIndex }),
188
188
  key: `tab-link-${tab.props.heading}`,
189
189
  onClick: ($event) => $options.select(index2)
190
- }, toDisplayString(tab.props.heading), 11, _hoisted_1$U);
190
+ }, toDisplayString(tab.props.heading), 11, _hoisted_1$V);
191
191
  }), 128))
192
192
  ]),
193
193
  _: 1
@@ -222,7 +222,7 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
222
222
  class: normalizeClass({ active: index2 === $data.activeIndex }),
223
223
  key: `tab-link-${tab.props.heading}`,
224
224
  onClick: ($event) => $options.select(index2)
225
- }, toDisplayString(tab.props.heading), 11, _hoisted_2$K);
225
+ }, toDisplayString(tab.props.heading), 11, _hoisted_2$L);
226
226
  }), 128))
227
227
  ]),
228
228
  _: 1
@@ -250,8 +250,8 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
250
250
  ], 64))
251
251
  ], 2);
252
252
  }
253
- var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__scopeId", "data-v-2a0551fe"]]);
254
- const _sfc_main$1c = {
253
+ var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__scopeId", "data-v-2a0551fe"]]);
254
+ const _sfc_main$1d = {
255
255
  props: {
256
256
  heading: {
257
257
  type: String,
@@ -278,7 +278,7 @@ const _sfc_main$1c = {
278
278
  }
279
279
  }
280
280
  };
281
- function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
281
+ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
282
282
  const _component_flex_column = resolveComponent("flex-column");
283
283
  return openBlock(), createBlock(_component_flex_column, null, {
284
284
  default: withCtx(() => [
@@ -287,7 +287,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
287
287
  _: 3
288
288
  });
289
289
  }
290
- var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c]]);
290
+ var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d]]);
291
291
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
292
292
  var isArray$5 = Array.isArray;
293
293
  var isArray_1 = isArray$5;
@@ -755,7 +755,7 @@ var TableCellMixin = {
755
755
  }
756
756
  };
757
757
  var Thumbnail_vue_vue_type_style_index_0_scoped_true_lang = "";
758
- const _sfc_main$1b = {
758
+ const _sfc_main$1c = {
759
759
  mixins: [TableCellMixin],
760
760
  computed: {
761
761
  imageSource() {
@@ -772,11 +772,11 @@ const _sfc_main$1b = {
772
772
  }
773
773
  }
774
774
  };
775
- const _hoisted_1$T = { class: "table-image-cell" };
776
- function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
775
+ const _hoisted_1$U = { class: "table-image-cell" };
776
+ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
777
777
  const _component_ux_image = resolveComponent("ux-image");
778
778
  const _component_ux_icon = resolveComponent("ux-icon");
779
- return openBlock(), createElementBlock("td", _hoisted_1$T, [
779
+ return openBlock(), createElementBlock("td", _hoisted_1$U, [
780
780
  $options.type == "image" || $options.type == "video" ? (openBlock(), createElementBlock("div", {
781
781
  key: 0,
782
782
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.clicked(_ctx.value), ["stop", "prevent"])),
@@ -794,9 +794,9 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
794
794
  }))
795
795
  ]);
796
796
  }
797
- var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__scopeId", "data-v-246a2688"]]);
797
+ var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-246a2688"]]);
798
798
  var Currency_vue_vue_type_style_index_0_scoped_true_lang = "";
799
- const _sfc_main$1a = {
799
+ const _sfc_main$1b = {
800
800
  mixins: [TableCellMixin],
801
801
  computed: {
802
802
  string() {
@@ -819,14 +819,14 @@ const _sfc_main$1a = {
819
819
  }
820
820
  }
821
821
  };
822
- function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
822
+ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
823
823
  return openBlock(), createElementBlock("td", {
824
824
  class: normalizeClass(["table-currency-cell", { credit: $options.credit, empty: $options.empty, debit: $options.debit }])
825
825
  }, toDisplayString($options.string), 3);
826
826
  }
827
- var CurrencyCell = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-33a0b926"]]);
827
+ var CurrencyCell = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__scopeId", "data-v-33a0b926"]]);
828
828
  var Button_vue_vue_type_style_index_0_scoped_true_lang = "";
829
- const _sfc_main$19 = {
829
+ const _sfc_main$1a = {
830
830
  data() {
831
831
  return {
832
832
  processing: false
@@ -850,11 +850,11 @@ const _sfc_main$19 = {
850
850
  }
851
851
  }
852
852
  };
853
- const _hoisted_1$S = { class: "table-button-cell" };
854
- function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
853
+ const _hoisted_1$T = { class: "table-button-cell" };
854
+ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
855
855
  const _component_ux_icon = resolveComponent("ux-icon");
856
856
  const _component_ux_button = resolveComponent("ux-button");
857
- return openBlock(), createElementBlock("td", _hoisted_1$S, [
857
+ return openBlock(), createElementBlock("td", _hoisted_1$T, [
858
858
  createVNode(_component_ux_button, {
859
859
  color: $options.button.color,
860
860
  size: $options.button.size,
@@ -875,7 +875,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
875
875
  }, 8, ["color", "size", "loading", "onClick"])
876
876
  ]);
877
877
  }
878
- var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-36768853"]]);
878
+ var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-36768853"]]);
879
879
  class LuxonError extends Error {
880
880
  }
881
881
  class InvalidDateTimeError extends LuxonError {
@@ -4709,7 +4709,7 @@ function friendlyDateTime(dateTimeish) {
4709
4709
  }
4710
4710
  }
4711
4711
  var DateCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4712
- const _sfc_main$18 = {
4712
+ const _sfc_main$19 = {
4713
4713
  mixins: [TableCellMixin],
4714
4714
  computed: {
4715
4715
  hasValue() {
@@ -4730,23 +4730,23 @@ const _sfc_main$18 = {
4730
4730
  }
4731
4731
  }
4732
4732
  };
4733
- const _hoisted_1$R = { class: "table-date-cell" };
4734
- const _hoisted_2$J = { key: 0 };
4735
- const _hoisted_3$B = { class: "off" };
4736
- const _hoisted_4$x = { class: "on" };
4737
- const _hoisted_5$q = { class: "spacer" };
4738
- function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
4739
- return openBlock(), createElementBlock("td", _hoisted_1$R, [
4740
- $options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$J, [
4741
- createElementVNode("span", _hoisted_3$B, toDisplayString($options.readable), 1),
4742
- createElementVNode("span", _hoisted_4$x, toDisplayString($options.timeago), 1),
4743
- createElementVNode("span", _hoisted_5$q, toDisplayString($options.readable), 1)
4733
+ const _hoisted_1$S = { class: "table-date-cell" };
4734
+ const _hoisted_2$K = { key: 0 };
4735
+ const _hoisted_3$C = { class: "off" };
4736
+ const _hoisted_4$y = { class: "on" };
4737
+ const _hoisted_5$r = { class: "spacer" };
4738
+ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
4739
+ return openBlock(), createElementBlock("td", _hoisted_1$S, [
4740
+ $options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$K, [
4741
+ createElementVNode("span", _hoisted_3$C, toDisplayString($options.readable), 1),
4742
+ createElementVNode("span", _hoisted_4$y, toDisplayString($options.timeago), 1),
4743
+ createElementVNode("span", _hoisted_5$r, toDisplayString($options.readable), 1)
4744
4744
  ])) : createCommentVNode("", true)
4745
4745
  ]);
4746
4746
  }
4747
- var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18], ["__scopeId", "data-v-3687693f"]]);
4747
+ var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-3687693f"]]);
4748
4748
  var BooleanCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4749
- const _sfc_main$17 = {
4749
+ const _sfc_main$18 = {
4750
4750
  mixins: [TableCellMixin],
4751
4751
  computed: {
4752
4752
  boolean() {
@@ -4754,7 +4754,7 @@ const _sfc_main$17 = {
4754
4754
  }
4755
4755
  }
4756
4756
  };
4757
- function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
4757
+ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
4758
4758
  const _component_ux_icon = resolveComponent("ux-icon");
4759
4759
  return openBlock(), createElementBlock("td", {
4760
4760
  class: normalizeClass(["table-boolean-cell", { true: $options.boolean, false: !$options.boolean }])
@@ -4764,9 +4764,9 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
4764
4764
  }, null, 8, ["icon"])
4765
4765
  ], 2);
4766
4766
  }
4767
- var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-27f127ae"]]);
4767
+ var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18], ["__scopeId", "data-v-27f127ae"]]);
4768
4768
  var SecurityCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4769
- const _sfc_main$16 = {
4769
+ const _sfc_main$17 = {
4770
4770
  mixins: [TableCellMixin],
4771
4771
  computed: {
4772
4772
  public() {
@@ -4777,7 +4777,7 @@ const _sfc_main$16 = {
4777
4777
  }
4778
4778
  }
4779
4779
  };
4780
- function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
4780
+ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
4781
4781
  const _component_ux_icon = resolveComponent("ux-icon");
4782
4782
  return openBlock(), createElementBlock("td", {
4783
4783
  class: normalizeClass(["table-security-cell", $options.security])
@@ -4787,9 +4787,9 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
4787
4787
  }, null, 8, ["icon"])
4788
4788
  ], 2);
4789
4789
  }
4790
- var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-51f8608e"]]);
4790
+ var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-51f8608e"]]);
4791
4791
  var URLCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4792
- const _sfc_main$15 = {
4792
+ const _sfc_main$16 = {
4793
4793
  mixins: [TableCellMixin],
4794
4794
  methods: {
4795
4795
  open() {
@@ -4802,11 +4802,11 @@ const _sfc_main$15 = {
4802
4802
  }
4803
4803
  }
4804
4804
  };
4805
- const _hoisted_1$Q = { class: "table-url-cell" };
4806
- const _hoisted_2$I = ["href"];
4807
- function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
4805
+ const _hoisted_1$R = { class: "table-url-cell" };
4806
+ const _hoisted_2$J = ["href"];
4807
+ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
4808
4808
  const _component_ux_icon = resolveComponent("ux-icon");
4809
- return openBlock(), createElementBlock("td", _hoisted_1$Q, [
4809
+ return openBlock(), createElementBlock("td", _hoisted_1$R, [
4810
4810
  createElementVNode("a", {
4811
4811
  href: $options.href,
4812
4812
  onClick: _cache[0] || (_cache[0] = withModifiers((...args) => $options.open && $options.open(...args), ["stop", "prevent"])),
@@ -4817,12 +4817,12 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
4817
4817
  right: "",
4818
4818
  icon: "fa-external-link"
4819
4819
  })
4820
- ], 8, _hoisted_2$I)
4820
+ ], 8, _hoisted_2$J)
4821
4821
  ]);
4822
4822
  }
4823
- var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-17cf3a86"]]);
4823
+ var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-17cf3a86"]]);
4824
4824
  var Value_vue_vue_type_style_index_0_scoped_true_lang = "";
4825
- const _sfc_main$14 = {
4825
+ const _sfc_main$15 = {
4826
4826
  props: {
4827
4827
  multi: {
4828
4828
  type: Boolean
@@ -4870,8 +4870,8 @@ const _sfc_main$14 = {
4870
4870
  }
4871
4871
  }
4872
4872
  };
4873
- const _hoisted_1$P = /* @__PURE__ */ createTextVNode(",\xA0");
4874
- function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
4873
+ const _hoisted_1$Q = /* @__PURE__ */ createTextVNode(",\xA0");
4874
+ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
4875
4875
  return $options.reference ? (openBlock(), createElementBlock("a", {
4876
4876
  key: 0,
4877
4877
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.clicked($props.value), ["stop", "prevent"]))
@@ -4880,11 +4880,11 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
4880
4880
  ], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
4881
4881
  createTextVNode(toDisplayString($options.renderValue), 1),
4882
4882
  $props.multi && !$props.last ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
4883
- _hoisted_1$P
4883
+ _hoisted_1$Q
4884
4884
  ], 64)) : createCommentVNode("", true)
4885
4885
  ], 64));
4886
4886
  }
4887
- var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-255b9ec8"]]);
4887
+ var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-255b9ec8"]]);
4888
4888
  var TableCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4889
4889
  function extract(row, path) {
4890
4890
  if (!row) {
@@ -4909,7 +4909,7 @@ function extract(row, path) {
4909
4909
  return extract(stub, remainder);
4910
4910
  }
4911
4911
  }
4912
- const _sfc_main$13 = {
4912
+ const _sfc_main$14 = {
4913
4913
  data() {
4914
4914
  return {
4915
4915
  component: null
@@ -5001,23 +5001,23 @@ const _sfc_main$13 = {
5001
5001
  }
5002
5002
  }
5003
5003
  };
5004
- const _hoisted_1$O = {
5004
+ const _hoisted_1$P = {
5005
5005
  key: 1,
5006
5006
  class: "table-cell"
5007
5007
  };
5008
- const _hoisted_2$H = { class: "value" };
5009
- const _hoisted_3$A = { class: "value" };
5010
- function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
5008
+ const _hoisted_2$I = { class: "value" };
5009
+ const _hoisted_3$B = { class: "value" };
5010
+ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
5011
5011
  const _component_value_renderer = resolveComponent("value-renderer");
5012
5012
  return $data.component ? (openBlock(), createBlock(resolveDynamicComponent($data.component), {
5013
5013
  key: 0,
5014
5014
  column: $props.column,
5015
5015
  row: $props.row,
5016
5016
  value: $options.value
5017
- }, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$O, [
5017
+ }, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$P, [
5018
5018
  $options.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
5019
5019
  $options.complex ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.value, (entry, index2) => {
5020
- return openBlock(), createElementBlock("span", _hoisted_2$H, [
5020
+ return openBlock(), createElementBlock("span", _hoisted_2$I, [
5021
5021
  createVNode(_component_value_renderer, {
5022
5022
  type: $props.column.type,
5023
5023
  multi: "",
@@ -5026,7 +5026,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
5026
5026
  }, null, 8, ["type", "last", "value"])
5027
5027
  ]);
5028
5028
  }), 256)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($options.value, (entry, index2) => {
5029
- return openBlock(), createElementBlock("span", _hoisted_3$A, [
5029
+ return openBlock(), createElementBlock("span", _hoisted_3$B, [
5030
5030
  createVNode(_component_value_renderer, {
5031
5031
  type: $props.column.type,
5032
5032
  multi: "",
@@ -5042,8 +5042,8 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
5042
5042
  }, null, 8, ["type", "value"]))
5043
5043
  ]));
5044
5044
  }
5045
- var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-44c51175"]]);
5046
- const _sfc_main$12 = {
5045
+ var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-44c51175"]]);
5046
+ const _sfc_main$13 = {
5047
5047
  components: {
5048
5048
  TableCell
5049
5049
  },
@@ -5098,7 +5098,7 @@ const _sfc_main$12 = {
5098
5098
  }
5099
5099
  }
5100
5100
  };
5101
- function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
5101
+ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
5102
5102
  const _component_ux_checkbox = resolveComponent("ux-checkbox");
5103
5103
  const _component_table_cell = resolveComponent("table-cell");
5104
5104
  const _component_ux_icon = resolveComponent("ux-icon");
@@ -5140,7 +5140,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
5140
5140
  ])
5141
5141
  ], 2);
5142
5142
  }
5143
- var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12]]);
5143
+ var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13]]);
5144
5144
  var RememberScrollMixin = {
5145
5145
  data() {
5146
5146
  return {
@@ -5171,7 +5171,7 @@ var RememberScrollMixin = {
5171
5171
  }
5172
5172
  };
5173
5173
  var Table_vue_vue_type_style_index_0_scoped_true_lang = "";
5174
- const _sfc_main$11 = {
5174
+ const _sfc_main$12 = {
5175
5175
  mixins: [RememberScrollMixin],
5176
5176
  components: {
5177
5177
  TableRow,
@@ -5409,24 +5409,24 @@ const _sfc_main$11 = {
5409
5409
  }
5410
5410
  }
5411
5411
  };
5412
- const _hoisted_1$N = { class: "table-wrapper" };
5413
- const _hoisted_2$G = {
5412
+ const _hoisted_1$O = { class: "table-wrapper" };
5413
+ const _hoisted_2$H = {
5414
5414
  class: "table-scroll",
5415
5415
  ref: "scroll"
5416
5416
  };
5417
- const _hoisted_3$z = {
5417
+ const _hoisted_3$A = {
5418
5418
  key: 0,
5419
5419
  class: "first table-select shrink"
5420
5420
  };
5421
- const _hoisted_4$w = /* @__PURE__ */ createTextVNode(" Select Page ");
5422
- const _hoisted_5$p = /* @__PURE__ */ createTextVNode(" Deselect Page ");
5423
- const _hoisted_6$k = /* @__PURE__ */ createTextVNode(" Deselect All ");
5421
+ const _hoisted_4$x = /* @__PURE__ */ createTextVNode(" Select Page ");
5422
+ const _hoisted_5$q = /* @__PURE__ */ createTextVNode(" Deselect Page ");
5423
+ const _hoisted_6$l = /* @__PURE__ */ createTextVNode(" Deselect All ");
5424
5424
  const _hoisted_7$h = ["onClick"];
5425
5425
  const _hoisted_8$9 = {
5426
5426
  key: 1,
5427
5427
  class: "last shrink"
5428
5428
  };
5429
- function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
5429
+ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
5430
5430
  const _component_ux_checkbox = resolveComponent("ux-checkbox");
5431
5431
  const _component_ux_list_item = resolveComponent("ux-list-item");
5432
5432
  const _component_ux_list = resolveComponent("ux-list");
@@ -5434,12 +5434,12 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
5434
5434
  const _component_flex_cell = resolveComponent("flex-cell");
5435
5435
  const _component_flex_row = resolveComponent("flex-row");
5436
5436
  const _component_table_row = resolveComponent("table-row");
5437
- return openBlock(), createElementBlock("div", _hoisted_1$N, [
5438
- createElementVNode("div", _hoisted_2$G, [
5437
+ return openBlock(), createElementBlock("div", _hoisted_1$O, [
5438
+ createElementVNode("div", _hoisted_2$H, [
5439
5439
  createElementVNode("table", null, [
5440
5440
  createElementVNode("thead", null, [
5441
5441
  createElementVNode("tr", null, [
5442
- $props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$z, [
5442
+ $props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$A, [
5443
5443
  createVNode(_component_ux_menu, null, {
5444
5444
  activator: withCtx(({ on: on2 }) => [
5445
5445
  createVNode(_component_ux_checkbox, mergeProps(toHandlers(on2), { value: $options.pageSelected }), null, 16, ["value"])
@@ -5451,7 +5451,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
5451
5451
  onClick: _cache[0] || (_cache[0] = ($event) => $options.selectPage())
5452
5452
  }, {
5453
5453
  default: withCtx(() => [
5454
- _hoisted_4$w
5454
+ _hoisted_4$x
5455
5455
  ]),
5456
5456
  _: 1
5457
5457
  }),
@@ -5460,7 +5460,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
5460
5460
  onClick: _cache[1] || (_cache[1] = ($event) => $options.deselectPage())
5461
5461
  }, {
5462
5462
  default: withCtx(() => [
5463
- _hoisted_5$p
5463
+ _hoisted_5$q
5464
5464
  ]),
5465
5465
  _: 1
5466
5466
  })) : createCommentVNode("", true),
@@ -5478,7 +5478,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
5478
5478
  onClick: _cache[3] || (_cache[3] = ($event) => $props.deselectAll())
5479
5479
  }, {
5480
5480
  default: withCtx(() => [
5481
- _hoisted_6$k
5481
+ _hoisted_6$l
5482
5482
  ]),
5483
5483
  _: 1
5484
5484
  })) : createCommentVNode("", true)
@@ -5550,7 +5550,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
5550
5550
  ], 512)
5551
5551
  ]);
5552
5552
  }
5553
- var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-03eb874f"]]);
5553
+ var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-03eb874f"]]);
5554
5554
  var safeJsonStringify$1 = { exports: {} };
5555
5555
  var hasProp = Object.prototype.hasOwnProperty;
5556
5556
  function throwsMessage(err) {
@@ -5971,7 +5971,7 @@ var select_vue_vue_type_style_index_0_scoped_true_lang = "";
5971
5971
  function isUndefined$6(entry) {
5972
5972
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
5973
5973
  }
5974
- const _sfc_main$10 = {
5974
+ const _sfc_main$11 = {
5975
5975
  props: {
5976
5976
  title: {
5977
5977
  type: String
@@ -6072,39 +6072,39 @@ const _sfc_main$10 = {
6072
6072
  }
6073
6073
  }
6074
6074
  };
6075
- const _hoisted_1$M = {
6075
+ const _hoisted_1$N = {
6076
6076
  key: 0,
6077
6077
  class: "ux-field-title"
6078
6078
  };
6079
- const _hoisted_2$F = {
6079
+ const _hoisted_2$G = {
6080
6080
  key: 0,
6081
6081
  class: "ux-required-marker"
6082
6082
  };
6083
- const _hoisted_3$y = {
6083
+ const _hoisted_3$z = {
6084
6084
  key: 1,
6085
6085
  class: "ux-field-description"
6086
6086
  };
6087
- const _hoisted_4$v = {
6087
+ const _hoisted_4$w = {
6088
6088
  key: 2,
6089
6089
  class: "ui-select-button"
6090
6090
  };
6091
- const _hoisted_5$o = ["multiple"];
6092
- const _hoisted_6$j = {
6091
+ const _hoisted_5$p = ["multiple"];
6092
+ const _hoisted_6$k = {
6093
6093
  key: 0,
6094
6094
  value: ""
6095
6095
  };
6096
6096
  const _hoisted_7$g = ["value"];
6097
- function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
6097
+ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6098
6098
  const _component_ux_button = resolveComponent("ux-button");
6099
6099
  return openBlock(), createElementBlock("div", {
6100
6100
  class: normalizeClass(["native-select", $options.classes])
6101
6101
  }, [
6102
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$M, [
6102
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$N, [
6103
6103
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
6104
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$F, "*")) : createCommentVNode("", true)
6104
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$G, "*")) : createCommentVNode("", true)
6105
6105
  ])) : createCommentVNode("", true),
6106
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$y, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
6107
- _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$v, [
6106
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$z, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
6107
+ _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$w, [
6108
6108
  renderSlot(_ctx.$slots, "default", {}, () => [
6109
6109
  createVNode(_component_ux_button, { tag: "div" }, {
6110
6110
  default: withCtx(() => [
@@ -6119,20 +6119,20 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
6119
6119
  multiple: _ctx.multiValue,
6120
6120
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
6121
6121
  }, [
6122
- _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$j, "None")) : createCommentVNode("", true),
6122
+ _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$k, "None")) : createCommentVNode("", true),
6123
6123
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
6124
6124
  return openBlock(), createElementBlock("option", {
6125
6125
  value: option2.value
6126
6126
  }, toDisplayString(option2.title), 9, _hoisted_7$g);
6127
6127
  }), 256))
6128
- ], 40, _hoisted_5$o), [
6128
+ ], 40, _hoisted_5$p), [
6129
6129
  [vModelSelect, _ctx.model]
6130
6130
  ])
6131
6131
  ], 2);
6132
6132
  }
6133
- var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-a06c20f2"]]);
6133
+ var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-a06c20f2"]]);
6134
6134
  var Pager_vue_vue_type_style_index_0_scoped_true_lang = "";
6135
- const _sfc_main$$ = {
6135
+ const _sfc_main$10 = {
6136
6136
  props: {
6137
6137
  total: {
6138
6138
  type: Number,
@@ -6242,7 +6242,7 @@ const _sfc_main$$ = {
6242
6242
  };
6243
6243
  }
6244
6244
  };
6245
- function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
6245
+ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
6246
6246
  const _component_native_select = resolveComponent("native-select");
6247
6247
  const _component_flex_cell = resolveComponent("flex-cell");
6248
6248
  const _component_ux_icon = resolveComponent("ux-icon");
@@ -6346,9 +6346,9 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
6346
6346
  _: 1
6347
6347
  });
6348
6348
  }
6349
- var Pager$1 = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__scopeId", "data-v-93d2aed8"]]);
6349
+ var Pager$1 = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-93d2aed8"]]);
6350
6350
  var avatar_vue_vue_type_style_index_0_lang = "";
6351
- const _sfc_main$_ = {
6351
+ const _sfc_main$$ = {
6352
6352
  props: {
6353
6353
  id: {
6354
6354
  type: [Object, String]
@@ -6362,13 +6362,13 @@ const _sfc_main$_ = {
6362
6362
  }
6363
6363
  }
6364
6364
  };
6365
- const _hoisted_1$L = { class: "avatar" };
6366
- function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
6367
- return openBlock(), createElementBlock("div", _hoisted_1$L);
6365
+ const _hoisted_1$M = { class: "avatar" };
6366
+ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
6367
+ return openBlock(), createElementBlock("div", _hoisted_1$M);
6368
6368
  }
6369
- var Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
6369
+ var Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
6370
6370
  var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
6371
- const _sfc_main$Z = {
6371
+ const _sfc_main$_ = {
6372
6372
  props: {
6373
6373
  large: {
6374
6374
  type: Boolean
@@ -6376,18 +6376,18 @@ const _sfc_main$Z = {
6376
6376
  }
6377
6377
  };
6378
6378
  const _withScopeId$7 = (n2) => (pushScopeId("data-v-27f20370"), n2 = n2(), popScopeId(), n2);
6379
- const _hoisted_1$K = /* @__PURE__ */ _withScopeId$7(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
6380
- const _hoisted_2$E = [
6381
- _hoisted_1$K
6379
+ const _hoisted_1$L = /* @__PURE__ */ _withScopeId$7(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
6380
+ const _hoisted_2$F = [
6381
+ _hoisted_1$L
6382
6382
  ];
6383
- function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
6383
+ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
6384
6384
  return openBlock(), createElementBlock("div", {
6385
6385
  class: normalizeClass(["ux-spinner", { large: $props.large }])
6386
- }, _hoisted_2$E, 2);
6386
+ }, _hoisted_2$F, 2);
6387
6387
  }
6388
- var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-27f20370"]]);
6388
+ var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-27f20370"]]);
6389
6389
  var button_vue_vue_type_style_index_0_scoped_true_lang = "";
6390
- const _sfc_main$Y = {
6390
+ const _sfc_main$Z = {
6391
6391
  components: {
6392
6392
  Spinner
6393
6393
  },
@@ -6481,8 +6481,8 @@ const _sfc_main$Y = {
6481
6481
  }
6482
6482
  }
6483
6483
  };
6484
- const _hoisted_1$J = { class: "ux-btn-text" };
6485
- function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
6484
+ const _hoisted_1$K = { class: "ux-btn-text" };
6485
+ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
6486
6486
  const _component_spinner = resolveComponent("spinner");
6487
6487
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
6488
6488
  active: $props.active,
@@ -6496,16 +6496,16 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
6496
6496
  }, {
6497
6497
  default: withCtx(() => [
6498
6498
  $props.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : createCommentVNode("", true),
6499
- createElementVNode("span", _hoisted_1$J, [
6499
+ createElementVNode("span", _hoisted_1$K, [
6500
6500
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
6501
6501
  ])
6502
6502
  ]),
6503
6503
  _: 3
6504
6504
  }, 8, ["active", "loading", "to", "href", "target", "style", "class", "disabled"]);
6505
6505
  }
6506
- var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-56c95efc"]]);
6506
+ var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-56c95efc"]]);
6507
6507
  var checkbox_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
6508
- const _sfc_main$X = {
6508
+ const _sfc_main$Y = {
6509
6509
  props: {
6510
6510
  value: {
6511
6511
  type: Boolean,
@@ -6526,7 +6526,7 @@ const _sfc_main$X = {
6526
6526
  }
6527
6527
  }
6528
6528
  };
6529
- function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
6529
+ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
6530
6530
  const _component_ux_icon = resolveComponent("ux-icon");
6531
6531
  return openBlock(), createElementBlock("button", {
6532
6532
  class: normalizeClass(["ux-checkbox", $options.classes])
@@ -6537,9 +6537,9 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
6537
6537
  })
6538
6538
  ], 2);
6539
6539
  }
6540
- var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-6b7b7539"]]);
6540
+ var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-6b7b7539"]]);
6541
6541
  var switch_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
6542
- const _sfc_main$W = {
6542
+ const _sfc_main$X = {
6543
6543
  props: {
6544
6544
  value: {
6545
6545
  type: Boolean,
@@ -6569,7 +6569,7 @@ const _sfc_main$W = {
6569
6569
  }
6570
6570
  }
6571
6571
  };
6572
- function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
6572
+ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
6573
6573
  const _component_ux_icon = resolveComponent("ux-icon");
6574
6574
  return openBlock(), createElementBlock("a", {
6575
6575
  class: normalizeClass(["ux-switch", $options.classes])
@@ -6582,9 +6582,9 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
6582
6582
  ])
6583
6583
  ], 2);
6584
6584
  }
6585
- var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-57a418e1"]]);
6585
+ var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-57a418e1"]]);
6586
6586
  var link_vue_vue_type_style_index_0_scoped_true_lang = "";
6587
- const _sfc_main$V = {
6587
+ const _sfc_main$W = {
6588
6588
  props: {
6589
6589
  to: {
6590
6590
  type: [Object, String]
@@ -6657,7 +6657,7 @@ const _sfc_main$V = {
6657
6657
  }
6658
6658
  }
6659
6659
  };
6660
- function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
6660
+ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
6661
6661
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
6662
6662
  onClick: $options.clicked,
6663
6663
  to: $props.to,
@@ -6671,9 +6671,9 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
6671
6671
  _: 3
6672
6672
  }, 8, ["onClick", "to", "href", "target", "class"]);
6673
6673
  }
6674
- var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__scopeId", "data-v-8b82829a"]]);
6674
+ var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-8b82829a"]]);
6675
6675
  var icon_vue_vue_type_style_index_0_scoped_true_lang = "";
6676
- const _sfc_main$U = {
6676
+ const _sfc_main$V = {
6677
6677
  props: {
6678
6678
  icon: {
6679
6679
  type: [Object, String]
@@ -6708,17 +6708,17 @@ const _sfc_main$U = {
6708
6708
  }
6709
6709
  }
6710
6710
  };
6711
- function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
6711
+ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
6712
6712
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
6713
6713
  class: normalizeClass(["ux-icon fa", $options.classes])
6714
6714
  }, null, 8, ["class"]);
6715
6715
  }
6716
- var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-1764a3d0"]]);
6716
+ var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__scopeId", "data-v-1764a3d0"]]);
6717
6717
  var UXMenuService = {
6718
6718
  cache: {}
6719
6719
  };
6720
6720
  var menu_vue_vue_type_style_index_0_scoped_true_lang = "";
6721
- const _sfc_main$T = {
6721
+ const _sfc_main$U = {
6722
6722
  props: {
6723
6723
  group: {
6724
6724
  type: String
@@ -6870,7 +6870,7 @@ const _sfc_main$T = {
6870
6870
  }
6871
6871
  }
6872
6872
  };
6873
- function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
6873
+ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
6874
6874
  return openBlock(), createElementBlock("div", {
6875
6875
  class: normalizeClass(["ux-menu", { right: $props.right }])
6876
6876
  }, [
@@ -6894,8 +6894,8 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
6894
6894
  ]))
6895
6895
  ], 2);
6896
6896
  }
6897
- var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-29d476a2"]]);
6898
- const _sfc_main$S = {
6897
+ var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-29d476a2"]]);
6898
+ const _sfc_main$T = {
6899
6899
  name: "menulist",
6900
6900
  props: {
6901
6901
  items: {
@@ -6926,7 +6926,7 @@ const _sfc_main$S = {
6926
6926
  return {};
6927
6927
  }
6928
6928
  };
6929
- function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
6929
+ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
6930
6930
  const _component_ux_link = resolveComponent("ux-link");
6931
6931
  const _component_menulist = resolveComponent("menulist", true);
6932
6932
  return openBlock(), createElementBlock("ul", null, [
@@ -6974,9 +6974,9 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
6974
6974
  }), 256))
6975
6975
  ]);
6976
6976
  }
6977
- var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
6977
+ var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
6978
6978
  var image_vue_vue_type_style_index_0_scoped_true_lang = "";
6979
- const _sfc_main$R = {
6979
+ const _sfc_main$S = {
6980
6980
  props: {
6981
6981
  item: {
6982
6982
  type: Object
@@ -7155,9 +7155,9 @@ const _sfc_main$R = {
7155
7155
  }
7156
7156
  }
7157
7157
  };
7158
- const _hoisted_1$I = ["alt", "data"];
7159
- const _hoisted_2$D = ["alt", "src"];
7160
- function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
7158
+ const _hoisted_1$J = ["alt", "data"];
7159
+ const _hoisted_2$E = ["alt", "src"];
7160
+ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
7161
7161
  return openBlock(), createElementBlock("div", {
7162
7162
  class: normalizeClass(["ux-image", $options.className]),
7163
7163
  style: normalizeStyle($options.style)
@@ -7167,17 +7167,17 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
7167
7167
  alt: $options.altText,
7168
7168
  type: "image/svg+xml",
7169
7169
  data: $options.src
7170
- }, null, 8, _hoisted_1$I)) : (openBlock(), createElementBlock("img", {
7170
+ }, null, 8, _hoisted_1$J)) : (openBlock(), createElementBlock("img", {
7171
7171
  key: 1,
7172
7172
  alt: $options.altText,
7173
7173
  style: normalizeStyle($options.imageStyle),
7174
7174
  src: $options.src
7175
- }, null, 12, _hoisted_2$D))
7175
+ }, null, 12, _hoisted_2$E))
7176
7176
  ], 6);
7177
7177
  }
7178
- var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-a7872864"]]);
7178
+ var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S], ["__scopeId", "data-v-a7872864"]]);
7179
7179
  var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
7180
- const _sfc_main$Q = {
7180
+ const _sfc_main$R = {
7181
7181
  props: {
7182
7182
  value: {
7183
7183
  type: Number
@@ -7212,36 +7212,36 @@ const _sfc_main$Q = {
7212
7212
  }
7213
7213
  };
7214
7214
  const _withScopeId$6 = (n2) => (pushScopeId("data-v-317a7690"), n2 = n2(), popScopeId(), n2);
7215
- const _hoisted_1$H = { class: "ux-progress" };
7216
- const _hoisted_2$C = /* @__PURE__ */ _withScopeId$6(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
7217
- function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
7218
- return openBlock(), createElementBlock("div", _hoisted_1$H, [
7219
- _hoisted_2$C,
7215
+ const _hoisted_1$I = { class: "ux-progress" };
7216
+ const _hoisted_2$D = /* @__PURE__ */ _withScopeId$6(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
7217
+ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
7218
+ return openBlock(), createElementBlock("div", _hoisted_1$I, [
7219
+ _hoisted_2$D,
7220
7220
  createElementVNode("div", {
7221
7221
  class: "ux-progress-fg",
7222
7222
  style: normalizeStyle($options.barStyle)
7223
7223
  }, null, 4)
7224
7224
  ]);
7225
7225
  }
7226
- var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-317a7690"]]);
7226
+ var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-317a7690"]]);
7227
7227
  var list_vue_vue_type_style_index_0_scoped_true_lang = "";
7228
- const _sfc_main$P = {};
7229
- const _hoisted_1$G = { class: "ux-list" };
7230
- function _sfc_render$P(_ctx, _cache) {
7231
- return openBlock(), createElementBlock("ul", _hoisted_1$G, [
7228
+ const _sfc_main$Q = {};
7229
+ const _hoisted_1$H = { class: "ux-list" };
7230
+ function _sfc_render$Q(_ctx, _cache) {
7231
+ return openBlock(), createElementBlock("ul", _hoisted_1$H, [
7232
7232
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
7233
7233
  ]);
7234
7234
  }
7235
- var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-98e1e4e2"]]);
7235
+ var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-98e1e4e2"]]);
7236
7236
  var listItem_vue_vue_type_style_index_0_scoped_true_lang = "";
7237
- const _sfc_main$O = {};
7238
- const _hoisted_1$F = { class: "ux-list-item" };
7239
- function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
7240
- return openBlock(), createElementBlock("div", _hoisted_1$F, [
7237
+ const _sfc_main$P = {};
7238
+ const _hoisted_1$G = { class: "ux-list-item" };
7239
+ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
7240
+ return openBlock(), createElementBlock("div", _hoisted_1$G, [
7241
7241
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
7242
7242
  ]);
7243
7243
  }
7244
- var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-0e73c260"]]);
7244
+ var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-0e73c260"]]);
7245
7245
  var daterange_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
7246
7246
  function checkDate(d) {
7247
7247
  var date = new Date(d);
@@ -7250,7 +7250,7 @@ function checkDate(d) {
7250
7250
  }
7251
7251
  return;
7252
7252
  }
7253
- const _sfc_main$N = {
7253
+ const _sfc_main$O = {
7254
7254
  props: {
7255
7255
  modelValue: {
7256
7256
  type: Object
@@ -7301,9 +7301,9 @@ const _sfc_main$N = {
7301
7301
  }
7302
7302
  };
7303
7303
  const _withScopeId$5 = (n2) => (pushScopeId("data-v-61cbf45e"), n2 = n2(), popScopeId(), n2);
7304
- const _hoisted_1$E = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "From Date", -1));
7305
- const _hoisted_2$B = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "To Date", -1));
7306
- function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
7304
+ const _hoisted_1$F = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "From Date", -1));
7305
+ const _hoisted_2$C = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createElementVNode("label", null, "To Date", -1));
7306
+ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
7307
7307
  const _component_flex_cell = resolveComponent("flex-cell");
7308
7308
  const _component_flex_row = resolveComponent("flex-row");
7309
7309
  return openBlock(), createElementBlock("div", null, [
@@ -7316,7 +7316,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
7316
7316
  createVNode(_component_flex_cell, { class: "cell" }, {
7317
7317
  default: withCtx(() => [
7318
7318
  createElementVNode("div", null, [
7319
- _hoisted_1$E,
7319
+ _hoisted_1$F,
7320
7320
  withDirectives(createElementVNode("input", {
7321
7321
  type: "date",
7322
7322
  class: "ux-field-focus ux-text-input-multiple",
@@ -7332,7 +7332,7 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
7332
7332
  createVNode(_component_flex_cell, { class: "cell" }, {
7333
7333
  default: withCtx(() => [
7334
7334
  createElementVNode("div", null, [
7335
- _hoisted_2$B,
7335
+ _hoisted_2$C,
7336
7336
  withDirectives(createElementVNode("input", {
7337
7337
  type: "date",
7338
7338
  class: "ux-field-focus ux-text-input-multiple",
@@ -7350,9 +7350,9 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
7350
7350
  })
7351
7351
  ]);
7352
7352
  }
7353
- var Daterange = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-61cbf45e"]]);
7353
+ var Daterange = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-61cbf45e"]]);
7354
7354
  var phoneNumberInput_vue_vue_type_style_index_0_scoped_true_lang = "";
7355
- const _sfc_main$M = {
7355
+ const _sfc_main$N = {
7356
7356
  props: {
7357
7357
  modelValue: {
7358
7358
  type: [Object, Array]
@@ -7424,21 +7424,21 @@ const _sfc_main$M = {
7424
7424
  }
7425
7425
  };
7426
7426
  const _withScopeId$4 = (n2) => (pushScopeId("data-v-32219a94"), n2 = n2(), popScopeId(), n2);
7427
- const _hoisted_1$D = {
7427
+ const _hoisted_1$E = {
7428
7428
  key: 0,
7429
7429
  class: "ux-field-title"
7430
7430
  };
7431
- const _hoisted_2$A = {
7431
+ const _hoisted_2$B = {
7432
7432
  key: 0,
7433
7433
  class: "ux-required-marker"
7434
7434
  };
7435
- const _hoisted_3$x = {
7435
+ const _hoisted_3$y = {
7436
7436
  key: 1,
7437
7437
  class: "ux-field-description"
7438
7438
  };
7439
- const _hoisted_4$u = { key: 2 };
7440
- const _hoisted_5$n = /* @__PURE__ */ createTextVNode(" Country Code ");
7441
- const _hoisted_6$i = { key: 0 };
7439
+ const _hoisted_4$v = { key: 2 };
7440
+ const _hoisted_5$o = /* @__PURE__ */ createTextVNode(" Country Code ");
7441
+ const _hoisted_6$j = { key: 0 };
7442
7442
  const _hoisted_7$f = { key: 1 };
7443
7443
  const _hoisted_8$8 = { class: "ux-text-wrap" };
7444
7444
  const _hoisted_9$7 = ["placeholder", "onUpdate:modelValue"];
@@ -7446,19 +7446,19 @@ const _hoisted_10$5 = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ creat
7446
7446
  const _hoisted_11$4 = ["value"];
7447
7447
  const _hoisted_12$4 = { class: "ux-text-wrap" };
7448
7448
  const _hoisted_13$4 = ["placeholder"];
7449
- function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
7449
+ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
7450
7450
  const _component_ux_button = resolveComponent("ux-button");
7451
7451
  const _component_native_select = resolveComponent("native-select");
7452
7452
  const _component_flex_cell = resolveComponent("flex-cell");
7453
7453
  const _component_ux_icon = resolveComponent("ux-icon");
7454
7454
  const _component_flex_row = resolveComponent("flex-row");
7455
7455
  return openBlock(), createElementBlock(Fragment, null, [
7456
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$D, [
7456
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$E, [
7457
7457
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
7458
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$A, "*")) : createCommentVNode("", true)
7458
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$B, "*")) : createCommentVNode("", true)
7459
7459
  ])) : createCommentVNode("", true),
7460
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$x, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
7461
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$u, [
7460
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$y, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
7461
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$v, [
7462
7462
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
7463
7463
  return openBlock(), createBlock(_component_flex_row, {
7464
7464
  gap: "",
@@ -7479,9 +7479,9 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
7479
7479
  createVNode(_component_ux_button, { tag: "a" }, {
7480
7480
  default: withCtx(() => [
7481
7481
  !entry.countryCode ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
7482
- _hoisted_5$n
7482
+ _hoisted_5$o
7483
7483
  ], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
7484
- $data.lookup[entry.countryCode] ? (openBlock(), createElementBlock("div", _hoisted_6$i, toDisplayString($data.lookup[entry.countryCode].emoji) + " - " + toDisplayString($data.lookup[entry.countryCode].alpha2), 1)) : (openBlock(), createElementBlock("div", _hoisted_7$f, "Loading"))
7484
+ $data.lookup[entry.countryCode] ? (openBlock(), createElementBlock("div", _hoisted_6$j, toDisplayString($data.lookup[entry.countryCode].emoji) + " - " + toDisplayString($data.lookup[entry.countryCode].alpha2), 1)) : (openBlock(), createElementBlock("div", _hoisted_7$f, "Loading"))
7485
7485
  ], 64))
7486
7486
  ]),
7487
7487
  _: 2
@@ -7592,12 +7592,12 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
7592
7592
  }))
7593
7593
  ], 64);
7594
7594
  }
7595
- var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-32219a94"]]);
7595
+ var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-32219a94"]]);
7596
7596
  var timezone_vue_vue_type_style_index_0_scoped_true_lang = "";
7597
7597
  function isUndefined$5(entry) {
7598
7598
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
7599
7599
  }
7600
- const _sfc_main$L = {
7600
+ const _sfc_main$M = {
7601
7601
  props: {
7602
7602
  modelValue: {}
7603
7603
  },
@@ -8122,39 +8122,39 @@ const _sfc_main$L = {
8122
8122
  }
8123
8123
  }
8124
8124
  };
8125
- const _hoisted_1$C = {
8125
+ const _hoisted_1$D = {
8126
8126
  key: 0,
8127
8127
  class: "ux-field-title"
8128
8128
  };
8129
- const _hoisted_2$z = {
8129
+ const _hoisted_2$A = {
8130
8130
  key: 0,
8131
8131
  class: "ux-required-marker"
8132
8132
  };
8133
- const _hoisted_3$w = {
8133
+ const _hoisted_3$x = {
8134
8134
  key: 1,
8135
8135
  class: "ux-field-description"
8136
8136
  };
8137
- const _hoisted_4$t = {
8137
+ const _hoisted_4$u = {
8138
8138
  key: 2,
8139
8139
  class: "ui-select-button"
8140
8140
  };
8141
- const _hoisted_5$m = ["multiple"];
8142
- const _hoisted_6$h = {
8141
+ const _hoisted_5$n = ["multiple"];
8142
+ const _hoisted_6$i = {
8143
8143
  key: 0,
8144
8144
  value: ""
8145
8145
  };
8146
8146
  const _hoisted_7$e = ["value"];
8147
- function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
8147
+ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
8148
8148
  const _component_ux_button = resolveComponent("ux-button");
8149
8149
  return openBlock(), createElementBlock("div", {
8150
8150
  class: normalizeClass(["native-select", $options.classes])
8151
8151
  }, [
8152
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
8152
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$D, [
8153
8153
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
8154
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
8154
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$A, "*")) : createCommentVNode("", true)
8155
8155
  ])) : createCommentVNode("", true),
8156
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$w, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8157
- _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$t, [
8156
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$x, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8157
+ _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$u, [
8158
8158
  renderSlot(_ctx.$slots, "default", {}, () => [
8159
8159
  createVNode(_component_ux_button, { tag: "div" }, {
8160
8160
  default: withCtx(() => [
@@ -8169,20 +8169,20 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
8169
8169
  multiple: _ctx.multiValue,
8170
8170
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
8171
8171
  }, [
8172
- _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$h, "None")) : createCommentVNode("", true),
8172
+ _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$i, "None")) : createCommentVNode("", true),
8173
8173
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
8174
8174
  return openBlock(), createElementBlock("option", {
8175
8175
  value: option2.value
8176
8176
  }, toDisplayString(option2.title), 9, _hoisted_7$e);
8177
8177
  }), 256))
8178
- ], 40, _hoisted_5$m), [
8178
+ ], 40, _hoisted_5$n), [
8179
8179
  [vModelSelect, _ctx.model]
8180
8180
  ])
8181
8181
  ], 2);
8182
8182
  }
8183
- var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-a15362c8"]]);
8183
+ var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-a15362c8"]]);
8184
8184
  var item_vue_vue_type_style_index_0_scoped_true_lang = "";
8185
- const _sfc_main$K = {
8185
+ const _sfc_main$L = {
8186
8186
  props: {
8187
8187
  item: {
8188
8188
  type: Object,
@@ -8212,7 +8212,7 @@ const _sfc_main$K = {
8212
8212
  }
8213
8213
  }
8214
8214
  };
8215
- function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
8215
+ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
8216
8216
  const _component_ux_image = resolveComponent("ux-image");
8217
8217
  const _component_flex_cell = resolveComponent("flex-cell");
8218
8218
  const _component_flex_row = resolveComponent("flex-row");
@@ -8263,7 +8263,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
8263
8263
  })
8264
8264
  ]);
8265
8265
  }
8266
- var Item = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-055fac6a"]]);
8266
+ var Item = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-055fac6a"]]);
8267
8267
  /**!
8268
8268
  * Sortable 1.14.0
8269
8269
  * @author RubaXa <trash@rubaxa.org>
@@ -10931,7 +10931,7 @@ const draggableComponent = defineComponent({
10931
10931
  }
10932
10932
  });
10933
10933
  var contentSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
10934
- const _sfc_main$J = {
10934
+ const _sfc_main$K = {
10935
10935
  components: {
10936
10936
  Item,
10937
10937
  draggable: draggableComponent
@@ -11104,24 +11104,24 @@ const _sfc_main$J = {
11104
11104
  }
11105
11105
  }
11106
11106
  };
11107
- const _hoisted_1$B = {
11107
+ const _hoisted_1$C = {
11108
11108
  key: 0,
11109
11109
  class: "ux-field-title"
11110
11110
  };
11111
- const _hoisted_2$y = {
11111
+ const _hoisted_2$z = {
11112
11112
  key: 0,
11113
11113
  class: "ux-required-marker"
11114
11114
  };
11115
- const _hoisted_3$v = {
11115
+ const _hoisted_3$w = {
11116
11116
  key: 1,
11117
11117
  class: "ux-field-description"
11118
11118
  };
11119
- const _hoisted_4$s = {
11119
+ const _hoisted_4$t = {
11120
11120
  key: 1,
11121
11121
  class: "items"
11122
11122
  };
11123
- const _hoisted_5$l = /* @__PURE__ */ createTextVNode(" Create ");
11124
- function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
11123
+ const _hoisted_5$m = /* @__PURE__ */ createTextVNode(" Create ");
11124
+ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
11125
11125
  const _component_ux_icon = resolveComponent("ux-icon");
11126
11126
  const _component_ux_button = resolveComponent("ux-button");
11127
11127
  const _component_item = resolveComponent("item");
@@ -11130,11 +11130,11 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
11130
11130
  const _component_flex_spacer = resolveComponent("flex-spacer");
11131
11131
  const _component_flex_row = resolveComponent("flex-row");
11132
11132
  return openBlock(), createElementBlock(Fragment, null, [
11133
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
11133
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
11134
11134
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
11135
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
11135
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$z, "*")) : createCommentVNode("", true)
11136
11136
  ])) : createCommentVNode("", true),
11137
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$v, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
11137
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$w, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
11138
11138
  $options.showList ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
11139
11139
  _ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
11140
11140
  _ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
@@ -11174,7 +11174,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
11174
11174
  ]),
11175
11175
  _: 1
11176
11176
  }, 8, ["modelValue"])) : createCommentVNode("", true)
11177
- ], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$s, [
11177
+ ], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$t, [
11178
11178
  createVNode(_component_item, { item: _ctx.model }, {
11179
11179
  actions: withCtx(() => [
11180
11180
  $options.canEdit(_ctx.model) ? (openBlock(), createBlock(_component_ux_button, {
@@ -11227,7 +11227,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
11227
11227
  onClick: $options.create
11228
11228
  }, {
11229
11229
  default: withCtx(() => [
11230
- _hoisted_5$l,
11230
+ _hoisted_5$m,
11231
11231
  createVNode(_component_ux_icon, {
11232
11232
  right: "",
11233
11233
  icon: "fa-plus"
@@ -11244,12 +11244,12 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
11244
11244
  })) : createCommentVNode("", true)
11245
11245
  ], 64);
11246
11246
  }
11247
- var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-236b5d48"]]);
11247
+ var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-236b5d48"]]);
11248
11248
  var typeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
11249
11249
  function isUndefined$4(entry) {
11250
11250
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
11251
11251
  }
11252
- const _sfc_main$I = {
11252
+ const _sfc_main$J = {
11253
11253
  props: {
11254
11254
  title: {
11255
11255
  type: String
@@ -11358,39 +11358,39 @@ const _sfc_main$I = {
11358
11358
  }
11359
11359
  }
11360
11360
  };
11361
- const _hoisted_1$A = {
11361
+ const _hoisted_1$B = {
11362
11362
  key: 0,
11363
11363
  class: "ux-field-title"
11364
11364
  };
11365
- const _hoisted_2$x = {
11365
+ const _hoisted_2$y = {
11366
11366
  key: 0,
11367
11367
  class: "ux-required-marker"
11368
11368
  };
11369
- const _hoisted_3$u = {
11369
+ const _hoisted_3$v = {
11370
11370
  key: 1,
11371
11371
  class: "ux-field-description"
11372
11372
  };
11373
- const _hoisted_4$r = {
11373
+ const _hoisted_4$s = {
11374
11374
  key: 2,
11375
11375
  class: "ui-select-button"
11376
11376
  };
11377
- const _hoisted_5$k = ["multiple"];
11378
- const _hoisted_6$g = {
11377
+ const _hoisted_5$l = ["multiple"];
11378
+ const _hoisted_6$h = {
11379
11379
  key: 0,
11380
11380
  value: ""
11381
11381
  };
11382
11382
  const _hoisted_7$d = ["value"];
11383
- function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
11383
+ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
11384
11384
  const _component_ux_button = resolveComponent("ux-button");
11385
11385
  return openBlock(), createElementBlock("div", {
11386
11386
  class: normalizeClass(["native-select", $options.classes])
11387
11387
  }, [
11388
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
11388
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
11389
11389
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
11390
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$x, "*")) : createCommentVNode("", true)
11390
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$y, "*")) : createCommentVNode("", true)
11391
11391
  ])) : createCommentVNode("", true),
11392
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$u, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
11393
- _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
11392
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$v, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
11393
+ _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$s, [
11394
11394
  renderSlot(_ctx.$slots, "default", {}, () => [
11395
11395
  createVNode(_component_ux_button, { tag: "div" }, {
11396
11396
  default: withCtx(() => [
@@ -11405,23 +11405,23 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
11405
11405
  multiple: _ctx.multiValue,
11406
11406
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
11407
11407
  }, [
11408
- _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$g, "None")) : createCommentVNode("", true),
11408
+ _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$h, "None")) : createCommentVNode("", true),
11409
11409
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
11410
11410
  return openBlock(), createElementBlock("option", {
11411
11411
  value: option2.value
11412
11412
  }, toDisplayString(option2.title), 9, _hoisted_7$d);
11413
11413
  }), 256))
11414
- ], 40, _hoisted_5$k), [
11414
+ ], 40, _hoisted_5$l), [
11415
11415
  [vModelSelect, _ctx.model]
11416
11416
  ])
11417
11417
  ], 2);
11418
11418
  }
11419
- var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-49a55ef8"]]);
11419
+ var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-49a55ef8"]]);
11420
11420
  var fieldSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
11421
11421
  function isUndefined$3(entry) {
11422
11422
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
11423
11423
  }
11424
- const _sfc_main$H = {
11424
+ const _sfc_main$I = {
11425
11425
  props: {
11426
11426
  title: {
11427
11427
  type: String
@@ -11595,39 +11595,39 @@ const _sfc_main$H = {
11595
11595
  }
11596
11596
  }
11597
11597
  };
11598
- const _hoisted_1$z = {
11598
+ const _hoisted_1$A = {
11599
11599
  key: 0,
11600
11600
  class: "ux-field-title"
11601
11601
  };
11602
- const _hoisted_2$w = {
11602
+ const _hoisted_2$x = {
11603
11603
  key: 0,
11604
11604
  class: "ux-required-marker"
11605
11605
  };
11606
- const _hoisted_3$t = {
11606
+ const _hoisted_3$u = {
11607
11607
  key: 1,
11608
11608
  class: "ux-field-description"
11609
11609
  };
11610
- const _hoisted_4$q = {
11610
+ const _hoisted_4$r = {
11611
11611
  key: 2,
11612
11612
  class: "ui-select-button"
11613
11613
  };
11614
- const _hoisted_5$j = ["multiple"];
11615
- const _hoisted_6$f = {
11614
+ const _hoisted_5$k = ["multiple"];
11615
+ const _hoisted_6$g = {
11616
11616
  key: 0,
11617
11617
  value: ""
11618
11618
  };
11619
11619
  const _hoisted_7$c = ["value"];
11620
- function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
11620
+ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
11621
11621
  const _component_ux_button = resolveComponent("ux-button");
11622
11622
  return openBlock(), createElementBlock("div", {
11623
11623
  class: normalizeClass(["native-select", $options.classes])
11624
11624
  }, [
11625
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
11625
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
11626
11626
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
11627
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
11627
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$x, "*")) : createCommentVNode("", true)
11628
11628
  ])) : createCommentVNode("", true),
11629
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
11630
- _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
11629
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$u, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
11630
+ _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
11631
11631
  renderSlot(_ctx.$slots, "default", {}, () => [
11632
11632
  createVNode(_component_ux_button, { tag: "div" }, {
11633
11633
  default: withCtx(() => [
@@ -11642,20 +11642,20 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
11642
11642
  multiple: _ctx.multiValue,
11643
11643
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
11644
11644
  }, [
11645
- _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$f, "None")) : createCommentVNode("", true),
11645
+ _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$g, "None")) : createCommentVNode("", true),
11646
11646
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
11647
11647
  return openBlock(), createElementBlock("option", {
11648
11648
  value: option2.value
11649
11649
  }, toDisplayString(option2.title), 9, _hoisted_7$c);
11650
11650
  }), 256))
11651
- ], 40, _hoisted_5$j), [
11651
+ ], 40, _hoisted_5$k), [
11652
11652
  [vModelSelect, _ctx.model]
11653
11653
  ])
11654
11654
  ], 2);
11655
11655
  }
11656
- var FieldSelect = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-3cff6dc8"]]);
11656
+ var FieldSelect = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-3cff6dc8"]]);
11657
11657
  var currency_vue_vue_type_style_index_0_scoped_true_lang = "";
11658
- const _sfc_main$G = {
11658
+ const _sfc_main$H = {
11659
11659
  props: {
11660
11660
  modelValue: {
11661
11661
  type: [String, Array]
@@ -11732,24 +11732,24 @@ const _sfc_main$G = {
11732
11732
  }
11733
11733
  }
11734
11734
  };
11735
- const _hoisted_1$y = {
11735
+ const _hoisted_1$z = {
11736
11736
  key: 0,
11737
11737
  class: "ux-field-title"
11738
11738
  };
11739
- const _hoisted_2$v = {
11739
+ const _hoisted_2$w = {
11740
11740
  key: 0,
11741
11741
  class: "ux-required-marker"
11742
11742
  };
11743
- const _hoisted_3$s = {
11743
+ const _hoisted_3$t = {
11744
11744
  key: 1,
11745
11745
  class: "ux-field-description"
11746
11746
  };
11747
- const _hoisted_4$p = { key: 2 };
11748
- const _hoisted_5$i = {
11747
+ const _hoisted_4$q = { key: 2 };
11748
+ const _hoisted_5$j = {
11749
11749
  key: 0,
11750
11750
  class: "ux-text-prefix"
11751
11751
  };
11752
- const _hoisted_6$e = ["onBlur", "onUpdate:modelValue"];
11752
+ const _hoisted_6$f = ["onBlur", "onUpdate:modelValue"];
11753
11753
  const _hoisted_7$b = {
11754
11754
  key: 1,
11755
11755
  class: "ux-text-suffix"
@@ -11762,18 +11762,18 @@ const _hoisted_9$6 = {
11762
11762
  key: 1,
11763
11763
  class: "ux-text-suffix"
11764
11764
  };
11765
- function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
11765
+ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
11766
11766
  const _component_flex_cell = resolveComponent("flex-cell");
11767
11767
  const _component_ux_icon = resolveComponent("ux-icon");
11768
11768
  const _component_ux_button = resolveComponent("ux-button");
11769
11769
  const _component_flex_row = resolveComponent("flex-row");
11770
11770
  return openBlock(), createElementBlock(Fragment, null, [
11771
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
11771
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
11772
11772
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
11773
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
11773
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
11774
11774
  ])) : createCommentVNode("", true),
11775
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
11776
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
11775
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
11776
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
11777
11777
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
11778
11778
  return openBlock(), createBlock(_component_flex_row, {
11779
11779
  class: "ux-text-row",
@@ -11785,7 +11785,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
11785
11785
  createElementVNode("div", {
11786
11786
  class: normalizeClass(["ux-text-wrap", { prefixed: $options.prefix, suffixed: $options.suffix }])
11787
11787
  }, [
11788
- $options.prefix ? (openBlock(), createElementBlock("span", _hoisted_5$i, toDisplayString($options.prefix), 1)) : createCommentVNode("", true),
11788
+ $options.prefix ? (openBlock(), createElementBlock("span", _hoisted_5$j, toDisplayString($options.prefix), 1)) : createCommentVNode("", true),
11789
11789
  withDirectives((openBlock(), createElementBlock("input", {
11790
11790
  class: "ux-field-focus ux-text-input-multiple",
11791
11791
  ref_for: true,
@@ -11796,7 +11796,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
11796
11796
  onBlur: ($event) => $options.update($event, index2),
11797
11797
  "onUpdate:modelValue": ($event) => $options.proxy[index2] = $event,
11798
11798
  onFocus: _cache[1] || (_cache[1] = (...args) => _ctx.touch && _ctx.touch(...args))
11799
- }, null, 40, _hoisted_6$e)), [
11799
+ }, null, 40, _hoisted_6$f)), [
11800
11800
  [
11801
11801
  vModelText,
11802
11802
  $options.proxy[index2],
@@ -11870,9 +11870,9 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
11870
11870
  ], 2))
11871
11871
  ], 64);
11872
11872
  }
11873
- var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-5dd6344d"]]);
11873
+ var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-5dd6344d"]]);
11874
11874
  var textfield_vue_vue_type_style_index_0_scoped_true_lang = "";
11875
- const _sfc_main$F = {
11875
+ const _sfc_main$G = {
11876
11876
  props: {
11877
11877
  modelValue: {
11878
11878
  type: [String, Array]
@@ -11935,21 +11935,21 @@ const _sfc_main$F = {
11935
11935
  }
11936
11936
  }
11937
11937
  };
11938
- const _hoisted_1$x = {
11938
+ const _hoisted_1$y = {
11939
11939
  key: 0,
11940
11940
  class: "ux-field-title"
11941
11941
  };
11942
- const _hoisted_2$u = {
11942
+ const _hoisted_2$v = {
11943
11943
  key: 0,
11944
11944
  class: "ux-required-marker"
11945
11945
  };
11946
- const _hoisted_3$r = {
11946
+ const _hoisted_3$s = {
11947
11947
  key: 1,
11948
11948
  class: "ux-field-description"
11949
11949
  };
11950
- const _hoisted_4$o = { key: 2 };
11951
- const _hoisted_5$h = { class: "ux-text-wrap" };
11952
- const _hoisted_6$d = {
11950
+ const _hoisted_4$p = { key: 2 };
11951
+ const _hoisted_5$i = { class: "ux-text-wrap" };
11952
+ const _hoisted_6$e = {
11953
11953
  key: 0,
11954
11954
  class: "ux-text-prefix"
11955
11955
  };
@@ -11973,18 +11973,18 @@ const _hoisted_14$3 = {
11973
11973
  key: 3,
11974
11974
  class: "ux-text-suffix"
11975
11975
  };
11976
- function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
11976
+ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
11977
11977
  const _component_flex_cell = resolveComponent("flex-cell");
11978
11978
  const _component_ux_icon = resolveComponent("ux-icon");
11979
11979
  const _component_ux_button = resolveComponent("ux-button");
11980
11980
  const _component_flex_row = resolveComponent("flex-row");
11981
11981
  return openBlock(), createElementBlock(Fragment, null, [
11982
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
11982
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
11983
11983
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
11984
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
11984
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
11985
11985
  ])) : createCommentVNode("", true),
11986
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
11987
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$o, [
11986
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
11987
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
11988
11988
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
11989
11989
  return openBlock(), createBlock(_component_flex_row, {
11990
11990
  class: "ux-text-row",
@@ -11993,8 +11993,8 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
11993
11993
  default: withCtx(() => [
11994
11994
  createVNode(_component_flex_cell, null, {
11995
11995
  default: withCtx(() => [
11996
- createElementVNode("div", _hoisted_5$h, [
11997
- _ctx.prefix ? (openBlock(), createElementBlock("span", _hoisted_6$d, toDisplayString(_ctx.prefix), 1)) : createCommentVNode("", true),
11996
+ createElementVNode("div", _hoisted_5$i, [
11997
+ _ctx.prefix ? (openBlock(), createElementBlock("span", _hoisted_6$e, toDisplayString(_ctx.prefix), 1)) : createCommentVNode("", true),
11998
11998
  $options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
11999
11999
  key: 1,
12000
12000
  type: $options.inputType,
@@ -12100,9 +12100,9 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
12100
12100
  ]))
12101
12101
  ], 64);
12102
12102
  }
12103
- var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-d9e8503e"]]);
12103
+ var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-d9e8503e"]]);
12104
12104
  var textarea_vue_vue_type_style_index_0_scoped_true_lang = "";
12105
- const _sfc_main$E = {
12105
+ const _sfc_main$F = {
12106
12106
  props: {
12107
12107
  modelValue: {
12108
12108
  type: [String, Array]
@@ -12115,32 +12115,32 @@ const _sfc_main$E = {
12115
12115
  }
12116
12116
  }
12117
12117
  };
12118
- const _hoisted_1$w = {
12118
+ const _hoisted_1$x = {
12119
12119
  key: 0,
12120
12120
  class: "ux-field-title"
12121
12121
  };
12122
- const _hoisted_2$t = {
12122
+ const _hoisted_2$u = {
12123
12123
  key: 0,
12124
12124
  class: "ux-required-marker"
12125
12125
  };
12126
- const _hoisted_3$q = {
12126
+ const _hoisted_3$r = {
12127
12127
  key: 1,
12128
12128
  class: "ux-field-description"
12129
12129
  };
12130
- const _hoisted_4$n = { key: 2 };
12131
- const _hoisted_5$g = ["onUpdate:modelValue"];
12132
- function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
12130
+ const _hoisted_4$o = { key: 2 };
12131
+ const _hoisted_5$h = ["onUpdate:modelValue"];
12132
+ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
12133
12133
  const _component_flex_cell = resolveComponent("flex-cell");
12134
12134
  const _component_ux_icon = resolveComponent("ux-icon");
12135
12135
  const _component_ux_button = resolveComponent("ux-button");
12136
12136
  const _component_flex_row = resolveComponent("flex-row");
12137
12137
  return openBlock(), createElementBlock(Fragment, null, [
12138
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
12138
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
12139
12139
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
12140
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
12140
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
12141
12141
  ])) : createCommentVNode("", true),
12142
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
12143
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
12142
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
12143
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$o, [
12144
12144
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
12145
12145
  return openBlock(), createBlock(_component_flex_row, {
12146
12146
  class: "ux-text-row",
@@ -12156,7 +12156,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
12156
12156
  ref: "input",
12157
12157
  "onUpdate:modelValue": ($event) => _ctx.model[index2] = $event,
12158
12158
  class: "ux-textarea ux-field-focus ux-text-area-multiple"
12159
- }, null, 40, _hoisted_5$g), [
12159
+ }, null, 40, _hoisted_5$h), [
12160
12160
  [vModelText, _ctx.model[index2]]
12161
12161
  ])
12162
12162
  ]),
@@ -12206,7 +12206,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
12206
12206
  ])
12207
12207
  ], 64);
12208
12208
  }
12209
- var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-777c0703"]]);
12209
+ var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-777c0703"]]);
12210
12210
  var datefield_vue_vue_type_style_index_0_scoped_true_lang = "";
12211
12211
  function zero(input) {
12212
12212
  if (String(input).length < 2) {
@@ -12214,7 +12214,7 @@ function zero(input) {
12214
12214
  }
12215
12215
  return input;
12216
12216
  }
12217
- const _sfc_main$D = {
12217
+ const _sfc_main$E = {
12218
12218
  props: {
12219
12219
  modelValue: {
12220
12220
  type: [Date, String, Array]
@@ -12263,32 +12263,32 @@ const _sfc_main$D = {
12263
12263
  }
12264
12264
  }
12265
12265
  };
12266
- const _hoisted_1$v = {
12266
+ const _hoisted_1$w = {
12267
12267
  key: 0,
12268
12268
  class: "ux-field-title"
12269
12269
  };
12270
- const _hoisted_2$s = {
12270
+ const _hoisted_2$t = {
12271
12271
  key: 0,
12272
12272
  class: "ux-required-marker"
12273
12273
  };
12274
- const _hoisted_3$p = {
12274
+ const _hoisted_3$q = {
12275
12275
  key: 1,
12276
12276
  class: "ux-field-description"
12277
12277
  };
12278
- const _hoisted_4$m = { key: 2 };
12279
- const _hoisted_5$f = ["onUpdate:modelValue"];
12280
- function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
12278
+ const _hoisted_4$n = { key: 2 };
12279
+ const _hoisted_5$g = ["onUpdate:modelValue"];
12280
+ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
12281
12281
  const _component_flex_cell = resolveComponent("flex-cell");
12282
12282
  const _component_ux_icon = resolveComponent("ux-icon");
12283
12283
  const _component_ux_button = resolveComponent("ux-button");
12284
12284
  const _component_flex_row = resolveComponent("flex-row");
12285
12285
  return openBlock(), createElementBlock(Fragment, null, [
12286
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
12286
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
12287
12287
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
12288
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
12288
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
12289
12289
  ])) : createCommentVNode("", true),
12290
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
12291
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
12290
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
12291
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
12292
12292
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
12293
12293
  return openBlock(), createBlock(_component_flex_row, {
12294
12294
  class: "ux-text-row",
@@ -12305,7 +12305,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
12305
12305
  ref: "input",
12306
12306
  onKeydown: _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => _ctx.add(), ["stop", "prevent"]), ["enter"])),
12307
12307
  "onUpdate:modelValue": ($event) => $options.model[index2] = $event
12308
- }, null, 40, _hoisted_5$f), [
12308
+ }, null, 40, _hoisted_5$g), [
12309
12309
  [vModelText, $options.model[index2]]
12310
12310
  ])
12311
12311
  ]),
@@ -12354,9 +12354,9 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
12354
12354
  ])
12355
12355
  ], 64);
12356
12356
  }
12357
- var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-1c86b484"]]);
12357
+ var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-1c86b484"]]);
12358
12358
  var daterange_vue_vue_type_style_index_0_scoped_true_lang = "";
12359
- const _sfc_main$C = {
12359
+ const _sfc_main$D = {
12360
12360
  components: {
12361
12361
  Daterange
12362
12362
  },
@@ -12400,32 +12400,32 @@ const _sfc_main$C = {
12400
12400
  }
12401
12401
  }
12402
12402
  };
12403
- const _hoisted_1$u = {
12403
+ const _hoisted_1$v = {
12404
12404
  key: 0,
12405
12405
  class: "ux-field-title"
12406
12406
  };
12407
- const _hoisted_2$r = {
12407
+ const _hoisted_2$s = {
12408
12408
  key: 0,
12409
12409
  class: "ux-required-marker"
12410
12410
  };
12411
- const _hoisted_3$o = {
12411
+ const _hoisted_3$p = {
12412
12412
  key: 1,
12413
12413
  class: "ux-field-description"
12414
12414
  };
12415
- const _hoisted_4$l = { key: 2 };
12416
- function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
12415
+ const _hoisted_4$m = { key: 2 };
12416
+ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
12417
12417
  const _component_daterange = resolveComponent("daterange", true);
12418
12418
  const _component_flex_cell = resolveComponent("flex-cell");
12419
12419
  const _component_ux_icon = resolveComponent("ux-icon");
12420
12420
  const _component_ux_button = resolveComponent("ux-button");
12421
12421
  const _component_flex_row = resolveComponent("flex-row");
12422
12422
  return openBlock(), createElementBlock(Fragment, null, [
12423
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
12423
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
12424
12424
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
12425
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
12425
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
12426
12426
  ])) : createCommentVNode("", true),
12427
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
12428
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
12427
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
12428
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
12429
12429
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
12430
12430
  return openBlock(), createBlock(_component_flex_row, {
12431
12431
  class: "ux-text-row",
@@ -12482,9 +12482,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
12482
12482
  }, null, 8, ["onFocus", "modelValue"]))
12483
12483
  ], 64);
12484
12484
  }
12485
- var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-24228367"]]);
12485
+ var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-24228367"]]);
12486
12486
  var checkbox_vue_vue_type_style_index_0_scoped_true_lang = "";
12487
- const _sfc_main$B = {
12487
+ const _sfc_main$C = {
12488
12488
  computed: {
12489
12489
  NativeCheckbox: UXCheckbox
12490
12490
  },
@@ -12526,19 +12526,19 @@ const _sfc_main$B = {
12526
12526
  }
12527
12527
  }
12528
12528
  };
12529
- const _hoisted_1$t = {
12529
+ const _hoisted_1$u = {
12530
12530
  key: 0,
12531
12531
  class: "ux-field-title"
12532
12532
  };
12533
- const _hoisted_2$q = {
12533
+ const _hoisted_2$r = {
12534
12534
  key: 0,
12535
12535
  class: "ux-required-marker"
12536
12536
  };
12537
- const _hoisted_3$n = {
12537
+ const _hoisted_3$o = {
12538
12538
  key: 1,
12539
12539
  class: "ux-field-description"
12540
12540
  };
12541
- function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
12541
+ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
12542
12542
  const _component_ux_checkbox = resolveComponent("ux-checkbox");
12543
12543
  const _component_flex_cell = resolveComponent("flex-cell");
12544
12544
  const _component_flex_row = resolveComponent("flex-row");
@@ -12562,11 +12562,11 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
12562
12562
  createVNode(_component_flex_cell, { vcenter: "" }, {
12563
12563
  default: withCtx(() => [
12564
12564
  createElementVNode("div", null, [
12565
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
12565
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
12566
12566
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
12567
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
12567
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
12568
12568
  ])) : createCommentVNode("", true),
12569
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
12569
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
12570
12570
  ])
12571
12571
  ]),
12572
12572
  _: 1
@@ -12575,8 +12575,8 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
12575
12575
  _: 1
12576
12576
  });
12577
12577
  }
12578
- var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-046b9e38"]]);
12579
- const _sfc_main$A = {
12578
+ var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-046b9e38"]]);
12579
+ const _sfc_main$B = {
12580
12580
  props: {
12581
12581
  modelValue: {
12582
12582
  type: [String, Array]
@@ -12589,15 +12589,15 @@ const _sfc_main$A = {
12589
12589
  }
12590
12590
  }
12591
12591
  };
12592
- const _hoisted_1$s = { key: 0 };
12593
- const _hoisted_2$p = ["innerHTML"];
12594
- const _hoisted_3$m = ["innerHTML"];
12595
- function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
12592
+ const _hoisted_1$t = { key: 0 };
12593
+ const _hoisted_2$q = ["innerHTML"];
12594
+ const _hoisted_3$n = ["innerHTML"];
12595
+ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
12596
12596
  const _component_flex_cell = resolveComponent("flex-cell");
12597
12597
  const _component_ux_icon = resolveComponent("ux-icon");
12598
12598
  const _component_ux_button = resolveComponent("ux-button");
12599
12599
  const _component_flex_row = resolveComponent("flex-row");
12600
- return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$s, [
12600
+ return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$t, [
12601
12601
  createVNode(_component_flex_row, { class: "ux-text-row" }, {
12602
12602
  default: withCtx(() => [
12603
12603
  createVNode(_component_flex_cell, null, {
@@ -12606,7 +12606,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
12606
12606
  return openBlock(), createElementBlock("div", {
12607
12607
  innerHTML: _ctx.field.template,
12608
12608
  key: index2
12609
- }, null, 8, _hoisted_2$p);
12609
+ }, null, 8, _hoisted_2$q);
12610
12610
  }), 128))
12611
12611
  ]),
12612
12612
  _: 1
@@ -12645,11 +12645,11 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
12645
12645
  ])) : (openBlock(), createElementBlock("div", {
12646
12646
  key: 1,
12647
12647
  innerHTML: _ctx.field.template
12648
- }, null, 8, _hoisted_3$m));
12648
+ }, null, 8, _hoisted_3$n));
12649
12649
  }
12650
- var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
12650
+ var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B]]);
12651
12651
  var FilterCondition_vue_vue_type_style_index_0_lang = "";
12652
- const _sfc_main$z = {
12652
+ const _sfc_main$A = {
12653
12653
  props: {
12654
12654
  fields: {
12655
12655
  type: Array,
@@ -12930,15 +12930,15 @@ const _sfc_main$z = {
12930
12930
  ContentSelect
12931
12931
  }
12932
12932
  };
12933
- const _hoisted_1$r = {
12933
+ const _hoisted_1$s = {
12934
12934
  key: 0,
12935
12935
  class: "filter-condition"
12936
12936
  };
12937
- const _hoisted_2$o = { key: 0 };
12938
- const _hoisted_3$l = { key: 1 };
12939
- const _hoisted_4$k = /* @__PURE__ */ createTextVNode(" And ");
12940
- const _hoisted_5$e = { key: 2 };
12941
- const _hoisted_6$c = { key: 3 };
12937
+ const _hoisted_2$p = { key: 0 };
12938
+ const _hoisted_3$m = { key: 1 };
12939
+ const _hoisted_4$l = /* @__PURE__ */ createTextVNode(" And ");
12940
+ const _hoisted_5$f = { key: 2 };
12941
+ const _hoisted_6$d = { key: 3 };
12942
12942
  const _hoisted_7$9 = /* @__PURE__ */ createTextVNode(" And ");
12943
12943
  const _hoisted_8$5 = { key: 4 };
12944
12944
  const _hoisted_9$4 = { key: 5 };
@@ -12947,7 +12947,7 @@ const _hoisted_11$2 = { key: 7 };
12947
12947
  const _hoisted_12$2 = { key: 8 };
12948
12948
  const _hoisted_13$2 = { key: 9 };
12949
12949
  const _hoisted_14$2 = { key: 10 };
12950
- function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
12950
+ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
12951
12951
  const _component_native_select = resolveComponent("native-select");
12952
12952
  const _component_flex_cell = resolveComponent("flex-cell");
12953
12953
  const _component_text_field = resolveComponent("text-field");
@@ -12957,7 +12957,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
12957
12957
  const _component_ux_switch = resolveComponent("ux-switch");
12958
12958
  const _component_ux_icon = resolveComponent("ux-icon");
12959
12959
  const _component_ux_button = resolveComponent("ux-button");
12960
- return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$r, [
12960
+ return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$s, [
12961
12961
  createVNode(_component_flex_row, {
12962
12962
  gap: "",
12963
12963
  vcenter: ""
@@ -12987,7 +12987,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
12987
12987
  })) : createCommentVNode("", true),
12988
12988
  $data.model.comparator ? (openBlock(), createBlock(_component_flex_cell, { key: 1 }, {
12989
12989
  default: withCtx(() => [
12990
- $options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$o, [
12990
+ $options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$p, [
12991
12991
  $options.hasOptions ? (openBlock(), createBlock(_component_native_select, {
12992
12992
  key: 0,
12993
12993
  modelValue: $data.model.values,
@@ -13000,20 +13000,20 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
13000
13000
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
13001
13001
  }, null, 8, ["field", "modelValue"]))
13002
13002
  ])) : createCommentVNode("", true),
13003
- $options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$l, [
13003
+ $options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$m, [
13004
13004
  createVNode(_component_text_field, {
13005
13005
  field: $options.normalField,
13006
13006
  modelValue: $data.model.value,
13007
13007
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.model.value = $event)
13008
13008
  }, null, 8, ["field", "modelValue"]),
13009
- _hoisted_4$k,
13009
+ _hoisted_4$l,
13010
13010
  createVNode(_component_text_field, {
13011
13011
  field: $options.normalField,
13012
13012
  modelValue: $data.model.value2,
13013
13013
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $data.model.value2 = $event)
13014
13014
  }, null, 8, ["field", "modelValue"])
13015
13015
  ])) : createCommentVNode("", true),
13016
- $options.inputType == "daterelative" ? (openBlock(), createElementBlock("div", _hoisted_5$e, [
13016
+ $options.inputType == "daterelative" ? (openBlock(), createElementBlock("div", _hoisted_5$f, [
13017
13017
  createVNode(_component_flex_row, null, {
13018
13018
  default: withCtx(() => [
13019
13019
  createVNode(_component_flex_cell, { style: { "width": "80px" } }, {
@@ -13040,7 +13040,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
13040
13040
  _: 1
13041
13041
  })
13042
13042
  ])) : createCommentVNode("", true),
13043
- $options.inputType == "daterange" ? (openBlock(), createElementBlock("div", _hoisted_6$c, [
13043
+ $options.inputType == "daterange" ? (openBlock(), createElementBlock("div", _hoisted_6$d, [
13044
13044
  createVNode(_component_date_field, {
13045
13045
  field: $options.dateField,
13046
13046
  modelValue: $data.model.value,
@@ -13146,7 +13146,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
13146
13146
  })
13147
13147
  ])) : createCommentVNode("", true);
13148
13148
  }
13149
- var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
13149
+ var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
13150
13150
  var root = _root;
13151
13151
  var now$1 = function() {
13152
13152
  return root.Date.now();
@@ -13277,7 +13277,7 @@ function debounce(func, wait, options) {
13277
13277
  }
13278
13278
  var debounce_1 = debounce;
13279
13279
  var FilterRule_vue_vue_type_style_index_0_lang = "";
13280
- const _sfc_main$y = {
13280
+ const _sfc_main$z = {
13281
13281
  props: {
13282
13282
  enableRemove: {
13283
13283
  type: Boolean
@@ -13418,32 +13418,32 @@ const _sfc_main$y = {
13418
13418
  NativeSelect
13419
13419
  }
13420
13420
  };
13421
- const _hoisted_1$q = {
13421
+ const _hoisted_1$r = {
13422
13422
  key: 0,
13423
13423
  class: "filter-rule"
13424
13424
  };
13425
- const _hoisted_2$n = { class: "top" };
13426
- const _hoisted_3$k = { class: "summary" };
13427
- const _hoisted_4$j = /* @__PURE__ */ createTextVNode(" Match ");
13428
- const _hoisted_5$d = /* @__PURE__ */ createTextVNode(" of the following conditions ");
13429
- const _hoisted_6$b = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
13425
+ const _hoisted_2$o = { class: "top" };
13426
+ const _hoisted_3$l = { class: "summary" };
13427
+ const _hoisted_4$k = /* @__PURE__ */ createTextVNode(" Match ");
13428
+ const _hoisted_5$e = /* @__PURE__ */ createTextVNode(" of the following conditions ");
13429
+ const _hoisted_6$c = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
13430
13430
  const _hoisted_7$8 = { class: "operator" };
13431
13431
  const _hoisted_8$4 = /* @__PURE__ */ createTextVNode(" Add Condition ");
13432
- function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
13432
+ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
13433
13433
  const _component_native_select = resolveComponent("native-select");
13434
13434
  const _component_flex_cell = resolveComponent("flex-cell");
13435
13435
  const _component_ux_icon = resolveComponent("ux-icon");
13436
13436
  const _component_ux_button = resolveComponent("ux-button");
13437
13437
  const _component_flex_row = resolveComponent("flex-row");
13438
13438
  const _component_filter_condition = resolveComponent("filter-condition");
13439
- return $props.definition ? (openBlock(), createElementBlock("div", _hoisted_1$q, [
13440
- createElementVNode("div", _hoisted_2$n, [
13439
+ return $props.definition ? (openBlock(), createElementBlock("div", _hoisted_1$r, [
13440
+ createElementVNode("div", _hoisted_2$o, [
13441
13441
  createVNode(_component_flex_row, null, {
13442
13442
  default: withCtx(() => [
13443
13443
  createVNode(_component_flex_cell, null, {
13444
13444
  default: withCtx(() => [
13445
- createElementVNode("div", _hoisted_3$k, [
13446
- _hoisted_4$j,
13445
+ createElementVNode("div", _hoisted_3$l, [
13446
+ _hoisted_4$k,
13447
13447
  createVNode(_component_native_select, {
13448
13448
  modelValue: $data.model.operator,
13449
13449
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
@@ -13454,7 +13454,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
13454
13454
  ]),
13455
13455
  _: 1
13456
13456
  }, 8, ["modelValue", "field"]),
13457
- _hoisted_5$d
13457
+ _hoisted_5$e
13458
13458
  ])
13459
13459
  ]),
13460
13460
  _: 1
@@ -13493,7 +13493,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
13493
13493
  shrink: ""
13494
13494
  }, {
13495
13495
  default: withCtx(() => [
13496
- _hoisted_6$b,
13496
+ _hoisted_6$c,
13497
13497
  createElementVNode("div", _hoisted_7$8, toDisplayString($data.model.operator), 1)
13498
13498
  ]),
13499
13499
  _: 2
@@ -13529,9 +13529,9 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
13529
13529
  }, 8, ["onClick"])
13530
13530
  ])) : createCommentVNode("", true);
13531
13531
  }
13532
- var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
13532
+ var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
13533
13533
  var FilterBuilder_vue_vue_type_style_index_0_scoped_true_lang = "";
13534
- const _sfc_main$x = {
13534
+ const _sfc_main$y = {
13535
13535
  components: {
13536
13536
  FilterRule,
13537
13537
  NativeSelect
@@ -13632,16 +13632,16 @@ const _sfc_main$x = {
13632
13632
  };
13633
13633
  }
13634
13634
  };
13635
- const _hoisted_1$p = { class: "filters" };
13636
- const _hoisted_2$m = {
13635
+ const _hoisted_1$q = { class: "filters" };
13636
+ const _hoisted_2$n = {
13637
13637
  key: 0,
13638
13638
  class: "top"
13639
13639
  };
13640
- const _hoisted_3$j = { class: "summary" };
13641
- const _hoisted_4$i = /* @__PURE__ */ createTextVNode(" Match ");
13642
- const _hoisted_5$c = /* @__PURE__ */ createTextVNode(" of the following rules ");
13643
- const _hoisted_6$a = /* @__PURE__ */ createTextVNode("Add Filter Rule");
13644
- function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
13640
+ const _hoisted_3$k = { class: "summary" };
13641
+ const _hoisted_4$j = /* @__PURE__ */ createTextVNode(" Match ");
13642
+ const _hoisted_5$d = /* @__PURE__ */ createTextVNode(" of the following rules ");
13643
+ const _hoisted_6$b = /* @__PURE__ */ createTextVNode("Add Filter Rule");
13644
+ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
13645
13645
  const _component_native_select = resolveComponent("native-select");
13646
13646
  const _component_filter_rule = resolveComponent("filter-rule");
13647
13647
  const _component_ux_button = resolveComponent("ux-button");
@@ -13651,10 +13651,10 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
13651
13651
  default: withCtx(() => [
13652
13652
  createVNode(_component_flex_body, null, {
13653
13653
  default: withCtx(() => [
13654
- createElementVNode("div", _hoisted_1$p, [
13655
- $data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$m, [
13656
- createElementVNode("div", _hoisted_3$j, [
13657
- _hoisted_4$i,
13654
+ createElementVNode("div", _hoisted_1$q, [
13655
+ $data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$n, [
13656
+ createElementVNode("div", _hoisted_3$k, [
13657
+ _hoisted_4$j,
13658
13658
  createVNode(_component_native_select, {
13659
13659
  modelValue: $data.model.operator,
13660
13660
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
@@ -13665,7 +13665,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
13665
13665
  ]),
13666
13666
  _: 1
13667
13667
  }, 8, ["modelValue", "field"]),
13668
- _hoisted_5$c
13668
+ _hoisted_5$d
13669
13669
  ])
13670
13670
  ])) : createCommentVNode("", true),
13671
13671
  (openBlock(true), createElementBlock(Fragment, null, renderList($data.model.filters, (rule, index2) => {
@@ -13684,7 +13684,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
13684
13684
  onClick: _cache[1] || (_cache[1] = ($event) => $options.addRule())
13685
13685
  }, {
13686
13686
  default: withCtx(() => [
13687
- _hoisted_6$a
13687
+ _hoisted_6$b
13688
13688
  ]),
13689
13689
  _: 1
13690
13690
  })
@@ -13696,9 +13696,9 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
13696
13696
  _: 1
13697
13697
  });
13698
13698
  }
13699
- var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-7933a5ee"]]);
13699
+ var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y], ["__scopeId", "data-v-7933a5ee"]]);
13700
13700
  var filter_vue_vue_type_style_index_0_scoped_true_lang = "";
13701
- const _sfc_main$w = {
13701
+ const _sfc_main$x = {
13702
13702
  mixins: [InputMixin],
13703
13703
  components: {
13704
13704
  FilterBuilder
@@ -13741,32 +13741,32 @@ const _sfc_main$w = {
13741
13741
  }
13742
13742
  }
13743
13743
  };
13744
- const _hoisted_1$o = {
13744
+ const _hoisted_1$p = {
13745
13745
  key: 0,
13746
13746
  class: "ux-field-title"
13747
13747
  };
13748
- const _hoisted_2$l = {
13748
+ const _hoisted_2$m = {
13749
13749
  key: 0,
13750
13750
  class: "ux-required-marker"
13751
13751
  };
13752
- const _hoisted_3$i = {
13752
+ const _hoisted_3$j = {
13753
13753
  key: 1,
13754
13754
  class: "ux-field-description"
13755
13755
  };
13756
- const _hoisted_4$h = { key: 2 };
13757
- function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
13756
+ const _hoisted_4$i = { key: 2 };
13757
+ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
13758
13758
  const _component_filter_builder = resolveComponent("filter-builder");
13759
13759
  const _component_flex_cell = resolveComponent("flex-cell");
13760
13760
  const _component_ux_icon = resolveComponent("ux-icon");
13761
13761
  const _component_ux_button = resolveComponent("ux-button");
13762
13762
  const _component_flex_row = resolveComponent("flex-row");
13763
13763
  return openBlock(), createElementBlock(Fragment, null, [
13764
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$o, [
13764
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$p, [
13765
13765
  createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
13766
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$l, "*")) : createCommentVNode("", true)
13766
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$m, "*")) : createCommentVNode("", true)
13767
13767
  ])) : createCommentVNode("", true),
13768
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$i, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
13769
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
13768
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$j, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
13769
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
13770
13770
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
13771
13771
  return openBlock(), createBlock(_component_flex_row, {
13772
13772
  class: "ux-text-row",
@@ -13824,9 +13824,9 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
13824
13824
  }, null, 8, ["definition", "modelValue"]))
13825
13825
  ], 64);
13826
13826
  }
13827
- var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-a43e06e8"]]);
13827
+ var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x], ["__scopeId", "data-v-a43e06e8"]]);
13828
13828
  var switch_vue_vue_type_style_index_0_scoped_true_lang = "";
13829
- const _sfc_main$v = {
13829
+ const _sfc_main$w = {
13830
13830
  mixins: [InputMixin],
13831
13831
  props: {
13832
13832
  modelValue: {
@@ -13865,19 +13865,19 @@ const _sfc_main$v = {
13865
13865
  }
13866
13866
  }
13867
13867
  };
13868
- const _hoisted_1$n = {
13868
+ const _hoisted_1$o = {
13869
13869
  key: 0,
13870
13870
  class: "ux-field-title"
13871
13871
  };
13872
- const _hoisted_2$k = {
13872
+ const _hoisted_2$l = {
13873
13873
  key: 0,
13874
13874
  class: "ux-required-marker"
13875
13875
  };
13876
- const _hoisted_3$h = {
13876
+ const _hoisted_3$i = {
13877
13877
  key: 1,
13878
13878
  class: "ux-field-description"
13879
13879
  };
13880
- function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
13880
+ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
13881
13881
  const _component_ux_switch = resolveComponent("ux-switch");
13882
13882
  const _component_flex_cell = resolveComponent("flex-cell");
13883
13883
  const _component_flex_row = resolveComponent("flex-row");
@@ -13901,11 +13901,11 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
13901
13901
  createVNode(_component_flex_cell, { vcenter: "" }, {
13902
13902
  default: withCtx(() => [
13903
13903
  createElementVNode("div", null, [
13904
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$n, [
13904
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$o, [
13905
13905
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
13906
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$k, "*")) : createCommentVNode("", true)
13906
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$l, "*")) : createCommentVNode("", true)
13907
13907
  ])) : createCommentVNode("", true),
13908
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$h, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
13908
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$i, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
13909
13909
  ])
13910
13910
  ]),
13911
13911
  _: 1
@@ -13914,9 +13914,9 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
13914
13914
  _: 1
13915
13915
  });
13916
13916
  }
13917
- var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-5994d322"]]);
13917
+ var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-5994d322"]]);
13918
13918
  var filedrop_vue_vue_type_style_index_0_scoped_true_lang = "";
13919
- const _sfc_main$u = {
13919
+ const _sfc_main$v = {
13920
13920
  props: {
13921
13921
  multiple: {
13922
13922
  type: Boolean
@@ -13968,9 +13968,9 @@ const _sfc_main$u = {
13968
13968
  }
13969
13969
  }
13970
13970
  };
13971
- const _hoisted_1$m = ["accept", "multiple"];
13972
- const _hoisted_2$j = /* @__PURE__ */ createTextVNode("Select Files");
13973
- function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
13971
+ const _hoisted_1$n = ["accept", "multiple"];
13972
+ const _hoisted_2$k = /* @__PURE__ */ createTextVNode("Select Files");
13973
+ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
13974
13974
  const _component_ux_button = resolveComponent("ux-button");
13975
13975
  return openBlock(), createElementBlock("label", {
13976
13976
  class: normalizeClass(["file-drop", { over: $data.over }]),
@@ -13984,7 +13984,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
13984
13984
  type: "file",
13985
13985
  multiple: $props.multiple,
13986
13986
  onChange: _cache[0] || (_cache[0] = ($event) => $options.filesSelected($event.target.files))
13987
- }, null, 40, _hoisted_1$m),
13987
+ }, null, 40, _hoisted_1$n),
13988
13988
  createElementVNode("div", {
13989
13989
  class: "file-drop-ux",
13990
13990
  onClick: _cache[1] || (_cache[1] = (...args) => $options.clicked && $options.clicked(...args))
@@ -13992,7 +13992,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
13992
13992
  renderSlot(_ctx.$slots, "default", {}, () => [
13993
13993
  createVNode(_component_ux_button, null, {
13994
13994
  default: withCtx(() => [
13995
- _hoisted_2$j
13995
+ _hoisted_2$k
13996
13996
  ]),
13997
13997
  _: 1
13998
13998
  })
@@ -14000,9 +14000,9 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
14000
14000
  ])
14001
14001
  ], 34);
14002
14002
  }
14003
- var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-1960a794"]]);
14003
+ var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-1960a794"]]);
14004
14004
  var upload_vue_vue_type_style_index_0_scoped_true_lang = "";
14005
- const _sfc_main$t = {
14005
+ const _sfc_main$u = {
14006
14006
  mixins: [InputMixin],
14007
14007
  components: {
14008
14008
  FileDrop
@@ -14136,26 +14136,26 @@ const _sfc_main$t = {
14136
14136
  },
14137
14137
  computed: {}
14138
14138
  };
14139
- const _hoisted_1$l = {
14139
+ const _hoisted_1$m = {
14140
14140
  key: 0,
14141
14141
  class: "ux-field-title"
14142
14142
  };
14143
- const _hoisted_2$i = {
14143
+ const _hoisted_2$j = {
14144
14144
  key: 0,
14145
14145
  class: "ux-required-marker"
14146
14146
  };
14147
- const _hoisted_3$g = {
14147
+ const _hoisted_3$h = {
14148
14148
  key: 1,
14149
14149
  class: "ux-field-description"
14150
14150
  };
14151
- const _hoisted_4$g = {
14151
+ const _hoisted_4$h = {
14152
14152
  key: 2,
14153
14153
  class: "files"
14154
14154
  };
14155
- const _hoisted_5$b = { class: "size" };
14156
- const _hoisted_6$9 = /* @__PURE__ */ createTextVNode("Select Files");
14155
+ const _hoisted_5$c = { class: "size" };
14156
+ const _hoisted_6$a = /* @__PURE__ */ createTextVNode("Select Files");
14157
14157
  const _hoisted_7$7 = /* @__PURE__ */ createTextVNode("Select File");
14158
- function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
14158
+ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
14159
14159
  const _component_progress_bar = resolveComponent("progress-bar");
14160
14160
  const _component_flex_cell = resolveComponent("flex-cell");
14161
14161
  const _component_ux_icon = resolveComponent("ux-icon");
@@ -14163,12 +14163,12 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
14163
14163
  const _component_flex_row = resolveComponent("flex-row");
14164
14164
  const _component_file_drop = resolveComponent("file-drop");
14165
14165
  return openBlock(), createElementBlock(Fragment, null, [
14166
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$l, [
14166
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$m, [
14167
14167
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
14168
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
14168
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$j, "*")) : createCommentVNode("", true)
14169
14169
  ])) : createCommentVNode("", true),
14170
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$g, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
14171
- $data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$g, [
14170
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$h, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
14171
+ $data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
14172
14172
  (openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
14173
14173
  return openBlock(), createElementBlock("div", {
14174
14174
  class: "file-item",
@@ -14179,7 +14179,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
14179
14179
  createVNode(_component_flex_cell, null, {
14180
14180
  default: withCtx(() => [
14181
14181
  createElementVNode("strong", null, toDisplayString(file.name), 1),
14182
- createElementVNode("div", _hoisted_5$b, toDisplayString($options.filesize(file.size)), 1),
14182
+ createElementVNode("div", _hoisted_5$c, toDisplayString($options.filesize(file.size)), 1),
14183
14183
  createVNode(_component_progress_bar, {
14184
14184
  value: file.progress
14185
14185
  }, null, 8, ["value"])
@@ -14215,7 +14215,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
14215
14215
  default: withCtx(() => [
14216
14216
  createVNode(_component_ux_button, null, {
14217
14217
  default: withCtx(() => [
14218
- _hoisted_6$9
14218
+ _hoisted_6$a
14219
14219
  ]),
14220
14220
  _: 1
14221
14221
  })
@@ -14238,9 +14238,9 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
14238
14238
  }, 8, ["onFiles"]))
14239
14239
  ], 64);
14240
14240
  }
14241
- var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-397fdaa7"]]);
14241
+ var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-397fdaa7"]]);
14242
14242
  var group_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
14243
- const _sfc_main$s = {
14243
+ const _sfc_main$t = {
14244
14244
  mixins: [InputMixin],
14245
14245
  components: { draggable: draggableComponent },
14246
14246
  props: {
@@ -14331,27 +14331,27 @@ const _sfc_main$s = {
14331
14331
  }
14332
14332
  }
14333
14333
  };
14334
- const _hoisted_1$k = {
14334
+ const _hoisted_1$l = {
14335
14335
  key: 0,
14336
14336
  class: "ux-multi-group"
14337
14337
  };
14338
- const _hoisted_2$h = {
14338
+ const _hoisted_2$i = {
14339
14339
  key: 0,
14340
14340
  class: "ux-group-title"
14341
14341
  };
14342
- const _hoisted_3$f = {
14342
+ const _hoisted_3$g = {
14343
14343
  key: 0,
14344
14344
  class: "ux-field-title"
14345
14345
  };
14346
- const _hoisted_4$f = {
14346
+ const _hoisted_4$g = {
14347
14347
  key: 0,
14348
14348
  class: "ux-required-marker"
14349
14349
  };
14350
- const _hoisted_5$a = {
14350
+ const _hoisted_5$b = {
14351
14351
  key: 1,
14352
14352
  class: "ux-field-description"
14353
14353
  };
14354
- const _hoisted_6$8 = {
14354
+ const _hoisted_6$9 = {
14355
14355
  key: 0,
14356
14356
  class: "ux-single-group"
14357
14357
  };
@@ -14364,7 +14364,7 @@ const _hoisted_9$3 = {
14364
14364
  key: 1,
14365
14365
  class: "ux-field-description"
14366
14366
  };
14367
- function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
14367
+ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
14368
14368
  const _component_ux_icon = resolveComponent("ux-icon");
14369
14369
  const _component_flex_cell = resolveComponent("flex-cell");
14370
14370
  const _component_ux_button = resolveComponent("ux-button");
@@ -14374,13 +14374,13 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
14374
14374
  const _component_ux_panel_body = resolveComponent("ux-panel-body");
14375
14375
  const _component_ux_panel = resolveComponent("ux-panel");
14376
14376
  const _component_draggable = resolveComponent("draggable");
14377
- return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
14378
- $options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_2$h, [
14379
- $options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_3$f, [
14377
+ return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$l, [
14378
+ $options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_2$i, [
14379
+ $options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_3$g, [
14380
14380
  createTextVNode(toDisplayString(_ctx.plural || _ctx.title) + " ", 1),
14381
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_4$f, "*")) : createCommentVNode("", true)
14381
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_4$g, "*")) : createCommentVNode("", true)
14382
14382
  ])) : createCommentVNode("", true),
14383
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_5$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
14383
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_5$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
14384
14384
  ])) : createCommentVNode("", true),
14385
14385
  $options.reorderable ? (openBlock(), createBlock(_component_draggable, {
14386
14386
  key: 1,
@@ -14700,7 +14700,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
14700
14700
  _: 1
14701
14701
  }))
14702
14702
  ], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
14703
- $options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
14703
+ $options.showLabel ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
14704
14704
  createElementVNode("div", _hoisted_7$6, [
14705
14705
  $options.showLabel ? (openBlock(), createElementBlock("label", _hoisted_8$3, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true),
14706
14706
  _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_9$3, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
@@ -14743,8 +14743,8 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
14743
14743
  ], 64))
14744
14744
  ], 64));
14745
14745
  }
14746
- var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-66c6137b"]]);
14747
- const _sfc_main$r = {
14746
+ var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-66c6137b"]]);
14747
+ const _sfc_main$s = {
14748
14748
  props: {
14749
14749
  option: {
14750
14750
  required: true
@@ -14756,17 +14756,17 @@ const _sfc_main$r = {
14756
14756
  }
14757
14757
  }
14758
14758
  };
14759
- function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
14759
+ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
14760
14760
  return renderSlot(_ctx.$slots, "default", { plainValue: $options.plainValue }, () => [
14761
14761
  createElementVNode("pre", null, toDisplayString($props.option), 1)
14762
14762
  ]);
14763
14763
  }
14764
- var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
14764
+ var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
14765
14765
  var buttonSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
14766
14766
  function isUndefined$2(entry) {
14767
14767
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
14768
14768
  }
14769
- const _sfc_main$q = {
14769
+ const _sfc_main$r = {
14770
14770
  components: {
14771
14771
  OptionSlot
14772
14772
  },
@@ -14887,30 +14887,30 @@ const _sfc_main$q = {
14887
14887
  }
14888
14888
  }
14889
14889
  };
14890
- const _hoisted_1$j = {
14890
+ const _hoisted_1$k = {
14891
14891
  key: 0,
14892
14892
  class: "ux-field-title"
14893
14893
  };
14894
- const _hoisted_2$g = {
14894
+ const _hoisted_2$h = {
14895
14895
  key: 0,
14896
14896
  class: "ux-required-marker"
14897
14897
  };
14898
- const _hoisted_3$e = {
14898
+ const _hoisted_3$f = {
14899
14899
  key: 1,
14900
14900
  class: "ux-field-description"
14901
14901
  };
14902
- const _hoisted_4$e = { class: "buttons" };
14903
- function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
14902
+ const _hoisted_4$f = { class: "buttons" };
14903
+ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
14904
14904
  const _component_ux_icon = resolveComponent("ux-icon");
14905
14905
  const _component_ux_button = resolveComponent("ux-button");
14906
14906
  const _component_option_slot = resolveComponent("option-slot");
14907
14907
  return openBlock(), createElementBlock(Fragment, null, [
14908
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$j, [
14908
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$k, [
14909
14909
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
14910
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
14910
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
14911
14911
  ])) : createCommentVNode("", true),
14912
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
14913
- createElementVNode("div", _hoisted_4$e, [
14912
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$f, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
14913
+ createElementVNode("div", _hoisted_4$f, [
14914
14914
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
14915
14915
  return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
14916
14916
  default: withCtx(({ plainValue }) => [
@@ -14934,9 +14934,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
14934
14934
  ])
14935
14935
  ], 64);
14936
14936
  }
14937
- var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-f0acfde4"]]);
14937
+ var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r], ["__scopeId", "data-v-f0acfde4"]]);
14938
14938
  var objectField_vue_vue_type_style_index_0_scoped_true_lang = "";
14939
- const _sfc_main$p = {
14939
+ const _sfc_main$q = {
14940
14940
  props: {
14941
14941
  modelValue: {
14942
14942
  type: Object
@@ -14950,32 +14950,32 @@ const _sfc_main$p = {
14950
14950
  }
14951
14951
  }
14952
14952
  };
14953
- const _hoisted_1$i = {
14953
+ const _hoisted_1$j = {
14954
14954
  key: 0,
14955
14955
  class: "ux-field-title"
14956
14956
  };
14957
- const _hoisted_2$f = {
14957
+ const _hoisted_2$g = {
14958
14958
  key: 0,
14959
14959
  class: "ux-required-marker"
14960
14960
  };
14961
- const _hoisted_3$d = {
14961
+ const _hoisted_3$e = {
14962
14962
  key: 1,
14963
14963
  class: "ux-field-description"
14964
14964
  };
14965
- const _hoisted_4$d = { key: 2 };
14966
- const _hoisted_5$9 = { key: 3 };
14967
- function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
14965
+ const _hoisted_4$e = { key: 2 };
14966
+ const _hoisted_5$a = { key: 3 };
14967
+ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
14968
14968
  const _component_flex_cell = resolveComponent("flex-cell");
14969
14969
  const _component_ux_icon = resolveComponent("ux-icon");
14970
14970
  const _component_ux_button = resolveComponent("ux-button");
14971
14971
  const _component_flex_row = resolveComponent("flex-row");
14972
14972
  return openBlock(), createElementBlock(Fragment, null, [
14973
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$i, [
14973
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$j, [
14974
14974
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
14975
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
14975
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
14976
14976
  ])) : createCommentVNode("", true),
14977
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
14978
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
14977
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
14978
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$e, [
14979
14979
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
14980
14980
  return openBlock(), createBlock(_component_flex_row, {
14981
14981
  class: "ux-text-row",
@@ -15024,12 +15024,12 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
15024
15024
  ]),
15025
15025
  _: 1
15026
15026
  })) : createCommentVNode("", true)
15027
- ])) : (openBlock(), createElementBlock("pre", _hoisted_5$9, toDisplayString(_ctx.model), 1))
15027
+ ])) : (openBlock(), createElementBlock("pre", _hoisted_5$a, toDisplayString(_ctx.model), 1))
15028
15028
  ], 64);
15029
15029
  }
15030
- var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-6b3fc2f2"]]);
15030
+ var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-6b3fc2f2"]]);
15031
15031
  var optionsManager_vue_vue_type_style_index_0_scoped_true_lang = "";
15032
- const _sfc_main$o = {
15032
+ const _sfc_main$p = {
15033
15033
  props: {
15034
15034
  modelValue: {
15035
15035
  type: [String, Array]
@@ -15124,21 +15124,21 @@ const _sfc_main$o = {
15124
15124
  }
15125
15125
  };
15126
15126
  const _withScopeId$3 = (n2) => (pushScopeId("data-v-076c3da8"), n2 = n2(), popScopeId(), n2);
15127
- const _hoisted_1$h = {
15127
+ const _hoisted_1$i = {
15128
15128
  key: 0,
15129
15129
  class: "ux-field-title"
15130
15130
  };
15131
- const _hoisted_2$e = {
15131
+ const _hoisted_2$f = {
15132
15132
  key: 0,
15133
15133
  class: "ux-required-marker"
15134
15134
  };
15135
- const _hoisted_3$c = {
15135
+ const _hoisted_3$d = {
15136
15136
  key: 1,
15137
15137
  class: "ux-field-description"
15138
15138
  };
15139
- const _hoisted_4$c = { key: 2 };
15140
- const _hoisted_5$8 = { class: "ux-text-wrap prefixed" };
15141
- const _hoisted_6$7 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
15139
+ const _hoisted_4$d = { key: 2 };
15140
+ const _hoisted_5$9 = { class: "ux-text-wrap prefixed" };
15141
+ const _hoisted_6$8 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
15142
15142
  const _hoisted_7$5 = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"];
15143
15143
  const _hoisted_8$2 = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"];
15144
15144
  const _hoisted_9$2 = { class: "ux-text-wrap prefixed" };
@@ -15148,19 +15148,19 @@ const _hoisted_12$1 = ["onFocus", "onUpdate:modelValue"];
15148
15148
  const _hoisted_13$1 = { class: "ux-text-wrap prefixed" };
15149
15149
  const _hoisted_14$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
15150
15150
  const _hoisted_15$1 = { class: "ux-text-wrap prefixed" };
15151
- const _hoisted_16 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
15152
- function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
15151
+ const _hoisted_16$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
15152
+ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
15153
15153
  const _component_flex_cell = resolveComponent("flex-cell");
15154
15154
  const _component_ux_icon = resolveComponent("ux-icon");
15155
15155
  const _component_ux_button = resolveComponent("ux-button");
15156
15156
  const _component_flex_row = resolveComponent("flex-row");
15157
15157
  return openBlock(), createElementBlock(Fragment, null, [
15158
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$h, [
15158
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$i, [
15159
15159
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
15160
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
15160
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
15161
15161
  ])) : createCommentVNode("", true),
15162
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
15163
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
15162
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
15163
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
15164
15164
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
15165
15165
  return openBlock(), createBlock(_component_flex_row, {
15166
15166
  class: "ux-text-row",
@@ -15169,8 +15169,8 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
15169
15169
  default: withCtx(() => [
15170
15170
  createVNode(_component_flex_cell, null, {
15171
15171
  default: withCtx(() => [
15172
- createElementVNode("div", _hoisted_5$8, [
15173
- _hoisted_6$7,
15172
+ createElementVNode("div", _hoisted_5$9, [
15173
+ _hoisted_6$8,
15174
15174
  $options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
15175
15175
  key: 0,
15176
15176
  class: "ux-field-focus ux-text-input-multiple",
@@ -15328,7 +15328,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
15328
15328
  createVNode(_component_flex_cell, null, {
15329
15329
  default: withCtx(() => [
15330
15330
  createElementVNode("div", _hoisted_15$1, [
15331
- _hoisted_16,
15331
+ _hoisted_16$1,
15332
15332
  $options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
15333
15333
  key: 0,
15334
15334
  class: "ux-field-focus ux-text-input-multiple",
@@ -15365,9 +15365,9 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
15365
15365
  }))
15366
15366
  ], 64);
15367
15367
  }
15368
- var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-076c3da8"]]);
15368
+ var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-076c3da8"]]);
15369
15369
  var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
15370
- const _sfc_main$n = {
15370
+ const _sfc_main$o = {
15371
15371
  components: {},
15372
15372
  methods: {
15373
15373
  editorInit() {
@@ -15442,7 +15442,7 @@ const _sfc_main$n = {
15442
15442
  };
15443
15443
  }
15444
15444
  };
15445
- function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
15445
+ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
15446
15446
  const _component_v_ace_editor = resolveComponent("v-ace-editor");
15447
15447
  const _component_flex_column = resolveComponent("flex-column");
15448
15448
  return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
@@ -15463,9 +15463,9 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
15463
15463
  _: 1
15464
15464
  })) : createCommentVNode("", true);
15465
15465
  }
15466
- var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-edf89936"]]);
15466
+ var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-edf89936"]]);
15467
15467
  var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
15468
- const _sfc_main$m = {
15468
+ const _sfc_main$n = {
15469
15469
  components: {
15470
15470
  CodeEditor
15471
15471
  },
@@ -15488,6 +15488,121 @@ const _sfc_main$m = {
15488
15488
  }
15489
15489
  }
15490
15490
  };
15491
+ const _hoisted_1$h = {
15492
+ key: 0,
15493
+ class: "ux-field-title"
15494
+ };
15495
+ const _hoisted_2$e = {
15496
+ key: 0,
15497
+ class: "ux-required-marker"
15498
+ };
15499
+ const _hoisted_3$c = {
15500
+ key: 1,
15501
+ class: "ux-field-description"
15502
+ };
15503
+ const _hoisted_4$c = { key: 2 };
15504
+ const _hoisted_5$8 = { class: "code-editor-field-wrap" };
15505
+ const _hoisted_6$7 = {
15506
+ key: 3,
15507
+ class: "code-editor-field-wrap"
15508
+ };
15509
+ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
15510
+ const _component_code_editor = resolveComponent("code-editor");
15511
+ const _component_flex_cell = resolveComponent("flex-cell");
15512
+ const _component_ux_icon = resolveComponent("ux-icon");
15513
+ const _component_ux_button = resolveComponent("ux-button");
15514
+ const _component_flex_row = resolveComponent("flex-row");
15515
+ return openBlock(), createElementBlock("div", {
15516
+ onKeydown: _cache[2] || (_cache[2] = withKeys(withModifiers(($event) => $options.enterPress($event), ["stop"]), ["enter"]))
15517
+ }, [
15518
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$h, [
15519
+ createTextVNode(toDisplayString(_ctx.label) + " ", 1),
15520
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
15521
+ ])) : createCommentVNode("", true),
15522
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
15523
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
15524
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
15525
+ return openBlock(), createBlock(_component_flex_row, {
15526
+ class: "ux-text-row",
15527
+ key: index2
15528
+ }, {
15529
+ default: withCtx(() => [
15530
+ createVNode(_component_flex_cell, null, {
15531
+ default: withCtx(() => [
15532
+ createElementVNode("div", _hoisted_5$8, [
15533
+ createVNode(_component_code_editor, {
15534
+ lang: $options.syntax,
15535
+ onFocus: _ctx.touch,
15536
+ ref_for: true,
15537
+ ref: "input",
15538
+ modelValue: _ctx.model[index2],
15539
+ "onUpdate:modelValue": ($event) => _ctx.model[index2] = $event,
15540
+ class: "ux-code-editor ux-field-focus ux-text-area-multiple"
15541
+ }, null, 8, ["lang", "onFocus", "modelValue", "onUpdate:modelValue"])
15542
+ ])
15543
+ ]),
15544
+ _: 2
15545
+ }, 1024),
15546
+ createVNode(_component_flex_cell, {
15547
+ shrink: "",
15548
+ vcenter: ""
15549
+ }, {
15550
+ default: withCtx(() => [
15551
+ _ctx.canRemoveValue ? (openBlock(), createBlock(_component_ux_button, {
15552
+ key: 0,
15553
+ tag: "a",
15554
+ icon: "",
15555
+ onClick: ($event) => _ctx.remove(entry)
15556
+ }, {
15557
+ default: withCtx(() => [
15558
+ createVNode(_component_ux_icon, { icon: "fa-times" })
15559
+ ]),
15560
+ _: 2
15561
+ }, 1032, ["onClick"])) : createCommentVNode("", true)
15562
+ ]),
15563
+ _: 2
15564
+ }, 1024)
15565
+ ]),
15566
+ _: 2
15567
+ }, 1024);
15568
+ }), 128)),
15569
+ _ctx.canAddValue ? (openBlock(), createBlock(_component_ux_button, {
15570
+ key: 0,
15571
+ onClick: _cache[0] || (_cache[0] = ($event) => _ctx.add())
15572
+ }, {
15573
+ default: withCtx(() => [
15574
+ createTextVNode(toDisplayString(_ctx.addLabel), 1)
15575
+ ]),
15576
+ _: 1
15577
+ })) : createCommentVNode("", true)
15578
+ ])) : (openBlock(), createElementBlock("div", _hoisted_6$7, [
15579
+ createVNode(_component_code_editor, {
15580
+ lang: $options.syntax,
15581
+ class: "ux-code-editor ux-field-focus ux-text-area-single",
15582
+ onFocus: _ctx.touch,
15583
+ modelValue: _ctx.model,
15584
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
15585
+ }, null, 8, ["lang", "onFocus", "modelValue"])
15586
+ ]))
15587
+ ], 32);
15588
+ }
15589
+ var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-67761240"]]);
15590
+ var expressionField_vue_vue_type_style_index_0_scoped_true_lang = "";
15591
+ const _sfc_main$m = {
15592
+ props: {
15593
+ modelValue: {
15594
+ type: [String, Array]
15595
+ }
15596
+ },
15597
+ mixins: [InputMixin],
15598
+ methods: {
15599
+ enterPress() {
15600
+ },
15601
+ getNewDefaultEntry() {
15602
+ return "";
15603
+ }
15604
+ }
15605
+ };
15491
15606
  const _hoisted_1$g = {
15492
15607
  key: 0,
15493
15608
  class: "ux-field-title"
@@ -15501,13 +15616,13 @@ const _hoisted_3$b = {
15501
15616
  class: "ux-field-description"
15502
15617
  };
15503
15618
  const _hoisted_4$b = { key: 2 };
15504
- const _hoisted_5$7 = { class: "code-editor-field-wrap" };
15619
+ const _hoisted_5$7 = { class: "expression-field-wrap" };
15505
15620
  const _hoisted_6$6 = {
15506
15621
  key: 3,
15507
- class: "code-editor-field-wrap"
15622
+ class: "expression-field-wrap"
15508
15623
  };
15509
15624
  function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
15510
- const _component_code_editor = resolveComponent("code-editor");
15625
+ const _component_expression_editor = resolveComponent("expression-editor");
15511
15626
  const _component_flex_cell = resolveComponent("flex-cell");
15512
15627
  const _component_ux_icon = resolveComponent("ux-icon");
15513
15628
  const _component_ux_button = resolveComponent("ux-button");
@@ -15530,15 +15645,15 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
15530
15645
  createVNode(_component_flex_cell, null, {
15531
15646
  default: withCtx(() => [
15532
15647
  createElementVNode("div", _hoisted_5$7, [
15533
- createVNode(_component_code_editor, {
15534
- lang: $options.syntax,
15648
+ createVNode(_component_expression_editor, {
15649
+ field: _ctx.field,
15535
15650
  onFocus: _ctx.touch,
15536
15651
  ref_for: true,
15537
15652
  ref: "input",
15538
15653
  modelValue: _ctx.model[index2],
15539
15654
  "onUpdate:modelValue": ($event) => _ctx.model[index2] = $event,
15540
- class: "ux-code-editor ux-field-focus ux-text-area-multiple"
15541
- }, null, 8, ["lang", "onFocus", "modelValue", "onUpdate:modelValue"])
15655
+ class: "ux-expression ux-field-focus ux-text-area-multiple"
15656
+ }, null, 8, ["field", "onFocus", "modelValue", "onUpdate:modelValue"])
15542
15657
  ])
15543
15658
  ]),
15544
15659
  _: 2
@@ -15576,17 +15691,17 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
15576
15691
  _: 1
15577
15692
  })) : createCommentVNode("", true)
15578
15693
  ])) : (openBlock(), createElementBlock("div", _hoisted_6$6, [
15579
- createVNode(_component_code_editor, {
15580
- lang: $options.syntax,
15581
- class: "ux-code-editor ux-field-focus ux-text-area-single",
15694
+ createVNode(_component_expression_editor, {
15695
+ field: _ctx.field,
15696
+ class: "ux-expression ux-field-focus ux-text-area-single",
15582
15697
  onFocus: _ctx.touch,
15583
15698
  modelValue: _ctx.model,
15584
15699
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
15585
- }, null, 8, ["lang", "onFocus", "modelValue"])
15700
+ }, null, 8, ["field", "onFocus", "modelValue"])
15586
15701
  ]))
15587
15702
  ], 32);
15588
15703
  }
15589
- var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-67761240"]]);
15704
+ var ExpressionField = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-0e6b676c"]]);
15590
15705
  var richtext_vue_vue_type_style_index_0_scoped_true_lang = "";
15591
15706
  const _sfc_main$l = {
15592
15707
  components: {},
@@ -17243,6 +17358,7 @@ const _sfc_main$h = {
17243
17358
  ObjectField,
17244
17359
  OptionsManager,
17245
17360
  CodeEditorField,
17361
+ ExpressionField,
17246
17362
  RichTextField
17247
17363
  },
17248
17364
  props: {
@@ -17660,6 +17776,7 @@ const _sfc_main$h = {
17660
17776
  case "country":
17661
17777
  case "upload":
17662
17778
  case "code":
17779
+ case "expression":
17663
17780
  case "options":
17664
17781
  case "button":
17665
17782
  case "type-select":
@@ -17699,7 +17816,7 @@ const _sfc_main$h = {
17699
17816
  }
17700
17817
  };
17701
17818
  const _hoisted_1$c = {
17702
- key: 27,
17819
+ key: 28,
17703
17820
  class: "ux-field-message"
17704
17821
  };
17705
17822
  function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
@@ -17728,11 +17845,12 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
17728
17845
  const _component_options_manager = resolveComponent("options-manager");
17729
17846
  const _component_code_editor_field = resolveComponent("code-editor-field");
17730
17847
  const _component_flex_column = resolveComponent("flex-column");
17848
+ const _component_expression_field = resolveComponent("expression-field");
17731
17849
  return $options.visible ? (openBlock(), createElementBlock("div", {
17732
17850
  key: 0,
17733
17851
  class: normalizeClass(["ux-field", $options.classes]),
17734
- onFocusin: _cache[26] || (_cache[26] = (...args) => $options.focus && $options.focus(...args)),
17735
- onFocusout: _cache[27] || (_cache[27] = (...args) => $options.blur && $options.blur(...args))
17852
+ onFocusin: _cache[27] || (_cache[27] = (...args) => $options.focus && $options.focus(...args)),
17853
+ onFocusout: _cache[28] || (_cache[28] = (...args) => $options.blur && $options.blur(...args))
17736
17854
  }, [
17737
17855
  $options.widget == "internal-route" ? (openBlock(), createBlock(_component_internal_route_select, {
17738
17856
  key: 0,
@@ -17944,10 +18062,17 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
17944
18062
  ]),
17945
18063
  _: 1
17946
18064
  })) : createCommentVNode("", true),
18065
+ $options.widget == "expression" ? (openBlock(), createBlock(_component_expression_field, {
18066
+ key: 27,
18067
+ onTouched: $options.touch,
18068
+ field: $options.actualField,
18069
+ modelValue: $options.fieldModel,
18070
+ "onUpdate:modelValue": _cache[26] || (_cache[26] = ($event) => $options.fieldModel = $event)
18071
+ }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
17947
18072
  $options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$c, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
17948
18073
  ], 34)) : createCommentVNode("", true);
17949
18074
  }
17950
- var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-d3451c6c"]]);
18075
+ var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-6f07e901"]]);
17951
18076
  function arrayReduce$1(array, iteratee, accumulator, initAccum) {
17952
18077
  var index2 = -1, length = array == null ? 0 : array.length;
17953
18078
  if (initAccum && length) {
@@ -19158,6 +19283,7 @@ const _sfc_main$c = {
19158
19283
  case "country":
19159
19284
  case "typeselect":
19160
19285
  case "upload":
19286
+ case "code":
19161
19287
  break;
19162
19288
  default:
19163
19289
  switch (this.type) {
@@ -19185,19 +19311,21 @@ const _hoisted_1$8 = { class: "ux-field-title" };
19185
19311
  const _hoisted_2$7 = { class: "currency" };
19186
19312
  const _hoisted_3$6 = { key: 1 };
19187
19313
  const _hoisted_4$6 = { class: "currency" };
19188
- const _hoisted_5$2 = ["innerHTML"];
19314
+ const _hoisted_5$2 = { key: 1 };
19189
19315
  const _hoisted_6$1 = ["innerHTML"];
19190
- const _hoisted_7$1 = { key: 1 };
19316
+ const _hoisted_7$1 = ["innerHTML"];
19191
19317
  const _hoisted_8 = { key: 1 };
19192
- const _hoisted_9 = ["href"];
19193
- const _hoisted_10 = { key: 1 };
19194
- const _hoisted_11 = ["href"];
19318
+ const _hoisted_9 = { key: 1 };
19319
+ const _hoisted_10 = ["href"];
19320
+ const _hoisted_11 = { key: 1 };
19195
19321
  const _hoisted_12 = ["href"];
19196
- const _hoisted_13 = { key: 1 };
19197
- const _hoisted_14 = ["href"];
19198
- const _hoisted_15 = { key: 1 };
19322
+ const _hoisted_13 = ["href"];
19323
+ const _hoisted_14 = { key: 1 };
19324
+ const _hoisted_15 = ["href"];
19325
+ const _hoisted_16 = { key: 1 };
19199
19326
  function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
19200
19327
  const _component_field_group = resolveComponent("field-group");
19328
+ const _component_v_ace_editor = resolveComponent("v-ace-editor");
19201
19329
  const _component_item = resolveComponent("item");
19202
19330
  return $options.visible ? (openBlock(), createElementBlock("div", {
19203
19331
  key: 0,
@@ -19237,7 +19365,31 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
19237
19365
  createTextVNode(toDisplayString($options.formatCurrency($options.fieldModel)) + " ", 1),
19238
19366
  createElementVNode("span", _hoisted_4$6, toDisplayString($props.field.currency), 1)
19239
19367
  ]))
19240
- ], 64)) : (openBlock(), createElementBlock(Fragment, { key: 3 }, [
19368
+ ], 64)) : $options.widget === "code" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
19369
+ $options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
19370
+ return openBlock(), createElementBlock("div", null, [
19371
+ createVNode(_component_v_ace_editor, {
19372
+ readonly: true,
19373
+ class: "editor-wrap",
19374
+ value,
19375
+ options: { useWorker: true },
19376
+ lang: $props.field.syntax,
19377
+ theme: "tomorrow_night_eighties",
19378
+ style: { "min-height": "300px" }
19379
+ }, null, 8, ["value", "lang"])
19380
+ ]);
19381
+ }), 256)) : (openBlock(), createElementBlock("div", _hoisted_5$2, [
19382
+ createVNode(_component_v_ace_editor, {
19383
+ readonly: true,
19384
+ class: "editor-wrap",
19385
+ value: $options.fieldModel,
19386
+ options: { useWorker: true },
19387
+ lang: $props.field.syntax,
19388
+ theme: "tomorrow_night_eighties",
19389
+ style: { "min-height": "300px" }
19390
+ }, null, 8, ["value", "lang"])
19391
+ ]))
19392
+ ], 64)) : (openBlock(), createElementBlock(Fragment, { key: 4 }, [
19241
19393
  $options.type === "reference" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
19242
19394
  $options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (item, index2) => {
19243
19395
  return openBlock(), createBlock(_component_item, {
@@ -19253,53 +19405,53 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
19253
19405
  ], 64)) : createCommentVNode("", true),
19254
19406
  $options.type == "string" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
19255
19407
  $options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
19256
- return openBlock(), createElementBlock("div", { innerHTML: value }, null, 8, _hoisted_5$2);
19408
+ return openBlock(), createElementBlock("div", { innerHTML: value }, null, 8, _hoisted_6$1);
19257
19409
  }), 256)) : (openBlock(), createElementBlock("div", {
19258
19410
  key: 1,
19259
19411
  innerHTML: $options.fieldModel
19260
- }, null, 8, _hoisted_6$1))
19412
+ }, null, 8, _hoisted_7$1))
19261
19413
  ], 64)) : createCommentVNode("", true),
19262
19414
  $options.type == "boolean" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
19263
19415
  $options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
19264
19416
  return openBlock(), createElementBlock("div", null, toDisplayString(!!value), 1);
19265
- }), 256)) : (openBlock(), createElementBlock("div", _hoisted_7$1, toDisplayString(!!$options.fieldModel), 1))
19417
+ }), 256)) : (openBlock(), createElementBlock("div", _hoisted_8, toDisplayString(!!$options.fieldModel), 1))
19266
19418
  ], 64)) : createCommentVNode("", true),
19267
19419
  $options.type == "date" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
19268
19420
  $options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
19269
19421
  return openBlock(), createElementBlock("div", null, toDisplayString($options.renderDate(value)), 1);
19270
- }), 256)) : (openBlock(), createElementBlock("div", _hoisted_8, toDisplayString($options.renderDate($options.fieldModel)), 1))
19422
+ }), 256)) : (openBlock(), createElementBlock("div", _hoisted_9, toDisplayString($options.renderDate($options.fieldModel)), 1))
19271
19423
  ], 64)) : createCommentVNode("", true),
19272
19424
  $options.type == "email" ? (openBlock(), createElementBlock(Fragment, { key: 4 }, [
19273
19425
  $options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
19274
19426
  return openBlock(), createElementBlock("div", null, [
19275
19427
  createElementVNode("a", {
19276
19428
  href: `mailto:${value}`
19277
- }, toDisplayString(value), 9, _hoisted_9)
19429
+ }, toDisplayString(value), 9, _hoisted_10)
19278
19430
  ]);
19279
- }), 256)) : (openBlock(), createElementBlock("div", _hoisted_10, [
19431
+ }), 256)) : (openBlock(), createElementBlock("div", _hoisted_11, [
19280
19432
  createElementVNode("a", {
19281
19433
  href: `mailto:${$options.fieldModel}`
19282
- }, toDisplayString($options.fieldModel), 9, _hoisted_11)
19434
+ }, toDisplayString($options.fieldModel), 9, _hoisted_12)
19283
19435
  ]))
19284
19436
  ], 64)) : createCommentVNode("", true),
19285
19437
  $options.type == "url" ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
19286
19438
  $options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
19287
19439
  return openBlock(), createElementBlock("div", null, [
19288
- createElementVNode("a", { href: value }, toDisplayString(value), 9, _hoisted_12)
19440
+ createElementVNode("a", { href: value }, toDisplayString(value), 9, _hoisted_13)
19289
19441
  ]);
19290
- }), 256)) : (openBlock(), createElementBlock("div", _hoisted_13, [
19291
- createElementVNode("a", { href: $options.fieldModel }, toDisplayString($options.fieldModel), 9, _hoisted_14)
19442
+ }), 256)) : (openBlock(), createElementBlock("div", _hoisted_14, [
19443
+ createElementVNode("a", { href: $options.fieldModel }, toDisplayString($options.fieldModel), 9, _hoisted_15)
19292
19444
  ]))
19293
19445
  ], 64)) : createCommentVNode("", true),
19294
19446
  $options.isNumber ? (openBlock(), createElementBlock(Fragment, { key: 6 }, [
19295
19447
  $options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
19296
19448
  return openBlock(), createElementBlock("div", null, toDisplayString(value), 1);
19297
- }), 256)) : (openBlock(), createElementBlock("div", _hoisted_15, toDisplayString($options.fieldModel), 1))
19449
+ }), 256)) : (openBlock(), createElementBlock("div", _hoisted_16, toDisplayString($options.fieldModel), 1))
19298
19450
  ], 64)) : createCommentVNode("", true)
19299
19451
  ], 64))
19300
19452
  ], 2)) : createCommentVNode("", true);
19301
19453
  }
19302
- var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-59217434"]]);
19454
+ var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-9c9cb56e"]]);
19303
19455
  var render_vue_vue_type_style_index_0_scoped_true_lang = "";
19304
19456
  const _sfc_main$b = {
19305
19457
  props: {