@qikdev/vue-ui 0.1.19 → 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
@@ -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.19";
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]
@@ -491,7 +493,7 @@ const _sfc_main$Q = {
491
493
  }
492
494
  }
493
495
  };
494
- function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
496
+ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
495
497
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
496
498
  onClick: $options.clicked,
497
499
  to: $props.to,
@@ -505,9 +507,9 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
505
507
  _: 3
506
508
  }, 8, ["onClick", "to", "href", "target", "class"]);
507
509
  }
508
- var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__scopeId", "data-v-0fa2817a"]]);
510
+ var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-0fa2817a"]]);
509
511
  var icon_vue_vue_type_style_index_0_scoped_true_lang = "";
510
- const _sfc_main$P = {
512
+ const _sfc_main$Q = {
511
513
  props: {
512
514
  icon: {
513
515
  type: [Object, String]
@@ -542,17 +544,17 @@ const _sfc_main$P = {
542
544
  }
543
545
  }
544
546
  };
545
- function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
547
+ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
546
548
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
547
549
  class: normalizeClass(["ux-icon fa", $options.classes])
548
550
  }, null, 8, ["class"]);
549
551
  }
550
- 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"]]);
551
553
  var UXMenuService = {
552
554
  cache: {}
553
555
  };
554
556
  var menu_vue_vue_type_style_index_0_scoped_true_lang = "";
555
- const _sfc_main$O = {
557
+ const _sfc_main$P = {
556
558
  props: {
557
559
  group: {
558
560
  type: String
@@ -704,7 +706,7 @@ const _sfc_main$O = {
704
706
  }
705
707
  }
706
708
  };
707
- function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
709
+ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
708
710
  return openBlock(), createElementBlock("div", {
709
711
  class: normalizeClass(["ux-menu", { right: $props.right }])
710
712
  }, [
@@ -728,9 +730,9 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
728
730
  ]))
729
731
  ], 2);
730
732
  }
731
- 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"]]);
732
734
  var image_vue_vue_type_style_index_0_scoped_true_lang = "";
733
- const _sfc_main$N = {
735
+ const _sfc_main$O = {
734
736
  props: {
735
737
  item: {
736
738
  type: Object
@@ -836,18 +838,18 @@ const _sfc_main$N = {
836
838
  }
837
839
  }
838
840
  };
839
- const _hoisted_1$F = ["src"];
840
- 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) {
841
843
  return openBlock(), createElementBlock("div", {
842
844
  class: "ux-image",
843
845
  style: normalizeStyle($options.style)
844
846
  }, [
845
- createElementVNode("img", { src: $options.src }, null, 8, _hoisted_1$F)
847
+ createElementVNode("img", { src: $options.src }, null, 8, _hoisted_1$G)
846
848
  ], 4);
847
849
  }
848
- var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__scopeId", "data-v-7b68ec1a"]]);
850
+ var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__scopeId", "data-v-7b68ec1a"]]);
849
851
  var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
850
- const _sfc_main$M = {
852
+ const _sfc_main$N = {
851
853
  props: {
852
854
  value: {
853
855
  type: Number
@@ -882,37 +884,37 @@ const _sfc_main$M = {
882
884
  }
883
885
  };
884
886
  const _withScopeId$3 = (n2) => (pushScopeId("data-v-6581fb86"), n2 = n2(), popScopeId(), n2);
885
- const _hoisted_1$E = { class: "ux-progress" };
886
- const _hoisted_2$w = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { class: "ux-progress-bg" }, null, -1));
887
- function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
888
- return openBlock(), createElementBlock("div", _hoisted_1$E, [
889
- _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,
890
892
  createElementVNode("div", {
891
893
  class: "ux-progress-fg",
892
894
  style: normalizeStyle($options.barStyle)
893
895
  }, null, 4)
894
896
  ]);
895
897
  }
896
- 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"]]);
897
899
  var list_vue_vue_type_style_index_0_scoped_true_lang = "";
898
- const _sfc_main$L = {};
899
- const _hoisted_1$D = { class: "ux-list" };
900
- function _sfc_render$L(_ctx, _cache) {
901
- 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, [
902
904
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
903
905
  ]);
904
906
  }
905
- 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"]]);
906
908
  var listItem_vue_vue_type_style_index_0_scoped_true_lang = "";
907
- const _sfc_main$K = {};
908
- const _hoisted_1$C = { class: "ux-list-item" };
909
- function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
910
- 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, [
911
913
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
912
914
  ]);
913
915
  }
914
- var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__scopeId", "data-v-0e73c260"]]);
915
- 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) {
916
918
  return v === void 0 || v === null || type == "date" && v.toString && v.toString() === "Invalid Date";
917
919
  }
