pro-design-vue 1.3.17 → 1.3.18
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/index.full.js +95 -74
- package/dist/index.full.min.js +8 -8
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +8 -8
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +95 -74
- package/es/components/table/src/components/AutoHeightHeader/Header.vue.d.ts +4 -2
- package/es/components/table/src/components/AutoHeightHeader/HeaderRow.vue.d.ts +4 -2
- package/es/components/table/src/components/ColumnSetting/CheckboxList.vue.d.ts +1 -0
- package/es/components/table/src/components/ColumnSetting/CheckboxListItem.vue.d.ts +1 -0
- package/es/components/table/src/components/ColumnSetting/ColumnSetting.vue.d.ts +1 -0
- package/es/components/table/src/components/ColumnSetting/GroupCheckboxList.vue.d.ts +1 -0
- package/es/components/table/src/components/Filter/FilterDropdown.vue.d.ts +1 -1
- package/es/components/table/src/components/Header/Header.vue.d.ts +5 -2
- package/es/components/table/src/components/Header/HeaderCell.vue.d.ts +3 -1
- package/es/components/table/src/components/Header/HeaderCellTitle.vue.d.ts +1 -0
- package/es/components/table/src/components/Header/HeaderExtraCell.vue.d.ts +1 -1
- package/es/components/table/src/components/Header/HeaderGroupCell.vue.d.ts +1 -0
- package/es/components/table/src/components/Header/HeaderRows.vue.d.ts +5 -2
- package/es/components/table/src/components/Header/HeaderRowsWrap.vue.d.ts +5 -2
- package/es/components/table/src/components/Header/Sorter.vue.d.ts +1 -0
- package/es/components/table/src/components/InteralTable.vue.d.ts +9 -4
- package/es/components/table/src/components/ToolBar/ToolBar.vue.d.ts +1 -0
- package/es/packages/components/form/src/components/FormTitle.mjs +6 -1
- package/es/packages/components/form/src/components/FormTitle.mjs.map +1 -1
- package/es/packages/components/form/src/fields/FieldReadonly.mjs +5 -1
- package/es/packages/components/form/src/fields/FieldReadonly.mjs.map +1 -1
- package/es/packages/components/form/src/layouts/QueryFilter.mjs +6 -0
- package/es/packages/components/form/src/layouts/QueryFilter.mjs.map +1 -1
- package/es/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue.mjs +8 -5
- package/es/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue.mjs.map +1 -1
- package/es/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue2.mjs +5 -1
- package/es/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/components/Filter/FilterDropdown.vue.mjs.map +1 -1
- package/es/packages/components/table/src/components/Filter/FilterDropdown.vue2.mjs +3 -6
- package/es/packages/components/table/src/components/Filter/FilterDropdown.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/components/Header/HeaderCell.vue.mjs +20 -26
- package/es/packages/components/table/src/components/Header/HeaderCell.vue.mjs.map +1 -1
- package/es/packages/components/table/src/components/Header/HeaderCell.vue2.mjs +4 -0
- package/es/packages/components/table/src/components/Header/HeaderCell.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/components/Header/HeaderCellTitle.vue.mjs +29 -32
- package/es/packages/components/table/src/components/Header/HeaderCellTitle.vue.mjs.map +1 -1
- package/es/packages/components/table/src/components/Header/HeaderCellTitle.vue2.mjs +4 -0
- package/es/packages/components/table/src/components/Header/HeaderCellTitle.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/components/Header/HeaderExtraCell.vue.mjs.map +1 -1
- package/es/packages/components/table/src/components/Header/HeaderExtraCell.vue2.mjs +3 -1
- package/es/packages/components/table/src/components/Header/HeaderExtraCell.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/components/Table.mjs +3 -1
- package/es/packages/components/table/src/components/Table.mjs.map +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/components/table/src/components/AutoHeightHeader/Header.vue.d.ts +4 -2
- package/lib/components/table/src/components/AutoHeightHeader/HeaderRow.vue.d.ts +4 -2
- package/lib/components/table/src/components/ColumnSetting/CheckboxList.vue.d.ts +1 -0
- package/lib/components/table/src/components/ColumnSetting/CheckboxListItem.vue.d.ts +1 -0
- package/lib/components/table/src/components/ColumnSetting/ColumnSetting.vue.d.ts +1 -0
- package/lib/components/table/src/components/ColumnSetting/GroupCheckboxList.vue.d.ts +1 -0
- package/lib/components/table/src/components/Filter/FilterDropdown.vue.d.ts +1 -1
- package/lib/components/table/src/components/Header/Header.vue.d.ts +5 -2
- package/lib/components/table/src/components/Header/HeaderCell.vue.d.ts +3 -1
- package/lib/components/table/src/components/Header/HeaderCellTitle.vue.d.ts +1 -0
- package/lib/components/table/src/components/Header/HeaderExtraCell.vue.d.ts +1 -1
- package/lib/components/table/src/components/Header/HeaderGroupCell.vue.d.ts +1 -0
- package/lib/components/table/src/components/Header/HeaderRows.vue.d.ts +5 -2
- package/lib/components/table/src/components/Header/HeaderRowsWrap.vue.d.ts +5 -2
- package/lib/components/table/src/components/Header/Sorter.vue.d.ts +1 -0
- package/lib/components/table/src/components/InteralTable.vue.d.ts +9 -4
- package/lib/components/table/src/components/ToolBar/ToolBar.vue.d.ts +1 -0
- package/lib/packages/components/form/src/components/FormTitle.js +6 -1
- package/lib/packages/components/form/src/components/FormTitle.js.map +1 -1
- package/lib/packages/components/form/src/fields/FieldReadonly.js +5 -1
- package/lib/packages/components/form/src/fields/FieldReadonly.js.map +1 -1
- package/lib/packages/components/form/src/layouts/QueryFilter.js +6 -0
- package/lib/packages/components/form/src/layouts/QueryFilter.js.map +1 -1
- package/lib/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue.js +8 -5
- package/lib/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue.js.map +1 -1
- package/lib/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue2.js +5 -1
- package/lib/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue2.js.map +1 -1
- package/lib/packages/components/table/src/components/Filter/FilterDropdown.vue.js.map +1 -1
- package/lib/packages/components/table/src/components/Filter/FilterDropdown.vue2.js +3 -6
- package/lib/packages/components/table/src/components/Filter/FilterDropdown.vue2.js.map +1 -1
- package/lib/packages/components/table/src/components/Header/HeaderCell.vue.js +19 -25
- package/lib/packages/components/table/src/components/Header/HeaderCell.vue.js.map +1 -1
- package/lib/packages/components/table/src/components/Header/HeaderCell.vue2.js +4 -0
- package/lib/packages/components/table/src/components/Header/HeaderCell.vue2.js.map +1 -1
- package/lib/packages/components/table/src/components/Header/HeaderCellTitle.vue.js +28 -31
- package/lib/packages/components/table/src/components/Header/HeaderCellTitle.vue.js.map +1 -1
- package/lib/packages/components/table/src/components/Header/HeaderCellTitle.vue2.js +4 -0
- package/lib/packages/components/table/src/components/Header/HeaderCellTitle.vue2.js.map +1 -1
- package/lib/packages/components/table/src/components/Header/HeaderExtraCell.vue.js.map +1 -1
- package/lib/packages/components/table/src/components/Header/HeaderExtraCell.vue2.js +3 -1
- package/lib/packages/components/table/src/components/Header/HeaderExtraCell.vue2.js.map +1 -1
- package/lib/packages/components/table/src/components/Table.js +3 -1
- package/lib/packages/components/table/src/components/Table.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +1 -1
package/dist/index.full.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Pro Design Vue v1.3.
|
|
1
|
+
/*! Pro Design Vue v1.3.18 */
|
|
2
2
|
|
|
3
3
|
import { Modal, theme as theme$1, ConfigProvider, App, Button as Button$1, Tooltip, Popconfirm, Dropdown, Menu, Slider, Drawer, Input, InputNumber, Form as Form$1, Space, Textarea, Select, TreeSelect, Checkbox as Checkbox$1, CheckboxGroup, RadioGroup, Radio as Radio$1, Cascader, Switch, Rate, DatePicker, RangePicker, TimePicker, TimeRangePicker, Upload, FormItemRest, Spin, message, Row as Row$1, Col, FormItem as FormItem$1, Steps, Popover, MenuItem, SubMenu, Empty, Badge, Tag, Pagination, InputSearch, Tree, Card, Tabs, TabPane } from 'ant-design-vue';
|
|
4
4
|
import { inject, ref, getCurrentInstance, nextTick, h, reactive, defineComponent, createVNode, isVNode, Fragment, cloneVNode, provide, watch, computed, renderSlot, createPropsRestProxy, createBlock, openBlock, unref, mergeProps, withCtx, normalizeProps, guardReactiveProps, shallowRef, shallowReadonly, toValue, getCurrentScope, onScopeDispose, onMounted, hasInjectionContext, isRef, toRefs as toRefs$1, customRef, toRef as toRef$1, readonly, watchEffect, toRaw, createElementBlock, createCommentVNode, resolveDynamicComponent, createElementVNode, normalizeStyle, toDisplayString, normalizeClass, createSlots, createTextVNode, useAttrs, useTemplateRef, Teleport, onUnmounted, Comment as Comment$1, useSlots, useModel, withModifiers, mergeModels, renderList, camelize, isReactive, onActivated, onDeactivated, onBeforeUnmount, triggerRef, resolveDirective, withDirectives, vShow, render as render$1, resolveComponent, vModelText } from 'vue';
|
|
@@ -30,7 +30,7 @@ const SCROLL_FIXED_CLASS = `_scroll__fixed_`;
|
|
|
30
30
|
const DEFAULT_NAMESPACE = "pro";
|
|
31
31
|
const DEFAULT_LOCALE = "zh-CN";
|
|
32
32
|
|
|
33
|
-
const version$1 = "1.3.
|
|
33
|
+
const version$1 = "1.3.18";
|
|
34
34
|
|
|
35
35
|
const makeInstaller = (components = []) => {
|
|
36
36
|
const install = (app) => {
|
|
@@ -13993,6 +13993,9 @@ var FieldReadonly = /* @__PURE__ */ defineComponent({
|
|
|
13993
13993
|
}
|
|
13994
13994
|
return props.text;
|
|
13995
13995
|
});
|
|
13996
|
+
const getPopupContainer = () => {
|
|
13997
|
+
return document.body;
|
|
13998
|
+
};
|
|
13996
13999
|
return () => {
|
|
13997
14000
|
const dom = createVNode("div", {
|
|
13998
14001
|
"class": cls.value,
|
|
@@ -14014,7 +14017,8 @@ var FieldReadonly = /* @__PURE__ */ defineComponent({
|
|
|
14014
14017
|
if (title) {
|
|
14015
14018
|
return createVNode(Tooltip, {
|
|
14016
14019
|
"placement": "topLeft",
|
|
14017
|
-
"title": title
|
|
14020
|
+
"title": title,
|
|
14021
|
+
"getPopupContainer": getPopupContainer
|
|
14018
14022
|
}, _isSlot$8(dom) ? dom : {
|
|
14019
14023
|
default: () => [dom]
|
|
14020
14024
|
});
|
|
@@ -17812,6 +17816,9 @@ var FormTitle = /* @__PURE__ */ defineComponent({
|
|
|
17812
17816
|
formData
|
|
17813
17817
|
} = useInjectForm();
|
|
17814
17818
|
const title = computed(() => getSlot(props.title, formSlotsContext));
|
|
17819
|
+
const getPopupContainer = () => {
|
|
17820
|
+
return document.body;
|
|
17821
|
+
};
|
|
17815
17822
|
return () => createVNode(Fragment, null, [title.value && createVNode("span", {
|
|
17816
17823
|
"class": `${prefixCls}-item-title-text`
|
|
17817
17824
|
}, [createVNode(RenderVNode$1, {
|
|
@@ -17820,7 +17827,9 @@ var FormTitle = /* @__PURE__ */ defineComponent({
|
|
|
17820
17827
|
formData: formData.value,
|
|
17821
17828
|
readonly: props.readonly
|
|
17822
17829
|
}
|
|
17823
|
-
}, null)]), props.tooltip && createVNode(Tooltip,
|
|
17830
|
+
}, null)]), props.tooltip && createVNode(Tooltip, {
|
|
17831
|
+
"getPopupContainer": getPopupContainer
|
|
17832
|
+
}, {
|
|
17824
17833
|
default: () => [createVNode(QuestionCircleOutlined, {
|
|
17825
17834
|
"class": `${prefixCls}-item-tooltip`,
|
|
17826
17835
|
"style": "margin-right: 3px"
|
|
@@ -20871,6 +20880,12 @@ const flatMapItems = (items, ignoreRules) => {
|
|
|
20871
20880
|
};
|
|
20872
20881
|
}
|
|
20873
20882
|
return item;
|
|
20883
|
+
}).sort((a, b) => {
|
|
20884
|
+
var _a2, _b;
|
|
20885
|
+
if (b.order || a.order) {
|
|
20886
|
+
return ((_a2 = b.order) != null ? _a2 : 0) - ((_b = a.order) != null ? _b : 0);
|
|
20887
|
+
}
|
|
20888
|
+
return 0;
|
|
20874
20889
|
});
|
|
20875
20890
|
};
|
|
20876
20891
|
var _a;
|
|
@@ -29667,7 +29682,11 @@ var _sfc_main$B = defineComponent({
|
|
|
29667
29682
|
const popoverProps = computed(
|
|
29668
29683
|
() => "boolean" == typeof showCellPopover.value ? {} : showCellPopover.value
|
|
29669
29684
|
);
|
|
29685
|
+
const getPopupContainer = () => {
|
|
29686
|
+
return document.body;
|
|
29687
|
+
};
|
|
29670
29688
|
return {
|
|
29689
|
+
getPopupContainer,
|
|
29671
29690
|
isShowPopover,
|
|
29672
29691
|
tableSlotsContext,
|
|
29673
29692
|
title,
|
|
@@ -29711,37 +29730,34 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29711
29730
|
2
|
|
29712
29731
|
/* CLASS */
|
|
29713
29732
|
),
|
|
29714
|
-
_ctx.showCellPopover ? (openBlock(), createBlock(
|
|
29715
|
-
|
|
29716
|
-
|
|
29717
|
-
|
|
29718
|
-
|
|
29719
|
-
|
|
29720
|
-
|
|
29721
|
-
|
|
29722
|
-
|
|
29723
|
-
|
|
29724
|
-
|
|
29725
|
-
|
|
29726
|
-
]),
|
|
29727
|
-
default: withCtx(() => [
|
|
29728
|
-
createVNode(_component_ExclamationCircleOutlined, { style: { "margin-inline-start": "3px", "font-size": "12px" } })
|
|
29729
|
-
]),
|
|
29730
|
-
_: 2
|
|
29731
|
-
/* DYNAMIC */
|
|
29732
|
-
}, [
|
|
29733
|
-
!((_a = _ctx.popoverProps) == null ? void 0 : _a.title) ? {
|
|
29734
|
-
name: "title",
|
|
29735
|
-
fn: withCtx(() => [
|
|
29736
|
-
(openBlock(), createBlock(resolveDynamicComponent(_ctx.title)))
|
|
29737
|
-
]),
|
|
29738
|
-
key: "0"
|
|
29739
|
-
} : void 0
|
|
29733
|
+
_ctx.showCellPopover ? (openBlock(), createBlock(_component_Popover, mergeProps({ key: 0 }, _ctx.popoverProps, { getPopupContainer: _ctx.getPopupContainer }), createSlots({
|
|
29734
|
+
content: withCtx(() => [
|
|
29735
|
+
_ctx.tableSlotsContext.headerCellPopover ? (openBlock(), createBlock(_component_RenderVNode, {
|
|
29736
|
+
key: 0,
|
|
29737
|
+
vnode: _ctx.tableSlotsContext.headerCellPopover({
|
|
29738
|
+
title: _ctx.column.title,
|
|
29739
|
+
column: _ctx.column.originColumn
|
|
29740
|
+
})
|
|
29741
|
+
}, null, 8, ["vnode"])) : createCommentVNode("v-if", true)
|
|
29742
|
+
]),
|
|
29743
|
+
default: withCtx(() => [
|
|
29744
|
+
createVNode(_component_ExclamationCircleOutlined, { style: { "margin-inline-start": "3px", "font-size": "12px" } })
|
|
29740
29745
|
]),
|
|
29741
|
-
|
|
29742
|
-
/*
|
|
29743
|
-
|
|
29744
|
-
|
|
29746
|
+
_: 2
|
|
29747
|
+
/* DYNAMIC */
|
|
29748
|
+
}, [
|
|
29749
|
+
!((_a = _ctx.popoverProps) == null ? void 0 : _a.title) ? {
|
|
29750
|
+
name: "title",
|
|
29751
|
+
fn: withCtx(() => [
|
|
29752
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.title)))
|
|
29753
|
+
]),
|
|
29754
|
+
key: "0"
|
|
29755
|
+
} : void 0
|
|
29756
|
+
]), 1040, ["getPopupContainer"])) : createCommentVNode("v-if", true),
|
|
29757
|
+
_ctx.column.headerTooltip ? (openBlock(), createBlock(_component_Tooltip, {
|
|
29758
|
+
key: 1,
|
|
29759
|
+
getPopupContainer: _ctx.getPopupContainer
|
|
29760
|
+
}, {
|
|
29745
29761
|
title: withCtx(() => [
|
|
29746
29762
|
_ctx.column.headerTooltip === true ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.title), { key: 0 })) : (openBlock(), createElementBlock(
|
|
29747
29763
|
Fragment,
|
|
@@ -29762,7 +29778,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29762
29778
|
]),
|
|
29763
29779
|
_: 1
|
|
29764
29780
|
/* STABLE */
|
|
29765
|
-
})) : createCommentVNode("v-if", true)
|
|
29781
|
+
}, 8, ["getPopupContainer"])) : createCommentVNode("v-if", true)
|
|
29766
29782
|
], 14, _hoisted_1$d);
|
|
29767
29783
|
}
|
|
29768
29784
|
var HeaderCellTitle = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$x]]);
|
|
@@ -30322,12 +30338,6 @@ var _sfc_main$x = defineComponent({
|
|
|
30322
30338
|
},
|
|
30323
30339
|
{ immediate: true }
|
|
30324
30340
|
);
|
|
30325
|
-
const getPopupContainer = computed(
|
|
30326
|
-
() => {
|
|
30327
|
-
var _a, _b;
|
|
30328
|
-
return (_b = (_a = props.column) == null ? void 0 : _a.getPopupContainer) != null ? _b : tableContext.props.getPopupContainer;
|
|
30329
|
-
}
|
|
30330
|
-
);
|
|
30331
30341
|
const showFilterDropdown = ref(false);
|
|
30332
30342
|
devWarning(
|
|
30333
30343
|
!("onFilterDropdownVisibleChange" in props.column),
|
|
@@ -30422,6 +30432,9 @@ var _sfc_main$x = defineComponent({
|
|
|
30422
30432
|
var _a;
|
|
30423
30433
|
return !!((_a = filteredKeys.value) == null ? void 0 : _a.length);
|
|
30424
30434
|
});
|
|
30435
|
+
const getPopupContainer = () => {
|
|
30436
|
+
return document.body;
|
|
30437
|
+
};
|
|
30425
30438
|
return {
|
|
30426
30439
|
getPopupContainer,
|
|
30427
30440
|
triggerOpen,
|
|
@@ -30761,9 +30774,13 @@ var _sfc_main$w = defineComponent({
|
|
|
30761
30774
|
clearFilters,
|
|
30762
30775
|
filters: props.column.filters
|
|
30763
30776
|
}));
|
|
30777
|
+
const getPopupContainer = () => {
|
|
30778
|
+
return document.body;
|
|
30779
|
+
};
|
|
30764
30780
|
return {
|
|
30765
30781
|
tableContext,
|
|
30766
30782
|
sorterInfo,
|
|
30783
|
+
getPopupContainer,
|
|
30767
30784
|
handleSortClick: (column, nextSortOrder) => {
|
|
30768
30785
|
if (!column.sorter) return;
|
|
30769
30786
|
const sortState = {
|
|
@@ -30826,31 +30843,25 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30826
30843
|
class: normalizeClass(_ctx.titleClass)
|
|
30827
30844
|
},
|
|
30828
30845
|
[
|
|
30829
|
-
_ctx.column.sorter && _ctx.showSorterTooltip ? (openBlock(), createBlock(
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
|
|
30833
|
-
|
|
30834
|
-
|
|
30835
|
-
|
|
30836
|
-
|
|
30837
|
-
|
|
30838
|
-
|
|
30839
|
-
|
|
30840
|
-
|
|
30841
|
-
|
|
30842
|
-
|
|
30843
|
-
|
|
30844
|
-
|
|
30845
|
-
|
|
30846
|
-
|
|
30847
|
-
|
|
30848
|
-
_: 1
|
|
30849
|
-
/* STABLE */
|
|
30850
|
-
},
|
|
30851
|
-
16
|
|
30852
|
-
/* FULL_PROPS */
|
|
30853
|
-
)) : (openBlock(), createBlock(_component_Sorter, mergeProps({
|
|
30846
|
+
_ctx.column.sorter && _ctx.showSorterTooltip ? (openBlock(), createBlock(_component_Tooltip, mergeProps({ key: 0 }, _ctx.tooltipProps, { getPopupContainer: _ctx.getPopupContainer }), {
|
|
30847
|
+
title: withCtx(() => [
|
|
30848
|
+
createTextVNode(
|
|
30849
|
+
toDisplayString(_ctx.sorterInfo.tip),
|
|
30850
|
+
1
|
|
30851
|
+
/* TEXT */
|
|
30852
|
+
)
|
|
30853
|
+
]),
|
|
30854
|
+
default: withCtx(() => [
|
|
30855
|
+
createElementVNode("div", {
|
|
30856
|
+
class: normalizeClass(`${_ctx.prefixCls}-column-sorters`),
|
|
30857
|
+
"data-tip": _ctx.sorterInfo.tip
|
|
30858
|
+
}, [
|
|
30859
|
+
createVNode(_component_Sorter, mergeProps({ column: _ctx.column }, _ctx.sorterInfo), null, 16, ["column"])
|
|
30860
|
+
], 10, _hoisted_1$b)
|
|
30861
|
+
]),
|
|
30862
|
+
_: 1
|
|
30863
|
+
/* STABLE */
|
|
30864
|
+
}, 16, ["getPopupContainer"])) : (openBlock(), createBlock(_component_Sorter, mergeProps({
|
|
30854
30865
|
key: 1,
|
|
30855
30866
|
column: _ctx.column
|
|
30856
30867
|
}, _ctx.sorterInfo), null, 16, ["column"]))
|
|
@@ -31008,7 +31019,9 @@ var _sfc_main$v = defineComponent({
|
|
|
31008
31019
|
}
|
|
31009
31020
|
return autoHeight ? styles : { height: `${props.column.height}px` };
|
|
31010
31021
|
}),
|
|
31011
|
-
getPopupContainer:
|
|
31022
|
+
getPopupContainer: () => {
|
|
31023
|
+
return document.body;
|
|
31024
|
+
},
|
|
31012
31025
|
rowSelectionType,
|
|
31013
31026
|
hideSelectAll,
|
|
31014
31027
|
onSelectAllChange: () => {
|
|
@@ -36594,9 +36607,13 @@ var _sfc_main$c = defineComponent({
|
|
|
36594
36607
|
};
|
|
36595
36608
|
setColumnsMap(columnKeyMap);
|
|
36596
36609
|
};
|
|
36610
|
+
const getPopupContainer = () => {
|
|
36611
|
+
return document.body;
|
|
36612
|
+
};
|
|
36597
36613
|
return {
|
|
36598
36614
|
intl,
|
|
36599
|
-
onClick
|
|
36615
|
+
onClick,
|
|
36616
|
+
getPopupContainer
|
|
36600
36617
|
};
|
|
36601
36618
|
}
|
|
36602
36619
|
});
|
|
@@ -36633,6 +36650,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36633
36650
|
[
|
|
36634
36651
|
_ctx.fixed !== "left" ? (openBlock(), createBlock(_component_Tooltip, {
|
|
36635
36652
|
key: 0,
|
|
36653
|
+
getPopupContainer: _ctx.getPopupContainer,
|
|
36636
36654
|
title: _ctx.intl.getMessage("tableToolBar.leftPin", "\u56FA\u5B9A\u5728\u5217\u9996")
|
|
36637
36655
|
}, {
|
|
36638
36656
|
default: withCtx(() => [
|
|
@@ -36644,10 +36662,11 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36644
36662
|
]),
|
|
36645
36663
|
_: 1
|
|
36646
36664
|
/* STABLE */
|
|
36647
|
-
}, 8, ["title"])) : createCommentVNode("v-if", true),
|
|
36665
|
+
}, 8, ["getPopupContainer", "title"])) : createCommentVNode("v-if", true),
|
|
36648
36666
|
!!_ctx.fixed ? (openBlock(), createBlock(_component_Tooltip, {
|
|
36649
36667
|
key: 1,
|
|
36650
|
-
title: _ctx.intl.getMessage("tableToolBar.noPin", "\u4E0D\u56FA\u5B9A")
|
|
36668
|
+
title: _ctx.intl.getMessage("tableToolBar.noPin", "\u4E0D\u56FA\u5B9A"),
|
|
36669
|
+
getPopupContainer: _ctx.getPopupContainer
|
|
36651
36670
|
}, {
|
|
36652
36671
|
default: withCtx(() => [
|
|
36653
36672
|
createElementVNode("span", {
|
|
@@ -36658,10 +36677,11 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36658
36677
|
]),
|
|
36659
36678
|
_: 1
|
|
36660
36679
|
/* STABLE */
|
|
36661
|
-
}, 8, ["title"])) : createCommentVNode("v-if", true),
|
|
36680
|
+
}, 8, ["title", "getPopupContainer"])) : createCommentVNode("v-if", true),
|
|
36662
36681
|
_ctx.fixed !== "right" ? (openBlock(), createBlock(_component_Tooltip, {
|
|
36663
36682
|
key: 2,
|
|
36664
|
-
title: _ctx.intl.getMessage("tableToolBar.rightPin", "\u56FA\u5B9A\u5728\u5217\u5C3E")
|
|
36683
|
+
title: _ctx.intl.getMessage("tableToolBar.rightPin", "\u56FA\u5B9A\u5728\u5217\u5C3E"),
|
|
36684
|
+
getPopupContainer: _ctx.getPopupContainer
|
|
36665
36685
|
}, {
|
|
36666
36686
|
default: withCtx(() => [
|
|
36667
36687
|
createElementVNode("span", {
|
|
@@ -36672,7 +36692,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36672
36692
|
]),
|
|
36673
36693
|
_: 1
|
|
36674
36694
|
/* STABLE */
|
|
36675
|
-
}, 8, ["title"])) : createCommentVNode("v-if", true)
|
|
36695
|
+
}, 8, ["title", "getPopupContainer"])) : createCommentVNode("v-if", true)
|
|
36676
36696
|
],
|
|
36677
36697
|
2
|
|
36678
36698
|
/* CLASS */
|
|
@@ -38135,7 +38155,8 @@ var Table = /* @__PURE__ */ defineComponent({
|
|
|
38135
38155
|
watch(() => counter.tableSize.value, () => {
|
|
38136
38156
|
calcTableHeight();
|
|
38137
38157
|
});
|
|
38138
|
-
onMounted(() => {
|
|
38158
|
+
onMounted(async () => {
|
|
38159
|
+
await promiseTimeout(0);
|
|
38139
38160
|
calcTableHeight();
|
|
38140
38161
|
});
|
|
38141
38162
|
expose({
|
|
@@ -105,7 +105,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
105
105
|
[x: string]: boolean;
|
|
106
106
|
}>;
|
|
107
107
|
componentStyle: import("vue").ComputedRef<CSSProperties>;
|
|
108
|
-
getPopupContainer:
|
|
108
|
+
getPopupContainer: () => HTMLElement;
|
|
109
109
|
rowSelectionType: import("vue").ComputedRef<import("../interface").RowSelectionType | undefined>;
|
|
110
110
|
hideSelectAll: import("vue").ComputedRef<boolean | undefined>;
|
|
111
111
|
onSelectAllChange: () => void;
|
|
@@ -2047,6 +2047,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2047
2047
|
showFilter: boolean;
|
|
2048
2048
|
wrapText: boolean;
|
|
2049
2049
|
}>;
|
|
2050
|
+
getPopupContainer: () => HTMLElement;
|
|
2050
2051
|
handleSortClick: (column: import("../interface").FinallyColumnType<any>, nextSortOrder: import("../interface").SortOrder) => void;
|
|
2051
2052
|
cellClass: import("vue").ComputedRef<{
|
|
2052
2053
|
[x: string]: boolean | import("../interface").SortOrder | import("../interface").CompareFn<import("../interface").DefaultRecordType> | {
|
|
@@ -2970,6 +2971,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2970
2971
|
prefixCls: PropType<string>;
|
|
2971
2972
|
wrapText: PropType<boolean>;
|
|
2972
2973
|
}>, {
|
|
2974
|
+
getPopupContainer: () => HTMLElement;
|
|
2973
2975
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
2974
2976
|
tableSlotsContext: import("../context/TableSlotsContext.ts").ContextSlots;
|
|
2975
2977
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -3921,7 +3923,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3921
3923
|
required: true;
|
|
3922
3924
|
};
|
|
3923
3925
|
}>, {
|
|
3924
|
-
getPopupContainer:
|
|
3926
|
+
getPopupContainer: () => HTMLElement;
|
|
3925
3927
|
triggerOpen: (open: boolean) => void;
|
|
3926
3928
|
mergedOpen: import("vue").ComputedRef<boolean>;
|
|
3927
3929
|
onReset: () => void;
|
|
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
35
35
|
[x: string]: boolean;
|
|
36
36
|
}>;
|
|
37
37
|
componentStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
38
|
-
getPopupContainer:
|
|
38
|
+
getPopupContainer: () => HTMLElement;
|
|
39
39
|
rowSelectionType: import("vue").ComputedRef<import("../interface").RowSelectionType | undefined>;
|
|
40
40
|
hideSelectAll: import("vue").ComputedRef<boolean | undefined>;
|
|
41
41
|
onSelectAllChange: () => void;
|
|
@@ -1977,6 +1977,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1977
1977
|
showFilter: boolean;
|
|
1978
1978
|
wrapText: boolean;
|
|
1979
1979
|
}>;
|
|
1980
|
+
getPopupContainer: () => HTMLElement;
|
|
1980
1981
|
handleSortClick: (column: import("../interface").FinallyColumnType<any>, nextSortOrder: import("../interface").SortOrder) => void;
|
|
1981
1982
|
cellClass: import("vue").ComputedRef<{
|
|
1982
1983
|
[x: string]: boolean | import("../interface").SortOrder | import("../interface").CompareFn<import("../interface").DefaultRecordType> | {
|
|
@@ -2900,6 +2901,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2900
2901
|
prefixCls: PropType<string>;
|
|
2901
2902
|
wrapText: PropType<boolean>;
|
|
2902
2903
|
}>, {
|
|
2904
|
+
getPopupContainer: () => HTMLElement;
|
|
2903
2905
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
2904
2906
|
tableSlotsContext: import("../context/TableSlotsContext.ts").ContextSlots;
|
|
2905
2907
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -3851,7 +3853,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3851
3853
|
required: true;
|
|
3852
3854
|
};
|
|
3853
3855
|
}>, {
|
|
3854
|
-
getPopupContainer:
|
|
3856
|
+
getPopupContainer: () => HTMLElement;
|
|
3855
3857
|
triggerOpen: (open: boolean) => void;
|
|
3856
3858
|
mergedOpen: import("vue").ComputedRef<boolean>;
|
|
3857
3859
|
onReset: () => void;
|
|
@@ -1580,6 +1580,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1580
1580
|
}>, {
|
|
1581
1581
|
intl: import("pro-design-vue").IntlType;
|
|
1582
1582
|
onClick: (fixed?: "left" | "right") => void;
|
|
1583
|
+
getPopupContainer: () => HTMLElement;
|
|
1583
1584
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1584
1585
|
className: StringConstructor;
|
|
1585
1586
|
title: StringConstructor;
|
|
@@ -8,6 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8
8
|
}>, {
|
|
9
9
|
intl: import("pro-design-vue").IntlType;
|
|
10
10
|
onClick: (fixed?: "left" | "right") => void;
|
|
11
|
+
getPopupContainer: () => HTMLElement;
|
|
11
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
13
|
className: StringConstructor;
|
|
13
14
|
title: StringConstructor;
|
|
@@ -2448,6 +2448,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2448
2448
|
}>, {
|
|
2449
2449
|
intl: import("pro-design-vue").IntlType;
|
|
2450
2450
|
onClick: (fixed?: "left" | "right") => void;
|
|
2451
|
+
getPopupContainer: () => HTMLElement;
|
|
2451
2452
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2452
2453
|
className: StringConstructor;
|
|
2453
2454
|
title: StringConstructor;
|
|
@@ -1630,6 +1630,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1630
1630
|
}>, {
|
|
1631
1631
|
intl: import("pro-design-vue").IntlType;
|
|
1632
1632
|
onClick: (fixed?: "left" | "right") => void;
|
|
1633
|
+
getPopupContainer: () => HTMLElement;
|
|
1633
1634
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1634
1635
|
className: StringConstructor;
|
|
1635
1636
|
title: StringConstructor;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
12
|
}>, {
|
|
13
|
-
getPopupContainer:
|
|
13
|
+
getPopupContainer: () => HTMLElement;
|
|
14
14
|
triggerOpen: (open: boolean) => void;
|
|
15
15
|
mergedOpen: import("vue").ComputedRef<boolean>;
|
|
16
16
|
onReset: () => void;
|
|
@@ -205,6 +205,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
205
205
|
prefixCls: PropType<string>;
|
|
206
206
|
wrapText: PropType<boolean>;
|
|
207
207
|
}>, {
|
|
208
|
+
getPopupContainer: () => HTMLElement;
|
|
208
209
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
209
210
|
tableSlotsContext: import("../context/TableSlotsContext.ts").ContextSlots;
|
|
210
211
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -899,6 +900,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
899
900
|
showFilter: boolean;
|
|
900
901
|
wrapText: boolean;
|
|
901
902
|
}>;
|
|
903
|
+
getPopupContainer: () => HTMLElement;
|
|
902
904
|
handleSortClick: (column: import("../interface").FinallyColumnType<any>, nextSortOrder: import("../interface").SortOrder) => void;
|
|
903
905
|
cellClass: import("vue").ComputedRef<{
|
|
904
906
|
[x: string]: boolean | import("../interface").SortOrder | import("../interface").CompareFn<import("../interface").DefaultRecordType> | {
|
|
@@ -1822,6 +1824,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1822
1824
|
prefixCls: PropType<string>;
|
|
1823
1825
|
wrapText: PropType<boolean>;
|
|
1824
1826
|
}>, {
|
|
1827
|
+
getPopupContainer: () => HTMLElement;
|
|
1825
1828
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
1826
1829
|
tableSlotsContext: import("../context/TableSlotsContext.ts").ContextSlots;
|
|
1827
1830
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -2773,7 +2776,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2773
2776
|
required: true;
|
|
2774
2777
|
};
|
|
2775
2778
|
}>, {
|
|
2776
|
-
getPopupContainer:
|
|
2779
|
+
getPopupContainer: () => HTMLElement;
|
|
2777
2780
|
triggerOpen: (open: boolean) => void;
|
|
2778
2781
|
mergedOpen: import("vue").ComputedRef<boolean>;
|
|
2779
2782
|
onReset: () => void;
|
|
@@ -5812,7 +5815,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5812
5815
|
[x: string]: boolean;
|
|
5813
5816
|
}>;
|
|
5814
5817
|
componentStyle: import("vue").ComputedRef<CSSProperties>;
|
|
5815
|
-
getPopupContainer:
|
|
5818
|
+
getPopupContainer: () => HTMLElement;
|
|
5816
5819
|
rowSelectionType: import("vue").ComputedRef<import("../interface").RowSelectionType | undefined>;
|
|
5817
5820
|
hideSelectAll: import("vue").ComputedRef<boolean | undefined>;
|
|
5818
5821
|
onSelectAllChange: () => void;
|
|
@@ -32,6 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
showFilter: boolean;
|
|
33
33
|
wrapText: boolean;
|
|
34
34
|
}>;
|
|
35
|
+
getPopupContainer: () => HTMLElement;
|
|
35
36
|
handleSortClick: (column: FinallyColumnType<any>, nextSortOrder: SortOrder) => void;
|
|
36
37
|
cellClass: import("vue").ComputedRef<{
|
|
37
38
|
[x: string]: boolean | SortOrder | import("../interface").CompareFn<import("../interface").DefaultRecordType> | {
|
|
@@ -955,6 +956,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
955
956
|
prefixCls: PropType<string>;
|
|
956
957
|
wrapText: PropType<boolean>;
|
|
957
958
|
}>, {
|
|
959
|
+
getPopupContainer: () => HTMLElement;
|
|
958
960
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
959
961
|
tableSlotsContext: import("../context/TableSlotsContext").ContextSlots;
|
|
960
962
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -1906,7 +1908,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1906
1908
|
required: true;
|
|
1907
1909
|
};
|
|
1908
1910
|
}>, {
|
|
1909
|
-
getPopupContainer:
|
|
1911
|
+
getPopupContainer: () => HTMLElement;
|
|
1910
1912
|
triggerOpen: (open: boolean) => void;
|
|
1911
1913
|
mergedOpen: import("vue").ComputedRef<boolean>;
|
|
1912
1914
|
onReset: () => void;
|
|
@@ -8,6 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8
8
|
prefixCls: PropType<string>;
|
|
9
9
|
wrapText: PropType<boolean>;
|
|
10
10
|
}>, {
|
|
11
|
+
getPopupContainer: () => HTMLElement;
|
|
11
12
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
12
13
|
tableSlotsContext: import("../context/TableSlotsContext").ContextSlots;
|
|
13
14
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
18
|
[x: string]: boolean;
|
|
19
19
|
}>;
|
|
20
20
|
componentStyle: import("vue").ComputedRef<CSSProperties>;
|
|
21
|
-
getPopupContainer:
|
|
21
|
+
getPopupContainer: () => HTMLElement;
|
|
22
22
|
rowSelectionType: import("vue").ComputedRef<import("../interface").RowSelectionType | undefined>;
|
|
23
23
|
hideSelectAll: import("vue").ComputedRef<boolean | undefined>;
|
|
24
24
|
onSelectAllChange: () => void;
|
|
@@ -34,6 +34,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
34
34
|
prefixCls: PropType<string>;
|
|
35
35
|
wrapText: PropType<boolean>;
|
|
36
36
|
}>, {
|
|
37
|
+
getPopupContainer: () => HTMLElement;
|
|
37
38
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
38
39
|
tableSlotsContext: import("../context/TableSlotsContext.ts").ContextSlots;
|
|
39
40
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -92,6 +92,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
92
92
|
prefixCls: PropType<string>;
|
|
93
93
|
wrapText: PropType<boolean>;
|
|
94
94
|
}>, {
|
|
95
|
+
getPopupContainer: () => HTMLElement;
|
|
95
96
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
96
97
|
tableSlotsContext: import("../context/TableSlotsContext.ts").ContextSlots;
|
|
97
98
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -786,6 +787,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
786
787
|
showFilter: boolean;
|
|
787
788
|
wrapText: boolean;
|
|
788
789
|
}>;
|
|
790
|
+
getPopupContainer: () => HTMLElement;
|
|
789
791
|
handleSortClick: (column: FinallyColumnType<any>, nextSortOrder: import("../interface").SortOrder) => void;
|
|
790
792
|
cellClass: import("vue").ComputedRef<{
|
|
791
793
|
[x: string]: boolean | import("../interface").SortOrder | import("../interface").CompareFn<DefaultRecordType> | {
|
|
@@ -1709,6 +1711,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1709
1711
|
prefixCls: PropType<string>;
|
|
1710
1712
|
wrapText: PropType<boolean>;
|
|
1711
1713
|
}>, {
|
|
1714
|
+
getPopupContainer: () => HTMLElement;
|
|
1712
1715
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
1713
1716
|
tableSlotsContext: import("../context/TableSlotsContext.ts").ContextSlots;
|
|
1714
1717
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -2660,7 +2663,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2660
2663
|
required: true;
|
|
2661
2664
|
};
|
|
2662
2665
|
}>, {
|
|
2663
|
-
getPopupContainer:
|
|
2666
|
+
getPopupContainer: () => HTMLElement;
|
|
2664
2667
|
triggerOpen: (open: boolean) => void;
|
|
2665
2668
|
mergedOpen: import("vue").ComputedRef<boolean>;
|
|
2666
2669
|
onReset: () => void;
|
|
@@ -5699,7 +5702,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5699
5702
|
[x: string]: boolean;
|
|
5700
5703
|
}>;
|
|
5701
5704
|
componentStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
5702
|
-
getPopupContainer:
|
|
5705
|
+
getPopupContainer: () => HTMLElement;
|
|
5703
5706
|
rowSelectionType: import("vue").ComputedRef<import("../interface").RowSelectionType | undefined>;
|
|
5704
5707
|
hideSelectAll: import("vue").ComputedRef<boolean | undefined>;
|
|
5705
5708
|
onSelectAllChange: () => void;
|
|
@@ -143,6 +143,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
143
143
|
prefixCls: PropType<string>;
|
|
144
144
|
wrapText: PropType<boolean>;
|
|
145
145
|
}>, {
|
|
146
|
+
getPopupContainer: () => HTMLElement;
|
|
146
147
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
147
148
|
tableSlotsContext: import("../context/TableSlotsContext.ts").ContextSlots;
|
|
148
149
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -837,6 +838,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
837
838
|
showFilter: boolean;
|
|
838
839
|
wrapText: boolean;
|
|
839
840
|
}>;
|
|
841
|
+
getPopupContainer: () => HTMLElement;
|
|
840
842
|
handleSortClick: (column: import("../interface").FinallyColumnType<any>, nextSortOrder: import("../interface").SortOrder) => void;
|
|
841
843
|
cellClass: import("vue").ComputedRef<{
|
|
842
844
|
[x: string]: boolean | import("../interface").SortOrder | import("../interface").CompareFn<import("../interface").DefaultRecordType> | {
|
|
@@ -1760,6 +1762,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1760
1762
|
prefixCls: PropType<string>;
|
|
1761
1763
|
wrapText: PropType<boolean>;
|
|
1762
1764
|
}>, {
|
|
1765
|
+
getPopupContainer: () => HTMLElement;
|
|
1763
1766
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
1764
1767
|
tableSlotsContext: import("../context/TableSlotsContext.ts").ContextSlots;
|
|
1765
1768
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -2711,7 +2714,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2711
2714
|
required: true;
|
|
2712
2715
|
};
|
|
2713
2716
|
}>, {
|
|
2714
|
-
getPopupContainer:
|
|
2717
|
+
getPopupContainer: () => HTMLElement;
|
|
2715
2718
|
triggerOpen: (open: boolean) => void;
|
|
2716
2719
|
mergedOpen: import("vue").ComputedRef<boolean>;
|
|
2717
2720
|
onReset: () => void;
|
|
@@ -5750,7 +5753,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5750
5753
|
[x: string]: boolean;
|
|
5751
5754
|
}>;
|
|
5752
5755
|
componentStyle: import("vue").ComputedRef<CSSProperties>;
|
|
5753
|
-
getPopupContainer:
|
|
5756
|
+
getPopupContainer: () => HTMLElement;
|
|
5754
5757
|
rowSelectionType: import("vue").ComputedRef<import("../interface").RowSelectionType | undefined>;
|
|
5755
5758
|
hideSelectAll: import("vue").ComputedRef<boolean | undefined>;
|
|
5756
5759
|
onSelectAllChange: () => void;
|
|
@@ -58,6 +58,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
58
|
prefixCls: PropType<string>;
|
|
59
59
|
wrapText: PropType<boolean>;
|
|
60
60
|
}>, {
|
|
61
|
+
getPopupContainer: () => HTMLElement;
|
|
61
62
|
isShowPopover: import("vue").ComputedRef<boolean>;
|
|
62
63
|
tableSlotsContext: import("../context/TableSlotsContext.ts").ContextSlots;
|
|
63
64
|
title: import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|