Skip to content

Commit

Permalink
ROU-4528: Update version - release 2023 Wijmo Build 5.20231.908-rc (#376
Browse files Browse the repository at this point in the history
)

* Upgrade wijmo's version

* Remove workaround for issue with frozen columns when resizing it

* Update wijmo-5.20231.906 definition files

* Update wijmo filed to 5.20231.908 version

---------

Co-authored-by: gbnm <goncalo.martins@outsystems.com>
  • Loading branch information
OS-giulianasilva and gnbm committed Oct 11, 2023
1 parent 525a61c commit 8ca7efd
Show file tree
Hide file tree
Showing 94 changed files with 111 additions and 127 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down Expand Up @@ -453,6 +453,7 @@ declare module wijmo.chart {
*/
addClipRect(clipRect: wijmo.Rect, id: string): any;
}
const empty: {};
}
declare module wijmo.chart {
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down Expand Up @@ -203,6 +203,7 @@ declare module wijmo.chart.map {
map: FlexMap;
render(engine: wijmo.chart.IRenderEngine, t?: SVGTransform, g?: SVGGElement): any;
}
const empty: {};
}
declare module wijmo.chart.map {
/** Base class for map layers. */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down Expand Up @@ -384,21 +384,7 @@ declare module wijmo.cloud {
*
* {@link Sheet} objects may be created by setting the {@link sheets}
* property when creating a {@link GoogleSheet} object or by invoking
* the {@link Sheet} constructor directly. For example:
*
* ```typescript
* import { GoogleSheet, Sheet } from '@grapecity/wijmo.cloud';
*
* // create a GoogleSheet with three Sheets
* const SHEET_ID_NW = 'XXX';
* const API_KEY = 'YYY';
* let gsNWind = new GoogleSheet(SHEET_ID_NW, API_KEY, {
* sheets: [ 'Products', 'Categories', 'Suppliers' ]
* });
*
* // create an additional Sheet by calling the constructor
* let customers = new Sheet(gsNWind, 'Customers');
* ```
* the {@link Sheet} constructor directly.
*
* The {@link Sheet} class assumes that the data is stored in table
* format, where each column has a title (unique string) on the
Expand All @@ -416,26 +402,9 @@ declare module wijmo.cloud {
*
* In most applications, the {@link Sheet} objects are used as
* data sources for grid controls such as the {@link FlexGrid}
* or {@link MultiRow} grid. For example:
*
* ```typescript
* import { GoogleSheet, Sheet } from '@grapecity/wijmo.cloud';
* import { FlexGrid } from '@grapecity/wijmo.cloud';
* or {@link MultiRow} grid.
*
* // create a GoogleSheet with three Sheets
* const SHEET_ID_NW = '1qnf-FCONZj_AmOlyNkpIA3mKvP8FQtVOr7K8Awpo360';
* const API_KEY = 'AIzaSyCvuXEzP57I5CQ9ifZDG2_K8M3nDa1LOPE';
* let gsNWind = new GoogleSheet(SHEET_ID_NW, API_KEY, {
* sheets: [ 'Products', 'Categories', 'Suppliers' ]
* });
*
* // use a Sheet as an itemsSource for a FlexGrid control:
* let theGrid = new FlexGrid('#theGrid', {
* allowAddNew: true,
* allowDelete: true,
* itemsSource: gsNWind.getSheet('Products'),
* });
* ```
*/
class Sheet extends wijmo.collections.CollectionView {
_gSheet: GoogleSheet;
Expand Down Expand Up @@ -537,17 +506,6 @@ declare module wijmo.cloud {
* The sorting, filtering, and paging functions are performed on the
* on the client.
*
* The code below shows how you can instantiate a {@link GoogleSheet}
* object that loads data from three sheets:
*
* ```typescript
* import { GoogleSheet } from '@grapecity/wijmo.cloud';
* const SHEET_ID_NW = '1qnf-FCONZj_AmOlyNkpIA3mKvP8FQtVOr7K8Awpo360';
* const API_KEY = 'AIzaSyCvuXEzP57I5CQ9ifZDG2_K8M3nDa1LOPE';
* let gsNWind = new GoogleSheet(SHEET_ID_NW, API_KEY, {
* sheets: [ 'Products', 'Categories', 'Suppliers' ]
* });
* ```
*/
class GoogleSheet {
_sheetId: string;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down Expand Up @@ -762,6 +762,7 @@ declare module wijmo.collections {
*/
namesMatch(groupName: any, itemName: any): boolean;
}
const empty: {};
}
declare module wijmo {
/**
Expand Down Expand Up @@ -962,6 +963,10 @@ declare module wijmo {
* @param baseId String to use as a basis for generating the unique id.
*/
function getUniqueId(baseId: string): string;
/**
* Creates an unique id
*/
function uidGenerator(): string;
/**
* Converts mouse or touch event arguments into a {@link Point} in page coordinates.
*/
Expand Down Expand Up @@ -2580,7 +2585,7 @@ declare module wijmo {
* @param items Array with the items to aggregate.
* @param binding Name of the property to aggregate on (in case the items are not simple values).
*/
function getAggregate(aggType: Aggregate, items: any[], binding?: string): any;
function getAggregate(aggType: Aggregate, items: any[], binding?: string, sheet?: any): any;
}
declare module wijmo.collections {
/**
Expand Down Expand Up @@ -3680,7 +3685,7 @@ declare module wijmo.collections {
* @param view CollectionView that owns this group.
* @return The aggregate value.
*/
getAggregate(aggType: wijmo.Aggregate, binding: string, view?: ICollectionView): any;
getAggregate(aggType: wijmo.Aggregate, binding: string, view?: ICollectionView, sheet?: any): any;
}
}
declare module wijmo {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down Expand Up @@ -423,6 +423,7 @@ declare module wijmo.grid {
private _recycle;
_vrb: CellRange;
_vru: CellRange;
_uid: string;
static readonly _INDEX_KEY = "wj-cell-index";
static readonly _HTML_CELL = "<div class=\"wj-cell\" tabindex=\"-1\"></div>";
/**
Expand Down Expand Up @@ -1168,6 +1169,7 @@ declare module wijmo.grid {
_tpl: string | ICellTemplateFunction;
_szStar: string;
_hash: string;
_uid: string;
/**
* Initializes a new instance of the {@link Column} class.
*
Expand Down Expand Up @@ -1542,6 +1544,7 @@ declare module wijmo.grid {
_dirty: boolean;
_szMin: number;
_szMax: number;
_uid: string;
/**
* Initializes a new instance of the {@link RowColCollection} class.
*
Expand Down Expand Up @@ -1714,7 +1717,7 @@ declare module wijmo.grid {
}
}
declare module wijmo.grid {
const colHdrAriaAttributes: (cell: HTMLElement, col: Column, gridPanel: GridPanel, g: FlexGrid) => void;
const colHdrAriaAttributes: (cell: HTMLElement, col: Column, gridPanel: GridPanel, g: FlexGrid, isRowHeader?: boolean) => void;
}
declare module wijmo.grid {
/**
Expand Down Expand Up @@ -1872,6 +1875,7 @@ declare module wijmo.grid {
class ColumnGroup extends Column {
private _ownerList;
private _changeHdl;
private _cgHeight;
_rng: CellRange;
_curr_header: string | null;
protected _cols: ColumnGroupCollection;
Expand All @@ -1891,6 +1895,10 @@ declare module wijmo.grid {
*/
readonly columns: ColumnGroupCollection;
readonly columnGroups: ColumnGroupCollection;
/**
* Gets or sets the height of {@link ColumnGroup}.
*/
height: number;
/**
* Gets the value that indicates whether the group contains child columns or not.
*/
Expand Down Expand Up @@ -2215,6 +2223,7 @@ declare module wijmo.grid {
_cellPadHorz: number;
_cellPadVert: number;
_clipToScreen: boolean;
_uid: string;
_mouseHdl: _MouseHandler;
_edtHdl: _EditHandler;
_selHdl: _SelectionHandler;
Expand Down Expand Up @@ -2928,6 +2937,7 @@ declare module wijmo.grid {
* The default value for this property is **true**.
*/
validateEdits: boolean;
protected _setvalidateEdits(value: boolean): void;
/**
* Gets or sets the format string used to create the group header content.
*
Expand Down Expand Up @@ -4510,6 +4520,7 @@ declare module wijmo.grid {
static _rtlMode: string;
private static _getRtlMode;
getEmptyRequiredCell(row: number): any;
protected _getEmptyRequiredCell(row: number): any;
}
}
declare module wijmo.grid {
Expand Down Expand Up @@ -4841,6 +4852,7 @@ declare module wijmo.grid {
* @return True if the edit operation finished successfully.
*/
finishEditing(cancel?: boolean): boolean;
_setSelectionRange(e: any, start: number, end: number, needFocus?: boolean, ignoreScroll?: boolean): boolean;
_setCustomEditorValue(value: any): void;
_getCustomEditor(g: FlexGrid): any;
_setCellError(cell: HTMLElement, error: string): void;
Expand Down Expand Up @@ -4901,6 +4913,7 @@ declare module wijmo.grid {
private _findDuplicateValues;
private _removeListBox;
private isEqualValue;
protected _selectionChanging(e: CellRangeEventArgs): void;
}
}
declare module wijmo.grid {
Expand All @@ -4917,6 +4930,7 @@ declare module wijmo.grid {
_isComboBox: boolean;
_isAutoComplete: boolean;
_isInputDateTime: boolean;
_isInputNumber: boolean;
_isInputMask: boolean;
_updateFocusBnd: any;
_keydownBnd: any;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
*
* Wijmo Library 5.20231.888
* Wijmo Library 5.20231.908
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
Expand Down
Loading

0 comments on commit 8ca7efd

Please sign in to comment.