@qikdev/vue-ui 0.2.51 → 0.2.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.es.js CHANGED
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  import { openBlock, createElementBlock, renderSlot, resolveComponent, normalizeClass, Fragment, createVNode, withCtx, renderList, toDisplayString, withDirectives, createBlock, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, h, mergeProps, toHandlers, vModelSelect, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, withKeys, TransitionGroup, defineComponent, nextTick, vModelDynamic, reactive, watch } from "vue";
34
34
  import { EventDispatcher } from "@qikdev/sdk";
35
- const version$1 = "0.2.51";
35
+ const version$1 = "0.2.53";
36
36
  var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
37
37
  var _export_sfc = (sfc, props2) => {
38
38
  const target = sfc.__vccOpts || sfc;
@@ -41,104 +41,104 @@ var _export_sfc = (sfc, props2) => {
41
41
  }
42
42
  return target;
43
43
  };
44
+ const _sfc_main$1s = {};
45
+ const _hoisted_1$16 = { class: "flex-column" };
46
+ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
47
+ return openBlock(), createElementBlock("div", _hoisted_1$16, [
48
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
49
+ ]);
50
+ }
51
+ var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _sfc_render$1s], ["__scopeId", "data-v-203ea86f"]]);
52
+ var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
44
53
  const _sfc_main$1r = {};
45
- const _hoisted_1$15 = { class: "flex-column" };
54
+ const _hoisted_1$15 = { class: "flex-column-body" };
46
55
  function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
47
56
  return openBlock(), createElementBlock("div", _hoisted_1$15, [
48
57
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
49
58
  ]);
50
59
  }
51
- var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1r], ["__scopeId", "data-v-203ea86f"]]);
52
- var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
60
+ var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1r], ["__scopeId", "data-v-64850355"]]);
61
+ var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
53
62
  const _sfc_main$1q = {};
54
- const _hoisted_1$14 = { class: "flex-column-body" };
63
+ const _hoisted_1$14 = { class: "flex-column-header" };
55
64
  function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
56
65
  return openBlock(), createElementBlock("div", _hoisted_1$14, [
57
66
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
58
67
  ]);
59
68
  }
60
- var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1q], ["__scopeId", "data-v-64850355"]]);
61
- var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
69
+ var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1q], ["__scopeId", "data-v-10b28f00"]]);
70
+ var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
62
71
  const _sfc_main$1p = {};
63
- const _hoisted_1$13 = { class: "flex-column-header" };
72
+ const _hoisted_1$13 = { class: "flex-column-footer" };
64
73
  function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
65
74
  return openBlock(), createElementBlock("div", _hoisted_1$13, [
66
75
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
67
76
  ]);
68
77
  }
69
- var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p], ["__scopeId", "data-v-10b28f00"]]);
70
- var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
78
+ var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p], ["__scopeId", "data-v-68216a72"]]);
79
+ var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
71
80
  const _sfc_main$1o = {};
72
- const _hoisted_1$12 = { class: "flex-column-footer" };
81
+ const _hoisted_1$12 = { class: "flex-cell" };
73
82
  function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
74
83
  return openBlock(), createElementBlock("div", _hoisted_1$12, [
75
84
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
76
85
  ]);
77
86
  }
78
- var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__scopeId", "data-v-68216a72"]]);
79
- var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
87
+ var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__scopeId", "data-v-644bb279"]]);
88
+ var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
80
89
  const _sfc_main$1n = {};
81
- const _hoisted_1$11 = { class: "flex-cell" };
90
+ const _hoisted_1$11 = { class: "flex-row" };
82
91
  function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
83
92
  return openBlock(), createElementBlock("div", _hoisted_1$11, [
84
93
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
85
94
  ]);
86
95
  }
87
- var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__scopeId", "data-v-644bb279"]]);
88
- var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
96
+ var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__scopeId", "data-v-5b76ad1f"]]);
97
+ var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
89
98
  const _sfc_main$1m = {};
90
- const _hoisted_1$10 = { class: "flex-row" };
99
+ const _hoisted_1$10 = { class: "flex-spacer" };
91
100
  function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
92
- return openBlock(), createElementBlock("div", _hoisted_1$10, [
93
- renderSlot(_ctx.$slots, "default", {}, void 0, true)
94
- ]);
101
+ return openBlock(), createElementBlock("div", _hoisted_1$10);
95
102
  }
96
- var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__scopeId", "data-v-5b76ad1f"]]);
97
- var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
103
+ var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__scopeId", "data-v-35b15579"]]);
104
+ var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
98
105
  const _sfc_main$1l = {};
99
- const _hoisted_1$$ = { class: "flex-spacer" };
106
+ const _hoisted_1$$ = { class: "panel" };
100
107
  function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
101
- return openBlock(), createElementBlock("div", _hoisted_1$$);
108
+ return openBlock(), createElementBlock("div", _hoisted_1$$, [
109
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
110
+ ]);
102
111
  }
103
- var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__scopeId", "data-v-35b15579"]]);
104
- var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
112
+ var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__scopeId", "data-v-50ae77fc"]]);
113
+ var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
105
114
  const _sfc_main$1k = {};
106
- const _hoisted_1$_ = { class: "panel" };
115
+ const _hoisted_1$_ = { class: "panel-body" };
107
116
  function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
108
117
  return openBlock(), createElementBlock("div", _hoisted_1$_, [
109
118
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
110
119
  ]);
111
120
  }
112
- var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-50ae77fc"]]);
113
- var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
121
+ var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__scopeId", "data-v-c82dca76"]]);
122
+ var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
114
123
  const _sfc_main$1j = {};
115
- const _hoisted_1$Z = { class: "panel-body" };
124
+ const _hoisted_1$Z = { class: "panel-header" };
116
125
  function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
117
126
  return openBlock(), createElementBlock("div", _hoisted_1$Z, [
118
127
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
119
128
  ]);
120
129
  }
121
- var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__scopeId", "data-v-c82dca76"]]);
122
- var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
130
+ var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__scopeId", "data-v-13bf11da"]]);
131
+ var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
123
132
  const _sfc_main$1i = {};
