@qikdev/vue-ui 0.2.32 → 0.2.34
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 +200 -189
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
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, vModelSelect, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, 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, vModelSelect, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, compile, reactive, watch } from "vue";
|
|
34
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.2.
|
|
35
|
+
const version$1 = "0.2.34";
|
|
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$
|
|
44
|
+
const _sfc_main$1r = {};
|
|
45
45
|
const _hoisted_1$15 = { class: "flex-column" };
|
|
46
46
|
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47
47
|
return openBlock(), createElementBlock("div", _hoisted_1$15, [
|
|
48
48
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
49
49
|
]);
|
|
50
50
|
}
|
|
51
|
-
var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
51
|
+
var FlexColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1q], ["__scopeId", "data-v-203ea86f"]]);
|
|
52
52
|
var flexBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
53
|
-
const _sfc_main$
|
|
53
|
+
const _sfc_main$1q = {};
|
|
54
54
|
const _hoisted_1$14 = { class: "flex-column-body" };
|
|
55
55
|
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56
56
|
return openBlock(), createElementBlock("div", _hoisted_1$14, [
|
|
57
57
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
58
58
|
]);
|
|
59
59
|
}
|
|
60
|
-
var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
60
|
+
var FlexBody = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1p], ["__scopeId", "data-v-64850355"]]);
|
|
61
61
|
var flexHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
62
|
-
const _sfc_main$
|
|
62
|
+
const _sfc_main$1p = {};
|
|
63
63
|
const _hoisted_1$13 = { class: "flex-column-header" };
|
|
64
64
|
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65
65
|
return openBlock(), createElementBlock("div", _hoisted_1$13, [
|
|
66
66
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
67
67
|
]);
|
|
68
68
|
}
|
|
69
|
-
var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69
|
+
var FlexHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1o], ["__scopeId", "data-v-10b28f00"]]);
|
|
70
70
|
var flexFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
71
|
-
const _sfc_main$
|
|
71
|
+
const _sfc_main$1o = {};
|
|
72
72
|
const _hoisted_1$12 = { class: "flex-column-footer" };
|
|
73
73
|
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
74
74
|
return openBlock(), createElementBlock("div", _hoisted_1$12, [
|
|
75
75
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
76
76
|
]);
|
|
77
77
|
}
|
|
78
|
-
var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
78
|
+
var FlexFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1n], ["__scopeId", "data-v-68216a72"]]);
|
|
79
79
|
var flexCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
80
|
-
const _sfc_main$
|
|
80
|
+
const _sfc_main$1n = {};
|
|
81
81
|
const _hoisted_1$11 = { class: "flex-cell" };
|
|
82
82
|
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
83
83
|
return openBlock(), createElementBlock("div", _hoisted_1$11, [
|
|
84
84
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
85
85
|
]);
|
|
86
86
|
}
|
|
87
|
-
var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
87
|
+
var FlexCell = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1m], ["__scopeId", "data-v-644bb279"]]);
|
|
88
88
|
var flexRow_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
89
|
-
const _sfc_main$
|
|
89
|
+
const _sfc_main$1m = {};
|
|
90
90
|
const _hoisted_1$10 = { class: "flex-row" };
|
|
91
91
|
function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
92
92
|
return openBlock(), createElementBlock("div", _hoisted_1$10, [
|
|
93
93
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
94
94
|
]);
|
|
95
95
|
}
|
|
96
|
-
var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
96
|
+
var FlexRow = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1l], ["__scopeId", "data-v-5b76ad1f"]]);
|
|
97
97
|
var flexSpacer_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
98
|
-
const _sfc_main$
|
|
98
|
+
const _sfc_main$1l = {};
|
|
99
99
|
const _hoisted_1$$ = { class: "flex-spacer" };
|
|
100
100
|
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
101
101
|
return openBlock(), createElementBlock("div", _hoisted_1$$);
|
|
102
102
|
}
|
|
103
|
-
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
103
|
+
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1k], ["__scopeId", "data-v-35b15579"]]);
|
|
104
104
|
var panel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
105
|
-
const _sfc_main$
|
|
105
|
+
const _sfc_main$1k = {};
|
|
106
106
|
const _hoisted_1$_ = { class: "panel" };
|
|
107
107
|
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
108
108
|
return openBlock(), createElementBlock("div", _hoisted_1$_, [
|
|
109
109
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
110
110
|
]);
|
|
111
111
|
}
|
|
112
|
-
var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
112
|
+
var Panel = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1j], ["__scopeId", "data-v-50ae77fc"]]);
|
|
113
113
|
var panelBody_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
114
|
-
const _sfc_main$
|
|
114
|
+
const _sfc_main$1j = {};
|
|
115
115
|
const _hoisted_1$Z = { class: "panel-body" };
|
|
116
116
|
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
117
117
|
return openBlock(), createElementBlock("div", _hoisted_1$Z, [
|
|
118
118
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
119
119
|
]);
|
|
120
120
|
}
|
|
121
|
-
var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
121
|
+
var PanelBody = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1i], ["__scopeId", "data-v-c82dca76"]]);
|
|
122
122
|
var panelHeader_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
123
|
-
const _sfc_main$
|
|
123
|
+
const _sfc_main$1i = {};
|
|
124
124
|
const _hoisted_1$Y = { class: "panel-header" };
|
|
125
125
|
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
126
126
|
return openBlock(), createElementBlock("div", _hoisted_1$Y, [
|
|
127
127
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
128
128
|
]);
|
|
129
129
|
}
|
|
130
|
-
var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
130
|
+
var PanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1h], ["__scopeId", "data-v-13bf11da"]]);
|
|
131
131
|
var panelFooter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
132
|
-
const _sfc_main$
|
|
132
|
+
const _sfc_main$1h = {};
|
|
133
133
|
const _hoisted_1$X = { class: "panel-footer" };
|
|
134
134
|
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
135
135
|
return openBlock(), createElementBlock("div", _hoisted_1$X, [
|
|
136
136
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
137
137
|
]);
|
|
138
138
|
}
|
|
139
|
-
var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
139
|
+
var PanelFooter = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1g], ["__scopeId", "data-v-b4f4786a"]]);
|
|
140
140
|
var tabset_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
141
|
-
const _sfc_main$
|
|
141
|
+
const _sfc_main$1g = {
|
|
142
142
|
props: {
|
|
143
143
|
vertical: {
|
|
144
144
|
type: Boolean
|
|
@@ -250,8 +250,8 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
250
250
|
], 64))
|
|
251
251
|
], 2);
|
|
252
252
|
}
|
|
253
|
-
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
254
|
-
const _sfc_main$
|
|
253
|
+
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1f], ["__scopeId", "data-v-2a0551fe"]]);
|
|
254
|
+
const _sfc_main$1f = {
|
|
255
255
|
props: {
|
|
256
256
|
heading: {
|
|
257
257
|
type: String,
|
|
@@ -287,7 +287,7 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
287
287
|
_: 3
|
|
288
288
|
});
|
|
289
289
|
}
|
|
290
|
-
var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
290
|
+
var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1e]]);
|
|
291
291
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
292
292
|
var isArray$5 = Array.isArray;
|
|
293
293
|
var isArray_1 = isArray$5;
|
|
@@ -755,7 +755,7 @@ var TableCellMixin = {
|
|
|
755
755
|
}
|
|
756
756
|
};
|
|
757
757
|
var Thumbnail_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
758
|
-
const _sfc_main$
|
|
758
|
+
const _sfc_main$1e = {
|
|
759
759
|
mixins: [TableCellMixin],
|
|
760
760
|
computed: {
|
|
761
761
|
imageSource() {
|
|
@@ -794,9 +794,9 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
794
794
|
}))
|
|
795
795
|
]);
|
|
796
796
|
}
|
|
797
|
-
var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
797
|
+
var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1d], ["__scopeId", "data-v-246a2688"]]);
|
|
798
798
|
var Currency_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
799
|
-
const _sfc_main$
|
|
799
|
+
const _sfc_main$1d = {
|
|
800
800
|
mixins: [TableCellMixin],
|
|
801
801
|
computed: {
|
|
802
802
|
string() {
|
|
@@ -824,9 +824,9 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
824
824
|
class: normalizeClass(["table-currency-cell", { credit: $options.credit, empty: $options.empty, debit: $options.debit }])
|
|
825
825
|
}, toDisplayString($options.string), 3);
|
|
826
826
|
}
|
|
827
|
-
var CurrencyCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
827
|
+
var CurrencyCell = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1c], ["__scopeId", "data-v-33a0b926"]]);
|
|
828
828
|
var Button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
829
|
-
const _sfc_main$
|
|
829
|
+
const _sfc_main$1c = {
|
|
830
830
|
data() {
|
|
831
831
|
return {
|
|
832
832
|
processing: false
|
|
@@ -875,7 +875,7 @@ function _sfc_render$1b(_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$
|
|
878
|
+
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1b], ["__scopeId", "data-v-36768853"]]);
|
|
879
879
|
class LuxonError extends Error {
|
|
880
880
|
}
|
|
881
881
|
class InvalidDateTimeError extends LuxonError {
|
|
@@ -4709,7 +4709,7 @@ function friendlyDateTime(dateTimeish) {
|
|
|
4709
4709
|
}
|
|
4710
4710
|
}
|
|
4711
4711
|
var DateCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4712
|
-
const _sfc_main$
|
|
4712
|
+
const _sfc_main$1b = {
|
|
4713
4713
|
mixins: [TableCellMixin],
|
|
4714
4714
|
computed: {
|
|
4715
4715
|
hasValue() {
|
|
@@ -4744,9 +4744,9 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4744
4744
|
])) : createCommentVNode("", true)
|
|
4745
4745
|
]);
|
|
4746
4746
|
}
|
|
4747
|
-
var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4747
|
+
var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1a], ["__scopeId", "data-v-3687693f"]]);
|
|
4748
4748
|
var BooleanCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4749
|
-
const _sfc_main$
|
|
4749
|
+
const _sfc_main$1a = {
|
|
4750
4750
|
mixins: [TableCellMixin],
|
|
4751
4751
|
computed: {
|
|
4752
4752
|
boolean() {
|
|
@@ -4764,9 +4764,9 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4764
4764
|
}, null, 8, ["icon"])
|
|
4765
4765
|
], 2);
|
|
4766
4766
|
}
|
|
4767
|
-
var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4767
|
+
var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$19], ["__scopeId", "data-v-27f127ae"]]);
|
|
4768
4768
|
var SecurityCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4769
|
-
const _sfc_main$
|
|
4769
|
+
const _sfc_main$19 = {
|
|
4770
4770
|
mixins: [TableCellMixin],
|
|
4771
4771
|
computed: {
|
|
4772
4772
|
public() {
|
|
@@ -4787,9 +4787,9 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4787
4787
|
}, null, 8, ["icon"])
|
|
4788
4788
|
], 2);
|
|
4789
4789
|
}
|
|
4790
|
-
var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4790
|
+
var SecurityCell = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$18], ["__scopeId", "data-v-51f8608e"]]);
|
|
4791
4791
|
var URLCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4792
|
-
const _sfc_main$
|
|
4792
|
+
const _sfc_main$18 = {
|
|
4793
4793
|
mixins: [TableCellMixin],
|
|
4794
4794
|
methods: {
|
|
4795
4795
|
open() {
|
|
@@ -4820,9 +4820,9 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4820
4820
|
], 8, _hoisted_2$K)
|
|
4821
4821
|
]);
|
|
4822
4822
|
}
|
|
4823
|
-
var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4823
|
+
var URLCell = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$17], ["__scopeId", "data-v-17cf3a86"]]);
|
|
4824
4824
|
var Value_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4825
|
-
const _sfc_main$
|
|
4825
|
+
const _sfc_main$17 = {
|
|
4826
4826
|
props: {
|
|
4827
4827
|
multi: {
|
|
4828
4828
|
type: Boolean
|
|
@@ -4884,7 +4884,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4884
4884
|
], 64)) : createCommentVNode("", true)
|
|
4885
4885
|
], 64));
|
|
4886
4886
|
}
|
|
4887
|
-
var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4887
|
+
var ValueRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$16], ["__scopeId", "data-v-255b9ec8"]]);
|
|
4888
4888
|
var TableCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4889
4889
|
function extract(row, path) {
|
|
4890
4890
|
if (!row) {
|
|
@@ -4909,7 +4909,7 @@ function extract(row, path) {
|
|
|
4909
4909
|
return extract(stub, remainder);
|
|
4910
4910
|
}
|
|
4911
4911
|
}
|
|
4912
|
-
const _sfc_main$
|
|
4912
|
+
const _sfc_main$16 = {
|
|
4913
4913
|
data() {
|
|
4914
4914
|
return {
|
|
4915
4915
|
component: null
|
|
@@ -5042,8 +5042,8 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5042
5042
|
}, null, 8, ["type", "value"]))
|
|
5043
5043
|
]));
|
|
5044
5044
|
}
|
|
5045
|
-
var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5046
|
-
const _sfc_main$
|
|
5045
|
+
var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$15], ["__scopeId", "data-v-44c51175"]]);
|
|
5046
|
+
const _sfc_main$15 = {
|
|
5047
5047
|
components: {
|
|
5048
5048
|
TableCell
|
|
5049
5049
|
},
|
|
@@ -5140,7 +5140,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5140
5140
|
])
|
|
5141
5141
|
], 2);
|
|
5142
5142
|
}
|
|
5143
|
-
var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5143
|
+
var TableRow = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$14]]);
|
|
5144
5144
|
var RememberScrollMixin = {
|
|
5145
5145
|
data() {
|
|
5146
5146
|
return {
|
|
@@ -5171,7 +5171,7 @@ var RememberScrollMixin = {
|
|
|
5171
5171
|
}
|
|
5172
5172
|
};
|
|
5173
5173
|
var Table_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
5174
|
-
const _sfc_main$
|
|
5174
|
+
const _sfc_main$14 = {
|
|
5175
5175
|
mixins: [RememberScrollMixin],
|
|
5176
5176
|
components: {
|
|
5177
5177
|
TableRow,
|
|
@@ -5550,7 +5550,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5550
5550
|
], 512)
|
|
5551
5551
|
]);
|
|
5552
5552
|
}
|
|
5553
|
-
var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5553
|
+
var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$13], ["__scopeId", "data-v-03eb874f"]]);
|
|
5554
5554
|
var safeJsonStringify$1 = { exports: {} };
|
|
5555
5555
|
var hasProp = Object.prototype.hasOwnProperty;
|
|
5556
5556
|
function throwsMessage(err) {
|
|
@@ -5971,7 +5971,7 @@ var select_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
|
5971
5971
|
function isUndefined$7(entry) {
|
|
5972
5972
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
5973
5973
|
}
|
|
5974
|
-
const _sfc_main$
|
|
5974
|
+
const _sfc_main$13 = {
|
|
5975
5975
|
props: {
|
|
5976
5976
|
title: {
|
|
5977
5977
|
type: String
|
|
@@ -6130,9 +6130,9 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6130
6130
|
])
|
|
6131
6131
|
], 2);
|
|
6132
6132
|
}
|
|
6133
|
-
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6133
|
+
var NativeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$12], ["__scopeId", "data-v-a06c20f2"]]);
|
|
6134
6134
|
var Pager_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6135
|
-
const _sfc_main$
|
|
6135
|
+
const _sfc_main$12 = {
|
|
6136
6136
|
props: {
|
|
6137
6137
|
total: {
|
|
6138
6138
|
type: Number,
|
|
@@ -6346,9 +6346,9 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6346
6346
|
_: 1
|
|
6347
6347
|
});
|
|
6348
6348
|
}
|
|
6349
|
-
var Pager$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6349
|
+
var Pager$1 = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$11], ["__scopeId", "data-v-93d2aed8"]]);
|
|
6350
6350
|
var avatar_vue_vue_type_style_index_0_lang = "";
|
|
6351
|
-
const _sfc_main$
|
|
6351
|
+
const _sfc_main$11 = {
|
|
6352
6352
|
props: {
|
|
6353
6353
|
id: {
|
|
6354
6354
|
type: [Object, String]
|
|
@@ -6366,9 +6366,9 @@ const _hoisted_1$N = { class: "avatar" };
|
|
|
6366
6366
|
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6367
6367
|
return openBlock(), createElementBlock("div", _hoisted_1$N);
|
|
6368
6368
|
}
|
|
6369
|
-
var Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6369
|
+
var Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$10]]);
|
|
6370
6370
|
var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6371
|
-
const _sfc_main
|
|
6371
|
+
const _sfc_main$10 = {
|
|
6372
6372
|
props: {
|
|
6373
6373
|
large: {
|
|
6374
6374
|
type: Boolean
|
|
@@ -6385,9 +6385,9 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6385
6385
|
class: normalizeClass(["ux-spinner", { large: $props.large }])
|
|
6386
6386
|
}, _hoisted_2$G, 2);
|
|
6387
6387
|
}
|
|
6388
|
-
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
6388
|
+
var Spinner = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$$], ["__scopeId", "data-v-27f20370"]]);
|
|
6389
6389
|
var button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6390
|
-
const _sfc_main
|
|
6390
|
+
const _sfc_main$$ = {
|
|
6391
6391
|
components: {
|
|
6392
6392
|
Spinner
|
|
6393
6393
|
},
|
|
@@ -6503,9 +6503,9 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6503
6503
|
_: 3
|
|
6504
6504
|
}, 8, ["active", "loading", "to", "href", "target", "style", "class", "disabled"]);
|
|
6505
6505
|
}
|
|
6506
|
-
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
6506
|
+
var UXButton = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$_], ["__scopeId", "data-v-56c95efc"]]);
|
|
6507
6507
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
6508
|
-
const _sfc_main$
|
|
6508
|
+
const _sfc_main$_ = {
|
|
6509
6509
|
props: {
|
|
6510
6510
|
value: {
|
|
6511
6511
|
type: Boolean,
|
|
@@ -6537,9 +6537,9 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6537
6537
|
})
|
|
6538
6538
|
], 2);
|
|
6539
6539
|
}
|
|
6540
|
-
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6540
|
+
var UXCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$Z], ["__scopeId", "data-v-6b7b7539"]]);
|
|
6541
6541
|
var switch_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
6542
|
-
const _sfc_main$
|
|
6542
|
+
const _sfc_main$Z = {
|
|
6543
6543
|
props: {
|
|
6544
6544
|
value: {
|
|
6545
6545
|
type: Boolean,
|
|
@@ -6582,9 +6582,9 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6582
6582
|
])
|
|
6583
6583
|
], 2);
|
|
6584
6584
|
}
|
|
6585
|
-
var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6585
|
+
var UXSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Y], ["__scopeId", "data-v-57a418e1"]]);
|
|
6586
6586
|
var link_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6587
|
-
const _sfc_main$
|
|
6587
|
+
const _sfc_main$Y = {
|
|
6588
6588
|
props: {
|
|
6589
6589
|
to: {
|
|
6590
6590
|
type: [Object, String]
|
|
@@ -6671,9 +6671,9 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6671
6671
|
_: 3
|
|
6672
6672
|
}, 8, ["onClick", "to", "href", "target", "class"]);
|
|
6673
6673
|
}
|
|
6674
|
-
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6674
|
+
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$X], ["__scopeId", "data-v-8b82829a"]]);
|
|
6675
6675
|
var icon_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6676
|
-
const _sfc_main$
|
|
6676
|
+
const _sfc_main$X = {
|
|
6677
6677
|
props: {
|
|
6678
6678
|
icon: {
|
|
6679
6679
|
type: [Object, String]
|
|
@@ -6713,12 +6713,12 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6713
6713
|
class: normalizeClass(["ux-icon fa", $options.classes])
|
|
6714
6714
|
}, null, 8, ["class"]);
|
|
6715
6715
|
}
|
|
6716
|
-
var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6716
|
+
var UXIcon = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$W], ["__scopeId", "data-v-1764a3d0"]]);
|
|
6717
6717
|
var UXMenuService = {
|
|
6718
6718
|
cache: {}
|
|
6719
6719
|
};
|
|
6720
6720
|
var menu_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6721
|
-
const _sfc_main$
|
|
6721
|
+
const _sfc_main$W = {
|
|
6722
6722
|
props: {
|
|
6723
6723
|
group: {
|
|
6724
6724
|
type: String
|
|
@@ -6894,8 +6894,8 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6894
6894
|
]))
|
|
6895
6895
|
], 2);
|
|
6896
6896
|
}
|
|
6897
|
-
var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6898
|
-
const _sfc_main$
|
|
6897
|
+
var UXMenu = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$V], ["__scopeId", "data-v-29d476a2"]]);
|
|
6898
|
+
const _sfc_main$V = {
|
|
6899
6899
|
name: "menulist",
|
|
6900
6900
|
props: {
|
|
6901
6901
|
items: {
|
|
@@ -6974,9 +6974,9 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6974
6974
|
}), 256))
|
|
6975
6975
|
]);
|
|
6976
6976
|
}
|
|
6977
|
-
var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6977
|
+
var UXMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$U]]);
|
|
6978
6978
|
var image_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
6979
|
-
const _sfc_main$
|
|
6979
|
+
const _sfc_main$U = {
|
|
6980
6980
|
props: {
|
|
6981
6981
|
item: {
|
|
6982
6982
|
type: Object
|
|
@@ -7175,9 +7175,9 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7175
7175
|
}, null, 12, _hoisted_2$F))
|
|
7176
7176
|
], 6);
|
|
7177
7177
|
}
|
|
7178
|
-
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7178
|
+
var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$T], ["__scopeId", "data-v-a7872864"]]);
|
|
7179
7179
|
var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7180
|
-
const _sfc_main$
|
|
7180
|
+
const _sfc_main$T = {
|
|
7181
7181
|
props: {
|
|
7182
7182
|
value: {
|
|
7183
7183
|
type: Number
|
|
@@ -7223,25 +7223,25 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7223
7223
|
}, null, 4)
|
|
7224
7224
|
]);
|
|
7225
7225
|
}
|
|
7226
|
-
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7226
|
+
var ProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$S], ["__scopeId", "data-v-317a7690"]]);
|
|
7227
7227
|
var list_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7228
|
-
const _sfc_main$
|
|
7228
|
+
const _sfc_main$S = {};
|
|
7229
7229
|
const _hoisted_1$I = { class: "ux-list" };
|
|
7230
7230
|
function _sfc_render$R(_ctx, _cache) {
|
|
7231
7231
|
return openBlock(), createElementBlock("ul", _hoisted_1$I, [
|
|
7232
7232
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
7233
7233
|
]);
|
|
7234
7234
|
}
|
|
7235
|
-
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7235
|
+
var UXList = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$R], ["__scopeId", "data-v-98e1e4e2"]]);
|
|
7236
7236
|
var listItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7237
|
-
const _sfc_main$
|
|
7237
|
+
const _sfc_main$R = {};
|
|
7238
7238
|
const _hoisted_1$H = { class: "ux-list-item" };
|
|
7239
7239
|
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7240
7240
|
return openBlock(), createElementBlock("div", _hoisted_1$H, [
|
|
7241
7241
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
7242
7242
|
]);
|
|
7243
7243
|
}
|
|
7244
|
-
var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7244
|
+
var UXListItem = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$Q], ["__scopeId", "data-v-0e73c260"]]);
|
|
7245
7245
|
var daterange_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
7246
7246
|
function checkDate(d) {
|
|
7247
7247
|
var date = new Date(d);
|
|
@@ -7250,7 +7250,7 @@ function checkDate(d) {
|
|
|
7250
7250
|
}
|
|
7251
7251
|
return;
|
|
7252
7252
|
}
|
|
7253
|
-
const _sfc_main$
|
|
7253
|
+
const _sfc_main$Q = {
|
|
7254
7254
|
props: {
|
|
7255
7255
|
modelValue: {
|
|
7256
7256
|
type: Object
|
|
@@ -7350,9 +7350,9 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7350
7350
|
})
|
|
7351
7351
|
]);
|
|
7352
7352
|
}
|
|
7353
|
-
var Daterange = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7353
|
+
var Daterange = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$P], ["__scopeId", "data-v-61cbf45e"]]);
|
|
7354
7354
|
var phoneNumberInput_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7355
|
-
const _sfc_main$
|
|
7355
|
+
const _sfc_main$P = {
|
|
7356
7356
|
props: {
|
|
7357
7357
|
modelValue: {
|
|
7358
7358
|
type: [Object, Array]
|
|
@@ -7592,12 +7592,12 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7592
7592
|
}))
|
|
7593
7593
|
], 64);
|
|
7594
7594
|
}
|
|
7595
|
-
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7595
|
+
var PhoneNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$O], ["__scopeId", "data-v-32219a94"]]);
|
|
7596
7596
|
var timezone_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7597
7597
|
function isUndefined$6(entry) {
|
|
7598
7598
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
7599
7599
|
}
|
|
7600
|
-
const _sfc_main$
|
|
7600
|
+
const _sfc_main$O = {
|
|
7601
7601
|
props: {
|
|
7602
7602
|
modelValue: {}
|
|
7603
7603
|
},
|
|
@@ -8180,9 +8180,9 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8180
8180
|
])
|
|
8181
8181
|
], 2);
|
|
8182
8182
|
}
|
|
8183
|
-
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8183
|
+
var TimezoneSelect = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$N], ["__scopeId", "data-v-a15362c8"]]);
|
|
8184
8184
|
var item_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
8185
|
-
const _sfc_main$
|
|
8185
|
+
const _sfc_main$N = {
|
|
8186
8186
|
props: {
|
|
8187
8187
|
item: {
|
|
8188
8188
|
type: Object,
|
|
@@ -8263,7 +8263,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8263
8263
|
})
|
|
8264
8264
|
]);
|
|
8265
8265
|
}
|
|
8266
|
-
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8266
|
+
var Item = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$M], ["__scopeId", "data-v-055fac6a"]]);
|
|
8267
8267
|
/**!
|
|
8268
8268
|
* Sortable 1.14.0
|
|
8269
8269
|
* @author RubaXa <trash@rubaxa.org>
|
|
@@ -10931,7 +10931,7 @@ const draggableComponent = defineComponent({
|
|
|
10931
10931
|
}
|
|
10932
10932
|
});
|
|
10933
10933
|
var contentSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
10934
|
-
const _sfc_main$
|
|
10934
|
+
const _sfc_main$M = {
|
|
10935
10935
|
components: {
|
|
10936
10936
|
Item,
|
|
10937
10937
|
draggable: draggableComponent
|
|
@@ -11244,12 +11244,12 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11244
11244
|
})) : createCommentVNode("", true)
|
|
11245
11245
|
], 64);
|
|
11246
11246
|
}
|
|
11247
|
-
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11247
|
+
var ContentSelect = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$L], ["__scopeId", "data-v-236b5d48"]]);
|
|
11248
11248
|
var typeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11249
11249
|
function isUndefined$5(entry) {
|
|
11250
11250
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
11251
11251
|
}
|
|
11252
|
-
const _sfc_main$
|
|
11252
|
+
const _sfc_main$L = {
|
|
11253
11253
|
props: {
|
|
11254
11254
|
title: {
|
|
11255
11255
|
type: String
|
|
@@ -11416,9 +11416,9 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11416
11416
|
])
|
|
11417
11417
|
], 2);
|
|
11418
11418
|
}
|
|
11419
|
-
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11419
|
+
var TypeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$K], ["__scopeId", "data-v-49a55ef8"]]);
|
|
11420
11420
|
var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11421
|
-
const _sfc_main$
|
|
11421
|
+
const _sfc_main$K = {
|
|
11422
11422
|
props: {
|
|
11423
11423
|
item: {
|
|
11424
11424
|
type: Object
|
|
@@ -11525,10 +11525,10 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11525
11525
|
])) : createCommentVNode("", true)
|
|
11526
11526
|
]);
|
|
11527
11527
|
}
|
|
11528
|
-
var ScopeItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11528
|
+
var ScopeItem = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$J], ["__scopeId", "data-v-5f67b500"]]);
|
|
11529
11529
|
var ScopeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11530
11530
|
let inflight;
|
|
11531
|
-
const _sfc_main$
|
|
11531
|
+
const _sfc_main$J = {
|
|
11532
11532
|
components: {
|
|
11533
11533
|
ScopeItem
|
|
11534
11534
|
},
|
|
@@ -11681,9 +11681,9 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11681
11681
|
}), 256))
|
|
11682
11682
|
], 2);
|
|
11683
11683
|
}
|
|
11684
|
-
var ScopeSelect$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11684
|
+
var ScopeSelect$1 = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$I], ["__scopeId", "data-v-243a360c"]]);
|
|
11685
11685
|
var ScopeSelectButton_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11686
|
-
const _sfc_main$
|
|
11686
|
+
const _sfc_main$I = {
|
|
11687
11687
|
async created() {
|
|
11688
11688
|
this.scopeGlossary = await this.$sdk.content.scopeGlossary({ hash: true });
|
|
11689
11689
|
},
|
|
@@ -11813,12 +11813,12 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11813
11813
|
}, 8, ["onClick"])
|
|
11814
11814
|
]);
|
|
11815
11815
|
}
|
|
11816
|
-
var ScopeSelectButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11816
|
+
var ScopeSelectButton = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$H], ["__scopeId", "data-v-66408f08"]]);
|
|
11817
11817
|
var scopeSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11818
11818
|
function isUndefined$4(entry) {
|
|
11819
11819
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
11820
11820
|
}
|
|
11821
|
-
const _sfc_main$
|
|
11821
|
+
const _sfc_main$H = {
|
|
11822
11822
|
components: {
|
|
11823
11823
|
ScopeSelectButton
|
|
11824
11824
|
},
|
|
@@ -11966,12 +11966,12 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11966
11966
|
}, null, 8, ["type", "action", "modelValue"])
|
|
11967
11967
|
], 2);
|
|
11968
11968
|
}
|
|
11969
|
-
var ScopeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11969
|
+
var ScopeSelect = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$G], ["__scopeId", "data-v-c629a544"]]);
|
|
11970
11970
|
var fieldSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11971
11971
|
function isUndefined$3(entry) {
|
|
11972
11972
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
11973
11973
|
}
|
|
11974
|
-
const _sfc_main$
|
|
11974
|
+
const _sfc_main$G = {
|
|
11975
11975
|
props: {
|
|
11976
11976
|
title: {
|
|
11977
11977
|
type: String
|
|
@@ -12203,9 +12203,9 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12203
12203
|
])
|
|
12204
12204
|
], 2);
|
|
12205
12205
|
}
|
|
12206
|
-
var FieldSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12206
|
+
var FieldSelect = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$F], ["__scopeId", "data-v-3cff6dc8"]]);
|
|
12207
12207
|
var currency_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12208
|
-
const _sfc_main$
|
|
12208
|
+
const _sfc_main$F = {
|
|
12209
12209
|
props: {
|
|
12210
12210
|
modelValue: {
|
|
12211
12211
|
type: [String, Array]
|
|
@@ -12420,9 +12420,9 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12420
12420
|
], 2))
|
|
12421
12421
|
], 64);
|
|
12422
12422
|
}
|
|
12423
|
-
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12423
|
+
var CurrencyField = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$E], ["__scopeId", "data-v-5dd6344d"]]);
|
|
12424
12424
|
var textfield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12425
|
-
const _sfc_main$
|
|
12425
|
+
const _sfc_main$E = {
|
|
12426
12426
|
props: {
|
|
12427
12427
|
modelValue: {
|
|
12428
12428
|
type: [String, Array]
|
|
@@ -12650,9 +12650,9 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12650
12650
|
]))
|
|
12651
12651
|
], 64);
|
|
12652
12652
|
}
|
|
12653
|
-
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12653
|
+
var TextField = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$D], ["__scopeId", "data-v-d9e8503e"]]);
|
|
12654
12654
|
var textarea_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12655
|
-
const _sfc_main$
|
|
12655
|
+
const _sfc_main$D = {
|
|
12656
12656
|
props: {
|
|
12657
12657
|
modelValue: {
|
|
12658
12658
|
type: [String, Array]
|
|
@@ -12756,7 +12756,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12756
12756
|
])
|
|
12757
12757
|
], 64);
|
|
12758
12758
|
}
|
|
12759
|
-
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12759
|
+
var TextArea = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$C], ["__scopeId", "data-v-777c0703"]]);
|
|
12760
12760
|
var datefield_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12761
12761
|
function zero(input) {
|
|
12762
12762
|
if (String(input).length < 2) {
|
|
@@ -12764,7 +12764,7 @@ function zero(input) {
|
|
|
12764
12764
|
}
|
|
12765
12765
|
return input;
|
|
12766
12766
|
}
|
|
12767
|
-
const _sfc_main$
|
|
12767
|
+
const _sfc_main$C = {
|
|
12768
12768
|
props: {
|
|
12769
12769
|
modelValue: {
|
|
12770
12770
|
type: [Date, String, Array]
|
|
@@ -12904,9 +12904,9 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12904
12904
|
])
|
|
12905
12905
|
], 64);
|
|
12906
12906
|
}
|
|
12907
|
-
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12907
|
+
var DateField = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$B], ["__scopeId", "data-v-1c86b484"]]);
|
|
12908
12908
|
var daterange_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12909
|
-
const _sfc_main$
|
|
12909
|
+
const _sfc_main$B = {
|
|
12910
12910
|
components: {
|
|
12911
12911
|
Daterange
|
|
12912
12912
|
},
|
|
@@ -13032,9 +13032,9 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13032
13032
|
}, null, 8, ["onFocus", "modelValue"]))
|
|
13033
13033
|
], 64);
|
|
13034
13034
|
}
|
|
13035
|
-
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13035
|
+
var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$A], ["__scopeId", "data-v-24228367"]]);
|
|
13036
13036
|
var checkbox_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13037
|
-
const _sfc_main$
|
|
13037
|
+
const _sfc_main$A = {
|
|
13038
13038
|
computed: {
|
|
13039
13039
|
NativeCheckbox: UXCheckbox
|
|
13040
13040
|
},
|
|
@@ -13125,8 +13125,8 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13125
13125
|
_: 1
|
|
13126
13126
|
});
|
|
13127
13127
|
}
|
|
13128
|
-
var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13129
|
-
const _sfc_main$
|
|
13128
|
+
var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$z], ["__scopeId", "data-v-046b9e38"]]);
|
|
13129
|
+
const _sfc_main$z = {
|
|
13130
13130
|
props: {
|
|
13131
13131
|
modelValue: {
|
|
13132
13132
|
type: [String, Array]
|
|
@@ -13197,9 +13197,9 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13197
13197
|
innerHTML: _ctx.field.template
|
|
13198
13198
|
}, null, 8, _hoisted_3$n));
|
|
13199
13199
|
}
|
|
13200
|
-
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13200
|
+
var CustomHTML = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$y]]);
|
|
13201
13201
|
var FilterCondition_vue_vue_type_style_index_0_lang = "";
|
|
13202
|
-
const _sfc_main$
|
|
13202
|
+
const _sfc_main$y = {
|
|
13203
13203
|
props: {
|
|
13204
13204
|
fields: {
|
|
13205
13205
|
type: Array,
|
|
@@ -13696,7 +13696,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13696
13696
|
})
|
|
13697
13697
|
])) : createCommentVNode("", true);
|
|
13698
13698
|
}
|
|
13699
|
-
var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13699
|
+
var FilterCondition = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$x]]);
|
|
13700
13700
|
var root = _root;
|
|
13701
13701
|
var now$1 = function() {
|
|
13702
13702
|
return root.Date.now();
|
|
@@ -13827,7 +13827,7 @@ function debounce(func, wait, options) {
|
|
|
13827
13827
|
}
|
|
13828
13828
|
var debounce_1 = debounce;
|
|
13829
13829
|
var FilterRule_vue_vue_type_style_index_0_lang = "";
|
|
13830
|
-
const _sfc_main$
|
|
13830
|
+
const _sfc_main$x = {
|
|
13831
13831
|
props: {
|
|
13832
13832
|
enableRemove: {
|
|
13833
13833
|
type: Boolean
|
|
@@ -14079,9 +14079,9 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14079
14079
|
}, 8, ["onClick"])
|
|
14080
14080
|
])) : createCommentVNode("", true);
|
|
14081
14081
|
}
|
|
14082
|
-
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14082
|
+
var FilterRule = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$w]]);
|
|
14083
14083
|
var FilterBuilder_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14084
|
-
const _sfc_main$
|
|
14084
|
+
const _sfc_main$w = {
|
|
14085
14085
|
components: {
|
|
14086
14086
|
FilterRule,
|
|
14087
14087
|
NativeSelect
|
|
@@ -14246,9 +14246,9 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14246
14246
|
_: 1
|
|
14247
14247
|
});
|
|
14248
14248
|
}
|
|
14249
|
-
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14249
|
+
var FilterBuilder = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$v], ["__scopeId", "data-v-7933a5ee"]]);
|
|
14250
14250
|
var filter_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14251
|
-
const _sfc_main$
|
|
14251
|
+
const _sfc_main$v = {
|
|
14252
14252
|
mixins: [InputMixin],
|
|
14253
14253
|
components: {
|
|
14254
14254
|
FilterBuilder
|
|
@@ -14374,9 +14374,9 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14374
14374
|
}, null, 8, ["definition", "modelValue"]))
|
|
14375
14375
|
], 64);
|
|
14376
14376
|
}
|
|
14377
|
-
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14377
|
+
var FilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$u], ["__scopeId", "data-v-a43e06e8"]]);
|
|
14378
14378
|
var switch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14379
|
-
const _sfc_main$
|
|
14379
|
+
const _sfc_main$u = {
|
|
14380
14380
|
mixins: [InputMixin],
|
|
14381
14381
|
props: {
|
|
14382
14382
|
modelValue: {
|
|
@@ -14464,9 +14464,9 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14464
14464
|
_: 1
|
|
14465
14465
|
});
|
|
14466
14466
|
}
|
|
14467
|
-
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14467
|
+
var Switch = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$t], ["__scopeId", "data-v-5994d322"]]);
|
|
14468
14468
|
var filedrop_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14469
|
-
const _sfc_main$
|
|
14469
|
+
const _sfc_main$t = {
|
|
14470
14470
|
props: {
|
|
14471
14471
|
multiple: {
|
|
14472
14472
|
type: Boolean
|
|
@@ -14550,9 +14550,9 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14550
14550
|
])
|
|
14551
14551
|
], 34);
|
|
14552
14552
|
}
|
|
14553
|
-
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14553
|
+
var FileDrop = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$s], ["__scopeId", "data-v-1960a794"]]);
|
|
14554
14554
|
var upload_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
14555
|
-
const _sfc_main$
|
|
14555
|
+
const _sfc_main$s = {
|
|
14556
14556
|
mixins: [InputMixin],
|
|
14557
14557
|
components: {
|
|
14558
14558
|
FileDrop
|
|
@@ -14788,9 +14788,9 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14788
14788
|
}, 8, ["onFiles"]))
|
|
14789
14789
|
], 64);
|
|
14790
14790
|
}
|
|
14791
|
-
var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14791
|
+
var Upload = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$r], ["__scopeId", "data-v-397fdaa7"]]);
|
|
14792
14792
|
var group_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
14793
|
-
const _sfc_main$
|
|
14793
|
+
const _sfc_main$r = {
|
|
14794
14794
|
mixins: [InputMixin],
|
|
14795
14795
|
components: { draggable: draggableComponent },
|
|
14796
14796
|
props: {
|
|
@@ -15293,8 +15293,8 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15293
15293
|
], 64))
|
|
15294
15294
|
], 64));
|
|
15295
15295
|
}
|
|
15296
|
-
var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15297
|
-
const _sfc_main$
|
|
15296
|
+
var FieldGroup$1 = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$q], ["__scopeId", "data-v-66c6137b"]]);
|
|
15297
|
+
const _sfc_main$q = {
|
|
15298
15298
|
props: {
|
|
15299
15299
|
option: {
|
|
15300
15300
|
required: true
|
|
@@ -15311,12 +15311,12 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15311
15311
|
createElementVNode("pre", null, toDisplayString($props.option), 1)
|
|
15312
15312
|
]);
|
|
15313
15313
|
}
|
|
15314
|
-
var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15314
|
+
var OptionSlot = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$p]]);
|
|
15315
15315
|
var buttonSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
15316
15316
|
function isUndefined$2(entry) {
|
|
15317
15317
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
15318
15318
|
}
|
|
15319
|
-
const _sfc_main$
|
|
15319
|
+
const _sfc_main$p = {
|
|
15320
15320
|
components: {
|
|
15321
15321
|
OptionSlot
|
|
15322
15322
|
},
|
|
@@ -15484,9 +15484,9 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15484
15484
|
])
|
|
15485
15485
|
], 64);
|
|
15486
15486
|
}
|
|
15487
|
-
var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15487
|
+
var ButtonSelect = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$o], ["__scopeId", "data-v-f0acfde4"]]);
|
|
15488
15488
|
var objectField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
15489
|
-
const _sfc_main$
|
|
15489
|
+
const _sfc_main$o = {
|
|
15490
15490
|
props: {
|
|
15491
15491
|
modelValue: {
|
|
15492
15492
|
type: Object
|
|
@@ -15577,9 +15577,9 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15577
15577
|
])) : (openBlock(), createElementBlock("pre", _hoisted_5$a, toDisplayString(_ctx.model), 1))
|
|
15578
15578
|
], 64);
|
|
15579
15579
|
}
|
|
15580
|
-
var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15580
|
+
var ObjectField = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$n], ["__scopeId", "data-v-6b3fc2f2"]]);
|
|
15581
15581
|
var optionsManager_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
15582
|
-
const _sfc_main$
|
|
15582
|
+
const _sfc_main$n = {
|
|
15583
15583
|
props: {
|
|
15584
15584
|
modelValue: {
|
|
15585
15585
|
type: [String, Array]
|
|
@@ -15697,8 +15697,8 @@ const _hoisted_11$1 = ["onFocus", "onUpdate:modelValue"];
|
|
|
15697
15697
|
const _hoisted_12$1 = ["onFocus", "onUpdate:modelValue"];
|
|
15698
15698
|
const _hoisted_13$1 = { class: "ux-text-wrap prefixed" };
|
|
15699
15699
|
const _hoisted_14$1 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1));
|
|
15700
|
-
const _hoisted_15
|
|
15701
|
-
const _hoisted_16
|
|
15700
|
+
const _hoisted_15 = { class: "ux-text-wrap prefixed" };
|
|
15701
|
+
const _hoisted_16 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("span", { class: "ux-text-prefix" }, "Value", -1));
|
|
15702
15702
|
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
15703
15703
|
const _component_flex_cell = resolveComponent("flex-cell");
|
|
15704
15704
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
@@ -15877,8 +15877,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15877
15877
|
}),
|
|
15878
15878
|
createVNode(_component_flex_cell, null, {
|
|
15879
15879
|
default: withCtx(() => [
|
|
15880
|
-
createElementVNode("div", _hoisted_15
|
|
15881
|
-
_hoisted_16
|
|
15880
|
+
createElementVNode("div", _hoisted_15, [
|
|
15881
|
+
_hoisted_16,
|
|
15882
15882
|
$options.lazy ? withDirectives((openBlock(), createElementBlock("input", {
|
|
15883
15883
|
key: 0,
|
|
15884
15884
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -15915,9 +15915,9 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15915
15915
|
}))
|
|
15916
15916
|
], 64);
|
|
15917
15917
|
}
|
|
15918
|
-
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15918
|
+
var OptionsManager = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$m], ["__scopeId", "data-v-076c3da8"]]);
|
|
15919
15919
|
var codeEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
15920
|
-
const _sfc_main$
|
|
15920
|
+
const _sfc_main$m = {
|
|
15921
15921
|
components: {},
|
|
15922
15922
|
methods: {
|
|
15923
15923
|
editorInit() {
|
|
@@ -16013,9 +16013,9 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16013
16013
|
_: 1
|
|
16014
16014
|
})) : createCommentVNode("", true);
|
|
16015
16015
|
}
|
|
16016
|
-
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16016
|
+
var CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$l], ["__scopeId", "data-v-edf89936"]]);
|
|
16017
16017
|
var codeEditorField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16018
|
-
const _sfc_main$
|
|
16018
|
+
const _sfc_main$l = {
|
|
16019
16019
|
components: {
|
|
16020
16020
|
CodeEditor
|
|
16021
16021
|
},
|
|
@@ -16136,9 +16136,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16136
16136
|
]))
|
|
16137
16137
|
], 32);
|
|
16138
16138
|
}
|
|
16139
|
-
var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16139
|
+
var CodeEditorField = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$k], ["__scopeId", "data-v-67761240"]]);
|
|
16140
16140
|
var expressionField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16141
|
-
const _sfc_main$
|
|
16141
|
+
const _sfc_main$k = {
|
|
16142
16142
|
props: {
|
|
16143
16143
|
modelValue: {
|
|
16144
16144
|
type: [String, Array]
|
|
@@ -16251,9 +16251,9 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16251
16251
|
]))
|
|
16252
16252
|
], 32);
|
|
16253
16253
|
}
|
|
16254
|
-
var ExpressionField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16254
|
+
var ExpressionField = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$j], ["__scopeId", "data-v-0e6b676c"]]);
|
|
16255
16255
|
var richtext_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16256
|
-
const _sfc_main$
|
|
16256
|
+
const _sfc_main$j = {
|
|
16257
16257
|
components: {},
|
|
16258
16258
|
methods: {},
|
|
16259
16259
|
props: {
|
|
@@ -16302,9 +16302,9 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16302
16302
|
_: 1
|
|
16303
16303
|
})) : createCommentVNode("", true);
|
|
16304
16304
|
}
|
|
16305
|
-
var RichText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16305
|
+
var RichText = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$i], ["__scopeId", "data-v-f1bfd246"]]);
|
|
16306
16306
|
var richtextField_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16307
|
-
const _sfc_main$
|
|
16307
|
+
const _sfc_main$i = {
|
|
16308
16308
|
components: {
|
|
16309
16309
|
richtext: RichText
|
|
16310
16310
|
},
|
|
@@ -16415,12 +16415,12 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16415
16415
|
]))
|
|
16416
16416
|
]);
|
|
16417
16417
|
}
|
|
16418
|
-
var RichTextField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16418
|
+
var RichTextField = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$h], ["__scopeId", "data-v-46ce3b2b"]]);
|
|
16419
16419
|
var InternalRouteSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16420
16420
|
function isUndefined$1(entry) {
|
|
16421
16421
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
16422
16422
|
}
|
|
16423
|
-
const _sfc_main$
|
|
16423
|
+
const _sfc_main$h = {
|
|
16424
16424
|
props: {
|
|
16425
16425
|
title: {
|
|
16426
16426
|
type: String
|
|
@@ -16597,12 +16597,12 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16597
16597
|
])
|
|
16598
16598
|
], 2);
|
|
16599
16599
|
}
|
|
16600
|
-
var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16600
|
+
var InternalRouteSelect = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$g], ["__scopeId", "data-v-7b06d646"]]);
|
|
16601
16601
|
var InternalMenuSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16602
16602
|
function isUndefined(entry) {
|
|
16603
16603
|
return entry === void 0 || typeof entry === "undefined" || entry === null || String(entry) === "null" || String(entry) === "undefined";
|
|
16604
16604
|
}
|
|
16605
|
-
const _sfc_main$
|
|
16605
|
+
const _sfc_main$g = {
|
|
16606
16606
|
props: {
|
|
16607
16607
|
title: {
|
|
16608
16608
|
type: String
|
|
@@ -16763,7 +16763,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16763
16763
|
])
|
|
16764
16764
|
], 2);
|
|
16765
16765
|
}
|
|
16766
|
-
var InternalMenuSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16766
|
+
var InternalMenuSelect = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$f], ["__scopeId", "data-v-a04e9882"]]);
|
|
16767
16767
|
var jsep = { exports: {} };
|
|
16768
16768
|
(function(module, exports) {
|
|
16769
16769
|
(function(root2) {
|
|
@@ -17883,7 +17883,7 @@ function computedExpression(key) {
|
|
|
17883
17883
|
return result;
|
|
17884
17884
|
};
|
|
17885
17885
|
}
|
|
17886
|
-
const _sfc_main$
|
|
17886
|
+
const _sfc_main$f = {
|
|
17887
17887
|
components: {
|
|
17888
17888
|
InternalRouteSelect,
|
|
17889
17889
|
InternalMenuSelect,
|
|
@@ -18636,7 +18636,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18636
18636
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$b, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
18637
18637
|
], 34)) : createCommentVNode("", true);
|
|
18638
18638
|
}
|
|
18639
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18639
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$e], ["__scopeId", "data-v-eabe4bcc"]]);
|
|
18640
18640
|
function arrayReduce$1(array, iteratee, accumulator, initAccum) {
|
|
18641
18641
|
var index2 = -1, length = array == null ? 0 : array.length;
|
|
18642
18642
|
if (initAccum && length) {
|
|
@@ -18911,7 +18911,7 @@ var kebabCase = createCompounder(function(result, word, index2) {
|
|
|
18911
18911
|
});
|
|
18912
18912
|
var kebabCase_1 = kebabCase;
|
|
18913
18913
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
18914
|
-
const _sfc_main$
|
|
18914
|
+
const _sfc_main$e = {
|
|
18915
18915
|
props: {
|
|
18916
18916
|
parentModel: {
|
|
18917
18917
|
type: Object
|
|
@@ -19186,13 +19186,13 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19186
19186
|
], true)
|
|
19187
19187
|
], 2);
|
|
19188
19188
|
}
|
|
19189
|
-
var UXForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19189
|
+
var UXForm = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$d], ["__scopeId", "data-v-09c6d713"]]);
|
|
19190
19190
|
var submissionform_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19191
19191
|
const STATE_READY = "form.ready";
|
|
19192
19192
|
const STATE_PROCESSING = "form.processing";
|
|
19193
19193
|
const STATE_COMPLETE = "form.complete";
|
|
19194
19194
|
const STATE_ERROR = "form.error";
|
|
19195
|
-
const _sfc_main$
|
|
19195
|
+
const _sfc_main$d = {
|
|
19196
19196
|
methods: {
|
|
19197
19197
|
formStateUpdated(state) {
|
|
19198
19198
|
this.formState = state;
|
|
@@ -19393,9 +19393,9 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19393
19393
|
], 64))
|
|
19394
19394
|
]);
|
|
19395
19395
|
}
|
|
19396
|
-
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19396
|
+
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$c], ["__scopeId", "data-v-670d0b78"]]);
|
|
19397
19397
|
var search_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19398
|
-
const _sfc_main$
|
|
19398
|
+
const _sfc_main$c = {
|
|
19399
19399
|
props: {
|
|
19400
19400
|
modelValue: {
|
|
19401
19401
|
type: String
|
|
@@ -19479,7 +19479,17 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19479
19479
|
])
|
|
19480
19480
|
]);
|
|
19481
19481
|
}
|
|
19482
|
-
var Search = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19482
|
+
var Search = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$b], ["__scopeId", "data-v-17abf7d1"]]);
|
|
19483
|
+
const _sfc_main$b = {
|
|
19484
|
+
props: ["html"],
|
|
19485
|
+
components: {
|
|
19486
|
+
"ux-image": UXImage
|
|
19487
|
+
},
|
|
19488
|
+
setup(props2) {
|
|
19489
|
+
const string = compile(props2.html);
|
|
19490
|
+
return string;
|
|
19491
|
+
}
|
|
19492
|
+
};
|
|
19483
19493
|
var RenderMixin = {
|
|
19484
19494
|
props: {
|
|
19485
19495
|
field: {
|
|
@@ -19673,7 +19683,8 @@ var field_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
|
19673
19683
|
const _sfc_main$9 = {
|
|
19674
19684
|
components: {
|
|
19675
19685
|
Item,
|
|
19676
|
-
FieldGroup
|
|
19686
|
+
FieldGroup,
|
|
19687
|
+
Compiler: _sfc_main$b
|
|
19677
19688
|
},
|
|
19678
19689
|
props: {
|
|
19679
19690
|
field: {
|
|
@@ -19876,21 +19887,20 @@ const _hoisted_2$6 = { class: "currency" };
|
|
|
19876
19887
|
const _hoisted_3$6 = { key: 1 };
|
|
19877
19888
|
const _hoisted_4$6 = { class: "currency" };
|
|
19878
19889
|
const _hoisted_5$2 = { key: 1 };
|
|
19879
|
-
const _hoisted_6$1 =
|
|
19880
|
-
const _hoisted_7$1 =
|
|
19881
|
-
const _hoisted_8 =
|
|
19890
|
+
const _hoisted_6$1 = { key: 1 };
|
|
19891
|
+
const _hoisted_7$1 = { key: 1 };
|
|
19892
|
+
const _hoisted_8 = ["href"];
|
|
19882
19893
|
const _hoisted_9 = { key: 1 };
|
|
19883
19894
|
const _hoisted_10 = ["href"];
|
|
19884
|
-
const _hoisted_11 =
|
|
19885
|
-
const _hoisted_12 =
|
|
19895
|
+
const _hoisted_11 = ["href"];
|
|
19896
|
+
const _hoisted_12 = { key: 1 };
|
|
19886
19897
|
const _hoisted_13 = ["href"];
|
|
19887
19898
|
const _hoisted_14 = { key: 1 };
|
|
19888
|
-
const _hoisted_15 = ["href"];
|
|
19889
|
-
const _hoisted_16 = { key: 1 };
|
|
19890
19899
|
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19891
19900
|
const _component_field_group = resolveComponent("field-group");
|
|
19892
19901
|
const _component_v_ace_editor = resolveComponent("v-ace-editor");
|
|
19893
19902
|
const _component_item = resolveComponent("item");
|
|
19903
|
+
const _component_compiler = resolveComponent("compiler");
|
|
19894
19904
|
return $options.visible ? (openBlock(), createElementBlock("div", {
|
|
19895
19905
|
key: 0,
|
|
19896
19906
|
class: normalizeClass(["ux-field-render", $options.classes])
|
|
@@ -19969,53 +19979,53 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19969
19979
|
], 64)) : createCommentVNode("", true),
|
|
19970
19980
|
$options.type == "string" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
19971
19981
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
19972
|
-
return openBlock(),
|
|
19973
|
-
}), 256)) : (openBlock(),
|
|
19982
|
+
return openBlock(), createBlock(_component_compiler, { html: value }, null, 8, ["html"]);
|
|
19983
|
+
}), 256)) : (openBlock(), createBlock(_component_compiler, {
|
|
19974
19984
|
key: 1,
|
|
19975
|
-
|
|
19976
|
-
}, null, 8,
|
|
19985
|
+
html: $options.fieldModel
|
|
19986
|
+
}, null, 8, ["html"]))
|
|
19977
19987
|
], 64)) : createCommentVNode("", true),
|
|
19978
19988
|
$options.type == "boolean" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
19979
19989
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
19980
19990
|
return openBlock(), createElementBlock("div", null, toDisplayString(!!value), 1);
|
|
19981
|
-
}), 256)) : (openBlock(), createElementBlock("div",
|
|
19991
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_6$1, toDisplayString(!!$options.fieldModel), 1))
|
|
19982
19992
|
], 64)) : createCommentVNode("", true),
|
|
19983
19993
|
$options.type == "date" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
19984
19994
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
19985
19995
|
return openBlock(), createElementBlock("div", null, toDisplayString($options.renderDate(value)), 1);
|
|
19986
|
-
}), 256)) : (openBlock(), createElementBlock("div",
|
|
19996
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_7$1, toDisplayString($options.renderDate($options.fieldModel)), 1))
|
|
19987
19997
|
], 64)) : createCommentVNode("", true),
|
|
19988
19998
|
$options.type == "email" ? (openBlock(), createElementBlock(Fragment, { key: 4 }, [
|
|
19989
19999
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
19990
20000
|
return openBlock(), createElementBlock("div", null, [
|
|
19991
20001
|
createElementVNode("a", {
|
|
19992
20002
|
href: `mailto:${value}`
|
|
19993
|
-
}, toDisplayString(value), 9,
|
|
20003
|
+
}, toDisplayString(value), 9, _hoisted_8)
|
|
19994
20004
|
]);
|
|
19995
|
-
}), 256)) : (openBlock(), createElementBlock("div",
|
|
20005
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_9, [
|
|
19996
20006
|
createElementVNode("a", {
|
|
19997
20007
|
href: `mailto:${$options.fieldModel}`
|
|
19998
|
-
}, toDisplayString($options.fieldModel), 9,
|
|
20008
|
+
}, toDisplayString($options.fieldModel), 9, _hoisted_10)
|
|
19999
20009
|
]))
|
|
20000
20010
|
], 64)) : createCommentVNode("", true),
|
|
20001
20011
|
$options.type == "url" ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
|
|
20002
20012
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
20003
20013
|
return openBlock(), createElementBlock("div", null, [
|
|
20004
|
-
createElementVNode("a", { href: value }, toDisplayString(value), 9,
|
|
20014
|
+
createElementVNode("a", { href: value }, toDisplayString(value), 9, _hoisted_11)
|
|
20005
20015
|
]);
|
|
20006
|
-
}), 256)) : (openBlock(), createElementBlock("div",
|
|
20007
|
-
createElementVNode("a", { href: $options.fieldModel }, toDisplayString($options.fieldModel), 9,
|
|
20016
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_12, [
|
|
20017
|
+
createElementVNode("a", { href: $options.fieldModel }, toDisplayString($options.fieldModel), 9, _hoisted_13)
|
|
20008
20018
|
]))
|
|
20009
20019
|
], 64)) : createCommentVNode("", true),
|
|
20010
20020
|
$options.isNumber ? (openBlock(), createElementBlock(Fragment, { key: 6 }, [
|
|
20011
20021
|
$options.multiValue ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($options.fieldModel, (value, index2) => {
|
|
20012
20022
|
return openBlock(), createElementBlock("div", null, toDisplayString(value), 1);
|
|
20013
|
-
}), 256)) : (openBlock(), createElementBlock("div",
|
|
20023
|
+
}), 256)) : (openBlock(), createElementBlock("div", _hoisted_14, toDisplayString($options.fieldModel), 1))
|
|
20014
20024
|
], 64)) : createCommentVNode("", true)
|
|
20015
20025
|
], 64))
|
|
20016
20026
|
], 2)) : createCommentVNode("", true);
|
|
20017
20027
|
}
|
|
20018
|
-
var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-
|
|
20028
|
+
var UXRenderField = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-f82fddd4"]]);
|
|
20019
20029
|
var render_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
20020
20030
|
const _sfc_main$8 = {
|
|
20021
20031
|
props: {
|
|
@@ -22074,7 +22084,8 @@ const defaultComponents = {
|
|
|
22074
22084
|
Avatar,
|
|
22075
22085
|
Spinner,
|
|
22076
22086
|
ProgressBar,
|
|
22077
|
-
UxModal
|
|
22087
|
+
UxModal,
|
|
22088
|
+
Compile: _sfc_main$b
|
|
22078
22089
|
};
|
|
22079
22090
|
const QikUI = {
|
|
22080
22091
|
install(Vue, sdk) {
|