918
920
  var InputMixin = {
@@ -1195,7 +1197,7 @@ var InputMixin = {
1195
1197
  },
1196
1198
  cleanOutput(val) {
1197
1199
  var self2 = this;
1198
- if (isUndefined$6(val, self2.field.type)) {
1200
+ if (isUndefined$7(val, self2.field.type)) {
1199
1201
  if (self2.multiValue) {
1200
1202
  val = [];
1201
1203
  } else {
@@ -1261,10 +1263,10 @@ var InputMixin = {
1261
1263
  }
1262
1264
  };
1263
1265
  var select_vue_vue_type_style_index_0_scoped_true_lang = "";
1264
- function isUndefined$5(entry) {
1266
+ function isUndefined$6(entry) {
1265
1267
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
1266
1268
  }
1267
- const _sfc_main$J = {
1269
+ const _sfc_main$K = {
1268
1270
  props: {
1269
1271
  title: {
1270
1272
  type: String
@@ -1278,7 +1280,7 @@ const _sfc_main$J = {
1278
1280
  methods: {
1279
1281
  cleanOutput(val) {
1280
1282
  var self2 = this;
1281
- if (isUndefined$5(val)) {
1283
+ if (isUndefined$6(val)) {
1282
1284
  if (self2.multiValue) {
1283
1285
  val = [];
1284
1286
  } else {
@@ -1349,39 +1351,39 @@ const _sfc_main$J = {
1349
1351
  }
1350
1352
  }
1351
1353
  };
1352
- const _hoisted_1$B = {
1354
+ const _hoisted_1$C = {
1353
1355
  key: 0,
1354
1356
  class: "ux-field-title"
1355
1357
  };
1356
- const _hoisted_2$v = {
1358
+ const _hoisted_2$w = {
1357
1359
  key: 0,
1358
1360
  class: "ux-required-marker"
1359
1361
  };
1360
- const _hoisted_3$s = {
1362
+ const _hoisted_3$t = {
1361
1363
  key: 1,
1362
1364
  class: "ux-field-description"
1363
1365
  };
1364
- const _hoisted_4$q = {
1366
+ const _hoisted_4$r = {
1365
1367
  key: 2,
1366
1368
  class: "ui-select-button"
1367
1369
  };
1368
- const _hoisted_5$j = ["multiple"];
1369
- const _hoisted_6$f = {
1370
+ const _hoisted_5$k = ["multiple"];
1371
+ const _hoisted_6$g = {
1370
1372
  key: 0,
1371
1373
  value: ""
1372
1374
  };
1373
- const _hoisted_7$c = ["value"];
1374
- 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) {
1375
1377
  const _component_ux_button = resolveComponent("ux-button");
1376
1378
  return openBlock(), createElementBlock("div", {
1377
1379
  class: normalizeClass(["native-select", $options.classes])
1378
1380
  }, [
1379
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
1381
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$C, [
1380
1382
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
1381
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
1383
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$w, "*")) : createCommentVNode("", true)
1382
1384
  ])) : createCommentVNode("", true),
1383
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$s, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
1384
- _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, [
1385
1387
  renderSlot(_ctx.$slots, "default", {}, () => [
1386
1388
  createVNode(_component_ux_button, { tag: "div" }, {
1387
1389
  default: withCtx(() => [
@@ -1396,20 +1398,20 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
1396
1398
  multiple: _ctx.multiValue,
1397
1399
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
1398
1400
  }, [
1399
- _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),
1400
1402
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
1401
1403
  return openBlock(), createElementBlock("option", {
1402
1404
  value: option2.value
1403
- }, toDisplayString(option2.title), 9, _hoisted_7$c);
1405
+ }, toDisplayString(option2.title), 9, _hoisted_7$d);
1404
1406
  }), 256))
1405
- ], 40, _hoisted_5$j), [
1407
+ ], 40, _hoisted_5$k), [
1406
1408
  [vModelSelect, _ctx.model]
1407
1409
  ])
1408
1410
  ], 2);
1409
1411
  }
1410
- 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"]]);
1411
1413
  var phoneNumberInput_vue_vue_type_style_index_0_scoped_true_lang = "";
1412
- const _sfc_main$I = {
1414
+ const _sfc_main$J = {
1413
1415
  props: {
1414
1416
  modelValue: {
1415
1417
  type: [Object, Array]
@@ -1481,41 +1483,41 @@ const _sfc_main$I = {
1481
1483
  }
1482
1484
  };
1483
1485
  const _withScopeId$2 = (n2) => (pushScopeId("data-v-856e04c2"), n2 = n2(), popScopeId(), n2);
1484
- const _hoisted_1$A = {
1486
+ const _hoisted_1$B = {
1485
1487
  key: 0,
1486
1488
  class: "ux-field-title"
1487
1489
  };
1488
- const _hoisted_2$u = {
1490
+ const _hoisted_2$v = {
1489
1491
  key: 0,
1490
1492
  class: "ux-required-marker"
1491
1493
  };
1492
- const _hoisted_3$r = {
1494
+ const _hoisted_3$s = {
1493
1495
  key: 1,
1494
1496
  class: "ux-field-description"
1495
1497
  };
1496
- const _hoisted_4$p = { key: 2 };
1497
- const _hoisted_5$i = /* @__PURE__ */ createTextVNode(" Country Code ");
1498
- const _hoisted_6$e = { key: 0 };
1499
- 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 };
1500
1502
  const _hoisted_8$7 = { class: "ux-text-wrap" };
1501
1503
  const _hoisted_9$5 = ["placeholder", "onUpdate:modelValue"];
1502
1504
  const _hoisted_10$4 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("option", { value: "" }, "None", -1));
1503
1505
  const _hoisted_11$4 = ["value"];
1504
1506
  const _hoisted_12$3 = { class: "ux-text-wrap" };
1505
1507
  const _hoisted_13$3 = ["placeholder"];
1506
- function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
1508
+ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
1507
1509
  const _component_native_select = resolveComponent("native-select");
1508
1510
  const _component_flex_cell = resolveComponent("flex-cell");
1509
1511
  const _component_ux_icon = resolveComponent("ux-icon");
1510
1512
  const _component_ux_button = resolveComponent("ux-button");
1511
1513
  const _component_flex_row = resolveComponent("flex-row");
1512
1514
  return openBlock(), createElementBlock(Fragment, null, [
1513
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
1515
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$B, [
1514
1516
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
1515
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
1517
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$v, "*")) : createCommentVNode("", true)
1516
1518
  ])) : createCommentVNode("", true),
1517
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
1518
- _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, [
1519
1521
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
1520
1522
  return openBlock(), createBlock(_component_flex_row, {
1521
1523
  wrap: "",
@@ -1532,9 +1534,9 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
1532
1534
  }, {
1533
1535
  default: withCtx(() => [
1534
1536
  !entry.countryCode ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
1535
- _hoisted_5$i
1537
+ _hoisted_5$j
1536
1538
  ], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
1537
- $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"))
1538
1540
  ], 64))
1539
1541
  ]),
1540
1542
  _: 2
@@ -1642,12 +1644,12 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
1642
1644
  }))
1643
1645
  ], 64);
1644
1646
  }
1645
- 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"]]);
1646
1648
  var timezone_vue_vue_type_style_index_0_scoped_true_lang = "";
1647
- function isUndefined$4(entry) {
1649
+ function isUndefined$5(entry) {
1648
1650
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
1649
1651
  }
1650
- const _sfc_main$H = {
1652
+ const _sfc_main$I = {
1651
1653
  props: {
1652
1654
  modelValue: {}
1653
1655
  },
@@ -1658,7 +1660,7 @@ const _sfc_main$H = {
1658
1660
  methods: {
1659
1661
  cleanOutput(val) {
1660
1662
  var self2 = this;
1661
- if (isUndefined$4(val)) {
1663
+ if (isUndefined$5(val)) {
1662
1664
  if (self2.multiValue) {
1663
1665
  val = [];
1664
1666
  } else {
@@ -2172,39 +2174,39 @@ const _sfc_main$H = {
2172
2174
  }
2173
2175
  }
2174
2176
  };
2175
- const _hoisted_1$z = {
2177
+ const _hoisted_1$A = {
2176
2178
  key: 0,
2177
2179
  class: "ux-field-title"
2178
2180
  };
2179
- const _hoisted_2$t = {
2181
+ const _hoisted_2$u = {
2180
2182
  key: 0,
2181
2183
  class: "ux-required-marker"
2182
2184
  };
2183
- const _hoisted_3$q = {
2185
+ const _hoisted_3$r = {
2184
2186
  key: 1,
2185
2187
  class: "ux-field-description"
2186
2188
  };
2187
- const _hoisted_4$o = {
2189
+ const _hoisted_4$p = {
2188
2190
  key: 2,
2189
2191
  class: "ui-select-button"
2190
2192
  };
2191
- const _hoisted_5$h = ["multiple"];
2192
- const _hoisted_6$d = {
2193
+ const _hoisted_5$i = ["multiple"];
2194
+ const _hoisted_6$e = {
2193
2195
  key: 0,
2194
2196
  value: ""
2195
2197
  };
2196
- const _hoisted_7$a = ["value"];
2197
- 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) {
2198
2200
  const _component_ux_button = resolveComponent("ux-button");
2199
2201
  return openBlock(), createElementBlock("div", {
2200
2202
  class: normalizeClass(["native-select", $options.classes])
2201
2203
  }, [
2202
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
2204
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$A, [
2203
2205
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
2204
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
2206
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$u, "*")) : createCommentVNode("", true)
2205
2207
  ])) : createCommentVNode("", true),
2206
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$q, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
2207
- _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, [
2208
2210
  renderSlot(_ctx.$slots, "default", {}, () => [
2209
2211
  createVNode(_component_ux_button, { tag: "div" }, {
2210
2212
  default: withCtx(() => [
@@ -2219,20 +2221,20 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
2219
2221
  multiple: _ctx.multiValue,
2220
2222
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
2221
2223
  }, [
2222
- _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),
2223
2225
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
2224
2226
  return openBlock(), createElementBlock("option", {
2225
2227
  value: option2.value
2226
- }, toDisplayString(option2.title), 9, _hoisted_7$a);
2228
+ }, toDisplayString(option2.title), 9, _hoisted_7$b);
2227
2229
  }), 256))
2228
- ], 40, _hoisted_5$h), [
2230
+ ], 40, _hoisted_5$i), [
2229
2231
  [vModelSelect, _ctx.model]
2230
2232
  ])
2231
2233
  ], 2);
2232
2234
  }
2233
- 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"]]);
2234
2236
  var item_vue_vue_type_style_index_0_scoped_true_lang = "";
2235
- const _sfc_main$G = {
2237
+ const _sfc_main$H = {
2236
2238
  props: {
2237
2239
  item: {
2238
2240
  type: Object,
@@ -2250,7 +2252,7 @@ const _sfc_main$G = {
2250
2252
  }
2251
2253
  }
2252
2254
  };
2253
- function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
2255
+ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
2254
2256
  const _component_flex_cell = resolveComponent("flex-cell");
2255
2257
  const _component_flex_row = resolveComponent("flex-row");
2256
2258
  return openBlock(), createElementBlock("div", {
@@ -2279,7 +2281,7 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
2279
2281
  })
2280
2282
  ]);
2281
2283
  }
2282
- 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"]]);
2283
2285
  /**!
2284
2286
  * Sortable 1.14.0
2285
2287
  * @author RubaXa <trash@rubaxa.org>
@@ -4947,7 +4949,7 @@ const draggableComponent = defineComponent({
4947
4949
  }
4948
4950
  });
4949
4951
  var contentSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
4950
- const _sfc_main$F = {
4952
+ const _sfc_main$G = {
4951
4953
  components: {
4952
4954
  Item,
4953
4955
  draggable: draggableComponent
@@ -5044,33 +5046,33 @@ const _sfc_main$F = {
5044
5046
  }
5045
5047
  }
5046
5048
  };
5047
- const _hoisted_1$y = {
5049
+ const _hoisted_1$z = {
5048
5050
  key: 0,
5049
5051
  class: "ux-field-title"
5050
5052
  };
5051
- const _hoisted_2$s = {
5053
+ const _hoisted_2$t = {
5052
5054
  key: 0,
5053
5055
  class: "ux-required-marker"
5054
5056
  };
5055
- const _hoisted_3$p = {
5057
+ const _hoisted_3$q = {
5056
5058
  key: 1,
5057
5059
  class: "ux-field-description"
5058
5060
  };
5059
- const _hoisted_4$n = {
5061
+ const _hoisted_4$o = {
5060
5062
  key: 3,
5061
5063
  class: "items"
5062
5064
  };
5063
- function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
5065
+ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
5064
5066
  const _component_ux_icon = resolveComponent("ux-icon");
5065
5067
  const _component_ux_button = resolveComponent("ux-button");
5066
5068
  const _component_item = resolveComponent("item");
5067
5069
  const _component_draggable = resolveComponent("draggable");
5068
5070
  return openBlock(), createElementBlock(Fragment, null, [
5069
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
5071
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$z, [
5070
5072
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5071
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
5073
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$t, "*")) : createCommentVNode("", true)
5072
5074
  ])) : createCommentVNode("", true),
5073
- _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),
5074
5076
  _ctx.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
5075
5077
  _ctx.model && _ctx.model.length ? (openBlock(), createBlock(_component_draggable, {
5076
5078
  key: 0,
@@ -5109,7 +5111,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
5109
5111
  ]),
5110
5112
  _: 1
5111
5113
  }, 8, ["modelValue"])) : createCommentVNode("", true)
5112
- ], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
5114
+ ], 64)) : _ctx.model ? (openBlock(), createElementBlock("div", _hoisted_4$o, [
5113
5115
  createVNode(_component_item, { item: _ctx.model }, {
5114
5116
  actions: withCtx(() => [
5115
5117
  $options.canEdit(_ctx.model) ? (openBlock(), createBlock(_component_ux_button, {
@@ -5143,12 +5145,12 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
5143
5145
  }, 8, ["onClick"])
5144
5146
  ], 64);
5145
5147
  }
5146
- 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"]]);
5147
5149
  var typeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
5148
- function isUndefined$3(entry) {
5150
+ function isUndefined$4(entry) {
5149
5151
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
5150
5152
  }
5151
- const _sfc_main$E = {
5153
+ const _sfc_main$F = {
5152
5154
  props: {
5153
5155
  title: {
5154
5156
  type: String
@@ -5186,7 +5188,7 @@ const _sfc_main$E = {
5186
5188
  methods: {
5187
5189
  cleanOutput(val) {
5188
5190
  var self2 = this;
5189
- if (isUndefined$3(val)) {
5191
+ if (isUndefined$4(val)) {
5190
5192
  if (self2.multiValue) {
5191
5193
  val = [];
5192
5194
  } else {
@@ -5257,39 +5259,39 @@ const _sfc_main$E = {
5257
5259
  }
5258
5260
  }
5259
5261
  };
5260
- const _hoisted_1$x = {
5262
+ const _hoisted_1$y = {
5261
5263
  key: 0,
5262
5264
  class: "ux-field-title"
5263
5265
  };
5264
- const _hoisted_2$r = {
5266
+ const _hoisted_2$s = {
5265
5267
  key: 0,
5266
5268
  class: "ux-required-marker"
5267
5269
  };
5268
- const _hoisted_3$o = {
5270
+ const _hoisted_3$p = {
5269
5271
  key: 1,
5270
5272
  class: "ux-field-description"
5271
5273
  };
5272
- const _hoisted_4$m = {
5274
+ const _hoisted_4$n = {
5273
5275
  key: 2,
5274
5276
  class: "ui-select-button"
5275
5277
  };
5276
- const _hoisted_5$g = ["multiple"];
5277
- const _hoisted_6$c = {
5278
+ const _hoisted_5$h = ["multiple"];
5279
+ const _hoisted_6$d = {
5278
5280
  key: 0,
5279
5281
  value: ""
5280
5282
  };
5281
- const _hoisted_7$9 = ["value"];
5282
- 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) {
5283
5285
  const _component_ux_button = resolveComponent("ux-button");
5284
5286
  return openBlock(), createElementBlock("div", {
5285
5287
  class: normalizeClass(["native-select", $options.classes])
5286
5288
  }, [
5287
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
5289
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$y, [
5288
5290
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5289
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
5291
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$s, "*")) : createCommentVNode("", true)
5290
5292
  ])) : createCommentVNode("", true),
5291
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$o, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5292
- _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, [
5293
5295
  renderSlot(_ctx.$slots, "default", {}, () => [
5294
5296
  createVNode(_component_ux_button, { tag: "div" }, {
5295
5297
  default: withCtx(() => [
@@ -5304,20 +5306,20 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
5304
5306
  multiple: _ctx.multiValue,
5305
5307
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
5306
5308
  }, [
5307
- _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),
5308
5310
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
5309
5311
  return openBlock(), createElementBlock("option", {
5310
5312
  value: option2.value
5311
- }, toDisplayString(option2.title), 9, _hoisted_7$9);
5313
+ }, toDisplayString(option2.title), 9, _hoisted_7$a);
5312
5314
  }), 256))
5313
- ], 40, _hoisted_5$g), [
5315
+ ], 40, _hoisted_5$h), [
5314
5316
  [vModelSelect, _ctx.model]
5315
5317
  ])
5316
5318
  ], 2);
5317
5319
  }
5318
- 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"]]);
5319
5321
  var currency_vue_vue_type_style_index_0_scoped_true_lang = "";
5320
- const _sfc_main$D = {
5322
+ const _sfc_main$E = {
5321
5323
  props: {
5322
5324
  modelValue: {
5323
5325
  type: [String, Array]
@@ -5395,25 +5397,25 @@ const _sfc_main$D = {
5395
5397
  }
5396
5398
  }
5397
5399
  };
5398
- const _hoisted_1$w = {
5400
+ const _hoisted_1$x = {
5399
5401
  key: 0,
5400
5402
  class: "ux-field-title"
5401
5403
  };
5402
- const _hoisted_2$q = {
5404
+ const _hoisted_2$r = {
5403
5405
  key: 0,
5404
5406
  class: "ux-required-marker"
5405
5407
  };
5406
- const _hoisted_3$n = {
5408
+ const _hoisted_3$o = {
5407
5409
  key: 1,
5408
5410
  class: "ux-field-description"
5409
5411
  };
5410
- const _hoisted_4$l = { key: 2 };
5411
- const _hoisted_5$f = {
5412
+ const _hoisted_4$m = { key: 2 };
5413
+ const _hoisted_5$g = {
5412
5414
  key: 0,
5413
5415
  class: "ux-text-prefix"
5414
5416
  };
5415
- const _hoisted_6$b = ["onBlur", "onUpdate:modelValue"];
5416
- const _hoisted_7$8 = {
5417
+ const _hoisted_6$c = ["onBlur", "onUpdate:modelValue"];
5418
+ const _hoisted_7$9 = {
5417
5419
  key: 1,
5418
5420
  class: "ux-text-suffix"
5419
5421
  };
@@ -5425,18 +5427,18 @@ const _hoisted_9$4 = {
5425
5427
  key: 1,
5426
5428
  class: "ux-text-suffix"
5427
5429
  };
5428
- function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5430
+ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
5429
5431
  const _component_flex_cell = resolveComponent("flex-cell");
5430
5432
  const _component_ux_icon = resolveComponent("ux-icon");
5431
5433
  const _component_ux_button = resolveComponent("ux-button");
5432
5434
  const _component_flex_row = resolveComponent("flex-row");
5433
5435
  return openBlock(), createElementBlock(Fragment, null, [
5434
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
5436
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$x, [
5435
5437
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5436
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
5438
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$r, "*")) : createCommentVNode("", true)
5437
5439
  ])) : createCommentVNode("", true),
5438
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$n, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5439
- _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, [
5440
5442
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
5441
5443
  return openBlock(), createBlock(_component_flex_row, {
5442
5444
  class: "ux-text-row",
@@ -5448,7 +5450,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5448
5450
  createElementVNode("div", {
5449
5451
  class: normalizeClass(["ux-text-wrap", { prefixed: $options.prefix, suffixed: $options.suffix }])
5450
5452
  }, [
5451
- $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),
5452
5454
  withDirectives((openBlock(), createElementBlock("input", {
5453
5455
  class: "ux-field-focus ux-text-input-multiple",
5454
5456
  ref_for: true,
@@ -5459,7 +5461,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5459
5461
  onBlur: ($event) => $options.update($event, index2),
5460
5462
  "onUpdate:modelValue": ($event) => $options.proxy[index2] = $event,
5461
5463
  onFocus: _cache[1] || (_cache[1] = (...args) => _ctx.touch && _ctx.touch(...args))
5462
- }, null, 40, _hoisted_6$b)), [
5464
+ }, null, 40, _hoisted_6$c)), [
5463
5465
  [
5464
5466
  vModelText,
5465
5467
  $options.proxy[index2],
@@ -5467,7 +5469,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5467
5469
  { lazy: true }
5468
5470
  ]
5469
5471
  ]),
5470
- $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)
5471
5473
  ], 2)
5472
5474
  ]),
5473
5475
  _: 2
@@ -5533,9 +5535,9 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5533
5535
  ], 2))
5534
5536
  ], 64);
5535
5537
  }
5536
- 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"]]);
5537
5539
  var textfield_vue_vue_type_style_index_0_scoped_true_lang = "";
5538
- const _sfc_main$C = {
5540
+ const _sfc_main$D = {
5539
5541
  props: {
5540
5542
  modelValue: {
5541
5543
  type: [String, Array]
@@ -5598,25 +5600,25 @@ const _sfc_main$C = {
5598
5600
  }
5599
5601
  }
5600
5602
  };
5601
- const _hoisted_1$v = {
5603
+ const _hoisted_1$w = {
5602
5604
  key: 0,
5603
5605
  class: "ux-field-title"
5604
5606
  };
5605
- const _hoisted_2$p = {
5607
+ const _hoisted_2$q = {
5606
5608
  key: 0,
5607
5609
  class: "ux-required-marker"
5608
5610
  };
5609
- const _hoisted_3$m = {
5611
+ const _hoisted_3$n = {
5610
5612
  key: 1,
5611
5613
  class: "ux-field-description"
5612
5614
  };
5613
- const _hoisted_4$k = { key: 2 };
5614
- const _hoisted_5$e = { class: "ux-text-wrap" };
5615
- 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 = {
5616
5618
  key: 0,
5617
5619
  class: "ux-text-prefix"
5618
5620
  };
5619
- const _hoisted_7$7 = ["type", "placeholder", "onUpdate:modelValue"];
5621
+ const _hoisted_7$8 = ["type", "placeholder", "onUpdate:modelValue"];
5620
5622
  const _hoisted_8$5 = ["type", "placeholder", "onUpdate:modelValue"];
5621
5623
  const _hoisted_9$3 = {
5622
5624
  key: 3,
@@ -5636,18 +5638,18 @@ const _hoisted_14$2 = {
5636
5638
  key: 3,
5637
5639
  class: "ux-text-suffix"
5638
5640
  };
5639
- function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
5641
+ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
5640
5642
  const _component_flex_cell = resolveComponent("flex-cell");
5641
5643
  const _component_ux_icon = resolveComponent("ux-icon");
5642
5644
  const _component_ux_button = resolveComponent("ux-button");
5643
5645
  const _component_flex_row = resolveComponent("flex-row");
5644
5646
  return openBlock(), createElementBlock(Fragment, null, [
5645
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
5647
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$w, [
5646
5648
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5647
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
5649
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$q, "*")) : createCommentVNode("", true)
5648
5650
  ])) : createCommentVNode("", true),
5649
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$m, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5650
- _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, [
5651
5653
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
5652
5654
  return openBlock(), createBlock(_component_flex_row, {
5653
5655
  class: "ux-text-row",
@@ -5656,8 +5658,8 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
5656
5658
  default: withCtx(() => [
5657
5659
  createVNode(_component_flex_cell, null, {
5658
5660
  default: withCtx(() => [
5659
- createElementVNode("div", _hoisted_5$e, [
5660
- _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),
5661
5663
  $options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
5662
5664
  key: 1,
5663
5665
  type: $options.inputType,
@@ -5668,7 +5670,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
5668
5670
  ref: "input",
5669
5671
  onKeydown: _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => _ctx.add(), ["stop", "prevent"]), ["enter"])),
5670
5672
  "onUpdate:modelValue": ($event) => _ctx.model[index2] = $event
5671
- }, null, 40, _hoisted_7$7)), [
5673
+ }, null, 40, _hoisted_7$8)), [
5672
5674
  [
5673
5675
  vModelDynamic,
5674
5676
  _ctx.model[index2],
@@ -5763,9 +5765,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
5763
5765
  ]))
5764
5766
  ], 64);
5765
5767
  }
5766
- 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"]]);
5767
5769
  var textarea_vue_vue_type_style_index_0_scoped_true_lang = "";
5768
- const _sfc_main$B = {
5770
+ const _sfc_main$C = {
5769
5771
  props: {
5770
5772
  modelValue: {
5771
5773
  type: [String, Array]
@@ -5778,32 +5780,32 @@ const _sfc_main$B = {
5778
5780
  }
5779
5781
  }
5780
5782
  };
5781
- const _hoisted_1$u = {
5783
+ const _hoisted_1$v = {
5782
5784
  key: 0,
5783
5785
  class: "ux-field-title"
5784
5786
  };
5785
- const _hoisted_2$o = {
5787
+ const _hoisted_2$p = {
5786
5788
  key: 0,
5787
5789
  class: "ux-required-marker"
5788
5790
  };
5789
- const _hoisted_3$l = {
5791
+ const _hoisted_3$m = {
5790
5792
  key: 1,
5791
5793
  class: "ux-field-description"
5792
5794
  };
5793
- const _hoisted_4$j = { key: 2 };
5794
- const _hoisted_5$d = ["onUpdate:modelValue"];
5795
- 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) {
5796
5798
  const _component_flex_cell = resolveComponent("flex-cell");
5797
5799
  const _component_ux_icon = resolveComponent("ux-icon");
5798
5800
  const _component_ux_button = resolveComponent("ux-button");
5799
5801
  const _component_flex_row = resolveComponent("flex-row");
5800
5802
  return openBlock(), createElementBlock(Fragment, null, [
5801
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
5803
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$v, [
5802
5804
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5803
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$o, "*")) : createCommentVNode("", true)
5805
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$p, "*")) : createCommentVNode("", true)
5804
5806
  ])) : createCommentVNode("", true),
5805
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$l, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5806
- _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, [
5807
5809
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
5808
5810
  return openBlock(), createBlock(_component_flex_row, {
5809
5811
  class: "ux-text-row",
@@ -5819,7 +5821,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
5819
5821
  ref: "input",
5820
5822
  "onUpdate:modelValue": ($event) => _ctx.model[index2] = $event,
5821
5823
  class: "ux-textarea ux-field-focus ux-text-area-multiple"
5822
- }, null, 40, _hoisted_5$d), [
5824
+ }, null, 40, _hoisted_5$e), [
5823
5825
  [vModelText, _ctx.model[index2]]
5824
5826
  ])
5825
5827
  ]),
@@ -5869,7 +5871,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
5869
5871
  ])
5870
5872
  ], 64);
5871
5873
  }
5872
- 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"]]);
5873
5875
  var datefield_vue_vue_type_style_index_0_scoped_true_lang = "";
5874
5876
  function zero(input) {
5875
5877
  if (String(input).length < 2) {
@@ -5877,7 +5879,7 @@ function zero(input) {
5877
5879
  }
5878
5880
  return input;
5879
5881
  }
5880
- const _sfc_main$A = {
5882
+ const _sfc_main$B = {
5881
5883
  props: {
5882
5884
  modelValue: {
5883
5885
  type: [Date, String, Array]
@@ -5926,32 +5928,32 @@ const _sfc_main$A = {
5926
5928
  }
5927
5929
  }
5928
5930
  };
5929
- const _hoisted_1$t = {
5931
+ const _hoisted_1$u = {
5930
5932
  key: 0,
5931
5933
  class: "ux-field-title"
5932
5934
  };
5933
- const _hoisted_2$n = {
5935
+ const _hoisted_2$o = {
5934
5936
  key: 0,
5935
5937
  class: "ux-required-marker"
5936
5938
  };
5937
- const _hoisted_3$k = {
5939
+ const _hoisted_3$l = {
5938
5940
  key: 1,
5939
5941
  class: "ux-field-description"
5940
5942
  };
5941
- const _hoisted_4$i = { key: 2 };
5942
- const _hoisted_5$c = ["onUpdate:modelValue"];
5943
- 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) {
5944
5946
  const _component_flex_cell = resolveComponent("flex-cell");
5945
5947
  const _component_ux_icon = resolveComponent("ux-icon");
5946
5948
  const _component_ux_button = resolveComponent("ux-button");
5947
5949
  const _component_flex_row = resolveComponent("flex-row");
5948
5950
  return openBlock(), createElementBlock(Fragment, null, [
5949
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
5951
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$u, [
5950
5952
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
5951
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$n, "*")) : createCommentVNode("", true)
5953
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$o, "*")) : createCommentVNode("", true)
5952
5954
  ])) : createCommentVNode("", true),
5953
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$k, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
5954
- _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, [
5955
5957
  (openBlock(true), createElementBlock(Fragment, null, renderList($options.model, (entry, index2) => {
5956
5958
  return openBlock(), createBlock(_component_flex_row, {
5957
5959
  class: "ux-text-row",
@@ -5968,7 +5970,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
5968
5970
  ref: "input",
5969
5971
  onKeydown: _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => _ctx.add(), ["stop", "prevent"]), ["enter"])),
5970
5972
  "onUpdate:modelValue": ($event) => $options.model[index2] = $event
5971
- }, null, 40, _hoisted_5$c), [
5973
+ }, null, 40, _hoisted_5$d), [
5972
5974
  [vModelText, $options.model[index2]]
5973
5975
  ])
5974
5976
  ]),
@@ -6017,9 +6019,9 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
6017
6019
  ])
6018
6020
  ], 64);
6019
6021
  }
6020
- 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"]]);
6021
6023
  var checkbox_vue_vue_type_style_index_0_scoped_true_lang = "";
6022
- const _sfc_main$z = {
6024
+ const _sfc_main$A = {
6023
6025
  computed: {
6024
6026
  NativeCheckbox: UXCheckbox
6025
6027
  },
@@ -6061,19 +6063,19 @@ const _sfc_main$z = {
6061
6063
  }
6062
6064
  }
6063
6065
  };
6064
- const _hoisted_1$s = {
6066
+ const _hoisted_1$t = {
6065
6067
  key: 0,
6066
6068
  class: "ux-field-title"
6067
6069
  };
6068
- const _hoisted_2$m = {
6070
+ const _hoisted_2$n = {
6069
6071
  key: 0,
6070
6072
  class: "ux-required-marker"
6071
6073
  };
6072
- const _hoisted_3$j = {
6074
+ const _hoisted_3$k = {
6073
6075
  key: 1,
6074
6076
  class: "ux-field-description"
6075
6077
  };
6076
- function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
6078
+ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
6077
6079
  const _component_ux_checkbox = resolveComponent("ux-checkbox");
6078
6080
  const _component_flex_cell = resolveComponent("flex-cell");
6079
6081
  const _component_flex_row = resolveComponent("flex-row");
@@ -6097,11 +6099,11 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
6097
6099
  createVNode(_component_flex_cell, { vcenter: "" }, {
6098
6100
  default: withCtx(() => [
6099
6101
  createElementVNode("div", null, [
6100
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$s, [
6102
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$t, [
6101
6103
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
6102
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$m, "*")) : createCommentVNode("", true)
6104
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$n, "*")) : createCommentVNode("", true)
6103
6105
  ])) : createCommentVNode("", true),
6104
- _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)
6105
6107
  ])
6106
6108
  ]),
6107
6109
  _: 1
@@ -6110,8 +6112,8 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
6110
6112
  _: 1
6111
6113
  });
6112
6114
  }
6113
- var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z], ["__scopeId", "data-v-a346dafc"]]);
6114
- 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 = {
6115
6117
  props: {
6116
6118
  modelValue: {
6117
6119
  type: [String, Array]
@@ -6124,33 +6126,33 @@ const _sfc_main$y = {
6124
6126
  }
6125
6127
  }
6126
6128
  };
6127
- const _hoisted_1$r = {
6129
+ const _hoisted_1$s = {
6128
6130
  key: 0,
6129
6131
  class: "ux-field-title"
6130
6132
  };
6131
- const _hoisted_2$l = {
6133
+ const _hoisted_2$m = {
6132
6134
  key: 0,
6133
6135
  class: "ux-required-marker"
6134
6136
  };
6135
- const _hoisted_3$i = {
6137
+ const _hoisted_3$j = {
6136
6138
  key: 1,
6137
6139
  class: "ux-field-description"
6138
6140
  };
6139
- const _hoisted_4$h = { key: 2 };
6140
- const _hoisted_5$b = ["innerHTML"];
6141
- const _hoisted_6$9 = ["innerHTML"];
6142
- 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) {
6143
6145
  const _component_flex_cell = resolveComponent("flex-cell");
6144
6146
  const _component_ux_icon = resolveComponent("ux-icon");
6145
6147
  const _component_ux_button = resolveComponent("ux-button");
6146
6148
  const _component_flex_row = resolveComponent("flex-row");
6147
6149
  return openBlock(), createElementBlock(Fragment, null, [
6148
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$r, [
6150
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$s, [
6149
6151
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
6150
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$l, "*")) : createCommentVNode("", true)
6152
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$m, "*")) : createCommentVNode("", true)
6151
6153
  ])) : createCommentVNode("", true),
6152
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$i, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
6153
- _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, [
6154
6156
  createVNode(_component_flex_row, { class: "ux-text-row" }, {
6155
6157
  default: withCtx(() => [
6156
6158
  createVNode(_component_flex_cell, null, {
@@ -6159,7 +6161,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
6159
6161
  return openBlock(), createElementBlock("div", {
6160
6162
  innerHTML: _ctx.field.template,
6161
6163
  key: index2
6162
- }, null, 8, _hoisted_5$b);
6164
+ }, null, 8, _hoisted_5$c);
6163
6165
  }), 128))
6164
6166
  ]),
6165
6167
  _: 1
@@ -6198,12 +6200,12 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
6198
6200
  ])) : (openBlock(), createElementBlock("div", {
6199
6201
  key: 3,
6200
6202
  innerHTML: _ctx.field.template
6201
- }, null, 8, _hoisted_6$9))
6203
+ }, null, 8, _hoisted_6$a))
6202
6204
  ], 64);
6203
6205
  }
6204
- 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]]);
6205
6207
  var FilterCondition_vue_vue_type_style_index_0_lang = "";
6206
- const _sfc_main$x = {
6208
+ const _sfc_main$y = {
6207
6209
  props: {
6208
6210
  fields: {
6209
6211
  type: Array,
@@ -6464,16 +6466,16 @@ const _sfc_main$x = {
6464
6466
  NativeSelect
6465
6467
  }
6466
6468
  };
6467
- const _hoisted_1$q = {
6469
+ const _hoisted_1$r = {
6468
6470
  key: 0,
6469
6471
  class: "filter-condition"
6470
6472
  };
6471
- const _hoisted_2$k = { key: 0 };
6472
- const _hoisted_3$h = { key: 1 };
6473
- const _hoisted_4$g = /* @__PURE__ */ createTextVNode(" And ");
6474
- const _hoisted_5$a = { key: 2 };
6475
- const _hoisted_6$8 = { key: 3 };
6476
- 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 ");
6477
6479
  const _hoisted_8$4 = { key: 4 };
6478
6480
  const _hoisted_9$2 = { key: 5 };
6479
6481
  const _hoisted_10$2 = { key: 6 };
@@ -6481,7 +6483,7 @@ const _hoisted_11$2 = { key: 7 };
6481
6483
  const _hoisted_12$1 = { key: 8 };
6482
6484
  const _hoisted_13$1 = { key: 9 };
6483
6485
  const _hoisted_14$1 = { key: 10 };
6484
- function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6486
+ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
6485
6487
  const _component_native_select = resolveComponent("native-select");
6486
6488
  const _component_flex_cell = resolveComponent("flex-cell");
6487
6489
  const _component_text_field = resolveComponent("text-field");
@@ -6490,7 +6492,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6490
6492
  const _component_content_select = resolveComponent("content-select");
6491
6493
  const _component_ux_icon = resolveComponent("ux-icon");
6492
6494
  const _component_ux_button = resolveComponent("ux-button");
6493
- return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$q, [
6495
+ return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$r, [
6494
6496
  createVNode(_component_flex_row, null, {
6495
6497
  default: withCtx(() => [
6496
6498
  createVNode(_component_flex_cell, null, {
@@ -6517,7 +6519,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6517
6519
  })) : createCommentVNode("", true),
6518
6520
  $data.model.comparator ? (openBlock(), createBlock(_component_flex_cell, { key: 1 }, {
6519
6521
  default: withCtx(() => [
6520
- $options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$k, [
6522
+ $options.inputType == "array" ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
6521
6523
  $options.hasOptions ? (openBlock(), createBlock(_component_native_select, {
6522
6524
  key: 0,
6523
6525
  modelValue: $data.model.values,
@@ -6530,20 +6532,20 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6530
6532
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.model.values = $event)
6531
6533
  }, null, 8, ["field", "modelValue"]))
6532
6534
  ])) : createCommentVNode("", true),
6533
- $options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$h, [
6535
+ $options.inputType == "range" ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
6534
6536
  createVNode(_component_text_field, {
6535
6537
  field: $options.normalField,
6536
6538
  modelValue: $data.model.value,
6537
6539
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $data.model.value = $event)
6538
6540
  }, null, 8, ["field", "modelValue"]),
6539
- _hoisted_4$g,
6541
+ _hoisted_4$h,
6540
6542
  createVNode(_component_text_field, {
6541
6543
  field: $options.normalField,
6542
6544
  modelValue: $data.model.value2,
6543
6545
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $data.model.value2 = $event)
6544
6546
  }, null, 8, ["field", "modelValue"])
6545
6547
  ])) : createCommentVNode("", true),
6546
- $options.inputType == "daterelative" ? (openBlock(), createElementBlock("div", _hoisted_5$a, [
6548
+ $options.inputType == "daterelative" ? (openBlock(), createElementBlock("div", _hoisted_5$b, [
6547
6549
  createVNode(_component_flex_row, null, {
6548
6550
  default: withCtx(() => [
6549
6551
  createVNode(_component_flex_cell, { style: { "width": "80px" } }, {
@@ -6570,13 +6572,13 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6570
6572
  _: 1
6571
6573
  })
6572
6574
  ])) : createCommentVNode("", true),
6573
- $options.inputType == "daterange" ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
6575
+ $options.inputType == "daterange" ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
6574
6576
  createVNode(_component_date_field, {
6575
6577
  field: $options.dateField,
6576
6578
  modelValue: $data.model.value,
6577
6579
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $data.model.value = $event)
6578
6580
  }, null, 8, ["field", "modelValue"]),
6579
- _hoisted_7$6,
6581
+ _hoisted_7$7,
6580
6582
  createVNode(_component_date_field, {
6581
6583
  field: $options.dateField,
6582
6584
  modelValue: $data.model.value2,
@@ -6659,7 +6661,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6659
6661
  })
6660
6662
  ])) : createCommentVNode("", true);
6661
6663
  }
6662
- 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]]);
6663
6665
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
6664
6666
  function isObject$4(value) {
6665
6667
  var type = typeof value;
@@ -6854,7 +6856,7 @@ function debounce(func, wait, options) {
6854
6856
  }
6855
6857
  var debounce_1 = debounce;
6856
6858
  var FilterRule_vue_vue_type_style_index_0_lang = "";
6857
- const _sfc_main$w = {
6859
+ const _sfc_main$x = {
6858
6860
  props: {
6859
6861
  enableRemove: {
6860
6862
  type: Boolean
@@ -6964,29 +6966,29 @@ const _sfc_main$w = {
6964
6966
  NativeSelect
6965
6967
  }
6966
6968
  };
6967
- const _hoisted_1$p = { class: "filter-rule" };
6968
- const _hoisted_2$j = { class: "top" };
6969
- const _hoisted_3$g = { class: "summary" };
6970
- const _hoisted_4$f = /* @__PURE__ */ createTextVNode(" Match ");
6971
- const _hoisted_5$9 = /* @__PURE__ */ createTextVNode(" of the following conditions ");
6972
- const _hoisted_6$7 = /* @__PURE__ */ createElementVNode("span", { class: "line" }, null, -1);
6973
- 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" };
6974
6976
  const _hoisted_8$3 = /* @__PURE__ */ createTextVNode("Add Condition");
6975
- function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
6977
+ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
6976
6978
  const _component_native_select = resolveComponent("native-select");
6977
6979
  const _component_flex_cell = resolveComponent("flex-cell");
6978
6980
  const _component_ux_icon = resolveComponent("ux-icon");
6979
6981
  const _component_ux_button = resolveComponent("ux-button");
6980
6982
  const _component_flex_row = resolveComponent("flex-row");
6981
6983
  const _component_filter_condition = resolveComponent("filter-condition");
6982
- return openBlock(), createElementBlock("div", _hoisted_1$p, [
6983
- createElementVNode("div", _hoisted_2$j, [
6984
+ return openBlock(), createElementBlock("div", _hoisted_1$q, [
6985
+ createElementVNode("div", _hoisted_2$k, [
6984
6986
  createVNode(_component_flex_row, null, {
6985
6987
  default: withCtx(() => [
6986
6988
  createVNode(_component_flex_cell, null, {
6987
6989
  default: withCtx(() => [
6988
- createElementVNode("div", _hoisted_3$g, [
6989
- _hoisted_4$f,
6990
+ createElementVNode("div", _hoisted_3$h, [
6991
+ _hoisted_4$g,
6990
6992
  createVNode(_component_native_select, {
6991
6993
  modelValue: $data.model.operator,
6992
6994
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
@@ -6997,7 +6999,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
6997
6999
  ]),
6998
7000
  _: 1
6999
7001
  }, 8, ["modelValue", "field"]),
7000
- _hoisted_5$9
7002
+ _hoisted_5$a
7001
7003
  ])
7002
7004
  ]),
7003
7005
  _: 1
@@ -7036,8 +7038,8 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
7036
7038
  shrink: ""
7037
7039
  }, {
7038
7040
  default: withCtx(() => [
7039
- _hoisted_6$7,
7040
- 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)
7041
7043
  ]),
7042
7044
  _: 2
7043
7045
  }, 1032, ["class"])) : createCommentVNode("", true),
@@ -7065,9 +7067,9 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
7065
7067
  }, 8, ["onClick"])
7066
7068
  ]);
7067
7069
  }
7068
- 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]]);
7069
7071
  var FilterBuilder_vue_vue_type_style_index_0_scoped_true_lang = "";
7070
- const _sfc_main$v = {
7072
+ const _sfc_main$w = {
7071
7073
  components: {
7072
7074
  FilterRule,
7073
7075
  NativeSelect
@@ -7168,16 +7170,16 @@ const _sfc_main$v = {
7168
7170
  };
7169
7171
  }
7170
7172
  };
7171
- const _hoisted_1$o = { class: "filters" };
7172
- const _hoisted_2$i = {
7173
+ const _hoisted_1$p = { class: "filters" };
7174
+ const _hoisted_2$j = {
7173
7175
  key: 0,
7174
7176
  class: "top"
7175
7177
  };
7176
- const _hoisted_3$f = { class: "summary" };
7177
- const _hoisted_4$e = /* @__PURE__ */ createTextVNode(" Match ");
7178
- const _hoisted_5$8 = /* @__PURE__ */ createTextVNode(" of the following rules ");
7179
- const _hoisted_6$6 = /* @__PURE__ */ createTextVNode("Add Filter Rule");
7180
- 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) {
7181
7183
  const _component_native_select = resolveComponent("native-select");
7182
7184
  const _component_filter_rule = resolveComponent("filter-rule");
7183
7185
  const _component_ux_button = resolveComponent("ux-button");
@@ -7187,10 +7189,10 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
7187
7189
  default: withCtx(() => [
7188
7190
  createVNode(_component_flex_body, null, {
7189
7191
  default: withCtx(() => [
7190
- createElementVNode("div", _hoisted_1$o, [
7191
- $data.model && $data.model.filters && $data.model.filters.length ? (openBlock(), createElementBlock("div", _hoisted_2$i, [
7192
- createElementVNode("div", _hoisted_3$f, [
7193
- _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,
7194
7196
  createVNode(_component_native_select, {
7195
7197
  modelValue: $data.model.operator,
7196
7198
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.model.operator = $event),
@@ -7201,7 +7203,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
7201
7203
  ]),
7202
7204
  _: 1
7203
7205
  }, 8, ["modelValue", "field"]),
7204
- _hoisted_5$8
7206
+ _hoisted_5$9
7205
7207
  ])
7206
7208
  ])) : createCommentVNode("", true),
7207
7209
  (openBlock(true), createElementBlock(Fragment, null, renderList($data.model.filters, (rule, index2) => {
@@ -7219,7 +7221,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
7219
7221
  onClick: _cache[1] || (_cache[1] = ($event) => $options.addRule())
7220
7222
  }, {
7221
7223
  default: withCtx(() => [
7222
- _hoisted_6$6
7224
+ _hoisted_6$7
7223
7225
  ]),
7224
7226
  _: 1
7225
7227
  })
@@ -7231,9 +7233,9 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
7231
7233
  _: 1
7232
7234
  });
7233
7235
  }
7234
- 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"]]);
7235
7237
  var filter_vue_vue_type_style_index_0_scoped_true_lang = "";
7236
- const _sfc_main$u = {
7238
+ const _sfc_main$v = {
7237
7239
  mixins: [InputMixin],
7238
7240
  components: {
7239
7241
  FilterBuilder
@@ -7275,32 +7277,32 @@ const _sfc_main$u = {
7275
7277
  }
7276
7278
  }
7277
7279
  };
7278
- const _hoisted_1$n = {
7280
+ const _hoisted_1$o = {
7279
7281
  key: 0,
7280
7282
  class: "ux-field-title"
7281
7283
  };
7282
- const _hoisted_2$h = {
7284
+ const _hoisted_2$i = {
7283
7285
  key: 0,
7284
7286
  class: "ux-required-marker"
7285
7287
  };
7286
- const _hoisted_3$e = {
7288
+ const _hoisted_3$f = {
7287
7289
  key: 1,
7288
7290
  class: "ux-field-description"
7289
7291
  };
7290
- const _hoisted_4$d = { key: 2 };
7291
- 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) {
7292
7294
  const _component_filter_builder = resolveComponent("filter-builder");
7293
7295
  const _component_flex_cell = resolveComponent("flex-cell");
7294
7296
  const _component_ux_icon = resolveComponent("ux-icon");
7295
7297
  const _component_ux_button = resolveComponent("ux-button");
7296
7298
  const _component_flex_row = resolveComponent("flex-row");
7297
7299
  return openBlock(), createElementBlock(Fragment, null, [
7298
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$n, [
7300
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$o, [
7299
7301
  createTextVNode(toDisplayString(_ctx.label) + " (" + toDisplayString($options.definitionTitle) + ") ", 1),
7300
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
7302
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$i, "*")) : createCommentVNode("", true)
7301
7303
  ])) : createCommentVNode("", true),
7302
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$e, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
7303
- _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, [
7304
7306
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
7305
7307
  return openBlock(), createBlock(_component_flex_row, {
7306
7308
  class: "ux-text-row",
@@ -7357,9 +7359,9 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
7357
7359
  }, null, 8, ["definition", "modelValue"]))
7358
7360
  ], 64);
7359
7361
  }
7360
- 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"]]);
7361
7363
  var switch_vue_vue_type_style_index_0_scoped_true_lang = "";
7362
- const _sfc_main$t = {
7364
+ const _sfc_main$u = {
7363
7365
  mixins: [InputMixin],
7364
7366
  props: {
7365
7367
  modelValue: {
@@ -7398,19 +7400,19 @@ const _sfc_main$t = {
7398
7400
  }
7399
7401
  }
7400
7402
  };
7401
- const _hoisted_1$m = {
7403
+ const _hoisted_1$n = {
7402
7404
  key: 0,
7403
7405
  class: "ux-field-title"
7404
7406
  };
7405
- const _hoisted_2$g = {
7407
+ const _hoisted_2$h = {
7406
7408
  key: 0,
7407
7409
  class: "ux-required-marker"
7408
7410
  };
7409
- const _hoisted_3$d = {
7411
+ const _hoisted_3$e = {
7410
7412
  key: 1,
7411
7413
  class: "ux-field-description"
7412
7414
  };
7413
- function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
7415
+ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
7414
7416
  const _component_ux_switch = resolveComponent("ux-switch");
7415
7417
  const _component_flex_cell = resolveComponent("flex-cell");
7416
7418
  const _component_flex_row = resolveComponent("flex-row");
@@ -7434,11 +7436,11 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
7434
7436
  createVNode(_component_flex_cell, { vcenter: "" }, {
7435
7437
  default: withCtx(() => [
7436
7438
  createElementVNode("div", null, [
7437
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$m, [
7439
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$n, [
7438
7440
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
7439
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$g, "*")) : createCommentVNode("", true)
7441
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$h, "*")) : createCommentVNode("", true)
7440
7442
  ])) : createCommentVNode("", true),
7441
- _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)
7442
7444
  ])
7443
7445
  ]),
7444
7446
  _: 1
@@ -7447,9 +7449,9 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
7447
7449
  _: 1
7448
7450
  });
7449
7451
  }
7450
- 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"]]);
7451
7453
  var filedrop_vue_vue_type_style_index_0_scoped_true_lang = "";
7452
- const _sfc_main$s = {
7454
+ const _sfc_main$t = {
7453
7455
  props: {
7454
7456
  multiple: {
7455
7457
  type: Boolean
@@ -7483,9 +7485,9 @@ const _sfc_main$s = {
7483
7485
  }
7484
7486
  }
7485
7487
  };
7486
- const _hoisted_1$l = ["multiple"];
7487
- const _hoisted_2$f = /* @__PURE__ */ createTextVNode("Select Files");
7488
- 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) {
7489
7491
  const _component_ux_button = resolveComponent("ux-button");
7490
7492
  return openBlock(), createElementBlock("label", {
7491
7493
  class: "file-drop",
@@ -7497,7 +7499,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
7497
7499
  type: "file",
7498
7500
  multiple: $props.multiple,
7499
7501
  onChange: _cache[0] || (_cache[0] = ($event) => $options.filesSelected($event.target.files))
7500
- }, null, 40, _hoisted_1$l),
7502
+ }, null, 40, _hoisted_1$m),
7501
7503
  createElementVNode("div", {
7502
7504
  class: "file-drop-ux",
7503
7505
  onClick: _cache[1] || (_cache[1] = (...args) => $options.clicked && $options.clicked(...args))
@@ -7505,7 +7507,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
7505
7507
  renderSlot(_ctx.$slots, "default", {}, () => [
7506
7508
  createVNode(_component_ux_button, null, {
7507
7509
  default: withCtx(() => [
7508
- _hoisted_2$f
7510
+ _hoisted_2$g
7509
7511
  ]),
7510
7512
  _: 1
7511
7513
  })
@@ -7513,9 +7515,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
7513
7515
  ])
7514
7516
  ], 32);
7515
7517
  }
7516
- 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"]]);
7517
7519
  var upload_vue_vue_type_style_index_0_scoped_true_lang = "";
7518
- const _sfc_main$r = {
7520
+ const _sfc_main$s = {
7519
7521
  mixins: [InputMixin],
7520
7522
  components: {
7521
7523
  FileDrop
@@ -7646,26 +7648,26 @@ const _sfc_main$r = {
7646
7648
  },
7647
7649
  computed: {}
7648
7650
  };
7649
- const _hoisted_1$k = {
7651
+ const _hoisted_1$l = {
7650
7652
  key: 0,
7651
7653
  class: "ux-field-title"
7652
7654
  };
7653
- const _hoisted_2$e = {
7655
+ const _hoisted_2$f = {
7654
7656
  key: 0,
7655
7657
  class: "ux-required-marker"
7656
7658
  };
7657
- const _hoisted_3$c = {
7659
+ const _hoisted_3$d = {
7658
7660
  key: 1,
7659
7661
  class: "ux-field-description"
7660
7662
  };
7661
- const _hoisted_4$c = {
7663
+ const _hoisted_4$d = {
7662
7664
  key: 2,
7663
7665
  class: "files"
7664
7666
  };
7665
- const _hoisted_5$7 = { class: "size" };
7666
- const _hoisted_6$5 = /* @__PURE__ */ createTextVNode("Select Files");
7667
- const _hoisted_7$4 = /* @__PURE__ */ createTextVNode("Select File");
7668
- 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) {
7669
7671
  const _component_progress_bar = resolveComponent("progress-bar");
7670
7672
  const _component_flex_cell = resolveComponent("flex-cell");
7671
7673
  const _component_ux_icon = resolveComponent("ux-icon");
@@ -7673,12 +7675,12 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7673
7675
  const _component_flex_row = resolveComponent("flex-row");
7674
7676
  const _component_file_drop = resolveComponent("file-drop");
7675
7677
  return openBlock(), createElementBlock(Fragment, null, [
7676
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$k, [
7678
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$l, [
7677
7679
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
7678
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
7680
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$f, "*")) : createCommentVNode("", true)
7679
7681
  ])) : createCommentVNode("", true),
7680
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$c, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
7681
- $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, [
7682
7684
  (openBlock(true), createElementBlock(Fragment, null, renderList($data.files, (file, index2) => {
7683
7685
  return openBlock(), createElementBlock("div", {
7684
7686
  class: "file-item",
@@ -7689,7 +7691,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7689
7691
  createVNode(_component_flex_cell, null, {
7690
7692
  default: withCtx(() => [
7691
7693
  createElementVNode("strong", null, toDisplayString(file.name), 1),
7692
- createElementVNode("div", _hoisted_5$7, toDisplayString($options.filesize(file.size)), 1),
7694
+ createElementVNode("div", _hoisted_5$8, toDisplayString($options.filesize(file.size)), 1),
7693
7695
  createVNode(_component_progress_bar, {
7694
7696
  value: file.progress
7695
7697
  }, null, 8, ["value"])
@@ -7725,7 +7727,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7725
7727
  default: withCtx(() => [
7726
7728
  createVNode(_component_ux_button, null, {
7727
7729
  default: withCtx(() => [
7728
- _hoisted_6$5
7730
+ _hoisted_6$6
7729
7731
  ]),
7730
7732
  _: 1
7731
7733
  })
@@ -7739,7 +7741,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7739
7741
  default: withCtx(() => [
7740
7742
  createVNode(_component_ux_button, null, {
7741
7743
  default: withCtx(() => [
7742
- _hoisted_7$4
7744
+ _hoisted_7$5
7743
7745
  ]),
7744
7746
  _: 1
7745
7747
  })
@@ -7748,9 +7750,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7748
7750
  }, 8, ["onFiles"]))
7749
7751
  ], 64);
7750
7752
  }
7751
- 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"]]);
7752
7754
  var group_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
7753
- const _sfc_main$q = {
7755
+ const _sfc_main$r = {
7754
7756
  mixins: [InputMixin],
7755
7757
  components: { draggable: draggableComponent },
7756
7758
  props: {
@@ -7821,11 +7823,11 @@ const _sfc_main$q = {
7821
7823
  }
7822
7824
  }
7823
7825
  };
7824
- const _hoisted_1$j = {
7826
+ const _hoisted_1$k = {
7825
7827
  key: 0,
7826
7828
  class: "ux-multi-group"
7827
7829
  };
7828
- function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
7830
+ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
7829
7831
  const _component_ux_icon = resolveComponent("ux-icon");
7830
7832
  const _component_flex_cell = resolveComponent("flex-cell");
7831
7833
  const _component_ux_button = resolveComponent("ux-button");
@@ -7835,7 +7837,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
7835
7837
  const _component_ux_panel_body = resolveComponent("ux-panel-body");
7836
7838
  const _component_ux_panel = resolveComponent("ux-panel");
7837
7839
  const _component_draggable = resolveComponent("draggable");
7838
- return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$j, [
7840
+ return _ctx.multiValue ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
7839
7841
  $options.reorderable ? (openBlock(), createBlock(_component_draggable, {
7840
7842
  key: 0,
7841
7843
  modelValue: _ctx.model,
@@ -8065,8 +8067,8 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
8065
8067
  fields: _ctx.field.fields
8066
8068
  }, null, 8, ["onForm:state", "parentModel", "modelValue", "flex", "fields"]));
8067
8069
  }
8068
- var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__scopeId", "data-v-67669f46"]]);
8069
- 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 = {
8070
8072
  props: {
8071
8073
  option: {
8072
8074
  required: true
@@ -8078,17 +8080,17 @@ const _sfc_main$p = {
8078
8080
  }
8079
8081
  }
8080
8082
  };
8081
- function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
8083
+ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
8082
8084
  return renderSlot(_ctx.$slots, "default", { plainValue: $options.plainValue }, () => [
8083
8085
  createElementVNode("pre", null, toDisplayString($props.option), 1)
8084
8086
  ]);
8085
8087
  }
8086
- 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]]);
8087
8089
  var buttonSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
8088
- function isUndefined$2(entry) {
8090
+ function isUndefined$3(entry) {
8089
8091
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
8090
8092
  }
8091
- const _sfc_main$o = {
8093
+ const _sfc_main$p = {
8092
8094
  components: {
8093
8095
  OptionSlot
8094
8096
  },
@@ -8144,7 +8146,7 @@ const _sfc_main$o = {
8144
8146
  },
8145
8147
  cleanOutput(val) {
8146
8148
  var self2 = this;
8147
- if (isUndefined$2(val)) {
8149
+ if (isUndefined$3(val)) {
8148
8150
  if (self2.multiValue) {
8149
8151
  val = [];
8150
8152
  } else {
@@ -8209,30 +8211,30 @@ const _sfc_main$o = {
8209
8211
  }
8210
8212
  }
8211
8213
  };
8212
- const _hoisted_1$i = {
8214
+ const _hoisted_1$j = {
8213
8215
  key: 0,
8214
8216
  class: "ux-field-title"
8215
8217
  };
8216
- const _hoisted_2$d = {
8218
+ const _hoisted_2$e = {
8217
8219
  key: 0,
8218
8220
  class: "ux-required-marker"
8219
8221
  };
8220
- const _hoisted_3$b = {
8222
+ const _hoisted_3$c = {
8221
8223
  key: 1,
8222
8224
  class: "ux-field-description"
8223
8225
  };
8224
- const _hoisted_4$b = { class: "buttons" };
8225
- 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) {
8226
8228
  const _component_ux_icon = resolveComponent("ux-icon");
8227
8229
  const _component_ux_button = resolveComponent("ux-button");
8228
8230
  const _component_option_slot = resolveComponent("option-slot");
8229
8231
  return openBlock(), createElementBlock(Fragment, null, [
8230
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$i, [
8232
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$j, [
8231
8233
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
8232
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
8234
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$e, "*")) : createCommentVNode("", true)
8233
8235
  ])) : createCommentVNode("", true),
8234
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$b, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8235
- 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, [
8236
8238
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selectableOptions, (option2) => {
8237
8239
  return openBlock(), createBlock(_component_option_slot, { option: option2 }, {
8238
8240
  default: withCtx(({ plainValue }) => [
@@ -8256,9 +8258,9 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
8256
8258
  ])
8257
8259
  ], 64);
8258
8260
  }
8259
- 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"]]);
8260
8262
  var objectField_vue_vue_type_style_index_0_scoped_true_lang = "";
8261
- const _sfc_main$n = {
8263
+ const _sfc_main$o = {
8262
8264
  props: {
8263
8265
  modelValue: {
8264
8266
  type: Object
@@ -8272,32 +8274,32 @@ const _sfc_main$n = {
8272
8274
  }
8273
8275
  }
8274
8276
  };
8275
- const _hoisted_1$h = {
8277
+ const _hoisted_1$i = {
8276
8278
  key: 0,
8277
8279
  class: "ux-field-title"
8278
8280
  };
8279
- const _hoisted_2$c = {
8281
+ const _hoisted_2$d = {
8280
8282
  key: 0,
8281
8283
  class: "ux-required-marker"
8282
8284
  };
8283
- const _hoisted_3$a = {
8285
+ const _hoisted_3$b = {
8284
8286
  key: 1,
8285
8287
  class: "ux-field-description"
8286
8288
  };
8287
- const _hoisted_4$a = { key: 2 };
8288
- const _hoisted_5$6 = { key: 3 };
8289
- 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) {
8290
8292
  const _component_flex_cell = resolveComponent("flex-cell");
8291
8293
  const _component_ux_icon = resolveComponent("ux-icon");
8292
8294
  const _component_ux_button = resolveComponent("ux-button");
8293
8295
  const _component_flex_row = resolveComponent("flex-row");
8294
8296
  return openBlock(), createElementBlock(Fragment, null, [
8295
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$h, [
8297
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$i, [
8296
8298
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
8297
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
8299
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$d, "*")) : createCommentVNode("", true)
8298
8300
  ])) : createCommentVNode("", true),
8299
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$a, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8300
- _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, [
8301
8303
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
8302
8304
  return openBlock(), createBlock(_component_flex_row, {
8303
8305
  class: "ux-text-row",
@@ -8346,12 +8348,12 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
8346
8348
  ]),
8347
8349
  _: 1
8348
8350
  })) : createCommentVNode("", true)
8349
- ])) : (openBlock(), createElementBlock("pre", _hoisted_5$6, toDisplayString(_ctx.model), 1))
8351
+ ])) : (openBlock(), createElementBlock("pre", _hoisted_5$7, toDisplayString(_ctx.model), 1))
8350
8352
  ], 64);
8351
8353
  }
8352
- 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"]]);
8353
8355
  var optionsManager_vue_vue_type_style_index_0_scoped_true_lang = "";
8354
- const _sfc_main$m = {
8356
+ const _sfc_main$n = {
8355
8357
  props: {
8356
8358
  modelValue: {
8357
8359
  type: [String, Array]
@@ -8446,22 +8448,22 @@ const _sfc_main$m = {
8446
8448
  }
8447
8449
  };
8448
8450
  const _withScopeId$1 = (n2) => (pushScopeId("data-v-42a51394"), n2 = n2(), popScopeId(), n2);
8449
- const _hoisted_1$g = {
8451
+ const _hoisted_1$h = {
8450
8452
  key: 0,
8451
8453
  class: "ux-field-title"
8452
8454
  };
8453
- const _hoisted_2$b = {
8455
+ const _hoisted_2$c = {
8454
8456
  key: 0,
8455
8457
  class: "ux-required-marker"
8456
8458
  };
8457
- const _hoisted_3$9 = {
8459
+ const _hoisted_3$a = {
8458
8460
  key: 1,
8459
8461
  class: "ux-field-description"
8460
8462
  };
8461
- const _hoisted_4$9 = { key: 2 };
8462
- const _hoisted_5$5 = { class: "ux-text-wrap prefixed" };
8463
- const _hoisted_6$4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
8464
- 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"];
8465
8467
  const _hoisted_8$2 = ["onBlur", "onUpdate:modelValue"];
8466
8468
  const _hoisted_9$1 = { class: "ux-text-wrap prefixed" };
8467
8469
  const _hoisted_10$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
@@ -8471,18 +8473,18 @@ const _hoisted_13 = { class: "ux-text-wrap prefixed" };
8471
8473
  const _hoisted_14 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
8472
8474
  const _hoisted_15 = { class: "ux-text-wrap prefixed" };
8473
8475
  const _hoisted_16 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
8474
- function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
8476
+ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
8475
8477
  const _component_flex_cell = resolveComponent("flex-cell");
8476
8478
  const _component_ux_icon = resolveComponent("ux-icon");
8477
8479
  const _component_ux_button = resolveComponent("ux-button");
8478
8480
  const _component_flex_row = resolveComponent("flex-row");
8479
8481
  return openBlock(), createElementBlock(Fragment, null, [
8480
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$g, [
8482
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$h, [
8481
8483
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
8482
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
8484
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$c, "*")) : createCommentVNode("", true)
8483
8485
  ])) : createCommentVNode("", true),
8484
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$9, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8485
- _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, [
8486
8488
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
8487
8489
  return openBlock(), createBlock(_component_flex_row, {
8488
8490
  class: "ux-text-row",
@@ -8491,8 +8493,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
8491
8493
  default: withCtx(() => [
8492
8494
  createVNode(_component_flex_cell, null, {
8493
8495
  default: withCtx(() => [
8494
- createElementVNode("div", _hoisted_5$5, [
8495
- _hoisted_6$4,
8496
+ createElementVNode("div", _hoisted_5$6, [
8497
+ _hoisted_6$5,
8496
8498
  $options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
8497
8499
  key: 0,
8498
8500
  class: "ux-field-focus ux-text-input-multiple",
@@ -8503,7 +8505,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
8503
8505
  onKeydown: _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => _ctx.add(), ["stop", "prevent"]), ["enter"])),
8504
8506
  onBlur: ($event) => $options.titleBlurred(index2),
8505
8507
  "onUpdate:modelValue": [($event) => $options.entryTitleChanged(index2), ($event) => _ctx.model[index2].title = $event]
8506
- }, null, 40, _hoisted_7$3)), [
8508
+ }, null, 40, _hoisted_7$4)), [
8507
8509
  [
8508
8510
  vModelText,
8509
8511
  _ctx.model[index2].title,
@@ -8689,10 +8691,13 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
8689
8691
  }))
8690
8692
  ], 64);
8691
8693
  }
8692
- 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"]]);
8693
8695
  var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
8694
- const _sfc_main$l = {
8695
- 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
+ },
8696
8701
  methods: {
8697
8702
  editorInit() {
8698
8703
  }
@@ -8726,13 +8731,28 @@ const _sfc_main$l = {
8726
8731
  };
8727
8732
  }
8728
8733
  };
8729
- 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");
8730
8736
  const _component_flex_column = resolveComponent("flex-column");
8731
- 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);
8732
8752
  }
8733
- 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"]]);
8734
8754
  var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
8735
- const _sfc_main$k = {
8755
+ const _sfc_main$l = {
8736
8756
  components: {
8737
8757
  CodeEditor
8738
8758
  },
@@ -8753,37 +8773,37 @@ const _sfc_main$k = {
8753
8773
  }
8754
8774
  }
8755
8775
  };
8756
- const _hoisted_1$f = {
8776
+ const _hoisted_1$g = {
8757
8777
  key: 0,
8758
8778
  class: "ux-field-title"
8759
8779
  };
8760
- const _hoisted_2$a = {
8780
+ const _hoisted_2$b = {
8761
8781
  key: 0,
8762
8782
  class: "ux-required-marker"
8763
8783
  };
8764
- const _hoisted_3$8 = {
8784
+ const _hoisted_3$9 = {
8765
8785
  key: 1,
8766
8786
  class: "ux-field-description"
8767
8787
  };
8768
- const _hoisted_4$8 = { key: 2 };
8769
- const _hoisted_5$4 = { class: "code-editor-field-wrap" };
8770
- 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 = {
8771
8791
  key: 3,
8772
8792
  class: "code-editor-field-wrap"
8773
8793
  };
8774
- function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
8794
+ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
8775
8795
  const _component_code_editor = resolveComponent("code-editor");
8776
8796
  const _component_flex_cell = resolveComponent("flex-cell");
8777
8797
  const _component_ux_icon = resolveComponent("ux-icon");
8778
8798
  const _component_ux_button = resolveComponent("ux-button");
8779
8799
  const _component_flex_row = resolveComponent("flex-row");
8780
8800
  return openBlock(), createElementBlock(Fragment, null, [
8781
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$f, [
8801
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$g, [
8782
8802
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
8783
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$a, "*")) : createCommentVNode("", true)
8803
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$b, "*")) : createCommentVNode("", true)
8784
8804
  ])) : createCommentVNode("", true),
8785
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$8, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
8786
- _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, [
8787
8807
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (entry, index2) => {
8788
8808
  return openBlock(), createBlock(_component_flex_row, {
8789
8809
  class: "ux-text-row",
@@ -8792,7 +8812,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
8792
8812
  default: withCtx(() => [
8793
8813
  createVNode(_component_flex_cell, null, {
8794
8814
  default: withCtx(() => [
8795
- createElementVNode("div", _hoisted_5$4, [
8815
+ createElementVNode("div", _hoisted_5$5, [
8796
8816
  createVNode(_component_code_editor, {
8797
8817
  lang: $options.syntax,
8798
8818
  onFocus: _ctx.touch,
@@ -8838,7 +8858,7 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
8838
8858
  ]),
8839
8859
  _: 1
8840
8860
  })) : createCommentVNode("", true)
8841
- ])) : (openBlock(), createElementBlock("div", _hoisted_6$3, [
8861
+ ])) : (openBlock(), createElementBlock("div", _hoisted_6$4, [
8842
8862
  createVNode(_component_code_editor, {
8843
8863
  lang: $options.syntax,
8844
8864
  class: "ux-code-editor ux-field-focus ux-text-area-single",
@@ -8849,12 +8869,12 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
8849
8869
  ]))
8850
8870
  ], 64);
8851
8871
  }
8852
- 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"]]);
8853
8873
  var InternalRouteSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
8854
- function isUndefined$1(entry) {
8874
+ function isUndefined$2(entry) {
8855
8875
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
8856
8876
  }
8857
- const _sfc_main$j = {
8877
+ const _sfc_main$k = {
8858
8878
  props: {
8859
8879
  title: {
8860
8880
  type: String
@@ -8868,7 +8888,7 @@ const _sfc_main$j = {
8868
8888
  methods: {
8869
8889
  cleanOutput(val) {
8870
8890
  var self2 = this;
8871
- if (isUndefined$1(val)) {
8891
+ if (isUndefined$2(val)) {
8872
8892
  if (self2.multiValue) {
8873
8893
  val = [];
8874
8894
  } else {
@@ -8973,6 +8993,172 @@ const _sfc_main$j = {
8973
8993
  }
8974
8994
  }
8975
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
+ };
8976
9162
  const _hoisted_1$e = {
8977
9163
  key: 0,
8978
9164
  class: "ux-field-title"
@@ -8997,44 +9183,41 @@ const _hoisted_6$2 = {
8997
9183
  const _hoisted_7$2 = ["value"];
8998
9184
  function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
8999
9185
  const _component_ux_button = resolveComponent("ux-button");
9000
- return openBlock(), createElementBlock(Fragment, null, [
9001
- createElementVNode("div", {
9002
- 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)
9003
9208
  }, [
9004
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$e, [
9005
- createTextVNode(toDisplayString(_ctx.label) + " ", 1),
9006
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$9, "*")) : createCommentVNode("", true)
9007
- ])) : createCommentVNode("", true),
9008
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$7, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
9009
- _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
9010
- renderSlot(_ctx.$slots, "default", {}, () => [
9011
- createVNode(_component_ux_button, { tag: "div" }, {
9012
- default: withCtx(() => [
9013
- createTextVNode(toDisplayString($options.summary), 1)
9014
- ]),
9015
- _: 1
9016
- })
9017
- ], true)
9018
- ])) : createCommentVNode("", true),
9019
- withDirectives(createElementVNode("select", {
9020
- onFocus: _cache[0] || (_cache[0] = (...args) => _ctx.touch && _ctx.touch(...args)),
9021
- multiple: _ctx.multiValue,
9022
- "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.model = $event)
9023
- }, [
9024
- _ctx.singleValue && !_ctx.minimum ? (openBlock(), createElementBlock("option", _hoisted_6$2, "None")) : createCommentVNode("", true),
9025
- (openBlock(true), createElementBlock(Fragment, null, renderList($options.selectableOptions, (option2) => {
9026
- return openBlock(), createElementBlock("option", {
9027
- value: option2.value
9028
- }, toDisplayString(option2.title), 9, _hoisted_7$2);
9029
- }), 256))
9030
- ], 40, _hoisted_5$3), [
9031
- [vModelSelect, _ctx.model]
9032
- ])
9033
- ], 2),
9034
- createElementVNode("pre", null, toDisplayString($options.actualOptions), 1)
9035
- ], 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);
9036
9219
  }
9037
- 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"]]);
9038
9221
  var jsep = { exports: {} };
9039
9222
  (function(module, exports) {
9040
9223
  (function(root2) {
@@ -9844,6 +10027,7 @@ function computedExpression(key) {
9844
10027
  const _sfc_main$i = {
9845
10028
  components: {
9846
10029
  InternalRouteSelect,
10030
+ InternalMenuSelect,
9847
10031
  ButtonSelect,
9848
10032
  NativeSelect,
9849
10033
  DateField,
@@ -10031,13 +10215,20 @@ const _sfc_main$i = {
10031
10215
  },
10032
10216
  actualField() {
10033
10217
  var field = this.field;
10218
+ var actual = field;
10034
10219
  if (this.getExpressionRequired) {
10035
- return Object.assign({}, field, { minimum: 1 });
10220
+ actual = Object.assign({}, actual, { minimum: 1 });
10036
10221
  }
10037
10222
  if (this.getExpressionReferenceType) {
10038
- 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 });
10039
10227
  }
10040
- return field;
10228
+ if (this.getExpressionSyntax) {
10229
+ actual = Object.assign({}, actual, { syntax: this.getExpressionSyntax });
10230
+ }
10231
+ return actual;
10041
10232
  },
10042
10233
  changeString() {
10043
10234
  return `${JSON.stringify(this.fieldModel)}-${this.actualField.minimum}-${this.actualField.referenceType}`;
@@ -10090,6 +10281,8 @@ const _sfc_main$i = {
10090
10281
  getExpressionDefaultValue: computedExpression("defaultValue"),
10091
10282
  getExpressionValue: computedExpression("value"),
10092
10283
  getExpressionReferenceType: computedExpression("referenceType"),
10284
+ getExpressionWidgetType: computedExpression("widget"),
10285
+ getExpressionSyntax: computedExpression("syntax"),
10093
10286
  hasExpressionDefaultValue: hasExpression("defaultValue"),
10094
10287
  expressions() {
10095
10288
  return this.field.expressions;
@@ -10176,6 +10369,7 @@ const _sfc_main$i = {
10176
10369
  }
10177
10370
  var widget = this.actualField.widget;
10178
10371
  switch (widget) {
10372
+ case "internal-menu":
10179
10373
  case "internal-route":
10180
10374
  case "content-select":
10181
10375
  case "select":
@@ -10229,11 +10423,12 @@ const _sfc_main$i = {
10229
10423
  }
10230
10424
  };
10231
10425
  const _hoisted_1$d = {
10232
- key: 22,
10426
+ key: 23,
10233
10427
  class: "ux-field-message"
10234
10428
  };
10235
10429
  function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10236
10430
  const _component_internal_route_select = resolveComponent("internal-route-select");
10431
+ const _component_internal_menu_select = resolveComponent("internal-menu-select");
10237
10432
  const _component_custom_html = resolveComponent("custom-html");
10238
10433
  const _component_filter_input = resolveComponent("filter-input");
10239
10434
  const _component_checkbox = resolveComponent("checkbox");
@@ -10257,54 +10452,59 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10257
10452
  return $options.visible ? (openBlock(), createElementBlock("div", {
10258
10453
  key: 0,
10259
10454
  class: normalizeClass(["ux-field", $options.classes]),
10260
- onFocusin: _cache[22] || (_cache[22] = (...args) => $options.focus && $options.focus(...args)),
10261
- 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))
10262
10457
  }, [
10263
- $options.widget == "internal-route" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
10264
- createVNode(_component_internal_route_select, {
10265
- onTouched: $options.touch,
10266
- field: $options.actualField,
10267
- modelValue: $options.fieldModel,
10268
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.fieldModel = $event)
10269
- }, null, 8, ["onTouched", "field", "modelValue"]),
10270
- createElementVNode("pre", null, toDisplayString($data.model), 1)
10271
- ], 64)) : createCommentVNode("", true),
10272
- $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, {
10273
10466
  key: 1,
10274
10467
  onTouched: $options.touch,
10275
10468
  field: $options.actualField,
10276
10469
  modelValue: $options.fieldModel,
10277
10470
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $options.fieldModel = $event)
10278
10471
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10279
- $options.widget == "filter" ? (openBlock(), createBlock(_component_filter_input, {
10472
+ $options.widget == "html" ? (openBlock(), createBlock(_component_custom_html, {
10280
10473
  key: 2,
10281
10474
  onTouched: $options.touch,
10282
10475
  field: $options.actualField,
10283
10476
  modelValue: $options.fieldModel,
10284
10477
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $options.fieldModel = $event)
10285
10478
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10286
- $options.widget == "checkbox" ? (openBlock(), createBlock(_component_checkbox, {
10479
+ $options.widget == "filter" ? (openBlock(), createBlock(_component_filter_input, {
10287
10480
  key: 3,
10288
10481
  onTouched: $options.touch,
10289
10482
  field: $options.actualField,
10290
10483
  modelValue: $options.fieldModel,
10291
10484
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $options.fieldModel = $event)
10292
10485
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10293
- $options.widget == "switch" ? (openBlock(), createBlock(_component_boolean_switch, {
10486
+ $options.widget == "checkbox" ? (openBlock(), createBlock(_component_checkbox, {
10294
10487
  key: 4,
10295
10488
  onTouched: $options.touch,
10296
10489
  field: $options.actualField,
10297
10490
  modelValue: $options.fieldModel,
10298
10491
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => $options.fieldModel = $event)
10299
10492
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10300
- $options.widget == "upload" ? (openBlock(), createBlock(_component_upload, {
10493
+ $options.widget == "switch" ? (openBlock(), createBlock(_component_boolean_switch, {
10301
10494
  key: 5,
10302
10495
  onTouched: $options.touch,
10303
10496
  field: $options.actualField,
10304
10497
  modelValue: $options.fieldModel,
10305
10498
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $options.fieldModel = $event)
10306
10499
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10307
- $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 }, [
10308
10508
  $options.asObject ? (openBlock(), createBlock(_component_field_group, {
10309
10509
  key: 0,
10310
10510
  "onForm:state": $options.groupStateAltered,
@@ -10313,7 +10513,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10313
10513
  field: $options.actualField,
10314
10514
  parentModel: $props.parentModel,
10315
10515
  modelValue: $options.fieldModel,
10316
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => $options.fieldModel = $event)
10516
+ "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => $options.fieldModel = $event)
10317
10517
  }, null, 8, ["onForm:state", "onTouched", "field", "parentModel", "modelValue"])) : (openBlock(), createBlock(_component_field_group, {
10318
10518
  key: 1,
10319
10519
  "onForm:state": $options.groupStateAltered,
@@ -10322,103 +10522,103 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10322
10522
  field: $options.actualField,
10323
10523
  parentModel: $props.parentModel,
10324
10524
  modelValue: $options.sourceModel,
10325
- "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => $options.sourceModel = $event)
10525
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $options.sourceModel = $event)
10326
10526
  }, null, 8, ["onForm:state", "onTouched", "field", "parentModel", "modelValue"]))
10327
10527
  ], 64)) : createCommentVNode("", true),
10328
10528
  $options.widget == "select" ? (openBlock(), createBlock(_component_native_select, {
10329
- key: 7,
10330
- onTouched: $options.touch,
10331
- field: $options.actualField,
10332
- modelValue: $options.fieldModel,
10333
- "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $options.fieldModel = $event)
10334
- }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10335
- $options.widget == "button" ? (openBlock(), createBlock(_component_button_select, {
10336
10529
  key: 8,
10337
10530
  onTouched: $options.touch,
10338
10531
  field: $options.actualField,
10339
10532
  modelValue: $options.fieldModel,
10340
10533
  "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => $options.fieldModel = $event)
10341
10534
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10342
- $options.widget == "textfield" ? (openBlock(), createBlock(_component_text_field, {
10535
+ $options.widget == "button" ? (openBlock(), createBlock(_component_button_select, {
10343
10536
  key: 9,
10344
10537
  onTouched: $options.touch,
10345
10538
  field: $options.actualField,
10346
10539
  modelValue: $options.fieldModel,
10347
10540
  "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => $options.fieldModel = $event)
10348
10541
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10349
- $options.widget == "currency" ? (openBlock(), createBlock(_component_currency_field, {
10542
+ $options.widget == "textfield" ? (openBlock(), createBlock(_component_text_field, {
10350
10543
  key: 10,
10351
10544
  onTouched: $options.touch,
10352
10545
  field: $options.actualField,
10353
10546
  modelValue: $options.fieldModel,
10354
10547
  "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => $options.fieldModel = $event)
10355
10548
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10356
- $options.widget == "datefield" ? (openBlock(), createBlock(_component_date_field, {
10549
+ $options.widget == "currency" ? (openBlock(), createBlock(_component_currency_field, {
10357
10550
  key: 11,
10358
10551
  onTouched: $options.touch,
10359
10552
  field: $options.actualField,
10360
10553
  modelValue: $options.fieldModel,
10361
10554
  "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => $options.fieldModel = $event)
10362
10555
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10363
- $options.widget == "content-select" ? (openBlock(), createBlock(_component_content_select, {
10556
+ $options.widget == "datefield" ? (openBlock(), createBlock(_component_date_field, {
10364
10557
  key: 12,
10365
10558
  onTouched: $options.touch,
10366
10559
  field: $options.actualField,
10367
10560
  modelValue: $options.fieldModel,
10368
10561
  "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => $options.fieldModel = $event)
10369
10562
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10370
- $options.widget == "type-select" ? (openBlock(), createBlock(_component_type_select, {
10563
+ $options.widget == "content-select" ? (openBlock(), createBlock(_component_content_select, {
10371
10564
  key: 13,
10372
10565
  onTouched: $options.touch,
10373
10566
  field: $options.actualField,
10374
10567
  modelValue: $options.fieldModel,
10375
10568
  "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => $options.fieldModel = $event)
10376
10569
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10377
- $options.widget == "richtext" ? (openBlock(), createBlock(_component_text_area, {
10570
+ $options.widget == "type-select" ? (openBlock(), createBlock(_component_type_select, {
10378
10571
  key: 14,
10379
10572
  onTouched: $options.touch,
10380
10573
  field: $options.actualField,
10381
10574
  modelValue: $options.fieldModel,
10382
10575
  "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => $options.fieldModel = $event)
10383
10576
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10384
- $options.widget == "textarea" ? (openBlock(), createBlock(_component_text_area, {
10577
+ $options.widget == "richtext" ? (openBlock(), createBlock(_component_text_area, {
10385
10578
  key: 15,
10386
10579
  onTouched: $options.touch,
10387
10580
  field: $options.actualField,
10388
10581
  modelValue: $options.fieldModel,
10389
10582
  "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => $options.fieldModel = $event)
10390
10583
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10391
- $options.widget == "timezone" ? (openBlock(), createBlock(_component_timezone_select, {
10584
+ $options.widget == "textarea" ? (openBlock(), createBlock(_component_text_area, {
10392
10585
  key: 16,
10393
10586
  onTouched: $options.touch,
10394
10587
  field: $options.actualField,
10395
10588
  modelValue: $options.fieldModel,
10396
10589
  "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => $options.fieldModel = $event)
10397
10590
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10398
- $options.widget == "phone" ? (openBlock(), createBlock(_component_phone_number_input, {
10591
+ $options.widget == "timezone" ? (openBlock(), createBlock(_component_timezone_select, {
10399
10592
  key: 17,
10400
10593
  onTouched: $options.touch,
10401
10594
  field: $options.actualField,
10402
10595
  modelValue: $options.fieldModel,
10403
10596
  "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => $options.fieldModel = $event)
10404
10597
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10405
- $options.widget == "value" ? (openBlock(), createElementBlock(Fragment, { key: 18 }, [], 64)) : createCommentVNode("", true),
10406
- $options.widget == "object" ? (openBlock(), createBlock(_component_object_field, {
10407
- key: 19,
10598
+ $options.widget == "phone" ? (openBlock(), createBlock(_component_phone_number_input, {
10599
+ key: 18,
10408
10600
  onTouched: $options.touch,
10409
10601
  field: $options.actualField,
10410
10602
  modelValue: $options.fieldModel,
10411
10603
  "onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => $options.fieldModel = $event)
10412
10604
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10413
- $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, {
10414
10607
  key: 20,
10415
10608
  onTouched: $options.touch,
10416
10609
  field: $options.actualField,
10417
10610
  modelValue: $options.fieldModel,
10418
10611
  "onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => $options.fieldModel = $event)
10419
10612
  }, null, 8, ["onTouched", "field", "modelValue"])) : createCommentVNode("", true),
10420
- $options.widget == "code" ? (openBlock(), createBlock(_component_flex_column, {
10613
+ $options.widget == "options" ? (openBlock(), createBlock(_component_options_manager, {
10421
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,
10422
10622
  style: { "min-height": "300px" }
10423
10623
  }, {
10424
10624
  default: withCtx(() => [
@@ -10426,7 +10626,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10426
10626
  onTouched: $options.touch,
10427
10627
  field: $options.actualField,
10428
10628
  modelValue: $options.fieldModel,
10429
- "onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => $options.fieldModel = $event)
10629
+ "onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => $options.fieldModel = $event)
10430
10630
  }, null, 8, ["onTouched", "field", "modelValue"])
10431
10631
  ]),
10432
10632
  _: 1
@@ -10434,7 +10634,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
10434
10634
  $options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$d, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
10435
10635
  ], 34)) : createCommentVNode("", true);
10436
10636
  }
10437
- 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"]]);
10438
10638
  var form_vue_vue_type_style_index_0_scoped_true_lang = "";
10439
10639
  const _sfc_main$h = {
10440
10640
  props: {
@@ -17166,7 +17366,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
17166
17366
  ], 4)
17167
17367
  ]);
17168
17368
  }
17169
- 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"]]);
17170
17370
  var ConfirmModal_vue_vue_type_style_index_0_scoped_true_lang = "";
17171
17371
  const _sfc_main$3 = {
17172
17372
  mixins: [ModalMixin]
@@ -17232,7 +17432,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
17232
17432
  });
17233
17433
  }
17234
17434
  var QikConfirmModal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-20b62981"]]);
17235
- var OptionsModal_vue_vue_type_style_index_0_lang = "";
17435
+ var OptionsModal_vue_vue_type_style_index_0_scoped_true_lang = "";
17236
17436
  const _sfc_main$2 = {
17237
17437
  mixins: [ModalMixin]
17238
17438
  };
@@ -17303,8 +17503,8 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
17303
17503
  _: 1
17304
17504
  });
17305
17505
  }
17306
- var QikOptionsModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
17307
- 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 = "";
17308
17508
  const _sfc_main$1 = {
17309
17509
  mixins: [ModalMixin],
17310
17510
  data() {
@@ -17408,7 +17608,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
17408
17608
  })
17409
17609
  ], 32);
17410
17610
  }
17411
- 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"]]);
17412
17612
  var ContentModal_vue_vue_type_style_index_0_scoped_true_lang = "";
17413
17613
  const _sfc_main = {
17414
17614
  components: {