@wfrog/vc-ui 1.9.6 → 1.9.8
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.mjs +13 -4
- package/dist/es/components/explorer-column-table/explorer-column-table.vue.d.ts +1488 -1
- package/dist/es/components/explorer-form/explorer-form.mjs +7 -7
- package/dist/es/components/explorer-form/index.css +10 -9
- package/dist/es/components/explorer-modal-form/explorer-modal-form.mjs +7 -20
- package/dist/es/components/explorer-modal-form/explorer-modal-form.vue.d.ts +0 -2
- package/dist/es/components/explorer-modal-form/index.css +4 -3
- package/dist/es/components/explorer-query/explorer-query.mjs +2201 -8
- package/dist/es/components/explorer-query/index.css +1 -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 +1614 -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 +20 -19
- package/package.json +1 -1
- package/dist/es/chunk/78BvQgmt.mjs +0 -2199
- package/dist/es/components/document.vue.d.ts +0 -14
- package/dist/es/components/example-wrapper.vue.d.ts +0 -19
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* source: src/components/explorer-query/explorer-query.vue */
|
|
2
|
-
._explorer-query_1a5c2_1 {
|
|
2
|
+
.el-form{--el-form-label-font-size:var(--el-font-size-base);--el-form-inline-content-width:220px}.el-form--inline .el-form-item{display:inline-flex;margin-right:32px;vertical-align:middle}.el-form--inline.el-form--label-top{display:flex;flex-wrap:wrap}.el-form--inline.el-form--label-top .el-form-item{display:block}._explorer-query_1a5c2_1 {
|
|
3
3
|
padding-bottom: var(--v4fedc6d4);
|
|
4
4
|
display: flex;
|
|
5
5
|
column-gap: 8px;
|
|
@@ -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
|
]);
|