Skip to content

Commit

Permalink
12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov committed Sep 21, 2021
1 parent 1a4e19b commit 890212c
Show file tree
Hide file tree
Showing 189 changed files with 6,827 additions and 203 deletions.
41 changes: 40 additions & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
jQWidgets v12.1.0 Release, June-18-2021
jQWidgets v12.2.0 Release, Sep-21-2021

What's New:

- jqxGrid Batch Edit mode

What's Fixed:

- Fixed an issue in jqxGrid Copy paste large numbers in jqxGrid.
- Fixed an issue in jqxGrid. The addrow method when using with rowPosition parameter doesn't place the row in the right place.
- Fixed an issue in JqxGrid Horizontal Scrolling. When some of the columns are pinned and we try to navigate with tab or keyboard.
- Fixed an issue in jqxInput. Shows native autocomplete popup after entering a value.
- Fixed an issue in jqxGrid with paging and some of the themes. Arrows for next/previous page are displaced.
- Fixed an issue in jqxDropDownButton. It is not focusable on Tab key press.
- Fixed an issue in jqxGrid. Scrolls to top of the grid when deleting row.
- Fixed an issue in jqxGrid Column Chooser about the events raised when the column choosed is opened or closed.
- Fixed an issue in jqxSortable about receive event not raised.
- Fixed an issue in jqxGrid about createeditor callback.
- Fixed an issue in jqxGrid. When dragging a column header it has to be drag it to the line of the filtering box for the grouping to work and it results in bad UI experience
- Fixed an issue in DockingLayout regarding saveLayout and loadLayout, when a floating dialog is created.

jQWidgets v12.1.2 Release, June-28-2021

What's Improved:

- Added 'enableSanitizeAll' option to jqxGrid.
- Light and Dark Themes for jqxDataTable, jqxTreeGrid and jqxScheduler.


jQWidgets v12.1.1 Release, June-23-2021

What's Fixed:

- Fixed an issue in jqxGrid regarding the 'cellsformat', when enableSanitize is true.
- Fixed an issue in jqxGrid regarding the 'cellsrenderer' value argument type.
- Fixed an issue in jqxDataTable regarding the HTML sanitization.
- Fixed an issue in jqxTree regarding an error thrown in mobile mode.
- Fixed an issue in jqxPanel regarding the 'focused' property behavior.

jQWidgets v12.1.0 Release, June-18-2021

What's New:

