@wfrog/vc-ui 1.9.7 → 1.9.9
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/es/components/explorer-column-table/explorer-column-table.d.ts +1 -0
- package/dist/es/components/explorer-column-table/explorer-column-table.mjs +73 -20
- package/dist/es/components/explorer-column-table/explorer-column-table.vue.d.ts +1490 -1
- package/dist/es/components/explorer-table/explorer-table.mjs +12 -4
- package/dist/es/components/explorer-table/explorer-table.vue.d.ts +1 -0
- package/dist/es/components/explorer-tools/components/column-setter.vue.d.ts +1624 -1526
- package/dist/es/components/explorer-tools/explorer-tools.mjs +5 -5
- package/dist/es/components/explorer-tools/index.css +5 -5
- package/dist/es/index.mjs +1 -1
- package/dist/index.css +5 -5
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ import '../../chunk/DBf73TLo.mjs';
|
|
|
6
6
|
/* empty css */
|
|
7
7
|
import '../../chunk/BH1e_-Fa.mjs';
|
|
8
8
|
import '../../chunk/CqhShW5K.mjs';
|
|
9
|
-
import { defineComponent, h, computed, watch, withDirectives, createElementBlock, openBlock, normalizeClass, createVNode, mergeProps, withCtx, createBlock, createCommentVNode, renderSlot, unref, Fragment, renderList,
|
|
9
|
+
import { defineComponent, h, computed, watch, withDirectives, createElementBlock, openBlock, normalizeClass, createVNode, mergeProps, createSlots, withCtx, createBlock, createCommentVNode, renderSlot, unref, Fragment, renderList, createTextVNode, toDisplayString, resolveDynamicComponent } from 'vue';
|
|
10
10
|
import { ElTableColumn } from 'element-plus';
|
|
11
11
|
import { i as injectExplorerPanelState } from '../explorer-panel/explorer-panel2.mjs';
|
|
12
12
|
import { _ as _export_sfc } from '../../chunk/pcqpp-6-.mjs';
|
|
@@ -79,7 +79,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
79
79
|
border: "",
|
|
80
80
|
"allow-drag-last-column": true,
|
|
81
81
|
onHeaderDragend
|
|
82
|
-
}), {
|
|
82
|
+
}), createSlots({
|
|
83
83
|
empty: withCtx(() => [
|
|
84
84
|
!__props.loading && !__props.pending ? (openBlock(), createElementBlock("div", _hoisted_1, toDisplayString(__props.emptyText), 1)) : (openBlock(), createElementBlock("div", _hoisted_2))
|
|
85
85
|
]),
|
|
@@ -131,8 +131,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
131
131
|
}), 128)) : createCommentVNode("", true),
|
|
132
132
|
renderSlot(_ctx.$slots, "default")
|
|
133
133
|
]),
|
|
134
|
-
_:
|
|
135
|
-
},
|
|
134
|
+
_: 2
|
|
135
|
+
}, [
|
|
136
|
+
_ctx.$slots.append ? {
|
|
137
|
+
name: "append",
|
|
138
|
+
fn: withCtx(() => [
|
|
139
|
+
renderSlot(_ctx.$slots, "append")
|
|
140
|
+
]),
|
|
141
|
+
key: "0"
|
|
142
|
+
} : void 0
|
|
143
|
+
]), 1040, ["data", "class", "size", "highlight-current-row"])
|
|
136
144
|
], 2)), [
|
|
137
145
|
[_directive_loading, __props.loading]
|
|
138
146
|
]);
|