@wx-design/components 0.8.52 → 0.8.54

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.
@@ -98,11 +98,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
98
98
  tableSetConfig: Partial<import("../../types/table").TableSetProps>;
99
99
  editable: boolean;
100
100
  headerFilterConfig: import("../../types/table").SabHeaderFilterProps<import("vxe-table").VxeTableDataRow>;
101
- headerFilterModel: any;
102
101
  wrapClassName: any;
103
102
  checkboxRecords: import("vxe-table").VxeTableDataRow[];
104
103
  withSeq: boolean;
105
104
  withCheckbox: boolean;
105
+ headerFilterModel: any;
106
106
  showToolbar: boolean;
107
107
  autoClearSelected: boolean;
108
108
  autoColumnWidth: boolean;