@qikdev/vue-ui 0.2.21 → 0.2.23

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
@@ -30,9 +30,9 @@ var __objRest = (source, exclude) => {
30
30
  }
31
31
  return target;
32
32
  };
33
- import { openBlock, createElementBlock, renderSlot, resolveComponent, normalizeClass, Fragment, createVNode, withCtx, renderList, toDisplayString, withDirectives, createBlock, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, vModelSelect, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
33
+ import { openBlock, createElementBlock, renderSlot, resolveComponent, normalizeClass, Fragment, createVNode, withCtx, renderList, toDisplayString, withDirectives, createBlock, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, vModelSelect, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, reactive, watch } from "vue";
34
34
  import { EventDispatcher } from "@qikdev/sdk";
35
- const version$1 = "0.2.21";
35
+ const version$1 = "0.2.23";
36
36
  var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
37
37
  var _export_sfc = (sfc, props2) => {
38
38
  const target = sfc.__vccOpts || sfc;
@@ -703,16 +703,16 @@ function baseToString$1(value) {
703
703
  }
704
704
  var _baseToString = baseToString$1;
705
705
  var baseToString = _baseToString;
706
- function toString$1(value) {
706
+ function toString$3(value) {
707
707
  return value == null ? "" : baseToString(value);
708
708
  }
709
- var toString_1 = toString$1;
710
- var isArray$2 = isArray_1, isKey = _isKey, stringToPath = _stringToPath, toString = toString_1;
709
+ var toString_1 = toString$3;
710
+ var isArray$2 = isArray_1, isKey = _isKey, stringToPath = _stringToPath, toString$2 = toString_1;
711
711
  function castPath$1(value, object) {
712
712
  if (isArray$2(value)) {
713
713
  return value;
714
714
  }
715
- return isKey(value, object) ? [value] : stringToPath(toString(value));
715
+ return isKey(value, object) ? [value] : stringToPath(toString$2(value));
716
716
  }
717
717
  var _castPath = castPath$1;
718
718
  var isSymbol$1 = isSymbol_1;
@@ -845,7 +845,7 @@ const _sfc_main$17 = {
845
845
  methods: {
846
846
  async clicked() {
847
847
  this.processing = true;
848
- await this.button.action(this.row);
848
+ await this.button.action(this.row, this.column);
849
849
  this.processing = false;
850
850
  }
851
851
  }
@@ -875,7 +875,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
875
875
  }, 8, ["color", "size", "loading", "onClick"])
876
876
  ]);
877
877
  }
878
- var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-1c498011"]]);
878
+ var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-36768853"]]);
879
879
  class LuxonError extends Error {
880
880
  }
881
881
  class InvalidDateTimeError extends LuxonError {
@@ -6816,7 +6816,7 @@ var InputMixin = {
6816
6816
  val = instance.$sdk.utils.parseURL(val);
6817
6817
  break;
6818
6818
  case "key":
6819
- val = instance.$sdk.utils.machineName(val);
6819
+ val = String(instance.$sdk.utils.machineName(val)).trim();
6820
6820
  break;
6821
6821
  case "integer":
6822
6822
  val = parseInt(String(val).replace(/[^0-9-]/g, ""));
@@ -12487,6 +12487,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
12487
12487
  const _component_flex_row = resolveComponent("flex-row");
12488
12488
  const _component_date_field = resolveComponent("date-field");
12489
12489
  const _component_content_select = resolveComponent("content-select");
12490
+ const _component_ux_switch = resolveComponent("ux-switch");
12490
12491
  const _component_ux_icon = resolveComponent("ux-icon");
12491
12492
  const _component_ux_button = resolveComponent("ux-button");
12492
12493
  return $data.comparators ? (openBlock(), createElementBlock("div", _hoisted_1$r, [
@@ -12607,12 +12608,29 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
12607
12608
  }, null, 8, ["field", "modelValue"])
12608
12609
  ])) : createCommentVNode("", true),
