@wx-design/components 1.3.0-alpha.3 → 1.3.0-alpha.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.
@@ -183,10 +183,6 @@ declare const _default: import('vue').DefineComponent<TableSetColumnsProps, {},
183
183
  getCheckedFilters(): import("vxe-table").VxeTableDefines.FilterCheckedParams<any>[] | undefined;
184
184
  clearFilter(fieldOrColumn?: import("vxe-table").VxeColumnPropTypes.Field | import("vxe-table").VxeTableDefines.ColumnInfo<any> | null): void;
185
185
  refreshData: () => void;
186
- getPerformanceInfo(): {
187
- dataProcessingTime: number;
188
- dataLength: number;
189
- };
190
186
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
191
187
  params: import("vxe-table").VxeTablePropTypes.Params;
192
188
  name: string;
@@ -471,16 +467,12 @@ declare const _default: import('vue').DefineComponent<TableSetColumnsProps, {},
471
467
  childrenTransformField?: string;
472
468
  }) | undefined;
473
469
  reloadWithDestroy?: boolean;
474
- }> & Readonly<{}>, "reloadRow" | "clearFilter" | "getCheckedFilters" | ("params" | "name" | "id" | "size" | "border" | "loading" | "round" | "align" | "maxHeight" | "data" | "class" | "headerFilterConfig" | "columns" | "height" | "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" | "getPerformanceInfo"> & import('vue').ShallowUnwrapRef<{
470
+ }> & Readonly<{}>, "reloadRow" | "clearFilter" | "getCheckedFilters" | ("params" | "name" | "id" | "size" | "border" | "loading" | "round" | "align" | "maxHeight" | "data" | "class" | "headerFilterConfig" | "columns" | "height" | "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<{
475
471
  getInstance: () => import('vxe-table').VxeTableInstance | undefined;
476
472
  reloadRow: (rows: any | any[]) => void;
477
473
  getCheckedFilters(): import("vxe-table").VxeTableDefines.FilterCheckedParams<any>[] | undefined;
478
474
  clearFilter(fieldOrColumn?: import("vxe-table").VxeColumnPropTypes.Field | import("vxe-table").VxeTableDefines.ColumnInfo<any> | null): void;
479
475
  refreshData: () => void;
480
- getPerformanceInfo(): {
481
- dataProcessingTime: number;
482
- dataLength: number;
483
- };
484
476
  }> & {} & import('vue').ComponentCustomProperties & {} & {
485
477
  $slots: Partial<Record<string, (_: any) => any>> & {
486
478
  toolbar?(_: {}): any;
@@ -9,7 +9,6 @@ export interface UseTableDataReturn {
9
9
  dataSource: Ref<VxeTablePropTypes.Data<any>>;
10
10
  checkboxRecords: ComputedRef<any[]>;
11
11
  headerFilterModel: Ref<any>;
12
- dataProcessingTime: Ref<number>;
13
12
  refreshData: () => void;
14
13
  }
15
14
  export declare function useTableData(options: UseTableDataOptions): UseTableDataReturn;
@@ -23,10 +23,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
23
23
  getCheckedFilters(): VxeTableDefines.FilterCheckedParams<any>[] | undefined;
24
24
  clearFilter(fieldOrColumn?: VxeColumnPropTypes.Field | VxeTableDefines.ColumnInfo<any> | null): void;
25
25
  refreshData: () => void;
26
- getPerformanceInfo(): {
27
- dataProcessingTime: number;
28
- dataLength: number;
29
- };
30
26
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
31
27
  params: import("vxe-table").VxeTablePropTypes.Params;
32
28
  name: string;
@@ -1,3 +1,2 @@
1
1
  export declare function flattenTree<T = any>(treeList: T[], childField?: string, rowField?: string, parentField?: string): T[];
2
2
  export declare const throttleFlattenTree: import('lodash').DebouncedFuncLeading<typeof flattenTree>;
3
- export declare function clearFlattenCache(): void;