Skip to content

Commit 93ae054

Browse files
committed
14.0.0
jQWidgets v14.0.0 Release, May-01-2022 What's New: - jqxGrid command column. - Barcode component. - QRcode component. What's Improved: - Light theme is updated with more modern look and feel. What's Fixed: - Fixed an issue in jqxDataTable. 2nd level nested table disappears. - Fixed an issue in jqxSlider - the "created" event does not fire. - Fixed an issue in jqxNumberInput - spin buttons unexpected behavior. When decimalDigits and digits properties are set to 2 and the spin buttons are enabled with spinButtonsStep=0.1, the buttons don't work. - Fixed an issue in jqxGrid - card view mode - cards change position during scroll - Fixed an issue in jqxGrid - card view mode - cards are not fully displayed but there is no scrollbar - Fixed an issue in jqxGrid - rowsheight is not preserved when you switch to cardview mode and then back to grid mode - Fixed an issue in jqxGrid issue when used within a jqxSplitter component - Fixed an issue in jqxGrid bug when having pinned columns doesn't scroll on the next column on key press
1 parent d8be22a commit 93ae054

File tree

228 files changed

+3658
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+3658
-194
lines changed

ReleaseNotes.txt

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
jQWidgets v13.2.0 Release, Jan-27-2022
1+
jQWidgets v14.0.0 Release, May-01-2022
2+
3+
What's New:
4+
5+
- jqxGrid command column.
6+
- Barcode component.
7+
- QRcode component.
8+
9+
What's Improved:
10+
11+
- Light theme is updated with more modern look and feel.
12+
13+
What's Fixed:
14+
15+
- Fixed an issue in jqxDataTable. 2nd level nested table disappears.
16+
- Fixed an issue in jqxSlider - the "created" event does not fire.
17+
- Fixed an issue in jqxNumberInput - spin buttons unexpected behavior. When decimalDigits and digits properties are set to 2 and the spin buttons are enabled with spinButtonsStep=0.1, the buttons don't work.
18+
- Fixed an issue in jqxGrid - card view mode - cards change position during scroll
19+
- Fixed an issue in jqxGrid - card view mode - cards are not fully displayed but there is no scrollbar
20+
- Fixed an issue in jqxGrid - rowsheight is not preserved when you switch to cardview mode and then back to grid mode
21+
- Fixed an issue in jqxGrid issue when used within a jqxSplitter component
22+
- Fixed an issue in jqxGrid bug when having pinned columns doesn't scroll on the next column on key press
23+
24+
25+
jQWidgets v13.2.0 Release, Jan-27-2022
226

327
What's New:
428

@@ -21,6 +45,7 @@ What's Fixed:
2145
- Fixed an issue in jqxGrid. When having localization set and filtering issue
2246

2347

48+
What's Fixed:
2449

2550