12609
12610
  $options.inputType == "boolean" ? (openBlock(), createElementBlock("div", _hoisted_11$2, [
12610
- withDirectives(createElementVNode("input", {
12611
- type: "checkbox",
12612
- "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => $data.model.value = $event)
12613
- }, null, 512), [
12614
- [vModelCheckbox, $data.model.value]
12615
- ])
12611
+ createVNode(_component_flex_row, {
12612
+ gap: "",
12613
+ center: ""
12614
+ }, {
12615
+ default: withCtx(() => [
12616
+ createVNode(_component_flex_cell, { shrink: "" }, {
12617
+ default: withCtx(() => [
12618
+ createVNode(_component_ux_switch, {
12619
+ onClick: _cache[13] || (_cache[13] = ($event) => $data.model.value = !$data.model.value),
12620
+ value: $data.model.value
12621
+ }, null, 8, ["value"])
12622
+ ]),
12623
+ _: 1
12624
+ }),
12625
+ createVNode(_component_flex_cell, null, {
12626
+ default: withCtx(() => [
12627
+ createTextVNode(toDisplayString($data.model.value ? "True" : "False"), 1)
12628
+ ]),
12629
+ _: 1
12630
+ })
12631
+ ]),
12632
+ _: 1
12633
+ })
12616
12634
  ])) : createCommentVNode("", true),
12617
12635
  $options.inputType == "none" ? (openBlock(), createElementBlock("div", _hoisted_12$2)) : createCommentVNode("", true),
12618
12636
  $options.inputType == "number" ? (openBlock(), createElementBlock("div", _hoisted_13$2, [
@@ -13911,10 +13929,14 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
13911
13929
  default: withCtx(() => [
13912
13930
  $options.reorderable ? (openBlock(), createBlock(_component_flex_cell, {
13913
13931
  key: 0,
13932
+ class: "arrows",
13914
13933
  shrink: ""
13915
13934
  }, {
13916
13935
  default: withCtx(() => [
13917
- createVNode(_component_ux_icon, { icon: "fa-arrows" })
13936
+ createVNode(_component_ux_icon, {
13937
+ left: "",
13938
+ icon: "fa-arrows"
13939
+ })
13918
13940
  ]),
13919
13941
  _: 1
13920
13942
  })) : createCommentVNode("", true),
@@ -14242,7 +14264,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
14242
14264
  ], 64))
14243
14265
  ], 64));
14244
14266
  }
14245
- var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-500e8025"]]);
14267
+ var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__scopeId", "data-v-190cfc06"]]);
14246
14268
  const _sfc_main$r = {
14247
14269
  props: {
14248
14270
  option: {
@@ -17424,7 +17446,280 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
17424
17446
  $options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$c, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
17425
17447
  ], 34)) : createCommentVNode("", true);
17426
17448
  }