124
- const _hoisted_1$Y = { class: "panel-header" };
133
+ const _hoisted_1$Y = { class: "panel-footer" };
125
134
  function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
126
135
  return openBlock(), createElementBlock("div", _hoisted_1$Y, [
127
136
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
128
137
  ]);
129
138
  }
130
- var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__scopeId", "data-v-13bf11da"]]);
131
- var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
132
- const _sfc_main$1h = {};
133
- const _hoisted_1$X = { class: "panel-footer" };
134
- function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
135
- return openBlock(), createElementBlock("div", _hoisted_1$X, [
136
- renderSlot(_ctx.$slots, "default", {}, void 0, true)
137
- ]);
138
- }
139
- var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__scopeId", "data-v-b4f4786a"]]);
139
+ var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__scopeId", "data-v-b4f4786a"]]);
140
140
  var tabset_vue_vue_type_style_index_0_scoped_true_lang = "";
141
- const _sfc_main$1g = {
141
+ const _sfc_main$1h = {
142
142
  props: {
143
143
  vertical: {
144
144
  type: Boolean
@@ -175,9 +175,9 @@ const _sfc_main$1g = {
175
175
  }
176
176
  }
177
177
  };
178
- const _hoisted_1$W = ["onClick"];
179
- const _hoisted_2$L = ["onClick"];
180
- function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
178
+ const _hoisted_1$X = ["onClick"];
179
+ const _hoisted_2$M = ["onClick"];
180
+ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
181
181
  const _component_flex_body = resolveComponent("flex-body");
182
182
  const _component_flex_column = resolveComponent("flex-column");
183
183
  const _component_flex_row = resolveComponent("flex-row");
@@ -195,7 +195,7 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
195
195
  class: normalizeClass({ active: index2 === $data.activeIndex }),
196
196
  key: `tab-link-${tab.props.heading}`,
197
197
  onClick: ($event) => $options.select(index2)
198
- }, toDisplayString(tab.props.heading), 11, _hoisted_1$W);
198
+ }, toDisplayString(tab.props.heading), 11, _hoisted_1$X);
199
199
  }), 128))
200
200
  ]),
201
201
  _: 1
@@ -230,7 +230,7 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
230
230
  class: normalizeClass({ active: index2 === $data.activeIndex }),
231
231
  key: `tab-link-${tab.props.heading}`,
232
232
  onClick: ($event) => $options.select(index2)
233
- }, toDisplayString(tab.props.heading), 11, _hoisted_2$L);
233
+ }, toDisplayString(tab.props.heading), 11, _hoisted_2$M);
234
234
  }), 128))
235
235
  ]),
236
236
  _: 1
@@ -258,8 +258,8 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
258
258
  ], 64))
259
259
  ], 2);
260
260
  }
261
- var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__scopeId", "data-v-fc1e48c4"]]);
262
- const _sfc_main$1f = {
261
+ var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__scopeId", "data-v-fc1e48c4"]]);
262
+ const _sfc_main$1g = {
263
263
  props: {
264
264
  heading: {
265
265
  type: String,
@@ -286,7 +286,7 @@ const _sfc_main$1f = {
286
286
  }
287
287
  }
288
288
  };
289
- function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
289
+ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
290
290
  const _component_flex_column = resolveComponent("flex-column");
291
291
  return openBlock(), createBlock(_component_flex_column, null, {
292
292
  default: withCtx(() => [
@@ -295,7 +295,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
295
295
  _: 3
296
296
  });
297
297
  }
298
- var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f]]);
298
+ var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g]]);
299
299
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
300
300
  var isArray$5 = Array.isArray;
301
301
  var isArray_1 = isArray$5;
@@ -763,7 +763,7 @@ var TableCellMixin = {
763
763
  }
764
764
  };
765
765
  var Thumbnail_vue_vue_type_style_index_0_scoped_true_lang = "";
