znyg-frontend-common 1.0.71 → 1.0.73
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/es/_virtual/_plugin-vue_export-helper.mjs +2 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
- package/es/components/index.d.ts +4 -3
- package/es/components/index.mjs +1 -1
- package/es/components/znTable/index.d.ts +1 -424
- package/es/components/znTable/src/index.vue.d.ts +1 -424
- package/es/components/znTable/src/index.vue2.mjs +1 -1
- package/es/components/znTable/src/index.vue2.mjs.map +1 -1
- package/es/components/znTimeLine/index.d.ts +53 -0
- package/es/components/znTimeLine/index.mjs.map +1 -1
- package/es/components/znTimeLine/src/index.vue.d.ts +69 -0
- package/es/components/znTimeLine/src/index.vue2.mjs +16 -4
- package/es/components/znTimeLine/src/index.vue2.mjs.map +1 -1
- package/es/components/znVirtualTable/index.d.ts +5 -0
- package/es/components/znVirtualTable/index.mjs +2 -0
- package/es/components/znVirtualTable/index.mjs.map +1 -0
- package/es/components/znVirtualTable/src/components/ColSetting.vue.d.ts +361 -0
- package/es/components/znVirtualTable/src/components/ColSetting.vue.mjs +2 -0
- package/es/components/znVirtualTable/src/components/ColSetting.vue.mjs.map +1 -0
- package/es/components/znVirtualTable/src/components/ColSetting.vue2.mjs +17 -0
- package/es/components/znVirtualTable/src/components/ColSetting.vue2.mjs.map +1 -0
- package/es/components/znVirtualTable/src/components/Pagination.vue.d.ts +28 -0
- package/es/components/znVirtualTable/src/components/Pagination.vue.mjs +2 -0
- package/es/components/znVirtualTable/src/components/Pagination.vue.mjs.map +1 -0
- package/es/components/znVirtualTable/src/components/Pagination.vue2.mjs +2 -0
- package/es/components/znVirtualTable/src/components/Pagination.vue2.mjs.map +1 -0
- package/es/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue.d.ts +25 -0
- package/es/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue.mjs +2 -0
- package/es/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue.mjs.map +1 -0
- package/es/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue2.mjs +2 -0
- package/es/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue2.mjs.map +1 -0
- package/es/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue3.mjs +2 -0
- package/es/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue3.mjs.map +1 -0
- package/es/components/znVirtualTable/src/components/SearchForm/index.vue.d.ts +78 -0
- package/es/components/znVirtualTable/src/components/SearchForm/index.vue.mjs +2 -0
- package/es/components/znVirtualTable/src/components/SearchForm/index.vue.mjs.map +1 -0
- package/es/components/znVirtualTable/src/components/SearchForm/index.vue2.mjs +19 -0
- package/es/components/znVirtualTable/src/components/SearchForm/index.vue2.mjs.map +1 -0
- package/es/components/znVirtualTable/src/hooks/useSelection.d.ts +7 -0
- package/es/components/znVirtualTable/src/hooks/useSelection.mjs +2 -0
- package/es/components/znVirtualTable/src/hooks/useSelection.mjs.map +1 -0
- package/es/components/znVirtualTable/src/hooks/useTable.d.ts +22 -0
- package/es/components/znVirtualTable/src/hooks/useTable.mjs +2 -0
- package/es/components/znVirtualTable/src/hooks/useTable.mjs.map +1 -0
- package/es/components/znVirtualTable/src/index.vue.d.ts +986 -0
- package/es/components/znVirtualTable/src/index.vue.mjs +2 -0
- package/es/components/znVirtualTable/src/index.vue.mjs.map +1 -0
- package/es/components/znVirtualTable/src/index.vue2.mjs +10 -0
- package/es/components/znVirtualTable/src/index.vue2.mjs.map +1 -0
- package/es/components/znVirtualTable/src/interface/index.d.ts +144 -0
- package/es/components/znVirtualTable/src/interface/index.mjs +2 -0
- package/es/components/znVirtualTable/src/interface/index.mjs.map +1 -0
- package/es/components/znVirtualTable/src/utils/index.d.ts +8 -0
- package/es/components/znVirtualTable/src/utils/index.mjs +2 -0
- package/es/components/znVirtualTable/src/utils/index.mjs.map +1 -0
- package/es/components/znVirtualTable/src/utils/vxe-setup.d.ts +19 -0
- package/es/components/znVirtualTable/src/utils/vxe-setup.mjs +2 -0
- package/es/components/znVirtualTable/src/utils/vxe-setup.mjs.map +1 -0
- package/es/index.mjs +1 -1
- package/es/index.mjs.map +1 -1
- package/es/installer.mjs +1 -1
- package/es/installer.mjs.map +1 -1
- package/global.d.ts +1 -0
- package/lib/_virtual/_plugin-vue_export-helper.js +2 -0
- package/lib/_virtual/_plugin-vue_export-helper.js.map +1 -0
- package/lib/components/index.d.ts +4 -3
- package/lib/components/index.js +1 -1
- package/lib/components/znTable/index.d.ts +1 -424
- package/lib/components/znTable/src/index.vue.d.ts +1 -424
- package/lib/components/znTable/src/index.vue2.js +1 -1
- package/lib/components/znTable/src/index.vue2.js.map +1 -1
- package/lib/components/znTimeLine/index.d.ts +53 -0
- package/lib/components/znTimeLine/index.js.map +1 -1
- package/lib/components/znTimeLine/src/index.vue.d.ts +69 -0
- package/lib/components/znTimeLine/src/index.vue2.js +16 -4
- package/lib/components/znTimeLine/src/index.vue2.js.map +1 -1
- package/lib/components/znVirtualTable/index.d.ts +5 -0
- package/lib/components/znVirtualTable/index.js +2 -0
- package/lib/components/znVirtualTable/index.js.map +1 -0
- package/lib/components/znVirtualTable/src/components/ColSetting.vue.d.ts +361 -0
- package/lib/components/znVirtualTable/src/components/ColSetting.vue.js +2 -0
- package/lib/components/znVirtualTable/src/components/ColSetting.vue.js.map +1 -0
- package/lib/components/znVirtualTable/src/components/ColSetting.vue2.js +17 -0
- package/lib/components/znVirtualTable/src/components/ColSetting.vue2.js.map +1 -0
- package/lib/components/znVirtualTable/src/components/Pagination.vue.d.ts +28 -0
- package/lib/components/znVirtualTable/src/components/Pagination.vue.js +2 -0
- package/lib/components/znVirtualTable/src/components/Pagination.vue.js.map +1 -0
- package/lib/components/znVirtualTable/src/components/Pagination.vue2.js +2 -0
- package/lib/components/znVirtualTable/src/components/Pagination.vue2.js.map +1 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue.d.ts +25 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue.js +2 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue.js.map +1 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue2.js +2 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue2.js.map +1 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue3.js +3 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/components/SearchFormItem.vue3.js.map +1 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/index.vue.d.ts +78 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/index.vue.js +2 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/index.vue.js.map +1 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/index.vue2.js +19 -0
- package/lib/components/znVirtualTable/src/components/SearchForm/index.vue2.js.map +1 -0
- package/lib/components/znVirtualTable/src/hooks/useSelection.d.ts +7 -0
- package/lib/components/znVirtualTable/src/hooks/useSelection.js +2 -0
- package/lib/components/znVirtualTable/src/hooks/useSelection.js.map +1 -0
- package/lib/components/znVirtualTable/src/hooks/useTable.d.ts +22 -0
- package/lib/components/znVirtualTable/src/hooks/useTable.js +2 -0
- package/lib/components/znVirtualTable/src/hooks/useTable.js.map +1 -0
- package/lib/components/znVirtualTable/src/index.vue.d.ts +986 -0
- package/lib/components/znVirtualTable/src/index.vue.js +2 -0
- package/lib/components/znVirtualTable/src/index.vue.js.map +1 -0
- package/lib/components/znVirtualTable/src/index.vue2.js +10 -0
- package/lib/components/znVirtualTable/src/index.vue2.js.map +1 -0
- package/lib/components/znVirtualTable/src/interface/index.d.ts +144 -0
- package/lib/components/znVirtualTable/src/interface/index.js +2 -0
- package/lib/components/znVirtualTable/src/interface/index.js.map +1 -0
- package/lib/components/znVirtualTable/src/utils/index.d.ts +8 -0
- package/lib/components/znVirtualTable/src/utils/index.js +2 -0
- package/lib/components/znVirtualTable/src/utils/index.js.map +1 -0
- package/lib/components/znVirtualTable/src/utils/vxe-setup.d.ts +19 -0
- package/lib/components/znVirtualTable/src/utils/vxe-setup.js +2 -0
- package/lib/components/znVirtualTable/src/utils/vxe-setup.js.map +1 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/installer.js +1 -1
- package/lib/installer.js.map +1 -1
- package/package.json +5 -2
- package/theme-default/index.css +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_plugin-vue_export-helper.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/es/components/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ZnChart from './znChart/index';
|
|
2
2
|
import { ZnTable, type ZnTableProps, type SearchProps, type ColumnProps } from './znTable/index';
|
|
3
|
-
import { ZnTreeSelect
|
|
3
|
+
import { ZnTreeSelect } from './znTreeSelect/index';
|
|
4
4
|
import ZnTreeFilter from './znTreeFilter/index';
|
|
5
5
|
import ZnCountTo from './znCountTo/index';
|
|
6
6
|
import { default as ZnForm } from './znForm/index';
|
|
@@ -10,8 +10,9 @@ import ZnTest from './znTest/index';
|
|
|
10
10
|
import ZnWorkGrid from './znWorkGrid';
|
|
11
11
|
import ZnSearch from './znSearch/index';
|
|
12
12
|
import ZnNumberScroll from './znNumberScroll/index';
|
|
13
|
+
import ZnVirtualTable, { initVXETable, type ZnVirtualTableProps } from './znVirtualTable/index';
|
|
13
14
|
export { type ZnFormProps, type ZnFormSchemaProps, type ZnElFormProps, useZnForm } from './znForm/index';
|
|
14
15
|
export type { ZnWorkGridProps, ZnWorkGridItemsProps, ZnWorkGridWrokListProps } from './znWorkGrid/index';
|
|
15
|
-
export type { ZnTableProps,
|
|
16
|
-
export { ZnTable,
|
|
16
|
+
export type { ZnTableProps, SearchProps, ColumnProps, ZnTimelineItemPro, ZnGridProps, ZnGridItemProps, ZnVirtualTableProps };
|
|
17
|
+
export { ZnTable, ZnTreeFilter, ZnChart, ZnCountTo, ZnTest, ZnForm, ZnTimeline, ZnWorkGrid, ZnGrid, ZnGridItem, ZnSearch, ZnNumberScroll, ZnTreeSelect, ZnVirtualTable, initVXETable };
|
|
17
18
|
export { useZnSearch, type ZnSearchProps, type ZnSearchSchemaProps } from './znSearch/index';
|
package/es/components/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{ZnChart}from"./znChart/index.mjs";export{ZnTable}from"./znTable/index.mjs";export{ZnTreeSelect}from"./znTreeSelect/index.mjs";export{ZnTreeFilter}from"./znTreeFilter/index.mjs";export{ZnCountTo}from"./znCountTo/index.mjs";export{ZnForm}from"./znForm/index.mjs";export{ZnTimeline}from"./znTimeLine/index.mjs";export{ZnGrid,ZnGridItem}from"./znGrid/index.mjs";export{ZnTest}from"./znTest/index.mjs";export{ZnWorkGrid}from"./znWorkGrid/index.mjs";export{ZnSearch}from"./znSearch/index.mjs";export{ZnNumberScroll}from"./znNumberScroll/index.mjs";export{useZnForm}from"./znForm/src/hooks/useZnForm.mjs";export{useZnSearch}from"./znSearch/src/hooks/useProSearch.mjs";
|
|
1
|
+
export{ZnChart}from"./znChart/index.mjs";export{ZnTable}from"./znTable/index.mjs";export{ZnTreeSelect}from"./znTreeSelect/index.mjs";export{ZnTreeFilter}from"./znTreeFilter/index.mjs";export{ZnCountTo}from"./znCountTo/index.mjs";export{ZnForm}from"./znForm/index.mjs";export{ZnTimeline}from"./znTimeLine/index.mjs";export{ZnGrid,ZnGridItem}from"./znGrid/index.mjs";export{ZnTest}from"./znTest/index.mjs";export{ZnWorkGrid}from"./znWorkGrid/index.mjs";export{ZnSearch}from"./znSearch/index.mjs";export{ZnNumberScroll}from"./znNumberScroll/index.mjs";import"./znVirtualTable/index.mjs";export{useZnForm}from"./znForm/src/hooks/useZnForm.mjs";export{useZnSearch}from"./znSearch/src/hooks/useProSearch.mjs";export{default as ZnVirtualTable}from"./znVirtualTable/src/index.vue2.mjs";export{initVXETable}from"./znVirtualTable/src/utils/vxe-setup.mjs";
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1060,429 +1060,7 @@ export declare const ZnTable: import("../../types").SFCWithInstall<import("vue")
|
|
|
1060
1060
|
flatColumnsFunc: (columns: ColumnProps[], flatArr?: ColumnProps[]) => ColumnProps<any>[];
|
|
1061
1061
|
searchColumns: import("vue").ComputedRef<ColumnProps<any>[]>;
|
|
1062
1062
|
colRef: import("vue").Ref<any, any>;
|
|
1063
|
-
colSetting: import("vue").
|
|
1064
|
-
type?: import("./src/interface/index").TypeProps;
|
|
1065
|
-
tag?: boolean;
|
|
1066
|
-
isShow?: boolean;
|
|
1067
|
-
isShowInView?: boolean;
|
|
1068
|
-
search?: {
|
|
1069
|
-
el?: import("./src/interface/index").SearchType;
|
|
1070
|
-
label?: string;
|
|
1071
|
-
props?: any;
|
|
1072
|
-
key?: string;
|
|
1073
|
-
tooltip?: string;
|
|
1074
|
-
order?: number;
|
|
1075
|
-
span?: number;
|
|
1076
|
-
offset?: number;
|
|
1077
|
-
defaultValue?: any;
|
|
1078
|
-
render?: (scope: import("./src/interface/index").SearchRenderScope) => import("vue").VNode;
|
|
1079
|
-
xs?: {
|
|
1080
|
-
span?: number;
|
|
1081
|
-
offset?: number;
|
|
1082
|
-
};
|
|
1083
|
-
sm?: {
|
|
1084
|
-
span?: number;
|
|
1085
|
-
offset?: number;
|
|
1086
|
-
};
|
|
1087
|
-
md?: {
|
|
1088
|
-
span?: number;
|
|
1089
|
-
offset?: number;
|
|
1090
|
-
};
|
|
1091
|
-
lg?: {
|
|
1092
|
-
span?: number;
|
|
1093
|
-
offset?: number;
|
|
1094
|
-
};
|
|
1095
|
-
xl?: {
|
|
1096
|
-
span?: number;
|
|
1097
|
-
offset?: number;
|
|
1098
|
-
};
|
|
1099
|
-
};
|
|
1100
|
-
dictCode?: string;
|
|
1101
|
-
enum?: import("./src/interface/index").EnumProps[] | ((params?: any) => Promise<any>) | {
|
|
1102
|
-
[x: string]: any;
|
|
1103
|
-
label?: string;
|
|
1104
|
-
value?: string | number | boolean | any[];
|
|
1105
|
-
disabled?: boolean;
|
|
1106
|
-
tagType?: string;
|
|
1107
|
-
children?: any[];
|
|
1108
|
-
}[];
|
|
1109
|
-
isFilterEnum?: boolean;
|
|
1110
|
-
fieldNames?: {
|
|
1111
|
-
label: string;
|
|
1112
|
-
value: string;
|
|
1113
|
-
children?: string;
|
|
1114
|
-
};
|
|
1115
|
-
headerRender?: (scope: import("./src/interface/index").HeaderRenderScope<any>) => import("vue").VNode;
|
|
1116
|
-
render?: (scope: import("./src/interface/index").RenderScope<any>) => import("vue").VNode | string | `dateFormat@${string}`;
|
|
1117
|
-
renderInView?: (scope: import("./src/interface/index").RenderScope<any>) => import("vue").VNode | string;
|
|
1118
|
-
_children?: any[];
|
|
1119
|
-
props?: {
|
|
1120
|
-
[x: string]: any;
|
|
1121
|
-
btns?: {
|
|
1122
|
-
[x: string]: any;
|
|
1123
|
-
name: string;
|
|
1124
|
-
label: string;
|
|
1125
|
-
type?: "primary" | "success" | "warning" | "danger" | "info" | "text";
|
|
1126
|
-
size?: "large" | "default" | "small";
|
|
1127
|
-
disabled?: boolean;
|
|
1128
|
-
icon?: any;
|
|
1129
|
-
show?: boolean | ((row: any) => boolean);
|
|
1130
|
-
}[];
|
|
1131
|
-
maxCount?: number;
|
|
1132
|
-
moreText?: string;
|
|
1133
|
-
minWidth?: string;
|
|
1134
|
-
};
|
|
1135
|
-
width?: string | number;
|
|
1136
|
-
fixed?: boolean | string;
|
|
1137
|
-
filters?: {
|
|
1138
|
-
text: string;
|
|
1139
|
-
value: string;
|
|
1140
|
-
}[];
|
|
1141
|
-
label?: string;
|
|
1142
|
-
index?: number | ((index: number) => number);
|
|
1143
|
-
minWidth?: string | number;
|
|
1144
|
-
id?: string;
|
|
1145
|
-
realWidth?: number;
|
|
1146
|
-
className?: string;
|
|
1147
|
-
labelClassName?: string;
|
|
1148
|
-
property?: string;
|
|
1149
|
-
prop?: string;
|
|
1150
|
-
sortable?: boolean | string;
|
|
1151
|
-
sortMethod?: (a: any, b: any) => number;
|
|
1152
|
-
sortBy?: string | string[] | ((row: any, index: number) => string);
|
|
1153
|
-
resizable?: boolean;
|
|
1154
|
-
columnKey?: string;
|
|
1155
|
-
rawColumnKey?: string;
|
|
1156
|
-
align?: string;
|
|
1157
|
-
headerAlign?: string;
|
|
1158
|
-
showOverflowTooltip?: boolean | {
|
|
1159
|
-
showArrow?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1160
|
-
appendTo?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
1161
|
-
transition?: string;
|
|
1162
|
-
effect?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
|
|
1163
|
-
enterable?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1164
|
-
popperClass?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
|
|
1165
|
-
[x: string]: boolean;
|
|
1166
|
-
} | (string | {
|
|
1167
|
-
[x: string]: boolean;
|
|
1168
|
-
} | (string | {
|
|
1169
|
-
[x: string]: boolean;
|
|
1170
|
-
} | (string | {
|
|
1171
|
-
[x: string]: boolean;
|
|
1172
|
-
} | (string | {
|
|
1173
|
-
[x: string]: boolean;
|
|
1174
|
-
} | (string | {
|
|
1175
|
-
[x: string]: boolean;
|
|
1176
|
-
} | (string | {
|
|
1177
|
-
[x: string]: boolean;
|
|
1178
|
-
} | (string | {
|
|
1179
|
-
[x: string]: boolean;
|
|
1180
|
-
} | (string | {
|
|
1181
|
-
[x: string]: boolean;
|
|
1182
|
-
} | (string | {
|
|
1183
|
-
[x: string]: boolean;
|
|
1184
|
-
} | (string | {
|
|
1185
|
-
[x: string]: boolean;
|
|
1186
|
-
} | (string | {
|
|
1187
|
-
[x: string]: boolean;
|
|
1188
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1189
|
-
[x: string]: boolean;
|
|
1190
|
-
} | (string | {
|
|
1191
|
-
[x: string]: boolean;
|
|
1192
|
-
} | (string | {
|
|
1193
|
-
[x: string]: boolean;
|
|
1194
|
-
} | (string | {
|
|
1195
|
-
[x: string]: boolean;
|
|
1196
|
-
} | (string | {
|
|
1197
|
-
[x: string]: boolean;
|
|
1198
|
-
} | (string | {
|
|
1199
|
-
[x: string]: boolean;
|
|
1200
|
-
} | (string | {
|
|
1201
|
-
[x: string]: boolean;
|
|
1202
|
-
} | (string | {
|
|
1203
|
-
[x: string]: boolean;
|
|
1204
|
-
} | (string | {
|
|
1205
|
-
[x: string]: boolean;
|
|
1206
|
-
} | (string | {
|
|
1207
|
-
[x: string]: boolean;
|
|
1208
|
-
} | (string | {
|
|
1209
|
-
[x: string]: boolean;
|
|
1210
|
-
} | (string | {
|
|
1211
|
-
[x: string]: boolean;
|
|
1212
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1213
|
-
[x: string]: boolean;
|
|
1214
|
-
} | (string | {
|
|
1215
|
-
[x: string]: boolean;
|
|
1216
|
-
} | (string | {
|
|
1217
|
-
[x: string]: boolean;
|
|
1218
|
-
} | (string | {
|
|
1219
|
-
[x: string]: boolean;
|
|
1220
|
-
} | (string | {
|
|
1221
|
-
[x: string]: boolean;
|
|
1222
|
-
} | (string | {
|
|
1223
|
-
[x: string]: boolean;
|
|
1224
|
-
} | (string | {
|
|
1225
|
-
[x: string]: boolean;
|
|
1226
|
-
} | (string | {
|
|
1227
|
-
[x: string]: boolean;
|
|
1228
|
-
} | (string | {
|
|
1229
|
-
[x: string]: boolean;
|
|
1230
|
-
} | (string | {
|
|
1231
|
-
[x: string]: boolean;
|
|
1232
|
-
} | (string | {
|
|
1233
|
-
[x: string]: boolean;
|
|
1234
|
-
} | (string | {
|
|
1235
|
-
[x: string]: boolean;
|
|
1236
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1237
|
-
[x: string]: boolean;
|
|
1238
|
-
} | (string | {
|
|
1239
|
-
[x: string]: boolean;
|
|
1240
|
-
} | (string | {
|
|
1241
|
-
[x: string]: boolean;
|
|
1242
|
-
} | (string | {
|
|
1243
|
-
[x: string]: boolean;
|
|
1244
|
-
} | (string | {
|
|
1245
|
-
[x: string]: boolean;
|
|
1246
|
-
} | (string | {
|
|
1247
|
-
[x: string]: boolean;
|
|
1248
|
-
} | (string | {
|
|
1249
|
-
[x: string]: boolean;
|
|
1250
|
-
} | (string | {
|
|
1251
|
-
[x: string]: boolean;
|
|
1252
|
-
} | (string | {
|
|
1253
|
-
[x: string]: boolean;
|
|
1254
|
-
} | (string | {
|
|
1255
|
-
[x: string]: boolean;
|
|
1256
|
-
} | (string | {
|
|
1257
|
-
[x: string]: boolean;
|
|
1258
|
-
} | (string | {
|
|
1259
|
-
[x: string]: boolean;
|
|
1260
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>;
|
|
1261
|
-
offset?: number;
|
|
1262
|
-
placement?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown>;
|
|
1263
|
-
popperOptions?: {
|
|
1264
|
-
placement?: import("element-plus").Placement;
|
|
1265
|
-
modifiers?: {
|
|
1266
|
-
name?: any;
|
|
1267
|
-
enabled?: boolean;
|
|
1268
|
-
phase?: import("@popperjs/core").ModifierPhases;
|
|
1269
|
-
requires?: Array<string>;
|
|
1270
|
-
requiresIfExists?: Array<string>;
|
|
1271
|
-
fn?: (arg0: import("@popperjs/core").ModifierArguments<any>) => import("@popperjs/core").State | void;
|
|
1272
|
-
effect?: (arg0: import("@popperjs/core").ModifierArguments<any>) => (() => void) | void;
|
|
1273
|
-
options?: Partial<any>;
|
|
1274
|
-
data?: import("@popperjs/core").Obj;
|
|
1275
|
-
}[];
|
|
1276
|
-
strategy?: import("@popperjs/core").PositioningStrategy;
|
|
1277
|
-
onFirstUpdate?: (arg0: Partial<import("@popperjs/core").State>) => void;
|
|
1278
|
-
};
|
|
1279
|
-
showAfter?: number;
|
|
1280
|
-
hideAfter?: number;
|
|
1281
|
-
};
|
|
1282
|
-
tooltipFormatter?: import("element-plus/es/components/table/src/util").TableOverflowTooltipFormatter<any>;
|
|
1283
|
-
formatter?: (row: any, column: import("element-plus").TableColumnCtx<any>, cellValue: any, index: number) => import("vue").VNode | string;
|
|
1284
|
-
selectable?: (row: any, index: number) => boolean;
|
|
1285
|
-
reserveSelection?: boolean;
|
|
1286
|
-
filterMethod?: import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any>;
|
|
1287
|
-
filteredValue?: string[];
|
|
1288
|
-
filterPlacement?: string;
|
|
1289
|
-
filterMultiple?: boolean;
|
|
1290
|
-
filterClassName?: string;
|
|
1291
|
-
sortOrders?: ("ascending" | "descending" | null)[];
|
|
1292
|
-
colSpan?: number;
|
|
1293
|
-
rowSpan?: number;
|
|
1294
|
-
level?: number;
|
|
1295
|
-
filterable?: boolean | {
|
|
1296
|
-
text: string;
|
|
1297
|
-
value: string;
|
|
1298
|
-
}[] | import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any>;
|
|
1299
|
-
order?: string;
|
|
1300
|
-
isColumnGroup?: boolean;
|
|
1301
|
-
isSubColumn?: boolean;
|
|
1302
|
-
columns?: {
|
|
1303
|
-
id: string;
|
|
1304
|
-
realWidth: number;
|
|
1305
|
-
type: string;
|
|
1306
|
-
label: string;
|
|
1307
|
-
className: string;
|
|
1308
|
-
labelClassName: string;
|
|
1309
|
-
property: string;
|
|
1310
|
-
prop: string;
|
|
1311
|
-
width: string | number;
|
|
1312
|
-
minWidth: string | number;
|
|
1313
|
-
renderHeader: (data: {
|
|
1314
|
-
column: import("element-plus").TableColumnCtx<any>;
|
|
1315
|
-
$index: number;
|
|
1316
|
-
}) => import("vue").VNode;
|
|
1317
|
-
sortable: boolean | string;
|
|
1318
|
-
sortMethod: (a: any, b: any) => number;
|
|
1319
|
-
sortBy: string | string[] | ((row: any, index: number) => string);
|
|
1320
|
-
resizable: boolean;
|
|
1321
|
-
columnKey: string;
|
|
1322
|
-
rawColumnKey: string;
|
|
1323
|
-
align: string;
|
|
1324
|
-
headerAlign: string;
|
|
1325
|
-
showOverflowTooltip?: boolean | {
|
|
1326
|
-
showArrow?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1327
|
-
appendTo?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
1328
|
-
transition?: string;
|
|
1329
|
-
effect?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
|
|
1330
|
-
enterable?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1331
|
-
popperClass?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
|
|
1332
|
-
[x: string]: boolean;
|
|
1333
|
-
} | (string | {
|
|
1334
|
-
[x: string]: boolean;
|
|
1335
|
-
} | (string | {
|
|
1336
|
-
[x: string]: boolean;
|
|
1337
|
-
} | (string | {
|
|
1338
|
-
[x: string]: boolean;
|
|
1339
|
-
} | (string | {
|
|
1340
|
-
[x: string]: boolean;
|
|
1341
|
-
} | (string | {
|
|
1342
|
-
[x: string]: boolean;
|
|
1343
|
-
} | (string | {
|
|
1344
|
-
[x: string]: boolean;
|
|
1345
|
-
} | (string | {
|
|
1346
|
-
[x: string]: boolean;
|
|
1347
|
-
} | (string | {
|
|
1348
|
-
[x: string]: boolean;
|
|
1349
|
-
} | (string | {
|
|
1350
|
-
[x: string]: boolean;
|
|
1351
|
-
} | (string | {
|
|
1352
|
-
[x: string]: boolean;
|
|
1353
|
-
} | (string | {
|
|
1354
|
-
[x: string]: boolean;
|
|
1355
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1356
|
-
[x: string]: boolean;
|
|
1357
|
-
} | (string | {
|
|
1358
|
-
[x: string]: boolean;
|
|
1359
|
-
} | (string | {
|
|
1360
|
-
[x: string]: boolean;
|
|
1361
|
-
} | (string | {
|
|
1362
|
-
[x: string]: boolean;
|
|
1363
|
-
} | (string | {
|
|
1364
|
-
[x: string]: boolean;
|
|
1365
|
-
} | (string | {
|
|
1366
|
-
[x: string]: boolean;
|
|
1367
|
-
} | (string | {
|
|
1368
|
-
[x: string]: boolean;
|
|
1369
|
-
} | (string | {
|
|
1370
|
-
[x: string]: boolean;
|
|
1371
|
-
} | (string | {
|
|
1372
|
-
[x: string]: boolean;
|
|
1373
|
-
} | (string | {
|
|
1374
|
-
[x: string]: boolean;
|
|
1375
|
-
} | (string | {
|
|
1376
|
-
[x: string]: boolean;
|
|
1377
|
-
} | (string | {
|
|
1378
|
-
[x: string]: boolean;
|
|
1379
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1380
|
-
[x: string]: boolean;
|
|
1381
|
-
} | (string | {
|
|
1382
|
-
[x: string]: boolean;
|
|
1383
|
-
} | (string | {
|
|
1384
|
-
[x: string]: boolean;
|
|
1385
|
-
} | (string | {
|
|
1386
|
-
[x: string]: boolean;
|
|
1387
|
-
} | (string | {
|
|
1388
|
-
[x: string]: boolean;
|
|
1389
|
-
} | (string | {
|
|
1390
|
-
[x: string]: boolean;
|
|
1391
|
-
} | (string | {
|
|
1392
|
-
[x: string]: boolean;
|
|
1393
|
-
} | (string | {
|
|
1394
|
-
[x: string]: boolean;
|
|
1395
|
-
} | (string | {
|
|
1396
|
-
[x: string]: boolean;
|
|
1397
|
-
} | (string | {
|
|
1398
|
-
[x: string]: boolean;
|
|
1399
|
-
} | (string | {
|
|
1400
|
-
[x: string]: boolean;
|
|
1401
|
-
} | (string | {
|
|
1402
|
-
[x: string]: boolean;
|
|
1403
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1404
|
-
[x: string]: boolean;
|
|
1405
|
-
} | (string | {
|
|
1406
|
-
[x: string]: boolean;
|
|
1407
|
-
} | (string | {
|
|
1408
|
-
[x: string]: boolean;
|
|
1409
|
-
} | (string | {
|
|
1410
|
-
[x: string]: boolean;
|
|
1411
|
-
} | (string | {
|
|
1412
|
-
[x: string]: boolean;
|
|
1413
|
-
} | (string | {
|
|
1414
|
-
[x: string]: boolean;
|
|
1415
|
-
} | (string | {
|
|
1416
|
-
[x: string]: boolean;
|
|
1417
|
-
} | (string | {
|
|
1418
|
-
[x: string]: boolean;
|
|
1419
|
-
} | (string | {
|
|
1420
|
-
[x: string]: boolean;
|
|
1421
|
-
} | (string | {
|
|
1422
|
-
[x: string]: boolean;
|
|
1423
|
-
} | (string | {
|
|
1424
|
-
[x: string]: boolean;
|
|
1425
|
-
} | (string | {
|
|
1426
|
-
[x: string]: boolean;
|
|
1427
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>;
|
|
1428
|
-
offset?: number;
|
|
1429
|
-
placement?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown>;
|
|
1430
|
-
popperOptions?: {
|
|
1431
|
-
placement?: import("element-plus").Placement;
|
|
1432
|
-
modifiers?: {
|
|
1433
|
-
name?: any;
|
|
1434
|
-
enabled?: boolean;
|
|
1435
|
-
phase?: import("@popperjs/core").ModifierPhases;
|
|
1436
|
-
requires?: Array<string>;
|
|
1437
|
-
requiresIfExists?: Array<string>;
|
|
1438
|
-
fn?: (arg0: import("@popperjs/core").ModifierArguments<any>) => import("@popperjs/core").State | void;
|
|
1439
|
-
effect?: (arg0: import("@popperjs/core").ModifierArguments<any>) => (() => void) | void;
|
|
1440
|
-
options?: Partial<any>;
|
|
1441
|
-
data?: import("@popperjs/core").Obj;
|
|
1442
|
-
}[];
|
|
1443
|
-
strategy?: import("@popperjs/core").PositioningStrategy;
|
|
1444
|
-
onFirstUpdate?: (arg0: Partial<import("@popperjs/core").State>) => void;
|
|
1445
|
-
};
|
|
1446
|
-
showAfter?: number;
|
|
1447
|
-
hideAfter?: number;
|
|
1448
|
-
};
|
|
1449
|
-
tooltipFormatter?: import("element-plus/es/components/table/src/util").TableOverflowTooltipFormatter<any>;
|
|
1450
|
-
fixed: boolean | string;
|
|
1451
|
-
formatter: (row: any, column: import("element-plus").TableColumnCtx<any>, cellValue: any, index: number) => import("vue").VNode | string;
|
|
1452
|
-
selectable: (row: any, index: number) => boolean;
|
|
1453
|
-
reserveSelection: boolean;
|
|
1454
|
-
filterMethod: import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any>;
|
|
1455
|
-
filteredValue: string[];
|
|
1456
|
-
filters: {
|
|
1457
|
-
text: string;
|
|
1458
|
-
value: string;
|
|
1459
|
-
}[];
|
|
1460
|
-
filterPlacement: string;
|
|
1461
|
-
filterMultiple: boolean;
|
|
1462
|
-
filterClassName: string;
|
|
1463
|
-
index: number | ((index: number) => number);
|
|
1464
|
-
sortOrders: ("ascending" | "descending" | null)[];
|
|
1465
|
-
renderCell: (data: any) => void;
|
|
1466
|
-
colSpan: number;
|
|
1467
|
-
rowSpan: number;
|
|
1468
|
-
children: any[];
|
|
1469
|
-
level: number;
|
|
1470
|
-
filterable: boolean | {
|
|
1471
|
-
text: string;
|
|
1472
|
-
value: string;
|
|
1473
|
-
}[] | import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any>;
|
|
1474
|
-
order: string;
|
|
1475
|
-
isColumnGroup: boolean;
|
|
1476
|
-
isSubColumn: boolean;
|
|
1477
|
-
columns: any[];
|
|
1478
|
-
getColumnIndex: () => number;
|
|
1479
|
-
no: number;
|
|
1480
|
-
filterOpened?: boolean;
|
|
1481
|
-
}[];
|
|
1482
|
-
getColumnIndex?: () => number;
|
|
1483
|
-
no?: number;
|
|
1484
|
-
filterOpened?: boolean;
|
|
1485
|
-
}[], ColumnProps<any>[] | {
|
|
1063
|
+
colSetting: import("vue").ComputedRef<{
|
|
1486
1064
|
type?: import("./src/interface/index").TypeProps;
|
|
1487
1065
|
tag?: boolean;
|
|
1488
1066
|
isShow?: boolean;
|
|
@@ -1905,7 +1483,6 @@ export declare const ZnTable: import("../../types").SFCWithInstall<import("vue")
|
|
|
1905
1483
|
no?: number;
|
|
1906
1484
|
filterOpened?: boolean;
|
|
1907
1485
|
}[]>;
|
|
1908
|
-
initColSetting: () => void;
|
|
1909
1486
|
updateTableColumns: (newColSetting: ColumnProps[]) => void;
|
|
1910
1487
|
openColSetting: () => void;
|
|
1911
1488
|
emit: (event: "search" | "reset" | "dragSort" | "handleOperateBtnsClick", ...args: any[]) => void;
|