17427
- var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-04b49e9e"]]);
17449
+ var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-299e79b2"]]);
17450
+ function arrayReduce$1(array, iteratee, accumulator, initAccum) {
17451
+ var index2 = -1, length = array == null ? 0 : array.length;
17452
+ if (initAccum && length) {
17453
+ accumulator = array[++index2];
17454
+ }
17455
+ while (++index2 < length) {
17456
+ accumulator = iteratee(accumulator, array[index2], index2, array);
17457
+ }
17458
+ return accumulator;
17459
+ }
17460
+ var _arrayReduce = arrayReduce$1;
17461
+ function basePropertyOf$1(object) {
17462
+ return function(key) {
17463
+ return object == null ? void 0 : object[key];
17464
+ };
17465
+ }
17466
+ var _basePropertyOf = basePropertyOf$1;
17467
+ var basePropertyOf = _basePropertyOf;
17468
+ var deburredLetters = {
17469
+ "\xC0": "A",
17470
+ "\xC1": "A",
17471
+ "\xC2": "A",
17472
+ "\xC3": "A",
17473
+ "\xC4": "A",
17474
+ "\xC5": "A",
17475
+ "\xE0": "a",
17476
+ "\xE1": "a",
17477
+ "\xE2": "a",
17478
+ "\xE3": "a",
17479
+ "\xE4": "a",
17480
+ "\xE5": "a",
17481
+ "\xC7": "C",
17482
+ "\xE7": "c",
17483
+ "\xD0": "D",
17484
+ "\xF0": "d",
17485
+ "\xC8": "E",
17486
+ "\xC9": "E",
17487
+ "\xCA": "E",
17488
+ "\xCB": "E",
17489
+ "\xE8": "e",
17490
+ "\xE9": "e",
17491
+ "\xEA": "e",
17492
+ "\xEB": "e",
17493
+ "\xCC": "I",
17494
+ "\xCD": "I",
17495
+ "\xCE": "I",
17496
+ "\xCF": "I",
17497
+ "\xEC": "i",
17498
+ "\xED": "i",
17499
+ "\xEE": "i",
17500
+ "\xEF": "i",
17501
+ "\xD1": "N",
17502
+ "\xF1": "n",
17503
+ "\xD2": "O",
17504
+ "\xD3": "O",
17505
+ "\xD4": "O",
17506
+ "\xD5": "O",
17507
+ "\xD6": "O",
17508
+ "\xD8": "O",
17509
+ "\xF2": "o",
17510
+ "\xF3": "o",
17511
+ "\xF4": "o",
17512
+ "\xF5": "o",
17513
+ "\xF6": "o",
17514
+ "\xF8": "o",
17515
+ "\xD9": "U",
17516
+ "\xDA": "U",
17517
+ "\xDB": "U",
17518
+ "\xDC": "U",
17519
+ "\xF9": "u",
17520
+ "\xFA": "u",
17521
+ "\xFB": "u",
17522
+ "\xFC": "u",
17523
+ "\xDD": "Y",
17524
+ "\xFD": "y",
17525
+ "\xFF": "y",
17526
+ "\xC6": "Ae",
17527
+ "\xE6": "ae",
17528
+ "\xDE": "Th",
17529
+ "\xFE": "th",
17530
+ "\xDF": "ss",
17531
+ "\u0100": "A",
17532
+ "\u0102": "A",
17533
+ "\u0104": "A",
17534
+ "\u0101": "a",
17535
+ "\u0103": "a",
17536
+ "\u0105": "a",
17537
+ "\u0106": "C",
17538
+ "\u0108": "C",
17539
+ "\u010A": "C",
17540
+ "\u010C": "C",
17541
+ "\u0107": "c",
17542
+ "\u0109": "c",
17543
+ "\u010B": "c",
17544
+ "\u010D": "c",
17545
+ "\u010E": "D",
17546
+ "\u0110": "D",
17547
+ "\u010F": "d",
17548
+ "\u0111": "d",
17549
+ "\u0112": "E",
17550
+ "\u0114": "E",
17551
+ "\u0116": "E",
17552
+ "\u0118": "E",
17553
+ "\u011A": "E",
17554
+ "\u0113": "e",
17555
+ "\u0115": "e",
17556
+ "\u0117": "e",
17557
+ "\u0119": "e",
17558
+ "\u011B": "e",
17559
+ "\u011C": "G",
17560
+ "\u011E": "G",
17561
+ "\u0120": "G",
17562
+ "\u0122": "G",
17563
+ "\u011D": "g",
17564
+ "\u011F": "g",
17565
+ "\u0121": "g",
17566
+ "\u0123": "g",
17567
+ "\u0124": "H",
17568
+ "\u0126": "H",
17569
+ "\u0125": "h",
17570
+ "\u0127": "h",
17571
+ "\u0128": "I",
17572
+ "\u012A": "I",
17573
+ "\u012C": "I",
17574
+ "\u012E": "I",
17575
+ "\u0130": "I",
17576
+ "\u0129": "i",
17577
+ "\u012B": "i",
17578
+ "\u012D": "i",
17579
+ "\u012F": "i",
17580
+ "\u0131": "i",
17581
+ "\u0134": "J",
17582
+ "\u0135": "j",
17583
+ "\u0136": "K",
17584
+ "\u0137": "k",
17585
+ "\u0138": "k",
17586
+ "\u0139": "L",
17587
+ "\u013B": "L",
17588
+ "\u013D": "L",
17589
+ "\u013F": "L",
17590
+ "\u0141": "L",
17591
+ "\u013A": "l",
17592
+ "\u013C": "l",
17593
+ "\u013E": "l",
17594
+ "\u0140": "l",
17595
+ "\u0142": "l",
17596
+ "\u0143": "N",
17597
+ "\u0145": "N",
17598
+ "\u0147": "N",
17599
+ "\u014A": "N",
17600
+ "\u0144": "n",
17601
+ "\u0146": "n",
17602
+ "\u0148": "n",
17603
+ "\u014B": "n",
17604
+ "\u014C": "O",
17605
+ "\u014E": "O",
17606
+ "\u0150": "O",
17607
+ "\u014D": "o",
17608
+ "\u014F": "o",
17609
+ "\u0151": "o",
17610
+ "\u0154": "R",
17611
+ "\u0156": "R",
17612
+ "\u0158": "R",
17613
+ "\u0155": "r",
17614
+ "\u0157": "r",
17615
+ "\u0159": "r",
17616
+ "\u015A": "S",
17617
+ "\u015C": "S",
17618
+ "\u015E": "S",
17619
+ "\u0160": "S",
17620
+ "\u015B": "s",
17621
+ "\u015D": "s",
17622
+ "\u015F": "s",
17623
+ "\u0161": "s",
17624
+ "\u0162": "T",
17625
+ "\u0164": "T",
17626
+ "\u0166": "T",
17627
+ "\u0163": "t",
17628
+ "\u0165": "t",
17629
+ "\u0167": "t",
17630
+ "\u0168": "U",
17631
+ "\u016A": "U",
17632
+ "\u016C": "U",
17633
+ "\u016E": "U",
17634
+ "\u0170": "U",
17635
+ "\u0172": "U",
17636
+ "\u0169": "u",
17637
+ "\u016B": "u",
17638
+ "\u016D": "u",
17639
+ "\u016F": "u",
17640
+ "\u0171": "u",
17641
+ "\u0173": "u",
17642
+ "\u0174": "W",
17643
+ "\u0175": "w",
17644
+ "\u0176": "Y",
17645
+ "\u0177": "y",
17646
+ "\u0178": "Y",
17647
+ "\u0179": "Z",
17648
+ "\u017B": "Z",
17649
+ "\u017D": "Z",
17650
+ "\u017A": "z",
17651
+ "\u017C": "z",
17652
+ "\u017E": "z",
17653
+ "\u0132": "IJ",
17654
+ "\u0133": "ij",
17655
+ "\u0152": "Oe",
17656
+ "\u0153": "oe",
17657
+ "\u0149": "'n",
17658
+ "\u017F": "s"
17659
+ };
17660
+ var deburrLetter$1 = basePropertyOf(deburredLetters);
17661
+ var _deburrLetter = deburrLetter$1;
17662
+ var deburrLetter = _deburrLetter, toString$1 = toString_1;
17663
+ var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
17664
+ var rsComboMarksRange$1 = "\\u0300-\\u036f", reComboHalfMarksRange$1 = "\\ufe20-\\ufe2f", rsComboSymbolsRange$1 = "\\u20d0-\\u20ff", rsComboRange$1 = rsComboMarksRange$1 + reComboHalfMarksRange$1 + rsComboSymbolsRange$1;
17665
+ var rsCombo$1 = "[" + rsComboRange$1 + "]";
17666
+ var reComboMark = RegExp(rsCombo$1, "g");
17667
+ function deburr$1(string) {
17668
+ string = toString$1(string);
17669
+ return string && string.replace(reLatin, deburrLetter).replace(reComboMark, "");
17670
+ }
17671
+ var deburr_1 = deburr$1;
17672
+ var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
17673
+ function asciiWords$1(string) {
17674
+ return string.match(reAsciiWord) || [];
17675
+ }
17676
+ var _asciiWords = asciiWords$1;
17677
+ var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
17678
+ function hasUnicodeWord$1(string) {
17679
+ return reHasUnicodeWord.test(string);
17680
+ }
17681
+ var _hasUnicodeWord = hasUnicodeWord$1;
17682
+ var rsAstralRange = "\\ud800-\\udfff", rsComboMarksRange = "\\u0300-\\u036f", reComboHalfMarksRange = "\\ufe20-\\ufe2f", rsComboSymbolsRange = "\\u20d0-\\u20ff", rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, rsDingbatRange = "\\u2700-\\u27bf", rsLowerRange = "a-z\\xdf-\\xf6\\xf8-\\xff", rsMathOpRange = "\\xac\\xb1\\xd7\\xf7", rsNonCharRange = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", rsPunctuationRange = "\\u2000-\\u206f", rsSpaceRange = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", rsUpperRange = "A-Z\\xc0-\\xd6\\xd8-\\xde", rsVarRange = "\\ufe0e\\ufe0f", rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange;
17683
+ var rsApos$1 = "['\u2019]", rsBreak = "[" + rsBreakRange + "]", rsCombo = "[" + rsComboRange + "]", rsDigits = "\\d+", rsDingbat = "[" + rsDingbatRange + "]", rsLower = "[" + rsLowerRange + "]", rsMisc = "[^" + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + "]", rsFitz = "\\ud83c[\\udffb-\\udfff]", rsModifier = "(?:" + rsCombo + "|" + rsFitz + ")", rsNonAstral = "[^" + rsAstralRange + "]", rsRegional = "(?:\\ud83c[\\udde6-\\uddff]){2}", rsSurrPair = "[\\ud800-\\udbff][\\udc00-\\udfff]", rsUpper = "[" + rsUpperRange + "]", rsZWJ = "\\u200d";
17684
+ var rsMiscLower = "(?:" + rsLower + "|" + rsMisc + ")", rsMiscUpper = "(?:" + rsUpper + "|" + rsMisc + ")", rsOptContrLower = "(?:" + rsApos$1 + "(?:d|ll|m|re|s|t|ve))?", rsOptContrUpper = "(?:" + rsApos$1 + "(?:D|LL|M|RE|S|T|VE))?", reOptMod = rsModifier + "?", rsOptVar = "[" + rsVarRange + "]?", rsOptJoin = "(?:" + rsZWJ + "(?:" + [rsNonAstral, rsRegional, rsSurrPair].join("|") + ")" + rsOptVar + reOptMod + ")*", rsOrdLower = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", rsOrdUpper = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", rsSeq = rsOptVar + reOptMod + rsOptJoin, rsEmoji = "(?:" + [rsDingbat, rsRegional, rsSurrPair].join("|") + ")" + rsSeq;
17685
+ var reUnicodeWord = RegExp([
17686
+ rsUpper + "?" + rsLower + "+" + rsOptContrLower + "(?=" + [rsBreak, rsUpper, "$"].join("|") + ")",
17687
+ rsMiscUpper + "+" + rsOptContrUpper + "(?=" + [rsBreak, rsUpper + rsMiscLower, "$"].join("|") + ")",
17688
+ rsUpper + "?" + rsMiscLower + "+" + rsOptContrLower,
17689
+ rsUpper + "+" + rsOptContrUpper,
17690
+ rsOrdUpper,
17691
+ rsOrdLower,
17692
+ rsDigits,
17693
+ rsEmoji
17694
+ ].join("|"), "g");
17695
+ function unicodeWords$1(string) {
17696
+ return string.match(reUnicodeWord) || [];
17697
+ }
17698
+ var _unicodeWords = unicodeWords$1;
17699
+ var asciiWords = _asciiWords, hasUnicodeWord = _hasUnicodeWord, toString = toString_1, unicodeWords = _unicodeWords;
17700
+ function words$1(string, pattern, guard) {
17701
+ string = toString(string);
17702
+ pattern = guard ? void 0 : pattern;
17703
+ if (pattern === void 0) {
17704
+ return hasUnicodeWord(string) ? unicodeWords(string) : asciiWords(string);
17705
+ }
17706
+ return string.match(pattern) || [];
17707
+ }
17708
+ var words_1 = words$1;
17709
+ var arrayReduce = _arrayReduce, deburr = deburr_1, words = words_1;
17710
+ var rsApos = "['\u2019]";
17711
+ var reApos = RegExp(rsApos, "g");
17712
+ function createCompounder$1(callback) {
17713
+ return function(string) {
17714
+ return arrayReduce(words(deburr(string).replace(reApos, "")), callback, "");
17715
+ };
17716
+ }
17717
+ var _createCompounder = createCompounder$1;
17718
+ var createCompounder = _createCompounder;
17719
+ var kebabCase = createCompounder(function(result, word, index2) {
17720
+ return result + (index2 ? "-" : "") + word.toLowerCase();
17721
+ });
17722
+ var kebabCase_1 = kebabCase;
17428
17723
  var form_vue_vue_type_style_index_0_scoped_true_lang = "";