766
- const _sfc_main$1e = {
766
+ const _sfc_main$1f = {
767
767
  mixins: [TableCellMixin],
768
768
  computed: {
769
769
  imageSource() {
@@ -780,11 +780,11 @@ const _sfc_main$1e = {
780
780
  }
781
781
  }
782
782
  };
783
- const _hoisted_1$V = { class: "table-image-cell" };
784
- function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
783
+ const _hoisted_1$W = { class: "table-image-cell" };
784
+ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
785
785
  const _component_ux_image = resolveComponent("ux-image");
786
786
  const _component_ux_icon = resolveComponent("ux-icon");
787
- return openBlock(), createElementBlock("td", _hoisted_1$V, [
787
+ return openBlock(), createElementBlock("td", _hoisted_1$W, [
788
788
  $options.type == "image" || $options.type == "video" ? (openBlock(), createElementBlock("div", {
789
789
  key: 0,
790
790
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.clicked(_ctx.value), ["stop", "prevent"])),
@@ -802,9 +802,9 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
802
802
  }))
803
803
  ]);
804
804
  }
805
- var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__scopeId", "data-v-246a2688"]]);
805
+ var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-246a2688"]]);
806
806
  var Currency_vue_vue_type_style_index_0_scoped_true_lang = "";
807
- const _sfc_main$1d = {
807
+ const _sfc_main$1e = {
808
808
  mixins: [TableCellMixin],
809
809
  computed: {
810
810
  string() {
@@ -827,14 +827,14 @@ const _sfc_main$1d = {
827
827
  }
828
828
  }
829
829
  };
830
- function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
830
+ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
831
831
  return openBlock(), createElementBlock("td", {
832
832
  class: normalizeClass(["table-currency-cell", { credit: $options.credit, empty: $options.empty, debit: $options.debit }])
833
833
  }, toDisplayString($options.string), 3);
834
834
  }
835
- var CurrencyCell = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__scopeId", "data-v-33a0b926"]]);
835
+ var CurrencyCell = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__scopeId", "data-v-33a0b926"]]);
836
836
  var Button_vue_vue_type_style_index_0_scoped_true_lang = "";
837
- const _sfc_main$1c = {
837
+ const _sfc_main$1d = {
838
838
  data() {
839
839
  return {
840
840
  processing: false
@@ -866,11 +866,11 @@ const _sfc_main$1c = {
866
866
  }
867
867
  }
868
868
  };
869
- const _hoisted_1$U = { class: "table-button-cell" };
870
- function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
869
+ const _hoisted_1$V = { class: "table-button-cell" };
870
+ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
871
871
  const _component_ux_icon = resolveComponent("ux-icon");
872
872
  const _component_ux_button = resolveComponent("ux-button");
873
- return openBlock(), createElementBlock("td", _hoisted_1$U, [
873
+ return openBlock(), createElementBlock("td", _hoisted_1$V, [
874
874
  createVNode(_component_ux_button, {
875
875
  color: $options.button.color,
876
876
  size: $options.button.size,
@@ -891,7 +891,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
891
891
  }, 8, ["color", "size", "loading", "onClick"])
892
892
  ]);
893
893
  }
894
- var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-ac248c56"]]);
894
+ var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__scopeId", "data-v-ac248c56"]]);
895
895
  class LuxonError extends Error {
896
896
  }
897
897
  class InvalidDateTimeError extends LuxonError {
@@ -4725,7 +4725,7 @@ function friendlyDateTime(dateTimeish) {
4725
4725
  }
4726
4726
  }
4727
4727
  var DateCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4728
- const _sfc_main$1b = {
4728
+ const _sfc_main$1c = {
4729
4729
  mixins: [TableCellMixin],
4730
4730
  computed: {
4731
4731
  hasValue() {
@@ -4746,23 +4746,23 @@ const _sfc_main$1b = {
4746
4746
  }
4747
4747
  }
4748
4748
  };
4749
- const _hoisted_1$T = { class: "table-date-cell" };
4750
- const _hoisted_2$K = { key: 0 };
4751
- const _hoisted_3$D = { class: "off" };
4749
+ const _hoisted_1$U = { class: "table-date-cell" };
4750
+ const _hoisted_2$L = { key: 0 };
4751
+ const _hoisted_3$E = { class: "off" };
4752
4752
  const _hoisted_4$t = { class: "on" };
4753
4753
  const _hoisted_5$o = { class: "spacer" };
4754
- function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
4755
- return openBlock(), createElementBlock("td", _hoisted_1$T, [
4756
- $options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$K, [
4757
- createElementVNode("span", _hoisted_3$D, toDisplayString($options.readable), 1),
4754
+ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
4755
+ return openBlock(), createElementBlock("td", _hoisted_1$U, [
4756
+ $options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$L, [
4757
+ createElementVNode("span", _hoisted_3$E, toDisplayString($options.readable), 1),
4758
4758
  createElementVNode("span", _hoisted_4$t, toDisplayString($options.timeago), 1),
4759
4759
  createElementVNode("span", _hoisted_5$o, toDisplayString($options.readable), 1)
4760
4760
  ])) : createCommentVNode("", true)
4761
4761
  ]);
4762
4762
  }
4763
- var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__scopeId", "data-v-3687693f"]]);
4763
+ var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__scopeId", "data-v-3687693f"]]);
4764
4764
  var BooleanCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4765
- const _sfc_main$1a = {
4765
+ const _sfc_main$1b = {
4766
4766
  mixins: [TableCellMixin],
4767
4767
  computed: {
4768
4768
  boolean() {
@@ -4770,7 +4770,7 @@ const _sfc_main$1a = {
4770
4770
  }
4771
4771
  }
4772
4772
  };
4773
- function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
4773
+ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
4774
4774
  const _component_ux_icon = resolveComponent("ux-icon");
4775
4775
  return openBlock(), createElementBlock("td", {
4776
4776
  class: normalizeClass(["table-boolean-cell", { true: $options.boolean, false: !$options.boolean }])
@@ -4780,9 +4780,9 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
4780
4780
  }, null, 8, ["icon"])
4781
4781
  ], 2);
4782
4782
  }
4783
- var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-27f127ae"]]);
4783
+ var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__scopeId", "data-v-27f127ae"]]);
4784
4784
  var SecurityCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4785
- const _sfc_main$19 = {
4785
+ const _sfc_main$1a = {
4786
4786
  mixins: [TableCellMixin],
4787
4787
  methods: {
4788
4788
  async clicked() {
@@ -4823,7 +4823,7 @@ const _sfc_main$19 = {
4823
4823
  }
4824
4824
  }
4825
4825
  };
4826
- function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
4826
+ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
4827
4827
  const _component_ux_icon = resolveComponent("ux-icon");
4828
4828
  const _component_ux_button = resolveComponent("ux-button");
4829
4829
  return openBlock(), createElementBlock("td", {
@@ -4847,9 +4847,9 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
4847
4847
  }, null, 8, ["icon"]))
4848
4848
  ], 2);
4849
4849
  }
4850
- var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-8845b144"]]);
4850
+ var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__scopeId", "data-v-8845b144"]]);
4851
4851
  var URLCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4852
- const _sfc_main$18 = {
4852
+ const _sfc_main$19 = {
4853
4853
  mixins: [TableCellMixin],
4854
4854
  methods: {
4855
4855
  open() {
@@ -4862,11 +4862,11 @@ const _sfc_main$18 = {
4862
4862
  }
4863
4863
  }
4864
4864
  };
4865
- const _hoisted_1$S = { class: "table-url-cell" };
4866
- const _hoisted_2$J = ["href"];
4867
- function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
4865
+ const _hoisted_1$T = { class: "table-url-cell" };
4866
+ const _hoisted_2$K = ["href"];
4867
+ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
4868
4868
  const _component_ux_icon = resolveComponent("ux-icon");
4869
- return openBlock(), createElementBlock("td", _hoisted_1$S, [
4869
+ return openBlock(), createElementBlock("td", _hoisted_1$T, [
4870
4870
  createElementVNode("a", {
4871
4871
  href: $options.href,
4872
4872
  onClick: _cache[0] || (_cache[0] = withModifiers((...args) => $options.open && $options.open(...args), ["stop", "prevent"])),
@@ -4877,10 +4877,10 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
4877
4877
  right: "",
4878
4878
  icon: "fa-external-link"
4879
4879
  })
4880
- ], 8, _hoisted_2$J)
4880
+ ], 8, _hoisted_2$K)
4881
4881
  ]);
4882
4882
  }
4883
- var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18], ["__scopeId", "data-v-17cf3a86"]]);
4883
+ var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__scopeId", "data-v-17cf3a86"]]);
4884
4884
  var o = function(t, o2, e) {
4885
4885
  if (!o2.hasOwnProperty(e)) {
4886
4886
  var r = Object.getOwnPropertyDescriptor(t, e);
@@ -4942,24 +4942,24 @@ var Compile = { props: { template: String, parent: Object, templateProps: { type
4942
4942
  var E, P;
4943
4943
  } };
4944
4944
  var ComputedCell_vue_vue_type_style_index_0_scoped_true_lang = "";
4945
- const _sfc_main$17 = {
4945
+ const _sfc_main$18 = {
4946
4946
  components: {
4947
4947
  Compile
4948
4948
  },
4949
4949
  mixins: [TableCellMixin]
4950
4950
  };
4951
- const _hoisted_1$R = { class: "table-computed-cell" };
4952
- function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
4951
+ const _hoisted_1$S = { class: "table-computed-cell" };
4952
+ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
4953
4953
  const _component_compile = resolveComponent("compile");
4954
- return openBlock(), createElementBlock("td", _hoisted_1$R, [
4954
+ return openBlock(), createElementBlock("td", _hoisted_1$S, [
4955
4955
  createVNode(_component_compile, {
4956
4956
  template: this.column.code
4957
4957
  }, null, 8, ["template"])
4958
4958
  ]);
4959
4959
  }
4960
- var ComputedCell = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-5f42b10c"]]);
4960
+ var ComputedCell = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18], ["__scopeId", "data-v-5f42b10c"]]);
4961
4961
  var Value_vue_vue_type_style_index_0_scoped_true_lang = "";
4962
- const _sfc_main$16 = {
4962
+ const _sfc_main$17 = {
4963
4963
  props: {
4964
4964
  multi: {
4965
4965
  type: Boolean
@@ -5007,7 +5007,7 @@ const _sfc_main$16 = {
5007
5007
  }
5008
5008
  }
5009
5009
  };
5010
- function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
5010
+ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
5011
5011
  return $options.reference ? (openBlock(), createElementBlock("a", {
5012
5012
  key: 0,
5013
5013
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $options.clicked($props.value), ["stop", "prevent"]))
@@ -5020,7 +5020,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
5020
5020
  ], 64)) : createCommentVNode("", true)
5021
5021
  ], 64));