Expand Down
1 change: 1 addition & 0 deletions jqwidgets-react-tsx/jqxdatatable/react_jqxdatatable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ interface IDataTableOptions {
showAggregates?: boolean;
showToolbar?: boolean;
showStatusbar?: boolean;
enableSanitizeAll?: boolean;
statusBarHeight?: number;
scrollBarSize?: number | string;
selectionMode?: 'multipleRows' | 'singleRow' | 'custom' | 'none';
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-react-tsx/jqxdatatable/react_jqxdatatable.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ var JqxDataTable = /** @class */ (function (_super) {
this._jqx(this._componentSelector).jqxDataTable('unlockRow', rowIndex);
};
JqxDataTable.prototype._manageProps = function () {
var widgetProps = ['altRows', 'autoRowHeight', 'aggregatesHeight', 'autoShowLoadElement', 'columnsHeight', 'columns', 'columnGroups', 'columnsResize', 'columnsReorder', 'disabled', 'editable', 'editSettings', 'exportSettings', 'enableHover', 'enableBrowserSelection', 'filterable', 'filterHeight', 'filterMode', 'groups', 'groupsRenderer', 'height', 'initRowDetails', 'incrementalSearch', 'localization', 'pagerHeight', 'pageSize', 'pageSizeOptions', 'pageable', 'pagerPosition', 'pagerMode', 'pagerButtonsCount', 'pagerRenderer', 'ready', 'rowDetails', 'renderToolbar', 'renderStatusBar', 'rendering', 'rendered', 'rtl', 'source', 'sortable', 'showAggregates', 'showToolbar', 'showStatusbar', 'statusBarHeight', 'scrollBarSize', 'selectionMode', 'serverProcessing', 'showHeader', 'theme', 'toolbarHeight', 'width'];
var widgetProps = ['altRows', 'autoRowHeight', 'aggregatesHeight', 'autoShowLoadElement', 'columnsHeight', 'columns', 'columnGroups', 'columnsResize', 'columnsReorder', 'disabled', 'editable', 'editSettings', 'exportSettings', 'enableHover', 'enableBrowserSelection', 'filterable', 'filterHeight', 'filterMode', 'groups', 'groupsRenderer', 'height', 'initRowDetails', 'incrementalSearch', 'localization', 'pagerHeight', 'pageSize', 'pageSizeOptions', 'pageable', 'pagerPosition', 'pagerMode', 'pagerButtonsCount', 'pagerRenderer', 'ready', 'rowDetails', 'renderToolbar', 'renderStatusBar', 'rendering', 'rendered', 'rtl', 'source', 'sortable', 'showAggregates', 'showToolbar', 'showStatusbar', 'enableSanitizeAll', 'statusBarHeight', 'scrollBarSize', 'selectionMode', 'serverProcessing', 'showHeader', 'theme', 'toolbarHeight', 'width'];
var options = {};
for (var prop in this.props) {
if (widgetProps.indexOf(prop) !== -1) {
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-react-tsx/jqxdatatable/react_jqxdatatable.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ require('../../jqwidgets/jqxdatatable');
this._jqx(this._componentSelector).jqxDataTable('unlockRow', rowIndex);
};
JqxDataTable.prototype._manageProps = function () {
var widgetProps = ['altRows', 'autoRowHeight', 'aggregatesHeight', 'autoShowLoadElement', 'columnsHeight', 'columns', 'columnGroups', 'columnsResize', 'columnsReorder', 'disabled', 'editable', 'editSettings', 'exportSettings', 'enableHover', 'enableBrowserSelection', 'filterable', 'filterHeight', 'filterMode', 'groups', 'groupsRenderer', 'height', 'initRowDetails', 'incrementalSearch', 'localization', 'pagerHeight', 'pageSize', 'pageSizeOptions', 'pageable', 'pagerPosition', 'pagerMode', 'pagerButtonsCount', 'pagerRenderer', 'ready', 'rowDetails', 'renderToolbar', 'renderStatusBar', 'rendering', 'rendered', 'rtl', 'source', 'sortable', 'showAggregates', 'showToolbar', 'showStatusbar', 'statusBarHeight', 'scrollBarSize', 'selectionMode', 'serverProcessing', 'showHeader', 'theme', 'toolbarHeight', 'width'];
var widgetProps = ['altRows', 'autoRowHeight', 'aggregatesHeight', 'autoShowLoadElement', 'columnsHeight', 'columns', 'columnGroups', 'columnsResize', 'columnsReorder', 'disabled', 'editable', 'editSettings', 'exportSettings', 'enableHover', 'enableBrowserSelection', 'filterable', 'filterHeight', 'filterMode', 'groups', 'groupsRenderer', 'height', 'initRowDetails', 'incrementalSearch', 'localization', 'pagerHeight', 'pageSize', 'pageSizeOptions', 'pageable', 'pagerPosition', 'pagerMode', 'pagerButtonsCount', 'pagerRenderer', 'ready', 'rowDetails', 'renderToolbar', 'renderStatusBar', 'rendering', 'rendered', 'rtl', 'source', 'sortable', 'showAggregates', 'showToolbar', 'showStatusbar', 'enableSanitizeAll', 'statusBarHeight', 'scrollBarSize', 'selectionMode', 'serverProcessing', 'showHeader', 'theme', 'toolbarHeight', 'width'];
var options = {};
for (var prop in this.props) {
if (widgetProps.indexOf(prop) !== -1) {
Expand Down
1 change: 1 addition & 0 deletions jqwidgets-react-tsx/jqxgrid/react_jqxgrid.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export interface IGridColumn {
resizable?: boolean;
draggable?: boolean;
editable?: boolean;
batcheditable?: boolean;
classname?: string;
pinned?: boolean;
nullable?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxbargauge.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxbulletchart.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxbuttongroup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxbuttons.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxcalendar.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxchart.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxcheckbox.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxcolorpicker.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxcombobox.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxcomplexinput.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
18 changes: 16 additions & 2 deletions jqwidgets-ts/angular_jqxdatatable.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down Expand Up @@ -73,6 +73,7 @@ export class jqxDataTableComponent implements OnChanges, AfterViewInit, AfterVie
@Input('showAggregates') attrShowAggregates: boolean;
@Input('showToolbar') attrShowToolbar: boolean;
@Input('showStatusbar') attrShowStatusbar: boolean;
@Input('enableSanitizeAll') attrEnableSanitizeAll: boolean;
@Input('statusBarHeight') attrStatusBarHeight: number;
@Input('scrollBarSize') attrScrollBarSize: number | string;
@Input('selectionMode') attrSelectionMode: string;
Expand All @@ -85,7 +86,7 @@ export class jqxDataTableComponent implements OnChanges, AfterViewInit, AfterVie

@Input('auto-create') autoCreate: boolean = true;

properties: string[] = ['altRows','autoRowHeight','aggregatesHeight','autoShowLoadElement','columnsHeight','columns','columnGroups','columnsResize','columnsReorder','disabled','editable','editSettings','exportSettings','enableHover','enableBrowserSelection','filterable','filterHeight','filterMode','groups','groupsRenderer','height','initRowDetails','incrementalSearch','localization','pagerHeight','pageSize','pageSizeOptions','pageable','pagerPosition','pagerMode','pagerButtonsCount','pagerRenderer','ready','rowDetails','renderToolbar','renderStatusBar','rendering','rendered','rtl','source','sortable','showAggregates','showToolbar','showStatusbar','statusBarHeight','scrollBarSize','selectionMode','serverProcessing','showHeader','theme','toolbarHeight','width'];
properties: string[] = ['altRows','autoRowHeight','aggregatesHeight','autoShowLoadElement','columnsHeight','columns','columnGroups','columnsResize','columnsReorder','disabled','editable','editSettings','exportSettings','enableHover','enableBrowserSelection','filterable','filterHeight','filterMode','groups','groupsRenderer','height','initRowDetails','incrementalSearch','localization','pagerHeight','pageSize','pageSizeOptions','pageable','pagerPosition','pagerMode','pagerButtonsCount','pagerRenderer','ready','rowDetails','renderToolbar','renderStatusBar','rendering','rendered','rtl','source','sortable','showAggregates','showToolbar','showStatusbar','enableSanitizeAll','statusBarHeight','scrollBarSize','selectionMode','serverProcessing','showHeader','theme','toolbarHeight','width'];
host: any;
elementRef: ElementRef;
widgetObject: jqwidgets.jqxDataTable;
Expand Down Expand Up @@ -816,6 +817,19 @@ export class jqxDataTableComponent implements OnChanges, AfterViewInit, AfterVie
}
}

enableSanitizeAll(arg?: boolean): boolean {

if (this.autoCreate && !this.host) {
this.createComponent();
}

if (arg !== undefined) {
this.host.jqxDataTable('enableSanitizeAll', arg);
} else {
return this.host.jqxDataTable('enableSanitizeAll');
}
}

statusBarHeight(arg?: number): number {

if (this.autoCreate && !this.host) {
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxdatetimeinput.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxdocking.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxdockinglayout.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxdockpanel.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxdragdrop.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxdraw.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxdropdownbutton.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxdropdownlist.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxeditor.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxexpander.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxfileupload.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxform.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxformattedinput.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxgauge.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxgrid.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxheatmap.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxinput.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxkanban.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxknob.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxlayout.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxlineargauge.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxlinkbutton.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxlistbox.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxlistmenu.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxloader.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxmaskedinput.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxmenu.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxnavbar.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxnavigationbar.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.1.2 (2021-July)
jQWidgets v12.2.0 (2021-Sep)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
Loading

0 comments on commit 890212c

Please sign in to comment.