17429
17724
  const _sfc_main$g = {
17430
17725
  props: {
@@ -17494,6 +17789,13 @@ const _sfc_main$g = {
17494
17789
  self2.mounted = false;
17495
17790
  },
17496
17791
  methods: {
17792
+ getFieldKey(field) {
17793
+ const key = kebabCase_1(`${field.title}-${field.key}`);
17794
+ if (field.incrementor) {
17795
+ key = `${key}-${field.incrementor}`;
17796
+ }
17797
+ return key;
17798
+ },
17497
17799
  touch() {
17498
17800
  (this.childFormElements || []).forEach(function(field) {
17499
17801
  field.touch();
@@ -17683,13 +17985,13 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
17683
17985
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.formModel = $event),
17684
17986
  parentModel: $props.parentModel || $options.formModel,
17685
17987
  class: normalizeClass($options.fieldClass),
17686
- key: `ux-form-field-${field.key}-${index2}`
17988
+ key: `ux-form-field-${$options.getFieldKey(field)}-${index2}`
17687
17989
  }, null, 8, ["trail", "submission", "onField:mount", "onField:unmount", "onField:dirty", "onField:invalid", "onField:valid", "onField:error", "onField:focus", "onField:blur", "onField:touched", "field", "modelValue", "parentModel", "class"]);
17688
17990
  }), 128))
