Skip to content

Commit

Permalink
jQWidgets ver. 12.0.0 (Feb-2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov committed Feb 23, 2021
1 parent e9655a2 commit 0dc672d
Show file tree
Hide file tree
Showing 210 changed files with 1,161 additions and 936 deletions.
6 changes: 6 additions & 0 deletions NPM.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Angular Modules:
https://www.npmjs.com/package/jqwidgets-ng


Blazor

dotnet add package jQWidgets.Blazor

Smart UI Components

Expand All @@ -26,3 +29,6 @@ https://www.npmjs.com/package/smart-webcomponents-react
https://www.npmjs.com/package/smart-webcomponents-angular


4. Blazor

dotnet add package Smart.Blazor
3 changes: 2 additions & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ https://www.npmjs.com/package/smart-webcomponents-react

Blazor:

dotnet add package jQWidgets.Blazor
dotnet add package Smart.Blazor


1. The SDK files are located in the jqwidgets directory

Expand Down
26 changes: 25 additions & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
*********************************************
jQWidgets v12.0.0 Release, Feb-24-2021

What's New:

- jqxGrid Card View mode.
- Angular v11.2.2 support.

What's Fixed:

- Fixed an issue regarding the jqxNumberInput component. Using the "val" method with the negative value it behaves inappropriately when is with the "simple" input mode
- Fixed an issue regarding the jqxKnob component usage with IPad when there are multiple knobs on the page.
- Fixed an issue regarding the grid filtering, when the grid data source is updated dynamically and a filter is applied.
- Fixed an issue regarding the filter menu rendering when row details are enabled.
- Fixed an issue regarding the jqxPivotGrid Drill through functionality and selection events.

jQWidgets v11.1.3 Release, Feb-09-2021

What's Fixed:

- Fixed an issue regarding the Angular CLI ng-add schematics.
- Fixed an issue regarding the Angular CLI ng-generate schematics.
- Fixed an issue regarding the default theme in Angular 11.1.4.
- Fixed an issue regarding the stricter type checking in Angular

*********************************************
* jQWidgets v11.0.1 Release, Dec-09-2020 *
*********************************************

Expand Down
6 changes: 5 additions & 1 deletion jqwidgets-react-tsx/jqxgrid/react_jqxgrid.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ declare class JqxGrid extends React.PureComponent<IGridProps, IState> {
renderaggregates(): void;
exportdata(dataType: string, fileName?: string, exportHeader?: boolean, rows?: number[], exportHiddenColumns?: boolean, serverURL?: string, charSet?: string): any;
exportview(dataType: string, fileName?: string): any;
openColumnChooser(columns?: [], header?: string): void;
openColumnChooser(columns?: any, header?: string): void;
getstate(): IGridGetState;
loadstate(stateobject: any): void;
savestate(): IGridGetState;
Expand Down Expand Up @@ -458,6 +458,10 @@ interface IGridOptions {
autosavestate?: boolean;
autoloadstate?: boolean;
columns?: IGridColumn[];
cardview?: boolean;
cardviewcolumns?: any;
cardheight?: number;
cardsize?: number;
columngroups?: any[];
columnsmenu?: boolean;
columnsresize?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-react-tsx/jqxgrid/react_jqxgrid.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ var JqxGrid = /** @class */ (function (_super) {
return this._jqx(this._componentSelector).jqxGrid('savestate');
};
JqxGrid.prototype._manageProps = function () {
var widgetProps = ['altrows', 'altstart', 'altstep', 'autoshowloadelement', 'autoshowfiltericon', 'autoshowcolumnsmenubutton', 'showcolumnlines', 'showrowlines', 'showcolumnheaderlines', 'adaptive', 'adaptivewidth', 'clipboard', 'closeablegroups', 'columnsmenuwidth', 'columnmenuopening', 'columnmenuclosing', 'cellhover', 'enablekeyboarddelete', 'enableellipsis', 'enablemousewheel', 'enableanimations', 'enabletooltips', 'enablehover', 'enablebrowserselection', 'everpresentrowposition', 'everpresentrowheight', 'everpresentrowactions', 'everpresentrowactionsmode', 'filterrowheight', 'filtermode', 'groupsrenderer', 'groupcolumnrenderer', 'groupsexpandedbydefault', 'handlekeyboardnavigation', 'pagerrenderer', 'rtl', 'showdefaultloadelement', 'showfiltercolumnbackground', 'showfiltermenuitems', 'showpinnedcolumnbackground', 'showsortcolumnbackground', 'showsortmenuitems', 'showgroupmenuitems', 'showrowdetailscolumn', 'showheader', 'showgroupsheader', 'showaggregates', 'showgroupaggregates', 'showeverpresentrow', 'showfilterrow', 'showemptyrow', 'showstatusbar', 'statusbarheight', 'showtoolbar', 'showfilterbar', 'filterbarmode', 'selectionmode', 'updatefilterconditions', 'updatefilterpanel', 'theme', 'toolbarheight', 'autoheight', 'autorowheight', 'columnsheight', 'deferreddatafields', 'groupsheaderheight', 'groupindentwidth', 'height', 'pagerheight', 'rowsheight', 'scrollbarsize', 'scrollmode', 'scrollfeedback', 'width', 'autosavestate', 'autoloadstate', 'columns', 'columngroups', 'columnsmenu', 'columnsresize', 'columnsautoresize', 'columnsreorder', 'charting', 'disabled', 'editable', 'editmode', 'filter', 'filterable', 'groupable', 'groups', 'horizontalscrollbarstep', 'horizontalscrollbarlargestep', 'initrowdetails', 'keyboardnavigation', 'localization', 'pagesize', 'pagesizeoptions', 'pagermode', 'pagerbuttonscount', 'pageable', 'autofill', 'rowdetails', 'rowdetailstemplate', 'ready', 'rendered', 'renderstatusbar', 'rendertoolbar', 'rendergridrows', 'sortable', 'sortmode', 'selectedrowindex', 'selectedrowindexes', 'source', 'sorttogglestates', 'updatedelay', 'virtualmode', 'verticalscrollbarstep', 'verticalscrollbarlargestep'];
var widgetProps = ['altrows', 'altstart', 'altstep', 'autoshowloadelement', 'autoshowfiltericon', 'autoshowcolumnsmenubutton', 'showcolumnlines', 'showrowlines', 'showcolumnheaderlines', 'adaptive', 'adaptivewidth', 'clipboard', 'closeablegroups', 'columnsmenuwidth', 'columnmenuopening', 'columnmenuclosing', 'cellhover', 'enablekeyboarddelete', 'enableellipsis', 'enablemousewheel', 'enableanimations', 'enabletooltips', 'enablehover', 'enablebrowserselection', 'everpresentrowposition', 'everpresentrowheight', 'everpresentrowactions', 'everpresentrowactionsmode', 'filterrowheight', 'filtermode', 'groupsrenderer', 'groupcolumnrenderer', 'groupsexpandedbydefault', 'handlekeyboardnavigation', 'pagerrenderer', 'rtl', 'showdefaultloadelement', 'showfiltercolumnbackground', 'showfiltermenuitems', 'showpinnedcolumnbackground', 'showsortcolumnbackground', 'showsortmenuitems', 'showgroupmenuitems', 'showrowdetailscolumn', 'showheader', 'showgroupsheader', 'showaggregates', 'showgroupaggregates', 'showeverpresentrow', 'showfilterrow', 'showemptyrow', 'showstatusbar', 'statusbarheight', 'showtoolbar', 'showfilterbar', 'filterbarmode', 'selectionmode', 'updatefilterconditions', 'updatefilterpanel', 'theme', 'toolbarheight', 'autoheight', 'autorowheight', 'columnsheight', 'deferreddatafields', 'groupsheaderheight', 'groupindentwidth', 'height', 'pagerheight', 'rowsheight', 'scrollbarsize', 'scrollmode', 'scrollfeedback', 'width', 'autosavestate', 'autoloadstate', 'columns', 'cardview', 'cardviewcolumns', 'cardheight', 'cardsize', 'columngroups', 'columnsmenu', 'columnsresize', 'columnsautoresize', 'columnsreorder', 'charting', 'disabled', 'editable', 'editmode', 'filter', 'filterable', 'groupable', 'groups', 'horizontalscrollbarstep', 'horizontalscrollbarlargestep', 'initrowdetails', 'keyboardnavigation', 'localization', 'pagesize', 'pagesizeoptions', 'pagermode', 'pagerbuttonscount', 'pageable', 'autofill', 'rowdetails', 'rowdetailstemplate', 'ready', 'rendered', 'renderstatusbar', 'rendertoolbar', 'rendergridrows', 'sortable', 'sortmode', 'selectedrowindex', 'selectedrowindexes', 'source', 'sorttogglestates', 'updatedelay', 'virtualmode', 'verticalscrollbarstep', 'verticalscrollbarlargestep'];
var options = {};
for (var prop in this.props) {
if (widgetProps.indexOf(prop) !== -1) {
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-react-tsx/jqxgrid/react_jqxgrid.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ require('../../jqwidgets/jqxgrid.chart');
return this._jqx(this._componentSelector).jqxGrid('savestate');
};
JqxGrid.prototype._manageProps = function () {
var widgetProps = ['altrows', 'altstart', 'altstep', 'autoshowloadelement', 'autoshowfiltericon', 'autoshowcolumnsmenubutton', 'showcolumnlines', 'showrowlines', 'showcolumnheaderlines', 'adaptive', 'adaptivewidth', 'clipboard', 'closeablegroups', 'columnsmenuwidth', 'columnmenuopening', 'columnmenuclosing', 'cellhover', 'enablekeyboarddelete', 'enableellipsis', 'enablemousewheel', 'enableanimations', 'enabletooltips', 'enablehover', 'enablebrowserselection', 'everpresentrowposition', 'everpresentrowheight', 'everpresentrowactions', 'everpresentrowactionsmode', 'filterrowheight', 'filtermode', 'groupsrenderer', 'groupcolumnrenderer', 'groupsexpandedbydefault', 'handlekeyboardnavigation', 'pagerrenderer', 'rtl', 'showdefaultloadelement', 'showfiltercolumnbackground', 'showfiltermenuitems', 'showpinnedcolumnbackground', 'showsortcolumnbackground', 'showsortmenuitems', 'showgroupmenuitems', 'showrowdetailscolumn', 'showheader', 'showgroupsheader', 'showaggregates', 'showgroupaggregates', 'showeverpresentrow', 'showfilterrow', 'showemptyrow', 'showstatusbar', 'statusbarheight', 'showtoolbar', 'showfilterbar', 'filterbarmode', 'selectionmode', 'updatefilterconditions', 'updatefilterpanel', 'theme', 'toolbarheight', 'autoheight', 'autorowheight', 'columnsheight', 'deferreddatafields', 'groupsheaderheight', 'groupindentwidth', 'height', 'pagerheight', 'rowsheight', 'scrollbarsize', 'scrollmode', 'scrollfeedback', 'width', 'autosavestate', 'autoloadstate', 'columns', 'columngroups', 'columnsmenu', 'columnsresize', 'columnsautoresize', 'columnsreorder', 'charting', 'disabled', 'editable', 'editmode', 'filter', 'filterable', 'groupable', 'groups', 'horizontalscrollbarstep', 'horizontalscrollbarlargestep', 'initrowdetails', 'keyboardnavigation', 'localization', 'pagesize', 'pagesizeoptions', 'pagermode', 'pagerbuttonscount', 'pageable', 'autofill', 'rowdetails', 'rowdetailstemplate', 'ready', 'rendered', 'renderstatusbar', 'rendertoolbar', 'rendergridrows', 'sortable', 'sortmode', 'selectedrowindex', 'selectedrowindexes', 'source', 'sorttogglestates', 'updatedelay', 'virtualmode', 'verticalscrollbarstep', 'verticalscrollbarlargestep'];
var widgetProps = ['altrows', 'altstart', 'altstep', 'autoshowloadelement', 'autoshowfiltericon', 'autoshowcolumnsmenubutton', 'showcolumnlines', 'showrowlines', 'showcolumnheaderlines', 'adaptive', 'adaptivewidth', 'clipboard', 'closeablegroups', 'columnsmenuwidth', 'columnmenuopening', 'columnmenuclosing', 'cellhover', 'enablekeyboarddelete', 'enableellipsis', 'enablemousewheel', 'enableanimations', 'enabletooltips', 'enablehover', 'enablebrowserselection', 'everpresentrowposition', 'everpresentrowheight', 'everpresentrowactions', 'everpresentrowactionsmode', 'filterrowheight', 'filtermode', 'groupsrenderer', 'groupcolumnrenderer', 'groupsexpandedbydefault', 'handlekeyboardnavigation', 'pagerrenderer', 'rtl', 'showdefaultloadelement', 'showfiltercolumnbackground', 'showfiltermenuitems', 'showpinnedcolumnbackground', 'showsortcolumnbackground', 'showsortmenuitems', 'showgroupmenuitems', 'showrowdetailscolumn', 'showheader', 'showgroupsheader', 'showaggregates', 'showgroupaggregates', 'showeverpresentrow', 'showfilterrow', 'showemptyrow', 'showstatusbar', 'statusbarheight', 'showtoolbar', 'showfilterbar', 'filterbarmode', 'selectionmode', 'updatefilterconditions', 'updatefilterpanel', 'theme', 'toolbarheight', 'autoheight', 'autorowheight', 'columnsheight', 'deferreddatafields', 'groupsheaderheight', 'groupindentwidth', 'height', 'pagerheight', 'rowsheight', 'scrollbarsize', 'scrollmode', 'scrollfeedback', 'width', 'autosavestate', 'autoloadstate', 'columns', 'cardview', 'cardviewcolumns', 'cardheight', 'cardsize', 'columngroups', 'columnsmenu', 'columnsresize', 'columnsautoresize', 'columnsreorder', 'charting', 'disabled', 'editable', 'editmode', 'filter', 'filterable', 'groupable', 'groups', 'horizontalscrollbarstep', 'horizontalscrollbarlargestep', 'initrowdetails', 'keyboardnavigation', 'localization', 'pagesize', 'pagesizeoptions', 'pagermode', 'pagerbuttonscount', 'pageable', 'autofill', 'rowdetails', 'rowdetailstemplate', 'ready', 'rendered', 'renderstatusbar', 'rendertoolbar', 'rendergridrows', 'sortable', 'sortmode', 'selectedrowindex', 'selectedrowindexes', 'source', 'sorttogglestates', 'updatedelay', 'virtualmode', 'verticalscrollbarstep', 'verticalscrollbarlargestep'];
var options = {};
for (var prop in this.props) {
if (widgetProps.indexOf(prop) !== -1) {
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxbargauge.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxbulletchart.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxbuttongroup.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxbuttons.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxcalendar.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxchart.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxcheckbox.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxcolorpicker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxcombobox.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxcomplexinput.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxdatatable.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxdatetimeinput.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxdocking.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxdockinglayout.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxdockpanel.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxdragdrop.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxdraw.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxdropdownbutton.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxdropdownlist.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxeditor.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxexpander.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxfileupload.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxform.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxformattedinput.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
4 changes: 2 additions & 2 deletions jqwidgets-ts/angular_jqxgauge.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
jQWidgets v11.0.0 (2020-Nov)
Copyright (c) 2011-2020 jQWidgets.
jQWidgets v12.0.0 (2021-Feb)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
Expand Down
Loading

0 comments on commit 0dc672d

Please sign in to comment.