jqwidgets-ng 19.1.0 → 19.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,9 @@
3
3
  /* tslint:disable */
4
4
  /* eslint-disable */
5
5
  (function() {
6
+ if (typeof document === 'undefined') {
7
+ return;
8
+ }
6
9
  /*!
7
10
  * Globalize
8
11
  *
@@ -14,8 +17,8 @@
14
17
  */
15
18
 
16
19
  (function( window, undefined ) {
17
- if (document.Globalize) {
18
- return;
20
+ if (document.Globalize) {
21
+ return;
19
22
  }
20
23
 
21
24
  var Globalize,
@@ -504,19 +507,19 @@ formatDate = function( value, format, culture ) {
504
507
  // return r;
505
508
  //}
506
509
 
507
- function padZeros(num, c) {
508
- if (num < 0) {
509
- return "-" + padZeros(-num, c);
510
- }
511
- var r, s = num + "";
512
- if (c > 1 && s.length < c) {
513
- r = (zeros[c - 2] + s);
514
- return r.substr(r.length - c, c);
515
- }
516
- else {
517
- r = s;
518
- }
519
- return r;
510
+ function padZeros(num, c) {
511
+ if (num < 0) {
512
+ return "-" + padZeros(-num, c);
513
+ }
514
+ var r, s = num + "";
515
+ if (c > 1 && s.length < c) {
516
+ r = (zeros[c - 2] + s);
517
+ return r.substr(r.length - c, c);
518
+ }
519
+ else {
520
+ r = s;
521
+ }
522
+ return r;
520
523
  }
521
524
 
522
525
  function hasDay() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jqwidgets-ng",
3
- "version": "19.1.0",
3
+ "version": "19.2.0",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "Angular 14",