cnhis-design-vue 3.1.23-beta.2 → 3.1.23-beta.4
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 +123 -123
- package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +8 -2
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +4 -0
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/useEvent2.js +8 -4
- package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
- package/es/components/form-config/index.d.ts +6 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +6 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +6 -0
- package/es/components/form-render/src/components/renderer/search.d.ts +13 -1
- package/es/components/form-render/src/components/renderer/searchCascader.d.ts +63 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +6 -0
- package/es/components/form-render/src/utils/schema2.js +1 -4
- package/es/components/iho-table/index.d.ts +100 -270
- package/es/components/iho-table/src/IhoTable.vue.d.ts +100 -270
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/index2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/index.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/{inputRendererPlugins.js → inputRendererPlugin.js} +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/search-cascader/index.d.ts +133 -0
- package/es/components/search-cascader/index.js +1 -0
- package/es/components/search-cascader/index2.js +10 -0
- package/es/components/search-cascader/src/SearchCascader.js +189 -0
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +135 -0
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +36 -0
- package/es/components/search-cascader/src/components/SearchMenu.js +125 -0
- package/es/components/search-cascader/src/components/index.d.ts +1 -0
- package/es/components/search-cascader/src/components/index.js +1 -0
- package/es/components/search-cascader/src/constants/index.d.ts +3 -0
- package/es/components/search-cascader/src/constants/index.js +1 -0
- package/es/components/search-cascader/src/constants/index2.js +3 -0
- package/es/components/search-cascader/src/hooks/index.d.ts +1 -0
- package/es/components/search-cascader/src/hooks/index.js +1 -0
- package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +3 -0
- package/es/components/search-cascader/src/hooks/useCssVariable.js +1 -0
- package/es/components/search-cascader/src/hooks/useCssVariable2.js +7 -0
- package/es/components/search-cascader/src/utils/index.d.ts +2 -0
- package/es/components/search-cascader/src/utils/index.js +1 -0
- package/es/components/search-cascader/src/utils/index2.js +11 -0
- package/es/components/search-cascader/style/index.css +1 -0
- package/es/components/shortcut-setter/index.d.ts +6 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -0
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/index2.js +14 -5
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugins.d.ts +0 -1
|
@@ -393,36 +393,16 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
393
393
|
};
|
|
394
394
|
params: any;
|
|
395
395
|
slots: {
|
|
396
|
-
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) =>
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
[key: string]: any;
|
|
407
|
-
}>[]) | null | undefined;
|
|
408
|
-
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
409
|
-
[key: string]: any;
|
|
410
|
-
}>[]) | null | undefined;
|
|
411
|
-
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
412
|
-
[key: string]: any;
|
|
413
|
-
}>[]) | null | undefined;
|
|
414
|
-
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
415
|
-
[key: string]: any;
|
|
416
|
-
}>[]) | null | undefined;
|
|
417
|
-
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
418
|
-
[key: string]: any;
|
|
419
|
-
}>[]) | null | undefined;
|
|
420
|
-
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
421
|
-
[key: string]: any;
|
|
422
|
-
}>[]) | null | undefined;
|
|
423
|
-
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
424
|
-
[key: string]: any;
|
|
425
|
-
}>[]) | null | undefined;
|
|
396
|
+
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
397
|
+
radio?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
398
|
+
checkbox?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
399
|
+
default?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
400
|
+
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
401
|
+
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
402
|
+
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
403
|
+
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
404
|
+
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
405
|
+
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
426
406
|
};
|
|
427
407
|
id: string;
|
|
428
408
|
parentId: string;
|
|
@@ -716,36 +696,16 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
716
696
|
};
|
|
717
697
|
params: any;
|
|
718
698
|
slots: {
|
|
719
|
-
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) =>
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
[key: string]: any;
|
|
730
|
-
}>[]) | null | undefined;
|
|
731
|
-
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
732
|
-
[key: string]: any;
|
|
733
|
-
}>[]) | null | undefined;
|
|
734
|
-
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
735
|
-
[key: string]: any;
|
|
736
|
-
}>[]) | null | undefined;
|
|
737
|
-
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
738
|
-
[key: string]: any;
|
|
739
|
-
}>[]) | null | undefined;
|
|
740
|
-
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
741
|
-
[key: string]: any;
|
|
742
|
-
}>[]) | null | undefined;
|
|
743
|
-
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
744
|
-
[key: string]: any;
|
|
745
|
-
}>[]) | null | undefined;
|
|
746
|
-
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
747
|
-
[key: string]: any;
|
|
748
|
-
}>[]) | null | undefined;
|
|
699
|
+
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
700
|
+
radio?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
701
|
+
checkbox?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
702
|
+
default?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
703
|
+
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
704
|
+
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
705
|
+
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
706
|
+
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
707
|
+
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
708
|
+
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
749
709
|
};
|
|
750
710
|
id: string;
|
|
751
711
|
parentId: string;
|
|
@@ -1198,36 +1158,16 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1198
1158
|
};
|
|
1199
1159
|
params: any;
|
|
1200
1160
|
slots: {
|
|
1201
|
-
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) =>
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
[key: string]: any;
|
|
1212
|
-
}>[]) | null | undefined;
|
|
1213
|
-
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1214
|
-
[key: string]: any;
|
|
1215
|
-
}>[]) | null | undefined;
|
|
1216
|
-
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1217
|
-
[key: string]: any;
|
|
1218
|
-
}>[]) | null | undefined;
|
|
1219
|
-
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1220
|
-
[key: string]: any;
|
|
1221
|
-
}>[]) | null | undefined;
|
|
1222
|
-
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1223
|
-
[key: string]: any;
|
|
1224
|
-
}>[]) | null | undefined;
|
|
1225
|
-
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1226
|
-
[key: string]: any;
|
|
1227
|
-
}>[]) | null | undefined;
|
|
1228
|
-
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1229
|
-
[key: string]: any;
|
|
1230
|
-
}>[]) | null | undefined;
|
|
1161
|
+
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1162
|
+
radio?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1163
|
+
checkbox?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1164
|
+
default?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1165
|
+
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1166
|
+
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1167
|
+
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1168
|
+
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1169
|
+
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1170
|
+
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1231
1171
|
};
|
|
1232
1172
|
id: string;
|
|
1233
1173
|
parentId: string;
|
|
@@ -1577,36 +1517,16 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1577
1517
|
};
|
|
1578
1518
|
params: any;
|
|
1579
1519
|
slots: {
|
|
1580
|
-
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) =>
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
[key: string]: any;
|
|
1591
|
-
}>[]) | null | undefined;
|
|
1592
|
-
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1593
|
-
[key: string]: any;
|
|
1594
|
-
}>[]) | null | undefined;
|
|
1595
|
-
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1596
|
-
[key: string]: any;
|
|
1597
|
-
}>[]) | null | undefined;
|
|
1598
|
-
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1599
|
-
[key: string]: any;
|
|
1600
|
-
}>[]) | null | undefined;
|
|
1601
|
-
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1602
|
-
[key: string]: any;
|
|
1603
|
-
}>[]) | null | undefined;
|
|
1604
|
-
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1605
|
-
[key: string]: any;
|
|
1606
|
-
}>[]) | null | undefined;
|
|
1607
|
-
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1608
|
-
[key: string]: any;
|
|
1609
|
-
}>[]) | null | undefined;
|
|
1520
|
+
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1521
|
+
radio?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1522
|
+
checkbox?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1523
|
+
default?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1524
|
+
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1525
|
+
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1526
|
+
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1527
|
+
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1528
|
+
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1529
|
+
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
1610
1530
|
};
|
|
1611
1531
|
id: string;
|
|
1612
1532
|
parentId: string;
|
|
@@ -1675,6 +1595,7 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1675
1595
|
trigger?: "default" | "cell" | "row" | undefined;
|
|
1676
1596
|
lazy?: boolean | undefined;
|
|
1677
1597
|
reserve?: boolean | undefined;
|
|
1598
|
+
height?: number | undefined;
|
|
1678
1599
|
loadMethod?: ((params: {
|
|
1679
1600
|
$table: import("vxe-table").VxeTableConstructor & import("vxe-table").VxeTablePrivateMethods;
|
|
1680
1601
|
row: any;
|
|
@@ -2062,6 +1983,10 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2062
1983
|
children?: any[] | undefined;
|
|
2063
1984
|
cellType?: "string" | "number" | undefined;
|
|
2064
1985
|
} | undefined;
|
|
1986
|
+
loadingConfig?: {
|
|
1987
|
+
icon?: string | undefined;
|
|
1988
|
+
text?: string | undefined;
|
|
1989
|
+
} | undefined;
|
|
2065
1990
|
fit?: boolean | undefined;
|
|
2066
1991
|
animat?: boolean | undefined;
|
|
2067
1992
|
delayHover?: number | undefined;
|
|
@@ -2391,36 +2316,16 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2391
2316
|
} | undefined;
|
|
2392
2317
|
params?: any;
|
|
2393
2318
|
slots?: {
|
|
2394
|
-
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) =>
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
[key: string]: any;
|
|
2405
|
-
}>[]) | null | undefined;
|
|
2406
|
-
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2407
|
-
[key: string]: any;
|
|
2408
|
-
}>[]) | null | undefined;
|
|
2409
|
-
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2410
|
-
[key: string]: any;
|
|
2411
|
-
}>[]) | null | undefined;
|
|
2412
|
-
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2413
|
-
[key: string]: any;
|
|
2414
|
-
}>[]) | null | undefined;
|
|
2415
|
-
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2416
|
-
[key: string]: any;
|
|
2417
|
-
}>[]) | null | undefined;
|
|
2418
|
-
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2419
|
-
[key: string]: any;
|
|
2420
|
-
}>[]) | null | undefined;
|
|
2421
|
-
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2422
|
-
[key: string]: any;
|
|
2423
|
-
}>[]) | null | undefined;
|
|
2319
|
+
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2320
|
+
radio?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2321
|
+
checkbox?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2322
|
+
default?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2323
|
+
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2324
|
+
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2325
|
+
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2326
|
+
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2327
|
+
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2328
|
+
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2424
2329
|
} | undefined;
|
|
2425
2330
|
id?: string | undefined;
|
|
2426
2331
|
parentId?: string | undefined;
|
|
@@ -2811,36 +2716,16 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2811
2716
|
};
|
|
2812
2717
|
params: any;
|
|
2813
2718
|
slots: {
|
|
2814
|
-
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) =>
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
[key: string]: any;
|
|
2825
|
-
}>[]) | null | undefined;
|
|
2826
|
-
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2827
|
-
[key: string]: any;
|
|
2828
|
-
}>[]) | null | undefined;
|
|
2829
|
-
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2830
|
-
[key: string]: any;
|
|
2831
|
-
}>[]) | null | undefined;
|
|
2832
|
-
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2833
|
-
[key: string]: any;
|
|
2834
|
-
}>[]) | null | undefined;
|
|
2835
|
-
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2836
|
-
[key: string]: any;
|
|
2837
|
-
}>[]) | null | undefined;
|
|
2838
|
-
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2839
|
-
[key: string]: any;
|
|
2840
|
-
}>[]) | null | undefined;
|
|
2841
|
-
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2842
|
-
[key: string]: any;
|
|
2843
|
-
}>[]) | null | undefined;
|
|
2719
|
+
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2720
|
+
radio?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2721
|
+
checkbox?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2722
|
+
default?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2723
|
+
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2724
|
+
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2725
|
+
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2726
|
+
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2727
|
+
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2728
|
+
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
2844
2729
|
};
|
|
2845
2730
|
id: string;
|
|
2846
2731
|
parentId: string;
|
|
@@ -3134,36 +3019,16 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3134
3019
|
};
|
|
3135
3020
|
params: any;
|
|
3136
3021
|
slots: {
|
|
3137
|
-
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) =>
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
[key: string]: any;
|
|
3148
|
-
}>[]) | null | undefined;
|
|
3149
|
-
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3150
|
-
[key: string]: any;
|
|
3151
|
-
}>[]) | null | undefined;
|
|
3152
|
-
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3153
|
-
[key: string]: any;
|
|
3154
|
-
}>[]) | null | undefined;
|
|
3155
|
-
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3156
|
-
[key: string]: any;
|
|
3157
|
-
}>[]) | null | undefined;
|
|
3158
|
-
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3159
|
-
[key: string]: any;
|
|
3160
|
-
}>[]) | null | undefined;
|
|
3161
|
-
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3162
|
-
[key: string]: any;
|
|
3163
|
-
}>[]) | null | undefined;
|
|
3164
|
-
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3165
|
-
[key: string]: any;
|
|
3166
|
-
}>[]) | null | undefined;
|
|
3022
|
+
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3023
|
+
radio?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3024
|
+
checkbox?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3025
|
+
default?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3026
|
+
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3027
|
+
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3028
|
+
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3029
|
+
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3030
|
+
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3031
|
+
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3167
3032
|
};
|
|
3168
3033
|
id: string;
|
|
3169
3034
|
parentId: string;
|
|
@@ -3616,36 +3481,16 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3616
3481
|
};
|
|
3617
3482
|
params: any;
|
|
3618
3483
|
slots: {
|
|
3619
|
-
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) =>
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
[key: string]: any;
|
|
3630
|
-
}>[]) | null | undefined;
|
|
3631
|
-
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3632
|
-
[key: string]: any;
|
|
3633
|
-
}>[]) | null | undefined;
|
|
3634
|
-
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3635
|
-
[key: string]: any;
|
|
3636
|
-
}>[]) | null | undefined;
|
|
3637
|
-
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3638
|
-
[key: string]: any;
|
|
3639
|
-
}>[]) | null | undefined;
|
|
3640
|
-
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3641
|
-
[key: string]: any;
|
|
3642
|
-
}>[]) | null | undefined;
|
|
3643
|
-
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3644
|
-
[key: string]: any;
|
|
3645
|
-
}>[]) | null | undefined;
|
|
3646
|
-
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3647
|
-
[key: string]: any;
|
|
3648
|
-
}>[]) | null | undefined;
|
|
3484
|
+
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3485
|
+
radio?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3486
|
+
checkbox?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3487
|
+
default?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3488
|
+
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3489
|
+
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3490
|
+
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3491
|
+
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3492
|
+
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3493
|
+
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3649
3494
|
};
|
|
3650
3495
|
id: string;
|
|
3651
3496
|
parentId: string;
|
|
@@ -3995,36 +3840,16 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3995
3840
|
};
|
|
3996
3841
|
params: any;
|
|
3997
3842
|
slots: {
|
|
3998
|
-
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) =>
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
[key: string]: any;
|
|
4009
|
-
}>[]) | null | undefined;
|
|
4010
|
-
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4011
|
-
[key: string]: any;
|
|
4012
|
-
}>[]) | null | undefined;
|
|
4013
|
-
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4014
|
-
[key: string]: any;
|
|
4015
|
-
}>[]) | null | undefined;
|
|
4016
|
-
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4017
|
-
[key: string]: any;
|
|
4018
|
-
}>[]) | null | undefined;
|
|
4019
|
-
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4020
|
-
[key: string]: any;
|
|
4021
|
-
}>[]) | null | undefined;
|
|
4022
|
-
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4023
|
-
[key: string]: any;
|
|
4024
|
-
}>[]) | null | undefined;
|
|
4025
|
-
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => string[] | JSX.Element[] | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4026
|
-
[key: string]: any;
|
|
4027
|
-
}>[]) | null | undefined;
|
|
3843
|
+
title?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3844
|
+
radio?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3845
|
+
checkbox?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3846
|
+
default?: string | ((params: import("vxe-table").VxeColumnPropTypes.DefaultSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3847
|
+
header?: string | ((params: import("vxe-table").VxeColumnPropTypes.HeaderSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3848
|
+
footer?: string | ((params: import("vxe-table").VxeColumnPropTypes.FooterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3849
|
+
content?: string | ((params: import("vxe-table").VxeColumnPropTypes.ContentSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3850
|
+
filter?: string | ((params: import("vxe-table").VxeColumnPropTypes.FilterSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3851
|
+
edit?: string | ((params: import("vxe-table").VxeColumnPropTypes.EditSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
3852
|
+
icon?: string | ((params: import("vxe-table").VxeColumnPropTypes.IconSlotParams) => import("vxe-table").SlotVNodeType | import("vxe-table").SlotVNodeType[]) | null | undefined;
|
|
4028
3853
|
};
|
|
4029
3854
|
id: string;
|
|
4030
3855
|
parentId: string;
|
|
@@ -4093,6 +3918,7 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4093
3918
|
trigger?: "default" | "cell" | "row" | undefined;
|
|
4094
3919
|
lazy?: boolean | undefined;
|
|
4095
3920
|
reserve?: boolean | undefined;
|
|
3921
|
+
height?: number | undefined;
|
|
4096
3922
|
loadMethod?: ((params: {
|
|
4097
3923
|
$table: import("vxe-table").VxeTableConstructor & import("vxe-table").VxeTablePrivateMethods;
|
|
4098
3924
|
row: any;
|
|
@@ -4480,6 +4306,10 @@ declare const IhoTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4480
4306
|
children?: any[] | undefined;
|
|
4481
4307
|
cellType?: "string" | "number" | undefined;
|
|
4482
4308
|
} | undefined;
|
|
4309
|
+
loadingConfig?: {
|
|
4310
|
+
icon?: string | undefined;
|
|
4311
|
+
text?: string | undefined;
|
|
4312
|
+
} | undefined;
|
|
4483
4313
|
fit?: boolean | undefined;
|
|
4484
4314
|
animat?: boolean | undefined;
|
|
4485
4315
|
delayHover?: number | undefined;
|