Skip to content

Commit

Permalink
12.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov committed Jun 28, 2021
1 parent 0b2ab7c commit 1a4e19b
Show file tree
Hide file tree
Showing 173 changed files with 431 additions and 198 deletions.
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxdatatable.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
13 changes: 11 additions & 2 deletions jqwidgets-ts/angular_jqxdatetimeinput.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down Expand Up @@ -62,6 +62,7 @@ export class jqxDateTimeInputComponent implements ControlValueAccessor, OnChange
@Input('showWeekNumbers') attrShowWeekNumbers: boolean;
@Input('showTimeButton') attrShowTimeButton: boolean;
@Input('showCalendarButton') attrShowCalendarButton: boolean;
@Input('showDeleteButton') attrShowDeleteButton: boolean;
@Input('theme') attrTheme: string;
@Input('template') attrTemplate: string;
@Input('textAlign') attrTextAlign: string;
Expand All @@ -73,7 +74,7 @@ export class jqxDateTimeInputComponent implements ControlValueAccessor, OnChange

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

properties: string[] = ['animationType','allowNullDate','allowKeyboardDelete','clearString','culture','closeDelay','closeCalendarAfterSelection','dropDownHorizontalAlignment','dropDownVerticalAlignment','disabled','enableBrowserBoundsDetection','enableAbsoluteSelection','editMode','firstDayOfWeek','formatString','height','min','max','openDelay','placeHolder','popupZIndex','rtl','readonly','showFooter','selectionMode','showWeekNumbers','showTimeButton','showCalendarButton','theme','template','textAlign','todayString','value','width','yearCutoff'];
properties: string[] = ['animationType','allowNullDate','allowKeyboardDelete','clearString','culture','closeDelay','closeCalendarAfterSelection','dropDownHorizontalAlignment','dropDownVerticalAlignment','disabled','enableBrowserBoundsDetection','enableAbsoluteSelection','editMode','firstDayOfWeek','formatString','height','min','max','openDelay','placeHolder','popupZIndex','rtl','readonly','showFooter','selectionMode','showWeekNumbers','showTimeButton','showCalendarButton','showDeleteButton','theme','template','textAlign','todayString','value','width','yearCutoff'];
host: any;
elementRef: ElementRef;
widgetObject: jqwidgets.jqxDateTimeInput;
Expand Down Expand Up @@ -447,6 +448,14 @@ export class jqxDateTimeInputComponent implements ControlValueAccessor, OnChange
}
}

showDeleteButton(arg?: boolean): boolean {
if (arg !== undefined) {
this.host.jqxDateTimeInput('showDeleteButton', arg);
} else {
return this.host.jqxDateTimeInput('showDeleteButton');
}
}

theme(arg?: string): string {
if (arg !== undefined) {
this.host.jqxDateTimeInput('theme', arg);
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
18 changes: 16 additions & 2 deletions jqwidgets-ts/angular_jqxgrid.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down Expand Up @@ -121,6 +121,7 @@ export class jqxGridComponent implements OnChanges, AfterViewInit, AfterViewChec
@Input('autosavestate') attrAutosavestate: boolean;
@Input('autoloadstate') attrAutoloadstate: boolean;
@Input('columns') attrColumns: jqwidgets.GridColumn[];
@Input('enableSanitize') attrEnableSanitize: boolean;
@Input('cardview') attrCardview: boolean;
@Input('cardviewcolumns') attrCardviewcolumns: any;
@Input('cardheight') attrCardheight: number;
Expand Down Expand Up @@ -171,7 +172,7 @@ export class jqxGridComponent implements OnChanges, AfterViewInit, AfterViewChec

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

properties: string[] = ['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'];
properties: string[] = ['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','enableSanitize','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'];
host: any;
elementRef: ElementRef;
widgetObject: jqwidgets.jqxGrid;
Expand Down Expand Up @@ -1331,6 +1332,19 @@ export class jqxGridComponent implements OnChanges, AfterViewInit, AfterViewChec
}
}

enableSanitize(arg?: boolean): boolean {

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

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

cardview(arg?: boolean): boolean {

if (this.autoCreate && !this.host) {
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
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.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxnotification.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxnumberinput.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxpanel.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxpasswordinput.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxpivotdesigner.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxpivotgrid.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
2 changes: 1 addition & 1 deletion jqwidgets-ts/angular_jqxpopover.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
jQWidgets v12.0.4 (2021-Apr)
jQWidgets v12.1.2 (2021-July)
Copyright (c) 2011-2021 jQWidgets.
License: https://jqwidgets.com/license/
*/
Expand Down
Loading

0 comments on commit 1a4e19b

Please sign in to comment.