@qikdev/vue-ui 0.1.52 → 0.1.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 +88 -58
- 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
|
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelSelect, withKeys, vModelText, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
|
|
34
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.1.
|
|
35
|
+
const version$1 = "0.1.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$
|
|
44
|
+
const _sfc_main$1b = {};
|
|
45
45
|
const _hoisted_1$Y = { class: "flex-column" };
|
|
46
|
-
function _sfc_render$
|
|
46
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47
47
|
return openBlock(), createElementBlock("div", _hoisted_1$Y, [
|
|
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$1b, [["render", _sfc_render$1b], ["__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$1a = {};
|
|
54
54
|
const _hoisted_1$X = { class: "flex-column-body" };
|
|
55
|
-
function _sfc_render$
|
|
55
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
56
56
|
return openBlock(), createElementBlock("div", _hoisted_1$X, [
|
|
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$1a, [["render", _sfc_render$1a], ["__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$19 = {};
|
|
63
63
|
const _hoisted_1$W = { class: "flex-column-header" };
|
|
64
|
-
function _sfc_render$
|
|
64
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
65
65
|
return openBlock(), createElementBlock("div", _hoisted_1$W, [
|
|
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$19, [["render", _sfc_render$19], ["__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$18 = {};
|
|
72
72
|
const _hoisted_1$V = { class: "flex-column-footer" };
|
|
73
|
-
function _sfc_render$
|
|
73
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
74
74
|
return openBlock(), createElementBlock("div", _hoisted_1$V, [
|
|
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$18, [["render", _sfc_render$18], ["__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$17 = {};
|
|
81
81
|
const _hoisted_1$U = { class: "flex-cell" };
|
|
82
|
-
function _sfc_render$
|
|
82
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
83
83
|
return openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
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$17, [["render", _sfc_render$17], ["__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$16 = {};
|
|
90
90
|
const _hoisted_1$T = { class: "flex-row" };
|
|
91
|
-
function _sfc_render$
|
|
91
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
92
92
|
return openBlock(), createElementBlock("div", _hoisted_1$T, [
|
|
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$16, [["render", _sfc_render$16], ["__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$15 = {};
|
|
99
99
|
const _hoisted_1$S = { class: "flex-spacer" };
|
|
100
|
-
function _sfc_render$
|
|
100
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
101
101
|
return openBlock(), createElementBlock("div", _hoisted_1$S);
|
|
102
102
|
}
|
|
103
|
-
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
103
|
+
var FlexSpacer = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__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$14 = {};
|
|
106
106
|
const _hoisted_1$R = { class: "panel" };
|
|
107
|
-
function _sfc_render$
|
|
107
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
108
108
|
return openBlock(), createElementBlock("div", _hoisted_1$R, [
|
|
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$14, [["render", _sfc_render$14], ["__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$13 = {};
|
|
115
115
|
const _hoisted_1$Q = { class: "panel-body" };
|
|
116
|
-
function _sfc_render$
|
|
116
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
117
117
|
return openBlock(), createElementBlock("div", _hoisted_1$Q, [
|
|
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$13, [["render", _sfc_render$13], ["__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$12 = {};
|
|
124
124
|
const _hoisted_1$P = { class: "panel-header" };
|
|
125
|
-
function _sfc_render$
|
|
125
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
126
126
|
return openBlock(), createElementBlock("div", _hoisted_1$P, [
|
|
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$12, [["render", _sfc_render$12], ["__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$11 = {};
|
|
133
133
|
const _hoisted_1$O = { class: "panel-footer" };
|
|
134
|
-
function _sfc_render$
|
|
134
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
135
135
|
return openBlock(), createElementBlock("div", _hoisted_1$O, [
|
|
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$11, [["render", _sfc_render$11], ["__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$10 = {
|
|
142
142
|
data() {
|
|
143
143
|
return {
|
|
144
144
|
activeIndex: 0
|
|
@@ -157,7 +157,7 @@ const _sfc_main$$ = {
|
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
159
|
const _hoisted_1$N = ["onClick"];
|
|
160
|
-
function _sfc_render
|
|
160
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
161
161
|
const _component_flex_row = resolveComponent("flex-row");
|
|
162
162
|
const _component_flex_header = resolveComponent("flex-header");
|
|
163
163
|
const _component_flex_column = resolveComponent("flex-column");
|
|
@@ -198,8 +198,8 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
198
198
|
_: 1
|
|
199
199
|
});
|
|
200
200
|
}
|
|
201
|
-
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
202
|
-
const _sfc_main
|
|
201
|
+
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__scopeId", "data-v-1449f192"]]);
|
|
202
|
+
const _sfc_main$$ = {
|
|
203
203
|
props: {
|
|
204
204
|
heading: {
|
|
205
205
|
type: String,
|
|
@@ -222,7 +222,7 @@ const _sfc_main$_ = {
|
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
};
|
|
225
|
-
function _sfc_render
|
|
225
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
226
226
|
const _component_flex_column = resolveComponent("flex-column");
|
|
227
227
|
return openBlock(), createBlock(_component_flex_column, null, {
|
|
228
228
|
default: withCtx(() => [
|
|
@@ -231,7 +231,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
231
231
|
_: 3
|
|
232
232
|
});
|
|
233
233
|
}
|
|
234
|
-
var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
234
|
+
var UXTab = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
|
|
235
235
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
236
236
|
var isArray$3 = Array.isArray;
|
|
237
237
|
var isArray_1 = isArray$3;
|
|
@@ -699,7 +699,7 @@ var TableCellMixin = {
|
|
|
699
699
|
}
|
|
700
700
|
};
|
|
701
701
|
var Thumbnail_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
702
|
-
const _sfc_main$
|
|
702
|
+
const _sfc_main$_ = {
|
|
703
703
|
mixins: [TableCellMixin],
|
|
704
704
|
computed: {
|
|
705
705
|
type() {
|
|
@@ -709,7 +709,7 @@ const _sfc_main$Z = {
|
|
|
709
709
|
}
|
|
710
710
|
};
|
|
711
711
|
const _hoisted_1$M = { class: "table-image-cell" };
|
|
712
|
-
function _sfc_render$
|
|
712
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
713
713
|
const _component_ux_image = resolveComponent("ux-image");
|
|
714
714
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
715
715
|
return openBlock(), createElementBlock("td", _hoisted_1$M, [
|
|
@@ -724,9 +724,9 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
724
724
|
}))
|
|
725
725
|
]);
|
|
726
726
|
}
|
|
727
|
-
var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
727
|
+
var ThumbnailCell = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-6dbe8d2c"]]);
|
|
728
728
|
var Button_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
729
|
-
const _sfc_main$
|
|
729
|
+
const _sfc_main$Z = {
|
|
730
730
|
data() {
|
|
731
731
|
return {
|
|
732
732
|
processing: false
|
|
@@ -751,7 +751,7 @@ const _sfc_main$Y = {
|
|
|
751
751
|
}
|
|
752
752
|
};
|
|
753
753
|
const _hoisted_1$L = { class: "table-button-cell" };
|
|
754
|
-
function _sfc_render$
|
|
754
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
755
755
|
const _component_ux_icon = resolveComponent("ux-icon");
|
|
756
756
|
const _component_ux_button = resolveComponent("ux-button");
|
|
757
757
|
return openBlock(), createElementBlock("td", _hoisted_1$L, [
|
|
@@ -774,7 +774,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
774
774
|
}, 8, ["size", "loading", "onClick"])
|
|
775
775
|
]);
|
|
776
776
|
}
|
|
777
|
-
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
777
|
+
var ButtonCell = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__scopeId", "data-v-3cbecb7e"]]);
|
|
778
778
|
class LuxonError extends Error {
|
|
779
779
|
}
|
|
780
780
|
class InvalidDateTimeError extends LuxonError {
|
|
@@ -4608,9 +4608,12 @@ function friendlyDateTime(dateTimeish) {
|
|
|
4608
4608
|
}
|
|
4609
4609
|
}
|
|
4610
4610
|
var DateCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4611
|
-
const _sfc_main$
|
|
4611
|
+
const _sfc_main$Y = {
|
|
4612
4612
|
mixins: [TableCellMixin],
|
|
4613
4613
|
computed: {
|
|
4614
|
+
hasValue() {
|
|
4615
|
+
return this.value !== void 0 && this.value !== null;
|
|
4616
|
+
},
|
|
4614
4617
|
timeago() {
|
|
4615
4618
|
return DateTime.fromISO(this.value).toRelative();
|
|
4616
4619
|
},
|
|
@@ -4627,19 +4630,40 @@ const _sfc_main$X = {
|
|
|
4627
4630
|
}
|
|
4628
4631
|
};
|
|
4629
4632
|
const _hoisted_1$K = { class: "table-date-cell" };
|
|
4630
|
-
const _hoisted_2$B = {
|
|
4631
|
-
const _hoisted_3$v = { class: "
|
|
4632
|
-
const _hoisted_4$r = { class: "
|
|
4633
|
-
|
|
4633
|
+
const _hoisted_2$B = { key: 0 };
|
|
4634
|
+
const _hoisted_3$v = { class: "off" };
|
|
4635
|
+
const _hoisted_4$r = { class: "on" };
|
|
4636
|
+
const _hoisted_5$l = { class: "spacer" };
|
|
4637
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4634
4638
|
return openBlock(), createElementBlock("td", _hoisted_1$K, [
|
|
4635
|
-
|
|
4636
|
-
createElementVNode("span",
|
|
4637
|
-
createElementVNode("span",
|
|
4638
|
-
createElementVNode("span",
|
|
4639
|
-
])
|
|
4639
|
+
$options.hasValue ? (openBlock(), createElementBlock("div", _hoisted_2$B, [
|
|
4640
|
+
createElementVNode("span", _hoisted_3$v, toDisplayString($options.readable), 1),
|
|
4641
|
+
createElementVNode("span", _hoisted_4$r, toDisplayString($options.timeago), 1),
|
|
4642
|
+
createElementVNode("span", _hoisted_5$l, toDisplayString($options.readable), 1)
|
|
4643
|
+
])) : createCommentVNode("", true)
|
|
4640
4644
|
]);
|
|
4641
4645
|
}
|
|
4642
|
-
var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4646
|
+
var DateCell = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__scopeId", "data-v-3687693f"]]);
|
|
4647
|
+
var BooleanCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4648
|
+
const _sfc_main$X = {
|
|
4649
|
+
mixins: [TableCellMixin],
|
|
4650
|
+
computed: {
|
|
4651
|
+
boolean() {
|
|
4652
|
+
return !!this.value;
|
|
4653
|
+
}
|
|
4654
|
+
}
|
|
4655
|
+
};
|
|
4656
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4657
|
+
const _component_ux_icon = resolveComponent("ux-icon");
|
|
4658
|
+
return openBlock(), createElementBlock("td", {
|
|
4659
|
+
class: normalizeClass(["table-boolean-cell", { true: $options.boolean, false: !$options.boolean }])
|
|
4660
|
+
}, [
|
|
4661
|
+
createVNode(_component_ux_icon, {
|
|
4662
|
+
icon: $options.boolean ? `fa-check` : `fa-times`
|
|
4663
|
+
}, null, 8, ["icon"])
|
|
4664
|
+
], 2);
|
|
4665
|
+
}
|
|
4666
|
+
var BooleanCell = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__scopeId", "data-v-27f127ae"]]);
|
|
4643
4667
|
var URLCell_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
4644
4668
|
const _sfc_main$W = {
|
|
4645
4669
|
mixins: [TableCellMixin],
|
|
@@ -4779,6 +4803,9 @@ const _sfc_main$U = {
|
|
|
4779
4803
|
case "button":
|
|
4780
4804
|
component = ButtonCell;
|
|
4781
4805
|
break;
|
|
4806
|
+
case "boolean":
|
|
4807
|
+
component = BooleanCell;
|
|
4808
|
+
break;
|
|
4782
4809
|
case "date":
|
|
4783
4810
|
case "datetime":
|
|
4784
4811
|
component = DateCell;
|
|
@@ -4794,6 +4821,9 @@ const _sfc_main$U = {
|
|
|
4794
4821
|
case "date":
|
|
4795
4822
|
component = DateCell;
|
|
4796
4823
|
break;
|
|
4824
|
+
case "boolean":
|
|
4825
|
+
component = BooleanCell;
|
|
4826
|
+
break;
|
|
4797
4827
|
case "url":
|
|
4798
4828
|
component = URLCell;
|
|
4799
4829
|
break;
|
|
@@ -4877,7 +4907,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4877
4907
|
}, null, 8, ["type", "value"]))
|
|
4878
4908
|
]));
|
|
4879
4909
|
}
|
|
4880
|
-
var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-
|
|
4910
|
+
var TableCell = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__scopeId", "data-v-b6482442"]]);
|
|
4881
4911
|
const _sfc_main$T = {
|
|
4882
4912
|
components: {
|
|
4883
4913
|
TableCell
|