2651
jQWidgets v13.1.0 Release, Nov-16-2021
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title id='Description'>Angular BarCode Basic</title>
5+
<base href="./../dist/barcode/basic/">
6+
<meta name="description" content="This is an example of the default functionalities in Angular BarCode." />
7+
<meta charset="UTF-8"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
9+
10+
<!-- Styles -->
11+
<link rel="stylesheet" href="/node_modules/jqwidgets-ng/jqwidgets/styles/jqx.base.css" type="text/css" />
12+
13+
<!-- jQWidgets -->
14+
<script src="./../../../scripts/demos.js"></script>
15+
16+
</head>
17+
18+
19+
<!-- Display the application -->
20+
<body>
21+
22+
<div class="example-description">
23+
Angular BarCode Example.
24+
</div>
25+
26+
<app-root>Loading...</app-root>
27+
28+
<script src="runtime-es2015.js" type="module"></script><script src="polyfills-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule></script><script src="polyfills-es5.js" nomodule></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule></script>
29+
30+
</body>
31+
</html>
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title id='Description'>Angular Barcode Default Functionality</title>
5+
<base href="./../dist/barcode/defaultfunctionality/">
6+
<meta name="description" content="This is an example of the default functionalities in Angular Barcode." />
7+
<meta charset="UTF-8"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
9+
10+
<!-- Styles -->
11+
<link rel="stylesheet" href="/node_modules/jqwidgets-ng/jqwidgets/styles/jqx.base.css" type="text/css" />
12+
13+
<!-- jQWidgets -->
14+
<script src="./../../../scripts/demos.js"></script>
15+
<style>
16+
body,
17+
html {
18+
width: 100%;
19+
height: 100%;
20+
padding: 0;
21+
margin: 0;
22+
font-size: 14px;
23+
font-family: Roboto;
24+
}
25+
</style>
26+
</head>
27+
28+
29+
<!-- Display the application -->
30+
<body>
31+
32+
<app-root>Loading...</app-root>
33+
34+
<script src="runtime-es2015.js" type="module"></script><script src="polyfills-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule></script><script src="polyfills-es5.js" nomodule></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule></script>
35+
36+
</body>
37+
</html>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title id='Description'>Angular BarCode Export</title>
5+
<base href="./../dist/barcode/export/">
6+
<meta name="description" content="This is an example of the export in Angular BarCode." />
7+
<meta charset="UTF-8"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
9+
10+
<!-- Styles -->
11+
<link rel="stylesheet" href="/node_modules/jqwidgets-ng/jqwidgets/styles/jqx.base.css" type="text/css" />
12+
13+
<!-- jQWidgets -->
14+
<script src="./../../../scripts/demos.js"></script>
15+
16+
</head>
17+
18+
19+
<!-- Display the application -->
20+
<body>
21+
22+
<div class="example-description">
23+
Barcode Export
24+
</div>
25+
26+
<app-root>Loading...</app-root>
27+
28+
<script src="runtime-es2015.js" type="module"></script><script src="polyfills-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule></script><script src="polyfills-es5.js" nomodule></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule></script>
29+
30+
</body>
31+
</html>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title id='Description'>Angular Grid Command Column</title>
5+
<base href="./../dist/grid/commandcolumn/">
6+
<meta name="description" content="This is an example of Angular Grid's Command Column." />
7+
<meta charset="UTF-8">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
10+
<!-- Styles -->
11+
<link rel="stylesheet" href="./../../../node_modules/jqwidgets-ng/jqwidgets/styles/jqx.base.css" type="text/css" />
12+
13+
<!-- jQWidgets -->
14+
<script src="./../../../scripts/demos.js"></script>
15+
16+
</head>
17+
18+
19+
<!-- Display the application -->
20+
<body>
21+
22+
23+
<app-root>Loading...</app-root>
24+
25+
<script src="runtime-es2015.js" type="module"></script><script src="polyfills-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule></script><script src="polyfills-es5.js" nomodule></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule></script>
26+
27+
</body>
28+
29+
</html>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title id='Description'>Angular QRcode Basic</title>
5+
<base href="./../dist/qrcode/basic/">
6+
<meta name="description" content="This is an example of the default functionalities in Angular QRcode." />
7+
<meta charset="UTF-8"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
9+
10+
<!-- Styles -->
11+
<link rel="stylesheet" href="/node_modules/jqwidgets-ng/jqwidgets/styles/jqx.base.css" type="text/css" />
12+
13+
<!-- jQWidgets -->
14+
<script src="./../../../scripts/demos.js"></script>
15+
16+
</head>
17+
18+
19+
<!-- Display the application -->
20+
<body>
21+
22+
<div class="example-description">
23+
Angular QRcode Example.
24+
</div>
25+
26+
<app-root>Loading...</app-root>
27+
28+
<script src="runtime-es2015.js" type="module"></script><script src="polyfills-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule></script><script src="polyfills-es5.js" nomodule></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule></script>
29+
30+
</body>
31+
</html>
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title id='Description'>Angular QRcode Default Functionality</title>
5+
<base href="./../dist/qrcode/defaultfunctionality/">
6+
<meta name="description" content="This is an example of the default functionalities in Angular QRcode." />
7+
<meta charset="UTF-8"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
9+
10+
<!-- Styles -->
11+
<link rel="stylesheet" href="/node_modules/jqwidgets-ng/jqwidgets/styles/jqx.base.css" type="text/css" />
12+
13+
<!-- jQWidgets -->
14+
<script src="./../../../scripts/demos.js"></script>
15+
<style>
16+
body,
17+
html {
18+
width: 100%;
19+
height: 100%;
20+
padding: 0;
21+
margin: 0;
22+
font-size: 14px;
23+
font-family: Roboto;
24+
}
25+
</style>
26+
</head>
27+
28+
29+
<!-- Display the application -->
30+
<body>
31+
32+
<app-root>Loading...</app-root>
33+
34+
<script src="runtime-es2015.js" type="module"></script><script src="polyfills-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule></script><script src="polyfills-es5.js" nomodule></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule></script>
35+
36+
</body>
37+
</html>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title id='Description'>Angular QRcode Export</title>
5+
<base href="./../dist/qrcode/export/">
6+
<meta name="description" content="This is an example of the export in Angular QRcode." />
7+
<meta charset="UTF-8"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
9+
10+
<!-- Styles -->
11+
<link rel="stylesheet" href="/node_modules/jqwidgets-ng/jqwidgets/styles/jqx.base.css" type="text/css" />
12+
13+
<!-- jQWidgets -->
14+
<script src="./../../../scripts/demos.js"></script>
15+
16+
</head>
17+
18+
19+
<!-- Display the application -->
20+
<body>
21+
22+
<div class="example-description">
23+
QRcode Export
24+
</div>
25+
26+
<app-root>Loading...</app-root>
27+
28+
<script src="runtime-es2015.js" type="module"></script><script src="polyfills-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule></script><script src="polyfills-es5.js" nomodule></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule></script>
29+
30+
</body>
31+
</html>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<jqxBarcode #barcode [value]="'A5600B'">
2+
</jqxBarcode>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import { Component, ViewChild, ElementRef, ViewEncapsulation } from '@angular/core';
2+
3+
@Component({
4+
selector: 'app-root',
5+
templateUrl: './app.component.html',
6+
encapsulation: ViewEncapsulation.None
7+
8+
})
9+
10+
export class AppComponent {
11+
12+
}

0 commit comments

Comments
 (0)