@wx-design/components 1.3.0-alpha.6 → 1.3.0-alpha.7
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/core/Modal/index.vue.d.ts +1 -1
- package/es/core/Table/components/TableSet/ColumnSet.vue.d.ts +3 -3
- package/es/core/Table/index.vue.d.ts +1 -1
- package/es/core/Table/renderer/FilterRender/index.vue.d.ts +1 -0
- package/es/index.mjs +16106 -15860
- package/es/style.css +1 -1
- package/lib/core/Modal/index.vue.d.ts +1 -1
- package/lib/core/Table/components/TableSet/ColumnSet.vue.d.ts +3 -3
- package/lib/core/Table/index.vue.d.ts +1 -1
- package/lib/core/Table/renderer/FilterRender/index.vue.d.ts +1 -0
- package/lib/index.js +7 -7
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -66,9 +66,9 @@ declare const __VLS_component: import('vue').DefineComponent<VxeModalProps, {},
|
|
|
66
66
|
resize: import("vxe-pc-ui").VxeModalPropTypes.Resize;
|
|
67
67
|
mask: import("vxe-pc-ui").VxeModalPropTypes.Mask;
|
|
68
68
|
height: import("vxe-pc-ui").VxeModalPropTypes.Height;
|
|
69
|
+
width: import("vxe-pc-ui").VxeModalPropTypes.Width;
|
|
69
70
|
showHeader: import("vxe-pc-ui").VxeModalPropTypes.ShowHeader;
|
|
70
71
|
showFooter: import("vxe-pc-ui").VxeModalPropTypes.ShowFooter;
|
|
71
|
-
width: import("vxe-pc-ui").VxeModalPropTypes.Width;
|
|
72
72
|
lockScroll: import("vxe-pc-ui").VxeModalPropTypes.LockScroll;
|
|
73
73
|
draggable: import("vxe-pc-ui").VxeModalPropTypes.Draggable;
|
|
74
74
|
showClose: import("vxe-pc-ui").VxeModalPropTypes.ShowClose;
|
|
@@ -195,9 +195,9 @@ declare const _default: import('vue').DefineComponent<TableSetColumnsProps, {},
|
|
|
195
195
|
maxHeight: import("vxe-table").VxeTablePropTypes.MaxHeight;
|
|
196
196
|
data: import("vxe-table").VxeTablePropTypes.Data<import("vxe-table").VxeTablePropTypes.Row>;
|
|
197
197
|
class: any;
|
|
198
|
+
height: import("vxe-table").VxeTablePropTypes.Height;
|
|
198
199
|
headerFilterConfig: import('../../../../types/table/table').SabHeaderFilterProps;
|
|
199
200
|
columns: SabColumnProps<import("vxe-table").VxeTablePropTypes.Row>[];
|
|
200
|
-
height: import("vxe-table").VxeTablePropTypes.Height;
|
|
201
201
|
minHeight: import("vxe-table").VxeTablePropTypes.MinHeight;
|
|
202
202
|
stripe: import("vxe-table").VxeTablePropTypes.Stripe;
|
|
203
203
|
padding: import("vxe-table").VxeTablePropTypes.Padding;
|
|
@@ -334,9 +334,9 @@ declare const _default: import('vue').DefineComponent<TableSetColumnsProps, {},
|
|
|
334
334
|
maxHeight: import("vxe-table").VxeTablePropTypes.MaxHeight;
|
|
335
335
|
data: import("vxe-table").VxeTablePropTypes.Data<import("vxe-table").VxeTablePropTypes.Row>;
|
|
336
336
|
class: any;
|
|
337
|
+
height: import("vxe-table").VxeTablePropTypes.Height;
|
|
337
338
|
headerFilterConfig: import('../../../../types/table/table').SabHeaderFilterProps;
|
|
338
339
|
columns: SabColumnProps<import("vxe-table").VxeTablePropTypes.Row>[];
|
|
339
|
-
height: import("vxe-table").VxeTablePropTypes.Height;
|
|
340
340
|
minHeight: import("vxe-table").VxeTablePropTypes.MinHeight;
|
|
341
341
|
stripe: import("vxe-table").VxeTablePropTypes.Stripe;
|
|
342
342
|
padding: import("vxe-table").VxeTablePropTypes.Padding;
|
|
@@ -467,7 +467,7 @@ declare const _default: import('vue').DefineComponent<TableSetColumnsProps, {},
|
|
|
467
467
|
childrenTransformField?: string;
|
|
468
468
|
}) | undefined;
|
|
469
469
|
reloadWithDestroy?: boolean;
|
|
470
|
-
}> & Readonly<{}>, "reloadRow" | "clearFilter" | "getCheckedFilters" | ("params" | "name" | "id" | "size" | "border" | "loading" | "round" | "align" | "maxHeight" | "data" | "class" | "
|
|
470
|
+
}> & Readonly<{}>, "reloadRow" | "clearFilter" | "getCheckedFilters" | ("params" | "name" | "id" | "size" | "border" | "loading" | "round" | "align" | "maxHeight" | "data" | "class" | "height" | "headerFilterConfig" | "columns" | "minHeight" | "stripe" | "padding" | "headerAlign" | "footerAlign" | "showHeader" | "showFooter" | "footerData" | "footerMethod" | "rowClassName" | "cellClassName" | "headerRowClassName" | "headerCellClassName" | "footerRowClassName" | "footerCellClassName" | "cellStyle" | "rowStyle" | "headerCellStyle" | "headerRowStyle" | "footerRowStyle" | "footerCellStyle" | "mergeCells" | "mergeFooterItems" | "spanMethod" | "footerSpanMethod" | "showOverflow" | "showHeaderOverflow" | "showFooterOverflow" | "keepSource" | "autoResize" | "syncResize" | "columnConfig" | "rowConfig" | "cellConfig" | "headerCellConfig" | "footerCellConfig" | "aggregateConfig" | "rowGroupConfig" | "currentRowConfig" | "currentColumnConfig" | "dragConfig" | "rowDragConfig" | "columnDragConfig" | "customConfig" | "resizeConfig" | "resizableConfig" | "seqConfig" | "sortConfig" | "filterConfig" | "radioConfig" | "checkboxConfig" | "tooltipConfig" | "exportConfig" | "importConfig" | "printConfig" | "expandConfig" | "treeConfig" | "menuConfig" | "mouseConfig" | "areaConfig" | "fnrConfig" | "keyboardConfig" | "clipConfig" | "editConfig" | "validConfig" | "editRules" | "emptyText" | "emptyRender" | "loadingConfig" | "scrollX" | "scrollY" | "virtualXConfig" | "virtualYConfig" | "scrollbarConfig" | "resizable" | "highlightCurrentRow" | "highlightHoverRow" | "highlightCurrentColumn" | "highlightHoverColumn" | "highlightCell" | "columnKey" | "rowKey" | "rowId" | "fit" | "animat" | "delayHover" | "editable" | "wrapClassName" | "checkboxRecords" | "withSeq" | "withCheckbox" | "headerFilterModel" | "showToolbar" | "autoColumnWidth" | "rowBackgroundHighlight" | "tableSetConfig" | "reloadWithDestroy") | "getInstance" | "refreshData"> & import('vue').ShallowUnwrapRef<{
|
|
471
471
|
getInstance: () => import('vxe-table').VxeTableInstance | undefined;
|
|
472
472
|
reloadRow: (rows: any | any[]) => void;
|
|
473
473
|
getCheckedFilters(): import("vxe-table").VxeTableDefines.FilterCheckedParams<any>[] | undefined;
|
|
@@ -35,9 +35,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
35
35
|
maxHeight: import("vxe-table").VxeTablePropTypes.MaxHeight;
|
|
36
36
|
data: import("vxe-table").VxeTablePropTypes.Data<import("vxe-table").VxeTablePropTypes.Row>;
|
|
37
37
|
class: any;
|
|
38
|
+
height: import("vxe-table").VxeTablePropTypes.Height;
|
|
38
39
|
headerFilterConfig: import('../../types/table').SabHeaderFilterProps;
|
|
39
40
|
columns: import('../../types/table').SabColumnProps<import("vxe-table").VxeTablePropTypes.Row>[];
|
|
40
|
-
height: import("vxe-table").VxeTablePropTypes.Height;
|
|
41
41
|
minHeight: import("vxe-table").VxeTablePropTypes.MinHeight;
|
|
42
42
|
stripe: import("vxe-table").VxeTablePropTypes.Stripe;
|
|
43
43
|
padding: import("vxe-table").VxeTablePropTypes.Padding;
|
|
@@ -12,5 +12,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12
12
|
"onFilter-reset"?: ((params: any) => any) | undefined;
|
|
13
13
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
14
14
|
renderer: HTMLDivElement;
|
|
15
|
+
containerRef: HTMLDivElement;
|
|
15
16
|
}, HTMLDivElement>;
|
|
16
17
|
export default _default;
|