@qikdev/vue-ui 0.1.17 → 0.1.20

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
@@ -1,4 +1,4 @@
1
- import './index.css';
1
+ import './style.css';
2
2
  var __defProp = Object.defineProperty;
3
3
  var __defProps = Object.defineProperties;
4
4
  var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
@@ -31,8 +31,10 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, pushScopeId, popScopeId, createElementVNode, normalizeStyle, createCommentVNode, Teleport, createTextVNode, vModelSelect, withKeys, withModifiers, vModelText, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, mergeProps, toHandlers, reactive, watch } from "vue";
34
+ import ace, { version as version$2 } from "ace-builds";
35
+ import { VAceEditor } from "vue3-ace-editor";
34
36
  import { EventDispatcher } from "@qikdev/sdk";
35
- const version$1 = "0.1.17";
37
+ const version$1 = "0.1.20";
36
38
  var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
37
39
  var _export_sfc = (sfc, props2) => {
38
40
  const target = sfc.__vccOpts || sfc;
@@ -41,104 +43,104 @@ var _export_sfc = (sfc, props2) => {
41
43
  }
42
44
  return target;
43
45
  };
46
+ const _sfc_main$16 = {};
47
+ const _hoisted_1$U = { class: "flex-column" };
48
+ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
49
+ return openBlock(), createElementBlock("div", _hoisted_1$U, [
50
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
51
+ ]);
52
+ }
53
+ var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-203ea86f"]]);
54
+ var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
44
55
  const _sfc_main$15 = {};
45
- const _hoisted_1$T = { class: "flex-column" };
56
+ const _hoisted_1$T = { class: "flex-column-body" };
46
57
  function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
47
58
  return openBlock(), createElementBlock("div", _hoisted_1$T, [
48
59
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
49
60
  ]);
50
61
  }
51
- var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-203ea86f"]]);
52
- var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
62
+ var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-64850355"]]);
63
+ var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
53
64
  const _sfc_main$14 = {};
54
- const _hoisted_1$S = { class: "flex-column-body" };
65
+ const _hoisted_1$S = { class: "flex-column-header" };
55
66
  function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
56
67
  return openBlock(), createElementBlock("div", _hoisted_1$S, [
57
68
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
58
69
  ]);
59
70
  }
60
- var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-64850355"]]);
61
- var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
71
+ var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-10b28f00"]]);
72
+ var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
62
73
  const _sfc_main$13 = {};
63
- const _hoisted_1$R = { class: "flex-column-header" };
74
+ const _hoisted_1$R = { class: "flex-column-footer" };
64
75
  function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
65
76
  return openBlock(), createElementBlock("div", _hoisted_1$R, [
66
77
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
67
78
  ]);
68
79
  }
69
- var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-10b28f00"]]);
70
- var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
80
+ var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-68216a72"]]);
81
+ var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
71
82
  const _sfc_main$12 = {};
72
- const _hoisted_1$Q = { class: "flex-column-footer" };
83
+ const _hoisted_1$Q = { class: "flex-cell" };
73
84
  function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
74
85
  return openBlock(), createElementBlock("div", _hoisted_1$Q, [
75
86
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
76
87
  ]);
77
88
  }
78
- var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-68216a72"]]);
79
- var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
89
+ var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-644bb279"]]);
90
+ var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
80
91
  const _sfc_main$11 = {};
81
- const _hoisted_1$P = { class: "flex-cell" };
92
+ const _hoisted_1$P = { class: "flex-row" };
82
93
  function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
83
94
  return openBlock(), createElementBlock("div", _hoisted_1$P, [
84
95
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
85
96
  ]);
86
97
  }
87
- var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-644bb279"]]);
88
- var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
98
+ var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-5b76ad1f"]]);
99
+ var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
89
100
  const _sfc_main$10 = {};
90
- const _hoisted_1$O = { class: "flex-row" };
101
+ const _hoisted_1$O = { class: "flex-spacer" };
91
102
  function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
92
- return openBlock(), createElementBlock("div", _hoisted_1$O, [
93
- renderSlot(_ctx.$slots, "default", {}, void 0, true)
94
- ]);
103
+ return openBlock(), createElementBlock("div", _hoisted_1$O);
95
104
  }
96
- var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-5b76ad1f"]]);
97
- var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
105
+ var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-35b15579"]]);
106
+ var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
98
107
  const _sfc_main$$ = {};
99
- const _hoisted_1$N = { class: "flex-spacer" };
108
+ const _hoisted_1$N = { class: "panel" };
100
109
  function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
101
- return openBlock(), createElementBlock("div", _hoisted_1$N);
110
+ return openBlock(), createElementBlock("div", _hoisted_1$N, [
111
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
112
+ ]);
102
113
  }
103
- var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__scopeId", "data-v-35b15579"]]);
104
- var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
114
+ var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__scopeId", "data-v-50ae77fc"]]);
115
+ var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
105
116
  const _sfc_main$_ = {};
106
- const _hoisted_1$M = { class: "panel" };
117
+ const _hoisted_1$M = { class: "panel-body" };
107
118
  function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
108
119
  return openBlock(), createElementBlock("div", _hoisted_1$M, [
109
120
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
110
121
  ]);
111
122
  }
112
- var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-50ae77fc"]]);
113
- var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
123
+ var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-c82dca76"]]);
124
+ var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
114
125
  const _sfc_main$Z = {};
115
- const _hoisted_1$L = { class: "panel-body" };
126
+ const _hoisted_1$L = { class: "panel-header" };
116
127
  function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
117
128
  return openBlock(), createElementBlock("div", _hoisted_1$L, [
118
129
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
119
130
  ]);
120
131
  }
121
- var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-c82dca76"]]);
122
- var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
132
+ var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-13bf11da"]]);
133
+ var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
123
134
  const _sfc_main$Y = {};
124
- const _hoisted_1$K = { class: "panel-header" };
135
+ const _hoisted_1$K = { class: "panel-footer" };
125
136
  function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
126
137
  return openBlock(), createElementBlock("div", _hoisted_1$K, [
127
138
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
128
139
  ]);
129
140
  }
130
- var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-13bf11da"]]);
131
- var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
132
- const _sfc_main$X = {};
133
- const _hoisted_1$J = { class: "panel-footer" };
134
- function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
135
- return openBlock(), createElementBlock("div", _hoisted_1$J, [
136
- renderSlot(_ctx.$slots, "default", {}, void 0, true)
137
- ]);
138
- }
139
- var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-b4f4786a"]]);
141
+ var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-b4f4786a"]]);
140
142
  var tabset_vue_vue_type_style_index_0_scoped_true_lang = "";
141
- const _sfc_main$W = {
143
+ const _sfc_main$X = {
142
144
  data() {
143
145
  return {
144
146
  activeIndex: 0
@@ -158,8 +160,8 @@ const _sfc_main$W = {
158
160
  }
159
161
  }
160
162
  };
161
- const _hoisted_1$I = ["onClick"];
162
- function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
163
+ const _hoisted_1$J = ["onClick"];
164
+ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
163
165
  const _component_flex_row = resolveComponent("flex-row");
164
166
  const _component_flex_header = resolveComponent("flex-header");
165
167
  const _component_flex_column = resolveComponent("flex-column");
@@ -173,7 +175,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
173
175
  return openBlock(), createElementBlock("a", {
174
176
  class: normalizeClass({ active: index2 === $data.activeIndex }),
175
177
  onClick: ($event) => $options.select(index2)
176
- }, toDisplayString(tab.props.heading), 11, _hoisted_1$I);
178
+ }, toDisplayString(tab.props.heading), 11, _hoisted_1$J);
177
179
  }), 256))
178
180
  ]),
179
181
  _: 1
@@ -200,8 +202,8 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
200
202
  _: 1
201
203
  });
202
204
  }
203
- var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-b5715b66"]]);
204
- const _sfc_main$V = {
205
+ var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-b5715b66"]]);
206
+ const _sfc_main$W = {
205
207
  props: {
206
208
  heading: {
207
209
  type: String,
@@ -224,7 +226,7 @@ const _sfc_main$V = {
224
226
  }
225
227
  }
226
228
  };
227
- function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
229
+ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
228
230
  const _component_flex_column = resolveComponent("flex-column");
229
231
  return openBlock(), createBlock(_component_flex_column, null, {
230
232
  default: withCtx(() => [
@@ -233,9 +235,9 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
233
235
  _: 3
234
236
  });
235
237
  }
236
- var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
238
+ var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
237
239
  var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
238
- const _sfc_main$U = {
240
+ const _sfc_main$V = {
239
241
  props: {
240
242
  large: {
241
243
  type: Boolean
@@ -243,18 +245,18 @@ const _sfc_main$U = {
243
245
  }
244
246
  };
245
247
  const _withScopeId$4 = (n2) => (pushScopeId("data-v-3284debd"), n2 = n2(), popScopeId(), n2);
246
- const _hoisted_1$H = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
247
- const _hoisted_2$x = [
248
- _hoisted_1$H
248
+ const _hoisted_1$I = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
249
+ const _hoisted_2$y = [
250
+ _hoisted_1$I
249
251
  ];
250
- function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
252
+ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
251
253
  return openBlock(), createElementBlock("div", {
252
254
  class: normalizeClass(["ux-spinner", { large: $props.large }])
253
- }, _hoisted_2$x, 2);
255
+ }, _hoisted_2$y, 2);
254
256
  }
255
- var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-3284debd"]]);
257
+ var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__scopeId", "data-v-3284debd"]]);
256
258
  var button_vue_vue_type_style_index_0_scoped_true_lang = "";
257
- const _sfc_main$T = {
259
+ const _sfc_main$U = {
258
260
  components: {
259
261
  Spinner
260
262
  },
@@ -347,8 +349,8 @@ const _sfc_main$T = {
347
349
  }
348
350
  }
349
351
  };
350
- const _hoisted_1$G = { class: "ux-btn-text" };
351
- function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
352
+ const _hoisted_1$H = { class: "ux-btn-text" };
353
+ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
352
354
  const _component_spinner = resolveComponent("spinner");
353
355
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
354
356
  loading: $props.loading,
@@ -361,16 +363,16 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
361
363
  }, {
362
364
  default: withCtx(() => [
363
365
  $props.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : createCommentVNode("", true),
364
- createElementVNode("span", _hoisted_1$G, [
366
+ createElementVNode("span", _hoisted_1$H, [
365
367
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
366
368
  ])
367
369
  ]),
368
370
  _: 3
369
371
  }, 8, ["loading", "to", "href", "target", "style", "class", "disabled"]);
370
372
  }
371
- var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-17674eca"]]);
373
+ var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-17674eca"]]);
372
374
  var checkbox_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
373
- const _sfc_main$S = {
375
+ const _sfc_main$T = {
374
376
  props: {
375
377
  value: {
376
378
  type: Boolean,
@@ -391,7 +393,7 @@ const _sfc_main$S = {
391
393
  }
392
394
  }
393
395
  };
394
- function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
396
+ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
395
397
  const _component_ux_icon = resolveComponent("ux-icon");
396
398
  return openBlock(), createElementBlock("button", {
397
399
  class: normalizeClass(["ux-checkbox", $options.classes])
@@ -402,9 +404,9 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
402
404
  })
403
405
  ], 2);
404
406
  }
405
- var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S], ["__scopeId", "data-v-7dd035b9"]]);
407
+ var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-7dd035b9"]]);
406
408
  var switch_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
407
- const _sfc_main$R = {
409
+ const _sfc_main$S = {
408
410
  props: {
409
411
  value: {
410
412
  type: Boolean,
@@ -425,14 +427,14 @@ const _sfc_main$R = {
425
427
  }
426
428
  }
427
429
  };
428
- function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
430
+ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
429
431
  return openBlock(), createElementBlock("a", {
430
432
  class: normalizeClass(["ux-switch", $options.classes])
431
433
  }, null, 2);
432
434
  }
433
- var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-7c22b478"]]);
435
+ var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S], ["__scopeId", "data-v-7c22b478"]]);
434
436
  var link_vue_vue_type_style_index_0_scoped_true_lang = "";
435
- const _sfc_main$Q = {
437
+ const _sfc_main$R = {
436
438
  props: {
437
439
  to: {
438
440
  type: [Object, String]
@@ -453,7 +455,6 @@ const _sfc_main$Q = {
453
455
  if (self2.buildMode || self2.nuxtMode) {
454
456
  event.preventDefault();
455
457
  event.stopImmediatePropagation();
456
- console.log("hijack spa", self2.$qik.app);
457
458
  return self2.$qik.app.to(self2.to);
458
459
  }
459
460
  }
@@ -492,7 +493,7 @@ const _sfc_main$Q = {
492
493
  }
493
494
  }
494
495
  };
495
- function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
496
+ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
496
497
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
497
498
  onClick: $options.clicked,
498
499
  to: $props.to,
@@ -506,9 +507,9 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
506
507
  _: 3
507
508
  }, 8, ["onClick", "to", "href", "target", "class"]);
508
509
  }
509
- var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-2cc918fb"]]);
510
+ var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-0fa2817a"]]);
510
511
  var icon_vue_vue_type_style_index_0_scoped_true_lang = "";
511
- const _sfc_main$P = {
512
+ const _sfc_main$Q = {
512
513
  props: {
513
514
  icon: {
514
515
  type: [Object, String]
@@ -543,17 +544,17 @@ const _sfc_main$P = {
543
544
  }
544
545
  }
545
546
  };
546
- function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
547
+ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
547
548
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
548
549
  class: normalizeClass(["ux-icon fa", $options.classes])
549
550
  }, null, 8, ["class"]);
550
551
  }
551
- var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-1764a3d0"]]);
552
+ var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-1764a3d0"]]);
552
553
  var UXMenuService = {
553
554
  cache: {}
554
555
  };
555
556
  var menu_vue_vue_type_style_index_0_scoped_true_lang = "";
556
- const _sfc_main$O = {
557
+ const _sfc_main$P = {
557
558
  props: {
558
559
  group: {
559
560
  type: String
@@ -705,7 +706,7 @@ const _sfc_main$O = {
705
706
  }
706
707
  }
707
708
  };
708
- function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
709
+ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
709
710
  return openBlock(), createElementBlock("div", {
710
711
  class: normalizeClass(["ux-menu", { right: $props.right }])
711
712
  }, [
@@ -729,9 +730,9 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
729
730
  ]))
730
731
  ], 2);
731
732
  }
732
- var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-3d55731c"]]);
733
+ var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__scopeId", "data-v-3d55731c"]]);
733
734
  var image_vue_vue_type_style_index_0_scoped_true_lang = "";
