ele-admin-plus 1.2.1-beta.6 → 1.2.2-beta.1
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/README.md +1 -1
- package/es/ele-app/components/form-item-rest.d.ts +4 -0
- package/es/ele-app/components/form-item-rest.js +15 -0
- package/es/ele-data-table/index.d.ts +16 -326
- package/es/ele-data-table/index.js +142 -225
- package/es/ele-data-table/util.d.ts +0 -5
- package/es/ele-data-table/util.js +1 -29
- package/es/ele-dropdown/components/pro-dropdown.d.ts +9 -0
- package/es/ele-dropdown/index.d.ts +15 -389
- package/es/ele-dropdown/index.js +4 -2
- package/es/ele-dropdown/props.d.ts +18 -3
- package/es/ele-dropdown/props.js +6 -1
- package/es/ele-file-list/index.js +2 -1
- package/es/ele-menus/index.d.ts +8 -41
- package/es/ele-menus/index.js +3 -1
- package/es/ele-pro-table/components/table-tools.d.ts +3 -378
- package/es/ele-pro-table/components/table-tools.js +1 -0
- package/es/ele-pro-table/index.d.ts +7 -929
- package/es/ele-pro-table/index.js +19 -5
- package/es/ele-pro-table/props.d.ts +17 -2
- package/es/ele-segmented/index.d.ts +9 -0
- package/es/ele-segmented/index.js +3 -1
- package/es/ele-segmented/props.d.ts +5 -0
- package/es/ele-segmented/props.js +6 -1
- package/es/ele-tab-wrap/components/tab-dropdown.js +2 -1
- package/es/ele-tabs/index.js +1 -0
- package/es/ele-toolbar/index.d.ts +5 -3241
- package/es/ele-virtual-table/index.d.ts +1 -1
- package/es/icons/LoadingOutlined.js +1 -1
- package/lib/ele-app/components/form-item-rest.cjs +14 -0
- package/lib/ele-app/components/form-item-rest.d.ts +4 -0
- package/lib/ele-data-table/index.cjs +139 -222
- package/lib/ele-data-table/index.d.ts +16 -326
- package/lib/ele-data-table/util.cjs +0 -28
- package/lib/ele-data-table/util.d.ts +0 -5
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +9 -0
- package/lib/ele-dropdown/index.cjs +4 -2
- package/lib/ele-dropdown/index.d.ts +15 -389
- package/lib/ele-dropdown/props.cjs +6 -1
- package/lib/ele-dropdown/props.d.ts +18 -3
- package/lib/ele-file-list/index.cjs +2 -1
- package/lib/ele-menus/index.cjs +3 -1
- package/lib/ele-menus/index.d.ts +8 -41
- package/lib/ele-pro-table/components/table-tools.cjs +1 -0
- package/lib/ele-pro-table/components/table-tools.d.ts +3 -378
- package/lib/ele-pro-table/index.cjs +19 -5
- package/lib/ele-pro-table/index.d.ts +7 -929
- package/lib/ele-pro-table/props.d.ts +17 -2
- package/lib/ele-segmented/index.cjs +3 -1
- package/lib/ele-segmented/index.d.ts +9 -0
- package/lib/ele-segmented/props.cjs +6 -1
- package/lib/ele-segmented/props.d.ts +5 -0
- package/lib/ele-tab-wrap/components/tab-dropdown.cjs +2 -1
- package/lib/ele-tabs/index.cjs +1 -0
- package/lib/ele-toolbar/index.d.ts +5 -3241
- package/lib/ele-virtual-table/index.d.ts +1 -1
- package/lib/icons/LoadingOutlined.cjs +1 -1
- package/package.json +1 -1
- package/typings/global.d.ts +1 -1
- package/es/ele-data-table/components/table-columns.d.ts +0 -32
- package/es/ele-data-table/components/table-columns.js +0 -124
- package/lib/ele-data-table/components/table-columns.cjs +0 -123
- package/lib/ele-data-table/components/table-columns.d.ts +0 -32
|
@@ -372,8 +372,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
372
372
|
scrollbarAlwaysOn: boolean;
|
|
373
373
|
flexible: boolean;
|
|
374
374
|
sticky: boolean;
|
|
375
|
-
slotNormalize: boolean;
|
|
376
375
|
headerEllipsis: boolean;
|
|
376
|
+
slotNormalize: boolean;
|
|
377
377
|
bottomLine: boolean;
|
|
378
378
|
emptyProps: import('../ele-data-table/types').TableEmptyProps;
|
|
379
379
|
reserveCurrent: boolean;
|
|
@@ -17,7 +17,7 @@ const _hoisted_1 = {
|
|
|
17
17
|
"stroke-width": "4",
|
|
18
18
|
"stroke-linecap": "round"
|
|
19
19
|
};
|
|
20
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
20
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M22 6C34 6 42 14 42 26" }, null, -1);
|
|
21
21
|
const _hoisted_3 = [
|
|
22
22
|
_hoisted_2
|
|
23
23
|
];
|
package/package.json
CHANGED
package/typings/global.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/consistent-type-imports */
|
|
2
|
-
declare module '
|
|
2
|
+
declare module 'vue' {
|
|
3
3
|
export interface GlobalComponents {
|
|
4
4
|
EleAdminLayout: (typeof import('ele-admin-plus'))['EleAdminLayout'];
|
|
5
5
|
EleAlert: (typeof import('ele-admin-plus'))['EleAlert'];
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { omit } from '../../utils/core';
|
|
3
|
-
import { Columns, ShowOverflowTooltip } from '../types';
|
|
4
|
-
import { getCellClass, getFilterPopperClass, getTooltipProps } from '../util';
|
|
5
|
-
|
|
6
|
-
declare const _default: import('vue').DefineComponent<{
|
|
7
|
-
/** 列配置 */
|
|
8
|
-
columns: PropType<Columns>;
|
|
9
|
-
/** 序号列起始值 */
|
|
10
|
-
pageIndex: NumberConstructor;
|
|
11
|
-
/** 是否过滤非正常的插槽渲染 */
|
|
12
|
-
slotNormalize: BooleanConstructor;
|
|
13
|
-
/** 表格提示组件属性 */
|
|
14
|
-
globalTooltip: PropType<ShowOverflowTooltip>;
|
|
15
|
-
}, {
|
|
16
|
-
omit: typeof omit;
|
|
17
|
-
getCellClass: typeof getCellClass;
|
|
18
|
-
getFilterPopperClass: typeof getFilterPopperClass;
|
|
19
|
-
getTooltipProps: typeof getTooltipProps;
|
|
20
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
-
/** 列配置 */
|
|
22
|
-
columns: PropType<Columns>;
|
|
23
|
-
/** 序号列起始值 */
|
|
24
|
-
pageIndex: NumberConstructor;
|
|
25
|
-
/** 是否过滤非正常的插槽渲染 */
|
|
26
|
-
slotNormalize: BooleanConstructor;
|
|
27
|
-
/** 表格提示组件属性 */
|
|
28
|
-
globalTooltip: PropType<ShowOverflowTooltip>;
|
|
29
|
-
}>>, {
|
|
30
|
-
slotNormalize: boolean;
|
|
31
|
-
}, {}>;
|
|
32
|
-
export default _default;
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent, openBlock, createElementBlock, Fragment, renderList, createBlock, mergeProps, withCtx, createElementVNode, renderSlot, createTextVNode, toDisplayString, createSlots, createCommentVNode, createVNode, resolveDynamicComponent } from "vue";
|
|
2
|
-
import { ElTableColumn } from "element-plus";
|
|
3
|
-
import { FilterFilled } from "../../icons";
|
|
4
|
-
import { omit } from "../../utils/core";
|
|
5
|
-
import { getCellClass, getFilterPopperClass, getTooltipProps } from "../util";
|
|
6
|
-
const _sfc_main = defineComponent({
|
|
7
|
-
name: "TableColumns",
|
|
8
|
-
components: { ElTableColumn, FilterFilled },
|
|
9
|
-
props: {
|
|
10
|
-
/** 列配置 */
|
|
11
|
-
columns: Array,
|
|
12
|
-
/** 序号列起始值 */
|
|
13
|
-
pageIndex: Number,
|
|
14
|
-
/** 是否过滤非正常的插槽渲染 */
|
|
15
|
-
slotNormalize: Boolean,
|
|
16
|
-
/** 表格提示组件属性 */
|
|
17
|
-
globalTooltip: [Object, Boolean]
|
|
18
|
-
},
|
|
19
|
-
setup() {
|
|
20
|
-
return {
|
|
21
|
-
omit,
|
|
22
|
-
getCellClass,
|
|
23
|
-
getFilterPopperClass,
|
|
24
|
-
getTooltipProps
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
const _export_sfc = (sfc, props) => {
|
|
29
|
-
const target = sfc.__vccOpts || sfc;
|
|
30
|
-
for (const [key, val] of props) {
|
|
31
|
-
target[key] = val;
|
|
32
|
-
}
|
|
33
|
-
return target;
|
|
34
|
-
};
|
|
35
|
-
const _hoisted_1 = ["title"];
|
|
36
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
37
|
-
const _component_TableColumns = resolveComponent("TableColumns", true);
|
|
38
|
-
const _component_FilterFilled = resolveComponent("FilterFilled");
|
|
39
|
-
const _component_ElTableColumn = resolveComponent("ElTableColumn");
|
|
40
|
-
return openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, (col) => {
|
|
41
|
-
return openBlock(), createBlock(_component_ElTableColumn, mergeProps(
|
|
42
|
-
{ ref_for: true },
|
|
43
|
-
_ctx.omit(col, [
|
|
44
|
-
"showOverflowTooltip",
|
|
45
|
-
"filterClassName",
|
|
46
|
-
"columnKey",
|
|
47
|
-
"className",
|
|
48
|
-
"uid",
|
|
49
|
-
"slot",
|
|
50
|
-
"headerSlot",
|
|
51
|
-
"hideInTable",
|
|
52
|
-
"hideInSetting",
|
|
53
|
-
"hideInExport",
|
|
54
|
-
"hideInPrint",
|
|
55
|
-
"printSlot",
|
|
56
|
-
"children"
|
|
57
|
-
]),
|
|
58
|
-
{
|
|
59
|
-
key: col.uid ?? col.columnKey ?? col.prop,
|
|
60
|
-
index: col.index ?? _ctx.pageIndex,
|
|
61
|
-
className: _ctx.getCellClass(col),
|
|
62
|
-
columnKey: col.columnKey ?? col.prop,
|
|
63
|
-
filterClassName: _ctx.getFilterPopperClass(col.filterClassName),
|
|
64
|
-
showOverflowTooltip: _ctx.getTooltipProps(col.showOverflowTooltip, _ctx.globalTooltip)
|
|
65
|
-
}
|
|
66
|
-
), {
|
|
67
|
-
header: withCtx((slotProps) => {
|
|
68
|
-
var _a, _b;
|
|
69
|
-
return [
|
|
70
|
-
createElementVNode("div", {
|
|
71
|
-
class: "ele-cell-title",
|
|
72
|
-
title: (_a = slotProps == null ? void 0 : slotProps.column) == null ? void 0 : _a.label
|
|
73
|
-
}, [
|
|
74
|
-
col.headerSlot ? renderSlot(_ctx.$slots, col.headerSlot, mergeProps({
|
|
75
|
-
key: 0,
|
|
76
|
-
ref_for: true
|
|
77
|
-
}, slotProps || {}), () => {
|
|
78
|
-
var _a2;
|
|
79
|
-
return [
|
|
80
|
-
createTextVNode(toDisplayString((_a2 = slotProps == null ? void 0 : slotProps.column) == null ? void 0 : _a2.label), 1)
|
|
81
|
-
];
|
|
82
|
-
}) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
83
|
-
createTextVNode(toDisplayString((_b = slotProps == null ? void 0 : slotProps.column) == null ? void 0 : _b.label), 1)
|
|
84
|
-
], 64))
|
|
85
|
-
], 8, _hoisted_1)
|
|
86
|
-
];
|
|
87
|
-
}),
|
|
88
|
-
default: withCtx((slotProps) => [
|
|
89
|
-
col.slot && _ctx.$slots[col.slot] && (!_ctx.slotNormalize || (slotProps == null ? void 0 : slotProps.$index) != -1) ? renderSlot(_ctx.$slots, col.slot, mergeProps({
|
|
90
|
-
key: 0,
|
|
91
|
-
ref_for: true
|
|
92
|
-
}, slotProps || {})) : col.children && col.children.length ? (openBlock(), createBlock(_component_TableColumns, {
|
|
93
|
-
key: 1,
|
|
94
|
-
columns: col.children,
|
|
95
|
-
pageIndex: _ctx.pageIndex,
|
|
96
|
-
slotNormalize: _ctx.slotNormalize,
|
|
97
|
-
globalTooltip: _ctx.globalTooltip
|
|
98
|
-
}, createSlots({ _: 2 }, [
|
|
99
|
-
renderList(Object.keys(_ctx.$slots), (name) => {
|
|
100
|
-
return {
|
|
101
|
-
name,
|
|
102
|
-
fn: withCtx((tempProps) => [
|
|
103
|
-
renderSlot(_ctx.$slots, name, mergeProps({ ref_for: true }, tempProps || {}))
|
|
104
|
-
])
|
|
105
|
-
};
|
|
106
|
-
})
|
|
107
|
-
]), 1032, ["columns", "pageIndex", "slotNormalize", "globalTooltip"])) : createCommentVNode("", true)
|
|
108
|
-
]),
|
|
109
|
-
"filter-icon": withCtx((slotProps) => [
|
|
110
|
-
!col.filterIcon ? (openBlock(), createBlock(_component_FilterFilled, { key: 0 })) : typeof col.filterIcon === "string" ? renderSlot(_ctx.$slots, col.filterIcon, mergeProps({
|
|
111
|
-
key: 1,
|
|
112
|
-
ref_for: true
|
|
113
|
-
}, slotProps || {}), () => [
|
|
114
|
-
createVNode(_component_FilterFilled)
|
|
115
|
-
]) : (openBlock(), createBlock(resolveDynamicComponent(col.filterIcon), { key: 2 }))
|
|
116
|
-
]),
|
|
117
|
-
_: 2
|
|
118
|
-
}, 1040, ["index", "className", "columnKey", "filterClassName", "showOverflowTooltip"]);
|
|
119
|
-
}), 128);
|
|
120
|
-
}
|
|
121
|
-
const tableColumns = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
122
|
-
export {
|
|
123
|
-
tableColumns as default
|
|
124
|
-
};
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const vue = require("vue");
|
|
3
|
-
const elementPlus = require("element-plus");
|
|
4
|
-
const icons = require("../../icons");
|
|
5
|
-
const core = require("../../utils/core");
|
|
6
|
-
const util = require("../util");
|
|
7
|
-
const _sfc_main = vue.defineComponent({
|
|
8
|
-
name: "TableColumns",
|
|
9
|
-
components: { ElTableColumn: elementPlus.ElTableColumn, FilterFilled: icons.FilterFilled },
|
|
10
|
-
props: {
|
|
11
|
-
/** 列配置 */
|
|
12
|
-
columns: Array,
|
|
13
|
-
/** 序号列起始值 */
|
|
14
|
-
pageIndex: Number,
|
|
15
|
-
/** 是否过滤非正常的插槽渲染 */
|
|
16
|
-
slotNormalize: Boolean,
|
|
17
|
-
/** 表格提示组件属性 */
|
|
18
|
-
globalTooltip: [Object, Boolean]
|
|
19
|
-
},
|
|
20
|
-
setup() {
|
|
21
|
-
return {
|
|
22
|
-
omit: core.omit,
|
|
23
|
-
getCellClass: util.getCellClass,
|
|
24
|
-
getFilterPopperClass: util.getFilterPopperClass,
|
|
25
|
-
getTooltipProps: util.getTooltipProps
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
const _export_sfc = (sfc, props) => {
|
|
30
|
-
const target = sfc.__vccOpts || sfc;
|
|
31
|
-
for (const [key, val] of props) {
|
|
32
|
-
target[key] = val;
|
|
33
|
-
}
|
|
34
|
-
return target;
|
|
35
|
-
};
|
|
36
|
-
const _hoisted_1 = ["title"];
|
|
37
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
38
|
-
const _component_TableColumns = vue.resolveComponent("TableColumns", true);
|
|
39
|
-
const _component_FilterFilled = vue.resolveComponent("FilterFilled");
|
|
40
|
-
const _component_ElTableColumn = vue.resolveComponent("ElTableColumn");
|
|
41
|
-
return vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columns, (col) => {
|
|
42
|
-
return vue.openBlock(), vue.createBlock(_component_ElTableColumn, vue.mergeProps(
|
|
43
|
-
{ ref_for: true },
|
|
44
|
-
_ctx.omit(col, [
|
|
45
|
-
"showOverflowTooltip",
|
|
46
|
-
"filterClassName",
|
|
47
|
-
"columnKey",
|
|
48
|
-
"className",
|
|
49
|
-
"uid",
|
|
50
|
-
"slot",
|
|
51
|
-
"headerSlot",
|
|
52
|
-
"hideInTable",
|
|
53
|
-
"hideInSetting",
|
|
54
|
-
"hideInExport",
|
|
55
|
-
"hideInPrint",
|
|
56
|
-
"printSlot",
|
|
57
|
-
"children"
|
|
58
|
-
]),
|
|
59
|
-
{
|
|
60
|
-
key: col.uid ?? col.columnKey ?? col.prop,
|
|
61
|
-
index: col.index ?? _ctx.pageIndex,
|
|
62
|
-
className: _ctx.getCellClass(col),
|
|
63
|
-
columnKey: col.columnKey ?? col.prop,
|
|
64
|
-
filterClassName: _ctx.getFilterPopperClass(col.filterClassName),
|
|
65
|
-
showOverflowTooltip: _ctx.getTooltipProps(col.showOverflowTooltip, _ctx.globalTooltip)
|
|
66
|
-
}
|
|
67
|
-
), {
|
|
68
|
-
header: vue.withCtx((slotProps) => {
|
|
69
|
-
var _a, _b;
|
|
70
|
-
return [
|
|
71
|
-
vue.createElementVNode("div", {
|
|
72
|
-
class: "ele-cell-title",
|
|
73
|
-
title: (_a = slotProps == null ? void 0 : slotProps.column) == null ? void 0 : _a.label
|
|
74
|
-
}, [
|
|
75
|
-
col.headerSlot ? vue.renderSlot(_ctx.$slots, col.headerSlot, vue.mergeProps({
|
|
76
|
-
key: 0,
|
|
77
|
-
ref_for: true
|
|
78
|
-
}, slotProps || {}), () => {
|
|
79
|
-
var _a2;
|
|
80
|
-
return [
|
|
81
|
-
vue.createTextVNode(vue.toDisplayString((_a2 = slotProps == null ? void 0 : slotProps.column) == null ? void 0 : _a2.label), 1)
|
|
82
|
-
];
|
|
83
|
-
}) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
84
|
-
vue.createTextVNode(vue.toDisplayString((_b = slotProps == null ? void 0 : slotProps.column) == null ? void 0 : _b.label), 1)
|
|
85
|
-
], 64))
|
|
86
|
-
], 8, _hoisted_1)
|
|
87
|
-
];
|
|
88
|
-
}),
|
|
89
|
-
default: vue.withCtx((slotProps) => [
|
|
90
|
-
col.slot && _ctx.$slots[col.slot] && (!_ctx.slotNormalize || (slotProps == null ? void 0 : slotProps.$index) != -1) ? vue.renderSlot(_ctx.$slots, col.slot, vue.mergeProps({
|
|
91
|
-
key: 0,
|
|
92
|
-
ref_for: true
|
|
93
|
-
}, slotProps || {})) : col.children && col.children.length ? (vue.openBlock(), vue.createBlock(_component_TableColumns, {
|
|
94
|
-
key: 1,
|
|
95
|
-
columns: col.children,
|
|
96
|
-
pageIndex: _ctx.pageIndex,
|
|
97
|
-
slotNormalize: _ctx.slotNormalize,
|
|
98
|
-
globalTooltip: _ctx.globalTooltip
|
|
99
|
-
}, vue.createSlots({ _: 2 }, [
|
|
100
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
101
|
-
return {
|
|
102
|
-
name,
|
|
103
|
-
fn: vue.withCtx((tempProps) => [
|
|
104
|
-
vue.renderSlot(_ctx.$slots, name, vue.mergeProps({ ref_for: true }, tempProps || {}))
|
|
105
|
-
])
|
|
106
|
-
};
|
|
107
|
-
})
|
|
108
|
-
]), 1032, ["columns", "pageIndex", "slotNormalize", "globalTooltip"])) : vue.createCommentVNode("", true)
|
|
109
|
-
]),
|
|
110
|
-
"filter-icon": vue.withCtx((slotProps) => [
|
|
111
|
-
!col.filterIcon ? (vue.openBlock(), vue.createBlock(_component_FilterFilled, { key: 0 })) : typeof col.filterIcon === "string" ? vue.renderSlot(_ctx.$slots, col.filterIcon, vue.mergeProps({
|
|
112
|
-
key: 1,
|
|
113
|
-
ref_for: true
|
|
114
|
-
}, slotProps || {}), () => [
|
|
115
|
-
vue.createVNode(_component_FilterFilled)
|
|
116
|
-
]) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(col.filterIcon), { key: 2 }))
|
|
117
|
-
]),
|
|
118
|
-
_: 2
|
|
119
|
-
}, 1040, ["index", "className", "columnKey", "filterClassName", "showOverflowTooltip"]);
|
|
120
|
-
}), 128);
|
|
121
|
-
}
|
|
122
|
-
const tableColumns = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
123
|
-
module.exports = tableColumns;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { omit } from '../../utils/core';
|
|
3
|
-
import { Columns, ShowOverflowTooltip } from '../types';
|
|
4
|
-
import { getCellClass, getFilterPopperClass, getTooltipProps } from '../util';
|
|
5
|
-
|
|
6
|
-
declare const _default: import('vue').DefineComponent<{
|
|
7
|
-
/** 列配置 */
|
|
8
|
-
columns: PropType<Columns>;
|
|
9
|
-
/** 序号列起始值 */
|
|
10
|
-
pageIndex: NumberConstructor;
|
|
11
|
-
/** 是否过滤非正常的插槽渲染 */
|
|
12
|
-
slotNormalize: BooleanConstructor;
|
|
13
|
-
/** 表格提示组件属性 */
|
|
14
|
-
globalTooltip: PropType<ShowOverflowTooltip>;
|
|
15
|
-
}, {
|
|
16
|
-
omit: typeof omit;
|
|
17
|
-
getCellClass: typeof getCellClass;
|
|
18
|
-
getFilterPopperClass: typeof getFilterPopperClass;
|
|
19
|
-
getTooltipProps: typeof getTooltipProps;
|
|
20
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
-
/** 列配置 */
|
|
22
|
-
columns: PropType<Columns>;
|
|
23
|
-
/** 序号列起始值 */
|
|
24
|
-
pageIndex: NumberConstructor;
|
|
25
|
-
/** 是否过滤非正常的插槽渲染 */
|
|
26
|
-
slotNormalize: BooleanConstructor;
|
|
27
|
-
/** 表格提示组件属性 */
|
|
28
|
-
globalTooltip: PropType<ShowOverflowTooltip>;
|
|
29
|
-
}>>, {
|
|
30
|
-
slotNormalize: boolean;
|
|
31
|
-
}, {}>;
|
|
32
|
-
export default _default;
|