17689
17991
  ], true)
17690
17992
  ], 2);
17691
17993
  }
17692
- var UXForm = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-c0e7d104"]]);
17994
+ var UXForm = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-d200c51c"]]);
17693
17995
  var submissionform_vue_vue_type_style_index_0_scoped_true_lang = "";
17694
17996
  const STATE_READY = "form.ready";
17695
17997
  const STATE_PROCESSING = "form.processing";
@@ -18201,6 +18503,9 @@ const _sfc_main$c = {
18201
18503
  };
18202
18504
  },
18203
18505
  methods: {
18506
+ renderDate(d) {
18507
+ return DateTime.fromJSDate(new Date(d)).toFormat("h:mma - ccc, DD");
18508
+ },
18204
18509
  formatCurrency(val) {
18205
18510
  return `${this.$sdk.utils.formatCurrency(val, this.field.currency)}`.toUpperCase();
18206
18511
  },
@@ -18455,8 +18760,8 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
18455
18760
  ], 64)) : createCommentVNode("", true),
18456
18761
  $options.type == "date" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
18457
18762
  $options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
18458
- return openBlock(), createElementBlock("div", null, toDisplayString(value), 1);
18459
- }), 256)) : (openBlock(), createElementBlock("div", _hoisted_8, toDisplayString($options.fieldModel), 1))
18763
+ return openBlock(), createElementBlock("div", null, toDisplayString($options.renderDate(value)), 1);
18764
+ }), 256)) : (openBlock(), createElementBlock("div", _hoisted_8, toDisplayString($options.renderDate($options.fieldModel)), 1))
18460
18765
  ], 64)) : createCommentVNode("", true),