734
- const _sfc_main$N = {
735
+ const _sfc_main$O = {
735
736
  props: {
736
737
  item: {
737
738
  type: Object
@@ -837,18 +838,18 @@ const _sfc_main$N = {
837
838
  }
838
839
  }
839
840
  };
840
- const _hoisted_1$F = ["src"];
841
- function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
841
+ const _hoisted_1$G = ["src"];
842
+ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
842
843
  return openBlock(), createElementBlock("div", {
843
844
  class: "ux-image",
844
845
  style: normalizeStyle($options.style)
845
846
  }, [
846
- createElementVNode("img", { src: $options.src }, null, 8, _hoisted_1$F)
847
+ createElementVNode("img", { src: $options.src }, null, 8, _hoisted_1$G)
847
848
  ], 4);
848
849
  }
849
- var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-542486de"]]);
850
+ var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-7b68ec1a"]]);
850
851
  var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
851
- const _sfc_main$M = {
852
+ const _sfc_main$N = {
852
853
  props: {
853
854
  value: {
854
855
  type: Number
@@ -883,37 +884,37 @@ const _sfc_main$M = {
883
884
  }
884
885
  };
885
886
  const _withScopeId$3 = (n2) => (pushScopeId("data-v-6581fb86"), n2 = n2(), popScopeId(), n2);
886
- const _hoisted_1$E = { class: "ux-progress" };
887
- const _hoisted_2$w = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
888
- function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
889
- return openBlock(), createElementBlock("div", _hoisted_1$E, [
890
- _hoisted_2$w,
887
+ const _hoisted_1$F = { class: "ux-progress" };
888
+ const _hoisted_2$x = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
889
+ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
890
+ return openBlock(), createElementBlock("div", _hoisted_1$F, [
891
+ _hoisted_2$x,
891
892
  createElementVNode("div", {
892
893
  class: "ux-progress-fg",
893
894
  style: normalizeStyle($options.barStyle)
894
895
  }, null, 4)
895
896
  ]);
896
897
  }
897
- var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-6581fb86"]]);
898
+ var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-6581fb86"]]);
898
899
  var list_vue_vue_type_style_index_0_scoped_true_lang = "";
899
- const _sfc_main$L = {};
900
- const _hoisted_1$D = { class: "ux-list" };
901
- function _sfc_render$L(_ctx, _cache) {
902
- return openBlock(), createElementBlock("ul", _hoisted_1$D, [
900
+ const _sfc_main$M = {};
901
+ const _hoisted_1$E = { class: "ux-list" };
902
+ function _sfc_render$M(_ctx, _cache) {
903
+ return openBlock(), createElementBlock("ul", _hoisted_1$E, [
903
904
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
904
905
  ]);
905
906
  }
906
- var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-98e1e4e2"]]);
907
+ var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__scopeId", "data-v-98e1e4e2"]]);
907
908
  var listItem_vue_vue_type_style_index_0_scoped_true_lang = "";
908
- const _sfc_main$K = {};
909
- const _hoisted_1$C = { class: "ux-list-item" };
910
- function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
911
- return openBlock(), createElementBlock("div", _hoisted_1$C, [
909
+ const _sfc_main$L = {};
910
+ const _hoisted_1$D = { class: "ux-list-item" };
911
+ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
912
+ return openBlock(), createElementBlock("div", _hoisted_1$D, [
912
913
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
913
914
  ]);
914
915
  }
915
- var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-0e73c260"]]);
916
- function isUndefined$6(v, type) {
916
+ var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__scopeId", "data-v-0e73c260"]]);
917
+ function isUndefined$7(v, type) {
917
918
  return v === void 0 || v === null || type == "date" && v.toString && v.toString() === "Invalid Date";
918
919
  }
919
920
  var InputMixin = {
@@ -1196,7 +1197,7 @@ var InputMixin = {
1196
1197
  },
1197
1198
  cleanOutput(val) {
1198
1199
  var self2 = this;
1199
- if (isUndefined$6(val, self2.field.type)) {
1200
+ if (isUndefined$7(val, self2.field.type)) {
1200
1201
  if (self2.multiValue) {
1201
1202
  val = [];
1202
1203
  } else {
@@ -1262,10 +1263,10 @@ var InputMixin = {
1262
1263
  }
1263
1264
  };
1264
1265
  var select_vue_vue_type_style_index_0_scoped_true_lang = "";
1265
- function isUndefined$5(entry) {
1266
+ function isUndefined$6(entry) {
1266
1267
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
1267
1268
  }
1268
- const _sfc_main$J = {
1269
+ const _sfc_main$K = {
1269
1270
  props: {
1270
1271
  title: {
1271
1272
  type: String
@@ -1279,7 +1280,7 @@ const _sfc_main$J = {
1279
1280
  methods: {
1280
1281
  cleanOutput(val) {
1281
1282
  var self2 = this;
1282
- if (isUndefined$5(val)) {
1283
+ if (isUndefined$6(val)) {
1283
1284
  if (self2.multiValue) {
1284
1285
  val = [];
1285
1286
  } else {
@@ -1350,39 +1351,39 @@ const _sfc_main$J = {
1350
1351
  }
1351
1352
  }
1352
1353
  };
1353
- const _hoisted_1$B = {
1354
+ const _hoisted_1$C = {
1354
1355
  key: 0,
1355
1356
  class: "ux-field-title"
1356
1357
  };
1357
- const _hoisted_2$v = {
1358
+ const _hoisted_2$w = {
1358
1359
  key: 0,
1359
1360
  class: "ux-required-marker"
1360
1361
  };
1361
- const _hoisted_3$s = {
1362
+ const _hoisted_3$t = {
1362
1363
  key: 1,
1363
1364
  class: "ux-field-description"
1364
1365
  };
1365
- const _hoisted_4$q = {
1366
+ const _hoisted_4$r = {
1366
1367
  key: 2,
1367
1368
  class: "ui-select-button"
1368
1369
  };
1369
- const _hoisted_5$j = ["multiple"];
1370
- const _hoisted_6$f = {
1370
+ const _hoisted_5$k = ["multiple"];
1371
+ const _hoisted_6$g = {
1371
1372
  key: 0,
1372
1373
  value: ""
1373
1374
  };
1374
- const _hoisted_7$c = ["value"];
1375
- function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
1375
+ const _hoisted_7$d = ["value"];
1376
+ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
1376
1377
  const _component_ux_button = resolveComponent("ux-button");
1377
1378
  return openBlock(), createElementBlock("div", {
1378
1379
  class: normalizeClass(["native-select", $options.classes])
1379
1380
  }, [
1380
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
1381
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
1381
1382
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
1382
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
1383
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
1383
1384
  ])) : createCommentVNode("", true),
1384
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
1385
- _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
1385
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$t, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
1386
+ _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
1386
1387
  renderSlot(_ctx.$slots, "default", {}, () => [
1387
1388
  createVNode(_component_ux_button, { tag: "div" }, {
1388
1389
  default: withCtx(() => [
@@ -1397,20 +1398,20 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
1397
1398
  multiple: _ctx.multiValue,
1398
1399
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
1399
1400
  }, [
1400
- _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$f, "None")) : createCommentVNode("", true),
1401
+ _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$g, "None")) : createCommentVNode("", true),
1401
1402
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
1402
1403
  return openBlock(), createElementBlock("option", {
1403
1404
  value: option2.value
1404
- }, toDisplayString(option2.title), 9, _hoisted_7$c);
1405
+ }, toDisplayString(option2.title), 9, _hoisted_7$d);
1405
1406
  }), 256))
1406
- ], 40, _hoisted_5$j), [
1407
+ ], 40, _hoisted_5$k), [
1407
1408
  [vModelSelect, _ctx.model]
1408
1409
  ])
1409
1410
  ], 2);
1410
1411
  }
1411
- var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-6d808434"]]);
1412
+ var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-6d808434"]]);
1412
1413
  var phoneNumberInput_vue_vue_type_style_index_0_scoped_true_lang = "";
1413
- const _sfc_main$I = {
1414
+ const _sfc_main$J = {
1414
1415
  props: {
1415
1416
  modelValue: {
1416
1417
  type: [Object, Array]
@@ -1482,41 +1483,41 @@ const _sfc_main$I = {
1482
1483
  }
1483
1484
  };
1484
1485
  const _withScopeId$2 = (n2) => (pushScopeId("data-v-856e04c2"), n2 = n2(), popScopeId(), n2);
1485
- const _hoisted_1$A = {
1486
+ const _hoisted_1$B = {
1486
1487
  key: 0,
1487
1488
  class: "ux-field-title"
1488
1489
  };
1489
- const _hoisted_2$u = {
1490
+ const _hoisted_2$v = {
1490
1491
  key: 0,
1491
1492
  class: "ux-required-marker"
1492
1493
  };
1493
- const _hoisted_3$r = {
1494
+ const _hoisted_3$s = {
1494
1495
  key: 1,
1495
1496
  class: "ux-field-description"
1496
1497
  };
1497
- const _hoisted_4$p = { key: 2 };
1498
- const _hoisted_5$i = /* @__PURE__ */ createTextVNode(" Country Code ");
1499
- const _hoisted_6$e = { key: 0 };
1500
- const _hoisted_7$b = { key: 1 };
1498
+ const _hoisted_4$q = { key: 2 };
1499
+ const _hoisted_5$j = /* @__PURE__ */ createTextVNode(" Country Code ");
1500
+ const _hoisted_6$f = { key: 0 };
1501
+ const _hoisted_7$c = { key: 1 };
1501
1502
  const _hoisted_8$7 = { class: "ux-text-wrap" };
1502
1503
  const _hoisted_9$5 = ["placeholder", "onUpdate:modelValue"];
1503
1504
  const _hoisted_10$4 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("option", { value: "" }, "None", -1));
1504
1505
  const _hoisted_11$4 = ["value"];
1505
1506
  const _hoisted_12$3 = { class: "ux-text-wrap" };
1506
1507
  const _hoisted_13$3 = ["placeholder"];
1507
- function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
1508
+ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
1508
1509
  const _component_native_select = resolveComponent("native-select");
1509
1510
  const _component_flex_cell = resolveComponent("flex-cell");
1510
1511
  const _component_ux_icon = resolveComponent("ux-icon");
1511
1512
  const _component_ux_button = resolveComponent("ux-button");
1512
1513
  const _component_flex_row = resolveComponent("flex-row");
1513
1514
  return openBlock(), createElementBlock(Fragment, null, [
1514
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
1515
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
1515
1516
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
1516
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
1517
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
1517
1518
  ])) : createCommentVNode("", true),
1518
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
1519
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
1519
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
1520
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
1520
1521
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
1521
1522
  return openBlock(), createBlock(_component_flex_row, {
1522
1523
  wrap: "",
@@ -1533,9 +1534,9 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
1533
1534
  }, {
1534
1535
  default: withCtx(() => [
1535
1536
  !entry.countryCode ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
1536
- _hoisted_5$i
1537
+ _hoisted_5$j
1537
1538
  ], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
1538
- $data.lookup[entry.countryCode] ? (openBlock(), createElementBlock("div", _hoisted_6$e, toDisplayString($data.lookup[entry.countryCode].emoji) + " - " + toDisplayString($data.lookup[entry.countryCode].alpha2), 1)) : (openBlock(), createElementBlock("div", _hoisted_7$b, "Loading"))
1539
+ $data.lookup[entry.countryCode] ? (openBlock(), createElementBlock("div", _hoisted_6$f, toDisplayString($data.lookup[entry.countryCode].emoji) + " - " + toDisplayString($data.lookup[entry.countryCode].alpha2), 1)) : (openBlock(), createElementBlock("div", _hoisted_7$c, "Loading"))
1539
1540
  ], 64))
1540
1541
  ]),
1541
1542
  _: 2
@@ -1643,12 +1644,12 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
1643
1644
  }))
1644
1645
  ], 64);
1645
1646
  }
1646
- var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-856e04c2"]]);
1647
+ var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__scopeId", "data-v-856e04c2"]]);
1647
1648
  var timezone_vue_vue_type_style_index_0_scoped_true_lang = "";
1648
- function isUndefined$4(entry) {
1649
+ function isUndefined$5(entry) {
1649
1650
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
1650
1651
  }
1651
- const _sfc_main$H = {
1652
+ const _sfc_main$I = {
1652
1653
  props: {
1653
1654
  modelValue: {}
1654
1655
  },
@@ -1659,7 +1660,7 @@ const _sfc_main$H = {
1659
1660
  methods: {
1660
1661
  cleanOutput(val) {
1661
1662
  var self2 = this;
1662
- if (isUndefined$4(val)) {
1663
+ if (isUndefined$5(val)) {
1663
1664
  if (self2.multiValue) {
1664
1665
  val = [];
1665
1666
  } else {
@@ -2173,39 +2174,39 @@ const _sfc_main$H = {
2173
2174
  }
2174
2175
  }
2175
2176
  };
2176
- const _hoisted_1$z = {
2177
+ const _hoisted_1$A = {
2177
2178
  key: 0,
2178
2179
  class: "ux-field-title"
2179
2180
  };
2180
- const _hoisted_2$t = {
2181
+ const _hoisted_2$u = {
2181
2182
  key: 0,
2182
2183
  class: "ux-required-marker"
2183
2184
  };
2184
- const _hoisted_3$q = {
2185
+ const _hoisted_3$r = {
2185
2186
  key: 1,
2186
2187
  class: "ux-field-description"
2187
2188
  };
2188
- const _hoisted_4$o = {
2189
+ const _hoisted_4$p = {
2189
2190
  key: 2,
2190
2191
  class: "ui-select-button"
2191
2192
  };
2192
- const _hoisted_5$h = ["multiple"];
2193
- const _hoisted_6$d = {
2193
+ const _hoisted_5$i = ["multiple"];
2194
+ const _hoisted_6$e = {
2194
2195
  key: 0,
2195
2196
  value: ""
2196
2197
  };
2197
- const _hoisted_7$a = ["value"];
2198
- function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
2198
+ const _hoisted_7$b = ["value"];
2199
+ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
2199
2200
  const _component_ux_button = resolveComponent("ux-button");
2200
2201
  return openBlock(), createElementBlock("div", {
2201
2202
  class: normalizeClass(["native-select", $options.classes])
2202
2203
  }, [
2203
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
2204
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
2204
2205
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
2205
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
2206
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
2206
2207
  ])) : createCommentVNode("", true),
2207
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
2208
- _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$o, [
2208
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
2209
+ _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$p, [
2209
2210
  renderSlot(_ctx.$slots, "default", {}, () => [
2210
2211
  createVNode(_component_ux_button, { tag: "div" }, {
2211
2212
  default: withCtx(() => [
@@ -2220,20 +2221,20 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
2220
2221
  multiple: _ctx.multiValue,
2221
2222
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
2222
2223
  }, [
2223
- _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$d, "None")) : createCommentVNode("", true),
2224
+ _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$e, "None")) : createCommentVNode("", true),
2224
2225
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
2225
2226
  return openBlock(), createElementBlock("option", {
2226
2227
  value: option2.value
2227
- }, toDisplayString(option2.title), 9, _hoisted_7$a);
2228
+ }, toDisplayString(option2.title), 9, _hoisted_7$b);
2228
2229
  }), 256))
2229
- ], 40, _hoisted_5$h), [
2230
+ ], 40, _hoisted_5$i), [
2230
2231
  [vModelSelect, _ctx.model]
2231
2232
  ])
2232
2233
  ], 2);
2233
2234
  }
2234
- var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-2b83f766"]]);
2235
+ var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__scopeId", "data-v-2b83f766"]]);
2235
2236
  var item_vue_vue_type_style_index_0_scoped_true_lang = "";
2236
- const _sfc_main$G = {
2237
+ const _sfc_main$H = {
2237
2238
  props: {
2238
2239
  item: {
2239
2240
  type: Object,
@@ -2251,7 +2252,7 @@ const _sfc_main$G = {
2251
2252
  }
2252
2253
  }
2253
2254
  };
2254
- function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
2255
+ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
2255
2256
  const _component_flex_cell = resolveComponent("flex-cell");
2256
2257
  const _component_flex_row = resolveComponent("flex-row");
2257
2258
  return openBlock(), createElementBlock("div", {
@@ -2280,7 +2281,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
2280
2281
  })
2281
2282
  ]);
2282
2283
  }
2283
- var Item = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-4f7e8052"]]);
2284
+ var Item = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__scopeId", "data-v-4f7e8052"]]);
2284
2285
  /**!
2285
2286
  * Sortable 1.14.0
2286
2287
  * @author RubaXa <trash@rubaxa.org>
@@ -4948,7 +4949,7 @@ const draggableComponent = defineComponent({
4948
4949
  }
4949
4950
  });
4950
4951
  var contentSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
4951
- const _sfc_main$F = {
4952
+ const _sfc_main$G = {
4952
4953
  components: {
4953
4954
  Item,
4954
4955
  draggable: draggableComponent
@@ -5045,33 +5046,33 @@ const _sfc_main$F = {
5045
5046
  }
5046
5047
  }
5047
5048
  };
5048
- const _hoisted_1$y = {
5049
+ const _hoisted_1$z = {
5049
5050
  key: 0,
5050
5051
  class: "ux-field-title"
5051
5052
  };
5052
- const _hoisted_2$s = {
5053
+ const _hoisted_2$t = {
5053
5054
  key: 0,
5054
5055
  class: "ux-required-marker"
5055
5056
  };
5056
- const _hoisted_3$p = {
5057
+ const _hoisted_3$q = {
5057
5058
  key: 1,
5058
5059
  class: "ux-field-description"
5059
5060
  };
5060
- const _hoisted_4$n = {
5061
+ const _hoisted_4$o = {
5061
5062
  key: 3,
5062
5063
  class: "items"
5063
5064
  };
5064
- function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
5065
+ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
5065
5066
  const _component_ux_icon = resolveComponent("ux-icon");
5066
5067
  const _component_ux_button = resolveComponent("ux-button");
5067
5068
  const _component_item = resolveComponent("item");
5068
5069
  const _component_draggable = resolveComponent("draggable");
5069
5070
  return openBlock(), createElementBlock(Fragment, null, [
5070
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
5071
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
5071
5072
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5072
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
5073
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
5073
5074
  ])) : createCommentVNode("", true),
5074
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5075
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5075
5076
  _ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
5076
5077
  _ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
5077
5078
  key: 0,
@@ -5110,7 +5111,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
5110
5111
  ]),
5111
5112
  _: 1
5112
5113
  }, 8, ["modelValue"])) : createCommentVNode("", true)
5113
- ], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
5114
+ ], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$o, [
5114
5115
  createVNode(_component_item, { item: _ctx.model }, {
5115
5116
  actions: withCtx(() => [
5116
5117
  $options.canEdit(_ctx.model) ? (openBlock(), createBlock(_component_ux_button, {
@@ -5144,12 +5145,12 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
5144
5145
  }, 8, ["onClick"])
5145
5146
  ], 64);
5146
5147
  }
5147
- var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-19e783ac"]]);
5148
+ var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__scopeId", "data-v-19e783ac"]]);
5148
5149
  var typeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
5149
- function isUndefined$3(entry) {
5150
+ function isUndefined$4(entry) {
5150
5151
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
5151
5152
  }
5152
- const _sfc_main$E = {
5153
+ const _sfc_main$F = {
5153
5154
  props: {
5154
5155
  title: {
5155
5156
  type: String
@@ -5187,7 +5188,7 @@ const _sfc_main$E = {
5187
5188
  methods: {
5188
5189
  cleanOutput(val) {
5189
5190
  var self2 = this;
5190
- if (isUndefined$3(val)) {
5191
+ if (isUndefined$4(val)) {
5191
5192
  if (self2.multiValue) {
5192
5193
  val = [];
5193
5194
  } else {
@@ -5258,39 +5259,39 @@ const _sfc_main$E = {
5258
5259
  }
5259
5260
  }
5260
5261
  };
5261
- const _hoisted_1$x = {
5262
+ const _hoisted_1$y = {
5262
5263
  key: 0,
5263
5264
  class: "ux-field-title"
5264
5265
  };
5265
- const _hoisted_2$r = {
5266
+ const _hoisted_2$s = {
5266
5267
  key: 0,
5267
5268
  class: "ux-required-marker"
5268
5269
  };
5269
- const _hoisted_3$o = {
5270
+ const _hoisted_3$p = {
5270
5271
  key: 1,
5271
5272
  class: "ux-field-description"
5272
5273
  };
5273
- const _hoisted_4$m = {
5274
+ const _hoisted_4$n = {
5274
5275
  key: 2,
5275
5276
  class: "ui-select-button"
5276
5277
  };
5277
- const _hoisted_5$g = ["multiple"];
5278
- const _hoisted_6$c = {
5278
+ const _hoisted_5$h = ["multiple"];
5279
+ const _hoisted_6$d = {
5279
5280
  key: 0,
5280
5281
  value: ""
5281
5282
  };
5282
- const _hoisted_7$9 = ["value"];
5283
- function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
5283
+ const _hoisted_7$a = ["value"];
5284
+ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
5284
5285
  const _component_ux_button = resolveComponent("ux-button");
5285
5286
  return openBlock(), createElementBlock("div", {
5286
5287
  class: normalizeClass(["native-select", $options.classes])
5287
5288
  }, [
5288
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
5289
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
5289
5290
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5290
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
5291
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
5291
5292
  ])) : createCommentVNode("", true),
5292
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5293
- _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
5293
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$p, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5294
+ _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
5294
5295
  renderSlot(_ctx.$slots, "default", {}, () => [
5295
5296
  createVNode(_component_ux_button, { tag: "div" }, {
5296
5297
  default: withCtx(() => [
@@ -5305,20 +5306,20 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
5305
5306
  multiple: _ctx.multiValue,
5306
5307
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
5307
5308
  }, [
5308
- _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$c, "None")) : createCommentVNode("", true),
5309
+ _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$d, "None")) : createCommentVNode("", true),
5309
5310
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
5310
5311
  return openBlock(), createElementBlock("option", {
5311
5312
  value: option2.value
5312
- }, toDisplayString(option2.title), 9, _hoisted_7$9);
5313
+ }, toDisplayString(option2.title), 9, _hoisted_7$a);
5313
5314
  }), 256))
5314
- ], 40, _hoisted_5$g), [
5315
+ ], 40, _hoisted_5$h), [
5315
5316
  [vModelSelect, _ctx.model]
5316
5317
  ])
5317
5318
  ], 2);
5318
5319
  }
5319
- var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-3c487f67"]]);
5320
+ var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__scopeId", "data-v-3c487f67"]]);
5320
5321
  var currency_vue_vue_type_style_index_0_scoped_true_lang = "";
5321
- const _sfc_main$D = {
5322
+ const _sfc_main$E = {
5322
5323
  props: {
5323
5324
  modelValue: {
5324
5325
  type: [String, Array]
@@ -5396,25 +5397,25 @@ const _sfc_main$D = {
5396
5397
  }
5397
5398
  }
5398
5399
  };
5399
- const _hoisted_1$w = {
5400
+ const _hoisted_1$x = {
5400
5401
  key: 0,
5401
5402
  class: "ux-field-title"
5402
5403
  };
5403
- const _hoisted_2$q = {
5404
+ const _hoisted_2$r = {
5404
5405
  key: 0,
5405
5406
  class: "ux-required-marker"
5406
5407
  };
5407
- const _hoisted_3$n = {
5408
+ const _hoisted_3$o = {
5408
5409
  key: 1,
5409
5410
  class: "ux-field-description"
5410
5411
  };
5411
- const _hoisted_4$l = { key: 2 };
5412
- const _hoisted_5$f = {
5412
+ const _hoisted_4$m = { key: 2 };
5413
+ const _hoisted_5$g = {
5413
5414
  key: 0,
5414
5415
  class: "ux-text-prefix"
5415
5416
  };
5416
- const _hoisted_6$b = ["onBlur", "onUpdate:modelValue"];
5417
- const _hoisted_7$8 = {
5417
+ const _hoisted_6$c = ["onBlur", "onUpdate:modelValue"];
5418
+ const _hoisted_7$9 = {
5418
5419
  key: 1,
5419
5420
  class: "ux-text-suffix"
5420
5421
  };
@@ -5426,18 +5427,18 @@ const _hoisted_9$4 = {
5426
5427
  key: 1,
5427
5428
  class: "ux-text-suffix"
5428
5429
  };
5429
- function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5430
+ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
5430
5431
  const _component_flex_cell = resolveComponent("flex-cell");
5431
5432
  const _component_ux_icon = resolveComponent("ux-icon");
5432
5433
  const _component_ux_button = resolveComponent("ux-button");
5433
5434
  const _component_flex_row = resolveComponent("flex-row");
5434
5435
  return openBlock(), createElementBlock(Fragment, null, [
5435
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
5436
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
5436
5437
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5437
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
5438
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
5438
5439
  ])) : createCommentVNode("", true),
5439
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5440
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
5440
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5441
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
5441
5442
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
5442
5443
  return openBlock(), createBlock(_component_flex_row, {
5443
5444
  class: "ux-text-row",
@@ -5449,7 +5450,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5449
5450
  createElementVNode("div", {
5450
5451
  class: normalizeClass(["ux-text-wrap", { prefixed: $options.prefix, suffixed: $options.suffix }])
5451
5452
  }, [
5452
- $options.prefix ? (openBlock(), createElementBlock("span", _hoisted_5$f, toDisplayString($options.prefix), 1)) : createCommentVNode("", true),
5453
+ $options.prefix ? (openBlock(), createElementBlock("span", _hoisted_5$g, toDisplayString($options.prefix), 1)) : createCommentVNode("", true),
5453
5454
  withDirectives((openBlock(), createElementBlock("input", {
5454
5455
  class: "ux-field-focus ux-text-input-multiple",
5455
5456
  ref_for: true,
@@ -5460,7 +5461,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5460
5461
  onBlur: ($event) => $options.update($event, index2),
5461
5462
  "onUpdate:modelValue": ($event) => $options.proxy[index2] = $event,
5462
5463
  onFocus: _cache[1] || (_cache[1] = (...args) => _ctx.touch && _ctx.touch(...args))
5463
- }, null, 40, _hoisted_6$b)), [
5464
+ }, null, 40, _hoisted_6$c)), [
5464
5465
  [
5465
5466
  vModelText,
5466
5467
  $options.proxy[index2],
@@ -5468,7 +5469,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5468
5469
  { lazy: true }
5469
5470
  ]
5470
5471
  ]),
5471
- $options.suffix ? (openBlock(), createElementBlock("span", _hoisted_7$8, toDisplayString($options.suffix), 1)) : createCommentVNode("", true)
5472
+ $options.suffix ? (openBlock(), createElementBlock("span", _hoisted_7$9, toDisplayString($options.suffix), 1)) : createCommentVNode("", true)
5472
5473
  ], 2)
5473
5474
  ]),
5474
5475
  _: 2
@@ -5534,9 +5535,9 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5534
5535
  ], 2))
5535
5536
  ], 64);
5536
5537
  }
5537
- var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-5afb1a86"]]);
5538
+ var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__scopeId", "data-v-5afb1a86"]]);
5538
5539
  var textfield_vue_vue_type_style_index_0_scoped_true_lang = "";
5539
- const _sfc_main$C = {
5540
+ const _sfc_main$D = {
5540
5541
  props: {
5541
5542
  modelValue: {
5542
5543
  type: [String, Array]
@@ -5599,25 +5600,25 @@ const _sfc_main$C = {
5599
5600
  }
5600
5601
  }
5601
5602
  };
5602
- const _hoisted_1$v = {
5603
+ const _hoisted_1$w = {
5603
5604
  key: 0,
5604
5605
  class: "ux-field-title"
5605
5606
  };
5606
- const _hoisted_2$p = {
5607
+ const _hoisted_2$q = {
5607
5608
  key: 0,
5608
5609
  class: "ux-required-marker"
5609
5610
  };
5610
- const _hoisted_3$m = {
5611
+ const _hoisted_3$n = {
5611
5612
  key: 1,
5612
5613
  class: "ux-field-description"
5613
5614
  };
5614
- const _hoisted_4$k = { key: 2 };
5615
- const _hoisted_5$e = { class: "ux-text-wrap" };
5616
- const _hoisted_6$a = {
5615
+ const _hoisted_4$l = { key: 2 };
5616
+ const _hoisted_5$f = { class: "ux-text-wrap" };
5617
+ const _hoisted_6$b = {
5617
5618
  key: 0,
5618
5619
  class: "ux-text-prefix"
5619
5620
  };
5620
- const _hoisted_7$7 = ["type", "placeholder", "onUpdate:modelValue"];
5621
+ const _hoisted_7$8 = ["type", "placeholder", "onUpdate:modelValue"];
5621
5622
  const _hoisted_8$5 = ["type", "placeholder", "onUpdate:modelValue"];
5622
5623
  const _hoisted_9$3 = {
5623
5624
  key: 3,
@@ -5637,18 +5638,18 @@ const _hoisted_14$2 = {
5637
5638
  key: 3,
5638
5639
  class: "ux-text-suffix"
5639
5640
  };
5640
- function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
5641
+ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5641
5642
  const _component_flex_cell = resolveComponent("flex-cell");
5642
5643
  const _component_ux_icon = resolveComponent("ux-icon");
5643
5644
  const _component_ux_button = resolveComponent("ux-button");
5644
5645
  const _component_flex_row = resolveComponent("flex-row");
5645
5646
  return openBlock(), createElementBlock(Fragment, null, [
5646
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
5647
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
5647
5648
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5648
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
5649
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
5649
5650
  ])) : createCommentVNode("", true),
5650
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$m, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5651
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
5651
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5652
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$l, [
5652
5653
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
5653
5654
  return openBlock(), createBlock(_component_flex_row, {
5654
5655
  class: "ux-text-row",
@@ -5657,8 +5658,8 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
5657
5658
  default: withCtx(() => [
5658
5659
  createVNode(_component_flex_cell, null, {
5659
5660
  default: withCtx(() => [
5660
- createElementVNode("div", _hoisted_5$e, [
5661
- _ctx.prefix ? (openBlock(), createElementBlock("span", _hoisted_6$a, toDisplayString(_ctx.prefix), 1)) : createCommentVNode("", true),
5661
+ createElementVNode("div", _hoisted_5$f, [
5662
+ _ctx.prefix ? (openBlock(), createElementBlock("span", _hoisted_6$b, toDisplayString(_ctx.prefix), 1)) : createCommentVNode("", true),
5662
5663
  $options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
5663
5664
  key: 1,
5664
5665
  type: $options.inputType,
@@ -5669,7 +5670,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
5669
5670
  ref: "input",
5670
5671
  onKeydown: _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => _ctx.add(), ["stop", "prevent"]), ["enter"])),
5671
5672
  "onUpdate:modelValue": ($event) => _ctx.model[index2] = $event
5672
- }, null, 40, _hoisted_7$7)), [
5673
+ }, null, 40, _hoisted_7$8)), [
5673
5674
  [
5674
5675
  vModelDynamic,
5675
5676
  _ctx.model[index2],
@@ -5764,9 +5765,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
5764
5765
  ]))
5765
5766
  ], 64);
5766
5767
  }
5767
- var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-8f2cb452"]]);
5768
+ var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__scopeId", "data-v-8f2cb452"]]);
5768
5769
  var textarea_vue_vue_type_style_index_0_scoped_true_lang = "";
5769
- const _sfc_main$B = {
5770
+ const _sfc_main$C = {
5770
5771
  props: {
5771
5772
  modelValue: {
5772
5773
  type: [String, Array]
@@ -5779,32 +5780,32 @@ const _sfc_main$B = {
5779
5780
  }
5780
5781
  }
5781
5782
  };
5782
- const _hoisted_1$u = {
5783
+ const _hoisted_1$v = {
5783
5784
  key: 0,
5784
5785
  class: "ux-field-title"
5785
5786
  };
5786
- const _hoisted_2$o = {
5787
+ const _hoisted_2$p = {
5787
5788
  key: 0,
5788
5789
  class: "ux-required-marker"
5789
5790
  };
5790
- const _hoisted_3$l = {
5791
+ const _hoisted_3$m = {
5791
5792
  key: 1,
5792
5793
  class: "ux-field-description"
5793
5794
  };
5794
- const _hoisted_4$j = { key: 2 };
5795
- const _hoisted_5$d = ["onUpdate:modelValue"];
5796
- function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
5795
+ const _hoisted_4$k = { key: 2 };
5796
+ const _hoisted_5$e = ["onUpdate:modelValue"];
5797
+ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
5797
5798
  const _component_flex_cell = resolveComponent("flex-cell");
5798
5799
  const _component_ux_icon = resolveComponent("ux-icon");
5799
5800
  const _component_ux_button = resolveComponent("ux-button");
5800
5801
  const _component_flex_row = resolveComponent("flex-row");
5801
5802
  return openBlock(), createElementBlock(Fragment, null, [
5802
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
5803
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
5803
5804
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5804
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$o, "*")) : createCommentVNode("", true)
5805
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
5805
5806
  ])) : createCommentVNode("", true),
5806
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$l, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5807
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
5807
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$m, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5808
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
5808
5809
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
5809
5810
  return openBlock(), createBlock(_component_flex_row, {
5810
5811
  class: "ux-text-row",
@@ -5820,7 +5821,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
5820
5821
  ref: "input",
5821
5822
  "onUpdate:modelValue": ($event) => _ctx.model[index2] = $event,
5822
5823
  class: "ux-textarea ux-field-focus ux-text-area-multiple"
5823
- }, null, 40, _hoisted_5$d), [
5824
+ }, null, 40, _hoisted_5$e), [
5824
5825
  [vModelText, _ctx.model[index2]]
5825
5826
  ])
5826
5827
  ]),
@@ -5870,7 +5871,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
5870
5871
  ])
5871
5872
  ], 64);
5872
5873
  }
5873
- var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-72eafde6"]]);
5874
+ var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__scopeId", "data-v-72eafde6"]]);
5874
5875
  var datefield_vue_vue_type_style_index_0_scoped_true_lang = "";
5875
5876
  function zero(input) {
5876
5877
  if (String(input).length < 2) {
@@ -5878,7 +5879,7 @@ function zero(input) {
5878
5879
  }
5879
5880
  return input;
5880
5881
  }
5881
- const _sfc_main$A = {
5882
+ const _sfc_main$B = {
5882
5883
  props: {
5883
5884
  modelValue: {
5884
5885
  type: [Date, String, Array]
@@ -5927,32 +5928,32 @@ const _sfc_main$A = {
5927
5928
  }
5928
5929
  }
5929
5930
  };
5930
- const _hoisted_1$t = {
5931
+ const _hoisted_1$u = {
5931
5932
  key: 0,
5932
5933
  class: "ux-field-title"
5933
5934
  };
5934
- const _hoisted_2$n = {
5935
+ const _hoisted_2$o = {
5935
5936
  key: 0,
5936
5937
  class: "ux-required-marker"
5937
5938
  };
5938
- const _hoisted_3$k = {
5939
+ const _hoisted_3$l = {
5939
5940
  key: 1,
5940
5941
  class: "ux-field-description"
5941
5942
  };
5942
- const _hoisted_4$i = { key: 2 };
5943
- const _hoisted_5$c = ["onUpdate:modelValue"];
5944
- function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
5943
+ const _hoisted_4$j = { key: 2 };
5944
+ const _hoisted_5$d = ["onUpdate:modelValue"];
5945
+ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
5945
5946
  const _component_flex_cell = resolveComponent("flex-cell");
5946
5947
  const _component_ux_icon = resolveComponent("ux-icon");
5947
5948
  const _component_ux_button = resolveComponent("ux-button");
5948
5949
  const _component_flex_row = resolveComponent("flex-row");
5949
5950
  return openBlock(), createElementBlock(Fragment, null, [
5950
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
5951
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
5951
5952
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5952
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$n, "*")) : createCommentVNode("", true)
5953
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$o, "*")) : createCommentVNode("", true)
5953
5954
  ])) : createCommentVNode("", true),
5954
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$k, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5955
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
5955
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$l, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5956
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
5956
5957
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
5957
5958
  return openBlock(), createBlock(_component_flex_row, {
5958
5959
  class: "ux-text-row",
@@ -5969,7 +5970,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
5969
5970
  ref: "input",
5970
5971
  onKeydown: _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => _ctx.add(), ["stop", "prevent"]), ["enter"])),
5971
5972
  "onUpdate:modelValue": ($event) => $options.model[index2] = $event
5972
- }, null, 40, _hoisted_5$c), [
5973
+ }, null, 40, _hoisted_5$d), [
5973
5974
  [vModelText, $options.model[index2]]
5974
5975
  ])
5975
5976
  ]),
@@ -6018,9 +6019,9 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
6018
6019
  ])
6019
6020
  ], 64);
6020
6021
  }
6021
- var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A], ["__scopeId", "data-v-578af064"]]);
6022
+ var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B], ["__scopeId", "data-v-578af064"]]);
6022
6023
  var checkbox_vue_vue_type_style_index_0_scoped_true_lang = "";
6023
- const _sfc_main$z = {
6024
+ const _sfc_main$A = {
6024
6025
  computed: {
6025
6026
  NativeCheckbox: UXCheckbox
6026
6027
  },
@@ -6062,19 +6063,19 @@ const _sfc_main$z = {
6062
6063
  }
6063
6064
  }
6064
6065
  };
6065
- const _hoisted_1$s = {
6066
+ const _hoisted_1$t = {
6066
6067
  key: 0,
6067
6068
  class: "ux-field-title"
6068
6069
  };
6069
- const _hoisted_2$m = {
6070
+ const _hoisted_2$n = {
6070
6071
  key: 0,
6071
6072
  class: "ux-required-marker"
6072
6073
  };
6073
- const _hoisted_3$j = {
6074
+ const _hoisted_3$k = {
6074
6075
  key: 1,
6075
6076
  class: "ux-field-description"
6076
6077
  };
6077
- function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
6078
+ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
6078
6079
  const _component_ux_checkbox = resolveComponent("ux-checkbox");
6079
6080
  const _component_flex_cell = resolveComponent("flex-cell");
6080
6081
  const _component_flex_row = resolveComponent("flex-row");
@@ -6098,11 +6099,11 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
6098
6099
  createVNode(_component_flex_cell, { vcenter: "" }, {
6099
6100
  default: withCtx(() => [
6100
6101
  createElementVNode("div", null, [
6101
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$s, [
6102
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
6102
6103
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
6103
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$m, "*")) : createCommentVNode("", true)
6104
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$n, "*")) : createCommentVNode("", true)
6104
6105
  ])) : createCommentVNode("", true),
6105
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$j, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
6106
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$k, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
6106
6107
  ])
6107
6108
  ]),
6108
6109
  _: 1
@@ -6111,8 +6112,8 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
6111
6112
  _: 1
6112
6113
  });
6113
6114
  }
6114
- var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z], ["__scopeId", "data-v-a346dafc"]]);
6115
- const _sfc_main$y = {
6115
+ var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A], ["__scopeId", "data-v-a346dafc"]]);
6116
+ const _sfc_main$z = {
6116
6117
  props: {
6117
6118
  modelValue: {
6118
6119
  type: [String, Array]
@@ -6125,33 +6126,33 @@ const _sfc_main$y = {
6125
6126
  }
6126
6127
  }
6127
6128
  };
6128
- const _hoisted_1$r = {
6129
+ const _hoisted_1$s = {
6129
6130
  key: 0,
6130
6131
  class: "ux-field-title"
6131
6132
  };
6132
- const _hoisted_2$l = {
6133
+ const _hoisted_2$m = {
6133
6134
  key: 0,
6134
6135
  class: "ux-required-marker"
6135
6136
  };
6136
- const _hoisted_3$i = {
6137
+ const _hoisted_3$j = {
6137
6138
  key: 1,
6138
6139
  class: "ux-field-description"
6139
6140
  };
6140
- const _hoisted_4$h = { key: 2 };
6141
- const _hoisted_5$b = ["innerHTML"];
6142
- const _hoisted_6$9 = ["innerHTML"];
6143
- function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
6141
+ const _hoisted_4$i = { key: 2 };
6142
+ const _hoisted_5$c = ["innerHTML"];
6143
+ const _hoisted_6$a = ["innerHTML"];
6144
+ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
6144
6145
  const _component_flex_cell = resolveComponent("flex-cell");
6145
6146
  const _component_ux_icon = resolveComponent("ux-icon");
6146
6147
  const _component_ux_button = resolveComponent("ux-button");
6147
6148
  const _component_flex_row = resolveComponent("flex-row");
6148
6149
  return openBlock(), createElementBlock(Fragment, null, [
6149
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$r, [
6150
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$s, [
6150
6151
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
6151
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$l, "*")) : createCommentVNode("", true)
6152
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$m, "*")) : createCommentVNode("", true)
6152
6153
  ])) : createCommentVNode("", true),
6153
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$i, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
6154
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
6154
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$j, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
6155
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
6155
6156
  createVNode(_component_flex_row, { class: "ux-text-row" }, {
6156
6157
  default: withCtx(() => [
6157
6158
  createVNode(_component_flex_cell, null, {
@@ -6160,7 +6161,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
6160
6161
  return openBlock(), createElementBlock("div", {
6161
6162
  innerHTML: _ctx.field.template,
6162
6163
  key: index2
6163
- }, null, 8, _hoisted_5$b);
6164
+ }, null, 8, _hoisted_5$c);
6164
6165
  }), 128))
6165
6166
  ]),
6166
6167
  _: 1
@@ -6199,12 +6200,12 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
6199
6200
  ])) : (openBlock(), createElementBlock("div", {
6200
6201
  key: 3,
6201
6202
  innerHTML: _ctx.field.template
6202
- }, null, 8, _hoisted_6$9))
6203
+ }, null, 8, _hoisted_6$a))
6203
6204
  ], 64);
6204
6205
  }
6205
- var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
6206
+ var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
6206
6207
  var FilterCondition_vue_vue_type_style_index_0_lang = "";
6207
- const _sfc_main$x = {
6208
+ const _sfc_main$y = {
6208
6209
  props: {
6209
6210
  fields: {
6210
6211
  type: Array,
@@ -6465,16 +6466,16 @@ const _sfc_main$x = {
6465
6466
  NativeSelect
6466
6467
  }
6467
6468
  };
6468
- const _hoisted_1$q = {
6469
+ const _hoisted_1$r = {
6469
6470
  key: 0,
6470
6471
  class: "filter-condition"
6471
6472
  };
6472
- const _hoisted_2$k = { key: 0 };
6473
- const _hoisted_3$h = { key: 1 };
6474
- const _hoisted_4$g = /* @__PURE__ */ createTextVNode(" And ");
6475
- const _hoisted_5$a = { key: 2 };
6476
- const _hoisted_6$8 = { key: 3 };
6477
- const _hoisted_7$6 = /* @__PURE__ */ createTextVNode(" And ");
6473
+ const _hoisted_2$l = { key: 0 };
6474
+ const _hoisted_3$i = { key: 1 };
6475
+ const _hoisted_4$h = /* @__PURE__ */ createTextVNode(" And ");
6476
+ const _hoisted_5$b = { key: 2 };
6477
+ const _hoisted_6$9 = { key: 3 };
6478
+ const _hoisted_7$7 = /* @__PURE__ */ createTextVNode(" And ");
6478
6479
  const _hoisted_8$4 = { key: 4 };
6479
6480
  const _hoisted_9$2 = { key: 5 };
6480
6481
  const _hoisted_10$2 = { key: 6 };
@@ -6482,7 +6483,7 @@ const _hoisted_11$2 = { key: 7 };
6482
6483
  const _hoisted_12$1 = { key: 8 };
6483
6484
  const _hoisted_13$1 = { key: 9 };
6484
6485
  const _hoisted_14$1 = { key: 10 };
6485
- function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6486
+ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
6486
6487
  const _component_native_select = resolveComponent("native-select");
6487
6488
  const _component_flex_cell = resolveComponent("flex-cell");
6488
6489
  const _component_text_field = resolveComponent("text-field");
@@ -6491,7 +6492,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6491
6492
  const _component_content_select = resolveComponent("content-select");
6492
6493
  const _component_ux_icon = resolveComponent("ux-icon");
6493
6494
  const _component_ux_button = resolveComponent("ux-button");
6494
- return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$q, [
6495
+ return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$r, [
6495
6496
  createVNode(_component_flex_row, null, {
6496
6497
  default: withCtx(() => [
6497
6498
  createVNode(_component_flex_cell, null, {
@@ -6518,7 +6519,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6518
6519
  })) : createCommentVNode("", true),
6519
6520
  $data.model.comparator ? (openBlock(), createBlock(_component_flex_cell, { key: 1 }, {
6520
6521
  default: withCtx(() => [
6521
- $options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$k, [
6522
+ $options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
6522
6523
  $options.hasOptions ? (openBlock(), createBlock(_component_native_select, {
6523
6524
  key: 0,
6524
6525
  modelValue: $data.model.values,
@@ -6531,20 +6532,20 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6531
6532
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
6532
6533
  }, null, 8, ["field", "modelValue"]))
6533
6534
  ])) : createCommentVNode("", true),
6534
- $options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$h, [
6535
+ $options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
6535
6536
  createVNode(_component_text_field, {
6536
6537
  field: $options.normalField,
6537
6538
  modelValue: $data.model.value,
6538
6539
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.model.value = $event)
6539
6540
  }, null, 8, ["field", "modelValue"]),
6540
- _hoisted_4$g,
6541
+ _hoisted_4$h,
6541
6542
  createVNode(_component_text_field, {
6542
6543
  field: $options.normalField,
6543
6544
  modelValue: $data.model.value2,
6544
6545
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $data.model.value2 = $event)
6545
6546
  }, null, 8, ["field", "modelValue"])
6546
6547
  ])) : createCommentVNode("", true),
6547
- $options.inputType == "daterelative" ? (openBlock(), createElementBlock("div", _hoisted_5$a, [
6548
+ $options.inputType == "daterelative" ? (openBlock(), createElementBlock("div", _hoisted_5$b, [
6548
6549
  createVNode(_component_flex_row, null, {
6549
6550
  default: withCtx(() => [
6550
6551
  createVNode(_component_flex_cell, { style: { "width": "80px" } }, {
@@ -6571,13 +6572,13 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6571
6572
  _: 1
6572
6573
  })
6573
6574
  ])) : createCommentVNode("", true),
6574
- $options.inputType == "daterange" ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
6575
+ $options.inputType == "daterange" ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
6575
6576
  createVNode(_component_date_field, {
6576
6577
  field: $options.dateField,
6577
6578
  modelValue: $data.model.value,
6578
6579
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $data.model.value = $event)
6579
6580
  }, null, 8, ["field", "modelValue"]),
6580
- _hoisted_7$6,
6581
+ _hoisted_7$7,
6581
6582
  createVNode(_component_date_field, {
6582
6583
  field: $options.dateField,
6583
6584
  modelValue: $data.model.value2,
@@ -6660,7 +6661,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6660
6661
  })
6661
6662
  ])) : createCommentVNode("", true);
6662
6663
  }
6663
- var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x]]);
6664
+ var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
6664
6665
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
6665
6666
  function isObject$4(value) {
6666
6667
  var type = typeof value;
@@ -6855,7 +6856,7 @@ function debounce(func, wait, options) {
6855
6856
  }
6856
6857
  var debounce_1 = debounce;
6857
6858
  var FilterRule_vue_vue_type_style_index_0_lang = "";
6858
- const _sfc_main$w = {
6859
+ const _sfc_main$x = {
6859
6860
  props: {
6860
6861
  enableRemove: {
6861
6862
  type: Boolean
@@ -6965,29 +6966,29 @@ const _sfc_main$w = {
6965
6966
  NativeSelect
6966
6967
  }
6967
6968
  };
6968
- const _hoisted_1$p = { class: "filter-rule" };
6969
- const _hoisted_2$j = { class: "top" };
6970
- const _hoisted_3$g = { class: "summary" };
6971
- const _hoisted_4$f = /* @__PURE__ */ createTextVNode(" Match ");
6972
- const _hoisted_5$9 = /* @__PURE__ */ createTextVNode(" of the following conditions ");
6973
- const _hoisted_6$7 = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
6974
- const _hoisted_7$5 = { class: "operator" };
6969
+ const _hoisted_1$q = { class: "filter-rule" };
6970
+ const _hoisted_2$k = { class: "top" };
6971
+ const _hoisted_3$h = { class: "summary" };
6972
+ const _hoisted_4$g = /* @__PURE__ */ createTextVNode(" Match ");
6973
+ const _hoisted_5$a = /* @__PURE__ */ createTextVNode(" of the following conditions ");
6974
+ const _hoisted_6$8 = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
6975
+ const _hoisted_7$6 = { class: "operator" };
6975
6976
  const _hoisted_8$3 = /* @__PURE__ */ createTextVNode("Add Condition");
6976
- function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
6977
+ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6977
6978
  const _component_native_select = resolveComponent("native-select");
6978
6979
  const _component_flex_cell = resolveComponent("flex-cell");
6979
6980
  const _component_ux_icon = resolveComponent("ux-icon");
6980
6981
  const _component_ux_button = resolveComponent("ux-button");
6981
6982
  const _component_flex_row = resolveComponent("flex-row");
6982
6983
  const _component_filter_condition = resolveComponent("filter-condition");
6983
- return openBlock(), createElementBlock("div", _hoisted_1$p, [
6984
- createElementVNode("div", _hoisted_2$j, [
6984
+ return openBlock(), createElementBlock("div", _hoisted_1$q, [
6985
+ createElementVNode("div", _hoisted_2$k, [
6985
6986
  createVNode(_component_flex_row, null, {
6986
6987
  default: withCtx(() => [
6987
6988
  createVNode(_component_flex_cell, null, {
6988
6989
  default: withCtx(() => [
6989
- createElementVNode("div", _hoisted_3$g, [
6990
- _hoisted_4$f,
6990
+ createElementVNode("div", _hoisted_3$h, [
6991
+ _hoisted_4$g,
6991
6992
  createVNode(_component_native_select, {
6992
6993
  modelValue: $data.model.operator,
6993
6994
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
@@ -6998,7 +6999,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
6998
6999
  ]),
6999
7000
  _: 1
7000
7001
  }, 8, ["modelValue", "field"]),
7001
- _hoisted_5$9
7002
+ _hoisted_5$a
7002
7003
  ])
7003
7004
  ]),
7004
7005
  _: 1
@@ -7037,8 +7038,8 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
7037
7038
  shrink: ""
7038
7039
  }, {
7039
7040
  default: withCtx(() => [
7040
- _hoisted_6$7,
7041
- createElementVNode("div", _hoisted_7$5, toDisplayString($data.model.operator), 1)
7041
+ _hoisted_6$8,
7042
+ createElementVNode("div", _hoisted_7$6, toDisplayString($data.model.operator), 1)
7042
7043
  ]),
7043
7044
  _: 2
7044
7045
  }, 1032, ["class"])) : createCommentVNode("", true),
@@ -7066,9 +7067,9 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
7066
7067
  }, 8, ["onClick"])
7067
7068
  ]);
7068
7069
  }
7069
- var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w]]);
7070
+ var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x]]);
7070
7071
  var FilterBuilder_vue_vue_type_style_index_0_scoped_true_lang = "";
7071
- const _sfc_main$v = {
7072
+ const _sfc_main$w = {
7072
7073
  components: {
7073
7074
  FilterRule,
7074
7075
  NativeSelect
@@ -7169,16 +7170,16 @@ const _sfc_main$v = {
7169
7170
  };
7170
7171
  }
7171
7172
  };
7172
- const _hoisted_1$o = { class: "filters" };
7173
- const _hoisted_2$i = {
7173
+ const _hoisted_1$p = { class: "filters" };
7174
+ const _hoisted_2$j = {
7174
7175
  key: 0,
7175
7176
  class: "top"
7176
7177
  };
7177
- const _hoisted_3$f = { class: "summary" };
7178
- const _hoisted_4$e = /* @__PURE__ */ createTextVNode(" Match ");
7179
- const _hoisted_5$8 = /* @__PURE__ */ createTextVNode(" of the following rules ");
7180
- const _hoisted_6$6 = /* @__PURE__ */ createTextVNode("Add Filter Rule");
7181
- function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
7178
+ const _hoisted_3$g = { class: "summary" };
7179
+ const _hoisted_4$f = /* @__PURE__ */ createTextVNode(" Match ");
7180
+ const _hoisted_5$9 = /* @__PURE__ */ createTextVNode(" of the following rules ");
7181
+ const _hoisted_6$7 = /* @__PURE__ */ createTextVNode("Add Filter Rule");
7182
+ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
7182
7183
  const _component_native_select = resolveComponent("native-select");
7183
7184
  const _component_filter_rule = resolveComponent("filter-rule");
7184
7185
  const _component_ux_button = resolveComponent("ux-button");
@@ -7188,10 +7189,10 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
7188
7189
  default: withCtx(() => [
7189
7190
  createVNode(_component_flex_body, null, {
7190
7191
  default: withCtx(() => [
7191
- createElementVNode("div", _hoisted_1$o, [
7192
- $data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$i, [
7193
- createElementVNode("div", _hoisted_3$f, [
7194
- _hoisted_4$e,
7192
+ createElementVNode("div", _hoisted_1$p, [
7193
+ $data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$j, [
7194
+ createElementVNode("div", _hoisted_3$g, [
7195
+ _hoisted_4$f,
7195
7196
  createVNode(_component_native_select, {
7196
7197
  modelValue: $data.model.operator,
7197
7198
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
@@ -7202,7 +7203,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
7202
7203
  ]),
7203
7204
  _: 1
7204
7205
  }, 8, ["modelValue", "field"]),
7205
- _hoisted_5$8
7206
+ _hoisted_5$9
7206
7207
  ])
7207
7208
  ])) : createCommentVNode("", true),
7208
7209
  (openBlock(true), createElementBlock(Fragment, null, renderList($data.model.filters, (rule, index2) => {
@@ -7220,7 +7221,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
7220
7221
  onClick: _cache[1] || (_cache[1] = ($event) => $options.addRule())
7221
7222
  }, {
7222
7223
  default: withCtx(() => [
7223
- _hoisted_6$6
7224
+ _hoisted_6$7
7224
7225
  ]),
7225
7226
  _: 1
7226
7227
  })
@@ -7232,9 +7233,9 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
7232
7233
  _: 1
7233
7234
  });
7234
7235
  }
7235
- var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-30449bfc"]]);
7236
+ var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-30449bfc"]]);
7236
7237
  var filter_vue_vue_type_style_index_0_scoped_true_lang = "";
7237
- const _sfc_main$u = {
7238
+ const _sfc_main$v = {
7238
7239
  mixins: [InputMixin],
7239
7240
  components: {
7240
7241
  FilterBuilder
@@ -7276,32 +7277,32 @@ const _sfc_main$u = {
7276
7277
  }
7277
7278
  }
7278
7279
  };
7279
- const _hoisted_1$n = {
7280
+ const _hoisted_1$o = {
7280
7281
  key: 0,
7281
7282
  class: "ux-field-title"
7282
7283
  };
7283
- const _hoisted_2$h = {
7284
+ const _hoisted_2$i = {
7284
7285
  key: 0,
7285
7286
  class: "ux-required-marker"
7286
7287
  };
7287
- const _hoisted_3$e = {
7288
+ const _hoisted_3$f = {
7288
7289
  key: 1,
7289
7290
  class: "ux-field-description"
7290
7291
  };
7291
- const _hoisted_4$d = { key: 2 };
7292
- function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
7292
+ const _hoisted_4$e = { key: 2 };
7293
+ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
7293
7294
  const _component_filter_builder = resolveComponent("filter-builder");
7294
7295
  const _component_flex_cell = resolveComponent("flex-cell");
7295
7296
  const _component_ux_icon = resolveComponent("ux-icon");
7296
7297
  const _component_ux_button = resolveComponent("ux-button");
7297
7298
  const _component_flex_row = resolveComponent("flex-row");
7298
7299
  return openBlock(), createElementBlock(Fragment, null, [
7299
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$n, [
7300
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$o, [
7300
7301
  createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
7301
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
7302
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
7302
7303
  ])) : createCommentVNode("", true),
7303
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
7304
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
7304
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$f, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
7305
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$e, [
7305
7306
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
7306
7307
  return openBlock(), createBlock(_component_flex_row, {
7307
7308
  class: "ux-text-row",
@@ -7358,9 +7359,9 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
7358
7359
  }, null, 8, ["definition", "modelValue"]))
7359
7360
  ], 64);
7360
7361
  }
7361
- var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-5a049062"]]);
7362
+ var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-5a049062"]]);
7362
7363
  var switch_vue_vue_type_style_index_0_scoped_true_lang = "";
7363
- const _sfc_main$t = {
7364
+ const _sfc_main$u = {
7364
7365
  mixins: [InputMixin],
7365
7366
  props: {
7366
7367
  modelValue: {
@@ -7399,19 +7400,19 @@ const _sfc_main$t = {
7399
7400
  }
7400
7401
  }
7401
7402
  };
7402
- const _hoisted_1$m = {
7403
+ const _hoisted_1$n = {
7403
7404
  key: 0,
7404
7405
  class: "ux-field-title"
7405
7406
  };
7406
- const _hoisted_2$g = {
7407
+ const _hoisted_2$h = {
7407
7408
  key: 0,
7408
7409
  class: "ux-required-marker"
7409
7410
  };
7410
- const _hoisted_3$d = {
7411
+ const _hoisted_3$e = {
7411
7412
  key: 1,
7412
7413
  class: "ux-field-description"
7413
7414
  };
7414
- function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
7415
+ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
7415
7416
  const _component_ux_switch = resolveComponent("ux-switch");
7416
7417
  const _component_flex_cell = resolveComponent("flex-cell");
7417
7418
  const _component_flex_row = resolveComponent("flex-row");
@@ -7435,11 +7436,11 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
7435
7436
  createVNode(_component_flex_cell, { vcenter: "" }, {
7436
7437
  default: withCtx(() => [
7437
7438
  createElementVNode("div", null, [
7438
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$m, [
7439
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$n, [
7439
7440
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
7440
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
7441
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
7441
7442
  ])) : createCommentVNode("", true),
7442
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
7443
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
7443
7444
  ])
7444
7445
  ]),
7445
7446
  _: 1
@@ -7448,9 +7449,9 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
7448
7449
  _: 1
7449
7450
  });
7450
7451
  }
7451
- var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-7ee9d4cd"]]);
7452
+ var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-7ee9d4cd"]]);
7452
7453
  var filedrop_vue_vue_type_style_index_0_scoped_true_lang = "";
7453
- const _sfc_main$s = {
7454
+ const _sfc_main$t = {
7454
7455
  props: {
7455
7456
  multiple: {
7456
7457
  type: Boolean
@@ -7484,9 +7485,9 @@ const _sfc_main$s = {
7484
7485
  }
7485
7486
  }
7486
7487
  };
7487
- const _hoisted_1$l = ["multiple"];
7488
- const _hoisted_2$f = /* @__PURE__ */ createTextVNode("Select Files");
7489
- function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
7488
+ const _hoisted_1$m = ["multiple"];
7489
+ const _hoisted_2$g = /* @__PURE__ */ createTextVNode("Select Files");
7490
+ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
7490
7491
  const _component_ux_button = resolveComponent("ux-button");
7491
7492
  return openBlock(), createElementBlock("label", {
7492
7493
  class: "file-drop",
@@ -7498,7 +7499,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
7498
7499
  type: "file",
7499
7500
  multiple: $props.multiple,
7500
7501
  onChange: _cache[0] || (_cache[0] = ($event) => $options.filesSelected($event.target.files))
7501
- }, null, 40, _hoisted_1$l),
7502
+ }, null, 40, _hoisted_1$m),
7502
7503
  createElementVNode("div", {
7503
7504
  class: "file-drop-ux",
7504
7505
  onClick: _cache[1] || (_cache[1] = (...args) => $options.clicked && $options.clicked(...args))
@@ -7506,7 +7507,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
7506
7507
  renderSlot(_ctx.$slots, "default", {}, () => [
7507
7508
  createVNode(_component_ux_button, null, {
7508
7509
  default: withCtx(() => [
7509
- _hoisted_2$f
7510
+ _hoisted_2$g
7510
7511
  ]),
7511
7512
  _: 1
7512
7513
  })
@@ -7514,9 +7515,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
7514
7515
  ])
7515
7516
  ], 32);
7516
7517
  }
7517
- var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-67879182"]]);
7518
+ var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__scopeId", "data-v-67879182"]]);
7518
7519
  var upload_vue_vue_type_style_index_0_scoped_true_lang = "";
7519
- const _sfc_main$r = {
7520
+ const _sfc_main$s = {
7520
7521
  mixins: [InputMixin],
7521
7522
  components: {
7522
7523
  FileDrop
@@ -7647,26 +7648,26 @@ const _sfc_main$r = {
7647
7648
  },
7648
7649
  computed: {}
7649
7650
  };
7650
- const _hoisted_1$k = {
7651
+ const _hoisted_1$l = {
7651
7652
  key: 0,
7652
7653
  class: "ux-field-title"
7653
7654
  };
7654
- const _hoisted_2$e = {
7655
+ const _hoisted_2$f = {
7655
7656
  key: 0,
7656
7657
  class: "ux-required-marker"
7657
7658
  };
7658
- const _hoisted_3$c = {
7659
+ const _hoisted_3$d = {
7659
7660
  key: 1,
7660
7661
  class: "ux-field-description"
7661
7662
  };
7662
- const _hoisted_4$c = {
7663
+ const _hoisted_4$d = {
7663
7664
  key: 2,
7664
7665
  class: "files"
7665
7666
  };
7666
- const _hoisted_5$7 = { class: "size" };
7667
- const _hoisted_6$5 = /* @__PURE__ */ createTextVNode("Select Files");
7668
- const _hoisted_7$4 = /* @__PURE__ */ createTextVNode("Select File");
7669
- function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7667
+ const _hoisted_5$8 = { class: "size" };
7668
+ const _hoisted_6$6 = /* @__PURE__ */ createTextVNode("Select Files");
7669
+ const _hoisted_7$5 = /* @__PURE__ */ createTextVNode("Select File");
7670
+ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
7670
7671
  const _component_progress_bar = resolveComponent("progress-bar");
7671
7672
  const _component_flex_cell = resolveComponent("flex-cell");
7672
7673
  const _component_ux_icon = resolveComponent("ux-icon");
@@ -7674,12 +7675,12 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7674
7675
  const _component_flex_row = resolveComponent("flex-row");
7675
7676
  const _component_file_drop = resolveComponent("file-drop");
7676
7677
  return openBlock(), createElementBlock(Fragment, null, [
7677
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$k, [
7678
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$l, [
7678
7679
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
7679
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
7680
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
7680
7681
  ])) : createCommentVNode("", true),
7681
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
7682
- $data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
7682
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$d, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
7683
+ $data.files && $data.files.length ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
7683
7684
  (openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
7684
7685
  return openBlock(), createElementBlock("div", {
7685
7686
  class: "file-item",
@@ -7690,7 +7691,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7690
7691
  createVNode(_component_flex_cell, null, {
7691
7692
  default: withCtx(() => [
7692
7693
  createElementVNode("strong", null, toDisplayString(file.name), 1),
7693
- createElementVNode("div", _hoisted_5$7, toDisplayString($options.filesize(file.size)), 1),
7694
+ createElementVNode("div", _hoisted_5$8, toDisplayString($options.filesize(file.size)), 1),
7694
7695
  createVNode(_component_progress_bar, {
7695
7696
  value: file.progress
7696
7697
  }, null, 8, ["value"])
@@ -7726,7 +7727,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7726
7727
  default: withCtx(() => [
7727
7728
  createVNode(_component_ux_button, null, {
7728
7729
  default: withCtx(() => [
7729
- _hoisted_6$5
7730
+ _hoisted_6$6
7730
7731
  ]),
7731
7732
  _: 1
7732
7733
  })
@@ -7740,7 +7741,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7740
7741
  default: withCtx(() => [
7741
7742
  createVNode(_component_ux_button, null, {
7742
7743
  default: withCtx(() => [
7743
- _hoisted_7$4
7744
+ _hoisted_7$5
7744
7745
  ]),
7745
7746
  _: 1
7746
7747
  })
@@ -7749,9 +7750,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7749
7750
  }, 8, ["onFiles"]))
7750
7751
  ], 64);
7751
7752
  }
7752
- var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r], ["__scopeId", "data-v-124f63e6"]]);
7753
+ var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-124f63e6"]]);
7753
7754
  var group_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
7754
- const _sfc_main$q = {
7755
+ const _sfc_main$r = {
7755
7756
  mixins: [InputMixin],
7756
7757
  components: { draggable: draggableComponent },
7757
7758
  props: {
@@ -7822,11 +7823,11 @@ const _sfc_main$q = {
7822
7823
  }
7823
7824
  }
7824
7825
  };
7825
- const _hoisted_1$j = {
7826
+ const _hoisted_1$k = {
7826
7827
  key: 0,
7827
7828
  class: "ux-multi-group"
7828
7829
  };
7829
- function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
7830
+ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7830
7831
  const _component_ux_icon = resolveComponent("ux-icon");
7831
7832
  const _component_flex_cell = resolveComponent("flex-cell");
7832
7833
  const _component_ux_button = resolveComponent("ux-button");
@@ -7836,7 +7837,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
7836
7837
  const _component_ux_panel_body = resolveComponent("ux-panel-body");
7837
7838
  const _component_ux_panel = resolveComponent("ux-panel");
7838
7839
  const _component_draggable = resolveComponent("draggable");
7839
- return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$j, [
7840
+ return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
7840
7841
  $options.reorderable ? (openBlock(), createBlock(_component_draggable, {
7841
7842
  key: 0,
7842
7843
  modelValue: _ctx.model,
@@ -8066,8 +8067,8 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
8066
8067
  fields: _ctx.field.fields
8067
8068
  }, null, 8, ["onForm:state", "parentModel", "modelValue", "flex", "fields"]));
8068
8069
  }
8069
- var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-67669f46"]]);
8070
- const _sfc_main$p = {
8070
+ var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r], ["__scopeId", "data-v-67669f46"]]);
8071
+ const _sfc_main$q = {
8071
8072
  props: {
8072
8073
  option: {
8073
8074
  required: true
@@ -8079,17 +8080,17 @@ const _sfc_main$p = {
8079
8080
  }
8080
8081
  }
8081
8082
  };
8082
- function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
8083
+ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
8083
8084
  return renderSlot(_ctx.$slots, "default", { plainValue: $options.plainValue }, () => [
8084
8085
  createElementVNode("pre", null, toDisplayString($props.option), 1)
8085
8086
  ]);
8086
8087
  }
8087
- var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
8088
+ var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
8088
8089
  var buttonSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
8089
- function isUndefined$2(entry) {
8090
+ function isUndefined$3(entry) {
8090
8091
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
8091
8092
  }
8092
- const _sfc_main$o = {
8093
+ const _sfc_main$p = {
8093
8094
  components: {
8094
8095
  OptionSlot
8095
8096
  },
@@ -8145,7 +8146,7 @@ const _sfc_main$o = {
8145
8146
  },
8146
8147
  cleanOutput(val) {
8147
8148
  var self2 = this;
8148
- if (isUndefined$2(val)) {
8149
+ if (isUndefined$3(val)) {
8149
8150
  if (self2.multiValue) {
8150
8151
  val = [];
8151
8152
  } else {
@@ -8210,30 +8211,30 @@ const _sfc_main$o = {
8210
8211
  }
8211
8212
  }
8212
8213
  };
8213
- const _hoisted_1$i = {
8214
+ const _hoisted_1$j = {
8214
8215
  key: 0,
8215
8216
  class: "ux-field-title"
8216
8217
  };
8217
- const _hoisted_2$d = {
8218
+ const _hoisted_2$e = {
8218
8219
  key: 0,
8219
8220
  class: "ux-required-marker"
8220
8221
  };
8221
- const _hoisted_3$b = {
8222
+ const _hoisted_3$c = {
8222
8223
  key: 1,
8223
8224
  class: "ux-field-description"
8224
8225
  };
8225
- const _hoisted_4$b = { class: "buttons" };
8226
- function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
8226
+ const _hoisted_4$c = { class: "buttons" };
8227
+ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
8227
8228
  const _component_ux_icon = resolveComponent("ux-icon");
8228
8229
  const _component_ux_button = resolveComponent("ux-button");
8229
8230
  const _component_option_slot = resolveComponent("option-slot");
8230
8231
  return openBlock(), createElementBlock(Fragment, null, [
8231
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$i, [
8232
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$j, [
8232
8233
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
8233
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
8234
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
8234
8235
  ])) : createCommentVNode("", true),
8235
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8236
- createElementVNode("div", _hoisted_4$b, [
8236
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8237
+ createElementVNode("div", _hoisted_4$c, [
8237
8238
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
8238
8239
  return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
8239
8240
  default: withCtx(({ plainValue }) => [
@@ -8257,9 +8258,9 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
8257
8258
  ])
8258
8259
  ], 64);
8259
8260
  }
8260
- var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-4b69def8"]]);
8261
+ var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__scopeId", "data-v-4b69def8"]]);
8261
8262
  var objectField_vue_vue_type_style_index_0_scoped_true_lang = "";
8262
- const _sfc_main$n = {
8263
+ const _sfc_main$o = {
8263
8264
  props: {
8264
8265
  modelValue: {
8265
8266
  type: Object
@@ -8273,32 +8274,32 @@ const _sfc_main$n = {
8273
8274
  }
8274
8275
  }
8275
8276
  };
8276
- const _hoisted_1$h = {
8277
+ const _hoisted_1$i = {
8277
8278
  key: 0,
8278
8279
  class: "ux-field-title"
8279
8280
  };
8280
- const _hoisted_2$c = {
8281
+ const _hoisted_2$d = {
8281
8282
  key: 0,
8282
8283
  class: "ux-required-marker"
8283
8284
  };
8284
- const _hoisted_3$a = {
8285
+ const _hoisted_3$b = {
8285
8286
  key: 1,
8286
8287
  class: "ux-field-description"
8287
8288
  };
8288
- const _hoisted_4$a = { key: 2 };
8289
- const _hoisted_5$6 = { key: 3 };
8290
- function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
8289
+ const _hoisted_4$b = { key: 2 };
8290
+ const _hoisted_5$7 = { key: 3 };
8291
+ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
8291
8292
  const _component_flex_cell = resolveComponent("flex-cell");
8292
8293
  const _component_ux_icon = resolveComponent("ux-icon");
8293
8294
  const _component_ux_button = resolveComponent("ux-button");
8294
8295
  const _component_flex_row = resolveComponent("flex-row");
8295
8296
  return openBlock(), createElementBlock(Fragment, null, [
8296
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$h, [
8297
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$i, [
8297
8298
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
8298
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
8299
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
8299
8300
  ])) : createCommentVNode("", true),
8300
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8301
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$a, [
8301
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8302
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$b, [
8302
8303
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
8303
8304
  return openBlock(), createBlock(_component_flex_row, {
8304
8305
  class: "ux-text-row",
@@ -8347,12 +8348,12 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
8347
8348
  ]),
8348
8349
  _: 1
8349
8350
  })) : createCommentVNode("", true)
8350
- ])) : (openBlock(), createElementBlock("pre", _hoisted_5$6, toDisplayString(_ctx.model), 1))
8351
+ ])) : (openBlock(), createElementBlock("pre", _hoisted_5$7, toDisplayString(_ctx.model), 1))
8351
8352
  ], 64);
8352
8353
  }
8353
- var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-6b3fc2f2"]]);
8354
+ var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-6b3fc2f2"]]);
8354
8355
  var optionsManager_vue_vue_type_style_index_0_scoped_true_lang = "";
8355
- const _sfc_main$m = {
8356
+ const _sfc_main$n = {
8356
8357
  props: {
8357
8358
  modelValue: {
8358
8359
  type: [String, Array]
@@ -8447,22 +8448,22 @@ const _sfc_main$m = {
8447
8448
  }
8448
8449
  };
8449
8450
  const _withScopeId$1 = (n2) => (pushScopeId("data-v-42a51394"), n2 = n2(), popScopeId(), n2);
8450
- const _hoisted_1$g = {
8451
+ const _hoisted_1$h = {
8451
8452
  key: 0,
8452
8453
  class: "ux-field-title"
8453
8454
  };
8454
- const _hoisted_2$b = {
8455
+ const _hoisted_2$c = {
8455
8456
  key: 0,
8456
8457
  class: "ux-required-marker"
8457
8458
  };
8458
- const _hoisted_3$9 = {
8459
+ const _hoisted_3$a = {
8459
8460
  key: 1,
8460
8461
  class: "ux-field-description"
8461
8462
  };
8462
- const _hoisted_4$9 = { key: 2 };
8463
- const _hoisted_5$5 = { class: "ux-text-wrap prefixed" };
8464
- const _hoisted_6$4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
8465
- const _hoisted_7$3 = ["onBlur", "onUpdate:modelValue"];
8463
+ const _hoisted_4$a = { key: 2 };
8464
+ const _hoisted_5$6 = { class: "ux-text-wrap prefixed" };
8465
+ const _hoisted_6$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
8466
+ const _hoisted_7$4 = ["onBlur", "onUpdate:modelValue"];
8466
8467
  const _hoisted_8$2 = ["onBlur", "onUpdate:modelValue"];
8467
8468
  const _hoisted_9$1 = { class: "ux-text-wrap prefixed" };
8468
8469
  const _hoisted_10$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
@@ -8472,18 +8473,18 @@ const _hoisted_13 = { class: "ux-text-wrap prefixed" };
8472
8473
  const _hoisted_14 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
8473
8474
  const _hoisted_15 = { class: "ux-text-wrap prefixed" };
8474
8475
  const _hoisted_16 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
8475
- function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
8476
+ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
8476
8477
  const _component_flex_cell = resolveComponent("flex-cell");
8477
8478
  const _component_ux_icon = resolveComponent("ux-icon");
8478
8479
  const _component_ux_button = resolveComponent("ux-button");
8479
8480
  const _component_flex_row = resolveComponent("flex-row");
8480
8481
  return openBlock(), createElementBlock(Fragment, null, [
8481
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$g, [
8482
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$h, [
8482
8483
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
8483
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
8484
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
8484
8485
  ])) : createCommentVNode("", true),
8485
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$9, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8486
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
8486
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8487
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$a, [
8487
8488
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
8488
8489
  return openBlock(), createBlock(_component_flex_row, {
8489
8490
  class: "ux-text-row",
@@ -8492,8 +8493,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
8492
8493
  default: withCtx(() => [
8493
8494
  createVNode(_component_flex_cell, null, {
8494
8495
  default: withCtx(() => [
8495
- createElementVNode("div", _hoisted_5$5, [
8496
- _hoisted_6$4,
8496
+ createElementVNode("div", _hoisted_5$6, [
8497
+ _hoisted_6$5,
8497
8498
  $options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
8498
8499
  key: 0,
8499
8500
  class: "ux-field-focus ux-text-input-multiple",
@@ -8504,7 +8505,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
8504
8505
  onKeydown: _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => _ctx.add(), ["stop", "prevent"]), ["enter"])),
8505
8506
  onBlur: ($event) => $options.titleBlurred(index2),
8506
8507
  "onUpdate:modelValue": [($event) => $options.entryTitleChanged(index2), ($event) => _ctx.model[index2].title = $event]
8507
- }, null, 40, _hoisted_7$3)), [
8508
+ }, null, 40, _hoisted_7$4)), [
8508
8509
  [
8509
8510
  vModelText,
8510
8511
  _ctx.model[index2].title,
@@ -8690,10 +8691,13 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
8690
8691
  }))
8691
8692
  ], 64);
8692
8693
  }
8693
- var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-42a51394"]]);
8694
+ var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-42a51394"]]);
8694
8695
  var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
8695
- const _sfc_main$l = {
8696
- components: {},
8696
+ ace.config.set("basePath", `https://cdn.jsdelivr.net/npm/ace-builds@${version$2}/src-noconflict/`);
8697
+ const _sfc_main$m = {
8698
+ components: {
8699
+ VAceEditor
8700
+ },
8697
8701
  methods: {
8698
8702
  editorInit() {
8699
8703
  }
@@ -8727,13 +8731,28 @@ const _sfc_main$l = {
8727
8731
  };
8728
8732
  }
8729
8733
  };
8730
- function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
8734
+ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
8735
+ const _component_v_ace_editor = resolveComponent("v-ace-editor");
8731
8736
  const _component_flex_column = resolveComponent("flex-column");
8732
- return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 })) : createCommentVNode("", true);
8737
+ return $data.mounted ? (openBlock(), createBlock(_component_flex_column, { key: 0 }, {
8738
+ default: withCtx(() => [
8739
+ createVNode(_component_v_ace_editor, {
8740
+ class: "editor-wrap",
8741
+ value: $data.model,
8742
+ "onUpdate:value": _cache[0] || (_cache[0] = ($event) => $data.model = $event),
8743
+ options: { useWorker: true },
8744
+ onInit: $options.editorInit,
8745
+ lang: $props.lang,
8746
+ theme: "tomorrow_night_eighties",
8747
+ style: { "height": "300px" }
8748
+ }, null, 8, ["value", "onInit", "lang"])
8749
+ ]),
8750
+ _: 1
8751
+ })) : createCommentVNode("", true);
8733
8752
  }
8734
- var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-30adda03"]]);
8753
+ var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-14e4056e"]]);
8735
8754
  var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
8736
- const _sfc_main$k = {
8755
+ const _sfc_main$l = {
8737
8756
  components: {
8738
8757
  CodeEditor
8739
8758
  },
@@ -8754,37 +8773,37 @@ const _sfc_main$k = {
8754
8773
  }
8755
8774
  }
8756
8775
  };
8757
- const _hoisted_1$f = {
8776
+ const _hoisted_1$g = {
8758
8777
  key: 0,
8759
8778
  class: "ux-field-title"
8760
8779
  };
8761
- const _hoisted_2$a = {
8780
+ const _hoisted_2$b = {
8762
8781
  key: 0,
8763
8782
  class: "ux-required-marker"
8764
8783
  };
8765
- const _hoisted_3$8 = {
8784
+ const _hoisted_3$9 = {
8766
8785
  key: 1,
8767
8786
  class: "ux-field-description"
8768
8787
  };
8769
- const _hoisted_4$8 = { key: 2 };
8770
- const _hoisted_5$4 = { class: "code-editor-field-wrap" };
8771
- const _hoisted_6$3 = {
8788
+ const _hoisted_4$9 = { key: 2 };
8789
+ const _hoisted_5$5 = { class: "code-editor-field-wrap" };
8790
+ const _hoisted_6$4 = {
8772
8791
  key: 3,
8773
8792
  class: "code-editor-field-wrap"
8774
8793
  };
8775
- function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
8794
+ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
8776
8795
  const _component_code_editor = resolveComponent("code-editor");
8777
8796
  const _component_flex_cell = resolveComponent("flex-cell");
8778
8797
  const _component_ux_icon = resolveComponent("ux-icon");
8779
8798
  const _component_ux_button = resolveComponent("ux-button");
8780
8799
  const _component_flex_row = resolveComponent("flex-row");
8781
8800
  return openBlock(), createElementBlock(Fragment, null, [
8782
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$f, [
8801
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$g, [
8783
8802
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
8784
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
8803
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
8785
8804
  ])) : createCommentVNode("", true),
8786
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$8, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8787
- _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
8805
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$9, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8806
+ _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
8788
8807
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
8789
8808
  return openBlock(), createBlock(_component_flex_row, {
8790
8809
  class: "ux-text-row",
@@ -8793,7 +8812,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
8793
8812
  default: withCtx(() => [
8794
8813
  createVNode(_component_flex_cell, null, {
8795
8814
  default: withCtx(() => [
8796
- createElementVNode("div", _hoisted_5$4, [
8815
+ createElementVNode("div", _hoisted_5$5, [
8797
8816
  createVNode(_component_code_editor, {
8798
8817
  lang: $options.syntax,
8799
8818
  onFocus: _ctx.touch,
@@ -8839,7 +8858,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
8839
8858
  ]),
8840
8859
  _: 1
8841
8860
  })) : createCommentVNode("", true)
8842
- ])) : (openBlock(), createElementBlock("div", _hoisted_6$3, [
8861
+ ])) : (openBlock(), createElementBlock("div", _hoisted_6$4, [
8843
8862
  createVNode(_component_code_editor, {
8844
8863
  lang: $options.syntax,
8845
8864
  class: "ux-code-editor ux-field-focus ux-text-area-single",
@@ -8850,12 +8869,12 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
8850
8869
  ]))
8851
8870
  ], 64);
8852
8871
  }
8853
- var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-06a239bb"]]);
8872
+ var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-06a239bb"]]);
8854
8873
  var InternalRouteSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
8855
- function isUndefined$1(entry) {
8874
+ function isUndefined$2(entry) {
8856
8875
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
8857
8876
  }
8858
- const _sfc_main$j = {
8877
+ const _sfc_main$k = {
8859
8878
  props: {
8860
8879
  title: {
8861
8880
  type: String
@@ -8869,7 +8888,7 @@ const _sfc_main$j = {
8869
8888
  methods: {
8870
8889
  cleanOutput(val) {
8871
8890
  var self2 = this;
8872
- if (isUndefined$1(val)) {
8891
+ if (isUndefined$2(val)) {
8873
8892
  if (self2.multiValue) {
8874
8893
  val = [];
8875
8894
  } else {
@@ -8974,6 +8993,172 @@ const _sfc_main$j = {
8974
8993
  }
8975
8994
  }
8976
8995
  };
8996
+ const _hoisted_1$f = {
8997
+ key: 0,
8998
+ class: "ux-field-title"
8999
+ };
9000
+ const _hoisted_2$a = {
9001
+ key: 0,
9002
+ class: "ux-required-marker"
9003
+ };
9004
+ const _hoisted_3$8 = {
9005
+ key: 1,
9006
+ class: "ux-field-description"
9007
+ };
9008
+ const _hoisted_4$8 = {
9009
+ key: 2,
9010
+ class: "ui-select-button"
9011
+ };
9012
+ const _hoisted_5$4 = ["multiple"];
9013
+ const _hoisted_6$3 = {
9014
+ key: 0,
9015
+ value: ""
9016
+ };
9017
+ const _hoisted_7$3 = ["value"];
9018
+ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
9019
+ const _component_ux_button = resolveComponent("ux-button");
9020
+ return openBlock(), createElementBlock("div", {
9021
+ class: normalizeClass(["native-select", $options.classes])
9022
+ }, [
9023
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$f, [
9024
+ createTextVNode(toDisplayString(_ctx.label) + " ", 1),
9025
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
9026
+ ])) : createCommentVNode("", true),
9027
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$8, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
9028
+ _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
9029
+ renderSlot(_ctx.$slots, "default", {}, () => [
9030
+ createVNode(_component_ux_button, { tag: "div" }, {
9031
+ default: withCtx(() => [
9032
+ createTextVNode(toDisplayString($options.summary), 1)
9033
+ ]),
9034
+ _: 1
9035
+ })
9036
+ ], true)
9037
+ ])) : createCommentVNode("", true),
9038
+ withDirectives(createElementVNode("select", {
9039
+ onFocus: _cache[0] || (_cache[0] = (...args) => _ctx.touch && _ctx.touch(...args)),
9040
+ multiple: _ctx.multiValue,
9041
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
9042
+ }, [
9043
+ _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$3, "None")) : createCommentVNode("", true),
9044
+ (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
9045
+ return openBlock(), createElementBlock("option", {
9046
+ value: option2.value
9047
+ }, toDisplayString(option2.title), 9, _hoisted_7$3);
9048
+ }), 256))
9049
+ ], 40, _hoisted_5$4), [
9050
+ [vModelSelect, _ctx.model]
9051
+ ])
9052
+ ], 2);
9053
+ }
9054
+ var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-7662837a"]]);
9055
+ var InternalMenuSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
9056
+ function isUndefined$1(entry) {
9057
+ return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
9058
+ }
9059
+ const _sfc_main$j = {
9060
+ props: {
9061
+ title: {
9062
+ type: String
9063
+ },
9064
+ modelValue: {}
9065
+ },
9066
+ mixins: [InputMixin],
9067
+ created() {
9068
+ this.model = this.model;
9069
+ },
9070
+ methods: {
9071
+ cleanOutput(val) {
9072
+ var self2 = this;
9073
+ if (isUndefined$1(val)) {
9074
+ if (self2.multiValue) {
9075
+ val = [];
9076
+ } else {
9077
+ val = void 0;
9078
+ }
9079
+ } else {
9080
+ if (self2.multiValue) {
9081
+ val = (val || []).filter(Boolean).map(function(i2) {
9082
+ return self2.getValue(i2);
9083
+ });
9084
+ } else {
9085
+ val = self2.getValue(val);
9086
+ }
9087
+ }
9088
+ return val;
9089
+ },
9090
+ cleanInput(val) {
9091
+ var self2 = this;
9092
+ if (self2.multiValue) {
9093
+ if (!val) {
9094
+ val = [];
9095
+ }
9096
+ if (!Array.isArray(val)) {
9097
+ val = [val];
9098
+ }
9099
+ if (self2.maximum) {
9100
+ if (val.length > self2.maximum) {
9101
+ val.length = self2.maximum;
9102
+ }
9103
+ }
9104
+ val = val.filter(Boolean).map(function(v) {
9105
+ var valueKey2 = self2.getValue(v);
9106
+ return self2.returnObject ? self2.optionLookup[valueKey2] : valueKey2;
9107
+ });
9108
+ } else {
9109
+ var valueKey = self2.getValue(val);
9110
+ val = self2.returnObject ? self2.optionLookup[valueKey] : valueKey;
9111
+ }
9112
+ return val;
9113
+ }
9114
+ },
9115
+ computed: {
9116
+ interface() {
9117
+ var editor = this.$qik.global.editor;
9118
+ if (!editor) {
9119
+ return;
9120
+ }
9121
+ return editor.model;
9122
+ },
9123
+ returnObject() {
9124
+ return false;
9125
+ },
9126
+ classes() {
9127
+ var array = [];
9128
+ if (this.multiValue) {
9129
+ array.push("multiple");
9130
+ } else {
9131
+ array.push("single");
9132
+ }
9133
+ return array;
9134
+ },
9135
+ optionLookup() {
9136
+ var self2 = this;
9137
+ return self2.actualOptions.reduce(function(set, option2) {
9138
+ const key = self2.getValue(option2);
9139
+ set[key] = option2;
9140
+ return set;
9141
+ }, {});
9142
+ },
9143
+ summary() {
9144
+ return this.model ? this.getLabel(this.optionLookup[this.model]) : this.title || "Click to select";
9145
+ },
9146
+ actualOptions() {
9147
+ if (!this.interface) {
9148
+ return [];
9149
+ }
9150
+ return this.interface.menus.map(function(menu) {
9151
+ return {
9152
+ title: menu.title,
9153
+ value: menu.name
9154
+ };
9155
+ });
9156
+ },
9157
+ selectableOptions() {
9158
+ return this.actualOptions;
9159
+ }
9160
+ }
9161
+ };
8977
9162
  const _hoisted_1$e = {
8978
9163
  key: 0,
8979
9164
  class: "ux-field-title"
@@ -8998,44 +9183,41 @@ const _hoisted_6$2 = {
8998
9183
  const _hoisted_7$2 = ["value"];
8999
9184
  function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
9000
9185
  const _component_ux_button = resolveComponent("ux-button");
9001
- return openBlock(), createElementBlock(Fragment, null, [
9002
- createElementVNode("div", {
9003
- class: normalizeClass(["native-select", $options.classes])
9186
+ return openBlock(), createElementBlock("div", {
9187
+ class: normalizeClass(["native-select", $options.classes])
9188
+ }, [
9189
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$e, [
9190
+ createTextVNode(toDisplayString(_ctx.label) + " ", 1),
9191
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$9, "*")) : createCommentVNode("", true)
9192
+ ])) : createCommentVNode("", true),
9193
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$7, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
9194
+ _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
9195
+ renderSlot(_ctx.$slots, "default", {}, () => [
9196
+ createVNode(_component_ux_button, { tag: "div" }, {
9197
+ default: withCtx(() => [
9198
+ createTextVNode(toDisplayString($options.summary), 1)
9199
+ ]),
9200
+ _: 1
9201
+ })
9202
+ ], true)
9203
+ ])) : createCommentVNode("", true),
9204
+ withDirectives(createElementVNode("select", {
9205
+ onFocus: _cache[0] || (_cache[0] = (...args) => _ctx.touch && _ctx.touch(...args)),
9206
+ multiple: _ctx.multiValue,
9207
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
9004
9208
  }, [
9005
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$e, [
9006
- createTextVNode(toDisplayString(_ctx.label) + " ", 1),
9007
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$9, "*")) : createCommentVNode("", true)
9008
- ])) : createCommentVNode("", true),
9009
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$7, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
9010
- _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
9011
- renderSlot(_ctx.$slots, "default", {}, () => [
9012
- createVNode(_component_ux_button, { tag: "div" }, {
9013
- default: withCtx(() => [
9014
- createTextVNode(toDisplayString($options.summary), 1)
9015
- ]),
9016
- _: 1
9017
- })
9018
- ], true)
9019
- ])) : createCommentVNode("", true),
9020
- withDirectives(createElementVNode("select", {
9021
- onFocus: _cache[0] || (_cache[0] = (...args) => _ctx.touch && _ctx.touch(...args)),
9022
- multiple: _ctx.multiValue,
9023
- "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
9024
- }, [
9025
- _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$2, "None")) : createCommentVNode("", true),
9026
- (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
9027
- return openBlock(), createElementBlock("option", {
9028
- value: option2.value
9029
- }, toDisplayString(option2.title), 9, _hoisted_7$2);
9030
- }), 256))
9031
- ], 40, _hoisted_5$3), [
9032
- [vModelSelect, _ctx.model]
9033
- ])
9034
- ], 2),
9035
- createElementVNode("pre", null, toDisplayString($options.actualOptions), 1)
9036
- ], 64);
9209
+ _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$2, "None")) : createCommentVNode("", true),
9210
+ (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
9211
+ return openBlock(), createElementBlock("option", {
9212
+ value: option2.value
9213
+ }, toDisplayString(option2.title), 9, _hoisted_7$2);
9214
+ }), 256))
9215
+ ], 40, _hoisted_5$3), [
9216
+ [vModelSelect, _ctx.model]
9217
+ ])
9218
+ ], 2);
9037
9219
  }
9038
- var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-70f0b838"]]);
9220
+ var InternalMenuSelect = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-a9c8bb64"]]);
9039
9221
  var jsep = { exports: {} };
9040
9222
  (function(module, exports) {
9041
9223
  (function(root2) {
@@ -9845,6 +10027,7 @@ function computedExpression(key) {
9845
10027
  const _sfc_main$i = {
9846
10028
  components: {
9847
10029
  InternalRouteSelect,
10030
+ InternalMenuSelect,
9848
10031
  ButtonSelect,
9849
10032
  NativeSelect,
9850
10033
  DateField,
@@ -10032,13 +10215,20 @@ const _sfc_main$i = {
10032
10215
  },
10033
10216
  actualField() {
10034
10217
  var field = this.field;
10218
+ var actual = field;
10035
10219
  if (this.getExpressionRequired) {
10036
- return Object.assign({}, field, { minimum: 1 });
10220
+ actual = Object.assign({}, actual, { minimum: 1 });
10037
10221
  }
10038
10222
  if (this.getExpressionReferenceType) {
10039
- return Object.assign({}, field, { referenceType: this.getExpressionReferenceType });
10223
+ actual = Object.assign({}, actual, { referenceType: this.getExpressionReferenceType });
10224
+ }
10225
+ if (this.getExpressionWidgetType) {
10226
+ actual = Object.assign({}, actual, { widget: this.getExpressionWidgetType });
10040
10227
  }
10041
- return field;
10228
+ if (this.getExpressionSyntax) {
10229
+ actual = Object.assign({}, actual, { syntax: this.getExpressionSyntax });
10230
+ }
10231
+ return actual;
10042
10232
  },
10043
10233
  changeString() {
10044
10234
  return `${JSON.stringify(this.fieldModel)}-${this.actualField.minimum}-${this.actualField.referenceType}`;
@@ -10091,6 +10281,8 @@ const _sfc_main$i = {
10091
10281
  getExpressionDefaultValue: computedExpression("defaultValue"),
10092
10282
  getExpressionValue: computedExpression("value"),
10093
10283
  getExpressionReferenceType: computedExpression("referenceType"),
10284
+ getExpressionWidgetType: computedExpression("widget"),
10285
+ getExpressionSyntax: computedExpression("syntax"),
10094
10286
  hasExpressionDefaultValue: hasExpression("defaultValue"),
10095
10287
  expressions() {
10096
10288
  return this.field.expressions;
@@ -10177,6 +10369,7 @@ const _sfc_main$i = {
10177
10369
  }
10178
10370
  var widget = this.actualField.widget;
10179
10371
  switch (widget) {
10372
+ case "internal-menu":
10180
10373
  case "internal-route":
10181
10374
  case "content-select":
10182
10375
  case "select":
@@ -10230,11 +10423,12 @@ const _sfc_main$i = {
10230
10423
  }
10231
10424
  };
10232
10425
  const _hoisted_1$d = {
10233
- key: 22,
10426
+ key: 23,
10234
10427
  class: "ux-field-message"
10235
10428
  };
10236
10429
  function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10237
10430
  const _component_internal_route_select = resolveComponent("internal-route-select");
10431
+ const _component_internal_menu_select = resolveComponent("internal-menu-select");
10238
10432
  const _component_custom_html = resolveComponent("custom-html");
10239
10433
  const _component_filter_input = resolveComponent("filter-input");
10240
10434
  const _component_checkbox = resolveComponent("checkbox");
@@ -10258,54 +10452,59 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10258
10452
  return $options.visible ? (openBlock(), createElementBlock("div", {
10259
10453
  key: 0,
10260
10454
  class: normalizeClass(["ux-field", $options.classes]),
10261
- onFocusin: _cache[22] || (_cache[22] = (...args) => $options.focus && $options.focus(...args)),
10262
- onFocusout: _cache[23] || (_cache[23] = (...args) => $options.blur && $options.blur(...args))
10455
+ onFocusin: _cache[23] || (_cache[23] = (...args) => $options.focus && $options.focus(...args)),
10456
+ onFocusout: _cache[24] || (_cache[24] = (...args) => $options.blur && $options.blur(...args))
10263
10457
  }, [
10264
- $options.widget == "internal-route" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
10265
- createVNode(_component_internal_route_select, {
10266
- onTouched: $options.touch,
10267
- field: $options.actualField,
10268
- modelValue: $options.fieldModel,
10269
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.fieldModel = $event)
10270
- }, null, 8, ["onTouched", "field", "modelValue"]),
10271
- createElementVNode("pre", null, toDisplayString($data.model), 1)
10272
- ], 64)) : createCommentVNode("", true),
10273
- $options.widget == "html" ? (openBlock(), createBlock(_component_custom_html, {
10458
+ $options.widget == "internal-route" ? (openBlock(), createBlock(_component_internal_route_select, {
10459
+ key: 0,
10460
+ onTouched: $options.touch,
10461
+ field: $options.actualField,
10462
+ modelValue: $options.fieldModel,
10463
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.fieldModel = $event)
10464
+ }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10465
+ $options.widget == "internal-menu" ? (openBlock(), createBlock(_component_internal_menu_select, {
10274
10466
  key: 1,
10275
10467
  onTouched: $options.touch,
10276
10468
  field: $options.actualField,
10277
10469
  modelValue: $options.fieldModel,
10278
10470
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $options.fieldModel = $event)
10279
10471
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10280
- $options.widget == "filter" ? (openBlock(), createBlock(_component_filter_input, {
10472
+ $options.widget == "html" ? (openBlock(), createBlock(_component_custom_html, {
10281
10473
  key: 2,
10282
10474
  onTouched: $options.touch,
10283
10475
  field: $options.actualField,
10284
10476
  modelValue: $options.fieldModel,
10285
10477
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $options.fieldModel = $event)
10286
10478
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10287
- $options.widget == "checkbox" ? (openBlock(), createBlock(_component_checkbox, {
10479
+ $options.widget == "filter" ? (openBlock(), createBlock(_component_filter_input, {
10288
10480
  key: 3,
10289
10481
  onTouched: $options.touch,
10290
10482
  field: $options.actualField,
10291
10483
  modelValue: $options.fieldModel,
10292
10484
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $options.fieldModel = $event)
10293
10485
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10294
- $options.widget == "switch" ? (openBlock(), createBlock(_component_boolean_switch, {
10486
+ $options.widget == "checkbox" ? (openBlock(), createBlock(_component_checkbox, {
10295
10487
  key: 4,
10296
10488
  onTouched: $options.touch,
10297
10489
  field: $options.actualField,
10298
10490
  modelValue: $options.fieldModel,
10299
10491
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $options.fieldModel = $event)
10300
10492
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10301
- $options.widget == "upload" ? (openBlock(), createBlock(_component_upload, {
10493
+ $options.widget == "switch" ? (openBlock(), createBlock(_component_boolean_switch, {
10302
10494
  key: 5,
10303
10495
  onTouched: $options.touch,
10304
10496
  field: $options.actualField,
10305
10497
  modelValue: $options.fieldModel,
10306
10498
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $options.fieldModel = $event)
10307
10499
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10308
- $options.widget == "group" ? (openBlock(), createElementBlock(Fragment, { key: 6 }, [
10500
+ $options.widget == "upload" ? (openBlock(), createBlock(_component_upload, {
10501
+ key: 6,
10502
+ onTouched: $options.touch,
10503
+ field: $options.actualField,
10504
+ modelValue: $options.fieldModel,
10505
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $options.fieldModel = $event)
10506
+ }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10507
+ $options.widget == "group" ? (openBlock(), createElementBlock(Fragment, { key: 7 }, [
10309
10508
  $options.asObject ? (openBlock(), createBlock(_component_field_group, {
10310
10509
  key: 0,
10311
10510
  "onForm:state": $options.groupStateAltered,
@@ -10314,7 +10513,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10314
10513
  field: $options.actualField,
10315
10514
  parentModel: $props.parentModel,
10316
10515
  modelValue: $options.fieldModel,
10317
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $options.fieldModel = $event)
10516
+ "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => $options.fieldModel = $event)
10318
10517
  }, null, 8, ["onForm:state", "onTouched", "field", "parentModel", "modelValue"])) : (openBlock(), createBlock(_component_field_group, {
10319
10518
  key: 1,
10320
10519
  "onForm:state": $options.groupStateAltered,
@@ -10323,103 +10522,103 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10323
10522
  field: $options.actualField,
10324
10523
  parentModel: $props.parentModel,
10325
10524
  modelValue: $options.sourceModel,
10326
- "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => $options.sourceModel = $event)
10525
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $options.sourceModel = $event)
10327
10526
  }, null, 8, ["onForm:state", "onTouched", "field", "parentModel", "modelValue"]))
10328
10527
  ], 64)) : createCommentVNode("", true),
10329
10528
  $options.widget == "select" ? (openBlock(), createBlock(_component_native_select, {
10330
- key: 7,
10331
- onTouched: $options.touch,
10332
- field: $options.actualField,
10333
- modelValue: $options.fieldModel,
10334
- "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $options.fieldModel = $event)
10335
- }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10336
- $options.widget == "button" ? (openBlock(), createBlock(_component_button_select, {
10337
10529
  key: 8,
10338
10530
  onTouched: $options.touch,
10339
10531
  field: $options.actualField,
10340
10532
  modelValue: $options.fieldModel,
10341
10533
  "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => $options.fieldModel = $event)
10342
10534
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10343
- $options.widget == "textfield" ? (openBlock(), createBlock(_component_text_field, {
10535
+ $options.widget == "button" ? (openBlock(), createBlock(_component_button_select, {
10344
10536
  key: 9,
10345
10537
  onTouched: $options.touch,
10346
10538
  field: $options.actualField,
10347
10539
  modelValue: $options.fieldModel,
10348
10540
  "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => $options.fieldModel = $event)
10349
10541
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10350
- $options.widget == "currency" ? (openBlock(), createBlock(_component_currency_field, {
10542
+ $options.widget == "textfield" ? (openBlock(), createBlock(_component_text_field, {
10351
10543
  key: 10,
10352
10544
  onTouched: $options.touch,
10353
10545
  field: $options.actualField,
10354
10546
  modelValue: $options.fieldModel,
10355
10547
  "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => $options.fieldModel = $event)
10356
10548
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10357
- $options.widget == "datefield" ? (openBlock(), createBlock(_component_date_field, {
10549
+ $options.widget == "currency" ? (openBlock(), createBlock(_component_currency_field, {
10358
10550
  key: 11,
10359
10551
  onTouched: $options.touch,
10360
10552
  field: $options.actualField,
10361
10553
  modelValue: $options.fieldModel,
10362
10554
  "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => $options.fieldModel = $event)
10363
10555
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10364
- $options.widget == "content-select" ? (openBlock(), createBlock(_component_content_select, {
10556
+ $options.widget == "datefield" ? (openBlock(), createBlock(_component_date_field, {
10365
10557
  key: 12,
10366
10558
  onTouched: $options.touch,
10367
10559
  field: $options.actualField,
10368
10560
  modelValue: $options.fieldModel,
10369
10561
  "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => $options.fieldModel = $event)
10370
10562
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10371
- $options.widget == "type-select" ? (openBlock(), createBlock(_component_type_select, {
10563
+ $options.widget == "content-select" ? (openBlock(), createBlock(_component_content_select, {
10372
10564
  key: 13,
10373
10565
  onTouched: $options.touch,
10374
10566
  field: $options.actualField,
10375
10567
  modelValue: $options.fieldModel,
10376
10568
  "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => $options.fieldModel = $event)
10377
10569
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10378
- $options.widget == "richtext" ? (openBlock(), createBlock(_component_text_area, {
10570
+ $options.widget == "type-select" ? (openBlock(), createBlock(_component_type_select, {
10379
10571
  key: 14,
10380
10572
  onTouched: $options.touch,
10381
10573
  field: $options.actualField,
10382
10574
  modelValue: $options.fieldModel,
10383
10575
  "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => $options.fieldModel = $event)
10384
10576
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10385
- $options.widget == "textarea" ? (openBlock(), createBlock(_component_text_area, {
10577
+ $options.widget == "richtext" ? (openBlock(), createBlock(_component_text_area, {
10386
10578
  key: 15,
10387
10579
  onTouched: $options.touch,
10388
10580
  field: $options.actualField,
10389
10581
  modelValue: $options.fieldModel,
10390
10582
  "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => $options.fieldModel = $event)
10391
10583
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10392
- $options.widget == "timezone" ? (openBlock(), createBlock(_component_timezone_select, {
10584
+ $options.widget == "textarea" ? (openBlock(), createBlock(_component_text_area, {
10393
10585
  key: 16,
10394
10586
  onTouched: $options.touch,
10395
10587
  field: $options.actualField,
10396
10588
  modelValue: $options.fieldModel,
10397
10589
  "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => $options.fieldModel = $event)
10398
10590
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10399
- $options.widget == "phone" ? (openBlock(), createBlock(_component_phone_number_input, {
10591
+ $options.widget == "timezone" ? (openBlock(), createBlock(_component_timezone_select, {
10400
10592
  key: 17,
10401
10593
  onTouched: $options.touch,
10402
10594
  field: $options.actualField,
10403
10595
  modelValue: $options.fieldModel,
10404
10596
  "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => $options.fieldModel = $event)
10405
10597
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10406
- $options.widget == "value" ? (openBlock(), createElementBlock(Fragment, { key: 18 }, [], 64)) : createCommentVNode("", true),
10407
- $options.widget == "object" ? (openBlock(), createBlock(_component_object_field, {
10408
- key: 19,
10598
+ $options.widget == "phone" ? (openBlock(), createBlock(_component_phone_number_input, {
10599
+ key: 18,
10409
10600
  onTouched: $options.touch,
10410
10601
  field: $options.actualField,
10411
10602
  modelValue: $options.fieldModel,
10412
10603
  "onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => $options.fieldModel = $event)
10413
10604
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10414
- $options.widget == "options" ? (openBlock(), createBlock(_component_options_manager, {
10605
+ $options.widget == "value" ? (openBlock(), createElementBlock(Fragment, { key: 19 }, [], 64)) : createCommentVNode("", true),
10606
+ $options.widget == "object" ? (openBlock(), createBlock(_component_object_field, {
10415
10607
  key: 20,
10416
10608
  onTouched: $options.touch,
10417
10609
  field: $options.actualField,
10418
10610
  modelValue: $options.fieldModel,
10419
10611
  "onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => $options.fieldModel = $event)
10420
10612
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10421
- $options.widget == "code" ? (openBlock(), createBlock(_component_flex_column, {
10613
+ $options.widget == "options" ? (openBlock(), createBlock(_component_options_manager, {
10422
10614
  key: 21,
10615
+ onTouched: $options.touch,
10616
+ field: $options.actualField,
10617
+ modelValue: $options.fieldModel,
10618
+ "onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => $options.fieldModel = $event)
10619
+ }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10620
+ $options.widget == "code" ? (openBlock(), createBlock(_component_flex_column, {
10621
+ key: 22,
10423
10622
  style: { "min-height": "300px" }
10424
10623
  }, {
10425
10624
  default: withCtx(() => [
@@ -10427,7 +10626,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10427
10626
  onTouched: $options.touch,
10428
10627
  field: $options.actualField,
10429
10628
  modelValue: $options.fieldModel,
10430
- "onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => $options.fieldModel = $event)
10629
+ "onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => $options.fieldModel = $event)
10431
10630
  }, null, 8, ["onTouched", "field", "modelValue"])
10432
10631
  ]),
10433
10632
  _: 1
@@ -10435,7 +10634,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10435
10634
  $options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$d, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
10436
10635
  ], 34)) : createCommentVNode("", true);
10437
10636
  }
10438
- var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-25b1ee7a"]]);
10637
+ var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__scopeId", "data-v-4b76fa7d"]]);
10439
10638
  var form_vue_vue_type_style_index_0_scoped_true_lang = "";
10440
10639
  const _sfc_main$h = {
10441
10640
  props: {
@@ -17167,7 +17366,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
17167
17366
  ], 4)
17168
17367
  ]);
17169
17368
  }
17170
- var QikModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-79d61460"]]);
17369
+ var QikModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-a5940076"]]);
17171
17370
  var ConfirmModal_vue_vue_type_style_index_0_scoped_true_lang = "";
17172
17371
  const _sfc_main$3 = {
17173
17372
  mixins: [ModalMixin]
@@ -17233,7 +17432,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
17233
17432
  });
17234
17433
  }
17235
17434
  var QikConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-20b62981"]]);
17236
- var OptionsModal_vue_vue_type_style_index_0_lang = "";
17435
+ var OptionsModal_vue_vue_type_style_index_0_scoped_true_lang = "";
17237
17436
  const _sfc_main$2 = {
17238
17437
  mixins: [ModalMixin]
17239
17438
  };
@@ -17304,8 +17503,8 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
17304
17503
  _: 1
17305
17504
  });
17306
17505
  }
17307
- var QikOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
17308
- var PromptModal_vue_vue_type_style_index_0_lang = "";
17506
+ var QikOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-62010c97"]]);
17507
+ var PromptModal_vue_vue_type_style_index_0_scoped_true_lang = "";
17309
17508
  const _sfc_main$1 = {
17310
17509
  mixins: [ModalMixin],
17311
17510
  data() {
@@ -17409,7 +17608,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
17409
17608
  })
17410
17609
  ], 32);
17411
17610
  }
17412
- var QikPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
17611
+ var QikPromptModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-3d30139e"]]);
17413
17612
  var ContentModal_vue_vue_type_style_index_0_scoped_true_lang = "";
17414
17613
  const _sfc_main = {
17415
17614
  components: {