@mescius/wijmo.grid.sheet 5.20232.939 → 5.20241.2-rc

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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20232.939
3
+ * Wijmo Library 5.20241.2
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -23,14 +23,14 @@
23
23
  *
24
24
  */
25
25
  export declare var ___keepComment: any;
26
- import { CollectionView, Point, ObservableArray, Control, Event, EventArgs, PropertyChangedEventArgs, NotifyCollectionChangedEventArgs, CancelEventArgs } from '@grapecity/wijmo';
27
- import { Row, Column, CellRange, GridPanel, FlexGrid, DataMap, CellRangeEventArgs, HitTestInfo, CellFactory, CellType, _SelectionHandler, SelMove, RowColCollection, RowCollection, ColumnCollection, SelectedState } from '@grapecity/wijmo.grid';
28
- import { ColumnFilter, FilterType, ValueFilter, ConditionFilter, ValueFilterEditor, ColumnFilterEditor, FlexGridFilter } from '@grapecity/wijmo.grid.filter';
29
- import { Workbook } from '@grapecity/wijmo.xlsx';
30
- import { HtmlEntityConversion } from '@grapecity/wijmo.grid.xlsx';
31
- import * as mInput from '@grapecity/wijmo.input';
32
- import * as mXlsx from '@grapecity/wijmo.xlsx';
33
- import * as selfModule from '@grapecity/wijmo.grid.sheet';
26
+ import { CollectionView, Point, ObservableArray, Control, Event, EventArgs, PropertyChangedEventArgs, NotifyCollectionChangedEventArgs, CancelEventArgs } from '@mescius/wijmo';
27
+ import { Row, Column, CellRange, GridPanel, FlexGrid, DataMap, CellRangeEventArgs, HitTestInfo, CellFactory, CellType, _SelectionHandler, SelMove, RowColCollection, RowCollection, ColumnCollection, SelectedState } from '@mescius/wijmo.grid';
28
+ import { ColumnFilter, FilterType, ValueFilter, ConditionFilter, ValueFilterEditor, ColumnFilterEditor, FlexGridFilter } from '@mescius/wijmo.grid.filter';
29
+ import { Workbook } from '@mescius/wijmo.xlsx';
30
+ import { HtmlEntityConversion } from '@mescius/wijmo.grid.xlsx';
31
+ import * as mInput from '@mescius/wijmo.input';
32
+ import * as mXlsx from '@mescius/wijmo.xlsx';
33
+ import * as selfModule from '@mescius/wijmo.grid.sheet';
34
34
  export declare function softInput(): typeof mInput;
35
35
  export declare function softXlsx(): typeof mXlsx;
36
36
  export declare var _ErrorMessages: {
@@ -1403,8 +1403,9 @@ export declare class FlexSheet extends FlexGrid {
1403
1403
  *
1404
1404
  * @param rng The cell range to select.
1405
1405
  * @param show Indicates whether to scroll the new selection into view.
1406
+ * @param panel The GridPanel to the selected range belongs {@link GridPanel}
1406
1407
  */
1407
- select(rng: any, show?: any): boolean;
1408
+ select(rng: any, show?: any, panel?: GridPanel): boolean;
1408
1409
  addCustomFunction(name: string, func: Function, description?: string, minParamsCount?: number, maxParamsCount?: number): void;
1409
1410
  /**
1410
1411
  * Add custom function in {@link FlexSheet}.
@@ -1637,6 +1638,7 @@ export declare class FlexSheet extends FlexGrid {
1637
1638
  static _fromOADate(oADate: number): Date;
1638
1639
  setHeights(heights: (number | null)[]): void;
1639
1640
  updateRowHeights(): void;
1641
+ _finishResizing(e: MouseEvent, doubleClick: boolean, selections?: CellRange[]): void;
1640
1642
  }
1641
1643
  /**
1642
1644
  * Provides arguments for the {@link FlexSheet.draggingRowColumn} event.