18461
18766
  $options.type == "email" ? (openBlock(), createElementBlock(Fragment, { key: 4 }, [
18462
18767
  $options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
@@ -18488,7 +18793,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
18488
18793
  ], 64))
18489
18794
  ], 2)) : createCommentVNode("", true);
18490
18795
  }
18491
- var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-240bc28f"]]);
18796
+ var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-59217434"]]);
18492
18797
  var render_vue_vue_type_style_index_0_scoped_true_lang = "";
18493
18798
  const _sfc_main$b = {
18494
18799
  props: {
@@ -19083,6 +19388,10 @@ const _sfc_main$9 = {
19083
19388
  type: Boolean,
19084
19389
  default: false
19085
19390
  },
19391
+ enableSelection: {
19392
+ type: Boolean,
19393
+ default: true
19394
+ },
19086
19395
  trash: {
19087
19396
  type: Boolean,
19088
19397
  default: false
@@ -19563,7 +19872,7 @@ const _sfc_main$9 = {
19563
19872
  };
19564
19873
  }
19565
19874
  };
19566
- const _withScopeId$1 = (n2) => (pushScopeId("data-v-7a05893b"), n2 = n2(), popScopeId(), n2);
19875
+ const _withScopeId$1 = (n2) => (pushScopeId("data-v-50180812"), n2 = n2(), popScopeId(), n2);
19567
19876
  const _hoisted_1$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
19568
19877
  const _hoisted_2$6 = { key: 0 };
19569
19878
  const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
@@ -19612,6 +19921,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
19612
19921
  key: 1,
19613
19922
  sort: $data.sort,
19614
19923
  "onUpdate:sort": _cache[0] || (_cache[0] = ($event) => $data.sort = $event),
19924
+ enableSelection: $props.enableSelection,
19615
19925
  enableActions: $props.enableActions,
19616
19926
  total: $options.totalItems,
19617
19927
  selectAll: $options.selectAll,
@@ -19661,7 +19971,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
19661
19971
  })
19662
19972
  ]),
19663
19973
  _: 1
19664
- }, 8, ["sort", "enableActions", "total", "selectAll", "deselectAll", "selection", "onClick:row", "onClick:actions", "onSelect:row:toggle", "onSelect:multiple", "onDeselect:multiple", "rows", "columns"]))
19974
+ }, 8, ["sort", "enableSelection", "enableActions", "total", "selectAll", "deselectAll", "selection", "onClick:row", "onClick:actions", "onSelect:row:toggle", "onSelect:multiple", "onDeselect:multiple", "rows", "columns"]))
19665
19975
  ]),
19666
19976
  _: 1
19667
19977
  })) : !$data.loading ? (openBlock(), createBlock(_component_flex_column, {
@@ -19753,7 +20063,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
19753
20063
  _: 3
19754
20064
  })) : createCommentVNode("", true);
19755
20065
  }
19756
- var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-7a05893b"]]);
20066
+ var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-50180812"]]);
19757
20067
  var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
19758
20068
  const _sfc_main$8 = {
19759
20069
  props: {