5022
5022
  }
5023
- var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-255b9ec8"]]);
5023
+ var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__scopeId", "data-v-255b9ec8"]]);
5024
5024
  var TableCell_vue_vue_type_style_index_0_scoped_true_lang = "";
5025
5025
  function extract(row, path) {
5026
5026
  if (!row) {
@@ -5045,7 +5045,7 @@ function extract(row, path) {
5045
5045
  return extract(stub, remainder);
5046
5046
  }
5047
5047
  }
5048
- const _sfc_main$15 = {
5048
+ const _sfc_main$16 = {
5049
5049
  data() {
5050
5050
  return {
5051
5051
  component: null
@@ -5140,23 +5140,23 @@ const _sfc_main$15 = {
5140
5140
  }
5141
5141
  }
5142
5142
  };
5143
- const _hoisted_1$Q = {
5143
+ const _hoisted_1$R = {
5144
5144
  key: 1,
5145
5145
  class: "table-cell"
5146
5146
  };
5147
- const _hoisted_2$I = { class: "value" };
5148
- const _hoisted_3$C = { class: "value" };
5149
- function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
5147
+ const _hoisted_2$J = { class: "value" };
5148
+ const _hoisted_3$D = { class: "value" };
5149
+ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
5150
5150
  const _component_value_renderer = resolveComponent("value-renderer");
5151
5151
  return $data.component ? (openBlock(), createBlock(resolveDynamicComponent($data.component), {
5152
5152
  key: 0,
5153
5153
  column: $props.column,
5154
5154
  row: $props.row,
5155
5155
  value: $options.value
5156
- }, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$Q, [
5156
+ }, null, 8, ["column", "row", "value"])) : (openBlock(), createElementBlock("td", _hoisted_1$R, [
5157
5157
  $options.multiValue ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
5158
5158
  $options.complex ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.value, (entry, index2) => {
5159
- return openBlock(), createElementBlock("span", _hoisted_2$I, [
5159
+ return openBlock(), createElementBlock("span", _hoisted_2$J, [
5160
5160
  createVNode(_component_value_renderer, {
5161
5161
  type: $props.column.type,
5162
5162
  multi: "",
@@ -5165,7 +5165,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
5165
5165
  }, null, 8, ["type", "last", "value"])
5166
5166
  ]);
5167
5167
  }), 256)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList($options.value, (entry, index2) => {
5168
- return openBlock(), createElementBlock("span", _hoisted_3$C, [
5168
+ return openBlock(), createElementBlock("span", _hoisted_3$D, [
5169
5169
  createVNode(_component_value_renderer, {
5170
5170
  type: $props.column.type,
5171
5171
  multi: "",
@@ -5181,8 +5181,8 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
5181
5181
  }, null, 8, ["type", "value"]))
5182
5182
  ]));
5183
5183
  }
5184
- var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__scopeId", "data-v-342f534a"]]);
5185
- const _sfc_main$14 = {
5184
+ var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__scopeId", "data-v-342f534a"]]);
5185
+ const _sfc_main$15 = {
5186
5186
  components: {
5187
5187
  TableCell
5188
5188
  },
@@ -5237,7 +5237,7 @@ const _sfc_main$14 = {
5237
5237
  }
5238
5238
  }
5239
5239
  };
5240
- function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
5240
+ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
5241
5241
  const _component_ux_checkbox = resolveComponent("ux-checkbox");
5242
5242
  const _component_table_cell = resolveComponent("table-cell");
5243
5243
  const _component_ux_icon = resolveComponent("ux-icon");
@@ -5279,7 +5279,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
5279
5279
  ])
5280
5280
  ], 2);
5281
5281
  }
5282
- var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14]]);
5282
+ var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15]]);
5283
5283
  var RememberScrollMixin = {
5284
5284
  data() {
5285
5285
  return {
@@ -5310,7 +5310,7 @@ var RememberScrollMixin = {
5310
5310
  }
5311
5311
  };
5312
5312
  var Table_vue_vue_type_style_index_0_scoped_true_lang = "";
5313
- const _sfc_main$13 = {
5313
+ const _sfc_main$14 = {
5314
5314
  mixins: [RememberScrollMixin],
5315
5315
  components: {
5316
5316
  TableRow,
@@ -5548,12 +5548,12 @@ const _sfc_main$13 = {
5548
5548
  }
5549
5549
  }
5550
5550
  };
5551
- const _hoisted_1$P = { class: "table-wrapper" };
5552
- const _hoisted_2$H = {
5551
+ const _hoisted_1$Q = { class: "table-wrapper" };
5552
+ const _hoisted_2$I = {
5553
5553
  class: "table-scroll",
5554
5554
  ref: "scroll"
5555
5555
  };
5556
- const _hoisted_3$B = {
5556
+ const _hoisted_3$C = {
5557
5557
  key: 0,
5558
5558
  class: "first table-select shrink"
5559
5559
  };
@@ -5562,7 +5562,7 @@ const _hoisted_5$n = {
5562
5562
  key: 1,
5563
5563
  class: "last shrink"
5564
5564
  };
5565
- function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
5565
+ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
5566
5566
  const _component_ux_checkbox = resolveComponent("ux-checkbox");
5567
5567
  const _component_ux_list_item = resolveComponent("ux-list-item");
5568
5568
  const _component_ux_list = resolveComponent("ux-list");
@@ -5570,12 +5570,12 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
5570
5570
  const _component_flex_cell = resolveComponent("flex-cell");
5571
5571
  const _component_flex_row = resolveComponent("flex-row");
5572
5572
  const _component_table_row = resolveComponent("table-row");
5573
- return openBlock(), createElementBlock("div", _hoisted_1$P, [
5574
- createElementVNode("div", _hoisted_2$H, [
5573
+ return openBlock(), createElementBlock("div", _hoisted_1$Q, [
5574
+ createElementVNode("div", _hoisted_2$I, [
5575
5575
  createElementVNode("table", null, [
5576
5576
  createElementVNode("thead", null, [
5577
5577
  createElementVNode("tr", null, [
5578
- $props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$B, [
5578
+ $props.enableSelection ? (openBlock(), createElementBlock("th", _hoisted_3$C, [
5579
5579
  createVNode(_component_ux_menu, null, {
5580
5580
  activator: withCtx(({ on: on2 }) => [
5581
5581
  createVNode(_component_ux_checkbox, mergeProps(toHandlers(on2), { value: $options.pageSelected }), null, 16, ["value"])
@@ -5686,7 +5686,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
5686
5686
  ], 512)
5687
5687
  ]);
5688
5688
  }
5689
- var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-03eb874f"]]);
5689
+ var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__scopeId", "data-v-03eb874f"]]);
5690
5690
  var safeJsonStringify$1 = { exports: {} };
5691
5691
  var hasProp = Object.prototype.hasOwnProperty;
5692
5692
  function throwsMessage(err) {
@@ -6107,7 +6107,7 @@ var select_vue_vue_type_style_index_0_scoped_true_lang = "";
6107
6107
  function isUndefined$7(entry) {
6108
6108
  return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
6109
6109
  }
6110
- const _sfc_main$12 = {
6110
+ const _sfc_main$13 = {
6111
6111
  props: {
6112
6112
  title: {
6113
6113
  type: String
@@ -6208,15 +6208,15 @@ const _sfc_main$12 = {
6208
6208
  }
6209
6209
  }
6210
6210
  };
6211
- const _hoisted_1$O = {
6211
+ const _hoisted_1$P = {
6212
6212
  key: 0,
6213
6213
  class: "ux-field-title"
6214
6214
  };
6215
- const _hoisted_2$G = {
6215
+ const _hoisted_2$H = {
6216
6216
  key: 0,
6217
6217
  class: "ux-required-marker"
6218
6218
  };
6219
- const _hoisted_3$A = {
6219
+ const _hoisted_3$B = {
6220
6220
  key: 1,
6221
6221
  class: "ux-field-description"
6222
6222
  };
@@ -6230,16 +6230,16 @@ const _hoisted_6$g = {
6230
6230
  value: ""
6231
6231
  };
6232
6232
  const _hoisted_7$c = ["value"];
6233
- function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
6233
+ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
6234
6234
  const _component_ux_button = resolveComponent("ux-button");
6235
6235
  return openBlock(), createElementBlock("div", {
6236
6236
  class: normalizeClass(["native-select", $options.classes])
6237
6237
  }, [
6238
- _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$O, [
6238
+ _ctx.showLabel ? (openBlock(), createElementBlock("label", _hoisted_1$P, [
6239
6239
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
6240
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$G, "*")) : createCommentVNode("", true)
6240
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_2$H, "*")) : createCommentVNode("", true)
6241
6241
  ])) : createCommentVNode("", true),
6242
- _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$A, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
6242
+ _ctx.showDescription ? (openBlock(), createElementBlock("div", _hoisted_3$B, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true),
6243
6243
  _ctx.singleValue ? (openBlock(), createElementBlock("div", _hoisted_4$r, [
6244
6244
  renderSlot(_ctx.$slots, "default", {}, () => [
6245
6245
  createVNode(_component_ux_button, { tag: "div" }, {
@@ -6266,9 +6266,9 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
6266
6266
  ])
6267
6267
  ], 2);
6268
6268
  }
6269
- var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-a06c20f2"]]);
6269
+ var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__scopeId", "data-v-a06c20f2"]]);
6270
6270
  var Pager_vue_vue_type_style_index_0_scoped_true_lang = "";
6271
- const _sfc_main$11 = {
6271
+ const _sfc_main$12 = {
6272
6272
  props: {
6273
6273
  total: {
6274
6274
  type: Number,
@@ -6378,7 +6378,7 @@ const _sfc_main$11 = {
6378
6378
  };
6379
6379
  }
6380
6380
  };
6381
- function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6381
+ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
6382
6382
  const _component_native_select = resolveComponent("native-select");
6383
6383
  const _component_flex_cell = resolveComponent("flex-cell");
6384
6384
  const _component_ux_icon = resolveComponent("ux-icon");
@@ -6482,9 +6482,9 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6482
6482
  _: 1
6483
6483
  });
6484
6484
  }
6485
- var Pager$1 = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__scopeId", "data-v-93d2aed8"]]);
6485
+ var Pager$1 = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__scopeId", "data-v-93d2aed8"]]);
6486
6486
  var avatar_vue_vue_type_style_index_0_lang = "";
6487
- const _sfc_main$10 = {
6487
+ const _sfc_main$11 = {
6488
6488
  props: {
6489
6489
  id: {
6490
6490
  type: [Object, String]
@@ -6498,13 +6498,13 @@ const _sfc_main$10 = {
6498
6498
  }
6499
6499
  }
6500
6500
  };
6501
- const _hoisted_1$N = { class: "avatar" };
6502
- function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
6503
- return openBlock(), createElementBlock("div", _hoisted_1$N);
6501
+ const _hoisted_1$O = { class: "avatar" };
6502
+ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6503
+ return openBlock(), createElementBlock("div", _hoisted_1$O);
6504
6504
  }
6505
- var Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
6505
+ var Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11]]);
6506
6506
  var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
6507
- const _sfc_main$$ = {
6507
+ const _sfc_main$10 = {
6508
6508
  props: {
6509
6509
  large: {
6510
6510
  type: Boolean
@@ -6512,18 +6512,18 @@ const _sfc_main$$ = {
6512
6512
  }
6513
6513
  };
6514
6514
  const _withScopeId$7 = (n2) => (pushScopeId("data-v-27f20370"), n2 = n2(), popScopeId(), n2);
6515
- const _hoisted_1$M = /* @__PURE__ */ _withScopeId$7(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
6516
- const _hoisted_2$F = [
6517
- _hoisted_1$M
6515
+ const _hoisted_1$N = /* @__PURE__ */ _withScopeId$7(() => /* @__PURE__ */ createElementVNode("i", { class: "fa fa-spin fa-spinner" }, null, -1));
6516
+ const _hoisted_2$G = [
6517
+ _hoisted_1$N
6518
6518
  ];
6519
- function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
6519
+ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
6520
6520
  return openBlock(), createElementBlock("div", {
6521
6521
  class: normalizeClass(["ux-spinner", { large: $props.large }])
6522
- }, _hoisted_2$F, 2);
6522
+ }, _hoisted_2$G, 2);
6523
6523
  }
6524
- var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__scopeId", "data-v-27f20370"]]);
6524
+ var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-27f20370"]]);
6525
6525
  var button_vue_vue_type_style_index_0_scoped_true_lang = "";
6526
- const _sfc_main$_ = {
6526
+ const _sfc_main$$ = {
6527
6527
  components: {
6528
6528
  Spinner
6529
6529
  },
@@ -6617,8 +6617,8 @@ const _sfc_main$_ = {
6617
6617
  }
6618
6618
  }
6619
6619
  };
6620
- const _hoisted_1$L = { class: "ux-btn-text" };
6621
- function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
6620
+ const _hoisted_1$M = { class: "ux-btn-text" };
6621
+ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
6622
6622
  const _component_spinner = resolveComponent("spinner");
6623
6623
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
6624
6624
  active: $props.active,
@@ -6632,16 +6632,16 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
6632
6632
  }, {
6633
6633
  default: withCtx(() => [
6634
6634
  $props.loading ? (openBlock(), createBlock(_component_spinner, { key: 0 })) : createCommentVNode("", true),
6635
- createElementVNode("span", _hoisted_1$L, [
6635
+ createElementVNode("span", _hoisted_1$M, [
6636
6636
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
6637
6637
  ])
6638
6638
  ]),
6639
6639
  _: 3
6640
6640
  }, 8, ["active", "loading", "to", "href", "target", "style", "class", "disabled"]);
6641
6641
  }
6642
- var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-56c95efc"]]);
6642
+ var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__scopeId", "data-v-56c95efc"]]);
6643
6643
  var checkbox_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
6644
- const _sfc_main$Z = {
6644
+ const _sfc_main$_ = {
6645
6645
  props: {
6646
6646
  value: {
6647
6647
  type: Boolean,
@@ -6662,7 +6662,7 @@ const _sfc_main$Z = {
6662
6662
  }
6663
6663
  }
6664
6664
  };
6665
- function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
6665
+ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
6666
6666
  const _component_ux_icon = resolveComponent("ux-icon");
6667
6667
  return openBlock(), createElementBlock("button", {
6668
6668
  class: normalizeClass(["ux-checkbox", $options.classes])
@@ -6673,9 +6673,9 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
6673
6673
  })
6674
6674
  ], 2);
6675
6675
  }
6676
- var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-6b7b7539"]]);
6676
+ var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-6b7b7539"]]);
6677
6677
  var switch_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
6678
- const _sfc_main$Y = {
6678
+ const _sfc_main$Z = {
6679
6679
  props: {
6680
6680
  value: {
6681
6681
  type: Boolean,
@@ -6705,7 +6705,7 @@ const _sfc_main$Y = {
6705
6705
  }
6706
6706
  }
6707
6707
  };
6708
- function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
6708
+ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
6709
6709
  const _component_ux_icon = resolveComponent("ux-icon");
6710
6710
  return openBlock(), createElementBlock("a", {
6711
6711
  class: normalizeClass(["ux-switch", $options.classes])
@@ -6718,9 +6718,9 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
6718
6718
  ])
6719
6719
  ], 2);
6720
6720
  }
6721
- var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-57a418e1"]]);
6721
+ var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-57a418e1"]]);
6722
6722
  var link_vue_vue_type_style_index_0_scoped_true_lang = "";
6723
- const _sfc_main$X = {
6723
+ const _sfc_main$Y = {
6724
6724
  props: {
6725
6725
  to: {
6726
6726
  type: [Object, String]
@@ -6793,7 +6793,7 @@ const _sfc_main$X = {
6793
6793
  }
6794
6794
  }
6795
6795
  };
6796
- function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
6796
+ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
6797
6797
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
6798
6798
  onClick: $options.clicked,
6799
6799
  to: $props.to,
@@ -6807,9 +6807,9 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
6807
6807
  _: 3
6808
6808
  }, 8, ["onClick", "to", "href", "target", "class"]);
6809
6809
  }
6810
- var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-8b82829a"]]);
6810
+ var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-8b82829a"]]);
6811
6811
  var icon_vue_vue_type_style_index_0_scoped_true_lang = "";
6812
- const _sfc_main$W = {
6812
+ const _sfc_main$X = {
6813
6813
  props: {
6814
6814
  icon: {
6815
6815
  type: [Object, String]
@@ -6844,17 +6844,17 @@ const _sfc_main$W = {
6844
6844
  }
6845
6845
  }
6846
6846
  };
6847
- function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
6847
+ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
6848
6848
  return openBlock(), createBlock(resolveDynamicComponent($options.element), {
6849
6849
  class: normalizeClass(["ux-icon fa", $options.classes])
6850
6850
  }, null, 8, ["class"]);
6851
6851
  }
6852
- var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-1764a3d0"]]);
6852
+ var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-1764a3d0"]]);
6853
6853
  var UXMenuService = {
6854
6854
  cache: {}
6855
6855
  };
6856
6856
  var menu_vue_vue_type_style_index_0_scoped_true_lang = "";
6857
- const _sfc_main$V = {
6857
+ const _sfc_main$W = {
6858
6858
  props: {
6859
6859
  group: {
6860
6860
  type: String
@@ -7006,7 +7006,7 @@ const _sfc_main$V = {
7006
7006
  }
7007
7007
  }
7008
7008
  };
7009
- function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
7009
+ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
7010
7010
  return openBlock(), createElementBlock("div", {
7011
7011
  class: normalizeClass(["ux-menu", { right: $props.right }])
7012
7012
  }, [
@@ -7030,8 +7030,8 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
7030
7030
  ]))
7031
7031
  ], 2);
7032
7032
  }
7033
- var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__scopeId", "data-v-29d476a2"]]);
7034
- const _sfc_main$U = {
7033
+ var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-29d476a2"]]);
7034
+ const _sfc_main$V = {
7035
7035
  name: "menulist",
7036
7036
  props: {
7037
7037
  items: {
@@ -7062,7 +7062,7 @@ const _sfc_main$U = {
7062
7062
  return {};
7063
7063
  }
7064
7064
  };
7065
- function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
7065
+ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
7066
7066
  const _component_ux_link = resolveComponent("ux-link");
7067
7067
  const _component_menulist = resolveComponent("menulist", true);
7068
7068
  return openBlock(), createElementBlock("ul", null, [
@@ -7110,9 +7110,9 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
7110
7110
  }), 256))
7111
7111
  ]);
7112
7112
  }
7113
- var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
7113
+ var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
7114
7114
  var image_vue_vue_type_style_index_0_scoped_true_lang = "";
7115
- const _sfc_main$T = {
7115
+ const _sfc_main$U = {
7116
7116
  props: {
7117
7117
  item: {
7118
7118
  type: [Object, String]
@@ -7233,13 +7233,15 @@ const _sfc_main$T = {
7233
7233
  return params;
7234
7234
  },
7235
7235
  src() {
7236
- return this.$sdk.api.generateEndpointURL(`/${this.type}/${this.id}`, this.params, { file: true });
7236
+ const mediaType = "image";
7237
+ return this.$sdk.api.generateEndpointURL(`/${mediaType}/${this.id}`, this.params, { file: true });
7237
7238
  },
7238
7239
  previewSrc() {
7239
7240
  var params = Object.assign({}, this.params);
7240
7241
  params.w = 50;
7241
7242
  delete params.h;
7242
- return this.$sdk.api.generateEndpointURL(`/${this.type}/${this.id}`, params, { file: true });
7243
+ const mediaType = "image";
7244
+ return this.$sdk.api.generateEndpointURL(`/${mediaType}/${this.id}`, params, { file: true });
7243
7245
  },
7244
7246
  imageStyle() {
7245
7247
  var style = {};
@@ -7291,9 +7293,9 @@ const _sfc_main$T = {
7291
7293
  }
7292
7294
  }
7293
7295
  };
7294
- const _hoisted_1$K = ["alt", "data"];
7295
- const _hoisted_2$E = ["alt", "src"];
7296
- function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
7296
+ const _hoisted_1$L = ["alt", "data"];
7297
+ const _hoisted_2$F = ["alt", "src"];
7298
+ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
7297
7299
  return openBlock(), createElementBlock("div", {
7298
7300
  class: normalizeClass(["ux-image", $options.className]),
7299
7301
  style: normalizeStyle($options.style)
@@ -7303,15 +7305,117 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
7303
7305
  alt: $options.altText,
7304
7306
  type: "image/svg+xml",
7305
7307
  data: $options.src
7306
- }, null, 8, _hoisted_1$K)) : (openBlock(), createElementBlock("img", {
7308
+ }, null, 8, _hoisted_1$L)) : (openBlock(), createElementBlock("img", {
7307
7309
  key: 1,
7308
7310
  alt: $options.altText,
7309
7311
  style: normalizeStyle($options.imageStyle),
7310
7312
  src: $options.src
7311
- }, null, 12, _hoisted_2$E))
7313
+ }, null, 12, _hoisted_2$F))
7314
+ ], 6);
7315
+ }
7316
+ var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-6cf1e4ba"]]);
7317
+ var video_vue_vue_type_style_index_0_scoped_true_lang = "";
7318
+ const _sfc_main$T = {
7319
+ props: {
7320
+ item: {
7321
+ type: [Object, String]
7322
+ },
7323
+ width: {
7324
+ type: [Number, String]
7325
+ },
7326
+ height: {
7327
+ type: [Number, String]
7328
+ },
7329
+ controls: {
7330
+ type: Boolean,
7331
+ default: true
7332
+ }
7333
+ },
7334
+ data() {
7335
+ return {
7336
+ model: this.item
7337
+ };
7338
+ },
7339
+ computed: {
7340
+ mediaType() {
7341
+ return this.model.mediaIntegrationType || "upload";
7342
+ },
7343
+ mimetype() {
7344
+ return this.model.fileMime || "video/mp4";
7345
+ },
7346
+ actualWidth() {
7347
+ return parseInt(this.width) || this.modelWidth || 1920;
7348
+ },
7349
+ actualHeight() {
7350
+ return parseInt(this.height) || this.modelHeight || 1080;
7351
+ },
7352
+ className() {
7353
+ var classes = [];
7354
+ if (this.portrait) {
7355
+ classes.push("video-portrait");
7356
+ }
7357
+ classes.push(`video-type-${this.mediaType}`);
7358
+ return classes.join(" ");
7359
+ },
7360
+ portrait() {
7361
+ return this.actualHeight > this.actualWidth;
7362
+ },
7363
+ modelWidth() {
7364
+ var _a;
7365
+ return parseInt(((_a = this.model) == null ? void 0 : _a.width) || 0);
7366
+ },
7367
+ modelHeight() {
7368
+ var _a;
7369
+ return parseInt(((_a = this.model) == null ? void 0 : _a.height) || 0);
7370
+ },
7371
+ id() {
7372
+ return this.$sdk.utils.id(this.model);
7373
+ },
7374
+ params() {
7375
+ var params = {};
7376
+ params.access_token = this.$sdk.auth.getCurrentToken();
7377
+ return params;
7378
+ },
7379
+ src() {
7380
+ return this.$sdk.api.generateEndpointURL(`/video/${this.id}`, this.params, { file: true });
7381
+ },
7382
+ thumbnailSrc() {
7383
+ var params = Object.assign({}, this.params);
7384
+ params.w = this.actualWidth;
7385
+ params.h = this.actualHeight;
7386
+ delete params.h;
7387
+ return this.$sdk.api.generateEndpointURL(`/image/${this.id}`, params, { file: true });
7388
+ },
7389
+ style() {
7390
+ var style = {};
7391
+ return style;
7392
+ }
7393
+ }
7394
+ };
7395
+ const _hoisted_1$K = { class: "ux-video-embed-upload" };
7396
+ const _hoisted_2$E = ["width", "height", "controls"];
7397
+ const _hoisted_3$A = ["src", "type"];
7398
+ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
7399
+ return openBlock(), createElementBlock("div", {
7400
+ class: normalizeClass(["ux-video", $options.className]),
7401
+ style: normalizeStyle($options.style)
7402
+ }, [
7403
+ createElementVNode("div", _hoisted_1$K, [
7404
+ createElementVNode("video", {
7405
+ width: $options.actualWidth,
7406
+ height: $options.actualHeight,
7407
+ controls: $props.controls
7408
+ }, [
7409
+ createElementVNode("source", {
7410
+ src: $options.src,
7411
+ type: $options.mimetype
7412
+ }, null, 8, _hoisted_3$A),
7413
+ createTextVNode(" Your browser does not support the video tag. ")
7414
+ ], 8, _hoisted_2$E)
7415
+ ])
7312
7416
  ], 6);
7313
7417
  }
7314
- var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-1fa4f40e"]]);
7418
+ var UXVideo = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-c85ee2a2"]]);
7315
7419
  var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
7316
7420
  const _sfc_main$S = {
7317
7421
  props: {
@@ -22462,6 +22566,7 @@ const defaultComponents = {
22462
22566
  UxMenu: UXMenu,
22463
22567
  UxMenuList: UXMenuList,
22464
22568
  UxImage: UXImage,
22569
+ UxVideo: UXVideo,
22465
22570
  UxButton: UXButton,
22466
22571
  UxCheckbox: UXCheckbox,
22467
22572
  UxSwitch: UXSwitch,
@@ -22543,5 +22648,5 @@ const QikUI = {
22543
22648
  }
22544
22649
  }
22545
22650
  };
22546
- export { Avatar, CodeEditor, ContentBrowser, Daterange as DateRange, device as Device, FileDrop, FlexBody, FlexCell, FlexColumn, FlexFooter, FlexHeader, FlexRow, FlexSpacer, ModalMixin, NativeSelect, Pager$1 as Pager, Panel, PanelBody, PanelFooter, PanelHeader, ProgressBar, QikUI, RememberScrollMixin, ScopeSelect$1 as ScopeSelect, ScopeSelectButton, Search, Selection, Spinner, UXButton, UXCheckbox, UXForm, UXFormField, UXIcon, UXImage, UXLink, UXList, UXListItem, UXMenu, UXMenuList, UXRender, UXRenderField, UXSubmissionForm, UXSwitch, UXTab, NativeTable as UXTable, UXTabset, UxConfirmModal, UxContentModal, UxModal, UxOptionsModal, UxPromptModal, UxScopeModal };
22651
+ export { Avatar, CodeEditor, ContentBrowser, Daterange as DateRange, device as Device, FileDrop, FlexBody, FlexCell, FlexColumn, FlexFooter, FlexHeader, FlexRow, FlexSpacer, ModalMixin, NativeSelect, Pager$1 as Pager, Panel, PanelBody, PanelFooter, PanelHeader, ProgressBar, QikUI, RememberScrollMixin, ScopeSelect$1 as ScopeSelect, ScopeSelectButton, Search, Selection, Spinner, UXButton, UXCheckbox, UXForm, UXFormField, UXIcon, UXImage, UXLink, UXList, UXListItem, UXMenu, UXMenuList, UXRender, UXRenderField, UXSubmissionForm, UXSwitch, UXTab, NativeTable as UXTable, UXTabset, UXVideo, UxConfirmModal, UxContentModal, UxModal, UxOptionsModal, UxPromptModal, UxScopeModal };
22547
22652
  //# sourceMappingURL=lib.es.js.map